  /**************************/
 /********** MISC **********/
/**************************/

hr{
    width: 100%;
    border: none;
    height: 1px; 
    background-color: #e5e5e5;
    margin-bottom: 30px;
}

.hidden{
    display: none !important;
}

.hidden-text{
    position: absolute;
    left:-99999999px;
    top:-99999999px;
    z-index: 0;
}

a.phone,
a.phone:hover{
    color: inherit;
    text-decoration: none;
    cursor: text;
}


@media only screen and (min-width: 799px) {
    .wysiwyg-col-2{
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 3px);
    }
}

@font-face {
      font-family: 'fontello';
      src: url('../font/fontello.eot?10233380');
      src: url('../font/fontello.eot?10233380#iefix') format('embedded-opentype'),
           url('../font/fontello.woff?10233380') format('woff'),
           url('../font/fontello.ttf?10233380') format('truetype'),
           url('./font/fontello.svg?10233380#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#cookie-message{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(52, 125, 218, .9);
    color: #fff;
    padding: 30px 15px;
}

#cookie-message p{
    margin: 0 0 10px;
}

#cookie-message p:last-of-type{
    margin: 0;
}

#cookie-message a{
    color: #fff;
    text-decoration: underline;
}

#cookie-message .cookie-x{
    font-size: 0;
    color: transparent;
}

#cookie-message .cookie-x span:before{
    content: 'close';
    font-family: 'Material Icons';
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-weight: 600;
}

pre.debug{
    background-color:black;
    color: white;
    padding:10px;
    overflow:hidden;
    text-align:left;
    font-size:14px;
    line-height: 1.25;
    font-family: 'Courier';
}

  /**************************/
 /********* Buttons ********/
/**************************/

.button,
.cta-button{
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    padding: 15px 25px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
    width: auto;
    margin-top: 10px;
    cursor: hand;
    cursor: pointer;
    text-align: center;
}

.button:focus{
    outline: none;
}

.button:hover,
.cta-button:hover{
    color: #fff;
    background-color: #333;
    text-decoration: none;
}

.button-1{
    color: #fff;
    background-color: #f3734e;
    border-color: #f3734e;
}
.button-1:hover{
    color: #fff;
    background-color: #da6746;
    border-color: #da6746;
}

.button-2{
    color: #f3734e;
    background-color: #fff;
    border-color: #fff;
}
.button-2:hover{
    color: #da6746;
    background-color: #fff;
    border-color: #fff;
}

.button-3{
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.button-3:hover{
    color: #fff;
    background-color: #f3734e;
    border-color: #f3734e;
}

.arrow-link{
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #f3734e;
    cursor: pointer;
    cursor: hand;
    display: inline-block;
}

.arrow-link:hover{
    text-decoration: none;
    color: #da6746;
}
.button span:after,
.arrow-link span:after{
    font-family: 'fontello';
    display: inline-block;
    font-weight: 400;
    content: '\e801';
    margin-left: 10px;
}

/*///*/

.cta-wrapper {
    width: 100%;
    text-align: center;
}

a.cta-button:after {
    position: relative;
    left: 0px;
    top: 5px;
    padding-top: 7px;
    margin-top: -5px;
    content: "chevron_right";
    margin-left: 5px;
    font-family: 'Material Icons';
    font-size: 22px;
    height: 22px;
    width: 13px;
    display: inline-block;
    text-decoration: none;
    line-height: 1px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.text-white a.cta-button {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.text-white a.cta-button:hover {
    background-color: #fff;
    color: #333;
}


  /**************************/
 /********* Header *********/
/**************************/
header{
    background-color: #fff;
    border-bottom: 3px solid #f3734e !important;
    height: 150px;
    position: relative;
    z-index: 10000;
}

.header-wrapper {
    margin: 0 auto;
    padding: 0 50px 0;
}

#header {
    margin: 0 auto;
}

#header a.logo,
.mobile-logo {
    background-image: url(../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 271px;
    height: 76px;
    vertical-align: top;
}

#header a.logo {
    display: inline-block;
    background-size: contain;
    vertical-align: top;
    margin-top:38px;
}

.mobile-logo {
    display: none;
    margin: 15px 0 0 15px;
    width: 150px;
    height: 40px;
}

.userbar {
    padding: 8px 0px;
    background-color: #4493d4;
    text-align: right;
}

.userbar a {
    color: #fff;
    margin-left: 15px;
    display: inline-block;
}

header .social-container{
    display: inline-block;
    vertical-align: middle;
    width: 109px;
    margin-top: 60px;
}

header .social-container > a{
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 0;
    color: transparent;
    text-align: center;
}

header .social-container > a > span:after{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    font-family: 'fontello';
}

header .social-container > a.facebook{
    background-color: #3b5998;
}

header .social-container > a.facebook > span:after{
    content: '\f30c';
}

header .social-container > a.twitter{
    background-color: #1da1f2;
    margin: 0 5px;
}

header .social-container > a.twitter > span:after{
    content: '\f099';
}

header .social-container > a.linkedin{
    background-color: #0073b1;
}

header .social-container > a.linkedin > span:after{
    content: '\f0e1';
}

@media only screen and (max-width: 875px) {
    .userbar{
        display: none;
    }
    #header a.logo{
        display: none;
    }
    .mobile-logo{
        display: block;
    }

    #mobile-logo-wrapper{
        display: inline-block;
        float: left;
    }
}

  /**************************/
 /******* Main Nav *********/
/**************************/
.user-mobile{
    display: none;
}

.main-nav {
    width: 100%;
    margin: 0 auto;
}

#nav,
#nav ul {
    display: none
}

#nav li {
    padding-bottom: 0
}

#nav>li.hover>ul {
    display: block
}

.hover #nav {
    display: block
}

nav.main-nav #mobile-nav {
    display: none;
    height: 83px;
    background-color: #f3734e;
}

#nav-toggle {
    display: block;
    float: right;
    cursor: hand;
    font-size: 38px;
    color: #fff;
    cursor: pointer;
    width: 80px;
    text-align: center;
}

#nav-toggle:before {
    content: "menu";
    display: block;
    padding: 9px 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    margin: 12px auto 0;
}

nav.main-nav.hover #nav-toggle:before {
    content: "close";
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

#nav,
ul#nav ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media only screen and (min-width:876px) {
    nav.main-nav {
        height: 42px;
        position: relative;
        z-index: 1000;
        display: inline-block;
        width: calc(100% - 389px);
        vertical-align: top;
    }

    #nav {
        display: block;
        width: 100%;
        padding-left: 50px;
    }

    #nav ul {
        position: absolute;
    }

    #nav>li {
        position: relative;
        float: left;
        text-align: center;
    }

    nav.main-nav #nav>li>ul {
        width: 250px;
        text-align: left;
    }

    nav.main-nav #nav>li.research>ul{
        width: 310px;
    }

    nav.main-nav #nav>li.news-updates>ul{
        width: 270px;
    }

    #nav>li.hover>ul {
        display: none;
    }

    #nav>li>ul>li {
        display: flex;
    }

    #nav>li>ul>li a {
        width: 100%;
    }

    #nav>li>ul>li.hover>ul {
        display: none;
    }

    #nav>li>ul>li.hover:hover>ul {
        display: block;
    } 

    #nav>li>ul>li:hover>ul {
        display: block;
        left: 100%;
        width: 250px;
        margin-bottom: -100%;
    }
}

@media only screen and (max-width: 875px) {
    .user-mobile{
        display: block;
    }

    nav.main-nav {
        top: 0;
        left: 0;
        position: relative;
        z-index: 120;
        width: 100%;
        z-index: 120;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    nav.main-nav,
    ul#nav {
        float: none
    }

    #nav>li.hover>ul {
        width: 100%
    }

    #nav>li {
        float: left;
        width: 100%
    }

    nav.main-nav #nav>li>ul>li.hover>ul>li>a {
        padding-left: 15px
    }

    nav.main-nav #mobile-nav {
        display: inline-block;
        position: relative;
        z-index: 101;
        float: right;
    }

    nav.main-nav>ul#nav {
        display: block;
        position: absolute;
        width: 100%;
        top: -500px;
        -webkit-transition: all .2s ease;
        z-index: 100;
        opacity: 0;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
        padding: 0;
    }

    nav.main-nav.hover>ul#nav>li>a {
        overflow: hidden
    }

    nav.main-nav.hover>ul#nav {
        top: 83px;
        opacity: 1;
    }

    nav.main-nav.hover>#mobile-nav {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
    }
}

@media only screen and (max-width: 875px) {
    
    #nav>li{
        padding: 0 15px;
        background-color: #fff;
    }

    #nav li a {
        border-left: none;
        border-bottom: 1px solid #e5e5e5;
        padding: 13px 20px;
        padding-left: 15px;
        background-color: #fff;
        color: #000;
        display: block;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        margin: 0;
    }

    #nav>li.hover>a{
        border-bottom: none;
        padding-bottom: 0;
    }

    #nav li.has-children>a:after {
        color: #000;
        position: relative;
        left: 4px;
        top: 12px;
        content: "expand_more";
        display: inline-block;
        float: right;
        text-decoration: none;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        font: 24px/1px 'Material Icons'
    }

    #nav>li>ul>li>a {
        background-color: #fff;
        color: #f3734e;
        padding: 13px 40px;
        border: none;
    }

    #nav>li>ul{
        border-bottom: 1px solid #e5e5e5;
    }

    #nav>li>ul>li.hover>ul {
        display: block;
        float: none
    }

    #nav>li>ul>li:hover>ul>li>a,
    #nav>li>ul>li.hover>ul>li>a {
        background-color: #eee;
        color: #555;
        border-bottom: 1px dotted #111;
    }
}

@media only screen and (min-width:876px) {
    #nav li a {
        padding: 13px 20px;
        font-size: 18px;
        color: #000;
        display: block;
        font-weight: 700;
        text-decoration: none;
    }

    #nav li a:hover {
        color: #f3734e;
    }

    #nav > li > a{
        padding: 0px 30px;
        height: 150px;
        line-height: 150px;
    }

    #nav>li>ul{
        padding: 15px;
        background-color: #fff;
    }

    #nav>li>ul>li>a {
        background-color: #fff;
        color: #000;
        border-bottom: 1px solid #e5e5e5;
    }

    #nav>li>ul>li:last-of-type>a {
        border-bottom: none;
    }

    #nav>li>ul>li.has-children>a:after {
        color: #555;
        position: relative;
        left: 10px;
        top: 7px;
        content: "chevron_right";
        float: right;
        display: inline-block;
        text-decoration: none;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        font: 24px/1px 'Material Icons'
    }

    #nav>li>ul>li:hover>ul>li>a,
    #nav>li>ul>li.hover>ul>li>a {
        background-color: #eee;
        color: #555;
        border-bottom: 1px dotted #111;
    }
}


@media only screen and (min-width:876px) {
    .enable-hover #nav>li:hover>ul {
        display: block
    }

    .enable-hover #nav>li:hover>ul,
    #nav>li.hover>ul {
        left: 0;
        top: auto
    }

    .enable-hover #nav>li:hover:last-child>ul,
    #nav>li.hover:last-child>ul {
        left: auto;
        right: 0
    }

    .enable-hover #nav.center>li:hover>ul,
    #nav.center>li.hover>ul {
        right: 50%;
        left: auto
    }

    .enable-hover #nav.center>li:hover>ul>li,
    #nav.center>li.hover>ul>li {
        position: relative;
        right: -50%;
        left: auto
    }
}

@media only screen and (max-width: 1385px) {
    #nav > li > a{
        padding: 0px 20px;
    }

    #nav li a{
        font-size: 16px;
    }

    #nav{
        padding-left: 30px;
    }

    header .social-container{
        width: 99px;
    }

    header .social-container > a.twitter{
        margin: 0;
    }

    #header a.logo{
        width: 200px;
        height: 56px;
        margin-top: 49px;
    }

    nav.main-nav{
        width: calc(100% - 308px);
    }

    #nav>li.news-updates>a{
        line-height: 1.25;
        width: 101px;
        padding-top: 54px;
        text-align: center;
    }
}

@media only screen and (max-width: 1050px) {
    header .social-container{
        display: block;
        margin-top: 0;
    }

    #header a.logo{
        margin: 27px 0 20px;
    }

    nav.main-nav{
        width: calc(100% - 205px);
    }

    .header-wrapper{
        padding: 0 15px;
    }
}


@media only screen and (max-width: 875px) {
    nav.main-nav{
        width: 100%;
    }

    .header-wrapper{
        padding: 0;
    }

    header{
        height: 83px;
    }

    header .social-container{
        display: none;
    }

     #nav > li > a{
        padding: 13px 20px;
    }

    #nav li a{
        font-size: 16px;
    }

    #nav>li.news-updates>a{
        width: 100%;
        padding-top: 13px;
        text-align: left;
    }
}

@media only screen and (max-width:1400px) {

    .enable-hover #nav.center>li:hover:first-child>ul,
    #nav.center>li.hover:first-child>ul {
        left: 0;
        right: auto
    }

    .enable-hover #nav.center>li:hover:last-child>ul,
    #nav.center>li.hover:last-child>ul {
        left: auto;
        right: 0
    }

    .enable-hover #nav.center>li:hover:first-child>ul>li,
    #nav.center>li.hover:first-child>ul>li,
    .enable-hover #nav.center>li:hover:last-child>ul>li,
    #nav.center>li.hover:last-child>ul>li {
        position: static
    }
}

  /**************************/
 /****** Header Image ******/
/**************************/

.header-image{
    padding: 0px 50px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
}

.width-limiter{
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    height: 100%;
}

.header-content{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 30px;
    width: calc(100% - 60px);
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;
}

.header-content h1{
    font-weight: 800;
    font-size: 38px;
    margin: 0;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.35);
    z-index: 1;
}

@media only screen and (max-width: 875px) {
    .header-image{
        padding: 100px 0px;
    }
    
    .width-limiter{
        padding: 0 15px;
    }
}

  /**************************/
 /******* Content **********/
/**************************/

.content-wrapper {
    background-color: #fff;
    border-bottom: none;
    margin: 0 auto;
    margin-right: auto;
    padding: 0 50px;
}

#container{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#content {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
}

#container #content {
    padding: 50px 30px;
    width: calc(100% - 250px);
    float: right;
}

#container #content.has-side-content {
    width: calc(100% - 650px);
    float: right;
    margin-right: 400px;
}

#container #content.no-subnav {
    border: none;
    width: 100%;
    float: right;
}

#container #content.no-subnav.has-side-content {
    width: calc(100% - 250px);
    float: left;
    margin-right: 0px;
}

#container #side {
    width: 250px;
    color: #fff;
    float: right;
    clear: none;
    padding: 15px;
    background-color: #f3734e;
    margin: 50px 0;
    color: #fff;
}

#container #side a{
    color: #fff;
    text-decoration: none;
}

#container #side a:hover{
    color: #fff;
    text-decoration: underline;
}

#container #side ul{
    padding-left: 20px;
    margin: 0;
}

#container #side li{
    padding: 3px 0px;
}

#container #side li a.on{
    font-weight: 800;
    text-decoration: underline;
    cursor: default;
}

#container #side hr{
 background-color: #fff;
 margin: 15px 0;   
}

#container #side h4{
    margin:0;
}

@media only screen and (max-width: 1200px) {
    #container #content {
        padding: 30px 30px 30px;
        width: calc(100% - 250px);
        float: right;
    }

    #container #content.has-side-content {
        width: calc(100% - 250px);
        float: right;
        margin-right: 0px;
    }

    #container #side {
        position: relative;
        padding: 30px 30px 30px;
        width: 100%;
        float: left;
        clear: both;
    }

    #container #content.no-subnav,
    #container #content.no-subnav.has-side-content {
        width: 100%;
        float: right;
        margin-right: 0px;
    }
}


@media only screen and (max-width: 875px) {
    #container #content,
    #container #content.has-side-content,
    #container #content.no-subnav {
        border: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 400px;
    }
    .content-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    #container #side {
        padding: 15px;
        margin-bottom: 0;
    }
}


@media only screen and (max-width: 400px) {
    #container #content {
        width: 100%;
    }
}
  /**************************/
 /******* Side Nav *********/
/**************************/

#subnav {
    width: 250px;
    padding: 0;
    list-style-type: none;
    float: right;
    margin: 50px 0;
}

#subnav>li.section {
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #333;
    display: block;
    width: 100%;
    padding: 10px 15px;
}

#subnav li{
    margin: 0;
    padding: 0;
}

#subnav>li>a {
    border-bottom: 1px solid #888;
    font-size: 14px;
    line-height: 16px;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background-color: #333;
    position: relative;
}

#subnav>li>a.on,
#subnav>li>a:hover {
    background-color: #999;
    text-decoration: none;
}

#subnav>li>a.on:before{
    content: '\2022';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

#subnav>li>ul>li>a {
    line-height: 16px;
    border-bottom: 1px dotted green;
    font-size: 14px;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #999;
}

#subnav>li>ul>li>a.on {
    text-decoration: underline;
    color: #000;
}

#subnav>li>ul>li>a:hover {
    color: #000;
}

ul#subnav li ul {
    list-style: none;
    float: none;
    clear: none;
    padding-left: 0;
    padding-top: 0;
    margin: 0
}

@media only screen and (max-width: 1200px) {
    #subnav {
        width: 250px;
        float: left;
    }
}

@media only screen and (max-width: 875px) {
    ul#subnav {
        border: none;
        width: calc(100% - 30px);
        clear: right;
        margin: 21px 15px
    }
}

@media only screen and (max-width: 400px) {
    #subnav {
        width: 100%;
        clear: right;
    }
}

  /**************************/
 /******** Footer **********/
/**************************/

footer{
    background-color: #2a2a2a;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.footer-wrapper {
    margin: 0 auto;
    padding: 60px 50px 30px;
}

#footer {
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
    padding: 0 30px;
}

footer a{
    text-decoration: none;
}

footer a:hover{
    text-decoration: underline;
}

footer .legal{
    text-align: center;
    padding-top: 70px;
    font-size: 12px;
}

footer .col-4{
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 4 - 4px);
    padding-bottom: 30px;
}

footer .col-4.left{
    padding-right: 22.5px;
}

footer .col-4.right{
    padding-left: 22.5px;
}

footer .col-4.middle{
    padding-left: 7.5px;
    padding-right: 7.5px;
}

footer .title{
    font-weight: 800;
    font-size: 18px;
}

footer .title.margin{
    margin-top: 15px;
}

footer .title.small{
    font-weight: 900;
    font-size: 16px;
}

footer span.break{
    display: block;
}

footer .logo{
    background-image: url(../images/logo_w.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 271px;
    height: 76px;
    display: block;
    color: transparent;
    font-size: 0;
    margin-bottom: 30px;
}

footer .ps{
    width: 100%;
    max-width: 130px;
    height: 80px;
    background-image: url(../images/ps.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-top: 10px;
}

footer #keywords{
    width: 100%;
    border: none;
    background-color: #4a4a4a;
    padding: 10px 50px 10px 10px;
    height: 40px;
    font-family: 'Muli', sans-serif;
    color: #fff;
}

footer form{
    height: 40px;
    position: relative;
    margin-top: 10px;
}

footer button{
    position: absolute;
    top: 0;
    right: 0px;
    height: 40px;
    width: 40px;
    background-color: #f3734e;
    border: none;
    color: transparent;
    font-size: 0;
    cursor: hand;
    cursor: pointer;
}

footer button span:after{
    font-family: 'fontello';
    content: '\e800';
    font-size: 14px;
    color: #fff;
}

footer button:hover{
    background-color: #da6746;
}

footer .insights{
    max-width: 150px;
    height: 125px;
    width: 100%;
    background-image: url(../images/insights.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-top: 20px;
}

@media only screen and (max-width: 1170px) {
    footer .col-4{
        width: calc(100% / 2 - 4px);
    }

    footer .col-4.left{
        padding-right: 15px;
    }

    footer .col-4.right{
        padding-left: 15px;
    }

    footer .col-4.middle.first{
        padding-left: 15px;
        padding-right: 0px;
    }

    footer .col-4.middle.second{
        padding-right: 15px;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 875px) {
    .footer-wrapper {
        padding: 60px 15px 30px;
    }

    footer .logo{
        max-width: 200px;
        height: 56px;
    }

    #footer {
        padding: 0;
    }
}

@media only screen and (max-width: 550px) {
    footer .col-4.left,
    footer .col-4.right,
    footer .col-4.middle.first,
    footer .col-4.middle.second{
        width: 100%;
        padding: 0 0 30px;
    }

    footer .legal{
        padding-top: 30px;
    }
}
  /**************************/
 /******* Scrollable *******/
/**************************/

.scroller-wrapper {
    padding: 0 50px;
}
.scrollable {
    overflow-y: scroll;
}

.scrollable::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.scrollable::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.scrollable::-webkit-scrollbar-thumb {
    background: #ccc;
    border: 0px none #ccc;
    border-radius: 4px;
}

.scrollable::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.scrollable::-webkit-scrollbar-thumb:active {
    background: #ccc;
}

.scrollable::-webkit-scrollbar-track {
    background: #aaa;
    border: 0px none #ccc;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.scrollable::-webkit-scrollbar-track:hover {
    background: #aaa;
}

.scrollable::-webkit-scrollbar-track:active {
    background: #aaa;
}

.scrollable::-webkit-scrollbar-corner {
    background: transparent;
}


@media only screen and (max-width: 875px) {    
    .scroller-wrapper {
        padding: 0; 
    }
}

  /**************************/
 /********** Hero **********/
/**************************/

.stat-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 614px){
    .stat-wrapper h1 {
        font-size: 32px;
    } 
}

.stat-wrapper > .width-limiter,
#hero,
#hero .slide,
#hero .width-limiter {
    height: calc(100vh - 150px);
    min-height: 510px;
}
.stat-wrapper > .width-limiter{
    padding-left: 50px;
    padding-right: 50px;
}
.hero-wrapper {
    margin: 0 auto;
    padding: 0px;
}
#stats,
#hero {
    background-color: #fff;
    position: relative;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    z-index: 0;
}
#stats {
    background-color: transparent;
}
#hero .slide {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 0px 50px;
}
#stats .slide {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 60px;
    padding-top: 15px;
    padding-bottom: 30px;
    box-sizing: border-box;
}
#stats .slide.on {
    position: relative;
}

#stats .slide {
    opacity: 0;
}
#stats .width-limiter,
#hero .width-limiter{
     position: relative;
}
.stat-wrapper .text-positioner,
#hero .slide-textbox {
    max-width: 790px;
    width: 100%;
    padding: 0 30px;
    position: absolute;
    z-index: 1001;
    bottom: 80px;
    left: 0px;
    text-shadow: 0 0 8px rgba(0,0,0,.25);
}
.stat-wrapper .text-positioner {
    max-width: none;
    color: #ffffff;
    bottom: 150px;
}
#hero .slide-heading {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}
#stats .slide-heading {
    color: #fff;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    display: block;
}
@media screen and (min-width: 615px){
    #stats .slide-heading {
        font-size: 22px;
    }
}

#hero .slide-text {
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 400;
    display: block;
    margin-top: 15px;
}

#hero .button {
    text-shadow: none;
    margin-top: 30px;
}

#hero-controls {
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 72px;
    z-index: 1001;
}

#hero-slide-selector{
    position: absolute;
    top: -23px;
    right: 50px;
    z-index: 1001;
    text-align: center;
}

#hero-slide-selector>a {
    display: inline-block;
    border: 3px solid white;
    margin: 0 2.5px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

#hero-slide-selector>a.on {
    background-color: #f3734e;
    border-color: #f3734e;
}

#hero-current-slide {
    display: none;
}

#hero-overlay{
    display: none;
}

#hero-prev-slide:after,
#hero-next-slide:after {
    cursor: pointer;
    cursor: hand;
    opacity: 0.7;
    color: #fff;
    font-family: 'fontello';
    font-size: 35px;
    position: absolute;
    top: 50%;
    z-index: 1001;
}

#hero-prev-slide:after{
    content: '\f007';
    left: 15px;
}

#hero-next-slide:after{
    content: '\f006';
    right: 15px;
}

#hero-prev-slide:hover:after,
#hero-next-slide:hover:after {
    opacity: 1;
}

@media only screen and (max-width: 875px) {
    #hero .slide-textbox {
        padding-left: 0 15px;
        bottom: 75px;
    }

    #hero .slide-text {
        font-size: 16px;
    }

    #hero .slide{
        padding: 0;
    }

    #hero-prev-slide,
    #hero-next-slide{
        display: none;
    }

    #hero,
    #hero .slide,
    #hero .width-limiter {
        height: calc(100vh - 83px);
    }

    #hero-slide-selector{
        top: 30px;
        right: 15px;
    }

}

  /**************************/
 /******* FORM STYLES ******/
/**************************/

.contact-block{
    background-color: #f5f5f5;
}

form input:not([type=radio]):not([type=checkbox]),
form textarea,
form select{
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    margin-top: 5px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    height: 50px;
    color: #000;
}

form input:focus,
form textarea:focus,
form select:focus{
    outline: none;
}

form textarea{
    min-height: 100px;
    min-width: 100%;
    max-width: 100%;
}

form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 55px;
    background-image: url(../images/select_input_arrow.png);
    background-size: 50px 55px;
    background-position: right center;
    background-repeat: no-repeat;
}

::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;    
    font-family: 'Muli', sans-serif;
    color: inherit;
}

::-moz-placeholder {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;    
    font-family: 'Muli', sans-serif;
    color: inherit;
}

:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;    
    font-family: 'Muli', sans-serif;
    color: inherit;
}

:-moz-placeholder {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;    
    font-family: 'Muli', sans-serif;
    color: inherit;
}

form > div{
    padding: 0 0 30px;
}

form .mock-label,
form label{
    display: block;
    font-weight: 600;
    font-size: 18px;
}

form .required{
    display: inline-block;
    color: #da6746;
}

form label.for-check-or-radio input{
    display: inline-block;
    width: auto;
    margin-right: 5px;
}

.questions ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.questions p{
    margin: 0 0 5px;
}

.questions ul li{
    display: inline-block;
    padding: 5px 7.5px 10px;
}

.questions ul li label{
    display: inline-block;
    margin-left: 5px;
    font-weight: 400;
    cursor: pointer;
    cursor: hand;
}

form .col-2,
form .col-3{
    display: inline-block;
    vertical-align: top;
}

form .col-3{
    width: calc(100% / 3 - 5px);
}

form .col-3.left{
    margin-right: 5px;
}

form .col-3.right{
    margin-left: 5px;
}

form .col-3.middle{
    margin-right: 2.5px;
    margin-left: 2.5px;
}

form .col-2{
    width: calc(100% / 2 - 3.75px);
}

form .col-2.left{
    margin-right: 3.75px;
}

form .col-2.right{
    margin-left: 3.75px;
}

.education-other{
    margin-top: 15px;
}

label.signature{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: 0; 
    padding: 0;
}

.block-content form input.signature{
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 875px) {
    form .col-3.left,
    form .col-3.right,
    form .col-3.middle,
    form .col-2.left,
    form .col-2.right{
        margin-left: 0;
        width: 100%;
        margin-right: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 470px) {
    label.signature{
        width: 50px;
        font-size: 12px;
    }

    .block-content form input.signature{
        width: calc(100% - 50px);
    }
}

  /**************************/
 /****** Slick Slider ******/
/**************************/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slide:focus{
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}


[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide .slide-image {
    display: block;
    cursor: hand;
    cursor: pointer;
}

.slick-slide.slick-loading .slide-image {
    display: none;
}

.slick-slide.dragging .slide-image {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/***** editable *****/

.slider-container {
    margin: 0 auto;
    padding: 50px 40px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slick-slide {
    margin: 0px 15px;
    background-color: #fff;
    height: 500px;
    display: none;
    float: left;
    padding: 15px 15px 80px;
    border-radius: 5px;
    position: relative;
    text-align: center;
}

.slick-slide .slide-image{
    margin-bottom: -65px;
    height: calc(100% + 65px);
}

.slick-slide .button{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    margin: 0;
}

.slide-image {
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}
.image-text-slide-content .slide-image{
    height: 200px;
    margin-bottom: 15px;
}

.slick-arrow {
    text-decoration: none;
}

.slick-prev:before,
.slick-next:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Material Icons';
    font-size: 50px;
    color: #333;
    display: block;
    padding: 10px;
}

.slick-prev:before {
    left: -5px;
    content: 'keyboard_arrow_left';
}

.slick-next:before {
    right: -5px;
    content: 'keyboard_arrow_right';
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #ddd;
}

.slick-dots {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.slick-dots li {
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    white-space: nowrap;
    border: 0;
    width: 20px;
    height: 20px;
    margin: 0 2.5px;
    background-color: transparent;
    box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
}

.slick-dots li button {
    display: block;
    border: 0;
    background-color: transparent;
    font-size: 0px;
    font-weight: 600;
    text-align: center;
    outline: none;
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid #f3734e;
    background-color: transparent;
    cursor: hand;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: #f3734e;
}

.slick-dots li button .fa {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -5px;
    opacity: 0;
    transition: all 0.3s ease;
}

.slick-dots li.slick-active button .fa {
    bottom: -8px;
    opacity: 1;
}

.slider-container .slide-icon {
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.slider-container .slide a {
    text-decoration: none;
    color: #000;
}

.slider-container .slide-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
}
.slide-text{
    line-height: 1.25;
    font-size: 16px;
}

@media only screen and (max-width: 875px){
    .slider-container{
        padding: 50px 20px;
    }

    .slick-prev:before {
        left: -15px;
    }

    .slick-next:before {
        right: -15px;
    }
}
  /**************************/
 /******** LIGHT BOX *******/
/**************************/

.modal {
    display: none;
    position: fixed;
    z-index: 1000000000000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .85);
}

.modal-content {
    margin: auto;
}

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 12px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.prev:before,
.next:before {
    font-family: 'Material Icons';
    font-size: 40px;

}

.prev:before {
    content: 'keyboard_arrow_left';
}

.next:before {
    content: 'keyboard_arrow_right';
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    color: #fff;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.mySlides {
    text-align: center;
    height: 100%;
}

.mySlides img {
    max-width: 95%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

  /**************************/
 /***** Modular Blocks *****/
/**************************/

.block-wrapper{
    padding: 80px 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.block-content{
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}

.text-block + .text-block{
    padding-top: 0;
}

.text-block p:last-of-type{
    margin-bottom: 0;
}

@media only screen and (max-width: 875px){
    .block-wrapper{
        padding: 50px 0;
    }
    .block-content{
        padding: 0 15px;
    }
}

  /**************************/
 /****** Banner Block ******/
/**************************/
.banner-block {
    padding: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}
.banner-content{
    padding: 50px 30px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.banner-content p{
    margin-bottom: 15px;
}

@media only screen and (max-width: 875px){
    .banner-wrapper{
        padding: 50px 0;
    }
    .banner-content{
        padding: 50px 15px;
    }
}

  /**************************/
 /*** Left/Right Blocks ****/
/**************************/
.l-text-r-image-block,
.r-text-l-image-block{
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
}

.l-text-r-image-block{
    flex-direction:row-reverse;
}

.l-text-r-image-content,
.r-text-l-image-content,
.l-text-r-image-block .image,
.r-text-l-image-block .image{
    flex-grow: 1;
    flex-shrink: 0;
}

.l-text-r-image-content,
.r-text-l-image-content{
    flex-basis: calc(100% - 370px);
    max-width: calc(100% - 370px);
}

.l-text-r-image-block .image,
.r-text-l-image-block .image{
    flex-basis: 370px;
    max-width: 370px;
    height: 420px;
}

.l-text-r-image-block p,
.r-text-l-image-block p{
    margin-bottom: 15px;
}
.l-text-r-image-block .image,
.r-text-l-image-block .image{
    width: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.l-text-r-image-content,
.r-text-l-image-content{
    padding: 0;
}

.l-text-r-image-content .title,
.r-text-l-image-content .title{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}

.l-text-r-image-content{
    padding-left: 50px;
}

.r-text-l-image-content{
    padding-right: 50px;
    text-align: right;
}

@media only screen and (max-width: 875px){
    .l-text-r-image-content,
    .r-text-l-image-content{
        flex-basis: 100%;
        max-width: 100%;
    }

    .l-text-r-image-block .image,
    .r-text-l-image-block .image{
        flex-basis: 100%;
        width: 100%;
        margin: 30px auto 0;
    }

    .l-text-r-image-content{
        padding-left: 0;
    }

    .r-text-l-image-content{
        padding-right: 0;
        text-align: left;
    }
}

  /**************************/
 /********* Gallery ********/
/**************************/

.gallery-container{
    display: -ms-flex;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
    margin: 0 -7.5px -15px;
}

.gallery-container .image{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(20% - 15px);
    max-width: calc(20% - 15px);
    height: 180px;
    display: inline-block;
    margin: 0 7.5px 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: hand;
    cursor: pointer;
}

  /**************************/
 /******** ACCOUNT *********/
/**************************/

.returning-customer,
.new-customer{
    display: inline-block;
    width: calc(50% - 2px);
    vertical-align: top;
}

.returning-customer{
    padding-right: 15px;
}

.new-customer{
    padding-left: 15px;
}

.forgot{
    display: block;
}
.notice{
    padding: 15px;
    background-color: #aaa;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
}
.notice.error{
     background-color: #9a0000;
}

  /**************************/
 /***** Search/Results *****/
/**************************/
.fellows-search{
    margin-bottom: 15px;
}

form.fellows-search  input:not([type=radio]):not([type=checkbox]){
    display: inline-block;
    width: calc(100% / 2 - 115px);
    margin-right: 30px;
}

.fellows-search button{
    width: 170px;
}

form.blog-search  input:not([type=radio]):not([type=checkbox]){
    display: inline-block;
    width: calc(100% - 200px);
    margin-right: 30px;
}

.blog-search button{
    width: 170px;
}

.results{
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.results li{
    margin-top: 15px;
}

.results li a{
    display: block;
    text-decoration: none;;
    color: #000;
    font-size: 16px;
    padding: 50px;
    border: 1px solid #e5e5e5;
}

.results li a:hover{
    background-color: #f5f5f5;
}

.results .name{
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 700;
}

.results .date{
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 800;
}

.results .text{
    margin-bottom: 15px;
}

.results .image{
    width: 85px;
    height: 110px;
    display:inline-block;
    margin-right: 30px;
    background-image: url(../images/fellow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
}

.results .image.male{
    background-image: url(../images/fellow_male.png);
}

.results .video{
    width: 148px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 83px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.results .video span:after{
    content: '';
    background-image: url(../images/youtube-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 23px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.results .beside-video{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 178px);
}

.results .content{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 115px);
}
/* */
.results-sort-container{
    margin: 30px 0 15px;
}

.results-title{
    font-size: 24px;
    font-weight: 800;
    display: inline-block;
}

ul.tags{
    padding: 0;
    margin: 15px 0 0;
    list-style-type: none;
}

ul.tags li{
    display: inline-block;
    margin: 0 10px 0 0;
}

ul.tags li a,
.clear-filter{
    display: inline-block;
    padding: 5px 8px;
    border-radius: 20px;
    color: #fff;
    background-color: #f3734e;
    text-decoration: none;
    font-weight: 700; 
    position: relative;
    font-size: 14px;
    line-height: 1;
}

ul.tags li a:hover,
.clear-filter:hover{
    color: #fff;
    background-color: #da6746;
    text-decoration: none;   
}

.clear-filter{
    padding-left: 30px;
}

.clear-filter span{
    font-family: 'Material Icons';
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);

}

.blog-post h1.title{
    margin-bottom: 5px;
}

.blog-post .date{
    font-weight: 700;
    margin-bottom: 15px;
}

.sort{
    display: inline-block;
    float: right;
    width: 75px;
}

.sort .title{
    font-size: 13px;
    line-height: 30px;
    font-weight: 800;
    display: inline-block;
}

.sort a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 28px;
    color: #000;
    text-decoration: none;
}

.sort a:hover{
    background-color: #f5f5f5;
    color: #000;
    text-decoration: none;
}

.sort .icon:after{
    font-family: 'fontello';
    content: '\f15d';
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.sort .icon.desc:after{
    content: '\f15e';
}

/* */

.block-content.narrow{
    max-width: 1000px;
}

/* */

.alphbet-container{
    margin: 0 -2.5px -5px;
}

.alphbet-container .button{
    margin: 0 2.5px 5px;
    padding: 0px;
    height: 30px;
    width: 30px;
    line-height: 28px;
}

.alphbet-container .button.on{
    background-color: #fff;
    border-color: #da6746;
    color: #da6746;
    cursor: default;
}

.alphbet-container .button.off{
    background-color: #aaa;
    border-color: #aaa;
    color: #fff;
    cursor: default;
}

@media only screen and (max-width: 875px){
    .results .image{
        margin-right: 15px;
    }

    form.fellows-search  input:not([type=radio]):not([type=checkbox]){
        width: calc(100% / 2 - 85px);
        margin-right: 15px;
    }

    form.blog-search  input:not([type=radio]):not([type=checkbox]){
        width: calc(100% - 155px);
        margin-right: 15px;
    }
    
    .blog-search button,
    .fellows-search button{
        width: 140px;
    }
    

    .results li a{
        padding: 30px;
    }
}

@media only screen and (max-width: 600px){
    form.fellows-search  input:not([type=radio]):not([type=checkbox]){
        width: 100%;
        margin: 0 0 15px;
    }

    .fellows-search button{
        width: 100%;
        margin: 0 0 15px;
    }

    .results .video{
        margin: 0 0 15px;
    }

    .results .beside-video{
        width: 100%;
    }
}

@media only screen and (max-width: 470px){
    form.blog-search  input:not([type=radio]):not([type=checkbox]){
        width: 100%;
        margin: 0 0 5px;
    }
    
    .blog-search button{
        width: 100%;
    }

    .results li a{
        padding: 15px;
    }
    .results .image{
        margin: 0 0 15px;
        display: block;
    }

    .results .content{
        width: 100%;
    }
}

  /**************************/
 /****** Index Block *******/
/**************************/

.index-block + .text-block{
    padding-top: 0;
}

.index-block ul,
.index-block li:last-of-type{
    padding-bottom: 0;
    margin-bottom: 0;
}
  /**************************/
 /***** Subscribe Block ****/
/**************************/

.subscribe-block{
    background-color: #f3734e;
    color: #fff;
}

.indicates-required{
    float: right;
}

/*.subscribe-block .text{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 380px);
    font-weight: 800;
    font-size: 22px;

}*/

/*.subscribe-block .subscribe{
    display: inline-block;
    vertical-align: middle;
    width: 350px;
    margin-left: 25px;
}*/

.subscribe-block form input:not([type=radio]):not([type=checkbox]){
    margin: 10px 0;
    /*width: calc(100% - 150px);*/
    display: inline-block;
    background-color: #da6746;
    border-color: #da6746;
    color: #fff;
}

.subscribe-block form button{
    margin: 20px 0 0;
    /*margin-left: -5px;*/
    /*width: 150px;*/
    /*padding: 15px 0px;*/
    position: absolute;
    bottom: 0;
    right: 30px;
}

.subscribe-block .block-content{
    position: relative;
}

.subscribe-block .title{
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.subscribe-block h2{
    text-align: center;
    margin: 15px 0 30px;
    font-size: 25px;
}

.subscribe-block .response{
    padding-top: 15px;
    padding-right: 155px;
}



@media only screen and (max-width: 875px){
   /* .subscribe-block .text{
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
        line-height: 1.5;
    }

    .subscribe-block .subscribe{
         width: 100%;
        margin-left: 0;
    }*/

    .subscribe-block form button{
        right: 15px;
    }
}

/*@media only screen and (max-width: 470px){
    .subscribe-block form input:not([type=radio]):not([type=checkbox]){
        margin: 0 0 10px;
        width: 100%;
    }

    .subscribe-block form button{
        margin: 0;
        width: 100%;
    }
}*/

  /**************************/
 /****** Search Block ******/
/**************************/

.search-block .title{
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.search-block h2{
    text-align: center;
    margin: 15px 0 30px;
}

.search-block.modular form.fellows-search input:not([type=radio]):not([type=checkbox]){
    width: calc(100% / 2 - 120px);
}

@media only screen and (max-width: 875px){
    .search-block.modular form.fellows-search input:not([type=radio]):not([type=checkbox]){
        width: calc(100% / 2 - 90px);
    }
}

@media only screen and (max-width: 600px){
    .search-block.modular form.fellows-search input:not([type=radio]):not([type=checkbox]){
        width: 100%;
    }
}

  /**************************/
 /******* News Block *******/
/**************************/

.news-block {
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

.news-block > div > .title{
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.news-block > div > h2{
    text-align: center;
    margin: 15px 0 30px;
}

.news-post-container.slider-container{
    padding: 0;
}

.news-post-container a.slide{
    display: block;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 30px 30px 78px;
    position: relative;
    border-radius: 0;
    text-align: left;
    height: 400px;
}

.news-post-container a.slide,
.news-post-container a.slide:hover{
    color: #000;
    text-decoration: none;    
}

.news-post-container > a:nth-child(4){
    display: none;
}

.news-post-container .date{
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 30px;
}

.news-post-container .title{
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.news-post-container .text{
    font-size: 16px;
    line-height: 1.5;
}

.news-post-container .arrow-link{
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.news-post-container a.slide.has-video{
    padding-top: 230px;
}

.news-post-container .video{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 200px;
    width: 100%;
}

.news-post-container .video span:after{
    content: '';
    background-image: url(../images/youtube-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 72px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1115px){
    .news-post-container.slider-container{
        padding: 0 0 60px;
    }
}

@media only screen and (max-width: 350px){
    .news-post-container a.slide{
        height: 500px;
    }
}

  /**************************/
 /***** l/r Above text *****/
/**************************/
.above-text,
.has-above-text{
    color: #fff;
}

.above-text .title{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.above-text{
    padding-bottom: 15px;
    max-width: 550px;
}

.r-text-l-image-block.has-above{
     flex-direction:row-reverse;
}

.l-text-r-image-block.has-above{
    flex-direction:row;
}

.l-text-r-image-block.has-above .image{
        margin: 0 auto 30px;
}

  /**************************/
 /**************************/
/**************************/