@media only screen and (max-width: 1515px) {
	
	#focus_areas .content {
		margin: 0;
	}
	
	#focus_areas .left {
		width: 50%;
		padding: 0 60px 0 0;
	}
	
	#focus_areas .right {
		position: relative;
		top: auto;
		right: auto;
		width: 50%;
		max-width: none;
		padding: 35px 0 0 0;
	}
	
	#sectors {
		max-width: 1340px;

	}
	
	.inner_bg {
		left: 30px;
		width: calc(100% - 60px);
		height: 100%;
	}
	
	#sector_main {
		width: 50%;
		padding: 0 30px 0 60px;
	}
	
	.sector_block {
		width: 25%;
	}
	
}





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

	/* SF: Removed for announcement banner 
        #top, .top_pad {
		    height: 105px;
	}*/

	#logo {
		width: 260px;
		padding: 20px 0;
	}
	
	#utility {
		padding: 21px 0 12px 0;
	}
	
	#utility li {
	    margin: 0 0 0 34px;
	}
	
	.dropdown {
		top: 105px;
	}
	
	.dropdown h2 {
		font-size: 18px;
	}
	
	.dropdown h2::before {
	    margin: 9px 0 0 -45px;
	}
	
	#main_nav {
		margin: 0 -17px 0 0;
	}
	
	#main_nav li {
		height: 51px;
	}
	
	#main_nav a {
	    padding: 10px 17px;
	}
	
	.line_v2 {
		width: calc(100% - 34px);
		margin: 0 17px;
	}
	
	.wrapper.full {
		padding: 0;
	}

	#dd_focusareas h3 {
		font-size: 24px;
		margin: 0 0 7px 0;
	}
	
	.dropdown .left {
	    padding: 40px 30px 40px 45px;
	}
	
	.dropdown .right {
	    padding: 40px 45px 40px 45px;
	}
	
	.dropdown .full {
		padding: 40px 40px 40px 45px;
	}
	
	#main_nav .subnav {
		padding: 0 15px 0 0;
	}
	
	#main_nav .subnav a {
		font-size: 16px;
	    line-height: 20px
	}
	
	.dd_focus {
	    border-right: 2px solid #ffffff;
	    padding: 0 30px 15px 30px;
	}
	
	.hero .content {
		padding: 0;
	}
	
	.hero_main {
	    padding: 0 0 0 60px;
	}
	
	.hero_main h1 {
		font-size: 50px;
	}
	
	.hero_main p {
	    font-size: 22px;
	    line-height: 30px;
	}
	
	#home_top .left .content {
		padding: 60px 30px 60px 60px;
	    height: auto;
	}
	
	#home_top .right {
	    padding: 40px 0 0 60px;
	}
	
	#home_top .right h2 {
		font-size: 25px;
	}
	
	#home_top .right .content {
		max-width: none;
	}
	
	#focus_areas .wrapper {
		padding: 0;
	}
	
	
	
	#sectors .content {
		padding: 40px 0 0 0;
		background: #f6f1e9;
	}
	
	.sector_block a {
		padding: 0 40px;
		height: 70px;
		-webkit-border-radius: 35px;
		-moz-border-radius: 35px;
		border-radius: 35px;
	}
	
	.showcase {
		padding: 80px 40px 80px 60px;
	}
	
	.showcase .right {
	    padding: 0 0 0 40px;
	}
	
	.events_callout {
	    padding: 0 60px;
	}
	
	.events_callout .content {
		padding: 60px;
	}
	
	
	.events_callout h2 {
		margin: 0 0 30px 0;
	}
	
	.events_callout a.pill_btn {
		top: 50%;
	}
	
	.block_events {
	    width: 100%;
	    max-width: none;
	    padding: 0 110px 0 0;
	}
	
	#partnership_callout {
		margin: 0;
	}
	
	#partnership_callout .overlay {
		background: -moz-linear-gradient(left, rgba(1,131,131,0) 0%, rgba(1,131,131,0) 20%, rgba(1,131,131,0.93) 70%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,131,131,0)), color-stop(20%, rgba(1,131,131,0)), color-stop(70%, rgba(1,131,131,0.93)));
		background: -webkit-linear-gradient(left, rgba(1,131,131,0) 0%, rgba(1,131,131,0) 20%, rgba(1,131,131,0.93) 70%);
		background: -o-linear-gradient(left, rgba(1,131,131,0) 0%, rgba(1,131,131,0) 20%, rgba(1,131,131,0.93) 70%);
		background: -ms-linear-gradient(left, rgba(1,131,131,0) 0%, rgba(1,131,131,0) 20%, rgba(1,131,131,0.93) 70%);
		background: linear-gradient(to right, rgba(1,131,131,0) 0%, rgba(1,131,131,0) 20%, rgba(1,131,131,0.93) 70%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018383', endColorstr='#018383', GradientType=1 );
	}
	
	#partnership_main {
	    width: calc(50% - 30px);
	    padding: 0 30px;
	}
	
	#footer {
		padding: 40px 0 30px 0;
	}
	
	#footer h2.accent::before {
	    display: none;
	}
	
	#footer_contact {
	    top: 120px;
	}
	
	#footer_contact a {
	    font-size: 22px;
	    padding: 25px 30px;
	}

    /*---------------------------------------------------------------------
     *  CONTACT PAGE - RESPONSIVE
     *---------------------------------------------------------------------*/

    #contact_header {
	    padding: 60px 0 65px 0;
	}
	
	#contact_header h1 {
		font-size: 70px;
	}
	
	.contact_top .left {
	    width: 470px;
	}
	
	.contact_top .right {
	    width: calc(100% - 470px);
	}

	.contact_top {
	    margin: 0 0 40px 0;
	    font-size: 20px;
	    line-height: 28px;
	}
	
	#contact_form .left, #contact_form .right {
	    width: calc(50% - 10px);
	}
	
	#contact_form .nice-select {
		padding: 0 20px;
	}
	
	#contact_form .nice-select .option {
		padding: 10px 20px;
	}
	
	#contact_form .nice-select:after {
		right: 19px;
	}
	
	#contact_form input[type=text] {
		padding: 0 20px;
	}
	
	#contact_form textarea {
		padding: 20px 20px;
	}
	
	.contact_type {
		font-size: 19px;
	}
	
	.flex-block {
		padding: 35px;
	}
	
	.flex-block h3 {
		font-size: 24px;
	}

	.contact_btns a {
		display: block;
		margin: 10px 0;
		text-align: center;
	}


    #new_search_bar {
		top: 105px;
	}
	
	#new_search_bar .far {
		right: 30px;
	}
	
	#new_search_bar input[type=text] {
		padding: 0 60px 0 40px;
	}
}





/* =============================================
   TABLET
============================================= */

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

	body {
		-webkit-text-size-adjust: none;
	}
	
	input[type=text], textarea, input[type=submit] {
		-webkit-appearance: none;
		-webkit-border-radius:0; 
		border-radius:0;
	}
	
	.nomobile {
		display: none !important;
	}
	
	#mobile_nav {
		display: block;
		height: 65px;
		line-height: 65px;
		font-size: 30px;
		margin: 20px -10px 0 0;
		padding: 0;
		list-style: none;
	}
	
	#mobile_nav li {
		display: inline-block;
		padding: 0;
		margin: 0;
		width: 50px;
		text-align: center;
	}
	
	#mobile_search {
		color: #0b2949;
	}
	
	#mobile_toggle {
		color: #d02b27;
	}
	
	#mobile_utility {
		position: fixed;
		bottom: 0;
		left: 0;
		height: 50px;
		width: 100%;
		background: #ffffff;
		padding: 0;
		text-align: center;
		-webkit-box-shadow: 0 -5px 10px 0px rgba(0,0,0,0.15);
	    -moz-box-shadow: 0 -5px 10px 0px rgba(0,0,0,0.15);
	    box-shadow: 0 -5px 10px 0px rgba(0,0,0,0.15);
	    z-index: 500;
	}
	
	#mobile_utility a {
		float: left;
		width: 33%;
		font-size: 15px;
		line-height: 50px;
		text-decoration: none;
	}
	
	#mobile_utility a:hover {
		color: #d02b27;
	}
	
	#mobile_utility a.contact {
		width: 34%;
		background: #d02b27;
		color: #ffffff;
	}
	
	#mobile_utility a.contact:hover {
		background: #0b2949;
	}
	
	#mobile_menu {
		position: fixed;
		left: 0;
		top: 105px;
		width: 100%;
		height: calc(100% - 155px);
		-webkit-box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.15);
		-moz-box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.15);
		box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.15);
		background: #ffffff;
		z-index: 200;
	}
	
	.toplevel {
		display: block;
	}
	
	.toplevel h2 {
		text-transform: uppercase;
		padding: 20px;
		margin: 0 20px;
		color: #0b2949;
		font-size: 16px;
		line-height: 20px;
		border-bottom: 1px solid #e4e5eb;
	}
	
	.toplevel h2 i {
		position: absolute;
		top: 19px;
		right: 20px;
		color: #d02b27;
		font-size: 20px;
	}
	
	.sublevel {
		position: fixed;
		display: block;
		right: -100%;
		top: 105px;
		width: 100%;
		height: calc(100% - 155px);
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background: #ffffff;
		z-index: 300;
	}
	
	.sublevel.open {
		right: 0;
	}
	
	.mobile_title {
		text-transform: uppercase;
		padding: 20px 20px 20px 55px;
		color: #0b2949;
		font-size: 16px;
		line-height: 20px;
		background: #f1b51c;
		-webkit-box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.15);
		-moz-box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.15);
		box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0.15);
	}
	
	.mobile_title i {
		position: absolute;
		top: 19px;
		left: 30px;
		color: #d02b27;
		font-size: 20px;
	}
	
	.subitem  {
	    margin: 0 30px;
	    border-bottom: 1px solid #e4e5eb;
	}
	
	.subitem a {
		display: block;
		font-size: 16px;
	    line-height: normal;
	    padding: 20px 20px 20px 60px;
	}
	
	.subitem .icon {
		position: absolute;
		left: 20px;
		top: 50%;
		margin: -16px 0 0 0;
	}
	
	.subitem .icon img {
		width: 32px;
		height: auto;
		display: block;
		margin: 0;
	}
	
	.hero {
		height: auto;
	}
	
	.hero .content {
		position: relative;
		top: auto;
		left: auto;
	}
	
	.hero_main {
		float: none;
		width: 100%;
		padding: 80px 15px 110px 15px;
	}
	
	.hero .overlay {
		background: rgba(1,131,131,.7);
	}
	
	.hero_main h1 {
	    font-size: 45px;
	}
	
	.hero_main p {
	    font-size: 20px;
	    line-height: 28px;
	}
	
	#home_top .left {
		margin: -30px 0 0 -30px;
	    width: 45%;
	}
	
	#home_top .left .content {
	    padding: 60px 30px 30px 45px;
	    font-size: 18px;
	    line-height: 24px;
	}
	
	#home_top .right {
		padding: 25px 0 0 15px;
	    width: 55%;
	}
	
	#home_top .right h2 {
	    font-size: 22px;
	    margin: 0 0 20px 0;
	}
	
	#home_top .right h3 {
	    font-weight: 500;
	    font-size: 18px;
	    line-height: 24px;
	}
	
	.featured_post {
	    margin: 0 0 25px 0;
	}
	
	.post_type {
	    font-size: 12px;
	    margin: 7px 0 0 0;
	}
	
	#home_top {
	    margin: 0 0 80px 0;
	}
	
	#focus_areas .content {
		padding: 45px 45px 30px 45px;
		font-size: 18px;
		line-height: 28px;
	}
	
	#focus_areas h2, #sectors h2 {
	    font-size: 36px;
	    line-height: 44px;
	}
	
	.subtitle {
		font-size: 14px;
		margin: 0 0 7px 0;
	}
	
	#focus_areas .left {
	    width: 100%;
	    float: none;
	    padding: 0;
	}
	
	#focus_areas .right {
		float: none;
		width: 100%;
	}
	
	#focus_areas h3 {
		font-size: 20px;
	}
	
	.inner_bg {
		display: none;
	}
	
	#sectors {
	    margin: 0 auto 80px auto;
	}
	
	#sectors .content {
		padding: 30px 0 0 0;
	}
	
	#sector_main {
	    width: 100%;
	    float: none;
	    padding: 0 45px 30px 45px;
	    font-size: 18px;
	    line-height: 28px;
	}
	
	#sector_main .sector_intro {
		max-width: none;
	}
	
	.sector_block.firstrow {
		margin: 0;
	}
	
	.sector_block {
	    width: 33.33333333333%;
	}
	
	.showcase {
		margin: 0 auto 80px auto;
	    padding: 60px 40px 60px 60px;
	    font-size: 18px;
		line-height: 28px;
	}
	
	.showcase h2 {
		font-size: 19px;
	}
	
	.showcase h2::before {
	    margin: 10px 0 0 -130px;
	}
	
	.showcase .left {
		width: 55%;
	}
	
	.showcase .right {
		width: 45%;
	}
	
	.showcase .right {
	    padding: 0 0 0 30px;
	}
	
	.showcase h3 {
	    font-size: 25px;
	    line-height: 35px;
	}
	
	.events_callout {
	    padding: 0 30px;
		margin: 0 auto 80px auto
	}
	
	.events_callout .content {
	    padding: 45px;
	    margin: 0;
	}
	
	.events_callout h2 {
		font-size: 14px;
		margin: 0 0 25px 0;
	}
	
	.block_events {
	    width: 100%;
	    padding: 0 0 30px 0;
	}
	
	.events_callout a.pill_btn {
		position: relative;
		top: auto;
		right: auto;
        margin-top: 0;
	}
	
	.block_date {
		width: 95px;
	}
	
	.block_event-content {
	    width: calc(100% - 95px);
	    padding: 0 25px 0 20px;
	}
	
	.block_day {
	    font-size: 75px;
	}
	
	.block_mon {
	    font-size: 21px;
	    letter-spacing: 4px;
	    margin: 0;
	}
	
	.event_type {
		font-size: 12px;
	}
	
	.events_callout h3 {
	    font-size: 18px;
	    line-height: 24px;
	    font-weight: 500;
	}
	
	#partnership_callout {
		height: auto;
	}
	
	#partnership_main h2 {
	    font-size: 34px;
	}
	
	#partnership_callout .overlay {
		background: rgba(1,131,131,.8);
	}
	
	#partnership_callout .content {
		position: relative;
		top: auto;
		left: auto;
		padding: 60px 30px;
	}
	
	#partnership_main {
		float: none;
		width: 100%;
		font-size: 18px;
		line-height: 26px;
	}
	
	#footer_cols {
	    font-size: 18px;
	    line-height: 26px;
	}
	
	.footer_col {
	    width: 40%;
	    padding: 0 45px 30px 0;
	}
	
	#footer_contact a {
	    font-size: 20px;
	    padding: 20px 25px;
	}
	
	#footer_bot {
	    font-size: 16px;
	}

    /*---------------------------------------------------------------------
     *  CONTACT PAGE - RESPONSIVE
     *---------------------------------------------------------------------*/
    #contact_page {
	    margin: 0 0 80px 0;
	}
	
	#contact_header {
	    padding: 40px 0 45px 0;
	}
	
	#contact_header h1 {
	    font-size: 42px;
	    margin: 0 0 5px 0;
	}
	
	.contact_top .left {
		float: none;
		width: 100%;
	}
	
	.contact_top .right {
		float: none;
		width: 100%;
	}
	
	.contact_top {
		margin: 0 0 30px 0;
		font-size: 19px;
		line-height: 25px;
	}
	
	#contact_form .left, #contact_form .right {
	    width: calc(50% - 5px);
	}
	
	#contact_form .nice-select {
	    padding: 0 15px;
	    margin: 0 0 10px 0;
	    font-size: 15px;
	}
	
	#contact_form .nice-select .option {
		padding: 15px;
		min-height: 0;
		line-height: normal;
	}
	
	#contact_form .nice-select:after {
		height: 8px;
		width: 8px;
		right: 13px;
	}
	
	#contact_form input[type=text] {
	    padding: 0 15px;
	    margin: 0 0 10px 0;
	    font-size: 15px;
	}
	
	#contact_form textarea {
	    padding: 20px 15px;
	    height: 340px;
	    font-size: 15px;
	}
	
	#contact_form input[type=submit] {
	    margin: 15px 0 0 0;
	    font-size: 18px;
	    -webkit-border-radius: 30px;
	    -moz-border-radius: 30px;
	    border-radius: 30px;
	    height: 60px;
	    padding: 0 50px;
	}
	
	#contact_page .intro {
		font-size: 18px;
		line-height: 28px;
	}
	
	#contact_page h2 {
		font-size: 28px;
	}
	
	#contact_page .flex-grid {
		font-size: 17px;
	}
	
	#contact_page .flex-block {
		width: 50%;
	}
	
	.flex-block h3 {
	    font-size: 22px;
	}

    #mobile_search {
		color: #0b2949;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	}
	
	#mobile_search.open {
		color: #d02b27;
	}
	
	

    #contact_header .FormMessage {
		font-size: 18px;
	}
	
	#contact_header .field-validation-error {
		margin: 0 0 20px 0;
		font-size: 16px;
	}

    /* Hero image with angles */
    #new_hero {
		height: 400px;
	}
	
	#new_hero .bg {
		width: 100%;
	}
	
	#new_hero .bg-extra {
		left: 100%;
	}
	
	#new_hero h1 {
		font-size: 40px;
	}
	
	#new_hero .content {
		width: 100%;
		padding: 30px 60px;
	}
	
	#new_hero p {
		font-size: 18px;
		line-height: 26px;
		max-width: none;
	}
	
	.corner_br {
		opacity: .9;
	    border-width: 0 0 150px 150px;
	}
	
	.corner_tl {
		opacity: .9;
		top: 0;
		left: 0;
	}
}





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

	.wrapper {
		padding: 0 20px;
	}
	
	/* SF: Removed for announcement banner 
        #top, .top_pad {
		    height: 85px;
	}*/

	#logo {
		width: 180px;
	}
	
	#mobile_nav {
	    height: 45px;
	    line-height: 45px;
	    font-size: 26px;
	    margin: 20px -10px 0 0;
	}
	
	#mobile_nav li {
		width: 40px;
	}
	
	#mobile_menu {
		top: 85px;
		height: calc(100% - 135px);
	}
	
	.sublevel {
	    top: 85px;
	    height: calc(100% - 135px);
	}
	
	.hero .overlay {
		display: none;
	}
	
	.hero .wrapper {
		padding: 0;
	}
	
	.hero_image {
		position: relative;
		height: 180px;
	}
	
	.hero_main {
	    padding: 30px 20px;
	}
	
	.hero_main h1 {
	    font-size: 32px;
	}
	
	.hero_main h1::after {
	    width: 40px;
	    margin: 20px 0;
	}
	
	.hero_main p {
	    font-size: 18px;
	    line-height: 24px;
	}
	
	#home_top {
	    margin: 0 0 30px 0;
	}
	
	#home_top .wrapper {
		padding: 0;
	}
	
	#home_top .left {
		width: 100%;
		float: none;
		margin: 0;
	}
	
	#home_top .left .content {
	    padding: 40px 20px 30px 40px;
	}
	
	#home_top .left h2::before {
	    width: 110px;
	    margin: 6px 0 0 -125px;
	}
	
	#home_top .right {
		width: 100%;
		float: none;
		padding: 40px 20px 0 20px;
	}
	
	#focus_areas .content {
		padding: 30px 20px;
		font-size: 18px;
	    line-height: 24px;
	}
	
	#focus_areas .right {
	    padding: 30px 0 0 0;
	}
	
	#focus_areas h3 {
	    font-size: 19px;
	}
	
	.focus_link {
		padding: 0 30px 0 75px;
	}
	
	#focus_areas h2, #sectors h2 {
	    font-size: 32px;
	    line-height: 38px;
	}
	
	#focus_areas h2::after, #sectors h2::after {
	    width: 40px;
	    margin: 20px 0;
	}
	
	#sectors {
	    margin: 0 auto 40px auto;
	}
	
	#sector_main {
	    padding: 0 20px 30px 20px;
	    font-size: 18px;
	    line-height: 24px;
	}
	
	.sector_block, .sector_block.firstrow {
		display: block;
		float: none;
		width: calc(100% - 40px);
		margin: 0 20px 1px 20px;
		height: auto;
		background: none;
		padding: 0;
	}
	
	.sector_block a {
		padding: 20px;
		-webkit-border-radius: 0;
	    -moz-border-radius: 0;
	    border-radius: 0;
	    background: #17a673;
	    font-weight: 500;
	}
	
	.sector_block.block_cta {
		margin: 20px 20px 0 20px;
		padding: 0;
	}
	
	.sector_block a i {
		display: inline-block;
		color: #ffffff;
	}
	
	.sector_block a:hover i {
		color: #ffffff;
	}
	
	.sector_block.block_cta a {
		background: #018383;
		font-size: 19px;
	    line-height: 24px;
	    padding: 40px;
	}
	
	.sector_block.block_cta a:hover {
		background: #0b2949;
	}
	
	.showcase {
		padding: 30px 20px;
		font-size: 18px;
	    line-height: 24px;
		margin: 0 auto 40px auto;
	}
	
	.showcase h2 {
	    font-size: 18px;
	    margin: 0 0 20px 30px;
	}
	
	.showcase .left {
		width: 100%;
		float: none;
	}
	
	.showcase .right {
		width: 100%;
		float: none;
		padding: 20px 0 0 0;
	}
	
	.showcase h3 {
	    font-size: 23px;
	    line-height: 30px;
	}
	
	.block_event {
		float: none;
		width: 100%;
		margin: 0 0 25px 0;
	}
	
	.events_callout {
	    padding: 0 20px 20px 20px;
	    margin: 0 auto 40px auto;
	}
	
	.events_callout .content {
	    padding: 30px 20px 0 20px;
	}
	
	.block_date {
	    width: 75px;
	}
	
	.block_day {
	    font-size: 60px;
	}
	
	.block_mon {
	    font-size: 16px;
	    margin: 2px 0 0 0;
	}
	
	.block_event-content {
	    width: calc(100% - 75px);
	    padding: 0 0 0 20px;
	}
	
	.block_events {
	    padding: 0;
	}
	
	.events_callout a.pill_btn {
		margin: 0 30px -27px 30px;
		display: block;
		text-align: center;
	}
	
	#partnership_callout {
		
	}
	
	#partnership_main {
		padding: 0;
	}
	
	#partnership_callout .content {
	    padding: 40px 0;
	}
	
	#footer {
	    padding: 30px 0;
	}
	
	#bottom_logo {
		margin: 0 auto 0 30px;
	}
	
	.footer_col {
	    width: 100%;
	    float: none;
		padding: 30px 30px 20px 30px;
	}
	
	#footer_contact {
		position: relative;
		top: auto;
		right: auto;
		display: block;
		margin: 0 30px 30px 30px;
		text-align: center;
	}
	
	#footer_contact a {
		width: 100%;
		-webkit-border-radius: 30px;
	    -moz-border-radius: 30px;
	    border-radius: 30px;
	}
	
	#footer_bot {
		text-align: center;
	}
	
	#footer_bot .left {
		float: none;
		width: 100%;
	}
	
	#footer_bot .right {
		float: none;
		width: 100%;
	}
	
	#footer_social {
		display: block;
		margin: 10px auto;
	}

    #sectors .content {
        padding: 30px 0;
    }

    /*---------------------------------------------------------------------
     *  CONTACT PAGE - RESPONSIVE
     *---------------------------------------------------------------------*/
	#contact_page {
	    margin: 0 0 30px 0;
	}
	
	#contact_header {
    	padding: 30px 0;
		margin: 0 0 40px 0;
	}

	#contact_header h1 {
		font-size: 32px;
	}
	
	.contact_top {
	    font-size: 18px;
	    line-height: 24px;
	}
	
	#contact_form .left, #contact_form .right {
	    width: 100%;
	    float: none;
	}
	
	#contact_form textarea {
		height: 240px;
	}
	
	#contact_form input[type=submit] {
		position: relative;
		top: auto;
		right: auto;
		display: block;
		margin: 15px auto 0 auto;
		font-size: 16px;
		height: 50px;
		-webkit-border-radius: 25px;
	    -moz-border-radius: 25px;
	    border-radius: 25px;
	    width: 100%;
	}
	
	#contact_page h2 {
	    font-size: 24px;
	}
	
	#contact_page .intro {
	    line-height: 24px;
	    font-weight: 400;
	    margin: 0 0 20px 0;
	}
	
	#contact_page h2::after {
	    width: 40px;
	    margin: 20px 0;
	}
	
	#contact_page .flex-grid {
		margin: 0 0 30px 0;
	}
	
	#contact_page .flex-block {
		width: 100%;
	}
	
	#sectors_list {
	    margin: 20px 0 0 0;
	    font-size: 18px;
	}
	
	.flex-block h3 br {
		display: none;
	}
	
	.contact_all {
		text-align: left;
		margin: 25px 0 0 0;
	}

    .g-recaptcha {
        margin-top: 15px;
    }

    #contact_header .FormMessage {
		font-size: 17px;
	}
	
	#contact_header .field-validation-error {
		margin: 0 0 20px 0;
		font-size: 16px;
	}
	
	#contact_form textarea {
		margin: 0 0 15px 0;
	}

    #new_search_bar {
		top: 85px;
	}
	
	#new_search_bar input[type=text] {
	    padding: 0 50px 0 25px;
	}
	
	#new_search_bar .far {
		right: 20px;
	}


    #mainContent {
        padding: 20px 0 0 0; 
    }

    /*---------------------------------------------------------------------
     *  6-7-19 GDPR STYLES
     *---------------------------------------------------------------------*/
    #cookie-law {
		width: 100%;
		bottom: 0;
		right: -100%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin: 0;
		padding-bottom: 0;
		text-align: center;
	}
	
	#cookie-law.loaded {
		right: 0;
		bottom: 0;
		margin: 0;
	}
	
	#cookie-law-msg {
		font-size: 16px;
	}
	
	.cookie-title {
		font-size: 22px;
	}
	
	.cookie-title::after {
		width: 30px;
		height: 1px;
		margin: 15px auto;
	}
	
	#cookie-law-options {
	    margin: 35px -35px 0 -35px;
	}
	
	#cookie-law-options a {
		width: 100%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

    /* Hero image with angles */
    #new_hero {
		display: block;
		height: auto;
		margin: 0;
	}
	
	.hero_top {
		position: relative;
		width: 100%;
		height: 183px;
	}
	
	.corner_br {
		border-width: 0 0 120px 120px;
	}
	
	.corner_tl {
		opacity: .9;
		border-width: 60px 60px 0 0;
	}
	
	#new_hero .bg {
		display: none;
	}
	
	#new_hero h1 {
		font-size: 32px;
	}
	
	#new_hero h1::after {
	    width: 40px;
	    height: 2px;
	}
	
	#new_hero .content {
		width: 100%;
		padding: 30px 20px;
	}

    #announcement .content {
		font-size: 13px;
	}
	
	#announcement .a_title {
		font-size: 14px;
	}
}





/* =============================================
   MOBILE PORTAIT
============================================= */

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

	
}





