@import url("https://fonts.googleapis.com/css?family=Raleway|Source+Code+Pro|Bungee+Inline|Roboto&display=swap");
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-display: swap;
}

p, a, ul {
  font-family: "Raleway", sans-serif;
  font-display: swap;
}

ul {
  margin-left: 5vw;
}

a:hover {
  opacity: 0.6;
}

i {
  padding-right: 20px;
}

.hero {
  min-height: 50vh;
  padding: 5vh 0 15vh 5vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.hero .logo-large {
  width: 50%;
  padding-left: 30%;
}
.hero h1 {
  text-transform: uppercase;
  text-align: left;
  font-size: 4rem;
  padding-bottom: 1rem;
  color: #fff;
}
.hero h1::before {
  left: 0;
  border-bottom: 6px solid #fff;
}
.hero h1::after {
  right: 0;
  border-top: 6px solid #fff;
}
.hero h1.dark {
  color: #4F504D;
}
.hero h1.brand {
  color: #008ECE;
}
.hero a {
  position: relative;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  bottom: -30px;
  display: block;
  padding: 16px 32px;
  width: 300px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #fff;
}
.hero a:hover {
  background-color: #fff;
  color: #008ECE;
}
.hero p, .hero ul, .hero li {
  font-size: 1.5rem;
  font-weight: 200;
  color: #fff;
}

.main-header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  width: 100vw;
  padding: 0 5vw;
  color: #fff;
  z-index: 1;
}
.main-header a {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
}
.main-header .logo {
  min-width: 115px;
}
.main-header .logo #logo-svg img {
  width: 50px;
}
.main-header .logo #logo-text {
  float: right;
  margin: 0;
  padding: 0;
  top: 0;
  margin-top: -3px;
  margin-left: 5px;
}
.main-header .nav-links {
  display: flex;
  list-style: none;
  margin-left: 0;
}
.main-header .nav-links .nav-link {
  transistion: opacity 0.4s ease-in-out, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.main-header .nav-links .nav-link:nth-of-type(2) {
  transition-delay: 0.1s;
}
.main-header .nav-links .nav-link:nth-of-type(3) {
  transition-delay: 0.2s;
}
.main-header .nav-links .nav-link:nth-of-type(4) {
  transition-delay: 0.3s;
}
.main-header .nav-links .nav-link a {
  margin: 0.2rem;
  padding: 1rem 0.5rem;
}
.main-header .nav-links .nav-link a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.main-header .menu-icon {
  position: relative;
  padding: 26px 10px;
  cursor: pointer;
  z-index: 1;
  display: none;
}
.main-header .menu-icon__line {
  display: block;
  position: relative;
  background: #fff;
  height: 2px;
  width: 20px;
  border-radius: 4px;
  transition: background 0.8s ease;
}
.main-header .menu-icon__line::before, .main-header .menu-icon__line::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
}
.main-header .menu-icon__line::before {
  transform: translateY(-5px);
}
.main-header .menu-icon__line::after {
  transform: translateY(5px);
}
.main-header .menu-btn {
  position: absolute;
  top: -100px;
}
.main-header .menu-btn:focus ~ .menu-icon .menu-icon__line::before {
  transform: translateY(-7px);
}
.main-header .menu-btn:focus ~ .menu-icon .menu-icon__line::after {
  transform: translateY(7px);
}
.main-header.scrolled {
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  color: #008ECE;
  padding-top: 5px;
  border-bottom: 1px solid rgba(42, 52, 105, 0.5);
}
.main-header.scrolled img {
  filter: invert(53%) sepia(66%) saturate(6491%) hue-rotate(175deg) brightness(96%) contrast(101%);
}
.main-header.scrolled .menu-icon__line, .main-header.scrolled .menu-icon__line::before, .main-header.scrolled .menu-icon__line::after {
  background: #008ECE;
}

.user-logged-in header.main-header {
  margin-top: 30px;
}
.user-logged-in header.main-header.scrolled {
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .main-header .menu-icon {
    display: block;
  }
  .main-header .menu-icon__line {
    animation: closedMid 0.8s backwards;
    animation-direction: reverse;
  }
  .main-header .menu-icon__line::before {
    animation: closedTop 0.8s backwards;
    animation-direction: reverse;
  }
  .main-header .menu-icon__line::after {
    animation: closedBtm 0.8s backwards;
    animation-direction: reverse;
  }
  .main-header .nav-links {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 10rem 0;
    width: 100vw;
    height: 100vh;
    font-size: 2rem;
    color: #fff;
    background: #272727;
    transition: opacity 0.8s 0.5s, clip-path 1s 0.5s;
    clip-path: circle(200px at top right);
  }
  .main-header .nav-links .nav-link {
    opacity: 0;
    transform: translateX(100%);
    width: 100%;
    text-align: center;
  }
  .main-header .nav-links .nav-link a {
    display: block;
    padding: 2rem 0;
  }
  .main-header .menu-btn:checked ~ .nav-links {
    opacity: 1;
    clip-path: circle(100% at center);
  }
  .main-header .menu-btn:checked ~ .nav-links .nav-link {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.4s ease-in-out, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(1) {
    transition-delay: 0.7s;
  }
  .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(2) {
    transition-delay: 0.8s;
  }
  .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(3) {
    transition-delay: 0.9s;
  }
  .main-header .menu-btn:checked ~ .nav-links .nav-link:nth-of-type(4) {
    transition-delay: 1s;
  }
  .main-header .menu-btn:checked ~ .menu-icon {
    border-radius: 50%;
    animation: pulse 1s;
  }
  .main-header .menu-btn:checked ~ .menu-icon .menu-icon__line {
    background: #fff;
    animation: openMid 0.8s forwards;
  }
  .main-header .menu-btn:checked ~ .menu-icon .menu-icon__line::before {
    background: rgb(0, 0, 0);
    animation: openTop 0.8s forwards;
  }
  .main-header .menu-btn:checked ~ .menu-icon .menu-icon__line::after {
    background: #fff;
    animation: openBtm 0.8s forwards;
  }
  .main-header .hero h1 {
    font-size: 2rem;
  }
}
@keyframes pulse {
  from {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0);
    background: rgba(0, 142, 206, 0);
  }
}
@keyframes openTop {
  0% {
    transform: translateY(-5px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(90deg);
  }
}
@keyframes closedTop {
  0% {
    transform: translateY(-5px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(90deg);
  }
}
@keyframes openMid {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes closedMid {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes openBtm {
  0% {
    transform: translateY(5px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(90deg);
  }
}
@keyframes closedBtm {
  0% {
    transform: translateY(5px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(90deg);
  }
}
/* Generic styles */
html {
  scroll-behavior: smooth;
}

.container {
  padding-left: 3vw;
  justify-self: center;
  justify-items: center;
  max-width: 90rem;
  margin: auto;
}
.container section.why-us {
  justify-items: center;
  left: 5vw;
  position: relative;
  width: 80vw;
  max-width: 100rem;
  padding-top: 20px;
  padding-bottom: 20px;
}
.container section.why-us p {
  color: #4F504D;
}
.container #blurb {
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
  justify-items: center;
  justify-content: space-evenly;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
.container #blurb article {
  padding-left: 1rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.container #blurb blockquote {
  font-size: 1.75rem;
  color: #4F504D;
}
.container #blurb blockquote p {
  padding-left: 30px;
}
.container #blurb blockquote::before {
  content: "";
  position: absolute;
  height: 5rem;
  width: auto;
  border-left: 15px solid #008ECE;
}
.container #blurb p {
  padding-top: 5px;
  padding-bottom: 5px;
}
.container #services {
  padding: 2rem;
  display: grid;
  justify-items: center;
  justify-content: space-evenly;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  grid-gap: 1rem;
}

.services-bg {
  background: url("/themes/custom/opb/dist/css/../img/large_logo.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right bottom;
  background-size: 55vh;
  opacity: 0.7;
}

.banner {
  height: 50vh;
  width: auto;
}
.banner h2 {
  position: relative;
  color: #fff;
  font-size: 3rem;
  top: 80%;
  padding-left: 5vw;
}
.banner h2.dark {
  color: #4F504D;
}
.banner h2.brand {
  color: #008ECE;
}

#services.banner {
  background: url("/themes/custom/opb/dist/css/../dist/img/vcg.jpg");
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#why-us.banner {
  background: url("/themes/custom/opb/dist/css/../dist/img/snp1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#talk-to-us.banner {
  background: url("/themes/custom/opb/dist/css/../dist/img/generic.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 5px;
  padding: 1.5rem;
  opacity: 1;
  max-width: 90vw;
}
.card p {
  margin-top: 10px;
}
.card h3 {
  font-size: 1.75rem;
  color: #008ECE;
  padding-bottom: 1vh;
  border-bottom: 1px solid rgba(0, 142, 206, 0.5);
  margin-bottom: 1vh;
}
.card a {
  border: 1px solid #008ECE;
  padding: 12px 24px;
  border-radius: 5px;
  font-weight: 800;
  color: #008ECE;
  background-color: transparent;
  text-decoration: none;
  text-align: center;
  /* Button is inline-block element by default, it need to have block display for margin: 0 auto; to work */
  margin: 0;
  margin-top: 10px;
  display: block;
  width: 95%;
  transition-duration: 0.4s;
}
.card a:hover {
  background-color: #008ECE;
  opacity: 1;
  color: #fff;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.4);
}

#gallery {
  display: grid;
  justify-items: center;
  justify-content: space-evenly;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1rem;
  text-align: center;
  max-width: 50rem;
  margin: auto;
}
#gallery article img {
  padding: 10px;
  padding-bottom: 25px;
  width: 200px;
  height: 200px;
  box-shadow: 0px 3px 6px #CCCCCC;
  border-radius: 5px;
}
#gallery article img:hover {
  box-shadow: 0px 3px 6px #4F504D;
  cursor: pointer;
}

.block-webform-block {
  max-width: 900px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  box-shadow: 0 0 20px 0 rgba(87, 87, 87, 0.2);
}

.block-webform-block > * {
  padding: 1em;
}

/* FORM STYLES */
.contact form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 5px;
}

.contact form label {
  display: block;
  font-size: 1.5rem;
  color: #4F504D;
  padding-bottom: 0.3vh;
}

.contact form p {
  margin: 0;
}

.contact form .form-required:after {
  display: none;
  background-image: none;
}

.contact form .webform-button--submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  background-color: white;
  border-radius: 5px;
  transition: box-shadow 150ms cubic-bezier(0.4, 0.6, 0, 1), background-color 150ms cubic-bezier(0.4, 0.6, 0, 1), opacity 150ms cubic-bezier(0.4, 0.6, 0, 1);
  box-shadow: inset 0 0 0 1px rgba(239, 239, 239, 0), inset 0 0 0 1px #CCCCCC;
}

.contact form input,
.contact form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 50px;
  padding: 20px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  background-color: white;
  border-radius: 5px;
  transition: box-shadow 150ms cubic-bezier(0.4, 0.6, 0, 1), background-color 150ms cubic-bezier(0.4, 0.6, 0, 1), opacity 150ms cubic-bezier(0.4, 0.6, 0, 1);
  box-shadow: #CCCCCC 0px 0px 0px 1px inset, #CCCCCC 0px 0px 0px 1px inset;
}

.iti {
  display: block;
}

.contact form textarea {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 134px;
  padding-bottom: 11px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 11px;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: rgb(26, 26, 26);
  background-color: #fff;
  transition-delay: 0s, 0s, 0s;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-property: box-shadow, background-color, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1), cubic-bezier(0.4, 0, 0.6, 1), cubic-bezier(0.4, 0, 0.6, 1);
  box-shadow: #CCCCCC 0px 0px 0px 1px inset, #CCCCCC 0px 0px 0px 1px inset;
  height: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: 134px;
  border-radius: 10px;
}

.contact form input.webform-button--submit {
  /* background: #c9e6ff;
  border: 0;
  text-transform: uppercase; */
  border: 1px solid #008ECE;
  padding: 12px 24px;
  border-radius: 5px;
  font-weight: 800;
  color: #008ECE;
  background-color: transparent;
  text-decoration: none;
  text-align: center;
  margin: 0;
  margin-top: 10px;
  display: block;
  box-shadow: rgba(0, 106, 255, 0.247) 0px 0px 0px 1px inset, rgba(115, 115, 115, 0.753) 0px 0px 0px 1px inset;
  transition-duration: 0.4s;
}

.contact form input.webform-button--submit:hover,
.contact form input.webform-button--submit:focus {
  background: #008ECE;
  color: #fff;
  outline: 0;
  transition: background-color 1s ease-out;
}

/* LARGE SCREENS */
@media (min-width: 700px) {
  .wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
  .wrapper > * {
    padding: 2em;
  }
  .contact form .full {
    grid-column: 1/3;
  }
}
/* footer */
footer {
  background-color: #006A9C;
  padding: 0.75rem;
  color: white;
  text-align: center;
  font-size: 0.75rem;
  min-height: 10vh;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer p {
  color: #fff;
}
footer ul {
  list-style: none;
}

div.region-footer {
  display: grid;
  margin: 0.5rem;
  list-style: none;
}
div.region-footer div {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
div.region-footer .block-social {
  padding: 1rem;
}

*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Raleway", sans-serif;
  font-display: swap;
}

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