/* ******************************************************************************
*********************************************************************************
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: hidden;
}

/**
 * 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.
*********************************************************************************
****************************************************************************** */


.banner-area .dnd-section {
  padding: 0 !important;
}

.banner-area .dnd-section > .row-fluid{
  padding: 0 !important;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media  print, screen and (min-width: 40.0625em) {
  .dnd-section > .row-fluid {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
<link rel="preload" href="BerlinSansFB-Reg_1.woff2" as="font" type="font/woff2" crossorigin>

@font-face { 
  font-family: "Font Awesome 5 Brands";
  src: url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/fonts/fa-brands-400.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face { 
  font-family: "Font Awesome 5 Free";
  src: url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/fonts/fa-solid-900.woff) format("woff"); 
  font-style: normal;
  font-weight: 900; 
}

@font-face { 
  font-family: "berlin-sans";
  src: url("//use.typekit.net/af/92c3f3/00000000000000003b9ae6f5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("//use.typekit.net/af/92c3f3/00000000000000003b9ae6f5/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("//use.typekit.net/af/92c3f3/00000000000000003b9ae6f5/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}


@font-face { font-family: "shelby";
  src: url("//use.typekit.net/af/734dbe/00000000000000003b9ada5a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("//use.typekit.net/af/734dbe/00000000000000003b9ada5a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("//use.typekit.net/af/734dbe/00000000000000003b9ada5a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 400;
}

@font-face { 
  font-family: "ArialRoundedMTBold";
  src: url("//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/BlueLineAviation_April2021/fonts/ARLRDBD.otf") format("opentype"), 
    url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/fonts/ARLRDBD.woff) format("svg"),
    url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/fonts/ARLRDBD.ttf) format("truetype"),
    url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/fonts/ARLRDBD.woff) format("woff"),
    url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/fonts/ARLRDBD.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face { 
  font-family: "Arial"; 
  src:  url("//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/BlueLineAviation_April2021/fonts/ARIALBD.otf") format("opentype"),
    url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/fonts/ARIALBD.woff) format("svg"),
    url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/fonts/ARIALBD.ttf) format("truetype"), 
    url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/fonts/ARIALBD.woff) format("woff"),
    url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/fonts/ARIALBD.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: normal;
}

/* Berlin Font */

@font-face { 
  font-family: "Berlin Sans FB"; 
  src:  url("https://4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/BlueLineAviation_April2021/fonts/Berlin%20font/BerlinSansFB-Reg.ttf") format("opentype"),
    url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/fonts/BerlinSansFB-Reg.woff) format("svg"),
    url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/fonts/BerlinSansFB-Reg.ttf) format("truetype"), 
    url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/fonts/BerlinSansFB-Reg.woff) format("woff"),
    url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/fonts/BerlinSansFB-Reg.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: normal;
}
/*  */
@font-face {
  font-family: 'Berlin Sans FB';
  src: url('BerlinSansFB-Reg.eot');
  src: url('https://4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/BlueLineAviation_April2021/fonts/Berlin%20font/BerlinSansFB-Reg.eot') format('embedded-opentype'),
    url('https://4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/BlueLineAviation_April2021/fonts/Berlin%20font/BerlinSansFB-Reg_1.woff2') format('woff2'),
    url('https://4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/BlueLineAviation_April2021/fonts/Berlin%20font/BerlinSansFB-Reg.woff') format('woff'),
    url('https://4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/BlueLineAviation_April2021/fonts/Berlin%20font/BerlinSansFB-Reg_1.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Berlin Sans FB';
  src: url('BerlinSansFB-Reg_1.eot');
  src: url('BerlinSansFB-Reg_1.eot?#iefix') format('embedded-opentype'),
    url('BerlinSansFB-Reg_1.woff2') format('woff2'),
    url('BerlinSansFB-Reg_1.woff') format('woff'),
    url('BerlinSansFB-Reg_1.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



html {
  font-size: 16px;
}

body {
  font-family: "Arial",sans-serif;
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height:1.71428571429;
}

p {
  margin-top: 0;
  margin-bottom: 18px;
  font-family: "Arial",sans-serif;
}

/* Anchor Links */
a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover, a:focus {
  text-decoration: underline;
}

img {
  vertical-align:middle;
  max-width:100%;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-weight: 700;
  font-family: "berlin-sans",sans-serif;
  color: #1653A4;
  word-break: break-word;
}

h1 {
  font-size: 43px;
  letter-spacing: 1px;
}

h2 {
  font-size: 40px;
  line-height: 1.4;
  color:#1653A4;
}

h3 {
  font-size: 35px;
  color:#1653A4;
}

h4 {
  font-family: "Arial",sans-serif;
  font-size: 34px;
}

h5 {
  font-size: 25px;
  font-family: "ArialRoundedMTBold",sans-serif;
  letter-spacing: 1.5px;
}

h6 {
  font-size: .9rem;
  font-family: "ArialRoundedMTBold",sans-serif;
  font-weight:400;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul, ol, dl {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}


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

blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
} 

blockquote, blockquote p {
  line-height: 1.5;
  color: #333;
}

/* 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: 0;
}

.disable-focus-styles :focus {
  outline: none;
}


@media (max-width:640px) {

  body {
    line-height:1.5;
  }

}
/* ******************************************************************************
*********************************************************************************
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: 767px;
  font-family: "ArialRoundedMTBold",sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-width: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #1F2D60;
  background-color: #1F2D60;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 35px;
  line-height: 1.4;
  min-width: 120px;
  font-family: "ArialRoundedMTBold",sans-serif;
  text-decoration: none !important;
  font-size: 14px;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  text-align: center;
  white-space: normal;
  cursor: pointer;
}

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

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


.hs-form label {
  font-size: 1rem;
  color: #333;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.8;
  font-family: "berlin-sans",sans-serif;
  padding-top: 0;
}

label.hs-error-msg {
  z-index: 3;
  left: 15px;
  display: inline-block !Important;
  margin: 0;
  padding: 3px 6px !Important;
  background-color: #f7e4e1;
  color: #333 !Important;
  font-size: 12px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
  box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
  margin-bottom: 10px;
}

label.hs-error-msg {
  top: -10px;
  position: relative;
}

.hs-error-msgs {
  position: relative;
}

label.hs-error-msg:before {
  content: '!';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  background-color: #efae4d;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 14px;
  border-radius: 2px;
}

label.hs-error-msg:after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: 100%;
  width: 14px;
  height: 7px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #f7e4e1 transparent;
}

.hs_error_rollup .hs-error-msgs label {
  width: 100%;
  margin-bottom: 15px;
  padding: 5px;
  border: 1px solid #ec7a7a;
  background-color: #f7e4e1;
  color: #333;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
.hs-input {
  display: inline-block;
  width: 100%;
  color: #1F2D60;
  border: 1px solid #1653A4;
  background-color: #E6F4FF;
  color: #1F2D60;
  padding: 0 15px;
  border-radius: 5px;
  margin: 0 0 20px;
  box-shadow: none;
  font-family: "berlin-sans",sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  height:35px;
}


.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  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: #1653A4;
}

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}


input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus,
.hs-input:focus {
  outline: none;
}

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;
}


.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;
  line-height: 1.8;
  text-align: left;
  white-space: normal;
  font-weight: 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;
}

.body-container form {
  margin-bottom: 30px;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 14px;
  color: #333;
}
.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: "Arial",sans-serif;
}


@media (max-width:991px) {
  label.hs-error-msg {
    left: 0 !Important;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


.two-col-row .dnd-section {
  padding: 0;
}

.two-col-row {
  padding: 50px 0;
}

.two-col-row .cm-row {
  display: flex;
  flex-wrap:wrap;
}


.two-col-row .content-wrapper {
  padding: 0;
}

.two-col-row .widget-type-linked_image {
  margin-bottom: 1rem;
}

.cm-apply-btn {
  margin-bottom: 18px !important;
  text-align: center;
}

.cm-apply-btn:hover {
  opacity:.8;
}

.two-col-row .dnd-section>.row-fluid {
  padding: 0 !important;
}

.fancybox-toolbar {
  display: none !important;
}


.fancybox-button--arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: rgba(239,183,69,0.15);
  padding: 0;
  width: 65px;
  height: auto;
  line-height: 65px;
  text-align: center;
  font-size: 1.5rem;
  color: #EFB745;
}

.fancybox-button--arrow:hover {
    background-color: #F2DE68;
    border-color: #F2DE68;
}

.fancybox-button--arrow .fa {
  vertical-align: text-bottom;
}

.fancybox-button--arrow_left {
  right: calc(100% + 20px);
}

.two-col-row p:last-child {
  margin-bottom: 18px;
}

.two-col-row .cm-col6 {
  padding-right: .5rem;
  padding-left: .5rem;
  width: 50%;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.two-col-row h2 {
  margin-bottom: 30px;
}

.two-column-right {
  width: 66.6666667%;
  margin: 0 auto;
}

.two-col-row ul {
  font-family: "berlin-sans",sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.faq-row1 .dnd-section {
  padding-top: 112px;
  padding-bottom:30px;
}

.dnd-section[class*="force-full-width"] > .row-fluid {
  padding:0;
}

.faq-row1 p {
  margin-bottom: 50px;
}

.full-width-wrapper .widget-type-rich_text h2 {
  margin-bottom: 5px;
}

.compensate-for-scrollbar {
  margin-right: 17px;
  overflow: hidden;
}

.full-width-wrapper .widget-type-rich_text p {
  margin-bottom: 50px;
}

.full-width-wrapper hr {
  max-width: 320px !important;
  height: 0;
}


.full-width-row2 .cm-button-wrapper {
  text-align: center;
}

.full-width-row2 h5 {
  margin-bottom: .5rem;
}



.fleet .fleet__slider .slick-next:before {
  background-image: url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/images/arrow-white.png) !Important;
}

.recruite .recruite_form  form select {
  background-image: url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/images/arrow-down.svg);
}

.schedule-wrapper .schedule__form select.hs-input {
  background-image: url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/images/arrow-down.svg);
}

.faq-wrapper .cm-banner:before {
  display: none;
}

.full-width-row2 .widget-type-linked_image {
  padding-right: .5rem;
  padding-left: .5rem;
}

.full-width-row2 ul {
  font-family: "berlin-sans",sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.full-width-row2 ul:last-of-type {
  margin-bottom: 0;
}

.rotor-wing-wrapper .cm-program-banner h1 {
  font-size: 40px;
  font-family: "berlin-sans",sans-serif;
  text-shadow: none;
  letter-spacing: 0;
}

.rotor-wing-row1 h2 {
  margin-bottom: 5px;
}

.rotor-wing-row1 p {
  margin-bottom: 50px;
}

.rotor-wing-row1 blockquote {
  max-width: 450px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: none;
  padding: 0;
}

.rotor-wing-row2 ul {
  font-family: "berlin-sans",sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.rotor-wing-row2 ul:last-of-type {
  margin-bottom: 0;
}

.rotor-wing-row1 blockquote p {
  line-height: 24px;
  margin-bottom: 50px;
}

.club-blue-row1 p {
  line-height: 24px;
  margin-bottom: 50px;
}

.club-blue-wrapper hr {
  max-width: 320px !important;
  height: 0;
}

.rotor-wing-row1 blockquote:before {
  content: '';
  left: -40px;
  position: absolute;
  top: 0;
  background-image: url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/images/checked.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.club-blue-row2 h2 {
  margin-bottom: 5px;
}

.club-blue-row2 h6 {
  line-height: 24px;
  margin-bottom: 50px;
}

.club-blue-row4 .widget-type-rich_text h2 {
  margin-bottom: 30px;
}


.student-row1 .cm-content-video .grid-x {
  margin: 0 -.5rem;
}

.student-row1 .cm-content-video h2 {
  margin-bottom: 30px;
}

.student-wrapper .cm-banner:before {
  display: none;
}

.student-wrapper .widget-type-header h4 {
  background-color: #F2DE68;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  padding: 15px 0;
  color: #1653A4;
  font-size: 18px;
  font-family: "ArialRoundedMTBold",sans-serif;
  letter-spacing: 1.5px;
}

.student-row2 .span6 {
  width: 50%;
  margin: 0;
  float:left;
}

.student-row2 .span6:first-child {
  padding-right: 5px;
}

.student-row2 .widget-type-rich_text p {
  padding-right: 15px;
  padding-left: 15px;
  line-height: 1.5;
}

.student-row2 .widget-type-rich_text {
  padding-bottom: 50px;
}



.student-wrapper hr {
  max-width: 320px !important;
  height: 0;
}

.student-row3 .span6 {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: .5rem;
  padding-left: .5rem;
  width: 50%;
  float:left;
  margin: 0;
}

.student-row3 .dnd-section > .row-fluid {
  padding: 0;
}

.student-row3 h2 {
  margin-bottom: 30px;
}

.student-row3 .widget-type-linked_image {
  padding: 3px;
  min-height: 100px;
  min-width: 220px;
}

.student-row3 p {
  margin-bottom: 18px;
}

.student-row3 .span6 .span6 {
  padding: 0;
  width: auto;
}

.student-row3 .span6 > .row-fluid-wrapper > .row-fluid {
  justify-content: center;
  display:flex;
  flex-wrap:wrap;
}

.student-row3 .content-with-image-column > .grid-x {
  margin: 0;
}

.student-row4 .span3 {
  width: 25%;
  float:left;
}

.student-row4 .span9 {
  width: 75%;
  margin: 0;
  float:left;
}

.student-row4 .widget-type-rich_text h2 {
  margin-bottom: 10px;
}

.student-row4 .widget-type-rich_text p {
  margin-bottom: 30px;
}

.student-row4 .widget-type-rich_text a {
  word-break:break-word;
}

.student-row4 .widget-type-linked_image {
  margin: 15px 0;
}

.student-row4 .dnd-section {
  padding-bottom: 60px;
}

.financing-layout-wrapper hr {
  max-width: 320px !important;
  height: 0;
}

.financing-row4 .cm-content-video .grid-x {
  margin: 0 -.5rem;
}

.financing-layout-wrapper .widget-type-header h4 {
  background-color: #F2DE68;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  padding: 15px 0;
  color: #1653A4;
  font-size: 18px;
  font-family: "ArialRoundedMTBold",sans-serif;
  letter-spacing: 1.5px;
}

.financing-row3 .widget-type-rich_text p {
  padding-right: 15px;
  padding-left: 15px;
  line-height: 1.5;
}

.financing-row3 .widget-type-rich_text {
  padding-bottom: 50px;
}

.financing-row3 .span6 {
  width: 50%;
  margin: 0;
  float:left;
}

.financing-row3 .span6:first-child {
  padding-right: 5px;
}

.financing-row2 .span6 {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 50%;
  margin: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  float:left;
}

.financing-row2 .dnd-section > .row-fluid {
  padding: 0;
}

.financing-row1 .financing-wrapper .page-center > .grid-x {
  margin: 0 -.5rem;
}

.financing-row1 .widget-type-rich_text ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "berlin-sans",sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  flex-wrap:wrap;
}

.financing-row1 .widget-type-rich_text ul li {
  list-style-type: none;
  padding: 10px 20px;
}

.financing-row1 .widget-type-rich_text h2 {
  margin-bottom: 5px;
}

.financing-row1 .widget-type-rich_text p {
  margin-bottom: 50px;
}

.financing-layout-wrapper .cm-banner h1 {
  text-shadow: none;
  font-size: 40px;
  font-family: "berlin-sans",sans-serif;
  letter-spacing: 0;
}

.thankyou-wrapper {
  background-color: #F2DE68;
}

.thankyou-row1 > .dnd-section {
  min-height: 100vh;
}

.thankyou-row1 .dnd-section {
  min-height: 630px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.thankyou-row1 h1 {
  font-family: "shelby",sans-serif;
  font-size: 76px;
  color: #1F2D60;
}

.thankyou-row1 p {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.thankyou-row1 .cm-button-wrapper a {
  background-color: transparent;
  color: #070F3B;
  border-color: #1F2D60;
  font-size: 10px;
  padding: 12px 20px;
}

.thankyou-row1 .cm-button-wrapper {
  text-align: center;
}

.thankyou-row1 .cm-button-wrapper a:hover {
  border-color: #1F2D60;
  color: #fff;
  background-color:transparent;
}

.home-row1 .dnd-section > .row-fluid {
  padding: 0;
}

.home-wrapper hr {
  max-width: 320px !important;
  height: 0;
}

.home-wrapper .maintenance-section .grid-x.grid-padding-x {
  margin:0;
}


.home-row1 .cm-content-video h1 {
  font-size: 90px;
  font-family: "shelby",sans-serif;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.home-row1 .cm-content-video .vid_watch {
  text-align: right;
}

.home-row1 .cm-programs .programs__head-section p small {
  margin-top: 11px;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
}

.career-row1 .widget-type-header h2 {
  margin-bottom: 30px;
}

.career-row1 .span6 {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 50%;
  margin: 0;
  float: left;
}

.career-row1 p {
  line-height: 1.5;
  margin-bottom: 1rem;
}

.career-row1 ul {
  font-family: "berlin-sans",sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
}


.career-row2 .widget-type-rich_text h2 {
  margin-bottom: 10px;
}

.career-row2 .widget-type-rich_text {
  margin: 0 auto;
}

.career-row2 .widget-type-linked_image {
  margin: 50px auto 90px;
}

.career-row3 .widget-type-rich_text {
  margin: 0 auto;
  padding-right: .5rem;
  padding-left: .5rem;
}

.career-row2 .widget-type-rich_text p {
  margin-bottom: 10px;
}



.career-row3 .dnd-section > .row-fluid {
  padding: 0;
}

.career-row3 .widget-type-rich_text p {
  margin-bottom: 40px;
}

.career-row3 .content-with-image-column .grid-x {
  margin: 0;
}

.career-row4 .dnd-section {
  padding: 30px 0 ;
}


.career-row4 .widget-type-linked_image {
  margin: 15px auto;
}


.career-row4 .widget-type-rich_text h2 {
  margin-bottom: 10px;
}

.career-row4 .widget-type-rich_text p {
  margin-bottom: 30px;
}

.career-row4 .widget-type-rich_text ul {
  font-family: "berlin-sans",sans-serif;
  font-weight: normal;
  font-size:16px;
  line-height:1.5;
}

.cfi-row3 .recruite .recruite_form form .hs-form-field.hs-firstname,
.cfi-row3 .recruite .recruite_form form .hs-form-field.hs-lastname {
  width: 100% !important;
}

.cfi-row2 .widget-type-rich_text {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cfi-row2 .widget-type-rich_text {
  margin: 0 auto 60px;
}

.cfi-row2 .widget-type-rich_text ul {
  font-family: "berlin-sans",sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  max-width: 600px;
  margin: 40px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.cfi-row2 .widget-type-rich_text p {
  line-height: 1.5;
  margin-bottom: 1rem;
}

.cfi-row2 .widget-type-rich_text p:last-child {
  margin: 0;
}

.cfi-wrapper .cm-program-banner .banner-inner h1 {
  letter-spacing: 0;
  text-shadow: none;
  font-size: 40px;
}


.cfi-row1 .widget-type-rich_text h2,.cfi-row1 .widget-type-rich_text p {
  margin-bottom: 10px;
}

.cfi-row1 .widget-type-linked_image {
  margin: 50px auto 90px;
}


.commercial-pilot-row3 .block-content__info ul {
  font-family: "berlin-sans",sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
}

.commercial-pilot-row3 .content-with-image-column .block-image__image img {
  margin-left: auto;
}

.commercial-pilot-row2 .widget-type-rich_text {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto 60px;
}

.commercial-pilot-row2 .widget-type-rich_text ul {
  font-family: "berlin-sans",sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
}

.commercial-pilot-row2 .widget-type-rich_text p {
  line-height: 1.5;
  margin-bottom: 1rem;
}

.commercial-pilot-row2 .widget-type-rich_text p:last-child {
  margin: 0;
}

.commercial-pilot-row1 .widget-type-rich_text h2 {
  margin-bottom: 5px;
}

.commercial-pilot-row1 .widget-type-rich_text p {
  margin-bottom: 50px;
}

.commercial-pilot-row1 .cm-content-video .grid-x {
  margin: 0 -.5rem;
}


.private-pilot-header .top-header-fixed {
  background-color: transparent;
}
.private-pilot-header header.header {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.private-pilot-row1 .widget-type-header h2{
  margin-bottom: 30px;

}
.private-pilot-row1 .dnd-row > .row-fluid {
  align-items: flex-start; 
}
.private-pilot-row1 .span6 {
  width: 50%;
  margin-left: 0px;
}
.private-pilot-row1 .widget-type-rich_text p {
  line-height: 24px;
  margin-bottom: 18px;
}
.private-pilot-row1 .hs-button {
  background-color: transparent;
  color: #1653A4;
  border-color: #1653A4;
  padding: 12px 35px;
  line-height: 1.4;
}
.private-pilot-row1 .hs-button:hover {
  color: #fff;
  background-color: #1653A4;
  border-color: #1653A4;
}
.private-pilot-row1 .hs-button:focus {

}
.private-pilot-row1 .hs-button:active,
.private-pilot-row1 .hs-button:focus{
  background-color: transparent;
  color: #F2DE68;
  border-color: #F2DE68;
}


.button__blue {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  color: #1653A4;
  border: 2px solid #1653A4;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: "ArialRoundedMTBold",sans-serif;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 12px 35px;
  line-height: 1.4;
  text-decoration: none;   
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button__blue:hover {
  color: #fff;
  background-color: #1653A4;
  border-color: #1653A4;
  text-decoration: none;
  opacity: 0.8;
}
.button__blue:active,
.button__blue:focus{
  background-color: #F2DE68;
  border-color: #F2DE68
}
/****** Program Page *****/
.program-page-wrapper .content-with-image-column .block-image__image img {
  margin: 0 0 0 auto;
}
.testimonial__slider .slick-next:before {
  background-image: url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/images/arrow-right-orange.png);
}

.instrument-rating-wrapper .cm-program-banner h1 {
  font-size: 40px;
  letter-spacing: 0px;
  text-shadow: none;
}
.instrument-rating-row1 .dnd-row > .row-fluid,
.internationa-student-row1 .dnd-row > .row-fluid{
  display: flex;
  align-items: flex-start;
}
.instrument-rating-row1 .dnd-row>.row-fluid > div {
  width: 100%;
}
.instrument-rating-row1 .dnd-row .span6,
.internationa-student-row1 .dnd-row .span6{
  padding-top: 15px;
  padding-bottom: 15px;
  width: 50%;
  margin-left: 0px;
}
.instrument-rating-row1 .span6 .widget-type-linked_image  {
  text-align: right;
  width: 100%;
}
.instrument-rating-row1 .career-aviation {
  padding-top: 30px;
  padding-bottom: 0px;
}
.instrument-rating-row1 .career-aviation .career-aviation__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.instrument-rating-row1 .career-aviation li {
  position: relative;
  min-height: 80px;
  min-width: 105px;
  margin: 0;
}
.instrument-rating-row1 .career-aviation .career-aviation__block img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: auto !important;
}
.instrument-rating-row1 .career-aviation .career-aviation__block span {
  position: absolute;
  bottom: -30px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
}
.instrument-rating-row2 .widget-type-linked_image img {
  margin-top: 50px;
  margin-bottom: 90px;
}

/*** Contact Page ****/
.contact-header .top-header-fixed {
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.contact-row2 .widget-type-rich_text ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 0;
  list-style: none;
  margin-bottom: 1rem;
}
.contact-row2  .span5 .widget-type-rich_text ul li {
  list-style-type: none;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact-row2 .span5 .widget-type-rich_text ul li:first-of-type {
  padding-right: 5px;
}
.contact-row2 .span5 .widget-type-rich_text ul li:last-of-type {
  padding-left: 5px;
}
.contact-row2 .widget-type-rich_text ul li p {
  margin-bottom: 1rem;
}
.contact-row2 .widget-type-rich_text ul li img {
  min-height: 160px;
}
.contact-row2 .span7 .widget-type-rich_text ul {
  padding-bottom: 30px;
  padding-top: 30px
}
.contact-row2 .span7 .widget-type-rich_text ul li {
  margin-bottom: 15px;
  padding-right: 5px;
}
.contact-row2 .span7 .widget-type-rich_text ul li {
  font-size: 14px;
}
.contact-row2 .span7 .widget-type-rich_text ul li a {
  text-decoration: none;
}
.contact-row2 .span7 .widget-type-rich_text ul li a:hover {
  color: #1653A4;
  text-decoration: none;
}
.contact-row2 .span7 .widget-type-rich_text ul li p:last-child {
  margin-bottom: 0px; 
}

/** International student page **/

.internationa-student-wrapper .cm-banner .cm-banner-inner {
  min-height: 520px;
  height: 520px;
}
.internationa-student-row1 .widget-type-rich_text p span {
  margin-bottom: 10px;
  display: inline-block;
}


.internationa-student-row1 .widget-type-rich_text ul {
  font-family: "berlin-sans",sans-serif;
  font-weight: normal;
  font-size:16px;
  line-height:1.5;
}

.internationa-student-row-3 .cm-content-video .grid-x {
  margin-right: -.5rem;
  margin-left: -.5rem;
}

.internationa-student-row2 .widget-type-rich_text {
  max-width: calc(100% - 20%);
  margin: 0 auto;
}

.internationa-student-row2 .widget-type-rich_text h2 {
  margin-bottom: 10px;
}

.internationa-student-row2 .widget-type-rich_text p {
  margin-bottom: 10px;
}

.multi-engine-page .cm-program-banner h1 {
  font-size: 40px;
  letter-spacing: 0;
}

.multi-engine-row1 .hs_cos_wrapper_type_rich_text {
  width: 66.66667%;
  display: block;
  margin: 0 auto;
}

.multi-engine-row1 h2 {
  text-align: center;
  padding-bottom: 2px;
}

.multi-engine-row1 .dnd-section {
  padding-top: 0;
}

.multi-engine-row1 ul {
  max-width: 600px;
  margin: 0 auto;
  color: #1F2D60;
  font-size: 16px;
  font-family: "berlin-sans",sans-serif;
  line-height: 24px;
}

.multi-engine-row1 p {
  margin-bottom: 10px;
  line-height: 24px;
}

.multi-engine-row1 ul span {
  color: #1653a4;
}

.multi-engine-row2 img {
  width: 100%;
}

.multi-engine-row2 .hs_cos_wrapper_type_linked_image {
  display: block;
  padding-bottom: 110px;
}

.multi-engine-page .custom-title .content p {
  font-size: 14px;
  font-family: "Arial",sans-serif;
  letter-spacing: 0;
}

.multi-engine-row3 .dnd-section>.row-fluid>.dnd-column {
  width: 83.33333% !important;
  float: none !important;
  margin: 0 auto !important;
}

.multi-engine-row3 h2 {
  text-align: center;
}

.multi-engine-row3 .hs_cos_wrapper_type_rich_text p {
  line-height: 1.5;
}

.multi-engine-page .course-duration-section {
  position: relative;
  margin-top: 116px;
  padding: 0 6px;
}

.multi-engine-row3 .hs_cos_wrapper_type_linked_image {
  display: block;
  padding: 0 6px;
  padding-top: 100px;
  padding-bottom: 40px;
}

.multi-engine-row3 ul {
  max-width: 400px;
  margin: 40px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "berlin-sans",sans-serif;
  line-height: 1.5;
  font-size: 16px;
}

.multi-engine-row3 ul span {
  color: #1653a4;
}

.multi-engine-row3 .hs_cos_wrapper_type_rich_text ul+p {
  max-width: 400px;
  color: #1653A4;
  margin: 0 auto;
  font-size: 14px;
  font-family: "Arial",sans-serif;
  padding-bottom: 24px;
}

.multi-engine-page .student-testimonial .testimonial__slider--content {
  padding: 50px 80px 34px;
  border: 2px solid #F2DE68;
  margin-bottom: 70px;
  font-size: 14px;
  font-family: "ArialRoundedMTBold",sans-serif;
}

.multi-engine-page .student-testimonial .testimonial__slider--content .testimonial__slider--inner {
  padding: 0;
}

.multi-engine-page .student-testimonial .testimonial__slider--content .testimonial__cell {
  width: 100% !important;
}

.multi-engine-page .student-testimonial .testimonial__slider--content blockquote {
  padding: 0;
  border: 0;
}

.multi-engine-page .student-testimonial .page-center {
  padding: 0 !important;
  max-width: 100% !important;
}

.multi-engine-page .student-testimonial {
  padding: 0;
  padding-top: 16px;
  padding-bottom: 60px;
}

.multi-engine-page .student-testimonial .testimonial__head {
  padding: 0;
}

.multi-engine-row3 [class*="force-full-width-section"]>.row-fluid>.dnd-column {
  width: 100% !important;
}

.multi-engine-row4 .course-duration-section {
  margin-top: 108px;
}

.multi-engine-row4 .hs_cos_wrapper_type_linked_image {
  padding-left: 0;
  padding-right: 0;
}

.multi-engine-row4 .hs_cos_wrapper_type_linked_image img {
  width: 100%;
}

.multi-engine-row4 .dnd-section {
  padding-bottom: 125px;
}

@media (min-width:1025px) {
  .two-col-row ul {
    color: #2699FB;
  }
}

@media (max-width:1024px) {
  .student-row4 .dnd-section {
    padding: 30px 0;
  }

  .student-row3 .widget-type-linked_image {
    min-height:150px;
  }

  .home-row1 .cm-content-video h1 {
    font-size: 60px;
  }

  .cfi-row2 .widget-type-rich_text {
    margin-bottom: 10px;
  }

  .commercial-pilot-row2 .widget-type-rich_text {
    margin-bottom: 10px;
  }

  .commercial-pilot-wrapper .dnd-column {
    min-height: 0;
  }


  .internationa-student-row2 .dnd-section {
    padding-bottom:0;
  }

  .multi-engine-row1 .hs_cos_wrapper_type_rich_text {
    width: 100%;
  }

  .multi-engine-row2 .hs_cos_wrapper_type_linked_image {
    padding-bottom: 50px;
  }

  .multi-engine-row3 .dnd-section>.row-fluid>.dnd-column {
    width: 100% !important;
  }

  .multi-engine-page .course-duration-section {
    padding: 0 8px;
  }

  .multi-engine-row3 .hs_cos_wrapper_type_linked_image {
    padding-left: 8px;
    padding-right: 8px;
  }

  .multi-engine-page .student-testimonial {
    padding-bottom: 10px;
  }

  .multi-engine-row4 .dnd-section {
    padding-bottom: 76px;
  }
}

@media (max-width:767px) {
  .multi-engine-row3 .dnd-section {
    padding-top: 127px;
  }

  .multi-engine-row3 .hs_cos_wrapper_type_linked_image {
    padding-top: 75px;
  }
}

@media (max-width:670px) and (min-width:641px) {
  .multi-engine-row1 ul {
    padding: 0 30px;
  }
}

@media (max-width:640px) {
  .two-col-row .cm-col6 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .two-col-row .cm-row {
    flex-direction: column-reverse;
  }

  .two-column-right {
    width: 100%;
  }

  .cm-apply-btn {
    padding: 12px 15px !important;
    font-size: 12px !important;
  }

  .two-col-row h2 {
    font-size: 22px;
  }

  .cm-col-right .cm-apply-btn {
    margin-bottom: 0 !important;
  }

  .two-col-row p {
    font-size: 16px;
    line-height: 24px;
  }

  .full-width-row1 .widget-type-rich_text {
    padding: 30px 0;
  }

  .full-width-row1 hr {
    max-width: 155px !important;
    width:100% !Important;
  }

  .full-width-wrapper .widget-type-rich_text {
    padding: 30px 0;
  }

  .full-width-wrapper hr {
    max-width: 155px !important;
    width:100% !Important;
  }

  .full-width-row2 .span6:nth-child(2) {
    order: 1;
  }

  .full-width-row2 .span6:nth-child(1) {
    order: 2;
  }

  .full-width-row2 .dnd-column {
    width:100%;
  }


  .full-width-row2 .span6{
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    width:100%;
  }

  .full-width-row2 .dnd-section>.row-fluid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  .full-width-row2 .club-blue .page-center {
    padding: 0;
  }

  .full-width-row2 .widget-type-linked_image {
    padding: 0;
  }

  .rotor-wing-wrapper .cm-program-banner h1 {
    font-size: 22px;
  }

  .rotor-wing-row1 .widget-type-rich_text {
    padding: 30px 0;
  }

  .rotor-wing-row1 blockquote {
    max-width: 230px;
  }

  .rotor-wing-row2 .content-with-image-column ul {
    color: #1653A4;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    padding-left: 20px;
    margin-left: 20px !important;
  }

  .rotor-wing-row1 blockquote:before {
    left: -30px;
    width: 25px;
    height: 25px;
  }

  .club-blue-row1 .widget-type-rich_text {
    padding: 30px 0;
  }

  .club-blue-wrapper hr {
    max-width: 155px !important;
    width:100% !Important;
  }

  .club-blue-row2 .widget-type-rich_text {
    padding: 30px 0;
  }

  .club-blue-row4 .block-content__info h3 {
    font-size: 22px;
  }

  .club-blue-row4 .content-with-image-column .btn-wrap a {
    max-width: 230px !important;
    width: 196px;
    min-width:auto;
  }

  .fleet .fleet__slider .slick-next:before {
    background-image: url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/images/arrow-right-orange.png) !Important;
  }

  .student-row1 .cm-content-video .grid-x {
    margin: 0;
  }

  .student-row2 .span6 {
    width: 100%;
    padding: 0 !important;
    float: none;
  }

  .student-row2 .widget-type-rich_text p {
    padding: 0;
  }

  .student-wrapper hr {
    max-width: 155px !important;
    width:100% !Important;
  }

  .student-row3 .dnd-section>.row-fluid {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .student-row3 .span6,
  .student-row3 .dnd-column{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .student-row3 .span6:last-child {
    order: 1;
  }

  .student-row3 .span6:first-child {
    order: 2;
  }

  .student-row3 .widget-type-linked_image {
    min-height: auto;
    margin: 20px 0;
  }

  .student-row3 .span6 .span6 {
    width: auto !important;
    order: 1;
  }

  .student-row4 .span3 {
    width: 100%;
  }

  .student-row4 .span9 {
    width: 100%;
  }

  .student-row3 .widget-type-linked_image img {
    max-width: 214px !important;
    margin: 0 auto !important;
    display: block;
  }



  .financing-layout-wrapper .cm-banner h1 {
    font-size: 22px;
  }

  .financing-row1 .dnd-section .widget-type-rich_text {
    padding: 30px 0;
  }

  .financing-row1 .widget-type-rich_text ul {
    padding-left: 20px;
    margin-left: 20px;
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .financing-layout-wrapper hr {
    max-width: 155px !important;
  }

  .financing-row1 .financing-wrapper .financing__block {
    border-radius: 50px;
  }

  .financing-row1 .financing-wrapper .page-center>.grid-x {
    margin: 0;
  }

  .financing-row1 .financing-wrapper .page-center {
    padding: 0;
  }

  .financing-row1 .financing-wrapper .financing__content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .financing-row2 .span6 {
    width: 100%;
    padding: 15px 20px;
  }

  .financing-row2 .dnd-section>.row-fluid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .financing-row3 .span6 {
    width: 100%;
    padding: 0 !important;
  }

  .financing-row3 .widget-type-rich_text p {
    padding: 0;
  }

  .financing-row4 .cm-content-video .grid-x {
    margin: 0;
  }


  .home-row1 .dnd-section > .row-fluid {
    padding: 0 20px;
  }

  .home-row1 .cm-programs.items-top .programs__items--gallery__block {
    max-width: 100px;
    max-height: 140px;
    min-height: 140px;
  }

  .home-row1 .cm-programs.items-top .programs__items--gallery__block svg {
    min-height: 60px;
    max-height: 70px;
  }

  .home-wrapper hr {
    max-width: 155px !important;
  }

  .home-row1 .financing-wrapper .financing__block {
    border-radius: 50px;
  }

  .home-row1 .financing-wrapper .page-center {
    padding: 0;
  }

  .home-row4 .student-testimonial .testimonial__slider--inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-row4 .testimonial__slider .slick-next {
    right: 14px;
    top: 50%;
  }

  .home-row4 .testimonial__slider .slick-next:before {
    font-size: 15px;
  }

  .career-row1 .dnd-column {
    width: 100%;
  }

  .career-row1 .span6:first-child {
    order: 2;
  }

  .career-row1 .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .career-row1 p:last-child {
    margin-bottom: 0;
  }

  .career-row3 .widget-type-rich_text {
    padding: 0;
  }

  .career-row3 .dnd-section>.row-fluid {
    padding: 0 20px;
  }

  .career-row3 .career-aviation .page-center {
    padding: 0;
  }

  .career-row3 .content-with-image-column .block-image__image img {
    margin: 0 auto;
  }

  .career-row3 .financing-wrapper .page-center {
    padding: 0;
  }

  .career-row3 .financing-wrapper .financing__block {
    border-radius: 50px;
  }

  .career-row3 .financing-wrapper .financing__content {
    width: 100%;
    padding:0 15px;
  }

  .career-row4 .cm-button-wrapper a {
    min-width: 237px;
    font-size: 14px;
    margin: 0 auto;
    max-width: 237px;
  }

  .career-row4 .cm-button-wrapper {
    text-align: center;
  }

  .cfi-wrapper .cm-program-banner .banner-inner h1 {
    font-size: 22px;
  }

  .custom-title .head {
    height: 150px;
    width: 150px;
    border: 20px solid #F2DE68;
  }

  .custom-title .content p {
    font-size: 31px;
  }


  .cfi-row2 .widget-type-rich_text ul {
    padding-left: 20px;
    margin-left: 20px !important;
  }

  .commercial-pilot-row1 .widget-type-rich_text {
    padding: 30px 0;
  }

  .commercial-pilot-row1 .cm-content-video .grid-x {
    margin: 0;
  }

  .commercial-pilot-row3 .student-testimonial .testimonial__slider--inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .commercial-pilot-row3 .student-testimonial .testimonial__slider .slick-next:before {
    font-size: 15px;
  }

  .commercial-pilot-row3  .student-testimonial .testimonial__slider .slick-next {
    right: 14px;
  }


  .button__blue {
    min-width: 237px;
    margin: 0 auto;
    max-width: 237px;
    padding: 12px 15px;
  }
  .private-pilot-row1 .span6 {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .private-pilot-row1 .hs_cos_wrapper_type_module {
    width: 100%; 
    text-align: center;
  }
  .private-pilot-row1 .widget-type-rich_text {
    text-align: left;
  }
  .private-pilot-row1 .hs-button {
    margin: 0 auto;
    min-width: 230px;
    padding: 12px 15px;
    font-size: 12px;
  }
  .private-pilot-row2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .program-page-wrapper .content-with-image-column .block-image__image img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  .program-page-wrapper .fleet .button__white {
    font-size: 14px;
  }
  .instrument-rating-wrapper .cm-program-banner h1 {
    font-size: 22px;
  }
  .instrument-rating-row1 .dnd-row>.row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
  .instrument-rating-row1 .dnd-row .span6 {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .instrument-rating-row1 .career-aviation .career-aviation__block span {
    font-size: 16px;
  }
  .career-aviation .page-center {
    padding-right: 0;
    padding-left: 0;
  }
  .instrument-rating-row1 .career-aviation .career-aviation__block span {
    text-align: left; 
  }
  .instrument-rating-row2 .widget-type-linked_image img {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .contact-row1 .widget-type-rich_text h2,
  .contact-row1 .widget-type-rich_text p{
    text-align: left !important; 
  }
  .contact-row2 .dnd-section>.row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
  .contact-row2 .widget-type-rich_text ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .internationa-student-row1 .dnd-row .span6 {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .internationa-student-row1 .dnd-row>.row-fluid {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .internationa-student-row1 .dnd-column {
    width: 100%;
  }

  .internationa-student-row1 .cm-button-inner {
    text-align: center;
  }

  .internationa-student-row-3 .cm-content-video .grid-x {
    margin:0;
  }

  .internationa-student-row3 .career-aviation .page-center {
    padding: 0;
  }

  .internationa-student-row3  .content-with-image-column .block-image__image img {
    margin: 0 auto;
  }

  .contact-row2 .widget-type-rich_text ul li p {
    margin-top: 1rem;
  }

  .contact-row2 .widget-type-rich_text ul li img {
    min-height:auto;
  }

  .contact-row2 .span5 .widget-type-rich_text ul li:first-of-type {
    padding-right:0;
  }


  .multi-engine-page .cm-program-banner h1 {
    font-size: 22px;
  }

  .multi-engine-row1 ul {
    padding: 0 20px;
    margin-left: 20px;
    padding-right: 0;
  }

  .multi-engine-page .custom-title .content p {
    font-size: 20px;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 2px;
    text-align: center;
    color: #1F2D60;
    margin-bottom: 0;
  }

  .multi-engine-page .course-duration-section {
    margin-top: 66px;
    padding: 0 20px;
  }

  .multi-engine-row3 .hs_cos_wrapper_type_linked_image {
    padding-top: 44px;
  }

  .multi-engine-row3 ul {
    padding-left: 40px;
    display: grid;
  }

  .multi-engine-row3 .hs_cos_wrapper_type_rich_text ul+p {
    padding-left: 31px;
    font-size: 16px;
  }

  .multi-engine-page .student-testimonial .testimonial__slider--content {
    padding: 20px 20px 5px;
    font-size: 11px;
    margin-bottom: 30px;
    text-align: left;
  }
}




@media print, screen and (min-width: 40.0625em){
  .faq-row1 .widget-type-rich_text {
    width:83.33333%;
    margin: 0 auto;
  }

  .faq-row1 .dnd-section {
    padding-top: 82px;
    padding-top:0;
  }

  .full-width-row2 .span6 {
    width: 50%;
    padding-right: .5rem;
    padding-left: .5rem;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    float:left;
  }

  .full-width-row2 .dnd-section > .row-fluid {
    padding: 0;
  }

  .full-width-row1 .widget-type-rich_text {
    width: 83.33333%;
    margin: 0 auto;
  }

  .full-width-row2 .widget-type-rich_text {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .full-width-row2 .content-with-image-column {
    padding-right: .5rem;
    padding-left: .5rem;
  }


  .rotor-wing-row2 .content-with-image-column ul {
    column-count: 2;
  }

  .full-width-row1 .cm-content-video .grid-x {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  .club-blue-row2 .widget-type-rich_text {
    width:83.33333%;
    margin-left: 8.33333%;
  }

  .career-row4 .span3 {
    width: 25%;
    float:left;
  }

  .career-row4 .span9 {
    width: 75%;
    margin:0;
    float:left;
  }

  .cfi-row2 .widget-type-rich_text ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }

  .contact-row2 .span5 {
    width: 50%;
    float:left;
  }
  .contact-row2 .span7 {
    width: 50%;
    margin-left: 0%;
    float:left;
  }

  .multi-engine-row1 ul,
  .multi-engine-row3 ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .faq-row1 .widget-type-rich_text {
    width: 66.66667%;
    margin: 0 auto;
  }

  .full-width-row1 .widget-type-rich_text {
    width: 66.66667%;
    margin: 0 auto;
  }

  .full-width-wrapper .content-with-image-column .right-content {
    padding-left: 35px !Important;
  }

  .full-width-row2 ul,
  .rotor-wing-row ul{
    color: #2699FB;
  }

  .rotor-wing-row2 .content-with-image-column .medium-order-2 .block-image__image img {
    margin: 0 0 0 auto;
  }

  .rotor-wing-row2 .content-with-image-column ul {
    padding-left: 50px;
  }

  .club-blue-row2 .widget-type-rich_text {
    width: 66.66667%;
    margin-left: 16.66667%;
  }


  .thankyou-row1 h1 {
    font-size: 91px;
  }

  .career-row2 .widget-type-rich_text {
    width: 66.66667%;
  }

  .career-row2 .widget-type-linked_image {
    width: 83.33333%;
  }

  .career-row3 .widget-type-rich_text {
    width: 83.33333%;
  }

  .career-row4 .dnd-section {
    padding: 50px 0 60px;
  }

  .cfi-row2 .widget-type-rich_text {
    width: 83.33333%;
  }

  .cfi-row1 .widget-type-rich_text,.cfi-row1 .widget-type-linked_image {
    width: 83.33333%;
    margin: 0 auto;
  }

  .cfi-row1 .widget-type-linked_image {
    margin:50px 0 90px;
  }

  .commercial-pilot-row3 .block-content__info ul {
    color: #2699FB;
  }

  .commercial-pilot-row2 .widget-type-rich_text {
    width: 83.33333%;
  }

  .instrument-rating-row2 .widget-type-rich_text {
    width: 66.66667%;
    margin: 0 auto;
  }
  .instrument-rating-row2 .widget-type-linked_image {
    width: 83.33333%;
  }
  .contact-row2 .span5 {
    width: 41.66667%;
    float:left;
  }
  .contact-row2 .span7 {
    width: 50%;
    margin-left: 8.33333%;
    float:left;
  }

  .internationa-student-row-2 .dnd-section >.row-fluid > .dnd-column {
    width: 83.33333%;
    margin-left: 8.33333%;
  }

  .multi-engine-page .custom-title .content p {
    font-size: 35px;
    margin-bottom: 0;
  }

  .multi-engine-row3 .hs_cos_wrapper_type_rich_text ul+p {
    font-size: 25px;
  }

  .multi-engine-page .course-duration-section,
  .multi-engine-row3 .hs_cos_wrapper_type_linked_image {
    width: 83.33333%;
    margin-left: 8.33333%;
  }

  .multi-engine-row4 .hs_cos_wrapper_type_linked_image {
    width: 88%;
    margin: 0 auto;
  }
}

@media (max-width:500px) {
  .home-row1 .cm-programs .grid-x>.large-2 {
    width:50%;
  }
}


@media (max-width:1100px) and (min-width:1025px) {
  .multi-engine-row4 .hs_cos_wrapper_type_linked_image {
    width: 83.33333%;
    margin-left: 8.33333%;
    padding-left: 6px;
    padding-right: 6px;
  }
}




.fancybox-slide--iframe .fancybox-content {
  background: transparent
}

.fancybox-button {
  width: auto;
  min-width: 0
}

.fancybox-button--close {
  position: absolute;
  left: 100%;
  bottom: calc(100% + 30px);
  background-color: transparent;
  font-size: 1.5rem;
  color: #fff
}

.fancybox-button--close:hover {
  color: #EFB745;
  background-color: transparent
}

.fancybox-button--arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: rgba(239,183,69,0.15);
  padding: 0;
  width: 65px;
  height: auto;
  line-height: 65px;
  text-align: center;
  font-size: 1.5rem;
  color: #EFB745
}

.fancybox-button--arrow .fa {
  vertical-align: text-bottom
}

.fancybox-button--arrow_left {
  right: calc(100% + 20px)
}

.fancybox-button--arrow_right {
  left: calc(100% + 20px)
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  z-index: 10;
  position: relative;
}

.top-header-fixed {
  background-color: #1F2D60;
  width:100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.top-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  min-height: 150px;
}

.logo {
  padding-top: 40px;
}

.top-header .logo, .top-header .menu-burger {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.logo a {
  padding-left: 40px;
}

.logo a:hover {
  opacity: .8;
}

.logo img {
  width:auto !important;
  max-height: 90px;
}

.menu-icon--svg {
  position: absolute;
  width: 24px;
  color: #fff;
  cursor: pointer;
  right: 6%;
  top: 30%;
  z-index: 10;
}

.icon-2 {
  display: none;
}

.container-menu-fix {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 30%;
  top: 0;
  background-color: #1F2D60;
}

.menu-open .container-menu-fix {
  display: block;
}

.bg-container {
  position: absolute;
  display: none;
  width: 100%;
  height: 30%;
  bottom: 0;
}

.menu-open .bg-container {
  display: block;
}

.bg-container:before {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 100vw 180px 0;
  border-color: transparent #1F2D60 transparent transparent;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.bg-container:after {
  content: '';
  background-color: rgba(31,64,139,0.33);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.container-menu-fix::before {
  content: '';
  background-image: url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/images/radar.png);
  width: 243px;
  position: absolute;
  height: 183px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  bottom: -140px;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.container-menu-fix .logo-mobile {
  padding-top: 40px;
  padding-left: 40px;
}

.top-bar {
  display: none;
  background: #1F2D60;
  padding-top: 50px;
}

.menu-open .header {
  position: absolute;
  z-index: 99;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
}

.menu-open {
  overflow:hidden;
}

.menu-open .top-bar {
  display: block;
}

.header-menu-full-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-menu-primary .hs-menu-wrapper  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


.custom-menu-primary .hs-menu-wrapper ul  {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-menu-primary .hs-menu-wrapper > ul  {
  border-left: 10px solid #1653A4;
  min-width: 260px;
  margin: 0;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper ul ul {
  position: absolute;
  z-index: 11;
  display: none;
  min-width: 370px;
  border-left: 10px solid #EFB745;
  top: 10%;
  right: auto;
  left: 100%;
  margin: 0;
}

.menu-open .icon-1 {
  display: none;
}

.menu-open .icon-2 {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children:hover > ul {
  display: block;
}

.attached-banner .top-header-fixed {
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a { 
  position:relative;
}




.custom-menu-primary .hs-menu-wrapper ul li > a {
  line-height: 2.5;
  color: #fff;
  font-family: "ArialRoundedMTBold",sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 0 .9375rem;
}

.container-menu-fix .content-wrapper {
  padding-right: .3125rem;
  padding-left: .3125rem;
}

.custom-menu-primary .hs-menu-wrapper ul ul li > a {
  line-height: 30px;
  padding: .3125rem .9375rem;
}

.logo-mobile img {
  height: 60px;
  width: auto !important;
}


.simple-banner {
  width: 100%;
  text-align: center;
  z-index: 99999;
  position: relative;
  display: block;
  background:#ffffff;
  line-height:1.5;
}

.simple-banner .simple-banner-text {
  font-weight: 700;
  padding: 10px 20px;
  color: #1653a4;
}

.simple-banner .simple-banner-text a {
  color: #1653a4;
  font-size: 16px;
  font-family: "berlin-sans",sans-serif;
  text-decoration:none;
}

.simple-banner .simple-banner-button {
  border: none;
  background-color: transparent;
  padding: 0 5px;
  margin: 0 10px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  transform: translate(0%, -50%);
  right: 0;
  top: 50%;
  font-size: 16px;
  cursor: pointer;
  color: #000000;
  line-height: 1.4;
  min-width: 120px;
  font-family: "ArialRoundedMTBold",sans-serif;
  letter-spacing:2px;
}


.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:hover {
  opacity:.8;
}



.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a {
  color:#f2de68 !important;
}



@media print, screen and (min-width: 40.0625em) {
  .grid-container.fluid {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .medium-text-left {
    text-align: left;
  }

  .grid-x>.medium-9 {
    width: 75%;
  }


  .container-menu-fix .content-wrapper {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}


@media screen and (max-width: 40.06125em), screen and (min-width: 64.0625em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-offset-3 {
    margin-left: 25%;
  }

}

@media screen and (max-width: 64.06125em) {

  .menu-open .top-bar {
    padding-left: 50px;
  }

  .custom-menu-primary .hs-menu-wrapper ul li>a {
    font-size: 14px;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul {
    position: relative;
    left: 30px;
    top: 0;
    max-width: 70%;
    width: 100%;
    min-width: 100%;
    margin-left: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children>a {
    display: inline-block;
  }

  .container-menu-fix::before {
    display: none;
  }

  .menu-open .bg-container {
    display: none !important;
  }

  .menu-open .container-menu-fix {
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
}



@media screen and (max-width: 40.06125em) {
  .container-menu-fix .logo-mobile {
    padding-top: 20px;
    padding-left: 20px;
  }

  .menu-icon--svg {
    right: 15%;
    top: 25%;
  }


  .container-menu-fix .content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-menu-fix .cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper ul li>a {
    padding: 5px .9375rem;
  }

  .logo img {
    max-height: 53px;
  }

  .header .grid-container.fluid {
    padding-right: .3125rem;
    padding-left: .3125rem;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul {
    position: relative;
    left: 0px;
    max-width: 100%;
    margin-left: 20px;
    min-width:unset;
  }

}



@media (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > .child-trigger:after {
    content:'';
    display:block;
    background-image: url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/images/right.svg);
    position: absolute;
    width: 25px;
    height: 100%;
    background-repeat: no-repeat;
    right: 0px;
    top: -2px;
    background-position: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children> .child-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    pointer-events:none;
  }

}

@media (max-width:767px) {
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children:hover>ul {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children> .child-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
  }

  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children.child-open>ul {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > .child-trigger:after {
    content:'';
    display:block;
    background-image: url(//4710295.fs1.hubspotusercontent-na1.net/hubfs/4710295/raw_assets/public/BlueLineAviation_April2021/images/right.svg);
    position: absolute;
    width: 25px;
    height: 100%;
    background-repeat: no-repeat;
    right: 0px;
    top: -2px;
    background-position: center;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children.child-open > .child-trigger:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 1px;
    right: -3px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a:after {
    display:none !Important;
  }
}

@media (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper ul ul:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -80px;
    height: 80px;
    left: -10px;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul:after {
    content: '';
    position: absolute;
    width: 100%;
    top: -80px;
    height: 80px;
    left: -10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    position: relative;
    z-index: 9;
  }

}

@media (max-width:767px) {
  .simple-banner .simple-banner-button {
    min-width: 45px;
  }

  .simple-banner .simple-banner-text {
    padding: 10px 45px;
  }
}

/* New header css */

.header.new .logo .hs_cos_wrapper.widget-type-logo img {
  border-right: 2px solid #BBBBBB !important;
  padding-right: 20px;
}
.header.new .logo {
  margin-right: 2%;
  align-items: baseline;
}
.new_log .hs_cos_wrapper_type_image img {
  max-width: 285px;
}
.new_log {
  padding-left: 20px;
}

@media (max-width: 1150px) {
  .new_log .hs_cos_wrapper_type_image img {
    max-width: 185px;
  }
}

@media (max-width: 992px) {
  .header.new .top-header .logo {
    flex-basis: 80%;
  }
}

@media (max-width: 767px) {
  .new_log .hs_cos_wrapper_type_image img {
    max-width: 110px;
  } 
  .header.new div#hs_cos_wrapper_header_logo {
    margin-right: 10%;
  }
  .header.new .logo a {
    padding-left: 20px;
  }
  .new_log {
    display: none;
  }
  .header.new .logo .hs_cos_wrapper.widget-type-logo img {
    border-right: unset !important;
    padding-right: 0;
  }
}

/* New header css */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer__copyright {
  background-color: #1653A4;
  color: #fff;
}

.footer {
  line-height:1.5;
}

*:last-child {
  margin-bottom: 0;
}

.footer .grid-container {
  padding-right: .3125rem;
  padding-left: .3125rem;
  max-width: 69rem;
  margin-left: auto;
  margin-right: auto;
}

.footer .grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.footer__copyright .grid-x {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  padding: 25px 0;
}

.footer__copyright--info .hs_cos_wrapper_type_text{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "ArialRoundedMTBold",sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}


.footer__copyright--info p {
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Arial",sans-serif;
  padding-right:5px;
}

.footer__navigation {
  background-color: #070F3B;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cm-cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.grid-margin-x > .cm-cell {
  width: calc(100% - .625rem);
  margin-left: .3125rem;
  margin-right: .3125rem;
}


.footer__logo a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.footer__logo a:hover {
  opacity:.8;
}

.footer__logo img {
  width: 100% !important;
  max-width: 235px;
  vertical-align: middle;
}

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


.menu-footer-container .hs-menu-wrapper > ul > li {
  display: grid;
}

.footer a{
  color:#fff;
}

.footer a:hover{
  color: #F2DE68;
}

.menu-footer-container .hs-menu-wrapper > ul > li >a{
  display: block;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.8;
  text-transform: uppercase;
  font-family: "ArialRoundedMTBold",sans-serif;
}

.footer__location {
  text-align:center;
  padding-top: 30px;
}

.footer .footer__navigation p {
  margin-bottom:1rem;
  font-size:14px;
}

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

.footer__location p a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
}


@media screen and (max-width: 0em), screen and (min-width: 40.0625em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40.0625em) {
  .grid-margin-x {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .grid-margin-x>.cm-cell {
    margin-left: .5rem;
    margin-right: .5rem;
    width: calc(33.33333% - 1rem);
  }

  .footer .grid-container{
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .footer__partners {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer__location {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__partners--image img{
    padding: 10px 0;
  }

  .footer__partners--image img:first-child {
    padding-bottom: 30px;
  }

}

@media print, screen and (min-width: 64.0625em) {
  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .menu-footer-container .hs-menu-wrapper > ul { 
    margin-left:-15px;
  }

  .grid-margin-x>.footer__partners {
    width: calc(16.66667% - 1rem);
    margin-left: calc(16.66667% + .5rem);
  }
}



@media screen and (max-width: 40.06125em) {
  .footer__copyright--info p {
    font-size: 9px;
  }

  .footer__copyright--info .hs_cos_wrapper_type_text {
    font-size: 9px;
    padding:2.5px 0;
  }

  .footer .grid-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer__location p strong a {
    font-size: 18px;
  }

  .grid-margin-x {
    margin-left: -.3125rem;
    margin-right: -.3125rem;
  }

  .grid-margin-x>.footer__menu,.grid-margin-x>.footer__partners {
    width: calc(50% - .625rem);
  }

  .footer__partners--image img {
    max-width: 74px;
    display: block;
    margin: 10px 0 10px auto;
  }

  .footer__logo.show-for-small-only.cell {
    width: calc(100% - .625rem);
    margin-left: .3125rem;
    margin-right: .3125rem;
  }

  .footer__logo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 40px;
    padding-top: 20px;
    align-items: center;
    justify-content: center;
  }

  .hide-for-small-only {
    display: none !important;
  }

  .footer__partners--image img:first-child {
    margin-bottom: 20px;
  }

  .footer__logo img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-height: 55px;
    max-width: unset;
    width: auto !important;
  }

  .footer__navigation {
    padding-top: 20px;
  }

}
/* ******************************************************************************
*********************************************************************************
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 */
.content-wrapper{
  max-width: 1104px;
  padding-right: .5rem;
  padding-left: .5rem;
  margin: 0 auto;
}

.page-center {
    margin: 0 auto;
}

@media (max-width:640px) {
  .content-wrapper{
    max-width: 1104px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
  }
}

.blog-header {

  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;
  }
}

.hs-cta-img {
  max-width: 100%;
  height: 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: 35px;
}
.blog-index__post-content p {
  font-family: "ArialRoundedMTBold",sans-serif;
}
.blog-index__post-content a {
  color: #333;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "ArialRoundedMTBold",sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #333;
  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: #333;
  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: #333;
}
.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: #333;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: "ArialRoundedMTBold",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: #F8FAFC;
  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: #333;
  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 {

}

.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;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}


.blog-sidebar-post-listing li:before {
  position: relative;
  float: left;
  content: counter(list-item);
  margin-right: 10px;
  font-weight: 600;
}


.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 95%;
    padding: 30px 20px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}

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

.blog-comments .hs_comment label.hs-error-msg {
    top: 0;
}


@media (max-width:767px) {
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
   overflow:auto;
}

}


/***** New Blog CSS *******/
/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* ********************************** */
/* Blog banner Styling */
/* ********************************** */
.block.hs_cos_wrapper_type_post_filter ul, .block.hs_cos_wrapper_type_post_filter li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs_comment.hs-comment.hs-fieldtype-textarea.field.hs-form-field label.hs-error-msg {
  display: none !important;
}
.subscribe-form .hs-form label span {
  color: #707070;
  font-size: 18px;
  margin-bottom: 0;
}
.subscribe-form form label{
  margin-bottom:0;
}
.subscribe-form .hs-form label {
  padding-bottom: 3px;
}
.dw-blog {
  padding: 43px 0px;
  margin: auto;
  max-width:1000px;

}

.post-pagination,
.blog-categories-filter,
.new-blog-banner-section,
.page-center-blog{
  max-width: 1190px;
  margin: auto;
}
.new-blog-banner-section {
  margin-top: 110px;  
}
.new-blog-banner-section .banner-right .banner-heading {
  color: #1C1C1C;
}
.new-blog-banner-section .banner-right .hs-input {
  font-size: 16px;
  border: 1px solid #707070;
  padding-left: 16px;
  margin-bottom: 0px;
  height: 36px;
  max-width: 267px;
}
.new-blog-banner-section .banner-right .hs-button {
  line-height: 20px;
}
.page-center-blog.content-wrapper {
  padding-top: 265px;
}

.section.post-footer .hs-button.primary {
  padding: 23px 29px;
  font-weight: 900;
  margin-top: 17px;
  font-size: 21px;
  font-family: 'Montserrat';
  color: #ffffff;
  background: #383A40;
  border-color: #383A40;
}
.section.post-footer .hs-button.primary:hover{
  background: #ffffff;
  color: #383A40;
}
/* ***************************************** */
/*  Closed Blog banner Styling Here */
/* **************************************** */
.page-center {
  margin:0 auto;
}
.post-top {
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  margin-top: 64px;
  padding-left: 20px;
  padding-right: 20px;
}
.post-top .common {
  flex-basis: 50%;
}
.single-post-image {
  max-width:465px;
  height:302px;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  margin-left: auto;
  margin-top:43px;
  background-color:#fff;
}
.post-top .title{
  font-weight: normal;
}
.post-top .min-read{
  font-size: 12px;
  font-weight: 400;
  color: #cecece;
  margin-bottom: 20px;
  line-height: 14px;
  text-transform: uppercase;
  font-family: 'Arial';
}
.single-post-meta{
  margin-top:52px;
}
.single-post-meta .text {
  color: #383A40;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.single-post-meta span a{
  color: #fff;
  background: #1653A4;
  padding: 10px 15px 8px 15px;
  border-radius: 3px;
  margin-left: 5px;
  font-size: 12px;
  line-height: 14px;
}
body .blog-post__body{
  max-width:802px;
  margin:0 auto;
  margin-top:45px;
  padding-left:20px;
  padding-right:20px;
}


.post-top .hubspot-editable{
  color: #bcbcbc;
  font-size: 12px;
  line-height: 14px;
  font-family: 'ARIAL';
  font-weight: 400;
}
.post-top .hubspot-editable .author-link{
  color: #BCBCBC;
}
.post-comment {
  padding: 202px 0;
  max-width: 100%;
  margin: auto;
  margin-top: 191px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index:0;
}
.post-comment h2 {
  text-align: center;
  font-weight: 700;
  color: #454545;
  margin-bottom: 52px;
  font-family: 'Montserrat';
  font-size: 36px;
  line-height: 29px;
}
.post-comment .hs-input{
  max-width: 366px;
  height: 48px;
}
.post-comment form input[type=text],.post-comment form input[type=email],
.post-comment form input[type=password],.post-comment form input[type=tel],
.post-comment form input[type=number], .post-comment form input[type=file],
.post-comment form select,.post-comment form textarea {
  border-color: #CECECE;
  color: #333;
  border-radius: 0;
}
.post-comment  form label {
  font-size: 18px;
  color: #333;
  margin-bottom: 3px;
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 29px;
}
.post-comment form .hs-error-msg {
  color: #333333;
}
.post-comment form .input textarea{
  width:760px;
  min-height: 196px;
}
.post-comment form{
  max-width:760px;
  margin:0 auto;
}
.post-comment .hs-button{
  white-space:no-wrap;
  width:auto;
}
.hs-form-required{
  color:#707070;
}
.grecaptcha-badge {
  margin: initial;
}
.post-comment .grecaptcha-badge{
  margin-left: 0;
}

.page-center{
  position:relative;
}
.hs-blog-post{
  overflow: hidden;
}  
.post-comment.section-bg:after {
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.18;
  z-index: -1;
}
@media(min-width:768px){
  .hs-blog-post .backto_top {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0px);
  }
}
/* ===Post Body ==== */
.banner-section-post .content-wrapper {
  max-width: 1158px;
  margin: 0 auto;
  text-align: center;
}
.blog-post-title{
  z-index: 3;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 528px;
  padding-bottom: 25px;
}

.post-top .title{
  font-size: 48px;
  line-height: 54px;
  padding-right: 20px;
  padding-bottom: 172px;
  font-weight: 400;
  color: #444444;
  font-family: 'Arial';
}
.banner-post-background.section-bg {
  min-height: 581px;
  position: relative;
  z-index: 1;
  background-color:rgba(51, 51, 51,0.35);
}
.banner-post-background.section-bg:before {
  content: '';
  position: absolute;
  background-color: rgb(143 146 165 / 48%);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.blog-post__body h4 {
  font-size: 24px;
  color: #333;

  font-weight: 600;
  text-transform: uppercase;
}
.blog-post__body img {
  width: 100%;
}
.blog-post__body h5 {
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}
body .blog-post {
    padding: 0;
    margin: 0;
    width: 100%;
  box-shadow:none;
  max-width:100%;
}
.blog-post__body p {
  font-size: 16px;
  line-height: 28px;
  color: #444444;
  font-family: 'Arial';
  margin-bottom: 20px;
}
/* .blog-post__body img {
margin-top: 37px;
margin-bottom: 50px;
} */
.blog-post__body h5,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h6{
  font-family: 'Poppins', sans-serif;
}
.blog-post a {
  color: #efb745;
  transition: 0.3s;
  text-decoration:none;
}

.blog-post a:hover, a:focus {
    color: rgba(192,143,43,0.95);
}

/* ===Post Body End ==== */
@media (max-width:992px){
  .single-post-image{
    margin:0 auto;
    margin-top:30px;
  }
}
@media (max-width:767px){
  .page-center{
    padding: 0;
  }
  .page-center-blog.content-wrapper{
    padding:0 20px;
    padding-top:320px;
  }
  .post-top{
    display:block;
  }
  .dw-blog {
    padding: 0px 0px;
  }
  .post-comment form .input textarea{
    width:100%;
  }
  .post-comment .hs-input{
    width:100%;
  } 
  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    width: 100%;
  }
  .three-col-adjust {
    padding: 10px;
  }
  .new-blog-banner-section {
    margin-top: 0px;
  } 
  .banner-heading {
    padding-top: 30px;
  }
  .new-blog-banner-section .subscribe-form{
    min-width: 100%;
  }
  .section.post-footer .hs_submit.hs-submit {
    text-align: center;
  }
  .new-blog-banner-section .banner-right .hs-input{
    max-width: 100%;
  }

}
.prev-post:hover i.fas.fa-arrow-left{
  color:#333333;
  transform: translateX(-5px);
  transition: all .3s ease-in-out;
}
.next-post:hover i.fas.fa-arrow-right{
  color:#0f3057;
  transform: translateX(5px);
  transition: all .3s ease-in-out;
}

@media(min-width: 768px) {
  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    width: 29.4%;
  }
}


@media (min-width: 768px) {
  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  body .row-fluid .vertical-center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/*==================================================
Three Col Adjust 
==================================================*/
body .hs-blog-main-wrapper .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  float: left;
  margin-top: 56px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  top:0px;
  -ms-flex-preferred-size: 30%;
  flex-basis: 28%;
  margin-right: 5%;
}
@media(min-width:768px)and (max-width: 1024px){
  .three-col-adjust span>.hs_cos_wrapper:nth-child(2n+2){
    margin-right: 0;
  }
}
.three-col-adjust {
  overflow: hidden;
}
@media (min-width:768px){
  .dw-blog .three-col-adjust>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    float: left;   
    padding: 5px 1px;
  }
}


/* =============W========== */
.featured-image {
  width: 100%;
  min-height: 182px;
  position: relative;
  overflow: hidden;
  transition: .3s ease;
  background-color:#ccc;
}
.hs_cos_wrapper:hover .featured-image {
  opacity: .8;
}
.blog-body {
  padding: 14px 20px 13px 20px;
}

.dw-blog .blog-body .post-title h4 a {
  color: #454545 !important;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 600;
}
.dw-blog .blog-body .post-summary p {
  color: #454545;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  font-family: 'Montserrat';
  font-weight: 400;
}
.post-title h6, .post-title a {
  font-size: 18px;
  line-height: 27px;
  color: #333333;
  font-weight: 600;
  margin-bottom:25px;
}
.blog-body .min-read {
  color: #C1C1C1;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;

}
.blog-categories-filter {
  position: relative;
  padding-top: 7px;
  padding-bottom:7px;
  padding-left:10px;
}
.blog-categories-filter ul{
  margin: 0;
}
.blog-categories-filter ul li.trigger-catg {
  background-color: #1653A4;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  padding: 6px 10px;
  cursor: pointer;
  max-width: 168px;
  border-radius: 4px;
  font-family: 'Montserrat';
  transition:0.3s all;
}
.blog-categories-filter ul li.trigger-catg:hover{
  background-color: #EFB745;
}
.blog-categories-filter .widget-module .dropdown {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  max-width: 169px;
  margin: 0;
  padding: 10px 0px 0px;
  margin-left: 30px;
  position: absolute;
  z-index: 1;
  width: 100%;
  margin-left:0;
}
.blog-categories-filter .widget-module .dropdown li a {
  text-decoration: none;
  outline: 0;
  list-style: none;
  padding: 8px 10px 8px 20px;
  font-size: 16px;
  color: #383a40;
  text-transform: uppercase;
  display:block;
}
.blog-categories-filter .widget-module .dropdown li {
  padding-bottom: 0px;
}
.filter-icon{
  position: relative;
  bottom: 0px;
  float: right;
  font-size: 16px;
  color: #FFF;
  transform: rotate(90deg);
  transition: .7s all ease-in-out;
  padding: 0px 9px;
}
li.trigger-catg.open_arrow .filter-icon {
  transform: rotate(-90deg);
}
.dropdown{
  display: none;
}
.show-all-post {
  text-align: center;
  padding: 60px 0px 110px;
}
.show-all-post .cta_button {
  padding: 11px 36px;
  font-size: 15px;
  background-color: rgba(239,183,69,1.0);
    border: 2px solid #efb745;
    border-radius: 4px;
    color: #1f2d60;
    padding: 12px 23px;
    transition: all .35s;
    text-decoration: none;
    font-weight: 700;
    font-family: Arial;
}
}
body .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(3n+3){
  margin-right: 0;
}
.subscribe-form label.hs-main-font-element {
  color: #19d3da;
}
.blog-share {
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  padding: 20px 0px;
  margin:40px 0px 31px;
}
.nav-text i {
  font-size: 24px;
  color: #333333;
  padding-right: 15px;
  text-align: center;
  position:relative;
  top:2px;
  transition: all .3s ease-in-out;
}
.nav-text a {
  color: #454545;
  font-size: 18px;
  text-transform: uppercase;
}
body .row-fluid .three-col-adjust span>.hs_cos_wrapper:hover {
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  box-shadow: 0px 0px 20px rgba(0,0,0,.2);
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.2);
  top:-5px;
}
.next-post .featured-image{
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin-left: auto; 
}
.post-pagination {
  border-top: 1px solid #EAEAEA;
  padding:25px 20px 70px;
  display:flex;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  align-items:stretch;
  -webkit-align-items:stretch;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top:70px;
}
.author-info p {
  font-style: italic;
  font-size: 16px;
  line-height: 28px;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item-linkedin {
  position: relative;
  margin-top: -4px;

}
.author-info p a {
  color: #efb745;
}
.hs-search-field {
  position: relative;
  border: 1px solid #8eb046;
}
.hs-blog-social-share{
  padding-top: 5px;
}
.post-pagination .span6.next .icon-link i {
  padding-right: 0;
  padding-left: 15px;
}
.post-pagination .span6 {
  flex: 0 0 40%;
  -webkit-flex: 0 0 40%;
}
.post-pagination .span6.next .icon-link {
  text-align: right;
}.post-pagination .span6.next h5 {
  text-align: right;
}
.post-pagination .nav-text .featured-image.section-bg {
  min-height: 302px;
  margin: 37px 0px 34px;
}
.post-pagination .nav-text a.post-link {
  color: #444444;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'Arial';
  font-weight: 400;
}
.post-pagination .nav-text h5 a {
  color: #444444;
  font-size: 21px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 700;
}

/*====== Mobile Responsive =======*/
@media(max-width:1023px){
  body .hs-blog-main-wrapper .row-fluid .three-col-adjust span>.hs_cos_wrapper{
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    margin-right: 2%;
  }
}

.post-top {
  margin-top: 125px;
}

@media (max-width:767px) {
  .single-post-meta {
    margin-top: 30px;
  }
  .post-pagination .span6 {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
  }
  .post-pagination .span6.next {
    margin-top: 30px;
  }

  body .hs-blog-main-wrapper .row-fluid .three-col-adjust span>.hs_cos_wrapper{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    max-width: 100%;
    margin-top:40px;
  }
  .show-all-post {
    padding: 35px 0px 31px;
  }
  .post-comment{
    padding: 45px 20px;
    margin-top: 40px;
    padding-top:60px;
  }
}
.hs-author-avatar{
  display:none;
}
.post-comment  form  .hs_submit .actions:before {
  content: "\f061";
  font-family: FontAwesome;
  left: 59%;
  position: absolute;
  top: 22px;
  font-size: 19px;   
}
@media(min-width:768px){

  .post-comment .hs-input {
    max-width: 330px;
    height: 48px;
  }
  .post-comment  form .hs_comment.hs-comment.hs-fieldtype-textarea.field.hs-form-field {
    position: absolute;
    top: 0;
    right: 0;
    width: 366px;
  }
  .post-comment  form .input textarea {
    min-width: 366px;
    min-height: 248px;
    max-width: 366px;
  }

  .post-comment  form .hs-richtext.hs-main-font-element {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 288px;
  }
  .post-comment form {
    max-width: 768px;
    padding-left: 0px;
  }
  .post-comment form .hs_submit .actions:before{
    left: 61%;
  }
}

@media(min-width:1024px){
  .post-comment  form  .hs_submit .actions:before {
    left: 59%;
  }
  .post-comment .hs-input {
    max-width: 366px;
    height: 48px;
  }
  .post-comment .hs-input {
    max-width: 366px;
    height: 48px;
  }
  .post-comment  form .hs_comment.hs-comment.hs-fieldtype-textarea.field.hs-form-field {
    position: absolute;
    top: 0;
    right: 0;
    width: 465px;
  }
  .post-comment  form .input textarea {
    min-width: 465px;
    min-height: 248px;
    max-width: 465px;
  }
  .post-comment form {
    max-width: 943px;
    margin: 0 auto;
    padding-left: 82px;
  }
  .post-comment form {
    max-width: 943px;
    position: relative;
    padding-left: 82px;
  }
}
.post-comment  form .hs_submit .actions{
  position:relative;
}
.post-comment form {
  margin: 0 auto;
  position: relative;
}

.post-comment form .hs-richtext.hs-main-font-element a{
  color:#4F2E90;
}
.post-comment form input[type=text]::placeholder, 
.post-comment form input[type=email]::placeholder, 
.post-comment form input[type=password]::placeholder, 
.post-comment form input[type=tel]::placeholder, 
.post-comment form input[type=number]::placeholder, 
.post-comment form input[type=file]::placeholder, 
.post-comment form select::placeholder, 
.post-comment form textarea::placeholder{
  font-size:16px;
  line-height:22px;
  color:#CECECE;
}
body .post-comment  form input.hs-button.primary{
  display: block;
  max-width: 233px;
  margin: 0 auto; 
  background: #fff !important;
  color: #333333 !important;
  border: 3px solid #333333 !important;
  border-radius: 5px;
  font-weight: 600 !important;
  font-size: 21px !important;
  padding: 21px 46px 19px 24px !important;
}
.post-comment .hs_submit.hs-submit {
  padding-top: 12px;
}
.new-comments {
  max-width: 800px;
  margin: 0 auto;
}
@media(max-width:767px){
  .post-comment .hs-input {
    max-width: 100%;
  }
  .post-comment .hs_submit.hs-submit{
    padding-top: 0;
  }
  .post-comment form .hs_submit .actions {
    margin:0 auto;  
    max-width: 266px;
  }
  .post-comment form .hs_submit .actions:before {
    left: 80%;
    top: 22px;
  }
  .banner-post-background.section-bg{
    min-height:auto;
  }
  .blog-post-title{
    margin-bottom:30px;
  }
 
  .post-top {
    margin-top: 40px;
  }
  .post-top .title {
    font-size: 40px;
  }
  .banner-section-post .section-padding{
    padding: 70px 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: "ArialRoundedMTBold",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;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  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: "berlin-sans",sans-serif;
  font-size: 1.25rem;
  color: #333;
  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: #333;
}

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


.error404.page-error.cm-banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.page-error .cell {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  left: 50%;
  width: 100%;
  text-align: center;
}


.error404 .cell h1, 
.error404 .cell p {
  color: #1F2D60;
}

.page-error .cell h1 {
  font-size: 50px;
}

.page-error .cell p {
  font-size: 14px;
  margin-bottom: 1rem;
  line-height: 1.5;
  text-align: center;
}

.button__white {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #1F2D60;
  background-color: #1F2D60;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 35px;
  line-height: 1.4;
  min-width: 120px;
  font-family: "ArialRoundedMTBold",sans-serif;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2px;
  background-color: transparent;
  border-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  text-align: center;
  cursor: pointer;
}

.page-error .cell p:last-child {
  margin: 0;
}

.error404.page-error:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(31,45,96,0.1);
}

.button__white:hover {
  text-decoration: none;
  color: #1653A4;
  background-color: #fff;
  border-color: #fff;
  opacity: 0.8;
}

.button__white:focus,.button__white:active {
  background-color: transparent;
  color: #1653A4;
  border-color: #1F2D60;
  text-decoration: none;
}

.systems-page input.email-edit.hs-input {
    padding: 0 15px !important;
    font-size: 1rem !important;
    width: 100% !important;
}

.systems-page ul.no-list.hs-error-msgs label{
    z-index: 3;
    left: 15px;
    display: inline-block;
    margin: 0;
    padding: 3px 6px!Important;
    background-color: #f7e4e1;
    color: #333!Important;
    font-size: 12px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
    box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
    margin-bottom: 10px;
}

.systems-page ul.no-list.hs-error-msgs label.hs-membership-global-error.hs-error-msg {
    display: none !important;
}

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

.systems-page input#hs-pwd-widget-password {
    height: 35px !important;
    margin-top: 0 !important;
}

@media screen and (max-width: 40.06125em) {
  .button__white {
    padding: 12px 15px;
    font-size: 12px;
  }
}

@media (max-height:500px) {
  .page-error .cell {
    position: static;
    transform: none;
    margin-top: 150px;
    overflow: auto;
  }

  .error404.page-error.cm-banner {
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow-y: auto;
  }
}

/* Global Submenu Hover Fix */

/* 1. Base Styles for Navigation Items and Submenus */
.nav-item {
  position: relative; /* Important for submenu positioning */
  padding: 10px 15px; /* Adjust padding as needed */
}

.submenu {
  position: absolute;
  top: 100%; /* Position below the parent nav item */
  left: 0;
  background-color: white; /* Or your submenu background color */
  padding: 10px; /* Adjust padding as needed */
  z-index: 1000; /* Ensure submenu is on top */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; /* Smooth fade-in/out */
  display: block; /* Important for using opacity/visibility transitions*/
}

/* 2. Hover Styles */
.nav-item:hover .submenu {
  opacity: 1;
  visibility: visible;
}

/* 3. Mouseout Styles */
.nav-item:not(:hover) .submenu {
  opacity: 0;
  visibility: hidden;
}

/* 4. Potential Adjustments (if needed) */

/* If you need to adjust the submenu's width or positioning */
/* .submenu {
    width: 200px;
    left: -10px;
} */

/* If you need to adjust the background color or border */
/* .submenu {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
} */

/* If you have a multi level submenu, you will need to adjust the top property*/
/* .submenu .submenu{
    top: 0;
    left: 100%;
} */