html, body {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif; }

html {
  position: relative;
  min-height: 100%; }

.bg-primary {
  background-color: #016997; }
  .bg-primary a {
    color: white !important; }
  .bg-primary a.btn-default {
    color: #016997 !important; }

h2 {
  margin-bottom: 25px; }

hr {
  border: 2px solid #016997;
  max-width: 50px; }

p.light {
  color: white; }

hr.light {
  border-color: white; }

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

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

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

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

.container.wide {
  max-width: 100%;
  width: 100%; }

.navbar-inverse {
  background-color: transparent;
  -webkit-transition: all 0.65s;
  -moz-transition: all 0.65s;
  transition: all 0.65s;
  border: 0 solid #016997; }
  .navbar-inverse.preload {
    background-color: #016997; }
  @media (max-width: 768px) {
    .navbar-inverse {
      background-color: #016997; } }
  .navbar-inverse.affix {
    background-color: #016997; }
  .navbar-inverse .navbar-toggle {
    border-color: #fff; }
  .navbar-inverse .nav > li > a, .navbar-inverse .nav > li > a:focus, .navbar-inverse .navbar-brand {
    color: white; }
    .navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus:hover, .navbar-inverse .navbar-brand:hover {
      background-color: #01577e; }
    @media (min-width: 1030px) {
      .navbar-inverse .nav > li > a, .navbar-inverse .nav > li > a:focus, .navbar-inverse .navbar-brand {
        padding: 20px 25px;
        font-size: 16px; } }
    .navbar-inverse .nav > li > a img, .navbar-inverse .nav > li > a:focus img, .navbar-inverse .navbar-brand img {
      height: 35px;
      margin-top: 2px;
      padding-right: 10px;
      padding-left: 10px; }
  .navbar-inverse .navbar-brand {
    font-size: 16px;
    padding-top: 6px; }
    .navbar-inverse .navbar-brand .small {
      font-size: 65%; }
  .navbar-inverse .navbar-nav .active > a, .navbar-inverse .navbar-nav .active > a:focus, .navbar-inverse .navbar-nav .active > a:hover, .navbar-inverse .navbar-nav .open > a, .navbar-inverse .navbar-nav .open > a:focus, .navbar-inverse .navbar-nav .open > a:hover {
    color: white;
    background-color: #01577e; }
  .navbar-inverse .navbar-right {
    margin-right: 5px; }
  @media (max-width: 805px) {
    .navbar-inverse a {
      padding-right: 10px; } }
  .navbar-inverse .navbar-brand {
    height: 60px;
    padding-top: 12px; }
    .navbar-inverse .navbar-brand img {
      height: 46px;
      padding-right: 10px;
      padding-left: 0;
      margin-top: -1px; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-collapse .nav > li > a {
      height: 34px;
      padding-top: 10px; } }

@media (min-width: 768px) and (max-width: 805px) {
  #navbar a {
    font-size: 12.5px; } }
.btn-primary {
  background-color: #016997; }

.text-primary {
  color: #016997; }

.btn-xl {
  border: none;
  border-radius: 300px;
  padding: 15px 30px;
  font-size: 120%; }

.btn-lg {
  border-radius: 300px;
  padding: 15px 30px; }

section {
  min-height: 200px; }

.container {
  max-width: 1100px; }
  .container.main {
    margin-top: 60px;
    margin-bottom: 180px;
    padding-bottom: 40px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .container.main .feature {
        margin-bottom: 20px; } }
  .container.narrow {
    max-width: 730px; }
    .container.narrow .img-holder {
      text-align: center;
      border: 1px solid #eee;
      border-radius: 4px;
      padding: 4px; }
      .container.narrow .img-holder img {
        border-radius: 5px; }
    .container.narrow .full-width {
      border: 1px solid #ccc; }
      .container.narrow .full-width img {
        width: 100%; }
    .container.narrow figcaption {
      font-size: 14px;
      color: #888;
      text-align: center;
      border-top: 1px solid #ccc;
      margin-top: 5px; }
  .container.post .post-body, .container.post .post-preview {
    font-size: 17px; }

.feature-block {
  height: auto; }
  @media (min-width: 768px) {
    .feature-block {
      height: 230px; } }

.post-meta {
  color: #666;
  margin-bottom: 10px; }
  .post-meta span {
    margin-right: 12px; }
  .post-meta span:before {
    margin-right: 6px; }

.post-link {
  color: #016997; }

section#footer {
  position: absolute;
  bottom: 0;
  min-height: 180px;
  padding-top: 25px;
  width: 100%; }
  section#footer .social-media-link {
    text-align: center; }
  section#footer .links, section#footer .copyright {
    margin-top: 5px; }
    section#footer .links li, section#footer .copyright li {
      list-style-type: none; }
  section#footer .links {
    padding-bottom: 10px; }
  section#footer .copyright img {
    height: 60px; }
  section#footer .copyright span {
    height: 60px;
    line-height: 60px; }
  section#footer .copyright li img {
    height: auto;
    padding-bottom: 10px; }
  section#footer .mix {
    position: absolute;
    bottom: 5px; }
  @media (max-width: 768px) {
    section#footer .links {
      text-align: left;
      padding-top: 30px;
      padding-left: 20px; }
      section#footer .links ul {
        padding-left: 0; } }
  @media (min-width: 991px) {
    section#footer .social-media-link {
      margin-top: 10px; } }
  @media (max-width: 991px) {
    section#footer .social-media-link .col-xs-3 {
      float: none;
      display: inline;
      padding: 0 20px; } }

address {
  margin-bottom: 0; }

.map-container {
  position: relative; }
  .map-container .address-overlay {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 99;
    background: white;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid #bbb; }
    .map-container .address-overlay h2 {
      margin: 0; }
    .map-container .address-overlay address {
      padding: 0; }
      .map-container .address-overlay address p {
        margin: 4px; }
  .map-container #directory-map {
    width: 100%;
    height: 450px; }
  .map-container #company-map {
    height: 300px;
    width: 100%; }
  .map-container .contact-us-map {
    height: 300px;
    width: 100%; }

section#company-directory .container.main {
  margin-top: 20px; }
  section#company-directory .container.main.title {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 60px; }
section#company-directory .container-fluid {
  padding: 0; }
section#company-directory #search-location {
  display: table-row; }
section#company-directory .search-bar {
  padding: 20px 0;
  background: white; }
  section#company-directory .search-bar .form-control {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-right: 0; }
  section#company-directory .search-bar .form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important; }
  section#company-directory .search-bar #search-button {
    border: 0;
    background: inherit; }
  section#company-directory .search-bar .input-group-addon {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: inherit; }

.testimonial {
  width: 100%;
  padding-top: 40px; }
  .testimonial .quote {
    font-style: italic;
    text-align: justify; }
  .testimonial h3 {
    margin-bottom: 20px; }

section.team {
  width: 100%; }
  section.team .team-photo {
    text-align: center; }
    section.team .team-photo h3 {
      margin-top: 10px;
      margin-bottom: 20px; }
  section.team p {
    font-size: 17px; }

.thumbnail > img {
  max-height: 400px; }

.max-width-800 {
  max-width: 800px; }

section#stripe-details {
  margin: 0 auto;
  padding-top: 40px; }
  section#stripe-details .flag {
    background-size: 75%; }

@media (max-width: 767px) {
  section#pricing .col-sm-3 {
    padding-top: 30px; } }
section#pricing-table .table {
  text-align: center;
  font-size: 13px;
  border-collapse: collapse;
  border: none;
  max-width: 100%; }
  section#pricing-table .table .table-head th {
    text-align: center; }
  section#pricing-table .table .table-head .tier-name {
    font-size: 24px; }
  section#pricing-table .table .table-head .tier-desc {
    height: 55px; }
    @media (min-width: 992px) {
      section#pricing-table .table .table-head .tier-desc {
        height: 50px; } }
  section#pricing-table .table td {
    padding: 10px;
    width: 25%; }
  section#pricing-table .table .fa {
    color: green;
    font-size: 18px; }
  section#pricing-table .table .feature-name {
    text-align: left;
    font-size: 14px; }
  section#pricing-table .table .monthly-price {
    font-weight: bold; }
  section#pricing-table .table .online-payments {
    font-weight: bold;
    font-size: 16px; }
  section#pricing-table .table .blank-row {
    height: 36px; }
  section#pricing-table .table .support-header {
    text-align: left;
    font-size: 24px;
    background-color: #ddd; }
    section#pricing-table .table .support-header td {
      padding: 5px 10px 7px 10px; }
  section#pricing-table .table .text-muted {
    font-weight: normal; }
  section#pricing-table .table .table-message {
    padding: 15px;
    font-weight: normal;
    font-size: 16px; }
    @media (min-width: 992px) {
      section#pricing-table .table .table-message {
        font-size: 18px; } }
@media (min-width: 769px) {
  section#pricing-table #pricing-buttons {
    display: none; } }
@media (max-width: 769px) {
  section#pricing-table #pricing-buttons {
    display: block; }
  section#pricing-table tr th:nth-child(2), section#pricing-table tr td:nth-child(2),
  section#pricing-table tr th:nth-child(5), section#pricing-table tr td:nth-child(5),
  section#pricing-table tr th:nth-child(4), section#pricing-table tr td:nth-child(4) {
    display: none; }
  section#pricing-table tr th:nth-child(2), section#pricing-table tr td:nth-child(2),
  section#pricing-table tr th:nth-child(3), section#pricing-table tr td:nth-child(3),
  section#pricing-table tr th:nth-child(4), section#pricing-table tr td:nth-child(4) {
    width: 50%; }
  section#pricing-table tr th:nth-child(2) > .tier-name {
    font-size: 18px; } }

section#pricing-calc {
  padding-bottom: 40px;
  padding-top: 40px; }
  section#pricing-calc .rangeslider--horizontal {
    height: 30px;
    border-radius: 3px;
    width: 100%; }
    section#pricing-calc .rangeslider--horizontal .rangeslider__handle {
      top: -5px;
      border-radius: 2px;
      width: 10px; }
      section#pricing-calc .rangeslider--horizontal .rangeslider__handle:after {
        background: 0; }
    section#pricing-calc .rangeslider--horizontal .rangeslider__fill {
      border-radius: 3px;
      height: 30px;
      background-color: #016997; }
  section#pricing-calc .slider-label p {
    font-size: larger;
    margin-bottom: 0; }
  section#pricing-calc .slider-label .text-muted {
    font-size: smaller; }
  section#pricing-calc #price-calculation div {
    float: left;
    width: 20%; }
    section#pricing-calc #price-calculation div .saving-detail {
      font-size: smaller; }
  section#pricing-calc #price-calculation, section#pricing-calc #contact-us-message {
    min-height: 95px; }

section#extras {
  min-height: 100px; }

#countries-select {
  float: right;
  font-size: 16px; }
  @media (max-width: 768px) {
    #countries-select {
      float: none;
      padding-bottom: 20px; } }
  #countries-select #countries-dropdown {
    background: none;
    border: 1px solid #ccc;
    border-radius: 3px; }
    #countries-select #countries-dropdown .active {
      background: #016997;
      color: white; }

.correct {
  background-color: #89E894; }

.incorrect {
  background-color: #FF6961; }

a:hover {
  text-decoration: none; }

.short-delay {
  animation-delay: 0.2s; }

.long-delay {
  animation-delay: 0.5s; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

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

.padding-top-30 {
  padding-top: 30px; }

.padding-top-40 {
  padding-top: 40px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

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

.font-24 {
  font-size: 24px; }

.font-20 {
  font-size: 20px; }

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

.inline-block {
  display: inline-block; }

header {
  background-color: #016997;
  width: 100%; }
  header .header-details {
    position: relative;
    margin-top: -290px;
    color: white;
    font-size: 55px;
    padding-bottom: 60px;
    padding-top: 30px; }
    header .header-details.preload {
      background-color: #016997;
      margin-top: 30px !important; }
    header .header-details .fa {
      font-size: 100px; }
  header.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: -50px;
    margin-bottom: -10px; }
    @media (max-width: 767px) {
      header.wrapper {
        padding-top: 65px; } }

.toolbar {
  box-shadow: none;
  height: 28px;
  border-bottom: none;
  background: #f0f0f0;
  border-radius: 5px 0 0 0;
  background-image: linear-gradient(180deg, #fff 0, rgba(153, 153, 153, 0.65)); }

.circle-wrap {
  position: relative;
  top: 8px;
  left: 10px; }

span.red {
  background: #fc5959;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  position: absolute;
  left: 0;
  border: 1px solid #fb3131;
  margin-left: 2px; }

span.yellow {
  background: #fdbe30;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: 1px solid #f8ac02;
  margin-left: 20px; }

span.green {
  background: #36cf40;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  position: absolute;
  left: 0;
  border: 1px solid #36cf40;
  margin-top: -12px;
  margin-left: 38px; }

@media (max-width: 991px) {
  .toolbar {
    height: 15px; }

  span.red, span.yellow, span.green {
    height: 8px;
    width: 8px; }

  span.red {
    margin-left: -2px; }

  span.yellow {
    margin-left: 12px; }

  span.green {
    margin-top: -8px;
    margin-left: 26px; }

  .circle-wrap {
    top: 4px; } }
.address {
  padding-top: 20px; }
  .address p {
    font-size: larger; }

.header-spacing {
  padding-top: 40px;
  margin-bottom: 20px; }

.caption-spacing {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px; }

.text-spacing {
  padding-top: 20px;
  padding-bottom: 20px; }

.no-padding {
  padding: 0; }

.short-delay {
  animation-delay: 0.3s; }

.long-delay {
  animation-delay: 0.7s; }

@media (min-width: 1198px) {
  .col-lg-4 {
    margin-bottom: 20px; } }
#highlights hr {
  margin-top: 0; }

div.col-md-3 {
  padding-left: 0; }
  @media (min-width: 480px) and (max-width: 991px) {
    div.col-md-3 {
      max-width: 60%; } }
  @media (max-width: 991px) {
    div.col-md-3 {
      padding-top: 25px;
      padding-left: 15px; } }

@media (min-width: 991px) {
  div.col-md-9 {
    margin-top: 68px; } }
.reviews .review {
  display: inline-flex; }
  .reviews .review a {
    padding: 50px; }

.feature-page {
  font-size: 16px;
  padding: 0 !important;
  margin-top: 0 !important; }
  .feature-page .feature-page-block {
    padding: 20px 100px 20px 100px;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .feature-page .feature-page-block .padding-left {
        padding-left: 40px; } }
    .feature-page .feature-page-block .thumbnail {
      border: None;
      -webkit-transition: None;
      transition: None;
      background-color: transparent; }
      .feature-page .feature-page-block .thumbnail img {
        max-height: 300px; }
  .feature-page .background-grey {
    background-color: #e6f8ff; }

.post-body table {
  width: 100%;
  margin: 20px 0 20px 0; }
  .post-body table thead {
    background-color: #ddd; }
  .post-body table tbody:nth-child(even) tr {
    background-color: #e6f8ff; }
  .post-body table th {
    padding: 10px; }
  .post-body table td {
    padding: 10px; }

section#contact-us {
  margin: 0 60px;
  padding: 0; }
  section#contact-us hr {
    margin-bottom: 0; }
  section#contact-us h2 {
    margin-bottom: 0; }

.full-size-image {
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 80%; }

#google-form iframe {
  width: 100%;
  height: 1900px; }
