@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,800,800italic,300italic,300);

.w-container {
    max-width: 1170px;
/ / padding-left: 15 px;
/ / padding-right: 15 px;
}

/*
.w-container .w-row {
    margin-left: -15px;
    margin-right: -15px;
}
*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #323232;
    font-size: 11pt; /*was 20px */
    line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
    color: #203b6d;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 67px;
    line-height: 77px;
    font-weight: 700;
}

h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
}

h3 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
}

h4 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
}

h5 {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

h6 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

@media (max-width: 767px) {

    body {
        font-size: 15px;
        line-height: 20px;
    }

    h1 {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 45px;
        line-height: 50px;
    }

    h2 {
        margin-top: 0px;
        margin-bottom: 8px;
        font-size: 35px;
        line-height: 40px;
    }

    h3 {
        margin-top: 0px;
        margin-bottom: 8px;
        font-size: 30px;
        line-height: 35px;
    }

    h4 {
        margin-top: 0px;
        margin-bottom: 8px;
        font-size: 26px;
        line-height: 30px;
    }

    h5 {
        margin-top: 0px;
        margin-bottom: 8px;
        font-size: 22px;
        line-height: 26px;
    }

    h6 {
        margin-top: 0px;
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 22px;
    }

}

strong, b {
    font-weight: 700;
}

p {
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #d0112d;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

a:hover {
    color: #45c3b0;
}

.contentArticle a, .ArticleEditor a, .ArticleBody a {
    color: #d0112d;
    text-decoration: none;
}

.contentArticle a:hover, .ArticleBody a:hover {
    color: #45c3b0;
}

.contentArticle .ArticleBody {
    padding-right: 20px;
}

.contentArticle .ArticleBody .button {
    background-color: #45c3b0;
}

video {
    width: 100% !important;
    height: auto !important;
}

blockquote {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 50px;
    padding-left: 15px;
    border-left: 5px solid #45c3b0;
    font-style: italic;
}

.button, .sitebutton, .siteButton, .SiteButton {
    display: inline-block;
    margin-top: 15px;
    margin-right: 5px;
    padding: 7px 18px;
    border: 2px solid #ef4d23;
    border-radius: 5px;
    background-color: #ef4d23;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    color: white !important;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
}

.button:hover, .aspNetDisabled:hover, .sitebutton:hover, .siteButton:hover, .SiteButton:hover {
    opacity: 0.8;
}

.logo-icon {
    width: 311px;
    height: auto;
    margin-right: 10px;
    float: left;
}
.logo-icon a {
    display: block;
}
/* video background */
.video-container {
    height: 600px;
    position: relative;

}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.video-bg video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.video-overlay {
    width: 100%;
    height: 600px;
    background: #000;
    opacity: 0.6;
    z-index: 40;
    position: absolute;
}

.header-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-position: 0 0;
    background-size: cover;
    background-attachment: initial;
    background-color: #000;
}

.hero-overlay {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    z-index: 40;
}

.hero-overlay div {
  	position:relative;
    font-size: 115px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 auto;
    line-height:115px;
    width: 95%;
}

.hero-overlay a {
    color: #fff;
    background-color: #ef4d23;
    padding: 17px 25px;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.15;
}
.hero-overlay a:last-of-type {
  position:absolute; 
  bottom:-75px; left:50%;
  transform:translateX(-50%);
}
Body.ArticleEditor a.Hero {display:block; margin:0; padding:0; height:30px;}
@media (max-width:992px) {
  .hero-overlay a {padding: 12px 20px;}
  .hero-overlay a:last-of-type {bottom:-50px;padding: 5px 10px;}
}

.hero-overlay a:hover {
    background-color: #f4802b;
    color: #fff;
}

@media (max-width: 1200px) {
    .hero-overlay div {
        font-size:  90px;
    }
}

@media (max-width: 1090px) {

    .video-container {
        height: 545px;
    }

}

@media (max-width: 991px) {

    .video-container {
        height: 415px;
    }

    .hero-overlay {
        top: 120px;
    }

    .hero-overlay div {
        font-size: 60px;
    }
}

@media (max-width: 767px) {

    .video-container {
        height: 390px;
    }

    .hero-overlay {
        top: 110px;
    }

    .hero-overlay div {
        font-size: 44px;
        line-height: 80px;
    }
}

@media (max-width: 700px) {

    .video-container {
        height: 330px;
    }

    .hero-overlay {
        top: 95px;
    }

}

@media (max-width: 600px) {
    .header-image {
        background-image: url(../images/video-mobile.jpg);
        background-position: 50% 0;
    }

    .hero-overlay {

    }

    .hero-text {
        font-size: 25px;
        line-height: 36px;
    }

    .video-bg video {
        display: none;
    }

    .video-overlay {
        opacity: 0.4;
    }
}


@media (max-width: 479px) {
    .hero-overlay div {
        font-size: 28px;
    }

    .hero-overlay a {
        padding: 11px;
        font-size: 14px;
    }
}
.header-wrapper {
    width: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    position: fixed;
    height: 108px;
    z-index: 100;
}

.navbar {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 1000;
    height: 120px;
    padding: 0 15px 20px 15px;
    background-color: transparent;
}

.logo {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0px;
    float: left;
    font-size: 29px;
    line-height: 39px;
}

#mobile_nav {
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
}

.slicknav_menu, .mobileSearch {
    line-height: normal;
    display: none;
}

.nav-wrapper {
    float: right;
}

.root_menu, .root_menu ul {
    list-style: none;
    padding-left: 0;
}

.root_menu > li {
    padding: 5px 16px;
}

.root_menu {
    margin: 0 auto;
    display: inline-block;
}

.nav-menu li {
    float: left;
}

.nav-menu li {
    position: relative;
    padding: 10px 15px;
}

.nav-menu li > a {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: none;
    vertical-align: top;
    text-decoration: none;
    text-align: left;

}

.nav-menu li:hover {
    background-color: #234c88;
}

.nav-menu li:hover > a {
    color: #fff;
}

.nav-menu li:hover > ul {
    display: block;
}

.nav-menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #234c88;
    min-width: 255px;
    z-index: 99;
}

.nav-menu ul ul li {
    width: 100%;
    padding: 5px 0 5px 16px;
    text-align: left;
}

.nav-menu ul ul ul {
    left: 100%;
    top: 0;
}

.root_menu li li.has_sub_menu:after {
    content: "»";
    position: absolute;
    right: 7px;
    top: 3px;
    color: #fff;
}

ul.root_menu > li li:hover {background-color: #2d89c7;} /* Add hover effect to desktop menus */

.login_item {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-left: 20px;
}

.top-link-wrapper {
    position: absolute;
    top: 0px;
    right: 25px;
    bottom: 0px;
    height: 50px;
    margin-left: 10px;
    float: right;
}

.top-link-wrapper ul {
    list-style: none;
    padding: 0;
}

.top-link-wrapper li {
    float: left;
    padding: 0 5px;
}

.top-link-wrapper a {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
}

.top-link-wrapper a:hover {
    background-color: #234c88;
    color: #fff;
}

.nav-menu {
    float: right;
    text-align: center;
    margin: 60px 20px 0;
}

/*  header on scroll */

.fixed-header-white {
    background-color: #fff;
    z-index: 100;
    border-bottom: 1px solid #234c88;
}

.fixed-header-white .logo-container {
    top: 18px;
}

.fixed-header-white .nav-menu {
    margin-top: 50px;
}

.fixed-header-white .nav-menu a {
    color: #203b6d;
}

.fixed-header-white .nav-menu li:hover > a {
    color: #fff;
}

.fixed-header-white .sub_menu_level_1 a {
    color: #fff;
}

.logo-hidden-color, .logo-hidden-dark {
    display: none;
}

.header-link-block-dark {
    display: none;
}

.fixed-search-white .header-link-block-dark {
    display: block;
}

.fixed-search-white .header-link-block-white {
    display: none;
}

.fixed-header-white .top-link-wrapper a {
    color: #3c74b8;
}

.fixed-header-white .top-link-wrapper a:hover {
    background-color: #ebebeb;
    color: #3c74b8;
}

.hero {
    position: relative;
    height: 750px;
}

.logo-container {
    position: absolute;
    left: 15px;
    top: 25px;
    bottom: 0px;
    z-index: 50;
}

span.logo a {
    background-color: white;
    color: black;
    text-decoration: none;
}

span.logo a:hover {
    color: #BABABA;
}

.logo-container:hover {
    color: #bababa;
}

.header-icon {
    margin-right: 4px;
    margin-top: 6px;
    float: left;
}

.header-icon:hover {
    opacity: 1.0;
}

.mobileSearch .header-icon {
    opacity: 1.0;
}

.all-paragraphs-white {
    color: white;
}

.bottom-footer {
    background-color: #0f0f0f;
    margin-top: 0;
    padding: 0 20px;
}

.site-by-link-block {
    margin-left: 10px;
}

.site-by-link-block:hover {
    opacity: 0.5;
}

.site-by-logo {
    width: 100px;
    margin-top: -11px;
}

.search-block {
    position: fixed;
    left: 0px;
    top: 118px;
    right: 0px;
    z-index: 999;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #234c88;
    opacity: 0;
}

.search-block .search_div input.text {
    height: 50px;
    margin-bottom: 0px;
    padding-left: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #2d89c7;
    border-radius: 4px;
    background-color: transparent;
    background-image: url('../images/icon-magnifier-white.png');
    background-position: 22px 50%;
    background-size: auto 20px;
    background-repeat: no-repeat;
    -webkit-transition: background-color 500ms ease, border 500ms ease;
    -o-transition: background-color 500ms ease, border 500ms ease;
    transition: background-color 500ms ease, border 500ms ease;
    font-size: 15px;
    text-align: center;
    width: 100%;
    color: #fff;
    outline: none;
}

.search-block .search_div input.text:hover {
    border-color: white;
    background-color: white;
    color: #000;
}

.search-block .search-form {
    margin-bottom: 0px;
}

.search-block .search-form input.button {
    display: none;
}

.page-header {
    height: 400px;
    padding-top: 100px;
    background-color: black;
}

.page-header img {
    width: 100%;
}

.page-header-overlay {
    width: 100%;
    height: 100%;
    padding-top: 90px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
}

.page-header-overlay._404 {
    padding-top: 190px;
}

.success-bg {
    padding-top: 13px;
    border-radius: 2px;
    background-color: #0cc;
    color: white;
}

.error-bg {
    padding-top: 12px;
    color: #db0000;
}

html.w-mod-js *[data-ix="slide-element-1"] {
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="slide-element-2"] {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
    -ms-transform: translate(0px, 20px);
    -o-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-element-3"] {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="slide-element-4"] {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
    -ms-transform: translate(0px, 20px);
    -o-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="contact-modal"] {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    -o-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="search-bar-display-none"] {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, -25px);
    -ms-transform: translate(0px, -25px);
    -o-transform: translate(0px, -25px);
    transform: translate(0px, -25px);
}

html.w-mod-js *[data-ix="page-title"] {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="page-title-2"] {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="page-title-3-buttons"] {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}

html.w-mod-js.w-mod-no-ios *[data-ix="fade-in-on-scroll"] {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}

html.w-mod-js.w-mod-no-ios *[data-ix="fade-in-on-scroll-2"] {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}

html.w-mod-js.w-mod-no-ios *[data-ix="fade-in-on-scroll-3"] {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}

html.w-mod-js.w-mod-no-ios *[data-ix="image-section-title"] {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}

.bottom-footer {
    background-color: #1a293a;
}

#footer a {
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: 500ms ease;
    -o-transition: 500ms ease;
    transition: 500ms ease;
}

#footer a:hover {
    color: #fff;
}

#footer {
    color: #c6c6c6;
    font-size: 13px;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 26px;
    position: relative;
}

#footer #footer_charity {
    position: absolute;
    top: 32px;
    right: 25px;
}

#footer .footer {
    float: left;
    margin-top: -11px;
}

#footer .footer:after {
    content: "";
}

#footer #footer_help:after {
    content: "";
}

#footer #footer_mobile {
    margin-left: -200px;
}

#footer a {
    color: #c6c6c6;
    text-decoration: none;
}

#footer a:after {
    content: "|";
    color: #c6c6c6;
    font-size: 13px;
    padding: 0 5px;
}

#footer a.footer {
    width: 150px;
    border: none;
    text-indent: -9999px;
    background-image: url("../images/LogoEndis.png");
    background-size: 82px 33px;
    background-repeat: no-repeat;
    background-position: 44% center;
    background-color: transparent;
    height: 33px;
    margin-left: 5px;
    margin-bottom: 10px;
    display: block;
}

#footer a.footer:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {

    .header-wrapper {
        position: absolute;
    }

    .header-image {
        position: inherit;
    }

    /*
    .nav-wrapper, .w-nav-menu, .top-link-wrapper {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    */


    .nav-menu li {
        padding: 10px;
    }
    .nav-menu li > a {
        font-size: 17px;
    }



}

@media (max-width: 991px) {

    .nav-wrapper, .w-nav-menu {
        display: block !important;
    }

    ul.root_menu {
        display: none;
    }
    .top-link-wrapper {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }


    .section-title-wrapper.centered {
        padding-right: 100px;
        padding-left: 100px;
    }

    .logo-container {
        position: static;
        display: block;
        width: 100%;
        padding-top: 15px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 10px;
        float: left;
        margin-top: 0;
    }

    .mobileSearch .header-icon:hover {
        opacity: 0.7;
    }

    .search-block {
        top: 115px;
        background-color: #2d89c7;
    }

    .search-block .search_div {
        margin-left: 3%;
        margin-right: 3%;
    }
    .search-block .search_div input.text {
        border-color: #fff;
    }

    .page-header {
        height: 330px;
    }

    .page-header-overlay {
        padding-top: 60px;
    }

    .menu-icon {
        display: inline-block;
        margin-right: 3px;
        float: left;
        font-size: 20px;
    }

    .map-arrow-block {
        margin-top: 15px;
        margin-bottom: -40px;
    }

    #footer {
        padding-top: 12px;
    }

    #footer a.footer {
        top: -36px;
        margin: 10px 40%;
        display: block;
    }

    #footer #footer_mobile {
        margin-left: -15px;
        margin-top: 0;
    }

    #footer #footer_charity {
        display: block;
        position: relative;
        margin: 10px auto;
        top: 8px;
    }
}

@media (max-width: 767px) {

    .header-wrapper {
        height: 70px;
    }
    .logo-icon {
        width: 200px;
        height: auto;
    }

    .mobileSearch {
        top: 2px;
    }

    .logo {
        margin-top: 0px;
        font-size: 24px;
    }

    .menu_link {
        height: auto;
        padding: 15px 30px;
        line-height: 35px
    }

    .footer-section {
        padding-top: 40px;
    }

    .section-title-wrapper.centered {
        padding-right: 50px;
        padding-left: 50px;
    }

    .bx-wrapper {
        margin-bottom: 0;
    }

    .logo-container {

        margin-top: 0;
        padding-top: 10px;
    }

    .header-icon {
        margin-right: 0px;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    .footer-some-container {
        margin-top: 20px;
    }

    .bottom-footer {
        margin-top: 0;
        padding-left: 7%;
    }

    .contact-modal {
        top: 130px;
        width: 80%;
        padding: 33px;
    }

    .be-greeted-form {
        margin-top: 20px;
    }

    .when-where-row {
        margin-top: 20px;
    }

    .map {
        height: 250px;
    }

    .footer-column {
        padding-right: 30px;
        padding-bottom: 15px;
        padding-left: 30px;
    }

    .bottom-footer-col {
        padding-right: 30px;
        padding-bottom: 15px;
        padding-left: 30px;
    }

    .search-block {
        top: 89px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .page-header {
        height: 240px;
        padding-top: 70px;
    }

    .page-header-overlay {
        padding-top: 55px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .page-header-overlay._404 {
        padding-top: 120px;
    }

    .menu-icon {
        margin-right: 0px;
        font-size: 26px;
    }

    .navbar-container {
        padding-top: 5px;
    }

    .map-arrow-block {
        width: 40px;
        height: 40px;
        margin-bottom: -10px;
    }

    #footer a.footer {
        margin: 10px auto;
        width: 100%;
    }

}

@media (max-width: 479px) {

    .logo-icon-color {
        display: block;
    }

    .section-title-wrapper.centered {
        padding-right: 0px;
        padding-left: 0px;
    }

    .page-header {
        height: 220px;
    }

    .menu-button.w--open {
        background-color: #323538;
    }

    .navbar-container {
        text-align: center;
    }

    .map-arrow-block {
        margin-bottom: -20px;
    }

    #footer a.footer {
        margin: 10px auto;

    }
}

/* signup sheet */
table.signup tr td, td.signup0 {

    line-height: 0px;
    font-size: 0px;
    border-collapse: separate;
}

table.signup tr td img {
    height: 8px !important;
}

/* form styling */

label {
    display: inline-block;
}

input:not([type=checkbox]):not([type=radio]):not([type=button]) {
/ / -webkit-appearance: none;
    box-shadow: none !important;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    margin-left: 10px;
    margin-right: 25px;
}

.ArticleBody input:not([type=checkbox]):not([type=radio]):not([type=button]), .ArticleBody textarea,
.ArticleEditor input:not([type=checkbox]):not([type=radio]):not([type=button]), .ArticleEditor textarea {
    margin-bottom: 8px;
    padding: 9px 12px;
    border: 1px solid #dadee4;
    margin-top: 0;
    width: 100%;
}

.ArticleBody textarea, .ArticleEditor textarea {
    width: 100%;
}

.ArticleBody input:focus, .ArticleBody textarea:focus,
.ArticleEditor input:focus, .ArticleEditor textarea:focus {
    outline: none;
/ / border: 1 px solid #31a7de;
    box-shadow: 0 0 4px rgba(49, 167, 222, 0.8)
}

.ArticleBody input[type="button"], .ArticleEditor input[type="button"] {
    padding: 5px;
    text-transform: uppercase;
    border: 2px solid #45c3b0;
    background-color: #45c3b0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ArticleBody input[type="button"]:hover, .ArticleEditor input[type="button"]:hover,
.ArticleBody input[type="button"]:active, .ArticleEditor input[type="button"]:active {
    opacity: 0.6;
}

.contentArticle .ArticleBody .search_div input.text {
    width: 50% !important;
}

/* database */

.database {
    background: #234c88;
    padding: 15px;
}

.database-text-1 {
    font-size: 24px;
    color: #61bdee;
    padding-left: 80px;
    padding-right: 25px;
    text-align: right;
}

.database-text-2 {
    font-size: 20px;
    color: #fff;
}

.database-text-3 {
    z-index: 50;
}

.database-text-3 a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 7px 15px;
    border: 2px solid #61bdee;
    border-radius: 5px;
    margin-top: 5px;
}

.database-text-3 a:hover {
    color: #234c88;
    background-color: #fff;
    border-color: #fff;
}

@media (max-width: 767px) {
    .database-text-1 {
        text-align: center;
        padding: 10px 0 15px;
        font-size: 22px;
        line-height: 28px;
    }

    .database-text-2 {
        text-align: center;
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 15px;
    }

    .database-text-3 {
        text-align: center;
        margin-bottom: 15px;
        z-index: 50;
    }
}

/* Start Exploring */

.exploring {
    background-color: #ebebeb;
}

.startExploringHeader {
    margin: 60px 15px 0;
    padding-bottom: 28px;
    font-size: 48px;
    color: #203b6d;
    border-bottom: 2px solid #cccccc;
}

.start-exploring {
    margin-top: 20px;
    margin-bottom: 70px;
}

.start-exploring > div {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 45px;
}

.start-exploring img {
    width: 100%;
}

.start-exploring .articleListTitle {
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #fff;
    line-height: 23px;
}

.start-exploring .articleListTitle a {
    font-size: 20px;
    font-weight: 600;
    color: #203b6d;
}

.start-exploring .articleListTitle a:hover {

}

.start-exploring .articleListSummary {
    font-size: 16px;
    line-height: 20px;
    color: #3a3a3a;
    min-height: 190px;
    background-color: #fff;
}

.start-exploring .articleListLink {
    background-color: #fff;
    padding-top: 20px !important;
}

.exploring .start-exploring .start-exploring-button {
    color: #ffffff;
    font-size: 13px;
    background-color: #ef4d23;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    margin-bottom: 6px;
}

.exploring .start-exploring .start-exploring-button:hover {
    color: #fff;
    background: #f4802b;
}
@media (max-width: 1035px) {
    .start-exploring .articleListTitle {
        min-height: 56px;
    }
}
@media (max-width: 991px) {
    .start-exploring .articleListTitle {
        min-height: 34px;
    }

    .start-exploring > div:nth-child(7) {
        margin-left: 16%;
    }
}
@media (max-width: 855px) {
    .start-exploring .articleListTitle {
        min-height: 56px;
    }
}
@media (max-width: 767px) {
    .startExploringHeader {
        margin-top: 35px;
        font-size: 44px;
    }

    .start-exploring img {
        width: 100%;
    }

    .start-exploring .articleListTitle {
        min-height: 30px;
    }
    .start-exploring .articleListSummary {
        min-height: 145px;
    }
    .start-exploring > div:nth-child(7) {
        margin-left: 0;
    }

}

@media (max-width: 622px) {
    .start-exploring > div {
        width: 100%;
    }

    .startExploringHeader {
        font-size: 36px;
    }

    .start-exploring .articleListSummary {
        min-height: 50px;
    }
}

@media (max-width: 479px) {
    .startExploringHeader {
        font-size: 30px;
    }
}

/* Find Resources */

.resources {
    background-color: #1e426a;
    padding-bottom: 65px;
    background-image: url('../images/DNA-Parallax-image.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;

}

.findResourcesHeader {
    margin: 60px 15px 0;
    padding-bottom: 28px;
    font-size: 48px;
    color: #fff;
    border-bottom: 2px solid #3f80b1;
}

.find-resources {
    margin-top: 35px;
    margin-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
}

.find-resources > div {
    padding-left: 0;
    padding-right: 0;
}

.find-resources .keyThemes {
    margin-right: 15px;
}

.find-resources .popularTopics {
    margin-left: 15px;
}

.find-resources > div > div {
    background-color: rgba(53, 168, 235, 0.7);
    padding: 25px 15px 30px;
    overflow: hidden;
}

.find-resources-title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
}

.find-resources ul {
    float: left;
    list-style: none;
    padding: 0;
    width: 50%;
}

.find-resources li {
    margin-left: 10px;
    margin-right: 10px;
}

.find-resources a {
    color: #203b6d;
    font-size: 16px;
    display: inline-block;
    background-color: #fff;
    padding: 4px 8px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 3px;
}

.find-resources a:hover {
    background-color: #234c88;
    color: #ffffff;
}

@media (max-width: 991px) {
    .findResourcesHeader {
        margin-top: 45px;
        font-size: 44px;
    }

    .find-resources .keyThemes {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .find-resources .popularTopics {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .findResourcesHeader {
        margin-top: 35px;
        font-size: 36px;
    }

    .find-resources a {
        font-size: 16px;
        text-align: center;
    }

    .find-resources ul {
        float: none;
        width: 100%;
    }
}

@media (max-width: 479px) {
    .findResourcesHeader {
        margin-top: 30px;
        font-size: 28px;
    }

    .find-resources-title {
        font-size: 22px;
    }
}

/* Schools of Thought */

.schools {
    background-color: #fff;
}

.schoolsHeader {
    margin: 60px 15px 0;
    padding-bottom: 28px;
    font-size: 48px;
    color: #1a315b;
    border-bottom: 2px solid #ebebeb;
}

.schools-thought {
    margin-top: 10px;
    margin-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
}

.schools-thought > div {
    padding-left: 0;
    padding-right: 0;
}

.schools-thought .keyThemes {
    margin-right: 15px;
}

.schools-thought .popularTopics {
    margin-left: 15px;
}

.schools-thought > div > div {
    padding: 25px 15px 30px;
    overflow: hidden;
}

.schools-thought-title {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 20px;
}

.worldview .schools-thought-title {
    color: #1a4785;
    background: url(../images/icon-worldview.png) 145px 0 no-repeat;
}

.philosophy .schools-thought-title {
    color: #ef4d23;
    background: url(../images/icon-philosophy.png) 150px 0 no-repeat;
}

.science .schools-thought-title {
    color: #2e8dcc;
    background: url(../images/icon-science.png) 105px 0 no-repeat;
}

.theology .schools-thought-title {
    color: #f4802b;
    background: url(../images/icon-theology.png) 125px 0 no-repeat;
}

.schools-thought ul {
    float: left;
    list-style: none;
    padding: 0;
    width: 100%;
}

.schools-thought a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 3px;
}

.schools-thought a:hover {
    opacity: 0.7;
    color: #ffffff;
}

.schools-thought .worldview a {
    background-color: #1a4785;
}

.schools-thought .philosophy a {
    background-color: #ef4d23;
}

.schools-thought .science a {
    background-color: #2e8dcc;
}

.schools-thought .theology a {
    background-color: #f4802b;
}


@media (max-width: 991px) {
    .schoolsHeader {
        margin-top: 45px;
        font-size: 44px;
    }
}

@media (max-width: 767px) {

    .schools {
        padding-bottom: 30px;
    }
    .schoolsHeader {
        margin-top: 30px;
        font-size: 38px;
    }

    .schools-thought > div > div {
        padding-bottom: 0;
    }
}

@media (max-width: 479px) {
    .schoolsHeader {
        margin-top: 30px;
        font-size: 23px;
        padding-bottom: 20px;
    }

    .schools-thought > div > div {
        padding-bottom: 0;
    }
}
/* Find Resources */

.whatsnew {
    background-color: #1a315b;
    padding: 0;
    position: relative;
    z-index: 1;
}

.whatsnewHeader {
    margin: 60px 15px 0;
    padding-bottom: 28px;
    font-size: 48px;
    color: #fff;
    border-bottom: 2px solid #3e77a5;
}

.whats-new {
    margin-top: 35px;
    margin-bottom: 35px;
    padding-left: 5px;
    padding-right: 5px;
}

.whats-new > div {
    overflow: hidden;
    background-color: #fff;
    padding: 24px;
    margin-bottom: 20px;
    position: relative;
}

.whats-new-title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
}

.whats-new .articleListTitle,
.whats-new .articleListSummary,
.whats-new .articleListLink {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.whats-new .articleListTitle a {
    color: #203b6d;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 10px;
}

.whats-new .articleListTitle a:hover {
    color: #203b6d;
}

.whats-new .articleListImage a, .whats-new .articleListImage img {
// width: 100%;
// display: block;
// max-width: 320px;
    width: 100% !important;
    height: 198px;
    object-fit: cover;
}

.whats-new .articleListSummary {
    color: #3a3a3a;
    font-size: 16px;
    line-height: 20px;
    min-height: 147px;
}

.whats-new .articleListLink {
    position: absolute;
    bottom: 62px;
    left: 33.333%;
    background-color: transparent;
    float: left;
}

.whats-new .articleListLink a {
    color: #ffffff;
    font-size: 13px;
    background-color: #ef4d23;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 6px;
    position: absolute;
}

.whats-new .articleListLink a:hover {
    color: #fff;
    background: #f4802b;
}

.whatsnew .whats-new-button {
    color: #ffffff;
    font-size: 15px;
    background-color: transparent;
    display: inline-block;
    padding: 6px 15px;
    border: 2px solid #ef4d23;
    border-radius: 3px;
    margin-top: 6px;
    margin-left: 0;
}

.whatsnew .whats-new-button:hover {
    color: #fff;
    background: #f4802b;
    border-color: #f4802b;
}
.whatsnew .whats-new-content {

}
.whatsnew .video-container-2 {
    position: relative;
    overflow: hidden;
    height:1140px;

}
.whatsnew .video-bg-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
}

.whatsnew .video-bg-2 video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.whatsnew .video-overlay {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: -80;
    position: absolute;
}

@media (max-width: 991px) {
    .whatsnewHeader {
        margin-top: 30px;
        font-size: 44px;
    }

    .whatsnew .video-container-2 {
        height:1060px;
    }
}
@media (max-width: 767px) {

    .whatsnewHeader {
        margin-top: 30px;
        font-size: 36px;
    }

    .whatsnew .video-bg-2 {
        display: none;
    }

    .whatsnew .video-container-2 {
        height:auto;
    }
    .whatsnew {
        background-image: url(../images/video-mobile.jpg);
        background-position: 50% 0;
    }

    .whats-new .articleListImage a, .whats-new .articleListImage img {
        max-width: 100%;
    }

    .whats-new .articleListTitle,
    .whats-new .articleListSummary,
    .whats-new .articleListLink {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .whats-new .articleListSummary {
        padding-top: 5px !important;
        padding-bottom: 10px !important;
    }

    .whats-new .articleListTitle a {
        margin-top: 15px;
        position: relative;
        margin-bottom: 0;
        line-height: 26px;
    }

    .whats-new .articleListLink {
        position: relative;
        bottom: inherit;
        left: inherit;
        max-width: 160px;
    }

    .whats-new .articleListLink a {
        position: relative;
    }

    .whatsnew .whats-new-button  {
        margin-left: 0;
        margin-bottom: 45px;
    }


}

@media (max-width: 479px) {
    .whatsnewHeader {
        font-size: 30px;
    }

    .whats-new > div {
        padding: 15px;
    }

    .whats-new .articleListTitle a {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }


}

/* footer buttons */

.footerbuttons {
    background-color: #234c88;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-buttons {
    width: 575px;
    margin: 0 auto;
}

.footerbuttons .footer-buttons .footer-button {
    height: 55px;
    font-size: 18px;
    color: white;
    padding: 11px 20px 0 65px;
    display: inline-block;
    border: 2px solid #2e8dcc;
    background-repeat: no-repeat;
    background-position: 20px 13px;
    border-radius: 6px;
    background-color: #2e8dcc;
    float: left;
    margin-right: 20px;
}

.footerbuttons .footer-buttons .footer-button:hover {
    background-color: transparent;

}

.footerbuttons .footer-buttons .footer-button.signup {
    background-image: url(../images/icon-newsletter.png);
}

.footerbuttons .footer-buttons .footer-button.events {
    background-image: url(../images/icon-events.png);
    background-position: 20px 11px;
}

@media (max-width: 767px) {
    .footerbuttons .footer-buttons .footer-button {
        padding-top: 16px;
    }
}

@media (max-width: 630px) {

    .footerbuttons {
        padding-bottom: 13px;
    }
    .footer-buttons {
        width: 90%;
    }

    .footerbuttons .footer-buttons .footer-button {
        max-width: 100%;
        margin: 0 auto 15px;
        width: 100%;
    }
}

@media (max-width: 360px) {
    .footerbuttons .footer-buttons .footer-button {
        font-size:16px;
    }
}
/* Footer Top */

.footer-wrapper {
    border-bottom: 1px solid #3e3e3e;
    padding-bottom: 25px;
    margin: 0 15px;
    overflow: hidden;
}

.footertop {
    background: #1a293a;
    padding-top: 50px;
    padding-bottom: 0;
}

.footer-col1 {
    padding-left: 0;
    min-height: 70px;
}

.footer-address {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    padding-bottom: 20px;
}

.footertop .footer-address a {
    color: #61bdee;
}

.footertop .footer-address a:hover {
    opacity: 0.8;
}

.footertop .social-media {
    text-align: right;
    margin-right: 40px;
}

.footertop .social-media a {
    margin-right: 5px;
}

.footertop .social-media a:hover {
    opacity: 0.7;
}

.footertop .footer-search {
    text-align: right;
}

.footertop .footer-search input {
    display: inline-block;
    width: 80%;
    height: 42px;
    float: left;
    border: none;
    border-radius: 0;
    font-size: 14px;
    padding: 8px 12px;
    color: #fff;
    -webkit-appearance: none;
    background-color: #393e4c;
}

.footertop .footer-search input:focus {
    outline: none;
}

.footertop .footer-search input.button {
    width: 42px;
    height: 42px;
    line-height: 45px;
    padding: 0;
    float: left;
    margin: 0;
    border: none;
    border-radius: 0;
    background-color: #ef4d23;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.footertop .footer-search input.button:hover {
    background-color: #f4802b;
}

.footertop .footer-search input.button:focus {
    outline: none;
}

@media (max-width: 991px) {
    .footer-col2 {
        text-align: left;
        padding-left: 0;
    }

    .footertop .social-media {
        text-align: left;
    }

    .footer-col3 {
        padding-right: 0;
    }
}


@media (max-width: 767px) {
    .footertop .footer-search {
        margin-top: 0;
        width: 270px;
        float: right;
    }

    .footer-address {
        font-size:13px;
    }
}

@media (max-width: 520px) {

    .footer-address {
        text-align: center;
    }

    .footertop .footer-search {
        margin-top: 70px;
    }

    .footertop .social-media {
        margin-right: 0;
    }

}

@media (max-width: 479px) {

    .footertop .social-media {
        text-align: center;
    }

    .footertop .footer-search {
        margin: 30px auto;
        float: none;
        width: 100%;
    }

    #footer #footer_charity {
        right: 0;
    }
}

/* Content */


.header-image.content {
    min-height: 105px;
    overflow: visible;
}

.header-wrapper.content {
    position: relative;
}

.fixed-header-white.content {
    border-bottom: 2px solid #d7d7d7;
}

.section.content {
    margin-top: 40px;
    margin-bottom: 50px;
}

.overall-content-column {
// padding-left: 25px;
}

@media (max-width: 768px) {

    .header-image.content {
        min-height: 0;
    }

    .overall-content-column {
    // padding-right: 5px;
    }

    .contentArticle {
        padding: 0 10px;
    }
}
.section.content .right-sidebar-column .group-nav {
    display: table;
    margin-top: 30px;
    background: #ebebeb;
}

.section.content .right-sidebar-column .group-nav table {
    border-collapse: separate;
    border-spacing: 0;
}

.section.content .right-sidebar-column .group-nav  td {
    padding: 0 !important;
}

.section.content .right-sidebar-column .group-nav table.boxout_header .boxout_header_left, .section.content .right-sidebar-column .group-nav table.boxout_header .boxout_header_right {
    display: none;
}

.section.content .right-sidebar-column .group-nav table.boxout_header .boxout_header_middle {
    margin-top: 0;
    padding: 0;
}

.section.content .right-sidebar-column .group-nav table.boxout_header .boxout_header_middle a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    margin: 0;
    float: left;
    width: 100%;
    background-color: #234c88;
}

.section.content .right-sidebar-column .group-nav table.boxout_header .boxout_header_middle a:hover {
    opacity: 0.7;
}

.section.content .right-sidebar-column .group-nav .group_nav_child, .section.content .right-sidebar-column .group-nav .group_nav_sibling, .section.content .right-sidebar-column .group-nav .group_nav_parent, .section.content .right-sidebar-column .group-nav .group_nav_selected {
    float: left;
    width: 100%;
}
.section.content .right-sidebar-column .group-nav table + div > div {
    border-bottom: 1px solid #fff;
}
.section.content .right-sidebar-column .group-nav .group_nav_child a, .section.content .right-sidebar-column .group-nav .group_nav_sibling a, .section.content .right-sidebar-column .group-nav .group_nav_parent a, .section.content .right-sidebar-column .group-nav .group_nav_selected a {
    display: block;
    padding: 10px 15px;
    transition: all 500ms;
    color: #203b6d;
    font-size: 16px;
    text-decoration: none;
    margin: 0;
    float: left;
    width: 100%;
    background-color: #ebebeb;
}

.section.content .right-sidebar-column .group-nav .group_nav_child a:hover, .section.content .right-sidebar-column .group-nav .group_nav_sibling a:hover, .section.content .right-sidebar-column .group-nav .group_nav_parent a:hover, .section.content .right-sidebar-column .group-nav .group_nav_selected a:hover {
    background-color: #fff;
    color: #ef4d23;
}

.section.content .right-sidebar-column .group-nav .group_nav_selected a {
    background-color: #fff;
    color: #ef4d23;
}

.section.content .right-sidebar-column .group-nav .group_nav_selected .group_nav_child a {
    padding-left: 25px;
}

.section.content .right-sidebar-column .group-nav .group_nav_selected .group_nav_parent > div > a {
    padding-left: 25px;
}


.section.content .right-sidebar-column  .find-resources {
    margin-top: 35px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: table;
    width: 100%;
}

.section.content .right-sidebar-column  .find-resources > div {
    padding-left: 0;
    padding-right: 0;
}

.section.content .right-sidebar-column  .find-resources .keyThemes {
    margin-right: 0;
    margin-bottom: 20px;
}

.section.content .right-sidebar-column  .find-resources .popularTopics {
    margin-left: 0;
}

.section.content .right-sidebar-column  .find-resources > div > div {
    background-color: #ebebeb;
    padding: 15px 5px;
    overflow: hidden;
}

.section.content .right-sidebar-column  .find-resources-title {
    color: #2e8dcc;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 15px;
}

.section.content .right-sidebar-column  .find-resources ul {
    float: left;
    list-style: none;
    padding: 0;
    width: 100%;
}

.section.content .right-sidebar-column  .find-resources li {
    margin-left: 10px;
    margin-right: 10px;
}

.section.content .right-sidebar-column  .find-resources a {
    color: #203b6d;
    font-size: 16px;
    display: inline-block;
    background-color: #fff;
    padding: 4px 8px;
    margin-bottom: 5px;
    width: 100%;
    border-radius: 3px;
}

.section.content .right-sidebar-column  .find-resources a:hover {
    background-color: #2e8dcc;
    color: #ffffff;
}

@media (max-width: 991px) {
    .section.content .right-sidebar-column  .find-resources .keyThemes {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .section.content .right-sidebar-column  .find-resources .popularTopics {
        margin-left: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {

    .section.content {
        margin-bottom: 0;
    }

    .section.content .right-sidebar-column  .find-resources a {
        font-size: 16px;
        text-align: center;
    }

    .section.content .right-sidebar-column  .find-resources ul {
        float: none;
        width: 100%;
    }
}

@media (max-width: 479px) {
    .section.content .right-sidebar-column  .find-resources-title {
        font-size: 22px;
    }
}


/* sidebar buttons */

.sidebarbuttons {
    background-color: #ebebeb;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 40px;
    display: table;
    width: 100%;
}

.sidebar-buttons {
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
}

.sidebarbuttons .sidebar-buttons .sidebar-button {
    height: 45px;
    font-size: 15px;
    color: white;
    padding: 7px 20px 0 55px;
    display: block;
    border: 2px solid #234c88;
    background-repeat: no-repeat;
    background-position: 20px 9px;
    border-radius: 6px;
    background-color: #234c88;
}

.sidebarbuttons .sidebar-buttons .sidebar-button:hover {
    opacity: .8;

}

.sidebarbuttons .sidebar-buttons .sidebar-button.signup {
    background-image: url(../images/icon-newsletter.png);
    margin-bottom: 10px;
}

.sidebarbuttons .sidebar-buttons .sidebar-button.events {
    background-image: url(../images/icon-events.png);
    background-position: 20px 5px;
}

@media (max-width: 1120px) {
    .sidebarbuttons .sidebar-buttons .sidebar-button {
        height: 70px;
        font-size: 15px;
        line-height: 20px;
        padding: 13px 20px 0 65px;
        background-position: 20px 22px;
    }

    .sidebarbuttons .sidebar-buttons .sidebar-button.events {
        background-position: 20px 18px;
    }
}


@media (max-width: 992px) {
    .sidebarbuttons .sidebar-buttons .sidebar-button {
        height: 50px;
        text-align: center;
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 13px;
    }

    .sidebarbuttons .sidebar-buttons .sidebar-button.signup,
    .sidebarbuttons .sidebar-buttons .sidebar-button.events {
        background-image: none;
    }
}

@media (max-width: 767px) {

    .sidebarbuttons .sidebar-button {
        max-width: 320px;
        margin: 0 auto;
    }


    .sidebarbuttons .sidebar-buttons .sidebar-button {
        height: 50px;
        font-size: 15px;
        line-height: 20px;
        padding: 13px 20px 0 65px;
        background-position: 20px 11px;
    }

    .sidebarbuttons .sidebar-buttons .sidebar-button.signup {
        background-image: url(../images/icon-newsletter.png);
        margin-bottom: 10px;
    }

    .sidebarbuttons .sidebar-buttons .sidebar-button.events {
        background-image: url(../images/icon-events.png);
        background-position: 20px 8px;
    }
}

/* featured articles */

.featured-articles-heading {
    font-size: 36px;
    color: #203b6d;
    text-align: left;
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid #d7d7d7;
}

.featured-articles {
    margin-top: 30px;
}

.featured-articles > div {
    background-color: #ebebeb;
    margin: 8px 0;
    padding: 20px;
    min-height: 218px;
    overflow: hidden;
}

.featured-articles.homepage-featured > div {
    background-color: #ffffff;
}

.featured-articles .articleListImage {
    float: left;
    margin-right: 20px;
    width: 310px;
}

.featured-articles .articleListImage > a {
    padding: 62% 0 0 0;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.featured-articles .articleListRight {
    padding-left: 0;
}


.featured-articles .articleListRight {
    padding-left: 330px;
}

.featured-articles .articleListImage img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    left: 0
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.featured-articles .articleListTitle a {
    display: block;
    font-size: 22px;
    line-height: 26px;
    color: #203b6d;
}

.featured-articles .articleListSummary {
    font-size: 16px;
    line-height: 22px;
    color: #3a3a3a;
    margin-top: 10px;
}

.featured-articles .articleListLink {
}
.featured-articles .articleListLink a {
    display: block;
    font-size: 13px;
    color: #fff;
    background-color: #ef4d23;
    padding: 5px 10px;
    margin-top: 12px;
    width: 88px;
    border-radius: 3px;
}

.featured-articles .articleListLink a:hover {
    background-color: #f4802b;
}



@media (max-width: 767px) {

    .featured-articles .articleListRight {
        padding-left: 260px;
    }

    .featured-articles .articleListImage {
        width: 240px;
    }


}

@media (max-width: 600px) {

    .featured-articles > div {
        min-height:0;
    }

    .featured-articles .articleListRight {
        padding-left: 0;
    }
    .featured-articles .articleListImage {
        float: none;
        width: 100%;
    }

    .featured-articles .articleListTitle a {
        padding-left: 0;
        margin-top: 15px;
    }

    .featured-articles .articleListSummary {
        padding-left: 0;
    }

    .featured-articles .articleListLink {
        padding-left: 0;
    }
    .featured-articles .articleListLink a {

    }
}

.ArticleBody .featured-articles-more-link {
    height: 48px;
    font-size: 15px;
    font-weight: 600;
    color: #234c88;
    padding: 8px 20px 12px !important;
    display: inline-block;
    border: 2px solid #ebebeb;
    border-radius: 3px;
    background-color: transparent;
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 28px !important; /* keep this on mobile views */
}

.ArticleBody .featured-articles-more-link:hover {
    background-color: #f4802b;
    border-color: #f4802b;
    color: #fff;

}

/* Newsletter Signup */

.newsletterSignup #GroupNotesEnclosingDiv .TopCaption, .newsletterSignup #GroupNotesEnclosingDiv .SubCaption {
    display: none;
}

.newsletterSignup input[type=text] {
    height: 40px;
    margin-top: 0;
    margin-bottom: 5px !important;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    color: #323232;
    padding: 11px;
    display: inline-block;
    border: 2px solid #2e8dcc;
    background-repeat: no-repeat;
    background-position: 20px 13px;
    border-radius: 6px;
    background-color: #fff;
    max-width: 400px;
}

.newsletterSignup input[type=text]::-webkit-input-placeholder {
    color: #fff;
}

.newsletterSignup input[type=text]:-moz-placeholder {
    color: #fff;
}

.newsletterSignup input[type=text]::-moz-placeholder {
    color: #fff;
}

.newsletterSignup input[type=text]:-ms-input-placeholder {
    color: #fff;
}
.newsletterSignup > div, .newsletterSignup > div[id$=divRegister] > div {
    text-align: left !important;
}
.newsletterSignup  span[id$=SubmitButton] input,
.newsletterSignup  span[id$=RegisterButton] input{
    transition: all 500ms ease;
    color: #ffffff;
    font-size: 15px;
    background-color: #ef4d23;
    border-color: #ef4d23;
    display: inline-block;
    padding: 11px 13px;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 6px;
    opacity: 1;
}
.newsletterSignup  span[id$=SubmitButton] input:hover,
.newsletterSignup  span[id$=RegisterButton] input:hover {
    color: #fff;
    background: #f4802b;
    border-color: #f4802b;
    opacity: 1;
}

.newsletterSignup #ctl0_ctl0_cphBody_ctl06_divCaptchaButtons input,
.newsletterSignup div[id$=divCaptchaButtons] input
{
    width: auto !important;
}

#ctl00_ctl00_cphBody_ctl04_divCaptchaButtons input {
    width: 90px !important;
}


/*main article styles*/

.contentArticle img {
    margin: 15px;
    height: auto;
}

.contentArticle .float-left, .contentArticle .float-right  {
    max-width: 40%;
    height: auto !important;
}

.contentArticle .float-left {
    margin-left: 0 !important;
}


.contentArticle .float-right {
    margin-right: 0 !important;
}

.contentArticle p {
    text-align: justify;
}

.contentArticle h1 {font-size: 32px; text-align: center;  line-height: 150%; margin-bottom: 20px;}
.contentArticle	h1.subtitle {font-size: 28px; line-height:150%}
.contentArticle	h2 {font-size: 24px; line-height: 150%}
.contentArticle .references h2 {font-size: 22px; margin-top: 30px}
/*.contentArticle .references {font-size: small;}*/
.contentArticle	h3 {font-size: 22px; font-style: italic;  line-height: 150%}
.contentArticle	h4 {font-size: 20px; font-weight: normal;  font-style: italic;  line-height: 150%}
.contentArticle	p.caption {margin: 5px 0px 10px 0px; text-align: center}
.contentArticle	img.centre {display: block; margin: 10px auto 10px auto;}
.contentArticle	img.floatright {float: right; margin: 10px 0 10px 10px;}
.contentArticle	img.floatleft {float: left; margin: 10px 10px 10px 0px;}
.contentArticle figure figcaption {font-size: medium; font-style: italic;}

.contentArticle a.auto-footnote {word-break: normal;}
.contentArticle a {word-break: break-all;}

// Added by Kenton to hide the search box.
   div.search-block {display: none !important}

/* Contact us form styling */

.form_fields {
    margin-top: 5px;
    max-width:500px;
}

.form_fields input.form-control, .form_fields textarea.form-control {
    width: 100%;
    background-color: #fff;
    font-size: 17px;
    color: black;
}

.form_fields input.form-control::placeholder, .form_fields textarea.form-control::placeholder {
    font-size: 15px;
    color: #8b8473;
}

.form_fields input.form-control::-webkit-input-placeholder, .form_fields textarea.form-control::-webkit-input-placeholder {
    font-size: 15px;
    color: #8b8473;
}

.form_fields input.form-control::-moz-placeholder, .form_fields textarea.form-control::-moz-placeholder {
    font-size: 15px;
    color: #8b8473;
}

.form_fields input.form-control:-ms-input-placeholder, .form_fields textarea.form-control:-ms-input-placeholder {
    font-size: 15px;
    color: #8b8473;
}

.form_fields input.form-control {
    border: 1px solid #dadee4;
    height: 40px;
    padding: 6.5px 12px;
    margin-bottom: 6px;
}

.form_fields textarea.form-control {
    height: auto;
    padding: 10px 12px;
    margin-bottom: 0;
    border: 1px solid #dadee4;
}

.form_fields input.sendbutton {
    margin: 10px auto 10px;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    transition: all 500ms;
    background-color: #ef4d23;
    border: 1px solid #ef4d23;
    padding: 10px 16px;
    display: inline-block;
    border-radius: 5px;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 18px;
}

.form_fields input.sendbutton:hover {
    opacity: .7;
}

@media (min-width: 768px) {

    .form_fields {
        font-size: 1.5rem;
        line-height: 3.45rem;
        padding-top: 15px;
    }

    .form_fields input.sendbutton {
        margin: 10px 0;
        padding: 9px 30px;
        font-size: 1.4rem;
    }
}

@media (min-width: 992px) {
    .form_fields {
        padding-right: 27px;
        padding-top: 20px;
    }
}

.cookies-homepage {
    background: #fff;
    color: #234C89;
    padding: 20px;
}

.cookies-homepage img {
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    margin-left: 10px;
    border: 1px solid #234C89;

}

@media (min-width: 992px) {
    .cookies-homepage {
        padding: 20px 220px;
    }
}

/* homepage cookies */

.cookies {
    background: #234C89;
    color: #fff;
    padding: 20px;
}

.cookies img {
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    margin-left: 10px;
}

@media (min-width: 992px) {
    .cookies {
        padding: 20px 220px;
    }
}

a[href^="https://www.addthis.com/"] {display:none !important;}