*, *: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;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* 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: 1px;
    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: 1px;
        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: 1px;
        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 ;
    }
}
.content-wrapper,
.dnd-section > .row-fluid {
  margin: 0 auto;
  padding: 0 30px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}
.dnd-section[class*="full-width-section"] {
  padding-top: 0;
  padding-bottom: 0;
}
.dnd-section[class*="force-full"]>.row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.Banner-row-0-force-full-width-section > .row-fluid ,
.dnd_area-row-0-force-full-width-section > .row-fluid {
  max-width: none !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "Avenir Next"; 
  src: url("https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/fonts/Avenir%20Next/AvenirNextLTPro-Bold.eot") format("embedded-opentype"),
    url("https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/fonts/Avenir%20Next/AvenirNextLTPro-Bold.woff2") format("woff2"),
      url("https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/fonts/Avenir%20Next/AvenirNextLTPro-Bold.woff") format("woff"), 
        url("https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/fonts/Avenir%20Next/AvenirNextLTPro-Bold.svg") format("svg"); 
          font-style: normal; 
          font-weight: 800; 
          font-stretch: normal; 
          unicode-range: U+20-FE;
          }

@font-face { 
  font-family: "awb-icons";
  src: url("https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/fonts/awb-icons/awb-icons.eot") format("woff"),
    url("https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/fonts/awb-icons/awb-icons.ttf") format("truetype"), 
      url("https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/fonts/awb-icons/awb-icons.svg") format("svg");
        font-style: normal; 
        font-weight: normal;
        font-display: block;
        }



@font-face { 
  font-family: "Font Awesome 5 Free";
  src: url("https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/fonts/Font%20Awesome%205%20Free/FontAwesome5Free-Solid.eot") format("embedded-opentype"),
    url("https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/fonts/Font%20Awesome%205%20Free/FontAwesome5Free-Solid.woff2") format("woff2"), 
      url("https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/fonts/Font%20Awesome%205%20Free/FontAwesome5Free-Solid.woff") format("woff"),
        url("https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/fonts/Font%20Awesome%205%20Free/FontAwesome5Free-Solid.ttf") format("truetype"), 
          url("https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/fonts/Font%20Awesome%205%20Free/FontAwesome5Free-Solid.svg") format("svg");
            font-style: normal; 
            font-weight: 900; 
            font-display: block;
            }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV0ewJER.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVQewJER.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVwewJER.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVMewJER.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVIewJER.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV8ewJER.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4ewJER.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAewA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVIGxA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVIGxA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVIGxA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVIGxA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVIGxA.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVIGxA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVIGxA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo/v18/4UafrEtFpBISdmSt-MY2ehbO95t0BEdWNnYtxIs.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo/v18/4UafrEtFpBISdmSt-MY2ehbO95t0BEdWN3YtxIs.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo/v18/4UafrEtFpBISdmSt-MY2ehbO95t0BEdWOXYt.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo/v18/4UaZrEtFpBI4f1ZSIK9d4LjJ4rQwOwtmO24p.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo/v18/4UaZrEtFpBI4f1ZSIK9d4LjJ4rQwOwpmO24p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo/v18/4UaZrEtFpBI4f1ZSIK9d4LjJ4rQwOwRmOw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/exo2/v18/7cHov4okm5zmbtYtG-Ec5UIo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/exo2/v18/7cHov4okm5zmbtYtG-gc5UIo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/exo2/v18/7cHov4okm5zmbtYtG-Mc5UIo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/exo2/v18/7cHov4okm5zmbtYtG-Ic5UIo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/exo2/v18/7cHov4okm5zmbtYtG-wc5Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo2/v18/7cHov4okm5zmbtYtG-Ec5UIo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo2/v18/7cHov4okm5zmbtYtG-gc5UIo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo2/v18/7cHov4okm5zmbtYtG-Mc5UIo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo2/v18/7cHov4okm5zmbtYtG-Ic5UIo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo2/v18/7cHov4okm5zmbtYtG-wc5Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/exo2/v18/7cHmv4okm5zmbtYlK-4E4Q.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/exo2/v18/7cHmv4okm5zmbtYsK-4E4Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/exo2/v18/7cHmv4okm5zmbtYnK-4E4Q.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/exo2/v18/7cHmv4okm5zmbtYmK-4E4Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/exo2/v18/7cHmv4okm5zmbtYoK-4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo2/v18/7cHmv4okm5zmbtYlK-4E4Q.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo2/v18/7cHmv4okm5zmbtYsK-4E4Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo2/v18/7cHmv4okm5zmbtYnK-4E4Q.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo2/v18/7cHmv4okm5zmbtYmK-4E4Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo2/v18/7cHmv4okm5zmbtYoK-4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}




.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}


body {
  background-color: #e2e2e2;
  background-blend-mode: normal;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: top;
}



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

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 20px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3
{
  margin: 0 0 30px;
}


h4,
h5,
{
  margin: 0 0 15px;
}

h1{
  line-height: 1.0; 
}
h2{
  line-height: 1.1;
}
h3{
  line-height: 1.1;
}
h4{
  line-height: 1.25;
}
h5{
  line-height: 1.3;
}
h6{
  line-height: 1.5;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}
/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  color: #444;
  border-left: 4px solid;
  padding: 15px;
  margin-top: 2em;
  margin-bottom: 2em;
  background-color: #f9f9fb !important;
  border-color: #04485d !important;
  line-height: 1.8;
  font-style: italic;
}
/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-family: Exo;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  border-width: 0px;
  border-style: solid;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all .2s;
  line-height: 24px;
  font-size: 16px;
}
.migration a.hs-button.primary {
  margin: 30px 0;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  position: relative;
  z-index: 10011;
  transition: .5s ease;
}

header.header {
  height: 90px;
  overflow: visible;
  top: 0px;
  -webkit-transform: translate3d(0,0,0);
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  backface-visibility: hidden;
  transition: background-color .25s ease-in-out;
  transition: .5s ease;
}

header.header .header-container {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.header .header-logo {
  margin: 15px 0px 15px 0px;
  display: block;
  max-width: 100%;
  transition: .5s ease;
}

header.header .custom-header-logo img {
  max-width: 347px;
  transition: .5s ease;
}
header.header ul.submenu.level-1>li>a.active-branch{
  color: #44bba4;
}
header.header ul.submenu.level-1 {
  display: flex;
  flex-wrap: wrap;
  transition: opacity .8s cubic-bezier(.8,0,.25,1),transform .8s cubic-bezier(.8,0,.25,1);
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  position: relative;
  top: -5px;
}

header.header ul.submenu.level-1>li {
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  padding-right: 40px;
}

header.header ul.submenu.level-1>li:last-child {
  padding-right: 0;
}

header.header ul.submenu.level-1>li>a {
  min-height: 90px;
  justify-content: center;
  font-family: "Exo 2";
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0px;
  font-style: normal;
  text-transform: uppercase;
  color: #212934;
  display: flex;
  align-items: center;
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
  transition: .5s ease;
}

header.header ul.submenu.level-1>li:last-child>a {
  background: #04485d;
  color: #ffffff;
  min-height: auto;
  font-family: Exo;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  border-width: 0px;
  border-style: solid;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all .2s;
  display: inline-block;
  position: relative;
  zoom: 1; /* border: 1px solid transparent; */
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  padding: 12px 25px;
  line-height: 20px;
  font-size: 15px;
  position: relative;
  top: 1px;
}

header.header ul.submenu.level-2 {
  box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: opacity .2s ease-in;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 250px;
  background-color: #ffffff;
}

header.header ul.submenu.level-1>li:hover ul.submenu.level-2 {
  visibility: visible;
  opacity: 1;
}

header.header ul.submenu.level-2>li>a {
  border: 0;
  padding: 7px 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #212934;
  font-size: 16px;
  text-indent: 0;
  display: block;
  box-sizing: content-box;
  height: auto;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
}

header.header  .custom-header-logo.mobile-logo{
  display:none;
}

header.header .header__navigation {
  background-color: transparent !important;
}


@media (max-width:1150px){
  header.header ul.submenu.level-1>li>a {
    font-size: 14px;
  }

  header.header ul.submenu.level-1>li {
    padding-right: 24px;
  } 
}


@media (min-width:1025px){
  header.header.is-stuck {
    position: fixed;
    width: 100%;
    height: 65px;
    transition: .5s ease;
    box-shadow: rgb(0 0 0 / 12%) 0 1px 3px;
  }

  .wrapper-header {
    height: 90px;
    transition: .5s ease;
  }

  header.header.is-stuck .custom-header-logo img {
    max-width: 318.8px;
    transition: .5s ease;
  }

  header.header.is-stuck .header-logo {
    margin: 5px 0;
    transition: .5s ease;
  }

  header.header.is-stuck ul.submenu.level-1>li:not(:last-child)>a {
    min-height: 65px;
    transition: .5s ease;
  }
  
  header.header ul.submenu.level-1>li:last-child>a {
    background-color: rgba(4,72,93,1.0) !important;
    color: rgba(255,255,255,1.0) !important;
}
}
@media (max-width:1024px){
  header.header .custom-header-logo  {
    display:none;
  }
  header.header ul.submenu.level-1 ul.submenu.level-2>li>a.active-item {
    color: #44bba4 !important;
  }
  header.header ul.submenu.level-1>li>a.active-branch,
  header.header ul.submenu.level-1>li>a.active-item {
    background-color: #f9f9fb !important;
  }
  header.header  .custom-header-logo.mobile-logo {
    display:block;
  }

  header.header .custom-header-logo.mobile-logo img {
    max-width: 347px;
  }

  header.header .fusion-mobile-menu-icons {
    overflow: hidden;
    position: relative;
    top: -1px;
    right: 0;
    vertical-align: middle;
    text-align: right;
    margin-top: 0px;
  }


  header.header .fusion-mobile-menu-icons a.fusion-icon.awb-icon-bars {
    height: 32px;
    width: 32px;
    background: #fff;
    margin-top: -1px;
  }

  header.header .custom-header-logo.mobile-logo>div {
    line-height: 0;
  }

  header.header .fusion-mobile-menu-icons a {
    color: #9ea0a4;
  }

  header.header  .header-menu {
    display: none;
  }

  header.header {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }

  header.header .header-logo {
    margin: 0;
  }

  header.header .fusion-mobile-menu-icons a {
    float: right;
    font-size: 21px;
    margin-left: 20px;
  }

  [class*=" awb-icon-"], [class^=awb-icon-] {
    font-family: awb-icons!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  header.header .fusion-mobile-menu-icons a.fusion-icon.awb-icon-bars span {
    height: 3px;
    width: 30px;
    background: #04485d;
    display: block;
    margin: 6px 0;
  }

  header.header .header-menu {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: calc(-20px - 0px);
    width: calc(100% + 60px);
    padding-top: 20px;
  }

  header.header .header-container {
    flex-wrap: wrap;
  }

  header.header ul.submenu.level-1 {
    flex-direction: column;
    align-items: flex-start;
    border: none;
    border-top: 1px solid transparent;
    border-color: #e2e2e2;
    margin-top: 5px;
  }

  header.header ul.submenu.level-1>li {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
  }

  header.header ul.submenu.level-1>li>a {
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: 0px;
    min-height: 42px;
    height: 42px;
    background-color: #ffffff;
    font-family: "Exo 2";
    font-weight: 600;
    display: block;
    border-bottom: 1px solid transparent;
    border-color: #e2e2e2;
    font-style: normal;
    width: 100%;
    line-height: 40px;
    text-transform: capitalize;
  }

  header.header ul.submenu.level-1>li:last-child>a {
    background: transparent;
    color: #212934 !important;
    text-align: left;
    text-transform: capitalize;
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: 0px;
    min-height: 36px;
    height: 37px;
    background-color: #ffffff  !important;
    font-family: "Exo 2";
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 39px;
    display: block;
  }

  header.header ul.submenu.level-2 {
    display: none;
    visibility: visible;
    opacity: 1;
    position: relative;
    width: 100%;
    background: transparent !important;
    box-shadow: none;
  }

  header.header ul.submenu.level-2>li>a {
    padding-left: 39px;
    height: 41px;
    background-color: #ffffff;
    border-bottom: 1px solid transparent;
    border-color: #e2e2e2;
    font-family: "Exo 2";
    font-weight: 600;
    font-style: normal;
    color: #212934;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0px;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    padding-top: 0;
    padding-bottom: 0;
  }

  header.header ul.submenu.level-2>li>a:before {
    content: "-";
    margin-right: 2px;
    color: #212934;
  }

  .child-trigger {
    padding-right: 35px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    display: block;
    z-index: 1;
    position: absolute;
    top: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    background: 0 0;
    min-width: 50px;
    border: none;
    text-align: center;
    right: 0;
  }

  .child-trigger:before {
    display: block;
    margin: 0;
    content: "\e61f";
    font-family: awb-icons;
  }
  header.header ul.submenu.level-1 a:hover {
    background-color: #f9f9fb !important;
    color: rgba(68,187,164,1.0) !important;
  }

  header.header.is-stuck ul.submenu.level-1, header.header ul.submenu.level-1 {
    top: -5px;
  }

}


header.header.is-stuck ul.submenu.level-1,header.header ul.submenu.level-1 {
  top: 0;
}

@media (max-width:479px){
  header.header .custom-header-logo.mobile-logo img {
    max-width: 230px;
  } 
}

@media (max-width:360px){
  header.header .custom-header-logo.mobile-logo img {
    max-width: 201px;
  }
  header.header .fusion-mobile-menu-icons a {
    margin-left: 0;
  }

}
#toTop {right: 75px; border-radius: 6px 6px 0 0; pointer-events: auto; opacity: .9; transition: opacity .4s ease-in-out,background .2s ease-in-out; background-color: #333; z-index: 100000; line-height: 1;
  bottom: 0; height: 35px; position: fixed; text-align: center; width: 48px;}
#toTop:hover{ background-color: #04485d;}
#toTop:before { line-height: 35px; content: "\f106"; -webkit-font-smoothing: antialiased; font-family: awb-icons; font-size: 22px; color: #fff;}
footer.footer .footer-top {margin-top: 0px; padding-right: 30px; padding-bottom: 60px; padding-top: 60px; margin-bottom: 0px; padding-left: 30px; background-color: #e5e5e5; background-position: center center;
  background-repeat: no-repeat; border-width: 0px 0px 0px 0px; border-color: #e2e2e2; border-style: solid; display: flex; justify-content: center; position: relative;}
footer.footer .footer-bottom { background-color: #dddddd; background-position: center center; background-repeat: no-repeat; border-width: 0px 0px 0px 0px; border-color: #e2e2e2; border-style: solid;
  padding-top: 15px; margin-top: 0px; padding-right: 30px; padding-bottom: 15px; margin-bottom: 0px; padding-left: 30px; justify-content: center; display: flex; width: 100%;}
footer.footer .footer-bottom-container { max-width: 1420.64px; margin-left: calc(-4% / 2 ); margin-right: calc(-4% / 2 ); display: flex; flex-wrap: wrap; flex: 1; width: 100%; position: relative; z-index: 10;
  align-items: flex-start;}
footer.footer .footer-bottom-inner { margin-left: 1.92%; margin-right: 1.92%; display: flex; justify-content: space-between; width: 100%; align-items: center; top: -1px; position: relative;}
footer.footer .footer-copyright { font-family: "Open Sans"; letter-spacing: 0px; font-style: normal;}
footer.footer .footer-top-container,
footer.footer .footer-bottom-container{ max-width: 1420.64px; margin-left: calc(-4% / 2 ); margin-right: calc(-4% / 2 ); align-items: flex-start; justify-content: space-between; display: flex; flex-wrap: wrap;
  flex: 1; width: 100%;}
footer.footer .footer-bottom-container{ justify-content: flex-end;}
footer.footer .footer-bottom-container .footer-menu{ padding-right: 1.8%;}
footer.footer .col-left { width: 40%; margin-top: 0px; margin-bottom: 20px; display: flex;}
footer.footer .footer-col-left-inner {padding-top: 0px; padding-right: 0px; margin-right: 4.8%; padding-bottom: 0px; padding-left: 0px; margin-left: 4.8%;}
footer.footer .footer-logo img {max-width: 100%; margin-bottom: 30px; width: 420px !important; height: auto;}
footer.footer .col-right {width: 60%; margin-top: 0px; margin-bottom: 20px; display: flex; position: relative;}
footer.footer .footer-col-right-inner { display: flex; flex-direction: column; padding-top: 0px; padding-right: 0px; margin-right: 3.2%; padding-bottom: 0px; padding-left: 0px; margin-left: 3.2%; justify-content: flex-start; width: 100%;}
footer.footer .social-icons { text-align: right;}
footer.footer .social-icon-container { margin: 10px -5.5px 60px;}
footer.footer .footer-top{flex-direction: column;  align-items: center;}

[class*=" awb-icon-"], [class^=awb-icon-] {
  font-family: awb-icons!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

footer.footer .footer-menu-container ul>li:not(:last-child) {margin-right: 4px;}
footer.footer .footer-menu-container ul {padding: 0; margin: 0; list-style: none; text-align: right; justify-content: flex-end;}
footer.footer .footer-menu-container ul>li { display: inline-block; padding: 0px; border-bottom: 1px solid #e7e6e6; position: relative; border-color: #e2e2e2;}
footer.footer .footer-menu-container ul>li>a { color: #212934; font-family: "Exo 2"; font-weight: 600; border-color: #e2e2e2; text-transform: uppercase;}

footer.footer .footer-menu-container ul>li:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0px 10px;
  color: #cccccc;
}

footer.footer .footer-logo.mobile-footer-logo{display:none;}
footer.footer .fusion-social-networks-wrapper a:hover {opacity: .8;}
footer.footer .footer-bottom-container{flex-direction: column; align-items: flex-end;}
footer.footer .footer-bottom-container .footer-menu-container{display: flex; column-gap: 15px; align-items: flex-end;}
footer.footer .footer-bottom-container .menu-lable{font-family: "Exo 2"; font-weight: 600; text-transform: uppercase; color: rgba(33, 41, 52, 1.0); border-bottom: 1px solid transparent; font-size: 15px;}


@media (max-width:1439px){
  footer.footer .footer-top-container, footer.footer .footer-bottom-container {
    max-width: 1250px;
  }

  footer.footer .footer-menu-container ul>li:not(:last-child):after {
    margin: 0 6px;
  }

  footer.footer .footer-bottom-container {
    max-width: 1250px;
  }

  footer.footer .social-icon-container {
    margin-right: 0;
  }

  footer.footer .footer-bottom-inner {
    top: 0;
    margin-bottom: -1px;
  }

}

@media only screen and (max-width: 1169px){
  footer.footer .footer-menu-container ul {
    width: 120%;
    float: right;
  }
}

@media (max-width:1023px){
  footer.footer .footer-menu-container ul {justify-content: inherit;}
}
@media (max-width:1023px){
  footer.footer .footer-bottom-inner {flex-direction: column; margin-bottom: 0;}
  footer.footer .footer-copyright {margin-bottom: 15px;}
  footer.footer .footer-top-container, footer.footer .footer-bottom-container {flex-direction: column; align-items: center;}
  footer.footer .footer-bottom-container .footer-menu{padding-right: 0;}
  footer.footer .col-left { width: 100%; text-align: center; justify-content: center;}
  footer.footer .col-right { width: 100%; justify-content: center;}
  footer.footer .footer-col-right-inner { justify-content: center; margin:0;}

  footer.footer .footer-menu-container ul {
    text-align: center;
  }

  footer.footer .social-icons {
    text-align: center;
  }

  footer.footer .social-icon-container {
    margin-bottom: 40px;
  }

  footer.footer .social-icon-container {
    margin-left: 0;
  }

  footer.footer .footer-logo img {
    margin-bottom: 18px;
  }

  footer.footer .col-left {
    margin-bottom: 2px;
  }

  footer.footer .footer-menu-container ul {
    width: 100%;
    text-align: center;
    flex-direction: inherit;
    justify-content: center;
  }

}

@media only screen and (max-width: 991px){
  #toTop {
    display: none !important;
  }
}

@media (max-width:850px){
  footer.footer .footer-logo {
    display: none;
  }
  footer.footer .footer-logo.mobile-footer-logo {
    display: block;
    max-width: 420px;
  }

  footer.footer .footer-logo.mobile-footer-logo img {
    max-width: 100%;
    width: 100%;
  } 
}
@media (max-width:767px){
  footer.footer .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: inherit;
    justify-content: center;
  }
}
@media (max-width:575px){
  footer.footer .footer-copyright {
    font-size: 14px;
  }

  footer.footer .fusion-credit-notice {
    font-size: 14px;
  }

  footer.footer .fusion-social-networks-wrapper a {
    margin: 0 3px;
  }

  footer.footer .footer-logo.mobile-footer-logo {
    max-width: 340px;
  }

  footer.footer .footer-logo.mobile-footer-logo img {
    margin-bottom: 9px;
  }

  footer.footer .fusion-credit-notice, footer.footer .footer-copyright {
    text-align: center;
  }

}


@media (max-width:420px){
  footer.footer .footer-col-left-inner {
    margin-right: 0;
    padding: 0;
    margin-left: 0;
  } 
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}
.get-in-touch-page .footer-top-section-wrapper   .hs-input.invalid.error{
    border-color: #65bc7b;
  
}
@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

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

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    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;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.home-page-wrapper  .home-page-two h2 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.home-page-wrapper   .home-page-two h3 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.home-page-wrapper  .home-page-two p {
  font-size: 20px;
  line-height: 1.5;
}

.home-page-wrapper .home-page-two img {
  margin-top: 15px;
  margin-bottom: 20px;
}
.home-page-wrapper .home-page-two ul li {
  list-style: none;
  display: table;
  padding-left: 30px;
  margin-bottom: 6px;
  color: #04485d;
  position: relative;
}

.home-page-wrapper .home-page-two ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 16px;
}

.home-page-wrapper .home-page-two ul li:before {
  content: "";
  background: url(https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/images/checked-data.png) no-repeat 0px 0px;
  background-size: cover;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 5px;
  left: 0px;
}
.home-page-wrapper .home-page-two .hs-button {
  font-family: Exo;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  border-width: 0px;
  border-style: solid;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all .2s;
  background: #04485d;
  display: inline-block;
  position: relative;
  zoom: 1;
  padding: 15px 35px;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  margin-top: 16px;
  margin-bottom: 20px;
}
.home-page-wrapper .home-page-two .hs-button:hover {
  background: #002e47;
  color: #fff;
}
.online-academy-banner .banner {
  position: relative;
}

.online-academy-banner .banner:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  background: url(https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/images/logo-icon-1.png) no-repeat scroll 0 0;
  background-size: cover;
  height: 120px;
  width: 121px;
  bottom: -60px;
  z-index: 100;
}
.online-academy-page-wrapper  .unstoppable-wrapper{
  /*border-bottom: 2px solid #eaeaea;*/
}
.online-academy-page-wrapper .unstoppable-wrapper .top_title{
  margin-top: 10px; 
  margin-bottom: 15px;
}
.online-academy-banner.banner .banner-inner{
  justify-content:flex-start;
}
.online-academy-banner.banner .banner-content{
  margin-left: 1.92%;
  margin-right: 1.92%;
  max-width:480px;
}
.online-academy-banner.banner .banner-content h2{
  color:#E8B64A;
  text-transform:uppercase;
  text-align: left;
  font-size: 54px;
}

.online-academy-page-wrapper .regular-content .custom-content-width-image-wrapper .column{
  margin-bottom:60px;
}

.website-page-wrapper .website-page-two .service-wrapper,
.website-page-wrapper  .website-page-two .service-wrapper .service_areas {
  background-color: #fff;
}
.website-page-wrapper .website-page-two .service-wrapper .fusion-separator,
.website-page-wrapper .website-page-two .service-wrapper .fusion-separator-border:after{
  display:none;
}

.website-page-wrapper .website-page-two .service-wrapper .service_top_section .title_wrap h2 {
  font-size: 32px;
}

.website-page-wrapper .website-page-two .service-wrapper .subtitle_area h3 {
  font-size: 32px;
}

.website-page-wrapper .website-page-two .service-wrapper .subtitle_area {
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0;
}
.website-page-wrapper .website-page-two  .service-wrapper .heading-with-icon{
  margin: 0;
}
.website-page-wrapper .website-page-two  .service-wrapper .heading-with-icon h2 {
  margin-bottom: 15px;
}
.website-page-wrapper .website-page-two  .service-wrapper .fusion-content-boxes {
  margin: 80px -15px 0;
}

.website-page-wrapper .website-page-two  .unstoppable-wrapper .top_title{
  margin: 0;
  padding: 5px 0px 5px 100px;
  position: relative;
}
.website-page-wrapper .website-page-two  .unstoppable-wrapper .top_title h2 {
  font-weight: 600;
  font-size: 21px;
  font-family: "Exo 2";
  color: #04485d;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 20px;
}
.website-page-wrapper .website-page-two  .unstoppable-wrapper  .content p:first-child {
  font-size: 20px;
  line-height: 1.5;
}
.website-page-wrapper .website-page-two  .unstoppable-wrapper .top_title:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/images/swimbuddy-icon.png) no-repeat scroll 0 0;
  background-size: cover;
  height: 70px;
  width: 70px;
}
.website-page-wrapper .website-page-two .unstoppable-wrapper .content h3 {
  margin-bottom: 12px;
  margin-top: 0;
}
.website-page-wrapper  .website-page-three .content_img_wrap {
  padding-top: 75px;
  padding-bottom: 75px;
}
.website-page-wrapper .website-page-three .content_img_wrap:before {
  background: rgba(4,72,93,0.85);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
}

.website-page-wrapper .website-page-three .content_img_wrap .content_left,
.website-page-wrapper .website-page-three .content_img_wrap .content_right { 
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start; 
} 

.website-page-wrapper .website-page-three .content_img_wrap .content_right {
  margin-top: 0;
  margin-bottom: 25px;
}
.website-page-wrapper .website-page-three .content_img_wrap .content_row{
  margin-bottom: 20px;
}

.website-page-wrapper .website-page-three .content_img_wrap .content_left {
  margin-top: 15px;
  margin-bottom: 15px;
}

.website-page-wrapper .website-page-three  .content_img_wrap .top_section h2 {
  text-align: center;
  margin: 0;
  font-size: 48px;
  font-family: "Exo 2";
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0px;
  font-style: normal;
}
.website-page-wrapper .website-page-four .service-wrapper ,
.website-page-wrapper .website-page-four  .service-wrapper .service_areas{
  background-color: #fff;
}
.website-page-wrapper .website-page-four  .service-wrapper .service_top_section .title_wrap,
.website-page-wrapper .website-page-four  .service-wrapper .service_top_section .title_wrap h2 {
  font-family: "Open Sans";
  color: #4a4e57;
  font-size: 20px;
  line-height: 1.5;
  line-height: 1.5;
  font-weight: 400;
}
.website-page-wrapper .website-page-three .service-wrapper .middle_row ,
.website-page-wrapper .website-page-three .service-wrapper .fusion-separator,
.website-page-wrapper .website-page-four   .service-wrapper .fusion-separator {
  display: none;
}
.website-page-wrapper .website-page-three  .service-wrapper .service_areas {
  padding-bottom: 50px;
}
.website-page-wrapper .website-page-four .service-wrapper .service_top_section .title_wrap h2 strong {
  color: #4a4e57;
  font-family: "Open Sans";
}

.website-page-wrapper .website-page-four  .service-wrapper .subtitle_area {
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0;
}

.website-page-wrapper .website-page-four .service-wrapper .subtitle_area h3 {
  font-family: "Exo 2";
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 24px;
  color: #212934;
}


.website-page-wrapper .website-page-four .service-wrapper .content-box-wrapper {
  padding: 0px 50px;
  margin: 30px 0 0 0;
}

.website-page-wrapper .website-page-four  .service-wrapper .img_wrap {
  background: #e8b64a;
  margin: auto;
  display: table;
  padding: 10px;
  width: 90px;
  text-align: center;
  height: 90px;
  margin-bottom: 20px;
  border: 4px solid #fff;
  box-shadow: 0px 0px 0px 3px #e8b64a;
  margin-top: 5px;
  border-radius: 5px;
}

.website-page-wrapper .website-page-four .service-wrapper .heading-with-icon img {
  width: 62px;
  height: 62px;
  max-width: 100%;
  margin:0;
}
.website-page-wrapper .website-page-four .service-wrapper .heading-with-icon h2 {
  font-size: 24px;
  line-height: 29px;
  color: #04485d !important;
}
.website-page-wrapper .website-page-four  .service-wrapper .fusion-content-boxes {
  margin: 70px -15px 0;
  margin-bottom: 20px;
}
.website-page-wrapper .website-page-four .service-wrapper .raed_more {
  display: none;
}
.custom-two-column-content-wrapper .content ul li:before {
  background: url(https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/images/check-square-icon.png) no-repeat 0px 0px;
}
.custom-speaking-banner-wrapper:before{
  background: url(https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/images/logo-icon-1.png) no-repeat scroll 0 0;
}
.speaking-page-wrapper .speaking-page-one .unstoppable-wrapper .custom-button a {
  background: #04485d;
  padding: 12px 25px;
  line-height: 20px;
  font-size: 15px;
  color: #ffff;
}

.speaking-page-wrapper .speaking-page-one .unstoppable-wrapper .custom-button a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  transition: all .2s;
  content: "\f064";
}
.speaking-page-wrapper .speaking-page-one .unstoppable-wrapper {
  padding-top: 75px;
  padding-left: 30px;
  padding-right: 30px;
}

.speaking-page-wrapper .speaking-page-one  .unstoppable-wrapper .unstoppable-row {
  margin: 0 auto;
  max-width: 1420.64px;
  margin-left: calc(-4% / 2 );
  margin-right: calc(-4% / 2 );
}

.speaking-page-wrapper .speaking-page-one  .unstoppable-wrapper .unstoppable_left {
  padding: 0;
}
.speaking-page-wrapper .speaking-page-one .unstoppable-wrapper .top_title {
  margin-top: 10px;
  margin-bottom: 15px;
}

.speaking-page-wrapper .speaking-page-one .unstoppable-wrapper .top_title h2 {
  font-size: 32px;
}

.speaking-page-wrapper .speaking-page-one .right_section_inner {
  background-image: none !important;
  margin-left: 3.84%;
  margin-right: 3.84%;
}
.speaking-page-wrapper .speaking-page-one .unstoppable-wrapper .unstoppable_left_inner {
  margin-right: 3.84%;
  margin-left: 3.84%;
  margin-bottom: 55px;
}
.speaking-page-wrapper .speaking-page-one .unstoppable-wrapper .right_section_inner .custom-inner-image {
  display: block;
}
.speaking-page-wrapper  .speaking-page-two  .content-with-background-image-wrapper {
  padding-top: 140px;
  padding-bottom: 140px;
}
.speaking-page-wrapper  .speaking-page-two  .content-with-background-image-wrapper .content-with-background-image-content {
  width: 100%;
  margin-bottom:0;
}
.speaking-page-wrapper  .speaking-page-two  .content-with-background-image-wrapper .content-with-background-image-col {
  margin-right: 0;
  margin-left: 0;
  display: flex;
  flex-direction: inherit;
  flex-wrap: wrap;
}
.speaking-page-wrapper  .speaking-page-two .content-with-background-image-wrapper .content-with-background-image-col blockquote {
  margin-bottom: 55px;
  margin-right: 1.92%;
  margin-left: 1.92%;
  width: 100%;
  text-align: center;
}
.speaking-page-wrapper  .speaking-page-two  .content-with-background-image-wrapper:before {
  background: rgba(4,72,93,0.85);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
}
.speaking-page-wrapper  .speaking-page-two .content-with-background-image-wrapper .author {
  padding: 0;
}
.speaking-page-wrapper  .speaking-page-two .content-with-background-image-wrapper .content-with-background-image-col blockquote q {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0;
  font-size: 40px;
  font-family: "Exo 2";
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0px;
  font-style: normal;
}
.about-page-wrapper .about-page-four .custom-content-width-image-wrapper .alden-block h3 {
  font-family: "Exo 2";
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 15px;
  color: #212934;
}
.about-page-wrapper .about-page-four  .custom-content-width-image-wrapper .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-page-wrapper .about-page-four .custom-content-width-image-wrapper .content ul li {
  list-style: none;
  display: table;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  font-weight: 600;
  font-family: "Exo 2";
  color: #04485d;
  font-size: 18px;
  line-height: 1.4;
}

.about-page-wrapper .about-page-four .custom-content-width-image-wrapper .content ul li:before {
  content: "";
  background: url(https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/images/check-square-icon.png) no-repeat 0px 0px;
  background-size: cover;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 5px;
  left: 0px;
}
.about-page-wrapper .about-page-four .custom-content-width-image-wrapper .column p strong {
  color: #4a4e57;
}
.about-page-wrapper .about-page-one .service-wrapper .middle_row_wrap,
.about-page-wrapper .about-page-two .service-wrapper .middle_row_wrap,
.about-page-wrapper .about-page-three .custom-leadership-wrapper .custom-leadership-bottom ,
.about-page-wrapper .about-page-three .service-wrapper .middle_row_wrap{
  display: none;
}
.about-page-wrapper .about-page-one   .service-wrapper .service_top_section .title_wrap h2 ,
.about-page-wrapper .about-page-two    .service-wrapper .service_top_section .title_wrap h2 ,
.about-page-wrapper .about-page-three  .service-wrapper .service_top_section .title_wrap h2 {
  font-size: 32px;
}
.about-page-wrapper .about-page-one   .service-wrapper .service_areas,
.about-page-wrapper .about-page-two   .service-wrapper .service_areas,
.about-page-wrapper .about-page-three   .service-wrapper .service_areas{
  padding-bottom:50px;
}
.about-page-wrapper .about-page-three  .custom-leadership-wrapper .col-right {
  padding-right: calc((100% - 1365px) / 2);
  padding-left: 60px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.about-page-wrapper .about-page-one  .right_section_inner{
  background-image: url(https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/images/alden-mills-family.jpeg) !important;
}
.about-page-wrapper .about-page-three .custom-leadership-wrapper .col-right-inner h4 strong {
  color: #D42E12;
  font-family: 'Avenir Next';
  text-transform: uppercase;
}
.about-page-wrapper .about-page-three  .custom-leadership-wrapper .col-right-items:first-child, 
.about-page-wrapper .about-page-three  .custom-leadership-wrapper .col-right-items:nth-child(2) {
  margin-bottom: 0;
}
.about-page-wrapper .about-page-three  .custom-leadership-wrapper .col-left {
  height: 100%;
}
.about-page-wrapper .about-page-three  .custom-leadership-wrapper .col-right-inner h4 {
  margin: 0;
  margin-bottom: 15px;
}

.about-page-wrapper .about-page-three .custom-leadership-wrapper .col-right-inner p {
  font-size: 16px;
  line-height: 1.8;
}
.about-page-wrapper .about-page-three  .custom-leadership-wrapper .custom-leadership-top {
  display: none;
}
.about-page-wrapper .about-page-three  .unstoppable-wrapper .unstoppable_left {
  padding-left: calc((100% - 1365px) / 2);
  padding-right: 60px;
}

.about-page-wrapper .about-page-three  .unstoppable-wrapper .unstoppable_left_inner .content h4 {
  margin: 0;
  margin-bottom: 15px;
}
.about-page-wrapper .about-page-one  .unstoppable-wrapper .right_section_inner .custom-inner-image ,
.about-page-wrapper .about-page-three  .unstoppable-wrapper .right_section_inner .custom-inner-image {
  opacity: 0;
  visibility: visible;
  display: block;
}
.about-page-wrapper .about-page-three .content_img_wrap .conetnt_wrap p  strong {
  color: #D42E12;
  font-family: 'Avenir Next';
}

.about-page-wrapper .about-page-three .content_img_wrap .conetnt_wrap p {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 70px;
}
.about-page-wrapper .about-page-three .content_img_wrap .conetnt_wrap {
  margin-top: 28px;
}
.about-page-wrapper .about-page-two  .unstoppable-wrapper {
  background: #ffff;
}
.about-page-wrapper .about-page-two .unstoppable-wrapper .unstoppable_left {
  padding-left: calc((100% - 1365px) / 2);
  padding-right: 60px;
  padding-top: 90px;
  padding-bottom: 90px;
}
.about-page-wrapper .about-page-two  .unstoppable-wrapper .unstoppable_left_inner h5 strong {
  font-weight: 700;
}
.about-page-wrapper .about-page-two  .unstoppable-wrapper .unstoppable_left_inner h5 {margin-top: 0; margin-bottom: 15px; line-height: 1.3; font-size: 24px;}
.about-page-wrapper .about-page-two .unstoppable-wrapper .unstoppable_left_inner ul {list-style: none; padding: 0; margin: 0 0 15px;}
.about-page-wrapper .about-page-two .unstoppable-wrapper .unstoppable_left_inner ul li {list-style: none; display: table; margin-bottom: 15px; position: relative;  padding-left: 30px; font-weight: 600; font-family: "Exo 2";
  color: #04485d;  font-size: 18px; line-height: 1.4;}
.about-page-wrapper .about-page-two .unstoppable-wrapper .custom-button a {padding: 12px 25px; line-height: 20px; font-size: 15px; background: #04485d; color: #fff;}
.about-page-wrapper .about-page-two .unstoppable-wrapper .unstoppable_left_inner ul li:before {content: ""; background: url(https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/images/check-square-icon.png) no-repeat 0px 0px;
  background-size: cover; height: 18px; width: 18px; position: absolute; top: 5px; left: 0px;}
.about-page-wrapper .about-page-two  .custom-content-width-image-wrapper .alden-block h3 {margin-bottom: 12px;}
.about-page-wrapper .about-page-two  .custom-content-width-image-wrapper .content p {line-height: 1.8;}
.about-banner .banner {background-position: center center;}
.about-banner .banner .blank-spacer {display: block; width: 50%; margin-bottom: 20px;}
.about-banner  .banner .banner-content h2 {text-align: left; margin-bottom: 20px;}
.about-banner .banner  .banner-content_inner ul {list-style: none; padding: 0; margin: 0;}
.about-banner .banner .banner-content_inner ul li {list-style: none;display: table;margin-bottom: 6px;position: relative;padding-left: 30px; color:#fff;}
.about-banner .banner .banner-content_inner ul li:before {content: "";
  background: url(https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/images/checked-data-white.png) no-repeat 0px 0px;
  background-size: cover; height: 18px;width: 18px;position: absolute;top: 6px; left: 0px;}
.about-banner .banner .banner-content {width: 50%;margin-bottom: 20px;margin-top: 0;}
.about-banner .banner .banner-content_inner {margin-top: 120px;margin-bottom: 120px;margin-left: 3.84%;margin-right: 3.84%;display: flex; flex-direction: column;}
.books-page .books-page-row2 .service-wrapper .service_top_section .title_wrap h2 {font-size: 40px;}
.website-page-wrapper .website-page-five  .service-wrapper .service_top_section .title_wrap h2 {font-size: 32px;}
.website-page-wrapper .website-page-three  .custom-content-width-image-wrapper .alden-block h3 {font-size: 32px;padding-bottom: 40px;}
.custom-content-width-image-wrapper .alden-block p {display: none;}
.banner {margin-top: 0; margin-bottom: 0; padding: 60px 30px; background-position: top; background-size: cover; background-repeat: no-repeat; background-color: hsla(0,0%,100%,0); display: flex;
  justify-content: center; min-height: 650px; background-position: center center;}
.training-overview-banner .banner {background-position: center center;}
.training-overview-page-wrapper .training-overview-page-one .service-wrapper,
.training-overview-page-wrapper .training-overview-page-one .service-wrapper .service_areas{background-color: #fff;}
.training-overview-page-wrapper .training-overview-page-one .service-wrapper .service_top_section .title_wrap h2 {font-size: 32px;}
.training-overview-page-wrapper .training-overview-page-one  .service-wrapper .fusion-separator {display: none;}
.training-overview-page-wrapper .training-overview-page-one  .service-wrapper .subtitle_area {padding-bottom: 0;}
.training-overview-page-wrapper .training-overview-page-one  .service-wrapper .heading-with-icon,
.training-overview-page-wrapper .training-overview-page-one  .service-wrapper .service_top_section .top_row_inner {margin-bottom: 0;}
.training-overview-page-wrapper .training-overview-page-one  .service-wrapper .fusion-content-boxes {margin: 80px -15px 0;}
.training-overview-page-wrapper .training-overview-page-one .service-wrapper .heading-with-icon h2 {margin-bottom: 15px;}
.training-overview-page-wrapper .training-overview-page-one  .custom-content-width-image-wrapper .alden-block h3 {font-size: 32px; padding-bottom: 40px;}
.training-overview-page-wrapper .training-overview-page-one  .custom-content-width-image-wrapper .column {margin-top: 0;}
.training-overview-page-wrapper .training-overview-page-one  .custom-content-width-image-wrapper .content {padding: 40px;}
.training-overview-banner .service-wrapper .service_areas {padding-bottom: 50px;}
.training-overview-banner .service_top_section .title_wrap h2 {font-size: 40px;}
.training-overview-banner .service-wrapper .middle_row_wrap {display: none;}
.training-overview-page-wrapper .training-overview-page-five .service-wrapper .service_top_section .title_wrap h2 {font-size: 32px;}
.online-academy-banner .banner {  background-position: center center;}
.training-overview-page-wrapper .custom-testimonial-wrapper .author span {font-weight: normal;}
.online-academy-page-wrapper .service-wrapper .service_top_section .title_wrap h2 {font-size: 32px;}
.training-overview-page-wrapper .training-overview-page-two  .custom-content-width-image-wrapper a.button-wrap,
.website-page-wrapper .website-page-three .custom-content-width-image-wrapper a.button-wrap{ border:none;}
.training-overview-page-wrapper .training-overview-page-one .custom-testimonial-wrapper .custom-testimonial-column,
.website-page-wrapper .website-page-two  .custom-testimonial-wrapper .custom-testimonial-column { margin-right: 1.92%; margin-bottom: 18px;}
.website-page-wrapper .website-page-two  .leadership-workshops-wrapper .flip-box-front-inner h2{margin-top: 0;}
.website-page-wrapper .website-page-two .custom-content-width-image-wrapper .content h3{padding-bottom: 42px;}
.training-overview-page-wrapper .training-overview-page-one  .content-with-background-image-wrapper .author {font-weight: 700;}
.training-overview-page-wrapper .training-overview-page-one  .custom-testimonial-wrapper .author span {font-weight: 700;}
.training-overview-page-wrapper .training-overview-page-two  .custom-content-width-image-wrapper .alden-block h3 {font-size: 32px; padding-bottom: 42px;}
.speaking-page-wrapper .speaking-page-five .service-wrapper .service_top_section .title_wrap h2 {font-size: 32px;}
.speaking-page-wrapper .speaking-page-four .custom-content-width-image-wrapper .alden-block h3 {font-size: 32px;  padding-bottom: 42px;}
.speaking-page-wrapper .speaking-page-four .custom-content-width-image-wrapper a.button-wrap {border: 0;}
.speaking-page-wrapper .speaking-page-three  .custom-fusion-silder-wrapper {background: #fff;}
.speaking-page-wrapper .speaking-page-three .leadership-workshops-wrapper .flip-box-front {min-height: 430px;margin-bottom: 0;}
.speaking-page-wrapper .speaking-page-three  .leadership-workshops-wrapper .flip-box-front-inner h2 {margin-top: 0;}
.speaking-page-wrapper .speaking-page-three .leadership-workshops-wrapper .leadership-workshops-content {max-width: 1420.64px;}
.speaking-page-wrapper .speaking-page-three  .leadership-workshops-wrapper span.image {margin-top: -141px; padding-bottom: 49px; z-index: 999;}
.about-page-wrapper .about-page-two .custom-content-width-image-wrapper .alden-block h3,
.about-page-wrapper .about-page-four .service-wrapper .service_top_section .title_wrap h2 {font-size: 32px;}
.about-page-wrapper .about-page-two .custom-content-width-image-wrapper .alden-block h3 {padding-bottom: 0;}
.training-overview-page-wrapper .training-overview-page-two .unstoppable-wrapper .unstoppable_left {padding-left: calc((100% - 1365px) / 2); padding-right: 60px;}
.training-overview-page-wrapper .training-overview-page-two .unstoppable-wrapper .top_title {
  padding: 5px 0 5px 100px;
  position: relative;
  font-weight: 500;
  font-size: 21px;
  font-family: "Exo 2";
  color: #04485d;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0;
}
.training-overview-page-wrapper .training-overview-page-two  .unstoppable-wrapper .top_title h2{
  font-weight: 600;
  font-size: 21px;
  font-family: "Exo 2";
  color: #04485d;
  line-height: 1.4;
  margin-bottom:20px;
}
.training-overview-page-wrapper .training-overview-page-two  .unstoppable-wrapper .top_title {
  padding: 5px 0px 5px 100px;
  position: relative;
  font-weight: 500;
  font-size: 21px;
  font-family: "Exo 2";
  color: #04485d;
  line-height: 1.4;
  margin-bottom:0;
}
.training-overview-page-wrapper .training-overview-page-two  .unstoppable-wrapper .top_title:before {
  background: url(https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/images/swimbuddy-icon.png) no-repeat scroll 0 0;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: cover;
  height: 70px;
  width: 70px;
}
.training-overview-page-wrapper .training-overview-page-two .unstoppable-wrapper .content p:first-child {
  font-size: 20px;
  line-height: 1.5;
}

.speaking-page-wrapper .custom-content-width-image-wrapper.enable-parallax .custom-bg-image {
  transform: none !important;
  width: 100% !important;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100% !important;
}

.training-overview-page-wrapper .training-overview-page-two .unstoppable-wrapper .content h3 {
  margin-top: 20px;
  margin-bottom: 12px;
}

.training-overview-page-wrapper .training-overview-page-two .service-wrapper .service_top_section .title_wrap h2{
  font-family: "Open Sans";
}

.training-overview-page-wrapper .training-overview-page-two  .content_img_wrap .paralalx_ing:before {
  background: rgba(4,72,93,0.85);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
}

.training-overview-page-wrapper .training-overview-page-two .content_img_wrap {
  padding-top: 75px ;
  padding-bottom: 75px;
}
.training-overview-page-wrapper .training-overview-page-two .content_img_wrap .content_left {
  margin-top: 15px;
  margin-bottom: 15px;
}
.training-overview-page-wrapper .training-overview-page-two   .content_img_wrap .content_right {
  width: 100%;
  flex-direction: column;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}
.training-overview-page-wrapper .training-overview-page-two .content_img_wrap .top_section h2 {
  text-align: center;
  font-size: 48px;
}
.training-overview-page-wrapper .training-overview-page-two  .content_img_wrap .top_section {
  margin-top: 10px;
  margin-bottom: 40px;
}
.training-overview-page-wrapper .training-overview-page-two  .content_img_wrap .content_left, 
.training-overview-page-wrapper .training-overview-page-two  .content_img_wrap .content_right {
  width: 100%;
}
.speaking-page-wrapper .speaking-page-four .custom-content-width-image-wrapper a.button-wrap {
  border: 0;
  letter-spacing: 1px;
}
.training-overview-page-wrapper .training-overview-page-two .custom-content-width-image-wrapper a.button-wrap, 
.website-page-wrapper .website-page-three .custom-content-width-image-wrapper a.button-wrap {
  border: none;
  letter-spacing: 1px;
}
.training-overview-page-wrapper  .training-overview-page-two .service-wrapper,
.training-overview-page-wrapper  .training-overview-page-two  .service-wrapper .service_areas{
  background-color: #fff;
}
.training-overview-page-wrapper  .training-overview-page-two .service-wrapper .service_top_section .title_wrap h2,
.training-overview-page-wrapper  .training-overview-page-two .service-wrapper .service_top_section .title_wrap h2 strong{
  font-size: 20px;
  line-height: 1.5;
  color: #4a4e57;
  font-weight: 400;
}
.training-overview-page-wrapper  .training-overview-page-two .service-wrapper .fusion-separator {
  display: none;
}
.training-overview-page-wrapper  .training-overview-page-two .service-wrapper .service_top_section .title_wrap {
  margin-bottom: 0;
}
.training-overview-page-wrapper  .training-overview-page-two .service-wrapper .subtitle_area {
  padding-bottom: 0;
  margin: 10px 0;
  margin-bottom: 15px;
}
.training-overview-page-wrapper  .training-overview-page-two .service-wrapper .subtitle_area h3 {
  font-size: 24px;
  color: #212934;
}


.training-overview-page-wrapper  .training-overview-page-two .img_wrap {
  background: #e8b64a;
  margin: auto;
  display: table;
  padding: 10px;
  width: 90px;
  text-align: center;
  height: 90px;
  margin-bottom: 20px;
  border: 4px solid #fff;
  box-shadow: 0px 0px 0px 3px #e8b64a;
  margin-top: 5px;
  border-radius: 5px;
}

.training-overview-page-wrapper  .training-overview-page-two .service-wrapper .heading-with-icon img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
  width: 62px;
  height: 62px;
  margin: 0;
}
.training-overview-page-wrapper  .training-overview-page-two .service-wrapper .heading-with-icon h2 {
  font-size: 24px;
  color: #04485d;
  line-height: 29px;
}
.training-overview-page-wrapper .training-overview-page-two .service-wrapper .subtitle_area h3 {
  font-size: 24px;
  color: #212934;
  line-height: 1.3;
}
.training-overview-page-wrapper  .training-overview-page-two .service-wrapper .raed_more {
  display: none;
}
.training-overview-page-wrapper  .training-overview-page-two .service-wrapper .content-box-wrapper {
  padding: 0px 50px;
  margin: 30px 0 0 0;
}
.training-overview-page-wrapper  .training-overview-page-two .service-wrapper .fusion-content-boxes {
  margin: 60px -15px 0;
  margin-bottom: 20px;
}
.home-page-wrapper .home-page-one .custom-content-width-image-wrapper .alden-block p {
  display: block;
  padding-top: 15px;
  letter-spacing: 0px;
  margin-bottom: 30px;
  line-height:26px;
  font-weight: 600;
}

.home-page-wrapper .home-page-one .custom-content-width-image-wrapper .alden-block h3{
  padding:0;
}
.website-page-three .custom-content-width-image-wrapper .custom-bg-image {
  background-position: center;
}
.website-page-two .leadership-workshops-wrapper .flip-box-front {
  margin-bottom: 0;
}

.about-page-four .custom-testimonials-slider-wrapper .custom-testimonials-slider-item p {
  margin-bottom: 0;
}
.home-page-wrapper .home-page-two .with-normal-text p{font-size: 16px; font-style: normal; font-weight: 400; line-height: inherit;}
.keynote_hs_section h3{position:relative; padding-bottom:30px; margin-bottom:30px;}
.keynote_hs_section h3:after{width:80%; content:""; position:absolute; background:#ffffff; bottom:0px; left:0; right:0; display:table; height:2px; margin: auto; }
.custom-cb-wrapper h4{font-weight:400;}
body .keynotes-popular-topics .alden-block h3{font-size: 30px; margin-bottom: 30px; padding:0px; margin-top:0;} 
.keynotes-popular-topics .custom-content-width-image-wrapper .alden-block p{display:block; font-style: normal; font-weight: normal; font-family: Open Sans; font-size:16px; margin-bottom: 20px;}
.keynotes-popular-topics .custom-content-width-image-wrapper .alden-block p strong{font-weight: bolder; color: #4a4e57;}
.keynotes-popular-topics .alden-block ul li{list-style: none;display: table;margin-bottom: 15px;position: relative;padding-left: 30px;font-weight: 600;font-family: "Exo 2"; color: #04485d; font-size: 18px;
  line-height: 1.4;}
.keynotes-popular-topics .alden-block ul li:before{content:""; background: url(https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/images/check-square-icon.png) no-repeat 0px 0px; background-size: cover; height: 18px;
  width: 18px; position: absolute; top: 5px; left: 0px;}
.unstoppable-mindset-winning-team .content_with_row {align-items:center;}
.keynote-speaker-page-cta.footer-top-section-wrapper{padding-top: 75px; padding-bottom: 75px; padding-left: 30px; padding-right: 30px;}
.keynote-speaker-page-cta.footer-top-section-wrapper .col-left{width: 75%;}
.keynote-speaker-page-cta.footer-top-section-wrapper .col-right{width: 25%;}
.keynote-speaker-page-cta.footer-top-section-wrapper .footer-col-inner h2{font-size:32px;}
.keynote-speaker-page-cta .buttom_wrapper {margin-left: 7.68%; margin-right: 7.68%;}
.keynote-speaker-page-cta .buttom_wrapper a{padding: 15px 35px; line-height: 24px; font-size: 16px; z-index: 2000; display: inline-block; position: relative; border: 1px solid transparent; text-align: center;
  text-transform: uppercase; transition: all .2s; font-family: Exo; font-weight: 700; font-style: normal; letter-spacing: 1px; border-width: 0px; border-style: solid; border-color: #ffffff; border-radius: 4px;
  background: #e8b64a;}
.keynote-speaker-page-cta .buttom_wrapper a span {color: #000000;}
.keynote-speaker-page-cta .buttom_wrapper a:hover {background: #fbdf50;}
.characteristics-section .content ul{padding-left:0;}
.characteristics-section .content ul li{list-style: none;display: table;margin-bottom: 15px;position: relative;padding-left: 30px;font-weight: 600;font-family: "Exo 2"; color: #04485d; font-size: 18px;
  line-height: 1.4;}
.characteristics-section .content ul li:before{content:""; background: url(https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/images/check-square-icon.png) no-repeat 0px 0px; background-size: cover; height: 18px;
  width: 18px; position: absolute; top: 5px; left: 0px;}

.keynote-landingpage-testimonial{padding-top:75px !important; padding-bottom:20px !important;}
.keynote-landingpage-testimonial.Fusion-testimonials-wrapper{background-color:transparent; background-image: none; padding: 0;}
.keynote-landingpage-testimonial .Fusion-image-wrapper{display:none;}
.keynote-landingpage-testimonial.Fusion-testimonials-wrapper .Fusion-testimonials-inner{margin-top: 0;}
.keynote-landingpage-testimonial.Fusion-testimonials-wrapper .Fusion-testimonials-item{box-shadow:none; border:0;margin: 0 auto; max-width:1024px; padding:90px 0 60px;}
.keynote-landingpage-testimonial.Fusion-testimonials-wrapper .Fusion-testimonials-item blockquote p{text-align: center; color:#02495D;}
.keynote-landingpage-testimonial.Fusion-testimonials-wrapper .author{color:#02495D;}
.keynote-landingpage-testimonial.Fusion-testimonials-wrapper .Fusion-testimonials-item::before{right: 0; margin: auto; left: 0; top: 0;}
.keynote-landingpage-testimonial.Fusion-testimonials-wrapper .Fusion-testimonials-item::after{height:2px; width:100%; max-width:400px; content:""; 
  position:absolute; top:34px; margin:auto; display:table; left:0; right:0; background:#02495D; z-index: -1;}

.keynotes-first-sec .content h3{margin-bottom:30px !important; margin-top:0px !important;} 

/*- POST EVENT PAGE --------------------------------------------------------*/
.post-event-banner .banner.hero-section{position:relative;}
.post-event-banner .banner.hero-section:before{position:absolute; left:0px; top:0px; bottom:0; content:""; right:0; background:#02495D; opacity:0.89;}
.post-event-banner .banner.hero-section .banner-inner{padding-top:40px; padding-bottom:40px;}
.post-event-banner .banner.hero-section .banner-content{margin-bottom: 0; margin-top: 0; width: 100%;}
.post-event-banner .banner.hero-section .banner-content .banner-content_inner{flex:0 0 50%; max-width:50%; width:100%;}
.post-event-banner .banner.hero-section .banner-content h2{text-align: left; font-size:60px; margin-bottom:30px;}
.post-event-banner .banner .banner-content_inner-wrap *{color:#fff;}
.post-event-banner .banner .banner-content_inner-wrap .hello-text{color:#CC6666; font-weight:bold; text-transform:uppercase; letter-spacing:2px; font-size:32px; line-height:1.2; font-family: 'Exo 2',sans-serif;}
.post-event-banner .banner .banner-content_inner-wrap .sub-title{color:#8AC4EB; font-weight:bold; text-transform:uppercase; letter-spacing:0px; font-size:40px; line-height:1.2; font-family: 'Exo 2',sans-serif; margin-bottom:15px; max-width: 480px;}
.post-event-banner .banner .banner-content_inner-wrap p{font-size:15px; line-height:1.4;}
.post-event-landingpage .service-wrapper{background-color: #E3ECF3;}
.post-event-landingpage .service-wrapper .service_areas{background-color: #E3ECF3; padding:60px 0 60px; padding-bottom:300px; position:relative}
.post-event-landingpage .service-wrapper .service_top_section .title_wrap h2{color: #ffffff; font-size: 60px;}
.post-event-landingpage .service-wrapper .fusion-separator{display:none;}
.post-event-landingpage .service-wrapper .raed_more{text-decoration: underline; color: #5691B7; font-weight: 600; text-transform: none;}
.post-event-landingpage .service-wrapper .raed_more:hover{color: #02495D;}
.post-event-landingpage .service-wrapper .fusion-content-boxes{margin:0px -15px 0; display:flex; flex-wrap:wrap; justify-content:space-between;}
.post-event-landingpage .service-wrapper .fusion-column{float:none; max-width:28%; flex:0 0 28%; width:100%;}
.post-event-landingpage .service-wrapper .heading-with-icon h2.content-box-heading{font-size: 26px; margin-bottom:20px; color:#02495D;}
.post-event-landingpage .service-wrapper .raed_more::after{display:none;}
.post-event-landingpage .service-wrapper .service_top_section{background-image: url(https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/images/post-event-resourse-top.png); background-size:cover; background-position: center bottom;
  min-height: 465px; padding-top: 110px; padding-bottom: 160px; background-repeat: no-repeat;}
.post-event-landingpage .service-wrapper .service_areas:before{background-image: url(https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/images/post-event-resourse-bottom.png); background-size:cover; background-position: center top;
  min-height: 300px; background-repeat: no-repeat; content:""; position:absolute; bottom:0px; left:0px; right:0px;}
.post-event-page-two .widget-type-rich_text *{color:rgba(255,255,255,0.8); }
.post-event-page-two .widget-type-rich_text h2,
.post-event-page-two .widget-type-rich_text h3,
.post-event-page-two .widget-type-rich_text h4{color:#9FC4D8;}
.post-event-page-two .widget-type-rich_text .link-btn{color:#9FC4D8; text-decoration:underline;}
.post-event-page-two .row-number-1.dnd-section{padding: 75px 0px 30px;}

.press-blog-listing .cm-header-blog{min-height:70vh; background-image: url(https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/images/press-page-banner.png); background-size:cover; background-position: center center; color:#ffffff;}
.press-blog-listing .cm-header-blog .blog-header__title{color:#ffffff;}
.press-blog-listing .cm-header-blog .blog-header{background-color: transparent;}
.press-blog-listing .cm-header-blog .fusion-page-title-secondary{display:none;}
.press-blog-listing .press-list-wrapper{max-width: 1080px; margin: auto; float: none; width: 100%;}
.press-blog-listing .press-list-wrapper .fusion-rollover{display:none;}

.press-blog-listing .press-list-wrapper .press-post-content{flex:0 0 calc(100% - 300px); max-width:calc(100% - 300px); width:100%; padding-left:70px; }
.press-blog-listing .press-list-wrapper .press-image-wrapper{flex:0 0 300px; max-width:300px; width:100%; }
.press-blog-listing .press-list-wrapper .fusion-image-wrapper{padding-top:95%; background:none; padding-bottom:0; }
.press-blog-listing .press-list-wrapper .fusion-image-wrapper img{display:block; width: 100% !important; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover;}
.hs-blog-listing .press-blog-listing .press-list-wrapper .fusion-meta-info{border-bottom:0px; padding:0; font-size:18px; font-weight: bold;}
.hs-blog-listing .press-blog-listing .press-list-wrapper .fusion-read-more{color:#4A4E57; font-weight:bold; font-size:18px;}
.hs-blog-listing .press-blog-listing .press-list-wrapper .fusion-read-more:after{display:none;}
.hs-blog-listing .press-blog-listing .press-list-wrapper .fusion-read-more:hover{color:#44bba4;}
.press-blog-listing .press-list-wrapper .entry-title a{color:#02495D;}
.press-blog-listing .press-list-wrapper .entry-title a:hover{color:#44bba4;}
.hs-blog-listing .press-blog-listing .press-list-wrapper .fusion-post-content-container p{font-size: 18px;}
.press-blog-listing .press-list-wrapper .fusion-single-line-meta{text-transform:uppercase;}
.press-list-wrapper .cm-blog-pagination .dnd-section{padding-top:0;}


.footer-top-section-wrapper.post-event-newsletter{background: #5690b7; background: -webkit-linear-gradient(top, #5690b7 0%, #02495d 100%); background: linear-gradient(to bottom, #5690b7 0%, #02495d 100%);}
.footer-top-section-wrapper.post-event-newsletter .footer-col-inner p{font-size: 16px;}
.footer-top-section-wrapper.post-event-newsletter .footer-col{width: 35%;}
.footer-top-section-wrapper.post-event-newsletter .footer-col.col-right{width: 65%;}
.footer-top-section-wrapper.post-event-newsletter input.hs-button.primary.large{background:#D45542; color:#ffffff;}


.wistia_popover_mode .wrapper-header {position: relative; z-index: 22;}
.bg-right-center .parallax-inner{background-position:right center !important;}
.body-wrapper .bg-center-center .right_section_inner{background-position:center !important;}
.leadership-landing-three-levels .leadership-workshops-item .flip-box-front{height:100% !important;}
.leadership-landing-three-levels.leadership-workshops-wrapper  .leadership-workshops-item .flip-box-front-inner{position: static; transform: none !important; height: 100%; font-family: 'Open Sans';
    font-style: normal; font-weight: 400; font-size: 16px; line-height: 29px; text-align:left; justify-content: flex-start;}
.leadership-landing-three-levels.leadership-workshops-wrapper  .leadership-workshops-item .flip-box-back{display:none;}
.leadership-landing-three-levels.leadership-workshops-wrapper .flip-box-front-inner h2{text-align:center;}
.leadership-landing-three-levels.leadership-workshops-wrapper .leadership-workshops-item{height: auto;}
.leadership-landing-three-levels.leadership-workshops-wrapper .leadership-workshops-content-boxes{display: flex;}


@media(min-width:992px){
  .website-page-wrapper .website-page-two  .service-wrapper .fusion-column,
  .website-page-wrapper .website-page-four  .service-wrapper .fusion-column,
  .training-overview-page-wrapper .training-overview-page-one   .service-wrapper .fusion-column {
    width: 33.33333333%;
  }
  .training-overview-page-wrapper  .training-overview-page-two .service-wrapper .fusion-column {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 1439px){
  .speaking-page-wrapper .speaking-page-one .unstoppable-wrapper .unstoppable-row{max-width: 1250px;}
  .speaking-page-wrapper .speaking-page-three .leadership-workshops-wrapper .leadership-workshops-inner{max-width: 1250px;}
  .speaking-page-wrapper .speaking-page-three .leadership-workshops-wrapper .flip-box-front {min-height: 462px;}
  .speaking-page-wrapper .speaking-page-one .unstoppable-wrapper .unstoppable_left_inner {margin-bottom: 110px;}
  .speaking-page-wrapper .speaking-page-one .right_section_inner {justify-content: flex-end;}
  .about-page-wrapper .about-page-three  .unstoppable-wrapper .unstoppable_left {padding-left: calc((100% - 1200px) / 2);}
  .about-page-wrapper .about-page-three .content_img_wrap .conetnt_wrap p {font-size: 60px;}
  .about-page-wrapper .about-page-two .unstoppable-wrapper .unstoppable_left {padding-left: calc((100% - 1200px) / 2);}
  .post-event-banner .banner.hero-section .banner-inner{margin: 0;}
  .post-event-banner .banner.hero-section .banner-content h2,
  .post-event-landingpage .service-wrapper .service_top_section .title_wrap h2{font-size: 48px;}
  .post-event-landingpage .service-wrapper .service_top_section{padding-top:70px; padding-bottom: 180px; min-height:330px;}
  .post-event-landingpage .service-wrapper .service_areas{padding-bottom: 200px;}
  .post-event-landingpage .service-wrapper .service_areas::before {min-height: 200px;}

}
@media only screen and (max-width: 1279px){
  .training-overview-page-wrapper .training-overview-page-two .unstoppable-wrapper .unstoppable_left,
  .about-page-wrapper .about-page-three  .custom-leadership-wrapper .col-right {padding-right: 40px; padding-left: 30px;}
  .about-page-wrapper .about-page-three .unstoppable-wrapper .unstoppable_left {padding-left: 40px;padding-right: 30px;}
  .about-page-wrapper .about-page-two .unstoppable-wrapper .unstoppable_left {padding-left: 40px;padding-right: 30px;}
  .about-banner .banner .banner-content_inner {margin-top: 60px;margin-bottom: 60px;}
  .post-event-banner .banner.hero-section .banner-content h2,
  .post-event-landingpage .service-wrapper .service_top_section .title_wrap h2{font-size: 40px;}
}
@media only screen and (max-width: 1223px){
  .speaking-page-wrapper .speaking-page-three .leadership-workshops-wrapper .flip-box-front {min-height: 494px;}
  .website-page-two .leadership-workshops-wrapper .flip-box-front {min-height: 356px;}
}
@media only screen and (max-width: 1169px){
  .about-page-wrapper .about-page-three .content_img_wrap .conetnt_wrap p {font-size: 48px;}
  .about-banner .banner .banner-content h2 {font-size: 32px;}
  .post-event-banner .banner .banner-content_inner-wrap .hello-text{font-size: 28px;}
  .post-event-banner .banner .banner-content_inner-wrap .sub-title {font-size: 32px;}
  .post-event-banner .banner .banner-content_inner-wrap p{line-height: 1.7;}
  .post-event-landingpage .service-wrapper .fusion-column{flex: 0 0 30%; max-width:30%;}
}
@media only screen and (max-width: 1140px){
  .speaking-page-wrapper .speaking-page-three .leadership-workshops-wrapper .flip-box-front {min-height: 527px;}
}
@media only screen and (max-width: 1128px){
  .speaking-page-wrapper .speaking-page-three .leadership-workshops-wrapper .flip-box-front {min-height: 559px;}
}
@media only screen and (max-width:1024px){
  .about-page-wrapper .about-page-four  .custom-content-width-image-wrapper .content {margin-right: 3.84%; margin-left: 3.84%; padding: 40px;  }
  .about-page-wrapper .about-page-four  .service-wrapper .subtitle_area,
  .books-page .books-page-row2 .service-wrapper .subtitle_area {margin-top: 30px;margin-bottom: 15px;}
  .training-overview-page-wrapper .training-overview-page-one  .service-wrapper .service_top_section .title_wrap {margin-top: 0;margin-bottom: 20px;}
  .training-overview-page-wrapper .training-overview-page-one  .custom-content-width-image-wrapper .content {padding: 20px;}
  .training-overview-page-wrapper .training-overview-page-five .service-wrapper .subtitle_area {margin-top: 30px;margin-bottom: 15px; padding: 0;}
  .training-overview-page-wrapper .training-overview-page-two .custom-content-width-image-wrapper .content {padding: 40px;}
  .training-overview-page-wrapper .training-overview-page-two  .custom-content-width-image-wrapper .column {margin-bottom: 20px;}
  .speaking-page-wrapper .speaking-page-five  .service-wrapper .subtitle_area h3 {margin-top: 30px;margin-bottom: 15px;}
  .speaking-page-wrapper .speaking-page-five   .service-wrapper .service_top_section .title_wrap {margin-bottom: 0; margin-top: 0;}
  .home-page-wrapper .home-page-one .custom-content-width-image-wrapper .content {padding: 40px;}
  .about-page-wrapper .about-page-three  .unstoppable-wrapper .right_section {height: 100%;}
}
@media only screen and (max-width:1023px){
  .website-page-wrapper .website-page-two  .service-wrapper .middle_row {padding-bottom:0;}
  .website-page-wrapper .website-page-three .content_img_wrap .top_section h2 {font-size: 36px;}
  .speaking-page-wrapper .speaking-page-two .content-with-background-image-wrapper {padding-top: 90px; padding-bottom: 90px;}
  .training-overview-page-wrapper .training-overview-page-two .content_img_wrap .top_section h2 {font-size: 36px;}
  .about-page-wrapper .about-page-three .custom-leadership-wrapper .col-left,
  .about-page-wrapper .about-page-three .unstoppable-wrapper .right_section {height: inherit; }
  .about-page-wrapper .about-page-three .unstoppable-wrapper .right_section_inner img {display: none;}
  .footer-top-section-wrapper.post-event-newsletter .footer-col,
  .footer-top-section-wrapper.post-event-newsletter .footer-col.col-right{width: 100%;}
  .press-blog-listing .cm-header-blog{min-height: 50vh;}
  .press-blog-listing .press-list-wrapper .press-post-content{padding-left: 30px;}
  .hs-blog-listing .press-blog-listing .cm-blog-listing{padding-left: 0; padding-right: 0;}
  .hs-blog-listing .press-blog-listing .press-list-wrapper .fusion-post-content-container p{font-size: 16px;}
  .press-blog-listing .press-list-wrapper .fusion-single-line-meta{font-size: 14px; }
  .hs-blog-listing .press-blog-listing .press-list-wrapper .fusion-read-more{font-size: 16px;}
}
@media only screen and (max-width: 991px){
  .books-page .books-page-row2 .service-wrapper .service_top_section .title_wrap {margin-bottom: 0; margin-top: 0;}
  .books-page .books-page-row2  .service-wrapper .fusion-content-boxes {margin: 65px -15px 0;}
  .about-page-wrapper .about-page-four  .service-wrapper .service_top_section .title_wrap {margin-bottom: 0; margin-top: 0;}
  .about-page-wrapper .about-page-four   .service-wrapper .fusion-content-boxes {margin: 65px -15px 0;}
  .speaking-page-wrapper .speaking-page-five  .service-wrapper .fusion-content-boxes {margin: 50px -15px 0;}
  .about-page-wrapper .about-page-one .unstoppable-wrapper .fisuion_image,
  .speaking-page-wrapper .speaking-page-one  .unstoppable-wrapper .fisuion_image {display: none;}
  .about-page-wrapper .about-page-three .unstoppable-wrapper .right_section_inner .custom-inner-image {display: none;}
  .training-overview-page-wrapper .training-overview-page-one   .service-wrapper .fusion-column {width: 100%;}
  .training-overview-page-wrapper .training-overview-page-one   .service-wrapper .subtitle_area {padding-bottom: 0; margin-top: 30px;margin-bottom: 10px;}
  .speaking-page-wrapper .speaking-page-three .leadership-workshops-wrapper .flip-box-front {min-height: 220px; margin-bottom: 15px;}
  .website-page-two .leadership-workshops-wrapper .flip-box-front-inner {position: relative;}
  .website-page-two .leadership-workshops-wrapper .leadership-workshops-item {margin-bottom: 15px;}
  .online-academy-banner.banner .banner-content h2{font-size: 36px;}

}
@media only screen and (max-width:850px){
  .books-page .books-page-row2 .service-wrapper .service_top_section .title_wrap,
  .training-overview-page-wrapper .training-overview-page-one  .service-wrapper .service_top_section .title_wrap {margin-top: 10px; margin-bottom: 10px;}
  .speaking-page-wrapper .speaking-page-three .leadership-workshops-wrapper .leadership-workshops-item:nth-child(2) .flip-box-front {min-height: 253px; }
  .speaking-page-wrapper .speaking-page-three .leadership-workshops-wrapper .leadership-workshops-item:nth-child(3) .flip-box-front {min-height: 285px;}
  .books-page .books-page-row2 .service-wrapper .fusion-content-boxes {margin: 60px -15px 0;}
  .training-overview-page-wrapper .training-overview-page-two .content_img_wrap .top_section {margin-top: 0; margin-bottom: 0;}
  .speaking-page-wrapper .speaking-page-three .leadership-workshops-wrapper .leadership-workshops-content h3 {margin: 10px 0; margin-top: 11px;}
  .training-overview-page-wrapper .training-overview-page-two .custom-content-width-image-wrapper .content {margin-right: 1.92%; margin-left: 1.92%; padding: 20px;}
  .speaking-page-wrapper .speaking-page-five .service-wrapper .service_top_section .title_wrap,
  .speaking-page-wrapper .speaking-page-five .service-wrapper .subtitle_area h3 {margin-top: 10px; margin-bottom: 10px;}
  .online-academy-page-wrapper .unstoppable-wrapper .top_title {margin-bottom: 10px;}
  .website-page-wrapper .website-page-two .service-wrapper .subtitle_area { margin-bottom: 10px;}
  .website-page-wrapper .website-page-two .service-wrapper .middle_row {padding-bottom:20px;}
  .website-page-wrapper .website-page-three .content_img_wrap .content_row{margin-bottom: 0;}
  .website-page-wrapper .website-page-three .content_img_wrap .content_left {margin-top: 0; margin-bottom: 0;}
  .website-page-wrapper .website-page-three .content_img_wrap .content_right {margin-top: 0; margin-bottom: 10px;}
  .speaking-page-wrapper .speaking-page-one .unstoppable-wrapper .unstoppable_left_inner,
  .speaking-page-wrapper .speaking-page-one .right_section_inner{margin-right: 1.92%; margin-left: 1.92%;}
  .speaking-page-wrapper .speaking-page-one .unstoppable-wrapper .unstoppable_left_inner {margin-bottom: 55px;}
  .speaking-page-wrapper .speaking-page-two .content-with-background-image-wrapper .content-with-background-image-col blockquote q{margin-bottom: 10px;}
  .speaking-page-wrapper .speaking-page-two .content-with-background-image-wrapper .content-with-background-image-col blockquote {margin-right: 1.92%; margin-left: 1.92%;}
  .about-page-wrapper .about-page-four .custom-content-width-image-wrapper .content {margin-right: 1.92%; margin-left: 1.92%; padding: 20px;}
  .about-page-wrapper .about-page-three .unstoppable-wrapper .unstoppable-row {flex-direction: column-reverse;}
  .about-page-wrapper .about-page-three .content_img_wrap .conetnt_wrap p {margin-bottom: 10px;}
  .about-banner .banner .banner-content {width: 100%;}
  .about-banner .banner .blank-spacer {display: none;}
  .about-banner .banner .banner-content_inner {margin-right: 1.92%; margin-left: 1.92%;}
  .about-banner .banner .banner-content h2 {margin-top: 10px; margin-bottom: 10px;}
  .books-page .books-page-row2 .service-wrapper .subtitle_area {margin-top: 10px; margin-bottom: 10px;}
  .website-page-wrapper .website-page-two  .leadership-workshops-wrapper .leadership-workshops-content h3,
  .training-overview-page-wrapper .training-overview-page-five .service-wrapper .subtitle_area{margin-top: 10px; margin-bottom: 10px;}
  .training-overview-page-wrapper .training-overview-page-five .service-wrapper .fusion-content-boxes {margin: 70px -15px 0;}
  .about-page-wrapper .about-page-four .service-wrapper .subtitle_area, .books-page .books-page-row2 .service-wrapper .subtitle_area,
  .about-page-wrapper .about-page-four .service-wrapper .service_top_section .title_wrap h2 {margin: 10px 0;}
  .about-page-wrapper .about-page-four .service-wrapper .fusion-content-boxes {margin: 60px -15px 0;}
  .training-overview-page-wrapper .training-overview-page-two .content_img_wrap .top_section,
  .training-overview-page-wrapper .training-overview-page-two .content_img_wrap .content_left {margin-top: 0; margin-bottom: 0; }
  .training-overview-page-wrapper .training-overview-page-two .content_img_wrap .content_right{margin-bottom: 10px;}
  .home-page-wrapper .home-page-one .custom-content-width-image-wrapper .content {padding: 20px;}
  .post-event-banner .banner.hero-section .banner-content .banner-content_inner{flex: 0 0 100%; max-width: 100%;}
  .post-event-landingpage .service-wrapper .service_top_section{min-height: 250px; padding-bottom: 100px; padding-top: 50px;}
  .post-event-landingpage .service-wrapper .fusion-column{flex: 0 0 100%; max-width: 100%;}
  .post-event-landingpage .service-wrapper .service_areas{padding-bottom: 160px}
  .post-event-landingpage .service-wrapper .service_areas::before{min-height: 130px;}
  .post-event-landingpage .service-wrapper .heading-with-icon{margin: 0 0 0px;}
  .post-event-landingpage .service-wrapper .heading-with-icon h2.content-box-heading{margin-bottom: 5px;}
  .post-event-landingpage .service-wrapper .fusion-content-boxes{margin: 0 0px;}
  .post-event-landingpage .section-heading .h1{font-size:40px; margin: 0;}
  .post-event-page-two .row-depth-1.row-number-1{padding-bottom:45px; margin-bottom:-1px;}
  .hs-image__grid__container .hs-image__grid__list{padding: 0; margin: 0;}
}
@media only screen and (max-width:767px){
  .speaking-page-wrapper .speaking-page-two .content-with-background-image-wrapper {padding-top: 70px; padding-bottom: 70px;}
  .about-page-wrapper .about-page-three .custom-leadership-wrapper .col-right ,
  .about-page-wrapper .about-page-two .unstoppable-wrapper .unstoppable_left {padding-top: 50px; padding-bottom: 50px;}
  .speaking-page-wrapper .speaking-page-three .leadership-workshops-wrapper .leadership-workshops-item:nth-child(3) .flip-box-front {height: 317px;}
  .post-event-banner .banner.hero-section:before{opacity: 1;}
}
@media only screen and (max-width:639px){
  .press-blog-listing .press-list-wrapper .press-image-wrapper{flex: 0 0 100%; max-width: 100%;}
  .press-blog-listing .press-list-wrapper .press-post-content {padding-left: 0; padding-top: 30px; flex: 0 0 100%; max-width: 100%;}

}
@media only screen and  (max-width:575px){
  .website-page-wrapper .website-page-two .unstoppable-wrapper .content  p:first-child {font-size: 18px;line-height: 1.4;}
  .speaking-page-wrapper .speaking-page-two .content-with-background-image-wrapper .content-with-background-image-col blockquote q {font-size: 32px;}
  .website-page-wrapper .website-page-four .service-wrapper .service_top_section .title_wrap, 
  .website-page-wrapper .website-page-four .service-wrapper .service_top_section .title_wrap h2 {font-size: 18px; line-height: 1.4;}
  .about-page-wrapper .about-page-two .custom-content-width-image-wrapper .alden-block h3 ,
  .about-page-wrapper .about-page-four .service-wrapper .service_top_section .title_wrap h2,
  .speaking-page-wrapper .speaking-page-four .custom-content-width-image-wrapper .alden-block h3 ,
  .training-overview-page-wrapper .training-overview-page-two .custom-content-width-image-wrapper .alden-block h3,
  .website-page-wrapper .website-page-three .content_img_wrap .top_section h2 ,
  .about-page-wrapper .about-page-one  .service-wrapper .service_top_section .title_wrap h2,
  .about-page-wrapper .about-page-two  .service-wrapper .service_top_section .title_wrap h2,
  .about-page-wrapper .about-page-three .service-wrapper .service_top_section .title_wrap h2,
  .speaking-page-wrapper .speaking-page-one .unstoppable-wrapper .top_title h2 ,
  .training-overview-page-wrapper .training-overview-page-one  .service-wrapper .service_top_section .title_wrap h2 {font-size: 26px; line-height: 1.4;}
  .training-overview-page-wrapper .training-overview-page-one  .service-wrapper .text p {font-size: 18px; line-height: 1.4;}
  .books-page .books-page-row2 .service-wrapper .service_top_section .title_wrap h2,
  .about-page-wrapper .about-page-three .content_img_wrap .conetnt_wrap p {font-size: 32px;}
  .service-wrapper .service_top_section .title_wrap h2 strong {color: #d42e12; font-family: Avenir Next;}
  .about-page-wrapper .about-page-two   .custom-content-width-image-wrapper .alden-block h3 {line-height: 1.4;}
  .website-page-wrapper .website-page-three .custom-content-width-image-wrapper .alden-block h3 {font-size: 26px; line-height: 1.4;}
  .website-page-wrapper .website-page-five .service-wrapper .service_top_section .title_wrap h2 {font-size: 26px ;line-height: 1.4;}
  .training-overview-page-wrapper .training-overview-page-one  .custom-content-width-image-wrapper .alden-block h3 {font-size: 26px;line-height: 1.4;}
  .training-overview-banner  .service-wrapper .service_top_section .title_wrap h2 {font-size: 32px;}
  .training-overview-page-wrapper .training-overview-page-five .service-wrapper .service_top_section .title_wrap h2 {font-size: 26px; line-height: 1.4;}
  .custom-speaking-banner-wrapper .content {margin-top: 0; margin-bottom: 20px;}
  .home-page-wrapper .home-page-one .custom-content-width-image-wrapper .alden-block h3 {line-height: 1.4;}
  .speaking-page-wrapper .speaking-page-one .unstoppable-wrapper .top_title {margin-top: 10px; margin-bottom: 10px;}
  .post-event-landingpage .service-wrapper .service_top_section{padding-top: 30px;}
  .post-event-banner .banner.hero-section .banner-content h2, .post-event-landingpage .service-wrapper .service_top_section .title_wrap h2{font-size:36px;}
  .post-event-landingpage .service-wrapper .service_top_section .title_wrap{margin-bottom: 0; margin-top: 0;}
  .post-event-landingpage .service-wrapper .service_top_section {min-height:170px;padding-bottom: 70px;padding-top:40px;}
  .post-event-landingpage .service-wrapper .service_top_section .title_wrap h2{font-size: 28px;}
}

/* Books Pages */


.books-page .dnd-section>.row-fluid,
.testimonials-page .dnd-section>.row-fluid{
  max-width: 100%!important;
  padding:0px!important;
}


.books-page{
  background: #fff;
  overflow-x: hidden;
}

.books-page-row2 .unstoppable_team .unstoppable_team_left{
  margin-bottom: 7px;
}


.get-in-touch-page  .banner-content_inner {
  align-items: flex-start;
  height: 100%;
  margin-left: 3.84%;
  margin-right: 3.84%;
  width: 100%;
}
.get-in-touch-page .banner-content_inner {
  margin-top: -25px;
}
.get-in-touch-page .banner .banner-content h2{
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Exo\ 2;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-style: normal;
  font-size: 48px;
  color: #04485d;
  margin: 0px;
  margin: -25px 0 0 28px;
  margin-bottom: 0px!important;
}
.get-in-touch-page .banner .banner-content {
  align-items: self-start;
  height: 100%;
  margin: 0px;
}
.get-in-touch-page .banner .blank-spacer {
  display: block;
  width: 50%;
  float: left;
}
.get-in-touch-page .banner .banner-content{
  width: 50%;
  float: left;
}

.testimonials-page .banner{
  background-position: center center;
  background-repeat: no-repeat;
  border-width: 0px 0px 0px 0px;
  border-color: #e2e2e2;
  border-style: solid;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

.testimonials-page .banner:after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  background: url(https://22337361.fs1.hubspotusercontent-na1.net/hubfs/22337361/raw_assets/public/Alden-Mills_July2022/images/logo-icon-1.png) no-repeat scroll 0 0;
  background-size: cover;
  height: 120px;
  width: 121px;
  bottom: -60px;
  z-index: 100;
}
.testimonials-page .service-wrapper .service_top_section .title_wrap{
  margin-bottom: 0;
}
.testimonials-page .service-wrapper .service_top_section .title_wrap h2{
  font-size: 32px;
}
.testimonials-page{
  background: #fff;
}

.speaking-overview-page .banner{
  background-position: center center;
  background-repeat: no-repeat;
  border-width: 0px 0px 0px 0px;
  border-color: #e2e2e2;
  border-style: solid;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.speaking-overview-page .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0px;
}
.speaking-overview-page {
  background: #fff;
}
.speaking-page-row1  .service-wrapper .fusion-separator{
  display:none;
}

.speaking-page-row1  .service-wrapper .fusion-content-boxes {
  margin: 0;
}

.speaking-page-row1 .service-wrapper .service_top_section .title_wrap{
  margin-top: 8px;
}
.speaking-page-row1 .service-wrapper .service_areas{
  padding-bottom: 50px ;
}
.speaking-page-row1  .service-wrapper .service_top_section .top_row_inner{
  margin-bottom: 14px;
}
.speaking-page-row1  .service-wrapper .subtitle_area {
  margin-top: 0;
  padding: 0px;
  margin-bottom: 0px;
}


.speaking-page-row2 .footer-top-section-wrapper .footer-col-inner h2,
.speaking-page-row1 .footer-top-section-wrapper .footer-col-inner h2{
  font-family: "Exo 2";
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 32px;
}
.speaking-page-row1 .footer-top-section-wrapper .footer-col,
.speaking-page-row2 .footer-top-section-wrapper .footer-col{
  margin: 0px;
}
.speaking-page-row2  .footer-top-section-wrapper .footer-top-section-wrap,
.speaking-page-row1  .footer-top-section-wrapper .footer-top-section-wrap{
  align-items: initial;
}
.speaking-page-row2 .buttom_wrapper,
.speaking-page-row1 .buttom_wrapper{
  margin-left: 7.68%;
  margin-right: 7.68%;
}
.speaking-page-row2 .footer-top-section-wrapper .footer-col-inner,
.speaking-page-row1 .footer-top-section-wrapper .footer-col-inner{
  margin-left: 2.56%;
  margin-right: 2.56%
}
.speaking-page-row2 .service-wrapper .service_top_section .title_wrap h2{
  font-size: 32px;
}
.speaking-overview-page .buttom_wrapper a span{
  color: #000000;
}

.speaking-overview-page .buttom_wrapper a:hover{
  background: #fbdf50;
}
.speaking-overview-page .buttom_wrapper a{
  padding: 15px 35px ;
  line-height: 24px ;
  font-size: 16px ;
  z-index: 2000;
  display: inline-block;
  position: relative;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s;
  font-family: Exo;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  border-width: 0px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 4px;
  background: #e8b64a;
}
.speaking-page-row2 .footer-top-section-wrapper .col-left,
.speaking-page-row1 .footer-top-section-wrapper .col-left{
  width: 75% ;
}
.speaking-page-row2 .footer-top-section-wrapper .col-right,
.speaking-page-row1 .footer-top-section-wrapper .col-right{
  width: 25% ;
}
.speaking-page-row2 .footer-top-section-wrapper,
.speaking-page-row1 .footer-top-section-wrapper{
  padding-top: 75px ;
  padding-bottom: 75px ;
  padding-left: 30px;
  padding-right: 30px; 
}

.speaking-overview-page .custom-testimonial-wrapper .custom-testimonial-wrap{
  margin-bottom: 17px;
  display: flex;
  justify-content: center;
}

.speaking-overview-page .unstoppable-wrapper .right_section_inner{
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hs-speaking-unstoppable-mindset .speaking-page-row2 .service-wrapper .service_top_section .title_wrap h2{
  font-size: 40px;
}
.faq-items_right {
  width: 24%;
  float: right;
}
.faq-items_left {
  min-height: 1px;
  width: calc(100% - 24% - 6%);
  float: left;
}
.faq-items-row {
  max-width: 1366px;
  margin: 0 auto;
}
.faq-items-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}

.faq-items-row .top_title h4{
  margin-top: 0;
  margin-bottom: 5px;
  font-family: "Exo 2";
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 18px;
  color: #212934;
  background-color: rgba(255,255,255,0);
}


.faq-items-row .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #f2e9e9;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
.faq-items-row .bottom_title h5{
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Exo 2";
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 18px;
  color: #212934;
}
.faq-items-row ul.blog-list-recent-post-list-item {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 45px;
  position: relative;
}
.faq-items-row ul.blog-list-recent-post-list-item>li>a:before{
  color: #44bba4;
  position: absolute;
  font-family: awb-icons;
  content: "\f105";
  margin-left: -12px;
  border-color: #e2e2e2;
}

.faq-items-row ul.blog-list-recent-post-list-item>li{
  display: block;
  padding: 10px 10px 10px 12px;
  border-bottom: 1px solid #e7e6e6;
  position: relative;
  border-color: #e2e2e2;
}

.faq-items-page form{
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.faq-items-page .button_area {
  position: absolute;
}


.faq-items-page .hs-search-field__bar button svg {
  height: 10px;
  display: none;
}

.faq-items-page button:after{
  content:"";
}
.faq-items-page .hs-search-field__bar {
  margin-bottom: 45px;
  position: relative;
}
.faq-items-page  ::-webkit-input-placeholder {
  color: #9ea0a4;
}
.faq-items-page button:hover{
  background: #04485d;
  color: #fff;
}
.faq-items-page .hs-search-field__input:focus{
  border: 1px solid #e2e2e2;
}
.faq-items-page button{
  background: #04485d;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1px;
  border: 0;
  padding: 0 15px;
  font-family: awb-icons;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  transition: all .2s;
  cursor: pointer;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 0px;
  position: absolute;
}
.faq-items-page .hs-search-field__input{
  font-family: "Open Sans";
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 8px 15px;
  outline: 0;
  border: 1px solid #d2d2d2;
  height: 50px;
  background-color: #ffffff;
  font-size: 16px;
  border-width: 1px 1px 1px 1px;
  border-color: #e2e2e2;
  border-radius: 6px;
  color: #9ea0a4;
  padding-left: 60px ;
}

.get-in-touch-page .banner{
  background-position: center center;
  background-repeat: no-repeat;
  border-width: 0px 0px 0px 0px;
  border-color: #e2e2e2;
  border-style: solid;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.get-in-touch-page .banner .banner-content h2{
  height: 100%;
  display: flex;
  align-items: center;
}
.get-in-touch-page banner .banner-inner{
  justify-content: center;
  align-items: baseline;
}
.get-in-touch-page  .banner .banner-content {
  align-items: center;
  height: 100%;
}
.get-in-touch-page .banner .banner-content h2{
  margin-top: 0em;
  margin-bottom: 30px;
  font-family: "Exo 2";
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 48px;
  color: #04485d;
}


.get-in-touch-page  input.hs-button.primary.large {
  display: inline-block;
  vertical-align: middle;
  font-family: Exo;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  border: 0px ;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all .4s;
  background: #04485d ;
  color: #ffffff ;
  padding: 12px 25px ;
  line-height: 20px;
  font-size: 15px ;
}
.get-in-touch-page {
  background: #fff;
}


.get-in-touch-page form{
  font-size: 16px;
  color: #4a4e57;
  font-weight: 400;
  width: 100%;
  max-width: 720px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.get-in-touch-page select{
  width: 100%;
  line-height: 1.3;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  border: 1px solid #ccc;
  text-transform: none;
  white-space: nowrap;
  padding: 10px 20px;
  border-radius: 6px;
  height: 45px;

}
.get-in-touch-page form label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  float: none;
  line-height: 1.3;
  margin: 0 0 4px 0;
  color: #33475b;
}
.get_in_wrapper  p{
  text-align: center;
  font-family: "Open Sans";
  line-height: 1.8;
  color: #4a4e57;
  margin-top: 0;
  margin-bottom: 30px;
}
.get_in_col{
  margin-left: 1.92%;
  margin-right: 1.92%;
  flex-direction: column;
  display: flex;
  width: 100%;
  align-items: center;
}
.get_in_wrapper{
  display: flex;
  justify-content: center;
  position: relative;
  padding: 75px 30px;
  padding-bottom: 95px;
}
.get_in_row{
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 100%;
  align-items: flex-start;
  max-width: 1420.64px;
  margin-left: calc(-4% / 2 );
  margin-right: calc(-4% / 2 );
}

.get-in-touch-page .footer-col.col-right {
  margin: 0px;
}
.get-in-touch-page .hs-input.invalid.error {
  border-color: red;
}
.speaking-overview-page .unstoppable-wrapper .fisuion_image{
  display: block;
  opacity: 0;
}
.get-in-touch-page .hs-form-field {
  margin-bottom: 20px;
}
.get-in-touch-page .hs-error-msgs label {
  color: red;
}
.online-academy-page-wrapper .testimonial-photo-slider-wrapper .slick-list {
  overflow: visible!important;
  margin-left: -7px;
}
.online-academy-page-wrapper .testimonial-photo-slider-wrapper .slick-track {
  padding-left: 8px;
}
.online-academy-page-wrapper .testimonial-photo-slider-wrapper ul.slick-dots{
  position: relative;
  z-index: 999;
}
.online-academy-page-wrapper {
  overflow: hidden;
}
.training-overview-page-wrapper .custom-testimonial-wrapper .author span {
  font-weight: 700;
} 
.training-overview-page-wrapper .custom-testimonial-wrapper .custom-testimonial-column {
  margin-bottom: 20px;
}
.books-page-row1 .unstoppable-wrapper .fisuion_image {
  display: none;
}

.course-after-hero .custom-cb-wrap{position:relative; max-width:1140px; margin:30px auto;}
.course-after-hero h3{font-weight:500;}
.course-after-hero .custom-cb-wrap:after{background:#ffffff; content:""; height:3px; width:100%; max-width:800px; margin:75px auto 0; display:block; }
.show-content .custom-content-width-image-wrapper .alden-block p{display:block;}
.regular-content .custom-content-width-image-wrapper .alden-block p{ font-style: normal; font-weight: normal; font-family: Open Sans; font-size: 16px; margin-bottom: 20px;}
.regular-content .custom-content-width-image-wrapper .alden-block p strong{font-weight: bolder; color: #4a4e57;}



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


  .speaking-overview-page .custom-testimonial-inner{
    display: flex;
    max-width: 1250px ;
  }

}
@media only screen and (max-width: 1169px){

  .speaking-page-row1 .service-wrapper .service_top_section .title_wrap h2{
    font-size: 40px;
  }  

  .speaking-page-row1 .service-wrapper .service_top_section .top_row_inner {
    margin-bottom: 6px;
  }
}


@media only screen and (max-width: 1024px){
  .speaking-page-row1 .footer-top-section-wrapper .footer-col,
  .speaking-page-row2 .footer-top-section-wrapper .footer-col{
    margin-top: 0px;

  }
  .about-page-wrapper .about-page-two .unstoppable-wrapper .fisuion_image {
    display: none;
  }
  .about-page-wrapper .about-page-three .unstoppable-wrapper .right_section_inner .custom-inner-image{ 
    display: block !important;
  }
  .speaking-page-row1 .footer-top-section-wrapper .footer-col-inner h2,
  .speaking-page-row2 .footer-top-section-wrapper .footer-col-inner h2{
    text-align: left;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .speaking-page-row2  .service-wrapper .service_top_section .title_wrap {
    margin-bottom: 0px;
    margin-top: 0;
  }
  .speaking-page-row2 .service-wrapper .subtitle_area {
    padding-bottom: 16px;
    margin-top: 30px;
  }

  .speaking-page-row2  .footer-top-section-wrapper .footer-col-inner p,
  .speaking-page-row1  .footer-top-section-wrapper .footer-col-inner p{
    text-align: left;

  }

  .speaking-page-row1 .buttom_wrapper, .speaking-page-row2 .buttom_wrapper {
    margin-top: 30px;
  }


  .hs-speaking-unstoppable-mindset .custom-testimonial-wrapper .custom-testimonial-wrap {
    margin-bottom: 0;

  }
}
@media screen and (min-width: 851px) and (max-width: 1024px){

  .speaking-overview-page .unstoppable-wrapper .right_section{
    height: auto;
  }
  .speaking-overview-page .unstoppable-wrapper .fisuion_image {
    display: inline-block;
  }


  .get-in-touch-page .banner-content_inner {
    margin-left: 0;
    margin-right: 3.84%;

  }
}


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

  .faq-items-row{
    display: flex;
    flex-wrap: wrap;
  }
  .faq-items_left{

    width: 100%;
    margin-left: 0;
  }

  .faq-items_right {
    order: 2;
    margin-top: 50px;
    width: 100%;
    float: none;
    margin-left: 0;
    clear: both;
  }

  .speaking-overview-page .unstoppable-wrapper .fisuion_image{
    opacity: 1;
  }
}

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


  .speaking-page-row1 .footer-top-section-wrapper .col-left, 
  .speaking-page-row2 .footer-top-section-wrapper .col-left{


    width: 100%;
  }

  .speaking-page-row1 .footer-top-section-wrapper .footer-col-inner,
  .speaking-page-row2 .footer-top-section-wrapper .footer-col-inner{

    margin-right: 1.92%;
    margin-left: 1.92%;
  }
  .speaking-page-row1 .footer-top-section-wrapper .col-right, 
  .speaking-page-row2 .footer-top-section-wrapper .col-right{

    width: 100%;
  }

  .speaking-page-row1 .buttom_wrapper, 
  .speaking-page-row2 .buttom_wrapper {

    margin-right: 1.92%;
    text-align: left;
    margin-left: 1.92%;
  }

  .speaking-page-row2 .service-wrapper .subtitle_area {
    padding-bottom: 10px;
    margin-top: 10px;
  }

  .speaking-page-row2 .service-wrapper .service_top_section .title_wrap {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .speaking-page-row1 .footer-top-section-wrapper .footer-col-inner h2, 
  .speaking-page-row2 .footer-top-section-wrapper .footer-col-inner h2 {

    margin-bottom: 10px;
  }
  .speaking-page-row1 .service-wrapper .service_areas {
    padding-bottom: 61px;
  }

  .speaking-page-row1 .service-wrapper .service_top_section .title_wrap {
    margin-bottom: 15px;
  }


  .speaking-page-row1 .unstoppable-wrapper .unstoppable_left {
    order: 2;
  }
  .speaking-page-row1  .unstoppable-wrapper .right_section{
    order: 1;
  }

  .speaking-overview-page .custom-testimonial-wrapper .custom-testimonial-wrap {
    margin-bottom: 0;
  }

  .speaking-overview-page  .custom-testimonial-wrapper .custom-button {
    margin-bottom: 17px;
  }
  .get-in-touch-page .banner-content_inner {
    margin-top: 0;
  }
  .get-in-touch-page .banner .banner-content {
    width: 100%;
    float: left;
  }

  .get-in-touch-page .banner .blank-spacer {
    width: 100%;
    float: left;
  }

  .get-in-touch-page .banner .banner-content h2 {
    margin: 0;
    margin-bottom: 0!important;
    margin-top: 16px;
    margin-left: 11px;
  }
}



@media only screen and (max-width: 767px){
  .books-page-row2  .unstoppable_team{
    padding-bottom: 220px ;
    background-size: 720px;
  }

  .books-page-row2 .unstoppable_team .fusion-button{
    text-align: center;
  }

}


@media only screen and (max-width: 575px){
  .speaking-page-row2 .service-wrapper .service_top_section .title_wrap h2{


    font-size: 26px ;
    line-height: 1.4 ;
  }
  .speaking-page-row1 .footer-top-section-wrapper .footer-col-inner h2, 
  .speaking-page-row2 .footer-top-section-wrapper .footer-col-inner h2{

    font-size: 26px ;
    line-height: 1.4 ;
  }
  .speaking-page-row1 .footer-top-section-wrapper .footer-col-inner p,
  .speaking-page-row2 .footer-top-section-wrapper .footer-col-inner p{
    font-size: 18px;
    line-height: 1.4;

  }
  .speaking-page-row1 .service-wrapper .service_top_section .title_wrap h2{
    font-size: 32px ;
  }

  .speaking-overview-page .custom-testimonial-wrapper .testimonials-shortcode q{
    padding: 25px 0;
    line-height: 28px;
    font-size: 18px;
    display: block;
    padding-top: 0px;
  }

  .hs-speaking-unstoppable-mindset .speaking-page-row2 .service-wrapper .service_top_section .title_wrap h2{
    font-size: 32px ;
  }

  .testimonials-page .service-wrapper .service_top_section .title_wrap h2 {
    font-size: 26px;
    line-height: 1.4;
  }

  .testimonials-page .service-wrapper .service_top_section .title_wrap{
    margin-bottom:10px; 
  }
}


.full-width-page-wrppaer {
  background: #fff;
}

.full-width-page-wrppaer  .full-width-page-two .dnd-section>.row-fluid {
  padding: 0;
}

.full-width-page-wrppaer  .full-width-page-two .dnd-column {
  padding: 0;
}

.full-width-page-wrppaer  .full-width-page-two .dnd-section {
  padding: 60px 30px;
}

.full-width-page-wrppaer  .full-width-page-two .dnd-section strong {
  font-weight: bolder;
  color: #4a4e57;
  font-family: "Open Sans";
  letter-spacing: 0px;
  font-style: normal;
  line-height: 1.8;
}

.full-width-page-wrppaer  .full-width-page-two .dnd-section p {
  letter-spacing: normal;
}


.website-page-one .service-wrapper {
  background: #fff;
}

.website-page-one .service-wrapper .service_areas {
  background: #fff;
}

.website-page-one .text p {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}

.website-page-one .service-wrapper .fusion-separator {
  display: none;
}

.website-page-one .service-wrapper .fusion-content-boxes {
  margin: 39.5px -15px 20px;
}

.website-page-one .service-wrapper .fusion-column {
  width: 33.33333333%;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.website-page-one .service-wrapper .content-box-wrapper {
  padding: 0px 50px;
  margin: 30px 0 0 0;
  position: relative;
  text-align: center;
}

.website-page-one .img_wrap {
  background: #e8b64a;
  margin: auto;
  padding: 10px;
  width: 90px;
  text-align: center;
  height: 90px;
  margin-bottom: 20px;
  border: 4px solid #fff;
  box-shadow: 0px 0px 0px 3px #e8b64a;
  margin-top: 5px;
  border-radius: 5px;
}

.website-page-one .service-wrapper .heading-with-icon img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.website-page-one .service-wrapper .heading-with-icon h2 {
  font-size: 24px;
  line-height: 29px;
  color: #04485d;
}

.website-page-one .service-wrapper .raed_more {
  display: none;
}

.website-page-one .service-wrapper .heading-with-icon h2:hover {
  color: #04485d;
}

.website-page-one .service-wrapper .heading-with-icon a:hover h2 {
  color: #04485d !important;
}

@media only screen and (max-width: 1169px){
  .website-page-one .service-wrapper .service_top_section .title_wrap h2 {
    font-size: 40px !important;
  }
}


@media (max-width: 991px){
  .website-page-one .service-wrapper .service_top_section .title_wrap {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .website-page-one .service-wrapper .fusion-column {
    width: 100%;
    margin-bottom: 55px;
  }
}



@media (max-width: 850px){
  .website-page-one .service-wrapper .service_top_section .title_wrap {
    margin-bottom: 10px;
    margin-top: 11px;
  }
  .website-page-three .custom-content-width-image-wrapper .content {
    padding: 60px;
  }

  .website-page-three  .custom-content-width-image-wrapper .column {
    margin-top: 60px;
  }
  .home-page-wrapper .home-page-two h2, 
  .home-page-wrapper .home-page-two h3 {
    margin-bottom: 10px;
  }
}




@media (max-width:575px){
  .website-page-one .service-wrapper .service_top_section .title_wrap {
    margin-bottom: 9px;
    margin-top: 10px;
  }

  .website-page-one .service-wrapper .service_top_section .title_wrap h2 {
    font-size: 32px !important;
  }

  .website-page-one .service-wrapper .text p {
    font-size: 18px;
    line-height: 1.4;
  }
  .speaking-page-wrapper .speaking-page-three .leadership-workshops-wrapper .flip-box-front {
    min-height: 253px;
  }

  .speaking-page-wrapper .speaking-page-three .leadership-workshops-wrapper .leadership-workshops-item:nth-child(2) .flip-box-front {
    min-height: 317px;
  }

  .speaking-page-wrapper .speaking-page-three .leadership-workshops-wrapper .leadership-workshops-item:nth-child(3) .flip-box-front {
    min-height: 382px;
  }
}

.training-overview-page-wrapper .training-overview-page-two .service-wrapper .service_top_section .title_wrap h2 strong {
  font-family: Open Sans;
  font-weight: 700;
}

.faq-items-page .faq-items-page-row1 .recent-post-wrapper .top_title h4 {
  margin-bottom: 5px;
}
.about-page-wrapper .about-page-four .custom-content-width-image-wrapper .alden-block h3 {
  padding: 0;
}
.about-page-wrapper .about-page-three .content_img_wrap .conetnt_wrap p {
  font-weight: 700;
  font-family: "Exo 2";
}
.faq-items-page .faq-items-page-row1 h4 {
  font-size: 18px;
  color: #212934;
  margin-top: 0;
  margin-bottom: 15px;
}
.about-page-wrapper .about-page-two .unstoppable-wrapper .right_section_inner .custom-inner-image,
.about-page-wrapper .about-page-three .unstoppable-wrapper .right_section_inner .custom-inner-image {
  display: none;
}
.faq-items-page .faq-items-page-row1  ul.blog-list-recent-post-list-item>li>a:hover:before {
  color: #04485d;
}
.about-page-wrapper .about-page-three .content_img_wrap .conetnt_wrap {
  margin-top: 55px;
}
.about-page-wrapper .about-page-three .content_img_wrap .conetnt_wrap p  {
  line-height: 1.1;
}
.training-overview-banner .service-wrapper .service_top_section .title_wrap h2 {
  font-size:40px;
}
.website-page-one  .service-wrapper .content-box-wrapper:hover{
  color: #04485d;
}
get_in_wrapper form {
  margin-bottom: 24px;
}
.get_in_wrapper form input[type=text],.get_in_wrapper form input[type=email],.get_in_wrapper form input[type=password],.get_in_wrapper form input[type=tel],.get_in_wrapper form input[type=number],.get_in_wrapper form input[type=file],.get_in_wrapper form select,.get_in_wrapper form textarea {
  padding: 10px 20px;
  border-radius: 6px;
  height: 45px;
  background-color: #fff;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  border: 1px solid #ccc;
  width: 100%;
  line-height: 1.3;
}
.get_in_wrapper form .hs-form-field {
  padding: 10px 0;
  float: left;
  width: 48%;
  margin-bottom: 0;
}
.get_in_wrapper form .hs-fieldtype-select {
  margin: 0;
  padding: 10px 0;
  padding-top: 0;
  width: 100%;
}
.get_in_wrapper form .hs-firstname,.get_in_wrapper form .hs-lastname {
  width: 48%;
}
.get_in_wrapper form .hs-lastname {
  margin-left: 4%;
}
.get_in_wrapper form .hs-company {
  margin-left: 4%;
}
.get_in_wrapper form .hs-phone {
  margin-left: 4%;
}
.get_in_wrapper form .hs-how_did_you_hear_about_alden_ {
  width: 100%;
}
.get_in_wrapper form .hs-submit {
  padding: 10px 0 0 0;
  clear: both;
  position: relative;
}
.get_in_wrapper form .hs_are_you_seeking_the_course_for_yourself__your_team__or_company_ {
  width: 100%;
}
.get_in_wrapper form .hs_are_you_seeking_the_course_for_yourself__your_team__or_company_ textarea {
  height: 145px;
}
.get_in_wrapper form .hs-how_did_you_hear_about_alden_ {
  width: 100%;
}
.get_in_wrapper form .hs_message {
  width: 100%;
}
.get_in_wrapper form .hs_message textarea {
  height: 145px;
}
.speaking-page-wrapper .speaking-page-one .unstoppable-wrapper .custom-button a:hover {
  background: #002e47;
}
.get_in_wrapper form textarea {
  height: 145px;
}
.get_in_wrapper form .hs-fieldtype-textarea {
  width: 100%;
}
.get-in-touch-page .hs-input.invalid.error {
  border-color: #ccc;
}
.get-in-touch-page form label {
  color: rgb(74, 78, 87);
}
.get-in-touch-page select:focus{
  border: 1px solid #999;
  box-shadow: none;  
}
.get-in-touch-page .hs-input:focus{
  border: 1px solid #999;
  box-shadow: none;
  outline: none;
}
.get-in-touch-page .hs-error-msgs label{
  color: #990000;

}
.training-overview-page-wrapper .custom-testimonial-wrapper .author span {
  font-weight: 400 !important;
}


.training-overview-page-wrapper .training-overview-page-one .parallax-inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  height: 100%;
  background-position: center center !important;
}

.training-overview-page-wrapper .training-overview-page-one .parallax-inner:before{
  display:none;
}
.get-in-touch-page .hs_error_rollup {
  display: none;
}
.get-in-touch-page .hs_lastname .hs-form-required {
  color: #EF6B51;
  /*   display: none;
} */
}
.get-in-touch-page .hs-error-msgs label {
  color: #900;
  font-size: 12px;
  font-family: "Open Sans";
  font-weight: 400;
}
.get-in-touch-page .hs-input.invalid.error {
  border-color: #CC0000;
}
.search-page .search-main .systems-page .top-content {
  border: none;
}

.speaking-page-wrapper .custom-fusion-silder-wrapper .items.slick-slide {
  margin-left: 20px;
  margin-right: 20px;
}

.about-page-two .unstoppable-wrapper .right_section_inner {
  background-position: center top;
}

@media (min-width:1700px){
  .speaking-page-wrapper .custom-fusion-silder-wrapper .items.slick-slide {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 1260px) {
  .speaking-page-wrapper .speaking-page-three  .Fusion-testimonials-wrapper .Fusion-testimonials-item {
    margin-left: 20px;
  }

}
@media (max-width: 1024px) {
  .about-page-wrapper .about-page-two .unstoppable-wrapper .right_section_inner .custom-inner-image,
  .books-page-row1  .unstoppable-wrapper .right_section_inner .custom-inner-image {
    display: block;
  }
  .about-page-wrapper .about-page-two  .unstoppable-wrapper .right_section_inner,
  .books-page-row1 .unstoppable-wrapper .right_section_inner{
    background-image: none !important;
  }
}
@media (max-width: 991px) {
  .website-page-two .leadership-workshops-wrapper .flip-box-front {
    min-height: auto;
    height: 100% !important;
  }
}
@media (max-width:872px){
  .migration  h1 {
    font-size: 41px;
  }
  .body-container--landing-page h3 {
    font-size: 30px
  }
  .speaking-page-wrapper .speaking-page-three .custom-fusion-silder-wrapper .custom-fusion-silder-wrap {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .about-banner .banner .banner-content_inner {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wistia_popover_embed {
    right: 0;
    margin: 0 auto;
    left: 0 !important;
  }
  .service-wrapper .service_top_section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .training-overview-banner .service-wrapper .service_top_section .title_wrap h2 {
    font-size:40px;
  }
  .training-overview-page-wrapper .training-overview-page-two .content_img_wrap .top_section h2 {
    font-size: 26px;
    line-height: 1.4;
  }
  .training-overview-page-wrapper .training-overview-page-two .service-wrapper .service_top_section .title_wrap h2 strong {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 18px ;
    line-height: 1.4 ;
  }
  .training-overview-page-wrapper .training-overview-page-two .service-wrapper .service_top_section .title_wrap h2 {
    font-size: 18px;
    line-height: 1.4;
  }
  .website-page-two    .leadership-workshops-wrapper .fusion-contnet p {
    font-size: 18px;
    line-height: 1.4;
  }
  .website-page-two    .custom-testimonial-wrapper .testimonials-shortcode p {
    padding: 25px 0 ;
  }

  .home-page-wrapper .home-page-two p {
    font-size: 18px;
    line-height: 1.4;
  }
  .home-page-wrapper .home-page-two h3 {
    font-size: 26px;
    line-height: 1.4;
  }

  .get_in_wrapper form .hs-firstname, .get_in_wrapper form .hs-lastname {
    width: 100%;
  }
  .get_in_wrapper form .hs-company, .get_in_wrapper form .hs-lastname, .get_in_wrapper form .hs-phone {
    margin: 0;
  }
  .get_in_wrapper form .hs-form-field {
    width: 100%;
  }
  .speaking-page-wrapper .speaking-page-five .service-wrapper .service_top_section .title_wrap h2 {
    font-size: 26px ;
    line-height: 1.4;
  }
}