meta.foundation-version {
  font-family: "/5.5.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
  padding: 0.9375rem 0;
}
.tabs dd,
.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 5px !important;
  position: relative;
}
.tabs dd > a,
.tabs .tab-title > a {
  display: inline-block;
  color: #f9f9f9;
  font-family: "adobe-text-pro", sans-serif;
  position: relative;
  outline: none;
}
.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  color: #0c2340;
}
.tabs dd.active a,
.tabs .tab-title.active a {
  color: #0c2340;
}
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}
.tabs-content > .content.active {
  display: block;
  float: none;
}
.tabs-content > .content.contained {
  padding: 0.9375rem;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width:40.063em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*=block-grid-]:before, [class*=block-grid-]:after {
  content: " ";
  display: table;
}
[class*=block-grid-]:after {
  clear: both;
}
[class*=block-grid-] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:64.063em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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-prev, .slick-next {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  background: url(../images/arrow.svg) no-repeat center center;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  border: 0;
  outline: none;
  display: inline-block;
  margin: 2px;
  top: 50%;
  margin-top: -10px;
}

.slick-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
}

.slick-next {
  right: 0;
}

@font-face {
  font-family: "Dense";
  src: url("../fonts/cdtype_-_dense_bold-webfont.eot");
  src: url("../fonts/cdtype_-_dense_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cdtype_-_dense_bold-webfont.woff2") format("woff2"), url("../fonts/cdtype_-_dense_bold-webfont.woff") format("woff"), url("../fonts/cdtype_-_dense_bold-webfont.ttf") format("truetype"), url("../fonts/cdtype_-_dense_bold-webfont.svg#densebold") format("svg");
  font-weight: bold;
  font-style: normal;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

h1, h2, .numbers li span, h3, h4, h5, h6 {
  font-family: "Dense", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 0.2rem;
  margin-bottom: 1.5rem;
  color: #b6a26c;
  text-transform: uppercase;
  line-height: 0.9;
  position: relative;
  letter-spacing: 2px;
}

h1 small, h2 small, .numbers li span small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  line-height: 0;
}

h1.alt, h2.alt, .numbers li span.alt, h3.alt, h4.alt, h5.alt, h6.alt {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3rem;
}

h1 {
  font-size: 3.5em;
}

h2, .numbers li span {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1rem;
}

a {
  color: #b6a26c;
}

a:hover, a:focus {
  color: #b6a26c;
}

p {
  margin-bottom: 20px;
}

img {
  padding: 5px;
  border: 1px solid #b6a26c;
}

address {
  font-style: normal;
}

.large {
  font-size: 17px;
  line-height: 28px;
}

.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.nomartop {
  margin-top: 0;
}

.nomarbot {
  margin-bottom: 10px;
}

.nopadtop {
  padding-top: 0;
}

.nopadbot {
  padding-bottom: 0;
}

.padtop {
  padding-top: 20px;
}

.padbot {
  padding-bottom: 20px;
}

.morepadtop {
  padding-top: 40px;
}

.morepadbot {
  padding-bottom: 40px;
}

.smoke {
  background-color: #f9f9f9;
}

.white {
  background-color: #fff;
}

.blue {
  color: #0c2340;
}

.gray {
  color: #b7b7b7;
}

.button,
input[type=submit] {
  display: inline-block;
  padding: 10px 60px;
  background: transparent;
  border: 1px solid #b6a26c;
  vertical-align: middle;
  position: relative;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #0c2340;
}

.button:hover,
input[type=submit]:hover {
  color: #fff;
  border-color: #b6a26c;
  background-color: #b6a26c;
}

.section {
  padding: 120px 0;
}

.small-section {
  padding: 80px 0;
}

.section.nopadtop, .small-section.nopadtop {
  padding-top: 0;
}
.section.nopadbot, .small-section.nopadbot {
  padding-bottom: 0;
}

.section-intro {
  text-align: center;
  max-width: 720px !important;
  margin: 0 auto 120px auto;
}

#hp-about p {
  text-align: justify;
}

#hp-about .section-intro {
  max-width: 960px !important;
}

.text-justify,
.text-justify p,
.press-release-content p,
.press-release-content h4,
.press-release-content h5 {
  text-align: justify !important;
}

.section .section-intro {
  margin-bottom: 0;
}

.no-bullets {
  margin: 0;
  padding: 0;
}
.no-bullets li {
  list-style: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #0c2340;
  opacity: 0.9;
  transition: all 200ms ease-in;
}
.overlay.gold {
  background: #b6a26c;
}

.breather {
  background-size: cover !important;
  text-align: center;
  color: #fff;
  position: relative;
}
.breather .row {
  position: relative;
  z-index: 20;
}
.breather h1 {
  color: inherit;
  margin-bottom: 0;
  font-size: 65px;
}

.home .breather {
  background: url(../images/breather_bg.jpg) no-repeat bottom center;
}

.row, hr {
  max-width: 1200px;
}
.row.small-row, hr.small-row {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

hr {
  height: 1px;
  background: white;
  outline: none;
  border: 0;
  margin: 80px auto;
}

.shield:before {
  content: "";
  display: block;
  width: 90px;
  height: 115px;
  background: url(../images/logo_shield_gold.svg) no-repeat center center;
  position: absolute;
  top: -40px;
  left: -60px;
  opacity: 0.1;
}

html {
  border: none;
}

body {
  background-color: #fff;
  font: 15px "adobe-text-pro", sans-serif;
  color: #0c2340;
  font-weight: 300;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.page-wrap {
  position: relative;
  z-index: 10;
  overflow-x: hidden;
}

header {
  color: #0c2340;
  height: 500px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
header .overlay {
  opacity: 0.8;
}
header .row {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  max-width: 800px;
  z-index: 20;
}
header h1 {
  color: #fff;
  font-size: 6rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0;
}

.home-hero {
  background-attachment: scroll;
}

.header-logo {
  width: 300px;
  display: block;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
  z-index: 20;
}
.header-logo img {
  padding: 0;
  border: 0;
}

.home-header-logo {
  padding: 30px 20px;
  text-align: center;
  background: #0c2340;
  border-bottom: 1px solid #061426;
}
.home-header-logo img {
  width: 300px;
  border: 0;
}

#hp-scroll-down {
  width: 30px;
  height: 30px;
  background: url(../images/hero_arrow.svg) no-repeat center center;
  background-size: 100%;
  display: block;
  text-indent: -9999px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -15px;
  opacity: 0.5;
  z-index: 20;
}

.pre-nav {
  background: #0c2340;
  padding: 10px 0;
  color: #fff;
  width: 100%;
}
.pre-nav p {
  margin-bottom: 0;
}
.pre-nav span {
  margin: 0 10px;
  opacity: 0.5;
}
.pre-nav a {
  color: inherit;
}

.nav-wrapper {
  position: relative;
  background: #fff;
}
.nav-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.nav-wrapper {
  box-shadow: 0.5px 0.866px 4px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
}
.nav-wrapper .row {
  position: relative;
}
.nav-wrapper .logo {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.9375rem;
  margin-top: -20px;
  margin-top: -20px;
  width: 30px;
  height: 40px;
  background: url(../images/logo_shield_gold.svg) no-repeat center center;
  background-size: 100%;
  text-indent: -9999px;
}
.nav-wrapper .logo a {
  width: 100%;
  height: 100%;
  display: block;
}

.stuck {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}

.menu-button {
  display: none;
  position: absolute;
  right: 0.9375rem;
  top: 31px;
  border: 0;
  background: url(../images/menu.svg) no-repeat center center;
  width: 25px;
  height: 17px;
  outline: none;
  text-indent: -9999px;
}

#main-nav.navigation {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#main-nav.navigation:after {
  content: "";
  display: table;
  clear: both;
}
#main-nav.navigation li {
  list-style: none;
  display: inline-block;
  margin: 0 50px 0 0;
  text-align: center;
}
#main-nav.navigation li:last-child {
  margin-right: 0;
}
#main-nav.navigation li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #0c2340;
  padding: 0 10px;
  border-bottom: 1px solid transparent;
  transition: all 200ms ease-in-out;
  line-height: 20px;
  padding: 20px 0;
}
#main-nav.navigation li a:hover, #main-nav.navigation li a.current {
  color: #b6a26c;
  border-bottom: 1px solid #0c2340;
  opacity: 1;
}
#main-nav.navigation li a .sub {
  font-style: italic;
  font-size: 12px;
  color: #848484;
}
#main-nav.navigation li.current-menu-item a {
  color: #b6a26c;
  border-bottom: 1px solid #0c2340;
  opacity: 1;
}

#hp-testimonials.section {
  padding: 100px 0 50px 0;
}

.hp-testimonials {
  text-align: center;
}
.hp-testimonials .testimonial-wrapper {
  padding: 0 3%;
}
.hp-testimonials .testimonial-wrapper p {
  font-size: 20px;
  line-height: 30px;
}
.hp-testimonials .testimonial-wrapper h5 {
  color: #0c2340;
}

.industries-served li {
  position: relative;
  background-size: cover;
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding: 0;
}
.industries-served li .overlay {
  opacity: 0;
}
.industries-served li h6 {
  color: inherit;
  z-index: 20;
  opacity: 0;
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  text-align: center;
  word-break: break-word;
  padding: 0 10px;
}
.industries-served li:hover .overlay {
  opacity: 0.9;
}
.industries-served li:hover h6 {
  opacity: 1;
}
.industries-served li:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.home .case-studies {
  margin-top: 60px;
}

.numbers li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
}
.numbers li span {
  color: #0c2340;
  position: absolute;
  left: 0;
  top: 0;
}

.services-nav {
  position: relative;
  background: #fff;
}
.services-nav:after {
  content: "";
  display: table;
  clear: both;
}
.services-nav {
  box-shadow: 0.5px 0.866px 4px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px;
  width: 100%;
}
.services-nav .tabs {
  padding: 0;
  text-align: center;
}
.services-nav .tabs dd,
.services-nav .tabs .tab-title {
  float: none;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px !important;
  position: relative;
  margin-right: 8%;
}
.services-nav .tabs dd:last-child,
.services-nav .tabs .tab-title:last-child {
  margin-right: 0;
}
.services-nav .tabs dd > a,
.services-nav .tabs .tab-title > a {
  color: #0c2340;
  padding: 10px 0;
  position: relative;
  z-index: 10;
}
.services-nav .tabs dd > a:after,
.services-nav .tabs .tab-title > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  background: url(../images/logo_shield_gold.svg) no-repeat center center;
  background-size: auto 100%;
  display: none;
  z-index: 1;
}
.services-nav .tabs dd > a:hover,
.services-nav .tabs .tab-title > a:hover {
  color: #b6a26c;
}
.services-nav .tabs dd > a:hover:after,
.services-nav .tabs .tab-title > a:hover:after {
  display: block;
}
.services-nav .tabs dd.active a,
.services-nav .tabs .tab-title.active a {
  color: #b6a26c;
}
.services-nav .tabs dd.active a:after,
.services-nav .tabs .tab-title.active a:after {
  display: block;
}

.row.operational-services {
  max-width: 850px;
  margin-top: 60px;
}
.row.operational-services h6 {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #0c2340;
  letter-spacing: 0;
  line-height: 1.2rem;
  margin-bottom: 15px;
}
.row.operational-services ul {
  list-style: disc;
}

.operational-services-list .dropdown {
  cursor: pointer;
}
.operational-services-list .dropdown h6 {
  position: relative;
}
.operational-services-list .dropdown h6:before {
  position: absolute;
  content: "";
  display: block;
  left: -20px;
  top: 50%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #b6a26c;
}
.operational-services-list .dropdown ul {
  display: none;
}
.operational-services-list .dropdown ul.toggled {
  display: block;
}
.operational-services-list .dropdown.toggled h6:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #b6a26c;
}
.operational-services-list .dropdown.toggled ul {
  display: block;
}

.case-studies {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
.case-studies:after {
  content: "";
  display: table;
  clear: both;
}
.case-studies > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}
.case-studies > li {
  list-style: none;
  padding: 0 0.625rem 1.25rem;
  width: 50%;
}
.case-studies > li:nth-of-type(1n) {
  clear: none;
}
.case-studies > li:nth-of-type(2n+1) {
  clear: both;
}
.case-studies > li {
  width: 47.8%;
  margin: 1.1%;
}
.case-studies li {
  position: relative;
  height: 270px;
  background-size: auto 100%;
  transition: all 200ms ease-in;
}
.case-studies li .overlay {
  opacity: 0.7 !important;
}
.case-studies li.has-website:hover {
  background-size: auto 120%;
}
.case-studies li.has-website:hover .overlay {
  opacity: 0.95 !important;
}
.case-studies li .row {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
  text-align: center;
  width: 95%;
  margin: 0 auto;
  top: 55%;
}
.case-studies li .logo {
  background: url(../images/logo_shield_gold.svg) no-repeat center center;
  width: 20px;
  height: 25px;
  display: block;
  margin: 0 auto 10px auto;
  text-indent: -9999px;
}
.case-studies li h3 {
  color: #fff;
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 5px;
}
.case-studies li h5 {
  font-size: 16px;
}
.case-studies li .entry-meta {
  color: #b6a26c;
}
.case-studies li a, .case-studies li a:hover {
  color: #b6a26c !important;
}

.single-case_study .entry-header {
  padding: 25px 0;
  border-bottom: 1px solid white;
}
.single-case_study .entry-header h3, .single-case_study .entry-header p {
  color: #0c2340;
  margin-bottom: 0;
  line-height: 30px;
}
.single-case_study .entry-header p {
  text-align: right;
}
.single-case_study .entry-body .row {
  max-width: 750px;
  margin-bottom: 40px;
}
.single-case_study .testimonial {
  max-width: 750px;
}
.single-case_study .testimonial p {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  margin-bottom: 30px;
}

.post-navigation {
  border-bottom: 1px solid rgb(92.6470588235%, 92.6470588235%, 92.6470588235%);
  margin-bottom: 60px;
}
.post-navigation .post-nav-item {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  color: #b6a26c;
  font-weight: bold;
  line-height: 20px;
  width: 33.333%;
  float: left;
  display: block;
  margin-bottom: 20px;
}
.post-navigation .previous {
  text-align: left;
}
.post-navigation .next {
  text-align: right;
}
.post-navigation .back {
  text-align: center;
}
.post-navigation .back a {
  background: url(../images/grid_icon.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
}

.ninja-forms-required-items {
  display: none;
}

.ninja-forms-cont label {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3rem;
  color: #0c2340;
}

input[type=password],
input[type=text], textarea {
  background: transparent;
  outline: none;
  border: 0;
  border-bottom: 1px solid #b6a26c;
  padding: 5px;
  border-radius: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

footer {
  color: #b6a26c;
  text-align: center;
  position: relative;
  border-top: 1px solid rgb(92.6470588235%, 92.6470588235%, 92.6470588235%);
}
footer:after {
  width: 100%;
  height: 25px;
  background: #0c2340;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer h6 {
  font-family: "adobe-text-pro", sans-serif;
  text-transform: none;
  letter-spacing: 0;
}
footer .copyright {
  margin-top: 40px;
}
footer .copyright p {
  font-size: 13px;
  margin-bottom: 0;
}
footer a, footer a:hover {
  color: #b6a26c;
}
footer .row {
  padding: 75px 0;
}

.footer-logo {
  width: 300px;
  display: block;
  margin: 0 auto 25px auto;
}
.footer-logo img {
  padding: 0;
  border: 0;
}

@media only screen and (max-width: 40.063em) {
  .header-logo {
    width: 250px;
    display: block;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
    z-index: 20;
  }
  .header-logo img {
    padding: 0;
    border: 0;
  }
  .nav-wrapper .row .columns {
    height: 80px;
  }
  .nav-wrapper .main-nav {
    display: none;
    width: 100%;
    float: none;
    position: relative;
    margin-top: 80px;
  }
  .nav-wrapper .logo {
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 0.9375rem;
    width: 200px;
    height: 40px;
    background: url(../images/logo.svg) no-repeat center center;
    background-size: 100%;
    text-indent: -9999px;
  }
  .nav-wrapper .logo a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .nav-wrapper.toggled .row .columns {
    height: auto;
  }
  .nav-wrapper.toggled .main-nav {
    display: block;
  }
  .menu-button {
    display: block;
  }
  #main-nav.navigation {
    margin: 0;
    padding: 0;
  }
  #main-nav.navigation:after {
    content: "";
    display: table;
    clear: both;
  }
  #main-nav.navigation li {
    list-style: none;
    display: inline-block;
    margin: 0 0 15px 0;
    width: 100%;
    text-align: center;
  }
  #main-nav.navigation li:last-child {
    margin-right: 0;
  }
  #main-nav.navigation li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #0c2340;
    padding: 0 10px;
    line-height: 20px;
    border-bottom: 3px solid transparent;
    transition: all 200ms ease-in-out;
  }
  #main-nav.navigation li a:hover, #main-nav.navigation li a.current {
    color: #b6a26c;
    border-bottom: 3px solid transparent;
    opacity: 1;
  }
  #main-nav.navigation li.current-menu-item a {
    color: #b6a26c;
    border-bottom: 3px solid transparent;
    opacity: 1;
  }
  .single-case_study .entry-header h3, .single-case_study .entry-header p {
    text-align: center;
  }
  header {
    height: 400px;
  }
  header h1 {
    color: #fff;
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0;
  }
  .hp-testimonials {
    text-align: center;
  }
  .hp-testimonials .testimonial-wrapper {
    padding: 0;
  }
  .hp-testimonials .testimonial-wrapper p {
    font-size: 18px;
    line-height: 28px;
  }
  .hp-testimonials .testimonial-wrapper h5 {
    color: #0c2340;
  }
}
@media only screen and (max-width: 768px) {
  .case-studies {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .case-studies:after {
    content: "";
    display: table;
    clear: both;
  }
  .case-studies > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
  }
  .case-studies > li {
    list-style: none;
    padding: 0 0.625rem 1.25rem;
    width: 100%;
  }
  .case-studies > li:nth-of-type(1n) {
    clear: none;
  }
  .case-studies > li:nth-of-type(1n+1) {
    clear: both;
  }
  .case-studies > li {
    width: 97.8%;
    margin: 1.1%;
  }
  .case-studies li {
    position: relative;
    height: auto;
    padding: 4em 0;
  }
  .case-studies li .row {
    position: relative;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 20;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    top: 0%;
  }
  .photo {
    position: relative;
  }
  .photo img {
    max-width: 100%;
    height: auto;
  }
}
