/* Imports */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700|Quattrocento");
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

/* Divs display block by default */
div {
  display: block; }

/* Import of Open Sans and Quattrocentro Fonts */
/* Icon Fonts */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?drfr6l");
  src: url("../fonts/icomoon.eot?drfr6l#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?drfr6l") format("woff2"), url("../fonts/icomoon.ttf?drfr6l") format("truetype"), url("../fonts/icomoon.woff?drfr6l") format("woff"), url("../fonts/icomoon.svg?drfr6l#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding: 0 10px 0 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-programs:before {
  content: "\e999"; }

.icon-degrees:before {
  content: "\e99a"; }

.icon-about:before {
  content: "\ea44"; }

.icon-dates-cost:before {
  content: "\ea5f"; }

.icon-apply:before {
  content: "\ece0"; }

.icon-student-life:before {
  content: "\ed02"; }

/* Table Styles */
.table-container {
  display: block;
  max-width: 100%;
  overflow: auto; }

table {
  font-family: 'Open Sans', sans-serif;
  font-size: 400; }

table tr {
  border-bottom: solid 1px #ccc; }

table th, table td {
  vertical-align: top;
  padding: .75rem;
  text-align: left;
  font-size: .85rem;
  line-height: 1.5; }

table th {
  font-weight: 600;
  line-height: 1rem; }

table td {
  font-weight: normal; }

/* Variables */
/* Fonts xxx */
/* Backgrounds */
/* #596b75 */
/* Buttons */
/* Colors */
/* Misc */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #6d7e87 0 0 repeat-x;
  font-size: 16px; }

.align-right {
  display: block;
  float: right;
  margin: 0 0 32px 28px; }

.align-left {
  display: block;
  float: left;
  margin: 0 28px 32px 0; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

.footnote {
  font-size: 0.85em !important;
  margin-top: 18px; }

hr {
  margin: 1rem 0;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

/* Marketo Form Overrides */
.mktoModalContent label {
  font-family: "Open Sans", sans-serif !important; }

.mktoModal .mktoModalContent {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5) !important;
  border: 4px solid #7f959e;
  border-radius: 3px; }
  @media screen and (min-width: 600px) {
    .mktoModal .mktoModalContent {
      padding: 2rem !important; } }

.mktoForm .mktoRequiredField label.mktoLabel {
  padding: 1rem 0 .5rem 0; }

.mktoForm button.mktoButton {
  background: #a44d4b !important;
  border: none !important;
  color: #fff !important;
  border-radius: 3px !important;
  font-size: 1rem !important;
  padding: 0.75rem 2rem !important; }

.mktoForm button.mktoButton:hover {
  background: #b85a59 !important; }

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
  padding: 0.5rem !important; }

/***** In-body Marketo Form *****/
#content_detail .form-request {
  float: right;
  margin: 0 0 1.5em 2em; }

#content_detail .mktoForm {
  padding: 1em 1.5em 2em 1.5em;
  background: #6d7e87;
  /*width: 250px!important;*/ }

#content_detail .form-request h3 {
  font-size: .85em;
  text-align: center; }

#content_detail .mktoForm .mktoRequiredField label.mktoLabel {
  display: none; }

#content_detail .mktoForm .mktoLabel {
  color: #ffffff; }

#content_detail .mktoForm input {
  border: none;
  margin-bottom: .5em;
  height: 40px;
  /*width: 250px!important;*/ }

#content_detail .mktoForm input#Email {
  margin-bottom: -10px !important; }

#content_detail .mktoForm button.mktoButton {
  border: 1px solid #ffffff !important;
  border-radius: 3px !important; }

label.mktoLabel.mktoHasWidth[for="question"] {
  position: absolute;
  left: 30px;
  top: 12px;
  font-size: 13px; }

#content_detail .mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
  display: none !important; }

#content_detail .mktoForm select {
  padding: .5em;
  height: 40px;
  border: none;
  margin-bottom: .5em;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  background-color: #fff; }

#content_detail .mktoForm input#FirstName,
#content_detail .mktoForm input#LastName,
#content_detail .mktoForm select#internationalCallingCode,
#content_detail .mktoForm input#MobilePhone {
  width: 97% !important; }

#content_detail .mktoForm .mktoGutter, .mktoForm .mktoOffset {
  /*display: none;*/ }

/* Hides default select arrow */
select::-ms-expand {
  display: none; }

select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none; }

select:hover {
  cursor: pointer; }

.mktoFormRow2Col {
  display: flex;
  flex-direction: row;
  margin: 0 -5px; }

.mktoFormRow2Col .mktoFormRow {
  flex: 1 0 auto;
  flex-basis: calc( 50% - 10px );
  margin: 0 5px; }

.mktoFormRow2Col .mktoFormRow input,
.mktoFormRow2Col .mktoFormRow select {
  width: auto !important; }

/* Phone */
@media only screen and (max-width: 480px) {
  #content_detail .form-request {
    margin-left: 0; }

  #content_detail .mktoForm input,
  #content_detail .mktoForm select {
    font-size: 14px; }

  #content_detail .mktoForm .mktoFormRow2Col .mktoFormRow {
    margin: 0 0.5em 0 0 !important; }

  #content_detail .mktoForm input#Email {
    margin-bottom: 0.5em !important; }

  #content_detail .mktoForm {
    padding: 2em .5em 2em 1.25em; }

  #content_detail .mktoForm input#Email,
  #content_detail .mktoForm select#citizenship,
  #content_detail .mktoForm select#level,
  #content_detail .mktoForm select#startDate {
    width: 96.5% !important; }

  a.button-primary, a.button-secondary {
    padding: 12px !important; }

  label.mktoLabel.mktoHasWidth[for="question"] {
    font-size: 13px; } }
/* Clearfix */
header:before, header:after, main:before, main:after, aside:before, aside:after,
footer:before, footer:after, .container:before, .container:after,
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

header:after, main:after, aside:after, footer:after, .container:after, .clearfix:after {
  clear: both; }

header, main, article, aside, footer, .container, .clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

/* Containers */
.container {
  margin: 0 auto 0 0;
  width: 100%;
  max-width: 1320px; }

.content-container {
  margin: auto;
  max-width: 1320px; }
  @media screen and (max-width: 1320px) {
    .content-container {
      padding: 0 20px; } }

.terms main .content-container,
.privacy main .content-container {
  max-width: 946px; }

/* Graphic Background - School-specific */
#wrapper_page {
  margin: 0 auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1300px; }

/* Header */
header {
  padding: 12px 0 0 0;
  background-color: rgba(20, 25, 27, 0.7); }

.home-page header,
.privacy header,
.terms header {
  height: 26px; }

.header-brand {
  float: left;
  width: auto;
  color: #ffffff;
  position: relative;
  padding: 7px 0 0;
  margin-left: 56px; }

.header-brand a {
  color: #ffffff; }

.header-brand a.logo {
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 10; }

.header-brand img {
  max-width: 200px; }

/* Nav - Main Nav */
.utility-nav {
  position: relative;
  width: auto;
  color: #d0d5d8;
  margin-left: 25.0%;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase; }

.utility-nav a {
  color: #ffffff; }

.utility-nav a.link-back {
  margin-left: 10px;
  text-transform: none;
  text-indent: -9999px;
  display: inline-block;
  height: 26px;
  width: 100px;
  background: url(../img/logo-usnews.png) no-repeat;
  background-size: contain;
  color: #d0d5d8;
  text-decoration: underline;
  position: relative;
  bottom: 5px;
  right: 90px;
  float: right; }

.utility-nav a.link-back:hover {
  color: #a0b5be; }

.best-colleges {
  display: none;
  /*position: absolute;
  top: 0px;
  right: 30px;
  z-index: 11;
  transition: all linear 0.1s;*/ }
  .best-colleges img {
    max-width: 86px;
    transition: all linear 0.1s; }

/* Main Sections */
section#main {
  position: relative; }

section#main.school-adelphi-university {
  background: #2f434c url(../img/adelphi-university/banners/banner-main.jpg) 0 0 no-repeat; }

section#main.school-american-university {
  background: #2f434c url(../img/american-university/banners/banner-main.jpg) 0 0 no-repeat; }

section#main.school-auburn-university {
  background: #2f434c url(../img/auburn-university/banners/banner-main.jpg) 0 0 no-repeat; }

section#main.school-florida-international-university {
  background: #2f434c url(../img/florida-international-university/banners/banner-main.jpg) 0 0 no-repeat; }

section#main.school-louisiana-state-university {
  background: #2f434c url(../img/louisiana-state-university/banners/banner-main.jpg) 0 0 no-repeat; }

section#main.school-university-of-central-florida {
  background: #2f434c url(../img/university-of-central-florida/banners/banner-main.jpg) 0 0 no-repeat; }

section#main.school-university-of-illinois-chicago {
  background: #2f434c url(../img/university-of-illinois-chicago/banners/banner-main.jpg) 0 0 no-repeat; }

section#main.school-university-of-kansas {
  background: #2f434c url(../img/university-of-kansas/banners/banner-main.jpg) 0 0 no-repeat; }

section#main.school-university-of-south-carolina {
  background: #2f434c url(../img/university-of-south-carolina/banners/banner-main.jpg) 0 0 no-repeat; }

section#main.school-university-of-the-pacific {
  background: #2f434c url(../img/university-of-the-pacific/banners/banner-main.jpg) 0 0 no-repeat; }

/* Sidebar and Navigation */
#sidebar {
  position: absolute;
  top: 420px;
  left: 0px;
  /*width: 400px;*/
  width: 25%;
  background: #2f434c;
  transition: all linear 0.1s; }

nav#nav_university {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300; }

nav#nav_university .university-logo {
  box-sizing: border-box;
  padding: 1.5rem 0 0 0;
  text-align: center; }

nav#nav_university img {
  width: auto;
  max-width: 120px; }

nav#nav_university img.wide {
  max-width: 100%; }

nav#nav_university ul {
  margin: 56px 20px 56px 10%; }

nav#nav_university a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 26px;
  line-height: 1.5em; }

nav#nav_university a:hover {
  color: #a0b5be; }

nav#nav_university li.nav-compass {
  text-align: center; }

nav#nav_university li.nav-compass img {
  max-width: 100px; }

nav#nav_university li.nav-compass a {
  margin-bottom: .5em; }

@media screen and (min-width: 800px) {
  .nav-university .icon {
    float: left;
    margin: 3px 4px 1em 0; } }

/* OVERRIDES Sidebar and Navigation */
.univ-central-florida nav#nav_university img {
  max-width: 80%; }

.school-university-of-south-carolina nav#nav_university img {
  max-width: 50%; }

.school-university-of-the-pacific nav#nav_university img {
  max-width: 60%; }

.school-adelphi-university nav#nav_university img {
  max-width: 85%; }

.school-university-of-illinois-chicago nav#nav_university img {
  max-width: 85%; }

/* Active Navigation Links */
body.about nav#nav_university li.nav-about a,
body.undergraduate-accelerator nav#nav_university li.nav-undergraduate-accelerator a,
body.student-life nav#nav_university li.nav-student-life a,
body.undergraduate-degrees nav#nav_university li.nav-undergraduate-degrees a,
body.dates-costs nav#nav_university li.nav-dates-costs a,
body.apply nav#nav_university li.nav-apply a {
  color: #a0b5be;
  font-weight: 600; }

nav#nav_university a.nav-menu {
  display: none; }
  nav#nav_university a.nav-menu img {
    max-width: 28px;
    height: auto; }

section#mobile_branding {
  display: none; }

section#mobile_branding.school-adelphi-university {
  background: url(../img/adelphi-university/banners/banner-mobile.jpg) 50% 50% no-repeat;
  background-size: cover; }

section#mobile_branding.school-american-university {
  background: url(../img/american-university/banners/banner-mobile.jpg) 50% 50% no-repeat;
  background-size: cover; }

section#mobile_branding.school-auburn-university {
  background: url(../img/auburn-university/banners/banner-mobile.jpg) 50% 50% no-repeat;
  background-size: cover; }

section#mobile_branding.school-florida-international-university {
  background: url(../img/florida-international-university/banners/banner-mobile.jpg) 50% 50% no-repeat;
  background-size: cover; }

section#mobile_branding.school-louisiana-state-university {
  background: url(../img/louisiana-state-university/banners/banner-mobile.jpg) 50% 50% no-repeat;
  background-size: cover; }

section#mobile_branding.school-university-of-illinois-chicago {
  background: url(../img/university-of-illinois-chicago/banners/banner-mobile.jpg) 50% 50% no-repeat;
  background-size: cover; }

section#mobile_branding.school-university-of-kansas {
  background: url(../img/university-of-kansas/banners/banner-mobile.jpg) 50% 50% no-repeat;
  background-size: cover; }

section#mobile_branding.school-university-of-south-carolina {
  background: url(../img/university-of-south-carolina/banners/banner-mobile.jpg) 50% 50% no-repeat;
  background-size: cover; }

section#mobile_branding.school-university-of-the-pacific {
  background: url(../img/university-of-the-pacific/banners/banner-mobile.jpg) 50% 50% no-repeat;
  background-size: cover; }

#content_main {
  color: #ffffff;
  display: block;
  /*margin-left: 400px;*/
  margin-left: 25%;
  padding: 28px 0 0px 0;
  box-sizing: border-box;
  transition: all linear 0.1s; }

.highlight {
  font-weight: bold; }

#stats {
  box-sizing: border-box;
  padding: 0 56px 18px 56px; }

h1 {
  font-size: 42px;
  font-family: "Quattrocento", serif;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: solid 1px #839298;
  font-weight: 400; }
  h1.border-none {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 4px; }

h2 {
  font-size: 28px;
  color: #365561;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: -0.010em;
  text-transform: uppercase;
  line-height: 1.5em; }

h3 {
  font-size: 18px;
  margin-top: 52px;
  margin-bottom: 20px;
  color: #365561;
  font-weight: 600;
  line-height: 1.5em; }

h4 {
  font-size: 20px;
  margin-bottom: 24px;
  color: #365561;
  font-weight: 600;
  line-height: 1.5em; }

h5 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #365561;
  font-weight: 600;
  line-height: 1.5em; }

h6 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #365561;
  font-weight: 600;
  line-height: 1.5em; }

p {
  font-size: 1rem;
  margin-bottom: 18px;
  line-height: 1.5em;
  font-family: "Quattrocento", serif;
  color: #393939; }

table th {
  color: #393939; }

table td {
  color: #393939;
  line-height: 1.5; }

.stats-col {
  float: left;
  width: 24.0%; }

.stats-col p {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #a6b2b7;
  margin-bottom: 28px;
  line-height: 1.25em;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4); }

.stats-col p strong {
  font-size: 22px;
  line-height: 1.3em;
  color: #ffffff;
  text-transform: none;
  display: block;
  margin-top: 0.25rem;
  font-weight: normal; }

#content_main .banner-subpage {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  height: auto;
  padding: 0;
  margin: 0 0 -2px 0;
  line-height: 1.0em; }

#content_main .banner-subpage img {
  width: auto;
  max-width: 100%; }

/* Embedded Video */
.video-wrapper {
  clear: both;
  position: relative;
  padding-bottom: 56.15%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

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

/* Rankings section */
section#rankings {
  background: #7F959E; }

.school-adelphi-university #rankings .container {
  background: url(../img/adelphi-university/testimonial/student.png) 100% 100% no-repeat;
  background-size: 280px;
  background-position: 40% bottom;
  min-height: 300px; }

.school-american-university #rankings .container {
  background: url(../img/american-university/testimonial/student.png) 100% 100% no-repeat;
  background-size: 300px;
  background-position: 40% bottom;
  min-height: 300px; }

.school-auburn-university #rankings .container {
  background: url(../img/auburn-university/testimonial/student.png) 100% 100% no-repeat;
  background-size: 280px;
  background-position: 32% bottom;
  min-height: 300px; }

.school-florida-international-university #rankings .container {
  background: url(../img/florida-international-university/testimonial/student.png) 100% 100% no-repeat;
  background-size: 280px;
  background-position: 40% bottom;
  min-height: 300px; }

.school-louisiana-state-university #rankings .container {
  background: url(../img/louisiana-state-university/testimonial/student.png) 100% 100% no-repeat;
  background-size: 300px;
  background-position: 40% bottom;
  min-height: 300px; }

.school-university-of-central-florida #rankings .container {
  background: url(../img/university-of-central-florida/testimonial/student.png) 100% 100% no-repeat;
  background-size: 260px;
  background-position: 40% bottom;
  min-height: 300px; }

.school-university-of-illinois-chicago #rankings .container {
  background: url(../img/university-of-illinois-chicago/testimonial/student.png) 100% 100% no-repeat;
  background-size: 300px;
  background-position: 35% bottom;
  min-height: 300px; }

.school-university-of-kansas #rankings .container {
  background: url(../img/university-of-kansas/testimonial/student.png) 100% 100% no-repeat;
  background-size: 260px;
  background-position: 40% bottom;
  min-height: 300px; }

.school-university-of-south-carolina #rankings .container {
  background: url(../img/university-of-south-carolina/testimonial/student.png) 100% 100% no-repeat;
  background-size: 300px;
  background-position: 40% bottom;
  min-height: 300px; }

.school-university-of-the-pacific #rankings .container {
  background: url(../img/university-of-the-pacific/testimonial/student.png) 100% 100% no-repeat;
  background-size: 250px;
  background-position: 35% bottom;
  min-height: 300px; }

.testimonial {
  float: left;
  width: 54%;
  box-sizing: border-box;
  padding: 36px 20% 0 44px;
  transition: all linear 0.1s;
  background: url(../img/icons/icon-quote.png) no-repeat 1rem 1rem;
  background-size: 22px; }

.rankings-list {
  float: right;
  width: 46%;
  transition: all linear 0.1s; }

.rankings-list ul {
  list-style-type: none; }

.rankings-list li {
  display: block;
  padding: 10px 70px 10px 0;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px #586C75;
  font-weight: 300;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  .rankings-list li em {
    float: left;
    width: 80%;
    text-transform: uppercase;
    padding-top: 10px;
    line-height: 1.4em; }
  .rankings-list li .rank {
    float: right;
    width: 18%;
    line-height: 1.6em;
    text-align: center; }
    .rankings-list li .rank strong {
      display: block;
      font-size: 28px;
      font-weight: 600;
      padding-top: 10px;
      padding-bottom: 20px; }

.rankings-list li:before, .rankings-list li:after {
  content: "";
  display: table; }

.rankings-list li:after {
  clear: both; }

.rankings-list li:last-child {
  border-bottom: none; }

/* University Detail section */
section#content_detail {
  background: #ffffff;
  box-sizing: border-box;
  padding-right: 56px;
  color: #393939; }

section#content_detail article {
  float: left;
  width: 66%;
  min-height: 850px;
  padding: 50px 40px 44px 56px;
  box-sizing: border-box;
  transition: all linear 0.1s; }
  section#content_detail article h3 {
    font-size: 24px;
    margin-top: 24px; }
  section#content_detail article h4 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: normal; }

section#content_detail article.article-full {
  float: none;
  width: 100%; }

section#content_detail aside {
  float: right;
  width: 33%;
  padding: 50px 0 40px 0;
  box-sizing: border-box; }

section#content_detail article video, section#content_detail article img,
section#content_detail aside video, section#content_detail aside img {
  width: auto;
  max-width: 100%;
  margin-bottom: 28px;
  transition: all linear 0.1s; }

section#content_detail article p {
  font-size: 1.1rem;
  color: #393939;
  line-height: 1.6em; }
  section#content_detail article p a {
    text-decoration: underline; }

section#content_detail article ul {
  margin: 0 0 26px 16px;
  list-style-type: disc; }

section#content_detail article li {
  font-family: "Quattrocento", serif;
  font-size: 1.1rem;
  color: #393939;
  line-height: 1.6em;
  margin: 0 0 1rem 0; }

.undergraduate-degrees h3 {
  margin-top: 1rem; }

.undergraduate-degrees section#content_detail article li {
  margin: 0;
  font-size: 1rem; }

section#content_detail a {
  color: #a44d4b; }

section#content_detail article a.apply-link {
  display: none;
  width: auto;
  text-transform: uppercase;
  font-size: .65em;
  color: #8a9498;
  margin: 0 0 1em 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 1em; }

section#content_detail article a.apply-link:active {
  background: #a0b5be;
  color: #ffffff; }

a.button-primary, a.button-secondary {
  display: block;
  background: #a44d4b;
  border: solid 1px #d1a6a5;
  border-radius: 3px;
  color: #ffffff;
  text-align: center;
  padding: 12px 18px;
  font-size: 1rem;
  transition: all linear 0.1s;
  max-width: 260px; }

a.button-secondary {
  background: #4e77a6;
  border: solid 1px #a6bbd2; }

a.button-primary:hover {
  background: #b85a59; }

a.button-secondary:hover {
  background: #6086b2; }

.stats-col a.button {
  margin-bottom: 18px; }

#content_main p a.button {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  max-width: 360px;
  padding: 16px 18px;
  margin: 10px auto 42px auto;
  border: none; }

#content_main p a.button:hover {
  cursor: pointer; }

blockquote {
  font-family: "Quattrocento", serif;
  font-size: 1rem;
  line-height: 1.5; }

.testimonial blockquote {
  margin-bottom: 1rem; }

.testimonial cite {
  display: block;
  font-size: 1rem;
  font-family: "Quattrocento", serif; }

.testimonial a.button {
  background: #f9aa8a;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 12px;
  border-radius: 8px; }

section#mobile_actions {
  display: none;
  padding: 18px 0 28px;
  text-align: center; }
  section#mobile_actions a.button {
    display: inline-block;
    width: auto;
    min-width: 180px; }
  section#mobile_actions a.button-primary {
    margin-right: 1.5%; }
  section#mobile_actions a.button-secondary {
    margin-left: 1.5%; }

/* Column Styles */
.col-1-of-3 {
  float: left;
  width: 31.0%;
  margin: 0 2.33333% 0 0; }

/* Indvidual page styles */
.dates-costs h3 {
  background: #ececec;
  padding: .5rem; }

.undergraduate-accelerator h5 {
  background: #ececec;
  padding: .5rem;
  margin-top: 3rem; }

/* Card Styles */
.card-row {
  margin: 4px -1.0% 28px; }

section#content_detail article .card-content {
  float: left;
  width: 46.5%;
  margin: 0 1.5%;
  padding: 0 0;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 2px 0 rgba(102, 102, 102, 0.6);
  min-height: 550px; }
  section#content_detail article .card-content img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 12px 0; }
  section#content_detail article .card-content h4 {
    display: block;
    padding: 0;
    margin: 18px 14px;
    font-size: 24px;
    font-weight: normal; }
  section#content_detail article .card-content p {
    line-height: 1.6em;
    margin: 0 18px 18px; }
  section#content_detail article .card-content li {
    margin: 0 18px; }

.univ-central-florida section#content_detail article .card-content {
  float: left;
  width: 46.5%;
  margin: 0 1.5%;
  padding: 0 0;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 2px 0 rgba(102, 102, 102, 0.6);
  min-height: 450px;
  text-align: center; }
  .univ-central-florida section#content_detail article .card-content img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0; }
  .univ-central-florida section#content_detail article .card-content h4 {
    display: block;
    padding: 0;
    margin: 18px 14px;
    font-size: 24px;
    font-weight: normal;
    text-align: left; }
  .univ-central-florida section#content_detail article .card-content p {
    text-align: left; }
  .univ-central-florida section#content_detail article .card-content li {
    margin: 0 18px;
    text-align: left; }

.school-university-of-illinois-chicago section#content_detail article .card-content,
.school-university-of-kansas section#content_detail article .card-content {
  min-height: 450px; }

/* Margin Classes */
.mrg-top-40 {
  margin-top: 40px; }

.mrg-top-36 {
  margin-top: 36px; }

.mrg-top-32 {
  margin-top: 32px; }

.mrg-top-28 {
  margin-top: 28px; }

.mrg-top-24 {
  margin-top: 24px; }

.mrg-top-20 {
  margin-top: 20px; }

.mrg-bottom-40 {
  margin-bottom: 40px; }

.mrg-bottom-36 {
  margin-bottom: 36px; }

.mrg-bottom-32 {
  margin-bottom: 32px; }

.mrg-bottom-28 {
  margin-bottom: 28px; }

.mrg-bottom-24 {
  margin-bottom: 24px; }

.mrg-bottom-20 {
  margin-bottom: 20px; }

/* Footer Styles */
footer {
  font-size: 0.9rem;
  color: #eee;
  padding: 24px 20px 36px 20px;
  margin: 0;
  text-align: left;
  line-height: 1.75em; }
  footer a {
    color: #ffffff;
    text-decoration: underline; }
  footer .footer-right {
    float: right;
    width: auto;
    text-align: right; }
    footer .footer-right a {
      margin-left: 14px; }

/* Media Queries */
@media screen and (max-width: 1220px) {
  section#content_detail article {
    width: 60%; }

  section#content_detail aside {
    width: 40%; } }
@media screen and (max-width: 1200px) {
  .best-colleges {
    top: 43px; }

  footer {
    text-align: center; }
    footer .footer-right {
      display: block;
      float: none;
      text-align: center; } }
@media screen and (max-width: 1130px) {
  .header-brand img {
    max-width: 180px; } }
@media screen and (max-width: 1100px) {
  .stats-col {
    width: 28.333333%;
    margin: 0 2.5%;
    text-align: left; }

  .stats-col-4 {
    clear: both;
    float: right;
    width: 100%;
    text-align: right; }
    .stats-col-4 a.button {
      display: inline-block;
      margin-left: 12px;
      min-width: 160px; } }
@media screen and (max-width: 1080px) {
  .header-brand {
    margin-left: 44px; }

  .header-brand img {
    max-width: 170px; }

  section#content_detail article {
    width: 56%; }

  section#content_detail aside {
    width: 44%; }

  section#rankings .testimonial {
    min-height: 335px; }

  .col-1-of-3 {
    width: 47.0%;
    margin-right: 3.0%; } }
@media screen and (max-width: 1030px) {
  .header-brand a.logo {
    top: 0px; }

  .utility-nav a.link-back {
    display: block;
    margin: 5px 0 0 0;
    text-decoration: underline; }

  .best-colleges {
    top: 52px; }
    .best-colleges img {
      max-width: 72px; } }
@media screen and (max-width: 1000px) {
  .header-brand {
    margin-left: 32px; }

  .header-brand img {
    max-width: 168px; }

  .utility-nav, #content_main {
    margin-left: 23%; }

  #sidebar {
    width: 23%; }

  nav#nav_university .university-logo {
    padding-left: 18%; }

  nav#nav_university ul,
  nav#nav_university a.school-compass {
    margin-left: 18%; }

  section#rankings .testimonial {
    float: none;
    width: auto;
    min-height: 260px;
    padding: 36px 30% 0 40px; }

  section#rankings .rankings-list {
    float: none;
    width: auto; }

  section#rankings .rankings-list li {
    padding-left: 40px; }

  section#rankings .rankings-list li:first-child {
    border-top: solid 1px #586C75; }

  section#content_detail article {
    padding-left: 40px; } }
@media screen and (max-width: 960px) {
  .header-brand {
    margin-left: 28px; }

  .header-brand img {
    max-width: 150px; }

  nav#nav_university .university-logo {
    padding-left: 12%; }

  nav#nav_university ul,
  nav#nav_university a.school-compass {
    margin-left: 10%; } }
@media screen and (max-width: 878px) {
  .header-brand {
    margin-left: 28px; }

  .header-brand img {
    max-width: 150px; }

  .utility-nav, #content_main {
    margin-left: 24%; }

  #sidebar {
    width: 24%; }

  section#content_detail {
    padding-right: 0; }

  section#content_detail article,
  section#content_detail aside {
    float: none;
    width: 100%;
    padding: 30px 30px 0 30px; } }
@media screen and (max-width: 852px) {
  .best-colleges {
    top: 65px; } }
@media screen and (max-width: 820px) {
  .header-brand {
    margin-left: 26px; }

  .header-brand img {
    max-width: 148px; } }
@media screen and (max-width: 800px) {
  #wrapper_page {
    background: none; }

  header {
    padding: 10px 0 0 0;
    background: #2b353a; }

  .header-brand {
    display: none;
    position: relative;
    top: 20px;
    left: -30px; }
    .home-page .header-brand, .school-landing .header-brand, .privacy .header-brand, .terms .header-brand {
      display: block; }

  .utility-nav {
    float: none;
    width: auto;
    margin: 0;
    font-size: .65em;
    padding: 0 0 0 20px; }

  .utility-nav a.link-back {
    display: block;
    margin: 7px auto 0 auto;
    text-decoration: underline;
    position: relative;
    bottom: 8px;
    right: 25px; }

  .best-colleges {
    display: none; }

  #sidebar {
    position: relative;
    width: auto;
    top: 0;
    padding: 0 0;
    line-height: 1.0em;
    background: #2f434c; }

  nav#nav_university .university-logo {
    display: none; }

  nav#nav_university ul {
    display: none;
    margin: 0 0;
    padding-bottom: 16px; }

  nav#nav_university a.nav-menu {
    display: block;
    text-align: right;
    padding: 18px 24px; }

  nav#nav_university a {
    padding: 8px 24px;
    margin: 0;
    line-height: 1.0em; }

  section#content_main {
    margin: 0;
    padding: 0; }

  section#mobile_branding {
    display: block;
    background-size: cover;
    padding: 28px 20px 100px 20px; }

  section#mobile_branding .site-logo {
    float: left;
    width: auto;
    position: absolute;
    top: 10px; }
    section#mobile_branding .site-logo img {
      max-width: 240px; }

  section#mobile_branding .school-logo {
    /*float: right;*/
    width: auto; }
    section#mobile_branding .school-logo img {
      max-width: 100px; }

  #content_main .banner-subpage {
    display: none; }

  section#stats {
    background: #586c75;
    padding: 20px 0;
    text-align: center; }

  section#stats h1 {
    margin: 0;
    padding: 0;
    border-bottom: none;
    font-size: 21px;
    letter-spacing: 0.0200em; }

  section#stats .stats-columns {
    display: none;
    margin-top: 28px; }

  .stats-col {
    width: 28.333333%;
    margin: 0 2.5%;
    text-align: left; }

  .stats-col-4 {
    clear: both;
    float: right;
    width: 100%;
    text-align: center; }
    .stats-col-4 a.button {
      display: inline-block;
      margin: 0 10px;
      min-width: 180px; }

  section#rankings {
    display: none; }

  section#content_detail article a.apply-link {
    display: inline-block; }

  section#mobile_actions {
    display: block; } }
@media screen and (max-width: 610px) {
  .stats-col {
    width: 42.0%;
    margin: 0 4.0%; }

  .stats-col-4 {
    clear: none;
    float: right; }
    .stats-col-4 a.button {
      display: block;
      width: auto;
      min-width: 78px;
      max-width: 100%;
      margin: 0 0 18px 0; }

  section#mobile_branding .site-logo img {
    max-width: 200px; }

  section#mobile_branding .school-logo img {
    max-width: 80px; }

  .col-1-of-3 {
    float: none;
    width: 100%;
    margin-right: 0.0%; }

  section#content_detail article .card-content {
    float: none;
    width: 100%;
    margin: 0 0 18px;
    padding-bottom: 18px; }
    section#content_detail article .card-content p {
      margin-bottom: 0; } }
@media screen and (max-width: 560px) {
  section#mobile_actions a.button {
    min-width: 140px;
    padding: 16px 18px;
    font-size: 16px; }
  section#mobile_actions a.button-primary {
    margin-right: 1.3%; }
  section#mobile_actions a.button-secondary {
    margin-left: 1.3%; }

  section#rankings .testimonial {
    padding: 40px; }

  blockquote {
    font-size: 1em;
    line-height: 1.5em; }

  .testimonial cite {
    font-size: 1rem; }

  section#rankings .rankings-list li {
    padding-left: 32px; } }
@media screen and (max-width: 440px) {
  section#mobile_branding .site-logo img {
    max-width: 150px; }

  section#mobile_actions a.button {
    min-width: 120px;
    padding: 16px 16px;
    font-size: 16px; }

  section#content_detail article, section#content_detail aside {
    padding: 30px 20px 0 20px; } }
@media screen and (max-width: 400px) {
  section#mobile_actions a.button {
    min-width: 112px;
    padding: 15px 15px;
    font-size: 16px; } }
@media screen and (min-width: 800px) {
  .mobile-hidden {
    display: block !important; } }
.page-full {
  background: #fff;
  padding: 50px 0; }

ol {
  font-family: "Quattrocento", serif;
  list-style: decimal;
  padding-left: 1rem; }
  ol li {
    font-size: 1rem;
    line-height: 1.5em; }
  ol ol {
    list-style: lower-alpha;
    margin: .5rem 0; }

.home-page .carousel {
  color: #fff; }
  .home-page .carousel h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; }
  .home-page .carousel p {
    color: inherit; }
.home-page ul, .home-page ol, .home-page li {
  list-style: disc;
  font-family: "Quattrocento", serif;
  margin-left: 2rem; }
.home-page a.cta-btn {
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #ffffff; }
.home-page h3 {
  font-size: 1.5rem; }
.home-page .about-section {
  color: #fff; }
  .home-page .about-section h1, .home-page .about-section h2, .home-page .about-section h3, .home-page .about-section h4, .home-page .about-section h5, .home-page .about-section h6, .home-page .about-section p, .home-page .about-section li {
    color: inherit; }

.landing-hero-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 24rem;
  background-image: url(../index_files/usne-hero-s2-lg-min.jpg); }
  @media screen and (max-width: 560px) {
    .landing-hero-image {
      min-height: 13rem; } }

.home-page ol.carousel-indicators {
  margin-left: -30% !important; }

.home-page ol.carousel-indicators li {
  margin-left: 10px;
  margin-right: 0; }

.landing-schools {
  padding: 50px 0; }

.school-cards {
  box-sizing: border-box;
  display: block;
  list-style: none;
  margin: -1rem;
  padding: 0; }

.school-card {
  box-sizing: inherit;
  margin: 1rem;
  padding: 0;
  text-align: center; }
  @media screen and (min-width: 500px) {
    .school-card {
      float: left;
      width: calc(50% - 2rem); } }
  @media screen and (min-width: 760px) {
    .school-card {
      width: calc(33.33% - 2rem); } }

.school-card a {
  background: #fff;
  border-radius: 3px;
  color: #a44d4b;
  display: block;
  line-height: 1.5;
  padding: 2.5rem .5rem;
  font-weight: 600;
  vertical-align: middle; }
  .school-card a:hover, .school-card a:focus {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    background: #365561;
    color: #ffffff; }
