*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
  max-width: 100%;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Tables
========================================================================== */
.neomed-table table{
  border-collapse: unset;
  border-spacing: 0 1em;
  border: unset !important;  
  font-family: Lato, sans-serif;
  max-width: 900px;
  margin: auto;
}

.neomed-table tr{
  background: #F7F7F7;
  border-radius: 20px;
}

.neomed-table tr.blank td:after{
  display: none;
  content: '';
}

.neomed-table table tr:first-child{
  background: transparent;
}

.neomed-table table tr:first-child td{
  font-size: 16px;
  padding: 10px;
}

.neomed-table table tr:first-child td:after{
  display: none;
  content: '';
} 

.neomed-table tr td:first-child{
  color: #404040;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  position: relative;
}

.neomed-table td{
  color: #1572BC;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.neomed-table td.align-right{
  text-align: right !important;
}

.neomed-table tr td:after{
  height: 40px;
  display: block;
  width: 2px;
  opacity: 0.2;
  background: #404040;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.neomed-table tr td:first-child,
.neomed-table tr td:last-child{
  border: unset;
}

.neomed-table tr td:first-child:after,
.neomed-table tr td:last-child:after{
  content: '';
  display: none;
}

.neomed-table td,
.neomed-table tr{
  border: unset; 
  vertical-align: middle;
  position: relative;
}

.neomed-table tr td:first-child{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.neomed-table tr td:last-child{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media screen and (max-width: 800px){
  .neomed-table table{
  }

  .neomed-table tr{
  }

  .neomed-table table tr:first-child{
  }

  .neomed-table table tr:first-child td{
    font-size: 12px;
    padding: 5px;
  }

  .neomed-table table tr:first-child td:after{
  } 

  .neomed-table tr td:first-child{
    font-size: 13px;
  }

  .neomed-table td{
    font-size: 18px;
    padding: 10px;
  }

  .neomed-table tr td:after{
  }

  .neomed-table tr td:first-child,
  .neomed-table tr td:last-child{
  }

  .neomed-table tr td:first-child:after,
  .neomed-table tr td:last-child:after{
  }

  .neomed-table td,
  .neomed-table tr{
  }

  .neomed-table tr td:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .neomed-table tr td:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}





/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}
.body-wrapper {
/* 	overflow-x: hidden; */
}

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

@media (max-width: 767px) {

}
body {
  color: #404040;
  font-family: Georgia, sans-serif;
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 18px 0;
  line-height: 1.6;
}

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

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0072bc;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  font-family: Lato, sans-serif;
  font-weight: bold;
  word-break: initial;
}

h1 {
  color: #0072bc;
  text-transform: uppercase;
}

h2 {
  font-weight: 400;
  color: #0072bc;
  line-height: 1.2;
}

h5{
  text-transform: uppercase;
  font-size: 24px;
}

@media (min-width: 1281px) {
  h1 {
    font-size: 65px;
  }

  h2 {
    font-size: 52px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  blockquote {
    font-size: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  blockquote {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  h5{
    font-size: 20px;
  }

  p {
    font-size: 14px;
  }

  blockquote {
    font-size: 22px;
  }
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  font-style: italic;
}

/* Horizontal rules */

hr {
  background-color: #ccc;
  border: none;
  color: #ccc;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.white,
.white *{
  color: #fff; 
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: #0072bc;
}

.disable-focus-styles :focus {
  outline: none;
}
.hs-button.search {
  border-color: #666666;
  background-color: #cecece;
  border: 1px solid #666;
  padding: 4px 27px;
  font-size: 12px;
  color: white;
}

.primary-btn-full,
.primary-btn-reverse-full,
.primary-btn,
.primary-btn-reverse{
  z-index: 0;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
  padding: 10px 100px 10px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Lato',sans-serif;
  text-align: center;
  line-height: 1.4em;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  border: 1px solid transparent;
  font-weight: 700;
}

.primary-btn-full,
.primary-btn-reverse-full{
  width: 250px;
}

.primary-btn,
.primary-btn-full{
  color: #fff;
  background: #0072bc;
}

.primary-btn-reverse-full,
.primary-btn-reverse{
  background: #fff;
  color: #0072bc;
  border-color: #0072bc;
}

.primary-btn-full:after,
.primary-btn-reverse-full:after,
.primary-btn:after,
.primary-btn-reverse:after{
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 65px;
  text-align: center;
  line-height: 2.6em;
  font-weight: 400;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.primary-btn:after,
.primary-btn-reverse:after,
.primary-btn-full:after,
.primary-btn-reverse-full:after{
  color: #fff;
  background: #004963;
}

.primary-btn-full:hover,
.primary-btn-reverse-full:hover,
.primary-btn:hover,
.primary-btn-reverse:hover{
  background: #fff;
  color: #0072bc;
  border: 1px #0072bc solid;
  text-decoration: none;
}

.primary-btn-full:hover:after,
.primary-btn-reverse-full:hover:after,
.primary-btn:hover:after,
.primary-btn-reverse:hover:after{
  background: #fff;
  color: #004963;
}

.close{
  border-radius: 35px;
  cursor: pointer;
  height: 35px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: background .5s ease;
  width: 35px;
  z-index: 9;
}

.close:after{
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15.6 15.6' style='enable-background:new 0 0 15.6 15.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cg id='Close_Icon' transform='translate(-10.001 -9.959)'%3E%3Cpath id='Path_1144' class='st0' d='M19.4,17.8l5.9-5.8c0.4-0.4,0.4-1,0.1-1.5c-0.3-0.5-1-0.6-1.5-0.3c-0.1,0.1-0.1,0.1-0.2,0.2 l-5.9,5.9l-5.9-5.9c-0.4-0.4-1.1-0.5-1.5-0.1c-0.1,0.1-0.1,0.1-0.2,0.2c-0.3,0.5-0.3,1.1,0.1,1.5l5.9,5.8l-5.9,5.8 c-0.4,0.4-0.4,1-0.1,1.5c0.3,0.5,1,0.6,1.5,0.3c0.1-0.1,0.1-0.1,0.2-0.2l5.9-5.9l5.9,5.9c0.4,0.4,1.1,0.5,1.5,0.1 c0.1-0.1,0.1-0.1,0.2-0.2c0.3-0.5,0.3-1.1-0.1-1.5L19.4,17.8z'/%3E%3C/g%3E%3C/svg%3E");
  display: block;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 11.5px; 
}
/* Form */

form {
  font-family: Lato, sans-serif;
  max-width: 780px;
  margin: 25px auto;
  text-align: center;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #0072BC;
  display: block;
  font-size: 18px;
  padding-top: 0;
  margin-bottom: 15px;
  text-align: left;
  width: auto;
  text-transform: capitalize;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  width: 100%;
  background: white;
  font-size: 18px;
  padding: 10px;
  border: 0px !important;
  border-bottom: 2px solid #0072BC !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline: unset !important;
}

fieldset {
  max-width: 100% !important;
}

fieldset.form-columns-2 .input,
fieldset.form-columns-1 .input{
  margin-right: 25px !important;
}


::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

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

/* Headings and text */
form .hs-richtext{
  margin-bottom: 50px !important;
}

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3{
  color: #404040;
  text-transform: uppercase;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

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

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs_error_rollup ul li label,
ul.hs-error-msgs li label{
  background: #ff0000;
  font-size: 12px;
  color: white;
  width: fit-content;
  margin: 0px;
  padding: 10px;
  border-radius: 5px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  padding: 10px 100px 10px 40px;
  background: #0072bc;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Lato',sans-serif;
  text-align: center;
  line-height: 1.4em;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  border: unset !important;
}

form .actions{
  position: relative;
  width: fit-content;
  height: fit-content;
  margin: 10px auto;
  cursor: pointer;
  text-align: center;
}

form .actions:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 65px;
  color: #fff;
  background: #004963;
  border: 1px solid rgb(0,114,187);
  text-align: center;
  line-height: 2.6em;
  font-weight: 400;
  border-radius: 0 8px 8px 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

form .actions:hover input[type=submit],
form .actions:hover .hs-button,
form .actions:hover:after{
  background: #fff;
  color: #0072bc;
  border: 1px #0072bc solid !important;
  text-decoration: none;
  cursor: pointer;
}

form .actions:hover:after{
  border-left: 0px !important;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
@media screen and (max-width: 800px){
  form{
    text-align: left !important;
    -webkit-appearance: none !important;
  }

  input {
    border-radius: 0;
    -webkit-appearance: none;
  }

  fieldset.form-columns-2 .input,
  fieldset.form-columns-1 .input{
    margin-right: 8px !important;
  } 
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
.header .search-ribbon {
  background-color: #0072bc;
  padding: 0px 10px 0px 100px;
}

.header .search-ribbon .pulse a {
  color: #fff;
  background-color: #647d3b;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 0 0 10px 10px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

.header .search-ribbon .pulse a:hover {
  color: #647d3b;
  background-color: #fff;
}

.header .search-ribbon .content-wrapper,
.header .search-ribbon .for-group {
  display: flex;
}

.header .search-ribbon .content-wrapper{
  max-width: 1240px;
  margin: auto;
}

.header .search-ribbon .content-wrapper .for-group {
  margin: 10px auto;
  align-items: center;
}

.header .search-ribbon .navigation-primary {
  position: relative;
  top: 1px;
}

.header .search-ribbon .for,
.header .search-ribbon .navigation-primary a {
  color: white;
  font-size: 13px;
}

.header .search-ribbon .for {
  display: block;
  font-family: "Georgia", serif;
  font-style: italic;
  font-size: 18px;
}

.header .search-ribbon .search-wrapper {
  max-width: 250px;
  background: #62b5e5;
  padding: 4px 25px;
  border-radius: 0 0 10px 10px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.header .search-ribbon .search-wrapper form{
  margin: auto;
}

.header .search-ribbon .hs-search-field .hs-search-field__bar input[class*='hs-search-field__input'] {
  font-size: 14px !important;
  padding: 5px !important;
  width: 100% !important;
  border-radius: 0 !important;
  height: auto !important;
  border: unset !important;
  text-transform: none;
  text-align: left;
  border-bottom: 0px !important;
}

.header .menu-bar {
  position: relative;
  padding: 45px 0;
  border-bottom: 4px solid #0072bc;
}

.header .menu-bar .navigation-primary {
  text-align: center;
  z-index: 9;
}

.header .menu-bar .navigation-primary ul{
  z-index: 9;
}

.header .menu-bar .navigation-primary > ul > li > a {
  color: #494a52;
  font-size: 16px;
  padding: 10px 0;
}

.header .menu-bar .navigation-primary ul.level-1 > li:nth-child(4) {
  margin-left: 400px;
}

.header .menu-bar .mobile-open {
  display: none;
}

@media (max-width: 1100px) {
  .header .menu-bar img {
    max-width: 200px;
  }
  .header .menu-bar .navigation-primary ul.level-1 > li:nth-child(4) {
    margin-left: 250px;
  }
}

@media (min-width: 1000px) {
  .header .menu-bar img {
    max-width: 275px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 1000px) {
  .header .search-ribbon {
    padding: 0px;
  }

  .header .search-ribbon .content-wrapper {
    display: block;
  }

  .header .search-ribbon .for {
    display: none;
  }

  .header .search-ribbon .navigation-primary ul {
    white-space: normal;
    padding: 15px 0 10px 0;
    text-align: center;
  }

  .header .search-ribbon .navigation-primary ul li a {
    padding: 5px 2px;
    font-size: 11px;
  }

  .header .search-ribbon .search-wrapper {
    max-width: calc(100% + 40px);
    border-radius: 0;
    justify-content: center;
  }

  .header .menu-bar .navigation-primary ul {
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
    border-bottom: 10px #0072bc solid;
    padding: 25px;
    display: none;
  }

  .header .menu-bar .navigation-primary ul li {
    display: block;
    margin: 50px 0 0 0;
  }

  .header .menu-bar .navigation-primary ul li:first-child {
    margin-top: 0;
  }

  .header .menu-bar .navigation-primary ul li a {
    color: #0072bc;
    font-size: 22px;
    font-weight: 300;
  }

  .header .menu-bar .navigation-primary ul.level-1 > li:nth-child(4) {
    margin-left: 0px;
  }

  .header .menu-bar {
    padding: 15px 20px;
  }

  .header .menu-bar .content-wrapper {
    display: flex;
    align-items: center;
  }

  .header .menu-bar .mobile-open {
    display: block;
    width: 30px;
    margin-left: auto;
    cursor: pointer;
  }
  .header .menu-bar .mobile-open span {
    display: block;
    width: 100%;
    border-radius: 5px;
    height: 5px;
    margin: 5px 0;
    background: #0072bc;
  }
}
.footer .footer__main {
	border-top: 5px solid #0078C1;
	background: #004963;
	color: #ccc;
	padding: 20px 0;
}

.footer .footer__main h3 {
	font-family: 'Georgia',serif;
  color: #62b5e5;
	font-weight: 300;
}

.footer .footer__main a {
	color: #ccc;
}

.footer .footer__main a:hover {
	color: white;
	text-decoration: none;
}

.footer .footer__main .container {
	display: flex;
}

.footer .footer__main .container > div {
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: calc(33.33% - 30px);
	margin: 0 15px;
}

.footer .footer__main .twitter .timeline {
	max-height: 500px;
	overflow-y: auto;
	border-radius: 5px;
	padding-right: 5px;
}

/* width */
.footer .footer__main .twitter .timeline::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.footer .footer__main .twitter .timeline::-webkit-scrollbar-track {
  background: transparent;
	border-radius: 5px;
}

/* Handle */
.footer .footer__main .twitter .timeline::-webkit-scrollbar-thumb {
	background: #0078C1;
	border-radius: 5px;
}

.footer .footer__main .social {
	background: #EEF2FA;
	margin-top: -20px !important;
	padding: 25px;
	display: flex;
	flex-direction: column;
}

.footer .footer__main .social img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.footer .footer__main .social .icons {
	margin-top: auto;
	padding-top: 25px;
}

.footer .footer__main .social a i {
	font-size: 25px;
  color: #fff;
  background-color: #404040;
	padding: 5px 8px;
  border-radius: 10px;
  margin-right: 5px;
}

.footer .footer__copyright {
  color: white;
	background: #0078C1;
	padding: 40px 20px;
}

.footer .footer__copyright a {
	color: white;
	text-decoration: underline;
}

@media (max-width: 1000px) {
	.footer .footer__main {
		padding-bottom: 0;
	}
	.footer .footer__main .container {
		display: block;
	}
	.footer .footer__main .container > div {
		margin: 20px 0;
		padding: 0;
	}
	.footer .footer__main .social {
	  margin: 20px -20px 0 -20px !important;
		padding: 25px !important;
	}
	.footer .footer__main .social .icons {
  	text-align: center;
  }
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Add This Buttons */

.add-this-btns{
	display: grid;
    left: 50px;
    transform: translateY(-75%);
    top: 75%;
    position: fixed;
}

.add-this-btns a{
	white-space: break;
}

.add-this-btns [class*='addthis_button_']{
	text-decoration: none;
}

.add-this-btns [class*='addthis_button_'] i{
	padding: 15px;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	text-align: center;
	margin: 5px auto;
	vertical-align: middle;
	justify-content: center;
	background: #EAEAEA;
	color: #404040;
	font-size: 22.5px;
}

.add-this-btns .addthis_button_twitter:hover i{
	background: #0295ff;
	color: white;
}

.add-this-btns .addthis_button_facebook:hover i{
	background: #3578e5;
	color: white;
}

.add-this-btns .addthis_button_email:hover i{
	background: black;
	color: white;
}

@media screen and (max-width: 1200px){

	.add-this-btns{
		display: flex;
		position: relative;
		left: unset;
		top: unset;
		transform: unset;
		text-align: center;
		margin: auto;
		max-width: 300px;
	}

	.add-this-btns [class*='addthis_button_']{
		margin: 30px auto;
	}

}

/* Floating Blog Subscribe on Listing */

.blog-subscribe{
	display: block;
	position: fixed;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	border-right: 5px solid #0E4963;
	cursor: pointer;
}

.blog-subscribe .subscribe-btn{
	writing-mode: vertical-lr;
	transform: rotate(-180deg);
	padding: 35px 10px;
	background: #1572BC;
	color: white;
	text-transform: uppercase;
	font-family: Lato;
	font-size: 18px;
}

@media screen and (max-width: 800px){
	.blog-subscribe{
		display: block;
		position: relative;
		left: unset
		top: unset;
		transform: unset;
		border-right: unset;
		width: 100%;
		cursor: pointer;
		background: #1572BC;
	}

	.blog-subscribe .subscribe-btn{
		writing-mode: unset;
		transform: unset;
		padding:10px;
		background: #1572BC;
		color: white;
		text-transform: uppercase;
		font-family: Lato;
		font-size: 18px;
		text-align: center;
		margin: auto;
	}
}


/* Blog header */

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

.blog-header__inner {
	margin: 0 auto;
	max-width: 600px;
	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 {
		margin: 0 auto;
		width: 500px;
	}
}

/* Blog header - author listing */

.blog-header__author-avatar {
	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);
	height: 200px;
	margin: 0 auto 1.5rem;
	width: 200px;
}

.blog-header__author-social-links a {
	background-color: #000;
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	margin: 0 5px;
	position: relative;
	width: 40px;
}

.blog-header__author-social-links a:hover {
	background-color: #494A52;
}

.blog-header__author-social-links svg {
	fill: #FFF;
	height: 15px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
}

/* Blog Post */

.body-container--blog-post .content-wrapper .blog-post {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0px 20px;
}

.body-container--blog-post .blog-subscribe-bar{
	background: #F7F7F7;
	width: 100%;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.body-container--blog-post .blog-subscribe-bar > *{
	flex-basis: calc((100% - 50px) / 2);
	margin: auto;
}

.body-container--blog-post .blog-subscribe-bar a.simple{
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	font-family: 'Lato';
	font-weight: bold;
}

.body-container--blog-post .blog-subscribe-bar .primary-btn.trigger{
	float: right;
}

.body-container--blog-post .content-wrapper .blog-post .blog-post__body{
	max-width: 900px;
	margin: auto;
}

.body-container--blog-post .content-wrapper .blog-post .blog-post__body p{
	font-family: Georgia;
}


.body-container--blog-post .content-wrapper .blog-post .blog-post__meta{
	text-align: center;
	font-family: Lato;
	color: #404040;
	text-transform: uppercase;
	padding: 40px 0px;
	margin: 1rem 0;
}

.body-container--blog-post .content-wrapper .blog-post .blog-post__meta a {
	color: #494A52;
	text-decoration: underline;
}

.body-container--blog-post .content-wrapper .blog-post .blog-post__meta h1{
	text-align: center;
	font-size: 40px
}

.body-container--blog-post .content-wrapper .blog-post .blog-post__meta .blog-post__author-name > p{
	font-size: 24px;
}

.body-container--blog-post .content-wrapper .blog-post .blog-post__meta .blog-post__timestamp > p{
	font-size: 16px;
}

.body-container--blog-post .content-wrapper .blog-post .blog-post__meta .platforms {

}

/* Blog Post Author */

.body-container--blog-post .content-wrapper .blog-post .blog-author{
	background: #F7F7F7;
	max-width: 1000px;
	margin: 50px auto;
	padding: 25px 35px;
}

.body-container--blog-post .content-wrapper .blog-post .blog-author .blog-author__inner{
	display: flex;
	align-items: center;
}

.body-container--blog-post .content-wrapper .blog-post .blog-author .blog-author__inner .blog-author__author-avatar{
	border-radius: 275px;
	height: 275px;
	width: 275px;
	border: 1px solid #707070;
	background-size: cover;
	background-position: center;
	padding: 10px;
	margin: auto;
}

.body-container--blog-post .content-wrapper .blog-post .blog-author .blog-author__inner .blog-author__author-desc{
	padding: 10px;

}

.body-container--blog-post .content-wrapper .blog-post .blog-author .blog-author__inner .blog-author__author-desc h4{
	text-transform: uppercase;
}

.body-container--blog-post .content-wrapper .blog-post .blog-author .blog-author__inner .blog-author__author-desc h2{
	color: #0072BC;
	font-size: 40px;
	text-transform: uppercase;
}

/* Recent Posts */

.blog-recent-posts{
	max-width: 1100px;
	margin: 50px auto;
}

.blog-recent-posts .content-wrapper h2{
	text-transform: uppercase;
	text-align: center;
	font-size: 40px;
}

.blog-recent-posts .content-wrapper .blog-recent-posts__list{
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: auto;
	justify-content: center;
}

.blog-recent-posts .content-wrapper .blog-recent-posts__list .blog-recent-posts__post{
	margin: 20px 10px;
	border-radius: 3px 3px 0px 0px;
	text-align: center;
	background: #F7F7F7;
	color: #494A52;
	display: block;
	-webkit-box-flex: 0;
	position: relative;
}

.blog-recent-posts .content-wrapper .blog-recent-posts__list .blog-recent-posts__post .blog-recent-posts__image{
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 58%;
}

.blog-recent-posts .content-wrapper .blog-recent-posts__list .blog-recent-posts__post:hover{
	box-shadow: 0px 0px 10px lightgrey;
}

.blog-recent-posts .content-wrapper .blog-recent-posts__list .blog-recent-posts__post:hover .blog-recent-posts__image:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

.blog-recent-posts .content-wrapper .blog-recent-posts__list .blog-recent-posts__post > a{
	text-decoration: none;
}

.blog-recent-posts .content-wrapper .blog-recent-posts__list .blog-recent-posts__post > a:hover{
	text-decoration: none;
}

.blog-recent-posts .content-wrapper .blog-recent-posts__list .blog-recent-posts__post .blog-recent-posts__content{
	padding: 20px;
}

.blog-recent-posts .content-wrapper .blog-recent-posts__list .blog-recent-posts__post .blog-recent-posts__content .blog-recent-posts__title {
	margin: 1rem 0 0.5rem;
	text-transform: uppercase;
}


@media screen and (min-width: 768px) {
	.blog-recent-posts__post {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

@media screen and (min-width: 1000px) {
	.blog-recent-posts__post {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 100px)/3);
		flex: 0 0 calc((100% - 100px)/3)
	}
}

@media screen and (max-width: 800px){

	.body-container--blog-post .blog-subscribe-bar{
		display: inline-block;
		padding: 0px;
		margin: auto;
		text-align: center;
	}

	.body-container--blog-post .blog-subscribe-bar > *{
		width: 100%;
	}


	.body-container--blog-post .blog-subscribe-bar .primary-btn.trigger{
		background: #0072bc;
		width: 100%;
		border-radius: 0px;
		border: 0px;
		margin: 0px auto;
		position: relative;
		padding: 10px;
	}

	.body-container--blog-post .blog-subscribe-bar .primary-btn:hover{
		background: #0072bc;
		color: white;
		border: 0px;
		margin: 0px auto;
	}

	.body-container--blog-post .blog-subscribe-bar .primary-btn:after{
		content: '';
		position: absolute;
		top:unset;
		right:unset;
		height: 1unset;
		width:unset;
		color: unset;
		background: unset;
		text-align: unset;
		line-height: unset;
		font-weight: unset;
		border-radius: 0px;
		display: none;
	}

	.body-container--blog-post .blog-subscribe-bar a.simple{
		margin: auto;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		float: none;
		position: relative;
		display: inline-block;
		padding: 10px;
	}

	.body-container--blog-post .content-wrapper .blog-post .blog-post__meta h1{
		font-size: 24px
	}

	.body-container--blog-post .content-wrapper .blog-post .blog-post__meta .blog-post__author-name>p{
		font-size: 14px
	}

	.body-container--blog-post .content-wrapper .blog-post .blog-post__meta .blog-post__timestamp>p{
		font-size: 16px
	}

	.body-container--blog-post .content-wrapper .blog-post .blog-post__body img{
		width: calc(100% + 40px) !important;
		margin-left: -20px;
		max-width: unset;
	}

	.body-container--blog-post .content-wrapper .blog-post .blog-author{
		padding: 25px;
	}

	.body-container--blog-post .content-wrapper .blog-post .blog-author .blog-author__inner .blog-author__author-avatar{
		text-align: center;
		margin: auto;
	}

	.body-container--blog-post .content-wrapper .blog-post .blog-author .blog-author__inner .blog-author__author-desc h4,
	.body-container--blog-post .content-wrapper .blog-post .blog-author .blog-author__inner .blog-author__author-desc h2{
		text-align: center;
	}

	.body-container--blog-post .content-wrapper .blog-post .blog-author .blog-author__inner .blog-author__author-desc h2{
		font-size: 28px;
	}
	.body-container--blog-post .content-wrapper .blog-post .blog-author .blog-author__inner .blog-author__author-desc h4{
		font-size: 20px;
		margin-top: 20px;
	}

	.blog-recent-posts .content-wrapper .blog-recent-posts__list{
		display: block;
		margin: auto;
		text-align: center;
	}

	.blog-recent-posts .content-wrapper .blog-recent-posts__list .blog-recent-posts__post{
		box-shadow: unset;
		border: 2px solid #D5D5D5;
		margin: 20px;

	}

}

@media screen and (max-width: 1000px){
	.body-container--blog-post .content-wrapper .blog-post .blog-author .blog-author__inner{
		display: block;
	}
}


/* Blog listing */

.blog-index {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 3.3rem 0;
	max-width: 1100px;
	align-items: flex-start;
	margin: auto;
}

.blog-index:after {
	content: "";
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

.blog-index__tag-header {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	padding: 1rem;
}

.blog-index__tag-subtitle {
	font-size: 1.16rem;
	line-height: 1.1;
}

.blog-index__tag-heading {
	border-bottom: 3px solid #D1D6DC;
	padding-bottom: 1rem;
}

.blog-index__post {
	-webkit-box-flex:  0;
	-ms-flex:  100%;
	flex:  100%;
	position: relative;
}


/* Featured Blog Listing Banner */
.blog-index__post--large{
	position: relative;
	height: 75vh;
	width: 100%;
}

.blog-index__post-image--large{
	position: absolute;
	background-size: cover;
	background-position: center;
	width: inherit;
	height: inherit;
}

.blog-index__post--large *{
	color: white !important;
	text-decoration: none !important;
}

.blog-index__post-content--large{
	position: absolute;
	right: 0;
	top: 5%;
	background: rgba(21, 114, 188, .95);
	margin-left: 40px;
}

.blog-index__post-content--large .blog-index__post-content--large-container .featured{
  font-size: 18px;
}

.blog-index__post-content--large .blog-index__post-content--large-container h1 a,
.blog-index__post-content--large .blog-index__post-content--large-container h2 a,
.blog-index__post-content--large .blog-index__post-content--large-container h3 a{
  font-size: 36px !important;
}


.blog-index__post-content--large-container{
	padding: 40px 20px;
}

.blog-index__post-content--large .blog-index__post-content--large-container h2 a{
	font-size: 52px;
	text-transform: uppercase;
}

.featured{
	color: white;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	font-family: Lato;
}

.read-more{
	font-size: 16px;
	color: white;
	text-transform: uppercase;
}

.read-article{
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.blog-index__post-content--large{
		top: 50%;
		transform: translateY(-50%);
	}

	.blog-index__post-content--large-container h2 a{
		font-size: 40px;
	}
}


/* Blog Listing */
.blog-index__post--small{
	margin: 20px 10px;
	border-radius: 3px 3px 0px 0px;
	text-align: center;
	background: #F7F7F7;
}

.blog-index__post--small:hover{
	box-shadow: 0px 0px 10px lightgrey;
}

.blog-index__post--small:hover .blog-index__post-image--small:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

.blog-index__post-image--small{
	width: inherit;
	height: 200px;
	object-fit: contain;
	position: relative;
}

.blog-index__post-content--small{
	padding: 20px;
}

.blog-index__post--small h2 a{
	font-size: 20px;
	color: #1572BC;
	text-transform: uppercase;
	text-decoration: none;
}

.blog-post__timestamp {
	font-size: 14px;
	color: #404040;
	font-family: Lato;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.blog-index__post--small h2 a{
		font-size: 24px;
	}
}

/* Premium Content Below Listing */
.blog-index__premium-content{
	background: rgba(98, 181, 229, 0.2);
	width: 100%;
	padding: 80px 20px;
}

.blog-index__premium-content h2{
	color: #494a52;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.blog-index__premium-content-container{
		max-width: 1100px;
		margin: auto;
		display: flex;
		align-items: center; 
	}

	.blog-index__premium-content h2{
		color: #0072BC;
		text-transform: uppercase;
	}
}


/* RMI Below Premium Content */
.blog-index__rmi{
	background: rgba(247,247,247,1);
	padding: 80px 20px;
}

/* Flex Post Items */
@media screen and (min-width: 768px) {
	.blog-index__post {
		-webkit-box-flex:  0;
		-ms-flex:  0 0 calc(100%/2);
		flex:  0 0 calc(100%/2);
	}
}

@media screen and (min-width: 1000px) {
	.blog-index__post {
		-webkit-box-flex:  0;
		-ms-flex:  0 0 calc(90%/3);
		flex:  0 0 calc(90%/3);
	}
}

@media screen and (min-width: 768px) {
	.blog-index__post--large {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		justify-items: space-between;
	}
}

.blog-index__post-image {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (min-width: 768px) {
	.blog-index__post-image--large {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		padding-bottom: 0;
	}

	.blog-index__post-content--large {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		padding-left: 2rem;
	}

	.blog-index__post-image--large {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 48%;
		flex: 1 1 48%;
	}

	.blog-index__post-content--large {
		padding-left: 2rem;
		width: 50%;
	}

	.blog-index__post-content--full-width {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		padding-left: 0;
	}
}

.blog-index__post-content h2 {
	margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
	font-size: 1.25rem;
}

.blog-index__post-content p {
	font-family: Lato, sans-serif;
}

.blog-index__post-content a {
	color: #494A52;
}

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

/* Blog pagination */

.blog-pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Lato, sans-serif;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 3.3rem;
	text-align: center;
}

.blog-pagination__link {
	border: 2px solid transparent;
	border-radius: 7px;
	color: #494A52;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 1;
	margin: 0 0.1rem;
	padding: 0.25rem 0.4rem;
	text-decoration: none;
}

.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 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.blog-pagination__prev-link {
	margin-right: 0.25rem;
	text-align: right;
}

.blog-pagination__next-link {
	margin-left: 0.25rem;
	text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
	color: #B0C1D4;
	cursor: default;
	pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
	fill: #494A52;
	margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
	fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
	border: 2px solid #B0C1D4;
}


/* Blog Tag Categories */
.blog-post__tags-container{
	width: 100%;
	text-transform: uppercase;
	margin: auto;
	text-align: center;
	background: #F7F7F7;
}

.blog-post__tags-container .categories,
.blog-post__tags-container .categories.rotate{
	position: relative;
	display: block;
	color: #1572BC;
	width: fit-content;
	margin: auto;
	padding: 15px 0px;
	font-weight: bold;
	cursor: pointer;
	font-family: Lato,sans-serif;
	font-size: 20px;
}

.blog-post__tags-container .categories:after{
	content: '\f13a';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: -30px;
	display: inline-block;
	transform: rotate(0deg);
	transition: transform 0.5s ease;
}

.blog-post__tags-container .categories.rotate:after{
	transform: rotate(180deg);
	transition: transform 0.5s ease;
}

.blog-post__tags {
	display: flex;
	align-items: center;
	background: #464646;
	padding: 15px 0px;
	margin: auto;
	text-align: center;
	display: none;
}

.blog-post__tags svg {
	height: auto;
	margin-right: 10px;
	width: 15px;
}

.blog-post__tag-link {
	color: white;
	margin: 10px;
	font-size: 16px;
	font-family: Lato;
	font-weight: bold;
}

@media screen and (max-width: 800px){
  .blog-post__tag-link{
    display: block;
  }
}

/* Blog comments */

.blog-comments {
	margin: 0 auto;
	max-width: 680px;
}

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

.blog-comments .hs-submit {
	text-align: center;
}

.blog-comments .hs-button {
	background-color: transparent;
	border: 2px solid #494A52;
	color: #494A52;
}

.blog-comments .hs-button:hover {
	background-color: #494A52;
	color: #FFF;
}

.blog-comments .comment-reply-to {
	border: 0 none;
}

.blog-comments .comment-reply-to:hover {
	background-color: transparent;
	color: #494A52;
	text-decoration: underline;
}
/* 
* 1. Error Pages
* 2. Systems Pages
* 3. Search Pages
* 4. Password Prompt
* 5. Backup Unsubscribe
* 6. Subscription Preferences 
* 7. Subscription Preferences Unsubscribed Confirmed
* 8. Simple Unsubscribe
*/

/* ========== 1. Error pages ========== */
.error-bg{
  background-color: #F7F7F7;
}

.error-page {
  padding: 8rem 0;
  position: relative;
  text-align: center;
  background-color: #F7F7F7;
  z-index: 0;
}

.error-page .error-type{
  font-size: 200px;
  text-align: center;
  color: #62B5E5;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 800px){
  .error-page .error-type{
    font-size: 100px;
  }
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
  text-transform: uppercase;
}

/* ========== 2. System pages ========== */
.system-bg{
  background-color: #F7F7F7;
}

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 8rem 1.4rem;
  z-index: 0;
}

.systems-page h1{
  text-transform: uppercase;
  text-align: center;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* ========== 3. Search pages ========== */
.systems-page .results-for{
  color: #404040;
  text-transform: uppercase;
  text-align: center;
}

.hs-search-field__bar {
  position: relative;
  text-align: center;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

.hs-search-field__input{
  border: 0px !important;
}

.hs-search-field .hs-search-field__bar form{
  display: inline-flex;
  width: 90%;
}

.hs-search-field .hs-search-field__bar input[class*='hs-search-field__input'] {
  height: auto !important;
  border: 2px solid #0072BC !important;
  font-size: 16px;
  width: 550px;
  border-radius: 8px 0px 0px 8px;
  height: 50px !important;
  margin-top: unset !important;
  padding: unset !important;
  line-height: 1 !important;
  text-align: center;
  color: #0072BC;
  text-transform: uppercase;
}

.hs-search-field .hs-search-field__bar input[class*='hs-search-field__input']::-webkit-input-placeholder,
.hs-search-field .hs-search-field__bar input[class*='hs-search-field__input']:-ms-input-placeholder,
.hs-search-field .hs-search-field__bar input[class*='hs-search-field__input']:-moz-placeholder,
.hs-search-field .hs-search-field__bar input[class*='hs-search-field__input']::-ms-placeholder,
.hs-search-field .hs-search-field__bar input[class*='hs-search-field__input']::placeholder{
  text-align: center;
  color: #0072BC !important;
  text-transform: uppercase;
  opacity: 1;
}

.hs-search-field .hs-search-field__bar input[class*='hs-search-field__input']:focus{
  outline: none !important;
}

.hs-search-field .hs-search-field__bar button.submit{
  background-color: #004963;
  border-radius: 0px 8px 8px 0px;
  color: white;
  height: 50px;
  width: 75px;
  text-transform: uppercase;
  word-break: unset !important;
  padding: unset !important;
  border: unset !important;
  cursor: pointer;
}

/* ========== 4. Password prompt ========== */
.systems-page .password-icon{
  width: 225px;
  height: 225px;
  border-radius: 225px;
  background-color: #62B5E5;
  position: relative;
  margin: auto;
  text-align: center;
}

.systems-page .password-icon img{
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.systems-page .widget-type-password_prompt{
  text-align: center;
}

.password-prompt form{
  display: inline-flex;
  width: 90%;
}

.password-prompt input[type=password] {
  height: auto !important;
  border: 2px solid #0072BC !important;
  font-size: 16px;
  width: 550px;
  border-radius: 8px 0px 0px 8px;
  height: 50px;
  margin-top: unset !important;
  padding: unset !important;
  line-height: 1 !important;
  text-align: center;
  color: #0072BC;
  text-transform: uppercase;
}

.password-prompt input[type=password]::-webkit-input-placeholder,
.password-prompt input[type=password]:-ms-input-placeholder,
.password-prompt input[type=password]:-moz-placeholder,
.password-prompt input[type=password]::-moz-placeholder,
.password-prompt input[type=password]::placeholder{
  text-align: center;
  color: #0072BC !important;
  text-transform: uppercase;
  opacity: 1;
}

.password-prompt input[type=password]:focus{
  outline: none !important;
}

.password-prompt input[type=submit]{
  background-color: #004963;
  border-radius: 0px 8px 8px 0px;
  color: white;
  height: 50px;
  width: 75px;
  text-transform: uppercase;
  word-break: unset !important;
  padding: unset !important;
  cursor: pointer;
}

/* ========== 5. Backup unsubscribe ========== */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* ========== 6. Subscription Preferences ========== */
.widget-type-email_subscriptions #email-prefs-form .item-inner,
.widget-type-email_subscriptions #email-prefs-form .subscribe-options{
  margin: 40px auto;
  position: relative;
  padding-right: 60px;
  text-align: left !important;
}

.widget-type-email_subscriptions #email-prefs-form .item-inner .checkbox-row{
  margin-bottom: 15px;
}

.widget-type-email_subscriptions #email-prefs-form .item-inner .checkbox-row .fakelabel,
.widget-type-email_subscriptions #email-prefs-form .header{
  font-size: 20px;
  text-transform: uppercase;
  color: black;
  margin-bottom: 15px;
}

.widget-type-email_subscriptions #email-prefs-form input[type=checkbox]{
  position: absolute;
  right: 45px;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  border: 2px solid #0072BC !important;
  -webkit-transform: translate(100%,-50%);
  -ms-transform: translate(100%,-50%);
  transform: translate(100%,-50%);
  border-radius: 8px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;

}

.widget-type-email_subscriptions #email-prefs-form input[type=checkbox]:checked{
  -webkit-appearance: checkbox !important;
  appearance: checkbox  !important;
  -moz-appearance: checkbox  !important;
}

.widget-type-email_subscriptions #email-prefs-form .subscribe-options label span{
  font-size: 16px;
  color: #404040;
}

.widget-type-email_subscriptions #email-prefs-form h1,
.widget-type-email_subscriptions #email-prefs-form h2{
  text-align: center;
}

.widget-type-email_subscriptions #email-prefs-form h2{
  display: none;
}

.widget-type-email_subscriptions #email-prefs-form #content > .header{
  display: none;
}

.widget-type-email_subscriptions #email-prefs-form #submitbutton{
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
  padding: 10px 20px 10px 45px;
  background: linear-gradient(to left,#004963 30%,#0072bc 30%) !important;
  border-radius: 8px;
  border: 1px #fff solid;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Lato',sans-serif;
  text-align: center;
  line-height: 1.4em;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.widget-type-email_subscriptions #email-prefs-form #submitbutton:hover{
  background: #fff !important;
  color: #0072bc;
  border: 1px #0072bc solid !important;
  text-decoration: none;
  cursor: pointer;
}

/* ========== 7. Subscription Preferences Unsubscribed Confirmed ========== */
.systems-page .unsubscribe-confirm-hide{
  display: none;
}

/* ========== 8. Simple Unsubscribe ========== */
.systems-page .unsubscribe-icon{
  width: 225px;
  height: 225px;
  border-radius: 225px;
  background-color: #62B5E5;
  position: relative;
  margin: auto;
  text-align: center;
}

.systems-page .unsubscribe-icon img{
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}


.backup-unsubscribe form{
  text-align: center;
}

.backup-unsubscribe #email-prefs-form input[type=email] {
  height: auto !important;
  border: 2px solid #0072BC !important;
  font-size: 16px;
  width: 100% !important;
  border-radius: 8px;
  height: 50px !important;
  margin-top: unset !important;
  padding: unset !important;
  line-height: 1 !important;
  text-align: center;
  color: #0072BC;
  text-transform: uppercase;
}

.backup-unsubscribe #email-prefs-form input[type=email]::-webkit-input-placeholder,
.backup-unsubscribe #email-prefs-form input[type=email]:-ms-input-placeholder,
.backup-unsubscribe #email-prefs-form input[type=email]:-moz-placeholder,
.backup-unsubscribe #email-prefs-form input[type=email]::-ms-placeholder,
.backup-unsubscribe #email-prefs-form input[type=email]::placeholder{
  text-align: center;
  color: #0072BC !important;
  text-transform: uppercase;
  opacity: 1;
}

.backup-unsubscribe #email-prefs-form input[type=email]:focus{
  outline: none !important;
}

.backup-unsubscribe #email-prefs-form #content h3{
  color: #404040;
  text-align: center;
}

.backup-unsubscribe #email-prefs-form #submitbutton{
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin: 10px auto;
  padding: 10px 20px 10px 20px;
  background: linear-gradient(to left,#004963 30%,#0072bc 30%) !important;
  border-radius: 8px;
  border: 1px #fff solid;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Lato',sans-serif;
  text-align: center;
  line-height: 1.4em;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.backup-unsubscribe #email-prefs-form #submitbutton:hover{
  background: #fff !important;
  color: #0072bc;
  border: 1px #0072bc solid !important;
  text-decoration: none;
}