@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap");
html {
  box-sizing: border-box;
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Google Sans Flex", sans-serif;
  margin: 0;
  overflow-x: hidden;
  font-size: 1rem;
  font-weight: 300;
  color: #05007F;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.4;
  font-family: "Google Sans Flex", sans-serif;
}

h1.panel-title-small {
  margin-bottom: 8px;
}

b, strong {
  font-weight: 700;
}

a {
  color: #FF5757;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
  line-height: 25px;
}

a:hover {
  text-decoration: none;
  color: #FF5757;
}

input:focus, textarea:focus {
  outline: none;
}

.field input, textarea {
  font-family: "Google Sans Flex", sans-serif;
  color: #999 !important;
  font-weight: 400;
  font-size: 1rem;
}

img {
  max-width: 100%;
  height: auto;
}

.img-fullwidth {
  width: 100%;
}

.panel-title-small span {
  letter-spacing: 2.8px;
  color: #FF5757;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  vertical-align: middle;
  line-height: 27px;
}

.panel-title-small-black span {
  letter-spacing: 2.8px;
  color: #05007F;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}

.row {
  /*margin: 0;  */
  margin: auto;
  max-width: 1280px;
}
.row p:last-child {
  margin-bottom: 0;
}

p.para-width {
  padding-left: 16%;
  padding-right: 16%;
}

.img-text-absolute {
  position: relative;
  height: 100%;
  display: flex;
}
.img-text-absolute > h1 {
  width: 100%;
  align-self: center;
  text-align: center;
  margin: auto;
  color: #FFFFFF;
  padding: 0 15px;
}
.img-text-absolute > h2 {
  width: 100%;
  align-self: center;
  text-align: center;
  margin: auto;
  color: #FFFFFF;
  padding: 0 15px;
}
.img-text-absolute > h3 {
  width: 100%;
  align-self: center;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFFFFF;
  padding: 0 15px;
}
.img-text-absolute .wrapper-center {
  text-align: center;
  margin: auto;
  color: #fff;
  padding: 0 15px;
}
.img-text-absolute .wrapper-center > h3 {
  margin-bottom: 30px;
}
.img-text-absolute .wrapper-center > h2 {
  margin-bottom: 30px;
}
.img-text-absolute .wrapper-center-padding {
  text-align: center;
  width: 100%;
  color: #FFFFFF;
}
.img-text-absolute .wrapper-center-padding > img {
  padding: 30px 0;
}
.img-text-absolute .wrapper-center-padding .panel-title-small span {
  color: #FFFFFF;
}

.img-text-top-bottom .text-bottom {
  position: absolute;
  top: 66%;
  transform: translateY(-50%);
  color: #fff;
  left: 0;
  right: 0;
  padding: 0 15px;
}
.img-text-top-bottom h6.text-top {
  width: 100%;
  display: inline-table;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 70px 15px 0;
}
.img-text-top-bottom h3 {
  margin-bottom: 20px;
}
.img-text-top-bottom span {
  display: block;
  padding-top: 10px;
}

.testimonials-item h6 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 70px 15px 0;
}
.testimonials-item .testimonials-content {
  color: #fff;
  margin-top: 30px;
}
.testimonials-item .testimonials-content > p {
  max-width: 600px;
  margin: auto;
  margin-bottom: 30px;
  padding: 0 15px;
}

.site-button {
  display: inline-flex;
  background: #FF2323;
  border-color: #FF2323;
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: none;
  word-spacing: 4px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  color: #FFFFFF;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.site-button img {
  position: relative;
}
.site-button svg {
  vertical-align: sub;
  padding-right: 0px;
  width: auto;
}
.site-button svg path {
  stroke: #FFFFFF;
}
.site-button svg path.fill {
  fill: #FFFFFF;
}
.site-button span {
  position: relative;
}
.site-button:hover {
  background: #0700BD;
  border-color: #0700BD;
  color: #FFFFFF !important;
}
.site-button:hover svg path {
  stroke: #FFFFFF;
}
.site-button:hover svg path.fill {
  fill: #FFFFFF;
}
.site-button:hover span {
  color: #FFFFFF;
}

.yellow-txt-arrow {
  color: #FAB639;
}
.yellow-txt-arrow:after {
  display: inline-block;
  content: url("/web/images/arrow_right_long_yellow.svg");
  margin-left: 15px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.yellow-txt-arrow:hover {
  color: #FF5757;
}
.yellow-txt-arrow:hover:after {
  content: url("/web/images/arrow_right_long_red.svg");
}

.border-bottom {
  border-bottom: 1px solid #eee;
}

.panel-img-absolute {
  position: relative;
}
.panel-img-absolute .img-absolute {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.imgDisplayNone {
  height: 270px;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  position: relative;
}
.imgDisplayNone .videoImage {
  display: none;
}
.imgDisplayNone .videoId {
  position: relative;
  height: 100%;
}

.heat-pump .top-banner {
  color: #FFFFFF;
}
.heat-pump .top-banner .wrapper-center-40 {
  text-align: center;
  width: 100%;
}
.heat-pump .top-banner .wrapper-center-40 .panel-title-small span {
  color: #FFFFFF;
}
.heat-pump .top-banner .wrapper-center-40 h1 {
  padding-bottom: 20px;
}

.faqs .top-banner {
  background-color: #000;
  color: #fff;
}

div.img-text-top-bottom {
  height: 500px;
  text-align: center;
  background-position: center center;
}

.testimonials-slider {
  background-image: url("/web/images/img_testimonials.jpg");
  height: 500px;
  text-align: center;
  background-position: center center;
}
.testimonials-slider .owl-dots {
  width: 100%;
  left: 0;
  bottom: 35px;
  opacity: 1;
  position: absolute;
}
.testimonials-slider .owl-dots .owl-dot {
  margin: 0 10px;
  display: inline-block;
  box-shadow: none;
}
.testimonials-slider .owl-dots .owl-dot:focus {
  outline: none;
}
.testimonials-slider .owl-dots .owl-dot span {
  height: 0;
  width: 0;
  min-height: 0;
  padding: 5px;
  position: relative;
  border-radius: 100%;
  border: none;
  background: #FFFFFF;
  box-shadow: none;
  display: inline-block;
}
.testimonials-slider .owl-dots .owl-dot.active span {
  background: #FAB639;
}

.section-para-absolute {
  max-width: 600px;
  margin: auto;
}

.section-para-padding-center {
  margin: auto;
}

.video-img .site-button {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 200px !important;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  text-align: center;
}
.video-img .site-button img {
  margin-right: 10px;
}
.video-img .site-button svg {
  margin-right: 10px;
}

.videoId {
  position: relative;
  display: block;
  cursor: pointer;
}
.videoId > img {
  width: 100%;
}

.videoID {
  position: fixed;
  width: 800px;
  height: 600px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.videoID iframe {
  width: 800px;
  height: 600px;
}

.videoOverlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  cursor: pointer;
}

.contactform-wrapper {
  background: #F1F4FF;
  display: inline-block;
  width: 100%;
}
.contactform-wrapper .contactform-inner {
  max-width: 800px;
  margin: auto;
}
.contactform-wrapper .contactform-inner .panel-title-small {
  text-align: center;
}
.contactform-wrapper .contactform-inner h2 {
  text-align: center;
}
.contactform-wrapper .contactform-inner .field label {
  font-weight: 700;
  color: #05007F;
  font-size: 14px;
}
.contactform-wrapper .contactform-inner .field label.required:after {
  content: "*";
  display: inline-block;
  margin-left: 3px;
  color: #FF5757;
}
.contactform-wrapper .contactform-inner .field label:not(.error) {
  margin-bottom: 15px;
}
.contactform-wrapper .contactform-inner .field label.error {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #FF5757;
  font-weight: 600;
  text-align: left;
}
.contactform-wrapper .contactform-inner .field input.error,
.contactform-wrapper .contactform-inner .field textarea.error {
  border: 1px solid #FF5757 !important;
  background-color: #FFF2F2 !important;
}
.contactform-wrapper .contactform-inner .field input {
  width: 100%;
  border-radius: 30px;
  border: none;
  padding: 10px 30px;
}
.contactform-wrapper .contactform-inner .field textarea {
  width: 100%;
  padding: 20px;
  border: none;
  border-radius: 30px;
}
.contactform-wrapper .contactform-inner .requiredfield {
  color: #999;
  display: block;
  text-align: center;
  margin-top: 15px;
}
.contactform-wrapper .contactform-inner input.site-button {
  margin: auto;
  display: block;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
}
.contactform-wrapper .contactform-inner input.site-button:hover {
  color: #FFFFFF;
}

.vps {
  background: #FFF0F0;
}
.vps .vps-inner {
  padding: 40px 0;
}
.vps .vps-inner .vps-text {
  margin-top: 20px;
}
.vps .vps-inner .vps-text > span {
  font-weight: 700;
}

.list-title > h3 {
  font-size: 1rem;
  margin-bottom: 10px !important;
}
.list-title:not(.list-style-noFull) img {
  width: 100%;
  height: 100%;
}
.list-title.list-style-noFull img {
  margin-bottom: 10px;
}

.questionsAnswer > div {
  margin-bottom: 20px;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #eee;
}
.questionsAnswer > div > h3 {
  margin-left: 20px;
  position: relative;
}
.questionsAnswer > div > h3:before {
  content: "Q";
  font-weight: 900;
  color: #FF5757;
  position: absolute;
  left: -20px;
  font-size: 1rem;
}
.questionsAnswer > div > p {
  margin-left: 20px;
  position: relative;
}
.questionsAnswer > div > p:nth-of-type(1):before {
  content: "A";
  font-weight: 900;
  color: #FF5757;
  position: absolute;
  left: -20px;
  font-size: 1rem;
}

.contact-us .list-title {
  max-width: max-content;
  max-width: -webkit-max-content;
  margin: auto;
}

.testimonials-list > div:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #eee;
}

.footer-content a {
  color: #05007F;
}
.footer-content a:hover {
  color: #FF5757;
}
.footer-content ul {
  padding: 0;
  list-style: none;
}
.footer-content ul li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-bottom {
  font-size: 0.75rem;
  padding: 25px 0;
  border-top: 1px solid #eee;
}
.footer-bottom a {
  color: #05007F;
}

.recent-posts {
  width: 100%;
  margin: auto;
}
.recent-posts .panel-title-small {
  text-align: center;
}

.flex {
  display: flex;
}

.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-right: 0;
}

.padding-0 {
  padding: 0;
}

.page-tabs-top {
  text-align: center;
}
.page-tabs-top h2 > img {
  display: block;
  margin: 0 auto 20px;
}

.center {
  text-align: center;
}

a.pdf {
  color: #05007F;
}
a.pdf:before {
  content: url("/web/images/pdf_icon.png");
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.img-double {
  display: flex;
  align-items: center;
}
.img-double > div > img {
  max-width: 100%;
  margin: 0;
}
.img-double > div:last-child {
  margin-left: 5%;
  padding-left: 5%;
  border-left: 1px solid #eee;
}

.mobile-img-three {
  display: flex;
  align-items: center;
}
.mobile-img-three > div > img {
  max-width: 100%;
  margin: 0;
}
.mobile-img-three > div:not(:first-child) {
  margin-left: 5%;
  padding-left: 5%;
}

.panel-title-small, .panel-title-small-black {
  line-height: 24px;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.6rem;
}

.img-caption {
  display: block;
  margin-bottom: 20px;
}

.gallery-caption {
  display: block;
  margin-top: 10px;
}

.footer-logo {
  margin-bottom: 32px;
}

.footer-serification {
  display: flex !important;
  width: 100%;
  margin-bottom: 32px;
}
.footer-serification > div {
  display: flex !important;
  width: 100%;
}
.footer-serification span {
  width: 98px;
  display: flex !important;
  margin-right: 16px;
}
.footer-serification h3 {
  color: #05007F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: calc(100% - 114px);
  text-align: left;
}

.footer-content a {
  color: #05007F;
}
.footer-content a:hover {
  color: #05007F;
}
.footer-content ul {
  padding: 0;
  list-style: none;
}
.footer-content ul li:not(:last-child) {
  margin-bottom: 0px;
}
.footer-content p {
  color: #05007F;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}

.footer-bottom {
  font-size: 0.75rem;
  color: #05007F;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 20px 0;
  background-color: #F7F8F8;
}
.footer-bottom a {
  color: #05007F;
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration-line: underline;
}

.page-banner img {
  display: none;
}

@media (min-width: 1280px) {
  .wrapper {
    padding: 0 90px;
  }
  .home-section {
    padding: 0 0 80px;
    margin-bottom: 80px;
  }
  .section-para-padding {
    max-width: 600px;
    padding: 0 80px;
  }
  .trusted-brands-wrapper .brand-logos > a:not(:last-child) {
    margin-right: 80px;
  }
  .vps-inner > .wrapper .vps-item {
    padding: 0 5px;
    width: 20%;
  }
  .recent-posts {
    max-width: 1200px;
  }
  .page-tabs-wrapper {
    padding: 80px 0;
  }
  .page-tabs-top {
    margin-bottom: 80px;
  }
  .row.odd {
    margin-bottom: 80px !important;
  }
  .row.first {
    margin-bottom: 40px !important;
  }
  ul.tabs li a {
    font-size: 1rem;
  }
  .footer-content {
    padding: 80px 0;
  }
  .footer-content .row.col-wrapper,
  .footer-content .col-right-inner-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
  .footer-content .col-left-top .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .footer-bottom .row div:nth-child(1) {
    text-align: left;
  }
  .footer-bottom .row div:nth-child(1) img:not(:last-child) {
    margin-right: 15px;
  }
  .footer-bottom .row div:nth-child(3) img {
    margin-left: 15px;
  }
}
@media (min-width: 1440px) {
  .vps .wrapper,
  .footer-content .wrapper {
    max-width: 100%;
  }
  .footer-content {
    padding: 80px 0;
  }
  .footer-bottom .wrapper {
    max-width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1600px) {
  .vps .wrapper,
  .footer-content .wrapper {
    max-width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }
  .footer-bottom .wrapper {
    max-width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1920px) {
  .vps .wrapper,
  .footer-content .wrapper {
    max-width: 1920px;
    padding-left: 160px;
    padding-right: 160px;
  }
  .footer-bottom .wrapper {
    max-width: 1920px;
    padding-left: 160px;
    padding-right: 160px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-version-hide {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .wrapper {
    padding: 0 40px;
  }
  .home-section {
    padding: 0 0 40px;
    margin-bottom: 40px;
  }
  .footer-content {
    padding: 40px 0;
  }
  .section-para-padding {
    max-width: 600px;
    padding: 0 20px;
  }
  .section-para-absolute {
    padding: 0 15px;
  }
  .trusted-brands-wrapper .brand-logos > a:not(:last-child) {
    margin-right: 40px;
  }
  .vps-inner > .wrapper .vps-item {
    width: 20%;
    padding: 0 15px;
  }
  .recent-posts {
    max-width: 100%;
  }
  .page-tabs-wrapper {
    padding: 40px 0;
  }
  .page-tabs-top {
    margin-bottom: 40px;
  }
  .row.odd {
    margin-bottom: 40px !important;
  }
  .row.first {
    margin-bottom: 40px !important;
  }
  .footer-content .wrapper .row > div {
    text-align: left;
    margin-bottom: 40px;
  }
  .footer-content .wrapper .row > div:first-child {
    margin-bottom: 40px;
  }
  .footer-content .wrapper .row .footer-bottom-logos > img {
    display: block;
    margin: auto;
  }
  .footer-bottom .row div:nth-child(1) img:not(:last-child) {
    margin-right: 5px;
  }
  .footer-bottom .row div:nth-child(3) img {
    margin-left: 5px;
  }
}
@media (min-width: 768px) {
  .big-text {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .panel-title-small, .panel-title-small-black {
    margin-bottom: 30px;
  }
  .panel-img-absolute .img-absolute {
    left: -5%;
  }
  img.img-panel-middle {
    display: block;
    margin: 30px 0;
  }
  .margin-topdown-30 {
    margin: 30px 0;
  }
  .margin-topdown-30-bottom {
    margin-bottom: 30px;
  }
  .margin-right {
    margin-right: 30px;
  }
  .tab-para-width {
    max-width: 440px;
  }
  .margin-five {
    margin-left: 5px;
  }
  .tab-heading-width {
    max-width: 300px;
  }
  div.background-full {
    height: 100%;
  }
  .top-banner {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .top-banner img {
    display: none;
  }
  .heat-pump .top-banner .wrapper-center-40 {
    top: 45%;
    position: absolute;
    transform: translateY(-50%);
  }
  .img-text-absolute, .panel-img-absolute {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  ul.tabs li {
    width: 180px;
  }
  ul.tabs li a {
    padding: 40px 20px;
  }
  ul.tabs li a.active {
    padding-top: 60px;
  }
  .contactform-wrapper {
    padding: 80px 15px;
  }
  .contactform-wrapper .contactform-inner h2 {
    margin-bottom: 32px;
    color: #05007F;
  }
  .contactform-wrapper .field:not(.last) {
    display: inline-block;
    width: 49%;
    float: left;
    margin-bottom: 20px;
  }
  .contactform-wrapper .field:nth-child(odd) {
    margin-right: 2%;
  }
  .contactform-wrapper .field.last {
    margin-right: 0;
    display: inline-block;
    width: 100%;
  }
  .contactform-wrapper .contactform-inner .requiredfield {
    margin-bottom: 30px;
  }
  .trusted-brands-wrapper {
    padding: 80px 15px;
  }
  .trusted-brands-wrapper .brand-logos {
    margin: auto;
    justify-content: center;
    width: 100%;
    display: flex;
  }
  .vps-inner > .wrapper {
    display: flex;
    text-align: center;
  }
  .footer-content .row div > div:not(:last-child) {
    display: inline-block;
  }
  .footer-content .row div > div.img-flex {
    margin-bottom: 10px;
  }
  .footer-content .row div > div.img-flex-double {
    display: inline-flex;
    gap: 10px;
    align-items: center;
  }
  .footer-content .row div > div.img-flex-triple {
    display: inline-flex;
    gap: 10px;
    align-items: center;
  }
  .footer-content .footer-mobile-toggle > .row ul {
    height: auto !important;
    margin-bottom: 0px;
  }
  .footer-bottom .row {
    align-items: center;
  }
  .footer-bottom .row div:nth-child(2) {
    text-align: center;
  }
  .footer-bottom .row div:nth-child(3) {
    text-align: right;
  }
  .recent-posts {
    padding: 80px 15px 0;
  }
  .recent-posts .recentposts-wrapper {
    display: flex;
    justify-content: flex-end;
  }
  .recent-posts .recentposts-wrapper .post-item {
    width: 40%;
    display: inline-block;
  }
  .recent-posts .recentposts-wrapper .post-item:first-child {
    margin-right: 10%;
    padding-right: 10%;
    border-right: 1px solid #eee;
  }
  .recent-posts .recentposts-wrapper .post-item h3 {
    height: 110px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .recent-posts .recentposts-wrapper .post-item p {
    height: 70px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .page-tabbedPanels .wrapper {
    display: inline-block;
    width: 100%;
  }
  .page-tabbedPanels .wrapper .tabs {
    display: flex;
    width: 100%;
    margin-top: -120px;
    margin-bottom: -20px;
    justify-content: center;
  }
  .page-tabbedPanels .wrapper .tabs .tab-link {
    width: 20%;
    height: 100%;
    text-align: center;
    float: left;
    display: inline-block !important;
  }
  .page-tabbedPanels .wrapper .tabs .tab-link.changeColor {
    border-top: 20px solid #fff;
    position: relative;
    top: -20px;
  }
  .page-tabbedPanels .wrapper .tabs .tab-link > a {
    display: flex;
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 60px 10px;
    align-items: center;
    height: 100px;
    justify-content: center;
  }
  .page-tabbedPanels .wrapper .tabs .tab-link > a.active > span {
    position: relative;
    top: -10px;
  }
  .page-tabbedPanels .wrapper .tabs .tab-link > a > span {
    margin-top: 0;
  }
  .page-tabbedPanels .wrapper .page-tabs-wrapper.home-page {
    padding: 80px 15px;
  }
  .page-tabbedPanels .wrapper .page-tabs-wrapper:not(.panel-general) {
    display: inline-block;
    width: 100%;
  }
  .page-tabbedPanels .wrapper .page-tabs-wrapper:not(.panel-general) .panel .row:not(.three-columns) > div:nth-child(odd) {
    padding-right: 30px;
    padding-left: 0;
  }
  .page-tabbedPanels .wrapper .page-tabs-wrapper:not(.panel-general) .panel .row:not(.three-columns) > div:nth-child(even) {
    padding-left: 30px;
    padding-right: 0;
  }
  .page-tabbedPanels .wrapper .page-tabs-wrapper:not(.panel-general) .panel .row .flex span.no-red-left {
    color: red;
    font-size: 1.75rem;
    margin-right: 20px;
    font-weight: 700;
  }
  .page-tabbedPanels .wrapper .page-tabs-wrapper:not(.panel-general) .panel .row .flex p span:not(:last-child) {
    margin-bottom: 40px;
  }
  .page-tabbedPanels .wrapper .page-tabs-wrapper:not(.panel-general) .panel .row.three-columns > div:nth-child(1) {
    padding-right: 30px;
    padding-left: 0;
  }
  .page-tabbedPanels .wrapper .page-tabs-wrapper:not(.panel-general) .panel .row.three-columns > div:nth-child(2) {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-tabbedPanels .wrapper .page-tabs-wrapper:not(.panel-general) .panel .row.three-columns > div:nth-child(3) {
    padding-left: 30px;
    padding-right: 0;
  }
  .page-tabbedPanels .wrapper .panel-general .row:not(:last-child) {
    margin-bottom: 30px;
  }
  .top-banner {
    position: relative;
  }
  .top-banner > h1 {
    width: 100%;
    text-align: center;
    margin: auto;
    color: #FFFFFF;
    padding: 0 15px;
    top: 37%;
    transform: translateY(-50%);
    position: absolute;
  }
  .top-banner > h2 {
    width: 100%;
    text-align: center;
    margin: auto;
    color: #FFFFFF;
    padding: 0 15px;
    top: 37%;
    transform: translateY(-50%);
    position: absolute;
  }
  .top-banner > h3 {
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    color: #FFFFFF;
    padding: 0 15px;
    top: 37%;
    transform: translateY(-50%);
    position: absolute;
  }
  .top-banner .wrapper-center {
    text-align: center;
    top: 37%;
    transform: translateY(-50%);
    position: absolute;
    margin: auto;
    width: 100%;
    color: #FFFFFF;
    padding: 0 15px;
  }
  .top-banner .wrapper-center > h3 {
    margin-bottom: 30px;
  }
  .top-banner .wrapper-center > h2 {
    margin-bottom: 30px;
  }
  .top-banner .wrapper-center > h1 {
    margin-bottom: 30px;
  }
  .top-banner .wrapper-center > img {
    padding-bottom: 30px;
  }
  .top-banner .wrapper-center .panel-title-small span {
    color: #FFFFFF;
  }
  .top-banner .wrapper-center-50 {
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    margin: auto;
    width: 100%;
    color: #FFFFFF;
    padding: 0 15px;
  }
  .top-banner .wrapper-center-50 > h3 {
    margin-bottom: 30px;
  }
  .top-banner .wrapper-center-50 > h2 {
    margin-bottom: 30px;
  }
  .top-banner .wrapper-center-50 > h1 {
    margin-bottom: 30px;
  }
  .top-banner .wrapper-center-50 > img {
    padding-bottom: 30px;
  }
  .top-banner .wrapper-center-50 .panel-title-small span {
    color: #FFFFFF;
  }
  .testimonials-content > p {
    font-size: 1.2rem;
  }
  .mobile-version {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  .footer-content {
    padding: 80px 0;
  }
  .footer-content .row.col-wrapper,
  .footer-content .col-right-inner-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
  .footer-content .col-left-top .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .footer-bottom .row div:nth-child(1) {
    text-align: left;
  }
  .footer-bottom .row div:nth-child(1) img:not(:last-child) {
    margin-right: 15px;
  }
  .footer-bottom .row div:nth-child(3) img {
    margin-left: 15px;
  }
}
@media (max-width: 960px) {
  .footer-content .col-wrapper,
  .footer-content .col-right-inner-wrapper {
    grid-template-columns: 1fr;
  }
  .footer-content .footer-serification {
    justify-content: center;
  }
  .footer-content .footer-serification > div {
    width: auto;
  }
  .footer-content .col-right-inner-wrapper {
    flex-direction: column;
  }
  .footer-content .col-right-inner-wrapper .col-left-inner ul {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-content .col-right-inner-wrapper .col-left-inner ul li {
    margin-right: 16px;
    white-space: nowrap;
  }
  .footer-content .col-right-inner-wrapper .col-left-inner ul li:last-child {
    margin-right: 0px;
  }
  .footer-content .col-right-inner-wrapper .col-link-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footer-content .col-right-inner-wrapper .col-link-wrapper ul {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-content .col-right-inner-wrapper .col-link-wrapper ul li {
    margin-right: 16px;
    white-space: nowrap;
  }
  .footer-content .col-right-inner-wrapper .col-link-wrapper ul li:last-child {
    margin-right: 0px;
  }
  .footer-bottom .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
  }
  .footer-bottom .row > div {
    max-width: max-content !important;
    flex: 0 0 auto;
    padding-right: 0px;
  }
  .footer-bottom .row > div:last-child {
    padding-left: 15px;
    padding-right: 0px;
  }
  .footer-content .wrapper .row > div {
    text-align: center;
  }
  .footer-content .wrapper .row > div:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .custom-grid {
    flex-direction: column;
  }
  .custom-grid .col-item {
    width: 100%;
  }
  .custom-grid .col-item img {
    width: 100%;
  }
  .footer-logo {
    margin-bottom: 32px;
    display: flex !important;
    flex-direction: column;
    width: 100%;
    justify-content: center;
  }
  .footer-content .row div > div.img-flex {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.2rem;
  }
  .big-text {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    font-family: "Google Sans Flex", sans-serif;
  }
  h3 {
    font-size: 1.6rem;
  }
  .wrapper {
    padding: 0 15px;
  }
  .home-section {
    padding: 0 0 30px;
  }
  .home-section {
    margin-bottom: 30px;
  }
  .margin-right {
    margin-right: 20px;
  }
  .mobile-marginb-0 {
    margin-bottom: 0 !important;
  }
  .margin-neg15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .padding-0 {
    padding: 0;
  }
  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .panel-title-small {
    margin-bottom: 20px;
  }
  .panel-img-absolute .img-absolute {
    left: 0;
    right: 0;
    margin: auto;
  }
  .img-text-absolute, .panel-img-absolute {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .row.odd {
    margin-bottom: 20px !important;
  }
  .row.first {
    margin-bottom: 20px !important;
  }
  .panel .row .panel-title-small {
    text-align: center;
  }
  .panel .row .panel-title-small > img {
    display: block;
    margin: 0 auto 20px;
  }
  .panel .row div {
    padding: 0;
  }
  .panel .row .site-button {
    display: block;
    max-width: -moz-max-content;
    max-width: -webkit-max-content;
    max-width: -o-max-content;
    margin: auto;
    text-align: center;
  }
  .panel-general .panel .row > div:nth-child(odd) {
    padding-right: 10px;
  }
  .panel-general .panel .row > div:nth-child(even) {
    padding-left: 10px;
  }
  img.img-panel-middle {
    display: block;
    margin: 20px auto 0;
  }
  .home-tabbedPanels ul.tabs {
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    align-items: flex-end;
  }
  .home-tabbedPanels ul.tabs li {
    width: 20%;
  }
  .home-tabbedPanels ul.tabs li a {
    padding: 20px;
  }
  .home-tabbedPanels ul.tabs li a.active {
    padding-top: 35px;
  }
  .home-tabbedPanels ul.tabs li a.active svg {
    position: relative;
    top: -7px;
  }
  .page-tabbedPanels .wrapper {
    padding: 0;
  }
  .page-tabbedPanels .wrapper .burgerMenu {
    display: inline-table;
    padding: 20px 0;
    z-index: 113;
    height: 25px;
    cursor: pointer;
    width: 100%;
  }
  .page-tabbedPanels .wrapper .burgerMenu > span {
    width: 100%;
    height: 2px;
    background-color: #FF5757;
    transition: all 0.3s ease-in-out;
    display: block;
    left: 0;
    max-width: 25px;
    margin: auto;
  }
  .page-tabbedPanels .wrapper .burgerMenu > span.bar2 {
    margin-top: 10px;
  }
  .page-tabbedPanels .wrapper .burgerMenu > span.bar3 {
    margin-top: 10px;
  }
  .page-tabbedPanels .wrapper .tabs-wrapper {
    padding: 0 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
  }
  .page-tabbedPanels .wrapper .tabs-wrapper ul.tabs {
    display: block;
    margin: 0;
    list-style: none;
  }
  .page-tabbedPanels .wrapper .tabs-wrapper ul.tabs li {
    display: none;
    width: 100%;
    background: #fff !important;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
  }
  .page-tabbedPanels .wrapper .tabs-wrapper ul.tabs li::marker {
    content: none;
  }
  .page-tabbedPanels .wrapper .tabs-wrapper ul.tabs li a {
    color: #05007F;
    font-size: 1.1rem;
    font-weight: 600;
  }
  .page-tabbedPanels .wrapper .tabs-wrapper ul.tabs li a span {
    margin-top: 0;
  }
  .page-tabbedPanels .wrapper .tabs-wrapper ul.tabs li a br {
    display: none;
  }
  .page-tabbedPanels .wrapper .tabs-wrapper ul.tabs li a.active {
    background: none;
    color: #FF5757;
  }
  .page-tabbedPanels .wrapper .tabs-wrapper .icon-close {
    display: none;
    padding: 20px 0;
    z-index: 113;
    height: 25px;
    cursor: pointer;
    width: 100%;
    text-align: center;
  }
  .page-tabbedPanels .wrapper .page-tabs-wrapper {
    padding: 20px 15px 20px;
  }
  .contactform-wrapper {
    padding: 20px 15px;
  }
  .contactform-wrapper .contactform-inner h2 {
    margin-bottom: 20px;
  }
  .contactform-wrapper .contactform-inner .requiredfield {
    margin-bottom: 20px;
  }
  .contactform-wrapper .field label {
    text-align: center;
    display: block;
  }
  .contactform-wrapper .field:not(.last) {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .contactform-wrapper .field.last {
    margin-right: 0;
    display: inline-block;
    width: 100%;
  }
  .trusted-brands-wrapper {
    padding: 20px 15px 40px;
  }
  .trusted-brands-wrapper .brand-logos {
    column-count: 2;
    width: 100%;
    column-gap: 40px;
  }
  .vps-inner > .wrapper {
    text-align: center;
  }
  .footer-content {
    padding: 20px 0;
  }
  .footer-content .wrapper {
    padding: 0;
  }
  .footer-content .wrapper > .row > div:first-child {
    margin-bottom: 20px;
  }
  .footer-content .wrapper .row .row > div {
    padding: 0;
  }
  .footer-content .wrapper .footer-mobile-toggle {
    text-align: center;
  }
  .footer-content .wrapper .footer-mobile-toggle > .row > div {
    padding-top: 20px !important;
    border-top: 1px solid #eee;
    cursor: pointer;
  }
  .footer-content .wrapper .footer-mobile-toggle > .row > div:after {
    content: url("../images/icon_arrow_down_black.svg");
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
  }
  .footer-content .wrapper .footer-mobile-toggle > .row > div.active h3 span {
    color: #FF5757;
  }
  .footer-content .wrapper .footer-mobile-toggle > .row > div.active:after {
    content: url("../images/icon_arrow_down_red.svg");
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .footer-content .wrapper .footer-mobile-toggle > .row ul {
    margin-top: 20px;
  }
  .footer-content .wrapper .footer-bottom-logos {
    text-align: center;
  }
  .footer-content .wrapper .footer-bottom-logos > div:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .row div img:not(:last-child) {
    margin-right: 20px;
  }
  .footer-bottom .row div:last-child {
    display: flex;
    flex-direction: row;
  }
  .footer-bottom .row div:last-child a {
    margin-bottom: 20px;
  }
  .recent-posts {
    padding: 20px 15px;
    max-width: 100%;
  }
  .recent-posts .recentposts-wrapper {
    display: block;
  }
  .recent-posts .recentposts-wrapper .post-item:first-child {
    margin-bottom: 20px;
  }
  .recent-posts .recentposts-wrapper .post-item h3 {
    margin-bottom: 20px;
  }
  .recent-posts .recentposts-wrapper .post-item p {
    margin-bottom: 20px;
  }
  .top-banner {
    position: relative;
    height: 300px;
    display: flex;
    background-size: cover;
    background-position: center center;
  }
  .top-banner.long-txt {
    height: 400px;
  }
  .top-banner.long-txt .wrapper-center, .top-banner.long-txt .wrapper-center-40 {
    margin: 30px auto auto;
    padding: 0 15px;
  }
  .top-banner > h1 {
    width: 100%;
    align-self: center;
    text-align: center;
    margin: auto;
    color: #FFFFFF;
    padding: 0 15px;
    position: absolute;
  }
  .top-banner > h2 {
    width: 100%;
    align-self: center;
    text-align: center;
    margin: auto;
    color: #FFFFFF;
    padding: 0 15px;
  }
  .top-banner > h3 {
    width: 100%;
    align-self: center;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    color: #FFFFFF;
    padding: 0 15px;
  }
  .top-banner .wrapper-center {
    text-align: center;
    margin: auto;
    width: 100%;
    color: #FFFFFF;
    padding: 0 15px;
  }
  .top-banner .wrapper-center > h3 {
    margin-bottom: 30px;
  }
  .top-banner .wrapper-center > h2 {
    margin-bottom: 30px;
  }
  .top-banner .wrapper-center > h1 {
    margin-bottom: 30px;
  }
  .top-banner .wrapper-center > img {
    padding-bottom: 30px;
  }
  .top-banner .wrapper-center .panel-title-small span {
    color: #FFFFFF;
  }
  .top-banner .wrapper-center-50 {
    text-align: center;
    margin: auto;
    width: 100%;
    color: #FFFFFF;
    padding: 0 15px;
  }
  .top-banner .wrapper-center-50 > h3 {
    margin-bottom: 30px;
  }
  .top-banner .wrapper-center-50 > h2 {
    margin-bottom: 30px;
  }
  .top-banner .wrapper-center-50 > h1 {
    margin-bottom: 30px;
  }
  .top-banner .wrapper-center-50 > img {
    padding-bottom: 30px;
  }
  .top-banner .wrapper-center-50 .panel-title-small span {
    color: #FFFFFF;
  }
  .heat-pump .top-banner img {
    display: block;
  }
  .heat-pump .top-banner .wrapper-center-40 {
    top: 45%;
    position: absolute;
    transform: translateY(-50%);
  }
  .centered-list {
    display: inline-flex;
    flex-direction: column;
    text-align: left;
  }
  .top-banner img {
    display: block;
  }
  .top-banner .wrapper-center-50 {
    top: 45%;
    position: absolute;
    transform: translateY(-50%);
  }
  .desktop-version {
    display: none !important;
  }
  .row:not(:last-child) > div {
    margin-bottom: 40px;
  }
  .row:last-child > div:not(:last-child) {
    margin-bottom: 40px;
  }
  .mobile-column-reverse {
    display: flex;
    flex-flow: column-reverse;
  }
  .testimonials-content > p {
    font-size: 1rem;
  }
  .vps-inner > .wrapper .vps-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .imgDisplayNone {
    width: 100%;
  }
  .videoID {
    width: 400px;
    height: 300px;
  }
  .videoID iframe {
    width: 400px;
    height: 300px;
  }
  .page-tabs-top {
    margin-bottom: 20px;
  }
  .img-fullMobile img {
    width: 100%;
    height: 100%;
  }
  a.pdf {
    display: flex;
    align-items: center;
  }
}
ul.tabs {
  display: flex;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}
ul.tabs li {
  display: inline-block;
  text-align: center;
  position: relative;
}
ul.tabs li.changeColor {
  background: #FFFFFF !important;
}
ul.tabs li:nth-child(1) {
  background: #eee;
}
ul.tabs li:nth-child(1) a {
  color: #05007F;
}
ul.tabs li:nth-child(2) {
  background: #FAB639;
}
ul.tabs li:nth-child(3) {
  background: #F69A3A;
}
ul.tabs li:nth-child(4) {
  background: #FF5757;
}
ul.tabs li:nth-child(5) {
  background: #2F2F2F;
}
ul.tabs li:last-child {
  background: #05007F;
}
ul.tabs li:last-child.red {
  background: #FF5757;
}
ul.tabs li:last-child.dark-grey {
  background: #2F2F2F;
}
ul.tabs li a {
  color: #FFFFFF;
  display: block;
}
ul.tabs li a.active {
  color: #FF5757;
  background: url(../images/icon_arrow2.svg) no-repeat;
  background-position: center bottom;
  font-weight: 700;
}
ul.tabs li a.active path {
  stroke: #FF5757;
}
ul.tabs li a.active circle {
  stroke: #FF5757;
}
ul.tabs li a.active line {
  stroke: #FF5757;
}
ul.tabs li a span {
  display: block;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .interested-points-field {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
  .page-banner img {
    display: block;
  }
  .page-tabbedPanels .wrapper .page-tabs-wrapper {
    text-align: center;
  }
  .key-features {
    padding-left: 20px;
  }
  .key-features b {
    margin-bottom: 8px;
  }
  .key-features li {
    text-align: left;
  }
  .list-title li {
    text-align: left;
  }
}
.key-features li {
  margin-bottom: 12px;
}
.key-features li:last-child {
  margin-bottom: 0;
}

.interested-points-field ul {
  list-style: none;
  width: 100%;
  float: left;
  padding: 0;
}
.interested-points-field li {
  display: inline-block;
  float: left;
  position: relative;
  padding: 10px 20px 10px 30px;
  font-size: 16px;
  width: 33.33%;
  color: #05007F;
}
.interested-points-field input {
  position: absolute;
  left: 0;
  top: 13px;
  display: inline-block;
  padding: 0 !important;
  width: 18px !important;
  height: 18px;
  float: left;
}

@media (min-width: 1280px) {
  .wrapper {
    padding: 0 48px;
    max-width: 100%;
    margin: 0 auto;
  }
  .panelContainer .wrapper,
  .page-tabbedPanels .wrapper {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
@media (min-width: 1600px) {
  .panelContainer .wrapper,
  .page-tabbedPanels .wrapper {
    padding-left: 163px !important;
    padding-right: 163px !important;
  }
}
@media (min-width: 1920px) {
  .panelContainer .wrapper,
  .page-tabbedPanels .wrapper {
    padding-left: 281px !important;
    padding-right: 281px !important;
    width: 1920px;
  }
}
@media (max-width: 767px) {
  .interested-points-field li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .homepage .header-bottom {
    position: absolute;
    z-index: 112;
  }
  .homebanner {
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: revert;
    position: relative;
  }
  .page-banner + .home-tabbedPanels ul.tabs {
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0;
  }
  .panelContainer {
    display: inline-block;
    width: 100%;
  }
  .panelContainer.home-section .row > div:nth-child(odd) {
    padding-right: 30px;
    padding-left: 0;
  }
  .panelContainer.home-section .row > div:nth-child(even) {
    padding-left: 30px;
    padding-right: 0;
  }
  .panelContainer.home-section .row .panel-title-small span {
    margin-left: 10px;
    vertical-align: middle;
  }
  .home-section .panel .row {
    max-width: 1000px;
    margin: auto;
  }
  .home-section .panel .row h2 {
    margin-bottom: 30px;
  }
  .home-section .panel .row h3 {
    margin-bottom: 30px;
  }
  .home-section-middle .row {
    margin-bottom: 5px;
  }
  .home-section-middle .row > div:nth-child(odd) {
    padding-right: 0;
    padding-left: 0;
  }
  .home-section-middle .row > div:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }
  .home-section-middle > h2:not(.panel-title-small) {
    margin-bottom: 50px;
    text-align: center;
  }
  .home-section-middle > h3 {
    margin-bottom: 50px;
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .panelContainer {
    padding-top: 80px;
  }
  .page-banner + .home-tabbedPanels ul.tabs {
    margin-top: -184px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .panelContainer {
    padding-top: 40px;
  }
  .page-banner + .home-tabbedPanels ul.tabs {
    margin-top: -177px;
  }
}
@media (max-width: 767px) {
  .panelContainer {
    padding-top: 30px;
  }
  .page-banner + .home-tabbedPanels ul.tabs {
    margin-top: -80px;
  }
  .home-section .panel .row {
    max-width: 767px;
    margin: auto;
  }
  .home-section .panel h2 {
    margin-bottom: 20px;
  }
  .home-section .panel h3 {
    margin-bottom: 20px;
  }
  .home-section-middle > h2 {
    margin-bottom: 20px;
  }
  .home-section-middle > h3 {
    margin-bottom: 20px;
  }
  .homebanner {
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .homebanner .wrapper {
    width: 100%;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    margin: auto;
    left: 0;
    transform: translateY(-50%);
  }
  .homebanner .wrapper .home-get-quote {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
  }
  .homebanner .wrapper .home-get-quote .site-button {
    display: block;
    max-width: -moz-max-content;
    max-width: -webkit-max-content;
    max-width: -o-max-content;
    margin: 8px auto 0px;
  }
  .homebanner .wrapper .home-get-quote .home-get-quote-bottom {
    display: inline-block;
    width: 100%;
    font-size: 0.8rem;
    font-weight: 700;
    max-width: 100%;
    text-align: center;
    margin-top: 10px;
    font-weight: 800;
  }
}
.home-section-middle .panel-title-small {
  text-align: center;
  padding: 0 15px;
}
.home-section-middle .panel-title-small + h2 {
  padding: 0 15px;
}
.home-section-middle .panel-title-small + h3 {
  padding: 0 15px;
}

.group_picture_tint {
  background-color: #8b887e;
  background-blend-mode: multiply;
}

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

.group_picture_banner_position {
  background-position: center;
}

.meet-us-img-size {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  max-width: 447px;
  max-height: 447px;
}

.top-padding-meet-us-page {
  padding-top: 40px;
}

.spanStyle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.button-meet-our-team-padding {
  margin-top: 30px;
  vertical-align: middle;
}

@media (max-width: 1000px) {
  .page-tabs-wrapper-mobile-alignment {
    text-align: center;
    padding: 20px 20px 20px 20px;
  }
  .img-padding-reece {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-padding-meet-us-page {
    padding-top: 0px;
  }
  .paragraph-padding {
    padding-bottom: 50px;
  }
  .top-padding-button {
    margin-top: 50px;
  }
}
@media (min-width: 1000px) {
  .page-tabs-wrapper-mobile {
    display: none;
  }
  .top-wrapper-padding {
    padding-top: 5px;
  }
}
.header-contact {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
}
.header-contact > .header-contact-wrapper img {
  height: 25px;
  position: relative;
  top: -2px;
}
.header-contact > .header-contact-wrapper svg {
  height: 25px;
  vertical-align: text-top;
}

@media (min-width: 1280px) {
  .nav {
    padding: 0 0 0 48px;
  }
  .header-contact {
    padding: 0 48px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .nav {
    padding: 0 0 0 40px;
  }
  .header-contact {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .overflow {
    overflow-y: hidden;
  }
  .logo {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo a:last-child {
    display: inherit;
  }
  .logo a img {
    max-width: 100%;
  }
  .header-top {
    background: #05007F;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 65px;
    width: 100%;
  }
  .header-top #nav {
    padding: 0;
    position: fixed;
    display: block;
    top: 0;
    left: -150%;
    margin: auto;
    z-index: 112;
    width: 90%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header-top #nav.navOpen {
    left: 0;
    opacity: 1;
    visibility: visible;
    background: #05007F;
    width: calc(100% - 60px);
  }
  .header-top #nav ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
  }
  .header-top #nav ul.main-submenu {
    margin-top: 56px;
  }
  .header-top #nav ul li.nav-1 a.level-top img {
    display: none;
  }
  .header-top #nav ul li {
    display: block;
    width: 100%;
  }
  .header-top #nav ul li.nav-1 {
    padding: 20px;
  }
  .header-top #nav ul li.nav-1:first-child {
    border-top: 1px solid #767FFF;
  }
  .header-top #nav ul li.nav-2 {
    padding: 0 0 20px 0;
  }
  .header-top #nav ul li.nav-2:first-child {
    padding-top: 20px;
  }
  .header-top #nav ul li .submenu {
    display: none;
  }
  .header-top #nav ul li.parentToggle {
    background: #FFFFFF;
  }
  .header-top #nav ul li.parentToggle > a.level-top {
    color: #05007F !important;
  }
  .header-top #nav ul li.parentToggle > a.level-top:after {
    content: url(../images/icon_arrow_red.svg) !important;
  }
  .header-top #nav ul li.parentToggle:hover > a.level-top {
    color: #0700BD !important;
  }
  .header-top #nav ul li.parentToggle .submenu {
    height: 50vh;
  }
  .header-top #nav ul li.parentToggle .submenu li .level-top {
    color: #05007F;
  }
  .header-top #nav ul li a {
    font-weight: 700;
    font-size: 1.1rem;
  }
  .header-top #nav .main-submenu .nav-1 {
    position: relative;
  }
  .header-top #nav .main-submenu .nav-1 > a.level-top {
    color: #FFFFFF;
    width: 100%;
    display: block;
    position: relative;
  }
  .header-top #nav .main-submenu .nav-1 > a.level-top > span.info:after {
    display: inline-block;
  }
  .header-top #nav .main-submenu .nav-1:not(:last-child) {
    border-bottom: 1px solid #767FFF;
  }
  .header-top #nav .main-submenu .nav-1.parent .level-top:after {
    content: url(../images/icon_arrow1.svg);
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
  }
  .header-top .menuOverlay {
    position: fixed;
    left: -150%;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .header-top .menuOverlay.overlayOpen {
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
  }
  .nav {
    position: relative;
  }
  .nav .burgerMenu {
    display: block;
    position: absolute;
    z-index: 113;
    top: 15px;
    left: 15px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    cursor: pointer;
  }
  .nav .burgerMenu:after {
    content: "Explore";
    display: inline-block;
    margin-left: 40px;
    font-size: 1.1rem;
    color: #FFFFFF;
  }
  .nav .burgerMenu.burgerOpen .bar2 {
    margin-left: 8px;
    width: 17px;
  }
  .nav .burgerMenu > span {
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    display: block;
    position: absolute;
    left: 0;
  }
  .nav .burgerMenu > span.bar2 {
    top: 12px;
  }
  .nav .burgerMenu > span.bar3 {
    top: 100%;
  }
  .nav .icon-close {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: calc(100% - 60px);
    right: auto;
    background: #FFFFFF;
    padding: 15px 18px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
  }
  .nav .icon-close svg {
    margin-bottom: -5px;
  }
  .header-contact {
    padding: 0;
    float: right;
    padding: 15px;
    background: #FFFFFF;
  }
  .header-contact .header-contact-wrapper a svg path {
    stroke: #FF5757;
  }
}
@media (min-width: 768px) {
  .header-top {
    width: 100%;
  }
  .nav {
    background: #05007F;
    float: left;
  }
  .header-contact {
    display: flex;
    justify-content: flex-end;
    height: 56px;
    align-items: center;
  }
  ul.main-submenu {
    margin: 0;
    padding: 0;
  }
  ul.main-submenu > li {
    display: inline-block;
    padding: 14px 18px;
    line-height: 1.8;
  }
  ul.main-submenu > li.home-link {
    font-size: 0;
  }
  ul.main-submenu > li:first-child {
    padding-left: 0;
  }
  ul.main-submenu > li:last-child {
    padding-right: 23px;
  }
  ul.main-submenu > li:not(.parent):hover {
    background: #FFFFFF;
    box-shadow: 0px 27px 20px rgba(0, 0, 0, 0.1607843137);
  }
  ul.main-submenu > li:not(.parent):hover > .level-top {
    display: block;
    color: #05007F !important;
    background: #FFFFFF;
  }
  ul.main-submenu > li:not(.parent):first-child {
    background-color: transparent !important;
  }
  ul.main-submenu > li:not(.parent):first-child > .level-top {
    background: transparent;
  }
  ul.main-submenu > li.parent {
    position: relative;
    cursor: pointer;
  }
  ul.main-submenu > li.parent.parentToggle {
    background: #FFFFFF;
    box-shadow: 0px 27px 20px rgba(0, 0, 0, 0.1607843137);
  }
  ul.main-submenu > li.parent.parentToggle > .level-top {
    color: #05007F;
  }
  ul.main-submenu > li.parent.parentToggle > .level-top:after {
    content: url("../images/icon_arrow_red.svg");
  }
  ul.main-submenu > li.parent > .level-top:after {
    content: url("../images/icon_arrow1.svg");
    display: inline-block;
    margin-left: 12px;
  }
  ul.main-submenu > li img {
    width: 16px;
    position: relative;
    top: -3px;
  }
  ul.main-submenu > li > .level-top {
    display: block;
    width: 100%;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
  }
  ul.submenu {
    position: absolute;
    padding: 0;
    list-style: none;
    width: 250px;
    background: #FFFFFF;
    box-shadow: 0px 27px 20px rgba(0, 0, 0, 0.1607843137);
    left: 0;
    top: 52px;
    z-index: 113;
    display: none;
  }
  ul.submenu li.nav-2 {
    padding: 12px 18px 12px;
  }
  ul.submenu li.nav-2:first-child {
    padding-top: 12px;
  }
  ul.submenu li.nav-2 .level-top {
    color: #05007F;
    font-weight: 500;
  }
  ul.submenu li.nav-2:hover a.level-top {
    color: #FF2323 !important;
  }
  .header-contact .header-contact-wrapper a {
    text-decoration: none;
    color: #05007F;
    font-weight: 800;
    font-size: 1.125rem;
  }
  .header-contact .header-contact-wrapper a span {
    margin-left: 10px;
  }
  .header-contact .header-contact-wrapper a svg path {
    stroke: #FF5757;
  }
  .header-bottom {
    clear: left;
  }
  .logo {
    display: inline-block;
    padding: 30px 0;
  }
  .logo a:last-child {
    display: inherit;
  }
  .get-quote {
    display: inline-block;
    float: right;
    padding: 35px 0;
  }
  .get-quote .get-quote-bottom {
    width: 100%;
    font-size: 0.8rem;
    font-weight: 700;
    max-width: 257px;
    text-align: center;
    margin-top: 10px;
  }
  .home-get-quote {
    background: rgba(255, 255, 255, 0.8);
    width: 450px;
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .home-get-quote .site-button {
    margin-top: 20px;
  }
  .home-get-quote .home-get-quote-bottom {
    display: inline-block;
    width: 100%;
    font-size: 0.8rem;
    font-weight: 700;
    max-width: 257px;
    text-align: center;
    margin-top: 10px;
    font-weight: 800;
  }
}
@media (max-width: 767px) {
  .homepage .header-bottom {
    z-index: 1;
  }
  .mobile-header {
    position: absolute;
    width: 100%;
    height: 56px;
    background: #05007F;
    left: 0px;
    top: 0px;
    z-index: 991;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .overflow {
    overflow-y: hidden;
  }
  .homepage .header-bottom {
    z-index: 1;
  }
  .header-top {
    background: #05007F;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
  }
  .header-top #nav {
    padding: 0;
    position: fixed;
    display: block;
    top: 0;
    left: -150%;
    margin: auto;
    z-index: 112;
    width: 90%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header-top #nav.navOpen {
    left: 0;
    opacity: 1;
    visibility: visible;
    background: #05007F;
    width: calc(100% - 222px);
  }
  .header-top #nav ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
  }
  .header-top #nav ul.main-submenu {
    margin-top: 56px;
  }
  .header-top #nav ul li.nav-1 a.level-top img {
    display: none;
  }
  .header-top #nav ul li {
    display: block;
    width: 100%;
  }
  .header-top #nav ul li.nav-1 {
    padding: 20px;
  }
  .header-top #nav ul li.nav-1:first-child {
    border-top: 1px solid #767FFF;
  }
  .header-top #nav ul li.nav-2 {
    padding: 0 0 20px 0;
  }
  .header-top #nav ul li.nav-2:first-child {
    padding-top: 20px;
  }
  .header-top #nav ul li .submenu {
    display: none;
    position: static;
    width: 100%;
    box-shadow: none;
  }
  .header-top #nav ul li.parentToggle {
    background: #FFFFFF;
  }
  .header-top #nav ul li.parentToggle > a.level-top {
    color: #05007F !important;
  }
  .header-top #nav ul li.parentToggle > a.level-top:after {
    content: url(../images/icon_arrow_red.svg) !important;
  }
  .header-top #nav ul li.parentToggle:hover > a.level-top {
    color: #0700BD !important;
  }
  .header-top #nav ul li.parentToggle .submenu {
    height: 50vh;
  }
  .header-top #nav ul li.parentToggle .submenu li .level-top {
    color: #05007F;
  }
  .header-top #nav ul li a {
    font-weight: 700;
    font-size: 1.1rem;
  }
  .header-top #nav .main-submenu .nav-1 {
    position: relative;
  }
  .header-top #nav .main-submenu .nav-1 > a.level-top {
    color: #FFFFFF;
    width: 100%;
    display: block;
    position: relative;
  }
  .header-top #nav .main-submenu .nav-1 > a.level-top > span.info:after {
    display: inline-block;
  }
  .header-top #nav .main-submenu .nav-1:not(:last-child) {
    border-bottom: 1px solid #767FFF;
  }
  .header-top #nav .main-submenu .nav-1.parent .level-top:after {
    content: url(../images/icon_arrow1.svg);
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
  }
  .header-top .menuOverlay {
    position: fixed;
    left: -150%;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .header-top .menuOverlay.overlayOpen {
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
  }
  .header-contact {
    background: #FFFFFF;
    padding: 0 40px 0 24px;
  }
  .header-contact .header-contact-wrapper a {
    display: flex;
    align-items: center;
  }
  .header-contact .header-contact-wrapper a .table-version-hide {
    display: inline-block !important;
  }
  .nav {
    padding: 0;
    position: relative;
  }
  .nav .burgerMenu {
    display: block;
    position: absolute;
    z-index: 113;
    top: 15px;
    left: 15px;
    width: 25px;
    height: 25px;
    cursor: pointer;
  }
  .nav .burgerMenu:after {
    content: "Explore";
    display: inline-block;
    margin-left: 40px;
    font-size: 1.1rem;
    color: #FFFFFF;
  }
  .nav .burgerMenu.burgerOpen .bar2 {
    margin-left: 8px;
    width: 17px;
  }
  .nav .burgerMenu > span {
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    display: block;
    position: absolute;
    left: 0;
  }
  .nav .burgerMenu > span.bar2 {
    top: 12px;
  }
  .nav .burgerMenu > span.bar3 {
    top: 100%;
  }
  .nav .icon-close {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: calc(100% - 222px);
    right: auto;
    background: #FFFFFF;
    padding: 15px 18px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
  }
  .nav .icon-close svg {
    margin-bottom: -5px;
  }
  html.overflow .nav .icon-close.mobile-version {
    display: block !important;
  }
  .mobile-header {
    position: absolute;
    width: 100%;
    height: 56px;
    background: #05007F;
    left: 0px;
    top: 0px;
    z-index: 991;
  }
}
.col-wrapper {
  display: grid !important;
  grid-column-gap: 48px;
  grid-template-columns: 34% 61%;
  width: 100%;
}

.col-right-top {
  min-width: 0;
}

.col-right-inner-wrapper {
  display: grid !important;
  grid-column-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.col-link-wrapper {
  display: grid !important;
  grid-column-gap: 48px;
  grid-template-columns: 48% 41%;
  width: 100%;
}

.footer-content .panel-title-small-black,
.footer-content .panel-title-small-black h3,
.footer-content .panel-title-small-black h3 span {
  color: #05007F;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0px;
  letter-spacing: 0;
}
.footer-content .panel-title-small-black {
  margin-bottom: 32px;
}
.footer-content ul {
  display: block !important;
  width: 100%;
}
.footer-content ul > li:not(:last-child) {
  margin-bottom: 16px;
}
.footer-content ul a {
  color: #05007F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.footer-content ul a:hover {
  text-decoration-line: underline;
}

@media (max-width: 767px) {
  .vps img,
  .footer-content img,
  .footer-bottom img {
    width: auto;
  }
  .footer-bottom .row {
    align-items: center;
  }
  .footer-content div.wrapper {
    padding: 0 24px;
  }
  .footer-content .col-wrapper,
  .footer-content .col-right-inner-wrapper {
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }
  .footer-content .col-right-top,
  .footer-content .col-left-inner {
    width: 100%;
    min-width: 0;
  }
  .footer-content .col-right-inner-wrapper {
    row-gap: 0;
  }
  .footer-content .col-right-inner-wrapper .col-left-inner {
    padding: 20px 0;
    border-top: 1px solid #eee;
  }
  .footer-content .col-right-inner-wrapper ul {
    margin-bottom: 0;
  }
  .footer-content .col-right-inner-wrapper li {
    margin-right: 0 !important;
    white-space: normal !important;
  }
  .footer-content .col-right-inner-wrapper a {
    overflow-wrap: anywhere;
  }
  .footer-content .panel-title-small-black {
    margin-top: 20px;
  }
  .footer-content p {
    font-size: 16px;
  }
  .footer-serification h3 {
    font-size: 16px;
  }
  .footer-content .col-right-inner-wrapper .col-left-inner ul {
    column-gap: 15px;
  }
  .icon-close.mobile-version img {
    width: 20px;
  }
}
.blog .pageWrapper > .wrapper, .single-post .pageWrapper > .wrapper {
  display: inline-block;
  width: 100%;
}

.blog hr {
  margin: 0 0 30px 0;
}

.single-post hr {
  margin: 30px 0;
}

.single-post h1, .single-post h2 {
  margin-bottom: 30px;
}
.single-post h1 a, .single-post h2 a {
  color: #05007F;
}

.blog h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.blog h2 a {
  color: #05007F;
}

.blog h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.blog h3 a {
  color: #05007F;
}

.blog h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.blog h4 a {
  color: #05007F;
}

.blog .footer-nav-widgets-wrapper ul, .single-post .footer-nav-widgets-wrapper ul {
  list-style: none;
  padding: 0;
}
.blog .footer-nav-widgets-wrapper ul li, .single-post .footer-nav-widgets-wrapper ul li {
  margin-bottom: 10px;
}

.blog .pagination, .single-post .pagination {
  display: inline-block;
  width: 100%;
}
.blog .pagination .screen-reader-text, .single-post .pagination .screen-reader-text {
  display: block;
}
.blog .pagination .nav-links, .single-post .pagination .nav-links {
  margin-bottom: 30px;
}
.blog .pagination .nav-links .prev, .single-post .pagination .nav-links .prev {
  margin-right: 20px;
}
.blog .pagination .nav-links .next, .single-post .pagination .nav-links .next {
  margin-left: 20px;
}

.blog .pagination h3 {
  text-align: center;
  margin-bottom: 20px;
}
.blog .pagination .nav-links {
  text-align: center;
}
.blog .pagination .nav-links span.prev {
  display: none;
}
.blog .pagination .nav-links a.prev {
  margin: 0;
  float: left;
  color: #FAB639;
}
.blog .pagination .nav-links a.prev:before {
  content: url("/web/images/arrow_right_long_yellow.svg");
  display: inline-block;
  margin-right: 15px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.blog .pagination .nav-links a.prev:hover {
  color: #FF5757;
}
.blog .pagination .nav-links a.prev:hover:before {
  content: url("/web/images/arrow_right_long_red.svg");
}
.blog .pagination .nav-links a.next {
  float: right;
  margin: 0;
  color: #FAB639;
}
.blog .pagination .nav-links a.next:after {
  content: url("/web/images/arrow_right_long_yellow.svg");
  margin-left: 15px;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.blog .pagination .nav-links a.next:hover {
  color: #FF5757;
}
.blog .pagination .nav-links a.next:hover:after {
  content: url("/web/images/arrow_right_long_red.svg");
}
.blog .featured-media img {
  width: 100%;
  height: 100%;
  display: block;
}

.single-post .pagination-single .pagination-single-inner a.previous-post {
  margin: 0;
  color: #FAB639;
}
.single-post .pagination-single .pagination-single-inner a.previous-post:before {
  content: url("/web/images/arrow_right_long_yellow.svg");
  display: inline-block;
  margin-right: 15px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.single-post .pagination-single .pagination-single-inner a.previous-post:hover {
  color: #FF5757;
}
.single-post .pagination-single .pagination-single-inner a.previous-post:hover:before {
  content: url("/web/images/arrow_right_long_red.svg");
}
.single-post .pagination-single .pagination-single-inner a.next-post {
  float: right;
  margin: 0;
  color: #FAB639;
}
.single-post .pagination-single .pagination-single-inner a.next-post:after {
  content: url("/web/images/arrow_right_long_yellow.svg");
  margin-left: 15px;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.single-post .pagination-single .pagination-single-inner a.next-post:hover {
  color: #FF5757;
}
.single-post .pagination-single .pagination-single-inner a.next-post:hover:after {
  content: url("/web/images/arrow_right_long_red.svg");
}

@media screen and (min-width: 768px) {
  .blog main, .single-post main {
    width: 100%;
  }
  .blog #site-content > .row > div {
    margin-bottom: 30px;
  }
  .blog #site-content > .row > div:not(.pagination-wrapper):nth-child(odd) {
    padding-right: 30px;
    padding-left: 0;
  }
  .blog #site-content > .row > div:not(.pagination-wrapper):nth-child(even) {
    padding-left: 30px;
    padding-right: 0;
  }
  .blog #site-content > .row > div.pagination-wrapper {
    width: 100%;
  }
  .blog #site-content > .row > div .row > div:nth-child(odd) {
    padding-right: 20px;
    padding-left: 0;
  }
  .blog #site-content > .row > div .row > div:nth-child(even) {
    padding-left: 20px;
    padding-right: 0;
  }
  .blog.category-case-studies #site-content > .row > div .row > div.col-12:nth-child(odd),
  .blog.category-case-studies #site-content > .row > div .row > div.col-12:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
  .blog figure, .single-post figure {
    margin-bottom: 30px;
  }
  .post-flex-inner {
    display: flex;
  }
  .single-post .pageWrapper > .wrapper {
    background: #eee;
  }
  .single-post .pageWrapper > .wrapper #site-content {
    padding: 30px 0;
  }
  .single-post .pageWrapper > .wrapper #site-content article {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 0 15px;
  }
  .single-post .pageWrapper > .wrapper #site-content article img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .blog .top-banner {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .blog .top-banner {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .blog figure, .single-post figure {
    margin-bottom: 0;
  }
  .blog .top-banner {
    margin-bottom: 20px;
  }
  .blog #site-content > .row > div:not(.pagination-wrapper) {
    padding: 0;
  }
  .blog #site-content > .row > div.pagination-wrapper {
    width: 100%;
  }
  .blog #site-content > .row > div .row > div {
    padding: 0;
  }
  .single-post #site-content .featured-media {
    margin-bottom: 20px;
  }
  .single-post #site-content img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .single-post #site-content iframe {
    width: 100%;
    height: 100%;
    display: block;
  }
  .single-post .pagination-single .pagination-single-inner a.previous-post {
    float: none;
    margin-bottom: 20px;
    display: block;
  }
  .single-post .pagination-single .pagination-single-inner a.next-post {
    float: none;
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
