@charset "UTF-8";
/* Base */
/* Carousel */
/* Containers */
/* Buttons */
.hr-darker {
  border-color: #DAE3E5; }

/* afacad-flux-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Afacad Flux';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/afacad-flux-v1-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* afacad-flux-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Afacad Flux';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/afacad-flux-v1-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* afacad-flux-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Afacad Flux';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/afacad-flux-v1-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* afacad-flux-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Afacad Flux';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/afacad-flux-v1-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* afacad-flux-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Afacad Flux';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/afacad-flux-v1-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
body {
  color: #000;
  font: 1.375rem/2.0625rem "Afacad Flux", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300; }

p {
  margin-bottom: 2.0625rem; }

b {
  font-weight: 600; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 2.0625rem;
  font-family: "Afacad Flux", sans-serif;
  color: #0D52A0;
  font-weight: 600; }

ul,
ol {
  margin-bottom: 2.0625rem; }

h1 {
  font-size: 3.5rem; }

h2 {
  font-size: 2.625rem; }

h3 {
  font-size: 2.25rem; }

h4 {
  font-size: 1.75rem; }

h5 {
  font-size: 1.375rem; }

h6 {
  font-size: 1.125rem; }

/* @media (max-width: 767px) {
  h1 {
    font-size: 2.8rem; 
  }

  h2 {
    font-size: 2.1rem; 
  }

  h3 {
    font-size: 1.8rem; 
  }

  h4 {
    font-size: 1.4rem; 
  }

  h5 {
    font-size: 1.1rem; 
  }

  h6, body, p {
    font-size: 1rem; 
      
  } } */
a {
  color: #00ADDA;
  text-decoration: none; }
  a:hover {
    color: #0D52A0; }
  a:not(.btn, .nav-link, .dropdown-item, .bbsn-link):hover {
    text-decoration: underline; }

blockquote {
  font-style: italic; }
  blockquote cite {
    display: block; }

hr {
  margin: 2.0625rem 0;
  border-color: #ccc; }

img {
  margin-top: 0px;
  margin-bottom: 2.0625rem; }

code {
  white-space: normal; }

form button,
form input,
form select,
form textarea {
  max-width: 100%;
  margin-bottom: 1.03125rem; }
form input[type="submit"],
form input[type="button"] {
  -webkit-font-smoothing: antialiased; }

.entry-thumbnail {
  margin-bottom: 2.0625rem; }

.entry-content :last-child {
  margin-bottom: 0; }

.meta-edit {
  margin-bottom: 0; }

.img-oldimg {
  width: 100%; }

a:not(.btn, .nav-link, .dropdown-item, .bbsn-link):hover {
  text-decoration: none; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #231E1E; }

.navbar {
  padding: 60px 0;
  margin: 0 30px;
  border: none;
  z-index: 2; }
  .navbar .navbar-brand {
    width: 230px; }
  .navbar .navbar-brand-img {
    width: 100%; }
  .navbar .navbar-nav .nav-link {
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #0D52A0;
    margin-left: 30px; }
  .navbar .btn {
    margin-left: 30px;
    font-size: 1.125rem;
    padding: 0px 10px;
    height: min-content; }
    .navbar .btn .nav-link {
      color: white;
      margin-left: 0; }
    .navbar .btn::after {
      content: ""; }
  .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus, .navbar .dropdown-toggle::after {
    color: #0D52A0; }
  .navbar .dropdown-menu {
    border: none;
    box-shadow: 0 0 10px #00000024; }
  .navbar .dropdown-item:active {
    background: var(--bs-dropdown-link-hover-bg);
    color: var(--bs-dropdown-link-color); }
  .navbar .btn-close {
    margin-top: 8px; }

#navbarSupportedContent .offcanvas-header img {
  top: 30px;
  max-width: 215px;
  left: 90px; }

.dropdown-contacts, .header-contact, .offcanvas-body .footer-sidebar {
  height: 100%; }

.offcanvas-body .footer-sidebar {
  display: flex;
  flex-direction: column; }

.header-contact .textwidget {
  margin-top: auto; }

.subpage-header {
  background: url("/wp-content/themes/awc2024/assets/img/header.jpg") 0% 0%/cover;
  padding: 240px 60px 240px 60px;
  margin: -184px 0 -57px 0;
  position: relative; }
  .subpage-header p {
    color: #0D1D2E;
    width: 75%;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500; }
  .subpage-header *:not(.overlay) {
    position: relative; }
  .subpage-header .overlay {
    background: white;
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); }
  .subpage-header .wave-subpage {
    position: absolute;
    bottom: 0;
    left: 0; }

@media (max-width: 991px) {
  .offcanvas .btn {
    width: fit-content;
    margin-left: auto;
    margin-bottom: 15px;
    padding: 0px 25px; } }
@media (min-width: 991px) {
  .header-bbsn-links {
    display: none; } }
@media (max-width: 991px) {
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36px' height='28px' viewBox='0 0 36 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eMenu 2%3c/title%3e%3cg id='D2' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Homepage-v1' transform='translate(-1365.000000, -41.000000)' fill='RGB(13, 82, 160)'%3e%3cg id='Menu-2' transform='translate(1365.000000, 41.000000)'%3e%3crect id='Rectangle' x='0' y='0' width='28' height='4' rx='2'%3e%3c/rect%3e%3crect id='Rectangle-Copy-2' x='0' y='12' width='36' height='4' rx='2'%3e%3c/rect%3e%3crect id='Rectangle-Copy-3' x='8' y='24' width='28' height='4' rx='2'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }

  .navbar-light .navbar-toggler-icon:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36px' height='28px' viewBox='0 0 36 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eMenu 2%3c/title%3e%3cg id='D2' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Homepage-v1' transform='translate(-1365.000000, -41.000000)' fill='RGB(0, 173, 218)'%3e%3cg id='Menu-2' transform='translate(1365.000000, 41.000000)'%3e%3crect id='Rectangle' x='0' y='0' width='28' height='4' rx='2'%3e%3c/rect%3e%3crect id='Rectangle-Copy-2' x='0' y='12' width='36' height='4' rx='2'%3e%3c/rect%3e%3crect id='Rectangle-Copy-3' x='8' y='24' width='28' height='4' rx='2'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }

  .dropdown-item {
    text-align: right; }

  .subpage-header {
    padding-bottom: 120px; } }
@media (max-width: 400px) {
  .navbar .navbar-brand {
    width: 150px; } }
@media (max-width: 350px) {
  #navbarSupportedContent .offcanvas-header img {
    left: 30px; } }
.opening {
  text-align: center;
  padding-top: 75px; }
  .opening hr {
    border-color: #00ADDA;
    width: 50%;
    margin: 90px auto 0 auto; }

.channeling-container {
  background: url("/wp-content/themes/awc2024/assets/img/channeling.jpg");
  background-size: cover;
  background-position: top;
  position: relative;
  padding-top: 75px; }
  .channeling-container *:not(.overlay) {
    position: relative; }
  .channeling-container .overlay {
    background: white;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, #00adda 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, #00adda 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, #00adda 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00adda",GradientType=1);
    opacity: 0.3; }
  .channeling-container h4 {
    background: #0D52A0;
    color: white;
    margin-bottom: 0;
    padding: 25px 0; }
  .channeling-container .product {
    background: white;
    margin: 1px; }
  .channeling-container img {
    margin-bottom: 0;
    padding: 15px;
    height: 300px; }
  .channeling-container .browse-products {
    padding: 75px 0; }
  .channeling-container .products {
    margin-top: 75px; }

.light-text {
  color: #00ADDA; }

.products a h4 {
  transition: 0.3s ease all; }

.products a:hover h4 {
  background: #00ADDA; }

.page .content-box {
  padding-top: 90px; }

.attachments-content {
  box-shadow: 0 0 10px #0000003d;
  transition: 0.3s ease all;
  background: white; }

.attachments-content:hover {
  box-shadow: 0 0 10px #0000008b; }

.attachment-title {
  padding: 15px;
  text-transform: initial; }

.attachments-content .attachment-img {
  position: absolute;
  right: 15px;
  height: 45px;
  width: 45px;
  opacity: 1;
  top: calc(100% - 60px); }

.attachments .attachments-content {
  margin-bottom: 25px;
  position: relative; }

.attachments-content p {
  margin-bottom: 0;
  padding: 0 15px 7px 15px;
  font-size: 13px;
  color: #2e2e2e;
  line-break: anywhere;
  line-height: 20px; }

.attachments-content h6 {
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: 500;
  line-height: 1.2;
  color: #0facb8;
  font-size: 1rem; }

.attachments-content .btn {
  font-size: 14px;
  padding: 6px 15px;
  margin: auto 15px 20px 15px;
  width: fit-content; }

.attachments .attachments-content {
  max-height: calc(100% - 30px);
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 5px; }

.attachments-content strong {
  font-weight: 500; }

.attachments .row {
  margin-left: 0;
  margin-right: 15px; }

.attachments {
  max-width: 100%; }

.carousel {
  background: url("/wp-content/themes/awc2024/assets/img/header.jpg");
  background-size: cover;
  margin-top: -184px; }
  .carousel p {
    color: #0D1D2E;
    width: 75%;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500; }
  .carousel .overlay {
    background: white;
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); }
  .carousel .carousel-caption {
    padding: 250px 0 90px 0; }

.call-action-container {
  text-align: center; }

.footer {
  background-image: url("/wp-content/themes/awc2024/assets/img/footer.png");
  background-position: top;
  background-size: cover;
  position: relative;
  padding: 90px 0; }
  .footer h2, .footer p {
    color: white; }
  .footer a:not(.btn) {
    font-weight: 400;
    font-size: 1.2rem;
    color: #7BD7FF; }
  .footer hr {
    margin: 45px auto; }
  .footer img {
    width: 150px;
    height: auto;
    margin: 0 45px;
    object-fit: contain; }
  .footer .lead {
    font-size: 1.5rem;
    margin-bottom: 75px; }
  .footer .overlay {
    background: #0d52a0;
    background: -moz-linear-gradient(180deg, rgba(13, 82, 160, 0.9) 0%, #08274b 100%);
    background: -webkit-linear-gradient(180deg, rgba(13, 82, 160, 0.9) 0%, #08274b 100%);
    background: linear-gradient(180deg, rgba(13, 82, 160, 0.8) 0%, #08274b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d52a0",endColorstr="#08274b",GradientType=1); }
  .footer .container {
    position: relative; }
  .footer .call-action img {
    height: 85px;
    margin: 0 45px 30px 45px; }
  .footer .call-action .btn {
    font-size: 1.5rem; }

@media (max-width: 767px) {
  .textwidget {
    margin-bottom: 30px; }

  .footer-logos {
    flex-direction: column; }

  .footer {
    text-align: center; }
    .footer img {
      margin: 0 auto 45px auto; } }
.btn {
  background-color: white;
  border-radius: 30px;
  padding: 10px 30px;
  color: #0D52A0;
  border: none;
  border-radius: 30px;
  font-family: "Afacad Flux", sans-serif;
  position: relative;
  transition: 0.5s;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  box-shadow: 0 0 20px #00000026; }
  .btn:after {
    content: " ›"; }
  .btn:hover {
    background-color: #0D52A0;
    color: white; }

.btn-fill, .nav .btn-fill {
  background-color: #0D52A0;
  color: white; }
  .btn-fill:hover, .nav .btn-fill:hover {
    background-color: white;
    color: #0D52A0; }

.btn-light, .nav .btn-light {
  color: #00ADDA;
  background-color: white; }
  .btn-light:hover, .nav .btn-light:hover {
    background-color: #00ADDA;
    color: white; }

.btn-fill-light, .nav .btn-fill-light {
  background-color: #00ADDA;
  color: white; }
  .btn-fill-light:hover, .nav .btn-fill-light:hover {
    background-color: white;
    color: #00ADDA; }

.btn-lg {
  font-size: 1.75rem; }

.btn-narrow {
  padding: 5px 20px; }

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