  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	letter-spacing: normal;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.f-input .input, .f-select1 .input, .f-select1 .textarea, .f-select1 .select, .f-select .textarea, .f-textarea .textarea, .f-upload .f-upload-file-list a, .f-combobox .input {
background-color: #fff;
}







/* --------------------------
 * HTML ELEMENTS
 * --------------------------
*/


html,body,
button,
input,
select,
textarea,
h1, h2, h3, h4, h5, h6,
.pure-g,
.pure-g [class *= "grid-width"]
 {
    font-family: 'Lato', Helvetica, Arial, serif !important;
}


.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

html {
	font-size: 10px;
}

body {
    min-width: 320px;
    color: #444;
    line-height: 1.6em;
	font-size: 1rem;
	float: left;
	width: 100%;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
	color: #003865;
	font-weight: 700;
}

a {
	text-decoration: none;
}

.container {
	margin: 0 auto;
	max-width: 1170px;
}

blockquote, .pull-stat {
	font-weight: 400;
	border-top: 1px #003865 solid;
	display: block;
	position: relative;
	border-top-width: .0625rem;
	font-family: 'Merriweather', serif;
	margin-top: 3em;
	margin-left: 0;
}

blockquote {
	padding-left: 2em;
}

/*blockquote:before {
    font-family: TimesNewRoman, Times New Roman, Times, Georgia,serif;
    font-weight: 400;
    content: "\201C";
    font-size: 6rem;
    height: 3.125rem;
    padding-right: .5rem;
    position: absolute;
    top: -2.5rem;
    left: -.3125rem;
} */

blockquote:before {
	position: absolute;
	left: 0;
	font-size: 4rem;
	width: 35px;
	content: '“';
	height: auto;
	top: -12px;
	background-color: #fff;
	font-weight: bold;
	line-height: 100%;
	color: #003865;
}

blockquote:after {
	position: absolute;
	background-color: #fff;
	bottom: -12px;
	right: 0;
	font-size: 4rem;
	width: 35px;
	content: close-quote;
	height: auto;
	visibility: hidden;
	font-weight: bold;
	line-height: 100%;
	color: #003865;
}


.quote-dark blockquote {
	color: #fff;
	padding: 0 1em .5em 1.5em;
	border-top: 0;
	margin-left: 1em;
	margin-top: .5em;
	margin-right: 0;
}

.quote-dark {
	background-color: #242424;
	
}

.quote-dark blockquote:before {
	top: 0;
	left: 0;
	color: #ffffff;
	background-color: transparent;
}

.quote-dark h3 {
	color: #99D6F8;
	text-transform: uppercase;
	margin-left: 1em;
}

h3.caps {
	text-transform: uppercase;
}

.content-column {
	padding: .4em;
}

.content-column p {
	font-size: 1.8rem;
	line-height: 1.8em;
}

.content-block .content-column a {
	font-weight: 300;
	color: #242424;
}

.content-block .content-column a:hover {
	color: #242424;
}

cite {
	display: block;
	text-align: right;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2em;
	margin-top: 1em;
	font-family: 'Lato', Helvetica, Arial, serif;
}

address {
	font-style: normal;
	margin: 1em 0 0 0;
}


.parallax-window {
	min-height: 400px;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



/* --------------------------
   THEME-WIDE STYLES
 * --------------------------
*/

#emergency {
	background-color: #900;
	color: #fff;
	font-size: 1.5rem;
	padding: 1em;
}

#warning {
	background-color: #fff1d2;
	color: #000;
	font-size: 1.5rem;
	padding: 1em;
}

.skipnav {
	position: absolute;
    z-index: 5;
    left: -999em;
    display: block;
    color: #fff;
}

.fa {
	color: #fff;
}

/*** HEADER ***/

.main-header {
	background-color: #003865;
}

.site-title {
	padding: 2em;
}

nav#main-nav {
	float: right;
}

/*** BUTTONS ***/

.btn {
	border: 0;
	padding: 1em;
	text-transform: uppercase;
	font-size: 1.8rem;
	text-align: center;
	font-weight: normal;
}

.content-block a.btn {
	border:0;
	color: #fff;
	font-weight: 300;
	padding: 8px;
}

.content-block a.btn:hover {
	color: #fff;
}


.btn-block {
    display: block;
    width: 75%;
}

.btn-primary {
	color: #fff;
	background-color: #0182ba;
}



.btn-primary:hover {
	color: #ffff;
	background-color: #f07100;
}



.btn-danger {
	color: #fff;
    background-color: #dc3545;
}

.btn-success {
	color: #fff;
	background-color: #28a745;
}

.btn-warning {
	color: #242424;
	background-color: #ffc107;
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
}




.pull-right {
	float: right;
	margin: 0 .5em;
}

.pull-left {
	float: left;
	margin: 0 .5em;
}

/*** ALERTS ***/

.emergency {
	color: #fff;
    background-color: #dc3545;
	padding: 1em;
}



/*** MAIN MENU NAVIGATION ***/


/*===========================================
 	BASIC MENU SETUP - STYLING IN SM-SIMPLE.CSS
  ===========================================*/

.main-nav {
  width: 100%;
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

#main-menu {
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#main-menu ul, #dept-menu ul {
	width:auto !important;
	max-width:none !important;
}




.main-menu-btn, .dept-menu-btn {
  position: relative;
  float: right;
  display: inline-block;
  height: 35px;
  text-indent: 2.5em;
  white-space: nowrap;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  color: #FFF;
  font-size: 1.2rem;
  padding-top: 12px;
  margin-left: 2.5em;
  margin-right: 1em;
  margin-top: 2em;
}

.dept-menu-btn {
	color: #003865;
	padding-top: 5px;
	font-size: 1.4rem;
	float: none;
	margin-left: .25em;
	margin-top: 0;
}


/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after, .dept-menu-btn-icon, .dept-menu-btn-icon:before, .dept-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.dept-menu-btn-icon, .dept-menu-btn-icon:before, .dept-menu-btn-icon:after {
	background: #003865;
}

.main-menu-btn-icon:before, .dept-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after, .dept-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon, #dept-menu-state:checked ~ .dept-menu-btn .dept-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before, #dept-menu-state:checked ~ .dept-menu-btn .dept-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after, #dept-menu-state:checked ~ .dept-menu-btn .dept-menu-btn-icon:after  {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state, #dept-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu, #dept-menu-state:not(:checked) ~ #dept-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu, #dept-menu-state:checked ~ #dept-menu {
  display: block;
}


/*** MEGA MENU ***/

/* make mega menus take the full width of .main-nav */

#main-menu,
#main-menu > .has-mega-menu {
  position: static !important;
}

#main-menu .mega-menu {
  margin-left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
  padding-bottom: 2em;
  top: 140px;
}

#main-menu > .has-mega-menu .scroll-up,
#main-menu > .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}


/* clear any floats inside the mega menus */

#main-menu .mega-menu > li {
  overflow: auto;
}


/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */

#main-menu .mega-menu {
  color: #fff;
}

#main-menu .mega-menu ul {
  position: static;
  display: block;
  margin: 1em 0;
  border: 0;
  padding: 0 0 0 2em;
  width: auto;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#main-menu .mega-menu ul li {
  display: list-item;
  list-style-type: none;
  border: 0;
}

#main-menu .mega-menu a {
  display: inline;
  padding: 0;
  font-weight: normal;
  line-height: 1.7em;
}

@media (max-width: 767px) {
	span.sub-arrow:before {
		content: '+';
		display: block;
		float: right;
		width: 1em;
		text-align: center;
	}

	a.highlighted span.sub-arrow:before {
		content: '-';
	}
}


.site-search {
	background-color: #242424;
}

.site-search .fa-search {
	font-size: 1.8rem;
	text-align: center;
}


/*** MASTER SEARCH ***/

.master-search {
	position: relative;
}

.master-search form label.search-label {
    position: absolute;
    clip: rect(1px,1px,1px,1px);
    color: #fff;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.master-search input.search-input, 
#mobile-cta-search input.search-input {
    margin: 2em;
    background: 0 0;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    border: 2px solid #bbb;
    height: 50px;
	width: 80%;
	padding-left: .5em;
}

.master-search input.search-input::placeholder, 
#mobile-cta-search input.search-input::placeholder{
	color: #c5c5c5;
}

.master-search input[type=submit].button.fa-search, 
#mobile-cta-search input[type=submit].button.fa-search {
    position: absolute;
    top: 0;
    right: 25px;
    padding: 0;
    background: 0 0;
    outline: 0;
    border: none;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    width: 30px;
	font-family: FontAwesome;
}

.master-search button {
	background-color: transparent;
    border: 0 none;
    color: #fff;
    overflow: visible;
    padding: 0;
    position: absolute;
    width: 30px;
    height: 25px;
	right: 16%;
	top: 50px;
}

.mobile-cta-hd a {
	color: #fff;
}

.sub-search {
	font-size: 1.8rem;
	margin-top: 1em;
	text-align: center;
}

.sub-search p {
	margin: 0;
}

.sub-search a {
	color: #b1cae7;
}

.sub-search a:hover {
	border-bottom: 1px dotted #b1cae7;
}





#play-button,#pause-button{
cursor:hand;
cursor:pointer;
}

#mobile-cta-search {
	background-color:#2b425c;
	padding:2%;
	float:none;
	display:none;
}

#mobile-cta-search input#search-header.search-box {
	width:80%;
}

.mobile-cta-hd {
	color:#fff;
	font-size: 1.8rem;
	line-height: 1.6em;
	font-weight:bold;
	text-align:center;
}

#mobile-search-box {	
	height:50px !important;
	font-size:15px;
	width:90% !important;
	padding: 6px 1px 1px 22px !important;
	line-height: 21px !important;
	font-weight: 400 !important;
	color: grey !important;
	margin:0 auto;
}

/*** GOOGLE CSE OVERRIDES ***/


.content-block .gsc-result .gs-title {
    line-height: 1.8em;
	height: 1.8em;
}

.gsc-url-top {
    padding: 0;
}

.gs-snippet {
	line-height: 1.6em;
	padding-left: 1em;
}

.gsc-search-button-v2 {
	font-size: 10px;
}


.content-block .gs-webResult.gs-result a.gs-title:link, 
.content-block .gs-webResult.gs-result a.gs-title:link b, 
.content-block .gs-imageResult a.gs-title:link, 
.content-block .gs-imageResult a.gs-title:link {
	border: 0;
}

.content-block .gs-result .gs-title, .content-block .gs-result .gs-title * {
	text-decoration: none;
}



/*** OFF CANVAS QUICKLINKS ***/

.oc-container,
.oc-pusher,
.oc-content {
  height: 100%;
}



.oc-content,
.oc-content-inner {
  position: relative;
}

.oc-container {
  position: relative;
  overflow: hidden;
}

.oc-pusher {
  height: auto;
  position: relative;
  left: 0;
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
  z-index: 99;
}

.oc-pusher::after {
  content: '';
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  -webkit-transition: opacity 400ms, width 0.1s 400ms, height 0.1s 400ms;
  transition: opacity 400ms, width 0.1s 400ms, height 0.1s 400ms;
  background: transparent;
}

.oc-menu-open .oc-pusher::after {
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  width: 100%;
}

.oc-menu {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  visibility: hidden;
  width: 350px;
  z-index: 100;
  background: #2f6992;
}

.oc-menu-open .oc-menu::after {
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 400ms, width 0.1s 400ms, height 0.1s 400ms;
  transition: opacity 400ms, width 0.1s 400ms, height 0.1s 400ms;
  width: 0;
}

.oc-push.oc-menu {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.oc-push.oc-menu::after {
  display: none;
}

.oc-push.oc-menu-open .oc-pusher {
  -webkit-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0);
}

.oc-push.oc-menu-open .oc-push.oc-menu {
 /* overflow: scroll;*/
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
  visibility: visible;
}

.no-js .oc-menu {
  height: auto;
  position: static;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
  visibility: visible;
}
.no-js #oc-trigger {
  display: none;
}
.no-js .oc-pusher {
  padding-right: 0;
}

.no-csstransforms3d .oc-pusher {
  padding-right: 350px;
}

.oc-menu ul {
	margin-top: 3em;
}

.oc-menu li {
	list-style: none;
	line-height: 2em;
	font-size: 1.6rem;
}

.oc-menu a {
	color: #fff;

}

.oc-menu a:hover {
	border-bottom: 1px dotted #fff;
}


/*** SIDEBAR CALLS TO ACTION FORWARD EFFECT ***/
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

/*** UTILITY LINKS ***/

.secondary {
	background-color: #00203f;
	font-size: 1.4rem;
	text-transform: uppercase;
}




.utility li, .utility-cta {
	display: block;
	list-style: none;
}

.utility a, .utility-cta a {
	color: #b1cae7;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
}


.utility a:hover, .utility-cta a:hover {
	color: #fff;
}


li.utility {
	background-color: #fff;
	border-bottom: 1px solid #000;
}

li.utility a {
	color: #003865;
	text-transform: capitalize;
}

li.utility a:hover {
	color: #242424;
}

#ql-button-mobile,
#ql-button-desktop {
	color: #fff;
	background-color: #2f6992;
	border: 0;
	text-transform: uppercase;
}


.quicklinks {
	background-color: #2f6992;
}

.quicklinks a {
	color: #fff;
	background-color: #2f6992;
    text-transform: uppercase;
}

#ql-button-mobile:after
#ql-button-desktop:after {
	content:"\003e";
	padding: 0 5px;
}


/*** SITE NAME ***/

.site-name {
	margin: 1em 0;
}


.site-name h1 {
	text-decoration: none;
	text-transform: uppercase;
	padding: .25em;
	margin: 0;
	font-size: 2rem;
	border-bottom: 0;
}

.site-name h1 a {
	color: #fff;
	font-weight: 300;
	background-color: #2f6992;
	padding: .5em;
}

.site-name h1 a:hover {
	color: #fff;
	border: 0;
	text-decoration: none;
}

.standard-content .site-name h1 {
	border: 0;
}

.landing-title {
	padding: 1em;
	margin-left: 1em;
}

.landing-title h1 {
	color: #fff;
	text-transform: uppercase;
}



/*** HERO IMAGE ***/

.hero, .program-hero {
	position: relative;
}

.hero, .program-hero {
  display: block;
  overflow: hidden;
  width: 100%;
  z-index: 100;
  line-height: 0;
}

.hero img, .program-hero img {
	width: 100%;
}


/*** CONTENT ***/

.content-block {
	font-size: 1.9rem;
	font-weight: 300;
	line-height: 1.6em;
	padding: 1em;
}

.content-block a {
	color: #003865;
	font-weight: bold;
	border-bottom: 1px #003865 dotted;
}


.content-block a:hover {
	border: 0;
	color: #f07100;
}

.content-block h2 {
	font-size: 3.6rem;
}


.standard-content {
	margin-bottom: 2em;
}

.standard-content h1 {
	text-transform: uppercase;
	border-bottom: 1px solid #003865;
	padding-bottom: .2em;
}

.standard-content h2 {
	color: #666;
	text-transform: uppercase;
	font-size: 2rem;
}

.standard-content h2 {
	color: #666;
	text-transform: uppercase;
	font-size: 1.6rem;
}



.colleges {
	font-size: 1.8rem;
	padding: 0 .5em;
	line-height: 1.8em;
}

.colleges h3 {
	font-size: 2rem;
}



aside.dark {
	float: right;
}

aside.dark a, aside.dark-alt a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

aside.dark a:hover, aside.dark-alt a:hover {
	border: 0;
}

aside.dark, .program-curriculum-plan, aside.dark-alt {
	background-color: #003865;
	color: #fff;
	padding: 1em;
	text-align: center;
	margin: 0 1em;
}

aside.dark-alt {
	margin-top: 1em;
	margin-bottom: 1em;
}

aside.dark h3, aside.dark-alt h3, .program-curriculum-plan h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.2em;
}

.program-curriculum-plan h3 {
border-bottom: 1px solid #fff;
padding-bottom: .25em;
}

aside.dark p, aside.dark address, aside.dark-alt, .program-curriculum-plan p {
	font-size: 1.6rem;
	line-height: 1.8em;
}




.plain-ribbon {
	background-color: #003865;
}

.alt-ribbon {
	background-color: #2f6992;
}


.pattern-ribbon {
	background-color: #003865;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12c0-.622-.095-1.221-.27-1.785A5.982 5.982 0 0 0 10 12c1.67 0 3.182-.683 4.27-1.785A5.998 5.998 0 0 0 14 12h2a4 4 0 0 1 4-4V6c-1.67 0-3.182.683-4.27 1.785C15.905 7.22 16 6.622 16 6c0-.622-.095-1.221-.27-1.785A5.982 5.982 0 0 0 20 6V4a4 4 0 0 1-4-4h-2c0 .622.095 1.221.27 1.785A5.982 5.982 0 0 0 10 0C8.33 0 6.818.683 5.73 1.785 5.905 1.22 6 .622 6 0H4a4 4 0 0 1-4 4v2c1.67 0 3.182.683 4.27 1.785A5.998 5.998 0 0 1 4 6c0-.622.095-1.221.27-1.785A5.982 5.982 0 0 1 0 6v2a4 4 0 0 1 4 4h2zm-4 0a2 2 0 0 0-2-2v2h2zm16 0a2 2 0 0 1 2-2v2h-2zM0 2a2 2 0 0 0 2-2H0v2zm20 0a2 2 0 0 1-2-2h2v2zm-10 8a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z' fill='%23032642' fill-opacity='0.67' fill-rule='evenodd'/%3E%3C/svg%3E");
}


.pattern-ribbon h2, .program-contact h2 {
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.program-contact h2 {
	overflow: visible;
}

.pattern-ribbon h2:before,
.pattern-ribbon h2:after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 15%;
}

.pattern-ribbon h2:before {
	right: 1em;
}

.pattern-ribbon h2:after {
	left: 1em;
}




.pure-g.row-flex>div, .pure-g.row-flex {
	display: -ms-flexbox;
	/* display: -webkit-flex; */
	display: flex;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	/* flex: 1 1 auto; */
	-ms-flex-grow: 0;
	-webkit-flex-grow: 0;
	/* flex-grow: 0; */
	-ms-flex-positive: 0;
	-ms-flex-negative: 0;
	/*padding: 0 10px; */
}



.stat-block {
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
	color: #fff;
	margin: 1em 0;
	display: flex;
	width: 100%;
}

.stat-content {
	background-color: #063961;
	text-align: center;
	padding: 1em .5em;
	width: 100%;
}


.stat {
	font-size: 5rem;
	font-weight: 700;
}

.stat-block a {
	color: #fff;
	border: 0;
}

article.facts-callout {
padding: .5em;
justify-content: flex-start;
color: #fff;
width:100%;
margin:5px;
}

article h3.factsHeader {
font-size: 4rem;
color: #fff;
}

.factDescription {
font-size: 1.6rem;
text-transform: uppercase;
line-height: 1.8em;
font-weight: bold;
}

.colorLight { background-color: #2f6992; }

.colorMedium { background-color: #063961; }
.colorDark { background-color: #00203f; }
.colorAlt { background-color: #f07100; }

	

/*** LANDING PAGE ICON BAR ***/

.landing h2 {
	text-transform: uppercase;
}


.landing .stat {
	font-size: 4rem;
	text-transform: uppercase;
}

.landing i {
	font-size: 5rem;
	margin: .25em;
}

.landing a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}




.dept-footer {
	color: #fff;
	padding: .5em;

}

.dept-footer h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0;
}

.dept-footer p {
	padding: 0;
	margin: 0 0 1em 0;
	font-size: 1.6rem;
	line-height: 1.6em;
}

.dept-footer .office {
	font-weight: 700;
	font-size: 2.1rem;
	text-transform: uppercase;
}

.dept-footer a {
	color: #fff;
	border: 0;
	font-weight: normal;
}

.dept-footer a:hover {
	color: #FFAA89;
}

.dept-footer a i {
	line-height: 1.5em;
}

/*** FOOTER ***/


footer.main-footer {
	color: #34393C;
	padding: 4em 4em 2em;
	font-size: 1.6rem;
	line-height: 1.8em;
	background-color: #F2F0F0;
}


footer .link-set,
footer .contact {
	padding: 2em 0;
}

footer .contact {
	line-height: 2.5;
}

footer a, .sub-footer a {
	color: #34393C !important;
}

footer a:hover, .sub-footer a:hover {
	border-bottom: 1px solid #34393C;
}

.sub-footer p.social a:hover {
	border-bottom: 0;
}

footer h2 {
	color: #34393C;
	font-size: 1.75rem;
	text-transform: uppercase;
	margin: 0;
}

footer .tagline {
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 1.25;
	display: block;
	color: #014A89;
}

footer .spacer {
	position: relative;
}

footer .spacer .divider {
	position: absolute;
	height: 100%;
	left: 50%;
	border-right: 1px solid #4f4f4f;
}

footer p {
	margin-top: 0;
}


footer ul {
	list-style: none;
	padding: 0;
}

footer li {
	line-height: 1.25;
	margin-bottom: .75em;
}


footer.sub-footer {
	margin: 2em 2em 1em 2em;
	background-color: #fff;
font-size: 1.4rem;
	line-height: 1.8em;
	}

.sub-footer .social {
	text-align: center;
}

.sub-footer .social i {
	padding: 0 .5em;
}
.sub-footer .social i:first-child {
	padding-left: 0;
}

.sub-footer .legal ul {
	margin: 0;
	text-align: right;
}

.sub-footer .legal li {
	display: inline-block;
	margin: 0 0 0 2em;
	font-size: .875em;
}

.sub-footer .legal a {
	color: #707070 !important;
}

@media (min-width: 768px) {
	.sub-footer .copyright {
		order: -1;
	}
}

@media (max-width: 767px) {
	.sub-footer .legal ul,
	.sub-footer .social {
		text-align: left;
	}
	.sub-footer .legal li {
		margin: 0 0 1em;
		display: block;
	}
	.sub-footer .link-set,
	footer .contact {
		padding: 1em 0;
	}
}

/* --------------------------
   HOMEPAGE
 * --------------------------
*/


.hero-heading {
	background-color: rgba(1, 32, 63, .85);
	text-align: center;
	padding: 4em 2em;
	position: static;
	float: left;
	width: 100%;
	transform: none;
}

.hero-heading h1 {
	font-weight: bold;
	margin: 0 0 1em 0;
	font-size: 2rem;
	color: #fff;
	line-height: 1.4em;
	text-transform: uppercase;
}

.search-box {
	float: left;
	width: 100%;
	position: relative;
}

.search-box input[type="text"] {
	height: 50px;
	padding: 0 .5em;
	border: 0px;
	width: 83.5%;
	font-size: 1.3rem;
}

.search-box input[type="submit"] {
	position: static;
	display: inline-block;
	vertical-align: top;
	margin: 1em 0 0 0;
	color: #fff;
	text-transform: uppercase;
	background-color: #2f6893;
	border: 0px;
	padding: 1em;
	width: 150px;
	font-weight: bold;
	font-size: 1.8rem;
}

.search-box input[type="submit"]:hover {
	background-color: #f07100;
}


.hero-cta, .hero-cta a {
	color: #fff;
	text-align: center;
}

.hero-cta {
	font-size: 3rem;
	text-transform: uppercase;
}

.hero-cta .fa, .hero-cta .far, .hero-cta .fas, .hero-cta .fab {
	margin-bottom: .25em;
}

.hero-cta i {
	font-size: 6rem;
}

.hero-cta i:hover, .hero-cta a:hover {
	color: #f07100;
}

.photo-hero {
	text-align: center;
	color: #fff;
	display: flex;
    justify-content: space-between;
    align-items: center;
	background-color: rgba(0, 0, 0, .55);
}

.photo-hero-block {
	padding: 2em;
}

.photo-hero h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5rem;
    margin: 0 0 1.4em 0;
}

.photo-hero h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem;
    margin: 0;
}

.photo-hero a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.photo-hero a:hover {
	border: 0;
}

.photo-hero blockquote {
	font-size: 1.6rem;
	margin: 0 0 .8em 0;
	border: 0px;
	line-height: 1.4em;
}

.photo-hero blockquote:before {
	display: none;
}

.photo-hero cite {
	font-size: 1.4rem;
	text-align: center;
	line-height: 100%;
	margin: 0 0 2.5em 0;
	color: #fff;
}

.dark-btn {
	font-size: 1.4rem;
}



.full-text-hero h2, .full-text-hero h3 {
	text-align: center;
}

.full-text-hero ul {
	text-align: left;
}

.text-hero {
	margin: 2em;
}

.text-hero h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5rem;
    margin: 0 0 1.4em 0;
	line-height: 1.2em;
}

.text-hero span.de-emphasis {
	font-weight: 300;
}

.text-hero blockquote {
	font-size: 1.8rem;
	line-height: 1.4em;
	font-weight: 300;
	padding-top: .5em;
	margin-right: 0;
}



.text-hero cite {
	margin: 1.5em 0;
	font-size: 1.4rem;
}

.text-hero button {
	text-align: center;
}


.xl-text {
	padding: 5em 0 5em 0;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.xl-text span {
	font-size: 7rem;
	font-weight: 900;
	line-height: 1;
}

.xl-text h4 {
	font-size: 2.9rem;
	color: #fff;
	margin: 0 0 .2em 0;
	text-transform: uppercase;
	font-weight: 900;
}

.xl-text p {
	font-size: 2rem;
	font-weight: 300;
	text-transform: uppercase;
	margin: 1em;
	line-height: 1.5em;
}



.gallery-flip {
	width: 100%;
	background-color: #fff;
	text-align: center;
	padding: 80px 0;
}

.gallery-flip h2 {
	text-transform: uppercase;
	margin: 0 0 1.5em 0;
	line-height: 100%;
	font-weight: 900;
	font-size: 2.5rem;
	font-family: 'Lato', Helvetica, Arial, serif;
}

.flip-section-wrapper {
	float: left;
	width: 100%;
}



.back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 1em;
	min-height: 100%;
	text-align: center;
	background: #000;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.front {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}



.back img, .front img {
	width: 100%;
	height: auto;
	min-height: 100%;
	max-width: none;
	min-width: 100%;
}


.card {
	overflow: hidden;
	height: 320px;
	float: left;
}


.thirty-col, .twenty-col, .forty-col {
    width: 100%;
}

.back h5 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 100%;
	margin: 0 0 1em 0;
	color: #fff;
}

.back p {
	text-transform: capitalize;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0;
	line-height: 3rem;
}


.text-wrap {
	padding: 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
}

.back-image {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	background-color: #333;
}

.vertical {
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    top: 50%;
    padding: 15px;
}





/* --------------------------
   FACULTY DIRECTORY
 * --------------------------
*/


.faculty {
	font-size: 1.7rem;
	line-height: 1.7em;
	padding: 1em;
	border-top: 1px solid #E8E8E8;
}

.faculty h2 {
	margin: 0;
	font-size: 3.0rem;
}

span.emphasis { 
	font-style: italic;
}

.faculty-filter-fields select, .faculty-filter-fields input {
	border: 1px solid #ccc;
	width: 100%;
	margin: .25em 0;
    padding: .5em;
    font-size: 1.8rem;
    color: #242424;
    vertical-align: middle;
    border: 1px solid #E8E8E8;
    outline: none;
    background-color: #FFFFFF;
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.facultyfilter-title {
	color: #fff;
	background-color: #003865;
	padding: .25em;
	text-align: center;
	font-size: 1.7rem;
}


.faculty-filter {
	margin-bottom: 2em;
	padding: .25em;
}

.searchandfilter ul {
	padding: 0;
}

.pagination {
	font-size: 1.7rem;
}

/* --------------------------
   A-Z ANCHOR STYLING
 * --------------------------
*/

ul.az {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.az li {
	float: left;
	padding: 8px;
	margin-bottom: 10px;
}



/* --------------------------
   PROGRAM SORT
 * --------------------------
*/
.stacktable { width: 100%; }
.large-only { display: none; }
.stacktable.small-only { display: table; }

/* --------------------------
   BREADCRUMBS
 * --------------------------
*/

.breadcrumbs {
	font-size: 1.4rem;
	padding: 1em 1em 0 2.7em;
}

.breadcrumbs a {
	color: #fff;
}


/* --------------------------
   PROGRAM OVERVIEW
 * --------------------------
*/

.program-header, .program-contact {
	background-color: #36393b;
	color: #fff;
}

.program-header {
	margin: 0;
}

.program-header h1 {
	color: #fff;
	font-size: 3.5rem;
	margin: 0;
	padding: 1em;
	text-transform: uppercase;
	line-height: 1em;
}



p.program-intro {
	font-size: 2rem;
}


.program-contact .ready {
	padding: .65em;
}


.program-contact .plan {
	padding-bottom: 1em;
}

.program-curriculum-plan button {
	background-color: #0182ba;
	border: 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.4rem;
}

.program-contact h2, .program-contact h3 {
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}

.program-contact h2 {
	font-size: 3rem;
	line-height: 1.2em;
}


.program-contact h4 {
	color: #fff;
	margin: 1em 0 .5em 0;
}


.program-contact p {
	font-size: 1.6rem;
	line-height: 1.8em;
	margin: 1em 0;
}

.program-contact button {
	margin: 1.5em 0;
}


.program-contact  a.btn-primary-alt-reverse {
	color: #FF8214;
	border: 1px solid #FF8214;
	font-weight: bold;
	font-size: 1.5rem;
}

.program-contact  a.btn-primary-alt-reverse:hover {
	color: #242424;
	background-color: #FF8214;
}

.program-contact  a.btn-info-reverse {
	color: #65DAEC;
	border: 1px solid #65DAEC;
	font-weight: bold;
	font-size: 1.5rem;
}

.program-contact  a.btn-info-reverse:hover {
	color: #242424;
	background-color: #65DAEC;
}

.program-contact a {
	color: #FF8214;
	border-bottom: 1px dotted #FF8214;
}

.program-contact a:hover {
	border: 0;
	color: #65DAEC;
	}

.request h3 {
	font-weight: 700;
	}

.request span.skinny {
	color: #666;
	font-weight: 300;
	font-size: 2rem;
}
	

.request {
	padding-left: 1em;
}	
	
	
	

/* --------------------------
   CAMPAIGN/LANDING PAGE
 * --------------------------
*/



.campaign-hero {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-position: 100% 35%;
  position: relative;
  text-align: center;
  color: #FFF;
}


.campaign-intro {
	font-size: 1.6rem;
}

.campaign-intro h1 {
	font-size: 4rem;
	color: #FFF;
	line-height: 1.2em;
}

.campaign-form-block {
	background-color: #000;
	padding: 2em;
}


.stacktable { width: 100%; }
.large-only { display: none; }
.stacktable.small-only { display: table; }


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
a.sf-video-img {
    position: absolute;
    right: 1%;
    bottom: 1%;
}
  a.sf-home-video-img {
    position: absolute;
    right: 1%;
    bottom: 1%;
}

/*===========================================
  VIDEO HERO
  ===========================================*/

/* Hero media */
.hero video {
  width: 100%;
}

/* Hero content */
.hero .hero-content-container {
  width: 700px;
  position: absolute;
  left: 50%;
  margin-left: -350px;
  top: 50%;
  margin-top: -130px;
  background-color: rgba(0, 49, 90, 0.9);
  color: #fff;
  text-align: center;
  padding: 2em;
  font-family: 'Lato', Helvetica, Arial, serif;
}

/* Hero typography */
.hero h2 {
  color: #fff;
  font-size: 3em;
  text-transform: uppercase;
  line-height: 1em;
}
.hero p {
  line-height: 1.2;
  font-size: 2.2em;
}
.hero a {
  color: #ffcc00;
  font-family: Georgia, serif;
  font-weight: 400;
}

/* Hero search form */
.hero .hero-search-input {
  border-width: 0;
  margin: 0;
  height: 50px;
  color: grey;
  font-size: 1.3em;
  padding: 6px 22px;
  width: 500px;
}

.hero .hero-search-button {
  background-color: #3D688E;
  border: 0;
  height: 50px;
  width: 125px;
  margin-left: 10px;
  font-size: 1.3em
}

/* Hero video styles */
.hero .hero-video-controls {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.hero .hero-video-controls button {
  padding: 0;
  border: 0;
  margin-right: 10px;
  background: transparent;
}

.hero .hero-video-container {
	padding-bottom: 41.667%;
	height: 0;
	position: relative;
	overflow: hidden;
}
.hero .hero-video-container iframe {
	width: 100%;
	height: 200%;
	position: absolute;
	top: -50%;
	border: 0;
}
.hero .hero-video-cover {
	position: absolute;
	width: 100%;
	height: 100%;
}

/*===========================================
 	COST AND AID PAGE
  ===========================================*/

@media only screen and (max-width:574px) {
    .cost-breakdown {
        max-width: 380px;
        margin-left: auto;
        padding-right: 10px;
    }
}

.cost-breakdown {
margin: 50px 0;
}

.cost-breakdown .cost-breakdown-row {
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #666;
}


.cost-breakdown .cost-breakdown-row.cost-breakdown-row2 {
    color: #003865;
    border-bottom: 2px solid #003865;
    padding-bottom: 15px;
}

.cost-breakdown .cost-breakdown-row.cost-breakdown-row2 .cost-breakdown-figure {
    position: relative;
}

.cost-breakdown .cost-breakdown-row.cost-breakdown-row2 .cost-breakdown-figure:before {
    content: "-";
    position: absolute;
    left: -40px;
    top: 5px;
}

.cost-breakdown .cost-breakdown-figure-contain,
.cost-breakdown .cost-breakdown-desc-contain {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: right;
    font-weight: 400;
}

@media only screen and (min-width:575px) {
    .cost-breakdown .cost-breakdown-figure-contain,
    .cost-breakdown .cost-breakdown-desc-contain {
        width: 50%;
    }
}

@media only screen and (max-width:574px) {
    .cost-breakdown .cost-breakdown-figure-contain {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width:900px) {
    .cost-breakdown .cost-breakdown-desc-contain {
        text-align: left;
    }
}

.cost-breakdown .cost-breakdown-figure {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 60px;
    line-height: 3.75rem;
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .cost-breakdown .cost-breakdown-figure {
        font-size: 50px;
        font-size: 3.125rem;
    }
}

@media only screen and (min-width:768px) {
    .cost-breakdown .cost-breakdown-figure {
        font-size: 75px;
        font-size: 5.1rem;
        line-height: 75px;
        line-height: 5.1rem;
    }
}

@media only screen and (min-width:768px) and (-ms-high-contrast:active),
only screen and (min-width:768px) and (-ms-high-contrast:none) {
    .cost-breakdown .cost-breakdown-figure {
        font-size: 55px;
        font-size: 3.4375rem;
    }
}

@media only screen and (min-width:1000px) {
    .cost-breakdown .cost-breakdown-figure {
        font-size: 85px;
        font-size: 7.5rem;
        line-height: 85px;
        line-height: 7.5rem;
    }
}

@media only screen and (min-width:1000px) and (-ms-high-contrast:active),
only screen and (min-width:1000px) and (-ms-high-contrast:none) {
    .cost-breakdown .cost-breakdown-figure {
        font-size: 65px;
        font-size: 4.0625rem;
    }
}

.cost-breakdown .cost-breakdown-desc {
    display: inline-block;
    font-size: 18px;
    font-size: 1.75rem;
    padding-left: 20px;
    line-height: 1.6em;
}

@media only screen and (min-width:900px) {
    .cost-breakdown .cost-breakdown-desc {
        padding-left: 30px;
    }
}


/*

.cost-breakdown .cost-breakdown-figure { font-size: 8rem; line-height: 8rem; font-weight: 400;}

.cost-breakdown .cost-breakdown-row { padding-bottom: 10px; margin-bottom: 10px;}

.cost-breakdown .cost-breakdown-row.cost-breakdown-row2 .cost-breakdown-figure:before {content: "-"; left: -40px; top: 5px;}
.cost-breakdown .cost-breakdown-figure-contain, .cost-breakdown .cost-breakdown-desc-contain {width: 49%; display: inline-block;
}

.cost-breakdown .cost-breakdown-row.cost-breakdown-row2 .cost-breakdown-figure {
    position: relative;
}
.cost-breakdown .cost-breakdown-row.cost-breakdown-row2 {border-bottom: 1px solid #ccc; margin-bottom:10px; padding-bottom: 10px; color: #003865;}

.cost-breakdown .cost-breakdown-desc {
    display: inline-block;
    font-size: 1.8rem;
    padding-left: 10px;}

.cost-breakdown .cost-breakdown-figure-contain, .cost-breakdown .cost-breakdown-desc-contain {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.cost-breakdown .cost-breakdown-desc-contain {
    text-align: left; font-size: 1.8rem; line-height: 1.8em;
}
.cost-breakdown {
margin: 50px 0;
}

@media only screen and (max-width:574px) {
    .cost-breakdown {
        max-width: 380px;
        margin-left: auto;
        padding-right: 10px;
    }
}

*/





/* Mobile hero content styles */
@media (max-width: 768px) {

  
}

/*===========================================
 	BUSINESS OFFICE COST CALCULATOR
  ===========================================*/


section[role="main"] a.tooltip {
	font-size:1em;
  margin-top:-5px;
  opacity:1;
  outline: none;
  padding-left: 0.5;
  border: 0;
  display: inline;
  font-size: 1.6rem;
  line-height: 1.8em;
  }
  
section[role="main"] a.tooltip strong {line-height:30px;}
section[role="main"] a.tooltip:hover {text-decoration:none;}
section[role="main"] a.tooltip span {
    z-index:10;
	display:none; 
	padding:14px 20px;
    margin-top:-30px; 
	margin-left:28px;
    width:300px; 
	line-height:16px;
}
section[role="main"] a.tooltip:hover span{
    display:inline; 
	position:absolute; 
	color:#111;
    border:1px solid #DCA; 
	background:#fffAF0;}
	
.callout {
	z-index:20;
	position:absolute;
	top:30px;
	border:0;
	left:-12px;
}

/*CSS3 extras*/
section[role="main"] a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}


/*===========================================
 	TABLE STYLES
  ===========================================*/

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6em;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered, .table-bordered-all {
  border: 1px solid #dddddd;
}


.table-bordered-all > thead > tr > th,
.table-bordered-all > tbody > tr > th,
.table-bordered-all > tfoot > tr > th,
.table-bordered-all > thead > tr > td,
.table-bordered-all > tbody > tr > td,
.table-bordered-all > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-smaller {
	font-size: 1.7rem;
}



.centered-cell {
  text-align: center;
}



/*===========================================
 	CHRISTMAS AT USF
  ===========================================*/

#dept.xmas h1 a { color: #FFF;
}

.video-xmas {
	background-color: #e2e2e2;
	padding: 1em 0;
}

.schedule-xmas h3, .video-xmas h3 {
	color: #00703c;
	font-size: 2.5em;
	font-weight: normal;
	margin: 1.5em 0;
	line-height: 1.4em;
}

.video-xmas h3 {
	margin: .5em 0;	
}

.video-xmas iframe {
	margin: 1em;
}

.schedule-xmas {
	font-size: 1.8rem;
}

.schedule-xmas h4 {
	font-weight: normal;
	font-size: 1.8em;
	margin: 1.5em 0 .5em 0;	
}

.schedule-xmas img {
	padding: 1em;	
	background-color: #e2e2e2;
	margin-left: 2em;
	margin: 0 0 1em 1em;
}

.schedule-xmas ul {
	margin-bottom: 1.5em;
}

.schedule-xmas hr {
	clear: right;

}

#xmas-extra {
	background-color: #c3e3e9;
	margin: 1.5em 0;
	padding: 1.5em;
}

#xmas-extra h4 {
	font-size: 1.6em;
	color: #00703c;
	font-weight: bold;
}

#xmas-extra p {
	font-size: .9em;	
}

#xmas-extra img {
	padding: 0;
	margin: 0;
}



/* ≥ 568px	.grid-width-sm-* */
@media screen and (min-width: 35.5em) {



}


/* Max width grid-width-md */

@media screen and (max-width: 48em) {

/*#rev_slider_5_1 .tp-mask-wrap{
display:none !important;	
}

#mobile-cta-search{
	display:block;
}
*/

.grid-width-hidden-mobile, .sm .grid-width-hidden-mobile {
	display: none;
}

ul.utility, ul.utility-cta {
	padding: 0;
	margin: 0;
}

.utility li, .utility-cta li {
	padding: .75em;
	border-bottom: 1px solid #2f6992;
}


.utility li:hover, .utility-cta li:hover {
	background-color: #2f6992;
	color: #fff;
}


#ql-button-mobile,
#ql-button-desktop {
	font-size: 1.6rem;
	padding: 1em;
	text-transform: capitalize;
	font-weight: bold;
}

#main-menu .mega-menu ul {
	margin: 2em;
}


.card {
	height: 175px;
}


  .hero-search-input {
    display: flex;
  }
  
  .hero .hero-content-container {
    position: static;
    margin: 0;
    width: auto;
  }
  
  .hero .hero-search-button {
    width: 100%;
    margin-left: 0;
   margin-top: 20px;
   width: 125px;
  }
  
  .hero .hero-search-input {
    width: 100%;
    flex: 1;
  }
  
  .hero .hero-video-controls {
    top: 20px;
    bottom: unset;
  }
  
  .cost-breakdown .cost-breakdown-figure { font-size: 6rem; }
  
.cost-breakdown .cost-breakdown-figure-contain, .cost-breakdown .cost-breakdown-desc-contain {width: 100%; display: inline-block;
}


}

@media only screen and (min-width:575px) {
    .cost-breakdown .cost-breakdown-figure-contain,
    .cost-breakdown .cost-breakdown-desc-contain {
        width: 49%;
    }
}

@media only screen and (max-width:574px) {
    .cost-breakdown .cost-breakdown-figure-contain {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width:900px) {
    .cost-breakdown .cost-breakdown-desc-contain {
        text-align: left;
    }
}



/*≥ 768px   .grid-width-md-* */
@media screen and (min-width: 48em) {

img.pull-right, img.alignright {
	float: right;
	margin: .5em;
}

img.pull-left, img.alignleft {
	float: left;
	margin: .5em;
}

/*===========================================
  CONTACT ADMISSIONS AD FOR MAJORS
  ===========================================*/
  
#cdawrap {
    width: 20%; 
}
	
#cdawrap h3 {
	font-size: 1.8rem;
}

#carbontask ul {
display: flex;
  justify-content: center;
  align-items: center;
}


#carbontask button {
	margin: .25em;
}


/* ----------------------------------
   GRID OFFSETS FOR DESKTOP  VIEWING
 * ----------------------------------
*/

.grid-1-offset {
    margin-left: 8.3333%;
}

.main-nav {
  min-height: 125px;
}

/* hide the button in desktop view */
.main-menu-btn {
    position: absolute;
    top: -99999px;
}

.grid-width-hidden-md, .sm .grid-width-hidden-md {
	display: none;
}


/* always show the menu in desktop view */
#main-menu-state:not(:checked) ~ #main-menu, #dept-menu-state:not(:checked) ~ #dept-menu {
	display: block;
}

#main-menu {
    float: right;
    clear: none;
}

nav.dept-nav {
	float: left;
	clear: none;
}

#main-menu .mega-menu ul {
  padding: 0;
}

.main-nav, .campaign-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-title {
	margin-right: auto;
	float: left;
	position: relative;
}

.site-search {
	background-color: #003865;
}

.site-search .fa-search {
	display: inline;
}

.search-display {
	display: none;
}

.master-search input {
	margin: 2em;
}

.sub-search {
	margin-top: 2em;
	text-align: left;
}

.secondary {
	min-height: 40px;
	display: flex;
	justify-content: space-between;
}

.cta-nav li {
	/*padding: 0 .75em; */
	border-right: 1px solid #5d7893;
}

.cta-nav li:last-child {
   border: none;
}

ul.utility {
	margin: 0;
	padding: 0;
}


.utility li, .utility-cta li {
    float: left;
	/*margin-top: .75em; CANT USE FOR QL */
	padding: 0 .75em;
  }

.utility li {
  	padding-top: 1em;
  }

.quicklinks a {
    padding-bottom: 10px;
    padding-top: 15px;
}

.utility li.quicklinks {
	padding: 1em;
}


.oc-container {
  overflow-y: scroll; 
}


.breadcrumbs {
	padding-left: 3.5em;
}

.site-name h1 {
	font-size: 3rem;
}


ul.children {
	background-color: #f6f6f6;
	list-style: none;
	padding-left: 10px;
}

ul#dept-menu li ul {
	margin-top: 8px;
}

ul#dept-menu li ul.children li,  ul#dept-menu li ul.sub-menu li{
	border: 0;

}



ul#dept-menu li ul.children li ul, ul#dept-menu li ul.submenu li ul {
	list-style-type: none;
	padding-left: 20px;
	margin-top: 0;
}

ul#dept-menu ul,
ul#dept-menu .current_page_item ul ul,
ul#dept-menu .current_page_ancestor ul ul,
ul#dept-menu .current_page_ancestor .current_page_item ul ul,
ul#dept-menu .current_page_ancestor .current_page_ancestor ul ul {
	display: none;
}

ul#dept-menu .current_page_item ul,
ul#dept-menu .current_page_ancestor ul,
ul#dept-menu .current_page_ancestor .current_page_item ul,
ul#dept-menu .current_page_ancestor .current_page_ancestor ul,
ul#dept-menu .current_page_ancestor .current_page_ancestor .current_page_item ul,
ul#dept-menu .current_page_ancestor .current_page_ancestor .current_page_ancestor ul {
	display: block;
}

.landing-title {
    font-size: 2rem;
}


.content-block {
	font-size: 2.2rem;
	line-height: 1.8em;
}

.standard-content h2 {
	font-size: 3rem;
}

.standard-content h3 {
	font-size: 2.5rem;
}

.program-header h1 {
	font-size: 5rem;
}

p.program-intro {
	font-size: 3rem;
}

blockquote.indented {
	float: right;
	width: 60%;
}

.program-curriculum-plan h3 {
	font-size: 2rem;
}

.stat-content p {
	font-size: 1.5rem;
	line-height: 1.4em;
}


.landing .stat-content p {
	font-size: 1.8rem;
}


.program-contact h2 {
	font-size: 5rem;
}

.parallax-window, .campaign-flex {
	min-height: 650px;
}

.footer-cta li {
	width: 50%;
}


aside.dark {
width: 40%;
}




/*.search-box {
	display: flex;
	justify-content: center;
}*/


.search-box input[type="text"] {
	width: 65%;
	margin-right: 1em;
}

.search-box input[type="button"] {
	width: 23%;
}

.hero-heading {
	background-color: rgba(1, 32, 63, .85);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 5em;
	width: 80%;
}

.hero-heading h1 {
	font-size: 2.4rem;
}

.search-box input[type="text"] {
    width: 72%;
	font-size: 1.8rem;
	float: left;
}

.search-box input[type="submit"] {
    width: 23%;
	margin: 0;
	padding: .75em;
	float: right;
}

.photo-hero {
	justify-content: center;
}


.photo-hero h2 {
	font-size: 4rem;
}

.photo-hero h3 {
	font-size: 3rem;
}

.photo-hero blockquote {
	font-size: 2.8rem;
}

.photo-hero cite {
	font-size: 2.4rem;
}

.dark-btn {
	font-size: 1.8rem;
}

.text-hero h2 {
	margin: 0;
	font-size: 3.5rem;
}

.text-hero img {
	margin-right: 2em;
}

.text-hero blockquote {
	font-size: 2.4rem;
	margin: 1em .5em 0 0;
	padding: .5em .5em 0 1.5em;
}

.text-hero cite {
	font-size: 2rem;
}


.xl-text span {
    font-size: 12.3rem;
}

.xl-text h4 {
	font-size: 3rem;
}

.xl-text p {
	font-size: 2.3rem;
}

.gallery-flip h2 {
	font-size: 3.5rem;
	text-transform: uppercase;
}

.back h5 {
	font-size: 2rem;
}
.back p {
	font-size: 1.8rem;
}

.card {
	height: 215px;
}

.ten-col {
	width: 42.8%;
}

.twenty-col {
	width: 20%;
}


.thirty-col {
	width: 33.33%;
}

.forty-col {
	width: 40%;
}

.facultyfilter-title {
	width: 25%;
}



.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }


}


/**
** COMPONENTS
**?

/* Carousel */

.carousel {
  padding: 4em 6em;
}

.carousel h2 {
  font-size: 3rem;
  line-height: 1.2;
}

.carousel p {
  font-size: 1.7rem;
  line-height: 1.6em;
}

.carousel li {
	font-size: 1.7rem;
	line-height: 1.2em;
}

.carousel a {
	color: #003865;
	border-bottom: 1px dotted #003865;
}

.carousel a:hover {
	border-bottom: 0;
}

.owl-next, .owl-prev {
  background-color: #2f6992;
  border: 0;
  padding: .5em;
  margin-top: 2em;
  font-size: 2em;
}

/* Calendar */

.calendar h2 {
	text-transform: uppercase;
	}

/* Flip Gallery */

.flip-gallery {
  margin: auto;
  background-color: #003865;
  padding: 4em 6em;
  text-align: center;
  color: #fff;
}

.flip-gallery h2 {
  color: #fff;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1.2em;
}

.flip-gallery p {
  font-size: 1.5em;
}

.flip-gallery svg {
  padding: 2em 0 3em;
}

.flip-gallery .left-side { width: 65%; float: left; }
.flip-gallery .right-side { width: 35%; float: left; }
.flip-gallery .one-sided { max-width: 1024px; margin: auto; }

.flip-gallery .card {
  float: left;
  box-sizing: border-box;
  position: relative;
  height: 0;
}

.card .front,
.flip-gallery .card .back {
  position: absolute !important;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.flip-gallery .card-1 { width: calc(60% - 10px); padding-bottom: 48%; margin: 0 10px 10px 0;}
.flip-gallery .card-2, .card-3 { width: calc(40% - 10px); padding-bottom: calc(24% - 10px); margin: 0 10px 10px 0; }
.flip-gallery .card-3 { padding-bottom: 24%; }
.flip-gallery .card-4 { width: calc(100% - 10px); padding-bottom: 25%; }
.flip-gallery .card-5 { width: 100%; padding-bottom: 89%; margin: 0 0 10px 0; }
.flip-gallery .card-6 { width: 100%; padding-bottom: 46.5%; }

@media (max-width: 767px) {
  .flip-gallery {
    padding: 1em;
  }

  .flip-gallery .left-side,
  .flip-gallery .right-side {
    width: 100%;
  }

  .flip-gallery .card-2, .card-3 { width: 40%; margin-right: 0 }
  .flip-gallery .card-4 { width: 100%; margin-right: 0; margin-bottom: 10px }

  .flip-gallery .right-side {
    display: none;
  }
}

/* Programs Blocks Layout */

.programs {
  margin: 3em;
}
.programs .content-block {
  text-align: center;
}
.programs h2 {
	text-transform: uppercase;
	color: #fff;
	background-color: #2f6992;
	padding: .5em;
	}

.programs .program-block {
  background-color: #ebebeb;
  border: 10px solid #fff;
  padding: 2em;
  font-size: 1.5rem;
  color: inherit;
}
.programs .program-block:hover {
  border: 10px solid #fff;
  color: inherit;
}
.program-name {
  display: block;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  margin: 2em 0;
  font-weight: bold;
  text-transform: uppercase;
}
.school-tag {
  width: 40px;
  display: inline-block;
  line-height: .25em;
  margin-right: .5em;
}
.school-tag.soca { background-color: #013366; }
.school-tag.business { background-color: #013366; }
.school-tag.liberal-arts { background-color: #013366; }
.school-tag.crown-point { background-color: #013366; }
.school-tag.health { background-color: #013366; }
.school-tag.school-of-creative-arts { background-color: #013366; }
.school-tag.general { background-color: #013366; }


.program-list-item:nth-of-type(odd) {
	background-color: #eee;
	}

@media (max-width: 767px) {
  .programs {
	padding: 1em;
	margin: 0;
  }
  .program {
    padding: 1em;
  }
  .program-name {
    margin: .5em 0;
    text-align: left;
    font-weight: normal;
  }
  
  
  
  /* Force table to not be like tables anymore */
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		display: block; 
	}
  
  
  
}

/* Programs Rows Layout */

ul.program-filter-list {
	margin-top: 0;
	padding-left: 1em;
}

.program-filter-list li {
	list-style: none;
	padding: 0;
}
.programs .program-list {
	border-bottom: 1px solid;
	width: 100%;
}
.programs .program-list-item,
.programs .program-list-item:hover {
	display: block;
	color: #555;
	border-top: 1px solid;
	border-bottom: 0;
	padding: 0 1em;
}
.program-list-item .program-name {
	text-align: left;
	margin-top: .5em;
	margin-bottom: 0;
	color: #555;
}
.program-list-item .program-degree,
.program-list-item .program-locations {
	font-style: italic;
	font-size: .75em;
	font-weight: normal;
	color: #555;
}

/*≥ 1024px	.grid-width-lg-* */
@media screen and (min-width: 64em) {

.hero-heading h1 {
	font-size: 4.4rem;
}

.xl-text span {
    font-size: 25.3rem;
}

.xl-text span.percent {
	font-size: .8em;
	}

.xl-text h4 {
	font-size: 7.5rem;
}

.xl-text p {
	font-size: 3.5rem;
}

.card {
    height: 260px;
}

}

@media screen and (min-width: 75em) {

.hero-heading {
	width: 60%;
}

}

/** Hero Search Container - Setting **/

.search-box {
    border-width: 0 !important;
    margin: 0 !important;
    height: 50px !important;
    color: grey !important;
    font-size: 1.3em !important;
    font-weight: light !important;
    padding-top: 6px !important;
    padding-left: 22px !important;
}

/**.search-box::-webkit-input-placeholder {
    font-size: 1.3em !important;
    font-weight: light !important;
    padding-top: 6px !important;
    padding-left: 15px !important;
}**/

.index_hero_search_form_submit_button {
    background-color: #3D688E !important;
    color: #FFF !important;
    border: none !important;
    box-shadow: none !important;
    margin-left: 10px !important;
    height: 50px !important;
    width: 30% !important;
    text-align: center !important;
}
