/* FONTS */


 @import url(http://fonts.googleapis.com/css?family=Roboto: 400,300,500);
 
 @font-face {
    font-family: 'texgyreherositalic';
    src: url('../fonts/texgyreheros-italic-webfont.eot');
    src: url('../fonts/texgyreheros-italic-webfont.eot?#iefix') format('embedded-opentype'),
            url('../fonts/texgyreheros-italic-webfont.woff') format('woff'),
            url('../fonts/texgyreheros-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'texgyreherosbold';
    src: url('../fonts/texgyreheros-bold-webfont.eot');
    src: url('../fonts/texgyreheros-bold-webfont.eot?#iefix') format('embedded-opentype'),
            url('../fonts/texgyreheros-bold-webfont.woff') format('woff'),
            url('../fonts/texgyreheros-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'texgyreherosregular';
    src: url('../fonts/texgyreheros-regular-webfont.eot');
    src: url('../fonts/texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'),
            url('../fonts/texgyreheros-regular-webfont.woff') format('woff'),
            url('../fonts/texgyreheros-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a.email {
    float: right;
    top: 33px;
    position: relative;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

img{
  max-width: 100%;
  height: auto;
}

a{
  color: inherit ;
  text-decoration: none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}




/* ALL SIZES */

body{
  font-family: 'texgyreherosregular';
  font-weight: normal;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
  color: #808080;
  margin-top: 100px;
}

body {
    overflow-x: hidden;
}
/* turn it off completely */
select, select:active, select:hover, a:hover, a:active, a:focus, input:focus, textarea:focus, button:hover, button:active, button:focus {
  outline: none !important;
}

.home h1{
  margin: 0;
}

h2{
  font-size: 52px;
  font-family: 'texgyreherosregular';
}

h3{
  font-size: 22px;
  font-family: 'texgyreherosregular';
  color: #da2128;
  margin-top: 0;
}

.home h3{
  color: #222;
}

h4{
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #da2128;
}

.red{
  color: #da2128;
}

ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}



.heading{
  color: #5e5e5e;
  font-size: 22px;
}

a:hover{
  text-decoration: none;
}

.white{
  color: #fff;
  border-color: #fff;
}


/*BUTTONS*/

.line-button{
  border: 2px solid;
  padding: 5px 15px;
  display: inline-block;
}

a.line-button {
  text-transform: uppercase;  
}

.line-button:hover{
  border-color: inherit;
}

a.line-button:hover{
  color: inherit;
}

.logo-wrapper img{
  margin-top: 10px;
}

 .btn, .page-list a{
     background: #ca2228;
     color: #fff;
     padding: 5px 15px;
     border-radius: 0px;
     margin-top: 10px;
   }
   
   
   .btn:hover{
     color: #fff;
   }


/*MENU*/

.header{
    background-color: #fff;
}

#menu-main-menu{
  padding-left: 0;
}

#menu-main-menu li a{
  color: #7d7d7d;
  line-height: 80px;
  font-size: 16px;
  padding: 10px;
}

#menu-main-menu li a:hover{
  background: transparent;
}

/*MENU OVERLAY STYLES*/

#cd-nav{
  background: url(../images/Menu-background.jpg) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  padding-top: 5%;
  padding-bottom: 5%;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  z-index: 9999;
}

#cd-nav .slide-logo{
  margin-bottom: 15px;
}

#cd-nav .menu{
  padding-left: 0;
  margin: 0;
}

#cd-nav .menu li{
  display: block;
  float: none;
  padding-left: 0;
  margin-left: 0;
}

#cd-nav .menu li a{
  padding-left: 0;
  margin-left: 0;
}

#cd-nav h3{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 32px;  
  padding-bottom: 10px;
  margin-right: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
}

#cd-nav a{
  color: #231f20;
}

#cd-nav .heading{
  margin: 15px 0 2px 0;
  display: block;
}

#cd-nav .connect{
  font-size: 22px;
}

#cd-nav .connect .social .fa{
  width: 40px;
  color: #231f20;
}
.social-links {
    text-align:center;
    margin-top:20px;
}
.social-links .fa {
    font-size:1.6em;
    padding:0 5px;
}
.footer a:hover, .footer a:active {
    color:#999;
}
    
#cd-nav .connect .social{
  display: block;
  margin: 10px 0; 
}

#cd-nav .location, #cd-nav .location .heading{
  font-size: 20px;
}

#cd-nav .location .info{
  margin-top: 40px;
}

#cd-nav .location .info p{
  font-size: 18px;
  margin-bottom: 15px;
}


/* -------------------------------- 

Full Screen Push Navigation

-------------------------------- */




a.cd-nav-trigger.cd-img-replace {
    display: none;
}

.cd-nav-trigger {
  position: relative;
  z-index: 0;
  top: 20px;
  height: 54px;
  width: 54px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  float: right;
}
.cd-nav-trigger .cd-nav-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #777;
}
.cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}
.cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px;
}
.cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px;
}


.cd-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #222222;
 
  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

.cd-nav {
  /* all navigation content */
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1.2s;
  -moz-transition: -moz-transform 1.2s;
  transition: transform 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
    -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .8s;
  -moz-transition: -moz-transform .8s;
  transition: transform .8s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78); 
}

.close-menu{
  position: absolute;
  top: 10%;
  right: 5%;
  -webkit-transition: -webkit-transform .8s;
   -moz-transition: -moz-transform .8s;
   transition: transform .8s;
}
  
.navigation-is-open .close-menu{
    transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;

   -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*HOME*/

.home section.entry-content {
    position: relative;
    max-width: 100%;
}

.overlaycontainer::before{
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: black;
  height: 100%;
  opacity: 0;
}

.overlaycontent {
  color: #fff;
  position:relative;
  padding: 0;
}

.overlaycontent a{
  color: #fff !important;
}

.overlaycontent h2{
  text-transform: uppercase;
  font-size: 42px;
  margin: 0 auto;
  transition: ease-in 0.4s;
  max-width: 500px;
}

.overlaycontent .hovertext{
  opacity: 0;
  padding: 0 10%;
  transition: ease-in 0.2s;
}

.overlaycontent .line{
  width: 15%;
  height: 2px;
  background: #fff;
  margin: 4% auto;
}

.overlaycontent .line-button{
  margin-top: 20px;
}

.overlaycontent a.line-button{
  font-size: 17px;
}


.overlaycontainer {
  -webkit-transition: all .8s ease .4s;
  -moz-transition: all .8s ease .4s;
  transition:  all .8s ease .4s;
  margin-left: 0;
  left: 0;
  position: relative;
  width: 33.3333%;
  height: calc(100vh - 100px);
}

.overlaycontainer:hover {
  margin-left: -40px;
  left: 20px;
  width: calc(33.3333% + 40px);
  
}

#column-1:hover {
  left: 40px;
}

#column-3:hover {
  left: 0;
}

@media screen and (max-width:991px) {
  .overlaycontainer {
    width: 100%;
    height: auto;
  }
  .overlaycontainer:hover {
    margin-left: 0;
    left: 0 !important;
    width: 100%;
    padding-bottom: 20px;
  }
}

.overlaycontainer:hover .overlaycontent h2{
  font-size: 50px;
}

.overlaycontainer:hover:before{
  opacity: 0.3;
}


.overlaycontainer:hover .hovertext{
  display: block;
  transition-delay: 0.8s;
  opacity: 1.0;
}

/*override appearance of lack of centering caused by slant*/
.overlaycontainer:nth-child(even) .overlaycontent {
  padding-left: 9%;
}

/*add mans face back in*/
.overlaycontainer:last-child {
  background-position: right center;
}

/*add mans face back in*/
.overlaycontainer:last-child .col-sm-12{
  padding-left: 15%;
}

.overlaycontainer:last-child .overlaycontent .hovertext{
  padding: 0 5%;
}

/* INSIDE */
.background-banner{
  padding: 170px 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  width: 100%;
  color: #fff;
  line-height: 100%;
}

.background-banner2{
  position: relative;
  padding: 25vh 10%;
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
  transform-style: inherit;

}

.background-banner2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right:0;
}

.background-banner .banner-header, .background-banner h1{
  font-size: 54px;
  text-transform: uppercase;
  line-height: 100%;
}



.background-banner .banner-text {
  font-size: 24px;
  line-height: 32px;
}

.main{
  padding-top: 5%;
  padding-bottom: 5%;
}

.main p{
  margin-bottom: 30px;
}

.main img{
  border: 6px solid #efefef;
}
  
  /*TEAM*/
  

.teammember {
  display: block;
  margin-left: auto; 
  margin-right: auto;
}

.teammember:nth-child(3n+1){
  clear: left;
}

.teammember img {
  width: 100%;
}


 .teammember  {
   margin-top: 0;
   text-align: center;
}

.teammember h3{
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #231f20;
}

.teammember .title{
   background-color: #f3f3f3;
   color: #676767;
   padding: 20px;
   border-bottom: 5px solid #ececec;
   margin-bottom: 40px;
   font-size: 16px;
}

.teammember .title::after{
  position: absolute;
  content: ' ';
  bottom: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 3px;
  background: #ca2228
}

.teammember .team-photo{
  position: relative;
}

.teammember .bio-overlay {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding-top: 20px;
  display: none;
}

.teammember .team-photo:hover .bio-overlay{
  display: block;
}




.bullet-list li{
    list-style-image: url(../images/bullet.png);
    font-size: 18px;
    line-height: 28px;
    padding-left: 5px;
    margin-left: 18px;
}
  
  
  
/* FOOTER */

.back-to-top a{
  color: #da2128;
}

.back-to-top{
  margin-bottom: 20px;
  display: block;
}

#footer{
  background: #808080;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}
.footer {
    background: #464646;
    color: white;
    padding: 4% 0 0 0;
    position: relative;
}
.home #footer {
  display: none;
}
.footer p, .footer form {
    padding: 0 5%;
}
p.paddedcenter {
    text-align: center;
}
.border-right {
    border-right: 1px solid #ccc;
    min-height: 187px;
    margin-bottom: 30px;
}
p.source-org.copyright, p.launch {
    font-size: 13px;
}
.footer input {
    background: #666;
    border: 0 !important;
    color: white;
    padding: 5px 10px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    min-width: 222px;
    border: 0px !important;
}
.footer button {
    background: #666;
    border: 0;
    color: white;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    padding-right: 10px;
    margin-left: -5px;
    height: 31px;
    position: relative;
    top: -1px;
}
input#s {
    height: 31px;
}

#footer a{
  color: #fff;
}

#footer .break{
  padding: 0 7px;
}

#footer nav ul {
  padding: 0;
  margin: 0;
}

#footer nav ul li {
  float: none;
  padding: 0;
  }
  
 #footer nav ul li a{
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 0px 25px;
    border-right: 1px solid #fff;
  }
  
  #footer nav ul li:last-child a{
    border-right: 0px;
  }
  
   #footer .copyright{
     margin-top: 30px;
   }
   
   /* BLOG*/
   
   #content .post{
     padding: 50px 0;
     border-top: 1px solid #efefef;
   }
   
    #content .col-sm-12:first-child .post{
     border-top: 0px;
   }
   
   .byline .updated{
     display: inline-block;
     float: left;
   }
   
   .byline, .post-categories li a{
     font-style: italic;
     display: inline-block;
     float: left;
   }
   
   .post-categories li a{
     margin-left: 2px;
     color: #ca2228;
   }
   
    #content .blogrow a{
     color: #ca2228;
   }
   
   #content .blogrow a.btn {
      color: #fff;
  }
   
   #content .post-title, #content .post-title a{
     clear: both;
     font-family: 'Roboto', sans-serif; 
     font-weight: 400;
     color: #231f20;
   }
  

/* MOBILE ONLY */

@media screen and (max-width: 481px) {
  a.email {
    right: 50px;
    top:24px;
  }
}

/* TABLET */

@media screen and (min-width: 768px) {
  nav ul li {
    display: inline-block;
    float: left;
    padding: 10px 4px;
    font-size: 1.2em;
  }

  h2 {
    font-size: 34px;
  }


  /*div#column-1, div#column-2, div#column-3 {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 36%;
    overflow: visible !important;
  }*/

  .overlaycontainer {
    background-size: cover;
    overflow: visible !important;
}

/*  div#column-1:hover, div#column-2:hover, div#column-3:hover {
    z-index: 12;
  }
*/

  div#slantContent,#main,.hentry,.article-wrap,.entry-content {
      width: 100%;
      max-width: 100% !important;
  }

  div#column-1 {
    /*-webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);*/
    z-index: 20;
    box-sizing: border-box;
  }

  div#column-2 {
      /*margin-left: 32%;*/
      /*-webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
      clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);*/
      z-index: 15;
      box-sizing: border-box;
  
}

  div#column-3 {
      /*margin-left: 64%;*/
      /*-webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
      clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);*/
      z-index: 10;
      box-sizing: border-box;
  

}

  div#column-2:hover, div#column-3:hover {
    z-index: 25;
  }

  .overlaycontent {
    width: 100%;
    position: relative;
    max-width: 100%;
  }
  

}

/* DESKTOP */

@media screen and (min-width: 1030px) {
  
  h2 {
    font-size: 38px;
  }
    
  


}

/* LARGE DESKTOP */

@media screen and (min-width: 1440px) {
  h2 {
    font-size: 52px;
  }
}

@media screen and (max-width: 1300px) {
  .overlaycontent .hovertext {
    padding: 0 5%;
  }
  
  .overlaycontent a.line-button {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  
  .overlaycontent h2 {
    font-size: 30px;
  }
  
  .overlaycontainer .hovertext{
    font-size: 16px;
  }
  
  .overlaycontent a.line-button {
    font-size: 13px;
  }
  
  .overlaycontainer:hover .overlaycontent h2{
    font-size: 36px;
  }
  .footer input {
    min-width: 0;
    max-width: 160px;
    }
}



/* TABLET ONLY */

@media screen and (max-width: 992px) {
  #inner-header {
    width: 100% !important;
  }
  
  #menu-main-menu li a {
    font-size: 14px;
  }
  
  .line-button {
    padding: 5px 10px;
  }
  
    .overlaycontent a.line-button {
    font-size: 12px;
  }
  
   #footer nav ul li {
       list-style-type: none;
      display: inline-block;
     }
     #footer nav ul li a{
       padding: 0px 15px;      
     }

     
    /*INSIDE*/
  
  .background-banner{
   padding: 100px 0;
   background-attachment: inherit;
   background-position: center center;
   }
   

   
}

@media screen and (max-width: 875px) {

  #menu-main-menu {
    display: none;
  }

  #cd-nav h3 {
    font-size: 25px;
  }
    
    .overlaycontent h2 {
   font-size: 22px;
   }
   
   .overlaycontent .hovertext {
     padding: 0;
   }
 
    .overlaycontainer:hover .overlaycontent h2{
    font-size: 25px;
  }
  
  .overlaycontainer .hovertext{
    font-size: 15px;
    line-height: 20px;
  }
  
    .overlaycontent a.line-button {
    font-size: 12px;
  }

 

}

@media screen and (max-width: 767px) {
  
    .close-menu {
      top: 3%;
      width: 40px;
  }
  .border-right {
    border-right: 0;
    min-height: 0;
    margin-bottom: 0;
    }
    .footer {
    padding-bottom: 4%;
    text-align: center;
    }
  
    .overlaycontainer {
      min-height: 350px;
      padding: 30px;
  }
  
  .overlaycontainer::before{
    opacity: 0.3;
    top: 0;
  }

  .connect {
    margin-top: 40px;
  }
  .close-menu {
    z-index: 9999;
    top: 10px;
}
  
      /*override appearance of lack of centering caused by slant*/
  .overlaycontainer:nth-child(even) .overlaycontent, .overlaycontainer:last-child .col-sm-12 {
       padding-left:  15px;
  }
  
    .overlaycontent .hovertext {
      display: block;
      opacity: 1;
      font-size: 17px;
      line-height: 25px;
  }
  
  .overlaycontent h2,   .overlaycontainer:hover .overlaycontent h2 {
    font-size: 30px;
  }
  
    .overlaycontent a.line-button {
    font-size: 16px;
  }
  
    /*INSIDE*/
  
  .background-banner{
    padding: 50px 0;
  }
  
  .background-banner .banner-header, .background-banner h1 {
    font-size: 36px;
  }
  
  .background-banner .banner-text {
    font-size: 20px;
    line-height: 26px;
 }
 
 .teammember .title::after{
   top: 90%;
 }
 
  

}


/* MOBILE ONLY */

@media screen and (max-width:481px) {

  h2 {
    font-size: 30px;
  }
  
  #slantContent  {
    overflow: hidden;
  }

  .overlaycontainer {
    min-height: 250px;
    padding: 30px 0;
  }
  
  .overlaycontent{
    padding: 0;
  }
  
  .overlaycontent .hovertext {
    padding: 5%;
  }

  
  .overlaycontent a.line-button{
  font-size: 15px;
  }
  
  .logo-wrapper {
    text-align: center;
  }
  
  .cd-nav-trigger {
    position: absolute;
    top: 10px;
    right: 10px;
  }
 
 /* .navigation-wrapper {
    position: static;
  }*/

  .cd-nav-trigger,.cd-nav-trigger:hover {
    font-style: 0/0a;
    color: transparent;
  }
}


/* IE 10 */

html[data-useragent*='MSIE 11.0'] body .overlaycontainer,html[data-useragent*='MSIE 10.0'] body .overlaycontainer {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
    margin-left: 0;
    left: 0;
    position: relative;
    width: 33.3333%;
}

html[data-useragent*='MSIE 11.0'] body .overlaycontainer:hover,html[data-useragent*='MSIE 10.0'] body .overlaycontainer:hover {
  margin-left: 0;
  left: 0;
  width: 33.3333%; 
}

html[data-useragent*='MSIE 10.0'] body #column-3:hover,html[data-useragent*='MSIE 10.0'] body #column-2:hover,html[data-useragent*='MSIE 10.0'] body #column-1:hover,
html[data-useragent*='MSIE 11.0'] body #column-3:hover,html[data-useragent*='MSIE 11.0'] body #column-2:hover,html[data-useragent*='MSIE 11.0'] body #column-1:hover {
    left: 0;
}

html[data-useragent*='MSIE 11.0'] body .overlaycontainer:hover .overlaycontent,
html[data-useragent*='MSIE 10.0'] body .overlaycontainer:hover .overlaycontent {
    margin-top: 0;
}