@charset "UTF-8";
/*
Theme Name: Altabioscience AQ
Description: Altabioscience child theme of Ultra
Author: AQ
Template: themify-ultra
*/
/* write custom css below */
body {
  font-family: "Open Sans", sans-serif;
}

#content {
  padding-top: 0;
  padding-bottom: 0;
}

.module_row {
  margin-bottom: 60px;
}
.module_row.banner.pageHead, .module_row#breadcrumbs {
  margin-bottom: 10px;
}

#header {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 0;
  border-bottom: 3px solid rgba(51, 51, 51, 0);
}
#header #main-nav-wrap {
  border-bottom: 3px solid rgba(102, 102, 102, 0);
}
#header nav.ubermenu.ubermenu-main .ubermenu-nav {
  text-align: center;
}
#header nav.ubermenu.ubermenu-main .ubermenu-nav li.ubermenu-item a {
  font-size: 14px !important;
  color: #666;
  font-weight: 600;
}
#header nav.ubermenu.ubermenu-main .ubermenu-nav li.ubermenu-item a:focus span, #header nav.ubermenu.ubermenu-main .ubermenu-nav li.ubermenu-item a:hover span {
  color: #23b9e7;
}
#header nav.ubermenu.ubermenu-main .ubermenu-nav li.ubermenu-item.ubermenu-current-menu-ancestor > a > span, #header nav.ubermenu.ubermenu-main .ubermenu-nav li.ubermenu-item.ubermenu-current-menu-item > a > span {
  color: #23b9e7;
}
#header nav.ubermenu.ubermenu-main .ubermenu-nav .ubermenu-submenu.ubermenu-submenu-type-mega {
  border-bottom: 3px solid #e9418e;
}
#header nav.ubermenu.ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item .ubermenu-icon {
  color: #e9418e;
}
@media screen and (max-width: 440px) {
  #header nav.ubermenu.ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item .ubermenu-icon {
    display: none;
  }
}
#header nav.ubermenu.ubermenu-main .ubermenu-nav .ubermenu-item-view-all {
  margin-top: 20px;
}
#header nav.ubermenu.ubermenu-main .ubermenu-nav .ubermenu-item-view-all a {
  display: inline-block;
  color: white;
  background-color: #e9418e;
  border-radius: 50px;
}
#header nav.ubermenu.ubermenu-main .ubermenu-nav .ubermenu-item-view-all a::after {
  content: " >";
  margin-left: 1em;
  color: white;
  display: inline-block;
}
@media screen and (max-width: 840px) {
  #header nav.ubermenu .ubermenu-has-submenu-stack.ubermenu-item-type-column {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

#site-logo .tf_sticky_logo {
  height: 50px;
  width: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  outline: solid 1px red;
  display: none;
}

.breadcrumbs {
  padding: 20px 0;
}
.breadcrumbs a {
  color: #666;
}
.breadcrumbs a:focus, .breadcrumbs a:hover {
  color: #23b9e7;
}
.breadcrumbs span {
  color: #e9418e;
}

.superFooter {
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 30px;
  border-top: solid 3px #e9418e;
  border-bottom: solid 1px #23b9e7;
}
.superFooter .tb_text_wrap p {
  color: black;
  color: white;
}
.superFooter .tb_text_wrap p a {
  color: #e9418e;
}
.superFooter .tb_text_wrap p a:hover {
  color: white;
}
.superFooter .searchBox #searchform {
  border-color: #333;
}
.superFooter .searchBox #searchform .icon-search {
  color: #333;
}
.superFooter .searchBox #searchform input {
  background: #333;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.superFooter .searchBox #searchform input::placeholder {
  color: #23b9e7;
}
.superFooter .searchBox #searchform input:focus {
  color: #333;
}
.superFooter .tf_ajax_s_dropdown {
  background-color: #666;
  border: solid 2px white;
}
.superFooter h3.fancy-heading span {
  color: #333;
  color: white;
  font-size: 24px;
}
.superFooter .widget_nav_menu .menu li.menu-item {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.superFooter .widget_nav_menu .menu li.menu-item a {
  font-size: 18px;
  color: #333;
  color: white;
  text-shadow: 1px 1px 2px rgba(35, 185, 231, 0.6);
}
.superFooter .widget_nav_menu .menu li.menu-item a:hover {
  text-decoration: underline;
}

#footerwrap {
  border-top: #e9418e;
  background-color: rgba(35, 185, 231, 0.2);
}
#footerwrap #footer {
  border-top: #23b9e7;
}
#footerwrap #footer p, #footerwrap #footer li {
  color: #23b9e7 !important;
  font-size: 14px;
}
#footerwrap #footer p a, #footerwrap #footer li a {
  color: #23b9e7 !important;
}
#footerwrap #footer p a:hover, #footerwrap #footer li a:hover {
  color: #e9418e;
}
#footerwrap #footer .textwidget a {
  color: #333;
}
#footerwrap #footer .textwidget a:hover {
  color: #23b9e7;
}
#footerwrap #footer img.site-logo-image {
  width: 140px;
  height: auto;
}
#footerwrap #footer .footer-text {
  display: none;
}

h1, h2, h3 {
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 38px;
  color: #666;
}
@media screen and (max-width: 440px) {
  h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3em;
  }
}
h1 a {
  color: #e9418e;
}
h1 a:hover {
  color: #23b9e7;
}

h2 {
  font-weight: 600;
  font-size: 34px;
  color: #666;
}
h2 a {
  color: #e9418e;
}
h2 a:hover {
  color: #23b9e7;
}

h3 {
  font-weight: 600;
  font-size: 28px;
  color: #23b9e7;
}
h3 a {
  color: #e9418e;
}
h3 a:hover {
  color: #23b9e7;
}

h4 {
  font-weight: 600;
  font-size: 20px;
  color: #23b9e7;
  text-transform: uppercase;
}
h4 a {
  color: #e9418e;
}
h4 a:hover {
  color: #23b9e7;
}

li,
p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  color: #666;
}
li a,
p a {
  color: #23b9e7;
  text-decoration: none;
  transition: all 0.25s ease;
}
li a:hover,
p a:hover {
  color: #333;
  text-decoration: none;
}
li strong,
p strong {
  font-weight: 600;
}

.tb_text_wrap figcaption {
  max-width: 90%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-size: 14px;
  color: #666;
}
.tb_text_wrap ul {
  margin-left: 1em;
}

article .post-image a img {
  border: solid 3px white;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
article .post-image a:hover img {
  border: solid 3px #e9418e;
}
article .post-date.entry-date span {
  color: #23b9e7;
}
article .post-title.entry-title a {
  font-size: 22px;
  color: #333;
  text-decoration: underline;
  text-decoration-color: #23b9e7;
  text-underline-offset: 0.25em;
  line-height: 1.6em;
  transition: all 0.25s ease;
}
article .post-title.entry-title a:hover {
  color: #23b9e7;
  text-decoration: underline;
  text-decoration-color: #e9418e;
}

.cta_row {
  margin-bottom: 60px;
}
@media screen and (max-width: 440px) {
  .cta_row .cta {
    margin-bottom: 30px;
  }
}
.cta_row .cta .image-content {
  padding-top: 0;
}
.cta_row .cta .image-wrap a img {
  border: solid 3px #23b9e7;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.cta_row .cta .image-wrap a:hover img {
  border: solid 3px #e9418e;
}
.cta_row .cta h3 {
  padding: 0.75em 0.5em;
}
.cta_row .cta h3 a {
  font-size: 26px;
  color: #23b9e7;
}
.cta_row .cta .buttons-horizontal {
  text-align: center;
}
.cta_row .cta .buttons-horizontal a {
  background-color: #e9418e;
  transition: all 0.25s ease;
  border-radius: 50px;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
  color: white !important;
  transform: translateY(-2px);
}
.cta_row .cta .buttons-horizontal a:hover {
  background-color: #23b9e7;
}
.cta_row .cta a.tf_popup {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #e9418e;
  transition: all 0.25s ease;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 24px;
  color: white;
  border: none;
  border-radius: 50px;
}
.cta_row .cta a.tf_popup:hover {
  background-color: #23b9e7;
}
.cta_row.headOver .cta h3 {
  padding: 0;
}
.cta_row.headOver .cta h3 a {
  display: block;
  min-height: 1.75em;
  margin-bottom: 0;
  padding-bottom: 0.25em;
  font-size: 24px;
}
.cta_row.headOver .cta h3 a:hover {
  text-decoration: underline;
}
.cta_row.headOver .cta img {
  object-fit: cover;
  height: 160px;
  margin-bottom: 20px;
}

.banner {
  margin-bottom: 60px;
}
.banner .infoCol {
  padding: 4%;
}
.banner .infoCol h1, .banner .infoCol h2, .banner .infoCol h3 {
  color: white;
}
.banner .infoCol p {
  max-width: 600px;
}
.banner .infoCol .buttons-vertical a {
  margin-bottom: 10px;
}

.testimonial-entry-content p {
  margin-bottom: 0.5em !important;
}
.testimonial-entry-content p::before {
  content: "“";
  display: inline-block;
  font-size: 78px;
  font-family: georgia, serif;
  color: #e9418e;
  transform: translate(-6px, 36px);
}
.testimonial-entry-content p::after {
  content: "”";
  display: inline-block;
  font-size: 78px;
  font-family: georgia, serif;
  color: #e9418e;
  transform: translate(6px, 48px);
}

.testimonial-author .person-name {
  color: #23b9e7;
}
.testimonial-author .person-company {
  font-weight: 600;
  color: #e9418e;
}

html {
  --brand: #23b9e7;
  scrollbar-color: #23b9e7 Canvas;
}

:root {
  accent-color: var(--brand);
}

:focus-visible {
  outline-color: var(--brand);
}

::selection {
  background-color: var(--brand);
}

::marker {
  color: var(--brand);
}

:is(::-webkit-calendar-picker-indicator,
::-webkit-clear-button,
::-webkit-inner-spin-button,
::-webkit-outer-spin-button) {
  color: var(--brand);
}

#headerSuperBar-2,
#headerSuperBar {
  z-index: 999999;
  background-color: #EFF8FD;
}
#headerSuperBar-2.module_row,
#headerSuperBar.module_row {
  margin-bottom: 0 !important;
}
#headerSuperBar-2.module_row .headerContact,
#headerSuperBar.module_row .headerContact {
  transform: translateY(10px);
}
#headerSuperBar-2.module_row .headerContact p,
#headerSuperBar.module_row .headerContact p {
  font-size: 17px;
  color: #e9418e;
}
#headerSuperBar-2.module_row .headerContact p a,
#headerSuperBar.module_row .headerContact p a {
  color: #e9418e;
}
@media screen and (max-width: 906px) {
  #headerSuperBar-2.module_row .headerContact p a,
  #headerSuperBar.module_row .headerContact p a {
    display: block;
  }
}
#headerSuperBar-2.module_row .headerContact p a:hover,
#headerSuperBar.module_row .headerContact p a:hover {
  color: #23b9e7;
}
@media screen and (max-width: 850px) {
  #headerSuperBar-2.module_row .headerContact p a,
  #headerSuperBar.module_row .headerContact p a {
    display: inline-block;
  }
}

.stickyQuoteButtonBar .module-buttons,
.deeperSidebar .module-buttons,
#headerSuperBar .module-buttons {
  text-align: right;
}
@media screen and (max-width: 800px) {
  .stickyQuoteButtonBar .module-buttons,
  .deeperSidebar .module-buttons,
  #headerSuperBar .module-buttons {
    text-align: center;
  }
}
.stickyQuoteButtonBar .module-buttons a.builder_button,
.deeperSidebar .module-buttons a.builder_button,
#headerSuperBar .module-buttons a.builder_button {
  background-color: #e9418e;
  padding: 0 6px 3px 6px;
  margin: 5px 0 4px auto;
  transition: 0.25s all ease;
}
.stickyQuoteButtonBar .module-buttons a.builder_button span,
.deeperSidebar .module-buttons a.builder_button span,
#headerSuperBar .module-buttons a.builder_button span {
  color: white;
}
.stickyQuoteButtonBar .module-buttons a.builder_button:hover,
.deeperSidebar .module-buttons a.builder_button:hover,
#headerSuperBar .module-buttons a.builder_button:hover {
  background-color: #23b9e7;
}

.stickyQuoteButtonBar .module-buttons,
.deeperSidebar .module-buttons {
  text-align: left;
  margin-bottom: 20px;
}

.stickyQuoteButtonBar .module-buttons {
  text-align: left;
  margin-bottom: 0;
}

.sidebar .menu {
  display: table;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
  background-color: white;
  border-top-color: white;
  box-shadow: none;
  list-style: none;
}
.sidebar .menu .menu-item {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.sidebar .menu .menu-item a {
  display: block;
  padding: 5px 2px 5px 20px;
  color: #23b9e7;
  border-left: solid 6px rgba(35, 185, 231, 0.2);
  background-color: white;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.sidebar .menu .menu-item a:hover {
  color: #e9418e;
  border-left: solid 6px rgba(35, 185, 231, 0.6);
  background-color: white;
}

.sidebar {
  margin-bottom: 30px;
}
.sidebar .buttons-vertical,
.sidebar .buttons-horizontal {
  margin-top: 10px;
  margin-bottom: 30px;
}
.sidebar .buttons-vertical a {
  margin-bottom: 10px;
}

.sidebar .feature-posts-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.sidebar .feature-posts-list li {
  padding-left: 0;
}
.sidebar .feature-posts-list li a {
  color: #666;
}
.sidebar .feature-posts-list li a:hover {
  color: #23b9e7;
}

.banner .infoCol {
  background-color: rgba(0, 0, 0, 0.8);
}
.banner .infoCol .tb_text_wrap h1, .banner .infoCol .tb_text_wrap h2 {
  color: white;
}
.banner .infoCol .tb_text_wrap p {
  color: white;
  font-size: 18px;
}
@media screen and (max-width: 440px) {
  .banner .infoCol .tb_text_wrap p {
    font-size: 22px;
  }
}

.banner.highlight2 {
  border-top: 4px solid #e9418e;
  border-bottom: 4px solid #e9418e;
}

.banner.highlight2:not(.head) {
  border-top: 4px solid #e9418e;
  border-bottom: 4px solid #e9418e;
}
.banner.highlight2:not(.head) .infoCol {
  padding: 4%;
  background-color: rgba(35, 185, 231, 0.9);
}
@media screen and (min-width: 540px) {
  .banner.highlight2:not(.head) .infoCol {
    padding: 10%;
  }
}

h2.module-feature-title {
  color: #e9418e;
  font-size: 20px;
}

.banner .infoCol .module-buttons .module-buttons-item {
  display: inline-block;
  position: relative;
  transform: translateX(50px);
}
.banner .infoCol .module-buttons a {
  position: relative;
  display: block;
  padding: 0.5em 1em 0.5em 1.5em;
  margin: 0;
  border-radius: 50px;
  border: solid 2px white;
  background-color: #e9418e;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 24px;
  text-align: left;
  color: white;
  text-decoration: none;
}
.banner .infoCol .module-buttons a::before {
  position: absolute;
  content: " ";
  display: inline-block;
  border-radius: 50px;
  border: solid 2px white;
  background-color: #23b9e7;
  width: 1.25em;
  height: 1.25em;
  transform: translateX(-2em);
  transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 20;
}
.banner .infoCol .module-buttons a:hover::before {
  transform: translateX(-2.5em);
}

.aqButton.brandAccent.outline .module-buttons-item {
  display: inline-block;
  position: relative;
  transform: translateX(50px);
  margin-bottom: 20px;
}
.aqButton.brandAccent.outline a {
  display: block;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  margin: 0;
  position: relative;
  border: solid 2px #e9418e;
  color: #e9418e;
  text-decoration: none;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
}
.aqButton.brandAccent.outline a span {
  position: relative;
  padding: 0.5em 1em 0.5em 1.5em;
  margin: 0;
  display: block;
  border-radius: 50px;
  font-size: 24px;
  text-align: left;
  color: #e9418e;
}
.aqButton.brandAccent.outline span::before,
.aqButton.brandAccent.outline a::before {
  position: absolute;
  content: " ";
  display: inline-block;
  border-radius: 50px;
}
.aqButton.brandAccent.outline a::before {
  border: solid 2px #e9418e;
  background-color: rgba(255, 255, 255, 0);
  width: 1.25em;
  height: 1.25em;
  transform: translate(-2.75em, 0.8em);
  transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 20;
}
.aqButton.brandAccent.outline span::before {
  border: solid 2px #e9418e;
  background-color: rgba(255, 255, 255, 0);
  width: 2em;
  height: 2em;
  transform: translate(-2.75em, -0.4em);
  transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 1;
}
.aqButton.brandAccent.outline a:hover {
  background-color: transparent;
}
.aqButton.brandAccent.outline a:hover::before {
  transform: translate(-1.5em, 0.8em);
}
.aqButton.brandAccent.outline a:hover span::before {
  transform: translate(-2.3em, -0.4em);
}

.tb_text_wrap table {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
  border-collapse: collapse;
}
.tb_text_wrap table thead td {
  padding: 1em;
  font-weight: bold;
  background-color: rgba(35, 185, 231, 0.4);
}
.tb_text_wrap table tbody tr:nth-child(odd) {
  background-color: rgba(35, 185, 231, 0.1);
  transition: all 0.2s ease;
}
.tb_text_wrap table tbody tr:nth-child(odd):hover {
  background-color: rgba(35, 185, 231, 0.3);
}
.tb_text_wrap table tbody tr:nth-child(even) {
  background-color: rgba(35, 185, 231, 0.2);
  transition: all 0.2s ease;
}
.tb_text_wrap table tbody tr:nth-child(even):hover {
  background-color: rgba(35, 185, 231, 0.4);
}
.tb_text_wrap table td {
  padding: 0.5em;
  border: solid 1px #666;
}

.wpforms-container button.wpforms-submit {
  background-color: #23b9e7 !important;
  border-radius: 50px !important;
  color: white !important;
}
.wpforms-container button.wpforms-submit:hover {
  background-color: #e9418e !important;
  color: white !important;
}

.module.module-accordion {
  margin-bottom: 30px;
}
.module.module-accordion li .accordion-title {
  background-color: #23b9e7;
  color: white;
  font-weight: 300;
}
.module.module-accordion li .accordion-title .accordion-icon {
  color: white;
}
.module.module-accordion li .accordion-title:hover {
  color: #23b9e7;
}
.module.module-accordion li .accordion-title:hover .accordion-icon {
  color: #23b9e7;
}
.module.module-accordion li.current .accordion-title {
  background-color: #f1f1f1;
  color: #23b9e7;
}
.module.module-accordion li ul li {
  list-style-type: disc;
}

@media screen and (max-width: 1200px) {
  .cta .module-image .image-content h3.image-title {
    min-height: 70px;
  }
}
@media screen and (min-width: 760px) {
  .cta .module-image .image-content .image-caption.tb_text_wrap {
    min-height: 130px;
  }
}
@media screen and (min-width: 1080px) {
  .cta .module-image .image-content .image-caption.tb_text_wrap {
    min-height: 110px;
  }
}
@media screen and (min-width: 1220px) {
  .cta .module-image .image-content .image-caption.tb_text_wrap {
    min-height: 90px;
  }
}

.header-icons #menu-icon {
  outline: solid 2px black;
}
@media screen and (max-width: 1024px) {
  .header-icons #menu-icon {
    transform: translateY(80px);
  }
}
@media screen and (max-width: 906px) {
  .header-icons #menu-icon {
    transform: translateY(100px);
  }
}
@media screen and (max-width: 440px) {
  .header-icons #menu-icon {
    transform: translateY(197px);
  }
}

@media screen and (max-width: 1024px) {
  #searchform .tf_icon_wrap.icon-search {
    top: 10% !important;
  }
}

#ubermenu-nav-main-23-main-nav li a span {
  color: black;
}

.sidebar .feature-posts-list li:first-child {
  margin-top: 1em;
}
.sidebar .feature-posts-list li a {
  color: #23b9e7;
}
.sidebar .feature-posts-list li a:hover {
  color: #666;
}
.sidebar .feature-posts-list li a::before {
  content: " ";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAABvklEQVRYR+2XvUvDQBjGe80WXHQQN93q6NihSEdxcvAP6JSvzV3U0TFDMR+TYwdBBEHXgIO6uDg4OFQQdBSchHz4HJhSa5LzQu64oQc35Xrv733ep++bkJYCiyjA0JpD5FUghmGMZZaEEPIaBEFvOiaFyGRCINZLGIZrhRCapm2C8lMUUJIknSzLRpUQuq4vuq77IQrCcZyNOI4flICA2l9Q5LawHBKV+CP2xJg5hGmaIU4tN1UWZP0II+5PlYMN8fOXXW0KAvdEgOhzQUCJXdRtoSkIKPGOvnDNBdFU8Nl7uCCgxAEuWGLBtNvtc8/zIpzfwlm6CxdUffZ9f8gFweGJPdTatSzrKE3Twwpofk/UgOgDgO6yNYYSp0KVYJUtfy4UwrbtLuZCt8ITdGqeCYVQwhPw0A5UoLtsPcHAx0KVUMITUGIdIHTPrjcocCfFmGWeQJO6gCEnZeIqBzrgCP1+hSUzggyp6wExQLMaFJy/odOzlhKs4HWflymBZFL6PpHiYiLxHfNXHoC4JJD/CvKXDqC6mf/3d0h+m6DjdVBTWrseYKR8kSF7hMoiTOITzJV7KUFZqswhcoWUUOIbVr2M0eatL64AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 0.5em;
  transform: translateY(2px);
}

.footer-text-inner div {
  text-align: center;
  color: #333;
}

.module-buttons a span {
  text-transform: uppercase !important;
}

.fixed-header-enabled #header {
  border-bottom: 1px solid #23b9e7;
}

.module-buttons.inContentQuote {
  margin-bottom: 20px;
}
.module-buttons.inContentQuote .module-buttons-item {
  display: inline-block;
  position: relative;
  transform: translateX(50px);
}
.module-buttons.inContentQuote a {
  display: block;
  border-radius: 50px;
  background-color: #e9418e;
  position: relative;
  border: solid 2px white;
  color: white;
  text-decoration: none;
  font-family: "Open Sans Condensed", sans-serif;
  padding: 0.5em 1em 0.5em 1.5em;
  margin: 0;
  font-size: 24px;
  text-align: left;
}
.module-buttons.inContentQuote a::before {
  position: absolute;
  content: " ";
  display: inline-block;
  border-radius: 50px;
}
.module-buttons.inContentQuote a::before {
  border: solid 2px white;
  background-color: #23b9e7;
  width: 1.25em;
  height: 1.25em;
  transform: translate(-2.75em, 0);
  transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 20;
}
.module-buttons.inContentQuote a:hover {
  background-color: #23b9e7;
}
.module-buttons.inContentQuote a:hover::before {
  transform: translate(-1.5em, 0);
}

#repHead {
  margin-bottom: 0;
  padding-top: 20px;
}
#repHead .module-image img {
  padding: 0 0 3px 0;
}
#repHead .headerSubNavArea {
  margin-bottom: 4px;
}
#repHead .headerSubNavArea .tb_text_wrap {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: #23b9e7;
}
#repHead .headerSubNavArea .tb_text_wrap a {
  text-align: center;
  color: #23b9e7;
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 0;
}
#repHead .headerSubNavArea #shortNav nav ul {
  text-align: right;
}
#repHead .headerSubNavArea #shortNav nav ul li {
  width: 100%;
  transition: all 0.25s;
  outline: 1px solid white !important;
  border: 0 solid rgba(255, 255, 255, 0);
}
@media screen and (min-width: 640px) {
  #repHead .headerSubNavArea #shortNav nav ul li {
    width: 50%;
  }
}
#repHead .headerSubNavArea #shortNav nav ul li:nth-child(1) {
  background-color: #e9418e;
}
#repHead .headerSubNavArea #shortNav nav ul li:nth-child(1):hover {
  background-color: #23b9e7;
}
#repHead .headerSubNavArea #shortNav nav ul li:nth-child(2) {
  background-color: #23b9e7;
}
#repHead .headerSubNavArea #shortNav nav ul li:nth-child(2):hover {
  background-color: rgba(35, 185, 231, 0.6);
}
#repHead .headerSubNavArea #shortNav nav ul li a {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
}
#repHead .headerSubNavArea #shortNav nav ul li a span {
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  transition: all 0.25s;
}
#repHead .headerSubNavArea #shortNav nav ul li a span em svg {
  transform: translateY(-2px);
}
#repHead .headerSubNavArea #shortNav nav ul li a:hover span {
  color: #e9418e;
}
#repHead .headerSubNavArea #shortNav #menu-short-header {
  outline: none;
  box-shadow: none;
  background-color: white;
}
#repHead .headerSubNavArea #shortNav #menu-short-header li {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  background-color: white;
}
#repHead .headerSubNavArea #shortNav #menu-short-header li a {
  display: block;
  text-align: center;
  color: white;
}
#repHead .headerSubNavArea #shortNav #menu-short-header li:nth-child(1) {
  background-color: #e9418e;
}
#repHead .headerSubNavArea #shortNav #menu-short-header li:nth-child(2) {
  background-color: #23b9e7;
  margin-bottom: 10px;
}
#repHead .headerSubNavArea #shortNav #menu-short-header li:nth-child(3) {
  background-color: rgba(35, 185, 231, 0.75);
}
#repHead .headerSubNavArea .formOuter {
  background-color: rgb(55, 95, 145);
}
#repHead .headerSubNavArea .menuSearch {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
@media screen and (min-width: 540px) {
  #repHead .headerSubNavArea .menuSearch {
    width: 100%;
  }
}
#repHead .headerSubNavArea .menuSearch #searchform {
  text-align: center;
  background-color: rgb(55, 95, 145);
  border-bottom: 1px solid rgb(55, 95, 145);
}
#repHead .headerSubNavArea .menuSearch #searchform .icon-search {
  margin: 0 0.5em;
}
@media screen and (max-width: 540px) {
  #repHead .headerSubNavArea .menuSearch #searchform .icon-search {
    transform: translateY(0);
  }
}
#repHead .headerSubNavArea .menuSearch #searchform .icon-search svg {
  color: white;
  height: 16px;
}
@media screen and (max-width: 540px) {
  #repHead .headerSubNavArea .menuSearch #searchform .icon-search svg {
    display: none;
  }
}
#repHead .headerSubNavArea .menuSearch #searchform #s {
  font-size: 14px;
  line-height: 16px;
  padding-top: 11px;
  padding-bottom: 3px;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
  padding-left: 2.75em;
}
#repHead .headerSubNavArea .menuSearch #searchform #s::placeholder {
  text-align: left !important;
  color: white !important;
}
#repHead .headerMainNavArea .module-plain-text a,
#repHead .headerMainNavArea .tb_text_wrap a {
  text-align: center;
  color: #23b9e7;
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 0;
}
#repHead .headerMainNavArea #fullNav li a {
  font-size: 16px;
}
#repHead .headerMainNavArea #fullNav nav .ubermenu-nav .ubermenu-submenu {
  background-color: rgba(255, 255, 255, 0.9);
}
#repHead .headerMainNavArea #fullNav nav .ubermenu-nav .ubermenu-submenu li {
  background-color: white;
  transition: all 0.25s;
}
#repHead .headerMainNavArea #fullNav nav .ubermenu-nav .ubermenu-submenu li:hover {
  background-color: rgba(35, 185, 231, 0.5);
}
#repHead .headerMainNavArea #fullNav #menu-main-navigation {
  outline: none;
  box-shadow: none;
}
#repHead .headerMainNavArea #fullNav #menu-main-navigation li {
  width: 100%;
  background-color: white;
}
#repHead .headerMainNavArea #fullNav #menu-main-navigation li a {
  display: block;
  background-color: white;
}
#repHead .headerMainNavArea #fullNav #menu-main-navigation li a .child-arrow {
  color: #e9418e;
}
#repHead .headerMainNavArea #fullNav #menu-main-navigation li .sub-menu {
  width: 100%;
  outline: solid 1px #23b9e7;
  background-color: white;
}
#repHead .headerMainNavArea #fullNav #menu-main-navigation li .sub-menu li, #repHead .headerMainNavArea #fullNav #menu-main-navigation li .sub-menu a {
  background-color: white;
  color: #23b9e7;
}
#repHead .headerMainNavArea .menuPhone {
  text-align: center;
  padding: 3px;
}
#repHead .headerMainNavArea .menuPhone a {
  color: #e9418e;
  font-weight: 600;
  font-size: 18px !important;
}
@media screen and (max-width: 540px) {
  #repHead .headerMainNavArea .menuPhone {
    margin: 3px auto 6px auto;
  }
}

#repHead .headerMainNavArea #fullNav nav .ubermenu-nav .ubermenu-submenu li ul li {
  width: 280px;
}

/*Quick addition*/

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