@charset "UTF-8";
/*!
Theme Name:         Safeguard Child
Theme URI:          http://www.insivia.com
Description:        Insivia Base Child Theme
Version:            1.0.0
Author:             insivia
Author URI:         http://insivia.com
Template: 			insivia-base
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Parent Theme CSS
# Navigation
	## Main Menu
	## Mega Menu
# Modules
# Page Specific
# Browser Fixes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Parent Theme CSS
--------------------------------------------------------------*/
@import url("../insivia-base/style.css");
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Raleway:700");
.main-navigation {
  background: #0d3658;
  clear: both;
  display: block;
  float: left;
  width: 100%;
  z-index: 10;
}

.navigation-item {
  position: relative;
  border-top: 1px dotted rgba(164, 215, 244, 0.1);
}
.navigation-item > a {
  color: #a4d7f4;
  display: block;
  padding: 29px 45px 29px 1rem;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  font-family: "din-regular", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 18px;
}
.navigation-item > a:after {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.navigation-item .navigation-description {
  display: block;
  font-size: 0.75rem;
  color: #9c9c9c;
  font-family: "din-regular", sans-serif;
  font-weight: 300;
  margin-top: 4px;
}

.navigation-item:after {
  font-family: "JumpStart";
  content: "";
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  margin-top: -8px;
  color: #01b4f0;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.navigation-item.mega-open:after, .navigation-item:hover:after {
  opacity: 1;
}

.navigation-item.mega-open > a, .navigation-item:hover > a {
  color: #a4d7f4;
}

.navigation-item:last-child {
  border-bottom: 1px solid rgba(164, 215, 244, 0.1);
}

.navigation-item > a:after {
  content: " ";
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

.navigation-item.mega-open > a:after,
.navigation-item:hover > a:after {
  width: 110% !important;
  -webkit-box-shadow: 0px 6px 12.74px 0.26px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 12.74px 0.26px rgba(0, 0, 0, 0.1);
}

/* Custom Styling */
.entry-header {
  display: none;
}

header {
  background-color: rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  top: 0;
  width: 100vw;
  height: 100px;
  position: fixed;
}
header .wrapper {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
}
header .wrapper .site-branding {
  width: 20%;
  padding-left: 0px;
}
header .wrapper .site-branding img {
  max-width: 125px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  header .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
header .ubermenu-responsive-toggle {
  background: transparent !important;
  background-color: transparent !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0px !important;
  pointer-events: all;
}
header .ubermenu-responsive-toggle i {
  font-size: 2.3rem;
}
header .ubermenu {
  border: none;
  background-color: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: static;
}
@media screen and (max-width: 1200px) {
  header .ubermenu {
    position: absolute;
    top: 100px;
    z-index: 9999;
    left: 0;
    background-color: #000;
    height: auto !important;
    max-height: none !important;
  }
  header .ubermenu * {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
  }
  header .ubermenu.ubermenu-responsive-collapse {
    visibility: hidden !important;
  }
  header .ubermenu.ubermenu-responsive-collapse * {
    visibility: hidden;
    opacity: 0;
  }
}
header .ubermenu .ubermenu-content-block.ubermenu-custom-content span {
  font-size: 48px;
  color: #fff;
  display: block;
  margin-bottom: 40px;
}
header .ubermenu .ubermenu-content-block.ubermenu-custom-content p {
  font-size: 1.2rem;
  color: #d5d5d5;
  line-height: 1.5rem;
}
header .ubermenu .ubermenu-content-block.ubermenu-custom-content a.btn-gray {
  color: #000 !important;
}
header .ubermenu .ubermenu-nav {
  border: none;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  header .ubermenu .ubermenu-nav {
    max-height: 70vh;
    overflow-y: scroll !important;
  }
}
header .ubermenu .ubermenu-nav .ubermenu-active:after {
  display: none;
}
header .ubermenu .ubermenu-nav .ubermenu-sub-indicator {
  display: none;
}
header .ubermenu .ubermenu-nav > .ubermenu-item {
  border: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .ubermenu .ubermenu-nav > .ubermenu-item > a {
  text-transform: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  opacity: 0.6;
}
header .ubermenu .ubermenu-nav > .ubermenu-item > a:hover, header .ubermenu .ubermenu-nav > .ubermenu-item > a:focus {
  opacity: 1;
}
header .ubermenu .ubermenu-nav > .ubermenu-item .ubermenu-target {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .ubermenu .ubermenu-nav > .ubermenu-item:hover {
  background-color: transparent;
}
header .ubermenu .ubermenu-nav > .ubermenu-item > .ubermenu-submenu {
  width: 100vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 99px;
  background: rgba(0, 0, 0, 0.85);
  border: none;
  padding-top: 75px;
  padding-bottom: 75px;
}
header .ubermenu .ubermenu-nav > .ubermenu-item > .ubermenu-submenu .ubermenu-custom-content {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1200px) {
  header .ubermenu .ubermenu-nav > .ubermenu-item > .ubermenu-submenu {
    -webkit-transform: none;
    transform: none;
    position: relative !important;
    padding: 0px;
    top: 0 !important;
    margin-top: 0px !important;
  }
}
header .ubermenu .ubermenu-nav > .ubermenu-item > .ubermenu-submenu .ubermenu-tab.ubermenu-active .ubermenu-target {
  background: transparent;
}
header .ubermenu .ubermenu-nav > .ubermenu-item > .ubermenu-submenu > .ubermenu-row {
  max-width: 1200px;
  margin: 0 auto;
}
header .ubermenu .ubermenu-nav > .ubermenu-item > .ubermenu-submenu > .ubermenu-row li {
  border: none;
}
header .ubermenu .ubermenu-nav > .ubermenu-item > .ubermenu-submenu > .ubermenu-row li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
  color: #fff;
  opacity: 0.6;
  border: none;
}
header .ubermenu .ubermenu-nav > .ubermenu-item > .ubermenu-submenu > .ubermenu-row li a:hover {
  opacity: 1;
}
header .ubermenu .ubermenu-nav .ubermenu-item-18940 {
  margin-left: auto !important;
}
@media screen and (max-width: 768px) {
  header .ubermenu .ubermenu-nav .ubermenu-item-18940 .ubermenu-content-block p, header .ubermenu .ubermenu-nav .ubermenu-item-18940 .ubermenu-content-block span {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header .ubermenu .ubermenu-nav .ubermenu-item-870 .ubermenu-content-block {
    width: 100%;
  }
  header .ubermenu .ubermenu-nav .ubermenu-item-870 .ubermenu-content-block form {
    width: 100%;
  }
  header .ubermenu .ubermenu-nav .ubermenu-item-870 .ubermenu-content-block form label {
    width: 100%;
  }
  header .ubermenu .ubermenu-nav .ubermenu-item-870 .ubermenu-content-block form label input {
    width: 100%;
  }
}
header .ubermenu .ubermenu-nav .ubermenu-tabs-group {
  border-color: transparent;
  margin-left: 30px;
}
@media screen and (max-width: 1200px) {
  header .ubermenu .ubermenu-nav .ubermenu-tabs-group {
    background-color: #000;
    border: none !important;
    margin-left: 0px;
  }
}
header .ubermenu .ubermenu-nav .ubermenu-tabs-group > li > .ubermenu-target {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
header .ubermenu .ubermenu-nav .ubermenu-tabs-group > li > .ubermenu-target:hover {
  opacity: 1;
}
header .ubermenu .ubermenu-nav .ubermenu-tabs-group > li.hoverIntent a:before {
  content: "+";
  font-size: 18px;
  position: absolute;
  left: 0;
  display: block;
}
@media screen and (max-width: 1200px) {
  header .ubermenu .ubermenu-nav .ubermenu-tabs-group > li.hoverIntent a:before {
    left: 200px;
  }
}
header .ubermenu .ubermenu-nav .ubermenu-tabs-group > li.hoverIntent a:hover:before {
  content: "-";
}
header .ubermenu .ubermenu-nav .ubermenu-tabs-group .ubermenu-tab-content-panel {
  background-color: transparent;
}
@media screen and (max-width: 1200px) {
  header .ubermenu .ubermenu-nav .ubermenu-tabs-group .ubermenu-tab-content-panel {
    position: relative !important;
  }
}
header .ubermenu .ubermenu-nav .ubermenu-tabs-group .ubermenu-tab-content-panel .ubermenu-target {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  color: #fff;
  opacity: 0.6;
}
header .ubermenu .ubermenu-nav .ubermenu-tabs-group .ubermenu-tab-content-panel .ubermenu-target:before {
  display: none;
}
header .ubermenu .ubermenu-nav .ubermenu-tabs-group .ubermenu-tab-content-panel .ubermenu-target:hover {
  background-color: #363636;
  opacity: 1;
}
header .ubermenu .utility-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}
header .ubermenu .utility-nav li {
  padding-right: 15px;
}
header .ubermenu .utility-nav li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
}
header .ubermenu .utility-nav li a:hover {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  header .ubermenu .utility-nav li a {
    margin-bottom: 20px;
  }
}
header.header-scrolled {
  position: fixed;
  top: 0;
  z-index: 99999;
  height: 100px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .ubermenu {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
    max-width: 80%;
  }

  .ubermenu-responsive-toggle {
    margin-left: auto !important;
  }
}
/*--------------------------------------------------------------
# Mega Menu
--------------------------------------------------------------*/
/* Mega Menu */
.mega-panel {
  height: 100vh;
  position: fixed;
  padding-left: 0px;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 48em) {
  .mega-panel {
    padding-left: 175px;
  }
}
@media (min-width: 65em) {
  .mega-panel {
    padding-left: 16.66666667%;
  }
}
.mega-panel .mega-panel-mega-inner {
  width: 100%;
  height: 100vh;
  float: left;
  position: relative;
  overflow: hidden;
}

.navigation-item > a:after {
  content: " ";
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  z-index: -1;
  background: #005288 !important;
}

.navigation-item.mega-open > a:after,
.navigation-item:hover > a:after {
  width: 100%;
}

.mega-close .mega-panel {
  width: 0;
  padding: 0;
}

[class*=panel-mega-] {
  height: 100vh;
  position: absolute;
  transition-timing-function: linear;
}

.panel-mega-1 {
  background: #FFF;
  z-index: 3;
  right: 100%;
  transition: right 1s ease 0s;
  overflow: hidden;
  width: 33.3333%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+34,f3f3f4+81,e0e0e0+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(left, white 34%, #f3f3f4 81%, #e0e0e0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 34%, #f3f3f4 81%, #e0e0e0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 34%, #f3f3f4 81%, #e0e0e0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e0e0e0",GradientType=1 );
  /* IE6-9 */
}

.mega-open .panel-mega-1 {
  right: 66.6666%;
}

.panel-mega-2 {
  background: #656565;
  z-index: 2;
  right: 100%;
  transition: right 1s ease 0s;
  color: #d0d0d0;
}

.mega-open .panel-mega-2 {
  right: 33.3333%;
}

.panel-mega-3 {
  background: #727272;
  z-index: 1;
  right: 100%;
  transition: right 1s ease 0s;
  color: #d0d0d0;
}
.panel-mega-3 a {
  color: #fff;
}

.mega-open .panel-mega-3 {
  right: 0%;
}

.mp-container {
  float: left;
  width: 100%;
  padding-top: 93px;
  padding-right: 10%;
  padding-left: 10%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.mp-container h3 {
  color: #8dbae6;
  margin: 0 0 2.3rem;
  line-height: 110%;
  font-weight: normal;
  padding: 0.25em 0;
  max-width: 250px;
  display: block;
  margin: 0 auto 2.3rem auto;
}
@media (min-width: 48em) {
  .mp-container {
    padding-top: 60px;
  }
  .mp-container h3 {
    font-size: 2rem;
  }
}
@media (min-width: 65em) {
  .mp-container {
    padding-top: 136px;
  }
  .mp-container h3 {
    font-size: 60px;
  }
}
.mp-container .widget_nav_menu .menu-item {
  display: block !important;
  width: 100% !important;
  float: none !important;
  font-weight: 700;
  border-bottom: 1px solid #005288;
}
.mp-container .widget_nav_menu .menu-item:first-of-type {
  border-top: 1px solid #005288;
}
.mp-container .widget_nav_menu .menu-item a {
  color: #005288;
  font-size: 21px;
  padding: 9px 0px;
  max-width: 220px;
  display: block;
  margin: 0 auto;
}
.mp-container .widget_nav_menu .menu-item a:focus {
  outline: none;
}
.mp-container .widget_nav_menu .menu-item.menu-item-has-children a {
  position: relative;
}
.mp-container .widget_nav_menu .menu-item.menu-item-has-children a:before {
  display: block;
  position: absolute;
  content: "+";
  top: 20%;
  left: -16px;
}
.mp-container .widget_nav_menu .menu-item.menu-item-has-children:hover a:before {
  content: "-";
}
.mp-container .widget_nav_menu .menu-item .sub-menu {
  position: relative;
  padding-left: 16px;
  display: none;
  width: 100%;
  box-shadow: none;
}
.mp-container .widget_nav_menu .menu-item .sub-menu li {
  font-weight: 400;
  border-bottom: none;
  padding: 0;
}
.mp-container .widget_nav_menu .menu-item .sub-menu li a {
  color: #c3c3c3;
  font-size: 1rem;
}
.mp-container .widget_nav_menu .menu-item.menu-item-has-children:hover .sub-menu {
  display: block;
}

a.list-btn {
  text-decoration: none;
  color: #01b4f0;
  border: 2px solid #8a8a8a;
  border-radius: 3px;
  padding: 1rem;
  padding-right: 50px;
  display: block;
  margin-bottom: 0.5rem;
  position: relative;
  transition: border 0.4s ease;
}
a.list-btn .list-btn-description {
  display: block;
  color: #e8e8e8;
  line-height: 1.2;
  font-size: 0.8rem;
}

a.list-btn:hover {
  border: 2px solid #c2c2c2;
}

a.list-btn:after {
  font-family: "JumpStart";
  content: "";
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  margin-top: -8px;
  color: #01b4f0;
  opacity: 0.6;
  transition: opacity 0.4s ease;
}

a.list-btn:hover:after {
  opacity: 1;
}

.close-menu {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 10;
  border: 1px solid #d0d0d0;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  line-height: 1;
}

.second-nav {
  float: left;
  width: 100%;
  padding: 1rem;
  color: #a7a7a7;
  position: relative;
}
.second-nav .small-item > a {
  color: #01b4f0;
  text-decoration: none;
  display: block;
  z-index: 1;
  position: relative;
}
.second-nav .small-item > a:hover {
  font-weight: bold;
}
.second-nav ul {
  list-style: none;
  margin: 0.5em 0 0;
  padding: 0;
}

.hide-me {
  display: none;
}

.mobile-navigation {
  position: fixed;
  background-color: #F6F6F6;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100000;
  padding: 30px;
  overflow-y: scroll;
}

.mobile-item {
  border-bottom: 1px solid #e8e8e9;
  position: relative;
}
.mobile-item a {
  padding: 1rem 45px 1rem 1rem;
  display: block;
  text-decoration: none;
  font-family: "din-regular", sans-serif;
  font-weight: 500;
  position: relative;
}

.mobile-item > a:after {
  font-family: "JumpStart";
  content: "";
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  margin-top: -8px;
  color: #01b4f0;
  opacity: 0.6;
  transition: all 0.3s ease 0s;
}

.mobile-item.show-sub > a:after {
  transform: rotate(90deg);
}

.mobile-sub {
  display: none;
}
.mobile-sub h1, .mobile-sub h2, .mobile-sub h3, .mobile-sub h4, .mobile-sub h5, .mobile-sub h6 {
  color: #fff;
}
.mobile-sub .panel-1 {
  padding: 32px 16px;
  margin: 0 -30px;
  background-color: #585858;
}
.mobile-sub .panel-2 {
  padding: 32px 16px;
  margin: 0 -30px;
  background-color: #656565;
  color: #d0d0d0;
}
.mobile-sub .panel-3 {
  padding: 32px 16px;
  margin: 0 -30px;
  background-color: #727272;
  color: #d0d0d0;
}
.mobile-sub .panel-3 a {
  color: #fff;
  text-decoration: none;
}
.mobile-sub .panel-list,
.mobile-sub .menu,
.mobile-sub .sub-menu {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.mobile-sub .panel-list li,
.mobile-sub .menu li,
.mobile-sub .sub-menu li {
  margin-bottom: 4px;
}
.mobile-sub .panel-list a,
.mobile-sub .menu a,
.mobile-sub .sub-menu a {
  border: 2px solid #8a8a8a;
  border-radius: 3px;
  display: block;
  padding: 8px;
  text-decoration: none;
  color: #01b4f0;
}

.show-sub .mobile-sub {
  display: block;
}

.toggle-mobile-navigation {
  position: absolute;
  top: 38px;
  right: 38px;
  cursor: pointer;
  color: #a4d7f4;
}
.toggle-mobile-navigation .genericon-menu {
  font-size: 32px;
}
.toggle-mobile-navigation .genericon-close {
  font-size: 32px;
}
@media (min-width: 767px) {
  .toggle-mobile-navigation {
    display: none;
  }
}

.mobile-navigation .toggle-mobile-navigation {
  top: 8px;
  right: 8px;
  display: block;
}
@media (min-width: 767px) {
  .mobile-navigation .toggle-mobile-navigation {
    display: none;
  }
}

.close-menu {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 10;
  border: 1px solid #d0d0d0;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  line-height: 1;
  color: #d0d0d0;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/* Custom Buttons */
.btn-green {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 30px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #499127;
}
.btn-green:hover {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.btn-green:hover {
  background-color: #448c22 !important;
}
.btn-green:visited {
  color: #fff;
  background-color: #499127;
}
.btn-gray {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 30px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  color: #666666;
  background-color: #ECECEC;
}
.btn-gray:hover {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.btn-gray:hover {
  background-color: #dfdfdf !important;
}
.btn-gray:visited {
  color: #666666;
  background-color: #ECECEC;
}
.btn-blue {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 30px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #095386;
}
.btn-blue:hover {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.btn-blue:hover {
  background-color: #095386 !important;
}
.btn-blue:visited {
  color: #fff;
  background-color: #095386;
}

.event-slider {
  height: 700px;
  background-color: #E1F6D7;
}
.event-slider .slick-list {
  height: 100%;
}
.event-slider .slick-list .slick-track {
  height: 100%;
}
.event-slider .slick-list .slick-track .slick-slide {
  height: 100%;
}
.event-slider .slick-list .slick-track .slick-slide .row {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.event-slider .slick-list .slick-track .slick-slide .row .event-link {
  color: #47921C;
  text-decoration: none;
  display: block;
  margin-bottom: 25px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .event-slider .slick-list .slick-track .slick-slide .row {
    /* IE10+ specific styles go here */
  }
  .event-slider .slick-list .slick-track .slick-slide .row .event-info > div {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .event-slider .slick-list .slick-track .slick-slide .row .event-info {
    padding-top: 25px;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .event-slider .slick-list .slick-track .slick-slide .row .event-info h3 {
    text-align: center;
  }
}
.event-slider .slick-list .slick-track .slick-slide .row h3 {
  color: #47921C;
  margin-bottom: 20px;
}
.event-slider .slick-list .slick-track .slick-slide .row .arrow-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event-slider .slick-list .slick-track .slick-slide .row .arrow-wrapper .prev-slide span {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.event-slider .slick-list .slick-track .slick-slide .row .arrow-wrapper .prev-slide, .event-slider .slick-list .slick-track .slick-slide .row .arrow-wrapper .next-slide {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 45px;
  height: 45px;
  background-color: #47921C;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  margin-right: 15px;
}
.event-slider .slick-list .slick-track .slick-slide .row .arrow-wrapper .prev-slide:hover, .event-slider .slick-list .slick-track .slick-slide .row .arrow-wrapper .next-slide:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
}
.event-slider .slick-list .slick-track .slick-slide .row .event-image {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.bio-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0px;
  position: relative;
  min-height: 380px !important;
  background-size: cover;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.bio-card * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.bio-card h3 {
  text-align: center;
}
.bio-card h3:nth-of-type(1) {
  font-size: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #005288;
  opacity: 0;
}
.bio-card h3:nth-of-type(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  margin-bottom: 25px;
}
.bio-card p {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1140px) {
  .bio-card p {
    max-width: 70%;
  }
}
.bio-card p,
.bio-card a {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  position: fixed;
}
.bio-card a {
  font-family: "din-bold", sans-serif !important;
  font-size: 18px;
  background: transparent;
  border: none;
  color: #005288;
  margin-top: 20px;
  display: inline-block;
  padding: 10px;
}
.bio-card a:hover {
  background-color: #fff;
}
.bio-card:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  position: relative;
  z-index: 20;
}
.bio-card:hover:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #e7f0f8;
  opacity: 0.9;
}
.bio-card:hover h3:nth-of-type(1) {
  top: 30%;
  opacity: 1;
}
.bio-card:hover p,
.bio-card:hover a {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .bio-slider {
    height: 90vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.bio-slider .slick-arrow {
  width: 45px;
  height: 45px;
  background-color: #095386;
  color: #fff;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  margin-right: 15px;
  -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
  margin-right: 0px;
}
.bio-slider .slick-arrow .slick-prev span {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.bio-slider .slick-arrow:hover {
  cursor: pointer;
}
.bio-slider .bio-slide {
  position: relative;
}
.bio-slider .bio-slide .job-title {
  color: #095386;
  font-family: "bebas-neue", sans-serif;
  position: relative;
  font-size: 18px;
  display: inline-block;
  letter-spacing: 3px;
}
.bio-slider .bio-slide .job-title.line:after {
  content: "";
  display: block;
  position: absolute;
  right: -105%;
  width: 100%;
  max-width: 150px;
  height: 1px;
  background: #095386;
  top: 12px;
}
.bio-slider .bio-slide .close-modal {
  position: absolute;
  right: 30px;
  top: 15px;
  padding: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #095386;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  z-index: 1000;
}
.bio-slider .bio-slide .name {
  font-size: 48px;
  color: #095386;
  margin-bottom: 0px;
}
.bio-slider .bio-slide .email {
  width: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  color: #B1B3B6;
  text-decoration: none;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bio-slider .bio-slide .email img {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .bio-slider .bio-slide .bio-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .bio-slider .bio-slide .bio-wrapper .bio-image {
    max-width: 50%;
    margin: 0 auto;
  }
}
.bio-slider .bio-slide .bio-wrapper .description {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  /* width */
  /* Track */
  /* Handle */
}
@media screen and (max-width: 768px) {
  .bio-slider .bio-slide .bio-wrapper .description {
    padding: 40px;
    max-height: none;
  }
}
.bio-slider .bio-slide .bio-wrapper .description::-webkit-scrollbar {
  width: 10px;
}
.bio-slider .bio-slide .bio-wrapper .description::-webkit-scrollbar-track {
  border-radius: 5px;
}
.bio-slider .bio-slide .bio-wrapper .description::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 5px;
}

form[role=search] input[type=search] {
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  border: none;
  padding: 5px;
  font-family: "din-bold", sans-serif !important;
}
form[role=search] input[type=search]::-webkit-input-placeholder {
  color: #fff;
}
form[role=search] input[type=search]:-ms-input-placeholder {
  color: #fff;
}
form[role=search] input[type=search]::placeholder {
  color: #fff;
}
form[role=search] input[type=submit] {
  display: none;
}

.bio-modal {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  z-index: -99999;
  height: 100vh;
  width: 100vw;
  display: none;
  pointer-events: none;
  top: 0;
  opacity: 0;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bio-modal.modal-open {
  z-index: 99999;
  opacity: 1;
  display: flex;
  pointer-events: all;
}
.bio-modal .screen {
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.bio-modal .bio-slider-wrapper {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  /* IE 11 Fix */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  pointer-events: none;
}
.bio-modal .bio-slider-wrapper * {
  pointer-events: auto;
}
.bio-modal .bio-slider-wrapper .bio-slide {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bio-modal .bio-slider-wrapper .bio-slide.slick-active.slick-current {
  background-color: #E7F0F7;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1024px) {
  .bio-modal .bio-slider-wrapper .bio-slide {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .bio-modal .bio-slider-wrapper .bio-slide {
    height: 600px;
  }
}
.bio-modal .bio-slider-wrapper .bio-slide a {
  display: none;
}
.bio-modal .bio-slider-wrapper .slick-prev, .bio-modal .bio-slider-wrapper .slick-next {
  z-index: 50;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bio-modal .bio-slider-wrapper .slick-prev {
  left: 30px;
}
.bio-modal .bio-slider-wrapper .slick-prev span {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.bio-modal .bio-slider-wrapper .slick-next {
  right: 30px;
}

.service-content {
  min-height: 720px !important;
  max-height: 720px;
}
@media screen and (max-width: 768px) {
  .service-content {
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-content > div {
    margin: 0 auto;
  }
  .service-content.flipped {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.service-content .service-info .menu-item-has-children > a {
  pointer-events: none;
}
.service-content .service-info .menu-item-has-children a:last-of-type:hover {
  cursor: pointer;
  color: #095386;
}
.service-content .service-info h3 {
  max-width: 65%;
}
@media screen and (min-width: 1201px) {
  .service-content .service-info .wpb_wrapper {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .service-content .service-info {
    margin-top: 20px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .service-content .service-info {
    /* IE10+ specific styles go here */
    height: 100%;
  }
}

.vc_gitem-zone {
  background-size: contain !important;
}

.featured-articles {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .featured-articles {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.featured-articles h1 {
  color: #bcbcbc;
  font-size: 36px;
  font-weight: 700;
  font-family: "din-bold", sans-serif;
  margin-bottom: 20px;
}
.featured-articles h1 a {
  transition: all 0.5s;
  color: #bcbcbc;
  text-decoration: none;
}
.featured-articles h1 a:hover {
  color: #005288;
}
.featured-articles h2 {
  font-size: 24px;
  color: #666666;
  letter-spacing: 0px;
  font-family: "din-bold", sans-serif;
  margin-bottom: 20px;
}
.featured-articles .category-wrapper {
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .featured-articles .category-wrapper > div:nth-child(2) {
    text-align: right;
  }
}
.featured-articles .post-info img {
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 15px;
}
.featured-articles .post-info h2 a, .featured-articles .post-info h2:visited {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 24px;
  color: #666666;
  letter-spacing: 0px;
  font-family: "din-bold", sans-serif;
  margin-bottom: 20px;
  text-decoration: none;
}
.featured-articles .post-info h2 a:hover, .featured-articles .post-info h2:visited:hover {
  color: #8dbae6;
}

.article-tab-wrapper {
  background-color: #fff;
  min-height: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .article-tab-wrapper {
    min-height: 100vh;
  }
}
.article-tab-wrapper.events {
  background-color: #f7f7f7;
}
.article-tab-wrapper .article-tabs {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.article-tab-wrapper .article-tabs .row {
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 350px;
}
.article-tab-wrapper .article-tabs h1 {
  font-size: 36px;
  color: #bcbcbc;
  font-weight: 700;
  font-family: "din-bold", sans-serif;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.article-tab-wrapper .article-tabs .article-image {
  margin-bottom: 10px;
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.article-tab-wrapper .article-tabs h2 {
  font-size: 24px;
  color: #666666;
  font-weight: 700;
  font-family: "din-bold", sans-serif;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.article-tab-wrapper .article-tabs ul {
  padding-left: 0px;
  margin-left: 0px;
  list-style: none;
}
.article-tab-wrapper .article-tabs ul li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 5px 0px;
  font-size: 24px;
  opacity: 0.3;
}
.article-tab-wrapper .article-tabs ul li:hover {
  opacity: 1;
  cursor: pointer;
}
.article-tab-wrapper .article-tabs ul li.active-link {
  opacity: 1;
}
.article-tab-wrapper .article-tabs .article-wrapper {
  position: relative;
  display: none;
  width: 100%;
  opacity: 0;
}
.article-tab-wrapper .article-tabs .article-wrapper h2 a, .article-tab-wrapper .article-tabs .article-wrapper h2:visited {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 24px;
  color: #666666;
  letter-spacing: 0px;
  font-family: "din-bold", sans-serif;
  margin-bottom: 20px;
  text-decoration: none;
}
.article-tab-wrapper .article-tabs .article-wrapper h2 a:hover, .article-tab-wrapper .article-tabs .article-wrapper h2:visited:hover {
  color: #8dbae6;
}
.article-tab-wrapper .article-tabs .article-wrapper.tab-top {
  z-index: 1;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.featured-resources-wrapper {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
}
.featured-resources-wrapper .featured-resources {
  background-color: #fff;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.featured-resources-wrapper .featured-resources .row {
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .featured-resources-wrapper .featured-resources .row.category-wrapper > div:nth-child(2) {
    text-align: right;
  }
}
.featured-resources-wrapper .featured-resources h1 {
  font-size: 36px;
  color: #bcbcbc;
  font-weight: 700;
  font-family: "din-bold", sans-serif;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.featured-resources-wrapper .featured-resources h1 a {
  transition: all 0.5s;
  color: #bcbcbc;
  text-decoration: none;
}
.featured-resources-wrapper .featured-resources h1 a:hover {
  color: #005288;
}
.featured-resources-wrapper .featured-resources .btn-gray {
  margin-bottom: 40px;
}
.featured-resources-wrapper .featured-resources .article-image {
  margin-bottom: 10px;
  height: 200px;
  width: 100%;
  background-size: 100%;
  background-position: center center;
}
.featured-resources-wrapper .featured-resources h2 a, .featured-resources-wrapper .featured-resources h2:visited {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 24px;
  color: #666666;
  letter-spacing: 0px;
  font-family: "din-bold", sans-serif;
  margin-bottom: 20px;
  text-decoration: none;
}
.featured-resources-wrapper .featured-resources h2 a:hover, .featured-resources-wrapper .featured-resources h2:visited:hover {
  color: #8dbae6;
}
.featured-resources-wrapper .featured-resources ul {
  padding-left: 0px;
  margin-left: 0px;
  list-style: none;
}
.featured-resources-wrapper .featured-resources ul li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 5px 0px;
  font-size: 24px;
  opacity: 0.3;
}
.featured-resources-wrapper .featured-resources ul li:hover {
  opacity: 1;
  cursor: pointer;
}
.featured-resources-wrapper .featured-resources ul li.active-link {
  opacity: 1;
}
.featured-resources-wrapper .featured-resources .article-wrapper {
  background-color: #fff;
  position: relative;
  display: none;
  width: 100%;
  opacity: 0;
}
.featured-resources-wrapper .featured-resources .article-wrapper h2 a, .featured-resources-wrapper .featured-resources .article-wrapper h2:visited {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 24px;
  color: #666666;
  letter-spacing: 0px;
  font-family: "din-bold", sans-serif;
  margin-bottom: 20px;
  text-decoration: none;
}
.featured-resources-wrapper .featured-resources .article-wrapper h2 a:hover, .featured-resources-wrapper .featured-resources .article-wrapper h2:visited:hover {
  color: #8dbae6;
}
.featured-resources-wrapper .featured-resources .article-wrapper.tab-top {
  z-index: 1;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.error-banner {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  background: #005288;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.error-banner a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.error-banner form {
  display: inline-block;
  padding-left: 15px;
}

/* Banner Only Used on Archive/Search Pages */
.archive-banner {
  width: 100%;
  height: 400px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("/wp-content/uploads/2018/09/search.jpg");
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2018/09/search.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.filter {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fff;
  /* Archive Page Dropdown */
}
.filter .sf-field-category {
  display: none;
}
.filter form[data-sf-form-id="18437"] .sf-field-search {
  width: 100%;
}
.filter form[data-sf-form-id="18437"] .sf-field-search * {
  width: 100%;
}
.filter .searchandfilter {
  padding-bottom: 50px;
}
.filter .searchandfilter > ul {
  margin-left: 0px;
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .filter .searchandfilter > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.filter .searchandfilter > ul select, .filter .searchandfilter > ul input {
  font-family: "din-bold", sans-serif !important;
  text-transform: uppercase;
  padding: 15px;
  height: 56px;
  border-radius: 3px;
}
.filter .searchandfilter > ul li:last-of-type {
  margin-left: auto;
  width: 45%;
}
.filter .searchandfilter > ul li:last-of-type input, .filter .searchandfilter > ul li:last-of-type label {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .filter .searchandfilter > ul li:last-of-type {
    width: 100%;
    margin-left: auto;
  }
}
.filter .searchandfilter > ul li ul {
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter h1 {
  color: #666666;
  font-size: 36px;
  font-weight: 700;
  font-family: "din-bold", sans-serif;
  margin-bottom: 35px;
  text-align: center;
}
.filter h2 a, .filter h2:visited {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 24px;
  color: #666666;
  letter-spacing: 0px;
  font-family: "din-bold", sans-serif;
  margin-bottom: 20px;
  text-decoration: none;
}
.filter h2 a:hover, .filter h2:visited:hover {
  color: #8dbae6;
}
.filter .blog-pagination {
  text-align: center;
}
.filter .blog-pagination a, .filter .blog-pagination:visited {
  font-size: 18px;
  color: #666666;
  letter-spacing: 0px;
  font-family: "din-bold", sans-serif;
  margin-bottom: 20px;
  text-decoration: none;
}

.registration-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
.registration-wrapper h1 {
  color: #8dbae6;
  font-size: 36px;
  font-weight: 700;
  font-family: "din-bold", sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}
.registration-wrapper a, .registration-wrapper:visited {
  font-size: 18px;
  color: #666666;
  letter-spacing: 0px;
  font-family: "din-bold", sans-serif;
  margin-bottom: 20px;
  text-decoration: none;
}
.registration-wrapper .registration-info {
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
.registration-wrapper .registration-info .row {
  padding: 20px 0px;
}
.registration-wrapper .registration-info .row:nth-child(odd) {
  background-color: #F4F4F4;
}
.registration-wrapper .registration-info .row > div p {
  text-align: center;
  margin-bottom: 0px;
}
.registration-wrapper .registration-info .row > div p:first-of-type {
  color: #8dbae6;
}

.registrations h1 {
  color: #bcbcbc;
  font-size: 48px;
  font-weight: 700;
  font-family: "din-bold", sans-serif;
  margin-bottom: 20px;
  text-align: center;
}
.registrations #registration-data-table_wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
  width: 100%;
}
.registrations #registration-data-table_wrapper thead tr {
  background-color: #EDF5FA !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.registrations #registration-data-table_wrapper thead tr th {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .registrations #registration-data-table_wrapper thead tr th:nth-child(n+4) {
    display: none !important;
  }
}
.registrations #registration-data-table_wrapper tr:nth-of-type(odd) {
  background: #f4f4f4;
}
.registrations #registration-data-table_wrapper tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.registrations #registration-data-table_wrapper tr td a, .registrations #registration-data-table_wrapper tr td:visited {
  color: #8dbae6;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .registrations #registration-data-table_wrapper tr td:nth-child(n+4) {
    display: none !important;
  }
}
.registrations #registration-data-table_wrapper .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  padding-right: 0px;
  list-style: none;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.registrations #registration-data-table_wrapper .pagination li a, .registrations #registration-data-table_wrapper .pagination li:visited {
  color: #005288;
  text-decoration: none;
}

#registration-table-search .search-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#registration-table-search .search-control input {
  font-family: "din-bold", sans-serif !important;
  font-size: 1.5rem;
  width: 100%;
  padding: 15px 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.linkBox {
  padding-top: 20px;
  padding-bottom: 20px;
}
.linkBox:hover {
  cursor: pointer;
}
.linkBox p {
  margin-bottom: 0px;
}

.article-wrapper .linkBox p {
  margin-bottom: 20px !important;
}

/* Data Tables Plugin CSS */
.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

table.dataTable td, table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "↑";
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "↓";
}

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:before, div.dataTables_scrollBody table thead .sorting_asc:before, div.dataTables_scrollBody table thead .sorting_desc:before, div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}

table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}

table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter {
    text-align: center !important;
    margin: 0 auto !important;
    float: none !important;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 576px) {
  .dataTables_info {
    text-align: center !important;
    margin-bottom: 40px !important;
    margin: 0 auto !important;
    float: none !important;
  }

  .dataTables_paginate {
    margin: 0 auto !important;
    float: none !important;
    margin-top: 20px !important;
  }
}
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col {
  padding-right: 0;
  padding-left: 0;
}
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-sm-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-11 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-11 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-11 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-11 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

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

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------------------------------------------------
# Page Specific
--------------------------------------------------------------*/
/** Responsive Squares **/
/* Raleway Import */
/*
  Icon Font: JumpStart
*/
@font-face {
  font-family: "JumpStart";
  src: url("./fonts/JumpStart.eot");
  src: url("./fonts/JumpStart.eot?#iefix") format("embedded-opentype"), url("./fonts/JumpStart.woff") format("woff"), url("./fonts/JumpStart.ttf") format("truetype"), url("./fonts/JumpStart.svg#JumpStart") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "din-regular";
  src: url("./fonts/dinregularalternate-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "din-bold";
  src: url("./fonts/din_alternate_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "JumpStart";
    src: url("./JumpStart.svg#JumpStart") format("svg");
  }
}
[data-icon]:before {
  content: attr(data-icon);
}

[data-icon]:before,
.jsicon-arrow:before,
.jsicon-arrow-full:before,
.jsicon-mail-plane:before {
  display: inline-block;
  font-family: "JumpStart";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.jsicon-arrow:before {
  content: "";
}

.jsicon-arrow-full:before {
  content: "";
}

.jsicon-mail-plane:before {
  content: "";
}

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

.hidden-s {
  display: none !important;
}
@media (min-width: 48em) {
  .hidden-s {
    display: inherit !important;
  }
}

body {
  font-family: "din-bold", sans-serif;
}
body.fixed {
  position: fixed;
  overflow: hidden;
}

body, html {
  height: 100%;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  font-family: "din-bold", sans-serif;
  font-size: 3em;
  color: #fff;
  line-height: 1.2;
  text-transform: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
h1.line:after, h2.line:after, h3.line:after, h4.line:after, h5.line:after {
  content: "";
  display: block;
  position: absolute;
  left: 105%;
  width: 100%;
  max-width: 150px;
  height: 1px;
  background: #fff;
  top: 9px;
}
h1.dark, h2.dark, h3.dark, h4.dark, h5.dark {
  color: #005288;
  font-size: 18px;
}
h1.dark.line:after, h2.dark.line:after, h3.dark.line:after, h4.dark.line:after, h5.dark.line:after {
  background: #005288;
}
h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase {
  text-transform: uppercase;
}

h1, h3 {
  color: #8dbae6;
}

h4, h5 {
  color: #BCBEC0;
}

h3, h5 {
  font-size: 1.5em;
}

h1 {
  font-size: 72px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

h2 {
  font-weight: 700;
  font-size: 18px;
  color: #FFF;
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative !important;
  display: inline-block;
}
h2.darkafter {
  background: #005288;
}

h3 {
  color: #8dbae6;
  font-size: 36px;
}

h4 {
  margin: 0;
  font-size: 24px;
  color: #8dbae6;
}

h5 {
  text-transform: none;
  font-size: 18px;
  color: #4d4d4f;
}

h6 {
  font-size: 16px;
  color: #b1b3b6;
}

p {
  font-family: "din-bold", sans-serif;
  /*color: #b1b3b6;*/
  color: #292929;
  -webkit-margin-before: 0;
}

.disabled a {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .mobile-image {
    height: 400px;
  }
}

.white-text {
  color: #FFF;
}

.pin-to-bottom {
  position: absolute;
  width: 100%;
  bottom: 40px;
}

.new_social_media_widget {
  padding-top: 16px;
}
.new_social_media_widget .widget-title {
  display: none;
}
.new_social_media_widget .fa {
  color: #FFF;
}
@media (max-width: 767px) {
  .new_social_media_widget {
    display: none;
  }
}

.no-padding {
  padding: 0 !important;
}
.no-padding .vc_column-inner {
  padding: 0 !important;
}

.entry-content > div:nth-child(2) > div {
  position: relative;
  z-index: 1000;
  background: transparent;
}

@media screen and (max-width: 1200px) {
  #banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.hero-arrow {
  position: relative;
  padding-bottom: 50px;
}

.scroll-to-arrow {
  position: absolute;
  color: #FFF;
  font-size: 50px !important;
  display: block;
  width: 100%;
  text-align: center;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100px;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.scroll-to-arrow:hover {
  color: #FFF;
  bottom: 30px;
}
.scroll-to-arrow:visited {
  color: #FFF;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
  background-color: #0d3658;
  float: left;
  height: auto;
  position: relative;
  width: 100%;
  transition: width 0.2s ease;
}
@media (min-width: 48em) {
  #masthead {
    background-color: #0d3658;
    margin-right: -100%;
    height: 100vh;
    width: 175px;
    position: fixed;
    z-index: 10000;
  }
}
@media (min-width: 65em) {
  #masthead {
    width: 16.66666667%;
  }
}
#masthead .site-branding {
  padding: 1rem;
  width: 150px;
  float: left;
  z-index: 10;
  position: relative;
}
@media (min-width: 48em) {
  #masthead .site-branding {
    padding: 1.875rem;
    width: 100%;
  }
}
#masthead form {
  width: 100%;
  position: relative;
}
#masthead form label {
  width: 100%;
  position: relative;
}
#masthead form:after {
  font-family: "JumpStart";
  content: "";
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 0;
  margin-top: -8px;
  color: #8f9fad;
  opacity: 0.6;
  transition: all 0.3s ease 0s;
}
#masthead form .search-field {
  width: 100%;
  padding: 7px 3px;
  border-radius: 0;
  border: none;
  background: #4a6882;
  color: #8f9fad;
  text-indent: 16px;
}
#masthead form .search-field::placeholder {
  color: #8f9fad;
}
#masthead form .search-field:focus {
  outline: none;
}
#masthead form .search-submit {
  position: absolute;
  top: 4px;
  right: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  width: 45px;
  border: none;
  border-radius: 0;
  z-index: 5;
  border-left: 1px solid #8f9fad;
}
#masthead form .search-submit:focus {
  outline: none;
}
@media (max-width: 767px) {
  #masthead form {
    display: none;
  }
}

/*--------------------------------------------------------------
# Event drop down module
--------------------------------------------------------------*/
.vc_tta-panel .vc_tta-panel-title {
  max-width: 100%;
  display: block;
  background: #343434;
  border: 2px solid #222;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 18px;
  color: #FFF;
  padding: 0.85em 0.45em;
  margin: 0 35px !important;
}
.vc_tta-panel .vc_tta-panel-title a {
  color: #FFF !important;
  position: relative;
}
.vc_tta-panel .vc_tta-panel-title a .vc_tta-icon {
  position: absolute;
  right: 0;
  top: -6px;
  bottom: -6px;
  width: 84px;
  background: #565656;
}
.vc_tta-panel .vc_tta-panel-title a .vc_tta-icon:before {
  top: 35px;
  position: relative;
  display: block;
  left: 34px;
  color: #fff;
}
.vc_tta-panel .vc_tta-panel-title a .vc_tta-controls-icon {
  visibility: hidden;
}

.accordion ul {
  padding: 0;
  margin: 0;
}
.accordion ul li {
  list-style: none;
  font-size: 18px;
  margin-top: 15px;
}
.accordion ul li a {
  color: #b1b3b6;
  text-decoration: none;
  cursor: default;
}
.accordion ul li ul {
  height: 0;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.accordion ul li ul li {
  font-size: 16px;
  margin-top: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.accordion ul li ul li a {
  color: #d2d3d5;
}
.accordion ul li:hover ul {
  height: auto;
}
.accordion ul li:hover ul li {
  opacity: 1;
}
.accordion ul li.menu-item-has-children {
  position: relative;
}
.accordion ul li.menu-item-has-children:before {
  content: "+";
  display: block;
  position: absolute;
  left: -15px;
  top: -2px;
  color: #b1b3b6;
}
.accordion ul li.menu-item-has-children:hover:before {
  content: "-";
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}

.wpb_single_image .vc_single_image-wrapper,
.wpb_single_image .vc_figure {
  display: block !important;
}

.wpb_single_image img {
  width: 100%;
}

/*
 * Form
 */
.form-wrapper-row {
  padding-top: 75px;
  padding-bottom: 75px;
}

#nf-form-4-cont h3 {
  font-size: 46px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
#nf-form-4-cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  #nf-form-4-cont ul {
    width: 50%;
  }
}
#nf-form-4-cont ul li {
  width: 50%;
}
#nf-form-4-cont input[type=button].nf-element[value="Sign Up"] {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 30px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  color: #262626;
  background-color: #fff !important;
  font-family: "din-regular", sans-serif !important;
}
#nf-form-4-cont input[type=button].nf-element[value="Sign Up"]:hover {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#nf-form-4-cont input[type=button].nf-element[value="Sign Up"]:hover {
  cursor: pointer;
  background-color: #262626 !important;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#nf-form-4-cont input[type=button].nf-element[value="Sign Up"]:visited {
  color: #fff;
  background-color: #262626;
}

#nf-form-1-cont #nf-field-4-container {
  margin-bottom: 0px;
}
#nf-form-1-cont input[type=button].nf-element[value=Submit] {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 30px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #095386 !important;
  font-family: "din-regular", sans-serif !important;
}
#nf-form-1-cont input[type=button].nf-element[value=Submit]:hover {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#nf-form-1-cont input[type=button].nf-element[value=Submit]:hover {
  cursor: pointer;
  background-color: #094e70 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
#nf-form-1-cont input[type=button].nf-element[value=Submit]:visited {
  color: #fff;
  background-color: #095386;
}

.nf-loading-spinner {
  display: none;
}

.nf-form-layout label,
.nf-form-layout .nf-form-fields-required {
  color: #b1b3b6;
}
.nf-form-layout input[type=text],
.nf-form-layout input[type=email],
.nf-form-layout input[type=tel],
.nf-form-layout textarea {
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #b1b3b6 !important;
  color: #b1b3b6 !important;
  max-height: 80px;
  font-family: "din-bold", sans-serif;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.nf-form-layout input[type=text]:focus,
.nf-form-layout input[type=email]:focus,
.nf-form-layout input[type=tel]:focus,
.nf-form-layout textarea:focus {
  outline: none;
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
}
.nf-form-layout .nf-error input[type=text],
.nf-form-layout .nf-error input[type=email],
.nf-form-layout .nf-error input[type=tel],
.nf-form-layout .nf-error textarea {
  border: 1px solid #e80000 !important;
  border-bottom: 1px solid #e80000 !important;
}
.nf-form-layout .nf-form-content {
  padding-top: 50px;
}
.nf-form-layout .field-wrap {
  position: relative;
}
.nf-form-layout .field-wrap .nf-field-label {
  position: absolute;
  z-index: 5;
}

#nf-form-2-cont input[type=button].nf-element[value=Submit] {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 30px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #46921d;
  font-family: "din-regular", sans-serif !important;
}
#nf-form-2-cont input[type=button].nf-element[value=Submit]:hover {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#nf-form-2-cont input[type=button].nf-element[value=Submit]:hover {
  cursor: pointer;
  background-color: #46921d;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #nf-form-2-cont nf-rows-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #nf-form-2-cont nf-rows-wrap .nf-field-container {
    width: 100%;
    margin-left: 0px;
  }
}

.arrow-btn.nf-field-container .nf-field-element {
  position: relative;
  width: auto;
  font: normal normal normal 14px/1 FontAwesome;
}
.arrow-btn.nf-field-container .nf-field-element:after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: #7e99ab;
  position: absolute;
  top: 0;
  right: -40px;
  z-index: 0;
  color: rgba(229, 235, 238, 0.8);
  padding-top: 14%;
  padding-left: 15%;
  border-radius: 0 2px 2px 0;
}

.vc_btn3-container {
  position: relative !important;
  width: auto !important;
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block !important;
}
.vc_btn3-container a {
  background-color: #dcddde !important;
  -wenkit-border-radius: 2px !important;
  border-radius: 2px !important;
  border: none !important;
  text-shadow: none;
  font-size: 20px;
  font-family: "din-bold", sans-serif;
  color: #FFF !important;
  cursor: pointer;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.vc_btn3-container a:hover {
  color: #0d3658;
  -webkit-box-shadow: 0 2px 7.84px 0.16px rgba(0, 0, 0, 0.49) !important;
  box-shadow: 0 2px 7.84px 0.16px rgba(0, 0, 0, 0.49) !important;
}
.vc_btn3-container:after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: #e2e3e4;
  position: absolute;
  top: 0;
  right: -40px;
  z-index: 0;
  color: #FFF;
  padding-top: 16%;
  padding-left: 18%;
  border-radius: 0 2px 2px 0;
}

#menu-jump-to {
  margin: 0;
  padding: 0;
}
#menu-jump-to li {
  list-style: none;
}
#menu-jump-to li a {
  color: #b1b3b6;
  text-decoration: none;
}

#colophon {
  position: relative;
  z-index: 10;
  background: #fff;
}
#colophon .form-wrapper {
  background-color: #f4f4f4;
}
#colophon .form-wrapper > .row:first-of-type {
  padding-top: 100px;
  padding-bottom: 100px;
}
#colophon h2 {
  margin-bottom: 20px;
}
#colophon p {
  padding-left: 75px;
  margin-bottom: 0;
}
#colophon .widget_media_image {
  text-align: right;
  margin-bottom: 0;
  padding-right: 5px;
  display: inline-block;
}
#colophon .widget_media_image:last-of-type {
  padding-right: 25px;
}
#colophon #footer-menu {
  margin: 0;
  padding: 0;
}
#colophon #footer-menu li {
  list-style: none;
  display: inline-block;
  width: 48%;
}
#colophon #footer-menu li a, #colophon #footer-menu li:visited {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #b1b3b6;
  text-decoration: none;
  text-transform: uppercase;
}
#colophon #footer-menu li a:hover, #colophon #footer-menu li:visited:hover {
  color: #fff !important;
}
#colophon #jump-to-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#colophon #jump-to-menu li a, #colophon #jump-to-menu li:visited {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #b1b3b6;
  text-decoration: none;
}
#colophon #jump-to-menu li a:hover, #colophon #jump-to-menu li:visited:hover {
  color: #fff;
}
#colophon #company-info p {
  padding-left: 0px;
}
#colophon #company-info p a, #colophon #company-info p:visited {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #b1b3b6;
  text-decoration: none;
}
#colophon #company-info p a:hover, #colophon #company-info p:visited:hover {
  color: #fff !important;
}
#colophon #company-info .contact {
  margin-top: 20px;
}
#colophon .contact-info {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0b2b46 !important;
}
@media screen and (max-width: 1024px) {
  #colophon .contact-info .row > div {
    padding-bottom: 25px;
  }
}
#colophon .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#colophon .logo-wrapper img {
  padding: 10px 15px 10px 0px;
}
@media screen and (max-width: 1024px) {
  #colophon .logo-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#colophon .copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#colophon .copyright .row .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #colophon .copyright .row .row div {
    text-align: center;
  }
}
#colophon .copyright .row .row div:last-of-type {
  text-align: right;
}
#colophon .copyright p {
  padding-left: 0px;
  margin-top: 0px;
}
#colophon .copyright a, #colophon .copyright:visited {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #b1b3b6;
  text-decoration: none;
  text-transform: uppercase;
}
#colophon .copyright a:hover, #colophon .copyright:visited:hover {
  color: #000 !important;
}

.cookie-banner {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100vw;
  min-height: 100px;
  background-color: #000;
  display: none;
  padding-top: 25px;
  padding-bottom: 25px;
}
.cookie-banner .container {
  height: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
}
.cookie-banner p, .cookie-banner button {
  color: #fff;
  font-family: "din-bold", sans-serif;
  margin-bottom: 0px;
  font-size: 18px;
}
.cookie-banner button.btn-gray {
  color: #000 !important;
}

body {
  overflow-x: hidden;
}

.hero-banner {
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.hero-banner.threeq {
  height: 70vh !important;
}
.hero-banner > div {
  margin-bottom: 100px;
}
.hero-banner .arrow {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  max-width: 50px;
  margin: 0 auto;
  margin-top: 100px;
}
.hero-banner .arrow:hover {
  cursor: pointer;
  margin-top: 125px;
}
.hero-banner .screen {
  background: rgba(0, 0, 0, 0.4);
  height: 200vh;
  width: 200vw;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
  display: block;
}
.hero-banner .container .row {
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (min-width: 1200px) {
  .hero-banner .container .row {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 75px;
  }
}
.hero-banner h1 {
  font-size: 7rem;
  color: rgba(154, 195, 62, 0.8);
  position: relative;
  z-index: 10001;
}
@media screen and (max-width: 1200px) {
  .hero-banner h1 {
    font-size: 40px !important;
  }
  .hero-banner h1 *.vc_custom_heading {
    font-size: 55px !important;
  }
}
.hero-banner h2 {
  width: 100%;
}
.hero-banner p {
  margin-bottom: 0px;
  color: #b1b3b6;
}
.hero-banner video {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: -99999;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .hero-banner video {
    display: none;
  }
}
@media screen and (max-width: 1140px) {
  .hero-banner {
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
  }
  .hero-banner p {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .hero-banner {
    max-height: 100vh;
    min-height: 100vh;
  }
  .hero-banner div p {
    font-size: 16px !important;
  }
}

.serviceBox {
  min-height: 350px !important;
}
.serviceBox .vc_column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0px;
  position: relative;
}
.serviceBox .vc_column-inner:before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  content: "";
  height: 100%;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.5;
}
.serviceBox .vc_column-inner .wpb_wrapper * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.serviceBox .vc_column-inner .wpb_wrapper h3:nth-of-type(1) {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.serviceBox .vc_column-inner .wpb_wrapper h3:nth-of-type(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  margin-bottom: 25px;
}
.serviceBox .vc_column-inner .wpb_wrapper p {
  margin-bottom: 14px;
  max-width: 100%;
}
@media screen and (min-width: 1140px) {
  .serviceBox .vc_column-inner .wpb_wrapper p {
    max-width: 60%;
  }
}
.serviceBox .vc_column-inner .wpb_wrapper p, .serviceBox .vc_column-inner .wpb_wrapper button, .serviceBox .vc_column-inner .wpb_wrapper a {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  position: fixed;
}
.serviceBox .vc_column-inner .wpb_wrapper button, .serviceBox .vc_column-inner .wpb_wrapper a {
  font-family: "din-bold", sans-serif !important;
  font-size: 18px;
  background: transparent !important;
  border: none;
  color: #fff;
}
.serviceBox .vc_column-inner .wpb_wrapper button:hover, .serviceBox .vc_column-inner .wpb_wrapper a:hover {
  background-color: #dcdcdc !important;
  color: #5e5e5e !important;
}
.serviceBox:hover {
  cursor: pointer;
}
.serviceBox:hover .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.serviceBox:hover .wpb_wrapper:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.6;
}
.serviceBox:hover .wpb_wrapper h3:nth-of-type(1) {
  top: 30%;
}
.serviceBox:hover .wpb_wrapper p, .serviceBox:hover .wpb_wrapper button, .serviceBox:hover .wpb_wrapper a {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .serviceBox.mobile .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .serviceBox.mobile .wpb_wrapper:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.6;
  }
  .serviceBox.mobile .wpb_wrapper h3:nth-of-type(1) {
    top: 30%;
  }
  .serviceBox.mobile .wpb_wrapper p, .serviceBox.mobile .wpb_wrapper button, .serviceBox.mobile .wpb_wrapper a {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    position: relative;
  }
}
#career-blocks h3 a {
  text-decoration: none;
  color: #8dbae6;
  font-size: 36px;
}
#career-blocks p a {
  text-decoration: none;
  font-family: "din-bold", sans-serif;
  color: #b1b3b6;
  -webkit-margin-before: 0;
}

.post-wrapper {
  margin-top: 150px;
  margin-bottom: 150px;
}
.post-wrapper h1 {
  color: #8dbae6;
  font-size: 36px;
  font-weight: 700;
  font-family: "din-bold", sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}
.post-wrapper h2 {
  margin-bottom: 20px;
}
.post-wrapper a, .post-wrapper:visited {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #8dbae6;
  text-decoration: none;
}
.post-wrapper a:hover, .post-wrapper:visited:hover {
  color: #005288;
}
.post-wrapper .category {
  margin-bottom: 0px;
}
.post-wrapper .post-info {
  background-color: #FAFAFA;
  padding: 20px;
  border-top: 2px solid #005288;
}
.post-wrapper .post-info:hover {
  -webkit-box-shadow: 3px 2px 10px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 2px 10px 6px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  border-radius: 5px;
}
.post-wrapper .article-image {
  height: 300px;
  background-size: cover;
  background-position: center center;
}
.post-wrapper .post-link {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 15px 25px;
  background-color: #DCDDDE;
  color: #A5A5A6;
  font-size: 18px;
}
.post-wrapper .post-link:hover {
  color: #fff;
  background-color: #005288;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.post-wrapper .post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.post-wrapper .post-navigation a {
  margin-right: 20px;
  font-size: 18px;
}
.post-wrapper ul {
  padding-left: 0px;
  margin-left: 0px;
  list-style: none;
  margin-bottom: 10px;
}
.post-wrapper .dropdown a {
  font-size: 1.5rem;
  color: #A5A5A6;
}
.post-wrapper .dropdown .dropdown-menu {
  display: none;
  padding-left: 15px;
}
.post-wrapper .dropdown .dropdown-menu a {
  color: #DCDDDE;
  font-size: 1.125rem;
}
.post-wrapper .dropdown .dropdown-menu a:hover {
  color: #005288;
}
.post-wrapper .dropdown:hover .dropdown-menu {
  display: block;
}

#comments {
  display: none;
}

.related-sidebar .article-wrapper .article-card {
  margin-bottom: 75px;
}

.social-media {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.social-media li a {
  display: inline-block;
  padding: 10px;
}
.social-media li a img {
  max-width: 25px;
}

/*--------------------------------------------------------------
# Browser Fixes
--------------------------------------------------------------*/

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