/* @font-face {
  font-family: Avenir;
  src: url(../fonts/avenir-roman.woff);
} */
/*
@font-face {
	font-family: AvenirBook;
	src: url(../fonts/AvenirLTS-Book.otf);
}
@font-face {
	font-family: AvenirHeavy;
	src: url(../fonts/AvenirLTS-Heavy.otf);
}
@font-face {
	font-family: AvenirLight;
	src: url(../fonts/AvenirLTS-Light.otf);
}
*/

/* @font-face {
  font-family: "Gotham A";
  src: url(../fonts/Gotham-Book.otf);
} */

/* @import "//cloud.typography.com/7981418/6283812/css/fonts.css"; */

html,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.bootstrap sup {
  font-size: 50%;
  top: -1em;
}

.bootstrap .btn.orange,
.inverse-wrapper .btn.orange,
.inner_wrap .btn.orange {
  background-color: #71b430;
  border-color: #71b430;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4375);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4375);
  font-size: 20px;
}
.bootstrap .btn.orange:hover,
.inverse-wrapper .btn.orange:hover,
.inner_wrap .btn.orange:hover {
  background-color: #82cf37;
}

body {
  background: #fff;
}

#content,
.sub_wrap {
  padding-bottom: 50px;
}

.bg-white {
  background: #ffffff;
}
.bg-lightblue {
  background: #eef1f5;
  margin-top: -10px;
}
.bg-dark {
  background: black;
  margin-top: -10px;
}

.bootstrap {
  background: #fff;
}
.bootstrap.homepage .container {
  padding: 50px 0 50px 0;
}
.bootstrap .content {
  padding: 40px 15px;
  text-align: center;
}
.bootstrap .left {
  text-align: left;
}
.bootstrap .center {
  text-align: center;
}
.bootstrap .right {
  text-align: right;
}
.bootstrap img {
  max-width: 100%;
}

.bootstrap ul {
  list-style: none;
}

.bootstrap h1,
.bootstrap h2,
.bootstrap h3,
.bootstrap h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-weight: bold;
}

.bootstrap h1 {
  font-size: 45px;
}
.bootstrap h2 {
  font-size: 40px;
}
.bootstrap h3 {
  font-size: 32px;
  margin-bottom: 30px;
}
.bootstrap h4 {
  font-size: 25px;
}

.bootstrap nav h3 {
  margin-bottom: 0px;
}

.navbar-inverse {
  background-color: #0f718e;
  border-color: #9ac7d6;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}
.navbar-inverse .navbar-brand {
  color: #ecf0f1;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #0f718e;
}
.navbar-inverse .navbar-text {
  color: #ecf0f1;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ecf0f1;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #0f718e;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #0f718e;
  background-color: #9ac7d6;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #0f718e;
  background-color: #9ac7d6;
}
.navbar-inverse .navbar-toggle {
  border-color: #9ac7d6;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #9ac7d6;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ecf0f1;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #ecf0f1;
}
.navbar-inverse .navbar-link {
  color: #ecf0f1;
}
.navbar-inverse .navbar-link:hover {
  color: #0f718e;
}

#masthead {
  background: #fff;
}

.navbar {
  /* full width navabr */
  background: #10718e;
  border: 0px;
  border-radius: 0px;
}

.header-info {
  text-align: right;
  padding-top: 50px;
  font-size: 15px;
}

.header-info p {
  color: #444;
}

.header-info a {
  color: #006bc8;
}

.bootstrap.header .container {
  padding: 0px;
}

.bootstrap.header .container .btn-lg {
  height: 30px;
  padding-top: 4px;
  font-size: 16px;
  color: #fff;
}

.bootstrap .inner_wrap {
  max-width: 100%;
}

#main_logo {
  max-width: 360px;
  padding-bottom: 20px;
}

#menu-main-lower-nav {
  margin: 0 auto;
  float: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#menu-main-lower-nav li {
  /*padding: 12px 20px 12px 0;*/
  padding: 0px;
  margin-right: 14px;
}
#menu-main-lower-nav li:last-child {
  padding-right: 0px;
}

.upper-navigation li a,
#menu-main-lower-nav > li > a {
  color: #fff;
}

#menu-main-lower-nav li:hover ul {
  display: block;
  position: absolute;
  top: 50px;
  z-index: 999;
  background: #131313;
  padding: 15px 5px;
  margin: 0;
}
#menu-main-lower-nav li ul li {
  width: 100%;
}
#menu-main-lower-nav li ul li a {
  display: block;
  width: 100%;
}

@media (max-width: 930px) {
  .header-info {
    padding-top: 10px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ecf0f1;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #0f718e;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #0f718e;
    background-color: #9ac7d6;
  }
  #menu-main-lower-nav li {
    display: block;
    float: none;
  }

  #menu-main-lower-nav > li {
    margin-top: 0px;
  }
  #menu-main-lower-nav > li ul,
  #menu-main-lower-nav > li:hover ul {
    display: block;
    position: relative;
    top: 0px;
    background: #131313;
    padding: 15px 5px;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 480px) {
  .bootstrap .inner_wrap {
    padding-left: 15px;
    padding-right: 0px;
  }
  .header-info {
    padding-top: 10px;
    text-align: center;
  }
  .mobile-block {
    display: block;
    margin-top: 10px;
  }
  .mobile-block .hide-small {
    display: none;
  }
}

.navbar-toggle {
  margin-right: 35px;
}

.advantages ul {
  list-style: none;
}

.advantages ul li i {
  margin-right: 20px;
  display: inline-block;
}

#menu-main-lower-nav {
  margin-top: 0px;
}

#searchform {
  float: none;
}

footer.bootstrap {
  background: #01495f;
  /*background-image: url(/wp-content/themes/csm/assets/img/colorline.png);*/
  background-position: center top;
  background-repeat: repeat-x;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
  clear: both;
  color: white;
}

footer.bootstrap a {
  text-decoration: none;
  color: white;
}
footer.bootstrap a:hover {
  text-decoration: none;
  color: white;
}
footer p {
  color: white;
}
footer ul {
  margin-left: 0px;
}
footer ul li {
  list-style: none;
  padding-left: 0px;
}

footer.bootstrap ul li a {
  color: white;
  font-size: 14px;
}
footer.bootstrap ul li a:hover {
  color: #ccc;
}

footer .footer-nav {
  border-right: 1px solid #fff;
}

footer .center {
  text-align: center;
}

footer h4.foot-menu-head {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

footer .connect h3 {
  text-align: center;
  font-size: 20px;
  color: #fff;
}

footer .connect {
  padding: 20px 0px;
}

footer .copyright p {
  font-size: 12px;
  color: #b1b1b1;
}

footer a.social-bubble-link {
  background-color: white;
  border-radius: 50%;
  color: #01495f;
  display: inline-block;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

footer a.social-bubble-link:hover {
  background-color: #ccc;
  color: #01495f;
}

/* sidebar fix */
.site_sidebar .widget-area li {
  height: 43px;
}
.site_sidebar .widget-area li:hover,
.site_sidebar .current_page_item {
  height: 43px;
}

@media (max-width: 480px) {
  footer .footer-nav {
    border-right: none;
  }
  footer .connect a.btn {
    margin-bottom: 10px;
  }
  #habla_panel_div,
  #hbl_operator_state_div {
    display: none;
  }
}

.quote-button .button {
  text-align: right;
  padding-top: 15px;
}
.quote-button .btn {
  color: #fff;
}
.product_contact_wrap.padd-top,
.product_contact_wrap_left.padd-top {
  margin-top: 30px;
}
.products_table_wrap {
  margin-top: 20px;
}

.rep-lookup {
  margin-top: -50px;
  margin-bottom: 30px;
}
.rep-lookup h2 {
  color: #399db7;
}
.rep-lookup p {
  font-size: 16px;
}
.rep-lookup .choice {
  padding-top: 10px;
  padding-bottom: 20px;
}
.rep-lookup .chzn-container {
  width: 100% !important;
}
.rep-lookup .contact-info {
  min-height: 300px;
}

/* BOOTSTRAP OVERRIDE */
.tooltip {
  opacity: 1 !important;
}

/* EVENT CALENDAR OVERRIDE */

#tribe-events-bar {
  width: 300px !important;
}
.tribe-bar-views-inner .chzn-container {
  width: 100px !important;
  padding-left: 10px !important;
}

/* Twenty Twelve Comment Overrides */

#respond input[type="text"],
#respond textarea {
  text-indent: 10px;
  padding: 15px;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
  top: 0px;
  box-shadow: none;
  background: transparent;
  padding: 0px 2px;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
  position: static;
}

.comments {
  clear: both;
}

/* ROI CALC */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.roi label,
.roi input,
.roi .roi-results {
  font-size: 16px;
}
.roi-results .row {
  margin-bottom: 30px;
}
.roi-strong {
  font-weight: bold;
}

/* VIDEO PAGE FIX */
.block_half {
  max-height: 170px !important;
}

/* PRODUCTS LIST PAGE */

.products-list-hero {
  margin-top: -68px;
}
.products-list-page {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
}
.product-list-heading h2 {
  font-weight: normal;
  color: #0f718e;
  font-size: 30px;
  margin-top: 50px;
}
.product-list-heading h3 {
  font-weight: normal;
  color: #333;
  font-size: 22px;
  line-height: 32px;
}
.products-heading-box {
  background: rgba(255, 255, 255, 0.8);
  min-height: 400px;
  padding: 20px;
}
.product-list-content {
  padding-bottom: 60px;
}
.product-listing {
  margin-bottom: 10px;
}
.product-listing-wrapper.even {
  background: white;
}
.product-listing-wrapper.odd {
  background: #eef1f5;
}

.product-listing .center {
  text-align: center;
}
.product-listing h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: normal;
  color: #444444;
}
.product-listing h3 a {
  color: #444444;
}
.product-listing h3 a:hover {
  color: #676767;
  text-decoration: none;
}
/* .product-listing p {
  font-size: 18px;
} */
.product-list-more {
  margin-top: 25px;
  margin-bottom: 25px;
}
.product-list-more a {
  font-weight: bold;
  font-size: 13px;
}

.product-list-action a {
  margin-bottom: 20px;
  width: 30%;
  margin-right: 1%;
  display: inline-block;
}
.product-list-action a:last-child {
  margin-right: 0px;
}

.product-list-image {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-listing .btn {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4375);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4375);
  font-size: 13px;
  white-space: normal;
  font-weight: bold;
}
.product-listing .btn.teal {
  background-color: rgba(0, 114, 143, 1);
  border-color: rgba(14, 87, 106, 1);
}
.product-listing .btn.teal:hover {
  background-color: rgba(14, 87, 106, 1);
}
.product-listing .btn.green {
  background-color: #71b430;
  border-color: #5d9723;
}
.product-listing .btn.green:hover {
  background-color: #5d9723;
}
.product-listing .btn.blue {
  background-color: #2ebed8;
  border-color: #2190a4;
}
.product-listing .btn.blue:hover {
  background-color: #2190a4;
}

.product-listing .btn.disabled {
  white-space: normal;
}

.products-list-hero.video-hero .container {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
}
/* .products-list-hero.video-hero h2 {
  color: #10718e;
  font-weight: 200;
} */

.postid-6159 .products_table_wrap #tabs ul li > a {
  display: block;
}

.video-title,
.video-list-content h3 {
  font-size: 36px;
  color: #03768a;
  font-weight: 700;
}
.video-list .btn.teal {
  background-color: rgba(0, 114, 143, 1);
  border: none;
  font-size: 20px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4375);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4375);
}
.video-list .btn.teal:hover {
  background-color: rgba(14, 87, 106, 1);
}
.video-list .btn.blue {
  background-color: #2ebed8;
  border: none;
  font-size: 20px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4375);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4375);
}
.video-list .btn.blue:hover {
  background-color: #2190a4;
}

.csm-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.csm-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gform_wrapper {
  display: block !important;
}

.sup {
  font-size: 80%;
  line-height: 14px;
  vertical-align: 20%;
}

.btn-wrap {
  white-space: normal !important;
}

.super-header {
  background-color: black;
  color: white;
  text-align: right;
  border-top: 1px solid #ac2024;
}

.super-header a {
  color: white;
  display: inline-block;
  font-size: 12px;
  padding: 5px 0 5px 20px;
  letter-spacing: 0.125em;
}

.btn {
  border-radius: 0;
}

.btn-primary {
  background-color: #03768a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #024e5a;
  color: white;
}

.btn-biampRed {
  background-color: #d7282f;
  color: white;
}
.btn-biampRed:hover,
.btn-biampRed:active,
.btn-biampRed:focus {
  background-color: #ac2024;
  color: white;
}

.text-primary {
  color: #03768a;
}
