/*
Theme Name: Constellation
*/

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/

body {
    /* font-family: "proxima-nova", sans-serif; */
    font-weight: normal;
    line-height: 1.5;
}
a {
	outline:0 !important;
}

.btn, 
.home-button-top {
    text-align: center;
    border: 2px #ee683e solid;
    padding: 12px;
    border-radius: 35px;
    color: #ee683e;
    line-height: 1;
    min-width: 150px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
	background-color:transparent;
}
.btn:hover, 
.btn.active, 
.btn:active, 
.home-button-top:hover, 
.home-button-top.active, 
.home-button-top:active {
    color: white;
    background-color: #ee683e;
	text-decoration:none;
	border: 2px #ee683e solid;
}
.button-round-hp {
    font-size: 18px;
    margin-top: 30px;
    color: #ee683e;
}
.button-round-hp:hover {
    color: white;
    background-color: #ee683e;
}
.button-round-hp-inverse {
    font-size: 18px;
    border: 2px white solid;
    margin-top: 30px;
    color: white;
}
.button-round-hp-inverse:hover {
    color: #ee683e;
    background-color: white;
}
.modal {
    z-index: 10000;
}
/* NAV */
.navbar {
	height: 100px;
	border-radius: 0;
	position: fixed;
	margin-bottom: 0;
	z-index: 9999;
	width:100%;
	border:0;
}
.navbar-brand {
    height: auto;
}
.navbar .custom-logo {
    width: 212px;
    height: auto;
}

.navbar-nav {
	padding-top: 32px;
}
.nav > li > a:focus, 
.nav > li > a:hover,
.nav > li.open > a,
.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover  {
    color: #e6e6e6;
    background-color: transparent;
	border-bottom: 4px solid #f26532;
}
.navbar-nav > li > a {
    font-size:13px;
	text-transform:uppercase;
	color: #e6e6e6;
	line-height: 1;
	letter-spacing: 0.75px;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 4px solid transparent;
}
.navbar-nav > li > a.dropdown-toggle .caret {
    display:none;
}
.navbar-nav > li:hover ul.dropdown-menu,
.navbar-nav > li.open ul.dropdown-menu {
    border-top: 4px solid #f26532;
	border-left:0;
	border-right:0;
	border-bottom:0;
    color: #f26532;
    top: calc(100% - 4px);
	right: auto;
	background-color: rgba(255, 255, 255, 0.7);
	min-width: 150px;
	padding:0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius:0;
}
.navbar-nav > li > ul.dropdown-menu a {
    color: #f26532;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:15px;
	padding-right:15px;
	line-height: 1;
}
.navbar-nav > li > ul.dropdown-menu > li {
	position:relative;
}
.navbar-nav > li > ul.dropdown-menu > li:not(:last-child)::after {
    content: '';
    height: 1px;
    background-color: #f26532;
    width: 90%;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
nav {
	transition:all .5s;
}
nav.affix {
	background-color:#000;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: inherit;
}

.dropdown-menu > .active > a {
	background-color: inherit;
}
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}

.mobile-dropdown {
	display:none;
}
/* HOME */

#home-banner {
	min-height: 100vh;
	padding-bottom:50px;
	background-position: center top;
}
.home .header-copy {
    padding-top: 20vh;
}
.home .header-copy h1 {
    font-size:70px;
    line-height: 72px;
    margin-bottom: 30px;
	margin-top:0;
}
.home .main-header-text {
    color: white;
}
.home .header-text-italic {
    color: #ee683e;
    font-weight: bold;
}
.home .home-button-top {
    color: white;
	margin-bottom:90px;
}
.home .news-feed {
    background-color: rgba(250, 250, 250, 0.5);
    border-radius: 25px;
    padding: 32px;
}
.home .news-title {
    color: #ee683e;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
	margin-top:0;
}
.home .news {
	min-height:170px;
}
.home .the-date {
    font-size: 14px;
}
.home .title-news {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10%;
}
.home .read-more-news {
    position: absolute;
    right: 0;
    bottom: 0;
}
.home .read-more {
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.366667px;
    color: #ee683e;
}
.home .read-more:hover {
    color: white;
	text-decoration:none;
}
.carousel-indicators {
    position: static;
    bottom: auto;
    left: auto;
    width: auto;
    margin-left: 0;
    
    float: left;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #f26532;
    border: 1px solid #f26532;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: transparent;
}
.home-feature {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.home-feature-img,
.home-feature-copy {
	float:left;
}
.home-feature-img {
	width:45%;
}
.home-feature-img img {
	max-width:100%;
}
.home-feature-copy {
	width:55%;
	font-size: 23px;
	line-height: 32px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right;
}
.home-feature-copy p {
	max-width:550px;
}
.columns-styling-white {
    color: white;
}
.home .title-orange {
    color: #ee683e;
    font-weight: 700;
    font-size: 26px;
}

/* FOOTER */

.footer-container {
    background-color: #e8e8e9;
	font-size: 16px;
}
.footer-container .footer .footer-info {
    padding-top:100px;
	padding-bottom:100px;

}
.footer-container .footer .footer-info img {
    width: 185px;
    padding-bottom: 40px;
}
.footer-container p {
    font-size: 16px;
    line-height: 24px;
}
.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-container .footer .footer-info .left a {
    color: #ee683e;
}
.footer-container .footer .footer-info .left ul {
    display: table;
}

.footer-container .footer .footer-info .left ul li {
    font-size: 14px;
    display: table-cell;
    padding: 10px;
    padding-left: 10px;
}
.footer-container .footer .footer-info .left ul li:first-child {
    padding-left: 0;
}
.footer-container .footer .footer-info .left ul a {
    color: black;
}
.footer-container .footer .footer-info .menu  {
    max-height: 300px;
    padding-bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}
.footer-container .footer .footer-info .menu .menu-item .sub-menu {
    padding-top: 5px;
}
.footer-container .footer .footer-info .menu .menu-item {
    padding: 0 0 20px;
    font-weight: bold;
}
.footer-container .footer .footer-info .menu .menu-item .sub-menu .menu-item {
    font-weight: normal;
    padding: 0 0 5px;
}
.footer-container .footer .footer-info .menu .menu-item .sub-menu .menu-item a {
    padding: 0;
    text-transform: none;
    font-weight: 400;
}
.footer-container .footer .footer-info .menu a {
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
	display: block;
}
.footer-container a {
    color: #333;
}
.footer-container .footer .footer-info .menu a:hover,
.menu-footer-menu-container a:hover {
    color: #ee683e;
	text-decoration:none;
}
.footer-bottom {
    background-color: black;
    color: white;
    min-height: 65px;
	font-weight: 400;
	letter-spacing: 0.7px;
    text-transform: uppercase;
	padding-top: 20px;
}
.footer-bottom p {
	font-size: 14px;
}
.menu-footer-menu-container {
	float:right;
}
.menu-footer-menu-container a {
	color:#fff;
	font-size:14px;
}

#contact_modal .modal-dialog .modal-content {
	padding:30px 15px;
}
.custom-modal .modal-dialog .modal-content {
	padding:30px 30px;
	border: none;
	border-radius: 0;
}
.custom-modal .close {
	position: absolute;
    top: 15px;
    right: 20px;
    font-size: 32px;
	z-index: 1;
}
.custom-modal .content p,
.section .custom-modal .content p {
	font-size:16px;
	line-height:2;
	margin-bottom:20px;
}
.google-map {
    margin: 30px 0 50px;
}
@media screen and (min-width: 1620px) {
	#contact_modal .contact-container {
		width: 1170px;
	}
	#contact_modal .modal-dialog {
		width: 75%;
		max-width: 1200px;
	}
}

/* PAGES */ 

.banner {
	padding-top:100px;
	background-size: cover;
	min-height: 35vw;
	background-position: center center;
}
.interior .banner .header-copy {
    color: white;
    margin-top: 20vh;
    font-size: 61px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
}
.interior .banner .header-copy::after {
    content: '';
    display: block;
    margin-top: 20px;
    border-bottom: 5px solid #f26532;
    width: 100px;
}
.section  {
	padding-top:100px;
	padding-bottom: 50px;
}
.section.s1 {
	padding-top:50px;
}
.section .content p,
.section .content li {
	font-size:18px;
	line-height:1.6;
	margin-bottom:20px;
}
.section .content ul {
	padding-left:17px;
}
.section .content h2 {
    font-size: 32px;
    color: #f26532;
    font-weight: 700;
    margin-top: 50px;
}
.section .content h2::after {
    margin-top: 20px;
    content: '';
    display: block;
    border-bottom: 5px solid #f26532;
    width: 100px;
    margin-bottom: 50px;
}

.section .content img {
	max-width: 100%;
}
.section .content h4 {
    font-size: 25px;
	line-height:1.4;
    margin-bottom:10px;
}
.section .content h3 {
	font-size: 22px;
	font-weight: 700;
	margin: 40px 0 10px;
}
.section .content .wp-caption {
	width: 100%;
    max-width: 900px !important;
    margin: 20px 0;
}
.section .content .wp-caption img {
    height:auto;
}
.section .content .wp-caption .wp-caption-text {
    background-color: #efefef;
    padding: 10px 15px;
    color: #0a0a0a;
	font-size: 13px;
	line-height: 30px;
	text-align:left;
}

/* TEAM */

.management-tabs {
	padding-left:0;
	margin-bottom:50px;
}

.management-tabs .tabs-title {
	margin-right: 50px;
	list-style-type: none;
	display: inline-block;
}
.management-tabs .tabs-title a {
	text-align: center;
	border: 2px #ee683e solid;
	padding: 12px;
	border-radius: 35px;
	color: #ee683e;
	line-height: 1;
	min-width: 150px;
	font-weight: 700;
	font-size: 18px;
}
.management-tabs .tabs-title a:hover,
.management-tabs .active a {
	background-color: #f26532;
	color: white;
}

.team-member > a {
	max-width:300px;
	display:block;
	margin-bottom:50px;
	text-decoration:none !important;
}
.team-member > a .caption {
	background-color: white;
	padding: 15px 10px;
}
.team-member > a:hover .caption {
    background-color: #f26532;
    color: white;
}
.team-member > a .caption p {
    padding: 0;
    margin: 0;
    font-weight: 700;
    color: #f26532;
	font-size:18px;
}
.team-member > a .caption p span {
    font-size: 16px;
    display: block;
    color: #1b89bf;
}
.team-member > a:hover .caption p, 
.team-member > a:hover .caption span {
    color: white;
}
.bio-modal h2 {
    font-weight: 700;
    color: #f26532;
    margin-bottom: 5px;
    font-size: 32px;
	margin-top:0;
	line-height:1.4;
}
.bio-modal h3 {
    font-weight: 700;
    font-size: 26px;
    color: #1b89bf;
    margin-bottom: 20px;
	margin-top:0;
	line-height:1.4;
}
#fa p.name {
	margin: 20px 0 10px;
	font-weight: 700;
}

/* INVESTORS */

.investors > .row {
	margin-bottom:50px;
}
.investors .investor-logo a {
	display:block;
}
.investors h3 {
    margin: 0 0 15px;
	font-size: 22px;
	font-weight: 700;
}

.investors h3 a {
    color: #f26532;
    text-decoration: none;
}

/* PUBLICATIONS */

.section .content .searchandfilter ul,
.section .content .search-filter-results ul {
    padding-left: 0;
}
form.searchandfilter ul li {
    display: inline-block;
    margin-right: 12px;
}
form.searchandfilter select {
    height: 39px;
    margin: 0 0 16px 0;
    padding: 8px;
    padding-right: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e8e8e9;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {

    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 39px;
    margin: 0 0 16px 0;
    padding: 8px;
    border: 1px solid #e8e8e9;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.newsroom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.newsroom li {
	display: -webkit-flex;

display: -ms-flexbox;

display: flex;

-webkit-flex-direction: row;

-ms-flex-direction: row;

flex-direction: row;
    margin-bottom: 15px;
	line-height: 36px;
}
.newsroom .newsroom-date, 
.newsroom .newsroom-title {
    display: inline-block;
}
.newsroom .newsroom-date {
    max-width: 150px;
    width: 20%;
}
.newsroom .newsroom-date a {
    color: #1b89bf;
    font-weight: bold;
    white-space: nowrap;
    padding: 0;
	font-size:18px;
	text-decoration:none !important;
}
.newsroom .newsroom-title {
    margin-left: 15px;
}
.newsroom .newsroom-title a {
    color: #111531;
    font-weight: bold;
	font-size:18px;
}
.newsroom .newsroom-title a:hover {
    color: #666;
	text-decoration:none;
}

/* CAREERS */
.page-template-page-careers .s1 {
	padding-bottom:0;
}
.page-template-page-careers .s2,
.page-template-page-careers .s3,
.page-template-page-careers .s4 {
	padding-top:0;
}	
.first-awards {
    padding-top: 15px;
    font-size: 18px;
	min-height:460px;
}
.first-awards .first-details {
    padding-right: 40px;
    padding-bottom: 30px;
}
.first-awards .first-details h3 {
    font-size: 24px;
    line-height: 30px;
    color: #f26532;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0;
}
.first-awards .first-details .first-history {
    margin: 0;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 30px;
    color: #1b89bf;
    font-weight: 600;
    margin-bottom: 35px;
}
.first-awards .first-details .first-bio {
    font-size: 18px;
    line-height: 30px;
}
.first-awards .carousel-indicators {
    width: 100%;
	position: absolute;
	bottom: 0;
}
.first-awards .carousel-indicators li {
    width: 12px;
    height: 12px;
	background-color: #e8e8e9;
	border:1px solid #e8e8e9;
}
.first-awards .carousel-indicators li.active {
	background-color: #ee683e;
	border:1px solid #ee683e;
}
#join-us .eeo {
    padding-top: 50px;
}
#join-us .eeo p {
    font-size: 15px;
}
#join-us .panel-group .panel-heading {
    padding:0;
	border:none;
	border-radius:0px;
}
#join-us .panel-group .panel-heading .accordion-title {
    position:relative;
	display:block;
	padding:20px 16px;
	border-top: 1px solid #e6e6e6;
	line-height: 1;
	font-size: 22px;
	color: #f26532;
	font-weight: 700;
}
.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: 0;
    transform: translateY(-50%);
    content: '+';
    color: white;
    background-color: #f26532;
    padding: 0;
    width: 40px;
    height: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
#join-us .panel-group .panel-heading .accordion-title:hover, 
#join-us .panel-group .panel-heading .accordion-title:focus {
    background-color: #e6e6e6;
	color: #1468a0;
	text-decoration:none;
}
#join-us .accordion-content {
    padding: 16px;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
}
#join-us .panel-group .panel-heading + .panel-collapse > .list-group, 
#join-us .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
#join-us .panel-body {
    padding: 0;
}
#join-us .panel-body a:hover {
    text-decoration:none;
}
p.job-code {
	text-transform:uppercase;
}

img.benefits-icons-2rows { display: block; }
img.benefits-icons-3rows { display: none; }

@media screen and (max-width: 991px) {
	img.benefits-icons-2rows { display: none; }
    img.benefits-icons-3rows { display: block; }
	
	.navbar-nav > li > a {
		font-size: 12px;
		padding-left:5px;
		padding-right:5px;
	}
	.home .header-copy {
		padding-top: 5vh;
	}
	.home .home-button-top {
		color: white;
		margin-bottom: 40px;
	}
	.home .news {
		min-height: 70px;
	}
	.footer-container .footer .footer-info .menu {
		max-height: none;
		padding-top: 20px;
	}
	.footer-container .footer .footer-info {
		padding-top: 30px;
		padding-bottom: 0;
	}
	.home-feature .container-fluid {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.home-feature-img img {
		visibility:hidden;
	}
	.home-feature-img  {
		background-size:cover;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.newsroom .newsroom-date {
		width: auto;
	}
	.section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 768px) {
	.navbar-nav > li:hover ul.dropdown-menu,
	.navbar-nav > li.open ul.dropdown-menu {
		display:block;
	}
	.navbar-nav > li.current-menu-item > a, 
	.navbar-nav > li.current_page_ancestor > a {
		border-bottom: 4px solid #f26532;
	}
	nav.affix .navbar-nav > li:hover ul.dropdown-menu, 
	nav.affix .navbar-nav > li.open ul.dropdown-menu {
		background-color: rgba(255, 255, 255, 1);
	}
}
@media screen and (max-width: 767px) {	
	.home .header-copy h1 {
		font-size: 52px;
		line-height: 1.2;
	}
	.navbar {
    	height: auto;
		background-color:#000;
	}
	.navbar-brand {
    	padding-left: 0;
	}
	.navbar-toggle {
		margin-top: 25px;
		margin-right: 0;
		border-radius: 0;
		padding-right: 0;
	}
	.navbar-toggle .icon-bar {
    	background-color: #ee683e;
	}
	.navbar .custom-logo {
    	width: 150px;
	}
	.navbar-collapse {
    	border-top: 0;
		box-shadow: none;
	}
	.navbar-nav {
    	padding-top: 0;
	}
	.navbar-nav > li > a {
		font-size: 13px;
		padding-left: 0;
		padding-right: 0;
	}
	.nav > li > a {
		display: inline-block;
		width: 90%;
	}
	.navbar-nav > li > a.dropdown-toggle .caret {
		display: none;
	}
	.navbar-nav > li:hover ul.dropdown-menu, 
	.navbar-nav > li.open ul.dropdown-menu {
    	border-top: 0;
		background-color: transparent;
		width: 90%;
	}
	.navbar-nav .open .dropdown-menu > li > a {
    	line-height: 1;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, 
	.navbar-nav .open .dropdown-menu > li > a {
		padding: 10px 15px 10px 15px;
	}
	.navbar-nav > li > ul.dropdown-menu > li:not(:last-child)::after {
		width: 100%;
		bottom: 0;
	}
	.navbar-nav > li.active > a {
		color:#ee683e;
	}
	.navbar-nav > li > ul.dropdown-menu a {
		color: #fff;
	}
	.dropdown-menu > .active > a, 
	.dropdown-menu > .active > a:focus, 
	.dropdown-menu > .active > a:hover, 
	.dropdown-menu > li > a:focus, 
	.dropdown-menu > li > a:hover {
		background-color: transparent;
	}
	.nav > li > a:focus, 
	.nav > li > a:hover, 
	.nav > li.open > a, 
	.nav .open > a, 
	.nav .open > a:focus, 
	.nav .open > a:hover {
    	color: #ee683e;
	}
	.navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #ee683e;
	}
	.footer-bottom p {
		float: none !important;
	}
	.menu-footer-menu-container {
		float: none;
	}
	.footer-bottom {
		min-height: 0;
		padding-bottom: 20px;
	}
	.home-feature-copy,
	.home-feature-img {
    	width: 100%;
	}
	.interior .banner .header-copy {
    	margin-top: 10vh;
		font-size: 37px;
	}
	.section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.first-awards .first-img img {
		max-width:300px;
		margin-left:auto;
		margin-right:auto;
		display: block;
	}
	.first-awards .carousel-indicators {
    	bottom: -60px;
	}
	.first-awards .first-details {
		padding-bottom: 0;
	}
	.first-awards {
    	padding-top: 0;
	}
	.first-awards .first-details .first-history,
	.section .content p, 
	.section .content li {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.section .content h2::after {
    	margin-bottom: 30px;
	}
	#join-us .panel-group .panel-heading .accordion-title {
    	font-size: 16px;
		padding-right:60px;
	}
	form.searchandfilter ul li {
		display: block;
		margin-bottom: 0 !important;
		padding: 0;
	}
	.section .content h2 {
    	font-size: 24px;
	}
	.management-tabs {
		margin-bottom: 10px;
	}
	.management-tabs .tabs-title {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 300px;
	}
	.management-tabs .tabs-title a {
		width: 300px;
		margin-bottom: 10px;
	}
	.team-member > a {
		margin-left: auto;
		margin-right: auto;
	}
	.section .content .wp-caption .wp-caption-text {
    	line-height: 1.8;
	}
	.mobile-dropdown {
		display: inline-block;
		width: 10%;
		background-color: transparent;
		border: none;
		color: #fff;
	}
	.open .mobile-dropdown {
		color: #ee683e;
	}
}
@media screen and (max-width: 639px) {
	.interior .header-copy {
		text-align: center;
	}
	.interior .header-copy::after {
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 400px) {
	.home .header-copy h1 {
    	font-size: 40px;
	}
	.newsroom .newsroom-date a {
    	font-size: 12px;
	}
	.google-map iframe {
		height:300px;
	}
}

