/*!
Theme Name: Culy Contracting 2021
Theme URI: https://www.redelephantdigital.com/
Author: Jason Toomey
Author URI: https://www.redelephantdigital.com/
Description: A responsive theme built for Culy Contracting. This theme was updated in July 2021 by Red Elephant Digital Media.
Tags: fluid-layout, responsive-layout, custom-menu, right-sidebar, featured-images, theme-options, custom-header, featured-image-header
Version: 1.0.0
*/
/*
===========================================================
 Variables and Mixins
===========================================================
*/
/* Declare CSS properties from a map variable */
/* Declare similar CSS properties on a single line */
/* Triangles */
/* Vertical Align */
/*
===========================================================
 Normalize, Page Layout, and Grid
===========================================================
*/
/* Grid Breakpoints */
/* Page Breakpoints */
/* Device Media Queries */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  /* autoprefixer: off */
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  /* autoprefixer: off */
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  /* autoprefixer: off */
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  /* autoprefixer: off */
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

#page {
  background-color: #102e68;
  background-image: url("./library/images/background-texture-v2.png");
  background-repeat: repeat;
}

.site-content,
.site-footer {
  position: relative;
  background-color: #fff;
  background-image: url("./library/images/grid-20.png");
  background-position: 10px 10px;
  padding-top: 20px;
}

.site-content .triangle-top,
.site-footer .triangle-top {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  padding-top: 8%;
  margin-bottom: -2px;
  background-color: #5096dc;
  clip-path: polygon(0% calc(20% - 6px), 100% calc(95% - 6px), 100% 100%, 0% 100%);
}

.site-content .triangle-top::before,
.site-footer .triangle-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-image: url("./library/images/grid-20.png");
  background-position: left 10px bottom -8px;
  clip-path: polygon(0% 20%, 100% 95%, 100% 100%, 0% 100%);
}

.site-content .triangle-top + .main-content {
  margin-top: -4%;
}

.site-footer {
  margin-top: 8%;
}

.site-footer .triangle-top + .content-container {
  margin-top: -3%;
}

.fixed-width {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1180px;
}

@media (max-width: 1440px) {
  .fixed-width {
    width: 1180px;
  }
}

@media (max-width: 1260px) {
  .fixed-width {
    width: 1020px;
  }
}

@media (max-width: 1160px) {
  .fixed-width {
    width: 960px;
  }
}

@media (max-width: 1030px) {
  .fixed-width {
    width: 830px;
  }
}

@media (max-width: 940px) {
  .fixed-width {
    width: 730px;
  }
}

@media (max-width: 768px) {
  .fixed-width {
    width: auto;
    margin-left: 8%;
    margin-right: 8%;
  }
}

@media (max-width: 540px) {
  .fixed-width {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 540px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 540px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 540px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 540px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 541px) and (max-width: 768px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 541px) and (max-width: 768px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 541px) and (max-width: 768px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 541px) and (max-width: 768px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 769px) and (max-width: 1030px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 769px) and (max-width: 1030px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 769px) and (max-width: 1030px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 769px) and (max-width: 1030px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1031px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1031px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1031px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1031px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 540px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 541px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 769px) and (max-width: 1030px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1031px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 541px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 769px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1031px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 541px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 769px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1031px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

/*
===========================================================
 Vendors
===========================================================
*/
/*****************************************************************
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 *****************************************************************/
/* RESET AND LAYOUT */
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/* THEME */
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("./library/images/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("./library/images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("./library/images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("./library/images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("./library/images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidr.right {
  left: auto;
  right: -280px;
}

.sidr.left {
  left: -280px;
  right: auto;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #5096dc;
  padding: 3px;
}

#cboxLoadingGraphic {
  background: url(./library/images/colorbox-loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(./library/images/colorbox-controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/*
===========================================================
 Components
===========================================================
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 16px;
}

body {
  height: 100%;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #34383c;
}

a {
  color: #102e68;
}

a:hover {
  color: #5096dc;
  text-decoration: none;
}

a:active {
  color: #5096dc;
}

a:focus {
  outline: 1px solid currentColor;
  outline-offset: 2px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h1, .h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Oswald", "Lato", "Arial", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #102e68;
  text-transform: uppercase;
}

h2, .h2 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #5096dc;
}

h3, .h3 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-family: "Oswald", "Lato", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #102e68;
}

h4, .h4 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #5096dc;
}

h5, .h5 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-family: "Oswald", "Lato", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #102e68;
}

h6, .h6 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #5096dc;
}

h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 0.5rem;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

ol, ul {
  padding: 0 0 0 1em;
  margin: 0;
}

ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
}

ul ul ul {
  list-style-type: square;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

table {
  border-collapse: collapse;
}

td, th {
  padding: 0.625rem 1rem;
  border: 1px solid #ccc;
}

th {
  text-align: inherit;
}

hr {
  display: block;
  margin: 2rem 0;
  border: 0;
  border-bottom: 2px solid rgba(80, 150, 220, 0.5);
}

blockquote {
  padding: 0 0 0 1.125rem;
  margin: 1.5rem 0;
  border-width: 0 0 0 3px;
  border-style: solid;
  border-color: currentColor;
}

input[type='submit'], input[type='button'], input[type='reset'], button {
  display: inline-block;
  font-family: "Oswald", "Lato", "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  padding: 0.4em 1em;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(46, 52, 58, 0.2);
  background-color: #102e68;
  color: #fff;
  text-transform: uppercase;
}

input:hover[type='submit'], input:hover[type='button'], input:hover[type='reset'], button:hover {
  background-color: #5096dc;
}

input[type='text'], input[type='password'], input[type='email'], input[type='url'], input[type='number'], input[type='search'], textarea, select {
  font-family: "Lato", "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  padding: 0.4em;
  border: 1px solid #BBBBBB;
  outline-color: #5096dc;
  border-radius: 3px;
  width: 16em;
  max-width: 100%;
  box-shadow: 0px 0px 3px rgba(46, 52, 58, 0.1);
  background-color: #fff;
}

input:focus[type='text'], input:focus[type='password'], input:focus[type='email'], input:focus[type='url'], input:focus[type='number'], input:focus[type='search'], textarea:focus, select:focus {
  border-color: #5096dc;
}

input:hover[type='text'], input:hover[type='password'], input:hover[type='email'], input:hover[type='url'], input:hover[type='number'], input:hover[type='search'], textarea:hover, select:hover {
  box-shadow: 0px 0px 5px rgba(46, 52, 58, 0.2);
}

input[type='number'] {
  width: 4em;
}

textarea {
  width: 24em;
  height: 6em;
}

label {
  font-family: "Lato", "Arial", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #5096dc;
}

/* Wordpress */
.alignnone {
  margin: 0 1.5em 1em 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto 0 auto;
}

.alignright {
  float: right;
  margin: 0 0 1em 1.5em;
}

.alignleft {
  float: left;
  margin: 0 1.5em 1em 0;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1.5em;
}

a img.alignnone {
  margin: 0 1.5em 1em 0;
}

a img.alignleft {
  float: left;
  margin: 0 1.5em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
  margin: 2px 1em 4px 1em;
  text-align: center;
}

.wp-caption.alignnone {
  display: block;
  margin: 0 1.5em 1em 0;
}

.wp-caption.alignleft {
  margin: 0 1.5em 1em 0;
}

.wp-caption.alignright {
  margin: 0 0 1em 1.5em;
}

.wp-caption img {
  border: none;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 1.5em;
  margin: 0;
  padding: 2px 1em 4px 1em;
}

.wp-caption p.wp-caption-text a {
  font-size: 12px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  width: auto;
  height: auto;
  left: 5px;
  top: 5px;
  z-index: 100000;
  /* Above WP toolbar. */
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
}

.site-header .header-content {
  position: relative;
  z-index: 1;
  height: 200px;
  margin-bottom: -60px;
}

.site-header .header-content-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #5096dc;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(70% + 6px), 0% calc(95% + 6px));
}

.site-header .header-content-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-image: url("./library/images/grid-20.png");
  background-position: 10px 10px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 0% 95%);
}

.site-header .header-content-inner {
  display: flex;
  height: 100%;
  padding: 12px 32px 0 32px;
}

.site-header .header-left {
  flex: 0 0 auto;
}

.site-header .header-right {
  flex: 1 1 0%;
  align-self: center;
  padding: 0 0 64px 24px;
  text-align: right;
}

.site-header .site-logo {
  display: block;
  width: 274px;
  height: 120px;
  margin-top: 10px;
}

.site-header .site-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.site-header .site-info {
  margin-bottom: 12px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  color: #102e68;
}

.site-header .site-info a {
  font-style: italic;
  text-decoration: none;
  color: #5096dc;
}

.site-header .site-info .phone-number {
  margin-left: 12px;
}

.site-header .certification {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 100px;
}

.site-header .certification img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-header .navbar .menu {
  justify-content: flex-end;
}

.site-header .navbar-toggle {
  display: none;
  position: absolute;
  right: 32px;
  bottom: 52px;
  background-color: #5096dc;
  border-radius: 6px 6px 0 0;
}

.site-header .navbar-toggle:focus-within {
  outline: 2px solid #fff;
}

.site-header .navbar-toggle a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 28px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  outline: 0;
}

@media (max-width: 1030px) {
  .site-header .header-right {
    padding-bottom: 96px;
  }
  .site-header .certification {
    top: 12px;
  }
  .site-header .site-info {
    margin-bottom: 0;
  }
  .site-header .navbar {
    display: none;
  }
  .site-header .navbar-toggle {
    display: block;
  }
}

@media (max-width: 768px) {
  .site-header .header-content {
    height: 150px;
    margin-bottom: -45px;
  }
  .site-header .header-content-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .site-header .header-right {
    padding-bottom: 64px;
  }
  .site-header .site-logo {
    width: 206px;
    height: 90px;
    margin-top: 4px;
  }
  .site-header .site-info {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .site-header .certification {
    right: 24px;
    width: 75px;
  }
  .site-header .navbar-toggle {
    right: 24px;
    bottom: 20px;
    border-radius: 6px;
  }
}

@media (max-width: 540px) {
  .site-header .site-info {
    display: none;
  }
}

/* Main Navigation */
.navbar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navbar a {
  display: block;
  padding: 8px;
  font-family: "Oswald", "Lato", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #102e68;
}

.navbar a:hover {
  color: #5096dc;
}

.navbar a:focus:not(:focus-visible) {
  outline: 0;
}

.navbar .menu {
  display: flex;
  margin: 0 -10px;
}

.navbar .menu > li {
  display: inline-block;
  flex: 0 1 auto;
  margin: 0 2px;
}

.navbar .menu > li:hover .sub-menu {
  left: auto;
}

.navbar .menu > li:focus-within .sub-menu {
  left: auto;
}

.navbar .sub-menu {
  position: absolute;
  left: -9999px;
  z-index: 150;
  background-color: #5096dc;
  width: 240px;
  padding: 8px 0;
  margin: 0 -4px;
  text-align: left;
}

.navbar .sub-menu a {
  padding: 8px 12px;
  text-transform: none;
  color: #fff;
}

.navbar .sub-menu a:hover {
  color: #fff;
  background-color: #102e68;
}

.navbar .sub-menu a:focus {
  outline-offset: 0;
}

.navbar .sub-menu.is-visible {
  left: auto;
}

#sidr-main-menu {
  background-color: #5096dc;
}

#sidr-main-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#sidr-main-menu .site-info {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(16, 46, 104, 0.5);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  text-align: center;
  color: #102e68;
}

#sidr-main-menu .site-info a {
  font-style: italic;
  text-decoration: none;
  color: #fff;
}

#sidr-main-menu .menu li {
  border-bottom: 1px solid rgba(16, 46, 104, 0.5);
}

#sidr-main-menu .menu a {
  display: block;
  padding: 12px 20px;
  font-size: 1.375rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  font-family: "Oswald", "Lato", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
  outline-offset: 0;
}

#sidr-main-menu .menu a:hover {
  color: #102e68;
}

#sidr-main-menu .sub-menu {
  padding-bottom: 12px;
}

#sidr-main-menu .sub-menu li {
  border-bottom: 0;
}

#sidr-main-menu .sub-menu a {
  padding: 8px 20px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: none;
}

/* Page Image */
.main-image img {
  display: block;
  width: 100%;
  height: auto;
}

.main-image .bxslider {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-image.main-featured-image {
  max-height: 520px;
  overflow: hidden;
}

/* Page Header */
.main-header .main-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* Page Search */
.main-search .search-form {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

/* Page Content */
.main-content .content-container {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.main-content .content-container:after {
  content: "";
  display: table;
  clear: both;
}

.main-content .content-area {
  margin-left: 16px;
  margin-right: 16px;
}

.main-content .content-area.content-multiple .hentry {
  margin-top: 24px;
}

.sidebar {
  padding-top: 24px;
  padding-bottom: 0;
  margin-left: 16px;
  margin-right: 16px;
}

.sidebar .widget + .widget {
  margin-top: 20px;
}

@media (min-width: 1031px) {
  .main-content {
    overflow: hidden;
  }
  .main-content .content-area {
    padding-left: 16px;
    padding-right: 16px;
    margin: 0;
  }
  .main-content .sidebar {
    width: 33.33333333%;
    margin: 0;
  }
  .main-content .content-left .content-area {
    float: left;
    width: 66.66666667%;
    padding-right: 32px;
  }
  .main-content .content-left .sidebar {
    float: right;
    padding: 12px 16px 12px 32px;
    border-left: 2px solid rgba(80, 150, 220, 0.5);
  }
  .main-content .content-right .content-area {
    float: right;
    width: 66.66666667%;
    padding-left: 32px;
  }
  .main-content .content-right .sidebar {
    float: left;
    padding: 12px 32px 12px 16px;
    border-right: 2px solid rgba(80, 150, 220, 0.5);
  }
}

@media (max-width: 1030px) {
  .main-content .content-area {
    margin-bottom: 24px;
  }
  .main-content .sidebar {
    border-top: 2px solid rgba(80, 150, 220, 0.5);
  }
}

/* Page Footer */
.main-footer {
  margin-top: 1em;
}

.main-footer .pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

.main-footer .pagination ul li {
  display: inline-block;
  float: left;
  font-family: "Oswald", "Lato", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #102e68;
}

.main-footer .pagination ul li a {
  padding: 0.8em;
  text-decoration: none;
}

.main-footer .pagination ul li span.current {
  padding: 0.8em;
  color: #5096dc;
}

.main-footer .pagination ul li:first-child a, .main-footer .pagination ul li:first-child span {
  padding-left: 0;
}

/* Content Header */
.entry-header .entry-title {
  margin-top: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* Content Meta */
.entry-meta {
  margin: 0.75rem 0;
  font-family: "Oswald", "Lato", "Arial", sans-serif;
  color: #102e68;
}

.entry-meta .meta-value {
  margin-right: 0.75rem;
}

.entry-meta a {
  color: #102e68;
}

.entry-meta a:hover {
  color: #5096dc;
}

/* Content */
.entry-content:after {
  content: "";
  display: table;
  clear: both;
}

.entry-content h1:first-child {
  max-width: 640px;
}

.entry-content h1 {
  margin-top: 0;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  clear: both;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}

@media (max-width: 540px) {
  .entry-content img {
    width: 100%;
  }
}

.entry-content p {
  margin-bottom: 1.25rem;
}

.entry-content ul, .entry-content ol, .entry-content dl {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}

.entry-content table, .entry-content pre, .entry-content blockquote {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.entry-content iframe {
  max-width: 100%;
}

.entry-content .featured-image {
  margin-top: 0.6em;
  margin-bottom: 1.2em;
}

.entry-content .featured-image img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.entry-content .read-more {
  display: inline-block;
  text-decoration: underline;
}

.entry-content .read-more:hover {
  text-decoration: none;
}

/* Content Footer */
.entry-content .gform_ajax_spinner {
  max-width: none;
  width: auto;
  height: auto;
}

.entry-content .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: 15px;
  color: #102e68;
}

.entry-content .gform_wrapper .bottom-margin {
  margin-bottom: 2em !important;
}

.entry-content .gform_wrapper .label-left .gfield_label {
  float: left;
  margin-right: 12px;
}

.ui-datepicker-title select {
  width: auto;
  padding: 0;
}

.sidebar .widget .menu {
  list-style-type: none;
  padding: 0 0 0 0.6em;
  margin: 0;
}

.sidebar .widget .menu li:before {
  content: "";
  border-color: transparent #102e68;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: inline-block;
  height: 0;
  width: 0;
  left: -0.5em;
  position: relative;
}

.sidebar .widget .menu li a {
  display: inline-block;
  text-decoration: none;
}

.sidebar .widget .menu li a:hover {
  color: #5096dc;
}

.sidebar .widget .menu ul {
  padding-left: 1em;
  list-style-type: none;
}

.sidebar .widget .menu ul li:before {
  border-color: transparent #5096dc;
}

.sidebar .widget h1, .sidebar .widget h2 {
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem;
  line-height: 2.75rem;
  text-transform: none;
}

.sidebar .widget h3, .sidebar .widget h4, .sidebar .widget h5, .sidebar .widget h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #5096dc;
  text-transform: none;
}

.sidebar .widget h4, .sidebar .widget h5, .sidebar .widget h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.sidebar .widget p, .sidebar .widget ul, .sidebar .widget ol, .sidebar .widget table, .sidebar .widget blockquote {
  margin-top: 0;
}

.sidebar .widget .read-more {
  display: inline-block;
  text-decoration: underline;
}

.sidebar .widget .read-more:hover {
  text-decoration: none;
}

.sidebar .widget .widget-title {
  margin: 0 0 1rem 0;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.25rem;
  line-height: 2.75rem;
  color: #102e68;
  text-transform: none;
}

.sidebar .widget .widget-title a:hover {
  text-decoration: none;
}

@media (max-width: 1030px) {
  .sidebar .widget h1, .sidebar .widget h2, .sidebar .widget .widget-title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

.sidebar .widget_search .search-field, .sidebar .widget_search .search-submit {
  margin-bottom: 0.5em;
}

.sidebar .widget_csk_submenu_widget ul li.current_page_item:before,
.sidebar .widget_nav_menu ul li.current_page_item:before,
.sidebar .widget_pages ul li.current_page_item:before {
  border-color: transparent #102e68;
}

.sidebar .widget_csk_submenu_widget ul li.current_page_item,
.sidebar .widget_nav_menu ul li.current_page_item,
.sidebar .widget_pages ul li.current_page_item {
  color: #102e68;
}

.sidebar .widget_csk_quick_links_widget .quick-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar .widget_csk_quick_links_widget .quick-links li {
  margin: 0.5rem 0;
}

.sidebar .widget_csk_quick_links_widget .quick-link {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border: 2px solid #5096dc;
  color: #102e68;
  background-color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.sidebar .widget_csk_quick_links_widget .quick-link:hover {
  border-color: #102e68;
}

.sidebar .widget_csk_quick_links_widget .quick-link.is-current-page {
  background-color: #dceaf8;
  border-color: #5096dc;
}

.sidebar .widget_csk_quick_links_widget .quick-link .icon {
  width: 3rem;
  height: 2rem;
  margin-left: -0.5rem;
  margin-right: 1rem;
}

.sidebar .widget_csk_quick_links_widget .quick-link .icon img {
  display: block;
  max-width: none;
  width: auto;
  height: 100%;
  margin: auto;
}

.sidebar .widget_csk_quick_links_widget .quick-link .text {
  font-family: "Oswald", "Lato", "Arial", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.sidebar.sidebar-interior .widget h1, .sidebar.sidebar-interior .widget h2, .sidebar.sidebar-interior .widget h3, .sidebar.sidebar-default .widget h1, .sidebar.sidebar-default .widget h2, .sidebar.sidebar-default .widget h3 {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.sidebar.sidebar-interior .widget h4, .sidebar.sidebar-interior .widget h5, .sidebar.sidebar-interior .widget h6, .sidebar.sidebar-default .widget h4, .sidebar.sidebar-default .widget h5, .sidebar.sidebar-default .widget h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.sidebar.sidebar-interior .widget .widget-title, .sidebar.sidebar-default .widget .widget-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #102e68;
}

.main-content .employment-archive-content {
  margin-bottom: 16px;
  border-bottom: 2px solid rgba(80, 150, 220, 0.5);
}

.main-content .employment-archive-content .main-search .search-form {
  margin-bottom: 24px;
}

.service-container {
  position: relative;
}

.service-container.has-background {
  background-color: #5096dc;
}

.service-container.has-background .services {
  padding-top: 20px;
}

.service-container.has-background .services .service {
  border-color: #fff;
}

.service-container.has-background .services a.service:hover {
  border-color: #102e68;
}

.service-container .services .service {
  position: relative;
  display: block;
  height: 120px;
  padding: 15px 30px;
  border: 3px solid #5096dc;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.service-container .services .service img {
  display: inline-block;
  margin: 0 auto;
  line-height: 25px;
  vertical-align: top;
  width: auto;
  height: auto;
}

.service-container .services .service span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 10px;
  transform: translateY(-50%);
  top: 50%;
  margin-top: 30px;
  font-family: "Oswald", "Lato", "Arial", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #102e68;
}

.service-container .services a.service:hover {
  border-color: #102e68;
}

.service-container .services.row {
  margin: -15px;
}

.service-container .services.row > div {
  padding: 15px;
}

@media (max-width: 1030px) {
  .service-container .services.row {
    margin: -10px;
  }
  .service-container .services.row > div {
    padding: 10px;
  }
}

@media (max-width: 400px) {
  .service-container .services.row > div {
    width: 100%;
  }
}

.bottom-content {
  padding-bottom: 8%;
  margin-bottom: -8%;
  overflow: hidden;
}

.bottom-content .content-area .bottom-slider {
  padding-top: 20px;
}

.bottom-content .content-area .bottom-slider .bx-wrapper .bx-prev,
.bottom-content .content-area .bottom-slider .bx-wrapper .bx-next {
  background-image: url("./library/images/controls-5.png");
}

.bottom-content .content-area .bottom-slider .bx-wrapper .bx-prev {
  left: -40px;
}

.bottom-content .content-area .bottom-slider .bx-wrapper .bx-next {
  right: -40px;
}

.bottom-content .content-area .bottom-slider ul.bxslider {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.bottom-content .content-area .bottom-slider ul.bxslider:after {
  content: "";
  display: table;
  clear: both;
}

.bottom-content .content-area .bottom-slider ul.bxslider li {
  float: left;
  height: 118px;
  margin-right: 32px;
  margin-bottom: 16px;
}

.bottom-content .content-area .bottom-slider ul.bxslider li a, .bottom-content .content-area .bottom-slider ul.bxslider li span {
  position: relative;
  display: block;
  padding: 14px 6px;
  height: 100%;
  border: 3px solid #fff;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  line-height: 84px;
}

.bottom-content .content-area .bottom-slider ul.bxslider li a:hover {
  border-color: #5096dc;
}

.bottom-content .content-area .bottom-slider ul.bxslider li img {
  display: inline-block;
  vertical-align: middle;
  color: #102e68;
  line-height: 1.2;
}

.bottom-content.solid-background {
  background-color: #102e68;
}

.service-container .content-area, .bottom-content .content-area {
  padding: 24px 16px 32px 16px;
}

.service-container .content-area h1, .service-container .content-area h2, .service-container .content-area h3, .service-container .content-area h4, .service-container .content-area h5, .service-container .content-area h6, .service-container .content-area p, .service-container .content-area ul, .service-container .content-area ol, .bottom-content .content-area h1, .bottom-content .content-area h2, .bottom-content .content-area h3, .bottom-content .content-area h4, .bottom-content .content-area h5, .bottom-content .content-area h6, .bottom-content .content-area p, .bottom-content .content-area ul, .bottom-content .content-area ol {
  color: white;
  margin: 0;
}

.service-container .content-area h1, .service-container .content-area h2, .bottom-content .content-area h1, .bottom-content .content-area h2 {
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: none;
}

.service-container .content-area h3, .service-container .content-area h4, .service-container .content-area h5, .service-container .content-area h6, .bottom-content .content-area h3, .bottom-content .content-area h4, .bottom-content .content-area h5, .bottom-content .content-area h6 {
  font-family: "Yellowtail", "Oswald", "Lato", sans-serif;
  font-weight: normal;
  font-size: 1.875rem;
  line-height: 2.5rem;
  text-transform: none;
}

@media (max-width: 1030px) {
  .service-container .content-area h1, .service-container .content-area h2, .bottom-content .content-area h1, .bottom-content .content-area h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .service-container .content-area h3, .service-container .content-area h4, .service-container .content-area h5, .service-container .content-area h6, .bottom-content .content-area h3, .bottom-content .content-area h4, .bottom-content .content-area h5, .bottom-content .content-area h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.bottom-content .content-area .bottom-slider.gallery ul.bxslider li {
  height: 194px;
  width: 263px;
  margin-right: 32px;
}

.bottom-content .content-area .bottom-slider.gallery ul.bxslider li a, .bottom-content .content-area .bottom-slider.gallery ul.bxslider li span {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 100%;
  border: 3px solid #5096dc;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
}

.bottom-content .content-area .bottom-slider.gallery ul.bxslider li a:hover {
  border-color: #fff;
}

.bottom-content .content-area .bottom-slider.gallery ul.bxslider li img {
  display: block;
  width: 100%;
  color: #102e68;
  line-height: 1.2;
}

.site-footer {
  position: relative;
  padding: 20px 0 32px 0;
  background-color: #fff;
}

.site-footer .footer-inner {
  padding: 0 16px;
}

@media (max-width: 400px) {
  .site-footer .footer-inner {
    padding: 0;
  }
}

.site-footer .footer-inner:after {
  content: "";
  display: table;
  clear: both;
}

.site-footer .footer-left {
  width: 206px;
  float: left;
}

.site-footer .footer-right {
  width: calc(100% - 206px);
  padding: 20px 0 0 32px;
  float: right;
}

@media (max-width: 768px) {
  .site-footer .footer-inner {
    text-align: center;
  }
  .site-footer .footer-left,
  .site-footer .footer-right {
    width: auto;
    padding: 20px 0 0 0;
    float: none;
  }
}

.site-footer .content-container .site-logo img {
  display: block;
  width: auto;
  height: 90px;
  margin: 0 auto;
}

.site-footer .content-container .midas-logo img {
  display: block;
  margin: 12px auto 6px auto;
}

.site-footer .content-container .midas-logo span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
}

.site-footer .content-container .navbar ul.footer-menu {
  display: flex;
  margin: 0 -4px;
}

.site-footer .content-container .navbar ul.footer-menu > li > a {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 4px;
  outline-offset: 0;
}

.site-footer .content-container .navbar ul.footer-menu > li + li:before {
  content: '|';
  display: inline-block;
  vertical-align: middle;
  padding: 10px 4px;
  font-family: "Oswald", "Lato", "Arial", sans-serif;
  font-size: 16px;
  color: #102e68;
  line-height: 1;
}

.site-footer .content-container .social-icons {
  position: absolute;
  top: 32px;
  right: 14px;
  margin: 0 -4px;
}

.site-footer .content-container .social-icons a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 4px;
  border-radius: 6px;
  background-color: #5096dc;
  text-align: center;
}

.site-footer .content-container .social-icons .fa {
  font-size: 20px;
  color: #fff;
  line-height: 32px;
}

.site-footer .content-container .copyright {
  margin: 6px 0 12px 0;
  font-size: 14px;
}

.site-footer .content-container .site-credit {
  padding: 10px 0;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  opacity: 0.7;
}

.site-footer .content-container .site-credit .site-by {
  margin-right: 2px;
}

.site-footer .content-container .site-credit a {
  color: inherit;
  text-decoration: none;
}

.site-footer .content-container .site-credit svg {
  position: relative;
  top: 3px;
  width: 103px;
  height: 14px;
  fill: currentColor;
}

@media (max-width: 1030px) {
  .site-footer .content-container .copyright {
    margin: 12px 0;
  }
  .site-footer .content-container .navbar {
    margin-bottom: 12px;
  }
  .site-footer .content-container .social-icons {
    position: static;
  }
}

@media (max-width: 768px) {
  .site-footer .content-container {
    margin-top: 0;
  }
  .site-footer .content-container .navbar ul.footer-menu {
    justify-content: center;
  }
}

/*
===========================================================
 Pages
===========================================================
*/
