/*
 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
*/

.jump-target::before { 
    display: block; 
    content: " "; 
    margin-top: -199px; 
    height: 199px; 
    visibility: hidden; 
    pointer-events: none;
  }
  
  html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    /* scroll-padding-top: 191px; */
  }
  
  body {
    font-family: 'Fira Sans Condensed', sans-serif;
    color: #000000;
    /* Full black for better link contrast ratio */
    line-height: 1.6;
    margin-top: 199px;
  }
  
  html, body {
    /* scroll-padding-top: 199px; / * height of sticky header */
  }
  
  /* :target::before {
    content: "";
    display: block;
    height: 191px; / * fixed header height * /
    margin: -191px 0 0; / * negative fixed header height * /
  } */
  
  h1, h2, h4, h5, h6 {
    font-family: 'Fira Sans Condensed', sans-serif;
    color: #0055A7;
  }
  
  h3 {
    font-family: 'Fira Sans Condensed', sans-serif;
    color: #2678C9; /* Contrast must be >/= 4.5:1 */
  }
  
  h1, h2, h3 {
    font-weight: 600;
  }
  
  h5 {
    font-weight: 400;
  }
  
  .h-with-link {
    color: #000000; /* For contrast ratio with links */
  }
  
  .h4_accent_color {
      color: #2775CE; /* Contrast must be >/= 4.5:1 */
  }
  
  a:hover {
    /* outline: 1px dashed; */
    text-decoration: underline;
    color: #005AB5;
  }
  
  /* a:visited{ color: #61A2E1;}  */
  a {
    height: auto;
    color: #008850;
    /* Max lightness for link to background contrast ratio of > 4.5:1 */
    text-decoration: none;
  }
  
  @media screen and (max-width: 768px) {
    a {
      text-decoration: underline;
    }
  }
  
  #main-menu li a:hover {
    border-bottom: 2px solid #00A361;
    margin-bottom: -1px;
    color: #008850;
  }
  
  #menu-footer-menu li a[href="#"]:focus {
    outline: none;
  }
  
  .secondary-menu li a:focus, .secondary-menu li a:hover {
    text-decoration: underline;
  }

.menu-inset-1 {
	margin-left: 1rem;
}
  
  #menu-programs-nav li a:focus, #menu-programs-nav li a:hover {
      text-decoration: underline;
  }
  
  .text-white a[href="/admissions/admissions-process/"] {
      text-decoration: underline; /* Less than 3:1 link:body text contrast requires secondary cue */
      font-weight: bold;
  }
  
  .text-white a[href="/admissions/admissions-process/"]: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 a:hover {
    text-decoration: none !important;
  }
  
  a.no-underline:hover {
    text-decoration: none;
  } */
  
  .no-underline,
  .no-underline:hover,
  .text-decoration-none {
    text-decoration: none;
  }
  
  .text-decoration-none:hover {
    text-decoration: underline;
  }
  
  .text-decoration-underline {
      text-decoration: underline;
  }
  
  .text-decoration-underline:hover {
      text-decoration: none;
  }
  
  .always-underline,
  .always-underline:hover {
    text-decoration: underline;
  }
  
  .hover-underline:hover {
    text-decoration: underline;
  }
  
  .learn-more {
    text-decoration: none;
  }
  
  .learn-more:hover {
    text-decoration: underline;
  }
  
  .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;
  }
  
  .events-wrapper>h2 {
    background-color: #ffc525;
    padding: 1.5rem;
  }
  
  .home .first .col-md-12 {
    padding: 0;
  }
  
  #menu-footer-menu .sub-menu li>a:hover {
    color: #00EA30;
    text-decoration: underline;
    outline: none;
  }
  
  .breadcrumbs .current-item {
    color: #0055A7;
  }
  
  .breadcrumbs li {
    color: #0055A7;
  }
  
  .breadcrumbs {
    color: #5c9730;
  }
  
  .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: #0055A7;
  }
  
  .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: #FFC621;
    text-decoration: none;
    cursor: default;
  }
  
  @media screen and (max-width: 768px) {
    #menu-footer-menu .parent-menu-item a {
      text-decoration: underline;
    }
  }
  
  #menu-footer-menu .parent-menu-item .sub-menu a {
    cursor: pointer;
  }
  
  .secondary-menu .nav-link,
  #menu-programs-nav li>a {
    border-bottom: none;
  }
  
  .secondary-menu ul,
  #menu-programs-nav {
    list-style: none;
    border-left: 2px solid #0055A7;
    padding-left: 1rem;
  }
  
  .secondary-menu ul li,
  #menu-programs-nav li a {
    color: #0055A7;
    line-height: 1.2em;
    padding: .2rem 0;
  }
  
  #menu-programs-nav li a:hover {
    color: #0055A7;
  }
  
  .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: 25%;
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 8px;
    margin-left: 15px;
	max-width: 250px
  }
  
  #s {
    border: none;
    border-bottom: 1px solid white;
    background-color: #0055A7;
    border-radius: 0;
    color: white;
  }
  
  /*
  CSS Angles
  */
  .arrow-up {
    width: 0;
    height: 0;
    border-right: 22px solid transparent;
    border-bottom: 25px solid #0055A7;
  }
  
  .arrow-up-nav {
    width: 0;
    height: 0;
    border-right: 22px solid transparent;
    border-bottom: 25px solid #00A261;
  }
  
  .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 #00A361;
  }
  
  .connecting-line {
    background-color: #00A361;
    height: 25px;
    width: 400px;
  }
  
  /*
  BUTTONS
  */
  .btn-primary {
    padding: .5em 2em;
    font-weight: bolder;
    font-size: 1.2em;
    color: #fff;
    color: #0055A7;
    background-color: #FFC621;
    border-color: #FFC621;
  }
  
  .btn-primary:hover {
    background-color: #0055A7;
    border-color: #0055A7;
  }
  
  .btn-secondary-green {
    background-color: transparent;
    border: 2px solid #00A361;
    color: #00A361;
    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-donate {
    background-color: #00a361;
    color: white;
    width: 150px;
    text-transform: uppercase;
  }
  
  .btn-donate:hover {
    background-color: #ffffff;
    color: #00a361;
    border: 1px solid;
  }
  
  .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: #0055A7;
    background-color: #FFC621;
    border-color: #FFC621;
    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;
    background-color: #00A361;
    border-color: #00A361;
    outline: none;
  }
  
  #menu-item-2381 {
    padding: 0rem;
  }
  
  #menu-item-2381 a {
    border: 2px solid transparent;
    padding: 0.75rem;
    border-radius: 5px;
    margin: 0rem !important;
  }
  
  #menu-item-2381 a:hover {
    border: 2px solid black !important;
    /* padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem; */
    margin: 0rem !important;
    outline: none;
  }
  
  .menu-btn a {
    border-bottom: 0;
  }
  
  ul#main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: #0055A7;
  }
  
  ul#main-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1rem;
    margin-top: 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: #00a361 !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: 200px;
	min-width: 125px;
    /* margin-top: 1em; */
    /* margin-bottom: 1em; */
  }
  
  .navbar {
    background-color: white;
  }

  .navbar-nav .nav-link {
    white-space: nowrap;	
  }
  
  .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.5);
  }
  
  .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: #00D760;
    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-toggler-icon-white {
    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(225,225,225,0.9)' 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 #00A361;
    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: #ffc500;
    padding: 0;
  }
  
  .secondary-menu>a,
  #menu-programs-nav a {
    text-decoration: none;
  }
  
  .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: #00A361;
  }
  
  .dropdown-menu {
    color: #0055A7;
  }
  
  ul.dropdown-menu.show {
    border: 1px solid #0055A7;
  }
  
  /* 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 #00A361;
    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: #0055A7;
  }
  
  /* Additional bg-colors not preset in default Bootstrap */
  .bg-green {
    background-color: #00A361;
  }
  
  /* bg-colors based on the named css colors. bg-green below is named bg-green-2 due to the bg-green above already being used */
  .bg-aliceblue {
    background-color: #F0F8FF !important; 
   }
  .bg-antiquewhite {
    background-color: #FAEBD7 !important; 
   }
  .bg-aqua {
    background-color: #00FFFF !important; 
   }
  .bg-aquamarine {
    background-color: #7FFFD4 !important; 
   }
  .bg-azure {
    background-color: #F0FFFF !important; 
   }
  .bg-beige {
    background-color: #F5F5DC !important; 
   }
  .bg-bisque {
    background-color: #FFE4C4 !important; 
   }
  .bg-black {
    background-color: #000000 !important; 
   }
  .bg-blanchedalmond {
    background-color: #FFEBCD !important; 
   }
  .bg-blue {
    background-color: #0000FF !important; 
   }
  .bg-blueviolet {
    background-color: #8A2BE2 !important; 
   }
  .bg-brown {
    background-color: #A52A2A !important; 
   }
  .bg-burlywood {
    background-color: #DEB887 !important; 
   }
  .bg-cadetblue {
    background-color: #5F9EA0 !important; 
   }
  .bg-chartreuse {
    background-color: #7FFF00 !important; 
   }
  .bg-chocolate {
    background-color: #D2691E !important; 
   }
  .bg-coral {
    background-color: #FF7F50 !important; 
   }
  .bg-cornflowerblue {
    background-color: #6495ED !important; 
   }
  .bg-cornsilk {
    background-color: #FFF8DC !important; 
   }
  .bg-crimson {
    background-color: #DC143C !important; 
   }
  .bg-cyan {
    background-color: #00FFFF !important; 
   }
  .bg-darkblue {
    background-color: #00008B !important; 
   }
  .bg-darkcyan {
    background-color: #008B8B !important; 
   }
  .bg-darkgoldenrod {
    background-color: #B8860B !important; 
   }
  .bg-darkgray {
    background-color: #A9A9A9 !important; 
   }
  .bg-darkgrey {
    background-color: #A9A9A9 !important; 
   }
  .bg-darkgreen {
    background-color: #006400 !important; 
   }
  .bg-darkkhaki {
    background-color: #BDB76B !important; 
   }
  .bg-darkmagenta {
    background-color: #8B008B !important; 
   }
  .bg-darkolivegreen {
    background-color: #556B2F !important; 
   }
  .bg-darkorange {
    background-color: #FF8C00 !important; 
   }
  .bg-darkorchid {
    background-color: #9932CC !important; 
   }
  .bg-darkred {
    background-color: #8B0000 !important; 
   }
  .bg-darksalmon {
    background-color: #E9967A !important; 
   }
  .bg-darkseagreen {
    background-color: #8FBC8F !important; 
   }
  .bg-darkslateblue {
    background-color: #483D8B !important; 
   }
  .bg-darkslategray {
    background-color: #2F4F4F !important; 
   }
  .bg-darkslategrey {
    background-color: #2F4F4F !important; 
   }
  .bg-darkturquoise {
    background-color: #00CED1 !important; 
   }
  .bg-darkviolet {
    background-color: #9400D3 !important; 
   }
  .bg-deeppink {
    background-color: #FF1493 !important; 
   }
  .bg-deepskyblue {
    background-color: #00BFFF !important; 
   }
  .bg-dimgray {
    background-color: #696969 !important; 
   }
  .bg-dimgrey {
    background-color: #696969 !important; 
   }
  .bg-dodgerblue {
    background-color: #1E90FF !important; 
   }
  .bg-firebrick {
    background-color: #B22222 !important; 
   }
  .bg-floralwhite {
    background-color: #FFFAF0 !important; 
   }
  .bg-forestgreen {
    background-color: #228B22 !important; 
   }
  .bg-fuchsia {
    background-color: #FF00FF !important; 
   }
  .bg-gainsboro {
    background-color: #DCDCDC !important; 
   }
  .bg-ghostwhite {
    background-color: #F8F8FF !important; 
   }
  .bg-gold {
    background-color: #FFD700 !important; 
   }
  .bg-goldenrod {
    background-color: #DAA520 !important; 
   }
  .bg-gray {
    background-color: #808080 !important; 
   }
  .bg-grey {
    background-color: #808080 !important; 
   }
  .bg-green-2 {
    background-color: #008000 !important; 
   }
  .bg-greenyellow {
    background-color: #ADFF2F !important; 
   }
  .bg-honeydew {
    background-color: #F0FFF0 !important; 
   }
  .bg-hotpink {
    background-color: #FF69B4 !important; 
   }
  .bg-indianred {
    background-color: #CD5C5C !important; 
   }
  .bg-indigo {
    background-color: #4B0082 !important; 
   }
  .bg-ivory {
    background-color: #FFFFF0 !important; 
   }
  .bg-khaki {
    background-color: #F0E68C !important; 
   }
  .bg-lavender {
    background-color: #E6E6FA !important; 
   }
  .bg-lavenderblush {
    background-color: #FFF0F5 !important; 
   }
  .bg-lawngreen {
    background-color: #7CFC00 !important; 
   }
  .bg-lemonchiffon {
    background-color: #FFFACD !important; 
   }
  .bg-lightblue {
    background-color: #ADD8E6 !important; 
   }
  .bg-lightcoral {
    background-color: #F08080 !important; 
   }
  .bg-lightcyan {
    background-color: #E0FFFF !important; 
   }
  .bg-lightgoldenrodyellow {
    background-color: #FAFAD2 !important; 
   }
  .bg-lightgray {
    background-color: #D3D3D3 !important; 
   }
  .bg-lightgrey {
    background-color: #D3D3D3 !important; 
   }
  .bg-lightgreen {
    background-color: #90EE90 !important; 
   }
  .bg-lightpink {
    background-color: #FFB6C1 !important; 
   }
  .bg-lightsalmon {
    background-color: #FFA07A !important; 
   }
  .bg-lightseagreen {
    background-color: #20B2AA !important; 
   }
  .bg-lightskyblue {
    background-color: #87CEFA !important; 
   }
  .bg-lightslategray {
    background-color: #778899 !important; 
   }
  .bg-lightslategrey {
    background-color: #778899 !important; 
   }
  .bg-lightsteelblue {
    background-color: #B0C4DE !important; 
   }
  .bg-lightyellow {
    background-color: #FFFFE0 !important; 
   }
  .bg-lime {
    background-color: #00FF00 !important; 
   }
  .bg-limegreen {
    background-color: #32CD32 !important; 
   }
  .bg-linen {
    background-color: #FAF0E6 !important; 
   }
  .bg-magenta {
    background-color: #FF00FF !important; 
   }
  .bg-maroon {
    background-color: #800000 !important; 
   }
  .bg-mediumaquamarine {
    background-color: #66CDAA !important; 
   }
  .bg-mediumblue {
    background-color: #0000CD !important; 
   }
  .bg-mediumorchid {
    background-color: #BA55D3 !important; 
   }
  .bg-mediumpurple {
    background-color: #9370D8 !important; 
   }
  .bg-mediumseagreen {
    background-color: #3CB371 !important; 
   }
  .bg-mediumslateblue {
    background-color: #7B68EE !important; 
   }
  .bg-mediumspringgreen {
    background-color: #00FA9A !important; 
   }
  .bg-mediumturquoise {
    background-color: #48D1CC !important; 
   }
  .bg-mediumvioletred {
    background-color: #C71585 !important; 
   }
  .bg-midnightblue {
    background-color: #191970 !important; 
   }
  .bg-mintcream {
    background-color: #F5FFFA !important; 
   }
  .bg-mistyrose {
    background-color: #FFE4E1 !important; 
   }
  .bg-moccasin {
    background-color: #FFE4B5 !important; 
   }
  .bg-navajowhite {
    background-color: #FFDEAD !important; 
   }
  .bg-navy {
    background-color: #000080 !important; 
   }
  .bg-oldlace {
    background-color: #FDF5E6 !important; 
   }
  .bg-olive {
    background-color: #808000 !important; 
   }
  .bg-olivedrab {
    background-color: #6B8E23 !important; 
   }
  .bg-orange {
    background-color: #FFA500 !important; 
   }
  .bg-orangered {
    background-color: #FF4500 !important; 
   }
  .bg-orchid {
    background-color: #DA70D6 !important; 
   }
  .bg-palegoldenrod {
    background-color: #EEE8AA !important; 
   }
  .bg-palegreen {
    background-color: #98FB98 !important; 
   }
  .bg-paleturquoise {
    background-color: #AFEEEE !important; 
   }
  .bg-palevioletred {
    background-color: #D87093 !important; 
   }
  .bg-papayawhip {
    background-color: #FFEFD5 !important; 
   }
  .bg-peachpuff {
    background-color: #FFDAB9 !important; 
   }
  .bg-peru {
    background-color: #CD853F !important; 
   }
  .bg-pink {
    background-color: #FFC0CB !important; 
   }
  .bg-plum {
    background-color: #DDA0DD !important; 
   }
  .bg-powderblue {
    background-color: #B0E0E6 !important; 
   }
  .bg-purple {
    background-color: #800080 !important; 
   }
  .bg-red {
    background-color: #FF0000 !important; 
   }
  .bg-rosybrown {
    background-color: #BC8F8F !important; 
   }
  .bg-royalblue {
    background-color: #4169E1 !important; 
   }
  .bg-saddlebrown {
    background-color: #8B4513 !important; 
   }
  .bg-salmon {
    background-color: #FA8072 !important; 
   }
  .bg-sandybrown {
    background-color: #F4A460 !important; 
   }
  .bg-seagreen {
    background-color: #2E8B57 !important; 
   }
  .bg-seashell {
    background-color: #FFF5EE !important; 
   }
  .bg-sienna {
    background-color: #A0522D !important; 
   }
  .bg-silver {
    background-color: #C0C0C0 !important; 
   }
  .bg-skyblue {
    background-color: #87CEEB !important; 
   }
  .bg-slateblue {
    background-color: #6A5ACD !important; 
   }
  .bg-slategray {
    background-color: #708090 !important; 
   }
  .bg-slategrey {
    background-color: #708090 !important; 
   }
  .bg-snow {
    background-color: #FFFAFA !important; 
   }
  .bg-springgreen {
    background-color: #00FF7F !important; 
   }
  .bg-steelblue {
    background-color: #4682B4 !important; 
   }
  .bg-tan {
    background-color: #D2B48C !important; 
   }
  .bg-teal {
    background-color: #008080 !important; 
   }
  .bg-thistle {
    background-color: #D8BFD8 !important; 
   }
  .bg-tomato {
    background-color: #FF6347 !important; 
   }
  .bg-turquoise {
    background-color: #40E0D0 !important; 
   }
  .bg-violet {
    background-color: #EE82EE !important; 
   }
  .bg-wheat {
    background-color: #F5DEB3 !important; 
   }
  .bg-white {
    background-color: #FFFFFF !important; 
   }
  .bg-whitesmoke {
    background-color: #F5F5F5 !important; 
   }
  .bg-yellow {
    background-color: #FFFF00 !important; 
   }
  .bg-yellowgreen	{
    background-color: #9ACD32 !important;
  }

  /*-- light blue 30% lightened --*/
  .bg-light-blue30 {
    background-color: #e2eef9;
  }
  
  /* effects utilities */
  .box-shadow {
    box-shadow: 2px 2px 15px #ccc;
  }
  
  /* horizontal rules and borders */
  .green-border {
    border-top: 1px solid #00A361;
  }
  
  .dotted-border {
    border-top: 0.25em dotted;
    border-color: #0055A7;
  }
  
  .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: #0055A7;
    font-weight: 400;
    font-size: 1.15rem;
  }
  
  .icon-table a:active, .icon-table a:hover {
    background-color: #00A361;
    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: #0055A7;
  }
  
  .icon-list li a:hover {
    text-decoration: none;
  }
  
  .icon-list li:active, .icon-list li:hover {
    background-color: #00A361;
    cursor: pointer;
  }
  
  .icon-list ul {
    list-style: none;
  }
  
  .icon-list ul li {
    padding: 1em;
  }
  
  /* blockquotes */
  .quote-default {
    border-left: 10px solid #000000;
    background-color: #e2f6ee;
    margin: 1.5em 0;
    padding: 1em;
    quotes: "“""”""‘""’";
  }
  
  .quote-default:before {
    color: rgba(0, 57, 90, 0.5);
    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-2 {
    border-left: 15px solid #00A361;
    border-right: 5px solid #00A361;
    padding: 15px 20px 15px 45px;
    color: #0055A7;
    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 #000000;
    color: #000000;
    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, #0055A7 32%, transparent 83%);
  }
  
  .hero-img {
    background-size: cover;
    /* padding: 14em; */
    min-height: 29em;
  }
  
  /* callout paragraphs */
  .callout-default-header {
    background: #0055A7 url("/wp-content/uploads/2019/05/lines_grn.png");
    height: 60px;
  }
  
  .callout-default {
    background-color: #00A361;
  }
  
  .callout-2 {
    border-left: 15px solid #00A361;
    border-right: 5px solid #00A361;
    padding: 2em;
    box-shadow: 2px 2px 15px #ccc;
  }
  
  .blue-border-left {
    border-left: 12px solid #0055A7;
  }
  
  /* lists */
  .list-square {
    list-style: square;
  }
  
  .list-triangle {
    list-style-type: none;
    line-height: 2em;
  }
  
  .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 {
    list-style-type: none;
  }
  
  .list-no-bullet-points ul li {
    list-style-type: none;
  }
  
  .lower-alpha {
    list-style-type: lower-alpha;
  }

.category-full-time-jobs #job-col-2 {
	width: 9%;
}

.category-full-time-jobs #job-col-3 {
	width: 15%;
}
  
  /* 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 {
    border: none;
  }
  
  .accordion .card-body {
      border: 2px solid lightgray;
  }
  
  .accordion .card-header {
    padding: 0;
    border: 1px solid #f2f2f2;
    position: relative;
    color: #0055A7;
  }
  
  .accordion .card-header h1, .accordion .card-header h2, .accordion .card-header h3, .accordion .card-header h4 {
      padding: .75rem 1.25rem;
  }
  
  .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: #00A361;
    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: #00A361;
    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 #00A361;} */
  /*-- 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: #0055A7;
    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: #e2f6ee;
  }
  
  #standard-accordion a[aria-expanded="false"] .card-header {
    background-color: #0055A7;
  }
  
  #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: #00A361;
    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: #c7e5b0;
    color: #0055A7;
  }
  
  #secondary-accordion a[aria-expanded="false"] .card-header {
    background-color: #00A361;
  }
  
  #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-pills .nav-link {
    border-bottom: 0;
  }
  
  .tab-pane h3 {
    color: #000000;
  }
  
  .tabs-default {
    background-color: #e2eef9;
    border-bottom: 30px solid #0055A7;
    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 #0055A7;
    padding: 0.2em 2em;
    border-radius: 0;
    background-color: #e2eef9;
  }
  
  .tabs-default .nav-link,
  .tabs-default .nav-tabs .nav-link.active {
    color: #0055A7;
  }
  
  .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: #00A361;
    font-weight: 600;
  }
  
  .tabs-2 .nav-pills .nav-link {
    padding: 0.5rem 1rem;
    color: #0055A7;
  }
  
  .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: #00A361;
    color: #fff;
  }
  
  .tabs-3 .nav .nav-link:not(last-child) {
    margin-bottom: 0;
  }
  
  .tabs-3 .nav .nav-link {
    color: #0055A7;
    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: #0055A7;
    /* border-color: #0055A7; */
    border: 2px solid transparent;
    color: #FFFFFF;
  }
  
  .btn-success:hover {
    border: 2px solid black;
    /* padding-top: 0.315rem;
    padding-bottom: 0.315rem;
    padding-left: 0.68rem;
    padding-right: 0.68rem; */
    /* outline: none; */
  }
  
  .btn-danger,
  .btn-warning {
    background-color: #CB623D;
    border-color: #CB623D;
  }
  
  .btn-danger:hover,
  .btn-warning:hover {
    background: #ffb92c;
    border-color: #ffb92c;
  }
  
  .btn-info {
    /* same as .menu-btn */
    background-color: #ffb92c;
    border-color: #ffb92c;
    color: #0055A7;
  }
  
  .btn-info:hover {
    color: #fff;
    background-color: #00A361;
    border-color: #00A361;
  }
  
  .btn-light {
    background-color: #61A2E1;
    border-color: #61A2E1;
    color: #fff;
  }
  
  .btn-light:hover {
    background-color: #fff;
    border-color: #61A2E1;
    color: #61A2E1;
  }
  
  .btn-dark {
    background-color: #0055A7;
    border-color: #0055A7;
  }
  
  .btn-dark:hover {
    color: #0055A7;
    background-color: #61A2E1;
    border-color: #61A2E1;
  }
  
  .btn-link {
    color: #0055A7;
  }
  
  .btn-link:hover {
    color: #61A2E1;
  }
  
  /*-- image as button --*/
  .img-btn a:hover {
    text-decoration: none;
  }
  
  /* Cursors */
  .cursor-alias {cursor: alias;}
  .cursor-all-scroll {cursor: all-scroll;}
  .cursor-auto {cursor: auto;}
  .cursor-cell {cursor: cell;}
  .cursor-context-menu {cursor: context-menu;}
  .cursor-col-resize {cursor: col-resize;}
  .cursor-copy {cursor: copy;}
  .cursor-crosshair {cursor: crosshair;}
  .cursor-default {cursor: default;}
  .cursor-e-resize {cursor: e-resize;}
  .cursor-ew-resize {cursor: ew-resize;}
  .cursor-grab {cursor: -webkit-grab; cursor: grab;}
  .cursor-grabbing {cursor: -webkit-grabbing; cursor: grabbing;}
  .cursor-help {cursor: help;}
  .cursor-move {cursor: move;}
  .cursor-n-resize {cursor: n-resize;}
  .cursor-ne-resize {cursor: ne-resize;}
  .cursor-nesw-resize {cursor: nesw-resize;}
  .cursor-ns-resize {cursor: ns-resize;}
  .cursor-nw-resize {cursor: nw-resize;}
  .cursor-nwse-resize {cursor: nwse-resize;}
  .cursor-no-drop {cursor: no-drop;}
  .cursor-none {cursor: none;}
  .cursor-not-allowed {cursor: not-allowed;}
  .cursor-pointer {cursor: pointer;}
  .cursor-progress {cursor: progress;}
  .cursor-row-resize {cursor: row-resize;}
  .cursor-s-resize {cursor: s-resize;}
  .cursor-se-resize {cursor: se-resize;}
  .cursor-sw-resize {cursor: sw-resize;}
  .cursor-text {cursor: text;}
  .cursor-w-resize {cursor: w-resize;}
  .cursor-wait {cursor: wait;}
  .cursor-zoom-in {cursor: zoom-in;}
  .cursor-zoom-out {cursor: zoom-out;}
  
  /* 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: #0055A7;
  }
  
  .td-dark {
    color: #FFFFFF;
    background-color: #0055A7;
  }
  
  .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: #0055A7;
  }
  
  /*-- light green alternate table style --*/
  .table-green .thead-dark th {
    background-color: #00A361;
  }
  
  .table.table-striped td,
  .table.table-striped th {
    border: none;
  }
  
  .table-green.table-striped tbody tr:nth-of-type(odd) {
    background-color: #CFFFEC;
  }
  
  .table.table-green .thead-light th {
    background-color: #CFFFEC;
    color: #0055A7;
  }
  
  /* background colors */
  .bg-primary {
    background-color: #0055A7 !important;
  }
  
  .bg-secondary {
    background-color: #00A361 !important;
  }
  
  .bg-success {
    background-color: #CFFFEC !important;
    color: #0055A7 !important;
  }
  
  .bg-danger {
    background-color: #CB623D !important;
  }
  
  .bg-warning {
    background-color: #FFE3AB !important;
  }
  
  .bg-info {
    background-color: #00A361 !important;
  }
  
  .bg-info-og {
      background-color: #17a2b8!important;
  }
  
  .bg-light {
    background-color: #61A2E1 !important;
    font-weight: 500 !important;
    color: #0055A7 !important;
  }
  
  .bg-dark {
    background-color: #56606a !important;
  }
  
  /* borders */
  .border-primary {
    border: 2px solid #00A361 !important;
  }
  
  .border-secondary {
    border: 2px solid #61A2E1 !important;
  }
  
  .border-success {
    border: 2px solid #CFFFEC !important;
  }
  
  .border-danger {
    border: 2px solid #CB623D !important;
  }
  
  .border-warning {
    border: 2px solid #FFE3AB !important;
  }
  
  .border-info {
    border: 2px solid #00A361 !important;
  }
  
  .border-light {
    border: 2px solid #61A2E1 !important;
  }
  
  .border-dark {
    border: 2px solid #0055A7 !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("http://lanier-tech.aodev4.com/wp-content/uploads/2019/06/Layer-31.jpg"), linear-gradient(45deg, #0055A7 32%, transparent 133%);
    background-blend-mode: multiply;
  }
  
  .blend-overlay {
    background: #0055A7 url("http://lanier-tech.aodev4.com/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;
  }
  
  /* 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 #0055A7;
    }
  
    .tabs-default .nav-tabs .nav-link.active {
      border-top: 2px solid #0055A7;
      border-right: 2px solid #0055A7;
      border-left: 2px solid #0055A7;
      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;
    }
  }
  
  @media (min-width: 993px) {
    .icon-table a {
      padding: 1em;
    }
  }
  
  .textured-border-rule {
    width: 100%;
    height: 60px;
    background: #0055A7 url("/wp-content/uploads/2019/05/lines_grn.png");
  }
  
  /*--- end lanier styles ---*/
  /*
  
     ------------------- UTILITY -------------------
  
  */
  
  /* Small Mods */
  .small-70 {
      font-size: 70%;
  }
  
  /* Colors */
  .bg_white {
    background-color: white !important;
  }
  
  .bg_black {
    background-color: black !important;
  }
  
  .bg_red {
    background-color: #DE0D0D !important;
  }
  
  .bg_blue {
    background-color: #0055A7 !important;
  }
  
  .bg_dark_blue {
    background-color: #014B91 !important;
  }
  
  .bg_green {
    background-color: #00A361 !important;
  }
  
  .bg_lght_green {
    background-color: #e2f6ee !important;
  }
  
  .bg_yellow {
    background-color: #FFC621 !important;
  }
  
  .bg_transparent {
    background-color: transparent !important;
  }
  
  .bg-muted {
    background-color: #E0E7EB !important;
  }
  
  .white {
    color: white !important;
  }
  
  .black {
    color: black !important;
  }
  
  .red {
    color: #DE0D0D !important;
  }
  
  .blue {
    color: #0055A7 !important;
  }
  
  .dark_blue {
    color: #014B91 !important;
  }
  
  .green {
    color: #00A361 !important;
  }
  
  .lght_green {
    color: #6ED1A9 !important;
  }
  
  .yellow {
    color: #FFC621 !important;
  }
  
  .bg_cover {
    background-size: cover;
  }
  
  .bg_contain {
    background-size: contain;
  }
  
  .primary_color {
    color: #0055A7;
  }
  
  .secondary_color {
    color: #00A361;
  }
  
  .accent_color {
    color: #61A2E1;
  }
  
  .accent_secondary {
    color: #00A361;
  }
  
  .accent_color_transparent {
    color: rgba(0, 163, 97, 0.705);
  }
  
  .bg_accent_color {
    background-color: #00A361;
  }
  
  .accent_border_bottom {
    border-bottom: 41px solid #0055A7;
  }
  
  /* 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, 85, 166, 0.66);
    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;
    border-bottom: 11px solid rgb(0, 163, 97);
  }
  
  .bottom-cta .container-fluid {
    padding: 1rem !important;
    background-color: rgba(0, 85, 166, 0.66);
  }
  
  /*--- floating-cta ---*/
  .floating-cta,
  .left-cta .container-fluid {
    border-bottom: 11px solid rgb(254, 198, 34);
  }
  
  .floating-cta .container-fluid .row {
    flex-direction: row-reverse;
  }
  
  .floating-cta .container-fluid .row [class^="col-"] {
    padding: 1rem;
    margin: 8rem 0;
    background-color: rgba(0, 163, 97, 0.66);
    outline: 1px solid rgb(0, 163, 97);
    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 #0055A7;
  }
  
  /* 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: #0055A7;
    /* text-decoration: none; */
  }
  
  .breadcrumbs a:hover {
    text-decoration: underline;
    color: #008850;
  }
  
  .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: #0055A7;
    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;
    /* text-decoration: underline; // .learn-more */
  }
  
  .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 #00A361;
    margin-top: .5rem;
    width: 84%;
  }
  
  hr.accent-hr-2 {
    border-top: 2px solid #00A361;
    margin-top: .5rem;
    width: 55%;
  }
  
  hr.green {
    border-top: 1px solid #00A361;
  }
  
  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: #FFC526;
  }
  
  .excerpt-wrapper {
    border-right: 1px solid #dcdcdc;
  }
  
  .school-text {
    color: #0154a6;
  }
  
  .card-filter {
    background-color: rgba(255, 197, 38, .2);
  }
  
  .card-filter:hover {
    -webkit-transition: all .60s ease;
    -moz-transition: all .60s ease;
    -o-transition: all .60s ease;
    transition: all .60s ease;
  }
  
  /* .home .card-wrap {min-height: 240px;} */
  
  .home .card-filter {
    height: 100%;
      /* border: 2px solid transparent; */
      display: flex;
      flex-direction: column;
    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;
      /* border: 2px solid #0055A7; */
  }
  
  .home .card-filter .card {
      min-height: 236px;
  }
  
  .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;
    background-position: top;
    height: 236px;
  }
  
  .home .card-filter .card-text {
      display: flex;
      flex-direction: column;
      /* justify-content: flex-end; */
      height: 100%;
  }
  
  .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(1, 75, 145, 0.45) 13%, rgba(0, 85, 167, 0.85) 42%, rgb(0, 85, 167) 100%); */
    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%);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 47%;
  }
  
  .choose-experience-text-wrapper button {
    margin-bottom: 2rem;
  }
  
  .experience-block .description-text {
    width: 100%;
    padding: 0.2rem 0;
    background-blend-mode: multiply;
  }
  
  .experience-block .lead {
    margin: 0;
    line-height: 1.75rem;
    padding-bottom: 0.4rem;
  }
  
  .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: #00A361;
    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-icon>i {
    color: #FFFFFF;
  }
  
  .experience-header {
    margin-bottom: 5rem;
  }
  
  .experience-block-header { /* Section Header */
    margin-bottom: 3.3rem;
  }
  
  .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: 250px;
  }
  
  .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)); */
  }
  
  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;
  }
  
  .program-description-wrapper .general-header {
    padding: 1.5rem;
  }
  
  .tuition-free-program-wrapper {
    height: 712px;
    background-color: rgba(0, 85, 167, 0.72);
    padding: 1px 42px;
  }
  
  /* Testimonials */
  .testimonial-wrapper {
    background-color: #0055A7;
    border: 1px solid #00A361;
  }
  
  .testimonial-text {
    padding: 1.5rem;
  }
  
  /* Free Tuition */
  .free-tuition-block {
    min-height: 210px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  .free-tuition-block .free_tuition_hover_filter {
    height: 210px;
    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;
  }
  
  #free-tuition-sticky-header, #free-tuition-sticky-sub-header {
      display: block;
  }
  
  #free-tuition-sticky-header a {
      text-decoration: underline;
  }
  
  #free-tuition-sticky-header a:hover {
      text-decoration: none;
  }
  
  .free-tuition-sticky-wrapper {
      height: 212px;
      max-height: 212px;
  }
  
  .free-tuition-left-inner-left-block {
      height: 635px;
  }
  
  /* 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 #6ed1a9;
  }
  
  .wrapper_program_cards .icon {
    margin: 1rem;
    font-size: 2.5rem;
  }
  
  .filter {
    background-color: rgba(0, 85, 167, 0.63);
    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: #00A361;
    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 #0055A7;
  }
  
  .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 #00a361;
    border-radius: 5px;
    padding: 0.4rem;
    color: #008850;
  }
  
  .learn-more-news:hover {
    font-weight: 900;
    border: 2px solid #008850;
    color: #008850;
    /* 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 #00a361;
    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;
  }
  
  .charleft.ginput_counter.warningTextareaInfo {
      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: #00A361;
    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: #0055A7;
    color: white;
    padding: 2rem;
  }
  
  .testimonials img {
    border: 2px solid #5e9731;
  }
  
  .testimonials .entry-content {
    font-size: 1.2rem;
    font-style: italic;
  }
  
  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 -------------------
  
  */
  /* Display Blocks */
  .display-1 {
      font-size: 6rem;
      font-weight: 300;
      line-height: 1.2
  }
  
  .display-2 {
      font-size: 5.5rem;
      font-weight: 300;
      line-height: 1.2
  }
  
  .display-3 {
      font-size: 4.5rem;
      font-weight: 300;
      line-height: 1.2
  }
  
  .display-4 {
      font-size: 3.5rem;
      font-weight: 300;
      line-height: 1.2
  }
  
  .display-5 {
      font-size: 2.5rem;
      font-weight: 300;
      line-height: 1.2
  }
  
  .display-6 {
      font-size: 1.5rem;
      font-weight: 300;
      line-height: 1.2
  }
  
  .display-7 {
      font-size: 1.25rem;
      font-weight: 300;
      line-height: 1.2
  }
  
  .display-8 {
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.2
  }
  
  
  
  /* 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;
      border-top: 15px solid #0055A7;
  }
  
  .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
  } */
  
  .card-columns {
    column-count: unset;
    column-gap: unset;
  }
  
  .card-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .card-columns .card {
    margin-left: 1%;
    margin-right: 1%;
    background-color: #E0E7EB !important;
  }
  
  @media (min-width: 576px) {
    .card-columns .card {
      width: 48%;
    }
  }
  
  @media (min-width: 991px) {
    .card-columns .card {
      width: 31%;
    }
  }
  
  @media (max-width: 575px) {
    .card-columns .card {
      margin-left: 10%;
      margin-right: 10%;
    }
  }
  
  /* .card-top>a {
    text-decoration: underline;
  } */
  
  .card-top-h4 {
    margin-block-end: 0px;
    margin-bottom: 0px;
  }
  
  .card-top-pad {
    padding: 1.5rem;
  }
  
  @media only screen and (min-width: 576px) {
    .card-top-h4 {
      font-size: 3.1vw;
    }
  }
  
  @media only screen and (min-width: 991px) {
    .card-top-h4 {
      font-size: 2.0vw;
    }
  
    .card-h-s .card-top-h4 {
      font-size: 1.9vw;
    }
  }
  
  @media only screen and (min-width: 1742px) {
    .card-top-h4 {
      font-size: 1.6vw;
    }
  
    .card-h-s .card-top-h4 {
      font-size: 1.6vw;
    }
  }
  
  #articulation-agreements-wrapper img,
  #articulation-agreements-other-wrapper img {
    width: 150px;
    margin-right: 1rem;
  }
  
  .icon_grid_border>div.remove-border {
    /*border-right: none;*/
  }
  
  .icon_grid_border>div.remove-border-last {
    /*border-right: none;*/
  }
  
  /*
  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: 992px) {
    .hide-on-desktop {
      display: none;
    }
  }
  
  /* @media only screen and (min-width: 767px) {
    .hide-on-desktop {
      display: none;
    }
  } */
  
  /************ MAX-WIDTH **********/
  /* @media only screen and (min-width: 1451px) { */
  body {
      margin-top: 191px;
      /* scroll-padding-top: 191px; */
  }
  
  @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: 242px;
    }
  
    .navbar-brand {
      margin-top: 0;
      margin-bottom: 0;
    }
  
  }
  
  @media only screen and (max-width: 1120px) {
    /* body {
      margin-top: 270px;
    } */
  
    /* .experience-block {
      max-width: 33%;
    } */
  }

@media (max-width: 1140px) {
	.main-menu-wrap {
		flex-direction: column;
	}
	
	.navbar-brand>img {
    width: 150px;
    /* margin-top: 1em; */
    /* margin-bottom: 1em; */
  }
	
	ul#main-menu {
		margin-top: 0.1rem;
	}
}
  
  @media only screen and (max-width: 1024px) {}
  
  @media only screen and (max-width: 991px) {
    body {
      margin-top: 225px;
    }
  
    .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-btn-text {
      color: #000000;
    }
  
    .mobile-ql-btn-text {
      color: #FFFFFF;
    }
  
    .mobile-ql-btn {
      color: #FFFFFF;
    }
  
    .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; */
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .remove-border-mobile {
      border-right: none !important;
    }
  
    /* Don't remove this border when mobile */
    .remove-border {
      border-right: 4px dotted white !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: 300px;
    }
  
    .experience-icon {
      left: 42%;
    }
  
    .experience-block .btn-secondary-lght-blue {
      /* width: 55% !important; */
      width: 100%;
    }
  
    .experience-block {
      max-width: 50%;
    }
  
    .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;
    }
  
    .experience-icon>i {
      color: #FFFFFF;
    }
  
    #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;
    }
  
    .experience-block {
      max-width: 100%;
    }
  }
  /* end max-width: 575px */
  
  .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: 2px solid white;
      padding-left: 0;
      padding-right: 0;
    /*border-right: 4px dotted white;*/
  }
  
  .icon-link:hover .display-4 i,
  .icon-link:hover p {
    text-decoration: none;
    color: #ffc501;
    ;
    cursor: pointer;
  }
  
  .icon-link {
      padding-top: 60px;
      
  }
  
  .icon-link p {
    /* border-bottom: 4px dotted white; */
    height: 80px;
      margin-bottom: 0;
  }
  
  .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: 100%;
  }
  
  /* custom media-queries */
  @media (min-width: 768px) {
    .floating-cta .container-fluid .row [class^="col-"] {
      margin: 5rem;
      padding: 3rem;
    }
  }
  
  @media (min-width: 768px), (max-width: 1370px) {
    .description-text h3 {
      font-size: 99%;
    }
  
    .experience-block .row .col-md-12 {
      height: auto;
    }
  }
  
  @media (min-width: 992px), (max-width: 1118px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0.4rem;
      padding-left: 0.4rem;
    }
  
    .nav-link {
      margin: 0 0.5rem;
    }
  }
  
  @media (min-width: 1370px) {
    .description-text h3 {
      font-size: 1.5rem;
    }
  
    .experience-block .row .col-md-12 {
      height: 225px;
    }
  
    .experience-block .btn-secondary-lght-blue {
      /* width: 200px; */
      margin-bottom: 1em;
    }
  }