/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */



.dnd-section>.row-fluid,.header__container,
.footer__container,.content-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}

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

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

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://4141811.fs1.hubspotusercontent-na1.net/hubfs/4141811/Drive_Goalkeeping_August2020/Fonts/fa-brands-400.eot") format("embedded-opentype"), 
    url("https://4141811.fs1.hubspotusercontent-na1.net/hubfs/4141811/raw_assets/public/Drive_Goalkeeping_August2020/Fonts/fa-brands-400.woff2") format("woff2"),
      url("https://4141811.fs1.hubspotusercontent-na1.net/hubfs/4141811/raw_assets/public/Drive_Goalkeeping_August2020/Fonts/fa-brands-400.woff") format("woff"), 
        url("https://4141811.fs1.hubspotusercontent-na1.net/hubfs/4141811/raw_assets/public/Drive_Goalkeeping_August2020/Fonts/fa-brands-400.ttf") format("truetype"),
          url("https://4141811.fs1.hubspotusercontent-na1.net/hubfs/4141811/raw_assets/public/Drive_Goalkeeping_August2020/Fonts/fa-brands-400.svg") format("svg");
            font-style: normal;
            font-weight: normal;
            }


@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://4141811.fs1.hubspotusercontent-na1.net/hubfs/4141811/Drive_Goalkeeping_August2020/Fonts/fa-solid-900.eot") format("embedded-opentype"), 
    url("https://4141811.fs1.hubspotusercontent-na1.net/hubfs/4141811/raw_assets/public/Drive_Goalkeeping_August2020/Fonts/fa-solid-900.woff2") format("woff2"), 
      url("https://4141811.fs1.hubspotusercontent-na1.net/hubfs/4141811/raw_assets/public/Drive_Goalkeeping_August2020/Fonts/fa-solid-900.woff") format("woff"),
        url("https://4141811.fs1.hubspotusercontent-na1.net/hubfs/4141811/raw_assets/public/Drive_Goalkeeping_August2020/Fonts/fa-solid-900.ttf") format("truetype"), 
          url("https://4141811.fs1.hubspotusercontent-na1.net/hubfs/4141811/raw_assets/public/Drive_Goalkeeping_August2020/Fonts/fa-solid-900.svg") format("svg");
            font-style: normal;
            font-weight: 900;
            }


@font-face {
  font-family: "Glyphicons Halflings";
  src: url("https://4141811.fs1.hubspotusercontent-na1.net/hubfs/4141811/Drive_Goalkeeping_August2020/Fonts/glyphicons-halflings-regular.eot") format("embedded-opentype"), 
    url("https://4141811.fs1.hubspotusercontent-na1.net/hubfs/4141811/raw_assets/public/Drive_Goalkeeping_August2020/Fonts/glyphicons-halflings-regular.woff2") format("woff2"),
      url("https://4141811.fs1.hubspotusercontent-na1.net/hubfs/4141811/raw_assets/public/Drive_Goalkeeping_August2020/Fonts/glyphicons-halflings-regular.woff") format("woff"),
        url("https://4141811.fs1.hubspotusercontent-na1.net/hubfs/4141811/raw_assets/public/Drive_Goalkeeping_August2020/Fonts/glyphicons-halflings-regular.ttf") format("truetype"),
          url("https://4141811.fs1.hubspotusercontent-na1.net/hubfs/4141811/raw_assets/public/Drive_Goalkeeping_August2020/Fonts/glyphicons-halflings-regular.svg") format("svg");
            }


html {
  font-size:10px;
  line-height: initial;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.3;
}

p {
  font-family: Lato, serif;
  margin: 0 0 10px;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {

}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
  margin-bottom:15px
}

h1 {
  font-size: 2.1rem;
  line-height: 1.1;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.1;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.1;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.1;
}

h5 {
  font-size: 1rem;
  line-height: 1.1;
}

h6 {
  font-size: .9rem;
  line-height: 1.1;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {

}

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



blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;

  border-left: 5px solid #eee !important;
}
/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;

}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none;

  font-size: inherit;
  margin: 10px 0px;
  white-space: normal;
  padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: none;
    -webkit-box-shadow: 0 -2px 0 rgba(0,0,0,.15) inset;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
    background: #76b022;
    background-image: none;
}
form {
  max-width: 767px;
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

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


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;


    font-family: Lato, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.42857143;
    color: #313131;
}
div#hs-search-module form input {
  margin-bottom: 18px;
}
.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
.hs-form-field {
  margin-bottom: 18px;
}
.hs-input {
  display: inline-block;
  font-weight: normal;
  color: #33475b;
  background-color: #ffffff;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.42857143;
  color: #555;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e2e2e2;
  font-size: 16px;
  
}

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

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

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.lp .navbar-right {
    opacity: 0;
    visibility: hidden;
}

.lp .navbar-toggle {
    opacity: 0;
    visibility: hidden;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

/* privacy-page-css */
.hs-privacy-page {
  font-size: 14px;
  line-height: 1.42857143;
  color: black;
}
.hs-trainings-inner-page .hs-banner-area a:hover,
.hs-training-events-faq-page .hs-banner-area a:hover {
  color: #618c36;
  text-decoration: none;
}
.hs-privacy-page .dnd-section>.row-fluid .hs_cos_wrapper_type_rich_text {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
  display: block;
  margin-top: 70px;
  margin-top: 5em;
}



.hs-privacy-page .dnd-section>.row-fluid .hs_cos_wrapper_type_rich_text {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

@media screen and (min-width: 768px){
  .hs-privacy-page .dnd-section>.row-fluid .hs_cos_wrapper_type_rich_text {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-right: 60px;
    padding-left: 60px;
  }

}


.hs-privacy-page .dnd-section .widget-type-cell {
  padding: 0;
}

.hs-privacy-page .dnd-section {
  padding: 0;
}

.hs-privacy-page .dnd-section>.row-fluid .hs_cos_wrapper_type_rich_text p {
  margin: 0 0 10px;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
  white-space: pre-wrap;
}

.hs-privacy-page .dnd-section>.row-fluid {
  padding-bottom: 1em;
}



@media(max-width:767px){
  .hs-privacy-page .dnd-section>.row-fluid .hs_cos_wrapper_type_rich_text {
    margin-top: 5em;
  }

  .hs-privacy-page {
    font-size: 18px;
  }

  .hs-privacy-page .dnd-section>.row-fluid {
    padding-top: 1.2em;
  }
}



/* all-class-registration-page-css */



.hs-all-class-registration-page {
  font-size: 14px;
  line-height: 1.42857143;
}



.hs-all-class-registration-page .dnd-section {
  padding: 0;
}

.hs-all-class-registration-page .dnd-section .widget-type-cell {
  padding: 0;
}

.hs-all-class-registration-page-row1 .dnd-section>.row-fluid {}

.hs-all-class-registration-page-row1 .dnd-section>.row-fluid > div {
  margin-left: 15px;
  margin-right: 15px;
}

.hs-all-class-registration-page-row1 h2 {}

.hs-all-class-registration-page-row1 .hs_cos_wrapper_type_rich_text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: block;
}



.hs-all-class-registration-page-row1 h2 {
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 16px;
}

.hs-green-btn{
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  background-color: #87C34A;
  border-radius: 0;
  min-width: 200px;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  padding-left: 40px;
  display: inline-block;
  font-size: 2rem;
  color: white;
  margin-bottom: 10px;
  margin-right: 10px;
}

.hs-green-btn:hover {
  background-color: #618c36;

  color: #fff;
}



.hs-all-class-registration-page-row2 iframe {
  width: 100%;
  max-height: none;
  overflow: hidden;
  height: 547px !important;
}

.hs-all-class-registration-page-row2 {
  margin-bottom: 19px;
}

@media(max-width:767px){
  .hs-all-class-registration-page-row1 {
    text-align: center;
  }

  .hs-all-class-registration-page {
    font-size: 18px;
  }

  .hs-all-class-registration-page .hs-banner-area {
    margin-bottom: 22px;
  }

}




/* hs-about-us-page-css */

.hs-about-us-page {
  /* font-size: 14px; */
  /* line-height: 1.42857143; */
  margin-bottom: 35px;
}

.hs-about-us-page .banner-area .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}

.container-fluid.hs-about-us-page-row1 {
  /* margin-left: 15px; */
  /* margin-right: 15px; */
}

.hs-about-us-page .dnd-section {
  padding: 0;
}

.hs-about-us-page .dnd-section>.row-fluid {
  display: block !important;
  padding-left: 30px;
  padding-right: 30px;
}

.hs-about-us-page .body-container-wrapper {}

.hs-about-us-page .body-container-wrapper > .container-fluid > div {/* margin-left: 15px; *//* margin-right: 15px; */}

.hs-about-us-page .dnd-section .widget-type-cell {
  padding: 0;
}

.hs-about-us-page-row1 .span6:first-child {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 33.33333333%;
}







.hs-about-us-page-row1 .span6:last-child {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 66.66666667%;
}
.hs-about-us-page-row1 .span6:first-child img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 21px;
}







.hs-about-us-page-row1 .span6:last-child h2 {
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 16px;
}

.container-fluid.hs-about-us-page-page-row2 {}

.hs-about-us-page-page-row2 .dnd-section>.row-fluid {}

.hs-about-us-page-page-row2 .dnd-section>.row-fluid > .span12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 33.33333333%;
}

.hs-about-us-page-page-row2 .dnd-section>.row-fluid > .span12 img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 21px;
}

.hs-about-us-page-row1 .span6:last-child p:last-child {
  height: 0;
}


.hs-about-us-page-page-row3 .span6:first-child {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 33.33333333%;
}

.hs-about-us-page-page-row3 .span6:last-child {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 66.66666667%;
}

.hs-about-us-page-page-row3 .span6:first-child img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 21px;


}



@media (min-width: 992px){

  .hs-about-us-page-row1 .span6:first-child {

    width: 41.66666667%;

    left: 58.33333333%;
  }

  .hs-about-us-page-row1 .span6:last-child {


    width: 58.33333333%;

    right: 41.66666667%;
  }

  .hs-about-us-page-row1 .span6:first-child img {

    max-width: 80%;
  }


  .hs-about-us-page-page-row2 .dnd-section>.row-fluid > .span12 {

    width: 41.66666667%;

    left: 58.33333333%;
  }

  .hs-about-us-page-page-row2 .dnd-section>.row-fluid > .span12 img {
    max-width: 80%;
  }


  .hs-about-us-page-page-row3 .span6:first-child {width: 41.66666667%;left: 58.33333333%;}

  .hs-about-us-page-page-row3 .span6:last-child {
    width: 58.33333333%;
    right: 41.66666667%;
  }

  .hs-about-us-page-page-row3 .span6:first-child img {
    max-width: 80%;
        width: auto;
  }

}





.hs-about-us-page-page-row3 .span6:last-child h2 {
  line-height: 1.1;
  color: inherit;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 16px;
  margin-top: 40px;
}

.container-fluid.hs-about-us-page-page-row4 {
  margin-top: 6px;
}

.hs-about-us-page-page-row4 h2 {
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 16px;
}

.hs-about-us-page-page-row4 .hs-green-btn {
  margin-bottom: 10px;
  margin-right: 20px;
}

div#hs_cos_wrapper_widget_1598943513618 {}

.hs-about-us-page-page-row4 .hs_cos_wrapper_type_rich_text {
  padding-right: 15px;
  padding-left: 15px;
  display: block;
}

.hs-about-us-page-page-row3 .span6:last-child iframe {
  overflow: hidden;
  width: 100%;
}





@media(max-width:992px){
  .container-fluid.hs-about-us-page-row1 {
    padding-top: 20px;
  }


  .hs-about-us-page-page-row3 .span6:first-child img {
    margin-top: 31px;
  }

  .hs-about-us-page-page-row3 .span6:last-child h2 {
    margin-top: 50px;
  }
  .hs-about-us-page-page-row3 .span6:first-child img {
    width: 100%;
  }
}


@media(max-width:767px){
  .hs-about-us-page-row1 .span6:first-child {
    display: none;
  }

  .hs-about-us-page-row1 .span6:last-child {
    width: 100%;
  }

  .hs-about-us-page .hs-banner-area {
    margin: 0;
  }

  .hs-about-us-page-page-row2 {
    display: none;
  }

  .hs-about-us-page-page-row3 .span6:first-child {
    display: none;
  }

  .hs-about-us-page-page-row3 .span6:last-child {
    width: 100%;
  }

  .hs-about-us-page-page-row3 .span6:last-child h2 {
    margin-top: 40px;
  }

  .hs-about-us-page-page-row4 .hs_cos_wrapper_type_rich_text {
    text-align: center;
  }


}



/* website-page-css */

.hs-training-events-faq-page .banner-area .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}


.hs-training-events-faq-page .dnd-section {
  padding: 0;
}

.hs-training-events-faq-page .dnd-section .widget-type-cell {
  padding: 0;
}



.hs-training-events-faq-page .body-container-wrapper .dnd-section>.row-fluid > .span12 {
  margin-left: 15px;
  margin-right: 15px;
}

.hs-training-events-faq-page h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  font-size: 18px;
}

.hs-training-events-faq-page .body-container-wrapper .dnd-section>.row-fluid>.span12 .span6 {
  margin: 0;
  float: left;
}
.cell_1598951255023-vertical-alignment {
}

.hs-training-events-faq-page .body-container-wrapper .dnd-section>.row-fluid>.span12 .span6 img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}

.hs-training-events-faq-page .body-container-wrapper .dnd-section>.row-fluid>.span12 .span6 h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
}

.hs-training-events-faq-page .body-container-wrapper .dnd-section>.row-fluid>.span12 .span6 em {
  font-size: 14px;
  line-height: 1.42857143;
}

.hs-training-events-faq-page {
  margin-bottom: 32px;
}

.dnd_area-column-10-row-1-vertical-alignment > .row-fluid {
  display: block !important;
}

.hs-training-events-faq-page iframe {
  width: 100%;
  max-height: none;
  overflow: hidden;
  height: 424px !important;
  max-width: 100%;
  margin-bottom: 5px !important;
}

.hs-training-events-faq-page {
  margin-bottom: 0;
}



.content-with-image {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}




.content-with-image .training-row {
  margin: 0 0 20px 0;
  padding: 0;
}

.content-with-image .training-row .con-image-col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 50%;
}



.content-with-image .training-row .con-image-col img {
  width: auto;
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}

.content-with-image .training-row  .con-text-col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 50%;
}


@media (min-width: 992px){

  .content-with-image {

    width: 50%;
    float: left;
  }

  .content-with-image .training-row .con-image-col {
    width: 50%;
    float: left;
  }

  .content-with-image .training-row  .con-text-col {
    float: left;

    width: 50%;
  }

}

.content-with-image .training-row .con-text-col h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
}

.content-with-image .training-row .con-text-col em.small-mobile {
  font-size: 14px;
  line-height: 1.42857143;
}
.content-with-image .training-row .con-text-col p.small-mobile {
    margin-bottom: 5px;
}

@media(min-width:768px){
.content-with-image-wrap {
    padding-right: 30px;
}
}

@media(max-width:991px){
  .content-with-image .training-row .con-image-col img {
    margin-bottom: 10px;
    width: 100%;
  }

}
@media(max-width:767px){
  .content-with-image .training-row .con-text-col p {
    font-size: 16px;
    line-height: 26px;
  }

  .content-with-image .training-row .con-text-col em.small-mobile {
    font-size: 16px;
  }
  .content-with-image .training-row .con-text-col {
    padding: 0;
  }
}
















.text-center-mobile .hs-green-btn {
  margin-bottom: 0;
}


.hs-training-events-faq-page .hs-banner-area a {
  display: inline-block;
  display: inline-block;
  color: #BCBCBC;
  margin-right: 10px;
  font-family: Raleway, sans-serif;
  font-size:14px;
  line-height: 1.42857143;
}

.hs-training-events-faq-page .hs-banner-area h1 {
  display: inline-block;
}

.accordion-wrap {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.expand-section {
  text-align: right;
  padding-right: 45px;
  padding-left: 45px;
  font-size: 14px;
  line-height: 1.42857143;
}

.expand-section a {
  margin-left: 20px;

  cursor: pointer;
}

.accordion-items-hr > .row {
  margin-left: 15px;
  margin-right: 15px;
}
.accordion-btn {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 16.66666667%;
}


.fa-plus, .fa-minus {
  font-size: 3rem;
  background: #87C34A;
  color: white;
  border: 1px solid lightgreen;
  border-radius: 25px;
  padding: 5px;

  cursor: pointer;
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus:before {}

.fa-minus:before {
  content: "\f068";
}

.accordion-left-col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;

  float: left;
  width: 83.33333333%;
}

.accordion-left-col h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}

.accordion-items-hr {
  border-top: 1px solid #707070;
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;

  margin-right: 30px;
}

@media (min-width: 992px){
  .hs-training-events-faq-page .body-container-wrapper .dnd-section>.row-fluid>.span12 .span6 {
    display: block !important;
    width: 50%;
  }
  .accordion-btn {
    float: left;
    width: 8.33333333%;
  }

  .accordion-left-col {
    float: left;
    width: 91.66666667%;
  }


}

@media(max-width:991px){
  .hs-training-events-faq-page .body-container-wrapper .dnd-section>.row-fluid>.span12 .span6 {
    width: 100%;
  }
  .hs-training-events-faq-page .body-container-wrapper .dnd-section>.row-fluid>.span12 .span6 {
    width: 100%;
  }

  .hs-training-events-faq-page .dnd_area-column-10-row-1-vertical-alignment > .row-fluid {
    display: block !important;
  }


  .hs-training-events-faq-page .cell_1598951255023-row-0-margin {
    margin-bottom: 40px !important;
  }

  .hs-training-events-faq-page .body-container-wrapper .dnd-section>.row-fluid>.span12 .span6 img {
    margin-bottom: 10px;
  }

  .hs-training-events-faq-page .cell_15989512550233-vertical-alignment {
    display: block !important;
  }

  .hs-training-events-faq-page .dnd_area-column-10-row-2-vertical-alignment > .row-fluid {
    display: block !important;
  }

  .hs-training-events-faq-page .cell_15989513410432-row-0-margin {
    margin-bottom: 40px !important;
  }
}

@media(min-width:768px){
.hs-training-events-faq-page .row-fluid-wrapper.row-number-2.dnd-row p{
    padding-left: 15px;
}
}


@media(max-width:767px){
.hs-training-events-faq-page #hs_cos_wrapper_widget_1598954637171 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
  .hs-training-events-faq-page .hs-banner-area {
    margin: 0;
  }

  main .body-container-wrapper {}

  .hs-training-events-faq-page .body-container-wrapper {
    padding-top: 1.2em;
  }

  .hs-training-events-faq-page h4 {
    margin-top: 8px;
  }

  .hs-training-events-faq-page .hs-banner-area a {
    font-size: 18px;
  }

  .expand-section {
    font-size: 18px;
    line-height: 1.42857143;
  }

  .expand-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 6px;
  }
  .accordion-items-hr {
    margin-right: 0px;
  }


}

@media(max-width:400px){
  .accordion-items-hr>.row {
    margin: 0;
  }

  .accordion-btn {
    padding-left: 0;
  }
}




@media(max-width:320px){
  .hs-training-events-faq-page .hs-banner-area {
    margin: 0;
    /*     margin-top: -2px; */
  }
}





/* .hs-camps-and-event-page-css */


.hs-camps-and-event-page {}

.hs-camps-and-event-page .dnd-section {
  padding: 0;
}

.hs-camps-and-event-page .dnd-section .widget-type-cell {
  padding: 0;
}

.hs-camps-and-event-page .banner-area .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.hs-camps-and-event-page .hs-banner-area a {
  display: inline-block;
  color: #BCBCBC;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1.42857143;
}

.hs-camps-and-event-page .hs-banner-area h1 {
  display: inline-block;
}

.hs-hs-camps-and-event-page-row1 .hs_cos_wrapper_type_rich_text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: block;
}



.hs-camps-and-event-page .body-container-wrapper .dnd-section>.row-fluid > div {
  margin-left: 15px;
  margin-right: 15px;
}



.hs-hs-camps-and-event-page-row1 {
  margin-bottom: 8px;
}



.hs-hs-camps-and-event-page-row2 .question-wrap {
  margin-left: 30px;
  margin-right: 30px;
}
.hs-hs-camps-and-event-page-row2 .question-wrap {
  margin-right: 0;
}






.container-fluid.hs-hs-camps-and-event-page-row2 {
  font-size: 14px;
  line-height: 1.42857143;
}

.hs-hs-camps-and-event-page-row2 .accordion-wrap .answer.text1 > .row {

  margin-left: 19px;
  margin-right: 15px;
}

.hs-hs-camps-and-event-page-row2 .accordion-wrap .answer.text1 > .row > .col-md-2,
.hs-hs-camps-and-event-page-row2 .accordion-wrap .answer.text1>.row>p:first-child {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


.hs-hs-camps-and-event-page-row2 .accordion-wrap .answer.text1 > .row  > .col-md-10,
.hs-hs-camps-and-event-page-row2 .accordion-wrap .answer.text1>.row>p:last-child {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


.hs-hs-camps-and-event-page-row2 .accordion-wrap .answer.text1>.row p img {
  vertical-align: middle;
}

.hs-hs-camps-and-event-page-row2 .accordion-wrap .answer.text1 > .row p {
  margin: 0 0 10px;
  line-height: 26px;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  display: inherit;
}

.hs-hs-camps-and-event-page-row2 .accordion-wrap .answer.text1>.row> .col-md-12,
.hs-hs-camps-and-event-page-row2 .accordion-wrap .answer.text1>.row:last-child > p{
  line-height: 23px;
}

.hs-hs-camps-and-event-page-row2 .accordion-wrap .answer.text1>.row:last-child > p {
  width: 100%;
  float: none;
  padding: 0;
  margin-left: 15px;
  display: inline-block;

  margin-top: 20px;
}


@media (min-width: 992px){

  .hs-hs-camps-and-event-page-row2 .accordion-wrap .answer.text1 > .row > .col-md-2,
  .hs-hs-camps-and-event-page-row2 .accordion-wrap .answer.text1>.row>p:first-child{
    float: left;
    width: 16.66666667%;

  }

  .hs-hs-camps-and-event-page-row2 .accordion-wrap .answer.text1 > .row  > .col-md-10,
  .hs-hs-camps-and-event-page-row2 .accordion-wrap .answer.text1>.row>p:last-child{
    float: left;
    width: 83.33333333%;
  }

  .hs-hs-camps-and-event-page-row2 .accordion-wrap .answer.text1>.row> .col-md-12,
  .hs-hs-camps-and-event-page-row2 .accordion-wrap .answer.text1>.row:last-child > p{
    line-height: 23px;
  }

  .hs-hs-camps-and-event-page-row2 .accordion-wrap .answer.text1>.row:last-child > p {
    width: 100%;
    float: none;
    padding: 0;
    margin-left: 15px;
    display: inline-block;

    margin-top: 20px;
  }

}



@media(max-width:991px){
.hs-hs-camps-and-event-page-row2 .accordion-wrap .answer.text1>.row p iframe {
    width: 100% !important;
}
}


@media(max-width:767px){
  .hs-camps-and-event-page .hs-banner-area a {
    font-size: 18px;
  }

  .hs-camps-and-event-page {}

  .hs-camps-and-event-page .hs-banner-area {
    margin-bottom: 0;
  }

  .hs-camps-and-event-page .body-container-wrapper {
    padding-top: 23px;
  }

  .hs-hs-camps-and-event-page-row1 {
    margin-bottom: 7px;
  }

}

@media(max-width:400px){
  .hs-hs-camps-and-event-page-row2 .accordion-btn{
    padding-left: 15px;
  }

  .hs-hs-camps-and-event-page-row2 .accordion-items-hr>.row {
    margin: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
.hs-hs-camps-and-event-page-row2 .accordion-items-hr>.row {
    margin: 0;
}

.hs-hs-camps-and-event-page-row2 .accordion-items-hr>.row .accordion-left-col {
    padding: 0;
}
  
  .hs-camps-and-event-page .body-container-wrapper .dnd-section>.row-fluid>div {
    margin: 0;
}
  
}








/* .hs-trainings-inner-page-css  */

.hs-trainings-inner-page .banner-area .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.hs-trainings-inner-page .hs-banner-area a {
  display: inline-block;
  color: #BCBCBC;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1.42857143;
}

.hs-trainings-inner-page .hs-banner-area h1 {
  display: inline-block;
}


.hs-trainings-inner-page .body-container-wrapper .dnd-section>.row-fluid {
  display: block !important;
  padding-left: 30px;
  padding-right: 30px;
}

.hs-trainings-inner-page-row1 {}

.hs-trainings-inner-page .dnd-section {
  padding: 0;
}

.hs-trainings-inner-page .dnd-section .widget-type-cell {
  padding: 0;
}

.hs-trainings-inner-page-row1 .span7.widget-type-cell {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;

  width: 100%;
}




.hs-trainings-inner-page-row1 .span5.widget-type-cell {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;

  width: 100%;
}



.hs-trainings-inner-page-row1 video {
  vertical-align: baseline;
  display: block;
  max-width: 100%;
  height: auto;
}

.hs-trainings-inner-page-row1 ul {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 25px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.42857143;
}

.hs-trainings-inner-page-row1 ul li {
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.container-fluid.hs-trainings-inner-page-row2 {}

.hs-trainings-inner-page-row2 hr {
  background-color: transparent;
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  width: 100%;
  border-top: 1px solid #707070;
  display: inline-block;
}

.container-fluid.hs-trainings-inner-page-row3 {}

.hs-trainings-inner-page-row3 iframe {
  width: 100%;
  max-height: none;
  overflow: hidden;
  /*   height: 4699px !important; */
}
.hs-trainings-inner-page-row3 {
  margin-bottom: 18px;
}

.image-gallery-wrap {}

.image-gallery-wrap .slick-dotted.slick-slider {
}

.image-gallery-wrap ul.slick-dots {
  display: none !important;
}

.image-gallery-wrap button.slick-prev.slick-arrow {
  position: absolute;
  top: 51.5%;
  bottom: 0;
  left: 0;
  width: 15%;
  z-index: 9;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  background-color: rgba(0,0,0,0);
  filter: alpha(opacity=50);
  opacity: .5;
  color: #87c34a;
  transform: none;
  text-indent: 99999999;
  text-indent: -100000000px;
  color: #87c34a;
  height: 30px;
}

.image-gallery-wrap button.slick-prev.slick-arrow::before {
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 2.5em;
  font-size: 2.5em;
  color: inherit;
  content: "\e257" !important;
  opacity: 1;
  font-size: inherit;
  font-family: 'Glyphicons Halflings' !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  left: 50%;
  /* width: 30px; */
  /* height: 30px; */
  margin-top: -15px;
  margin-left: -15px;
  font-size: 2.5em;
  text-indent: 0;
  color: inherit;
}




.image-gallery-wrap button.slick-next.slick-arrow {
  position: absolute;
  top: 51.5%;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  background-color: rgba(0,0,0,0);
  filter: alpha(opacity=50);
  opacity: .5;
  right: 0;
  left: auto;
  color: #87c34a;
  transform: none;
  color: #87c34a;
  text-indent: -100000000px;
}

.image-gallery-wrap button.slick-next.slick-arrow:before {
  content: "\e258" !important;
  opacity: 1;
  font-family: 'Glyphicons Halflings' !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  right: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  text-indent: 0;
  font-size: 2.5em;
  color: inherit;
}

.image-gallery-wrap button.slick-prev.slick-arrow {
  z-index: 9
}

.image-gallery-wrap button.slick-prev.slick-arrow:hover,.image-gallery-wrap button.slick-next.slick-arrow:hover {

  color: #87C34A;
  opacity: .9;
}

.hs-trainings-inner-page-row2 {
  margin-top: 11px;
}

.image-gallery-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;

  vertical-align: middle;
}


@media (min-width: 992px){

  .hs-trainings-inner-page-row1 .span7.widget-type-cell {
    width: 58.33333333%;
    float: left;
  }
  .hs-trainings-inner-page-row1 .span5.widget-type-cell {
    float: left;
    width: 41.66666667%;
  }
}


@media(max-width:991px){
  .image-gallery-wrap img {
  }

  .hs-trainings-inner-page-row2 {
    margin: 0;
  }


  .hs-trainings-inner-page-row3 .dnd-section>.row-fluid {
    padding: 0 !important;
    max-width: 100%;}

  
  .image-gallery-wrap button.slick-prev.slick-arrow {
    display: none !important;
}

.image-gallery-wrap button.slick-next.slick-arrow {
    display: none !important;
}
  
}


@media(max-width:767px){
  .hs-trainings-inner-page .hs-banner-area a {
    font-size: 18px;
  }

  .hs-trainings-inner-page .hs-banner-area {
    margin: 0;
  }

  .hs-trainings-inner-page .body-container-wrapper {
    padding-top: 23px;
  }

  .hs-trainings-inner-page-row3 .dnd-section>.row-fluid {
    padding: 0 15px !important;
  }

}






/* .hs-camps-page-css */

.hs-camps-page .dnd-section {
  padding: 0;
}

.hs-camps-page .dnd-section .widget-type-cell {
  padding: 0;
}


.hs-camps-page .hs-responsive-embed-wrapper.hs-responsive-embed {
  width: 100% !important;
  max-width: 100% !important;
  max-height: unset !important;
}



.hs-camps-page .banner-area .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.container-fluid.hs-camps-page-row1 {
  overflow: hidden;
}

.hs-camps-page-row1 .hs-responsive-embed-inner-wrapper {
  height: 100% !important;
}

.hs-camps-page-row1 .dnd-section>.row-fluid {
  padding-left: 3px;
  padding-right: 4px;
  padding-top: 4px;
}

.hs-camps-page-row1 .hs-responsive-embed-inner-wrapper:before,
.hs-camps-page-row1 .hs-responsive-embed-inner-wrapper:after {
  display: table;
  content: " ";
}

.hs-camps-page-row1 .hs-responsive-embed-inner-wrapper:after {
  clear: both;
}

.hs-camps-page-row1 .embed-responsive-16by9 {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 52.30%;
}

.hs-camps-page-row1 .embed-responsive-16by9 iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hs-camps-page-row2 {
  margin-top: 5px;
}

.hs-camps-page-row2 .dnd-section>.row-fluid {
  padding-left: 30px;
  padding-right: 30px;
  display: block !important;
}

.hs-camps-page-row2 .span7.widget-type-cell {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}




.hs-camps-page-row2 .span5.widget-type-cell {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


@media (min-width: 992px){
  .hs-camps-page-row2 .span7.widget-type-cell {
    float: left;
    width: 58.33333333%;
  }

  .hs-camps-page-row2 .span5.widget-type-cell {
    float: left;

    width: 41.66666667%;
  }

}

.panel-group {
  margin-bottom: 20px;
  margin-top: 11px !important;
}

.panel-group .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  border-color: #618c36;
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 0;
  color: white;
  background-color: #87C34A;
  border-color: #618c36;
}

.panel .panel-heading h4 {
  margin: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.panel-body {
  padding: 15px;
  font-size: 14px;
  line-height: 1.42857143;
}

.panel-body ul {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 25px;
}

.panel-body ul li {
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hs-camps-page-row3 {}

.hs-camps-page-row3 .dnd-section>.row-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.hs-camps-page-row3 hr {
  background-color: transparent;
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  width: 100%;
  border-top: 1px solid #707070;
}

.hs-camps-page-row4 {}

.hs-camps-page-row4 .dnd-section>.row-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.hs-camps-page-row4 a {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
}
.hs-camps-page-row4 a:nth-child(2n+1) {
  clear: left;
}


.hs-camps-page-row4 a h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;

  /*     margin: 0px !important; */
}

.hs-camps-page-row4 a img {
  vertical-align: middle;
}

.container-fluid.hs-camps-page-row5 {}

.hs-camps-page-row5 .dnd-section>.row-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.hs-camps-page-row5 .text-center-mobile {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px){

  .hs-camps-page-row4 a {
    width: 66.66666667%;
    float: left;
  }
}


@media (min-width: 992px){
  .hs-camps-page-row4 a {
    width: 41.66666667%;
    float: left;
  }

}


@media(max-width:1024px){
  .hs-camps-page-row2 {
    margin: 0;
  }

}


@media(max-width:991px){
  .embed-responsive-16by9 {
    padding-bottom: 50.8%;
  }
  .hs-camps-page-row2 .span7.widget-type-cell {
    width: 100%;
  }

  .hs-camps-page-row2 .span5.widget-type-cell {
    width: 100%;
  }
  .panel-body ul {
    margin-left: inherit;
  }
}


@media(max-width:767px){
  .hs-camps-page-row1 .dnd-section>.row-fluid {
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 13px;
  }

  .hs-camps-page .hs-banner-area {
    margin: 0;
  }

  .hs-camps-page {}

  .hs-camps-page .body-container-wrapper {
    padding-top: 1.2em;
  }

  .hs-camps-page-row2 {
    margin-top: 12px;
  }

  .panel-group {
    margin-top: 27px !important;
  }

  .panel-body {
    font-size: 18px;
  }



  .hs-camps-page-row3 {
    margin-top: 10px;
  }

  .hs-camps-page-row4 a {
    font-size: 18px;
  }

}


@media(max-width:560px){
  .hs-camps-page-row4 a h4 {
    display: block !important;
    margin-left: 0px !important;
  }
}








/* .hs-camps-inner-page-css */



.hs-camps-inner-page .banner-area .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.hs-camps-inner-page .hs-banner-area a {
  display: inline-block;
  color: #BCBCBC;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1.42857143;
}

.hs-camps-inner-page .hs-banner-area h1 {
  display: inline-block;
}

.hs-camps-inner-page .dnd-section {
  padding: 0;
}



.hs-camps-inner-page .dnd-section .widget-type-cell {
  padding: 0;
}



.hs-camps-inner-page-row1  .dnd-section>.row-fluid {
  padding-left: 3px;
  padding-right: 4px;
  padding-top: 4px;
}

.container-fluid.hs-camps-inner-page-row1 {}

.hs-camps-inner-page-row1 .embed-responsive-16by9 {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;

  padding-bottom: 52.7%;
}

.hs-camps-inner-page-row1 .hs-responsive-embed-wrapper.hs-responsive-embed {
  width: 100% !important;
  max-width: 100% !important;
  max-height: unset !important;
}

.hs-camps-inner-page-row2 {}

.hs-camps-inner-page-row2 .dnd-section>.row-fluid {
  display: block !important;
  padding-left: 30px;
  padding-right: 30px;
}

.hs-camps-inner-page-row2 .span7.widget-type-cell,.hs-camps-inner-page-row2 .span5.widget-type-cell {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}



@media (min-width: 992px){
  .hs-camps-inner-page-row2 .span7.widget-type-cell {
    float: left;

    width: 58.33333333%;
  }

  .hs-camps-inner-page-row2 .span5.widget-type-cell{width: 41.66666667%;float: left;}

}

.hs-camps-inner-page-row3 {}

.hs-camps-inner-page-row3 h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;

  margin-top: 4px;
  margin-bottom: 10px;
  font-size: 18px;
}

.hs-camps-inner-page-row4 {}

.hs-camps-inner-page-row4 .dnd-section>.row-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.hs-camps-inner-page-row4 hr {
  background-color: transparent;
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  width: 100%;
  border-top: 1px solid #707070;
}

.container-fluid.hs-camps-inner-page-row5 {
}

.hs-camps-inner-page-row5 iframe {
  width: 100%;
  max-height: none;
  overflow: hidden;
  max-width: 100% !important;
}

.hs-camps-inner-page-row6 {
  margin-top: 12px;
}

.hs-camps-inner-page-row6 .dnd-section>.row-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.hs-camps-inner-page-row6 hr {
  background-color: transparent;
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  width: 100%;
  border-top: 1px solid #707070;
}

.container-fluid.hs-camps-inner-page-row7 {}

.hs-camps-inner-page-row7 .dnd-section>.row-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.hs-camps-inner-page-row7 .text-center-mobile {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
b, strong {
  font-weight: 700;
}

.hs-camps-inner-page-row2 .span7 ul {
  font-size: 14px;
  line-height: 1.42857143;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 25px;
}

.hs-camps-inner-page-row2 .span7 ul li {
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}


@media(max-width:1199px){
  .hs-camps-inner-page-row1 .embed-responsive-16by9{
    padding-bottom: 52%;
  }
}

@media(max-width:991px){
  .hs-camps-inner-page-row1 .embed-responsive-16by9 {
    padding-bottom: 50.1%;
  }
  .hs-camps-inner-page-row2 .span7 ul {
    margin-left: inherit;
  }
}

@media(max-width:767px){
  .hs-camps-inner-page-row2 .span7 ul {
    font-size: 18px;
  }
  .hs-camps-inner-page .hs-banner-area a {
    font-size: 18px;
  }

  .hs-camps-inner-page .hs-banner-area {
    margin: 0;
  }

  .hs-camps-inner-page  .body-container-wrapper {
    padding-top: 1.2em;
  }

  .hs-camps-inner-page-row1 .dnd-section>.row-fluid {
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 13px;
  }

  .hs-camps-inner-page-row1 .embed-responsive-16by9 {
    padding-bottom: 51.1%;
  }

}

/* coches-css */

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

.hs-coaches-page .banner-area .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.hs-coaches-page .dnd-section {
  padding: 0;
}

.hs-coaches-page .dnd-section .widget-type-cell {
  padding: 0;
}

.container-fluid.hs-coaches-page-row1 {}

.hs-coaches-page-row1 .dnd-section>.row-fluid {
  display: block !important;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.hs-coaches-page-row1 .span12:first-child {}

.hs-coaches-page-row1 .row-fluid-wrapper.row-number-1 {
  margin-bottom: 14px;
}

.hs-coaches-page-row1 .row-fluid-wrapper.row-number-1 .span4.widget-type-cell {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.hs-coaches-page-row1 .row-fluid-wrapper.row-number-1 .span8.widget-type-cell {
  margin: 0;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-coaches-page img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 21px;
}


.hs-coaches-page h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 800;


}

.hs-coaches-page .hs-banner-area h1 {
  margin: 0;
  line-height: 1.1;
  color: inherit;
  padding: 20px 0;
  margin: 0;
  font-weight: 800;
  font-size: 30px;
  font-family: 'Raleway',sans-serif;
  padding-bottom: 16px;
}

.hs-coaches-page h2 {
  line-height: 1.1;
  color: inherit;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 16px;
}

.hs-coaches-page .body-container-wrapper {
  font-size: 14px;
  line-height: 1.42857143;
}

.hs-coaches-page-row1  .row-fluid-wrapper.row-number-4 {}

.hs-coaches-page-row1 .row-fluid-wrapper.row-number-4 .span4.widget-type-cell {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}





.hs-coaches-page h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 0;
  font-size: 1.4em;
}

.hs-coaches-page ul {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 25px;
  padding-left: 20px;
}

.hs-coaches-page ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.1em;
}


.container-fluid.hs-coaches-page-row2 {}

.hs-coaches-page-row2 .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}

.hs-coaches-page hr {
  background-color: transparent;
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #87C34A;
  width: 100%;
}

.container-fluid.hs-coaches-page-row3 {}

.hs-coaches-page-row3 .dnd-section>.row-fluid {
  display: block !important;
  padding-left: 30px;
  padding-right: 30px;

  overflow: hidden;
}

.hs-coaches-page-row3  .row-fluid-wrapper.row-number-1 {}

.hs-coaches-page-row3 .row-fluid-wrapper.row-number-1 .span4.widget-span {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.hs-coaches-page-row3 .row-fluid-wrapper.row-number-1 .span8.widget-span {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


.hs-coaches-page-row3 .row-fluid-wrapper.row-number-4 .span6.widget-span {
  width: 100%;
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


.hs-coaches-page-row4 .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}



.hs-coaches-page-row5 .dnd-section>.row-fluid {
  display: block !important;
  padding-left: 30px;
  padding-right: 30px;

  overflow: hidden;
}



.hs-coaches-page-row5 .row-fluid-wrapper.row-number-1 .span4.widget-span {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.hs-coaches-page-row5 .row-fluid-wrapper.row-number-1 .span8.widget-span {
  margin: 0;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


.hs-coaches-page-row5 .row-fluid-wrapper.row-number-4 div.hs_cos_wrapper {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.hs-coaches-page-row6 .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}


.hs-coaches-page-row7 .dnd-section>.row-fluid {
  display: block !important;
  padding-left: 30px;
  padding-right: 30px;

  overflow: hidden;
}



.hs-coaches-page-row7 .row-fluid-wrapper.row-number-1 .span4.widget-span {
  margin: 0;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-coaches-page-row7 .row-fluid-wrapper.row-number-1 .span8.widget-span {
  margin: 0;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}



.hs-coaches-page-row7 .row-fluid-wrapper.row-number-1 .span8.widget-span p {
  line-height: 26px;
  font-family: 'Raleway', sans-serif;
}

.hs-coaches-page-row5 .row-fluid-wrapper.row-number-1 .span8.widget-span p {
  line-height: 26px;
  font-family: 'Raleway', sans-serif;
}



.hs-coaches-page-row7 .row-fluid-wrapper.row-number-4 div.hs_cos_wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
  width: 100%;
}


.hs-coaches-page-row8 .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}

.hs-coaches-page-row9 {
  margin-bottom: 10px;
}

.hs-coaches-page-row9 .dnd-section>.row-fluid {
  display: block !important;
  padding-left: 30px;
  padding-right: 30px;

  overflow: hidden;
}

.hs-coaches-page-row9 .span4.widget-span {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}


.hs-coaches-page-row9 .span8.widget-span {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}


.hs-coaches-page-row9 .span8.widget-span p {
  line-height: 26px;
  font-family: 'Raleway', sans-serif;
}



.hs-coaches-page-row10 .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}



.hs-coaches-page-row11 .dnd-section>.row-fluid {
  display: block !important;
  padding-left: 30px;
  padding-right: 30px;

  overflow: hidden;
}



.hs-coaches-page-row11 .row-fluid-wrapper.row-number-1 .span4.widget-span {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.hs-coaches-page-row11 .row-fluid-wrapper.row-number-1 .span8.widget-span {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.hs-coaches-page-row11 .row-fluid-wrapper.row-number-4 .span4.widget-span {
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.hs-coaches-page-row12 .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}



.hs-coaches-page-row13 .dnd-section>.row-fluid {
  padding-left: 30px;
  padding-right: 30px;
}


.hs-coaches-page-row13 h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}



.hs-coaches-page-row13 div.hs_cos_wrapper {
  padding-right: 15px;
  padding-left: 15px;
}





@media (min-width: 992px){
  .hs-coaches-page-row1 .row-fluid-wrapper.row-number-1 .span4.widget-type-cell {
    float: left;
    width: 33.33333333%;
    left: 66.66666667%;
  }


  .hs-coaches-page-row1 .row-fluid-wrapper.row-number-1 .span8.widget-type-cell {

    right: 33.33333333%;
    width: 66.66666667%;
    float: left;
  }

  .hs-coaches-page img {
    max-width: 80%;
  }

  .hs-coaches-page-row1 .row-fluid-wrapper.row-number-4 .span4.widget-type-cell {
    float: left;
    width: 33.33333333%;
  }
  .hs-coaches-page-row3 .row-fluid-wrapper.row-number-1 .span4.widget-span {
    float: left;
    width: 33.33333333%;
    left: 66.66666667%;
  }

  .hs-coaches-page-row3 .row-fluid-wrapper.row-number-1 .span8.widget-span {
    float: left;
    width: 66.66666667%;
    right: 33.33333333%;
  }

  .hs-coaches-page-row3 .row-fluid-wrapper.row-number-4 .span6.widget-span {
    float: left;

    width: 33.33333333%;
  }



  .hs-coaches-page-row5 .row-fluid-wrapper.row-number-1 .span4.widget-span {
    float: left;

    width: 33.33333333%;
    left: 66.66666667%;
  }

  .hs-coaches-page-row5 .row-fluid-wrapper.row-number-1 .span8.widget-span {
    float: left;
    width: 66.66666667%;
    right: 33.33333333%;
  }


  .hs-coaches-page-row5 .row-fluid-wrapper.row-number-4 div.hs_cos_wrapper {
    float: left;

    width: 33.33333333%;
  }

  .hs-coaches-page-row7 .row-fluid-wrapper.row-number-1 .span4.widget-span {
    float: left;
    width: 33.33333333%;
    left: 66.66666667%;
  }

  .hs-coaches-page-row7 .row-fluid-wrapper.row-number-1 .span8.widget-span {
    float: left;
    width: 66.66666667%;
    right: 33.33333333%;
  }


  .hs-coaches-page-row7 .row-fluid-wrapper.row-number-4 div.hs_cos_wrapper {
    float: left;

    width: 33.33333333%;
  }
  .hs-coaches-page-row9 .span4.widget-span {
    float: left;
    width: 33.33333333%;
    left: 66.66666667%;
  }

  .hs-coaches-page-row9 .span8.widget-span {
    float: left;
    width: 66.66666667%;
    right: 33.33333333%;
  }


  .hs-coaches-page-row11 .row-fluid-wrapper.row-number-1 .span4.widget-span {
    float: left;
    width: 33.33333333%;
    left: 66.66666667%;
  }

  .hs-coaches-page-row11 .row-fluid-wrapper.row-number-1 .span8.widget-span {
    float: left;
    width: 66.66666667%;
    right: 33.33333333%;
  }

  .hs-coaches-page-row11 .row-fluid-wrapper.row-number-4 .span4.widget-span {
    float: left;
    width: 33.33333333%;
  }

}



@media(max-width:991px){


  .hs-coaches-page-row13 div.hs_cos_wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hs-coaches-page h1 {
    font-size: 1.8em;
  }

  .hs-coaches-page ul {
    margin-left: 25px;
  }

  .hs-coaches-page ul li {
    font-size: 18px;
  }

  .hs-coaches-page-row3 .row-fluid-wrapper.row-number-1 .span8.widget-span {
    width: 100%;
  }



  .hs-coaches-page-row3 .row-fluid-wrapper.row-number-4 {
    margin-top: 1em;
  }


  .hs-coaches-page-row11 .row-fluid-wrapper.row-number-4 {
    margin-top: 1em;
  }

  h2 {}
}



@media(max-width:767px){
  .hs-coaches-page .hs-banner-area {
    margin: 0;
  }


  .hs-coaches-page .body-container-wrapper {
    padding-top: 1.2em;
    font-size: 18px;
  }
  .hs-coaches-page-row13 .text-center-mobile {
    text-align: center;
  }
}


/* home-page-css */
.hs-home-page {}

.hs-home-page .dnd-section {
  padding: 0;
}

.hs-home-page .dnd-section .widget-type-cell {
  padding: 0;
}

.container-fluid.hs-home-page-row1 {}

.hs-home-page-row1 .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}

.video-container {
  position: relative;
}

.video-container .wrapper {
  vertical-align: baseline;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-copy {
  position: absolute;
  top: 40%;
  left: 0;
  text-align: center;
  width: 100%;
}

.home-copy-inner {
  text-align: center;
}

.home-copy-inner h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 100;
  font-size: 36px;
  color: #fff;
}

.hs-home-silder {
  position: relative;
  border-radius: 25px;
  margin-top: 5rem;
  border: 1px solid white;
  padding: 10px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.hs-home-silder .slick-dotted.slick-slider {
  MARGIN: 0 !IMPORTANT;
  position: relative;
  width: 100%;
  /* overflow: hidden; */
  max-height: 50px;
}

.hs-home-silder button.slick-prev.slick-arrow {
  DISPLAY: none !important;
}

.hs-home-silder h3 {
  margin: 0;
  font-family: inherit;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
  color: white;
  float: left;
  font-weight: 500;
  font-size: 22px;
}

.hs-home-silder ul.slick-dots {
  margin-top: 0;
  margin-bottom: 10px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 59%;
  padding-left: 0;
  margin-left: -29.5%;
  text-align: center;
  list-style: none;
  bottom: -53px;
}

.hs-home-silder ul.slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
  margin: 3px;
}

.hs-home-silder ul.slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  background-color: rgba(0,0,0,0);
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 4px;
}

.hs-home-silder ul.slick-dots li button:before {
  width: 10px !important;
  height: 10px !important;
  font-size: 0px !important;
  opacity: 1 !important;
}

.hs-home-silder ul.slick-dots li.slick-active {}

.hs-home-silder ul.slick-dots li.slick-active button {
  padding:5px;
  background-color:#fff;
}

.hs-home-silder .home-item a{
  display:block;
}


.hs-home-silder h3:hover {
  color: #87C34A;
}

.hs-home-silder button.slick-next.slick-arrow {
  transform: none;
  position: absolute;
  top: 7px;
  bottom: 0;
  width: 15%;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  background-color: rgba(0,0,0,0);
  filter: alpha(opacity=50);
  opacity: .5;
  right: 2px;
  left: auto;
  height: 100%;
  z-index: 999;
  transform: none;
  font-size: 0;
}

.hs-home-silder button.slick-next.slick-arrow::before {
  font-family: unset !important;
  opacity: 1 !important;
  font-size: unset;
  text-indent: -100000000px;
  content: "\e080" !important;
  font-family: 'Glyphicons Halflings' !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
  margin-right: -10px;
}

.hs-home-silder {
  padding-bottom: 16px !important;
}
.hs-home-silder button.slick-next.slick-arrow:hover {
  color: #fff;
  opacity: .9;
}

.hs-home-page-row2 {
  background-color: #87c34a;
  border-style: none;
  border-radius: 0;
  color: white;
}

.hs-home-page-row2 .hs_cos_wrapper_type_rich_text {
  margin: 1.3em 0 1.3em 0;
  text-align: center;
  box-sizing: border-box;
  display:block;
  font-size: 21px;
  line-height: 1.42857143;
}

.hs-home-page-row2 .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hs-home-page-row2 .glyphicon:before {
  content: "\e080";
}

.hs-home-page-row3 {
  background: white;
  padding: 20px;
}

.hs-home-page-row3 .span9.widget-span {
  margin: 0;
  position: relative;
  min-height: 1px;

  padding-right: 8px;
  padding-left: 15px;
  width: 100%;
}

.hs-home-page-row3 .span3.widget-span 
{margin: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}



@media (min-width: 992px){
  .hs-home-page-row3 .span9.widget-span {width: 75%;float: left;}

  .hs-home-page-row3 .span3.widget-span {float: left;width: 25%;}
}

.hs-home-page-row3 .span3 div.hs_cos_wrapper {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 25px;
  padding-left: 1em;
  /*     min-height: 20em; */
  position: relative;

  margin-top: 28px;
}

.hs-home-page-row3 .span3 h4 {
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: .5em;
  font-family: 'Raleway', sans-serif;
  color: #565656;
  font-size: 19px;
  font-weight: 600;
}

.hs-home-page-row3 .span3 hr {
  background-color: transparent;
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  width: 100%;
  border-top: 1px solid #707070;
}

.hs-home-page-row3 .span p {
  font-size: 2rem;
  font-family: 'Raleway', sans-serif;
  color: #565656;
}

p {}

.hs-home-page-row3 .span3 p {
  font-size: 2rem;
  font-family: 'Raleway', sans-serif;
  color: #565656;
}

.home-recent-wrap {}

.home-recent-wrap h4 {
  line-height: 1.1;
  margin: 0;
  margin-bottom: 10px;
  margin-bottom: 10px;
  margin-top: .5em;
  color: #565656;
  font-size: 19px;
  font-weight: 600;
}

.home-recent-wrap {
  margin-bottom: 2em;
  padding: 25px;
  padding-left: 1em;
  /*     min-height: 20em; */
  position: relative;
  margin-top: 28px;
  padding-left: 0;

  border-right: 1px solid black;
}

.inner-recnet {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 50%;
}
.inner-recnet img {
  vertical-align: middle;
}

.inner-recnet a {
  text-align: justify;
  display: block;
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif;
  font-size: medium;
  width: 100%;
  line-height: 1.42857143;
}

.inner-recnet img {
  margin-right: -15px;
  margin-left: -15px;
}

.inner-recnet a {
  margin-right: -15px;
  margin-left: -15px;
}
.home-page-wrap .footer {
  margin-top: 0;
}


.hs-training-events-faq-page .answer.text1 {
  margin-left: 0;
}

.hs-camps-and-event-page .answer.text1 .col-md-12 {
  margin-left: 15px;
  margin-top: 20px;
  display: inline-block;
}

.hs-camps-and-event-page .hs-banner-area a:hover {
    color: #618C36 !important;
    text-decoration: none;
}

.body-container__website .dnd-section {
    padding-bottom: 15px;
}

@media (min-width: 992px){
  .inner-recnet {

    width: 25%;
  }
.home-page-wrap .logo-wrapper a {
    margin-top: -65px !important;
    z-index: 100;
}
}






@media(max-width:991px){
  .home-copy {top: 10%;}

  .home-recent-wrap {
    border-right: 0;
  }
  .home-recent-wrap h4 {
    font-size: 24px;
  }

  .home-recent-wrap {
    margin-top: 14px;
  }

  .hs-home-page-row3 .span3 div.hs_cos_wrapper {
    margin-top: 14px;
  }
}

@media(max-width:767px){
  .video-container {}

  .video-container .wrapper {
    background-size: cover;
    background-position: 0 0;
    height: 70vh;
    width: 100%;
    object-fit: cover;
  }

  .home-copy-inner h1 {
    font-size: 30px;
  }

  .hs-home-silder h3 {
    font-size: 18px;
  }

  .hs-home-silder {
    width: 100%;
    padding-bottom: 22px !important;
  }

  .hs-home-silder ul.slick-dots {bottom: -58px;}

  .hs-home-silder button.slick-next.slick-arrow::before {
    width: 20px !important;
    font-size: 20px;
  }

  .hs-home-silder button.slick-next.slick-arrow {
    width: 20px !important;

  }

  .hs-home-page-row2 .hs_cos_wrapper_type_rich_text {
    font-size: 27px;
  }

  .container-fluid.hs-home-page-row3 {
    display: none;
  }
  .home-page-wrap .footer-top {
    display: none;
  }
}


@media(max-width:400px){
.hs-home-silder {
    padding-left: 30px;
    padding-right: 30px;
}
.hs-home-silder button.slick-next.slick-arrow {
    right: -10px;
}
}


@media screen and (max-width: 360px){
.home-copy-inner h1 {
    font-size: 25px;
}
}


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

  
}

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

  }
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {

  max-width: 1200px;
  margin: 0 auto;

}



/* Styles for the Logo */



/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

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

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

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

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

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

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

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

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

/* Tablet Styles */


/* Mobile Styles */

@media (max-width: 767px) {

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

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

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

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}




/* header-css */


.header {
  background-color: #87c34a;
  position: relative;
}

.top-nav {}

.navbar-right {
  float: right;
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin: 0;
}

.navbar-right ul li {
  font-size: 1.2em;
  float: left;
}

.navbar-right ul li:last-child {
  padding-right: 20px;
}

.navbar-right ul li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  font-size: 2rem;
}

.navbar-right ul li a h4 {
  margin: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  border: 1px solid #ACFF33;
  padding: 10px;
}

.navbar-right ul li a:hover {
  color: #333;
}

.logo-wrapper {
  float: left;
  text-align: center;

  position: relative;
  z-index: 9;
}

.logo-wrapper > div > span {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  color: #777;
  margin-left: -15px;
}

.logo-wrapper a {}



@media screen and (min-width: 992px){
  .logo-wrapper a {
    width: 120px;
    margin-top: -80px;
    background-color: #87C34A;
    padding: 0 0px 10px 0px;
    position: relative;
    margin-left: 20px;
    display: block;
  }

  .logo-wrapper a:before{
    width: 0px;
    content: '';
    height: 0px;
    position: absolute;
    left: -49px;
    bottom: 0px;
    border-style: solid;
    border-width: 120px 0 0 50px;
    border-color: #87C34A transparent transparent transparent;
  }
  .logo-wrapper a:after{
    width: 0px;
    content: '';
    height: 0px;
    position: absolute;
    right: -49px;
    bottom: 0px;
    border-style: solid;
    border-width: 120px 50px 0 0;
    border-color: #87C34A transparent transparent transparent;
  }

}

.logo-wrapper a img {display: block;max-width: 100%;height: auto;vertical-align: middle;
    width: 120px !important;}

.custom-menu-primary {
  padding-right: 15px;
  padding-left: 15px;
  width: auto;
  border-top: 0;
  float: right;
  display: block;
  height: auto;
  padding-bottom: 0;
  overflow: visible;
}

.custom-menu-primary .navigation-primary {
  display: inherit;
}

.custom-menu-primary ul.submenu.level-1 > li {
  font-size: 1.2em;
  position: relative;
  display: block;
  float: left;
  padding-right: 20px;
}

.custom-menu-primary ul.submenu.level-1 > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  font-size: 2rem;
  font-weight: 500;
}

.custom-menu-primary ul.submenu.level-1 > li:hover > a {
  color: #555;
  background-color: #e7e7e7;
}

.custom-menu-primary ul.submenu.level-1 ul.submenu.level-2 {
  left: 0;
  top: 100%;
  width: auto;
  transform: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-color: #E8E8E8;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  right: auto;
}

.custom-menu-primary ul.submenu.level-1 {
  display: block;
}

.custom-menu-primary ul.submenu.level-1 ul.submenu.level-2 > li {
  font-size: 1.2em;
  padding: 5px;
}

.custom-menu-primary ul.submenu.level-1 ul.submenu.level-2 > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
  line-height: 1.42857143;
}

.custom-menu-primary ul.submenu.level-1 ul.submenu.level-2 > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}




/* banner-css */

.banner-section-row-0-force-full-width-section > .row-fluid {
  padding: 0;
}

.hs-banner-area {
  background-color: #606060;
  color: white;
  margin-bottom: 2em;
}

.hs-banner-area h1 {
  margin: 0;
  line-height: 1.1;
  color: inherit;
  padding: 20px 0;
  margin: 0;
  font-weight: 800;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 16px;
}


.hs-banner-area {
  margin-bottom: 28px;
}
.DND_banner-row-0-force-full-width-section > .row-fluid {
  padding: 0 !important;
}

.hs-banner-area .content-wrapper .row {
  margin-left: 15px;
  margin-right: 15px;
}

.hs-banner-area .inner-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}

.hs-banner-area a {
  display: none;
}



@media(min-width:768px){
  .mobile-register-link,.navbar-toggle{
    display:none;
  }
  .mobile-menu-primary {
    display: none;
  }
}


@media(max-width:991px){
  .top-nav {
    display: none;
  }

  .logo-wrapper a img {
    margin-bottom: 10px;
    width: 100px !important;
    background-color: #87C34A;
    padding: 0 10px 5px 10px;
    border-radius: 10px;
  }

  .logo-wrapper>div>span {
    padding-top: 5px;
    margin-left: -15px;
  }

  .custom-menu-primary {}

  .bottom-header {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-style: none;
    border-radius: 0;
    color: white;
    margin-bottom: 0;
    height: 50px;
  }

  .custom-menu-primary ul.submenu.level-1>li {
    padding-right: 0px;
  }
}

@media(max-width:767px){
  .custom-menu-primary {
    display: none;
  }



  .navbar-toggle {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 25px;
    border: 0px;
    border-color: #ddd;
    margin-right: 0;
    cursor: pointer;
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    width: 35px;
    height: 5px;
    background-color: #ABD581;
  }

  .bottom-header {
    height: auto;
    min-height: auto;
    text-align: center;
    padding-bottom: 28px;
  }

  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
  }

  .mobile-register-link {
    color: white;
  }

  .mobile-register-link h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 25px;
    border: 1px solid #ACFF33;
    padding: 10px;
  }

  .navbar-toggle:hover {
    background-color: #ddd;
  }
  .mobile-menu-primary {
    display: none;
  }


  .mobile-menu-primary .navigation-primary{
    margin: 7.5px -15px;
    margin-bottom: -1px;
  }

  .mobile-menu-primary ul.submenu.level-1 > li {
    line-height: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    padding-right: 0px;
  }

  .mobile-menu-primary ul.submenu.level-1 > li > a {
    position: relative;
    display: block;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 22px;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    color: white;
  }

  .mobile-menu-primary ul.submenu.level-1>li hr.hide-on-desktop {
    background-color: transparent;
    height: 0;
    display: block;
    width: 80%;
    border-top: 1px solid #ABD581;
    margin-bottom: 0;
    margin-top: 20px;
  }

  .mobile-menu-primary {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    margin-right: -15px;
    margin-left: -15px;
    border: none;
    margin-top: 30px;
  }
  .hide-onn-desktop {
    background-color: transparent;
    height: 0;
    display: block;
    width: 80%;
    border-top: 1px solid #abd581;
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mobile-open .navbar-toggle {
    background-color: #ddd;
  }
  .mobile-menu-primary {
    margin-top: 28px;
  }
}


@media(max-width:390px){
  .mobile-register-link h4 {
    padding: 5px;
    font-size: 12px;
    margin-top: 32px;
  } 

  .mobile-menu-primary {
    margin-top: 37px;
  }
  .bottom-header{

    padding-bottom: 30px;
  }
}



@media(max-width:328px){
  .mobile-register-link h4 {

/*        font-size: 10px;  */

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

.footer {
  background-color: #F8FAFC;

}
.footer__container {

  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}


.footer {
  list-style: none;
  padding-bottom: 1em;
  margin-top: 1em;

    font-size: 14px;
    line-height: 1.42857143;
  background-color: #000;
  padding-bottom: 14px;
  margin-top: 14px;
}

.footer-bottom {}

.copyright {
  margin-top: 100px;
  clear: both;
  
    margin-top: 64px;
}

.copyright p:first-child {

    color: #606060;
    text-align: left;
    float: left;
    font-size: .9em;
    font-family: Raleway,sans-serif;
}

.copyright p:last-child {

    float: right;
    font-family: Raleway,sans-serif;
    font-size: 0.9em;
}

.black-inset {
  margin-top: 2em;
  background-color: #000000;
  color: white;
}

.black-inset .f-image {
  margin-right: -15px;
  margin-left: -15px;
  clear: both;
}

.black-inset .f-image:before,.black-inset .f-image:after {
  display: table;
  content: " ";
}

.footer-col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}


@media (min-width: 992px){
  .footer-col {
    float: left;
    width: 33.33333333%;
  }
}

.footer-col:nth-child(1) img {
  vertical-align: middle;
  margin-bottom: 10px;
  width: 75% !important;
}

.footer-col:nth-child(2) img {
  vertical-align: middle;
  margin-bottom: 10px;
  width: 35% !important;
}

.footer-col:nth-child(3) img {
  vertical-align: middle;
  margin-bottom: 10px;
  width: 75% !important;
}

.copyright p:last-child a:first-child {
  padding-right: 30px;
}


.footer .black-inset h3 {
  line-height: 1.1;
  margin-bottom: 10px;
  display: inline;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  color: #FFFFFF;
  font-weight: 100;
  float: left;
  margin-top: 0px;
}

.black-inset h3 span:nth-child(2) {}

.black-inset h3 > div > span {}

.black-inset h3 > div > span > span {
  color: #FFFFFF;
  font-weight: 700;
}

span#social-icons {
  float: right;
}

span#social-icons a {
  background-color: black;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 1.8em;
  color: white;
  margin-left: 10px;
}

span#social-icons a i {
  min-width: 1em;
  text-align: center;
}

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

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-youtube:before {
  content: "\f167";
}



.testimonial-inset {
    background-color: #606060;
    color: white;
}

.testimonial-inset .feature-post-wrapper {
    position: relative;

    margin: 0 !important;
}

.testimonial-inset .feature-post-wrapper ul.slick-dots {
    display: none !important;
}

.testimonial-inset .feature-post-wrapper .slick-list {
    min-height: 150px;
}

.testimonial-inset .feature-post-wrapper  .item-slider {
    text-align: left;
}

.testimonial-inset .feature-post-wrapper .item-slider > .row {
    margin-right: -15px;
    margin-left: -15px;
}

.testimonial-inset  .left-col-text {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 50%;
    margin-left: 16.66666667%;
}

.testimonial-inset .right-col-text {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 16.66666667%;
}

.testimonial-inset .left-col-text h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-weight: 500;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 13pt;
}

.testimonial-inset .left-col-text h3 span {
    color: #87C34A;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.testimonial-inset .right-col-text h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 3em;
    margin-bottom: 2em;
    font-size: 11pt;
}

.testimonial-inset button.slick-prev.slick-arrow {
    position: absolute;
    top: 44%;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
    color: #87C34A;
    transform: none;
    text-indent: 99999999;
    text-indent: -100000000px;
   

}

.testimonial-inset button.slick-prev.slick-arrow::before {
    content: "\e257" !important;
    opacity: 1;
    font-size: inherit;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 2.5em;
    text-indent: 0;
 
    color: inherit;
}



.testimonial-inset button.slick-next.slick-arrow {
    position: absolute;
    top: 44%;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
    right: -15px;
    left: auto;
    color: #87C34A;
    transform: none;
    color: #87C34A;
    text-indent: -100000000px;
}

.testimonial-inset button.slick-next.slick-arrow:before {
    content: "\e258" !important;
    opacity: 1;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    right: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    text-indent: 0;
    color: #87C34A;
    color: #87C34A;
    font-size: 2.5em;
}
.testimonial-inset button.slick-prev.slick-arrow {
    z-index: 9;
}
span#social-icons a:hover {
    color: #618c36;
}


.testimonial-inset button.slick-prev.slick-arrow:hover,
.testimonial-inset button.slick-next.slick-arrow:hover{
color: #87C34A;
    opacity: .9;
    }




@media(max-width:992px){
.copyright {
    margin-top: 12px;
}

.footer .black-inset h3 {
    display: block;
    font-size: 20px;
}

span#social-icons {
    /* display: inline-block; */
    /* margin-top: .3em; */
    /* float: none; */
}

span#social-icons a {
    color: white;
    margin-left: 10px;
    background-color: black;
    margin-top: .6em;
    width: auto;
    font-size: 26px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.black-inset {
    text-align: center;
}
}



@media(max-width:991px){
span#social-icons {
    float: none;
    position: relative;
    top: 5px;
}

.copyright {
}

.testimonial-inset .left-col-text {
    margin: 0;
    width: 100%;
    float: none;
}

.testimonial-inset .right-col-text {
    width: 100%;
    margin: 0;
    float: none;
}

.testimonial-inset button.slick-next.slick-arrow {
    display: none !important;
}

.testimonial-inset button.slick-prev.slick-arrow {
    display: none !important;
}
}


@media(max-width:768px){
.copyright p:first-child {
    color: #606060;
    text-align: left;
    margin-bottom: 0;
    font-size: 10pt;
    float: left;
}

.copyright p:last-child {
    float: left !important;
    clear: both;
    padding-top: 15px;
    font-size: 12px !important;
}

.copyright p:last-child a:first-child {
    display: block;
}

.footer {
    padding-bottom: 18px;
}

.copyright {
    margin-top: 15px;
}

.black-inset {
    margin-top: 36px;
}
  a.social-icon.first-social {
    margin-left: 0px !important;
}
}



@media(max-width:767px){
span#social-icons {
    display: block;
    width: 100%;
}

h3 {}

.black-inset h3 {
    width: 100%;
    text-align: center;
}

a.social-icon.first-social {
    margin-left: 0px !important;
}

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;

  margin: 0 auto;
}

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

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
.Featured {
    display: none;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {

}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {

}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {

}
.blog-comments .hs-button:hover {

}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}


/* blog-css */


.blog-wrap hr {
  background-color: transparent;
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  width: 100%;
  border-top: 1px solid #707070;
}

.training-row {}

.training-row {}

.blog-wrap h3 {
  margin: 0;
  line-height: 1.1;
  color: inherit;
  font-family: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}

.blog-post-item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}




.blog-post-item > .row {
  margin: 0 0 20px 0;
  padding: 0;
}

.blog-post-item > .row:after,.blog-post-item > .row:before {
  display: table;
  content: " ";
}

.blog-post-item .hs-featured-image-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-post-item .blog-title-wrap {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-post-item .hs-featured-image-wrapper img {
  float: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 21px;
}

.blog-post-item .blog-title-wrap h2 {
  padding: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}


.blog-post-item:nth-child(3n + 1) {
  clear: left;
}

.blog-wrap h2 {
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 16px;
}


.load-more {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.load-more-inner {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.load-more .blog-pagination {
  border-radius: 7px;
  margin-top: 5rem;
  border: 1px solid #87C34A;
  padding: 10px;
  font-size: 2.5rem;
  width: 150px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.load-more .blog-pagination i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fa-angle-right:before {
  content: "\f105";
}



/* post-page-css */


.hs-banner-area.post-banner a {
  display: inline-block;
  color: #BCBCBC;
  margin-right: 10px;
  font-family: Raleway, sans-serif;
  font-size:14px;
  line-height: 1.42857143;
}

.hs-banner-area.post-banner h1 {
  display: inline-block;
}



.blog-post-wrap {}

.blog-post-wrap .content-wrapper {}

.blog-post-wrap .content-wrapper > row {}

.blog-post-wrap .content-wrapper > .row {
  margin-left: 15px;
  margin-right: 15px;
}

.mata-col-left {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}



.mata-col-right {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}



.mata-col-left h1 {
  margin: .67em 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 800;
}

.mata-col-left h1 a {
  color: grey;
}

.mata-col-left h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  color: rgb(86, 86, 86);
}

.mata-col-left h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.post-img {
  height: auto;
  margin-top: 21px;
}

.post-img img {
  float: none;
  margin: 0;
  width: 100%;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  
    width: auto;
}

.blog-post-wrap .content-row {}

.content-row .blog-post__body {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}




.sidebar-col-right {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


.blog-post__body p {
  font-size: 20px;
  line-height: 26px;
  font-family: 'Raleway', sans-serif;
  color: rgb(14, 16, 26);
  background: transparent;
  margin-top: 0pt;
  margin-bottom: 0pt;
}

.blog-post__body p img {
  width: 260px !important;
}

.sidebar-col-right .other-articles {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background: lightgray;
  margin-top: 20px;
  width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
}



.content-row {
  margin-top: 20px;
}

.sidebar-col-right .other-articles p {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Raleway', sans-serif;
}

.post-pagination-row {}

.custom-post-pagination {
  margin-top: 2rem;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-nav-wrapper {}


.blog-nav-wrapper {
    border: 1px solid #87C34A;
    padding: 10px;
    font-size: 2.5rem;
    width: 150px;
    text-align: center;
    border-radius: 7px;
    line-height: 1.42857143;
}

.blog-nav-wrapper.Next {
    margin: unset;
    display: inline;
    float: right;
    display: block;
}

.blog-nav-wrapper i {
    margin-left: 5px;
}

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

.fa, .fas {
    font-weight: 900;
}



.blog-nav-wrapper.Previous {
    margin: unset;
    display: inline;
    float: left;
    display: block;
}

.custom-post-pagination {}

.blog-comments {
    margin-bottom: 40px;
    margin-top: 20px;
}

.fa-angle-left:before {
    content: "\f104";
}

i.fas.fa-angle-left {}

.blog-nav-wrapper.Previous i {
    margin: 0;
    margin-right: 5px;
}


.hs-banner-area.post-banner a:hover {
    color: #618c36;
}


.comment-date {
    display: block !important;
}

.blog-comments form {
    margin-top: 20px;
}

ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg,
ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
    color: red;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   padding: 5px;
   overflow: hidden;
   overflow-x: auto;
}

.section.post-footer {
    padding-left: 15px;
    padding-right: 15px;
}

.blog-post-wrap .content-row {
    margin-top: 0;
}

.blog-post__body p {
    margin-bottom: 10px;
}

.blog-post__body ul {
    margin-left: 25px;
    padding-left: 15px;
}

.blog-post__body ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: normal !important;
}


.custom-post-pagination {
    margin-bottom: 20px;
}
.blog-nav-wrapper i {
    margin-left: 0;
}

.blog-post__body p a {
    word-break: break-all;
}

.featured-post {
    margin-bottom: 20px;
}

.crt-widget-waterfall .crt-feed-scroll {
    font-size: 14px;
    line-height: 1.42857143;
    }
@media (min-width: 992px){
  .blog-post-item {
    float: left;
    width: 33.33333333%;
  }
 .mata-col-left, .mata-col-right  {float: left;width: 50%;}


  .blog-post__body{
    float: left;
    width: 66.66666667%;

  }


  .sidebar-col-right{
    float: left;

    width: 33.33333333%;

  }
}

@media(max-width:992px){
  .blog-post-item .hs-featured-image-wrapper img {
    margin-bottom: 10px;
  }
  .post-img img {
    margin-bottom: 10px;
    
    width: 100%;
}
}



@media(max-width:991px){
.hs-banner-area.post-banner {
}

.mata-col-left h1 {
    font-size: 1.8em;
}

.row.mata-row {
    font-size: 14px;
    line-height: 1.42857143;
}



}


@media(max-width:767px){
.hs-banner-area.post-banner a {
    font-size: 18px;
}


.mata-col-left {
    font-size: 18px;
    line-height: 1.42857143;
}

.hs-banner-area.post-banner {
    margin-bottom: 22px;
}

}


@media(max-width:509px){
.hs-banner-area.post-banner .inner-wrapper {
    margin-top: -1px;
}
.hs-banner-area.post-banner h1 {
    padding-bottom: 16px;
}
}


@media(max-width:385px){
  .blog-nav-wrapper{
    margin-bottom: 5px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
    display: inline-block;
    margin: 2rem 0;
    background-color: #cde3cc;
    border: 1.5px solid #4f7d24;
    border-radius: 6px;
    font-size: .75rem;
    color: #4f7d24;
    padding: .1rem .75rem;
    font-size: inherit;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

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

.sp.subscription form input.email-edit.hs-input {
    width: 100% !important;
}
main.body-container-wrapper.sp.subscriptions {}

.sp.subscriptions form {
    max-width: 100%;
}

.sp.subscriptions form p.header {
    background-color: transparent;
}
.sp.prompt form input#hs-pwd-widget-password {
   display: inline-block;
    font-weight: normal;
    box-sizing: border-box;
    margin-bottom: 18px;
    line-height: 1.42857143;
    color: #555;
    width: 100%;
    height: 34px !important;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e2e2e2;
    font-size: 16px;
}

.sp.prompt form input#hs-pwd-widget-password:focus {
    border-color: rgba(118,176,34,1.0);
}