*:focus, .hs-form-checkbox-display:focus-within,
.hs-form-checkbox-display:focus,
label:focus-within,
a.wpb_single_image:focus,
a.vc_single_image-wrapper:focus,
button.slick-arrow:focus {
  outline: 1px dotted #00827C !important;
  outline: 5px auto -webkit-focus-ring-color !important; }

.skip-to-content-link {
  width: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  transform: translateY(-100%);
  left: 0;
  background-color: #00827C;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  color: #fff !important;
  text-align: center;
  z-index: 200;
  transition: top 2s ease-out, background 2s linear;
  z-index: 999999; }

.skip-to-content-link:focus,
.skip-to-content-link:hover {
  position: fixed;
  transform: translateY(0%);
  transition: top 0.2s ease-in, background 0.5s linear; }

p.hero_sub_heading {
  color: #1A73E8 !important;
  margin-bottom: 0 !important;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 66px; }
  @media screen and (max-width: 767px) {
    p.hero_sub_heading {
      text-align: center !important;
      font-size: 24px !important;
      line-height: 26px !important; } }
#flip-card .vc-hoverbox .vc-hoverbox-front {
  transition: 0.75s ease all; }

#flip-card .vc-hoverbox.card_flip .vc-hoverbox-back {
  transform: rotateY(0deg) !important; }

#flip-card .vc-hoverbox.card_flip .vc-hoverbox-front {
  transform: rotateY(180deg) !important; }

.entry-content {
  position: relative; }

#openForm {
  transform-origin: 100% 100%;
  transform: rotate(-90deg) translateY(100%);
  padding: 16px 30px;
  right: 0;
  position: absolute; }
  #openForm:focus {
    outline: 0 !important;
    box-shadow: 0 !important; }

#openForm,
#formEl {
  background: #F07824;
  display: block;
  border-radius: 30px 30px 0px 0px;
  padding: 16px 30px; }

#floatingForm {
  position: absolute;
  right: 0;
  z-index: 999; }
  #floatingForm #formEl {
    margin-top: 60px;
    border-radius: 30px 0px 0px 30px;
    padding: 60px 50px 36px;
    box-shadow: 0px 30px 100px 0px #0D1E4680;
    transform: translateX(0%);
    transition: 0.5s ease all;
    color: #fff; }
  #floatingForm #closeForm {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    padding: 0;
    color: #fff;
    line-height: 36px;
    z-index: 10; }
  #floatingForm .gform_wrapper {
    width: 495px; }
    #floatingForm .gform_wrapper .gform_title {
      color: #fff;
      font-size: 24px;
      font-weight: 600;
      line-height: 26.4px; }
    #floatingForm .gform_wrapper form input[type=text], #floatingForm .gform_wrapper form input[type=email], #floatingForm .gform_wrapper form input[type=tel], #floatingForm .gform_wrapper form textarea {
      border: none;
      border-bottom: 3px solid #D8D8D8;
      font-size: 16px;
      font-weight: 500;
      line-height: 22px;
      letter-spacing: 0em;
      height: 29px;
      padding: 0px;
      box-shadow: none;
      color: #fff;
      font-family: "Euclid Circular B";
      background: transparent;
      margin-bottom: 10px; }
      #floatingForm .gform_wrapper form input[type=text]::-moz-placeholder, #floatingForm .gform_wrapper form input[type=email]::-moz-placeholder, #floatingForm .gform_wrapper form input[type=tel]::-moz-placeholder, #floatingForm .gform_wrapper form textarea::-moz-placeholder {
        font-size: 16px;
        color: #fff;
        line-height: 22px;
        font-weight: 500; }
      #floatingForm .gform_wrapper form input[type=text]::placeholder, #floatingForm .gform_wrapper form input[type=email]::placeholder, #floatingForm .gform_wrapper form input[type=tel]::placeholder, #floatingForm .gform_wrapper form textarea::placeholder {
        font-size: 16px;
        color: #fff;
        line-height: 22px;
        font-weight: 500; }
    #floatingForm .gform_wrapper input[type="button"], #floatingForm .gform_wrapper input[type="reset"], #floatingForm .gform_wrapper input[type="submit"] {
      border-radius: 30px;
      padding: 18px 28px;
      height: 60px;
      margin-top: 10px; }
    #floatingForm .gform_wrapper label {
      visibility: hidden;
      text-indent: -999999px;
      height: 0;
      margin-bottom: 0;
      display: inherit; }
    #floatingForm .gform_wrapper .gform_validation_errors {
      padding: 0;
      outline: 0 !important;
      border: 0 !important;
      box-shadow: none !important;
      background: transparent !important;
      margin-bottom: 20px !important; }
      #floatingForm .gform_wrapper .gform_validation_errors > h2 {
        color: #90220a !important; }
    #floatingForm .gform_wrapper .gform-icon, #floatingForm .gform_wrapper ol {
      display: none; }
    #floatingForm .gform_wrapper .gfield_error input[type=text], #floatingForm .gform_wrapper .gfield_error input[type=email], #floatingForm .gform_wrapper .gfield_error input[type=tel], #floatingForm .gform_wrapper .gfield_error textarea {
      border-bottom: 3px solid #c02b0a !important; }
    #floatingForm .gform_wrapper .gfield_error .validation_message {
      display: none; }
  #floatingForm.close #formEl {
    transition: 0.5s ease all;
    transform: translateX(100%); }
  #floatingForm.close #openForm {
    transform: rotate(-90deg) translateY(0%);
    transition-delay: 0.75s; }

@media screen and (max-width: 991px) {
  #openForm {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    border-radius: 15px 15px 0px 0px; }
  .pin-spacer {
    width: 100% !important;
    left: 0px !important; }
  #floatingForm {
    position: absolute;
    right: -30px !important; }
    #floatingForm #formEl {
      border-radius: 15px 0px 0px 15px;
      padding: 30px 30px 15px; }
    #floatingForm .gform_wrapper {
      width: 100%; }
      #floatingForm .gform_wrapper input[type="button"], #floatingForm .gform_wrapper input[type="reset"], #floatingForm .gform_wrapper input[type="submit"] {
        height: auto; }
      #floatingForm .gform_wrapper .gform_validation_errors > h2 {
        font-size: 12px !important;
        line-height: 16px !important;
        margin-right: 26px; } }

.gallery-slider {
  margin: 0px;
  padding: 0px 0px 60px 0px;
  position: relative; }
  .gallery-slider .slick-list {
    padding: 0 23% !important; }
  .gallery-slider .slick-slide {
    padding: 0px 12px; }
    .gallery-slider .slick-slide > div {
      width: 100%; }
    .gallery-slider .slick-slide img {
      max-height: 593px;
      width: auto !important; }
  .gallery-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    padding: 0px;
    font-size: 16px;
    text-indent: -999999px;
    border-radius: 50%;
    left: calc(50% - 52px);
    border: 2px solid #1A73E8;
    height: 35px;
    width: 35px;
    background: url("../png/slide-arrow-2.png") center/40% auto no-repeat;
    left: calc(50% - 25px);
    transform: translateX(-50%) rotate(180deg); }
    .gallery-slider .slick-arrow.slick-next {
      left: calc(50% + 25px);
      transform: translateX(-50%); }
    .gallery-slider .slick-arrow:visited, .gallery-slider .slick-arrow:active, .gallery-slider .slick-arrow:focus {
      outline: 0 !important; }
  @media screen and (max-width: 599px) {
    .gallery-slider .slick-list {
      padding: 0% !important; }
    .gallery-slider .slick-slide img {
      height: auto;
      width: 100% !important;
      max-width: 100%; }
    .gallery-slider .slick-arrow {
      height: 25px;
      width: 25px;
      bottom: 30px;
      left: calc(50% - 12px); }
      .gallery-slider .slick-arrow.slick-next {
        left: calc(50% + 23px); } }
@media only screen and (max-width: 1000px) {
  header.site-header .top-navigation-right nav#site-navigation ul.menu > li:not(.active) > ul.sub-menu {
    display: none !important; } }
/*# sourceMappingURL=style-v2.css.map */