@charset "UTF-8";
/* custom.CSS is compiled from custom.SCSS; make edits to the SCSS file */
/*
 * GLOBAL/DEFAULT
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  line-height: 1.5 !important;
}
html address {
  font-style: normal;
}
html iframe, html img {
  vertical-align: middle;
}
html .lorem {
  background-color: red;
}
html .wpb_text_column a:not(.w-btn) {
  text-decoration: underline;
}
html.no-touch a[href^="tel:"]:not(.w-btn) {
  cursor: text;
  pointer-events: none;
}
html a[href^="tel:"] {
  font-weight: inherit;
  white-space: nowrap;
  text-decoration: none !important;
}
html a[href^="mailto:"] {
  word-break: break-word;
  color: inherit;
}
html .w-image:not(:last-child), html .w-tabs:not(:last-child), html .w-video:not(:last-child), html .g-cols.vc_inner:not(:last-child), html .l-main .w-image.align_right, html .l-main .w-image.align_left {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  html .l-main .w-btn-wrapper, html .l-footer .w-btn-wrapper {
    margin: 1rem 0 !important;
    text-align: center;
  }
  html .l-main .w-btn-wrapper.align_left, html .l-main .w-btn-wrapper.align_right, html .l-footer .w-btn-wrapper.align_left, html .l-footer .w-btn-wrapper.align_right {
    display: block;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  html .l-main .w-btn-wrapper .w-btn, html .l-footer .w-btn-wrapper .w-btn {
    width: 100%;
  }
}
html .l-main .w-image > a, html .l-footer .w-image > a {
  display: inline-block;
}
.mock-h1 p {
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .mock-h1 p {
    font-size: 1.5rem;
  }
}
/* adjust font sizes so that they don't seem too big on tablets or small laptops */
@media screen and (min-width: 768px) and (max-width: 1599px) {
  html, .l-header .widget {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .l-main h1, .mock-h1 p {
    font-size: 2.2rem;
  }
  .l-main h2 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .l-main h1, .mock-h1 p {
    font-size: 3rem;
  }
  .l-main h2 {
    font-size: 2.2rem;
  }
}
/* end font adjustments */
[class*="ul-styled"] ul {
  margin-left: 0;
  list-style-type: none;
}
[class*="ul-styled"] ul > li {
  position: relative;
  padding-left: 1.75em;
}
[class*="ul-styled"] ul > li:before {
  font-family: fontawesome;
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #1990CE;
}
.ul-styled-arrow ul > li:before {
  content: "";
}
.ul-styled-check ul > li:before {
  content: "";
}
/* GLOBAL */
.l-main img {
  border-radius: 0.9rem;
}
.l-main .w-image.align_left, .l-main .w-image.align_right {
  max-width: 35%;
}
@media screen and (max-width: 600px) {
  .l-main .w-image.align_left, .l-main .w-image.align_right {
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}
.gform_wrapper .gfield {
  vertical-align: top;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper textarea, .gform_wrapper select {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-width: 0;
  border-style: solid;
  border-color: #F2F2F2;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.gform_wrapper input[type="text"]:focus, .gform_wrapper input[type="email"]:focus, .gform_wrapper input[type="tel"]:focus, .gform_wrapper textarea:focus, .gform_wrapper select:focus {
  border-color: #045184;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper textarea {
  background-color: #ddeef8;
}
.gform_wrapper input[type="text"]::-webkit-input-placeholder, .gform_wrapper input[type="email"]::-webkit-input-placeholder, .gform_wrapper input[type="tel"]::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder {
  opacity: 1;
}
.gform_wrapper input[type="text"]::-moz-placeholder, .gform_wrapper input[type="email"]::-moz-placeholder, .gform_wrapper input[type="tel"]::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder {
  opacity: 1;
}
.gform_wrapper input[type="text"]:-ms-input-placeholder, .gform_wrapper input[type="email"]:-ms-input-placeholder, .gform_wrapper input[type="tel"]:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder {
  opacity: 1;
}
.gform_wrapper input[type="text"]::-ms-input-placeholder, .gform_wrapper input[type="email"]::-ms-input-placeholder, .gform_wrapper input[type="tel"]::-ms-input-placeholder, .gform_wrapper textarea::-ms-input-placeholder {
  opacity: 1;
}
.gform_wrapper input[type="text"]::placeholder, .gform_wrapper input[type="email"]::placeholder, .gform_wrapper input[type="tel"]::placeholder, .gform_wrapper textarea::placeholder {
  opacity: 1;
}
.gform_wrapper textarea {
  resize: none;
}
.gform_wrapper select::-ms-expand {
  display: none;
}
.gform_wrapper input[type="submit"] {
  width: 100%;
  background-color: #045184;
}
.gform_wrapper input[type="submit"]:hover {
  background-color: #066fb6 !important;
}
.better-youtube-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 ratio*/
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  width: 100%;
  background-color: black;
}
.better-youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}
.better-youtube-embed img {
  border-radius: 0;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.better-youtube-embed:hover img {
  opacity: 0.75;
}
.better-youtube-embed .play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 72px;
  width: 72px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("//i.imgur.com/TxzC70f.png") no-repeat;
  cursor: pointer;
}
.better-youtube-embed:not(:last-child) {
  margin-bottom: 1.5rem;
}
/*.h2-larger {
font-size: 1.75em;
color: $primary-color;
}*/
.accordion .w-tabs-section-title {
  font-weight: 700;
}
.l-footer h2, .l-footer h3 {
  text-transform: uppercase;
}
.l-footer h2 {
  font-size: 1.1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid white;
}
.l-footer h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.l-footer .w-socials .w-socials-item:not(:last-child) {
  margin-right: 1em;
}
.l-footer .w-socials .w-socials-item-link {
  width: 2em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .l-footer, .l-footer .w-socials {
    text-align: center;
  }
}
.l-header {
  border-top: 2px solid #045184;
}
.state_tablets .l-header:not(.sticky) .l-subheader-h, .state_default .l-header:not(.sticky) .l-subheader-h {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.state_mobiles .w-btn, .state_mobiles .header-phone {
  width: 100%;
}
.state_mobiles .l-subheader.at_top {
  background-color: #1990CE;
}
.state_mobiles .l-subheader.at_top .header-phone a {
  background-color: #1990CE;
  color: white;
}
.header-phone a {
  display: block;
  line-height: 1.2;
  padding: 0.7em 1.5em;
  -webkit-box-shadow: inset 0 0 0 2px #1990CE;
  box-shadow: inset 0 0 0 2px #1990CE;
  border-radius: 0.45em;
  color: #1990CE;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-align: center;
}
.header-phone a p {
  margin-bottom: 0;
}
@media screen and (min-width: 601px) {
  .header-phone a a {
    /*&:first-child {
			padding-right: .75em;
			border-right: 1px solid $primary-color;
		}
			&:last-child {
			padding-left: .75em;
		}*/
  }
}
@media screen and (max-width: 600px) {
  .header-phone a a {
    display: block;
    /*&:first-child {
			margin-bottom: .5rem;
		}*/
  }
}
[class*="masthead-"] h1, [class*="masthead-"] .mock-h1 p {
  color: #045184;
}
[class*="masthead-"] h1 .first-line, [class*="masthead-"] h1 .second-line, [class*="masthead-"] .mock-h1 p .first-line, [class*="masthead-"] .mock-h1 p .second-line {
  display: block;
  font-size: 0.75em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  [class*="masthead-"] .l-section-overlay {
    /*background: rgba(255, 255, 255, 0.4)!important;*/
    background: -o-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0) 70%) !important;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(70%, rgba(255, 255, 255, 0))) !important;
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 70%) !important;
  }
}
[class*="masthead-"]:not(.masthead-home) {
  padding-top: 7%;
  padding-bottom: 7%;
}
@media screen and (max-width: 767px) {
  [class*="masthead-"]:not(.masthead-home) h1, [class*="masthead-"]:not(.masthead-home) .mock-h1 p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  [class*="masthead-"]:not(.masthead-home) {
    padding-top: 20%;
    padding-bottom: 0;
  }
  [class*="masthead-"]:not(.masthead-home) .l-section-img, [class*="masthead-"]:not(.masthead-home) .l-section-overlay {
    bottom: auto;
    padding-top: 30%;
  }
  [class*="masthead-"]:not(.masthead-home) .l-section-h {
    padding: 1.5rem 0;
  }
}
.masthead-home .l-section-img {
  background-position: center right;
}
@media screen and (max-width: 767px) {
  .masthead-home .l-section-img {
    background-position: 65% 50%;
  }
}
.masthead-home h1 + .wpb_text_column {
  font-size: 1.25rem;
  color: #045184;
}
@media screen and (max-width: 767px) {
  .masthead-home {
    padding-top: 25% !important;
  }
  .masthead-home .l-section-img, .masthead-home .l-section-overlay {
    bottom: auto;
    padding-top: 40%;
  }
}
[class*="--sidebar"] h2 {
  color: white;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  [class*="--sidebar"] h2 {
    font-size: 1.75rem;
  }
}
[class*="--sidebar"] ul {
  list-style-type: none;
  margin-left: 0;
}
[class*="--sidebar"] li a {
  text-decoration: none !important;
}
[class*="--sidebar"] .special-offers {
  background: #1990CE url("../../../uploads/2020/09/special-offer-texture.svg") no-repeat top left;
  background-size: 96% auto;
  padding: 2rem 1.5rem 1.5rem;
  border-radius: 0.9rem;
}
[class*="--sidebar"] .special-offers ul {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  [class*="--sidebar"] .special-offers ul {
    font-size: 1.35rem;
  }
}
[class*="--sidebar"] .special-offers li {
  border-bottom: 1px solid white;
  padding-bottom: 0.5rem;
}
[class*="--sidebar"] .special-offers li a {
  color: white;
}
[class*="--sidebar"] .secondary-nav {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
[class*="--sidebar"] .secondary-nav li {
  margin-bottom: 0;
  border-bottom: 1px solid #E0E0E0;
}
[class*="--sidebar"] .secondary-nav li a {
  display: block;
  padding: 0.75rem 0.5rem;
  text-transform: uppercase;
}
[class*="--sidebar"] .secondary-nav .siblings-page-list:not(:last-child) .page_item:not(.current_page_item) {
  display: none;
}
[class*="--sidebar"] .secondary-nav .siblings-page-list:not(:last-child) .current_page_item {
  cursor: text;
  padding: 0 1.25em;
  background-color: #f2f2f2;
  border-radius: 0.45rem;
  border-bottom: 0;
}
[class*="--sidebar"] .secondary-nav .siblings-page-list:not(:last-child) .current_page_item:before {
  display: none;
}
[class*="--sidebar"] .secondary-nav .siblings-page-list:not(:last-child) .current_page_item a {
  pointer-events: none;
}
[class*="--sidebar"] .contact-form {
  background-color: #1990CE;
  color: white;
  padding: 2rem 0 1.5rem 0;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0.9rem;
}
[class*="--sidebar"] .contact-form a[href^="tel:"] {
  color: inherit;
}
[class*="--sidebar"] .contact-form .validation_message, [class*="--sidebar"] .contact-form .gf_submission_limit_message, [class*="--sidebar"] .contact-form .gform_wrapper .validation_error, [class*="--sidebar"] .contact-form .gfield_error .gfield_checkbox, [class*="--sidebar"] .contact-form .gfield_error .gfield_radio {
  color: white;
}
@media screen and (min-width: 992px) {
  [class*="--content"] {
    padding-right: 5%;
  }
}
[class*="--content"] .post_image {
  margin-bottom: 1.5rem;
}
.blog--content .blog-heading {
  background-color: #F2F2F2;
  padding: 1rem 0;
  margin-left: 0;
  margin-right: 0;
}
.blog--content h1 {
  text-transform: none;
  font-weight: 900;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.blog--content .post_date {
  color: #666;
}
.solutionreach-reviews iframe {
  width: 100%;
  height: 500px;
  border: 1px solid #1990CE;
}
.contact--body .g-cols:not(.vc_inner) {
  margin: 0;
}
.contact--body .form-column {
  background-color: #1990CE;
  color: white;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 0.9rem;
}
.contact--body .form-column h2, .contact--body .form-column a {
  color: white;
}
.contact--body .form-column h2 {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .contact--body .form-column h2 {
    font-size: 1.75rem;
  }
}
.contact--body .locations-column > .vc_column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact--body .locations-column > .vc_column-inner {
    padding: 0 !important;
  }
}
.contact--body .locations-column > .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact--body .locations-column [class*="office-"] {
  background-color: #F2F2F2;
  border-radius: 0.9rem;
  padding: 1.5rem 1rem 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  overflow: hidden;
}
.contact--body .locations-column [class*="office-"]:not(:last-child) {
  margin-bottom: 1.5rem;
}
.contact--body .locations-column [class*="office-"] .map-link {
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 600px), screen and (min-width: 768px) and (max-width: 1199px) {
  .contact--body .locations-column [class*="office-"] .map-link {
    left: 0;
    padding-bottom: 45%;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px), screen and (min-width: 1200px) {
  .contact--body .locations-column [class*="office-"] .map-link {
    top: 0;
    left: 55%;
  }
}
.contact--body .locations-column [class*="office-"] .map-link:after {
  content: "";
  font-family: fontawesome;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
@media screen and (min-width: 1200px) {
  .contact--body .locations-column [class*="office-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 600px), screen and (min-width: 768px) and (max-width: 1199px) {
  .contact--body .locations-column [class*="office-"] {
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .contact--body .locations-column [class*="office-"] > .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px), screen and (min-width: 1200px) {
  .contact--body .locations-column [class*="office-"] > .wpb_wrapper {
    width: 50%;
  }
}
.contact--body .locations-column .office-map .map-link {
  background-image: url("../../../uploads/2024/04/mississauga-map.jpg");
}
.contact--body .locations-column h2 {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #045184;
}
.contact--body .locations-column a[href^="tel:"] {
  font: 1.5rem;
  color: #1990CE;
}
@media screen and (min-width: 1200px) {
  .contact--body .locations-column a[href^="tel:"] {
    font-size: 1.75rem;
  }
}
.contact--body .locations-column address {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#special-offers .g-cols.vc_inner {
  margin-bottom: 0;
}
#special-offers h2 {
  color: #045184;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #special-offers {
    text-align: center;
  }
}
#blog-grid .w-grid-item {
  -webkit-box-shadow: 2px 2px 20px rgba(51, 51, 51, 0.2);
  box-shadow: 2px 2px 20px rgba(51, 51, 51, 0.2);
  border-radius: 1rem;
  overflow: hidden;
}
#blog-grid img {
  border-radius: 0;
}
#blog-grid .usg_vwrapper_1 {
  padding: 1.5rem;
}
#blog-grid .post_image {
  margin-bottom: 0;
}
.hover-row .vc_column_container.has-link {
  background-color: #1990CE;
}
@media screen and (max-width: 767px) {
  .hover-row .vc_column_container.has-link {
    text-align: center;
  }
}
.hover-row .vc_column_container.has-link .g-cols.vc_inner > .vc_column_container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
}
.hover-row .vc_column_container.has-link .g-cols.vc_inner > .left {
  position: relative;
  background-color: #e6e6e6;
}
.hover-row .vc_column_container.has-link .g-cols.vc_inner > .left h2 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}
.hover-row .vc_column_container.has-link .g-cols.vc_inner > .left p {
  font-size: 1.125rem;
  color: #0F0505;
}
@media screen and (min-width: 768px) {
  .hover-row .vc_column_container.has-link .g-cols.vc_inner > .left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #e6e6e6;
  }
  .hover-row .vc_column_container.has-link .g-cols.vc_inner > .left .wpb_text_column {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.no-touch .hover-row .vc_column_container.has-link:hover {
  background-color: #e6e6e6;
}
.no-touch .hover-row .vc_column_container.has-link:hover .g-cols.vc_inner > .vc_column_container:first-child {
  background-color: #045184;
}
.no-touch .hover-row .vc_column_container.has-link:hover .g-cols.vc_inner > .vc_column_container:first-child:before {
  border-color: transparent transparent transparent #045184;
}
@media screen and (min-width: 768px) {
  #awesome-deals .vc_column_container.has-link .g-cols.vc_inner > .left:before {
    border-width: 79px 0 79px 40px;
  }
}
@media screen and (min-width: 1200px) {
  #awesome-deals .vc_column_container.has-link .g-cols.vc_inner > .left:before {
    border-width: 51px 0 52px 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #awesome-deals .vc_column_container.has-link .g-cols.vc_inner > .left .wpb_text_column {
    max-width: 300px;
  }
}
#home-services .g-cols.vc_inner {
  text-align: center;
}
#home-services .g-cols.vc_inner .w-image {
  margin-bottom: 0.5rem;
}
#home-services .g-cols.vc_inner p {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #1990CE;
}
#home-services .g-cols.vc_inner:hover p {
  color: #0F0505;
}
@media screen and (min-width: 601px) {
  #home-services .g-cols.vc_inner {
    width: 50%;
    display: inline-block;
    margin: 3rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  #home-services .g-cols.vc_inner {
    width: 33.3333%;
  }
}
#home-bio .g-cols:not(.vc_inner) {
  background-color: #F2F2F2;
  border-radius: 3rem;
  -webkit-box-shadow: 3px 5px 17px 0px rgba(51, 51, 51, 0.35);
  box-shadow: 3px 5px 17px 0px rgba(51, 51, 51, 0.35);
  overflow: hidden;
  margin: 0;
}
#home-bio .g-cols:not(.vc_inner) > .vc_column_container:not(.has-link) {
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  #home-bio .vc_column_container.has-link .g-cols.vc_inner > .left:before {
    border-width: 52px 0 52px 26px;
  }
}
@media screen and (min-width: 1200px) {
  #home-bio .vc_column_container.has-link .g-cols.vc_inner > .left:before {
    border-width: 46px 0 47px 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #home-bio .vc_column_container.has-link .g-cols.vc_inner > .left .wpb_text_column {
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  #home-bio {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .w-btn-wrapper {
    width: 100%;
  }
  .w-btn-wrapper.align_left {
    margin-right: 0;
  }
  .w-btn-wrapper.align_right {
    margin-left: 0;
  }
  .w-btn-wrapper .w-btn {
    width: 100%;
  }
}
.internal--cta {
  text-align: center;
  color: white;
}
.internal--cta h2, .internal--cta a {
  color: inherit;
}
.internal--cta .w-post-elm:not(:last-child) {
  margin-bottom: 1.5rem;
}
#home-cta .l-section-h {
  max-width: 89rem;
}
@media screen and (max-width: 1024px) {
  #home-cta .l-section-h {
    -webkit-transform: translateY(-4.5vmax);
    -ms-transform: translateY(-4.5vmax);
    transform: translateY(-4.5vmax);
  }
}
@media screen and (min-width: 1025px) {
  #home-cta .l-section-h {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#home-cta .g-cols.type_default {
  margin: 0;
}
#home-cta .vc_column_container {
  border-radius: 0.9rem;
  -webkit-box-shadow: 0 0 0.9rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0.9rem rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media screen and (max-width: 991px) {
  #home-cta .vc_column_container {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  #home-cta .vc_column_container {
    width: 49%;
  }
  #home-cta .vc_column_container.awesome-deals {
    margin-right: 2%;
  }
}
#home-cta .vc_column_container > .vc_column-inner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
#home-cta h2 {
  font-weight: 400;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1199px) {
  #home-cta h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #home-cta h2 {
    font-size: 1.75rem;
  }
}
#home-cta .awesome-deals {
  background-color: white;
  padding-left: 2rem;
}
#home-cta .awesome-deals:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  border: 2px dashed #E0E0E0;
  border-radius: inherit;
}
#home-cta .awesome-deals:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #E0E0E0;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#home-cta .awesome-deals h2 {
  color: #045184;
  text-transform: uppercase;
}
#home-cta .telemedicine {
  background: #26a3e5 url("../../../uploads/2020/08/telemedicine-texture.svg") no-repeat bottom right;
  background-size: auto 100%;
  padding-right: 6.5rem;
}
#home-cta .telemedicine, #home-cta .telemedicine h2 {
  color: white;
}
#home-cta .telemedicine p {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
}
#home-cta .telemedicine p:after {
  content: "";
  font-family: fontawesome;
  font-weight: 300;
  margin-left: 1rem;
}
#home-cta .telemedicine:after {
  content: "";
  position: absolute;
  top: 2.5rem;
  bottom: 2.5rem;
  right: 1.5rem;
  width: 5rem;
  background: url("../../../uploads/2020/08/telemedicine.svg") no-repeat center;
  background-size: contain;
}
/* testimonials */
.layout_1048 .w-grid-item {
  border: 1px solid #045184;
  padding: 1.5rem;
  text-align: center;
}
.layout_1048 .usg_post_custom_field_1 {
  margin-bottom: 1rem;
}
.layout_1048 .usg_post_custom_field_1 .w-testimonial-rating {
  margin-left: auto;
  margin-right: auto;
  color: #1990CE;
}
.layout_1048 .usg_post_content_1 {
  margin-bottom: 1rem;
}
.grid-list ol, .grid-list ul {
  margin-left: 0;
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
}
.grid-list ol li, .grid-list ul li {
  margin-bottom: 0;
}
.grid-list ol {
  list-style-position: inside;
}
.grid-list ul {
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .grid-list ol, .grid-list ul {
    -ms-grid-columns: 1fr 0.75rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .grid-list[class*="col-"] ol, .grid-list[class*="col-"] ul {
    -ms-grid-columns: 1fr 0.75rem 1fr 0.75rem 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1401px) {
  .grid-list.col-4 ol, .grid-list.col-4 ul {
    -ms-grid-columns: 1fr 0.75rem 1fr 0.75rem 1fr 0.75rem 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
