/*!
 Theme Name: JCIDM
 Theme URI: https://www.jcidm.com/
 Author: Just Click It Digital Marketing
 Author URI: https://www.jcidm.com/
 Version: 1.0
 License URI: https://www.jcidm.com/
*/
/* flex-direction: row | row-reverse | column | column-reverse; */
/* flex-wrap: nowrap | wrap | wrap-reverse; */
/* justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly | start | end | left | right ... + safe | unsafe; */
/* align-items: stretch | flex-start | flex-end | center | baseline | first baseline | last baseline | start | end | self-start | self-end + ... safe | unsafe; */
html {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, footer, header, nav, section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0;
}
h2, h3, h4, h5, h6 {
  font-size: 1.75em;
  margin: 0;
}
figcaption, figure, main {
  display: block;
}
figure {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: none;
  appearance: none;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details, menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.clearfix::after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
}
html, body, div, section, header, footer, aside, nav, p {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
a {
  position: relative;
  text-decoration: none;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: safe left;
}
@media screen and (max-width: 1366px) {
  .flex.br1366 {
    display: block;
  }
  .flex.br1366 .flex-child {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .flex.br1024 {
    display: block;
  }
  .flex.br1024 .flex-child {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .flex.br960 {
    display: block;
  }
  .flex.br960 .flex-child {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .flex.br768 {
    display: block;
  }
  .flex.br768 .flex-child {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .flex.br640 {
    display: block;
  }
  .flex.br640 .flex-child {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .flex.br480 {
    display: block;
  }
  .flex.br480 .flex-child {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.flex-child {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}
.columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: safe left;
  margin-left: -20px;
}
.columns.center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: safe center;
}
.columns.vcenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  align-items: center;
}
.columns.flex-end {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-end;
}
.columns.reverse {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row-reverse wrap;
  -moz-flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
  -o-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  justify-content: safe center;
}
.columns.first-auto {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: safe left;
}
.column {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 20px 20px;
}
.columns.w1-6 .column {
  min-width: calc(16.666666666666667% - 20px);
  max-width: calc(16.666666666666667% - 20px);
}
@media screen and (max-width: 1366px) {
  .columns.w1-6.br1366 .column {
    min-width: calc(20% - 20px);
    max-width: calc(20% - 20px);
  }
}
@media screen and (max-width: 1024px) {
  .columns.w1-6.br1024 .column {
    min-width: calc(20% - 20px);
    max-width: calc(20% - 20px);
  }
  .columns.w1-6.br1366.br1024 .column {
    min-width: calc(33.3333333333333333% - 20px);
    max-width: calc(33.3333333333333333% - 20px);
  }
}
@media screen and (max-width: 960px) {
  .columns.w1-6.br960 .column {
    min-width: calc(20% - 20px);
    max-width: calc(20% - 20px);
  }
  .columns.w1-6.br1366.br960 .column, .columns.w1-6.br1024.br960 .column {
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
  .columns.w1-6.br1366.br1024.br960 .column {
    min-width: calc(33.3333333333333333% - 20px);
    max-width: calc(33.3333333333333333% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .columns.w1-6.br768 .column {
    min-width: calc(20% - 20px);
    max-width: calc(20% - 20px);
  }
  .columns.w1-6.br1366.br768 .column, .columns.w1-6.br1024.br768 .column, .columns.w1-6.br960.br768 .column {
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
  .columns.w1-6.br1366.br1024.br768 .column, .columns.w1-6.br1366.br960.br768 .column, .columns.w1-6.br1024.br960.br768 .column {
    min-width: calc(33.3333333333333333% - 20px);
    max-width: calc(33.3333333333333333% - 20px);
  }
  .columns.w1-6.br1366.br1024.br960.br768 .column {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 640px) {
  .columns.w1-6.br640 .column {
    min-width: calc(20% - 20px);
    max-width: calc(20% - 20px);
  }
  .columns.w1-6.br1366.br640 .column, .columns.w1-6.br1024.br640 .column, .columns.w1-6.br960.br640 .column, .columns.w1-6.br768.br640 .column {
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
  .columns.w1-6.br1366.br768.br640 .column, .columns.w1-6.br1024.br768.br640 .column, .columns.w1-6.br960.br768.br640 .column {
    min-width: calc(33.3333333333333333% - 20px);
    max-width: calc(33.3333333333333333% - 20px);
  }
  .columns.w1-6.br1366.br960.br768.br640 .column, .columns.w1-6.br1024.br960.br768.br640 .column {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .columns.w1-6.br1366.br1024.br960.br768.br640 .column {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .columns.w1-6.br480 .column {
    min-width: calc(20% - 20px);
    max-width: calc(20% - 20px);
  }
  .columns.w1-6.br1366.br480 .column, .columns.w1-6.br1024.br480 .column, .columns.w1-6.br960.br480 .column, .columns.w1-6.br768.br480 .column, .columns.w1-6.br640.br480 .column {
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
  .columns.w1-6.br1366.br1024.br480 .column, .columns.w1-6.br1366.br960.br480 .column, .columns.w1-6.br1024.br960.br480 .column, .columns.w1-6.br1366.br768.br480 .column, .columns.w1-6.br1024.br768.br480 .column, .columns.w1-6.br960.br768.br480 .column, .columns.w1-6.br1366.br640.br480 .column, .columns.w1-6.br1024.br640.br480 .column, .columns.w1-6.br960.br640.br480 .column, .columns.w1-6.br768.br640.br480 .column {
    min-width: calc(33.3333333333333333% - 20px);
    max-width: calc(33.3333333333333333% - 20px);
  }
  .columns.w1-6.br1366.br1024.br960.br480 .column, .columns.w1-6.br1366.br960.br768.br480 .column, .columns.w1-6.br1024.br960.br768.br480 .column, .columns.w1-6.br1366.br768.br640.br480 .column, .columns.w1-6.br1024.br768.br640.br480 .column, .columns.w1-6.br960.br768.br640.br480 .column {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .columns.w1-6.br1366.br960.br768.br640.br480 .column, .columns.w1-6.br1024.br960.br768.br640.br480 .column {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
.columns.w1-5 .column {
  min-width: calc(20% - 20px);
  max-width: calc(20% - 20px);
}
@media screen and (max-width: 1366px) {
  .columns.w1-5.br1366 .column {
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}
@media screen and (max-width: 1024px) {
  .columns.w1-5.br1024 .column {
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
  .columns.w1-5.br1366.br1024 .column {
    min-width: calc(33.3333333333333333% - 20px);
    max-width: calc(33.3333333333333333% - 20px);
  }
}
@media screen and (max-width: 960px) {
  .columns.w1-5.br960 .column {
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
  .columns.w1-5.br1366.br960 .column, .columns.w1-5.br1024.br960 .column {
    min-width: calc(33.3333333333333333% - 20px);
    max-width: calc(33.3333333333333333% - 20px);
  }
  .columns.w1-5.br1366.br1024.br960 .column {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .columns.w1-5.br768 .column {
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
  .columns.w1-5.br1366.br768 .column, .columns.w1-5.br1024.br768 .column, .columns.w1-5.br960.br768 .column {
    min-width: calc(33.3333333333333333% - 20px);
    max-width: calc(33.3333333333333333% - 20px);
  }
  .columns.w1-5.br1366.br1024.br768 .column, .columns.w1-5.br1024.br960.br768 .column, .columns.w1-5.br1366.br960.br768 .column {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .columns.w1-5.br1366.br1024.br960.br768 .column {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 640px) {
  .columns.w1-5.br640 .column {
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
  .columns.w1-5.br1366.br640 .column, .columns.w1-5.br1024.br640 .column, .columns.w1-5.br960.br640 .column, .columns.w1-5.br768.br640 .column {
    min-width: calc(33.3333333333333333% - 20px);
    max-width: calc(33.3333333333333333% - 20px);
  }
  .columns.w1-5.br1366.br960.br640 .column, .columns.w1-5.br1024.br960.br640 .column, .columns.w1-5.br1366.br768.br640 .column, .columns.w1-5.br1024.br768.br640 .column, .columns.w1-5.br960.br768.br640 .column, .columns.w1-5.br1366.br1024.br640 .column {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .columns.w1-5.br1366.br1024.br960.br640 .column, .columns.w1-5.br1366.br1024.br768.br640 .column, .columns.w1-5.br1366.br960.br768.br640 .column, .columns.w1-5.br1024.br960.br768.br640 .column {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .columns.w1-5.br480 .column {
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
  .columns.w1-5.br1366.br480 .column, .columns.w1-5.br1024.br480 .column, .columns.w1-5.br960.br480 .column, .columns.w1-5.br768.br480 .column, .columns.w1-5.br640.br480 .column {
    min-width: calc(33.3333333333333333% - 20px);
    max-width: calc(33.3333333333333333% - 20px);
  }
  .columns.w1-5.br1366.br1024.br480 .column, .columns.w1-5.br1366.br960.br480 .column, .columns.w1-5.br1024.br960.br480 .column, .columns.w1-5.br1366.br768.br480 .column, .columns.w1-5.br1024.br768.br480 .column, .columns.w1-5.br960.br768.br480 .column, .columns.w1-5.br1366.br640.br480 .column, .columns.w1-5.br1024.br640.br480 .column, .columns.w1-5.br960.br640.br480 .column, .columns.w1-5.br768.br640.br480 .column {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .columns.w1-5.br1366.br768.br640.br480 .column, .columns.w1-5.br1024.br768.br640.br480 .column, .columns.w1-5.br960.br768.br640.br480 .column {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
.columns.w1-4 {
  margin-left: -20px;
}
.columns.w1-4 .column {
  min-width: calc(25% - 20px);
  max-width: calc(25% - 20px);
}
@media screen and (max-width: 1024px) {
  .columns.w1-4.br1024 .column {
    min-width: calc(33.3333333333333333% - 20px);
    max-width: calc(33.3333333333333333% - 20px);
  }
}
@media screen and (max-width: 960px) {
  .columns.w1-4.br960 .column {
    min-width: calc(33.3333333333333333% - 20px);
    max-width: calc(33.3333333333333333% - 20px);
  }
  .columns.w1-4.br1024.br960 .column {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .columns.w1-4.br768 .column {
    min-width: calc(33.3333333333333333% - 20px);
    max-width: calc(33.3333333333333333% - 20px);
  }
  .columns.w1-4.br1024.br768 .column, .columns.w1-4.br960.br768 .column {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .columns.w1-4.br1024.br960.br768 .column {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 640px) {
  .columns.w1-4.br640 .column {
    min-width: calc(33.3333333333333333% - 20px);
    max-width: calc(33.3333333333333333% - 20px);
  }
  .columns.w1-4.br1024.br640 .column, .columns.w1-4.br960.br640 .column, .columns.w1-4.br768.br640 .column {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .columns.w1-4.br1024.br960.br640 .column, .columns.w1-4.br960.br768.br640 .column, .columns.w1-4.br1024.br768.br640 .column {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .columns.w1-4.br480 .column {
    min-width: calc(33.3333333333333333% - 20px);
    max-width: calc(33.3333333333333333% - 20px);
  }
  .columns.w1-4.br1024.br480 .column, .columns.w1-4.br960.br480 .column, .columns.w1-4.br768.br480 .column, .columns.w1-4.br640.br480 .column {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .columns.w1-4.br1024.br960.br480 .column, .columns.w1-4.br1024.br768.br480 .column, .columns.w1-4.br1024.br640.br480 .column, .columns.w1-4.br960.br768.br480 .column, .columns.w1-4.br960.br640.br480 .column, .columns.w1-4.br768.br640.br480 .column {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
.columns.w1-3 .column {
  min-width: calc(33.3333333333333333% - 20px);
  max-width: calc(33.3333333333333333% - 20px);
}
@media screen and (max-width: 1024px) {
  .columns.w1-3.br1024 .column {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 960px) {
  .columns.w1-3.br960 .column {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .columns.w1-3.br1024.br960 .column {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .columns.w1-3.br768 .column {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .columns.w1-3.br1024.br768 .column, .columns.w1-3.br960.br768 .column, .columns.w1-3.br768.br768 .column {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 640px) {
  .columns.w1-3.br640 .column {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .columns.w1-3.br1024.br640 .column, .columns.w1-3.br960.br640 .column, .columns.w1-3.br768.br640 .column {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .columns.w1-3.br480 .column {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .columns.w1-3.br1024.br480 .column, .columns.w1-3.br960.br480 .column, .columns.w1-3.br768.br480 .column, .columns.w1-3.br640.br480 .column {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
.columns.w1-2 .column {
  min-width: calc(50% - 20px);
  max-width: calc(50% - 20px);
}
@media screen and (max-width: 1366px) {
  .columns.w1-2.br1366 .column {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1024px) {
  .columns.w1-2.br1024 .column {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 960px) {
  .columns.w1-2.br960 .column {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .columns.w1-2.br768 .column {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 640px) {
  .columns.w1-2.br640 .column {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .columns.w1-2.br480 .column {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
.columns.w3-4 .column {
  min-width: calc(25% - 20px);
  max-width: calc(25% - 20px);
}
.columns.w3-4 .column:nth-of-type(odd) {
  min-width: calc(75% - 20px);
  max-width: calc(75% - 20px);
}
.columns.w3-4.swap .column:nth-of-type(odd) {
  min-width: calc(25% - 20px);
  max-width: calc(25% - 20px);
}
.columns.w3-4.swap .column:nth-of-type(even) {
  min-width: calc(75% - 20px);
  max-width: calc(75% - 20px);
}
@media screen and (max-width: 1366px) {
  .columns.w3-4.br1366 .column {
    min-width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }
}
@media screen and (max-width: 1024px) {
  .columns.w3-4.br1024 .column {
    min-width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }
}
@media screen and (max-width: 960px) {
  .columns.w3-4.br960 .column {
    min-width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }
}
@media screen and (max-width: 768px) {
  .columns.w3-4.br768 .column {
    min-width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }
}
@media screen and (max-width: 640px) {
  .columns.w3-4.br640 .column {
    min-width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }
}
.columns.w2-3 .column {
  min-width: calc(33.3333333333333333% - 20px);
  max-width: calc(33.3333333333333333% - 20px);
}
.columns.w2-3 .column:nth-of-type(odd) {
  min-width: calc(66.666666666666667% - 20px);
}
.columns.w2-3.swap .column:nth-of-type(odd) {
  min-width: calc(33.3333333333333333% - 20px);
}
.columns.w2-3.swap .column:nth-of-type(even) {
  min-width: calc(66.666666666666667% - 20px);
}
@media screen and (max-width: 1366px) {
  .columns.w2-3.br1366 .column {
    min-width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }
}
@media screen and (max-width: 1024px) {
  .columns.w2-3.br1024 .column {
    min-width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }
}
@media screen and (max-width: 960px) {
  .columns.w2-3.br960 .column {
    min-width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }
}
@media screen and (max-width: 768px) {
  .columns.w2-3.br768 .column {
    min-width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }
}
@media screen and (max-width: 640px) {
  .columns.w2-3.br640 .column {
    min-width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }
}
body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  background: #fff;
  line-height: 1.5;
}
.site-wrap {
  overflow: hidden;
  max-width: 100%;
}
.inner {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1280px;
}
.inner.full {
  max-width: 100%;
}
.inner.wide {
  max-width: 1580px;
}
@media screen and (max-width: 1300px) {
  .inner {
    padding: 0 20px;
  }
}
.wow {
  display: none;
  visibility: hidden;
}
.centered {
  text-align: center;
}
.message {
  font-size: 16px;
  color: #fff;
  background: #4BB543;
  margin: 0;
  padding: 0;
}
.message p {
  margin: 0;
  padding: 15px 10px 15px 47px;
  color: inherit;
}
.message span {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  top: 15px;
  left: 15px;
  color: white;
}
.message.error {
  color: #900;
  background: #ff9494;
}
.message.error span {
  color: #900;
}
.icon {
  float: left;
  margin: 0 10px 0 0;
  display: block;
}
a.btn, .entry-content a.btn {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin: 20px auto;
  padding: 10px 20px;
  background: #f00;
  color: #fff;
  text-decoration: none;
  border: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.btn::before, a.btn::after, .entry-content a.btn::before, .entry-content a.btn::after {
  display: none;
}
a.btn:hover, .entry-content a.btn:hover {
  background: #900;
  color: #fff;
}
a.btn::focus, .entry-content a.btn::focus {
  background: #900;
  color: #fff;
  outline: none;
}
a.btn.rounded, .entry-content a.btn.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
a.btn.centered, .entry-content a.btn.centered {
  display: table;
  margin: 20px auto;
}
a.btn.right, .entry-content a.btn.right {
  float: right;
}
.section-title {
  color: #fff;
  font-weight: bold;
  font-size: 42px;
  margin: 0 auto;
  padding: 0;
  line-height: 50px;
}
.type-reviews .section-title {
  color: #2189c7;
  font-size: 39px;
  text-align: left;
  letter-spacing: 4px;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .type-reviews .section-title {
    text-align: center;
  }
}
.type-callout .section-title {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .type-callout .section-title {
    text-align: center;
  }
}
@media screen and (max-width: 1366px) {
  .section-title {
    font-size: 36px !important;
    line-height: 44px;
  }
}
@media screen and (max-width: 1250px) {
  .section-title {
    font-size: 34px !important;
    line-height: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .section-title {
    font-size: 30px !important;
    line-height: 38px;
  }
}
@media screen and (max-width: 880px) {
  .section-title {
    text-align: center;
  }
}
.section-subtitle {
  display: block;
  font-family: "Lato", sans-serif;
  margin: 20px 0 30px;
  font-size: 24px;
  font-weight: normal;
}
.type-linkboxes .section-subtitle {
  color: #fff;
  text-align: center;
}
.type-reviews .section-subtitle {
  font-size: 22px;
  color: #1a1a1a;
  margin: 0 0 20px;
}
@media screen and (max-width: 960px) {
  .type-reviews .section-subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 1366px) {
  .section-subtitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .section-subtitle {
    font-size: 20px;
  }
}
.type-callout {
  background-color: #fff;
  padding: 35px 0;
}
.callout-left {
  padding-right: 30px;
  border-right: 1px solid #39f;
}
@media screen and (max-width: 768px) {
  .callout-left {
    padding: 0 0 12px;
    border-right: 0;
    border-bottom: 1px solid #39f;
  }
}
.callout-right {
  padding-left: 10px;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 1366px) {
  .callout-right {
    font-size: 17px;
  }
}
@media screen and (max-width: 960px) {
  .callout-right {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .callout-right {
    font-size: 17px;
    padding-left: 0;
    margin-top: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .callout-right {
    font-size: 17px;
    line-height: 1.5;
  }
}
.type-welcome {
  background-color: #fff;
  padding: 35px 0;
}
p.welcome-title {
  color: #2189c7;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 44px;
  line-height: 45px;
  margin-bottom: 20px;
}
p.welcome-title span {
  color: #2c2c2c;
  font-size: 24px;
  letter-spacing: 4px;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 960px) {
  p.welcome-title {
    text-align: center;
  }
}
.welcome-section {
  font-size: 18px;
  line-height: 31px;
}
.welcome-section p {
  margin-bottom: 20px;
}
.welcome-section .left {
  width: 62%;
  padding-right: 70px;
  margin-left: 20px;
  color: #000;
}
@media screen and (max-width: 1366px) {
  .welcome-section .left {
    padding-right: 50px;
    width: 58%;
  }
}
@media screen and (max-width: 1024px) {
  .welcome-section .left {
    padding-right: 30px;
    width: 56%;
  }
}
@media screen and (max-width: 960px) {
  .welcome-section .left {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.welcome-form {
  width: 100%;
  height: auto;
  max-width: 620px;
  margin: 0 auto;
  background: #f0f0f0;
  border: 4px solid #3194d6;
  color: #262456;
  padding: 20px;
}
.welcome-form .welcome-form-desc p {
  text-align: center;
  font-size: 15px;
}
.welcome-form p.welcome-form-title {
  display: table;
  font-family: "Lato", sans-serif;
  text-align: center;
  color: #203b8c;
  font-weight: 600;
  font-size: 24px;
  margin: 0 auto 20px;
  border-bottom: 3px solid #54bbff;
  width: auto;
  padding: 0 20px 10px;
}
@media screen and (min-width: 961px) {
  .welcome-form .kk-form-wrap .kk-required {
    margin-bottom: 6px !important;
  }
  .welcome-form .kk-half {
    margin-bottom: 6px !important;
  }
  .welcome-form .kk-form-wrap .kk-half .kk-required {
    margin-bottom: 0 !important;
  }
}
.welcome-form textarea {
  max-height: 80px;
}
.type-linkboxes {
  padding: 35px 0;
}
.type-linkboxes .section-title {
  display: table;
  width: auto;
  margin: 0 auto;
  color: #fff;
  position: relative;
  padding: 0 130px;
}
.type-linkboxes .title-line-one, .type-linkboxes .title-line-two {
  width: 156px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  left: -156px;
  top: 25px;
}
.type-linkboxes .title-line-two {
  left: auto;
  right: -156px;
}
@media screen and (max-width: 1366px) {
  .type-linkboxes .section-title {
    padding: 0 100px;
  }
  .type-linkboxes .title-line-one, .type-linkboxes .title-line-two {
    width: 100px;
    left: -100px;
  }
  .type-linkboxes .title-line-two {
    left: auto;
    right: -100px;
  }
}
@media screen and (max-width: 960px) {
  .type-linkboxes .section-title {
    padding: 0;
  }
  .type-linkboxes .title-line-one, .type-linkboxes .title-line-two {
    width: 80px;
    left: -140px;
  }
  .type-linkboxes .title-line-two {
    left: auto;
    right: -140px;
  }
}
@media screen and (max-width: 880px) {
  .type-linkboxes .title-line-one, .type-linkboxes .title-line-two {
    display: none;
  }
}
.linkbox-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: safe center;
}
.linkbox {
  position: relative;
  overflow: hidden;
  background: #fff;
  margin: 0 10px 20px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-flex: 1 0 calc(25% - 20px);
  -moz-box-flex: 1 0 calc(25% - 20px);
  -webkit-flex: 1 0 calc(25% - 20px);
  -ms-flex: 1 0 calc(25% - 20px);
  flex: 1 0 calc(25% - 20px);
  max-width: calc(25% - 20px);
}
@media screen and (max-width: 960px) {
  .linkbox {
    -webkit-box-flex: 1 0 calc(33% - 20px);
    -moz-box-flex: 1 0 calc(33% - 20px);
    -webkit-flex: 1 0 calc(33% - 20px);
    -ms-flex: 1 0 calc(33% - 20px);
    flex: 1 0 calc(33% - 20px);
    max-width: calc(33% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .linkbox {
    -webkit-box-flex: 1 0 calc(48% - 20px);
    -moz-box-flex: 1 0 calc(48% - 20px);
    -webkit-flex: 1 0 calc(48% - 20px);
    -ms-flex: 1 0 calc(48% - 20px);
    flex: 1 0 calc(48% - 20px);
    max-width: calc(48% - 20px);
  }
}
@media screen and (max-width: 520px) {
  .linkbox {
    -webkit-box-flex: 1 0 calc(100% - 20px);
    -moz-box-flex: 1 0 calc(100% - 20px);
    -webkit-flex: 1 0 calc(100% - 20px);
    -ms-flex: 1 0 calc(100% - 20px);
    flex: 1 0 calc(100% - 20px);
    max-width: 360px;
  }
}
.linkbox a {
  display: block;
  position: relative;
  padding: 0;
  height: auto;
  width: 100%;
  min-height: 48px;
}
.linkbox a span.label {
  font-family: "Lato", sans-serif;
  position: relative;
  display: block;
  background: #fff;
  color: #000;
  padding: 2px 5px 10px;
  font-weight: normal;
  line-height: 1.5;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
}
@media screen and (max-width: 1440px) {
  .linkbox a span.label {
    font-size: 18px;
  }
}
@media screen and (max-width: 1366px) {
  .linkbox a span.label {
    font-size: 17px;
  }
}
@media screen and (max-width: 1140px) {
  .linkbox a span.label {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .linkbox a span.label {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .linkbox a span.label {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .linkbox a span.label {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .linkbox a span.label {
    font-size: 16px;
  }
}
.linkbox a span.icon {
  opacity: 0.5;
  width: 20px;
  height: 30px;
  font-size: inherit;
  display: inline-block;
  position: relative;
  float: none;
  color: inherit;
}
.linkbox a span.icon svg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 9px;
  left: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.linkbox a span.icon svg path {
  width: 100%;
  height: 100%;
  display: block;
}
.linkbox a img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.linkbox a:hover img {
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.linkbox a:hover span.icon svg {
  left: 10px;
}
.wrap.type-reviews {
  padding: 35px 0;
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4 0%, #dedede 100%);
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #dedede 100%);
  background: linear-gradient(to bottom, #f4f4f4 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#dedede",GradientType=0);
}
.homepage-reviews-bg {
  position: absolute;
  width: 39%;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform: skewX(200deg);
  transform-origin: left top 0;
  border-left: 10px solid #3fa2f7;
  overflow: hidden;
}
.homepage-reviews-bg div {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url("/wp-content/uploads/home-reviews-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  transform: skewX(-200deg);
  transform-origin: left top 0;
}
@media screen and (max-width: 1680px) {
  .homepage-reviews-bg div {
    background-position: -100px center;
  }
}
@media screen and (max-width: 1500px) {
  .homepage-reviews-bg div {
    background-position: -100px center;
  }
}
@media screen and (max-width: 1440px) {
  .homepage-reviews-bg div {
    background-position: -135px center;
  }
}
@media screen and (max-width: 1366px) {
  .homepage-reviews-bg div {
    background-position: -125px center;
  }
}
@media screen and (max-width: 1280px) {
  .homepage-reviews-bg {
    width: 440px;
  }
  .homepage-reviews-bg div {
    background-position: -165px center;
  }
}
@media screen and (max-width: 960px) {
  .homepage-reviews-bg {
    display: none;
  }
}
.rev-slider {
  padding-top: 45px;
  width: 100%;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.slide-quote {
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #0a5573;
  color: #fff;
  font-size: 23px;
  line-height: 45px;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .slide-quote {
    display: none;
  }
}
.homepage-reviews {
  width: 100%;
  max-width: 700px;
  opacity: 0;
}
@media screen and (max-width: 1170px) {
  .homepage-reviews {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 1024px) {
  .homepage-reviews {
    width: calc(100% - 450px);
  }
}
@media screen and (max-width: 960px) {
  .homepage-reviews {
    width: 100%;
    margin: 0 auto;
  }
}
blockquote {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.home-rev {
  display: block !important;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 65px 0 0;
  z-index: 90 !important;
  opacity: 0;
  float: left;
}
.home-rev .rev-content {
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
  color: #1a1a1a;
  font-family: Roboto, sans-serif;
  z-index: 80 !important;
  padding-right: 20px;
}
.home-rev .rev-content p {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .home-rev .rev-content {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .home-rev .rev-content {
    padding-top: 0;
  }
}
.home-rev cite.rev-name {
  display: block;
  position: absolute;
  left: 63px;
  top: 0;
  line-height: 45px;
  color: #2189c7;
  font-weight: bold;
  font-size: 26px;
  font-family: Roboto, sans-serif;
  z-index: 80 !important;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .home-rev cite.rev-name {
    font-size: 22px;
    padding-right: 0px;
    padding-top: 0;
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .home-rev {
    padding: 40px 0 0;
  }
}
#prev-rev, #next-rev {
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #0a5573;
  color: #fff;
  line-height: 34px;
  font-size: 22px;
  top: 0;
  right: 44px;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  text-align: center;
}
#prev-rev svg, #next-rev svg {
  margin-left: -4px;
}
#prev-rev:hover, #next-rev:hover {
  background: #4d7d91;
}
#next-rev {
  right: 0;
}
#next-rev svg {
  margin-left: 4px;
}
.btn.homepage-reviews-btn {
  padding: 13px 25px;
  color: #fff;
  background: #d22424 ;
  font-size: 17px;
  margin-top: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.homepage-reviews-btn:hover, .btn.homepage-reviews-btn:focus {
  color: #fff;
  background: #db3737 ;
}
@media screen and (max-width: 960px) {
  .btn.homepage-reviews-btn {
    display: table;
    margin: 0 auto;
    margin-top: -40px;
  }
}
.type-custom, .type-content {
  padding: 35px 0;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////* ENTRY SUMMARY * //////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.entry-summary-wrap {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 20px;
  height: auto;
  border-bottom: 1px solid #e2e2e2;
}
.entry-summary-wrap.last {
  border: 0;
}
@media screen and (max-width: 767px) {
  .entry-summary-wrap {
    border: 0;
    padding: 0;
  }
}
.entry-content.summary {
  display: block;
  padding-left: 250px;
  padding-bottom: 60px;
  font-size: 16px;
  position: relative;
  min-height: 200px;
  z-index: 0;
}
.entry-content.summary p {
  margin-bottom: 10px;
}
.entry-content.summary h2 {
  font-size: 20px;
  color: #000;
  padding: 0;
  margin: 0 0 10px;
}
.entry-content.summary h2 a {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .entry-content.summary {
    padding-left: 0;
  }
}
.entry-content a.blog-btn {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  color: #fff;
  background: #3497fa ;
  background: -moz-linear-gradient(top, #3497fa 0%, #006bb5 100%) ;
  background: -webkit-linear-gradient(top, #3497fa 0%, #006bb5 100%) ;
  background: linear-gradient(to bottom, #3497fa 0%, #006bb5 100%) ;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3497fa",endColorstr="#006bb5",GradientType=0) ;
}
.entry-content a.blog-btn:hover {
  color: #fff;
  background: #3497fa ;
  background: -moz-linear-gradient(top, #3497fa 0%, #006bb5 100%) ;
  background: -webkit-linear-gradient(top, #3497fa 0%, #006bb5 100%) ;
  background: linear-gradient(to bottom, #3497fa 0%, #006bb5 100%) ;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3497fa",endColorstr="#006bb5",GradientType=0) ;
}
div.entry-summary-thumb, a.entry-summary-thumb {
  display: block;
  position: absolute;
  z-index: 1;
  width: 230px;
  height: 200px;
  padding: 0;
  margin: 0;
  background-color: #f0f0f0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
div.entry-summary-thumb.no-thumb, a.entry-summary-thumb.no-thumb {
  font-size: 80px;
  line-height: 80px;
}
div.entry-summary-thumb.no-thumb span, a.entry-summary-thumb.no-thumb span {
  width: 80px;
  height: 80px;
  text-align: center;
  color: rgba(0, 0, 0, 0.15);
  display: table;
  margin: 0 auto;
  position: absolute;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
div.entry-summary-thumb.no-thumb:hover span, a.entry-summary-thumb.no-thumb:hover span {
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  div.entry-summary-thumb, a.entry-summary-thumb {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 39.84375%;
    margin: 0 0 20px;
  }
}
div.entry-summary-thumb {
  background-color: transparent;
  background-size: auto 100%;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////* PAGINATION * ///////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.pagination, .entry-content .pagination {
  display: block;
  position: relative;
  clear: both;
  padding-top: 31px;
  border-top: 1px solid #ececec;
}
.pagination.no-border, .entry-content .pagination.no-border {
  border: 0;
  padding-top: 20px;
}
.pagination ul, .entry-content .pagination ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: auto;
  min-height: 38px;
}
.pagination ul::before, .entry-content .pagination ul::before {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
}
.pagination li, .entry-content .pagination li {
  display: block;
  float: left;
  width: auto;
  height: auto;
  margin: 0 6px 0 0;
  padding: 0;
  margin-bottom: 20px;
  border: 0;
}
.pagination li span, .pagination a, .entry-content .pagination li span, .entry-content .pagination a {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  min-width: 36px;
  margin-right: 3px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  color: #777;
  background: transparent;
  border: 1px solid #04c0ea;
}
.pagination li span:hover, .pagination a:hover, .entry-content .pagination li span:hover, .entry-content .pagination a:hover {
  background: #04c0ea ;
  background: -moz-linear-gradient(top, #04c0ea 0%, #046eb6 100%) ;
  background: -webkit-linear-gradient(top, #04c0ea 0%, #046eb6 100%) ;
  background: linear-gradient(to bottom, #04c0ea 0%, #046eb6 100%) ;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#04c0ea",endColorstr="#046eb6",GradientType=0) ;
  border-color: #04c0ea;
  color: #fff;
}
.pagination li span.active, .pagination li span.current, .pagination a.active, .pagination a.current, .entry-content .pagination li span.active, .entry-content .pagination li span.current, .entry-content .pagination a.active, .entry-content .pagination a.current {
  background: #04c0ea ;
  background: -moz-linear-gradient(top, #04c0ea 0%, #046eb6 100%) ;
  background: -webkit-linear-gradient(top, #04c0ea 0%, #046eb6 100%) ;
  background: linear-gradient(to bottom, #04c0ea 0%, #046eb6 100%) ;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#04c0ea",endColorstr="#046eb6",GradientType=0) ;
  border-color: #04c0ea;
  color: #fff;
}
.pagination li span, .entry-content .pagination li span {
  cursor: default;
}
.entry-content .all-reviews .pagination {
  border: 0;
  padding: 0;
}
.nav-below {
  display: block;
  position: relative;
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
}
.nav-previous {
  display: block;
  float: left;
  width: auto;
  position: relative;
  text-align: left;
}
.nav-next {
  text-align: right;
  display: block;
  position: relative;
  float: right;
  width: auto;
}
.nav-next a, .nav-previous a {
  line-height: 18px;
  font-size: 18px;
  color: #003276;
  text-decoration: none;
  font-weight: bold;
}
.nav-next a i {
  display: inline-block;
  padding-left: 8px;
  color: #f88f1f;
  font-weight: normal;
}
.nav-previous a i {
  display: inline-block;
  padding-right: 8px;
  color: #f88f1f;
  font-weight: normal;
}
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-moz-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  -moz-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
body .kk-select-wrap select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
header {
  padding: 20px 0;
  background: #fff ;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  header {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1281px) {
  header .inner.normal {
    width: 1280px !important;
  }
}
a.logo {
  display: block;
  float: left;
  width: auto;
  height: auto;
}
a.logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  a.logo {
    float: none;
    display: table;
    margin: 0 auto;
  }
}
.header-content {
  width: auto;
  margin: 0;
  padding: 0 0 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Roboto", sans-serif;
}
.header-content .phone {
  min-height: 26px;
  padding-left: 28px;
  padding-right: 23px;
  border-right: 1px solid #c4c4c4;
  font-family: inherit;
  float: left;
}
@media screen and (max-width: 980px) {
  .header-content .phone {
    border-right: 0;
    padding-right: 0;
  }
}
.header-content .ph-icon {
  display: block;
  position: absolute;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
  line-height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #f9a53e;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .header-content .ph-icon {
    font-size: 170%;
  }
}
.header-content .ph-cta {
  display: block;
  color: #000;
  font-size: 19px;
  font-weight: normal;
  font-family: inherit;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.header-content .ph-cta span.mobile {
  display: none;
}
.header-content .ph-num {
  display: block;
  color: #000;
  font-size: 19px;
  font-weight: normal;
  font-family: inherit;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.header-content .address {
  font-family: inherit;
  float: left;
  min-height: 26px;
  padding-left: 28px;
  margin-left: 23px;
}
@media screen and (max-width: 980px) {
  .header-content .address {
    display: none;
  }
}
.header-content .add-icon {
  display: block;
  position: absolute;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
  line-height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #f9a53e;
  margin: 0;
  padding: 0;
}
.header-content .add-text {
  display: block;
  color: #000;
  font-size: 19px;
  font-weight: normal;
  font-family: inherit;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.header-content .add-text span {
  display: block;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .header-content {
    display: table;
    position: relative;
    padding: 10px 0 0;
    margin: 0 auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: auto;
    left: auto;
    right: auto;
  }
  .header-content .ph-cta span.desktop {
    display: none;
  }
  .header-content .ph-cta span.mobile {
    display: block;
  }
}
.sticky-nav-active .navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 150;
}
a.nav-toggle {
  display: none;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1300px) {
  a.nav-toggle {
    display: table;
    width: auto;
    height: 60px;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    margin: 0;
    padding: 0 20px;
  }
}
.navbar {
  background: #04c0ea ;
  background: -moz-linear-gradient(top, #04c0ea 0%, #046eb6 100%) ;
  background: -webkit-linear-gradient(top, #04c0ea 0%, #046eb6 100%) ;
  background: linear-gradient(to bottom, #04c0ea 0%, #046eb6 100%) ;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#04c0ea",endColorstr="#046eb6",GradientType=0) ;
  max-height: 60px;
  z-index: 100;
}
.navbar nav {
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .interior-with-sidebar .navbar nav {
    min-width: 840px;
  }
}
.navbar ul.menu {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 100;
}
ul.menu li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  height: auto;
  float: left;
}
ul.menu li:hover ul {
  display: block;
}
ul.menu li.menu-item-has-children a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -3px;
  margin-left: 9px;
  vertical-align: middle;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
ul.menu li.menu-item-has-children a:hover::after {
  border-top: 5px solid #fff;
}
ul.menu li.menu-item-has-children ul a::after {
  display: none;
}
ul.menu li.current-menu-item a {
  color: #fff;
  background: #f9a53e ;
}
ul.menu li.current-menu-item a:hover {
  color: #fff;
  background: #f9a53e ;
}
ul.menu li.current-menu-item ul li a {
  background: none;
  color: #39412e;
}
ul.menu li.current-menu-item ul li a:hover {
  color: #fff;
  background: #f9a53e ;
}
ul.menu li.current-menu-item.menu-item-has-children a::after {
  border-top: 5px solid #fff;
}
ul.menu li.current-menu-item.menu-item-has-children a:hover::after {
  border-top: 5px solid #fff;
}
ul.menu li.current-menu-item ul li a {
  background: none;
  color: #39412e;
}
ul.menu li.current-menu-item ul li a:hover {
  color: #fff;
  background: #f9a53e ;
}
ul.menu li .expand-icon {
  display: none;
}
ul.menu li:first-of-type a {
  font-size: 22px;
}
ul.menu li a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 18px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  min-height: 60px;
  -webkit-transition: background 0.1 ease-in-out, color 0.1 ease-in-out;
  -moz-transition: background 0.1 ease-in-out, color 0.1 ease-in-out;
  -o-transition: background 0.1 ease-in-out, color 0.1 ease-in-out;
  -ms-transition: background 0.1 ease-in-out, color 0.1 ease-in-out;
  transition: background 0.1 ease-in-out, color 0.1 ease-in-out;
}
ul.menu li a:hover {
  color: #fff;
  background: #3497fa ;
  background: -moz-linear-gradient(top, #3497fa 0%, #006bb5 100%) ;
  background: -webkit-linear-gradient(top, #3497fa 0%, #006bb5 100%) ;
  background: linear-gradient(to bottom, #3497fa 0%, #006bb5 100%) ;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3497fa",endColorstr="#006bb5",GradientType=0) ;
}
ul.menu ul.sub-menu {
  display: none;
  position: absolute;
  width: 250px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 100;
  background: #fff ;
  -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
ul.menu ul.sub-menu li {
  width: 100%;
  clear: both;
  border-bottom: 1px solid #e2e2e2;
}
ul.menu ul.sub-menu li:first-of-type a {
  font-size: 15px;
}
ul.menu ul.sub-menu li a {
  background: none;
  color: #39412e;
  font-size: 15px;
  font-weight: bold;
  padding: 13px 20px;
  min-height: 0;
}
ul.menu ul.sub-menu li a:hover {
  color: #fff;
  background: #f9a53e ;
}
@media screen and (max-width: 1300px) {
  .navbar .inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .navbar::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    z-index: 0;
    content: "";
    background: #4fb6dc ;
    background: -moz-linear-gradient(top, #4fb6dc 0%, #2e67b7 100%) ;
    background: -webkit-linear-gradient(top, #4fb6dc 0%, #2e67b7 100%) ;
    background: linear-gradient(to bottom, #4fb6dc 0%, #2e67b7 100%) ;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4fb6dc",endColorstr="#2e67b7",GradientType=0) ;
  }
  .navbar nav.closed {
    display: none;
  }
  .navbar nav.opened {
    max-height: 100% !important;
  }
  ul.menu li {
    float: none;
    width: 100% !important;
    border: 0;
  }
  ul.menu li .expand-icon {
    display: block;
    position: absolute;
    color: #fff;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    padding-top: 13px;
    padding-right: 10px;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
  }
  ul.menu li .expand-icon .fa-chevron-circle-down {
    display: block;
  }
  ul.menu li .expand-icon .fa-chevron-circle-up {
    display: none;
  }
  ul.menu li.menu-item-has-children a::after {
    display: none;
  }
  ul.menu li.active .expand-icon .fa-chevron-circle-down {
    display: none;
  }
  ul.menu li.active .expand-icon .fa-chevron-circle-up {
    display: block;
  }
  ul.menu li:hover .expand-icon {
    color: #fff;
  }
  ul.menu li:hover ul.sub-menu {
    display: none;
  }
  ul.menu li a {
    padding: 13px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: #026abf ;
    border-bottom: 1px solid #e2e2e2;
    min-height: 0;
  }
  ul.menu li a:hover {
    color: #fff;
    background: #025abf ;
  }
  ul.menu li ul.sub-menu {
    position: relative;
    width: 100%;
    display: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff ;
  }
  ul.menu li ul.sub-menu li:first-of-type a {
    font-size: 15px;
  }
  ul.menu li ul.sub-menu li a {
    color: #000;
    background: none;
    font-size: 15px;
    border-bottom: 1px solid #e2e2e2;
  }
  ul.menu li ul.sub-menu li a::before {
    content: "- ";
  }
  ul.menu li ul.sub-menu li a:hover {
    color: #fff;
    background: #026abf ;
  }
}
.slideshow-wrap {
  width: 100%;
  height: 625px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 50;
  background: #ededed ;
}
@media screen and (max-width: 1680px) {
  .slideshow-wrap {
    max-height: 625px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .slideshow-wrap {
    min-height: 375px;
  }
}
.slideshow {
  display: block !important;
  position: relative !important;
  width: 100%;
  height: 0;
  padding-bottom: 37.5%;
  min-height: 384px;
  max-height: 700px;
}
.slide {
  display: block !important;
  position: absolute !important;
  width: 100%;
  max-height: 700px;
  opacity: 0;
}
.slide img {
  min-width: 1024px;
  width: 100.25%;
  max-width: 100.25%;
  /* LITTLE BIGGER FOR SAFARI FIX */
  max-height: 100.25%;
  /* LITTLE BIGGER FOR SAFARI FIX */
  /* LITTLE BIGGER FOR SAFARI FIX */
}
.slide .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 940px) {
  .slide .slide-overlay {
    background: rgba(0, 0, 0, 0.3) !important;
  }
}
.slide .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 1240px;
  padding: 0 20px;
}
.slide .slide-content-wrap {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 100;
  text-align: center;
  margin: 0;
  padding: 0 20px 20px;
}
@media screen and (max-width: 1240px) {
  .slide .slide-content-wrap {
    padding: 0 20px 0 20px;
  }
}
.slide.content-left .slide-content-wrap {
  max-width: 52%;
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  right: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slide.content-center .slide-content-wrap {
  max-width: 700px;
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}
.slide.content-right .slide-content-wrap {
  max-width: 52%;
  display: block;
  position: absolute;
  top: 45%;
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slide p.slide-title {
  display: block;
  text-align: center;
  margin: 0 auto 15px;
  padding: 0;
  font-weight: bold;
  font-size: 44px;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1680px) {
  .slide p.slide-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1440px) {
  .slide p.slide-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1366px) {
  .slide p.slide-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 1250px) {
  .slide p.slide-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .slide p.slide-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 940px) {
  .slide p.slide-title {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
  }
}
@media screen and (max-width: 500px) {
  .slide p.slide-title {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 380px) {
  .slide p.slide-title {
    font-size: 24px !important;
  }
}
.slide .slide-content .slidetext {
  display: inline-block;
  font-size: 18px;
  white-space: normal !important;
}
@media screen and (min-width: 1600px) {
  .slide .slide-content .slidetext {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 1250px) {
  .slide .slide-content .slidetext {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 940px) {
  .slide .slide-content .slidetext {
    color: #fff !important;
  }
}
.slide .slide-content p {
  margin-bottom: 20px;
  font-size: inherit;
}
.slide .slide-content ul {
  display: table;
  margin: 0 auto 20px;
  text-align: left;
  font-size: inherit;
}
@media screen and (max-width: 1024px) {
  .slide .slide-content ul {
    display: none !important;
  }
}
.slide a.btn.slide-btn {
  margin: 15px 0 0;
  padding: 10px 25px;
  font-size: 18px;
  background: red ;
  color: #fff;
  line-height: 28px;
  font-weight: bold;
}
.slide a.btn.slide-btn span.icon {
  margin-right: 8px;
  display: inline-block;
  float: none;
}
.slide a.btn.slide-btn:hover {
  background: #cd1000 ;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .slide a.btn.slide-btn {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .slide {
    min-height: 384px;
  }
  .slide.content-left img {
    position: absolute !important;
    height: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .slide.content-center img {
    position: absolute !important;
    height: 100% !important;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .slide.content-right img {
    position: absolute !important;
    height: 100% !important;
    top: 0;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 940px) {
  .slide.content-left .slide-content-wrap, .slide.content-center .slide-content-wrap, .slide.content-right .slide-content-wrap {
    padding-bottom: 10px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .slide.content-left img {
    right: -100px;
  }
  .slide.content-right img {
    left: -100px;
  }
}
.pager {
  position: absolute;
  width: 100%;
  height: 18px;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 900;
}
@media screen and (max-width: 1366px) {
  .pager {
    height: 15px;
    bottom: 10px;
  }
}
ul.dots {
  display: table;
  position: relative;
  width: auto;
  height: 18px;
  list-style: none;
  z-index: 200;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
}
.dots li {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  padding: 0;
  float: left;
}
@media screen and (max-width: 1366px) {
  .dots li {
    width: 15px;
    height: 15px;
  }
}
.dots a {
  position: relative;
  display: block;
  text-decoration: none;
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: white;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 1366px) {
  .dots a {
    width: 15px;
    height: 15px;
  }
}
.dots a:focus {
  background: #f9a53e;
  outline: none;
}
.dots a:hover {
  background: #f9a53e;
  border-color: transparent;
}
.dots li.cycle-pager-active a {
  background: #00c2f0;
  border-color: transparent;
}
.sitecontent {
  margin: 0;
  padding: 40px 0 39px;
  min-height: 550px;
  color: #252525;
  max-width: 100%;
}
.sitecontent.home {
  padding: 0;
  min-height: 0;
}
.sitecontent.left {
  float: left;
  width: 70%;
  margin-right: 2%;
}
@media screen and (min-width: 1281px) {
  .interior-with-sidebar .sitecontent.left {
    width: 840px !important;
  }
}
@media screen and (max-width: 960px) {
  .sitecontent.left {
    min-height: 0;
    width: 100%;
    float: none;
    margin: 0;
  }
}
.sitecontent.right {
  float: right;
  width: 70%;
  margin-left: 2%;
}
@media screen and (max-width: 960px) {
  .sitecontent.right {
    min-height: 0;
    width: 100%;
    float: none;
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .sitecontent {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1281px) {
  .interior-with-sidebar .status-publish.hentry {
    width: 840px;
  }
}
.featured-interior-wrap {
  margin-bottom: 20px;
  border-top: 0;
  border-bottom: 5px solid #f9a53e;
  border-left: 0;
  border-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  display: block;
}
.featured-interior {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1281px) {
  .interior-with-sidebar .featured-interior {
    width: 840px;
    height: 334px;
  }
}
.featured-interior img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1281px) {
  .featured-interior.with-sidebar img {
    width: 840px;
    height: 334px;
  }
}
@media screen and (max-width: 768px) {
  .featured-interior.with-sidebar {
    height: 306px;
  }
  .featured-interior.with-sidebar img {
    position: absolute;
    top: 0;
    max-width: 768px;
    min-width: 768px;
    height: 306px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 640px) {
  .featured-interior.with-sidebar.no-button {
    height: 306px;
    padding-bottom: 0;
  }
  .featured-interior.with-sidebar.no-button img {
    max-width: 769px;
    min-width: 769px;
    height: 306px;
  }
  .featured-interior.with-sidebar.has-button {
    height: 306px;
    padding-bottom: 50px;
  }
  .featured-interior.with-sidebar.has-button img {
    max-width: 643px;
    min-width: 643px;
    height: 256px;
  }
}
@media screen and (max-width: 914px) {
  .featured-interior.full-width {
    height: 306px;
  }
  .featured-interior.full-width img {
    position: absolute;
    top: 0;
    max-width: 1024px;
    min-width: 1024px;
    height: 306px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 640px) {
  .featured-interior.full-width {
    height: 306px;
    padding-bottom: 50px;
  }
  .featured-interior.full-width img {
    max-width: 731px;
    min-width: 731px;
    height: 256px;
  }
}
.featured-image-button {
  display: table;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: auto;
  height: auto;
  padding: 12px 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #e20000 ;
}
.featured-image-button span {
  display: block;
  float: left;
  margin-right: 10px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.featured-image-button:hover {
  color: #fff;
  background: #ff0404 ;
}
.featured-image-button:hover span {
  color: #fff;
}
@media screen and (max-width: 1250px) {
  .featured-image-button {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .featured-image-button {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .featured-image-button {
    display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 640px) {
  .featured-image-button {
    display: block !important;
    visibility: visible !important;
    height: 50px;
    line-height: 24px;
    padding: 13px 20px;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    animation-delay: 0s !important;
    animation-duration: 0s !important;
    animation: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
  }
  .featured-image-button span {
    float: none;
    display: inline-block;
  }
}
@media screen and (max-width: 3604px) {
  .featured-image-button {
    font-size: 15px;
  }
}
h1.entry-title {
  position: relative;
  display: block;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 20px;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
h1.entry-title.contact-title {
  font-family: Roboto, sans-serif;
  margin: 0 0 10px;
}
.home h1.entry-title.centered {
  display: table;
  width: auto;
  margin: 0 auto 35px;
  position: relative;
  padding: 0 40px;
  line-height: 50px;
}
@media screen and (max-width: 1250px) {
  .home h1.entry-title.centered {
    font-size: 34px !important;
    line-height: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .home h1.entry-title.centered {
    font-size: 30px !important;
    line-height: 38px;
  }
}
.home h1.entry-title .title-line-one {
  background: #000;
  width: 156px;
  height: 1px;
  display: block;
  position: absolute;
  left: -156px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 1366px) {
  .home h1.entry-title .title-line-one {
    width: 100px;
    left: -100px;
  }
}
@media screen and (max-width: 960px) {
  .home h1.entry-title .title-line-one {
    width: 80px;
    left: -80px;
  }
}
@media screen and (max-width: 880px) {
  .home h1.entry-title .title-line-one {
    display: none;
  }
}
.home h1.entry-title .title-line-two {
  background: #000;
  width: 156px;
  height: 1px;
  display: block;
  position: absolute;
  right: -156px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 1366px) {
  .home h1.entry-title .title-line-two {
    width: 100px;
    right: -100px;
  }
}
@media screen and (max-width: 960px) {
  .home h1.entry-title .title-line-two {
    width: 80px;
    right: -80px;
  }
}
@media screen and (max-width: 880px) {
  .home h1.entry-title .title-line-two {
    display: none;
  }
}
h2, h3, h4, h5, h6 {
  position: relative;
  display: block;
  color: #000;
  font-weight: normal;
  font-size: 28px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.entry-content {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 17px;
  color: #4d4d4d;
}
.entry-content a {
  color: #0078df;
  text-decoration: none;
}
.entry-content a:hover, .entry-content a:active {
  text-decoration: none;
  color: #37f;
}
.entry-content p {
  margin: 0 0 20px 0;
}
.entry-content ul, .entry-content ol {
  display: block;
  position: relative;
  margin: 5px 0 9px 30px;
  padding: 0;
}
.entry-content ul li, .entry-content ol li {
  padding: 0 0 6px 0;
}
.entry-content ul.doubleul, .entry-content ol.doubleul {
  margin-right: 30px;
  float: left;
}
@media screen and (max-width: 650px) {
  .entry-content ul.doubleul, .entry-content ol.doubleul {
    margin-bottom: 0;
    float: none;
    clear: both;
  }
}
.entry-content ul.doubleul2, .entry-content ol.doubleul2 {
  float: left;
  margin-right: 0;
}
@media screen and (max-width: 650px) {
  .entry-content ul.doubleul2, .entry-content ol.doubleul2 {
    margin-top: 0;
    float: none;
    clear: both;
  }
}
.contact-below-title {
  font-size: 18px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .contact-below-title {
    max-width: 650px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact-below-title {
    max-width: 100%;
    padding: 0;
  }
}
.entry-content .contact-blocks {
  text-align: center;
  font-size: 15px;
  margin: 30px 0 30px -20px;
}
.entry-content .contact-blocks.has-3 .column {
  min-width: calc(33.3333333333333333% - 20px);
  max-width: calc(33.3333333333333333% - 20px);
}
@media screen and (max-width: 940px) {
  .entry-content .contact-blocks.has-3 .column {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
.entry-content .contact-blocks.has-3 .c-title {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .entry-content .contact-blocks.has-3 .c-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .entry-content .contact-blocks.has-3 .c-title {
    font-size: 17px;
  }
}
.entry-content .contact-blocks.has-3 .contact-block {
  margin: 0 0 0 -5px;
}
.entry-content .contact-blocks.has-3 .contact-block p {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 940px) {
  .entry-content .contact-blocks.has-3 .contact-block {
    padding: 0 0 25px !important;
    border-bottom: 1px solid #c4c4c4;
    margin: 0 auto;
    max-width: 500px;
  }
  .entry-content .contact-blocks.has-3 .contact-block:before {
    display: none !important;
  }
}
.entry-content .contact-blocks.has-3 .column:nth-of-type(1) .contact-block::before {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  background: #c4c4c4;
  top: 0;
  bottom: 0;
  right: 5px;
}
.entry-content .contact-blocks.has-3 .column:nth-of-type(3) .contact-block::before {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  background: #c4c4c4;
  top: 0;
  bottom: 0;
  left: 4px;
}
.entry-content .contact-blocks.has-4 .column {
  min-width: calc(25% - 20px);
  max-width: calc(25% - 20px);
}
@media screen and (max-width: 1070px) {
  .entry-content .contact-blocks.has-4 .column {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .entry-content .contact-blocks.has-4 .column {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
.entry-content .contact-blocks.has-4 .c-title {
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.entry-content .contact-blocks.has-4 .contact-block {
  margin: 0 0 0 -5px;
}
.entry-content .contact-blocks.has-4 .contact-block p {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1070px) {
  .entry-content .contact-blocks.has-4 .contact-block {
    padding: 0 0 25px !important;
    border-bottom: 1px solid #c4c4c4;
    margin: 0 auto;
    max-width: 500px;
  }
  .entry-content .contact-blocks.has-4 .contact-block:before {
    display: none !important;
  }
}
@media screen and (max-width: 1070px) {
  .entry-content .contact-blocks.has-4 .column:nth-of-type(1), .entry-content .contact-blocks.has-4 .column:nth-of-type(3) {
    padding-right: 18px !important;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .contact-blocks.has-4 .column:nth-of-type(1), .entry-content .contact-blocks.has-4 .column:nth-of-type(3) {
    padding-right: 0 !important;
  }
}
.entry-content .contact-blocks.has-4 .column:nth-of-type(1) .contact-block::before {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  background: #c4c4c4;
  top: 0;
  bottom: 0;
  right: -1px;
}
.entry-content .contact-blocks.has-4 .column:nth-of-type(3) .contact-block::before {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  background: #c4c4c4;
  top: 0;
  bottom: 0;
  left: -14px;
}
.entry-content .contact-blocks.has-4 .column:nth-of-type(4) .contact-block::before {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  background: #c4c4c4;
  top: 0;
  bottom: 0;
  left: -6px;
}
.c-icon {
  display: block;
  font-size: 50px;
}
.c-title {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px !important;
}
@media screen and (max-width: 1440px) {
  .c-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 17px;
  }
}
.c-address p span {
  display: block;
}
.c-schedule-link a {
  max-width: 155px;
  display: block;
  margin: 0 auto;
}
.contactform .kk-input, .contactform .kk-textarea {
  background-color: whitesmoke;
  padding-left: 10px;
  border-left: 4px solid #04c0ea;
}
.contactform .kk-submit {
  font-weight: normal;
}
.c-map .c-map-column:first-of-type {
  position: absolute !important;
  width: 48.3333333333%;
  height: 100%;
  border: 0;
  background: #ededee;
}
.c-map .c-map-column:first-of-type iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .c-map .c-map-column:first-of-type {
    position: relative !important;
    width: 100%;
    padding: 0;
    height: 250px;
    margin-bottom: 30px !important;
  }
  .c-map .c-map-column:first-of-type .kk-submit {
    float: none !important;
    margin: 0 auto !important;
  }
}
.c-map .c-map-column:last-of-type {
  float: right;
  width: 50%;
  padding-left: 15px;
}
@media screen and (max-width: 900px) {
  .c-map .c-map-column:last-of-type {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.c-map .kk-submit {
  float: left !important;
}
@media screen and (max-width: 900px) {
  .c-map .kk-submit {
    float: none !important;
    margin: 0 auto !important;
  }
}
.alignright, img.alignright {
  position: relative;
  float: right;
  margin: 0 0 20px 20px;
  width: auto;
  height: auto;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .alignright, img.alignright {
    max-width: 350px;
  }
  .home .alignright, .home img.alignright {
    max-width: 360px;
  }
}
@media screen and (max-width: 1366px) {
  .alignright, img.alignright {
    max-width: 340px;
  }
}
@media screen and (max-width: 1024px) {
  .alignright, img.alignright {
    max-width: 320px;
  }
}
@media screen and (max-width: 960px) {
  .alignright, img.alignright {
    max-width: 350px !important;
  }
}
@media screen and (max-width: 768px) {
  .alignright, img.alignright {
    max-width: 330px !important;
  }
}
@media screen and (max-width: 640px) {
  .alignright, img.alignright {
    max-width: 300px !important;
  }
}
@media screen and (max-width: 580px) {
  .alignright, img.alignright {
    max-width: 280px !important;
  }
}
@media screen and (max-width: 480px) {
  .alignright, img.alignright {
    width: auto;
    float: none;
    margin: 20px auto;
    max-width: 100% !important;
  }
}
.alignleft, img.alignleft {
  position: relative;
  float: left;
  display: block;
  margin: 10px 20px 20px 0;
  width: auto;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .alignleft, img.alignleft {
    max-width: 350px;
  }
  .home .alignleft, .home img.alignleft {
    max-width: 360px;
  }
}
@media screen and (max-width: 1366px) {
  .alignleft, img.alignleft {
    max-width: 340px;
  }
}
@media screen and (max-width: 1024px) {
  .alignleft, img.alignleft {
    max-width: 320px;
  }
}
@media screen and (max-width: 960px) {
  .alignleft, img.alignleft {
    max-width: 350px !important;
  }
}
@media screen and (max-width: 768px) {
  .alignleft, img.alignleft {
    max-width: 330px !important;
  }
}
@media screen and (max-width: 640px) {
  .alignleft, img.alignleft {
    max-width: 300px !important;
  }
}
@media screen and (max-width: 580px) {
  .alignleft, img.alignleft {
    max-width: 280px !important;
  }
}
@media screen and (max-width: 480px) {
  .alignleft, img.alignleft {
    width: auto;
    float: none;
    margin: 20px auto;
    max-width: 100% !important;
  }
}
.aligncenter {
  margin: 20px auto;
}
blockquote.rev {
  display: block;
  padding: 20px;
  margin: 0 0 30px 0;
  border: 1px solid #e6e6e6;
  border-left: 4px solid #2189c7;
  -webkit-box-shadow: 0 10px 6px -6px #0000001c;
  -moz-box-shadow: 0 10px 6px -6px #0000001c;
  box-shadow: 0 10px 6px -6px #0000001c;
  background: #f5f5f5;
}
.entry-content .rev-title {
  color: #033663;
  font-weight: 500;
  font-size: 22px;
  font-style: normal;
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .entry-content .rev-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .entry-content .rev-title {
    font-size: 18px;
  }
}
.star-wrap {
  margin-bottom: 12px;
}
.star {
  float: left;
  margin-right: 4px;
  color: #f1cc06;
  font-size: 20px;
  line-height: 1;
}
.star.empty {
  color: #d9d1d1;
}
.entry-content .rev-content {
  font-style: italic;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .entry-content .rev-content {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .entry-content .rev-content {
    font-size: 16px;
  }
}
.rev-name {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  .rev-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .rev-name {
    font-size: 18px;
  }
}
aside {
  font-family: "Roboto", sans-serif;
  width: 28%;
  padding: 40px 0 0;
}
aside.sidebar-right {
  float: right;
}
@media screen and (min-width: 1281px) {
  .interior-with-sidebar aside.sidebar-right {
    width: 336px !important;
  }
}
aside.sidebar-left {
  float: left;
}
@media screen and (max-width: 960px) {
  aside {
    float: none !important;
    width: 100%;
    padding: 0 0 40px;
  }
}
.sidebar-title {
  color: #145a7f;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.sidebar-callout .sidebar-title {
  border-bottom: 1px solid #39f;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .sidebar-callout .sidebar-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1180px) {
  .sidebar-callout .sidebar-title {
    font-size: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar-callout .sidebar-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .sidebar-callout .sidebar-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-callout .sidebar-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-callout .sidebar-title {
    font-size: 22px;
  }
}
.sidebar-hours .sidebar-title {
  border-bottom: 1px solid #39f;
  font-size: 18px;
  color: #145a7f;
}
@media screen and (max-width: 1366px) {
  .sidebar-hours .sidebar-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1180px) {
  .sidebar-hours .sidebar-title {
    font-size: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar-hours .sidebar-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .sidebar-hours .sidebar-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-hours .sidebar-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-hours .sidebar-title {
    font-size: 22px;
  }
}
.sidebar-callout {
  padding: 20px;
  background-color: #015299;
  margin-bottom: 20px;
}
@media screen and (max-width: 1180px) {
  .sidebar-callout {
    padding: 15px;
  }
}
@media screen and (max-width: 960px) {
  .sidebar-callout {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-callout {
    padding: 20px;
  }
}
.sidebar-content-wrap {
  min-height: 205px;
}
.sidebar-content {
  color: #145a7f;
  font-size: 16px;
}
.sidebar-content p {
  margin-bottom: 20px;
}
.sidebar-content p:last-of-type {
  margin-bottom: 0;
}
.sidebar-callout .sidebar-content {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1180px) {
  .sidebar-callout .sidebar-content {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .sidebar-callout .sidebar-content {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .sidebar-callout .sidebar-content {
    font-size: 16px;
  }
}
.sidebar-invite .sidebar-content {
  font-style: italic;
}
@media screen and (max-width: 960px) {
  .sidebar-invite .sidebar-content {
    padding-left: 195px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-invite .sidebar-content {
    padding-left: 0;
    padding-right: 195px;
  }
}
@media screen and (max-width: 600px) {
  .sidebar-invite .sidebar-content {
    padding-right: 180px;
  }
}
@media screen and (max-width: 540px) {
  .sidebar-invite .sidebar-content {
    padding: 0;
    text-align: center;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
}
.sidebar-invite {
  padding: 20px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  border: 1px solid #d6d6d6;
}
@media screen and (max-width: 1180px) {
  .sidebar-invite {
    padding: 15px;
  }
}
@media screen and (max-width: 960px) {
  .sidebar-invite {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-invite {
    padding: 20px;
  }
}
.sidebar-invite-title {
  color: #145a7f;
  font-weight: normal;
  text-align: center;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 2px solid #39f;
}
.sidebar-invite-title span {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 1280px) {
  .sidebar-invite-title {
    font-size: 17px;
  }
  .sidebar-invite-title span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1180px) {
  .sidebar-invite-title span {
    font-size: 17px;
  }
}
@media screen and (max-width: 960px) {
  .sidebar-invite-title {
    font-size: 24px;
  }
  .sidebar-invite-title span {
    font-size: 28px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-invite-title {
    font-size: 22px;
  }
  .sidebar-invite-title span {
    font-size: 24px;
  }
}
@media screen and (max-width: 540px) {
  .sidebar-invite-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sidebar-invite-title span {
    font-size: 20px;
    display: inline;
  }
}
.sidebar-invite-img {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .sidebar-invite-img {
    position: absolute;
    width: 180px;
    margin: 0;
    left: 0;
    top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-invite-img {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .sidebar-invite-img {
    width: 170px;
  }
}
@media screen and (max-width: 540px) {
  .sidebar-invite-img {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 294px;
  }
}
.doc-name {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  padding-left: 12px;
}
.doc-name .doc-name-accent {
  display: block;
  width: 2px;
  height: 100%;
  left: 0;
  bottom: -1px;
  top: 1px;
  position: absolute;
  background: #2c7cb5;
}
@media screen and (max-width: 767px) {
  .doc-name {
    font-size: 18px;
  }
  .doc-name .doc-name-accent {
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .doc-name {
    font-size: 17px;
  }
}
@media screen and (max-width: 540px) {
  .doc-name {
    display: table;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
  }
  .doc-name .doc-name-accent {
    display: none;
    padding: 0;
  }
}
.sidebar-invite-phone {
  font-size: 22px;
  font-weight: normal;
  color: #f50000;
  text-align: center;
  margin-top: 20px;
}
.sidebar-invite-phone a {
  display: block;
  text-decoration: none;
  color: #1e87f0;
  font-weight: bold;
  font-size: 28px;
}
.sidebar-invite-phone a:hover {
  text-decoration: underline;
}
.sidebar-choose {
  padding: 20px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
@media screen and (max-width: 1180px) {
  .sidebar-choose {
    padding: 15px;
  }
}
@media screen and (max-width: 960px) {
  .sidebar-choose {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-choose {
    padding: 20px;
  }
}
ul.choose {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  color: inherit;
  text-align: left;
}
ul.choose li {
  font-style: italic;
  display: block;
  margin-bottom: 8px;
  position: relative;
  padding-left: 30px;
}
ul.choose li span {
  float: left;
  margin: 0 8px 0 0;
  color: inherit;
  font-size: 110%;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  ul.choose {
    display: table;
    margin: 0 auto;
    width: auto;
    max-width: 400px;
  }
  ul.choose li {
    padding-left: 0;
    text-align: center;
  }
  ul.choose li span {
    display: none;
  }
}
.sidebar-button-wrap {
  padding: 0;
  text-align: center;
  cursor: pointer;
  background: #f5f5f5;
  color: #fff;
  margin-bottom: 20px;
}
.sidebar-button-wrap a {
  padding: 10px;
  text-decoration: none;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
}
.sidebar-button-wrap a:hover {
  background: transparent !important;
  color: inherit !important;
}
.sidebar-hours {
  padding: 20px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.sidebar-hours .hours p {
  padding: 10px 0;
  border-bottom: 1px solid #d6d6d6;
}
.sidebar-hours .hours p span {
  font-weight: bold;
  display: inline-block;
  min-width: 110px;
}
@media screen and (max-width: 1200px) {
  .sidebar-hours .hours p span {
    min-width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar-hours .hours p span {
    min-width: 90px;
  }
}
@media screen and (max-width: 1080px) {
  .sidebar-hours .hours p {
    font-size: 15px;
  }
}
.sidebar-hours .hours p:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 960px) {
  .sidebar-hours .hours {
    display: table;
    margin: 0 auto;
    width: auto;
  }
  .sidebar-hours .hours p {
    font-size: 16px;
  }
  .sidebar-hours .hours p span {
    min-width: 110px;
  }
}
@media screen and (max-width: 1180px) {
  .sidebar-hours {
    padding: 15px;
  }
}
@media screen and (max-width: 960px) {
  .sidebar-hours {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-hours {
    padding: 20px;
  }
}
footer {
  width: 100%;
  background: #005691 ;
  background: -moz-linear-gradient(top, #005691 0%, #003a62 100%) ;
  background: -webkit-linear-gradient(top, #005691 0%, #003a62 100%) ;
  background: linear-gradient(to bottom, #005691 0%, #003a62 100%) ;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005691",endColorstr="#003a62",GradientType=0) ;
  padding: 50px 0 50px 0;
  color: #fff !important;
}
footer .columns.w1-3 .column {
  font-size: 17px;
}
@media screen and (max-width: 1220px) {
  footer .columns.w1-3 .column {
    font-size: 16px;
  }
}
footer .columns.w1-3 .column:nth-of-type(1) {
  padding-right: 8px;
}
footer .columns.w1-3 .column:nth-of-type(2) {
  padding-left: 4px;
  padding-right: 4px;
}
footer .columns.w1-3 .column:nth-of-type(3) {
  padding-left: 8px;
}
@media screen and (max-width: 960px) {
  footer .columns.w1-3 .column:nth-of-type(3) {
    max-width: calc(100% - 20px);
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .columns.w1-3 .column {
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% - 20px);
    text-align: center;
  }
}
footer .columns.w1-2 .column {
  font-size: 17px;
}
@media screen and (max-width: 1220px) {
  footer .columns.w1-2 .column {
    font-size: 16px;
  }
}
footer .columns.w1-2 .column:nth-of-type(odd) {
  padding-right: 8px;
}
footer .columns.w1-2 .column:nth-of-type(even) {
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  footer .columns.w1-2 .column {
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% - 20px);
    min-width: calc(100% - 20px);
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1250px) {
  footer .columns.w1-4 .column:first-of-type {
    max-width: calc(22% - 20px);
    min-width: calc(22% - 20px);
  }
}
@media screen and (max-width: 1180px) {
  footer .columns.w1-4 .column:first-of-type {
    display: none;
  }
  footer .columns.w1-4 .column {
    min-width: calc(33.3333333333333333% - 20px);
    max-width: calc(33.3333333333333333% - 20px);
  }
}
@media screen and (max-width: 960px) {
  footer .columns.w1-4 .column:nth-of-type(2) {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    padding-right: 4px;
  }
  footer .columns.w1-4 .column:nth-of-type(3) {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    padding-left: 4px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  footer .columns.w1-4 .column:last-of-type {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 768px) {
  footer .columns.w1-4 .column {
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
    text-align: center;
  }
}
.footer-column-title {
  font-weight: bold;
  color: #fff;
  margin: 0 0 4px;
}
.w1-3 .footer-column-title, .w1-2 .footer-column-title {
  font-size: 26px;
}
@media screen and (max-width: 1366px) {
  .w1-3 .footer-column-title, .w1-2 .footer-column-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .w1-3 .footer-column-title, .w1-2 .footer-column-title {
    font-size: 23px;
  }
}
@media screen and (max-width: 960px) {
  .w1-3 .footer-column-title, .w1-2 .footer-column-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .w1-3 .footer-column-title, .w1-2 .footer-column-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .w1-3 .footer-column-title, .w1-2 .footer-column-title {
    font-size: 22px;
  }
}
.w1-4 .footer-column-title {
  font-size: 22px;
}
@media screen and (max-width: 1366px) {
  .w1-4 .footer-column-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1180px) {
  .w1-4 .footer-column-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .w1-4 .footer-column-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .w1-4 .footer-column-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .w1-4 .footer-column-title {
    font-size: 22px;
  }
}
.footer-title-border {
  display: block;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 2px;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .footer-title-border {
    display: table;
    margin: 0 auto 20px auto;
  }
}
.footer-phone, .footer-email {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  display: block;
  margin-top: 15px;
}
.footer-phone:hover, .footer-email:hover {
  text-decoration: underline;
}
.footer-phone {
  margin-top: 0;
  font-weight: bold;
}
footer .add-text {
  font-size: inherit;
}
footer .add-text span {
  display: block;
}
footer .hours span {
  display: inline-block;
  min-width: 110px;
}
@media screen and (max-width: 1180px) {
  footer .hours span {
    min-width: 100px;
  }
}
@media screen and (max-width: 1140px) {
  footer .hours span {
    min-width: 0;
  }
}
.column.social {
  padding-bottom: 74px;
}
.column.social #jcidm-logo {
  display: block;
  width: 160px;
  height: 53px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .w1-3 .column.social #jcidm-logo {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .w1-3 .column.social #jcidm-logo {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .w1-4 .column.social #jcidm-logo {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .w1-4 .column.social #jcidm-logo {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
a.footer-social {
  font-size: 30px;
  line-height: 30px;
  color: #f9a53e;
  display: inline-block;
  margin: 0 6px 20px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.footer-social.last {
  margin-right: 0;
}
a.footer-social:hover {
  color: #fff;
}
.footer-map {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
}
.footer-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.copyrightwrap {
  overflow: hidden;
  background: #022f4c ;
  margin: 0;
  padding: 10px 0;
}
.copyright {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.copyright.has-link {
  text-align: left;
  float: left;
}
@media screen and (max-width: 767px) {
  .copyright.has-link {
    text-align: center;
    float: none;
  }
}
.copyright-link {
  text-align: right;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 0;
  float: right;
}
.copyright-link a {
  color: inherit;
  font-size: inherit;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
}
.copyright-link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .copyright-link {
    text-align: center;
    margin-bottom: 5px;
    float: none;
  }
}
.back2top {
  display: none;
  position: fixed;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  opacity: 0.8;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 22px;
  border: 2px solid #ededed;
  background: #000;
  z-index: 1000;
}
.back2top::before, .back2top::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 4px;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
  -webkit-transform: rotate(-48deg);
  -moz-transform: rotate(-48deg);
  -ms-transform: rotate(-48deg);
  -o-transform: rotate(-48deg);
  transform: rotate(-48deg);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.back2top::after {
  right: 7px;
  left: auto;
  -webkit-transform: rotate(48deg);
  -moz-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  -o-transform: rotate(48deg);
  transform: rotate(48deg);
}
.back2top:hover {
  opacity: 1;
}
