/* PAGE HERO */
.page_hero {padding-top: 670px;}

/* HOME HERO */
.home__hero { padding-top: 738px; position: relative;}
.home__hero__box { position: absolute; top: 50%; left: 30px;  width: 550px; max-width: calc(100% - 60px); transform: translate(0px, -50%); padding: 35px;}
.home__hero__box p { font-size: 40px; line-height: 1.15em;color: #fff;text-shadow: rgba(0,0,0,.42) 2px 2px 3px;font-weight: 700;}

.hero__posts {float: left; width: 100%; position: relative;}
.hero__posts__cont { position: absolute; right: 0; bottom: 0; z-index: 5; display: flex;}
.hero__posts__box { float: left; width: 350px; max-width: 50%; background-color: #fff; padding: 35px; padding-left: 64px; position: relative; min-height: 190px;}
.hero__posts__box:nth-child(1) {border-bottom:4px solid #FFE200}
.hero__programs { background-image: url(../images/hero__programs__back.png);}
.hero__posts__box .box__title { position: absolute; top: 0; left: -60px; width: 190px; transform: rotate(-90deg) translate(-50%,-50%); font-size: 12px; text-transform: uppercase; text-align: center; font-weight: 600;}
.hero__programs .box__title { color: #fff; }
.events__carousel__title { float: left; width: 100%; font-size: 16px; color: #000;}
.program__carousel__title { float: left; width: 100%; font-size: 18px; color: #fff;margin-bottom:5px;}
.hero__posts__box a { float: left; width: auto; font-size: 14px; color: #77C5D5; margin-top: 5px;}
.hero__programs a { color: #FFE200;}
.hero__posts__box a:hover { text-decoration: underline; }
.hero__posts__box p {float: left; width: 100%; font-size: 14px; margin-bottom: 0;}
.hero__programs p { color: #fff; }
.hero__posts__box .owl-carousel .owl-nav button { top: auto; bottom: -30px; height: 30px; width: 30px; left: 110px; color: #4585FF !important;background: transparent!important; border:0;}
.hero__posts__box .owl-carousel .owl-nav button.owl-next { left: 140px; border-left: 1px solid #D8D8D8 !important; border-radius: 0;}
.hero__events { margin-right: 5px; }
.hero__posts__box .pagination { position: absolute; left: 63px; bottom: 11px; font-size: 14px;}
.hero__posts__box .pagination span {font-weight: 700;}
.hero__posts__box .pagination::before { content: ''; width: 66px; height: 1px; background: #D8D8D8; float: right; margin-top: 12px; margin-left: 10px;}

/* COL 2 BLOCK */
.col_2_block { padding: 80px 0; background: #F2F2F2; }
.col_2_column--left { float: left; width: 53%;}
.col_2_block__title { font-size: 42px; color: #000; margin-bottom: 10px;}
.col_2_column--left p { font-size: 24px; font-weight: 300; }
.col_2_column--right { float: right; width: 38%; margin-top: 55px;}
.col_2_column--right img {width: 230px; height: auto;}
.col_2_column--right .col_2_img { width: 100%; float: left; text-align: center;}
.col_2_form { width: 100%; float: left;}
.col_2_form p { margin: 0; color: #8E8E8E; font-weight: 600; letter-spacing: 1px; }
.col_2_form .gform_wrapper { margin-top: 0;}
.col_2_form .gform_wrapper ul.gform_fields li.gfield { padding: 0; margin: 0; }
.col_2_form .gform_wrapper .gform_footer { text-align: center; }
.col_2_column--right .col_2_form .gform_wrapper .gform_footer input { font-size: 16px !important; letter-spacing: 3px; width: 300px !important; text-align: center; margin: 0; }
.col_2_column--right .col_2_form .gform_wrapper .ginput_container_email input { border: 1px solid #9999 !important; padding: 0 15px !important; width: 450px !important;}

.col_2_form .gform_wrapper div.validation_error { color: #77c5d5; margin: 10px 0 0;}
.col_2_form .gform_wrapper .field_description_below .gfield_description { color: #77c5d5; }
.col_2_form .gform_wrapper .gform_ajax_spinner { width: auto;}

/* FEATURED WORK */
.featured_work .container { border-top: 1px solid #D8D8D8; }
.featured_work__title { float: left; width: 100%; font-size: 42px; color: #000; margin-top: 70px; margin-bottom: 20px;}
.featured_work__text { display: inline-block; width: 998px; max-width: 100%;}
.featured_work__text p { font-size: 24px; font-weight: 300; }
.featured_work__cont { padding: 0;display: flex;}
.featured_work__column--left {float: left; width: 35%; padding: 0 25px; }
.tabs__btn { float: left; width: 100%; font-size: 18px; padding: 24px 10px;   border-bottom:1px solid #ddd; cursor: pointer;}
.tabs__btn:hover,.tabs__btn.active { color: #003C71; background: rgba(235,248,247);border-color:#fff;}
.tabs__btn.active { font-weight: 700; }

.featured_work__column--right {float: right; width: 65%; padding: 20px 0 0 25px; }
.tab__cont .image { float: left; width: 100%; padding-top: 60%; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.featured_work__text__cont { float: left; width: calc(100% - 80px); margin-left: 40px; background: #fff; margin-top: -120px; padding: 24px; text-align: center;}
.featured_work__text__cont--video {margin-top: 0;}
.tab__cont__title { font-size: 24px; font-weight: 700; color: #000; padding-bottom: 16px;line-height: 1.25;}
.featured_work__text__cont p { color: #000; font-weight: 300; font-size: 18px;}
.tab__cont__link { margin-top: 10px; display: inline-block;}
.tab__cont__link::after { display: inline-block; vertical-align: middle; width: 20px; height: 20px; background: url(../images/rightArrowBlue.svg); background-size: contain; background-repeat: no-repeat; background-position: center center; content: ''; margin-left: 10px;}
.tab__cont__link:hover { color: #4A90E2;}
.tab__cont .video__cont { float: left; width: 100%; padding-top: 55%; position: relative;}
.tab__cont .video__cont iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.tab__cont .video__caption { float: left; width: 100%; text-align: center; margin-top: 20px;}

/* MAP BANNER */
.map_banner {padding: 80px 0;}
.map_banner__image { float: left; width: 100%; padding-top: 35.5%; }
.map_banner__text { float: left; width: calc(100% - 214px); margin-left: 107px; max-width: 100%; background: #fff; margin-top: -138px; padding: 37px; text-align: center;}
.map_banner__title { margin-bottom:20px;}
.map_banner__text p { color: #000;}
.map_banner a { margin-top: 30px; display: inline-block;}
.map_banner a::after { display: inline-block; vertical-align: middle; width: 20px; height: 20px; background: url(../images/rightArrowBlue.svg); background-size: contain; background-repeat: no-repeat; background-position: center center; content: ''; margin-left: 10px;}
.map_banner a:hover { color: #4A90E2;}

/* ICONS BLOCK */
.icons_block .container { border-top: 1px solid #D8D8D8; }
.icons_block__title { float: left; width: 100%; font-size: 42px; color: #000; margin-top: 50px; margin-bottom: 50px;}
.map_banner__title {font-size: 42px; color: #000;}
.icons_block__cont {float: left; width: 100%;}
.icon_item { display: inline-block; vertical-align: top; width: 33%; padding: 0 30px; margin-bottom: 60px; padding-bottom: 30px; position: relative;}
.icon_item p { font-weight: 300; color: #000; }
.icon_item__icon { display: inline-block; vertical-align: top; width: 97px; height: 97px; background-size: contain; background-repeat: no-repeat; background-position: center center; margin-bottom: 30px;}
.icon_item a.black:nth-last-child(1) { margin-top: 5px; }
.icon_item a::after { display: inline-block; vertical-align: middle; width: 20px; height: 20px; background: url(../images/rightArrowBlue.svg); background-size: contain; background-repeat: no-repeat; background-position: center center; content: ''; margin-left: 10px;}
.icon_item a:hover { color: #4A90E2;}

/* DEFAULT PAGE */
.page__row { padding-bottom: 70px; }
.page__title {background: #fff; padding: 45px; padding-bottom: 30px; margin-top: -135px; position: relative;}
.page__title--with-icon {padding-right:300px;}
.page_icon {position: absolute; right: 40px; top: -114px; width: 228px; height: 228px; background-size: contain;}
.page__column { float: left; width: 25%;}
.page__column .button { width: 100%; margin-bottom: 40px;}
.page_content { float: right; width: 75%; padding-left: 60px;}
.page_content--full { float: left; width: 100%; padding-left: 0;}
.page__column ul li,
.page_content ul li,
.page_content h2,
.page_content h3,
.page_content h4,
.page_content h5,
.page_content h6,
.page_content hr { margin-bottom: 20px; }
.page_content ul {padding-left:60px;}
.page_content ul ul {padding-left:0; margin-left:0;}

/* PUBLICATIONS */

.publications { padding-top: 40px; padding-bottom: 60px;}
.publications__title h1 { font-size: 52px; color: #000; margin-bottom: 30px;}
.publication__item { float: left; width: 100%; padding: 30px 0; border-top: 2px solid #D8D8D8;}
.publication__image { float: left; width: 18.5%; padding-top: 23%; background-size: contain; background-position: top left; background-repeat: no-repeat;}
.publication__text { float: left; width: 81.5%; padding-left: 30px;}
.publication__category {float: left; width: 100%; font-size: 12px; color: #7E7E7E; text-transform: uppercase; margin-bottom: 15px; font-weight: 800;}
.publication__item h3 { float: left; width: 100%;font-size: 36px; color: #000; margin-bottom: 15px;}

/* PEOPLE */

.people {float: left; width: 100%;}
.people__title {float: left; width: 100%;}
.people__title h1 {float: left; width: 100%; text-align: center; font-size: 72px; color: #000;}
.people__intro {float: left; width: 100%; padding: 30px 0;}
.people__intro__cont { margin: 0 auto; width: 1100px; text-align: center; position: relative; padding-bottom: 30px;}
.people__intro__cont::before {position: absolute; content: ''; width: 570px; height: 1px; background: #D8D8D8; left: 50%; bottom: 0; margin-left: -285px;}
.people__intro p { margin-bottom: 0; font-size: 24px;}
.people__list {float: left; width: 100%; padding-top: 20px; padding-bottom: 50px;text-align: center;}
.people__item { display: inline-block;width: 24%; padding: 30px 30px 0 30px; text-align: center;vertical-align: top;}
.people__item > .relative {transform: scale(0.8);}
.people__image {float: left; width: 100%; padding-top: 100%; border-radius: 50%; }
.people__name {float: left; width: 100%; font-size: 24px;  line-height: 1.2; margin-bottom:5px;font-weight: 700; color: #000;}
.people__position {float: left; width: 100%; font-size: 24px; line-height: 1.2;color: #000;}
.people__link { position: absolute; bottom: 30px; right:20px; width: 150px; height: 64px; background-image: url(../images/people_arrow.svg); background-size: 64px; background-repeat: no-repeat; background-position: right center; transition: all 0.5s ease;}
.people__link:hover {transform: translateX(50px);}

.people__list--featured .people__item  {width:35%}

/* CONTACT */

.contact__hero { background: #77C5D5; text-align: center; padding: 70px;}
.contact__hero * { color: #fff;}
.contact__hero h1 { font-size: 70px; margin-bottom: 30px;}
.contact__hero p { font-size: 24px; font-weight: 300; margin-bottom: 0; margin: 0 auto; float: none; width: 900px;}
.contact__content { padding: 50px 0 70px 0;}
.contact__column { float: left; width: 50%; padding: 0 25px;}
.contact__column--left {padding-left: 0;}
.contact__column--left * { font-weight: 300; font-size: 20px; color: #000;}
.contact__column--left p a { color: #77C5D5;}
.contact__column--left p a:hover { text-decoration: underline;}
.contact__column--left strong { font-weight: 700; }
.phones_contact { float: left; width: 100%; border-top: 1px solid #D8D8D8; padding-top: 25px; margin-top: 10px;}
.contact__column--right {border-left: 1px solid #D8D8D8;}
.contact__column--right p { font-weight: 300; }

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label { font-size: 13px; font-weight: 500;}
.gform_wrapper .check__li .gfield_label {display: none !important;}
body .gform_wrapper .top_label div.ginput_container { margin-top: 0 !important;}
.gform_wrapper ul.gform_fields li.gfield { float: left; width: 100%;}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { float: left; width: 100%; height: 43px; line-height: 43px; border: 1px solid #DEE0E2; padding: 0 10px;}
.gform_wrapper textarea {float: left; width: 100%; height: 120px; line-height: normal; border: 1px solid #DEE0E2; padding: 10px;}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] { width: 160px !important; max-width: 100% !important;}
.footer__column--right .button {box-shadow: none;}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent!important;
    margin-bottom: 0!important;
    border-top: 0!important;
    border-bottom: 0!important;
    padding-bottom: 0!important;
    padding-top: 0!important;
    box-sizing: border-box!important;
}

.gform_wrapper div.validation_error {
		border-top: 0!important;
		border-bottom: 0!important;
		padding: 0!important;
    text-align: left!important;
		font-size:16px!important;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0!important;
    font-size: 12px!important;
}

/* PROGRAMS */

.programs {float: left; width: 100%; padding-top: 70px;}
.programs__title {float: left; width: 100%;}
.programs__title h1 {float: left; width: 100%; text-align: left; font-size: 52px; color: #000;}
.programs__intro {float: left; width: 100%; padding: 30px 0;}
.programs__intro__link a { display: block; margin: 20px 0; color: #4A90E2; }
.programs__intro__link a:hover { color: #000; }
.programs__intro__link { width: 40%; margin-left: 40px; }
.programs__intro__cont { margin: 0 auto; width: 100%; position: relative; padding-bottom: 30px; display: flex;}
.programs__intro__cont p { width: 60%; }
.people__list__title.with-line:before {position: absolute; content: ''; width: 570px; max-width: 100%;height: 1px; background: #D8D8D8; left: 50%; bottom: 0; transform: translateX(-50%);}
.programs__intro p { margin-bottom: 0; font-size: 32px; font-weight: 100; border-right: 1px solid #ddd;}

.featured_programs__list { float: left; width: 100%; margin-top: 40px;}
.feature_programs__title { text-align: center; margin-bottom: 40px; font-size: 15px;}
.featured_programs__item { float: left; width: calc(33.33% - 20px); margin-right: 30px; margin-bottom: 40px; position: relative;}
.featured_programs__item:nth-child(3n) { margin-right: 0;}
.featured_programs__item .image { float: left; width: 100%; padding-top: 65%;}
.featured_programs__text { float: left; width: calc(100% - 30px); margin-left: 15px; background: #fff; padding: 20px; padding-bottom: 40px; margin-top: -35px;}
.featured_programs__subtitle { float: left; width: 100%; font-size: 13px; font-weight: 700; color: #7C7C7C; text-transform: uppercase; margin-bottom: 0;}
.featured_programs__title { float: left; width: 100%; font-size: 24px; color: #000;}
.featured_programs__link { float: left; width: auto; font-size: 18px; color: #000; line-height: 20px; position: absolute; bottom: 0; left: 35px;}
.featured_programs__link::after { display: inline-block; vertical-align: middle; width: 20px; height: 20px; background: url(../images/rightArrowBlue.svg); background-size: contain; background-repeat: no-repeat; background-position: center center; content: ''; margin-left: 10px;}
.featured_programs__title:hover,
.featured_programs__link:hover { color: #4A90E2;}

.programs__list {background: #F2F2F2; padding: 60px 0;}
.programs__column--left { float: left; width: calc(24% - 15px); border-right: 1px solid #D8D8D8; padding-right: 15px;}
.programs__column--left ul { list-style: none; float: left; width: 100%; margin: 0;}
.programs__column--left ul li { float: left; width: 100%;}
.programs__column--left ul li a { float: left; width: 100%; font-size: 18px; color: #000; font-weight: 700; padding: 14px 10px; border-bottom: 1px solid #D8D8D8;}
.programs__column--left ul li a:hover,
.programs__column--left ul li.active a { color: #4A90E2; background: #fff;border-bottom: 1px solid #D8D8D8;}
.programs__column--right { float: right; width: 76%;display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    grid-auto-flow: dense;
}
.program__item { float: left; width: 100%; height: 400px;  background: #fff; border-top: 5px solid #000; box-shadow: #ccc 0 0 10px; padding: 15px 20px; text-align: center; position: relative;}
.program__item--with_image { grid-column:span 2;}
.program__item--with_image .image { float: left; width: 85%; padding-top: 365px;}
.program__title { float: left; width: 100%; font-size: 38px; color: #000;}
.program__text { min-height: 365px;}
.program__item--with_image .program__text { position: absolute; top: 0; right: 0; width: 55%; height: 100%;}
.program__item--with_image .program__text .program__title  {float: left; width: 100%; background: #fff; text-align: left; padding: 30px;}
.program__item:hover { border-top: 5px solid #4A90E2;}
.program__item:hover .program__title { color: #4A90E2;}

/* NEWS */

	/* ARCHIVE */

	.news_row ul,
	.news__single ul { list-style: none; margin: 0;}
	.news__title { float: left; width: auto;}

	.news__category {float: left; width: 100%; text-align: center; margin: 70px 0 40px 0; padding: 0 15px;}
	.news__category { display: inline-block; font-size: 32px;}
	.news__title { font-size: 32px; color: #000; margin-right: 30px;}
	.news__category ul {display: inline-block; width: auto;}
	.news__category ul li {float: left;}
	.news__category ul li a {float: left; width: auto; min-width: 150px; max-width: 100%; text-align: center; padding: 7px 20px; font-size: 14px; color: #5C5C5C; margin-right: 15px;position: relative;}
	.news__category ul li a div {position: relative; width: 100%; z-index: 2;}
	.news__category ul li a span {position: absolute; width: 100%; z-index: 1; height: 3px; left: 0; bottom: 0;}
	.news__category ul li a:hover span,
	.news__category ul li.current-cat a span {height: 100%;}
	.news__category ul li.cat-text-dark a:hover {color: #000;}
	.news__category ul li.cat-text-white a:hover {color: #fff;}
/*
	.news__category ul li.category-featured-press a {border-bottom: 3px solid #003C71;}
	.news__category ul li.category-announcements a {border-bottom: 3px solid #ECA154;}
	.news__category ul li.category-op-eds a {border-bottom: 3px solid #E03E52;}
	.news__category ul li.category-testimony a {border-bottom: 3px solid #D0DF00;}
	.news__category ul li.category-all a {border-bottom: 3px solid #77C5D5;}
*/
	.news__category ul li.category-featured-press a:hover,
	.news__category ul li.current-cat.category-featured-press a {background: #003C71; color: #fff;}
	.news__category ul li.category-announcements a:hover,
	.news__category ul li.current-cat.category-announcements a {background: #ECA154;color: #fff;}
	.news__category ul li.category-op-eds a:hover,
	.news__category ul li.current-cat.category-op-eds a {background: #E03E52;color: #fff;}
	.news__category ul li.category-testimony a:hover,
	.news__category ul li.current-cat.category-testimony a {background: #D0DF00;color: #fff;}
	.news__category ul li.category-all a:hover,
	.news__category ul li.current-cat.category-all a {background: #77C5D5; color: #fff;}
	.news__category ul li a:hover {color: #fff;}
	.news__category ul li.current-cat a:hover, .news__category ul li.current-cat a {color: #fff;}





	.news_row .news__cont.cat-text-white * {color: #fff;}
	.news_row article {float: left; width: 25%; padding: 15px;}
	.news_row .news__cont { float: left; width: 100%; background: #fff; box-shadow: #ddd 0 0 10px; padding: 10px 20px; text-align: left; margin-bottom: 20px; height: 100%;}
	.category__box * { display: inline-block; width: auto; vertical-align: top; margin-right:3px;}
	.category__box,
	.category__box a { display: inline-block; width: auto; font-size: 12px; color: #000;}
	.news_row article .news__cont h3 a {float: left; width: 100%; font-size: 18px; color: #000; line-height: 1.2em;}

	.news_row .container {display: flex; flex-wrap: wrap;}
	.news_articles {display: flex;flex-wrap: wrap; padding-bottom: 80px;}

	/* SINGLE */

	.news__single { padding: 60px 0; }
	.news__single .category__box,
	.news__single .category__box a { font-size: 14px; font-weight: 700;}
	.news__single .news__title {font-size: 48px; padding-bottom: 10px; margin-right: 0; width: 100%; float: left; text-align: left;}
	/*.announcements .news__single .news__title {border-bottom: 6px solid #ECA154;}
	.testimony .news__single .news__title {border-bottom: 6px solid #D0DF00;}
	.op-eds .news__single .news__title {border-bottom: 6px solid #E03E52;}
	.featured-press .news__single .news__title {border-bottom: 6px solid #003C71;} */
	.news__content { float: left; width: 100%; padding-left: 140px; margin: 50px 0; position: relative;}
	.news__content p { font-size: 16px;}
	.news__content blockquote { float: left; width: 100%; margin-bottom: 20px; }
	.news__content blockquote p {font-size: 20px; color: #9B9B9B; font-style: italic; font-family: 'Georgia';}
	.news__content iframe { width: 100%; }
	.news__content img { float: left; width: 100%; height: auto;}
	.news__content h1 { font-family: 'sentinel'; font-size: 32px; color: #000000; font-weight: normal;}
	.news__content h2 { font-family: 'sentinel'; font-size: 24px; color: #003C71; font-weight: bold;}
	.news__content h3 { font-family: 'Lato'; font-size: 22px; color: #ECA154; font-weight: bold;}
	.news__content h4 { font-family: 'sentinel'; font-size: 22px; color: #4A4A4A; font-style: italic;}
	.news__content h5 { font-family: 'Lato'; font-size: 14px; color: #4A4A4A; font-weight: normal;}
	.news__content h6 { font-family: 'Lato'; font-size: 11px; color: #4A4A4A; font-weight: normal;}
	.news__content figure {float: left; width: 100% !important;}
	.news__content figcaption {float: left; width: 100%; font-family: 'Lato'; font-size: 11px; color: #64656A; font-weight: normal; margin: 10px 0 20px 0;}
	.news__content p a { color: #77C5D5;}
	.news__content p a:hover { text-decoration: underline;}
	.news__content ul,
	.news__content ol {list-style: disc; list-style-position: outside; width: calc(100% - 20px); margin-left: 15px; margin-bottom: 20px; font-size: 16px;}
	.news__content ul li,
	.news__content ol li {margin-bottom: 5px;}
	.news__share {position: absolute; top: 0; left: 0; width: 120px;}
	.sharebox a {float: left; width: 38px; height: 50px; margin: 0 1px 1px 1px; background: #000; line-height: 50px; font-size: 16px; color: #fff; text-align: center;}
	.sharebox a:hover {background: #77c5d5; color: #fff;}

	.recent__news { background: #F0F0F0; padding: 40px 0 20px 0;}
	.recent__news	.news__title { float: left; width: 100%; text-align: center; font-size: 32px; color: #000; margin-bottom: 20px;}
	.recent__news .news__cont { background: none; min-height: 0; box-shadow: none;}
	.recent__news .responsiveCarrousel {
		display: grid;
		grid-template-columns: repeat(4,1fr);
	}
	.recent__news .responsiveCarrousel article {width:100%}

	.news__content h1, .publication__item h1, .announcements .news__single .news__title {font-family: 'sentinel'; font-size: 32px; color: #000000; font-weight: 400;}
	.alternative__font {font-family: 'sentinel'; }
	.news__content h2, .publication__item h2 {font-family: 'sentinel'; font-weight: bold; font-size: 24px; color: #003C71}
	.news__content h3, .publication__item h3 {font-family: 'Helvetica', serif; font-weight: bold; font-size: 22px !important; color: #ECA154;}
	.news__content h4, .publication__item h4 {font-family: 'sentinel'; font-size: 22px; color: #4A4A4A; font-style: italic;}
	.news__content h5, .publication__item h5 {font-family: 'Helvetica', serif; font-size: 14px; color: #4A4A4A; font-weight: 400;}
	.news__content h6, .publication__item h6 {font-family: 'Helvetica', serif; font-size: 11px; color: #4A4A4A; font-weight: 400;}

	/* COLORS 

	.news_row article.category-announcements .news__cont {background:  #ECA154;}
	.news_row article.category-featured-press .news__cont {background:  #003C71;}
	.news_row article.category-featured-press .news__cont * {color: #fff;}
	.news_row article.category-testimony .news__cont {background:  #D0DF00;}
	.news_row article.category-op-eds .news__cont {background: #E03E52;}
	.news_row article.category-op-eds .news__cont * {color: #fff;}
	.news_row article .news__cont .category a:hover, .news_row article .news__cont h3 a:hover {text-decoration: underline;}

	POPUPS */

	.fade { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; opacity: 0.91; background-color: #003c71; z-index: 4; display: none;}

	.programs__popup { position: fixed; top: 50%; min-height: 400px; transform: translate(-50%,-50%); left: 50%; width: 796px;  background: #fff; padding: 40px; border-top: 5px solid #000; z-index: 5; box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.27); display: none;}
	.programs__popup__title {float: left; width: 100%; font-size: 36px; line-height: 1;color: #000; margin-bottom: 20px;}
	.programs__popup__subtitle { float: left; width: 100%; font-size: 16px; font-weight: 300; color: #000;}
	.programs__popup__text { float: left; width: 100%;}
	.programs__popup__text p {font-size: 16px; font-weight: 300; color: #000;}

	.programs__popup__reach,
	.programs__popup__need {background-color: #f2f2f2; padding: 15px; border-top: solid 3px #003c71; margin-bottom: 20px;}
	.programs__popup__reach { float: left; width: 33.33%;}
	.programs__popup__need { float: right; width: calc(66.66% - 15px) }
	.popup__box__title {float: left; width: 100%; font-size: 14px; color: #000; font-weight: 700; margin-bottom: 10px;}
	.programs__popup__reach h3,
	.programs__popup__need h3 { float: left; width: 100%; font-size: 24px!important; line-height: 1.2;font-weight: 900; color: #003c71;}
	.need__column { float: left; width: 50%; padding-right: 10px; }
	.need__column p,
  .news__content .popup__box__column.programs__popup__reach p {float: left; width: 100%; font-size: 14px; color: #003c71; font-weight: 300;}

	.people__popup { position: fixed; top: 50%; transform: translateY(-50%); left: 50%; width: 1050px; margin-left: -525px; background: #fff; z-index: 5; box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.27); display: none; flex-wrap: wrap;}
	.people__popup__column--left { float: left; width: 40%; background: #003c71;}
	.people__popup__column--right { float: left; width: 60%; padding: 40px;}
	.people__popup .image { float: left; width: 100%; padding-top: 100%;}
	.people__popup__name,
	.people__popup__title { float: left; width: 100%; font-size: 36px; color: #64656A;}
	.people__popup__name {font-weight: 900;}
	.people__popup__text { float: left; width: 100%; height: 450px; padding-right: 20px; margin-top: 20px;}
	.people__popup__text p { font-weight: 300; font-size: 18px;}
	.people__popup .buttons__cont { float: left; width: 100%; text-align: center; padding: 35px 20px;}
	.people__popup .buttons__cont a { display: block; width: 280px; max-width: 100%; border: 2px solid #E61937; height: 44px; line-height: 44px; padding-right: 40px; text-align: center; font-size: 14px; color: #fff; text-transform: uppercase; position: relative; margin: 0 auto 15px auto; font-weight: 600;}
	.people__popup .buttons__cont a::after { position: absolute; top: 0; right: 0; width: 40px; height: 40px; border-left: 2px solid #E61937; background-color: #E61937; background-image: url(../images/white_arrow.svg); background-position: center center; background-repeat: no-repeat; background-size: 60%; content: '';}
	.people__popup .buttons__cont a:hover { background: #E61937; color: #fff;}
	.people__popup__column__close_icon {position: absolute; right: 20px; top: 20px; cursor: pointer;}
	.people__popup__column__close_icon:hover {color: #77c5d5;}
	.people__popup .buttons__cont a:nth-last-child(1) {margin-bottom: 0px;}
	.people__popup .loading,.programs__popup .loading {width: 100%; text-align: center; height: 150px; background-image: url(../images/loading.svg); background-position: center; background-size: contain; background-repeat: no-repeat; position: absolute; top: 50%; transform: translateY(-50%);}

	.programs__popup .buttons__cont .button {margin-right: 10px; box-shadow: 0 4px 2px -2px #9E9E9E;}
	.programs__popup__close_icon {position: absolute; top: 0; right: 0; background-color: #000; width: 30px; height: 30px;}
	.programs__popup__close_icon .fa-times {cursor: pointer; color: white; transform: translateX(100%); font-size: 14px;}
	.programs__popup__close_icon .fa-times:hover {color: #ccc;}

	/* 404 */

    .row404 { padding: 100px 0;}
    .row404 h1 {float: left; width: 100%; font-size: 46px; font-family: "Mercury Display A","Mercury Display B", Times, serif; font-weight: 700; color: #0291C9; line-height: 1em; text-align: center;}
    .row404 p {float: left; width: 100%; font-size: 20px; text-align: center; margin-top: 20px; text-align: center;}

	/* ADJUSTMENTS */

	li.menu-item.current_page_item a, li.menu-item.current_page_item a:hover {font-weight: bold; color: #77C5D5;}
	.contact__content .gform_confirmation_wrapper {font-family: 'Georgia'; padding: 15px; background-color: #f1f1f1; border-radius: 10px; text-align: center; line-height: 1.6;}
	.wp-pagenavi {margin-bottom: 30px; text-align: center; width: 100%;}
	.wp-pagenavi a, .wp-pagenavi span {border: none; padding: 0px 10px 5px 10px;}
	.wp-pagenavi .page.larger, .wp-pagenavi .page.smaller {color: #77C5D5;}
	.wp-pagenavi a:hover {color: #ECA154; border-bottom: none;}
	.wp-pagenavi a.page.larger:hover, .wp-pagenavi a.page.smaller:hover, .previouspostslink:hover, .nextpostslink:hover, .wp-pagenavi span.current {border-bottom: 4px solid #64656A;}
	.site-main .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {background-color: #003c71;}
  .site-main .mCSB_scrollTools.mCSB_scrollTools_onDrag .mCSB_dragger .mCSB_dragger_bar {background-color: #003c71; }

	.publication__text h4 a:hover { color: #77C5D5;}

	hr {float:left; width:100%; height: 1px; background: #DEDEDE;}

	.iframe-wrapper {width: 100%; float:left; padding-top:56.25%; margin-bottom:30px;margin-top:10px; position: relative;}
.iframe-wrapper iframe {position: absolute;top:0; left:0; width: 100%; height: 100%;}

a[href^="#footnote"] {
	background: #77C5D5;
	color:#fff;
	font-size:12px;
	vertical-align: top;
	text-decoration: none;
	font-weight: 700!important;
	margin: 0 3px;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	text-align: center;
	line-height: 16px;
}
a[href^="#footnote"] span {font-weight: 700!important;}
.footnote p {font-size: 12px; line-height: 1.3em;}

.people__list__title {text-align: center; font-weight: 700; position:relative;color: #000;}
.people__list__title.with-line {padding-top:30px;}
.people__list__title.with-line:before {top:0; bottom:auto;}

.tabs__nav--button {display: none;}

.tabs__nav {
	float:left;
	width:30%;
}
.tabs__nav a,
.tabs__nav--button {
	float:left;
	width:100%;
	padding: 10px 15px;
	font-size: 20px;
	color:#6D7278;
	margin-bottom:10px;
}
.tabs__nav a.active,
.tabs__nav a:hover,
.tabs__nav--button {
	color:#000;
	background:rgba(119, 197, 213, .38);
}
.tabs__nav--button {text-align: center;}
.tabs__nav a.active {font-weight: 700;}

.tabs__nav--button.open i {transform: rotate(180deg); transition: all .5s ease;}

.tabs__contents {
	float:right;
	width: 70%;
	padding-left: 54px;
}

.tabs__contents .tab {display: none;}

.tabs__contents li,
.tabs__contents p {font-size: 20px; color:#64656A; line-height: 1.5;margin-bottom:1em;}

.tabs__contents ul,
.tabs__contents ol {margin-left:40px; padding-left:20px; width: calc(100% - 60px)}

.tabs__contents ol {
  padding-left:45px;
  width: calc(100% - 85px);
  list-style: none;
  counter-reset: my-awesome-counter;
}
.tabs__contents ol li {
  counter-increment: my-awesome-counter;
	position: relative;
}

.tabs__contents ol li:before {
  content: counter(my-awesome-counter);
  font-size: 1.05rem;
  font-weight: bold;
  position: absolute;
  left: -45px;
  line-height: 38px;
  width: 40px;
  height: 40px;
  top: 0;
  background:#77C5D5;;
  border-radius: 50%;
  text-align: center;
}

.tab__webinars {
	display: grid;
	grid-gap: 40px;
	grid-column: 2;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
}
.webinars__item {
	display: block;
	padding: 20px;
	background: #f3f3f3;
}
.webinars__item .webinars__subtitle {
	text-transform: uppercase; font-size: 12px; font-weight: 700; line-height: 1; color:#64656A; margin-bottom:0;
}
.webinars__item h3 { font-size:24px; line-height: 1.1; margin:10px 0; font-weight: 300;color:#64656A; }
.webinars__item p {color:#64656A; font-size:14px; line-height: 1.2;margin-bottom:1em;}
.webinars__item p a {font-weight: 700;}
.webinars__item .image {display: block; background-position: center center; background-repeat:no-repeat; background-size:cover; padding-top:67%; position: relative;}
.webinars__item .image span {display: block;
	box-sizing: border-box;
	height: 78px;
	width: 78px;
	border-radius:50%;
	background-color: rgba(68, 215, 182, .57);
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease;
}
.webinars__item .image span:before {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
	content:'';
	display: inline-block;
  border-left:20px solid #fff;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-40%,-50%);

}
.webinars__item .image:hover span {background-color: rgba(68, 215, 182, 1);}

.webinars__form {
	position: fixed;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	float:left;
	width: 500px;
	max-width: 90%;
	box-shadow: rgba(0,0,0,.5) 0 0 10px;
	padding: 30px 0 30px 30px;
	background: #fff;
	display: none;
	z-index: 101;
  max-height: 90vh;

}
.webinars__form .gform_wrapper div.validation_error { max-width: calc(100% - 30%);}
.tabs__contents p a {font-weight: 700;}
.tabs label {font-size: 13px; color:#575F68; }
.tabs .gform_wrapper li input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])  {max-width: 487px;}
.tabs .gform_wrapper .gfield_checkbox li label {font-size:14px; color:#000;}
.tabs .gform_wrapper .gfield_checkbox li li label {color:#1A2026}
.tabs .gform_wrapper ul.gform_fields li.gfield,
.tabs .gform_wrapper .gfield_checkbox li input,
.tabs .gform_wrapper .gfield_checkbox li input[type=checkbox],
.tabs .gform_wrapper .gfield_radio li input[type=radio] {margin-top:0!important;}
.tabs .gform_wrapper p {margin:0;}
.tabs .iframe-wrapper {padding:0; margin:0;}

.featured_work__cont .tabs__nav--button {color: #003C71;background: rgba(235,248,247);}

.webinars__form .close {
	position: fixed;
	top:20px;
	right:20px;
	float:left;
	width:30px;
	height: 30px;
	background: url(../images/close.svg) center center no-repeat;
	background-size:contain;
	cursor: pointer;
	filter:invert(1);
}
.webinars__form .close:hover {opacity: 0.5;}

.webinars__form .form_container {float:left;width:100%;}

.tabs .gform_wrapper ul.gfield_checkbox {padding-left:40px; }
.tabs .gform_wrapper ul.gfield_checkbox .extra-info {    padding-left: 20px;max-width: calc(487px - 40px);}
.tabs .gform_wrapper ul.gfield_checkbox .extra-info label {display: block;}

.fade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 100;
}

.loading {
	width: 500px;
  max-width: 90%;
	text-align: center;
	background-image: url(../images/loading.svg);
	background-size: 20% auto;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	height: 200px;
}

.gform_wrapper .validation_message { margin-top: 5px; float: left; width: 100%;}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] { margin-top: 0 !important;}

.alignleft {float:left; max-width: 50%; margin: 0 30px 20px 0;}
.alignright {float:right; max-width: 50%; margin: 0 0 20px 30px;}
.alignnone, .aligncenter {display: block; margin: 20px auto; max-width: 100%;}


/* FILTER CSS */
.js-grid-results:after {
	content: '';
	display: block;
	clear: both;
}
.js-grid-results{
	display:flex;
	flex-wrap: wrap;
	width:100%;
	position:relative
}
.wp-filterpage {margin-bottom: 30px; text-align: center; width: 100%;}
.wp-filterpage a, .wp-filterpage a {border: none; padding: 0px 10px 5px 10px;}
.wp-filterpage .page.larger, .wp-filterpage .page.smaller {color: #77C5D5;}
.wp-filterpage a:hover {color: #ECA154; border-bottom: none;}
.wp-filterpage a.page.larger:hover, .wp-filterpage a.page.smaller:hover, .wp-filterpage a.filtercurrent {border-bottom: 4px solid #64656A;}
.wp-filterpage a.filtercurrent {border-bottom: 4px solid #64656A;font-weight: bold; color: #64656A !important;}
.filter_no_results{display:none; width: 100%; text-align: center;}