/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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;
}

/* Grouping content
   ========================================================================== */

/**
 * 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "icomoon";
  src: url("https://8064409.fs1.hubspotusercontent-na1.net/hubfs/8064409/Free_flight_Systems_September2020/Fonts/icomoon-1.eot") format("embedded-opentype"),
    url("https://8064409.fs1.hubspotusercontent-na1.net/hubfs/8064409/Free_flight_Systems_September2020/Fonts/icomoon-1.woff") format("woff"), 
    url("https://8064409.fs1.hubspotusercontent-na1.net/hubfs/8064409/Free_flight_Systems_September2020/Fonts/icomoon-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "steadysets";
  src: url("https://8064409.fs1.hubspotusercontent-na1.net/hubfs/8064409/Free_flight_Systems_September2020/Fonts/steadysets.eot") format("embedded-opentype"),
    url("https://8064409.fs1.hubspotusercontent-na1.net/hubfs/8064409/Free_flight_Systems_September2020/Fonts/steadysets.woff") format("woff"), 
    url("https://8064409.fs1.hubspotusercontent-na1.net/hubfs/8064409/Free_flight_Systems_September2020/Fonts/steadysets.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}


@font-face {
  font-family: "FontAwesome";
  src: url("https://8064409.fs1.hubspotusercontent-na1.net/hubfs/8064409/Free_flight_Systems_September2020/Fonts/FontAwesome.eot") format("embedded-opentype"),
    url("https://8064409.fs1.hubspotusercontent-na1.net/hubfs/8064409/Free_flight_Systems_September2020/Fonts/FontAwesome.woff") format("woff"), 
    url("https://8064409.fs1.hubspotusercontent-na1.net/hubfs/8064409/Free_flight_Systems_September2020/Fonts/FontAwesome.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}


html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

p {
  margin: 0;
  padding-bottom: 27px;

}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1;
  text-transform: uppercase;
}

h2 {
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
}

h3 {
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 1.2;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  letter-spacing: 2px;
  line-height:1.08;
}

h5 {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1;
}

h6 {
  font-size: .9rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-left: 30px;
  margin-bottom: 30px;
}


ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin:0;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
@media only screen and (min-width: 1000px){
  .dnd-section>.row-fluid , .footer__container , .header__container , .content-wrapper  {
    padding: 0 90px;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 690px){
  .dnd-section>.row-fluid , .footer__container , .header__container , .content-wrapper {
    max-width:600px;
  }

}

@media only screen and (max-width: 690px) and (min-width: 480px){
  .dnd-section>.row-fluid , .footer__container , .header__container , .content-wrapper  {
    max-width:420px;
  }
}

@media(max-width:479px){
  .dnd-section>.row-fluid , .footer__container , .header__container , .content-wrapper  {
    max-width: 320px;
    padding-left:15px;
    padding-right:15px;

  }
  .body-container-wrapper  h1 {
    font-size: 40px !important;
  }

  .body-container-wrapper  h2 {
    font-size: 30px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 700px;
  font-family: Lato, sans-serif;
}
h3.form-title {
  padding-left: 10px;
  padding-right: 10px;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  text-decoration: none !important;
  line-height: 24px;
  font-family: Josefin Sans;
  text-transform: uppercase!important;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  white-space: normal !important
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
}

form .hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input , .password-page input#hs-pwd-widget-password  {
  display: inline-block;
  font-weight: normal;
  box-sizing: border-box;
  font-size: 12px;
  font-family: inherit;
  line-height: 22px;
  color: #555;
  background-color: #efefef;
  border: none;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  padding: 10px;
  width: 100% !important;
  padding-right: 75px;
  margin-bottom: 15px;
  outline: 0;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  white-space: normal;

}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.header {
  background-color: transparent;
}

.header__container {
  margin: 0 auto;

}
.header-secondary-outer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10000;
  background-color: #3a75b4;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.header-secondary-outer nav {
  position: relative;
  display: block;
}

.header-secondary-outer nav ul {
  height: 32px;
  z-index: 1000;
  float: right;
  line-height: 1;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.header-secondary-outer nav ul li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  z-index: 10;
  float: left;
  line-height: 0px!important;
  font-size: 12px!important;
  position: relative;
}

.header-secondary-outer nav ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  margin: 0 1px;
  color: #ffffff;
  font-weight: 400;
  font-family: Josefin Sans;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 13px;
  font-size: 11px;
  padding: 10px;
  border-left: 1px solid rgba(0,0,0,0.1);
}

.header-secondary-outer nav ul li:hover a {
  color: #003156;
}
.header-outer {
  left: 0px;
  position: fixed;
  padding: 28px 0px 0px 0px;
  z-index: 9999;
  width: 100% !important;
  padding-top: 28px;
  transition: transform 0.3s ease 0s, background-color 0.3s ease 0s, opacity 0.3s ease 0s, box-shadow 0.3s ease 0s, border-color 0.3s ease 0s, margin 0.25s ease-out 0s;
  top: 32px;

}

.header-outer-top {
  position: relative;
  z-index: 9998;
  width: 100%;
}

.header__container-inner {
  position: relative;
}

.custom-logo {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

.custom-logo {
  margin-right: 2%;
  width: auto;
}

.header-menu-right {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

.header-menu-right {
  width: auto;
  float: right;
  position: static!important;
}

.custom-logo a {
  text-decoration: none;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  font-family: 'Open Sans';
  font-weight: 600;
  width: auto;
  max-width: none;
  display: block;
  line-height: 22px;
  font-size: 22px;
  letter-spacing: -1.5px;
  color: #ffffff;
}

.custom-logo a img {
  display: block;
  transition: opacity 0.4s ease;
  height: 75px;
  width: 273.578px !important;
}

.header-menu-right nav {
  display: block;
}

.header-menu-right nav ul.buttons {
  list-style: none;
  min-height: 1px;
  line-height: 1px;
  float: right;
  transition: padding 0.8s ease;
  right: 0;
  height: 100%;
  overflow: hidden!important;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}

.header-menu-right nav ul.buttons li#search-btn {
  padding: 0;
  margin: 0;
  border: 0;
  float: left;
  line-height: 12px;
  position: relative;
  padding-bottom: 25px;
  padding-top: 26px;
}

.header-menu-right nav ul.buttons li#search-btn div {
  padding: 0;
  margin: 0;
  border: 0;
  padding-left: 19px;
  border-color: #eeeeee;
  border-left: 1px solid rgba(255,255,255,0.25);
}

.header-menu-right nav ul.buttons li#search-btn div a {
  text-decoration: none;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  color: #888;
  padding-left: 23px;
  padding: 0px 0px 0px 0px;
  width: 24px;
  height: 24px;
  display: block;
  background-position: right top;
  background-repeat: no-repeat;
  box-sizing: content-box!important;
  -moz-box-sizing: content-box!important;
}

.header-menu-right nav ul.buttons li#search-btn div a .icon-salient-search {
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 32px;
  top: -2px;
  word-spacing: 1px;
  display: inline-block;
  border-radius: 999px 999px 999px 999px;
  -moz-border-radius: 999px 999px 999px 999px;
  -webkit-border-radius: 999px 999px 999px 999px;
  -o-border-radius: 999px 999px 999px 999px;
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  line-height: 24px!important;
  height: 24px!important;
  top: 0;
  background-color: transparent!important;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 18px;
  color: #ffffff;
  opacity: 0.75;
  transition: opacity 0.2s ease,color 0.2s ease;
}

.header-menu-right nav ul.buttons li#search-btn div a .icon-salient-search:before {
  content: "\e036";
}

.header-menu-right nav ul.buttons li:last-child {
  padding: 0;
  margin: 0;
  border: 0;
  float: left;
  transition: margin 0.25s ease;
  margin-left: 15px;
  margin-right: 5px;
  line-height: 12px;
  position: relative;
  padding-bottom: 25px;
  padding-top: 26px;
}

.header-menu-right nav ul.buttons li:last-child a.closed {
  text-decoration: none;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  color: #888;
  padding-left: 23px;
  padding: 0px 0px 0px 0px;
  width: 24px;
  height: 24px;
  display: block;
  background-position: right top;
  background-repeat: no-repeat;
  box-sizing: content-box!important;
  -moz-box-sizing: content-box!important;
}

.header-menu-right nav ul.buttons li:last-child a.closed span {
  transform-origin: center;
  display: block;
  height: 21px;
  transition: -webkit-transform 0.33s 0s ease;
  transition: transform 0.33s 0s ease;
}

.header-menu-right nav ul.buttons li:last-child a.closed span > i {
  font-weight: 400;
  font-style: italic;
  font-family: Josefin Sans;
  text-transform: none;
  letter-spacing: -1px;
  position: relative;
  font-size: 0px!important;
  user-select: none;
  display: block;
  transition: .3s;
  cursor: pointer;
  line-height: 0px!important;
  top: 10px;
}

.header-menu-right nav ul.buttons li:last-child a.closed span i i.lines {
  font-family: Josefin Sans;
  text-transform: none;
  letter-spacing: -1px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: italic;
  position: relative;
  display: block;
  width: 1.4rem;
  height: 2px;
  transition: background 0.2s ease,opacity 0.2s ease;
  background-color: transparent;
}

.header-menu-right nav ul.buttons li:last-child a.closed span i i.lines:before,.header-menu-right nav ul.buttons li:last-child a.closed span i i.lines:after {
  display: block;
  width: 22px;
  height: 3px;
  background: #ecf0f1;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.142rem center;
  transform-origin: 0.142rem center;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: -webkit-transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
  transition: transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
}

.header-menu-right nav ul.buttons li:last-child a.closed span i i.lines:before {
  top: 6px;
  height: 2px;
  background-color: #ffffff;
}

.header-menu-right nav ul.buttons li:last-child a.closed span i i.lines:after {
  height: 2px;
  top: -6px;
  background-color: #ffffff;
  transition: -webkit-transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
  transition: transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
}



.header-menu-right nav ul.buttons li:last-child a.closed span i.lines-button.x2:after {
  height: 2px;
  background-color: rgba(0,0,0,0.4);
  display: inline-block;
  width: 22px;
  height: 2px;
  transition: transform 0.45s ease,opacity 0.2s ease,background-color 0.2s linear;
  -webkit-transition: -webkit-transform 0.45s ease,opacity 0.2s ease,background-color 0.2s ease;
  position: absolute;
  left: 0;
  top: 0px;
  content: '';
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
  background-color: #ffffff;

}




.header-menu-right nav ul.buttons li#search-btn div a:hover .icon-salient-search {
  opacity: 1;
  color: #ffffff;
}
.header-menu {
  display: inline-block;
}
.header-menu-right .hs-menu-wrapper >  ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  z-index: 10;
  display: block;
}

.header-menu-right .hs-menu-wrapper > ul > li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  z-index: 10;
  line-height: 0px;
  font-size: 12px;
  position: relative;
  float: left;
}

.header-menu-right .hs-menu-wrapper > ul > li > a {
  position: relative;
  text-decoration: none;
  margin: 0 1px;
  display: block;
  font-family: Josefin Sans;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 700;
  margin-bottom: -1px;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  transition: opacity 0.2s ease,color 0.2s ease;
  padding-bottom: 53px;
  padding-top: 25px;
}

.header-menu-right .hs-menu-wrapper > ul > li > ul {
  display: none;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 16em;
  position: absolute;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  left: 0;
}

.header-menu-right .hs-menu-wrapper>ul > li:hover>ul {
  display: block;
  top: 103px;
}

.header-menu-right .hs-menu-wrapper>ul li>ul > li > a {
  display: block;
  position: relative;
  margin: 0;
  padding: 14px;
  transition: none;
  color: #ffffff;
  background-color: rgba(0,49,86,100);
  font-family: Josefin Sans;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  border-bottom: none;
}

.scroll-header .header-menu-right .hs-menu-wrapper>ul>li>ul::after {
  background: transparent;
  content: "";
  height: 53px;
  width: 100%;
  display: block;
  position: absolute;
  top: -42px;
} 


.header-menu-right .hs-menu-wrapper>ul li>ul > li > a:hover {
  background-color: #3a75b4;
}

#search-outer {
  overflow: visible;
  left: 0px;
  width: 100%;
  background-color: rgba(255,255,255,0.96);
  height: 95%;
  position: fixed;
  padding: 0;
  display: none;
  transform: scale(1, 1);
  opacity:0;
  top: 163px;
  z-index:99999;
}
.search-open #search-outer {
  opacity: 1;
  display: block;
  z-index:9;
}
#search-outer .header__container {
  height: auto!important;
  float: none!important;
  width: 100%!important;
  padding: 0 40px;
  position: static;
}
#search-outer .header__container:before, #search-outer .header__container:after {
  display: block;
  clear: both;
  content: "";
}

#search-box {
  position: relative;
  top: 102.5px;
}
.form-earch-wrap {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

.form-earch-wrap form {
  max-width: 100%;
  opacity: 1;
  bottom: 0px;
  position: relative;
  width: 100%!important;
  float: none!important;
}

.form-earch-wrap form .ui-autocomplete-input {
  background-color: transparent;
  border: 0px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  box-shadow: none!important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -o-box-shadow: none!important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 43px;
  position: relative;
  width: 100% !important;
  color: #000;
  height: auto;
  font-size: 80px;
  text-align: center;
  font-family: "Open Sans";
  padding: 0;
  outline: 0;
}
.ui-autocomplete {
  display: none;
}
div#close {
  list-style: none;
  position: absolute;
  top: 25px;
  right: 25px;
}
div#close a {
  text-decoration: none;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  display: block;
  width: 24px;
  height: 17px;
  line-height: 22px;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 0;
}
div#close a span {
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 32px;
  top: -2px;
  word-spacing: 1px;
  display: inline-block;
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  height: 20px!important;
  line-height: 19px!important;
  background-color: transparent!important;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 20px;
  color: #000;
}
div#close a span:before {
  content: "\e117";
}


.scroll-header .header-outer {
  padding-top: 16px;
  top: 32px;
  transform: translateY(0px) translate(0px, 0px);
  background-color: rgb(0, 49, 86);
  transition: transform 0.3s ease 0s, background-color 0.3s ease 0s, opacity 0.3s ease 0s, box-shadow 0.3s ease 0s, border-color 0.3s ease 0s, margin 0.25s ease-out 0s;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
  -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
}

.scroll-header .custom-logo a img {
  height: 69px;
  width: auto !important;
}

.scroll-header .header-menu-right .hs-menu-wrapper>ul>li>a {
  opacity: 1;
  padding-bottom: 32px;
  padding-top: 22px;
}

.scroll-header .header-menu-right nav ul.buttons li#search-btn {
  padding-bottom: 23px;
  padding-top: 23px;
}

.scroll-header .header-menu-right .hs-menu-wrapper>ul>li:hover>a {
  opacity: 0.75;
}

.scroll-header .header-menu-right nav ul.buttons li#search-btn div a .icon-salient-search {
  opacity: 1;
}

.scroll-header .header-menu-right nav ul.buttons li#search-btn div a:hover .icon-salient-search {
  opacity: 0.75;
}

.scroll-header .header-menu-right nav ul.buttons li#search-btn div {
  border-color: #eeeeee;
}

.scroll-header .header-menu-right nav ul.buttons li:last-child {
  padding-bottom: 23px;
  padding-top: 23px;
}

.scroll-header .header-menu-right nav ul.buttons li:last-child a.closed span i i.lines {
  opacity: 1;
}

.scroll-header .header-menu-right nav ul.buttons li:last-child a.closed span i.lines-button.x2:after {
  opacity: 1;
}
.scroll-header .header-menu-right nav ul.buttons li:last-child a.closed:hover span i i.lines {
  opacity: 0.75;
}

.scroll-header .header-menu-right nav ul.buttons li:last-child a.closed:hover span i.lines-button.x2:after {
  opacity: 0.75;
}

.header__container-inner:before,.header__container-inner:after {
  display: block;
  clear: both;
  content: "";
}

.scroll-header .header-menu-right .hs-menu-wrapper>ul>li>ul {
  top: 84px;
}
.form-earch-wrap {
  float: none;
}

.search-open #search-outer {
  display: flex;
  align-items: center;
  transform: scale(1,1);
  visibility: visible;
}

div#search {
  width: 100%;
  margin: 0px 0 214px 0px;
}

div#search-box {
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

#search-box .inner-wrap {
  width: 100%;
}

#search-outer div#search-box {
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.25s ease 0.35s;
}

#search-outer {
  transform: scale(1,0);
  transition: transform 0.25s ease-in-out;
  display: flex;
  visibility: hidden;
}

.search-open #search-outer div#search-box {
  transform: translateY(0px);
  opacity: 1;
}
.slide-out-from-right {
  left: 0;
  top: 0;
  z-index: 9996;
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  height: 1px;
  width: 1px;
  opacity: 0;
}

.slide-out-widget-area {
  color: #ffffff;
  padding: 33px;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  z-index: 10000;
  background: linear-gradient(145deg,#3a75b4,#003156);
  transition:all 0.5s ease-in-out;
}

.slide-out-widget-inner {
  width: 100%;
  height: auto;
  min-height: calc(100vh - 129px);
}


.mobile-open .slide-out-from-right {
  height: 100%;
  width: 100%;
  opacity: 1;
}

.mobile-open .slide-out-widget-area {
  right: 0;
}
.header-secondary-outer , .header-outer{
  transform: translate(0px,0px);
  transition: all .5s ease-in-out;
}
.mobile-open .header-secondary-outer {
  transform: translate(-300px, 0px);
  transition: all 0.5s ease-in-out;
}

.mobile-open .header-outer {
  transform: translateY(0px) translate(-300px, 0px);
  transition: all 0.5s ease-in-out;
  background-color: transparent;
}

.slide_out_area_close {
  position: absolute;
  right: 22px;
  top: 22px;
  display: block;
  transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
  -webkit-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
  font-family: 'Open Sans';
  font-weight: 400;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 34px;
  height: 34px;
  transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
  -webkit-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
  color: #ddd;
  font-size: 18px;
  max-width: none;
  line-height: 32px;
}

.slide_out_area_close > span {
  height: 34px;
  left: -2px;
  line-height: 32px;
  max-width: none;
  transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
  -webkit-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
  -moz-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
  width: 34px;
  color: #ffffff;
  font-size: 24px;
  z-index: 9999;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  top: -2px;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  border-radius: 999px 999px 999px 999px;
  -moz-border-radius: 999px 999px 999px 999px;
  -webkit-border-radius: 999px 999px 999px 999px;
  -o-border-radius: 999px 999px 999px 999px;
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}

.slide_out_area_close > span:before {
  content: "\e117";
  text-decoration: inherit;
  speak: none;
}

.slide_out_area_close:hover {
  border-color: rgba(255,255,255,0.7);
  color: #003156;
}

.slide_out_area_close:hover > span {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  color: #003156;
}

.mobile-menu-wrapper {
  margin-top: 0;
}

.mobile-menu-wrapper .hs-menu-wrapper > ul {
  margin: 0;
  position: relative;
  width: 100%;
  display: block;
  padding: 0;
}

.mobile-menu-wrapper .hs-menu-wrapper > ul > li {
  padding-bottom: 12px;
  position: relative;
  line-height: 25px;
}

.mobile-menu-wrapper .hs-menu-wrapper > ul > li > a {
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  font-family: Josefin Sans;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  color: #ffffff;
  padding: 0;
  display: inline;
}

.mobile-menu-wrapper .hs-menu-wrapper > ul > li > a:hover {
  color: #003156;
}
.bottom-meta-wrap ul {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
}

.bottom-meta-wrap ul li {
  display: inline-block;
  padding: 0 6px 6px 0;
  margin-right: -5.5px;
}

.bottom-meta-wrap ul li a {
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  color: #fff;
}

.bottom-meta-wrap ul li a i {
  text-transform: none;
  letter-spacing: -1px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  top: -2px;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: transparent!important;
  font-size: 18px;
  line-height: 22px;
}

.bottom-meta-wrap ul li a:hover {
  color: #003156;

}

/* DL back menu starts Here */

@-webkit-keyframes MenuAnimOut5 {
  0% {
  }

  100% {
    -webkit-transform: rotateY(-25deg) translateX(-300px);
    opacity: 0
  }
}

@keyframes MenuAnimOut5 {
  0% {
  }

  100% {
    -webkit-transform: rotateY(-25deg) translateX(-300px);
    transform: rotateY(-25deg) translateX(-300px);
    opacity: 0
  }
}

@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: rotateY(-25deg) translateX(-300px);
    opacity: 0
  }

  100% {
    -webkit-transform: rotateY(0deg) translateX(0px);
    opacity: 1
  }
}

@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: rotateY(-25deg) translateX(-300px);
    transform: rotateY(-25deg) translateX(-300px);
    opacity: 0
  }

  100% {
    -webkit-transform: rotateY(0deg) translateX(0px);
    transform: rotateY(0deg) translateX(0px);
    opacity: 1
  }
}

@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: rotateY(25deg) translateX(300px);
    opacity: 0
  }

  100% {
    -webkit-transform: rotateY(0deg) translateX(0px);
    opacity: 1
  }
}

@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: rotateY(25deg) translateX(300px);
    transform: rotateY(25deg) translateX(300px);
    opacity: 0
  }

  100% {
    -webkit-transform: rotateY(0deg) translateX(0px);
    transform: rotateY(0deg) translateX(0px);
    opacity: 1
  }
}

@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: rotateY(0deg) translateX(0px);
    opacity: 1
  }

  100% {
    -webkit-transform: rotateY(25deg) translateX(300px);
    opacity: 0
  }
}

@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: rotateY(0deg) translateX(0px);
    transform: rotateY(0deg) translateX(0px);
    opacity: 1
  }

  100% {
    -webkit-transform: rotateY(25deg) translateX(300px);
    transform: rotateY(25deg) translateX(300px);
    opacity: 0
  }
}
.mobile-menu-wrapper>span {
  display: block;
  transition:height 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
.mobile-menu-wrapper .hs-menu-wrapper {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: center;
  perspective-origin: center;
  margin-right: 0!important;
  display: block;
}
.mobile-menu-wrapper .hs-menu-wrapper>ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin: 0;
  position: relative;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* .mobile-menu-wrapper .hs-menu-wrapper>ul.menu-out {
-webkit-animation: MenuAnimOut5 0.4s ease-in-out;
animation: MenuAnimOut5 0.4s ease-in-out
}
.mobile-menu-wrapper .hs-menu-wrapper>ul.menu-in {
-webkit-animation: MenuAnimIn5 0.4s ease-in-out;
animation: MenuAnimIn5 0.4s ease-in-out

} */
.mobile-menu-wrapper .hs-menu-wrapper>ul .hs-menu-children-wrapper {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: block;
  margin: 0!important;
  padding: 0!important;
  left:300px;
  top:0;
  position:absolute;
  width:100%;
  transition:left 0.4s ease;
  opacity: 0;
  pointer-events: none;
}
.mobile-menu-wrapper .hs-menu-wrapper>ul>li,
.mobile-menu-wrapper .hs-menu-wrapper>ul>li>a {
  transform: none;
  transition:transform 0.4s ease;
}
.mobile-menu-wrapper .hs-menu-wrapper>ul>li>a {
  display:inline-block;
}
.mobile-menu-wrapper .hs-menu-wrapper>ul.submenu-open>li:not(.subchild-open) {
  transform: translateX(-300px);
}
.mobile-menu-wrapper .hs-menu-wrapper>ul.submenu-open>li.subchild-open>a {
  transform: translateX(-300px);
}
.mobile-menu-wrapper .hs-menu-wrapper>ul>li.subchild-open>ul{
  left: 0;
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu-wrapper .hs-menu-wrapper>ul>li:first-child, .mobile-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(2) {
  display: none;
}

.mobile-menu-wrapper .hs-menu-wrapper>ul .hs-menu-children-wrapper > li.back {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
}

.mobile-menu-wrapper .hs-menu-wrapper>ul .hs-menu-children-wrapper > li.back > a {
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  font-family: Josefin Sans;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 19px;
  font-weight: 700;
  background: rgba(0,0,0,0.13);
  color: #fff;
  display: inline;
}

.mobile-menu-wrapper .hs-menu-wrapper>ul .hs-menu-children-wrapper > li {
  position: relative;
  padding-bottom: 12px;
  display: block;
}

.mobile-menu-wrapper .hs-menu-wrapper>ul .hs-menu-children-wrapper > li > a {
  padding: 0;
  color: #ffffff;
  line-height: 25px;
  font-weight: 700;
  font-family: Josefin Sans;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 19px;
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  display: inline;
}
.mobile-menu-wrapper .hs-menu-wrapper>ul>li {
  position:static;
}
.mobile-menu-wrapper .hs-menu-wrapper>ul .hs-menu-children-wrapper > li > a:hover {
  color: #003156;
}
.lp-header .header-secondary-outer {
  min-height: 33px;
}
.scroll-header .lp-header .header-outer {
  padding-bottom: 15px;
}
@media(max-width:1200px){
  .mobile-open .hader-menu {
    opacity: 0;
  }
}
@media(max-width:1000px){
  .lp-header .header-secondary-outer {
    min-height: 35px;
  }
  .header-secondary-outer {
    position: relative;
    top: 0px;
    height: auto;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-top: 1px;
  }

  .header-secondary-outer nav ul {
    float: none!important;
    width: 100%;
    text-align: center;
    height: auto!important;
    border-top: none !Important;
    line-height: 17px;
  }

  .header__container:before,.header__container:after {
    display: block;
    clear: both;
    content: "";
  }

  .header-secondary-outer nav ul li {
    display: inline-block!important;
    float: none!important;
    margin-right: 29px;
  }
  .header-outer {
    top: 34px;
    transform: translateY(0px) translate(0px, 0px);
    background-color: rgb(0, 49, 86);
    height: 75px !important;
    position: fixed;
    padding-top: 12px!important;
    margin-bottom: 0px;
  }

  .header-outer-top {
    height: auto!important;
  }

  .header__container {
    position: relative;
  }
  .custom-logo a img {
    height: 35px!important;
    width: 127.656px !important;
  }

  .custom-logo a {
    display: inline-block;
    margin-top: 7px;
  }

  .header-menu-right {
    float: right !important;
    width: auto !important;
    min-height: 61px;
    line-height: 39px;
  }

  .header-menu {
    display: none;
  }

  .header-menu-right nav ul.buttons li#search-btn {
    display: none;
  }

  .header-menu-right nav ul.buttons li:last-child {
    display: block!important;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 16px;
    z-index: 9999;
    right: -2px;
  }

  .header-menu-right nav ul.buttons li:last-child a.closed span i i.lines:before, .header-menu-right nav ul.buttons li:last-child a.closed span i i.lines:after {
    width: 22px;
  }

  .header-menu-right nav ul.buttons li:last-child a.closed span i.lines-button.x2:after {
    width: 22px;
    opacity: 1;
  }

  .header-menu-right nav ul.buttons li:last-child a.closed span i i.lines {
    opacity: 1;
  }

  .header-outer {border-bottom: 1px solid #3a75b4;}

  .scroll-header .header-outer {
    top: 0;
    border-bottom: 0;
  }
  .header-group {
    min-height: 105px;
  }  
  .mobile-menu-wrapper .hs-menu-wrapper>ul>li:first-child, .mobile-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(2) {
    display: block;
  }

  .mobile-menu-wrapper .hs-menu-wrapper>ul>li:first-child {
    margin-top: -7px;
  }
  .scroll-header .header-menu-right nav ul.buttons li:last-child {
    padding-bottom: 0;
    padding-top: 0;
  }
  .scroll-header .header-outer {
    top: 0;
    border-bottom: 0;
    background-color: #003156;
  }
  .mobile-open .header-outer{
    background-color: #003156;
  }
  .header-outer {
    position: relative;
    top: 0 !important;
  }

  .header-group {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: top 0.3s;
  }

  .scroll-header .header-group {
    top: -35px;
  }
}

@media(max-width:690px){
  .lp-header .header-secondary-outer {
    min-height: 55px;
  }
  .scroll-header .header-group.lp-header {
    top: -55px;
  }
  .header-secondary-outer nav ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-outer {
    top: 54px;
  }
  .banner-padding-top {
    padding: 100.8px 126px 134.4px;
  }

  .header-group {
    min-height: 129px;
  }

  .banner-title-left h1 {
    font-size: 39px;
    line-height: 39px;
  }

  .header-outer {
    border-bottom: 1px solid #3a75b4;
  }
}

@media (max-width: 689px){
  .scroll-header .header-group {
    top: -54px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;

}
.footer__container {
  margin: 0 auto;
}
.footer-bottom-group {
  position: relative;
  margin-bottom: 0px;
  padding: 20px 0px;
  font-size: 12px;
  color: #777;
  background-color: #3a75b4;
}

.footer__container:before,.footer__container:after {
  display: block;
  clear: both;
  content: "";
}

.footer__copyright {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}


.social-group {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}


.footer__copyright p {
  color: #ffffff;
  line-height: 22px;
  margin-top: 3px;
  padding-bottom: 0px;
}

.footer__copyright p a {
  color: #CCCCCC;
}

.social-group ul {
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
  float: right;
}

.social-group ul li {
  float: left;
  margin-left: 20px;
}

.social-group ul li a {
  color: #CCCCCC;
  display: block;
  line-height: 22px;
  height: 24px;
  position: relative;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-position: center top;
}

.social-group ul li a i {
  text-transform: none;
  letter-spacing: -1px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  height: 32px;
  line-height: 32px;
  top: -2px;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  font-size: 20px;
  width: auto;
  background-color: transparent!important;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  color: #ffffff;
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-linkedin:before {
  content: "\f0e1";  
}
.fa-youtube-play:before {
  content: "\f16a";
}
.footer__main-row {
  padding: 55px 0px;
  position: relative;
  margin-bottom: 0px;
}

.footer-section {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  line-height: 25px;
}


.footer-section h4 {
  margin-bottom: 12px;
  font-family: Josefin Sans;
  text-transform: uppercase!important;
  font-size: 14px;
  font-weight: 700;
  color: #777777;
  letter-spacing: 2px;
  line-height: 26px;
}

.footer-section .hs-menu-wrapper > ul {
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
  display: block;
}

.footer-section .hs-menu-wrapper > ul > li {
  padding: 4px 0;
  list-style: none;
  margin-bottom: 0px;
}

.footer-section .hs-menu-wrapper > ul > li:first-child {
  padding-top: 0px!important;
}

.footer-section .hs-menu-wrapper > ul > li > a {
  display: block;
  padding: 0;
  border: none;
  color: #CCCCCC;
  line-height: 25px;
}

.footer__main-row:before,.footer__main-row:after {
  display: block;
  clear: both;
  content: "";
}

.footer-top-3 p {
  padding-bottom: 20px;
  color: #CCCCCC;
  line-height: 25px;
}

.footer-top-3 p:last-child {
  padding-bottom: 0px;
  line-height: 25px;
}

.footer-top-3 p a {
  color: #CCCCCC;
}

div#search-3 {
  margin-bottom: 30px;
}

div#search-3 .search-form {
  line-height: 12px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

div#search-3 .search-form .search-field {
  font-size: 12px;
  font-family: inherit;
  line-height: 22px;
  color: #555;
  background-color: #efefef;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  padding-right: 75px!important;
  border-radius: 0px 2px 2px 0px;
  margin: 0!important;
  padding: 10px;
  width: 100%;
}

div#search-3 .search-form  .search-submit {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
  -moz-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
  -o-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
  width: auto;
  font-family: Josefin Sans;
  text-transform: uppercase!important;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0!important;
  line-height: 24px;
  padding: 10px 11px 11px 10px;
  opacity: 0.9;
  transition: opacity 0.2s linear 0s;
  -moz-transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  -o-transition: opacity 0.2s linear 0s;
  background-color: #3a75b4;
}

div#search-3 .search-form .search-submit:hover {
  opacity: 1;
}

.footer-top-4 p {
  padding-bottom: 20px;
  line-height: 25px;
  color: #CCCCCC;
}

.footer-top-4 p img {
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: baseline;
}

.footer-top-4 p:last-child {
  padding-bottom: 0;
}
a#back-to-top {
  display: block;
  position: fixed;
  text-align: center;
  line-height: 12px!important;
  right: 17px;
  bottom: -30px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  z-index: 9994;
  height: 29px;
  width: 29px;
  background-color: rgba(0,0,0,0.25);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  border-radius: 0!important;
  box-shadow: none;
  background-color: rgba(0,0,0,0.87);
  bottom: 17px;
}
a#back-to-top i {
  text-transform: none;
  letter-spacing: -1px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  max-width: 100%;
  word-spacing: 1px;
  display: inline-block;
  line-height: 29px!important;
  width: 29px!important;
  height: 29px!important;
  font-size: 14px!important;
  top: 0px!important;
  left: 0px!important;
  text-align: center!important;
  position: relative;
  z-index: 10;
  background-color: transparent!important;
}

a#back-to-top i:before {
  content: "\f106";
}

a#back-to-top:hover {
  background-color: #3a75b4;
}



@media (min-width: 690px){
  .footer__copyright {
    margin-right: 2%;
    width: 40.5%;
  }
  .social-group {
    width: 57.5%;
  }
  .footer-top-1, .footer-top-2 , .footer-top-3 {
    margin-right: 2%;
    width: 23.5%;
  }

  .footer-top-4 {
    width: 23.5%;
  }

}


@media(min-width:1001px) and (max-width:1086px){

  .footer-top-1 {
    width: 20.2%;
  }

  .footer-top-3 {
    width: 26.5%;
  }
}



@media only screen and (max-width: 1000px) and (min-width: 690px){
  .footer__copyright {
    width: 49%;
    margin-bottom: 0px;
  }

  .social-group {
    width: 49%;
  }
  .footer-top-1, .footer-top-2, .footer-top-3 {
    width: 48%!important;
    margin-bottom: 2%;
    margin-right: 15px;
    margin-left: 0px!important;
    padding: 15px;
    float: left;
  }
  .footer-top-2,.footer-top-4 {
    margin-right: 0;
  }


  .footer-top-4 {
    width: 48%!important;
    margin-left: 0px!important;
    padding: 15px;
    float: left;
  }

}

@media only screen and (max-width: 1000px) and (min-width: 1px){
  .social-group ul li {
    width: 33px;
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .footer-top-1 , .footer-top-2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1020px){
  a#back-to-top {
    display: none !important;
  }
}

@media only screen and (max-width: 690px){
  .footer__copyright {
    margin-bottom: 25px;
  }

  .social-group ul {
    float: left;
  }

  .social-group ul li {
    margin-right: 10px;
    margin-left: 0px!important;
  }

  .footer-top-3 {
    margin-bottom: 40px;
  }

  .footer-section h4 {
    line-height: 23.4px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.banner-area {
  position: relative;
}

.banner-area-inner {
  position: relative;
}

.banner-padding-top {
  padding: 285.45px 329px 380.6px;

  visibility: visible;
}

.bg-wrapper-inner {
  height: 100%;
}

.banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.banner-title-group {
  position: relative;
  width: 100%;
  float: none;
  color: #fff;
}
.banner-title-group .content-wrapper {
  padding: 0;
}
.banner-title-left {
  background-position: center;
  position: relative;
  width: 40.425531911%;
}

.banner-title-left h1 {
  margin-bottom: 7px;
  letter-spacing: 0px;
  font-family: Work Sans;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  color: #fff;
}

.banner-title-left h5 {
  margin-bottom: 0px;
  font-family: Work Sans;
  letter-spacing: 1px;
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
  color: #fff;
}

@media(max-width:1600px){
  .banner-padding-top {
    visibility: visible;
    padding: 243px 188px 324px;
  }
}

@media(max-width:1500px){
  .banner-padding-top {
    padding: 222.3px 119px 296.4px;
  } 
}

@media(max-width:1400px){
  .banner-padding-top {
    padding: 207.45px 90px 276.6px;
  }
}
@media(max-width:1300px){
  .banner-padding-top {
    padding: 192.3px 90px 256.4px;
  }

  .banner-title-left h1 {
    font-size: 45px;
    line-height: 45px;
  }
}

@media(max-width:1200px){
  .banner-padding-top {
    padding: 177.45px 90px 236.6px;
  }
}

@media(max-width:1100px){
  .banner-padding-top {
    padding: 162.45px 90px 216.6px;
  }
}
@media(max-width:1000px){
  .banner-title-left {
    width: 100%;
    margin-bottom: 36px;
  }

  .banner-title-left h1 {
    font-size: 42px;
    line-height: 42px;
    margin-top: 0;
  }

  .banner-padding-top {
    padding: 152.3px 191px 196.4px;
  }


  .body-wrapper.hs-blog-listing {
    margin-top: 110px;
  }
  .hs-blog-listing .banner-title-left {
    margin-bottom: 40px;
  }
}

@media(max-width:900px){
  .banner-padding-top {
    padding: 137.3px 141px 176.4px;
  }

  .banner-title-left {
    margin-bottom: 30px;
  } 

}

@media(max-width:767px){
  .banner-padding-top {
    padding: 116.5px 75px 150px;
  }

  .banner-title-left {
    margin-bottom: 26px;
  }
}

@media(max-width:690px){
  .banner-title-left h1 {
    font-size: 39px;
    line-height: 39px;
  }

  .banner-padding-top {
    padding: 100.8px 126px 134.4px;
  }
  .body-wrapper.hs-blog-listing {
    margin-top: 120px;
  }

}

@media(max-width:530px){
  .banner-padding-top {
    padding: 76.65px 46px 102.2px;
  }
}
@media(max-width:479px){
  .banner-padding-top {
    padding: 69.3px 71px 92.4px;
  }
}
@media(max-width:400px){
  .banner-padding-top {
    padding: 57.3px 31px 76.4px;
  }
}

@media(max-width:320px){
  .banner-padding-top {
    padding: 45.45px 2px 60.6px;
  }
  .banner-title-group .content-wrapper {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content-wrapper {
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  padding-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}



.standard-image {
  padding: 10%;
  background-position: center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  position: relative;
}

.standard-image:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 2;
  background-color: #424242;
  opacity: 0.5;
}

.centered-text {
  position: relative;
  z-index: 99;
  text-align: center;
}

.centered_text_wrapper h3 {
  color: #fff;
  margin-bottom: 8px;
  font-family: Work Sans;
  letter-spacing: 2px;
  font-size: 27px;
  line-height: 33px;
  font-weight: 600;
}

.centered_text_wrapper h4 {
  font-family: Work Sans;
  letter-spacing: 2px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  margin: 0;
  color: #fff;
}

.divider {
  height: 20px;
}

.regular-button {
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
  -moz-transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
  -o-transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
  color: #FFF;
  letter-spacing: 2px;
  position: relative;
  top: -3px;
  margin-bottom: 10px;
  opacity: 1;
  line-height: 20px;
  display: inline-block;
  font-family: Josefin Sans;
  text-transform: uppercase!important;
  font-weight: 700;
  font-size: 14px;
  padding: 15px 22px;
  box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
  -webkit-box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
  -o-box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
  border-radius: 0!important;
  box-shadow: none;
  background-color: #3a75b4;
}

.regular-button:hover {
  opacity: 0.87;
  color: #fff;
}

h2.blog_heading {
  margin: 0;
  font-family: Work Sans;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #3a75b4;
}

.top_divider {
  height: 42px;
}

.blog_listing {
  margin-bottom: 80px; 
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

.post_item {
  color: #676767;
  display: inline-block;
  vertical-align:top; 
  width: 31.1%;
  background: #fff;   
}


.post-content {
  position: relative;
  min-height: 98px;
}

.content-inner {
  position: relative;
}

img.featured-image {
  height: auto;
  display: block;
}

.article-content-wrap {
  padding: 16px 18px 18px;
}

.post-header {
  margin-bottom: 12px;
  font-size: 11px;
  color: #888;
}

.post-header h2 {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  margin-bottom: 2px;
  font-weight: 400;
  font-family: Work Sans;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.post-header h2 a {
  color: #3a75b4;
}

.post-header h2 a:hover {
  color: #000;
}

.excerpt {
  line-height: 25px;
}

.post-meta {
  padding: 0 18px 18px;
  display: block;
}

.date {
  border-bottom: 0px;
  line-height: 22px;
  padding-bottom: 0px; 
  margin-bottom: 0px;
  font-size: 12px;
  position: relative;
  transition: all 0.2s linear 0s;
}

.lstng_bg_img {
  background-image: url(https://www.freeflightsystems.com/wp-content/uploads/2018/06/FreeFlight_1600x800_salesteam_bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #e5e5e5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}


.lstng_bg_img:after {
  position: relative;
}

.lstng_bg_img:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 2;
  background-color: #ffffff;
  opacity: 0.8;
}

h2.blog_heading {
  z-index: 99;
  position: relative;
}

.lstng_bg_img + .content-wrapper > div {
  position: relative;
  z-index: 99;
}

.regular-button span {
  left: 0px;
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
  top: 2px;
}

.lst_bg {
  position: relative;
}

.btm_sctn {
  position: relative;
}

.btm_sctn_innr {
  overflow: hidden;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
}

.btm_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.left_col {
  padding: 10%;
  width: 50%;
  float: left;
  min-height: 429px;
}

.right_col {
  padding: 10%;
  float: left;
  width: 50%;
  min-height: 429px;
  position: relative;
}

.btm_col_wrp:before,.btm_col_wrp:after {
  display: block;
  clear: both;
  content: '';
}

.right_col:before {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  opacity: 0;
  transition: background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  background-color: #ffffff;
  opacity: 0.9;
}

.btm_txt {
  position: relative;
  z-index: 2;
}

.btm_txt h3 {
  font-family: Work Sans;
  letter-spacing: 2px;
  font-size: 27px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000000;
}

.btm_txt p span {
  font-weight: 400;
}

.btm_txt h3 span {
  color: #3a75b4;
}

.btm_btn {
  position: relative;
  z-index: 2;
}

.btm_btn .regular-button {
  font-size: 12px;
  padding: 10px 15px;
  letter-spacing: 2px;
}

.btm_txt p {
  padding: 0;
}

.post_item {
  margin-bottom:25px;
}


@media only screen and (max-width: 1300px) and (min-width: 1000px) {
  .btm_txt h3 {
    font-size: 22.95px;
    line-height: 28.05px;
  }

  .right_col {
    min-height: auto;
  }

  .left_col {
    min-height: auto;
  }
}


.btm_bg img {
  display:none ;
}
@media(max-width:1000px){
  .right_col,.left_col {
    float: none;
    width: 100%;
    min-height: auto;
  }

  .btm_bg {
    position: relative;
  }

  .btm_sctn_innr {
    position: relative;
  }

  .btm_bg img {
    display: block;
    width: 100%;
    max-width: 100%;
  }

}

@media only screen and (max-width: 1000px) and (min-width: 690px){
  .post_item {
    width: 47.7%; 
  } 
  .standard-image {
    padding: 16%;
  }

  .centered_text_wrapper h3 {
    font-size: 21.6px;
    line-height: 26.4px;
  }

  .centered_text_wrapper h4 {
    font-size: 24px;
    line-height: 26px;
  }

  .left_col {
    display: none;
  }

  .right_col {
    padding: 16%;
  }

  .btm_txt h3 {
    font-size: 21.6px;
    line-height: 26.4px;
  }

}
@media(max-width:690px){
  .post_item {
    width: 100%;
    margin-bottom: 30px;
  }
  .standard-image {
    padding: 16%;
  }

  .centered_text_wrapper h3 {
    font-size: 21.6px;
    line-height: 26.4px;
  }

  .centered_text_wrapper h4 {
    font-size: 21.6px;
    line-height: 23.4px;
  }

  .left_col {
    display: none;
  }

  .right_col {
    padding: 16%;
  }

  .btm_txt h3 {
    font-size: 21.6px;
    line-height: 26.4px;
  }


}


.single_meta {
  right: 0px;
  height: 21px;
  top: 50%;
  margin-top: -13px;
  float: none;
  z-index: 102;
  position: absolute;
}

.single_meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single_meta ul li {
  margin: 5px;
  position: relative;
  z-index: 100;
  float: left;
}

li.meta-share-count > a {
  display: block;
  border-radius: 100px;
  padding: 8px 16px;
  height: auto;
  line-height: 20px;
  -webkit-transition: border-color .45s cubic-bezier(0.25,1,0.33,1),color.45s cubic-bezier(0.25,1,0.33,1);
  transition: border-color .45s cubic-bezier(0.25,1,0.33,1),color.45s cubic-bezier(0.25,1,0.33,1);
  border: 2px solid rgba(255,255,255,0.4)!important;
  transition:0.3s all ease;
}

li.meta-share-count > a > i {
  font-size: 16px!important;
  width: 16px;
  line-height: 22px!important;
  margin-right: 7px;
  height: 20px;
  font-family: steadysets!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

li.meta-share-count > a > i:before {
  content: "\e63c";
}


.nectar-social {
  line-height: 25px;
  position: absolute;
  top: 0px;
  right: 0;
  width: 188px;
  text-align: right;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  right: -20px;
  visibility:visible;
  transition:0.3s all ease;
}

li.meta-share-count:hover .nectar-social {
  opacity: 1;
  right: 0px;
}

.nectar-social > a {
  height: 20px;
  transition: width 0.2s linear;
  background-repeat: no-repeat;
  position: relative;
  color: #999;
  padding: 0px 7px!important;
  box-sizing: content-box;
  opacity: 0;
  left: 20px;
}

li.meta-share-count:hover .nectar-social > a {
  opacity: 1;
  left: 0px;
}

li.meta-share-count:hover > a {
  opacity: 0;
}

.nectar-social > a i {
  color: rgba(255,255,255,0.7);
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  line-height: 22px;
  padding-right: 3px;
  display: inline-block;
  top: -2px;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nectar-social > a:hover i {
  color: #fff;
}

.fa-pinterest:before {
  content: "\f0d2";
}

.post_page_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.post_page_inner {
  padding: 6% 0;
}

.post-pagination {
  float: left;
  width: 100%;
  background-color: #333;
  text-align: center;
  overflow: hidden;
}

.post-pagination img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.post_pagin {
  height: 250px;
  border-left: 1px solid #ddd;
}

.col {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.post_pagin {
  position: relative;
}

.inner > span {
  display: block;
  color: #fff;
  margin-bottom: 5px;
  line-height: 25px;
}

.inner > span > i {
  font-family: Josefin Sans;
  text-transform: none;
  letter-spacing: -1px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: italic;
}

.inner h3 {
  -webkit-transition: opacity 0.2s linear;
  padding: 0 15%;
  font-family: Work Sans;
  letter-spacing: 2px;
  font-size: 27px;
  line-height: 33px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.inner {
  width: 100%;
}

.bg-overlay {
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  z-index: 10;
  margin-bottom: 0!important;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #282b30;
  z-index: 2;
  opacity: 0.3;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

span.full-link,span.full-link a {
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  z-index: 10;
  margin-bottom: 0!important;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.post_pagin:hover .bg-overlay {
  opacity: 0;
}

.post_pagin:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.post-pagination img {
  -ms-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}

@media(max-width:1000px){ 
  .hs-blog-post .header-outer {
    border: none !important;
  }

}

.blog__comments .hs-button {
  margin: 30px 0;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin: 20px 0;
}


@media(max-width:479px){

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width:100%;
    overflow:auto;
  }
}



@media only screen and (max-width: 1000px) and (min-width: 690px){
  h2.blog_heading{
    font-size: 32px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 690px){
  h2.blog_heading{
    font-size: 30px;
    line-height: 30px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: auto;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

ul.no-list.hs-error-msgs {
  padding: 0;
  margin-left: 0;
}

input.email-edit.hs-input {
  font-size: 12px !important;
  padding: 10px !important;
  padding-right: 75px !important;
}
.no-banner .header-outer {
  background-color: rgba(0,49,86,1.0);
 
}

.no-banner .header-group {
  min-height: 152px;
}
.password-page input#hs-pwd-widget-password {
  height:auto !important;
  margin-top: 0px !important;
  margin-bottom: 15px;
}

@media(max-width:1000px){
  .no-banner .body-wrapper {
    margin-top: 150px;
  }
}
@media(max-width:767px){

  .systems-page h1 {
    font-size: 25px;
  }
  .systems-page h3 {
    font-size: 23px;
  }
  .systems-page h2 {
    font-size: 20px;
  }
}