
/* 
    Created on : 19-Mar-2018, 11:36:26 AM
    Author     : mharris

    max-width 1430

    thumb aspect: 2.92:1(600X205)

    static header: 1920 X 450

    carousel: 1920 X 595
    
*/

body {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #777777;
}

h1, h2, h3, h4, h5, h5 {
    font-family: 'Dosis', sans-serif;
    text-align: center;
}

h1, h2 {
    text-transform: uppercase;
    font-size: 44px;
    color: #0056a3;
    margin-left: 20px;
    margin-right: 20px;
}

.no-text-transform {
    text-transform: none !important;
}

.gba-btn,
.gba-btn:active,
.gba-btn:focus {
    border-radius: 0;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    padding: 8px 45px;
    background: #0056a3;
    color: #fff;
    min-width: 190px;
}

.gba-btn:hover {
    color: #fff;
    background: #5590c5;
}

.view-all-btn .gba-btn.gba-btn-inv,
.view-all-btn .gba-btn.gba-btn-inv:active,
.view-all-btn .gba-btn.gba-btn-inv:focus,
.view-all-btn .gba-btn.gba-btn-inv:visited {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

body.vids-page #vid-browse {
    display: none;
}

.gba-btn.gba-btn-inv:hover {
    color: #000;
    background: #fff;
}

#masthead {}

/*

#leaderboard a {
    display: block;
    padding: 15px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin-bottom: 80px;
    transition: margin-bottom 0.5s;
}

*/

.nav-container {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 143px;
    transition: height 0.5s;
    z-index: 2000;
    background: #fff;
}

.sticky-main-nav .nav-container {
    height: 60px;
    border-bottom: 1px solid #ccc;
}

#leaderboard {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 80px;
    transition: margin-bottom 0.5s;
    min-height: 120px;
}

.sponsored-box {
	margin:0 auto;
	border: 1px solid #bbb;
	border-radius: 4px;
	padding: 10px;
	position: relative;
	max-width:750px;
	text-align: center;
}
.sponsored-label {
	position: absolute;
	top: -10px;
	left: 15px;
	background: #ffffff; /* same as page background */
	padding: 0 8px;
	font-size: 12px;
	color: #595959;
}

.sticky-main-nav #leaderboard {
    margin-bottom: 60px;
}

#leaderboard-hubs,
#leaderboard-footer {
    text-align: center;
    /*border-bottom: 1px solid #ccc;*/
    padding: 20px;
    /*margin-bottom: 80px;*/
    /*transition: margin-bottom 0.5s;*/
    min-height: 120px;
}

.sticky-main-nav #leaderboard {
    margin-bottom: 60px;
}

#leaderboard img,
#leaderboard-hubs img,
#leaderboard-footer img {
    /*border: 1px solid #d8d8d8;*/
}


#main-nav {
    max-width: 1360px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

a#top-logo {
    background: url(../images/gba-logo.png) center center no-repeat;
    background-size: contain;
    float: left;
    width: 250px;
    height: 50px;
    margin: 12px 0 0 12px;
    transition: height 0.5s;
}

.sticky-main-nav a#top-logo {
    height: 40px;
    margin-top: 10px;
}

#main-nav ul {
    list-style: none;
    float: right;
    padding: 0;
    margin: 0;
}

#main-nav ul li {
    float: left;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.3px;
    padding-top: 39px;
    padding-right: 6px;
    padding-bottom: 30px;
    padding-left: 6px;
    transition: padding-top 0.5s;
}

.sticky-main-nav #main-nav ul li {
    padding-top: 21px;
}

#main-nav ul li.search {
    background: url(../images/icon-search.png) center center no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    padding: 0;
    margin-top: 37px;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 5px;
    cursor: pointer;
    transition: margin-top 0.5s;
}

.sticky-main-nav #main-nav ul li.search {
    margin-top: 20px;
}

#main-nav .hamburger {
    position: relative;
    float: right;
    width: 34px;
    height: 34px;
    display: none;
    margin-top: 38px;
    margin-right: 30px;
    margin-bottom: 0;
    margin-left: 0;
    cursor: pointer;
    transition: margin-top 0.5s;
}

.sticky-main-nav #main-nav .hamburger {
    margin-top: 18px;
}

#main-nav .hamburger div {
    width: 100%;
    height: 4px;
    background: #0056a3;
    margin-bottom: 6px;
}

#main-nav .dropdown-nav {
    position: absolute;
    top: 100%;
    right: 0;
    width: 935px;
    z-index: 2000;
    background: rgba(255, 255, 255, 0.92);
    padding-left: 30px;
    overflow: hidden;
    height: 0;
    transition: height 0.2s;
}


#main-nav .dropdown-nav ul {
    float: none;
}

#main-nav .dropdown-nav > ul {
    display: flex;
}

#main-nav #about-dropdown,
#main-nav #about-us-dropdown {
    width: 935px;
}

#main-nav #about-dropdown.expanded,
#main-nav #about-us-dropdown.expanded {
    /*height: 342px;*/
    height:auto;
}

#main-nav #boating-dropdown {
    width: 935px;
}

#main-nav #boating-dropdown.expanded {
    /*height: 253px;*/
    height:auto;
}

#main-nav #mandate-priorities-fishing-dropdown,
#main-nav #fisheries-dropdown {
    width: 935px;
}

#main-nav #mandate-priorities-fishing-dropdown.expanded,
#main-nav #fisheries-dropdown.expanded {
    /*height: 173px;*/
    height:auto;
}

#main-nav #lands-forests-dropdown {
    width: 935px;
}

#main-nav #lands-forests-dropdown.expanded {
    /*height: 160px;*/
    height:auto;
}

#main-nav #water-dropdown {
    width: 935px;
}

#main-nav #energy-dropdown.expanded,
#main-nav #water-dropdown.expanded {
    /*height: 248px;*/
    height:auto;
}

#main-nav #mandate-priorities-gov-dropdown,
#main-nav #government-affairs-dropdown {
    width: 935px;
}

#main-nav #mandate-priorities-gov-dropdown.expanded,
#main-nav #government-affairs-dropdown.expanded {
    /* height: 248px;*/
    height:auto;
}


#main-nav #municipal-structure-and-protecting-the-coast-2-dropdown {
    width: 935px;
}
#main-nav #municipal-structure-and-protecting-the-coast-2-dropdown.expanded {    
    height:auto;
}


#main-nav #news-dropdown {
    width: 935px;
}

#main-nav #news-dropdown.expanded {
    /*height: 298px;*/
    height:auto;
}

#main-nav #news-dropdown ul li {
    max-width: 935px;
}

#main-nav #get-involved-dropdown {
    width: 935px;
}

#main-nav #get-involved-dropdown.expanded {
    /* height: 324px;*/
    height:auto;
}

#main-nav #search-dropdown {
    width: 935px;
}

#main-nav #search-dropdown.expanded {
    /*height: 100px;*/
    height:auto;
    padding-bottom: 30px;
}

#main-nav #search-dropdown form {
    margin: 29px 30px 0 0;
}

#main-nav #search-dropdown input,
#main-nav #search-dropdown button,
#mob-top-nav input,
#mob-top-nav button,
.main-content-search input,
.main-content-search button {
    border-radius: 0;
    height: 42px;
    font-size: 16px;
}

/*Mobile Sub Menu Indent*/
.sub_menu_indent{
    margin-left:15px;
}

#main-nav #search-dropdown button,
#mob-top-nav button,
.main-content-search button,
.main-content-search button:hover {
    color: #fff;
    background-color: #0055a3;
    border-color: #0055a3;
    font-family: 'Dosis', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}

#main-nav .dropdown-nav ul li {
    padding: 0 60px 0 25px;
    font-size: 16px;
    border-left: 1px solid #000;
    margin: 40px 0;
}

#main-nav .dropdown-nav > ul > li {
    width: 33%;
    flex-grow: 1;
}

#main-nav #news-dropdown.dropdown-nav > ul > li:first-child {
    width: 66%;
}

#main-nav .dropdown-nav ul li span {
    display: block;
    margin-bottom: 10px;
    color: #1a3b6e;
}

#main-nav .dropdown-nav ul li span a {
    color: #1a3b6e;
}

#main-nav .dropdown-nav ul li:first-child {
    border-left: none;
}

#main-nav .dropdown-nav ul ul {
    float: none;
}

#main-nav .dropdown-nav ul ul li {
    float: none;
    text-transform: none;
    padding: 10px 0;
    border-left: none;
    margin: 0;
}

#main-nav .dropdown-nav ul ul:first-child li:first-child {
    padding-top: 0;
    /*text-transform: uppercase;*/
}

#main-nav .dropdown-nav ul ul:first-child li:first-child a {
    /*color: #1a3b6e;*/
}

#main-nav .dropdown-nav ul ul li a {
    color: #777777;
}


/*Added by James*/
#main-nav .dropdown-nav ul ul li:last-child {
    padding-bottom:0px;
}

/*
Indented Drop Down
*/
#main-nav .dropdown-nav ul li ul li ul{
    padding-inline-start:30px;
    list-style: circle;
}


#headerCarousel {

}

#headerCarousel .carousel-inner .item,
#headerCarousel .carousel-inner .item.active,
#headerCarousel .carousel-inner .item.next,
#headerCarousel .carousel-inner .item.left {
    padding-bottom: 31%;
    height: 0;
    overflow: hidden;
}

#headerCarousel .carousel-inner>.item>a>img,
#headerCarousel .carousel-inner>.item>img,
#headerCarousel .carousel-inner>.item.active>a>img,
#headerCarousel .carousel-inner>.item.active>img,
#headerCarousel .carousel-inner>.item.next>a>img,
#headerCarousel .carousel-inner>.item.next>img,
#headerCarousel .carousel-inner>.item.left>a>img,
#headerCarousel .carousel-inner>.item.left>img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 3000px;
}

#headerCarousel .carousel-inner>.item>a>img.slide-update-cover,
#headerCarousel .carousel-inner>.item>img.slide-update-cover,
#headerCarousel .carousel-inner>.item.active>a>img.slide-update-cover,
#headerCarousel .carousel-inner>.item.active>img.slide-update-cover,
#headerCarousel .carousel-inner>.item.next>a>img.slide-update-cover,
#headerCarousel .carousel-inner>.item.next>img.slide-update-cover,
#headerCarousel .carousel-inner>.item.left>a>img.slide-update-cover,
#headerCarousel .carousel-inner>.item.left>img.slide-update-cover {
    width: auto;
    height: 100%;
    z-index: 1001;
}

#headerCarousel h1,
#headerCarousel h2,
#headerCarousel p {
    position: absolute;
    top: 16%;
    left: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 48px;
    transform: translate(-50%,0);
    z-index: 1100;
    margin-left: 0;
    margin-right: 0;
}

#headerCarousel h2 {
    top: 31%;
    font-size: 34px;
    font-weight: 400;
    padding: 0 100px;
}

#headerCarousel p {
    position: absolute;
    top: 50%;
    text-transform: none;
    text-align:  center;
    font-size: 18px;
    max-width: 800px;
    width: 70%;
}

.carousel .slide-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1002;
}

img.slide-update-cover:after {
    content: '';
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.25);
    height: 100%;
    width: 100%;
}

.carousel .item .buttons {
    position: absolute;
    top: 71%;
    width: 100%;
    text-align: center;
    color: #202e3d;
    z-index: 1100;
}

.carousel-control-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    left: 50%;
    transform: translate(-50%, 0);
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
    opacity: 0.5;
    width: 50px;
}

.carousel-control.right:hover ,
.carousel-control.left:hover {
    opacity: 1;
}

.carousel-control.right.disabled ,
.carousel-control.left.disabled {
    opacity: 0.1;
    cursor: no-drop;
}

.carousel .item .buttons .btn,
.view-all-btn .btn {
    background: #fff;
}

.carousel .item .buttons .btn:hover {
    background: #f1f1f1;
}

.carousel .item .buttons a,
.view-all-btn .btn {
    color: #202e3d;

}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    background: url(../images/chevron-right-white.svg) center center no-repeat;
    background-size: 30px 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    transform: rotate(180deg);
}

.glyphicon-chevron-right:before,
.glyphicon-chevron-left:before {
    content: '';
}

.news-hub {
    text-align: center;
    margin: 40px 0 60px;
}

.news-hub.news-hub-grey {
    background: #f3f3f3;
    padding-bottom: 60px;
    margin-bottom: 0px;
    padding-top: 40px;
    margin-top: 0;
}

.issues-hub + .news-hub {
    margin-top: 80px;
}

.news-hub-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.news-carousel {
    margin: 0 0 10px;
}

.news-carousel h3,
.news-carousel h5,
.news-carousel p,
.news-split-container h3,
.news-split-container h5,
.news-split-container p,
.news-grid-container h3,
.news-grid-container h5,
.news-grid-container p {
    color: #777777;
    text-align: left;
}

.news-carousel h3,
.news-split-container h3,
.news-grid-container h3 {
    font-size: 22px;
    margin-top: 12px;
}

.news-carousel h5,
.news-split-container h5,
.news-grid-container h5 {
    font-size: 15px;
    margin: 10px 0 0;
}

.news-carousel .no-thumb h5,
.news-split-container .no-thumb h5,
.news-grid-container .no-thumb h5 {
    margin-top: 0;
}

.news-carousel .carousel-inner .item,
.news-carousel .carousel-inner .item.active,
.news-carousel .carousel-inner .item.next,
.news-carousel .carousel-inner .item.left {
    padding: 0px 85px;
}

.news-carousel .carousel-control .glyphicon-chevron-left,
.news-carousel .carousel-control .glyphicon-chevron-right,
.news-carousel .carousel-control .icon-next,
.news-carousel .carousel-control .icon-prev {
    background: url(../images/chevron-right-dark.svg) center center no-repeat;
}

.news-carousel .carousel-control {
    background-color: #fff;
    opacity: 1;
}

#socialCarousel .carousel-control {
    background-color: #f1f1f1;
    opacity: 1;
}



.news-hub-grey .news-carousel .carousel-control {
    background-color: #f3f3f3;
}

#socialCarousel .carousel-control span {
    top: calc(50% - 41px);
}


.news-carousel .carousel-control .glyphicon,
#socialCarousel .carousel-control .glyphicon {
    opacity: 0.5;
}

.news-carousel .carousel-control .glyphicon:hover,
#socialCarousel .carousel-control .glyphicon:hover {
    opacity: 1;
}

.news-carousel .carousel-control.disabled .glyphicon,
#socialCarousel .carousel-control.disabled .glyphicon {
    opacity: 0.1;
}

.news-item {
    float: left;
    width: 25%;
    padding: 24px;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}

.vid-thumb .news-item:hover .headings-wrapper,
.vid-thumb .news-item:hover .mod-snippet,
.news-item:hover {
    opacity: 0.85;
}

.vid-thumb .news-item:hover,
.news-item.view-all:hover {
    opacity: 1;
}

.image-wrapper {
    height:0;
    overflow:hidden;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 34.16%;
}

.image-wrapper.vid-link  {
    padding-bottom: 56.25%;
}

.image-wrapper:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    background: #d3d5d8;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.no-thumb .image-wrapper {
    padding-bottom: 0;
}

.news-item img {
    width: 100%;
}

.newsletters .news-item {
    height: 450px;
}


#newsletter-signup-hub {
    border-top: 1px solid #202e3d;
    border-bottom: 1px solid #202e3d;
    padding: 5px 0;
    margin-bottom: 40px;
    margin-top: 40px;
}

.newsletter-signup-hub-container {
    position: relative;
    background: #f3f3f3;
    padding: 37px 0 22px;
    text-align: center;
}

#newsletter-signup-hub h2 {
    font-size: 28px;
}

.col-md-6 #newsletter-signup-hub h2 {
    margin: 0 0 40px;
}

.col-md-6 #newsletter-signup-hub {
    margin-top: 20px;
}

.col-md-6 .newsletter-signup-hub-container {
    padding: 37px 80px 22px;
}

.col-md-6 .hub-fixed {
    display: none;
}

p.full-snippet,
h3.full-title {
    display: none;
}

a.hub-fixed {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    background: #bebebe;
    color: #fff;
    border-bottom-left-radius: 26px;
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    padding: 16px 26px 16px 30px;
    text-transform: uppercase;
}

a.hub-fixed-lt {
    background: #d8d8d8;
    color: #0056a3;
    font-weight: bold;
    height: 53px;
    width: auto;
    z-index: 1999;
}

a.hub-fixed-lt .short-version {
    position: relative;
    display: none;
    padding-right: 32px;
}

a.hub-fixed-lt.hub-fixed-short .short-version {
    display: inline;
}

a.hub-fixed-lt .short-version:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 24px;
    height: 24px;
    right: 0;
    top: -2px;
    background: url(../images/icon-contribute.png) center center no-repeat;
    background-size: 24px 24px;
}

a.hub-fixed-lt .full-version {
    position: relative;
    padding-right: 32px;
}

a.hub-fixed-lt.hub-fixed-short .full-version {
    display: none;
}

a.hub-fixed-lt .full-version:after,
#contribute-cta-mob a:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 24px;
    height: 24px;
    right: 0;
    top: -2px;
    background: url(../images/blue-circle-chevron.png) center center no-repeat;
    background-size: 22px 22px;
}

#contribute-cta-mob {
    width: 100%;
    background: #d8d8d8;
    color: #0056a3;
    font-weight: bold;
    height: 53px;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    text-align: center;
    display: none;
}

#contribute-cta-mob a {
    position: relative;
    padding-right: 32px;
    display: inline-block;
    margin: 17px auto;
    font-size: 16px;
}

#contribute-cta-mob a:after {
    width: 22px;
    height: 22px;
    top: 0;
    background-size: 20px 20px;
}

.form-group {
    position: relative;
}

#newsletter-signup-form .form-control {
    border-radius: 0;
    padding: 21px 15px;
    height: 43px;
    width: 190px;
}

#newsletter-signup-form select.form-control,
#contribution-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff !important;
    background: url(../images/chevron-up-down-grey.svg) no-repeat;
    background-position: 97% 10px;
    width: 190px;
    text-indent: 0.01px;
    text-overflow: "";
    color: #929292;
    background-size: 21px 21px;
    padding: 0 0 0 12px;
}

.newsletter-signup-hub-container p {
    font-size: 14px;
    margin-top: 20px;
}

.newsletter-signup-hub-container p a {
    text-decoration: underline;
    color: #777777;
}

.col-md-6 #newsletter-signup-form .form-control,
.col-md-6 #newsletter-signup-form select.form-control {
    width: 100%;
}

#unsubcsribe-form .form-control {
    width: 300px;
}

#other-form-group {
    display: none;
}

.form-break {
    display: none;
    height: 10px;
}


.form-err {
    position: absolute;
    background: #fff;
    padding: 5px 10px;
    width: 260px;
    top: -60px;
    text-align: center;
    left: 0;
    border-radius: 5px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.24);
    border: 1px solid #ca1010;
    color: #ca1010;
    z-index: 1000;
    display: none;
}

#contribution-form .form-control {
    border-radius: 0;
    padding: 0px 15px;
    height: 43px;
}

#contribution-form select.form-control {
    width: 100%;
}

#contribution-form textarea.form-control {
    border-radius: 0;
    padding: 12px;
    height: 100px;
}

#assoc-info-wrapper {
    display: none;
}

.input-group-addon:first-child {
    border-radius: 0;
}

.issues-hub {
    background: #0056a3;
    color: #fff;
    margin: 40px 0 0px;
}

.issues-hub.light {
    background: #f3f3f3;
    color: #0056a3;
    margin: 40px 0 50px;
}

.issues-hub h2,
.issues-hub h3 {
    color: #fff;
}

.issues-hub.light h2,
.issues-hub.light h3 {
    color: #0056a3;
}

.issues-hub h2 {
    font-size: 40px;
}

.issues-hub.issues-hub-social h2 {
    margin-left: 0;
    margin-right: 0;
}

.issues-hub h3 {
    font-size: 24px;
    text-align: left;
    margin: 9px 0 20px;
}

.issues-hub-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 50px 40px;
}

.issues-hub-social .issues-hub-container {
    /*padding: 20px 50px 40px 0;*/
}

.issues-hub-item {
    float: left;
    width: calc(50% - 90px);
    padding: 6px 0 0 60px;
    /* border-left: 1px solid #fff; */
    margin: 35px 0 0 60px;
    position: relative;
    line-height: 1.6;
}

.item-count1 .issues-hub-item {
    width: 72%;
    margin-left: 15%;
}


.issues-hub-item:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -30px;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 100px;
    z-index: 1000;
}

.issues-hub-item:after {
    content: "";
    position: absolute;
    top: 55px;
    bottom: 0;
    left: 0;
    width: 1px;
    background: #fff;
    z-index: 1000;
}

.light .issues-hub-item:before {
    border: 2px solid #0056a3;
}

.light .issues-hub-item:after {
    background: #0056a3;
}

.issues-hub-item.icon_land:before {
    background: url(../images/icon-land.svg) center center no-repeat;
    background-size: 29px 29px;
}

.issues-hub-item.icon_land_blue:before {
    background: url(../images/icon-land-blue.svg) center center no-repeat;
    background-size: 29px 29px;
}

.issues-hub-item.icon_water:before {
    background: url(../images/icon-water.svg) center center no-repeat;
    background-size: 27px 27px;
}

.issues-hub-item.icon_water_blue:before {
    background: url(../images/icon-water-blue.svg) center center no-repeat;
    background-size: 29px 29px;
}

.issues-hub-item.icon_light_bulb_blue:before {
    background: url(../images/icon-light-bulb-blue.png) center center no-repeat;
    background-size: 100% 100%;
    border: 2px solid #0056a3;
}

.issues-hub-item.icon_insta_blue:before {
    background: url(../images/instagram-gb-blue.svg) center center no-repeat;
    background-size: 28px 28px;
    border: 2px solid #0056a3;
}

.issues-hub-item.icon_fb_blue:before {
    background: url(../images/facebook-gb-blue.svg) center center no-repeat;
    background-size: 26px 26px;
    border: 2px solid #0056a3;
}

.issues-hub ul {
    padding-left: 18px;
}

.issues-hub ul li {
    padding-left: 18px;
}

.issues-hub-item p {
    overflow: hidden;
    font-size: 14px;
}

.issues-hub-item a,
.issues-hub-item li {
    font-size: 14px;
}


.focus-hub {
    margin: 0;
    text-align: center;
}

.focus-hub.item-count-0 {
    display: none;
}

.focus-hub-container {
    width: 100%;
}

.focus-hub-item {
    float: left;
    width: calc(25% - 6px);
    margin: 8px 8px 8px 0;
    background: center center no-repeat;
    background-size: cover;
    padding: 60px 20px 160px;
    position: relative;
    height: 500px;
}

.focus-hub-item.default-bg {
    background: -webkit-linear-gradient(0deg, #0055a3,#5d7b96, #95acc1);
    background: -o-linear-gradient(0deg, #0055a3,#5d7b96, #95acc1);
    background: -moz-linear-gradient(0deg, #0055a3,#5d7b96, #95acc1);
    background: linear-gradient(0deg, #0055a3,#5d7b96, #95acc1);
}

.item-count-3 .focus-hub-item {
    width: calc(33.33% - 5.33px);
}


.focus-hub-item:last-child {
    margin-right: 0;
    float: right;
}

.item-count-3 .focus-hub-item:nth-child(3) {
    margin-top: 8px;
}

.focus-hub h2,
.focus-hub h3 {
    color: #fff;
}

.focus-hub h2 {
    font-size: 44px; 
    font-weight: 400;
    margin: 0 0 32px;
    height: 90px;
}

.focus-hub h4 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.focus-hub ul {
    list-style: none;
    padding: 0;
    position: relative;
    padding-bottom: 40px;
}

.focus-hub ul li {
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 4px 0;
}

.focus-hub p {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 0;
}

.focus-hub-item:after {
    content:    "";
    position: absolute;
    width: 56px;
    height: 56px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -100%);
    background: url(../images/icon-more-white.svg) center center no-repeat;
    background-size: 56px 56px;
}

.focus-hub-item > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}

#focusCarousel {
    padding-bottom: 70px;
}

#focusCarousel .carousel-indicators li {
    width: 84px;
    height: 3px;
    margin: 0 3px;
    background-color: #ccc;
    border: none;
}

#focusCarousel .carousel-indicators .active {
    background-color: #0056a3;
    margin: 0 4px;
}

#social-hub {
    text-align: center;
    margin: 10px 0 0px;
    background: #f1f1f1;
    padding-bottom: 20px;
}

.social-hub-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
}

#social-hub-fb {
    /*    float: left;
        width: 50%;*/
}

#social-hub-instagram {
    text-align: center;
}

#instagram-page-container {
    margin: 0 auto;
    width: 326px;
    margin-top: 32px;
}

#fb-page-container {
    margin-top: 36px;
    width: 326px;
    margin: 36px auto 0;
}


ul.social-filter {
    list-style: none;
    width: 300px;
    margin: 0 auto;
    padding: 10px 0 90px;
}

ul.social-filter li {
    float: left;
    width: 33%;
    height: 48px;
    position: relative;
    cursor: pointer;
}

ul.social-filter li.ig-filter {
    background: url(../images/instagram-black.svg) center center no-repeat;
    background-size: 30px 30px;
}

ul.social-filter li.fb-filter {
    background: url(../images/facebook-blk.svg) center center no-repeat;
    background-size: 30px 30px;
}

ul.social-filter li.img-filter {
    background: url(../images/icon-img-blk.svg) center center no-repeat;
    background-size: 36px 36px;
}

ul.social-filter li.vid-filter {
    background: url(../images/icon-vid-blk.svg) center center no-repeat;
    background-size: 32px 32px;
}  

ul.social-filter li.active:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 28px;
    height: 5px;
    background-color: #0056a3;
    transform: translate(-50%, 0);
}

#socialCarousel .carousel-inner .item,
#socialCarousel .carousel-inner .item.active,
#socialCarousel .carousel-inner .item.next,
#socialCarousel .carousel-inner .item.left {
    padding: 0px 85px;
}

#socialCarousel .carousel-control .glyphicon-chevron-left,
#socialCarousel .carousel-control .glyphicon-chevron-right,
#socialCarousel .carousel-control .icon-next,
#socialCarousel .carousel-control .icon-prev {
    background: url(../images/chevron-right-dark.svg) center center no-repeat;
}

#socialCarousel .news-item {
    padding: 10px 10px 80px;
}

p.fb-message {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 1000;
    font-size: 14px;
    color: #777;
    padding: 0 10px;
}

.news-item.image div {
    position: relative;
    height: 0;
    padding: 0 0 83.33%;
    overflow: hidden;
}

.news-item.image div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.news-item.match-width img {
    width: 110%;
}

.news-item.match-height img {
    width: auto;
    height: 110%;
}

.news-item.view-all a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 21px;
}

#sponsor-hub {
    background: #f3f3f3;
}

.sponsor-hub-container {
    padding: 50px 0;
    max-width: 1400px;
}

#sponsor-hub h2 {
    float: left;
    width: 20%;
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    color: #878787;
    padding-top: 17px;
    text-align: right;
}

#sponsor-hub ul {
    list-style: none;
    float: left;
    width: 75%;
}

#sponsor-hub ul li {
    float: left;
    width: 25%;
    text-align: center;
}

#sponsor-hub ul li img {
    max-height: 70px;
    max-width: 300px;
}

footer {
    background: #878787;
    color: #fff;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}

footer a.logo {
    display: block;
    width: 240px;
    height: 180px;
    background: url(../images/gba-logo-white.svg) center center no-repeat;
    background-size: 200px 200px;
    margin: 0 auto;
}

footer p {
    text-align: center;
    font-size: 12px;
    color: #ccc;
    margin: 20px 0 40px;
    padding: 0 20px;
}

footer ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    font-family: 'Dosis', sans-serif;
}

footer ul li {
    display: inline-block;
}

footer ul.footer-menu li {
    text-transform: uppercase;
    padding: 0 20px;
    letter-spacing: 0.3px;
    font-size: 16px;
    font-weight: 600;
}

footer ul.footer-menu li a {
    color: #fff;
    text-decoration: none;
}

footer ul.footer-menu li a:hover {
    color: #f0f0f0;
    text-decoration: underline;
}

footer hr {
    clear: both;
    max-width: 800px;
}

ul.social-memu {
    margin: 30px 0 30px;
}

ul.social-memu li {
    width: 48px;
    height: 48px;
    margin: 0 30px;
    position: relative;
}

ul.social-memu li.fb-link {
    background: url(../images/facebook-white.svg) center center no-repeat;
    background-size: 36px 36px; 
}

ul.social-memu li a {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

ul.social-memu li.tw-link {
    background: url(../images/twitter-white.svg) center center no-repeat;
    background-size: 36px 36px; 
}

ul.social-memu li.yt-link {
    background: url(../images/yt-white.svg) center center no-repeat;
    background-size: 40px 40px; 
}

ul.social-memu li.ig-link {
    background: url(../images/instagram-white.svg) center center no-repeat;
    background-size: 36px 36px; 
}


ul.footer-links {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #ccc;
}

ul.footer-links li {
    margin: 0 40px;
    font-size: 14px;
}

ul.footer-links a,
ul.footer-links a:visited,
ul.footer-links a:active,
ul.footer-links a:focus {
    color: #ccc;
}

ul.footer-links a:hover {
    color: #fff;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2999;
    background-color: rgba(0, 0, 0, 0.48);
    top: 0;
    display: none;
}

#static-header {
    position: relative;
}

#static-header h1 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 44px;
    transform: translate(0, -50%);
    z-index: 100;
    margin: 0;
}

#static-header img {
    width: 100%;
}

#main-content {

}

.main-content-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 70px 70px 50px;
}

.main-content-left {
    float: left;
    width: calc(100% - 400px);
}

.main-content-left img {
    float: left;
    margin: 50px 50px 50px 0;
}

.big-box {
    float: right;	
	/*margin:0 auto;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 20px 10px 10px 10px;
	position: relative;
	max-width:320px;
	text-align: center;*/
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    z-index: 1020;
  }
}

.sponsored-big-box {
	margin:0 auto;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 20px 10px 10px 10px;
	position: relative;
	max-width:320px;
	text-align: center;
}

.sponsored-big-box > div,
.sponsored-big-box > div > div {
	margin-bottom:25px;
}

.news-split-a {
    float: left;
    width: calc(75% - 10px);
    padding-right: 0;
}

.news-split-a.item-count-2 {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.news-split-b {
    float: right;
    width: calc(25% + 10px);
}

.news-split-b.item-count-2 {
    float: right;
    width: 50%;
}

.item-count-3 .news-item {
    width: calc(33.33% - 8px);
}

.item-count-2 .news-item {
    width: 50%;
}

.item-count-1 .news-item {
    width: 100%;
}

.news-split-b .news-link:nth-child(2) .news-item {
    border-left: 1px solid #0056a3;
    padding-left: 38px;
}

.news-split-b.item-count-2 .news-link:nth-child(2) .news-item {
    padding-right: 10px;
    padding-left: 27px;
}

.news-split-b.item-count-2 .news-link:nth-child(3) .news-item {
    padding-right: 16px;
    padding-left: 20px;
}

.news-split-b .news-item,
.news-split-a .news-item {
    padding: 0 16px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.news-split-b.item-count-2 .news-item {
    padding-left: 20px;
    padding-right: 12px;
}

.news-item.row-clear {
    clear: left;
}

.news-split-b .gba-btn {
    background: #4f4f4f;
}

.news-split-a h3,
.news-grid-container h3 {
    color: #0056a3;
}

.news-split-a h2 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 19px;
}

.news-split-b h2 {
    color: #777777;
    margin-left: 0;
    margin-right: 0;
    padding-left: 19px;
}

#breadcrumbs {

}

.breadcrumbs-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

.breadcrumbs-container ul {
    list-style: none;
    padding: 0;
}

.breadcrumbs-container ul li {
    float: left;
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.breadcrumbs-container ul li:before {
    content: '::';
    padding: 0 5px;
}

.breadcrumbs-container ul li:first-child:before {
    content: '';
    padding: 0;
}

.single-article {
    padding: 0 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.single-article h2,
.single-article h3,
.single-article h4,
.single-article h5,
.single-article h6,
.main-content-left h2,
.main-content-left h3,
.main-content-left h4,
.main-content-left h5,
.main-content-left h6 {
    text-align: left;
    margin-left: 0;
    margin-bottom: 30px;
    padding-left: 0;
    font-weight: bold;
    color: #6f6f6f;
}

.main-content-left h2:first-child,
.main-content-left h3:first-child,
.main-content-left h4:first-child,
.main-content-left h5:first-child,
.main-content-left h6:first-child {
    margin-top: 0;
}

.single-article h2 {
    text-transform: none;
    font-size: 44px;
}

.XXXXXXsingle-article > h2:first-child:after {
    content: 'share';
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: -36px;
    height: 64px;
    background: url(../images/icon-share-blue.svg) top center no-repeat;
    background-size: 36px 36px;
    padding: 39px 20px 0;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.single-article h3 {
    /*margin-bottom: 50px;*/
}

.single-article ul {
    margin-bottom: 20px;
}

.single-article li {
    margin-bottom: 10px;
}

.single-vid-container {
    text-align: center;
    margin: 40px auto;
    max-width: 800px;
}


h2.loading {
    color: #ccc;
    background: url(../images/spinner-2x.gif) calc(50% + 3em) center no-repeat;
    height: 220px;
    padding-top: 80px;
}

.image-wrapper.vid-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.16) url(../images/icon-vid-wh.svg) center center no-repeat;
    z-index: 1000;
    background-size: 56px 56px;
    opacity: 0.8;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.vid-link:hover:after {
    opacity: 1;
}

#vid-popout-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.74);
    z-index: 3000;
    display: none;
}


#vid-container {
    position: absolute;
    width: calc(100% - 80px);
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #00000075;
    box-shadow: 0 0 10px #00000073;
    padding: 30px;
    max-width: 800px;
}

#vid-close {
    position: absolute;
    top: -32px;
    right: -32px;
    width: 64px;
    height: 64px;
    background: #000 center center no-repeat;
    cursor: pointer;
    z-index: 1000;
    border-radius: 5em;
}

#vid-close:before, #vid-close:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background-color: #fff;
    top: 48%;
    left: 51%;
    -ms-transform: translate(-50%, 0) rotate(45deg);
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg);
}

#vid-close:after {
    -ms-transform: translate(-50%, 0) rotate(-45deg);
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg);
}

.view-all-btn {
    text-align: center;
    padding-top: 20px;
}

.view-all-btn a {
    margin-bottom: 20px;
}

#vid-desc {
    color: #d0d0d0;
    font-size: 14px;
    padding-top: 20px;
}

#static-header.news {
    background: #0055a3;
    height: 140px;
}

.news-page .news-hub {
    margin-top: 10px;
}

#filter {
    margin-top: 30px;
}

.filter-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 45px;
}

a.filter-toggle {
    position: relative;
    float: left;
    border-left: 1px solid #337ab7;
    border-right: 1px solid #337ab7;
    border-top: 1px solid #337ab7;
    border-bottom: 1px solid #337ab7;
    padding: 10px 70px;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: -1px;
    transition: all 0.3s;
}

a.filter-toggle.open {
    border-bottom: 1px solid #fff;
}

a.filter-toggle:hover,
a.filter-toggle:visited,
a.filter-toggle:active,
a.filter-toggle:focus {
    text-decoration: none;
}

a.filter-toggle:visited,
a.filter-toggle:active,
a.filter-toggle:focus {
    color: #337ab7;
}

a.filter-toggle span {
    position: absolute;
    top: 0;
    right: calc(50% - 62px);
    bottom: 0;
    width: 20px;
    padding: 0;
    background: url(../images/chevron-right-blue.svg) center center no-repeat;
    background-size: 12px 12px;
    transform: rotate(90deg);
    transition: all 0.3s;
    z-index: 1000;
}

a.filter-toggle.open span {
    transform: rotate(-90deg);
}


.filter-container span.filter-count {
    float: left;
    padding: 10px 40px;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #ccc;
}

.filter-panel {
    clear: left;
    padding: 0;
    height: 0;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    transition: all 0.4s;
}

.filter-panel > div {
    border-top: 1px solid #337ab7;
    border-left: 1px solid #337ab7;
    border-right: 1px solid #337ab7;
    padding: 20px;
}

.filter-panel.expanded {
    border-bottom: 1px solid #337ab7;
}

.filter-col {
    float: left;
    /*margin-right: 20px;*/
}

.filter-col ul ul li:last-child {
    margin-bottom: 5px;
}

.filter-panel ul {
    /*float: left;*/
    padding: 0;
    margin-bottom: 0;
}

.filter-panel h6 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    color: #337ab7;
}

.filter-panel ul li {
    list-style: none;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    color: #337ab7;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 5px 20px;
}

.filter-panel.filter-panel-videos ul li {
    float: left;
    text-transform: none;
    color: #777;
}

.filter-panel ul ul li {
    text-transform: none;
    color: #777777;
    padding: 2px 0 2px 42px;
}

.filter-panel input {
    margin-right: 8px;
}

.filter-panel.filter-panel-videos hr {
    margin-top: 10px;
    margin-bottom: 0px;
}

.news-loading {
    background: url(../images/loader.gif) center center no-repeat;
    height: 46px;
    display: none;
}

ul#filter-tags {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

ul#filter-tags li,
button#clear-tags {
    float: left;
    position: relative;
    background: #0054a3;
    border: 1px solid #0054a3;
    padding: 5px 35px 5px 10px;
    color: #fff;
    margin: 0 10px 10px 0;
    font-family: 'Dosis', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    display: none;
}

ul#filter-tags li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    background: url(../images/icon-x-white.svg) center center no-repeat;
    background-size: 9px 9px;
    z-index: 1000;
    cursor: pointer;
}

button#clear-tags {
    background: #fff;
    color: #0054a3;
    font-weight: bold;
    padding: 5px 20px;
    cursor: pointer;
}

.eupdate-email h3 {
    text-align: left;
    margin-bottom: 30px;
}

.past-newsletters ul {
    list-style: none;
    padding: 0;
    border-top: 1px solid #ccc;
    margin-right: 80px;
}

.past-newsletters ul li {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

#directors-articles-info{
    border-top:none;
    margin-top: -60px;
}

.issue-img {
    padding: 8px 20px;
    background: #fff;
    width: 96%;
    margin-bottom: 10px;
}

.issue-img img {
    width: 100%;
}

ul.member-assoc {
    list-style: none;
    padding: 0;
    border-top: 1px solid #ccc;
}

ul.member-assoc li {
    border-bottom: 1px solid #ccc;
    padding: 4px 0;
}

.wp-caption.alignleft,
img.alignleft {
    float: left;
    margin: 0 40px 20px 0;
}

.wp-caption.alignright,
img.alignright {
    float: right;
    margin: 0 0 20px 40px;
}

.wp-caption.aligncenter,
.wp-caption.alignnone,
img.aligncenter,
img.alignnone {
    float: none;
    display: block;
    margin: 30px auto;
}

.wp-caption-text {
    font-size: 14px;
}

.issues-hub-item a,
.issues-hub-item a:visited,
.issues-hub-item a:active,
.issues-hub-item a:focus {
    color: #fff;
}

.issues-hub-item a:hover {
    color: #cce1f5;
}

.light .issues-hub-item a,
.light .issues-hub-item a:visited,
.light .issues-hub-item a:active,
.light .issues-hub-item a:focus {
    color: #5f98ce;
}

.light .issues-hub-item a:hover {
    color: #00386b;
}

.light .issues-hub-item a.gba-btn,
.light .issues-hub-item a.gba-btn:visited,
.light .issues-hub-item a.gba-btn:active,
.light .issues-hub-item a.gba-btn:focus {
    color: #fff;
}

.main-content-left h2 {
    text-align: left;
    margin-left: 0;
}

#share-btn a {
    float: right;
    padding: 5px 40px 3px;
    font-size: 12px;
    color: #9a9a9a;
    background-color: #fff !important;
    padding: 0;
    font-size: 12px;
    width: 64px;
    height: 64px;
    position: relative;
}

#share-btn a:before {
    content: 'share';
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    height: 64px;
    background: url(../images/icon-share-blue.svg) top center no-repeat;
    background-size: 36px 36px;
    padding: 47px 20px 0;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.directors-listing {
    margin-top: 60px;
    padding: 0;
    max-width: 950px;
}

.directors-listing h5,
.directors-listing h6 {
    font-size: 18px;
    font-family: Ariel, sans-serif;
}

.directors-listing img {
    width: 150px;
    float: right;
    height: auto;
}



.directors-listing .row {
    padding: 20px 0;
    border-top: 1px solid #ccc;
    margin: 0;
}

.directors-listing .row:last-child {
    border-bottom: 1px solid #ccc;
}

.directors-listing .row div {
    padding: 0 40px 0 0;
}

.directors-listing .row div:last-of-type {
    padding: 0;
}

.screen-reader-text {
    display: none;
}

.mob-social-cta {
    display: none;
}

.mob-social-cta a {
    display: none;
}

.mob-social-cta a.active {
    display: inline-block;
}

.main-content-search {
    background: #f3f3f3;
    border-bottom: 1px solid #e2e2e2;
}

.main-content-search .main-content-container { 
    padding: 70px 0;
    max-width: 720px;
    margin: auto;
}

body.eupdate-email .main-content-container {
    padding-top: 40px;
}

.mob-only,
.tab-only {
    display: none;
}

#mapDescription {
    padding:0px;
}

/* Newsletter Viewer */

body.newsletter-viewer #main-content {
    background-color: #efefef;
}

ul.newsletter-toc {
    list-style: none;
    width: 250px;
    background: #fff;
    padding: 0 0 20px;
    border: 1px solid #0055a3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
    float: left;
}

ul.newsletter-toc li {
    padding: 0;
    border-bottom: 1px solid #0055a3;
}

ul.newsletter-toc li.active {
    padding: 10px 0 10px 20px;
    background: #eef4f9;
}

ul.newsletter-toc li a {
    padding: 10px 0 10px 20px;
    display: block;
}

ul.newsletter-toc li:hover {
    background: #eee;
}

ul.newsletter-toc li a:hover {
    text-decoration: none;
}

#newsletter-page {
    float: right;
    width: calc(100% - 270px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
    background: #fff;
    border: 1px solid #0055a3;
}

#newsletter-page .newsletter-article-content {
    padding: 40px;
}

#newsletter-page h3 {
    color: #0055a3;
    font-size: 36px;
    text-align: left;
    padding: 40px 0;
    margin: 0 40px;
    border-bottom: 1px solid #0055a3;
}

#photo-modal .modal-dialog {
    max-width: 600px;
    margin: 120px auto 30px;
}

#photo-modal h4 {
    text-transform: uppercase;
    font-size: 24px;
    color: #0055a3;
}

#photo-modal .modal-message {
    padding: 40px;
    text-align: center;
}

a[data-toggle=tooltip] {
    color: #fff;
    background: #0055a3;
}

.src-cat {
    color: #fff;
}

.src-cat-news {
    background: #c34141;
}

.src-cat-articles {
    background: #258E28;
}

.src-cat-embedded-news {
    background: #e69090;
}

.src-cat-embedded-articles {
    background: #84bb85;
}


/* Board Of Directors Start */

.ourDirectors {
    width: 67.5%;
}
.ourDirectors__wrapper {
    display: flex;
    padding: 0 30px;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    padding-top: 86px;
    align-items: flex-start;
    margin-bottom: 30px;
}
.ourDirectors__top h2 {
    color: #6F6F6F;
    text-align: left;
    line-height: 55px;
    margin: 0;
    margin-bottom: 29px;
    text-transform: none;
}
.ourDirectors__top {
    margin-bottom: 35px;
}
.ourDirectors__listItem__image {
    width: 160px;
    height: 200px;
}
.ourDirectors__listItem__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ourDirectors__listItem {
    display: flex;
    gap: 40px;
    text-decoration: none !important;
    outline: none !important;
}
.executive .ourDirectors__listItem {
    gap: 30px;
}
.ourDirectors__listItem__name {
    font-size: 22px;
    line-height: 20px;
    font-weight: 700;
    color: #6F6F6F;
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
}
.ourDirectors__listItem__separator {
    width: 100%;
    height: 1px;
    background-color: #000000;
}
.ourDirectors__listItem__content {
    width: 300px;
}
.ourDirectors__listItem__position {
    font-size: 18px;
    line-height: 20px;
    color: #6F6F6F;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.ourDirectors__list {
    margin-bottom: 50px;
}

.ourDirectors__listTitle h3 {
    font-weight: 700;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 31px;
    color: #6f6f6f;
}

.ourDirectors__listItem__name br,
.ourDirectors__listItem__info br {
    display: none;
}
.ourDirectors__listItem__info p {
    margin-bottom: 0;
    color: #6F6F6F;
    font-weight: 700;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    font-size: 18px;
}

.ourDirectors__listItem {
    margin-bottom: 40px;
}
.ourDirectors__listItem__name + .ourDirectors__listItem__position {
    margin-top: -2px;
}
.ourDirectors__listItem__separator {
    margin-bottom: 10px;
}
.ourDirectors__listItem__separator + .ourDirectors__listItem__info {
    margin-top: 16px;
}
.ourDirectors__listItem__position + .ourDirectors__listItem__separator {
    margin-top: 10px;
}
.ourDirectors__listItem__separator:first-child {
    display: none;
}
.ourDirectors__listItem.no-image .ourDirectors__listItem__content {
    width: 100%;
}
.ourDirectors__listItem.no-image .ourDirectors__listItem__content br {
    display: block;
}
.ourDirectors__listItem.no-image .ourDirectors__listItem__content strong br {
    display: none;
}
.ourDirectors__listItem.no-image .ourDirectors__listItem__info p,
.ourDirectors__listItem.no-image .ourDirectors__listItem__info a{
    color: #777;
    font-weight: 400;
    font-family: "Arial", sans-serif;
    text-decoration: none;
}
.ourDirectors__listItem__info strong {
    margin-top: 30px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 18px;
}
.ourDirectors__listItem__info > h2 {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    margin-bottom: 0;
    color: #6F6F6F;
    font-weight: 700;
    text-transform: none;
}

/* Board Of Directors End */


/* Single People Page Start */

.singlePeople__wrapper {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.singlePeople__contentWrapper {
    width: 64.65%;
    display: flex;
    justify-content: space-between;
}

.singlePeople__box {
    width: 29.5%;
}
.singlePeople__image img {
    width: 100%;
    aspect-ratio: 0.8 / 1;
    object-fit: cover;
}
.singlePeople__content {
    width: 64.75%;
}
.singlePeople__email a,
.singlePeople__phone a {
    font-size: 18px;
    line-height: 29.5px;
    text-decoration: underline;
    color: #0057AD;
}
.singlePeople__email a:hover,
.singlePeople__phone a:hover {
    color: #23527c;
}
.singlePeople__image {
    margin-bottom: 12px;
}
.singlePeople__socialsItem {
    display: flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
}
.singlePeople__socials {
    margin-top: 8px;
    display: flex;
    gap: 8px;
}
.singlePeople__socialsItem img {
    width: 26px;
    height: 26px;
}
.singlePeople__socialsItem.x img {
    width: 23px;
    height: 23px;
}
.singlePeople__box {
    margin-top: 9px;
}
.singlePeople__wrapper {
    padding-top: 96px;
    padding-bottom: 95px;
}
.singlePeople__name {
    margin: 0;
    text-align: left;
    color: #6F6F6F;
    text-transform: none;
    margin-bottom: 2px;
    position: relative;
    line-height: 55px;
}
.singlePeople__text p {
    line-height: 22px;
    font-size: 18px;
}
.singlePeople__text p:last-child {
    margin-bottom: 0;
}
.singlePeople__separator {
    background-color: #000;
    width: 300px;
    height: 1px;
}
.singlePeople__position {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #6F6F6F;
    font-family: "Inter", sans-serif;
    margin-top: 16px;
}
.singlePeople__association {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
    color: #6F6F6F;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}
.singlePeople__text {
    margin-top: 20px;
}
.singlePeople__info {
    display: flex;
    gap: 15px;
    align-items: center;
}
.singlePeople__pronunciationPopup__toggle,
.singlePeople__audioIcon {
    cursor: pointer;
}
.singlePeople__pronunciationPopup__toggle img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    object-position: center;
}
.singlePeople__audioIcon img {
    width: 32px;
    height: 26px;
    object-fit: contain;
    object-position: center;
}
.singlePeople__pronouns {
    text-transform: capitalize;
    color: #6f6f6f;
    font-size: 18px;
}
.singlePeople__info {
    margin-bottom: 25px;
}
.singlePeople__namePronunciation::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    bottom: -7px;
    left: calc(50% - 8px);
    background: #0055a3;
    z-index: 2;
}
.singlePeople__namePronunciation {
    position: absolute;
    z-index: 10;
    background: #0055a3;
    padding: 12px 24px;
    top: -52px;
    left: 130px;
    transform: translate(-50%, 0);
    width: auto;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    font-size: 0.875rem;
    letter-spacing: 2px;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    transition: .3s;
}
.singlePeople__namePronunciation.active {
    opacity: 1;
    visibility: visible;
}
.singlePeople__image.mobile,
.singlePeople__email.mobile,
.singlePeople__phone.mobile,
.singlePeople__socials.mobile {
    display: none;
}
/* Single People Page End */
