/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider .slick-slide {
  position: relative;
  height: 500px;
  /*define the height of slide*/
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home-slider .slider-caption p, #home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }
}
@media only screen and (max-width: 634px) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/
  }
}
img {
  -ms-interpolation-mode: bicubic;
}

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

.form-control:focus, [type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus, select:focus {
  box-shadow: 0 0 0 0.1rem rgba(87, 129, 179, 0.25);
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

.gfield_label {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right;
  /*aligning of submit button*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
iframe {
  max-width: 580px;
  width: 100%;
  height: 345px;
}

html, body {
  height: auto;
  overflow-x: hidden;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

label {
  display: block;
}

button, .button, .btn, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: inherit;
  color: inherit;
}

h1 {
  /*basic heading styles*/
  color: #5781b3;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
}

h2 {
  /*basic heading styles*/
  color: #5781b3;
  font-size: 30px;
  font-weight: 700;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
}

h3 {
  /*basic heading styles*/
  color: #575757;
  font-size: 16px;
}

h4 {
  /*basic heading styles*/
}
h4 a {
  color: #d0202e;
  font-size: 16px;
  font-weight: 600;
}

h5 {
  /*basic heading styles*/
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 600;
}

h6 {
  /*basic heading styles*/
  color: #575757;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

p {
  /*basic paragraph styles*/
}
p:empty {
  display: none;
}
p a {
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #d0202e;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #78121a;
  outline: none;
}

blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #fff;
  border-collapse: collapse;
}
table tbody, table tfoot, table thead, table th, table td {
  border: 1px solid #f1f1f1;
  background-color: transparent;
}
table tfoot tr, table thead tr {
  background-color: #f8f8f8;
}
table tfoot td, table tfoot th, table thead td, table thead th {
  padding: .5rem .625rem .625rem;
  font-weight: 700;
  text-align: left;
}
table tbody td, table tbody th {
  padding: 0.5rem 0.625rem 0.625rem;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
img {
  max-width: 100%;
}

/* Preloader */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.4s ease, visibility 0.4s ease;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader__icon:before {
  display: block;
  content: '\f1ce';
  font-size: 50px;
  font-family: FontAwesome;
  -moz-animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.preloader--hidden {
  opacity: 0;
  visibility: hidden;
}

/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Button additional styles */
.button {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

/* Align Middle */
.align-middle {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination {
  width: 100%;
  justify-content: center;
  border-radius: 0;
  margin: 0 0 88px;
}
ul.pagination li {
  margin: 0 11px;
}

ul.pagination .pagination.current {
  color: #d0202e !important;
  background: transparent;
  border-color: transparent;
}

ul.pagination .pagination {
  display: block;
  background-color: transparent;
  border: 0px solid #dee2e6;
  padding: 0;
  line-height: 1.5;
  color: #9b9b9b !important;
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  font-family: "Roboto Condensed";
}

ul.pagination li:last-child .next {
  transform: rotate(-180deg);
  width: 15px;
  height: 24px;
  position: relative;
  top: -1px;
  margin: 0;
  margin: -2px 0 0 -5px;
  text-align: right;
}
ul.pagination li:last-child .next svg {
  width: 20px;
  height: 13px;
}
ul.pagination li:last-child .next:hover svg {
  stroke: #d0202e;
  fill: #d0202e;
}

ul.pagination li:first-child .prev {
  width: 15px;
  height: 24px;
  position: relative;
  top: -1px;
  text-align: left;
  margin: 3px -5px 0 0;
}
ul.pagination li:first-child .prev svg {
  width: 20px;
  height: 13px;
  fill: #4a4a4a;
}
ul.pagination li:first-child .prev:hover svg {
  fill: #d0202e !important;
}

ul.pagination .pagination:hover {
  background-color: transparent;
  border-color: transparent;
  color: #d0202e !important;
}

/* Search form */
section.search-result {
  padding: 72px 0 72px;
}
section.search-result .posts-list {
  margin: 0 auto;
}
section.search-result #searchform {
  margin: 40px auto;
  display: block;
}
section.search-result .post {
  margin-bottom: 40px;
}

.search-post {
  margin: -100px 0 24px;
  text-align: right;
}

#searchform {
  max-width: 321px;
  width: 100%;
  height: 60px;
  display: inline-block;
  position: relative;
}
#searchform input[type=search] {
  box-shadow: 0 2px 4px rgba(164, 164, 164, 0.5);
  border-radius: 96px;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  padding: 0 24px;
  color: #999999;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
#searchform ::-webkit-input-placeholder {
  color: #999;
}
#searchform ::-moz-placeholder {
  color: #999;
}
#searchform :-ms-input-placeholder {
  color: #999;
}
#searchform :-moz-placeholder {
  color: #999;
}
#searchform input[type=submit] {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #d0202e;
  border-radius: 50%;
  font-size: 0;
  background-image: url(../images/icon-search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  z-index: 2;
  padding: 0 !important;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
#searchform input[type=submit]:hover {
  opacity: 0.7;
}

#home-slider .slick-slide {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.breadcrumbs {
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin: 24px 0;
}
.breadcrumbs a {
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
  color: #FFF;
  text-decoration: underline;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 24px 0 0;
  z-index: 3;
  transition: background-color 0.3s ease;
  margin-bottom: 16px;
}

.custom-logo {
  margin: 8px 0 0 16px;
}

.main-logo {
  margin: 0;
}
.main-logo svg {
  max-width: 100%;
}

.navbar-brand {
  margin-right: 0;
}

.logo img {
  max-height: 150px;
}

.logo svg {
  max-width: 150px;
}

.home .header-logo-mobile .white, .home .header-logo .white {
  fill: white;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Blog page */
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comments-area {
  margin-top: 50px;
}

.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding: 100px 0;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #d0202e;
  color: #fff;
  padding-left: 8px;
  padding-right: 8px;
}
.not-found .label:hover {
  background-color: #ad1b26;
  color: #fff;
}

/* Sidebar */
/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
.header .container {
  max-width: 1040px;
}

.header-navigation {
  margin: 8px 0px 0 0;
}

.container {
  max-width: 1000px;
}

.header-find {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: -88px 0 0;
}
@media only screen and (min-width: 992px) {
  .header-find h3 {
    margin: -8px 0 0 !important;
  }
  .header-find form {
    margin: 32px 0 0 !important;
  }
}
.header-find h3 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 0;
}
@media only screen and (min-width: 992px) {
  .header-find h3 span {
    display: block;
    text-shadow: 0 2px 4px transparent;
  }
}
.header-find form {
  max-width: 580px;
  width: 100%;
  height: 80px;
  display: inline-block;
  position: relative;
  margin: 0px 0 0;
}
.header-find form input[type=search] {
  box-shadow: 0 2px 5px rgba(145, 145, 145, 0.5);
  border-radius: 96px;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  color: #999999;
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: 400;
  padding: 0 32px;
  border-top: #ffffff;
  border-right: #ffffff;
  border-bottom: #ffffff;
  border-left: #ffffff;
}
.header-find form ::-webkit-input-placeholder {
  color: #999;
}
.header-find form ::-moz-placeholder {
  color: #999;
}
.header-find form :-ms-input-placeholder {
  color: #999;
}
.header-find form :-moz-placeholder {
  color: #999;
}
.header-find form input[type=submit] {
  width: 68px;
  height: 68px;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #d0202e;
  border-radius: 50%;
  font-size: 0;
  background-image: url(../images/icon-search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
  z-index: 2;
  padding: 0 !important;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header-find form input[type=submit]:hover {
  opacity: 0.7;
}

.header-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 32px 0 0;
}
.header-title h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .header-title h1 span {
    display: block;
    position: relative;
    top: -14px;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
  }
}
.header-title .btn-dft {
  top: 18px;
}

.btn-dft {
  max-width: 196px;
  width: 100%;
  text-align: center;
  height: 43px;
  border: 1px solid #d0202e;
  box-shadow: 0 2px 4px rgba(146, 146, 146, 0.5);
  color: #ffffff !important;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  background-color: #d0202e;
  border-radius: 24px;
  line-height: 43px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.btn-dft:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #BB1C29;
}
.btn-dft:active {
  color: #FFF !important;
  text-decoration: none;
  background-color: #A51824;
}

.btn-dft-disabled {
  background-color: #DDD !important;
}

.header-top-menu {
  flex-direction: row;
  display: flex;
  padding: 0;
  margin: 0 0 16px 0;
  list-style-type: none;
  justify-content: flex-end;
}
.header-top-menu li a {
  display: block;
  padding: 0 16px;
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  position: relative;
}
.header-top-menu li a:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.3s ease;
}
.header-top-menu li a:hover, .header-top-menu li a:active, .header-top-menu li a:focus {
  text-decoration: none;
  color: #FFF;
}
.header-top-menu li a:hover:after, .header-top-menu li a:active:after, .header-top-menu li a:focus:after {
  background-color: rgba(255, 255, 255, 0.24);
}

.navbar-nav {
  justify-content: flex-end;
  width: 100%;
}

.header-main {
  height: calc(100vh - 118px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

section.best {
  padding: 104px 0 0;
}
section.best p {
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section.best img, section.best iframe {
  margin: 40px 0 0;
}

section.best-blocks {
  padding: 80px 0 0;
}
section.best-blocks .container {
  max-width: 980px;
}

.best-blocks-item {
  max-width: 260px;
  width: 100%;
  margin: 0px auto 0;
  text-align: center;
}
.best-blocks-item h2 {
  margin: 0 0 16px;
  text-align: left;
}
.best-blocks-item .row p {
  color: #575757;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  height: 140px;
  overflow: hidden;
  text-align: left;
}
.best-blocks-item-img {
  max-width: 246px;
  overflow: hidden;
  max-height: 238px;
  margin: 56px 0 48px;
  border-bottom: 2px solid #5781b3;
}
.best-blocks-item-img img {
  max-width: 246px;
  max-height: auto;
  height: auto;
}

section.field-notes {
  padding: 88px 0 88px;
}
section.field-notes .btn-view {
  margin: 48px 0 0;
}
section.field-notes .col-lg-auto:last-child {
  display: none;
}

.field-notes-item {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 24px auto 0;
  box-shadow: 1px 2px 5px rgba(145, 145, 145, 0.5);
  background-color: #ffffff;
}
.field-notes-item:hover {
  text-decoration: none;
}
.field-notes-item:hover h5 {
  text-decoration: underline;
}
.field-notes-item-img {
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.field-notes-item-text {
  padding: 0 16px 32px 32px;
}
.field-notes-item h5 {
  margin: 24px 0 16px;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
}
.field-notes-item h5 a {
  margin: 24px 0 16px;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
}
.field-notes-item p {
  color: #4a4a4a;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.field-notes-item span {
  display: block;
  color: #9b9b9b;
  font-size: 14px;
  margin: 24px 0 0;
  font-weight: 400;
  text-transform: uppercase;
}

.btn-view {
  height: 30px;
  text-align: center;
  color: #d0202e;
  font-size: 16px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 30px;
  padding: 0 16px;
  display: inline-block;
  background-color: #EEEEEE;
  border-radius: 24px;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.btn-view:hover, .btn-view:active, .btn-view:active {
  text-decoration: none;
  opacity: 0.7;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.socials {
  text-align: right;
  margin: 0px 0 24px;
}
.socials a {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-left: 8px;
  transition: opacity 0.3s ease;
}
.socials a:hover, .socials a:active, .socials a:focus {
  opacity: 0.7;
  text-decoration: none;
}
.socials a img {
  margin: 0 !important;
}

.wrapper {
  background: #fff;
  position: relative;
  z-index: 200;
}

body {
  padding-bottom: 493px;
}

.footer {
  background-color: #314A66;
  position: absolute;
  bottom: 0;
  z-index: 100;
  left: 0;
  right: 0;
  height: 493px;
  padding: 80px 0 0 0px;
  background-position: 95% bottom;
  background-repeat: no-repeat;
}
.footer .socials {
  margin: 8px 0 24px;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -8px;
}
.footer-menu li {
  flex: 0 1 33.3333%;
}
.footer-menu li a {
  display: block;
  padding: 8px 8px 0;
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 0px;
}

.copyright {
  color: #f4f4f4;
  font-family: "Source Sans Pro";
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  margin: 132px 0 0 0px;
}
.copyright a {
  color: #FFF;
  text-decoration: none;
}
.copyright a:hover, .copyright a:active, .copyright a:focus {
  color: #FFF;
  text-decoration: underline;
}

.footer-phone {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  margin: 0px 0px 0 0;
  display: inline-block;
  font-family: "Source Sans Pro";
  text-decoration: none;
}
.footer-phone:hover, .footer-phone:active, .footer-phone:focus {
  color: #FFF;
  text-decoration: none;
}

address {
  color: #f4f4f4;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 400;
  max-width: 233px;
  text-align: right;
  padding: 0 0px 0 0;
  display: inline-block;
  margin: 8px 0px 0 0;
  line-height: 1.3;
}

/* ------------------------------------
    FAQ page Styles
------------------------------------- */
section.faq {
  padding: 72px 0 88px;
}
section.faq h1 {
  color: #5781b3;
  font-size: 40px;
  text-transform: uppercase;
  margin: 0 0 48px;
}

.faq-internal {
  max-width: 609px;
}

.faq-questions {
  max-width: 601px;
  margin: 56px 0 0;
}

.visible:after {
  transform: rotate(90deg);
}

.faq-questions-item {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
  position: relative;
  margin-top: -1px;
}
.faq-questions-item:after {
  content: '';
  position: absolute;
  right: 0;
  top: 28px;
  width: 14px;
  height: 14px;
  background-image: url(../images/arrowR-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  transition: transform 0.3s ease;
}
.faq-questions-item:last-child {
  border-top: none;
}
.faq-questions-item > p {
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 400;
  line-height: 69px;
  margin: 0;
}
.faq-questions-item-text {
  display: none;
}
.faq-questions-item-text p {
  color: #575757;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  font-weight: 400;
}

.header-white .header {
  position: relative;
}
.header-white .header-top-menu li a {
  color: #d0202e;
}
.header-white .navbar .navbar-nav .nav-link {
  color: #4a4a4a;
}
.header-white .navbar .navbar-nav .nav-link:hover {
  color: #ffffff;
}
.header-white .region-template-default .header-top-menu li a[href*='region']:after, .header-white .inspector-template-default .header-top-menu li a[href*='region']:after, .header-white .header-top-menu li.current-menu-item a:after, .header-white .header-top-menu li a:hover:after, .header-white .header-top-menu li a:active:after, .header-white .header-top-menu li a:focus:after, .header-white .navbar .navbar-nav .nav-link:hover:after, .header-white .navbar .navbar-nav .nav-link:hover:after {
  background-color: #eeeeee;
  color: #d0202e !important;
  z-index: -1;
}

body.page-template-template-find_inspector .search-bar, body.page-template-template-find_inspector_local .search-bar {
  margin: 0;
}
body.page-template-template-find_inspector section.header-internal, body.page-template-template-find_inspector_local section.header-internal {
  margin: 8px 0 0;
  padding: 56px 0;
}
body.page-template-template-find_inspector .header, body.page-template-template-find_inspector_local .header {
  position: relative;
}
body.page-template-template-find_inspector .header-top-menu li a, body.page-template-template-find_inspector_local .header-top-menu li a {
  color: #d0202e;
}
body.page-template-template-find_inspector .navbar .navbar-nav .nav-link, body.page-template-template-find_inspector_local .navbar .navbar-nav .nav-link {
  color: #4a4a4a;
}
body.page-template-template-find_inspector .navbar .navbar-nav .nav-link a, body.page-template-template-find_inspector_local .navbar .navbar-nav .nav-link a {
  border-radius: 32px;
}
body.page-template-template-find_inspector .header-top-menu li.current-menu-item a:after, body.page-template-template-find_inspector .header-top-menu li a:hover:after, body.page-template-template-find_inspector .header-top-menu li a:active:after, body.page-template-template-find_inspector .header-top-menu li a:focus:after, body.page-template-template-find_inspector_local .header-top-menu li.current-menu-item a:after, body.page-template-template-find_inspector_local .header-top-menu li a:hover:after, body.page-template-template-find_inspector_local .header-top-menu li a:active:after, body.page-template-template-find_inspector_local .header-top-menu li a:focus:after {
  background-color: #eeeeee;
  color: #d0202e !important;
  z-index: -1;
}
body.page-template-template-find_inspector .navbar .navbar-nav .nav-link::hover, body.page-template-template-find_inspector_local .navbar .navbar-nav .nav-link::hover {
  background-color: #d0202e;
  color: #eeeeee;
}

.search-bar {
  background-color: #304867;
  margin: 0;
}
.search-bar .search-bar-form {
  float: right;
}
.search-bar form {
  max-width: 300px;
  width: 100%;
  position: relative;
  top: 31px;
  padding: 0 56px 0 0;
}
.search-bar input[type=search] {
  border: none;
  border-bottom: 2px solid #536781;
  color: #ffffff;
  font-family: "Roboto Condensed";
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: transparent;
  width: 247px;
  border-radius: 0;
  padding: 0;
}
.search-bar input[type=search]:focus, .search-bar input[type=search]:active, .search-bar input[type=search]:hover {
  outline: none;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}
.search-bar ::-webkit-input-placeholder {
  color: #ffffff;
}
.search-bar ::-moz-placeholder {
  color: #ffffff;
}
.search-bar :-ms-input-placeholder {
  color: #ffffff;
}
.search-bar :-moz-placeholder {
  color: #ffffff;
}
.search-bar input[type=submit], .search-bar button {
  border: none;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  text-align: center;
  opacity: 0.87;
  position: absolute;
  right: 0;
  z-index: 9;
  cursor: pointer;
  top: -12px;
  background-color: #d0202e;
  transition: opacity 0.3s ease;
  background-image: url(../images/icon-search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 18px;
}
.search-bar input[type=submit]:hover, .search-bar button:hover {
  opacity: 1;
}
.search-bar p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 80px;
  margin: 0;
}

/* ------------------------------------
    Environmental page Styles
------------------------------------- */
section.header-internal {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 120px 0;
  margin: 16px 0 72px;
  background-color: gray;
}
section.header-internal h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #f4f4f4;
  font-size: 40px;
  text-transform: uppercase;
}
section.header-internal.header-internal-find-inspector {
  margin: 0;
}

section.about {
  padding: 0 0 88px;
}
section.about h3 {
  color: #575757;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
  margin: 0 auto 24px;
  max-width: 580px;
  width: 100%;
}
section.about h2 {
  margin: 72px 0 40px;
}
section.about .textwidget h5 {
  margin: 0 24px;
}
section.about .btn-dft {
  margin: 24px 0 48px;
}
section.about p {
  color: #575757;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 auto 24px;
  max-width: 580px;
  width: 100%;
  text-align: left !important;
}
section.about .about-video img, section.about .about-video iframe {
  margin: 56px auto 40px;
  max-width: 580px;
  width: 100%;
}
section.about ul {
  max-width: 580px;
  width: 100%;
  padding: 0 0 0 8px;
  margin-left: auto;
  margin-right: auto;
  text-align: left !important;
}
section.about ul li {
  display: inline-block;
  margin-right: 28px;
  color: #575757;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}
section.about ul li:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 8px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #575757;
}

.about-advantage img {
  margin: 24px 0 0;
}

.why-item {
  text-align: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 24px;
}
.why-item-img {
  width: 63px;
  height: 63px;
  overflow: hidden;
  margin: 0 auto 16px;
}
.why-item-img img {
  width: 100%;
  height: 100%;
}
.why-item p {
  color: #4a4a4a !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  text-align: center !important;
}

section.about .why-item p {
  text-align: center !important;
}

.header-internal-find-inspector,
section.header-internal.header-internal-find-inspector {
  background-color: #304867;
  margin: 0;
  padding: 88px 0;
}
.header-internal-find-inspector h1,
section.header-internal.header-internal-find-inspector h1 {
  margin: 0;
  text-align: left;
  position: relative;
  left: 0px;
}
.header-internal-find-inspector h1 span,
section.header-internal.header-internal-find-inspector h1 span {
  display: block;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
}

section.find-inspector {
  padding: 72px 0 88px;
}
section.find-inspector .btn-dft {
  max-width: 160px;
}
section.find-inspector p {
  color: #575757;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  max-width: 600px;
}

.find-inspector-wrapper {
  margin: 96px 0 0;
}
.find-inspector-wrapper .btn-arrow {
  margin-top: 64px;
  max-width: 177px !important;
  width: 100%;
}

.btn-arrow {
  max-width: 177px !important;
  font-weight: 400;
  text-align: right;
  padding-right: 10px;
  position: relative;
}
.btn-arrow:hover {
  text-decoration: none;
  color: #d0202e;
}
.btn-arrow:hover:before {
  left: 10px;
}
.btn-arrow:before {
  content: '';
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
  width: 15px;
  height: 13px;
  background-image: url(../images/arrowtoright.png);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-180deg);
  transition: left 0.3s ease;
}

.find-inspector-people {
  display: inline-block;
  color: #575757;
  font-size: 16px;
  font-weight: 400;
  line-height: 70px;
  max-width: 290px;
  height: 73px;
  border-radius: 100px;
  text-align: left;
  width: 100%;
  padding: 0 0 0 10px;
  transition: all 0.3s ease;
  background-image: url(../images/arrowtoright.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 0;
}
.find-inspector-people-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: #304867;
  margin: 0 15px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.find-inspector-people:hover, .find-inspector-people:active, .find-inspector-people:focus {
  color: #575757;
  text-decoration: none;
  background-color: #eeeeee;
  background-size: 15px 14px;
}

/* ------------------------------------
    Jobs page Styles
------------------------------------- */
section.jobs {
  padding: 0 0 64px;
}
section.jobs h3 {
  color: #575757;
  font-size: 24px;
  line-height: 26px;
  margin: 0 auto 24px;
  max-width: 580px;
  width: 100%;
  font-weight: 300;
}
section.jobs h2 {
  margin: 64px 0 16px;
}
section.jobs .btn-dft {
  margin: 0;
}
section.jobs p {
  color: #575757;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 auto 24px;
  max-width: 580px;
  width: 100%;
  text-align: left !important;
}

.open-postion ul {
  display: inline-block;
  margin: 0 0 8px;
  padding: 0;
}
.open-postion ul li {
  display: block;
  margin: 0 0 24px;
}
.open-postion ul li a:hover, .open-postion ul li a:active, .open-postion ul li a:focus {
  color: #d0202e;
}
.open-postion .btn-dft {
  max-width: 160px;
}

.jobs-block {
  max-width: 580px;
  width: 100%;
  margin: 16px auto 0;
}
.jobs-block p > strong {
  display: block;
  margin: 0 0 8px;
}

.jobs-block-item {
  max-width: 280px;
  margin: 0 0 64px;
}

.if-that {
  max-width: 580px;
  width: 100%;
  margin: 0px auto 0;
}
.if-that h2 {
  margin: 32px auto 32px !important;
}

.if-that-item p {
  margin: 0 0 0 !important;
}
.if-that-item p > strong {
  display: block;
  margin: 0 0 8px;
}
.if-that-item ul {
  margin: 0;
  padding: 0 0 0 16px;
  max-width: 280px;
  list-style-type: none;
}
.if-that-item ul li {
  color: #575757;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  position: relative;
}
.if-that-item ul li:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 8px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #575757;
}

.if-that h3,
.jobs-block h3 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 8px;
}

section.home-inspection {
  padding: 0 0 0;
}
section.home-inspection p {
  color: #575757;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
}
section.home-inspection p strong {
  font-weight: 400;
  display: block;
}
section.home-inspection .btn-dft {
  margin: 0 0 82px;
}
section.home-inspection img, section.home-inspection iframe {
  margin: 0 0 64px;
}
section.home-inspection ul {
  padding: 0 0 56px 8px;
  text-align: left !important;
}
section.home-inspection ul li {
  display: inline-block;
  margin-right: 28px;
  color: #575757;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}
section.home-inspection ul li:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 8px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #575757;
}

.sidebar-home-inspection {
  text-align: left;
  margin: -96px 0 0;
}
.sidebar-home-inspection .btn-dft {
  max-width: 160px;
  height: 46px;
  line-height: 46px;
  margin: 0px !important;
}
.sidebar-home-inspection .btn-gray {
  margin: 24px 0 32px;
}

.addinational-services {
  margin: 40px 0 0;
}
.addinational-services p {
  color: #4a4a4a !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin: 0 0 16px !important;
}
.addinational-services ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
}
.addinational-services ul li:nth-child(1) {
  background-image: url(../images/radon2x.jpg);
}
.addinational-services ul li:nth-child(2) {
  background-image: url(../images/wood-insects2x.jpg);
}
.addinational-services ul li:nth-child(3) {
  background-image: url(../images/mold2x.jpg);
}
.addinational-services ul li:nth-child(4) {
  background-image: url(../images/pool2x.jpg);
}
.addinational-services ul li:nth-child(5) {
  background-image: url(../images/sewer-camera2x.jpg);
}
.addinational-services ul li:nth-child(6) {
  background-image: url(../images/septic2x.jpg);
}
.addinational-services ul li:nth-child(7) {
  background-image: url(../images/indoor-air2x.jpg);
}
.addinational-services ul li:nth-child(8) {
  background-image: url(../images/thermal-imaging2x.jpg);
}
.addinational-services ul li:nth-child(9) {
  background-image: url(../images/well2x.jpg);
}
.addinational-services ul li:nth-child(10) {
  background-image: url(../images/water-testing2x.jpg);
}
.addinational-services ul li:nth-child(11) {
  background-image: url(../images/wind-mitigation2x.jpg);
}
.addinational-services ul li:nth-child(12) {
  background-image: url(../images/4-point2x.jpg);
}
.addinational-services ul li:nth-child(13) {
  background-image: url(../images/gas-inspection2x.jpg);
}
.addinational-services ul li:nth-child(14) {
  background-image: url(../images/sprinkler2x.jpg);
}
.addinational-services ul li {
  margin: 0 0 24px;
  padding: 0 0 0 40px;
  background-position: left 1px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  font-size: 16px;
  display: block !important;
}
.addinational-services ul li:before {
  display: none;
}
.addinational-services ul li a {
  color: #d0202e;
  font-size: 16px !important;
  font-weight: 400 !important;
  display: block !important;
}

.btn-gray {
  max-width: 160px;
  width: 100%;
  height: 30px;
  border-radius: 38px;
  background-color: #eeeeee;
  text-align: center;
  line-height: 30px;
  color: #d0202e;
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.btn-gray:hover {
  text-decoration: none;
}

/* ------------------------------------
    Environmental page Styles
------------------------------------- */
section.environmental {
  padding: 0 0 72px;
}
section.environmental h3 {
  color: #575757;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 24px;
  font-weight: 300;
}
section.environmental h2 {
  margin-top: 88px;
}

.environmental-wrapper {
  max-width: 580px;
}
.environmental-wrapper .faq-questions {
  margin: 112px 0 0;
}
.environmental-wrapper > p {
  color: #575757;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 16px;
}
.environmental-wrapper > p strong {
  display: block;
  font-weight: 400;
}

blockquote {
  color: #5781b3;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-style: italic;
  line-height: 28px;
  border-left: 0;
  position: relative;
  padding: 16px 0 0 32px;
  margin: 104px 0 32px 8px;
  max-width: 290px;
}
blockquote:before {
  content: '"';
  background-repeat: no-repeat;
  width: 23px;
  height: 17px;
  color: #5781b3;
  font-size: 64px;
  font-weight: 600;
  position: absolute;
  left: -8px;
  top: 8px;
}
blockquote p {
  color: #5781b3;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-style: italic;
  line-height: 28px;
  margin-bottom: 24px;
}

.environmental-intro .btn-dft {
  max-width: 160px;
  height: 45px;
  line-height: 45px;
  position: relative;
  top: -96px;
  margin: 0 0 0 40px;
}

.environmental-radon .btn-dft {
  max-width: 160px;
  height: 45px;
  line-height: 45px;
  margin: 0 0 0 40px;
}

.environmental-wood .btn-dft {
  max-width: 194px;
  height: 45px;
  line-height: 45px;
  margin: 112px 0 0 40px;
}

/* ------------------------------------
    Glossary page Styles
------------------------------------- */
section.glossary-internal {
  padding: 72px 0 112px;
}
section.glossary-internal .col-lg-4 {
  order: 2;
}
section.glossary-internal .col-md-8 {
  order: 1;
}

.glossary-internal-wrapper {
  max-width: 580px;
}
.glossary-internal-wrapper p {
  color: #575757;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 20px;
}
.glossary-internal-wrapper .tab_content_glossary h4 {
  display: inline;
  font-size: inherit;
}
.glossary-internal-wrapper .tab_content_glossary h4:after {
  content: ' \2013 ';
}
.glossary-internal-wrapper .tab_content_glossary p {
  display: inline;
}
.glossary-internal-wrapper .glossary-element {
  margin-bottom: 24px;
}

.tabs_glossary ul {
  list-style-type: none;
  max-width: 300px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 0px;
  padding: 0;
}
.tabs_glossary ul .active span {
  color: #FFF;
  background-color: #d0202e;
  text-decoration: none;
}
.tabs_glossary ul li {
  margin: 0 8px 8px 0;
}
.tabs_glossary ul li span {
  width: 25px;
  height: 25px;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 25px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tabs_glossary ul li span:hover, .tabs_glossary ul li span:active, .tabs_glossary ul li span:focus {
  color: #FFF;
  background-color: #d0202e;
  text-decoration: none;
}

.main-content {
  max-width: 580px;
  width: 100%;
  margin: 72px auto 0;
}
.main-content p {
  color: #575757;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.main-content img {
  margin-bottom: 40px;
  height: auto;
}
.main-content blockquote {
  max-width: 500px;
  margin: 0 auto;
}
.main-content blockquote p {
  color: #5781b3 !important;
  font-family: "Source Sans Pro";
  font-size: 20px !important;
  line-height: 28px !important;
}

.post h1.page-title {
  color: #5781b3;
  font-size: 30px;
  text-transform: none;
}

.entry-meta-author {
  color: #9b9b9b !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  margin: 16px 0 48px;
}
.entry-meta-author a {
  color: #9b9b9b;
  text-decoration: none;
}

.wrapper-show-all {
  border-top: 1px solid #dcdcdc;
  padding: 56px 0 0;
  max-width: 580px;
  width: 100%;
  margin: 40px auto 88px;
}

.pagination-post {
  margin: 20px 0 0;
}
.pagination-post .btn-view {
  display: none;
}
.pagination-post ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.pagination-post ul li {
  font-size: 0;
}

.pagination-prev {
  display: inline-block;
  vertical-align: middle;
}
.pagination-prev a {
  width: 30px;
  height: 30px;
  background-image: url(../images/prev-post.png);
  cursor: pointer;
  display: block;
  background-size: cover;
}

.pagination-next {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.pagination-next a {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(../images/next-post.png);
  cursor: pointer;
  background-size: cover;
}

.posts-list .col-lg-4 {
  margin-bottom: 48px;
}
.posts-list .post {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 0;
  box-shadow: 0 2px 4px rgba(164, 164, 164, 0.5);
  background-color: #ffffff;
  height: 100%;
}
.posts-list .post-img {
  width: 100%;
  height: 272px;
  overflow: hidden;
  position: relative;
  margin: 0px 0 40px;
  background-size: cover;
  background-position: center;
}
.posts-list .post-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.posts-list .post-content {
  display: block;
}
.posts-list .post-content:hover {
  text-decoration: none;
}
.posts-list .post-content:hover h4 {
  text-decoration: underline;
}
.posts-list .post-content-image {
  padding: 0px 32px 32px 32px;
}
.posts-list .post-content-image .entry-meta-author {
  margin: 24px 0 0px;
}
.posts-list .post-content-noimage {
  padding: 48px 32px 32px 32px;
}
.posts-list .post-content-noimage .entry-meta-author {
  margin: 24px 0 0px;
}
.posts-list .post-content-text {
  color: #575757;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  height: 256px;
}
.posts-list .post h4 {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  max-width: 230px;
  width: 100%;
}
.posts-list .post h4 a {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
}

/* ------------------------------------
   Commercial inspections page Styles
------------------------------------- */
section.commercial {
  padding: 0 0 72px;
}
section.commercial blockquote {
  max-width: 500px;
  margin: 16px auto 8px;
}
section.commercial .btn-view {
  margin-right: 24px;
}

.commercial-text {
  max-width: 580px;
}
.commercial-text > p {
  color: #575757;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.commercial-text > p strong {
  display: block;
  color: #575757;
  font-weight: 400;
}
.commercial-text > p:first-of-type {
  margin-top: 56px;
}

.request {
  max-width: 355px;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #ffffff;
  margin: -120px auto 0px;
  display: block;
  float: right;
  padding: 56px 32px 40px;
  text-align: right;
}
.request h2 {
  margin: -24px 0 24px;
  text-align: left;
}
.request .next {
  margin: 24px 0 0 16px !important;
}
.request .previous {
  margin: 24px 0 0 !important;
}
.request .btn-dft {
  max-width: 187px;
  height: 30px;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 16px;
}
.request .groupinput {
  display: flex;
  flex-wrap: nowrap;
}
.request .groupinput label {
  margin-right: 16px !important;
}
.request .groupinput input {
  max-width: 148px !important;
}
.request .groupinput select {
  width: 74px !important;
}

.request {
  position: relative;
}
.request form .hidden {
  display: none;
}
.request form .btn-view {
  margin: 16px 0 0 16px;
  margin-right: 0;
}
.request form .ajax-loader {
  position: absolute;
  left: 100%;
  bottom: 8px;
}
.request form .form-header,
.request form .form-body,
.request form .form-footer {
  position: relative;
}
.request form .form-body {
  /* height: 0; */
  -moz-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}
.request form .form-body .required {
  color: #d0202e;
}
.request form .form-body fieldset {
  width: 100%;
  position: absolute;
  visibility: visible;
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.request form .form-body fieldset:not(.active) {
  opacity: 0;
  visibility: hidden;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.request br {
  display: none;
}
.request label {
  color: #5a5a5a;
  font-size: 12px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0 0 8px;
  text-align: left;
}
.request label input {
  height: 30px;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 0;
  padding-bottom: 0;
}
.request label input[type='number'] {
  -moz-appearance: textfield;
}
.request label input::-webkit-outer-spin-button,
.request label input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.request label select {
  border-radius: 0;
  width: 100%;
  height: 30px;
  border: 1px solid #d3d3d3;
  background-color: #f7f7f7;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select-arr.svg);
  background-repeat: no-repeat;
  background-position: 89% center;
  padding: 0 10px;
}
.request label textarea {
  width: 100%;
  resize: none;
  height: 130px;
  border-radius: 0;
  border: 1px solid #d3d3d3;
}

#progressbar {
  list-style-type: none;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}
#progressbar:after {
  content: '';
  width: 100%;
  height: 4px;
  background: #e4e4e4;
  position: absolute;
  left: 0;
  top: 23px;
}
#progressbar .active:after {
  background: #5680b2;
  width: 100% !important;
}
#progressbar li {
  color: #5a5a5a;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  width: 100%;
}
#progressbar li:first-child {
  text-align: left;
}
#progressbar li:last-child {
  text-align: right;
}
#progressbar li:after {
  content: '';
  width: 0%;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: 23px;
  z-index: 2;
  transition: all 1.3s ease;
}

.commercial-btn {
  margin: 0 0 56px;
}

div.wpcf7-mail-sent-ok {
  color: #575757;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  border: none;
  padding: 0;
  margin: 0 0 0;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  color: #575757;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin: 16px 0 0;
}

/* ------------------------------------
   Commercial inspections page Styles
------------------------------------- */
section.local-inspector {
  padding: 72px 0 64px;
}
section.local-inspector ul {
  margin: 0 0 24px;
  padding: 0;
  list-style-type: none;
}
section.local-inspector ul li a {
  color: #d0202e;
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  margin: 0 0 0 10px;
}
section.local-inspector ul li a:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #d0202e;
}
section.local-inspector ul li strong {
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #4a4a4a;
  font-weight: 600;
}
section.local-inspector p {
  color: #575757;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
section.local-inspector p strong {
  display: block;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 16px;
}

.insections-item {
  margin: 80px 0 36px;
  max-width: 300px;
}
.insections-item-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0 0 16px;
}
.insections-item-img img {
  width: 100%;
  height: 100%;
}

.inspections-wrapper {
  max-width: 580px;
  width: 100%;
  margin: 48px auto 0;
}
@media only screen and (min-width: 768px) {
  .inspections-wrapper h2 {
    margin: 0 0 24px;
  }
}

.search-error,
.search-erorr {
  background-color: #d0202e;
  padding: 8px 0;
  position: relative;
  transition: opacity 0.3s ease;
}
.search-error p,
.search-erorr p {
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.search-error p a,
.search-erorr p a {
  color: #ffffff;
}
.search-error-close,
.search-erorr-close {
  width: 10px;
  height: 10px;
  background-image: url(../images/close-btn.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  top: 8px;
  cursor: pointer;
}

header .show {
  display: block !important;
  width: 100% !important;
}
header .show ul {
  display: block !important;
  width: 100% !important;
}
header .show > .collapse {
  display: block !important;
}

.home-inspection-internal {
  max-width: 600px;
}

section.inspector-review {
  padding: 80px 0 0;
  margin: 0 0 -16px;
}

.inspector-review-inf {
  border-bottom: 1px solid #dcdcdc;
  min-height: 325px;
}
.inspector-review-inf .name h1 {
  display: inline-block;
}
.inspector-review-inf .name .rating {
  padding-left: 30px;
  display: inline-block;
}
.inspector-review-inf .name .rating .star-rating {
  height: 20px;
  position: relative;
  width: 100px;
}
.inspector-review-inf .name .rating .star-rating:before {
  background-image: url("../images/star-back.svg");
  background-repeat: repeat-x;
  background-size: 20px;
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.inspector-review-inf .name .rating .star-rating > span {
  display: block;
  text-indent: -10000px;
  width: 100px;
  height: 20px;
  position: absolute;
  overflow: hidden;
}
.inspector-review-inf .name .rating .star-rating > span:before {
  background-image: url("../images/star-front.svg");
  background-repeat: repeat-x;
  background-size: 20px;
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: 10000px;
  top: 0;
}
.inspector-review-inf .name span {
  display: block;
}
.inspector-review-inf-img {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 40px;
}
.inspector-review-inf-descr p {
  color: #4a4a4a;
  font-family: "Source Sans Pro";
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 0;
}
.inspector-review-inf-descr p a {
  font-weight: 400;
  color: #4a4a4a;
  text-decoration: none;
}
.inspector-review-inf-descr p a:hover {
  text-decoration: underline;
}
.inspector-review-inf-descr .btn-view {
  margin: 16px 0 0;
}
.inspector-review-inf strong {
  color: #5781b3;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}
.inspector-review-inf h1 {
  margin: 0 0 0;
}

.inspector-review-inf-wrapper {
  margin: 32px 0 0;
  max-width: 580px;
}

.single-region-review-info-wrapper{
  margin: 0px 0 0;
  max-width:100%;
}
.single-region-review-info-wrapper .tabs{
  padding-bottom: 8px;
}
.single-region-review-info-wrapper .tab_content .tab_item{
  position: relative;
}
.inspector-review-inf-wrapper .tabs .tab {
  color: #575757;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 400;
  border-bottom: 4px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 64px 0 0;
  padding: 0 0 8px 0;
}
.inspector-review-inf-wrapper .tabs .active {
  border-bottom: 4px solid #d0202e;
}
.inspector-review-inf-wrapper .tab_content .tab_item {
  padding: 0 0 56px;
}
.inspector-review-inf-wrapper .tab_item-review {
  padding: 32px 0 16px;
}

.inspector-review-inf-wrapper .tab_item-review .star-rating {
  display: inline-block;
  height: 15px;
  position: relative;
  width: 75px;
}
.inspector-review-inf-wrapper .tab_item-review .star-rating:before {
  background-image: url("../images/star-back.svg");
  background-repeat: repeat-x;
  background-size: 15px;
  bottom: 0;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
}
.inspector-review-inf-wrapper .tab_item-review .star-rating > span {
  display: block;
  text-indent: -10000px;
  width: 75px;
  height: 15px;
  position: absolute;
  overflow: hidden;
}
.inspector-review-inf-wrapper .tab_item-review .star-rating > span:before {
  background-image: url("../images/star-front.svg");
  background-repeat: repeat-x;
  background-size: 15px;
  bottom: 0;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: 10000px;
  top: 0;
}
.inspector-review-inf-wrapper .tab_item-review p {
  color: #575757;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.inspector-review-inf-wrapper .tab_item-review .author-date {
  color: #575757;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 8px;
}
.inspector-review-inf-wrapper .tab_item-review .star {
  margin: 0 0 0;
}

.tab_item-profile {
  color: #575757;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding: 32px 0;
}
.tab_item-profile p {
  color: #575757;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.tab_item-profile ul {
  margin: 24px 0 0 8px;
  padding: 0;
  list-style-type: none;
}
.tab_item-profile ul li {
  color: #575757;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}
.tab_item-profile ul li:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #575757;
}

.view-all-insp {
  padding: 48px 0;
}

@media only screen and (max-width: 767px) {
  section.home-inspection ul li, section.about ul li {
    display: block;
  }
  .single-region-review-info-wrapper .tabs{
    display: flex; 
  }
  .single-region-review-info-wrapper .tabs .tab{
		margin: 0 64px 0 0!important;
		border-bottom: none;
  }
  .single-region-review-info-wrapper .tabs .tab.active{
    border-bottom: 4px solid #d0202e;
  }
  .single-region-review-info-wrapper .tabs .tab:after{
    display: none!important;
  }
}
section.about .textwidget h5 {
  margin: 0 auto 0.5rem;
  max-width: 580px;
}

@media only screen and (max-width: 991px) {
  section.about .textwidget h5 {
    max-width: 620px;
  }
}
@media only screen and (max-width: 991px) {
  section.home-inspection .btn-dft {
    margin: 0 0 64px;
  }
}
@media only screen and (max-width: 767px) {
  .home-inspection-wrapper-btn {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .home-inspection-wrapper-btn a {
    margin: 0 auto 24px !important;
  }
}
section.home-inspection .btn-dft {
  margin: 0 auto 64px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .commercial-btn {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .environmental-radon .btn-dft {
    margin: 40px 0 0 36%;
  }

  .environmental-wood .btn-dft {
    margin: 40px 0 0 32%;
  }

  .page-template-template-environmental blockquote {
    max-width: none;
  }

  .faq-questions-item:after {
    top: 28px !important;
  }

  section.home-inspection .addinational-services ul li {
    flex: 1 0 50% !important;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  section.home-inspection .addinational-services ul li {
    flex: 1 0 100% !important;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-about iframe {
    max-height: none;
  }
}
img {
  height: auto;
}

/*# sourceMappingURL=custom.css.map */

/* Review making fixed position */
.broadly-reviews .broadly-review-aggregate{
  position: absolute!important;
  width: 100%;
  background: rgb(255, 255, 255);
  z-index: 999;
  top: 0;
  margin-top: 0!important;
  padding-top:10px;
  padding-bottom: 10px;
}

.tab_item-review .broadly-reviews >div:nth-child(2) {
  background: rgb(255, 255, 255);
}

/* Scrollbar css */

.broadly-reviews {
	scrollbar-width: thin;
  scrollbar-color: #c1c1c1 transparent;
  max-height: 650px;
  overflow-y: auto;
}

.broadly-reviews::-webkit-scrollbar {
	width: 5px;
  height: 10px;
}

.broadly-reviews::-webkit-scrollbar-thumb {
	background: #b3b3bb;
  border-radius: 3px;
}

.broadly-reviews::-webkit-scrollbar-track {
  border-radius: 0px;
  margin-top: 31px;
}