body {
  font-weight: 300;
  line-height: 1.5;
}

.font-light {
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6, .h7, .h8, .h9, .h10 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

h1, .h1 {
  font-size: 48px;
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  h1, .h1 {
    font-size: 38px;
  }
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 25px;
  font-weight: 400;
  font-style: italic;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

.h7 {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}

.h8 {
  font-size: 16px;
}

.h9 {
  font-size: 14px;
  font-weight: 600;
}

.h10 {
  font-size: 13px;
}

/**
General Styles
 */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

ul, li {
  font-weight: 400;
}

/**
Buttons
 */
.btn {
  color: white;
  border-radius: 0;
  border: 1px solid transparent;
  font-size: 11pt;
  /*padding: 12px 60px;*/
}

.btn-white {
  color: black;
  border-color: black;
  background: white;
}

.btn-primary {
  background: #1a2857;
  border-color: #1a2857;
}

.btn-secondary {
  background: #0077c8;
  border-color: #0077c8;
}

.btn-accent {
  background: #c62034;
  border-color: #c62034;
}

.btn-tertiary {
  background: #c2d500;
  border-color: #c2d500;
}

.btn-lg {
  font-size: 13pt;
  /*padding: 20px 77px;*/
}

.btn-sm {
  font-size: 10pt;
  /*padding: 12px 45px;*/
}

.btn-square {
  /*padding: 18px;*/
}

*[class*=outline] {
  border-color: white;
}

/**
 *
 */
a.btn:visited {
  color: white;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link::after,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator::after {
  color: #1a2857;
}

:root {
  --tec-color-accent-primary: #0077c8;
  --tec-color-event-icon-hover: #0077c8;
  --tec-color-icon-focus: #0077c8;
  --tec-color-background-events-bar-submit-button-hover: #28acff;
}

p {
  margin-bottom: 1em;
}

#top-buttons .btn {
  border-radius: 0;
}
#top-buttons .btn.btn-primary {
  background-color: #1a2857;
  border-color: #1a2857;
  text-shadow: 1px 1px #000;
}
#top-buttons .btn.btn-outline-primary {
  color: #1a2857;
  border-color: #1a2857;
}
#top-buttons .btn.btn-outline-primary:hover {
  background-color: #1a2857;
  color: white;
}
#top-buttons .btn.search {
  border-color: #c62034;
}
#top-buttons .btn.search:hover, #top-buttons .btn.search:focus {
  border-color: #1a2857;
}

#main-search-form {
  padding: 22px 27px;
  background-color: rgba(26, 40, 87, 0.7);
  color: white;
}
@media screen and (max-width: 767px) {
  #main-search-form {
    left: 0;
  }
  #main-search-form .search-header-content {
    display: block !important;
    width: 100%;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
    padding-bottom: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  #main-search-form {
    position: absolute;
    top: 275px;
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 30px;
    padding-bottom: 30px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
  }
  #main-search-form form {
    width: 560px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  #main-search-form {
    top: 300px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  #main-search-form {
    top: 350px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  #main-search-form {
    top: 400px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  #main-search-form {
    top: 450px;
  }
}
#main-search-form #a2z-search-link {
  color: white;
  font-style: italic;
  font-size: 14px;
}
#main-search-form a:visited {
  color: #c62034;
}
#main-search-form a:link {
  color: #c62034;
}
#main-search-form h1 {
  margin: 0 0 15px 0;
  letter-spacing: -2px;
  font-size: 38px;
}
#main-search-form .form-control {
  border-radius: 0;
  font-size: 0.8em;
  font-style: italic;
  padding-left: 10px;
  border-width: 0;
}
#main-search-form .input-group-text {
  border-radius: 0;
  background-color: #0077c8;
  color: white;
  border-width: 0;
}
#main-search-form .input-group-append {
  margin-left: 5px;
}
#main-search-form .input-group-append .btn {
  font-size: 0.8em;
}
#main-search-form .input-group-append .fa.fa-search {
  color: #0077c8;
}

body {
  color: #1a2857;
  padding-bottom: 35px;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1220px;
  }
}
#banner-image {
  position: relative;
  z-index: -10;
  width: 100%;
}

body.home #brand-container {
  background-color: rgba(255, 255, 255, 0.65);
}

#wpadminbar {
  position: fixed;
}

#brand-container {
  background-color: white;
  border-top: 2px solid #c62034;
  min-height: 135px;
}
#brand-container .site-branding p {
  margin-bottom: 0;
}
#brand-container .btn {
  margin-left: 5px;
}
@media screen and (min-width: 970px) {
  #brand-container .widget_media_image {
    margin-top: 28px;
  }
  #brand-container .col-sm-9 aside.widget_black_studio_tinymce {
    margin-top: 44px;
  }
}
@media screen and (max-width: 800px) {
  #brand-container {
    background: white;
    padding-top: 23px;
  }
  #brand-container #search-button {
    display: inline;
  }
  #brand-container #button-container #main-search-form {
    position: absolute;
    margin-right: -50%;
    transform: translate(-52%);
    top: 110%;
    width: 90vw;
  }
}
#brand-container #top-buttons {
  top: 0px;
}
@media screen and (min-width: 993px) {
  #brand-container #top-buttons {
    top: 45px;
  }
}
#brand-container #top-buttons .dropdown-toggle {
  color: #1a2857;
  background: transparent;
}
@media screen and (min-width: 801px) {
  #brand-container #top-buttons #button-container .btn {
    margin-top: 5px;
  }
  #brand-container #top-buttons #button-container #btn-give {
    min-width: 100px;
  }
  #brand-container #top-buttons #button-container .btn-primary {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  #brand-container #top-buttons #button-container .btn-primary {
    padding-left: 25px;
    padding-right: 25px;
  }
  #brand-container #top-buttons #button-container #btn-give {
    min-width: unset;
  }
}

@media screen and (max-width: 1199px) {
  #portrait-slider {
    display: none;
  }
}

#nav-container {
  background-color: #0077c8;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#nav-container .container::after, #nav-container .container:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
#nav-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
  width: 100%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  #nav-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 97vw;
    left: 50%;
    right: 50%;
    margin-left: -41vw;
    margin-right: -59vw;
    position: absolute;
  }
}
@media screen and (min-width: 860px) and (max-width: 1199px) {
  #nav-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    margin-left: -42vw;
    margin-right: -58vw;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #nav-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 98vw;
    margin-left: -49vw;
    margin-right: -51vw;
  }
}
@media screen and (min-width: 800px) {
  #nav-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > .mega-sub-menu {
    margin-top: 5px;
  }
  #nav-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > .mega-sub-menu > li > a.mega-menu-link:first-child {
    color: #c62034;
    font-style: italic;
    font-weight: normal;
    text-transform: initial;
  }
  #nav-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > .mega-sub-menu > li li a.mega-menu-link {
    font-weight: bold;
    color: black;
    font-size: 0.95em;
  }
  #nav-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > .mega-sub-menu > li li a.mega-menu-link:hover {
    color: #0077c8;
  }
  #nav-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > .mega-sub-menu > li li {
    border-top: 1px solid #e1e1e1;
    padding: 5px 0;
    margin-top: 2px;
  }
  #nav-container #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > .mega-sub-menu > li li:first-child {
    border-top: 0;
  }
}
@media screen and (max-width: 800px) {
  #nav-container .menu-toggle {
    display: none;
  }
}

#content-container #primary > div {
  margin-bottom: 50px;
}
#content-container #primary .entry-content h1, #content-container #primary .entry-content h2, #content-container #primary .entry-content h3, #content-container #primary .entry-content h4, #content-container #primary .entry-content h5, #content-container #primary .entry-content h6 {
  clear: initial;
}
#content-container #features h3 {
  font-weight: 300;
  vertical-align: middle;
  margin-bottom: 20px;
}
#content-container #features h3 span {
  float: left;
  border-bottom: 5px #c62034 solid;
  padding-bottom: 15px;
  padding-right: 16px;
}
#content-container #features h3 a {
  float: right;
  font-size: 11pt;
  line-height: 34px;
}
#content-container #features h3:after, #content-container #features h3::after {
  display: block;
  content: "";
  clear: both;
}
#content-container #features .news {
  padding-right: 50px;
}
#content-container #features .date {
  text-transform: uppercase;
  font-size: 0.82em;
  font-weight: 700;
  margin-bottom: 0;
}
#content-container #features .title {
  color: #808080;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 0;
}

#primary .accordion h3 > span {
  border-bottom: 0;
}

#cards {
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (min-width: 1140px) {
  #cards .container {
    max-width: 1540px;
  }
}
#cards .container {
  padding: 50px 0;
}
#cards .container:after, #cards .container::after {
  content: "";
  display: block;
  clear: both;
}
#cards .ssc-card {
  flex-grow: 1;
  display: block;
  margin: 10px 10px;
  float: left;
  width: 284px;
  height: 452px;
  padding-top: 75px;
  padding-bottom: 65px;
  color: white;
  font-weight: 700;
}
#cards .ssc-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#cards .ssc-card .card-slider-controls {
  display: none;
}
@media screen and (max-width: 1520px) {
  #cards .ssc-card.card-testimonials {
    width: 100%;
  }
}
#cards .ssc-card:hover {
  transition: background-color 0.15s;
}
#cards .ssc-card {
  /*
  @media screen and (max-width: 1140px) {
    width: 49%;
    min-height: 452px;
    margin: 4px;
  }

  @media screen and (max-width: 980px) {
    width: 100%;
    margin: 0 0 15px;
  }
  */
}
#cards .ssc-card .content {
  min-height: 142px;
}
#cards .ssc-card img {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
#cards .ssc-card ul {
  margin-left: 20px;
  padding-left: 20px;
}
#cards .ssc-card h2 {
  font-size: 24px;
  margin-left: 20px;
}
#cards .ssc-card .card-footer {
  text-align: center;
  border-top: none;
  background-color: unset;
}
#cards .ssc-card .btn {
  background-color: white;
  font-weight: 700;
  border: 0;
  margin-top: 15px;
}
#cards .ssc-card.card-0 {
  background-color: rgba(130, 159, 30, 0.8);
}
#cards .ssc-card.card-0 .btn {
  color: rgba(130, 159, 30, 0.8);
}
#cards .ssc-card.card-0:hover {
  background-color: #829f1e;
}
#cards .ssc-card.card-1 {
  background-color: rgba(198, 32, 52, 0.8);
}
#cards .ssc-card.card-1 .btn {
  color: rgba(198, 32, 52, 0.8);
}
#cards .ssc-card.card-1:hover {
  background-color: #c62034;
}
#cards .ssc-card.card-2 {
  background-color: rgba(26, 40, 87, 0.8);
}
#cards .ssc-card.card-2 .btn {
  color: rgba(26, 40, 87, 0.8);
}
#cards .ssc-card.card-2:hover {
  background-color: #1a2857;
}
#cards .ssc-card.card-testimonials {
  background: rgba(255, 255, 255, 0.8);
  color: #0077c8;
  width: 600px;
  position: relative;
}
@media screen and (max-width: 1531px) {
  #cards .ssc-card.card-testimonials {
    width: 490px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1422px) {
  #cards .ssc-card.card-testimonials {
    width: 891px;
  }
}
@media screen and (min-width: 770px) and (max-width: 1139px) {
  #cards .ssc-card.card-testimonials {
    width: 390px;
  }
}
#cards .ssc-card.card-testimonials {
  /*@media screen and (max-width: 1440px) {
    width: 490px;
  }*/
  /*@media screen and (max-width: 991px) {
    width: 598px; // setting testimonial width to width of 2 cards
  }*/
}
#cards .ssc-card.card-testimonials .tns-controls {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#cards .ssc-card.card-testimonials .tns-controls .fas {
  margin-left: 2px;
}
#cards .ssc-card.card-testimonials .testimonial {
  padding: 40px;
}
#cards .ssc-card.card-testimonials .testimonial span.fa-stack {
  float: left;
  margin-right: 20px;
  color: #c62034;
}
#cards .ssc-card.card-testimonials .testimonial .content {
  font-size: 1.3em;
  font-style: italic;
}
#cards .ssc-card.card-testimonials .testimonial .footer {
  text-align: right;
  display: block;
  color: #1a2857;
  font-size: 24px;
  font-weight: 400;
}
#cards .ssc-card.card-testimonials .testimonial .footer .ssc-card-person-title {
  font-style: italic;
  color: grey;
  font-size: 14px;
  text-align: right;
  float: right;
}
#cards .ssc-card.card-testimonials .testimonial .footer .ssc-card-person-title::before {
  content: " ";
  clear: right;
  display: block;
}
#cards .ssc-card.card-testimonials .testimonial .footer .ssc-testimonial-image img {
  height: 90px;
  width: auto;
  float: right;
  padding-left: 10px;
}
#cards .ssc-card:nth-child(4) {
  margin-right: 0;
}

.workforce-card .tns-controls, .employee-card .tns-controls {
  text-align: right;
  cursor: pointer;
}
.workforce-card .tns-controls .fas, .employee-card .tns-controls .fas {
  margin-left: 2px;
}
.workforce-card .tns-outer button, .employee-card .tns-outer button {
  display: none;
}
.workforce-card .testimonial, .employee-card .testimonial {
  padding: 30px;
}
.workforce-card .testimonial span.fa-stack, .employee-card .testimonial span.fa-stack {
  float: left;
  margin-right: 20px;
  color: #c62034;
}
.workforce-card .testimonial .content, .employee-card .testimonial .content {
  font-size: 1.3em;
  font-style: italic;
}
.workforce-card .testimonial .footer, .employee-card .testimonial .footer {
  text-align: right;
  display: block;
  color: #1a2857;
  font-size: 24px;
  font-weight: 400;
}
.workforce-card .testimonial .footer .ssc-card-person-title, .employee-card .testimonial .footer .ssc-card-person-title {
  font-style: italic;
  color: grey;
  font-size: 14px;
  text-align: right;
  float: right;
}
.workforce-card .testimonial .footer .ssc-card-person-title::before, .employee-card .testimonial .footer .ssc-card-person-title::before {
  content: " ";
  clear: right;
  display: block;
}
.workforce-card .testimonial .footer .ssc-testimonial-image img, .employee-card .testimonial .footer .ssc-testimonial-image img {
  height: 90px;
  width: auto;
  padding-left: 10px;
}

@media screen and (min-width: 992px) and (max-width: 1422px) {
  #cards > .container {
    padding-left: 13%;
  }
}
#picture-slider .tns-controls {
  padding: 5px 0px;
  text-align: right;
}
#picture-slider .tns-controls button {
  margin-right: 10px;
  background: none;
  color: #0077c8;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fa, .fas, .fab {
  font-weight: 900;
}

#primary {
  color: #131313;
}
#primary h3 {
  margin-bottom: 25px;
}
#primary h3 > span {
  border-bottom: 2px solid #c62034;
  font-weight: 300;
  min-width: 195px;
  display: inline-block;
  padding-bottom: 15px;
}
#primary aside:first-child {
  margin-top: 0;
  border-top: 0;
}
#primary aside {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #d7d7d7;
  margin-right: 40px;
}
#primary aside h1, #primary aside h3, #primary aside h3, #primary aside h4, #primary aside h5 {
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 0;
}
#primary aside .fas, #primary aside .far {
  color: #c32030;
}
#primary aside .btn {
  margin-bottom: 10px;
  width: 100%;
  min-width: 175px;
}
#primary aside .person {
  max-width: 180px;
}
#news-and-events-sidebar h3 {
  font-weight: 300;
}
#news-and-events-sidebar aside {
  margin-bottom: 20px;
  margin-right: 0;
  padding-top: 20px;
  border-top: 1px solid #e1e2e1;
}
#news-and-events-sidebar aside:first-child {
  padding-top: 0;
  border-top: 0;
}
#news-and-events-sidebar p {
  margin: 0;
}

#ai1ec_agenda_widget-3 .ai1ec-views-dropdown,
#ai1ec_agenda_widget-3 .ai1ec-title-buttons,
#ai1ec_agenda_widget-3 .ai1ec-pagination,
#ai1ec_agenda_widget-3 .ai1ec-subscribe-container,
#upcoming-events .ai1ec-views-dropdown,
#upcoming-events .ai1ec-title-buttons,
#upcoming-events .ai1ec-pagination,
#upcoming-events .ai1ec-subscribe-container {
  display: none;
}
#ai1ec_agenda_widget-3 .ai1ec-date,
#upcoming-events .ai1ec-date {
  background: transparent;
  border: 0;
  margin-bottom: 8px;
}
#ai1ec_agenda_widget-3 .ai1ec-date .ai1ec-date-title,
#ai1ec_agenda_widget-3 .ai1ec-date .ai1ec-popup-trigger,
#upcoming-events .ai1ec-date .ai1ec-date-title,
#upcoming-events .ai1ec-date .ai1ec-popup-trigger {
  margin-left: 0;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}
#ai1ec_agenda_widget-3 .ai1ec-date .ai1ec-date-title .ai1ec-month,
#ai1ec_agenda_widget-3 .ai1ec-date .ai1ec-date-title .ai1ec-weekday,
#ai1ec_agenda_widget-3 .ai1ec-date .ai1ec-popup-trigger .ai1ec-month,
#ai1ec_agenda_widget-3 .ai1ec-date .ai1ec-popup-trigger .ai1ec-weekday,
#upcoming-events .ai1ec-date .ai1ec-date-title .ai1ec-month,
#upcoming-events .ai1ec-date .ai1ec-date-title .ai1ec-weekday,
#upcoming-events .ai1ec-date .ai1ec-popup-trigger .ai1ec-month,
#upcoming-events .ai1ec-date .ai1ec-popup-trigger .ai1ec-weekday {
  display: none;
}
#ai1ec_agenda_widget-3 .ai1ec-date .ai1ec-date-title .ai1ec-day,
#ai1ec_agenda_widget-3 .ai1ec-date .ai1ec-popup-trigger .ai1ec-day,
#upcoming-events .ai1ec-date .ai1ec-date-title .ai1ec-day,
#upcoming-events .ai1ec-date .ai1ec-popup-trigger .ai1ec-day {
  background-color: #0077c8;
  color: white;
  line-height: 40px;
  padding: 0.22em;
  font-size: 28px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
#ai1ec_agenda_widget-3 .ai1ec-date .ai1ec-date-events,
#upcoming-events .ai1ec-date .ai1ec-date-events {
  margin-right: 0;
}
#ai1ec_agenda_widget-3 .ai1ec-date .ai1ec-date-events .ai1ec-event,
#upcoming-events .ai1ec-date .ai1ec-date-events .ai1ec-event {
  border: 0;
  padding: 0;
}
#ai1ec_agenda_widget-3 .ai1ec-date .ai1ec-date-events .ai1ec-event .ai1ec-event-header,
#upcoming-events .ai1ec-date .ai1ec-date-events .ai1ec-event .ai1ec-event-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
}
#ai1ec_agenda_widget-3 .ai1ec-date .ai1ec-date-events .ai1ec-event .ai1ec-event-header .post-edit-link,
#upcoming-events .ai1ec-date .ai1ec-date-events .ai1ec-event .ai1ec-event-header .post-edit-link {
  opacity: 1;
}
#ai1ec_agenda_widget-3 .ai1ec-date .ai1ec-date-events .ai1ec-event.ai1ec-expanded,
#upcoming-events .ai1ec-date .ai1ec-date-events .ai1ec-event.ai1ec-expanded {
  box-shadow: none;
}
#ai1ec_agenda_widget-3 .ai1ec-date .ai1ec-date-events .ai1ec-event .ai1ec-event-toggle,
#upcoming-events .ai1ec-date .ai1ec-date-events .ai1ec-event .ai1ec-event-toggle {
  display: none;
}
#ai1ec_agenda_widget-3 .ai1ec-date .ai1ec-date-events .ai1ec-event .ai1ec-event-title,
#upcoming-events .ai1ec-date .ai1ec-date-events .ai1ec-event .ai1ec-event-title {
  color: #0077c8;
  font-size: 15px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  order: 2;
}
#ai1ec_agenda_widget-3 .ai1ec-date .ai1ec-date-events .ai1ec-event .ai1ec-event-title:hover, #ai1ec_agenda_widget-3 .ai1ec-date .ai1ec-date-events .ai1ec-event .ai1ec-event-title:focus,
#upcoming-events .ai1ec-date .ai1ec-date-events .ai1ec-event .ai1ec-event-title:hover,
#upcoming-events .ai1ec-date .ai1ec-date-events .ai1ec-event .ai1ec-event-title:focus {
  color: #1a2857;
}
#ai1ec_agenda_widget-3 .ai1ec-date .ai1ec-date-events .ai1ec-event .ai1ec-event-time,
#upcoming-events .ai1ec-date .ai1ec-date-events .ai1ec-event .ai1ec-event-time {
  font-weight: bold;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #1a2857;
  opacity: 1;
  order: 1;
}
#ai1ec_agenda_widget-3 .ai1ec-date .ai1ec-date-events .ai1ec-event .ai1ec-allday-badge,
#upcoming-events .ai1ec-date .ai1ec-date-events .ai1ec-event .ai1ec-allday-badge {
  display: none;
}

.ai1ec-single-event .ai1ec-event-details .ai1ec-row {
  margin-left: 0px;
}

.person {
  font-size: 10pt;
  margin-bottom: 20px;
}
.person p {
  margin-bottom: 0;
}
.person hr {
  max-width: 43px;
  margin: 10px 0;
  height: 3px;
  background-color: #9f9f9f;
  text-align: left;
}
.person .name {
  font-size: 1.24em;
}

ul, ol {
  margin: 0 0 15px 20px;
  padding: 0;
  padding-left: 10px;
}

.post-thumbnail.full-width > img {
  width: 100%;
  height: auto;
}

#learn-more {
  background: url("/wp-content/themes/starkstate/images/bridge-image.jpg");
  background-size: cover;
  color: white;
}
#learn-more .light-blue {
  background-color: rgba(0, 119, 200, 0.57);
  min-height: 330px;
  padding-top: 85px;
  padding-bottom: 70px;
}
#learn-more .light-blue h3 {
  font-weight: 700;
  font-size: 36px;
}
#learn-more .light-blue h3:after,
#learn-more .light-blue h3::after {
  content: "";
  display: block;
  width: 170px;
  border-bottom: 5px #c62034 solid;
  margin: 25px auto 0;
}
#learn-more .light-blue .btn {
  width: 190px;
}
#learn-more .light-blue .btn-primary {
  color: #c62034;
  background: #fff;
  border: 0;
  font-weight: 700;
}
#learn-more .dark-blue {
  background-color: rgba(26, 40, 87, 0.67);
}
#learn-more .dark-blue img {
  margin: 35px 0 40px;
}

.sidebar .get-connected-content br {
  display: none;
}
.sidebar .get-connected-content .fa-facebook, .sidebar .get-connected-content .fa-twitter, .sidebar .get-connected-content .fa-youtube, .sidebar .get-connected-content .fa-instagram {
  background-color: #c62034;
  color: white;
  display: inline-block;
  padding: 12px;
  min-width: 38px;
  text-align: center;
}

#main-footer {
  font-size: 0.9em;
  padding-top: 60px;
}
#main-footer a {
  text-decoration: none;
}
#main-footer .sidebar h3.widget-title {
  text-transform: capitalize;
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 20px;
}
#main-footer .sidebar ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#main-footer .sidebar ul li {
  font-size: 0.95em;
  font-weight: bold;
}
#main-footer .sidebar a {
  color: #1a2857;
}
#main-footer .sidebar a:hover {
  color: #0077c8;
}
#main-footer #footer-sidebar1 .fas, #main-footer #footer-sidebar1 .fab {
  color: #c62034;
}
#main-footer #footer-sidebar1 .sm {
  margin-bottom: 20px;
}
#main-footer #footer-sidebar1 .sm .fab, #main-footer #footer-sidebar1 .sm .fas {
  background-color: #c62034;
  color: white;
  display: inline-block;
  padding: 12px;
  min-width: 38px;
  text-align: center;
}
#main-footer #footer-sidebar1 ul li {
  color: #1a2857;
  padding-left: 20px;
  padding-bottom: 10px;
}
#main-footer #footer-sidebar1 ul li .fas, #main-footer #footer-sidebar1 ul li .fab, #main-footer #footer-sidebar1 ul li img {
  min-width: 20px;
  text-align: center;
  color: #c62034;
  vertical-align: baseline;
  margin-left: -20px;
}
@media screen and (min-width: 789px) {
  #main-footer #footer-sidebar1 ul li .fas, #main-footer #footer-sidebar1 ul li .fab, #main-footer #footer-sidebar1 ul li img {
    margin-right: 8px;
  }
}

.fwn {
  font-weight: normal !important;
}

#sub-footer {
  font-size: 0.7em;
}
#sub-footer .container {
  padding-top: 15px;
  border-top: 1px solid #404040;
}
#sub-footer #all-rights-reserved:before {
  content: " | ";
  display: inline;
}
#sub-footer .sub-footer-menu ul {
  list-style: none;
  vertical-align: top;
}
#sub-footer .sub-footer-menu ul li {
  display: inline;
}
#sub-footer .sub-footer-menu ul li a {
  color: #1a2857;
}
#sub-footer .sub-footer-menu ul li:before,
#sub-footer .sub-footer-menu ul li::before {
  content: "|";
  position: relative;
  display: inline;
  margin-right: 4px;
}
#sub-footer .sub-footer-menu ul li:first-child:before,
#sub-footer .sub-footer-menu ul li:first-child::before {
  display: none;
}

#primary h1 {
  font-weight: 100;
  margin: 0 0 30px;
  color: #1a2857;
}
#primary .news-item {
  margin-bottom: 30px;
}
#primary .news-item .img-wrapper {
  float: left;
  margin-right: 10px;
}
#primary .news-item h3 {
  clear: none;
  color: #0077c8;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 1.4em;
}
#primary .news-item .date {
  font-size: 0.8em;
}
#primary .news-item:after, #primary .news-item::after {
  content: "";
  display: block;
  clear: both;
}
#primary #featured-news-slider {
  margin-top: 20px;
  margin-bottom: 35px;
}
#primary #featured-news-slider h6 {
  font-size: 0.9em;
}
#primary #featured-news-slider h3 {
  font-weight: 300;
  font-size: 24pt;
}

#unique-blurb h3 {
  font-weight: 300;
  font-size: 24pt;
}
hr {
  background: #c62034;
  height: 1px;
  max-width: 50%;
  margin-left: 0;
  text-align: left;
}

.date {
  text-transform: uppercase;
  color: #1a2857;
  font-weight: 700;
}

.sidebar h3 {
  font-weight: 300;
}
.sidebar aside {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #e1e2e1;
}
.sidebar aside:first-child {
  padding-top: 0;
  border-top: 0;
}
.sidebar ul {
  margin-left: 0;
  padding-left: 0;
}
.sidebar ul li {
  list-style: none;
}

.feature-container {
  margin-bottom: 30px;
}

#quick-links .btn {
  min-width: 210px;
  margin-bottom: 5px;
}

.programs h3 {
  font-weight: 400;
}
.programs ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.programs ul ul {
  margin-left: 20px;
}
.programs {
  /**
    I don't know if this is cross browser; I'm trying to work with the content already in the system,
    which is why I'm using strong::after, rather than nesting a span within a strong for the second
    styling element

    tested in
      chrome 68
      firefox 61
      vivaldi 1.15
      ie 11

   */
}
.programs strong {
  display: block;
  font-weight: 700;
  color: #1a2857;
  font-size: 13pt;
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-bottom: 3px solid #e7e8e6;
}
.programs strong::after, .programs strong:after {
  display: block;
  content: "";
  height: 3px;
  width: 50px;
  background-color: #9f9f9f;
  position: relative;
  z-index: 999;
  top: 8px;
}

.person span.hr {
  display: block;
  background-color: #e7e8e6;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 3px;
}
.person span.hr::after, .person span.hr:after {
  display: block;
  content: "";
  height: 2px;
  width: 50px;
  background-color: #9f9f9f;
  position: relative;
  z-index: 100;
}

#related-program-information p {
  margin-bottom: 10px;
}

#divisions-toggle {
  border: 0;
}

#programs-dropdown {
  text-align: left;
  position: relative;
  color: #1a2857;
  font-size: 11pt;
  float: left;
}
#programs-dropdown .btn {
  margin-bottom: 7px;
}
#programs-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  z-index: 900;
  display: none;
}
#programs-dropdown ul .fa {
  float: right;
  font-size: 8pt;
  font-weight: 300;
  margin-top: 5px;
}
#programs-dropdown ul li {
  padding: 3px 8px;
  cursor: pointer;
}
#programs-dropdown ul ul {
  display: none;
}
#programs-dropdown ul li.active > ul {
  display: block;
}
#programs-dropdown ul li:hover,
#programs-dropdown ul li:focus,
#programs-dropdown ul li.active {
  background-color: #c4c7cf;
}
#programs-dropdown ul a,
#programs-dropdown ul a:active,
#programs-dropdown ul a:visited {
  color: #1a2857;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
#programs-dropdown > ul > li {
  font-weight: bold;
}
#programs-dropdown .menu-item-has-children:after,
#programs-dropdown .menu-item-has-children::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free", "fontawesome", sans-serif;
  display: inline;
  float: right;
}
#programs-dropdown .menu-item-has-children.active:after,
#programs-dropdown .menu-item-has-children.active::after {
  content: "\f103";
}
@media screen and (max-width: 800px) {
  #programs-dropdown ul.active {
    border-top: 2px solid #1a2857;
    border-bottom: 2px solid #1a2857;
  }
}
@media screen and (min-width: 801px) {
  #programs-dropdown ul {
    width: 200px;
    position: absolute;
    border-bottom: 2px solid #1a2857;
  }
  #programs-dropdown ul ul {
    left: 100%;
    top: 0;
    height: inherit;
  }
  #programs-dropdown ul {
    background: #fff;
  }
  #programs-dropdown ul > li > ul {
    background: rgba(255, 255, 255, 0.9);
  }
  #programs-dropdown ul > li > ul > li > ul {
    background: rgba(255, 255, 255, 0.8);
  }
}

.all-posts .pagination a {
  padding-left: 6px;
  padding-right: 6px;
}

@media screen and (max-width: 800px) {
  #top-buttons a, #top-buttons button, #top-buttons .btn, #top-buttons #programs-dropdown {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 0px;
  }
  #top-buttons a ul, #top-buttons a li, #top-buttons a a, #top-buttons button ul, #top-buttons button li, #top-buttons button a, #top-buttons .btn ul, #top-buttons .btn li, #top-buttons .btn a, #top-buttons #programs-dropdown ul, #top-buttons #programs-dropdown li, #top-buttons #programs-dropdown a {
    text-align: left;
  }
  #brand-container #top-buttons {
    top: 0;
    margin-bottom: 20px;
  }
  #programs-dropdown li {
    border-top: 1px solid #bbb;
  }
  #programs-dropdown li:first-child {
    border-top: 0;
  }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link::after,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator::after {
  content: "\f140";
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
  width: 250px;
  padding: 10px 35px 10px 10px;
  margin-top: 5px;
}
@media screen and (min-width: 800px) and (max-width: 1515px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    right: 0px;
    padding: 10px;
    width: unset;
    min-width: 165px;
  }
}
@media screen and (min-width: 789px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    top: 110%;
  }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 991px) {
  .mega-menu-link {
    min-width: 141px;
  }
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: #ffffff;
  color: #000;
  font-weight: 700;
  font-size: 0.95em;
  border-top: 1px solid #eee;
  padding: 5px 2px;
  line-height: 22.5px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link {
  border-top: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  background: #ffffff;
  color: #0077c8;
  font-weight: 700;
}

#primary .accordion h3 {
  font-size: 12pt;
  cursor: pointer;
}
#primary .accordion h3 > span {
  display: inline;
  float: right;
  padding-bottom: 0;
  min-width: auto;
}
#primary .accordion ul {
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
}

.tabs .nav.nav-pills {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 18px;
}
.tabs .nav.nav-pills .nav-link {
  border-radius: 0;
  text-align: left;
  background: transparent;
  font-size: 16pt;
  color: #1a2857;
  padding: 0 6px 3px 0;
  margin-right: 30px;
}
.tabs .nav.nav-pills .nav-link.active {
  border-bottom: 2px solid #0077c8;
  color: #0077c8;
}

/**

 */
#primary .faculty-listing img {
  margin-bottom: 20px;
}
#primary .faculty-listing p {
  font-size: 16px;
}
#primary .faculty-listing h3 {
  font-weight: 400;
  color: #333;
  margin-bottom: 0;
  font-size: 1.2rem;
}
#primary .faculty-listing .position {
  font-size: 0.9rem;
  color: #000;
}
#primary .faculty-listing span.hr {
  margin-top: 20px;
  margin-bottom: 10px;
}
#primary .faculty-listing strong {
  font-weight: 700;
  font-size: 1rem;
}
#primary .faculty-listing .faculty-toggle {
  color: #0077c8;
}
#primary .faculty-listing .hidden {
  text-align: left;
  display: none;
}
#primary .faculty-listing .toggle-container {
  text-align: right;
  margin-top: 20px;
  position: relative;
  line-height: 26px;
}
#primary .faculty-listing .toggle-container ul {
  font-style: italic;
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  margin-bottom: 7px;
}
#primary .faculty-listing .toggle-container:before, #primary .faculty-listing .toggle-container::before {
  content: "";
  display: block;
  width: 80%;
  border-top: 3px dotted #ddd;
  margin: 10px 0;
}
#primary .faculty-listing .toggle-container .fas {
  cursor: pointer;
}
#primary .faculty-listing .toggle-container .toggle-next {
  color: #333;
}
#primary .faculty-listing .toggle-container .toggle-next strong {
  cursor: pointer;
}
#primary .faculty-listing .toggle-container .toggle-next.active strong {
  color: #0077c8;
}
#primary .faculty-listing .toggle-container .toggle-next.active .inner {
  display: block;
}
#primary .faculty-listing .toggle-container .toggle-next .inner {
  display: none;
}

.img-fake {
  width: 50px;
  height: 50px;
  background-color: #0077c8;
  color: white;
  font-size: 20pt;
  text-align: center;
  line-height: 50px;
  margin-right: 10px;
  font-weight: bold;
}

#whats-happening-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#whats-happening {
  position: relative;
  padding: 30px 0;
}
#whats-happening h1 {
  font-size: 18pt;
  color: #c62034;
  max-width: 170px;
  margin-top: 0;
}
#whats-happening:after, #whats-happening::after {
  display: block;
  content: "";
  clear: both;
}
#whats-happening .left {
  float: left;
  max-width: 205px;
  padding-right: 19px;
  border-right: 1px solid #c62034;
  text-align: right;
}
@media screen and (max-width: 800px) {
  #whats-happening .left {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #whats-happening .left {
    padding-left: 15px;
  }
}
#whats-happening .left .fas {
  color: #0077c8;
  cursor: pointer;
}
#whats-happening .right {
  float: left;
  padding-left: 20px;
}
#whats-happening .carousel .item {
  display: none;
}
#whats-happening .carousel .item.active {
  display: block;
}
#whats-happening .carousel .item .title {
  font-size: 16pt;
  color: #1a2857;
  margin-bottom: 5px;
}
#whats-happening .carousel .item .date {
  font-style: italic;
  font-size: 12pt;
  text-transform: capitalize;
  color: #808080;
  font-weight: lighter;
  display: block;
  margin-bottom: 10px;
}
#whats-happening .carousel .item .btn {
  color: white;
  background-color: #0077c8;
  border: 0;
  width: 140px;
}

#programs-dropdown {
  z-index: 999;
}
#programs-dropdown *:after,
#programs-dropdown *::after {
  font-family: "Font Awesome 5 Free", "fontawesome", sans-serif !important;
  font-weight: 900;
}

#breadcrumbs {
  margin-left: 0;
  border: none;
}
#breadcrumbs li::before,
#breadcrumbs li:before {
  font-weight: 600;
  font-family: "Font Awesome 5 Free", "fontawesome", sans-serif;
}
#breadcrumbs ul.breadcrumbs li:not(:first-child):before,
#breadcrumbs ul.breadcrumbs li:not(:first-child)::before {
  content: " | "; /*'\f101';*/
}

#button-container {
  position: relative;
}
#button-container a {
  font-size: 14px;
}
#button-container #main-search-form {
  position: absolute;
  left: 0;
  top: 110%;
  display: none;
  z-index: 100;
}
#button-container #main-search-form h1 {
  display: none;
}
#button-container #main-search-form .col-sm-9 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#button-container #main-search-form .btn.btn-outline-primary {
  background-color: transparent;
  color: black;
}

#featured-news-slider {
  position: relative;
}
#featured-news-slider .controls {
  margin-top: 25px;
}
#featured-news-slider .fas {
  cursor: pointer;
  color: #0077c8;
}

#news-pagination {
  margin-bottom: 100px;
}
#news-pagination .pagination {
  float: right;
}
#news-pagination::after, #news-pagination:after {
  content: "";
  display: block;
  clear: both;
}

.pagination {
  margin-left: 0px;
  margin-bottom: 10px;
}
.pagination a {
  color: black;
}
.pagination a:hover {
  color: #0077c8;
  text-decoration: none;
}

.item {
  display: none;
}

.item.active {
  display: block;
}

main > footer {
  margin-bottom: 20px;
}

.single-ssc_location aside h3 {
  font-size: 16pt;
  font-weight: 400;
}

.controls .fas {
  color: #0077c8;
  cursor: pointer;
}
.controls .fas:hover, .controls .fas:focus {
  color: #1a2857;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 0;
  height: 40px;
  width: 178px;
  background-color: rgba(26, 40, 87, 0.7);
  z-index: 999;
}
.back-to-top:hover {
  background-color: #0077c8;
}
.back-to-top #fixedbutton {
  font-size: 1.4em;
  text-decoration: none;
  color: white;
  position: fixed;
  bottom: 25px;
  right: 10px;
}

#primary .post-list {
  padding-top: 20px;
  /* ---- grid ---- */
}
#primary .post-list .grid {
  max-width: 1200px;
  counter-reset: grid-item;
}
#primary .post-list {
  /* clearfix */
}
#primary .post-list .grid:after {
  content: "";
  display: block;
  clear: both;
}
#primary .post-list {
  /* ---- grid-item ---- */
}
#primary .post-list .grid-item {
  padding-right: 5px;
  padding-bottom: 10px;
  width: 33%;
  height: auto;
  float: left;
}
@media screen and (max-width: 1200px) {
  #primary .post-list .grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 850px) {
  #primary .post-list .grid-item {
    width: 100%;
  }
}
#primary .post-list .grid-item .grid-item--width2 {
  width: 320px;
}
#primary .post-list .grid-item .grid-item--width3 {
  width: 480px;
}
#primary .post-list .grid-item .grid-item--width4 {
  width: 720px;
}
#primary .post-list .grid-item .grid-item--height2 {
  height: 200px;
}
#primary .post-list .grid-item .grid-item--height3 {
  height: 260px;
}
#primary .post-list .grid-item .grid-item--height4 {
  height: 360px;
}
#primary .post-list .grid-item .grid-item:before {
  counter-increment: grid-item;
  display: block;
  text-align: center;
  font-size: 1.4rem;
}
#primary .post-list h3.title {
  margin-bottom: 10px;
}
#primary .post-list .title {
  padding-top: 0px;
  padding-right: 15px;
  text-transform: uppercase;
  text-align: right;
  color: white;
  font-size: 6em;
  font-weight: 300;
  position: relative;
  left: -450px;
  overflow: visible;
  background-color: #1a2857;
  height: 100px;
  width: 500px;
}
@media screen and (max-width: 990px) {
  #primary .post-list .title {
    padding-left: 20px;
    text-align: left;
    font-size: 4em;
    font-weight: 300;
    left: 0px;
    height: 80px;
    width: 80%;
  }
}

#tinymce {
  padding: 15px 20px !important;
}

#ssc-news-addthis a {
  margin: 0;
}

@media screen and (min-width: 1200px) {
  #whats-happening-container #whats-happening {
    left: -189px;
  }
}
#whats-happening-container .slick-list .slick-slide {
  margin-right: 5px;
}

#primary .grid-container h3 {
  margin-bottom: 5px;
}

.grid-container img {
  width: 100%;
  height: auto;
}

.image-container-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100px;
  background: rgba(32, 40, 89, 0.75);
  color: white;
  padding: 10px 15px;
}

.red-line {
  border-bottom: 2px solid #c53439;
  padding-bottom: 10px;
  margin-bottom: 30px;
  max-width: 210px;
}

#search-results-header {
  margin-top: 10px;
  margin-bottom: 30px;
}
#search-results-header h1 {
  margin-bottom: 0px;
}

div.search-results {
  padding-left: 16px;
  padding-bottom: 30px;
}
div.search-results img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 425px) {
  div.search-results img {
    padding-bottom: 15px;
  }
}
div.search-results .image-column {
  padding-left: 0px;
  padding-right: 20px;
  min-height: 200px;
}
div.search-results .content-column {
  padding-left: 0px;
}
div.search-results .post-date {
  color: #1f2759;
}
div.search-results .post-title {
  font-weight: 100;
}
div.search-results span.hr-solid-dark-light {
  display: block;
  background-color: #e7e8e6;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 15px;
}
div.search-results span.hr-solid-dark-light::after, div.search-results span.hr-solid-dark-light:after {
  display: block;
  content: "";
  height: 3px;
  width: 80px;
  background-color: #9f9f9f;
  position: relative;
  z-index: 1;
}
div.search-results span.hr-dashed-solid {
  display: block;
  position: relative;
  border-bottom: 3px dashed #e7e8e6;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 3px;
}
div.search-results span.hr-dashed-solid::before, div.search-results span.hr-dashed-solid:before {
  content: "";
  position: absolute;
  border-bottom: 3px solid #e7e8e6;
  right: 0;
  width: 60px;
}

@media screen and (min-width: 1170px) {
  #picture-slider > img {
    float: left;
    margin-right: 20px;
    margin-top: 28px;
  }
  #picture-slider > a {
    display: block;
    float: left;
    margin: 60px 30px 0 0;
  }
}

table th strong {
  font-family: "Open Sans";
  font-weight: bolder;
  font-size: 16px;
}
table td {
  border-left: solid 2px #e6e7e5;
  border-bottom: dotted 3px #e6e7e5;
}
table td:first-child {
  border-left: none;
}

#content h4:after, #content h4::after {
  max-width: 150px;
  border-bottom: 2px solid #c62034;
  display: block;
  content: "";
  margin-top: 12px;
  margin-bottom: 18px;
}

#content h4 {
  font-style: initial;
  font-weight: 400;
}

ul {
  padding-left: 0;
}

li {
  padding-bottom: 5px;
}

#instafeed img {
  max-width: 210px;
  height: 210px;
}

.menu:after, .menu::after {
  content: "";
  display: block;
  clear: both;
}

.nav-right {
  position: absolute;
  right: 0;
  top: 0;
}
.nav-right #menu-info-for,
.nav-right #menu-quick-links {
  float: left;
}
.nav-right #menu-info-for > li > a,
.nav-right #menu-quick-links > li > a {
  color: white;
  line-height: 38px;
}
.nav-right #menu-info-for li,
.nav-right #menu-quick-links li {
  padding: 0 10px 5px;
}
.nav-right #menu-info-for li a,
.nav-right #menu-quick-links li a {
  font-weight: 400;
}
.nav-right #menu-info-for li li a,
.nav-right #menu-quick-links li li a {
  border-top: 1px solid #eee;
  padding-top: 1px;
  color: #121212;
  font-weight: 700;
}
.nav-right #menu-info-for li li a:hover,
.nav-right #menu-quick-links li li a:hover {
  color: #0077c8;
}
.nav-right #menu-info-for li li:first-child a,
.nav-right #menu-quick-links li li:first-child a {
  border-top: 0;
}
.nav-right #menu-info-for .sub-menu,
.nav-right #menu-quick-links .sub-menu {
  padding: 10px 35px 10px 5px;
  background-color: white;
}
#site-navigation #mega-menu-menu-1 {
  position: relative;
  justify-content: space-between;
  display: flex;
}
@media screen and (max-width: 991px) {
  #site-navigation #mega-menu-menu-1 {
    display: initial;
  }
}

.notification-container {
  position: relative;
}
.notification-container .alert {
  background-color: #c60f13;
  color: #fff;
  margin-bottom: 0px;
  padding-bottom: 3px;
  padding-top: 2px;
  border: none;
  border-radius: 0px;
}
.notification-container .alert button {
  color: #fff;
  text-shadow: none;
}
.notification-container .alert p {
  margin-bottom: 0px;
}
.notification-container .alert-warning {
  background-color: #fc9403;
}
.notification-container .alert-info {
  background-color: #0077c8;
}
.notification-container .notification-item p {
  margin-bottom: 1em;
}

.accordion .card {
  border: none;
}
.accordion .card .card-header {
  background-color: transparent;
  border: none;
  padding-left: 5px;
}
.accordion .card .card-header .fa-chevron-circle-down {
  color: #0077c8;
}
.accordion .card .card-header .h9[aria-expanded=false]::before {
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  color: #0077c8;
}
.accordion .card .card-header .h9::before {
  font-family: "Font Awesome 5 Free";
  content: "\f139";
  color: #0077c8;
  margin-right: 10px;
  font-size: 21px;
}
.accordion .card .card-body {
  border-top: 1px solid #c62034;
  padding-left: 0;
  margin-left: 40px;
  margin-top: 2px;
  font-style: italic;
  font-weight: 400;
}

.mobile-lt-768 {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-lt-768 {
    display: block;
  }
}

.cc-card {
  max-width: 100% !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cc-card {
    height: 482px;
  }
}
.cc-card .play-pause-button {
  position: relative;
  left: 40px;
  top: 6px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cc-card .play-pause-button {
    left: 0px;
  }
}
.cc-card .play-pause-button .cls-1 {
  fill: #0077c8 !important;
}
.cc-card .arrow-button {
  position: relative;
  top: -36px;
  margin-top: 0px;
  margin-right: -52px;
  margin-left: -52px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cc-card .arrow-button {
    margin-right: -88px;
    margin-left: -65px;
  }
}
.cc-card .arrow-button .cls-4 {
  fill: #0077c8 !important;
}
.cc-card .footer {
  position: relative;
  bottom: 18px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cc-card .footer {
    bottom: 64px;
  }
}
.cc-card .cc-content {
  text-align: left !important;
  padding-left: 5px;
}
.cc-card .cc-content .cc-content-text {
  margin-top: 0 !important;
  font-size: 16px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300 !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cc-card .cc-content .cc-content-text {
    width: 180px;
    padding-left: 38px;
  }
}
.cc-card .cc-content .cc-content-title, .cc-card .cc-content .cc-content-salary {
  min-height: 91px !important;
  color: #0077c8 !important;
  font-weight: 700 !important;
  margin-bottom: 5px !important;
}
.cc-card .cc-content .cc-content-title div, .cc-card .cc-content .cc-content-salary div {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.cc-card .cc-content .cc-content-title div {
  min-height: 110px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cc-card .cc-content .cc-content-title {
    min-height: 150px !important;
    width: 180px;
    padding-left: 38px;
  }
  .cc-card .cc-content .cc-content-title div {
    min-height: 166px;
  }
}
.cc-card .cc-content .cc-content-salary {
  font-size: 32px !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cc-card .cc-content .cc-content-salary {
    width: 180px;
    padding-left: 38px;
  }
}
.cc-card .cc-content a.cc-content-link {
  padding: 18px 38px !important;
  background-color: #0077c8 !important;
  position: relative;
  left: -3px;
  bottom: 12px;
  width: 216px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cc-card .cc-content a.cc-content-link {
    padding: 10px 38px !important;
    left: 38px;
    width: 156px;
    bottom: 48px;
  }
}

a {
  color: #0077c8;
}

#directoryContainer th {
  background-color: #0077c8;
}

.ssc-location-header {
  padding-bottom: 30px;
}

.nav-pills {
  display: none;
}

@media (min-width: 800px) {
  .tabs .nav-pills {
    display: flex;
  }
  .tabs .card {
    border: none;
  }
  .tabs .card .card-header {
    display: none;
  }
  .tabs .card .collapse {
    display: block;
  }
}
@media (max-width: 816px) {
  .tab-pane {
    display: block !important;
    opacity: 1;
  }
}
@media screen and (max-width: 800px) {
  #masthead #banner-image {
    position: relative;
  }
  #brand-container {
    background-color: white;
    border-top: 2px solid #c62034;
    min-height: 50px;
  }
  #brand-container .site-branding p {
    margin-bottom: 0;
  }
  .mega-toggle-label {
    visibility: hidden;
  }
  .site-branding-column {
    width: 50%;
  }
  #banner-image {
    height: 375px !important;
    overflow: hidden;
    object-fit: cover;
  }
  #front-page-section-1 img {
    height: 350px;
  }
  #main-search-form {
    position: absolute;
    top: 160px;
    width: 100%;
    z-index: 1;
  }
  #main-search-form .col-sm-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #main-search-form .btn.btn-outline-primary {
    background-color: transparent;
    color: black;
  }
  #btn-search #btn-search-text-toggle {
    width: 0px;
    visibility: hidden;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
  }
  #main-search-form .input-group-append {
    margin-left: 0px;
  }
  #main-search-form .input-group-append .btn {
    text-transform: capitalize;
    font-size: 0.8em;
  }
  #main-search-form .input-group-append .fa.fa-search {
    color: #0077c8;
  }
  .mega-menu-wrap {
    z-index: 100;
  }
  /*
  h3 {
    margin-bottom: 25px;

    > span {
      border-bottom: 3px solid $accent;
      font-weight: 400;
      min-width: 100px;
      display: inline-block;
      padding-bottom: 15px;
    }
  }
  */
  #primary #features h3 span {
    font-size: 1.5em;
  }
  #portrait-slider {
    display: none;
  }
  #whats-happening-container {
    width: 100%;
    padding-right: 0px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  #whats-happening-container .controls {
    padding-top: 10px;
    padding-bottom: 40px;
    font-size: 1.2em;
  }
  #whats-happening-container .controls .prev {
    padding-right: 10px;
  }
  #whats-happening-container .controls .next {
    padding-right: 20px;
  }
  #whats-happening-container h3 {
    font-weight: 300;
    vertical-align: middle;
    margin-bottom: 20px;
  }
  #whats-happening-container h3 span {
    float: left;
    font-size: 1.5em;
    border-bottom: 5px #c62034 solid;
    max-width: 225px;
    padding-bottom: 15px;
    padding-right: 16px;
  }
  #whats-happening-container h3 a {
    float: right;
    font-size: 11pt;
    line-height: 34px;
  }
  #whats-happening-container h3:after, #whats-happening-container h3::after {
    display: block;
    content: "";
    clear: both;
  }
  #whats-happening-container #whats-happening {
    position: relative;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-left: 1px solid #c62034;
  }
}
@media screen and (max-width: 800px) and (min-width: 750px) and (max-width: 800px) {
  #whats-happening-container #whats-happening {
    margin-top: 40px;
  }
}
@media screen and (max-width: 800px) {
  #whats-happening-container #whats-happening:after, #whats-happening-container #whats-happening::after {
    display: block;
    content: "";
    clear: both;
  }
  #whats-happening-container #whats-happening .left {
    float: left;
    max-width: 300px;
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px solid #c62034;
    text-align: left;
  }
  #whats-happening-container #whats-happening .left .fas {
    color: #0077c8;
    cursor: pointer;
    font-size: 1.4em;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #whats-happening-container #whats-happening .left .fa-chevron-circle-left {
    margin-right: 5px;
  }
  #whats-happening-container #whats-happening .btn-primary {
    margin-top: 25px;
  }
  #whats-happening-container #whats-happening .right {
    float: left;
  }
  #whats-happening-container #whats-happening h1 {
    text-align: left;
    font-size: 18pt;
    color: #c62034;
    max-width: 300px;
    margin-top: 0;
    margin-bottom: 0px;
  }
  #whats-happening-container #whats-happening .carousel .item {
    display: none;
    min-width: 250px;
  }
  #whats-happening-container #whats-happening .carousel .item.active {
    display: block;
  }
  #whats-happening-container #whats-happening .carousel .item .title {
    font-size: 16pt;
    color: #1a2857;
    margin-bottom: 5px;
  }
  #whats-happening-container #whats-happening .carousel .item .date {
    font-style: italic;
    font-size: 12pt;
    text-transform: capitalize;
    color: #808080;
    font-weight: lighter;
    display: block;
    margin-bottom: 10px;
  }
  #whats-happening-container #whats-happening .carousel .item a {
    color: white;
    background-color: #0077c8;
    border: 0;
    width: 140px;
  }
  #portrait-slider {
    padding-top: 20px;
  }
  #cards {
    background: url("/wp-content/themes/starkstate/images/mid-image.jpg");
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #cards .container {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 2%;
    padding-right: 2%;
  }
  #cards .container:after, #cards .container::after {
    content: "";
    display: block;
    clear: both;
  }
  #cards .ssc-card {
    flex-grow: 1;
    display: block;
    margin: 0 10px;
    float: left;
    width: 96%;
    height: auto;
    padding-top: 75px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: white;
    font-weight: 700;
  }
  #cards .ssc-card a {
    display: block;
    color: inherit;
    text-decoration: none;
  }
  #cards .ssc-card .card-slider-controls {
    display: block;
    padding-top: 25px;
    font-size: 1.2em;
    color: #0077c8;
    text-align: right;
    right: -10px;
    position: relative;
  }
  #cards .ssc-card .card-slider-controls .prev-ssc-card {
    padding-right: 10px;
  }
  #cards .ssc-card .content {
    min-height: 142px;
  }
  #cards .ssc-card img {
    margin-bottom: 30px;
  }
  #cards .ssc-card ul {
    margin-left: 20px;
  }
  #cards .ssc-card h2 {
    font-size: 24px;
    margin-left: 20px;
  }
  #cards .ssc-card .card-footer {
    text-align: center;
  }
  #cards .ssc-card .btn {
    background-color: white;
    font-weight: 700;
    border: 0;
    margin-top: 15px;
  }
  #cards .ssc-card.card-0 {
    background-color: rgba(194, 213, 0, 0.8);
  }
  #cards .ssc-card.card-0 .btn {
    color: rgba(194, 213, 0, 0.8);
  }
  #cards .ssc-card.card-1 {
    background-color: rgba(198, 32, 52, 0.8);
  }
  #cards .ssc-card.card-1 .btn {
    color: rgba(198, 32, 52, 0.8);
  }
  #cards .ssc-card.card-2 {
    background-color: rgba(26, 40, 87, 0.8);
  }
  #cards .ssc-card.card-2 .btn {
    color: rgba(26, 40, 87, 0.8);
  }
  #cards .ssc-card.card-testimonials {
    color: #0077c8;
    width: 96%;
    position: relative;
  }
  #cards .ssc-card.card-testimonials .tns-controls {
    position: absolute;
    top: auto;
    bottom: 10px;
    right: 10px;
    padding-bottom: 20px;
    cursor: pointer;
    font-size: 1.2em;
  }
  #cards .ssc-card.card-testimonials .tns-controls .fas {
    margin-left: 10px;
  }
  #cards .ssc-card.card-testimonials .testimonial {
    padding: 40px;
  }
  #cards .ssc-card.card-testimonials .testimonial span.fa-stack {
    float: left;
    margin-right: 20px;
    color: #c62034;
  }
  #cards .ssc-card.card-testimonials .testimonial .content {
    font-size: 1.3em;
    font-style: italic;
  }
  #cards .ssc-card.card-testimonials .testimonial .footer {
    text-align: right;
    display: block;
    color: #1a2857;
  }
  #cards .ssc-card.card-testimonials .testimonial .footer em {
    color: grey;
    font-size: 0.9em;
  }
  #cards .ssc-card.card-testimonials .testimonial .footer .ssc-testimonial-image img {
    float: none;
  }
  #cards .ssc-card:nth-child(4) {
    margin-right: 0;
  }
  #main-footer {
    font-size: 0.9em;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #main-footer a {
    color: #1f2759;
  }
  #main-footer .sidebar {
    margin-top: 25px;
  }
  #main-footer .sidebar h3.widget-title {
    text-transform: capitalize;
    font-size: 1.2em;
    font-weight: bold;
  }
  #main-footer .sidebar ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }
  #main-footer li:after, #main-footer li::after {
    content: " ";
    display: block;
    clear: both;
  }
  #main-footer #map-marker-li {
    float: left;
  }
  #main-footer #ssc-address {
    max-width: 92%;
    float: left;
    text-align: left;
    padding-left: 3px;
  }
  #main-footer #footer-sidebar1 .fas, #main-footer #footer-sidebar1 .fab {
    color: #c62034;
  }
  #main-footer #footer-sidebar1 .sm {
    margin-bottom: 20px;
  }
  #main-footer #footer-sidebar1 .sm .fas, #main-footer #footer-sidebar1 .sm .fab {
    background-color: #c62034;
    color: white;
    display: inline-block;
    padding: 12px;
    min-width: 38px;
    text-align: center;
    margin-right: 5px;
  }
  #main-footer #footer-sidebar1 ul li {
    margin-bottom: 10px;
    color: #1a2857;
  }
  #main-footer #footer-sidebar1 ul li .fas {
    min-width: 20px;
    text-align: center;
    color: #c62034;
  }
  #main-footer #footer-sidebar1 ul li .fab {
    min-width: 20px;
    text-align: center;
    color: #c62034;
  }
  #sub-footer {
    font-size: 0.7em;
  }
  #sub-footer a {
    color: #1f2759;
  }
  #sub-footer .container {
    padding-top: 15px;
    border-top: 1px solid #404040;
  }
  #sub-footer #all-rights-reserved:before {
    content: " ";
    display: block;
    padding-top: 5px;
  }
  #sub-footer .sub-footer-menu ul {
    list-style: none;
    vertical-align: top;
  }
  #sub-footer .sub-footer-menu ul li {
    display: block;
    margin-bottom: 10px;
    text-align: left;
    text-decoration: underline;
    font-size: 1.2em;
  }
  #sub-footer .sub-footer-menu ul li:before,
  #sub-footer .sub-footer-menu ul li::before {
    content: " ";
    position: relative;
    display: block;
    margin-right: 4px;
  }
  #sub-footer .sub-footer-menu ul li:first-child:before,
  #sub-footer .sub-footer-menu ul li:first-child::before {
    display: none;
  }
  #learn-more {
    background: url("/wp-content/themes/starkstate/images/bridge-image.jpg");
    background-size: cover;
    color: white;
  }
  #learn-more a {
    margin-bottom: 15px;
  }
  #learn-more #learn-more-line-break-toggle {
    content: " ";
    display: block;
  }
  #learn-more .light-blue {
    background-color: rgba(0, 119, 200, 0.65);
    padding-top: 30px;
    padding-bottom: 40px;
  }
  #learn-more .light-blue h3 {
    font-weight: 700;
    padding-bottom: 25px !important;
  }
  #learn-more .light-blue h3:after,
  #learn-more .light-blue h3::after {
    content: "";
    display: block;
    max-width: 170px;
    border-bottom: 5px #c62034 solid;
    margin: 25px auto 0;
  }
  #learn-more .light-blue .btn {
    width: 190px;
  }
  #learn-more .light-blue .btn-primary {
    color: #c62034;
    background: #fff;
    border: 0;
    font-weight: 700;
  }
  #learn-more .dark-blue {
    background-color: rgba(26, 40, 87, 0.77);
  }
  #learn-more .dark-blue img {
    padding: 0px 10px 10px 10px;
  }
  .tabs .tab-content .card {
    padding-bottom: 4px;
    border: none;
  }
  .tabs .tab-content .card .card-header {
    padding: 5px 10px 5px 10px;
    border-radius: 0px;
    background-color: #1a2857;
    color: white;
  }
  .tabs .tab-content .card .card-header h5 {
    font-weight: 300 !important;
    font-size: 20px;
  }
  .tabs .tab-content .card .card-header h5::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    display: inline;
    padding-right: 3px;
    float: right;
  }
  .tabs .tab-content .card .card-header[aria-expanded=true] {
    background-color: #0077c8;
  }
  .tabs .tab-content .card .card-header[aria-expanded=true] h5::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
    display: inline;
    padding-right: 3px;
    float: right;
  }
  #mm-programs-title {
    background-color: #fff;
  }
}
@media screen and (max-width: 800px) {
  #top-buttons #programs-dropdown {
    display: none;
  }
  #button-container > :not(#mm-toggle), #button-container > :not(#search-button) {
    display: none;
  }
  #button-container #mm-toggle, #button-container #search-button {
    display: inline;
    margin-left: 15px;
  }
}
#mobile-menu {
  display: none;
}
@media screen and (max-width: 800px) {
  #mobile-menu {
    display: block;
  }
}

#mm-toggle {
  display: none;
}
@media screen and (max-width: 800px) {
  #mm-toggle {
    display: inline;
  }
}

@media screen and (max-width: 800px) {
  #nav-container {
    display: none;
  }
  #mobile-menu {
    display: block;
    position: relative;
    z-index: 10;
  }
  #mobile-menu #mm-main {
    background-color: #0077c8;
  }
  #mobile-menu #mm-programs {
    background-color: #1a2857;
  }
  #mobile-menu #mm-programs-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #mobile-menu #mm-buttons {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    text-align: center;
  }
  #mobile-menu #mm-buttons .btn {
    letter-spacing: 1px;
  }
  #mobile-menu #mm-buttons .btn.btn-outline-primary {
    border-color: #1a2857;
    color: #1a2857;
  }
  #mobile-menu > ul > li {
    border-top: 1px solid #fff;
  }
  #mobile-menu ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  #mobile-menu ul li {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  #mobile-menu ul li > a,
  #mobile-menu ul li > span {
    display: block;
    color: white;
    line-height: 1;
    padding: 10px 15px;
    cursor: pointer;
  }
}
@media screen and (max-width: 800px) and (min-width: 576px) {
  #mobile-menu ul li > a,
  #mobile-menu ul li > span {
    padding: 10px 38px;
  }
}
@media screen and (max-width: 800px) {
  #mobile-menu ul li > a:hover,
  #mobile-menu ul li > span:hover {
    text-decoration: none;
  }
  #mobile-menu ul li ul {
    display: none;
    background-color: white;
  }
  #mobile-menu ul li.active > ul {
    display: block;
  }
  #mobile-menu ul li.has-children ul a, #mobile-menu ul li.has-children ul span {
    color: #131313;
  }
  #mobile-menu ul li.has-children ul a::after, #mobile-menu ul li.has-children ul span::after {
    color: #131313;
  }
  #mobile-menu ul li.has-children > a::after, #mobile-menu ul li.has-children > span::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free", "fontawesome", sans-serif;
    font-weight: 900;
    display: inline;
    color: white;
    float: right;
    font-style: normal;
  }
  #mobile-menu ul li.has-children > a.active::after, #mobile-menu ul li.has-children > span.active::after {
    content: "\f106";
  }
  #mobile-menu ul li.has-children.active > a::after, #mobile-menu ul li.has-children.active > span::after {
    content: "\f106";
  }
  #mobile-menu .sub-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #mobile-menu .sub-menu .sub-menu > li {
    border-bottom: 1px solid #efefef;
  }
  #mobile-menu .sub-menu .sub-menu > li > a, #mobile-menu .sub-menu .sub-menu > li > span {
    font-size: 14px;
    padding: 7px 15px;
  }
  #mobile-menu .sub-menu > li.has-children > a, #mobile-menu .sub-menu > li.has-children > span {
    color: #c62034;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
  }
}
/**
  hide ai1ec from sidebars on ai1ec page types
 */
.person .timely {
  display: none;
}

#tribe-events-pg-template {
  margin: initial;
  max-width: unset;
  padding: initial;
}

.tribe-events .cat_academic-calendar .tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: #BA0C2F;
}
.tribe-events .cat_academic-calendar .tribe-events-calendar-month__multiday-event-bar-inner .tribe-common-h8 {
  color: white;
}

.tribe-events .datepicker > div {
  display: initial;
}

@media screen and (max-width: 1200px) {
  #main-search-form {
    top: 200px;
  }
}
@media screen and (max-width: 1100px) {
  #main-search-form {
    top: 150px;
  }
}
@media screen and (max-width: 1000px) {
  #main-search-form {
    top: 100px;
  }
}
@media screen and (max-width: 900px) {
  #main-search-form {
    top: 50px;
  }
}
@media screen and (max-width: 800px) {
  #main-search-form {
    top: 0;
  }
}

.gform_wrapper button.btn, .gform_wrapper input[type=button].btn, .gform_wrapper input[type=reset].btn, .gform_wrapper input[type=submit].btn {
  line-height: 18px;
  padding: 6px 12px;
  min-width: 170px;
  font-size: 15px;
}
.gform_wrapper button.btn-secondary, .gform_wrapper input[type=button].btn-secondary, .gform_wrapper input[type=reset].btn-secondary, .gform_wrapper input[type=submit].btn-secondary {
  background: #0077c8;
  border-color: #0077c8;
  color: white;
}
.gform_wrapper button.btn-secondary:hover, .gform_wrapper input[type=button].btn-secondary:hover, .gform_wrapper input[type=reset].btn-secondary:hover, .gform_wrapper input[type=submit].btn-secondary:hover {
  background: #545b62;
  border-color: #545b62;
}

#page {
  position: relative;
}

#front-page-section-1 {
  position: relative;
}

#becookiebarid #becookiebarpanelid {
  width: 100%;
  border-radius: 0px;
  background: #007DCD;
  display: flex;
  z-index: 100;
  font-size: small;
  opacity: 1;
  position: fixed;
  bottom: 0px;
  right: 0px;
  color: rgb(255, 255, 255);
  justify-content: center;
  visibility: visible;
}
#becookiebarid #becookie_desktop_outerdiv {
  width: 100%;
  display: flex;
  height: 70px;
  justify-content: center;
  margin: auto;
  align-items: center;
  vertical-align: middle;
}
#becookiebarid #becookie_desktop_outerdiv > div:first-child {
  flex: 1 0 230px;
  visibility: hidden;
}
#becookiebarid #becookie_desktop_outerdiv > div:last-child {
  flex: 1 0 450px;
  visibility: hidden;
}
#becookiebarid #becookie_desktop_content {
  font-weight: 100;
  word-spacing: 1px;
  align-items: center;
  text-align: center;
  display: inline;
  flex: 0 1 750px;
}
#becookiebarid #becookie_desktop_content > div {
  display: inline;
  position: relative;
  font-size: 16px;
}
#becookiebarid #becookie_text_content {
  padding: 0 4px;
  margin: 0px 0;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: inherit;
}
#becookiebarid #becookie_text_content + p {
  margin: 0;
  display: inline-block;
  padding: 0 4px;
  color: #fff;
  font-weight: 400;
  font-size: inherit;
}
#becookiebarid #bepolicylinktextid {
  color: inherit;
  cursor: pointer;
  margin: auto 8px;
  text-decoration: underline;
  display: inline-block;
}
#becookiebarid #becookiebarbuttonid {
  border: none;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0 7px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}
#becookiebarid #becookie_close_button {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  display: inline;
  font-size: 24px;
  cursor: pointer;
  font-family: none;
  font-weight: 100;
  position: absolute;
  right: -50px;
  top: -8px;
  margin: auto;
  line-height: 1.5em;
}

.notification-container .alert a {
  color: white;
  font-weight: bold;
}
.notification-container .alert a:hover {
  text-decoration: underline;
}

/* expand iframe from lightcastcc.com to use full page width */
#main iframe {
  width: 100%;
  border: 0;
}

iframe[id*=program-widget] {
  height: 600px;
  overflow: visible;
}

.ssc-py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ssc-pb-30 {
  padding-bottom: 30px;
}

.ssc-location-inner-content {
  background-color: rgba(255, 255, 255, 0.77);
  padding: 25px 45px;
}

.ssc-after-banner-padding {
  padding: 70px 0 30px;
}

@media screen and (min-width: 800px) {
  #masthead {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

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