html,
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  background: #fff;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.4;
  overflow-x: hidden;
}
h1 {
  font-family: 'Raleway', 'Open Sans', sans-serif;
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
  color: inherit;
}
h2 {
  font-family: 'Raleway', 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: inherit;
}
h3 {
  font-family: 'Raleway', 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: inherit;
}
h4 {
  font-family: ;
  font-size: ;
  color: ;
}
p,
h1,
h2,
h3,
ul,
ol {
  margin-bottom: 15px;
  margin-top: 0;
}
ul li {
  position: relative;
  padding-left: 0px;
}
ul li::before {
  /*content: '';*/
  display: block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 8px;
}
ul.list-inline li {
  padding: 0;
}
ul.list-inline li::before {
  display: none;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
a {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  text-decoration: none;
  color: ;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: ;
}
a:focus,
a:active,
a:visited {
  outline: none;
  border: none;
  text-decoration: none;
}
.btn {
  font-family: 'Raleway', 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #a22f26;
  background: transparent;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-width: 120px;
  height: 35px;
  line-height: 31px;
  padding: 0 10px;
  border: 2px solid #a22f26;
}
.btn:hover,
.btn:focus,
.btn:active {
  border: 2px solid #a22f26;
  line-height: 31px;
  color: #fff;
  background: #a22f26;
}
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  border-radius: ;
}
/* ---------- header ---------- */

#zkeBanner {
    min-height: 180px;
    padding: 15px 0 50px;
    margin: 0;
}
.mobile-menu-button {
  position: relative;
  width: 34px;
  height: 24px;
  top: 3px;
  border: 0 none;
}
.mobile-menu-button span {
  position: absolute;
  display: block;
  height: 4px;
  left: 0;
  right: 0;
  background: #005ca8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mobile-menu-button span:first-child {
  top: 0;
  -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease 0s;
  transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease 0s;
  -o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease 0s;
  -moz-transition: top 0.3s ease 0.3s, transform 0.3s ease 0s, -moz-transform 0.3s ease 0s;
  transition: top 0.3s ease 0.3s, transform 0.3s ease 0s;
  transition: top 0.3s ease 0.3s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s, -moz-transform 0.3s ease 0s, -o-transform 0.3s ease 0s;
}
.mobile-menu-button span:nth-child(2) {
  top: 50%;
  margin-top: -2px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.mobile-menu-button span:last-child {
  top: auto;
  bottom: 0;
  -webkit-transition: bottom 0.3s ease 0.3s, -webkit-transform 0.3s ease 0s;
  transition: bottom 0.3s ease 0.3s, -webkit-transform 0.3s ease 0s;
  -o-transition: bottom 0.3s ease 0.3s, -o-transform 0.3s ease 0s;
  -moz-transition: bottom 0.3s ease 0.3s, transform 0.3s ease 0s, -moz-transform 0.3s ease 0s;
  transition: bottom 0.3s ease 0.3s, transform 0.3s ease 0s;
  transition: bottom 0.3s ease 0.3s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s, -moz-transform 0.3s ease 0s, -o-transform 0.3s ease 0s;
}
.mobile-menu-button.menu-opened span:first-child {
  top: 10px;
  -webkit-transition: top 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
  transition: top 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
  -o-transition: top 0.3s ease 0s, -o-transform 0.3s ease 0.3s;
  -moz-transition: top 0.3s ease 0s, transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
  transition: top 0.3s ease 0s, transform 0.3s ease 0.3s;
  transition: top 0.3s ease 0s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s, -o-transform 0.3s ease 0.3s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu-button.menu-opened span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-button.menu-opened span:last-child {
  bottom: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
  transition: bottom 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
  -o-transition: bottom 0.3s ease 0s, -o-transform 0.3s ease 0.3s;
  -moz-transition: bottom 0.3s ease 0s, transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
  transition: bottom 0.3s ease 0s, transform 0.3s ease 0.3s;
  transition: bottom 0.3s ease 0s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s, -o-transform 0.3s ease 0.3s;
}
.mobile-menu-button:hover,
.mobile-menu-button:focus .mobile-menu-button:active,
.mobile-menu-button:visited {
  background: transparent !important;
}
/* ---------- nav ---------- */
.custom-navbar {
  background: transparent;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.custom-navbar .navbar-toggle:focus,
.custom-navbar .navbar-toggle:hover {
  background: transparent !important;
}
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.overlay.over {
  opacity: 1;
  visibility: visible;
}
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  width: 85%;
  min-width: 320px;
  right: 0;
  background: #fff;
  overflow-y: auto;
  z-index: 200;
  visibility: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mobile-nav .menu-logo {
  padding: 5px 15px;
  background: #fff;
  border-bottom: 2px solid #000;
}
.mobile-nav .menu-logo .menu-logo-icon {
  max-width: 50px;
}
.mobile-nav.nav-show {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mobile-nav .socials {
  width: 100%;
}
.mobile-menu {
  position: relative;
  padding: 70px 15px 50px;
  overflow-y: auto;
  list-style: none;
  z-index: 1;
}
.mobile-menu li::before {
  display: none;
}
.mobile-menu li a {
  font-family: 'Raleway', 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  color: #005ca8;
  padding: 7px 0;
  position: relative;
}
.mobile-menu li a.has-arrow::after {
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: normal;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
  top: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu li a.has-arrow.drop::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-menu li .sub-menu {
  display: none;
}
.mobile-menu li .sub-menu li a {
  padding-left: 15px;
}
.mobile-menu li .sub-menu li .sub-sub-menu {
  display: none;
}
.mobile-menu li .sub-menu li .sub-sub-menu li a {
  padding-left: 30px;
}
.main-header {
  position: fixed;
  left: 0;
  top: 50px;
  right: 0;
  background: transparent;
  z-index: 100;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header .header-content .header-logo {
  display: block;
  width: 100%;
  float: left;
  height: 82px;
  max-width: 368px;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;
}
.main-header .header-content .some-action {
  float: right;
}
.main-header .header-content #main-menu .nav {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  position: relative;
  top: 16px;
  z-index: 5;
}
.main-header .header-content #main-menu .nav > li {
  position: relative;
  margin: 0 0 0 42px;
  padding: 0;
}
.main-header .header-content #main-menu .nav > li::before {
  display: none;
}
.main-header .header-content #main-menu .nav > li > a {
  font-family: 'Raleway', 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  color: #000;
  padding: 20px 0;
  letter-spacing: 1px;
}
.main-header .header-content #main-menu .nav > li > a::after {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  opacity: 0;
  background: #005ca8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header .header-content #main-menu .nav > li > a:hover {
  color: #005ca8;
}
.main-header .header-content #main-menu .nav > li > a:hover::after {
  bottom: 20px;
  opacity: 1;
}
.main-header .header-content #main-menu .nav > li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 150px;
  background: #060606;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 15px;
}
.main-header .header-content #main-menu .nav > li .sub-menu li a {
  font-size: 16px;
  text-transform: uppercase;
  color: #fcaf3f;
}
.main-header .header-content #main-menu .nav > li .sub-menu li .sub-sub-menu {
  position: absolute;
  left: 140px;
  top: -10px;
  min-width: 200px;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fcaf3f;
  padding: 10px 15px;
}
.main-header .header-content #main-menu .nav > li .sub-menu li .sub-sub-menu li a {
  color: #060606;
}
.main-header.sticky {
  top: 0 !important;
  padding: 10px 0;
  background: #fff;
}
/* ---------- hero ---------- */
.main-hero {
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 980px;
}
.main-hero .main-hero-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-hero .main-hero-content .main-hero-content-block {
  font-family: 'Raleway', 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  max-width: 740px;
}
.main-hero .main-hero-content .main-hero-content-block .main-hero-content-block-subtitle {
  display: inline-block;
  color: #005ca8;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.main-hero .main-hero-content .main-hero-content-block .main-hero-content-block-title {
  line-height: 1;
  margin-top: 0;
}
.section-title {
  margin-bottom: 5px;
  line-height: 1.3;
  margin-bottom: 0;
}
.section-subtitle {
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #9e9e9e;
  letter-spacing: 3px;
  margin-bottom: 17px;
}
.devider {
  display: block;
  width: 100%;
  max-width: 120px;
  margin: 0 auto 15px;
  height: 3px;
  background: #a22f26;
}
/* ---------- welcome ---------- */
.welcome {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  padding-top: 85px;
  margin-bottom: 55px;
}
.welcome .welcome-content {
  padding: 0 70px;
  line-height: 1.6;
}
/* ---------- cta ---------- */
.cta-section {
  margin-bottom: 100px;
}
.cta-section .cta-block {
  text-align: center;
  color: #292929;
}
.cta-section .cta-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cta-section .cta-block ul li {
  padding: 0;
  margin-bottom: 4px;
}
.cta-section .cta-block ul li::before {
  display: none;
}
.cta-section .cta-block ul li a {
  color: #292929;
}
.cta-section .cta-block ul li a:hover {
  color: #a22f26;
}
.cta-section .cta-block .cta-block-devider {
  display: inline-block;
  width: 100%;
  max-width: 50px;
  height: 3px;
  background: #e7e7e7;
  margin-bottom: 7px;
  margin-top: 15px;
}
.cta-section .cta-block .cta-block-image {
  margin-bottom: 18px;
}
.cta-section .cta-block .cta-block-image .cta-block-image-icon {
  position: relative;
  display: inline-block;
  width: 85px;
  height: 85px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.cta-section .cta-block .cta-block-image .cta-block-image-icon img {
  display: block;
  max-width: 48px;
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cta-section .cta-block .cta-block-content .cta-block-title {
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cta-section .cta-block .btn {
  margin-top: 28px;
}
/* ---------- footer ---------- */
.socials {
  margin: 0;
  padding: 0;
  float: right;
}
.socials li {
  padding: 0;
}
.socials li a {
  font-size: 14px;
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #e6e6e6;
  position: relative;
  color: #292929;
}
.socials li a .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.socials li a:hover {
  background: #e6e6e6;
  color: #a22f26;
}
.main-footer .footer-top-line {
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-color: #a22f26;
  padding: 32px 0;
}
.main-footer .footer-top-line .footer-logo {
  display: inline-block;
  width: 114px;
  height: 96px;
}
.main-footer .footer-top-line .footer-logo img {
  width: 114px;
  height: 96px;
}
.main-footer .footer-bottom-line {
  padding: 35px 0 30px;
}
.main-footer .footer-bottom-line .copy {
  font-size: 13px;
  color: #9e9e9e;
  float: left;
  margin-top: 15px;
}
.main-footer .footer-bottom-line .copy span {
  font-weight: 600;
  text-transform: uppercase;
  color: #292929;
}
/* ---------- Subpage ---------- */
hr {
    margin: 0 0 25px;
    border-top: 3px solid #a22f26;
    width: 100px;
}
.contact {
    background-color: #E5ECF2;
    padding-bottom: 4rem;
    padding-top: 5rem;
}
.contact h3 {
    font-size: 1.5em;
    margin-bottom: 8px;
}
.contact h4 {
    font-size: 0.9em;
}
.contact .btn {
    background-color: #a22f26;
    color: #fff;
}
.contact .btn:hover {
    background-color: #00528A;
    border: 2px solid #00528A
}
#zkeFullWidth .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
.contact .form-control {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}
.contact textarea.form-control {
    min-height: 100px;
}
.contact label {
    color: grey;
    font-size: 1.1em;
    font-weight: 300;
}
#zkeContact .content .container-fluid {
    padding-left: 0px;
}
#zkeBanner h1 {
    color: white;
    margin-left: -30px;
    padding-top: 3rem;
}
#zkeBanner .container-fluid {
    /*padding-left: 0px;*/
}
.btn-solid {
  font-family: 'Raleway', 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: #a22f26;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-width: 120px;
  height: 35px;
  line-height: 31px;
  padding: 0 10px;
  border: 2px solid #a22f26;
  min-width: 22rem;
}
.btn-solid:hover,
.btn-solid:focus,
.btn-solid:active {
  border: 2px solid #a22f26;
  line-height: 31px;
  color: #fff;
  background: #a22f26;
  /*transform: scale(1.03);*/
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
ul.menu li a:before, ul.menu li .item:before, ul.menu li .separator:before {
    list-style-type: none;
    list-style: none;
}
a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30%;
  z-index: 1;
}
@media (max-width: 768px) {
	.white-nav-phone {
		display: none;
	}
}