/*
 Theme Name:   Base Theme 3 Child
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       AO Dev Team
 Author URI:   http://www.holgerkoenemann.de
 Template:     base-theme
 Version:      0.3.14
 License: GNU General Public License v2 or laterF
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  base-theme-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
*/
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

body {
  font-family: 'Fira Sans Condensed', sans-serif;
  color: #777;
  /* Full black for better link contrast ratio */
  line-height: 1.6;
  margin-top: 199px;
}

h1, h2, h4, h5, h6 {
  font-family: 'Fira Sans Condensed', sans-serif;
  color: #001E62;
}

h3 {
  font-family: 'Fira Sans Condensed', sans-serif;
  color: #4F81E7;
  /* Contrast must be >/= 4.5:1 */
}

h1, h2, h3 {
  font-weight: 600;
}

h5 {
  font-weight: 400;
}

.lg-num {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
  text-align: right;
  margin: 0 2rem;
  color: #001E62;
}

.h-with-link {
  color: #000000;
  /* For contrast ratio with links */
}

.h4_accent_color {
  color: #2775CE;
  /* Contrast must be >/= 4.5:1 */
}

:any-link,
.btn,
.menu-item,
.experience-block {
  transition: all .15s ease-in-out;
}

a:hover {
  /* outline: 1px dashed; */
  text-decoration: underline;
  color: #333333;
}

/* a:visited{ color: #61A2E1;}  */
a {
  height: auto;
  color: #4F81E7;
  /* Max lightness for link to background contrast ratio of > 4.5:1 */
  text-decoration: none;
}

#main-menu li a:hover {
  border-bottom: 2px solid #FFD600;
  margin-bottom: -2px;
  color: #333333;
}

#main-menu li a[title="APPLY NOW"]:hover {
  border-bottom: none;
  margin-bottom: 0;
}

#menu-footer-menu li a[href="#"]:focus {
  outline: none;
}

.secondary-menu li a:focus, .secondary-menu li a:hover {
  text-decoration: underline;
}

.text-white a[href="/admissions/how-to-apply/"] {
  text-decoration: underline;
  /* Less than 3:1 link:body text contrast requires secondary cue */
  font-weight: bold;
}

.text-white a[href="/admissions/how-to-apply/"]:hover {
  text-decoration: none;
}

#accordion .card-header .btn-link:hover {
  color: #008850;
  /* text:background ratio must be > 4.5:1 */
}

.doc-link {
  position: relative;
  top: -300px;
  /* background-color: red; */
  width: 10px;
  height: 10px;
}

.border-bottom-grey {
  border-bottom: 1px solid #dedede;
}

.no-underline,
.no-underline:hover,
.text-decoration-none {
  text-decoration: none;
}

.text-decoration-none:hover {
  text-decoration: underline;
}

.text-docoration-underline {
  text-decoration: underline;
}

.text-decoration-underline:hover {
  text-decoration: none;
}

.el-underline {
  border-bottom: 1px solid;
}

.el-underline-2 {
  border-bottom: 2px solid;
}

.link-body-contrast-blue {
  color: #002E5C;
  /* Darker shade of blue contrast min 3:1 with green link text */
}

.dropdown-menu {
  min-width: 17rem;
}

.program-description-wrapper h4>a {
  color: white;
  font-weight: bold;
}

.card {
  /* switch to display: block to mitigate display issues in IE */
  display: block;
}

.card-filter {
  background-color: rgba(69, 122, 228, .25);
}

.card-filter:hover {
  -webkit-transition: all .60s ease;
  -moz-transition: all .60s ease;
  -o-transition: all .60s ease;
  transition: all .60s ease;
}

.events-wrapper>h2 {
  background-color: #FFD600;
  padding: 1.5rem;
}

.home .first .col-md-12 {
  padding: 0;
}

#menu-footer-menu .sub-menu li>a:hover {
  color: #FFD600;
  text-decoration: underline;
  outline: none;
}

.breadcrumbs .current-item {
  color: #457AE5;
}

.breadcrumbs li {
  color: #0026BD;
}

.breadcrumbs {
  color: #457AE5;
}

.breadcrumbs span {
  margin: 0 .2rem;
}

.breadcrumbs span:first-child {
  margin-left: 0;
}

.anchor-positioning {
  position: relative;
  top: -200px;
}

.home #wrapper-footer {
  margin-top: 0 !important;
}

/* Pagination */
.page-item.active .page-link {
  background-color: #0255a5;
  border-color: #0255a5;
}

.page-link {
  color: #0255a5;
}

.page-link:hover {
  color: #0026BD;
}

.pagination {
  margin-top: 3rem;
}

.site-footer {
  text-align: center;
}

.footer-right {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 2rem;
  border-left: none !important;
}

#menu-footer-menu .sub-menu li>a {
  color: white;
}

#menu-footer-menu .parent-menu-item a {
  color: #FFD600;
  text-decoration: none;
  cursor: default;
}

#menu-footer-menu .parent-menu-item .sub-menu a {
  cursor: pointer;
}

.secondary-menu .nav-link,
.secondary-menu-styleguide .nav-link,
#menu-programs-nav li>a {
  border-bottom: none;
}

.secondary-menu ul,
.secondary-menu-styleguide ul,
#menu-programs-nav {
  list-style: none;
  border-left: 2px solid #FFD600;
  padding-left: 1rem;
}

.secondary-menu ul li a:hover {
  color: #333333;
}

.secondary-menu ul li,
.secondary-menu-styleguide ul li,
#menu-programs-nav li a {
  color: #666666;
  line-height: 1.2em;
  padding: .2rem 0;
}

#menu-programs-nav li a:hover {
  color: #333333;
}

.wrapper-navbar {
  position: fixed;
  z-index: 101;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
}

/* Fix admin-bar covering sticky nav menu */
.admin-bar .wrapper-navbar {
  top: 46px;
}

@media screen and (min-width: 783px) {
  .admin-bar .wrapper-navbar {
    top: 32px;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .wrapper-navbar {
    top: 0px;
  }
}

#navbarNavDropdown div+div {
  margin-top: 8rem;
}

/* search bar */
.search-bar {
  width: 12%;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 8px;
  margin-left: 15px;
}

#s {
  border: none;
  border-bottom: 1px solid white;
  background-color: #0026BD;
  border-radius: 0;
  color: white;
}

/*
CSS Angles
*/
.arrow-up {
  width: 0;
  height: 0;
  border-right: 22px solid transparent;
  border-bottom: 25px solid #0026BD;
}

.arrow-up-nav {
  width: 0;
  height: 0;
  border-right: 22px solid transparent;
  border-bottom: 25px solid #0026bd;
}

.arrow-up-nav-white {
  width: 0;
  height: 0;
  border-right: 60px solid transparent;
  border-bottom: 41px solid #ffffff;
}

.left-corner-down-arrow {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-left: 60px solid #457AE5;
}

.connecting-line {
  height: 25px;
  width: 400px;
}

.connecting-line {
  background-color: #0026bd;
}

/*
BUTTONS
*/
.btn-primary {
  padding: .5em 2em;
  font-weight: bolder;
  font-size: 1.2em;
  color: #fff;
  color: #0026BD;
  background-color: #FFD600;
  border-color: #FFD600;
}

.btn-primary:hover {
  background-color: #0026BD;
  border-color: #0026BD;
}

.btn-secondary-grey {
  background-color: transparent;
  border: 2px solid #666666;
  color: #666666;
  width: 200px;
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: 900;
}

.btn-secondary-lght-blue {
  background-color: transparent;
  border: 2px solid #61A2E1;
  color: #61A2E1;
  width: 200px;
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: 900;
}

.btn-secondary-yellow {
  background-color: transparent;
  border: 2px solid #FFD600;
  color: #FFD600;
  width: 200px;
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: 900;
}

.btn-secondary-yellow:hover {
  color: #FFD600;
}

.btn-donate {
  background-color: #333333;
  color: white;
  width: 150px;
  text-transform: uppercase;
}

.btn-donate:hover {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid;
}

.btn-specialized {
  background-color: #001E62;
  border-color: #001E62;
  color: #fff;
  font-size: 2rem;
  padding: .5rem;
}

.btn-specialized:hover {
  text-decoration: none;
  background-color: #FFD600;
  border-color: #FFD600;
}

.btn-specialized:hover h2 {
  color: #001E62 !important;
}

.gform_button {
  cursor: pointer;
}

.drag-drop {
  background-color: #b7b6b64a;
  padding: 5px;
  border: 1px solid #c3c3c3;
}

.menu-btn {
  padding: .5em 0em;
  font-weight: bolder;
  font-size: 1.2em;
  color: #0026BD;
  background-color: #FFD600;
  border-color: #FFD600;
  margin: 0 1rem;
  border-radius: 5px;
  text-align: center;
}

.menu-btn:hover,
.menu-btn a:hover,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff !important;
  border-color: #333333;
  outline: none;
}

.menu-btn:hover,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  background-color: #333333;
}

.menu-btn a {
  border-bottom: 0;
}

ul#main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: #666666;
}

ul#main-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

ul#main-menu .nav-item {
  margin: 0 1rem;
}

ul#top-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#top-nav {
  flex-direction: row;
}

#top-nav .nav-link {
  border-bottom: none;
  margin: 0 .5rem;
}

.top-menu {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
}

.tribe-mini-calendar-event .list-date {
  background: #6f6f6f !important;
}

.anochor-link-tuition {
  position: relative;
  top: -300px;
}

/*
MENU
*/
.main-menu-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-extra-menu-container,
.menu-top-nav-container {
  display: inline-flex;
}

.navbar-brand {
  margin-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.navbar-brand>img {
  width: 263px;
  /* margin-top: 1em; */
  /* margin-bottom: 1em; */
}

.navbar {
  background-color: white;
}

.widget .nav {
  display: block;
  padding-left: 2rem;
  list-style-type: disc;
}

.menu-item-header a {
  margin: 0;
  text-transform: uppercase;
  color: #5c9730;
  cursor: default;
}

.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.menu-button-wrap-top .navbar-toggler {
  color: white;
  border-color: white;
}

.menu-button-wrap-top span.navbar-toggler-icon-light {
  border-top: 2px solid white;
  width: 25px;
  margin: 3px 0;
  display: flex;
  flex-direction: column;
}

.menu-button-wrap-top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: white;
  width: 100%;
}

.top-menu a:hover {
  color: #FFD600;
  text-decoration: underline;
  outline: none;
}

.top-menu a {
  font-weight: 400;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.nav-link,
#menu-programs-nav a {
  color: inherit;
  border-bottom: 1px solid #FFD600;
  /* margin: 0 1rem; */
  padding: .2em 0;
  text-decoration: none;
  font-weight: 500;
  font-kerning: none;
  font-size: 1.1rem;
}

.nav-border {
  display: flex;
  align-items: flex-end;
  background-color: #457AE4;
  padding: 0;
}

.secondary-menu>a,
#menu-programs-nav a {
  text-decoration: none;
}

.secondary-menu li, #menu-programs-nav li {
  margin: 0.6rem 0;
}

.parent-menu-item {
  font-weight: 700;
  text-decoration: none;
  text-align: left;
}

.sub-menu {
  color: white;
  font-weight: 400;
}

.site-footer ul {
  list-style: none;
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
}

.sub-menu li {
  width: 100%;
  margin-left: 0;
}

.site-info {
  font-weight: 700;
  text-align: center;
}

.dropdown-menu .nav-link {
  border-bottom: 0;
  padding-left: 8px !important;
  margin: 5px 1.5rem;
  text-decoration: none;
  /* font-weight: 400; */
}

.dropdown-menu .nav-link:hover {
  color: #333333;
}

.dropdown-menu {
  color: #0026BD;
}

ul.dropdown-menu.show {
  border: 1px solid #0026BD;
}

/* Footer */
.tcsg-logo {
  width: 260px;
  display: flex;
  justify-content: center;
  margin: auto;
}

.social_links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}

#wrapper-footer .social_links i {
  font-size: 1.6rem;
}

/* .social-share-buttons {
  margin: 0 2rem;
} */
.copyright-tcsg {
  font-size: 12px;
}

.footer-top-right {
  width: 100%;
}

/* Header */
ul#menu-extra-menu,
ul#menu-top-nav {
  display: inline-flex;
  list-style: none;
  margin-bottom: 4px;
}

ul#menu-extra-menu li,
ul#menu-top-nav li {
  margin: 0 15px;
}

ul li a {
  /* text-decoration: none; */
}

ul li a:hover {
  text-decoration: underline;
}

/* Share Links */
.share_links {
  text-align: center;
  line-height: 0;
}

.share_links:after {
  content: "";
  clear: both;
  display: table;
}

.share_links>a {
  color: white;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  width: 2rem;
  overflow: hidden;
  text-align: center;
  line-height: 2rem;
  margin-left: 0.3rem;
}

.share_links a:first-child {
  margin-left: 0;
}

.social_facebook {
  background-color: #3b5998;
}

.social_twitter {
  background-color: #00aced;
}

.social_google_plus {
  background-color: #dd4b39;
}

.social_linkedin {
  background-color: #007bb6;
}

.social_email {
  background-color: #4CAF50;
}

.social_pinterest {
  background-color: #cb2027;
}

.hr-control {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 62%;
  margin-bottom: 2rem
}

.accent-hr-modified {
  border-top: 2px solid #333333;
  width: 100%;
  margin: auto;
}

.free-tuition-hover-block-wrapper {
  border: 1px solid white;
}

/* Lanier styleguide */
/* general styles */
/*-- blue box at bottom of tab blocks --*/
.blue-box {
  margin: 0;
  padding: 0;
  height: 30px;
  width: 100%;
  background-color: #0026BD;
}

.bg-green {
  background-color: #333333;
}

/*-- light blue 30% lightened --*/
.bg-light-blue30 {
  background-color: #e2eef9;
}

/* effects utilities */
.box-shadow {
  box-shadow: 2px 2px 15px #ccc;
}

/* horizontal rules and borders */
.yellow-border {
  border-top: 2px solid #FFD600;
}

.dotted-border {
  border-top: 0.25em dotted;
  border-color: #0026BD;
}

.border-gray {
  border: 3px solid #cccccca5;
}

/* icon menus */
.icon-table {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
  padding: 2em;
}

.icon-table a {
  padding: 1em 0.15em;
  color: #0026BD;
  font-weight: 400;
  font-size: 1.15rem;
}

.icon-table a:active, .icon-table a:hover {
  background-color: #333333;
  color: #fff;
  text-decoration: none;
}

.icon-table div {
  display: block;
}

.icon-list,
.icon-table {
  background-color: #EFF3F5;
}

.icon-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
}

.icon-list li {
  padding: 1em 0.15em;
  font-weight: 400;
  font-size: 1.15rem;
  width: 100%;
}

.icon-list li:hover a {
  color: #fff;
}

.icon-list li a {
  color: #0026BD;
}

.icon-list li a:hover {
  text-decoration: none;
}

.icon-list li:active, .icon-list li:hover {
  background-color: #333333;
  cursor: pointer;
}

.icon-list ul {
  list-style: none;
}

.icon-list ul li {
  padding: 1em;
}

/* blockquotes */
.quote-default {
  border-left: 10px solid #001e62;
  background-color: #4F81E7;
  margin: 1.5em 0;
  padding: 1em;
  quotes: "“""”""‘""’";
}

.quote-default:before {
  color: rgb(0, 38, 189);
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -.4em;
}

.quote-default:after {
  content: "";
}

.quote-default p {
  display: inline;
}

.quote-default .blockquote-footer {
  text-align: right;
  font-size: 1.2rem;
  padding: 0.5em 1em;
}

.quote-default,
.quote-default .blockquote-footer {
  color: #fff;
}

.quote-2 {
  border-left: 15px solid #457ae4;
  border-right: 5px solid #457ae4;
  padding: 15px 20px 15px 45px;
  color: #0026BD;
  margin: 1.5em 10px;
  position: relative;
  box-shadow: 2px 2px 15px #ccc;
}

.quote-2:before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #ccc;
  position: absolute;
  left: 10px;
}

.quote-3 {
  position: relative;
  padding: 15px 20px 15px 50px;
  border-left: 0.2em solid #ffd600;
  color: #0026bd;
  quotes: "“""”""‘""’";
}

.quote-3 footer {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 0.99em;
  font-weight: 600;
  color: rgba(0, 57, 90, 0.5);
}

.quote-3 footer:before {
  content: "\2015";
}

.quote-3:after, .quote-3:before {
  position: absolute;
  font-size: 12em;
  font-style: italic;
  font-family: Georgia, serif;
  color: rgba(0, 57, 90, 0.1);
}

.quote-3:before {
  content: "\201c";
  top: 0;
  left: 0;
}

.quote-3:after {
  content: "\201d";
  top: -0.2em;
  right: 20px;
}

/* captions */
.figure-caption {
  font-size: 1.12rem;
  color: #000000;
}

/* image utilities */
/*-- jumbotron --*/
.img-jumbotron {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 40%;
  color: #fff;
  font-weight: 500;
}

.img-jumbotron h2 {
  font-size: 2.5rem;
}

.img-jumbotron h2,
.img-jumbotron a {
  color: #fff;
}

.img-jumbotron .lead {
  font-weight: 500;
}

.img-jumbotron hr {
  border-top: 1px solid #fff;
}

.jumbotron-overlay {
  background-image: linear-gradient(to right, #001E62 32%, transparent 83%);
}

.hero-img {
  background-size: cover;
  /* padding: 14em; */
  min-height: 29em;
  background-repeat: no-repeat;
}

/* callout paragraphs */
.callout-default-header {
  background: #0026BD url("/wp-content/uploads/2019/05/lines_grn.png");
  height: 60px;
}

.callout-default {
  background-color: #4f81e7;
}

.callout-2 {
  border-left: 15px solid #ffd600;
  border-right: 5px solid #ffd600;
  padding: 2em;
  box-shadow: 2px 2px 15px #ccc;
}

/* callout-3 */
.callout-3 {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .callout-3 {
    width: 75%;
  }

  .callout-3-image {
    background-image: url('/wp-content/uploads/2019/07/Tuition-free-1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 991px) {
  .callout-3 {
    height: 300px;
  }
}

@media (min-width: 1400px) {
  .callout-3 {
    width: 67%;
  }

  .callout-3-image {
    background-size: contain;
    background-position: right center;
  }
}

@media (min-width: 768px) {
  .font-table tbody tr th {
    border-right: 1px solid #cccccca5;
  }
}

.blue-border-left {
  border-left: 12px solid #0026BD;
}

/* lists */
.list-square {
  list-style: square;
}

.list-triangle {
  list-style-type: none;
}

ul,
ol {
  line-height: 1.5;
}

li::not(.menu-footer-menu li) {
  margin: .45rem 0;
}

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

.list-triangle li::before {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 0;
  padding-right: 0.5em;
}

.list-no-bullet-points {
  list-style-type: none;
}

.list-no-bullet-points ul li {
  list-style-type: none;
}

.lower-alpha {
  list-style-type: lower-alpha;
}

/* accordion */
/*-- header-only style --*/
#accordion button,
#accordion button:active,
#accordion i,
#accordion i:active {
  text-decoration: none;
}

#accordion .card,
#accordion .card-body {
  border: none;
}

#accordion .card-header {
  padding: 0;
  border: 1px solid #f2f2f2;
  position: relative;
  color: #0026BD;
}

#accordion .card-header:hover {
  cursor: pointer !important;
}

#accordion .card-header .btn-link {
  font-weight: 600;
}

#accordion .card-header:after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\f0fe";
  font-family: 'FontAwesome';
  font-size: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: auto;
  width: 30px;
  color: #fff;
  background-color: #333333;
  cursor: pointer;
}

#default_accordion .card-header:before,
#accordion-layout-basic .card-header:before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\f0fe";
  font-family: 'FontAwesome';
  font-size: 1.3rem;
  height: 100%;
  width: 30px;
  color: #333333;
  cursor: pointer;
}

#default_accordion .card-header,
#accordion-layout-basic .card-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: row-reverse;
}

/* #accordion .card-body {border-top: 3px solid #333333;} */
/*-- standard accordion style --*/
#standard-accordion .card .card-header {
  padding: 0;
  border-bottom: 1px solid rgb(255, 255, 255);
}

#standard-accordion .card {
  border: none;
}

#standard-accordion .btn.btn-link {
  background: #0026BD;
  color: #fff;
  font-weight: 600;
  height: auto;
  width: 100%;
  text-align: left;
}

#standard-accordion a[aria-expanded="true"] .card-header,
#standard-accordion a[aria-expanded="true"] .btn.btn-link {
  background-color: #4F81E7;
  color: #fff;
}

#standard-accordion a[aria-expanded="false"] .card-header {
  background-color: #0026BD;
}

#standard-accordion .btn-link:active,
#standard-accordion .btn-link:focus,
#standard-accordion .btn-link:hover {
  text-decoration: none;
}

#standard-accordion .card-body {
  background-color: #f2f5fa;
}

/*-- secondary accordion style --*/
#secondary-accordion .card .card-header {
  padding: 0;
  border-bottom: 1px solid rgb(255, 255, 255);
}

#secondary-accordion .card {
  border: none;
}

#secondary-accordion .btn.btn-link {
  background: #333333;
  color: #fff;
  font-weight: 600;
  height: auto;
  width: 100%;
}

#secondary-accordion a[aria-expanded="true"] .card-header,
#secondary-accordion a[aria-expanded="true"] .btn.btn-link {
  background-color: #666666;
  color: #fff;
}

#secondary-accordion a[aria-expanded="false"] .card-header {
  background-color: #333333;
}

#secondary-accordion .btn-link:active,
#secondary-accordion .btn-link:focus,
#secondary-accordion .btn-link:hover {
  text-decoration: none;
}

.card a.toggle-anchor-accordion {
  text-decoration: none;
}

/* tabs */
.nav-tabs .nav-item {
  margin: 0 1rem;
}

.nav-pills .nav-link {
  border-bottom: 0;
}

.tab-pane h3 {
  color: #0026BD;
}

.tabs-default {
  background-color: #e2eef9;
  border-bottom: 30px solid #0026BD;
  width: 100%;
}

.tabs-default .nav-item {
  margin-bottom: -2px;
  border-bottom: none;
}

.tabs-default .nav-tabs {
  border-bottom: 0;
  text-transform: uppercase;
}

.tabs-default .nav-tabs .nav-link.active {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #0026BD;
  padding: 0.2em 2em;
  border-radius: 0;
  background-color: #e2eef9;
}

.tabs-default .nav-link,
.tabs-default .nav-tabs .nav-link.active {
  color: #0026BD;
}

.tabs-default .nav-link.active {
  font-weight: 600;
}

.tabs-default .nav-link:hover {
  text-decoration: none;
  border-color: transparent;
}

.tabs-2 .nav-pills {
  background-color: #fff;
  padding: 1em;
}

.tabs-2 .nav-pills .nav-link.active {
  color: #fff;
  background-color: #333333;
  font-weight: 600;
}

.tabs-2 .nav-pills .nav-link {
  padding: 0.5rem 1rem;
  color: #0026BD;
}

.tabs-2 .nav-pills {
  border: 3px solid #cccccca5;
}

.tabs-2 .tab-content {
  background-color: #e2eef9;
  padding: 1em;
}

.tabs-3 .col-3 {
  border-right: 3px solid #cccccca5;
}

.tabs-3 .nav .nav-link.active {
  font-weight: 600;
  background-color: #333333;
  color: #fff;
}

.tabs-3 .nav .nav-link:not(last-child) {
  margin-bottom: 0;
}

.tabs-3 .nav .nav-link {
  color: #0026BD;
  padding: .5em 1em .5em 0;
}

/* buttons */
/*-- give all global classes prefixed with .btn- font-weight bold --*/
button[class^="btn-"] {
  font-weight: 600;
}

/*-- exclude existing btn-primary from global button styles --*/
button[class^="btn-"]:not(.btn-primary) {
  padding: 0.3rem 0.7rem;
}

.btn-success {
  background-color: #666666;
  border-color: #666666;
  color: #fff;
}

.btn-danger,
.btn-warning {
  background-color: #CB623D;
  border-color: #CB623D;
}

.btn-danger:hover,
.btn-warning:hover {
  background: #FFD600;
  border-color: #FFD600;
}

.btn-info {
  /* same as .menu-btn */
  background-color: #FFD600;
  border-color: #FFD600;
  color: #0026BD;
}

.btn-info:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.btn-light {
  background-color: #61A2E1;
  border: 2px solid #61A2E1;
  color: #fff;
}

.btn-light:hover {
  background-color: #fff;
  border: 2px solid #61A2E1;
  color: #61A2E1;
}

.btn-dark {
  background-color: #0026BD;
  border-color: #0026BD;
}

.btn-dark:hover {
  color: #0026BD;
  background-color: #61A2E1;
  border-color: #61A2E1;
}

.btn-link {
  color: #0026BD;
}

.btn-link:hover {
  color: #61A2E1;
}

/*-- image as button --*/
.img-btn a:hover {
  text-decoration: none;
}

/* tables */
.table-no-borders [scope="col"],
.table-no-borders [scope="row"],
.table-no-borders td {
  border: none;
}

/*-- blue table styles --*/
.table-blue .thead-dark th {
  background-color: #0026BD;
}

.table.table-striped td,
.table.table-striped th {
  border: none;
}

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

.table.table-blue .thead-light th {
  background-color: #daf1ff;
  color: #0026BD;
}

/*-- light green alternate table style --*/
.table-grey .thead-dark th {
  background-color: #333333;
}

.table.table-striped td,
.table.table-striped th {
  border: none;
}

.table-grey.table-striped tbody tr:nth-of-type(odd) {
  background-color: #666666;
  color: #fff;
}

.table.table-grey .thead-light th {
  background-color: #666666;
  color: #fff;
}

/* background colors */
.bg-primary {
  background-color: #0026BD !important;
}

.bg-secondary {
  background-color: #333333 !important;
}

.bg-success {
  background-color: #666666 !important;
  color: #0026BD !important;
}

.bg-danger {
  background-color: #CB623D !important;
}

.bg-warning {
  background-color: #FFE3AB !important;
}

.bg-info {
  background-color: #333333 !important;
}

.bg-light {
  background-color: #61A2E1 !important;
  font-weight: 500 !important;
  color: #0026BD !important;
}

.bg-dark {
  background-color: #56606a !important;
}

/* borders */
.border-primary {
  border: 2px solid #333333 !important;
}

.border-secondary {
  border: 2px solid #61A2E1 !important;
}

.border-success {
  border: 2px solid #666666 !important;
}

.border-danger {
  border: 2px solid #CB623D !important;
}

.border-warning {
  border: 2px solid #FFE3AB !important;
}

.border-info {
  border: 2px solid #333333 !important;
}

.border-light {
  border: 2px solid #61A2E1 !important;
}

.border-dark {
  border: 2px solid #0026BD !important;
}

/* image filters */
/*-- for the blend modes and gradient effects to work, they need to be appended with the bg-image.
the bg imgs in the following .gradient-overlay and .blend-overlay are interchangeable.
--*/
.gradient-overlay {
  background-image: url("/wp-content/uploads/2019/06/Layer-31.jpg"), linear-gradient(45deg, #0026BD 32%, transparent 133%);
  background-blend-mode: multiply;
}

.blend-overlay {
  background: #0026BD url("/wp-content/uploads/2019/06/Layer-31.jpg");
  background-blend-mode: overlay;
}

/*-- overlay on the RS slider style --*/
.overlay {
  background-color: rgba(0, 57, 90, 0.8);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  outline: 1px solid #fff;
  outline-offset: -15px;
  padding: 2em;
}

.secondary-floating-cta .container-fluid {
  height: 100%;
}

.secondary-floating-cta .row {
  align-items: flex-end;
}

.secondary-floating-cta .container-fluid .row [class^="col"] {
  padding: 1rem;
  background-color: rgba(0, 30, 98, .66);
  outline: 1px solid rgba(0, 30, 98, .66);
  outline-offset: 14px;
}

.secondary-div {
  margin: 1rem;
}

.floating-cta .container-fluid .row {
  flex-direction: row-reverse;
  align-items: center;
  height: 100%;
}

.floating-cta .container-fluid .row [class^="col-"], .floating-cta-center .container-fluid .row [class^="col-"], .secondary-floating-cta .container-fluid .row [class^="col-"] {
  padding: 1rem;
  background-color: rgba(0, 66, 112, .8);
  outline: 1px solid rgb(0, 66, 112);
  outline-offset: 14px;
}

/* media queries */
@media (min-width: 768px) {
  .icon-table {
    display: inline-flex;
    text-align: left;
  }

  .icon-table div {
    display: flex;
  }

  /* .fa {display: inline-block;} */
  i {
    display: inline-block;
  }

  .icon-list {
    display: block;
    text-align: left;
  }

  .icon-list li a {
    padding-left: 1em;
  }

  .tabs-default .nav-tabs {
    border-bottom: 2px solid #0026BD;
  }

  .tabs-default .nav-tabs .nav-link.active {
    border-top: 2px solid #0026BD;
    border-right: 2px solid #0026BD;
    border-left: 2px solid #0026BD;
    border-bottom: none;
  }

  .tabs-2 .nav-pills .nav-link {
    padding: 0.5em 2em;
  }

  .tabs-2 .nav-pills {
    padding: 1em 1em 1em 2em;
  }

  .tabs-2 .tab-content {
    padding: 1.25rem;
  }

  .tabs-3 .nav .nav-link:not(last-child) {
    margin-bottom: 1em;
  }

  .secondary-div {
    margin: 10rem 0 0 7rem !important;
    align-items: center;
  }
}

@media (min-width: 993px) {
  .icon-table a {
    padding: 1em;
  }

  .secondary-floating-cta .row {
    align-items: center;
  }
}

.textured-border-rule {
  width: 100%;
  height: 60px;
  background: #0026BD url("/wp-content/uploads/2019/05/lines_grn.png");
}

/*--- end lanier styles ---*/
/*

   ------------------- UTILITY -------------------

*/
/* Colors */
.offset-outline-yellow {
  outline: 3px solid #ffd600;
  outline-offset: 15px;
}

.bg_white {
  background-color: white !important;
}

.bg_black {
  background-color: black !important;
}

.bg_gray {
  background-color: #666666;
}

.bg_med_gray {
  background-color: #474747;
}

.bg_dark_gray {
  background-color: #333333;
}

.bg_red {
  background-color: #DE0D0D !important;
}

.bg_blue {
  background-color: #0026BD !important;
}

.bg_dark_blue {
  background-color: #001E62 !important;
}

.bg_green {
  background-color: #333333 !important;
}

.bg_lght_green, .bg_lght_blue {
  background-color: #4F81E7 !important;
}

.bg_yellow {
  background-color: #FFD600 !important;
}

.bg_transparent {
  background-color: transparent !important;
}

.bg-muted {
  background-color: #E0E7EB !important;
}

.white {
  color: white !important;
}

.black {
  color: black !important;
}

.gray {
  color: #666666;
}

.med_gray {
  color: #474747;
}

.dark_gray {
  color: #333333;
}

.red {
  color: #DE0D0D !important;
}

.blue {
  color: #0026BD !important;
}

.dark_blue {
  color: #014B91 !important;
}

.green {
  color: #333333 !important;
}

.lght_green {
  color: #6ED1A9 !important;
}

.yellow {
  color: #FFD600 !important;
}

.bg_cover {
  background-size: cover;
}

.bg_contain {
  background-size: contain;
}

.primary_color {
  color: #0026BD;
}

.secondary_color {
  color: #333333;
}

.accent_color {
  color: #61A2E1;
}

.accent_secondary {
  color: #333333;
}

.accent_color_transparent {
  color: rgba(255, 214, 0, .705);
}

.bg_accent_color {
  background-color: #333333;
}

.accent_border_bottom {
  border-bottom: 41px solid #0026BD;
}

/* Images */
/*--- royal slider layouts ---*/
/*--- left-cta ---*/
.left-cta .container-fluid {
  height: 100%;
}

.left-cta .container-fluid .row {
  height: 100%;
}

.left-cta .container-fluid .row [class^="col-"] {
  background-color: rgba(0, 30, 98, .7);
  padding: 4rem;
}

.left-cta .btn-light {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.left-cta .btn-light:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .0) !important;
}

/*--- bottom-cta ---*/
.bottom-cta {
  display: flex;
  flex-direction: column-reverse;
}

.bottom-cta, .secondary-floating-cta {
  border-bottom: 11px solid rgb(255, 198, 33);
}

.bottom-cta .container-fluid {
  padding: 1rem !important;
  background-color: rgba(79, 129, 231, .66);
  outline: 10px solid rgba(79, 129, 231, .66);
  outline-offset: 15px;
}

/*--- floating-cta ---*/
.floating-cta,
.left-cta .container-fluid {
  border-bottom: 11px solid rgb(255, 214, 0);
}

.floating-cta .container-fluid .row {
  flex-direction: row-reverse;
}

.floating-cta .container-fluid .row [class^="col-"] {
  padding: 1rem;
  margin: 8rem 0;
  background-color: rgba(255, 214, 0, 0.66);
  outline: 1px solid rgb(255, 214, 0);
  outline-offset: 14px;
}

img.round_image {
  border-radius: 25rem;
}

/* Spacing */
.inline {
  display: inline;
}

.center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Font Sizing */
.rems-1 {
  font-size: 1rem;
}

.rems-2 {
  font-size: 2rem;
}

.rems-3 {
  font-size: 3rem;
}

.rems-4 {
  font-size: 4rem;
}

.rems-5 {
  font-size: 5rem;
}

.rems-1_5 {
  font-size: 1.5rem;
}

.rems-2_5 {
  font-size: 2.5rem;
}

.rems-3_5 {
  font-size: 3.5rem;
}

.rems-4_5 {
  font-size: 4.5rem;
}

.rems-5_5 {
  font-size: 5.5rem;
}

/* Positioning */
.bg_img_top {
  background-position-y: top;
}

.bg_img_bottom {
  background-position-y: bottom;
}

.bg_img_center {
  background-position-y: center;
}

.bg_img_bottom {
  background-position-y: bottom;
}

blockquote {
  /* border-left: 1px solid; */
  padding: 5px 15px;
}

/* Borders */
.border_blue {
  border: 1px solid #0026BD;
}

.border_gray {
  border: 1.5px solid #777777;
}

.border_bottom_gray {
  border-bottom: 1.5px solid #777777;
}

/* Lists */
.list-square {
  list-style: square;
}

/* Containers */
section {
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper {
  background-size: cover;
  background-position: center center;
}

.wrapper-fluid {
  max-width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
}

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

#breadcrumbs .separator {
  font-size: 18px;
  font-weight: 100;
  color: #61A2E1;
}

.breadcrumbs a {
  color: #0026BD;
  /* text-decoration: none; */
}

.breadcrumbs a:hover {
  text-decoration: underline;
  color: #333333;
}

.font-large {
  font-size: 2rem;
}

.two_five_font {
  font-size: 2.5rem;
}

.one_five_font {
  font-size: 1.5rem;
}

/* Home Page */
.experience-block1,
.experience-block2,
.experience-block3,
.experience-block4 {
  background-color: #0026BD;
  color: white;
  padding: 1rem;
  height: calc(309.44px - 94px);
  /* height: 228px; */
  display: flex;
  justify-content: center;
  align-items: end;
  margin: auto;
  text-align: center;
}

.experience-block button>a {
  color: white;
  text-decoration: none;
}

.experience-block:hover button>a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.experience-block:hover button {
  border-color: white;
  border-width: 2px;
}

.triangle-row {
  transform: rotate(46deg);
}

.triangle-row h3,
.triangle-row i {
  transform: rotate(-46deg);
  text-align: center;
}

.triangle-row i {
  font-size: 4rem;
}

hr.accent-hr {
  border-top: 2px solid #333333;
  margin-top: .5rem;
  width: 84%;
}

hr.accent-hr-2 {
  border-top: 2px solid #333333;
  margin-top: .5rem;
  width: 55%;
}

hr.green {
  border-top: 1px solid #333333;
}

button#gform_submit_button_17 {
  background-color: #0154a6;
  border: none;
  width: 100%;
  text-transform: uppercase;
}

input#input_17_1 {
  border: 1px solid #0154a6;
}

div#filler-block {
  background-color: #ffc400;
}

.news-block-label {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background-color: #FFD600;
}

.excerpt-wrapper {
  border-right: 1px solid #dcdcdc;
}

.school-text {
  /* color: #0154a6; */
}

/* .home .card-wrap {min-height: 240px;} */
.home .card-filter {
  height: 100%;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.home .card-filter:hover {
  background-color: unset;
  -webkit-transition: background-color .60s ease;
  -moz-transition: background-color .60s ease;
  -o-transition: background-color .60s ease;
  transition: background-color .60s ease;
}

.home .card {
  border: none;
  border-radius: none !important;
  /* background-color: #01395aa1; */
  border-radius: 0;
  z-index: -1;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}

.card-text {
  padding: 1rem;
}

/* form placeholder overrides - have to use !important or this doesn't work
--------------------------------------------- */
::-webkit-input-placeholder {
  /* Chrome */
  color: #0154a6 !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #0154a6 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #0154a6 !important;
  opacity: 1 !important;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #0154a6 !important;
  opacity: 1 !important;
}

.wrapper_campus_locations p {
  font-size: 15px
}

/* Home Page Slider */
.rs-home-img {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5rem;
  flex-direction: column-reverse;
  border-bottom: 15px solid #ffa326;
}

.rs-home-img .row .col-md-12 {
  padding: 3em;
  background: rgba(0, 85, 167, .8);
  text-align: center;
  outline: 1px solid #fff;
  outline-offset: -25px;
}

h3.rs-home-slider-title {
  font-size: 4em;
}

.rs-home-img {
  background-position-y: center;
}

/*.page-template-page-programs-featured h1{text-shadow: 1px 4px 8px #9e9e9e;} */
.masonry {
  display: flex;
  flex-flow: row wrap;
  margin-left: -8px;
  /* Adjustment for the gutter */
  width: 100%;
}

.masonry-brick {
  flex: auto;
  height: 250px;
  min-width: 150px;
  margin: 0 8px 8px 0;
  /* Some gutter */
}

.masonry-brick:nth-child(4n+1) {
  width: 250px;
}

.masonry-brick:nth-child(4n+1):nth-child(4n+2) {
  width: 325px;
}

.masonry-brick:nth-child(4n+1):nth-child(4n+3) {
  width: 180px;
}

.masonry-brick:nth-child(4n+1):nth-child(4n+4) {
  width: 380px;
}

p.rs-home-slider-para {
  font-size: 2.5em;
}

div#filler-block {
  background-color: #ffc400;
}

.learn-more-choose-your-experience {
  background-color: transparent;
  color: white;
  padding: .3rem .7rem;
  border-radius: 5px;
  margin: 0;
}

.choose-experience-text-wrapper {
  /* background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) -6%, rgba(108, 154, 197, 0.45) 13%, rgba(0, 65, 130, 0.82) 42%, rgb(16, 72, 125) 100%); */
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0, rgba(0, 38, 190, .5) 10%, #0026BE 73%, #001E62 100%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 47%;
}

.choose-experience-text-wrapper button {
  margin-bottom: 2rem;
}

.experience-block .description-text {
  width: 100%;
  padding: .5rem 0;
  background-blend-mode: multiply;
}

.experience-block .lead {
  margin: 0;
  line-height: 1.75rem;
  padding-bottom: 1em;
}

.image_bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 370px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  /* padding: 1.5rem; */
}

.experience-block .row .col-md-12 {
  height: 170px;
  padding: 0;
  margin: 0;
}

.experience-block:hover {
  transform: scale(1.1);
  -webkit-transition: all .60s ease;
  -moz-transition: all .60s ease;
  -o-transition: all .60s ease;
  transition: all .60s ease;
}

.experience-block i {
  font-size: 2.5rem;
}

.experience-icon {
  background-color: #4F81E7;
  border: 1px solid white;
  border-radius: 73px;
  padding: 1rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  margin: auto;
  position: absolute;
  top: -47px;
  left: 33%;
}

.experience-header {
  margin-bottom: 5rem;
}

.description-text h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #fff;
}

.description-text .lead {
  font-size: 1.15rem;
}

.lead {
  font-weight: 400;
}

.experience-block .btn-secondary-lght-blue {
  color: #fff;
  opacity: .8;
  font-weight: 400;
}

.experience-block .btn-secondary-lght-blue:hover {
  opacity: 1;
  transition: .32s ease;
}

.display-excerpt {
  display: none;
  height: 350px;
}

.btn-news {
  background-color: transparent;
  color: #01385a;
  border: 0;
  text-align: right;
  margin-left: auto;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.btn-news:hover {
  color: #646464;
  text-decoration: none;
}

.post-smaller {
  font-size: 2rem;
}

.dynamic-excerpt {
  color: #161616;
}

.wrapper_content_block_styled p {
  margin: auto;
  padding: 0 2rem;
}

.card-img-top img.card-img-top {
  max-height: 350px;
}

.tuition-free-text-wrap-right {
  word-break: break-word;
}

/* Testimonials Slider */
.rs-news-img {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}

.rsContent {
  width: 300px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.rsOverflow {
  cursor: -webkit-grab;
  overflow: visible;
  margin-left: 0;
  width: 300px;
  height: 550px;
}

.rs-home-img {
  /* background-color: rgba(2, 39, 60, .75);
    background-blend-mode: soft-light; */
  /* background: -webkit-linear-gradient(top, rgba(2, 39, 60, 0), rgba(2, 39, 60, 1)); */
}

.curlyquote, .quote-default {
  quotes: "“""”""‘""’";
}

.curlyquote:before,
.quote-default:before {
  content: open-quote;
}

.curlyquote:after {
  content: close-quote;
}

h3.rs-news-title {
  color: white;
}

/* Don't hide the arrows. Make them less opaque */
div.rsHidden {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

/* Tuition-free */
.name-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: .5rem 1rem;
  /* border-bottom: 1px solid white; */
}

.name-wrapper a:hover,
.name-wrapper p:hover {
  text-decoration: underline;
}

.name-wrapper a {
  text-decoration: none;
}

.program-description-wrapper h3 {
  font-size: 2.5rem;
  margin: 0;
}

.experience-header>h2 {
  color: #001e62 !important;
}

.program-description-wrapper .general-header {
  padding: 1.5rem;
}

.border-top-yellow {
  border-top: 1.5rem solid #ffd601;
}

.tuition-free-program-wrapper {
  height: 712px;
  background-color: rgba(0, 85, 167, 0.72);
  padding: 1px 42px;
}

/* Testimonials */
.testimonial-wrapper {
  background-color: #001E62;
  border: 1px solid #333333;
}

.testimonial-text {
  padding: 1.5rem;
}

/* Free Tuition */
.free-tuition-block {
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.free-tuition-block,
.free-tuition-block .free_tuition_hover_filter {
  transition: all .05s ease-in-out;
}

.free-tuition-block .free_tuition_hover_filter {
  height: 300px;
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.free-tuition-description-wrapper h2, .free-tuition-description-wrapper p {
  display: none;
}

/* Program Block */
.program-block {
  min-height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-top: 12px solid;
  border-left: 23px solid;
}

.program-block-left {
  display: none;
}

.program-block p {
  color: white;
}

.program-description-wrapper .general-header h4 {
  font-weight: 200;
}

.hover-filter {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  background-color: rgba(1, 75, 145, 0.67);
  -webkit-transition: all .40s ease;
  -moz-transition: all .40s ease;
  -o-transition: all .40s ease;
  transition: all .40s ease;
}

.wrapper_program_section {
  background-image: url() !important;
}

/* Programs */
.program_section_description {
  font-size: 1.2rem;
}

.wrapper_program_cards .block {
  background-size: cover;
  min-height: 430px;
  padding: 0;
}

.wrapper_program_cards .text-wrap {
  background-color: rgba(255, 255, 255, 0.96);
  padding: 1.5rem;
  margin-bottom: 1rem;
}

.wrapper_program_cards .text-wrap {
  margin: 1rem;
  padding: .75rem;
}

.wrapper_program_cards .text-wrap h5 {
  border-bottom: 1.5px solid #4579e4;
}

.wrapper_program_cards .icon {
  margin: 1rem;
  font-size: 2.5rem;
}

.filter {
  background-color: rgba(0, 38, 189, .705);
  height: 100%;
}

.filter_header {
  margin: auto;
}

.wrapper_program_cards .filter {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: column;
  -webkit-transition: all .60s ease;
  -moz-transition: all .60s ease;
  -o-transition: all .60s ease;
  transition: all .60s ease;
}

.text-wrap {
  display: none;
}

.page-template-page-program-single .card,
.page-template-page-program-single .card-header,
.page-template-page-program-categories .card,
.page-template-page-program-categories .card-header {
  border-radius: 0;
}

.learn-more-free-tuition {
  display: none;
}

button.all-programs {
  background-color: #333333;
  color: white;
  border-radius: 5px;
  padding: 5px 15px;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.3rem;
}

/* .program-description-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
} */
.experience-block1 h3 {
  position: relative;
  top: 65px;
  left: -17px;
}

.experience-block1 i {
  position: relative;
  top: 30px;
  left: 22px;
}

.experience-block3 h3,
.experience-block3 i {
  position: relative;
  top: 114px;
  left: 25px;
}

.experience-block2 h3 {
  position: relative;
  top: 106px;
  left: 34px;
}

.experience-block2 i {
  position: relative;
  top: calc(311px / 6);
  left: calc(311px / 7);
}

.experience-block4 h3,
.experience-block4 i {
  position: relative;
  top: 82px;
  left: 21px;
}

.wrapper_media {
  padding: 0;
}

.wrapper_single_program_block .card {
  border: 1px solid #0026BD;
}

.choose-your-experience-tagline {
  /* display: flex;
    justify-content: center; */
}

.choose-your-experience-tagline h2 {
  /* display: flex;
    justify-content: center;
    align-items: flex-end; */
}

.triangle-row a:hover {
  text-decoration: none;
}

.learn-more-right {
  display: block;
  border: 1px solid;
  padding: 0.3rem;
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
  width: 150px;
}

.learn-more-news {
  display: block;
  text-align: center;
  font-weight: 700;
  width: 60%;
  border: 1px solid #4f81e7;
  border-radius: 5px;
  padding: 0.4rem;
  color: #4f81e7;
}

.learn-more-news:hover {
  font-weight: 900;
  border: 2px solid #4f81e7;
  color: #4f81e7;
  /* keep the extra border thickness from moving other elements */
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  margin-bottom: 0.98rem;
}

.learn-more-news a:last-child {
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 0.4rem;
}

.learn-more-news a:last-child:hover {
  font-weight: 900;
  border: 2px solid #008850;
  color: #008850;
}

/* .learn-more-news:hover,*/
.learn-more-right:hover {
  font-weight: 900;
  /* border: 2px solid; */
  padding-bottom: 0.23rem;
  background-color: #767676;
}

/* Forms */
button#gform_submit_button_21 {
  text-align: center;
  margin: auto;
  display: flex;
}
/*Disabled by Prima to show labels
.gform_wrapper label {
  display: none;
}
*/
.gfield_checkbox li {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}

.ginput_container input[type=text], .ginput_container input[type=email], .ginput_container input[type=tel], .ginput_container input[type=password], .ginput_container input[type=number], .ginput_container select, .ginput_container textarea {
  color: #0154a6;
}

body .gform_wrapper .gform_validation_container {
  display: none !important;
}

/* Basic Accordion */
.wrapper_basic_accordion a {
  color: #333333;
  text-decoration: underline;
}

.wrapper_basic_accordion {
  padding-top: 0;
}

#accordion-layout-basic .btn-link:hover {
  text-decoration: none;
}

/* News */
.post-content-wrap img {
  max-width: 400px;
}

.testimonials .post-content-wrap {
  background-color: #0026BD;
  color: white;
  padding: 2rem;
}

.testimonials img {}

.testimonials .entry-content {
  font-size: 1.2rem;
}

nav.container.navigation.post-navigation {
  color: #5e9731;
  font-weight: 600;
}

.featured-news-right img {
  width: 100%;
  max-height: 388px;
}

.featured-news-right {
  border-left: 2px solid #01385a;
}

.featured-news-left {
  /* height: 307px; */
  border-bottom: 2px solid #01385a;
}

.wrapper_featured_news a {
  color: rgb(0, 85, 167);
  text-decoration: none;
}

.wrapper_featured_news a:hover {
  text-decoration: underline;
}

.wrapper_icon_photo_cards a:hover {
  text-decoration: none;
}

.testimonials-slider-wrap .col-md-12 {
  padding: 0;
}

.free-tuition-block:hover {
  transform: scale(1.1);
  -webkit-transition: all .60s ease;
  -moz-transition: all .60s ease;
  -o-transition: all .60s ease;
  transition: all .60s ease;
  z-index: 99;
}

.free-tuition-hover-block-wrapper:hover {
  z-index: 99;
}

/*

   ------------------- BACK PAGE LAYOUTS -------------------

*/
/* New Student Module */
#gform_wrapper_18 .gform_page_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div#gform_confirmation_message_18 {
  font-size: 1.5rem;
  text-align: center;
  color: #5e9731;
  font-weight: 600;
}

#gform_wrapper_18 .gform_previous_button,
#gform_wrapper_18 .gform_next_button {
  background-color: #61A2E1;
  color: white;
}

/* Icon Grid */
.icon_grid_border {
  border-bottom: 15px solid #ffa326;
}

.wrapper_icon_grid {
  padding: 0;
}

/* Tuition Free Layout */
.triangle-illusion-line {
  background-color: white;
  width: 40px;
  height: 50%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top: 35px solid white;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 35px solid white;
}

.arrow-down-2 {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 35px solid white;
}

.arrow-up-2 {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 35px solid white;
}

/* Three Column page */
.page-template-page-three-column-page .wrapper_icon_grid>.container-fluid {
  padding: 0;
}

.wrapper_hub_cards .card-columns {
  /* display: block;
  width: 100%; */
  orphans: 1 !important;
  widows: 1 !important;
  -webkit-column-break-inside: avoid
}

#articulation-agreements-wrapper img,
#articulation-agreements-other-wrapper img {
  width: 150px;
  margin-right: 1rem;
}

/*
RESPONSIVENESS
*/
/************ MIN-WIDTH **********/
@media only screen and (min-width: 1440px) {
  .wrapper {
    max-width: 1440px;
    /* large laptop */
    margin: auto;
  }

  .wrapper-fluid {
    max-width: 100%;
  }
}

@media only screen and (min-width: 767px) {
  .hide-on-desktop {
    display: none;
  }
}

/************ MAX-WIDTH **********/
@media only screen and (max-width: 1450px) {
  .menu-btn {
    font-size: 1em;
  }

  .main-menu-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
  }

  body {
    margin-top: 273px;
  }
}

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

@media only screen and (max-width: 991px) {
  .news-block-label h2 {
    font-size: 1.5rem;
  }

  .display-excerpt {
    display: none;
    height: 450px;
  }

  .navbar {
    background-color: #014B91;
  }

  .arrow-up-nav-white {
    width: 0;
    height: 0;
    border-right: 60px solid transparent;
    border-bottom: 41px solid #004b91;
  }

  .menu-button-wrap-top button.navbar-toggler {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .search-bar {
    display: none;
    margin-left: 0;
  }

  .mobile-menu-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }

  .main-menu-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }

  ul#main-menu {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  ul#main-menu li {
    margin: 5px;
  }

  .menu-wrap {
    width: 100%
  }

  .experience-block .btn-secondary-lght-blue {
    width: 85% !important;
  }
}

@media (min-width: 768px) {
  .floating-cta .container-fluid .row [class^="col-"] {
    margin: 5rem;
    padding: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .remove-border-mobile {
    border-right: none !important;
  }

  .anchor-positioning {
    top: -300px;
  }

  #articulation-agreements-wrapper h2,
  #articulation-agreements-other-wrapper {
    font-size: 1.5rem;
  }

  .free-tuition-description-wrapper {
    display: none;
  }

  .free-tuition-block .free_tuition_hover_filter {
    background-color: rgba(0, 163, 97, 0.66) !important;
  }

  .card-filter {
    background-color: rgba(1, 84, 166, 0);
  }

  .tuition-free-text-wrap-right h3,
  .tuition-free-text-wrap-right p {
    display: block !important;
  }

  .excerpt-wrapper,
  #filler-block {
    display: none;
  }

  .image_bg {
    background-position: top;
    height: 600px;
  }

  .experience-icon {
    left: 42%;
  }

  .experience-block .btn-secondary-lght-blue {
    width: 55% !important;
  }

  .wrapper_icon_grid>.container-fluid {
    padding: 0;
  }

  #two-column-option-two-main-wrap {
    padding: 0 !important;
  }

  .featured-news-right {
    border-left: none;
    margin-left: 0 !important;
  }

  .anim, .anim_left, .anim_right, .anim_up {
    opacity: 1 !important;
  }

  .campus-security-wrapper {
    margin: 0;
  }

  ul#menu-top-nav {
    padding: 0;
  }

  .search-bar {
    width: 100%;
  }

  .wrapper_choose_your_experience .col-md-2 {
    margin: 2rem;
  }

  .program-block {
    border-left: none;
  }

  .site-info {
    margin-top: 1rem;
  }

  .parent-menu-item {
    margin-bottom: 1rem;
    width: 50%;
  }

  .social_links {
    width: 50%;
  }

  .tuition-free-program-wrapper {
    display: none;
  }

  .name-wrapper {
    flex-direction: column;
  }

  #top-nav {
    flex-direction: column;
    align-items: baseline !important;
  }

  .learn-more-free-tuition {
    display: block;
  }

  .hover-filter {
    background-color: rgb(1, 75, 145);
  }

  .name-wrapper {
    border-bottom: 1px solid white;
    padding: 0 1rem;
  }

  .program-block {
    min-height: 320px;
    background-position-y: top;
    background-position-x: center;
  }

  .wrapper_program_section {
    border: none;
  }

  .text-wrap {
    display: block;
  }

  .filter {
    background-color: rgba(0, 85, 167, 0);
  }

  .filter_header {
    display: none;
  }

  .block {
    margin: 1rem;
  }

  .wrapper_future_students .card {
    padding: 0 1rem;
  }

  .tuition-free_img {
    border-top: 20px solid white !important;
    border-bottom: 20px solid white !important;
    align-items: flex-end !important;
    justify-content: center;
    flex-direction: row !important;
  }

  .arrow-down {
    width: 0;
    height: 0;
    border-left: 0px solid transparent !important;
    border-right: 40px solid transparent !important;
    border-bottom: 35px solid white !important;
    display: inline-flex !important;
    border-top: 0 !important;
  }

  .arrow-up {
    width: 0;
    height: 0;
    border-left: 40px solid transparent !important;
    border-right: 0px solid transparent !important;
    border-bottom: 35px solid white !important;
    display: inline-flex;
  }

  .triangle-illusion-line {
    background-color: white;
    width: 50% !important;
    height: 35px !important;
  }

  .tuition-free_img_mobile {
    align-items: flex-start !important;
  }

  .arrow-up-2 {
    width: 0;
    height: 0;
    border-left: 40px solid transparent !important;
    border-right: 0px solid transparent !important;
    border-top: 35px solid white !important;
    border-bottom: 0px !important;
  }

  .free-tuition-block {
    min-height: 300px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .free-tuition-block .free_tuition_hover_filter {
    height: auto;
  }

  .free-tuition-block:hover {
    transform: none;
  }
}

/* end max-width: 767px */
@media only screen and (max-width: 575px) {
  body {
    margin-top: 265px;
  }

  #articulation-agreements-wrapper img,
  #articulation-agreements-other-wrapper img {
    width: 100px;
    margin-right: 1rem;
  }

  .wrapper_featured_news .container-fluid {
    margin: 0 !important;
  }

  .menu-programs-nav-wrap {
    margin-top: 0 !important;
  }

  .secondary-menu ul,
  ul#menu-programs-nav {
    border-left: none;
    column-count: 2;
  }

  #menu-programs-nav li,
  .secondary-menu li {
    padding: 1rem 0;
  }

  ul#menu-extra-menu li,
  ul#menu-top-nav li {
    margin: 0;
  }

  .rs-home-img {
    padding: 2rem;
  }

  h3.rs-home-slider-title {
    font-size: 3em;
  }
}

.glyph {
  float: left;
  text-align: center;
  padding: .75em;
  margin: .4em 1.5em .75em 0;
  width: 6em;
  text-shadow: none;
}

.glyph_big {
  font-size: 128px;
  color: #61A2E1;
  float: left;
  margin-right: 20px;
}

.glyph div {
  padding-bottom: 10px;
}

.glyph input {
  font-family: consolas, monospace;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: .2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.glyph .fs1 {
  font-size: 2em;
}

.box1 {
  font-size: 16px;
  display: inline-block;
  width: 11em;
  padding: .25em .5em;
  margin: 20px 10px 0 0;
}

/* tuition-free styles */
.tuition-free_img {
  height: calc(300px + 2em);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 20px solid white;
  border-bottom: 20px solid white;
}

.medium {
  font-size: 93%;
}

/* tuition-free empty container hider */
.wrapper_free_tuition .row:last-child {
  display: none;
}

/* icon-grid styles */
.border-right {
  border-right: 4px dotted #fff;
}

.icon_grid_border>div {
  border-right: 4px dotted white;
}

.icon-link:hover .display-4 i,
.icon-link:hover p {
  text-decoration: none;
  color: #ffc501;
  ;
  cursor: pointer;
}

.icon-link p {
  border-bottom: 4px dotted white;
  height: 75px;
}

.wrapper_icon_grid a {
  text-decoration: none;
}

/* student grid styles */
.bg-muted .card-text {
  color: #133959;
}

.bg-muted .card-text ul {
  list-style: none;
  padding: 0;
  line-height: 2em;
}

.bg-muted .card-text li:before {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 0;
  padding-right: .5em;
}

.experience-block .btn-secondary-lght-blue {
  width: 55%;
}

/* custom media-queries */
@media screen and (min-width: 768px) {}

@media (min-width: 768px), (max-width: 1370px) {

  /* .experience-block .btn-secondary-lght-blue {
    width: 100px;
  } */
  .description-text h3 {
    font-size: 99%;
  }

  .experience-block .row .col-md-12 {
    height: auto;
  }
}

@media (min-width: 1370px) {
  .description-text h3 {
    font-size: 1.5rem;
  }

  .experience-block .row .col-md-12 {
    height: 170px;
  }

  .experience-block .btn-secondary-lght-blue {
    /* width: 200px; */
    margin-bottom: 1em;
  }
}

/*CM Page Builder*/
.fl-builder #page-wrapper {
	padding: 0;
}

@media screen and (min-width: 1024px) {
	.fl-builder #page-wrapper {
		max-width: 100%;
	}
}