/*
* @section Variables
*/
@import url(animate.css);
/*
* @section Main Styles
*/
body {
  background-color: #fff;
  color: #789ac1;
  font: 400 14px/20px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, [class^="heading-"]:not(.heading-6) {
  font-family: "Tims New Roman", serif;
  line-height: 1;
}

h1, .heading-1 {
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.105em;
}
h1 br, .heading-1 br {
  display: none;
}
@media (min-width: 1300px) {
  h1, .heading-1 {
    font-size: 60px;
    line-height: 72px;
  }
  h1 br, .heading-1 br {
    display: block;
  }
}

h2, .heading-2 {
  font-size: 48px;
  text-transform: uppercase;
}

h3, .heading-3 {
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #0f2454;
}
@media (min-width: 768px) {
  h3, .heading-3 {
    font-size: 36px;
    line-height: 48px;
  }
}

h4, .heading-4 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
h4 .big, .heading-4 .big {
  display: block;
  font-size: 40px;
  line-height: 1;
}
@media (min-width: 768px) {
  h4 .big, .heading-4 .big {
    font-size: 60px;
  }
}

h5, .heading-5 {
  font-size: 18px;
  text-transform: uppercase;
}

h6, .heading-6 {
  font-size: 14px;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

a {
  display: inline-block;
}
a[href^="mailto:"] {
  text-decoration: underline;
}
a[href^="mailto:"]:hover {
  color: #0f2454;
}

time {
  display: table;
  font-family: "Tims New Roman", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.15;
}
@media (min-width: 992px) {
  time {
    line-height: 1.5;
  }
}
time span {
  display: table-cell;
  vertical-align: bottom;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #789ac1;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.primary {
  color: #d00518;
}

.secondary {
  color: #0f2454;
}

.uppercase {
  text-transform: uppercase;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*
* @section Main Layout
*/
[class*="col-sm"] + [class*="col-sm"] {
  margin-top: 30px;
}
@media (min-width: 768px) {
  [class*="col-sm"] + [class*="col-sm"] {
    margin-top: 0px;
  }
}

[class*="col-md"] + [class*="col-md"] {
  margin-top: 30px;
}
@media (min-width: 992px) {
  [class*="col-md"] + [class*="col-md"] {
    margin-top: 0px;
  }
}

* + .inline-list {
  margin-top: 26px;
}

* + .map {
  margin-top: 52px;
}

* + .link-sm {
  margin-top: 20px;
}

* + .contact-form {
  margin-top: 41px;
}

* + .terms-list {
  margin-top: 31px;
}

.terms-list + * {
  margin-top: 20px;
}

.inline-list + * {
  margin-top: 33px;
}

.brand + * {
  margin-top: 26px;
}

h3 + h1 {
  margin-top: 28px;
}

h1 + h4 {
  margin-top: 47px;
}

h4 + [class^="link-"] {
  margin-top: 4px;
}

h6 + p {
  margin-top: 4px;
}

h4 + p {
  margin-top: 20px;
}

img + h4 {
  margin-top: 20px;
}

time + h6 {
  margin-top: 16px;
}

h3 + [class^="row"] {
  margin-top: 33px;
}

[class^="row"] + [class^="row"] {
  margin-top: 102px;
}

footer .brand + * {
  margin-top: 0;
}

.flow-offset-1 > * + * {
  margin-top: 30px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.flow-offset-2 > * + * {
  margin-top: 54px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n + 2) {
    margin-top: 54px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n + 2) {
    margin-top: 54px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n + 2) {
    margin-top: 54px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n + 2) {
    margin-top: 54px;
  }
}

/*
* @section Components
*/
/*
* @subsection Helpers
*/
.border-right {
  position: relative;
}
.border-right:after {
  position: absolute;
  content: '';
  background-color: rgba(255, 255, 255, 0.2);
  width: 0px;
  height: 100%;
  right: 14px;
  top: 0;
}
@media (min-width: 992px) {
  .border-right:after {
    width: 1px;
  }
}

.border-top {
  position: relative;
}
.border-top:before {
  position: absolute;
  content: '';
  width: 154px;
  height: 1px;
  background-color: #789ac1;
  top: -46px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.border-top_mod:before {
  top: -32px;
}

.border-top-big {
  border-top: 1px solid #4f535b;
}

.left {
  display: inline-block;
  position: relative;
}
.left:before {
  position: absolute;
  content: '';
  width: 150px;
  height: 1px;
  background-color: #6e7374;
  top: 24px;
  left: -92px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
@media (min-width: 1040px) {
  .left:before {
    display: block;
  }
}

.right {
  display: inline-block;
  position: relative;
}
.right:after {
  position: absolute;
  content: '';
  width: 150px;
  height: 1px;
  background-color: #6e7374;
  top: 24px;
  right: -234px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
@media (min-width: 1040px) {
  .right:after {
    display: block;
  }
}

/*
* @subsection link
*/
[class^="link-"] {
  display: inline-block;
  font-family: "Tims New Roman", serif;
  text-transform: uppercase;
}

.link-lg {
  font-size: 20px;
  line-height: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .link-lg {
    font-size: 36px;
    line-height: 48px;
  }
}
.link-lg:after {
  content: "";
  background-image: url(../images/icon-arrow.png);
  background-repeat: no-repeat;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 13px;
  display: inline-block;
  height: 25px;
  position: relative;
  left: 16px;
  top: 6px;
  -moz-transform: rotate(180deg) scale(0.7);
  -ms-transform: rotate(180deg) scale(0.7);
  -o-transform: rotate(180deg) scale(0.7);
  -webkit-transform: rotate(180deg) scale(0.7);
  transform: rotate(180deg) scale(0.7);
}
@media (min-width: 992px) {
  .link-lg:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 1px;
  }
}
.link-lg:hover:after {
  left: 24px;
}

.link-sm {
  display: inline-block;
  font-weight: 700;
  color: #0f2454;
  font-family: "Tims New Roman", serif;
  letter-spacing: 0.2em;
  text-decoration: underline;
  text-transform: uppercase;
}


.contact-us {
  display: inline-block;
  color: #0f2454;
  text-decoration: underline;
}

/*
* @subsection Copyright
*/
.copyright {
  letter-spacing: 0.5em;
  text-transform: uppercase;
  font-family: "Tims New Roman", serif;
}

/*
* @subsection Alignment
*/
.text-left {
  text-align: left;
}

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

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

@media (max-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

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

  .text-xs-right {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

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

  .text-sm-right {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .text-md-left {
    text-align: left;
  }

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

  .text-md-right {
    text-align: right;
  }
}
@media (max-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

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

  .text-lg-right {
    text-align: right;
  }
}
/*
* @subsection Brand
*/
.brand {
  display: inline-block;
  color: #0f2454;
  font-family: Garamond, "Times New Roman", serif;
  text-transform: uppercase;
}
.brand__name {
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0.35em;                                       
}
@media (min-width: 768px) {
  .brand__name {
    font-size: 48px;
    line-height: 54px;
  }
}
.brand__name a:hover {
  color: inherit;
}
.brand__slogan {
  font-size: 14px;
  letter-spacing: 0.78em;
}

.brand__name__logo1 {
  color: #002f65;
}

.brand__name__logo2 {
  color: #7499c6;
}

/*==================  Backgrounds  ======================*/
/*
* @subsection Backgrounds
*/
.bg-primary {
  background: #0f2454;
  color: #fff;
}
.bg-primary a:hover {
  color: #789ac1;
}

.bg-secondary {
  background: #3b4048;
  color: #92a1ab;
}
.bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6 {
  color: #fff;
}
.bg-secondary [class^="link"] {
  color: #fff;
}
.bg-secondary [class^="link"]:hover {
  color: inherit;
}
.bg-secondary time {
  color: #fff;
}
.bg-secondary time a:hover {
  color: #76828b;
}

.bg-image-1 {
  background-image: url(../images/bg-image_01.jpg);
  background-size: cover;
  background-position: 0;
}
@media (min-width: 768px) {
  .bg-image-1 {
    background-position: -300px;
  }
}
@media (min-width: 992px) {
  .bg-image-1 {
    background-position: center;
  }
}
.bg-image-1 h3 {
  color: #0f2454;
  letter-spacing: 0.075em;
}

.bg-image-2 {
  background-image: url(../images/bg-image_02.jpg);
  background-size: cover;
  background-position: center;
}
.bg-image-2 * {
  letter-spacing: 0.1em;
  color: #f0f3ed;
}
.bg-image-2 h1 {
  line-height: 44px;
}
@media (min-width: 992px) {
  .bg-image-2 h1 {
    line-height: 80px;
  }
}
.bg-image-2 h4 {
  color: #97a6b1;
}
.bg-image-2 a:hover {
  color: inherit;
}

.bg-image-3 {
  background-image: url(../images/bg-image_04.jpg);
  background-size: cover;
  background-position: center;
}
.bg-image-3 * {
  letter-spacing: 0.1em;
  color: #f0f3ed;
}
.bg-image-3 h1 {
  line-height: 44px;
}
@media (min-width: 992px) {
  .bg-image-3 h1 {
    line-height: 80px;
  }
}
.bg-image-3 h4 {
  color: #97a6b1;
}
.bg-image-3 a:hover {
  color: inherit;
}

.bg-image-5 {
  background-image: url(../images/bg-image_05.jpg);
  background-size: cover;
  background-position: 0;
}
@media (min-width: 768px) {
  .bg-image-5 {
    background-position: -300px;
  }
}
@media (min-width: 992px) {
  .bg-image-5 {
    background-position: center;
  }
}
.bg-image-5 h3 {
  color: #0f2454;
  letter-spacing: 0.075em;
}

/*
* @subsection Icons
*/
.icon {
  display: inline-block;
  text-align: center;
  line-height: 1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.icon-xs {
  font-size: 12px;
  width: 23px;
  height: 23px;
  line-height: 23px;
}

.icon-sm {
  font-size: 17px;
}

.icon-md {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.icon-xl {
  font-size: 60px;
  width: 126px;
  height: 126px;
  line-height: 118px;
}

.icon-lg {
  font-size: 80px;
}

.icon-default {
  color: #fff;
}

.icon-primary {
  color: #d00518;
}

.icon-secondary {
  background: #0f2454;
  color: white;
}

/*
* @subsection Terms list
*/
.terms-list dt {
  font-family: "Tims New Roman", serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.terms-list dt + dd {
  margin-top: 22px;
}
.terms-list dd + dt {
  margin-top: 27px;
}

/*
* @subsection Inline list
*/
.inline-list li {
  position: relative;
  font-family: "Tims New Roman", serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  color: #0f2454;
  letter-spacing: 0.05em;
  display: inline-block;
}
.inline-list li:after {
  content: '-';
  display: inline-block;
  width: 32px;
}
.inline-list li:last-child:after {
  content: '';
  display: inline-block;
  width: 32px;
}
@media (min-width: 768px) {
  .inline-list li {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .inline-list li {
    display: block;
    padding-left: 20px;
  }
  .inline-list li:after {
    position: absolute;
    left: 0;
  }
  .inline-list li:last-child:after {
    content: '-';
  }
}
.inline-list li a:hover {
  color: #789ac1;
}

/*
* @subsection Contact info
*/
.contact-info li p {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
}
.contact-info li p + dl {
  margin-top: 3px;
}
.contact-info li dt, .contact-info li dd {
  display: inline-block;
}
.contact-info li dt {
  min-width: 107px;
}
@media (min-width: 768px) {
  .contact-info li dt {
    min-width: 147px;
  }
}
.contact-info li dt:after {
  content: ":";
}
.contact-info li dl:last-child dt {
  min-width: auto;
}
.contact-info li a:hover {
  color: #fff;
}
.contact-info li a[href^="mailto"] {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .contact-info {
    text-align: left;
  }
  .contact-info p {
    max-width: 210px;
  }
}

/*
* @subsection Thumb
*/
.thumb_overlay {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.thumb_overlay img {
  width: 100%;
}

.thumb_overlay::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.lt-ie9 .thumb_overlay::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.thumb_overlay:after {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "FontAwesome";
  font-size: 50px;
  content: "\f065";
  position: absolute;
  display: inline-block;
  height: 26px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  text-shadow: 1px 1px 2px #0f2454;
}

.thumb_overlay:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.thumb_overlay:hover::after {
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/*
* @subsection Index list
*/
.index-list {
  counter-reset: li;
  margin-top: 11px;
}
.index-list * + p {
  margin-top: 0px;
}
.index-list p {
  line-height: 24px;
}

.lt-ie11 .index-list li h4:before {
  letter-spacing: 1px;
}

.index-list li h4 {
  position: relative;
  min-height: 60px;
  padding-left: 50px;
  color: #fff;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .index-list li h4 {
    white-space: nowrap;
    font-size: 24px;
  }
}
.index-list li h4:before {
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
  position: absolute;
  font-size: 35px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  left: -5px;
  top: 0;
}
@media (min-width: 1200px) {
  .index-list li h4 {
    padding-left: 75px;
    line-height: 60px;
  }
  .index-list li h4:before {
    font-size: 60px;
    top: -14px;
  }
}

/*
* @subsection Buttons
*/
.btn:hover {
  background: #d00518;
}
.btn:active {
  background: #9e0412;
}

/*
* @subsection Box
*/
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}

.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}

.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}

.box .box_left {
  padding-right: 28px;
}

.box .box_cnt {
  vertical-align: middle;
}
.box .box_cnt h4 {
  letter-spacing: 0.1em;
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }

  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
    text-align: left;
  }

  .box-xs .box_left {
    padding-right: 22px;
  }

  .box-xs .box_right {
    padding-left: 20px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }

  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vertical-align: top;
  }
}
.box-xs {
  text-align: center;
}

@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }

  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }

  .box-sm .box_left {
    padding-right: 13px;
    margin-bottom: 0;
  }

  .box-sm .box_right {
    padding-left: 20px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }

  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vertical-align: top;
  }
}
.box-sm .box_left {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }

  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }

  .box-md .box_left {
    padding-right: 13px;
    margin-bottom: 0;
  }

  .box-md .box_right {
    padding-left: 20px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }

  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vertical-align: top;
  }
}
.box-md .box_left {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }

  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }

  .box-lg .box_left {
    padding-right: 13px;
  }

  .box-lg .box_right {
    padding-left: 20px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }

  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vertical-align: top;
  }
}
/*
* @section Alignment
*/
.text-left {
  text-align: left;
}

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

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

@media (max-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

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

  .text-xs-right {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

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

  .text-sm-right {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .text-md-left {
    text-align: left;
  }

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

  .text-md-right {
    text-align: right;
  }
}
@media (max-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

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

  .text-lg-right {
    text-align: right;
  }
}
/*========================   Menu   ==========================*/
.tablet .sf-menu li + li {
  margin-left: 30px;
}

.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 34px;
  position: relative;
}
.sf-menu > li + li:before {
  content: '-';
  position: absolute;
  left: -19px;
  top: 14px;
  font-size: 16px;
}
.sf-menu a {
  display: block;
  font-weight: 700;
}

.sf-menu {
  font-family: "Tims New Roman", serif;
  text-transform: uppercase;
}
.sf-menu a {
  letter-spacing: 0.2em;
}
.sf-menu > li {
  text-align: left;
}
.sf-menu > li > a {
  color: #789ac1;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #0f2454;
}
.sf-menu > li.active > a {
  color: #0f2454;
  border-bottom: 8px solid #0f2454;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 239px;
  left: 10px;
  padding-left: 32px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  background: #0f2454;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.2em;
}

.sf-menu ul > li > a {
  line-height: 31px;
  color: #fff;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #dedede;
}
.sf-menu ul > li .sf-with-ul {
  display: inline-block;
}
.sf-menu ul > li .sf-with-ul:before {
  content: '-';
  width: 18px;
  display: inline-block;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul > li > a {
  padding-left: 30px;
}
.sf-menu ul ul > li > a:before {
  content: '-';
  display: inline-block;
  width: 0;
  opacity: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.lt-ie9 .sf-menu ul ul > li > a:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.sf-menu ul ul > li.sfHover > a:before, .sf-menu ul ul > li > a:hover:before {
  width: 14px;
  opacity: 1;
}
.lt-ie9 .sf-menu ul ul > li.sfHover > a:before, .lt-ie9 .sf-menu ul ul > li > a:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -26px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  -o-transform: translateY(-36px);
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #d00518;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #0f2454;
  z-index: 999;
  box-shadow: 0px -10px 20px 2px #21204c;
}
.isStuck .brand {
  display: none;
}
.isStuck .nav {
  margin-top: 0;
}
.isStuck .nav .sf-menu > li.active > a {
  border-bottom: 8px solid #e6e6e6;
}
.isStuck .nav li a {
  color: #fff;
}
.isStuck .nav li a:hover {
  color: #999999;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
  padding-top: 89px;
  padding-bottom: 87px;
}
.parallax_cnt h3 {
  letter-spacing: 0.075em;
}
.parallax_cnt h1 {
  color: #fff;
}

/*
* @section HEADER  Section
*/
header {
  background-color: #f0f3ed;
  text-align: center;
}

/*
* @section CONTENT  Section
*/
main {
  display: block;
}

/*
* @subsection Well
*/
.well-sm {
  padding-top: 39px;
  padding-bottom: 40px;
}

.well-md {
  padding-top: 57px;
  padding-bottom: 67px;
}

.well-md-inset-1 {
  padding-top: 88px;
}

.well-md-inset-2 {
  padding-bottom: 88px;
}

.well-lg {
  padding-top: 88px;
  padding-bottom: 82px;
}

.well-lg-inset-2 {
  padding-top: 70px;
}

.well-lg-inset-1 {
  padding-top: 56px;
}

.well-lg-inset-3 {
  padding-bottom: 0px;
}

footer.well-sm {
  padding-bottom: 52px;
  padding-top: 0;
}

/*
* @section FOOTER  Styles
*/
footer {
  color: #505f68;
  background-color: #3b4048;
}
footer a:hover {
  color: #fff;
}
