/*******************
**
**	GLOBAL
**
*******************/

/* Alignment */
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nowrap {
  white-space: nowrap;
}

/*******************
**
**	TYPOGRAPHY
**  http://foundation.zurb.com/sites/docs/typography-base.html
**
*******************/

h1, h2, h3, h4, h5 {

}

p {

}

a, a:visited, a:active {
  color: #ed1c24;
}

a:hover, a:focus {
  color: #0a0a0a;
}

h2.screen-reader-text {
  display: none;
}

h2.header-red {
  color: #fff;
  border-bottom: 1px solid #ed1c24;
  font-size: 17px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
}

h2.header-red span {
  background: #ed1c24;
  padding: 5px 20px;
  display: inline-block;
}

h3.header-black {
  color: #fff;
  border-bottom: 1px solid #231f20;
  font-size: 17px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
}

h3.header-black span {
  background: #231f20;
  padding: 5px 20px;
  display: inline-block;
  vertical-align: middle;
}

h2.header-grey-bar {
  position: relative;
  font-size: 36px;
  color: #616161;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  vertical-align: middle;
  margin-bottom: 35px;
}

h2.header-grey-bar:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  background: url('img/bg_stripes.png') center right repeat-x;
  height: 10px;
  margin: auto;
  content: '';
}

h2.header-grey-bar span {
  background: #ffffff;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 15px;
}

.fa-play.back {
  -webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);        /* FF */
  -o-transform: rotate(180deg);          /* Opera */
  -ms-transform: rotate(180deg);         /* IE9 */
  transform: rotate(180deg);             /* W3C compliant browsers */
}

/* BUTTONS */

.button-red {
  border: none;
  background: #ed1c24;
  height: 39px;
  color: #fff;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
}

/*******************
**
**	OFF CANVAS MENU
**  http://foundation.zurb.com/sites/docs/off-canvas.html
**
*******************/

.hamburger-icon .menu-text {
  color: #000;
  float: left;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0;
}

.hamburger-icon .lines {
  float: right;
  margin-left: 8px;
  width: 32px;
}

.hamburger-icon {
  display: block;
  float: right;
  margin: 15px 15px 15px 0;
}

.hamburger-icon:focus {
  outline: medium none;
}

.line {
  background: #000 none repeat scroll 0 0;
  height: 4px;
  margin-bottom: 3px;
  transition: all 0.5s ease 0s;
}

.is-open-right .hamburger-icon .line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.is-open-right .hamburger-icon .line:nth-child(2) {
  opacity: 0;
}

.is-open-right .hamburger-icon .line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

#offCanvas {
  background: #fff;
  color: #fefefe;
  height: 100%;
  position: fixed;
  z-index: 10;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

#offCanvas a {
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #7c7c7c;
  font-size: 22px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  border-bottom: 1px solid #e0e0e0;
}

#offCanvas .current_page_item a,
#offCanvas a:hover {
  border-bottom: 3px solid #ed1c24;
  color: #000;
  padding-bottom: 8px;
}

.close-button {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
  color: #000;
  font-size: 25px;
  line-height: 20px;
  padding: 2px 5px 5px;
  right: 0;
  vertical-align: middle;
  display: none;
  z-index: 999;
  right: 5px;
}

.is-open-right .close-button {
  display: block;
}

#offCanvas .menu ul {
  margin: 0;
  padding: 0;
}

.off-canvas-wrapper {
  height: 100%;
}

.off-canvas-wrapper-inner {
  height: 100%;
}

.off-canvas-content, .off-canvas-content {
    background: none;
    box-shadow: none;
}

/*******************
**
**	LAYOUT
**
*******************/

body {
    background: url('img/bg_stripes.png') repeat;
}

#site-container {
    background: #ffffff;
    border-left: 2px solid #d6d6d6;
    border-right: 2px solid #d6d6d6;
    display: block;
    box-shadow: 1px 1.732px 6.44px 0.56px rgba(0, 0, 0, 0.28);
}

.copy {
    padding: 25px;
}

/* Header */
header#layout-header {
    padding: 20px 0 0 0;
}

header#layout-header .logo-container {
    padding: 0px 30px;
}

header#layout-header .logo {
    margin: 20px 0;
    display: block;
}

/* Navigation */

header#layout-header nav#main-nav {
    border-bottom: 1px solid #b7b7b7;
    border-top: 1px solid #b7b7b7;
    float: left;
    width: 100%;
    margin-top: 16px;
}

header#layout-header nav#main-nav ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

header#layout-header nav#main-nav ul li {
    float: left;
}

header#layout-header nav#main-nav ul li a {
    display: block;
    padding: 20px;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    color: #7c7c7c;
}

header#layout-header nav#main-nav ul li a:hover,
header#layout-header nav#main-nav ul li.current-menu-item a {
    padding-bottom: 18px;
    border-bottom: 2px solid #ed1c24;
    color: #000;
}

/* HEADER SEARCH */

header#layout-header .search-box {
  float: right;
  margin-right: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all 0.5s ease 0s;
}

header#layout-header .search-box.active {
  background: #ebebeb;
  padding-right: 8px;
  border-radius: 3px;
  transition: all 0.5s ease 0s;
}

header#layout-header .search-box a {
  color: #ed1c24;
  font-size: 27px;
  margin: 10px;
  display: block;
  float: right;
}

.header-search-input {
  float: right;
  margin: 8px 0;
  height: 45px;
  border: none;
  box-shadow: none;
  background: none;
  color: #616161;
  font-size: 16px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  width: 0;
}


.search-box ::-webkit-input-placeholder {
  color: #616161;
   opacity: 1;
}

.search-box :-moz-placeholder { /* Firefox 18- */
  color: #616161;
   opacity: 1;
}

.search-box ::-moz-placeholder {  /* Firefox 19+ */
  color: #616161;
   opacity: 1;
 }

.search-box :-ms-input-placeholder {
  color: #616161;
   opacity: 1;
}

@media only screen and (max-width: 40em) {
  header#layout-header .search-box {
    width: 100%;
    clear: both;
    margin: 10px 0 0 0;
  }

  .header-search-input {
    width: 75%;
  }

  header#layout-header .search-box {
    background: #ebebeb none repeat scroll 0 0;
  }
}


/* PAGINATION */

.nav-links .page-numbers {
  float: left;
  background: #a9a9a9;
  margin-right: 5px;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
}

.nav-links .page-numbers.current {
  color: #fff;
  background: #252525;
}

/* Footer */
footer#layout-footer {
    background: #231f20;
    padding: 100px 50px;
}

footer#copy-footer {
    background: #181616;
    padding: 25px 50px;
}

.footer-nav ul {
    list-style-type: none;
    margin: 15px 0 0 0;
    padding: 0;
}

.footer-nav ul li {
    float: left;
    margin-right: 15px;
}

.footer-nav ul li a {
    display: block;
    color: #7c7c7c;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
}

.social-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
}

.social-nav li {
    float: left;
    margin-left: 14px;
}

.social-nav li:first-child {
    margin-left: 0;
}

.social-nav li a {
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    height: 42px;
    width: 42px;
    line-height: 42px;
    background-image: -moz-linear-gradient( 90deg, rgb(12,12,12) 0%, rgb(29,29,29) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(12,12,12) 0%, rgb(29,29,29) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(12,12,12) 0%, rgb(29,29,29) 100%);
    box-shadow: inset 1px 1.732px 0px 0px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 40em) {
  .social-nav {
    float: left;
    margin-top: 10px;
  }

  .social-nav li {
    margin-right: 10px;
    margin-left: 0;
  }

  .social-nav li a {
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    width: 35px;
  }
}

.copy-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
}

.copy-nav li {
    float: left;
    margin-left: 30px;
}

.copy-nav li a {
    display: block;
    font-size: 14px;
    color: #7c7c7c;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
}

@media only screen and (max-width: 40em) {
  .footer-nav ul {
    margin: 20px 0;
    padding: 0;
  }

  .footer-nav ul li {
    float: none;
  }

  .copy-nav {
    margin: 10px 0;
    float: none;
  }

  .copy-nav li {
      display: block;
      float: none;
      margin: 0;
  }

  .copy-nav li a {
    font-size: 14px;
  }
}

.powered-by {
    float: right;
    font-size: 14px;
    color: #7c7c7c;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    margin-left: 30px;
}

@media only screen and (max-width: 40em) {
  .powered-by {
    float: none;
    margin: 10px 0;
  }

  #copy-footer .text-right {
    text-align: left;
  }
}

#copy-footer p {
    font-size: 14px;
    color: #7c7c7c;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    text-align: left;
}

/* CATEGORY PAGES */

h1.term-name {
  font-size: 36px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  color: #2a2828;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  margin-bottom: 15px;
}

h1.term-name:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background: #ed1c24;
  width: 200px;
  content: '';
}

p.term-desc {
  font-size: 15px;
  text-align: center;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}

/* FEATURED POST DISPLAY */

#featured-posts {
  margin: 50px 0 20px 0;
}

#featured-posts a {
  color: #fff;
}

.main-post,
.main-post:hover,
.main-post:focus {
  display: block;
  color: #fff;
  padding: 30px;
}

.main-post:hover {
  color: #fff;
}

.main-post .taxonomy {
  color: #ed1c24;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
}

.main-post h3 {
  margin-top: 250px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 40em) {
  .main-post,
  .main-post:hover {
    padding: 10px;
  }

  .main-post h3 {
    margin-top: 65px;
  }
}

.main-post p {
  margin: 0;
}

.main-post,
.extra-post {
  background-size: cover;
}

.main-post,
.extra-post {
  position: relative;
}

.main-post *,
.extra-post * {
  position: relative;
  z-index: 3;
}

.main-post:after,
.extra-post:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  content: '';
  z-index: 0;
  top: 0;
  left: 0;
}

.main-post:hover:after,
.extra-post:hover:after {
  background: rgba(0,0,0,.2);
}

.main-post .read-more {
  font-size: 15px;
  color: #ed1c24;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
}

span.read-more {
  font-size: 15px;
  color: #ed1c24;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
}

.extra-post {
  display: block;
  position: relative;
  color: #fff;
  padding: 20px;
}

.extra-post:hover {
  color: #fff;
}

.extra-posts-2 .extra-post {
  height: 50%;
}

.extra-posts-3 .extra-post {
  height: 33.33%;
}

@media only screen and (max-width: 40em) {
  .extra-posts-3 .extra-post, .extra-posts-2 .extra-post {
    margin-top: 10px;
    height: 116px;
  }

  /* .extra-posts.extra-posts-3, .extra-posts.extra-posts-2 {
    height: 380px!important;
  }

  #featured-posts > div > div, #featured-posts > div > div:first-child a {
    height: 224px!important;
  }

  #featured-posts {
    height: 600px!important;
  } */

  #featured-posts p, #featured-posts {
    font-size: 12px;
    line-height: 18px;
  }

  #featured-posts .read-more {
    font-size: 14px;
    font-weight: bold;
  }
}

.extra-post h4 {
  bottom: 10px;
  font-family: "Roboto";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  left: 0;
  margin: 0;
  padding: 0 10px;
  position: absolute;
}

/* LIST POST */

.list-post {
  color: #231f20;
  display: block;
  margin-bottom: 20px;
}

.list-post:hover,
.list-post:focus {
  color: #231f20;
}

.list-post h3.entry-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  margin-top: 10px;
}

.list-post .entry-excerpt {
  font-size: 16px;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
}
.list-post .entry-excerpt p {
  color: #231f20;
}
/* SINGLE POST / SIDEBAR */
.homepage-section .button-red {
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    display: inline-block;
    text-align: center;
    height: auto;
    margin-bottom: 60px;
}


.most-view-post .categories,
.post-featured-image .caregories {
  line-height: 16px;
  margin-bottom: 5px;
}

.post-featured-image img {
  min-width: 100%;
}

.thumbnail-image img {
  min-height: 100%;
}

.most-view-post .categories a,
.post-featured-image .categories a,
.most-view-post .date span {
  font-size: 12px;
  color: #ed1c24;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
}

.most-view-post .most-viewed-link {
  line-height: 18px;
  margin-bottom: 30px;
}

.most-view-post .most-viewed-link a {
  font-size: 16px;
  color: #231f20;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
}

.post-featured-image {
  position: relative;
  margin-bottom: 20px;
}

.post-featured-image .categories {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
}

h1.entry-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  color: #222222;
  font-size: 29px;
}

.stay-informed .button-red {
  padding: 10px 20px;
  text-transform: none;
  font-size: 14px;
}

.stay-informed h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Roboto';
  font-style: normal;
  margin: 20px 0;
}

.stay-informed input[type="email"] {
  background: #f4f4f4;
  border: 1px solid #dedede;
  box-shadow: none;
}

/* AD SPACE */

.ad-space {
  margin-bottom: 30px;
}

p.date {
  font-size: 15px;
  color: #686868;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  margin: 0;
}

p.author {
  font-size: 16px;
  color: #686868;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
}

aside.share-buttons {
  margin: 25px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
}

aside.share-buttons .share-link {
  color: #fff;
  display: inline-block;
  min-width: 0;
  width: 41px;
  padding: 13px;
  margin-right: 3px;
  margin-bottom: 3px;
  float: left;
  border: 0;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

aside.share-buttons .share-link:hover {
  opacity: .8;
}

aside.share-buttons .share-link.facebook {
  background: #2d5f9a;
}

aside.share-buttons .share-link.twitter {
  background: #00c3f3;
}

aside.share-buttons .share-link.print {
  background: #666;
}

aside.share-buttons .share-link .icon {
  color: #fff;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}

aside.share-buttons .share-link .icon::before {
  font-family: 'fontawesome';
  content: '';
  float: none;
  margin-right: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  margin-top: 0;
}

aside.share-buttons .share-link.facebook .icon::before {
  content: '\f09a';
}

aside.share-buttons .share-link.twitter .icon::before {
  content: '\f099';
}

aside.share-buttons .share-link.print .icon::before {
  content: '\f02f';
}

@media screen and ( min-width: 40em ) {

  aside.share-buttons .share-link {
    min-width: 177px;
  }

  aside.share-buttons .share-link .icon::before {
    margin-right: .7em;
    float: left;
  }
}

.entry-content p {
  font-size: 17px;
  font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
}

/* CATEGORY - EVENTS */

.gallery-container .column {
    margin-bottom: 1.875rem;
}

.upcoming-event h3 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 28px;
}

.upcoming-event {
  font-size: 16px;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
}

.date-box {
  background: #ed1c24;
  padding: 10px;
  text-align: center;
}

.date-box span {
  display: block;
  color: #fff;
}

.date-box span.month {
  font-size: 30px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
}

.date-box span.day {
  font-size: 50px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  line-height: 50px;
}

.learn-more, .learn-more:hover {
  color: #ed1c24;
}

h3.entry-title {
  font-size: 16px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
}

.event {
  margin-bottom: 20px;
}

.event .entry-content {
  font-size: 15px;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
}

/* PAGE JOBS */

.job h3.entry-title {
    font-size: 26px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    margin-bottom: 5px;
}

.job-list .job article {
    padding-bottom: 20px;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 20px;
}

.job-list .job:last-child article {
    border: none;
}

.job .company-info {
    color: #7e7e7e;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 5px;
}


/* MOVES */


.moves h3.entry-title {
    font-size: 26px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    margin-bottom: 5px;
}

.moves-list .moves article {
    padding-bottom: 20px;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 20px;
}

.thumb {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}

.thumb:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}


/* HOME */

.home #featured-posts {
    margin-top: 0px !important;
}

.recent-posts .thumbnail-image {
    max-height: 225px;
    overflow: hidden;
    position: relative;
}

.recent-posts .thumbnail-image .taxonomy {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    max-width: 80%;
}

.homepage-section > .columns {
    padding: 0;
}

/* DEFAULT CATEGORY PAGE */

.category-container {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 30px;
    margin-bottom: 25px;
}

.category-posts-list article h1.entry-title {
    line-height: 21px;
    vertical-align: top;
}

.category-posts-list article h1.entry-title a {
    color: #ed1c24;
    font-size: 21px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
}

.category-posts-list article {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #c6c6c6;
}


.category-posts-list .list-author {
    color: #323232;
    font-size: 14px;
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
}

.category-posts-list h3.entry-subtitle {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #323232;
}

.post-thumbnail {
  max-height: 225px;
  overflow: hidden;
}

.post-type-archive-event .post-thumbnail {
  margin-bottom: 10px;
}

/* 404 */

.error404 h1 {
  text-align: center;
  font-size: 250px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  line-height: 250px;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .error404 h1 {
    font-size: 150px;
    line-height: 150px;
  }
}

@media only screen and (max-width: 40em) {
  .error404 h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

.error404 h1 span {
  color: #ed1c24;
}

.error404 h2 {
  font-size: 24px;
  text-align: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
}

.search-container-404 {
  display: block;
  width: 50%;
  margin: 20px auto;
}

.search-container-404 .searchinput {
  width: 80%;
  float: left;
  border: 1px solid #e1e1e1;
  box-shadow: none;
  position: relative;
  background: url('img/icon_search.png') 98% center no-repeat;
}

.search-container-404 .searchsubmit {
  width: 19%;
  margin-left: 1%;
  float: left;
}

@media only screen and (max-width: 40em) {
  .search-container-404 {
    width: 100%;
  }

  .search-container-404 .searchinput {
    width: 100%;
  }

  .search-container-404 .searchsubmit {
    width: 100%;
    margin-bottom: 20px;
  }

}

/* FORTY UNDER FORTY */

section.forty-header {
    padding: 130px 0;
    background: rgba(0, 0, 0, 0) url("img/40under40.jpg") no-repeat center center / cover ;
}

section.forty-header h1 {
    font-size: 122px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    line-height: 125px;
    text-transform: uppercase;
    color: #fff;
}

section.forty-header h1 span {
    color: #ed1c24;
}

section.forty-header p {
    color: #fff;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
}

.forty-member {
    position: relative;
}

.forty-member span {
    display: block;
}

.forty-member .forty-thumbnail {
    position: relative;
}

.forty-member .forty-thumbnail:after {
    position: absolute;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    left: 0;
    top: 0;
    transition: all 0.5s ease 0s;
}

.forty-member .name-box {
    position: absolute;
    bottom: 0px;
    left: 0.9375rem;
    padding: 10px;
    margin-right: 0.9375rem;
    font-size: 17px;
    color: #fff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    z-index: 2;
    line-height: 18px;
}

.forty-member .view-profile {
    display: none;
}

.forty-member:hover .name-box {
    background: #ed1c24;
}

.forty-member:hover .name {
    display: none;
}

.forty-member:hover .view-profile {
    display: block;
}

.forty-member .view-profile  .circle {
    background: #c4191f;
    float: left;
    margin-right: 6px;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.forty-member:hover .forty-thumbnail:after {
    background: rgba(0,0,0,0);
    transition: all 0.5s ease 0s;
}

/* Coming Soon Page */

body.page-template-template-coming-soon {
  background: #231f20;
}

.page-template-template-coming-soon #site-container {
  background: transparent;
  box-shadow: none;
  border: 0;
}

.page-template-template-coming-soon .content-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px 0 0;
  text-align: center;
}

@media screen and (min-width:40em) {
  .page-template-template-coming-soon .content-wrap {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}

.page-template-template-coming-soon .diverge-logo {
  max-width: 660px;
  margin: 0 auto;
}

.page-template-template-coming-soon h2, .page-template-template-coming-soon h3 {
  color: #fff;
  font-family: "futura-pt",sans-serif;
}

.page-template-template-coming-soon h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 26px;
}

.page-template-template-coming-soon h2 {
  font-weight: 300;
  font-size: 38px;
  text-transform: uppercase;
  color: #c6c6c5;
  letter-spacing: 3px;
}

.page-template-template-coming-soon .content-wrap .inside {
  margin-top: 20px;
}

.page-template-template-coming-soon input[type="submit"] {
  display: block;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 0;
  font-family: inherit;
  font-size: 0.9rem;
  color: #fff;
  background-color: #ed1c24;
  transition: 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: bold;
  text-transform: uppercase;
}

.page-template-template-coming-soon p {
  margin-bottom: 0;
}

/*******************
**
**	RESPONSIVE
**  http://foundation.zurb.com/sites/docs/media-queries.html
**
*******************/

/* Small screens */

@media only screen { } /* Define mobile styles */

@media only screen and (max-width: 40em) { } /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/* Medium screens  */

@media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

/* Large screens  */

@media only screen and (min-width: 64.063em) { } /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

/* XLarge screens  */

@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/* XXLarge screens  */

@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xlarge screens */
