  /*---------------- GENERIC STYLING-------------------- */
@font-face {
  font-family: 'Trajan';
  src: url('/wp-content/themes/mtsa/css/fonts/TrajanPro-Regular.eot');
  src: url('/wp-content/themes/mtsa/css//wp-content/themes/mtsa/css/fonts/TrajanPro-Regular.eot') format('embedded-opentype'),
    url('/wp-content/themes/mtsa/css/fonts/TrajanPro-Regular.woff') format('woff'),
    url('/wp-content/themes/mtsa/css/fonts/TrajanPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body, p {
  font-family: 'acumin-pro', sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #221f1f;
}

p {
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'acumin-pro', sans-serif;
  color: #221f1f;
}

a {
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  color: #008b41;
}

a:hover, a:focus {
  color: #008b41;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.light {
  font-weight: 100;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.white {
  color: #fff;
}

.grey {
  color: #7e8083;
}

.green {
  color: #00a94f;
}

.button,
.green-button,
.yellow-button,
.grey-button {
  padding: 10px 20px 13px;
  font-weight: bold;
  font-size: 18px;
}

.green-button {
  color: #fff;
  background-color: #00a94f;
}

  .green-button:hover, .green-button:focus {
    background-color: #008b41;
    color: #fff;
  }

.yellow-button {
  color: #fff;
  background-color: #e6ab2b;
}

  .yellow-button:hover, .yellow-button:focus {
    color: #fff;
    background-color: #cb941e;
  }

.grey-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #bdbdb0;
}

  .grey-button:hover, .grey-button:focus {
      background-color: #231f20;
      color: #fff;
  }

.margin-top {
  margin-top: 20px;
}



/*---------------- HEADER -------------------- */

#fixed-section {
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 3;
}


.announcement-section {
  background-color: #db4123;
  color: #fff;
  padding: 10px 0;
}

.announcement-section p,
.announcement-section a {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}


.header-top {
  text-align: right;
  background-color: #00a94f;
  padding: 4px 0 6px 0;
}

.menu-header-top-menu-container {
  display: inline-block;
}

#menu-header-top-menu,
#menu-header-menu {
  list-style-type: none;
  display: inline-block;
  margin: 0;
}

#menu-header-top-menu li,
#menu-header-menu li {
  margin-left: 0;
  display: inline-block;
}


.header-top li:nth-child(1) a,
.header-top li:nth-child(2) a,
.header-top li:nth-child(3) a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 10px;
}

.header-top-icons {
  display: inline-block;
}
.header-top-icons img {
  max-width: 20px;
}


.main-navigation {
  background-color: #231f20;
  padding: 10px 0;
  position: relative;
  height: 100px;
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}

.header-right-container {
  display: inline-block;
  float: right;
  /* margin-top: 20px; */
}

@media screen and (min-width: 840px) {

  .main-navigation__row {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .main-navigation__column--right {
    position: relative;
    height: 100%;
  }

  .header-right-container {
    position: absolute;
    right: 0.9375em;
    top: 50%;
    transform: translateY(-50%);
  }
}

.menu-header-menu-container {
  float: right;
}
#menu-header-menu {
  text-align: right;
  margin-top: 10px;
}
#menu-header-menu li a {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding-right: 20px;
}

.main-navigation img.mtsa-logo {
  position: absolute;
  left: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}


/*SEARCH MODAL */
#searchModal{
  background: rgba(0,0,0,0.6);
}

#searchModal p,
#searchModal label,
.search-results-page label {
  color: #fff;
  font-size: 18px;
  display: none;
}

#searchModal #searchform {
  margin-top: 30px;
}

#searchModal #s,
.search-results-page #s {
  display: inline-block;
  width: 80%;
}
#searchModal #searchsubmit,
.search-results-page #searchsubmit {
    width: 19%;
    height: 38px;
    border: none;
    color: white;
    font-size: 18px;
    position: relative;
    top: 2px;
    background-color: #00a94f;
    font-weight: bold;
}

/* DROPDOWN NAVIGATION */
.dropdown-nav {
    float: left;
    width: 100%;
    background: rgba(0,0,0, .8);
    padding: 50px;
    overflow: auto;
    max-height: 500px;
    display: none;
}

.dropdown-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0px;
}

.dropdown-nav ul li {
    margin-bottom: 8px;
}

.dropdown-nav a, .dropdown-nav p {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

.dropdown-nav a:hover {
  color: #00A94F;
}

.dropdown-nav .row > .medium-6:nth-child(1) {
  border-right: 1px solid #959595;
}

.dropdown-nav .row > .medium-6:nth-child(2) li {
  float: left;
  width: 50%;
  display: inline-block;
}


/*---------- BREADCRUMBS --------- */
.breadcrumbs > * {
  text-transform: none;
}
.breadcrumbs-container {
  background-color: #00a94f;
  margin-top: 135px;
}

.logged-in .breadcrumbs-container {
  margin-top: 103px;
}

.breadcrumbs-container #breadcrumbs {
    background-color: transparent;
    border: none;
    margin: 6px 0 4px 0;
}

.breadcrumbs-container #breadcrumbs a,
.breadcrumbs-container #breadcrumbs li,
.breadcrumbs-container #breadcrumbs li:before,
.breadcrumbs-container #breadcrumbs strong {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

/*---------------- FOOTER -------------------- */

#footer {
  background-color: #231f20;
  padding: 40px 0;
}

#footer a {
  color: #7e8083;
}
#footer .social-icons {
  margin: 15px 0;
}
#footer .social-icons img {
  max-width: 35px;
  margin-right: 10px;
}

#footer #menu-footer-menu li.menu-item-has-children {
  display: inline-block;
  float: left;
  width: 16%;
}
#footer #menu-footer-menu,
#footer #menu-footer-menu .sub-menu {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}

#footer #menu-footer-menu li a {
  color: #fff;
  font-size: 18px;
}

#footer #menu-footer-menu li .sub-menu li {
  line-height: 18px;
}

#footer #menu-footer-menu li .sub-menu li a {
  color: #7e8083;
  font-size: 14px;
  line-height: 22px;
}
  #footer #menu-footer-menu li .sub-menu li a:hover {
    color: #fff;
  }

.footer-logos {
    float: none;
    margin: auto;
    text-align: center;
}

.footer-logos a {
  margin: 0 10px;
}


.footer-bottom {
  background-color: #282425;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.footer-bottom a,
.footer-bottom {
  color: #7e8083;
  font-size: 14px;
}

/*---------------- HOMEPAGE -------------------- */


.main-navigation.home {
  width: 100%;
  z-index: 2;

}

.main-navigation.home .header-right-container {
    display: inline-block;
    float: right;
    /* margin-top: 20px; */
}
.main-navigation.home .menu-header-menu-container {
  float: right;
}

.main-navigation.home #menu-header-menu {
  text-align: right;
  margin-top: 10px;
}
.main-navigation.home #menu-header-menu li a {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding-right: 20px;
}
.homepage-hero {
  max-width: 1280px;
  margin: auto;
  /*margin-top: 180px !important;*/
  position: relative;/*
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;*/
}

@media screen and (max-width: 64em) {

  .homepage-slider {
    margin-bottom: 0 !important;
  }

}

.slick-dots li button::before {
  font-size: 18px;
}

#homepage-banner {

}

@media (min-width: 1241px) {
  .container-of-all img {
    min-height: 660px;
  }
}


.homepage-hero-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,169,79, 0.7);
  padding: 20px;
}

.homepage-hero-text .columns {
  padding-left: 20px;
  padding-right: 20px;
}

.homepage-hero-text h2 {
  font-family: 'Trajan', serif;
  font-size: 36px;
  color: #fff;
  line-height: 36px;
}

.homepage-hero-text h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

.homepage-body {
  padding: 40px 0 0 0;
}

.homepage-body .row {
  padding: 30px 0;
}

.homepage-body .row:nth-child(1) {
  padding: 0;
}
.homepage-body .cta h2 {
  font-family: 'Trajan', serif;
  font-size: 36px;
  color: #221f1f;
  line-height: 46px;
}

.homepage-body .cta h4 {
  font-size: 18px;
  line-height: 28px;
  color: #221f1f;
}
.homepage-body .cta p {
  margin-bottom: 0;
}

.full-width-ad {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 40px;
}

.full-width-ad img {
  width: 100%;

}


/*------- Bottom Selection Area ----- */
.featured-posts {
  background-color: #deded7;
  padding: 40px 0 40px;
}

.video-container {
  background-color: #fff;
}

.video-container a.video-image {
  height: 200px;
  width: 100%;
  display: block;
  border-bottom: 8px solid #e6ab2b;
  background-size: cover;
}

.video-container.news a.video-image {
  border-bottom-color: #043549;
}

.video-container .play-button {
  width: 100%;
}

.play-button-txt {
    width: auto;
    padding: 22% 0;
    text-align: center;
}

.play-button-txt span {
    border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 100px;
    color: #fff;
    -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

  .play-button-txt span:hover {
      background-color: rgba(0,0,0,0.75);
  }

.video-bottom-container {
  padding: 10px 20px;
  height: 140px;
}

.video-container h3 {
  font-size: 20px;
  margin-bottom: 10px;

}
.video-container {
  font-size: 16px;
}

.ad-container {
  height: 340px;
}

.ad-container .ad-image {
  display: block;
  height: 340px;
  background-size: cover;
  background-position-x: center;
}


/*---------------- SINGLE NEWS EVENT -------------------- */
#content {
  padding: 40px 0;
}
.single .entry-image {
  width: 100%;
  margin-bottom: 30px;
}

#container-news.single .entry-image {
  max-width:300px;
}


.single .entry-title {
  font-size: 28px;
  font-family: 'acumin-pro', sans-serif;
  color: #231f20;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 0;
}

.single .entry-date {
  font-size: 16px;
  font-family: 'acumin-pro', sans-serif;
  color: #979788;
  font-weight: bold;
  margin-bottom: 10px;
}

.single .entry-text {
  padding-bottom: 40px;
  border-bottom: 2px solid #bdbdb0;
  margin-bottom: 40px;
}

.single .entry-text p {
  font-size: 16px;
  font-family: 'acumin-pro', sans-serif;
  color: #231f20;
  font-weight: 300;
  line-height: 28px;
}

.single .entry-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single .entry-text li {
  color: #231f20;
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 10px;
}

  .single .entry-text li:last-child {
      margin-bottom: 15px;
  }

.single .entry-text ul li {
	padding-left: 30px;
}

  .single .entry-text ul li::before {
    /* content: "Ã¢ÂÂ¢ "; */
	content: "• ";
    color: #00a94f;
	margin-left: -30px;
    font-size: 22px;
    padding-right: 20px;
    display: inline-block;
  }


#menu-sidebar-menu li,
.medium-4 .menu li {
  background-color: #bdbdb0 !important;
  color: #fff !important;
  margin-bottom: 3px;
  padding: 12px 10px 10px 10px;
  background: #bdbdb0 !important;
}

#menu-sidebar-menu li.active,
.medium-4 .menu li a.active {
  background-color: #979788 !important;

}

#menu-sidebar-menu li a,
.medium-4 .menu li a {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
}

#menu-sidebar-menu li:hover,
#menu-sidebar-menu .current-post-type,
.sidebar-menu .menu .current_page_item,
.medium-4 .menu li:hover {
  background: #979788 !important;
}

#container-news .grey-button {
  float: right;
}

#program-description-section {
  padding-bottom: 10px;
  color: #221f1f;
}

#program-description-section h5 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    color: #221f1f;
}

#program-description-section .program-description h5 {
  margin: 15px 0 10px 0;
}

#program-description-section p {
  font-size: 14px;
}

#program-description-section p.link-list {
  text-transform: uppercase;
  font-size: 11px;
}

  #program-description-section p.link-list a {
      font-weight: 800;
  }

.news-feed {
  border-left: 5px solid #bdbdb0;
}

.news-feed .entry-title {
  font-size: 16px;
  font-weight: 800;
  color: #221f1f;
  margin-top: 10px;
  margin-bottom: 0px;
  display: block;
}

.news-feed .entry-content {
  font-size: 14px;
}

.news-feed .grey-button {
    font-size: 11px;
  display: block;
  text-align: center;
  margin-top: 30px;
}

.row.event-display {
  padding-bottom: 50px;
}

.event-display .single-event {
  color: #fff;
}

.event-display .single-event a {
  color: #fff;
}

.event-display .single-event.green {
  background-color: #00a94f;
}

.event-display .single-event.aqua {
  background-color: #0FC4BB;
}

.event-display .single-event.navy {
  background-color: #043549;
}

.event-display .single-event.gold {
  background-color: #e6ab2b;
}

.event-display .single-event.gray {
  background-color: #bdbdb0;
}

.event-display-top {
  background-image: url('/wp-content/themes/mtsa/img/bg-dots.png');
  background-size: 8px 8px;
  background-repeat: repeat;
  padding: 10px 20px;
}

.event-display-top h6 {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.event-display .single-event .entry-title {
  font-size: 16px;
  color: #fff;
}

.event-display-bottom {
  padding: 5px 20px 10px 20px;
  min-height: 120px;
}
/*----------------  NEWS ARCHIVE -------------------- */



.archive-news-list .entry-image {
  width: 100%;
  min-height: 200px;
  display: inline-block;
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
}

/*.archive-news-list  {
  margin: 20px 0;
}*/



.archive-news-list .entry-title {
  font-size: 28px;
  font-family: 'acumin-pro', sans-serif;
  font-weight: bold;
  line-height: 28px;
}

.archive-news-list .entry-date {
  font-size: 16px;
  font-family: 'acumin-pro', sans-serif;
  font-weight: 300;
  line-height: 16px;
  color: #979788;
}

.read-more {
  color: #00953c;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.archive-news-list h1 {
  font-size: 18px;
}


#container-news .entry-content.featured,
{
  position: absolute;
  bottom: 0;
  width: 80%;
  background-color: rgba(0,169,79, 0.7);
  padding: 20px;
  margin: 20px;
}


.page-info-container {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,169,79, 1);
  padding: 20px;
  margin: 0 0 20px 0;
}

#container-news .entry-content.featured .entry-title,
.page-info-container h2 {
  font-family: 'Trajan', serif, serif;
  font-size: 28px;
  color: #fff !important;
  font-weight: 100;
  margin-top: .15em;
  line-height: 1.4;
}

#container-subpage .page-info-container.no-image h2 {
  margin-bottom: 0;
}

#container-news .entry-content.featured .entry-preview,
#container-news .entry-content.featured .entry-preview p,
.page-info-container p {
  color: #fff !important;
  font-family: 'acumin-pro', sans-serif;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0;
}

#container-news .entry-content.featured .entry-preview .read-more {
  color: #fff;
  font-family: 'acumin-pro', sans-serif;
}


.archived-list {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 2px solid #bdbdb0;
}

#display-all-news {
  margin-top: 30px;
}

/*----- HIDE MOST NEWS UNTIL MORE SHOWN -------- */
.archived-list:nth-child(n+5) {
  display: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.archived-list.display-all {
  display: block;
}

/*---------------- MOBILE NAVIGATION -------------------- */
.green-button.mobile,
#simple-menu {
  display: none;
}



@media screen and (max-width: 839px) {

  #simple-menu {
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 2px;
    z-index: 3;
  }

  .main-navigation .header-right-container,
  .main-navigation.home .header-right-container,
  .dropdown-nav {
    display: none;
  }

  .sidr.right {
    /*border-left: 3px solid #fff;*/
  }

  /*hides search button */
  #sidr .page_item.page-item-460 {
    display: none;
  }

}

@media (min-width: 641px) and (max-width: 839px) {
  .green-button.mobile {
    /*width: 100%;*/
    /*display: inline-block;*/
  }

  .header-top .desktop-only.menu {
    display: inline;
  }
}

@media screen and (max-width: 640px) {
.green-button.mobile {
    width: 100%;
    display: inline-block;
  }
}


/*---------------- GENERIC SUBPAGE -------------------- */
.sidebar-menu > div {
  display: none;
}



.page-header-container {
  margin-bottom: 30px;
}
.page-header-container img {
  width: 100%;
}
.subpage-spacer {
  padding: 15px 0;
}

#container-subpage ul {
  list-style: none;
  margin-left: 2rem;
}


#container-subpage ul.accordion {
  margin-left: 0;
}

#container-subpage li {
  color: #231f20;
  font-size: 16px;
  background: url(/wp-content/themes/mtsa/img/bullet.png) no-repeat left 12px;
  padding-left: 12px;
}

#container-subpage ul.accordion li {
  background-image: none;
  padding-left: 0;
}

#container-subpage ul li:last-child {
  margin-bottom: 15px;
}

#container-subpage p, #container-subpage li{
  color: #231f20;
  font-size: 16px;
}
#container-subpage .medium-8 a {
color: rgba(0,169,79, 1);
}



#container-subpage h2 {
  font-size: 38px;
  font-weight: bold;
  color: #231f20;
}

#container-subpage h3 {
  font-size: 28px;
  font-weight: bold;
  color: #231f20;
}

#container-subpage h4 {
  font-size: 22px;
  color: #bdbdb0;
}


#container-subpage .accordion-navigation {
  margin-bottom: 6px !important;

}

#container-subpage .accordion-navigation > a {
  background-color: #bdbdb0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

#container-subpage .accordion-navigation.active > a {
  background-color: rgba(0,169,79, 1);
}

#container-subpage .accordion-navigation.active p a {
  background-color: unset;
  color: rgba(0,169,79, 1);
  font-size: inherit;
}  

#container-subpage .accordion-navigation .close,
#container-subpage .accordion-navigation .open {
  font-size: 40px;
  position: absolute;
  right: 10px;
  top: 0;
}
#container-subpage .accordion-navigation .close {
  opacity: 1;
  letter-spacing: -6px;
  right: 14px;
}
#container-subpage .accordion-navigation .close {
  opacity: 0;
}

#container-subpage .accordion-navigation.active .open {
  opacity: 0;
}

#container-subpage .accordion-navigation.active .close {
  opacity: 1;
}



#container-subpage .accordion .content {
  padding-left: 0;
}

/*---------------- EVENT ARCHIVE -------------------- */
#container-events #content {
  padding-top: 0;
}
  #container-events ul {
  margin-left: 0;
}
#container-events .single-event {
  display: block;
  width: 100%;
  height: 150px;
}

#container-events .event-box {

  height: 150px;
  width: 20%;
}

#container-events .event-description {
  width: 79%;
  height: 150px;
}


#container-events .event-box {
  display: inline-block;
  float: left;
  height: 120px;
  overflow: hidden;
}

#container-events .event-box .event-display-top,
#container-events .event-box .event-display-bottom {
  width: 100px;
  text-align: center;
}

#container-events .single-event:nth-of-type(4n+1) .event-box .event-display-top,
#container-events .single-event:nth-of-type(4n+1) .event-box .event-display-bottom {
  background-color: #043549;
}

#container-events .single-event:nth-of-type(4n+2) .event-box .event-display-top,
#container-events .single-event:nth-of-type(4n+2) .event-box .event-display-bottom {
  background-color: #00a94f;
}

#container-events .single-event:nth-of-type(4n+3) .event-box .event-display-top,
#container-events .single-event:nth-of-type(4n+3) .event-box .event-display-bottom {
  background-color: #0FC4BB;
}

#container-events .single-event:nth-of-type(4n+4) .event-box .event-display-top,
#container-events .single-event:nth-of-type(4n+4) .event-box .event-display-bottom {
  background-color: #e6ab2b;
}


#container-events .month {
  color: #fff;
  font-size: 16px;
  margin-left: 6px;
}

#container-events .day {
  color: #fff;
  font-size: 36px;
}

#container-events .event-description {
  display: inline-block;
  float: left;
  }

#container-events .event-description p {
  font-size: 16px;
}
#container-events .event-description p.date-information {
  font-size: 12px;
}

#container-events .event-description a {
  font-size: 22px;
  font-weight: bold;
  color: #231f20;
  display: block;
}


/*----- HIDE MOST EVENTS UNTIL MORE SHOWN -------- */
#container-events .archived-events ul .single-event:nth-child(n+5) {
  display: none;
}

#container-events .archived-events.display-all ul .single-event {
  display: block;
}

/*---------------- SINGLE EVENT -------------------- */
#container-events.single .entry-content .event-header-container {
  position: relative;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}

#container-events.single .event-header-container .event-header-info {
  position: absolute;
  bottom: 0;
  width: 95%;
  background-color: rgba(0,169,79, 0.7);
  padding: 20px;
  margin-bottom: 20px;

}

#container-events.single .event-header-container .event-header-info img {
  min-width: 30px;
}

#container-events.single .event-header-container .event-header-info h2 {
  font-size: 28px;
  color: #fff !important;
  font-weight: 100;
}

#container-events.single .event-header-container .event-header-info h5 {
  color: #fff !important;
  font-family: 'acumin-pro', sans-serif;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 10px;
}

.event-body-container {
  margin-top: 20px;
}

.registration-link {
  background-color: #007537;
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.registration-link:hover {
  background-color: #005d2c;
}

.registration-link:hover, .registration-link:focus {
  color: #fff;
}

/*---------------- SINGLE AIRWAYS POST -------------------- */

#container-airwayspost.single .entry-content .airwayspost-header-container {
  position: relative;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  margin-bottom: 10px;
}

#container-airwayspost.single .airwayspost-header-container .airwayspost-header-info {
  position: absolute;
  bottom: 0;
  width: 95%;
  background-color: rgba(0,169,79, 0.7);
  padding: 20px;
  margin-bottom: 20px;

}

#container-airwayspost.single .airwayspost-header-container .airwayspost-header-info img {
  min-width: 30px;
}

#container-airwayspost.single .airwayspost-header-container .airwayspost-header-info h2 {
  font-size: 28px;
  color: #fff !important;
  font-weight: 100;
}

#container-airwayspost.single .airwayspost-header-container .airwayspost-header-info h5 {
  color: #fff !important;
  font-family: 'acumin-pro', sans-serif;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 10px;
}

#container-airwayspost.single .airwayspost-header-container .airwayspost-header-info h2 {
  padding-left: 10px;
}

.airwayspost-body-container {
  margin-top: 20px;
}

.title-section {
    border-bottom: 1px solid #bdbdb0;
    margin-bottom: 12px;
}

.title-section h5 {
    font-weight: bold;
    font-size: 14px;
}

.title-section h4 {
    color: #7e8083;
}

.title-section h3 {
    padding-bottom: 6px;
}

/*---------------- FACULTY LIST -------------------- */
#container-faculty h1.page-title {
  font-size: 38px;
  font-weight: bold;
  color: #231f20;
}

#container-faculty p.page-description,
.page-description p {
  font-size: 16px;
  line-height: 26px;
}

#container-faculty .row.single-faculty {
  border-bottom: 2px solid #bdbdb0;
  margin-bottom: 20px;
  padding-bottom: 40px;
}

.faculty-photo {
  width: 200px;
  height: 200px;
  display: block;
  border-radius: 150px;
  background-repeat: no-repeat;
  background-size: cover;
}

#container-faculty .contact-info a {
  color: #00a94f;
  display: block;
  font-size: 16px;
}

#container-faculty .contact-info a img {
  margin-right: 5px;
}

.faculty-member-info h4 {
  font-size: 22px;
  margin-bottom: 0;
}

.faculty-member-info h5 {
  font-size: 16px;
  margin-bottom: 0;
}

.faculty-member-info p {
  font-size: 16px;
  line-height: 26px;
}

/*---------------- FACULTY SINGLE -------------------- */

#container-faculty.single .faculty-photo {
  width: 250px;
  height: 250px;
  margin: auto;
}


#container-faculty.single h1.faculty-name {
  font-size: 38px;
  font-weight: bold;
  color: #231f20;
}

#container-faculty.single h5.faculty-title {
  font-size: 16px;
  line-height: 26px;
}

#container-faculty.single p {
  font-size: 16px;
}
#container-faculty.single .contact-info {
  margin-top: 20px;
  text-align: center;
}
#container-faculty.single .contact-info a {
  color: #fff;
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

#container-faculty.single .row.single-faculty {
  border-bottom: 0px solid #bdbdb0;
}
/*---------------- AIRWAYS -------------------- */
#container-airways #content {
  padding-top: 0;
}

.category-links li {
  list-style-type: none;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #bdbdb0;
  padding: 4px 0;
}

#container-airways .single-airways {
  margin-bottom: 30px;
}

.single-airways:last-child {
  float: left !important;
}
#container-airways .single-airways .airways-photo {
  width: 100%;
  min-height: 300px;
  max-width: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  background-position-x: center;
}


.featured-story {
  font-size: 16px;

}

.airways-info h3 {
  font-size: 22px;
  font-weight: bold;
}
/*---------------- FORMS -------------------- */
.text-wrap.label-above label,
.textarea-wrap.label-above label {
  font-family: 'acumin-pro', sans-serif;
  color: #231f20;
  font-size: 16px;
  font-weight: 100;
}

.submit-wrap input {
  color: #fff;
  background-color: #00a94f;
  border: 0;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 18px;
}


/*---------------- -------------------- */
/*---------------- -------------------- */
/*---------------- -------------------- */
/*---------------- -------------------- */
/*---------------- RESPONSIVE STYLES -------------------- */

@media screen and (max-width: 1320px) {
  .mtsa-logo {
    margin-left: 20px;
    max-width: 250px;
  }
}

@media (max-width: 1280px) and (min-width: 841px) {
  .main-navigation.home #menu-header-menu li a,
  #menu-header-menu li a {
    padding-right: 8px;
    font-size: 14px;
  }

  .homepage-hero {
    /*margin-top: 136px !important;*/
  }
}
@media (min-width: 641px)  and (max-width: 980px) {
  .featured-posts .columns .video-bottom-container {
    height: 225px;
  }
  .ad-container .ad-image {
    height: 250px;
  }

  .homepage-hero {
    /*margin-top: 136px !important;*/
  }
}

@media screen and (max-width: 640px) {
  .homepage-hero {
    margin-top: 116px !important;
  }

  .breadcrumbs-container {
    margin-top: 116px;
  }
}

@media screen and (max-width: 640px) {
  .desktop-only {
    display: none;
  }
  #breadcrumbs li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  #breadcrumbs li::before {
    display: none;
  }

  .margin-top {
    margin-top: 0;
  }

  .menu-sidebar-about-menu-container ul {
    margin-left: 0 !important;
  }
  .header-top {
    text-align: center;
  }

  #searchModal #s {
    width: 100%;
  }

  #searchModal #searchsubmit {
      width: 100%;
  }
  .homepage-hero {
    min-height: 300px;

  }

  .homepage-hero-text {
    padding-bottom: 10px;
    background-color: rgba(0,169,79,1);
    position: relative;
  }
  .homepage-hero-text h2 {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
  }
  .homepage-hero-text h4 {
    font-size: 14px;
  }

  .homepage-body {
    padding-top: 10px;
  }
  .homepage-body .cta h2 {

    font-size: 24px;
    line-height: 34px;
  }

  .full-width-ad {
    margin-bottom: 0;
  }
  .news-feed {
    border-left: 0;
    margin-top: 20px;
  }

  #footer #menu-footer-menu {
    display: none;
  }

  #container-subpage ul,
  #menu-sidebar-menu {
    margin-left: 0;
  }


  .single-event {
    margin-bottom: 20px;
  }

  #container-events.single .event-header-container .event-header-info {

  width: 100%;
  margin-bottom: 0px;
  left: 0;
}

  #container-events .event-box {
    width: 35%;
  }

  #container-events .event-description {
    width: 64%;
  }

  #container-events .archived-events  .entry-content {
    display: none;
  }

  #display-all-events,
  .archived-events .grey-button,
  .back-to-events,
  .back-to-news  {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }




  .featured-posts .small-12 {
    margin-bottom: 20px;
  }

  #container-subpage {
    margin-top: 0 !important;
  }
  /*#container-subpage .page-header-container img {
    display: none;
  }

  #container-subpage .page-header-container .page-info-container {
    position: relative;
    width: 90%;
  }*/
}


/*----- SCROLLED NAVIGATION ----- */
@media (min-width: 681px) {
.main-navigation img#logo-scrolled {
  opacity: 0;
  top: 5px;
}

.main-navigation #logo-not-scrolled {
  opacity: 1;
}



.main-navigation.scrolled #logo-scrolled {
  opacity: 1;
  max-height: 35px;
}

.main-navigation.scrolled #logo-not-scrolled {
  opacity: 0;
}

.main-navigation.scrolled {
  height: 60px;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;

}
.main-navigation .green-button,
.main-navigation .yellow-button {
  float: right;
}

.main-navigation.scrolled	#menu-header-menu li a {
    font-size: 16px;
  }
.main-navigation .header-right-container {
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}



}

  .main-navigation.scrolled .header-right-container,
  .main-navigation.home.scrolled .header-right-container {
    margin-top: 0;
  }
  .main-navigation.scrolled .green-button,
  .main-navigation.scrolled .yellow-button {
    font-size: 16px;
  }



@media screen and (max-width: 680px) {
  .main-navigation {
    height: 60px;
  }

  .main-navigation #logo-not-scrolled {
    display: none;
  }

  .main-navigation img#logo-scrolled {
    max-width: 200px;
    margin-top: 8px;
  }

  div#fixed-section.full-width-100 {
    width: 100% !important;
  }
}


a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
