/* COHESIVE SCSS */
/* --- Variables --- */
/* --- Mixins --- */
/* --- Base --- */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  font-family: "Ubuntu", sans-serif;
  color: #58656D;
  overflow-x: hidden;
  background: black;
  position: relative;
}

body.logged-in.admin-bar {
  margin-top: -32px;
}

b, strong, .bold {
  font-weight: 600;
}

.full-background {
  background-position: top 50%;
  background-repeat: no-repeat;
  background-attachment: absolute;
  background-size: cover;
}

.half-background {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: absolute;
  background-size: cover;
}

.full-background-fixed {
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.hidden {
  display: none;
}

.col-0-gutter {
  padding-left: 0;
  padding-right: 0;
}

.col-0-gutter-left {
  padding-left: 0;
}

.col-0-gutter-right {
  padding-right: 0;
}

.col-0-margin {
  margin-left: 0;
  margin-right: 0;
}

.display-none {
  display: none;
  left: -999em;
}

.vh-75 {
  height: 75vh;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.6;
}

h2 {
  font-size: 2rem;
  font-weight: 400;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.75;
}

h4 {
  font-size: 1.063rem;
  line-height: 1.6;
}

p a {
  font-style: italic;
  text-decoration: none;
  color: #00B0F0;
  padding: 7px 0;
  border-radius: 15px;
  transition: all, 0.3s;
}
p a:hover {
  background: #215A89;
  color: white;
  padding: 7px 10px;
}
p a img {
  margin-top: -4px;
  margin-left: 7px;
}

p.button a {
  padding: 8px 15px;
  color: white;
  border-radius: 15px;
  overflow: hidden;
  display: inline-block;
  background: rgb(33, 90, 137);
  background: linear-gradient(32deg, rgb(33, 90, 137) 0%, rgb(0, 176, 240) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#215a89",endColorstr="#00b0f0",GradientType=1);
  text-decoration: none;
  transition: all, 0.3s;
}
p.button a:hover {
  background: #0E1E3B;
  color: white;
  padding: 8px 20px;
}
p.button a img {
  margin-top: -4px;
  margin-left: 7px;
}

.invert {
  color: white;
}

.blue-gradient-alpha {
  background: rgb(33, 90, 137);
  background: linear-gradient(32deg, rgba(33, 90, 137, 0.85) 0%, rgba(0, 176, 240, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#215a89",endColorstr="#00b0f0",GradientType=1);
}

.blue-gradient-full {
  background: rgb(33, 90, 137);
  background: linear-gradient(32deg, rgb(33, 90, 137) 0%, rgb(0, 176, 240) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#215a89",endColorstr="#00b0f0",GradientType=1);
}

div.grecaptcha-badge {
  z-index: -1 !important;
}

div.page-intro {
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

div.top-white-bordered {
  margin-top: 2rem;
  border: 3px solid white;
  border-bottom: none !important;
  border-radius: 15px 15px 0 0;
  padding: 0 !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

div.bottom-white-bordered {
  border: 3px solid white;
  border-top: none !important;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

div.both-white-bordered {
  margin-top: 2rem;
  padding: 0 !important;
  border: 3px solid white;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: rgba(14, 30, 59, 0.65);
}
div.both-white-bordered h1 {
  font-size: 1.875rem;
  font-weight: 300;
  color: #00B0F0;
  text-align: right;
  margin: 15px 15px 0 0;
}
div.both-white-bordered h2 {
  font-size: 1.438rem;
  font-weight: 600;
  color: white;
  text-align: right;
  margin: 0 15px 15px 0;
}

nav.navbar-light {
  margin: 0;
  padding: 0;
}
nav.navbar-light a.navbar-brand {
  padding: 0 20px;
  margin: 0;
  width: 33.33333%;
  height: inherit;
}
nav.navbar-light a.home-brand {
  height: 290px;
}
nav.navbar-light div.left-nav {
  width: 66.66666%;
}
nav.navbar-light div#navbarNav {
  width: 100%;
}
nav.navbar-light div.navbar-collapse {
  background: rgba(255, 255, 255, 0.85);
}
nav.navbar-light ul.navbar-nav li.nav-item a.nav-link {
  font-size: 0.875rem;
  color: #215A89;
  font-weight: 500;
  padding: 10px 15px;
}
nav.navbar-light ul.navbar-nav li.nav-item a.nav-link:hover {
  background: #215A89;
  color: white;
}
nav.navbar-light li.dropdown:hover ul.dropdown-menu, nav.navbar-light li.dropdown:focus ul.dropdown-menu {
  display: block;
}
nav.navbar-light li.dropdown:hover ul.dropdown-menu a, nav.navbar-light li.dropdown:focus ul.dropdown-menu a {
  font-size: 0.875rem;
}

div#page {
  background: #EEEFF0;
}

section#home div.heading .col-lg-4 {
  background: rgba(14, 30, 59, 0.65);
  padding: 0 40px;
}
section#home div.heading .col-lg-4 h1 {
  color: white;
  font-weight: bold;
  margin-top: 20px;
}
section#home div.heading .col-lg-4 p.button {
  margin-top: 20px;
}
section#home div.heading .col-lg-8 {
  background: white;
  padding: 0 40px;
}
section#home div.heading .col-lg-8 h4 {
  color: #215A89;
  font-weight: bold;
  margin-top: 20px;
  font-weight: 500;
}
section#home div.first-block {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
section#home div.first-block .col-lg-8 {
  background: white;
  padding: 30px 40px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
section#home div.first-block .col-lg-8 h3 {
  color: #00B0F0;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 0 20px 0;
}
section#home div.second-block {
  position: relative;
  z-index: 10;
  margin-top: 60px;
}
section#home div.second-block .col-lg-8 {
  background: #215A89;
  color: white;
  padding: 30px 40px;
  border: 3px solid white;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
section#home div.second-block .col-lg-8 h3 {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 0 20px 0;
}

section#about-us {
  padding-bottom: 100px;
}
section#about-us div.container {
  position: relative;
  z-index: 1;
}
section#about-us div.container div.col-lg-3 div {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 15px;
  margin-top: 30px;
}
section#about-us div.container div.col-lg-3 figure {
  margin: 0;
  padding-top: 10px;
}
section#about-us div.container div.col-lg-3 figure img {
  margin: 0 auto;
  display: inherit;
}
section#about-us div.container div.col-lg-3 div.name-block {
  border-radius: 0 0 15px 15px;
  background: white;
  text-align: center;
  padding: 15px;
  margin: 0;
  color: #215A89;
}
section#about-us div.container div.col-lg-3 div.name-block a {
  cursor: pointer;
}
section#about-us div.modal {
  color: #215A89;
}

section#why-us div.container {
  position: relative;
  z-index: 1;
}
section#why-us div.first-container {
  margin-top: 30px;
  border: 3px solid white;
  border-radius: 15px;
  background: white;
}
section#why-us div.first-container h3 {
  color: #215A89;
  margin: 30px 0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}
section#why-us h4 {
  text-align: center;
  color: #215A89;
  margin: 20px 0 10px 0;
}
section#why-us div.reasons {
  background-image: url("../images/why-us-bg.jpg");
  padding: 60px 0;
  margin-top: -33px;
}
section#why-us div.reasons div.container div.container {
  background: rgba(78, 123, 161, 0.85);
  border-radius: 15px;
  color: white;
  margin-bottom: 30px;
}
section#why-us div.reasons div.col-lg-4 {
  padding: 30px;
}
section#why-us div.reasons div.col-lg-8 {
  padding: 30px;
}
section#why-us div.reasons div.col-lg-8 p:last-child {
  margin: 0;
}

section#services {
  padding-bottom: 40px;
}
section#services div.container {
  position: relative;
  z-index: 1;
}
section#services div.first-container {
  margin-top: 30px;
  border: 3px solid white;
  border-radius: 15px;
  background: transparent;
}
section#services div.first-container h3 {
  color: #215A89;
  margin: 30px 0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}
section#services div.accordion {
  margin: 60px 0;
  background: white;
  border-radius: 15px;
  padding: 15px;
}
section#services div.accordion .accordion-item {
  margin-bottom: 15px;
  border: none;
}
section#services div.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
section#services div.accordion .accordion-button {
  background: #E0F6FD;
  color: #00B0F0;
  border-radius: 15px;
}

section#contact-us {
  padding-bottom: 80px;
}
section#contact-us div.container {
  position: relative;
  z-index: 1;
}
section#contact-us div.container h3 {
  font-size: 1.5rem;
  color: white;
  font-weight: 600;
}
section#contact-us div.container div.blue-backgrounded {
  margin-top: 30px;
  background: rgba(78, 123, 161, 0.5);
  padding: 15px;
}
section#contact-us div.container div.blue-backgrounded p a img {
  width: 35px;
  height: 35px;
  margin: 0;
}
section#contact-us div.container div.blue-backgrounded p a:hover {
  background: none;
  padding: 0;
}
section#contact-us div.container div.blue-backgrounded div.dark-blue {
  background: rgb(33, 90, 137);
  background: linear-gradient(90deg, rgb(33, 90, 137) 0%, rgb(0, 176, 240) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#215a89",endColorstr="#00b0f0",GradientType=1);
  border-radius: 15px;
  padding: 15px;
  color: white;
}
section#contact-us div.container div.blue-backgrounded div.dark-blue h3 {
  width: 40%;
  margin: 0;
}
section#contact-us div.container div.blue-backgrounded div.dark-blue p {
  width: 60%;
  border-left: 2px solid white;
  padding-left: 15px;
  margin: 0;
}
section#contact-us div.container div.blue-backgrounded a {
  color: white;
}
section#contact-us div.container div.col-lg-5 {
  margin-top: 30px;
  background: rgba(78, 123, 161, 0.7);
  padding: 15px;
}
section#contact-us div.container div.col-lg-7 {
  margin-top: 30px;
  background: white;
  padding: 15px;
}
section#contact-us div.container div.col-lg-7 h3 {
  color: #00B0F0;
}
section#contact-us div.container div.col-lg-7 input, section#contact-us div.container div.col-lg-7 textarea, section#contact-us div.container div.col-lg-7 select {
  background: #E0F6FD;
  border: none;
  border-radius: 15px;
  width: 100%;
  padding: 7px 15px;
  margin-bottom: 15px;
}
section#contact-us div.container div.col-lg-7 input::-moz-placeholder, section#contact-us div.container div.col-lg-7 textarea::-moz-placeholder, section#contact-us div.container div.col-lg-7 select::-moz-placeholder {
  font-style: italic;
  color: #58656D;
}
section#contact-us div.container div.col-lg-7 input::placeholder, section#contact-us div.container div.col-lg-7 textarea::placeholder, section#contact-us div.container div.col-lg-7 select::placeholder {
  font-style: italic;
  color: #58656D;
}
section#contact-us div.container div.col-lg-7 .wpcf7-submit {
  background: rgb(33, 90, 137);
  background: linear-gradient(90deg, rgb(33, 90, 137) 0%, rgb(0, 176, 240) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#215a89",endColorstr="#00b0f0",GradientType=1);
  width: 200px;
  margin: 0 auto;
  color: white;
  font-style: italic;
}

section#legal {
  padding-bottom: 100px;
}
section#legal .container {
  position: relative;
  z-index: 1;
}

footer {
  position: relative;
  z-index: 1;
  background: white;
  margin-top: -40px;
  padding: 100px 0 0 0;
  color: #215A89;
}
footer h4 {
  font-size: 1.063rem;
  font-weight: 600;
  margin-bottom: 20px;
}
footer h4 span {
  color: #00B0F0;
  font-weight: 400;
}
footer p {
  font-size: 0.938rem;
}
footer div.col-lg-4 p {
  font-size: 0.813rem;
  font-weight: 600;
}
footer div.col-lg-8 {
  border-left: 1px solid #00B0F0;
  padding-left: 30px;
}
footer div.col-lg-8 p {
  margin: 0 0 5px 0;
  font-weight: 500;
}
footer div.col-lg-8 .extra-margin {
  margin-top: 15px;
}
footer div.copyright {
  padding-top: 1rem;
  font-size: 0.813rem;
  background: #EBF9FE;
}
footer div.copyright p {
  text-align: right;
  font-size: 0.813rem;
}

@media (max-width: 768px) {
  body.logged-in.admin-bar {
    margin-top: 0;
    padding-top: 20px;
  }
  body.logged-in.admin-bar nav {
    margin-top: 0;
  }
  .blue-gradient-alpha {
    background: none;
  }
  .blue-gradient-full {
    background: rgb(33, 90, 137);
    background: linear-gradient(32deg, rgb(33, 90, 137) 0%, rgb(0, 176, 240) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#215a89",endColorstr="#00b0f0",GradientType=1);
  }
  div.top-white-bordered {
    border: none;
  }
  div.bottom-white-bordered {
    border: none;
  }
  div.both-white-bordered {
    border: none;
  }
  div.both-white-bordered h1 {
    margin: 15px 15px 0 15px;
    border-top: 1px solid #00B0F0;
  }
  nav.navbar-light {
    background: rgb(33, 90, 137);
    background: linear-gradient(32deg, rgba(33, 90, 137, 0.85) 0%, rgba(0, 176, 240, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#215a89",endColorstr="#00b0f0",GradientType=1);
    /*div#navbarNav.show {
    	.collapse {
    		@include transitions(all, 0.3s);
    		display: block;
    	}
    }*/
  }
  nav.navbar-light a.navbar-brand {
    padding: 0 15px;
    margin: 0;
    width: 75%;
    height: 150px;
  }
  nav.navbar-light a.navbar-brand img {
    max-width: 100%;
  }
  nav.navbar-light a.home-brand {
    height: 150px;
  }
  nav.navbar-light div.left-nav {
    width: 100%;
  }
  nav.navbar-light div#navbarNav {
    width: 100%;
  }
  nav.navbar-light button.navbar-toggler {
    margin-right: 15px;
    margin-top: 56px;
    border-color: white;
    background-color: white;
    height: 40px;
  }
  nav.navbar-light ul.navbar-nav li.nav-item a.nav-link {
    font-size: 1rem;
  }
  div#page {
    background: #EEEFF0;
  }
  section#home div.first-block {
    margin: 30px 15px 0 15px;
  }
  section#home div.second-block {
    margin: 30px 15px 0 15px;
  }
  section#about-us div.container div.col-lg-3 figure {
    max-width: 100%;
  }
  section#about-us div.container div.col-lg-3 figure img {
    max-width: 100%;
  }
  section#why-us div.first-container {
    margin: 30px 15px;
    width: auto;
    border: none;
    padding: 15px;
  }
  section#why-us div.first-container h3 {
    font-size: 1.15rem;
  }
  section#why-us div.reasons div.col-lg-4 {
    padding: 15px 15px 0 15px;
  }
  section#why-us div.reasons div.col-lg-8 {
    padding: 0 15px 15px 15px;
  }
  section#why-us div.reasons div.col-lg-8 p:last-child {
    margin: 0;
  }
  section#services {
    padding-bottom: 40px;
  }
  section#services div.container {
    position: relative;
    z-index: 1;
  }
  section#services div.first-container {
    margin: 30px 15px;
    width: auto;
  }
  section#services div.accordion {
    margin: 0px 0 30px 0;
  }
  section#services div.accordion .accordion-item {
    margin-bottom: 15px;
    border: none;
  }
  section#services div.accordion .accordion-item:last-child {
    margin-bottom: 0;
  }
  section#services div.accordion .accordion-button {
    background: #E0F6FD;
    color: #00B0F0;
    border-radius: 15px;
  }
  section#contact-us div.container div.blue-backgrounded {
    margin-top: 30px;
    background: rgba(78, 123, 161, 0.5);
    padding: 15px;
  }
  section#contact-us div.container div.blue-backgrounded div.dark-blue h3 {
    width: 100%;
  }
  section#contact-us div.container div.blue-backgrounded div.dark-blue p {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
  section#contact-us div.container div.col-lg-5 {
    margin-top: 30px;
    background: rgba(78, 123, 161, 0.7);
    padding: 15px;
  }
  section#contact-us div.container div.col-lg-5 iframe {
    height: 200px;
  }
  section#contact-us div.container div.col-lg-7 {
    margin-top: 30px;
    background: white;
    padding: 15px;
  }
  section#contact-us div.container div.col-lg-7 h3 {
    color: #00B0F0;
  }
  section#contact-us div.container div.col-lg-7 input, section#contact-us div.container div.col-lg-7 textarea, section#contact-us div.container div.col-lg-7 select {
    background: #E0F6FD;
    border: none;
    border-radius: 15px;
    width: 100%;
    padding: 7px 15px;
    margin-bottom: 15px;
  }
  section#contact-us div.container div.col-lg-7 input::-moz-placeholder, section#contact-us div.container div.col-lg-7 textarea::-moz-placeholder, section#contact-us div.container div.col-lg-7 select::-moz-placeholder {
    font-style: italic;
    color: #58656D;
  }
  section#contact-us div.container div.col-lg-7 input::placeholder, section#contact-us div.container div.col-lg-7 textarea::placeholder, section#contact-us div.container div.col-lg-7 select::placeholder {
    font-style: italic;
    color: #58656D;
  }
  section#contact-us div.container div.col-lg-7 .wpcf7-submit {
    background: rgb(33, 90, 137);
    background: linear-gradient(90deg, rgb(33, 90, 137) 0%, rgb(0, 176, 240) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#215a89",endColorstr="#00b0f0",GradientType=1);
    width: 200px;
    margin: 0 auto;
    color: white;
    font-style: italic;
  }
  footer {
    margin-top: -20px;
    padding: 60px 0 0 0;
  }
  footer div.col-lg-8 {
    border-left: none;
    padding: 0 12px;
  }
  footer div.col-lg-8 p {
    margin: 0 0 5px 0;
    font-weight: 500;
  }
  footer div.col-lg-8 .extra-margin {
    margin: 15px 0 15px 0;
  }
  footer div.copyright {
    padding-top: 1rem;
    font-size: 0.813rem;
    background: #EBF9FE;
  }
  footer div.copyright a {
    display: block;
    margin-bottom: 0.5rem;
  }
  footer div.copyright p {
    text-align: left;
    font-size: 0.813rem;
  }
}/*# sourceMappingURL=style.css.map */