@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Roboto+Condensed&display=swap');
@import url('https://use.typekit.net/tsv2jad.css');
.azo-sans-bold{
font-family: azo-sans-web, sans-serif;
font-weight: 700;
    letter-spacing: -.5px;
font-style: normal;
}
.azo-sans{
font-family: azo-sans-uber, sans-serif;
font-weight: 400;
font-style: normal;
}
.head{
font-family: azo-sans-web, sans-serif;
font-weight: 700;
font-style: normal;
    letter-spacing: -.5px;
    line-height: 1.1;
}
.roboto {
    font-family: 'Roboto Condensed';
}
html {
    font-size: 1rem;
}
body {
    color: #0d1d3e;
    font-family: 'Open Sans';
    font-style: normal;
    font-size: 20px;
    font-weight: 500;

    margin: 0;
    padding: 0;
    line-height: 1.3;
}
.z-center-children > div, .z-center-children > a {
    font-size: 18px;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
a, a:hover, a img, a:hover img, .main-menu li, .main-menu li:hover, .subsec1 .box a .img , .subsec1 .box a:hover .img  {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;	
    vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
font-family: azo-sans-web, sans-serif;
font-weight: 700;
font-style: normal;
}
#header {
    background-color: rgb(0 0 0 / .77);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.topbar .social, .topbar .search {
    display: inline-block;
    vertical-align: top;
}
.topbar {
    background-color: #1d1646;
    padding: 5px 0;
    display: inline-block;
    width: 100%;
}
.topbar .social {
    padding: 5px 0 0 0;
}
.topbar .social a {
    margin: 0 8px;
}
.topbar .social img {
    filter: brightness(100);
}
.topbar .search {
    padding: 0 18px;
}
.topbar .search input {
    float: left;
}
.topbar .search input[type="text"] {
    font-size: 16px;
    border: none;
    padding: 10px 15px;
    height: 38px;
    width: 250px;
    background-color: rgb(255 255 255 / .2);
}
.topbar .search input[type="text"], .topbar .search input[type="text"]::placeholder {
    color: #fff;
}
.topbar .search input[type="submit"] {
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    height: 38px;
    width: 38px;
    background-color: transparent;
}
.topbar .search input[type="submit"]:hover {
    background-color: rgb(255 255 255 / .2);
}
.topbar a.con, .topbar a.find {
    color: #fff;
    font-weight: bold;
    margin: 5px 0 0 0;
}
.topbar a.con:hover, .topbar a.find:hover {
    color: #d88230;
}
.topbar a.find {
    margin: 5px 20px 0 0;
}
.logo-sec .logo {
    padding: 20px 0;
}
.main-menu {}
.main-menu li {
    margin: 0 0 -10px 35px;
    padding: 54px 0 40px 0;
    position: relative;
    float: left;
}
.main-menu li:first-child {
    margin-left: 0;
}
.main-menu li:hover:after, .main-menu li.active:after {
    content: '';
    width: 90px;
    height: 2px;
    background-color: #d88230;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.main-menu li:last-child:after  {
    display: none;
}
.main-menu a {
    font-weight: 600;
    color: #fff;
}
.main-menu a:hover, #footer a:hover {
    color: #d88230;
}
.main-menu a img.z-float {
    margin: -7px 0 0 0;
}
.main-menu li ul {
    display: none;
    opacity: 0;
    padding: 0;
    position: absolute;
    background-color: #1d1646;
    left: 50%;
    top: 95px;
    width: 241px;
    text-align: left;
    transform: translateX( -50% );
    z-index: 999;
}
.main-menu li ul li {
    display: inline-block;
    width: 100%;
    padding: 8px 15px;
    margin: 0;
    border-top: 2px solid #4a456b;
}
.main-menu li ul li:first-child {
    border-top: 0px solid #ebebeb;
}
.main-menu li ul li a {
    color: #ffffff;
    display: block;
    font-weight: normal;
    font-size: 90%;
    padding: 0;
}
.main-menu li ul li a:hover {
    color: #50c5dc;
}
.main-menu li:hover ul {
    display: block;
    opacity: 1;
}
.main-menu li:hover ul {
    display: block;
    opacity: 1;
}
a.bbtn {
    background-color: #3997b4;
    color: #fff;
    font-size: 17px;
    padding: 18px 50px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
a.bbtn:hover {
    background-color: #d88230;
    color: #fff !important;
}
#footer {
	background-color: #1f1547;
	padding: 70px 15px 0 15px;
}
#footer .foobox {
    float: left;
    width: 33.33%;
}
#footer .foobox.box1 {
    text-align: center;
    padding: 25px 50px 0 0;
}
#footer a.rbtn {
    margin: 40px 0;
}
#footer .fsocial {
    margin: 35px 0 0 0;
}
#footer .fsocial a {
    margin: 0 20px 0 0;
}
#footer .head {
    padding-bottom: 30px;
}
.foo-menu li {
    padding: 0 0 16px 0;
}
#footer .foobox.box2 {
    padding-left: 70px;
}
#footer .sec2 {
    font-size: 16px;
    margin: 50px 0 30px 0;
}
.fbtns {
    padding: 40px 0 0 0;
}
.fbtns a.bbtn {
    margin: 5px 0;
    width: 280px;
    padding: 18px;
}
.divider {
    overflow: hidden;
    background-image: url(../images/divider.png);
    height: 140px;
    background-size: 100% 100%;
    margin: -70px 0 -70px 0;
    position: relative;
    z-index: 9999;
}
.spform input[type="text"], .spform input[type="email"], .spform textarea {
    font-family: 'Open Sans', sans-serif;
    background-color: rgb(255 255 255 / .21);
    border: none;
    color: #fff;
    padding: 18px 20px;
    width: 36%;
    margin: 0 4px;
    vertical-align: top;
    font-size: 20px;
}
.spform input::placeholder {
    color: #fff;
}
.spform input[type="submit"], .spform button {
    background-color: #3997b4;
    color: #fff;
    padding: 16px 55px;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.spform input[type="submit"]:hover, .spform button:hover {
    background-color: #d88230;
}
.z-default-subpage-header {
    background-image: url(../images/page-banner.jpg);
    background-position: center top;
    background-size: cover;
    text-align: left;
    overflow: hidden;
}
.z-default-subpage-header .z-default-subpage-title {
    margin: 335px 0 25px 0;
    padding: 0 15px;
    font-size: 42px;
    text-transform: uppercase;
font-family: azo-sans-web, sans-serif;
font-weight: 700;
font-style: normal;
    color: #fff;
}
.z-default-subpage-body-full.has-sidebar {
    background-image: url(../images/subsec1bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
	padding: 10px 0;
}
.z-default-subpage-subpage {
    padding-top: 30px;
    padding-bottom: 50px;
}
.z-default-subpage-left-panel {
    min-width: 350px;
    max-width: 350px;
    padding-right: 30px;
    background-color: transparent;
}
.z-default-subpage-left-panel-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
.z-default-subpage-left-panel-menu a:link, .z-default-subpage-left-panel-menu a:visited {
    width: 100%;
    color: #2a2a2a;
    font-size: 20px;
    padding: 25px 22px;
    margin: 0 0 1px 0;
    border: none;
}
.z-default-subpage-left-panel-menu a:hover, .z-default-subpage-left-panel-menu li.active a {
    color: #fff;
    background-color: #3997b4;
}
.z-default-subpage-right-panel {
    padding-bottom: 0;
    border-left: 3px solid #d8d8d8;
}
.z-default-subpage-subcontent {
    padding: 10px 30px 30px 30px;
    background: transparent;
}
h1.p-title {
    font-size: 44px;
    padding-bottom: 30px;
    color: #1d1646;
}
h2.sub-title, .z-default-subpage-right-panel h2 {
    font-size: 34px;
    margin: 25px 0 10px 0;
    padding: 0;
    color: #000;
    font-weight: 600;
}
.breadcrumb {
    color: #3997b4;
    font-size: 18px;
}
.breadcrumb strong {
    padding: 0 4px;
}
.breadcrumb a, .breadcrumb strong {
    color: #000000;
}
.breadcrumb a:hover {
    color: #3997b4;
}
.z-mobile-header .z-mobile-menu {background-color: #1d1646;}
.rss-summary-title {
    color: #000;
}
.rss-summary-text {
    font-size: 100%;
    display: inline-block;
}
.rss-summary-text a.rss-summary-readmore {
    display: block;
    clear: both;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    color: #000;
    text-decoration: underline;
}
.rss-summary-text a.rss-summary-readmore:hover, .rss-summary-title:hover {
    color: #3997b4;
    text-decoration: none;
}



#slideshowHomeDiv1{position:relative; z-index:1;}
.homeSlideshowPrevious, .homeSlideshowNext, .homeSlideshowPause,  .homeSlideshowPlay{background-color:#1d1646; color:#FFF; font-size:40px;line-height:1; padding:15px;  position:absolute; z-index:4; border:1px solid rgba(255,255,255,.7);}
.homeSlideshowPause,  .homeSlideshowPlay{ border:1px solid rgba(255,255,255,.7);}
.homeSlideshowPause,  .homeSlideshowPlay{ width:60px; padding:7px; text-align:center;}
.homeSlideshowPrevious{bottom:45%; left:0px;}
.homeSlideshowNext{bottom:45%; right:0px; }
.homeSlideshowPause{bottom:15px; right:10px;}
.homeSlideshowPlay{bottom:15px; right:10px;}
.homeSlideshowPrevious:focus{outline:2px dashed #FFF;}
.homeSlideshowNext:focus{outline:2px dashed #FFF;}
.homeSlideshowPlay:focus{outline:2px dashed #FFF;}
.homeSlideshowPause:focus{outline:2px dashed #FFF;}
.testimonial-slider .slider-previous-button{background-color:#1c2535 !important;}
.testimonial-slider .slider-next-button{background-color:#1c2535 !important;}
.testimonial-slider .slider-previous-button:focus{outline:2px dashed #c7823a;}
.testimonial-slider .slider-next-button:focus{outline:2px dashed #c7823a;}

/* --------------- */
/* Industry pages */
/* --------------- */

/* Dark blue: #1d1646 */
/* Medium blue: #3997b4 */

.industry-thumbnail, .industry-thumbnail:hover{
    background-position: center center;
    background-size: cover;
    box-sizing: content-box;
    display: block;
    padding-bottom: 100%;
    position: relative;
}
.industry-thumbnail:hover:before{
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.industry-section{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    clear: both;
    padding: 100px 30px;
}
.industry-section *{
    /* Override zOS.css */
    line-height: inherit;
}
.industry-section div, .industry-section p{
    line-height: 1.6;
}
.industry-heading, .industry-section h1{
    font-size: 2.75em;
    line-height: 1.1;
}
.industry-section img{
    max-width: 100%;
}
.industry-section a{
    color: #3997b4;
}
.industry-row{
    clear: both;
    margin: 0 -20px;
}
.industry-col{
    box-sizing: border-box;
    float: left;
    padding: 0 20px;
}
.col-1of2{
    width: 50%;
}
a.industry-button{
    background: #3997b4;
    color: #FFF;
    display: inline-block;
    font-size: .85rem;
    font-weight: 600;
    padding: 1em 3.25em;
    text-align: center;
    text-transform: uppercase;
}
.industry-button:hover{
    background: #46b9db;
}
.industry-bottom-gradient{
    padding-bottom: 170px;
    position: relative;
}
.industry-bottom-gradient:before{
    background: linear-gradient(90deg, rgba(29,22,70,1) 0%, rgba(29,22,70,0) 50%, rgba(29,22,70,1) 100%);
    bottom: -70px;
    content: '';
    display: block;
    height: 140px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}
.industry-section button.slick-arrow{
    background: none;
    padding: 0;
    width: 80px;
}
.industry-section .slick-prev{
    left: -120px;
}
.industry-section .slick-next{
    right: -120px;
}
.industry-section button.slick-arrow span{
    background: none;
    font-family: 'Font Awesome 5 Free';
    font-size: 80px;
    font-weight: 900;
    height: 80px;
    padding: 0;
    width: 80px;
}
.industry-section button.slick-arrow:focus span{
    color: #d88230;
    font-size: 80px;
    height: 80px;
    width: 80px;
}
.industry-section .slick-prev-icon:before{
    content: '\f359';
}
.industry-section .slick-next-icon:before{
    content: '\f35a';
}
.industry-header{
    position: relative;
}
.industry-header:before{
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.industry-header .z-container{
    position: relative;
    z-index: 5;
}
.industry-intro{
    background-image: url(../images/subsec1bg.jpg);
    background-position: center top;
}
.industry-research{
    padding: 0;
    text-align: center;
}
.industry-research-banner{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 31.25%;
}
.industry-research-content{
    background-position: center center;
    background-size: cover;
    color: #FFF;
    padding: 100px 30px;
    position: relative;
}
.industry-research-content:before{
    background: rgba(29, 22, 70, 0.8);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.industry-research-content .z-container{
    position: relative;
    z-index: 5;
}
.industry-research-content h2{
    font-size: 2.5em;
    line-height: 1.1;
}
.industry-research-facility-carousel{
    margin-bottom: 0;
    margin-top: 60px;
}
.industry-research-facility{
    box-sizing: border-box;
    padding: 0 10px;
}
a.industry-research-facility-image{
    background-position: center center;
    background-size: cover;
    display: block;
    padding-top: 100%;
}
a.industry-research-facility-title{
    background: #3997b4;
    box-sizing: border-box;
    color: #FFF;
    display: block;
    font-weight: 700;
    margin-top: -36px;
    margin-top: 0;
    padding: 20px 25px;
    text-align: left;
    text-transform: uppercase;
    width: calc(100% - 30px);
    width: 100%;
}
.industry-research-facility-image:hover, .industry-research-facility-title:hover{
    display: block;
}
.industry-research-facility-image:hover + a, .industry-research-facility-title:hover{
    background: #46b9db;
}
.industry-specific{
    color: #FFF;
    position: relative;
    text-align: center;
}
.industry-specific:before{
    background: rgba(0, 0, 0, .2);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.industry-specific .z-container{
    position: relative;
    z-index: 5;
}
.industry-specific .industry-heading{
    margin-bottom: 60px;
    padding-bottom: 0;
}
.industry-specific-box{
    background: #1d1646;
    box-sizing: border-box;
    padding: 80px;
    text-align: left;
}
.industry-specific-box h2{
    font-size: 2em;
    line-height: 1.1;
}
.industry-specific-box h3{
    font-size: 1.75em;
    line-height: 1.2;
}
a.industry-specific-toggle{
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    color: #231f20;
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 20px 40px;
    text-align: center;
    text-transform: uppercase;
}
.industry-specific-toggle:hover{
    background: #FFF;
    display: block;
}
.industry-highlight{
    color: #FFF;
    font-size: 1.25em;
    position: relative;
    text-align: center;
}
.industry-highlight:before{
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.industry-highlight .z-container{
    position: relative;
    z-index: 5;
}
.industry-highlight h2{
    font-size: 2.75rem;
    line-height: 1.1;
    margin-bottom: 40px;
    padding-bottom: 0;
}
.industry-highlight .industry-button{
    margin-top: 40px;
}
.industry-business{
    background-image: url(../images/subsec1bg.jpg);
    background-position: center top;
    text-align: center;
}
.industry-business h2{
    font-size: 2.75em;
    line-height: 1.1;
}
.industry-business-logo-carousel .slick-track{
    align-items: center;
    display: flex;
}
.industry-business-logo{
    align-items: center;
    box-sizing: border-box;
    display: flex !important;
    height: 240px;
    justify-content: center;
    padding: 20px;
    text-align: center;
}
.industry-business-logo-inner{
    align-items: center;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.15);
    box-sizing: border-box;
    display: flex;
    height: 180px;
    justify-content: center;
    padding: 20px 40px;
    width: 100%;
}
.industry-business-logo img{
    max-height: 140px;
    max-width: 100%;
}
.industry-testimonial{
    margin-top: 40px;
}
.industry-downloads{
    background-image: url(../images/indussec2bg.jpg);
    background-position: center top;
    color: #FFF;
}
.industry-downloads .industry-heading{
    margin-bottom: 60px;
}
.industry-download-list:after{
    clear: both;
    content: '';
    display: table;
}
a.industry-download-link{
    box-sizing: border-box;
    color: #FFF;
    display: block;
    float: left;
    margin-bottom: 1.5em;
    width: 50%;
}
a.industry-download-link:nth-child(2n + 1){
    clear: both;
}
.industry-download-label{
    background: #3997b4;
    display: inline-block;
    font-size: .89em;
    font-weight: 700;
    margin-right: 1.25em;
    min-width: 105px;
    padding: 20px 30px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
.industry-news{
    background: #e4e4e4;
}
.industry-news .industry-heading{
    margin-bottom: 60px;
    text-align: center;
}
.industry-news .industry-row{
    margin: 0 -40px;
}
.industry-news-col{
    padding: 0 40px;
}
.industry-news-col:after{
    clear: left;
    content: '';
    display: table;
}
.industry-news-excerpt-image{
    box-sizing: border-box;
    float: left;
    padding-right: 15px;
    width: 50%;
}
.industry-news-excerpt-text{
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    width: 50%;
}
a.industry-news-excerpt-title{
    color: #0d1d3e;
    margin-bottom: 1em;
}
.industry-current-developments{
    color: #FFF;
    position: relative;
    text-align: center;
}
.industry-current-developments:before{
    background: rgba(29, 22, 70, 0.8);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.industry-current-developments .z-container{
    position: relative;
    z-index: 5;
}
.industry-current-developments .industry-heading{
    margin-top: 60px;
}
.industry-current-developments-carousel{
    margin-top: 60px;
    position: relative;
}
.industry-current-developments-carousel .slick-prev-icon, .industry-current-developments-carousel .slick-next-icon{
    color: #FFF;
}
.industry-current-developments-box{
    clear: both;
    position: relative;
}
.industry-current-developments-box:after{
    clear: both;
    content: '';
    display: table;
}
.industry-current-developments-image{
    background-position: center center;
    background-size: cover;
    /*bottom: 60px;*/
    padding-top: 60%;
    position: absolute;
    top: 0;
    width: 60%;
    z-index: 2;
}
.industry-current-developments-text{
    background: #1d1646;
    box-sizing: border-box;
    display: block;
    float: right;
    margin-top: 60px;
    padding: 60px;
    position: relative;
    text-align: left;
    width: 50%;
    z-index: 5;
}
.industry-current-developments-text h3{
    font-size: 1.75em;
    line-height: 1.2;
}
.industry-available-properties{
    color: #FFF;
    position: relative;
    text-align: center;
}
.industry-available-properties:before{
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.industry-available-properties .z-container{
    position: relative;
    z-index: 5;
}
.industry-available-properties-box{
    margin-top: 40px;
    padding: 60px 0;
    position: relative;
}
.industry-available-properties-box:after{
    clear: both;
    content: '';
    display: table;
}
.industry-available-properties-image{
    background-position: center center;
    background-size: cover;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    z-index: 2;
}
.industry-available-properties-text{
    background: #1d1646;
    box-sizing: border-box;
    float: left;
    padding: 60px;
    position: relative;
    text-align: left;
    width: 50%;
    z-index: 5;
}

/* Board Members page */
.board-grid{
    clear: both;
    margin: 0 -20px 40px -20px;
}
.board-grid:after{
    clear: both;
    content: '';
    display: table;
}
.board-member{
    box-sizing: border-box;
    float: left;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 25%;
}
.board-member:nth-child(4n + 1){
    clear: both;
}
.board-image{
    background-position: top center;
    background-size: cover;
    box-sizing: content-box;
    margin-bottom: 8px;
    padding-top: 150%;
}
.board-member-text{
    font-size: .875em;
}

/* Home page testimonials and videos */
.home-testimonials-carousel, .home-video-carousel{
    padding: 0 50px;
    text-align: center;
}
.home-testimonial-text{
    font-style: italic;
}
.home-testimonials-carousel .slick-next, .home-video-carousel .slick-next{
    right: 0;
}
.home-testimonials-carousel .slick-arrow, .home-testimonials-carousel .slick-arrow:hover, .home-video-carousel .slick-arrow, .home-video-carousel .slick-arrow:hover{
    background: none;
    color: #FFF;
}
.home-testimonials-carousel .slick-arrow:focus .slick-prev-icon, .home-testimonials-carousel .slick-arrow:focus .slick-next-icon, .home-video-carousel .slick-arrow:focus .slick-prev-icon, .home-video-carousel .slick-arrow:focus .slick-next-icon{
    color: #FFF;
}
.video-frame{
    box-sizing: content-box;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.video-frame iframe{
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

#z-top-message-bar p{
    margin-bottom: 0;
    padding-bottom: 0;
}
#z-top-message-bar p + p{
    margin-top: .75em;
}

.investor-button{
    min-width: 425px;
    text-align: center;
}

.publications-grid{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.publications-grid-item{
    box-sizing: border-box;
    padding: 20px 20px 40px 20px;
    width: 25%;
}
.publications-image-link, .publications-image-link:hover{
    display: block;
    margin: 0 0 1em 0;
    text-align: center;
}
.publications-image-link img{
    max-width: 100%;
    min-height: 250px;
    width: auto;
}
.publications-title-link{
    color: #3997b4;
    display: block;
    text-align: center;
}
.publications-title-link:hover{
    color: #266375;
    display: block;
}

@media screen and (max-width: 1362px) {
	.logo-sec .logo {width: 250px;}
	.main-menu li {margin: 0 0 -10px 15px;padding: 42px 0 36px 0;}
	a.bbtn {padding: 18px 20px;}
	.divider {height: 100px;margin: -50px 0;}
	.z-default-subpage-header .z-default-subpage-title {margin: 260px 0 25px 0;}
}
@media screen and (max-width: 992px) {
	#header .logo, .main-menu {display: none;}
    #header {position: relative;}
	.topbar {padding: 5px 15px;}
	.z-default-subpage-header .z-default-subpage-title {margin: 135px 0 20px 0;}
	.z-default-subpage-header {margin-top: 0;}
	.z-default-subpage-right-panel {border-left: 0 solid #d8d8d8;}
	.z-default-subpage-left-panel {padding: 0 30px;}
    .z-mobile-header .z-mobile-header-logo {width: 230px;}

    .industry-heading, .industry-section h1{
        font-size: 1.75em;
        line-height: 1.2;
    }
    .industry-research-content h2, .industry-specific-box h2, .industry-highlight h2, .industry-business h2{
        font-size: 1.75em;
    }

    .publications-grid-item{
        width: 33.33%;
    }
}
@media screen and (max-width: 767px) {
	#footer .foobox {width: 100%;}
	#footer .foobox.box1 {max-width: 300px;padding: 0;}
	#footer .foobox.box2 {padding: 30px 0;}
	#footer .head {padding-bottom: 15px;}
	.foo-menu li {padding: 3px 0;}
	.divider {height: 70px;margin: -35px 0;}
	.z-default-subpage-header .z-default-subpage-title {margin: 90px 0 20px 0;font-size: 34px;}
	h1.p-title {font-size: 36px;}
	h2.sub-title, .z-default-subpage-right-panel h2 {font-size: 28px;}
	
    .industry-section{
        padding: 60px 30px;
    }
    .industry-research{
        padding: 0;
    }
    .industry-bottom-gradient:before{
        bottom: -35px;
        height: 70px;
    }
    .col-1of2{
        width: 100%;
    }
    .col-1of2 + .col-1of2{
        margin-top: 20px;
    }
    .industry-section{
        
    }
    .industry-bottom-gradient{
        padding-bottom: 80px;
    }
    .industry-research-content h2, .industry-specific-box h2, .industry-highlight h2, .industry-business h2{
        font-size: 1.5em;
    }
    .industry-section button.slick-arrow{
        width: 40px;
        z-index: 5;
    }
    .industry-section button.slick-arrow span, .industry-section button.slick-arrow:focus span{
        font-size: 40px;
        height: 40px;
        width: 40px;
    }
    .industry-section .slick-prev{
        left: 0;
    }
    .industry-section .slick-next{
        right: 0;
    }
    .industry-business-logo-carousel{
        margin-bottom: 0;
    }
    .industry-research-content{
        padding: 30px;
    }
    a.industry-download-link{
        width: 100%;
    }
    .industry-specific-box{
        padding: 40px;
    }
    .industry-current-developments .industry-heading{
        margin-top: 0;
    }
    .industry-current-developments-carousel{
        margin-top: 20px;
    }
    .industry-current-developments-image{
        padding-top: 60%;
        position: static;
        width: 100%;
    }
    .industry-current-developments-text{
        margin-top: 0;
        width: 100%;
    }

    .board-member{
        width: 33.33%;
    }
    .board-member:nth-child(4n + 1){
        clear: none;
    }
    .board-member:nth-child(3n + 1){
        clear: both;
    }

    .publications-grid-item{
        width: 50%;
    }
    .publications-image-link img{
        height: auto;
        max-width: 194px;
        min-height: 0;
        width: 100%;
    }
}
@media screen and (max-width: 640px){
    .board-member{
        width: 50%;
    }
    .board-member:nth-child(4n + 1){
        clear: none;
    }
    .board-member:nth-child(3n + 1){
        clear: none;
    }
    .board-member:nth-child(2n + 1){
        clear: both;
    }

    .industry-available-properties-box{
        margin-top: 30px;
        padding: 0;
    }
    .industry-available-properties-image{
        box-sizing: content-box;
        padding-bottom: 60%;
        position: static;
        width: 100%;
    }
    .industry-available-properties-text{
        float: none;
        padding: 30px;
        width: 100%;
    }
}
@media screen and (max-width: 479px) {
	.topbar .search, .topbar .social, .spform input[type="text"], .spform input[type="email"], .spform textarea {width: 100%;}
	.topbar .social, .topbar {text-align: center !important;}
	.topbar .search {padding: 10px 0;}
	.topbar a.con {margin: 0 0 5px 0;}
	a.bbtn {padding: 14px 20px;}
	.hsec6 .spform input[type="email"] {margin: 0 0 12px 0;}
	.z-default-subpage-header .z-default-subpage-title {margin: 60px 0 10px 0;font-size: 28px;}
	.spform input[type="text"], .spform input[type="email"], .spform textarea {padding: 10px;font-size: 18px;}
	.consec2 textarea {height: 120px;}
	h1.p-title {font-size: 30px;}
	h2.sub-title, .z-default-subpage-right-panel h2 {font-size: 26px;}
	.z-default-subpage-left-panel-menu a:link, .z-default-subpage-left-panel-menu a:visited {padding: 15px;}
    .z-mobile-header .z-mobile-header-logo img {max-width: 140px;}
    .hsec3 .content-slider .slider-previous-button, .hsec3 .content-slider .slider-next-button {display: none;}
    .hsec6 .spform input[type="text"] {margin: 0 0 10px 0;}

    .home-testimonials-carousel, .home-video-carousel{
        padding: 0 30px;
    }
    .home-testimonials-carousel .slick-prev, .home-video-carousel .slick-prev{
        left: -40px;
    }
    .home-testimonials-carousel .slick-next, .home-video-carousel .slick-next{
        right: -15px;
    }
    .industry-specific-box{
        padding: 30px;
    }
    .industry-business-logo-inner{
        padding: 20px 30px;
    }
    .industry-downloads .industry-heading, .industry-news .industry-heading{
        margin-bottom: 30px;
    }
    .industry-download-title{
        display: block;
    }
    .industry-news-excerpt-image, .industry-news-excerpt-text{
        float: none;
        width: auto;
    }
    .industry-news-excerpt-text{
        margin-top: 10px;
        padding: 0;
    }
    .industry-news-col + .industry-news-col{
        margin-top: 40px;
    }
    .industry-current-developments-text{
        margin-top: 0;
        padding: 30px;
    }

    .investor-button{
        min-width: 0;
        width: 100%;
    }

    .publications-grid-item{
        width: 100%;
    }
}