html, body {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #222222;
  text-rendering: optimizeLegibility;
  font-family: "Raleway", sans-serif;
}

body {
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: multiply;
}

* {
  box-sizing: border-box;
}

h1, h2, h3 {
  padding: 15px 0 15px 0;
}

h1 {
  color: #53a8dc;
  font-size: 25px;
  line-height: 150%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 15px;
  color: #53a8dc;
}

h3 {
  margin: 0;
}

p {
  padding: 0px;
}

a {
  color: black;
  transition: color 300ms ease-in-out;
}
a:hover {
  color: #53a8dc;
  transition: color 300ms ease-in-out;
}

a:link, a:visited, a:hover {
  text-decoration: none;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

section {
  min-height: 0%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .hidden-on-mobile {
    display: none;
  }
}

img {
  height: auto;
}

#about-us {
  padding-top: 170px;
  padding-left: 0px;
  padding-right: 0px;
}
#about-us img {
  max-width: 100%;
  max-height: 100%;
}

#contact {
  padding-top: 170px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 25px;
}

#contact-form {
  padding-top: 0px;
}
#contact-form .container {
  border-top: 1px solid #e3e3e3;
  padding-top: 25px;
}
#contact-form .highlight {
  padding-top: 25px;
  font-size: 20px;
  color: #53a8dc;
  line-height: 130%;
}

#personnel {
  padding: 50px;
}
#personnel .container {
  border-top: 1px solid #e3e3e3;
  padding-top: 25px;
}
#personnel .personnel-container {
  padding: 5px;
  text-align: left;
}
#personnel h2 {
  color: black;
  font-weight: bold;
  padding: 0;
}
#personnel .service-link {
  padding-left: 0;
  padding-right: 0;
}
#personnel .portrait {
  padding: 0;
  min-height: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 1px solid #e3e3e3;
}

@media screen and (max-width: 767px) {
#personnel .portrait {
  padding: 0;
  min-height: 300px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #e3e3e3;
}
}

#personnel .position {
  font-style: italic;
  font-size: 12px;
}
#personnel .qualifications {
  font-weight: bold;
  font-size: 12px;
}
#personnel .bio {
  font-size: 15px;
}

.carousel {
  border: 1px solid #c8c8c8;
}

.carousel-item {
  background-color: white;
  text-align: center;
  background-image: linear-gradient(110deg, white 20%, #f0f0f0 100%);
  transition: all 0.25s ease-in-out;
}
.carousel-item:hover .image {
  filter: grayscale(100%);
  transition: all 0.25s ease-in-out;
}
.carousel-item:hover .icon, .carousel-item:hover .logo {
  transform: scale(1.1);
  transition: all 0.25s ease-in-out;
}
.carousel-item img {
  transition: all 1s ease-in-out;
  margin-bottom: 10px;
}
.carousel-item button {
  margin-top: 25px;
}
.carousel-item .justify-content-center {
  padding-right: 5px;
  padding-left: 20px;
}
.carousel-item h2 {
  font-size: 20px;
}
.carousel-item .icon-area {
  min-height: 400px;
}
.carousel-item .image {
  min-height: 400px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  filter: grayscale(0%);
  transition: all 0.25s ease-in-out;
}
.carousel-item .container {
  padding: 0;
}
.carousel-item .icon {
  width: 350px;
}
.carousel-item .logo {
  width: 150px;
  margin-right: 0px;
}

footer {
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 60px;
  color: black;
}
footer p {
  margin: 0px;
}
footer .col-lg-3 {
  padding: 5px;
}
footer .container {
  padding-top: 25px;
  border-top: 1px solid #e3e3e3;
}

#welcome-block {
  padding-top: 170px;
}

/* layout */
/* the + targets all .row (s) that imediately follow .row */
.row + .row {
  margin-top: 20px;
}

section {
  padding: 80px 0;
}

section.main-content {
  padding: 40px 0;
}

.section-header {
  text-align: center;
}

section h1 {
  margin: 0;
}

section h2 {
  margin: 0;
}

section h3 {
  margin: 0;
  padding-top: 0;
}

.modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
  padding-right: 17px;
}

a.anchor {
  display: block;
  position: relative;
  top: -51px;
  visibility: hidden;
}

a.services-hack {
  top: -120px;
}

.logo-small {
  height: 80px;
}

.thumb-logo {
  width: 300px;
  padding-top: 50px;
}

.company-logo {
  transition: transform 300ms ease-in-out 0s;
}

.company-logo.hover {
  transform: scale(1.2);
}

.navbar a {
  transition: color 300ms ease-in-out 0s;
}
.navbar a:hover {
  transition: color 300ms ease-in-out 0s;
}

.navbar-custom {
  background-color: white;
  border-top: 10px solid #255c97;
  padding-top: 100px;
  padding-bottom: 10px;
}
.navbar-custom .container {
  position: relative;
  padding-left: 140px;
}
@media screen and (max-width: 991px) {
  .navbar-custom .container {
    padding-left: 0px;
  }
}
.navbar-custom .navbar-brand {
  position: absolute;
  left: -5px;
  top: -75px;
}
@media screen and (max-width: 991px) {
  .navbar-custom .navbar-brand {
    left: auto;
    right: 0px;
    top: -35px;
  }
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
  color: black;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
  color: black;
  font-weight: bold;
}

.navbar-custom .nav-item {
  position: relative;
  display: block;
  margin-right: 30px;
}

.navbar-custom .nav-item:before {
  content: "";
  position: absolute;
  top: -15px;
  background: #53a8dc;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out 0s;
  left: calc(50% - 8px);
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
  color: #255c97;
}

#menu-primary-menu > .nav-item.active:before,
#menu-primary-menu > .nav-item:hover:before {
  content: "";
  position: absolute;
  top: -15px;
  background: #53a8dc;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  opacity: 1;
  transition: opacity 1s ease-in-out 0s;
  left: calc(50% - 8px);
}
@media screen and (max-width: 991px) {
  #menu-primary-menu > .nav-item.active:before,
#menu-primary-menu > .nav-item:hover:before {
    opacity: 0;
  }
}

/* for dropdown only - change the color of dropdown */
.navbar-custom .dropdown-menu {
  background-color: white;
  border-radius: 0;
  border: none;
}

.navbar-toggler-icon {
  right: 0;
}

.navbar-custom .dropdown-item {
  color: #53a8dc;
}

.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
  color: #255c97;
  background-color: white;
}

.logo {
  width: 110px;
}
@media screen and (max-width: 991px) {
  .logo {
    width: 80px;
  }
}

@media screen and (max-width: 991px) {
  .contact-link {
    display: none;
  }
}

.nav-link {
  font-weight: bold;
}
.nav-link a {
  color: red !important;
}
.nav-link a:hover {
  color: #53a8dc !important;
  transition: color 300ms ease-in-out 0s;
}

#services {
  padding-top: 170px;
  padding-left: 0px;
  padding-right: 0px;
}
#services h1 {
  padding-top: 0px;
  padding-bottom: 0px;
}
#services img {
  max-width: 100%;
  max-height: 100%;
}
#services .level-up {
  width: 20px;
}
#services .icon {
  width: 100px;
}
#services .service {
  position: relative;
}
#services .jumplink {
  position: absolute;
  top: -200px;
}

#service-block {
  padding-bottom: 50px;
  padding-top: 0px;
}
#service-block .container {
  border-top: 1px solid #e3e3e3;
  padding-top: 25px;
}
#service-block .service-container {
  padding: 5px;
  text-align: left;
}
#service-block .service-link {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 10px solid #53a8dc;
  transition: all 0.25s ease-in-out;
}
#service-block .service-link:hover {
  border-bottom: 10px solid #255c97;
  transition: all 0.25s ease-in-out;
}
#service-block .service-link:hover .image {
  filter: grayscale(100%);
}
#service-block .image {
  min-height: 150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  filter: grayscale(0%);
  transition: all 0.25s ease-in-out;
}

.navbar-toggle {
  overflow: hidden;
}

.navbar-toggle .icon-bar {
  transition: opacity, transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}

.navbar-toggle.collapsed .icon-bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%);
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.btn {
  border-radius: 0;
  border: none;
}

.btn-primary {
  background-color: #53a8dc;
  transition: all 1s ease-in-out 0s;
  color: white;
}
.btn-primary:hover {
  background-color: #255c97;
}

.btn-secondary {
  font-size: 15px;
  background-color: white;
  font-variant-caps: all-small-caps;
  border-radius: 0;
  transition: all 1s ease-in-out 0s;
  color: #53a8dc;
  padding: 2px 25px;
  border: 2px solid #53a8dc;
}
.btn-secondary.hover {
  background-color: #255c97;
  color: white;
  border: 2px solid #255c97;
}

label {
  font-size: 12px;
  font-weight: bold;
}

.hidden {
  display: none;
}

input[type=text],
input[type=email],
input[type=number],
input[type=url],
input[type=password],
input[type=tel],
input[type=search],
textarea {
  color: black;
  background-color: #e3e3e3;
  border: 1px solid #d0d0d0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 5px;
  border-radius: 0px;
}

input::placeholder, textarea::placeholder {
  color: black !important;
}

input[type=submit],
button[type=submit] {
  color: white;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 1.33;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: #53a8dc;
  border-radius: 0px;
  transition: all 0.5s ease-in-out 0s;
}

input[type=submit]:hover,
button[type=submit]:hover {
  outline: none;
  background: #255c97;
}

/* this overrides the crude styling which comes with contact form 7 */
div.wpcf7-mail-sent-ok {
  border: 0px !important;
}

div.wpcf7-mail-sent-ng {
  border: 0px !important;
}

div.wpcf7-spam-blocked {
  border: 0px !important;
}

div.wpcf7-validation-errors {
  border: 0px !important;
}

span.wpcf7-not-valid-tip {
  color: #255c97 !important;
}

.screen-reader-response {
  display: none;
}

.logged-in .fixed-top {
  top: 32px;
}
@media screen and (max-width: 782) {
  .logged-in .fixed-top {
    top: 46px;
  }
}

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