/*
	Theme Name:	NYU TRES Bootstrap
	Template:	hotchalk-bootstrap
*/

/* BOOTSTRAP UPGRADES */
.container,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 30px;
  padding-right: 30px;
}
.row {
  margin-left: -30px;
  margin-right: -30px;
}

/* FONTS 
---------------------------------------------------------*/
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Light.eot");
  src: url("fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/Gotham-Light.woff") format("woff"),
    url("fonts/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Book.eot");
  src: url("fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"),
    url("fonts/Gotham-Book.woff") format("woff"),
    url("fonts/Gotham-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Medium.eot");
  src: url("fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/Gotham-Medium.woff") format("woff"),
    url("fonts/Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham-Bold";
  src: url("fonts/Gotham-Bold.eot");
  src: url("fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Gotham-Bold.woff") format("woff"),
    url("fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: "Gotham", arial, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  line-height: 1.5em;
}

/* DEFAULT STYLES */
html,
body,
.bg-purple {
  background-color: #57068c;
}
.container {
  position: relative;
}
main {
  padding-top: 140px;
}
section .container,
footer .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 30px;
  font-weight: inherit;
}
h1 {
  margin: 0 0 30px 0;
  font-size: 60px;
  line-height: 65px;
}
h2 {
  font-size: 44px;
}
h3 {
  font-size: 32px;
  line-height: 44px;
}
p {
  margin-bottom: 30px;
}
a {
  color: inherit;
}
a:active,
a:hover,
a:focus {
  color: #57068c;
  text-decoration: none;
}
h3 a {
  color: #57068c;
  text-decoration:underline !important;
}
.block::before,
.block::after {
  content: " ";
  display: table;
}
.block::after {
  clear: both;
}
.pad-25 {
  padding: 25px;
}
.pad-30 {
  padding: 30px;
}
.pad-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pad-lr-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.pad-blr-30 {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.pad-60 {
  padding: 60px;
}
.buffer-5 {
  padding-bottom: 5px;
  clear: both;
}
.buffer-15 {
  padding-bottom: 15px;
  clear: both;
}
.buffer-25 {
  padding-bottom: 25px;
  clear: both;
}
.buffer-30 {
  padding-bottom: 30px;
  clear: both;
}
.buffer-50 {
  padding-bottom: 50px;
  clear: both;
}
.buffer-60 {
  padding-bottom: 60px;
  clear: both;
}
.last {
  margin-bottom: 0;
}
.bg-white {
  background-color: #fff;
}
.bg-green {
  background-color: #799a05;
}
.bg-purple {
  background-color: #5c068c;
}
.bg-warm-grey {
  background-color: #939a90;
}
.bg-cool-grey {
  background-color: #4a4f55;
}
.bg-content-grey {
  background-color: #ebeae8;
}
.bg-sidebar-grey {
  background-color: #f6f4f2;
}
.wp-block-spacer {
  height: 50px !important;
}
input:focus,
select:focus,
button:focus,
.btn:focus,
a:focus {
  outline: 2px solid #54a1f9 !important;
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 42px;
    line-height: 45px;
  }
  H2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
    line-height: 26px;
  }
  .wp-block-spacer {
    height: 30px !important;
  }
}
@media (max-width: 991px) {
  body {
    padding: 10px;
  }
  .desktop-only {
    display: none !important;
  }
  body .row-inner {
    margin-left: -30px;
    margin-right: -30px;
  }
  .col-content,
  .col-sidebar {
    padding: 60px 30px;
  }
}
@media (min-width: 992px) {
  .col-content,
  .col-sidebar {
    padding: 60px;
  }
  .row-table {
    display: flex;
  }
  .col-table {
    display: table-cell;
    float: none;
    position: relative;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

/* SECTION BANNER HERO */
/* Banner Styles */
section.banner .container {
  padding-top: 0;
  padding-bottom: 0;
}
.col-hero {
  padding: 0;
}
.col-hero img {
  width: 100%;
  height: auto;
}
.row-cta {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background-color: rgba(121, 154, 5, 1);
}
section.banner .cta-btn {
  display: block;
  padding: 20px;
  color: #57068c;
  font-size: 1.25em;
  line-height: 1;
  font-weight: 500;
  background-color: #fff;
  border-radius: 37px;
  transition: all 0.25s;
}
section.banner .cta-btn::after {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-left: 10px;
}
section.banner .cta-btn:hover,
section.banner .cta-btn:active,
section.banner .cta-btn:focus {
  text-decoration: none;
  color: #fff;
  background-color: #57068c;
}
@media (max-width: 991px) {
  section.banner .cta-btn {
    margin: 0 auto;
    padding: 15px;
    max-width: 300px;
    font-size: 1em;
  }
  section.banner .mobile-only {
    display: inherit !important;
  }
}
@media (min-width: 992px) {
  .row-cta {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
    background-color: rgba(121, 154, 5, 0.7);
  }
}

/* BREADCRUMB STYLES */
.breadcrumb {
  padding: 0;
  font-size: 16px;
  color: #57068c;
  background-color: transparent;
  margin-top: -40px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .breadcrumb {
    font-size: 13px;
    margin-bottom: 30px;
  }
}

/* SECTION CONTENT */
section.content .container {
  padding-top: 0;
  padding-bottom: 0;
}
section.content .wp-block-button {
  display: block;
  float: none;
  margin-top: 30px;
}
section.content .wp-block-button a {
  position: relative;
  min-width: 300px;
  padding-right: 40px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  background-color: #57068c;
  border: 2px solid #57068c;
  transition: all 0.25s;
}
section.content .wp-block-button a:hover,
section.content .wp-block-button a:active,
section.content .wp-block-button a:focus {
  color: #57068c;
  background-color: #fff !important;
  text-decoration: none;
}
section.content .wp-block-button a::after {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
  font-size: 30px;
  line-height: 30px;
  color: #c7d69b;
}
section.content .wp-block-button a:hover::after,
section.content .wp-block-button a:active::after,
section.content .wp-block-button a:focus::after {
  color: inherit;
}
section.content ul,
section.content ol {
  margin-bottom: 30px;
}
section.content .col-content li {
  margin-bottom: 15px;
}
section.content p a,
section.content ul a,
section.content ol a,
#kb-article-content a {
  border-bottom: 2px solid #57068c;
}
.col-content .shout-out-block {
  margin-bottom: 30px;
  padding: 30px 30px 0 30px;
  background-color: #fff;
}
.col-content .shout-out-block::after {
  display: table;
  clear: both;
  content: "";
}

/* FACULY LIST BUILDER STYLES */
.faculty-headline {
  margin: 0;
}
.col-faculty {
  margin-top: 30px;
}
.faculty-member {
  position: relative;
  margin-top: 40px;
  margin-left: 70px;
  min-height: 170px;
  padding: 30px 30px 30px 130px;
}
.faculty-member .info-block {
  display: inline-block;
  vertical-align: top;
}
.faculty-hero {
  position: absolute;
  top: -40px;
  left: -70px;
  width: 170px;
  height: auto;
}
.faculty-hero img {
  width: 100%;
}
.faculty-name {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}
.faculty-job-title {
  margin-top: 10px;
  font-size: 18px;
  color: #cfd58b;
  line-height: 1.25;
}
.faculty-bio {
  margin-top: 30px;
  margin-left: 70px;
}
.faculty-bio p:last-child {
  margin-bottom: 0;
}

/* CURRICULUM BUILDER STYLES */
.curriculum-step-title h3 {
  margin-top: 0;
}
.coursetype {
  font-weight: bold;
  color: #5c068c;
  padding: 5px;
  border-bottom: 1px solid #e1e1e1;
}
.coursetype .credits {
  display: inline;
  color: #474747;
}
.coursecode {
  display: none;
}
.vvo_courses a {
  display: block;
}
.coursename {
  display: block;
  font-weight: bold;
  padding: 15px 40px 15px 5px;
  cursor: pointer;
  border-bottom: 1px solid #e1e1e1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 16px;
  background-position: right 10px top 24px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-color: none;
  background-image: url("img/arrow-down-purple.png");
}
.vvo_coursesdescription {
  font-size: 15px;
  line-height: 22px;
  padding: 5px 40px 5px 5px;
  border-bottom: 1px solid #e1e1e1;
}
.coursename:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.on .coursename {
  background-image: url("img/arrow-up-purple.png");
  border-bottom: 1px solid transparent;
}
.on .coursename:hover {
  background-color: transparent;
}
.bull {
  padding: 10px 0 20px;
}
.bull li {
  background: url("img/icon-bullet.png") no-repeat 0 5px;
  list-style: none;
  padding: 0 0 20px 30px;
}

/* SIDEBAR STYLES */
.col-sidebar .aside {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 2px solid #c7d69b;
}
.col-sidebar .aside:last-child {
  margin-bottom: 0;
}
.aside h3,
.aside h4,
.aside p,
.aside ul {
  margin-bottom: 30px;
}
.aside h3, .aside h4 {
  color: #57068c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
.aside h3:first-child, .aside h4:first-child {
  margin-top: 0;
}

.aside blockquote {
  margin: 0 0 25px 0;
  padding: 0;
  color: #57068c;
  font-size: inherit;
  font-weight: 400;
  border: none;
}
.aside blockquote .quotemark {
  background: url("img/quote-purple.svg") no-repeat scroll;
  background-size: 32px 34px;
  width: 25px;
  height: 22px;
  display: inline-block;
}
.aside .author {
  text-transform: uppercase;
}

/* EVENTS STYLES */
.aside .search-events {
  margin-bottom: 55px;
  padding-bottom: 45px;
  border-bottom: 2px solid #c7d69b;
}
.aside .share-btns {
  margin-bottom: 30px;
}
.aside .share-btns .icon {
  margin-right: 20px;
}
.aside .share-btns .icon:last-child {
  margin-right: 0;
}
#page-admission-events .col-sidebar .aside {
  border: none;
}
.aside h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.aside select.event-category-dropdown {
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
  border: solid 1px #57068c;
}
.event-list .event {
  padding-bottom: 20px;
}
.event-list ul {
  padding-left: 0;
}
.event-list li {
  list-style: none;
}
.event-list .event-content li {
  list-style: initial;
  margin-left: 30px;
}
.event-content .rsvp {
  background-color: #57068c;
  border: 2px solid #57068c;
  color: #fff;
  font-weight: 700;
  padding: 13px 25px 13px 25px;
  border-radius: 37px;
}
.event-content a.rsvp:hover,
.event-content a.rsvp:hover,
.event-content a.rsvp:active,
.event-content a.rsvp:focus {
  color: #57068c;
  background-color: #fff !important;
  text-decoration: none;
}
.event-content a.rsvp::after {
  content: "\f0da";
  font-family: "FontAwesome";
  position: relative;
  top: 2px;
  margin-left: 12px;
  font-size: 25px;
  color: #c7d69b;
}
.event-content a.rsvp:hover::after {
  color: #57068c;
}
.search-events-mobile {
  padding-bottom: 30px;
}
.search-events-mobile h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.search-events-mobile select.event-category-dropdown {
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
  border: solid 1px #57068c;
}
.eckb-categories-list span {
  color: black !important;
}
#eckb-article-content-header {
  display: none;
}

/* COST STYLES */
.tuition-block {
  margin-bottom: 30px;
  padding:45px 60px 60px 60px;
  background-color:#fff;
  max-width: 700px;
}

/* LOCATIONS STYLES */
.partnerships-block {
  margin-top: 60px;
}
.partnerships-block .details h2:first-child {
  margin-top: 0;
}
.partnerships-block .details > p:last-child {
  margin-bottom: 0;
}
.detail-row {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #c7d69b;
}
.row-percent-box {
  margin-top: 30px;
  margin-bottom: 60px;
}
.row-percent-box .slide {
  text-align: center;
}
.row-percent-box .slide > h3 {
  color: #fff;
}
.row-percent-box .slide > h3:first-child {
  margin-top: 0;
}
.row-percent-box .slide .descr {
  color: #cfd58b;
  text-transform: uppercase;
  font-size: 16px;
}
.row-percent-box .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1199px) {
  .row-percent-box .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-percent-box .slick-slide .pad-30 {
    padding: 30px 10px;
  }
  .row-percent-box .slide h3 {
    font-size: 36px;
  }
  .row-percent-box .slide .descr {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .detail-row .left,
  .detail-row .right {
    display: block;
  }
}
@media (min-width: 992px) {
  .row-percent-box .col-table {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-percent-box .slide {
    display: table;
    height: 100%;
  }
  .detail-row::before,
  .detail-row::after {
    content: " ";
    display: table;
  }
  .detail-row::after {
    clear: both;
  }
  .detail-row .left,
  .detail-row .right {
    float: left;
  }
  .detail-row .left {
    width: 35%;
    margin-right: 30px;
  }
  .detail-row .right {
    width: calc(65% - 30px);
  }
}
@media (max-width: 767px) {
  .row-percent-box .col-table {
    padding: 0;
  }
  .row-percent-box ul.slick-dots {
    display: none !important;
  }
}

/* MODAL STYLES */
.modal {
  background: #57068c;
}
.modal-dialog {
  width: 100%;
}
.modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
}
.modal-body {
  padding: 50px 25px 25px 25px;
}
.modal .close {
  position: absolute;
  top: 0px;
  right: 25px;
  display: block;
  width: 34px;
  height: 34px;
  background: url("/wp-content/themes/nyu-tres/img/icon-close-white.png")
    no-repeat center;
  opacity: 1;
}
.modal .close span {
  display: none;
}
/* MODAL FORM STYLES */
.modal .socprogram {
  display: none;
}
.modal .f_select,
.modal .f_text,
.modal .f_textarea {
  border: 1px solid #fff;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  font-weight: 500;
}
.modal .f_select option {
  color: #000;
}
.modal label {
  color: #fff !important;
  font-weight: normal !important;
  margin: 0 !important;
  text-align: left;
  font-size: 18px;
  padding: 0 0 5px 0;
}
.modal .plato.form-container .field label.label {
	float:none;
}
.modal .plato.form-container .radio input[type="radio"] {
	margin-left:0;
}
.modal .plato .desc {
  color: #fff;
  font-size: 16px;
}
.modal .field-box div {
  padding-bottom: 25px;
}
.modal .field-box div.hc-val-msg {
  padding-bottom: 10px;
}
.modal .field.submit {
  margin-bottom: 25px;
  text-align: center;
}
.modal .plato .f_submit {
  display: inline-block;
  padding: 15px 50px;
  text-align: center;
  font-size: 20px;
  color: #5c068c;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  border: none;
  transition: all 0.25s;
  background: rgb(207, 213, 139); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(207, 213, 139, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(207, 213, 139, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(207, 213, 139, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd58b', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.modal .plato .f_submit:hover {
  background-color: #a4a597;
  background: -moz-linear-gradient(
    left,
    rgba(164, 165, 151, 1) 0%,
    rgba(209, 210, 203, 1) 100%
  ) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(164, 165, 151, 1) 0%,
    rgba(209, 210, 203, 1) 100%
  ) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(164, 165, 151, 1) 0%,
    rgba(209, 210, 203, 1) 100%
  ) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4a597', endColorstr='#FFFFFF',GradientType=1 ); /* IE6-9 */
}
@media (max-width: 767px) {
  .modal .plato .desc {
    font-size: 15px;
    line-height: 1.2em;
  }
  .modal .close {
    right: 55px;
  }
}

/******** STYLES ********/

header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9;
}

header .row {
  background: #fff;
}

header .row .top-menu {
  background: #57068c;
}

header .logo img {
  width: 260px;
  padding: 30px 0;
  float: left;
  vertical-align: bottom;
}

header .logo a {
  border: none;
}

#page-home header {
  background: #57068c;
  padding-top: 50px;
  left: 0;
  right: 0;
}

/* Scroll Start */
#page-home header.scrolled .top-menu {
  animation-direction: normal;
  animation-duration: 0.7s;
  display: block;
}

.unsticky {
  overflow-y: scroll;
  height: 100%;
}

#page-home header.float-panel.dt.scrolled {
  position: fixed;
  animation: slide-down;
  transition: all 0.9s;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}

#page-home header.float-panel.dt.scrolled .top-menu {
  display: inherit;
}

#page-home header.scrolled {
  padding-top: 0px;
  position: fixed;
  top: 0;
  z-index: 9;
}

#page-home header .top-menu {
  animation-direction: normal;
  animation-duration: 0.7s;
  display: block;
}

#page-home header .row .top-menu {
  display: none;
}

#page-home header.float-panel.dt.scrolled .top-menu {
  display: inherit;
}

.menu-visually-hidden,
.skiptocontent a {
  position: absolute;
  top: -500px;
}

.skiptocontent a:focus {
  background: #fff;
  color: #000;
  font-size: 12px;
  position: absolute;
  top: 26px;
  left: 329px;
  padding: 5px;
  white-space: nowrap;
  z-index: 9999;
}

.position-skiptocontent {
  position: relative;
  top: -260px;
}

#page-full-time .position-skiptocontent,
#page-part-time .position-skiptocontent,
#page-costs .position-skiptocontent,
#page-locations .position-skiptocontent,
#page-faq .position-skiptocontent {
  position: relative;
  top: 0;
}

/* Navigation */
.navbar {
  margin-bottom: 0;
  top: 0;
  right: 0;
  border: none;
  border-radius: 0;
  position: initial;
}
.navbar-static-top {
  border-width: 0;
}

.navbar a {
  border: none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #5c068c;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: inherit;
}

ul.navbar-nav {
  padding-top: 0;
  float: right;
}

.navbar-nav ul {
  height: 100%;
}

.navbar-nav > li {
  height: 90px;
}

.navbar-nav > li > a .caret {
  display: none;
}

.navbar-nav > li > a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding: 36px 20px;
  transform: translateY(-50%);
  top: 50%;
}

.navbar-nav li a {
  text-decoration: none;
}

.navbar-nav .dropdown-menu {
  box-shadow: none;
}

.navbar-nav li:hover > a:hover {
  color: #c7d69b;
}

.navbar-nav li.open > a,
.navbar-nav li:hover > a {
  color: #fff;
  background-color: #57068c;
}

.navbar-nav li.active a:hover,
.navbar-nav li.active a {
  background: none;
  color: #000;
}

.navbar-nav li.active a {
  background: none;
  color: #5c068c;
}

.navbar-nav .dropdown-menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  margin-top: 0;
  padding: 7px 15px;
}

.navbar-nav li .dropdown-menu {
  background: #57068c;
  border: none;
  border-radius: 0;
  height: auto;
  text-align: left;
  min-width: auto;
  margin-left: 0;
  padding-left: 5px;
  padding-right: 7px;
}

.navbar-nav .dropdown-menu li.menu-level3 a {
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 30px;
}

.navbar-nav .top-level-desktop .dropdown-menu li:nth-child(2) a,
.navbar-nav .residency-options-desktop .dropdown-menu li:first-child a {
  padding-top: 9px;
  min-width: 90px;
}

.navbar-nav li a:hover,
.navbar-nav .dropdown-menu li a:hover,
.navbar-nav .dropdown-menu li.menu-level2 a:hover,
.navbar-nav li a:focus,
.navbar-nav .dropdown-menu li a:focus,
.navbar-nav .dropdown-menu li.menu-level2 a:focus,
.navbar-nav li a:active,
.navbar-nav .dropdown-menu li a:active,
.navbar-nav .dropdown-menu li.menu-level2 a:active {
  background: #57068c;
  color: #c7d69b;
}

.navbar-nav .dropdown-menu li:last-child a {
  margin-bottom: 5px;
}

.navbar-nav .tertiary-menu-ft ul.dropdown-menu,
.navbar-nav .tertiary-menu-pt ul.dropdown-menu {
  margin-top: 26px;
}

.navbar-nav li.residency-menu > a {
  display: none;
}

.navbar-nav br {
  display: none;
}

.navbar .top-level-mobile a {
  display: none;
}

li.residency-options-mb,
li.ft-subtitle-dummy,
li.pt-subtitle-dummy {
  display: none;
}

.row.menu-residency {
  background: #4a4f55;
  height: 60px;
}

.tertiary-menu ul {
  padding-top: 15px;
  padding-left: 0;
}

.tertiary-menu ul li {
  list-style: none;
  float: left;
  margin-right: 25px;
}

.tertiary-menu,
.tertiary-menu a {
  border-bottom: none;
  color: #c7d69b;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.tertiary-menu {
  color: #fff;
}

.tertiary-menu a:hover {
  color: #fff;
}


/* top menu */
.row .top-menu {
  padding: 10px 0;
}

.top-menu .button-links {
  float: right;
}

.top-menu ul.button-links {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.top-menu li {
  float: left;
  list-style: none;
}

.top-menu li a {
  background: url("img/arrow-white.svg") no-repeat scroll right center;
  color: #c7d69b;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding-right: 12px;
  padding-left: 29px;
  background-position-y: 6px;
}

.top-menu li:first-child a {
  padding-left: 0;
}

.top-menu li a:hover {
  color: #fff;
}

.navbar li.cta-mb {
  display: none;
}

#page-home h1 {
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
  color: #57058c;
}

/* affordability tabs on Costs page */
#affordability-tabs ul {
  padding: 0;
}

#affordability-tabs #tab-finance li {
  width: 100%;
}

#affordability-tabs li {
  line-height: initial;
  margin-right: 5px;
  min-height: 340px;
  width: 32.87%;
}

#affordability-tabs li:last-child {
  margin-right: 0;
}

#affordability-tabs .icon {
  height: 100px;
  margin: 0 auto;
  position: initial;
}

#affordability-tabs .district.icon {
  background: url("img/icon-districts.svg") no-repeat scroll;
  width: 70px;
}

#affordability-tabs .scholarship.icon {
  background: url("img/icon-scholarship.svg") no-repeat scroll;
  width: 76px;
}

#affordability-tabs .fin-aid.icon {
  background: url("img/icon-fin-aid.svg") no-repeat scroll;
  width: 56px;
}

#affordability-tabs li.r-tabs-state-default a {
  color: #474747;
}

#affordability-tabs li.r-tabs-state-active a,
#affordability-tabs li.r-tabs-state-active a h4 {
  color: #5c068c;
}

#affordability-tabs .price {
  font-size: 16px;
  font-weight: 500;
}

#affordability-tabs li.tab small {
  font-size: 14px;
  text-transform: initial;
}

#affordability-tabs li a {
  text-transform: uppercase;
}

#affordability-tabs .r-tabs-state-default {
  background: #ddd;
}

#affordability-tabs .r-tabs-state-active {
  background: #fff;
}

#affordability-tabs .read-more::before {
  font-family: FontAwesome;
  content: "\f107" !important;
  font-size: 30px;
  margin-right: 7px;
  position: relative;
  top: 4px;
}

#affordability-tabs .read-more {
  background: #5c068c;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 0 7px 7px 7px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#affordability-tabs .r-tabs-state-active .read-more {
  background: #666;
  color: #666;
}

#affordability-tabs #tab-district ul,
#affordability-tabs #tab-scholarship ul,
#affordability-tabs #tab-finance ul {
  padding-left: 30px;
}

#affordability-tabs #tab-district li,
#affordability-tabs #tab-scholarship li,
#affordability-tabs #tab-finance li {
  min-height: auto;
}

#affordability-tabs .r-tabs-nav {
  font-size: 0px;
}

#affordability-tabs .r-tabs-nav > li.active > a,
#affordability-tabs .r-tabs-nav > li.active > a:hover,
#affordability-tabs .r-tabs-nav > li.active > a:focus {
  border: none;
}

#affordability-tabs .r-tabs-panel {
  display: none;
  padding: 25px;
}

#affordability-tabs .r-tabs-accordion-title {
  display: none;
}

#affordability-tabs .r-tabs-accordion-title a,
#affordability-tabs .r-tabs-tab a {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#affordability-tabs .r-tabs-tab {
  display: inline-table;
  margin-bottom: 0;
}

#affordability-tabs .r-tabs-tab a {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

/* Table on Costs page  */
.tuition-block .row-tuition-table {
  font-size: 16px;
  line-height: 1.5;
}
.tuition-block .col-title span {
  color:#57068c;
  display:block;
}

section.content a.phone {
  border-bottom: none;
}

#page-thank-you h1,
#page-thank-you-info-session h1 {
  display: none;
}

/* Footer */
footer {
  max-width: 1340px;
  position: relative;
  margin: 0 auto;
  color: #fff;
  padding-top: 10px;
}

footer .logo {
  width: 260px;
  margin-bottom: 30px;
}

footer li {
  list-style: none;
}

footer .button-links li {
  border: 2px solid #fff;
  font-size: 18px;
  text-align: center;
  max-width: 250px;
  margin-bottom: 30px;
}

footer .button-links li:last-child {
  margin-bottom: 0;
}

footer .button-links a {
  color: #c7d69b;
  display: block;
  border-bottom: none;
  font-size: 20px;
  padding: 15px;
  text-decoration: none;
}

footer .button-links a:hover {
  color: #57068c;
  background: #fff;
}

footer .button-links,
footer .utility {
  font-weight: 500;
  padding-left: 0;
}

footer .experience,
footer .application {
  padding-bottom: 28px;
}

footer .utility .title a {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}

footer .utility .title a:hover {
  color: #c7d69b;
}

footer .utility .link a {
  color: #c7d69b;
  font-size: 18px;
  line-height: 1.1;
  text-decoration: none;
}

footer .utility .link a:hover {
  color: #fff;
}

footer .legal > div {
  float: right;
}

footer .legal ul {
  padding-left: 0;
}

footer .legal a {
  color: #c7d69b;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  text-decoration: none;
}

footer .legal a:hover {
  color: #fff;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  margin-right:15px;
}
.footer-nav a:hover {color: #c7d69b;}

footer hr {
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  margin: 60px 0;
}

footer .bottom-section .contact > div {
  float: right;
}

footer .address {
  padding-bottom: 60px;
}

footer .contact a {
  font-size: 24px;
  font-weight: bold;
}

footer .contact a.email {
  color: #c7d69b;
  padding-right: 30px;
}

footer .contact a:hover.email {
  color: #fff;
}

footer .contact a.phone {
  color: #fff;
  white-space: nowrap;
}

footer .contact .share {
  margin-top: 20px;
  margin-bottom: 60px;  
}

footer .contact .share a {display:inline-flex; justify-content:center; align-items:center; width:50px; height:50px; font-size: 24px; border: 1px solid #fff;}


footer .contact .share a:visited {
  color: #fff;
}

footer .contact .share a:hover {
  color: #c7d69b;
}

footer .copyright {
  font-size: 16px;
  padding-bottom: 10px;
}

.floating-chat {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px;
  color: #fff !important;
  text-align: center;
  border-radius: 50%;
  background-color: #3598db;
  transition: all 0.3s linear;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.floating-chat:hover,
.floating-chat:focus {
  background-color: rgb(121, 154, 5);
  outline: 0 !important;
}
.floating-chat i::before {
  font-size: 28px;
}
/* Show/hide icons based on userr agent */
.floating-chat i {
  display: none;
}
.floating-chat.not-available i.fa-envelope,
.floating-chat.available i.fa-comments {
  display: block;
}

@media only screen and (max-width: 1070px) {
  #affordability-tabs li {
    width: 32.8%;
  }
}

@media only screen and (max-width: 1199px) {
  .navbar-nav br {
    display: inherit;
  }

  #affordability-tabs li {
    width: 32.8%;
  }

  .col-sm-7.price {
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  body {
    padding-top: 103px;
  }

  header,
  #page-home header {
    background: #5c068c;
    position: fixed;
    padding-top: 10px;
    left: 10px;
    right: 10px;
    top: 0;
  }

  #page-home header.float-panel.dt.scrolled {
    animation: none;
    transition: none;
    left: 10px;
    right: 10px;
    padding-top: 10px;
    background: #5c068c;
  }

  #page-home header.float-panel.dt.scrolled .top-menu,
  header.float-panel.dt.scrolled .top-menu,
  header .row .top-menu,
  header .row.menu-residency {
    display: none;
  }

  header .logo img {
    padding: 30px 0;
    width: 290px;
  }

  .header.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .header.no-padding .logo img {
    padding-left: 30px;
    width: 320px;
  }

  .header.no-padding .navbar-toggle {
    padding-right: 30px;
  }

  .navbar-toggle {
    display: initial;
    padding-right: 0;
    padding-top: 30px;
    margin-right: 0;
  }

  .navbar-toggle .icon-bar {
    background: #5c068c;
    height: 2px;
    margin-bottom: 4px;
    width: 16px;
  }

  #menu-main a br {
    display: none;
  }

  #menu-main a {
    color: #fff;
    font-weight: normal;
  }

  #menu-main a:hover {
    color: #c7d69b;
  }

  .navbar-collapse.in {
    overflow-y: inherit;
  }

  .navbar-collapse {
    border-top: none;
    padding-left: 0;
    padding-right: 0;
    height: 0 !important;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-nav {
    background: #57068c;
    margin: 0;
    padding: 0 30px;
    width: 100%;
  }

  .navbar-nav > li > a {
    font-size: 18px;
    padding: 36px 0;
    transform: initial;
  }

  .navbar-nav li.double-lines > a {
    padding: 36px 0;
  }

  .navbar-nav > li:first-child {
    border-top: none;
  }

  .navbar-nav > li {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    height: auto;
    text-transform: uppercase;
    width: 100%;
  }

  .navbar-nav > li > ul > li {
    text-transform: initial;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    padding-left: 0;
  }

  .navbar-nav li .dropdown-menu {
    background: transparent;
    display: block;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    position: relative;
  }

  .navbar-nav .dropdown-menu li a {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-nav .dropdown-menu li:first-child a {
    padding-top: 0;
  }

  .navbar-nav .dropdown-menu li:last-child a {
    padding-bottom: 30px;
  }

  .navbar-header {
    float: right;
  }

  .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
    margin-top: 2px;
  }

  .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
    margin-top: -3px;
  }

  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1),
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    margin: 0;
  }

  /* ANIMATED X COLLAPSED */
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  /* END ANIMATED X */

  .navbar .top-level-mobile {
    display: inherit;
    letter-spacing: -0.5px;
    padding: 36px 0 22px 0;
    text-transform: uppercase;
  }

  .navbar-nav .dropdown-menu li.top-level-mobile a {
    font-size: 18px;
  }

  .navbar .top-level-mobile a {
    display: inherit;
  }

  .navbar .top-level-desktop > a {
    display: none;
  }

  /* two columns start */
  .navbar-nav .residency-options-desktop {
    display: none;
  }

  .navbar-nav li.residency-options-mb {
    display: inherit;
  }

  .navbar-nav .tertiary-menu-ft ul.dropdown-menu,
  .navbar-nav .tertiary-menu-pt ul.dropdown-menu {
    margin-top: 0;
  }

  .navbar-nav li.ft-subtitle-dummy > a,
  .navbar-nav li.pt-subtitle-dummy > a {
    display: none;
  }

  .navbar-nav li.ft-subtitle-dummy {
    border-top: none;
    float: left;
    width: 50%;
  }

  .navbar-nav li.pt-subtitle-dummy {
    float: right;
    width: 50%;
  }
  /* two columns end */

  main,
  #page-full-time main,
  #page-part-time main,
  #page-costs main,
  #page-locations main {
    padding-top: 0;
  }

  .banner-cta-btns {
    background-color: rgba(121, 154, 5);
    font-size: 20px;
    margin-top: 0;
  }

  .banner-cta-btns ul {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .banner-cta-btns li {
    display: inherit;
  }

  .banner-cta-btns a {
    margin-top: 15px;
    max-height: 45px;
    padding: 7px;
    width: 260px;
  }

  .banner-cta-btns li:last-child a {
    margin-bottom: 15px;
  }

  .banner-cta-btns a:after {
    font-size: 18px;
    top: 1px;
  }

  .navbar li.cta-mb {
    display: inherit;
    border-top: none;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }

  .navbar .cta-mb a {
    border: 2px solid #fff;
    font-size: 20px;
    max-width: 250px;
    padding: 15px;
    text-transform: initial;
  }

  .navbar-collapse.collapse.in.hide-menu {
    display: none;
  }

  #affordability-tabs {
    margin: 0 -20px -20px -20px;
  }

  #affordability-tabs #tab-district,
  #affordability-tabs #tab-scholarship,
  #affordability-tabs #tab-finance {
    min-height: auto !important;
  }

  #affordability-tabs li {
    width: 100%;
  }

  #affordability-tabs .r-tabs-nav {
    display: none;
  }

  #affordability-tabs .r-tabs-accordion-title {
    display: block;
  }

  #affordability-tabs .r-tabs-panel {
    padding-top: 0;
    display: block;
  }

  #affordability-tabs .read-more {
    display: none;
  }

  #affordability-tabs .r-tabs-panel,
  #affordability-tabs .r-tabs-accordion-title {
    background: transparent;
  }

  #affordability-tabs .r-tabs-accordion-title br {
    display: none;
  }

  .col-sm-7.price {
    text-align: center;
  }

  /* FACULY LIST BUILDER STYLES */
  .faculty-wrapper .col-faculty:nth-child(1) {
    padding: 0;
  }

  .faculty-hero img {
    width: 110px;
  }

  .faculty-member {
    padding: 30px 15px 30px 60px;
  }

  .aside .share-btns .icon {
    margin-right: 7px;
  }

  .aside .share-btns .icon img {
    width: 25px;
  }

  footer .utility > div {
    float: right;
  }

  footer .legal {
    padding-top: 60px;
  }

  footer .legal > div {
    float: left;
  }

  footer .legal ul {
    padding-left: 0;
  }

  footer .legal li {
    float: left;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tuition-block .col-xs-8 {
    padding-left: 0;
  }

  .tuition-block .col-xs-12,
  .tuition-block .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .tuition-block .col-xs-7,
  .tuition-block .col-xs-6 {
    padding-left: 0;
  }

  .col-sm-7.price {
    text-align: left;
  }

  /* FACULY LIST BUILDER STYLES */
  .faculty-wrapper .col-faculty {
    padding-left: 0;
    padding-right: 0;
  }

  .faculty-member {
    min-height: auto;
  }

  .aside .share-btns .icon {
    margin-right: 20px;
  }

  .aside .share-btns .icon img {
    width: 35px;
  }

  footer .cta {
    padding-bottom: 60px;
  }

  footer .utility {
    padding-left: 25px;
  }

  footer .utility > div {
    float: inherit;
  }

  footer .legal li:last-child {
    padding-right: 0;
  }

  footer hr {
    margin: 60px 25px;
  }

  footer .bottom-section .contact > div {
    float: left;
  }  
}

/* EVENT LIST STYLES */
.event-list .event-date {
  display: none;
}

@media only screen and (max-width: 528px) {
  .navbar-nav li.ft-subtitle-dummy,
  .navbar-nav li.pt-subtitle-dummy {
    float: inherit;
    width: 100%;
  }

  .col-sm-7.price {
    text-align: center;
  }

  footer .legal li {
    float: initial;
  }
}

@media only screen and (max-width: 420px) {
  header .logo img {
    width: 200px;
  }

  .header.no-padding .logo img {
    width: 230px;
  }

  .navbar-toggle {
    padding-top: 26px;
  }
}

/* col-content Plato form styles */
.col-content .plato {
	max-width: 600px;
	margin: 0 auto;
}
.col-content .plato .field {
	margin-bottom:20px;
}
.col-content .plato.form-container .field label.label {
	float:none;
	margin-left:0;
	width: auto;
	text-align: left;
}
.col-content .plato .f_text, 
.col-content .plato .f_select, 
.col-content .plato .f_textarea {
	border: 1px solid #333;
	padding: 10px;
	box-sizing: border-box;
	font-size: 16px;
	appearance: none;
}
.col-content .f_button {
  padding: 5px 25px;
  color: #fff;
  background-color: #57068c;
  border: none;
  border-radius: 20px;
}
.col-content .field-box p.desc {
	text-align: left;
	font-size: 14px;
	line-height: 1.4;
}

/* OPT OUT */
#page-opt-out .content h2 {
  font-size: 20px;
}
#page-opt-out .content .label {
  display: block;
  text-align: left;
  color: inherit;
}
#page-opt-out .content .donebox {
  margin-top: 15px;
}
#page-opt-out .content .btn-submit {
  padding: 5px 25px;
  color: #fff;
  background-color: #57068c;
  border: none;
  border-radius: 20px;
}

/* Misc */
.img-width-84-percent {
  width: 83.34% !important;
}
@media (min-width: 1200px) {
  .img-gradual-release {
    width: 50% !important;
  }
}

/* Caption */
.caption {
	padding: 10px 30px;
	font-size: 14px;
	font-style: italic;
	background: #767676;
	color: #fff;
}