@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*==========*/
/* GENERAL STYLE */
/*==========*/
/* line 9, ../sass/_theme_2_custom.scss */
body {
  color: #000;
}

/* line 13, ../sass/_theme_2_custom.scss */
h1 {
  color: #008d97;
}

/* line 16, ../sass/_theme_2_custom.scss */
h1.c-rotator--title p {
  line-height: 1.3;
}

/*button styling*/
/* line 23, ../sass/_theme_2_custom.scss */
.c-btn {
  color: #fff;
  background: #008d97;
  border: none;
  margin-top: 10px;
}

/* line 30, ../sass/_theme_2_custom.scss */
.c-btn:hover,
.c-btn:focus,
.c-btn:active {
  background-color: #bfd5d5;
}

/* CONTACT FORM STYLES*/
/* line 38, ../sass/_theme_2_custom.scss */
.form h2 {
  text-align: left;
  color: #016648;
}

/* line 43, ../sass/_theme_2_custom.scss */
.field-label {
  font-weight: bold;
}

/*==========*/
/*==========*/
/*==========*/
/* TOP BAR (Social icons, Contact, Client Login) */
/*==========*/
/* line 61, ../sass/_theme_2_custom.scss */
a.c-header-btn--link {
  font-weight: bold;
}

/* line 65, ../sass/_theme_2_custom.scss */
.c-header-modern .c-topbar {
  background: #e7e7e9;
}

/* line 69, ../sass/_theme_2_custom.scss */
.c-header-modern {
  background: #fff;
}

/* Social Icons */
/* line 76, ../sass/_theme_2_custom.scss */
.c-header-modern .c-social-media .c-social-media--link {
  background: #008d97;
}

/* line 80, ../sass/_theme_2_custom.scss */
.c-header-modern .c-topbar__inner .c-topbar-address--link,
.c-header-modern .c-topbar-phone a,
.c-header-modern .c-topbar-email a {
  color: #333;
  font-size: 14px;
  font-weight: normal;
}

/* line 88, ../sass/_theme_2_custom.scss */
.c-header .c-social-media .br-linkedin:hover {
  color: #fff;
}

/* line 92, ../sass/_theme_2_custom.scss */
.c-header .c-social-media .br-facebook:hover {
  color: #fff;
}

/* line 96, ../sass/_theme_2_custom.scss */
.c-header-modern .c-topbar__inner .c-header-btn--link {
  background: #bfd5d5 !important;
  color: #fff !important;
}

/* line 101, ../sass/_theme_2_custom.scss */
.c-header-modern .c-topbar__inner .c-header-btn--link:hover {
  background: #bfd5d5 !important;
  opacity: 0.75;
}

@media (max-width: 991px) {
  /* line 107, ../sass/_theme_2_custom.scss */
  .c-header-modern .c-topbar__container {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  /* line 113, ../sass/_theme_2_custom.scss */
  .c-header-modern .c-topbar__inner .c-social-media {
    margin: 0 auto;
  }
}
/*==========*/
/*==========*/
/*==========*/
/* NAVIGATION */
/*==========*/
/* line 132, ../sass/_theme_2_custom.scss */
.c-topnav__container .c-topnav__menu-item {
  font-size: 18px;
}

/* line 136, ../sass/_theme_2_custom.scss */
.c-topnav__submenu {
  background: #bfd5d5;
}

/* line 140, ../sass/_theme_2_custom.scss */
.c-topnav__submenu-item:hover {
  background: #008d97;
}

/* ----- nav item underline ----- */
/* line 146, ../sass/_theme_2_custom.scss */
.c-header-modern .c-topnav__menu-item .c-topnav__menu-text span:after {
  background: #008d97;
  height: 5px;
}

/*-----*/
@media (max-width: 991px) {
  /* line 155, ../sass/_theme_2_custom.scss */
  .c-topnav__navbar {
    background: #008d97;
  }

  /* line 158, ../sass/_theme_2_custom.scss */
  .c-topnav__navwrapper.c-circle__expanded {
    background: #bfd5d5;
  }

  /* line 161, ../sass/_theme_2_custom.scss */
  .c-topnav__menu-item .c-topnav__menu-text.c-topnav__menu-text.c-topnav__menu-text {
    color: #fff;
  }

  /* line 164, ../sass/_theme_2_custom.scss */
  .c-topnav__menu-item:hover .c-topnav__menu-text {
    background: #008d97;
    color: #fff;
  }

  /* line 168, ../sass/_theme_2_custom.scss */
  .c-topnav__menu-item .c-topnav__menu-text.c-topnav__menu-text.c-topnav__menu-text {
    color: #fff !important;
  }
}
/*==========*/
/*==========*/
/*==========*/
/* SECTION #1 (3 Column Info Section) */
/*==========*/
/*===== 3 COLUMN CONTACT SECTION =====*/
/* line 191, ../sass/_theme_2_custom.scss */
.contact-columns-container {
  display: flex;
  align-items: stretch;
}

/* line 196, ../sass/_theme_2_custom.scss */
.contact-columns-container > div {
  width: 100px;
  margin: 10px;
  text-align: left;
}

/* line 202, ../sass/_theme_2_custom.scss */
.contact-col-1 {
  flex-grow: 6;
}

/* line 206, ../sass/_theme_2_custom.scss */
.contact-col-1-img {
  float: left;
}

/* line 210, ../sass/_theme_2_custom.scss */
.contact-col-1-img img {
  max-width: 250px;
}

/* line 214, ../sass/_theme_2_custom.scss */
.contact-col-1-content {
  float: right;
  padding-right: 25px;
}

/* line 219, ../sass/_theme_2_custom.scss */
.contact-col-2 {
  flex-grow: 3;
}

/* line 223, ../sass/_theme_2_custom.scss */
.contact-col-2 div i {
  color: #008d97;
  font-size: 18px;
  padding: 5px 0 0 0;
}

/* line 229, ../sass/_theme_2_custom.scss */
.contact-col-2 p {
  padding-left: 35px;
}

/* line 233, ../sass/_theme_2_custom.scss */
.contact-col-3 {
  flex-grow: 2;
}

/* line 237, ../sass/_theme_2_custom.scss */
.contact-col-3-tablet {
  display: none;
}

/* line 241, ../sass/_theme_2_custom.scss */
.contact-col-1,
.contact-col-2 {
  border-right: 2px solid #008d97;
}

@media (min-width: 991px) {
  /* line 247, ../sass/_theme_2_custom.scss */
  .contact-col-1-content, .contact-col-1-img {
    width: 50%;
  }
}
/* ==========*/
/* BUTTONS */
/* ==========*/
/* line 259, ../sass/_theme_2_custom.scss */
.waddell-button {
  background-color: #008d97;
  border: none;
  color: #fff !important;
  padding: 25px 10px;
  /*    width: 200px;*/
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 12px 0px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
}

/* line 275, ../sass/_theme_2_custom.scss */
.waddell-button:hover {
  background: #bfd5d5;
  cursor: pointer;
  color: #fff !important;
}

/* ==========*/
/* SOCIAL ICONS */
/* ==========*/
/* line 290, ../sass/_theme_2_custom.scss */
.circle-social-icon {
  background: #008d97;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}

/* line 299, ../sass/_theme_2_custom.scss */
.facebook-circle:hover {
  background: #3B599B;
}

/* line 303, ../sass/_theme_2_custom.scss */
.linkedin-circle:hover {
  background: #007bb5;
}

/* line 307, ../sass/_theme_2_custom.scss */
.circle-social-icon i {
  color: #fff;
  padding: 10px;
}

/* ==========*/
/* ==========*/
/*==================================================*/
/*================= TABLET VIEW ====================*/
/*==================================================*/
@media (max-width: 1200px) {
  /* line 328, ../sass/_theme_2_custom.scss */
  .contact-col-1 {
    border-right: 2px solid #008d97;
    padding-bottom: 30px;
  }

  /* line 332, ../sass/_theme_2_custom.scss */
  .contact-col-2 {
    border-right: none;
  }

  /* line 335, ../sass/_theme_2_custom.scss */
  .contact-col-3 {
    display: none;
  }

  /* line 338, ../sass/_theme_2_custom.scss */
  .contact-col-3-tablet {
    display: block;
  }
}
/*==================================================*/
/*================= MOBILE VIEW ====================*/
/*==================================================*/
@media (max-width: 991px) {
  /* line 353, ../sass/_theme_2_custom.scss */
  .contact-columns-container {
    flex-direction: column;
  }

  /* line 356, ../sass/_theme_2_custom.scss */
  .contact-columns-container > div {
    width: auto;
  }

  /* line 359, ../sass/_theme_2_custom.scss */
  .contact-col-1 {
    border-right: none;
    margin-bottom: 0 !important;
  }

  /* line 363, ../sass/_theme_2_custom.scss */
  .contact-col-1-img {
    float: none;
  }

  /* line 366, ../sass/_theme_2_custom.scss */
  .contact-col-1-img img {
    max-width: 300px;
  }

  /* line 369, ../sass/_theme_2_custom.scss */
  .contact-col-1-content {
    float: none;
    padding: 0;
  }

  /*
      .contact-col-1-content h2 {
      max-width: 100%;
  }
  */
  /* line 379, ../sass/_theme_2_custom.scss */
  .contact-col-1,
  .contact-col-2 {
    border-bottom: 2px solid #008d97;
  }

  /* line 383, ../sass/_theme_2_custom.scss */
  .contact-col-2 {
    padding-bottom: 10px;
  }

  /* line 386, ../sass/_theme_2_custom.scss */
  .contact-col-3 {
    display: block;
  }

  /* line 389, ../sass/_theme_2_custom.scss */
  .contact-col-3-tablet {
    display: none;
  }
}
/*====================================*/
/*==========*/
/* HERO/ROTATOR SECTION */
/*==========*/
@media (max-width: 991px) {
  /* line 407, ../sass/_theme_2_custom.scss */
  .c-rb-width--medium {
    width: 90%;
  }

  /* line 410, ../sass/_theme_2_custom.scss */
  h1.c-rotator--title p,
  .c-rotator-size--fullwidth .c-rotator-summary__box .c-rotator--description {
    line-height: 1.3;
  }

  /* line 414, ../sass/_theme_2_custom.scss */
  .c-rotator-summary__box a span {
    font-size: 18px;
  }
}
/*==========*/
/*==========*/
/*==========*/
/* SECTION #6 (Testimonials Section) */
/*==========*/
/* line 432, ../sass/_theme_2_custom.scss */
.quote-container {
  display: flex;
  align-items: stretch;
}

/* line 437, ../sass/_theme_2_custom.scss */
.quote-container > div {
  width: 100px;
  margin: 10px;
  text-align: left;
}

/* line 443, ../sass/_theme_2_custom.scss */
.quote-img {
  flex-grow: 3;
  padding-top: 15px;
}

/* line 448, ../sass/_theme_2_custom.scss */
.quote-content {
  flex-grow: 10;
}

@media (max-width: 767px) {
  /* line 453, ../sass/_theme_2_custom.scss */
  .quote-img {
    display: none;
  }
}
/*==================================*/
/* TEXT AND BACKGROUND IMAGE SECTION */
/*==================================*/
/* line 467, ../sass/_theme_2_custom.scss */
.half-text-section {
  width: 65%;
  float: left;
}

/* line 472, ../sass/_theme_2_custom.scss */
.hero-half-text-section {
  background: #fff;
  padding: 3% 5%;
}

@media (max-width: 991px) {
  /* line 478, ../sass/_theme_2_custom.scss */
  .half-text-section {
    width: 100%;
    float: none;
  }

  /* line 482, ../sass/_theme_2_custom.scss */
  .half-text-content {
    padding: 25px;
  }
}
/*==========*/
/*==========*/
/*==========*/
/* FOOTER */
/*==========*/
/* line 502, ../sass/_theme_2_custom.scss */
footer {
  background: #e7e7e9;
}

/* line 506, ../sass/_theme_2_custom.scss */
.footer-container p,
.footer-container a,
.footer-container h4,
.footer-container span,
.footer-container li a {
  color: #333;
}

/* line 513, ../sass/_theme_2_custom.scss */
.footer-container a:hover {
  color: #777 !important;
}

/* line 517, ../sass/_theme_2_custom.scss */
.footer-container p,
.footer-container a,
.footer-container span,
.footer-container li a {
  font-size: 14px;
}

/* line 524, ../sass/_theme_2_custom.scss */
.boker-check-disclaimer {
  margin-top: 0;
}

/*==========*/
/* OTHER */
/*==========*/
/* line 537, ../sass/_theme_2_custom.scss */
.back-to-top {
  background: #008d97;
}

/* line 541, ../sass/_theme_2_custom.scss */
.section_Boxes .c-section-boxes__inner-box {
  padding: 0;
}

/* line 545, ../sass/_theme_2_custom.scss */
.homepage .o-content__container section.section:nth-child(even) {
  background-color: #fff;
}

/* line 549, ../sass/_theme_2_custom.scss */
.c-box__paragraph {
  font-family: "Montserrat", sans-serif;
}

/*==========*/
/* SUBPAGES */
/*==========*/
/* line 562, ../sass/_theme_2_custom.scss */
.subpage .body-container a,
h1 a,
h2 a,
h3 a,
h4 a {
  color: #008d97;
}

/* line 570, ../sass/_theme_2_custom.scss */
.subpage .body-container h2,
.subpage .body-container h2 a {
  font-size: 2.2rem;
}

/* line 575, ../sass/_theme_2_custom.scss */
.subpage .body-container h3,
.subpage .body-container h3 a {
  font-size: 1.5rem;
}

/* line 580, ../sass/_theme_2_custom.scss */
.subpage .c-btn {
  color: #fff !important;
}

/* line 584, ../sass/_theme_2_custom.scss */
.subpage a.c-btn.c-box__btn.sectionButtonHover {
  margin: 10px 0 0 0px;
  padding: 0;
  background: none;
  color: #bfd5d5 !important;
}

/* line 591, ../sass/_theme_2_custom.scss */
.subpage a.c-btn.c-box__btn.sectionButtonHover:hover {
  color: #008d97;
}

/* line 594, ../sass/_theme_2_custom.scss */
.subpage .c-matter__thumbnail a {
  color: #fff !important;
}

/* line 598, ../sass/_theme_2_custom.scss */
.subpage .c-additional__content nav .selected {
  color: #fff !important;
}

/* Global fix */
/* line 6, ../sass/381922-caruso.scss */
.caretLeft, .caretRight {
  margin-bottom: -1px;
}

/* line 9, ../sass/381922-caruso.scss */
.br-twitter, a.twitter {
  display: none !important;
}

/*TYPOGRAPHY*/
/* line 13, ../sass/381922-caruso.scss */
.body-container body {
  color: #000;
}

/* line 14, ../sass/381922-caruso.scss */
.body-container h1, .body-container h1 p {
  font-family: "Lora", serif;
  font-weight: normal;
  text-transform: none;
  font-size: 3.5rem;
}

/* line 21, ../sass/381922-caruso.scss */
.body-container h2, .body-container h2 p {
  /*font-size: 2.2rem;*/
  font-size: 36px;
  font-family: "Lora", serif;
  font-weight: normal;
}

/* line 27, ../sass/381922-caruso.scss */
.body-container h2 {
  /* moved to own section by request of C.Bina - so rotator can be overwritten, no longer nedes this hot fix */
  color: #008d97;
}

/* line 31, ../sass/381922-caruso.scss */
h2.c-box__title {
  /* boxed sections are smaller titles */
  font-size: 30px;
}

/* line 35, ../sass/381922-caruso.scss */
.body-container h3 {
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: normal;
}

/* line 38, ../sass/381922-caruso.scss */
.c-btn {
  font-size: 18px;
  margin-top: 15px;
}

/* line 40, ../sass/381922-caruso.scss */
.body-container p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

/* line 45, ../sass/381922-caruso.scss */
.c-rotator-summary__box a {
  padding: 15px 20px !important;
}

/* Some bold incosnsitancies on agency pages, forcing no bold on boxes */
/* line 49, ../sass/381922-caruso.scss */
.section_Boxes h2 b {
  font-weight: normal !important;
}

@media (max-width: 992px) {
  /* line 52, ../sass/381922-caruso.scss */
  .c-rotator-summary__box a span {
    font-size: 18px;
  }
}
/*Links*/
/*=======*/
/* line 59, ../sass/381922-caruso.scss */
.body-container a {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

/* line 64, ../sass/381922-caruso.scss */
a.c-box {
  color: #bfd5d5;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 71, ../sass/381922-caruso.scss */
a.c-btn.c-box__btn.sectionButtonHover {
  margin: 10px 0 0 0px;
  padding: 0;
  background: none;
  color: #bfd5d5;
  border: none;
}

/* line 78, ../sass/381922-caruso.scss */
.section_Rotator .c-btn:hover {
  background: #fff !important;
  color: #008d97 !important;
}

/* line 82, ../sass/381922-caruso.scss */
a.c-btn.c-box__btn.sectionButtonHover:hover {
  color: #008d97;
  background: none;
}

/* line 86, ../sass/381922-caruso.scss */
.section_Boxes .c-btn:hover {
  background: none !important;
  color: #008d97 !important;
}

/*========*/
/* Map stylings */
/* line 94, ../sass/381922-caruso.scss */
.loc_map iframe {
  width: 100vw;
}

/* icon img styleings */
/* line 101, ../sass/381922-caruso.scss */
.homepage .section_Boxes .Image img {
  width: auto;
  max-width: 100%;
}

/* Side by Side sections */
/* line 108, ../sass/381922-caruso.scss */
.section_SideBySide h2 {
  margin-top: 0;
  /* Brian's request */
}

/* line 112, ../sass/381922-caruso.scss */
.custompage .section_SideBySide {
  padding: 50px;
}

/* Contact html section */
@media (min-width: 991px) {
  /* line 118, ../sass/381922-caruso.scss */
  .contact-col-1-content h3, .contact-col-1-content h2 {
    margin: 0 0 10px !important;
  }

  /* line 119, ../sass/381922-caruso.scss */
  .contact-col-1-content {
    padding-left: 10px;
  }
}
/* team member section */
/* line 123, ../sass/381922-caruso.scss */
.section_TeamList h4 {
  margin-top: 0;
}

/*MOBILE*/
@media (max-width: 991px) {
  /* line 128, ../sass/381922-caruso.scss */
  .body-container h1, .body-container h1 p {
    font-size: 3rem;
  }
}
