/*font-family: 'Josefin Sans', sans-serif;*/
@font-face {
    font-family: 'Europa-Regular';
    src: url('fonts/europa-regular-webfont.eot');
    src: url('fonts/europa-regular-webfont.woff') format('woff'), url('fonts/europa-regular-webfont.ttf') format('truetype'), url('fonts/europa-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Europa-Bold';
    src: url('fonts/europa-bold-webfont.eot');
    src: url('fonts/europa-bold-webfont.woff') format('woff'), url('fonts/europa-bold-webfont.ttf') format('truetype'), url('fonts/europa-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'FreightTextProLight-Italic';
    src : url('fonts/FreightTextProLight-Italic.otf');
}
@font-face{
    font-family: 'FreightTextProSemibold-Italic';
    src : url('fonts/FreightTextProSemibold-Italic.ttf');
}
html, body{
    overflow-x: hidden;
}
ul , ol{
    padding: 0;
}
body{
    font-family: 'Josefin Sans';
    font-size: 18px;
    font-size: 16px;
    line-height: 1.5;
}
.container{
    max-width: 1170px;
    width: 96%;
    margin: 0 auto;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 0;
}
header#masthead {
    background: #188BE0;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}
a{
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;    
}
header#masthead .container{
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}
body.home header#masthead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    max-width: 100%;
}
.header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}
.site-branding {
    padding: 17px 0;
}
.site-branding a {
    display: block;
}
.site-branding a img {
    vertical-align: middle;
}
nav#site-navigation {
    width: auto;
}
.menu-main-menu-container{
    height: 100%;
}
ul#primary-menu > li > a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 33px;
    letter-spacing: .12px;
    font-family: 'Europa-Bold', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-bottom: 2px solid transparent;
}
ul#primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}
ul#primary-menu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: static;
    padding-right: 19px;
}
ul#primary-menu > li:hover > a,
ul#primary-menu > li.current-menu-parent > a ,
ul#primary-menu > li.current_page_item > a {
    border-bottom: 2px solid #fff;
}
ul#primary-menu ul.sub-menu a {
    color: rgba(255, 255, 255, .6);
    padding: 20px 0;
    text-transform: uppercase;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
ul#primary-menu ul.sub-menu a:hover,
li.current-menu-item,
ul#primary-menu ul.sub-menu li.current_page_item > a {
    color: #fff;
} 
ul#primary-menu ul.sub-menu {
    left: 0;
    position: absolute;
    top: 101%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    /* overflow: hidden; */
}
ul#primary-menu li#menu-item-281 .sub-menu {
    justify-content: space-between;
}
ul#primary-menu ul.sub-menu:after {
    content: '';
    width: 180%;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    display: block;
    position: absolute;
    left: -55%;
    bottom: 0;
    display: none;
}
ul#primary-menu ul.sub-menu > span {
    content: '';
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
}
ul#primary-menu > li:hover ul.sub-menu, ul#primary-menu > li.current-menu-parent.current-page-parent ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
ul#primary-menu > li.current_page_item  ul.sub-menu, 
ul#primary-menu > li.current-menu-item  ul.sub-menu{
    opacity: 1;
    visibility: visible;
}
ul#primary-menu > li.hovered ul.sub-menu {
    background: #188be0;
    z-index: 999;
}
/*Slider*/
.slide-item-wrap {
    position: relative;
    background: #007dde;
}
.slide-img img {
    opacity: 0;
    visibility: hidden;
    max-width: 100%;
    width: 100%;
}
div.slide-heading-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 96%;
    text-align: center;
    max-width: 960px;
    padding: 50px 40px;
}
div.slide-heading-wrap:before {
    content: '';
    height: 100%;
    width: 100%;
    background-image: url('images/slide-before-arrow.svg');
    top: 0px;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
div.slide-heading-wrap:after {
    content: '';
    height: 100%;
    width: 100%;
    background-image: url(images/slide-after-arrow.svg);
    top: 0px;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: auto;
}
.heading-container {
    position: relative;
    z-index: 999;
}
.slide-heading h2 {
    margin: 0;
    color: #fff;
    font-size: 60px;
    line-height: 1.1;
    font-family: 'Josefin Sans', sans-serif;
}
.slide-heading-wrap .read-more {
    font-size: 22px;
    border-bottom: 3px solid #66bfbf;
    position: absolute;
    right: 0;
    padding-right: 55px;
    color: #fff; 
}
.read-more {
    font-family: 'FreightTextProLight-Italic';
    padding-bottom: 5px;
    font-size: 22px;
    border-bottom: 3px solid #66bfbf;
    line-height: 1;
    text-decoration: none;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
    padding-right: 60px;
}
.read-more:after {
    content: '';
    display: inline-block;
    width: 40px;
    background-image: url('images/read-morearrow.svg');
    background-size: contain;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.slide-heading {
    padding-bottom: 22px;
}
.slide-item {
    opacity: .34;
    height: 870px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.slide-item:after,
.slide-item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(60deg, rgba(255,255,255,0) 0%, rgba(26,103,224,1) 99%, rgba(24,101,224,1) 100%);
    background: -webkit-linear-gradient(60deg, rgba(255,255,255,0) 0%,rgba(26,103,224,1) 99%,rgba(24,101,224,1) 100%);
    background: linear-gradient(60deg, rgba(255,255,255,0) 0%,rgba(26,103,224,1) 99%,rgba(24,101,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1865e0',GradientType=1 );
}
.hero-wraper {
    position: relative;
}
.slide-polygon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 105px;
}
.hero-slider.slick-slider {
    margin-bottom: 0;
}
.slide-polygon svg polygon {
    fill: #fff!important;
}
div.slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 70%;
    left: 25%;
    padding-top: 15px;
	margin-top: -60px;
}
ul.slick-dots {
    width: auto;
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
div.arrows {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 30px;
}
.slick-dots li {
    background: #fff;
    border-radius: 100%;
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    margin: 0 7px;
}
.slick-dots li.slick-active,.slick-dots li:hover {
    background: transparent;
}
.slick-dots li button {
    display: none;  
}
div.arrows i {
    /* margin: 0 5px; */
    cursor: pointer;
    padding: 7px 14px;
}
/* Footer */
div.main-footer {
    background: #05323c;
    text-align: center;
    color: #fff;
    padding: 50px 0 40px;
    font-family: 'Europa-Regular';
    font-size: 20px;
    line-height: 2.2;
    position: relative;
}
.main-footer .sep {
    content: '';
    width: 55px;
    background: #fff;
    height: 1px;
    margin: 30px auto;
}
.site-social-links {
    line-height: 1;
}
div.copyright {
    text-align: right;
    font-family: 'Europa-Regular';
    color: #05323C;
    font-size: 10px;
    padding: 10px 0 20px;
}
.site-social-links a {
    color: #fff;
    font-size: 22px;
    margin: 0 5px;
}
.site-social-links a:hover {
    color: #40707b;
}
.main-footer a {
    text-decoration: none;
    color: #fff;
}
.main-footer a:hover {
    color: #40707b;
}
/*Home copy*/
.home-section-1 {
    margin-top: -80px;
    position: relative;
    z-index: 10;
}
div.headings-box {
    position: relative;
    background: #05323c;
    text-align: center;
    color: #fff;
    padding: 100px 50px;
}
.headings-box:before {
    content: '';
    display: block;
    width: 1px;
    height: 65px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -32px;
}
.headings-box h1 {
    font-size: 28px;
    margin: 0;
    color: #fff;
    line-height: 21px;
    letter-spacing: .2px;
    padding-bottom: 25px;
}
div.subheading {
    font-size: 24px;
    line-height: 40px;
    font-family: 'Josefin Sans', sans-serif;
}
div.links {
    padding: 70px;
}
div.links a {
    display: block;
    max-width: 270px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
div.links a:after {
    background-image: url('images/arrow-pink.png');
}
div.content-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
div.content-home div.col1 {
    width: 49.146%;
}
div.content-home div.col2 {
    width: 50.854%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: relative;
}
div.content-home div.col2 img {
    position: relative;
    bottom: 0;
    right: 40px;
    width: 100%;
    vertical-align: middle;
}
/*Home Tabs*/
div.tabs-container {
    background: #1865e0;
    color: #fff;
    padding: 40px 60px;
}
div.tabs-headings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.tabs-heading {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    border: 2px solid transparent;
    padding: 15px 35px 10px;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    color: #81B2FF;
}
.tabs-heading.active{
    border: 2px solid #fff;
}
.tabs-heading h3 {
    margin: 0;
    line-height: 1;
}
.tabs-heading h3 br {
    display: none;
}
.tabs-heading.active, .tabs-heading:hover{
    color: #fff;
    border: 2px solid #fff;
}
.tiw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.tabs-content {
    display: none;
}
.tabs-content.active {
    display: block;
}
div.ctab-content h3 {
    font-size: 85px;
    line-height: 80px;
    margin: 0;
    max-width: 600px;
}
.ctab-content {
    width: 60%;
    padding: 90px 0 30px;
    padding: 90px 0 5px;
}
div.tab-img {
    width: 40%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    text-align: right;
}
.ctab-content .copy {
    padding: 40px 0 70px;
    max-width: 430px;
    font-family: 'Europa-Regular';
    font-size: 16px;
    line-height: 2;
    padding: 30px 0 70px;
    max-width: 450px;
    font-family: 'Europa-Regular';
    font-size: 15px;
    line-height: 1.5;
}
.ctab-content .read-more {
    color: #fff;
}
/*Blog Home*/
.home-blog {
    padding: 90px 40px;
}
h3.blog-heading {
    font-size: 23px;
    font-family: 'Europa-Bold';
    border-bottom: 2px solid #1865E0;
    display: inline-block;
    line-height: 24px;
    color: #1865E0;
    letter-spacing: .15px;
    padding-bottom: 5px;
}
div.post-item {
    width: 49.4%;
}
.latest-posts:before,.latest-posts:after {
    content: '';
    display: table;
    clear: both;
}
.post-item:nth-child(even) {
    margin-left: .5%;
    margin-top: 122px;
}
.latest-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
div.post-item:nth-child(odd) {
    margin-right: .5%;
}
.post-item > .post-excerpt {
    background: #FAFAFA;
    max-width: 90%;
    margin: auto;
    padding: 30px 20px;
    margin-top: -60px;
    position: relative;
    z-index: 999;
}
.post-item > .post-excerpt .author {
    text-decoration: none;
    color: #1865E0;
    letter-spacing: 0.15em;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    transition: color 0.25s;
}
.post-item > .post-excerpt .author:hover {
    color: #464646;
}
.post-item > .post-excerpt h3 {
    margin: 0;
    font-family: 'Europa-Bold';
    font-size: 24px;
    line-height: 32px;
    min-height: 125px;
    position: relative;
    /*left: -5px;*/
}
.post-item > .post-excerpt a {
    min-width: 160px;
    color: #05323C;
}
.post-item.seeall {
    background: #1865e0;
    padding: 150px 50px;
}
.see-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}
.see-all a {
    color: #fff;
    font-family: 'Josefin Sans';
    display: block;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    border: none;
    padding: 0;
    font-weight: bold;
}
.see-all a:after {
    display: block;
    position: relative;
    height: 40px;
    text-align: center;
    background-position: center center;
    padding: 0;
    width: 100%;
    background-size: contain;
}
.beyond-text-block {
    color: #05323C;
    font-family: 'Europa-Regular',sans-serif;
    line-height: 1.7;
}
.beyond-text-block.has-top-space {
    padding-top: 80px;
}
/**/
header.site-entry-header h1 {
    margin: 0;
    font-size: 51px;
    line-height: 51px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: -5px;
}
header.site-entry-header {
    background: #188BE0;
    color: #fff;
    position: relative;
    padding: 120px 0 0px;
}
header.site-entry-header .container {
    max-width: 1200px;
}
.header-polygon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    position: relative;
    z-index: 9;
}
.header-polygon svg {
    display: block;
}
.header-polygon polygon {
    fill: #188BE0;
}
div.history-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: -105px;
    z-index: 8;
}
.history-col1 {
    width: 40%;
    position: relative;
    top: 30px;
}
.history-col2 {
    width: 60%;
}
.history-col2 img {
    width: 100%;
}
.history-col1 > div {
    height: 100%;
    background: #285A74;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 130px 5vw;
    color: #fff;
    font-size: 24px;
    font-family: 'Europa-Bold';
    font-weight: bold;
}
.history-content {
    padding: 100px 0 50px;
    padding: 100px 0 0px;
}
.history-container {
    max-width: 660px;
    margin: auto;
}
.next-page-link {
    padding-right: 15px;
}
.next-page-link a {
    border: navajowhite;
    padding-right: 70px;
    font-size: 24px;
    /* float: right; */
    /* position: relative; */
    /* top: 30px; */
    color: rgba(102, 191, 191, 0.74);
}
.next-page-link a:hover {
    color: #05323c;
}
.next-page-link {
    padding-top: 30px;
    text-align: right;
    padding-bottom: 50px;
}
/*Staff*/
div.staff-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -105px;
    padding-top: 50px;
    background: #285A74;
}
.staff-col1 {
    width: 45%;
    position: relative;
    background: #fff;
}
div.staff-col2 {
    width: 55%;
    position: relative;
    padding: 120px 150px 100px 80px;
    color: #fff;
    position: relative;
    top: 30px;
    background: #285A74;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.staff-col1 img {
    width: 100%;
    vertical-align: middle;
}
div.staff-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* align-self: center; */
}
.staff-headings h2{
    margin: 0;
    letter-spacing: 5px;
    font-size: 36px;
    line-height: 1.2;
    padding-top: 5px;
    text-transform: uppercase;
}
.staff-item h2 {
    text-transform: uppercase;
}
.staff-item h2 span {
    text-transform: none;
}
.staff-headings h5{
    margin: 0;
    letter-spacing: 3px;
    font-weight: 400;
}
.staff-headings {
    width: 100%;
    -webkit-transform: translate(1%,60%) rotateZ(-90deg);
        -ms-transform: translate(1%,60%) rotate(-90deg);
            transform: translate(1%,60%) rotateZ(-90deg);
    -webkit-transform-origin: 0 0px;
        -ms-transform-origin: 0 0px;
            transform-origin: 0 0px;
}
div.bio {
    padding-left: 125px;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Europa-Regular';
}
.read-more.staff {
    display: block;
    max-width: 125px;
    margin-top: 30px;
    border: 0;
}
.read-more.staff:after {
    top: -2px;
}
.staff-list {
    padding: 95px 0 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.staff-item:visited,
.staff-item {
    text-decoration: none;
    width: 32%;
    background: #188BE0;
    color: #fff;
    text-align: center;
    border: 5px solid #188BE0;
    margin: 0.5% 0.5%;
    padding: 30px 30px;
    padding: 30px 20px;
    cursor: pointer;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.windows.unknown .staff-item{
    margin-bottom: 10px;
}
.staff-item.active,.staff-item:hover {
    background: #fff;
    color: #188BE0;
}
.staff-item h2 {
    margin: 0;
    line-height: 1.1;
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 700;
    padding-bottom: 10px;
}
.staff-item h5 {
    margin: 0;
    line-height: 1.3;
    font-size: 12px;
    letter-spacing: 2px;
}
.staff-single.active {
    display: block;
}
.staff-single {
    display: none;
}
.bod-left-col {
    width: 40%;
    background: #285A74;
    color: #fff;
}
.bod-right-col {
    width: 60%;
}
.bod-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -45px;
}
.bod-copy {
    font-family: 'Europa-Regular';
    line-height: 2;
}
.bod-list {
    max-width: 380px;
    margin: auto;
    padding: 100px 0 50px;
}
.bod-item,
.bod-item:visited {
    padding: 30px;
    margin: 10px 0;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    display: block;
    color: #fff;
}
.bod-item * {
    margin: 0;
}
.bod-item.active,.bod-item:hover {
    background: #188BE0;
    color: #fff;
}
.bod-right-col >div {
    padding: 100px 80px;
    max-width: 780px;
}
.bod-item.active:after,.bod-item:hover:after {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #188BE0;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bod-item:after{
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.bod-item h2 {
    line-height: 1;
}
.bod-item h5 {
    font-size: 12px;
    font-style: italic;
}
.bod-single {
    display: none;
}
.bod-single.active {
    display: block;
}
.history-col2.ac > div {
    padding: 10px 0 0 100px;
    max-width: 650px;
    font-size: 16px;
    padding: 150px 0 0 100px;
}
.ac-members {
    padding: 100px 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.ac-membmer {
    background: #1865e0;
    background: #188BE0;
    color: #fff;
    width: 32%;
    margin: .5%;
    padding: 25px;
}
.ac-membmer * {
    margin: 0;
}
.ac-membmer h5 {
    font-size: 16px;
    font-style: italic;
    padding-bottom: 15px;
    font-weight: 400;
    padding-top: 5px;
    line-height: 1.3;
}
.ac-membmer h2 {
    line-height: 1;
}
/**/
div.vertical-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.vertical-tabs .vc_tta-tabs-container {
    width: 40%;
}
.vertical-tabs .vc_tta-panels-container {
    width: 50%;
}
#main div.vertical-tabs .vc_tta-tab a {
    padding: 0;
    display: block;
    background: transparent;
    border: 0;
    font-size: 36px;
    color: rgba(5, 50, 60, 0.4);
    border-bottom: 3px solid transparent;
    line-height: 1.3;
}
#main div.vertical-tabs .vc_tta-tab {
    display: block;
    margin-right: 20%;
    margin-bottom: 35px;
}
#main div.vertical-tabs .vc_tta-tab.vc_active a,#main div.vertical-tabs .vc_tta-tab:hover a {
    color: rgb(5, 50, 60);
    border-bottom: 3px solid rgb(5, 50, 60);
    display: inline-block;
}
#main div.vertical-tabs .vc_tta-panel-body {
    padding: 0!important;
}
.p-top-50 {
    padding-top: 50px;
}
.footer-address span {
    color: #40707b;
}
.footer-info-wrap {
    font-size: 20px;
    line-height: 2.4;
}
.footer-tel,
.footer-fax {
    display: inline-block;
}
.footer-address span {
    padding-left: 10px;
    padding-right: 10px;
}
/*News Events*/
.news-item.conference-reports {
    width: 49%;
    background: #0d323c;
    margin: .5%;
}
.news-item.in-the-news {
    width: 24%;
    margin: .5%;
    background: #841212;
    color: #fff;
    padding: 20px 20px;
}
.news-item.opinions {
    width: 24%;
    background: #05323C;
    color: #fff;
    margin: .5%;
    padding: 20px 20px;
}
div.grid {
    text-align: right;
    letter-spacing: 2px;
}
a.grid-view {
    text-decoration: none;
    display: inline-block;
    padding-left: 50px;
}
a.grid-view.active {}
span.grid0-icon span {
    width: 9px;
    height: 9px;
    position: absolute;
    display: block;
    background: #CCCCCC;
    left: 0;
    top: 0;
}
span.grid0-icon span:nth-child(2) {
    left: 12px;
    top: 0;
}
span.grid0-icon {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 18px;
    top: 0px;
}
span.grid-title,span.list-title {
    font-size: 14px;
    font-family: 'Josefin Sans';
    font-weight: bold;
    color: #cdcdcd;
    text-decoration: none;
    padding-left: 5px;
}
span.grid0-icon span:nth-child(3) {
    top: 12px;
}
span.grid0-icon span:nth-child(4) {
    top: 12px;
    left: 12px;
}
a.list-view {
    text-decoration: none;
    text-transform: uppercase;
}
div.filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
}
.terms ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.terms ul li {
    display: inline-block;
}
span.filter-by {
    color: #05323C;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
}
span.filter-all.tag {
    border: 3px solid #00A888;
    border-radius: 100px 100px 100px 100px;
    color: #00a888;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    width: 70px;
    height: 40px;
    justify-content: center;
    text-transform: uppercase;
}
.terms ul li a {
    border: 3px solid #00A888;
    border-radius: 100px 100px 100px 100px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    min-width: 70px;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 30px;
    margin: 0px 20px;
    color: #00A888;
}
.terms ul li:last-child a {
    margin-right: 0;
}
select.topics::-ms-expand {
  display: none;
}
select.topics {
    border: 3px solid #00A888;
    border-radius: 100px 100px 100px 100px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    min-width: 70px;
    min-width: 225px;
    min-width: 245px;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 20px;
    /*margin: 0px 20px;*/
    color: #00A888;
    background: transparent;
    outline: 0;
    background: url('../images/arrow-down-green.svg') no-repeat 90% center;
        -webkit-background-size: 10px;
        background-size: 10px;
}
.terms ul li a:hover, span.filter-all.tag:hover ,
.terms ul li a.active, span.filter-all.tag.active  {
    background: #00a888;
    color: #fff;
    cursor: pointer;
}
.con-image img {
    opacity: 0;
    visibility: hidden;
}
.con-image {
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 230px;
}
.conference {
    position: relative;
}
.conference .read-more {
    position: absolute;
    top: 20px;
    left: 20px;
    text-decoration: none;
    border: 0;
    z-index: 9;
    color: #fff;
}
span.conference-type {
    position: absolute;
    right: 20px;
    top: 20px;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    z-index: 9;
    font-weight: bold;
}
.about-conference {
    position: relative;z-index: 9;background: #0d323c;
}
h3.conference-title {
    margin: 0;
    color: #fff;
    font-size: 28px;
    min-height: 105px;
    padding: 15px 20px;
    line-height: 35px;
}
.conference-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: .6;
}
.news-item.opinions .news-type {
    color: rgba(186, 229, 255, .41);
    text-transform: uppercase;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
}
span.news-type {
    color: rgba(222, 150, 150, .41);
    text-transform: uppercase;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
}
.news-item.book {
    width: 49%;
    margin: .5%;
    background: #1865E0;
    padding: 40px;
    color: #fff;
    height: 740px;
    margin-bottom: 1.5%;
    width: 49%;
    margin: .5%;
    background: #1865e0;
    padding: 40px;
    color: #fff;
    height: 752px;
    /*height: 752px;*/
    margin-bottom: .5%;
}
span.list-icon > span {
    width: 23px;
    height: 3px;
    background: #ccc;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
span.list-icon {
    position: relative;
    margin-left: 30px;
    top: 3px;
}
span.list-icon > span:nth-child(2) {
    top: 9px;
}
span.list-title {
    padding-left: 30px;
}
div.book-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.book-img {
    max-width: 300px;
    width: 35%;
}
.book-desc {
    width: 60%;
}
span.book-type {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
h3.book-title {
    font-size: 25px;
    line-height: 32px;
}
.news-item h3 {
    font-weight: 600;
}
.book-copy {
    padding-top: 30px;
}
.book-copy h3 {
    margin-bottom: 10px;
}
.news-item {
    height: 370px;
    font-size: 16px;
}
.news-inner > h3 {
    font-size: 25px;
    line-height: 32px;
    margin: 0;
    padding-bottom: 10px;
}
.news-inner span.author, .news-inner span.author a {
    color: #EBD298;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    line-height: 22px;
    display: block;
    letter-spacing: .5px;
}
span.website-title {
    display: inline-block;
    min-width: 150px;
    position: relative;
    text-transform: uppercase;
    align-items: center;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
span.website-title a{
    color: #fff;
    text-decoration: none;
}
.load-all-wrap {
    text-align: center;
}
a#load-more {
    border: 3px solid #1865e0;
    border-radius: 100px 100px 100px 100px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    align-items: center;
    width: 120px;
    height: 40px;
    justify-content: center;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    line-height: 40px;
    font-size: 18px;
    background: #1865e0;
}
.load-all-wrap {
    padding: 50px 0;
}
a#load-more:hover {
    background: #fff;
    color: #1865e0;
}
div.loading-indicator {
    text-align: center;
    padding: 20px 0 0;
    text-transform: uppercase;
    font-size: 60px;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(255, 255, 255, 0.8);
}
.loading-indicator > div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-events-wrap > .container {
    position: relative;
}
.no-posts-found {
    padding: 30px 15px;
    text-align: center;
}
div.loading-indicator span {
    display: none;
}
a#load-more.disabled {
    opacity: .4;
    pointer-events: none;
}
a.grid-view.active span.grid-title,
a.grid-view:hover span.grid-title {
    color: #4aa988;
    transition: .3s all;
}
a.grid-view.active span.grid0-icon span,
a.grid-view:hover span.grid0-icon span {
    background: #4aa988;
}
.book-review-btn:visited,
.book-review-btn {
    width: 142px;
    height: 38px;
    outline: none;
    color: #1865E0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1;
    background: #fff;
    cursor: pointer;
    border-radius: 19px;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: bold;
    border: 1px solid #fff;
    padding: 8px 10px 5px 15px;
    text-decoration: none;
    transition: background 0.25s, color 0.25s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.book-review-btn:hover {
    background: #1865E0;
    color: #fff;
}
.book-review-btn:after {
    content: '';
    display: block;
    width: 5.38px;
    height: 11.2px;
    margin-left: 12px;
    position: relative;
    top: -3px;
    padding-left: 16px;
    padding-right: 16px;
    background: url('../images/angle-right-blue.svg') no-repeat center center;
}
.book-review-btn:hover:after {
    background: url('../images/angle-right.svg') no-repeat center center;
}
.book-reviews-modal-content {
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
    background: #1865e0;
    color: #fff;
    max-width: 975px;
    width: 100%;
    padding: 40px 80px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s, transform 0.25s, opacity 0.25s;
}
.book-reviews-modal-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s, opacity 0.25s;
}
.show-book-modal .book-reviews-modal-content {
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
}
.show-book-modal .book-reviews-modal-overlay {
    opacity: 1;
    visibility: visible;
}
.book-modal-close {
    width: 15px;
    height: 15px;
    background: url('../images/close-icon.svg') no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.book-modal-tag {
    font-size: 16px;
    letter-spacing: 0.2em;
    color: #05323C;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.book-modal-body h1 {
    font-size: 26px;
    font-family: 'Europa-Bold',sans-serif;
    color: #fff;
    margin-bottom: 40px;
    max-width: 55%;
    line-height: 1.2;
}
.book-modal-body h3 {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.2em;
}
.book-reviews-slider {
    font-family: 'FreightTextProLight-Italic', serif;
    font-size: 14px;
    line-height: 1.8;
}
.book-review-slide.slick-slide {
    outline: none;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.books-review-nav-right,
.books-review-nav-left {
    display: inline-block;
    cursor: pointer;
}
.books-review-nav-right span,
.books-review-nav-left span {
    display: block;
    width: 30px;
    height: 30px;
    background: url('../images/angle-right.svg') no-repeat center center;
    background-size: 8px auto;
}
.books-review-nav-left span {
    transform: rotate(180deg);
}
.book-review-left {
    width: 60%;
}
.book-review-right {
    width: 38%;
    font-family: 'FreightTextProSemibold-Italic',serif;
}
.news-items-list .after-arrow {
    width: 8px;
    text-indent: -999px;
    overflow: hidden;
    display: inline-block;
    background: url('../images/angle-right.svg') no-repeat center center;
    vertical-align: middle;
    position: relative;
    top: -3px;
    left: 2px;
}
}
a.list-view:hover span,a.list-view.active span{
    color: #4aa988;
    transition: .3s all;
}
a.list-view:hover span.list-icon span,a.list-view.active span.list-icon span {
    background: #4aa988;
}
.list-view .news-item {
    display: block;
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    background: #fafafa !important;
    padding: 20px 90px 20px 20px !important;
    height: auto;
    border: 2px solid #fafafa;
    margin-bottom: 10px;
}
.list-view .news-item:hover {
    border: 2px solid #4aa988;
    cursor: pointer;
}
.list-view .about-conference {
    background: transparent !important;
}
.list-view .conference-bg {
    display: none;
}
.list-view .con-image {
    display: none;
    height: auto !important;
}
.list-view .conference {
    height: auto !important;
    position: static;
}
.list-view .conference .read-more {
    position: static;
}
.list-view span.website-title {
    position: static;
}
.list-view .news-inner span.author {
    float: left;
    margin-right: 15px;
}
.list-view h3.conference-title {
    padding-left: 0;
    min-height: inherit;
}
.list-view span.conference-type {
    display: block;
    position: static;
    color: #9fb0b4;
}
.list-view .read-more:after {
    display: none;
}
.arrow-link {
    display: none;
    content: '';
    width: 50px;
    background-image: url('images/read-morearrow.svg');
    background-size: contain;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
}
.list-view .arrow-link {
    display: block;
}
.list-view div.news-items-list {
    height: inherit !important;
}
.list-view span.news-type {
    color: #9fb0b4 !important;
}
.list-view .conference .read-more {
    display: none;
}
.list-view .news-item.book,
.list-view span.website-title a,
.list-view span.website-title,
.list-view .news-inner span.author,
.list-view .news-inner span.author a,
.list-view .news-item h3 {
    color: #1f4850;
}
.ac-members.memorial {
    padding-top: 0;
    padding-bottom: 0;
}
.ac-members + h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.site-branding {
    width: 30%;
}
nav#site-navigation {
    width: 70%;
}
ul#primary-menu {
    justify-content: space-between;
}
ul#primary-menu > li {
    padding: 0 10px;
}
ul#primary-menu > li:last-child {
    padding-right: 0;
}
.footer-address span {
    display: block;
    /*height: 0;
    opacity: 0;
    visibility: hidden;
    width: 0;*/
}
.footer-address {
    line-height: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-info-wrap {
    line-height: 2;
}
@media all and (max-width: 1170px){
    .slide-heading h2 {
        font-size: 40px;
    }
    div.slide-heading-wrap {
        max-width: 85%;
    }
    ul#primary-menu > li > a {
        font-size: 12px;
    }
}
@media all and (min-width: 768px) {
    .mobile-tab {
        display: none !important;
    }
    .filters.mobile-filters {
        display: none;
    }
    .bod-single.mobile-visible {
        display: none !important;
    }
}
@media all and (max-width: 767px) {
	div.slider-nav{
		margin-top: -100px;
		z-index: 2;
	}
    .filters.mobile-filters {
        display: none;
    }
    .search-by-keyword,
    span.filter-topics,
    span.filter-all.tag.active {
        display: none !important;
    }
    .filters.desktop-filters {
        /*display: none;*/
    }
    .news-items-list {
        height: inherit !important;
    }
    .news-item {
        width: 100% !important;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        height: inherit !important;
        margin-bottom: 15px !important;
    }
    span.website-title {
        position: static;
        margin-top: 100px;
    }
    .book-img {
        display: block;
        width: 100%;
        margin: 0;
    }
    div.book-meta {
        display: block;
    }
    .book-desc {
        width: 100%;
    }
    .news-item h3 {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 1.2;
    }
    .news-item.book {
        padding: 20px;
    }
    .about-conference {
        padding-bottom: 50px;
    }
    span.conference-type {
        top: inherit;
        top: 41%;
        left: 20px;
        right: auto;
        position: relative;
        background: transparent;
        display: block;
        width: 100%;
        margin-top: -25px;
    }
    .book-desc h3 {
        padding: 10px 0;
    }
    div.grid {
        margin-top: 15px;
        margin-bottom: 30px;
        text-align: center;
    }
    a#load-more {
        width: 170px;
    }
    .mobile-filters select {
        width: 75%;
        height: 44px;
        font-size: 12px;
        text-transform: uppercase;
        padding: 2px 35px 2px 10px;
        -webkit-appearance: none;
        appearance: none;
        border: 2px solid #00a888;
        color: #00a888;
        outline: none;
        border-radius: 20px;
        background: url('../images/arrow-down-green.svg') no-repeat 90% center;
        -webkit-background-size: 10px;
        background-size: 10px;
    }
    .list-view .news-item {
        padding-right: 20px !important;
        padding-bottom: 60px !important;
    }
    .news-events-wrap.list-view .arrow-link {
        right: inherit;
        bottom: 20px;
        top: inherit;
        left: 20px;
        transform: none;
        height: 30px;
    }
    .list-view span.website-title {
        margin-left: 0;
        width: 100%;
    }
    .staff-single {
        display: block;
    }
    div.staff-hero {
        display: block;
        margin-top: 0;
        padding: 20px 0;
        background: transparent;
    }
    body .staff-col1 {
        display: block;
        width: 100%;
        margin-top: 0;
    }
    body .staffs-wrapper .staff-col1,
    body .staffs-wrapper .staff-col2 {
        display: none;
    }
    div.staff-col2 {
        display: block;
        width: 100%;
        padding: 15px;
        top: 0;
    }
    .staff-wrap {
        display: none;
    }
    .staffs-wrapper {
        padding-top: 50px;
        padding: 30px 20px;
    }
    body .bod-list {
        max-width: 100%;
        padding: 50px 20px;
    }
    .bod-left-col {
        padding-top: 40px;
    }
    .bod-right-col {
        width: 100%;
    }
    .bod-item:after,
    .bod-item:hover:after,
    .bod-item.active:after,
    .staff-headings:after {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        border: none;
        background: url('../images/angle-right-blue.svg') no-repeat right center;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.25s;
    }
    .bod-item.active.opened:after,
    .bod-item.opened:after,
    .staff-headings.opened:after {
        transform: translateY(-70%) rotate(91deg);
    }
    .read-more.staff {
        max-width: 150px;
    }
    .staff-headings:last-child {
        display: none;
    }
    .staff-headings {
        display: block;
        width: 100%;
        transform: none;
        margin-bottom: 20px;
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        cursor: pointer;
    }
    div.bio {
        padding: 15px;
    }
    .bod-item h2,
    .staff-headings h2 {
        font-size: 21px;
        color: #1865e0;
        text-transform: uppercase;
    }
    .bod-item h5,
    .staff-headings h5 {
        font-size: 12px;
        color: #1865d0;
        text-transform: uppercase;
        font-style: normal;
    }
    .bod-single.mobile-visible {
        display: none;
        background: #188BE0;
        color: #fff;
        padding: 20px;
    }
    .bod-right-col {
        display: none;
    }
    .bod-wrapper {
        display: block;
    }
    .bod-left-col {
        width: 100%;
        background: transparent;
    }
    .news-item {
        display: block;
    }
    .bod-item.active, .bod-item:hover {
        background: transparent;
    }
}
@media all and (max-width: 992px){
    ul#primary-menu ul.sub-menu a {
        font-size: 12px;
    }
    ul#primary-menu > li {
        padding-right: 0px;
    }
    ul#primary-menu > li > a {
        font-size: 14px;
    }
    .site-branding {
        width: 20%;
    }
    nav#site-navigation {
        width: 75%;
    }
    ul#primary-menu {
        justify-content: space-between;
    }
}
.not-loaded-yet .loading-indicator {
    display: block;
    height: 20%;
}
.entry-content {
    font-family: 'Europa-Regular';
    line-height: 2;
}
.news-inner span.author {
    text-transform: uppercase;
}
span.ccomma {
    position: relative;
    left: -10px;
}
span.copyright-images-footer {
    text-align: left;
    display: inline-block;
    float: left;
    font-size: 10px;
}
@media all and (min-width: 768px){
    .footer-fax {
        padding-left: 15px;
    }
    .staff-item {
        min-height: 150px;
    }
    .staff-item h2 {
        padding-bottom: 0;
        line-height: 1;
    }
    .staff-item h5 {
        line-height: 1;
        padding: 0;
        padding-top: 10px;
    }
}
div#contact-page-wrap {
    width: 100%;
    max-width: 870px;
    margin: auto;
    padding: 100px 0;
}
.gform_wrapper .top_label .gfield_label {
    display: none;
}
.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url] {
    background: #FAFAFA;
    border-radius: 0;
}
body .gform_wrapper .top_label .gfield_label {
    display: none;
}
body .ginput_container_address label {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
body .gform_wrapper input[type=email], 
body .gform_wrapper input[type=number], 
body .gform_wrapper input[type=password], 
body .gform_wrapper input[type=tel], 
body .gform_wrapper input[type=text], 
body .gform_wrapper input[type=url],
body .gform_wrapper textarea,
body .gform_wrapper select {
    background: #fafafa;
    border: 0;
    padding: 8px 7px;
        outline: 0;
}
span#input_1_4_6_container {
    width: 47%;
}
body .gform_wrapper .ginput_container.ginput_container_textarea {
    margin-top: 0!important;
}
.list-view-wrap {
    display: none;
}
.list-view .list-view-wrap {
    display: block;
}
.list-view .grid-view-wrap {
    display: none;
}
.list-view-wrap.search-active .news-item {
    display: none;
}
.list-view-wrap.search-active .news-item.search-matched {
    display: block;
}
.search-by-keyword {
    text-align: center;
    padding-bottom: 0;
    position: relative;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-by-keyword > div {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin-right: 10px;
}
.search-by-keyword > div i {
    position: absolute;
    right: 0;
    top: 50%;
    color: #00a888;
    transform: translateY(-50%);
    z-index: -1;
    font-size: 13px;
}
.search-by-keyword input,.search-by-keyword input:focus {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 0;
    padding: 8px 24px 8px 0;
    border-bottom: 3px solid #00a888;
    font-size: 13px;
    letter-spacing: 0.15em;
    font-weight: bold;
    text-transform: uppercase;
    color: #00a888;
    background: transparent;
}
.search-by-keyword a {
    color: #00a888;
    text-decoration: none;
    position: absolute;
    right: 6px;
    top: 50%;
    height: 30px;
    background: #00a888;
    border: 2px solid #00a888;
    color: #fff;
    border-radius: 20px;
    width: 88px;
    transition: background 0.25s, color 0.25s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: static;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.2em;
    font-weight: bold;
    padding-top: 5px;
}
.search-by-keyword a:hover {
    background: #fff;
    color: #00A888;
}
input#gform_submit_button_1 {
    background: transparent;
    border: 0;
}
input#gform_submit_button_1 {
    background-image: url(//beyondconflictint.org/wp-content/themes/beyond/css/images/read-morearrow.svg);
    background-position: 100% 17px;
    background-repeat: no-repeat;
    width: 150px;
    color: #00A888;
    font-family: 'FreightTextProSemibold-Italic';
    font-size: 23px;
    cursor: pointer;
    outline: 0;
}
input#gform_submit_button_1:hover{
    opacity: .9;
}
.gform_footer.top_label {
    text-align: center;
}
.grid-view-wrap,.list-view.list-view-wrap {
    padding: 15px 0;
}
.search-by-keyword.empty input[type="text"] {
    border-color: #ff1a00;
}
.search-by-keyword.empty a {
    border-color: #ff0000;
    background: #ff0000;
}
span#input_1_4_1_container {
    width: 49%;
    display: inline-block;
}
span#input_1_4_2_container {
    width: 49%;
    display: inline-block;
    margin-left: 2%;
}
select#input_1_4_6 {
    padding: 7px 0px;
}
@media all and (max-width: 767px){
     .gform_wrapper .top_label li.gfield.gf_left_half,.gform_wrapper .top_label li.gfield.gf_right_half {
        width: 100%!important;
    }
    div#contact-page-wrap{
        padding: 50px 0;
    }
    span#input_1_4_1_container {
        width: 100%;
        display: inline-block;
    }
    span#input_1_4_2_container {
        width: 100%%;
        display: inline-block;
        margin-left: 0%;
    }
}
span.clear-search {
    font-size: 14px;
    font-weight: bold;
}
.validation_error {
    display: none;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border: none!important;
    background: transparent!important;
    padding: 0!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding: 0!important;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0!important;
}
li#field_1_4 {
    margin: 25px 0 20px !important;
}
div#thankyou {
    color: #00A888;
    font-family: 'FreightTextProSemibold-Italic';
    font-size: 23px;
    cursor: pointer;
    outline: 0;
    text-align: center;
    padding: 100px 0 200px;
}
.dropdown-merged-filters {
    position: relative;
    min-width: 70px;
    min-width: 225px;
    min-width: 260px;
    z-index: 99;
}
.dropdown-filters-hd {
    border: 3px solid #00A888;
    border-radius: 100px 100px 100px 100px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    line-height: 1;
    width: 100%;
    height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 20px;
    color: #00A888;
    background: transparent;
    background: url('../images/arrow-down-green.svg') #fff no-repeat 90% center;
    -webkit-background-size: 10px;
    background-size: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}
.dropdown-merged-filters .content-types {
    position: absolute;
    top: 50%;
    left: 0;
    background: #CBF0E9;
    border: 3px solid #00A888;
    border-top: none;
    color: #00A888;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.15em;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: none;
}
.dropdown-merged-filters .content-types > div {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 7px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.dropdown-merged-filters .content-types > div span {
    display: block;
    width: 17px;
    height: 17px;
    min-width: 17px;
    min-height: 17px;
    border: 1px solid #A2D8CE;
    border-radius 50%;
    border-radius: 50%;
    margin-right: 5px;
    background: #fff;
    position: relative;
}
.dropdown-merged-filters .content-types > div span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url('images/green-tick.png') no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: -11%;
    left: 7%;
    opacity: 0;
    transition: opacity 0.25s;
}
.dropdown-merged-filters .content-types > div.active span:before {
    opacity: 1;
}
a.news-item.in-the-news.videos {
    background: #440101;
}
span.news-posted-on {
    display: block;
    font-size: 12px;
}
.search-by-keyword ::placeholder {
    color: #00a888;
}
.newsletter-title {
    font-size: 21px;
}
.news-letter-icon {
    display: block;
    height: 145px;
    width: 145px;
    background-image: url(images/news-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
li#field_2_1 {
    text-align: center;
    padding: 0;
}
input#input_2_1 {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
    height: 45px;
    padding: 10px;
}
input#gform_submit_button_2 {
    position: absolute;
    top: 15px;
    right: 10px;
}
div#gform_wrapper_2 {
    margin-bottom: 0;
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}
@media all and (max-width: 767px) {
    .search-by-keyword {
        display: block!important;
        margin-top: 30px;
        width: 100%;
    }
    .search-by-keyword a {
        margin-top: 15px;
    }
    span.filter-by {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 500px) {
    .dropdown-merged-filters {
        width: 100%;
        margin-top: 5px;
    }
    .filters.desktop-filters {
        display: block;
    }
}
/* Site Updates V2 */
.home-new-blog-inner h3.blog-heading {
    color: #05323C;
    border: none;
    font-family: 'Josefin Sans';
    font-weight: bold;
    font-size: 28px;
    margin: 0 0 40px;
}
.home-new-blog-inner {
    padding-top: 150px;
    padding-bottom: 80px;
}
.home-new-blog {
    position: relative;
}
.home-new-blog:before {
    content: '';
    display: block;
    width: 100%;
    height: 75%;
    background: #F5F5F5;
    position: absolute;
    left: 0;
    bottom: 0;
}
.home-new-blog .container {
    position: relative;
    z-index: 1;
}
.home-blog-item {
    position: relative;
    padding-top: 65px;
    margin-bottom: 70px;
}
.home-blog-item-left {
    background: #fff;
    width: 47%;
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 35px rgba(0, 0, 0, 0.05);
    padding: 50px 60px 40px 35px;
    min-height: 270px;
}
.home-blog-item-right {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 58%;
    background-color: #4bc2c0 !important;
}
.home-blog-item-left .hbi-by {
    color: #188BE0;
    font-size: 10px;
    letter-spacing: 0.15em;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.home-blog-item-left-inner h3 {
    font-size: 24px;
    color: #464646;
    font-family: 'Europa-Bold',sans-serif;
    font-weight: normal;
    margin: 0 0 20px;
    line-height: 1;
}
.home-blog-more .see-all .read-more {
    display: flex;
    width: 254px;
    height: 74px;
    border-radius: 42px;
    font-size: 24px;
    line-height: 1;
    background: #188BE0;
    align-items: center;
    padding-left: 50px;
    position: relative;
    padding-top: 5px;
}
.home-blog-more .see-all a:after {
    width: 53px;
    height: 26px;
    right: 50px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
}
.home-blog-item-left-inner .read-more {
    color: #05323C;
}
.initiative-page-cols {
    display: flex;
    justify-content: space-between;
}
.initiative-col-col-left {
    width: 64.1%;
    padding-top: 40px;
}
.initiative-col-col-right {
    width: 32.4%;
}
.initiative-related-widget {
    background: #F8F8F8;
    padding: 60px 44px;
}
.initiative-related-widget h2 {
    font-weight: bold;
    font-size: 21px;
    line-height: 1;
    color: #666666;
    margin: 0 0 50px;
    text-transform: uppercase;
}
.initiative-related-item {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    margin: 0 0 30px;
    padding: 20px 20px 100px;
    min-height: 225px;
    position: relative;
}
a.i-related-item-title, a.i-related-item-title h3 {
    text-decoration: none;
    font-size: 18px;
    font-family: 'Europa-Bold',sans-serif;
    font-weight: normal;
    color: #464646;
    line-height: 1.22;
}
a.i-related-item-title h3 {
    margin: 0 0 15px;
}
.initiative-related-item .hbi-by {
    color: #188BE0;
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: bold;
}
.initiative-related-item .read-more {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 16px;
    color: #05323C;
    border: none;
    padding-right: 40px;
}
.initiative-related-item .read-more:after {
    width: 25px;
    background-position: center;
    top: -2px;
}
.news-events-excerpt {
    color: #05323C;
    font-size: 18px;
    line-height: 1.4;
}
div.filters {
    justify-content: flex-start;
}
span.filter-all.tag {
    margin-left: 25px;
    margin-right: 25px;
}
.news-events-cols {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.news-events-left {
    width: 65.7%;
}
.news-events-right {
    width: 31.5%;
}
.upcoming-events-box {
    color: #fff;
    background: #05323C;
    padding: 65px 42px;
}
.upcoming-events-box h2 {
    font-size: 21px;
    line-height: 1;
    margin: 0 0 45px;
    text-transform: uppercase;
}
a.upcoming-event-item .upcoming-event-date {
    color: #188BE0;
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: bold;
}
a.upcoming-event-item {
    text-decoration: none;
    display: block;
}
a.upcoming-event-item h3 {
    margin: 5px 0 20px;
    font-size: 24px;
    font-family: 'Europa-Bold',sans-serif;
    line-height: 1.2;
    color: #fff;
}
.upcoming-event-more {
    margin-bottom: 45px;
}
a.upcoming-event-item:not(:last-child) {
    border-bottom: 1px solid #707070;
    margin-bottom: 45px;
}
.upcoming-event-more .read-more {
    font-size: 22px;
    color: #fff;
    border: none;
}
.view-all-items .read-more:after,
.upcoming-event-more .read-more:after {
    content: '';
    display: inline-block;
    width: 40px;
    background-image: url('images/read-morearrow.svg');
    background-size: contain;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.event-page-cols {
    background: #F5F5F5;
    margin-top: -100px;
    margin-bottom: 125px;
    display: flex;
    justify-content: space-between;
}
.event-page-left {
    position: relative;
    background: #05323C;
    color: #fff;
    width: 37%;
    z-index: 2;
    padding-top: 190px;
}
.event-page-right {
    width: 54%;
    padding-top: 190px;
    background: #F5F5F5;
    position: relative;
    padding-bottom: 45px;
}
.event-page-right:before {
    content: '';
    display: block;
    width: 100vw;
    height: 45px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: -110px;
    z-index: 1;
}
.event-page-left:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #05323c;
}
.event-page-left-inner {
    position: relative;
    padding-bottom: 100px;
    z-index: 1;
}
.event-page-right:after {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background: #f5f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
}
.event-page-info {
    position: relative;
    z-index: 1;
}
.event-info-title,
.event-meta-label {
    color: #188BE0;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.event-meta-value {
    font-size: 29px;
    line-height: 1;
    font-weight: bold;
}
.event-meta-row {
    margin-bottom: 60px;
}
.event-info-body {
    font-size: 18px;
    line-height: 2;
    color: #05323C;
    font-family: 'Europa-Regular',sans-serif;
    margin-bottom: 40px;
}
.event-back-link a {
    font-size: 23px;
    color: #00A888;
    font-family: 'FreightTextProLight-Italic';
    text-decoration: none;
}
.single-header-cols,
.featured-post-cols {
    margin-top: -100px;
    display: flex;
}
.single-header-left,
.featured-post-left {
    width: 37.5%;
    padding-right: 35px;
    padding-top: 170px;
    position: relative;
}
.single-header-right,
.featured-post-right {
    width: 62.5%;
    position: relative;
}
.single-post-header,
.blog-featured-post {
    position: relative;
}
.single-header-left:after,
.featured-post-left:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 0;
    box-shadow: 0 3px 35px rgba(0, 0, 0, 0.05);
}
.single-header-right-image,
a.featured-post-thumb {
    position: absolute;
    left: 0;
    top: -40px;
    height: 100%;
    width: 62.5%;
    width: calc(100% +  ( 100vw - 1190px ) );
}
.single-post-header .container,
.blog-page-wrapper .container {
    max-width: 1190px;
}
span.post-written-by {
    color: #188BE0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    line-height: 1;
    margin-bottom: 5px;
    display: block;
}
a.blog-post-title {
    text-decoration: none;
}
a.blog-post-title h2 {
    color: #464646;
    font-size: 24px;
    font-family: 'Europa-Bold',sans-serif;
    line-height: 1.3;
    margin: 0 0 30px;
}
.blog-post-excerpt {
    color: #05323C;
    font-size: 18px;
    font-family: 'Europa-Regular',sans-serif;
    line-height: 1.4;
    margin-bottom: 50px;
    max-width: 373px;
}
.blog-read-more .read-more {
    color: #05323C;
    font-size: 22px;
}
.featured-post-left-inner {
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}
.page-template-template-news-list .site-entry-header {
    z-index: 2;
}
.blog-grid {
    padding-top: 50px;
    padding-bottom: 65px;
    display: flex;
    flex-wrap: wrap;
}
.blog-grid .blog-grid-item {
    width: 32.4%;
    box-shadow: 0 3px 35px rgba(0, 0, 0, 0.05);
    background: #fff;
    position: relative;
    margin-bottom: 16px;
}
.blog-grid .blog-grid-item:nth-child(3n - 1) {
    margin-left: 1.4%;
    margin-right: 1.4%;
}
a.blog-grid-item-thumb img {
    display: block;
    width: 100%;
}
.blog-grid-item-lower {
    padding: 30px 20px 60px 35px;
}
.blog-grid-item .blog-read-more {
    position: absolute;
    bottom: 30px;
    left: 35px;
}
.blog-grid-wrapper.container {
    max-width: 1172px;
}
.blog-grid-pagination {
    padding-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-grid-pagination span, .blog-grid-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    text-decoration: none;
    border-radius: 50%;
    color: #00A888;
    font-family: 'Europa-Bold',sans-serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-left: 2px;
    margin-right: 2px;
}
.blog-grid-pagination .current,.blog-grid-pagination a:hover {
    background: #00A888;
    color: #fff;
}
.single-header-left-inner h1 {
    font-size: 51px;
    line-height: 1;
    font-weight: bold;
}
.single-header-left {
    padding-bottom: 60px;
}
.single-post header.site-entry-header {
    z-index: 2;
}
.single-post-wrapper {
    background: #fff;
}
.single-header-left:after {
    box-shadow: none;
}
.single-post-cols {
    padding-bottom: 110px;
    display: flex;
    justify-content: space-between;
}
.single-post-left {
    width: 61%;
    padding-top: 30px;
}
.single-post-right {
    width: 32.4%;
}
.post-related-items-wrap {
    background: #F5F5F5;
    padding: 60px 40px;
    margin-top: -85px;
    position: relative;
}
.post-related-items h2 {
    color: #05323C;
    font-size: 21px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 45px;
    text-transform: uppercase;
}
a.post-related-item {
    text-decoration: none;
    padding-bottom: 40px;
    border-bottom: 1px solid #707070;
    display: block;
}
a.post-related-item h3 {
    color: #464646;
    font-size: 24px;
    font-family: 'Europa-Bold',sans-serif;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 20px;
}
a.post-related-item .read-more {
    color: #05323C;
    font-size: 22px;
    border: none;
}
a.post-related-item:last-child {
    border: none;
    padding-bottom: 0;
}
a.post-related-item:not(:last-child) {
    margin-bottom: 40px;
}
.blog-grid-wrapper .blog-filters {
    padding-top: 65px;
    justify-content: space-between;
}
.blog-filters-left {
    display: flex;
    align-items: center;
}
.blog-filters-left .filter-by {
    margin-right: 20px;
}
.view-all-items ~ .news-item {
    display: none;
}
.view-all-items {
    padding-top: 40px;
    padding-left: 30px;
    padding-bottom: 40px;
}
.view-all-items .read-more {
    color: #05323C;
}
.no-book-image .book-desc {
    width: 100%;
}
.no-book-image .book-img {
    display: none;
}
.no-book-image .book-copy {
    padding-top: 0;
}
@media all and (max-width: 1200px) {
    .single-header-right-image,
    a.featured-post-thumb {
        width: 100%;
        width: calc(100% + 4vw);
    }
}
@media all and (max-width: 1170px) {
    .initiative-col-col-left {
        width: calc(100% - 300px);
    }
    .initiative-col-col-right {
        width: 280px;
    }
    .initiative-related-widget {
        padding: 20px 15px;
    }
    .initiative-related-widget h2 {
        margin-bottom: 30px;
    }
    .upcoming-events-box {
        padding: 30px 15px;
    }
    .event-page-right {
        width: 50%;
    }
    .event-page-left {
        width: 48%;
    }
    .event-page-right:before {
        display: none;
    }
    .blog-grid .blog-grid-item {
        width: 49%;
    }
    .blog-grid .blog-grid-item:nth-child(3n - 1) {
        margin-left: 0;
        margin-right: 0;
    }
    .blog-grid .blog-grid-item:nth-child(2n) {
        margin-left: 2%;
    }
}
@media all and (max-width: 1030px) {
    .single-header-cols.container {
        flex-wrap: wrap;
    }
    .single-header-left {
        order: 2;
        width: 100%;
        padding: 20px 0;
    }
    .single-header-right {
        width: 100%;
        height: 350px;
    }
    .post-related-items-wrap {
        margin-top: 0;
        padding: 20px 15px;
    }
    .single-header-left-inner h1 {
        font-size: 40px;
    }
}
@media all and (max-width: 767px) {
    .home-blog-item .home-blog-item-right {
        position: static;
        width: 100%;
        height: 200px;
    }
    .home-blog-item-left {
        width: 100%;
        min-height: auto;
    }
    .home-blog-item {
        padding-top: 0;
        margin-bottom: 30px;
    }
    .home-new-blog-inner {
        padding-top: 60px;
    }
    .initiative-page-cols {
        display: block;
    }
    .initiative-col-col-left {
        width: 100%;
    }
    .initiative-col-col-right {
        margin-left: auto;
        margin-right: auto;
    }
    .news-events-cols {
        display: block;
    }
    .news-events-left {
        width: 100%;
    }
    .news-events-right {
        width: 100%;
        margin-bottom: 20px;
    }
    span.filter-topics {
        display: block !important;
        width: 100%;
    }
    .filters select.topics {
        width: 100%;
    }
    .filters.desktop-filters {
        display: block;
    }
    .event-page-cols {
        display: block;
        margin-bottom: 40px;
    }
    .event-page-left {
        width: 100%;
        padding-top: 130px;
        width: calc(100% + 40px);
        margin-left: -20px;
        padding-left: 25px;
    }
    .event-page-left-inner {
        padding-bottom: 20px;
    }
    .event-page-right {
        width: 100%;
        padding-top: 60px;
        width: calc(100% + 20px);
        margin-left: -10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .blog-filters-left {
        display: block;
    }
    .blog-filters-left .filter-by {
        margin-left: auto;
        margin-right: auto;
    }
    .featured-post-cols .featured-post-right {
        order: 1;
        width: 100%;
        height: 300px;
    }
    .featured-post-cols .featured-post-left {
        order: 2;
        width: 100%;
        padding-top: 30px;
        padding-right: 0;
    }
    .single-header-cols, .featured-post-cols {
        flex-wrap: wrap;
        margin-top: -50px;
    }
    .single-header-left:after, .featured-post-left:after {
        display: none;
    }
    .single-header-right-image, a.featured-post-thumb {
        width: calc(100% + 4vw);
        left: -2vw;
    }
    .blog-post-excerpt {
        max-width: 100%;
    }
    .blog-grid-wrapper .blog-filters {
        padding-top: 20px;
    }
    .blog-grid .blog-grid-item {
        width: 100%;
    }
    .blog-grid .blog-grid-item:nth-child(2n) {
        margin-left: 0;
    }
    .blog-grid-item-lower {
        padding: 20px 20px 60px;
    }
    .blog-grid-item .blog-read-more {
        left: 20px;
    }
    .blog-grid {
        padding-bottom: 40px;
    }
    .blog-grid-pagination {
        padding-bottom: 50px;
    }
    .single-post-cols {
        display: block;
        padding-bottom: 50px;
    }
    .single-post-left {
        width: 100%;
    }
    .single-post-right {
        width: 100%;
        margin-top: 40px;
    }
}
.no-posts-found {
    padding-top: 50px;
    padding-bottom: 50px;
}
.single-news header.site-entry-header {
    z-index: 2;
}
.is-blog-story.single-news h1.entry-title {
    display: none;
}
/* Home Video */
.home-video-wrap {
    position: relative;
    background-size: cover;
    background-position: center center;
}
.home-video-wrap img {
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
}
.btn-play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.home-video-wrap:after {
    content: '';
    height: 100%;
    width: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5;
}
.home-video-wrap {
    min-height: 450px;
}
.btn-play-video a {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 30px 7px;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    transition: .3s all;
}
.btn-play-video a:hover {
    background: #fff;
    color: #000;
}
.top-bar-wrapper {
    height: 50px;
    position: relative;
    z-index: 5;
    background: #05323C;
}
body.home .top-bar-wrapper + header#masthead {
    top: 50px;
}
.top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.05em;
    height: 50px;
}
.top-bar-title {
    margin-right: 15px;
    font-family: 'Europa-Bold',sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    background: url('../images/report-icon.svg') no-repeat left center;
    background-size: 16px auto;
    padding-left: 25px;
}
.top-bar-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    font-family: FreightTextProLight-Italic;
    font-style: normal;
    font-size: 16px;
    border-bottom: 2px solid #2DD0C9;
}
.top-bar-cta a i {
    display: inline-block;
    width: 24px;
    height: 12px;
    margin-left: 5px;
    background: url('../images/download-arrow-right.svg') no-repeat center center;
    background-size: contain;
}
.top-bar-cta a:hover {
    color: #2DD0c9;
}
.top-bar-close {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -9px;
    cursor: pointer;
    background: url('../images/close.svg') no-repeat center center;
    background-size: contain;
}
div#gform_wrapper_3 .gform_body input {
    width: 100%;
    height: 45px;
    padding: 5px 20px;
    border: 1px solid #ddd;
}
@media all and (max-width: 767px) {
    .top-bar-title {
        font-size: 14px;
    }
    .top-bar-cta a {
        font-size: 13px;
    }
    .top-bar-inner {
        display: block;
        text-align: center;
        height: 60px;
        padding-top: 5px;
    }
    .top-bar-title {
        display: inline-block;
    }
    .top-bar-wrapper {
        height: 60px;
    }
    body.home .top-bar-wrapper + header#masthead {
        top: 60px;
    }
}
/* Updates */
footer.site-footer .container {
    background: #1865e0;
    background: #188BE0;
    color: #fff;
    margin-bottom: 95px;
    padding: 50px 60px 20px;
}
.footer-cols {
    display: flex;
    justify-content: space-between;
}
.footer-left {
    font-family: 'Europa-Regular',sans-serif;
    width: 43.53%;
}
.footer-left a {
    color: #fff;
    text-decoration: none;
}
.footer-right {
    width: 42.4%;
}
div#gform_wrapper_2 {
    max-width: 100%;
}
.footer-logo {
    max-width: 245px;
}
.footer-address-wrapper {
    border-top: 1px solid #fff;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer-address {
    justify-content: flex-start;
}
.footer-address span {
    color: #40707B;
}
.footer-social:before {
    content: '';
    display: block;
    width: 54px;
    height: 1px;
    background: #fff;
    margin-bottom: 24px;
}
.footer-newsletter .name_first label,.footer-newsletter .name_last label {
    display: none !important;
}
.footer-newsletter .name_first input,
.footer-newsletter .name_last input,
.footer-newsletter input[type="text"],
input#input_2_1 {
    width: 100%;
    height: 35px;
    min-width: 100%;
}
.footer-newsletter .gform_wrapper .gfield.gform-half-col {
    clear: none;
    width: 48%;
    float: left;
}
.footer-newsletter .gform_wrapper .gfield.gform-right {
    float: right;
}
.footer-newsletter .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
li#field_2_8 {
    clear: both;
    margin-top: 0 !important;
    padding-top: 20px;
    border: none;
    padding-bottom: 0;
}
ul#input_2_3 li {
    display: flex;
    align-items: center;
}
ul#input_2_3 li input {
    margin: 0 5px 0 0;
}
input#gform_submit_button_2 {
    position: static;
    background: url('images/submit-arrow.svg') #05323C no-repeat 86% 55%;
    color: #fff;
    text-align: center;
    display: inline-flex;
    cursor: pointer;
    border: none;
    align-items: center;
    height: 45px;
    width: 181px;
    justify-content: center;
    margin: 0;
    font-family: 'Europa-Regular',sans-serif;
    font-size: 18px;
}
.footer-newsletter .gform_footer.top_label {
    text-align: left;
    margin-top: 0;
}
div.copyright {
    padding: 0;
    text-align: left;
    color: #fff;
    font-size: 16px;
}
.copyright a {
    color: #fff;
}
.page-template-template-research {
    background: #F5F5F5;
}
.research-filter-wrap {
    padding: 30px 0;
}
.research-filter-wrap form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.research-filter-left label {
    font-size: 28px;
    color: #05323C;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 70px;
}
.research-filter-left select {
    border-radius: 30px;
    border: 3px solid #00A888;
    color: #00A888;
    text-transform: uppercase;
    outline: 0;
    font-size: 12px;
    padding: 0 30px 0 24px;
    min-width: 160px;
    display: block;
    min-height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none
    appearance: none;
    background: url(../images/arrow-down-green.svg) no-repeat 90% center;
    -webkit-background-size: 10px;
    background-size: 10px;
}
.research-filter-left {
    display: flex;
    align-items: center;
}
.research-filter-right input {
    background: none;
    border: none;
    border-radius: 0;
    font-size: 13px;
    color: #00A888;
    letter-spacing: 0.2em;
    width: 260px;
    min-height: 40px;
    margin-right: 30px;
    padding-right: 35px;
    text-transform: uppercase;
    outline: none;
    background: url('../images/zoom.svg') no-repeat right center;
    border-bottom: 3px solid #00A888;
}
.research-filter-right ::-webkit-input-placeholder { /* Edge */
      color: #00A888;;
    }
.research-filter-right :-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: #00A888;;
    }
.research-filter-right ::placeholder {
      color: #00A888;;
}
.research-filter-right button {
    width: 74px;
    height: 33px;
    border: none;
    background: #00A888;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.2em;
    border-radius: 30px;
    padding: 0;
    cursor: pointer;
}
.research-items-list {
    display: flex;
    flex-wrap: wrap;
}
a.research-item {
    width: 32.5%;
    text-decoration: none;
    margin-bottom: 18px;
}
a.research-item:nth-child(3n-1) {
    margin-left: 1.25%;
    margin-right: 1.25%;
}
.research-item-thumb img {
    display: block;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.research-item-info {
    background: #fff;
    padding: 40px 30px;
}
.research-title {
    font-size: 24px;
    min-height: 72px;
    font-family: 'Europa-Bold',sans-serif;
    color: #464646;
    text-decoration: none;
}
.research-more-btn {
    display: inline-flex;
    align-items: center;
    font-family: 'FreightTextProLight-Italic',sans-serif;
    color: #05323C;
    font-size: 22px;
    padding-right: 54px;
    border-bottom: 3px solid #2DD0C9;
    background: url('images/read-morearrow.svg') no-repeat right center;
}
.research-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.research-pagination span, .research-pagination a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    color: #00A888;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Europa-Bold',sans-serif;
    letter-spacing: -0.05em;
    justify-content: center;
    border-radius: 50%;
}
.research-pagination .current {
    background: #00A888;
    color: #fff;
}
.research-pagination {
    padding: 35px 0 30px;
}
.research-items-list {
    padding-bottom: 60px;
}
.header-polygon {
    position: relative;
    z-index: 5;
}

.research-theme-wrapper.single-post-header {
    margin-bottom: -40px;
    box-shadow: 0 3px 35px rgba(0,0,0,0.05);
}

.single-header-left.research-hero-left {
}

.single-research-theme header.site-entry-header {
    position: relative;
    z-index: 1;
}
.research-theme-lower {
    padding-top: 90px;
}
.container.research-theme-lower-cols {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.research-lower-left {
    width: 66.667%;
}

.research-lower-right {
    width: 32%;
}

.research-theme-lower .post-related-items-wrap {
    margin-top: 0;
}

.research-lower-left .list-view.list-view-wrap {
    display: block;
}
.research-lower-right a.post-related-item {
    background: #fff;
    padding: 15px;
    border: none;
}

.research-lower-right a.post-related-item h3 {
    font-size: 18px;
    min-height: 140px;
}

.research-lower-right a.post-related-item .related-item-more .read-more {
    font-size: 16px;
}
@media all and (max-width: 1000px) {
    footer.site-footer .container {
        padding: 30px;
    }

    .footer-left {
        width: 48%;
    }

    .footer-right {
        width: 48%;
    }
    .research-item-info {
        padding: 20px;
    }

    .research-title {
        font-size: 22px;
    }

    .research-more-btn {
        font-size: 20px;
    }
}
@media all and (max-width: 850px) {
    .footer-left {
        width: 100%;
    }

    .footer-right {
        width: 100%;
        order: -1;
        margin-bottom: 20px;
    }

    .footer-cols {
        flex-wrap: wrap;
    }
    .footer-social {
        padding-bottom: 24px;
    }
    .research-filter-wrap form {
        display: block;
    }

    .research-filter-left {
        width: 100%;
    }

    .research-filter-right {
        width: 100%;
        padding-top: 30px;
    }

    a.research-item,a.research-item:nth-child(3n-1) {
        width: 48%;
        margin-left: 0;
        margin-right: 0;
    }

    a.research-item:nth-child(2n) {
        margin-left: 3%;
    }
}
@media all and (max-width: 767px) {
    .single-research-theme header.site-entry-header {
        z-index: 99;
    }
    .container.research-theme-lower-cols {
        display: block;
    }

    .research-lower-left {
        width: 100%;
    }

    .research-lower-right {
        width: 100%;
    }
    footer.site-footer .container {
        margin-bottom: 10px;
    }
}
@media all and (max-width: 650px) {
    a.research-item, a.research-item:nth-child(3n-1),a.research-item:nth-child(2n) {
        width: 100%;
        margin-left: 0;
    }
}

.hidden {
    display: none;
}

#menuSearch {
    padding-left: 10px;
    padding-right: 10px;
}
#divSearch {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    padding-top: 15px;
}

#divSearch form {
    text-align: center;
    padding-bottom: 0;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#divSearch div {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin-right: 10px;
}
#divSearch input, #divSearch input:focus {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 0;
    padding: 8px 24px 8px 0;
    border-bottom: 3px solid #fff;
    font-size: 13px;
    letter-spacing: 0.15em;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
}
#divSearch a {
    color: #188BE0;
    text-decoration: none;
    position: absolute;
    right: 6px;
    top: 50%;
    height: 30px;
    background: #188BE0;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 20px;
    width: 88px;
    transition: background 0.25s, color 0.25s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: static;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.2em;
    font-weight: bold;
    padding-top: 5px;
}
#divSearch a:hover {
    background: #fff;
    color: #188BE0;
}

#divSearch input::placeholder {
  color: #fff;
  opacity: .5;
}