/*******************
  **
  **  GLOBAL
  **
  *******************/


body, html {
  font-family: 'Interstate', sans-serif;
}

* {
  outline: none;
}

a {
  color: #ed171f;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover, a:focus {
  color: #00676e;
}

@media screen and (min-width: 40em) {
  .columns {
    padding-left: 1.9375rem;
    padding-right: 1.9375rem;
  }
}

ul li {
  list-style-position: outside;
}



ul.checklist {
  list-style-image: url(../../../../../../../../themes/ranken/img/check-mark.png);
  margin-left: 1.95rem;
}

.display {
  display: block !important;
}

.error404 #main {
  padding: 120px 0;
}

table thead, table tbody, table tfoot {
  border: 1px solid #cecece;
}

.button {
  background: #ed171f;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.button.small {
  font-size: 18px !important;
}

.select-dropdown {
  padding: 0;
}

.select-dropdown ul {
  margin: 0;
}

.select-dropdown li {
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding: 4px 10px;
  list-style-type: none;
}

.select-dropdown a {
  color: #353535;
}

.select-dropdown a:hover {
  color: #b40007;
}

.button.large {
  font-size: 34px;
}

.button:hover, .button:focus {
  background: #ed171f;
 opacity: .8;
}

.button--wider {
  padding: 0.85em 3em;
}

.button--grey {
  background: white;
  color: #444444;
  font-size: 25px !important;
  text-transform: inherit;
  padding: 01.1em 1em !important;
  border: 1px solid #dadada;
}

.button--grey:hover {
  border: 1px solid #ed1c24;
}

.button--no-margin {
  margin: 0;
}

.button--white {
  background: white;
  color: #ed1c24;
  border: 1px solid #c9c8c8;
  font-size: 22px !important;

}

.button--dropdown {
  color: #939393;
  min-width: 480px;
  text-align: left;
  font-weight: normal;
  font-size: 22px !important;
}

.button--dropdown i {
  color: #363636;
  font-weight: normal;
  float: right;
}

.button--white:hover {
  border: 1px solid #ed1c24;
}

.button-group .button:not(:last-child) {
  margin-right: 15px;
}

.button-group .button {
  font-size: 24px;
  min-width: 240px;
  margin-bottom: 10px;
}

.button-group--centered {
  text-align: center;
}

.button-group--margin {
  margin: 35px 0;
}

strong {
  color: #ed1c24;
}

.close-button {
  font-size: 72px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.close-button:hover {
  opacity: .7;
  color: white;
}

.red {
  color: #ed171f;
}

.bold {
  font-weight: bold;
}

.bolder {
  font-weight: 900;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-aligncenter {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.left--half,
.right--half {
  width: 50%;
}

.reveal {
  background: #0a0a0a;
  border: 0;
}

#main {
  background: #f6f6f6;
  margin-top: 163px;
}

#main.no-announcement {
  margin-top: 116px;
}



/**
 * Custom grid breakpoint.
 */

@media screen and (min-width: 800px) and (max-width: 1450px) {
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both !important;
  }

  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
}
/*******************
**
**  TYPOGRAPHY
**  http://foundation.zurb.com/sites/docs/typography-base.html
**
*******************/

h1, h2, h3, h4, h5, h6 {
font-family: 'Interstate';
}

h2 {
  font-size: 60px;
  text-align: center;
  font-family: 'Amasis', sans-serif;
}
 h6 {
  font-size: 12pt;
  font-weight: 700;		 
  font-family: 'Interstate', sans-serif;
}
.row {
  max-width: 1542px;
}

.row--padded {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-container {
  padding: 0 15%;
}

.borders:last-child .padding-container {
  padding: 0;
}

/*******************
**
**  OFF CANVAS MENU
**  http://foundation.zurb.com/sites/docs/off-canvas.html
**
*******************/

.hamburger-icon .menu-text {
  color: #000;
  float: left;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0;
}

.hamburger-icon .lines {
  float: right;
  margin-left: 8px;
  width: 32px;
}

.hamburger-icon {
  display: block;
  float: right;
  margin-top: 16px;
}

.hamburger-icon:focus {
  outline: medium none;
}

.line {
  /*background: #000 none repeat scroll 0 0;*/
  height: 4px;
  margin-bottom: 3px;
  transition: all 0.5s ease 0s;
}

.is-open-right .hamburger-icon .line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.is-open-right .hamburger-icon .line:nth-child(2) {
  opacity: 0;
}

.is-open-right .hamburger-icon .line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

#offCanvas {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0 !important;
  color: #fefefe;
  height: 100%;
  position: fixed;
  z-index: 10;
}
/*
.off-canvas-wrapper {
   height: 100%;
}*/

/*******************
**
**  LAYOUT
**
*******************/

/* Header */
.announcement {
  background: #ed171f;
  height: 47px;
  padding: 7px 5px;
  width: 100%;
  font-size: 22px;
  color: white;
  text-align: center;
}

.top-navigation {
  font-size: 16px;
  height: 53px;
  background: #ebebeb;
  text-align: right;
  padding: 10px 0;
}

#menu-top-navigation {
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 50000000;
}

#menu-top-navigation a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  padding: 3px 0;
  -o-transition: .3s;
  transition: .3s;
  border-bottom: 1px solid #ebebeb;
}

#menu-top-navigation a:hover,
#menu-top-navigation a:focus {
  color: #b40007;
}

#menu-top-navigation li {
  position: relative;
}

#menu-top-navigation li:hover .sub-menu {
  display: block;
}

#menu-top-navigation .sub-menu {
  left: 0;
  margin: 0;
  padding: 4px 0 0;
  position: absolute;
  top: 100%;
  width: 300%;
  display: none;
}

#menu-top-navigation .sub-menu li {
  display: block;
}

#menu-top-navigation .sub-menu li a {
  text-align: left;
  display: block;
  background: #ebebeb;
  padding: 10px;
  line-height: 17px;
  font-size: 15px;
}

#menu-top-navigation .sub-menu li a:hover {
  background: #fff;
}

.top-navigation li {
  display: inline-block;
  padding: 0 9px;
}

.top-navigation li a {
  color: #353535;
}

.searchform {
  min-width: 228px;
  display: inline-block;
  position: relative;
  margin-left: 9px;
}

.searchform__input {
  height: 32px;
  margin: 0;
}

.searchform__submit {
  border: none!important;
  background: var(--wpr-bg-f124a295-9d9b-4e73-84d8-f69134b1d7b0) 0 0 no-repeat!important;
  background-size: 24px!important;
  width: 24px!important;
  height: 24px!important;
  position: absolute!important;
  padding: inherit!important;
  top: 5px;
  right: 5px;
}

.search-section {
  width: 100%;
}

.search-section.programs .column,
.search-section.divisions .column {
  margin-bottom: 15px;
}

.search-section .faculty-card {
  margin: auto !important;
}

.search-section a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.search-section a:hover,
.searh-section a:focus {
  opacity: .5;
  color: #b40007;
}

.logo {
  float: left;
  display: block;
  position: absolute;
  z-index: 5000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  height: 100px;
}

#ranken_svg {
  height: 116px;
  width: 376px;
  background: #ed171f;
  padding: 28px;
}

.main-navigation {
  height: 95px;
  width: 100%;
  text-align: right;
}

.main-navigation__menu {
  display: inline-block;
  margin: 0 0 -7px 0;
}

.main-navigation__menu > li {
  display: inline-block;
}

.main-navigation__menu > li > a {
  display: block;
  width: 160px;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  height: 95px;
  display: block;
  -webkit-transition:  height .3s;
  -moz-transition:height .3s;
  -ms-transition:height .3s;
  -o-transition:height .3s;
  transition:height .3s;
}


.main-navigation__menu > li > .sub-menu a {
  display: block;
  width: 100%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}


.main-navigation__menu > li > .sub-menu li {
  padding: 8px 20px 8px 20px;
}
.main-navigation__menu > li > .sub-menu > li {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  border-left: 5px solid #444;
}

.main-navigation__menu > li > .sub-menu > li:hover {
  border-left: 5px solid #ed171f;
  padding-right: 0;
  margin-left: 25px;
  padding-left: 10px;
}

.main-navigation__menu > li > .sub-menu > li.no-link:hover{
  border-left: 5px solid #444;
  padding-right: 20px;
  margin-left: 0;
  padding-left: 20px;
}

.main-navigation__menu > li > .sub-menu > li > a:hover {
  color: white;
}


.main-navigation__menu > li  {
  border-right: 1px solid #e0e0e0;
  -webkit-box-shadow: inset 0px -4px 0px 0px white;
  -moz-box-shadow: inset 0px -4px 0px 0px white;
  box-shadow: inset 0px -4px 0px 0px white;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
}



.main-navigation__menu > li > ul {
  z-index: 50;
  padding: 17px 0;
}


.main-navigation__menu > li:hover,
.main-navigation__menu > .current_page_item,
.main-navigation__menu > li.current-page-ancestor,
.single-divisions .menu-item-112,
.single-programs .menu-item-112 {
  -webkit-box-shadow: inset 0px -4px 0px 0px rgba(237,23,31,1);
  -moz-box-shadow: inset 0px -4px 0px 0px rgba(237,23,31,1);
  box-shadow: inset 0px -4px 0px 0px rgba(237,23,31,1);
}

.main-navigation__menu > li:hover > ul {
  display: block;
  z-index: 15;
}

.main-navigation__menu > li:first-child > a {
  width: 240px;
  border-left: 1px solid #e0e0e0;
}

.main-navigation__menu > li > ul {
  display: none;
  position: absolute;
  right: 0;
  background: #444444;
  margin: 0;
  width: 400px;
}

.menu-container .menu-container {
  position: inherit;
  padding: 0;
}

.menu-container .menu-container li {
  margin-bottom: 0;
}

.menu-container .menu-container a  {
  font-size: 18px;
  color: #747474;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.menu-container .menu-container a:hover,
.menu-container .menu-container a:focus {
  color: #b40007;
}

.menu-container > li {
  display: block;
  clear: both;
  float: none;
}

.main-navigation__menu > li > ul a {
  color: white;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: .3s;
  -moz-transition: .3s
  -ms-transition: .3s;
  -o-transition: .3s
  transition: .3s;
}

.main-navigation__menu > li > ul a:hover,
.main-navigation__menu > li > ul a:focus {
  color: #b40007;
}



@media screen and (max-width: 1440px) {
  .main-navigation__menu > li > ul a {
    font-size: 16px;
  }
}

.menu-container__box {
  display: block;
  float: left;
  width: 240px;
  text-align: left;
  padding-right: 20px;
}

.menu-container__box li {
  line-height: 1.3;
  margin-bottom:15px;
}

.menu-container {
  position: absolute;
  height: 100%;
  padding: 40px;
}

.menu-container__box > li {
  width: 100%;
}

.menu-container--orient-left {
  border-left: 1px solid #959595;
}

.menu-container--orient-right {
  border-right: 1px solid #959595;
}

.main-navigation__menu a {
  color: #353535;
  text-align: left;
}

.main-navigation li {
  display: block;
  float: left;
}

.main-navigation li > .sub-menu > li {
  float: none;
  display: block;
  text-align: left;
}

.main-navigation li > .sub-menu > li > .sub-menu {
  display: none;
  opacity: 0;
  background: #ebebeb;
  position: absolute;
  width: 400px;
  right: -400px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.main-navigation li > .sub-menu > li:hover > .sub-menu {
  display: block;
  opacity: 1;
  margin-top: -40px;
  padding: 20px;
}

.main-navigation li > .sub-menu > li > .sub-menu a {
  color: #444444;
}

.core-header {
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100%;
  background: white;
}

.admin-bar .core-header {
  top: 30px;
}

.core-header--shrunk {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.21);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.21);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.21);
}

.core-header--shrunk .announcement {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  /*display: none;*/
  position: absolute;
}

.core-header--shrunk .logo {
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.core-header--shrunk .main-navigation {
  height: 63px;
}

.core-header--shrunk .main-navigation__menu > li > a {
  padding: 5px 20px;
  font-size: 17px;
  height: 63px;
}

.page-template-page-landing-page #main {
  margin-top: 0;
}


/* Single */

.text-callout {
  padding: 70px 0;
  text-align: center;
  background: var(--wpr-bg-87fda754-5106-4a27-9930-df31d15efc5b) repeat;
}

.text-callout strong {
  font-weight: bold;
  color: #ed171f;
}

.text-callout__callout {
  font-size: 36px;
  font-family: 'Amasis';
}

.content-button-banner {
  padding-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .content-button-banner .button-group .button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.widget__header {
  height: 100px;
  width: 100%;
  font-size: 32px;
  background: #006269;
  color: white;
  font-weight: bold;
  line-height: 100px;
  margin: 0;
}

.widget__header.hover {
  opacity: .8;
}

.widget__header--teal {
  background: #00c6bc;
}

.widget__header--black {
  background: #444444;
}

.single .content-with-sidebar {
  padding-top: 100px;
}

.content-with-sidebar {
  margin: 30px 0;
}

*[data-toggle] {
  cursor: pointer;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.widget__dropdown {
  width: 100%;
  padding: 0;
}

.widget__dropdown ul {
  margin: 0;
}

.widget__dropdown li {
  list-style-type: none;
}

.widget__dropdown li a {
  padding: 10px;
  display: block;
  color: #ed171f;
  border-bottom: 1px solid #d3d3d3;
}

.widget__header i {
  color: #d7d7d7;
}

.widget {
  margin-bottom: 40px;
  position: relative;
}

.widget__box {
  background: white;
  padding: 20px;
}

.widget__box p:last-child {
  margin-bottom: 0;
}

.widget__box--align-right {
  text-align: right;
}

.widget__box input[type="text"],
.widget__box input[type="email"],
.widget__box textarea {
  /*padding: 1.9rem 1.25rem;*/
  font-size: 1.25rem;
  box-shadow: 0;
}

.widget__box input[type="text"],
.widget__box input[type="email"] {
  height: 3.4375rem;
}

.widget__box--gray {
  background: #ebebeb;
}

.widget__list {
  margin: 0;
}

.widget__list li {
  list-style-type: none;
  padding: 9px 40px;
  color: #191818;
  font-size: 24px;
  background: white;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
}

.widget__list p {
  margin: 0;
}

.widget__list--small-text li {
  font-size: 18px;
  color: #444444;
}

li.widget__list__division {
  background: #f6f6f6;
  border-left: 10px solid #ed1c24;
  padding-left: 30px;
}

.widget__list__description-text {
  display: block;
  font-size: 11px;
  font-weight: bold;
}

.widget__list li:last-child {
  border-bottom: 0;
}

.widget__list li a {
  color: #191818;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.widget__list li a:hover,
.widget__list li a:focus {
  color: #b40007;
}

.tabs {
  border: 1px solid #cecdce;
}

.tabs-content {
  border: 0;
}

.tabs-panel--align-center {
  text-align: center;
}

.tabs-panel--align-right {
  text-align: center;
}

.tabs-title {
  width: 33.33%;
  border-right: 1px solid #cecdce;
}

.tabs-title:last-child {
  border-right: 0;
}

.tab-callout {
  padding-bottom: 100px;
}

.tabs-title a {
  color: #2e2e2e;
  font-size: 24px;
  padding: 56px 1.5rem 48px;
  border-bottom: 8px solid white;
  text-align: center;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
  background: none;
  border-bottom: 8px solid #00676e;
}

.faculty-tab:after {
  content: "";
  display: block;
  clear: both;
}

.faculty-card {
  max-width: 600px;
  display: inline-block;
  padding:30px;
  width: 50%;
}

.faculty-card--left {
  float: left;
  max-width: inherit;
}

.faculty-card--vertical {
  margin: inherit;
  width: inherit;
  min-height: 480px;
}

.faculty-card__image,
.faculty-card__content {
  float: left;
  width: 50%;
}

.faculty-card--vertical .faculty-card__image,
.faculty-card--vertical .faculty-card__content {
  width: 100%;
  float: none;
}
.faculty-card--vertical .faculty-card__image{
max-height: 216px;
overflow: hidden;
}

.faculty-card--vertical .faculty-card__content {
  padding: 20px 0;
}

.faculty-card__content {
  font-size: 18px;
  line-height: 1.7;
  padding: 0 20px;
  text-align: left;
}

.faculty-card__content a {
  color: #ed1c24;
}


.faculty-card__content__name {
  font-size: 24px;
  font-weight: bold;
  color: #2e2e2e;
  margin-bottom: 2px;
}

.faculty-card:after {
  content: "";
  display: block;
  clear: both;
}

/* Alumni profile */
.alumni-profile {
  border: 1px solid #dcdbdb;
  min-height: 258px;
  background: white;width: 100%;
}

.alumni-profile h4 {
  color: #212121;
  font-weight: bold;
}

.alumni-profile__image {
  width: 38%;
  height: 258px;
  position: relative;
  float: left;
}

.alumni-profile__profile {
  padding: 20px 19px;
  margin-left: 38%;
}

@media screen and (max-width: 640px) {
  .alumni-profile__image {
    width: 100%;
    float: none;
  }

  .alumni-profile__profile {
    margin-left: inherit;
  }
}

/* Footer */
.footer {
  min-height: 700px;
  background: #1a1a1a;
}

.footer a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.footer a:focus,
.footer a:hover {
  color: #b40007;
}

.footer__main {
  min-height: 590px;
  padding: 115px 0;
}

.footer__sub {
  min-height: 110px;
  background: black;
  width: 100%;
  padding: 40px 15px;
  font-size: 20px;
  color: #7f7f7f;
  font-weight: 300;
}

.footer__sub li {
  font-size: inherit;
  list-style-type: none;
  display: inline-block;
  border-right: 1px solid #2e2e2e;
  padding: 0 10px;
  margin-left: -6px;
}

.footer__sub li:last-child {
  border-right: 0;
}

.footer__sub a {
  color: #7f7f7f;
  font-size: 20px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.footer__sub a:hover,
.footer__sub a:focus {
  color: #b40007;
}

.footer__sub__menu li {
  display: block;
  width: 50%;
  float: left;
  line-height: 1.3;
  margin-bottom: 28px;
}

.footer__sub__menu a {
  color: white;
  font-size: 21px;
}

.footer__locations p {
  font-size: 24px;
  color: white;
  margin-bottom: 0;
}

.footer__locations a {
  color: white;
}

.footer__main__about {
  color: #919191;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

.footer__main__social {
  margin: 25px 0px;
  text-align: center;
}

.footer__main__social li {
  list-style-type: none;
  display: inline-block;
  padding: 3px;
}

.footer__main__social a {
  color: white;
  font-size: 28px;
  border: 1px solid white;
  border-radius: 50%;
  height: 48px;
  opacity: .5;
  width: 48px;
  display: inline-block;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.footer__main__social a:hover {
  opacity: 1;
  color: white !important;
}

.borders {
  border-left: 1px solid #313131;
  border-right: 1px solid #002366;
  min-height: 420px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.borders--greyscale {
  border-right: 1px solid #595959;
  border-left: 1px solid #f6f6f6;
  min-height: 335px;
}

.borders:first-child {
  border-left: 0;
}

.borders:last-child {
  border-right: 0;
}

/* Directions */

#map {
    background: #fff var(--wpr-bg-c65753de-3070-40e4-87e8-bee7f434c48f) no-repeat scroll 0 0;
    border: 1px solid #888888;
    height: 625px;
    margin-bottom: 2em;
    overflow: hidden;
    position: relative;
    width: 740px;
}

#map .desc {
    background: rgba(49, 41, 39, 0.97) none repeat scroll 0 0;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    left: -320px;
    padding: 38px;
    position: absolute;
    top: 0;
    transition-duration: 0.3s;
    width: 300px;
    z-index: 10;
}

#map .desc h2 {
    font-size: 23px;
}

#map .desc li {
    font-size: 15px;
}

#map .desc span.num {
    display: none;
}

#map .desc img, #map .desc iframe {
    max-width: 100%;
}

#map .desc iframe {
    height: 188px;
    max-height: 188px;
    width: 250px;
}

#map .desc a.close {
    color: #fff;
    font-size: 0.9em;
    position: absolute;
    right: 13px;
    top: 10px;
}

#map a.loc, #map span.num {
    background: #e51937 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-family: "nimbus-sans-condensed","arial black",sans-serif;
    font-size: 1.38846em;
    font-weight: 900;
    height: 34px;
    line-height: 34px;
    position: absolute;
    text-align: center;
    width: 34px;
}

#map a.loc:hover, #map a.loc.active {
    background-color: #312927;
}

.map-locations a {
    display: block;
    margin-bottom: 0.3em;
    color: #ed171f;
}

@media screen and (max-width: 767px) {

  #map {
      width: 527px;
      height: 445px;
      background-size: 527px auto;
      margin: 0px;
  }

  #map .desc {
      width: auto;
      top: auto;
      left: 0px !important;
      right: 0px;
      bottom: -400px;
      height: 400px;
      padding-top: 20px
  }

  #map .desc a.close {
      top: -10px;
      right: 10px
  }

  #map .desc span.mobilewrap {
      width: 290px;
      margin: 0px auto;
      overflow: visible;
      display: block;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px 40px 0px
  }
  #map .desc span.mobilewrap h2 {
      font-family: Arial, sans-serif;
      font-size: 1.26em;
      font-weight: bold;
      letter-spacing: 0px
  }

  #map .desc span.mobilewrap span.num {
      display: block;
      position: absolute;
      top: 10px;
      left: 0px
  }

  #map .desc iframe,
  #map .desc img {
      display: none
  }

  #map .desc.open {
      bottom: 0px
  }

  #map a.loc,
  #map span.num {
      width: 24px;
      height: 24px;
      line-height: 24px;
      font-size: .9em
  }

}

@media screen and (max-width: 767px) {
  .map-wrap {
      background-size: 527px auto;
      height: 445px;
      left: 50%;
      margin: 0 0 0 -260px;
      position: relative;;
      width: 527px;
  }

  #map {
    background-size: 527px auto;
    height: 445px;
  }
}

/* Homepage */

.page-header {
  min-height: 330px;
  padding-top: 95px;
  padding-bottom: 95px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.page-header > * {
  position: relative;
  z-index: 5
}

.page-header__modal-link {
  display: inline-block;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 50%;

}

.page-header__modal-link:hover {
  background: #ed171f;
  -moz-box-shadow: inset rgba(255, 255, 255, 0.3) 0 1px 0, rgba(0, 0, 0, 0.3) 0 1px 2px, #ed171f 0 1px 40px;
  -webkit-box-shadow: inset rgba(255, 255, 255, 0.3) 0 1px 0, rgba(0, 0, 0, 0.3) 0 1px 2px, #ed171f 0 1px 40px;
  box-shadow: inset rgba(255, 255, 255, 0.3) 0 1px 0, rgba(0, 0, 0, 0.3) 0 1px 2px, #ed171f 0 1px 40px;
}


.page-header__video {
  height: auto;
  width: 100%;
  position: absolute !important;
  top: 50%;
  left: 50%;
  z-index: 1 !important;
  transform: translate(-50%, -50%);
}

/* Responsive Video Embed Code */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 }

/* End Responsive Video Embed Code */


.page-header--enlarge{
  min-height: 670px;
  padding-top: 170px;
}

.page-header__header-text {
  font-size: 48px;
  color: rgb(255, 255, 255);
  line-height: 1.6;
  text-align: center;
  text-shadow: 0px 0px 16.2px rgba(0, 0, 0, 0.58);
  margin-bottom: 30px;
  font-weight: bold;
}

.page-header__header-text--large {
  font-size: 60px;
  margin-top: 20px;
}


.page-header__buttons {
  text-align: center;
  margin: 0;
}

.page-header__header-text--large .page-header__buttons {
  padding-top: 20px;
  margin: 20px 0 0 0;
}

.page-header__buttons li {
  display: inline-block;
  list-style-type: none;
  margin: 0 5px;
}

.dotted-content-callout {
  min-height: 405px;
  background: var(--wpr-bg-ee850043-afbd-4afd-90f2-c952e18fb233) repeat;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media screen and (max-width: 640px) {
  .dotted-content-callout {
    min-height: inherit;
  }
}

.dotted-content-callout p {
  font-size: 22px;
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
}


.category-banner__item {
  min-height: 92px;
  display: block;
  font-size: 20px;
  color: white;
  font-weight: bold;
  text-align: center;
  /*padding: 0 32px 0 0;*/
  line-height: 92px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 1880px) {
  .category-banner__item {
    font-size: 16px;
  }
}

@media screen and (max-width: 1366px) {
  .category-banner__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .category-banner__item {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .category-banner__item {
    line-height: 70px;
    min-height: 70px;
  }
}

.category-banner__item:hover {
  color: white;
  opacity: .6;
}

.category-banner__item img {
  max-width: 25%;
  margin-left: -5%;
}

@media screen and (max-width: 1440px) {
  .category-banner__item img {
    max-width: 15%;
  }
}

.payoff-callout {
  padding: 60px 0;
  background: white;
}

.payoff-callout__text-block {
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 22px;
}

.payoff-callout__text-block__header {
  text-align: left;
  font-family: 'Amasis', sans-serif;
  line-height: 1.2;
}

.payoff-callout__callout {
  color: #1a1a1a;
  font-size: 30px;
  font-weight: 300;
  padding-top: 150px;
}

.payoff-callout__callout p {
  line-height: 1;
  text-align: center;
}

.payoff-callout__callout strong {
font-size: 222px;
  color: #00676e;
}

.payoff-callout__callout small {
color: #b21200;
  font-size: 60px;
  font-weight: bold;
}

.events-callout {
  background: #f6f6f6;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 80px 0;
}

.slick-arrow {
  height: 48px;
  width: 48px;
  color: #c0c0c0;
  background: #595959;
  font-size: 40px;
  text-align: center;
  line-height: 48px;
  top: 50%;
  margin-top: -24px;
  position: absolute;
  z-index: 20;
  cursor: pointer;
}

.slick-slider {
  margin-bottom: 40px;
}

.slick-arrow.fa-angle-left {
  left: 0;
}

.slick-arrow.fa-angle-right {
  right: 0;
}

.slick-slider__event {
  /*background: white;*/
  /*height: 365px;*/
  /*border: 1px solid #d7d7d7;*/
  text-align: left;
  margin: 0 29px;
  padding: 30px;
}

.slick-slider__event__name {
  color: #ed1c24;
  font-size: 24px;
}

.slick-slider__event__date {
  color: #1d1d1d;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  border-bottom: 1px solid #29353f;
  padding-bottom: 20px;
}

.slick-slider__event__location {
  font-size: 18px;
  text-align: left;
}

.stat-callout {
  min-height: 540px;
  padding: 100px 0;
  background: var(--wpr-bg-2e697cb5-0974-4e0f-ae3e-f84de02f690a) repeat;
  text-align: center;

}

.stat-callout__stat {
  font-family: 'Interstate', sans-serif;
  font-size: 30px;
  color: #353535;
  font-weight: 300;
  line-height: 1.2;
}

.stat-callout__stat p {
  line-height: 1.2;
}

.stat-callout__stat strong {
  color: #ed171f;
  font-size: 116px;
  display: block;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 1330px) {
  .stat-callout strong {
    font-size: 88px;
  }
}

.stat-callout__stat small {
  color: #ed171f;
  font-size: 48px;
  display: block;
  line-height: 1;
  font-weight: bold;
}

.content a:not(.button) {
  color: #ed171f;
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.content a:not(.button):hover {
  color: #b40007;
}

.content h1,
.content h2 {
  color: #ed171f;
  font-size: 36px;
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .content h1,
  .content h2 {
    text-align: center;
    font-size: 24px;
  }
}

@media screen and (max-width: 640px) {
  .content .button-group .button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.content h3 {
  font-size: 25px;
  text-align: left;
  color: #252525;
  font-weight: bold;
}

.content,
.content p
{
  color: #252525;
  font-size: 18px;
  font-weight: 300;
}

@media screen and (max-width: 640px) {
  .content,
  .content p {
    font-size: 14px;
  }
}

.content img.alignleft {
  padding: 0 15px 15px 15px;
  padding-left: 0;
}

.content img.alignright {
  padding: 0 15px 15px 15px;
  padding-right: 0;
}

.photo-gallery-thumbnail {
  width: 100%;
  height: 300px;
}

/* Division */

/* Flex Content Sections */

.core-page-content {
   padding: 100px 0;
 }

.home .core-page-content {
  padding: 0;
}

.core-page-content > .text-callout:first-child {
  margin-top: -100px;
  margin-bottom: 100px;
}

.core-page-content > .text-callout:last-child {
  margin-top: 100px;
  margin-bottom: -100px;
}

.accordion-title {
  background: #acacac;
  color: white;
  font-size: 30px;
  font-weight: bold;
  padding-right: 80px;
}

@media screen and (max-width: 640px) {
  .accordion-title {
    font-size: 14px;
  }
}

.accordion-title::before {
  margin-top: -30px;
  font-size: 60px;
}

.accordion {
  list-style-type: none;
  background: none;
  border:0;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0;
}

.accordion-item {
  margin-bottom: 5px;
  border: 1px solid #eeeeee;
}

a.accordion-title  {
  color: white;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.is-active .accordion-title {
  background: #00676e;
  box-shadow: 0px 1px 14.72px 1.28px rgba(0, 0, 0, 0.23);

}


.accordion-title:hover, .accordion-title:focus {
  background-color: #00676e;
  opacity: .8;
}

.accordion-content {
  color: #1f1e1e;
  /*font-size: 22px;*/
   font-size: 1rem;
  line-height: 1.3;
  background: white;
}

.accordion-content img {
  max-width: 100%;
  height: auto;
}

.accordion-content .wp-caption {
  max-width: 100%;
}

.accordion-content ul {
  margin-bottom: 1rem;
}

.accordion-content a {
  color: #ed171f;
  font-weight: bold;
}

.pricing-table {
  margin-top: 20px;
  margin-bottom: 20px;
}


.pricing-table__list {
  margin: 0;
}

.pricing-table__list {
  float: left;
  width: 26%;
  border-left: 2px solid #d7d7d7;
}

.pricing-table__list:first-child {
  width: 21%;
  border-left: 0;
}

.pricing-table--small .pricing-table__list:first-child {
  width: 100%;
}

.pricing-table__list:first-child li {
  font-size: 24px;
  text-align: left;
  line-height: 1.3;
}

@media screen and (max-width: 1440px) {
  .pricing-table__list:first-child li {
    font-size: 18px;
  }
}

@media screen and (max-width: 1180px) {
  .pricing-table__list:first-child li {
    font-size: 16px;
  }
}

.pricing-table__list li {
  list-style-type: none;
  margin: 0;
  background: white;
  border-bottom: 1px solid #dadada;
  /*height: 66px;
  line-height: 66px;*/
  line-height: 20px;
  padding: 0 25px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.pricing-table__list li.heading {
  height: 66px;
  line-height: 66px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.pricing-table__list li:first-child {
  background: #00676e;
  color: white;
  height: 100px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  border-left: 0;
  line-height: 100px;
}

.pricing-table--small .pricing-table__list li {
  font-size: 15px;
  line-height: 1;
  height: inherit;
  padding: 10px;
  text-align: center;
}

.pricing-table--small .pricing-table__list li span.lead {
  font-size: 15px;
  color: #ed171f;
  text-align: left;
}

.pricing-table--small .pricing-table__list li span.pricing-row {
  margin-bottom: 15px;
  display: block;
}

.bottom-content {
  font-size: 22px;
  color: #29353f;
  padding: 20px 0;
}

.program-box {
  width: 47%;
  float: left;
}

.program-box__image-container:hover .program-box__image-container__description {
  display: block;
}

.program-box:nth-child(2n -1) {
  margin-right: 6%;
}

.program-box__image-container__description {
  opacity: 0;
  background: rgba(0,0,0,.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  color: white;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.program-box__image-container__description:hover {
  opacity: 1;
}

.program-box__image-container__description p,
.program-box__image-container__description a {
  color: white !important;
}

.program-box a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.program-box:last-child:after {
  content: "";
  display: block;
  clear: both;
}

.program-box a:hover,
.program-box a:focus {
  color: #b40007;
}

.program-box__image-container__image {
  width: 100%;
  height: 100%;
  background-size: cover!important;

}

.program-box__image-container {
  height: 280px;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1481px) and (max-width: 1520px) {
  .program-box__image-container {
    height: 320px;
  }
}

@media screen and (min-width: 1346px) and (max-width: 1480px) {
  .program-box__image-container {
    height: 370px;
  }
}

@media screen and (min-width: 1246px) and (max-width: 1345px) {
  .program-box__image-container {
    height: 390px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1245px) {
  .program-box__image-container {
    height: 480px;
  }
}

@media screen and (max-width: 1023px) {
  .program-box__image-container {
    height: 390px;
  }
}

.program-box__name {
  min-height: 130px;
  padding: 10px 0;
}

.program-box__name__link {
  color: #252525 !important;
  font-weight: bold;
  font-size: 23px;
}

.filter-bar {
  background: #d7d7d7;
  min-height: 66px;
  /*padding: 20px 0;*/
  text-align: center;
}

.filter-bar__title {
  color: #353535;
  font-size: 24px;
  font-weight: bold;
  padding-right: 20px;
}

.filter-bar__filter {
  display: inline-block;
}

.filter-bar label {
  font-size: 20px;
  font-weight: 300;
  color: #1a1a1a;
}

.search-results-grid__box {
  background: white;
  border: 1px solid #d7d7d7;
  height: 100%;
  width: 100%;
  padding: 20px 30px;
  margin-bottom: 30px;
}

.search-results-grid {
  padding-bottom: 50px;
}

.search-results-grid h2 {
  color: #ed171f;
  font-weight: bold;text-align: left;
  font-size: 36px;
  font-family: 'Interstate', sans-serif;
  margin-bottom: 20px;
  margin-top: 50px;
}

.search-results-grid__box a {
  color: #00c8bd;
  font-size: 18px;
  font-weight: bold;
}

a.search-results-grid__box__header {
  font-size: 26px;
  color: #444444;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a.search-results-grid__box__header:hover {
  opacity: .8;
}

.search-results-grid__box__header__file {
  background: #9f0006;
  color: white;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  float: left;
  margin-right: 16px;
  margin-top: 5px;
  text-transform: uppercase;
}

.search-results-grid__box__header__file--xls,
.search-results-grid__box__header__file--csv {
  background: #c0c600;
}

.search-results-grid__box__header__file--ppt {
  background: #f77a00;
}

.search-results-grid__box__header__file--doc {
  background: #002366;
}

.search-results-grid__box p {
  color: #252525;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 6px;
}

.search-results-grid__box p span {
  color: #00c8bd;
  font-weight: bold;
}


.no-results {
  text-align: center;
  padding: 100px 0;
}

/* .squaredOne */
.squaredOne {
  width: 24px;
  height: 24px;
  position: relative;
  margin: 20px auto;
  background: white;
  border: 1px solid #a1a1a1;
  display: inline-block;
}

.label-font {
  font-size: 20px;
  font-weight: 300;
  color: #1a1a1a;
  margin-left: 5px;
  display: inline-block;
  margin-right: 25px;
}

.squaredOne label {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 1px;
  left: 1px;
  cursor: pointer;
  margin: 0;
}
.squaredOne label:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #00c8bd;
  opacity: 0;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  -ms-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}
.squaredOne label:hover::after {
  /*opacity: 0.3;*/
}
.squaredOne input[type=checkbox] {
  visibility: hidden;
}
.squaredOne input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.search-results-grid .other h3,
.search-results-grid .pages h3 {
  color: #252525;
  font-weight: bold;
  font-size: 25px;
}

.search-results-grid .other p,
.search-results-grid .pages p, {
  font-size: 18px;
  font-weight: 300;
}

.search-results-grid .other a,
  .search-results-grid .pages {
  color: #00c7bc;
  font-weight: bold;
}

.search-results-grid .other h3 a,
.search-results-grid .pages h3 a {
  color: #252525;
}

.fade-in{
  animation-name: fade-in;
  -webkit-animation-name: fade-in;

  animation-duration: .3s;
  -webkit-animation-duration: .3s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  visibility: visible !important;
}

@keyframes fade-in {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

.page-template-page-landing-page header,
.page-template-page-landing-page footer {
  display: none;
}

.landing-header  {
  width: 100%;
}

.landing-header  .columns {
  min-height: 400px;
}

.landing-header__main {
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;
}

.landing-header__main__text {
  font-weight: bold;
  font-size: 60px;
}

.landing-header__main p {
  font-size: 21px;
  font-weight: 300;
}

.landing-header__main strong {
  font-weight: bold;
  color: white;
}

.landing-header__callout {
  color: white;
  padding-top: 80px;
  background: rgba(0,103,110, 0.7);

}

.landing-header__callout__underlined {
  font-size: 26px;
  font-weight: bold;
}

.landing-header__callout__image {
  display: block;
  margin: -15px auto 15px;
}

.landing-header__callout__underlined p {
  line-height: 1.2;
}

.landing-header__callout__underlined strong {
  font-size: 72px;
  color: white;
  font-family: 'Interstate';
}

.landing-header__callout__subtext {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

.landing-header__callout__subtext p {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

.landing-page__contact {
 /* background: rgba(0,103,110, 0.7);*/
  padding-top: 43px;
  padding-bottom: 43px;
}

.landing-page__contact input[type="text"],
.landing-page__contact input[type="email"],
.landing-page__contact input[type="tel"],
.landing-page__contact select {
  color: #949494;
  height: 4rem;
  padding: 1rem;
  font-size: 1.25rem;
  margin-bottom: 0;
}

.landing-page__contact form {
  padding-left: 25px;
  padding-right: 25px;
}

.landing-page__contact .wpcf7-checkbox .wpcf7-list-item input {
  border: 0;
  margin-right: 10px;
}

.landing-page__contact .wpcf7-checkbox .wpcf7-list-item {
  color: white;
  /* margin-left: 2px; */
  font-size: 19px;
  display: block;
}

.wpcf7-form > p{
  margin-bottom: 30px;
}

.landing-content__benefits {
  margin: 0;
}

.landing-content__benefits li {
  list-style-type: none;
  margin-bottom: 30px;
}

.landing-content__benefits__icon {
  float:left;
}

.landing-content__benefits__container {
  padding-left: 80px;
}

.landing-content__benefits__container__header {
  color: #252525;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

.landing-content__benefits__container__content {
  color: #424242;
}

.landing-content__main {
  padding-top: 55px;
  color: #424242;
  font-size: 20px;
  /*font-weight: 300;*/
  padding-bottom: 20px;
}

.landing-header__main p {
  line-height: 1.3;
}

.landing-page-about-box {
  background: #2c2829;
  color: white;
  padding: 30px 50px;
  margin-top: 50px;
  margin-bottom: 50px;

}

.landing-page-about-box__header {
  font-size: 25px;
  font-weight: bold;
}

.landing-page-about-box__content {

}

.landing-page__contact input[type="submit"] {
  color: white;
  background: #ed171f;
  border: 0;
  font-weight: bold;
  font-size: 27px;
}

.landing-page__contact .contact-method {
  color: white;
  font-size: 19px;
  margin-top: 12px;
  display: inline-block;
}

.checkbox-container {
  display: inline-block;
}

.program {
  width: 265px;
  height: 178px;
  color: black;
  text-align: center;
  font-size: 24px;
  display: block;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: table;
}

.program:hover {
  background-color: #00c8bd !important;
  background-blend-mode: multiply !important;
  color: white;
}

.program a {
  display: table-cell;
  color: white;
  vertical-align: middle;
  background: rgba(0,0,0,.3);
}

.program-filter {
  margin-bottom: 20px;
}

.program-filter .column {
  clear: both;
}

.program-filter__header {
  margin-top: 40px;
}

.program-select {
  margin-top: 30px;
}

.program-select > .column {
  margin-bottom: 20px;
}

.main-navigation__programs-menu {
  display: none;
}

.main-navigation__programs-menu__divisions,
.main-navigation__programs-menu__programs {
  width: 50%;
  float: left;
  padding: 20px;
}

.main-navigation__programs-menu__divisions {
  background: #444444;
  padding: 25px;
}

.main-navigation__programs-menu__divisions .division-container {
  margin-bottom: 10px;
}

.main-navigation__programs-menu__divisions .division-container,
.main-navigation__programs-menu__programs .program-container {
  display: block;
  float: left;
  width: 50%;
  text-align: left;
  padding-right: 10px;
}

.main-navigation__programs-menu__programs .program-container {
  padding-right: 10px;
}

.main-navigation__programs-menu__divisions a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-left: #ed171f;
}

.main-navigation__programs-menu__divisions  a.active {
  border-left: 4px solid #ed171f;
  padding-left: 7px;
}
.main-navigation__programs-menu__divisions .division-container {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-left: #ed171f;
}

.main-navigation__programs-menu__divisions .division-container.active {
  border-left: 4px solid #ed171f;
  padding-left: 7px;
}

.main-navigation__programs-menu__programs a {
  color: #444444;
  font-size: 20px;
}

.main-navigation__programs-menu__divisions a {
  color: white !important;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.main-navigation__programs-menu__divisions input[type="search"] {
  margin-top: 30px;
  display: inline-block;
}

.main-navigation__menu-icon {
  display: none;
}

.mobile-nav-primary {

}

.mobile-nav-primary li {
  position: relative;
}

.mobile-nav-primary li.open > .sub-menu {
  display: block;
}

.mobile-nav-primary .sub-menu .sub-menu {
  background: #ebebeb;
}

.mobile-nav-primary li .sub-menu li button {
  top: 10px !important;
}

.mobile-menu-toggle {
  position: absolute;
  display: block;
  right: 15px;
  z-index: 9999;
  color: black;
  top: 25px !important;
}

.compare-programs .columns:first-child .widget__list {
  display: block;
}

.widget__box--gray {
  min-height: 341px;
  padding-top: 150px;
}

.widget__box form {
  text-align: left;
}

.widget__box input[type="submit"] {
  margin-top: 30px;
}

.custom-combobox-input {
  width: 100%;
  height: 38px;
  border: 0;
  border-radius: 0;
  padding: 0 10px;
}

.ui-state-default {
  color: #444444 !important;
}

.custom-combobox {
  position: relative;
}

.custom-combobox:after {
  display: block;
  content: "";
  border: none;
  background: var(--wpr-bg-aa3e7082-7a68-443d-8073-1428125f8ccc) 0 0 no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -1px;
  right: 8px;
}

.ui-autocomplete {
  z-index: 200;
  /*position: relative;*/
}

.scholarships label {
  font-size: 0;
}

.scholarships__table p {
  display: inline;
}

.padded-container {
  padding: 3rem;
}

/*******************
  **
  **  MOBILE RESPONSIVE / MEDIA QUERIES
  **
  *******************/
@media only screen and (max-width: 1366px) {

}

/*@media only screen and (max-width: 1305px) {*/
@media only screen and (max-width: 1000px) {



  /*--- Global ---*/
  #main {
    margin-top: 147px;
  }

  /*---Navigation Styles---*/
  .announcement p {
    font-size: 16px;
  }

  .logo {
    height: 100px;
    position: static;

  }

  .logo > img {
    height: 100%;
  }

  .main-navigation__menu-icon {
    background: #ebebeb;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    margin-right: 30px;
    top: 50%;
    z-index: 99999;
    margin-top: 8px;
    color: #000;
  }

  .main-navigation__menu-icon:hover {
    color: #000;
  }

  .core-header--shrunk .main-navigation__menu-icon {
    top: 25px;
  }

  .main-navigation__menu-icon:before {
    content: 'Menu';
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    padding: 0 10px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
  }

  .main-navigation__menu-icon:after {
    background: #000000;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
    width: 20px;
    height: 3px;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .core-header .top-navigation {
    display: none;
  }

  .core-header .main-navigation__menu {
    display: none;
  }

  .off-canvas-wrapper--navigation-wrapper {
    height: 100%;
  }


  .is-off-canvas-open {
    background: rgba(0,0,0,.6);
    position: fixed !important;
  }


  .off-canvas-wrapper-inner.is-off-canvas-open {
    z-index: 250;
    height: 100%;
    right: 0;
    position: absolute;
    /* top: 0; */
  }

  .off-canvas-wrapper-inner.is-open-right {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  .off-canvas-wrapper nav#offCanvas {
    background: #ebebeb !important;
    width: 300px;
    right: -300px;
  }

  .off-canvas-wrapper nav#offCanvas.is-open {
    right: -300px;
  }

  .off-canvas-navigation .close-button {
    font-size: 20px;
    font-family: 'Interstate';
    font-weight: bold;
    color: #000;
  }

  .off-canvas-navigation .menu--primary {
    background: #ffffff;
    padding-top: 35px;
  }

  .off-canvas-navigation .menu--primary > li:first-child {
    border-top: 1px solid #ececec;
  }

  .off-canvas-navigation .mobile-nav-primary .sub-menu li a {
    border-top: 0;
    border-bottom: 0;
    font-weight: normal;
    display: block;
    font-size: 20px;
    padding-top: 5px;
  }

  .off-canvas-navigation .mobile-nav-primary .sub-menu li:first-child a {
    margin-top: 20px;
  }


  .off-canvas-navigation .mobile-nav-primary .sub-menu .sub-menu li a {
    margin-top: 0px;
    font-size: 15px;
    background: #ebebeb;
  }

  .off-canvas-navigation .mobile-nav-primary .sub-menu .sub-menu {
    background: #fff;
  }

  .off-canvas-navigation .menu--primary.mobile-nav-primary > li {
    border-bottom: 1px solid #ececec;
  }

  .off-canvas-navigation .menu--primary li a {
    color: #000;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 600;
    padding: 1em 0 1em 1em;
    margin-right: 50px;
  }

  .off-canvas-navigation .menu.vertical li:last-child a {
    border-bottom: none;
  }

  .off-canvas-navigation .menu--secondary {
    background: #ebebeb !important
  }

  .off-canvas-navigation .menu--secondary li {
    border-bottom: 1px solid #cccccc;
    position: relative;
  }

    .off-canvas-navigation .menu--secondary li .sub-menu li {
      border: none !important;
    }

      .off-canvas-navigation .menu--secondary li .sub-menu li a {
        display: block;
        padding: 10px 25px;
      }


  .off-canvas-navigation .menu--secondary li.open > .sub-menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .off-canvas-navigation .menu--secondary li .mobile-menu-toggle {
    top: 18px !important;
  }

  .off-canvas-navigation .menu--secondary li a {
    font-size: 18px;
    color: #444444;
    font-weight: 400 !important;
    padding: 15px 1rem;
  }

  .off-canvas-navigation .sub-menu {
    display: none;
  }

  .off-canvas-navigation .searchform {
    min-width: initial;
    margin: 0;
    display: block;
    background: #ebebeb !important;
    padding: 10px;
  }

  .off-canvas-navigation .searchform__submit {
    top: 15px;
    right: 15px;
  }

  /*--- ---*/

}

@media only screen and (min-width: 1001px) and (max-width: 1325px) {
  .main-navigation__menu > li > a {
      font-size: 17px;
      width: 125px;
      line-height: 18px;
  }

    .core-header--shrunk .main-navigation__menu > li > a {
      height: 95px;
      padding: 15px;
    }

    .core-header--shrunk .logo {
      top: auto !important;
    }

    .main-navigation__menu > li:first-child > a {
        border-left: 1px solid #e0e0e0;
        width: 145px;
      }

    #ranken_svg {
      background: #ed171f none repeat scroll 0 0;
      height: 95px;
      padding: 15px;
      width: 275px;
    }

    .core-header--shrunk .main-navigation {
      height: 95px !important;
    }

  #menu-top-navigation a {
    font-size: 13px;
  }

  #ranken_svg {
    width: 280px;
  }

  .main-navigation__menu > li > ul a {
    font-size: 13px;
  }
}


.off-canvas-wrapper {
  z-index: 10;
}

@media screen and (min-width: 1306px) {
  .off-canvas-wrapper {
    /*overflow-x: initial;*/
  }
}

@media only screen and (max-width: 900px) {
  .core-header--shrunk .main-navigation__menu-icon {
    top: 3px;
  }
}

@media only screen and (max-width: 73.9375em) {

      .scholarships__table .scholarship-item {
        display: block;
        border-bottom: 1px solid #ccc;
        padding-bottom: 30px;
        margin-bottom: 30px;
      }

      .scholarships__table .scholarship-item:last-child {
        border-bottom: none;
        padding-bottom: 0px;
      }

      .footer__locations {
        text-align: center;
      }

      .borders {
        min-height: 0;
      }

      .footer-logo {
        margin: 0 auto;
        display: block;
      }

      .footer__sub__menu li {
        text-align: center;
      }


      .page-header__video {
        height: 100% !important;
        position: absolute !important;
        top: 0;
        width: auto;
        z-index: 1 !important;
        left: 0;
        transform: none !important;
      }

      .page-header__buttons li {
        display: block;
      }
}

@media only screen and (max-width: 40em) {
  .footer__sub__menu li {
    text-align: left;
    width: 100%;
  }

  .borders--greyscale {
    border: none;
  }

  .main-navigation {
    height: 50px !important;
  }

  .core-header--shrunk,
  .core-header {
    position: relative;

  }

  .core-header .main-navigation__menu-icon {
    top: 3px;
  }

  #main.no-announcement {
    margin-top: 0px !important;
  }

  #main {
    margin-top: 47px;
  }

  #mobile_ranken_svg {
    width: 100%;
    max-height: 125px;
    padding: 15px;
    background: #ed171f none repeat scroll 0 0;
  }

  .announcement {
    background: #ed171f none repeat scroll 0 0;
    color: white;
    font-size: 22px;
    height: 47px;
    padding: 7px 5px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 5000;
  }

  .mobile-header {
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.21);
  }

  .mobile-header .searchform {
    width: 100%;
    margin-bottom: 5px;
  }

  .mobile-logo {
    display: block;
    margin-top: 47px;
  }

  .no-announcement .mobile-logo {
    margin-top: 0px;
  }

  .mobile-navigation__menu-icon {
    background: #ebebeb none repeat scroll 0 0;
    color: #000;
    display: block;
    height: 30px;
    margin-right: 10px;
    float: right;
    width: 30px;
    position: relative;
  }

  .mobile-navigation__menu-icon:after {
    background: #000000;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
    width: 20px;
    height: 3px;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

}

@media only screen and (max-width: 900px) {
  /*--- Navigation ---*/
  .announcement p {
    font-size: 14px;
  }

  /*--- Page Header ---*/
  .page-header__header-text {
      font-size: 30px;
  }

  .page-header--enlarge {
    padding-top: 90px;
    min-height: 400px;
  }

  /*--- Tabs ---*/
  .tabs-title a {
    font-size: 15px;
    border-bottom: 1px solid #cdcdcd;
  }

}

@media only screen and (max-width: 760px) {
  /*--- Payoff Callout ---*/
  .payoff-callout {
    text-align: center;
  }
  .payoff-callout__callout {
    padding-top: 50px;
  }
  .payoff-callout__text-block__header {
    text-align: center;
  }
  .payoff-callout__callout strong {font-size: 160px;}
  .payoff-callout__callout small {font-size: 45px;}
}

@media only screen and (max-width: 640px) {

  h2 {
    font-size:  25px;
  }

  p {
    font-size: 1rem;
  }

  /*--- Buttons ---*/
  .button-group .button,
  .button.button--grey {
    font-size: 20px !important;
  }

  /*--- Forms ---*/
  .wpcf7-form input[type="submit"] {
    margin: 1em auto;
    display: block;
  }

  /*--- Page Header ---*/
  .page-header__buttons {
    position: absolute;
    bottom:0;
    width: 100%;
    text-align: center;
  }

  .page-header__buttons li {
    width: 48.75%;
    margin: 0;
    display: inline-block;
  }

  .page-header__buttons li a {
    margin: 0;
    width: 100%;
    font-size: 14px;
    padding: 1.5em 1em;
    height: 72px;
  }

  /*--- Widget ---*/
  .widget {margin: 50px 0;}

  .widget__header {
    font-size: 24px;
  }

  .widget__list li a {
    font-size: 18px;
  }

  .compare-programs .widget__header {
    font-size: 24px;
    line-height: 1;
    height: inherit;
    padding: 10px;
  }

  .compare-programs .widget__list li {
    font-size: 14px;
    color: #444444;
    padding: 10px;
  }

  /*--- Dotted Content Callout ---*/
  .dotted-content-callout p {
    font-size: 14px;
  }

  /*--- Stat Callout ---*/
  .stat-callout {
      padding: 50px 0;
  }

  .stat-callout__stat strong {
    font-size: 75px;
  }
  .stat-callout__stat small {
    font-size: 30px;
  }

  .stat-callout__stat p {
    max-width: 200px;
    margin: 0 auto;
  }

  /*--- Borders GreyScale ---*/
  .borders {
    min-height: 268px;
  }
  .borders--greyscale {
    min-height: 200px;
  }

  /*--- Programs ---*/
  .program {
    margin: 1em auto;
  }

  /*--- Tabs ---*/
  .tabs {
    border:none;
  }
  .tabs-title {
    width: 100%;
    border: none;
  }

  .tabs-title.is-active {
    background: #ececec;
  }

  /*--- Footer ---*/
  .footer__main {padding: 75px 0;}

  .footer__main .padding-container > img {
    margin: 0 auto;
    display: block;
  }

  .footer__main__about {
    font-size: 10px;
  }

  .footer__locations p {
    font-size: 17px;
  }

  .footer__sub__menu li {
    text-align: center;
  }

  .footer__sub__menu a {
    font-size: 16px;
    font-weight: 300 !important;
  }

  .footer__sub {
    font-size: 12px;
    text-align: center;
    padding: 20px 15px;
    min-height: 85px;
  }

  #menu-sub-footer-navigation {
    margin:0 auto;
    display: block;
    float: none;
  }

  .footer__sub a {
    font-size: 10px;
  }

  .footer__sub .left,
  .footer__sub .right {
    width:100%;
  }


}

@media screen and (max-width: 640px) {
  .program-box__name__link {
    font-size: 16px;
  }

  .filter-bar__title {
    width: 100%;
    clear: both;
    display: block;
  }

  .filter-bar__filter {
    width: 100%;
    display: block;
  }

  .squaredOne {
    margin: 10px auto;
  }

  a.search-results-grid__box__header {
    font-size: 21px;
  }

  .search-section.programs .column {
    margin-bottom: 10px;
  }

  .faculty-card--left {
    float: none;
  }

  .faculty-card {
    width: 100%;
  }

  .faculty-card__image,
  .faculty-card__content {
    float: none;
    width: 100%;
  }

  .landing-page__contact input[type="submit"] {
    font-size: 18px;
  }

  .button--dropdown {
    min-width: inherit;
  }

  .button-group--centered .button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }


}

@media only screen and (max-width: 510px) {
  /*--- Global ---*/


  /*---Navigation Styles---*/
  .announcement p {
    font-size:12px;
  }

  .logo {
    height: 50px;
    position: absolute;
    left: 0;
  }

  #ranken_svg {
    height: 52px;
    width: 50%;
    float: left;
    padding: 15px;
    margin-top: -1px;
  }

  .main-navigation {
    height: 50px !important;
  }

}

/*--- Blog ---*/

.post-list article {
  margin-bottom: 35px;
  display: block;
}

.post-list .category-list {
  margin-top: 15px;
}

.post-list .category-list a {
  display: inline-block;
  background: #353535;
  color: #fff;
  padding: 5px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  border: 0;
}

.post-list .category-list a:hover, .post-list .category-list a:focus {
  background: #ed171f;
}

#post-nav {
  margin-bottom: 30px;
}

.single-post .page-header__header-text--large {
  font-size: 48px;
  line-height: 1.3;
}

.single-post .page-header__header-text--large .post-author {
  font-size: 20px;
}

.single-post article.post h2, .single-post #comments h2 {
    text-align: inherit;
    font-size: 40px;
}

.single-post input[type="submit"] {
  background: #ed171f;
  color: #fff;
  padding: 10px 15px;
  border: 0;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.single-post input[type="submit"]:hover, .single-post input[type="submit"]:focus {
    background: #ed171f;
    opacity: .8;
}

.single-post article.post img.wp-post-image {
    margin: 0 20px 20px 0;
}

@media screen and (min-width: 40px) {
  .blog article.post > .row > .medium-4 {
    padding-right: 0;
  }
}

/*** TRIBE EVENTS ***/

.tribe-related-events-thumbnail {
  display: none;
}

.single-tribe_events .tribe-events-event-image {
    margin: 0 20px 20px 20px;
    text-align: center;
    float: left;
}

#tribe-events-pg-template {
  max-width: 1542px;
}

#tribe-events-content {
  margin-bottom: 0;
  padding-bottom: 48px;
}

.tribe-events-single ul.tribe-related-events li {
  width: 30.6666%;
}

.tribe-events-single ul.tribe-related-events li:last-child {
  margin-right: 0;
}

.tribe-events-button,
#tribe-events .tribe-events-button:hover {
  background: #353535;
  color: #fff;
}

#tribe-events h2 {
  text-align: inherit;
  font-family: 'Interstate', sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
}

.tribe-events-schedule {
  margin-top: 10px;
}

.tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group {
  margin: 0;
  padding: 0;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  margin-top: 0;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd:last-child {
  margin-bottom: 0;
}

.single-tribe_events .tribe-events-venue-map {
  margin: 0;
}

.single-tribe_events .tribe-events-event-meta {
  padding: 20px;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
  padding: 20px;
}

.single-tribe_events .tribe-events-content {
  background: #fafafa;
  border: 1px solid #eee;
  margin: 30px 0;
  padding: 20px;
}

.single-tribe_events .tribe-events-content {
  background: #fafafa;
  border: 1px solid #eee;
  margin: 30px 0;
  padding: 20px;
}

#tribe-events-footer .tribe-events-sub-nav,
#tribe-events-header .tribe-events-sub-nav {
  border: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  zoom: 1;
}

#tribe-events .button {
  background: #ed171f;
  color: #fff;
}

.tribe-events-sub-nav li a {
  background: #ed171f;
  color: #fff;
  padding: 6px 9px;
  display: inline-block;
  border-radius: 3px;
}

.tribe-events-sub-nav li a:hover {
  background: #353535;
  color: #fff;
}

@media only screen and (max-width: 1562px) {
  #tribe-events-pg-template {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  .tribe-events-single ul.tribe-related-events li {
    width: 100%;
  }

  .tribe-events-single ul.tribe-related-events li:last-child {
    margin-right: inherit;
  }

  .single-tribe_events .tribe-events-venue-map {
    width: 100%;
    margin-top: 20px;
  }

  .tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
    padding: 10px;
  }
}