
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,700&display=swap');

/* ---------- MAIN HTML ELEMENT STYLES ---------- */
#admin-menu, #admin-menu .dropdown {
  z-index: 999999999999;
  font-size: 70%;
  position: fixed;
}

.show-m {
  display: none;
}

.show-t, .show-t-ib {
  display: none;
}

body {
  background-color: #fff;
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 12pt; /* 14pt */
  color: #3e3e3e;
  line-height: 1.7em;
  margin: 0;
}
body.logged-in.admin-menu {

}
.content {
  line-height: 180%;
}
p {
  margin-top: 0;
}

a {
  text-decoration: underline;
  color: #9D2235; /* #900021 #003366 #0063b0 */
  cursor: pointer;
}

a:hover {
  color: #000;
}

img {
  max-width: 100%;
}

.form-submit {
  display: inline-block;
  background-color: #9D2235;
  border-width: 0;
  border-radius: 4px;
  text-decoration: none;
  padding: .5rem 1rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #FFF;
  font-size: 1rem;
  text-align: center;
  margin: .5rem 1rem .5rem 0;
  cursor: pointer;
}

.form-submit:hover {
  background-color: #000;
  color: #FFF;
  text-decoration: underline;
}

.page-search .form-submit {
  margin-top: 10px;
}

strong {
  font-weight: bold;
}
ul.inline {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.inline li {
  display: inline;
}
ul.gallery {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
ul.gallery li {
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #999;
}
ul.gallery li:last-child {
  border-bottom-width: 0;
}
ul.gallery li span {
  color: #0063b0;
}

/* ---------- HEADER ---------- */

header #header-top {
  min-height: 80px;
  align-items: center;
}

header #header-top.row {
  margin-left: 0;
  margin-right: 0;
}

header #header-top #header-logo {
  padding: 10px 10px 10px 30px;
}

header #header-top #header-logo img {
  height: 60px;
  width: auto;
}

header #header-top #header-cta {
  text-transform: uppercase;
}

header #header-top #header-cta ul li {
  padding-right: 10px;
}

header #header-nav {
  padding: 0;
  background-color: #004179;
  width: 100%;
  min-height: 36px;
}

header #header-nav .sf-shadow ul {
  background-image: none;
  border-radius: 0;
  padding: 0;
}

header #header-nav a {
  padding: 10px 18px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

header #header-nav a:hover {
  background-color: #196ebf;
}

header #header-nav ul li.sf-depth-1 ul {
  background-color: #004197;
  margin-top: -3px;
}

header #header-nav ul li.sf-depth-1 ul li {
  padding: 0;
}

header #header-nav ul li.sf-depth-1 ul li a {
  padding: 10px 20px;
}

header #header-nav #block-superfish-1 h2 {
  display: none;
}

/* ---------- BUTTONS ---------- */
.btn {
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-cta {
  padding: 8px 40px;
  background-color: #f9bb2c;
  border-color: #f9bb2c;
  color: #013E7D !important;
  font-family: 'Montserrat';
  text-transform: uppercase;
}

.btn-cta:hover {
  background-color: #f98e2a;
  border-color: #f98e2a;
  color: #000 !important;
}

.btn-nav {
  background-color: #9D2235;
  border-color: #9D2235;
  color: #fff;
  text-transform: uppercase;
}

.btn-nav:hover {
  background-color: #681f31;
  border-color: #681f31;
  color: #ffff;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  text-transform: uppercase;
}

.btn-white:hover {
  background-color: #eee;
  border-color: #eee;
  color: #000;
}

.btn-rfi {
  width: 100%;
  background-color: #eee;
  border-color: #eee;
  color: #555;
  text-transform: uppercase;
  text-align: left;
  vertical-align: top;
  height: 100%;
  margin-bottom: 0;
}

.btn-rfi:hover {
  background-color: #ddd;
  border-color: #ddd;
  color: #000;
}

.btn-rfi.active {
  background-color: #555;
  border-color: #555;
  color: #fff;
}

.btn-rfi.active:hover {
  background-color: #000;
  border-color: #000;
}

.btn-rfi span {
  margin-right: -5px;
}

.btn-icon {
  font-size: 150%;
  padding: 4px 10px;
}

.btn i {
  padding-right: .5rem;
}

.btn.btn-icon i {
  padding-right: 0;
}

.rfi-btn-col {
  margin-top: 0;
  margin-bottom: .25rem;
}

/* ---------- HEADINGS ---------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  margin-top: 0;
  line-height: 100%;
}

h1 {
  font-size: 5rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 4rem;
  margin-bottom: 1.75rem;
}

h3 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

h4 {
  font-size: 2rem;
  margin-bottom: 1.25rem;
}

h5 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

h6 {
  font-size: 1rem;
  margin-bottom: .75rem;
}

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: #fff;
}

h1.yellow, h2.yellow, h3.yellow, h4.yellow, h5.yellow, h6.yellow {
  color: #FFB13A;
}

h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue {
  color: #3fb4f9;
}

h1.dkblue, h2.dkblue, h3.dkblue, h4.dkblue, h5.dkblue, h6.dkblue {
  color: #004179;
}

h1#page-title {
  font-size: 2rem;
  padding: 0;
  border-bottom: 1px solid #CCC;
  margin-bottom: 2rem;
}

.region.region-content h2 {
  font-size: 1.5rem;
}

.region.region-content h3 {
  font-size: 1.25rem;
}

/* ---------- SECTIONS ---------- */
section {
  padding: 5rem 0;
}

section.bg--blue {
  background-color: #005FB3;
  color: #fff;
}

section.bg--blue a {
  color: #fff;
}

section.bg--blue a:hover {
  color: #3fb4f9;
}

section.bg--white {
  background-color: #fff;
  color: #003F6F;
}

section.bg--dkblue {
  background-color: #004179;
  color: #fff;
}

section.bg--dkblue p:last-child {
  margin-bottom: 0;
}

section.bg--dkblue a {
  color: #fff;
}

section.bg--dkblue a:hover {
  color: #3fb4f9;
}

section.bg--dkblue.level--1 {
  padding: 3rem 0;
}

section .btn {
  margin-top: 2rem;
}

section ul li {
  font-size: 16pt;
  line-height: 20pt;
  margin-bottom: 1rem;
}

section p {
  font-size: 16pt;
  line-height: 20pt;
  margin-bottom: 2rem;
}


section .home-splash-person-bot {
  margin-bottom: -5rem;
  margin-top: -1.5rem;
  padding-left: 35px;
}

section .home-splash-person-bot img {
  max-height: 300px;
}

section .home-splash-person-left {
  margin-bottom: -5rem;
}

section .home-splash-person-left img {
  height: 100%;
  width: auto;
  max-height: 500px;
}

section .home-splash-person-right {
  margin-bottom: -5rem;
}

section .home-splash-person-right img {
  height: 100%;
  width: auto;
  max-height: 500px;
}

section .home-splash-person-mid {
  margin: 3rem 0 -1.5rem 0;
  padding: 0;
}

section .home-splash-person-mid img {
  max-height: 300px;
}

section .top-photo img {
  max-height: 250px;
}

/* ---------- HEROS ---------- */
section.program-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  border-top: 1px solid #fff;
  padding-top: 0;
  padding-bottom: 0;
}

section.program-hero .title-mask-container {
  padding: 3rem 0;
  background-color: rgba(25, 110, 191, 0.4);
}

section.program-hero .title-mask-container .title-mask {

}

section.program-hero .title-mask-container .title-mask h1 {
  color: #fff;
  font-family: 'Montserrat';
  font-size:4rem;
  font-weight:700;
  margin-bottom:2rem;
  /*
  color: #000;
  text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  */
}

section.program-hero .title-mask-container .title-mask h2 {
  color: #3fb4f9;
  font-family: 'Montserrat';
  font-weight:700;
  font-size: 2rem;
  margin-bottom: 1rem;
}


/* ---------- SECTION BLOCKS ---------- */
section .block h2.block-title {
  font-size: 2rem;
}

section .block.block--programs-landing-top h1 {
  font-size: 3.2rem;
}

section .block.block--programs-landing-top .home-splash-person-right img {
  max-height: unset;
}

section .block.block--courses-landing-top h1 {
  font-size: 3.2rem;
}

section .block.block--courses-landing-top .home-splash-person-right img {
  max-height: unset;
}

section .block.block-programs h2,
section .block.block-courses h2 {
  color: #3fb4f9;
  font-size: 2rem;
}

section .block.block--homepage-here-when-you-need-us {

}

#faf-nav.nav-pills .nav-item {
  margin-bottom: .5rem;
}

#faf-nav.nav-pills .nav-item .nav-link {
  width: 100%;
  text-align: left;
  border-radius: 0;
  padding: 1rem 2rem;
  background-color: #005FB3;
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
}

#faf-nav.nav-pills .nav-item .nav-link:hover {
  background-color: #00B3FB;
}

#faf-nav.nav-pills .nav-item .nav-link.active {
  background-color: #00B3FB;
}

.faf .faf-image {
  height: 550px;
  overflow: hidden;
}

.faf .faf-image img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.faf .faf-body {
  text-align: left;
  margin: -4rem 0 1rem 0;
  line-height: 1.5rem;
}

.faf .faf-link, .faf .faf-uri {
  text-align: left;
  margin: 0 0 1rem 0;
}

.faf .faf-link a, .faf .faf-uri a {
  text-decoration: none;
  color: #00B3FB;
  font-size: 125%;
  font-weight: 600;
}

.faf .faf-banner {
  position: relative;
  z-index: 100;
  left: 57%;
  width: 45%;
  bottom: 7rem;
}

.faf .faf-banner .faf-head {
  background-color: #005FB3;
  color: #fff;
  text-align: right;
  padding: .25rem 1rem;
  font-family: 'Montserrat';
  font-size: 1.25rem;
  font-weight: 700;
}

.faf .faf-banner .faf-subhead {
  background-color: #00B3FB;
  color: #fff;
  text-align: right;
  padding: .5rem 1rem;
  font-family: 'Montserrat';
  font-size: 1.25rem;
  font-weight: 500;
}

.quotes .quote .icon img {
  height: 50px;
  width: auto;
}

.program-cards .nav-fill .nav-item .nav-link {
  border-radius: 0;
  border: 1px solid #9BD4F0;
  color: #005EB2;
  font-weight: 700;
}

.program-cards .nav-fill .nav-item .nav-link.active {
  background-color: #9BD4F0;
}
.program-cards a {
  text-decoration: none;
}

.program-cards .card {
  border: 1px solid #9BD4F0;
  border-radius: 0;
}

.program-cards .card:hover {
  background-color: #e6f5fe;
  border-color: #3fb4f9;
}

.program-cards .card .card-image {
  height: 150px;
  width: 100%;
  background-color: #eee;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
}

.program-cards .card .card-image .card-image-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(207,232,255,0.5);
}

.program-cards .card:hover .card-image .card-image-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(207,232,255,0);
}

.program-cards .card .card-body {
  text-align: left !important;
}

.program-cards .card .card-body .card-title {
  min-height: 3rem;
  font-weight: 700;
  line-height: 120%;
  color: #000;
  text-decoration: none;

}

.program-cards .card .card-body .card-text {
  color: #005EB2;
  font-weight: 700;
  margin-bottom: 1rem;
}

.location-card .location-image {
  overflow: hidden;
}

.location-card .location-image img {
  object-fit: cover;
}

.location-card .location-grid a:hover {
  color: #00b6f5;
}

.location-card .location-grid i {
  margin-right: .5rem;
  color: #00b6f5;
}

i.bi-arrow-up-right-square {
  margin-left: .5rem;
}

/* ---------- FACETS ---------- */
.facet-blocks {
  margin-bottom: 5rem;
}

.facet-blocks .facet-block {
  border: 2px solid #3fb4f9;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.facet-blocks .facet-block a {
  color: #004179;
  text-decoration: none;
  font-weight: bold;
}

.facet-blocks .facet-block:hover {
  background-color: #e6f5fe;
}

.facet-blocks .facet-block .facet-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px auto;
  background-color: #ccc;
}

.facet-blocks .facet-block .facet-icon img {
  height: 100%;
  width: auto;
}

.facet-blocks a {
  color: #004179;
  text-decoration: none;
  font-weight: bold;
}

.facet-blocks .facet-block .facet-link a {
  color: #004179;
  text-decoration: none;
  font-weight: bold;
}

/* ---------- RFI ---------- */

.modal-backdrop.show {
  opacity: 0.45;
}

.modal-content {
  border: 4px solid #2AB3FF;
  box-shadow: 0 0 20px rgba(0,0,0,.75);
}

.modal-content input.form-control {
  border: 1px solid #2AB3FF;
}

#rfi-sections section {
  padding: 0;
}

#rfi-modal h2 {
  color: #3fb4f9;
  font-family: 'Montserrat';
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
}

#rfi-modal h3 {
  color: #005096;
  font-family: 'Montserrat';
  font-size: 1.25rem;
  line-height:1.8rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}

#rfi-modal .rfi-headshot {
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #ccc;
  margin: 1rem auto 1rem auto;
}

#rfi-modal .rfi-headshot img {
  height: 100%;
  width: auto;
}

#rfi-modal .form-submit {
  margin: 0;
}

.modal.modal-xl {
  margin-top: 2rem;
}

.modal table tbody tr th.table-secondary {
  text-align: right;
}

.modal table tfoot tr td {
  border-bottom-width: 0;
}

#rfi-modal .modal-footer {
  display: unset;
  border-top-width: 0;
  box-shadow: 0 0 1rem rgba(0,0,0,.25);
}

#rfi-modal .modal-footer .col-6 {
  display: flex;
}

section .btn.btn-rfi {
  margin-top: 0;
  margin-bottom: .5rem;
}

#rfi-disclaimer {
  font-size: .75rem;
  line-height: 1rem;
  color: #555;
}

/* ---------- NODE SIDEBARS ---------- */
.sidebar {
  background-color: #cfe8ff;
  border-radius: 1rem;
  padding: 3rem 2rem;
}

.sidebar h2 {
  font-size: 1.5rem;
}

.sidebar h3 {
  font-size: 1.25rem;
}

.sidebar .field {
  margin-bottom: 1rem;
}

.sidebar .field p {
  margin-bottom: 0;
}

/* ---------- MOBILE NAV ---------- */

#mobile-nav {
  background-color: #005096;
  border-bottom: 2px solid #fff;
}

#mobile-nav nav a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-top: 1px solid #cfe8ff;
}

.nav-link:first-of-type {
    border-top: none !important;
}

/* ---------- MAIN CLASSES ---------- */
.tfa-disclaimer {
  text-align: left !important;
}

section .tfa-disclaimer p,
section .tfa-disclaimer ul li {
  font-size: .75rem !important;
  line-height: 1rem !important;
  color: #555 !important;
  margin-bottom: 0;
}

/* ---------- GLOBAL CLASSES ---------- */

.quotes .quote {
  background-color: #005FB3;
  padding: 1rem;
  border-radius: .5rem;
  height: 100%;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.quotes .quote .description {
  margin-bottom: 2rem;
  margin-top: 1rem;
  line-height: 150%;
}

.quotes .quote .author {
  color: #3fb4f9;
  font-family: 'Montserrat';
  font-weight:700;
  font-size: 1.5rem;
  margin-bottom: .5rem;
}

.quotes .quote .program {
  font-weight: 800;
  line-height: 100%;
}

.quotes .quote .location {
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #fff;
}

#block-quotes-quotes-student-online .quotes .quote {
  background-color: #196FBA;
  /* border: 1px dotted #FFF; */
  padding: 2rem 1rem 1rem 1rem;
}

.campus-banner {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

.campus-banner .campus-banner-image {
  height: 110px;
  margin: 0;
  padding: 0;
}

.campus-banner .campus-banner-deadline {
  background-color: #000;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.social ul li {
  margin: 0 1rem;
}

.social ul li a {
  font-size: 3rem;
  color: #005096;
}

.social ul li a:hover {
  color: #000;
}

.social-grid {
  margin-top: 3rem;
}

.social-grid .row {
  margin-bottom: 1.5rem;
}

.social-grid .row .icon {
  text-align: right;
  font-size: 3rem;
}

.social-grid a {
  color: #003F6F;
  text-decoration: none;
}

.social-grid a:hover {
  color: #3fb4f9;
}

.social-grid .row .title {
  text-align: left;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 3rem;
}

.social-grid .row .title:hover {
  color: #3fb4f9;
}

.wrapper-1400 {
  margin-left: auto;
  margin-right: auto;
  width: 1400px;
  max-width: 96%;
}

.wrapper-1200 {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  max-width: 96%;
}

.wrapper-960 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  max-width: 96%;
}

.wrapper-600 {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  max-width: 96%;
}

.wrapper-480 {
  margin-left: auto;
  margin-right: auto;
  width: 480px;
  max-width: 96%;
}

.wrapper-320 {
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  max-width: 96%;
}

.padding-right-5 {
  padding-right: 5px;
}
.padding-ver-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding-ver-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding-ver-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.padding-ver-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-ver-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-top-25 {
  padding-top: 25px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-100 {
  padding-top: 100px;
}
.padding-bot-25 {
  padding-bottom: 25px;
}
.padding-bot-50 {
  padding-bottom: 50px;
}
.padding-bot-100 {
  padding-bottom: 100px;
}
.padding-bot-150 {
  padding-bottom: 150px;
}
.padding-bot-180 {
  padding-bottom: 180px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-bot-5 {
  margin-bottom: 5px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-ver-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-bot-10 {
  margin-bottom: 10px;
}
.margin-ver-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-bot-15 {
  margin-bottom: 15px;
}
.margin-ver-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-bot-25 {
  margin-bottom: 25px;
}
.margin-ver-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-bot-50 {
  margin-bottom: 50px;
}
.margin-ver-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.center-txt {
  text-align: center;
}
.center-box {
  margin-left: auto;
  margin-right: auto;
}
.right-txt {
  text-align: right;
}
.left-txt {
  text-align: left;
}
.tbl {
  display: table;
  width: 100%;
  height: 100%;
}
.tbl-row {
  display: table-row;
  width: 100%;
  height: 100%;
}
.tbl-col {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear {
  clear: both;
}

/*
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
*/

.btn-top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn-top i {
  color: #0083c8;
}
.btn-top:hover {
  background: #ff5500;
}
.btn-top:hover i {
  color: #FFF;
}
.fs-img {
  display: none;
}
.close {
  cursor: pointer;
}

#main .main-content {
  margin-top: 2rem;
}

#content img {
  max-width: 100%;
}

/* COLORS */

.dk-grey {
  background-color: #F3F3F4;
}


/* 3-col */

#content-3col {

}

#content-3col #content_left {
  width: 20%;
  float: left;
}

#content-3col #content_center {
  width: 52%;
  float: left;
  margin-left: 4%;
}

#content-3col #content_right {
  width: 20%;
  float: left;
  margin-left: 4%;
}

.block-programs ul,
.block-courses ul {
  margin: 0;
  padding: 0;
}

.block-programs ul li,
.block-courses ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.block-programs ul li a,
.block-courses ul li a {
  color: #9D2235;
  text-decoration: none;
  font-size: 14px;
}

/* SIDEBAR */

#content-2col #content {
  float: left;
}

#content-2col #content_sidebar {
  float: right;
}

#content-2col #content_sidebar .form-text {
  width: 100%;
}

#block-system-main .ds-2col-programs .group-left,
#block-system-main .ds-2col-courses .group-left,
#content-2col #content {
  width: 65%;
}

#block-system-main .ds-2col-programs .group-right,
#block-system-main .ds-2col-courses .group-right,
#content-2col #content_sidebar {
  width: 30%;
  background: #F3F3F4;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  padding: 0 0 15px 0;
}

#content-2col #content_sidebar .region-content-sidebar {
  padding: 0 20px 20px 20px;
}

#block-system-main .ds-2col-programs .group-right h2,
#block-system-main .ds-2col-courses .group-right h2,
#content-2col #content_sidebar h2,
#content-2col #content_sidebar h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 25px 0 16px;
  background-color: unset;
  color: unset;
}

#block-system-main .ds-2col-programs .group-right .field-label,
#block-system-main .ds-2col-courses .group-right .field-label {
  font-size: 100%;
}

#block-system-main .ds-2col-programs .group-right .field-item,
#block-system-main .ds-2col-courses .group-right .field-item {
  font-size: 100%;
  padding-bottom: 14px;
}

/* ---------- HEADER OVERRIDE ---------- */
#header {
  background-color: #F3F3F4;
  height: 70px;
  width: 100%;
  overflow: hidden;
}

body.logged-in.admin-menu #header {
  top: 29px;
}

#header .header-logo {
  background-color: #025CB8;
  height: 50px;
  padding: 10px;
  float: left;
}

#header .header-logo img {
  width: 50px;
  height: 50px;
}

#header #navigation {
  float: left;
}

#header #navigation .navigation-primary {
  float: left;
}

#header #navigation .navigation-primary ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

#header #navigation .navigation-primary ul li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  line-height: 34px;
  border-right: 1px solid #DFDFDF;
}

#header #navigation .navigation-primary ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFF;
  color: #000;
  padding: 26px 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none !important;
}

#header #navigation .navigation-primary ul li a:hover {
  background-color: #F3F3F4;
  color: #025CB8;
}

#header #navigation-cta {
  float: right;
}

#header #navigation-cta .navigation-secondary {
  float: right;
}

#header #navigation-cta .navigation-secondary ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

#header #navigation-cta .navigation-secondary ul li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  line-height: 34px;
}

#header #navigation-cta .navigation-secondary ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  padding: 24px 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-decoration: none !important;
}

#header #navigation-cta .navigation-secondary ul li a span {
  color: #FFF;
  background-color: #000;
  padding: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
}

#header #navigation-cta .navigation-secondary ul li a.nav-rfi span {
  background-color: #003E7D;
}

#header #navigation-cta .navigation-secondary ul li a.nav-rfi:hover {
  color: #003E7D;
}

#header #navigation-cta .navigation-secondary ul li a.nav-register span {
  background-color: #DE2345;
}

#header #navigation-cta .navigation-secondary ul li a.nav-register:hover {
  color: #DE2345;
}

#header #navigation-cta .navigation-secondary ul li a.nav-phone span {
  background-color: #008977;
}

#header #navigation-cta .navigation-secondary ul li a.nav-phone:hover {
  color: #008977;
}

#header #navigation-cta .navigation-secondary ul li a.nav-search,
#header #navigation-cta .navigation-secondary ul li a.nav-menu {
  color: #025CB8;
  border-left: 1px solid #DFDFDF;
  font-size: 24px;
}

#header #navigation-cta .navigation-secondary ul li a.nav-search:hover,
#header #navigation-cta .navigation-secondary ul li a.nav-menu:hover {
  color: #000;
}


/* TITLE */
#title {
  background-color: #000;
  padding: 90px 0 50px 0;
  margin-bottom: 30px;
}

#title #breadcrumbs {
  margin: 0 auto 3px auto;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #FFF;
}

#title #breadcrumbs::after {
  content: "\00a0\2513";
}

#title #breadcrumbs a {
  color: #FFF !important;
  text-decoration: none;
  padding-bottom: 1px;
}

#title #page-title h1 {
  font-size: 3.4375rem;
  font-weight: 700;
  color: #FFF;
  margin: 0 0 1px 0 !important;
  padding: 0 !important;
}

#title #student-login {
  float: right;
  margin-top: -40px;
}

#title #student-login a {
  color: #fff;
}

/* ---------- FOOTER OVERRIDE ---------- */
#footer {
  background-color: #000;
  color: #fff;
}

#footer a {
  color: #FFF;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer p a {
 margin-left: 10px;
}

#footer p a:first-child {
  margin-left: 0;
}

#footer .row.primary {
  border-bottom: 1px solid #555;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

#footer .row.primary img {
  width: 100%;
  max-width: 100%;
}

#footer ul {
  margin: 0;
  padding: 0;
}

#footer ul li {
  padding-left: 0;
  list-style-type: none;
  display: inline-block;
}

#footer .footer-social {
  text-align: right;
}

#footer .footer-social ul li {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-right: 1rem;
}

#footer .footer-social ul li a:hover {
  color: #ccc;
}

#footer .contact {
  text-align: right;
}

#footer .contact a {
  font-size: 1.25rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

#footer .system-links a {
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  position: relative;
  color: #FFF;
}

#footer .system-links a::before {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #DE2345;
  content: "";
}

#footer .system-links a::after {
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #FFF;
  content: "";
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}

#footer .compliance-links {
  text-align: right;
}

#footer .compliance-links ul li {
  display: block;
}

#footer .compliance-links a {
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  font-size: 0.6875rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #FFF;
}

#footer .external-links {
  margin-top: 60px;
}

#footer .external-links ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#footer .external-links ul li a {
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  font-size: 0.6875rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #FFF;
}

/* ---------- BOTTOM OVERRIDE ---------- */
#bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1000;
}

#bottom #bottom-container {
  width: 900px;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 10px #AAA;
}

#bottom #bottom-container .cta {
  white-space: nowrap;
}

#headline {
  background-color: #fff; /* #EEE; */
  width: 960px;
  margin: 0 auto;
  border-bottom: 1px solid #AAA;

}

#headline h1 {
  font-family: 'Open Sans', verdana, arial, sans-serif;
  font-size: 1.6em;
  position: relative;
  color: #003366;
}

/* LANDING PAGE BANNER */
.node-type-landing-page #header {

}

/*
#header.is-landing-page {
  box-shadow: 0 0 5px #000;
}
*/

#landing_page_banner {
  /*
  background-image: url("/sites/default/files/landing_page_banner/bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 300px;
  */

  padding: 100px 20px;
}

#landing_page_banner h1 {
  color: #fff;
  font-weight: bold;
  font-size: 3em;
  font-family: 'Open Sans', verdana, arial, sans-serif;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  text-align: center;
  text-shadow: 2px 2px 3px #000;
}

#header.is-landing-page,
#header-spacer.is-landing-page {
  height: 80px;
}

.node-type-landing-page h1 {
  color: #01447b;
  text-transform: uppercase;
  font-size: 24pt;
  line-height: 30pt;
  text-align: center;
  margin: 0 10%;
}

.node-type-landing-page #main {

  background-color: #eee;
  font-size: 14pt;
}

.node-type-landing-page #main #content {

  margin: 0 auto;
  padding: 50px;
}

/*
.node-type-landing-page #main {

  background-image: url('/sites/all/themes/umol/images/hero/landing-1.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;

  background-color: #e1effc;
}
*/

/*
.page-node-45680.node-type-landing-page #main {
  background-image: url('/sites/all/themes/umol/images/splash/lp/uml-1.jpg');
}

.page-node-47417.node-type-landing-page #main {
  background-image: url('/sites/all/themes/umol/images/hero/landing-conf-2.jpg');
  background-position: left 80px;
}

.page-node-47751.node-type-landing-page #main {
  background-image: url('/sites/all/themes/umol/images/hero/landing-conf-2.jpg');
  background-position: left 80px;
}
*/

/*
.node-type-landing-page #main #content {
  background-color: #eee;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  box-shadow: 0 0 15px #333;
}
*/

.node-type-landing-page #landing-page-cover {
  background: rgba(0,51,102,0.65);
  padding-bottom: 400px;
}

.node-type-landing-page #main #content .block-rfi .content {
  padding: 0;
}

.node-type-landing-page #main #content .content ul {
  list-style-image: url('images/list-check-red.png');
}

.node-type-landing-page .form-submit {
  display: block;
  text-align: center;
  width: 100%;
  padding: 15px 25px;
}

.node-type-landing-page .form-type-textfield .form-text,
.node-type-landing-page .form-type-select .form-select {
  width: 100%;
  padding: 10px;
}

.node-type-landing-page .fieldset-wrapper .form-checkboxes {
  width: 100%;
}

.node-type-landing-page .fieldset-wrapper .form-checkboxes .form-item.form-type-checkbox {
  width: 100%;
}


.node-type-landing-page .hero-split .hero-left {
  background-image: url('images/hero/bg-hero-laptop-complete.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  width: 60%;
  min-height: 400px;
  float: left;
}

.page-node-50125 .hero-split .hero-left {
  background-image: url('images/hero/nursing-pmc-mg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  width: 60%;
  min-height: 400px;
  float: left;
}

.node-type-landing-page .hero-split .hero-left .cover {
  background: rgba(0, 0, 0, 0.45);
  width: 80%;
  height: 90%;

  padding: 5% 10%;
}

.node-type-landing-page .hero-split .hero-left #logo {
  margin-bottom: 20%;
}

.node-type-landing-page .hero-split .hero-left #logo img {
  width: 35%;
  height: auto;
}

.node-type-landing-page .hero-split .hero-left h1 {
  color: #fff;
  font-size: 48pt;
  line-height: 100%;
  font-family: 'Open Sans', Verdana, arial;
  text-transform: inherit;
  text-align: left;
  margin: 0 0 40px 0;
  /* text-shadow: 0 0 5px #000; */
}

.node-type-landing-page .hero-split .hero-left h2 {
  color: #fff;
  font-size: 16pt;
  font-weight: bold;
  line-height: 100%;
  font-family: 'Open Sans', Verdana, arial;
  text-transform: uppercase;
  text-align: left;
  /* text-shadow: 0 0 5px #000; */
}

.node-type-landing-page .hero-split .hero-left h2 a {
  color: #fff;
}

.node-type-landing-page .hero-split .hero-right {
  width: 30%;
  float: right;
  background-color: #105795;
  padding: 3% 5%;
}

.node-type-landing-page .hero-split .hero-right h3 {
  color: #fff;
  text-align: center;
  font-size: 16pt;
  line-height: 16pt;
  font-family: 'Open Sans', Verdana;
  margin-bottom: 20px;
}

.node-type-landing-page .hero-split .hero-right h4 {
  color: #9dbcd4;
  text-align: center;
  font-size: 18pt;
  line-height: 22pt;
  font-weight: bold;
  font-family: 'Open Sans', Verdana;
  margin: 0;
}

.node-type-landing-page .hero-split .hero-right .disclaimer {
  color: #9dbcd4;
  text-align: center;
  font-size: 10pt;
  line-height: 16pt;
}

.node-type-landing-page .rfi-landingpage-smbr-form .form-submit {
  background-color: #b30a38;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.node-type-landing-page .rfi-landingpage-smbr-form .form-submit:hover {
  background-color: #7c0726;
}

.node-type-landing-page .rfi-landingpage-smbr-form {
  margin-bottom: 20px;
}

.node-type-landing-page .rfi-landingpage-smbr-form label {
  display: none;
}

.node-type-landing-page .rfi-landingpage-smbr-form .form-type-textfield .form-text,
.node-type-landing-page .rfi-landingpage-smbr-form .form-type-select .form-select {
  width: 100%;
  padding: 15px 10px;
}

.node-type-landing-page .rfi-landingpage-smbr-form ::placeholder {
  color: #333;
}

.node-type-landing-page .region-content {
  padding: 50px 10%;
  text-align: left;
  margin: 0 auto;
}

.node-type-landing-page .region-content hr {
  width: 200px;
  max-width: 30%;
  height: 2px;
  background-color: #999;
  margin: 50px auto;
  border: none;
}

.node-type-landing-page .region-content h3 {
  margin: 0 auto;
  color: #b30a38;
  text-transform: uppercase;
  text-align: center;
  font-size: 16pt;
}

.node-type-landing-page .region-lp-content-b {
  padding: 50px;
}

.node-type-landing-page .region-lp-content-b .block {
  padding: 5%;
  background-color: #fff;
  width: 38%;
  margin: 0 4% 4% 0;
  float: left;
  min-height: 400px;
  box-shadow: 0 0 50px #ccc;
}

.node-type-landing-page .region-lp-content-b .block:nth-child(2) {
  margin-right: 0;
}

.node-type-landing-page .region-lp-content-b .block:nth-child(4) {
  margin-right: 0;
}

.node-type-landing-page .region-lp-content-b .block h2 {
  background-size: 32px 32px;
  background-image: url('images/icon/lp/accessible-icon.png');
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #01447b;
  font-size: 32px;
  line-height: 32px;
  padding-left: 40px;
}

.node-type-landing-page .region-lp-content-b .block h2#high-quality {
  background-image: url('images/icon/lp/quality-icon.png');
}

.node-type-landing-page .region-lp-content-b .block h2#affordable {
  background-image: url('images/icon/lp/affordable-icon.png');
}

.node-type-landing-page .region-lp-content-b .block h2#flexible {
  background-image: url('images/icon/lp/flexible-icon.png');
}

.node-type-landing-page .region-lp-content-b .block h2#accessible {
  background-image: url('images/icon/lp/accessible-icon.png');
}

.node-type-landing-page .region-lp-content-b .block ul {
  list-style-image: url('images/list-circle-arrow-16.png');
}

.node-type-landing-page .region-lp-content-b .block ul li {
  color: #707070;
  margin-bottom: 12pt;
}

.node-type-landing-page .region-lp-content-c {
  background-color: #255887;
  padding: 100px 0;
}

.node-type-landing-page .region-lp-content-c .block {
  text-align: center;
  color: #fff;
  max-width: 960px;
  width: 80%;
  margin: 0 auto;
}

.node-type-landing-page .region-lp-content-c .block h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14pt;
  font-weight: bold;
  font-style: inherit;
  text-transform: uppercase;
}

.node-type-landing-page .region-lp-content-c .block .content {
  font-size: 18pt;
  font-style: italic;

}


.node-type-landing-page .region-lp-content-d .split .split-bg {
  background-image: url('images/hero/bg-d-tablet.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  width: 60%;
  min-height: 400px;
  float: left;
}

.node-type-landing-page .region-lp-content-d .split .split-content {
  width: 30%;
  float: right;
  background-color: #fff;
  padding: 5%;
}

.node-type-landing-page .region-lp-content-d .split .split-content .block  {
  border-bottom: 2px solid #ddd;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.node-type-landing-page .region-lp-content-d .split .split-content .block:last-child  {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.node-type-landing-page .region-lp-content-d .split .split-content .block h2 {
  color: #b30a38;
  text-transform: uppercase;
  font-size: 14pt;
  margin: 0 0 24px 0;
}

.node-type-landing-page .region-lp-content-d .split .split-content .block p {
  margin-bottom: 0;
}

.node-type-landing-page .region-lp-content-e {
  background-color: #105795;
  padding: 5% 0;
  text-align: center;
}

.node-type-landing-page .region-lp-content-e h2 {
  color: #fff;
  font-size: 30pt;
  font-weight: bold;
  font-family: 'Open Sans', verdana, arial;
}

.node-type-landing-page .region-lp-content-e h3 {
  color: #fff;
  font-size: 18pt;
  text-transform: uppercase;
}

.node-type-landing-page .region-lp-content-e hr {
  width: 200px;
  max-width: 30%;
  height: 2px;
  background-color: #999;
  margin: 50px auto;
  border: none;
}



.node-type-landing-page .region-lp-content-e h4 {
  color: #fff;
  text-align: center;
  font-size: 16pt;
  line-height: 16pt;
  font-family: 'Open Sans', Verdana;
  margin: 5% 0 20px 0;
}

.node-type-landing-page .region-lp-content-e h5 {
  color: #9dbcd4;
  text-align: center;
  font-size: 18pt;
  line-height: 22pt;
  font-weight: bold;
  font-family: 'Open Sans', Verdana;
  margin: 0 0 40px 0;
}

.node-type-landing-page #footer {
  background-color: #c6c6c6;
  color: #fff;
  padding: 40px 10px;
  text-align: center;
  text-transform: uppercase;
}

.node-type-landing-page #footer a {
  color: #fff;
  text-decoration: none;
}

.accordion {
  width: 100%;
  height: 400px;
}

.accordion .bell {
  width: 20%;
  height: 400px;
  overflow: hidden;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: middle center;
}

.accordion .bell .cover {
  background: rgba(0, 0, 0, .5);
}

.accordion .bell .cover:hover {
  background: rgba(0, 0, 0, 0);
}

.accordion .bell .title {
  line-height: 400px;
  text-align: center;
  color: #fff;
  font-size: 16pt;
}

.accordion .bell .cover:hover .title {
  text-shadow: 0 0 10px #000;
}

.accordion .bell.uma { background-image: url('images/splash/lp/uma-1.jpg'); }
.accordion .bell.umb { background-image: url('images/splash/lp/umb-1.jpg'); }
.accordion .bell.umd { background-image: url('images/splash/lp/umd-1.jpg'); }
.accordion .bell.uml { background-image: url('images/splash/lp/uml-1.jpg'); }
.accordion .bell.umw { background-image: url('images/splash/lp/umw-1.jpg'); }

.jumper {
  max-width: 960px;
  margin: 0 auto;
}

.jumper a {
  background-color: #b30a38;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.jumper a:hover {
  background-color: #7c0726;
}

.node-type-landing-page #main.confirmation #header-confirmation {
  background-color: #555;
  padding: 20px;
  height: auto;
  text-align: center;
}

.node-type-landing-page #main.confirmation #header-confirmation #logo img {
  width: 200px;
  height: auto;
}

.node-type-landing-page #main.confirmation .region-content {
  text-align: left;
}

@media only screen and (max-width: 999px) {
	.node-type-landing-page .hero-split .hero-left {
		width: 100%;
		float: none;
	}

	.node-type-landing-page .hero-split .hero-right {
		width: 90%;
		float: none;
	}

	.node-type-landing-page .region-lp-content-b .block {
		width: 90%;
		min-height: inherit;
		margin: 0 0 4% 0;
		float: none;
		box-shadow: 0 0 50px #ccc;
	}

	.node-type-landing-page .region-lp-content-d .split .split-bg {
		display: none;
	}

	.node-type-landing-page .region-lp-content-d .split .split-content {
		display: block;
		float: none;
		width: 90%;
	}

	.accordion {
		height: auto;
	}

	.accordion .bell {
		width: 100%;
		height: 150px;
		overflow: hidden;
		float: none;
	}

	.accordion .bell .title {
		line-height: 150px;
	}
}

body.front section {
  text-align: center;
}

#block-rfi-rfi-landingpageform {
  margin: 40px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #999;
}

#block-rfi-rfi-landingpageshortform {
  margin: 0 0 40px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #999;
}

form#landingpageshortrfi {
  width: 95%;
  margin: 0 auto 20px auto;
  text-align: center;
}

form#landingpageshortrfi input {
  width: 31%;
  margin: 0 1% 0 0;
  padding: 15px 2%;
}

form#landingpageshortrfi input:last-child {
  margin-right: 0;
}

form#landingpageshortrfi input:focus,
form#landingpageshortrfi input:hover {
  border-color: #000;
}

.landing-page-cta-container {
  margin-bottom: 40px;
}


.content h1 {
  font-size: 2rem;
  margin-bottom: 40px;
}

.inline {
  display: inline-block;
}
.tooltip {
  position: relative;
}
.green {
  color: green;
}
.red {
  color: red;
}
.strike {
  text-decoration: line-through;
}
.nocaps {
  text-transform: none !important;
}
.allcaps {
  text-transform: uppercase !important;
}

/* ---------- CI STYLES ---------- */
.bg-texture, .bg-grey {
  background-color: #EEE;
}
.highlight {
  color: #80bae4; /* #ff6633 */
}
a.cta  {
  color: #fff;
  text-decoration: none !important;
}

a.cta.largefull {
  border-radius: 3px;
  text-transform: none;
  text-align: center;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 100%;
  display: block;
}

a.cta.xlarge {
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px #999;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 85%;
}

a.cta.large {
  border-radius: 3px;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 20px;
  font-weight: bold;
  font-size: 100%;
}

a.cta.medium {
  text-transform: uppercase;
  text-align: center;
  padding: 7px 20px;
  font-weight: bold;
  font-size: 70%;
}

a.cta.blue {
  background-color: #01447B;
}

a.cta.blue:hover {
  background-color: #000000;
}

a.cta.red {
  background-color: #900021;
}

a.cta.red:hover {
  background-color: #FF0000;
}

a.cta.grey {
  background-color: #999;
}

a.cta.grey:hover {
  background-color: #000;
}

a.cta.blue.off,
a.cta.re.off,
a.cta.grey.off {
  background-color: #eee;
  box-shadow: 0 0 0 #fff;
}

a.cta.blue.off:hover,
a.cta.re.off:hover,
a.cta.grey.off:hover {
  background-color: #eee;
}

a.cta.arrow-l {
  background-image: url('images/btn/cta-arrow-l.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 50px
}

a.cta.arrow-r {
  background-image: url('images/btn/cta-arrow-r.png');
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 50px;
}

a.cta.full {
  display: block;
  margin-bottom: 10px;
  text-align: left;
  border-radius: 2px;
}

/* ---------- HERO Styles ---------- */
#hero {
  background-color: #ccc;

  height: 420px;
  margin: 0 auto;
  text-align: center;
}

#hero-chooser {
  float: left;
  width: 400px;
  padding: 4px 0 0 4px;
  background-color: #fff;
  min-height: 300px;
  box-shadow: 0 0 10px #aaa;
  margin: auto 0;
  border-radius: 4px;
}

#hero-chooser h2 {
  text-align: center;
  font-size: 1.6em;
  padding: 20px 0;
  color: #003366;
  margin: 0;
  font-family: 'Open Sans', verdana, arial, sans-serif;
}

#hero-chooser a {
  padding: 10px 0;
  color: #555;
  background-color: #eee;
  font-size: 18px;
  line-height: 24px;
  border-radius: 2px;
  margin: 0 4px 4px 0;
  display: block;
  float: left;
  width: 196px;
}

#hero-chooser a:hover {
  background-color: #ccc;
  color: #000;
}

#hero-chooser a.full {
  width: 396px;
}

#hero-chooser .hero-subject a {
  padding: 5px 0;
  font-size: 16px;
}

#second-white .content.padding-ver-50 {
  padding-top: 0;
}

#hero-rfi {
  float: right;
  width: 400px;
  padding: 4px 8px;
  background-color: #fff;
  min-height: 300px;
  box-shadow: 0 0 10px #aaa;
  margin: auto 0;
  border-radius: 4px;
  height: 300px;
}

#hero-rfi h2 {
  text-align: center;
  font-size: 1.6em;
  padding: 20px 0;
  color: #003366;
  margin: 0;
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
}

#hero-rfi input {
  background-color: #eee;
  width: 100%;
  padding: 11px 20px;
  margin: 0 0 6px 0;
  font-size: 18px;
  line-height: 18px;
}

.hero-box {
    /*background: rgba(255,255,255,.85);*/
    background-color: #eee;
    padding: 0;
    text-align: center;
    overflow-y: auto;
  }

  .hero-box h2 {
    text-align: center;
    font-size: 1.6em;
    padding: 20px 0;
    color: #003366;
    margin: 0;
    font-family: 'Open Sans',verdana,arial,sans-serif;
    background-color: #fff;
  }

  .hero-box .hero-box-body {
    padding: 40px;
  }

  .hero-box .hero-box-body h3 {
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .hero-dd label {
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    font-family: 'Open Sans';
    margin: 0 0 20px 0;
  }

  .hero-dd select {
    width: 100%;
    font-size: 1.2em;
    padding: 20px 40px;
    color: #000;
  }

  .hero-dd a.cta {
    text-align: center;
    padding: 20px 0;
  }

  #hero-chooser {
    box-shadow: none;
    float: none;
    width: auto;
    box-shadow: none;
  }

  #hero-chooser a {
    text-align: center;
    width: 49%;
  }

  #hero-chooser a.full {
    width: 100%;
  }

  .hero-chooser {
    min-height: 300px;
    padding: 4px 0 0 4px;
  }

  .hero-chooser a {
    text-align: center;
    width: 49%;
    margin: 0 1% 1% 0;
    font-size: 18px;
    background-color: #eee;
    color: #000;
    padding: 10px 0;
    float: left;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 2px;
  }

  .hero-chooser.subjects a {
    font-size: 16px;
  }

  .hero-chooser a.full {
    width: 99%;
  }

  .hero-chooser a:hover {
    background-color: #999;
    color: #fff;
  }

  .hero-chooser h2 {
    text-align: center;
    font-size: 1.6em;
    padding: 0 0 20px 0;
    color: #fff;
    margin: 0;
    font-family: 'Open Sans',verdana,arial,sans-serif;
  }

  .region-hero {
    background-image: url('/sites/all/themes/umol/images/splash/umd.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
  }

  .region-hero-bg {
    background: rgba(0,0,0,0.65);
  }

  @media only screen and (max-width: 1199px) {
    .hide-t {
      display:none;
    }

    .show-t: {
      display: block;
    }

    .show-t-ib: {
      display: inline-block;
    }
  }


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

    .wrapper-960 {
      max-width: 94%;
    }
  }

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

    #degree-chooser .row .col:first-child a {
      margin-bottom: 8px;
    }

    .hide-med {
      display: none;
    }
  }

  @media only screen and (max-width: 450px) {
    .hero-chooser.subjects a {
      width: 99%;
    }
  }


/* SEARCH */
.page-search fieldset.search-advanced {
  display: none;
}

/* ---------- SPLASH Styles ---------- */
#splash {
  background-color: #fff;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 550px;
  margin: 0 auto;
  text-align: center;
}

.splash-box {
  width: 360px;
  margin: 0 auto;
}

.splash-box .splash-title {
  width: 320px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6); /* rgba(102, 51, 0, 0.8) */
  text-align: center;
}

.splash-box .splash-title h1 {
  color: #fff;
  font-style: italic;
  font-size: 18pt;
  font-weight: bold;
}

.splash-box .splash-body {
  width: 320px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.35);
}

.splash-box .splash-body a {
  display: block;
  margin-bottom: 20px;
}

.splash-legend {
  margin: 50px 20px 0 0;
  font-size: 75%;
  line-height: 125%;
}

.splash-legend #splash-hilite {
  color: #ff9;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 3px;
}

/* MENU */
.block-menu ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.block-menu ul.menu li {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  display: block;
  border-bottom: 1px dotted #999;
}

.block-menu ul.menu li.last {
  border-bottom: 0;
}

.block-menu ul.menu li ul.menu {
  margin-top: 10px;
}

.block-menu ul.menu li ul.menu li {
  display: inline;
  padding: 0;
  margin: 0;
  border-bottom: 0;
}

.block-menu a {
  background-color: #DDD;
  padding: 5px 10px;
  border-radius: 2px;
  white-space: nowrap;
  line-height: 200%;
}

.block-menu a:hover {
  background-color: #000;
  color: #FFF;
}

#site-menu {
  background-color: #003E7D;
  text-align: left;
}

#site-menu p {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 100%;
}

#site-menu ul {
  padding: 0;
  margin: 0 0 40px 0;
}

#site-menu ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 125%;
}

#site-menu h2 {
  color: #FFF;
}

#site-menu a {
  color: #fff;
  font-size: 80%;
}

#site-menu p a {
  font-size: 115%;
}

#site-menu h1 {
  color: #9cf;
  border-bottom: 1px solid #9cf;
  padding: 25px 0;
  margin-bottom: 50px;
}

/* TOPPER */
#topper {
  position: fixed;
  cursor: pointer;
  bottom: 15px;
  left: 15px;
  z-index: 100;
  color: #fff !important;
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #1a1a1a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 0 15px 2px rgba(255, 255, 255, 0.3);
}

#topper:hover {
  background-color: #025CB8;
}

/* LIST STYLES */

/*
.item-list ul li {
  list-style-image: url('/sites/default/files/paper.gif');
}
*/

.item-list ul.pager li {
  background-image: none;
  background-color: #DDD;
  border: 2px solid #DDD;
  display: block;
  float: left;
  list-style-type: none;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
  border-radius: 5px;
}

.item-list ul.pager li:hover {
  background-color: #000;
}

.item-list ul.pager li:hover a {
  color: #FFF;
}

.item-list ul.pager li.pager-current {
  background-color: #FFF;
}

.item-list ul.pager li.pager-current:hover {
  background-color: #FFF;
}

.item-list ul.pager li.pager-current:hover a {
  color: #FFF;
}

/* VIEWS */

.view-filters {
  background-color: #005FB3;
  border-radius: 1rem;
  padding: 2rem 1rem;
}


.content-search .view-content .views-row {
  padding: 1rem 0 1rem 1rem;
}
.content-search .view-content .views-row.views-row-odd {
  background-color: #FFF;
}

.content-search .view-content .views-row.views-row-even {
  background-color: #F7F7F7;
  border-radius: .5rem;
}

.content-search .views-field {
  margin-right: 1rem;
  white-space: nowrap;
}

.content-search .views-field.views-field-field-campus {
  display: block;
  white-space: normal;
  line-height: 100%;
  color: #3fb4f9;
  font-weight: 600;
  margin-bottom: .75rem;
}

.content-search .views-field.views-field-title {
  display: block;
  white-space: normal;
  margin-right: 3rem;
}

.content-search .views-field.views-field-title a {
  color: #005096;
  font-family: 'Montserrat';
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 100%;
}

.content-search .views-field.views-field-field-url,
.content-search .views-field.views-field-title-1,
.content-search .views-field.views-field-field-registration-url  {
  display: block;
  margin: 0;
  float: right;
  bottom: 5px;
  position: relative;
}

/*
.views-field.views-field-field-registration-url {
  display: block;
  margin: 0;
  float: right;
  bottom: 25px;
  position: relative;
}
*/

.content-search .views-field.views-field-field-url a,
.content-search .views-field.views-field-title-1 a {
  background-color: #DDD;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
}

.content-search .views-field.views-field-field-registration-url a {
  background-color: #003366;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
}

.content-search .views-field.views-field-field-url a:hover,
.content-search .views-field.views-field-title-1 a:hover,
.content-search .views-field.views-field-field-registration-url a:hover {
  background-color: #000;
  color: #FFF;
}

.views-field.views-field-nid {
  float: right;
  width: 25px;
  height: 25px;
}

.views-field .comparo-check {
  width: 25px;
  height: 25px;
  background-color: #eee;
  border: 1px solid #999;
  border-radius: 3px;
  cursor: pointer;
}

.views-field .comparo-check.checked {
  border: 1px solid #01447B;
  background-color: #01447B;
  background-image: url('images/comparo-check.png');
  background-repeat: no-repeat;
  background-position: center center;
}

/*
.page-degree-search .content-search .view-filters {
  float: none;
  display: block;
  width: 100%;
}
*/

.content-search .view-filters .views-exposed-widget {
  display: block;
  float: none;
  margin: 0 0 2rem 0;
  padding: 0;
}

.content-search .view-filters .views-exposed-widget:last-child {
  margin-bottom: 0;
}

.content-search .view-filters .views-exposed-widget label {
  font-weight: bold;
  color: #FFF;
  margin: 0;
}

.content-search .view-filters .views-exposed-widget .views-widget {

}

.view-programs .view-filters .views-exposed-widget .views-widget {
  width: auto;
}

.content-search .view-filters .views-exposed-widget .views-widget .form-select,
.content-search .view-filters .views-exposed-widget .views-widget .form-text {

}

.content-search .view-filters .views-exposed-widget.views-widget-sort-by,
.content-search .view-filters .views-exposed-widget.views-widget-sort-order,
.content-search .view-filters .views-exposed-widget.views-widget-per-page {

}

.content-search .view-filters .views-exposed-widget.views-widget-sort-by .form-select,
.content-search .view-filters .views-exposed-widget.views-widget-sort-order .form-select,
.view-filters .views-exposed-widget.views-widget-per-page .form-select {

}

.view-header {
  font-size: 75%;
  font-weight: bold;
}

#view-filter-buttons a {
  padding: .5rem;
  background-color: #A2263A;
  border-radius: 5px;
  white-space: nowrap;
  margin: 0 5px 5px 0;
  font-size: 85%;
  text-decoration: none;
  color: #FFF;
}

.content-finder .view-filters .views-exposed-widget {
  background-color: #DDD;
  padding: 5px;
  margin: 0 20px 0 0;
  border-radius: 2px;
}

.content-finder .view-filters .views-submit-button {
  display: none;
}

.content-finder .view-filters .views-exposed-widget label {
  font-size: 90%;
}

.content-finder .view-content table tr th {
  white-space: nowrap;
}

#view-filters-toggle {
  padding: 5px 10px;
  background-color: #DDD;
  display: none;
  margin: 0 0 20px 0;
  border-radius: 5px;
}

/* ---------- BASIC Table Styles ---------- */


.umol-field-sections table {
  border-spacing: 1px;
}

.umol-field-sections table tr th {
  background-color: #ddd;
  padding: .5rem;
}

.umol-field-sections table tr td {
  background-color: #efefef;
  padding: .5rem;
}


/* ---------- TABS ---------- */
ul.tabs {
	display: block;
	margin: 0 0 50px 0;
	padding: 0;
	list-style:none;
	border-bottom: solid 1px #ddd;  }
ul.tabs li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom: 0; }
ul.tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 29px;
	padding: 0px 20px;
	line-height: 30px;
	border: solid 1px #ddd;
	border-width: 1px 1px 0 0;
	margin: 0;
	background: #f5f5f5;
	font-size: 1em;
	color:#aaa;
	 }
ul.tabs li a.active {
	color:#545454;
	background: #fff;
	height: 30px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-left-width: 1px;
	margin: 0 0 0 -1px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px; }
ul.tabs li:first-child a.active {	margin-left: 0; }
ul.tabs li:first-child a {border-width: 1px 1px 0 1px;	-moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; }
ul.tabs li:last-child a { -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; }

ul.tabs-content { margin: 0 0 20px 0; display: block; list-style:none;}
ul.tabs-content > li { display:none; }
ul.tabs-content > li.active { display: block; }

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before, ul.tabs:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
ul.tabs:after { clear: both; }
ul.tabs {zoom: 1; }

.umol-field-section-tabs {
  line-height: 250%;
  margin: 0;
}

.umol-field-section-tabs ul {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

.umol-field-section-tabs ul li {
  margin-right: 10px;
  list-style: none outside none;
  display: block;
  float: left;
}

.umol-field-section-tabs ul li a {
  white-space: nowrap;
}

/* ---------- TABLES ---------- */
table.data {
  border: 1px solid #999;
  margin-bottom: 50px;
}

table.data tr:nth-child(odd) td {
  background-color: #fff;
}

table.data tr:nth-child(even) td {
  background-color: #efefef;
}

/* ------------------- API ----------------------- */

.code-box {
  border: 1px solid #999;
  padding: 1rem;
  width: 98%;
  overflow: auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
  background-color: #ffffdd;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "Courier New", courier;
}

code {
  white-space: pre;
  color: #000;
}

/* ------------------- FORMS --------------------- */
fieldset.form-wrapper {
  border-width: 0;
  background-color: #cfe8ff;
  border-radius: 1rem;
  padding: 3rem 2rem;
  margin: 0 0 50px 0;
}

fieldset.captcha.form-wrapper {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 30px 0 0 0;
}

fieldset.captcha.form-wrapper .fieldset-description {
  display: none;
}

.content form.borders {
  border: 1px solid #686868;
  border-radius: 5px;
  padding: 20px;
}

.content form.nopad {
  border-width: 0;
  border-radius: 0;
  padding: 0;
}

.content .overlay-white form {
  padding: 0;
}

fieldset.form-wrapper legend {
  width: 100%;
  padding: 0;
  margin: -1rem 0 2rem 0;
}

fieldset.form-wrapper legend .fieldset-legend {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 2rem 0;
  font-family: 'Montserrat',sans-serif;
}

.form-type-textfield .form-text,
.form-type-password .form-text,
.form-text,
.form-type-select .form-select,
.form-select,
.form-type-select .form-textarea,
.form-textarea {
  border: 1px solid #999;
  border-radius: 2px;
  padding: 10px;
  font-size: 14pt;
  background-color: #fff;
  width: 100%;
}

.form-type-textfield .form-text #edit-phone {
  width: auto;
}

.form-type-textfield .form-text.ui-autocomplete-input {
  padding: 9px;
}

.form-item label {
  display: block;
}

.form-type-checkbox label.option,
.form-type-radio label.option {
  display: inline;
}

.fieldset-wrapper .form-radios {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
}

.fieldset-wrapper .form-checkboxes {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;


	overflow: hidden;

}

.fieldset-wrapper .form-item-subjects .form-checkboxes {
	height: auto;
}

.fieldset-wrapper .form-checkboxes .form-item {
    margin-top: 0;
}

.fieldset-wrapper .form-checkboxes .form-item .form-checkbox {
    float: none;
}

.fieldset-wrapper .form-checkboxes .form-item label {
    float: none;
    padding: 0;
}

.fieldset-wrapper label.option {
    text-align: left;
    width: auto;
}

.fieldset-wrapper .form-item .form-textarea-wrapper {
    display: block;
}

.fieldset-wrapper .form-checkboxes .form-item.form-type-checkbox {
  border-radius: 3px;
  width: auto;
  background-color: #ddd;
  background-image: url('images/option-check-off.png');
  background-repeat: no-repeat;
  background-position: 8px 50%;
  margin: 0 0 5px 0;
}

.fieldset-wrapper .form-checkboxes .form-item.form-type-checkbox.checked {
  background-color: #b5b5b5;
  background-image: url('images/option-check-on.png');
}

.fieldset-wrapper .form-checkboxes .form-item.form-type-checkbox label {
  cursor: pointer;
  display: block;
  padding: 10px 20px 10px 40px;
  font-size: 100%;
  margin: 0;
}

.fieldset-wrapper .form-checkboxes .form-item.form-type-checkbox.checked label {
  color: #000;
}

.fieldset-wrapper .form-checkboxes .form-item.form-type-checkbox .form-checkbox {
  display: none;
}

.form-submit.full {
  display: block;
  width: 100%;
}

.hidden {
  display: none;
}

.form-label-left .form-item label {
  width: 35%;
  display: inline-block;
  font-weight: bold;
}

/* RFI FULL FORM(s) */

.rfi-landingpage-form fieldset,
.rfi-full-form fieldset {
  background-color: #efefef;
}

.rfi-landingpage-form fieldset legend,
.rfi-full-form fieldset legend {
  background-color: #999;
  color: #fff;
  font-weight: bold;
}

.rfi-landingpage-form fieldset .fieldset-wrapper,
.rfi-full-form fieldset .fieldset-wrapper {
  padding: 0 20px;
}

.rfi-landingpage-form .form-type-textfield .form-text,
.rfi-landingpage-form .form-type-password .form-text,
.rfi-landingpage-form .form-text,
.rfi-landingpage-form .form-type-select .form-select,
.rfi-landingpage-form .form-select,
.rfi-full-form .form-type-textfield .form-text,
.rfi-full-form .form-type-password .form-text,
.rfi-full-form .form-text,
.rfi-full-form .form-type-select .form-select,
.rfi-full-form .form-select {
  width: 100%;
}

.rfi-landingpage-form .form-type-textfield .form-text[name="phone"],
.rfi-full-form .form-type-textfield .form-text[name="phone"]  {
  width: 150px;
  display: inline-block;
}

.rfi-full-form .form-type-textfield .form-text[name="postalcode"] {
  width: 200px;
}

.rfi-full-form .form-type-textfield .form-text[name="time_to_call"]  {
  width: 250px;
}


.rfi-landingpage-form .form-type-select .form-textarea,
.rfi-landingpage-form .form-textarea,
.rfi-full-form .form-type-select .form-textarea,
.rfi-full-form .form-textarea {
  width: 100%;
}

.rfi-landingpage-form .form-item, .form-actions,
.rfi-full-form .form-item, .form-actions {
  width: 100%;
}

.rfi-landingpage-form .form-item label,
.rfi-full-form .form-item label {
  display: block;
  width: 100%;
  font-size: 90%;
  line-height: 100%;
  text-align: left;
  float: none;
  margin: 0 0 5px 0;
}

.rfi-landingpage-form .fieldset-wrapper .form-checkboxes,
.rfi-full-form .fieldset-wrapper .form-checkboxes {
	width: 100%;

}


.rfi-full-form .form-type-radio label.option {
  display: inline;
}

fieldset.captcha .fieldset-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

fieldset.captcha .fieldset-wrapper img {
  display: block;
  margin: 20px 0 10px 20px;
}

.w100 { width: 100px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w300 { width: 300px; }
.w400 { width: 400px; }

.form-label-left .form-item .form-type-textfield .form-text,
.form-label-left .form-item .form-type-password .form-text,
.form-label-left .form-item .form-text,
.form-label-left .form-item .form-type-select .form-select,
.form-label-left .form-item .form-select,
.form-label-left .form-item .form-type-select .form-textarea,
.form-label-left .form-item .form-textarea {
  width: 60%;
}

.form-calculator {
  background-color: #B0D2EB; /* #80BAE4 */
}

.form-calculator .form-item {
  margin-bottom: 0.5em;
}

#filters .form-item {
  /*
  width: 50%;
  float: left;
  */
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

#filters .form-item:first-child {
  margin-top: 10px !important;
}

#filters input[type=text].form-text,
#filters select.form-select {
  padding: .5rem 0;
}

/* TABS */

.quicktabs_main .quicktabs-hide {
    display: none;
}

/* TABS - NOSTYLE */

ul.quicktabs-style-nostyle {
  margin-bottom: 10px;
}

ul.quicktabs-style-nostyle li {
  padding: 15px 30px;
  margin: 0;
  list-style-type: none;
  display: inline;
}

ul.quicktabs-style-nostyle li {
  background-color: #DDD;
}

ul.quicktabs-style-nostyle li a {
  color: #666666;
}

ul.quicktabs-style-nostyle li.active {
  background-color: #FFF;
}

ul.quicktabs-style-nostyle li.active a {
  color: #333;
}

.quicktabs_main.quicktabs-style-nostyle {
  background-color: #FFF;
  padding: 30px 20px;
}

/* TABS - UMOL */

.quicktabs_main.quicktabs-style-umol {
  border: 1px solid #999;
  padding: 30px 20px;
  background-color: #FFF;
}

ul.quicktabs-style-umol {
  margin-bottom: 4px;
  padding-top: 4px;
}

ul.quicktabs-style-umol li {
  padding: 10px 15px;
  margin: 0 5px 0 0;
  border: 1px solid #999;
  list-style-type: none;
  display: inline;
  background-color: #EEE;
}

ul.quicktabs-style-umol li.active {
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
}

/* FIELD SECTIONS */

.umol-field-sections .field {
  padding: 0;
  margin: 0 0 4rem 0;
}

.umol-field-sections .field .field-label {
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* BLOCKS */

/*
.region-home-center .block {
  border: 1px solid #DFDFDF;
  margin-bottom: 30px;
}

.region-home-center .block h2 {
  background-color: #025CB8;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}

.region-home-center .block .content {
  padding: .75em 1em;
}


.block-programs,
.block-courses {
  margin: 0 0 50px 0;
  padding: 15px 20px;
  background-color: #F3F3F4;
  border: 1px solid #DFDFDF;
}
*/

.region-home-right-top .block-programs,
.region-home-left-top .block-courses {
  margin: 0 0 50px 0;
  padding: 15px 20px;
  background-color: #FFF;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
}

.region-home-right-top .block-programs .form-type-textfield .form-text,
.region-home-left-top .block-courses .form-type-textfield .form-text {
  border: 1px solid #E1E1E1;
}

/*
.block-programs h2,
.block-courses h2 {
  margin: 0 0 16px 0;
  color: #353535;
  font-size: 1.25rem;
  font-weight: 500;
}
*/


.block-programs .content,
.block-courses .content {
  padding: 0;
}

.block-programs ul,
.block-courses ul {
  margin: 0;
  padding: 0;
}

.block-programs ul li,
.block-courses ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.block-programs ul li a,
.block-courses ul li a {
  color: #9D2235;
  text-decoration: none;
}

.block-programs ul li a:hover,
.block-courses ul li a:hover {
  text-decoration: underline;
}

.block-programs input[type="text"],
.block-courses input[type="text"] {
  max-width: 100%;
}

#block-courses-course-demo-video {
  padding: 0;
  margin: 0;
  width: auto;
  float: none;
}

#block-courses-course-demo-video .content {
  padding: 20px;
  margin: 0;
  width: auto;
}

iframe {
  max-width: 100%;
}

/* 2-col */
#content-2col iframe {
  max-width: 100% !important;
  width: 600px;
}


/* BLOG */
.tags a {
  background-color: #DDD;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
}

.submitted .user-picture img {
  max-width: 75px;
}

.node-teaser .submitted .user-picture img {
  width: 60px;
  height: auto;
}

.submitted .user-picture {

  margin: 0;
}
.submitted table {
  width: auto;
}

.submitted td {
  line-height: 1.5em;
}

.node-wp-blog .tags {
  margin: 10px 0;
}

.node-wp-blog .submitted {
  margin-bottom: 30px;
  border-bottom: 1px dotted #000;
}

.node-wp-blog.node-teaser .submitted {
  margin-bottom: 0;
  border-bottom: none;
}

.node-wp-blog.node-teaser {
  padding: 25px 0;
  border-bottom: 1px dotted #000;
}

.node-wp-blog.clearfix {
  display: block;
}

.node-news.clearfix {
  display: block;
}

/* STAFF */
.node-staff img.headshot-small {
  margin: 0 10px 10px 0;
  border: 1px solid black;
  /* float: left; */
}

.node-staff .field-name-field-position,
.node-staff .field-name-field-email {
  display: block;
  /* float: left; */
}

.page-staff .views-row {
  border-bottom: 1px dotted #666666;
  margin-bottom: 40px;
}

/* SOCIAL */
#social .row {
  margin: 0;
}

#social span {
  margin: 0 24px 0 0;
}

#social span:last-child {
  margin: 0;
}

#social span img {
  width: 48px;
  height: 48px;
}

/* EVENTS */
.event {
  margin-bottom: 40px;
}

.event .event-row {
  border-top: 1px dotted #000;
  padding: 5px 0;
}

.event .event-row .event-label {
  width: 35%;
  float: left;
  font-weight: bold;
}

.event-row .event-data {
  width: 60%;
  float: right;
}

.event .event-row:last-child {
  margin-bottom: 20px;
}

/* MODALS */
#fancybox-wrap #fancybox-outer {
  background-color: #FFF;
}

#fancybox-inner {
  background-color: #FFF;
}

.comparo.mobile tbody tr th {
  font-weight: bold;
  text-align: left;
}

.comparo.mobile tbody tr th, .comparo.mobile tbody tr td {
  font-size: 85%;
  line-height: 1.4em;
}





.col-half, .col-third, .col-fourth {
  position: relative;
  min-height: 1px;
  padding: 0;
  margin: 0 0 0 0;
  float: left;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}

.col-half:last-child, .col-third:last-child, .col-fourth:last-child {
  margin-right: 0;
}

.col-twothirds {
  width: 66.66666666%;
}

.col-half {
  width: 50%;
}

.col-third {
  width: 33.33333333%;
}

.col-fourth {
  width: 25%;
}



/* module boxes */

.row .module-box {
  margin-right: 30px;
}

.row .module-box.last {
  margin-right: 0;
}

.module-boxes .module-box.half, .module-boxes .module-box.third, .module-boxes .module-box.fourth {
  position: relative;
  min-height: 1px;
  padding: 0;
  margin: 0 30px 0 0;
  float: left;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}

.module-boxes .module-box.half:last-child, .module-boxes .module-box.third:last-child, .module-boxes .module-box.fourth:last-child {
  margin-right: 0;
}

.module-boxes .module-box.half {
  width: 465px;
}

.module-boxes .module-box.third {
  width: 300px;
}

.module-boxes .module-box.fourth {
  width: 180px;
}

.module-boxes .module-box.last {
  margin-right: 0;
}

.module-box .module-box-head {
  background-color: #999;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 16pt;
  line-height: 16pt;
  font-weight: bold;
}

.module-box .module-box-body {
  background-color: #eee;
  padding: 30px;

}

.module-box .module-box-body .module-box-description {
  font-size: 12pt;
  line-height: 16pt;
  padding: 0 0 30px 0;
}

.module-box .module-box-body .module-box-description input {
  display: block;
  width: 99%;
  margin-bottom: 10px;
  border: 2px solid #999;
  border-radius: 0;
}

.module-box .module-box-body .module-box-description input:focus {
  background-color: #ffffee;
  border-color: #000000;
}

input.valid {
  background-color: #ccffcc;
  border-color: #006600;
}

input.invalid {
  background-color: #ffeeff;
  border-color: #ff0000;
}

/* ---------- MEDIA QUERIES ---------- */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  #content-3col #content_left {
    width: 25%;
  }

  #content-3col #content_center {
    width: 42%;
  }

  #content-3col #content_right {
    width: 25%;
  }
}

@media only screen and (min-width: 960px) and (max-width: 999px) {
  /*
  .wrapper-960 {
    max-width: 100%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  */
}

@media only screen and (max-width: 1399px) {
  #header #navigation .navigation-primary {
    display: none;
  }
}

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

  #header {
    background-color: #025CB8;
  }

  #header #navigation-cta .navigation-secondary ul li a.nav-search,
  #header #navigation-cta .navigation-secondary ul li a.nav-menu {
    color: #FFF !important;
  }

  #header #navigation-cta .navigation-secondary ul li a.nav-rfi,
  #header #navigation-cta .navigation-secondary ul li a.nav-register,
  #header #navigation-cta .navigation-secondary ul li a.nav-phone {
    display: none;
  }

  #title {
    padding-top: 50px;
  }

  #title #page-title h1 {
    font-size: 2.5rem;
  }

  .module-boxes .module-box.half, .module-boxes .module-box.third, .module-boxes .module-box.fourth {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 40px;
  }

  #content-3col {
    display: flex;
    flex-wrap: wrap;
  }

  #content-3col #content_left {
    width: 100%;
    float: none;
    order: 2;
    margin: 0 0 40px 0;
  }

  #content-3col #content_center {
    width: 100%;
    float: none;
    order: 1;
    margin: 0 0 40px 0;
  }

  #content-3col #content_right {
    width: 100%;
    float: none;
    order: 3;
    margin: 0 0 40px 0;
  }

  #block-system-main .ds-2col-programs .group-left,
  #block-system-main .ds-2col-courses .group-left {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }

  #block-system-main .ds-2col-programs .group-right,
  #block-system-main .ds-2col-courses .group-right {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 959px) {

  /*
  #header {
    height: 130px;
  }
  #header #nav-container {
    height: 50px;
  }

  #header-spacer {
    height: 130px;
  }

  */

  #landing_page_banner {
    background-position: left top;
  }

  form#landingpageshortrfi input {
    width: 32%;
    margin: 0 1% 0 0;
    padding: 15px 1%;
  }

  #splash {
    background-size: auto 100% !important;
  }

  #hero {
    background-size: auto 100% !important;
  }

  #hero-chooser {
    width: 46%;
    margin-left: 2%;
  }

  #hero-chooser a {
    width: 48%;
    margin: 0 2% 2% 0;
  }

  #hero-chooser a.full {
    width: 98%;
  }

  #hero-rfi {
    width: 46%;
    margin-right: 2%;
  }

  #hero-chooser h2, #hero-rfi h2 {
    font-size: 1.25em;
  }

  #hero-chooser #hero-levels a {
    font-size: 14px;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  #headline,
  .region.region-content,
  .region.region-second-white,
  .region.region-second-grey,
  #site-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  #header #navigation ul li a {
    padding: 5px 10px;
  }

  .content-search .view-content {
    width: 65%;
  }

  .content-search .view-filters {
    width: 30%;
  }

  .page-degree-search .content-search .view-content {
    width: 100%;
  }

  .page-degree-search .content-search .view-filters {
    width: 100%;
  }

  ul.quicktabs-style-nostyle li {
    padding: 15px 5px;
  }

  .wrapper-960 {
    max-width: 90%;
    width: 100%;
  }

  #content-2col #content {
    width: 60%;
  }

  #content-2col #content_sidebar {
    width: 35%;
  }

  .content-search .views-field.views-field-field-url,
  .content-search .views-field.views-field-field-registration-url {
    float: none;
    margin-top: 10px;
  }

  #headline {
    width: 100%;
    max-width: 100%;
  }

  .campus-banner {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .campus-banner .campus-banner-image {
    height: auto;
  }

  .campus-banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  #bottom #bottom-container {
    width: 100%;
    border-radius: 0;
    border-left-width: 0;
    border-right-width: 0;
  }
}

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

  section .home-splash-person-left {
    margin-bottom: 50px;
  }

  section .home-splash-person-left img {
    max-height: 300px;
  }

  section .home-splash-person-right img {
    max-height: 300px;
  }

  section.program-hero .title-mask-container {
    padding-top: 3rem;
    padding-bottom:1rem;
  }

  #admin-menu {
    display: none;
  }

  .dekstop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  body.logged-in.admin-menu, body.logged-in.admin-menu #header {
    margin: 0 !important;
    top: 0;
  }

  #splash {
    background-size: auto 100%;
    height: auto;
  }

  #splash.padding-top-50 {
    padding-top: 25px;
  }

  #splash .splash-box {
    width: 100%;
  }

  #splash .splash-box .splash-title {
    width: 100%;
    padding: 20px 0;
  }

  #splash .splash-box .splash-body {
    background-color: transparent;
    margin: 0 auto;
    padding: 20px 10px;
    width: 90%;
  }

  #splash .splash-legend {
    display: none;
  }

  #title #page-title h1 {
    font-size: 2rem;
  }

  #headline {
    padding-left: 10px;
    width: auto;
  }

  #hero {
    height: auto;
    margin: 0;
    background-image: none;
    padding-bottom: 50px;
  }

  #hero-chooser {
    float: none;
    width: 95%;
    padding: 4px;
    margin: 0 auto 20px auto;
  }

  #hero-chooser h2 {
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 20px 0;
  }

  #hero-chooser a, #hero-chooser a.full {
    margin: 0 0 4px 0;
    display: block;
    float: none;
    width: 99%;
  }

  #hero-rfi {
    float: none;
    width: 95%;
    padding: 4px;
    margin: 0 auto 0 auto;
  }

  #landing_page_banner {
    background-image: none;
    height: auto;
  }

  #landing_page_banner h1 {
    padding-bottom: 5px;
  }

  form#landingpageshortrfi input {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 15px 20px;
  }

  .campus-banner {
    width: auto;
    overflow: hidden;
  }

  .campus-banner .campus-banner-image {
    height: auto;
  }

  .campus-banner img {
    width: 100%;
    height: auto;
  }

  #content-2col #content {
    width: auto;
    display: block;
    float: none;
  }

  #content-2col #content_sidebar {
    width: auto;
    display: block;
    float: none;
    background-color: #EFEFEF;
  }

  .quicktabs-style-nostyle ul.quicktabs-tabs li {
    display: block;
    margin-left: 15px;
    margin-bottom: 2px;
    padding-left: 15px;
  }

  .quicktabs-style-nostyle ul.quicktabs-tabs li:last-child {
    margin-bottom: 0;
  }

  .quicktabs-style-nostyle ul.quicktabs-tabs li.active {
    margin-left: 0;
    padding-left: 30px;
  }

  .quicktabs-style-nostyle .item-list ul.quicktabs-tabs {
    margin-bottom: 0;
    background-color: #FFF;
  }

  .block-menu .content ul {
    margin: 0;
    padding: 0;
  }

  .block-menu .content ul li {
    margin: 0;
    padding: 0;
  }

  .block-menu ul li.expanded,
  .block-menu ul li.leaf {
    list-style-image: none;
    list-style-type: none;
  }

  .block-menu .content ul li a {
    display: block;
    background-color: #fff;
    border: 1px solid #000;
    color: #FFF;
    padding: 5px 20px;
    margin: 0 0 10px 0;
    text-decoration: none;
    border-radius: 5px;
  }

  .block-menu .content ul li a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: underline;
  }

  .block-menu .content ul.menu li ul.menu li a {
    padding-left: 30px;
  }

  fieldset.form-wrapper {
    border: 0;
    margin: 0;
  }

  fieldset.form-wrapper legend {
    width: 100%;
    padding: 5px 0;
    margin: 40px 0 0 0;
  }

  fieldset.form-wrapper legend .fieldset-legend {
    padding-left: 20px;
  }

  .form-item label {
    display: block;
    width: auto;
    text-align: left;
    float: none;
    margin: 0 0 5px 0;
  }

  .form-type-textfield .form-text,
  .form-type-password .form-text,
  .form-text,
  .form-type-select .form-select,
  .form-select,
  .form-type-select .form-textarea,
  .form-textarea {
    width: 100%;
    padding: 10px 0;
  }

  .rfi-full-form .form-item label {
    float: none;
    width: auto;
    text-align: left;
    margin: 0 0 10px 0;
  }


  .rfi-full-form .form-type-textfield .form-text,
  .rfi-full-form .form-type-password .form-text,
  .rfi-full-form .form-text,
  .rfi-full-form .form-type-select .form-select,
  .rfi-full-form .form-select {
    width: 100%;
    display: block;
  }

  .block .content {
    padding: 10px 0;
  }

  .block-programs .content .item-list ul li,
  .block-courses .content .item-list ul li {
    list-style: none;
    margin: 0;
  }

  .block-programs .content .item-list ul li a,
  .block-courses .content .item-list ul li a {
    display: block;
    padding: 10px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 10px;
    line-height: 100%;
  }

  .block-programs .content .item-list ul li a:hover,
  .block-courses .content .item-list ul li a:hover {
    color: #FFF;
    background-color: #000;
    text-decoration: underline;
  }

  .block-programs,
  .block-courses {
    float: none;
    display: block;
    margin: 0 0 50px 0;
    padding: 0;
    width: auto;
  }

  #block-programs-program-subjects-list,
  #block-courses-course-subjects-list {
    float: none;
    display: block;
  }

  .item-list ul.pager li {
    padding: 5px 20px;
    border: 2px solid #DDD;
    background-color: #DDD;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    display: block;
    float: left;
  }

  .item-list ul.pager li:hover {
    background-color: #000;
  }

  .item-list ul.pager li:hover a {
    color: #FFF;
  }

  .item-list ul.pager li.pager-current {
    background-color: #FFF;
  }

  .item-list ul.pager li.pager-current:hover {
    background-color: transparent;
  }

  .content-search .view-content {
    float: none;
    display: block;
    width: auto;
    margin-bottom: 25px;
  }

  .content-search .view-filters {
    float: none;
    display: block;
    width: auto;
    margin-top: 3rem;
  }
  
  .content-search .view-mobile-cta {
    margin-bottom: 1rem;
  }

  .content-search .view-filters .views-exposed-widget {
    width: 100%;
  }

  .content-search .view-filters .views-exposed-widget .views-widget {
    width: auto;
  }

  .content-search .view-filters .views-exposed-widget .form-item-items-per-page select.form-select {
    width: 50%;
  }
  
  .content-search .views-field.views-field-field-registration-url,
  .content-search .views-field.views-field-field-url {
    display: block;
    float: none;
    margin-top: .5rem;
    bottom: 0;
  }
  
  #view-filter-buttons a {
    display: block;
  }

  #block-courses-course-demo-video {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
  }

  #block-courses-course-demo-video .content {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  #block-courses-course-demo-video .content iframe {
    width: 100%;
    height: 300px;
  }

  .event .event-row .event-label {
    width: auto;
    float: none;
  }

  .event-row .event-data {
    width: auto;
    float: none;
  }

  .row {
    margin: 0;
  }

  .col-half, .col-third, .col-fourth, .col-twothirds {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }

  #footer .footer-social,
  #footer .contact,
  #footer .system-links,
  #footer .compliance-links,
  #footer .external-links {
    text-align: center !important;
  }

  #footer p a {
    padding: 5px 10px;
    background-color: #99ccff;
    border-radius: 2px;
    color: #003366;
    display: block;
    margin: 0 0 10px 0;
  }

  #footer p a:hover {
    color: #FFF;
    background-color: #003366;
  }

  #footer p a:first-child {
  }

  #bottom {
    width: 100%;
  }

  #bottom #bottom-container {
    padding: 10px 0;
    width: 100%;
    border-radius: 0;
  }

  .hide-m {
    display: none;
  }

  .show-m {
    display: block;
  }

  #view-filters-toggle {
    display: block;
  }

  .view-filters {
    display: none;
  }
}










/* CSS OVERRIDES */
header #header-nav {
min-height:44px;
background-color:#005096;
}
header #header-top #header-logo img {
  height:auto;
  max-width:300px;
}
header #header-nav a:hover {
background-color: #004197;
}
section .btn {
  margin-top:1rem;
}
.padding-ver-100{
  padding-top:80px;
  padding-bottom:80px;
}
.sf-menu {
    line-height: 1.5;
    font-family: 'Montserrat';
}
#rfi-modal .modal-footer {
  box-shadow:none;
  border-top: 1px solid #ccc;
}

.block--homepage-you-have-arrived h1 {
font-family: 'Montserrat';
font-weight:700;

}
.block--homepage-you-have-arrived h4, .block--homepage-rocket-scientist h4 {
font-family: 'Montserrat';
font-weight:700;
}
.block--homepage-you-have-arrived h5 {
font-family: 'Montserrat';
font-weight:500;
}
.block--homepage-forget-choosing h2, .block--homepage-here-when-you-need-us h2, .block--homepage-rocket-scientist h2, .block--homepage-not-alone h2 {
  font-family: 'Montserrat';
  font-weight:700;
}
.block--homepage-forget-choosing p, .block--homepage-here-when-you-need-us p, .block--homepage-not-alone p {
  font-family: 'Montserrat';
line-height:32px;
}
section .block--tuition-financial-aid-top ul {
  padding-left:0rem;
}
.add-ticks ul li {
  margin: 0;
	padding: 10px 0 10px 50px;
	list-style: none;
	background-image: url('/sites/all/themes/umolglobal/images/tick.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;
}
section .block--tuition-financial-aid-top h2, section .block--tuition-fees-affordable h2.block-title, section .block--tuition-fees-affordable h4, section .block--about-us-top h2, section .block--courses-landing-top h1,
section .block--programs-landing-top h1, section .block--transfer-credits-hey h2, section .block--sawg-store-links h2, section .block--swag-social-links h3, section .block--transfer-credits-table h2.block-title {
  font-family: 'Montserrat';
  font-size: 2.8rem;
  font-weight:700;
  line-height:3.6rem;
}
section .block--courses-landing-top h4, section .block--programs-landing-top h3, section .block--transfer-credits-hey h3, section .block--about-us-enough h5, .block--tuition-fees-affordable h5 {
  font-family: 'Montserrat';
  font-size: 2rem;
  font-weight:700;
  line-height:3rem;
}

section .block--tuition-financial-aid-top p, section .block--tuition-financial-aid-top li, section .block--tuition-fees-affordable p, section .block--courses-landing-top p,
section .block--programs-landing-top p, section .block--transfer-credits-hey p, section .block--transfer-credits-table p, section .block--about-us-top p, .block--about-us-enough p, .block--sawg-store-links p {
  font-family: 'Montserrat';
  font-size: 18px;
  line-height:30px;
}

section .block--programs-landing-top .person-desktop img {
  max-height:700px;
  max-width:100%;
  margin-bottom:-80px;
}
section .block--programs-landing-top .person-mobile {
height:650px
}
section .block--programs-landing-top .person-mobile img {
  max-width:100%;
  margin-bottom:200px;
}
section .block--courses-landing-top img {
  max-width:100%;
  margin-bottom:-80px;
}
section .block--courses-landing-top .person-desktop img {
  max-width:100%;
  margin-bottom:-80px;
}
section .block--courses-landing-top .person-mobile {
height:550px
}
section .block--courses-landing-top .person-mobile img {
  max-width:100%;
}
section .block--transfer-credits-hey .person-desktop img {
  max-height:700px;
  max-width:100%;
  margin-bottom:-80px;
}
section .block--transfer-credits-hey .person-mobile {
height:550px
}
section .block--transfer-credits-hey .person-mobile img {
  max-width:100%;
}
section .block--tuition-financial-aid-top .person-desktop img {
  max-height:800px;
  max-width:100%;
  margin-bottom:-80px;
}
section .block--tuition-financial-aid-top .person-mobile {
height:800px
}
section .block--tuition-financial-aid-top .person-mobile img {
  max-width:100%;
}
section .block--about-us-top .person-desktop img {
  max-width:100%;
  margin-bottom:-80px;
}
section .block--about-us-top .person-mobile {
height:650px
}
section .block--about-us-top .person-mobile img {
  max-width:100%;
}
section .home-splash-person-mid img {
  max-width:100%;
}
section .home-splash-person-mid {
  margin-bottom:0px;
  border-bottom:1px solid #fff;
}
section .home-splash-person-top img {
  max-height: 300px;
  max-width:100%;
}

.circle-bg {
  background-image: url('/sites/all/themes/umolglobal/images/background-circle.png');
  background-repeat: no-repeat;
  background-position:right;
  background-size:700px;
}
section .block--homepage-you-have-arrived .circle-bg {
background-position:center top 100px;
margin-bottom:-80px;
}
section .block--homepage-not-alone .circle-bg {
background-position:center top 100px;
}
section .block--courses-landing-top .circle-bg, section .block--programs-landing-top .circle-bg {
background-size:600px;
}
section .block--transfer-credits-hey .circle-bg, section .block--tuition-financial-aid-top .circle-bg {
background-size:550px;
}
section .block--about-us-top .circle-bg {
background-size:600px;
}
.block--programs-not-sure-where-to-start p, .block--tuition-financial-aid-here-to-help p, .block--courses-not-sure-where-to-start p, .block--transfer-not-sure-where-to-start p {
  font-family: 'Montserrat';
  font-weight:400;
  line-height:30px;
}
section .block.block-programs h2, section .block.block-courses h2 {
  font-family: 'Montserrat';
  font-weight:700;
}

.block--but-really-enough-about-us-what-do-others-have-to-say h2, section .block--meet-our-friends-and-family h2.block-title, .block--about-us-enough h2{
  font-family: 'Montserrat';
    font-weight:700;
    font-size:2.4rem;
    line-height:2.8rem;
    margin-bottom:60px;
text-align:center;
}
.program-cards button {
  font-family: 'Montserrat';
}
.location-grid {
  background-color:#0062af;
  padding:12px 20px;
  color:#fff;
  text-align:left;
  margin-bottom:20px;
}
.location-grid p {
  margin-bottom:-0.1rem;
  font-size:16px !important;
}
.location-grid a {
  color:#fff;
  text-decoration:none;
}
.location-grid p.location-grid-title {
  color:#00b6f5;
  font-size:1.2rem !important;
  font-weight:700;
}
.rtchat {
  height:100%;
  border: 2px solid #00b6f5;
  font-family: 'Montserrat';
  font-weight:700;
  padding:50px 0;
  border-radius:10px;
}
.rtchat img {
  width:120px;
  border-radius:200px;
margin-bottom:15px;
}
.rtchat p.ready-to-chat {
  margin-bottom:0.8rem;
}
.ready-to-chat a {
  color:#00b6f5;
  font-size:2.2rem;
}
.talk-to-jen a {
  color:#0061af;
  font-size:1.8rem;
}
.rtchat a {
  text-decoration: none;
}
.quotes .quote {
  box-shadow:none;
}
.quotes .quote img {
  margin-top:20px;
}
.quotes .col-md-6 {
  margin-bottom:20px;
}
#block-quotes-quotes-student-online .quotes .quote {
  background-color:#005096;
  padding-top:1rem;
}

@media only screen and (max-width: 575px) {
  header #header-top #header-logo img {
    max-width:230px;
  }
  #header-nav {
    display:none;
  }
  .block--homepage-you-have-arrived h4 {
    margin-top:-40px;
  }
  section .home-splash-person-left img {
    margin-bottom:-130px;
  }
  section .block--tuition-financial-aid-top p, section .block--tuition-financial-aid-top li, section .block--tuition-fees-affordable p, section .block--courses-landing-top p,
  section .block--programs-landing-top p, section .block--transfer-credits-hey p, section .block--transfer-credits-table p, section .block--about-us-top p, .block--about-us-enough p, .block--sawg-store-links p {
    font-size: 16px;
    line-height:26px;
  }
  section .block--tuition-financial-aid-top h2, section .block--tuition-fees-affordable h2.block-title, section .block--tuition-fees-affordable h4, section .block--about-us-top h2, section .block.block--courses-landing-top h1, section .block.block--programs-landing-top h1,
  section .block--transfer-credits-hey h2, section .block--about-us-enough h2, section .block--sawg-store-links h2, section .block--swag-social-links h3, section .block--transfer-credits-table h2 {
    font-size: 1.8rem;
    line-height:2.4rem;
    margin-top:-40px;
  }
  section .block--courses-landing-top h4, section .block--programs-landing-top h3, section .block--transfer-credits-hey h3, section .block--about-us-enough h5, .block--tuition-fees-affordable h5 {
    font-size: 1.6rem;
    line-height:2rem;
  }
  .block--homepage-you-have-arrived h1 {
    font-size: 3.2rem;
    line-height:3.5rem;
  }
   .block--homepage-forget-choosing h2, .block--homepage-here-when-you-need-us h2, .block--homepage-not-alone h2, .block--homepage-rocket-scientist h2 {
    font-size: 2.4rem;
    line-height:2.8rem;
  }
  .block--homepage-you-have-arrived h4 {
    font-size: 1.3rem;
  }
  .block--homepage-you-have-arrived h5{
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-top:-10px;
  }
  section .top-photo img {
    max-height:150px;
  }
.block--homepage-rocket-scientist h4 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .block--homepage-forget-choosing p, .block--homepage-here-when-you-need-us p, .block--homepage-not-alone p {
font-size:18px;
line-height:26px;
  }
  .block--programs-not-sure-where-to-start p, .block--tuition-financial-aid-here-to-help p, .block--courses-not-sure-where-to-start p, .block--transfer-not-sure-where-to-start p {
    font-size:16px;
    line-height:26px;
  }
  .circle-bg {
    background-position:bottom ;
    background-size:80% !important;
  }
  section .block--homepage-you-have-arrived .circle-bg{
    background-position:bottom;
  }
.faf .faf-banner {
  left: 37%;
width: 65%;
}
.faf .faf-image {
  height:350px;
}
section.program-hero .title-mask-container .title-mask h1 {
  font-size:2rem;
  line-height:2.4rem
}
section.program-hero .title-mask-container .title-mask h2 {
  font-size:1.6rem;
}

}

@media only screen and (max-width: 768px) and (min-width: 576px){
  #header-nav {
    display:none;
  }
  section .home-splash-person-left img {
    margin-bottom:-130px;
  }
  .block--homepage-forget-choosing h2, .block--homepage-here-when-you-need-us h2, .block--homepage-not-alone h2, .block--homepage-rocket-scientist h2 {
   font-size: 2.4rem;
   line-height:2.9rem;
 }
 .block--homepage-you-have-arrived h5{
   line-height: 2.2rem;
 }
  .block--homepage-forget-choosing p, .block--homepage-here-when-you-need-us p, .block--homepage-not-alone p {
font-size:17px;
line-height:26px;
  }
  section .top-photo img {
    max-height:200px;
  }
  section .block--tuition-financial-aid-top p, section .block--tuition-financial-aid-top li, section .block--tuition-fees-affordable p, section .block--courses-landing-top p,
  section .block--programs-landing-top p, section .block--transfer-credits-hey p, section .block--transfer-credits-table p, section .block--about-us-top p, section .block--about-us-enough p, .block--sawg-store-links p {
    font-size: 16px;
    line-height:26px;
  }
  .block--programs-not-sure-where-to-start p, .block--tuition-financial-aid-here-to-help p, .block--courses-not-sure-where-to-start p, .block--transfer-not-sure-where-to-start p {
    font-size:16px;
    line-height:26px;
  }
  .circle-bg {
    background-position:bottom;
    background-size:90% !important;
  }
  section .block--homepage-you-have-arrived .circle-bg{
    background-position:bottom 50px;
  }
  section.program-hero .title-mask-container .title-mask h1 {
    font-size:2.4rem;
  }
  section.program-hero .title-mask-container .title-mask h2 {
    font-size:1.8rem;
  }
}

@media only screen and (max-width: 992px) and (min-width: 769px){
  #header-nav {
    display:none;
  }
  .block--homepage-forget-choosing h2, .block--homepage-here-when-you-need-us h2, .block--homepage-not-alone h2, .block--homepage-rocket-scientist h2 {
   font-size: 3rem;
 }
 .block--homepage-forget-choosing p, .block--homepage-here-when-you-need-us p, .block--homepage-not-alone p {
   font-size:18px;
   line-height:30px;
 }
  section .block--tuition-financial-aid-top h2, section .block--tuition-fees-affordable h2.block-title, section .block--tuition-fees-affordable h4, section .block--about-us-top h2, section .block.block--courses-landing-top h1, section .block.block--programs-landing-top h1,
  section .block--transfer-credits-hey h2, section .block--about-us-enough h2, section .block--sawg-store-links h2, section .block--swag-social-links h3, section .block--transfer-credits-table h2 {
    font-size: 2rem;
    line-height:2.6rem;
  }
  section .block--courses-landing-top h4, section .block--programs-landing-top h3, section .block--transfer-credits-hey h3, section .block--about-us-enough h5, .block--tuition-fees-affordable h5 {
    font-size: 1.4rem;
    line-height:2rem;
  }
  .block--homepage-you-have-arrived h5{
    line-height: 2.2rem;
  }
  section .block--tuition-financial-aid-top p, section .block--tuition-financial-aid-top li, section .block--tuition-fees-affordable p, section .block--courses-landing-top p,
  section .block--programs-landing-top p, section .block--transfer-credits-hey p, section .block--transfer-credits-table p, section .block--about-us-top p, .block--about-us-enough p, .block--sawg-store-links p {
    font-size: 15px;
    line-height:26px;
  }
  .block--programs-not-sure-where-to-start p, .block--tuition-financial-aid-here-to-help p, .block--courses-not-sure-where-to-start p {
    font-size:16px;
    line-height:26px;
  }
  .swag-pic img {
    margin-bottom:200px;
  }
  .circle-bg {
    background:none;
  }
  .block--homepage-not-alone .circle-bg{
    background-image: url('/sites/all/themes/umolglobal/images/background-circle.png');
    background-repeat: no-repeat;
    background-position:center;
    background-size:700px;
  }
  .block--homepage-you-have-arrived .circle-bg{
    background-image: url('/sites/all/themes/umolglobal/images/background-circle.png');
    background-repeat: no-repeat;
    background-position:center;
    background-size:700px;
  }

}

@media only screen and (max-width: 1200px) and (min-width: 993px){
  section .block--tuition-financial-aid-top h2, section .block--tuition-fees-affordable h2.block-title, section .block--tuition-fees-affordable h4, section .block--about-us-top h2, section .block.block--courses-landing-top h1, section .block.block--programs-landing-top h1,
  section .block--transfer-credits-hey h2, section .block--about-us-enough h2, section .block--sawg-store-links h2, section .block--swag-social-links h3, section .block--transfer-credits-table h2 {
    font-size: 2.5rem;
    line-height:3rem;
  }
  section .block--courses-landing-top h4, section .block--programs-landing-top h3, section .block--transfer-credits-hey h3, section .block--about-us-enough h5 {
    font-size: 1.8rem;
    line-height:2.6rem;
  }
  section .block--tuition-financial-aid-top p, section .block--tuition-financial-aid-top li, section .block--tuition-fees-affordable p, section .block--courses-landing-top p,
  section .block--programs-landing-top p, section .block--transfer-credits-hey p, section .block--transfer-credits-table p, section .block--about-us-top p, .block--about-us-enough p, .block--sawg-store-links p {
    font-size: 17px;
    line-height:28px;
  }
  .swag-pic img {
    margin-bottom:150px;
  }
  .circle-bg {
    background:none;
  }
  .block--homepage-not-alone .circle-bg{
    background-image: url('/sites/all/themes/umolglobal/images/background-circle.png');
    background-repeat: no-repeat;
    background-position:center;
    background-size:700px;
  }
  .block--homepage-you-have-arrived .circle-bg{
    background-image: url('/sites/all/themes/umolglobal/images/background-circle.png');
    background-repeat: no-repeat;
    background-position:center;
    background-size:700px;
  }
}


@media only screen and (max-width: 400px) {
.block--homepage-you-have-arrived h4 {
  font-size: 1.1rem;
}
}
