/* 
* Nextdoor Styles by Seven2
*  */

/******************  
* FONTS
* ******************/
/*  
* font-family: Lato; 300-Regular, 400-Regular, 400-Regular Italic, 700-Bold, 700-Bold Italic, 900-Black, 900-Black Italic
* font-family: EuclidCircularB, sans-serif; 400-Regular, 400-Regular Italic, 600-Semibold, 700-Bold, 700-Bold Italic
* */
/** LATO FONT LOADED THROUGH HTML HEAD **/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@font-face {
  font-family: 'EuclidCircularB';
  src: url('https://business.nextdoor.com/hubfs/S2_assets/fonts/EuclidCircularB-Regular-WebS.eot'); 
  src: url('https://business.nextdoor.com/hubfs/S2_assets/fonts/EuclidCircularB-Regular-WebS.eot#iefix') format('embedded-opentype'), 
       url('https://business.nextdoor.com/hubfs/S2_assets/fonts/EuclidCircularB-Regular-WebS.woff2') format('woff2'), 
       url('https://business.nextdoor.com/hubfs/S2_assets/fonts/EuclidCircularB-Regular-WebS.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'EuclidCircularB';
  src: url('https://business.nextdoor.com/hubfs/S2_assets/fonts/EuclidCircularB-RegularItalic-WebS.eot'); 
  src: url('https://business.nextdoor.com/hubfs/S2_assets/fonts/EuclidCircularB-RegularItalic-WebS.eot#iefix') format('embedded-opentype'), 
       url('https://business.nextdoor.com/hubfs/S2_assets/fonts/EuclidCircularB-RegularItalic-WebS.woff2') format('woff2'), 
       url('https://business.nextdoor.com/hubfs/S2_assets/fonts/EuclidCircularB-RegularItalic-WebS.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'EuclidCircularB';
  src: url('https://business.nextdoor.com/hubfs/S2_assets/fonts/EuclidCircularB-Semibold-WebS.eot'); 
  src: url('https://business.nextdoor.com/hubfs/S2_assets/fonts/EuclidCircularB-Semibold-WebS.eot#iefix') format('embedded-opentype'), 
       url('https://business.nextdoor.com/hubfs/S2_assets/fonts/EuclidCircularB-Semibold-WebS.woff2') format('woff2'), 
       url('https://business.nextdoor.com/hubfs/S2_assets/fonts/EuclidCircularB-Semibold-WebS.woff') format('woff');
  font-weight: 600; /** SEMIBOLD**/
  font-style: normal;
}
@font-face {
  font-family: 'EuclidCircularB';
  src: url('https://business.nextdoor.com/hubfs/S2_assets/fonts/EuclidCircularB-Bold-WebS.eot'); 
  src: url('https://business.nextdoor.com/hubfs/S2_assets/fonts/EuclidCircularB-Bold-WebS.eot#iefix') format('embedded-opentype'), 
       url('https://business.nextdoor.com/hubfs/S2_assets/fonts/EuclidCircularB-Bold-WebS.woff2') format('woff2'), 
       url('https://business.nextdoor.com/hubfs/S2_assets/fonts/EuclidCircularB-Bold-WebS.woff') format('woff');
  font-weight: 700; /** BOLD **/
  font-style: normal;
}
@font-face {
  font-family: 'EuclidCircularB';
  src: url('https://business.nextdoor.com/hubfs/S2_assets/fonts/EuclidCircularB-BoldItalic-WebS.eot'); 
  src: url('https://business.nextdoor.com/hubfs/S2_assets/fonts/EuclidCircularB-BoldItalic-WebS.eot#iefix') format('embedded-opentype'), 
       url('https://business.nextdoor.com/hubfs/S2_assets/fonts/EuclidCircularB-BoldItalic-WebS.woff2') format('woff2'), 
       url('https://business.nextdoor.com/hubfs/S2_assets/fonts/EuclidCircularB-BoldItalic-WebS.woff') format('woff');
  font-weight: 700; /** BOLD **/
  font-style: italic; /** ITALIC **/
}
@font-face {
  font-family: 'Modern_Pictograms_Pro';
  src: url('https://business.nextdoor.com/hubfs/S2_assets/fonts/ModernPictograms-Pro.woff2') format('woff2'),
    url('https://business.nextdoor.com/hubfs/S2_assets/fonts/ModernPictograms-Pro.woff') format('woff'),
    url('https://business.nextdoor.com/hubfs/S2_assets/fonts/ModernPictograms-Pro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/******************  
* Normarlize.css
* ******************/
/*! 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;
}

/******************  
* Base Styles
* ******************/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-family: 'EuclidCircularB', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-size: 16px;
  color: #00422D;
  letter-spacing: 0.36px;
  line-height: 1.875;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
img,
svg {
  max-width: 100%;
  height: auto;
  line-height: 1;
}
a {
  text-decoration: none;
  color: #8ED500;
}
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}

strong {
  font-weight: 700;
}
ul.no-style{
  list-style: none;
  padding: 0;
}
.row-fluid [class*="span"] {
  min-height: 0;
}
.widget-type-space {
  min-height: 1px;
}

img.nxtdr-lazyload {
  width: 100%;
}

/* 
* Typography
*  */
h1, h2, h3, h4, h5, h6,
.h-1, .h-2, .h-3 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-style: italic;
}
h3, h4, h5, h6,
.h-3 {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.lato h3, .lato h4, .lato h5, .lato h6,
.lato .h-3 {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-style: normal;
}
h1, .h-1 {
  letter-spacing: 0;
  font-size: 30px;
  line-height: 1;
  font-style: normal;
}
k1, .k-1 {
  letter-spacing: 0;
  font-size: 30px;
  line-height: 1;
  font-style: normal;
}
h2, .h-2, .h-2-smaller {
  letter-spacing: 0;
  font-size: 26px;
  line-height: 1;
}
h3, .h-3 {
  letter-spacing: 0;
   font-size: 20px;
  line-height: 1;
  margin-bottom: 1em;
  font-weight: 400;
  font-style: normal;
}
h4, .h-4 {
  font-size: 20px;
  letter-spacing:0;
  line-height: 1.8;
  margin-bottom: 1em;
  font-weight: 400;
  font-style: normal;
}
h5, .h-5 {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
}
h1 strong,
h2 strong,
h3 strong {
  position: relative;
  /*   padding-bottom: 3px; */
  font-weight: inherit;
  border-bottom: none;
}
*, p {
  font-family: 'Lato', sans-serif;
 
}
 .lato p {
  font-family: 'Lato', sans-serif;
  font-style: normal;
}

.text-small {
  font-size: 14px;
  letter-spacing: 0.32px;
  line-height: 2.286;
}
.sub-heading {
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1.6364;
}

.fw-regular {
  font-weight: 400;
}
.fw-regular-i {
  font-weight: 400;
  font-style: italic;
}
.fw-bold-i {
  font-weight: 900;
  font-style: italic;
}


@media (min-width: 576px) {
  h1 strong,
  h2 strong,
  h3 strong {
    white-space: nowrap;
    display: inline-block;
    line-height: 1.15;
  }
}
@media (min-width: 992px) {
  h1, .h-1 {
     font-size: 66px;
    line-height: 1;
  }
  h2, .h-2 {
    letter-spacing: 0;
    font-size: 48px;
    line-height: 1;
  }
  .h-2-smaller{
    font-size:40px;
    line-height: 1.2273;
  }
  h3, .h-3 {
    font-size: 32px;
    line-height: 1;
  }
  h4, .h-4 {
    font-size: 20px;
    letter-spacing:0;
    line-height: 1.8;
  }
  h5, .h-5 {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 1;
  }
  .sub-heading {
    font-size: 22px;
  }
}

/*  
* forms
* */
.subs-form{
  position: relative;
}
.subs-form .hs-error-msgs{
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: red;
}
.subs-form .hs-form-field > label{
  display: none;
}
.subs-form .hs-input{
  height: 50px;
  padding: 10px 15px;
  font-size: 15px;
  letter-spacing: 0.34px;
  color: #5E6267;
  font-weight: 400;
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #DFE1E4;
  outline: none;
  width: 63%;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
}
.subs-form .hs-button{
  -webkit-appearance: none;
  border: 0;
  background: #00B246;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.54px;
  line-height: 1.4;
  height: 50px;
  width: 37%;
  border-radius: 0 4px 4px 0;
  position: absolute;
  top: 0;
  right: 0;
}
.subs-form .hs-button:hover{
  background: #009f24;
}

@media (max-width: 400px) and (max-device-width: 480px) {
  .hs-form:not(.hs-video-form)  .form-columns-2 .hs-form-field .hs-input, 
  .hs-form:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
    max-width: 100%;
  }
}


/* Override HubSpot Form Styles
 * +++++++++++++++++++++++++++++ */
.hs-form input[type="text"]:focus,
.hs-form input[type="password"]:focus, 
.hs-form input[type="datetime"]:focus, 
.hs-form input[type="datetime-local"]:focus, 
.hs-form input[type="date"]:focus, 
.hs-form input[type="month"]:focus, 
.hs-form input[type="time"]:focus, 
.hs-form input[type="week"]:focus, 
.hs-form input[type="number"]:focus, 
.hs-form input[type="email"]:focus, 
.hs-form input[type="url"]:focus, 
.hs-form input[type="search"]:focus, 
.hs-form input[type="tel"]:focus, 
.hs-form input[type="color"]:focus,
.hs-form input[type="file"]:focus,
.hs-form textarea:focus,
.hs-form select:focus {
  outline: 0;
}
.override-hs .hs-form input[type="text"],
.override-hs .hs-form input[type="password"], 
.override-hs .hs-form input[type="datetime"], 
.override-hs .hs-form input[type="datetime-local"], 
.override-hs .hs-form input[type="date"], 
.override-hs .hs-form input[type="month"], 
.override-hs .hs-form input[type="time"], 
.override-hs .hs-form input[type="week"], 
.override-hs .hs-form input[type="number"], 
.override-hs .hs-form input[type="email"], 
.override-hs .hs-form input[type="url"], 
.override-hs .hs-form input[type="search"], 
.override-hs .hs-form input[type="tel"], 
.override-hs .hs-form input[type="color"],
.override-hs .hs-form input[type="file"],
.override-hs .hs-form textarea,
.override-hs .hs-form select {
  width: 100% !important;
  background-color: #F9F9FA;
  border: 1px solid #DFE1E4;
  height: 50px;
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 2;
  font-weight: 300;
  color: #5E6267;
  letter-spacing: 0.34px;
}
.override-hs .hs-form .invalid,
.override-hs .hs-form .error {
  border: 1px solid #ff0000 !important;
}
.override-hs ::-webkit-input-placeholder { 
  color: #5E6267;
}
.override-hs :-moz-placeholder { 
  color: #5E6267;
}
.override-hs ::-moz-placeholder { 
  color: #5E6267;
}
.override-hs :-ms-input-placeholder { 
  color: #5E6267;
}
.override-hs {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.override-hs .form-title {
  margin: 0 !important;
}
.override-hs fieldset {
  max-width: 100% !important;
}
.override-hs .hs-form .hs-form-field {
  margin-bottom: 19px !important;
}
.override-hs .hs-form .hs-form-field > label {
  color: #00422D;
  display: block;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.41px;
  margin-bottom: 5px;
}
.override-hs fieldset .input {
  margin: 0 !important;
}
.override-hs fieldset > div {
  position: relative;
}
.override-hs .form-columns-2 > div:first-of-type {
  padding-right: 15px !important;
}
.override-hs .form-columns-2 > div:last-of-type {
  padding-left: 15px !important;
}
.override-hs .hs-form textarea {
  min-height: 150px;
}
.override-hs span.hs-form-required {
  margin-left: 3px;
  color: #ff0000;
}
.override-hs .hs_error_rollup {
  display: none !important;
}
.override-hs ul.hs-error-msgs {
  position: absolute;
  top: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.override-hs .form-columns-2 > div:first-of-type ul.hs-error-msgs {
  right: 15px;
}
.override-hs .form-columns-2 > div:last-of-type ul.hs-error-msgs {
  right: 0;
}
.override-hs ul.hs-error-msgs li label {
  color: #FF212E;
  font-size: 12px;
  line-height: 1.78;
  letter-spacing: 0.5px;
}
.override-hs .hs-form select {
  background-image: url(https://business.nextdoor.com/hubfs/Nextdoor_May2019/Images/select-dropdown.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.override-hs .actions input {
  display: inline-block;
  background-color: #8ED500;
  border-radius: 5px;
  border: 0;
  font-family: 'EuclidCircularB',sans-serif;
  text-transform: uppercase;
  color: #00422d;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  padding: 16px 15px;
  min-width: 165px;
  text-align: center;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.override-hs .actions input:hover{
  background-color: #00422D;
  color: #fff;
}
.submitted-message {
  text-align: center;
}

@media (max-width: 767px) {
  .override-hs fieldset > div {
    width: 100% !important;
  }
  .override-hs .form-columns-2 > div:first-of-type {
    padding-right: 0 !important;
  }
  .override-hs .form-columns-2 > div:last-of-type {
    padding-left: 0 !important;
  }
  .override-hs .hs-form .hs-form-field > label {
    margin-bottom: 3px;
  }
  .override-hs .hs-form .hs-form-field {
    margin-bottom: 24px !important;
  }
  .override-hs ul.hs-error-msgs {
    right: 0;
  }
  .override-hs .actions input {
    width: 100%;
  }
}


/******************  
* Slick Default styles
* ******************/
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
}
.slick-dots li {
  display: inline-block;
  padding: 0 5px;
  line-height: 1;
}
.slick-dots li button {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.2;
  background-color: #333333;
  text-indent: -1000%;
  overflow: hidden;
  line-height: 1;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-arrow {
  background-color: transparent;
  border: none;
  padding: 0;
  line-height: 1;
}


/******************  
* Helper Classes
* ******************/
/* 
* Colors
*  */
/* 
* Colors
*  */
.c-primary {
  color: #8ED500; /*Lime Brand*/
}
.c-secondary {
  color: #00A3B1; /*Teal */
}
.c-tertiary {
  color: #F5AD4D; /*TO DO */
}
.c-body {
  color: #00422D; /*Dark Green*/
}
.c-dark {
  color: #00422D; /*Dark Green*/
}
.c-white {
  color: #fff; /*White*/
}
.c-bondiblue{
  color: #00A3B1; /* Teal */
}
.c-manatee{
  color: #8A919C; /*TO DO */
}
.c-gray{
  color:#8A919C; /*TO DO */
}
/* 
* Background Colors
*  */
.bg-primary {
  background-color: #8ED500; /*TO DO */
}
.bg-primary-2 {
  background-color: #D9F4E4; /*TO DO */
}
.bg-secondary {
  background-color: #00B2CB; /*TO DO */
}
.bg-tertiary {
  background-color: #F5AD4D; /*TO DO */
}
.bg-tertiary-2 {
  background-color: rgba(242,146,62,0.25); /*TO DO */
}
.bg-white {
  background-color: #fff; /* White */
}
.bg-whitelilac{
  background-color: #fff; /* White */
}
.bg-dark {
  background-color: #333333; /*TO DO */
}
.bg-gray {
  background-color: #666F7C; /*TO DO */
}
.bg-light {
  background-color: #FEF8D7; /*Light Yellow*/
}
.bg-sun{
  background-color: #F2923E; /*TO DO */
}
.bg-lightgreen{
  background-color: #EAF8EF; /*TO DO */
}
.bg-manatee{
  background-color: #8A919C; /*TO DO */
}

/* 
* Buttons
*  */
/* Override Hubspot's default */
a.cta_button {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.btn, .link {
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
.btn {
  background-color: #8ED500;
  border: none;
  border-radius: 5px;
  padding: 12px 60px;
  display: block;
  font-family: 'EuclidCircularB', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #00422D;
  line-height: normal;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #006142;
  color: #fff;
}
.btn-outline {
  background-color: #fff;
  border: #00B246 1px solid;
  color: #00B246;
}
.btn-outline:hover {
  background-color: #009F24;
  border: #009F24 1px solid;
   color: #FFFFFF;
}
.btn-sun{
  background-color: #F2923E;
}
.btn-sun:hover{
  background-color: #F28D34;
}
.link {
  color: #00A3B1;
  letter-spacing: 0.36px;
  line-height: 1.625;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.link:hover {
  color: #000;
}
.link-arrow {
  position: relative;
  padding-right: 21px;
  display:inline-block;
}
.link-arrow::after {    
  content: 'Ú';
  font-family: 'Modern_Pictograms_Pro';
  position: absolute;
  right: 0;
  top: 51%;
  transform:translateY(-50%);
  -wbkit-transform:translateY(-50%);
  font-size: 2.125em;
  font-weight: 500;
  line-height: 1;
  color: inherit;
}

.btn-outline {
    background-color: #fff;
    border: #8ed500 1px solid;
    color: #8ed500;
}

.btn-outline:hover {
    background-color: #8ed500;
    border: #8ed500 1px solid;
    color: #fff
}

@media (min-width: 768px) {
  .btn {
    min-width: 200px;
    display: inline-block;
  }
}

/* 
* Grids
*  */
/*!
* Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .container-small{
    max-width: 780px;
  }
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.d-table {
  display: table;
}
.d-table-row {
  display: table-row;
}
.d-table-cell {
  display: table-cell;
}
.d-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.d-inline-flex {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
  }
}

@media print {
  .d-print-none {
    display: none;
  }
  .d-print-inline {
    display: inline;
  }
  .d-print-inline-block {
    display: inline-block;
  }
  .d-print-block {
    display: block;
  }
  .d-print-table {
    display: table;
  }
  .d-print-table-row {
    display: table-row;
  }
  .d-print-table-cell {
    display: table-cell;
  }
  .d-print-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
  }
}
.flex-row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.flex-column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex-fill {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}
.flex-grow-0 {
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
}
.flex-grow-1 {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.justify-content-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.justify-content-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.justify-content-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.justify-content-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-items-start {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.align-items-end {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.align-items-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.align-items-baseline {
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
}
.align-items-stretch {
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.align-content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.align-content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.align-self-auto {
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}
.align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .flex-sm-column {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .align-items-sm-start {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .align-items-sm-end {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .align-items-sm-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .flex-md-column {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .justify-content-md-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .justify-content-md-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .justify-content-md-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .align-items-md-start {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .align-items-md-end {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .align-items-md-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .align-self-md-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-md-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-md-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .flex-lg-column {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .align-items-lg-start {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .align-items-lg-end {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .align-items-lg-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .flex-xl-column {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .align-items-xl-start {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .align-items-xl-end {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .align-items-xl-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

.m-0 {
  margin: 0;
}
.mt-0,
.my-0 {
  margin-top: 0;
}
.mr-0,
.mx-0 {
  margin-right: 0;
}
.mb-0,
.my-0 {
  margin-bottom: 0;
}
.mb-20{
  margin-bottom:20px;
}
.ml-0,
.mx-0 {
  margin-left: 0;
}
.p-0 {
  padding: 0;
}
.pt-0,
.py-0 {
  padding-top: 0;
}
.pr-0,
.px-0 {
  padding-right: 0;
}
.pb-0,
.py-0 {
  padding-bottom: 0;
}
.pl-0,
.px-0 {
  padding-left: 0;
}
.m-auto {
  margin: auto;
}
.mt-auto,
.my-auto {
  margin-top: auto;
}
.mr-auto,
.mx-auto {
  margin-right: auto;
}
.mb-auto,
.my-auto {
  margin-bottom: auto;
}
.ml-auto,
.mx-auto {
  margin-left: auto;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0;
  }
  .p-sm-0 {
    padding: 0;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0;
  }
  .m-sm-auto {
    margin: auto;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0;
  }
  .p-md-0 {
    padding: 0;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0;
  }
  .m-md-auto {
    margin: auto;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0;
  }
  .p-lg-0 {
    padding: 0;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0;
  }
  .m-lg-auto {
    margin: auto;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0;
  }
  .p-xl-0 {
    padding: 0;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0;
  }
  .m-xl-auto {
    margin: auto;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto;
  }
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-justify {
    text-align: justify;
  }
}

/* 
* Sections
*  */
.padding{
  padding:50px 0;
}
.padding-top {
  padding-top: 30px;
}
.padding-bottom {
  padding-bottom: 30px;
}
.margin-top {
  margin-top: 50px;
}
.margin-bottom {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .padding-top {
    padding-top: 70px;
  }
  .padding-bottom {
    padding-bottom: 70px;
  }
  .margin-top {
    margin-top: 80px;
  }
  .margin-bottom {
    margin-bottom: 80px;
  }
}


/******************  
* Header
* ******************/
.header-container-wrapper {
  padding-top: 80px;
}
.nxtdr-header {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0,0,0,0.06);
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.06);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.nxtdr-header__logo {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width:195px;
}
.nxtdr-header__logo-only{
  padding-left:15px;
  padding-right:15px;
}
.nxtdr-header__logo a {
  display: block;
  line-height: 1;
}
.nxtdr-header__menu ul { 
  padding: 0;
  margin: 0;
  list-style: none;
}
.nxtdr-header__menu li {
  display: block;
  padding: 15px;
  text-align: center;
  line-height: 1;
}
.nxtdr-header__menu a {
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
}
.nxtdr-header__cta .cta_button.btn {
  min-width: 1px;
  display: block;
  padding: 9px 23px 10px 24px;
}
.nxtdr-header .menu-toggle {
  width: 24px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.nxtdr-header .menu-toggle span {
  height: 2px;
  display: block;
  margin-bottom: 6px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nxtdr-header .menu-toggle span:last-child {
  margin-bottom: 0;
}
.open-dropdown .menu-toggle span:nth-child(2) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.open-dropdown .menu-toggle span:first-child {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
  -ms-transform: rotate(45deg) translate(6px, 6px);
  transform: rotate(45deg) translate(6px, 6px);
}
.open-dropdown .menu-toggle span:last-child {
  -webkit-transform: rotate(135deg) translate(-5px, 5px);
  -ms-transform: rotate(135deg) translate(-5px, 5px);
  transform: rotate(135deg) translate(-5px, 5px);
}

@media (max-width:575px){
  .nxtdr-header__logo-only {
    margin:0 auto;
    text-align: center;
  }
}

@media (min-width: 1200px) {
 /* .nxtdr-header__logo {
    padding-top: 28px;
    padding-bottom: 28px;
  } 
  */
  
  .nxtdr-header__dropdown {
    background-color: transparent;
  }
  .nxtdr-header__cta {
    padding-left: 15px;
  }
  .nxtdr-header__cta .cta_button.btn {
    display: inline-block;
    white-space: nowrap;
  }
  .nxtdr-header__menu a {
    color: #221E1D;
    letter-spacing: 0.54px;
  }
  .nxtdr-header__menu a:hover {
    color: #00B246;
  }
  .nxtdr-header__menu .hs-menu-wrapper>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nxtdr-header__menu .hs-menu-item.hs-menu-depth-1 {
    padding-top: 27px;
    padding-bottom: 27px;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    position: relative;
  }
  .nxtdr-header__menu .hs-menu-depth-1>a {
    overflow: hidden;
    padding-bottom: 2px;
  }
  .nxtdr-header__menu .hs-menu-depth-1>a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00b246;
    -webkit-transform: translateX(calc(-100% - 1px));
    -ms-transform: translateX(calc(-100% - 1px));
    transform: translateX(calc(-100% - 1px));
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .nxtdr-header__menu .hs-menu-depth-1:hover>a,
  .nxtdr-header__menu .hs-menu-depth-1.active:hover>a {
    color: #221E1D;
  }
  .nxtdr-header__menu .hs-menu-depth-1:hover>a::after,
  .nxtdr-header__menu .hs-menu-depth-1.active>a::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .nxtdr-header__menu .hs-menu-children-wrapper {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 2px 12px 5px rgba(0,0,0,0.06);
    box-shadow: 0 2px 12px 5px rgba(0,0,0,0.06);
    border-radius: 4px;
    padding-bottom: 22px;
    min-width: 212px;
    display: none;
  }
  .nxtdr-header__menu .hs-menu-item:hover>.hs-menu-children-wrapper {
    display: block;
  }
  .nxtdr-header__menu .hs-menu-children-wrapper::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 28.34px;
    height: 28.34px;
    -webkit-box-shadow: 0 2px 12px 5px rgba(0,0,0,0.06);
    box-shadow: 0 2px 12px 5px rgba(0,0,0,0.06);
    background-color: #FFFFFF;
    -webkit-transform: translate(-50%,50%) rotate(45deg);
    -ms-transform: translate(-50%,50%) rotate(45deg);
    transform: translate(-50%,50%) rotate(45deg);
  }
  .nxtdr-header__menu .hs-menu-children-wrapper .hs-menu-item {
    text-align: left;
    position: relative;
    background-color: #FFFFFF;    
    border-radius: 4px;
    padding: 22px 30px 0;
  }
  .nxtdr-header__menu .hs-menu-children-wrapper a {
    white-space: nowrap;
  }
}

@media (max-width: 1199px) {
  .nxtdr-header__inner {
    margin-right: -20px;
    margin-left: -20px;
/*     overflow-x: scroll; */
    max-height: 100vh;
  }
  .nxtdr-header__dropdown {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .open-dropdown .nxtdr-header__dropdown {
    display: block;
  }
  .nxtdr-header__menu .hs-menu-item>a[href="javascript:;"] {
    color: #8A919C;
  }
  .nxtdr-header__menu .hs-menu-children-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
  }
  .nxtdr-header__menu .hs-menu-children-wrapper::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #5E6267;
  }
  .nxtdr-header__cta {
    max-width: 66.66666667%;
    padding: 15px 0 26px;
  }
}

/* On Scroll styles */
.nxtdr-header.on-scroll {
  position: fixed;
}

@media (min-width: 1200px) {
/*   .scroll-down .nxtdr-header__logo {
    background-color: #fff;
  } */
  .nxtdr-header {
    opacity: 1;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .nxtdr-header.scroll-down:not(:hover) {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .nxtdr-header.scroll-down:not(:hover) {
    opacity: 0;
  }
}


/******************  
* Footer
* ******************/
.nxtdr-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-container.container-fluid iframe {
    display: block;
    border: none;
    padding: 0;
    margin: 0;
} 
.nxtdr-footer__logo {
  padding-top: 56px;
}
.nxtdr-footer__logo a {
  line-height: 1;
  display: block;
}
.nxtdr-footer__menu a {
  font-weight: 200;
  font-size: 14px;
  color: inherit;
  letter-spacing: 0.19px;
  line-height: 2.214;
  display: inline-block;
}
.nxtdr-footer__menu .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:last-child {
  padding-top:6px
}
.nxtdr-footer__menu .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.nxtdr-footer__menu .hs-menu-depth-1 {
  padding: 32px 15px 0;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.nxtdr-footer__menu .hs-menu-depth-1>a {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.21px;
  line-height: 2.4;
}
.nxtdr-footer__bottom {
  padding-bottom: 58px;
  overflow: hidden;
}
.social-links {
  line-height: 1;
}
.social-links .facebook,
.social-links .twitter,
.social-links .apple,
.social-links .android {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.social-links .facebook {
  width: 11px;
  height: 21px;
  background-image: url(https://business.nextdoor.com/hubfs/S2_assets/logos-icons/facebook-icon.svg)
}
.social-links .twitter {
  width: 23px;
  height: 19px;
  background-image: url(https://business.nextdoor.com/hubfs/S2_assets/logos-icons/twitter-icon.svg)
}
.social-links .android {
  width: 23px;
  height: 27px;
  background-image: url(https://business.nextdoor.com/hubfs/S2_assets/logos-icons/Android_Robot.svg)
}
.social-links .apple {
  width: 21px;
  height: 24px;
  background-image: url(https://business.nextdoor.com/hubfs/S2_assets/logos-icons/Apple_logo.svg)
}
.nxtdr-footer__lang {
  position: relative;
  padding-bottom: 30px;
}
.nxtdr-footer__lang::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  height: 1px;
  background-color: #8A919C;
}
.nxtdr-footer__lang .lang_switcher_class,
.nxtdr-footer__lang .globe_class {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.nxtdr-footer__lang .globe_class {
  background-image: none;
  border-radius: 0;
}
.nxtdr-footer__lang .lang_list_class {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 100%;
  left: 0;
  text-align: left;
  padding-top: 12px;
}
.nxtdr-footer__lang .lang_list_class li {
  padding: 4px 12px;
  border: none;
  background: #fff;
}
.nxtdr-footer__lang .lang_list_class li a {
  font-weight: medium;
  font-size: 14px;
  letter-spacing: .19px;
  line-height: 2.214;
  color: #333;
}
.nxtdr-footer__lang .lang_list_class li a:hover {
  color: #00b246;
}
.nxtdr-footer__lang .language-proxy {
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0.54px;
  white-space: nowrap;
  position: relative;
}
.nxtdr-footer__lang .language-proxy label {
  color: #CFD2D6;
}
.nxtdr-footer__lang .language-proxy strong {
  margin-left: 9px;
}
.nxtdr-footer__lang .language-proxy svg {
  width: 12px;
  margin-left: 10px;
}
.nxtdr-footer__socials {
  padding-top: 28px; 
}
.nxtdr-footer__socials .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-left: -11px;
  margin-right: -11px;
}
.nxtdr-footer__socials .hs-menu-item {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-left: 11px;
  padding-right: 11px;
}
.nxtdr-footer__copyright {
  font-size: 14px;
  letter-spacing: 0.19px;
  line-height: 2.143;
  padding-top: 23px;
}
.nxtdr-footer__policy a {
  font-size: 13px;
  color: inherit;
  letter-spacing: 0.18px;
  line-height: 2.308;
}
.nxtdr-footer__policy .hs-menu-wrapper>ul {
  padding-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: -8px;
  margin-right: -8px;
}
.nxtdr-footer__policy ul li {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding: 0 8px;
  position: relative;
}
.nxtdr-footer__policy ul li::after {
  content: '|';
  position: absolute;
  right: -2px;
}
.nxtdr-footer__policy ul li:last-child::after {
  content: none;
}

@media (min-width: 768px) {
  .nxtdr-footer__socials {
    padding-bottom: 30px; 
  }
  .nxtdr-footer__socials .hs-menu-wrapper>ul,
  .nxtdr-footer__policy .hs-menu-wrapper>ul {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  .nxtdr-footer__logo {
    padding-top: 63px;
  }
  .nxtdr-footer__menu .hs-menu-depth-1 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 20%;
  }
  .nxtdr-footer__bottom {
    padding-bottom: 70px;
  }
}


/******************  
* CUSTOM MODULE OVERRIDES
* ******************/

.nxtdr-header__menu .hs-menu-depth-1>a::after {
  
  
  background-color: #8ed500
 
  }


/* 
* Featured Block Slider
*  */
@media (min-width: 991px){
  .featured-slider h2 {
    font-size: 48px;
  }
  .featured-slider__list .item h5 {
    font-size: 32px;
    line-height: 1;
  }
  .featured-slider__list .item p {
    font-size: 18px;
  }
}

/* 
* Icon with Title List Items v2
*  */
@media (min-width: 991px){
.icon-v2-cell p {
  font-size: 32px;
   line-height: 1;
}
}
/* 
*  CTA Banner S2 - 2 columns
*  */
@media (min-width: 991px){
  .cta-banner__rtext {
    font-size: 22px;
  }
}
/* 
*  Content with Form
*  */
.content-form__rich-text p a {
    color: #00A3B1;
}
/* 
*  Cards S2
*  */
.cards-module__item-title strong {
  color: #00A3B1;
}
/* 
*  Featured Blocks S2 - iPhone
*  */
.feat-blocks-s2-iphone h3.feat-slider__item-title {
  color: #00422d;
}