@charset "UTF-8";
/*!
 * Holosecure
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
@import 'font-awesome.min.css';
@import 'jarallax.css';
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Correct the line-height for all headings in Chrome mobile, Firefox,
 * iOS Safari, Microsoft Edge and IE.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

.ir {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/*FLEX*/
.gradient-black {
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: hsla(0, 100%, 100%, 0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  color: transparent;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 400;
  bottom: 10px;
  background-size: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  opacity: 1;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  color: white;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  right: 106px;
  background-image: url(../images/slick-arrow-left.png);
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:hover {
  background-image: url(../images/slick-arrow-left.png);
}
.slick-prev:before {
  background-image: url(../images/slick-arrow-left.png);
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 60px;
  background-image: url(../images/slick-arrow-right.png);
}
[dir=rtl] .slick-next {
  left: 25px;
  right: auto;
}
.slick-next:hover {
  background-image: url(../images/slick-arrow-right.png);
}
.slick-next:before {
  background-image: url(../images/slick-arrow-right.png);
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 5px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 26px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.5;
}

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

.slick-list {
  position: relative;
  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 {
  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;
  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;
}

.slider-nav {
  margin-top: 40px;
}
.slider-nav .slick-slide {
  padding: 0 5px;
  outline: none;
}
.slider-nav .slick-slide .holder {
  height: 185px;
  position: relative;
}
.slider-nav .slick-prev,
.slider-nav .slick-next {
  height: 35px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.slider-nav .slick-prev {
  left: 20px;
}
.slider-nav .slick-next {
  right: 20px;
}

@media (max-width: 960px) {
  .slick-prev {
    right: 76px;
  }
  .slick-next {
    right: 30px;
  }
}
@media (max-width: 680px) {
  .slick-prev {
    right: 66px;
  }
  .slick-next {
    right: 20px;
  }
}
@media (max-width: 480px) {
  .slick-prev,
  .slick-next {
    top: 30px;
  }
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-overflow-style: scrollbar;
}

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

body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

object {
  display: block;
  height: 760px;
}

a {
  text-decoration: none;
  transition: all 0.5s !important;
  color: #2b536a;
}
a.btn {
  display: inline-block;
  color: #fff;
  min-width: 270px;
  padding: 1.953125% 6.640625%;
  font-size: 16px;
  border: 2px solid #fff;
  text-transform: uppercase;
}
a.btn:hover {
  color: #2b536a;
  background: hsla(0, 0%, 100%, 0.9);
}
a.btn.blue {
  font-size: 14px;
  color: #2b536a;
  border: 2px solid #2b536a;
  min-width: 200px;
  padding: 1.5625% 2.734375%;
}
a.btn.blue:hover {
  color: #fff;
  background-color: #2b536a;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}

h2, h3 {
  text-transform: uppercase;
  color: #2b536a;
}

header {
  position: relative;
  width: 100%;
  z-index: 600;
  color: #2b536a;
}
header .logo {
  display: inline-block;
  margin: 12px;
}
header .logo img {
  max-height: 42px;
}
header .header-fixed {
  position: fixed;
  width: 100%;
  padding: 0 10px;
  top: 0;
  z-index: 5;
  background-color: rgba(0, 22, 54, 0.45);
  display: block;
  margin: 0 auto;
  text-align: center;
  transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
}
header .date {
  position: fixed;
  right: 20px;
  top: 32px;
  letter-spacing: initial;
}
header .date span {
  display: block;
  text-align: right;
}
header .nav-sidebar {
  position: fixed;
  width: 250px;
  overflow-x: hidden;
  left: -250px;
  top: 0;
  margin: 0;
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-top: 86px;
  padding-bottom: 60px;
  background-color: #a1a1a1;
  z-index: 0;
  overflow-y: auto;
  backface-visibility: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header .nav-sidebar ul {
  list-style: none;
  padding-left: 0;
}
header .nav-sidebar ul li a {
  display: block;
  padding: 15px 25px;
  font-weight: 400;
  color: #fff;
}
header .nav-sidebar ul li a:hover {
  text-decoration: none;
  color: #000;
  background: #fff;
}
header .nav-sidebar ul li.active a {
  background: grey;
}
header .nav-sidebar ul > div li a {
  padding-left: 40px;
}

.burgernav {
  display: block;
  position: fixed;
  width: auto;
  height: auto;
  top: 8px;
  left: 10px;
  z-index: 1000;
  padding: 18px 17px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.burgernav__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: #fff;
}
.burgernav__icon:before {
  top: -8px;
  transform: translateY(0px) rotate(0deg);
}
.burgernav__icon:after {
  top: 8px;
  transform: translateY(0px) rotate(0deg);
}
.burgernav__icon:before, .burgernav__icon:after {
  position: absolute;
  content: "";
}
.burgernav__icon, .burgernav__icon:before, .burgernav__icon:after {
  display: block;
  width: 32px;
  height: 3px;
  background-color: #fff;
  transition-property: background-color, transform;
  transition-duration: 0.4s;
}
.burgernav:before {
  color: #fff;
  content: "MENU";
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  padding: 4px 0px;
  padding-left: 58px;
  font-size: 14px;
  font-weight: 500;
}

.open .burgernav__icon {
  background-color: transparent;
}
.open .burgernav__icon:before {
  transform: translateY(8px) rotate(45deg);
}
.open .burgernav__icon:after {
  transform: translateY(-8px) rotate(-45deg);
}

.closed .main-container {
  left: 250px;
}
.closed .nav-sidebar {
  overflow-x: hidden;
  left: 0px;
  box-shadow: 0 -7px 20px 0 rgba(0, 0, 0, 0.1);
}
.closed .nav-sidebar ul li a {
  white-space: nowrap;
}

.wrapper.closed {
  overflow: hidden;
}

.main-container {
  position: relative;
  overflow: hidden;
  left: 0;
  transition: all 0.5s !important;
}

.hero-banner {
  height: 100vh;
}
.hero-banner .main-caption {
  color: #fff;
  width: 100%;
  height: 100vh;
  display: table;
  background-color: hsla(0, 0%, 0%, 0.7);
}
.hero-banner .main-caption .centering {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
}
.hero-banner .main-caption .centering h1 {
  margin: 0 auto;
  max-width: 880px;
  font-weight: 300;
  margin-bottom: 25px;
  font-size: calc(16px + 1vw);
  padding: 10px;
  padding-bottom: 0;
}
.hero-banner form {
  position: relative;
}
.hero-banner form input[type=text] {
  border: none;
  padding: 10px 25px;
  padding-left: 40px;
  min-width: 240px;
  border-radius: 30px;
  outline: none;
  text-align: center;
}
.hero-banner form i.fa {
  position: absolute;
  color: #464646;
  font-size: 18px;
  padding-top: 10px;
  padding-left: 15px;
}

.about-section {
  background: url("../images/bg-opacity.png") no-repeat right bottom;
  padding: 4.8387096774% 3.2258064516%;
  position: relative;
}
.about-section .content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  align-items: center;
  background: #fff;
  margin: auto;
  max-width: 1240px;
  text-align: center;
}
.about-section .content .copy {
  padding: 35px 40px;
}
.about-section .content h2 {
  padding: 10px 0px;
  font-size: calc(13px + 1vw);
}
.about-section .content span {
  color: #111;
  text-transform: uppercase;
}
.about-section .content p {
  margin: 0 auto;
  padding: 3px;
  width: 90%;
  font-size: 14px;
  line-height: 1.6;
}
.about-section .content .details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
}
.about-section .content .details img {
  width: 10%;
  max-width: 40px;
}
.about-section .content .details p {
  letter-spacing: initial;
  font-size: 12px;
  width: 90%;
  padding: 0;
  padding-left: 10px;
  color: #363636;
  line-height: 1.7;
}
.about-section .content .details p strong {
  color: #2b536a;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.about-section .content .details > div {
  width: 50%;
  padding: 20px 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

.feature {
  z-index: -1;
}
.feature img {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1440px;
}
.feature .main-caption {
  background: none;
}
.feature .main-caption .centering {
  text-align: left;
  vertical-align: middle;
  padding-left: 120px;
}
.feature .main-caption .centering h2 {
  color: #5ab7af;
  font-size: calc(16px + 1vw);
}
.feature .main-caption .centering p {
  font-size: 15px;
  line-height: 1.4;
  max-width: 460px;
  letter-spacing: initial;
}
.feature .main-caption .centering ul {
  margin-top: 40px;
}
.feature .main-caption .centering ul li {
  padding: 3px 0px;
}

.display-block {
  padding: 4.8387096774% 6.4516129032%;
  text-align: center;
  font-size: calc(14px + 1vw);
  background: url("../images/bg-2.jpg") no-repeat top right;
}
.display-block.tint {
  background: #1e6893;
}
.display-block.tint h3 {
  color: #fff;
}
.display-block section {
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  margin: 30px auto;
}
.display-block section article {
  width: 27.2580645161%;
  margin: 2.0161290323%;
}
.display-block section article img {
  display: block;
  width: 100%;
  max-width: 350px;
}
.display-block section a img {
  transition: all 0.5s !important;
  opacity: 1;
}
.display-block section a:hover img {
  opacity: 0.8;
}
.display-block section h2, .display-block section p {
  margin: 0;
  padding: 0;
}
.display-block section h2 a, .display-block section p a {
  color: #2b536a;
}
.display-block section h2 a:hover, .display-block section p a:hover {
  text-decoration: underline;
}
.display-block section h2 {
  font-size: 16px;
  padding: 8px 0px;
}
.display-block section p {
  font-size: 14px;
}
.display-block .listing {
  margin: 30px auto;
}
.display-block .listing a {
  display: inline-block;
  vertical-align: middle;
}
.display-block .listing img {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  max-height: 140px;
}
.display-block .listing a:first-child, .display-block .listing img:first-child {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}

.article-content {
  width: 100%;
  padding: 10px 18.75%;
  margin: 40px auto;
  background: url("../images/bg-3.jpg") no-repeat bottom right;
}
.article-content h1 {
  color: #2b536a;
  font-size: calc(14px + 2vw);
  padding: 10px 0px;
}
.article-content .by-line {
  color: #5ab7af;
}
.article-content .content {
  margin: 50px 0px;
  margin-bottom: 10px;
  letter-spacing: initial;
  padding-bottom: 40px;
  border-bottom: 3px solid #959595;
}
.article-content .content p {
  line-height: 1.6;
  color: #272727;
}
.article-content .navigate {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
.article-content .navigate a {
  font-weight: 700;
  letter-spacing: initial;
  text-transform: uppercase;
  display: inline-block;
}

footer {
  background: #000e26;
}
footer .block {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  padding: 4.8387096774% 1.6129032258%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  color: #1e6893;
  letter-spacing: initial;
}
footer .block img {
  max-width: 250px;
  width: 100%;
  display: block;
  margin-right: 10px;
  text-align: right;
}
footer .block > div {
  width: 50%;
  text-align: left;
  color: #fff;
}
footer .fine-print {
  padding: 10px 30px;
  font-size: 12px;
  color: #fff;
  background: #00050d;
  letter-spacing: initial;
}
footer .fine-print p {
  margin-top: 6px;
  display: block;
  text-align: center;
}

#lightbox {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  overflow: auto;
}
#lightbox .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: hsla(225, 0%, 0%, 0.85);
}
#lightbox .btn-close {
  font-size: calc(22px + 1vw);
  position: absolute;
  z-index: 100;
  cursor: pointer;
  right: 30px;
  top: 20px;
  color: #fff;
}
#lightbox .display-content {
  position: absolute;
  z-index: 700;
  top: 70px;
  left: 50%;
  width: 768px;
  margin: 0 auto;
  margin-left: -384px;
  padding: 30px 15px;
  text-align: center;
  background: #fff;
}
#lightbox .body {
  padding: 15px;
  position: relative;
}
#lightbox .body .logo img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  margin-bottom: 15px;
}
#lightbox .body p {
  font-size: 18px;
  font-weight: 500;
}
#lightbox .body p span {
  font-size: 14px;
  font-weight: 300;
  display: block;
  text-transform: uppercase;
}
#lightbox .body h1 {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 500;
  padding: 8px;
  background: #00a652;
  color: #fff;
  display: block;
}
#lightbox .body h1 i {
  margin-right: 5px;
}
#lightbox .body h1.error {
  margin-top: 40px;
  background: red;
}
#lightbox .body .content {
  padding-bottom: 10px;
}
#lightbox .body .content p {
  margin: 0;
  padding: 0px;
  font-size: 16px;
  line-height: 1.5;
}
#lightbox .body .content p.label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #162f62;
}
#lightbox .body .content p a {
  color: #2b536a;
  text-decoration: none;
  display: inline-block;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 600;
}

.validator {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0px;
}
.validator .main {
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 0px 15px;
  max-width: 640px;
}
.validator .main > a {
  text-decoration: underline;
}
.validator .logo img {
  max-width: 260px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.validator footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: block;
  font-size: 12px;
  background: #fff;
}
.validator footer p {
  display: block;
  margin: 0;
  margin-top: 10px;
  padding: 15px;
  color: #fff;
  background: #162f62;
}
.validator footer .powered {
  margin: 10px auto;
}
.validator footer .powered span, .validator footer .powered img {
  display: inline-block;
  vertical-align: middle;
}
.validator footer .powered img {
  width: 100px;
}
.validator h1 {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 18px;
  border-radius: 5px;
  font-weight: 500;
  padding: 12px;
  background: #00a652;
  color: #fff;
  display: block;
}
.validator h1 i {
  margin-right: 5px;
}
.validator h1.error {
  margin-top: 100px;
  background: red;
}
.validator .content {
  padding-bottom: 15px;
}
.validator .content p {
  margin: 0;
  padding: 0px;
  font-size: 18px;
  line-height: 1.5;
}
.validator .content p.label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #162f62;
}
.validator .content p a {
  color: #4493e5;
  text-decoration: none;
  display: inline-block;
  padding: 3px 10px;
  font-size: 13px;
}
.validator .profile img {
  border: 5px solid #ebebeb;
  max-width: 190px;
  margin-bottom: 10px;
}
.validator .profile .details span {
  display: block;
  font-size: 12px;
  color: #898989;
}
.validator .profile .details span.name {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
.validator .data-records {
  margin: 20px auto;
  margin-bottom: 100px;
  letter-spacing: initial;
  max-width: 400px;
}
.validator .data-records > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.validator .data-records .support {
  width: 60%;
  text-align: left;
}
.validator .data-records .support span {
  display: block;
}
.validator .data-records .btn {
  width: 40%;
  min-width: initial;
  background: green;
}
.validator .data-records .btn:hover {
  color: #fff;
}
.validator .data-records .btn.disabled {
  cursor: default;
  pointer-events: none;
  background: lightgray;
}

.site .hero-banner .main-caption {
  background-color: transparent;
}
.site .hero-banner .main-caption .centering img {
  margin-top: -200px;
  width: 240px;
  margin-bottom: 15px;
}
.site .hero-banner .main-caption .centering h1 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
}
.site .hero-banner form input[type=text] {
  border: 1px solid #000;
}
.site footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: block;
  font-size: 12px;
  color: #fff;
  background: none;
}
.site footer p {
  display: block;
  margin: 0;
  padding: 10px 15px;
}
.site footer .powered {
  margin: 10px auto;
  display: block;
  text-align: center;
  color: #000;
}
.site footer .powered span, .site footer .powered img {
  display: inline-block;
  vertical-align: middle;
}
.site footer .powered img {
  width: 100px;
}

@media (max-width: 1080px) {
  .about-section {
    padding: 7.4074074074%;
  }
  .about-section .content {
    padding: 20px 0px;
  }
  .about-section .content .copy {
    padding: 20px;
  }
  .about-section .content .details > div {
    padding: 20px;
  }
}
@media (max-width: 960px) {
  .feature .main-caption .centering {
    padding-top: 120px;
    padding-left: 45px;
  }
  .display-block section article {
    width: 31.33%;
    margin: 1%;
  }
}
@media (max-width: 768px) {
  .hero-banner {
    height: 70vh;
  }
  .hero-banner .main-caption {
    height: 70vh;
  }
  .about-section .content .image {
    width: 300px;
  }
  .about-section .content .details img {
    width: 15%;
  }
  .about-section .content .details p {
    width: 85%;
  }
  .display-block {
    padding: 40px 20px;
  }
  .display-block .listing {
    display: inline-block;
    margin-bottom: 0;
    max-width: 568px;
  }
  .display-block .listing img {
    height: 60px;
  }
  .display-block .listing a:first-child, .display-block .listing img:first-child {
    width: 120px;
    height: auto;
    margin-bottom: 10px;
  }
  footer .block {
    display: block;
    padding: 40px 20px;
    text-align: center;
  }
  footer .block img {
    max-width: 220px;
    margin: 20px auto;
    margin-bottom: 40px;
  }
  footer .block ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .block ul li {
    display: inline-block;
    margin: 5px;
  }
  footer .block ul li a {
    display: inline-block;
  }
  footer .block > div {
    width: 100%;
  }
  #lightbox .btn-close {
    right: 10px;
  }
  #lightbox .display-content {
    width: 90%;
    left: 0;
    top: 80px;
    margin: 0 5%;
    padding: 5px;
  }
  #lightbox .body h1 {
    max-width: 700px;
    width: 90%;
  }
}
@media (max-width: 680px) {
  header .date {
    font-size: 11px;
  }
  .about-section {
    padding: 20px;
  }
  .about-section .content .copy {
    padding: 0;
    margin-bottom: 20px;
  }
  .about-section .content .details > div {
    width: 100%;
    margin: 0 auto;
  }
  .feature .main-caption .centering {
    padding-top: 100px;
    padding-left: 25px;
  }
}
@media (max-width: 568px) {
  header .logo img {
    max-height: 40px;
  }
  .burgernav {
    top: 6px;
    left: 4px;
  }
  .burgernav:before {
    content: "";
  }
  footer .block img {
    max-width: 200px;
  }
}
/*# sourceMappingURL=master.css.map */
