/* Theme Styles/Defaults */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

/* Reset */

*,
*: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 */
  -webkit-text-decoration: underline dotted;
  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;
}

/**
* Add width to svgs in IE 9-11.
*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  svg {
    max-width: 1rem;
  }
}

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Layout */

/* Responsive Grid */

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

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

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

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

.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 {
  content: '';
  display: table;
}

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

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

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

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

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

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

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

  .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 {
    content: '';
    display: table;
  }

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

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

  .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 {
  content: '';
  display: table;
}

.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 ;
  }
}
/* Containers / Grid / DnD Areas */

.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.content-wrapper--narrow {
  padding: 0 20px;
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .dnd-column {
  padding-left: 20px;
  padding-right: 20px;
}

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


/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: rgb(47, 47, 47);
    font-style: normal;
    max-width: 1200px;
    margin: 0 auto;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.dnd-section {
  padding: 0px 0px;
  }

.dnd_area-row-0-background-image,.row-number-1 {
   background-image: url('//8814818.fs1.hubspotusercontent-na1.net/hubfs/8814818/raw_assets/public/Military%20Planning/images/FE-header.png') !important;
   background-repeat: no-repeat !important;
   background-position: 40% top !important;
   background-size: cover !important;
   
}
.row-number-1 > .row-fluid {
  background: linear-gradient(to bottom, white, transparent 125px);
}
 .row-number-25{
    background-image: url('//8814818.fs1.hubspotusercontent-na1.net/hubfs/8814818/raw_assets/public/Military%20Planning/images/MP-footerbackground.png') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    margin-top:-100px;
  }
.retirementdiv{
  margin-top:100px;
  display: block;
  background: rgba(255,255,255,1);
  border-style: none none none solid;border-width: 10px;
                          border-color: #244B6F;
                          border-radius: 0px;
                          top: 0px;
                          z-index: 14;
                          width: 100%;
                          height: auto;
                          position: relative;
}
.trustpilot-widget {
  margin-top: 50px;
}
.row-number-11{
    background-image: url('//8814818.fs1.hubspotusercontent-na1.net/hubfs/8814818/raw_assets/public/Military%20Planning/images/LandingPage_Desktop_FE_MidBanner_1440x583.png') !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
    height: 39.9vw;
    max-height: 485px;
  }
.retirementdiv p{
  font-weight: 700; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px; 
  color: rgb(36, 75, 111);
  font-style: normal;
  padding: 10px 20px;
  margin-bottom:0px;
}
.a_luckily{
  display: block;
   z-index: 13;
  width: auto;
  position: absolute;
  background: rgba(160,6,2,1);
  color: #fff;font-size: 25px;
  line-height: 45px;font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;text-align: center; 
  margin-bottom: 20px;
  padding-left:30px;
  padding-right:30px;
}
a.a_luckily:hover,
a.a_luckily:focus{
   font-family: Arial, Helvetica, sans-serif;
   color: #fff;
   font-weight:600;
   
}
.form{
  max-width: 100% !important;
  padding: 0px 20px !important;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  overflow: hidden;
  height: 100%;
  }
 .row-number-22{
    z-index: 1000 !important;
    position: relative;
  }
#hs_form_target_dnd_area-module-8{
  margin: 0 0 20px 0;
}
.form h2{
  margin-bottom: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600 !important;font-style: normal;
  font-size: 35px !important;line-height: 38px !important;
  text-align: center;color: #fff;
}
.form h2 p, .span-form {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 17px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.12em;
  font-weight: 600;
}
form {
  background-color: rgba(0,0,0,0.1);
}
#hs_form_target_dnd_area-module-8 .hs-form-field > label{
  font-family: Arial, Helvetica, sans-serif;
}
.belowMPpng{
  padding: 0 50px;
}
.belowMPpng  p{
   text-align: center; line-height: 45px;
}
.belowMPpng span.p1{
  font-size: 45px; 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: 700;
  font-style: normal; color: rgb(36, 75, 111);
}
.belowMPpng  span.p2{
  font-size: 35px; 
  font-family: Arial, Helvetica, sans-serif;  font-weight: 400; font-style: normal; color: rgb(47, 47, 47);
}
.belowMPpng  span.p3{
  line-height: 29px;font-weight: 400; 
  font-family: Arial, Helvetica, sans-serif;  font-size: 19px; color: rgb(47, 47, 47); font-style: normal;
}
.html_box{
   text-align: center;
}
.html_box span.p4{
  line-height: 24px;
  font-weight: 700; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 20px; color: rgb(55, 55, 55);
}
.html_box span.p5{
  line-height: 28px;
  font-size: 16px; color: rgb(47, 47, 47); 
  font-family: Arial, Helvetica, sans-serif;  
  font-weight: 400; font-style: normal;
}
.html_box2{
  width: 48%;
  padding-bottom:35px;
}
.html_box2 p{
  line-height: 58px;
}
.html_box2 span.p6{
  font-weight: 600; font-family: Arial, Helvetica, sans-serif; font-size: 43px; color: rgb(30, 45, 67);
}
.html_box2 span.p7{
  font-weight: 400; font-family: Arial, Helvetica, sans-serif;
  font-size: 43px; color: rgb(47, 47, 47)
  }
.p8{
  font-weight: 600; 
  font-family: Arial, Helvetica, sans-serif;  font-size: 30px; color: rgb(255, 255, 255);
  line-height: 43px;text-align:right;
}
.html_box3{
  text-align: center;
}
.html_box3 p{
  font-weight: 600;line-height: 43px;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 35px; color: rgb(30, 45, 67);
}
.html_box3 .p9{
  font-weight: 400; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 25px; 
  color: rgb(47, 47, 47);
  font-style: normal; line-height: 31px;
}
.html_box4{
  display: block;background: rgba(30,45,67,1);
  border-style: none;border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 0;border-bottom-right-radius: 0;
  height: 68px;
  box-shadow: 0px 5px 17px rgb(0 0 0 / 10%);
  padding: 10px 0;
}
.html_box4 p.p10{
  font-weight: 400; 
  font-family: Arial, Helvetica, sans-serif; font-size: 18px; 
  color: rgb(255, 255, 255);
  text-align: center;letter-spacing: 0.13em;
}
.html_box5 {
  display: block;
  box-shadow: 0px 5px 17px rgb(0 0 0 / 10%);
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.html_box5_1{
  display: block;
  padding-left: 56px;
  }

.html_box5_1a{
  height: auto;
  width: 80%;
  padding-left: 40px;
  margin: -40px 0px 10px 0;}

.html_box5_1a span {
  line-height: 22px;
  font-weight: 700; 
  font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: rgb(47, 47, 47);
}
.html_box5_2{ 
  height: auto;margin: 0px 20px 20px 110px;
}
.html_box5_2 span {
  line-height: 28px;
  font-weight: 400; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 16px; color: rgb(47, 47, 47);}
 .html_box5_3{
   display: block;padding-left: 56px;
}
.html_box6{
  line-height: 29px; text-align: center;
}
.html_box6 span{
  font-weight: 400; 
  font-family: Arial, Helvetica, sans-serif; font-size: 30px; color: rgb(47, 47, 47);
}
.html_box7{
   text-align: center;
   padding:0px 20px;
}
.html_box7 span{
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: 700; font-style: normal; color: rgb(255, 255, 255); font-size: 50px;
  line-height: 45px;
}
 .html_box7 p.p9 span{
   font-weight: 300; 
   font-family: Arial, Helvetica, sans-serif;  font-size: 25px; color: rgb(255, 255, 255);
   line-height: 29px;
}
.html_box8{
     height: 2px;width: 90%;text-align: center;margin: 0 50px;background: rgba(255,255,255,0.2)
     color:#fff;
   }
.html-8 p
{
  color:#fff; 
  font-family: Arial, Helvetica, sans-serif;
  font-size:10px;
  line-height: 16px;
}
@media only screen and (max-width: 800px) 
 {
   body {
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: rgb(47, 47, 47);
    font-style: normal;
  }
   .body-container--home-page{
     padding:0 0px;
   }
   .hs-image-widget{    
     margin:auto;
   }
   
   #hs_cos_wrapper_dnd_area-module-3_,
   #hs_cos_wrapper_dnd_area-module-28{
    margin: auto;
    display: flex;
   }
   .form h2 span{
     font-size:14px;
     font-family: Arial, Helvetica, sans-serif;
   }
   .form h2{
   font-size:25px;
   font-family: Arial, Helvetica, sans-serif;}
   
   .belowMPpng span.p1,
   .belowMPpng span.p2,
   .html_box2 span.p6,
   .html_box2 span.p7{
     font-size: 25px;
     font-family: Arial, Helvetica, sans-serif;
     line-height:30px;
   }
   .belowMPpng span.p3 {
      line-height: 20px;
      font-size: 17px;
     font-family: Arial, Helvetica, sans-serif;
   }
   .html_box2 {
     width: 100%;
    padding: 10px 20px;}
   .dnd_area-column-22-row-0-margin {
     margin-top: 20px !important;}
   .dnd_area-column-27-row-0-padding {
     padding-top: 0px !important;}
   .p8 {
      font-size: 23px;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 33px;
      text-align: center;
    }
   .html_box3 p {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 30px;
      line-height: 38px;
      margin-top:10px;
   }
   .html_box3 .p9 {
      font-size: 18px;
      line-height: 30px;
      margin: 0px;
      font-family: Arial, Helvetica, sans-serif;
    }
    .html_box4 {
      width:100%;
      
   }
   .html_box5,.html_box5_1 {
     width:100%;
   }
   .html_box5{
     height: auto;
     padding-top: 20px;
     margin-bottom: 20px;
     padding-bottom: 20px;
   }
  
  .html_box5_1a span {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
   }
   .html_box4 p.p10 {
     font-size: 16px;
     font-family: Arial, Helvetica, sans-serif;
   }
   .html_box6 span{
      font-size: 24px;
      font-family: Arial, Helvetica, sans-serif;
   }
   .html_box7 span{
      font-size: 36px;
     line-height:40px;
     font-family: Arial, Helvetica, sans-serif;
   }
   
   .html_box7 p.p9 span{
     font-size: 18px;
     line-height:30px;
     font-family: Arial, Helvetica, sans-serif;
     }
    .dnd_area-column-38-row-0-margin {
      margin-top: 150px !important;}
   .dnd_area-column-38-row-2-margin
   {
      margin-top: 20px !important;
      margin-bottom: 20px !important;
   }
   .html_box8{
     height: 2px;width: 90%;
     text-align: center;
     margin: 0 20px;background: rgba(255,255,255,0.2);
     font-family: Arial, Helvetica, sans-serif;
   }
   .row-number-27
   { 
     padding: 0px 20px;
   }
   .html-8 p
   {
     font-weight: 300; 
     font-size: 10px; 
     color: rgb(255, 255, 255);
     line-height: 14px;
     font-family: Arial, Helvetica, sans-serif;
   }
}
@media only screen and (max-width: 767px){
.trustpilot-widget {
  margin-top: 130px;
}
     .retirementdiv{
     height: auto;
     margin-top:0px;
    }
.retirementdiv p{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px; 
  margin: 0px 0px;
  }
   .a_luckily{
      width: 100%;
      position: relative;
      font-size: 15px;
      line-height: 25px;
      font-family: Arial, Helvetica, sans-serif;
      text-align: left;
    }
  .header__container {
    padding: 0 !important;
  }
  .row-number-1 {
    background-position: 30% top !important;
  }
  .row-number-3.dnd_area-column-2-row-0-margin {
    margin-bottom: 175px !important;
  }
  .row-number-15 {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 600px){
  .dnd-section {
  padding: 0px 80px;
  }
.row-number-11{
    background-image: url(//8814818.fs1.hubspotusercontent-na1.net/hubfs/8814818/raw_assets/public/Military%20Planning/images/LandingPage_Mobile_FE_MidBanner_320x675.png) !important;
    height: 210vw;
    max-height: unset;
  }
  .row-number-25{
    background-image: url('//8814818.fs1.hubspotusercontent-na1.net/hubfs/8814818/raw_assets/public/Military%20Planning/images/MP-footerbackground-mobile.png') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
  }
  .belowMPpng {
    font-family: Arial, Helvetica, sans-serif;
    text-align:center;
    padding: 0 10px;
  }
  .belowMPpng p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 30px;
  }
  .belowMPpng span.p3 {
   line-height: 15px;
   font-size: 17px;
   font-family: Arial, Helvetica, sans-serif;
}
  .belowMPpng span.p1, .belowMPpng span.p2, .html_box2 span.p6, .html_box2 span.p7 {
    font-size: 25px;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .html_box2 {
    width: 100%;
    padding: 10px 90px;
  }
  .row-number-4, .row-number-5,
  .row-number-14 .dnd-section,.row-number-19,
  .dnd_area-row-5-padding,.html-8
  {
    padding-left: 50px;
    padding-right:50px;
  }
  .row-number-22{
    z-index: 1000 !important;
    position: relative;
  }
  .row-number-27 .html_box7 {
    padding: 0 10px;
  }
  .html_box2 p {
  line-height: 38px;
 }
 .html_box
  {padding:0 50px;}
 .html_box3 {
  padding: 0 10px;
 }
 .dnd_area-column-29-row-1-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
 }
.html_box7 {
  text-align: center;
  padding: 0px 90px;
 }
 .html-8 p{
     font-family: Arial, Helvetica, sans-serif;
     font-weight: 300; 
     font-size: 10px; 
     color: rgb(255, 255, 255);
     line-height: 14px;
  }
  .hs_cos_wrapper_type_linked_image
  {display:flex;
    margin:auto;
  }
  .row-fluid [class*="span5"]
  { margin: auto;
    padding: 0 50px 30px 50px;
  }
  #hs_cos_wrapper_dnd_area-module-17,
  #hs_cos_wrapper_dnd_area-module-20{
    margin-top: 50px !important;
  }
  .testimonial {
    height: 630px !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
  }
}
@media only screen and (min-width:601px) {
.testimonial__content {
  padding:0 2% 0 25% !important
 }
}
/* Buttons */

/* Primary Buttons */

button,
.button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  letter-spacing: 0.15rem;
  margin: 0 0 1.55rem;
  text-align: center;
  transition: background-color 0.15s linear, color 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  pointer-events: none;
}

/* Secondary Buttons */

.button.button--secondary:disabled {
  background-color: transparent;
  pointer-events: none;
}

/* Simple Buttons */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  padding: 0;
  position: relative;
}

.button.button--simple:after {
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus,
.button.button--simple:active {
  background-color: transparent;
  border: none;
}

.button.button--simple.button--small,
.button.button--simple.button--large {
  padding: 0;
}

.button.button--simple:disabled {
  background-color: transparent;
  pointer-events: none;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}
/* Forms */

/* Base */
form{ 
  background: rgba(0, 0, 0, 0.2);
}
.cta-form {
  display: block;
  width: 100%;
}

.hs-form-field {
  position: relative;
}

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

form fieldset > .hs-form-field {
  margin: 0.625rem 0;
}

/* Form Title */

.form-title {
  display: block;
  margin-bottom: 0;
  text-align: center;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
  margin-bottom: 8px;
}

.hs-fieldtype-radio label,
.hs-fieldtype-checkbox label {
  color: #231f1f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  position: static;
}

form div.in-focus > label {
  color: #231f1f;
  padding: 0;
}

form div.in-focus.hs-fieldtype-radio > label,
form div.in-focus.hs-fieldtype-checkbox > label {
  padding: 0;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  width: 100% !important;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

/* Inputs - Checkbox/Radio */

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

form ul.inputs-list li {
  margin: 0.3125rem 0;
}

form ul.inputs-list li input {
  left: -9999px;
  position: absolute;
}

form ul.inputs-list li input + span {
  padding-left: 1.4375rem;
  position: relative;
}

form ul.inputs-list li input + span:before {
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}

form ul.inputs-list li input[type='radio'] + span:before {
  border-radius: 50%;
}

form ul.inputs-list li input + span:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23231F1F' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 10px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

form ul.inputs-list li input[type='radio'] + span:after {
  background-color: #231f1f;
  background-image: none;
  border-radius: 100%;
  content: '';
  height: 8px;
  left: 4px;
  width: 8px;
}

form ul.inputs-list li input + span:hover:after {
  opacity: 0.2;
}

form ul.inputs-list li input:checked + span:after {
  opacity: 1;
}

/* Inputs - Select */

.hs-fieldtype-select .input {
  position: relative;
}

.hs-fieldtype-select .input:after {
  border-radius: 4px;
  content: '';
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

/* Inputs - Datepicker */

.hs-datepicker .fn-date-picker .pika-lendar {
  width: auto;
}

.hs-datepicker button.pika-button.pika-day {
  background: transparent !important;
}

.hs-datepicker button.pika-button:hover {
  border-radius: 0;
}

.hs-datepicker .is-selected button.pika-button {
  box-shadow: none !important;
}

.hs-datepicker .is-selected.is-today button.pika-button {
  border-radius: 0;
  color: white;
}

.hs-datepicker .pika-lendar table.pika-table thead {
  border: 1px solid #000;
}

/* Inputs - File Picker */

.hs-fieldtype-file input[type='file'] {
  line-height: 1;
}

/* Headings & Text */

form .hs-richtext {
  font-size: 0.875rem;
  margin: 1.5rem 0;
}

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

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

/* GDPR */

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

/* Validation */

.hs-form-field.has-error > label,
.hs-form-field.has-error:before {
  top: 33%;
}

.hs-form-field.hs-fieldtype-textarea.has-error > label {
  top: 30px;
}

.hs-input.invalid.error {
  border: 1px solid;
}

.hs-error-msgs li,
.hs-error-msgs li label {
  font-size: 0.875rem;
}

.hs-error-msgs li a {
  color: inherit;
  font-size: inherit;
}

/* Submit */

form input[type='submit'],
form .hs-button {
  cursor: pointer;
  display: block;
  letter-spacing: 0.15rem;
  margin: 0.625rem 0;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

/* Inline Thank You Message */

.submitted-message {
  padding: 2.8rem;
  font-family: Arial, Helvetica, sans-serif;
}
/* Tables */

table {
  border: 1px solid #000;
  border-spacing: 0;
  margin-bottom: 1rem;
}

th,
td {
  vertical-align: top;
}

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Logo */

.widget-type-logo img {
  height: auto;
  max-width: 100%;
}

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

@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;
}
#hs_cos_wrapper_dnd_area-module-10,
#hs_cos_wrapper_dnd_area-module-13,
#"hs_cos_wrapper_dnd_area-module-15
{
  text-align: center;
}
@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;
  }
}
/* Site Header */

.header .dnd-section {
  padding: 0;
}

/* Header Container */

.header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0px 0px;
  position: relative;
}

.header--landing-page .header__container {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .header__container {
    padding: 20px;
  }
}

/* Logo */

.header__logo {
  margin-right: 20px;
}

.header__logo img {
  height: auto;
  max-width: 250px !important;
}

.header__logo h1 {
  margin-bottom: 0;
  max-width: 400px;
}

/* Navigation Menu */

.header__menu {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header__navigation {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 99;
  }

  .header .header__menu {
    margin-left: 0;
    min-height: 0;
    order: 3;
  }
}

/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  margin-left: 20px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  border: 1px solid;
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  padding-top: 0;
  right: 0;
  text-align: left;
  top: 100%;
  transform: none;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  visibility: visible;
}

.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
  content: none;
}

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  padding: 10px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  padding-top: 10px;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  letter-spacing: 0.38rem;
}

.header__language-switcher-label {
  display: flex;
  position: relative;
}

.header__language-switcher-label-current {
  align-items: center;
  display: flex;
  line-height: 2;
  margin-left: 10px;
}

.header__language-switcher-label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #231f1f;
  content: '';
  display: block;
  height: 0;
  margin: 0 0 0 10px;
  width: 0;
}

@media (max-width: 767px) {
  .header__language-switcher {
    margin-left: auto;
    margin-right: 20px;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border: 0;
    border-radius: 0;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    padding: 10px 30px;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: transparent;
  }

  .header__language-switcher-label {
    position: static;
  }

  .header__language-switcher-label-current {
    display: none;
  }

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
}
/* Footer */

/* Footer Container */

.footer__container {
  margin: 0 auto;
  padding: 2.8rem 20px 1.4rem;
}

/* Footer Container Static */

.footer--landing-page .footer__container--static {
  text-align: center;
}

/* Footer Container DND */

.footer .dnd-section {
  margin: 0 auto;
  padding: 0;
}

/* Footer Rows */

.footer__row {
  display: flex;
  justify-content: space-between;
}

/* Footer Row One */

.footer__row--one {
  align-items: center;
}

.footer__logo {
  margin-right: 60px;
  max-width: 250px;
}

.footer .logo-company-name {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer__logo {
    margin-right: 0;
    max-width: 200px;
  }

  .footer__logo,
  .footer__follow-me {
    margin-bottom: 1.4rem;
  }
}

.footer__navigation {
  margin-right: auto;
}

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

.footer .hs-menu-wrapper li {
  display: inline-block;
  margin-right: 30px;
}

@media (max-width: 1024px) {
  .footer .hs-menu-wrapper li {
    margin-right: 20px;
  }
}

.footer .hs-menu-wrapper a {
  letter-spacing: 0.38rem;
}

@media (max-width: 767px) {
  .footer__row--one {
    flex-wrap: wrap;
  }

  .footer__logo {
    order: 1;
  }

  .footer__navigation {
    order: 3;
    width: 100%;
  }

  .footer .hs-menu-wrapper li {
    display: block;
    margin: 1rem 0;
  }

  .footer .hs-menu-wrapper li:last-child {
    margin-bottom: 0;
  }

  .footer__follow-me {
    margin-left: auto;
    order: 2;
  }
}

/* Footer Row Two */

.footer__row--two {
  flex-wrap: wrap;
  margin: 85px 0;
}

.footer__contact {
  margin: 1rem 0;
  width: 100%;
}

.footer__contact > div {
  display: inline-block;
}

.footer__contact .icon {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .footer__row--two {
    margin: 2.8rem 0;
  }
}

/* Account for internet explorer */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .footer__contact > div:first-child {
    float: left;
  }

  .footer__row .icon svg {
    max-height: 1rem;
  }
}

/* Helpers
Contains anything that overrides all other layers, utility and helper classes, browser specific fixes, and other overrides.
*/

/* Utilities */

/* Screenreader Accessibility */
.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}


/* Missing Template at Path: \'Military Planning\/css\/custom\/_footer.css\' */

#hs_cos_wrapper_dnd_area-module-10,
#hs_cos_wrapper_dnd_area-module-13,
#"hs_cos_wrapper_dnd_area-module-15
{
  text-align: center;
}