/* GENERAL STYLES
==============================================================*/
.search-filter-results p {
    display: none;
}

.nav_social ul {
    margin: 0 10px 0 0;
}
.nav_social ul li {
    display: inline-block;
    zoom: 1;
    box-sizing: border-box;
    padding: 0 10px;
}
.nav_social ul li a {
    color: #fff;
}

.nav_social ul li a:hover {
    color:#003359;
}
.site-wrapper {
	overflow: hidden;
}

.search-filter-results h2 a {
    color: #014f6e; !important;
}

.search-filter-results h2 a:hover {
    color: #0099cc !important;
}

.projects img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.full_article .project_sidebar h2 {
    font-size:20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.project_sidebar h4 {
    font-weight: bold !important;
    color: #014f6e;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

.project_sidebar label { font-size: 13px !important; }
.project_sidebar ul {
    margin-bottom: 10px !important;
}
.project_sidebar ul li {
    padding: 0 !important;
}

.project_sidebar input[type="submit"] {
    margin-top: 10px !important;
    padding: 7px 25px;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.project_sidebar select {
    padding: 8px 25px !important;
}

.project_sidebar input[type="text"] {
    padding: 15px 15px 10px !important;
}

.project_sidebar .search-filter-reset {
    font-size: 10px !important;
}

.projects .search-filter-results {
    display: none !important;
}

.search-filter-results {
    margin-bottom: 10px !important;
}

/* SITE HEADER - Nav / Logo

.main-nav {
    text-align: right;
    padding: 0 0 0 0;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}

.hamburger {
    display: inline-block;
    cursor: pointer; 
    text-align: center;
    position: absolute;
        right: 112px !important;
    top: 40px !important;
    
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #014f6e;
    margin: 6px 0;
    transition: 0.4s;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.sub .bar1, .sub .bar2, .sub .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.menu-icon {
   display: none; 
}

#nav {
    margin-bottom: 0;
}

#nav {
    margin-left: 0 !important;
}

#nav li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}

#nav li.offset {
    margin-left: 80px;
    border-right: 1px solid #fff;
    padding-right: 20px;
}

#nav li a {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

#nav li a i {
    color: #fff;
}

#nav li a:hover {
    color: #e8a348;
}

@media screen and (max-width: 1110px) {
    #nav li a {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 970px) {
    .site-header {
        background: #e8a348;
    }
    .main-nav {
        width: 100%;
        padding: 0 !important;
        text-align: center;
            position: absolute;
    top: 0px;
    right: 0px;
    }
    .menu-icon {
        display: block;
    }

    #nav.js {
        display: none;
    }
    #nav {
        margin-left: 0;
        background: #014f6e;
            padding: 20px 0 90vh;
        margin-top: 100px;
        width: 88%;
    }
    #nav li {
        display: block;
        margin: 10px 0 !important;
    }

    #nav li a {
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        font-size: 20px !important;
    }

    #nav li a:hover {
        color: #000 !important;
    }
    
     #nav li.offset {
        padding-right: 0;
    }
}

==============================================================*/


#nav
		{
			width: 100%; /* 1000 */
		}

			#nav > a
			{
				display: none;
			}

			#nav li
			{
				position: relative;
                margin: 0;
			}
				#nav li a
				{
                    font-family: 'univers', 'Arial', sans-serif;
					color: #fff;
					display: block;
                    margin: 0;
				}

#nav ul li.offset {
    margin-left: 80px;
    border-right: 1px solid #fff;
    padding-right: 0;
}

			/* first level */

			#nav > ul
			{
                list-style-type: none;
                text-align: right;
                
			}
				#nav > ul > li
				{
					
					height: 100%;
					display:inline-block;
                    margin: 0;
                    
				}
					#nav > ul > li > a
					{
						height: 100%;
						font-size: 17px; /* 24 */
						line-height: 0; /* 60 (24) */
						text-align: center;
                        font-weight: 700;
                        text-transform: uppercase;
                        padding: 0 18px;
                        margin: 0;
                        display: inline-block;
					}
						
                    #nav > ul > li > a:hover {
                        color: #90c7e7 !important;
                    }
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							
						}


				/* second level */

				#nav li ul
				{
					background-color: #e1e1e1;
					display: none;
					position: absolute;
					top: 80%;
                    list-style-type:none;
                    margin-left: 0;
                    padding: 0;
                    width: 250px;
				}
        #nav ul li ul li {
            text-align: left;
            list-style-type:none;
            margin: 0;
            padding: 0;
        }
        #nav ul li ul li a {
            color: #003359;
        }
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						
						#nav li ul a
						{
							font-size: 15px; /* 20 */
							padding: 15px; /* 15 (20) */
                            line-height: 20px;
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: #003359;
                                color: #fff;
							}


		@media only screen and ( max-width: 1000px ) /* 1000 */
		{
			#nav
			{
				width: 100%;
				position: static;
				margin: 0;
			}
		}

		@media only screen and ( max-width: 1024px ) /* 640 */
		{
			html
			{
				font-size: 75%; /* 12 */
			}

			#nav
			{
				position: relative;
				top: auto;
				left: auto;
			}
            #nav ul li.offset {
                margin-left: 0px;
                border-right: 0;
            }
            #nav ul li {
                text-align:center;
                padding: 15px 0 10px;
            }
            #nav ul li ul li {
                text-align: center !important;
                list-style-type: none;
                margin: 0;
                padding: 0;
                width: 100%;
            }
            #nav li ul {
                width: 100%;
            }
				#nav > a
				{
					width: 3.125em; /* 50 */
					height: 3.125em; /* 50 */
					text-align: center;
					text-indent: -9999px;
					background-color: #014f6e;
					position: absolute;
                    top: 28px;
                    right: 0;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}


			/* first level */

			#nav > ul
			{
				height: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0;
                top: 80px;
                background: #014f6e;
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: center;
						padding: 20px 24px /* 20 (24) */
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							
						}


				/* second level */

				#nav li ul
				{
					position: static;
					padding-top: 0;
				}
		}

@media only screen and (min-width: 1160px) and (max-width: 1366px) {
    #nav ul li.offset {
        margin-left: 20px;
        border-right: 1px solid #fff;
        padding-right: 0;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
    #nav > ul > li > a {
        height: 100%;
        font-size: 13px;
        line-height: 0;
        text-align: center;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0 12px;
        margin: 0;
        display: inline-block;
    }
    
    #nav ul li.offset {
        margin-left: 0px;
        border-right: 1px solid #fff;
        padding-right: 0;
    }
    
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



footer {
    background: #0a3254;
    padding: 30px 10%;
    box-sizing: border-box;
    position: relative;
}

.footerleft_new {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-bottom: 25px;
}

.footerleft_new img {
    display: block;
    width: 390px;
}

.footerright_new {
    display: inline-block;
    width: 49%;
    text-align: right;
    vertical-align: top;
    margin-bottom: 25px;
}

.footerlegal_new p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}



.footer_left {
    width: 40%;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}
.footer_right {
    background: #e2e1dd;
    width: 60%;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    box-sizing: border-box;
    padding: 40px 40px 20px;
}
.footer_social {
    background: #0a3254;
    box-sizing: border-box;
    padding: 0;
}
.footer_social span {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-right: 20px;
}
.footer_social ul {
    display: inline-block;
    margin: 0;
}
.footer_social ul li {
    display: inline-block;
    zoom: 1;
    margin: 0;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
     -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    margin-right: 10px;
    padding-top: 7px;
}
.footer_social ul li a {
    color: #0a3254;
}

.footer_logo {
    box-sizing: border-box;
    padding: 20px 20px 20px 40px;
}
.footer_logo img {
    width: 70%;
}
.footer_logo p {
    margin-top: 10px;
    font-size: 10px;
    line-height: 14px;
}
.footer_right ul {
    margin: 0 0 20px;
}
.footer_right ul li {
    display: inline-block;
    zoom: 1;
    width: 20%;
    vertical-align: top;
}
.footer_right ul li ul {
    margin-top: 5px;
}
.footer_right ul li ul li {
    width: 100%;
    margin-bottom: 5px;
}
.footer_right ul li a {
    font-weight: bold;
    color: #0a3254;
}

.footer_right ul li a:hover {
    color: #0099cc;
}
.footer_right ul li ul li a {
    font-weight: normal;
}
.footer_right ul li ul li a:hover {
    color: #0099cc;
}
.footer_right_bottom ul li {
    width: auto !important;
}
.footer_right_bottom ul li a {
    font-size: 12px;
    margin-right: 20px;
    font-weight: normal !important;
    display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .footer_left {
        width: 100%;
        display: block;
    }
    .footer_right {
        width: 100%;
        display: block;
        padding: 40px 40px 20px;
    }
    .footer_logo {
        box-sizing: border-box;
        padding: 20px 20px 20px 40px;
    }
    .footer_logo img {
        width: 50%;
        margin: 0 auto !important;
        display: block;
    }
    .footer_social {
        text-align: center !important;
    }
    
    .footer_right ul {
        margin-bottom: 30px;
    }
    .footer_right ul li {
        display: block;
        width: 100%;
        vertical-align: top;
        text-align: center;
    }
    .footer_right ul li ul li {
        line-height: 18px;
    }
    .footer_right_bottom a {
        font-size: 12px;
        margin-right: 0px;
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {
    .footer_left {
        width: 100%;
        display: block;
    }
    .footer_right {
        width: 100%;
        display: block;
        padding: 40px 40px 20px;
    }
    .footer_logo {
        box-sizing: border-box;
        padding: 20px 20px 20px 40px;
    }
    .footer_logo img {
        width: 100%;
    }
    .footer_social {
        text-align: center !important;
    }
    
    .footer_right ul {
        margin-bottom: 30px;
    }
    .footer_right ul li {
        display: block;
        width: 100%;
        vertical-align: top;
        text-align: center;
    }
    .footer_right ul li ul li {
        line-height: 18px;
    }
    .footer_right_bottom a {
        font-size: 12px;
        margin-right: 0px;
        display: block;
        width: 100%;
        text-align: center;
    }
}








.header_wrap {
    position: relative;
    margin-bottom: 0 !important;
}
.header_wrap header { position: relative !important; }

.header_wrap header {
    position: relative !important;
    width: 100%;
    /* background: transparent; */
    background: #0094D7;
    z-index: 9999 !important;
    top: 0;
    left: 0;
    padding: 40px 40px 30px;
}
header.shorthand_header {
    position: relative !important;
    width: 100%;
    /* background: transparent; */
    background: #0094D7;
    z-index: 9999 !important;
    top: 0;
    left: 0;
    padding: 30px 30px 20px;
    z-index:9999 !important;
    margin-bottom: -140px;
}
.shorthand-wrapper header {
    position: relative !important;
     background: #014f6e;
    z-index: 9999 !important;
    top: 0;
    left: 0;
    padding: 0;
}
.logo_space {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}
.logo_space img {
    width: 100%;
}
.nav_space {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    text-align: right !important;
}


@media only screen and (max-width:1024px) {
   .logo_space {
        width: 35% !important;
        display: inline-block;
        vertical-align: middle;
    }
    .logo_space img {
        width: 100%;
    }
    .nav_space {
        width: 85%;
        position: absolute;
        right: 0;
        top: 20px;
        margin-right: 10%;
    }
}

@media only screen and (max-width:767px) {
    .logo_space {
        width: 65% !important;
        display: inline-block;
        vertical-align: middle;
    }
}
@media only screen and (max-width: 479px) {
    .logo_space {
        width: 70%;
    }  
    .nav_space {
        width: 90%;
        position: absolute;
        right: 0;
        top: 20px;
        margin-right: 10%;
    }

}
.hero {
    position: relative;
    width: 100%;
    z-index: 1 !important;
    background: #90c7e7;
    overflow: hidden;
}

.hero.cultural_humility {
    background: #e2e1dd !important;
    position: relative;
    padding-top: 0 !important;
}

.hero_space.sub .blue_overlay {
    display: none;
}
.hero_image {
   width:100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 100% !important;
    
    background-size: cover !important;
    background-position: top right !important;
}
.hero_image img {
    height: auto;
    min-width: cover !important;
}
.hero_image.short {
    height: 80vh;
}

.hero_image.short img {
    height: auto;
    width: 100% !important;
    display: block;
}

.fade.short {
    height: 80vh;
}

.hero_left {
    width: 55%; display:inline-block; position: absolute; top: 58%; -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 9999; box-sizing: border-box; padding: 0 100px;
}

.hero_right {
    background-size:cover !important; width: 100%; display:inline-block; height:100%; position: absolute; right: 0;
}

.hero_left h1 {
    color: #fff;
    font-family: 'univers cn', 'arial', sans-serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 68px;
    text-transform: uppercase;
}
.hero_left p {
    color: #fff;
    font-size: 19px;
}
.hero_left a {
    background: #014f6e;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 18px 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.hero_left a:hover {
    background: #0094D7;
}

.blue_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8888;
    background-color: #90c7e7;
    mix-blend-mode: multiply;
    opacity: .8;
}

.tan_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8888;
    background-color: #e2e1dd;
    opacity: .75;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8888;
    background-color: #000;
    mix-blend-mode: multiply;
    opacity: .4;
}



.hero_space {
    position: relative;
    height:65vh !important;
}

.hero_space.sub {
    position: relative;
    height:50vh !important;
}

.hero_space.stories_lp {
    position: relative;
    height:26vh !important;
}

.hero_space.stories_lp .hero_content {
    width: 100%;
    text-align: center;
    padding: 15vh 0 0 0 !important;
}

.hero_space.stories_lp .hero_content h1 {
    font-family: 'univers', 'Arial', sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
}

.fade {
    background: url(../images/fade.png) no-repeat;
    position: absolute !important;
    width: 100%;
    height: 95vh;
    z-index: 9999;
    background-size: cover;
}
.hero_image img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: .7;
}
.hero_content {
    width: 45%;
    padding: 34vh 0 0 100px;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
}

.hero_space.stories_lp .hero_content {
    width: 100%;
    text-align: center;
    padding: 12vh 0 0 0!important;
}

.hero_content h1 {
    color: #fff;
    font-weight: bold;
}

.hero_content h1 {
    font-size: 62px;
    line-height: 60px;
    margin-bottom: 10px;
}

.hero_content p {
    font-weight: bold;
    color: #fff;
}
.hero_content a {
    background: #014f6e;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 18px 30px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.hero_content a:hover {
    background: #f6a01b;
}
.hero_content ul {
    margin: 0;
}
.hero_content ul li {
    display: inline-block;
    zoom: 1;
    margin-right: 20px;
}
.hero_content ul li a {
    color: #014f6e;
    display: inline-block;
    background: transparent;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: 3px solid transparent;
}
.hero_content ul li a:hover {
    background: transparent;
    padding: 0;
    border-bottom: 3px solid #f6a01b;
}



@media only screen and (max-width: 959px) {

    .hero_left {
        width: 100%; display:block; position: relative; padding: 60px 30px 60px; top:0; -ms-transform: translateY(0); transform: translateY(0);
    }

    .hero_right {
        background-size:cover; width: 100%; display: block;  position: relative !important; height: auto !important;
    }
    
    .if_mobile {
        display:block;
    }
    
    .hero_space {
        position: relative;
        height:auto !important;
    }
    
    .slick-prev, .slick-next {
        font-size: 12px;
        line-height: 0;
        z-index: 9999;
        position: absolute;
        top: 30% !important;
        display: block;
        width: 26px !important;
        height: 26px !important;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
    }
}

@media only screen and (min-width: 960px) { 
    .if_mobile {
        display:none;
    }
}

@media only screen and (min-width: 1023px) { 
    .desktop_hide {display:none !important;}
}
@media only screen and (max-width: 1024px) {
    .nav_social {
        display: none !important;
    }
    .desktop_hide {
        display: inline-block !important;
        padding: 10px 0 10px 0 !important;
        width: 33% !important;
    }
    .search_bar {border-bottom: 1px solid #fff !important;}
    .desktop_hide a {
        font-size: 22px !important
    }
    
}



.down {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    margin: 0 auto;
}
.down img {
    width: 30px;
}
.home_2_col {
    border-top: 10px solid #0094D7;
    border-bottom: 10px solid #0094D7;
}
.one_col_image {
    width: 40%;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    box-sizing: border-box;
        border-right: 10px solid #0094D7;

}
.one_col_image img {
    width: 100%;
    display: block;
    margin: 0;
}
.one_col_text {
     width: 60%;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 15% 0 5%;
}
.one_col_text h2 {
    color: #014f6e;
    margin-bottom: 20px;
}
.one_col_text h6 {
    font-family: 'univers', 'arial', sans-serif;
    font-weight: bold;
    color: #0094D7;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 28px;
    
}
.one_col_text a {
    background: #014f6e;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 15px 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}
.one_col_text a:hover {
     background: #0094D7;
}
.pattern_right {
    background: url(../images/shell/vert_pattern.svg) repeat-y top right;
}
.pattern_top {
    background: url(../images/shell/heavy_pattern.svg) repeat-x top left;
}
.home_full_width {
    background: #efeff0;
}
.full_width_image img {
    width: 100%;
    display: block;
    margin: 0;
}
.full_width_text {
    text-align:  left;
    padding: 10% 20% 100px;
    
}
.full_width_text h2 {
    color: #014f6e;
}
.full_width_text a {
    background: #014f6e;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 15px 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.full_width_text a:hover {
     background: #0094D7;
}

.chstories_tile_feed {
    padding: 90px 0 !important;
}
.chstories_tile_feed h5 {
    font-family: 'univers', 'Arial', sans-serif;
    font-size: 42px;
    line-height: 34px;
    display: block;
    text-align: center;
    color:#014f6e;
    margin-bottom: 50px;
    font-weight: bold;
}

.glossary_content_wrapper {
    padding: 60px 0 40px;
}

.glossary_content_wrapper h4 {
    color: #003359;
    font-family: 'univers', 'Arial', sans-serif;
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: bold;
} 

.glossary_content_wrapper h5 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}
.triplets {
    padding-top: 130px !important;
}

.triplets h3 {
    font-family: 'univers', 'Arial', sans-serif;
    font-size: 48px;
    line-height: 38px;
    display: block;
    text-align: center;
    color:#014f6e;
    margin-bottom: 50px;
    font-weight: bold;
}

.triplets .stories_tile_wrapper {
    display: inline-block;
    width:  32%;
    margin: 0 0% 35px;
    padding-bottom: 20px;
    zoom: 1;
    border-bottom: 3px solid #0094D7;
    vertical-align: top;
    
}


.triplets .stories_tile_wrapper:nth-child(2) {
    display: inline-block;
    width:  32%;
    margin: 0 1% 35px 0 !important;
    padding-bottom: 20px;
    zoom: 1;
    border-bottom: 3px solid #0094D7;
    vertical-align: top;
    
}

.triplets .stories_tile_wrapper:nth-child(3) {
    display: inline-block;
    width:  32%;
    margin: 0 1% 35px 0 !important;
    padding-bottom: 20px;
    zoom: 1;
    border-bottom: 3px solid #0094D7;
    vertical-align: top;
    
}

.stories_tile_wrapper {
    display: inline-block;
    width:  45%;
    margin: 0 2% 35px;
    padding-bottom: 20px;
    zoom: 1;
    border-bottom: 3px solid #0094D7;
    vertical-align: top;
    
}

.stories_tile h4 {
    font-size: 28px !important;
    font-weight: bold;
    color: #014f6e;
    margin-top: 25px;
}

.stories_tile_wrapper a p {
    color: #2d2d2d;
}

.stories_tile span {
    color: #0094D7;
    font-family: 'univers', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    display:inline-block;
    font-weight: bold;
}

.stories_tile_wrapper a:hover span {
   
}



.stories_tile_image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.stories_tile:hover .stories_tile_image img {
    transform: scale(1.15);
}

.stories_tile_image img {
    width: 100%;
    display: block;
    margin-bottom: 0 !important;
    transition: transform .2s; /* Animation */
}

.stories_lp_intro {
    background: url(../images/mn-icon.png) no-repeat 22% 15%;
    background-color:#e2e1dd;
    background-size: 13% !important;
    padding: 60px 0;
}

.stories_lp_intro h3 {
     color: #0a3254;
    font-family: 'univers cn', 'arial', sans-serif;
    font-size: 26px;
    line-height: 30px;
}



.stories_bc_declaration {
    background: url(../images/bc_icons.png) no-repeat bottom right;
    background-color:#014f6e;
    padding: 100px 0;
    background-size: cover;
}

.stories_bc_declaration p {
    color: #fff;
    font-family: 'univers cn', 'arial', sans-serif;
    font-size: 36px;
    line-height: 52px;
}

.chstories_tile_feed {
    /* background:url(../images/cultural_humility_bkg.jpg) no-repeat; */
    /* background-size:cover; */
}


@media only screen and (max-width: 767px) {
   .stories_tile_wrapper {
        display: block;
        width:  100%;
        margin: 0 0 35px;
        padding-bottom: 20px;
        zoom: 1;
        border-bottom: 3px solid #f6a01b;

    } 
    
    .triplets .stories_tile_wrapper {
        display: block;
        width:  100%;
        margin: 0 0 35px;
        padding-bottom: 20px;
        zoom: 1;
        border-bottom: 3px solid #f6a01b;

    }


    .triplets .stories_tile_wrapper:nth-child(2) {
        display: block;
        width:  100%;
        margin: 0 0 35px;
        padding-bottom: 20px;
        zoom: 1;
        border-bottom: 3px solid #f6a01b;

    }

    .triplets .stories_tile_wrapper:nth-child(3) {
        display: block;
        width:  100%;
        margin: 0 0 35px;
        padding-bottom: 20px;
        zoom: 1;
        border-bottom: 3px solid #f6a01b;

    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    

 
    
    .one_col_image {
        width: 100%;
        display: block;
    }

    .one_col_text {
         width: 100%;
        display: block;
        padding: 30px 15% 40px 5%;
    }
    
    h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .pattern_right {
        background-size: 20px;
    }
    .fb_feed {
        width: 100% !important;
    }
    .fb_feed iframe {
        width: 100% !important;
    }
    .tw_feed {
        width: 100% !important;
        padding-left: 0 !important;
        margin-top: 50px !important;
    }
}


@media only screen and (max-width: 767px) {
    .hero {
        height: auto !important;
        /* height: 75vh; */
    }
    .hero_content {
        width: 100%;
        padding: 10% 10% 0 10%;
        position: absolute;
        z-index: 9999;
        top: 0;
        left: 0;
    }
    
    .hero_content h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .hero_image {
        background-position: 100% 100% !important;
        width:100%;
        overflow: visible;
        position: relative;
        z-index: 1;
        height: 100% !important;
        padding: 0 0 55% 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover !important;
    }
    
    .one_col_image {
        width: 100%;
        display: block;
    }

    .one_col_text {
         width: 100%;
        display: block;
        padding: 30px 15% 40px 5%;
    }
    
    h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .pattern_right {
        background-size: 20px;
    }
}


@media only screen and (max-width: 479px) {
    .hero {
        height: 90vh;
    }
    .hero_content {
        width: 80%;
        padding: 10% 0 0 10%;
        position: absolute;
        z-index: 9999;
        top: 0;
        left: 0;
    }
    
    .hero_content h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .hero_image {
        background-position: 100% 100% !important;
        width:100%;
        overflow: visible;
        position: relative;
        z-index: 1;
        height: 100% !important;
        padding: 0 0 70% 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover !important;
    }
    .hero_content h1 {
        font-size: 54px !important;
        line-height: 28px;
    }
    
    .hero_content p {
        font-size: 14px;
        line-height: 22px;
    }
    .hero_content ul li {
        display: block;
        margin-bottom: 5px !important;
    }
    .hero_content ul li a {
        color: #014f6e;
        display: block;
        font-size: 13px;
        background: transparent;
        padding: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-bottom: 3px solid transparent;
    }
    .hero_content ul li a:hover {
        background: transparent;
        padding: 0;
        border-bottom: 3px solid #f6a01b;
    }
    .one_col_image {
        width: 100%;
        display: block;
    }

    .one_col_text {
         width: 100%;
        display: block;
        padding: 30px 15% 40px 5%;
    }
    
    h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .pattern_right {
        background-size: 20px;
    }
}








.home_social {
    padding: 60px 0 60px;
}
.home_social h5 {
    border-bottom: 5px solid #f6a01b;
    color: #f6a01b;
    padding-bottom: 10px;
}
.orange_circle {
    width: 40px;
    background-color: #f6a01b;
    text-align: center;
    height: 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    top: -2px;
    padding-top: 7px;
    box-sizing: border-box;
}
.orange_circle i {
    color #fff !important;
}
.home_social iframe {
    width: 100% !important;
}
.home_news {
    padding-bottom: 80px;
}
.home_news h6 {
    border-bottom: 5px solid #0094D7;
    padding-bottom: 5px;
    margin-bottom: 40px;
}
.home_news ul {
    margin: 0;
}




.news-filter-header {
     border-bottom: 5px solid #0094D7;
    padding-bottom: 5px;
    margin: 0 auto 30px;
    width: 99% !important;
}
.news_intro ul {
    width: 100%;
}
.news_intro ul li {
    display: inline-block !important;
    width: 33%;
}
.news_intro label {
    width: 95% !important;
}
.news_intro ul li.sf-field-reset {
    text-align: right;
}
.news-filter-main {
    display: inline-block;
    width: 50%;
}
.news-filter-wrapper {
    display: inline-block;
    width: 50%;
    margin: 0 0 0
}
.news-filter {

}
.news-filter-headline {
    display: inline-block !important;
    width: 43%;
    text-align: right;
    font-family:'univers', 'Arial', sans-serif;
    font-size: 15px;
}

.news-filter-filter {
    display: inline-block !important;
     width: 54%;
    text-align: left;
}


.news-filter-filter select {
  background-color: transparent;
  border: none;
  padding: 0 20px 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
}
.news-filter-filter .searchandfilter select.sf-input-select > option {
    font-size: 14px !important;
}
.news-filter-filter .searchandfilter select.sf-input-select {
    font-family:'univers', 'Arial', sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    width: 100%;
  border: 2px solid #e1e1e1;
  border-radius: 0.25em;
  padding: 0.5em 0.5em .25em;
  cursor: pointer;
  background-color: #fff;
}

.news-filter-filter > .searchandfilter ul li {
    list-style: none;
    display: block;
    padding: 10px 0;
    margin: 0;
    width: 100%;
}

.news-filter-filter .searchandfilter select.sf-input-select::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/shell/blue-down-arrow.svg) no-repeat;
}
.news-filter-filter form {
    margin-bottom: 0 !important;
}
.home_news ul {
    margin: 0;
}
.home_news ul li {
    display: inline-block;
    zoom: 1;
    width: 30.5%;
    vertical-align: top;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    box-sizing: border-box;
    margin: 0 1.1% 20px;
}
.home_news ul li h4 {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 15px;
}
.home_news ul li p {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: bold;
}
.warm_gray {
    background: #e2e1dd;
}
.warm_gray p {
    color: #0083bf;
    font-weight: bold;
}

.news_brief a {
    color: #0a3254;
    border: 2px solid #0a3254;
    display: inline-block;
    padding: 8px 20px;
    font-size: 13px;
     -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-align: right;
}



.home_news ul li {
    display: inline-block;
    zoom: 1;
    width: 30.5%;
    vertical-align: top;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    box-sizing: border-box;
    margin: 0 1.1% 20px;
}
.home_news ul li h4 {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 15px;
}
.home_news ul li p {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: bold;
}
.warm_gray {
    background: #e2e1dd;
}
.warm_gray p {
    color: #0083bf;
    font-weight: bold;
}

.news_brief a {
    color: #0a3254;
    border: 2px solid #0a3254;
    display: inline-block;
    padding: 8px 20px;
    font-size: 13px;
     -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-align: right;
}

.orange_bkg {
    background: #0094D7;
    box-sizing: border-box;
    padding: 40px 20px;
}
.orange_bkg p {
    color: #fff;
}
.orange_bkg h4 {
    color: #fff;
}
.orange_bkg a {
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    padding: 8px 20px;
    font-size: 13px;
     -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-align: right;
}

.ltblue_bkg {
    background: #90c7e7;
    box-sizing: border-box;
    padding: 40px 20px;
}
.ltblue_bkg p {
    color: #fff;
}
.ltblue_bkg h4 {
    color: #fff;
}
.ltblue_bkg a {
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    padding: 8px 20px;
    font-size: 13px;
     -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-align: right;
}
.pr {
    background: url(../images/pr-icon.svg) no-repeat 94% 8% #90c7e7;
    background-size: 50px;
}
.image_included img {
    width: 100%;
    margin: 0;
    display: block;
}
.news_brief {
    box-sizing: border-box;
    padding: 20px 30px 40px;
}
.news {
    background: url(../images/shell/news-icon.svg) no-repeat 94% 8% #0094D7;
    background-size: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .home_news ul li {
        width: 49%;
        margin: 0 0 20px;
    }
}
@media only screen and (max-width: 767px) {
    .home_news ul li {
        display: inline-block;
        zoom: 1;
        width: 100%;
        vertical-align: top;
        border: 10px solid #fff;
        -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
        box-sizing: border-box;
        margin: 0 1.1% 20px;
    }
    .news-filter-main {
        display: block;
        width: 100%;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 10px;
    }
    .news_intro ul li {
        display: block !important;
        width: 100%;
    }
    .news-filter {
        width: 100%;
        margin: 0 auto;
    }
    .news-filter ul {
        margin-left: 0 !important;
    }
    .news-filter-headline {
        display: inline-block !important;
        width: 50%;
        text-align: left;
        font-family:'univers lt', 'Arial', sans-serif;
        text-transform: uppercase;
        font-size: 24px;
    }
    

    .news-filter-wrapper {
        display: block;
        width: 100%;
        margin: 0 0 0;
    }

    .news-filter-filter {
        display: inline-block !important;
         width: 50%;
        text-align: left;
    }
    .news-filter-filter form {
        margin-bottom: 0 !important;
    }
    
        .news-filter-header {
        margin-bottom: 30px !important;
    }
    
}
@media only screen and (max-width: 479px) {
    .home_news ul li {
        display: block;
        width: 100%;

        margin: 0 0 20px;
    }
}



.page_content {
    padding: 50px 0 100px;
    border-top: 5px solid #0072A7;
}

.video_post_wrapper {
    padding: 20px 0 20px;
}

.video_series_content p {
    line-height: 34px;
}

.video_series_content blockquote {
    background: url(../images/blockquote-bkg-videos.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 50px 30px 40px;
    position: relative;
    width: 150%;
}

.video_series_content blockquote > p:first-child:before {
    content: none !important;
}

.video_series_content blockquote > p:first-child:after {
    content: none !important;
}

.video_series_content blockquote p {
    font-size: 32px;
    line-height: 34px;
    font-weight: bold;
    font-family: 'univers cn', 'Arial', sans-serif !important;
    width: 70%;
}

.video_series_content h3 {
    color: #057bb6;
    font-family: 'univers cn', 'Arial', sans-serif !important;
    font-weight: bold !important;
    font-size: 38px !important;
    line-height: 46px !important;
    margin-bottom: 40px !important;
    
}

.video_series_content h4 {
    background: url(../images/video-h4-bkg.png) no-repeat top center;
    padding: 50px 30px 0 30px !important;
    text-align: center;
    margin: 0 auto !important;
    color: #2d2d2d;
    font-family: 'univers cn', 'Arial', sans-serif !important;
    font-weight: bold !important;
    letter-spacing: 2px;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    font-size: 26px;
}

.video_series_content img.video-full-width {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    height: auto !important;
}
    
    


.video_reflect {
    background: #0a3255;
    padding: 70px 0;
    margin-top: 40px;
}

.reflect-intro {
    padding: 30px 0 0 0;
}

.reflect-intro p {
    color: #fff;
    font-size: 22px;
    line-height: 34px;
    position: relative;
    z-index:8888;
}

.reflect-intro a {
    color:  #057bb6;
    font-weight: bold;
}

.reflect-intro a:hover {
    color: #fff;
}

.video_reflect h5 {
    color: #fff;
    font-family: 'univers cn', 'Arial', sans-serif !important;
    text-transform: uppercase;
    font-weight: bold !important;
    letter-spacing: 3px !important;
    position: relative;
}

.video_reflect h5:after {
    content:'';
    border-top: 1px solid #fff;
    width: 80%;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
}

.video_reflect ul {
    margin-top: 30px;
    margin-left: 0;
    list-style:none;
}

.video_reflect ul li {
    display: block !important;
    width: 100% !important;
    color: #fff;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 40px;
    position: relative;
    padding-left: 40px;
}

.video_reflect ul li:before {
    content: '';
    background-image: url(../images/bc-list-chevron.png);
    background-repeat: no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    
}











.video_additional {
    background: #e2e1dd;
    padding: 70px 0;
    margin-top: 0;
}

.video_additional .reflect-intro {
    padding: 30px 0 0 0;
}

.video_additional .reflect-intro p {
    color: #fff;
    font-size: 22px;
    line-height: 34px;
    position: relative;
    z-index:8888;
}

.video_additional .reflect-intro a {
    color:  #057bb6;
    font-weight: bold;
}

.video_additional .reflect-intro a:hover {
    color: #fff;
}

.video_additional h5 {
    color: #0a3255;
    font-family: 'univers cn', 'Arial', sans-serif !important;
    text-transform: uppercase;
    font-weight: bold !important;
    letter-spacing: 3px !important;
    position: relative;
}



.video_additional ul {
    margin-top: 30px;
    margin-left: 0;
    list-style:none;
}

.video_additional ul li {
    display: block !important;
    width: 100% !important;
    color: #0a3255;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 40px;
    position: relative;
    padding-left: 40px;
}

.video_additional ul li:before {
    content: '';
    background-image: url(../images/bc-list-chevron.png);
    background-repeat: no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    
}





.video_further-reading {
    padding: 60px 0 60px;
}
.further_reading h5 {
    color: #004f6e;
    font-family: 'univers cn', 'Arial', sans-serif !important;
    text-transform: uppercase;
    font-weight: bold !important;
    letter-spacing: 3px !important;
    position:relative;
    margin-bottom: 30px;
}

.further_reading h5:after {
    content: '';
    border-top: 1px solid #004f6e;
    width: 80%;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
}

.reading_list ul {
    list-style-type:none !important;
    margin: 0 !important;
    display: grid;
        grid-template-columns: repeat(auto-fill,minmax(33%, 1fr));
}

.reading_list ul li {
    border-bottom: 10px solid #f69f1a;
    padding: 50px 0;
    box-sizing: border-box;
    font-size: 23px !important;
    line-height: 26px;
    font-family: 'univers cn', 'Arial', sans-serif !important;
    font-weight: bold;
    color: #0a3255;
    vertical-align: top;
    margin-right: 40px;
}



.reading_list ul li a {
    color: #f69f1a;
}

.reading_list ul li a:hover {
    color: #057bb6;
}

.video_sources {
    padding: 20px 0;
}

.video_sources p {
    font-size: 16px;
}

.video_sources p a {
    color: #f69f1a;
    font-weight: bold;
}


.video_sources h5 {
    color: #004f6e;
    font-family: 'univers cn', 'Arial', sans-serif !important;
    text-transform: uppercase;
    font-weight: bold !important;
    letter-spacing: 3px !important;
    position:relative;
    margin-bottom: 30px;
}

.video_sources h5:after {
    content: '';
    border-top: 1px solid #004f6e;
    width: 90%;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
}


.all_videos {
    margin-top: 30px;
    text-align: center;
}

.all_videos a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'univers cn', 'Arial', sans-serif !important;
    display: inline-block;
    background: #f69f1a;
    padding: 25px 20px 20px 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

.all_videos a:hover {
    background: #057bb6;
}

@media only screen and (max-width: 1254px) {
    .further_reading h5:after {
        width: 70%;
    }
    .video_sources h5:after {
        width: 80%;
    }
}


@media only screen and (max-width: 959px) {
    .reading_list ul li {
        display: inline-block;
        border-bottom: 10px solid #f69f1a;
        width: 49% !important;

    }
    .further_reading h5:after {
        width: 70%;
    }
    .video_reflect h5:after {
        width: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .further_reading h5:after {
        width: 40%;
    }
    
    .video_sources h5:after {
        width: 70%;
    }
}
@media only screen and (max-width: 479px) {
    .reading_list ul li {
        display: block;
        border-bottom: 10px solid #f69f1a;
        width: 100% !important;
    } 
    .further_reading h5:after {
        width: 40%;
    }
    .video_sources h5:after {
        width: 70%;
    }
}



.pattern_left {
    background: url(../images/shell/vert_pattern.svg) no-repeat top left;
    background-size: 100px;
}

.page_content.pattern_left {
    background-size: 60px;
}

.content_left {
    padding-top: 40px;
}

.page_content h2 {
    font-family: 'univers', 'arial', sans-serif;
    color: #0094D7;
    font-weight: bold;
}

.sidebar {
    margin-top: -60px;
}

.sidebar img {
    width: 100%;
    display: block;
    margin: 0;
}
.sidebar_content {
    background: #0072A7;
    margin-left: 40px;
    box-sizing: border-box;
    padding: 40px 50px 40px 70px;
    position: relative;
}
.sidebar_content:before {
    content: url(../images/shell/vert_pattern.svg);
    display: block;
    position: absolute;
    left: -40px;
    top: 0;
    height: 100%;
    width: 60px;
    overflow: hidden;
}
.sidebar_content h5 {
    color: #fff;
    font-size: 19px !important;
    line-height: 22px;
    
}
.sidebar_content ul {
    padding-left: 0 !important;
    margin-left: 17px !important;
}
.sidebar_content ul li {
    list-style-type: disc !important;
    margin-left: 0 !important;
}
.sidebar h6 {
    color: #fff !important;
    font-family: 'univers', 'arial', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}
.sidebar h4 {
     font-family: 'univers cn', 'Arial', sans-serif; 
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
}

.sidebar p {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}

.sidebar a {
     color: #fff;
    display: inline-block;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    background: #003359;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.sidebar a:hover {
    background: #E37C00;
}

@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 479px) {
    .sidebar_content {
        background: #90c7e7;
        margin-left: 0px;
    }
    .sidebar_content:before {
        content: url(../images/shell/vert_pattern.svg);
        display: block;
        position: absolute;
        left: -20px;
        top: 0;
        height: 100%;
        width: 50px;
        overflow: hidden;
    }
}

.call_out {
    position: relative;
}
.call_out_content {
    background-color: rgba(0, 148, 215, .9);
    box-sizing: border-box;
    padding: 300px 15% 280px 5%;
    width: 55%;
    margin-left: 45%;
    position: relative;
    top:-20px;
}

.call_out_content:after {
    content:'';
    background-color: rgba(0, 148, 215, .9);
    height: 20px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.call_out_content p {
    color: #fff;
}

.call_out_content h5 {
    color: #fff;
    font-family: 'univers cn', 'arial', sans-serif;
    font-size: 50px;
    line-height: 54px;
}

.call_out_content a {
    color: #fff;
    display: inline-block;
    padding: 15px 26px 12px;
        font-size: 13px;
    font-weight: bold;
    text-align: right;
    background-color: #003359;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 479px) {
    .call_out_content {
        background-color: rgba(246, 160, 27, .9);
        box-sizing: border-box;
        padding: 200px 15% 180px 5%;
        width: 100%;
        margin-left: 0%;
        position: relative;
        top:-20px;
    }
}




.sub_header {
    background: #0a3254;
    padding: 200px 0 20px;
}


.sub_header ul {
    margin: 15px 0 0 0;
    text-align: right;
}
.sub_header ul li {
    display: inline-block;
    zoom: 1;
    vertical-align: bottom;
    margin-left: 25px;
}
.sub_header ul li a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 5px solid transparent;
    padding-right: 10px;
    padding-bottom: 5px;
}
.sub_header ul li a:hover {
    border-bottom: 5px solid #f6a01b;
}
.sub_header h1 {
    color: #fff;
}
.base_content {
    padding: 80px 0;
}

.base_sidebar ul {
    margin: 0
}

.base_sidebar ul li {
    list-style-type: none;
    margin: 0 0 60px 0;
    padding: 0 0 30px 0 ;
    border-bottom: 1px solid #e1e1e1;
}

.base_sidebar ul li:last-child {
    border-bottom: 0;
}


.base_sidebar img {
    width: 100%;
    display: block;
    margin-bottom: 10px !important;
    margin-top: 40px;
    height: auto;
}

.base_sidebar img:first-child {
    margin-top: 0 !important;
}



.base_content h2 {
    font-family: 'univers cn', 'Arial', sans-serif; 
    color: #014f6e;
}

.base_content.pattern_right {
    background-size: 80px;
    background-repeat: no-repeat;
}


.full_width_interstitial img {
   width: 100%;
    display: block;
    margin: 0;
}

.column_callouts {
    border-top: 5px solid #f6a01b;
    background: url(../images/shell/pattern-bkg.jpg);
    text-align: center;
    padding: 60px 0;
}
.column_callouts h4 {
    font-size: 32px;
    color: #0a3254;
    margin-bottom: 30px;
}

.column_callouts ul {
    margin: 0;
}

.column_callouts ul li {
    display: inline-block;
    zoom: 1;
    width: 33%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 50px;
}

.column_callouts ul li a {
     color: #0a3254;
    border: 2px solid #0a3254;
    display: inline-block;
    padding: 14px 24px 10px;
    font-size: 15px;
     -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
}

.column_callouts ul li h5 {
    font-weight: bold;
    font-size: 22px;
    color: #014f6e;
}

.column_callouts ul li img {
    width: 30%;
    margin: 0 auto;
}
.more_pages {
    padding: 150px 0 90px;
}
.more_pages h3 {
    
    font-family: 'univers', 'arial', sans-serif;
    font-weight: bold;
    color: #0094D7;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 50px;
}

.more_pages ul {
    margin: 0;
}

.more_pages ul li {
    display: inline-block;
    zoom: 1;
    width: 30%;
    vertical-align: top;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    box-sizing: border-box;
    margin: 0 1.1% 20px;
    background: #005172;
}
.more_pages ul li img {
    width: 100%;
    display: block;
    margin: 0;
}

.more_container {
    background: url(../images/shell/right-arrow.svg) no-repeat 94% 20%;
    background-size: 30px;
    padding: 20px 50px 50px 30px;
}

.more_pages a {
    color: #fff;
}

.more_pages h5 {
   font-family: 'univers', 'arial', sans-serif;
   font-size: 24px;
    line-height: 26px;
    font-weight: bold;
}


@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 479px) {
    
    .sub_header ul {
        margin-left: 0;
        text-align: left;
    }
    .sub_header ul li {
        display: block;
        margin-bottom: 5px !important;
        margin-left: 0;
    }
    .sub_header ul li a {
        color: #fff;
        display: block;
        font-size: 13px;
        background: transparent;
        padding: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-bottom: 3px solid transparent;
    }
    .column_callouts ul li {
        display: block;
        zoom: 1;
        width: 100%;
        vertical-align: top;
        box-sizing: border-box;
        padding: 0 20px;
        margin-bottom: 100px;
    }
    
    .more_pages ul li {
        display: block;
        zoom: 1;
        width: 100%;
        vertical-align: top;
        border: 10px solid #fff;
        -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
        box-sizing: border-box;
        margin: 0 1.1% 20px;
        background: #f6a01b;
    }
}






.back-to-news {
    background: #efefef;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 40px;
}

.back-to-news a {
    font-weight: bold;
}

.simple_intro {
    padding: 80px 0;
}


.simple_intro h2 {
    color: #014f6e;
    font-family: 'univers cn', 'arial', sans-serif;
    font-size: 32px;
    line-height: 38px;
}

.down_sub {
    text-align: center;
    width: 100%;
    background: url(../images/shell/horz_pattern.svg) repeat-x;
    background-size: 1900px;
    padding: 20px 0;
}

.down_sub img {
    width: 40px;
    display: block;
    margin: 0 auto;
}

.multi_content_container {
    padding: 90px 0;
}

.multi_content_container ul {
    margin: -15px 0 0 0;
}

.multi_content_container ul li {
    display: inline-block;
    zoom: 1;
    width: 29%;
    margin: 0 2% 70px;
    vertical-align: top;
}

.video {
    border-top: 5px solid #014f6e;
    box-sizing: border-box;
    padding: 30px 0 0 0;
}

.still {
    border-top: 5px solid #0094D7;
    box-sizing: border-box;
    padding: 30px 0 0 0;
}

.multi_content_container ul li img {
    width: 100%;
    margin: 0;
    display: block;
}

.multi_content_container ul li a {
    border: 2px solid #014f6e;
    color: #014f6e;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 18px 30px 15px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 15px;
}

.multi_content_container ul li a:hover {
    background: #014f6e;
    color: #fff;
}

.multi_content_container ul li button {
    border: 2px solid #014f6e;
    color: #014f6e;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 15px;
}

.multi_content_container ul li button:hover {
    background: #014f6e;
    color: #fff;
}

.multi_content_container ul li h3 {
    font-family: 'univers', 'arial', sans-serif;
   font-size: 26px;
    color: #014f6e;
}

@media only screen and (max-width: 959px) {
    .multi_content_container ul li {
        display: inline-block;
        zoom: 1;
        width: 45%;
        margin: 0 2% 70px;
        vertical-align: top;
    }
}
@media only screen and (max-width: 767px) {
    .multi_content_container ul li {
        display: block;
        zoom: 1;
        width: 100%;
        margin: 0 2% 70px;
        vertical-align: top;
    }
}




.current {
    margin-top: 15px;
    font-size: 20px;
    margin-bottom: 30px;
}
.current p {
    color: #0083bf;
}

.multi_content_container select {
    border: 1px solid #999;
    padding: 20px 15px;
    -webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none;
    font-family: 'univers lt', 'arial', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    color: #999;
    width: 300px;
    background: url(../images/shell/dd-down.jpg) no-repeat 90% 50%;
}

.contact_content {
    padding: 70px 0;
}

.contact_content h2 {
    font-size: 30px;
    line-height: 38px;
    color: #014f6e;
}

.legal {
    font-size: 12px;
}

.contact_content input[type="text"] {
    font-size: 18px;
}
.contact_content input[type="email"] {
    font-size: 18px;
}
.contact_content input[type="tel"] {
    font-size: 18px;
}

.contact_content textarea {
    font-size: 18px;
}

.contact_content input[type="submit"] {
    background: #014f6e;
    color: #fff;
    border: 0;
    font-family: 'univers', 'arial', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    padding: 20px 25px 15px;
}

.staff_feed {
    padding: 70px 0;
}

.staff_feed h6 {
    border-bottom: 4px solid #0094D7;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.staff_feed ul {
    margin: 0;
}

.staff_feed ul li {
    display: inline-block;
    zoom: 1;
    width: 30%;
    margin-right: 40px;
    margin-bottom: 60px;
    vertical-align: top;
}

.staff_feed ul li img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.staff_feed ul li:nth-child(3n+3) {
    margin-right: 0;
}

.staff_feed ul li p {
    margin-bottom: 0;
    line-height: 24px;
}
.staff_feed ul li a {
    font-weight: bold;
    color: #0083bf;
}

@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 479px) {
    .staff_feed ul li {
        display: block;
        zoom: 1;
        width: 100%;
        margin-right: 40px;
        margin-bottom: 60px;
    }
    
    .pattern_left {
        background-size: 40px;
        background-position-x: -30px !important;
    }
}


a.view_all {
    background: #0a3254;
    text-transform: uppercase;
    color: #fff !important;
    border: 2px solid #0a3254;
    display: inline-block;
    padding: 12px 30px 8px;
    font-size: 13px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-align: right;
    margin-top: 30px;
}


.simple_intro a {
    color: #f6a01b;
    text-decoration: none;
    font-weight: bold;
}

.simple_intro a:hover {
    color: #0099cc;
}

.page_content p a {
    color: #f6a01b;
    font-weight: bold;
}

.page_content p a:hover {
    color: #0099cc;
}

.full_article {
    padding: 60px 0;
    position: relative;
}

.full_article.pattern_left {
    background-size: 80px;
}

.full_article:after {
   content: url(../images/shell/vert_pattern.svg);
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 40px;
}

.full_article ul {
    list-style-type: disc !important;
}
.full_article ul li { 
    display: list-item;
    list-style-type: disc !important;
}

.feed_dd {
    text-align: right;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 479px) {
    .full_article.pattern_left {
        background-size: 40px;
    }

    .full_article:after {
       content: url(../images/shell/vert_pattern.svg);
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        width: 40px;
    }  
}

.post-wrapper a {
    color: #f6a01b;
}
.post-wrapper a:hover {
    color: #0099cc;
}
.post_date p {
    color: #0083bf;
    border-bottom: 1px solid #afafaf;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-weight: bold;
}

.full_article h2 {
    font-family: 'univers cn', 'arial', sans-serif;
    font-size: 43px;
    color: #014f6e;
}

.article_sidebar h4 {
    font-size: 14px;
    font-weight: bold;
    color: #0083bf;
    margin-bottom: 10px;
    text-transform: uppercase;
    
}
.article_sidebar ul {
    margin: 0;
}

.article_sidebar ul li {
    display: inline-block;
    zoom: 1;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background: #0a3254;
        -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 7px;
}

.pr_video {
    padding: 0 0 100px;
}
.pr_video h6 {
    border-bottom: 4px solid #0094D7;
    margin-bottom: 30px;
}

.pr_feed {
    box-sizing: border-box;
    padding: 0 40px 0 0;
}

.pr_feed ul {
    margin: 0;
}

.pr_feed ul li {
    list-style-type: none;
    box-sizing: border-box;
    padding: 20px 60px 40px 70px;
    position: relative;
    border-bottom: 1px solid #999;
}

.pr_feed.all ul li {
    width: 32%;
    display:inline-block;
    margin: 0 .5%;
}

.pr_feed ul li:before {
    content: url(../images/shell/pr-icon.svg);
    width: 50px;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
}

.pr_feed ul li:last-child {
    margin-bottom: 30px;
}

.pr_feed p {
    margin-bottom: 0;
    color: #0083bf;
    font-weight: bold;
}

.pr_feed h5 {
    line-height: 24px;
    margin-bottom: 10px;
}

.pr_feed a {
    color: #0a3254;
    border: 2px solid #0a3254;
    display: inline-block;
    padding: 12px 30px 8px;
    font-size: 13px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
}

.video_feed ul {
    margin: 0;
}

.video_feed ul li {
    list-style-type: none;
     display: inline-block;
    zoom: 1;
    width: 49.6%;
    vertical-align: top;
    padding: 0 .5%;
}

.video_feed.all ul li {
    display: inline-block;
    zoom: 1;
    width: 49.6%;
    vertical-align: top;
    padding: 0 .5%;
    margin-bottom: 70px;
}

.video_wrap h4 {
    margin-top: 30px;
}

.video_wrap {
    border-bottom: 1px solid #999;
}

.feature_image {
    width: 100%;
}

.feature_image img {
    display: block;
    margin-bottom: 30px;
    width: 100%;
}
@media only screen and (max-width: 1079px) {
    .video_feed ul li {
        list-style-type: none;
         display: inline-block;
        zoom: 1;
        width: 100%;
        vertical-align: top;
        padding: 0 .5%;
    }

    
}
@media only screen and (max-width: 479px) {
    .pr_feed ul li {
        list-style-type: none;
        box-sizing: border-box;
        padding: 20px 20px 40px 20px;
        position: relative;
        border-bottom: 1px solid #999;
    }
    
    .pr_feed ul li:before {
        content: url(../images/shell/pr-icon.svg);
        width: 50px;
        height: auto;
        display: block;
        position: absolute;
        left: 85%;
    }
    
    .pattern_right {
       background-size: 40px !important;
    }
}


.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }

.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}






/* VIDEO EMBEDS */
.video-embed {
	position: relative;
	padding-bottom: 52%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* TIMELINE */

.timeline-directions {
	color: #014f6e;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 24px 0;
	vertical-align: bottom;
	width: 25%;
}
.timeline-selector {
	display: inline-block;
	vertical-align: bottom;
	white-space: nowrap;
	width: 75%;
}
#timeline-items {
	display: block;
	margin: 0;
	position: relative;
	vertical-align: bottom;	
	text-align: center;
}
.timeline-item {
	display: inline-block;
	font-size: 24px;
	margin: 0;
	outline: none;
	padding: 0 16px;
	vertical-align: bottom;
}
.timeline-item a {
	border-bottom: 5px solid transparent;
	box-sizing: border-box;
	color: #f6a01b;
	display: inline-block;
	outline: none;
	padding: 0 0 14px 0;
	transition: border 0.2s ease-in-out 0s;
}
.timeline-item.active a {
	border-bottom: 5px solid #f6a01b;
}

/*------------------------------*/

#timeline-items {
	padding: 0 30px;
}
#timeline-items button {
	color: #014f6e;
	transition: color 0.2s ease-in-out 0s;
}
#timeline-items button:before {
	display: none;
}
#timeline-items button:hover {
	color: #0099cc !important;
}
#timeline-items button.slick-disabled {
	color: #014f6e !important;
	opacity: 0.15;
}
#timeline-items button path {
	fill: #014f6e;
	transition: fill 0.2s ease-in-out 0s;
}
#timeline-items button:hover path {
	fill: #0099cc;
}
#timeline-items button.slick-disabled path {
	fill: #014f6e !important;
}

#timeline-items .slick-arrow {
	height: 20px;
	top: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	width: 20px;
}
#timeline-items .slick-next {
	right: 0;
}
#timeline-items .slick-prev {
	left: 0;
}


/*------------------------------*/


#timeline-content {
	border-top: 1px solid #e2e1dd;
	border-bottom: 1px solid #e2e1dd;
	position: relative;
}
.timeline-content-wrapper {
	overflow: hidden;
	position: relative;
}
.timeline-content-wrapper:before {
	background-image: url(../images/shell/vert_pattern.svg);
	background-position: 0 0;
	background-repeat: repeat;
	background-size: 70px auto;
	bottom: 35px;
	content: '';
	position: absolute;
	right: 0;
	top: 35px;
	width: 70px;
	z-index: -1;
}

#timeline-content.loading {
	height: 400px;
}
#timeline-content.loading .history-item {
	visibility: hidden;
}
/* Smaller than 960 (devices and browsers) */
@media only screen and (max-width: 999px) {
	.timeline-directions {
		width: 35%;
	}
	.timeline-selector {
		width: 65%;
	}
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.timeline-directions {
		display: block;
		text-align: center;
		width: auto;
	}
	.timeline-selector {
		display: block;
		width: auto;
	}
	.timeline-content-wrapper:before {
		display: none;
	}
}



/* TIMELINE LOADER */
.timeline-loader {
	display: none;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100px;
}
#timeline-content.loading .timeline-loader {
	display: block;
}
.timeline-loader-symbol {
	display: block;
	height: auto;
	margin: 0 0 10px 0;
	width: 100%;
}
.timeline-loader-text {
	color: #014f6e;
	text-align: center;
	text-transform: uppercase;
}
@keyframes arrow-anim-one {
	5% {
		stroke-dashoffset: 622;
	}
	30% {
		stroke-dashoffset: 0;
	}
	70% {
		stroke-dashoffset: 0;
	}
	95% {
		stroke-dashoffset: 622;
	}
}

@keyframes arrow-anim-two {
	30% {
		stroke-dashoffset: 466;
	}
	45% {
		stroke-dashoffset: 0;
	}
	55% {
		stroke-dashoffset: 0;
	}
	70% {
		stroke-dashoffset: 466;
	}
}

@keyframes arrow-symbol {
	from {
		transform: translate(0,0);
	}
	to {
		transform: translate(0,-15%);
	}
}

#arrow-part-1-mask-path {
	stroke-dasharray: 622;
	stroke-dashoffset: 622;

	animation: arrow-anim-one 2s linear infinite 0s;
}
#arrow-part-2-mask-path {
	stroke-dasharray: 466;
	stroke-dashoffset: 466;

	animation: arrow-anim-two 2s linear infinite 0s;
}

.arrow-loader-piece {
	fill: #014f6e;
}
.arrow-loader-piece-grey {
	fill: #dddddd;
}
#arrow-part-1-mask-path {
	fill: none;
	stroke: #ffffff;
	stroke-width: 18;
	stroke-miterlimit:10;
}
#arrow-part-2-mask-path {
	fill: none;
	stroke: #ffffff;
	stroke-width: 15;
	stroke-miterlimit:10;
}

.timeline-loader-symbol {
	animation: arrow-symbol 1s ease-in-out alternate infinite;
	transform: translate(0,0);
}


/* HISTORY ITEMS */

.history-item {
	width: 100%;
}
.history-slide-wrapper {
	padding: 50px 0;
}
.history-slide-left {
	box-sizing: border-box;
	display: inline-block;
	padding: 0 20px 0 0;
	vertical-align: top;
	width: 50%;
}
.history-slide-media {
	margin: 0 0 15px 0;
}
.history-slide-media img {
	display: block; 
	height: auto;
	width: 100%;
}
.history-slide-share-text {
	color: #0083bf;
	display: inline-block;
	font-size: 12px;
	margin: 0 15px 0 0;
	vertical-align: middle;
}
.history-slide-share-links {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.history-slide-share-links li {
	display: inline-block;
	list-style-type: none;
	margin: 0 1px;
	padding: 0;
	vertical-align: middle;
}
.history-share-link {
	background: #0083bf;
	box-sizing: border-box;
	border-radius: 50%;
	display: block;
	height: 24px;
	margin: 0;
	padding: 5px 0;
	width: 24px;
}
.history-share-link svg {
	display: block;
	height: 14px;
	margin: 0 auto;
	padding: 0;
	width: auto;
}
.history-share-link path {
	fill: #ffffff;
}
.history-slide-right {
	box-sizing: border-box;
	display: inline-block;
	padding: 30px 100px 0 20px;
	vertical-align: top;
	width: 50%;
}
.history-slide-date {
	color: #90c7e7;
	font-size: 27px;
	line-height: 1;
	margin: 0 0 8px 0;
}
.history-slide-heading {
	color: #0a3254;
	font-size: 44px;
	line-height: 1.1;
	margin: 0 0 5px 0;
}
.history-slide-copy {
	font-size: 14px;
	line-height: 1.7;
}
.history-slide-link a {
	color: #f6a01b;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}
.history-slide-link a:hover {
    color: #0099cc;
}
.base_content p a {
    color: #f6a01b;
    font-weight: bold;
}
.base_content p a:hover {
    color: #0099cc;
}
.history-item-error {
	color: red;
	padding: 100px 0;
	margin: 0 auto;
	max-width: 600px;
	text-align: center;
}
/* Medium Desktop */
@media only screen and (min-width: 768px) and (max-width: 1259px) {
	.history-slide-right {
		padding-right: 0;
	}
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.history-slide-wrapper {
		padding: 30px 0;
	}
	.history-slide-left {
		display: block;
		margin: 0;
		padding: 0;
		width: auto;
	}
	.history-slide-share {
		text-align: right;
	}
	.history-slide-right {
		display: block;
		padding: 0;
		width: auto;
	}
}

.history-rotator .slick-list {
	padding: 0 !important;
}

/* TIMELINE ARROWS */
#timeline-arrows {
	padding: 16px 0;
	text-align: center;
}
.timeline-button-wrapper {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	margin: 0 12px;
	padding: 0;
	position: relative;
	transition: opacity 0.2s ease-in-out 0s;
	width: 22px;
}
.timeline-button { 
	display: block;
	height: 0; 
	padding: 0;
	position: relative;
	padding-bottom: 120%; 
	width: 100%; 
}
.timeline-button svg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.timeline-button.disabled {
	cursor: default;
	opacity: 0.15;
}
.timeline-button.disabled .timeline-arrow-path {
	fill: #014f6e !important;
}
.timeline-button svg {
	display: block;
	height: auto;
	width: 100%;
}
.timeline-button .timeline-arrow-path {
	fill: #014f6e;
	transition: fill 0.2s ease-in-out 0s;
}
.timeline-button:hover .timeline-arrow-path {
	fill: #0099cc;
}




/* ACCORDION
================================================================================================================================================================= */

.accordion-content {
    padding: 40px 0 80px;   
}

.accordion {
    background-color: #0099cc;
    color: #fff !important;
    cursor: pointer;
    padding: 30px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 22px;
    transition: 0.4s;
    font-family: 'univers', sans-serif;
    border-radius: 0 !important;
    border-bottom: 2px solid #fff;
}

.panel-content p a {
    color: #f6a01b !important;
    font-weight: bold;
}

.panel-content p a:hover {
    color: #0099cc !important;
}

.active-open, .accordion:hover {
     background-color: #0a3254; 
}

.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 33px;
}

.active-open:after {
    content: "\2212";
}

.panel {
    box-sizing: border-box;
    padding: 0 30px;
    background-color: #F4F2F2;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel-content {
   margin: 30px 30px 50px 30px; 
}  


.export_btn {
    font-size: 17px;
    font-family: "univers", sans-serif;
}


.panel.open {
    max-height: 100%;
}

a {
    word-wrap: break-word;
} 



.main-content ul {
    list-style-type:disc !important;
}

.main-content ul li {
    list-style-type: disc !important;
}



.fourohfour {
    padding: 100px 0;
}

.fourohfour p a {
    font-weight: bold;
}

.fourohfour input[type="text"] {
    width: 84% !important;
    display:inline-block;
    vertical-align: top;
}
.fourohfour input[type="submit"] {
    width: 14% !important;
    display:inline-block;
    vertical-align: top;
    font-weight: bold;
    text-transform: uppercase;
    background: #014f6e;
    color: #fff;
    border: 2px solid #014f6e;
    margin-left: 6px;
}
.search-submit {
    width: 14% !important;
    display:inline-block;
    vertical-align: top;
    font-weight: bold;
    text-transform: uppercase;
    background: #014f6e;
    color: #fff;
    border: 2px solid #014f6e;
    margin-left: 6px;
}

.fourintro {
    font-size: 25px;
}

.search-results__list {
    padding: 40px 0;
}

.search-result__header a {
    color: #f6a01b;
    font-weight: bold;
}

.search-result__header a:hover {
    color: #0099cc !important;
}

.search-result__item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
}

.search-result__link a {
    font-size: 14px;
    font-weight: bold;
    color: #f6a01b;
}

.search-result__link {
    margin-bottom: 12px;
}

.search-result__header h3 {
    margin-bottom: 0;
}

.search-result__excerpt p {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .fourohfour input[type="text"] {
        width: 100% !important;
        display:block;
        vertical-align: top;
    }
    .fourohfour input[type="submit"] {
        width: 100% !important;
        display:block;
        vertical-align: top;
        margin-left: 0;
    }
    .search-submit {
        width: 100% !important;
        display:block;
        vertical-align: top;
        margin-left: 0px;
    }
}

.take-action-ctas {
    background: #e2e1dd;
    padding: 60px 0 85px;
}
.take-action_list {
    display: block;
}

.take-action-ctas h3 {
    font-family: 'univers cn', 'Arial', sans-serif;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #0a3254;
    font-size: 42px;
    font-weight: bold;
}

.take-action_list {
    display: block;
}

.take-action_list ul {
    margin: 0 !important;
    padding: 0 !important;
}

.take-action_list li {
    display: inline-block;
    zoom: 1;
    box-sizing: border-box;
    width: 31%;
    background: #fff;
    padding: 20px 20px;
    text-align: center;
    vertical-align: top;
    margin: 0 1%;
}

.take-action_list li img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.take-action_list li h5 {
        font-family: 'univers', 'Arial', sans-serif;
    font-size: 24px;
    line-height: 22px !important;
    color: #0094D7;
}

.take-action_list li a {
    background: #0a3254;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}

.take-action_list li a:hover {
    background-color: #0094D7;   
}


@media only screen and (min-width: 768px) and (max-width: 1099px) {
     .take-action_list li {
        display: block;
        zoom: 1;
        box-sizing: border-box;
        width: 100%;
        background: #fff;
        padding: 20px 20px;
        text-align: center;
        vertical-align: top;
        margin: 0 0 30px 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .take-action_list li {
        display: block;
        zoom: 1;
        box-sizing: border-box;
        width: 100%;
        background: #fff;
        padding: 20px 20px;
        text-align: center;
        vertical-align: top;
        margin: 0 0 30px 0;
    }
}
    
.action_detail_hero {
    background: #e2e1dd;
    padding-top: 340px;
    box-sizing: border-box;
    padding-left: 100px !important;
    padding-bottom: 40px !important;
}

.action_detail_hero h1 {
    color: #0a3254;
}

.action_intro h5 {
    margin-bottom: 20px !important;
}

.did_you_know {
    text-align: center;
    background: #0a3254;
    color: #fff;
    padding: 100px 0;
}

.dyk_content {
    box-sizing: border-box;
    padding: 0 20%;
}

.dyk_content h5 {
    font-family: 'univers lt', 'Arial', sans-serif;
    text-transform: uppercase;
    color: #f6a01b;
    font-size: 28px;
}

.dyk_content p {
    margin-bottom: 0 !important;
    font-size: 24px !important;
    line-height: 36px !important;
}

.steps {
    background: #e2e1dd;
    padding: 90px 0;
    text-align: center;
}

.steps ul {
    margin: 0 !important;
}

.steps ul li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 20px;
}

.steps ul li img {
    display: block;
    margin: 0 auto;
    width: 30%;
    margin-bottom: 30px;
}

.steps h3 {
    color: #0a3254;
    font-size: 38px;
}
.steps h4 {
    font-family: 'univers lt', 'Arial', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    color: #0a3254;
    font-weight: bold;
}

@media only screen and (min-width: 320px) and (max-width: 959px) {
    .steps ul li {
        display: block;
        width: 100%;
        vertical-align: top;
        box-sizing: border-box;
        padding: 0 20px;
        margin-bottom: 30px;
    }
    
    .action_detail_hero {
        background: #0a3254;
        padding-top: 340px;
        box-sizing: border-box;
        padding-left: 50px !important;
        padding-bottom: 40px !important;
        padding-right: 50px !important;
        text-align: center;
    }
    
    .action_detail_hero h1 {
        color: #fff;
    }
}

.sta_resources {
        background: #e2e1dd;

    padding: 50px 0;
    text-align: center;
}

.sta_resources a {
    text-decoration: underline;
}

.top-arrow {
    text-align: center;
    position: absolute;
    z-index: 9999;
    width: 100%;
    left: 0;
}

.top-arrow img {
    width: 50px;
    display: block;
    margin: -50px auto 0;
}

/* Smaller than Medium Desktop */
@media only screen and (max-width: 1179px) {}
/* Medium Desktop */
@media only screen and (min-width: 1000px) and (max-width: 1179px) {}
/* Smaller than 960 (devices and browsers) */
@media only screen and (max-width: 999px) {}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 999px) {}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}

@media only screen and (max-width: 767px) {}



.sourced_links { font-size: 12px; line-height: 16px; }
.sourced_links a { color: #0a3254 !important; font-weight: bold; }
.sourced_links a:hover { color:#f6a01b !important; }



@media only screen and (max-width: 959px) {
   .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 8888;
        background-color: transparent;
        mix-blend-mode: multiply;
        opacity: 0;
    } 
    
    .hero_left {
        background: #0094D7;
    }
    
    .hero_right {
        top: 80px !important;
    }
    
    .footerleft_new {
        display: block;
        width: 100%;
        text-align: left;
        vertical-align: top;
        margin-bottom: 25px;
    }
    
    .footerright_new {
        display: block;
        width: 100%;
        text-align: left;
        vertical-align: top;
        margin-bottom: 25px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 20px 0;
    }
    
}


