/* Global Styles */

* {
  outline: 0;
  margin: 0;
  padding: 0;
}


body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #545454;
  background-color: #ffffff;
}

p, small {
  margin: 0 0 15px;
}

small {display:block;}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #282428;
  margin: 0;
}

h1 {font-size: 32px;}

h2 {font-size: 26px;}

h3 {font-size: 20px;}

h4 {font-size: 18px;}

h5 {font-size: 14px;}

h6 {font-size: 12px;}

ul {margin: 0;}

img {max-width: 100%;}

iframe {border: none;}

.block_quote {
  border-left: 4px solid #be0523; }

button {
  margin-bottom: 3%!important;
}

button a:hover {
    color: #fff !important;
}

.row {
  padding: 1.5% 0;
}


/* Typeface import */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap") format("woff2");

@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,400;0,700;0,800;0,900;1,400;1,600;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');


/* Buttons in main body content */

.btn {
  border-radius: 8px;
}

/* Icons */

.btn-icon {
  margin-right: 1em;
}

.feature-icon {
  background: #be0523;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  color: #fff;
  border-radius: .75rem;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

/* add vertical spacing to columns when stacked in mobile or tablet view */

@media (max-width: 768px) {

  [class*="col-"] {
      margin-bottom: 15px;
  }

}


/* Breadcrumbs */

.breadcrumb > li + li::before {
    color: #ccc;
  
  
   font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
  
  
    content: "\f054";
    padding: 0 5px;
  vertical-align: middle;
}

.single_tab_content .breadcrumb a  {
  
  border-bottom:none;
  font-weight: 300; 
  text-decoration: none;
  font-size: 14px;
  color: inherit;
}


.single_tab_content .breadcrumb li:first-child  {padding-right:12px;}

.single_tab_content .breadcrumb li:last-child::before  {padding:1px 12px 0 0;}

.single_tab_content .breadcrumb li {vertical-align: middle;}

.single_tab_content .breadcrumb a:hover, a:focus {
  
  border-bottom:none;
  text-decoration:none;
  outline:none;
  color:inherit;

}

/* Text links in main body content */

.single_content a:hover, .single_content a:focus, .single_content a:active {
  
  border-bottom:1px dotted #be0523;
  text-decoration:none;
  outline:none;
  color:#be0523;
}


/* Transfer Admissions page list */

.trn-process {
    list-style-type : none;
    /*margin-top: 2rem!important; */
}

.trn-process__item {
    counter-increment: process-counter;
    position: relative;
    padding-left: 4rem!important ;
    padding-bottom: 1rem!important;
    margin: 0;
}

.trn-process__item::before {
    position: absolute;
    left: 1.45rem;
    top: 0;
    content: "";
    width: .25rem;
    height: 100%;
    background-color: #f7f7f8;
}

.trn-process__item::after {
    content: counter(process-counter);
    position: absolute;
    top: .2rem;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background-color: #f7f7f8;
    border-radius: 999rem;
    color: #002855;
    font-size: 1.625rem;
    font-weight: 700;
    z-index: 2;
    box-shadow: 0 0 0 0.25rem #fff;
}

.trn-process__item>* {
    margin-bottom: 0;
    margin-top: 0;
}

.trn-process__item-content {
    display: flex;
    flex-direction: row !important;
    align-items: baseline !important;
}

.trn-process__text {
    margin-top: .75rem;
}

/* Tool Tip */

.tooltip {
  position: relative;
  display: inline-block;
  opacity: inherit;
  /* border-bottom: 1px dotted black; */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #E4002B;
  vertical-align: text-top;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 20em;
  background-color: #f1f1f1;
  color: #000;
  text-align: left;
  padding: .5em 1em;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  box-shadow: 0px 1px 3px #444444;
}

.tooltip-right {
  right: 105%;
  top: -.1em;
}

.tooltip-left {
  left: 105%;
  top: -.1em;
}

.tooltip-bottom {
  top: 100%;
  left: 50%;
  margin-left: -10em;
}

.tooltip-top {
  bottom: 100%;
  left: 50%;
  margin-left: -10em; /* Use half of the width to center the tooltip */
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* Transfer Admissions Contact Section */

.contact-transfer {
  display: flex;
  flex-direction: row;
}

.contact-transfer > div {
  padding: 0 2em 0 0;
  width: 50%;
}

.contact-transfer > div > p {
  font-size: 1.2em;
}

.contact-transfer > div > p > i {
  padding-right: 1em;
}

@media (max-width: 500px) {
  .contact-transfer {
    flex-direction: column;
  }

  .contact-transfer > div {
  width: 100%;
}
}

/* Transfer Admissions Overlays */

#transfer-overlay-ap, #transfer-overlay-ib, #transfer-overlay-clep {
  position: fixed;
  width: 80%;
  height: 90%;
  top: 100%;
  left: 10%;
  z-index: 2;
  overflow-y: scroll;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 11px 14px 9px #333333c2;
  transition: all .4s;
  opacity: 0;
}

.transfer-overlay-body{
  position: absolute;
  width: 100%;
  padding: 8% 12%;
  font-size: 1.5rem;
}

.active-transfer-overlay{
  top: 5%!important;
  opacity: 100%!important;
}

.close-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
  width: 2em;
  right: 1%;
  top: 1%;
  cursor: pointer;
  font-size: 1.3em;
  color: #000;
}

.transfer-overlay-body h1 {
  font-size: 4rem;
  margin-bottom: 1.5%;
  
}

.transfer-overlay-body p {
  font-size: 1.7rem;
  margin-bottom: 3%;
}

@media (max-width: 767px) {
  .active-transfer-overlay{
    top: 0!important;
    left: 0!important;
    opacity: 100%!important;
    width: 100%!important;
    height: 100%!important;
  }

  .transfer-overlay-body{
    padding: 10% 5%;
    font-size: 1.5rem;
  }

  #transfer-overlay-ap, #transfer-overlay-ib, #transfer-overlay-clep {
    width: 80%;
    left: 0;
    bottom: 0;
    border-radius: 0px;
    box-shadow: none;
  }
}

@media (min-width: 768px) and (max-width: 930px) {
  .active-transfer-overlay{
    top: 5%!important;
    opacity: 100%!important;
    width: 95%!important;
    left: 2.5%!important;
  }

  #transfer-overlay-ap, #transfer-overlay-ib, #transfer-overlay-clep {
    width: 95%;
    top: 100%;
    left: 2.5%;
  }
}

/* COVID Alert Levels Overlays */

#alert-overlay-green, #alert-overlay-blue, #alert-overlay-yellow, #alert-overlay-orange, #alert-overlay-red {
  position: fixed;
  width: 80%;
  height: 90%;
  top: 100%;
  left: 10%;
  z-index: 2;
  overflow-y: scroll;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 11px 14px 9px #333333c2;
  transition: all .4s;
  opacity: 0;
}

.active-alert-level-overlay{
  top: 5%!important;
  opacity: 100%!important;
}

.transfer-overlay-body > .alert-green {
    padding: 2em 2em 1.5em;
    margin-bottom: 1em;
    background: #48B52730;
    text-align: center;
}

.transfer-overlay-body > .alert-green:hover {
    border: none;
}

.transfer-overlay-body > .alert-blue {
    padding: 2em 2em 1.5em;
    margin-bottom: 1em;
    background: #3385FF30;
    text-align: center;
}

.transfer-overlay-body > .alert-blue:hover {
    border: none;
}

.transfer-overlay-body > .alert-yellow {
    padding: 2em 2em 1.5em;
    margin-bottom: 1em;
    background: #FFD74930;
    text-align: center;
}

.transfer-overlay-body > .alert-yellow:hover {
    border: none;
}

.transfer-overlay-body > .alert-orange {
    padding: 2em 2em 1.5em;
    margin-bottom: 1em;
    background: #ff810030;
    text-align: center;
}

.transfer-overlay-body > .alert-orange:hover {
    border: none;
}

.transfer-overlay-body > .alert-red {
    padding: 2em 2em 1.5em;
    margin-bottom: 1em;
    background: #FF3A3030;
    text-align: center;
}

.transfer-overlay-body > .alert-red:hover {
    border: none;
}

/* Unordered Lists */

.single_tab_content ul, .single_content ul  {
  margin-left:15px;  
  list-style-type: square;
}

.single_tab_content ul li, .single_content ul li {padding:3px 0;}

.single_tab_content:not(ul) > ul, .single_content:not(ul) > ul  {margin-bottom:20px;}

.single_content p + ul {padding-bottom:20px}

.single_content h3 + ul {padding-bottom:20px}

/* Ordered Lists */

/* .single_tab_content ol:not(.breadcrumb), .single_content ol:not(.breadcrumb)  {
  margin-left:15px;  
}

 .single_tab_content ol li, .single_content ol li {padding:3px 0;} */

.single_tab_content:not(ol) > ol, .single_content:not(ol) > ol  {margin-bottom:20px;}

/* Standout text types */

.title-large {
  font: 900 9rem 'Montserrat', sans serif;
  margin-bottom: 1.25%;
  line-height: 1em;
}

.title-medium {
  font: 700 7rem 'Montserrat', sans serif;
  margin-bottom: .5%!important;
}

.title-small {
  font: 500 4rem 'Montserrat', sans serif;
  margin-top: 0;
  margin-bottom: 1%;
  line-height: 1em;
  color: #fff !important;
}

.body-large {
    font-size: 2.5rem;
    line-height: normal;
}

.standout-center {
  text-align: center;
  margin-top: 2%;
}

.body-sec-md {
    margin: 1em 0;
}

.body-sec-md img {
  border-radius: 8px;
  margin-bottom: 1.5em;
  object-fit: cover;
  height: 100%;
  width: 100%;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.body-sec-md h3 {
  font: 500 4rem 'Montserrat', sans serif;
  margin-top: 0;
  margin-bottom: .2em;
  line-height: 1em;
}

.event-sm {
    border-radius: 8px;
    border: 1px solid #00000050;
    padding: 1.5em 1.5em .5em 1.5em;
    margin: 1em 0em;
    transition: .3s;
}

.event-sm div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.event-sm p {
  padding-right: 2em;
}

.event-sm i {
  padding-right: .3em;
}

@media (max-width: 500px) {
  .title-large {
    font-size: 4.7rem;
  }

  .title-medium {
    font-size: 3rem;
  }

  .body-large {
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}

#get-vaccinated i {
  margin-right: .5em;
}

@media (min-width: 501px) and (max-width: 600px) {
  .title-large {
    font-size: 5.3rem;
  }

  .title-medium {
    font-size: 3.8rem;
  }

  .title-small {
    font-size: 2.75rem;
    margin-top: 5%;
  }

  .body-sec-md h3 {
    font-size: 2.75rem;
  }

  .body-large {
    font-size: 1.8rem;
    line-height: 1.5em;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .title-large {
    font-size: 5.3rem;
  }

  .title-medium {
    font-size: 4.4rem;
  }

  .title-small {
    font-size: 3.5rem;
    margin-top: 5%;
  }

  .body-sec-md h3 {
    font-size: 3.5rem;
  }

  .body-large {
    font-size: 1.8rem;
    line-height: 1.5em;
  }
}

@media (min-width: 768px) and (max-width: 930px) {
  .title-large {
    font-size: 6.8rem;
  }

  .title-medium {
    font-size: 4.9rem;
  }

}

@media (min-width: 931px) and (max-width: 1200px) {
  .title-large {
    font-size: 7.5rem;
  }

  .title-medium {
    font-size: 5.5rem;
  }

  .body-large {
    font-size: 2rem;
    line-height: 1.5em;
  }
}

@media (min-width: 1201px) {
  .col-md-4 {
    padding-left: 1.75%;
    padding-right: 1.75%;
  }
}

/* Bootstrap spacing */

 .learn-more-section {
  padding: 1% 0;
 }

.learn-more-group {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 3%;
}

/* a, a:focus, a:active {
  outline: none !important;
} */



.animated {
  opacity: 0;
}

.visible {
  opacity: 1;
}

/* Convert h4 to label (blue with white text) */

.label-heading {
  
  font-size:14px;
  font-family:"Roboto Slab", serif;
  font-weight:200;
  color:#ffffff;
  height:44px;
  line-height:44px;
  letter-spacing:0.05em;
  text-indent:13px;
  background-color:#0e2d52;
  text-align:left;
}

/* Convert h3 to label (blue with white text) */

.label-h3 {
  
  font-size:22px;
  font-family:"Roboto Slab", serif;
  font-weight:200;
  color:#ffffff;
  height:44px;
  line-height:44px;
  letter-spacing:0.06em;
  text-indent:13px;
  background-color:#0e2d52;
  text-align:left;
  margin-bottom:25px;
}

/*====================================== 1.home page =======================================*/
/*=== 1.1 Topbar ===*/
.topbar {
  height: auto;
  border-top: 1px solid #002855;
  background-color: #f2f2f2;
}
.topbar i {
  color: rgba(255, 255, 255, 1);
  
}

.topbar-left {
  /* display: inline-block; */
  margin-top: 3px;
}

.topbar-left li i {
  padding-right: 7px;
}


.topbar-left li a {
  color: #545454;
  font-size:11px;
  font-weight:400;
  letter-spacing:1px;
}

/* .topbar-left li a:hover{
  
  color:#ff0000;
} */

.topbar-left li a:hover:after{
   border-bottom:0px;  
}


.topbar-left li:last-child {
  margin-right: 0;
}

/* Search Bar */

.input-group label {
    display: block;
    margin-bottom: 0;
}

.btn-search {
    background-color: #be0523; 
    color: #fff;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:1px;
  padding: 8px 10px;
  
}


  .btn-search:after {
    position: relative;
    right: -8px;
    top: auto;
    
   font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
 
    
    content: "\f002";
    padding-right:4px;
   
  }


.btn-search:hover {
   background: #be0523;
  color:#ffffff;
   
}

/* Recruitment buttons (top) */

.btn-recruitment-top {
  
  color:#be0523;
  border:2px solid #be0523;
  text-transform:uppercase;
  font-size:12px;
  padding: 8px 10px;
  font-weight:600;
  letter-spacing:1px; 
}

.btn-covid-top {
  background-color: #e0e0de;
  color: #be0523;
  border: 2px solid #be0523;
  text-transform: uppercase;
  font-size: 12px;
  padding: 8px 10px;
  font-weight: 600;
  letter-spacing: 1px; 
}

.btn-recruitment-top:active, .btn-recruitment-top:focus, .btn-covid-top:active, .btn-covid-top:focus {border:2px solid #be0523; color:#be0523}

.btn-recruitment-top:hover, .btn-covid-top:hover {color:#ffffff; background-color:#be0523; border:2px solid #be0523;}


/* Recruitment buttons */

.btn-request {width:90%; margin-bottom:8px; text-align:left; border-radius: 0px;}

.btn-recruitment {
  
  background: #be0523; /* fallback color for old browsers */
    
    color: #fff;
  text-transform:uppercase;
  padding: 8px 10px;
  font-size: 12px;
  font-weight:600;
  letter-spacing: 1px;
  
}

.btn-recruitment:hover {
  
  background: #be0523; /* fallback color for old browsers */
    background: rgba(152, 26, 49, 0.9);
  color: #fff;
  font-size: 12px;
  
  font-weight:600;
   
}

.btn-recruitment:visited, .btn-recruitment:focus {
  color: #fff;
}

ul.topbar-right {
  float: right;
}
ul.topbar-right li {
  display: inline-block;
  margin-left: 18px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}






ul.topbar-right ul.dropdown-menu {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  font-size: 14px;
  border: 1px solid #e0e1e2;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
ul.topbar-right ul.dropdown-menu:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -10px;
  right: 15%;
  margin-left: -7px;
  background: url(../img/home/arrow.png) no-repeat center bottom;
}

li.top-search {
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  li.top-search {
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}
li.top-search ul.dropdown-menu {
  width: 250px;
  min-width: 200px;
  padding: 10px 5px;
  margin: 2px 0 0;
  right: -100%;
}
@media (min-width: 768px) {
  li.top-search ul.dropdown-menu {
    width: 350px;
    padding: 15px 10px;
    right: 0;
  }
}
li.top-search ul.dropdown-menu:before {
  right: 19%;
}
@media (min-width: 768px) {
  li.top-search ul.dropdown-menu:before {
    right: 5%;
  }
}

.top-search.list-inline .dropdown-menu form {
  width: 100%;
  display: table;
}

/*

.top-search.list-inline .dropdown-menu .form-control {
  width: 163px;
  box-shadow: none;
  margin-right: 5px;
  display: table-cell;
  height: 35px;
}

*/

/*

@media (min-width: 768px) {
  .top-search.list-inline .dropdown-menu .form-control {
    width: 184px;
    margin-right: 17px;
    
  }
} */



.top-search.list-inline .dropdown-menu .btn.commonBtn {
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: table-cell;
  height: 35px;
  line-height: 35px;
}
@media (min-width: 768px) {
  .top-search.list-inline .dropdown-menu .btn.commonBtn {
    width: 122px;
    padding-left: 0;
    padding-right: 0;
    height: 42px;
    line-height: 42px;
  }
}



@media (min-width: 768px) {
  .dropdown > ul {
    display: block;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: all 0.05s linear;
    transition: all 0.05s linear;
  }
  .dropdown > ul ul {
    -webkit-transition: all 0.05s linear;
    transition: all 0.05s linear;
  }

  .dropdown:hover > ul, ul.dropdown-menu:hover {
    visibility: visible;
    opacity: 1;
  }
  .dropdown:hover > ul ul, ul.dropdown-menu:hover ul {
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
}

/* Pacer Portal (top bar) */

.portalbar .btn-portal {
    background-color: #0e2d52;
  color: #fff;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing: 1px;
  padding: 8px 10px;
}

  .portalbar .btn-portal:after {
    position: relative;
    right: -8px;
    top: auto;
    
    
    font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
    
    
    content: "\f107";
    padding-right:4px;
  }





.topbar-left li.label-portal {
    color: #ffffff;
  padding:0.4em 0.7em 0.4em;
  font-size:11px;
  font-weight: 600;
  
}

/* Video Background */



.video-container {
  
  position: relative;
  z-index:-101;
 overflow: hidden;
  padding:0px !important;
  height:500px;
  
  
}


#video-background {
/*  making the video fullscreen  */
position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    width:100%;
}


#video_box {line-height:0;}



.video-bgd {
   
  line-height:0px;

}

.video-overlay {
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 1rem 0;
   
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}

.single-banner-gradient {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: linear-gradient(to bottom, #002855, transparent);
  opacity: 50%;
}

.single-banner-video {
  height: 25em;
}

@media (max-width: 479px) {
 .video-overlay {top: 400px;
  }
  
  }

@media (min-width: 768px) {
  .video-overlay {top: 400px;}
  
}

@media (min-width: 992px) {
  .video-overlay {top: 400px;}
  
}


@media (min-width: 1200px) {
  .video-overlay {top: 500px;}
  
}



.whitebg {
  background-color:#fff;
  padding:20px;
  opacity:0.9;
}

.whitebg p {
    font-weight: 400;
  font-size:16px; 
    line-height: 30px;
  opacity:1;
  
  letter-spacing: 0.05em;
}

.video_caption {
  max-width: 90%;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
}
@media (max-width: 479px) {
  .video_caption {
    padding: 10px 15px;
  }
}
@media (min-width: 768px) {
  .video_caption {
    padding: 15px 20px;
   
    bottom: 25px;
  }
}
@media (min-width: 992px) {
  .video_caption {
    width: 835px;
   
    max-width: 94%;
    padding: 20px 20px;
  }
}
@media (min-width: 1200px) {
  .video_caption {
    width: 900px;
  }
}

.video_caption h1 {
  font-size: 26px;
  text-transform: none;
  color: #fff;
  font-weight: 400;
  margin: 0 0 8px;
  text-shadow: 0 1px 4px #000000;
}
@media (max-width: 479px) {
  .video_caption h1 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .video_caption h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .video_caption h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .video_caption h1 {
    font-size: 44px;
  }
}



/*=== 1.2 Header ===*/

/* Change default toggle breakpoint */

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        background: #fff;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        background: #fff;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
        background: none !important;
    }
    .navbar-nav>li {
        float: none;
    }
    .header .navbar-default .navbar-nav li a {
        font-size: 1.2rem;
        padding: .9em .85em !important;
        color: #777 !important; 
    }
    .collapse.in{
        display:block !important;
    }
}

.navbar-toggle {
  padding: 5px 10px;
  color: #000 !important;
  border: 1px solid #f5f5f5 !important;
  background: #f5f5f5 !important;
}

/* End change default toggle breakpoint */
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  border: 1px solid #49c32c;
  background: #49c32c;
  margin: 9px 0 9px;
}


@media (min-width: 768px) {
  .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    margin: 14px 0 0px;
  }
}


.navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #ffffff;
}

.single_banner .header {
  background: #fff;
}

.header {
  width: 100%;
  height: auto;
  /* background: #fff; */
  /* background-color: #ffffff; */
}
.header .navbar {
  padding: 1rem 0;
  /* background-color: #ffffff; */
  /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12); */
  /* -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12); */
  /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12); */
  z-index:20;
}
/* 
@media (min-width: 768px) {
  .header .navbar {
    padding: 2em 0;
  }
}
@media (min-width: 992px) {
  .header .navbar {
    padding: 1.3em 0;
  }
}
*/
.header .navbar-brand {
  padding: 0 !important;
  margin: 0 !important;
  width: 170px;
  
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s ease-in-out;
}

.header .navbar-brand:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s ease-in-out;
}

/* logo size */


@media (max-width: 767px) {
  .header .navbar-brand {
    width: 120px;
  }
}


@media (min-width: 768px) {
  .header .navbar-brand {
    width: 135px;
  }
}

.header .navbar-brand img {
  width: 100%;
}
.header .navbar-collapse {
  padding: 0;
  border-top: none;
  border-radius: 4px;
}


@media (min-width: 768px) {
  .container {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px !important;
  }

}
@media (min-width: 1200px) {
  .container {
    width: 1170px !important;
  }
 
}
.navbar-default {
  background: none;
  border: none;
  margin: 0;
}

.header .navbar-nav.navbar-right:last-child {
  margin: 8px 0px;
}

/*
.nav.navbar-nav.navbar-right {
  padding: 1px 0;
  background: rgb(250, 250, 250, .15);
  border-radius: 4px;
}
*/

.nav.navbar-nav.navbar-right {
  padding: 1px 0;
  /* background: rgb(250, 250, 250, .15); */
  /* border-radius: 4px; */
  /* box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%); */
}

.nav.navbar-nav.navbar-right:before {
  background: rgb(250, 250, 250, .15);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  position: absolute;
  width: 60%;
  height: 70%;
}

.nav.navbar-nav.navbar-left {
  padding: 10px 0;
}

/* USC Aiken Main Header */

.header .navbar-default .navbar-nav li a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 10px !important;
  font-weight: 600;
  background: none !important;
  outline: 0 none;
}

.header .navbar-default .navbar-nav li a:focus{border-bottom:none;}

.header .navbar-default .single-menu li a {
  color: #585858;
}

/* Apply Now Button (In Main Header) */

.header .navbar-default .navbar-nav li.apply_now a {
  padding: 11px !important;
  border:none;
  outline:0 none;
  background: #be0523;
  border-radius: 8px !important;
}

.header .navbar-default .navbar-nav li.apply_now ul li a {
 border-bottom:1px solid #a00523;
}


@media (min-width: 768px) {

  .header .navbar-default .navbar-nav .apply_now a {
    padding: 11px;
  }
}

@media (min-width: 992px) {
 
  .header .navbar-default .navbar-nav .apply_now a {

      padding: 11px;
  }
}

@media (min-width: 1200px) {
  
   .header .navbar-default .navbar-nav .apply_now a {

  padding: 11px;
  }
}


/* Media Queries for Main Header */


@media (min-width: 768px) {
  .header .navbar-default .navbar-nav li a {
    font-size: 12px;
    padding: 8px 8px; }
 
}

@media (min-width: 992px) {
  .header .navbar-default .navbar-nav li a {
    font-size: 12px;
    padding: 11px 10px;
  }
  
   
}

@media (max-width: 1200px) {
  .header .navbar-default .navbar-nav li a {
    font-size: 12px;
    padding: 11px 10px !important;
  }
  
}

@media (min-width: 1200px) {
  .header .navbar-default .navbar-nav li a {
    font-size: 14px;
    padding: 11px 10px !important;
  }
  
   
}


.header .navbar-default .navbar-nav li a:hover {
  background: none !important;
  /* color: #e4002b; */
}
.header .navbar-default .navbar-nav .active a, .header .navbar-default .navbar-nav .active a:hover, .header .navbar-default .navbar-nav .active a:focus {
  background: none;
  color: #002855;
}







@media (max-width: 767px) {
  .header .navbar-default .navbar-nav li.apply_now a {
    background: transparent !important;
    color: #e4002b !important;
  }
  .header .navbar-default .navbar-nav li.apply_now a:hover {
    color: #002855;
  }
}
@media (min-width: 768px) {
  .header .navbar-default .navbar-nav li.apply_now a {
    background: #49c32c !important;
    color: #fff;
  }
  .header .navbar-default .navbar-nav li.apply_now a:hover {
    background: #49c32c !important;
    color: #fff;
  }
}

.header .navbar-default .navbar-nav li.apply_now.active a, .header .navbar-default .navbar-nav li.apply_now.active a:hover, .header .navbar-default .navbar-nav li.apply_now.active a:focus {
  color: #fff !important;
}

/*

.navbar-right .dropdown-menu {
  left: 0;
  right: auto;
}

*/

.header .navbar-nav li.open .dropdown-menu,
.header .navbar-nav li.dropdown .dropdown-menu {
  min-width: 200px;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  left: 0;
  
  /* top: 36px; 
  right: auto; */
}
@media (max-width: 767px) {
  .header .navbar-nav li.open .dropdown-menu,
  .header .navbar-nav li.dropdown .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    border: none;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .header .navbar-nav li.open .dropdown-menu,
  .header .navbar-nav li.dropdown .dropdown-menu {
    min-width: 160px;
  }
}
@media (min-width: 992px) {
  .header .navbar-nav li.open .dropdown-menu,
  .header .navbar-nav li.dropdown .dropdown-menu {
    min-width: 200px;
  }
}
.header .navbar-nav li.open .dropdown-menu ul.dropdown-menu,
.header .navbar-nav li.dropdown .dropdown-menu ul.dropdown-menu {
  top: 100%;
  left: 0;
  margin-top: 0;
  outline:0 none; text-decoration:none;
}

@media (min-width: 768px) {
  .header .navbar-nav li.open .dropdown-menu ul.dropdown-menu,
  .header .navbar-nav li.dropdown .dropdown-menu ul.dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: 5px;
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  #department-nav .navbar-nav li.open .dropdown-menu ul.dropdown-menu,
  #department-nav .navbar-nav li.dropdown .dropdown-menu ul.dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: 5px;
    margin-left: 10px;
  }
}


@media (min-width: 768px) {
  .header .navbar-nav li.open .dropdown-menu ul.dropdown-menu:before,
  .header .navbar-nav li.dropdown .dropdown-menu ul.dropdown-menu:before {
    content: "";
    display: block;
    width: 8px;
    height: 13px;
    position: absolute;
    top: 15px;
    left: -8px;
    background: url(../img/home/arrow-left.png) no-repeat top left;
  }
}
.header .navbar-nav li.open .dropdown-menu li,
.header .navbar-nav li.dropdown .dropdown-menu li {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .header .navbar-nav li.open .dropdown-menu li,
  .header .navbar-nav li.dropdown .dropdown-menu li {
    padding: 0 10px;
  }
}
.header .navbar-nav li.open .dropdown-menu li a,
.header .navbar-nav li.dropdown .dropdown-menu li a {
  font-size: 14px;
  color: #545454;
  font-weight: 600;
  text-transform: capitalize;
  padding: 9px 0 !important;
  display: block;
  border-bottom: 1px solid #e2e3e4;
  background: none;
}

.header .navbar-nav li.open .dropdown-menu li a:hover {
 
  color: #ff0000;

  background: #00ff00;
}



.header .navbar-nav li.open .dropdown-menu li a:hover, .header .navbar-nav li.open .dropdown-menu li a:focus,
.header .navbar-nav li.dropdown .dropdown-menu li a:hover,
.header .navbar-nav li.dropdown .dropdown-menu li a:focus {
  color: #002855;
  background: none;
}
@media (max-width: 767px) {
  .header .navbar-nav li.open .dropdown-menu li a,
  .header .navbar-nav li.dropdown .dropdown-menu li a {
    color: #545454;
  }
  .header .navbar-nav li.open .dropdown-menu li a:hover, .header .navbar-nav li.open .dropdown-menu li a:focus,
  .header .navbar-nav li.dropdown .dropdown-menu li a:hover,
  .header .navbar-nav li.dropdown .dropdown-menu li a:focus {
    color: #002855;
    background: none;
  }
}
@media (min-width: 768px) {
  .header .navbar-nav li.open .dropdown-menu li a,
  .header .navbar-nav li.dropdown .dropdown-menu li a {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .header .navbar-nav li.open .dropdown-menu li a,
  .header .navbar-nav li.dropdown .dropdown-menu li a {
    font-size: 14px;
  }
}
.header .navbar-nav li.open .dropdown-menu li li,
.header .navbar-nav li.dropdown .dropdown-menu li li {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .header .navbar-nav li.open .dropdown-menu li li,
  .header .navbar-nav li.dropdown .dropdown-menu li li {
    padding: 0 10px;
  }
}
.header .navbar-nav li.open .dropdown-menu li.active a,
.header .navbar-nav li.dropdown .dropdown-menu li.active a {
  background: none;
  color: #002855;
}

.header .navbar-nav li.open .dropdown-menu ul li ul li:last-child a,
.header .navbar-nav li.dropdown .dropdown-menu li ul li:last-child a

{border:none;}

/* .header .navbar-nav li.open .dropdown-menu li:last-child a,
.header .navbar-nav li.dropdown .dropdown-menu li:last-child a {
  border: none;
}

*/

@media (min-width: 768px) {
  .header .navbar-nav > li {
    margin-left: 15px;
  }
}

/*

@media (min-width: 768px) {
  .header .navbar-nav > li > .dropdown-menu:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 15%;
    margin-left: -7px;
    background: url(../img/home/arrow.png) no-repeat center bottom;
  }
}

*/


@media (max-width: 767px) {
  .navbar-collapse ul.navbar-nav.in > li.dropdown > a:after {
    position: relative;
    right: -8px;
    content: "\f107";
    display: inline-block;
    
  font-stretch:normal;

    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
    
  line-height:1;
    
    
    
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .navbar-collapse ul.navbar-nav > li.dropdown.open > a:after {
    content: "\f106";
  }

  .navbar-collapse ul.navbar-nav li.dropdown li.dropdown.open > a:after {
    content: "\f106";
  }
}
.navbar-collapse ul.navbar-nav > li.dropdown > a:after {
  position: absolute;
  right: 15px;
  top: 10px;
  content: "\f107";
  display: inline-block;
  
  
  font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
  
  
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .navbar-collapse ul.navbar-nav > li.dropdown > a:after {
    position: relative;
    right: -8px;
    top: auto;
    content: "\f107";
  }
}

.navbar-collapse ul.navbar-nav li.dropdown li.dropdown > a:after {
  position: absolute;
  right: 15px;
  top: 11px;
  content: "\f107";
  display: inline-block;
  
   font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
  
  
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .navbar-collapse ul.navbar-nav li.dropdown li.dropdown > a:after {
    right: 15px;
    top: 11px;
    content: "\f105";
  }
}

.navbar-collapse {
  padding: 0 !important;
}

/* Turn Main Header into large/mega menu */

.dropdown-large {
  position: static !important;
}

#department-nav .dropdown-menu-large {
  border:none;
  right:0;
  left:0;
}

#department-nav li.open .dropdown-menu li a, #department-nav li.dropdown .dropdown-menu li a {
  text-transform:capitalize;
  border-bottom: 1px solid #e2e3e4;
}

#department-nav li.open .dropdown-menu li:last-child a, #department-nav li.dropdown .dropdown-menu li ul li:last-child a {
  
  border: none;
}

#department-nav li.dropdown .dropdown-menu li:last-child a {
  
  border: none;
}



.dropdown-menu-large {
 /* margin-left: 16px;
  margin-right: 16px; */
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight:300;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
  color: #be0523;
  font-size: 16px;
  text-transform:uppercase;
  font-weight:500;
}

#department-nav .dropdown-menu-large .dropdown-header {
  color: #ffffff;
  font-size: 16px;
  text-transform:uppercase;
  font-weight:500;
  text-shadow: 0px 1px 3px #000000;
}

@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}

/*=== Departmental Header == */

.navbar-department {
  margin-bottom: 0 !important;
  background-color: #fff !important;
}

.navbar-department .navbar-nav li a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  padding: 11px 20px !important;
  font-weight: 600;
  background: none !important;
  letter-spacing: 0.05em;

}

.dropdown-menu {
  background-color: #fff !important;
}

@media (min-width: 768px) {
  .navbar-department .navbar-nav li a {
    font-size: 12px;
    padding: 8px 8px !important;
  }
}
@media (min-width: 992px) {
  .navbar-department .navbar-nav li a {
    font-size: 14px;
    padding: 11px 15px !important;
  }
}
@media (min-width: 1200px) {
  .navbar-department .navbar-nav li a {
    padding: 11px 20px !important;
  }
}
.navbar-department .navbar-nav li a:hover {
  background: none !important;
  color: #E4002B;
}
.navbar-department .navbar-nav .active a, .header .navbar-department .navbar-nav .active a:hover, .header .navbar-department .navbar-nav .active a:focus {
  background: none;
  color: #E4002B;
}


/*=== 1.4 aboutArea ===*/
.aboutArea {
  padding: 25px 0 40px;
}
@media (max-width: 767px) {
  .aboutArea {
    padding: 30px 0 10px;
  }
}

.aboutArea, .aboutTitle, .aboutImage, .mainContent, .menuFooter, .footer {
  width: 100%;
  display: block;
}

.aboutArea, .footer {
  padding: 35px 0 40px 0;
  background: #222c34;
  /* Old browsers */
  background: -moz-linear-gradient(left, #222c34 0%, #2a3a46 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #222c34), color-stop(100%, #2a3a46));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #222c34 0%, #2a3a46 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #222c34 0%, #2a3a46 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #222c34 0%, #2a3a46 100%);
  /* IE10+ */
  background: linear-gradient(to right, #222c34 0%, #2a3a46 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222c34', endColorstr='#2a3a46',GradientType=1 );
  /* IE6-9 */
}

.aboutTitle > h2 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .aboutTitle > h2 {
    font-size: 20px;
  }
}

/* Photos with Captions and Text Overlay on Hover (used for Admissions Student Types) */

.aboutImage {
  position: relative;
}
.aboutImage img {
  width: 100%;
}

.aboutImage .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 44px;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  background: transparent;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 479px) {
  .aboutImage .overlay {
    display: none;
  }
}
@media (min-width: 768px) {
  .aboutImage .overlay {
    text-align: left;
    padding: 10px;
    bottom: 30px;
  }
}
@media (min-width: 992px) {
  .aboutImage .overlay {
    bottom: 36px;
  }
}
@media (min-width: 1200px) {
  .aboutImage .overlay {
    bottom: 44px;
  }
}
.aboutImage .overlay p {
  font-size: 14px;
  line-height: 23px;
  margin: 0;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  font-weight: 400;
}
@media (min-width: 768px) {
  .aboutImage .overlay p {
    font-size: 11px;
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  .aboutImage .overlay p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  .aboutImage .overlay p {
    font-size: 14px;
    line-height: 23px;
  }
}

.aboutImage:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.aboutImage:hover .overlay p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.captionLink, .captionLink:hover {
  width: 100%;
  height: 44px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  line-height: 44px;
  text-indent: 13px;
  background-color: #0e2d52;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
@media (min-width: 768px) {
  .captionLink, .captionLink:hover {
    font-size: 9px;
    text-indent: 10px;
    height: 30px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .captionLink, .captionLink:hover {
    font-size: 11px;
    text-indent: 10px;
    height: 36px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  .captionLink, .captionLink:hover {
    font-size: 14px;
    text-indent: 13px;
    height: 44px;
    line-height: 44px;
  }
}

.captionLink:focus {
  color: #fff;
  text-decoration: none;
}

.captionLink > span {
  background-image: url(../img/read_more_link.png);
  background-repeat: no-repeat;
  width: 8px;
  height: 13px;
  display: inline-block;
  float: right;
  margin: 16px 10px 0 0;
}
@media (min-width: 768px) {
  .captionLink > span {
    margin: 9px 10px 0 0;
  }
}
@media (min-width: 992px) {
  .captionLink > span {
    margin: 11px 10px 0 0;
  }
}
@media (min-width: 1200px) {
  .captionLink > span {
    margin: 16px 10px 0 0;
  }
}

/* Captions that are not absolutely positioned */

.placecaption, .placecaption:hover {
    width: 100%;
    height: 44px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    line-height: 44px;
    text-indent: 13px;
    background-color: #0e2d52;
   
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;    
}



@media (max-width: 479px) {
  .about_inner .col-xs-6 {
    width: 100%;
  }
}

 
  .about_inner .col-xs-6 {
    margin-bottom: 20px;
  }


@media (min-width: 768px) {
  .about_inner .col-sm-3, .about_inner .col-sm-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .about_inner .col-sm-3, .about_inner .col-sm-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Logo slider for home page */

.brand-section {
  width: 100%;
  
  overflow: hidden;
  padding: 25px 0;
}

.brand-section h3 {text-align:center; padding-bottom:20px;}


.brand-section .flexslider {
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.brand-section .flexslider li {
  text-align: center;
}
.brand-section .flexslider li img {
  max-width: 100%;
  max-height:150px;
  width: auto;
  margin: 0 auto;
}
.brand-section .flex-control-paging {
  display: none;
}
.brand-section .flex-direction-nav a {
  width: 11px;
  height: 15px;
  margin-top: -7px;
}
.brand-section .flex-direction-nav .flex-prev {
  left: 0;
  opacity: 1;
}
.brand-section .flex-direction-nav .flex-next {
  right: 0;
  text-align: right;
  opacity: 1;
}
.brand-section .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0;
}
.brand-section .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0;
}
.brand-section .flex-direction-nav a.flex-prev {
  background: url("../../../../img/home/brand-arrow-left.png") no-repeat center center;
}
.brand-section .flex-direction-nav a.flex-next {
  background: url("../../../../img/home/brand-arrow-right.png") no-repeat center center;
}
.brand-section .flex-direction-nav a:before {
  display: none;
}

/* Community links on home page */

.rpsecimage{}

/* Logo Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    /* max-height:150px; */
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

 .slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
 .slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
 .slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.bottomlogos .slick-slide img
{
    display: block;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  -moz-filter: grayscale(100%);
    filter: grayscale(100%);
  
  transition: all 0.8s ease;
}

.slick-slide img:hover {
  
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  -moz-filter: grayscale(0%);
    filter: none;
}

.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* directional arrows */

.slick-prev, .slick-next {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 20px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: transparent none repeat scroll 0 0;
    color: transparent;
    outline: medium none;
}


.bottomlogos .slick-prev:hover::before, .bottomlogos .slick-prev:focus::before, .bottomlogos .slick-next:hover::before, .bottomlogos .slick-next:focus::before {
    opacity: 1;
}


.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
    opacity: 0.25;
}


.bottomlogos .slick-prev::before, .bottomlogos .slick-next::before {
    -moz-osx-font-smoothing: grayscale;
    color: #0e2d52;
    
  
   font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
  
  
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev::before {
    content: "\f0d9";
}
[dir="rtl"] .slick-prev::before {
    content: "\f0d9";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next::before {
    content: "\f0da";
}
[dir="rtl"] .slick-next::before {
    content: "\f0da";
}

/* ======================== Places on Home Page ================== */

/*====================================== FOOTER =======================================*/

.menuFooter, .footer {
  width: 100%;
  display: block;
}

.footer {
  padding: 35px 0 40px 0;
  
  background: #0e2d52;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00253f 0%, #0e2d52 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00253f), to(#0e2d52));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00253f 0%, #0e2d52 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00253f 0%, #0e2d52 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00253f 0%, #0e2d52 100%);
  /* IE10+ */
  background: linear-gradient(to top, #00253f 0%, #0e2d52 100%);
  /* W3C */
  
  background-repeat: repeat-x;
  border-color: #0e2d52;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e2d52', endColorstr='#00253f', GradientType=0);
}


@media (max-width: 767px) {
  .menuFooter .col-xs-6 {
    min-height: 150px;
  }
}

/* Footer Links */

.menuLink li {
  list-style: none;
}
.menuLink li a {
  line-height: 30px;
  color: #d7dee6;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.menuLink li a:hover {
  opacity: .8;
}

.menuFooter {
  background-color: #0e2d52;
  /* background-image: -moz-linear-gradient(top, #0e2d52, #00253f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0e2d52), to(#00253f));
  background-image: -webkit-linear-gradient(top, #0e2d52, #00253f);
  background-image: -o-linear-gradient(top, #0e2d52, #00253f);
  background-image: linear-gradient(to bottom, #0e2d52, #00253f);
  background-repeat: repeat-x; */
  border-color: #0e2d52;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e2d52', endColorstr='#00253f', GradientType=0);
  width: 100%;
  float: left;
  height: auto;
  padding: 17px 0 35px;
  border-top: 1px solid #0e2d52;
}

.menuFooter h4 {
  color:#ffffff;
  font-family: "Roboto Slab", serif;
  font-weight:500;
  text-transform:uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.menuFooter h4:after {
    display:block;
    border:2px solid #c30724;
    margin-top:8px;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    content: "";
    height: 4px;
    left: 0;
    width: 90%;
    background-color: #c30724;
}

.menuFooter h5 {
  color:#ffffff;
  font-family: "Roboto Slab", serif;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing: 0.05em;
  line-height: 24px;
  margin-top:12px;
  
}

.menuFooter p {
  color:#ffffff;  
}

.footer-address address {
  line-height: 24px;
  margin-bottom: 10px;
  color:#ffffff;
}

.footer-address .place {
  font-weight:400;
  color: #d7dee6;
  text-transform:uppercase;
}
.footer-address .place:hover, .footer-address .place:focus {
  opacity: .8;
}
.footer-address .place i {
  font-size: 20px;
  padding-right: 7px;
  vertical-align: middle;
  color: #c30724;
  margin-bottom: 5px;
}

.socialArea > h5, .contactNo > h5, .footer-address h5 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.socialArea > .list-inline > li > a:hover > img {
  opacity: .8;
}

.socialArea {
  margin-bottom: 20px;
}
.socialArea .list-inline {
  margin-left: 0;
  text-align: center;
}
.socialArea .list-inline li {
  padding: 0;
  float: left;
  margin: 0 4px 4px 0;
}

.socialArea .fa, .socialArea .fab {
 
  color: #fff;
  font-size: 28px;
  height: 50px;
  line-height: 51px;
  text-align: center;
  width: 50px;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  border-radius: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-right:3px;
}

.sidebar_item .fa, .sidebar_item .fab, .sidebar_item .fa-calendar-alt {
  color: #fff;
  font-size: 18px;
  height: 30px;
  line-height: 31px;
  text-align: center;
  width: 30px;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  border-radius: 25%;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-right:3px;
font-weight: 400;
}

/* Social Network Icons - colors */

.socialArea .fa-twitter, .sidebar_item .fa-twitter {
  background: #be0523;
}

.socialArea .fa-x-twitter, .sidebar_item .fa-x-twitter {
  background: #be0523;
}

.socialArea .fa-facebook-f, .sidebar_item .fa-facebook-f {
  background: #be0523;
}

.socialArea .fa-google-plus-g, .sidebar_item .fa-google-plus-g {
  background: #be0523;
}

.socialArea .fa-youtube, .sidebar_item .fa-youtube {
  background: #be0523;
}

.socialArea .fa-instagram, .sidebar_item .fa-instagram {
  background: #be0523;
}

.socialArea .fa-snapchat-ghost, .sidebar_item .fa-snapchat-ghost {
  background: #be0523;
}

.socialArea .fa-linkedin-in, .sidebar_item .fa-linkedin-in {
  background: #be0523;
}

.socialArea .fa-calendar-alt, .sidebar_item .fa-calendar-alt, .socialArea .fa-youtube, .sidebar_item .fa-youtube {
  background: #be0523;
}

.socialArea .fa:hover, .sidebar_item .fa:hover, .socialArea .fab:hover, .sidebar_item .fab:hover, .socialArea .fas:hover, .sidebar_item .fas:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* Main Phone Number */

.contactNo > h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color:#ffffff;
  letter-spacing: 0.05em;
  padding-bottom:0px;
  margin-top:0px;
}
@media (min-width: 768px) {
  .contactNo > h3 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .contactNo > h3 {
    font-size: 22px;
  }
}

@media (max-width: 479px) {
  .borderLeft {
    height: auto;
    border: none;
    border-top: 1px solid #06426b;
    padding-top: 8px;
  }
}
@media (min-width: 768px) {
  .borderLeft {
    border-left: 1px solid #06426b;
    min-height: 180px;
  }
}
@media (min-width: 992px) {
  .borderLeft {
    min-height: 240px;
  }
}


/* Bottom Bar (below main footer) */

.footer {
  padding: 20px 0;
  float: left;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
.footer a {
  font-size: 13px;
  color: rgba(215, 222, 230, 1);
  font-weight: 400;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.footer a:hover, .footer a:focus {
  color: white;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

/* Bottom bar - left column */

.copyRight p {
  font-size: 13px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
}
.copyRight a, .privacy_policy a {
  text-decoration: none;
  color:#ffffff;
}

.copyRight a:hover, .privacy_policy a:hover {
  
  border-bottom:1px dotted #d7dee6;
  
}

/* Bottom bar - right column */

.privacy_policy {
  text-align: right;
}
@media (max-width: 767px) {
  .privacy_policy {
    text-align: center;
  }
}
.privacy_policy a {
  display: inline-block;
  margin-right: 3px;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 8px;
  line-height: 16px;
  
}
.privacy_policy a:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}

/* Image Background Banners */

.noleftpadding {padding-left:0px;}

.norightpadding {padding-right:0px;}


.content_imgbg {
  padding: 35px 0 25px;
}

.content_imgbg .btn {
  
  border: 1px solid #ffffff;
  text-transform: uppercase;
  padding: 15px;
font-weight: 600;
letter-spacing: 0.05em;
  color:#ffffff;
  text-align:left;

}

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

.content_imgbg h1 {
    position: relative;
    color: #ffffff;
   text-shadow: 1px 1px 2px #000000;
   
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 0 30px;
}

.content_imgbg p {
  color:#ffffff;
  font-weight: 400;
font-size: 18px;
line-height: 30px;
opacity: 1;
letter-spacing: 0.05em;
  text-shadow: 1px 1px 2px #000000;
}

.getinvolved {
  background: 
    /* transparent to blue gradient */ 
    linear-gradient(-90deg, rgba(0, 0, 0, 0.1), rgba(0, 30, 50, 0.8) 40%),
    /* bottom, image */
    url(../../../../img/admission/selfie.jpg) no-repeat center center;
  filter:grayscale(50%);
  /* height:500px; */
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content_imgbg h1 {
    position: relative;
    color: #ffffff;
   text-shadow: 1px 1px 2px #000000;
   
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 0 30px;
}

.leftpadding {padding-left:148px; padding-right:75px;}

.rightpadding {padding-right:148px; padding-left:75px;}




/* Testimonial Area (bottom) */

#testimonials_banner{padding: 35px 0 25px;}

.content_bottom {
  padding: 35px 0 25px;
  background: #f1f4f7;
  margin-top:40px;
}

.carousal_title {
  text-align: center;
  padding: 0 25%;
}
@media (max-width: 767px) {
  .carousal_title {
    padding: 0 5%;
  }
}
@media (min-width: 768px) {
  .carousal_title {
    padding: 0 15%;
  }
}
@media (min-width: 992px) {
  .carousal_title {
    padding: 0 25%;
  }
}
.carousal_title h1 {
  margin: 0 0 30px;
}
@media (max-width: 479px) {
  .carousal_title h1 {
    font-size: 22px;
  }
}
.carousal_title p {
  margin: 0 0 42px;
}

.carousal_section ul {
  margin: 0;
}
.carousal_section ul li {
  position: relative;
  float: left;
  height: auto;
  margin: 0;
}
@media (min-width: 768px) {
  .carousal_section ul li {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .carousal_section ul li {
    width: 447px !important;
    margin: 0 15px;
  }
}
@media (min-width: 1200px) {
  .carousal_section ul li {
    width: 475px !important;
    margin: 0 50px;
  }
}

.carousal_content {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
  position: relative;
 
}
.carousal_content p {
  font-weight: 600;
  
  color: #7e7e7e;
  margin: 0;
  line-height: 28px;
}

.carousal_content::after {
  width: 26px;
  height: 27px;
  position: absolute;
  content: " ";
  background: url(../img/about/bottom_arrow.png) no-repeat center center;
  bottom: -27px;
  left: 50px;
}

.carousal_bottom .thumb {
  /* width: 70px; */
  float: left;
  height: auto;
  margin-right: 18px;
}
/* .carousal_bottom .thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
} */

.thumb_title {
  margin: 12px 0 0;
 
}
.thumb_title span {
  display: block;
  font-weight: 400;
}
.thumb_title .author_name {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-familY:Roboto Slab;
  line-height:18px;
}

.thumb_title .author_name a {
  font-size: 16px;
}

.thumb_title .author_designation {
  
  font-size: 14px;
  color: #7e7e7e;
  line-height:18px;
}
.thumb_title .author_designation a {
  text-decoration: none;
  color: #49c32c;
}

.carousal_section .flex-control-paging {
  position: relative;
  bottom: 0;
  margin-top: 80px;
}

/* Home Page Quick Stats Section */

.count {
    background: #0e2d52;
  background-image:url(../images/diagonal-lines.png);
  background-repeat:repeat;
    color: #ffffff;
   
    padding: 35px 0 20px 0;
    width: 100%;
  margin-bottom:25px;
}

.count .icon {
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-block;
    height: 120px;
    padding-top: 40px;
    width: 120px;
  background-color: #0e2d52;
}

.count .icon:hover{background-color:#ffffff; opacity:0.5;}

.count .icon i {
    color:#ffffff;
  font-size: 36px !important;
}

.count .icon:hover i {color:#0e2d52;}

.iconlink:focus, .iconlink:active, .icon:active, .icon:focus {text-decoration:none !important; outline:none; border-bottom:none;}


.count .counter {
    font-family: "Roboto Slab",serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 10px;
}

/* Prospective Student Type Area (home page) */

.content_prospective {
  padding: 35px 0 25px;
}

.content_prospective h1 {
  margin: 0 0 30px;
  color:#ffffff;
  text-align: center;
  font-weight:500;
  letter-spacing:0.05em;
}

/* Main content Area */

.single_content {
  
  background: #ffffff;
  background-color:#ffffff;
  
  padding: 20px 0; /* Adds space below department header */
  
}



.single_content a:not(.btnRed), .single_content_left a {
  font-weight: 600; 
  text-decoration: none;
  color: #be0523;
  
}

.content-image a:not(.btnRed) {
  font-weight: 600; 
  text-decoration: none;
  color: #be0523;
  
}

.content-image a:not(.btnRed):hover {
  border-bottom:1px dotted #be0523;
}

/*

.single_content a:not(.btnRed):hover:not(.btn-breaditem):hover, .single_content_left a:hover{
   border-bottom:1px dotted #be0523;
}

*/

.custom_right a:hover, .news a:hover, .item_inner.question a:hover {border-bottom:1px dotted #be0523;}




.single_content h1, .single_content h2, .single_content h3, .single_content h4 {
  letter-spacing:0.05em;
}

.single_content.news a  {

  margin-left:10px;
  
}

.single_content table {
  
    max-width: 100%;
    width: 100%;
  border: 1px solid #ddd;
  background-color: transparent;
  border-collapse: collapse;
    border-spacing: 0;
}

.single_content .lined, .content_imgsq .lined {
  position: relative;
    text-align: center;
}

.single_content .lined::before, .content_imgsq .lined::before {
    background-color: rgba(204, 204, 204, 1.0);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.news h1, .news h2, .news h3, .content_imgsq h1 {
    
  position:relative;
  color:#282428;
  background:#ffffff;
  display: inline-block;
  text-align: center;
  font-weight:500;
  letter-spacing:0.05em;
  padding:30px 20px 40px 20px
}



/* Recruitment Area (top) */

.content_recruitmentevent{
  padding: 35px 35px 25px;
  background-color:rgba(0,0,0, 0.7); 
}

.content_recruitmentevent p{color:#ffffff;}

.content_recruitmentevent h1 {
  margin: 0 0 10px;
  color:#ffffff;
  text-align: center;
  font-weight:500;
  letter-spacing:0.05em;
}

.content_recruitmentevent h3 {
 
  color:#ffffff;
  text-align: center;
  font-weight:500;
  letter-spacing:0.05em;
}

.content_recruitmentevent .btn {
  color:#ffffff;
  text-transform:uppercase;
  border:1px solid #ffffff;
  padding:15px 0px;
  font-weight:600;
  letter-spacing:0.05em;  
}

.content_recruitmentevent .btn:hover {
  color:#000000;
  border:1px solid #ffffff;
  background-color:#ffffff;

}

/* Recruitment Area (bottom) */

.content_recruitment {
  padding: 35px 0 25px;
  background: #be0523;
  background-image:url(../images/diagonal-lines.png)
}

.content_recruitment p {color:#ffffff;}

.content_recruitment h1 {
  margin: 0 0 30px;
  color:#ffffff;
  text-align: center;
  font-weight:500;
  letter-spacing:0.05em;
}

.content_recruitment .btn {
  color:#ffffff;
  text-transform:uppercase;
  border:1px solid #ffffff;
  padding:15px 0px;
  font-weight:600;
  letter-spacing:0.05em;
  background-color: #be0523;
  
}

.content_recruitment .btn:hover {
  color:#be0523;
  border:1px solid #ffffff;
  background-color:#ffffff;

}


/* Sidebar Item */


.list_block {
  border: 1px solid #dce4ea;
  padding: 15px 12px 25px;
  border-top: 3px solid #49c32c;
  margin: 0 0 20px;
}




/* Focus color for textarea */

/*

.form-control {
 
  border-color: #dcdfe3;
  font-weight:400;
}

.form-control:focus {
  border-color: #be0523;
  -webkit-box-shadow: none;
  box-shadow: none;
}

*/

/* Buttons */


.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
  /* prevent outline on button when clicked on */
  outline:none;
  outline:0px auto -webkit-focus-ring-color;
  outline-offset:-2px;
} 

.btnRed {
  padding: 0 15px 0 15px;
  background: transparent;
  text-transform: uppercase;
  text-align:left;
  color: #be0523;
  border: 1px solid #be052350;
  line-height: 42px;
  font-weight: 600;
  letter-spacing:0.05em;
  outline:none;
  height:43px;
  margin-bottom: 3%!important;
}

.btnRed:hover, .btnRed:focus, .btnRed:active {
  background-color: #be0523 !important;
  color: #fff !important;
  outline:none;
  
}

.btn-block + .btn-block{margin-top:10px;}

/* Wells */

.well {
  margin-left:0px; 
  margin-right:0px; 
  padding: 19px;
}

.single_tab_content .btnRed {
  padding:0 15px;
}

.formTitle h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.formTitle p {
  margin-bottom: 25px;
}

.selectBox {
  margin-bottom: 20px;
  width: 100%;
}

.formArea .form-group {
  margin: 0 0 20px;
}

.formArea, .getArea {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #DCE4EA;
  padding: 15px 12px 25px;
  border-top: 3px solid #49c32c;
}

.getArea {
  margin-bottom: 0;
}

.extraPadding {
  padding-right: 25px;
  margin-bottom: 18px !important;
}

.getImage {
  width: 100%;
  border: 1px solid #dce4ea;
  margin-bottom: 20px;
  text-align: center;
}
.getImage img {
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  .post_right {
    margin: 30px 0 0;
  }
}
.reduceMargin {
  margin-bottom: 17px !important;
}





/*==================================== 5. courses ==============================*/


.padding-border-left {
  padding-left: 30px;
  border-left: 1px solid #dce4ea;
}
@media (max-width: 767px) {
  .padding-border-left {
    padding-left: 0;
    border-left: none;
  }
}

.padding-border-right {
  padding-right: 30px;
  border-right: 1px solid #dce4ea;
}
@media (max-width: 767px) {
  .padding-border-right {
    padding-right: 0;
    border-right: none;
  }
}

.padding-border-left-twenty {
  padding-left: 20px;
  border-left: 1px solid #dce4ea;
}
@media (max-width: 767px) {
  .padding-border-left-twenty {
    padding-left: 0;
    border-left: none;
  }
}

.padding-border-right-twenty {
  padding-right: 20px;
  border-right: 1px solid #dce4ea;
}
@media (max-width: 767px) {
  .padding-border-right-twenty {
    padding-right: 0;
    border-right: none;
  }
}

/* Striped table */

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background: #f2f2f2;
}

.courses_right_inner th {
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px 11px 5px !important;
  border-bottom: none !important;
  background: #002855;
  vertical-align: middle !important;
  cursor: pointer;
  position: relative;
}
@media (max-width: 479px) {
  .courses_right_inner th {
    font-size: 7px;
  }
}
@media (min-width: 768px) {
  .courses_right_inner th {
    font-size: 14px;
    padding: 11px 13px 11px 15px !important;
  }
}

.courses_right_inner td {
  padding: 8px 13px 10px 15px !important;
}

@media (max-width: 767px) {
  .courses_right_inner td {
    padding: 8px !important;
  }
}

.courses_right_inner tr.option td {
  font-weight: 700;
  color: #000;
  background: #c6d1d5 !important;
}

/* Tables */



.single_tab_content table > tbody > tr:nth-of-type(2n+1) {background-color: #f9f9f9;} /* Creates alternating colors for table rows */

.single_tab_content table > tbody > tr > td, .single_tab_content table > tbody > tr > th, .single_tab_content table > tfoot > tr > td, .single_tab_content table > tfoot > tr > th, .single_tab_content table > thead > tr > td, .single_tab_content table > thead > tr > th {
  border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;

}



/*==================================== 6. single_course ==============================*/
.item_inner.slider {
  padding: 15px 15px 20px;
}

.item_inner.slider .flex-direction-nav {
  position: relative;
  bottom: 0;
  margin-top: 8px;
  float: right;
  width: auto;
}

.item_inner.slider .carousal_bottom {
  padding: 0;
}
.item_inner.slider .carousal_bottom .thumb {
  width: 58px;
  margin: 0 18px 0 0;
}

.item_inner.slider .thumb_title {
  margin: 5px 0 0;
}

.item_inner.slider .author_name {
  text-transform: uppercase;
}


/* Homepage Covid buttons */

@media (min-width: 768px) {
  .btn-md-1 {
      width: 300px;
      float: left;
      font-size: 1.5rem;
  }
}

.btn-md-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Photo banners for main home page and Admissions home page */

.banner {
  display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
}

.home-button {
    display: flex;
    justify-content: center;
}

#home_banner {
  background: /* transparent gradient */ linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 100%), /* bottom, image */ url(../images/home/home-banner-students-mid.jpg) no-repeat center;
    /* height: 500px; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0 0 8% 0;
}

#videosection {
  background: /* transparent gradient */ linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, .3), rgba(0, 0, 0, 0.5) 100%), /* bottom, image */ url(../images/admissions/admissions-home.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.admit-title h1 {
    color: #fff;
}

#home_banner .banner, #videosection .banner {
  /* background-color:#ffffff; 
  background-color:rgba(255,255,255, 0.8); 
  padding:25px; */
  margin:10% 0 5% 0;
}

/* Large text at top of home page */

#home_banner .banner h1, #videosection .banner h1, #home_banner .banner h2, #videosection .banner h2 {
  color:#ffffff;
  letter-spacing: 0.05em;
  font-weight:500;
  
}

#home_banner .banner h1, #videosection .banner h1 {
  font-family: 'DM Serif Display', serif;
  font-weight: 900;
  color: #fff;
  animation-delay: .5s;
}

#home_banner .banner h2, #videosection .banner h2 {
  color: #ffffff;
  letter-spacing: 0.05em;
  font-weight: 300;
  padding-top: .7em;
  animation-delay: .25s;
}

@media (max-width: 500px) {
  #home_banner .banner h1, #videosection .banner h1 {
    font-size: 8.3rem;
    /* line-height: 5.5rem; */
    /* text-align: center; */
    /* margin-top: 4.5em; */
  }

  .banner img {
    width: 80%;
  }

  .admit-title h1 {
    font-size: 6rem;
  }
}
@media (min-width: 501px) and (max-width: 600px) {
  #home_banner .banner h1, #videosection .banner h1 {
    font-size: 9.5rem;
    /* line-height: 6rem; */
    /* text-align: center; */
    /* margin-top: 4.5em; */
  }

  #home_banner .banner h2, #videosection .banner h2 {
    font-size: 3rem;
    /* line-height: 3rem; */
    /* text-align: center; */
  }

  .banner img {
    width: 80%;
  }

  .admit-title h1 {
    font-size: 8rem;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  #home_banner .banner h1, #videosection .banner h1 {
      font-size: 11rem;
      /* line-height: 7.5rem; */
      /* margin-top: 4.5em; */
      /* text-align: center; */
  }

  #home_banner .banner h2, #videosection .banner h2 {
      font-size: 3rem;
      /* text-align: center; */
      /* line-height: 3.5rem; */
  }

  .banner img {
      width: 60%;
  }

  .admit-title h1 {
    font-size: 8rem;
  }
}

@media (min-width: 768px) and (max-width: 930px) {
  #home_banner .banner h1, #videosection .banner h1 {
      font-size: 14rem;
      /* line-height: 7.5rem; */
  }

  #home_banner .banner h2, #videosection .banner h2 {
    font-size: 3.5rem;
      /* line-height: 3.5rem; */
  }

  .banner img {
      width: 60%;
  }

  .admit-title h1 {
    font-size: 10rem;
  }
}

@media (min-width: 931px) and (max-width: 1200px) {
  #home_banner .banner h1, #videosection .banner h1 {
      font-size: 18rem;
      /* line-height: 9.5rem; */
  }

  #home_banner .banner h2, #videosection .banner h2 {
      font-size: 4.5rem;
      /* line-height: 3.3rem; */
  }

  .admit-title h1 {
    font-size: 10rem;
  }
}

@media (min-width: 1201px) {
  #home_banner .banner h1, #videosection .banner h1 {
      font-size: 20rem;
      /* line-height: 12rem; */
  }

  #home_banner .banner h2, #videosection .banner h2 {
      font-size: 5rem;
      /* line-height: 3.5rem; */
  }

  .admit-title h1 {
    font-size: 10rem;
  }
}


.hometext p {
  font-weight: 400;
  font-size:16px; 
  line-height: 30px;
  color:#ffffff;
  text-shadow: 2px 2px 2px #000000;
  letter-spacing: 0.05em;
}

#home_banner .hometext, #videosection .hometext {padding-bottom:30px;}

#home_banner .hometext .btn, #videosection .hometext .btn {
  color: #fff;
  background: #ffffff15;
  backdrop-filter: blur(10px);
  border: 1px solid #ffffff;
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: .5em .75em;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}


#home_banner .hometext .btn:hover, #videosection .hometext .btn:hover {
    color: #be0523;
    background-color: #fff;
    text-shadow: none;
}

#video {width: 100%;
  height: 100%;
  object-fit: cover;}

#single_banner {
  background: 
    /* transparent to blue gradient */ 
    linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 40, 85, 0.5) 90%);
}

#single_banner .flex-control-paging, #full_banner .flex-control-paging, #testimonials_banner .flex-control-paging {
  position: relative;
  bottom: 0;
  line-height: 11px;
  margin-top: 20px;
  float: none;
}

#single_banner .flex-control-paging li a, #full_banner .flex-control-paging li a {
  background: #d6dbe0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 11px;
  height: 11px;
}

#single_banner .flex-control-paging li a.flex-active, #full_banner .flex-control-paging li a.flex-active {
  background: #002855;
}

#single_banner p, #full_banner p {
  font-weight: 400;
 font-size:16px;
  color: #7e7e7e;
  line-height: 30px;
}



#single_banner h3, #full_banner h3 {margin-bottom:15px;}

#home_banner h3 {margin-bottom:15px;}



/* Testimonials in sidebar */

.item_inner.slider h4 {
  margin: 0 0 10px;
}

.item_inner.slider .flex-direction-nav li {
  float: left;
}

.item_inner.slider .flex-direction-nav a {
  position: relative;
  bottom: 0;
  display: block;
  margin: 0;
  width: 35px;
  height: 30px;
  border: 1px solid #002855;
}

.flex-direction-nav a.flex-next {
  background: url(../img/courses/next.png) no-repeat center center;
  margin-left: 10px !important;
}

.flex-direction-nav a.flex-prev {
  background: url(../img/courses/prev.png) no-repeat center center;
}

/* Admissions box under main content */

.item_inner.question h4 {
  margin: 0 0 10px;
}

.item_inner.question h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 20px;
  color: #000;
}

.item_inner.question h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  margin: 0;
}

.item_inner.question a {
  /* color: #002855; */
  text-decoration: none;
  
}

.item_inner.question a:hover {
  text-decoration: none;
}

/* Tabs on Department Home (for three areas in main content) */

.tab_menu {
  height: 90px;
}

.tab_menu > ul {
  clear: both;
  width: 100%;
}
.tab_menu > ul li {
  display: inline-block;
  float: left;
  position: relative;
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tab_menu > ul li a {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #dce4ea;
  border-top: 1px solid #dce4ea;
  background: #f6f9fa;
  text-align: center;
  height: 45px;
  padding: 5px;
}
@media (max-width: 479px) {
  .tab_menu > ul li a {
    padding: 5px;
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .tab_menu > ul li a {
    padding: 5px;
  }
}
@media (min-width: 1200px) {
  .tab_menu > ul li a {
    height: 50px;
    line-height: 16px;
    padding: 15px 5px;
  }
}
.tab_menu > ul li a:hover {
  background: #002855;
  color: #fff;
  border-color: #002855 !important;
}
.tab_menu > ul li:first-child a {
  border-left: 1px solid #dce4ea;
}
.tab_menu > ul li:last-child a {
  border-right: 1px solid #dce4ea;
}
.tab_menu > ul li.active a {
  background: #002855;
  color: #fff;
  border-color: #002855 !important;
}

.tab_menu > ul li.active a::after, .tab_menu > ul li a:hover::after {
  content: " ";
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #002855;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
}

.single_tab_content p {
  margin: 0 0 20px;
}
h1.pagetitle {
  font-size: 22px;
 
margin: 13px 0 25px 0;
}

.single_tab_content h1 {
  margin: 0 0 13px;
}

.single_tab_content h2 {
  margin: 0 0 13px;
}

.single_content h2 {
  margin: 0 0 2rem;
}

.single_content h3 {
  margin: 0 0 13px;
}

.single_content h4 {
  margin: 0 0 .5rem;
}

.single_tab_content h4 {
  margin: 0 0 13px;
}

.single_tab_content h5 {
 
   margin: 0 0 13px;
}

.single_tab_content h6 {
   margin: 0 0 13px;
}



.single_tab_content img.video {
  margin: 0 0 53px;
}

/*==================================== 7. admission ==============================*/
.single_banner_inner.admission .single_caption {
  left: 22px;
  width: 700px;
}

.single_banner_inner.admission .single_caption h1 {
  margin: 0;
}

/* Block Quotes */

.block_quote {
  padding: 10px 20px;
  background: #f6f9fa;
  margin: 20px 0 25px;
}

.block_quote p {
  font-weight: 400;
  font-style: italic;
  margin: 0 !important;
}




/* Sidebars (right side) */


@media (max-width: 767px) {
  .sidebar {
    margin: 30px 0 0;
  }
}

.sidebar_item {
  /* border-top: 3px solid #49c32c; */
  margin: 0 0 20px;
}

.sidebar_item ul {
  padding-bottom: 15px;
  margin-left: 0px;
}

.item_inner {
  border-top: none !important;
  border: 1px solid #dce4ea;
  padding: 15px 5px 20px 15px;
}

.item_inner.program {
  background: #F6F9FA;
}

.item_inner.program p {
 margin:15px 0px;
}

/* .item_inner.program .fas {
  padding-right: 10px;  
} */

/* Tuition and Fees Styling */

.item_inner a.fees {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #002855;
  text-decoration: none;
}

.item_inner > h4 {
  margin: 0 0 16px;
  text-transform: uppercase;
}

.item_inner.program ul {
  width: 100%;
}
.item_inner.program ul li {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  text-align: left;
  line-height: 18px;
  margin: 0 0 16px;
}
.item_inner.program ul li span {
  width: 40%;
  display: inline-block;
  color: #686868;
}
.item_inner.program ul li:last-child {
  margin: 0;
}

.sidebar_item.admission .item_inner.program {
  padding: 15px 20px 15px 20px;
}


.sidebar_item.admission .item_inner.program ul li a {
  color: #002855;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #dce4ea;
  display: block;
  text-decoration: none;
  padding-bottom: 17px;
  
  padding-right: 20px;
  padding-top: 17px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sidebar_item.admission .item_inner.program ul li a:hover {
  color: #000;
}

.sidebar_item.admission .item_inner.program ul li {
  margin: 0 0 0;
}

.sidebar_item.admission .item_inner.program ul li.active a {
  color: #000;
}

.sidebar_item.admission .item_inner.program ul li:last-child {
  margin: 0;
}

.sidebar_item.admission .item_inner.program ul li:last-child a {
  border: none;
  margin: 0;
}

.sidebar_item.admission .item_inner.program ul li.no_arrow a {
  background: none;
}


/* Department Header */

.header-photo {
  position: absolute;
  width: 100%;
  /*height: 70%;*/
  height:100%;
  object-fit: cover;
  filter: brightness(0.3);
  left: 0;
  z-index: -1;
}

.anniversary-header-photo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.3);
  top: 20%;
  left: 0;
  z-index: -1;
}
/*
@media (max-width: 479px) {
  .header-photo {
  top: 35%;
  }
}
@media (min-width: 768px) {
  .header-photo {
  top: 30%;
  }
}
@media (min-width: 992px) {
  .header-photo {
  top: 15%;
  }
}
@media (min-width: 1200px) {
  .header-photo {
    top: 10%;
  }
} 
*/

.header-video {
  position: absolute;
  width: 100%;
  height: auto !important;
  object-fit: cover;
  filter: brightness(0.3);
  top: 7%;
  left: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .header-video {
    top: 27%;
  }
}

.header-text {
  padding-top: 12%;
  padding-bottom: 11%;
  color: #fff;
}

.header-text h1 {
  color: #fff;
}

.header-text > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.5em;
}

.header-subnav {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border-top: 1px solid #fff;
}

/* was .navbar-department .navbar-nav li a */
.header-subnav li a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 20px !important;
  font-weight: 600;
  background: none !important;
  /* text-shadow: 0px 1px 3px #000000; */
  letter-spacing: 0.05em;
}

/* was .navbar-department .navbar-nav li a:hover */
.header-subnav li a:hover {
  color: #be0523 !important;
}

/* was .navbar-nav>li>.dropdown-menu */
.header-subnav-dropdown {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
}

/* was #department-nav li.open .dropdown-menu li a, #department-nav li.dropdown .dropdown-menu li a */
.header-subnav-dropdown li a {
  text-transform: capitalize;
  border-bottom: 1px solid #e2e3e4;
  color: #000 !important;
}

.single_banner_inner {
  position: relative;
}

.single_caption {
  width: 900px;
  max-width: 90%;
  left: 15px;
  bottom: 20px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
}

@media (max-width: 479px) {
  .single_caption {
    padding: 10px 15px;
  }
}
@media (min-width: 768px) {
  .single_caption {
    padding: 15px 20px;
    left: 5%;
    bottom: 25px;
  }
}
@media (min-width: 992px) {
  .single_caption {
    width: 835px;
    left: 48px;
    bottom: 30px;
    max-width: 94%;
    padding: 20px 20px 28px;
  }
}
@media (min-width: 1200px) {
  .single_caption {
    width: 900px;
  }
}

.single_caption h1 {
  font-size: 24px;
  text-transform: none;
  color: #fff;
  font-weight: 400;
  margin: 0 0 8px;
  text-shadow: 0 1px 4px #000000;
}
@media (max-width: 479px) {
  .single_caption h1 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .single_caption h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .single_caption h1 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .single_caption h1 {
    font-size: 36px;
  }
}

.single_caption h2 {
  font-size: 16px;
  text-transform: none;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 479px) {
  .single_caption h2 {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .single_caption h2 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .single_caption h2 {
    font-size: 22px;
  }
}

/* Page Body */

#inner-wrapper {
  position: relative;
}

/* Responsive Vimeo Embed */

            
.embed-container{
  position: relative; padding-bottom: 56.25%; overflow: hidden; max-width: 100%; height: auto; margin-bottom: 25px; }

.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}


/* Clickable Images with Zoom Icon */

.image-link {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    position: relative;
}

.image-link .image-hover {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.image-link .image-hover:hover {opacity:1;}

.image-link .image-hover .image-hover-content {
    color: #fff;
    font-size: 16px;
    height: 16px;
    margin-top: -12px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.image-link .image-hover .image-hover-content i {
    margin-top: -12px;
}



/* Home Page Photo Carousel */

.carousel-inner img {
  width: 100%;
}

.carousel-indicators {
  z-index: 999;
  margin-bottom: 0;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
}

.carousel-indicators li.active {
  background: #002855;
  width: 10px;
  height: 10px;
  border: none;
}



/* Emergency messaging - banner across top */

/* .alert {
  color: #545454;
  font-size: 1.7rem;
  position: relative;
  padding: 1.2% 0;
  margin-bottom: 0;
  background-color: #e0e0de;
  border: none;
  border-radius: 0;
} */
.customhomebanner_popup p,.customhomebanner_popup ul li,.customhomebanner_popup h2,.customhomebanner_popup h4 {
    color: #282428;
}
.customhomebanner_popup .alert-body {
    padding: 25px;
}
.customhomebanner_popup .alert-body h2,.customhomebanner_popup .alert-body h4 {
    margin-bottom: 18px;
}
.customhomebanner_popup .alert-body ul {
    padding-left: 20px;
}
.customhomebanner_popup .alert-body ul ul{
    padding-left: 20px;
}
.customhomebanner_popup ul li ul {
    margin-top: 12px;
}
.customhomebanner_popup ul li {
    margin-bottom: 12px;
}
.customhomebanner_popup .alert{display:block !important;}
.customhomebanner_popup .close{right: -40px !important;font-size: 40px !important;}
.alert {
  color: #E4002B;
  font-size: 1.7rem;
  position: relative;
  line-height: 2rem;
  padding: .5em 1em;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
  width: auto;
  margin: .5em .7em 0;
}

.alert > div > p {
  margin: 0;
}

.alert > div > .btnRed {
  padding: .4em .8em;
  background: #E4002B;
  text-transform: none;
  text-align: center;
  color: #fff;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border: none;
  line-height: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  height: auto;
  margin-bottom: 0!important;
}

.alert > div > .btnRed:hover {
  background: #a00523 !important;
}



@media (max-width: 768px) {
  .alert > div {
    width: 100%;
  }

  .alert > div > .btnRed {
    width: 100%;
  }

  .alert {
    gap: 1em;
  }
}

.close {
  margin-right: 1em;
  right: 0;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.close > button {
  border: 0;
}

/* COVID-19 Alert Levels */

.alert-level {
  color: #545454;
  font-size: 1.7rem;
  position: relative;
  border: none;
  border-radius: 8px;
  padding: 1em;
  margin-bottom: 1em;
  cursor: pointer;
}

.alert-level h5 {
  padding-top: 1em;
}

.alert-level p {
  margin: 0;
}

.alert-green {
  background: #48B52730;
}

.alert-green:hover {
  border: 1px solid #48b527;
}

.alert-blue {
  background: #3385FF30;
}

.alert-blue:hover {
    border: 1px solid #3385FF;
}

.alert-yellow {
  background: #FFD74930;
}

.alert-yellow:hover {
    border: 1px solid #FFD749;
}

.alert-orange {
  background: #ff810030;
}

.alert-orange:hover {
    border: 1px solid #ff8100;
}

.alert-red {
  background: #FF3A3030;
}

.alert-red:hover {
    border: 1px solid #FF3A30;
}

/* Added styles for tables */


table.table-borderless, .table-borderless td, .table-borderless th,

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none !important;
}

/* Accordion styling */

h4.panel-title {margin:0px;}

.panel-title > a {
  display: block;
  position: relative;
  font-size: 14px;
}

.panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus {
  text-decoration:none;
  border-bottom:none;
}

.panel-title > a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 0;
}
.panel-title > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}


/* Full Width Embedded Google Map */

.contact_map iframe {
  display: block;
}


/*# sourceMappingURL=style.css.map */


/* Styling for slideshow on Etherredge Center website */

.slider-container a:hover, .slider-container a:active, .slider-container a:focus {text-decoration:none; border-bottom:none;}

.djslider-default .navigation-container {
  top: 40% !important; margin: 0 2% !important;
}

.slide-desc-text-default a.readmore, .slide-text a {
  color: #ffffff !important;

text-transform: uppercase;

border: 1px solid #ffffff;

padding: 8px;

font-weight: 600;

letter-spacing: 0.05em;
 
}

.slide-desc-text-default a.readmore:hover, .slide-desc-text-default a.readmore:focus, .slide-desc-text-default a.readmore:active, .slide-text a:hover, .slide-text a:active, .slide-text a:focus {background-color:#000000; text-decoration:none !important; border-bottom:1px solid #ffffff !important;}

.djslider-default .slide-title {float:left; padding-right:20px;}

.djslider-default .slide-text {float:left;}

/* Styling for events */

.mod-dpcalendar-upcoming-panel__group, .mod-dpcalendar-upcoming-panel > .mod-dpcalendar-upcoming-panel__event {flex: 1 1 300px;}



/* Override FAQbook styling */

.fbpContent_root {font-size: 14px !important; line-height: 2.0 !important;}

.fbpContent_allTopics > li {margin:0 !important;}

li.NavLeftUL_item {padding:0 !important; color:#be0523;}

li.NavLeftUL_item a:focus {color:#be0523 !important;}


.li_selected > a  {background:#f0f2f7 !important; /* border-bottom:1px dotted #be0523; */ border-left: 2px solid #be0523; border-top:none !important;}

.li_selected > a:focus, .li_selected > a:active {background:#f0f2f7 !important; border-left: 2px solid #be0523; border-top:none; color:#be0523; border-bottom:none !important;}


.li_selected > a:hover {background:#f0f2f7 !important; border-bottom:none; /*border-bottom:1px dotted #be0523;*/}

.topic_faqToggleLink:focus, .topic_faqToggleLink:hover{border-bottom: none !important; border-top:none;}

h3.qListItem_header a, h3.qListItem_header a:hover, h3.qListItem_header a:focus {border-bottom:none;}

.fbLeftNavigation_topics a:focus, .fbLeftNavigation_topics a:active, .fbLeftNavigation_topics a:hover {/* border-top:none !important; */ color:#be0523 !important; border-bottom:none !important;}




/* Home Page RSS Feeds : Press Releases and Students in the News */

.fw-feed-item-title {
  font-family: 'Open Sans', sans-serif;
}

.fw-feed-item-date {
  font-family: 'Open Sans', sans-serif;
}

#fw-feed-items .fw-feed-item {padding: 10px 0;}

#fw-feed-items-scroll-area {padding-top:10px;}

/* Styling for A-Z Index */

ul.list-striped {
    list-style-type: none;
    margin: 0;
    padding: 0;
    
}
ul.list-striped > li {
    border-bottom: 1px solid rgb(220,220,220);
    padding: 6px;
}
ul.list-striped > li:nth-of-type(odd) {
    background-color: #f5f5f5 ;
}
ul.list-striped > li:last-child {
    border-bottom: none;
}

.pagination .counter {font-size:14px; font-weight:300; line-height:14px;}

.pagination-list li {display:inline-block;}

.pagination-list a {
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;}

.icon-first::before {
  font-family:"Font Awesome 5 Pro";
  font-weight:600;
  content:"\f048"
}

.icon-previous::before {
  font-family:"Font Awesome 5 Pro";
  font-weight:600;
  content:"\f104"
}

.icon-next::before {
  font-family:"Font Awesome 5 Pro";
  font-weight:600;
  content:"\f105"
}

.icon-last::before {
  font-family:"Font Awesome 5 Pro";
  font-weight:600;
  content:"\f051"
}

.filters.btn-toolbar {padding-bottom:20px;}

#filter-search {padding: 3px 10px;}

/* my.usca.edu panels and tabs */

.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
  border-bottom: none;
}

.panel.with-nav-tabs .nav-tabs > li {padding:0px;}

.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
  background-color: #ddd;
  border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border-color: #ddd;
  border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}

/* Responsive Video */

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.te_trombinoscope form .personfield.fieldname {
    font-size: 1em!important;
}

a.stretched-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

