@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(//fonts.googleapis.com/css?family=Lato:400,700);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@charset "UTF-8";
/*
Theme Name: SalterMitchell2015
Theme URI: http://www.saltermitchell.com
Author: webteam@saltermitchell.com
Description: Stripped clean theme with bootstrap. Lean mean wp publishing machine.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: saltermitchell
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

SalterMitchell is based on pure SalterMitchell awesomeness powered by WebTeam@SalterMitchell.com
*/
/*Utils */
/* Break Points */
/* Circles
Adds a circle around an icon*/
/*Base*/
/* Global */
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #353535;
}

hr {
  border-top: 1px solid #b7b7b7;
}

.error-page {
  min-height: 350px;
}

.main-content {
  margin-top: 20px;
}
.main-content.bump {
  margin-top: 0;
}

.ad {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
}
.ad .volunteer {
  display: block;
  text-decoration: none;
}
.ad .title {
  font-size: 14px;
  color: #c42030;
  text-transform: uppercase;
}
.ad .white-box {
  width: 120px;
  border: 1px #b7b7b7 solid;
  background: white;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
}
.ad .white-box .anti-volunteer {
  font-size: 10px;
  color: #b7b7b7;
}
.ad .white-box .anti-volunteer .link {
  color: #2d7faa;
}

.hero {
  margin-top: -20px;
}
.hero img {
  width: 100%;
}

.content {
  padding-top: 30px;
}

#page-content {
  margin-top: 20px;
}

.alignright {
  margin-left: 15px;
  float: right;
}

.alignleft {
  margin-right: 15px;
  float: left;
}

.result-title {
  margin-bottom: 5px;
}

.result-type {
  margin-bottom: 10px;
  font-weight: 700;
  background: #515151;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  padding: 6px;
}

h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 35px;
  font-weight: 300;
  color: #59a1b3;
  text-transform: uppercase;
  margin: 30px 0;
}
h1 a {
  color: #59a1b3;
  text-decoration: none;
  word-wrap: break-word;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 10px;
}

h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #353535;
}

h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #353535;
}

p {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #515151;
  line-height: 175%;
  margin-bottom: 20px;
}

a {
  color: #c42030;
}

blockquote {
  border-top: solid 3px #ebf3f5;
  border-bottom: solid 3px #ebf3f5;
  border-left: none;
  padding: 20px 30px 40px 30px;
}
blockquote p {
  color: #2c7a8e;
  font-size: 20px;
  font-weight: 300;
}
@media (min-width: 768px) {
  blockquote {
    font-size: 26px;
  }
}

ol,
ul {
  margin-left: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

li {
  line-height: 1.7em;
}

p > strong {
  margin-bottom: 10px;
}

.nopadding {
  padding: 0;
}

.pull-middle {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
}

.btn {
  text-transform: uppercase;
}

@media (min-width: 480px) {
  .pull-xs-left {
    float: left !important;
  }
}

@media (min-width: 480px) {
  .pull-xs-right {
    float: right !important;
  }
}

@media (min-width: 768px) {
  .pull-sm-left {
    float: left !important;
  }
}

@media (min-width: 768px) {
  .pull-sm-right {
    float: right !important;
  }
}

@media (min-width: 992px) {
  .pull-md-left {
    float: left !important;
  }
}

@media (min-width: 992px) {
  .pull-md-right {
    float: right !important;
  }
}

@media (min-width: 1200px) {
  .pull-lg-left {
    float: left !important;
  }
}

@media (min-width: 1200px) {
  .pull-lg-right {
    float: right !important;
  }
}

.center-xs {
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .center-xs {
    text-align: inherit;
  }
}

.center-sm {
  text-align: center;
  display: block;
}
@media (min-width: 992px) {
  .center-sm {
    text-align: inherit;
  }
}

.center-md {
  text-align: center;
  display: block;
}
@media (min-width: 1200px) {
  .center-md {
    text-align: inherit;
  }
}

/*Layout */
/* Header */
#header {
  position: relative;
}

.navbar.navbar-default {
  border-top: none;
  border-right: none;
  border-left: none;
}

#top-bar {
  background: #ebf3f5;
}
#top-bar span {
  color: #5e5d5d;
}
#top-bar .login-links {
  float: left;
  padding-top: 10px;
}
#top-bar a {
  color: #c42030;
  padding: 0 2px;
  font-size: 14px !important;
}
#top-bar .social-links {
  list-style-type: none;
  padding-top: 0;
  display: inline-block;
  margin: 0 25px 0 0;
}
@media (min-width: 768px) {
  #top-bar .social-links {
    margin-left: 5px;
  }
}
@media (min-width: 992px) {
  #top-bar .social-links {
    padding-left: 15px;
  }
}
#top-bar .social-links a {
  display: inline-block;
  background: #a7afb1;
  width: 41px;
  text-align: center;
  padding: 9px 11px;
  color: #ffffff;
}
#top-bar .social-links a.youtube {
  margin-left: 1px;
}
#top-bar .social-links a:hover {
  background: #5e5d5d;
}
#top-bar .social-links a i {
  font-size: 18px;
  line-height: 22px;
}
#top-bar .red-links {
  display: inline-block;
}
#top-bar .red-links .btn {
  position: relative;
  top: -2px;
  height: 100%;
  padding: 6px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}
@media (min-width: 768px) {
  #top-bar .red-links .btn {
    padding: 9px 20px;
    margin: 0 0 0 5px;
  }
}

.top-bar__button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-left: 3em;
  margin-right: 4em;
  transform: rotate(0);
  transition: 0.25s;
  z-index: 2;
}
.top-bar__button i {
  font-size: 2em;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .top-bar__button {
    display: none;
  }
}
.top-bar__button.active {
  transform: rotate(180deg);
}
.top-bar__links__container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2a4185;
}
.top-bar__links {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 35px;
  margin: 0 auto;
  background-color: #2a4185;
  transition: 0.25s ease;
}
@media screen and (max-width: 1316px) {
  .top-bar__links {
    height: 52px;
  }
}
@media screen and (max-width: 870px) {
  .top-bar__links {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .top-bar__links {
    height: auto;
    justify-content: flex-end;
  }
}
.top-bar__links::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #2a4185;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-bar__links::after {
    background-color: #102157;
  }
}
.top-bar__title {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 0 1 auto;
  position: relative;
  color: #fff;
  background-color: #102157;
  padding: 9px 24px;
  font-size: 12px;
  font-weight: bold;
  margin-right: 0.5em;
  z-index: 2;
}
.top-bar__title::after {
  content: "";
  display: block;
  position: absolute;
  right: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid #102157;
  border-top: 17.5px solid transparent;
  border-bottom: 17.5px solid transparent;
  top: 0;
}
@media screen and (max-width: 1316px) and (min-width: 871px) {
  .top-bar__title::after {
    right: -10px;
    border-left: 10px solid #102157;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
  }
}
@media screen and (max-width: 870px) and (min-width: 769px) {
  .top-bar__title::after {
    right: -15px;
    border-left: 15px solid #102157;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
  }
}
@media screen and (max-width: 768px) {
  .top-bar__title {
    flex: 0 0 auto;
    z-index: 2;
  }
}
.top-bar__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1 1 auto;
  transition: 0.35s ease;
  z-index: 2;
}
.top-bar__list-item {
  line-height: 1;
  text-align: center;
  padding: 0 2em !important;
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .top-bar__list-item {
    padding: 0 1.5em !important;
  }
}
@media screen and (max-width: 768px) {
  .top-bar__list-item {
    padding: 1em 2em !important;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .top-bar__list-item:not(:first-of-type) {
    border-left: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .top-bar__list-item:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
}
.top-bar__list-item a {
  color: #fff !important;
}
.top-bar__list-item a:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.top-bar__list.active {
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .top-bar__list {
    position: absolute;
    flex: 0 0 auto;
    flex-flow: column nowrap;
    top: 35px;
    width: 100%;
    padding: 1em 2em !important;
    background-color: #2a4185;
    border-top: none;
    z-index: 1;
    transform: translateY(-100%);
  }
}

.menu-main-navigation-container .menu-red a {
  color: #c42030 !important;
}

#join-subheader {
  position: absolute;
  top: 100%;
  right: 15px;
  background-color: #c42030;
  border-radius: 0 0 4px 4px;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 768px) {
  #join-subheader {
    display: none;
  }
}
#join-subheader a {
  color: #ffffff;
}

.container-hero {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  max-width: 100%;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .container-hero {
    height: 350px;
    margin-bottom: 50px;
  }
}
.container-hero.fire {
  margin-top: -20px;
}

/* Footer */
#footer-ad {
  background: #ebf0f2;
  padding: 40px 0 20px 0;
  margin-top: 30px;
}

#footer {
  background: #b5c5cb;
  padding: 30px 0 0;
  vertical-align: middle;
  text-align: center;
}
#footer .fluid-container {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  #footer {
    padding: 30px 100px 0;
  }
}
#footer p {
  font-size: 12px;
  color: #5e5d5d;
  text-transform: capitalize;
  display: inline-block;
}
#footer a {
  color: #5e5d5d;
  text-decoration: none;
}
#footer a:hover {
  color: black;
  background-color: inherit;
}
#footer img {
  display: inline-block;
}
@media (min-width: 768px) {
  #footer img {
    margin-left: 15px;
    float: left;
  }
}
#footer .social {
  padding: 40px 10px;
}
@media (min-width: 768px) {
  #footer .social {
    float: right;
    margin-top: -35px;
  }
}
#footer .social .seal a {
  margin: 0 auto;
  width: 68px;
  display: block;
  left: -6px;
  position: relative;
}
#footer .social .seal a img {
  padding-bottom: 25px;
  margin-left: 0;
}
#footer .social .fa-instagram,
#footer .social .fa-linkedin,
#footer .social .fa-x-twitter {
  color: white;
  font-size: 20px;
}
#footer .links {
  padding-bottom: 15px;
}
#footer .privacy-terms {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #footer .privacy-terms {
    margin-top: 0;
  }
}
#footer #menu-footer-navigation {
  text-align: left;
  padding-left: 40px;
}
#footer #menu-footer-navigation a {
  padding: 5px 10px;
  font-size: 12px;
  margin: 0;
}
@media (min-width: 768px) {
  #footer #menu-footer-navigation a {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  #footer #menu-footer-navigation {
    text-align: left;
    margin-top: -10px;
    padding-left: 0;
    margin-left: -8px;
  }
  #footer #menu-footer-navigation li:not(:last-child) a {
    margin-right: 15px;
  }
}
#footer .extra-links a {
  font-size: 12px;
  margin-right: 30px;
}
@media (min-width: 768px) {
  #footer .copyright {
    text-align: right;
  }
  #footer .bottom {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  #footer img.logo {
    max-width: 105px;
  }
}

#mvLeaderboard {
  width: 100%;
}
@media (min-width: 768px) {
  #mvLeaderboard img {
    width: auto;
  }
}

.social-icon a {
  margin-left: unset !important;
  float: none !important;
}
.social-icon a img,
.social-icon a i {
  margin-left: unset !important;
  float: none !important;
  vertical-align: middle !important;
}

@media only screen and (max-width: 767px) {
  .social-icon a img,
  .social-icon a i {
    width: 35px;
    height: 35px;
  }
  #footer .social .fa-instagram,
  #footer .social .fa-linkedin {
    font-size: 35px;
  }
}
/* Components*/
.btn.btn-primary {
  border-radius: 0;
  background-color: #c42030;
  color: white;
  text-transform: none;
  border: none;
}
.btn.btn-red {
  color: #ffffff;
  background-color: #c42030;
  border-color: #c42030;
  border-radius: 0;
}
.btn.btn-red:hover, .btn.btn-red:focus, .btn.btn-red:active, .btn.btn-red.active,
.btn.btn-red .open .dropdown-toggle.btn-red {
  color: #ffffff;
  background-color: #d9392e;
  border-color: #d9392e;
}
.btn.btn-red:active, .btn.btn-red.active,
.btn.btn-red .open .dropdown-toggle.btn-red {
  background-image: none;
}
.btn.btn-red .badge {
  color: #c42030;
  background-color: #ffffff;
}
.btn.btn-small {
  padding: 6px 16px;
  text-transform: none;
}
.btn.close {
  position: relative;
  z-index: 10;
}

.panel {
  box-shadow: none;
}

.tab-content {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .tab-content {
    padding-top: 50px;
  }
}

.nav-tabs {
  border-bottom: none;
}
.nav-tabs li a {
  text-transform: uppercase;
  color: #000;
  border: none;
  border-radius: 3px;
  padding: 15px 35px;
  background: #ebf3f5;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .nav-tabs li a {
    margin-right: 8px;
    margin-bottom: 0px;
  }
}
.nav-tabs.medium li a {
  padding: 15px 25px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .nav-tabs.medium li a {
    margin-right: 8px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .nav-tabs.medium li a .active:after {
    content: "";
  }
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background: #c42030;
  border: none;
}
@media (min-width: 768px) {
  .nav-tabs > li.active > a:after,
  .nav-tabs > li.active > a:hover:after,
  .nav-tabs > li.active > a:focus:after {
    content: "";
    position: absolute;
    left: 41%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ef4136;
    clear: both;
  }
}

table {
  margin-bottom: 30px;
}

.table-responsive thead {
  border-bottom: solid 2px #d6dfe0;
  text-transform: uppercase;
}
.table-responsive thead th {
  text-align: center;
}
.table-responsive tr {
  border-bottom: solid 1px #e4ebec;
}
.table-responsive td {
  border-right: solid 1px #e4ebec;
  font-size: 12px;
  text-align: center;
}
.table-responsive td:last-of-type {
  border-right: none;
}
.table-responsive td:first-of-type {
  text-align: left;
  width: 30%;
}
.table-responsive td,
.table-responsive th {
  padding: 10px;
}
.table-responsive .title-header {
  background: #c42030;
  color: #fff;
  font-size: 34px;
  padding: 20px;
}
.table-responsive .title-header th {
  font-weight: 400;
  text-align: center;
}
.table-responsive.zebra tbody tr:nth-child(even) {
  background-color: #e4f3f7;
}
.table-responsive.zebra tbody td:nth-of-type(even),
.table-responsive.zebra thead th:nth-of-type(even) {
  background-color: #f1f9fb;
}
.table-responsive .check {
  background: #bfd67b;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  text-align: center;
  line-height: 17px;
  vertical-align: middle;
  color: #fff;
  vertical-align: top;
}

/*Content Table from column shortcodes*/
.content_table {
  display: table;
}
.content_table .row {
  display: table-row;
}
.content_table .row.content_row {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #e7e7e7;
  display: inline-block;
}
.content_table .row.content_row:last-of-type {
  border-bottom: none;
}
.content_table .column {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .content_table .column {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}

.container-hero + .sub-nav {
  margin-top: -10px;
}
@media (min-width: 768px) {
  .container-hero + .sub-nav {
    margin-top: -50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1079px) {
  .container-hero + .sub-nav {
    height: auto !important;
  }
}

.sub-nav {
  background: #2d7faa;
}
.sub-nav .menu-button {
  background: #2d7faa;
  color: #fff;
}
@media (min-width: 768px) {
  .sub-nav {
    height: 118px;
  }
}
@media (min-width: 992px) {
  .sub-nav {
    height: 96px;
  }
}
.sub-nav .flexnav {
  margin-right: 20px;
}
.sub-nav .flexnav li {
  background-color: #2d7faa;
}
.sub-nav .flexnav li a {
  background-color: #2d7faa;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
.sub-nav .flexnav li a:hover {
  background: #c42030;
}
@media (min-width: 768px) {
  .sub-nav {
    margin-right: 0;
    margin-bottom: 50px;
    margin-left: 0;
  }
}
.sub-nav ul {
  padding: 0;
}
.sub-nav ul li {
  display: inline-block;
  width: 100%;
  border-bottom: solid 1px #3b88b1;
  list-style: none;
  text-align: center;
}
@media (min-width: 768px) {
  .sub-nav ul li {
    float: left;
    width: 12.5%;
    height: 118px;
    margin-right: 4px;
    border-right: solid 1px #3b88b1;
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .sub-nav ul li {
    height: 96px;
  }
}
.sub-nav ul li:last-child {
  border-right: none;
}
.sub-nav ul li a {
  position: relative;
  display: block;
  padding: 12px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.sub-nav ul li a:hover {
  background: #c42030;
}
@media (min-width: 768px) {
  .sub-nav ul li a {
    display: table-cell;
    width: 12.5%;
    height: 118px;
  }
}
@media (min-width: 992px) {
  .sub-nav ul li a {
    height: 96px;
  }
}
@media (min-width: 1200px) {
  .sub-nav ul li a {
    font-size: 14px;
    padding: 14px;
  }
}
.sub-nav ul li.current-menu-item a {
  background: #c42030;
}
@media (min-width: 768px) {
  .sub-nav ul li.current-menu-item:after {
    clear: both;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 41%;
    border-top: 12px solid #c42030;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
  }
}
@media (min-width: 768px) {
  .sub-nav.programs li,
  .sub-nav.programs a {
    width: 14.2%;
  }
}
.sub-nav ul,
.sub-nav ul li,
.sub-nav ul li a {
  position: relative;
  margin: 0;
  list-style: none;
}

@media screen and (min-width: 992px) {
  .single-programs .sub-nav,
  .page-template-about .sub-nav,
  .page-template-directors .sub-nav,
  .page-template-members-corporate .sub-nav {
    height: auto;
  }
}
.single-programs .sub-nav ul.flexnav,
.page-template-about .sub-nav ul.flexnav,
.page-template-directors .sub-nav ul.flexnav,
.page-template-members-corporate .sub-nav ul.flexnav {
  display: flex;
  align-items: stretch;
  height: auto;
  max-height: none;
}
@media screen and (max-width: 1079px) {
  .single-programs .sub-nav ul.flexnav,
  .page-template-about .sub-nav ul.flexnav,
  .page-template-directors .sub-nav ul.flexnav,
  .page-template-members-corporate .sub-nav ul.flexnav {
    flex-flow: column nowrap;
    align-items: center;
    max-height: 0;
  }
  .single-programs .sub-nav ul.flexnav.flexnav-show,
  .page-template-about .sub-nav ul.flexnav.flexnav-show,
  .page-template-directors .sub-nav ul.flexnav.flexnav-show,
  .page-template-members-corporate .sub-nav ul.flexnav.flexnav-show {
    max-height: 100%;
  }
}
.single-programs .sub-nav ul.flexnav li,
.page-template-about .sub-nav ul.flexnav li,
.page-template-directors .sub-nav ul.flexnav li,
.page-template-members-corporate .sub-nav ul.flexnav li {
  transition: 0.125s ease;
}
.single-programs .sub-nav ul.flexnav li.current-menu-item, .single-programs .sub-nav ul.flexnav li:hover,
.page-template-about .sub-nav ul.flexnav li.current-menu-item,
.page-template-about .sub-nav ul.flexnav li:hover,
.page-template-directors .sub-nav ul.flexnav li.current-menu-item,
.page-template-directors .sub-nav ul.flexnav li:hover,
.page-template-members-corporate .sub-nav ul.flexnav li.current-menu-item,
.page-template-members-corporate .sub-nav ul.flexnav li:hover {
  background-color: #c42030;
}
@media screen and (min-width: 1080px) {
  .single-programs .sub-nav ul.flexnav li,
  .page-template-about .sub-nav ul.flexnav li,
  .page-template-directors .sub-nav ul.flexnav li,
  .page-template-members-corporate .sub-nav ul.flexnav li {
    float: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1079px) {
  .single-programs .sub-nav ul.flexnav li,
  .page-template-about .sub-nav ul.flexnav li,
  .page-template-directors .sub-nav ul.flexnav li,
  .page-template-members-corporate .sub-nav ul.flexnav li {
    float: none;
    flex: 1;
    display: inline-flex;
    width: 100%;
    height: auto;
  }
}
.single-programs .sub-nav ul.flexnav li a,
.page-template-about .sub-nav ul.flexnav li a,
.page-template-directors .sub-nav ul.flexnav li a,
.page-template-members-corporate .sub-nav ul.flexnav li a {
  flex: 1;
  background-color: unset;
  font-size: 11px;
  font-weight: 600;
  text-transform: capitalize;
}
@media screen and (min-width: 1300px) {
  .single-programs .sub-nav ul.flexnav li a,
  .page-template-about .sub-nav ul.flexnav li a,
  .page-template-directors .sub-nav ul.flexnav li a,
  .page-template-members-corporate .sub-nav ul.flexnav li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1080px) {
  .single-programs .sub-nav ul.flexnav li a,
  .page-template-about .sub-nav ul.flexnav li a,
  .page-template-directors .sub-nav ul.flexnav li a,
  .page-template-members-corporate .sub-nav ul.flexnav li a {
    height: auto;
  }
}
@media screen and (max-width: 1079px) {
  .single-programs .sub-nav ul.flexnav li a,
  .page-template-about .sub-nav ul.flexnav li a,
  .page-template-directors .sub-nav ul.flexnav li a,
  .page-template-members-corporate .sub-nav ul.flexnav li a {
    height: auto;
  }
}

.supporters {
  padding: 20px 0 50px 0;
}
.supporters .title {
  color: #515151;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 8px;
  padding-top: 10px;
}
.supporters .sponsor-item {
  height: 200px;
  position: relative;
}
.supporters .sponsor-item img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.supporters .owl-theme .owl-controls .owl-buttons div {
  border-radius: 0;
}
.supporters .owl-prev {
  position: absolute;
  top: 35%;
  left: -50px;
}
.supporters .owl-next {
  position: absolute;
  top: 35%;
  right: -50px;
}

.navicon {
  display: none;
}

.flexnav {
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0;
}
.flexnav.opacity {
  opacity: 0;
}
.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.flexnav.one-page {
  position: fixed;
  top: 50px;
  right: 5%;
  max-width: 200px;
}
.flexnav li {
  font-size: 100%;
  position: relative;
  overflow: hidden;
}
.flexnav li a {
  position: relative;
  display: block;
  padding: 0.96em;
  z-index: 2;
  overflow: hidden;
  color: #222222;
  background: #a6a6a2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.flexnav li ul {
  width: 100%;
}
.flexnav li ul li {
  font-size: 100%;
  position: relative;
  overflow: hidden;
}
.flexnav li ul.flexnav-show li {
  overflow: visible;
}
.flexnav li ul li a {
  display: block;
  background: #b2b2af;
}
.flexnav ul li ul li a {
  background: #bfbfbc;
}
.flexnav ul li ul li ul li a {
  background: #cbcbc9;
}
.flexnav .touch-button {
  cursor: pointer;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  background: #acaca1;
  background: rgba(0, 0, 0, 0.075);
  text-align: center;
}
.flexnav .touch-button .navicon {
  position: relative;
  top: 1.4em;
  font-size: 12px;
  color: #666;
}

.menu-button {
  position: relative;
  display: block;
  padding: 1em;
  background: #a6a6a2;
  color: #222222;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.menu-button.one-page {
  position: fixed;
  top: 0;
  right: 5%;
  padding-right: 45px;
}
.menu-button .touch-button {
  background: transparent;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
}
.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: 1em;
  color: #666;
}

@media all and (min-width: 1080px) {
  body.one-page {
    padding-top: 70px;
  }
  .flexnav {
    overflow: visible;
  }
  .flexnav.opacity {
    opacity: 1;
  }
  .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px;
  }
  .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    overflow: visible;
    width: auto;
  }
  .flexnav li a {
    border-bottom: none;
  }
  .flexnav li > ul {
    position: absolute;
    top: auto;
    left: 0;
  }
  .flexnav li > ul li {
    width: 100%;
  }
  .flexnav li ul li > ul {
    margin-left: 100%;
    top: 0;
  }
  .flexnav li ul li a {
    border-bottom: none;
  }
  .flexnav li ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .flexnav li ul.open li {
    overflow: visible;
    max-height: 100px;
  }
  .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0;
  }
  .menu-button {
    display: none;
  }
}
.oldie body.one-page {
  padding-top: 70px;
}
.oldie .flexnav {
  overflow: visible;
}
.oldie .flexnav.one-page {
  top: 0;
  right: auto;
  max-width: 1080px;
}
.oldie .flexnav li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  background-color: #a6a6a2;
  width: 20%;
  min-height: 50px;
  overflow: visible;
}
.oldie .flexnav li:hover > ul {
  display: block;
  width: 100%;
  overflow: visible;
}
.oldie .flexnav li:hover > ul li {
  width: 100%;
  float: none;
}
.oldie .flexnav li a {
  border-left: 1px solid #acaca1;
  border-bottom: none;
  overflow: visible;
}
.oldie .flexnav li > ul {
  background: #acaca1;
  position: absolute;
  top: auto;
  left: 0;
  display: none;
  z-index: 1;
  overflow: visible;
}
.oldie .flexnav li ul li ul {
  top: 0;
}
.oldie .flexnav li ul li a {
  border-bottom: none;
}
.oldie .flexnav li ul.open {
  display: block;
  width: 100%;
  overflow: visible;
}
.oldie .flexnav li ul.open li {
  width: 100%;
}
.oldie .flexnav li ul.open ul.open {
  margin-left: 100%;
  top: 0;
  display: block;
  width: 100%;
  overflow: visible;
}
.oldie .flexnav ul li:hover ul {
  margin-left: 100%;
  top: 0;
}
.oldie .menu-button {
  display: none;
}
.oldie.ie7 .flexnav li {
  width: 19.9%;
}

/* Navigation */
.navbar-brand {
  height: auto;
  width: 200px;
  margin-top: 6px;
}
.navbar-brand img {
  width: 80%;
}
@media (min-width: 480px) {
  .navbar-brand img {
    width: auto;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    margin-top: 10px;
  }
}

.navbar .container {
  width: 100%;
}
@media (min-width: 1200px) {
  .navbar .container {
    width: 1170px;
  }
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #a7afb1;
}

.navbar-default .navbar-toggle {
  margin-top: 15px;
  background-color: #c42030;
  border-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default .navbar-toggle {
    margin-left: 0;
  }
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default {
  background: #ffffff;
  border-bottom: solid 2px #b5c5cb;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.navbar-default .navbar-nav li a {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #414141;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 4px;
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav li a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav li a {
    padding-left: 10px;
  }
}
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
  color: #c42030;
}
.navbar-default .navbar-nav li.search-li {
  width: 40px;
  margin-left: 5px;
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav li.search-li {
    margin-left: 15px;
  }
}
.navbar-default .navbar-nav li.search-li label .search-icon {
  margin-top: 14px;
  font-size: 18px;
  color: #5e5d5d;
  cursor: pointer;
}
.navbar-default .navbar-nav li #search-box {
  position: relative;
  right: 150px;
  display: block;
  width: 175px;
}
.navbar-default .navbar-nav li #search-box .search-input {
  float: left;
  width: 145px;
  height: 30px;
  padding-left: 5px;
}
.navbar-default .navbar-nav li #search-box .search-submit {
  display: block;
  padding: 0;
  float: left;
  text-align: center;
  width: 30px;
  height: 30px;
  color: white;
  background-color: #c42030;
  border-color: #c42030;
  line-height: 30px;
}
.navbar-default .navbar-nav li #search-box .search-submit:hover {
  cursor: pointer;
}

.mobile-icon-container {
  float: right;
}

.mobile-search-icon {
  font-size: 1.3em;
  padding: 20px;
  float: right;
}
@media (min-width: 480px) {
  .mobile-search-icon {
    font-size: 1.5em;
  }
}

#mobile-search-box {
  float: right;
  padding-top: 20px;
  display: inline-block;
}

@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
/* Pages */
/* Homepage */
#homepage .title a {
  color: #2d7faa;
}
#homepage .title a:hover {
  color: #226182;
}
#homepage.main-content {
  margin-top: -20px;
}
#homepage .top-slider {
  display: block !important;
}
#homepage .top-slider .carousel-inner > .item.active,
#homepage .top-slider .carousel-inner > .item.next.left,
#homepage .top-slider .carousel-inner > .item.prev.right {
  height: 100%;
  margin-bottom: 0;
}
#homepage .top-slider .carousel-inner .item img,
#homepage .top-slider .carousel-inner .item img,
#homepage .top-slider #homepage .top-slider .carousel-inner .next img {
  height: 100%;
}
#homepage .top-slider .carousel-control {
  z-index: 3;
  width: 10%;
}
#homepage .top-slider .carousel-control .glyphicon {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-size: 30px;
}
#homepage .top-slider .carousel-control .glyphicon:before {
  background-color: rgba(76, 76, 76, 0.8);
}
#homepage .top-slider .carousel-control.left .glyphicon:before {
  padding: 10px 15px 10px 10px;
}
#homepage .top-slider .carousel-control.right {
  padding-right: 100px;
}
#homepage .top-slider .carousel-control.right .glyphicon:before {
  padding: 10px 10px 10px 15px;
  margin-right: 10px;
}
#homepage .top-slider .carousel-inner {
  height: 400px !important;
  overflow: visible;
}
#homepage .top-slider .carousel-inner .item .content,
#homepage .top-slider .carousel-inner .next .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#homepage .top-slider .carousel-inner .item .content h2,
#homepage .top-slider .carousel-inner .next .content h2 {
  font-size: 20px;
  color: #fff;
}
@media (min-width: 992px) {
  #homepage .top-slider .carousel-inner .item .content h2,
  #homepage .top-slider .carousel-inner .next .content h2 {
    font-size: 32px;
  }
}
#homepage .top-slider .carousel-inner .item .content.gradient,
#homepage .top-slider .carousel-inner .next .content.gradient {
  background-color: black;
  background: rgb(76, 76, 76);
  background: -moz-linear-gradient(left, rgb(19, 19, 19) 0%, rgb(19, 19, 19) 30%, rgba(19, 19, 19, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(19, 19, 19)), color-stop(30%, rgb(19, 19, 19)), color-stop(100%, rgba(19, 19, 19, 0)));
  background: -webkit-linear-gradient(left, rgb(19, 19, 19) 0%, rgb(19, 19, 19) 30%, rgba(19, 19, 19, 0) 100%);
  background: -o-linear-gradient(left, rgb(19, 19, 19) 0%, rgb(19, 19, 19) 30%, rgba(19, 19, 19, 0) 100%);
  background: -ms-linear-gradient(left, rgb(19, 19, 19) 0%, rgb(19, 19, 19) 30%, rgba(19, 19, 19, 0) 100%);
  background: linear-gradient(to right, rgb(19, 19, 19) 0%, rgb(19, 19, 19) 30%, rgba(19, 19, 19, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c4c4c", endColorstr="#131313", GradientType=1 );
}
#homepage .top-slider .carousel-inner .item .content .text,
#homepage .top-slider .carousel-inner .next .content .text {
  color: #fff !important;
  margin-left: 15%;
  width: 50%;
}
@media (min-width: 992px) {
  #homepage .top-slider .carousel-inner .item .content .text,
  #homepage .top-slider .carousel-inner .next .content .text {
    width: 45%;
    margin-top: 3%;
  }
}
#homepage .top-slider .carousel-inner .item .content .text p,
#homepage .top-slider .carousel-inner .next .content .text p {
  color: #fff;
  font-size: 13px;
  line-height: 1.5em;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  #homepage .top-slider .carousel-inner .item .content .text p,
  #homepage .top-slider .carousel-inner .next .content .text p {
    font-size: 20px;
  }
}
#homepage .top-slider .carousel-inner .item .content .text .join-banner-link,
#homepage .top-slider .carousel-inner .next .content .text .join-banner-link {
  color: white;
  margin-top: 10px;
  padding: 15px;
  background-color: #c42030;
  text-transform: uppercase;
  display: inline-block;
}
#homepage .top-slider .carousel-inner .item img,
#homepage .top-slider .carousel-inner .next img {
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100% !important;
}
#homepage h2 {
  color: #474747;
  font-size: 32px;
  margin-top: 0;
}
#homepage .jumbotron h1 {
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
}
#homepage #homepage-boxes {
  padding: 40px 0 40px 0;
}
#homepage #homepage-boxes .container {
  margin: 0;
}
@media (min-width: 768px) {
  #homepage #homepage-boxes .container {
    margin: auto;
  }
}
#homepage #homepage-boxes .container .inner {
  text-align: center;
  padding: 20px;
  height: 200px;
  width: 267px;
  position: relative;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #homepage #homepage-boxes .container .inner {
    width: auto;
  }
}
@media (min-width: 992px) {
  #homepage #homepage-boxes .container .inner {
    margin-top: auto;
    width: 300px;
    height: 225px;
  }
}
#homepage #homepage-boxes .container .inner .layer {
  background-color: rgba(239, 65, 54, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#homepage #homepage-boxes .container .inner .layer:hover {
  background-color: rgba(239, 65, 54, 0.5);
}
#homepage #homepage-boxes .container .inner h5 {
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
}
#homepage .news-button {
  background-color: #b5c5cb;
  border-color: #b5c5cb;
}
#homepage #recent-news {
  padding: 20px 0;
}
#homepage #recent-news hr {
  border-color: #ebebeb;
}
#homepage #recent-news .news-piece .news-wrapper {
  height: 160px;
}
#homepage #recent-news .news-piece .news-wrapper .inner {
  max-height: 80px;
  overflow: hidden;
}
#homepage #recent-news .news-piece .title {
  font-size: 17px;
  color: #2d7faa;
  font-family: "Lato", sans-serif;
}
#homepage #recent-news .news-piece p {
  font-size: 12px;
}
#homepage #recent-news .news-piece .read-more {
  color: #c42030;
  font-weight: 700;
}
#homepage .fb-page span {
  width: 100% !important;
  height: 100% !important;
}
#homepage .fb-page iframe {
  margin: 0 auto !important;
  display: block !important;
}
#homepage .fb_iframe_widget iframe {
  position: relative !important;
}
#homepage .padding-gutters {
  padding-left: 30px;
  padding-right: 30px;
}

#social-feed {
  margin-bottom: 40px;
}
#social-feed .fb-btn {
  padding-right: 0;
}
#social-feed .fb-btn.active .social-icons {
  background-color: #b5c5cb;
}
#social-feed .fb-btn.active .social-icons i {
  color: white;
}
#social-feed .tw-btn {
  padding-left: 0;
  padding-right: 0;
}
#social-feed .tw-btn.active .social-icons {
  background-color: #b5c5cb;
}
#social-feed .tw-btn.active .social-icons i {
  color: white;
}
#social-feed .ig-btn {
  padding-left: 0;
}
#social-feed .ig-btn.active .social-icons {
  background-color: #b5c5cb;
}
#social-feed .ig-btn.active .social-icons i {
  color: white;
}
#social-feed .vv-head {
  margin-top: 25px;
}
@media (min-width: 768px) {
  #social-feed .vv-head {
    margin-top: 0;
  }
}
#social-feed .vv-head .social-icons {
  padding-top: 10px;
  background-color: #b5c5cb;
  cursor: default;
}
#social-feed .vv-head h3 {
  margin-top: 0;
}
#social-feed .vv-footer .social-icons {
  padding-top: 6px;
}
#social-feed .social-icons {
  color: white;
  height: 40px;
  cursor: pointer;
  background-color: #91a1a8;
}
#social-feed .social-icons i {
  margin-top: 7px;
  color: #c7cdd0;
}
#social-feed .social-footer a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 3px;
  display: inline-block;
}
#social-feed .social-footer a:hover {
  color: #000;
  text-decoration: none;
}
#social-feed .social-footer i {
  margin-right: 10px;
}
#social-feed .social-content {
  min-height: 457px;
  padding-top: 15px;
  background-color: #f5f5f5;
}
#social-feed .social-content .twitter-wrapper {
  margin-left: 2.5%;
  max-width: 95%;
}
#social-feed .hl-widget.latest-discussion {
  width: 96%;
  padding: 5px;
  margin: 0 auto;
}
#social-feed .hl-widget.latest-discussion,
#social-feed .hl-widget.latest-discussion #login-information-container {
  background: transparent;
}
#social-feed .hl-widget.latest-discussion #login-information-container {
  float: right;
  padding: 5px 10px;
  margin-right: -5px;
  color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#social-feed .hl-widget.latest-discussion #login-information-container a {
  color: #ddd;
}
#social-feed .hl-widget.latest-discussion #login-information-container .error-message {
  color: #cc0000;
}
#social-feed .hl-widget.latest-discussion .container {
  background-color: white;
  font: 13px/1.22 arial, helvetica, clean, sans-serif;
  overflow: auto;
  padding: 0 10px;
  width: 100%;
}
#social-feed .hl-widget.latest-discussion ul {
  padding-left: 0;
}
#social-feed .hl-widget.latest-discussion li {
  list-style-type: none;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: dotted 1px #afb1b3;
  padding: 10px;
}
#social-feed .hl-widget.latest-discussion .item-image-container {
  float: left;
  width: 60px;
  height: 60px;
  padding-top: 2px;
}
#social-feed .hl-widget.latest-discussion .item-title-container {
  margin-top: 2px;
}
#social-feed .hl-widget.latest-discussion .item-title-container a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  font-family: arial;
}
#social-feed .hl-widget.latest-discussion .item-by-line-container {
  color: #808080;
  font-style: italic;
  margin-top: 2px;
}
#social-feed .hl-widget.latest-discussion .item-by-line-container span {
  font-size: 0.85em;
}
#social-feed .hl-widget.latest-discussion .item-posted-in-container {
  color: #808080;
  margin-top: 2px;
}
#social-feed .hl-widget.latest-discussion .item-posted-in-container span {
  font-size: 0.85em;
}
#social-feed .hl-widget.latest-discussion .item-body-container {
  margin-top: 15px;
}
#social-feed .hl-widget.latest-discussion .footer-container {
  margin: 0px 10px;
}
#social-feed .hl-widget.latest-discussion .footer-item-more {
  float: left;
}
#social-feed .hl-widget.latest-discussion .footer-item-post {
  float: right;
}
#social-feed .hl-widget.latest-discussion .footer-item-more,
#social-feed .hl-widget.latest-discussion .footer-item-post {
  padding-bottom: 10px;
}
#social-feed .hl-widget .error-message {
  color: #cc0000;
  padding: 10px;
}

#right-btn {
  width: 100%;
  display: block;
  margin: 20px 0;
  font-size: 25px;
  font-weight: bold;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 10px 20px;
}

.programs {
  margin-top: 10px;
}

.programs {
  margin-top: 0px !important;
}
.programs h1 {
  margin-top: 0;
}

#programs-area {
  margin-top: 55px;
}
#programs-area .program-box {
  height: 350px;
  padding: 25px 0;
}
@media (min-width: 768px) {
  #programs-area .program-box {
    float: none;
  }
}
#programs-area .program-box a {
  color: #c42030;
}
#programs-area .program-box h6 {
  color: #000000;
}
#programs-area .program-box h6 #programs-area {
  margin-top: 55px;
}
#programs-area .program-box h6 #programs-area .program-box {
  height: 350px;
  padding: 25px 0;
}
@media (min-width: 768px) {
  #programs-area .program-box h6 #programs-area .program-box {
    float: none;
  }
}
#programs-area .program-box h6 #programs-area .program-box a {
  color: #c42030;
}
#programs-area .program-box h6 #programs-area .program-box h6 {
  color: #000000;
}
#programs-area .program-box h6 #programs-area .program-box .logo {
  height: 250px;
  line-height: 50px;
  border: solid 1px #ccc;
}
#programs-area .program-box h6 #programs-area .program-box .logo img {
  position: absolute;
  max-width: 300px;
  max-height: 100%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 50px;
  left: 0;
}
#programs-area .program-box h6 #programs-area .row {
  display: table-row;
}
#programs-area .program-box .logo {
  height: 250px;
  line-height: 50px;
}
#programs-area .program-box .logo img {
  position: absolute;
  max-width: 300px;
  max-height: 100%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 50px;
  left: 0;
}
#programs-area .row {
  display: table-row;
}

#dep-area {
  margin-top: 55px;
}
#dep-area .program-box {
  height: 350px;
  padding: 25px 0;
  margin-bottom: 25px;
  border: solid 1px #ccc;
  display: block;
}
#dep-area .program-box:hover {
  text-decoration: none;
}
#dep-area .program-box:hover h6 {
  color: #c42030;
}
#dep-area .program-box:hover span {
  color: #c42030;
}
@media (min-width: 768px) {
  #dep-area .program-box {
    float: none;
  }
}
#dep-area .program-box a {
  color: #c42030;
}
#dep-area .program-box h6 {
  color: #000000;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
#dep-area .program-box .logo {
  height: 250px;
  line-height: 50px;
}
#dep-area .program-box .logo img {
  position: absolute;
  max-width: 300px;
  max-height: 100%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 50px;
  left: 0;
}
#dep-area .row {
  display: table-row;
}

.title-red {
  color: #c42030;
  font-size: 16px;
  font-weight: 700;
}

.main-content {
  margin-top: 50px;
}

/* Panel */
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
}

.panel-default > .panel-heading {
  background: #59a1b3;
}

.panel-default {
  border: none;
}

.panel-title > a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
}
.panel-title > a:hover {
  color: #000;
}

.panel-body {
  padding: 15px 0;
}

/* Price Box */
.item {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .item {
    margin-bottom: 50px;
  }
}
.item .description {
  font-style: italic;
  margin-bottom: 0;
}

.price-box {
  padding: 10px 20px;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.price-box.square {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .price-box.square {
    margin-top: 50px;
  }
}
.price-box .price {
  font-size: 30px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .price-box .price {
    font-size: 40px;
  }
}
.price-box .member-type {
  color: #c42030;
  text-transform: uppercase;
  font-weight: 700;
}

.info-box {
  background: #ebf3f5;
  padding: 0 20px 10px 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .info-box {
    margin-bottom: 50px;
  }
}

.board-of-directors .title-label {
  font-style: italic;
  margin-bottom: 10px;
  margin-top: -8px;
  font-size: 16px;
}
.board-of-directors .assoc-name {
  margin-bottom: 0px;
  font-weight: 700;
}

.tribe-events-content ol,
.tribe-events-content p,
.tribe-events-content ul {
  font-family: "Open Sans", sans-serif !important;
  font-weight: normal !important;
  font-size: 14px !important;
  color: #515151 !important;
  line-height: 175% !important;
  margin-bottom: 20px !important;
}

#tribe-events {
  margin-bottom: 20px;
}
#tribe-events h1 {
  margin: 0 !important;
}
#tribe-events .tribe-events-loop a,
#tribe-events .tribe-events-sub-nav a {
  color: #c42030 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
}
#tribe-events h2,
#tribe-events h2 a.tribe-event-url {
  font-family: "Open Sans", sans-serif f !important;
  font-size: 30px !important;
  font-weight: 300 !important;
  color: #59a1b3 !important;
  text-transform: uppercase !important;
}
@media (min-width: 768px) {
  #tribe-events h2,
  #tribe-events h2 a.tribe-event-url {
    font-size: 40px !important;
  }
}
#tribe-events .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
#tribe-events .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] a {
  background-color: #c42030 !important;
}
#tribe-events .tribe-events-ical {
  float: left !important;
}
#tribe-events .tribe-events-ical,
#tribe-events .tribe-events-button {
  color: #ffffff !important;
  background-color: #c42030 !important;
  border-color: #c42030 !important;
  border-radius: 0 !important;
  margin-right: 10px;
}
#tribe-events .tribe-events-ical:hover, #tribe-events .tribe-events-ical:focus, #tribe-events .tribe-events-ical:active, #tribe-events .tribe-events-ical.active,
#tribe-events .tribe-events-ical .open .dropdown-toggle.btn-red,
#tribe-events .tribe-events-button:hover,
#tribe-events .tribe-events-button:focus,
#tribe-events .tribe-events-button:active,
#tribe-events .tribe-events-button.active,
#tribe-events .tribe-events-button .open .dropdown-toggle.btn-red {
  color: #ffffff !important;
  background-color: #d9392e !important;
  border-color: #d9392e !important;
}
#tribe-events .tribe-events-ical:active, #tribe-events .tribe-events-ical.active,
#tribe-events .tribe-events-ical .open .dropdown-toggle.btn-red,
#tribe-events .tribe-events-button:active,
#tribe-events .tribe-events-button.active,
#tribe-events .tribe-events-button .open .dropdown-toggle.btn-red {
  background-image: none !important;
}
#tribe-events .tribe-events-ical .badge,
#tribe-events .tribe-events-button .badge {
  color: #c42030 !important;
  background-color: #ffffff !important;
}
#tribe-events .tribe-events-schedule {
  margin-bottom: 10px !important;
}
#tribe-events .tribe-events-schedule h2 {
  font-size: 22px !important;
  margin-top: 0 !important;
}
#tribe-events .tribe-events-event-url a {
  word-wrap: break-word;
}

#news-home {
  margin-top: -20px;
  margin-bottom: 60px;
}
#news-home h2 {
  font-size: 20px;
  text-transform: none;
  font-weight: 500;
  color: #59a1b3;
}
#news-home h2.sub-title {
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
#news-home #how-to-subscribe-box {
  margin-top: 45px;
  margin-bottom: 20px;
}
#news-home #how-to-subscribe-box .subscribe-row {
  margin-bottom: 15px;
  height: 70px;
}
#news-home #how-to-subscribe-box .subscribe-row .icon-wrap {
  width: 42px;
  float: left;
  text-align: right;
  margin-right: 15px;
  font-size: 50px;
  margin-left: -5px;
}
#news-home #how-to-subscribe-box .subscribe-row .text {
  float: left;
  width: 80%;
  margin-top: 10px;
}
#news-home #how-to-subscribe-box .subscribe-row .text a {
  text-transform: uppercase;
  color: #2d7faa;
  font-weight: 700;
}
#news-home #upcoming-events {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #ebf3f5;
  padding: 15px 30px;
}
#news-home #upcoming-events #view-calendar {
  color: #c42030;
}
#news-home #upcoming-events .upcoming-event {
  margin-top: 10px;
  margin-bottom: 10px;
}
#news-home #upcoming-events .upcoming-event .date {
  margin-top: 4px;
  float: left;
  text-align: center;
  margin-right: 15px;
  color: #2d7faa;
}
#news-home #upcoming-events .upcoming-event .date .month {
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  color: #2d6477;
  text-transform: uppercase;
}
#news-home #upcoming-events .upcoming-event .date .day {
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  color: #2d6477;
}
#news-home #upcoming-events .upcoming-event .text {
  float: left;
  width: 60%;
}
#news-home #upcoming-events .upcoming-event .text a {
  color: black;
  font-weight: 700;
}
#news-home #upcoming-events .upcoming-event .text .start-date {
  color: #2d7faa;
}
#news-home #upcoming-events .upcoming-event .text p {
  margin-bottom: 3px;
  line-height: 16px;
}
#news-home .full-calendar {
  margin: 20px 0;
}
#news-home #recent-news {
  margin-bottom: 20px;
}
#news-home #recent-news h2 {
  float: left;
  margin-top: 7px;
}
#news-home #recent-news .news-article {
  margin-bottom: 20px;
}
#news-home #recent-news .news-article h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
#news-home #recent-news .news-article h3 a {
  text-transform: uppercase;
  color: #c42030;
  font-weight: 700;
  font-size: 14px;
}
#news-home #recent-news .news-article .start-date {
  margin-bottom: 7px;
  line-height: 8px;
  text-transform: uppercase;
}
#news-home #recent-news .news-article .read-more {
  font-weight: 700;
  display: inline;
  color: #c42030;
}
#news-home #recent-news .news-article .date {
  margin-top: 13px;
}
#news-home #recent-news #view-archives {
  float: right;
  text-transform: none;
}

@media (min-width: 768px) {
  .news-article-page {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.news-article-page .article-content {
  margin-top: 50px;
}
.news-article-page .news-article-date {
  font-weight: bold;
}

#news-archive {
  margin-top: -20px;
}
#news-archive .blue-background {
  background-color: #f3f7f7;
}
@media (min-width: 768px) {
  #news-archive .blue-background {
    margin-bottom: 40px;
  }
}
#news-archive .news-filters {
  padding: 15px 0;
  width: 100%;
}
#news-archive .news-filters #select-news-form #category-select-container {
  float: right;
  margin-left: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  #news-archive .news-filters #select-news-form #category-select-container {
    width: 25%;
  }
}
#news-archive .news-filters #select-news-form #category-select-container .form-control {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
#news-archive .news-filters #select-news-form #category-select-container {
  position: relative;
}
#news-archive .news-filters #select-news-form #category-select-container label {
  margin-bottom: 0;
  width: 100%;
  font-weight: inherit;
}
#news-archive .news-filters #select-news-form #category-select-container label:after {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 20px;
  color: white;
  right: 15px;
  top: 4px;
  padding: 0;
  position: absolute;
  pointer-events: none;
}
#news-archive .news-filters #select-news-form #category-select-container #category-select {
  width: 100%;
  background-color: #a7afb1;
  border-color: #a7afb1;
  color: white;
}
#news-archive .news-article {
  height: 160px;
}
#news-archive .news-article .title {
  margin-top: 0;
}
#news-archive .news-article .date {
  display: table;
  height: 160px;
  overflow: hidden;
}
#news-archive .news-article .date .date-block {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#news-archive .news-article .date .date-block p {
  margin-bottom: 5px;
  color: #2d6477;
}
#news-archive .news-article .date .date-block p.date-month, #news-archive .news-article .date .date-block p.date-year {
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
}
#news-archive .news-article .date .date-block p.date-day {
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
}
#news-archive .news-article .news-content {
  display: table;
  height: 160px;
  overflow: hidden;
}
#news-archive .news-article .news-content .title-excerpt {
  display: table-cell;
  vertical-align: middle;
}
#news-archive .news-article .news-content .title-excerpt .title {
  font-size: 18px;
  margin-bottom: 2px;
}
#news-archive .news-article .news-content .title-excerpt .categories a,
#news-archive .news-article .news-content .title-excerpt .read-more {
  color: #2d7faa;
}
#news-archive .load-more {
  margin-top: 35px;
  border-radius: 0;
  font-weight: 600;
}
#news-archive .load-more a {
  color: #5e5d5d;
  font-size: 16px;
  padding: 10px 0;
}

/* Topic Parent */
/* Topic Subpage */
.ui-autocomplete {
  background-color: #f5f5f5;
  width: 300px;
  list-style-type: none;
  padding-left: 15px;
  padding-bottom: 5px;
}
.ui-autocomplete li.ui-menu-item {
  margin-bottom: 5px;
}
.ui-autocomplete li.ui-menu-item a {
  color: black;
}
.ui-autocomplete li.ui-menu-item a:hover, .ui-autocomplete li.ui-menu-item a:focus {
  cursor: pointer;
  text-decoration: none;
  color: #c42030;
}

img.temp_load {
  padding: 15px;
  margin-top: 30px;
}

.topic-parent-page {
  margin-top: 20px;
}
.topic-parent-page h1 {
  margin-bottom: 10px;
}
.topic-parent-page #big-topic-icons {
  text-align: center;
}
.topic-parent-page #big-topic-icons:hover a {
  zoom: 1;
  filter: alpha(opacity=45);
  opacity: 0.45;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.topic-parent-page #big-topic-icons a {
  margin: 0px 20px 60px 20px;
  color: #ffffff;
  background: #c42030;
  text-decoration: none;
  height: 320px;
  padding: 15px;
  display: block;
  position: relative;
}
.topic-parent-page #big-topic-icons a:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  box-shadow: 3px 3px 15px #666;
}
@media (min-width: 768px) {
  .topic-parent-page #big-topic-icons a.join {
    height: 125px;
  }
}
.topic-parent-page #big-topic-icons a i {
  font-size: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .topic-parent-page #big-topic-icons a i.icon-join-now-icon {
    margin-top: 0;
    font-size: 85px;
    margin-left: -300px;
  }
}
.topic-parent-page #big-topic-icons a span {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 25px;
  position: absolute;
  width: 250px;
  top: 175px;
  left: 50%;
  margin-left: -125px;
}
@media (min-width: 768px) {
  .topic-parent-page #big-topic-icons a span.join {
    top: 35px;
    width: 350px;
  }
}

@media (min-width: 480px) {
  .options {
    width: 43%;
    display: inline-block;
    margin-left: 7%;
  }
}

.topic-subpage {
  margin-top: -20px !important;
  margin-bottom: 50px;
}
.topic-subpage h1 {
  margin: 0;
}
.topic-subpage h3 {
  margin-top: 0;
}
.topic-subpage .blue-background {
  background-color: #f3f7f7;
  margin-top: -60px;
}
@media (min-width: 768px) {
  .topic-subpage .blue-background {
    margin-bottom: 40px;
    margin-top: -50px;
  }
}
.topic-subpage .result-stats p {
  margin-bottom: 20px;
  color: #59a1b3;
}
.topic-subpage .topic-filters {
  padding: 15px 0;
  width: 100%;
}
.topic-subpage .topic-filters .message {
  font-weight: 700;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .topic-subpage .topic-filters .message {
    margin-top: 7px;
    margin-bottom: 0px;
    font-size: 14px;
  }
}
.topic-subpage .topic-filters #select-topic-form .select-container {
  padding-right: 0;
  position: relative;
}
.topic-subpage .topic-filters #select-topic-form .select-container .form-control {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.topic-subpage .topic-filters #select-topic-form .select-container label {
  margin-bottom: 0;
  width: 100%;
  font-weight: inherit;
}
.topic-subpage .topic-filters #select-topic-form .select-container label:after {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 20px;
  color: white;
  right: 25px;
  top: 4px;
  padding: 0;
  position: absolute;
  pointer-events: none;
}
.topic-subpage .topic-filters #select-topic-form .select-container select {
  width: 100%;
  background-color: #a7afb1;
  border-color: #a7afb1;
  color: white;
}
.topic-subpage .topic-filters #select-topic-form #tag-text-container {
  position: relative;
  margin-bottom: 5px;
}
.topic-subpage .topic-filters #select-topic-form #tag-text-container label {
  margin-bottom: 0;
  width: 100%;
  font-weight: 200;
}
.topic-subpage .topic-filters #select-topic-form #tag-text-container label:after {
  font-family: "FontAwesome";
  content: "\f002";
  font-size: 16px;
  color: #59a1b3;
  right: 15px;
  top: 7px;
  padding: 0;
  position: absolute;
  pointer-events: none;
}
@media (min-width: 768px) {
  .topic-subpage .topic-filters #select-topic-form #tag-text-container {
    margin-bottom: 0;
  }
}
.topic-subpage .topic-filters #select-topic-form #tag-text-container .ui-helper-hidden-accessible {
  display: none;
}
.topic-subpage .featured-item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 2px #ebf3f5;
}
.topic-subpage .featured-item .title {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
.topic-subpage .featured-item .title-bar {
  background: #eaeaea;
}
.topic-subpage .featured-item .title-bar i.icon-fire-shiled-icon {
  font-size: 28px;
  top: 4px;
  position: relative;
  color: #c42030;
}
.topic-subpage .featured-item .title-bar h1 {
  color: #a7afb1;
  letter-spacing: 3px;
  padding-left: 6px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0;
}
.topic-subpage .featured-item .text-body {
  margin-bottom: 15px;
  background: #f1f1f1;
  padding: 20px;
  height: initial !important;
  margin-top: 0 !important;
}
.topic-subpage .featured-item .text-body a.btn.btn-primary {
  background: #c42030;
  border: 0;
  border-radius: 0;
  display: block;
  width: 150px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.topic-subpage #topic-results {
  padding: 0 15px;
  margin-left: -45px;
  margin-right: -45px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .topic-subpage #topic-results {
    margin-bottom: 20px;
  }
}
.topic-subpage #topic-results h1 {
  margin-bottom: 10px;
}
.topic-subpage #topic-results h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  color: #c42030;
}
.topic-subpage #topic-results p {
  margin: 0;
  padding-top: 8px;
}
.topic-subpage #topic-results .no-pad {
  padding: 0;
}
.topic-subpage #topic-results:hover .topic-content {
  zoom: 1;
  filter: alpha(opacity=45);
  opacity: 0.45;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.topic-subpage #topic-results .topic-item {
  margin-bottom: 20px;
}
.topic-subpage #topic-results .topic-item .topic-content {
  margin: 0;
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .topic-subpage #topic-results .topic-item .topic-content {
    min-height: 460px;
  }
}
.topic-subpage #topic-results .topic-item .topic-content:hover {
  /*Opacity*/
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  box-shadow: 3px 3px 15px #666;
  border-color: #c42030;
  background: white;
}
.topic-subpage #topic-results .topic-item .topic-content .topic-img-container {
  display: block;
  width: 100%;
  height: 190px;
  margin: 0;
  position: relative;
}
.topic-subpage #topic-results .topic-item .topic-content .topic-img-container .topic-img {
  margin: auto;
  height: auto;
  width: auto;
  padding: 10px;
  max-height: 190px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.topic-subpage #topic-results .topic-item .topic-content .text-container {
  display: block;
  width: 100%;
  height: 260px;
  margin: 0;
  overflow: hidden;
}
.topic-subpage #topic-results .topic-item .topic-content .text-container h4 {
  padding: 10px;
  margin: 0 !important;
  font-size: 16px;
  font-weight: 700;
  color: black;
}
.topic-subpage #topic-results .topic-item .topic-content .text-container h4 a {
  color: #000000;
}
.topic-subpage #topic-results .topic-item .topic-content .text-container h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.topic-subpage #topic-results .topic-item .topic-content .text-container h5 a {
  color: #c42030;
}
.topic-subpage #topic-results .topic-item .topic-content .text-container .tags {
  padding-left: 10px;
  font-size: 12px;
}
.topic-subpage #topic-results .topic-item .topic-content .text-container .type {
  margin-left: 10px;
  font-size: 12px;
  padding: 5px;
  margin-top: 5px;
  display: inline-block;
  border-radius: 3px;
  background: #a7afb1;
  color: #fff;
}
.topic-subpage #topic-results .topic-item .topic-content .text-container .type a {
  color: #fff;
}
.topic-subpage #topic-results .topic-item .topic-content .text-container .topic-text {
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 20px;
}
.topic-subpage #topic-results .topic-item .topic-content .bottom-align-button {
  display: block;
  width: 100%;
  height: 42px;
}
.topic-subpage #topic-results .topic-item .topic-content .bottom-align-button .read-more {
  background: #c42030;
  text-align: right;
  color: #ffffff;
  font-weight: 600;
  padding: 10px;
  border-radius: 0;
}
.topic-subpage #topic-results .topic-item .topic-content .bottom-align-button .read-more:hover {
  text-decoration: underline;
}
.topic-subpage #topic-results .load-more,
.topic-subpage #topic-results .load-all {
  margin-top: 35px;
  border-radius: 0;
  font-weight: 600;
}
.topic-subpage #topic-results .load-more a,
.topic-subpage #topic-results .load-all a {
  color: #5e5d5d;
  font-size: 16px;
  padding: 10px 0;
}
.topic-subpage #topic-results #temp_load {
  text-align: center;
}
.topic-subpage #topic-results #temp_load img {
  margin-top: 20px;
}
.topic-subpage #topic-results #no-results p {
  color: #5e5d5d;
  font-size: 16px;
  padding: 10px 0;
  font-weight: 600;
}
.topic-subpage .filter-btn {
  display: block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .topic-subpage .filter-btn {
    margin-top: 0;
    display: inline-block;
  }
}
.topic-subpage .filter-btn.hide {
  display: none;
}
.topic-subpage #search-modal .modal-title {
  text-align: center;
  font-size: 28px;
  color: red;
  text-transform: uppercase;
  border-bottom: solid 1px #5e5d5d;
  padding-bottom: 5px;
}
.topic-subpage #search-modal .modal-body {
  padding: 20px 35px;
  position: initial;
}
.topic-subpage #search-modal .modal-dialog {
  margin: 80px auto;
}
.topic-subpage #search-modal input {
  margin-bottom: 5px;
  margin-right: 5px;
}
.topic-subpage #search-modal .resource-options,
.topic-subpage #search-modal .tag-options {
  margin-top: 20px;
  margin-bottom: 30px;
}
.topic-subpage #search-modal .resource-options {
  display: none;
}
.topic-subpage #search-modal .resource-options.show {
  display: block;
}
.topic-subpage #search-modal .heading {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #5e5d5d;
}
@media (min-width: 768px) {
  .topic-subpage #search-modal .heading {
    font-size: 20px;
  }
}
.topic-subpage #search-modal .heading .special {
  color: #a7afb1;
  font-size: 15px;
  text-transform: none;
  font-weight: normal;
}
.topic-subpage #search-modal .resource-options {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 30px;
}
.topic-subpage #search-modal .close {
  margin-top: 8px;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 12px;
}
.topic-subpage #search-modal .submit {
  background: #c42030;
  border: none;
  padding: 6px 12px;
  color: #fff;
  text-transform: uppercase;
}
.topic-subpage #search-modal #modal-select-topic-form #category-select {
  display: none;
}
.topic-subpage .quick-links {
  margin: 30px 0;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .topic-subpage .quick-links {
    margin: 0;
  }
}
.topic-subpage .quick-links:hover .inner {
  zoom: 1;
  filter: alpha(opacity=45);
  opacity: 0.45;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.topic-subpage .quick-links .topic-box {
  text-align: center;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .topic-subpage .quick-links .topic-box {
    margin: 10px 0 20px 0;
  }
}
.topic-subpage .quick-links .topic-box a {
  color: white;
  text-decoration: none;
}
.topic-subpage .quick-links .topic-box a h6 {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  top: 155px;
  position: relative;
}
.topic-subpage .quick-links .topic-box .inner {
  background: #b7b7b7;
  padding: 15px;
  height: 230px;
}
.topic-subpage .quick-links .topic-box .inner i {
  font-size: 120px;
  left: 50%;
  width: 120px;
  position: absolute;
  margin: 5% auto auto -60px;
}
.topic-subpage .quick-links .topic-box .inner:hover {
  /*Opacity*/
  text-decoration: none;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  box-shadow: 3px 3px 15px #666;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=image],
.gform_wrapper .gform_footer input[type=submit] {
  border: none;
  border-radius: 0;
  background-color: #c42030;
  color: #fff;
  text-transform: none;
  padding: 10px 20px;
  text-transform: uppercase;
}

.gform_wrapper h3.gform_title {
  display: none;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio],
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  height: 35px !important;
  background: #fff;
}

/* Serve Strong */
#serve-strong.main-content {
  margin-top: -20px;
}
#serve-strong .hero {
  padding-top: 25px;
}
@media (min-width: 768px) {
  #serve-strong .hero {
    margin-bottom: -380px;
  }
  #serve-strong .hero .top {
    padding-bottom: 120px;
  }
}
#serve-strong .hero h2 {
  font-size: 16px;
  line-height: 22px;
  color: #b22532;
  font-weight: 600;
  text-transform: none;
  padding: 20px;
}
@media (min-width: 768px) {
  #serve-strong .hero h2 {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    padding: 0;
  }
}
#serve-strong .hero img {
  max-width: 180px;
}
@media (min-width: 768px) {
  #serve-strong .hero img {
    max-width: 272px;
    padding: 10px 0;
  }
}
#serve-strong .hero .hero-banner {
  padding: 0;
  height: 125px;
}
@media (min-width: 768px) {
  #serve-strong .hero .hero-banner {
    height: 365px;
  }
}
#serve-strong .hero .hero-banner .jumbotron {
  border-radius: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#serve-strong .hero .whyiserve {
  margin-top: -25px;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  #serve-strong .hero .whyiserve {
    padding-bottom: 55px;
  }
}
#serve-strong .hero .whyiserve img {
  width: 100%;
  max-width: 100%;
  box-shadow: 0px -7px 20px black;
  padding-top: 0;
  padding-bottom: 0;
}
#serve-strong .serve-strong-resources {
  background-color: #273668;
}
@media (min-width: 768px) {
  #serve-strong .serve-strong-resources {
    background: transparent;
    top: -68px;
    position: relative;
  }
}
#serve-strong .serve-strong-resources p {
  color: white;
  line-height: 27px;
}
#serve-strong .serve-strong-resources .materials-wrap {
  padding: 15px;
}
#serve-strong .serve-strong-resources .materials-wrap .materials-box {
  background-color: #f2f2f2;
  padding: 0;
}
@media (min-width: 768px) {
  #serve-strong .serve-strong-resources .materials-wrap .materials-box {
    padding-bottom: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
  }
}
#serve-strong .serve-strong-resources .materials-wrap .materials-box .mat-title h4 {
  font-size: 14px;
  color: #273668;
  padding: 12px;
}
@media (min-width: 768px) {
  #serve-strong .serve-strong-resources .materials-wrap .materials-box .mat-title h4 {
    font-size: 16px;
    padding: 20px 0 5px;
  }
}
#serve-strong .serve-strong-resources .materials-wrap .materials-box .mat-item {
  border-top: 1px solid rgba(151, 151, 151, 0.2);
  padding: 15px 15px 0;
}
@media (min-width: 768px) {
  #serve-strong .serve-strong-resources .materials-wrap .materials-box .mat-item {
    border-top: 0;
  }
}
#serve-strong .serve-strong-resources .materials-wrap .materials-box .mat-item a {
  text-decoration: none;
}
#serve-strong .serve-strong-resources .materials-wrap .materials-box .mat-item p {
  color: #b22532;
  display: inline-block;
  font-size: 16px;
}
@media (min-width: 768px) {
  #serve-strong .serve-strong-resources .materials-wrap .materials-box .mat-item p {
    display: block;
    text-align: center;
  }
}
#serve-strong .serve-strong-resources .materials-wrap .materials-box .mat-item img {
  display: inline-block;
  max-height: 30px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #serve-strong .serve-strong-resources .materials-wrap .materials-box .mat-item img {
    display: block;
    max-height: 50px;
    padding-right: 0;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
#serve-strong .serve-strong-resources .materials-wrap .materials-box .mat-item i {
  float: right;
  padding-top: 10px;
  color: #6a6a6a;
}
#serve-strong .serve-strong-resources .mat-bottom {
  padding: 5px 15px 20px;
}
@media (min-width: 768px) {
  #serve-strong .serve-strong-resources .mat-bottom p {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 29px;
    padding: 18px 60px;
  }
}
#serve-strong .serve-strong-video .container {
  padding: 0;
}
@media (min-width: 768px) {
  #serve-strong .challenge .container {
    padding: 0 60px;
  }
  #serve-strong .challenge .serve-strong-video {
    max-width: 686px;
    margin: 0 auto;
    padding-bottom: 32px;
  }
}
#serve-strong .challenge h3 {
  color: #b22532;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px;
}
@media (min-width: 768px) {
  #serve-strong .challenge h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 33px;
    margin-top: 0;
  }
}
#serve-strong .challenge p {
  line-height: 27px;
  color: #6a6a6a;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #serve-strong .challenge p {
    font-size: 16px;
    line-height: 27px;
  }
}
#serve-strong .challenge .red {
  background: #b22532;
  padding: 15px;
}
@media (min-width: 768px) {
  #serve-strong .challenge .red {
    padding: 30px;
  }
}
#serve-strong .challenge .red h4 {
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
}
@media (min-width: 768px) {
  #serve-strong .challenge .red h4 {
    font-size: 22px;
    line-height: 27px;
    max-width: 800px;
    margin: 0 auto;
  }
}
#serve-strong .key-facts {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  #serve-strong .key-facts {
    padding-bottom: 40px;
  }
  #serve-strong .key-facts .container {
    width: 768px;
  }
  #serve-strong .key-facts .top-left {
    border-right: 1px solid rgba(151, 151, 151, 0.4);
    border-bottom: 1px solid rgba(151, 151, 151, 0.4);
  }
  #serve-strong .key-facts .top-right {
    border-bottom: 1px solid rgba(151, 151, 151, 0.4);
  }
  #serve-strong .key-facts .bottom-left {
    border-right: 1px solid rgba(151, 151, 151, 0.4);
    padding-top: 38px;
    padding-bottom: 0;
  }
  #serve-strong .key-facts .bottom-right {
    padding-top: 38px;
    padding-bottom: 0;
  }
  #serve-strong .key-facts img {
    margin: 0 auto;
    display: block;
  }
}
#serve-strong .key-facts h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  color: #29386a;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #serve-strong .key-facts h2 {
    padding-bottom: 30px;
  }
}
#serve-strong .key-facts p {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #6a6a6a;
}
#serve-strong .key-facts .fact-wrap {
  padding-bottom: 20px;
}
@media (max-width: 400px) {
  #serve-strong .key-facts .col-xs-2 {
    width: 24.666667%;
  }
  #serve-strong .key-facts .col-xs-10 {
    width: 75.333333%;
  }
}
#serve-strong .bottom-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
#serve-strong .bottom-section p {
  font-size: 14px;
  line-height: 27px;
  color: #6a6a6a;
}
@media (min-width: 768px) {
  #serve-strong .bottom-section p {
    font-size: 16px;
    line-height: 27px;
    max-width: 768px;
    margin: 0 auto;
    font-weight: 300;
  }
}
#serve-strong .bottom-section a {
  text-decoration: underline;
}
#serve-strong .bottom-section a:hover {
  color: #c42030;
}
#serve-strong .bottom-section img {
  max-width: 256px;
  padding-top: 40px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #serve-strong .bottom-section img {
    max-width: 100%;
  }
}

.page-template-toolkit .navbar {
  margin-bottom: 0 !important;
}
.page-template-toolkit .template-section {
  display: none;
  margin-bottom: 4rem;
}
.page-template-toolkit .template-section.active {
  display: block !important;
}
.page-template-toolkit #toolkit-template-wrapper .featured-image {
  width: 100%;
}
.page-template-toolkit #toolkit-template-wrapper section {
  margin-bottom: 64px;
}
.page-template-toolkit #toolkit-template-wrapper .tab-menu {
  background: #2d7faa;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .page-template-toolkit #toolkit-template-wrapper .tab-menu {
    flex-wrap: nowrap;
  }
}
.page-template-toolkit #toolkit-template-wrapper .tab-menu .tab-item {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  padding: 20px;
  cursor: pointer;
  transition: 300ms ease-in-out;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .page-template-toolkit #toolkit-template-wrapper .tab-menu .tab-item {
    width: unset;
  }
}
.page-template-toolkit #toolkit-template-wrapper .tab-menu .tab-item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 8px #2d7faa;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  transition: 300ms ease-in-out;
  opacity: 0;
  display: none;
}
@media (min-width: 992px) {
  .page-template-toolkit #toolkit-template-wrapper .tab-menu .tab-item::after {
    display: block;
  }
}
.page-template-toolkit #toolkit-template-wrapper .tab-menu .active {
  background: #c61f33 !important;
}
.page-template-toolkit #toolkit-template-wrapper .tab-menu .active::after {
  border-top: solid 8px #c61f33;
  opacity: 1;
}
.page-template-toolkit #toolkit-template-wrapper .box-tabs {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 4rem 0;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .page-template-toolkit #toolkit-template-wrapper .box-tabs {
    flex-wrap: nowrap;
  }
}
.page-template-toolkit #toolkit-template-wrapper .box-tabs .box {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #141414;
  position: relative;
  background: #ebf3f5;
  border-radius: 6px;
  width: 100%;
  height: 8rem;
  text-align: center;
  cursor: pointer;
  transition: 300ms ease-in-out;
}
.page-template-toolkit #toolkit-template-wrapper .box-tabs .box:hover {
  background: #c61f33;
  color: #fff;
}
.page-template-toolkit #toolkit-template-wrapper .box-tabs .box .name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.page-template-toolkit #toolkit-template-wrapper .box-tabs .box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 8px #ebf3f5;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  transition: 300ms ease-in-out;
  opacity: 0;
  display: none;
}
@media (min-width: 768px) {
  .page-template-toolkit #toolkit-template-wrapper .box-tabs .box::after {
    display: block;
  }
}
.page-template-toolkit #toolkit-template-wrapper .box-tabs .box.active {
  background: #c61f33 !important;
  color: #fff !important;
}
.page-template-toolkit #toolkit-template-wrapper .box-tabs .box.active::after {
  border-top: solid 8px #c61f33;
  opacity: 1;
}
.page-template-toolkit #toolkit-template-wrapper .sub-content {
  display: none;
}
.page-template-toolkit #toolkit-template-wrapper .sub-content.active {
  display: block;
}
@media (min-width: 768px) {
  .page-template-toolkit #toolkit-template-wrapper .section-content-long .box-tabs {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 768px) {
  .page-template-toolkit #toolkit-template-wrapper .section-content-long .box-tabs .box {
    width: 19% !important;
  }
}
.page-template-toolkit #toolkit-template-wrapper .section-content {
  width: 1100px;
  max-width: 96%;
  margin: 0 auto;
  position: relative;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #515151;
}
.page-template-toolkit #toolkit-template-wrapper .section-content table tr td {
  vertical-align: top;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-toolkit #toolkit-template-wrapper .section-content table tr td {
    display: table-cell;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-template-toolkit #toolkit-template-wrapper .section-content table tr td:first-of-type {
    padding-right: 4rem;
  }
}
@media (min-width: 768px) {
  .page-template-toolkit #toolkit-template-wrapper .section-content table tr td:last-of-type {
    padding-left: 4rem;
  }
}
.page-template-toolkit #toolkit-template-wrapper .section-content hr {
  margin: 4rem 0;
}
.page-template-toolkit #toolkit-template-wrapper .section-content img {
  max-width: 100%;
}
.page-template-toolkit #toolkit-template-wrapper .section-content .aligncenter {
  margin: 0 auto;
  display: block;
}
.page-template-toolkit #toolkit-template-wrapper .section-content h2 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 34px;
  text-transform: uppercase;
  color: #59a1b3;
  margin-bottom: 4rem;
}
.page-template-toolkit #toolkit-template-wrapper .section-content h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.02em;
  color: #273b81;
  margin-top: 32px;
}
.page-template-toolkit #toolkit-template-wrapper .section-content h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  color: #c61f33;
  margin: 0;
}
.page-template-toolkit #toolkit-template-wrapper .section-content h4 a {
  cursor: pointer;
}
.page-template-toolkit #toolkit-template-wrapper .section-content h4 a:hover {
  color: #273b81;
  text-decoration: underline;
}
.page-template-toolkit #toolkit-template-wrapper .section-content p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #515151;
}
.page-template-toolkit #toolkit-template-wrapper .section-content .read-more,
.page-template-toolkit #toolkit-template-wrapper .section-content .read-less {
  color: #c61f33;
  cursor: pointer;
}
.page-template-toolkit #toolkit-template-wrapper .section-content .read-more:hover,
.page-template-toolkit #toolkit-template-wrapper .section-content .read-less:hover {
  text-decoration: underline;
}
.page-template-toolkit #toolkit-template-wrapper .section-content ol,
.page-template-toolkit #toolkit-template-wrapper .section-content ul {
  padding-left: 0.5rem;
}
.page-template-toolkit #toolkit-template-wrapper .section-content ol li,
.page-template-toolkit #toolkit-template-wrapper .section-content ul li {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #515151;
}
.page-template-toolkit #toolkit-template-wrapper .section-content ul {
  margin-top: 0;
}
.page-template-toolkit #toolkit-template-wrapper .section-content ul li {
  list-style: disc;
}
.page-template-toolkit #toolkit-template-wrapper .content-body {
  background: #fff;
  width: 100%;
  padding: 42px 0;
}
.page-template-toolkit #toolkit-template-wrapper .kicker {
  background: #ebf3f5;
  width: 100%;
  padding: 42px 0;
}
.page-template-toolkit #toolkit-template-wrapper .less {
  display: none;
}
.page-template-toolkit #toolkit-template-wrapper .less.active {
  display: block !important;
}
.page-template-toolkit #toolkit-template-wrapper .more {
  display: none;
}
.page-template-toolkit #toolkit-template-wrapper .more.active {
  display: block !important;
}
.page-template-toolkit #toolkit-template-wrapper #key-practices,
.page-template-toolkit #toolkit-template-wrapper #department-factors,
.page-template-toolkit #toolkit-template-wrapper #creating-sustaining,
.page-template-toolkit #toolkit-template-wrapper #special-issues,
.page-template-toolkit #toolkit-template-wrapper #case-studies,
.page-template-toolkit #toolkit-template-wrapper #additional-reources {
  padding-top: 42px;
}
.page-template-toolkit #toolkit-template-wrapper .insight-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .page-template-toolkit #toolkit-template-wrapper .insight-box {
    flex-wrap: nowrap;
  }
}
.page-template-toolkit #toolkit-template-wrapper .insight-box .img-wrap {
  background: #8bc641;
  width: 16rem;
  height: 16rem;
  border-radius: 100%;
  border: 0.5rem solid #fff;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-template-toolkit #toolkit-template-wrapper .insight-box .img-wrap {
    margin: 0;
  }
}
.page-template-toolkit #toolkit-template-wrapper .insight-box .img-wrap img {
  width: 8rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  top: 50%;
}
.page-template-toolkit #toolkit-template-wrapper .insight-box p {
  background: #2c7b42;
  padding: 26px 42px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  margin: 0;
  width: 100%;
  padding-top: 8rem;
  margin-top: -6rem;
}
@media (min-width: 768px) {
  .page-template-toolkit #toolkit-template-wrapper .insight-box p {
    width: calc(100% - 13rem);
    margin-left: -3rem;
    margin-top: 0;
    padding-top: 26px;
  }
}
.page-template-toolkit #toolkit-template-wrapper .steps {
  width: 90rem;
  max-width: 100%;
  margin: 4rem auto 2rem;
}
.page-template-toolkit #toolkit-template-wrapper .steps .fancy-list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .page-template-toolkit #toolkit-template-wrapper .steps .fancy-list {
    flex-wrap: nowrap;
  }
}
.page-template-toolkit #toolkit-template-wrapper .steps .fancy-list .number-wrap {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-toolkit #toolkit-template-wrapper .steps .fancy-list .number-wrap {
    width: 6rem;
    text-align: left;
  }
}
.page-template-toolkit #toolkit-template-wrapper .steps .fancy-list .number-wrap .number {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 65px;
  line-height: 1;
  text-transform: uppercase;
  color: #59a1b3;
}
.page-template-toolkit #toolkit-template-wrapper .steps .fancy-list .copy-wrap {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-toolkit #toolkit-template-wrapper .steps .fancy-list .copy-wrap {
    width: 82rem;
  }
}
.page-template-toolkit #toolkit-template-wrapper .steps .fancy-list .copy-wrap .name {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
  color: #59a1b3;
}
.page-template-toolkit #toolkit-template-wrapper .key-factors-image {
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-toolkit #toolkit-template-wrapper .key-factors-image {
    margin-bottom: -4rem;
    margin-right: 2rem;
    text-align: right;
  }
}
.page-template-toolkit #toolkit-template-wrapper .key-factors-image img {
  width: 40rem;
  max-width: 100%;
}
.page-template-toolkit #toolkit-template-wrapper .key-factors-box-wrapper {
  width: 90rem;
  max-width: 100%;
  margin: 4rem auto;
  max-width: 100%;
}
.page-template-toolkit #toolkit-template-wrapper .key-factors-box-wrapper .key-factors-box {
  background: #ebf3f5;
  padding: 6rem 4rem;
  width: 100%;
  margin-top: -3rem;
}
@media (min-width: 768px) {
  .page-template-toolkit #toolkit-template-wrapper .key-factors-box-wrapper .key-factors-box {
    margin-left: 8rem;
    margin-top: 0;
  }
}
.page-template-toolkit #toolkit-template-wrapper .key-factors-box-wrapper .key-factors-box ul {
  margin-left: 2rem;
}
.page-template-toolkit #toolkit-template-wrapper .accordion {
  margin-bottom: 65px;
}
.page-template-toolkit #toolkit-template-wrapper .accordion .accordion-group {
  margin-bottom: 2rem;
}
.page-template-toolkit #toolkit-template-wrapper .accordion .accordion-group .accordion-heading .accordion-toggle {
  background: #c61f33;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: 300ms ease-in-out;
  text-decoration: none !important;
  padding: 0.85rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-toolkit #toolkit-template-wrapper .accordion .accordion-group .accordion-heading .collapsed {
  background: #ebf3f5 !important;
  color: #141414 !important;
}
.page-template-toolkit #toolkit-template-wrapper .accordion .accordion-group .accordion-heading .collapsed .fa {
  transform: rotate(180deg);
}
.page-template-toolkit #toolkit-template-wrapper .accordion .accordion-group .accordion-heading .collapsed:hover {
  text-decoration: none;
  background: #c61f33 !important;
  color: #fff !important;
}
.page-template-toolkit #toolkit-template-wrapper .accordion .accordion-group .accordion-heading .collapsed:focus {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .page-template-toolkit #toolkit-template-wrapper .accordion .accordion-group .accordion-body .accordion-inner {
    padding-left: 4rem;
  }
}

.page-template-search-tool .navbar,
.page-template-directory .navbar {
  margin-bottom: 0 !important;
}
.page-template-search-tool .featured-image,
.page-template-directory .featured-image {
  width: 100%;
}
.page-template-search-tool .section-content,
.page-template-directory .section-content {
  width: 1000px;
  max-width: 96%;
  margin: 0 auto;
  position: relative;
  padding: 4rem 0;
}
.page-template-search-tool .section-content .kicker,
.page-template-directory .section-content .kicker {
  display: block;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
}
.page-template-search-tool .section-content h1,
.page-template-directory .section-content h1 {
  display: block;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 37px;
  line-height: 50.39px;
  text-align: center;
  color: #c61f33;
  margin: 0;
  margin-bottom: 4rem;
  text-transform: none;
}
.page-template-search-tool .section-content p,
.page-template-directory .section-content p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}
.page-template-search-tool .section-content .search-tool,
.page-template-directory .section-content .search-tool {
  padding-bottom: 32px;
}
.page-template-search-tool .section-content .search-tool .toolbox,
.page-template-directory .section-content .search-tool .toolbox {
  background: #ffffff;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
  padding: 2rem 4rem;
}
@media (min-width: 768px) {
  .page-template-search-tool .section-content .search-tool .toolbox,
  .page-template-directory .section-content .search-tool .toolbox {
    padding: 4rem;
  }
}
.page-template-search-tool .section-content .search-tool .toolbox h2,
.page-template-directory .section-content .search-tool .toolbox h2 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  color: #c61f33;
  margin: 0;
  margin-bottom: 4rem;
  text-transform: none;
}
.page-template-search-tool .section-content .search-tool .toolbox form,
.page-template-directory .section-content .search-tool .toolbox form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .page-template-search-tool .section-content .search-tool .toolbox form,
  .page-template-directory .section-content .search-tool .toolbox form {
    flex-wrap: nowrap;
  }
}
.page-template-search-tool .section-content .search-tool .toolbox form .field-wrap,
.page-template-directory .section-content .search-tool .toolbox form .field-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-search-tool .section-content .search-tool .toolbox form .field-wrap,
  .page-template-directory .section-content .search-tool .toolbox form .field-wrap {
    width: unset;
  }
}
.page-template-search-tool .section-content .search-tool .toolbox form .field-wrap .form-row,
.page-template-directory .section-content .search-tool .toolbox form .field-wrap .form-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  align-items: center;
}
.page-template-search-tool .section-content .search-tool .toolbox form .field-wrap .half,
.page-template-directory .section-content .search-tool .toolbox form .field-wrap .half {
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-search-tool .section-content .search-tool .toolbox form .field-wrap .half,
  .page-template-directory .section-content .search-tool .toolbox form .field-wrap .half {
    width: calc(50% - 16px);
  }
}
.page-template-search-tool .section-content .search-tool .toolbox form .field-wrap .twofifth,
.page-template-directory .section-content .search-tool .toolbox form .field-wrap .twofifth {
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-search-tool .section-content .search-tool .toolbox form .field-wrap .twofifth,
  .page-template-directory .section-content .search-tool .toolbox form .field-wrap .twofifth {
    width: calc(30% - 16px);
  }
}
.page-template-search-tool .section-content .search-tool .toolbox form .field-wrap .onefifth,
.page-template-directory .section-content .search-tool .toolbox form .field-wrap .onefifth {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 8px;
}
@media (min-width: 768px) {
  .page-template-search-tool .section-content .search-tool .toolbox form .field-wrap .onefifth,
  .page-template-directory .section-content .search-tool .toolbox form .field-wrap .onefifth {
    width: calc(40% - 16px);
  }
}
.page-template-search-tool .section-content .search-tool .toolbox form .field-wrap .onefifth .select-wrapper,
.page-template-directory .section-content .search-tool .toolbox form .field-wrap .onefifth .select-wrapper {
  width: 100%;
}
.page-template-search-tool .section-content .search-tool .toolbox form .field-wrap .onefifth span,
.page-template-directory .section-content .search-tool .toolbox form .field-wrap .onefifth span {
  margin: 8px;
}
.page-template-search-tool .section-content .search-tool .toolbox form .field-wrap .onefifth input,
.page-template-search-tool .section-content .search-tool .toolbox form .field-wrap .onefifth select,
.page-template-directory .section-content .search-tool .toolbox form .field-wrap .onefifth input,
.page-template-directory .section-content .search-tool .toolbox form .field-wrap .onefifth select {
  width: 100%;
  margin: 0;
}
.page-template-search-tool .section-content .search-tool .toolbox form .checkbox-wrap,
.page-template-directory .section-content .search-tool .toolbox form .checkbox-wrap {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #707070;
  margin-right: 8px;
  margin-left: 8px;
  margin-top: 8px;
}
.page-template-search-tool .section-content .search-tool .toolbox form input[type=text], .page-template-search-tool .section-content .search-tool .toolbox form input[type=number],
.page-template-directory .section-content .search-tool .toolbox form input[type=text],
.page-template-directory .section-content .search-tool .toolbox form input[type=number] {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #515151;
  background: #ffffff;
  border: 0.7px solid #474747;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 8px;
  margin: 8px;
}
.page-template-search-tool .section-content .search-tool .toolbox form input[type=text]::placeholder, .page-template-search-tool .section-content .search-tool .toolbox form input[type=number]::placeholder,
.page-template-directory .section-content .search-tool .toolbox form input[type=text]::placeholder,
.page-template-directory .section-content .search-tool .toolbox form input[type=number]::placeholder {
  color: #707070;
}
.page-template-search-tool .section-content .search-tool .toolbox form input[type=checkbox],
.page-template-directory .section-content .search-tool .toolbox form input[type=checkbox] {
  margin-right: 4px;
}
.page-template-search-tool .section-content .search-tool .toolbox form input[type=submit],
.page-template-directory .section-content .search-tool .toolbox form input[type=submit] {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  background: #c61f33;
  border-radius: 3px;
  color: #ffffff;
  padding: 16px 32px;
  border: none;
  transition: 300ms ease-in-out;
  margin: 0;
}
.page-template-search-tool .section-content .search-tool .toolbox form input[type=submit]:hover,
.page-template-directory .section-content .search-tool .toolbox form input[type=submit]:hover {
  background: #515151;
}
.page-template-search-tool .section-content .search-tool .toolbox form .select-wrapper,
.page-template-directory .section-content .search-tool .toolbox form .select-wrapper {
  position: relative;
}
.page-template-search-tool .section-content .search-tool .toolbox form .select-wrapper.half,
.page-template-directory .section-content .search-tool .toolbox form .select-wrapper.half {
  margin: 8px;
}
.page-template-search-tool .section-content .search-tool .toolbox form .select-wrapper.half select,
.page-template-directory .section-content .search-tool .toolbox form .select-wrapper.half select {
  margin: unset;
}
.page-template-search-tool .section-content .search-tool .toolbox form .select-wrapper.half select::after,
.page-template-directory .section-content .search-tool .toolbox form .select-wrapper.half select::after {
  right: 0 !important;
}
.page-template-search-tool .section-content .search-tool .toolbox form .select-wrapper::after,
.page-template-directory .section-content .search-tool .toolbox form .select-wrapper::after {
  content: "ˇ";
  top: 50%;
  right: 8px;
  position: absolute;
  font-size: 2.5rem;
  line-height: 1.25rem;
}
.page-template-search-tool .section-content .search-tool .toolbox form select,
.page-template-directory .section-content .search-tool .toolbox form select {
  width: 100%;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #515151;
  background: #ffffff;
  border: 0.7px solid #474747;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 8px;
  margin: 8px;
  -webkit-appearance: none;
  appearance: none;
}
.page-template-search-tool .section-content .search-tool .toolbox form select::placeholder,
.page-template-directory .section-content .search-tool .toolbox form select::placeholder {
  color: #707070;
}
.page-template-search-tool .section-content .hidden,
.page-template-directory .section-content .hidden {
  display: none !important;
}
.page-template-search-tool .section-content .preview,
.page-template-directory .section-content .preview {
  padding: 4rem 0;
}
.page-template-search-tool .section-content .disclaimer,
.page-template-directory .section-content .disclaimer {
  font-family: "Open Sans";
  color: #797979;
  text-align: left;
  line-height: 17px;
  font-size: 12px;
}
.page-template-search-tool .section-content .results-meta,
.page-template-directory .section-content .results-meta {
  margin-top: 4rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-search-tool .section-content .results-meta .count,
.page-template-directory .section-content .results-meta .count {
  font-family: "Open Sans";
  display: block;
  font-weight: 400;
  color: #333333;
  text-align: left;
  line-height: normal;
  font-size: 20px;
}
.page-template-search-tool .section-content .results-meta .count span,
.page-template-directory .section-content .results-meta .count span {
  font-weight: 700;
}
.page-template-search-tool .section-content .results-meta .favorites .toggle-favorites,
.page-template-search-tool .section-content .results-meta .favorites .toggle-favorites-off,
.page-template-directory .section-content .results-meta .favorites .toggle-favorites,
.page-template-directory .section-content .results-meta .favorites .toggle-favorites-off {
  color: #c61f33;
  cursor: pointer;
  text-decoration: underline;
  transition: 300ms ease-in-out;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
}
.page-template-search-tool .section-content .results-meta .favorites .toggle-favorites:hover,
.page-template-search-tool .section-content .results-meta .favorites .toggle-favorites-off:hover,
.page-template-directory .section-content .results-meta .favorites .toggle-favorites:hover,
.page-template-directory .section-content .results-meta .favorites .toggle-favorites-off:hover {
  color: #273b81;
}
.page-template-search-tool .section-content .results .result,
.page-template-directory .section-content .results .result {
  width: 100%;
  background: #ffffff;
  border: 1px solid #afafaf;
  margin-bottom: 32px;
  border-left: 16px solid #273b81;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  padding: 2rem 4rem;
}
@media (min-width: 768px) {
  .page-template-search-tool .section-content .results .result,
  .page-template-directory .section-content .results .result {
    padding: 4rem;
  }
}
.page-template-search-tool .section-content .results .result .meta,
.page-template-directory .section-content .results .result .meta {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .page-template-search-tool .section-content .results .result .meta,
  .page-template-directory .section-content .results .result .meta {
    flex-wrap: nowrap;
  }
}
.page-template-search-tool .section-content .results .result .meta h2,
.page-template-directory .section-content .results .result .meta h2 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #273b81;
  text-transform: none;
  margin: 0;
}
.page-template-search-tool .section-content .results .result .meta h3,
.page-template-directory .section-content .results .result .meta h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin: 0;
}
.page-template-search-tool .section-content .results .result .meta .title,
.page-template-directory .section-content .results .result .meta .title {
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-search-tool .section-content .results .result .meta .title,
  .page-template-directory .section-content .results .result .meta .title {
    width: unset;
  }
}
.page-template-search-tool .section-content .results .result .meta .featured,
.page-template-directory .section-content .results .result .meta .featured {
  width: 100%;
  margin: 16px 0;
  display: flex;
  align-items: center;
}
.page-template-search-tool .section-content .results .result .meta .featured .print,
.page-template-search-tool .section-content .results .result .meta .featured .favorite,
.page-template-directory .section-content .results .result .meta .featured .print,
.page-template-directory .section-content .results .result .meta .featured .favorite {
  padding-left: 16px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .page-template-search-tool .section-content .results .result .meta .featured,
  .page-template-directory .section-content .results .result .meta .featured {
    width: unset;
    margin: 0;
  }
}
.page-template-search-tool .section-content .results .result .meta .featured .feature,
.page-template-directory .section-content .results .result .meta .featured .feature {
  background: #273b81;
  border: 1px solid #474747;
  border-radius: 16.5px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  padding: 2px 24px;
  margin-left: 0;
  width: 100%;
  text-align: left;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-search-tool .section-content .results .result .meta .featured .feature,
  .page-template-directory .section-content .results .result .meta .featured .feature {
    width: unset;
    margin-left: 16px;
    width: unset;
    display: inline-block;
  }
}
.page-template-search-tool .section-content .results .result .meta .featured .fa,
.page-template-directory .section-content .results .result .meta .featured .fa {
  font-size: 32px;
  margin-left: 16px;
  cursor: pointer;
}
.page-template-search-tool .section-content .results .result .table-wrap table,
.page-template-directory .section-content .results .result .table-wrap table {
  width: 100%;
  margin: 0;
}
.page-template-search-tool .section-content .results .result .table-wrap table tr,
.page-template-directory .section-content .results .result .table-wrap table tr {
  padding: 16px;
}
.page-template-search-tool .section-content .results .result .table-wrap table tr th,
.page-template-directory .section-content .results .result .table-wrap table tr th {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #474747;
  vertical-align: top;
  padding: 4px 0;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .page-template-search-tool .section-content .results .result .table-wrap table tr th,
  .page-template-directory .section-content .results .result .table-wrap table tr th {
    width: 200px;
    display: block;
  }
}
.page-template-search-tool .section-content .results .result .table-wrap table tr td,
.page-template-directory .section-content .results .result .table-wrap table tr td {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  vertical-align: top;
  padding: 4px 0;
  display: block;
}
@media (min-width: 768px) {
  .page-template-search-tool .section-content .results .result .table-wrap table tr td,
  .page-template-directory .section-content .results .result .table-wrap table tr td {
    display: table-cell;
    width: 100% !important;
  }
}
.page-template-search-tool .section-content .results .result .table-wrap table tr td a,
.page-template-directory .section-content .results .result .table-wrap table tr td a {
  color: #c61f33;
}
.page-template-search-tool .section-content .results .result .table-wrap table tr td ul,
.page-template-directory .section-content .results .result .table-wrap table tr td ul {
  margin: 0;
  padding: 0;
  margin-left: 16px;
  columns: 2;
}
.page-template-search-tool .less,
.page-template-directory .less {
  display: none;
}
.page-template-search-tool .less.active,
.page-template-directory .less.active {
  display: block !important;
}
.page-template-search-tool .more,
.page-template-directory .more {
  display: none;
}
.page-template-search-tool .more.active,
.page-template-directory .more.active {
  display: block !important;
}
.page-template-search-tool #demo .paginationjs-pages,
.page-template-directory #demo .paginationjs-pages {
  margin: 0 auto;
}
.page-template-search-tool .read-more,
.page-template-search-tool .read-less,
.page-template-search-tool .view-more,
.page-template-search-tool .view-less,
.page-template-search-tool .read-more-table,
.page-template-search-tool .read-less-table,
.page-template-directory .read-more,
.page-template-directory .read-less,
.page-template-directory .view-more,
.page-template-directory .view-less,
.page-template-directory .read-more-table,
.page-template-directory .read-less-table {
  color: #c61f33;
  cursor: pointer;
}
.page-template-search-tool .read-more:hover,
.page-template-search-tool .read-less:hover,
.page-template-search-tool .view-more:hover,
.page-template-search-tool .view-less:hover,
.page-template-search-tool .read-more-table:hover,
.page-template-search-tool .read-less-table:hover,
.page-template-directory .read-more:hover,
.page-template-directory .read-less:hover,
.page-template-directory .view-more:hover,
.page-template-directory .view-less:hover,
.page-template-directory .read-more-table:hover,
.page-template-directory .read-less-table:hover {
  text-decoration: underline;
}
.page-template-search-tool .read-more-table,
.page-template-search-tool .read-less-table,
.page-template-directory .read-more-table,
.page-template-directory .read-less-table {
  float: right;
}
.page-template-search-tool .rightalign,
.page-template-directory .rightalign {
  text-align: right;
}

/* Plugins */
.cli-bar-container {
  width: 160rem;
  max-width: 90%;
}
.cli-bar-container .cli-bar-message {
  line-height: 1.75;
  font-size: 1.75rem;
  font-weight: 600;
  width: 120rem;
  max-width: 100%;
}
.cli-bar-container .cli-bar-btn_container a {
  text-transform: uppercase;
  height: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  padding: 1.25rem 2.5rem;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: rgb(196, 32, 48);
  text-transform: uppercase;
  height: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  padding: 1.25rem 2.5rem;
}

@media (max-width: 980px) {
  #cookie-law-info-bar {
    padding-bottom: 8rem !important;
  }
}
/* Vendor */
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 http://owlgraphic.com/
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
}
