/**
 * HEADER
 */
@font-face {
  font-family: 'ns-fonts';
  src: url("fonts/ns-fonts.eot?dz3n4n");
  src: url("fonts/ns-fonts.eot?dz3n4n") format("embedded-opentype"), url("fonts/ns-fonts.ttf?dz3n4n") format("truetype"), url("fonts/ns-fonts.woff?dz3n4n") format("woff"), url("fonts/ns-fonts.svg?dz3n4n") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'ns-fonts';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-print:before {
  content: "\e902"; }

.icon-mail:before {
  content: "\e900"; }

.icon-paper:before {
  content: "\e901"; }

.icon-arrow-left:before {
  content: "\e801"; }

.icon-arrow-right:before {
  content: "\e602"; }

.icon-calendar:before {
  content: "\e603"; }

.icon-download:before {
  content: "\e604"; }

.icon-envelope:before {
  content: "\e605"; }

.icon-location:before {
  content: "\e606"; }

.icon-person:before {
  content: "\e607"; }

.icon-play:before {
  content: "\e608"; }

.icon-search:before {
  content: "\e800"; }

.icon-slideshow:before {
  content: "\e609"; }

.icon-instagram-brand:before {
  content: "\21"; }

.icon-downarrow:before {
  content: "\36"; }

.icon-facebook:before {
  content: "\45"; }

.icon-google:before {
  content: "\47"; }

.icon-instagram:before {
  content: "\49"; }

.icon-linkedin:before {
  content: "\4c"; }

.icon-pinterest-circle:before {
  content: "\50"; }

.icon-youtube-circle:before {
  content: "\59"; }

.icon-twitter:before {
  content: "\74"; }

.icon-x:before {
  content: "\78"; }

.icon-feed:before {
  content: "\e601"; }

.icon-play-circle:before {
  content: "\e600"; }

.icon-arrow-right {
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

#header {
    border-bottom: 1px solid #cccccc;
    position: absolute;
    z-index: 9500;
    background-color: #ffffff;
    width: 100%;
}

#header.fixed {
    position: fixed;
    top: 0;
}

@media only screen and (max-width: 900px) {
    #header {
        border-bottom: none;
    }
}

#header a {
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

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

@media only screen and (max-width: 900px) {
    #header .main-hamburger {
        position: absolute;
        top: 12px;
        left: 13px;
        cursor: pointer;
        width: 40px;
        height: 32px;
        display: block;
    }
}

#header .main-hamburger:hover span {
    background-color: #363636;
}

#header .main-hamburger span {
    display: block;
    height: 4px;
    background-color: #979797;
    width: 30px;
    margin: 5px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}


/*#header .search {
  position: absolute;
  right: 13px;
  top: 12px;
  font-size: 24px;
  color: #cccccc; }*/

#header .close .one {
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#header .close .two {
    display: none;
}

#header .close .three {
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#header .main-logo {
    text-align: left;
    float: left;
    border-bottom: none;
    padding: 16px;
}

body #header .main-logo .small-logo,
body.FRONTPAGE #header.fixed.show-full .main-logo .small-logo,
body.FRONTPAGE #header .main-logo .full-logo{
  display: none;
}

body.FRONTPAGE #header .main-logo .small-logo,
body.FRONTPAGE #header.fixed .small-logo,
body.FRONTPAGE #header.fixed.show-full .main-logo .full-logo{
  display: block;
}

body #header .main-logo .small-logo {
    display: none;
}

body #header .main-logo .full-logo {
    display: block;
}

@media only screen and (max-width: 900px) {
    #header .main-logo {
        text-align: center;
        padding: 15px 20px;
        float: none;
        border-bottom: 1px solid #cccccc;
    }
}

#header .main-logo img {
    width: auto;
    height: 23px;
}

#header .main-logo .search {
    color: #9a9a9a;
}

#header .main-logo .search:hover {
    color: #363636;
}

#mob-nav {
    position: absolute;
    z-index: 20;
    width: 100%;
    background-color: #f9f9f9;
    font-size: 16px;
    font-family: "grad", serif;
}

#mob-nav li {
    border-bottom: 1px solid #cccccc;
}

#mob-nav li:first-child {
    border-top: none;
}

#mob-nav a {
    display: block;
    padding: 15px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 4px solid transparent;
}

#mob-nav a i {
    float: right;
    font-size: 24px;
}

#mob-nav .sub-nav {
    background-color: #242424;
    border-top: 1px solid #cccccc;
    font-size: 16px;
    padding: 10px 0;
}

#mob-nav .sub-nav li {
    border: none;
}

#mob-nav .sub-nav a {
    color: #848484;
    padding: 5px 15px;
}

#mob-nav .sub-nav .view-all a {
    color: #dcd0b6;
}

#main-nav {
    font-family: "grad", serif;
    font-size: 16px;
    position: static;
    z-index: 0;
    width: auto;
    background-color: transparent;
    float: left;
}

#main-nav .sub-nav .view-all a span.icon-arrow-right {
    font-family: "ns-fonts";
}

#more-news:hover .icon-arrow-right {
  -webkit-transition: .2s linear;
  transition: .2s linear;
  padding-left: 5px; }

#main-nav li {
    border-bottom: none;
    display: inline-block;
    float: left;
    padding: 0;
}

#main-nav li.top-level:hover {
    background-color: #f9f9f9;
}

#main-nav li.top-level > a {
    display: block;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 4px solid transparent;
    font-size: 18px;
    padding: 20px 12px;
}

#main-nav li.top-level:hover > a {
    border-bottom: 4px solid #00451c;
    color: #00451c;
}

#main-nav li:hover .sub-nav {
    display: block;
    background-color: #242424;
    border-top: 1px solid #cccccc;
    font-size: 16px;
    padding: 20px 0px 20px 0;
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
}

#main-nav .sub-nav .wrap-one {
    padding: 0;
    position: static;
    overflow-y: hidden;
}

.sub-nav-wrapper {
    margin-top: 0 !important;
}
#main-nav .sub-nav h2 {
    color: #dcd0b6;
    font-size: 24px;
    margin-bottom: 15px;
}

#main-nav .sub-nav ul {
    display: inline-block;
    width: 23%;
    vertical-align: top;
}

#main-nav .sub-nav ul li {
    display: block;
    font-family: "grad", serif;
    color: #ABABAB;
    text-decoration: none;
    font-weight: bold;
    padding: 0;
    border: none;
    clear: left;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 700;
    vertical-align: top;
    overflow: auto;
    white-space: nowrap;
}

#main-nav .sub-nav ul li.active a {
    color: #FFF;
    text-decoration: none;
}
.nav-article a.thumbnail{
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    display: block;
    margin-bottom: 1em;
    position: relative;
}

.nav-article .noLinkThumbnail {
   overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    display: block;
    margin-bottom: 1em;
    position: relative;
}

.nav-article .noLinkThumbnail img {
    height: auto;
    width: 100%;
    display: block;
}

.nav-article .playButtonIcon {
    position: absolute;
    left: 2.5%;
    bottom: 15%;
}
.nav-article .playButtonIcon .icon-play-circle {
    color: white;
    font-size: 25px;
}
.no-image{}

.nav-article a img.widescreenImage{
    height: auto;
/*    max-height: 100.98px;*/
    width: 100%;
    display: block;
}

.nav-article a img{
    height: auto;
    width: 100%;
    display: block;
}


/*#main-nav .sub-nav .latest-news {
    width: 80%;
    float: right;
    margin: 0 -20px;
}*/

/*#main-nav .sub-nav .latest-news .no-image h3 {
    font-size: 22px;
}

#main-nav .sub-nav .latest-news .nav-article {
    margin-top: 0;
    height: 100%;
}
*//*
#main-nav .sub-nav .latest-news a {
    display: block;
    font-family: "grad", serif;
    color: #ffffff;
    width: 25%;
    padding: 20px;
    border-left: 1px solid #434343;
    border-bottom: none;
    margin-top: 50px;
    display: table-cell;
    vertical-align: top;
    height: inherit;
}

#main-nav .sub-nav .latest-news a:hover figure {
    opacity: .7;
}

#main-nav .sub-nav .latest-news a:hover h3 {
    text-decoration: underline;
}

#main-nav .sub-nav .latest-news h3 {
    margin: 10px 0;
    font-size: 16px;
}

#main-nav .sub-nav .latest-news time {
    color: #dcd0b6;
}

#main-nav .sub-nav .latest-news figure {
    margin-top: 0;
    margin-bottom: 10px;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

#main-nav .sub-nav .latest-news img {
    width: 100%;
}

#main-nav .sub-nav .latest-news .sponsored {
    background-color: #303030;
}

#main-nav .sub-nav .latest-news .sponsored h3 {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

#main-nav .sub-nav .latest-news .sponsored span {
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #afafaf;
}*/

#main-nav .sub-nav li a {
    border-bottom: none;
    color: #9e9e9e;
}
#main-nav .sub-nav li a:hover {
    color: #FFF;
    text-decoration: none;
}

#main-nav .sub-nav .no-more:hover {
  cursor: default;
}

#main-nav .sub-nav .view-all a,
.ajaxTarget a#view-more {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #dcd0b6;
    white-space: nowrap;
    font-size: .8em;
}
.ajaxTarget a#view-more{
    position: absolute;
    bottom: 2%;
    right: 2%;
}
#main-nav .sub-nav .view-all a{
    clear: both;
    display: block;
}
#main-nav .sub-nav .view-all a:not(span):hover {
    text-decoration: underline;
}

#main-nav .sub-nav .view-all a span, .ajaxTarget a#more-news span {
    color: #dcd0b6;
    position: relative;
    display: inline-block;
}
#main-nav .sub-nav .view-all a span:hover,  .ajaxTarget a#more-news span:hover {
    text-decoration: none;
}

#main-nav .sub-nav .view-all #more-news {
    display: inline-block;
}
#main-nav .sub-nav .view-all .ajaxTarget{
    float: right;
    clear:both;
}


#main-nav .sub-nav .sub-nav-articles {
    /* Temporary */
    height: 100%;
    width: 74%;
    display: inline-block;
}

#main-nav .sub-nav .ajaxTarget {
    /*display: initial;*/
    height: 300px;
    width: 100%;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

#main-nav .sub-nav .ajaxTarget .hideViewMore {
  display: none;
}

#main-nav .sub-nav .nav-article {
    width: 25%;
    height: 250px;
    border-left: 1px solid #545454;
    display: inline-block;
    color: white;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0;
    padding-bottom: 0;
    white-space: normal;
    word-break: break-word;
    vertical-align: top;
    float: none;
    margin: 0;
    margin-right: -4px;
}

#main-nav .sub-nav .nav-article iframe {
  width: 100% !important;
}

#main-nav .sub-nav .nav-article .date,
#main-nav .sub-nav .nav-article iframe,
#main-nav .sub-nav .nav-article .date a {
    font-family: "Oswald", sans-serif;
    color: #dcd0b6;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

#main-nav .sub-nav .nav-article .title,
#main-nav .sub-nav .nav-article .title a {
    font-family: "grad", serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
}

#main-nav .sub-nav .nav-article .title.activeSearch,
#main-nav .sub-nav .nav-article .title.activeSearch a {
    font-family: "grad", serif;
    font-size: 13px;
    font-weight: 400;
    color: #FFF;
}

#main-nav .sub-nav .nav-article .spacer{
    border-bottom: 1px solid #545454;
    line-height: 0.1;
    margin: 5px 0;
}

#main-nav .sub-nav .nav-article .title.no-image, #main-nav .sub-nav .nav-article .title.no-image a{
    font-size: 18px;
    line-height: 24px;
    /*font-weight: 800;*/
}


#main-nav .sub-nav .nav-article .title a:hover {
    text-decoration-style: none;
}

#main-nav .sub-nav .nav-article.sponsored {
    background-color: #303030;
}

#main-nav .sub-nav .nav-article.sponsored a.thumbnail {
  padding-top: 5px;
}

#main-nav .sub-nav .nav-article.sponsored h3,
#main-nav .sub-nav .nav-article.sponsored h3 a {
    color: #FFF;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: normal;
}

#main-nav .sub-nav .nav-article.sponsored span {
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: #afafaf;
}
#main-nav .sub-nav .nav-article.sponsored span.sponsered-reasearch-top {
    font-family: "Oswald", sans-serif;
    color:  #bb6c44;
    margin-bottom: 3px;
    line-height: 24px;
}
#main-nav .sub-nav .nav-article.sponsored span.sponsered-reasearch-bottom {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: : 3px;
    color: #979797;
    width: 146px;
}
#main-nav .sub-nav .nav-article.sponsored h3.sponsered-reasearch-title,
#main-nav .sub-nav .nav-article.sponsored .sponsered-reasearch-title a {
    font-family: 'Raleway Semibold', sans-serif;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}
#main-nav .sub-nav .nav-article.sponsored h3.sponsered-reasearch-title {
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: normal;
    color: #fff;
}
/* #main-nav .sub-nav li:hover{
        background-color: transparent;}
      #main-nav .sub-nav li a:hover {
        border-bottom: none;
        color: #ffffff; }
    #main-nav li.active a {
      border-bottom: 4px solid #00451c;
      color: #00451c; } */

#user-nav {
    margin: 18px 6px 0 0;
    float: right;
}

#user-nav li {
    width: auto;
    border-left: none;
    margin-left: 20px;
    float: left;
}

#user-nav a {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .5px;
    line-height: normal;
    color: #9a9a9a;
}

#user-nav a.close,
#user-nav a:hover {
    color: #363636;
}

#user-nav li:first-child {
    border-left: none;
}

#user-nav .account-label {
    display: inline-block;
}

#user-nav .icon {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    margin-right: 5px;
}
#user-nav .icon.icon-search {
    cursor: pointer;
}
.link [class^="icon-"], [class*=" icon-"] {
    font-size: 14px;
    color: #00451c;
}

@media only screen and (max-width: 1060px) {
    #user-nav {
        position: absolute;
        top: 0;
        right: 0;
    }
    #user-nav .subscription,
    #user-nav .logout,
    #user-nav .account-label {
        display: none;
    }
    #user-nav li {
        margin-left: 10px;
    }
}


/**
 * SEARCH BAR IN HEADER
 */

#search-menu {
    width: 100%;
    background: #222;
    padding: 20px 0 40px 0;
    position: absolute;
    z-index: 20;
}

#search-menu .search-input-with-autocomplete {
    width: 100%;
    max-width: none;
}

#search-menu #header_search_form {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    font-family: "grad", serif;
}

#header_search_form input[type="text"] {
    background: transparent;
    padding: 10px;
    height: 32px;
    width: 83%;
    font-size: 24px;
    outline: none;
    opacity: 0.95;
    border: none;
    color: #242424;
    border-bottom: 1px solid #242424;
    font-family: "Source Serif Pro";
}
#header_search_form input::-webkit-input-placeholder {
    color: #000000;
    font-family: "Source Serif Pro";

}
@media only screen and (max-width: 768px) {
    #header_search_form input[type="text"] {
        font-size: 16px;
    }
}

#header_search_form input[type="submit"] {    
    position: absolute;
    font-size: 17px;
    height: 30px;
    width: 85px;
    right: 28px;
    top: 2px;
    font-family: "Oswald Regular";
    color: white;
    outline: none;
    border-style: none;
    border-color: none;
    cursor: pointer;
    background-color: #00451c;    
}
.search-redesign .autocomplete-section .ac_result {
    font-family: "grad", serif;
    font-size: 18px;
    color: black;
    margin-bottom: 10px;
    line-height: 1.4;
}
.search-close-btn {
    color: #242424;
    font-family: "Oswald";
    float: right;
    position: relative;
    bottom: 28px;
    font-size: 20px;
    cursor: pointer;
}
#header .search-redesign .site-search-wrapper{
  display: none;
    padding: 0;
    margin: 0;
}
#header .search-redesign.hover {
    z-index: 997;
}
#header .search-redesign .site-search-wrapper.hover {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 68px;
    padding: 2em 0 .5em 0;
    list-style: none outside none;
    background-color: #F1F1F1; 
    border-bottom: 1px solid #242424;
    z-index: -1;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    #header_search_form input[type="submit"] {
        background: transparent url(/images/redesign/search-submit-retina.gif) no-repeat center center;
        background-size: 28px 28px;
    }
}

#search-menu #header_search_form .swiftype-widget .autocomplete {
    width: 100%;
    position: relative;
    background: white;
    color: #242424;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#search-menu #header_search_form .swiftype-widget .autocomplete .ac-section-title {
    display: none;
}
#header_search_form .swiftype-widget .autocomplete .ac_title em {
    color: #242424 !important;
}


/* actual text input */


/*#search-menu .site-search {
  width: 228px;
  height: 31px;
  border: none;
  font-size: 24px;
  color: #7c7c7c;
  padding-top: 2px;
  background: transparent;
  font-family: 'Droid Sans', 'Myriad Pro', Arial, sans-serif;
}

.isExplorer8 #search-menu .site-search {
  padding-top: 4px;
  margin-top: 4px;
}

#search-menu .site-search:focus {
  outline: none;
}*/


/* auto complete search */

.site-search-auto ul {
    background: #FFF;
    padding: 5px;
    border-top: 2px solid #e04d32;
    border-right: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    border-left: 1px solid #D1D1D1;
    font-family: arial, helvetica, sans-serif;
    font-size: 1.1em;
    max-height: 200px;
    overflow-y: auto;
    width: 100% !important;
    z-index: 2000 !important;
}

.site-search-auto ul li a {
    display: block;
    padding: 8px 4px;
    border-top: 1px solid #D1D1D1;
    line-height: 1.3em;
}

.site-search-auto ul li a.researchcenter {
    color: #e04d32;
    font-weight: bold;
}

.site-search-auto ul li:first-child a {
    border-top: none;
}

.site-search-auto ul li a:hover {
    display: block;
    background: #EEE;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
}

/*resizing logo nav adjustments*/
@media only screen and (max-width: 1190px) {
    #header #main-nav li.top-level > a {
        padding: 20px 8px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1150px) {
    #header #user-nav a {
        font-size: 12px;
        line-height: 24px;
    }
    #header #user-nav a {
        font-size: 12px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1024px) {
    #header #main-nav li.top-level > a {
        padding: 20px 7px;
    }
}


/**
 * Top Ad Banner
 */

#top-banner {
    background: #242424;
    text-align: center;
    border-bottom: 1px solid #ccc;
    overflow-x: hidden;
}

#top-banner > a,
#top-banner > div {
    background: #242424;
    padding: 15px 0;
    margin: 0 auto;
    display: inline-block;
    height: auto !important;
}
#header #main-nav .data {
    font: inherit;
}
#header #main-nav .sub-nav .nav-article .nav-sponsered {
    color: #979797;
}
#header_search_form input[type="text"] {
    padding: 0 10px;
}
@media only screen and (max-width: 400px) {
    #header_search_form input[type="submit"] {
        font-size: 12px;
        width: 60px;
    }
}
@media only screen and (max-width: 350px) {
    #header_search_form input[type="submit"] {
        font-size: 11px;
        width: 54px;
    }
}
@media only screen and (max-width: 340px) {
    #header_search_form input[type="submit"] {
        font-size: 10px;
        width: 50px;
        left: calc(72% + 12px);    
    }
    #search-menu #header_search_form {
        width: 95%;
    }
}
