/* ============================
GLOBAL ELEMENTS
* ============================*/
html, body{ height:100%; }
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, ol, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, .header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, .header, hgroup, menu, nav, section { display: block; }
body { line-height: 1.5; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 1.0em; color: #3a3a3a; background: #fff; }
/* blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } */
blockquote{ display:block; background: #fff; padding: 15px 20px 15px 45px; margin: 0 0 20px; position: relative; font-family: 'Crimson Text', serif; font-size: 130%; line-height: 1.2; color: #666; text-align: center; }
blockquote::before { content: "\201C"; font-family: 'Crimson Text', serif; font-size: 450%; font-weight: bold; color: #999; position: absolute; left: 10px; top:-20px; }
blockquote::after { content: ""; }
blockquote a { text-decoration: none; background: none; cursor: pointer; padding: 0 3px; color: #42b43e; }
blockquote a:hover{ color: #D14200; }
blockquote em{ font-style: italic; }
blockquote span { display:block; color:#333333; font-style: italic; margin-top:1em; }
.mobileOnly { display: none !important; }
.tabletOnly { display: none!important; }
.desktopOnly { display: block!important; }
input[type=submit], input[type=text], input[type=email], input[type=url], input[type=password] { -webkit-appearance: none; -moz-appearance: none; border-radius: 0;-moz-border-radius: 0; -webkit-border-radius: 0; }
.searchBox {-webkit-appearance: none; -moz-appearance: none; border-radius: 0;-moz-border-radius: 0; -webkit-border-radius: 0; padding: 8px; border: 1px solid #ebebeb; width:65%; }
select { padding: 5px; cursor: pointer; border-radius: 0;-moz-border-radius: 0; -webkit-border-radius: 0; border: 1px solid #ebebeb; }
* { -moz-font-smoothing: antialiased; -webkit-font-smoothing: antialiased; -webkit-font-smoothing: subpixel-antialiased; box-sizing: border-box; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.screenreader { position: fixed; top: 0; z-index: 999999; }
.screenreader a { position: absolute; width: 260px; padding: 10px; left: -100000px; background-color: #006448; color: #fff; font-weight: bold; text-decoration: none; line-height: 1.4; text-align: center; }
.screenreader a:hover { text-decoration: underline; }
.screenreader a:focus { left: 0; top: 0; }
sup { vertical-align: super; font-size:.875em;}

/* Global Headings */
h1, h2, h3, h4, h5, h6 { width: 100%; display: block; font-family: 'Crimson Text', serif; margin-bottom:0; }
h1 { font-family: 'Dancing Script', cursive; font-size: 2.63rem;color:#3a3a3a; line-height: 1.1; letter-spacing: 0.01em; }
h2 { font-size: 2.25rem;color:#3a3a3a; line-height: 1.22; margin-bottom: 7px; }
h3 {font-size: 1.86rem;color: #3a3a3a; line-height: 1.22; }
h4 { font-size: 1.5rem; color: #3a3a3a; line-height: 1.28; }
h5 { font-size: 1.125rem; color: #3a3a3a; line-height: 1.28; }
.accent-no-green { font-family: 'Lato', sans-serif; }
.accent-green { font-family: 'Lato', sans-serif; color:#42b43e; }

/* Global Content */
a { color: #3a3a3a; }
a.no-border {border-bottom: 0 !important;}
.mainContent a:hover, #mainWrapper a:hover  { color: #D14200; text-decoration: underline; }
hr { border: 0; height: 1px; background: #cdc4bb; margin-bottom: 25px; width: 100%; clear: both; }
.mainContent .green-bg a, #mainWrapper .green-bg a { color: #fff; }
.mainContent .green-bg a:hover, #mainWrapper .green-bg a:hover  { color: #42b43e; }
hr { border: 0; height: 1px; background: #cdc4bb; margin-bottom: 25px; width: 100%; clear: both; }
p { margin-bottom: 15px; }
em {font-style: italic;}
img { border: none; height: auto; max-width: 100%; }
td img { max-width: none; }
strong { font-weight: 900;}
iframe { max-width: 100%; }
input { border-radius: 0;-webkit-border-radius:0px; }
tr { background: #eee; }
tr:nth-child(odd){ background-color: #fff; }
th { font-size: 1.25em;color:#42b43e; }
td, th { padding: 6px;line-height: 1.5; }
table caption {font-size: 1.5em; margin: .5em 0 .75em; }
table.sponsors td img { max-width:100px; width:100%; }
/*@media screen and (max-width: 767px) {
  thead { display: none; }
  tr { display: block; position: relative; padding: 1.2em 0; }
  tr:first-of-type { border-top: 1px solid #ccc; }
  td { display: table-row; }
  td:before { content: attr(data-label); display: table-cell; color:#42b43e; font-weight: bold; padding: 0.2em 0.6em 0.2em 0; text-align: right; }
  td:last-child:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; border-bottom: 1px solid #ccc; }
} */
/*@media screen and (max-width: 667px) {
  table {  border: 0; }
  table thead { border: none; clip: rect(0 0 0 0); height: 1px; margin: -1px;  overflow: hidden; padding: 0;  position: absolute;  width: 1px; }
  table tr { display: block; margin-bottom: .625em; }
  table td { display: block; text-align: right; }
  table td:before {content: attr(data-label); float: left; font-weight: bold; color: #42b43e; }
  table td:last-child { border-bottom: 0;}
}*/
.center { text-align: center; }
.align-left { float: left; margin: 0 20px 20px 0; }
.align-right { float: right; margin: 0 0 20px 20px; }
.alignCenter { text-align: center; display: block; }
a.green-button, .green-button { display: inline-block; font-size: .9rem; background-color: #006448; color: #fff; text-align: center; margin-top: 10px; margin-right: 15px; padding: 9px 15px; min-width: 180px; text-transform: uppercase; text-decoration: none; cursor: pointer; border: none; transition: all 0.4s ease-in-out; }
.mainContent a.green-button:hover, #mainWrapper a.green-button:hover, .green-button:hover,
.mainContent a.green-button:focus, #mainWrapper a.green-button:focus, .green-button:focus{ color: #fff; background-color: #3a3a3a; text-decoration: none; }
a.green-button:last-child { margin-right: 0; }
a.callout, a.anchorWrap .callout{ display: block; font-size: 1em; margin-top: 15px; color: #006448; text-decoration: none; }
a.callout:after, a.anchorWrap .callout:after{ content:"\f105"; font-family: 'FontAwesome'; margin-left: 6px; font-size: 1em; display: inline-block; }
a.read-more { display:inline-block; font-family: 'Lato', sans-serif; font-size:1.125em; margin-top:15px; color:#765F2F; text-decoration: none; }
a.read-more:after { display: inline-block;content:"\f105"; font-family: 'FontAwesome'; margin-left: 6px; font-size: 1em; }

a.back, .back { display:block; font-size:1.125em; margin-top:20px; color: #D14200; text-decoration: none; }
a.back:before, .back:before { content:"\f053"; font-family: 'FontAwesome'; margin-right: 6px; font-size: .65em; vertical-align: middle; display:inline-block; }
.subhead, .columns .content > .subhead{ display:block; font-size:1rem; font-weight:400; font-style: italic; letter-spacing: -.03em; color:#006448; line-height:1.3; margin-bottom: 5px; }
#mainWrapper:after{ content:""; display:block; clear:both; }
#mainWrapper.noImage {margin-top: 60px;}
.page-title.wrapper{ padding:0 10px;line-height:1.25em; }
ul.noStyle{ list-style: none; }
ul.noStyle li{ margin:10px 0; }
.backToTop { position: fixed; bottom: 30px; right: 30px; opacity: 0.5; background: #faf9f7; border-radius: 50%;padding: 20px 17px 20px 20px; color: #3a3a3a; z-index: 20; font-size: 1.3rem; }
#topLink em { box-shadow: 0px 0px 6px #000000; }
.hidden { display: none; }
.loadingContent { visibility: hidden; }
.infographics .col6:last-child .bordered { border-right:0; }
/* ============================
 One% CSS Grid - 12 Columns Fluid CSS Grid System
* ============================*/
.mainContent.wrapper{ margin-top:42px; max-width: 1200px; }
.mainContent:after{ content:""; display:block; clear:both; }
.container, .wrapper { /*max-width: 1450px;*/ margin-left: auto; position:relative; margin-right: auto; }
.fullRow { float: left; width: 100%; display: block; clear: both; margin: 20px 0; }
.one-row { clear: both; padding: 0px; }
.one-row:after { content:""; display:block; clear:both; }
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 { float: left; margin: 0 3% 0 0; }
.col3 { float: left; margin: 0 2.5% 0 0; }
.col1:last-child, .col2:last-child, .col3:last-child, .col4:last-child, .col5:last-child, .col6:last-child, .col7:last-child, .col8:last-child, .col9:last-child, .col9.last, .col10:last-child, .col11:last-child, .col12 { margin: 0; }
.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 100%; margin: 0; }

/* ============================
 Global Background Colors
* ============================*/
/*Light Green*/.light-green-bg { background-color: #007e60; }
/*Green*/.green-bg { background-color: #004b36; }

/* ============================
 Global Text Colors
* ============================
/*White*/.white-font { color: #fff; }
/*Dark Gray*/.gray-font { color: #3a3a3a; }
/*Ligh Gray*/.ligh-gray-font { color: #b7b7b7; }

/* ============================
 Global Font Colors
* ============================*/
/*Accent Green */.accent-green { color: #006448; }
/*Purple*/.purple{ color: #5b2e92; }
/*Orange*/.orange{ color: #ff4f00; }
/*Gold*/
.gold{
	 color: #e7b422;
}
/*Pink*/.pink{ color: #ed028c; }

/* ============================
 Form Styles
* ============================*/
fieldset { border: 0; padding: 0; }
label { cursor: pointer; }
input { border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; font-size: .875rem; color: #3a3a3a; }
input[type=text]:not(.search-text), select, input[type=email], input[type=url], input[type=password], textarea { color:inherit; font-family:inherit; font-size: 1em; border: 1px solid #ebebeb; background: #fff; padding: 8px 8px; margin-bottom: 15px; }
input#customSearchText { width:88%; }
.wysiwyg-content p.conditionalInput { margin: 15px 0 0 0; }
.conditionalInput label { position: absolute; text-indent: -99999px; }
.formRow .conditionalInput input[type="text"] { border: none; background: none; padding: 0; }

.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b { font-family: 'Lato', sans-serif !important;color: #004b36 !important;}
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b { font-family: 'Lato', sans-serif !important;color: #004b36 !important;}
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b { font-family: 'Lato', sans-serif !important;color: #004b36 !important;}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {border-color: #004b36 !important;background-color: #fff;color: #004b36 !important;}
.gsc-results .gsc-cursor-box .gsc-cursor-page {border-color: #004b36 !important;background-color: #fff;
color: #004b36 !important;}
a.gs-title {border-bottom: none !important;display:inline;}
.cse .gsc-control-cse, .gsc-control-cse { font-family: 'Lato', sans-serif !important; background-color: #fff !important; border: 1px solid #fff !important; }
.cse .gs-webResult .gs-visibleUrl, .gs-webResult .gs-visibleUrl, .cse .gs-webResult .gs-visibleUrl-short, .gs-webResult .gs-visibleUrl-short, .gs-imageResult .gs-visibleUrl, .gs-imageResult .gs-visibleUrl-short { color: #006448 !important; }
.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page, .gsc-results .gsc-cursor-page.gsc-cursor-current-page { color: #fff !important; text-shadow: 0 1px 2px #000 !important; background-color: #006448 !important; }

/* ============================
 Clive Form Styles
* ============================*/
 div .clive-form, div .clive-field > input, div .clive-dropdown-wrapper [name="State"]{ font-family: 'Lato', sans-serif; }
 input[type="submit"].clive-submit { display: inline-block; font-size: .9rem; background-color: #006448; color: #fff; text-align: center; width: auto; margin-top: 10px; margin-right: 15px; padding: 9px 15px; min-width: 180px; text-transform: uppercase; text-decoration: none; cursor: pointer; border: none; }
 input[type="submit"].clive-submit:hover { background: #3a3a3a; color: #ffffff; width: auto; text-decoration: none; }
.clive-field-wrapper > label { font-weight: bold; }
.clive-legend-wrapper > legend { font-weight: bold; }
.clive-radiobuttons, .clive-checkboxes * { display: block; }
.clive-field-wrapper .clive-radiobuttons > * + *, .clive-field-wrapper .clive-checkboxes > * + * { margin-left: 0 !important; }
.clive-radiobuttons input, .clive-checkboxes input{ float: left; display: inline-block; }
.clive-radiobuttons label, .clive-checkboxes label{ display: block; }

/* ========================================
  Site Header Area
* ========================================*/

/* ============================
  e2 Campus Alert
* ============================*/
.SmartBoard_Table { margin: -20px 0 20px 0 !important; border-spacing: 0; border-color: rgb(175,41,46); }
.SmartBoard_Table tr:nth-child(odd), .SmartBoard_Table tr{color: #fff; background: rgb(175,41,46); }
.SmartBoard_Table td { padding: 4px 15px; }
.home .SmartBoard_Table { margin: 0 !important; margin-left: auto !important; margin-right: auto !important; }
.landing .SmartBoard_Table { margin: 75px 0 0 0 !important; }

/* ============================
  Alert
* ============================*/
/* Alert Message Area */
.alert{ color:#fff; z-index:99999; width:100%; max-width: 700px; margin: auto; }
.alert .wrapper{ max-width: 1570px; width: 100%; padding-left: 15px; padding-right: 15px; }
.alert .title { font-size: .925em; display: inline-block; color: #fff; padding: 8px 0; }
.alert .summary { float: left; width: 90%; line-height: 1.5; }
.alert .summary > a { color: #fff; font-variant: normal; }
.alert .container:after { content: '';clear: both;display: block; }
.alert.red-bg{ background: rgb(175,41,46); position: relative; }
.alert .wrapper:after{ content:"";clear:both;display:block; }
.alert-message{ position: relative;width: 100%;background: none;color: #fff;z-index: 9999; padding:30px 20px; }
.alert-message span.headline{ display:block;font-size:2em;font-family: 'Crimson Text', serif;  }

/* ============================
  Header
* ============================*/
header { background: #fff; border-color: #42b43e; }
header.header { background-color: #fff; height: 75px; width: 100%; position: fixed; top: 0; z-index: 999999;-webkit-box-shadow: 0px 1px 11px 0px rgba(198,198,198,1);
-moz-box-shadow: 0px 1px 11px 0px rgba(198,198,198,1);
box-shadow: 0px 1px 11px 0px rgba(198,198,198,1); }
.header .container,.header .wrapper { max-width: 1570px; }
/* Logo */
.logo { position: relative; width: 18%; float:left; padding: 0 0 0 9px; margin: 20px 1px 14px 0; display: inline-block; }
.logo img { max-width: 250px; width: 100%; }

/* ============================
  Utility Area
* ============================*/
.utilityLink { float:left; padding: 25px 5px; }
.utilityLink a { color: #006448; text-decoration: none; }
.utilityLink a:hover { text-decoration: underline; }

/* I Am A */
.iamWrap { float: left; width: auto; position: relative; }
/* Opens Changes Icon */
nav #iamtoggle + label[for='iamtoggle']:after { color: #42b43e; content: '\f0d8'; font-family: 'FontAwesome'; font-size: 0.9rem; font-weight: normal; padding-left: 5px; vertical-align: middle; }
nav #iamtoggle:checked  + label[for='iamtoggle']:after { content: '\f0d7'; }
/* Opens DIV */
nav #iamtoggle ~ label[for='iamtoggle'] { position: relative; width: auto; display: block; width: initial; float: left; padding: 26px 5px; cursor: pointer; color: #42b43e; }
nav #iamtoggle:checked ~ label[for='iamtoggle'] { color: #006448; }
nav #iamtoggle:checked ~ .iamcontent { opacity: 0; height: 0; display: none; position: absolute; overflow-x: hidden; z-index: 9999999999; }
nav #iamtoggle:focus + label[for='iamtoggle'] { outline: none; }
nav #iamtoggle:focus ~ label[for='iamtoggle'] span { color: #42b43e; }
/* I Am A Content */
.iamcontent .sub-menu li { text-align:left; padding: 5px; margin-right: 0; display: block; }
.iamcontent .sub-menu a { color:#005f3e; font-size: .875em; margin-right: 0; text-decoration: none; }
.iamcontent .sub-menu a:hover, .iamcontent .sub-menu a:focus { text-decoration: underline; }
.iamcontent li:hover > input[type="checkbox"] + .sub-menu { display: block; }
.iamcontent li ul li { position: relative; padding: 0; margin: 0; }
.iamcontent li ul { list-style: none; padding: 0; margin: 0 0 12px 0; }

/* Search */
.searchWrap { width: auto; position: relative; display: inline-block; }
.searchMobilecontent { border-color:#ECEFF1; }
.searchMobilecontent button[type=submit] { color: #3a3a3a; }
.searchBar, .searchMobilecontent button[type=submit], nav .searchMobilecontent, #menu li:hover > .searchMobilecontent { background: #fff; }
nav .searchMobilecontent, nav #searchtoggle + label[for='searchtoggle'] { display: block; }
.searchBar input { border-color: #42b43e; }
/* Search Toggle */
.headerContent #searchMobiletoggle { display: none; }
nav #searchtoggle + label[for='searchtoggle'] span { position: absolute; overflow: hidden; z-index: -1000; font-size: 0; height: 1px; }
/* Opens Changes Icon */
nav #searchtoggle + label[for='searchtoggle']:before { color: #3a3a3a; content: '\f002'; font-family: 'FontAwesome'; font-size: 1.35rem; }
nav #searchtoggle + label[for='searchtoggle']:before { color: #42b43e; }
nav #searchtoggle:checked + label[for='searchtoggle']:before { color: #3a3a3a; }
nav #searchtoggle:focus + label[for='searchtoggle']:before { color: #42b43e; }
/* Opens DIV */
nav #searchtoggle ~ label[for='searchtoggle'] { width: 32px; display: block; float: left; padding: 22px 24px; outline: none; }
nav #searchtoggle:checked ~ .searchMobilecontent { opacity: 0; height: 0; display: none; position: absolute; overflow-x: hidden; z-index: 9999999999; }
/* Search Content */
nav .searchMobilecontent {
    border-style: solid; border-width: 2px; transition-property: all; transition-duration: .5s; transition-timing-function: cubic-bezier(0, 1, 0.5, 1); margin-top: -2px; z-index: 9999999; display: block; position: absolute; right: 0; top: 100%; }
nav .searchMobilecontent ul.toolbar { list-style: none; padding-left: 0; display: block; }
nav .searchMobilecontent li { display: block; }
nav .searchMobilecontent li a { text-decoration: none; line-height: 2.5em; display: block; font-size: 0.875em; }
/* Search Input */
nav .searchMobilecontent input[type=search] { border: 0; padding: 10px 6px; width: 85%; float: left; -webkit-appearance: none; margin: 0; position: absolute; top: 5px; }
nav .searchMobilecontent input:focus { outline: none; }
nav .searchMobilecontent button[type=submit] { float: right; position: relative; border: none; font-size: 1.125em; width: 45px; height: 45px; overflow: hidden; cursor: pointer; }

/* Resource Tools */
/* Opens Changes Icon */
nav #toolstoggle + label[for='toolstoggle']:before { color: #fff; content: '\f0c9'; font-family: 'FontAwesome'; font-size: 1.45rem; }
/* Opens DIV */
nav #toolstoggle ~ label[for='toolstoggle'] { color: #fff; width: 75px; height: 75px; display: block; float: right; padding: 22px 27px; background-color: #007e60; }
nav #toolstoggle:checked ~ label[for='toolstoggle'] { background-color: #006448; }
nav #toolstoggle ~ label[for='toolstoggle'] > span{ text-indent: -999999px; }
nav #toolstoggle:checked ~ .toolscontent { background-color: #007e60; opacity: 0; height: 0; display: none; position: absolute; overflow-x: hidden; z-index: 9999999999; }
#toolstoggle:focus + label[for='toolstoggle'] { outline: 1px solid #000; }
/* Resource Content */
.toolscontent { background-color: #007e60; }
.toolscontent  ul.sub-menu li { color: #fff; display: block; width: 100%; border-bottom: 1px solid #006d54; font-size: 0.85rem; }
.toolscontent  ul.sub-menu li.title { font-size: 1.1rem; padding: 12px 15px 8px 15px; font-weight: bold; }
.toolscontent  ul.sub-menu li:first-child, .toolscontent  ul.sub-menu li:last-child { border-bottom: 1px solid transparent; }
.toolscontent ul.sub-menu li a { width: 100%; display: block; color: #fff; text-decoration: none; padding: 8px 13px; }
.toolscontent ul.sub-menu li a:hover,.toolscontent ul.sub-menu li a:focus { background: #3a3a3a;}
.toolscontent ul.sub-menu li a:after { color: #3a3a3a; content: '\f105'; font-family: 'FontAwesome'; float: right; line-height: 1.1; font-size: 1.1rem; }
.toolscontent ul.sub-menu li a:hover:after,.toolscontent ul.sub-menu li a:focus:after { color: #fff; background: #3a3a3a;}

/* ============================
  Top Navigation
* ============================*/
/* Top Nav */
.topNav { margin-right: 0; }
.topNav ul { list-style: none; margin: 0; padding: 0;}
.topNav ul.nav li { display: inline-block; padding: 15px 17px; }
.topNav ul.nav > li > a { text-transform: none; font-size: 1.05rem; text-decoration: none; }
.topNav ul.nav > li > a:hover,.topNav ul.nav > li > a:focus { text-decoration: underline; }
.topNav input[type="checkbox"] { position: absolute; display: inline; height: 0; width: 0; margin: 0; padding: 0; -webkit-appearance: none; -moz-appearance: none; border: none; opacity: 0; }
.topNav label span { position: relative; display: inline-block; font-size: 1rem; }

/* Main Navigation */
#menu .main-menu { display: none; }
#menu input[type="checkbox"] { position: absolute; display: inline; height: 0; width: 0; margin: 0; padding: 0; -webkit-appearance: none; -moz-appearance: none; border: none; opacity: 0; }
#menu input[type="checkbox"]:focus { outline: 1px dashed #006448; width: 100%; height: 15px; opacity: 1; background-color: #fff; }
#menu li, #menu a { position: relative; display: block; }
#menu { float: left; margin: 10px 0;}
#menu input[type="checkbox"]:checked + .sub-menu { display: none; }
#menu > li { float: left; }
#menu li:last-child, #menu li:last-child a { margin-right: 0; padding-right:0; }
/* Sub Navigation */
#menu .sub-menu { display: none; min-width:200px; margin: 0; position: absolute; top: 100%; left: 0; z-index: 3000; padding: 18px 10px 10px 10px; background-color: #fff; opacity: .95; }
#menu .sub-menu h3 { font-weight: 700; }
#menu .sub-menu li { text-align:left; padding: 5px; margin-right: 0; display: block; }
#menu .sub-menu a { color:#005f3e; font-size: .875em; margin-right: 0; text-decoration: none; }
#menu .sub-menu a:hover, #menu .sub-menu a:focus { text-decoration: underline; }
#menu .sub-menu .sub-menu { top: 0; left: 100%; }
#menu li:hover > input[type="checkbox"] + .sub-menu { display: block; }
#menu li ul li { position: relative; padding: 0; margin: 0; }
#menu li ul { list-style: none; padding: 0; margin: 0 0 12px 0; }

/* ============================
  Mobile Menu
* ============================*/
#mobile-header { display: none; }
/* Hide Select Checkbox */
.toggle, .full-screen-close { display: none; }
.full-screen-close { width: 100%; height: 100%; position: absolute; cursor: pointer; top: 0; right: 0; }
/* Toggle Canvas Menu */
.toggle:checked + .container > .menu-container { margin-right: 0; min-width: 250px; }
.toggle:checked + .container > .content { margin-right: 40%; }
.toggle:checked + .container > .content .full-screen-close { display: block; z-index: 15; }
.menu { z-index: 100; position: relative; }
.toggle-btn { width: 45px; height: 45px; display: block; float: right; padding: 6px 12px; background-color: #006448; }
.toggle-btn:after { color: #fff; content: '\f0c9'; font-family: 'FontAwesome'; font-size: 1.45rem; }
.toggle-btn span { position: absolute; overflow: hidden; z-index: -1000; font-size: 0; height: 1px; }
/* Mobile Menu Container */
.menu-container { float: left; height: 78%; margin-top: 0px; position: fixed; z-index: 102; display: inline-block; right: 0; transition: margin 0.5s ease-in-out; }
/* Search Mobile */
.searchMobilecontent, #searchMobiletoggle, #searchMobiletoggle + label { display: none; }

/* ============================
  Site Footer
* ============================*/
.home footer { margin-top: 0; }
footer { float: left; width: 100%; display: inline-block; background-color: #006448; padding-top: 32px; }
footer a { text-decoration: none; }
footer a:hover, .footer a:focus { text-decoration: underline; }
footer p, footer ul li a { font-size: 0.9rem; color:#fff; }
footer .wrapper{ max-width:1200px; }
footer .wrapper:after{ content:"";clear:both;display:block; }
footer .footer-left .address p{ line-height: 1.45em; }
footer .footer-left img.footer-logo{ margin: 0 0 13px 0; }
footer .footer-left a.telephone, footer .footer-left a.email { color:#fff; }
footer .footerlinks ul{ float: left; list-style: none; padding: 0; border-left:solid 1px #418876; }
footer .footerlinks ul:first-child { margin-left: 0; }
footer .footerlinks ul li{ display: block; margin: 3px 17px; }
footer .footerlinks ul:last-of-type li{ margin: 3px 0 3px 17px; }
footer .sub-footer{ text-align: left; width: 100%; background-color: #004b36; padding: 0; margin: 22px 0 0 0; }
footer .address { margin: 8px 0; }
footer .one-row { float: right; }
footer .socialbar{ margin:8px; align-items: inherit; display: flex;gap: 1.5rem; }
footer .socialbar i{ color:#fff; }
footer .socialbar a { font-size: 1.286rem; display: inline-block;  }
footer .socialbar a svg { width: 20px; height:18px; fill: #FFFFFF; }
footer .socialbar a:first-child { padding-left: 0; }
footer .socialbar a span { display:none; }
footer .footerlinks .one-row .col6{ width:50%;margin-right:0; }
footer .copyright { width: 50%; text-align: right; }
footer .copyright p { margin: 12px 6px 0 0; }
/* Google Translate */
.goog-te-menu-frame { max-width:100% !important; }
.goog-te-menu2 { max-width: 100% !important;  overflow-x: scroll !important; box-sizing:border-box !important; height:auto !important; }

/* ============================
  Impact Areas
* ============================*/
.wrap { position: relative; overflow: hidden; width: 100%; margin: 0 auto 15px auto; }
.wrap img, .wrap video { width: 100%; height: auto; display: block; }
.landing .impact.wrap{ height: 355px; background-size: cover; margin-bottom: 44px; }
.header + .landing { margin-top: 75px; }
.landing.fullWidth{ margin-top: 44px; }
.impact.contentWidth{ margin: 0 0 28px 0; }
.impact img{ width:100%; }
.impact .caption{ position: absolute; width: 100%; max-width: 1225px; margin:0 auto; top: 30px; bottom: 0;right: 0; left: 0; }
.impact .caption .wrapper{ height:100%; }
.impact .caption .wrapper h1, .impact .caption .wrapper h2{ font-family: 'Dancing Script', cursive; margin-bottom:0; }
.impact .caption .wrapper .top-left{ position:absolute; top:12%; left: 15px; }
.impact .caption .wrapper .top-right{ position:absolute; top:12%; right: 15px; }
.impact .caption .wrapper .bottom-left{ position:absolute; bottom:22.75%; left: 15px; }
.impact .caption .wrapper .bottom-right{ position:absolute; bottom:22.75%; right: 15px; }
.impact .caption .wrapper .center-center{ position:absolute; top:0;bottom:0;right:0;left:0;margin:auto;width:80%;height:175px;text-align: center; }
.impact .caption h1.captionText, .impact .caption h2.captionText{ font-family: 'Dancing Script', cursive; color:#fff; }
.landing .impact .caption{ position: absolute; width: 100%; max-width: 1190px; top: auto; bottom: 7%;right: 0; left: 20px; }
.landing .impact .caption h1.captionText, .landing .impact .caption h2.captionText  { max-width: 600px; font-size: 4.15rem; text-shadow: 2px 2px #000; }
.landing .impact .caption h1.captionText { max-width: 1200px; }
/* ============================
  Home Page
* ============================*/
.negMargin { margin-top: -25px!important; }
.home .wysiwyg-content.wrapper { max-width: 1225px; padding: 10px 0; }

/* Homepage Impact */
.home .impact .overlay { width: 100%; height: 100%; position:absolute; z-index: 1; background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 1%, rgba(1,2,2,0.5) 2%, rgba(58,86,108,0) 65%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 1%,rgba(1,2,2,0.5) 2%,rgba(58,86,108,0) 65%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0.5) 1%,rgba(1,2,2,0.5) 2%,rgba(58,86,108,0) 65%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.home .impact .caption { z-index: 2; }
.home .impact { max-height: 809px; }
.home .slider-main{ position: relative; z-index: 0; max-height: 809px; background: #3a3a3a; }
.home .impact img { width: 100%; height: auto; z-index: 0; position: relative; }
.home .impact video { width: 100%; height: auto; padding: 0; margin: 0; }
.home .impact > video { width: 100%; height: 809px; object-fit: cover; }
.home .impact .caption .wrapper .subtitle { color: #fff; font-family: 'Lato', sans-serif; font-weight: 400;  font-style: italic; text-shadow: 2px 2px #000; text-transform: uppercase; font-size: 1.16rem; line-height: 1; font-weight: 600; }
.home .impact .caption .wrapper h1.title,.home .impact .caption .wrapper h2.title { color: #fff; font-size: 4.72rem; text-shadow: 2px 2px #000; line-height: 1.22em; padding-left: 3px; }
.home .impact .caption .wrapper .center-center { width: 70%; }
.home .impact .slick-dotted.slick-slider { margin-bottom: 0; overflow:hidden; }
.home .impact ul.slick-dots { bottom: 10%; }
.home .impact ul.slick-dots > li { display: inline-block; margin: 0 10px 10px 0; width: 50px; height: 10px; background-color: #FFF; }
.home .impact .video-image ul.slick-dots > li:first-child { display: none; }
.home .impact ul.slick-dots > li.slick-active { background-color: #3B9C32; }
.home .impact ul.slick-dots > li button { display: none; }
.home .impact ul.slick-dots > li:last-child { margin-right: 0; }
.home .impact .slick-prev, .home .impact .slick-next { bottom: 10%; }
.home .impact .slick-prev { left: 47.75%; }
.home .impact .slick-next { left: 50.25%; }
/* Slider Play/Pause Controls */
.playSlide, .pauseSlide { z-index: 1; position: absolute; bottom: 25px; left: 25px; cursor: pointer; background: none; border: none; }
.playSlide span, .pauseSlide span { color: #fff; display: block; position: absolute; text-indent: -999999px; }
.playSlide:after, .pauseSlide:after { color: #fff; font-family: 'FontAwesome'; }
.playSlide:after  { content: '\f04b'; }
.pauseSlide:after  { content: '\f04c'; }

/* Homepage Intro */
#homeIntro > .container { max-width: 1190px; width: 100%; text-align: center; }
.homeIntro { display: inline-block; width: 100%; margin: -64px auto 5px auto; padding: 27px 20px; background: #faf9f7; -webkit-box-shadow: 0px 1px 2px 1px rgba(204,204,204,.2);
-moz-box-shadow: 0px 1px 2px 1px rgba(204,204,204,.2);
box-shadow: 0px 1px 2px 1px rgba(204,204,204,.2); }
.homeIntro .col4 { border-right: 1px solid #edecea; padding: 0 15px; }
.homeIntro .col4:last-child { border-right: 1px solid transparent; }
.homeIntro h2 { margin: 2px auto 7px auto; font-size: 1.5rem; color: #3a3a3a; line-height: 1.28; }
.homeIntro a { color: #3a3a3a; text-decoration: none; }
.mainContent .homeIntro a:hover, .mainContent .homeIntro a:focus, .mainContent .homeIntro a:hover h2, .mainContent .homeIntro a:focus h2, .mainContent .homeIntro a:hover h4, .mainContent .homeIntro a:focus h4 { color: #D14200; text-decoration: none; }
.homeIntro p { font-size: .9rem; line-height: 1.4; max-width: 240px; width: 100%; margin-left: auto; margin-right: auto; margin-bottom: 5px; }
.homeIntro hr { display: none; }
/* Homepage Scroll Down */
#topLinkHome { margin: -25px auto 20px auto; display: inline-block; text-decoration: none; }
#topLinkHome span { font-size: .75rem; }
.scrollDown { position: relative; background: #32816b; border-radius: 50%; padding: 7px; color: #fff; z-index: 9; font-size: 1.8rem; text-align: center; }
.scrollDown:before { display: inline-block; margin-left: 6px; }

/* Why Choose */
.container.whyChoose { max-width: 1190px; width: 100%; margin: 7px auto 0 auto; }
.whyChoose .subhead { margin-bottom: 20px; }
.whyChoose .wysiwyg-content.wrapper.col8 { padding-right: 7%; margin-right: 4%; }

/* Infographics */
.wysiwyg-content .infographics .col4 p { margin: 0; }
.wysiwyg-content .infographics p.info-large { margin-bottom: 10px; }
.wysiwyg-content .infographics { margin-bottom: 8px; }
.infographics hr { display: none; }
.infographics .col4 { padding: 15px 0; width: 33.3%; margin-bottom: 0; margin-right: 0; }
.infographics .col4 .bordered { width: 100%; float: left; border-right: 1px solid #ededed; min-height: 118px; }
.infographics .col4:last-of-type .bordered { border-right: none; border-bottom: none; }
.infographics .col4:first-of-type, .infographics .col4:nth-child(n+3) { width: 33.3%; }
.infographics .col4:first-of-type .infoWrap { float: left; }
.infographics .col4:nth-child(n+4) .infoWrap { float: right; }
.infographics .col4:nth-child(n+4) .bordered { border: none; }
.infographics .col4:nth-child(n+3) .bordered { border: none; }
.infographics .col4:nth-child(n+4) { display: none; }
.infographics .col6 { margin-bottom: 0; padding: 15px 0; text-align: center; margin-right: 0; }
.infographics + .columns, .infographics + .divider + .columns { padding-top: 60px; }

/* Infographics Landing */
.container.infographics { background-color: #FFF; z-index: 1; max-width: 1225px; padding: 0 15px 44px 15px; }
.landing .container.infographics { margin: 37px auto 3px auto; }
.infographics .col3 { margin-bottom: 0; padding: 15px 0; width: 30%; margin-right: 0; }
.infographics .col3 .bordered { width: 100%; float: left; border-right: 1px solid #ededed; }
.infographics .col3:last-of-type .bordered { border-right: none; border-bottom: none; }
.infographics .col3:first-of-type, .infographics .col3:nth-child(n+4) { width: 20%; }
.infographics .col3:first-of-type .infoWrap { float: left; }
.infographics .col3:nth-child(n+4) .infoWrap { float: right; }
.infographics .info-large  { font-size: 4.2em; font-family: 'Lato', sans-serif; padding: 0; line-height: 1em; }
.infographics p.info-large { margin-bottom: 10px; }
.infographics .info-small  { font-size: 1.05em; font-style: italic; color:#737373; padding: 0; margin: 0; line-height: 1.15em; }
.infographics .col3:nth-child(n+4) .bordered { border: none; }

/* Success Stories Slider */
.successStories.col4 { margin-top: 24px; }
.slider-spotlight a { text-decoration: none; }
.slider-spotlight a:hover, .slider-spotlight a:focus { text-decoration: none; color: #000;}
.slider-spotlight .quoteBubble { margin: -14px 0 -4px -6px; }
.slider-spotlight .caption { background-color: #f9f9f9; }
.slider-spotlight .caption .wrapper { padding: 0 25px 42px 25px; }
.slider-spotlight .title { font-weight: 600; text-transform: uppercase; line-height: 1.3; margin-bottom: 6px; }
.slider-spotlight .subTitle { font-size: .85rem; line-height: 1.3; }
.slider-spotlight .slick-prev, .slider-spotlight .slick-next { width: 30px; height: 30px; bottom: -56px; transition: all 0.4s ease-in-out; }
.slider-spotlight .slick-prev:before, .slider-spotlight .slick-next:before { font-size: 1.55rem; padding-top: 7px; }
.slider-spotlight .slick-prev { left: 40%; }
.slider-spotlight .slick-next { left: 53%; }

/* WYSIWYG Content */
.wysiwyg-content .container.infographics { padding: 0; }
.wysiwyg-content .container.infographics .col3 { padding-top: 0; }

/* Study Area */
.study .wrapper { max-width: 1256px; margin: 0 auto; }
.study .wrapper > .green-bg { padding: 70px 35px 121px 35px; }
.study .slider-nav h3 { font-family: 'Lato', sans-serif; font-size: 1.3rem; padding: 18px 10px; }
.study .col4 { width: 31.75%; }
.study .col4 img { margin-bottom: 35px; }
.study .col8 > h3 { font-size: 2.4rem; letter-spacing: .03rem; margin-top: -10px; margin-bottom: -10px; }
.study.columns .green-bg p.degrees { margin-bottom: 15px; }
.study .degrees span { font-size: 1.16rem; }
.study a.green-button { max-width: 200px; width: 100%; }
.study .slick-prev, .study .slick-next { top: 33px; color: #fff; background-color: #004b36; transition: all 0.4s ease-in-out; }
.study .slick-prev:before, .study .slick-next:before { font-size: 2.2rem; }
.study .slick-prev { left: -48px; }
.study .slick-next { right: -48px; }
.study .slick-prev:hover, .study .slick-prev:focus, .study .slick-next:hover, .study .slick-next:focus  { background-color: #006448; }
.study .slider-nav { text-align: center; }
.study .slider-nav .slick-active { cursor: pointer; transition: all 0.4s ease-in-out; }
.study .slider-nav .slick-current.slick-active { background: #006448; cursor: default; }
.study .slider-nav .slick-active:not(.slick-current):hover, .study .slider-nav .slick-active:not(.slick-current):focus { background-color: #3a3a3a; }
.study .slider-nav { border-bottom: 1px solid #006448; margin-top: 36px; }
.study .slider-nav.slick-slider { margin-bottom: 58px; }

/* Study Dropdown */
.study.columns .green-bg select, .columns .green-bg option { color: #3a3a3a; text-transform: uppercase; font-family: 'Lato', sans-serif; font-weight: 400; }
.study select { width: 99%; height: 50px; margin: 0 0 25px 0; border-radius: 0;-moz-border-radius: 0; -webkit-border-radius: 0; background: url(../images/downarrow.png) no-repeat 94% 50%;padding: 14px 30px 15px 15px !important; -webkit-padding-end: 30px !important; -webkit-padding-start: 15px !important; padding:8px 8px; -moz-appearance: none; -webkit-appearance: none; -webkit-border-radius: 0px; outline-width: 0; font-size: 1rem; color: #3a3a3a !important; margin-bottom: 0; box-sizing: border-box; -ms-flex-align: center; align-items: center; white-space: pre; background-color: white; cursor: default;}
.study select::-ms-expand { display: none; }
.study.columns .green-bg option { padding: 10px; -webkit-appearance: none; -moz-appearance: none; }
.study.columns { margin-bottom: 40px; }

/* Visit Us */
.container.visitUs { position: relative; display: inline-block;
    width: 100%; margin: 0 auto 85px auto; padding: 10px 15px; }
.visitUs .wrapper { max-width: 1190px; width: 100%; margin: 0 auto; }
.visitUs .wrapper > h2 { margin-bottom: 37px; }
.visitUs .col2 { text-align: center; }
.visitUs .col2:nth-child(7n) {margin-right: 0; }
.visitUs .col2 a { text-decoration: none; }
.visitUs .roundImage { width: 150px; height: 150px; border-radius: 50%; border: 1px solid transparent; background-color: #fff; background-position: 50% 50%; margin: 0 auto 15px auto; }
.visitUs .title { font-family: 'Crimson Text', serif; font-weight: 600; letter-spacing: .04em; font-size: 1.11rem; line-height: 1.2; margin-bottom: 12px; }
.visitUs .subTitle{ font-size: 0.9rem; line-height: 1.2; }

/* ============================
  Right Navigation
* ============================*/
/* Right Nav*/
.rightNav{ position:relative; }
.rightNav .nav-drop{ padding-bottom: 10px; }
.rightNav .nav-drop .navTitle{ display:block; padding:0; text-transform: uppercase; font-weight: bold; }
.rightNav .nav-drop .navTitle label{ display: block; font-size: 1.125em; line-height: 1; padding: 10px 20px; color: #3a3a3a; }
.rightNav .nav-drop .navTitle label > a{ color:#3a3a3a; line-height: 1.2; text-decoration: none; }
.rightNav .nav-drop .navTitle label > a:hover{ text-decoration: underline; }
.rightNav .nav-drop ul{ list-style: none; margin-top:0; }
.rightNav .nav-drop ul li { position:relative; font-size: .89rem; font-style: normal; }
.rightNav .nav-drop ul li a{ display:block; text-decoration: none; padding: 7px 0 7px 20px; color:#3a3a3a; }
.rightNav .nav-drop ul li a:hover{ color:#D14200; text-decoration: underline; }
.rightNav .nav-drop ul li a:after { display: inline-block; font-family: FontAwesome; content:"\f105"; color:#42b43e; padding-left: 5px; text-decoration: none; }
.rightNav .nav-drop ul li a:hover:after { color:#D14200; }
.rightNav .nav-drop ul li.current > a{ color:#3a3a3a; text-decoration: underline; }
.rightNav .nav-drop ul li.current > a:hover{ color:#3a3a3a; }
.rightNav .nav-drop ul li.current > a:after { content:""; }
.rightNav .nav-drop ul li.current a:after:hover{ color:#D14200; }
.rightNav .nav-drop ul li.current.sub > a { font-style: italic; font-size: .8rem; text-decoration: none; }
.rightNav .nav-drop ul ul{ padding: 0 0 0 9px; margin: 0 0 0 7px; }
.rightNav input { position: absolute; display: inline; height: 0; width: 0; margin: 0; padding: 0; -webkit-appearance: none; -moz-appearance: none; border: none; opacity: 0; }
.rightNav .accordion{ margin: 0px 0 25px 0; }
.rightNav .accordion .acc-row label { padding-left: 60px; color:#3a3a3a; background: #f9f9f9 url(../../_global/images/plus.png) 22px 12px no-repeat; }
.rightNav .accordion .acc-row input[type=checkbox]:checked ~ .navTitle label { background: #f9f9f9 url(../../_global/images/minus.png) 22px 12px no-repeat; }
.rightNav .accordion .acc-row input[type=checkbox]:checked ~ .navTitle ~ ul { max-height: 999999px;padding: 0px;}
.rightNav .accordion .acc-row ul{ box-sizing: border-box; max-height: 0; overflow: hidden; padding: 0px 30px; -webkit-transition: max-height 0.1s ease; transition: max-height 0.1s ease; margin: 0; }
.rightNav .accordion .acc-row ul ul{ max-height:2000px; }

/* ============================
  Breadcrumbs
* ============================*/
.breadcrumbs.wrapper { max-width: 1195px; padding: 2px 0 0 0; }
.breadcrumbs ul, [class^="content col"] .breadcrumbs ul{ list-style: none; margin: 0 0 15px 0; padding: 0 15px; }
.breadcrumbs ul li{ display:inline-block; font-family: 'Lato', sans-serif;font-size: 1rem;text-decoration: none;color:#004b36;}
.breadcrumbs ul li:not(:last-child):after{ content:">";margin: 0 4px; }
.breadcrumbs ul li a{ font-family: 'Lato', sans-serif;text-decoration: none;color:#004b36; }
.breadcrumbs ul li a:hover { color: #D14200;}
@media all and (max-width: 960px){
	.breadcrumbs ul, [class^="content col"] .breadcrumbs ul{ padding: 0; }
}
/* ============================
  Content
* ============================*/
.title.wrapper h1.page-title { margin-bottom: 12px; }
.title.wrapper h2.page-title { margin-bottom: 0; }
.landing .title.wrapper { max-width: 1225px; padding: 44px 20px 0 20px; }
.content .columns .col4 { margin-right: 3.5%; }
.content .columns .col4:last-of-type { margin-right: 0; }
.content .columns .col6 { margin-right: 3%; }
.content .columns .col6:last-of-type { margin-right: 0; }
.content .columns h3 { font-size: 1.37rem; line-height: 1.1; margin-bottom: 8px; }
.content .columns img { margin-bottom: 8px; }
.video-content { margin-bottom:0; position: relative; width:100%; padding-bottom:56.25%; overflow:hidden; }
.video-content > a { position:absolute; top:1.25%; bottom:0; left:0; right:0; display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-box-align:center; -webkit-align-items:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:center; -webkit-justify-content:center; -ms-flex-pack:center; justify-content:center; }
.videoWrapper { position: relative; padding-bottom: 56.25%; padding-top: 20px; height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Landing/Interior WYSIWYG Styles */
.summary.wysiwyg-content + .wysiwyg-content { margin-bottom: 0; }
.wysiwyg-content.wrapper { padding: 10px 0; }
.landing .wysiwyg-content.wrapper { max-width: 1225px; padding: 10px 15px; }
.wysiwyg-content:after{ clear: both;content:""; display:block; }
.wysiwyg-content p{ margin: 15px 0 24px 0; }
.wysiwyg-content { font-family: 'Lato', sans-serif; }
.wysiwyg-content { margin-bottom: 0; }
[class^="content col"] ul, [class^="content col"] ol, .widget.wysiwyg  ul, .widget.wysiwyg  ol { margin: 10px 0 10px 30px; }
[class^="content col"] ul, .widget.wysiwyg  ul { list-style: none; list-style-type: none; }
[class^="content col"] ul li, [class^="content col"] ol li, .widget.wysiwyg  ul li, .widget.wysiwyg  ol li { margin-bottom: 10px; font-family: 'Lato', sans-serif; }
[class^="content col"] ul li:before, .widget.wysiwyg  ul li:before { content: "■ "; color: #42b43e; font-size:12px; vertical-align: top; padding: 0 5px 0 0; line-height: 1.95; margin-left: -14px; }
.breadcrumbs ul li:before { content: ""; margin-left: 0; padding: 0; }
/* Landing/Interior Accordion Styles */
.content .accordion { margin:0 auto 64px auto; }
.content .columns > .accordion { margin:0 auto; }
.columns + .accordion { margin-top:-44px; }
.content .accordion h2 { margin-top: 20px; }
.content .accordion .acc-row { position: relative; margin-bottom: 15px; background-color: #f9f9f9; }
.content .accordion .acc-row input[type=checkbox] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: 1; cursor: pointer; display: inline; height: 0; width: 0; margin: 0; padding: 0; -webkit-appearance: none; -moz-appearance: none; border: none; opacity: 0; }
.content .accordion .acc-row input:focus + h3  { border-left: 1px solid #006448; border-top: 1px solid #006448; border-right: 1px solid #006448; }
.content .accordion .acc-row input[type=checkbox]:focus ~ h3 ~ div { border-left: 1px solid #006448; border-bottom: 1px solid #006448; border-right: 1px solid #006448; }
.content .accordion .acc-row > h3 { font-size: 1.3em; margin: 0; padding: 17px 20px; background-color: #f9f9f9; }
.content .accordion .acc-row label { cursor: pointer; position: relative; display: block; }
.content .accordion .acc-row label { padding-left: 48px; color:#3a3a3a; background: #f9f9f9 url(../../_global/images/plus.png) 0 3px no-repeat; }
.content .accordion .acc-row .clive-field-wrapper label { cursor: pointer!important; position: relative !important; display: block!important; }
.content .accordion .acc-row .clive-field-wrapper label { padding-left: 0px!important; color:#3a3a3a; background: #f9f9f9  0 3px no-repeat; }
.content .accordion .acc-row input[type=checkbox] ~ h3 ~ div { padding: 0 60px 0 66px; }
.content .accordion .acc-row input[type=checkbox]:checked ~ h3 label { background: #f9f9f9 url(../../_global/images/minus.png) 0 3px no-repeat; }
.content .accordion .acc-row input[type=checkbox]:checked ~ h3 ~ div { background-color:#f9f9f9; max-height: 999999px; padding: 0 60px 20px 66px; -webkit-transition: max-height 0.2s ease; transition: max-height 0.2s ease; z-index: 1;
position: relative;}
.content .accordion .acc-row > div { box-sizing: border-box; max-height: 0; overflow: hidden; padding: 0 20px; -webkit-transition: max-height 0.1s ease; transition: max-height 0.1s ease; margin: 0; }

/* Landing/Interior Column Styles */
.columns { margin: 0 auto 72px auto; overflow:hidden; }
.columns .one-row{ margin-bottom:30px;overflow: hidden; }
.columns .wrapper > h2{ margin-bottom:35px; margin-left:10px; }
.columns .green-bg { padding: 35px; color:#fff; }
.landing .columns .green-bg { padding: 25px 15px; }
.green-bg h2, .green-bg h3, .green-bg h4, .green-bg h5, .green-bg .subhead, body .green-bg p, body .green-bg { color:#fff; }
.columns.green-bg .col6 > h2, .columns.green-bg .col6 > h3, .columns.green-bg .col6 > .content > h3 { font-size: 2.52rem;  letter-spacing: .021em; }
.columns.green-bg h2:first-child, .columns.green-bg  .col6 h3:first-child,.columns.green-bg  .col6 > .content > h3:first-child { margin-top: -10px; }
.columns.green-bg .subhead { color: #fff; margin: 0 0 20px 0; }
.columns.green-bg p { margin: 15px 0 24px 0; }
.columns.green-bg p:last-child { margin: 15px 0 5px 0; }
.columns.green-bg a { color: #fff; text-decoration: underline; }
.columns h3 a:hover, .columns.green-bg h3 a:hover { text-decoration: underline; }
.columns h3 a, .columns.green-bg h3 a { text-decoration: none; }
.mainContent .columns.green-bg a:hover, #mainWrapper .columns.green-bg a:hover { color: #4baf3f; }
.mainContent .columns.green-bg a.callout, #mainWrapper .columns.green-bg a.callout { color: #4baf3f; }
.mainContent .columns.green-bg a.green-button, #mainWrapper .columns.green-bg a.green-button { color: #fff; text-decoration: none; }
.mainContent .columns.green-bg a.green-button:hover, #mainWrapper .columns.green-bg a.green-button:hover,
.mainContent .columns.green-bg a.green-button:focus, #mainWrapper .columns.green-bg a.green-button:focus { color: #fff; background-color: #3a3a3a; text-decoration: none; }

.mainContent .columns.green-bg a.orange-button, #mainWrapper .columns.green-bg a.orange-button { color: #3a3a3a; text-decoration: none; }
.mainContent .columns.green-bg a.orange-button:hover, #mainWrapper .columns.green-bg a.orange-button:hover,
.mainContent .columns.green-bg a.orange-button:focus, #mainWrapper .columns.green-bg a.orange-button:focus { color: #fff; background-color: #ff4f00; text-decoration: none; }

.landing .columns.green-bg, .interior .columns.green-bg { padding: 0; }
.landing .columns.full.green-bg, .interior .columns.full.green-bg { padding: 6px 20px; }
.landing .content .columns .col4:not(:last-child) { margin-right: 3%; }
.landing .content .columns .col4 { width: 31.1%; }
.landing .content .columns .col6:first-child { margin-right: 3%; }
.landing .content .columns .col6 { width: 48.5%; }
.landing .full.green-bg .wrapper { max-width: 1190px; }
.landing .columns { max-width: 1225px; padding-left: 15px; padding-right: 15px; }
.landing .columns.full { max-width: 100%; padding-top: 66px; padding-bottom: 51px; /* Takes P tag padding into account*/ margin-bottom: 64px; }
.columns .content > span{ font-family: 'Lato', sans-serif;  font-size:1.125em; line-height: 1.75em; margin-bottom: 15px; }
.columns .content{ padding: 0 15px 15px 0; }
.columns .popup-youtube img{ width:100%; }
.columns .fa.fa-play, .fa.fa-play { position: absolute;background-color: rgba(0, 76, 65, .9);border-radius: 500px;padding: 15px 20px;color: #fff;font-size: 2em;right: 0;left: 0;top: 0;bottom: 0; margin: auto; width: 60px; height: 60px; }
/* Column Divider */
.divider { display: block; border: 1px solid #ececec; width: 100%; max-width: 1190px; height: 1px;  }
.columns + .divider { margin: -24px auto 64px auto; }
.wysiwyg-content + .divider, .columns.full   + .divider, .accordion   + .divider { margin: 64px auto; }
.home .divider { margin: 3px auto 90px auto; }
/* Infographics */
.columns.infographics .col6{ text-align:center; }
.columns.infographics .col6:first-child{ border-right:2px dotted #5E5E5E; }

/* Career CoacFh */
.coach{ border:1px solid #e3e3e3; }
.coachImg{ margin:15px 0; }
.cc-card{ height:auto!important;width:100%!important;box-shadow:none!important;}
.cc-card h1{ font-family: 'Lato', sans-serif;font-size: 1.5em;font-weight: 700; }
.cc-card p{ font-size: 1em;margin:10px 0!important; }
.cc-card .cc-content{ padding: 25px!important; }
.cc-card .cc-link{ position:relative!important;bottom:auto!important;border:none!important; }
.cc-card a.cc-link{ display: inline-block;font-size: .9em!important;background-color: #006448!important;color: #fff!important;margin-top:20px!important;text-align: center;margin-right: 15px!important;padding: 9px 15px!important;min-width: 180px;text-transform: uppercase;text-decoration: none!important; }
.cc-card .cc-link:hover{ background:#3a3a3a!important;box-shadow: none!important;border: none!important; }
.cc-content h2{ font-size:2.5em!important;font-family: 'Lato', sans-serif;color:#004b36!important; }
.cc-card footer{ position:relative!important;float: none!important;width: auto!important;display: block;font-size: 1em!important;color: #006448!important; }


/* Acalog */
.acalog .acalog-program-core ul li:before{ content:""; }
.acalog .acalog-program-core-course-link{  border:none!important;background-color:transparent!important;}
.acalog ul li.acalog-program-core-course:before{ font-family:"FontAwesome";content: "\f067";color: #006448; }
.acalog ul li.acalog-program-core-course-open:before{ font-family:"FontAwesome";content: "\f068";color: #006448; }
.acalog .acalog-program-core-course-container{ margin-top: 0;margin-bottom: 10px;padding: 15px 20px;border: none;border-bottom-left-radius: 3px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 3px;background-color: transparent; }
.acalog-program-core-course-container > .acalog-close{ display:none!important; }
.acalog-close { top: 20px; right: 20px !important; border: none !important; text-decoration: none !important; color: #3a3a3a; }
.acalog-permalink-container { background-color:#fff; border:1px solid #999999; cursor:default; display:none; position:fixed !important; text-align:left; width: 50%; height: 50%; z-index:50; padding: 25px !important; top: 25%; bottom: 0;left: 25%;right: 0; font-weight: normal; overflow: hidden; }
.acalog-permalink-container h1{ max-width: 90%; }
.acalog-course-body { overflow: auto; position: relative; height: 70%; }
.acalog th { font-size: 1.0em; color: #3a3a3a; }
.acalog td, .acalog th { padding: 3px; line-height: 1; }

/* ============================
  Right Column/Widgets
* ============================*/
.rightCol{ width:22.5%; }
.rightcol.col3 { float: right; margin: 0; clear: both; }
.rightCol > .widget { margin: 0 0 60px 30px; }
/* News Widget */
.widget.news ul { list-style-type: none; }
/* WYSIWYG Widget */
.widget .widgetTitle{ margin-bottom:8px; }
.widget.wysiwyg{ margin-bottom:53px; }
.widget.wysiwyg img{ display:block; }
.widget.wysiwyg .widget-content{ background-color: #fff; padding: 12px 0; }
.widget.wysiwyg .widget-content h3{ font-size: 1.35rem; margin-bottom: 7px; }
.widget-content .ask tr { background: #fff; }
.widget-content .ask td { padding: 0; }
.social-right { font-size: 1.5rem; }
/* Video Widget */
.widget.video{ margin-bottom:53px; }
.widget.video .vidOverlay { position: relative; cursor: pointer; }
.widget.video .popup-youtube img{ width:100%; }
.widget.video i.fa.fa-play { position: absolute;background-color: rgba(0, 76, 65, .9);border-radius: 500px;padding: 15px 20px;color: #fff;font-size: 2em;right: 0;left: 0;top: 0;bottom: 0; margin: auto; width: 60px; height: 60px; }
/* Linked List Widget */
.widget.wysiwyg.list ul{ list-style: none; }
.widget.wysiwyg.list ul li{ margin-bottom:7px; }
.widget.wysiwyg.list ul li:before{ content:"\25aa";color:#42b43e;margin-right:10px;font-size: 1.25em; }
.widget.infographics { text-align: center; margin-bottom:30px; }
.widget.infographics .widget-content { margin-bottom:30px; }
.widget.infographics .widgetTitle { text-align: left; }

/* ============================
  Site Map
* ============================*/
.sitemap div { width: 21.5%; vertical-align: top; display: inline-block; margin-bottom: 15px; }
.sitemap div:first-child { width: 100%; margin-bottom: 0; }
.sitemap div span { color: #3a3a3a; font-family: 'Crimson Text', serif; font-weight: 600; font-size: 1.25rem; display: block; letter-spacing: .08rem; margin: 0 0 12px 0; }
.sitemap div.sitemap { display: inline-block; width: 100%; }
.sitemap .sitemap span { font-size: 1rem; margin-bottom: 7px; font-family: 'Crimson Text', serif; font-weight: 600; }
.sitemap div .sitemap { width: 100%; display: inline-block; }
.sitemap div .sitemap div:first-child { width: 100%; margin-bottom: 0; }

/* ============================
  News Pages
* ============================*/
/* News Listing Styles */
.catDrop { margin: 32px 0 12px 0;}
.catDrop label{ display:block;margin-bottom:5px; }
.catDrop select { height: 40px;width: 100%;max-width: 455px; }
.news-listing.wrapper{ max-width: 1200px; }
.articleListing{ margin-top: 38px; }
.articleListing:first-child{ margin-top:25px; }
.articleListing:not(:last-child){ border-bottom:1px solid #816C46;padding-bottom:30px; }
.newsSlides a{ text-decoration: none; }
h2.newsTitle{ display: block;font-family: 'Crimson Text SemiBold', serif;font-size: 1.5em;line-height: 1.25em;margin-bottom: 5px;color: #3a3a3a; }
.mainContent .newsTitle a, #mainWrapper .newsTitle a { text-decoration: none; }
span.newsDate{ display:block; font-family: 'Lato', sans-serif;font-size:.9em;margin-bottom:15px; }
.articleListing  .wysiwyg-content .newsImage{ display:block;float:left;margin-right:15px;width:100%; margin-bottom:20px; }
/*News Detail Styles*/
.wysiwyg-content.news-detail span.newsDate{ display:block; font-family: 'Lato', sans-serif;font-size:.9em;margin-bottom:15px; }
.wysiwyg-content.news-detail .featuredImage{ position: relative;width: 42%;max-width: 500px;margin-left: 35px; }
.wysiwyg-content.news-detail .featuredCaption { width: 90%; color: #fff; padding: 15px; float: right; margin-top: -50px; z-index: 2; position: relative; }
.featuredImage img { z-index: 1; position: relative; }

/*Faculty Listing and Bio Pages */
.facultyCategory{ position: relative; }
.facultyCategory label{ position:relative;display:block;border: 1px solid #ebebeb;background: #fff;padding: 15px;height: 56px;margin-bottom: 15px; }
.facultyCategory label:after{ position:absolute;right:15px;color: #42b43e;content: '\f0d7';font-family: 'FontAwesome';font-size: 0.9rem;font-weight: normal;padding-left: 5px;vertical-align: middle; }
ul.deptDrop{ display:none;width:100%;position:absolute;top:55px;left:0;padding:15px;list-style:none;background:#ffffff;border: 1px solid #ebebeb;border-top:0; }
ul.deptDrop li a{ text-decoration: none;display:inline-block; }
input#category:checked ~ ul.deptDrop { display: block; max-height: 200px; overflow-x: hidden; overflow-y: scroll; }
input#category:focus + label { outline: 1px solid #42b43e; }
.faculty { margin-bottom:50px; }
.facultyImage { max-width: 100px; }
.faculty .az-filters{ margin: 39px auto 0px 13px; font-size: 1.25em; }
.faculty .az-filters ul li{ display:inline-block;margin-right:2.25%;margin-bottom: 15px; }
.faculty .az-filters ul li a{ font-size: 1.25em; }
.faculty .facultySearch{ position:relative; margin-top:12px; margin-bottom:12px; }
.faculty .facultySearch input{ width:100%; height:56px; padding:20px; font-weight: 400;background-image: url(../../_global/images/icons/search-icon-green.png); background-repeat: no-repeat;background-position: right 20px center; }

/* Faculty Clear All */
.faculty .facultyCategory.col5 { margin-right: 3%; }
.faculty .facultySearch .green-button { margin: 0; padding: 20px 13px; min-width: auto; }
@media screen and (max-width: 1490px){
	.faculty .facultySearch .green-button { padding: 12px 13px; }
}

.faculty .buttonRow{ text-align: right; }
.faculty .buttonRow a.out-btn{ max-width:295px;padding: 10px 20px;margin-left:22px; }
.az-content ul { list-style: none; padding: 0; margin: 0; }
.az-content ul li:before { content: ""; margin-left: 0; padding: 0; }
.faculty .az-filters ul a.az-filter.na{ color:#e3e3e3;cursor:default; }
.faculty .az-filters ul a.az-filter.na:hover{ text-decoration: none; }
.facultyTable thead{ display:none; }
.faculty .dataTables_filter, .faculty .dataTables_length, .faculty .dataTables_empty{ display:none; }
table.dataTable { margin-top:0!important;margin-bottom:0!important; padding:0!important;  }
table.facultyTable.dataTable.display tbody tr:hover{ background-color: transparent!important;background:none; }
table.facultyTable.dataTable.display tbody tr:hover > .sorting_1{ background-color: transparent!important;background:none; }
.faculty table.dataTable tbody tr{ background: none; }
.faculty table.dataTable tbody td{ padding: 12px 0; border-bottom: 1px solid #816C46;vertical-align: top; }
.faculty table.dataTable tbody td:first-child { width: 45%; }
.faculty table.dataTable tbody td:nth-child(2) { width: 30%; }
.faculty table.dataTable tbody td:last-child { width: 25%; }
.faculty table.dataTable tbody td h2 { font-size:2.825em;margin-bottom:0; }
.faculty table.dataTable tbody td h3{ font-family: 'Crimson Text Semibold', serif;font-size:1.56rem;margin-bottom: 0; }
.faculty table.dataTable tbody td h3 a{ text-decoration: none; }
.faculty table.dataTable tbody td span.title{ display: block; font-size: 1em; }
.faculty table.dataTable tbody td span.colleges{ display: block; font-size: 1em; margin-top: 0; }
.faculty table.dataTable tbody td span.email, .faculty table.dataTable tbody td span.phone, .faculty table.dataTable tbody td span.location{ display:block;font-size:1.125em;font-family: 'Crimson Text', serif; }
.faculty table.dataTable tbody td span.email a, .faculty table.dataTable tbody td span.phone a, .faculty table.dataTable tbody td span.location a{ display:inline-block;text-decoration:none;font-family: 'Lato', sans-serif; }
.faculty table.dataTable tbody td span span.locText{ display:inline-block;font-family: 'Lato', sans-serif; }
.facultyCategory input{ display:none; }
.facultyCategory{ margin-right:0; }
.faculty .facultyCategory{ position: relative; margin-top: 12px;margin-bottom: 12px;z-index: 9; }
.faculty .facultyCategory:after { position: absolute; top: 20px; right: 15px; color: #42b43e; content: '\f0d7'; font-family: 'FontAwesome'; font-size: 0.9rem; font-weight: normal; padding-left: 5px; vertical-align: middle; pointer-events: none; }
.faculty .facultyCategory select{ position: relative; display: block; width: 100%; height: 56px; font-weight: 400; border: 1px solid #ebebeb; background: #fff; padding: 15px; margin-bottom: 15px; -moz-appearance:none; -webkit-appearance:none; appearance:none; }
@media screen and (max-width: 720px){
.faculty .buttonRow a.out-btn { display:inline-block;width:100%;max-width: 9999px;padding: 10px 20px;margin-left: 0px;margin-bottom:20px;text-align: center; }
.faculty table, .faculty tbody, .faculty th, .faculty td, .faculty tr { display: block; }
.faculty table.dataTable tbody td, .faculty table.dataTable tbody td:first-child{ width:100%; }
.faculty table.dataTable tbody td{ padding:15px 0;border-bottom:0; }
.faculty table.dataTable tbody td:empty{ display:none; }
.faculty table.dataTable tbody td:first-child{ padding:20px 0 15px 0; }
.faculty table.dataTable tbody tr:first-child{ border-bottom: 1px solid #816C46; }
.faculty table.dataTable tbody td:last-child{ border-bottom: 1px solid #816C46; }
.faculty table.dataTable tbody td:last-child img { margin:15px 0 20px 0; }
.faculty table.dataTable tbody td span.email, .faculty table.dataTable tbody td span.phone { margin-bottom: 20px; }
}

/* Faculty Bio Pages */
.faculty.columns {margin-bottom: 0; padding: 10px;}
.faculty.columns .wrapper > div { margin-bottom: 0; }
.faculty.columns .wrapper > .col12 {background: #fff; border: 1px solid #004b36; margin-right: 0; padding-right: 0; position: relative;display: table;}
.facultyProfile {padding: 25px 35px;}
.facultyProfile.col6 { width:50%;margin-right:0;display: table-cell;float: none; }
.facultyProfile img{ max-width: none !important; width: auto !important; margin-bottom: 15px; }
.columns.facultyBio{ margin-bottom:5px; }
.facultyBioImage{ display:inline-block;float:left; margin:5px 24px 5px 5px; }
.facultyTitle{ display:block; font-size: 1.125em; margin-bottom: 0; }
.facultyIntro{ margin-top:53px; }
.facultyDepartment{ display:block;font-size: .95em;margin-bottom:10px;  }
.facultyContact{ margin-top:30px;font-family: 'Lato', sans-serif;font-size:.9em;font-size:1em;}
.facultyContact.col6{ display:block;width:48%;background:#004b36;color:#ffffff;margin-right: 0;padding: 30px 25px 55px 40px;float: left;vertical-align: top; }
.facultyContact h2{ color:#fff; }
.facultyContact span{ margin-bottom: 5px; }
span.facultyName, h1.facultyName{ font-family: 'Crimson Text Semibold', serif;font-size: 1.5em;margin-top:3px;display:inline; }
span.facultyAddress{ display:block;margin-bottom:15px; }
span.facultyPhone{ display:block; }
span.facultyFax{ display:block; }
.faculty.wysiwyg-content.wrapper p + h2 { margin-top: 20px; }
.faculty.wysiwyg-content.wrapper { font-family: 'Lato', sans-serif;  font-size: 1.125rem; line-height: 1.75em; display: block; }
.faculty.wysiwyg-content.wrapper p, .faculty.wysiwyg-content.wrapper span { font-size: 1.125rem; }
.faculty.wysiwyg-content.wrapper, .faculty.wysiwyg-content.wrapper > span, .faculty.wysiwyg-content.wrapper > .tabbed-area-content{  margin-bottom: 15px; display: block; }
.faculty.wysiwyg-content.wrapper h2 { font-size: 1.5em; margin-top: 15px; }
.faculty.wysiwyg-content.wrapper br + br { display: none; }
/* .facultyEmail, .facultyEmail{ display: inline-block;text-decoration: none;color:#fff; }
.mainContent a.facultyEmail:hover, #mainWrapper a.facultyEmail:hover { color: #fff; } */
@media all and (max-width: 1080px){
 .columns .facultyContact.green-bg, .facultyProfile {padding: 25px;}
}
@media all and (max-width: 767px){
span.facultyName, h1.facultyName{ display: inline-block; }
.faculty.columns { padding: 0; position: relative; }
.faculty.columns .wrapper > .col12 {display: block;}
.facultyProfile.col6 { display: block; float: left; }
.facultyContact.col6 { display: block; float: left; }
.facultyBioImage { margin: 5px 0; }
.facultyDetails.col6 { margin-left: 10px; }
}

/* ============================
   Video Popup
* ============================*/
.popupYoutube img { margin-bottom: 0; }
.popupYoutube a{ display: block; }

/* ============================
   Photo Gallery
* ============================*/
/*** BEGIN: PHOTO GALLERY ***/
/* FlexSlider Necessary Styles */
.flexslider { float: left; width: 100%; margin: -12px auto 0 auto; padding: 0; }
.flexslider .slides>li { display: none; -webkit-backface-visibility: hidden; margin: 0; padding: 0; }
.flexslider .slides img { width: 100%; display: block; }
.flex-pauseplay span { text-transform: capitalize; }
@font-face { font-family: 'flexslider-icon'; src: url('fonts/flexslider-icon.eot'); src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg'); font-weight: normal; font-style: normal; }
/* Gallery Colors */
/* NOTE: Change colors to Client Brand */
.photoSpecial .green { background: rgba(0, 75, 54, 0.8); }
.photoSpecial .black { background: rgba(0, 0, 0, 0.8); }
.photoSpecial .summaryBg { float: left;  width: 100%; }
/* Clearfix for the .slides element */
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }
/* No JavaScript Fallback */
.no-js .slides>li:first-child { display: block; }
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none; }
.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }
/* FlexSlider Default Theme */
.flexslider { background: #fff; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 385px; }
.flexslider .slides { zoom: 1; }

/* Direction Nav */
.flex-direction-nav li { list-style: none; }
.flex-direction-nav a { width: 22px; height: 33px; margin: -20px 0 0; display: block; background: url(../images/icons/bg_direction_nav2.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0.8; -webkit-transition: all .3s ease; }
.photoSpecial .flexslider-thumbs .flex-direction-nav a { background: url(../images/icons/bg_direction_nav_gray.png); }
.flex-direction-nav .flex-next { background-position: 100% 0; right: 6.5%; }
.flex-direction-nav .flex-prev { left: 6.5%; }
.photoSpecial .flexslider-thumbs .flex-direction-nav .flex-next { background-position: 100% 0; right: 3.5%; }
.photoSpecial .flexslider-thumbs .flex-direction-nav .flex-prev { left: 3.5%; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .disabled { opacity: .3!important; filter: alpha(opacity=30); cursor: default; }

/* Control Nav */
.flex-control-nav { width: 100%; position: absolute; bottom: 20px; text-align: center; }
.flex-control-nav li { margin: 0 3px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a { border: 1px solid #fff; width: 8px; height: 8px; display: block; background: none; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 16px; -o-border-radius: 16px; border-radius: 16px; -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3); -moz-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3); -o-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3); box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3); }
.flex-control-paging li a:hover { background: none; }
.flex-control-paging li a.flex-active { background: #fff; background: rgba(255, 255, 255, 0.9); cursor: default; }
.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs li { width: 25%; float: left; margin: 0; }
.flex-control-thumbs img { width: 100%; display: block; opacity: .7; cursor: pointer; }
.flex-control-thumbs img:hover { opacity: 1; }
.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }

/* Gallery Slider */
.photoSpecial.columns { display: block; }
.photoGallery .flex-caption { color: #d92c27; font-size: 1.1em; font-weight: bold; margin-top: 15px; }
.photoGallery .videoFrame { max-width: 100%; }
.photoGallery .videoFrame iframe { width: 100%; }

/* Photo Gallery */
.photoGallery { position: relative; float: left; margin: 6px 0 0 0; width: 100%; max-width: 535px; }
.photoGallery .flexslider ul.slides { padding: 0; margin: 0; }
.photoGallery .flex-caption { height: 70px; overflow: hidden; margin-bottom: 5px; }
.photoGallery #slider .flex-direction-nav a { top: 40%; }
.photoGallery .flexslider .flex-direction-nav .flex-prev, .photoGallery .flexslider .flex-direction-nav .flex-next { opacity: 0; }
.photoGallery .flex-direction-nav .flex-next { right: 10px; }
.photoGallery .flex-direction-nav .flex-prev { left: 10px; }
.photoGallery .flexslider:hover .flex-direction-nav .flex-prev { opacity: 0.7; }
.photoGallery .flexslider:hover .flex-direction-nav .flex-prev:hover { opacity: 1; }
.photoGallery .flexslider:hover .flex-direction-nav .flex-next { opacity: 0.7; }
.photoGallery .flexslider:hover .flex-direction-nav .flex-next:hover { opacity: 1; }
.gallerySpacer { max-width: 600px; width: 100%; }

/* Photo Gallery Control Nav */
.photoGallery .flex-control-nav { top: 120%; z-index: 1; }
.photoGallery ol { margin: 0; padding: 0; }
.photoGallery .flex-control-paging li a { background: #a78085; border: 1px solid #906c70; -webkit-box-shadow: inset 0 0 3px rgba(89, 27, 30, 0.3); -moz-box-shadow: inset 0 0 3px rgba(89, 27, 30, 0.3); -o-box-shadow: inset 0 0 3px rgba(89, 27, 30, 0.3); box-shadow: inset 0 0 3px rgba(89, 27, 30, 0.3); }
.photoGallery .flex-control-paging li a:hover { background: #5d1b1f; background: rgba(89, 27, 30, 0.8); }
.photoGallery .flex-control-paging li a.flex-active { background: #5d1b1f; background: rgba(89, 27, 30, 1.0); cursor: default; }

/* Photo Gallery FlexSlider Necessary Styles */
.photoSpecial .flexslider { margin: 0 auto; }

/* Photo Gallery */
.photoSpecial .photoGallery { max-width: 1140px; }
.photoSpecial .photoGallery .flexslider ul.slides>li { position: relative; }
[class^="content col"] .photoSpecial .photoGallery .flexslider ul li:before,
.widget.wysiwyg .photoSpecial .photoGallery .flexslider ul li:before { display: none; content: ""; padding: 0; margin: 0; line-height: 1; }
.photoSpecial .photoGallery .flexslider ul.slides { background: #1f1f1f; }
.photoSpecial .photoGallery .flexslider.flexslider-thumbs ul.slides { background: #f1f1f1; }
.content .photoSpecial.columns img { margin-bottom: 0; }

/* Photo Gallery Caption */
.photoSpecial .photoGallery .flex-caption { position: absolute; width: 100%; bottom: 0; height: auto; color: #fff; margin-top: 0; margin-bottom: 0; }
.photoSpecial .photoGallery .titleBg { float: left; position: relative; z-index: 2; color: #fff; width: 100%; display: block; }
.photoSpecial .photoGallery h2 { display: block; position: relative; font-family: 'Crimson Text', serif;  font-size: 1.9em; color: #fff; text-transform: uppercase; padding: 8px 20px; margin: 0; }
.photoSpecial .photoGallery .green-bg { position: relative; z-index: 2; float: left; width: 100%; background-color: #004b36; }
.photoSpecial .photoGallery .flex-caption p { color: #fff; font-weight: normal; padding: 8px 20px; margin: 0; line-height: 1.4; }
.photoSpecial .photoGallery .flex-caption .arrows { position: absolute; right: 25px; bottom: 6px; font-size: 1.5rem; color: #fff; }

/* Photo Gallery Photo Video */
.videoWrapper { position: relative; padding-bottom: 56.25%; height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media all and (max-width:990px) { .photoSpecial .photoGallery .flex-control-nav { position: relative; }
	.photoSpecial .photoGallery .flex-caption { position: relative; }
	/* Photo Gallery */
	.photoGallery .flex-control-nav li { margin: 0 6px; }
	.photoGallery .flex-control-paging li a { width: 10px; height: 10px; }
}

@media(min-width:581px) { /* Photo Gallery */
	.photoSpecial .flexslider { margin: 0 auto; }
	.photoSpecial .photoGallery .flex-control-paging { display: none; }
	.photoSpecial .flexslider-thumbs { background-color: #f1f1f1; padding: 13px 10%; width: 100%; }
	.photoSpecial .flexslider.flexslider-thumbs .slides li { cursor: pointer; }
	.photoSpecial .flexslider.flexslider-thumbs .slides li:before { border: 4px solid transparent; }
	.photoSpecial .flexslider.flexslider-thumbs .slides li.flex-active-slide:before { border: 4px solid #1f1f1f; bottom: 0; content: ""; display: block; left: 0; position: absolute; right: 0; top: 0; }
	/*Photo Gallery */
	.gallerySpacer { height: 35px; float: left; }
}

@media(max-width:580px) { /* Photo Gallery */
	.photoSpecial .photoGallery .flex-viewport { background-color: #f1f1f1; }
	.photoSpecial .photoGallery h2 { font-size: 2.1em; }
	.photoSpecial .photoGallery .flex-caption p { font-size: 1.1rem; }
	/* Photo Gallery */
	.photoGallery #carousel { display: none; }
	.photoGallery .flex-caption { margin-top: 45px; }
	/* Photo Gallery Control Nav */
	.photoGallery .flex-control-nav li { margin: 0 7px; }
	.photoGallery .flex-control-paging li a { width: 12px; height: 12px; }
	.photoGallery #slider .flex-direction-nav a { top: 35%; }
	.photoGallery .flex-direction-nav a { margin: 0; }
	.photoGallery .flex-control-nav { bottom: 0; margin-top: 10px; }
}
/*** END: PHOTO GALLERY ***/

/* ============================
   Media Queries
* ============================*/
@media print {
  .search, .utility, .menu, .utilityWrapper,#searchMobiletoggle ~ label, .alert, .impact, .green-button, .callout, video, .video, .video-content, .rightNav, .footer-logo, .footer-right, .footer .socialbar, #topLink  { display: none !important; }
  .columns .col4, .rightCol.col3, .articleListing  .wysiwyg-content .newsImage { width: 40% !important; }
  .columns .col4:last-of-type { margin-right: 0 !important; }
  .columns .col6 { width: 48% !important; }
  .infographics .col3,.infographics .col4,.infographics .col6 { width: 25% !important; }
  .infographics .info-large { font-size: 3em !important; }
  .header { position: relative !important; box-shadow: none !important; }
  .footer { padding-top: 0; }
  .copyright { position: relative !important; color: #000 !important; }
  body, h1, h2, h3, h4, h5, p, a, span { color: #000 !important; }
}

@media all and (max-width: 1490px) {
  /* Impact Home Slider */
  .home .impact .slick-prev { left: 46.75%; }
  .home .impact .slick-next { left: 50.25%; }
  /* Content Padding */
  .mainContent{ padding:0 15px; }
  /*.home .mainContent { padding: 0; }*/
  .container, .impact.interior { padding-left: 15px; padding-right: 15px; }
  .header .container, .header .wrapper, .container .impact.interior { padding-left: 0; padding-right: 0; }
}

@media all and (min-width:1200px){
  /* Footer */
  footer .wrapper { padding-left: 0; }
  footer .footerlinks ul{ margin-left: 65px; }
}

@media all and (max-width:1280px){
  /* Home Study */
  .study .slick-prev { left: -30px; }
  .study .slick-next { right: -30px; }
  /* Footer */
  footer .wrapper { max-width: 1180px; padding: 0 25px; }
}

@media all and (max-width: 1200px){
  /* Content */
  .content.col6 .columns .col4{ width:100%; margin:15px 0; }
  /* Footer */
  footer p, footer ul li a{ font-size: .9em; }
}

@media all and (max-width: 1024px) {
  /* Impact Home Slider */
  .home .impact .slick-prev { left: 45.75%; }
  .home .impact .slick-next { left: 50.25%; }
}

@media all and (min-width: 1024px) and (max-width: 1279px){
  footer .footerlinks ul{ margin-left: 20px; }
}

@media all and (min-width: 961px) and (max-width: 1023px){
  footer .footerlinks ul{ margin-left: 7px; }
}

@media (min-width: 961px) {
  /* Utility */
  .utilityWrapper { float: right; width: 328px; height: 77px; }
  .utilityLink { margin-left: 8%; }
  /* I Am A */
  .iamWrap { margin-left: 6%; }
  .iamcontent { position: absolute; top: 100%; }
  /* I Am A Content */
  .iamcontent .sub-menu { min-width:200px; margin: 0; position: absolute; top: 100%; left: 0; z-index: 3000; padding: 18px 10px 10px 10px; background-color: #fff; opacity: .95; margin-top: -1px; }
  /* Search */
  nav .searchMobilecontent { width: 300px; }
  input[type='text'][id='search-box'], input[type='text'][id='search-box-desktop'] { width: 250px; height: 45px; margin-bottom: 0; border: none; }
  /* Tools */
  .toolscontent { width: 250px; position: absolute; top: 100%; right: 0; margin-top: -2px; }
  /* Main Navigation */
  .topNav { width: 81%; display: inline-block; }
  .menu-container { background: transparent; width: 100%; margin-left: auto; margin-right: auto; float: none; height: auto; position: relative; display: inline-block; }
  .menu-wrapper { display: block; }
  #menu li:hover > input[type="checkbox"] + .sub-menu { display: block !important; }
  /* Impact Image */
  .landing.fullWidth{ margin-top: 75px; }
  /* Main Content */
  .mainContent { padding-top: 75px; }
  .landing.fullWidth + .mainContent { padding: 0; }
  .rightNav { margin-bottom: 40px; float: left; }
  /*.rightNav .nav-drop .navTitle label { padding: 0 20px 5px 20px; margin-top: -3px;}*/
  .rightCol.col3 { float: right; clear: right; }
}

@media all and (min-width: 961px) and (max-width: 1569px){
  .topNav { width: 81.8%; }
}

@media all and (min-width: 1151px) and (max-width: 1350px){
    .topNav ul.nav > li > a { font-size: .95rem; }
}

@media all and (min-width: 1151px) and (max-width: 1250px){
  /* Utility */
  .utilityWrapper { width: 265px; }
  .utilityLink { margin-left: 4%; }
  .iamWrap { margin-left: 2%; }
  .searchWrap { margin-left: 0; }
  nav #toolstoggle ~ label[for='toolstoggle'] { width: 65px; padding: 22px 23px; }
  /* Top Nav */
  .topNav ul.nav li { padding: 15px 10px; }
  #menu { margin-left: 16px; }
}

@media all and (min-width: 961px) and (max-width: 1150px){
  /* Utility */
  .utilityWrapper { width: 245px; }
  .utilityLink { margin-left: 0; }
  .utilityLink a { font-size: 0.9rem; }
  .iamWrap { margin-left: 0; }
  .iamcontent .sub-menu { margin-top: 0; }
  nav #toolstoggle ~ label[for='toolstoggle'] { width: 65px; padding: 22px 23px; }
  /* Top Nav */
  .topNav ul.nav li { padding: 15px 8px; }
  .topNav ul.nav > li > a { font-size: 0.8rem; }
  .topNav label span { font-size: 0.95rem; }
  #menu { margin-left: 10px; }
  /* Infographics */
  .infographics .info-large { font-size: 3em; }
}

@media all and (max-width:960px) {
  /* Global */
  .tabletOnly { display: block!important; }
  .desktopOnly { display: none!important; }

  /*** Header Area ***/
  /* e2 Campus Alert */
  .landing .SmartBoard_Table { margin: 45px 0 0 0 !important; }
  /* Alert Plus and Minus */
  input.alert-toggle[type="checkbox"]:checked  + .container .plus-toggle:before { font-size: 1.2rem; }
  /* Alert Message Area */
  .alert-message { padding: 8px 0; }
  .alert-icon { float: left; width: 100%; padding-left: 0; padding-right: 0; text-align: center; }
  .alert img { float: none; padding-bottom: 5px; }
  .alert .summary { width: 100%; }
  /* Alert Message Area in Interior Content*/
  .alert-message.alert-interior { padding: 18px 0; margin-top: 25px; margin-bottom: 30px; }
  .alert-interior .alert-icon { width: 100%; padding-left: 0; padding-right: 0; }
  .alert-interior img { float: none; padding-bottom: 5px; width: auto; margin: 0 auto; }
  .alert-interior .summary { width: 100%; text-align: center; }
  /* Header */
  header.header, .headerContent.wrapper { height: 45px; }
  .header + .landing { margin-top: 45px; }
  /* Logo */
  .logo { width: auto; margin: 12px 0 0 0; padding: 0 0 0 15px; }
  .logo img { max-width: 155px; }
  /* Main Navigation */
  .menu-container { width: 100%; max-width: 276px; margin-right: -276px; margin-left: 0;  background-color: #007e60; margin-top: 45px; overflow-x: hidden; }
  .topNav ul { border-bottom: 1px solid #006d54; }
  #mobile-header { display: block; float: right; }
  #mobile-header.menu.open > .toggle-btn { background-color: #007e60; }
  #menu { float: none; width: 100%; padding: 0; text-align: left; margin: 0; }
  #menu > li { float: none; padding: 6px 0; }
  #menu > li.open { margin-bottom: 0; padding-bottom: 0; }
  #menu li a { color: #fff; margin-left: 15px; display: inline-block; }
  /* Top Nav */
  .topNav { height: 0; }
  .topNav .container { float: left; }
  .topNav ul > li { padding-right: 0; border-bottom: 1px solid #39927e; }
  .topNav ul.nav > li > a { font-size: .9rem; text-decoration: none; }
  /* Top Nav Sub Menu */
  #menu .sub-menu { background-color: #3a3a3a; margin: 10px 0 0 0; position: relative; width: auto; z-index: 3000; padding: 0 0 6px 0; opacity: 1; }
  #menu .sub-menu li[class^="col"] { float: none; }
  #menu .sub-menu li { display: block; float: none; margin-right: 0; border-bottom:1px solid #616161; padding: 5px; }
  #menu .sub-menu li:last-child { border-bottom:none; }
  #menu .sub-menu li > a { color: #fff; font-size: .875em; line-height: 1.2rem; margin: 3px 22px; }
  #menu .sub-menu, #menu input[type="checkbox"]:checked + .sub-menu { display: none; }
  #menu li:hover > input[type="checkbox"] + .sub-menu { display: none; position: relative; }
  #menu > li:hover { background: #006448; cursor: pointer; }
  #menu > li.sub:before { color: #fff; content: '\f107'; font-family: 'FontAwesome'; font-size: 1.09rem; float: right;margin-right: 15px; }
  #menu > li.open:before{ content: '\f106'; }
  /* Content Overlay for Open Mobile Nav */
  .dim { opacity: 0; z-index:-100; }
  .dim.on { background: rgba(0, 0, 0, .8); position: fixed; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; z-index: 100; opacity: 1; }
  /* Utility */
  .utilityWrapper { float:left; width: 100%; display: block; }
  .utilityLink { width: 100%; padding: 6px 0; }
  .utilityLink a { display: block; padding-left: 15px; width: 98%; color: #fff; font-size: .9rem; }
  .utilityLink:hover { background-color: #006448; }
  /* I Am A Content */
  .iamWrap { width: 94%; margin: 30px 3% 0 3%; padding: 30px 0 10px 0; display: block; float: none; }
  nav #iamtoggle ~ label[for='iamtoggle'] { display: block; width: 100%; z-index: 9999; padding: 8px 11px 8px 13px; margin: 0; background-color: #fff; }
  nav #iamtoggle:checked ~ label[for='iamtoggle'] { color: #3a3a3a; }
  nav #iamtoggle:checked ~ .iamcontent { height: 30px; display: block; position: relative; overflow-x: hidden; z-index: 9999999999;}
  .iamcontent .sub-menu { width: 100%; margin: 0; position: relative; z-index: 3000; padding: 18px 10px 10px 10px; background-color: #fff; }
  .topNav .iamcontent ul > li { border-bottom: none; }
  /* Search */
  #menu li.search { display: none; }
  /* Search Mobile */
  .searchMobilecontent, #searchMobiletoggle, #searchMobiletoggle + label { display: block; }
  nav #searchtoggle ~ label[for='searchtoggle'] { display: none; }
  /* Search Mobile Menu Open */
  #searchtoggle { display: none; }
  #searchMobiletoggle + label span { position: absolute; overflow: hidden; z-index: -1000; font-size: 0; height: 1px; }
  /* Opens Changes Icon */
  #searchMobiletoggle + label:before { color: #42b43e; content: '\f002'; font-family: 'FontAwesome'; font-size: 1.25em; }
  #searchMobiletoggle:checked + label:before { color: #3a3a3a; }
  /* Opens DIV */
  #searchMobiletoggle ~ label { width: 32px; display: block; float: right; margin-right: 1%; padding-top: 6px; font-size: 1.1rem;}
  #searchMobiletoggle:checked ~ .searchMobilecontent { opacity: 0; height: 0; display: block; position: absolute; overflow-x: hidden; }
  /* Search Mobile Content */
  .searchMobilecontent { position: absolute; top: 100%; border-style: solid; border-width: 2px; float: left; width: 100%; background-color: #fff; transition-property: all; transition-duration: .5s; transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  .searchMobilecontent ul.toolbar { list-style: none; padding-left: 0; display: block; }
  .searchMobilecontent li { display: block; }
  .searchMobilecontent li a { text-decoration: none; line-height: 2.5em; display: block; font-size: 0.875em; text-transform: initial; }
  /* Search Input */
  .searchMobilecontent input[type=search] { border: 0; padding: 12px 6px; width: 92%; float: left; -webkit-appearance: none; }
  .searchMobilecontent input:focus { outline: none; }
  .searchMobilecontent button[type=submit] { float: right; position: relative; border: none; width: 45px; height: 35px; overflow:hidden; font-size: 1.125rem; }
  input[type='text'][id='search-box'], input[type='text'][id='search-box-desktop'] { margin-bottom: 0; width: 89%; padding: 8px 5px 8px 13px; border: none; }
  /* Resource Tools */
  .toolscontent  ul.sub-menu li.title { padding-top: 0; }
  nav #iamtoggle + label[for='iamtoggle']:after { float: right; padding-top: 2px; }
  nav #toolstoggle ~ label[for='toolstoggle'] { display: none; }
  nav #toolstoggle ~ .toolscontent, nav #toolstoggle:checked ~ .toolscontent { width: 100%; display: block; opacity: 1; height: auto; }

  /* Footer */
  .footer .col6, .footer .col6:last-child { width: 100%; text-align: center; padding-bottom: 20px; }
  .footer .col6, .footer .col6:last-child { padding-bottom: 0; }
  footer .one-row { float: none; max-width: 190px; margin: 9px auto 0 auto; }
  footer .footerlinks ul { float: none; margin-bottom: -2px; }
  footer .footerlinks ul li { text-align: left; margin: 4px 17px; }
  footer .sub-footer { margin: 32px 0 0 0; }
  footer .socialbar { text-align: center; margin: 17px 0 0 0; justify-content: center; }
  footer .socialbar a:first-child { padding-left: 15px; }
  footer .copyright p { font-size: .78em; margin: 10px 0 17px 0; }

  /* Breadcrumbs */
  .breadcrumbs.newsArticle { display: none; }

  /* Main Content */
  .mainContent{ padding: 45px 0 0 0; }
  .landing.fullWidth + .mainContent { padding: 0; }
  .mainContent.wrapper { margin-top: 25px; }
  .mainContent.col9 { margin-right: 0; width: 100%; }
  .container .mainContent > .container { padding: 0; }

  /* Impact Home Slider */
  .impact.home .group img.impactVideo { display: block; }
  .home .slider-main { background: #fff; }
  .home .impact { padding-bottom: 20px; }
  .home .impact .slick-dotted.slick-slider { padding-bottom: 0px; }
  .home .impact video { width: 100%; height: auto; }
  .home .impact > video { width: 100%; height: 500px; object-fit: cover; }
  .home .impact .caption .wrapper .center-center,
  .home .impact .caption .wrapper .top-left,
  .home .impact .caption .wrapper .top-right,
  .home .impact .caption .wrapper .bottom-left,
  .home .impact .caption .wrapper .bottom-right { text-align:center; position: relative; width: 100%; padding: 20px; height: 100%; /*min-height: 265px;*/ left: 0; right: 0; }
  .home .impact .caption { background-color: #fff; position: relative; top: 0; min-height: 125px; }
  .home .impact .caption .wrapper { margin: auto; }
  .home .impact .caption .wrapper h1.title,.home .impact .caption .wrapper h2.title  { font-size: 2.25em; color: #3a3a3a; text-shadow: none; padding-left: 0; margin-bottom: 5px; }
  .home .impact .caption .wrapper .subtitle { font-size: 0.9em; color: #3a3a3a; text-shadow: none; }
  .home .impact .slick-prev, .home .impact .slick-next { bottom: -30px; width: 26px; height: 26px; }
  .home .impact .slick-prev:before, .home .impact .slick-next:before { font-size: 1.55rem; padding-top: 7px; }

  /* Impact Landing */
  .landing .impact.wrap { height: 285px; }

  /* Home Intro */
  .homeIntro { margin-top: 0; padding: 46px 20px; }
  .homeIntro .col4 { border-right: 0; margin-right: 0; width: 100%; }
  .homeIntro hr { display: inline-block; max-width: 100px; width: 100%; height:1px; margin: 24px 0; color: #edecea; background-color: #edecea; border-width: 0; line-height: 0; }
  .homeIntro .col4:last-child hr { display: none; }
  #topLinkHome { display: none; }
  /* Why Choose */
  .whyChoose .wysiwyg-content.wrapper.col8 { width: 100%; padding-right: 0; margin-right: 0; }
  .whyChoose .wysiwyg-content.wrapper.col4 { width: 100%; }
  .successStories.col4 { width: 100%; margin-top: 38px; }
  .slider-spotlight, .successStories > .wrapper { margin-left: auto; margin-right: auto; width: 100%; max-width: 372px; }
  .successStories > .wrapper { padding-bottom: 82px; margin-bottom: 69px; border-bottom: 1px solid #ececec; }
  .slider-spotlight .slick-prev, .slider-spotlight .slick-next { width: 25px; height: 25px; }
  /* Home Divider */
  .home .divider { display: none; }
  /* Home Study */
  .study .wrapper > .green-bg { padding: 70px 35px 57px 35px;}
  .study .slider-nav { border-bottom: 1px solid transparent; }
  .study .slider-nav h3 { font-size: 1.1rem; padding: 14px 10px; }
  .study .slick-prev, .study .slick-next { top: 22px; }
  .study .col4, .study .col8 { width: 100%; margin-right: 0; }
  .study .col4 img { margin-left: auto; margin-right: auto; margin-bottom: 24px; }
  .study select { width: 100%; margin: 0 0 25px 0; padding: 11px 30px 11px 15px !important; font-size: .875rem; }
  .study .col8 > h3 { font-size: 2.2rem; margin-top: 0; }
  .study.columns .green-bg p.degrees { margin-bottom: 56px; }
  .study .green-bg a.green-button { margin-top: 7px; margin-left: auto; margin-right: auto; display: block; }
  /* Home Visit Us */
  .container.visitUs { margin: 0 auto 54px auto; }
  .visitUs .wrapper > h2 { text-align: center; margin-bottom: 23px; }
  .visitUs .col2 { width: 100%; margin-right: 0; margin-bottom: 12px; }
  .visitWrap { max-width: 350px; width: 100%; margin: 0 auto; }
  .visitUs .roundImage { float: left; width: 105px; height: 105px; margin-right: 20px; }
  .visitBox { float: left; text-align: left; margin-top: 13px; max-width: 160px; width: 100%; }
  .visitUs .col12 p { margin-bottom: 0; }
  /* Content */
  .wysiwyg-content { margin-bottom: 32px; }
  .columns .green-bg h2 { font-size: 2.15rem; line-height: 1.1; letter-spacing: .021em; }

  /* Interior Padding */
  .rightcol.col3, .impact.contentWidth, .breadcrumbs.wrapper, .title.wrapper, .wysiwyg-content.wrapper, .content > .columns, .content > .accordion.wrapper  { padding-left: 15px; padding-right: 15px; }
  .columns { margin: 0 auto 48px auto; }
  .columns + .accordion { margin-top: -20px; }

  /* Right Navigation */
  .rightcol.col3 { width: 100%; margin: 0px 0 0 0; clear: both; border-top: none; border-right: none; }
  .rightNav { width: 100%;margin: 0 auto; }
  /* Right Nav*/
  .rightNav .nav-drop{ padding-bottom: 0; }
  .rightNav.accordion:before { display:none; }
  .rightNav.accordion .nav-drop { padding-bottom: 0px; }
  .rightNav.accordion .nav-drop .navTitle label { padding: 20px; }
  .rightNav .accordion .acc-row input[type=checkbox]:checked ~ .navTitle ~ ul { max-height: 999999px;margin-left:41px;padding: 0px;padding-bottom: 20px; }
  /* Right Column */
  .rightCol.col3{ width:22.5%;padding-left:0; }
  .rightCol > .widget { margin-left: 0; }
  .content.col6{ width: 73.5%; }
  .content.col9.last{ width: 100%; }
  .columns .col12 a.popup-youtube img{ max-width:100%; }
  /* Site Map */
  .sitemap div { width: 32%; }
  /* Faculty */
  .mainContent.wrapper.faculty{ padding:15px; }
  /* News */
  .catDrop{ margin: 32px 0 12px 0;padding:0 15px; }
  .news-listing.wrapper{ padding:0 15px; }
  /* Acalog */
  .acalog-permalink-container { width: 80%; height: 70%; top: 15%; left: 10%; }
  /* Calendar Detail */
  .interior-content.calendar { padding: 15px; }
}

@media all and (min-width: 769px) and (max-width: 960px){
  .rightCol a.green-button { min-width: 0; padding: 9px 15px;}
}

@media all and (min-width: 769px) {
  .programs .dataTables_wrapper .dataTables_filter{ float: right;width: 30%;margin-top: -77px; }
}

@media all and (max-width:768px) {
  /* Columns */
  .content.col6, .columns .col6, .content.col9{ width: 100%; }
  .columns.full { padding-left: 0; padding-right: 0; }
  .columns .green-bg { padding: 30px 15px 15px 15px; }
  .landing .columns.full { padding-left: 15px; padding-right: 15px; }
  /* Right Column */
  .rightCol.col3{ width:100%;margin-top:0px;padding:15px; }
  .widget.wysiwyg img{ width:100%; }
  /* Infographics */
  .infographics .info-large { font-size: 3.4rem; }
  .infographics .info-small { font-size: .95rem; }
  /* Programs */
  .programs table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, .programs table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before { left: 12px;font-size: 1.4rem;margin: 15px auto; }
  /* Faculty */
  .facultyDetails.col6{ margin-bottom:25px; }
  img.facultyBioImage{ width:auto;}
  .facultyContact.col6{ width:100%; margin:0; }
  .faculty table.dataTable tbody td:last-child, .faculty table.dataTable tbody td:nth-child(2){ width:100%; }
}

@media all and (min-width: 721px) and (max-width: 768px){
  .wysiwyg-content .infographics .info-large { font-size: 3.4rem; }
  .wysiwyg-content .infographics .info-small  { font-size: .95rem; }
}

@media all and (min-width: 721px) {
  .container.infographics { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: center; }
}

@media all and (max-width:720px){
  /* Impact Home Slider */
  .home .impact .slick-prev { left: 45.75%; }
  .home .impact .slick-next { left: 51.30%; }
  /* Impact Area */
  .impact.wrap:before, .impact.wrap:after { bottom: 0px; }
  .impact .caption { bottom: 10%; }

  /* Infographics */
  .wysiwyg-content .container.infographics  { margin: 24px 0 15px 0; }
  .wysiwyg-content.wrapper.col8 { text-align: center; }
  .wysiwyg-content.wrapper.col8 h2, .wysiwyg-content.wrapper.col8 .subhead, .wysiwyg-content.wrapper.col8 p { text-align: left; }
  .wysiwyg-content.wrapper.col8 .infographics p { text-align: center; }
  .infographics .col3 hr, .infographics .col4 hr, .infographics .col6 hr { display: inline-block; max-width: 100px; width: 100%; height: 1px; margin: 40px 0 20px 0; color: #edecea; background-color: #edecea; border-width: 0; line-height: 0; }
  .infographics .col3:last-of-type hr, .infographics .col4:nth-child(n+3) hr, .infographics .col6:last-of-type hr { display: none;  }
  .infographics .col3 .bordered, .infographics .col4 .bordered, .infographics .col6 .bordered { float: none; border-right: none; margin: auto; }
  .infographics .col4:first-of-type  { padding-top: 0; }
  .infographics .col4:first-of-type .infoWrap, .infographics .col4:nth-child(n+4) .infoWrap { float: none; }
  .infographics .col3, .infographics .col4, .infographics .col6 { width: 100%; margin: auto; padding: 0; }
  .infographics .col4:first-of-type, .infographics .col4:nth-child(n+3) { width: 100%; }
  .infographics .col4 .bordered { float: none; border-right: none;  margin: auto; }
  .infographics .col4:nth-child(n+4) { border: none; padding-bottom: 0; }
  .infographics .col4:nth-child(n+4) .bordered { padding-bottom: 44px; }
  .infographics .info-large { font-size: 4.4em; }
  .infographics .info-small { font-size: 1.05em; }

  /* Infographics Landing */
  .container.infographics  { padding-bottom: 0; }
  .infographics .col3:first-of-type  { padding-top: 0; }
  .infographics .col3:first-of-type .infoWrap, .infographics .col3:nth-child(n+4) .infoWrap { float: none; }
  .infographics .col3:first-of-type, .infographics .col3:nth-child(n+4) { width: 100%; }
  .columns.infographics .col6:first-child  { border-right: none; }
  .home .infographics .col3:nth-child(n+3) { border: none; padding-bottom: 0; }
  .infographics .col3:nth-child(n+4) .bordered { padding-bottom: 44px; }

  /* Content Columns */
  .content .columns .col4 { margin-bottom: 50px; }
  .content .columns .col6 { margin-bottom: 25px; }
  .content .columns .col4:last-of-type, .content .columns .col6:last-of-type { margin-bottom: 0; }

  .content .accordion .acc-row input[type=checkbox]:checked ~ h3 ~ div { padding: 20px; }
  .columns { margin: 0 auto 65px auto; }

  /*.columns img{ width:100%; }
  .columns .col6 img, .columns .col12 img{ max-width:100%; }*/
  .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 { width: 100% !important; margin-right: 0; display: inline-block; }
  a.news.out-btn{ position:relative;top:auto;right:auto;margin-bottom: 30px;margin-top: 0; }
  /* Site Map */
  .sitemap div { width: 45%; }
}

@media all and (max-width:580px) {
  /*** Header Area ***/
  input[type='text'][id='search-box'],input[type='text'][id='search-box-desktop'] { width: 82%; }
  /* SEARCH MOBILE */
  .searchMobilecontent input[type=search] { width: 80%; -webkit-appearance: none; }
  /* Forms */
  input[type=text],  input[type=email],  input[type=url],  input[type=password],  textarea,  select { width: 100%; }
  table input[type=submit] { width: 100%; margin-bottom: 12px; }

  /* Footer */
  .footerNav { padding: 15px 0; }

  /* Breadcrumbs */
  .breadcrumbs { display: none; }

  /* Impact Home Slider */
  .impact.home .caption .button { width: auto; }
  .home .impact .slick-prev { left: 44.75%; }
  .home .impact .slick-next { left: 52.30%; }
  .home .impact > video { width: 100%; height: 270px; object-fit: cover; }
  .home .impact .caption .wrapper .center-center, .home .impact .caption .wrapper .top-left, .home .impact .caption .wrapper .top-right, .home .impact .caption .wrapper .bottom-left, .home .impact .caption .wrapper .bottom-right { text-align: left; }

  /* Home Study */
  .study .col4 { width: 100%; margin-right: 0; }
  /*.study .col4 img { width: 100%; }*/

  /*Landing Impact*/
  .landing .impact.wrap { height: 159px; }
  .landing .impact .caption { bottom: 0; }
  .landing .impact .caption h1.captionText{ font-size: 3.15rem; }

  /* Site Map */
  .sitemap div { width: 100%; }

  /* Programs */
  .programs .content .accordion h2{ font-size: 1.5em; }
  .programs .columns .wrapper > div > a.read-more { font-size: 1em; }
  .programs table.dataTable.dtr-inline.collapsed>tbody>tr>td.info.sorting_1 { padding-right: 0; width: 100%; }

  /* News Detail Styles */
  .wysiwyg-content.news-detail .featuredImage { display:block; position: relative; width: 100%; max-width: 9999px;margin-left: 0px; }
  .wysiwyg-content.news-detail .featuredImage img{ display:block;width:100%; margin-top: 0; }
  .wysiwyg-content.news-detail .featuredCaption { position: relative; bottom: auto; right: auto; width: 100%; color: #fff; padding: 30px 20px; }
  .wysiwyg-content.news-listing .newsImage{ width:100%;display:block;margin-bottom:25px; }
}

@media all and (max-width:420px) {
  /* Footer */
  footer .address span { display: block; }

  /* Impact Home Slider */
  .home .impact .slick-prev { left: 43.75%; }
  .home .impact .slick-next { left: 53.30%; }
  /* Home Visit Us */
  .visitBox { max-width: 150px; }
}

/*Programs and calendar*/

/* Datatable Custom Styles */
.landing.programs .wrapper{ max-width: 1188px;padding:0 15px; }
.programs .columns div.green-bg{ margin-right:0;margin-bottom:15px; }
.landing .content .columns .col6.progSum { width:48%; margin-right:4%;}
.landing .content .columns .col6.green-bg { width:48%; }
.programs p{ font-family: 'Lato', sans-serif; }
.collegeType { font-weight: 700;color:#D14200;display:inline-block;margin:10px 0; font-size: 1.1em;}
.info.sorting_1 { cursor: pointer; font-size: 1.125rem; color: #004b36; }
.programs .columns { width: 100%; margin: 0 0 18px 0; }
.programs .columns .wrapper > div { margin-bottom: 0; }
.programs .columns .green-bg { padding: 22px 21px; margin-bottom: 20px; }
.programs .accordion-wrap { margin-top: 0; }
.programs .accordion h3 { margin-bottom: 0; color: #000; }
.programs .accordion .collegeDegree { font-weight: 600; }
.programs .content .accordion-wrap .accordion { margin: 0; }
.programs .content .accordion h2 { margin-top: 0; margin-bottom: 3px; }
.programs .columns .wrapper > div.col6.green-bg { float: right; margin-right: 0; margin-bottom: 30px; clear: right; }
.programs .content .accordion .green-bg h2 { font-size: 1.75em; margin-bottom: 22px; }
.zero-height { height: 0; opacity: 0; visibility: hidden; margin: 0 !important; padding: 0; }
.programs .content { padding-top: 0; }
.programs .read-more { margin-right: 6%; }
.programs .read-more:last-child { margin-right: 0; }
.programs .content .content-main ul li:before, .programs table.dataTable>tbody>tr.child td.child ul li:last-child span.dtr-title, .programs .dataTables_wrapper .dataTables_length { display: none; }
.programs .dataTables_wrapper .dataTables_filter { float: left; padding: 7px 0; }
.programs .dataTables_wrapper ul li {text-indent: 0; }
.programs .dataTables_wrapper ul { list-style: square; list-style-type: square; }
.programs .degrees { display: none; margin-bottom: 18px; font-family: 'Lato', sans-serif; }
.programs .degrees .degree-info, .programs .degrees .degree-info span { float: left; }
.programs .degrees .degree-info { font-size: 1rem; width: 100%; height: auto; margin: 12px 0; padding: 0; }
.programs .degrees .degree-info span { padding: 0; width: 130px; }
.programs .degrees .degree-info .blank span, .programs .degrees .degree-info .check span { display: none; }
.programs .degrees .degree-info .blank:before { display: block; margin: 0 auto; border: none; box-shadow: none; background: none; }
.programs .degrees .degree-info .check { float: left; background:url("../images/icons/checkmark.png");background-repeat: no-repeat; width: 36px; height: 36px; background-position: 0; background-size: 30px; margin-top: -11px; }
.programs .degrees .degree-info .check:before { display: block; margin: 0 auto; border: none; box-shadow: none; }

.programs div.clear { clear: both; height: 0; width: 100%; float: none !important }
.programs .featuredTab { margin: 0; }
.programs .featuredTab .panelInfo { width: 100%; margin: 0; }
.programs .featuredTab .panelInfo .wrapper { margin: 0; }
.programs .featuredTab .panelInfo .one-row, .programs div.fw-container div.fw-body { padding: 0; }
.programs .featuredTab.r-tabs .r-tabs-panel { background: transparent; padding: 0; }
.programs .featuredTab.r-tabs .r-tabs-panel > div { padding: 0; margin: 0; }
.programs .featuredTab .stepTitle { font-size: 1.1rem; font-weight: 400; color: #006448; padding: 11px 0; display: inline-block; }
.programs .featuredTab .r-tabs-state-active .stepTitle { color: #006448; }
.programs .dtr-data a.readmore { margin: 0 15px; }
.programs table.dataTable.nowrap tr .child { white-space: normal; }
.programs table.dataTable { margin-bottom: 0 !important; }
.programs table.dataTable>tbody>tr.child > ul li { background: none; float: left; width: auto; max-width: 115px; text-indent: 0; }
.programs table.dataTable>tbody>tr.child > ul li:after { content: ','; }
.programs table.dataTable>tbody>tr.child > ul li:last-child { max-width: 100%; }
.programs table.dataTable>tbody>tr.child > ul li:nth-child(5):after,
.programs table.dataTable>tbody>tr.child > ul li:last-child:after { content: ''; }
.programs table.dataTable>tbody>tr.child > ul li:nth-child(1) { display: none !important; }
.programs table.dataTable>tbody>tr.child > ul li:nth-child(2) { display: none !important; }
.programs table.dataTable>tbody>tr.child > ul li:nth-child(3) { display: none !important; }
.programs table.dataTable>tbody>tr.child > ul li:nth-child(4) { display: none !important; }
.programs table.dataTable>tbody>tr.child > ul li:nth-child(5) { display: none !important; }
.programs table.dataTable>tbody>tr.child > ul li:last-child { display: table-cell !important; }
.programs div.dataTables_wrapper div.dataTables_filter input { color: #004b36; width: 88%; font-size: 1.3rem; padding: 15px 20px; border:1px solid #e3e3e3; background-image:url("../images/icons/search-icon-green.png"); background-repeat: no-repeat; background-position: right 20px center; }
.programs div.dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder { color: #004b36; }
.programs div.dataTables_wrapper div.dataTables_filter input::-moz-placeholder { color: #004b36; }
.programs div.dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder { color: #004b36; }
.programs div.dataTables_wrapper div.dataTables_filter input:-moz-placeholder { color: #004b36; }
.programs table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child { padding-left: 67px; font-family: 'Crimson Text', serif; }
table.dataTable.nowrap th:first-child, table.dataTable.nowrap td:first-child { white-space: normal; }
.programs table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
.programs table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before { content: '\f0d7'; font-family: 'FontAwesome'; font-size: 1.7rem; color: #42b43e; left: 30px; margin: 18px auto; border: none; box-shadow: none; line-height: 19px; background: none; }
.programs table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
.programs table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before { content: '\f0d8'; font-family: 'FontAwesome'; }
.programs table.dataTable>tbody>tr.child > ul li:first-child { width: 100%; }
table.dataTable.row-border tbody .parent td, table.dataTable.display tbody .parent td { border-bottom: 3px solid #fff; }
.programs table.dataTable.dtr-inline.collapsed>tbody>tr>td.child { padding: 0 34px 10px 34px; border-bottom: 28px solid #f4f4f4; }
.programs table.dataTable.dtr-inline.collapsed>tbody>tr.child>td.child>ul{list-style:none;}
.programs table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after { display: none;}
.programs .table-heading { font-size: 1.1em; color: #fff; }
.programs .table-heading:first-child { padding-left: 70px !important; text-align: left; }
.programs tr td .acheck { font-family: 'Crimson Text', serif; color: #e2c99d; font-size: 38px; text-align: center; height: 36px; width: 100%; }
.programs tr.accordian-body td strong { display: none; }
.programs table.dataTable>tbody>tr.child .green-bg ul { margin-left: 25px; }
.programs table.dataTable>tbody>tr.child .green-bg ul li { max-width: 1000px;border-bottom: 0;display: block!important;padding: 0;padding-right: 15px; }
.programs table.dataTable>tbody>tr.child .green-bg ul li:before { content: "\25aa";color: #B5985A;margin-right: 10px;font-size: 1.25em;display: inline-block;margin-left: -20px;vertical-align: middle; }


table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc:after { display: none !important; }
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before { background: none !important; }
.blank span { opacity: 0; }
table.dataTable>tbody>tr.child > ul { width: 100%; }
/* Featured Tabs - change to accordion on mobile */
/* Tabs container */
.featuredTab { float: left; width: 100%; margin: 20px 5.5% 0 0; }
.featuredTab .expandIcon { display: none; }
.featuredTab .stepTitle { font-size: 1em; }
.content .content-main .featuredTab .r-tabs-nav li:before { display: none; }
.featuredTab.r-tabs { position: relative; float: left; width: 100%; margin-bottom: 30px; }
.featuredTab.r-tabs .r-tabs-tab { display: inline-block; margin: 0; list-style: none; list-style-position: initial; padding-left: 0; text-indent: 0; }
/* Tab element */
.featuredTab.r-tabs ul.r-tabs-nav { float: left; margin: 0; padding: 0; margin: 0; text-indent: 0; }
.featuredTab.r-tabs .r-tabs-nav .r-tabs-tab { position: relative; background: transparent; }
.featuredTab.r-tabs .r-tabs-nav .r-tabs-tab:hover { background: transparent; }
/* Tab anchor */
.featuredTab.r-tabs .r-tabs-nav .r-tabs-anchor { position: relative; display: inline-block; font-size: 1.2em; text-decoration: none; padding: 4px 0; z-index: 2; }
/* Active state tab anchor */
.featuredTab.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor .stepTitleWrap .stepTitle { border-right: none; }
.featuredTab.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor { background: transparent; border-bottom: 2px solid #ff4f00; }
/* Tab panel */
.featuredTab.r-tabs .r-tabs-panel { position: relative; display: none; float: left; width: 100%; background: transparent; border: 1px solid #f4f4f4; padding: 15px 0; z-index: 1; }
.featuredTab.r-tabs .r-tabs-panel > div { float: left; width: 100%; margin-top: -15px; padding: 24px 0 0 0; }
.featuredTab .panelInfo { float: left; width: 98%; margin: 0 1%; }
.featuredTab .panelText { display: block; float: left; margin: 0 0 10px 0; padding: 2%; font-size: .875rem; line-height: 1.5em; }
.featuredTab .panelText .content .content-main ul li:before { display: block; content: '\f105'; font-size: 1.3em; color: #f4f4f4; font-family: "FontAwesome"; margin-right: 6px; }
/* Accordion anchor */
.featuredTab.r-tabs .r-tabs-accordion-title .r-tabs-anchor { display: none; padding: 10px; text-decoration: none; font-size: .875em; }
/* Active accordion anchor */
.featuredTab.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor { background: transparent; }
.featuredTab .accordion-wrap { float: left; width: 100%; margin: 0; }
@media screen and (min-width:769px) {
  .featuredTab.r-tabs ul.r-tabs-nav { border-bottom: 1px solid #dedddd; margin-bottom: 15px; }
  .featuredTab.r-tabs .r-tabs-nav .r-tabs-tab { margin-right: 38px; }
  .featuredTab.r-tabs .r-tabs-nav .r-tabs-tab:last-child { margin-right: 0; }
  .programs .dataTables_wrapper .dataTables_filter {  float: right;  width: 48%; margin-top: -79px; }
  .programs .table-heading:first-child { width: 70%; }
}
@media screen and (max-width:1350px) {
  .programs div.dataTables_wrapper div.dataTables_filter input { width: 75%; }
}
@media screen and (max-width:1150px) {
  .zero-height { max-width: 800px; width: 100%; }
}
@media screen and (max-width:1100px) {
  .programs div.dataTables_wrapper div.dataTables_filter input { width: 65%; }
}
@media screen and (max-width:1023px) {
  .programs div.dataTables_wrapper div.dataTables_filter input { width: 55%; }
  .zero-height { display: none; }
}
@media screen and (max-width:960px) {
  .featuredTab.r-tabs .r-tabs-nav .r-tabs-tab { margin-right: 25px; }
}
@media screen and (max-width:850px) {
  .programs div.dataTables_wrapper div.dataTables_filter input { width: 45%; }
}
@media screen and (max-width:768px) {
/* Degree Program Tab Panels */
  div.fw-container div.fw-body { width: 100% }
  div.fw-container div.fw-body div.content { margin-top: 3.5em }
  div.fw-container.ad div.fw-body div.content, div.fw-container.ad div.fw-page-nav { margin-top: 3.5em }
  /* Tabs container */
  .featuredTab { margin-bottom: 44px; border-bottom: none; }
  .featuredTab .expandIcon { display: block; float: left; }
  .featuredTab .stepTitle { border-right: none; }
  /* Tab element */
  .featuredTab.r-tabs .r-tabs-nav { display: none; }
  .featuredTab.r-tabs .r-tabs-accordion-title { display: block; }
  .programs .featuredTab .stepTitle { color: #42b43e; font-weight: 500; }
  /* Accordion anchor */
  .featuredTab .stepTitleWrap { display: block; float: left; }
  .featuredTab .stepTitle { display: block; float: left; font-weight: 500; }
  .featuredTab.r-tabs .r-tabs-accordion-title .r-tabs-anchor { position: relative; float: left; display: block; width: 100%; text-decoration: none; padding: 3px 2.5%; background: #fff; }
  .featuredTab.r-tabs .r-tabs-accordion-title .r-tabs-anchor .stepTitle { font-size: 1.0rem; margin: 0; }
  .featuredTab.r-tabs .r-tabs-accordion-title .r-tabs-anchor .stepSubTitle { font-size: 0.9em; padding-top: 4px; line-height: 1.5em; }
  /* Active state tab anchor */
  .featuredTab.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor { background: #fff; }
  .featuredTab.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:hover { background: #fff; }
  .featuredTab.r-tabs .r-tabs-accordion-title .r-tabs-anchor .expandIcon:before { position: absolute; content: '\f0d7'; font-family: 'FontAwesome'; font-size: 1.7rem; color: #b4975a; right: 16px; margin: 10px auto; border: none; box-shadow: none; line-height: 19px; background: none; }
  .featuredTab.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor .expandIcon:before { content: '\f0d8'; }
  /* Tab panel */
  .featuredTab.r-tabs .r-tabs-panel { width: 100%; margin: 0 0 31px 0; }
  .featuredTab.r-tabs .r-tabs-panel:last-child { margin: 0; }
  .featuredTab .panelText { width: 100%; margin: 0; }
  /* Degree Program Page */
  .programs .featuredTab { border: 1px solid #f4f4f4; }
  .programs .featuredTab .stepTitle { border-right: none; }
  .programs .featuredTab.r-tabs .r-tabs-accordion-title .r-tabs-anchor { margin-top: 7px; }
  .programs .featuredTab.r-tabs .r-tabs-accordion-title:first-of-type .r-tabs-anchor { margin-top: 0; }
  .programs div.dataTables_wrapper div.dataTables_filter input { width: 100%; font-size: 1.1rem; padding: 10px 14px; background-position: right 14px center; background-size: 18px; }
  .programs table.dataTable>tbody>tr.child > ul li { margin-right: 10px; border-bottom: none; }
  .programs table.dataTable>tbody>tr.child > ul li:last-child { margin-right: 0; }
  .programs table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, .programs table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before { left: 12px; font-size: 1.4rem; margin: 15px auto;}
  .programs table.dataTable.dtr-inline.collapsed>tbody>tr>td.child { padding: 0 10px; }
  .programs table.dataTable.dtr-inline.collapsed>tbody>tr>td.info.sorting_1 { font-size: 1.0rem; padding-left: 44px; }

  .programs th, .programs .table-heading, .programs .table-heading:first-child { opacity: 0; padding: 0 !important; background: none; height: 0; width: 0; line-height:0; font-size: 0;}
  .programs table.dataTable thead tr { background: none !important; }

  .programs .columns .col6 { margin-right: 0; }
  .programs .columns .wrapper { padding: 0; }
  .programs .columns .wrapper:after { display: none; }
  .programs .columns .wrapper > div { margin-bottom: 0;}
  .programs .columns .wrapper > div.degrees { margin-bottom: 10px; }
  .programs .columns .wrapper > div > a.read-more { margin-top: 0; margin-bottom: 15px; display: block; }
  .programs .columns .wrapper > div > a.read-more:last-of-type { margin-bottom: 28px; }
  .programs .content .accordion h2 { margin-top: 0; margin-bottom: 10px; }
  .programs .dataTables_wrapper .dataTables_filter { width: 100%; }
  .programs .content:first-of-type { padding-top: 0; }
  .programs .content .content-main, .programs .dataTables_wrapper .dataTables_filter { margin-top: 0; }
  .programs .degrees { display: block; }
  .programs .degrees .degree-info span { width: 98px; }
  .programs span .acheck { background:url("../images/icons/checkmark.png");background-repeat: no-repeat; background-position: center; margin-top: -11px; background-size: 32px; }
  .programs span .acheck span { display: none; }
  .programs td .acheck span { opacity: 0; }

}
@media only screen and (max-width:767px) {
  div.fw-container div.fw-header #ad { display: none !important }
  div.fw-container.ad div.fw-body div.content, div.fw-container.ad div.fw-page-nav { margin-top: 1.5em }
}
@media only screen and (max-width:699px) {
  body.wide div.fw-container div.fw-body { width: 100% }
  div.fw-container div.fw-body { float: none; width: 100% }
  div.fw-container div.fw-body aside { display: none }
  div.fw-container div.fw-body div.content { margin-top: 0 }
  div.fw-container div.fw-body div.content h1 { position: relative; top: 0 }
  table.dataTable.nowrap th, table.dataTable.nowrap td {white-space: normal !important;}
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter {float: none; text-align: center}.dataTables_wrapper .dataTables_filter {margin-top: 0.5em}
}
@media screen and (max-width: 580px) {
  .programs table.dataTable.dtr-inline.collapsed>tbody>tr>td.info.sorting_1 { padding-right: 0; width: 100%;}
  .programs table.dataTable tbody tr.accordian-body  td:nth-child(2), .programs table.dataTable tbody tr.accordian-body  td:nth-child(3), .programs table.dataTable tbody tr.accordian-body  td:nth-child(4) { width: 1%; font-size: 1px; padding: 8px; }
}
@media screen and (max-width:345px) {
  .programs table.dataTable>tbody>tr.child > ul li:last-child{ padding-right: 26px; }
}

/* Calendar
-------------------------------------------------------------- */
a.fc-event { font-size: .875rem; text-decoration: none; }
.calendar-col .widget:first-of-type { margin: 0 0 20px; }
.calendar-col .widget { margin: 0 0 15px; }
.calendar-col .widget ul { font-size: .875rem; margin-bottom: 5px; }
#calendars a { font-size: .875rem; line-height: 1rem; }
#calendar .fc-header tr:nth-of-type(odd) { background: none; }
#calendar .fc-header td, th { border: none; }
#calendar-wrapper { z-index: 0; }
.col3.calendar-col { margin-right: 0; }
.calendar-col .breadcrumbs .breadcrumb { background-color: transparent !important; }
#csu-search-box label, #csu-search-box-desktop label, .eventsList ul li:before { display: none; }
.eventDtl .col6:nth-child(2) { text-align: center; }
.eventDate { width: 40px; float: left; margin-right: 20px; text-align: center; }
.eventDate .month, .eventDate .day { margin-bottom: 5px; display: block; font-size: 1.2em; font-weight: bold; }
.eventsList {display: none;}
.eventsList ul li { text-indent: 0 !important; padding: 0 !important; }
.eventsList ul li .events .event { display: inline-block; width: 100%; }
.eventsList ul li .events .event .eventText { float: left; width: 77%; }
.calendarListing .time-row .time { font-weight: bold; }
.calendarListing .time-row, .calendarListing .description { display: inline-block; }
.eventName { color: #42b43e !important; font-size: 1.2rem; font-weight: 700; text-decoration: none !important; }
.eventName:hover { text-decoration: underline !important; }
.fc-content table { margin-bottom: 0; }
.ui-state-hover { background: #00396a !important; border-color: #00396a !important; color: #FFF !important;  }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border-color: #FFF; color: #00396a; }

.popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; width: 236px; padding: 1px; text-align: left; background-color: #fff; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-border-radius: 6px;-moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); white-space: normal; }
.popover.top { margin-top: -10px }
.popover.right { margin-left: 10px }
.popover.bottom { margin-top: 10px }
.popover.left {margin-left: -10px}
.popover-title {margin: 0;padding: 8px 14px;font-size: 14px;font-weight: normal;line-height: 18px;background-color: #f7f7f7;border-bottom: 1px solid #ebebeb;-webkit-border-radius: 5px 5px 0 0;-moz-border-radius: 5px 5px 0 0;border-radius: 5px 5px 0 0}
.popover-content {padding: 9px 14px}
.popover .arrow, .popover .arrow:after {position: absolute;display: block;width: 0;height: 0;border-color: transparent;border-style: solid}
.popover .arrow {border-width: 11px}
.popover .arrow:after {border-width: 10px;content: ""}
.popover.top .arrow {left: 50%;margin-left: -11px;border-bottom-width: 0;border-top-color: #999;border-top-color: rgba(0, 0, 0, 0.25);bottom: -11px}
.popover.top .arrow:after {bottom: 1px;margin-left: -10px;border-bottom-width: 0;border-top-color: #fff}
.popover.right .arrow {top: 50%;left: -11px;margin-top: -11px;border-left-width: 0;border-right-color: #999;border-right-color: rgba(0, 0, 0, 0.25)}
.popover.right .arrow:after {left: 1px;bottom: -10px;border-left-width: 0;border-right-color: #fff}
.popover.bottom .arrow {left: 50%;margin-left: -11px;border-top-width: 0;border-bottom-color: #999;border-bottom-color: rgba(0, 0, 0, 0.25);top: -11px}
.popover.bottom .arrow:after {top: 1px;margin-left: -10px;border-top-width: 0;border-bottom-color: #fff}
.popover.left .arrow {top: 50%;right: -11px;margin-top: -11px;border-right-width: 0;border-left-color: #999;border-left-color: rgba(0, 0, 0, 0.25)}
.popover.left .arrow:after {right: 1px;border-right-width: 0;border-left-color: #fff;bottom: -10px}
ul.unstyled, ol.unstyled {margin-left: 0;list-style: none;}
.pull-right {float: right;}
.popover-content p {font-family: 'Lato', sans-serif;font-size: 1.125em;line-height: 1.75em;margin-bottom: 15px;}
.popover-content li {line-height: 20px;}
.popover-content a [class^="icon-"], .popover-content a [class*=" icon-"] {display: inline-block;}
.popover-content [class^="icon-"], .popover-content [class*="icon-"] {font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;display: inline;width: auto;height: auto;line-height: normal;vertical-align: baseline;/* background-image: none!important; */background-position: 0 0;background-repeat: repeat;-webkit-font-smoothing: antialiased;}
.popover-content .icon-double-angle-right:before {content: "\f101";}
.popover-content [class^="icon-"]:before, .popover-content [class*=" icon-"]:before {text-decoration: inherit;display: inline-block;speak: none;}
#calendars ul li {padding: 5px 0;}
#calendars a {font-size: .875rem;line-height: 1rem;display: -ms-flexbox;display: inline-block;margin: 20px 30px 0 0;}
.calendar-wrapper-main {position: relative;margin: 0 auto;width: 950px;}
#calendar-wrapper {float: left;}
.calendar-wrapper-main .rightCol { padding-left: 25px; }
.calendar-wrapper-main .rightCol.col3 { margin: 72px 0 0 0; }
.calendar-wrapper-main .rightCol p { font-size: 1.1em; line-height: 1.5em;; }

@media only screen and (max-width:960px) {
  .calendar-wrapper-main { width: 100%; }
  #calendar { width: 100% !important; }
    #calendar-wrapper { float:left; width: 100% !important; }
  .calendar-select.categoryDropdown { margin-bottom: 0; }
  #csu-search-box-mobile em { font-style: normal; }
  #csu-search-box-mobile label { display: none; }
  .calendar-col .widget:first-of-type { margin: 20px 0 15px; }
  .fc-header, .fc-content, .col3.calendar-col .widget.eventsFor, .calendar-content-links { display: none !important; }
  .eventsList { display: block !important; }
  .viewCalendars, .calendar-wrapper-main .rightCol.col3 {display: none;}
  }

  /*Plugins*/

  /* ============================
   Slick Slider
* ============================*/
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative;display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: '';}
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: auto; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
/* Slider */
/*.slick-loading .slick-list{ background: #fff url('./ajax-loader.gif') center center no-repeat;}*/
/* Arrows */
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; bottom: 20px; display: block; width: 30px; height: 33px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; border: none; outline: none; z-index: 2; background-color: rgba(66, 180, 62, 0.8); }
.slick-prev:hover, .slick-next:hover { background-color: rgba(66, 180, 62, 1); }
.slick-prev { left: 10px; }
.slick-prev:before { font-size: 1.9rem; color: #fff; content:"\f104"; font-family: 'FontAwesome'; display: inline-block; padding-top: 6px; }
.slick-next { right: 10px; }
.slick-next:before { font-size: 1.9rem; color: #fff; content:"\f105"; font-family: 'FontAwesome'; display: inline-block; padding-top: 6px; }
/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }
ul.slick-dots { position: absolute; display: block; width: 100%; bottom: -40px; padding: 0; margin: 0; list-style: none; text-align: center; text-indent: 0; }
ul.slick-dots > li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 2px; padding: 0; cursor: pointer; clear: none; }
ul.slick-dots li:before { content: ''; }
ul.slick-dots > li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
ul.slick-dots li button:hover, ul.slick-dots li button:focus { outline: none; }
ul.slick-dots li button:hover:before, ul.slick-dots li button:focus:before { opacity: 1; }
ul.slick-dots > li button:before { font-size: 2.8125em; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '\2022'; text-align: center; color: #ccc; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; }
ul.slick-dots li.slick-active button:before { color: #8f8f8f; }

/* ============================
   Magnific Popup
* ============================*/
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.65; filter: alpha(opacity=65); }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-preloader a { color: #CCC; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow, .closeButton { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 999999; -webkit-box-shadow: none; box-shadow: none; }
button::-moz-focus-inner { padding: 0; border: 0; }
.mfp-close, .closeButton, button.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.9; filter: alpha(opacity=65); padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-close:active { top: 1px; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; }
.mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; }
.mfp-arrow { position: absolute; opacity: 0.65; filter: alpha(opacity=65); margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow .mfp-a { top: 8px; }
.mfp-arrow .mfp-b { opacity: 0.7; }
.mfp-arrow-left { background: url(../images/icons/slider-arrow.png) top left !important; background-repeat: no-repeat; width: 20px; height: 55px; background-position: 0 0; left: 40px; padding-left: 40px;}
.mfp-arrow-right { background: url(../images/icons/slider-arrow.png) top right !important; background-repeat: no-repeat; width: 20px; height: 55px;background-position: -20px 0; right: 40px; padding-right: 40px; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); */background: #000; }
/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; }
.mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; }
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }
.mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; }
.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
  .mfp-img-mobile img.mfp-img { padding: 0; }
  .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
  .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
  .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
  .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
}
@media all and (max-width:900px) {
  .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
  .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
  .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
  .mfp-container { padding-left: 6px; padding-right: 6px; }
}
.mfp-ie7 .mfp-img { padding: 0; }
.mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; }
.mfp-ie7 .mfp-container { padding: 0; }
.mfp-ie7 .mfp-content { padding-top: 44px; }
.mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; }
@media all and (max-width:580px) {
  .mfp-arrow-left { background: url(../images/icons/slider-arrow-gray.png) top left !important; width: 15px; height: 40px; }
  .mfp-arrow-right { background: url(../images/icons/slider-arrow-gray.png) top right !important; width: 15px; height: 40px; }
}

/* ============================
   Degree Program Tables
* ============================*/
/* DataTable Defaults */
table.dataTable{clear:both;margin-bottom:6px;max-width:none !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:8px;right:8px;display:block;font-family:'Glyphicons Halflings';opacity:0.5}table.dataTable thead .sorting:after{opacity:0.2;content:"\e150"}table.dataTable thead .sorting_asc:after{content:"\e155"}table.dataTable thead .sorting_desc:after{content:"\e156"}table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{color:#eee}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after{display:none}div.dataTables_scrollBody table tbody tr:first-child th,div.dataTables_scrollBody table tbody tr:first-child td{border-top:none}div.dataTables_scrollFoot table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.dataTable.table-condensed .sorting:after,table.dataTable.table-condensed .sorting_asc:after,table.dataTable.table-condensed .sorting_desc:after{top:6px;right:6px}table.table-bordered.dataTable{border-collapse:separate !important}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:0}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child{padding-right:0}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before{display:none !important}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child{position:relative;padding-left:30px;}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{top:8px;left:4px;height:16px;width:16px;display:block;position:absolute;color:white;border:2px solid white;border-radius:16px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:left;font-family:'Courier New', Courier, monospace;text-indent:4px;line-height:16px;content:'+';background-color:#337ab7}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:'-';background-color:#d33333}
table.dataTable.dtr-inline.collapsed>tbody>tr.child td:before{display:none}
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child{padding-left:27px}
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before{top:5px;left:4px;height:14px;width:14px;border-radius:14px;line-height:14px;text-indent:3px}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:white;border:2px solid white;border-radius:16px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:left;font-family:'Courier New', Courier, monospace;text-indent:4px;line-height:16px;content:'+';background-color:#337ab7}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:'-';background-color:#d33333}table.dataTable>tbody>tr.child{padding:0.5em 1em}table.dataTable>tbody>tr.child:hover{background:#fff !important}table.dataTable>tbody>tr.child > ul{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child > ul li{border-bottom:1px solid #efefef;padding:0.5em 0}table.dataTable>tbody>tr.child > ul li:first-child{padding-top:0}table.dataTable>tbody>tr.child > ul li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:bold}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:50%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid black;border-radius:0.5em;box-shadow:0 12px 30px rgba(0,0,0,0.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:1em}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;border:1px solid #f4f4f4;background-color:#f9f9f9;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-close:hover{background-color:#f4f4f4}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0,0,0,0.6)}@media screen and (max-width: 767px){div.dtr-modal div.dtr-modal-display{width:95%}}
table.dataTable {width: 100% !important;margin: 0 auto;clear: both;border-collapse: separate;border-spacing: 0}
table.dataTable thead th,table.dataTable tfoot th {font-weight: bold}
table.dataTable thead th, table.dataTable thead td {padding: 12px 18px !important;border-bottom: 1px solid #f4f4f4; border-top: 1px solid #f4f4f4;}
table.dataTable thead th:active,table.dataTable thead td:active {outline: none}
table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc {cursor: pointer;}
table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled {background-repeat: no-repeat;background-position: center right}
table.dataTable tbody tr {background-color: #fff}
table.dataTable tbody th,table.dataTable tbody td {padding: 18px 15px; }
table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td {border-bottom: 3px solid #f4f4f4;}
table.dataTable.row-border tbody tr:last-child th,table.dataTable.row-border tbody tr:last-child td,table.dataTable.display tbody tr:last-child th,table.dataTable.display tbody tr:last-child td {border-bottom: none}
table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td {border-bottom: 1px solid #f4f4f4;border-right: 1px solid #f4f4f4}
table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child {border-left: 1px solid #f4f4f4}
table.dataTable.cell-border tbody tr:first-child td {border-bottom: none}
.programs table.dataTable.display tbody tr.even>.sorting_1, .programs table.dataTable.order-column.stripe tbody tr.even>.sorting_1,.programs table.dataTable tbody tr { background: #fff; }
.programs table.dataTable thead tr { background: #004b36; }
.programs table.dataTable.display tbody tr.odd>.sorting_1, .programs table.dataTable.order-column.stripe tbody tr.odd>.sorting_1,
.programs table.dataTable.stripe tbody tr.odd, .programs table.dataTable.display tbody tr.odd { background: #fff; }
table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover,.programs table.dataTable.stripe tbody tr.odd:hover,.programs table.dataTable.display tbody tr.odd:hover,table.dataTable.display tbody tr.even:hover>.sorting_1,table.dataTable.order-column.hover tbody tr.even:hover>.sorting_1,table.dataTable.display tbody tr.odd:hover>.sorting_1,table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_1  {background-color: #fff;}
table.dataTable.no-footer {border-bottom: 1px solid #f4f4f4;}
table.dataTable.nowrap th,table.dataTable.nowrap td {white-space: nowrap}
table.dataTable.compact thead th,table.dataTable.compact thead td {padding: 4px 17px 4px 4px}
table.dataTable.compact tfoot th,table.dataTable.compact tfoot td {padding: 4px}
table.dataTable.compact tbody th,table.dataTable.compact tbody td {padding: 4px}
table.dataTable th.dt-left,table.dataTable td.dt-left {text-align: left}
table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty {text-align: center}
table.dataTable th.dt-right,table.dataTable td.dt-right {text-align: right}
table.dataTable th.dt-justify,table.dataTable td.dt-justify {text-align: justify}
table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap {white-space: nowrap}
table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left {text-align: left}
table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center {text-align: center}
table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right {text-align: right}
table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify {text-align: justify}
table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap {white-space: nowrap}
table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left {text-align: left}
table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center {text-align: center}
table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right {text-align: right}
table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify {text-align: justify}
table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap {white-space: nowrap}
table.dataTable,table.dataTable th,table.dataTable td {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box}
.dataTables_wrapper {position: relative;clear: both;}
.dataTables_wrapper .dataTables_length {float: left}
.dataTables_wrapper .dataTables_filter {float: right;text-align: right}
.dataTables_wrapper .dataTables_filter input { margin-left: 0; }
.dataTables_wrapper .dataTables_info {display: none;}
.dataTables_wrapper .dataTables_paginate {display: none;}
.dataTables_wrapper .dataTables_scroll {clear: both}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {margin-top: -1px;-webkit-overflow-scrolling: touch;}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {vertical-align: middle}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing {height: 0;overflow: hidden;margin: 0 !important;padding: 0 !important}
.dataTables_wrapper.no-footer .dataTables_scrollBody {border-bottom: 1px solid #f4f4f4}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,.dataTables_wrapper.no-footer div.dataTables_scrollBody table {border-bottom: none}
.dataTables_wrapper:after {visibility: hidden;display: block;content: "";clear: both;height: 0}
/* DataTable Plugin Styles */
div.fw-container div.fw-body { float: left; width: 100%; padding: 0 1em; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative }
body.wide div.fw-container div.fw-body { width: 80% }

/* GTCC Forms */
.formRow { display: block; float: left; width: 100%; margin-bottom: 20px; }
.content .columns .formRow .col4 { margin-bottom: 10px; }
.formRow input[type="text"],input[type="tel"],input[type="email"],input[type="url"],select,textarea {
  width: 100%; background: #fafafa; font-size: 1em; border: 1px solid #999; padding: 8px 8px; margin-bottom: 15px; }
.formRow .vfb-desc {display:block; margin:0; padding:0 0 3px 0; color:#000; font-weight: bold; }
.formRow .vfb-required-asterisk{ margin:0; padding:0; color:#bc1212; vertical-align:baseline; font-weight:bold }
.formRow .error { color:#bc1212; }
.vfb-section-div { float: left; margin: 10px 0; padding: 10px; width: 100%; border-radius: 3px; background-color: #f1f1f1; }
.checklist .vfb-span, .vfb-span { display: block; }
.vfb-span input { vertical-align: top; margin-top: 7px; }
label.vfb-choice { padding: 0 0 5px; width: 88%; display: inline-block; }
.vfb-section-div-inside { float: left; margin: 10px 0; padding: 10px; width: 100%; background-color: #ddd; font-weight: bold; }
.custom_field_option { display: block; }
.custom_field_option input { vertical-align: top; margin-top: 7px; }
.custom_field_option label { padding: 0 0 5px; width: 88%; display: inline-block !important; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; color: #006448; font-size: 1em; line-height: 0; }
.ui-datepicker select.ui-datepicker-year { width: 45%; height: 20px; padding: 0 1%; margin-left: auto; margin-right: auto; text-align: center; margin: 0; font-size: 1em; font-weight: bold; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus { border: 1px solid #cccccc; background: #006448 !important; font-weight: normal; color: #000; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus { color: #006448; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { border: 1px solid #006448; background: #006448 !important; font-weight: normal; color: #ffffff; }
@media screen and (max-width:580px) {
    .content .columns .col6 { margin-right: 0; }
    .content .columns .col4 { margin-right: 0; }
    .rc-anchor-normal { width: 100%; max-width: 300px; }
}

/* 404 Search box */
.searchBox404 { width:100%; border:1px solid #006448; margin-bottom:40px;margin-top:-100px; z-index: 9999; position: relative; }
.searchBox404 button { background: transparent; border: none; font-size: 2rem; float: right; cursor: pointer; padding-right:0; }
.searchBox404 input[type="text"][id="search-box"] { height:45px!important; width:90%; padding-right:0;}
@media screen and (max-width: 960px) {
.searchBox404 { width: 96%; margin-left: auto; margin-right: auto; }
}
@media screen and (max-width:500px) {
  .searchBox404 input[type="text"][id="search-box"] { width:80%; }
}

/* SITE REFRESH JULY 2022 STYLES */

  /* BEGIN: NEW EMERGENCY BANNER */
  .material-symbols-outlined.md-44 { font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 44; font-size: 44px; }
  .material-symbols-outlined.md-30 { font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 30; font-size: 30px; }
  .alert-banner .wrapper { padding: 5px 9px 0 9px; max-width: 1570px; }
  .alert-banner.green-banner { background-color: rgba(0, 76, 55, .97); color: #ffffff; }
  .alert-banner.red-banner { background-color: #CC4100; color: #ffffff; }
  .alert-banner.yellow-banner { background-color: #E7B422; }
  .alert-left { display: flex; align-items: center; }
  .banner-heading { display: flex; align-items: center; justify-content: space-between; padding-bottom: 12px; }
  .alert-headline { font-weight: 500; font-size: 1.313rem; font-weight: 500; margin-left: 25px; }
  #alert-banner-toggle { cursor: pointer; background: none; padding: 0; height: 30px; width: 30px; border: none; color: inherit; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; transition: transform .25s ease-in; }
  #alert-banner-toggle.open-alert { transform: rotate(135deg); }
  .alert-banner a { color: inherit; }
  .alert-banner-message { padding-bottom: 16px; display: none; }
  .alert-banner-message p { margin-bottom: 0; }
  @media all and (max-width:960px) {
    .alert-headline { font-size: 1rem; margin-left: 8px; }
  }
  /* END: NEW EMERGENCY BANNER */

  /* BEGIN NEW HEADER */
  header.header { position: relative; z-index: 21; box-shadow: none; }
  .home .mainContent { padding: 0; }
  @media (min-width: 961px) {
    .faculty-detail-page .mainContent, .news-listing-page .mainContent, .news-detail-page .mainContent, .interior-page .mainContent { padding-top: 0; }
  }
  /* make the header/nav background green on interior/detail pages */
  .interior-page .header, .news-detail-page .header, .news-listing-page .header, .no-impact-img .header  { background: #006448; }
  .interior .header { background-color: #006448; }
  .header .container.mainNav {height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 20px 9px; }
  .header .container .topnav {background: #fff;}
  .header .container.topnav ul li label {display: inline-block;  text-decoration: none; padding-left: 18px;  font-size: 0.875em; font-weight: 600;}
  .header .container.topnav ul li a {display: inline-block;  text-decoration: none; padding-left: 18px;  font-size: 0.875em; font-weight: 400;}
  .header .container.topnav ul li {line-height: 36px; list-style: none; text-decoration: none; display: inline-block;}
  .header .container.topnav ul {text-align: right;}
  .searchAndDropdown label { display: flex; align-items: center; }
  .searchAndDropdown label #searchmenuOpen { margin-left: 5px; }
  .main-nav ul li.searchAndDropdown:last-child label  { background-color: rgba(0, 100, 72, 0.75); padding: 9px 10px; }
  .main-nav > input#searchtoggle[type="checkbox"]:checked ~ ul.bottomBar li.searchAndDropdown label[for="searchtoggle"] > span, .main-nav ul.bottomBar li.searchAndDropdown label[for="searchtoggle"]:hover > span, .main-nav > input#searchtoggle[type="checkbox"]:focus ~ ul.bottomBar li.searchAndDropdown label[for="searchtoggle"] > span { text-decoration: underline; }
  .main-nav ul.bottomBar li.searchAndDropdown label > span#searchmenuOpen, .main-nav > input#searchtoggle[type="checkbox"]:focus ~ ul.bottomBar li.searchAndDropdown label[for="searchtoggle"] > span#searchmenuOpen { text-decoration: none; }
  input#offcanvasMenu[type="checkbox"]:checked ~ .main-nav ul.bottomBar li.searchAndDropdown:last-child label, .main-nav ul.bottomBar li.searchAndDropdown:last-child label:hover, input#offcanvasMenu[type="checkbox"]:focus ~ .main-nav ul.bottomBar li.searchAndDropdown:last-child label { color: #fff; background-color: rgba(58, 58, 58, 1); transition: all 0.4s ease-in-out; }
  .menu-mobile-title { color: #ffffff; margin-right: 10px; font-size: 1.125rem; }
  nav.topNav { position: fixed; height: 100%; max-width: 100%; width: 100%; background: rgba(0, 76, 55, 0.97);}
  .main-nav input { -webkit-appearance: none; }
  .toggle + nav > nav.topNav { z-index: -1; position: absolute; top:-9999999999px; display: none;}
  .toggle:checked + nav > nav.topNav {top: 0; position: fixed; left: 0; z-index: 99999999; display: block; }
  .toggle:checked + .searchContainer {display:none;}
  .menuCloseButton { cursor:pointer; color:#ffffff; line-height: 1; position: absolute; top: 40px; right: 8%; }
  .menuCloseButton label { display: flex; align-items: center; }
  .menuCloseButton label span { margin-left: 12px; padding:8px; font-size: 1.5rem; border: 2px solid #ffffff; }
  .main-nav .topBar li label:hover, .main-nav .topBar li label:focus { cursor: pointer; text-decoration: none; }
  .mainNav.container .main-nav  ul li label em {padding: 10px;}
  .topnav.container ul li a:hover, .topnav.container ul li a:focus { text-decoration: underline; }
  .main-nav li a { font-family: 'Lato', sans-serif; color: #ffffff; text-decoration: none; line-height: 1.5; display: block; font-size: 1rem; }
  .main-nav li a:hover, .main-nav li a:focus { text-decoration: underline; }
  .main-nav ul:last-child li label { color: #ffffff; text-decoration: none; line-height: 1; }
  li.pseudoHover > .menuItemContent { opacity:1 !important; height:100% !important;  }
  li.pseudoHover > .menuItemContent { opacity:1 !important; height:100% !important;  }
  .parentMenu li.pseudoHover > a { border-bottom:4px solid #B4975A !important; text-decoration:none !important;  }
  .main-nav .topBar li, .searchAndDropdown { padding: 20px;  }
  .main-nav .topBar li label { font-size:1rem;  }
  .main-nav .topBar li label span { color:#ffffff; text-decoration:none;  }
  .menuCloseButton label:hover > span, .menuCloseButton label:focus > span { color: #fff; background-color: rgba(58, 58, 58, 1); }
  .topnav.container + div { background-color:#004D43;  }
  .topNav ul > li, .topNav ul { border-bottom: none; }
  /*Header Search*/
  input#searchtoggle[type="checkbox"],.toggle { position:fixed; display: inline; height:0; width:0; margin:0; padding:0; border:none; -webkit-appearance: none;  }
  .searchContainer { position:fixed; height:100%; max-width:100%; overflow-y:scroll; width:100%; background:rgba(0, 76, 55, 0.97);  }
  .searchToggle + div.searchContainer { z-index:-1; position:absolute; top:-99999999999999999999999px; left:0; display:none;  }
  .searchToggle:checked + div.searchContainer { top:0; position:fixed; left:0; z-index:99999999; display: flex; align-items: center;  }
  .searchToggle:checked { display:none;  }
  .searchContainer .searchBoxWrap { max-width:1050px; width:100%; margin:0 auto; padding: 160px 20px 60px 20px;  }
  .hiddenLabel { position:absolute; color:#fff; text-indent:-99999px; z-index:-1;  }
  .main-nav .searchBox { color:#99B7AF; border-radius:0; width:100%; border: 2px solid #53BA4F; background-color:transparent; padding:0px; font-family:"Crimson Text", serif;;  }
  #cse-search-box { position: relative; }
  #cse-search-box .searchBox { height: 60px; font-size: 2rem; color: #99B7AF; padding: 8px; width: 100%; }
  #cse-search-box .searchBox::placeholder{ color: #99B7AF; }
  #cse-search-box .searchBox::-webkit-input-placeholder { color: #99B7AF; }
  #cse-search-box .searchBox::-moz-placeholder { color: #99B7AF; }
  #cse-search-box .searchBox:-ms-input-placeholder { color: #99B7AF; }
  #cse-search-box .searchBox:-moz-placeholder { color: #99B7AF; }
  div.searchLinks ul { list-style-type:none; column-count: 3;  }
  .searchBoxWrap h3 { color:#fff; font-family: "Lato", sans-serif; font-size: 1.5rem; margin: 0 0 20px 0; letter-spacing: .04em; }
  div.searchLinks h3 { margin-top:40px; }
  div.searchLinks ul li { width:100%; margin: 0 0 10px 0; }
  div.searchLinks ul li a { color:#fff; text-decoration:none; text-transform: none; font-family:"Lato", sans-serif; font-size:1.25rem; font-weight:400; letter-spacing: .04em; line-height:2; padding-left:0px;  }
  /*Left Main Menu*/
  #mainMenu { float:left; max-width:780px; height:85vh; margin-top:0; position:relative; z-index:2; padding-left:8px; height:auto;  }
  .parentMenu li.menuItem { float:right; width:100%; margin-bottom:34px;  }
  #mainMenu ul li > ul li + li > h4 { padding:29px 0 5px 58px;  }
  .parentMenu li.menuItem > a { display:initial; color:#ffffff; font-family: "Crimson Text", serif; text-transform:none; font-size:2.7em; line-height:1.2; text-align:right; padding:0px; float:right; text-decoration: none; }
  .parentMenu li.menuItem:hover > a, .parentMenu li.menuItem > a:hover, .parentMenu li.menuItem > a:focus, #mainMenu .parentMenu .menuItem > a.open { text-decoration: underline; text-decoration-color: #ff4f00; text-decoration-thickness: 2px; text-underline-offset: 9px; }
  #mainMenu ul li > ul li a:hover, #mainMenu ul li > ul li a:focus { text-decoration:underline;  }
  div.searchLinks ul li a:hover, div.searchLinks ul li a:focus { text-decoration:underline;  }
  #mainMenu ul li > ul li { width:100%;  }
  #mainMenu ul li > ul { position:absolute; left:350px; top:0px; width:100%; max-width:450px;  }
  #mainMenu ul li > ul li a { padding:5px 0 5px 58px; line-height:2; text-transform:none; font-size:1rem; font-weight:normal;  }
  .parentMenu .menuItem:focus > .menuItemContent li a { opacity:1; height:100%;  }
   #mainMenu ul li > ul li a { padding:5px 0 5px 58px; margin-bottom:3px; line-height:1.5;  }

  /*Right Main Menu*/
  .rightNavSection { max-width:464px; width:100%; float:right;  }
  .leftNavSection { float:left;  }
  h3.bottomResourceLinks { color:#fff; font-family:"Crimson text", serif; font-size: 1.5rem; width:200px; margin-bottom: 8px;  }
  .topNav { height:100%; max-width:100%; overflow-y:scroll; width:100%;  }
  .topNav .mainNav { margin-left:auto; margin-right:auto; max-width:1230px; width:100%; display:block; margin-top:104px;  }
  .topNav .mainNav .rightNavSection .bottomResourceLinks { margin-left:20px; margin-right:20px; margin-bottom: 20px; }
  .bottomResourceLinks li { width:100%; max-width:177px;  }
  .parentMenu { max-width:350px; width:100%; float:left; margin-top:69px;  }
  .main-nav .searchBox::-ms-clear { display:none;  }

  /*Tablet*/
   @media all and (min-width:1025px) and (max-width:1250px) {
   .parentMenu { margin-right:auto !important; max-width:280px !important;  }
   #mainMenu ul li > ul { left:280px; width:100%; max-width:400px;  }
   }

	/*Desktop*/
	@media all and (min-width:1025px) {
		header.header { height: auto; width: 100%; position: relative; top: 0; z-index: 10; box-shadow: none;  }
		.home .header, .landing-page .header { background: transparent; background: linear-gradient(0deg, rgba(29,29,29,0) 0%, rgba(29,29,29,1) 100%); top: 72px; margin-top: -72px; }
		.landing-page.no-impact-img .header { background: #006448; top: 0; margin-top: 0; }
		.faculty-listing-page .header, .faculty-detail-page .header { background: transparent; top: 72px; margin-top: -72px; }
		.faculty-listing-page.no-impact-img .header, .faculty-detail-page.no-impact-img .header { background: #006448; top: 0; margin-top: 0; }
		
		.main-nav ul li.searchAndDropdown:first-child label {padding-right: 0px; }
		.main-nav ul li.searchAndDropdown.simple:first-child label { margin-right: 0;}
		.main-nav .searchBox::placeholder { overflow:visible;  }
		.main-nav .searchBox { font-size:2.5em; line-height:normal; display:block;  }
		.parentMenu { max-width:350px; width:100%; float:left; margin-right:440px; margin-top:69px;  }
		.bottomResourceLinks li:nth-child(odd) { margin-bottom:15px;  }
		.bottomResourceLinks li:nth-child(even) { margin-right:15px; margin-bottom:15px; }
		.main-nav ul.topBar, .main-nav ul.bottomBar { display:inline-flex; align-items: center;  }
		.rightNavSection { border-left:1px solid #9CC8C2; padding: 0 0 0 50px; }
		li.noDesktop {display: none !important;}
		.menu-mobile-title { display: none; }
		.topNav .mainNav .displayWrapper { display:inline-block; width:100%;  }
		.placeholderLi { display:block !important; width:100% !important; max-width:100% !important; height:0px; margin:0 !important; padding:0px !important;  }
		.navSubButton { position: absolute; color: #fff; left: -999999px; }
		.navSubButton:after { display: none; }
		#mainMenu .parentMenu .menuItemContent { opacity:0; height:0; transition: opacity .7s ease-in-out; }
		#mainMenu .parentMenu > .menuItem.sub:hover > .menuItemContent { visibility: visible; opacity: 1; height:100%; z-index: 1; transition: opacity .7s ease-in-out; }
		#mainMenu .parentMenu .menuItem.sub a:focus ~ .menuItemContent, #mainMenu .parentMenu > .menuItem.sub:focus-within a ~ .menuItemContent { display: block !important; visibility: visible; opacity: 1; height:100%; z-index: 1; }
	}

  /*Mobile*/
  @media all and (max-width:1024px) {
    .home .header, .landing-page .header, .faculty-listing-page .header, .faculty-detail-page .header { background: #006448; }
    header.header { height: auto; }
    .menu-mobile-title { display: none; }
    .bottomBar #searchItem span:first-child { display: none; }
	.menuCloseButton { right: 40px; }
    .main-nav ul li.searchAndDropdown { display: inline-flex; align-items: center; }
    .main-nav ul li.searchAndDropdown:last-child label { border: 1px solid #ffffff; }
    div.searchLinks ul { margin:0px; padding:0px; column-count: 2;  }
	#cse-search-box .searchBox { font-size: 1rem; }
	.main-nav > input#searchtoggle[type="checkbox"]:hover ~ ul.bottomBar li.searchAndDropdown label[for="searchtoggle"] > span#searchmenuOpen,
	.main-nav > input#searchtoggle[type="checkbox"]:focus ~ ul.bottomBar li.searchAndDropdown label[for="searchtoggle"] > span#searchmenuOpen { text-decoration: underline; }
    .parentMenu { max-width:100%; margin-right:0px;  }
    .bottomResourceLinks li { width:100%; max-width:100%; margin:0px 0px 15px 0px;  }
    .topnav.container { display:none;  }
    .rightNavSection .mobileTopBorder { border-top:1px solid #9CC8C2; margin: 5px 20px 20px 20px; }
    .rightNavSection { max-width:100%; width:100%; float:left;  }
    .parentMenu { padding-top:0px; margin-top:0px;  }
    .parentMenu li.menuItem > a { position: relative; z-index: 1; width: 80%; font-size:1.86rem; line-height:1.2; font-weight:100; padding:0px; float:left; text-align: left; }
    .parentMenu li.menuItem { position: relative; float:left; width:96%; margin-bottom:21px; margin-left:20px;  }
    #mainMenu { float:left; max-width:100%; height:auto; padding-left:0px;  }
	#mainMenu ul li > ul { position: relative; top: auto; left: auto; width: 100%; max-width: 100%; margin: 64px 0 0 0; }
	#mainMenu ul li > ul li a { padding: 5px 25px 5px 2px; }
    .menuItemContent { display:none;  }
    .main-nav .topBar li, .searchAndDropdown { padding: 20px 8px; }
	
	/* Main Nav Expander */
	.navSubButton .visuallyhidden { color: #fff; position: absolute; left: -99999px; }
	.navSubButton { position: absolute; width: 100%; height: 60px; background-color: transparent; top: 4px; bottom: auto; left: auto; right: 40px; padding: 0; margin: 0;  border: 1px solid transparent; z-index: 0; cursor: pointer; }
	.navSubButton:after { display: inline-block; float: right; content: url(../images/menu-sub-caret.svg); transform: translateY(0) rotate(0deg); transition: all 0.4s ease-in-out; }
	.navSubButton.clicked:after, .menuItem.sub > a:focus + .navSubButton:after, .menuItem.sub:focus-within > a + .navSubButton:after { transform: translateY(0) rotate(-180deg); }
	/* sub-navigation panel */
	#mainMenu .parentMenu .menuItemContent { position: relative; display: none; }
	/* sub-navigation panel open state */
	#mainMenu .parentMenu .navSubButton ~ .menuItemContent.open { transition: opacity .5s ease-in-out; }
	#mainMenu .parentMenu .menuItem a:focus ~ .menuItemContent, #mainMenu .parentMenu .menuItem:focus-within a ~ .menuItemContent { display: block !important; visibility: visible; opacity: 1; z-index: 1; }
	#mainMenu .parentMenu .menuItem.open .menuItemContent { display: block; height: auto; }
  }
  @media all and (max-width:720px) {
    /* Search */
    div.searchLinks ul { width:100%; column-count: 1;  }
  }
  /* Main Menu */
  .main-menu-bg { height:75px;  }
  .main-menu-bg:after { content:""; clear:both; display:block;  }
  .menu { position:relative; float:right;  }
  .main-nav { width:100%; display: flex; align-items: center; }
  .main-nav li { display:inline-block; }
  .main-nav .nomenu { background:transparent; padding:3px;  }
  /* Main Menu Links */
  #topbarmenutoggle { display:none;  }
  .main-nav > ul li .menu-text { margin-top:5px; display:inline-block; color:#000;  }
  .main-nav a { font-family:'Work Sans', sans-serif; color:#004c46; text-decoration:underline;  }
  /* Main Menu Icons */
  .main-nav i { font-size:2.5em; color:#004c41;  }
  .main-nav li.dropdown .sub-menu li a:after { content:'\0226B'; color:#ba8b00; font-family:'FontAwesome'; padding-left:10px; position:static;  }
  .main-nav li.dropdown .sub-menu li:hover a:after, .main-nav li.dropdown .sub-menu li:hover a:after { color:#fff;  }
  .search-icon-off { float:right; display:inline-block; width:24px; height:24px; vertical-align:top;  }
  .menu-icon-off { display:inline-block; width:60px; height:40px; vertical-align:top; margin-top:-10px;  }
  .menu-icon-on { display:inline-block; width:auto; height:24px; background-position:center right; vertical-align:top;  }
  .menu-icon-on img { display:none;  }
  .menu-icon-on:before { content:'Close'; margin-right:40px;  }
  .menu-icon-on:after { position:absolute; content:"\f00d"; font-family:'FontAwesome'; font-size:2em; top:-8px; right:0;  }
  /* Top Nav Mega Menu */
  div#topmenubar { background-color:rgba(0,39,34, .99);  }
  div#topmenubar:after { clear:both; display:block; content:"";  }
  .mega-menu-bg nav.nav-global .mega-menu { height:100%; min-height:100%;  }
  .mega-wrapper { position:relative; width:100%;  }
  .mega-wrapper.on { height:100%; position:fixed; z-index:9999; overflow:auto;  }
  .mega-menu-bg { position:absolute; height:110%; width:100%; z-index:9999;  }
  .mega-menu-bg nav.nav-global { height:100%; min-height:100%;  }
  .mega-menu > .col6:after { content:""; clear:both; display:block;  }
  .mega-menu { left:0; width:100%; z-index:10; display:none; height:100%;  }
  .mega-menu > .col6 { width:50%; margin:0; height:100%; padding:100px 5% 0px 12%;  }
  .mega-menu ul { padding:0; margin:0;  }
  .mega-menu ul.mega-nav { display:block;  }
  .mega-menu ul.mega-nav li { display:block; position:relative; text-decoration:none; margin:12% 0; cursor:pointer;  }
  .mega-menu ul.mega-nav li:after { position:absolute; content:"\f054"; font-family:'FontAwesome'; color:#ffffff; top:5px; right:0;  }
  .mega-menu ul.mega-nav li a { display:inline-block; color:#fff; font-size:1.75em; font-family:'Droid Serif', serif; text-transform:uppercase;  }
  .mega-menu ul.mega-nav li:hover a { color:#A7A193;  }
  .mega-menu ul.mega-nav li:hover:after { color:#A7A193; right:-15px;  }
  .mega-menu ul li a { color:#000; text-decoration:none;  }
  /* Top Nav Mega Menu Schools and College Links */
  .mega-menu > .col6.last { width:50%; margin:0; height:100%; padding:100px 0 0 0;  }
  .mega-menu .mega-schools { padding:0 12% 0 11%;  }
  .mega-menu .mega-schools span.title { display:block; font-family:'Droid Serif', serif; font-size:1.5em; margin-bottom:10px; color:#ffffff;  }
  .mega-menu .mega-schools a.outlined-button { display:inline-block; font-family:'Work Sans', sans-serif; border-width:3px; border-style:solid; color:#ffffff; padding:17px 20px; margin:10px 20px 12px 0; text-decoration:none;  }
  /* Top Nav Mega Menu Resources For*/
  .mega-menu .resources-for { border-top:1px dashed #B49758; border-bottom:1px dashed #B49758; margin:25px 25% 35px 11%; padding:30px 0 40px 0;  }
  .mega-menu .resources-for span.title { display:block; font-family:'Droid Serif', serif; font-size:1.5em; margin-bottom:20px; color:#ffffff;  }
  .mega-menu .resources-for select { width:100%; height:35px;  }
  /* Top Nav Mega Menu Tools */
  .mega-menu .columns { display:block;  }
  .mega-menu .tools { text-align:center; font-family:'Work Sans', sans-serif; padding:0 15% 0 5%;  }
  .mega-menu .tools:after { content:""; clear:both; display:block;  }
  .mega-menu .tools .col3 { width:23%; height:105px; position:relative; margin-right:2%;  }
  .mega-menu .tools .col3:last-child { margin-right:0;  }
  .mega-menu .tools .title { font-size:1.3em; display:block; margin-bottom:25px;  }
  .mega-menu .tools p { font-family:'Work Sans', sans-serif; font-size:1em; bottom:0; position:absolute; left:0; right:0; color:#ffffff;  }
  .mega-menu .tools .one-row { margin-bottom:20px;  }
  .menu-is-open .main-content-wrapper { overflow:hidden; width:100%; height:100%; position:absolute; top:0;  }
  .primary-nav-overlay { display:none;  }
  a.outlined { display:block; font-family:'Work Sans', sans-serif; font-size:1.25em; font-weight:400; padding:12px 20px; max-width:280px; border:1px solid #004d43; color:#004d43; text-align:center; text-decoration:none;  }
  a.outlined:after { content:"\f105"; font-family:'FontAwesome'; margin-left:6px; font-size:1em;  }
  a.outlined.white { background:#ffffff; border-color:#ffffff!important;  }
  .rec-drop { position:relative; }
  .rec-drop ul { position:absolute; display:none; top:49px; left:0; list-style:none; background:#ffffff; width:100%; padding:5px 10px 10px 15px; z-index:9999;  }
  .rec-drop ul li { margin:10px 0;  }
  .rec-drop ul li a { display:block;  }
  .rec-drop label { display:block; font-family:'Work Sans', sans-serif; font-size:.95em; font-weight:400; background:#ffffff; height:50px; padding:20px; text-decoration:none; color:#004d43;  }
  .rec-drop label:after { position:absolute; right:15px; top:15px; font-family:FontAwesome; content:"\f0d7";  }
  .rec-drop input[type=checkbox] { display:none;  }
   .rec-drop input[type=checkbox]:checked + label:after { font-family:FontAwesome; content:"\f0d8";  }
  .rec-drop input[type=checkbox]:checked + label + ul { display:block;  }
  /* Search */
  .main-nav .searchbox { display:none; position:relative; float:left; width:100%; border-top:1px solid #d8d8d8; padding:10px 15px 20px 15px; z-index:9999; background: transparent; -webkit-box-shadow:-1px 2px 2px rgba(0,0,0,0.2); -moz-box-shadow:-1px 2px 2px rgba(0,0,0,0.2); box-shadow:-1px 2px 2px rgba(0,0,0,0.2); -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;  }
  .main-nav .searchbox .container { padding-left:0; padding-right:0;  }
  .search-area { width:100%; margin-bottom:0px;  }
  .search-area:after { content:""; display:block; clear:both;  }
  .searchbutton { cursor:pointer; background: #53BA4F; border: none; color: #ffffff; position: absolute; top:0; right: 0; height: 47px; width: 50px; margin: 7px 5px; }
  .searchbutton .material-symbols-outlined { font-size: 2.4rem; }
  #search-box .fa.fa-search { font-size:1.5em;  }
  .gsc-results-wrapper-overlay { top:15%!important; left:15%!important;  }
  @media all and (max-width:460px) {
    .header-logo img { width: 100%; max-width: 185px;  }
	.main-nav .topBar li, .searchAndDropdown { padding: 20px 5px; }
  }
  @media all and (max-width:360px) {
    .header-logo img { width: 100%; max-width: 155px; }
	.main-nav ul li.searchAndDropdown:last-child label { padding: 9px 5px; }
  }
  /* END NEW HEADER */

  /* BEGIN HOMEPAGE STYLES */

  /* Modular Homepage */
  .home section { float: none; }
  .home .mainContent { padding-bottom: 60px; }
  .container.visitUs { margin: 60px auto 0px auto; padding-top: 0; padding-bottom: 0; }
  .whyChoose .wysiwyg-content { padding-top: 60px !important; }
  .whyChoose .successStories { margin-top: 0; padding-top: 60px; padding-bottom: 40px; }
  .container.infographics.new-infographics { padding: 60px 15px 0px 15px; }
  .study.columns { margin-top: 60px; margin-bottom: 0; }
  @media all and (max-width: 960px) {
    .successStories > .wrapper { padding-bottom: 0; margin-bottom: 0; }
    .whyChoose .wysiwyg-content { margin-bottom: 0; }
  }

  /* Updated Infographics */
  .landing .container.infographics { margin: 0 auto !important; }
  .light-green { color: #42b43e; }
  .container.infographics.new-infographics { padding: 60px 15px; flex-wrap: wrap; }
  .material-symbols-outlined.md-75 { font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 75; font-size: 75px; }
  .infographics.new-infographics .info-large { color: #3a3a3a; font-size: 3.75rem; }
  .infographics.new-infographics .info-small { text-transform: uppercase; font-style: normal; font-weight: bold; font-size: 0.875rem; color: #3a3a3a; }
  .infographic { position: relative; flex: 1; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; border: 1px solid #F5F3F3; margin-left: -.5px; margin-right: -.5px; padding: 50px 28px; }
  .infographic hr { color: inherit; display: block; position: absolute; bottom: 0; left: 0; width: 60%; margin-bottom: 0; margin-left: 20%; border-width: 4px; border-style: solid; transition: all .25s ease-in;  }
  .infographic:hover hr { width: 100%; margin-left: 0; }
  @media only screen and (min-width: 721px) {
  	.container.infographics.new-infographics { justify-content: space-between; }
  }

  /* Updated Visit Us styles */
  .container.visitUs h2 { text-align: center; }
  .visitUs .visitWrap { text-align: center; }
  .visitUs .visitWrap a { text-decoration: none; }
  .visitUs-flex .visitBox, .visitUs-flex .roundImage { float: none; }

  /* Orange outlined button */
  a.orange-button, .orange-button { display: inline-block; font-size: .9rem; background-color: white; color: #3a3a3a; font-weight: 700; text-align: center; margin-top: 10px; padding: 9px 15px; min-width: 180px; text-transform: uppercase; text-decoration: none; cursor: pointer; border: 2px solid #ff4f00; transition: all 0.4s ease-in-out; }
  .mainContent a.orange-button:hover, #mainWrapper a.orange-button:hover, .orange-button:hover,
  .mainContent a.orange-button:focus, #mainWrapper a.orange-button:focus, .orange-button:focus { background-color: #ff4f00; color: white; text-decoration: none; }
  @media all and (max-width: 960px) {
    .visitBox { margin-top: 0; max-width: 100%; }
    .campus-flex .visitWrap > a { display: flex; align-items: center; justify-content: center; width: 100%; margin-bottom: 15px; }
    .visitUs .roundImage { min-width: 105px; margin-top: 0; margin-bottom: 0; margin-left: 0; }
  }
  @media all and (min-width: 960px) {
    .visitUs .wrapper { max-width: 1520px; }
    .visitUs .visitUs-flex { display: flex; justify-content: center; flex: 1; flex-wrap: wrap; row-gap: 24px; }
    .visitUs .visitUs-flex .campus-flex { flex-basis: 200px; }
  }
  @media all and (min-width: 1180px) {
    .visitUs .visitUs-flex { justify-content: space-evenly; flex-wrap: nowrap; }
  }

  /* News Section */
  #homepageNews { max-width: 100%; width: 1200px; padding-right: 15px; padding-left: 15px; margin: 60px auto 0 auto; }
  #homepageNews .threeNewsStories { margin-bottom: 40px; }
  #homepageNews .featuredNewsStory .col8 img { height: 378px; width: 100%; object-fit: cover; object-position: 50% 20%; }
  #homepageNews .threeNewsStories img { height: 225px; width: 100%; object-fit: cover; object-position: 50% 20%; }
  #homepageNews .newsHeading { margin-bottom: 25px; }
  #homepageNews .newsHeading h2 { margin-bottom: 0; }
  #homepageNews .newsHeading a { display: block; color: #FF4F00; font-weight: bold; min-width: 150px; align-self: flex-end; }
  #homepageNews .newsHeading a:hover, #homepageNews .newsHeading a:focus { color: #D14200; }
  #homepageNews h3 a, #homepageNews .newsText a { color: #006448; text-decoration: none; }
  #homepageNews h3 a:hover, #homepageNews h3 a:focus, #homepageNews .newsText a:hover, #homepageNews .newsText a:focus { text-decoration: underline; }
  #homepageNews .featuredNewsStory h3 { line-height: 1; }
  #homepageNews .featuredNewsStory small { display: block; }
  #homepageNews .featuredNewsStory .published-on { margin-top: 10px; margin-bottom: 20px; }
  #homepageNews .featuredNewsStory .read-more { margin-top: 25px; }
  #homepageNews .featuredNewsStory .newsText { padding-top: 15px; }
  #homepageNews .threeNewsStories h3 { font-size: 1.125rem; font-family: 'Lato', sans-serif; font-weight: bold; margin-bottom: 8px; margin-top: 25px; line-height: 1.4; }
  small { font-size: 0.875rem; }
  #homepageNews .featuredNewsStory { margin-bottom: 40px; }
  #homepageNews .newsDivider { margin-top: 25px; margin-bottom: 25px; border-top: 1px solid #EDECEC; }
  @media all and (min-width: 960px) {
    #homepageNews .newsHeading { display: flex; justify-content: space-between; }
    #homepageNews .newsHeading a { text-align: right; }
    #homepageNews .featuredNewsStory .newsText { padding-top: 28px; }
    #homepageNews .newsDivider { display: none; }
  }
  /* HH Events Section */
  .events.container { clear: both; }
  .home .events.container { background-color: #fbf8f8; }
  .events.container .newsHeading { margin-bottom: 25px; }
  .events.container .newsHeading h2 { margin-bottom: 0; }
  .events.container .newsHeading a { display: block; color: #FF4F00; font-weight: bold; min-width: 150px; align-self: flex-end; text-decoration: underline; }
  .newsHeading + .hh-events-block.hh-events { clear: both; }
  .events.container .hh-events.hh-events-block .event .title { font-family: 'Lato', sans-serif; font-size: 1.11rem; line-height: 1.4; color: #006448; }
  .mainContent .hh-module .hh-events a:hover, .mainContent .hh-module .hh-events a:focus { color: #006448; }
  .events.container .hh-events a h3 { color: #006448; }
  .events.container .hh-events a:hover h3, .events.container .hh-events a:focus h3 { color: #006448; }
  .events.container .hh-events .details { font-size: .95rem; }
  @media (min-width: 960px) {
    .events.container .newsHeading { display: flex; justify-content: space-between; }
    .events.container .newsHeading a { text-align: right; }
  }
  #mainWrapper .hh-module a:hover, #mainWrapper .hh-module a:focus, .mainContent .hh-module a:hover, .mainContent .hh-module a:focus { text-decoration: none; }
  .hh-events .events .event .title { height: auto; color: #006448; font-weight: 600; }
  .hh-events .date-img .day { color: #3a3a3a; }

  /* END HOMEPAGE STYLES */

  /* BEGIN: FACULTY PAGES */

  /* faculty listing page */
  .faculty-listing-page .wrapper, .faculty-detail-page .wrapper { max-width: 1190px; }
  .background-image { background-repeat: no-repeat; background-size: cover; }
  .impact-green-overlay { background-color: rgba(0,77,67,.65); padding: 162px 15px 50px 15px; }
  .impact-green-overlay h1 { color: #ffffff; }
  .facultyTable .department { display: block; margin-top: 12px; }
  .faculty table.dataTable tbody td span span.locText { display: block !important; }
  .faculty table.dataTable tbody td span.phone, .faculty table.dataTable tbody td span.location { margin-top: 0px !important; }
  .faculty .email a, .faculty .phone a { color: #004D43; text-decoration: underline !important; }
  .faculty .email a:hover, .faculty .phone a:hover, .faculty .email a:visited, .faculty .phone a:visited { color: #EE0912 !important; }
  .faculty table.dataTable tbody td span span.ext { font-family: 'Lato', sans-serif; }
  .faculty .az-filters ul li a { color: #004D43; }
  @media all and (max-width: 720px) {
    .faculty table.dataTable tbody td { padding-top: 0; }
    table.dataTable.display tbody td { border-bottom: none; }
    .impact-green-overlay { padding-top: 90px; }
  }
  @media all and (min-width: 961px) {
    .mainContent.faculty { padding-top: 0; }
    .faculty-listing-page .facultyImage { float: right; }
  }
  /* faulty detail page */
  .facultyIntro { margin-top: 20px !important; }
  .facultyTitle, .facultyDepartment, .facultyTitle2 { display: block; font-size: 1.125rem !important; line-height: 1.3; margin-bottom: 6px !important; }
  span.facultyName, h1.facultyName { font-size: 2.5rem !important; line-height: 1.25 !important; margin-top: 0 !important; margin-bottom: 12px; display: block !important; }
  .facultyContact a { color: #ffffff; }
  .facultyBio.hasBio { padding-bottom: 30px; border-bottom: 1px solid #979797; margin-bottom: 40px !important; }
  .faculty-listing-page .impact h1, .faculty-detail-page .impact h1 { font-size: 4.15rem; }
  @media all and (max-width: 580px) {
    .faculty-listing-page .impact h1, .faculty-detail-page .impact h1 { font-size: 3.15rem; }
  }
  /* END: FACULTY PAGES */

  /* BEGIN: LANDING PAGE */
  .landing .impact .caption h2.captionText { font-family: 'Lato', sans-serif !important; font-size: 1.5rem !important; }
  .landing .impact .slick-prev, .landing .impact .slick-next { top: 45%; }
  .landing .impact .slick-next { right: 20px; }
  .landing .impact .slick-prev { left: 20px; }
  .landing .slider-main { position: relative; }
  .landing .impact .slider-main .caption { position: absolute; bottom: 10%; left: 50px; }
  .landing .impact.landing-slider { height: 400px; margin-bottom: 20px; }
  .landing-slider .slider-main, .landing-slider .slick-slide, .landing-slider .slick-list, .landing-slider .slick-track { height: 100%; }
  .landing-slider .slick-slide img { height: 100%; object-fit: cover; }
  @media all and (max-width: 580px) {
    .landing .impact.landing-video .caption { bottom: 16px !important; }
  }
