/*
Theme Name: Savannah Tech
Theme URI: http://underscores.me/
Author: Epic Labs
Author URI: http://underscores.me/
Description: Theme for Savannah Technical College
Version: 1.1.4
License: GNU General Public License
License URI: license.txt
Text Domain: savannah_tech
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Savannah Tech is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: none;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
html p {
	/* margin-bottom: 1.5em; */
	line-height: 20px;
	margin-bottom: 0;
}
html p + p {
	margin-top: 18px;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
	/*input[type="search"],*/
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* =Content
----------------------------------------------- */
html #full-page > #content {
	width: auto;
	max-width: 924px;
}

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}
.search-pagination,
.search-navigation {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.search-result  + .search-result  {
	margin-top: 15px;
}
.search-result .entry-summary {
	margin-top: 8px;
}
.search-result-content {

}
.chevron::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	position: relative;
	top: 0.20em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.45em;
}
.chevron-right:before {
	left: 0;
	transform: rotate(45deg);
	margin-left: 2px;
}
.chevron-left:before {
	left: 0.25em;
	transform: rotate(-135deg);
	margin-right: 5px;
}


/* CG CHANGES ============================================================================================================================== */
body.widget-preview {
	background-color: #fff;
}

/* Header - for covid btn */
#header #logo{margin-right:-95px;z-index:10;}
#header .top-menu{max-width:100%;position: absolute;
	top: 0;
	right: 0;
	width: 100%;}
#header .top-bar{display:flex; flex-direction:row-reverse;}
#header .top-bar .covid{margin-right:15px; background-color:#CF142B !important;}
#header .top-bar .covid li a{white-space:nowrap;}
#header .top-bar .apply li a{white-space:nowrap;line-height:33.5px;display:inline-block;}

@media screen and (max-width:500px) {
	#header .top-bar .apply{width:auto; }
	#header .top-bar .covid{margin-right:10px;}
	#header .top-menu{width:100%;}
}

@media screen and (max-width:425px) {
	#header .top-bar .resources .current, #header .top-bar .apply li a{width: auto;padding:0 5px; font-size:12px;}

}

/* Homepage - for mobile-only text */
body.page-template-front-page .content{float:left; width:100%; padding:20px; box-sizing:border-box;}
body.page-template-front-page .content h1{padding:0 0 5px; margin-bottom:10px; color:#019390; font-size:24px; line-height:28px;}
body.page-template-front-page .content ul{padding:0 0 20px; margin-top:0;}
body.page-template-front-page .content li{margin:0 0 5px 20px; list-style-position:outside; list-style-type:disc;}

@media screen and (max-width:500px) {
	body.page-template-front-page .container.front-page-content .content,
	body.page-template-front-page .container.front-page-content .content *{display:block;}
}

.site-header .search {
	text-align: right;
}
.search-form {
	margin-right: 15px;
	display: inline-block;
	margin-top: 26px;
	position: relative;
	color: #fff;
}
.search-form-mobile {
	display: none;
}
.search-form .search-form-field {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 5px 25px 5px 10px;
	color: #fff;
	font-size: 15px;
}

.search-form .search-form-field:focus,
.search-form .search-form-field:active {
	color: #fff;
	outline: none;
}
.search-form-field::placeholder {
	color: #fff;
}
.search-form-field::-moz-placeholder {
	color: #fff;
}


.search-form-submit,
.search-form-submit:hover,
.search-form-submit:active,
.search-form-submit:focus {
	text-indent: -99999px;
	position: absolute;
	right: 14px;
	top: 10px;
	border: 0;
	width: 14px;
	height: 14px;
	background: transparent;
	box-shadow: none;
}
.search-form-submit:before {
	content: " ";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	top: -2px;
	right: -1px;
}
.search-form-submit:after {
	content: " ";
	display: inline-block;
	width: 5px;
	border-top: 2px solid #fff;
	right: -2px;
	top: 9px;
	position: absolute;
	transform: rotate(45deg);
}


.page-content .search-form {
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 5px;
	width: auto;
}
.page-content .search-form .search-form-field {
	border: 1px solid #000;
	color: #000;
}
.page-content .search-form-field::placeholder {
	color: #000;
}
.page-content .search-form-field::-moz-placeholder {
	color: #000;
}
.page-content .search-form .search-form-field:focus,
.page-content .search-form .search-form-field:active,
.page-content .search-form .search-form-field:focus-visible {
	color: #000;
}
.page-content .search-form-submit:before {
	border: 2px solid #000;
}
.page-content .search-form-submit:after {
	border-top: 2px solid #000;
}


	/**/
* {

}
iframe[src="javascript:false"] {
	display: none;
}
.entry-content.ls-overflow-visible .vc_row {
	margin-left: 0;
	margin-right: 0;
}
.entry-content.ls-overflow-visible .vc_column-inner.ls-overflow-visible {
	padding-left: 0;
	padding-right: 0;
}
.vc_section.container.front-page-content {
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

.entry-content h3,
.entry-content h3 a {
	color: #019390;
	line-height: 18px;
	letter-spacing: 1px; 
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 13px;
}
.entry-content h2 {
	color: #019390;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 13px;
}

.home-row-news {
	display: flex;
}
.home-row-news > div {
	width: auto;
}
.home-row-news > div:first-child {
	flex: 1 1 66.6%;
}
.home-row-news-facebook {
	flex: 1 1 33.3%;
}
.home-row-news .post-entry {
	display: flex;
}
.home-row-news .post-entry-thumbnail {
	margin-right: 15px;
}
.home-row-news .post-entry-thumbnail img {
	max-width: 230px;
}


body #featured {
	border-bottom: 0;
	z-index: 1;
    position: relative;
}
body #featured.hero {
	background: #0b3f6e;
	line-height: 0;
	height: auto;
}
body #featured.hero .hero-wrap .feather-edge {
	bottom: 0;
	height: 100%;
	max-height: 100%;
}
body #featured.hero h1,
body #featured.hero h2,
body #featured.hero h3,
body #featured.hero h4,
body #featured.hero h5,
body #featured.hero h6 {
	display: none;
}
body #megaMenu {
	background-color: #013766;
	position: relative;
}
body .menu-item a:after {
    display: none !important;
}
.site-footer .post-content-after  {
	display: none;
}
body #footer {
    padding-top: 30px;
	padding-bottom: 30px;
}
body #footer h3 {
    color: #fdb813;
}
body #footer .more ul {
    width: auto;
}
#featured .entry-content .post-entry + .post-entry {
	margin-top: 30px;
} 
html #header #logo {
	height: 170px;
}
html #header .top-nav {
	margin: 0 0 0 15px;
	padding: 0 15px;
}
html #header .top-nav a {
    font-weight: normal;
}
html #header .top-nav li::before {
	padding: 0 8px;
}

html #megaMenu > #megaUber {
    float: none;
    width: 100%; 
    text-align: right;
    padding-left: 90px;
	padding-right: 15px;
    box-sizing: border-box;
}
html #megaMenu .megaMenu {
    position: static;
    margin: 0 auto; 
    float: none;
    max-width: 1024px;
    padding-left: 0;
    overflow-y: hidden;
    text-align: right;
}
html #megaMenu ul.megaMenu > li.menu-item {
    float: none;
}
html #megaMenu ul.megaMenu li.menu-item.mega-with-sub > a,
html #megaMenu ul.megaMenu > li.menu-item > a {
    padding-left: 10px;
    padding-right: 10px;
}
html #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > ul.sub-menu.sub-menu-1 {
    width: 100%;
    border: 0;
}
html #megaMenu.megaFullWidthSubs li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1 {
	left: 0;
}
html #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu ul.sub-menu-2 li.menu-item > a {
    font-weight: normal;
}
html #megaMenu .menu-item > a {
	position: relative;
}
html #megaMenu .menu-item-close {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0 15px;
	line-height: 1;
}
html #megaMenu .menu-item-close:before {
	content: " ";
	border: solid #fff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
html #megaMenu .megaHover > a .menu-item-close {
	padding-top: 5px;
}
html #megaMenu .megaHover > a .menu-item-close:before {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}


html #sidebar .widget-area iframe[src*="google.com/maps"] {
	height: 400px;
}


html #footer {
	overflow: visible;
}
html #footer .right {
	padding: 0;
	border: 0;
}
html #footer .footer-links {
	padding: 0;
}
#footer * {
	box-sizing: border-box;
}
.footer-social {
	padding: 0 0 0 21px; 
	padding-bottom: 20px;
}
.footer-social a {
    transition: opacity 0.5s;
    margin-bottom: 10px;
    display: inline-block;
}
.footer-social a:hover {
    opacity: 0.8;
}
.footer-container {
	display: flex;
	padding-left: 15px;
	padding-right: 15px;
}
.footer-info,
.footer-links {
	flex: 1 1 100%;
}
.footer-links-columns {
    display: flex;
}
.footer-links-columns .widget {
	margin-bottom: 0;
}
.footer-column {
	display: flex;
	flex-direction: column;
}
.footer-column .widget:last-child {
	margin-top: auto
}

/* Language switcher  */
#footer .gt_switcher {
	position: relative;
	z-index: 1000;
	overflow: visible;
	width: auto;
	display: inline-block;
	font-size: inherit;
}
#footer .gt_switcher a {
	font-size: inherit;
}
#footer .gt_switcher .gt_selected {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 5px;
}
#footer .gt_switcher .gt_selected a:before {
	content: " ";
	background-image: url(./images/language-globe-blue.png);
	background-image: url(./images/language-globe.png);
	background-size: cover;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 10px;
}
#footer .gt_switcher .gt_selected:hover a:before {
	background-image: url(./images/language-globe-blue.png);
}
#footer .gt_switcher .gt_selected a {
	border: 0;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 5px 10px;
}
#footer .gt_switcher .gt_selected a img {
	display: none;
}
#footer .gt_switcher .gt_selected a:hover {
	background-color: #fff;
	color: #0A246A;
}
#footer .gt_switcher .gt_option a img,
#footer .gt_switcher .gt_selected a:after {
	display: none;
}
#footer .gt_switcher .gt_option {
	position: absolute;
	width: 150%;
	max-width: 156px;
	bottom: 44px;
}
#footer .gt_switcher .gt_option a {
	color: #0A246A;
	display: flex;
	align-items: center;
	padding: 6px 10px;
	border: 0;
	line-height: 1;
}
#footer .gt_switcher .gt_option a:before {
	content: " ";
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #0A246A;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	flex-shrink: 0;
}
#footer .gt_switcher .gt_option a:hover {
	background-color: #fff;
	color: #0A246A;
}
#footer .gt_switcher .gt_option a.gt_current {
	background-color: #cdcdcd;
	color: #0A246A;
}
#footer .gt_switcher .gt_option a.gt_current:before {
	background-color: #0A246A;
}



.footer-info {
	display: flex;
	flex-direction: column;
}
.footer-credits {
	margin-top: auto;
	padding-left: 21px;
}
.footer-credits .widget {
	margin-bottom: 0;
}
.footer-credits p {
	font-size: 11px;
	line-height: 1.2;
}
.footer-credits p + p {
	margin-top: 10px;
}
.footer-credits a {
    text-decoration: underline;
}
.footer-links a {
    text-decoration: none;
    transition: color 0.5s; 
	font-weight: 600;
}
#footer .footer-links a:hover {
    color: #ccc;
}

/* WIDGET News article boilerplate */
.post-content-after {
	margin-top: 18px;
}
.post-content-after p:last-child {
	font-size: 11px;
	line-height: 1.2;
}

@media screen and (max-width: 1300px) {
	.search-form {
		margin-right: 70px;
		margin-top: 40px;
	}

    html #header {
        padding-top: 8px;
    }
    html #logo, 
    html #megaMenu {
        float: none;
    }
    html #megaMenu,
    html .container ,
    .footer-container {
        max-width: 1024px;
        margin: 0 auto;
    }
    html #megaMenu .megaMenu  {
        max-width: 1300px;
    }
	html #megaMenu .menu-item-close {
		display: block;
	}
	html #megaMenu .menu-item a:after,
	html #megaMenu .menu-item .uber-close {
		display: none !important;
	}

	html #header {
		height: auto;
	}
	html #header:after {
		content: none;
	}
	html #header .top-bar {
		padding-right: 15px;
	}
	html #header #logo {
		width: 230px;
		height: 92px;
		margin-top: 0;
		padding-bottom: 8px;
	}
	html #header .apply,
	html #header .top-bar .covid,
	html #header .resources {
		margin-left: 3px;
		margin-right: 3px;
	}

	html #megaMenu #megaMenuToggle {
		position: absolute;
		top: -70px;
		right: 0;
		font-size: 0;
		padding: 12px 18px 12px 10px;
	}
	html #megaMenu > #megaUber {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	#megaMenu #megaMenuToggle .megaMenuToggle-icon:after {
		background: #fff;
		height: 4px;
		width: 30px;
		top: -14px;
		border-radius: 5px;
	}
	#megaMenu #megaMenuToggle .megaMenuToggle-icon:before {
		background: #fff;
		height: 4px;
		width: 30px;
		top: -7px;
		border-radius: 5px;
	}
	#megaMenu #megaMenuToggle .megaMenuToggle-icon {
		background: #fff;
		height: 4px;
		width: 30px;
		border-radius: 5px;
	}


	html #footer .footer-links {
		width: auto;
		flex: 0 0 auto;
	}
	#footer .gt_switcher {
		margin-top: 10px;
	}
	.footer-social {
		border-left: 0;
	}
	html #footer .more ul {
	    margin-right: 0;
		margin-top: 0;
	}
	.footer-links-columns {
	    display: block;
		margin-right: 50px;
	}
	.footer-container .widget {
		margin-bottom: 0;
	}


	/* INTERNAL PAGES FIXES */
	body #featured.hero {
		width: 100%;
		max-height: 359px;
		position: relative;
		font-size: 0;
		line-height: 0;
		display: flex;
	}
	body #featured.hero img:first-child {
		object-fit: cover;
		object-position: 50% 50%;
		height: auto;
	}
	body #featured.hero .hero-wrap h1 {
		margin: 0;
		top: inherit;
		padding: 0 10px 20px 10px;
		position: absolute;
		bottom: 0;
		width: 100%;
		text-align: center;
		font-size: 9.474vw;
		line-height: 1;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 767px) {
    
	.home-row-news {
		display: block;
	}
	html .mobile-full-width {
		width: 100%;
		overflow: hidden;
	}
	html .fb-page {
		display: none;
		transform: translateX(-50%);
		margin-left: 50%;
		margin-top: 30px;
	}
	/* Targeting only the slider in home. I could do this in the CSS field of the Slider */
	.home .ls-wrapper img[src*="subject"],
	.home .ls-wrapper img[src*="thumb"],
	.home .ls-wrapper img[src*="thumb"] + a ,
	.home .ls-wrapper a[href^="#"],
	.home .ls-wrapper img[src*="slides_rule-white.gif"],
	.home .ls-wrapper.ls-in-out[style*="z-index: 107"],
	.home .ls-wrapper.ls-in-out[style*="z-index: 108"],
	.home .ls-wrapper.ls-in-out[style*="z-index: 109"],
	.home .ls-wrapper.ls-in-out[style*="z-index: 110"] {
		display: none !important;
	}
	.home .ls-wrapper.ls-in-out > div.ls-layer,
	.home img[src*="slides_panel-gray.png"] {
		width: 220% !important;
	}
	.home .ls-wrapper.ls-in-out.ls-inner-wrapper {
		margin-left: -16% !important;
	}
	.home img[src*="headline"],
	.home img[src*="headline"] + a {
		width: 200% !important;
		height: auto !important;
		margin-top: -3px !important;
		transform: translateX(-10px);
	}
	.home img[src*="headline"] + a {
		padding-top: 50% !important;
	}
	.home img[src*="-text"],
	.home img[src*="-text"] + a {
		width: 200% !important;
		height: auto !important;
		transform: translateY(68%) translateX(-10px);
	}
	.home img[src*="-text"] + a  {
		padding-top: 34% !important;
		z-index: 120;
	}
	.ls-wrapper.ls-in-out[style*="z-index: 105"] {
		z-index: 103 !important;
	}
	
	html #header .top-bar {
		justify-content: center;
		padding-right: 0;
	}

	/* */
	body #content .alignleft,
	body #content .alignleft img,
	body #content .alignright,
	body #content .alignright img {
		display: block;
		float: none;
		margin: 0 auto 30px auto;
	}
	
    .footer-links-columns {
        margin-right: 30px;
    }
}
@media screen and (max-width: 500px) {
	.footer-container {
		flex-direction: column;
	}
	.footer-links aside {
		float: none;
	}
	.footer-social, .footer-credits {
		padding-left: 0;
	}
	.footer-info {
		margin-top: 30px;
	}
}

@media(max-width: 600px) {
	.site-header .search-form-field {
		width: 130px;
	}
}

@media(max-width: 530px) {
	.site-header .search-form {
		display: none;
	}

	.search-form-mobile {
		display: block;
		padding: 10px 15px;
		margin: 0;
		background-color: #175d8d;
	}
	.page-content .search-form,
	.search-form-field {
		width: 100%;
		box-sizing: border-box;
	}
	.search-form-mobile .search-form-submit {
		right: 30px;
		top: 20px;
	}
}
