/*
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
*/
@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");
/*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: 12px; }
  #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: calc( (30px - 12px) / 2 ) 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 {
      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: none;
  position: relative; }
  @media (min-width: 768px) {
    #homepage .top-slider {
      display: block; } }
  #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; }
  @media (min-width: 768px) {
    #homepage .top-slider .carousel-inner {
      height: 200px; } }
  @media (min-width: 992px) {
    #homepage .top-slider .carousel-inner {
      height: 350px; } }
  @media (min-width: 768px) {
    #homepage .top-slider .carousel-inner .item, #homepage .top-slider .carousel-inner .next {
      height: 200px; } }
  @media (min-width: 992px) {
    #homepage .top-slider .carousel-inner .item, #homepage .top-slider .carousel-inner .next {
      height: 350px; } }
  #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: #4c4c4c;
      background: -moz-linear-gradient(left, #131313 0%, #131313 30%, rgba(19, 19, 19, 0) 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #131313), color-stop(30%, #131313), color-stop(100%, rgba(19, 19, 19, 0)));
      background: -webkit-linear-gradient(left, #131313 0%, #131313 30%, rgba(19, 19, 19, 0) 100%);
      background: -o-linear-gradient(left, #131313 0%, #131313 30%, rgba(19, 19, 19, 0) 100%);
      background: -ms-linear-gradient(left, #131313 0%, #131313 30%, rgba(19, 19, 19, 0) 100%);
      background: linear-gradient(to right, #131313 0%, #131313 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; }
  #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%; }
    @media (min-width: 768px) {
      #homepage .top-slider .carousel-inner .item img, #homepage .top-slider .carousel-inner .next img {
        height: 200px; } }
    @media (min-width: 992px) {
      #homepage .top-slider .carousel-inner .item img, #homepage .top-slider .carousel-inner .next img {
        height: 350px; } }
#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: .5em;
    margin-bottom: .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-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 .logo {
      height: 250px;
      border: solid 1px #ccc;
      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; }

.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 {
  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 .5s ease-in-out;
      -moz-transition: opacity .5s ease-in-out;
      -ms-transition: opacity .5s ease-in-out;
      -o-transition: opacity .5s ease-in-out;
      transition: opacity .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 .5s ease-in-out;
      -moz-transition: opacity .5s ease-in-out;
      -ms-transition: opacity .5s ease-in-out;
      -o-transition: opacity .5s ease-in-out;
      transition: opacity .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 .5s ease-in-out;
      -moz-transition: opacity .5s ease-in-out;
      -ms-transition: opacity .5s ease-in-out;
      -o-transition: opacity .5s ease-in-out;
      transition: opacity .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 {
      background: url("/wp-content/themes/saltermitchell2015/images/hero-img.jpg");
      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%; } }

/* 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: #c42030;
  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 */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* 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;
  background: url(AjaxLoader.gif) no-repeat center center; }

  .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;
  }

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