/* debug

a[href*="http"] {
  background: green;
  color: #fff;
}

a[href*="http"] .fa {
  color: green !important;
}

a[href*="#"] {
  background: orange;
  color: #fff;
}

a[href*="#"].collapse-header,
.navbar a.dropdown-toggle {
  background: transparent;
} */

/*
PMS 201 Red - rgb(157,34,53) - #9D2235
From CNB - rgb(164,30,52) - #a41e34;
PMS 425 Gray - rgb(84,88,90) - #54585A
From CNB - rgb(84,87,90) - #54575a;

Myriad Pro: Light, Regular, Semi-Bold, Bold, Italic
Arial: Regular, Italic

Google Font: PT Sans
*/

/*# Search #*/

.icon-search-container {
  display: inline-block;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  height: 30px;
  width: 80px;
  position: relative;
  transition: width 0.4s ease-out;
}

.icon-search-container.active {
  width: 285px;
}

.icon-search-container.active .fa-times-circle {
  opacity: 1;
}

.icon-search-container.active .search-input {
  width: 200px;
}

.icon-search-container.active .search-text {
  display: none;
}

.search-label {
  position: absolute;
  top: 4px;
  left: 8px;
  cursor: pointer;
}

.fa-search {
  color: #3980b9;
  font-size: 1.4rem;
}

.fa-times-circle {
  opacity: 0;
  color: #d9d9d9;
  position: absolute;
  top: 7px;
  right: 8px;
  transition: opacity 0.4s ease-out;
  cursor: pointer;
}

.search-input {
  position: absolute;
  cursor: default;
  left: 30px;
  top: 3px;
  width: 0;
  border: none;
  outline: none;
  background-color: rgba(255,255,255,0);
  transition: width 0.4s ease-out;
}

/*# Search/CNB Tweaks #*/

.icon-search-container {
  float: right;
  margin-left: 15px;
  font-size: 1.6rem;
  border-radius: 4px;
  color: #fff;
  background: #54575a;
  border-color: #54575a;
  height: 42px;
  width: 101px;
}

.search-label {
  top: 9px;
  left: 15px;
}

.search-input {
  top: 9px;
  left: 35px;
}

.icon-search-container.active {
  color: #333;
  background-color: #fff;
  border-color: rgba(84,87,90,.2);
}

.fa-search {
  color: #fff;
  font-size: 1.6rem;
}

.icon-search-container.active .fa-search {
  color: #54575a;
}

.fa-times-circle {
  top: 12px;
}

/*# Search/Kentico Tweaks #*/

.search-input {
  box-shadow: none;
  height: 26px;
  border-radius: 0;
  padding: 1px;
  font-size: 1.6rem;
}

.search-input:focus {
  border: 0;
  box-shadow: none;
}

.donation_form .row {
  padding: 0 0 20px 0;
}

.donation_form .radio input, .donation_form .checkbox input {
  margin:0;
}

.clearfix {
  clear:both;
}

/*# Privacy-form #*/
.table-privacy tr th,.table-privacy tr td{border:1px solid #ddd}
.table-privacy tr th{color:#fff;background:#999;}
.table-privacy-first{text-transform:uppercase;font-size:1.714em;line-height:1em}
.table-privacy-first tr th{padding:20px 10px;background:#000;color:#fff;font-size:2.071em}
.table-privacy-first tr th,.table-privacy-first tr td{border:0;border-bottom:1px solid #000}
.table-privacy-page2 tbody tr th,.table-privacy-chart tbody tr th{color:#333;background:transparent}
.table-privacy-page2 tbody tr th{width:33%;}
.table-privacy-page2 p{
  font-weight:300;
}
.table-privacy-chart tbody tr th{font-weight:normal;line-height:1em}
.table-privacy-chart th.headline {text-transform:uppercase;font-size:1.2em;line-height:1em;padding:20px 10px;background:#999;color:#fff;}
.table-privacy-chart tr th.text-center,.table-privacy-chart tr td.text-center{text-align:center}


/*# Main Stylesheet #*/

body {
  font-family: "Open Sans", sans-serif;
  background: #54575a;
  color:initial;
}

a {
  color: #a41e34;
}

a:hover,
a:focus {
  color: #711524;
}

h1,h2,h3,
.h1,.h2,.h3 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 600;
}

h4, .h4 {
  font-weight: 600;
}

h6, .h6 {
  font-size: 1.2rem !important;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.embed-responsive {
  margin-top: 30px;
  margin-bottom: 30px;
}

p + h3,
p + .h3,
p + h4,
p + .h4 {
  margin-top: 30px;
}

@media(max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
  
  .btn-block-xs {
    display: block;
  }
  
  h1, .h1 {
    font-size: 3rem;
  }
  
  .btn-lg {
    font-size: 1.6rem;
  }
}

ul.list-spaced > li,
ol.list-spaced > li {
  margin-bottom: .5em;
  line-height: 1.5em;
}

p + ul.list-spaced,
p + ol.list-spaced {
  margin-top: 15px;
  margin-bottom: 30px;
}

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

/*# Flex #*/

@media(min-width: 768px) {
  .row-flex {
    display: -ms-flexbox;
    display: -moz-box-flex;
    display: -webkit-flex;
    display: flex;
  }
  
  .col-box {
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    
    display: -ms-box;
    display: -moz-box;
    display: -webkit-box;
    display: box;
  }
  
  .col-box-content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
  }
  
  .col-box-content h4.h3 {
    margin-bottom: 30px;
  }
}

/*.col-box-content {
margin-bottom: 15px;
}*/

.col-box-content h4 a {
  display: block;
  
  padding: 10px;
  border-radius: 3px;
  transition: all .2s ease-in-out;
}

@media(min-width: 768px) {
  .col-box-content h4 a {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.col-box-content h4 a:hover {
  text-decoration: none;
}

.col-box-content h4 a.collapsed {
  color: #fff;
  background-color: #a41e34;
}

.col-box-content h4 a .fa-angle-down {
  display: none;
}

.col-box-content h4 a.collapsed .fa-angle-down {
  display: block;
}

.col-box-content h4 a.collapsed .fa-angle-up {
  display: none;
}

.col-box-content dl dt {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: .25em;
  color: #54575a;
}

.col-box-content dl dd {
  margin-bottom: 1em;
}


.nav-pills-small > li > a {
  padding: 0;
  margin-bottom: .75em;
}

.nav-pills-small > li > a:hover {
  color: #711524;
  background: transparent;
  text-decoration: underline;
}

/*# Buttons #*/

.btn-primary {
  color: #fff;
  background-color: #a41e34;
  border-color: #a41e34;
  font-weight: 600;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #711524;
  border-color: #711524;
}

.btn-primary:hover {
  color: #fff;
  background-color: #711524;
  border-color: #711524;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #711524;
  border-color: #711524;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #711524;
  border-color: #711524;
}

.btn-primary .badge {
  color: #a41e34;
  background-color: #fff;
}

/* /-- */

p.lead {
  font-weight: 300;
}

.pre-header {
  color: #f0f0f0;
  background: linear-gradient(#54575a 80%,#333);
}

.pre-header p {
  margin: 15px 0;
  color: #f0f0f0;
}

.pre-header a {
  color: #fff;
}

.pre-header .nav-pills {
float:right;
}

.pre-header .nav-pills > li > a {
  padding: 15px;
}

.pre-header .nav .open > a,
.pre-header .nav .open > a:focus,
.pre-header .nav .open > a:hover {
  background: transparent;
}

.pre-header .dropdown-menu {
  z-index: 1020;
}

.pre-header .nav-pills > li > a:hover {
  color: #fff;
  border-radius: 0;
  background: rgba(84,87,90,.2);
  text-decoration: underline;
}

.pre-header .nav-pills > li.no-link {
  margin: 15px;
}

.pre-header .nav-pills > li.social > a {
  margin: 10px 5px;
  padding: 1px 0;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #54575a;
  font-size: 2rem;
}

.pre-header .nav-pills > li.social-facebook > a {
  margin: 8px 5px;
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: #3b5998;
  border: 2px solid #fff;
}

.pre-header .nav-pills > li.social-facebook > a:hover {
  color: #3b5998;
  background-color: #fff;
}

.pre-header .nav-pills > li.social-linkedin > a {
  margin: 8px 5px;
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: #0077b5;
  border: 2px solid #fff;
}

.pre-header .nav-pills > li.social-linkedin > a:hover {
  color: #0077b5;
  background-color: #fff;
}

.pre-header .nav-pills > li.social-facebook > a,
.pre-header .nav-pills > li.social-linkedin > a {
  transition: .3s all ease-in-out;
  transition: .4s all ease-in-out;
}

@media(min-width: 768px) and (max-width: 991px) {
  .pre-header .nav-pills > li > a {
    padding: 15px 5px;
  }
  
  .pre-header .nav-pills > li.no-link {
    margin: 15px 5px;
  }
  
  .pre-header .nav-pills > li.social > a {
    margin: 12px 1px;
    height: 26px;
    width: 26px;
    font-size: 1.4rem;
  }
}

header {
  background: #fff;
}


@media(min-width: 768px) {
  .header {
    padding-top: 15px;
    background: linear-gradient(rgba(84,87,90,0) 50%,rgba(84,87,90,.2));
    border-bottom: 1px solid rgba(84,87,90,.3);
    box-shadow: 0 2px 5px rgba(84,87,90,.2);
  }
}

.site-logo-mobile {
  height: 50px;
} 

@media(min-width: 768px) {
  .header .site-logo {
    margin: 15px 0;
    height: 100px;
  }
}

.header .nav-pills {
  margin-bottom: 19px;

}

@media(min-width: 768px) and (max-width: 1199px) {
  .header .logo {
    position: absolute;
  }
  
  .header .logo .site-logo {
    margin: 0;
    height: 50px;
    z-index: 9999;
  }
  
  .header .nav-pills {
    margin-bottom: 15px;
  }
}

.header .nav-pills > li > a {
  color: #54575a;
  font-size: 1.4rem;
  padding-top: 11px;
  padding-bottom: 11px;
}

.header .nav-pills > li > a:hover,
.header .nav-pills > li > a:focus {
  color: #333;
  text-decoration: underline;
  background-color: transparent;
}

.header .nav-pills .open > a,
.header .nav-pills .open > a:focus,
.header .nav-pills .open > a:hover {
  color: #fff;
  background-color: #a41e34;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 1006;
  text-decoration: none;
}

.well-olb .btn-default.active.focus,
.well-olb .btn-default.active:focus,
.well-olb .btn-default.active:hover,
.well-olb .btn-default:active.focus,
.well-olb .btn-default:active:focus,
.well-olb .btn-default:active:hover,
.well-olb .open > .dropdown-toggle.btn-default.focus,
.well-olb .open > .dropdown-toggle.btn-default:focus,
.well-olb .open > .dropdown-toggle.btn-default:hover {
  color: #fff;
  background-color: #a41e34;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 1006;
  text-decoration: none;
  border-color: #a41e34;
  box-shadow: none;
}

.header .nav-pills .dropdown-menu,
.well-olb .dropdown-menu {
  margin-top: -3px;
  border-radius: 4px;
  z-index: 1005;
  border: 3px solid #a41e34;
  border-top-left-radius: 0;
}

.well-olb .dropdown-menu-right {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
}

.well-olb .input-group .form-control {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

@media(max-width: 767px) {
  .well-olb .dropdown-menu {
    width: 100%;
  }
}

.header .nav-pills .dropdown-menu > li > a {
  color: #a41e34;
}

.header .nav-pills .dropdown-menu > li > a:focus,
.header .nav-pills .dropdown-menu > li > a:hover {
  color: #711524;
  background: transparent;
  text-decoration: underline;
}

/*table.comparison { 
  border-spacing: 2px;
  border-collapse: separate;
}

table.comparison td, table.comparison th { 
  padding: 10px;
  text-align:center;
  vertical-align:middle;
}

table.comparison td.red, table.comparison th.red  {
  background-color:#98012e;
  color:#fff;
}

table.comparison td.yellow, table.comparison th.yellow  {
  background-color:#efe5bc;
}

table.comparison td.light, table.comparison th.light  {
  background-color:#dedede;
}

table.comparison td.dark, table.comparison th.dark  {
  background-color:#cecccc;
}*/

/*# Navbar #*/

@media(min-width:768px) {
  #nav-overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    text-align: left;
    background: rgba(0, 0, 0, .5)
  }
}

.navbar-cnb {
  z-index: 1002;
}

.navbar-cnb .navbar-toggle {
  color: #fff;
  border-width: 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 12px;
}

.navbar-cnb .navbar-toggle:hover {
  background-color: #711524;
}

.navbar-cnb {
  margin-bottom: 0;
  border: 0;
  background: #a41e34;
}

@media(max-width: 767px) {
  .navbar-cnb {
    margin-right: -15px;
    margin-left: -15px;
    height: 65px;
  }
  
  .navbar-brand {
    padding: 15px 0 0 15px;
  }
  
  .navbar-brand img {
    height: 42px;
  }
  
  .navbar-cnb .navbar-collapse {
    border-color: #711524;
    border-width: 2px;
    background: #fff;
    border-bottom: 2px solid #711524;
  }
  
  .navbar-nav {
    margin: 0 -15px;
  }
  
  .navbar-cnb .navbar-nav > li > a {
    
  }
  
  .navbar-cnb .navbar-nav > .open > a,
  .navbar-cnb .navbar-nav > .open > a:focus,
  .navbar-cnb .navbar-nav > .open > a:hover,
  .navbar-cnb .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #54575a;
  }
  
  .navbar-cnb .collapse-header,
  .navbar-cnb .collapse-header:hover {
    color: #333;
    background: rgba(84,87,90,.2);
    text-decoration: none;
  }
  
  .navbar-cnb .collapse-header:hover {
    background: rgba(84,87,90,.3);
  }
  
  .navbar-cnb .yamm-content {
    padding: 0;
  }
  
  .navbar-cnb .yamm-content .row {
    margin: 0;
  }
  
  .navbar-cnb .yamm-content .row > div {
    padding: 0;
  }
  
  .navbar-cnb .dropdown-menu {
    padding: 0;
  }
  
  .navbar-cnb .collapse-header,
  .navbar-cnb .collapse ul > li > a,
  .navbar-cnb .collapse p > a {
    display: block;
    padding: 10px 15px;
    line-height: 20px;
  }
  
  .navbar-cnb .collapse p > a {
    font-weight: 600;
  }
  
  .navbar-cnb .collapse hr {
    display: none;
  }
}

@media(min-width: 768px) {
  .navbar-cnb .container-fluid {
    padding: 0;
  }
  
  .navbar-cnb .navbar-nav > li > a {
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    padding: 15px 20px;
  }
  
  .navbar-cnb .navbar-nav > li > a:hover {
    margin-top: 5px;
    padding-top: 10px;
    color: #fff;
    background: #711524;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:hover {
    margin-top: 5px;
    padding-top: 10px;
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    z-index: 1003;
  }
  
  .navbar-cnb .dropdown-menu {
    border-top: 0;
  }
  
  /*# Navbar/Yamm #*/
  
  .navbar-cnb .yamm-content {
    padding: 15px 30px;
  }
  
  .navbar-cnb .yamm-content h4 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 600;
  }
  
  .navbar-cnb .yamm-content ul {
    line-height: 2em;
  }
  
  @media(min-width: 768px) {
    .navbar-cnb .yamm-content ul {
      min-height:140px;
      }
    }
  
  .navbar-cnb .yamm-content p {
    margin-bottom: 0;
    font-weight: 600;
  }
  
  .navbar-cnb .yamm-content .collapse-header {
    margin-bottom: 10px;
    color: #333;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 600;
    cursor: default;
  }
  
  .navbar-cnb .yamm-content .collapse-header:hover {
    text-decoration: none;
  }
  
  .navbar-cnb .yamm-content .collapse-header .caret {
    display: none;
  }
  
  .navbar-cnb .yamm-content .collapse {
    display: block;
  }
}

@media(min-width: 768px) and (max-width: 1199px) {
  .navbar-cnb {
    margin-bottom: 15px;
  }
  
  .navbar-cnb .navbar-nav > li > a {
    padding-right: 10px;
    padding-left: 10px;
  }
  
  .navbar-cnb .yamm-content .col-sm-6:nth-child(1),
  .navbar-cnb .yamm-content .col-sm-6:nth-child(2) {
    margin-bottom: 30px;
  }
}

.main {
  background: #fff;
  padding: 30px 0;
}

.main p {
  font-size: 1.6rem;
  line-height: 1.5em;
}

.main ul,
.main ol,
.main dl {
  font-size: 1.5rem;
}

.main dl dt {
  margin-bottom: .5em;
}

.main dl dd {
  margin-bottom: 1em;
}

.main p.lead {
  font-size: 2.1rem;
}

.footer {
  padding: 30px 0;
  color: rgba(255,255,255,.8);
  background-color: #54575a;
}

.footer strong {
  font-weight: 600;
}

.footer p:last-child {
  margin-bottom: 0;
}

.footer a {
  color: rgba(255,255,255,.7);
  text-decoration: underline;
  font-weight: 400;
}

.footer .nav-pills {
  margin-top: 20px;
}

.footer .nav-pills > li > a:hover {
  color: #fff;
  background-color: transparent;
  text-decoration: underline;
}

.footer a:hover,
.footer a:focus {
  color: #fff;
}

.ico-ehl {
  margin-top: -3px;
  height: 14px;
  width: 14px;
}

.footer .divider {
  border-right: 1px solid rgba(255,255,255,.5);
  margin-right: 10px;
  margin-left: 10px;
}

/*# Home #*/

.carousel-inner .item {
  height: 285px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media(min-width: 768px) {
  .carousel-inner .item {
    height: 400px;
    background-size: 75%;
    background-position: 0 50%;
  }
}

.carousel-caption {
  padding: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-shadow: none;
  color: #333;
  text-align: left;
}

.carousel-caption .caption {
  margin-top: 15px;
  text-align: center;
  border-radius: 4px;
  padding: 30px 15px;
  background: rgba(255,255,255,.9);
}

@media(min-width: 992px) {
  .carousel-caption .caption {
    margin-top: 80px;
  }
}

@media(min-width: 1200px) {
  .carousel-caption .caption {
    margin-top: 80px;
  }
}

.carousel-caption .caption h2 {
  margin-top: 0;
}

.carousel-indicators {
  bottom: 0;
}

@media(max-width: 768px) {
  .carousel-caption h2 {
    font-size: 2rem;
  }
  
  .carousel-caption p.lead {
    font-size: 1.6rem;
    font-weight: 400;
  }
  
  .carousel-control.left,
  .carousel-control.right {
    display: none;
  }
}

@media(min-width: 768px) {
  
  .carousel-inner .item,
  .hero .hero-image {
    height: 400px;
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: 0 50%;
  }
  
  .carousel-caption {
    padding: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-shadow: none;
    color: #333;
    text-align: left;
  }
  
  .carousel-caption .caption {
    margin-top: 80px;
    height: 240px;
    text-align: center;
    border-radius: 4px;
    padding: 30px;
    background: rgba(255,255,255,.9);
  }
  
  .carousel-caption .caption h2 {
    margin-top: 0;
  }
  
  .carousel-control.left,
  .carousel-control.right {
    background: transparent;
    width: 30px;
    
  }
}

@media(min-width: 768px) and (max-width: 991px) {
  .carousel-inner .item {
    background-size: auto 400px;
  }
}

@media(min-width: 992px) {
  .carousel-control.left,
  .carousel-control.right {
    width: 40px;   
  }
}

@media(min-width: 1200px) {
  .carousel-control.left,
  .carousel-control.right {
    width: 60px;
  }
}

.container-olb {
  padding-top: 15px;
  background: #a41e34;
}

@media(min-width: 768px) {
  .container-olb {
    padding-top: 0;
    background: transparent;
  }
  
  .container-olb .well {

    margin-top: 30px;
  }
}

@media(min-width: 768px) and (max-width: 991px) {
  .container-olb .well {
    margin-top: 20px;
  }
}

.well-olb {
  padding-bottom: 10px;
  border: 0;
  box-shadow: 1px 5px 5px rgba(51,51,51,.3);
  background-color: rgb(255,255,255);
}

@media(min-width: 768px) {
  .well-olb {
    z-index: 1000;
  }
  
  .carousel-control {
    z-index: 1001;
  }
}

.well-olb p.header-olb {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.well-olb p.header-olb.text-left {
  text-align: left;
}

.well-olb .fa-ul li:last-child {
  margin-bottom: 0;
}

@media(max-width: 767px) {
  .well-olb p.header-olb {
    font-size: 1.8rem;
  }
}

.well-olb .input-group {
  margin-top: 15px;
  margin-bottom: 15px;
}

/*.well-olb ul {
margin-bottom: 30px;
}*/

.well-olb ul li {
  margin-bottom: .5em;
}

.well-olb ul li .fa-li {
  top: 3px;
}

.btn-group.btn-block {
  width: 100%;
}

.btn-group.btn-block .btn {
  display: block;
  width: 100%;
}

.section-head {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #fff;
  line-height: 32px;
  background: #a41e34;
  border-radius: 4px;
  font-size: 2rem;
}

@media(min-width: 768px) {
  .row-extra-padding > div {
    padding-left: 30px;
    padding-right: 30px;
    /*border-left: 1px solid rgba(84,87,90,.1);*/
  }
  
  /*.row-extra-padding > div:last-child {
  border-right: 1px solid rgba(84,87,90,.1);
}*/
}

.block {
  height: 20px;
  background: red;
}

/*# Inside #*/

@media(max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

@media(min-width: 768px) {
  .breadcrumbs {
    background: linear-gradient(rgba(84,87,90,1),rgba(84,87,90,.8) 20%);
  }
  
  .breadcrumbs.breadcrumbs-over {
    position: absolute;
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.2) 20%);
    z-index: 999;
    width: 100%;	
  }
  
  .breadcrumbs .breadcrumb {
    display: none;
    margin-bottom: 0;
    background: transparent;
  }
  
  .breadcrumbs a {
    color: rgba(255,255,255,.7);
  }
  
  .breadcrumbs a:hover {
    color: #fff;
  }
  
  .breadcrumb > .active {
    color: #fff;
  }
}

.hero-cover {
  position: absolute;
  height: 300px;
  color: #fff;
  background: rgba(84,87,90,.85);
  z-index: 900;
}

.hero p.lead {
  font-weight: 400;
}

.hero .hero-image {
  height: 300px;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: #777;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

@media(min-width: 768px) {
  .hero-cover {
    width: 100%;
    background: rgba(164,30,52,.85);
  }
  
  .hero .hero-image {
    background-size: 100%;
  }
  
  .hero .container {
    margin-top: 60px;
  }
}

.fa-check-circle {
  color: #a41e34;
}

.bg-white {
  background: #fff;
}

.secondary {
  padding: 45px 0;
  background: linear-gradient(rgba(84,87,90,.1) 90%,rgba(84,87,90,.2));
}

@media(max-width: 767px) {
  .secondary .row-flex > div:nth-child(2) {
    margin-top: 45px;
  }
}

.secondary h2:first-child {
  margin-top: 0;
}

.secondary .btn {
  box-shadow: 0 3px 6px rgba(84,87,90,.3);
}

.secondary .btn-primary {
  box-shadow: 0 3px 6px rgba(84,87,90,.5);
}

.main .panel {
  border: 3px solid rgba(84,87,90,.2);
  box-shadow: none;
  transition: border-color .2s;
}

.main .panel-default > .panel-heading {
  background-color: rgba(84,87,90,.2);
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: all .2s;
}

.main .panel-title {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
}

.main .panel-heading a {
  color: #333;
}

.main .panel-heading a:hover {
  color: #333;
  text-decoration: none;
}

.main .panel-body img,
.main img.img-product {
  box-shadow: 1px 3px 10px rgba(84,87,90,.4);
}

.main img.img-product {
  margin-top: 26px;
}

@media(max-width: 767px) {
  .main .col-product-image {
    padding: 0;
  }
  
  .main .col-product-image img {
    margin-top: -30px;
    box-shadow: none;
    border-radius: 0;
  }
  
  .main .col-location-image img,
  .main .col-location-image img.img-responsive,
  .col-location-manager img.img-responsive {
    margin: 0 auto !important;
  }
  
  .col-location-manager {
    text-align: center;
  }
}

.main .panel-body .row-extra-padding > div {
  padding-top: 15px;
  padding-bottom: 15px;
}

.main .panel-default {
  margin-top: 30px;
  margin-bottom: 30px;
}

.main .panel.open {
  border-color: #a41e34;
}

.main .panel.open > .panel-heading {
  background: #a41e34;
}

.main .panel.open .panel-heading a {
  color: #fff;
}

.main .panel.open .panel-heading a:hover {
  color: #fff;
}

.convert-fa ul li {
  margin-bottom: .5em;
}

@media(max-width: 991px) {
  .list-split ul {
    margin-bottom: 0;
  }
}

.secondary .btn + .btn {
  margin-left: 15px;
}

.secondary p {
  font-size: 1.6rem;
}

.disclosure {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

ul + .disclosure,
.row + .disclosure {
  margin-top: 30px;
}

.disclosure p,
.disclosure ul,
.disclosure ol {
  color: rgba(84,87,90,.8);
  font-size: 1.4rem;
}

.panel-heading .fa-angle-up {
  display: block;
}

.panel-heading .fa-angle-down {
  display: none;
}

.panel-heading .collapsed .fa-angle-up {
  display: none;
}

.panel-heading .collapsed .fa-angle-down {
  display: block;
}

/* Home Page Cards */

.card {
  position: relative;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
}

.card-face {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-face.flipped {
  -webkit-transform: rotateY( 180deg );
  -moz-transform: rotateY( 180deg );
  -o-transform: rotateY( 180deg );
  transform: rotateY( 180deg );
}

.card-face .front,
.card-face .back {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-face .back {
  -webkit-transform: rotateY( 180deg );
  -moz-transform: rotateY( 180deg );
  -o-transform: rotateY( 180deg );
  transform: rotateY( 180deg );
}

.IE11 .card-face.flipped .back {
  backface-visibility: visible;
}

/*# Home Page Cards Design #*/

.card {
  width: 100%;
  height: 165px;
  cursor: pointer;
}

.card-face .front,
.card-face .back {
  padding: 15px;
  color: #fff;
  background: #a41e34;
  border-radius: 6px;
  border: 1px solid #a41e34;
}

a.front:hover {
  text-decoration: none;
}

.card-face .front {
  padding-top: 25px;
}

.card:hover .card-face .front {
  background: #711524;
  border-color: #711524;
}

.card-face .front .h3 {
  margin: 0;
}

.card-face .back {
  background: #54575a;
  border-color: #e0e0e0;
}

.card-face .back a {
  color: rgba(255,255,255,.7);
}

.card-face .back a:hover {
  color: #fff;
}

.card-face .back a.btn {
  color: #333;
}

.card-face .back p {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.card-face h6 {
  margin-top: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

.card-face a.btn-primary {
  color: #fff !important;
  border-color: #333;
}

@media(max-width: 767px) {
  .card {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.folder_list ul li {
      list-style-type: none;
    font-size: 2.4rem;
  padding: 5px 0;
  }

.folder_list ul li:after {
    content: ">";
  color: #a41e34;
}

ul.scholarship li {
  padding:10px 0 0 0;
  font-size:1.6rem;
}

.blockquote-reverse,
blockquote.pull-right {
  border-right-color: #a41e34;
}

blockquote {
  margin: 60px 0;
  border-left-color: #a41e34;
}

@media(max-width: 767px) {
  li.BambooHR-ATS-Jobs-Item .BambooHR-ATS-Location {
    float: none;
    display: block;
    padding-top: 9px;
}
  }

.wordbreak {
 word-wrap: break-word;
    }

/*# Map #*/

.map-canvas,
#location-map {
  height: 250px;
  border: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px
}

.map-canvas img {
  max-width: none !important;
}

@media(min-width: 992px) {
  .map-canvas,
  #location-map {
    height: 320px;
  }
}

/*# Comparison #*/

.table-comparison > thead > tr > th {
  color: #fff;
  background: #a41e34;
  border-bottom-color: #711524;
}

.table-comparison > thead > tr > th a {
  color: #fff;
}

.table-comparison > tbody > tr > th {
  background: #f9f9f9;
  border-top-color: #ddd;
}

.table-comparison.table-striped>tbody>tr:nth-of-type(odd) th {
  background: rgba(84, 87, 90, .1);
}

.table-comparison ul {
  margin-left: -20px;
  font-size: 1.4rem;
}

@media(min-width: 768px) {
  .table-comparison thead th,
  .table-comparison thead td {
    width: calc(100%/6);
  }
}

@media(max-width: 767px) {
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: normal;
  }
  
  .table-comparison tbody th {
    position: absolute;
  }
  
}

.visa input[type=checkbox], input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox input[type=checkbox]{
  margin-left:0;
  }

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
  
  #no-more-tables .table-bordered {
    border:0;
    padding:0;
      }

 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}


/*# Kentico Form Fixes #*/

label {
  font-weight: normal;
}

label.required,
span.required {
  font-weight: bold;
}

label.required:after,
span.required:after {
  content: " *";
}

.EditingFormErrorLabel {
  color: #B25751;
}

.ErrorLabel {
  display: block;
  margin: 30px 0;
  padding: 10px 15px;
  color: #b25751;
  border: 2px solid #b25751;
  border-radius: 4px;
}

/*# Pager #*/

.pagination > li > a,
.pagination > li > span {
  color: #a41e34;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #a41e34;
  border-color: #a41e34;
}

/*# Timeline #*/

.table-timeline > tbody > tr > td,
.table-timeline > tbody > tr > th,
.table-timeline > tfoot > tr > td,
.table-timeline > tfoot > tr > th,
.table-timeline > thead > tr > td,
.table-timeline > thead > tr > th {
  border: 0;
  padding-top: 0;
}

.table-timeline > tbody > tr:first-child > td {
  vertical-align: bottom;
}

.table-timeline tr td {
  min-width: 160px;
}

.table-timeline tr td p {
  font-size: 1.2rem;
}

/*# Alert #*/

.InfoLabel {
  margin-top: 30px;
  display: block;
  font-size: 1.6rem;
  line-height: 1.5em;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.InfoLabel hr {
  border-top-color: #c9e2b3;
}

.InfoLabel .alert-link {
  color: #2b542c;
}

/* Fix caret on iOS */

.caret {
  border-top: 4px solid;
}

/* iPad horizontal bring up red boxes */

@media(min-width: 991px) and (max-width: 1199px) {
  .carousel-inner .item {
    height: 320px;
  }
  
  .carousel-caption .caption {
    margin-top: 20px;
  }
  
  .container-olb .well {
    top: -320px;
    height: 300px;
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .container-olb .well hr {
    display: none;
  }
  
  .well-olb p.header-olb {
    margin-bottom: 0;
  }
  
  .well-olb .input-group {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .well-olb p.header-olb.text-left {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  .well-olb p.header-olb.text-left + ul.fa-ul {
    margin-bottom: 0;
  }
  
  .container + .main {
    padding: 15px 0;
  }
}

.EditMode .EditableText_etOLB {
  overflow: visible;
}

@media(min-width: 1200px) {
  .col-lg-2-4 {
    width: 20%;
  }
}

/* de-emphasize phone number links on desktop */

@media(min-width: 768px) {
  .main a[href*="tel"] {
    color: #333;
    text-decoration: none;
  }
  
  .footer a[href*="tel"] {
    color: rgba(255,255,255,.8);
    text-decoration: none;
  }
  
  .pre-header a[href*="tel"],
  .pre-header a[href*="tel"]:hover {
    color: #f0f0f0 !important;
    text-decoration: none !important;
  }
}
.login-btn {margin-bottom:10px;}