/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
@font-face{
  font-family: 'Brandon';
  src: url('../fonts/180924082920brandon-regular.eot');
  src: url();
}











































/* ******************************************************************************
*********************************************************************************
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;
  max-width: 100%;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * 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.
*********************************************************************************
****************************************************************************** */

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

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



@media only screen and (min-width: 1000px) {
  .dnd-section > .row-fluid {
    padding: 0 90px;
  }
}

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

@media (max-width: 479px) {
  .dnd-section > .row-fluid,
  .footer__container {
    padding-left:15px;
    padding-right:15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */




@font-face {
  font-family: "Aleobold";
  src: url("//f.hubspotusercontent40.net/hubfs/5830144/RedmondEquine_December2020/Fonts/Aleobold/Aleo-Bold-webfont.eot?#iefix") format("embedded-opentype"), 
    url(https://5301912.fs1.hubspotusercontent-na1.net/hubfs/5301912/raw_assets/public/BlogTemplates/EquineTemplate/fonts/Aleo-Bold-webfont.woff),
    url(https://5301912.fs1.hubspotusercontent-na1.net/hubfs/5301912/raw_assets/public/BlogTemplates/EquineTemplate/fonts/Aleo-Bold-webfont.ttf);
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Aleoregular";
  src: url("//f.hubspotusercontent40.net/hubfs/5830144/RedmondEquine_December2020/Fonts/Aleoregular/Aleo-Regular-webfont.eot?#iefix") format("embedded-opentype"), 
    url(https://5301912.fs1.hubspotusercontent-na1.net/hubfs/5301912/raw_assets/public/BlogTemplates/EquineTemplate/fonts/Aleo-Regular-webfont.woff),
    url(https://5301912.fs1.hubspotusercontent-na1.net/hubfs/5301912/raw_assets/public/BlogTemplates/EquineTemplate/fonts/Aleo-Regular-webfont.ttf);
  font-style: normal;
  font-weight: normal;
}
@font-face { 
  font-family: 'SourceSansPro-Regular';  
  src: url('https://redmondequine.com/hubfs/Fonts/SourceSansPro-Regular.ttf') 
  format('ttf')
  }


@font-face {
  font-family: "FontAwesome";
  src: url("//f.hubspotusercontent40.net/hubfs/5830144/RedmondEquine_December2020/Fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.2") format("embedded-opentype"), 
    url(https://5301912.fs1.hubspotusercontent-na1.net/hubfs/5301912/raw_assets/public/BlogTemplates/EquineTemplate/fonts/fontawesome-webfont.woff),
    url(https://5301912.fs1.hubspotusercontent-na1.net/hubfs/5301912/raw_assets/public/BlogTemplates/EquineTemplate/fonts/fontawesome-webfont.ttf);
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("//f.hubspotusercontent40.net/hubfs/5830144/RedmondEquine_December2020/Fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), 
    url(https://5301912.fs1.hubspotusercontent-na1.net/hubfs/5301912/raw_assets/public/BlogTemplates/EquineTemplate/fonts/icomoon.woff),
    url(https://5301912.fs1.hubspotusercontent-na1.net/hubfs/5301912/raw_assets/public/BlogTemplates/EquineTemplate/fonts/icomoon.ttf);
  font-style: normal;
  font-weight: normal;
}

           @font-face {
    font-family: AvenirLTStd-Black;
     src: url('');
  }

             @font-face {
    font-family: AvenirLTStd-Light;
     src: url('');
  }


html {
  font-size: 24px;
}

body {
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  color: #676767;
  line-height: 28px;
  background-color: #000000;
  -webkit-font-smoothing: antialiased;
}

p {
  margin-top: 0;
  margin-bottom: 27px;
  font-family: Source Sans Pro, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 7px;
  font-weight: 400;
  font-family: Aleobold, serif;
  color: #444;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 30px;
  line-height: 40px;
}

h2 {
  font-size: 50px;
    letter-spacing: -1px;
    line-height: 50px;
}

h3 {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 46px;
}

h4 {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 38px;
}

h5 {
  font-size: 22px;
  line-height: 26px;
}

h6 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 24px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul,
ol {
  padding: 0;
  margin: 0;
  margin-left: 30px;
  margin-bottom: 30px;
}

ul li,
ol li {}

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

blockquote {
  border-left: 2px solid #A9A9A9;
  line-height: 28px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  padding-left: 15px;
}

/* Horizontal Rules */


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

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
  h1 {
    line-height: 30px;
  }
  h2 {
    line-height: 42.5px;
  }
   h3 {
     line-height: 39.1px;
  }
}


@media only screen and (max-width: 1000px) and (min-width: 690px) {
  h1 {
    line-height: 28px;
  }
  h2 {
    line-height: 40px;
  }
   h3 {
      line-height: 36.8px;
  }
}


@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 690px) {
  h1 {
      line-height: 26px;
  }
  h2 {
    line-height: 37.5px;
  }
   h3 {
      line-height: 36.8px;
  }
  h4 {
      line-height: 34.2px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}

.actions {
    padding: 17px 0px;
}
.hs-button {
  margin-top: 18px;
  margin-bottom: 18px;
  font-family: Aleo;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 12px;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #af1f24;
  border-color: #af1f24;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;

  text-decoration: none;
}
.hs-button:focus {
    outline: -webkit-focus-ring-color auto 1px;
}

.hs-button:hover, .hs-button:focus {
  background-color: #870000;
  border-color: #870000;

  color: #fff;
}

.hs-button:active {}


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

form .hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
.hs-search-field__input,
.systems-page input[type='password'] {
  display: inline-block;
  width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color:#f5f8fa;
    border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.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: 22px;
  color: #676767;
}
.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: Source Sans Pro, sans-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 {
  list-style:none;
  margin:0;
  padding:0;
}

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

.hs-menu-item.active a {}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
html {
  scroll-behavior: smooth;
}

:root{
--clr-blk-1d: #1d1d1d;
  --clr-blk-56:#56585B;
  --clr-equine-plum: #600f41;
--clr-white: #fff;
  --clr-black: #000;
  --clr-grey-one: #D7DBE1;
  --clr-grey-f4: #F4F4F4;
  --clr-grey-71: #717784;
  --font-Avenir-light: AvenirLTStd-Light;
  --font-Avenir-Black :AvenirLTStd-Black;
}

#backtop, #backtop:focus {
  background-color: var(--clr-equine-plum);
  border: none;
  border-radius: 4px;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 31px;
  padding: 2px;
  position: fixed;
  right: 100px;
  z-index: 60000;
}
#backtop i{
vertical-align: middle;
}
#hubspot-messages-iframe-container{
z-index: 1000 !important;
}

.ditchtheblock-page-body .dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}
.dnd-section[class*="force-full-width-section"] {
  max-width: 100% !important;
  width: 100% !important;
}
.dnd-section[class*="force-full-width-section"] > .row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.column-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ditchtheblock-page-row a.hs-button {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  opacity: 1;
  top: -3px;
  font-weight: 400;
  font-family: Aleobold;
  text-transform: uppercase!important;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 15px 22px;
  border-radius: 200px!important;
  -webkit-border-radius: 200px!important;
  -o-border-radius: 200px!important;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  background-color: #af0915;
  line-height: 20px;
  border: none;
}

.ditchtheblock-page-row a.hs-button:hover {
  opacity: 0.87;
  color: #fff;
  background-color: #af0915;
}

.ditchtheblock-page-row.ditchtheblock-page-row-six a.hs-button {
  font-size: 18px;
  padding: 25px 40px;
}

.ditchtheblock-page-row-six .dnd-section {
  padding-top: 50px;
}
.ditchtheblock-page-row-two .dnd-section {
  padding-top: 60px;
  padding-bottom: 64px;
}

.ditchtheblock-page-row .page-header.section-header h1 {
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 22px;
  font-size: 65px;
  color: #0a0a0a;
  line-height: 1;
}

.ditchtheblock-page-row .page-header.section-header p {
  margin: 0;
}

.ditchtheblock-page-row .page-header.section-header {
  margin-bottom: 60px;
}

.ditchtheblock-page-row-two .widget-type-linked_image img {
  display: block;
}
.ditchtheblock-page-row-two .widget-type-linked_image img {
  display: block;
}
.ditchtheblock-page-row-two .widget-type-rich_text h4 {
  line-height: 38px;
  font-weight: 400;
  font-size: 28px;
}
.ditchtheblock-page-row-two .widget-type-rich_text h2{
  font-size: 60px;
}

.ditchtheblock-page-row-two.ditchtheblock-page-row a.hs-button {
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
}
.rave-review-section {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.rave-review-section .rave-review-section-content-wrap {
  padding: 5% 0;
}
.rave-review-section .rave-reviw-top .widget-type-linked_image {
  padding: 15px 0 10px;
}
.rave-reviw-top {
  margin-bottom: 24px;
}
.rave-review-section .rave-reviw-top .widget-type-linked_image img {
  display: block;
  margin: 0 auto;
}
.rave-review-section .rave-review-section-content-wrap img {
  display: block;
  margin: 0 auto;
}
.rave-review-section .rave-reviw-bottom {
  margin-bottom: 24px;
  padding-bottom: 15px;
}
.ditchtheblock-page-row-three .dnd-section {
  padding-top: 195px;
  padding-bottom: 100px;
}
.ditchtheblock-page-row-four .dnd-section {
  padding-top: 80px;
  padding-bottom: 75px;
}

.ditchtheblock-page-row-four .widget-type-header h2 {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 42px;
}

.ditchtheblock-page-row-four .widget-type-rich_text,
.ditchtheblock-page-row-four .widget-type-linked_image {
  padding-top: 20px;
}

.ditchtheblock-page-row-four .widget-type-rich_text *:last-child {
  margin-bottom: 0;
}

.ditchtheblock-page-row-four .widget-type-linked_image img {
  margin-bottom: 15px;
}

.ditchtheblock-page-row-four a.hs-button {
  margin-top: 41px;
}
.ditchtheblock-page-row-two .widget-type-rich_text p {
  margin-bottom: 30px;
}
.ditchtheblock-two-col-section .bn-btn a.bn-button,
.ditchtheblock-page-row a.hs-button{
  -webkit-font-smoothing: subpixel-antialiased;
}

@media (min-width:1000px){
  .ditchtheblock-page-body .page-center {
    padding: 0 90px;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 1000px){
  .ditchtheblock-page-row-two .widget-type-rich_text h2 {
    line-height: 35px;
  }
}

@media (max-width:1000px){
  .ditchtheblock-page-body .page-center,
  .ditchtheblock-page-body .dnd-section > .row-fluid{
    max-width: 600px;
  }
  .ditchtheblock-page-row-two.ditchtheblock-page-row a.hs-button {
    margin-bottom: 35px;
  }
  .rave-reviw-top {
    margin-bottom: 49px;
  }
  .rave-review-section {
    -webkit-transform: none!important;
    background-attachment: scroll;
    background-position: 50%;
  }
  .rave-review-section .column.span3 {
    width: 48% !important;
    margin-bottom: 25px;
    padding: 15px;
    margin-bottom: 2%;
    margin-left: 0;
  }
  .ditchtheblock-page-row-four .widget-type-rich_text, 
  .ditchtheblock-page-row-four .widget-type-linked_image {
    margin-bottom: 25px;
  }
  .ditchtheblock-page-row-two .widget-type-rich_text h2 {
    line-height: 40px;
  }

}

@media (max-width:767px){
  .rave-review-section .column.span3 {
    float: left;
  }
  .ditchtheblock-page-row-four a.hs-button {
    margin-top: 20px;
  }
}

@media (max-width:690px){
  .ditchtheblock-page-body .page-center,
  .ditchtheblock-page-body .dnd-section > .row-fluid{
    max-width: 420px;
  }
  .ditchtheblock-page-row-two .widget-type-rich_text h4 {
    line-height: 34.2px;
  }

  .ditchtheblock-page-row-two .widget-type-rich_text h2 {
    line-height: 37.5px;
  }
  .ditchtheblock-page-row-two .dnd-section {
    padding-bottom: 40px;
  }

  .rave-review-section .column.span3 {
    float: none;
    width: 100% !important;
    padding: 0;
    margin-bottom: 25px;
  }

  .rave-review-section .rave-reviw-top > div {
    min-height: 0;
    margin-bottom: 25px;
  }

  .rave-review-section .rave-reviw-top > div:last-child {
    margin-bottom: 0;
  }

  .rave-review-section .rave-reviw-top {
    margin-bottom: 24px;
  }

  .rave-review-section .rave-reviw-bottom {
    margin-bottom: 0;
  }
  .ditchtheblock-page-row-four .widget-type-linked_image {
    margin-bottom: 20px;
  }
}


@media (max-width:479px){
  .ditchtheblock-page-body .page-center,
  .ditchtheblock-page-body .dnd-section > .row-fluid{
    max-width: 320px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .ditchtheblock-page-row .page-header.section-header h1,
  .ditchtheblock-page-row-four .widget-type-header h2{
    font-size: 45px;
  }
}
@media (max-width:350px){
  .ditchtheblock-page-body .page-center,
  .ditchtheblock-page-body .dnd-section > .row-fluid{
    max-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
  }
}


/* Signup-digestion Page */

.signup-digestion-page-body {
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #141d1b;
  padding-top: 60px;
  -webkit-font-smoothing: auto;
}
.signup-digestion-page-body main.body-container-wrapper {
  padding: 2%;
  margin-left: 5vw;
  border-radius: 5px;
  width: 50%;
  background: #e0e0e0;
}

.signup-digestion-page-row .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.signup-digestion-page-row .widget-type-linked_image img {
  display: block;
  margin: 0 auto;
  width: 35%;
}

.signup-digestion-page-row .dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}

.signup-digestion-page-row .row-fluid [class*="span"] {
  min-height: 0;
}
.signup-digestion-page-row .hs_cos_wrapper_type_module > hr {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  height: 0;
}
.signup-digestion-page-row  .hs-form label {
  font-size: 13px;
  line-height: 20px;
}

.signup-digestion-page-row .inputs-list {
  padding-left: 5px;
}

.signup-digestion-page-row .hs-form ul.inputs-list.multi-container label {
  line-height: 18px;
  min-height: 22px;
}

.signup-digestion-page-row .hs-form ul.inputs-list.multi-container label > span {
  position: relative;
  top: 4px;
}

.signup-digestion-page-row .hs-richtext.hs-main-font-element {
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
  margin-bottom: 3px;
  font-family: Aleo;
}

.signup-digestion-page-row .hs-richtext.hs-main-font-element h2 {
  font-size: 21px;
  margin: 0.83em 0;
  line-height: inherit;
  letter-spacing: 0;
  font-weight: 700;
  color: #33475b;
  font-family: Aleo; 
  -webkit-font-smoothing: auto;
}




.signup-digestion-page-row .hs-richtext {
  font-family: Aleo;
  color: #33475b;
  font-size: 14px;
  line-height: 24px;
}

.signup-digestion-page-row .hs-richtext p {
  margin: 1em 0;
  font-family: inherit;
}

.signup-digestion-page-row .legal-consent-container .hs-form-booleancheckbox-display>span p {
  font-family: inherit;
  color: #33475b;
  font-size: 14px;
}

.signup-digestion-page-row .grecaptcha-badge {
  margin: 0 !important;
}

.signup-digestion-page-row .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  max-width: 100%;
  overflow-x: auto;
  padding: 8px;
}

.signup-digestion-page-row .hs-input {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.signup-digestion-page-row .actions {
  text-align: center;
}

.signup-digestion-page-row form .hs-button {
  font-size: 12px;
  line-height: 12px;
  font-family: Aleo;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: none;
  border-style: solid;
  border-width: 1px;
  background: #af1f24;
  border-color: #af1f24;
  color: #ffffff;
  margin-top: 12px;
}
.signup-digestion-page-row form .hs-button:hover{
  background: #af1f24;
  border-color: #af1f24;
  color: #ffffff;
}

.signup-digestion-page-row form .actions {
  margin-bottom: 17px;
  padding-bottom: 49px;
}
.signup-digestion-page-row form .legal-consent-container ul.inputs-list,
.signup-digestion-page-row form .legal-consent-container ul.inputs-list label {
  margin-bottom: -3px;
  margin-top: 0px;
}
.signup-digestion-page-row form .hs_submit.hs-submit {
  margin-top: -1px;
}
.signup-digestion-page-row form .hs-error-msgs label {
  margin-top: 0;
}
.signup-digestion-page-row form .hs_error_rollup .hs-error-msgs label {
  font-family: Aleo;
  font-size: 14px;
  padding-bottom: 19px;
  margin-top: -7px;
  color: #f2545b;
}
.signup-digestion-page-row .input > .hs-input {
  padding: 0 15px;
  min-height: 40px;
}
@media only screen and (max-width: 1300px) and (min-width: 1000px){
  .signup-digestion-page-row .widget-type-header h2 {
    font-size: 42.5px;
    line-height: 42.5px;
  }
  .signup-digestion-page-row .hs-form ul.inputs-list.multi-container label>span {
    top: 3px;
  }
}

@media (max-width:1000px){
  .signup-digestion-page-body main.body-container-wrapper {
    width: calc(100% - 10vw);
  }
  .signup-digestion-page-row .widget-type-header h2{
    font-size: 40px;
    line-height: 40px;
  }

  .signup-digestion-page-body main.body-container-wrapper{
    padding: 3%;
  }
}
@media only screen and (max-width: 690px){
  .signup-digestion-page-row .widget-type-header h2{
    font-size: 37.5px;
    line-height: 37.5px;
  }
}


.hs_cos_wrapper_type_linked_image img {
  display: block;
}
img {
  height: auto;
}
.banner-section .widget-span {
  min-height: 0;
}
.widget-type-rich_text .hs-responsive-embed-wrapper {
  min-width: 100% !important;
  max-height: none !important;
  max-width: 100% !important;
}

.widget-type-rich_text .hs-responsive-embed-inner-wrapper {
  padding-bottom: 400px !important;
  margin-bottom: 6px !important;
}

.widget-type-rich_text iframe.hs-responsive-embed-iframe {
  max-width:100%;
}



/* electrolyte-page */
.electrolyte-page-body {
  background-color: #f8f8f8;
}
.electrolyte-page-body-container-wrapper .dnd-section > .row-fluid > .widget-span {
  padding: 1%;
}
.electrolyte-page-body-container-wrapper .dnd-section > .row-fluid > .widget-span+.widget-span {
  padding: 0;
}
.electrolyte-page-body .banner .hs-banner-btn a {
  margin-top: 18px;
}

.electrolyte-page-body .banner .half .hs-banner-content-column:last-child {
  margin-top: -3px;
  padding-top: 25px;
}
@media (max-width:1000px){
  .electrolyte-page-body-container-wrapper .dnd-section > .row-fluid > .widget-span {
    padding: 3%;
  }
  .electrolyte-page-body-container-wrapper .dnd-section > .row-fluid > .widget-span+.widget-span {
    padding: 0;
  }
}
.wow.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@media (max-width:1000px) and (min-width:768px){
  .electrolyte-page-body .hs-testimonial-module .hs-testimonial_single_testimonial {
    font-size: 16px;
  }
}


/* News latter page */
.newsletter-page-body h3.form-title {
  margin-bottom: 0px;
  font-family: Aleobold;
  letter-spacing: -1px;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  color: #444444;
  text-align: center;
}

.newsletter-page-body .dnd-section {
  padding-top: 58px;
}

.newsletter-page-body form {
  margin-top: 16px;
  margin-bottom: 24px;
}

.newsletter-page-body form .field {
  margin-bottom: 16px;
  padding-top: 16px;
  padding-right: 16px;
}

.newsletter-page-body form .field > label {
  display: block;
  font-family: Aleobold;
  text-transform: uppercase!important;
  letter-spacing: 1px;
  font-weight: normal!important;
  margin-top: 4px;
  margin-bottom: 6px;
  line-height: 1.3;
  font-size: 16px;
  color: #676767;
}

.newsletter-page-body form .field > .input {
  padding-top: 8px;
}

.newsletter-page-body form .field > .input > .hs-input {
  width: auto;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  color: #555;
  background-color: #efefef;
  border: none;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  box-sizing: border-box;
  width: 50%;
  width: calc(50% - 8px);
}
.newsletter-page-body form .field > .input > .hs-input:focus {
  background-color: #ebebeb;
}

.newsletter-page-body form .field > label span.hs-form-required {
  margin-left: 4px;
  color: #af0915;
}

.newsletter-page-body form  .hs-button {
  margin-bottom: 10px;
  font-size: 1em;
  width: auto;
  border-radius: 200px!important;
  -webkit-border-radius: 200px!important;
  -o-border-radius: 200px!important;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  background-color: #333;
  padding: 7px 11px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  font-family: arial, sans-serif;
  font-weight: normal;
  margin-top: 16px;
  outline:none;
}
.newsletter-page-body form  .hs-button:focus{
  outline:none;
}
.newsletter-page-body form  .hs-button:hover {
  background-color: #af0915;
  color: #fff;
}

@media (max-width:1300px){
  .newsletter-page-body h3.form-title {
    font-size: 42.5px;
    line-height: 1;
  }
}
@media (max-width:1000px){
  .newsletter-page-body h3.form-title {
    font-size: 40px;
  }
  .newsletter-page-body form .field > .input > .hs-input {
    width: 100%;
  }
  .newsletter-page-body form .field {
    padding-right: 0;
  }
}
@media only screen and (max-width: 690px){
  .newsletter-page-body h3.form-title {
    font-size: 37.5px;
    line-height: 37.5px;
  }
}

@media only screen and (max-width: 641px){
  .newsletter-page-body form .field > .input > .hs-input {
    line-height: 2;
    min-height: 2rem;
  }
  .newsletter-page-body form .hs-button{
    line-height: 2;
    min-height: 2rem;
    width: 100%;
    margin-bottom: 24px;
  }
}


.rock-on-a-rope-page-body .banner {
  background-position: left center;
}
.rock-on-a-rope-row-mid {
  background: #fff;
}

.rock-on-a-rope-row-mid .rock-on-a-rope-row-content-col {
  padding: 5%;
  width: 50%;
  margin-left: 0;
}

.rock-on-a-rope-row-mid 
.span3 {
  width: 25%;
  margin-left: 0;
}

.rock-on-a-rope-row-content-col {
  text-align: center;
}

.rock-on-a-rope-row-content-col h1 {
  font-family: Aleobold;
  letter-spacing: -1px;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  margin-bottom: 7px;
}

.rock-on-a-rope-row-content-col p.secondary-header {
  margin: 0;
}

.rock-on-a-rope-row-content-col  .section-header {
  padding-bottom: 80px;
}

.rock-on-a-rope-row-content-col .hs-oembed__starter {
  position: static !important;
  padding: 0 !important;
  text-align: left !important;
}

.rock-on-a-rope-row-content-col .hs-oembed__starter iframe {
  position: static !important;
  width: auto !important;
  height: auto !important;
  display: block;
  max-width:100%;
}

.rock-on-a-rope-row-content-col .video-rock-on-page {
  padding-bottom: 24px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1300px) and (min-width: 1000px){
  .rock-on-a-rope-page-body .title-width-btn h3 {
    font-size: 30.6px;
    line-height: 39.1px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 690px){
  .rock-on-a-rope-page-body .title-width-btn h3{
    font-size: 28.8px;
    line-height: 36.8px;
  }
}
@media (max-width:1000px){
  .rock-on-a-rope-row-mid .rock-on-a-rope-row-content-col,
  .rock-on-a-rope-row-mid .span3 {
    float: none !important;
    width: 100%;
    min-height: 1px;
  }

  .rock-on-a-rope-row-mid .rock-on-a-rope-row-content-col {
    padding: 6%;
  }

  .rock-on-a-rope-row-content-col h1 {
    font-size: 40px;
    line-height: 40px;
  }
}







.banner.baner-widthout-content {
  background-position: center center;
  min-height: 550px;
  margin-top: -60px;
}

.banner.baner-widthout-content .hs-banner-content-row {
  min-height: 1px;
  margin-top: 0;
  display: block;
  position: absolute;
  margin: 0;
  bottom: 26%;
  top: auto;
  max-width: 100%;
  width: 100%;
  max-width: calc(100% - 180px);
  left: 90px;
}

.banner.baner-widthout-content   .hs-banner-content-grp {
  display: flex;
  height: 100%;
  min-height: 550px;
}

.banner.baner-widthout-content   .page-center {
  width: 100%;
  position: relative;
  z-index: 3;
}

.banner.baner-widthout-content   .hs-banner-content-column.hs-blank-column {
  display: none;
}

.banner.baner-widthout-content    .hs-banner-content-column.with-mobile-content-bg {
  margin: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}

.banner.baner-widthout-content  .hs-banner-btn {
  font-family: Aleobold;
  font-size: 80px;
  line-height: 100px;
  font-weight: 400;
  margin-bottom: 8px !important;
}

.banner.baner-widthout-content   .hs-banner-btn a {
  margin: 0;
  margin-left: 13px;
  margin-bottom: 10px;
}


@media (max-width:1000px){
  .banner.baner-widthout-content {
    margin-top: 0;
  }
  .banner.baner-widthout-content,
  .banner.baner-widthout-content .hs-banner-content-grp {
    min-height: 343.75px;
  }

  .banner.baner-widthout-content .hs-banner-content-row {
    width: 100%;
    left: 0;
  }

  .banner.baner-widthout-content .hs-banner-btn {
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 0 !important;
  }

  .banner.baner-widthout-content .hs-banner-btn a {
    display: inline-block;
    margin-top: 20px;
  }
}
@media (max-width:767px){
  .banner.baner-widthout-content, 
  .banner.baner-widthout-content .hs-banner-content-grp {
    min-height: 261.905px;
  }
  .banner.baner-widthout-content .hs-banner-content-column.with-mobile-content-bg {
    padding: 0;
  }
}
@media (max-width:989px){
  .title-width-btn .sml_ttl.ttl-btn-findredmondrockatastorenearyou {
    line-height: 36.8px;
  }
}


.banner.baner-full-scrn-content, 
.banner.baner-full-scrn-content .hs-banner-content-row {
  min-height: 800px;
  text-align: center;
}

.banner.baner-full-scrn-content {
  margin-top: -60px;
  background-position: center center;
}

.banner.baner-full-scrn-content .hs-banner-content-column.with-mobile-content-bg {
  margin: 0;
}

.banner.baner-full-scrn-content .hs-banner-content-column.with-mobile-content-bg h1 {
  font-size: 80px;
  line-height: 100px;
  margin-bottom: 8px;
}

.banner.baner-full-scrn-content .hs-banner-content-column.with-mobile-content-bg p {
  font-family: Aleoregular,serif;
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color:#fff;
}

.banner.baner-full-scrn-content .hs-banner-content-column.with-mobile-content-bg p:last-child {
  margin-bottom: 0;
}

.banner.baner-full-scrn-content .hs-banner-content-column.hs-blank-column {
  display: none;
}

.banner.baner-full-scrn-content  .hs-banner-content-grp {
  top: 22px;
}
.widget-type-rich_text video {
  max-width: 100%;
}
@media only screen and (max-width: 1500px) and (min-width: 1300px){
  .banner.baner-full-scrn-content .hs-banner-content-column.with-mobile-content-bg h1 {
    font-size: 72px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1000px){
  .banner.baner-full-scrn-content .hs-banner-content-column.with-mobile-content-bg h1 {
    font-size: 68px;
    line-height: 85px;
  }
  .banner.baner-full-scrn-content .hs-banner-content-column.with-mobile-content-bg p{
    font-size: 17.6px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 690px){
  .banner.baner-full-scrn-content .hs-banner-content-column.with-mobile-content-bg h1 {
    font-size: 56px;
    line-height: 60px;
  }
}
@media (max-width:1000px){
  .banner.baner-full-scrn-content, 
  .banner.baner-full-scrn-content .hs-banner-content-row {
    min-height: 500px;
  }

  .banner.baner-full-scrn-content {
    margin-top: 0;
  }

  .banner.baner-full-scrn-content .hs-banner-content-grp {
    top: 5px;
  }
  .widget-type-rich_text video {
    height: auto;
  }
}
@media (max-width:689px){
  .banner.baner-full-scrn-content .hs-banner-content-column.with-mobile-content-bg h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 4px;
  }

  .banner.baner-full-scrn-content, 
  .banner.baner-full-scrn-content .hs-banner-content-row {
    min-height: 380.952px;
  }

  .banner.baner-full-scrn-content .hs-banner-content-column.with-mobile-content-bg p {
    font-size: 15px;
  }
}
@media (min-width:1200px){
  .electrolyte-page-body .hs-oembed__starter {
    padding: 0 !important;
    position: static !important;
  }

  .electrolyte-page-body .hs-oembed__starter iframe {
    position: static !important;
    width: 560px !important;
    max-width: 100%;
    height: auto !important;
    min-height: 315px;
  }
}
.media-page-row-2 .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
.media-page-row-2 .widget-type-header,
.media-page-row-2-cont{
  margin-bottom: 35px;
}
.media-page-body .media-section .meadia-top-section {
  padding-bottom: 35px;
}

.media-page-row-2-cont:after{
  content: "";
  margin-top: 55px;
  margin-bottom: 55px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

@media (max-width:999px) and (min-width:690px){
  .media-page-row-2-cont .span3 {
    width: 48%!important;
    margin-bottom: 2%;
    margin-left: 0px!important;
    padding: 15px;
    float: left !important;
  }

  .media-page-row-2-cont .span3:nth-child(2n+1) {
    clear:left;
  }
}
@media (max-width:689px){
  .media-page-row-2-cont .span3+.span3 {
    margin-top: 25px;
  }
}

@media (min-width:1300px){
  .stress-relief-syringe-page-body .hs-oembed__starter {
    position: static;
    padding: 0 !important;
  }

  .stress-relief-syringe-page-body .hs-oembed__starter iframe {
    position: static !important;
    width: 560px !important;
    height: auto !important;
    min-height: 315px;
  }
}

.stress-relief-syringe-page-body .banner.baner-full-scrn-content, 
.stress-relief-syringe-page-body .banner.baner-full-scrn-content .hs-banner-content-row {
  min-height: 89.8746vh;
}

.stress-relief-syringe-page-body .banner.baner-full-scrn-content {
  margin-top: -32px;
}

.stress-relief-syringe-page-body .banner.baner-full-scrn-content .hs-banner-content-column.with-mobile-content-bg {
  margin-top: -38px;
}
.stress-relief-syringe-page-body .banner.baner-full-scrn-content  .hs-banner-btn a {
  top: -10px;
}
.stress-relief-syringe-page-body .dnd-section>.row-fluid > .dnd-column[class*="background-color"] {
  padding: 1%;
}
@media (max-width:1000px){
  .stress-relief-syringe-page-body .banner.baner-full-scrn-content, 
  .stress-relief-syringe-page-body .banner.baner-full-scrn-content .hs-banner-content-row {
    min-height: 86.4461vh;
  }

  .stress-relief-syringe-page-body .banner.baner-full-scrn-content {
    background-position: 88%;
    margin-top: 0;
  }

  .stress-relief-syringe-page-body .banner.baner-full-scrn-content .hs-banner-content-column.with-mobile-content-bg {
    margin-top: -3px;
  }
  .stress-relief-syringe-page-body .dnd-section>.row-fluid > .dnd-column[class*="background-color"] {
    padding: 3%;
  }
}
@media (max-width:689px){
  .stress-relief-syringe-page-body .banner.baner-full-scrn-content, 
  .stress-relief-syringe-page-body .banner.baner-full-scrn-content .hs-banner-content-row {
    min-height: 82.1772vh;

  }
}
@media (min-width:1200px){

  .electrolyte-page-body .hs-oembed__starter {
    padding: 0 !important;
    position: static !important;
  }

  .electrolyte-page-body .hs-oembed__starter iframe {
    position: static !important;
    width: 560px !important;
    max-width: 100%;
    height: auto !important;
    min-height: 315px;
  }
}
.media-page-row-2 .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
.media-page-row-2 .widget-type-header,
.media-page-row-2-cont{
  margin-bottom: 35px;
}
.media-page-body .media-section .meadia-top-section {
  padding-bottom: 35px;
}

.media-page-row-2-cont:after{
  content: "";
  margin-top: 55px;
  margin-bottom: 55px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

@media (max-width:999px) and (min-width:690px){
  .media-page-row-2-cont .span3 {
    width: 48%!important;
    margin-bottom: 2%;
    margin-left: 0px!important;
    padding: 15px;
    float: left !important;
  }

  .media-page-row-2-cont .span3:nth-child(2n+1) {
    clear:left;
  }
}
@media (max-width:689px){
  .media-page-row-2-cont .span3+.span3 {
    margin-top: 25px;
  }
}

@media (min-width:1300px){
  .stress-relief-syringe-page-body .hs-oembed__starter {
    position: static;
    padding: 0 !important;
  }

  .stress-relief-syringe-page-body .hs-oembed__starter iframe {
    position: static !important;
    width: 560px !important;
    height: auto !important;
    min-height: 315px;
  }
}

.stress-relief-syringe-page-body .banner.baner-full-scrn-content, 
.stress-relief-syringe-page-body .banner.baner-full-scrn-content .hs-banner-content-row {
  min-height: 89.8746vh;
}

.stress-relief-syringe-page-body .banner.baner-full-scrn-content {
  margin-top: -32px;
}

.stress-relief-syringe-page-body .banner.baner-full-scrn-content .hs-banner-content-column.with-mobile-content-bg {
  margin-top: -38px;
}
.stress-relief-syringe-page-body .banner.baner-full-scrn-content  .hs-banner-btn a {
  top: -10px;
}
.stress-relief-syringe-page-body .dnd-section>.row-fluid > .dnd-column[class*="background-color"] {
  padding: 1%;
}
.electrolyte-page-body .banner {
  background-position: right top;
}

@media (max-width:1000px){
  .stress-relief-syringe-page-body .banner.baner-full-scrn-content {
    background-position: 88%;
    margin-top: 0;
  }

  .stress-relief-syringe-page-body .banner.baner-full-scrn-content .hs-banner-content-column.with-mobile-content-bg {
    margin-top: -3px;
  }
  .stress-relief-syringe-page-body .dnd-section>.row-fluid > .dnd-column[class*="background-color"] {
    padding: 3%;
  }
  .electrolyte-page-body .banner {
    background-position: center center;
  }
  .stress-relief-syringe-page-body .banner.banner-content-no-bg {
    background-position: 88%;
  }
  .stress-relief-syringe-page-body .banner.banner-content-no-bg .hs-banner-content-column.with-mobile-content-bg {
    padding-right: 0;
    padding-left: 0;
  }
}

main .widget-type-rich_text img,
main .hs_cos_wrapper_type_linked_image img,
main .image_lightbox img,
.custom-header-grp img,
.footer img{
  opacity: 0;
  transition: opacity 400ms;
  transition-delay: 0ms;
}
main .widget-type-rich_text img.lazy-load-image,
main .hs_cos_wrapper_type_linked_image img.lazy-load-image,
main .image_lightbox img.lazy-load-image,
.custom-header-grp img.lazy-load-image,
.footer img.lazy-load-image{
  opacity: 1;
}
.custom-header-bottom-bg .header__logo img {
  transition: height .4s ease, opacity 400ms !important;
}







.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*="fa-"] {
  display: inline-block;
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: -2px;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
}
.custom-col {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.custom-col:last-child {
  margin-right: 0;
}
.banner-section,
.body-container-wrapper {
  background-color: #f8f8f8;
}
.banner-section .dnd-section {
  padding-bottom: 0;
  padding-top: 0;
}
.banner-section .dnd-section > .row-fluid {
  padding: 0;
}

.hs-home-section1 .dnd-section {
  padding: 4%;
  padding-bottom: 4%;
}
.hs-home-section1 .hs_cos_wrapper_type_header {
  margin-top: 19px;
  display: block;
}
.hs-home-section1 .hs_cos_wrapper_type_header h1 {
  font-family: aleoregular;
  letter-spacing: -0.2px;
  margin: 0;
}
.hs-home-section2 img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
}
.hs-home-section2 img.hs-cta-img {
  margin-bottom: 25px;
}
.cta_button {
  font-family: aleoregular;
}
.hs-home-section3 .hs-two_column-section-box {
  box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.25);
}
.hs-home-section4 .dnd-section > .row-fluid > div {
  padding: 10%;
}
.hs-home-section4 .hs-button {
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -o-border-radius: 200px;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  color: #fff;
  font-size: 14px;
  padding: 13px 22px;
  font-family: Aleobold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  top: -3px;
  margin-bottom: 10px;
  line-height: 20px;
  display: inline-block;
  color: rgb(0, 0, 0);
  border-color: rgba(0, 0, 0, 0.75);
  background-color: transparent;
  border-width: 2px;
  margin-top: 0;
}
.hs-home-section4 .hs-button:hover {
  background-color: #af0915;
  border-color: #af0915;
  color: #fff;
}
.hs-home-section5 {
  position: relative;
}
.hs-home-section5 .banner, 
.hs-home-section5 .banner .hs-banner-content-row {
  margin-top: 0px;
  height: auto;
  min-height: auto;
}
.hs-home-section5 .banner .page-center {
  padding: 0;
  max-width: 100%;
}
.hs-home-section5 .banner .hs-banner-content-column {
  margin-top: 0;
  padding: 10%;
}
.hs-home-section5 .banner .hs-banner-content-row {
  display: block;
  height: auto;
}
.hs-home-section5 .banner .hs-banner-content-column h1 {
  padding-bottom: 33px;
}
.hs-home-section5 .banner .hs-banner-content-column p {
  color: #fff;
}

.hs-home-section5 .banner .hs-banner-btn a {
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -o-border-radius: 200px;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  color: #fff;
  font-size: 14px;
  padding: 13px 22px;
  font-family: Aleobold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  top: -3px;
  margin-bottom:8px;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.75);
  background-color: transparent;
  border-width: 2px;
  margin-top: 3px;
  border: solid 2px #fff;
}
.hs-home-section5 .banner .hs-banner-btn a:hover {
  background-color: #af0915;
  border-color: #af0915;
  color: #fff;
  opacity: 1;
}
.hs-home-section5 .banner .half .hs-banner-content-column:last-child {
  display: none !important;
}
.parallax-mirror {
  z-index: 10 !important;
}
.banner-section.hs-home-banner-section .hs-home-banner-inner {
  position: relative;
  z-index: 11;
}
.hs-contact-section1 h3.form-title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0px;
  margin-bottom: 0;
}
.hs-contact-section1 form .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 90% !important;
}
.hs-contact-section1 form fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 95% !important;
}
.hs-contact-section1 form .hs-richtext {
  margin-bottom: 3px;
  font-family: Aleo;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
}
.hs-contact-section1 form .hs-richtext p {
  font-family: Aleo;
  margin-top: revert;
  margin-bottom: revert;
}
.hs-contact-section1 form textarea.hs-input {
  padding: 9px 10px;
}
.hs-contact-section1 form .hs_message.hs-message.field.hs-form-field {
  margin-bottom: 11px;
}
.hs-contact-section1 form .inputs-list {
  padding-left: 5px;
}
.hs-contact-section1 form .hs-form-booleancheckbox-display>span {
  margin-left: 2px;
  color: #000;
  margin-top: -2px;
  display: inline-block;
  font-family: Aleo;
  font-size: 13px;
  line-height: 18px;  
}
.hs-contact-section1 form {
  -webkit-font-smoothing: auto;
}
.hs-contact-section1 form .hs_i_agree_to_receive_other_communications_from_redmond_equine_.hs-fieldtype-booleancheckbox.field.hs-form-field {
  margin-bottom: -6px;
}
.hs-contact-section1 form .hs_recaptcha.hs-form-field .grecaptcha-badge {
  margin: 0px;
}
.hs-contact-section1 form .hs_recaptcha.hs-form-field {
  padding-left: 8px;
  padding-top: 8px;
}
.hs-contact-section1 form .actions {
  text-align: center;
  padding-top: 1px;
}
.hs-dailygold-banner-section .banner {
  margin-top: -89px;
  padding: 150px 0 189px;
}
.hs-dailygold-banner-section .banner, 
.hs-dailygold-banner-section .banner .hs-banner-content-row {
  min-height: 86.8937vh;
}
.hs-dailygold-banner-section .banner .hs-banner-content-column {
  margin-top: 178px;
}
.hs-dailygold-banner-section .banner .hs-banner-btn a {
  margin-top: 18px;
}
.hs-dailygold-body-container .hs_cos_wrapper_type_rich_text>*:last-child {
  margin-bottom: 0px;
}
.hs-dailygold-body-container .hs-button {
  background-color: rgb(255, 202, 5);
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -o-border-radius: 200px;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  font-size: 14px;
  padding: 15px 22px;
  font-family: Aleobold;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  display: inline-block;
  border: 0;
}
.hs-dailygold-body-container .hs-button:hover {
  opacity: 0.87;
  color: #fff;
}
.hs-dailygold-body-container .advanced-button-wrap.space-bottom {
  padding-bottom: 10px;
}
.hs-dailygold-body-container .hs-oembed__starter {
  margin-bottom: 24px;
}
.hs-dailygold-body-container .hs-dailygold-section4 .advanced-button-wrap.space-bottom {
  padding-bottom: 24px;
}
.hs-dailygold-section3 .advanced-button-wrap a.btn-ad {
  -webkit-font-smoothing: subpixel-antialiased;
}
/* .hs-yourStory-body-container .hs_cos_wrapper_type_rich_text h2 {
  padding: 0px 0px 41px 0px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px;
  font-size: 50px;
  line-height: 50px;
} */
.hs-yourStory-body-container .hs_cos_wrapper_type_rich_text p:last-of-type {
  margin-bottom: 0;
}
.hs-yourStory-form form {
  margin-top: 16px;
  max-width: 100%;
  margin-bottom: 24px;
}
.hs-yourStory-form form fieldset {
  max-width: 100%;
}
.hs-yourStory-form .hs-form label {
  font-family: Aleobold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal!important;
  margin-top: 20px;
  margin-bottom: 6px;
  display: inline-block;
  line-height: 1.3;
  font-size: 16px;
  color: #676767;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}
.hs-yourStory-form .hs-form .hs-form-required {
  color: #af0915;
  margin-left: 4px;
}
.hs-yourStory-form form .hs-input:not([type=radio]):not([type=checkbox]) {
  padding: 5px 4px;
  line-height: 22px;
  color: #555;
  background-color: #efefef;
  border: none;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  width: 100% !important;
}
.hs-yourStory-form form textarea.hs-input {
  padding: 6px 8px;
  line-height: 1.5;
  resize: none;
  height: 120px;
  width: 100%;
}
.hs-yourStory-form form .hs-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hs-yourStory-form .hs-form .hs-field-desc {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-family: Open Sans;
  text-transform: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin: 1px 0 9px 1px;
  letter-spacing: .5pt;
}
.hs-yourStory-form .hs-form .input {
  -webkit-box-ordinal-group: 3;
  order: 2;
  width: 100%;
  padding-top: 8px;
  margin-right: 16px !important;
}
.hs-yourStory-form .hs-form .hs-error-msgs {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  width: 100%;
}
.hs-yourStory-form form fieldset.form-columns-2 .input {
  padding-top: 10px;
}
.hs-yourStory-form form .field {
  margin-bottom: 16px;
}
.hs-yourStory-form form fieldset.form-columns-2 .hs_lastname.hs-lastname.field.hs-form-field .input {
  padding-top: 30px;
}
.hs-yourStory-form form .hs_upload_a_picture_if_you_would_like_.hs-form-field .input {
  padding: 24px;
  border: 1px dashed #ccc;
  text-align: center;
  color: #aaa;
  margin-bottom: 16px;
  background: rgba(0,0,0,.02);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.hs-yourStory-form form .hs_upload_a_picture_if_you_would_like_.hs-form-field .input .hs-input {
  width: auto !important;
  background-color: transparent !important;
}
.hs-yourStory-form form ul.inputs-list.multi-container[role="checkbox"] {
  margin-top: 12px;
  margin-bottom: 6px;
  padding: 0;
}
.hs-yourStory-form form ul.inputs-list.multi-container[role="checkbox"] li {
  position: relative;
  margin: 0 0 16px 0;
  line-height: 1.2;
}
.hs-yourStory-form form ul.inputs-list.multi-container[role="checkbox"] li label {
  margin: 0;
  letter-spacing: inherit;
  text-transform: inherit;
  font-weight: 400;
  font-family: Open Sans;
  text-transform: none;
  font-size: 16px;
}
.hs-yourStory-form form .grecaptcha-badge {
  margin: 0;
}
.hs-yourStory-form form .hs-button {
  display: -moz-inline-stack;
  display: inline-block;
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
  line-height: 26px;
  font-weight: normal;
  font-family: arial,sans-serif;
  background-color: #333;
  padding: 7px 11px;
  border: none;
  border-radius: 200px!important;
  -webkit-border-radius: 200px!important;
  -o-border-radius: 200px!important;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.hs-yourStory-form form .hs-button:hover {
  background-color: #af0915;
}
.hs-yourStory-form form .hs-input.invalid.error {
  border: 1px solid #790000;
}
.hs-yourStory-form form label.hs-error-msg {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: inherit;
  font-size: 12px;
}
.hs-yourStory-form .hs-form label.hs-main-font-element {
  color: #790000;
  font-size: 1em;
  font-weight: 700 !important;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
  text-transform: inherit;
  font-family: Open Sans;
}
.hs-yourStory-form form .hs-button:focus {
  outline: 0;
}
.hs-yourStory-form form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-bottom: 30px;
}
.hs-yourStory-form form .hs-input[type=checkbox] + span, 
.hs-yourStory-form form .hs-input[type=radio] + span {
  cursor: pointer;
}
.hs-yourStory-form form .hs-input[type=checkbox], 
.hs-yourStory-form form .hs-input[type=radio] {
  cursor: auto;
}


.hs-signup-body-container .hs-yourStory-form form {
  margin-top: 9px;
}
.hs-signup-body-container .hs-yourStory-form form ul.inputs-list.multi-container[role="checkbox"] {
  margin-top: 7px;
}
.hs-signup-body-container .hs-yourStory-form form .hs-input[type="checkbox"] {
  margin-top: 7px;
  margin-left: 1px;
  margin-right: 8px;
}
.hs-signup-body-container .hs-yourStory-form form .hs_what_list_do_you_want_them_to_be_apart_of_mark_all_that_apply_.hs-fieldtype-checkbox.field.hs-form-field {
  margin-bottom: 10px;
}
.hs-signup-body-container .hs-yourStory-form form .hs-button {
  margin-top: 16px;
}
.hs-signup-body-container .hs-yourStory-form form .hs_upload_excel_file.hs-fieldtype-file.field.hs-form-field .hs-field-desc {
  font-size: 12px;
  padding-top: 16px;
  font-family: Open Sans;
  margin-bottom: 5px;
  color: #676767;
  letter-spacing: inherit;
}
.hs-signup-body-container .hs-yourStory-form form .hs-input[type=file] {
  font-size: 13px;
  padding: 1px 4px;
  line-height: 1.2;
  background-color: transparent;
  margin-bottom: 3px;
  font-family: arial;
}
.hs-signup-body-container .hs-yourStory-form form .hs_what_list_do_you_want_them_to_be_apart_of_mark_all_that_apply_2.hs-fieldtype-checkbox.field.hs-form-field {
  margin-bottom: 12px;
}
.hs-search-field--open .hs-search-field__suggestions {
  background: #fff;
  padding: 10px;
  position: absolute;
  width: 100%;
  margin-top: 20px;
}
.hs-search-field--open .hs-search-field__suggestions li:not(:last-child) {
  margin-bottom: 8px;
}
.hs-search-field--open .hs-search-field__suggestions li a:hover {
  background-color: transparent;
}
.hs-three_col-grp .hs-three_col-btn a.cta_button {
  font-family: Aleobold !important;
}






@media only screen and (min-width: 641px) {
  .hs-yourStory-form form textarea.hs-input {
    height: 160px;
    width: 100%;
  }
  .hs-yourStory-form form ul.inputs-list.multi-container[role="checkbox"] li {
    margin: 0 0 8px 0;
    line-height: 1.3;
  }
  .hs-yourStory-form form .hs-button {
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
  }
  .hs-signup-body-container .hs-yourStory-form form ul.inputs-list.multi-container[role="checkbox"] li {
    margin-bottom: 6px;
  }
}


@media (min-width: 690px) {
  .custom-col {
    margin-right: 2%;
  }
  .span_3 {
    width: 23.5%;
  }
  .span_9 {
    width: 74.5%;
  }
  .span_5 {
    width: 40.5%;
  }
  .span_7 {
    width: 57.5%;
  }
  .hs-home-section2 .span2.dnd-column {
    width: 16.66%;
    padding: 1%;
    margin-left: 0;
    float:left;
  }
  .hs-home-section2 .span1.dnd-column {
    width: 8.33%;
    float:left;
  }
}


@media (min-width: 768px) {
  .hs-home-section5 .banner .half .hs-banner-content-column {
    width: 50%;
    margin-left: 0;
  }
  .hs-yourStory-body-container .dnd-section > .row-fluid > div {
    width: 65.95744680199999%;
    margin: 0 auto;
  }
}

@media (min-width: 1950px) {
  .hs-dailygold-banner-section .banner {
    margin-top: -139px;
    padding-bottom: 11.05%;
  }
  .hs-dailygold-banner-section .banner .hs-banner-content-column {
    margin-top: 26%;
  }
}


@media only screen and (max-width: 1450px) {
  .hs-dailygold-banner-section .banner {
    margin-top: 0;
    padding-top: 61px;
  }
}


@media only screen and (max-width: 1300px) and (min-width: 1001px) {
  .hs-contact-section1 h3.form-title {
    font-size: 22.5px;
    line-height: 30px;
  }
}


@media only screen and (max-width: 1100px) {
  .hs-home-section1 .hs_cos_wrapper_type_header {
    margin-top: 28px;
    padding-bottom: 19px;
  }
}


@media only screen and (max-width: 1000px) and (min-width: 690px) {
  .hs-contact-section1 h3.form-title {
    font-size: 21px;
    line-height: 28px;
  }
  .hs-dailygold-section1 .dnd-section>.row-fluid {
    display: block !important;
  }
  .hs-dailygold-section1 .span3.dnd-column {
    width: 48%!important;
    margin-bottom: 2%;
    margin-left: 0px!important;
    padding: 15px;
    float:left;
  }
  .hs-dailygold-section1 .span3.dnd-column > div:first-child {
    padding-top: 15px;
  }
  .hs-dailygold-section1 .span3.dnd-column > div:last-child {
    padding-bottom: 15px;
  }
  .hs-dailygold-section4 .dnd-section {
    padding-bottom: 124px !important;
  }
}

@media (max-width: 1000px) {
  .hs-home-section2 .span1.dnd-column {
    padding: 3%;
    margin-left: 0;
  }
  .hs-home-section2 .span2.dnd-column {
    width: 33.3%;
    padding: 3%;
  }
  .hs-home-section2 .span1.dnd-column:last-child {
    display: none;
  }
  .hs-home-section4 .dnd-section > .row-fluid > div {
    padding: 16%;
  }
  .parallax-mirror {
    display: none;
  }
  .hs-contact-section1 form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .hs-contact-section1 form .hs-input:not([type=radio]):not([type=checkbox]) {
    width: 95% !important;
  }
  .hs-signup-body-container .dnd-section > .row-fluid > .dnd-column:not(:last-child) {
    margin-bottom: 25px;
  }
  .hs-home-section5 .banner .half .hs-banner-content-column {
    width: 100%;
  }
  .hs-dailygold-banner-section .banner {
    padding-top: 30px;
    padding-bottom: 154px;
  }
}


@media (max-width: 767px) {
  .hs-contact-section1 form fieldset {
    max-width: 100%;
  }
  .hs-contact-section1 form fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
    width: 100% !important;
  }
  .hs-contact-section1 form .hs-input:not([type=radio]):not([type=checkbox]) {
    width: 100% !important;
  }
  .hs-contact-section1 form fieldset .input {
    margin-right: 0 !important;
  }
  .hs-dailygold-banner-section .banner {
    margin-top: 0;
    padding: 152px 0 100px;
  }
  .hs-dailygold-banner-section .banner .hs-banner-content-column {
    margin-top: 0;
  }
  .hs-yourStory-body-container .dnd-section {
    padding-top: 64px !important;
    padding-bottom: 76px !important;
  }
}

@media (max-width: 690px) {
  .hs-home-section2 .span2.dnd-column {
    width: 50%;
    float: left;
  }
  .hs-home-section2 .row-fluid [class*="span"] {
    min-height: 0 !IMPORTANT;
  }
  .hs-home-section5 .banner .hs-banner-content-column h1 {
    line-height: 1;
  }
  .hs-contact-section1 h3.form-title {
    font-size: 19.5px;
    line-height: 26px;
  }
  .hs-signup-body-container .hs-yourStory-form form ul.inputs-list.multi-container[role="checkbox"] li {
    margin: 0 0 14px 0;
  }
  .hs-signup-body-container .hs-yourStory-form form .hs_what_list_do_you_want_them_to_be_apart_of_mark_all_that_apply_.hs-fieldtype-checkbox.field.hs-form-field {
    margin-bottom: 3px;
  }
  .hs-home-section5 .banner {
    padding: 5%;
  }
  .hs-home-section5 .banner .hs-banner-content-column.with-mobile-content-bg {
    background-color: transparent;
  }
}

@media screen and (max-width: 650px) {
  .hs-dailygold-banner-section .banner .hs-banner-content-column {
    background-color: rgba(0,0,0,.75);
    padding: 0 10px;
  }
  .hs-dailygold-banner-section .banner {
    margin-top: 0px;
    padding: 153px 0px 90px;
  }
}

@media (max-width: 640px) {
  .hs-home-section1 .hs_cos_wrapper_type_header {
    margin-top: 16px;
    padding-bottom: 14px;
  }
  .hs-contact-section1 form .hs-input[type=checkbox] {
    vertical-align: top;
    margin-top: 0;
  }
  .hs-contact-section1 form .hs-form-booleancheckbox-display>span {
    width: 94%;
    margin-right: -4px;
  }  
  .hs-yourStory-form form .hs-input:not([type=radio]):not([type=checkbox]) {
    line-height: 2;
    min-height: 2rem;
  }
  .hs-yourStory-form form .hs-form-field {
    width: 100% !important;
  }
  .hs-yourStory-form .hs-form .input {
    margin-right: 0 !important;
  }
  .hs-yourStory-form form fieldset.form-columns-2 .input {
    padding-top: 14px;
  }
  .hs-yourStory-form form .hs_lastname.hs-lastname.field.hs-form-field label {
    display: none;
  }
  .hs-yourStory-form form fieldset.form-columns-2 .hs_lastname.hs-lastname.field.hs-form-field .input {
    padding-top: 0;
    margin-top: -14px;
  }
  .hs-yourStory-form form fieldset.form-columns-2 {
    margin-bottom: -9px;
  }
  .hs-yourStory-form form .hs-button {
    width: 100%;
    line-height: 2;
    min-height: 2rem;
    margin-bottom: 16px;
  }
  .hs-yourStory-form form .hs_upload_a_picture_if_you_would_like_.hs-fieldtype-file.field.hs-form-field {
    display: block;
  }
  .hs-yourStory-form form .hs_upload_a_picture_if_you_would_like_.hs-form-field .input .hs-input {
    width: 100% !important;
  }
}


@media (max-width: 400px) {
  .hs-home-section1 .hs_cos_wrapper_type_header {
    margin-top: 9px;
    padding-bottom: 3px;
  }
  .hs-yourStory-form form .hs_upload_a_picture_if_you_would_like_.hs-form-field .input {
    padding: 10px;
  }
  .hs-yourStory-form form .hs_upload_a_picture_if_you_would_like_.hs-form-field .input .hs-input {
    font-size: 18px;
  }
  .hs-yourStory-form form .hs-button {
    margin-right: 0;
  }
  .hs-dailygold-banner-section .banner {
    padding: 163px 0px 115px;
  }
}


@media (max-width:1000px){
  .rock-on-a-rope-page-body .banner {
    background-position: 50%;
  }
  .stress-relief-syringe-page-body .banner.baner-full-scrn-content, 
  .stress-relief-syringe-page-body .banner.baner-full-scrn-content .hs-banner-content-row {
    min-height: 82.2839vh;
  }
}

@media (max-width:639px){
  .stress-relief-syringe-page-body .banner.baner-full-scrn-content, 
  .stress-relief-syringe-page-body .banner.baner-full-scrn-content .hs-banner-content-row {
    min-height: 78.0149vh;
  }
}
@media (min-width:1001px){
  .stress-relief-syringe-page-body .banner.baner-full-scrn-content, 
  .stress-relief-syringe-page-body .banner.baner-full-scrn-content .hs-banner-content-row {
    min-height: 89.8613vh;
  }
}
@media (min-width:1930px){
  .stress-relief-syringe-page-body .banner.baner-full-scrn-content, 
  .stress-relief-syringe-page-body .banner.baner-full-scrn-content .hs-banner-content-row {
    min-height: calc(100vh - 95px) !important;
  }
}
/* Skylinx Styling */
.header__logo img{
  width: 40px;
  height: auto;
}
.hunt-header{
  background-color: var(--clr-white);
  padding: 0 20px;
  box-shadow: 1px 1px 16px #a3a6ae40;
}
.nav-header--wrapper{
  position:relative;
}
.hunt-logo-title, .hunt-logo-title:hover {
  color: white;
  font: 700 34px/42px brandon, sans-serif;
  margin: 0;
  letter-spacing: 2px;
}

.header-cart-icon svg{
  height: 23px;
  width: 22px;
  fill: var(--clr-black);
}
.widget-type-logo{
  margin-left: -15px;
}
.header-cart-icon:hover svg{
  fill: var(--clr-white)
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; 
  z-index:9999;
  transition: 1s ease all;
}

/* Header search Styling starts*/
.header_search_btn-wrap {
  z-index: 10;
  position: relative;
  height: auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all .15s ease;
}
.header_search_btn {
  position: relative;
  text-decoration: none;
  padding: 0;
  background-position: 100% 0;
  background-repeat: no-repeat;
  box-sizing: content-box;
  text-align: center;
  background: none;
  border: none;
}
.header-search-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  overflow: visible;
  height: 100vh;
  position: fixed;
  z-index: 10100;
  background-color: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  display: block;
  transition: all .5s;
  padding: 0 15px;
}
.header-search-wrapper {
  background-color: #fff;
}
.search-open .header-search-wrapper {
  -webkit-transform: scale(.8);
  transform: scale(.8);
  opacity: 1;
}
.header-search-wrapper .search-box {
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  transition: all .15s ease;
}
.header-search-wrapper .search-box-wrap {
  position: relative;
}
.hs-search-field {
  position: relative;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-search-wrapper .search-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-family: aleo-bold!important;
  display: block;
  width: 24px;
  height: 17px;
  line-height: 22px;
  z-index: 10;
  transition: all .47s cubic-bezier(.3,1,.3,.95);
  -webkit-transition: all .47s cubic-bezier(.3,1,.3,.95);
  cursor: pointer;
}
.header-search-wrapper .search-close span {
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  top: -2px;
  word-spacing: 1px;
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  height: 20px;
  line-height: 19px;
  background-color: transparent;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  color: #3f1e1f!important;
  font-size: 22px;
}
.header-search-wrapper form input.hs-search-field__input {
  width: 100%;
  line-height: 1.5;
  position: relative;
  background-color: transparent;
  border: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'brandon';
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: auto;
  font-size: 32px;
  text-align: center;
  color: var(--clr-dark-grey);
  outline: 0;
  padding: 0;
  display: block;
}
.header-search-wrapper .search-close span:before {
  content: "\e117";
}
.header-search-wrapper form button {
  display: none;
}
/* Header search Styling end*/


/* Jeremiah Styling */
.header__navigation.header--element {
  width: 100%;
}

/* Header DND sections */

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

/* Header container */
.header__container {
  display: flex;
  align-items: center;
      position: relative;
}

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


.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  /*   justify-content: center; */
  width: 100%;
}



/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

/* .header__logo {
align-items: center;
display: flex;
height: auto;
margin-right: auto;
max-width: 200px;
overflow: hidden;
} */
.header__logo {
  height: auto;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}
.cart-sm-screen{
  display: none;
}
.header-cart-container-lg{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.login-pad{
  right: 30px;
}

.cart-pad{
  right: 75px;
}
.search-pad{
  right: 120px;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

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

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: var(--clr-dark-grey);
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

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

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}


/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

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

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

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

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

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

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

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

.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 {
  transition: background-color 0.3s;
}

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

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

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

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .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 {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
  .header__logo {
    margin: 0 auto;
  }

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

  .header__row-2 {
    /*     justify-content: center; */
    padding: 1.05rem;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 1000px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

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

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: var(--clr-red);
    display: block;
    left: 20px;
    min-height: calc(100vh - 450px);
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 99;
  }

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

  .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-left: 15px;
    margin-right: auto;
  }

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

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



  /*   .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;
    height: 25px;
    width: 25px;
  }

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

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

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

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

  .header__navigation--toggle {
    background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgNTAgNTAiIHdpZHRoPSI1MHB4IiBoZWlnaHQ9IjUwcHgiPjxwYXRoIGQ9Ik0gMCA3LjUgTCAwIDEyLjUgTCA1MCAxMi41IEwgNTAgNy41IFogTSAwIDIyLjUgTCAwIDI3LjUgTCA1MCAyNy41IEwgNTAgMjIuNSBaIE0gMCAzNy41IEwgMCA0Mi41IEwgNTAgNDIuNSBMIDUwIDM3LjUgWiIvPjwvc3ZnPg==');
    background-size: cover;
    height: 25px;
    width: 25px;
    margin-top: -19px;

  }

  .header__close--toggle.show {
    display: block;
  }
  /*     .header__column {
  position: relative;
  width: 100%;
} */
  .header__column {
    position: absolute;
    /*     width: 100%; */
    top: 32px;
    left: -15px;
  }

}

@media (max-width: 767.98px) {
  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    left: 10px;
    min-height: calc(100vh - 550px);
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 99;
  }
  /*   .cart-lg-screen{
  display: none;
} */
  /*   .cart-sm-screen{
  display: flex;
  text-align: center;
  justify-content: center;
} */
  .hunt-logo-title {
    font-size: 20px;
    line-height: 35px;
  }
  .login-pad {
    right: 8px;
  }
  .cart-pad {
    right: 34px;
  }
  .search-pad {
    right: 62px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: transparent;
}
.footer__container {
  margin: 0 auto;
}
.hs-footer-top-bg {
    background-color: var(--clr-white);
    position: relative;
    color: #fff;
}
.hs-footer-top-inner {
    padding: 55px 0px;
}
.hs-footer-top-bg h4 {
    letter-spacing: 1px;
    font-size: 16px;
  line-height: 24px;
    color: var(--clr-blk-1d);
    margin-top: 25px;
  font-family: AvenirLTStd-Black;
   
}
.hs-footer-top-bg a,
.hs-footer-top-bg a:hover {
    color: #fff;
    font-family: AvenirLTStd-Light;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}
.hs-footer-logo-grp p:last-of-type {
    margin-bottom: 0px;
}
.hs-footer-logo-grp img {
    margin-bottom: 15px;
    display: inline;
}

.hs-footer-bottom-bg {
    background-color: #000000;
    border-top: 1px solid rgba(255,255,255,0.18);
    padding: 20px 0px;
    font-size: 12px;
    position: relative;
}
.hs-footer-bottom-bg .hs-social-icons ul {
    float: right;
}
.hs-footer-bottom-bg .hs-social-icons ul li {
    margin-left: 20px;
}
.hs-footer-bottom-bg .hs-social-icons ul li a {
    display: block;
    line-height: 22px;
    height: 24px;
    padding: 0;
    border: 0;
}
.hs-footer-bottom-bg .hs-social-icons ul li i {
    font-size: 20px;
    width: auto;
    height: 32px;
    line-height: 32px;
    color: #777;
    top: -2px;
}
.hs-footer-bottom-bg .hs-social-icons ul li a:hover > i {
    color: #fff;
}
.footer__copyright {
    line-height: 22px;
    margin-top: 3px;
    color: #777777;
      -webkit-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
}

/* custom-footer styling */
.footer-klavio-form--wrapper .klaviyo-form{
  padding:10px 0 0 !important;
}
.footer-klavio-form--wrapper .klaviyo-form p{
 color: var(--clr-blk-1d);
}
.menus-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.span_4{
width: 48%;
}

.footer-logo-wrapper {
    align-items: center;
    display: flex;
  flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.hs-footer-social_icons{
    margin-top: 10px;
    max-width: 200px;
}


.footer-below-line-one{
  width: 50%;
  font-family: 'Source Sans Pro';
}
.footer-below-line-two{
display: flex;
    flex-wrap: wrap;
    gap: 10px 40px;
    justify-content: center;
    width: 100%;
    padding: 10px;
    background-color: rgba(231, 229, 216, 0.25);
}
.footer-below-line-two p{
font: 400 16px/28px 'Source Sans Pro';
  color: var(--clr-blk-1d);
      margin-bottom: 0;
}
.hs-menu-wrapper ul {
    font-size: 14px;
}
.contact-details{
  font-size: 14px;
}
.hs-social-icon ul {
    flex-direction: row !important;
}

.contact-details ul{
    list-style: none;
    margin-left: 0;
}

@media only screen and (min-width: 1000px) {
  .footer__container {
    padding: 0 90px;
  }
}



@media only screen and (max-width: 1000px) {
  .hs-footer-bottom-bg .custom-col {
      width: 49%;
      margin-bottom: 0px;
  }
  .hs-footer-bottom-bg .hs-social-icons ul li {
      width: 33px;
      margin-top: 9px;
      margin-bottom: 9px;
  }
  .hs-footer-top-bg .custom-col {
      width: 48%!important;
      margin-bottom: 2%;
      margin-right: 15px;
      margin-left: 0px!important;
      padding: 15px;
      float: left;
      margin-bottom: 40px;
  }

  .hs-footer-top-inner {
      margin-bottom: -40px;
  }
  .hs-footer-top-bg .custom-col:nth-child(3) {
      clear: left;
  }

  .footer-below-line-one{
  width: 100%;
}

}


@media only screen and (max-width: 690px) {
  .hs-footer-bottom-bg .custom-col {
      width: 100%;
      margin-bottom: 25px;
  }
  .hs-footer-bottom-bg .custom-col.span_7.col_last {
      margin-bottom: 0;
  }
  .hs-footer-bottom-bg .hs-social-icons ul {
      float: left;
  }
  .hs-footer-bottom-bg .hs-social-icons ul li {
      margin-left: 10px;
  }
  .hs-footer-bottom-bg .hs-social-icons ul li:first-child {
      margin-left: 0;
  }
  .hs-footer-top-bg .custom-col {
      width: 100% !important;
      margin-right: 0;
      padding: 0;
  }
  .hs-footer-top-inner {
      margin-bottom: 0;
  }
  .hs-footer-top-bg .custom-col:last-child {
      margin-bottom: 0;
  }
  .hs-footer-top-bg h4 {
      line-height: 34.2px;
  }
  .hs-footer-logo-grp img {
      width: 360px !important;
  }
  .footer-below-line {
    flex-direction: column;
    text-align: center;
  }
    .hs-footer-top-bg .custom-col:nth-child(2n) {
      margin-right: 0;
      text-align: center;
  }
  .footer-contact{
    text-align: center;
  }
  .footer-logo-wrapper {
    align-items: center;
    justify-content: center;
}
}
/* ******************************************************************************
*********************************************************************************
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;
    padding-top: 10px;

}

.blog-header {
  background-color: transparent;
  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;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  margin: 0 0 69px;
  padding: 0px 0px 33px 0px;
  border-bottom: 1px solid #ddd;
}
.blog-index__tag-subtitle {
  font-family: Aleoregular;
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  color: #888;
  position: relative;
  top: -3px;
}
.blog-index__tag-heading {
  font-size: 80px;
  line-height: 100px;
  font-weight: 400;
  margin: 0;
  letter-spacing: -1px;
}

.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@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%;
  object-fit: cover;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 56.1%;
  margin-bottom: 22px;
  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--small h2 {
  font-size: 50px;
  margin-bottom: 2px;
}

.blog-index__post-content a {
  color: #676767;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
      margin: 40px auto;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #676767;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid var(--clr-equine-plum);
}
.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: #676767;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination a {
    border-radius: 50px;
    color: var(--clr-equine-plum);
    cursor: pointer;
    display: inline-block;
    height: 32px;
    padding: 6px 10px;
    position: relative;
    width: 32px;
}
.blog-pagination__number-link:hover {
  background-color: var(--clr-equine-plum);
   color: var(--clr-white);
  text-decoration: none;
}
.blog-pagination a.previous-posts-link {
  background-position: 13px 12px;
}
.blog-pagination a.next-posts-link {
  background-position: -20px 12px;
}

.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: #676767;
}
.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: 1000px;
  margin: 0 auto;
}

.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #676767;
  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 {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  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: #676767;
  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 {
  background-color: transparent;
  border: 2px solid #af1f24;
  color: #af1f24;
}
.blog-comments .hs-button:hover {
  background-color: #af1f24;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #af1f24;
}

/*             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 Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {}


.blog-index__post-inner-card .blog-index__post-content {}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 a {
  color: #af0915;
  text-decoration: none;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  color: #444;
}
.hs-blog-post-heeader a {
  color: inherit;
}
.hs-blog-post-heeader a:hover {
  color: #af0915;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.blog-index_item-nxt {
  position: relative;
  min-height: 98px;
  padding-left: 95px;
}
.blog-index_item-nxt .post-meta {
  display: block;
  margin-bottom: 20px;
  border-right: 1px solid #E6E6E6;
  position: absolute;
  left: 0px;
  top: 0px;
}
.blog-index_item-nxt .post-meta .date {
  font-size: 12px;
  padding-bottom: 17px;
  margin-bottom: 12px;
  position: relative;
  transition: all 0.2s linear 0s;
  border-bottom: 1px solid #E6E6E6;
}
.blog-index_item-nxt .post-meta .month {
  display: block;
  font-size: 17px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding: 0px;
  font-family: 'Open Sans';
  font-weight: 600;
}
.blog-index_item-nxt .post-meta .day {
  display: block;
  font-size: 30px;
  line-height: 29px;
  text-align: center;
  padding: 0px 12px 0px 12px;
  font-family: 'Open Sans';
  font-weight: 700;
  text-transform: uppercase;
}






/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}



.blog-sidebar h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  margin-bottom: 15px;
  line-height: 38px;
}

.blog-sidebar ul {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
}
.blog-sidebar ul li {
  padding: 8px 0px;
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
}

.blog-sidebar ul li:first-child {
  padding-top: 0px;
}

.blog-sidebar ul li a {
  color: #af0915;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
.blog-sidebar ul li a:hover {
  color: inherit;
}
.blog-sidebar > div {
  margin-bottom: 50px;
}


.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}
.blog-sidebar .blog-sidebar-topic-filter ul li {
  border-bottom: 0;
  padding: 0;
}
.blog-sidebar .blog-sidebar-topic-filter ul li a {
  padding: 8px 0px;
  display: block;
  border-bottom: 1px solid #E6E6E6;
}
.blog-sidebar .blog-sidebar-topic-filter ul li:first-child > a {
  padding-top: 0;
}
.blog-sidebar .blog-sidebar-topic-filter ul li a .filter-link-count {
  display: block;
  color: #676767;
  cursor: text;
}
.blog-sidebar .blog-sidebar-topic-filter ul li:last-child > a {
  border-bottom: 0px!important;
}


.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}



/* Blog Comments */

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

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}

.blog-index.sidebar {
  padding-right: 20px;
  margin-top: 4px;
}
.hs-blog-post-heeader {
  margin-bottom: 12px;
  font-size: 11px;
  color: #888;
}
.hs-blog-content-inner {
  border-bottom: 1px solid #DDD;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.hs-blog-post-banner .hs-blog-post_tag-link {
  color: #fff;
  border: 2px solid rgba(255,255,255,0.4);
  padding: 4px 10px;
  margin: 5px 2px 15px 5px;
  display: inline-block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  line-height: 18px;
  font-family: Aleobold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 100px;
}
.hs-blog-post-banner .hs-blog-post_tag-link:hover {
  background-color: #af0915;
  color: #fff;
  border-color: transparent;
}
.hs-blog-post-banner .hs-blog-post-inner-wrap {
  position: relative;
  z-index: 10;
}
.hs-blog-post-banner .hs-blog-post-inner-wrap .blog-post__title {
  max-width: 1000px;
  margin: 0 auto;
  padding: 19px 0 13px 0;
  font-size: 80px;
  line-height: 100px;
  font-weight: 400;
  display: block;
  color: #fff;
  letter-spacing: -1px;
}
.hs-blog-post-date-grp {
  position: relative;
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 11px;
  color: #888;
}
.hs-blog-post-date-grp > span {
  float: none;
  display: inline-block;
  padding: 0 10px 0 10px;
  border-left: 1px solid #DDD;
  border-color: rgba(255,255,255,0.25);
  font-family: Brandon;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  top: 0px;
  position: relative;
  text-transform: none;
  color: rgba(255,255,255,0.8);
  margin-right: -2px;  
}
.hs-blog-post-date-grp > span:first-of-type {
  padding-left: 0;
  border-left: 0;
}
.hs-blog-post-date-grp > span a {
  color: inherit;
}
.hs-blog-post-date-grp > span a:hover {
  color: #fff;
}

.custom-post-social-share .sharing-default-minimal {
  margin-bottom: 60px;
}
.custom-post-social-share .sharing-default-minimal a {
  border-radius: 100px;
  line-height: 1px;
  margin: 10px 13px 10px 0;
  height: auto;
  display: inline-block;
  border: 2px solid #000;
  padding: 9px 30px;
  background-repeat: no-repeat;
  position: relative;
}
.custom-post-social-share .sharing-default-minimal a.facebook-share {
  border-color: #6a75c8;
  color: #6a75c8;
  transition: all 0.2s ease;
}
.custom-post-social-share .sharing-default-minimal a.facebook-share:hover {
  background-color: #6a75c8;
  color: #fff;
}
.custom-post-social-share .sharing-default-minimal a i {
  top: -2px;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  transition: all 0.2s ease;
  width: auto;  
}
a.facebook-share i {
  padding-right: 3px;
}
.custom-post-social-share .sharing-default-minimal .nectar-social .facebook-share i {
  height: 15px!important;
  font-size: 15px!important;
  line-height: 19px!important;
  color: #6a75c8;
  transition: all 0.2s ease;
}
.custom-post-social-share .sharing-default-minimal .social-text {
  line-height: 16px;
  padding-left: 0px;
  font-size: 14px;
  height: 13px;
  font-family: Brandon;
  font-weight: 400;
}
a.facebook-share i {
  padding-right: 3px;
}
.sharing-default-minimal .nectar-social .twitter-share {
  border-color: #6abaf7!important;
  color: #6abaf7;
  transition: all 0.2s ease;
}
.sharing-default-minimal .nectar-social .twitter-share:hover {
  background-color: #6abaf7;
  color: #fff;
}
.sharing-default-minimal .nectar-social .twitter-share i {
  height: 15px!important;
  font-size: 16px!important;
  line-height: 18px!important;
  color: #6abaf7;
  transition: all 0.2s ease;
}
.sharing-default-minimal .nectar-social .google-plus-share {
  border-color: #f05660!important;
  color: #f05660;
  transition: all 0.2s ease;
}
.sharing-default-minimal .nectar-social .google-plus-share:hover {
  background-color: #f05660;
  color: #fff;
}
.sharing-default-minimal .nectar-social .google-plus-share i {
  height: 15px!important;
  font-size: 14px!important;
  line-height: 19px!important;
  color: #f05660;
  transition: all 0.2s ease;
}
a.google-plus-share i {
  padding-right: 2px!important;
}
.sharing-default-minimal .nectar-social .linkedin-share {
  border-color: #2e82d9!important;
  color: #2e82d9;
  transition: all 0.2s ease;
}
.sharing-default-minimal .nectar-social .linkedin-share:hover {
  background-color: #2e82d9;
  color: #fff;
}
.sharing-default-minimal .nectar-social .linkedin-share i {
  height: 15px!important;
  font-size: 14px!important;
  color: #2e82d9;
  line-height: 16px!important;
  transition: all 0.2s ease;
}
.sharing-default-minimal .nectar-social .pinterest-share {
  border-color: #f00!important;
  color: #f00;
  transition: all 0.2s ease;
}
.sharing-default-minimal .nectar-social .pinterest-share:hover {
  background-color: #f00;
  color: #fff;
}
.sharing-default-minimal .nectar-social .pinterest-share i {
  height: 15px!important;
  font-size: 16px!important;
  color: #f00;
  line-height: 18px!important;
  transition: all 0.2s ease;
}
.sharing-default-minimal .nectar-social .facebook-share:hover i {
  color: #fff!important;
}
.sharing-default-minimal .nectar-social .twitter-share:hover i,
.sharing-default-minimal .nectar-social .google-plus-share:hover i,
.sharing-default-minimal .nectar-social .linkedin-share:hover i,
.sharing-default-minimal .nectar-social .pinterest-share:hover i {
  color: #fff!important;
}

.blog-post__body .content-inner {
  border-bottom: 1px solid #DDD;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.hs-blog-post #author-bio {
  padding-bottom: 50px;
  margin-bottom: 50px;
  margin-top: 0!important;
  min-height: 80px;
  box-sizing: content-box!important;
  -moz-box-sizing: content-box!important;
  -o-box-sizing: content-box!important;
  -webkit-box-sizing: content-box!important;
  border-bottom: 1px solid #DDD;
  position: relative;
}
.post-pagination {
  border-left: 1px solid #ddd;
  background-color: #333;
  width: 100%;
  text-align: center;
  height: 350px;
  display: table;
  position: relative;
}
.post-pagination-inner {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.post-pagination-col {
  position: relative;
  display: block;
}
.post-pagination-col .inner > span {
  display: block;
  color: #fff;
  margin-bottom: 5px;
}
.post-pagination-col h3 {
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  padding: 0 15%;
  color: #fff;
  margin: 0;
}
.post-pagination .bg-overlay {
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  z-index: 2;
  margin-bottom: 0!important;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #282b30;
  z-index: 2;
  opacity: 0.3;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #fff;
}
.post-pagination .full-link {
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  z-index: 10;
  margin-bottom: 0!important;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.post-pagination .full-link a {
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  z-index: 10;
  margin-bottom: 0!important;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-pagination .inner > a {
  position: relative;
  z-index: 10;
  display: block;
}
.hs-related-slider > h2 {
  margin: 0;
  letter-spacing: inherit;
  margin-bottom: 12px;  
}
.hs-related-slider h2 > strong {
  color: #413a3a;
  font-weight: 700;
}
.related-post-item-card {
  position: relative;
  display: inline-block;
  background: #fff;
  height: 200px;
  border: 1px solid #e7e9ee;
  border-radius: 6px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: middle;
  transform: translate3d(0,0,0);
  transition: all .2s ease-in-out;
  margin: 0 4px;
  cursor: pointer;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;  
}
.content-preview-wrapper .recommend-content p {
  margin: 0;
  font-family: "Helvetica Neue", arial, sans-serif;
}
.hs-related-slider .scroll-btn {
  position: absolute;
  background: rgba(255,255,255,.7);
  color: rgba(0,0,0,.55);
  font-size: 36px;
  line-height: .9;
  height: 50px;
  top: calc(50% - 25px);
  border: 1px solid #e7e9ee;
  border-radius: 3px;
  padding: 8px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: all 250ms ease-in-out;
  cursor: pointer;
  outline: 0;
  z-index: 99999;
}
.hs-related-slider:hover .scroll-btn {
  opacity: 1;
}
.hs-related-slider .scroll-btn:hover {
  background: rgba(255,255,255,.8);
  color: rgba(0,0,0,.65);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  opacity: 1;
}
.hs-related-slider .scroll-btn.scroll-left {
  left: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 4px;
}
.hs-related-slider .scroll-btn.scroll-right {
  right: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 4px;
}

.related-post-item-card .related-image {
  position: relative;
  width: 100%;
  height: 50%;
  overflow: hidden;
  transition: all .2s linear;
}
.related-post-item-card .related-title {
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-shadow: 0 0.5px 2px rgba(0,0,0,.35);
  width: 90%;
  left: 5%;
  bottom: 15px;
  white-space: normal;
  margin: 8px auto;
  display: block;
  line-height: 1.25;
  max-height: calc(2.5em);
}
.content-preview-wrapper {
  color: #333;
  display: inline-block;
  width: 90%;
  margin: 0 5% 6px;
  font-size: 14px;
}
.content-preview-wrapper .recommend-content {
  line-height: 1.3;
  max-height: calc(3.9em);
  padding-top: 0;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.related-post-item-card .related-title a {
  color: #fff;
  font-family: "Helvetica Neue", arial, sans-serif;
}
.related-post-item-card:hover {
  transform: translate3d(0,-2px,0);
}
.custom_related-listing_comments {
  color: rgba(30,55,70,.5);
  font-size: 90%;
  width: 90%;
  margin: 8px 5%;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 150ms linear 50ms;
}
.custom_related-listing_comments {
  color: rgba(30,55,70,.5);
  font-size: 90%;
  width: 90%;
  margin: 0 5% 0;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 150ms linear 50ms;
  font-family: "Helvetica Neue",arial,sans-serif;
  font-size: 12.6px;
  line-height: 1;
}
.custom_related-listing_comments a {
  color: rgba(30,55,70,.5);
  display: inline;
  font-weight: 500;
  line-height: 1.2;
}
.blog-post__body .hs-cta-wrapper {
  margin-bottom: 10px;
  display: inline-block;
}








@media only screen and (min-width: 690px) {
  .blog-index.sidebar {
    margin-right: 2%;
  }
}

@media only screen and (min-width: 1000px) {
  .content-wrapper,
  .hs-blog-post-banner .page-center {
    padding-left:20px;
    padding-right:20px;
  }
  .blog-index.sidebar {
    width: 74.5%;
    float:left;
  }
  .blog-sidebar.span3 {
    width: 23.5%;
    margin-left: 0;
    float:left;
  }  
  .post-pagination-col h3 {
    font-size: 61.2px!important;
    line-height: 69.2px!important;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
  .hs-blog-post-banner .hs-blog-post-inner-wrap .blog-post__title {
    font-size: 68px;
    line-height: 85px;
  }
  .hs-blog-post-banner {
    padding-top: 153px;
    padding-bottom: 59px;
  }
  .hs-blog-post #author-bio h3 {
    font-size: 30.6px;
    line-height: 39.1px;
  }
}



@media only screen and (max-width: 1000px) and (min-width: 690px) {
  .hs-blog-post-banner .hs-blog-post-inner-wrap .blog-post__title {
    font-size: 56px;
    line-height: 60px;
  }
  .hs-blog-post-banner {
    padding-top: 10%;
    padding-bottom: 10%;
    margin-top: 0;
  }
  .hs-blog-post #author-bio h3 {
    font-size: 28.8px;
    line-height: 36.8px;
  }
  .post-pagination-col h3 {
    font-size: 28.8px;
    line-height: 36.8px;
  }
}


@media (max-width: 999px) {
  .blog-index.sidebar, .blog-sidebar {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .blog-index.sidebar {
    padding-right: 0;
    margin-top: 5px;
  }
  .blog-pagination {
    margin-bottom: 40px;
  }
  .post-pagination {
    height: 200px;
  }

}

@media(max-width:767.98px) {
  .hs-blog-post-banner {
    height: 300px;
    width: 100%;
  }
}

@media(max-width: 690px) {
  .blog-index_item-nxt .post-meta {
    display: none;
  }
  .blog-index_item-nxt,
  .blog-pagination {
    padding-left: 0;
  }
  .blog-index__post-content--small h2 {
    font-size: 18px;
  }
  .blog-index__tag-subtitle {
    display: none;
  }
  .blog-index__tag-heading {
    font-size: 9.1vw;
    line-height: 1.3;
  }
  .hs-blog-post-banner .hs-blog-post-inner-wrap .blog-post__title {
    font-size: 24px;
    line-height: 30px;
  }

  .hs-blog-post #author-bio h3 {
    font-size: 28.8px;
    line-height: 36.8px;
  }
  .post-pagination-col h3 {
    font-size: 28.8px;
    line-height: 36.8px;
  }
}

@media (max-width: 479px) {
  .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .post-pagination {
    height: 250px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: #ddd;
    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;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Aleobold, serif;
  font-size: 1.25rem;
  color: #676767;
  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: #676767;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.systems-page .hs-form-field {
  margin-bottom: 15px;
}

.systems-page form .hs-button {
  margin-top: 15px;
}
.systems-page form ul.no-list.hs-error-msgs {
  padding: 0;
}
.systems-page input[type='password'] {
  height: auto !important;
}
.hs-system-content-grp {
  background-color: #f8f8f8;
}
.hs-system-content-grp .error-404page {
  text-align: center;
}
.hs-system-content-grp .error-404page h1 {
  font-size: 250px;
  line-height: 1;
  font-family: 'Open Sans';
  font-weight: 700;
}
.hs-system-content-grp .error-404page h2 {
  text-transform: uppercase;
  font-size: 70px;
  font-family: 'Open Sans';
  font-weight: 700;
}
.hs-system-content-grp .content-wrapper {
  padding-bottom: 78px;
}
.hs-error-500-section h1.error-page_heading,
.hs-error-500-section .error-page p {
    position: relative;
    z-index: 10;
}








@media (min-width: 768px) {
  .systems-page form {
    max-width: 50%;
  }
  .systems-page form#email-prefs-form {
    max-width: 100%;
  }
}


@media (max-width: 767px) {
  .systems-page .success {
    min-width: 100%;
  }
  .systems-page form input.email-edit.hs-input {
    width: 100% !IMPORTANT;
  }

}

@media (max-width: 690px) {
  .hs-system-content-grp .error-404page h1 {
    font-size: 150px;
  }
  .hs-system-content-grp .error-404page h2 {
    font-size: 40px;
  }
  .hs-system-content-grp .content-wrapper {
    padding-bottom: 65px;
  }
}

@media (max-width: 550px) {
  .systems-page .page-header h2 {
    font-size: 24px;
  }
  .systems-page .page-header h1 {
    font-size: 30px;
  }
}

/* Serch page */
.hs-system-content-grp.hs-system-search-page-body {
  margin-top: 62px;
}

.hs-system-search-page-body .systems-page {
  padding: 0;
}
.search-result-title h1 {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 0px;
  text-transform: none;
  font-family: 'Open Sans';
  font-weight: 600;
  letter-spacing: -1px;
}
.hs-system-content-grp.hs-system-search-page-body .content-wrapper {
  padding-top: 30px;
  padding-bottom: 40px;
}
.search-result-title h1 span {
  padding-left: 4px;
  line-height: 20px;
  color: #888;
  top: 0px;
  position: relative;
  text-transform: none;
  font-family: Aleoregular;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.search-result-title {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 33px 0px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 44px;
}
.search-result-content {
  width: 74.5%;
}

.search-result-content .hs-search-results {
  margin: 0;
}

.search-result-content ul.hs-search-results__listing {
  position: relative;
  margin-bottom: 30px;
}

.search-result-content ul.hs-search-results__listing > li {
  color: #676767;
  width: 31%;
  display: inline-block;
  margin-bottom: 2.5% !important;
  vertical-align: top;
}
.search-result-content ul.hs-search-results__listing .li_inner{
  -o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  background-color: #fff;
  padding: 18px;
  position:relative;
}
.search-result-content ul.hs-search-results__listing .li_inner:after{
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0px;
  background-color: #eaeaea;
  content:"";
}
.search-result-content ul.hs-search-results__listing .li_inner > a.hs-search-results__title {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  color: #af0915;
  text-decoration: none;
}

.search-result-content ul.hs-search-results__listing .li_inner {
  letter-spacing: -1px;
  -webkit-font-smoothing: antialiased;
  font-family: Aleobold;
  font-size: 17px;
  line-height: 22px;
  color: #444;
}

.search-result-content ul.hs-search-results__listing .li_inner > a.hs-search-results__title:hover {
  color: inherit;
}

.search-result-content ul.hs-search-results__listing .hs-search-results__description {
  margin: 0;
  padding: 0;
  color: #999;
  margin-top: 3px;
  letter-spacing: 0px;
  font-family: Brandon;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}



.search-result-content .hs-search-results__pagination {
  position: relative;
  margin-bottom: 10px;
  height: 32px;
  width: 100%;
}

.search-result-content .hs-search-results__pagination > a {
  float: left !important;
  margin: 0px 5px 0px 0px;
  font-family: 'Open Sans';
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
  color: #FFF !important;
  padding: 11px 13px 10px 13px;
  cursor: pointer;
  background-color: #333;
  text-indent: -9999px;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat!important;
  border-radius: 200px!important;
  -webkit-border-radius: 200px!important;
  -o-border-radius: 200px!important;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  background-image: url(https://5301912.fs1.hubspotusercontent-na1.net/hubfs/5301912/raw_assets/public/BlogTemplates/EquineTemplate/images/portfolio-arrows.png);
}

.search-result-content .hs-search-results__pagination:after {
  content: "";
  display: table;
  width: 100%;
}

.search-result-content .hs-search-results__pagination > a:hover {
  background-color: #af0915!important;
}
.search-result-content .hs-search-results__pagination:empty{
  display:none;
}
.search-result-content .hs-search-results__pagination > a.hs-search-results__next-page {
  background-position: -20px 12px;
}
.search-result-content .hs-search-results__pagination > a.hs-search-results__prev-page{
  background-position: 13px 12px;
}

@media (max-width:1000px){
  .search-result-content {
    width: 100%;
  }
  .search-result-title {
    margin-bottom: 25px;
  }
  .search-result-title h1{
    font-size: 18px;
  }
  .search-result-title h1 span {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    padding-left: 6px;
  }
  .hs-system-content-grp.hs-system-search-page-body .content-wrapper {
    padding-top: 31px;
  }

}
@media (max-width:639px){
  .search-result-content ul.hs-search-results__listing > li {
    width: 100%;
    display: block;
  }
}
[class^="icon-"],[class*=" icon-"], [class="fa"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

[class^="icon-"]:before,[class*=" icon-"]:before {
    text-decoration: inherit;
    speak: none;
}

.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}

/*a [class^="icon-"],a [class*=" icon-"]{display:inline;}*/
[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: 0.2857142857142857em;
}

[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.4285714285714286em;
}

.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

.icons-ul>li {
    position: relative;
}

.icons-ul .icon-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    text-align: center;
    line-height: inherit;
}

[class^="icon-"].hide,[class*=" icon-"].hide {
    display: none;
}

.icon-muted {
    color: #eeeeee;
}

.icon-light {
    color: #ffffff;
}

.icon-dark {
    color: #333333;
}

.icon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.icon-2x {
    font-size: 2em;
}

.icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.icon-3x {
    font-size: 3em;
}

.icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.icon-4x {
    font-size: 4em;
}

.icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.icon-5x {
    font-size: 5em;
}

.icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

[class^="icon-"].pull-left,[class*=" icon-"].pull-left {
    margin-right: .3em;
}

[class^="icon-"].pull-right,[class*=" icon-"].pull-right {
    margin-left: .3em;
}

[class^="icon-"],[class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"] {
    background-image: none;
}

.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin {
    display: inline-block;
}

.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em;
}

.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em;
}

.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"] {
    margin-top: 0;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em;
}

.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em;
}

.nav-list [class^="icon-"],.nav-list [class*=" icon-"] {
    line-height: inherit;
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}

.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em;
}

.icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em;
}

.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

a .icon-stack,a .icon-spin {
    display: inline-block;
    text-decoration: none;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before {
    display: inline-block;
}

.icon-glass:before {
    content: "\f000";
}

.icon-music:before {
    content: "\f001";
}

.icon-search:before {
    content: "\f002";
}

.icon-envelope-alt:before {
    content: "\f003";
}

.icon-heart:before {
    content: "\f004";
}

.icon-star:before {
    content: "\f005";
}

.icon-star-empty:before {
    content: "\f006";
}

.icon-user:before {
    content: "\f007";
}

.icon-film:before {
    content: "\f008";
}

.icon-th-large:before {
    content: "\f009";
}

.icon-th:before {
    content: "\f00a";
}

.icon-th-list:before {
    content: "\f00b";
}

.icon-ok:before {
    content: "\f00c";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-zoom-in:before {
    content: "\f00e";
}

.icon-zoom-out:before {
    content: "\f010";
}

.icon-power-off:before,.icon-off:before {
    content: "\f011";
}

.icon-signal:before {
    content: "\f012";
}

.icon-gear:before,.icon-cog:before {
    content: "\f013";
}

.icon-trash:before {
    content: "\f014";
}

.icon-home:before {
    content: "\f015";
}

.icon-file-alt:before {
    content: "\f016";
}

.icon-time:before {
    content: "\f017";
}

.icon-road:before {
    content: "\f018";
}

.icon-download-alt:before {
    content: "\f019";
}

.icon-download:before {
    content: "\f01a";
}

.icon-upload:before {
    content: "\f01b";
}

.icon-inbox:before {
    content: "\f01c";
}

.icon-play-circle:before {
    content: "\f01d";
}

.icon-rotate-right:before,.icon-repeat:before {
    content: "\f01e";
}

.icon-refresh:before {
    content: "\f021";
}

.icon-list-alt:before {
    content: "\f022";
}

.icon-lock:before {
    content: "\f023";
}

.icon-flag:before {
    content: "\f024";
}

.icon-headphones:before {
    content: "\f025";
}

.icon-volume-off:before {
    content: "\f026";
}

.icon-volume-down:before {
    content: "\f027";
}

.icon-volume-up:before {
    content: "\f028";
}

.icon-qrcode:before {
    content: "\f029";
}

.icon-barcode:before {
    content: "\f02a";
}

.icon-tag:before {
    content: "\f02b";
}

.icon-tags:before {
    content: "\f02c";
}

.icon-book:before {
    content: "\f02d";
}

.icon-bookmark:before {
    content: "\f02e";
}

.icon-print:before {
    content: "\f02f";
}

.icon-camera:before {
    content: "\f030";
}

.icon-font:before {
    content: "\f031";
}

.icon-bold:before {
    content: "\f032";
}

.icon-italic:before {
    content: "\f033";
}

.icon-text-height:before {
    content: "\f034";
}

.icon-text-width:before {
    content: "\f035";
}

.icon-align-left:before {
    content: "\f036";
}

.icon-align-center:before {
    content: "\f037";
}

.icon-align-right:before {
    content: "\f038";
}

.icon-align-justify:before {
    content: "\f039";
}

.icon-list:before {
    content: "\f03a";
}

.icon-indent-left:before {
    content: "\f03b";
}

.icon-indent-right:before {
    content: "\f03c";
}

.icon-facetime-video:before {
    content: "\f03d";
}

.icon-picture:before {
    content: "\f03e";
}

.icon-pencil:before {
    content: "\f040";
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-adjust:before {
    content: "\f042";
}

.icon-tint:before {
    content: "\f043";
}

.icon-edit:before {
    content: "\f044";
}

.icon-share:before {
    content: "\f045";
}

.icon-check:before {
    content: "\f046";
}

.icon-move:before {
    content: "\f047";
}

.icon-step-backward:before {
    content: "\f048";
}

.icon-fast-backward:before {
    content: "\f049";
}

.icon-backward:before {
    content: "\f04a";
}

.icon-play:before {
    content: "\f04b";
}

.icon-pause:before {
    content: "\f04c";
}

.icon-stop:before {
    content: "\f04d";
}

.icon-forward:before {
    content: "\f04e";
}

.icon-fast-forward:before {
    content: "\f050";
}

.icon-step-forward:before {
    content: "\f051";
}

.icon-eject:before {
    content: "\f052";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-plus-sign:before {
    content: "\f055";
}

.icon-minus-sign:before {
    content: "\f056";
}

.icon-remove-sign:before {
    content: "\f057";
}

.icon-ok-sign:before {
    content: "\f058";
}

.icon-question-sign:before {
    content: "\f059";
}

.icon-info-sign:before {
    content: "\f05a";
}

.icon-screenshot:before {
    content: "\f05b";
}

.icon-remove-circle:before {
    content: "\f05c";
}

.icon-ok-circle:before {
    content: "\f05d";
}

.icon-ban-circle:before {
    content: "\f05e";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-arrow-up:before {
    content: "\f062";
}

.icon-arrow-down:before {
    content: "\f063";
}

.icon-mail-forward:before,.icon-share-alt:before {
    content: "\f064";
}

.icon-resize-full:before {
    content: "\f065";
}

.icon-resize-small:before {
    content: "\f066";
}

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

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

.icon-asterisk:before {
    content: "\f069";
}

.icon-exclamation-sign:before {
    content: "\f06a";
}

.icon-gift:before {
    content: "\f06b";
}

.icon-leaf:before {
    content: "\f06c";
}

.icon-fire:before {
    content: "\f06d";
}

.icon-eye-open:before {
    content: "\f06e";
}

.icon-eye-close:before {
    content: "\f070";
}

.icon-warning-sign:before {
    content: "\f071";
}

.icon-plane:before {
    content: "\f072";
}

.icon-calendar:before {
    content: "\f073";
}

.icon-random:before {
    content: "\f074";
}

.icon-comment:before {
    content: "\f075";
}

.icon-magnet:before {
    content: "\f076";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-retweet:before {
    content: "\f079";
}

.icon-shopping-cart:before {
    content: "\f07a";
}

.icon-folder-close:before {
    content: "\f07b";
}

.icon-folder-open:before {
    content: "\f07c";
}

.icon-resize-vertical:before {
    content: "\f07d";
}

.icon-resize-horizontal:before {
    content: "\f07e";
}

.icon-bar-chart:before {
    content: "\f080";
}

.icon-twitter-sign:before {
    content: "\f081";
}

.icon-facebook-sign:before {
    content: "\f082";
}

.icon-camera-retro:before {
    content: "\f083";
}

.icon-key:before {
    content: "\f084";
}

.icon-gears:before,.icon-cogs:before {
    content: "\f085";
}

.icon-comments:before {
    content: "\f086";
}

.icon-thumbs-up-alt:before {
    content: "\f087";
}

.icon-thumbs-down-alt:before {
    content: "\f088";
}

.icon-star-half:before {
    content: "\f089";
}

.icon-heart-empty:before {
    content: "\f08a";
}

.icon-signout:before {
    content: "\f08b";
}

.icon-linkedin-sign:before {
    content: "\f08c";
}

.icon-pushpin:before {
    content: "\f08d";
}

.icon-external-link:before {
    content: "\f08e";
}

.icon-signin:before {
    content: "\f090";
}

.icon-trophy:before {
    content: "\f091";
}

.icon-github-sign:before {
    content: "\f092";
}

.icon-upload-alt:before {
    content: "\f093";
}

.icon-lemon:before {
    content: "\f094";
}

.icon-phone:before {
    content: "\f095";
}

.icon-unchecked:before,.icon-check-empty:before {
    content: "\f096";
}

.icon-bookmark-empty:before {
    content: "\f097";
}

.icon-phone-sign:before {
    content: "\f098";
}

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

.icon-facebook:before {
    content: "\f09a";
}

.icon-github:before {
    content: "\f09b";
}

.icon-unlock:before {
    content: "\f09c";
}

.icon-credit-card:before {
    content: "\f09d";
}

.icon-rss:before {
    content: "\f09e";
}

.icon-hdd:before {
    content: "\f0a0";
}

.icon-bullhorn:before {
    content: "\f0a1";
}

.icon-bell:before {
    content: "\f0a2";
}

.icon-certificate:before {
    content: "\f0a3";
}

.icon-hand-right:before {
    content: "\f0a4";
}

.icon-hand-left:before {
    content: "\f0a5";
}

.icon-hand-up:before {
    content: "\f0a6";
}

.icon-hand-down:before {
    content: "\f0a7";
}

.icon-circle-arrow-left:before {
    content: "\f0a8";
}

.icon-circle-arrow-right:before {
    content: "\f0a9";
}

.icon-circle-arrow-up:before {
    content: "\f0aa";
}

.icon-circle-arrow-down:before {
    content: "\f0ab";
}

.icon-globe:before {
    content: "\f0ac";
}

.icon-wrench:before {
    content: "\f0ad";
}

.icon-tasks:before {
    content: "\f0ae";
}

.icon-filter:before {
    content: "\f0b0";
}

.icon-briefcase:before {
    content: "\f0b1";
}

.icon-fullscreen:before {
    content: "\f0b2";
}

.icon-group:before {
    content: "\f0c0";
}

.icon-link:before {
    content: "\f0c1";
}

.icon-cloud:before {
    content: "\f0c2";
}

.icon-beaker:before {
    content: "\f0c3";
}

.icon-cut:before {
    content: "\f0c4";
}

.icon-copy:before {
    content: "\f0c5";
}

.icon-paperclip:before,.icon-paper-clip:before {
    content: "\f0c6";
}

.icon-save:before {
    content: "\f0c7";
}

.icon-sign-blank:before {
    content: "\f0c8";
}

.icon-reorder:before {
    content: "\f0c9";
}

.icon-list-ul:before {
    content: "\f0ca";
}

.icon-list-ol:before {
    content: "\f0cb";
}

.icon-strikethrough:before {
    content: "\f0cc";
}

.icon-underline:before {
    content: "\f0cd";
}

.icon-table:before {
    content: "\f0ce";
}

.icon-magic:before {
    content: "\f0d0";
}

.icon-truck:before {
    content: "\f0d1";
}

.icon-pinterest:before {
    content: "\f0d2";
}

.icon-pinterest-sign:before {
    content: "\f0d3";
}

.icon-google-plus-sign:before {
    content: "\f0d4";
}

.icon-google-plus:before {
    content: "\f0d5";
}

.icon-money:before {
    content: "\f0d6";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-caret-up:before {
    content: "\f0d8";
}

.icon-caret-left:before {
    content: "\f0d9";
}

.icon-caret-right:before {
    content: "\f0da";
}

.icon-columns:before {
    content: "\f0db";
}

.icon-sort:before {
    content: "\f0dc";
}

.icon-sort-down:before {
    content: "\f0dd";
}

.icon-sort-up:before {
    content: "\f0de";
}

.icon-envelope:before {
    content: "\f0e0";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-rotate-left:before,.icon-undo:before {
    content: "\f0e2";
}

.icon-legal:before {
    content: "\f0e3";
}

.icon-dashboard:before {
    content: "\f0e4";
}

.icon-comment-alt:before {
    content: "\f0e5";
}

.icon-comments-alt:before {
    content: "\f0e6";
}

.icon-bolt:before {
    content: "\f0e7";
}

.icon-sitemap:before {
    content: "\f0e8";
}

.icon-umbrella:before {
    content: "\f0e9";
}

.icon-paste:before {
    content: "\f0ea";
}

.icon-lightbulb:before {
    content: "\f0eb";
}

.icon-exchange:before {
    content: "\f0ec";
}

.icon-cloud-download:before {
    content: "\f0ed";
}

.icon-cloud-upload:before {
    content: "\f0ee";
}

.icon-user-md:before {
    content: "\f0f0";
}

.icon-stethoscope:before {
    content: "\f0f1";
}

.icon-suitcase:before {
    content: "\f0f2";
}

.icon-bell-alt:before {
    content: "\f0f3";
}

.icon-coffee:before {
    content: "\f0f4";
}

.icon-food:before {
    content: "\f0f5";
}

.icon-file-text-alt:before {
    content: "\f0f6";
}

.icon-building:before {
    content: "\f0f7";
}

.icon-hospital:before {
    content: "\f0f8";
}

.icon-ambulance:before {
    content: "\f0f9";
}

.icon-medkit:before {
    content: "\f0fa";
}

.icon-fighter-jet:before {
    content: "\f0fb";
}

.icon-beer:before {
    content: "\f0fc";
}

.icon-h-sign:before {
    content: "\f0fd";
}

.icon-plus-sign-alt:before {
    content: "\f0fe";
}

.icon-double-angle-left:before {
    content: "\f100";
}

.icon-double-angle-right:before {
    content: "\f101";
}

.icon-double-angle-up:before {
    content: "\f102";
}

.icon-double-angle-down:before {
    content: "\f103";
}

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

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

.icon-angle-up:before {
    content: "\f106";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-desktop:before {
    content: "\f108";
}

.icon-laptop:before {
    content: "\f109";
}

.icon-tablet:before {
    content: "\f10a";
}

.icon-mobile-phone:before {
    content: "\f10b";
}

.icon-circle-blank:before {
    content: "\f10c";
}

.icon-quote-left:before {
    content: "\f10d";
}

.icon-quote-right:before {
    content: "\f10e";
}

.icon-spinner:before {
    content: "\f110";
}

.icon-circle:before {
    content: "\f111";
}

.icon-mail-reply:before,.icon-reply:before {
    content: "\f112";
}

.icon-github-alt:before {
    content: "\f113";
}

.icon-folder-close-alt:before {
    content: "\f114";
}

.icon-folder-open-alt:before {
    content: "\f115";
}

.icon-expand-alt:before {
    content: "\f116";
}

.icon-collapse-alt:before {
    content: "\f117";
}

.icon-smile:before {
    content: "\f118";
}

.icon-frown:before {
    content: "\f119";
}

.icon-meh:before {
    content: "\f11a";
}

.icon-gamepad:before {
    content: "\f11b";
}

.icon-keyboard:before {
    content: "\f11c";
}

.icon-flag-alt:before {
    content: "\f11d";
}

.icon-flag-checkered:before {
    content: "\f11e";
}

.icon-terminal:before {
    content: "\f120";
}

.icon-code:before {
    content: "\f121";
}

.icon-reply-all:before {
    content: "\f122";
}

.icon-mail-reply-all:before {
    content: "\f122";
}

.icon-star-half-full:before,.icon-star-half-empty:before {
    content: "\f123";
}

.icon-location-arrow:before {
    content: "\f124";
}

.icon-crop:before {
    content: "\f125";
}

.icon-code-fork:before {
    content: "\f126";
}

.icon-unlink:before {
    content: "\f127";
}

.icon-question:before {
    content: "\f128";
}

.icon-info:before {
    content: "\f129";
}

.icon-exclamation:before {
    content: "\f12a";
}

.icon-superscript:before {
    content: "\f12b";
}

.icon-subscript:before {
    content: "\f12c";
}

.icon-eraser:before {
    content: "\f12d";
}

.icon-puzzle-piece:before {
    content: "\f12e";
}

.icon-microphone:before {
    content: "\f130";
}

.icon-microphone-off:before {
    content: "\f131";
}

.icon-shield:before {
    content: "\f132";
}

.icon-calendar-empty:before {
    content: "\f133";
}

.icon-fire-extinguisher:before {
    content: "\f134";
}

.icon-rocket:before {
    content: "\f135";
}

.icon-maxcdn:before {
    content: "\f136";
}

.icon-chevron-sign-left:before {
    content: "\f137";
}

.icon-chevron-sign-right:before {
    content: "\f138";
}

.icon-chevron-sign-up:before {
    content: "\f139";
}

.icon-chevron-sign-down:before {
    content: "\f13a";
}

.icon-html5:before {
    content: "\f13b";
}

.icon-css3:before {
    content: "\f13c";
}

.icon-anchor:before {
    content: "\f13d";
}

.icon-unlock-alt:before {
    content: "\f13e";
}

.icon-bullseye:before {
    content: "\f140";
}

.icon-ellipsis-horizontal:before {
    content: "\f141";
}

.icon-ellipsis-vertical:before {
    content: "\f142";
}

.icon-rss-sign:before {
    content: "\f143";
}

.icon-play-sign:before {
    content: "\f144";
}

.icon-ticket:before {
    content: "\f145";
}

.icon-minus-sign-alt:before {
    content: "\f146";
}

.icon-check-minus:before {
    content: "\f147";
}

.icon-level-up:before {
    content: "\f148";
}

.icon-level-down:before {
    content: "\f149";
}

.icon-check-sign:before {
    content: "\f14a";
}

.icon-edit-sign:before {
    content: "\f14b";
}

.icon-external-link-sign:before {
    content: "\f14c";
}

.icon-share-sign:before {
    content: "\f14d";
}

.icon-compass:before {
    content: "\f14e";
}

.icon-collapse:before {
    content: "\f150";
}

.icon-collapse-top:before {
    content: "\f151";
}

.icon-expand:before {
    content: "\f152";
}

.icon-euro:before,.icon-eur:before {
    content: "\f153";
}

.icon-gbp:before {
    content: "\f154";
}

.icon-dollar:before,.icon-usd:before {
    content: "\f155";
}

.icon-rupee:before,.icon-inr:before {
    content: "\f156";
}

.icon-yen:before,.icon-jpy:before {
    content: "\f157";
}

.icon-renminbi:before,.icon-cny:before {
    content: "\f158";
}

.icon-won:before,.icon-krw:before {
    content: "\f159";
}

.icon-bitcoin:before,.icon-btc:before {
    content: "\f15a";
}

.icon-file:before {
    content: "\f15b";
}

.icon-file-text:before {
    content: "\f15c";
}

.icon-sort-by-alphabet:before {
    content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
    content: "\f15e";
}

.icon-sort-by-attributes:before {
    content: "\f160";
}

.icon-sort-by-attributes-alt:before {
    content: "\f161";
}

.icon-sort-by-order:before {
    content: "\f162";
}

.icon-sort-by-order-alt:before {
    content: "\f163";
}

.icon-thumbs-up:before {
    content: "\f164";
}

.icon-thumbs-down:before {
    content: "\f165";
}

.icon-youtube-sign:before {
    content: "\f166";
}

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

.icon-xing:before {
    content: "\f168";
}

.icon-xing-sign:before {
    content: "\f169";
}

.icon-youtube-play:before {
    content: "\f16a";
}

.icon-dropbox:before {
    content: "\f16b";
}

.icon-stackexchange:before, .fa-stackexchange:before {
    content: "\f16c";
}

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

.icon-flickr:before {
    content: "\f16e";
}

.icon-adn:before {
    content: "\f170";
}

.icon-bitbucket:before {
    content: "\f171";
}

.icon-bitbucket-sign:before {
    content: "\f172";
}

.icon-tumblr:before {
    content: "\f173";
}

.icon-tumblr-sign:before {
    content: "\f174";
}

.icon-long-arrow-down:before {
    content: "\f175";
}

.icon-long-arrow-up:before {
    content: "\f176";
}

.icon-long-arrow-left:before {
    content: "\f177";
}

.icon-long-arrow-right:before {
    content: "\f178";
}

.icon-apple:before {
    content: "\f179";
}

.icon-windows:before {
    content: "\f17a";
}

.icon-android:before {
    content: "\f17b";
}

.icon-linux:before {
    content: "\f17c";
}

.icon-dribbble:before {
    content: "\f17d";
}

.icon-skype:before {
    content: "\f17e";
}

.icon-foursquare:before {
    content: "\f180";
}

.icon-trello:before {
    content: "\f181";
}

.icon-female:before {
    content: "\f182";
}

.icon-male:before {
    content: "\f183";
}

.icon-gittip:before {
    content: "\f184";
}

.icon-sun:before {
    content: "\f185";
}

.icon-moon:before {
    content: "\f186";
}

.icon-archive:before {
    content: "\f187";
}

.icon-bug:before {
    content: "\f188";
}

.icon-vk:before {
    content: "\f189";
}

.icon-weibo:before {
    content: "\f18a";
}

.icon-renren:before {
    content: "\f18b";
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

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

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

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

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

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

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

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

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

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

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

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

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

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 104200;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 104300;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 104500; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 104400; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 104600;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  top: 20px;
  color: #333;   
   display: inline-block;
    width: 20px!important;
  height: 20px;
  padding-right: 0!important;
  line-height: 20px!important;
  transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
}

.mfp-close-btn-in .mfp-close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-image-holder .mfp-close:before, .mfp-iframe-holder .mfp-close:before {
  content: "\e117";
  font-size: 20px;
  display: block;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  body.original .mfp-arrow:before,
  body.original .mfp-arrow:after,
  body.original .mfp-arrow .mfp-b,
  body.original .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  body.original .mfp-arrow:after,
  body.original .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
    body.original .mfp-arrow:before,
    body.original .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  body.original .mfp-arrow-left:after,
  body.original .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
   body.original .mfp-arrow-left:before,
    body.original .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
    body.original .mfp-arrow-right:after,
   body.original  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
    body.original .mfp-arrow-right:before,
    body.original .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content, .mfp-inline-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe, .mfp-iframe-scaler > div.video, .mfp-iframe-scaler > div.video .mejs-container {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
.mfp-iframe-scaler > div.video .mejs-container { width: 100%!important; height: 100%!important;}

.mfp-wrap .mfp-container .mfp-iframe-scaler .wp-video-shortcode video {
   height: 100%!important;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px 0 55px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 55px;
    bottom: 55px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); */
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -40px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

    .ascend .mfp-arrow-left, .material .mfp-arrow-left {
      left: 20px!important;
    }
     .ascend .mfp-arrow-right, .material .mfp-arrow-right {
      right: 20px!important;
    }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


  
.mfp-bg {
   transition: all 0.3s ease-out;
}


.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim, .mfp-zoom-in .mfp-iframe-scaler {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.93);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready.mfp-image-loaded .mfp-with-anim,  .mfp-zoom-in.mfp-ready .mfp-iframe-scaler,
.mfp-zoom-in.mfp-ready div[id*="video-popup-"].mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.85;
}
body .mfp-zoom-in.mfp-removing .mfp-with-anim, .mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
  transform: scale(0.93)!important;
  opacity: 0!important;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-wrap.mfp-removing .mfp-arrow-left, .mfp-wrap.mfp-removing .mfp-arrow-right {
  opacity: 0;
}

.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

.icon-salient-x, .icon-salient-search, .icon-salient-right-arrow, .icon-salient-left-arrow, .icon-salient-right-line, .icon-salient-back-to-all, .icon-salient-left-arrow-thin, .icon-salient-right-arrow-thin, .icon-salient-down-arrow-thin, .icon-salient-down-arrow, .icon-salient-google-plus, .ascend .mfp-image-holder .mfp-close, .ascend .mfp-iframe-holder .mfp-close, .mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close, .mfp-iframe-holder .mfp-close, .icon-salient-facebook, .icon-salient-twitter, .icon-salient-pinterest, .icon-salient-heart, .icon-salient-heart-2, .icon-salient-plus, .icon-salient-cart, body[data-is="minimal"] [class^="icon-"].icon-reorder, .icon-salient-pencil, .icon-be, .icon-vimeo, .icon-soundcloud, .icon-button-arrow, .icon-salient-thin-line, .icon-salient-spotify, .icon-salient-m-user, .salient-page-submenu-icon, .icon-salient-m-clock, .video-play-button, .mejs-controls .mejs-button button {
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}