/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































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

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

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

.dnd-section .widget-type-cell {
}
div[class*="force-full-width-section"] > .row-fluid {
    width: 100%;
}
@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */



@font-face {
  font-family: "sw-icon-font";
  src: url("https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/TonyEvans_December2020/fonts/sw-icon-font.eot?ver=4.2.1");
  src: url("https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/TonyEvans_December2020/fonts/sw-icon-font.eot?ver=4.2.1#iefix") format("embedded-opentype"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/sw-icon-font.woff) format("woff"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/sw-icon-font.ttf);
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  src: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/TonyEvans_December2020/fonts/fa-brands-400.eot);
  src: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/TonyEvans_December2020/fonts/fa-brands-400.eot#iefix) format("embedded-opentype"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/fa-brands-400.woff2) format("woff2"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/fa-brands-400.woff) format("woff"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/fa-brands-400.ttf);
}

@font-face {
  font-family: 'FontAwesomeBrands';
  font-style: normal;
  font-weight: 400;
  src: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/TonyEvans_December2020/fonts/fa-brands-400.eot);
  src: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/TonyEvans_December2020/fonts/fa-brands-400.eot#iefix) format("embedded-opentype"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/fa-brands-400.woff2) format("woff2"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/fa-brands-400.woff) format("woff"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/fa-brands-400.ttf);
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/TonyEvans_December2020/fonts/fa-regular-400.eot);
  src: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/TonyEvans_December2020/fonts/fa-regular-400.eot#iefix) format("embedded-opentype"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/fa-regular-400.woff2) format("woff2"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/fa-regular-400.woff) format("woff"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/fa-regular-400.ttf);
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/TonyEvans_December2020/fonts/fa-solid-900.eot);
  src: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/TonyEvans_December2020/fonts/fa-solid-900.eot#iefix) format("embedded-opentype"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/fa-solid-900.woff2) format("woff2"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/fa-solid-900.woff) format("woff"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/fa-solid-900.ttf);
}
@font-face{
  font-family:'FontAwesome2';
 font-style: normal;
  font-weight: 900;
  src: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/TonyEvans_December2020/fonts/fa-solid-900.eot);
  src: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/TonyEvans_December2020/fonts/fa-solid-900.eot#iefix) format("embedded-opentype"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/fa-solid-900.woff2) format("woff2"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/fa-solid-900.woff) format("woff"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/fa-solid-900.ttf);
}
@font-face {
  font-family: Nunito;
  src: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/TonyEvans_December2020/fonts/nunito-v8-latin-regular.eot);
  src: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/TonyEvans_December2020/fonts/nunito-v8-latin-regular.eot#iefix) format("embedded-opentype"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/nunito-v8-latin-regular.woff2) format("woff2"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/nunito-v8-latin-regular.woff) format("woff"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/nunito-v8-latin-regular.ttf);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Nunito;
  src: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/TonyEvans_December2020/fonts/nunito-v8-latin-700.eot);
  src: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/TonyEvans_December2020/fonts/nunito-v8-latin-700.eot#iefix) format("embedded-opentype"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/nunito-v8-latin-700.woff2) format("woff2"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/nunito-v8-latin-700.woff) format("woff"),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/nunito-v8-latin-700.ttf);
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'FontAwesome';
  src: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/TonyEvans_December2020/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/TonyEvans_December2020/fonts/fontawesome-webfont.eot#iefix&v=4.7.0) format('embedded-opentype'),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/fontawesome-webfont.woff2) format('woff2'),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/fontawesome-webfont.woff) format('woff'),
    url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/fontawesome-webfont.ttf) format('truetype');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: "FontAwesome";
  src: url("https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/TonyEvans_December2020/fonts/fa-solid-900.woff2") format("woff2"), 
    url("https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/TonyEvans_December2020/fonts/fa-solid-900.woff") format("woff"), 
    url("https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/TonyEvans_December2020/fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}

@font-face { font-family: "minion-3"; 
  src: url("//use.typekit.net/af/4d299e/00000000000000003b9b0da1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
    url("//use.typekit.net/af/4d299e/00000000000000003b9b0da1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), 
    url("//use.typekit.net/af/4d299e/00000000000000003b9b0da1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: auto; 
}
@font-face { font-family: "minion-3"; 
  src: url("//use.typekit.net/af/326647/00000000000000003b9b0dba/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), 
    url("//use.typekit.net/af/326647/00000000000000003b9b0dba/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),
    url("//use.typekit.net/af/326647/00000000000000003b9b0dba/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-style: italic; 
  font-weight: 400;
  font-display: auto; 
}
@font-face { font-family: "minion-3"; 
  src: url("//use.typekit.net/af/3626f3/00000000000000003b9b0db5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/3626f3/00000000000000003b9b0db5/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("//use.typekit.net/af/3626f3/00000000000000003b9b0db5/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); 
  font-style: normal;
  font-weight: 700; 
  font-display: auto;
}

@font-face {
  font-family: "Poppins";
  src: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/poppins-400-latin.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  src: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/fonts/poppins-500-latin.woff2) format("woff2"); 
  font-style: normal;
  font-weight: 500;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


html {
  font-size: 14px;
}

body {
  font-family: 'Merriweather',serif;
  font-style: normal;
  font-weight: 300;
  color: rgb(16,16,16);
  line-height: 1.7;
  font-size: 1.285rem;
}

p {
  margin: 1.1em 0 15px 0;
  font-family: 'Merriweather',serif;
line-height: 2.01;
  margin-top: 24px;

}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:active {
  outline: 0 !important;
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat",sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 1.25em 0 .2em;
  text-rendering: optimizelegibility;
}
h4, h5, h6, .h4, .h5, .h6 {
  margin-top: 1.75em;
  margin-bottom: .5em;
  line-height: 1.4;
}
h1 {
  margin-top: 1em;
  font-size: 400%;
  line-height: 1.1;
  letter-spacing: 0em;
  font-size: 200%;
  color: rgb(16,16,16);
}

h2 {
  font-size: 180%;
  font-weight: 400;
  font-style: normal;
  margin-top: 1.9em;
  letter-spacing: 1px;
  color: rgb(16,16,16);
  line-height: 1.2;
}

h3 {
  line-height: 1.3;
  font-size: 150%;
  font-weight: 400;
  font-style: normal;
  margin-top: 1.9em;
  text-transform: uppercase;
  letter-spacing: 2px
}

h4 {
  font-size: 140%;
  font-weight: 400;
  font-style: normal;
  margin-top: 1.9em;
  letter-spacing: 1px;
  margin-bottom: .5em;
  line-height: 1.4;
}

h5 {
  font-size: 130%;
  font-weight: 400;
  font-style: normal;
  margin-top: 1.9em;
  letter-spacing: 1px;
  line-height: 1.4;
}

h6 {
  text-transform: uppercase;
  font-size: 120%;
  font-weight: 400;
  font-style: normal;
  margin-top: 1.9em;
  letter-spacing: 1px
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, blockquote {
    color: rgb(16,16,16);
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
    color: rgb(35,138,137);
}


strong {
    font-weight: 700;
}
code {
  vertical-align: bottom;
}

ul,
ol {
  padding: 0;
  margin: 0 0 1.313em 1.655em;
  margin-left: 3.655em;
  font-family: 'Merriweather',serif;
line-height: 2.01;
  margin-top: 24px;
}

li {
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {

}

blockquote {
  margin: 1.313em 0;
  border: 1px solid #f2f2f2;
  border-left: 0;
  border-right: 0;
  padding: 1em 0;
  font-size: 171.4%;
  font-weight: 400;
  line-height: 1.3;
  color: #272727;
}

/* Horizontal Rules */
hr {
  height: 0;
  margin: 1.313em 0;
  border: 0;
  border-top: 1px solid #f2f2f2
}

/* TODO */
small {

}

/* TODO */
mark {

}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, blockquote {
  color: rgb(16,16,16);
}
.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {

}

@media (max-width: 480px) {

}
.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
}

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

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
    margin-left: .3em
}

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

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

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

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

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

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

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

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

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

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

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

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

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

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

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

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

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

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

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

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

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

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

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

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

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

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

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

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

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

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

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

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

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

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

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

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\f95b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

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

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

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

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

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

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

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

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

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

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

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

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

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

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

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

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

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\f952"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

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

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

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

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

.fa-faucet:before {
    content: "\f905"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

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

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

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

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\f907"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

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

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

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

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

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

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

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

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\f95c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\f95d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\f95e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\f95f"
}

.fa-handshake-slash:before {
    content: "\f960"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\f961"
}

.fa-head-side-cough-slash:before {
    content: "\f962"
}

.fa-head-side-mask:before {
    content: "\f963"
}

.fa-head-side-virus:before {
    content: "\f964"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

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

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\f965"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\f913"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

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

.fa-instagram-square:before {
    content: "\f955"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\f966"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

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

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

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

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

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\f967"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

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

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\f91a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

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

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\f956"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

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

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\f968"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\f91e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\f969"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

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

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\f96a"
}

.fa-pump-soap:before {
    content: "\f96b"
}

.fa-pushed:before {
    content: "\f3e1"
}

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

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

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

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

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

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

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

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

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\f96c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\f957"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

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

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\f96e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

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

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

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

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

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

.fa-star-and-crescent:before {
    content: "\f699"
}

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

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

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

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

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\f96f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\f970"
}

.fa-store-slash:before {
    content: "\f971"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

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

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

.fa-th:before {
    content: "\f00a"
}

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

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

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

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

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

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\f972"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\f941"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

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

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\f949"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

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

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

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

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\f974"
}

.fa-virus-slash:before {
    content: "\f975"
}

.fa-viruses:before {
    content: "\f976"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

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

.fa-volume-mute:before {
    content: "\f6a9"
}

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

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

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

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

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

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


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

.fa,.fas {
    font-weight: 900
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
  
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Montserrat",sans-serif;
  white-space: normal;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

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


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

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}
form select,
form textarea,
.hs-input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  margin-bottom: 18px;
  display: block;
  width: 100%;
  max-width:600px;
  height: 2.65em;
  margin-bottom: 9px;
  border: 1px solid #ddd;
  padding: 0 .65em;
  font-size: 13px;
  line-height: normal;
  color: #555;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  font-family: "Montserrat",sans-serif;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
}

.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;
}
form select:focus,
form textarea:focus,
.hs-input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(0,0,0,.3);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.2);
  outline: 0;
}
.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;
}
.field .hs-input{
  margin-bottom: 0px;
}
.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
ul.no-list.hs-error-msgs li {
  line-height: 1.6;
}
ul.no-list.hs-error-msgs.inputs-list label {
  color: #f2545b;
}
@media (max-width: 400px){
  form select,
  form textarea,
  .hs-input,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  textarea,
  select  {
    max-width: 100%;
  }
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

.banner-section2 div.hs-source_code {
  display: none !important;
}

.body-container-wrapper-2 .span6 div.hs-source_code,
.form-columns-1 div.hs_sku,
.body-container-wrapper-2 .span6 div.hs_sku {
  display: none !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


.header__container,
.page-center,
.content-wrapper,
.dnd-section > .row-fluid,
.footer__container,
.custom-container{
  width: 88%;
  float:none;
  margin-left:auto;
  margin-right:auto;
}






.custom-column,
.custom-body-container-wrapper .row-fluid .span6,
.custom-entry-wrap .row-fluid .span6{
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 4%;
}
.custom-body-container-wrapper .row-fluid [class*="span"] {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 4%;
  margin-left: 0%;
}
.custom-body-container-wrapper .row-fluid [class*="span"]:last-child{
  margin-right: 0%
}

.custom-entry-wrap .row-fluid .span6:last-child{
  margin-right: 0%
}
.custom-column.custom-1-1 {
  width: 100%
}

.custom-column.custom-1-2,
.custom-body-container-wrapper .row-fluid .span6,
.custom-entry-wrap .row-fluid .span6 {
  width: 48%;
  margin-left: 0%
}
.custom-btn-wrp .hs-button {
  border-radius: 0;
}
.custom-column.custom-1-3,
.custom-body-container-wrapper .row-fluid .span4{
  width: 30.66666%
}

.custom-column.custom-2-3{
  width: 65.33332%
}
.custom-entry-wrap blockquote cite:before {
  content: "\2013\00A0";
}
.custom-column.custom-1-4,
.custom-body-container-wrapper .row-fluid .span3{
  width: 22%
}

.custom-column.custom-3-4 {
  width: 74%
}
.custom-body-container-wrapper .row-fluid .span8 {
  width: 65.33332%;
}
.custom-column.custom-1-5{
  width: 16.8%
}
.custom-body-container-wrapper .row-fluid .span7 {
  width: 56%;
}

.custom-body-container-wrapper .row-fluid .span5{
  width: 39%;
}
.custom-column.custom-2-5 {
  width: 37.6%
}

.custom-column.custom-3-5 {
  width: 58.4%
}

.custom-column.custom-4-5 {
  width: 79.2%
}

.custom-column.custom-1-6,
.custom-body-container-wrapper .row-fluid .span2{
  width: 13.33332%
}

.custom-column.custom-5-6 {
  width: 82.66666%
}

.custom-column.last,.custom-column:last-of-type {
  margin-right: 0
}

.right {
  float: right;
}


.custom-sidebar {
  width: 24.536945%;
}
.custom-main {
  width: 70.536945%;
}

.left {
  float: left;
}
.custom-main {
  position: relative;
}

.custom-main .dnd-section, .custom-sidebar .dnd-section {
  padding: 0;
}

.custom-main .dnd-section>.row-fluid, 
.custom-sidebar .dnd-section>.row-fluid {
  padding: 0;
  width:100%;
  max-width: 100%;
}

.custom-breadcrumbs.clearfix {}

.custom-breadcrumb-wrap {
  margin: 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 1.05em 0;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.4;
  text-shadow: 0 1px 0 rgb(255 255 255 / 55%);
  text-transform: uppercase;
  background-color: rgba(0,0,0,.0225);
  box-shadow: 0 1px 0 0 rgb(255 255 255 / 72%);
  color: #101010;
  font-family: "Montserrat",sans-serif;
}

.custom-breadcrumb-wrap * {
  font-family: "Montserrat",sans-serif;
}

.custom-breadcrumb-wrap .hs-breadcrumb-menu-item {
  padding: 0;
  margin: 0;
  line-height: 1.4;
  float: none;
  display: inline-block;
}

.custom-breadcrumb-wrap .hs-breadcrumb-menu-item:not(:first-child) {
  margin-left: -4px;
}

.custom-breadcrumb-wrap .hs-breadcrumb-menu-item.first-crumb>a {
  font-size: 0;
}

.custom-breadcrumb-wrap a {
  color: #25293b;
}

.custom-breadcrumb-wrap a:hover{
  color: rgb(35,138,137);
}

.custom-breadcrumb-wrap .hs-breadcrumb-menu-item.first-crumb>a:before {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FontAwesome" !important;
  font-weight: 900;
  content: "";
  font-size: 10px;
  line-height: 1;
  font-family: 'FontAwesome2' !important;
  position: relative;
  top: -1px;
}
.custom-breadcrumb-wrap span.hs-breadcrumb-menu-divider {
  padding: 0px 2.5px 0 .45em;
  margin: 0;
  position: relative;

}

.hs-blog-post .custom-breadcrumb-wrap .hs-breadcrumb-menu-item.first-crumb .hs-breadcrumb-menu-divider {
  padding-left: 0;
}

.main-content-wrap hr {
  margin-top: 40px;
}
.custom-breadcrumb-wrap ul {
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 0px;
}
.custom-breadcrumb-wrap span.hs-breadcrumb-menu-divider:before {}

.custom-breadcrumb-wrap span.hs-breadcrumb-menu-divider:before {
  padding: 0;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  font-size: 10px;
  content:"";
  font-family: 'FontAwesome2' !important;
  position: relative;

}

.custom-container.offset {
  margin: 40px auto;
}

.custom-body-container {
  font-size: 14px;
  font-family: "Montserrat",sans-serif;
}
.custom-sidebar .hs-button {
  margin: .35em 1.313em .35em 0;
  padding: .563em 1.125em .813em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.custom-sidebar h4 {
  margin: 0 0 .5em;
  font-size: 150%;
  line-height: 1;
}
.custom-sidebar p:last-child {
  margin-bottom: 0;
}
.custom-sidebar img {
  margin: 5px auto 0;
}
.custom-sidebar .dnd-section {
  margin-top: 2.75em;
}

.custom-sidebar .dnd-section:first-of-type {
  margin-top: 0;
}

.custom-sidebar p{
  margin-top:0;
  line-height: 30px;
}
.custom-entry-wrap .hs_cos_wrapper_type_header {
  margin-bottom: 1.25em;
  display: block;
}
.custom-entry-wrap {
  display: block;
  padding: 60px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,.135);
}
.custom-body-container p {
  font-size: 1.285rem;
}
.custom-entry-wrap {
  font-size: 1.285rem;
}

.custom-entry-wrap h3 {
  line-height: 1.1;
}

.hs_cos_wrapper_type_header h1 {
  margin: 0;
  font-size: 250%;
  line-height: 1.05;
}

.custom-entry-wrap blockquote {
  margin: 1.313em 0;
  border: 1px solid #f2f2f2;
  border-left: 0;
  border-right: 0;
  padding: 1em 0;
  font-size: 171.4%;
  font-weight: 400;
  line-height: 1.3;
  color: #272727;
  text-align: center;
  font-size: 150%;
  padding: 20px;
  background: #efefef;
  font-family: "Montserrat",sans-serif;
}
.custom-entry-wrap .hs-responsive-embed-wrapper.hs-responsive-embed,
.custom-body-container-wrapper .hs-responsive-embed-wrapper.hs-responsive-embed{
  max-width: 100% !important;
  margin-top: 24px !important;
  max-height: 100% !important;
  margin-bottom: 2.626em !important;
  min-width: 100% !important;
}
.custom-entry-wrap blockquote cite {
  display: block;
  margin-top: .75em;
  font-size: .725em;
  font-weight: 300;
  color: #7a7a7a;
  font-style: normal;
}
.custom-entry-wrap .hs-button {
  display: block;
}
.custom-body-container-wrapper .hs-responsive-embed-wrapper.hs-responsive-embed .hs-responsive-embed-inner-wrapper {
  padding-bottom: 56.25% !important;
}
.custom-entry-wrap .dnd-module {
  display: block !important;
}

.custom-entry-wrap .custom-column-with-content {
  margin: -1.313em 0 2.626em;
}
.custom-sidebar h6 {
  font-family: "Montserrat",sans-serif;
  margin: 1.1em 0 15px 0;
  line-height: 30px;
  text-shadow: 0 1px 0 rgba(255,255,255,.95);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 300;
}
[data-x-icon], [data-x-icon-o], [data-x-icon-l], [data-x-icon-s], [data-x-icon-b], [data-x-fa-pro-icon], [class*="cs-fa-"] {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.x-ul-icons li [class*=x-icon-] {
  text-indent: -1.5em;
}

[data-x-icon], [data-x-icon-s], [data-x-icon][class*="cs-fa-"] {
  font-family: "FontAwesome" !important;
  font-weight: 900;
}
[data-x-icon-s]:before {
  content: attr(data-x-icon-s);
}

[data-x-icon]:before, [data-x-icon-o]:before, [data-x-icon-l]:before, [data-x-icon-s]:before, [data-x-icon-b]:before, [data-x-fa-pro-icon]:before, [class*="cs-fa-"]:before {
  line-height: 1;
}
[data-custom-icon], [data-custom-icon-o], [data-custom-icon-l], [data-custom-icon-s], [data-custom-icon-b], [data-custom-fa-pro-icon], [class*="cs-fa-"] {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-oscustom-font-smoothing: grayscale;
}
.custom-ul-icons li [class*=custom-icon-] {
  text-indent: -1.5em;
}

[data-custom-icon], [data-custom-icon-s], [data-custom-icon][class*="cs-fa-"] {
  font-family: "FontAwesome2" !important;
  font-weight: 900;
}
[data-custom-icon-s]:before {
  content: attr(data-custom-icon-s);
}

[data-custom-icon]:before, [data-custom-icon-o]:before, [data-custom-icon-l]:before, [data-custom-icon-s]:before, [data-custom-icon-b]:before, [data-custom-fa-pro-icon]:before, [class*="cs-fa-"]:before {
  line-height: 1;
}

a.custom-btn-block.hs-button{
  display: block;
  width: 100%;
}

.custom-entry-wrap .hs_cos_wrapper_type_header h4 {
  font-family: 'Merriweather',serif;
  font-weight: 300;
  line-height: 36px;
  margin-top: 24px;
  font-size: 228.5%;
  margin: 1.25em 0 0;
  font-family: "Montserrat",sans-serif;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 0.2em;
  letter-spacing: 2px !important;
}

.custom-entry-wrap .hs_cos_wrapper_type_header h3 {
  font-family: 'Merriweather',serif;
  font-weight: 300;
  line-height: 36px;
  margin-top: 24px;
  font-size: 228.5%;
}
.banner-section .row-fluid [class*="span"] {
  min-height: 0;
}
.hs_cos_wrapper_type_header h2 {
  font-size: 285.7%;
  font-family: "Montserrat",sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 1.2em 0 0;
}

.custom-entry-wrap .hs_cos_wrapper_type_header h3 {
  font-family: 'Merriweather',serif;
  font-weight: 300;
  line-height: 36px;
  margin-top: 24px;
  font-size: 228.5%;
  margin: 1.25em 0 0;
}

.radio-stations .custom-sidebar .dnd-section {
  margin-top: 0;
}
.radio-stations .custom-sidebar .hs-menu-wrapper ul {
  overflow: hidden;
  margin-left: 0;
  border: 1px solid rgba(0,0,0,.1);
  list-style: none;
  border-radius: 6px;
  background-color: rgba(0,0,0,0);
  box-shadow: 0 1px 1px rgba(255,255,255,.95);
  margin: 0;
}
.radio-stations .custom-sidebar .hs-menu-wrapper ul li {
  line-height: 1.5;
  box-shadow: 0 1px 1px rgba(255,255,255,.95);
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  display: block;
  width: 100%;
}
.radio-stations .custom-sidebar .hs-menu-wrapper ul li a {
  display: block;
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: .65em .85em;
  box-shadow: 0 1px 1px rgba(255,255,255,.95);
  color: rgb(16,16,16);
  outline: none;
  font-family: "Montserrat",sans-serif;
}
.radio-stations .custom-sidebar .hs-menu-wrapper ul li:last-child {
  margin-bottom: -1px;
}
.radio-stations .custom-sidebar .hs-menu-wrapper ul li a:before {
  line-height: 1;
  text-decoration: inherit;
  opacity: .35;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  padding-right: .4em;
}
.radio-stations .custom-sidebar .hs-menu-wrapper ul li a:hover,
.radio-stations .custom-sidebar .hs-menu-wrapper ul li.active-branch > a {
  background-color: #fff;
  color: rgb(35,138,137);
}
.body-container-wrapper-2 .dnd-section>.row-fluid {
  display: block;
  padding: 60px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,.135);
}
.body-container-wrapper-2 hr {
  margin-top: 40px;
}

.body-container-wrapper-2 .dnd-section {
  padding-bottom: 40px;
  padding-top: 40px;
}
.body-container-wrapper-2 .dnd-section>.row-fluid>.dnd-module {
  margin-bottom:1.313em;
}

.banner-section2 div {
  display: block !important;
}
.body-container-wrapper-2 .responsive-video {
  border: 1px solid rgba(0,0,0,.15);
  padding: 2.5%;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.custom-body-container-wrapper .span6 blockquote {
  background-color: #efefef;
  padding: 20px;
  margin: 0;
  border: none;
  font-size: 1.285rem;
  font-family: "Montserrat",sans-serif;
}
.banner-section2 .hs_cos_wrapper_type_linked_image img {
  width: 100%;
}

.banner-section2 .hs_cos_wrapper_type_linked_image {
  width: 88%;
  display: block;
  margin: 40px auto 0;
  max-width: 1200px;
}
.body-container-wrapper-2 blockquote {
  margin: 1.313em 0;
  border: 1px solid #f2f2f2;
  border-left: 0;
  border-right: 0;
  padding: 1em 0;
  font-size: 171.4%;
  font-weight: 400;
  line-height: 1.3;
  color: #272727;
  text-align: center;
  font-size: 150%;
  padding: 20px;
  background: #efefef;
  font-family: "Montserrat",sans-serif;
}
.body-container-wrapper-2 blockquote cite {
  display: block;
  margin-top: .75em;
  font-size: .725em;
  font-weight: 300;
  color: #7a7a7a;
  font-style: normal;
}
.body-container-wrapper-2 .span6 .hs_cos_wrapper_type_header h3 {
  line-height: 1.1;
}
a#hs-button_widget_1609167954788 {
  padding: .579em 1.105em .842em;
  font-size: 19px;
}

div#hs-search-module input {
  margin-bottom: 20px;
}
.body-container-wrapper-2 blockquote {
  margin: 1.313em 0;
  border: 1px solid #f2f2f2;
  border-left: 0;
  border-right: 0;
  padding: 1em 0;
  font-size: 171.4%;
  font-weight: 400;
  line-height: 1.3;
  color: #272727;
  text-align: center;
  font-size: 150%;
  padding: 20px;
  background: #efefef;
  font-family: "Montserrat",sans-serif;
}
.body-container-wrapper-2 .span6 div .hs-button {
  display: block;
}
.body-container-wrapper-2 .span6 div {
  display: block !important;
}
.body-container-wrapper-2 blockquote cite:before {
  content: "\2013\00A0";
}
.custom-share-req-row1 a:hover {
  color: #00e;
}
.custom-share-req-row1 .span4 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
  background-color: #efefef;
}

.custom-body-container-wrapper .custom-share-req-row1 .row-fluid .span8 {
  width: 64.4%;
  margin: 0;
}
.custom-body-container-wrapper .custom-share-req-row1 .row-fluid .span4 {
  width: 32.2%;
  margin-left: 3.4%;
}
.castos-player .powered-by {
  background: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/castos-logo-light.svg)
}

.castos-player .player-panel .player-panel-row button {
  mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-copy.svg);
  -webkit-mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-copy.svg);

}

.castos-player .share-icon.facebook span {
  mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-brand-facebook.svg);
  -webkit-mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-brand-facebook.svg)
}

.castos-player .share-icon.twitter span {
  mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-brand-twitter.svg);
  -webkit-mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-brand-twitter.svg)
}

.castos-player .share-icon.download span {
  mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-download.svg);
  -webkit-mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-download.svg)
}

.castos-player .subscribe-icons .apple-podcasts span,.castos-player .subscribe-icons .itunes span {
  mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-brand-apple-podcasts.svg);
  -webkit-mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-brand-apple-podcasts.svg)
}

.castos-player .subscribe-icons .sticher span,.castos-player .subscribe-icons .stitcher span {
  mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-brand-sticher.svg);
  -webkit-mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-brand-sticher.svg)
}

.castos-player .subscribe-icons .overcast span {
  mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-brand-overcast.svg);
  -webkit-mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-brand-overcast.svg)
}

.castos-player .subscribe-icons .pocketcasts span {
  mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-brand-pocketcasts.svg);
  -webkit-mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-brand-pocketcasts.svg)
}

.castos-player .subscribe-icons .spotify span {
  mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-brand-spotify.svg);
  -webkit-mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-brand-spotify.svg)
}

.castos-player .subscribe-icons .castro span {
  mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-brand-castro.svg);
  -webkit-mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-brand-castro.svg)
}

.castos-player .subscribe-icons .google-play span {
  mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-brand-google-play.svg);
  -webkit-mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-brand-google-play.svg)
}

.castos-player .subscribe-icons .deezer span {
  mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/deezer.svg);
  -webkit-mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/deezer.svg)
}

.castos-player .subscribe-icons .tunein span {
  mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/tunein.svg);
  -webkit-mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/tunein.svg)
}

.castos-player .subscribe-icons .castbox span {
  mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/castbox.svg);
  -webkit-mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/castbox.svg)
}

.castos-player .play-pause-controls .play-btn {
  background: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-play.svg);
}


.castos-player .play-pause-controls .pause-btn {
  background: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-pause.svg);

}

.castos-player .player-btn__volume {
  mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-volume-on.svg);
  -webkit-mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-volume-on.svg);

}

.castos-player .player-btn__volume.off {
  mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-volume-off.svg);
  -webkit-mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-volume-off.svg);

}

.castos-player .player-btn__rwd {
  mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-rwd.svg);
  -webkit-mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-rwd.svg);

}

.castos-player .player-btn__fwd {
  mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-fwd.svg);
  -webkit-mask-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon-fwd.svg);

}

.castos-player.dark-mode .powered-by {
  background: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/castos-logo-light.svg)
}
.custom-share-req-row1 .hs-button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  text-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px
}

.custom-share-req-row1 .hs-button:hover,
.custom-share-req-row1 .hs-button:focus {
  background-color: #ff8f73;
  border-color: #ff8f73
}

.custom-share-req-row1 .hs-button:active {
  background-color: #e66e50;
  border-color: #e66e50
}

.custom-share-req-row1 label {
  font-size: 14px;
  width: 130px;
  text-align: right;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.custom-share-req-row1 .hs-video-form label {
  color: #fff !important
}

.custom-share-req-row1 .hs-video-form .hs-back-button {
  background-color: #fff;
  width: 20%;
  height: 38px;
  margin-right: 10px;
  border: 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px
}

.custom-share-req-row1 .hs-video-form .hs-button {
  width: 70%
}

.custom-share-req-row1 .hs-video-form .hs-button span {
  font-size: 15px
}

.custom-share-req-row1 .hs-error-msgs label {
  color: #f2545b
}

.custom-share-req-row1 .hs-input {
  display: block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px
}

.custom-share-req-row1 .hs-input:not([type=file]) {
  background-color: #f5f8fa
}
.custom-share-req-row1 a {
  color: rgb(0, 0, 238);
  text-decoration: underline;
}
.custom-share-req-row1 .hs-input[type=checkbox],
.custom-share-req-row1 .hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none
}

.custom-share-req-row1 .hs-input[type=file] {
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none
}

.custom-share-req-row1 .hs-input:-moz-placeholder {
  color: #bfbfbf
}

.custom-share-req-row1 .hs-input::-webkit-input-placeholder {
  color: #bfbfbf
}

.custom-share-req-row1 .hs-input input,
.custom-share-req-row1 .hs-input textarea {
  transition: border 0.2s linear
}

.custom-share-req-row1 .hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8)
}

.custom-share-req-row1 textarea.hs-input {
  height: auto
}

.custom-share-req-row1 select[multiple].hs-input {
  height: inherit
}

.custom-share-req-row1 input.hs-input.error,
.custom-share-req-row1 div.field.error input,
.custom-share-req-row1 div.field.error textarea,
.custom-share-req-row1 div.field.error .chzn-choices,
.custom-share-req-row1 textarea.hs-input.error,
.custom-share-req-row1 select.hs-input.error {
  border-color: #c87872
}

.custom-share-req-row1 input.hs-input.error:focus,
.custom-share-req-row1 div.field.error input:focus,
.custom-share-req-row1 div.field.error textarea:focus,
.custom-share-req-row1 div.field.error .chzn-choices:focus,
.custom-share-req-row1 textarea.hs-input.error:focus,
.custom-share-req-row1 select.hs-input.error:focus {
  border-color: #b9554d
}

.custom-share-req-row1 .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px
}

.custom-share-req-row1 .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px
}

.custom-share-req-row1 .inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0
}

.custom-share-req-row1 .inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal
}

.custom-share-req-row1 .inputs-list:first-child {
  padding-top: 6px
}

.custom-share-req-row1 .inputs-list>li+li {
  padding-top: 2px
}

.custom-share-req-row1 ul.no-list {
  list-style: none
}

.custom-share-req-row1 .field {
  margin-bottom: 18px
}

.custom-share-req-row1 .hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.custom-share-req-row1 .hs-form-required {
  color: red
}

.custom-share-req-row1 .hs-richtext {
  margin-bottom: 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
  font-size: 14px;
  color: #33475b
}

.custom-share-req-row1 .hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%
}

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

.custom-share-req-row1 .hs-default-font-element,
.custom-share-req-row1 .hs-main-font-element {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.custom-share-req-row1 .hs-button,
.custom-share-req-row1 .hs-form-field input[type="text"],
.custom-share-req-row1 .hs-form-field input[type="email"],
.custom-share-req-row1 .hs-form-field input[type="phone"],
.custom-share-req-row1 .hs-form-field input[type="number"],
.custom-share-req-row1 .hs-form-field input[type="tel"],
.custom-share-req-row1 .hs-form-field input[type="date"],
.custom-share-req-row1 .hs-form-field textarea {
  border-radius: 0
}

.custom-share-req-row1.hs-form {
  width: 100%
}

.custom-share-req-row1 .hs-submit>.actions {
  text-align: left;
}

.custom-share-req-row1 .hs-button,
.custom-share-req-row1 .hs-button:hover,
.custom-share-req-row1 .hs-button:hover:not(.inactive),
.custom-share-req-row1 .hs-button:focus,
.custom-share-req-row1 .hs-button:active,
.custom-share-req-row1 .hs-button:active:not(.inactive):not(.link) {
  background: #238A89;
  border-color: #238A89;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
}

.custom-share-req-row1 legend.hs-field-desc {
  font-family: arial, helvetica, sans-serif;
  color: #7C98B6;
  font-size: 11px;
}

.custom-share-req-row1 .hs-form-field label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

.custom-share-req-row1 .hs-form-field label:not(.hs-error-msg) {
  color: #33475b;
}

.custom-share-req-row1 .legal-consent-container .hs-richtext,
.custom-share-req-row1 .legal-consent-container label {
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 12px;
}

.custom-share-req-row1 .hs-main-font-element,
.submitted-message.hs-main-font-element {
  font-family: arial, helvetica, sans-serif;
}

.custom-share-req-row1 .inputs-list.inline-list li {
  vertical-align: top;
  display: inline-block;
  word-wrap: break-word;
  padding-right: 16px
}

.custom-share-req-row1 .inputs-list.inline-list li:after {
  clear: both
}

.custom-share-req-row1 .inputs-list.inline-list li input {
  float: left
}

.custom-share-req-row1 .inputs-list.inline-list.inline-list-2 li {
  width: 50%
}

.custom-share-req-row1 .inputs-list.inline-list.inline-list-2 li:nth-child(2n) {
  padding-right: 0
}

.custom-share-req-row1 .inputs-list.inline-list.inline-list-3 li {
  width: 33%
}

.custom-share-req-row1 .inputs-list.inline-list.inline-list-3 li:nth-child(3n) {
  width: 34%;
  padding-right: 0
}


@media (max-device-width:480px) and (min-device-width:320px),
  (max-width:400px) {
    .custom-share-req-row1>.hs-phone>.input>.hs-fieldtype-intl-phone.hs-input>input.hs-input {
      width: 68% !important
    }
    .custom-share-req-row1>.hs-phone>.input>.hs-fieldtype-intl-phone.hs-input>select.hs-input {
      width: 30% !important
    }
}

.custom-share-req-row1 .hs-button {
  white-space: pre-wrap
}

.custom-share-req-row1 .hs-richtext {
  word-break: break-word
}

.custom-share-req-row1.submitted-message {
  overflow: auto
}

.custom-share-req-row1 fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 500px
}

.custom-share-req-row1 fieldset.form-columns-1 .hs-input {
  width: 95%
}

.custom-share-req-row1 fieldset.form-columns-1 .input {
  margin-right: 8px
}

.custom-share-req-row1 fieldset.form-columns-1 input[type=checkbox],
.custom-share-req-row1 fieldset.form-columns-1 input[type=radio] {
  width: auto
}

.custom-share-req-row1 fieldset.form-columns-2 .hs-form-field {
  width: 50%;
  float: left
}

.custom-share-req-row1 fieldset.form-columns-2 .input {
  margin-right: 8px
}

.custom-share-req-row1 fieldset.form-columns-3 .hs-form-field {
  width: 32.7%;
  float: left
}

.custom-share-req-row1 fieldset.form-columns-3 .input {
  margin-right: 8px
}

.custom-share-req-row1 label.hs-hidden {
  visibility: hidden
}

.custom-share-req-row1 .hs-field-desc {
  width: 100%
}

.custom-share-req-row1 form .hs-input,
.custom-share-req-row1 form fieldset {
  max-width: 100%
}

.custom-share-req-row1 form>div.form-columns-3 .hs-form-field,
.custom-share-req-row1 form fieldset.form-columns-3 .hs-form-field {
  width: 33.3%
}

.custom-share-req-row1 form>div>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]),
.custom-share-req-row1 form fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%
}

.custom-share-req-row1 form>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),
.custom-share-req-row1 form fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px
}
.custom-share-req-row1 .widget-type-form {
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}
.custom-share-req-row1 form .hs-dependent-field>div .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%
}
.custom-share-req-row1 form p {
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 12px;
  margin: 1em 0;
}
.custom-share-req-row1 h3.form-title {
  font-size: 180%;
  font-weight: 400;
  font-style: normal;
  margin-top: 1.9em;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.2;
  text-transform: none;
  padding-bottom: 50px;
}

.custom-contact-row1 .span4 .hs_cos_wrapper_type_rich_text {
  padding: 20px 20px 40px 20px;
  background: #efefef;
  display: block;
  text-align: center;
}

.custom-contact-row1 .span4 .hs_cos_wrapper_type_rich_text h3 {
  line-height: 1.1;
}

.custom-contact-row1 .span4 .hs_cos_wrapper_type_header h3 {
  font-family: 'Merriweather',serif;
  font-weight: 300;
  line-height: 36px;
  text-align: center;
  padding-top: 0;
  padding-bottom: 10px;
  /* line-height: 1.1; */
}
.custom-contact-row1 .span4 .hs_cos_wrapper_type_rich_text h4 {
  font-family: 'Merriweather',serif;
  font-weight: 300;
  line-height: 36px;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 0;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 150%;
  /* font-weight: 400; */
  letter-spacing: 2px;
}

.custom-contact-row1 h3.form-title {
  font-size: 180%;
  font-weight: 400;
  font-style: normal;
  margin-top: 1.9em;
  letter-spacing: 1px;
  line-height: 1.1;
  text-transform: none;
  margin-top: 38px;
}

.custom-contact-row1 .hs-richtext p {
  font-family: 'Merriweather',serif;
  font-weight: 300;
  line-height: 36px;
  margin-top: 24px;
  font-size: 1.285rem;
  color: rgb(16,16,16);
}
.custom-contact-row1 .span4 div {
  display: block !important;
}
.custom-contact-row1 input.hs-button.primary.large {
  font-size: 16px;
  font-weight: inherit;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}
.custom-contact-row1 .span4 div .hs-button {
  display: block;
}

.custom-contact-row1 .hs-input.error {
  border: 1px solid #ddd;
}
.custom-contact-row1 .field ul.no-list.hs-error-msgs.inputs-list label ,
.custom-contact-row1 ul.no-list.hs-error-msgs.inputs-list label {
  font-family: 'Merriweather',serif;
  font-weight: 300;
  line-height: 1.7;
  display: block;
  margin: 1px 0 0;
  font-size: .75em;
  color: rgb(16,16,16);
}
.custom-contact-row1 .hs-input {
  max-width: 100%;
}
.custom-contact-row1 textarea.hs-input {
  padding-top: 6px;
  padding-bottom: 6px;
  height: auto;
  line-height: 1.3;
  height: 174px;
}
.custom-contact-row1 .field {
  margin: 24px 0 32px;
  line-height: 36px;
}
.custom-contact-row1 .field label {
  font-size: 100%;
  line-height: 1.7;
  display: block;
  margin-bottom: 0px;
  font-family: 'Merriweather',serif;
  font-weight: 300;
}

.custom-contact-row1 .field label span.hs-form-required {
  color: rgba(16,16,16,1.0);
}
.custom-prayers-row1 {}

.body-container-wrapper-2 .custom-prayers-row1 .dnd-section>.row-fluid {
  padding: 0;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
}
.custom-btn-wrp>div {
  width: 100% !important;
  text-align: center;
}
.body-container-wrapper-2 .custom-prayers-row1 .dnd-section>.row-fluid div{
  display: block !important;
}
.custom-prayers-row2 h2 {
  margin-top: 35px;
  font-family: "Montserrat",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 171.4%;
}
.custom-prayers-row1 {}

.custom-prayers-row1 img.hs-image-widget {
  width: 100%;
}


.mejs-container:focus,.mejs-container:active {
  outline: 0
}

.mejs-container.mejs-container-fullscreen {
  background-color: #000
}

.mejs-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000
}

.mejs-controls>div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto!important;
  height: 30px;
  line-height: 1
}

.mejs-video .mejs-controls {
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 20px 20px
}

.mejs-button button {
  margin: 0;
  border: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: inherit;
  text-align: center;
  vertical-align: top;
  background: 0 0;
  color: rgba(255,255,255,.5);
  transition-duration: .3s;
  transition-timing-function: ease;
  transition-property: color,background-color,text-shadow
}

.mejs-button button:hover,.mejs-button button:focus {
  color: #fff
}

.mejs-button button:focus,.mejs-button button:active {
  outline: 0
}

.mejs-button button:before {
  content: "\f065";
  display: block;
  margin: 0 auto;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.mejs-button.mejs-play button:before {
  content: "\f04b"
}

.mejs-button.mejs-replay button:before {
  content: "\f01e"
}

.mejs-button.mejs-pause button:before {
  content: "\f04c"
}

.mejs-button.mejs-mute button:before {
  content: "\f028"
}

.mejs-button.mejs-unmute button:before {
  content: "\f026"
}

.mejs-button.mejs-fullscreen button:before {
  content: "\f065"
}

.mejs-button.mejs-unfullscreen button:before {
  content: "\f066"
}

.mejs-time {
  width: 46px !important;
  font-size: 10px;
  letter-spacing: .025em;
  text-align: center;
  color: rgba(255,255,255,.5)
}

@media (max-width: 767px) {
  .mejs-time {
    display:none !important
  }
}

.mejs-time-rail {
  flex: 1 1 0%;
  padding: 0 10px
}

.mejs-time-total {
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: 10px;
  cursor: pointer;
  background-color: rgba(255,255,255,.25)
}

.mejs-time-total:focus,.mejs-time-total:active {
  outline: 0
}

.mejs-time-loaded,.mejs-time-current {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0% 0%
}

.mejs-time-loaded {
  background-color: rgba(255,255,255,.25)
}

.mejs-time-current {
  background-color: rgb(35,138,137);
  /* transform: scaleX(0); */
}

.advanced-controls .mejs-time-rail {
  padding-left: 0;
  padding-right: 0
}

@media (max-width: 767px) {
  .advanced-controls .mejs-time-rail {
    padding-left:10px;
    padding-right: 10px
  }
}

.mejs-video .mejs-poster {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%
}

.mejs-video .mejs-poster img {
  object-fit: contain
}

.mejs-video .mejs-overlay-play {
  cursor: pointer
}

.mejs-fullscreen {
  overflow: hidden !important
}

.mejs-container-fullscreen {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 1000;
  overflow: hidden
}

.mejs-container-fullscreen video,.mejs-container-fullscreen .mejs-mediaelement {
  width: 100% !important;
  height: 100% !important
}

.mejs-fullscreen-button>button {
  background-position: -80px 0
}

.mejs-unfullscreen>button {
  background-position: -100px 0
}

.bg .mejs-mediaelement {
  overflow: hidden
}
.mejs-time.mejs-currenttime-container {
  display: none !important;
}
.mejs-time-total {
  width: 95% !important;
}
.mejs-button.mejs-volume-button.mejs-mute {
  display: none !important;
}
.me-plugin,.me-cannotplay,.bg .mejs-mediaelement,.mejs-video .mejs-layer,.hide-controls.autoplay .mejs-video .mejs-layers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.mejs-time.mejs-duration-container {
  display: none !important;
}
.mejs-clear,.mejs-offscreen,.mejs-time-float,.mejs-time-handle,.mejs-time-hovered,.mejs-volume-slider,.mejs-time-buffering,.mejs-audio .mejs-layers,.mejs-poster .mejs-poster-img,.mejs-video .mejs-overlay-error,.vimeo .mejs-video .mejs-controls,.vimeo .mejs-mediaelement video,.mejs-video .mejs-overlay-loading,.hide-controls .mejs-video .mejs-controls,.mejs-video .mejs-overlay-play .mejs-overlay-button {
  display: none !important
}

.x-mejs-no-source {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}
/* Homepage Header */
.hs-content-name-home header .custom-container.max.width {
  width: 95% !important;
  margin: 0 40px 0 40px !important;
  max-width: 95% !important;
}

.custom-container.max.width.clearfix {}

.hs-content-name-home header {
  background-color: #efefef;
  position: relative;
  z-index: 99;
}


.home-page .bottom-content .page-center {
  padding: 45px 25px 10px;
  margin: 0 auto;
  max-width: 1200px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  margin-top: 40px;
  background-color: hsl(0, 0%, 100%);
  width: 100%
}
.home-page .bottom-content .page-center .span1 {
  width: calc(22% - 13.33332%);
}
.home-page .bottom-content .page-center .span2 {
  width: 13.33332%;
}
.home-page .bottom-content .page-center .span3 {
  width: 22%;
}
.home-page .bottom-content .page-center .span4 {
  width: 30.66666%;
}
.home-page .bottom-content .page-center .span5 {
  width: calc(13.33332% + 22%);
}
.home-page .bottom-content .page-center .span6 {
  width: 48%;
}
.home-page .bottom-content .page-center .span7 {
  width: calc(30.66666% + 22%);
}
.home-page .bottom-content .page-center .span8 {
  width: 65.33332%;
}
.home-page .bottom-content .page-center .span9 {
  width: 74%;
}
.home-page .bottom-content .page-center .span10 {
  width: 82.66666%;
}
.home-page .bottom-content .page-center .span11 {
  width: calc(48% + 22% + 13.33332%);
}







.cm-pathways-group2 .span1 {
  width: calc(22% - 13.33332%);
}
.cm-pathways-group2 .span2 {
  width: 13.33332%;
}
.cm-pathways-group2 .span3 {
  width: 22%;
}
.cm-pathways-group2 .span4 {
  width: 30.66666%;
}
.cm-pathways-group2 .span5 {
  width: calc(13.33332% + 22%);
}
.cm-pathways-group2 .span6 {
  width: 48%;
}
.cm-pathways-group2 .span7 {
  width: calc(30.66666% + 22%);
}
.cm-pathways-group2 .span8 {
  width: 65.33332%;
}
.cm-pathways-group2 .span9 {
  width: 74%;
}
.cm-pathways-group2 .span10 {
  width: 82.66666%;
}
.cm-pathways-group2 .span11 {
  width: calc(48% + 22% + 13.33332%);
}




.home-page .bottom-content .page-center .span1,
.home-page .bottom-content .page-center .span2,
.home-page .bottom-content .page-center .span3,
.home-page .bottom-content .page-center .span4,
.home-page .bottom-content .page-center .span5,
.home-page .bottom-content .page-center .span6,
.home-page .bottom-content .page-center .span7,
.home-page .bottom-content .page-center .span8,
.home-page .bottom-content .page-center .span9,
.home-page .bottom-content .page-center .span10,
.home-page .bottom-content .page-center .span11 {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 4%;
  margin-left:0;
}



.cm-pathways-group2 .span1,
.cm-pathways-group2 .span2,
.cm-pathways-group2 .span3,
.cm-pathways-group2 .span4,
.cm-pathways-group2 .span5,
.cm-pathways-group2 .span6,
.cm-pathways-group2 .span7,
.cm-pathways-group2 .span8,
.cm-pathways-group2 .span9,
.cm-pathways-group2 .span10,
.cm-pathways-group2 .span11 {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 4%;
  margin-left:0;
}

.home-page .bottom-content .page-center .span1:last-child,
.home-page .bottom-content .page-center .span2:last-child,
.home-page .bottom-content .page-center .span3:last-child,
.home-page .bottom-content .page-center .span4:last-child,
.home-page .bottom-content .page-center .span5:last-child,
.home-page .bottom-content .page-center .span6:last-child,
.home-page .bottom-content .page-center .span7:last-child,
.home-page .bottom-content .page-center .span8:last-child,
.home-page .bottom-content .page-center .span9:last-child,
.home-page .bottom-content .page-center .span10:last-child,
.home-page .bottom-content .page-center .span11:last-child {
  margin-right: 0;
}
.cm-pathways-group2 .span1:last-child,
.cm-pathways-group2 .span2:last-child,
.cm-pathways-group2 .span3:last-child,
.cm-pathways-group2 .span4:last-child,
.cm-pathways-group2 .span5:last-child,
.cm-pathways-group2 .span6:last-child,
.cm-pathways-group2 .span7:last-child,
.cm-pathways-group2 .span8:last-child,
.cm-pathways-group2 .span9:last-child,
.cm-pathways-group2 .span10:last-child,
.cm-pathways-group2 .span11:last-child {
  margin-right: 0;
}

.racial-unity-resources .page-center .span1 {
  width: calc(22% - 13.33332%);
}
.racial-unity-resources .page-center .span2 {
  width: 13.33332%;
}
.racial-unity-resources .page-center .span3 {
  width: 22%;
}
.racial-unity-resources .page-center .span4 {
  width: 30.66666%;
}
.racial-unity-resources .page-center .span5 {
  width: calc(13.33332% + 22%);
}
.racial-unity-resources .page-center .span6 {
  width: 48%;
}
.racial-unity-resources .page-center .span7 {
  width: calc(30.66666% + 22%);
}
.racial-unity-resources .page-center .span8 {
  width: 65.33332%;
}
.racial-unity-resources .page-center .span9 {
  width: 74%;
}
.racial-unity-resources .page-center .span10 {
  width: 82.66666%;
}
.racial-unity-resources .page-center .span11 {
  width: calc(48% + 22% + 13.33332%);
}




.racial-unity-resources .page-center .span1,
.racial-unity-resources .page-center .span2,
.racial-unity-resources .page-center .span3,
.racial-unity-resources .page-center .span4,
.racial-unity-resources .page-center .span5,
.racial-unity-resources .page-center .span6,
.racial-unity-resources .page-center .span7,
.racial-unity-resources .page-center .span8,
.racial-unity-resources .page-center .span9,
.racial-unity-resources .page-center .span10,
.racial-unity-resources .page-center .span11 {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 4%;
  margin-left:0;
}
.racial-unity-resources .page-center .span1:last-child,
.racial-unity-resources .page-center .span2:last-child,
.racial-unity-resources .page-center .span3:last-child,
.racial-unity-resources .page-center .span4:last-child,
.racial-unity-resources .page-center .span5:last-child,
.racial-unity-resources .page-center .span6:last-child,
.racial-unity-resources .page-center .span7:last-child,
.racial-unity-resources .page-center .span8:last-child,
.racial-unity-resources .page-center .span9:last-child,
.racial-unity-resources .page-center .span10:last-child,
.racial-unity-resources .page-center .span11:last-child {
  margin-right: 0;
}



.christian-marriage .page-center .span1 {
  width: calc(22% - 13.33332%);
}
.christian-marriage .page-center .span2 {
  width: 13.33332%;
}
.christian-marriage .page-center .span3 {
  width: 22%;
}
.christian-marriage .page-center .span4 {
  width: 30.66666%;
}
.christian-marriage .page-center .span5 {
  width: calc(13.33332% + 22%);
}
.christian-marriage .page-center .span6 {
  width: 48%;
}
.christian-marriage .page-center .span7 {
  width: calc(30.66666% + 22%);
}
.christian-marriage .page-center .span8 {
  width: 65.33332%;
}
.christian-marriage .page-center .span9 {
  width: 74%;
}
.christian-marriage .page-center .span10 {
  width: 82.66666%;
}
.christian-marriage .page-center .span11 {
  width: calc(48% + 22% + 13.33332%);
}




.christian-marriage .page-center .span1,
.christian-marriage .page-center .span2,
.christian-marriage .page-center .span3,
.christian-marriage .page-center .span4,
.christian-marriage .page-center .span5,
.christian-marriage .page-center .span6,
.christian-marriage .page-center .span7,
.christian-marriage .page-center .span8,
.christian-marriage .page-center .span9,
.christian-marriage .page-center .span10,
.christian-marriage .page-center .span11 {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 4%;
  margin-left:0;
}
.christian-marriage .page-center .span1:last-child,
.christian-marriage .page-center .span2:last-child,
.christian-marriage .page-center .span3:last-child,
.christian-marriage .page-center .span4:last-child,
.christian-marriage .page-center .span5:last-child,
.christian-marriage .page-center .span6:last-child,
.christian-marriage .page-center .span7:last-child,
.christian-marriage .page-center .span8:last-child,
.christian-marriage .page-center .span9:last-child,
.christian-marriage .page-center .span10:last-child,
.christian-marriage .page-center .span11:last-child {
  margin-right: 0;
}


.home-page .bottom-content .hs-button, 
.home-page .bottom-content .button--primary {
  padding: .385em .923em .538em;
  font-size: 13px;
  letter-spacing: 0;
  font-family: 'Merriweather',serif;
}
.home-page .bottom-content strong {
  font-family: 'Dancing Script', cursive;
  font-size: 28px;
  font-weight: 400;
}
.home-page .hs_cos_wrapper_type_linked_image > a {
  transform: translate3d(0,0,0);
  transition: opacity .3s ease;
}
.home-page .hs_cos_wrapper_type_linked_image > a:hover {
  opacity: .75;
}

.home-page .bottom-content .bottom-pane .dnd-section:last-child {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: hsl(0, 0%, 87%);
  box-shadow: 0px -5px 5px -5px rgba(0,0,0,0.3);
}
.home-page .span2 .hs_cos_wrapper_type_linked_image>a {
  display: block;
  margin-bottom: 1.313em;
}
.racial-unity-resources hr {
  margin-top: 40px;
}
.racial-unity-resources .custom-entry-wrap h3 {
  font-family: 'Merriweather',serif;
  font-weight: 300;
  line-height: 36px;
  margin-top: 73px;
  margin-bottom: 15px;
}
.racial-unity-resources .video-wrapper {
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,.15);
  padding: 2.5%;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.christian-marriage .custom-entry-wrap .container-fluid.top-pane {
  margin-left: -60px;
  margin-right: -60px;
  margin-top: -60px;
}
.christian-marriage .custom-entry-wrap .container-fluid.top-pane .hs_cos_wrapper_type_linked_image img.hs-image-widget {
  width: 100%;
}
.christian-marriage .christian-video-wrapper {
  margin-top: 17.990px;
  margin-bottom: 17.990px;
  margin-left: 40px;
  margin-right: 40px;
  width: calc(100% - 80px);
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.christian-marriage .christian-video-wrapper .christian-video {
  position: relative;
}
.christian-marriage figure.pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  border-top: 4px solid #555;
  border-bottom: 4px solid #555;
  margin-bottom: 1.75em;
  color: #555;
  font-size: 1em;
  line-height: 1.8em;
  background: none;
}
.christian-marriage figure.pullquote blockquote {
  margin: 1.313em 0;
  border: 1px solid #f2f2f2;
  border-left: 0;
  border-right: 0;
  padding: 1em 0;
  font-size: 171.4%;
  font-weight: 400;
  line-height: 1.3;
  color: #272727;
  background: transparent;
}
.christian-marriage figure.pullquote blockquote p {
  font-size: 1em;
  line-height: 1.8em;
  font-weight: 300;
}
.christian-marriage figure.pullquote blockquote cite:before {
  content: none !important;
}
.christian-marriage .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  padding: 5%;
  display: flex;
  flex-wrap: wrap;
}
.christian-marriage .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption strong {
  font-weight: 700;
}
.christian-marriage .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption {
  font-family: 'Merriweather',serif;
  order: 1;
}
.christian-marriage .hs_cos_gallery_main, 
.christian-marriage .hs_cos_gallery_thumbnails, 
.christian-marriage .hs_cos_gallery_lightbox {
  padding: 0;
  margin: 0;
}
.christian-marriage .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper > a {
  order: 2;
  width: 40px;
  height: 40px;
  display: block;
  background: rgba(0,0,0,.3);
  margin: auto;
  margin-top: 25px;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
.christian-marriage .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper > a:hover{
  background-color: rgba(0,0,0,.8) !important;
}

.christian-marriage .hs_cos_gallery_main .slick-slide {
  min-height: 540px;
}
.christian-marriage .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper > a img {
  margin: auto;
  display: block;
  width: auto;
  height: auto;
  margin-top: 5px;
}
.christian-marriage .hs_cos_gallery_main .slick-next {
  position: absolute;
  top: 50%;
  padding: 2px 0 !important;
  display: inline-block;
  margin-top: -20px !important;
  line-height: 30px !important;
  height: 40px !important;
  width: 30px !important;
  color: transparent !important;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
  background: rgba(0,0,0,.3) url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon_next.png) no-repeat center center !important;
  outline: 0;
  right: 10px;
  z-index: 21;
}
.christian-marriage .hs_cos_gallery_main .slick-prev {
  position: absolute;
  top: 50%;
  padding: 2px 0 !important;
  display: inline-block;
  margin-top: -20px !important;
  line-height: 30px !important;
  height: 40px !important;
  width: 30px !important;
  color: transparent !important;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
  background: rgba(0,0,0,.3) url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon_prev.png) no-repeat center center !important;
  outline: 0;
  left: 10px;
  z-index: 21;
}
.christian-marriage .hs_cos_gallery_main .slick-prev:before,
.christian-marriage .hs_cos_gallery_main .slick-next:before {
  content: none;
}
.christian-marriage .hs_cos_gallery_main .slick-dots {
  margin: 0;
  position: absolute;
  line-height: 1;

}
.christian-marriage .hs_cos_gallery_main .slick-arrow:hover {
  background-color: rgba(0,0,0,.8) !important;
}
.christian-marriage .hs_cos_gallery_main .slick-dots li {
  margin: 0 3px !important;
  width: auto;
  height: auto;
}
.christian-marriage .hs_cos_gallery_main .slick-dots li button {
  padding: 0 !important;
  width: 10px;
  height: 10px;
}
.christian-marriage .hs_cos_gallery_main .slick-dots li button:before {
  font-size: 12px;
  width: auto;
  height: auto;
  line-height: 1;
  opacity: 1;
  color: rgba(0,0,0,0.2) !important;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
.christian-marriage .hs_cos_gallery_main .slick-dots li:hover button:before {
  color: rgba(0,0,0,0.5) !important;
}
.christian-marriage .hs_cos_gallery_main .slick-dots li.slick-active button:before {
  color: rgba(0,0,0,0.5) !important;
}
.christian-marriage .hs_cos_wrapper_type_rich_text h1 {
  font-size: 180%;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px !important;
  margin-top: 26px;
  margin-bottom: 39px;
}
.christian-marriage .hs_cos_wrapper_type_rich_text h1:after {
  content: "";
  height: 2px;
  width: 60%;
  background: rgb(16,16,16);
  display: block;
  margin: auto;
  margin-top: 17px;
}
.christian-marriage .custom-entry-wrap .hs_cos_wrapper_type_rich_text h3 {line-height: 1.3;}
.christian-marriage .hs_cos_wrapper_type_rich_text strong {
  font-weight: 700;
}
.christian-marriage .hs_cos_wrapper_type_rich_text figure.video {margin-right: 36px !important;margin-left: 36px !important;}
.christian-marriage .hs_cos_wrapper_type_rich_text figure.video .hs-responsive-embed-wrapper.hs-responsive-embed {
  margin-top: 15px !important;
  margin-bottom: 6px !important;
}
.christian-marriage .hs_cos_wrapper_type_rich_text figure.video figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
  margin-top: .5em;
  max-height: 22px;
  margin-bottom: 1em;
}
.christian-marriage .custom-entry-wrap .container-fluid.main-content-wrap {
  padding-top: 61px;
}
.christian-marriage .custom-entry-wrap .container-fluid.bottom-pane {
  margin-bottom: 31px;
}


.study-the-bible .page-center .span1 {
  width: calc(22% - 13.33332%);
}
.study-the-bible .page-center .span2 {
  width: 13.33332%;
}
.study-the-bible .page-center .span3 {
  width: 22%;
}
.study-the-bible .page-center .span4 {
  width: 30.66666%;
}
.study-the-bible .page-center .span5 {
  width: calc(13.33332% + 22%);
}
.study-the-bible .page-center .span6 {
  width: 48%;
}
.study-the-bible .page-center .span7 {
  width: calc(30.66666% + 22%);
}
.study-the-bible .page-center .span8 {
  width: 65.33332%;
}
.study-the-bible .page-center .span9 {
  width: 74%;
}
.study-the-bible .page-center .span10 {
  width: 82.66666%;
}
.study-the-bible .page-center .span11 {
  width: calc(48% + 22% + 13.33332%);
}




.study-the-bible .page-center .span1,
.study-the-bible .page-center .span2,
.study-the-bible .page-center .span3,
.study-the-bible .page-center .span4,
.study-the-bible .page-center .span5,
.study-the-bible .page-center .span6,
.study-the-bible .page-center .span7,
.study-the-bible .page-center .span8,
.study-the-bible .page-center .span9,
.study-the-bible .page-center .span10,
.study-the-bible .page-center .span11 {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 4%;
  margin-left:0;
}
.study-the-bible .page-center .span1:last-child,
.study-the-bible .page-center .span2:last-child,
.study-the-bible .page-center .span3:last-child,
.study-the-bible .page-center .span4:last-child,
.study-the-bible .page-center .span5:last-child,
.study-the-bible .page-center .span6:last-child,
.study-the-bible .page-center .span7:last-child,
.study-the-bible .page-center .span8:last-child,
.study-the-bible .page-center .span9:last-child,
.study-the-bible .page-center .span10:last-child,
.study-the-bible .page-center .span11:last-child {
  margin-right: 0;
}


.study-the-bible .custom-entry-wrap .container-fluid.top-pane {
  margin-left: -60px;
  margin-right: -60px;
  margin-top: -60px;
}
.study-the-bible .custom-entry-wrap .container-fluid.top-pane .hs_cos_wrapper_type_linked_image img.hs-image-widget {
  width: 100%;
}
.study-the-bible .custom-entry-wrap .container-fluid.main-content-wrap {
  padding-top: 61px;
}
.study-the-bible .custom-entry-wrap blockquote p {
  font-size: inherit;
  line-height: 36px;
  font-weight: 300;
}
.study-the-bible .custom-entry-wrap h3 {
  line-height: 1.3;
}
.study-the-bible .christian-video {
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,.15);
  padding: 2.5%;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  margin-bottom: 1.313em;
}
.study-the-bible hr {
  margin-top: 40px;
}
.study-the-bible .container-fluid.bottom-pane h2 {
  margin: 1.1em 0 15px 0;
  font-family: 'Merriweather',serif;
  font-weight: 300;
  line-height: 36px;
  margin-top: 24px;
  text-transform: uppercase;
  letter-spacing: 2px !important;
  font-size: 150%;
}
.study-the-bible .container-fluid.bottom-pane img.hs-image-widget {
  margin-bottom: 34px;
}
.study-the-bible .container-fluid.bottom-pane {
  margin-bottom: 47px;
}

.dnd_area_be-our-guest_section1 .dnd-section {
  padding-top: 65px;
  padding-bottom: 65px;
} 
.dnd_area_be-our-guest_section2 .dnd-section {
  padding: 85px 0px 45px 0px;
  background-color: transparent;
  z-index: 1;
}
.dnd_area_be-our-guest_section3 .dnd-section {
  padding: 85px 0px 85px 0px;
  background-color: rgb(242,246,236);
}
.dnd_area_be-our-guest_section3 .dnd-section .hs_cos_wrapper_type_text {
  display: block;
  position: relative;
  width: 88%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: .5em 0em .5em 0em;
  font-family: inherit;
  font-size: 2em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-align: center;
  text-transform: none;
  color: #ffffff;
  background-color: #33302f;
  line-height: 36px;
  margin-top: 10px;
}
.dnd_area_be-our-guest_section3 .hs_cos_wrapper_type_form {
  z-index: 1;
  padding: 20px 20px 20px 20px;
  font-size: 1em;
  background-color: #ffffff;
  display: block;
}
.dnd_area_be-our-guest_section3 .hs_cos_wrapper_type_form h3.form-title {
  margin: 0em 0em 1em 0em;
  padding: .5em 0em .5em 0em;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: none;
  color: #ffffff;
  background-color: #85b444;
  font-family: 'Merriweather',serif;
  line-height: 36px;
}
.container-fluid.dnd_area_be-our-guest_section3 .dnd-section .hs_cos_wrapper_type_text {
  margin-bottom: 1em;
}
.dnd_area_be-our-guest_section3 fieldset {
  max-width: 100% !important;
}
.dnd_area_be-our-guest_section3 .hs_cos_wrapper_type_form .hs-form label {
  color: #33475b;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}
.dnd_area_be-our-guest_section3 .hs_cos_wrapper_type_form .hs-form .hs-form-field input.hs-input {
  max-width: 100% !important;
  padding: 0 15px;
  min-height: 27px;
  border: 0;
  border-radius: 0;
  background: none;
  border-bottom: 2px solid #cad5e2;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  height: 40px;
}
.dnd_area_be-our-guest_section3 .hs_cos_wrapper_type_form .hs-form .hs-form-field select {
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  background-color: #f5f8fa;
  width: 100%;
  max-width: 100%;
}
.dnd_area_be-our-guest_section3 .hs_cos_wrapper_type_form .hs-form .hs-form-field textarea {
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  height: auto;
  border: 0;
  border-radius: 0;
  background: none;
  border-bottom: 2px solid #cad5e2;
  background-color: #f5f8fa;
  width: 100%;
  max-width: 100%;
}

.dnd_area_be-our-guest_section3 .hs_cos_wrapper_type_form input.hs-button.primary.large {
  padding: 12px 24px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  position: relative;
  text-align: center;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  background: #85b444;
  border-color: #85b444;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  text-shadow: none;
}
.dnd_area_be-our-guest_section3 .hs_cos_wrapper_type_form .actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
}
.dnd_area_be-our-guest_section3 .hs_cos_wrapper_type_form .hs-richtext {
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 14px;
  margin-bottom: 3px;
  line-height: 24px;
}
.sepretor {
  display: flex;
}
.banner {
  overflow-x: hidden;
}
.dnd_area_be-our-guest_section3 .hs_cos_wrapper_type_form .hs-richtext p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 1em 0;
  font-weight: normal;
}
.dnd_area_be-our-guest_section3 .hs_cos_wrapper_type_form .hs-richtext p a {
  text-decoration: underline;
  color: -webkit-link;
}
.dnd_area_be-our-guest_section3 .dnd-section {
  padding-left: 3%;
  padding-right: 3%;
}
.dnd_area_victory_section1 .hs_cos_wrapper_type_linked_image {
  display: block;
}
.dnd_area_victory_section1 .hs_cos_wrapper_type_linked_image img.hs-image-widget {
  margin-bottom: 1.313em;
}
.dnd_area_victory_section1 .dnd-module {
  margin: 0 0 1.313em;
}
.dnd_area_victory_section1 .hs_cos_wrapper_type_header h1 {
  line-height: 1.1;
  font-size: 228.5%;
  margin-bottom: .2em;
}
.highlight {
  font-family: "Montserrat",sans-serif;
}
.container-fluid.dnd_area_victory_section1 .hs_cos_wrapper_type_rich_text h2 {
  line-height: 1.1;
}
.dnd_area_victory_section1 blockquote {
  font-size: 150%;
  padding: 20px;
  text-align: center;
  font-weight: 400;
  line-height: 1.3;
  margin: 1.313em 0;
  border: 1px solid #f2f2f2;
  border-left: 0;
  border-right: 0;
  background: #efefef;
  font-family: "Montserrat",sans-serif;
}
.dnd_area_victory_section1 blockquote cite {
  font-style: normal;
  display: block;
  margin-top: .75em;
  font-size: .725em;
  font-weight: 300;
  color: #7a7a7a;
}
.dnd_area_victory_section1 blockquote cite:before {
  content: "\2013\00A0";
}

.dnd_area_victory_section2 .embed_container {
  border: 1px solid rgba(0,0,0,.15);
  padding: 2.5%;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  vertical-align: top;
}
.dnd_area_victory_section2 .iframe_wrapper {
  padding-top: 0;
}
.dnd_area_victory_section2 {
  margin: 0 0 1.313em;
}
.dnd_area_victory_section2 .hs_cos_wrapper_type_header h1 {
  font-family: 'Merriweather',serif;
  font-weight: 300;
  line-height: 36px;
  margin-top: 24px;
  font-size: 285.7%;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-align: center;
}
.dnd_area_victory_section2 .dnd-section {
  padding-bottom: 47px;
}
.dnd_area_victory_section2 .hs_cos_wrapper_type_header h1 {
  text-align: center;
}
.dnd_area_victory_section3 .dnd-section {
  background-color: #e5e5e5;
  padding-top: 40px;
  padding-bottom: 40px;
}



.body-container-wrapper-2 blockquote p {
  font-weight: 300;
  line-height: 36px;
}


video,
embed,
iframe {
  max-width: 100%;
}
.cm-pathways-group1 .dnd-section > .row-fluid {
  max-width: 960px;
  padding-left: 0;
  padding-right: 0;
}
.cm-pathways-group1 .x-btn.x-btn-flat.x-btn-large {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
  background-color: rgb(193, 155, 93);
  border-radius: 0px;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding: 0.75em 1.25em;
  outline: none;
  font-family: minion-3, serif;
  width: 100%;
  text-align: center;
  display: block;
  font-weight: 700;
  margin: 0px auto;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  transition: all .15s linear;
  text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
  border-color: hsla(179,60%,34%,0);
}
.cm-pathways-group1 .x-btn.x-btn-flat.x-btn-large:hover {
  background-color: #a58248;
}
.cm-pathways-group1 {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0 0;
  position: relative;
  background-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/hero-bg.jpg);
}
.cm-pathways-group3{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/hero-bg.jpg);
}
.cm-pathways-group1 .dnd-section{
  padding-top:0;
  padding-bottom:0;
}
.cm-pathways-group1 .cm-video-popup-group {
  margin-bottom: -150px;
}
.cm-pathways-group1 svg.bg-clipper {
  position: absolute;
  bottom: 0;
  height: 10%;
  width: 100%;
}
.cm-pathways-group1 .container-fluid {
  position: relative;
  z-index: 3;
}
.cm-pathways-group2 .dnd-section {
  padding: 225px 0 75px;
  color: #2b2f4e;
}
.cm-pathways-group2 h2 {
  font-family: minion-3,serif;
  font-size: 50px;
  color: #2b2f4e;
  font-style: italic;
  margin-top: 1.9em;
}
.cm-pathways-group2 h2:after {
  content: " ";
  height: 1px;
  width: 100px;
  background-color: #2b2f4e;
  display: block;
  margin-top: 20px;
}
.cm-pathways-group1 .span6:last-child {
  padding-left: 7px;
}
.cm-pathways-group2 .dnd-section .span7:first-child {
  padding-left: 85px;
}
.cm-pathways-group2 p strong {
  font-style: italic;
  font-weight: bold;
}
.cm-pathways-group3 .cm-pathways-group3-right {
  border-radius: 10px;
  width: 85%;
  margin-top: 120px;
  margin-left: 15%;
  padding: 25px 50px 25px 27%;
  color: #fff;
  background: #b5874a;
  background: -moz-linear-gradient(45deg, #b5874a 0%, #cdaf70 100%);
  background: -webkit-linear-gradient(45deg, #b5874a 0%,#cdaf70 100%);
  background: linear-gradient(45deg, #b5874a 0%,#cdaf70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5874a', endColorstr='#cdaf70',GradientType=1 );
}
.cm-pathways-group3 .cm-pathways-group3-left {
  float: left;
}
.cm-pathways-group3 .page-center {
  position: relative;
}
.cm-pathways-group3:before {
  content: " ";
  height: 10%;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
}
.cm-pathways-group3 .hs_cos_wrapper_type_header h1 {
  text-align: center;
  font-family: minion-3,serif;
  font-size: 50px;
  font-style: italic;
  color: #fff;
  letter-spacing: 1px;
  font-weight: normal;
  position: relative;
  margin-top: 32px;
}
.cm-pathways-group3 .hs_cos_wrapper_type_header h1:after {
  content: "";
  height: 1px;
  width: 100px;
  background-color: #fff;
  text-align: center;
  bottom: 0;
  right: 0;
  margin:25px auto 20px;
  left: 0;
  display: block;
}
.cm-pathways-group3-left .dnd-section,
.cm-pathways-group3-right .dnd-section {
  padding: 0;
}
.cm-pathways-group3-right h2 {
  font-family: minion-3, serif;
  font-size: 50px;
  font-style: italic;
  margin-top:0;
  color: #fff;
}
.cm-pathways-group3-right h2:after {
  content: " ";
  height: 1px;
  width: 100px;
  background-color: #fff;
  display: block;
  margin-top: 20px;
}
.cm-pathways-group3 .cm-pathways-group3-right .hs-input {
  border: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  box-shadow: none;
  font-family: minion-3, serif;
  letter-spacing: 0.125rem;
  width: 100%;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  padding: 0 .65em;
  font-size: 13px;
  line-height: normal;
  height: 32px;
}
.cm-pathways-group3 .cm-pathways-group3-right .hs-input::placeholder {
  color: #fff;
}
.cm-pathways-group3 .cm-pathways-group3-right p {
  margin-bottom: 11px;
}
.cm-pathways-group3 .cm-pathways-group3-right fieldset {
  max-width: 100%;
}
.cm-pathways-group6-bottom p {
  line-height: 36px;
}
.cm-pathways-group3-right input.hs-button.primary.large {
  background-color: #fff;
  color: #2b2f4e;
  text-shadow: none;
  border-radius: 0;
  border-radius: 0px;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  padding: .75em 1.25em;
  outline: 0;
  font-family: minion-3,serif;
  margin-top:2px;
}
.cm-pathways-group3-right input.hs-button.primary.large:hover {
  background:#eee;
  border-color: #eee;
}
.cm-pathways-group3-right .field {
  margin-bottom: 6px;
}
.cm-pathways-group4 .custom-column-with-content.custom-content-band {
  background: #353436;
  background: -moz-linear-gradient(45deg, #353436 0%, #535254 100%);
  background: -webkit-linear-gradient(45deg, #353436 0%,#535254 100%);
  background: linear-gradient(45deg, #353436 0%,#535254 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353436', endColorstr='#535254',GradientType=1 );
  border-radius: 10px;
  position: relative;
  z-index: 1;
  color: #fff;
  display: inline-block;
  padding: 30px 30px 30px 75px;
  margin-top: 150px;
}
.cm-pathways-group3 .cm-pathways-group3-right .hs-fieldtype-file .hs-input {
  border: 0;
  text-transform: none;
}
.cm-pathways-group4 .custom-column-with-content.custom-content-band .custom-column:first-child {
  padding-left: 28px;
}
.cm-pathways-group4 .custom-column-with-content.custom-content-band .custom-column.custom-sm.custom-1-2 h2 {
  margin-top: 35px;
  color: #fff;
  font-family: minion-3, serif;
  font-size: 50px;
  font-style: italic;
  position: relative;
}
.cm-pathways-group4 .custom-column-with-content.custom-content-band .custom-column.custom-sm.custom-1-2 h2:after {
  content: "";
  height: 1px;
  width: 100px;
  background: #c19b5d;
  display: block;
  margin-top: 20px;
}
.cm-pathways-group4 .custom-column-with-content.custom-content-band .custom-column:last-child img {
  border-radius: 10px;
  opacity: 1;
}
.cm-pathways-group4 .custom-column-with-content.custom-content-band .custom-column:last-child {
  text-align: center;
  padding-left: 0;
}
.cm-pathways-group4 .custom-column-with-content.custom-content-band .custom-column:first-child a {
  opacity: 1;
}
.cm-pathways-group4 .custom-column-with-content a.x-img:not(.x-img-thumbnail):hover {
  opacity: 1;
}
.cm-pathways-group4 {
  position: relative;
}
.cm-pathways-group4:after {
  content: " ";
  height: 13.6%;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0px;
}
.cm-pathways-group4 svg.bottom-bg-clipper {
  position: absolute;
  bottom: 13.6%;
  width: 100%;
  height: 14%;
}
.cm-pathways-group5 .hs_cos_wrapper_type_header h1 {
  font-family: minion-3, serif;
  font-size: 50px;
  font-style: italic;
  text-align: center;
  margin-bottom: 45px;
  color: #2b2f4e;
  margin-top: 1.9em;
  letter-spacing: 1px;
  font-weight: normal;
}
.cm-pathways-group5 .hs_cos_wrapper_type_header h1:after {
  content: "";
  height: 1px;
  width: 100px;
  background-color: #2b2f4e;
  display: block;
  left: 0;
  right: 0;
  margin: 28px auto;
  position: relative;
}
.cm-pathways-group5 .dnd-section {
  padding-top: 50px;
  padding-bottom: 190px;
}
.cm-pathways-group4 .dnd-section {
  padding-bottom: 0;
}
.cm-pathways-group5 img {
  margin-bottom: 15px;
}
.cm-pathways-group6 {
  background-image: url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/bg-gray.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.cm-pathways-group6-top .dnd-section > .row-fluid {
  border-radius: 10px;
  padding: 25px 50px 15px 100px;
  width: 100%;
  display: inline-block;
  color: #fff;
  background: #b5874a;
  background: -moz-linear-gradient(45deg, #b5874a 0%, #cdaf70 100%);
  background: -webkit-linear-gradient(45deg, #b5874a 0%,#cdaf70 100%);
  background: linear-gradient(45deg, #b5874a 0%,#cdaf70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5874a', endColorstr='#cdaf70',GradientType=1 );
}
.cm-pathways-group6-top .dnd-section > .row-fluid h2 {
  color: #fff;
  display: inline-block;
  font-family: minion-3,serif;
  margin-top: 55px;
  font-size: 50px;
  font-style: italic;
  padding-left: 23px;
}
.cm-pathways-group6-top .dnd-section > .row-fluid h2 span {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 0.4rem;
  text-align: left;
}
.cm-pathways-group6-top .dnd-section > .row-fluid h2:after {
  content: "";
  height: 1px;
  width: 100px;
  background-color: #fff;
  display: block;
  margin-top: 20px;
}
.cm-pathways-group6-top a .button-module-link-text {
  background-color: #fff;
  color: #2b2f4e;
  text-shadow: none;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: .1rem;
  padding: .75em 1.25em;
  outline: 0;
  font-family: minion-3,serif;
  margin-top: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  transition: all .15s linear;
}
.cm-pathways-group6-top .button-module {
  max-width: 688px;
}
.cm-pathways-group6-top .button-module-item {
  width: 100%;
  margin-top:0;
  text-align: center;
}
.cm-pathways-group6-top a:hover .button-module-link-text {
  background-color: #eee !important;
}
.cm-pathways-group6 .button-module .button-module-link {
  background: 0;
  padding: 0 15px;
}
.cm-pathways-group6-top .button-module-link:hover {
  background: #eee;
  display: block;
  width: 100%;
}
.cm-pathways-group6-top .button-module-item:hover .button-module-link-text {
  background: #eee;
}
.cm-pathways-group6:before {
  content: " ";
  width: 100%;
  height: 15%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.cm-pathways-group6 .container-fluid {
  position: relative;
}
.cm-pathways-group6-top img {
  margin-top: -131px;
  margin-right: 65px;
  margin-left: 84px;
  display: block;
}
.cm-pathways-group6-bottom {
  text-align: center;
}
.cm-pathways-group6-bottom h2 {
  font-family: minion-3, serif;
  font-size: 50px;
  font-style: italic;
  color: #2b2f4e;
}
.cm-pathways-group6-bottom h2:after {
  margin: 20px auto 50px;
  content: " ";
  height: 1px;
  width: 100px;
  background-color: #2b2f4e;
  display: block;
}
.cm-pathways-group6-bottom p {
  max-width: 650px;
  font-size: 21px;
  color: #8a8888;
  margin: 0 auto;
}
.cm-pathways-group6-bottom p a {
  color: #8a8888;
  text-decoration: underline;
}
.cm-pathways-group6-bottom .dnd-section {
  padding: 0 0 100px;
}
.cm-pathways-group6-top .dnd-section {
  padding-bottom: 34px;
}
.cm-pathways-group3-col2 .hs-form-field > label {
  text-transform: uppercase;
  letter-spacing: .125rem;
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 2px;
  line-height: 1.7;
  color: #fff;
}
.span8 .cm-purchse-group .purchase-label {
  margin-left: 0;
  max-width: 312px;
  margin-top: 42px;
}
.mfp-container .mfp-title a {
  color: #eee;
}
.mfp-container .mfp-title .fa {
  font: normal normal normal 14px/1 FontAwesome !important;
  margin-left: 7px;
  font-size: 16px !important;
}
.mfp-container .mfp-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 8px;
  font-family: "Montserrat",sans-serif;
}
.white-popup-block {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.white-popup-block .cm-form-header p {
  margin: 1.1em 0 15px 0;
  line-height: 30px;
  font-family: "Montserrat",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: rgb(16,16,16);
}
.mfp-container.mfp-inline-holder .hs-input {
  display: inline-block;
  height: 2.65em;
  margin-bottom: 9px;
  border: 1px solid #ddd;
  padding: 0 .65em;
  font-size: 13px;
  line-height: normal;
  color: #555;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  max-width: 251.975px;
  margin: 0px auto;
}
.mfp-container.mfp-inline-holder h3.form-title:empty {
  display: none;
}
.mfp-container.mfp-inline-holder input.hs-button.primary.large {
  background-color: #c19b5d;
  border-radius: 0px;
  text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .1rem;
  padding: .75em 1.25em;
  outline: 0;
  font-family: minion-3,serif;
  margin-bottom: 18px;
}
.mfp-container.mfp-inline-holder input.hs-button.primary.large:hover {
  text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
  background-color: #a58248;
}
.mfp-container.mfp-inline-holder .field {
  margin-bottom: 10px;
}
.cm-pathways-group6-top .button-module .button-module-link:hover {
  background: transparent;
}
.cm-pathways-group1 .span6:last-child .widget-type-linked_image {
  padding-top: 110px;
  padding-bottom: 20px;
}
.cm-tony-evans-group1 h3 {
  font-family: "Merriweather",serif;
  font-size: 17.99px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;
  text-align: center;
  text-transform: none;
  color: #357d7c;
  margin-top: 20px;
}

.cm-tony-evans-group1 p {
  font-size: 14.392px;
  line-height: 1.4;
  font-family: Merriweather, serif;
  font-weight: bold;
  letter-spacing: 0em;
  color: #000000;
  text-transform: none;
  margin: 7px 0;
  text-align: center;
  position: relative;
}
.cm-tony-evans-group1 .dnd-section {
  padding:85px 0px 49px 0px;
}
.cm-tony-evans-group1 .dnd-section > .row-fluid {
  max-width: 1216px;
}
.cm-tony-evans-group1 .span4 {
  margin-bottom: 54px;
}
.cm-tony-evans-group2 .dnd-section {
  margin: 0px;
  padding: 105px 0px 65px;
  border-style: solid;
  border-width: 5px 0px;
  border-color: rgb(255, 231, 191);
  color: #fff;
}
.cm-tony-evans-group2 .dnd-section p {
  font-family: 'Merriweather',serif;
  font-weight: 300;
  line-height: 36px;
  margin: 0;
  font-size: 19.4292px;
  margin-bottom: 10px;
}
.cm-tony-evans-group2 .dnd-section i {
  font-size: 24px !important;
  font-family: "Font Awesome 5 Free" !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 19px;
  margin-top: 2px;
  font-weight: 600;;
}
.cm-tony-evans-group2 .dnd-section i.x-icon.x-icon-arrow-down {
  display: block;
  text-align: center;
}
.cm-tony-evans-group2 .button-module .button-module-item {
  width: 100% !important;
}
.cm-tony-evans-group2 .dnd-section i.x-icon-arrow-down:before {
  content: "";
  font-style: normal;
}
.cm-tony-evans-group2 .button-module {
  flex-direction: column;
  max-width: 100%;
}
.cm-tony-evans-group2 .button-module .button-module-item a.button-module-link {
  padding: 26px 21px 28px;
  max-width: 100%;
  width: 100%;
  background: #fff;
  font-family: "Merriweather",serif;
  font-size: 21.588px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-right: calc(0.08em * -1);
  color: rgba(0,0,0,1);
  text-shadow: none;
  margin: 20px 0px;
  border-radius: 0.35em;
  background-color: rgba(255,255,255,1);
  box-shadow: 0em 0.15em 0.65em 0em rgba(0,0,0,0.25);
}
.cm-tony-evans-group2 .button-module .button-module-item a.button-module-link .button-module-link-text {
  display: inline-block;
}
.cm-tony-evans-group2 .button-module .button-module-item a.button-module-link:hover .button-module-link-text {
  display: inline-block;
  animation-duration:.3s;
  animation-name:x-scale-up;
  transform: scale(1);
  color: rgba(0,0,0,0.5);
}
.cm-tony-evans-group2 .button-module .button-module-item a.button-module-link:hover:before {
  color: rgba(0,0,0,0.5);
}
.cm-tony-evans-group2 .button-module .button-module-item a.button-module-link:before {
  content: "";
  font-size: 26.985px;
  color: rgba(0,0,0,1);
  font-family: 'FontAwesome2';
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900 !important;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.cm-tony-evans-group2 img {
  margin-bottom: 20px;
}
.cm-tony-evans-group3 h1 {
  font-family: "Merriweather",serif;
  font-size: 32.382px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 5px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  color: #357d7c;
  margin-bottom: 20px;
}
.cm-tony-evans-group3 hr {
  width: 50%;
  max-width: none;
  margin: 0% 50% 30px 25%;
  border-width: 8px 0 0 0;
  border-style: dotted;
  border-color: #67a9a8;
  font-size: 1em;
}
.cm-tony-evans-group3 .oembed_container {
  margin-left: auto;
  margin-right: auto;
  float: none;
  left: 0;
  right: 0;
  display: block;
  box-shadow: 0.2em 0.2em 0.35em 0em rgba(0,0,0,0.73);
  z-index: 1;
  margin-bottom: 5px;
}
.cm-tony-evans-group4 .dnd-section {
  padding: 65px 0px;
}
.cm-tony-evans-group2.cm-tony-evans-group5 .dnd-section {
  border: 0;
  padding: 65px 0px 45px;
  background-color: #357d7c;
}
.cm-tony-evans-group1 h1 {
  font-size: 28.784px;
  line-height: 1.4;
  font-family: Merriweather, serif;
  font-weight: bold;
  letter-spacing: 0em;
  margin-top: 15px;
  color: #9d4425;
  text-transform: none;
  position: relative;
  margin-bottom: 7px;
}
.cm-tony-evans-group2 .row-fluid [class*="span"] {
  min-height: 1px;
}
.mfp-wrap:not(.mfp-gallery) .mfp-figure {
  max-width: 448px;
  padding: 32px;
  background-color: #ffffff;
  box-shadow: 0em 0.15em 2em 0em rgba(0,0,0,0.25);
}
.mfp-wrap:not(.mfp-gallery) .mfp-figure figure {
  padding: 25px;
}
.mfp-wrap:not(.mfp-gallery) .mfp-content img.mfp-img {
  padding: 0;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes x-scale-up {
  33% {
    opacity: 0;
    transform: none
  }

  34% {
    opacity: 0;
    transform: scale3d(0,0,1)
  }

  100% {
    opacity: 1;
    transform: scale3d(1,1,1)
  }
}
.cm-tv-broadcast-layout h4 {
  margin-top: 8px;
}
.cm-tv-broadcast-layout .span3 .hs_cos_wrapper_type_linked_image a {
  transform: translate3d(0,0,0);
  transition: opacity .3s ease;
}
.cm-tv-broadcast-layout .span3 .hs_cos_wrapper_type_linked_image a:hover {
  opacity: .75;
}
.cm-tv-broadcast-layout .span3 .hs_cos_wrapper_type_linked_image {
  display: block;
  padding: 0 6px 23px;
}
.mfp-wrap:not(.mfp-gallery) .mfp-figure.lightbox-image-wrapper .mfp-close{
  position: fixed;
  top: 0;
  right: 0 !important;
  width: 24px !important;
  height: 24px;
  line-height: 24px;
  opacity: 1;
  color: rgba(255,255,255,0.5) !important;
  font-family: "Montserrat",sans-serif;
  font-size: 25px;
  transition-duration: .5s;
  transition-property: color,opacity,transform;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  cursor: pointer !important;
}
.mfp-wrap:not(.mfp-gallery) .mfp-figure.lightbox-image-wrapper .mfp-close:hover{
  color: rgba(255,255,255,1) !important;
  cursor: pointer !important;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: default !important;
}
.custom-entry-wrap blockquote{
  word-break: break-word;
}
.cm-pathways-group3 .cm-pathways-group3-right .hs-fieldtype-file .hs-input[type="file"] {
  font-size: 13px !important;
  font-family: Arial !important;
}
main.body-container-wrapper.body-container-wrapper-2.custom-body-container-wrapper a:hover img {
  opacity: 0.75;
}
main.body-container-wrapper.body-container-wrapper-2.custom-body-container-wrapper a img {
  transform: translate3d(0,0,0);
  transition: opacity .3s ease;
}
.html5gallery-thumbs-0 > div .html5gallery-tn-img-0 div:first-child:before {
  background:url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/youtube-play.png);
}
.mfp-counter {
  font-family: "Montserrat",sans-serif !important;
}
.mfp-container.mfp-inline-holder label.hs-error-msg, .mfp-container.mfp-inline-holder ul.no-list.hs-error-msgs.inputs-list label {
  text-align: center !important;
}



@media(min-width:981px){
  .cm-tony-evans-group5 .span6:first-child {
    padding-right: 8px;
  }
  .cm-tony-evans-group5 .span6:last-child {
    padding-left: 8px;
  }
  .cm-pathways-group3-left .widget-type-linked_image {
    width: 100%;
  }
  .cm-pathways-group5 .span4 {
    width: 30.66666%;
    margin-right: 4%;
    margin-left: 0;
  }
  .cm-pathways-group5 .span4:last-child {
    margin-right: 0;
  }
  .cm-pathways-group3 .cm-pathways-group3-right {
    width: 85%;
    margin-left: -25%;
    padding: 25px 50px 48px 27%;
    float: left;
    height: 100%;
  }
  .cm-pathways-group3 .cm-pathways-group3-left {
    float: left;
    width: 40%;
    position: relative;
  }
  .cm-pathways-group3 .page-center {
    position: relative;
    display: flex;
  }
}

@media(max-width:1350px){
  .cm-pathways-group3 .cm-pathways-group3-left {
    float: left;
    width: 40%;
  }

}


@media (min-width: 1200px) {
  .dnd_area_be-our-guest_section3 .span6.widget-span {
    max-width: calc(50% - 3.5rem); 
  } 
}

@media (max-width: 1199.98px) and (min-width: 979px) {
  .dnd_area_be-our-guest_section3 .dnd-section .hs_cos_wrapper_type_text {
    width: 94%;
  }
}

@media (max-width: 991px) and (min-width:768px){
  .racial-unity-resources .custom-entry-wrap h3,
  .study-the-bible .container-fluid.bottom-pane h2{
    word-break: break-word;
    font-size: 20px;
  }
}


@media (max-width: 980px) {
  .container-fluid.dnd_area_be-our-guest_section3 .dnd-section .hs_cos_wrapper_type_text {
    margin-top: 0;
    width: 93.5%;
  }
  .cm-tony-evans-group2 .button-module .button-module-item a.button-module-link::before {
    display: inline-block;
    margin-right: 10px;
    margin-left: 3px;
  }
  .cm-tony-evans-group2 .button-module .button-module-item a.button-module-link {
    display: flex;
    align-items: center;
  }
  .cm-pathways-group1 .dnd-section > .row-fluid {
    flex-direction: column;
  }
  .cm-pathways-group1 .dnd-section > .row-fluid > .span6 {
    width: 100%;
    margin-left: 0;
  }
  .cm-pathways-group1 .span6:last-child {
    padding-left: 0;
  }
  .cm-pathways-group2 .dnd-section .span7:first-child {
    padding-left: 0;
    padding-top: 29px;
  }
  .cm-pathways-group2 .dnd-section .span7, 
  .cm-pathways-group2 .dnd-section .span5 {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .cm-pathways-group2 .dnd-section > .row-fluid {
    flex-direction: column;
  }
  .cm-pathways-group2 .widget-type-linked_image {
    width: 100%;
  }
  .cm-pathways-group3 .cm-pathways-group3-left {
    width: 100%;
  }
  .cm-pathways-group3 .cm-pathways-group3-right {
    width: 100%;
    margin-left: 0;
    padding-left: 50px;
  }
  .cm-pathways-group4 .custom-column-with-content.custom-content-band .custom-column:last-child {
    width: 100%;
  }
  .cm-pathways-group4 .custom-column-with-content.custom-content-band .custom-column:first-child {
    padding-left: 0;
    width: 100%;
  }
  .cm-pathways-group5 .span4 {
    width:100%;
    margin-right:0;
    margin-left: 0;
  }
  .cm-pathways-group5 .span4:last-child {
    margin-right: 0;
  }
  .cm-pathways-group6-top .dnd-section > .row-fluid {
    width:88%;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    display: block;
  }
  .cm-pathways-group6-top .dnd-section>.row-fluid h2 span{
    text-align:center;
  }
  .cm-pathways-group6-top img {
    margin-right: 85px;
    margin-left: -62px;
  }
  .cm-pathways-group6-top .dnd-section>.row-fluid h2 {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .cm-pathways-group6-top .dnd-section>.row-fluid h2:after {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .cm-tony-evans-group3 .oembed_container {
    width: 65.33332% !important;
    height: auto !important;
  }
  .cm-tony-evans-group3 .iframe_wrapper {
    height: 0;
    padding-bottom: 53.25%;
    padding-top: 25px;
    position: relative;
  }
  .cm-tony-evans-group3 .oembed_container_iframe {
    height: 100% !important;
  }
  .cm-pathways-group1 .cm-video-popup-group {margin-top: 40px;}

  .cm-pathways-group2 .dnd-section {
    padding-top: 196px;
  }

  .cm-pathways-group3 .cm-pathways-group3-right {
    margin-top: 0;
  }

}
@media (max-width: 979px) {
  .custom-column.custom-md {
    float:none;
    width: 100%;
    margin-right: 0
  }
  .custom-main.full, .custom-main.left, .custom-main.right, .custom-sidebar.left, .custom-sidebar.right {
    float: none;
    display: block;
    width: auto !important;
  }
  .custom-sidebar {
    margin-top: 4em;
  }
  .custom-colophon.top .custom-column .widget:first-child {
    margin-top: 3em;
  }
  .custom-colophon.top .custom-column:first-child .widget:first-child {
    margin-top: 0;
  }
  .custom-colophon.top {
    padding: 6.5% 0;
  }
  .navigation-primary ul.submenu.level-1 {
    opacity: 1;
    transition: opacity .3s ease-in;
    overflow-y: auto;
    padding-bottom: 60px;
  }

}
@media (max-width: 900px) {
  .mfp-container {
    padding: 24px !important;
  }
}
@media (max-width: 767px) {
  .custom-column.custom-sm {
    float:none;
    width: 100%;
    margin-right: 0
  }
  .custom-body-container-wrapper .custom-share-req-row1 .row-fluid .span4 {
    width:100%;
    margin-left: 0;
  }
  .custom-body-container-wrapper .row-fluid [class*="span"],
  .custom-entry-wrap .row-fluid .span6{
    position: relative;
    z-index: 1;
    float: none;
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
  }
  
  .custom-entry-wrap,
  .body-container-wrapper-2 .dnd-section>.row-fluid{
    padding: 36px;
  }
  .home-page .bottom-content .page-center .span1,
  .home-page .bottom-content .page-center .span2,
  .home-page .bottom-content .page-center .span3,
  .home-page .bottom-content .page-center .span4,
  .home-page .bottom-content .page-center .span5,
  .home-page .bottom-content .page-center .span6,
  .home-page .bottom-content .page-center .span7,
  .home-page .bottom-content .page-center .span8,
  .home-page .bottom-content .page-center .span9,
  .home-page .bottom-content .page-center .span10,
  .home-page .bottom-content .page-center .span11,
  .racial-unity-resources .page-center .span1,
  .racial-unity-resources .page-center .span2,
  .racial-unity-resources .page-center .span3,
  .racial-unity-resources .page-center .span4,
  .racial-unity-resources .page-center .span5,
  .racial-unity-resources .page-center .span6,
  .racial-unity-resources .page-center .span7,
  .racial-unity-resources .page-center .span8,
  .racial-unity-resources .page-center .span9,
  .racial-unity-resources .page-center .span10,
  .racial-unity-resources .page-center .span11,
  .christian-marriage .page-center .span1,
  .christian-marriage .page-center .span2,
  .christian-marriage .page-center .span3,
  .christian-marriage .page-center .span4,
  .christian-marriage .page-center .span5,
  .christian-marriage .page-center .span6,
  .christian-marriage .page-center .span7,
  .christian-marriage .page-center .span8,
  .christian-marriage .page-center .span9,
  .christian-marriage .page-center .span10,
  .christian-marriage .page-center .span11,
  .study-the-bible .page-center .span1,
  .study-the-bible .page-center .span2,
  .study-the-bible .page-center .span3,
  .study-the-bible .page-center .span4,
  .study-the-bible .page-center .span5,
  .study-the-bible .page-center .span6,
  .study-the-bible .page-center .span7,
  .study-the-bible .page-center .span8,
  .study-the-bible .page-center .span9,
  .study-the-bible .page-center .span10,
  .study-the-bible .page-center .span11,
  .cm-pathways-group2 .page-center .span1,
  .cm-pathways-group2 .page-center .span2,
  .cm-pathways-group2 .page-center .span3,
  .cm-pathways-group2 .page-center .span4,
  .cm-pathways-group2 .page-center .span5,
  .cm-pathways-group2 .page-center .span6,
  .cm-pathways-group2 .page-center .span7,
  .cm-pathways-group2 .page-center .span8,
  .cm-pathways-group2 .page-center .span9,
  .cm-pathways-group2 .page-center .span10,
  .cm-pathways-group2 .page-center .span11{
    width:100%
  }
  .racial-unity-resources .custom-entry-wrap h3 {
    margin-top: 63px;
  }
  .christian-marriage .custom-entry-wrap .container-fluid.top-pane {
    margin-left: -36px;
    margin-right: -36px;
    margin-top: -36px;
  }
  .christian-marriage .custom-entry-wrap .container-fluid.main-content-wrap {
    padding-top: 37px;
  }
  .study-the-bible .custom-entry-wrap .container-fluid.top-pane {
    margin-top: -36px;
    margin-left: -36px;
    margin-right: -36px;
  }

  .study-the-bible .custom-entry-wrap .container-fluid.main-content-wrap {
    padding-top: 37px;
  }
  .christian-marriage .hs_cos_wrapper_type_rich_text h1 {
    margin-top: 25px;
    line-height: 1.2;
  }
  .christian-marriage .hs_cos_wrapper_type_rich_text h1:after {
    margin-top: 15px;
  }
  .christian-marriage .custom-entry-wrap .container-fluid.bottom-pane .widget-type-rich_text {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .dnd_area_be-our-guest_section3 .hs_cos_wrapper_type_form fieldset .input {
    margin-right: 0 !important;
  }
  .dnd_area_be-our-guest_section3 .hs_cos_wrapper_type_form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .dnd_area_victory_section1 .dnd-module {
    padding-bottom: 1px;
  }
  .cm-tony-evans-group2 img {
    margin-bottom: 39px;
  }
  .cm-tony-evans-group3 .oembed_container {
    width: 100% !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .cm-tony-evans-group2 .button-module .button-module-item {
    padding: 0 !important;
  }
  .cm-tony-evans-group2 .button-module .button-module-item a.button-module-link {
    justify-content: center;
  }
  .cm-tony-evans-group1 .dnd-section {
    padding: 85px 0px 67px 0px;
  }
  .cm-tony-evans-group1 .span4 {
    margin-bottom: 18px;
  }
  .cm-pathways-group3-col2 .hs-form-field {
    width: 100% !important;
  }
  .cm-pathways-group1 .cm-video-popup-group{
    margin-top: 40px;
  }
  .cm-pathways-group6-top .dnd-section>.row-fluid {
    padding-left: 50px;
  }
  .cm-pathways-group6-top .button-module {
    flex-direction: column;
  }
  .cm-tony-evans-group5 .span6:first-child {
    margin-bottom: 21px;
  }
}



@media (max-width: 480px) {
  .custom-column.custom-xs {
    float:none;
    width: 100%;
    margin-right: 0
  }
  .hs_cos_wrapper_type_header h1 {
    font-size: 200%;
  }
  .custom-body-container-wrapper .hs_cos_wrapper_type_header h1 {
    font-size: 160%;
  }
  .custom-entry-wrap,
  .body-container-wrapper-2 .dnd-section>.row-fluid{
    padding: 25px;
  }
  .christian-marriage .custom-entry-wrap .container-fluid.top-pane {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
  }
  .christian-marriage .custom-entry-wrap .container-fluid.main-content-wrap {
    padding-top: 26px;
  }
  .study-the-bible .custom-entry-wrap .container-fluid.top-pane {
    margin-top: -25px;
    margin-left: -25px;
    margin-right: -25px;
  }

  .study-the-bible .custom-entry-wrap .container-fluid.main-content-wrap {
    padding-top: 26px;
  }
  .mfp-wrap:not(.mfp-gallery) .mfp-figure figure {
    padding: 25px !important;
  }
  .cm-pathways-group1 .span6:last-child .widget-type-linked_image {
    margin-top: 25px;
    margin-bottom: 35px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cm-pathways-group2 .dnd-section {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .cm-pathways-group1 .cm-video-popup-group {
    margin-top: 50px;
    margin-bottom: -35px;
  }
  .cm-pathways-group2 .dnd-section {
    padding-top: 10px;
  }
  .cm-pathways-group1 .button-module .button-module-link {
    max-width: 200px;
  }
  .cm-pathways-group1 .button-module .button-module-link {
    max-width: 200px;
  }
  .cm-pathways-group2 .dnd-section {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .cm-pathways-group3 .cm-pathways-group3-right {
    width: 100%;
    margin: -50px 0 0 0;
    padding:75px 20px 44px;
  }
  .cm-pathways-group4 .dnd-section {
    padding-bottom: 0;
    padding-top: 87px;
  }
  .cm-pathways-layout img {
    height: auto;
  }
  .cm-pathways-group3-right .field {
    margin-bottom: 12px;
  }
  .cm-pathways-group4 .custom-column-with-content.custom-content-band .custom-column.custom-sm.custom-1-2 h2 {
    margin-top: 0;
  }
  .cm-pathways-group4 .custom-column-with-content.custom-content-band {
    padding: 25px;
    margin-top: 95px;
  }
  .span8 .cm-purchse-group .purchase-label {
    margin-left: 0;
    max-width: 312px;
    margin-top: 23px;
  }
  .cm-pathways-group6-top .dnd-section>.row-fluid h2 {
    margin-top: 15px;
  }
  .cm-pathways-group6-top .dnd-section {
    padding-bottom: 25px;
  }
  .cm-pathways-group6-top .dnd-section > .row-fluid {
    padding-left: 50px;
    padding: 25px;
  }
  .cm-pathways-group6-bottom p {
    font-size: 16px;
    word-break: break-all;
  }
  .cm-pathways-group6-top .dnd-section>.row-fluid {
    padding: 25px 25px 10px;
  }
  .cm-pathways-group6-top .dnd-section>.row-fluid h2 {
    margin-bottom: 30px;
  }
  .cm-pathways-group6-top img {
    height: auto;
    margin-left: -45px;
    margin-right: 0;
    max-width: 233px !important;
    margin-top: -139px;
  }
  .cm-tony-evans-group3 .iframe_wrapper {
    padding-bottom: 50.25%;
  }
  .cm-tony-evans-group3 .oembed_container_iframe {
    height: 100% !important;
    width: 100% !important;
  }
  .racial-unity-resources .main-content-wrap h2 {
    font-size: 150%;
  }
  .custom-breadcrumb-wrap .hs-breadcrumb-menu-item {
    float: none;
    display: inline-block;
  }
  .custom-main.left .hs_cos_wrapper_type_header h2{
    font-size: 180%;
  }
  .cm-pathways-group3 .cm-pathways-group3-left {
    float: none;
  }
}

@media (max-width:400px),
  (min-device-width:320px) and (max-device-width:480px) {
    .custom-share-req-row1 form .hs-input:not([type=checkbox]):not([type=radio]),
    .custom-share-req-row1 form fieldset {
      margin-right: 0 !important;
      width: 100% !important
    }
    form.custom-share-req-row1:not(.hs-video-form) .form-columns-2 .hs-form-field,
    form.custom-share-req-row1:not(.hs-video-form) .form-columns-3 .hs-form-field {
      float: none;
      width: 100%
    }
    form.custom-share-req-row1:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input,
    form.custom-share-req-row1:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
      width: 95%
    }
    form.custom-share-req-row1:not(.hs-video-form) .form-columns-2 .hs-form-field input[type=checkbox],
    form.custom-share-req-row1:not(.hs-video-form) .form-columns-2 .hs-form-field input[type=radio],
    form.custom-share-req-row1:not(.hs-video-form) .form-columns-3 .hs-form-field input[type=checkbox],
    form.custom-share-req-row1:not(.hs-video-form) .form-columns-3 .hs-form-field input[type=radio] {
      width: auto
    }
}

.custom-main.left .iframe-wrapper {
  border: 1px solid rgba(0,0,0,.15);
  padding: 2.5%;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  margin-bottom: 1.313em;
}

.custom-main.left .iframe-wrapper .hs-responsive-embed-wrapper.hs-responsive-embed {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.custom-sidebar .hs-search-field__bar form {
  margin: 0 0 1.313em;
  position: relative;
  margin-bottom: 0;
  line-height: 1;
}

.custom-sidebar .hs-search-field__bar form:before {
  content: "\f002";
  position: absolute;
  left: 12px;
  bottom: 50%;
  display: block;
  margin-bottom: -6px;
  font-size: 12px;
  line-height: 1;
  text-decoration: inherit;
  text-shadow: none;
  color: #272727;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.custom-sidebar .hs-search-field__bar input.hs-search-field__input {
  width: 100%;
  margin-bottom: 0;
  padding-left: 30px;
}

.tony-evans-page .row-depth-1.row-number-9 .span6.dnd-column {
  padding: 10px 20px 30px 20px;
  background: #efefef;
}

.tony-evans-page .row-depth-1.row-number-9 img.hs-image-widget {
  margin-bottom: 1.313em;
}

.tony-evans-page .custom-entry-wrap .hs-button {
  margin-top: -10px;
  padding: .385em .923em .538em;
  font-size: 13px;
}

.tony-evans-page .row-fluid-wrapper.row-depth-1.row-number-9 .row-fluid {
  display: block !important;
}

.tony-evans-page .custom-entry-wrap blockquote {
  text-align: left;
}
.tony-evans-page .row-number-16.dnd-section .hs-button {
  padding: .429em 1.143em .643em;
  font-size: 14px;
  width: auto;
  display: inline-block;
  margin-bottom: calc(1.313em + .35em);
}

.witness-banner .banner .banner-content .banner-left-content img:first-of-type {
  width: 609px;
}

.witness-banner .banner .banner-content hr {
  width: 100%;
  max-width: 1500px;
  margin: 10px 0px 2px 0px;
  border-width: 1px 0 0 0;
  border-style: dashed;
  border-color: rgb(5,5,5);
  font-size: 0.73em;
}

.witness-banner .banner .banner-content .banner-left-content img {
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
}

.witness-banner .banner .banner-right-content .banner-right-content-inner {
  margin: -14px 0px 21px 0px;
  width: 100%;
  max-width: 100%;
}

.witness-banner .row-fluid [class*="span"] {
  min-height: 0;
}

.witness-page .x-icon:before {
  display: block !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: inherit !important;
  height: inherit !important;
  margin: 0 !important;
  line-height: inherit !important;
  text-align: inherit !important;
}

.witness-page .content-with-icon-column-group .content-with-icon-column .icon-column i.x-icon {
  display: inline-flex !important;
  flex-flow: row nowrap !important;
  justify-content: center !important;
  align-items: center !important;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: center;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  position: relative;
  transition-property: opacity,transform,color,background-color,text-shadow,box-shadow;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FontAwesome" !important;
  font-weight: 900;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 7em;
  color: rgb(74,74,74);
  background-color: transparent;
}

.witness-page .content-with-icon-column-group .content-with-icon-column .icon-column {
  margin: -0em 5em -0em -0em;
}

.witness-page .button-module {
  max-width: 100%;
}

.witness-page .button-module .button-module-link {
  padding: calc(1em + 5px);
  text-transform: none;
  font-family: Merriweather, serif;
  font-size: 14.39px;
  border-radius: 0.35em;
  margin: 0.29300000000000015em auto 0em auto;
  background-color: rgb(180,145,68);
  box-shadow: 0em 0.15em 0.65em 0em rgb(0 0 0 / 25%);
  letter-spacing: 0.08em;
  transition-property: border-color,background-color,box-shadow,opacity,transform;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.witness-page .content-with-icon-column-group {
  margin: 0px 0em 2.15em 0em;
}

.witness-page .dnd_area_be-our-guest_section1 .dnd-section {
  padding: 40px 0px 100px;
  position: relative;
}

.witness-page .button-module .button-module-link:hover {
  color: rgb(0,0,0);
  background-color: rgba(255,255,255,1);
  box-shadow: 0em 0.15em 0.65em 0em rgb(0 0 0 / 55%);
  text-shadow: none;
}

.witness-page .button-module .button-module-link .button-module-link-text {
  animation-duration: .3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.witness-page .button-module .button-module-link:hover .button-module-link-text {
  animation-name: x-scale-up; 
}

.witness-page .banner {
  min-height: auto;
}

.witness-page .content-with-icon-column-group .content-column {
  font-style: normal;
}

.row-fluid [class*="span"] {
  min-height: 0;
}

.witness-page .content-with-icon-column-group .content-with-icon-column p {
  margin: 0;
}
.witness-page .content-with-icon-column-group {
  margin-top: 9px;
}

.witness-banner .banner .banner-content .banner-left-content img:last-of-type {
  width: 528px;
  margin: 14px 14px 14px 14px;
}

.witness-page .content-with-icon-column-group .content-with-icon-column {
  justify-content: flex-start;
}

.witness-banner .banner {
  min-height: auto;
}

.cm-tony-evans-layout .button-module .button-module-link {
  text-shadow: 1px 1px 2px rgb(31 31 31 / 70%); 
}

.cm-tony-evans-layout .button-module .button-module-link:hover {
  background-color: rgb(65,181,181);
  box-shadow: 0em 0.15em 0.65em 0em rgb(0 0 0 / 25%);
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
}

.custom-sidebar .hs-search-field__bar input.hs-search-field__input:-moz-placeholder {
  color: #555;
  font-size: 15px
}

.custom-sidebar .hs-search-field__bar input.hs-search-field__input::-webkit-input-placeholder {
  color: #555;
  font-size: 15px
}

.cm-tony-evans-group2 .row-fluid [class*="span"] {
  min-height: 0;
}

.witness-page .button-module .button-module-link {
  text-shadow: none;
}

.witness-page .button-module .button-module-item.col1 {
  padding: 0;
}

@media (max-width: 980px){
  .witness-banner .banner .banner-content .banner-left-content img:last-of-type {
    display: none;
  }

  .witness-banner .banner .banner-right-content,
  .witness-banner .banner .banner-content hr {
    display: none;
  }

  .witness-banner .banner .banner-content .banner-left-content img:first-of-type {
    width: 300px;
  }

  .witness-banner .parallax_scroll.desktop {
    display: block;
  }

  .witness-banner .parallax_scroll.tab {
    display: none;
  }

  .witness-banner .banner .banner-content .banner-left-content img:first-of-type {
    margin: -31px 0px 50px 0px;
  }

  .witness-banner .banner {
    min-height: auto;
  }
  .witness-page .row-number-3 .content-with-icon-column-group .content-with-icon-column p {
    margin-top: 24px;
    margin-bottom: 15px;
  }

  .witness-page .row-number-3 .content-with-icon-column-group {
    margin-top: 0;
  }
}

@media (max-width: 767px){
  .custom-main.left .iframe-wrapper {
    margin-bottom: 0;
  }
  .witness-page .content-with-icon-column-group .content-with-icon-column .icon-column {
    display: block !important;
  }
}


@media (max-width: 479px){ 
  .witness-page .content-with-icon-column-group .content-with-icon-column {
    display: block;
  }

  .witness-page .content-with-icon-column-group .content-with-icon-column .icon-column {
    text-align: center;
    margin: 0;
  }

  .witness-page .button-module .button-module-link .button-module-link-text * {
    margin-bottom: 10px;
    display: inline-block;
  }

}

@keyframes x-scale-up {
  33% {
    opacity: 0;
    transform: none;
  }

  34% {
    opacity: 0;
    transform: scale3d(0,0,1);
  }

  100% {
    opacity: 1;
    transform: scale3d(1,1,1);
  }
}

.nc_wrapper .swp_social_panel {
  display: none;
}
.home-page .bottom-content .page-center {
  padding: 45px 25px 10px;
  margin: 0 auto;
  max-width: 1200px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  margin-top: 40px;
  background-color: hsl(0, 0%, 100%);
  width: 100%
}
.home-page .bottom-content .page-center .span1 {
  width: calc(22% - 13.33332%);
}
.home-page .bottom-content .page-center .span2 {
  width: 13.33332%;
}
.home-page .bottom-content .page-center .span3 {
  width: 22%;
}
.home-page .bottom-content .page-center .span4 {
  width: 30.66666%;
}
.home-page .bottom-content .page-center .span5 {
  width: calc(13.33332% + 22%);
}
.home-page .bottom-content .page-center .span6 {
  width: 48%;
}
.home-page .bottom-content .page-center .span7 {
  width: calc(30.66666% + 22%);
}
.home-page .bottom-content .page-center .span8 {
  width: 65.33332%;
}
.home-page .bottom-content .page-center .span9 {
  width: 74%;
}
.home-page .bottom-content .page-center .span10 {
  width: 82.66666%;
}
.home-page .bottom-content .page-center .span11 {
  width: calc(48% + 22% + 13.33332%);
}




.home-page .bottom-content .page-center .span1,
.home-page .bottom-content .page-center .span2,
.home-page .bottom-content .page-center .span3,
.home-page .bottom-content .page-center .span4,
.home-page .bottom-content .page-center .span5,
.home-page .bottom-content .page-center .span6,
.home-page .bottom-content .page-center .span7,
.home-page .bottom-content .page-center .span8,
.home-page .bottom-content .page-center .span9,
.home-page .bottom-content .page-center .span10,
.home-page .bottom-content .page-center .span11 {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 4%;
  margin-left:0;
}
.home-page .bottom-content .page-center .span1:last-child,
.home-page .bottom-content .page-center .span2:last-child,
.home-page .bottom-content .page-center .span3:last-child,
.home-page .bottom-content .page-center .span4:last-child,
.home-page .bottom-content .page-center .span5:last-child,
.home-page .bottom-content .page-center .span6:last-child,
.home-page .bottom-content .page-center .span7:last-child,
.home-page .bottom-content .page-center .span8:last-child,
.home-page .bottom-content .page-center .span9:last-child,
.home-page .bottom-content .page-center .span10:last-child,
.home-page .bottom-content .page-center .span11:last-child {
  margin-right: 0;
}

.racial-unity-resources .page-center .span1 {
  width: calc(22% - 13.33332%);
}
.racial-unity-resources .page-center .span2 {
  width: 13.33332%;
}
.racial-unity-resources .page-center .span3 {
  width: 22%;
}
.racial-unity-resources .page-center .span4 {
  width: 30.66666%;
}
.racial-unity-resources .page-center .span5 {
  width: calc(13.33332% + 22%);
}
.racial-unity-resources .page-center .span6 {
  width: 48%;
}
.racial-unity-resources .page-center .span7 {
  width: calc(30.66666% + 22%);
}
.racial-unity-resources .page-center .span8 {
  width: 65.33332%;
}
.racial-unity-resources .page-center .span9 {
  width: 74%;
}
.racial-unity-resources .page-center .span10 {
  width: 82.66666%;
}
.racial-unity-resources .page-center .span11 {
  width: calc(48% + 22% + 13.33332%);
}




.racial-unity-resources .page-center .span1,
.racial-unity-resources .page-center .span2,
.racial-unity-resources .page-center .span3,
.racial-unity-resources .page-center .span4,
.racial-unity-resources .page-center .span5,
.racial-unity-resources .page-center .span6,
.racial-unity-resources .page-center .span7,
.racial-unity-resources .page-center .span8,
.racial-unity-resources .page-center .span9,
.racial-unity-resources .page-center .span10,
.racial-unity-resources .page-center .span11 {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 4%;
  margin-left:0;
}
.racial-unity-resources .page-center .span1:last-child,
.racial-unity-resources .page-center .span2:last-child,
.racial-unity-resources .page-center .span3:last-child,
.racial-unity-resources .page-center .span4:last-child,
.racial-unity-resources .page-center .span5:last-child,
.racial-unity-resources .page-center .span6:last-child,
.racial-unity-resources .page-center .span7:last-child,
.racial-unity-resources .page-center .span8:last-child,
.racial-unity-resources .page-center .span9:last-child,
.racial-unity-resources .page-center .span10:last-child,
.racial-unity-resources .page-center .span11:last-child {
  margin-right: 0;
}



.christian-marriage .page-center .span1 {
  width: calc(22% - 13.33332%);
}
.christian-marriage .page-center .span2 {
  width: 13.33332%;
}
.christian-marriage .page-center .span3 {
  width: 22%;
}
.christian-marriage .page-center .span4 {
  width: 30.66666%;
}
.christian-marriage .page-center .span5 {
  width: calc(13.33332% + 22%);
}
.christian-marriage .page-center .span6 {
  width: 48%;
}
.christian-marriage .page-center .span7 {
  width: calc(30.66666% + 22%);
}
.christian-marriage .page-center .span8 {
  width: 65.33332%;
}
.christian-marriage .page-center .span9 {
  width: 74%;
}
.christian-marriage .page-center .span10 {
  width: 82.66666%;
}
.christian-marriage .page-center .span11 {
  width: calc(48% + 22% + 13.33332%);
}




.christian-marriage .page-center .span1,
.christian-marriage .page-center .span2,
.christian-marriage .page-center .span3,
.christian-marriage .page-center .span4,
.christian-marriage .page-center .span5,
.christian-marriage .page-center .span6,
.christian-marriage .page-center .span7,
.christian-marriage .page-center .span8,
.christian-marriage .page-center .span9,
.christian-marriage .page-center .span10,
.christian-marriage .page-center .span11 {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 4%;
  margin-left:0;
}
.christian-marriage .page-center .span1:last-child,
.christian-marriage .page-center .span2:last-child,
.christian-marriage .page-center .span3:last-child,
.christian-marriage .page-center .span4:last-child,
.christian-marriage .page-center .span5:last-child,
.christian-marriage .page-center .span6:last-child,
.christian-marriage .page-center .span7:last-child,
.christian-marriage .page-center .span8:last-child,
.christian-marriage .page-center .span9:last-child,
.christian-marriage .page-center .span10:last-child,
.christian-marriage .page-center .span11:last-child {
  margin-right: 0;
}


.home-page .bottom-content .hs-button, 
.home-page .bottom-content .button--primary {
  padding: .385em .923em .538em;
  font-size: 13px;
  letter-spacing: 0;
  font-family: 'Merriweather',serif;
}
.home-page .bottom-content strong {
  font-family: 'Dancing Script', cursive;
  font-size: 28px;
  font-weight: 400;
}
.home-page .hs_cos_wrapper_type_linked_image > a {
  transform: translate3d(0,0,0);
  transition: opacity .3s ease;
}
.home-page .hs_cos_wrapper_type_linked_image > a:hover {
  opacity: .75;
}

.home-page .bottom-content .bottom-pane .dnd-section:last-child {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: hsl(0, 0%, 87%);
  box-shadow: 0px -5px 5px -5px rgba(0,0,0,0.3);
}
.home-page .span2 .hs_cos_wrapper_type_linked_image>a {
  display: block;
  margin-bottom: 1.313em;
}
.racial-unity-resources hr {
  margin-top: 40px;
}
.racial-unity-resources .custom-entry-wrap h3 {
  font-family: 'Merriweather',serif;
  font-weight: 300;
  line-height: 36px;
  margin-top: 73px;
  margin-bottom: 15px;
}
.racial-unity-resources .video-wrapper {
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,.15);
  padding: 2.5%;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.christian-marriage .custom-entry-wrap .container-fluid.top-pane {
  margin-left: -60px;
  margin-right: -60px;
  margin-top: -60px;
}
.christian-marriage .custom-entry-wrap .container-fluid.top-pane .hs_cos_wrapper_type_linked_image img.hs-image-widget {
  width: 100%;
}
.christian-marriage .christian-video-wrapper {
  margin-top: 17.990px;
  margin-bottom: 17.990px;
  margin-left: 40px;
  margin-right: 40px;
  width: calc(100% - 80px);
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.christian-marriage .christian-video-wrapper .christian-video {
  position: relative;
}
.christian-marriage figure.pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  border-top: 4px solid #555;
  border-bottom: 4px solid #555;
  margin-bottom: 1.75em;
  color: #555;
  font-size: 1em;
  line-height: 1.8em;
  background: none;
}
.christian-marriage figure.pullquote blockquote {
  margin: 1.313em 0;
  border: 1px solid #f2f2f2;
  border-left: 0;
  border-right: 0;
  padding: 1em 0;
  font-size: 171.4%;
  font-weight: 400;
  line-height: 1.3;
  color: #272727;
  background: transparent;
}
.christian-marriage figure.pullquote blockquote p {
  font-size: 1em;
  line-height: 1.8em;
  font-weight: 300;
}
.christian-marriage figure.pullquote blockquote cite:before {
  content: none !important;
}
.christian-marriage .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  padding: 5%;
  display: flex;
  flex-wrap: wrap;
}
.christian-marriage .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption strong {
  font-weight: 700;
}
.christian-marriage .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption {
  font-family: 'Merriweather',serif;
  order: 1;
}
.christian-marriage .hs_cos_gallery_main, 
.christian-marriage .hs_cos_gallery_thumbnails, 
.christian-marriage .hs_cos_gallery_lightbox {
  padding: 0;
  margin: 0;
}
.christian-marriage .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper > a {
  order: 2;
  width: 40px;
  height: 40px;
  display: block;
  background: rgba(0,0,0,.3);
  margin: auto;
  margin-top: 25px;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
.christian-marriage .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper > a:hover{
  background-color: rgba(0,0,0,.8) !important;
}

.christian-marriage .hs_cos_gallery_main .slick-slide {
  min-height: 540px;
}
.christian-marriage .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper > a img {
  margin: auto;
  display: block;
  width: auto;
  height: auto;
  margin-top: 5px;
}
.christian-marriage .hs_cos_gallery_main .slick-next {
  position: absolute;
  top: 50%;
  padding: 2px 0 !important;
  display: inline-block;
  margin-top: -20px !important;
  line-height: 30px !important;
  height: 40px !important;
  width: 30px !important;
  color: transparent !important;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
  background: rgba(0,0,0,.3) url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon_next.png) no-repeat center center !important;
  outline: 0;
  right: 10px;
  z-index: 21;
}
.christian-marriage .hs_cos_gallery_main .slick-prev {
  position: absolute;
  top: 50%;
  padding: 2px 0 !important;
  display: inline-block;
  margin-top: -20px !important;
  line-height: 30px !important;
  height: 40px !important;
  width: 30px !important;
  color: transparent !important;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
  background: rgba(0,0,0,.3) url(https://151312.fs1.hubspotusercontent-na1.net/hubfs/151312/raw_assets/public/TonyEvans_December2020/images/icon_prev.png) no-repeat center center !important;
  outline: 0;
  left: 10px;
  z-index: 21;
}
.christian-marriage .hs_cos_gallery_main .slick-prev:before,
.christian-marriage .hs_cos_gallery_main .slick-next:before {
  content: none;
}
.christian-marriage .hs_cos_gallery_main .slick-dots {
  margin: 0;
  position: absolute;
  line-height: 1;
}
.christian-marriage .hs_cos_gallery_main .slick-arrow:hover {
  background-color: rgba(0,0,0,.8) !important;
}
.christian-marriage .hs_cos_gallery_main .slick-dots li {
  margin: 0 3px !important;
  width: auto;
  height: auto;
}
.christian-marriage .hs_cos_gallery_main .slick-dots li button {
  padding: 0 !important;
  width: 10px;
  height: 10px;
}
.christian-marriage .hs_cos_gallery_main .slick-dots li button:before {
  font-size: 12px;
  width: auto;
  height: auto;
  line-height: 1;
  opacity: 1;
  color: rgba(0,0,0,0.2) !important;
}
.christian-marriage .hs_cos_gallery_main .slick-dots li:hover button:before {
  color: rgba(0,0,0,0.5) !important;
}
.christian-marriage .hs_cos_gallery_main .slick-dots li.slick-active button:before {
  color: rgba(0,0,0,0.5) !important;
}
.christian-marriage .hs_cos_wrapper_type_rich_text h1 {
  font-size: 180%;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px !important;
  margin-top: 26px;
  margin-bottom: 39px;
}
.christian-marriage .hs_cos_wrapper_type_rich_text h1:after {
  content: "";
  height: 2px;
  width: 60%;
  background: rgb(16,16,16);
  display: block;
  margin: auto;
  margin-top: 17px;
}
.christian-marriage .custom-entry-wrap .hs_cos_wrapper_type_rich_text h3 {line-height: 1.3;}
.christian-marriage .hs_cos_wrapper_type_rich_text strong {
  font-weight: 700;
}
.christian-marriage .hs_cos_wrapper_type_rich_text figure.video {margin-right: 36px !important;margin-left: 36px !important;}
.christian-marriage .hs_cos_wrapper_type_rich_text figure.video .hs-responsive-embed-wrapper.hs-responsive-embed {
  margin-top: 15px !important;
  margin-bottom: 6px !important;
}
.christian-marriage .hs_cos_wrapper_type_rich_text figure.video figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
  margin-top: .5em;
  max-height: 22px;
  margin-bottom: 1em;
}
.christian-marriage .custom-entry-wrap .container-fluid.main-content-wrap {
  padding-top: 61px;
}
.christian-marriage .custom-entry-wrap .container-fluid.bottom-pane {
  margin-bottom: 31px;
}


.study-the-bible .page-center .span1 {
  width: calc(22% - 13.33332%);
}
.study-the-bible .page-center .span2 {
  width: 13.33332%;
}
.study-the-bible .page-center .span3 {
  width: 22%;
}
.study-the-bible .page-center .span4 {
  width: 30.66666%;
}
.study-the-bible .page-center .span5 {
  width: calc(13.33332% + 22%);
}
.study-the-bible .page-center .span6 {
  width: 48%;
}
.study-the-bible .page-center .span7 {
  width: calc(30.66666% + 22%);
}
.study-the-bible .page-center .span8 {
  width: 65.33332%;
}
.study-the-bible .page-center .span9 {
  width: 74%;
}
.study-the-bible .page-center .span10 {
  width: 82.66666%;
}
.study-the-bible .page-center .span11 {
  width: calc(48% + 22% + 13.33332%);
}




.study-the-bible .page-center .span1,
.study-the-bible .page-center .span2,
.study-the-bible .page-center .span3,
.study-the-bible .page-center .span4,
.study-the-bible .page-center .span5,
.study-the-bible .page-center .span6,
.study-the-bible .page-center .span7,
.study-the-bible .page-center .span8,
.study-the-bible .page-center .span9,
.study-the-bible .page-center .span10,
.study-the-bible .page-center .span11 {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 4%;
  margin-left:0;
}
.study-the-bible .page-center .span1:last-child,
.study-the-bible .page-center .span2:last-child,
.study-the-bible .page-center .span3:last-child,
.study-the-bible .page-center .span4:last-child,
.study-the-bible .page-center .span5:last-child,
.study-the-bible .page-center .span6:last-child,
.study-the-bible .page-center .span7:last-child,
.study-the-bible .page-center .span8:last-child,
.study-the-bible .page-center .span9:last-child,
.study-the-bible .page-center .span10:last-child,
.study-the-bible .page-center .span11:last-child {
  margin-right: 0;
}


.study-the-bible .custom-entry-wrap .container-fluid.top-pane {
  margin-left: -60px;
  margin-right: -60px;
  margin-top: -60px;
}
.study-the-bible .custom-entry-wrap .container-fluid.top-pane .hs_cos_wrapper_type_linked_image img.hs-image-widget {
  width: 100%;
}
.study-the-bible .custom-entry-wrap .container-fluid.main-content-wrap {
  padding-top: 61px;
}
.study-the-bible .custom-entry-wrap blockquote p {
  font-size: inherit;
  line-height: 36px;
  font-weight: 300;
}
.study-the-bible .custom-entry-wrap h3 {
  line-height: 1.3;
}
.study-the-bible .christian-video {
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,.15);
  padding: 2.5%;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  margin-bottom: 1.313em;
}
.study-the-bible hr {
  margin-top: 40px;
}
.study-the-bible .container-fluid.bottom-pane h2 {
  margin: 1.1em 0 15px 0;
  font-family: 'Merriweather',serif;
  font-weight: 300;
  line-height: 36px;
  margin-top: 24px;
  text-transform: uppercase;
  letter-spacing: 2px !important;
  font-size: 150%;
}
.study-the-bible .container-fluid.bottom-pane img.hs-image-widget {
  margin-bottom: 34px;
}
.study-the-bible .container-fluid.bottom-pane {
  margin-bottom: 47px;
}






@media (max-width: 991px) and (min-width:768px){
  .racial-unity-resources .custom-entry-wrap h3,
  .study-the-bible .container-fluid.bottom-pane h2{
    word-break: break-word;
    font-size: 20px;
  }
}
@media (max-width: 767px){
  .home-page .bottom-content .page-center .span1,
  .home-page .bottom-content .page-center .span2,
  .home-page .bottom-content .page-center .span3,
  .home-page .bottom-content .page-center .span4,
  .home-page .bottom-content .page-center .span5,
  .home-page .bottom-content .page-center .span6,
  .home-page .bottom-content .page-center .span7,
  .home-page .bottom-content .page-center .span8,
  .home-page .bottom-content .page-center .span9,
  .home-page .bottom-content .page-center .span10,
  .home-page .bottom-content .page-center .span11,
  .racial-unity-resources .page-center .span1,
  .racial-unity-resources .page-center .span2,
  .racial-unity-resources .page-center .span3,
  .racial-unity-resources .page-center .span4,
  .racial-unity-resources .page-center .span5,
  .racial-unity-resources .page-center .span6,
  .racial-unity-resources .page-center .span7,
  .racial-unity-resources .page-center .span8,
  .racial-unity-resources .page-center .span9,
  .racial-unity-resources .page-center .span10,
  .racial-unity-resources .page-center .span11,
  .christian-marriage .page-center .span1,
  .christian-marriage .page-center .span2,
  .christian-marriage .page-center .span3,
  .christian-marriage .page-center .span4,
  .christian-marriage .page-center .span5,
  .christian-marriage .page-center .span6,
  .christian-marriage .page-center .span7,
  .christian-marriage .page-center .span8,
  .christian-marriage .page-center .span9,
  .christian-marriage .page-center .span10,
  .christian-marriage .page-center .span11,
  .study-the-bible .page-center .span1,
  .study-the-bible .page-center .span2,
  .study-the-bible .page-center .span3,
  .study-the-bible .page-center .span4,
  .study-the-bible .page-center .span5,
  .study-the-bible .page-center .span6,
  .study-the-bible .page-center .span7,
  .study-the-bible .page-center .span8,
  .study-the-bible .page-center .span9,
  .study-the-bible .page-center .span10,
  .study-the-bible .page-center .span11{
    width:100%
  }
  .racial-unity-resources .custom-entry-wrap h3 {
    margin-top: 63px;
  }
  .christian-marriage .custom-entry-wrap .container-fluid.top-pane {
    margin-left: -36px;
    margin-right: -36px;
    margin-top: -36px;
  }
  .christian-marriage .custom-entry-wrap .container-fluid.main-content-wrap {
    padding-top: 37px;
  }
  .study-the-bible .custom-entry-wrap .container-fluid.top-pane {
    margin-top: -36px;
    margin-left: -36px;
    margin-right: -36px;
  }

  .study-the-bible .custom-entry-wrap .container-fluid.main-content-wrap {
    padding-top: 37px;
  }
  .christian-marriage .hs_cos_wrapper_type_rich_text h1 {
    margin-top: 25px;
    line-height: 1.2;
  }
  .christian-marriage .hs_cos_wrapper_type_rich_text h1:after {
    margin-top: 15px;
  }
  .christian-marriage .custom-entry-wrap .container-fluid.bottom-pane .widget-type-rich_text {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}
@media (max-width: 480px){

  .christian-marriage .custom-entry-wrap .container-fluid.top-pane {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
  }
  .christian-marriage .custom-entry-wrap .container-fluid.main-content-wrap {
    padding-top: 26px;
  }
  .study-the-bible .custom-entry-wrap .container-fluid.top-pane {
    margin-top: -25px;
    margin-left: -25px;
    margin-right: -25px;
  }

  .study-the-bible .custom-entry-wrap .container-fluid.main-content-wrap {
    padding-top: 26px;
  }
}

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

.searchsubmit {background-color:#238a89 !important; width:40px !important; height:34px !important; margin-left:5px; line-height: 14px; text-align:center; float:right; color:#ffffff; text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5); border-radius: .25em; border-width:0px !important; vertical-align:center; height:43px; font-size:16px;}
input.searchsubmit {background-color:#238a89 !important; border-width:0px !important;}
input.searchsubmit:hover {background-color:#238a89 !important;}
.serarchform input[type=submit] {background;#238a89; border-width:0px;}
.searchsubmit:hover {background-color:#67d5d6;}
form.searchform.clearfix {padding-top:15px !important;}

.searchform {height:43px; margin-top:0px; margin-left:0px; float:left !important;}
.searchform {margin-top:40px; float:left !important;}
.searchform fieldset {border:0;}

.searchform input.s {max-width:120px; font-size: 13px; color:#555; height:2.65em; float:left !important;}

.header {
  background-color: #F8FAFC;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.header-search button svg {
  display: none;
}
.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

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

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

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

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

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

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

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

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

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

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

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

/* Styles for the Language Switcher Component */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header {
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
}

.custom-container:not(.custom-row):not(.custom-grid):before, .custom-container:not(.custom-row):not(.custom-grid):after {
  content: " ";
  display: table;
  width: 0;
}


.custom-navbar {
  position: relative;
  overflow: visible;
  z-index: 1030;
}

.custom-navbar {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,.135);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


.custom-navbar {
  background-color: transparent;
}

a.mobile-trigger {
  display: none;
}
.header-logo{
  margin-top: 0px;
  font-family: "Montserrat",sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  color: #25293b;
}

.header-logo {
  display: block;
  float: left;
  line-height: 1;
  text-decoration: none;
}


.header-logo img {
  width: 238px !important;
}

.custom-header-right {
  overflow: visible!important;
  z-index: 100;
  position: relative;
  text-align: right;
  float: right;
  margin-top: 20px;
}

.custom-header-right>div {
  text-align: left;
  display: inline-block;
  vertical-align: bottom;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  margin: 0 5px 0 1px;
}
.header-login a {
  box-sizing: border-box;
  vertical-align: top;
  line-height: 1.3em;
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  position: relative;
  text-align: right;
  border: none;
  box-shadow: none;
}

.header-search {}

.header-search input.hs-search-field__input {
  font-family: "Montserrat",sans-serif;
  display: inline-block;
  height: 2.65em;
  margin-bottom: 9px;
  border: 1px solid #ddd;
  padding: 0 .65em;
  font-size: 13px;
  line-height: normal;
  color: #555;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  width: 140px;
}
.custom-desktop-trigger i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
.header-search form {
  margin: 0 0 1.313em;
  height: 43px;
  margin-top: 8px;
  margin-left: 10px;
  font-family: "Montserrat",sans-serif;
}

.header-search  button {
  display: inline-block;
  position: relative;
  border: 1px solid #ac1100;
  border-radius: 0;
  padding: .563em 1.125em .813em;
  cursor: pointer;
  font-size: 16px;
  font-weight: inherit;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #ff2a13;
  transition: all .15s linear;
  font-family: "Montserrat",sans-serif;
  color: #ffffff;
  border-color: hsla(179,60%,34%,0);
  background-color: rgb(35,138,137);
  text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
  border-radius: 0.25em;
  height: 34px !important;
  margin-left: 5px;
  line-height: 14px;
  text-align: center;
  float: right;
}

.header-search button:before {content: "Go";}

.header-search button>span {
  display: none;
}

.header-search input.hs-search-field__input:focus {
  border-color: rgba(0,0,0,.3);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.2);
  outline: 0;
}

.header-search button:hover {
  color: #ffffff;
  border-color: hsla(179,60%,34%,0);
  background-color: rgb(109,214,214);
  text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
}
.custom-header-right .hs-search-field__bar {
  margin-bottom: -20px;
}

.custom-header-btn {}

.custom-header-btn a.hs-button {
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  position: relative;
  text-align: right;
  border: none;
  box-shadow: none;
  height: auto;
  width: auto;
  max-height: none;
  min-height: 0;
  color: #ffffff;
  background-color: #ba5036;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 0;
  line-height: 1.3em;
  font-size: 14px;
  font-weight: 300;
  text-shadow: none;
  transition: none;
}


.custom-menu-primary {
  position: relative;
}
.custom-header-btn a:hover {
  background-color: #e15d3d;
  padding-right: 20px;
  padding-left: 20px;
}
.custom-desktop-trigger {
  box-sizing: border-box;
  vertical-align: top;
  line-height: 1.3em;
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  position: relative;
  text-align: right;
  border: 0;
  box-shadow: none;
  padding-right: 25px;
  cursor: pointer;
  z-index: 9;
}
.custom-menu-primary:hover nav.navigation-primary {
  opacity: 1;
  visibility: visible;
}
.custom-menu-primary:hover nav.navigation-primary:before {content: "";height: 20px;position: absolute;width: calc(100% + 20px);top: -20px;background: #EFEFEF;left: -15px;}
.taptap-menu-button-wrapper {
  position: fixed;
  z-index: 999999;
  top: 10px;
  left: 15px;
  right: auto;
  width: 40px;
  height: 45px;
  cursor: pointer;
  -webkit-transition: opacity .2s ease .3s,top 0s ease .3s;
  -moz-transition: opacity .2s ease .3s,top 0s ease .3s;
  transition: opacity .2s ease .3s,top 0s ease .3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: absolute;
  top: 24px;
  right: 40px;
  left: auto;
}

.taptap-main-menu-button {
  padding: 6px 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease
}

.taptap-main-menu-button:before,.taptap-main-menu-button div.taptap-main-menu-button-middle:before,.taptap-main-menu-button:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  margin: 7px 0;
  background-color: #999;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease
}

.taptap-main-menu-button-two {
  padding: 6px 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease
}

.taptap-main-menu-button-two:before,.taptap-main-menu-button-two div.taptap-main-menu-button-two-middle:before,.taptap-main-menu-button-two:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  margin: 7px 0;
  background-color: #999;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease
}

.taptap-main-menu-button-two div.taptap-main-menu-button-two-middle:before {
  width: 25px;
  margin-left: 5px
}

.taptap-main-menu-button-two:after {
  width: 20px;
  margin-left: 10px
}

.taptap-main-menu-button-three {
  padding: 6px 7px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease
}

.taptap-main-menu-button-three:before,.taptap-main-menu-button-three div.taptap-main-menu-button-three-middle:before,.taptap-main-menu-button-three:after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  margin: 7px 0;
  background-color: #999;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease
}

.taptap-main-menu-button-three div.taptap-main-menu-button-three-middle:before {
  width: 20px
}
.taptap-main-menu-button:before, .taptap-main-menu-button div.taptap-main-menu-button-middle:before, .taptap-main-menu-button:after, .taptap-main-menu-button-two:before, .taptap-main-menu-button-two div.taptap-main-menu-button-two-middle:before, .taptap-main-menu-button-two:after, .taptap-main-menu-button-three:before, .taptap-main-menu-button-three div.taptap-main-menu-button-three-middle:before, .taptap-main-menu-button-three:after, .taptap-main-menu-button-four:before, .taptap-main-menu-button-four div.taptap-main-menu-button-four-middle:before, .taptap-main-menu-button-four:after, .taptap-main-menu-button-five:before, .taptap-main-menu-button-five div.taptap-main-menu-button-five-middle:before, .taptap-main-menu-button-five:after, .taptap-main-menu-button-six:before, .taptap-main-menu-button-six:after {
  background-color: #383838;
}
.custom-navbar-inner {
  min-height: 90px;
}

.mobile-open .hs-content-name-home header {
  background-color: transparent;
  position: relative;
  z-index: 9999;
}
header .hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
  position: absolute;
  background: #fff;
}

header .hs-search-field--open .hs-search-field__suggestions a {
  padding: 5px 10px;
  line-height: 1.4;
}
.header-search input.hs-search-field__input:-moz-placeholder {
  color: #555;
}
.header-search input.hs-search-field__input::-webkit-input-placeholder {
  color: #555;
}
@media (min-width:981px) {
  .taptap-menu-button-wrapper{
    display: none;
  }
}


/* Tablet Styles */




@media (max-width:980px) {
  .custom-header-right div.custom-menu-primary {
    display: none;
  }
  .custom-header-right>div{
    display: none;
  }
  .custom-desktop-trigger {
    display: none;
  }
  a.mobile-trigger {
    display: block;
  }
  .mobile-open .hs-content-name-home header {
    position: fixed;
    width: 100%;
  }
  .custom-navbar-inner {
    overflow: hidden;
  }
  .custom-menu-primary-mobile-overlay {
    display: block !important;
    position: fixed;
    z-index: 99997;
    top: -1000%;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    background-color: #000;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity .5s ease,top 0s ease .5s;
    -moz-transition: opacity .5s ease,top 0s ease .5s;
    transition: opacity .5s ease,top 0s ease .5s;
    z-index: 998;
  }

  .custom-mobile-open .custom-menu-primary-mobile-overlay {
    top: 0;
    opacity: .5;
    -webkit-transition: opacity .5s ease,top 0s ease 0s;
    -moz-transition: opacity .5s ease,top 0s ease 0s;
    transition: opacity .5s ease,top 0s ease 0s;
  }
  .custom-menu-primary-mobile-color {
    display: block !important;
    position: fixed;
    z-index: 99998;
    top: -1000%;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    background-color: #181e23;
    -webkit-transform: translate3d(0,0,0);
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .5s ease,top 0s ease .5s;
    -moz-transition: -moz-transform .5s ease,top 0s ease .5s;
    transition: transform .5s ease,top 0s ease .5s;
    z-index: 997;
  }

  .custom-mobile-open .custom-menu-primary-mobile-color {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .5s ease,top 0s ease 0s;
    -moz-transition: -moz-transform .5s ease,top 0s ease 0s;
    transition: transform .5s ease,top 0s ease 0s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.75);
  }
}


@media (max-width: 980px) and (min-width: 768px){
  header.custom-header .custom-container {
    width: 100% !important;
    margin: 0px 0px 0px 0px !important;
    max-width: 100% !important;
    padding: 0px 40px;
  }
}
@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }


  header .custom-container.max.width {
    width: 100% !important;
    margin: 0px 0px 0px 0px !important;
    max-width: 100% !important;
    padding: 0px 20px;
  }
  .header-logo {
    margin-top: 15px;
    width: 160px;
  }
  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

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

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

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

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

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

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

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

  .header__column {
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header__close--toggle.show {
    display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  text-align: center;
}
.footer__container {
  padding: 1rem;
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}

footer {
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
}
.custom-colophon.top {
  border-top: 1px solid #d4d4d4;
  padding: 5% 0 5.25%;
  box-shadow: 0 -0.125em 0.25em 0 rgba(0,0,0,.075);
}
.custom-colophon {
  position: relative;
}

.custom-colophon.bottom {
  border-top: 1px solid #e0e0e0;
  border-top: 1px solid rgba(0,0,0,.085);
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,.8);
}

[data-x-icon], [data-x-icon-o], [data-x-icon-l], [data-x-icon-s], [data-x-icon-b], [data-x-fa-pro-icon], [class*="cs-fa-"] {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-colophon.bottom {
  padding: 10px 0;
  font-size: 10px;
  text-align: center;
  color: #7a7a7a;
}
.footer-copyright {
  margin: 1.1em 0 15px 0;
  line-height: 30px;
  font-family: "Montserrat",sans-serif;
}
.custom-colophon.bottom {
  background-color: #f9f9f9;
}
.custom-colophon.bottom .custom-colophon-content {
  margin: 30px 0 10px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.3;
}
.custom-colophon-content.footer-copyright>div {
  margin: 1.1em 0 15px 0;
  line-height: 30px;
  font-family: "Montserrat",sans-serif;
}
.custom-colophon.bottom .custom-nav {
  margin: 10px 0;
  line-height: 1.3;
}
footer.custom-footer h4 {
  margin: 0 0 .5em;
  font-size: 150%;
  line-height: 1;
}
footer p {
  margin: 1.1em 0 15px 0;
  line-height: 30px;
  margin-bottom: 0;
  font-family: "Montserrat",sans-serif;
}

.custom-colophon.bottom .custom-nav li a {
  display: block;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-menu {}

.footer-menu .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 10px 0;
  justify-content: center;
}

.footer-menu .hs-menu-wrapper ul li {
  margin: 0;
  margin: 0 .5em;
  display: inline-block;
}

.footer-menu .hs-menu-wrapper ul li a {
  padding: 0;
  display: block;
  color: rgb(35,138,137);
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.3;
  font-family: "Montserrat",sans-serif;
}

.footer-menu .hs-menu-wrapper ul li a:hover{
  color: rgb(109,214,214);
}
.x-scroll-top i.x-icon-angle-up {
    font-family: "FontAwesome2" !important;
}
.fade.in {
    opacity: 1;
}

.fade {
    opacity: 0;
    transition: opacity .3s ease;
}
.x-scroll-top {
    position: fixed;
    z-index: 10000;
    bottom: 10px;
    width: 35px;
    height: 35px;
    margin-bottom: -75px;
    border: 2px solid #272727;
    font-size: 25px;
    line-height: 27px;
    text-align: center;
    color: #272727;
    border-radius: 100%;
    -webkit-transition: margin-bottom .6s ease,opacity .3s ease;
    transition: margin-bottom .6s ease,opacity .3s ease
}

.x-scroll-top.in {
    margin-bottom: 0;
    opacity: .375
}

.x-scroll-top.in:hover {
    opacity: .825
}
.x-scroll-top.in:hover {
    opacity: .825;
}
.x-scroll-top.left {
    left: 10px
}

.x-scroll-top.right {
    right: 10px
}

.x-scroll-top:hover {
    color: #272727
}

@media (max-width: 979px){
  .custom-colophon.top {
    padding: 6.5% 0;
  }

}
/* ******************************************************************************
*********************************************************************************
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;
  padding: 0 20px;
  margin: 0 auto;
}

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

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

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {

}

.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post {
    width: 50%;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {

}
.blog-index__post-content--small h2 {

}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}
.blog-listing .blog-index__post-content p {
  font-family: 'Merriweather',serif;
  font-weight: 300;
  line-height: 36px;
  margin-top: 24px;
}

a.more-link3 {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  color: #5472d2;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  background-color: #f4524d;
  margin-bottom: 21.73913043px;
  margin-top: 15px;
  border-radius: 5px;
}
a.more-link3:hover {
  color: #f7f7f7;
  background-color: #f23630;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

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

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

.blog-recent-posts {
  margin-top: 0;
  background-color: transparent !important;
  padding: 0;
}
.blog-recent-posts h2 {

}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}

.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 #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
.blog-listing aside.custom-sidebar.right ul.no-list.hs-error-msgs li {
  padding: 0;
  border: 0;
  margin: 0;
}
div#recent-posts-2 ul {
  margin-top: 0;
}
.blog-listing aside.custom-sidebar.right ul.no-list.hs-error-msgs {
  border: 0;
}
.blog-listing aside.custom-sidebar.right h3:empty {
  display: none;
}
.blog-listing-2 .entry-content p {
  font-family: 'Merriweather',serif;
  font-weight: 300;
  line-height: 36px;
  margin-top: 24px;
}
.blog-listing .custom-sidebar .widget p {
  margin-top: 1.1em;
}
.blog-index__post-content a.more-link {
  color: rgb(16,16,16);
}
.custom-pagination a.current{
  background-color: rgb(35,138,137);
  text-shadow: 0 1px 2px rgba(0,0,0,.65);
  color: #fff !important;
  box-shadow: inset 0 0.1em 0.35em rgba(0,0,0,.65), 0 1px 0 0 rgba(255,255,255,.95);
}
.blog-listing a.entry-thumb {
  background-color: rgba(61,61,61,0.14) !important;
  display: block;
}
.blog-listing a.entry-thumb:hover img {
  opacity: 0.15;
}
.blog-listing .entry-featured img {
  -webkit-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
}

.blog-listing-2 .entry-content > p:last-child {
  margin-bottom: 0;
}
/* a.more-link3 {
text-transform: uppercase;
} */
p.p-landmark-sub.tag-content {
  font-family: "Montserrat",sans-serif;
}
.x-nav-articles [data-x-icon-s] {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}
/*             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 {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}
.blog-index__post-inner-card {
  box-shadow: none !important;
  background-color: #f9f9f9
}
.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
  box-sizing: border-box;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.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 {

}

.blog-index__post-content--small h2 a:hover {

}

.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;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             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 {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

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

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

.blog-sidebar .filter-link-count {
  display: none;
}

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

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.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;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .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;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.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;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

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

.custom-header-landmark {
  margin: 34px auto 0;
  text-align: center;
}

h1.h-landmark {
  letter-spacing: 1px;
}

.h-landmark {
  overflow: hidden;
  margin: 0;
  padding-bottom: 8px;
  letter-spacing: -3px;
  line-height: 1;
}


.h-landmark span {
  display: inline-block;
  position: relative;
}



.h-landmark span:before, .h-landmark span:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 275%;
  display: block;
  background-color: #e1e1e1;
  background-color: rgba(0,0,0,.1);
  box-shadow: 0 1px 0 0 rgba(255,255,255,.795);
}

.h-landmark span:before {
  right: 100%;
  margin-right: .5em;
}


.h-landmark span:after {
  left: 100%;
  margin-left: .5em;
}

.p-landmark-sub, .p-meta, input, button, select, textarea {
  font-family: "Montserrat",sans-serif;
}

.p-landmark-sub {
  margin: 5px 0 0;
  padding: 0 5%;
  font-size: 24px;
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  letter-spacing: -1px;
  line-height: 1.3;
}


.hentry:first-child {
  margin-top: 0;
}

.hentry {
  margin-top: 4em;
}


.entry-featured {
  position: relative;
  box-shadow: 4px 2px 4px -4px rgba(0,0,0,.135), -4px 2px 4px -4px rgba(0,0,0,.135);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


.mbn, .mvn, .man {
  margin-bottom: 0 !important;
}

.mtn, .mvn, .man {
  margin-top: 0 !important;
}
.custom-video {
  margin-bottom: 1.313em;
}



.entry-wrap {
  display: block;
  padding: 60px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,.135);
}

.entry-header, .entry-content {
  font-size: 1.285rem;
}


.entry-title {
  margin: 0;
  font-size: 250%;
  line-height: 1.05;
  word-break: break-word; 
}


.entry-content:after {
  clear: both;
}

.entry-content:before, .entry-content:after {
  content: " ";
  display: table;
  width: 0;
}


.more-link {
  display: inline-block;
  margin: 0;
  font-weight: 700;
  font-size: 128.5%;
  line-height: 1.4;
}


.entry-footer {
  margin-top: .325em;
}


.entry-footer a {
  display: inline-block;
  float: left;
  position: relative;
  margin: .615em .615em 0 0;
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,.125);
  padding: .692em 1.154em .769em;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  color: #c5c5c5;
  color: rgba(0,0,0,.375);
  background-color: transparent;
  border-radius: .35em;
  box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 1px 1px rgba(255,255,255,.95);
  -webkit-transition: color .3s ease,border-color .3s ease,background-color .3s ease,box-shadow .3s ease;
  transition: color .3s ease,border-color .3s ease,background-color .3s ease,box-shadow .3s ease;
  font-family: "Montserrat",sans-serif;
}
header.entry-header {
  background: transparent;
}
.entry-featured img {
  width: 100%;
}
.custom-header-landmark.custom-container{
  font-size: 14px;
}
.blog-listing aside.custom-sidebar.right {
  font-size: 14px;
}
.blog-listing p {
  font-family: "Montserrat",sans-serif;
  line-height: 1.7;
}
.blog-listing{
  font-family: "Montserrat",sans-serif;
  line-height: 1.7;
}

.entry-footer a:hover {
  color: #777;
  color: rgba(0,0,0,.75);
  border-color: #cfcfcf;
  border-color: rgba(0,0,0,.25);
  background-color: #fff;
  background-color: #fff;
  color: rgb(16,16,16);
}
.blog-listing aside.custom-sidebar .field {
  margin: 0;
}
.cf:after {
  clear: both;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
  width: 0;
}
.blog-listing .custom-sidebar .widget {
  margin-top: 2.75em;
  text-shadow: 0 1px 0 rgba(255,255,255,.95);
}
.blog-listing aside.custom-sidebar input.hs-button.primary.large {
  line-height: 12px;
  padding: 10px 12px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: inherit;
}

.blog-listing aside.custom-sidebar .hs-input {
  display: inline-block;
  height: 2.65em;
  margin-bottom: 9px;
  border: 1px solid #ddd;
  padding: 0 .65em;
  font-size: 13px;
  line-height: normal;
  color: #555;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 9px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  background: transparent;
}

.blog-listing aside.custom-sidebar .field {
  margin: 0;
}

.blog-listing aside.custom-sidebar input.hs-button.primary.large {
  line-height: 12px;
  padding: 10px 12px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: inherit;
}


.blog-listing .custom-sidebar input.hs-search-field__input {
  display: inline-block;
  height: 2.65em;
  margin-bottom: 9px;
  border: 1px solid #ddd;
  padding: 0 .65em;
  font-size: 13px;
  line-height: normal;
  color: #555;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  font-family: "Montserrat",sans-serif;
  width: 100%;
  margin-bottom: 0;
  padding-left: 30px;
}
.blog-listing .custom-sidebar input.hs-search-field__input::-webkit-input-placeholder {
  font-size: 15px;
  color: #555 !important;
}




.blog-listing .custom-sidebar .hs-search-field__bar form:before {
  content: "\f002";
  position: absolute;
  left: 12px;
  bottom: 50%;
  display: block;
  margin-bottom: -6px;
  font-size: 12px;
  line-height: 1;
  text-decoration: inherit;
  text-shadow: none;
  color: #272727;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-listing aside.custom-sidebar .hs-input:focus,
.blog-listing .custom-sidebar input.hs-search-field__input:focus{
  border-color: rgba(0,0,0,.3);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.2);
  outline: 0;
}

.widget {
  text-shadow: 0 1px 0 rgba(255,255,255,.95)
}

.widget .h-widget:before,.widget .h-widget:after {
  opacity: .35
}

.widget a:before,.widget a:after {
  line-height: 1;
  text-decoration: inherit;
  opacity: .35;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.widget p:last-child,.widget ul:last-child,.widget ol:last-child {
  margin-bottom: 0
}

.widget ul,.widget ol {
  overflow: hidden;
  margin-left: 0;
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,.1);
  list-style: none;
  border-radius: 6px;
  background-color: rgba(0,0,0,0);
  box-shadow: 0 1px 1px rgba(255,255,255,.95)
}

.widget ul li,.widget ol li {
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: .65em .85em;
  line-height: 1.5;
  box-shadow: 0 1px 1px rgba(255,255,255,.95);
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease
}

.widget ul li:hover,.widget ol li:hover {
  background-color: #fff
}

.widget ul li a,.widget ol li a {
  border-bottom: 1px dotted;
  color: #7a7a7a
}

.widget ul li a:hover,.widget ol li a:hover {
  color: #ff2a13
}

.widget ul li:last-child,.widget ol li:last-child {
  border-bottom: 0
}
.blog-listing .custom-sidebar form {
  position: relative;
  margin-bottom: 0;
  line-height: 1;
}
.widget select {
  width: 100%
}
.custom-breadcrumb-wrap a:hover, .widget ul li a:hover, .widget ol li a:hover, .widget.widget_text ul li a,
.widget.widget_text ol li a, .widget_nav_menu .current-menu-item > a, .custom-accordion-heading .custom-accordion-toggle:hover,
.custom-comment-author a:hover, .custom-comment-time:hover, .custom-recent-posts a:hover .h-recent-posts {
  color: rgb(35,138,137);
}
.widget ul li a, .widget ol li a, .x-comment-time {
  color: rgb(16,16,16);
}
.blog-listing .custom-sidebar input.hs-search-field__input::-webkit-input-placeholder {
  color: #555 !important; 
  font-size: 15px;
}
.widget.widget_recent_entries li {
  padding: 1.4em;
  font-size: 81.25%;
}

.widget.widget_recent_entries li a {
  display: block;
  border-bottom: 0 !important;
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 135.7%;
  font-weight: 400;
  line-height: 1.2;
}
.blog-listing .custom-sidebar input.hs-search-field__input:-moz-placeholder {
  color: #555 !important;  
  font-size: 15px;
}

.blog-listing .custom-sidebar input.hs-search-field__input::-moz-placeholder {
  color: #555 !important; 
  font-size: 15px;
}

.blog-listing .custom-sidebar input.hs-search-field__input:-ms-input-placeholder {
  color: #555 !important;
  font-size: 15px;
}

.custom-pagination {
  margin: 40px 0 0;
  height: 32px;
  text-align: center
}

.custom-pagination ul {
  display: inline-block;
  margin: 0
}

.custom-pagination li {
  display: inline
}

.custom-pagination a,.custom-pagination span {
  float: left;
  font-family: "Montserrat",sans-serif;
  margin: 0 .35em;
  width: 32px;
  height: 32px;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255,255,255,.85);
  color: #bababa;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 0 0 rgba(0,0,0,0),0 .1em .45em 0 rgba(0,0,0,.25)
}

.custom-pagination a:hover {
  color: #7a7a7a
}

@media (max-width: 767px) {
  .custom-pagination a.prev,.custom-pagination a.next,.custom-pagination a.prev-next {
    display:none
  }
}

.custom-pagination span.current {
  text-shadow: 0 1px 2px rgba(0,0,0,.65);
  color: #fff;
  background-color: #ff2a13;
  box-shadow: inset 0 .1em .35em rgba(0,0,0,.65),0 1px 0 0 rgba(255,255,255,.95)
}

.custom-pagination span.pages {
  display: none
}
span#hs_cos_wrapper_post_body p {
  font-family: 'Merriweather',serif;
  font-weight: 300;
  line-height: 36px;
  margin-top: 24px;
}
.custom-pagination span.dots,.custom-pagination span.expand {
  margin: 0;
  width: 20px;
  color: #272727;
  background-color: transparent;
  box-shadow: none
}
.custom-breadcrumbs{
  float: left;
  width: 85%;
}
.blog-listing .custom-sidebar .widget:first-child {
  margin-top: 0;
}
.x-nav-articles {
  float: right;
  width: 10%;
  text-align: right
}
.x-breadcrumb-wrap a{
  color: #25293b;
}
.x-breadcrumb-wrap a:hover{
  color: rgb(35,138,137);
}


.swp_social_panel.swp_default_full_color a,html body .swp_social_panel.swp_individual_full_color .nc_tweetContainer:hover a,body .swp_social_panel.swp_other_full_color:hover a {
  color: white
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_blogger,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_blogger:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_blogger:not(:hover) {
  border: 1px solid #ff5722
}

.swp_social_panel.swp_default_full_color .swp_blogger,html body .swp_social_panel.swp_individual_full_color .swp_blogger:hover,body .swp_social_panel.swp_other_full_color:hover .swp_blogger {
  background: #ff5722;
  border: 1px solid #ee3900
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_blogger,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_blogger:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_blogger {
  border-bottom: 3px solid #ee3900
}

.swp_social_panel.swp_default_color_outlines .swp_blogger a,html body .swp_social_panel.swp_individual_color_outlines .swp_blogger a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_blogger a {
  color: #ff5722
}

.swp_social_panel.swp_default_color_outlines .swp_blogger,html body .swp_social_panel.swp_individual_color_outlines .swp_blogger:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_blogger {
  background: transparent;
  border: 1px solid #ff5722
}

.swp-blogger {
  background: #ff5722;
  border-color: #ee3900
}

.swp-blogger a {
  color: #ff5722
}

.swp-blogger a:hover {
  background: #ee3900;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_buffer,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_buffer:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_buffer:not(:hover) {
  border: 1px solid #323b43
}

.swp_social_panel.swp_default_full_color .swp_buffer,html body .swp_social_panel.swp_individual_full_color .swp_buffer:hover,body .swp_social_panel.swp_other_full_color:hover .swp_buffer {
  background: #323b43;
  border: 1px solid #1c2126
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_buffer,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_buffer:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_buffer {
  border-bottom: 3px solid #1c2126
}

.swp_social_panel.swp_default_color_outlines .swp_buffer a,html body .swp_social_panel.swp_individual_color_outlines .swp_buffer a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_buffer a {
  color: #323b43
}

.swp_social_panel.swp_default_color_outlines .swp_buffer,html body .swp_social_panel.swp_individual_color_outlines .swp_buffer:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_buffer {
  background: transparent;
  border: 1px solid #323b43
}

.swp-buffer {
  background: #323b43;
  border-color: #1c2126
}

.swp-buffer a {
  color: #323b43
}

.swp-buffer a:hover {
  background: #1c2126;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_ello,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_ello:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_ello:not(:hover) {
  border: 1px solid #000
}

.swp_social_panel.swp_default_full_color .swp_ello,html body .swp_social_panel.swp_individual_full_color .swp_ello:hover,body .swp_social_panel.swp_other_full_color:hover .swp_ello {
  background: #000;
  border: 1px solid #000
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_ello,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_ello:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_ello {
  border-bottom: 3px solid #000
}

.swp_social_panel.swp_default_color_outlines .swp_ello a,html body .swp_social_panel.swp_individual_color_outlines .swp_ello a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_ello a {
  color: #000
}

.swp_social_panel.swp_default_color_outlines .swp_ello,html body .swp_social_panel.swp_individual_color_outlines .swp_ello:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_ello {
  background: transparent;
  border: 1px solid #000
}

.swp-ello {
  background: #000;
  border-color: #000
}

.swp-ello a {
  color: #000
}

.swp-ello a:hover {
  background: #000;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_email,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_email:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_email:not(:hover) {
  border: 1px solid #6bcce9
}

.swp_social_panel.swp_default_full_color .swp_email,html body .swp_social_panel.swp_individual_full_color .swp_email:hover,body .swp_social_panel.swp_other_full_color:hover .swp_email {
  background: #6bcce9;
  border: 1px solid #3fbde2
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_email,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_email:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_email {
  border-bottom: 3px solid #3fbde2
}

.swp_social_panel.swp_default_color_outlines .swp_email a,html body .swp_social_panel.swp_individual_color_outlines .swp_email a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_email a {
  color: #6bcce9
}

.swp_social_panel.swp_default_color_outlines .swp_email,html body .swp_social_panel.swp_individual_color_outlines .swp_email:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_email {
  background: transparent;
  border: 1px solid #6bcce9
}

.swp-email {
  background: #6bcce9;
  border-color: #3fbde2
}

.swp-email a {
  color: #6bcce9
}

.swp-email a:hover {
  background: #3fbde2;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_evernote,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_evernote:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_evernote:not(:hover) {
  border: 1px solid #2dbe60
}

.swp_social_panel.swp_default_full_color .swp_evernote,html body .swp_social_panel.swp_individual_full_color .swp_evernote:hover,body .swp_social_panel.swp_other_full_color:hover .swp_evernote {
  background: #2dbe60;
  border: 1px solid #23954b
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_evernote,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_evernote:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_evernote {
  border-bottom: 3px solid #23954b
}

.swp_social_panel.swp_default_color_outlines .swp_evernote a,html body .swp_social_panel.swp_individual_color_outlines .swp_evernote a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_evernote a {
  color: #2dbe60
}

.swp_social_panel.swp_default_color_outlines .swp_evernote,html body .swp_social_panel.swp_individual_color_outlines .swp_evernote:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_evernote {
  background: transparent;
  border: 1px solid #2dbe60
}

.swp-evernote {
  background: #2dbe60;
  border-color: #23954b
}

.swp-evernote a {
  color: #2dbe60
}

.swp-evernote a:hover {
  background: #23954b;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_facebook,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_facebook:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_facebook:not(:hover) {
  border: 1px solid #1877f2
}

.swp_social_panel.swp_default_full_color .swp_facebook,html body .swp_social_panel.swp_individual_full_color .swp_facebook:hover,body .swp_social_panel.swp_other_full_color:hover .swp_facebook {
  background: #1877f2;
  border: 1px solid #0b5fcc
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_facebook,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_facebook:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_facebook {
  border-bottom: 3px solid #0b5fcc
}

.swp_social_panel.swp_default_color_outlines .swp_facebook a,html body .swp_social_panel.swp_individual_color_outlines .swp_facebook a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_facebook a {
  color: #1877f2
}

.swp_social_panel.swp_default_color_outlines .swp_facebook,html body .swp_social_panel.swp_individual_color_outlines .swp_facebook:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_facebook {
  background: transparent;
  border: 1px solid #1877f2
}

.swp-facebook {
  background: #1877f2;
  border-color: #0b5fcc
}

.swp-facebook a {
  color: #1877f2
}

.swp-facebook a:hover {
  background: #0b5fcc;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_flickr,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_flickr:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_flickr:not(:hover) {
  border: 1px solid #ff0084
}

.swp_social_panel.swp_default_full_color .swp_flickr,html body .swp_social_panel.swp_individual_full_color .swp_flickr:hover,body .swp_social_panel.swp_other_full_color:hover .swp_flickr {
  background: #ff0084;
  border: 1px solid #cc006a
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_flickr,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_flickr:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_flickr {
  border-bottom: 3px solid #cc006a
}

.swp_social_panel.swp_default_color_outlines .swp_flickr a,html body .swp_social_panel.swp_individual_color_outlines .swp_flickr a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_flickr a {
  color: #ff0084
}

.swp_social_panel.swp_default_color_outlines .swp_flickr,html body .swp_social_panel.swp_individual_color_outlines .swp_flickr:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_flickr {
  background: transparent;
  border: 1px solid #ff0084
}

.swp-flickr {
  background: #ff0084;
  border-color: #cc006a
}

.swp-flickr a {
  color: #ff0084
}

.swp-flickr a:hover {
  background: #cc006a;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_flipboard,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_flipboard:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_flipboard:not(:hover) {
  border: 1px solid #bf2626
}

.swp_social_panel.swp_default_full_color .swp_flipboard,html body .swp_social_panel.swp_individual_full_color .swp_flipboard:hover,body .swp_social_panel.swp_other_full_color:hover .swp_flipboard {
  background: #bf2626;
  border: 1px solid #941e1e
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_flipboard,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_flipboard:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_flipboard {
  border-bottom: 3px solid #941e1e
}

.swp_social_panel.swp_default_color_outlines .swp_flipboard a,html body .swp_social_panel.swp_individual_color_outlines .swp_flipboard a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_flipboard a {
  color: #bf2626
}

.swp_social_panel.swp_default_color_outlines .swp_flipboard,html body .swp_social_panel.swp_individual_color_outlines .swp_flipboard:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_flipboard {
  background: transparent;
  border: 1px solid #bf2626
}

.swp-flipboard {
  background: #bf2626;
  border-color: #941e1e
}

.swp-flipboard a {
  color: #bf2626
}

.swp-flipboard a:hover {
  background: #941e1e;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_hacker_news,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_hacker_news:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_hacker_news:not(:hover) {
  border: 1px solid #d85623
}

.swp_social_panel.swp_default_full_color .swp_hacker_news,html body .swp_social_panel.swp_individual_full_color .swp_hacker_news:hover,body .swp_social_panel.swp_other_full_color:hover .swp_hacker_news {
  background: #d85623;
  border: 1px solid #ac451c
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_hacker_news,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_hacker_news:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_hacker_news {
  border-bottom: 3px solid #ac451c
}

.swp_social_panel.swp_default_color_outlines .swp_hacker_news a,html body .swp_social_panel.swp_individual_color_outlines .swp_hacker_news a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_hacker_news a {
  color: #d85623
}

.swp_social_panel.swp_default_color_outlines .swp_hacker_news,html body .swp_social_panel.swp_individual_color_outlines .swp_hacker_news:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_hacker_news {
  background: transparent;
  border: 1px solid #d85623
}

.swp-hacker_news {
  background: #d85623;
  border-color: #ac451c
}

.swp-hacker_news a {
  color: #d85623
}

.swp-hacker_news a:hover {
  background: #ac451c;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_instagram,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_instagram:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_instagram:not(:hover) {
  border: 1px solid #ea2454
}

.swp_social_panel.swp_default_full_color .swp_instagram,html body .swp_social_panel.swp_individual_full_color .swp_instagram:hover,body .swp_social_panel.swp_other_full_color:hover .swp_instagram {
  background: #ea2454;
  border: 1px solid #c8133f
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_instagram,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_instagram:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_instagram {
  border-bottom: 3px solid #c8133f
}

.swp_social_panel.swp_default_color_outlines .swp_instagram a,html body .swp_social_panel.swp_individual_color_outlines .swp_instagram a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_instagram a {
  color: #ea2454
}

.swp_social_panel.swp_default_color_outlines .swp_instagram,html body .swp_social_panel.swp_individual_color_outlines .swp_instagram:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_instagram {
  background: transparent;
  border: 1px solid #ea2454
}

.swp-instagram {
  background: #ea2454;
  border-color: #c8133f
}

.swp-instagram a {
  color: #ea2454
}

.swp-instagram a:hover {
  background: #c8133f;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_linkedin,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_linkedin:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_linkedin:not(:hover) {
  border: 1px solid #2767b1
}

.swp_social_panel.swp_default_full_color .swp_linkedin,html body .swp_social_panel.swp_individual_full_color .swp_linkedin:hover,body .swp_social_panel.swp_other_full_color:hover .swp_linkedin {
  background: #2767b1;
  border: 1px solid #1e4f87
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_linkedin,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_linkedin:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_linkedin {
  border-bottom: 3px solid #1e4f87
}

.swp_social_panel.swp_default_color_outlines .swp_linkedin a,html body .swp_social_panel.swp_individual_color_outlines .swp_linkedin a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_linkedin a {
  color: #2767b1
}

.swp_social_panel.swp_default_color_outlines .swp_linkedin,html body .swp_social_panel.swp_individual_color_outlines .swp_linkedin:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_linkedin {
  background: transparent;
  border: 1px solid #2767b1
}

.swp-linkedin {
  background: #2767b1;
  border-color: #1e4f87
}

.swp-linkedin a {
  color: #2767b1
}

.swp-linkedin a:hover {
  background: #1e4f87;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_medium,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_medium:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_medium:not(:hover) {
  border: 1px solid #00ab6c
}

.swp_social_panel.swp_default_full_color .swp_medium,html body .swp_social_panel.swp_individual_full_color .swp_medium:hover,body .swp_social_panel.swp_other_full_color:hover .swp_medium {
  background: #00ab6c;
  border: 1px solid #00784c
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_medium,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_medium:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_medium {
  border-bottom: 3px solid #00784c
}

.swp_social_panel.swp_default_color_outlines .swp_medium a,html body .swp_social_panel.swp_individual_color_outlines .swp_medium a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_medium a {
  color: #00ab6c
}

.swp_social_panel.swp_default_color_outlines .swp_medium,html body .swp_social_panel.swp_individual_color_outlines .swp_medium:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_medium {
  background: transparent;
  border: 1px solid #00ab6c
}

.swp-medium {
  background: #00ab6c;
  border-color: #00784c
}

.swp-medium a {
  color: #00ab6c
}

.swp-medium a:hover {
  background: #00784c;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_mix,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_mix:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_mix:not(:hover) {
  border: 1px solid #f4812c
}

.swp_social_panel.swp_default_full_color .swp_mix,html body .swp_social_panel.swp_individual_full_color .swp_mix:hover,body .swp_social_panel.swp_other_full_color:hover .swp_mix {
  background: #f4812c;
  border: 1px solid #e1660c
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_mix,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_mix:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_mix {
  border-bottom: 3px solid #e1660c
}

.swp_social_panel.swp_default_color_outlines .swp_mix a,html body .swp_social_panel.swp_individual_color_outlines .swp_mix a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_mix a {
  color: #f4812c
}

.swp_social_panel.swp_default_color_outlines .swp_mix,html body .swp_social_panel.swp_individual_color_outlines .swp_mix:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_mix {
  background: transparent;
  border: 1px solid #f4812c
}

.swp-mix {
  background: #f4812c;
  border-color: #e1660c
}

.swp-mix a {
  color: #f4812c
}

.swp-mix a:hover {
  background: #e1660c;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_more,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_more:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_more:not(:hover) {
  border: 1px solid #ee464f
}

.swp_social_panel.swp_default_full_color .swp_more,html body .swp_social_panel.swp_individual_full_color .swp_more:hover,body .swp_social_panel.swp_other_full_color:hover .swp_more {
  background: #ee464f;
  border: 1px solid #ea1723
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_more,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_more:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_more {
  border-bottom: 3px solid #ea1723
}

.swp_social_panel.swp_default_color_outlines .swp_more a,html body .swp_social_panel.swp_individual_color_outlines .swp_more a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_more a {
  color: #ee464f
}

.swp_social_panel.swp_default_color_outlines .swp_more,html body .swp_social_panel.swp_individual_color_outlines .swp_more:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_more {
  background: transparent;
  border: 1px solid #ee464f
}

.swp-more {
  background: #ee464f;
  border-color: #ea1723
}

.swp-more a {
  color: #ee464f
}

.swp-more a:hover {
  background: #ea1723;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_periscope,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_periscope:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_periscope:not(:hover) {
  border: 1px solid #3aa4c6
}

.swp_social_panel.swp_default_full_color .swp_periscope,html body .swp_social_panel.swp_individual_full_color .swp_periscope:hover,body .swp_social_panel.swp_other_full_color:hover .swp_periscope {
  background: #3aa4c6;
  border: 1px solid #2e849f
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_periscope,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_periscope:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_periscope {
  border-bottom: 3px solid #2e849f
}

.swp_social_panel.swp_default_color_outlines .swp_periscope a,html body .swp_social_panel.swp_individual_color_outlines .swp_periscope a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_periscope a {
  color: #3aa4c6
}

.swp_social_panel.swp_default_color_outlines .swp_periscope,html body .swp_social_panel.swp_individual_color_outlines .swp_periscope:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_periscope {
  background: transparent;
  border: 1px solid #3aa4c6
}

.swp-periscope {
  background: #3aa4c6;
  border-color: #2e849f
}

.swp-periscope a {
  color: #3aa4c6
}

.swp-periscope a:hover {
  background: #2e849f;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_pinterest,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_pinterest:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_pinterest:not(:hover) {
  border: 1px solid #e60023
}

.swp_social_panel.swp_default_full_color .swp_pinterest,html body .swp_social_panel.swp_individual_full_color .swp_pinterest:hover,body .swp_social_panel.swp_other_full_color:hover .swp_pinterest {
  background: #e60023;
  border: 1px solid #b3001b
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_pinterest,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_pinterest:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_pinterest {
  border-bottom: 3px solid #b3001b
}

.swp_social_panel.swp_default_color_outlines .swp_pinterest a,html body .swp_social_panel.swp_individual_color_outlines .swp_pinterest a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_pinterest a {
  color: #e60023
}

.swp_social_panel.swp_default_color_outlines .swp_pinterest,html body .swp_social_panel.swp_individual_color_outlines .swp_pinterest:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_pinterest {
  background: transparent;
  border: 1px solid #e60023
}

.swp-pinterest {
  background: #e60023;
  border-color: #b3001b
}

.swp-pinterest a {
  color: #e60023
}

.swp-pinterest a:hover {
  background: #b3001b;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_pocket,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_pocket:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_pocket:not(:hover) {
  border: 1px solid #ef4056
}

.swp_social_panel.swp_default_full_color .swp_pocket,html body .swp_social_panel.swp_individual_full_color .swp_pocket:hover,body .swp_social_panel.swp_other_full_color:hover .swp_pocket {
  background: #ef4056;
  border: 1px solid #e9132e
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_pocket,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_pocket:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_pocket {
  border-bottom: 3px solid #e9132e
}

.swp_social_panel.swp_default_color_outlines .swp_pocket a,html body .swp_social_panel.swp_individual_color_outlines .swp_pocket a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_pocket a {
  color: #ef4056
}

.swp_social_panel.swp_default_color_outlines .swp_pocket,html body .swp_social_panel.swp_individual_color_outlines .swp_pocket:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_pocket {
  background: transparent;
  border: 1px solid #ef4056
}

.swp-pocket {
  background: #ef4056;
  border-color: #e9132e
}

.swp-pocket a {
  color: #ef4056
}

.swp-pocket a:hover {
  background: #e9132e;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_print,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_print:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_print:not(:hover) {
  border: 1px solid #777
}

.swp_social_panel.swp_default_full_color .swp_print,html body .swp_social_panel.swp_individual_full_color .swp_print:hover,body .swp_social_panel.swp_other_full_color:hover .swp_print {
  background: #777;
  border: 1px solid #5e5e5e
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_print,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_print:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_print {
  border-bottom: 3px solid #5e5e5e
}

.swp_social_panel.swp_default_color_outlines .swp_print a,html body .swp_social_panel.swp_individual_color_outlines .swp_print a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_print a {
  color: #777
}

.swp_social_panel.swp_default_color_outlines .swp_print,html body .swp_social_panel.swp_individual_color_outlines .swp_print:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_print {
  background: transparent;
  border: 1px solid #777
}

.swp-print {
  background: #777;
  border-color: #5e5e5e
}

.swp-print a {
  color: #777
}

.swp-print a:hover {
  background: #5e5e5e;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_reddit,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_reddit:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_reddit:not(:hover) {
  border: 1px solid #f04b23
}

.swp_social_panel.swp_default_full_color .swp_reddit,html body .swp_social_panel.swp_individual_full_color .swp_reddit:hover,body .swp_social_panel.swp_other_full_color:hover .swp_reddit {
  background: #f04b23;
  border: 1px solid #d2340e
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_reddit,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_reddit:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_reddit {
  border-bottom: 3px solid #d2340e
}

.swp_social_panel.swp_default_color_outlines .swp_reddit a,html body .swp_social_panel.swp_individual_color_outlines .swp_reddit a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_reddit a {
  color: #f04b23
}

.swp_social_panel.swp_default_color_outlines .swp_reddit,html body .swp_social_panel.swp_individual_color_outlines .swp_reddit:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_reddit {
  background: transparent;
  border: 1px solid #f04b23
}

.swp-reddit {
  background: #f04b23;
  border-color: #d2340e
}

.swp-reddit a {
  color: #f04b23
}

.swp-reddit a:hover {
  background: #d2340e;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_snapchat,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_snapchat:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_snapchat:not(:hover) {
  border: 1px solid #FFFC00
}

.swp_social_panel.swp_default_full_color .swp_snapchat,html body .swp_social_panel.swp_individual_full_color .swp_snapchat:hover,body .swp_social_panel.swp_other_full_color:hover .swp_snapchat {
  background: #FFFC00;
  border: 1px solid #ccca00
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_snapchat,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_snapchat:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_snapchat {
  border-bottom: 3px solid #ccca00
}

.swp_social_panel.swp_default_color_outlines .swp_snapchat a,html body .swp_social_panel.swp_individual_color_outlines .swp_snapchat a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_snapchat a {
  color: #FFFC00
}

.swp_social_panel.swp_default_color_outlines .swp_snapchat,html body .swp_social_panel.swp_individual_color_outlines .swp_snapchat:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_snapchat {
  background: transparent;
  border: 1px solid #FFFC00
}

.swp-snapchat {
  background: #FFFC00;
  border-color: #ccca00
}

.swp-snapchat a {
  color: #FFFC00
}

.swp-snapchat a:hover {
  background: #ccca00;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_telegram,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_telegram:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_telegram:not(:hover) {
  border: 1px solid #08c
}

.swp_social_panel.swp_default_full_color .swp_telegram,html body .swp_social_panel.swp_individual_full_color .swp_telegram:hover,body .swp_social_panel.swp_other_full_color:hover .swp_telegram {
  background: #08c;
  border: 1px solid #069
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_telegram,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_telegram:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_telegram {
  border-bottom: 3px solid #069
}

.swp_social_panel.swp_default_color_outlines .swp_telegram a,html body .swp_social_panel.swp_individual_color_outlines .swp_telegram a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_telegram a {
  color: #08c
}

.swp_social_panel.swp_default_color_outlines .swp_telegram,html body .swp_social_panel.swp_individual_color_outlines .swp_telegram:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_telegram {
  background: transparent;
  border: 1px solid #08c
}

.swp-telegram {
  background: #08c;
  border-color: #069
}

.swp-telegram a {
  color: #08c
}

.swp-telegram a:hover {
  background: #069;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_twitter,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_twitter:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_twitter:not(:hover) {
  border: 1px solid #1da1f2
}

.swp_social_panel.swp_default_full_color .swp_twitter,html body .swp_social_panel.swp_individual_full_color .swp_twitter:hover,body .swp_social_panel.swp_other_full_color:hover .swp_twitter {
  background: #1da1f2;
  border: 1px solid #0c85d0
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_twitter,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_twitter:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_twitter {
  border-bottom: 3px solid #0c85d0
}

.swp_social_panel.swp_default_color_outlines .swp_twitter a,html body .swp_social_panel.swp_individual_color_outlines .swp_twitter a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_twitter a {
  color: #1da1f2
}

.swp_social_panel.swp_default_color_outlines .swp_twitter,html body .swp_social_panel.swp_individual_color_outlines .swp_twitter:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_twitter {
  background: transparent;
  border: 1px solid #1da1f2
}

.swp-twitter {
  background: #1da1f2;
  border-color: #0c85d0
}

.swp-twitter a {
  color: #1da1f2
}

.swp-twitter a:hover {
  background: #0c85d0;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_tumblr,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_tumblr:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_tumblr:not(:hover) {
  border: 1px solid #39475d
}

.swp_social_panel.swp_default_full_color .swp_tumblr,html body .swp_social_panel.swp_individual_full_color .swp_tumblr:hover,body .swp_social_panel.swp_other_full_color:hover .swp_tumblr {
  background: #39475d;
  border: 1px solid #262f3d
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_tumblr,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_tumblr:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_tumblr {
  border-bottom: 3px solid #262f3d
}

.swp_social_panel.swp_default_color_outlines .swp_tumblr a,html body .swp_social_panel.swp_individual_color_outlines .swp_tumblr a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_tumblr a {
  color: #39475d
}

.swp_social_panel.swp_default_color_outlines .swp_tumblr,html body .swp_social_panel.swp_individual_color_outlines .swp_tumblr:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_tumblr {
  background: transparent;
  border: 1px solid #39475d
}

.swp-tumblr {
  background: #39475d;
  border-color: #262f3d
}

.swp-tumblr a {
  color: #39475d
}

.swp-tumblr a:hover {
  background: #262f3d;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_vimeo,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_vimeo:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_vimeo:not(:hover) {
  border: 1px solid #162221
}

.swp_social_panel.swp_default_full_color .swp_vimeo,html body .swp_social_panel.swp_individual_full_color .swp_vimeo:hover,body .swp_social_panel.swp_other_full_color:hover .swp_vimeo {
  background: #162221;
  border: 1px solid #020303
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_vimeo,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_vimeo:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_vimeo {
  border-bottom: 3px solid #020303
}

.swp_social_panel.swp_default_color_outlines .swp_vimeo a,html body .swp_social_panel.swp_individual_color_outlines .swp_vimeo a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_vimeo a {
  color: #162221
}

.swp_social_panel.swp_default_color_outlines .swp_vimeo,html body .swp_social_panel.swp_individual_color_outlines .swp_vimeo:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_vimeo {
  background: transparent;
  border: 1px solid #162221
}

.swp-vimeo {
  background: #162221;
  border-color: #020303
}

.swp-vimeo a {
  color: #162221
}

.swp-vimeo a:hover {
  background: #020303;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_viber,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_viber:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_viber:not(:hover) {
  border: 1px solid #8f5db7
}

.swp_social_panel.swp_default_full_color .swp_viber,html body .swp_social_panel.swp_individual_full_color .swp_viber:hover,body .swp_social_panel.swp_other_full_color:hover .swp_viber {
  background: #8f5db7;
  border: 1px solid #75459c
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_viber,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_viber:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_viber {
  border-bottom: 3px solid #75459c
}

.swp_social_panel.swp_default_color_outlines .swp_viber a,html body .swp_social_panel.swp_individual_color_outlines .swp_viber a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_viber a {
  color: #8f5db7
}

.swp_social_panel.swp_default_color_outlines .swp_viber,html body .swp_social_panel.swp_individual_color_outlines .swp_viber:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_viber {
  background: transparent;
  border: 1px solid #8f5db7
}

.swp-viber {
  background: #8f5db7;
  border-color: #75459c
}

.swp-viber a {
  color: #8f5db7
}

.swp-viber a:hover {
  background: #75459c;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_vk,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_vk:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_vk:not(:hover) {
  border: 1px solid #4a76a8
}

.swp_social_panel.swp_default_full_color .swp_vk,html body .swp_social_panel.swp_individual_full_color .swp_vk:hover,body .swp_social_panel.swp_other_full_color:hover .swp_vk {
  background: #4a76a8;
  border: 1px solid #3a5d85
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_vk,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_vk:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_vk {
  border-bottom: 3px solid #3a5d85
}

.swp_social_panel.swp_default_color_outlines .swp_vk a,html body .swp_social_panel.swp_individual_color_outlines .swp_vk a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_vk a {
  color: #4a76a8
}

.swp_social_panel.swp_default_color_outlines .swp_vk,html body .swp_social_panel.swp_individual_color_outlines .swp_vk:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_vk {
  background: transparent;
  border: 1px solid #4a76a8
}

.swp-vk {
  background: #4a76a8;
  border-color: #3a5d85
}

.swp-vk a {
  color: #4a76a8
}

.swp-vk a:hover {
  background: #3a5d85;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_whatsapp,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_whatsapp:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_whatsapp:not(:hover) {
  border: 1px solid #71c169
}

.swp_social_panel.swp_default_full_color .swp_whatsapp,html body .swp_social_panel.swp_individual_full_color .swp_whatsapp:hover,body .swp_social_panel.swp_other_full_color:hover .swp_whatsapp {
  background: #71c169;
  border: 1px solid #52af48
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_whatsapp,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_whatsapp:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_whatsapp {
  border-bottom: 3px solid #52af48
}

.swp_social_panel.swp_default_color_outlines .swp_whatsapp a,html body .swp_social_panel.swp_individual_color_outlines .swp_whatsapp a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_whatsapp a {
  color: #71c169
}

.swp_social_panel.swp_default_color_outlines .swp_whatsapp,html body .swp_social_panel.swp_individual_color_outlines .swp_whatsapp:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_whatsapp {
  background: transparent;
  border: 1px solid #71c169
}

.swp-whatsapp {
  background: #71c169;
  border-color: #52af48
}

.swp-whatsapp a {
  color: #71c169
}

.swp-whatsapp a:hover {
  background: #52af48;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_xing,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_xing:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_xing:not(:hover) {
  border: 1px solid #026466
}

.swp_social_panel.swp_default_full_color .swp_xing,html body .swp_social_panel.swp_individual_full_color .swp_xing:hover,body .swp_social_panel.swp_other_full_color:hover .swp_xing {
  background: #026466;
  border: 1px solid #013334
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_xing,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_xing:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_xing {
  border-bottom: 3px solid #013334
}

.swp_social_panel.swp_default_color_outlines .swp_xing a,html body .swp_social_panel.swp_individual_color_outlines .swp_xing a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_xing a {
  color: #026466
}

.swp_social_panel.swp_default_color_outlines .swp_xing,html body .swp_social_panel.swp_individual_color_outlines .swp_xing:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_xing {
  background: transparent;
  border: 1px solid #026466
}

.swp-xing {
  background: #026466;
  border-color: #013334
}

.swp-xing a {
  color: #026466
}

.swp-xing a:hover {
  background: #013334;
  color: #ffffff
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_yummly,html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_yummly:hover,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_yummly:not(:hover) {
  border: 1px solid #e26426
}

.swp_social_panel.swp_default_full_color .swp_yummly,html body .swp_social_panel.swp_individual_full_color .swp_yummly:hover,body .swp_social_panel.swp_other_full_color:hover .swp_yummly {
  background: #e26426;
  border: 1px solid #bc4f19
}

.swp_social_panel.swp_three_dee.swp_default_full_color .swp_yummly,html body .swp_social_panel.swp_three_dee.swp_individual_full_color .swp_yummly:hover,body .swp_social_panel.swp_three_dee.swp_other_full_color:hover .swp_yummly {
  border-bottom: 3px solid #bc4f19
}

.swp_social_panel.swp_default_color_outlines .swp_yummly a,html body .swp_social_panel.swp_individual_color_outlines .swp_yummly a:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_yummly a {
  color: #e26426
}

.swp_social_panel.swp_default_color_outlines .swp_yummly,html body .swp_social_panel.swp_individual_color_outlines .swp_yummly:hover,body .swp_social_panel.swp_other_color_outlines:hover .swp_yummly {
  background: transparent;
  border: 1px solid #e26426
}

.swp-yummly {
  background: #e26426;
  border-color: #bc4f19
}

.swp-yummly a {
  color: #e26426
}

.swp-yummly a:hover {
  background: #bc4f19;
  color: #ffffff
}

.swp_social_panel.swp_default_light_gray .nc_tweetContainer,html body .swp_social_panel.swp_individual_light_gray .nc_tweetContainer:hover,body .swp_social_panel.swp_other_light_gray:hover .nc_tweetContainer {
  background-color: #ccc;
  border: 1px solid #ccc
}

.swp_social_panel.swp_default_light_gray .nc_tweetContainer a,html body .swp_social_panel.swp_individual_light_gray .nc_tweetContainer:hover a,body .swp_social_panel.swp_other_light_gray:hover .nc_tweetContainer a {
  color: #ffffff
}

.swp_social_panel.swp_three_dee.swp_default_light_gray .nc_tweetContainer,html body .swp_social_panel.swp_three_dee.swp_individual_light_gray .nc_tweetContainer:hover,body .swp_social_panel.swp_three_dee.swp_other_light_gray .nc_tweetContainer:hover {
  border-bottom: 3px solid #b3b3b3
}

.swp_social_panel.swp_three_dee.swp_default_light_gray .nc_tweetContainer.total_sharesalt,html body .swp_social_panel.swp_three_dee.swp_individual_light_gray .nc_tweetContainer:hover.total_sharesalt,body .swp_social_panel.swp_three_dee.swp_other_light_gray .nc_tweetContainer:hover.total_sharesalt {
  border-bottom: none !important
}

.swp_social_panel.swp_default_light_gray_outlines a,html body .swp_social_panel.swp_individual_light_gray_outlines a:hover,body .swp_social_panel.swp_other_light_gray_outlines:hover a {
  color: #ccc
}

.swp_social_panel.swp_default_light_gray_outlines .nc_tweetContainer,html body .swp_social_panel.swp_individual_light_gray_outlines .nc_tweetContainer:hover,body .swp_social_panel.swp_other_light_gray_outlines:hover .nc_tweetContainer {
  background: transparent;
  border: 1px solid #ccc
}

.swp_social_panel.swp_default_medium_gray .nc_tweetContainer,html body .swp_social_panel.swp_individual_medium_gray .nc_tweetContainer:hover,body .swp_social_panel.swp_other_medium_gray:hover .nc_tweetContainer {
  background-color: #999;
  border: 1px solid #999
}

.swp_social_panel.swp_default_medium_gray .nc_tweetContainer a,html body .swp_social_panel.swp_individual_medium_gray .nc_tweetContainer:hover a,body .swp_social_panel.swp_other_medium_gray:hover .nc_tweetContainer a {
  color: #ffffff
}

.swp_social_panel.swp_three_dee.swp_default_medium_gray .nc_tweetContainer,html body .swp_social_panel.swp_three_dee.swp_individual_medium_gray .nc_tweetContainer:hover,body .swp_social_panel.swp_three_dee.swp_other_medium_gray .nc_tweetContainer:hover {
  border-bottom: 3px solid gray
}

.swp_social_panel.swp_three_dee.swp_default_medium_gray .nc_tweetContainer.total_sharesalt,html body .swp_social_panel.swp_three_dee.swp_individual_medium_gray .nc_tweetContainer:hover.total_sharesalt,body .swp_social_panel.swp_three_dee.swp_other_medium_gray .nc_tweetContainer:hover.total_sharesalt {
  border-bottom: none !important
}

.swp_social_panel.swp_default_medium_gray_outlines a,html body .swp_social_panel.swp_individual_medium_gray_outlines a:hover,body .swp_social_panel.swp_other_medium_gray_outlines:hover a {
  color: #999
}

.swp_social_panel.swp_default_medium_gray_outlines .nc_tweetContainer,html body .swp_social_panel.swp_individual_medium_gray_outlines .nc_tweetContainer:hover,body .swp_social_panel.swp_other_medium_gray_outlines:hover .nc_tweetContainer {
  background: transparent;
  border: 1px solid #999
}

.swp_social_panel.swp_default_dark_gray .nc_tweetContainer,html body .swp_social_panel.swp_individual_dark_gray .nc_tweetContainer:hover,body .swp_social_panel.swp_other_dark_gray:hover .nc_tweetContainer {
  background-color: #444;
  border: 1px solid #444
}

.swp_social_panel.swp_default_dark_gray .nc_tweetContainer a,html body .swp_social_panel.swp_individual_dark_gray .nc_tweetContainer:hover a,body .swp_social_panel.swp_other_dark_gray:hover .nc_tweetContainer a {
  color: #ffffff
}

.swp_social_panel.swp_three_dee.swp_default_dark_gray .nc_tweetContainer,html body .swp_social_panel.swp_three_dee.swp_individual_dark_gray .nc_tweetContainer:hover,body .swp_social_panel.swp_three_dee.swp_other_dark_gray .nc_tweetContainer:hover {
  border-bottom: 3px solid #2b2b2b
}

.swp_social_panel.swp_three_dee.swp_default_dark_gray .nc_tweetContainer.total_sharesalt,html body .swp_social_panel.swp_three_dee.swp_individual_dark_gray .nc_tweetContainer:hover.total_sharesalt,body .swp_social_panel.swp_three_dee.swp_other_dark_gray .nc_tweetContainer:hover.total_sharesalt {
  border-bottom: none !important
}

.swp_social_panel.swp_default_dark_gray_outlines a,html body .swp_social_panel.swp_individual_dark_gray_outlines a:hover,body .swp_social_panel.swp_other_dark_gray_outlines:hover a {
  color: #444
}

.swp_social_panel.swp_default_dark_gray_outlines .nc_tweetContainer,html body .swp_social_panel.swp_individual_dark_gray_outlines .nc_tweetContainer:hover,body .swp_social_panel.swp_other_dark_gray_outlines:hover .nc_tweetContainer {
  background: transparent;
  border: 1px solid #444
}

.swp_social_panel.swp_modern,.swp_social_panel.swp_dark {
  background: #fff;
  height: 62px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #eee;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.01),0 4px 5px 0 rgba(0,0,0,0.014),0 4px 15px 0 rgba(0,0,0,0.09)
}

.swp_social_panel.swp_modern .swp_share_button,.swp_social_panel.swp_dark .swp_share_button {
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  height: 61px !important;
  padding-bottom: 1px
}

.swp_social_panel.swp_modern .swp_share_button.total_shares.total_sharesalt,.swp_social_panel.swp_modern .swp_share_button.total_shares.total_sharesalt,.swp_social_panel.swp_dark .swp_share_button.total_shares.total_sharesalt,.swp_social_panel.swp_dark .swp_share_button.total_shares.total_sharesalt {
  padding: 15px !important
}

.swp_social_panel.swp_modern .swp_share_link,.swp_social_panel.swp_dark .swp_share_link {
  border-radius: 0;
  padding: 15px;
  height: 61px !important
}

.swp_social_panel.swp_modern .iconFiller,.swp_social_panel.swp_dark .iconFiller {
  margin-bottom: 10px !important
}

.swp_social_panel.swp_modern .nc_wrapper.bottom,.swp_social_panel.swp_dark .nc_wrapper.bottom {
  background: transparent !important
}

.swp_dark .swp_share_button {
  background: #222 !important;
  border-color: #222 !important;
  margin: 0 !important;
  height: 62px !important
}

.swp_dark .swp_share_link:hover {
  background: #444
}

.scale-70 {
  transform: scale(.7)
}

.swp_social_panel:not(.nc_floater).scale-70.scale-full_width {
  width: 142.85714%!important
}

.scale-80 {
  transform: scale(.8)
}

.swp_social_panel:not(.nc_floater).scale-80.scale-full_width {
  width: 125%!important
}

.scale-90 {
  transform: scale(.9)
}

.swp_social_panel:not(.nc_floater).scale-90.scale-full_width {
  width: 111.11111%!important
}

.scale-100 {
  transform: scale(1)
}

.swp_social_panel:not(.nc_floater).scale-100.scale-full_width {
  width: 100%!important
}

.scale-110 {
  transform: scale(1.1)
}

.swp_social_panel:not(.nc_floater).scale-110.scale-full_width {
  width: 90.90909%!important
}

.scale-120 {
  transform: scale(1.2)
}

.swp_social_panel:not(.nc_floater).scale-120.scale-full_width {
  width: 83.33333%!important
}

.scale-130 {
  transform: scale(1.3)
}

.swp_social_panel:not(.nc_floater).scale-130.scale-full_width {
  width: 76.92308%!important
}

.scale-140 {
  transform: scale(1.4)
}

.swp_social_panel:not(.nc_floater).scale-140.scale-full_width {
  width: 71.42857%!important
}

.scale-left {
  transform-origin: left
}

.scale-center {
  transform-origin: center
}

.scale-right {
  transform-origin: right
}

.scale-full_width {
  transform-origin: left
}

div.swp_social_panel .nc_tweetContainer.swp_emphasize {
  flex: 2
}

div.swp_social_panel .nc_tweetContainer.swp_emphasize {
  flex: 2
}

@media print {
  .swp_social_panel {
    display: none;
    opacity: 0;
    visibility: collapse
  }
}

html[lang] .site * i.sw {
  font-family: sw-icon-font !important
}

.swp_social_panel {
  clear: both;
  display: flex;
  height: 34px;
  line-height: 1;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  overflow: hidden;
  padding: 0;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  direction: ltr;
  -ms-flex-align: stretch;
  -ms-flex-line-pack: center;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between
}

.swp_social_panel .nc_tweetContainer a.nc_tweet,.swp_social_panel .nc_tweetContainer.total_shares .swp_count {
  display: block;
  display: flex;
  font-family: Lato, sans-serif;
  font-size: 18px !important;
  font-weight: bold;
  height: 30px;
  text-decoration: none;
  text-decoration: none !important;
  text-transform: none;
  flex-flow: row wrap;
  box-shadow: none
}

.swp_social_panel .nc_tweetContainer:not(.total_shares):not(.total_sharesalt) {
  border-radius: 2px;
  cursor: pointer;
  float: left;
  font-family: Lato;
  height: 32px;
  margin: 0 5px 3px 5px;
  min-width: 34px;
  overflow: hidden;
  text-align: center;
  transition: all 0.1s linear
}

.swp_social_panel .nc_tweetContainer .spaceManWilly {
  display: block;
  width: 120px
}

.swp_social_panel .swp_label {
  display: block;
  font-size: 9px !important;
  margin-top: 13px;
  position: absolute;
  text-align: center !important;
  text-transform: uppercase
}

.swp_social_panel .swp_share {
  display: block;
  float: right;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  line-height: 32px;
  margin: 0 0 0 6px;
  max-width: none !important
}

.swp_social_panel .total_shares {
  background: transparent !important;
  border: none !important;
  border-radius: 2px;
  color: white;
  cursor: default;
  display: block;
  font-size: 19px;
  padding: 0 10px;
  flex: none !important
}

.swp_social_panel .total_shares .swp_count {
  line-height: 30px
}

.swp_social_panel .total_shares .swp_label {
  font-size: 10px;
  vertical-align: middle
}

.swp_social_panel .total_shares.total_sharesalt {
  background: transparent !important;
  border: none !important
}

.swp_social_panel .total_shares.total_sharesalt:before {
  content: "G";
  display: inline-block;
  font-family: sw-icon-font;
  margin-top: 7px;
  vertical-align: top
}

.swp_social_panel .total_shares.total_sharesalt.total_sharesalt,.swp_social_panel .total_shares.total_sharesalt:not(:nth-child(1)) {
  background: transparent !important;
  border: none;
  color: #474b4d;
  margin-left: 0 !important;
  margin-bottom: 10px !important
}

.swp_social_panel .total_shares.total_sharesalt .swp_count {
  color: #474b4d;
  font-size: 24px
}

.swp_social_panel .total_shares.total_sharesalt .swp_label {
  color: #474b4d;
  letter-spacing: 0;
  min-width: 40px
}

.swp_social_panel a .swp_count {
  font-size: 14px
}

.swp_social_panel a .swp_count:not(.swp_hide) {
  display: inline-block;
  line-height: 32px;
  margin: 0;
  padding: 0 5px;
  flex: 1
}

.swp_social_panel a .swp_count.swp_hide {
  margin: 0 auto;
  width: auto
}

.swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {
  width: 100% !important
}

.swp_social_panel:not(.nc_floater):not(.swp_social_panelSide).swp_shift {
  padding: 0 10px
}

.swp_social_panel:not(.swp_social_panelSide) {
  transition: opacity 0.2s ease-in-out
}

.swp_social_panel:not(.swp_social_panelSide) .nc_tweetContainer {
  flex: 1
}

.swp_social_panel:not(.swp_social_panelSide) .nc_tweetContainer.swp-emphasize {
  flex: 2
}

.swp_social_panel:not(.swp_social_panelSide) .nc_tweetContainer:nth-child(1) {
  margin-left: 0
}

.swp_social_panel:not(.swp_social_panelSide) .nc_tweetContainer:nth-last-child(1) {
  margin-right: 0
}

.swp_social_panel:not(.swp_social_panelSide) div.total_shares.total_sharesalt:before {
  content: "G";
  display: inline-block;
  font-family: sw-icon-font;
  margin-top: 7px;
  vertical-align: top
}

.swp_social_panel:not(.swp_social_panelSide) div.total_shares.total_sharesalt .swp_count {
  display: inline-block;
  line-height: 0;
  margin-left: 8px;
  margin-top: 12px;
  min-width: 45px;
  position: relative;
  vertical-align: middle
}

.swp_social_panel:not(.swp_social_panelSide) div.total_shares.total_sharesalt:nth-child(1) {
  margin-left: 0;
  margin-right: 15px;
  padding-left: 0
}

.swp_social_panel:not(.swp_social_panelSide) div.total_shares.total_sharesalt:nth-last-child(1) {
  margin-right: 0;
  padding-right: 0
}

.swp_social_panel span:before {
  content: initial !important
}

.swp_social_panel .iconFiller {
  font-size: 18px;
  margin: 0 auto;
  display: block;
  float: left;
  height: 30px;
  overflow: hidden;
  transition: width 0.1s linear;
  width: 30px
}

.swp_social_panel .sw {
  float: left;
  height: 30px;
  line-height: 32px;
  margin: 1px 5px 0;
  text-shadow: none !important;
  width: 20px
}

.swp_social_panel.notMobile .nc_tweetContainer:nth-child(1) {
  margin-left: 0
}

.swp_social_panel:hover .total_shares,.swp_social_panel.swp_full_color .total_shares,.swp_social_panel.swp_fade .total_shares,.swp_social_panel.swp_customFull:hover .total_shares {
  background: #e08a0f
}

.swp_social_panel.swp_leaf .nc_tweetContainer {
  border-radius: 15px 0 !important;
  border-width: 1px
}

.swp_social_panel.swp_pill .nc_tweetContainer {
  border-radius: 50px !important;
  border-width: 1px
}

.swp_social_panel.swp_shift .nc_tweetContainer:not(.total_shares) {
  border-width: 1px;
  transform: skew(-25deg)
}

.swp_social_panel.swp_shift .nc_tweetContainer a {
  transform: skew(25deg)
}

.swp_social_panel.swp_connected:hover .nc_tweetContainer,.swp_social_panel.swp_connected .nc_tweetContainer,.swp_social_panel.swp_connected .nc_tweetContainer:hover {
  border-radius: 0 !important;
  border-width: 1px;
  margin: 0 !important
}

.swp_social_panel.mobile .iconFiller ~ .swp_count,.sw-content-locator {
  display: none
}

div[class*=custom_color][class^=_wrapper] {
  display: none
}

pre.swp_debug_data {
  white-space: pre-wrap;
  padding: 0 25px;
  max-width: 1000px;
  margin: 0 auto 50px auto;
  border: 3px solid #666
}

.wp-editor-container .swp_twitter:before {
  color: #429cd6
}

.swp_powered_by {
  font-family: helvetica, arial, sans-serif;
  color: black
}

.swp_powered_by span {
  clear: both;
  width: 100%;
  display: block;
  margin: 36px 0px -30px 0
}

.swp_powered_by a {
  color: black;
  text-decoration: none
}

.swp_powered_by img {
  max-height: 40px;
  margin-top: 30px
}

.sw {
  display: inline-block;
  font-family: sw-icon-font !important;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  text-transform: none !important;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.sw:before {
  display: block !important
}

i.swp_blogger_icon:before {
  content: "c"
}

i.swp_buffer_icon:before {
  content: "d"
}

i.swp_ello_icon:before {
  content: "h"
}

i.swp_email_icon:before {
  content: "i"
}

i.swp_evernote_icon:before {
  content: "j"
}

i.swp_facebook_icon:before {
  content: "k"
}

i.swp_flickr_icon:before {
  content: "l"
}

i.swp_flipboard_icon:before {
  content: "m"
}

i.swp_hacker_news_icon:before {
  content: "o"
}

i.swp_instagram_icon:before {
  content: "q"
}

i.swp_linkedin_icon:before {
  content: "s"
}

i.swp_medium_icon:before {
  content: "u"
}

i.swp_mix_icon:before {
  content: "w"
}

i.swp_more_icon:before {
  content: "B"
}

i.swp_periscope_icon:before {
  content: "y"
}

i.swp_pinterest_icon:before {
  content: "A"
}

i.swp_pin_icon:before {
  content: "z"
}

i.swp_pocket_icon:before {
  content: "C"
}

i.swp_print_icon:before {
  content: "D"
}

i.swp_reddit_icon:before {
  content: "E"
}

i.swp_share_icon:before {
  content: "G"
}

i.swp_social-warfare_icon:before {
  content: "K"
}

i.swp_snapchat_icon:before {
  content: "J"
}

i.swp_telegram_icon:before {
  content: "L"
}

i.swp_tumblr_icon:before {
  content: "M"
}

i.swp_twitter_icon:before {
  content: "N"
}

i.swp_viber_icon:before {
  content: "O"
}

i.swp_vimeo_icon:before {
  content: "P"
}

i.swp_vk_icon:before {
  content: "R"
}

i.swp_warfare-plugins_icon:before {
  content: "Z"
}

i.swp_whatsapp_icon:before {
  content: "T"
}

i.swp_xing_icon:before {
  content: "V"
}

i.swp_yummly_icon:before {
  content: "Y"
}

.sw-social-warfare:before {
  content: "K"
}

.wp-editor-container .sw:before {
  font-size: 18px;
  line-height: 22px
}

.wp-editor-container .sw-social-warfare:before,.mce-ico.sw-social-warfare:before,.mce-ico.sw-social-warfare {
  color: #ee464f
}

.mce-container .sw-social-warfare {
  color: #ee464f;
  font-size: 20px;
  margin-right: 15px;
  vertical-align: middle
}

.swp_social_panelSide {
  transition: all .2s linear;
  flex-direction: column;
  height: auto;
  overflow: visible;
  z-index: 9998;
  margin: 10px 5px !important;
  padding: 0
}

.swp_social_panelSide.slide,.swp_social_panelSide.fade {
  transition: all .2s linear;
  position: fixed
}

.swp_social_panelSide.fade {
  display: none
}

.swp_social_panelSide.fade .swp_float_left {
  left: 5px
}

.swp_social_panelSide.fade .swp_float_right {
  right: 5px
}

.swp_social_panelSide.hideCounts a {
  text-align: center
}

.swp_social_panelSide.hideCounts .iconFiller {
  float: none;
  text-align: left
}

.swp_social_panelSide[class*=swp_side] {
  height: auto;
  display: flex;
  position: fixed;
  padding: 30px 0
}

.swp_social_panelSide.swp_float_right {
  align-content: flex-end
}

.swp_social_panelSide.swp_side_top {
  top: 15px
}

.swp_social_panelSide.swp_side_bottom {
  bottom: 15px
}

.swp_social_panelSide.swp_default .nc_tweetContainer .sw {
  line-height: 32px
}

.swp_social_panelSide.swp_default .nc_tweetContainer .swp_share {
  line-height: 32px
}

.swp_social_panelSide span.swp_label {
  margin-top: 0
}

.swp_social_panelSide .nc_tweetContainer {
  transition: all .1s linear;
  border-radius: 3px;
  clear: both;
  display: block;
  font-family: Lato, sans-serif;
  height: 32px;
  margin: 3px 0 !important;
  overflow: hidden;
  padding: 0;
  width: 90px
}

.swp_social_panelSide .nc_tweetContainer.total_shares {
  background: rgba(0,0,0,0);
  border: 0 !important;
  font-weight: 800;
  height: 55px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 90px;
  order: -100
}

.swp_social_panelSide .nc_tweetContainer.total_shares .swp_count {
  color: #444;
  display: block;
  font-family: Lato, sans-serif;
  height: 28px;
  text-align: center;
  width: 100%
}

.swp_social_panelSide .nc_tweetContainer.total_shares .swp_label {
  color: #444;
  display: block;
  font-family: Lato, sans-serif;
  font-size: 50%;
  position: relative;
  text-align: center;
  width: 100%
}

.swp_social_panelSide .nc_tweetContainer:not(.total_shares) {
  line-height: 34px
}

.swp_social_panelSide .nc_tweetContainer:hover,.swp_social_panelSide .nc_tweetContainer:hover .iconFiller,.swp_social_panelSide .nc_tweetContainer:hover .swp_count {
  transition: all .1s linear
}

.swp_social_panelSide .nc_tweetContainer .iconFiller {
  transition: all .1s linear;
  display: inline-block;
  height: 40px;
  margin: 0 6px;
  padding: 0;
  vertical-align: middle;
  width: 21px
}

.swp_social_panelSide .nc_tweetContainer .swp_count {
  transition: all .1s linear;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: right;
  vertical-align: top;
  width: 0
}

.swp_social_panelSide .nc_tweetContainer a {
  transition: all .1s linear;
  cursor: pointer;
  display: block;
  font-weight: 500;
  height: 36px;
  margin: 0;
  padding: 0;
  text-decoration: none
}

.swp_social_panelSide .nc_tweetContainer .sw,.swp_social_panelSide .nc_tweetContainer .swp_share {
  float: left;
  line-height: 34px
}

.swp_social_panelSide .nc_tweetContainer .swp_share {
  font-size: 13px;
  margin: 0
}

.swp_social_panelSide.swp_boxed .nc_tweetContainer,.swp_social_panelSide.swp_circles .nc_tweetContainer {
  margin-bottom: 5px;
  width: 67.5px !important
}

.swp_social_panelSide.swp_boxed .nc_tweetContainer,.swp_social_panelSide.swp_boxed .nc_tweetContainer a,.swp_social_panelSide.swp_circles .nc_tweetContainer,.swp_social_panelSide.swp_circles .nc_tweetContainer a {
  width: 67.5px;
  height: 67.5px !important;
  position: relative
}

.swp_social_panelSide.swp_boxed .total_shares,.swp_social_panelSide.swp_circles .total_shares {
  padding: 0;
  width: 67.5px !important
}

.swp_social_panelSide.swp_boxed .nc_tweetContainer span.iconFiller,.swp_social_panelSide.swp_circles .nc_tweetContainer span.iconFiller {
  height: 40px;
  width: 67.5px
}

.swp_social_panelSide.swp_boxed .nc_tweetContainer i.sw,.swp_social_panelSide.swp_circles .nc_tweetContainer i.sw {
  font-size: 27px;
  height: 40px;
  margin: 0;
  padding-top: 10px;
  text-align: center;
  width: 100%
}

.swp_social_panelSide.swp_boxed .nc_tweetContainer:not(.total_shares) span.swp_share,.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares) span.swp_share {
  height: 35px;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 67.5px
}

.swp_social_panelSide.swp_boxed .nc_tweetContainer:not(.total_shares) span.swp_count,.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares) span.swp_count {
  height: 35px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  transition: padding 0.1s linear;
  width: 100%
}

.swp_social_panelSide.swp_boxed .nc_tweetContainer:not(.total_shares) .swp_hide span.swp_share,.swp_social_panelSide.swp_boxed .nc_tweetContainer:not(.total_shares):hover span.swp_share:not(.swp_hide),.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares) .swp_hide span.swp_share,.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares):hover span.swp_share:not(.swp_hide) {
  opacity: 1
}

.swp_social_panelSide.swp_boxed .nc_tweetContainer:not(.total_shares):hover span.swp_count:not(.swp_hide),.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares):hover span.swp_count:not(.swp_hide) {
  opacity: 0
}

.swp_social_panelSide.swp_boxed .nc_tweetContainer:not(.total_shares) .swp_count,.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares) .swp_count {
  padding: 0 8px;
  width: 48px
}

.swp_social_panelSide.swp_boxed .nc_tweetContainer:not(.total_shares) .swp_count.swp_hide,.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares) .swp_count.swp_hide {
  padding: 0;
  width: 100%
}

.swp_social_panelSide.swp_boxed .nc_tweetContainer:not(.total_shares) .swp_count.swp_hide .iconFiller,.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares) .swp_count.swp_hide .iconFiller {
  display: block;
  float: none;
  margin: 0 auto
}

.swp_social_panelSide.swp_boxed .nc_tweetContainer:not(.total_shares):hover .iconFiller,.swp_social_panelSide.swp_boxed .nc_tweetContainer:not(.total_shares) .spaceManWilly,.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares):hover .iconFiller,.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares) .spaceManWilly {
  width: 100%
}

.swp_social_panelSide.swp_boxed .nc_tweetContainer:not(.total_shares) span.swp_count.swp_hide,.swp_social_panelSide.swp_boxed .nc_tweetContainer span.swp_hide .iconFiller,.swp_social_panelSide.swp_boxed .nc_tweetContainer span.swp_hide .spaceManWilly,.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares) span.swp_count.swp_hide,.swp_social_panelSide.swp_circles .nc_tweetContainer span.swp_hide .iconFiller,.swp_social_panelSide.swp_circles .nc_tweetContainer span.swp_hide .spaceManWilly {
  height: 67.5px;
  opacity: 1
}

.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares),.swp_social_panelSide.swp_circles .nc_tweetContainer:not(.total_shares) a {
  border-radius: 50% !important
}

.swp_social_panelSide:not(.swp_boxed):not(.swp_circles) .nc_tweetContainer:not(.total_shares) .iconFiller {
  margin-left: 2px;
  width: 30px
}

.swp_social_panelSide:not(.swp_boxed):not(.swp_circles) .nc_tweetContainer:not(.total_shares)[data-network]:not(.total_shares):hover span.iconFiller,.swp_social_panelSide:not(.swp_boxed):not(.swp_circles) .nc_tweetContainer:not(.total_shares):not(.total_shares) .spaceManWilly {
  width: 90px
}

.swp_social_panelSide:not(.swp_boxed):not(.swp_circles) .nc_tweetContainer:not(.total_shares):hover {
  width: 150px
}


.nc_wrapper {
  background: white;
  position: fixed;
  transition: top 0.5s bottom 0.5s;
  width: 100%;
  z-index: 99999
}

.nc_wrapper.bottom {
  bottom: 0;
  left: 0
}

.nc_wrapper.top {
  top: 0;
  left: 0
}

.nc_wrapper .swp_social_panel {
  margin-bottom: 10px !important;
  margin-top: 10px !important
}

.nc_floater {
  margin: 10px 0;
  position: relative
}

.float-position-top-left {
  transform-origin: top left
}

.float-position-center-left {
  transform-origin: center left
}

.float-position-bottom-left {
  transform-origin: bottom left
}

.float-position-top-right {
  transform-origin: top right
}

.float-position-center-right {
  transform-origin: center right
}

.float-position-bottom-right {
  transform-origin: bottom right
}

.sw-tweet-clear {
  zoom:1}

.sw-tweet-clear:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden
}

a.swp_CTT {
  text-decoration: none !important;
  cursor: pointer
}

a.swp_CTT .sw-click-to-tweet {
  display: block;
  margin: 15px 0;
  padding: 15px 30px;
  position: relative
}

a.swp_CTT .sw-click-to-tweet:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden
}

a.swp_CTT .sw-click-to-tweet .sw-ctt-text {
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  word-wrap: break-word;
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: none
}

a.swp_CTT .sw-click-to-tweet .sw-ctt-btn {
  display: block;
  float: right;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 100%;
  margin: 10px 0 0;
  padding: 3px 5px 3px 3px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase
}

a.swp_CTT .sw-click-to-tweet i.swp_twitter_icon {
  float: right;
  font-size: 21px;
  margin-left: 15px !important;
  margin-top: 2px;
  text-transform: none
}

a.swp_CTT.style1 .sw-click-to-tweet {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px
}

a.swp_CTT.style1 .sw-click-to-tweet i.swp_twitter {
  color: #1da1f2
}

a.swp_CTT.style1 .sw-click-to-tweet .sw-ctt-text,a.swp_CTT.style1 .sw-click-to-tweet .sw-ctt-btn {
  color: #999;
  text-decoration: none
}

a.swp_CTT.style1:hover .sw-click-to-tweet .sw-ctt-text,a.swp_CTT.style1:hover .sw-click-to-tweet .sw-ctt-btn {
  color: #666;
  text-decoration: none
}

a.swp_CTT.style2 .sw-click-to-tweet {
  background-color: #fff;
  border: 4px double #ddd;
  border-radius: 0
}

a.swp_CTT.style2 .sw-click-to-tweet .sw-ctt-btn {
  color: #1da1f2
}

a.swp_CTT.style2 .sw-click-to-tweet .sw-ctt-text {
  color: #666;
  font-style: italic;
  text-decoration: none
}

a.swp_CTT.style2:hover .sw-click-to-tweet .sw-ctt-text,a.swp_CTT.style2:hover .sw-click-to-tweet .sw-ctt-btn {
  color: #666;
  text-decoration: none
}

a.swp_CTT.style3 .sw-click-to-tweet {
  background-color: #1da1f2;
  border: none;
  border-left: 10px solid #15202b;
  border-radius: 0;
  padding-right: 20px;
  transition: all .2s linear
}

a.swp_CTT.style3 .sw-click-to-tweet .sw-ctt-text,a.swp_CTT.style3 .sw-click-to-tweet .sw-ctt-btn,a.swp_CTT.style3 .sw-click-to-tweet i.swp_twitter {
  color: #fff;
  text-decoration: none
}

a.swp_CTT.style3 .sw-click-to-tweet .sw-ctt-text {
  font-style: italic
}

a.swp_CTT.style3:hover .sw-click-to-tweet {
  border-left: 10px solid #15202b;
  padding-right: 20px;
  transition: all .2s linear
}

a.swp_CTT.style3:hover .sw-click-to-tweet .sw-ctt-text,a.swp_CTT.style3:hover .sw-click-to-tweet .sw-ctt-btn,a.swp_CTT.style3:hover .sw-click-to-tweet i.swp_twitter {
  color: #fff;
  text-decoration: none
}

a.swp_CTT.style4 .sw-click-to-tweet {
  background-color: #333;
  border-left: 10px solid #c33;
  border-radius: 0;
  transition: all .2s linear
}

a.swp_CTT.style4 .sw-click-to-tweet .sw-ctt-text,a.swp_CTT.style4 .sw-click-to-tweet .sw-ctt-btn,a.swp_CTT.style4 .sw-click-to-tweet i.swp_twitter {
  color: #fff;
  text-decoration: none
}

a.swp_CTT.style4:hover .sw-click-to-tweet {
  border-left: 10px solid #3c87b2;
  transition: all .2s linear
}

a.swp_CTT.style4:hover .sw-click-to-tweet .sw-ctt-text,a.swp_CTT.style4:hover .sw-click-to-tweet .sw-ctt-btn,a.swp_CTT.style4:hover .sw-click-to-tweet i.swp_twitter {
  color: #fff;
  text-decoration: none
}

a.swp_CTT.style5 .sw-click-to-tweet {
  background-color: #30394f;
  border-left: 10px solid #d34250;
  border-radius: 0;
  transition: all .2s linear
}

a.swp_CTT.style5 .sw-click-to-tweet .sw-ctt-text,a.swp_CTT.style5 .sw-click-to-tweet .sw-ctt-btn,a.swp_CTT.style5 .sw-click-to-tweet i.swp_twitter {
  color: #fff;
  text-decoration: none
}

a.swp_CTT.style5:hover .sw-click-to-tweet {
  background-color: #d34250;
  border-left: 10px solid #30394f;
  transition: all .2s linear
}

a.swp_CTT.style5:hover .sw-click-to-tweet .sw-ctt-text,a.swp_CTT.style5:hover .sw-click-to-tweet .sw-ctt-btn {
  color: #fff;
  text-decoration: none
}

a.swp_CTT.style6 .sw-click-to-tweet {
  background-color: #eee;
  border-left: 10px solid #d34250;
  border-radius: 0;
  transition: all .2s linear
}

a.swp_CTT.style6 .sw-click-to-tweet .sw-ctt-text,a.swp_CTT.style6 .sw-click-to-tweet .sw-ctt-btn,a.swp_CTT.style6 .sw-click-to-tweet i.swp_twitter {
  color: #30394f;
  text-decoration: none
}

a.swp_CTT.style6:hover .sw-click-to-tweet {
  background-color: #ced3dc;
  border-left: 10px solid #d34250;
  transition: all .2s linear
}

a.swp_CTT.style6:hover .sw-click-to-tweet .sw-ctt-text,a.swp_CTT.style6:hover .sw-click-to-tweet .sw-ctt-btn,a.swp_CTT.style6:hover .sw-click-to-tweet i.swp_twitter {
  color: #2a2d34;
  text-decoration: none
}

a.swp_CTT.style7 .sw-click-to-tweet {
  transition: all .2s linear;
  background: #f9f9f9;
  color: #1DA1F2;
  border-radius: 10px;
  transform: skewX(-15deg);
  border: 7px dashed #e5e5e5
}

a.swp_CTT.style7 .sw-click-to-tweet .sw-ctt-text,a.swp_CTT.style7 .sw-click-to-tweet .sw-ctt-btn {
  transition: all .2s linear;
  transform: skewX(15deg)
}

a.swp_CTT.style7:hover .sw-click-to-tweet {
  transition: all .2s linear;
  background: #ffffff;
  border-color: #DDDDDD;
  transform: skewX(-10deg) scale(1.02)
}

a.swp_CTT.style7:hover .sw-click-to-tweet .sw-ctt-text,a.swp_CTT.style7:hover .sw-click-to-tweet .sw-ctt-btn {
  transition: all .2s linear;
  transform: skewX(10deg)
}

.swfw-follow-container {
  display: flex;
  position: relative
}

.swfw-follow-container .swfw-container-message {
  font-weight: bold
}

.swfw-follow-container.swfw_square_container {
  flex-flow: row wrap
}

.swfw-follow-container.swfw_buttons_container {
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: space-between
}

.swfw-follow-container.swfw_block_container {
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start
}

.swfw-follow-container a {
  text-decoration: none
}

div.swp-blogger {
  background: #ff5722;
  border-color: #ee3900
}

div.swp-blogger a {
  color: #ff5722
}

div.swp-blogger a:hover {
  background: #ee3900;
  color: #ffffff
}

div.swp-buffer {
  background: #323b43;
  border-color: #1c2126
}

div.swp-buffer a {
  color: #323b43
}

div.swp-buffer a:hover {
  background: #1c2126;
  color: #ffffff
}

div.swp-ello {
  background: #000;
  border-color: #000
}

div.swp-ello a {
  color: #000
}

div.swp-ello a:hover {
  background: #000;
  color: #ffffff
}

div.swp-email {
  background: #6bcce9;
  border-color: #3fbde2
}

div.swp-email a {
  color: #6bcce9
}

div.swp-email a:hover {
  background: #3fbde2;
  color: #ffffff
}

div.swp-evernote {
  background: #2dbe60;
  border-color: #23954b
}

div.swp-evernote a {
  color: #2dbe60
}

div.swp-evernote a:hover {
  background: #23954b;
  color: #ffffff
}

div.swp-facebook {
  background: #1877f2;
  border-color: #0b5fcc
}

div.swp-facebook a {
  color: #1877f2
}

div.swp-facebook a:hover {
  background: #0b5fcc;
  color: #ffffff
}

div.swp-flickr {
  background: #ff0084;
  border-color: #cc006a
}

div.swp-flickr a {
  color: #ff0084
}

div.swp-flickr a:hover {
  background: #cc006a;
  color: #ffffff
}

div.swp-flipboard {
  background: #bf2626;
  border-color: #941e1e
}

div.swp-flipboard a {
  color: #bf2626
}

div.swp-flipboard a:hover {
  background: #941e1e;
  color: #ffffff
}

div.swp-hacker_news {
  background: #d85623;
  border-color: #ac451c
}

div.swp-hacker_news a {
  color: #d85623
}

div.swp-hacker_news a:hover {
  background: #ac451c;
  color: #ffffff
}

div.swp-instagram {
  background: #ea2454;
  border-color: #c8133f
}

div.swp-instagram a {
  color: #ea2454
}

div.swp-instagram a:hover {
  background: #c8133f;
  color: #ffffff
}

div.swp-linkedin {
  background: #2767b1;
  border-color: #1e4f87
}

div.swp-linkedin a {
  color: #2767b1
}

div.swp-linkedin a:hover {
  background: #1e4f87;
  color: #ffffff
}

div.swp-medium {
  background: #00ab6c;
  border-color: #00784c
}

div.swp-medium a {
  color: #00ab6c
}

div.swp-medium a:hover {
  background: #00784c;
  color: #ffffff
}

div.swp-mix {
  background: #f4812c;
  border-color: #e1660c
}

div.swp-mix a {
  color: #f4812c
}

div.swp-mix a:hover {
  background: #e1660c;
  color: #ffffff
}

div.swp-more {
  background: #ee464f;
  border-color: #ea1723
}

div.swp-more a {
  color: #ee464f
}

div.swp-more a:hover {
  background: #ea1723;
  color: #ffffff
}

div.swp-periscope {
  background: #3aa4c6;
  border-color: #2e849f
}

div.swp-periscope a {
  color: #3aa4c6
}

div.swp-periscope a:hover {
  background: #2e849f;
  color: #ffffff
}

div.swp-pinterest {
  background: #e60023;
  border-color: #b3001b
}

div.swp-pinterest a {
  color: #e60023
}

div.swp-pinterest a:hover {
  background: #b3001b;
  color: #ffffff
}

div.swp-pocket {
  background: #ef4056;
  border-color: #e9132e
}

div.swp-pocket a {
  color: #ef4056
}

div.swp-pocket a:hover {
  background: #e9132e;
  color: #ffffff
}

div.swp-print {
  background: #777;
  border-color: #5e5e5e
}

div.swp-print a {
  color: #777
}

div.swp-print a:hover {
  background: #5e5e5e;
  color: #ffffff
}

div.swp-reddit {
  background: #f04b23;
  border-color: #d2340e
}

div.swp-reddit a {
  color: #f04b23
}

div.swp-reddit a:hover {
  background: #d2340e;
  color: #ffffff
}

div.swp-snapchat {
  background: #FFFC00;
  border-color: #ccca00
}

div.swp-snapchat a {
  color: #FFFC00
}

div.swp-snapchat a:hover {
  background: #ccca00;
  color: #ffffff
}

div.swp-telegram {
  background: #08c;
  border-color: #069
}

div.swp-telegram a {
  color: #08c
}

div.swp-telegram a:hover {
  background: #069;
  color: #ffffff
}

div.swp-twitter {
  background: #1da1f2;
  border-color: #0c85d0
}

div.swp-twitter a {
  color: #1da1f2
}

div.swp-twitter a:hover {
  background: #0c85d0;
  color: #ffffff
}

div.swp-tumblr {
  background: #39475d;
  border-color: #262f3d
}

div.swp-tumblr a {
  color: #39475d
}

div.swp-tumblr a:hover {
  background: #262f3d;
  color: #ffffff
}

div.swp-vimeo {
  background: #162221;
  border-color: #020303
}

div.swp-vimeo a {
  color: #162221
}

div.swp-vimeo a:hover {
  background: #020303;
  color: #ffffff
}

div.swp-viber {
  background: #8f5db7;
  border-color: #75459c
}

div.swp-viber a {
  color: #8f5db7
}

div.swp-viber a:hover {
  background: #75459c;
  color: #ffffff
}

div.swp-vk {
  background: #4a76a8;
  border-color: #3a5d85
}

div.swp-vk a {
  color: #4a76a8
}

div.swp-vk a:hover {
  background: #3a5d85;
  color: #ffffff
}

div.swp-whatsapp {
  background: #71c169;
  border-color: #52af48
}

div.swp-whatsapp a {
  color: #71c169
}

div.swp-whatsapp a:hover {
  background: #52af48;
  color: #ffffff
}

div.swp-xing {
  background: #026466;
  border-color: #013334
}

div.swp-xing a {
  color: #026466
}

div.swp-xing a:hover {
  background: #013334;
  color: #ffffff
}

div.swp-yummly {
  background: #e26426;
  border-color: #bc4f19
}

div.swp-yummly a {
  color: #e26426
}

div.swp-yummly a:hover {
  background: #bc4f19;
  color: #ffffff
}

.swfw-follow-button,.swfw_square_button,.swfw_buttons_button,.swfw_block_button,.swfw-follow-button.swfw_leaf_button,.swfw-follow-button.swfw_pill_button,.swfw-follow-button.swfw_shift_button {
  align-items: center;
  border-radius: 8px;
  display: flex;
  color: white;
  font-family: 'Helvetica', sans-serif;
  font-size: initial;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 10px;
  padding: 15px 5%;
  width: 90%
}

.swfw-follow-button.swp-snapchat,.swp-snapchat.swfw_square_button,.swp-snapchat.swfw_buttons_button,.swp-snapchat.swfw_block_button,.swfw-follow-button.swp-snapchat a,.swp-snapchat.swfw_square_button a,.swp-snapchat.swfw_buttons_button a,.swp-snapchat.swfw_block_button a {
  color: black
}

.swfw-follow-button a,.swfw_square_button a,.swfw_buttons_button a,.swfw_block_button a,.swfw-follow-button.swfw_leaf_button a,.swfw-follow-button.swfw_pill_button a,.swfw-follow-button.swfw_shift_button a {
  background: #fff;
  border-radius: 4px;
  transition: all 0.2s ease-in-out
}

.swfw-follow-button a :hover,.swfw_square_button a :hover,.swfw_buttons_button a :hover,.swfw_block_button a :hover {
  color: white
}

.swfw-follow-button a :hover.swp-snapchat,.swfw_square_button a :hover.swp-snapchat,.swfw_buttons_button a :hover.swp-snapchat,.swfw_block_button a :hover.swp-snapchat {
  color: black
}

.swfw-follow-button a,.swfw_square_button a,.swfw_buttons_button a,.swfw_block_button a,.swfw-follow-button.swfw_leaf_button a,.swfw-follow-button.swfw_pill_button a,.swfw-follow-button.swfw_shift_button a,.swfw-follow-button .swfw-text,.swfw_square_button .swfw-text,.swfw_buttons_button .swfw-text,.swfw_block_button .swfw-text,.swfw-follow-button .swfw-cta,.swfw_square_button .swfw-cta,.swfw_buttons_button .swfw-cta,.swfw_block_button .swfw-cta,.swfw-follow-button .swfw-count,.swfw_square_button .swfw-count,.swfw_buttons_button .swfw-count,.swfw_block_button .swfw-count {
  text-decoration: none !important
}

.swfw-follow-button .swfw-network-icon i,.swfw_square_button .swfw-network-icon i,.swfw_buttons_button .swfw-network-icon i,.swfw_block_button .swfw-network-icon i {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none !important
}

.swfw_square_button {
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  text-align: center;
  margin: 5px;
  padding: 0;
  justify-content: center;
  border-radius: 4px
}

.swfw_square_button .swfw-network-icon {
  margin-top: -12px
}

.swfw_square_button .swfw-text {
  width: 100%
}

.swfw_square_button .swfw-cta,.swfw_square_button .swfw-count {
  display: block;
  width: 100%;
  position: absolute
}

.swfw_square_button .swfw-count {
  opacity: 1;
  transition: opacity 120ms 0;
  font-size: 12px
}

.swfw_square_button .swfw-cta {
  opacity: 0;
  transition: opacity 120ms 0;
  font-size: 12px
}

.swfw_square_button:hover .swfw-count {
  opacity: 0;
  transition: opacity 120ms 120ms
}

.swfw_square_button:hover .swfw-cta {
  opacity: 1;
  transition: opacity 120ms 120ms
}

.swfw_buttons_button {
  display: flex;
  flex-flow: row nowrap;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  margin: 10px 5px;
  border-radius: 4px;
  padding: 5px 15px;
  color: white
}

.swfw_buttons_button .swfw-network-icon {
  padding: 0;
  font-size: 32px
}

.swfw_buttons_button .swfw-text {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  margin: 0 10px;
  transition: margin 300ms;
  display: flex;
  justify-content: center;
  line-height: 32px;
  color: white
}

.swfw_buttons_button .swfw-text .swfw-cta,.swfw_buttons_button .swfw-text .swfw-count {
  display: inline;
  position: relative;
  transition: all 300ms
}

.swfw_buttons_button .swfw-text .swfw-cta {
  width: 0;
  overflow-x: hidden;
  position: absolute;
  color: transparent;
  margin-right: 0;
  font-weight: normal
}

.swfw_buttons_button .swfw-text:hover .swfw-cta {
  color: white
}

.swfw_buttons_button.swp-snapchat .swfw-text {
  color: black
}

.swfw_buttons_button.swp-snapchat .swfw-text:hover .swfw-cta {
  color: black
}

.swfw_buttons_button:hover .swfw-text {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content
}

.swfw_buttons_button:hover .swfw-text .swfw-cta {
  width: -moz-min-content;
  width: -webkit-min-content;
  width: min-content;
  overflow-x: visible;
  position: relative;
  margin-right: 10px;
  color: white
}

.swfw-follow-button.swfw_leaf_button .swfw-network-icon,.swfw-follow-button.swfw_pill_button .swfw-network-icon,.swfw-follow-button.swfw_shift_button .swfw-network-icon {
  margin-left: 10px;
  flex: 1
}

.swfw-follow-button.swfw_leaf_button .swfw-text,.swfw-follow-button.swfw_pill_button .swfw-text,.swfw-follow-button.swfw_shift_button .swfw-text {
  flex: 2
}

.swfw-follow-button.swfw_leaf_button .swfw-cta-button,.swfw-follow-button.swfw_pill_button .swfw-cta-button,.swfw-follow-button.swfw_shift_button .swfw-cta-button {
  flex: 1
}

.swfw-follow-button.swfw_leaf_button .swfw-cta-button a,.swfw-follow-button.swfw_pill_button .swfw-cta-button a,.swfw-follow-button.swfw_shift_button .swfw-cta-button a {
  padding: none
}

.swfw-follow-button.swfw_leaf_button .swfw-cta-button a div,.swfw-follow-button.swfw_pill_button .swfw-cta-button a div,.swfw-follow-button.swfw_shift_button .swfw-cta-button a div {
  padding: 10px 30px;
  background: white;
  border-radius: 2px
}

.swfw-follow-button.swfw_leaf_button .swfw-cta-button a:hover div,.swfw-follow-button.swfw_pill_button .swfw-cta-button a:hover div,.swfw-follow-button.swfw_shift_button .swfw-cta-button a:hover div {
  background: rgba(33,33,33,0.3)
}

.swfw_block_button,.swfw-follow-button.swfw_leaf_button,.swfw-follow-button.swfw_pill_button,.swfw-follow-button.swfw_shift_button {
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  cursor: initial;
  position: relative
}

.swfw_block_button>*,.swfw-follow-button.swfw_leaf_button>*,.swfw-follow-button.swfw_pill_button>*,.swfw-follow-button.swfw_shift_button>* {
  width: -moz-min-content;
  width: -webkit-min-content;
  width: min-content
}

.swfw_block_button .swfw-network-icon,.swfw-follow-button.swfw_leaf_button .swfw-network-icon,.swfw-follow-button.swfw_pill_button .swfw-network-icon,.swfw-follow-button.swfw_shift_button .swfw-network-icon {
  margin-left: 10px
}

.swfw_block_button .swfw-text,.swfw-follow-button.swfw_leaf_button .swfw-text,.swfw-follow-button.swfw_pill_button .swfw-text,.swfw-follow-button.swfw_shift_button .swfw-text {
  font-size: 12px;
  line-height: 24px;
  left: calc(10px + 60px);
  color: white;
  text-align: center
}

.swfw_block_button .swfw-text .swfw-count,.swfw-follow-button.swfw_leaf_button .swfw-text .swfw-count,.swfw-follow-button.swfw_pill_button .swfw-text .swfw-count,.swfw-follow-button.swfw_shift_button .swfw-text .swfw-count {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  font-size: 15px
}

.swfw_block_button.swp-snapchat .swfw-text,.swp-snapchat.swfw-follow-button.swfw_leaf_button .swfw-text,.swp-snapchat.swfw-follow-button.swfw_pill_button .swfw-text,.swp-snapchat.swfw-follow-button.swfw_shift_button .swfw-text {
  color: black
}

.swfw_block_button .swfw-cta,.swfw-follow-button.swfw_leaf_button .swfw-cta,.swfw-follow-button.swfw_pill_button .swfw-cta,.swfw-follow-button.swfw_shift_button .swfw-cta {
  border-radius: 3px
}

.swfw_block_button .swfw-cta-button,.swfw-follow-button.swfw_leaf_button .swfw-cta-button,.swfw-follow-button.swfw_pill_button .swfw-cta-button,.swfw-follow-button.swfw_shift_button .swfw-cta-button {
  font-size: 24px;
  padding: 5px;
  line-height: 24px;
  border-radius: 4px;
  text-align: center;
  right: 0
}

.swfw_block_button .swfw-cta-button a,.swfw-follow-button.swfw_leaf_button .swfw-cta-button a,.swfw-follow-button.swfw_pill_button .swfw-cta-button a,.swfw-follow-button.swfw_shift_button .swfw-cta-button a {
  text-decoration: none !important
}

.swfw_block_button .swfw-cta-button a div,.swfw-follow-button.swfw_leaf_button .swfw-cta-button a div,.swfw-follow-button.swfw_pill_button .swfw-cta-button a div,.swfw-follow-button.swfw_shift_button .swfw-cta-button a div {
  font-size: 14px;
  min-width: 100px;
  border-radius: 3px;
  background: white;
  padding: 5px 15px
}

.swfw_block_button .swfw-cta-button a div:hover,.swfw-follow-button.swfw_leaf_button .swfw-cta-button a div:hover,.swfw-follow-button.swfw_pill_button .swfw-cta-button a div:hover,.swfw-follow-button.swfw_shift_button .swfw-cta-button a div:hover {
  transition: opacity 200ms;
  background: rgba(30,30,30,0.3);
  cursor: pointer;
  color: white
}

.swfw_leaf_button.swfw_square_button,.swfw_leaf_button.swfw_buttons_button,.swfw_leaf_button.swfw_block_button,.swfw_leaf_button.swfw-follow-button {
  border-top-left-radius: 21px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 21px
}

.swfw_leaf_button.swfw_square_button .swfw-network-icon,.swfw_leaf_button.swfw_buttons_button .swfw-network-icon,.swfw_leaf_button.swfw_block_button .swfw-network-icon,.swfw_leaf_button.swfw-follow-button .swfw-network-icon {
  margin-left: 10px
}

.swfw_pill_button.swfw_square_button,.swfw_pill_button.swfw_buttons_button,.swfw_pill_button.swfw_block_button,.swfw_pill_button.swfw-follow-button {
  border-radius: 50px;
  padding: 20px
}

.swfw_pill_button.swfw_square_button .swfw-network-icon,.swfw_pill_button.swfw_buttons_button .swfw-network-icon,.swfw_pill_button.swfw_block_button .swfw-network-icon,.swfw_pill_button.swfw-follow-button .swfw-network-icon {
  margin-left: 10px
}

.swfw_pill_button.swfw_square_button .swfw-cta-button a,.swfw_pill_button.swfw_buttons_button .swfw-cta-button a,.swfw_pill_button.swfw_block_button .swfw-cta-button a,.swfw_pill_button.swfw-follow-button .swfw-cta-button a {
  border-radius: 50px
}

.swfw_pill_button.swfw_square_button .swfw-cta-button a div,.swfw_pill_button.swfw_buttons_button .swfw-cta-button a div,.swfw_pill_button.swfw_block_button .swfw-cta-button a div,.swfw_pill_button.swfw-follow-button .swfw-cta-button a div {
  border-radius: 50px
}

.swfw_shift_button.swfw_square_button,.swfw_shift_button.swfw_buttons_button,.swfw_shift_button.swfw_block_button,.swfw_shift_button.swfw-follow-button {
  transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -webkit-transform: skew(-20deg)
}

.swfw_shift_button.swfw_square_button div,.swfw_shift_button.swfw_buttons_button div,.swfw_shift_button.swfw_block_button div,.swfw_shift_button.swfw-follow-button div {
  transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  -webkit-transform: skew(20deg);
  align-items: center;
  display: flex;
  justify-content: space-around;
  width: 100%
}

.swfw_shift_button.swfw_square_button .swfw-cta-button,.swfw_shift_button.swfw_buttons_button .swfw-cta-button,.swfw_shift_button.swfw_block_button .swfw-cta-button,.swfw_shift_button.swfw-follow-button .swfw-cta-button {
  transform: skew(0deg)
}

.swfw_shift_button.swfw_square_button .swfw-cta-button a,.swfw_shift_button.swfw_buttons_button .swfw-cta-button a,.swfw_shift_button.swfw_block_button .swfw-cta-button a,.swfw_shift_button.swfw-follow-button .swfw-cta-button a {
  padding: none
}

.swfw_shift_button.swfw_square_button .swfw-cta-button a:hover,.swfw_shift_button.swfw_buttons_button .swfw-cta-button a:hover,.swfw_shift_button.swfw_block_button .swfw-cta-button a:hover,.swfw_shift_button.swfw-follow-button .swfw-cta-button a:hover {
  background: rgba(33,33,33,0.3)
}

.swfw_shift_button.swfw_square_button .swfw-cta-button a div,.swfw_shift_button.swfw_buttons_button .swfw-cta-button a div,.swfw_shift_button.swfw_block_button .swfw-cta-button a div,.swfw_shift_button.swfw-follow-button .swfw-cta-button a div {
  background: none;
  transform: skew(20deg);
  padding: 10px 30px
}

.swfw_shift_button.swfw_square_button .swfw-cta-button a div:hover,.swfw_shift_button.swfw_buttons_button .swfw-cta-button a div:hover,.swfw_shift_button.swfw_block_button .swfw-cta-button a div:hover,.swfw_shift_button.swfw-follow-button .swfw-cta-button a div:hover {
  background: none
}

.swfw-revoke-button,.swfw-authorization-button {
  width: 70%;
  text-align: center;
  max-width: 200px
}

.swfw-input-field,.swfw-follow-field {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin: 15px auto
}

.swfw-follow-field.swfw-inactive a {
  cursor: initial
}

.swfw-follow-field.swfw-active a {
  cursor: pointer
}

.swfw-follow-field-icon {
  color: black;
  width: 40px;
  font-size: 40px;
  line-height: 42px;
  font-weight: bold;
  transition: all 200ms;
  border-radius: 3px;
  height: 40px;
  text-align: center;
  padding: 2px
}

.swfw-widget label {
  font-size: 14px;
  width: 100px
}

.swfw-follow-field label {
  text-align: right
}

.swfw-input-field input,.swfw-input-field select,.swfw-follow-field input {
  padding: 10px;
  width: 50%;
  height: 100%;
  border-radius: 4px
}

.swfw-follow-field.swfw-inactive div {
  background: white
}

.swfw-follow-field.swfw-active div {
  color: white
}

a.swp-hover-pin-button {
  background: #cd2029;
  border: 1px solid #aa1b29;
  border: 0;
  border-bottom: none;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  font-family: Lato,sans-serif;
  font-size: 15px;
  width: 120px !important;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.5s;
  z-index: 3200;
  position: absolute;
  cursor: pointer
}

a.swp-hover-pin-button::before {
  content: "A";
  color: #fff;
  float: left;
  font-family: sw-icon-font;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  margin-left: -5px;
  margin-right: 10px
}

a.swp-hover-pin-button:hover::before {
  content: "z"
}

a.swp-hover-pin-button:hover,a.swp-hover-pin-button:focus {
  background: #aa1b29;
  color: #fff;
  text-decoration: none
}

.swp-pinterest-image-top {
  margin-bottom: 20px
}

.swp-pinterest-image-bottom {
  margin-top: 20px
}

.swp_pop_thumb {
  border-radius: 3px;
  float: left;
  height: 100px;
  margin: 5px 25px 5px 0;
  width: 100px
}

.swp_popular_post {
  clear: both
}

.swp_popular_post a.swp_popularity {
  border: none;
  display: block;
  line-height: 1.5;
  margin: 20px 0
}

.swp_clearfix:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden
}

span.swp_pop_count {
  display: block;
  font-size: 70%
}

.swp_widget_box {
  border-radius: 3px
}

.swp_hidden_pin_image {
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -10
}

.swp-content-locator {
  display: none !important;
  margin: 0 !important
}

.swp-lightbox-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: #ffffff;
  z-index: 999999
}

.swp-lightbox-wrapper .swp-lightbox-inner {
  width: 50%;
  left: 25%;
  position: relative;
  text-align: center;
  top: 10%;
  background: #ffffff;
  padding: 35px;
  border-radius: 10px
}

@media (max-width: 768px) {
  .swp-lightbox-wrapper .swp-lightbox-inner {
    width:80%;
    left: 10%
  }
}

@media (max-width: 450px) {
  .swp-lightbox-wrapper .swp-lightbox-inner {
    width:90%;
    left: 5%
  }
}

.swp-lightbox-wrapper .swp-lightbox-inner h5 {
  font-family: Lato, sans-serif;
  font-size: 25px;
  margin-bottom: 40px;
  text-align: center
}

.swp-lightbox-wrapper .swp-lightbox-inner .swp-lightbox-close {
  font-weight: bold;
  height: 20px;
  width: 20px;
  cursor: pointer;
  color: #30394f;
  text-align: right;
  transform: rotate(45deg);
  display: inline-block;
  float: right;
  margin: -30px;
  font-size: 25px
}

.swp-lightbox-wrapper .swp-lightbox-inner .swp-lightbox-close:before {
  content: '+';
  font-family: arial
}

@media print {
  .swp-lightbox-wrapper {
    display: none
  }
}

.swp-lightbox-wrapper .swp_pinterest_icon.top_icon,.swp-lightbox-wrapper .swp_share_icon {
  color: #cd2029;
  font-size: 45px;
  margin: 0;
  padding: 0;
  line-height: 0
}

.swp-lightbox-wrapper .swp_share_icon {
  color: #000000
}

.swp-lightbox-wrapper.pinterest-overlay .swp-lightbox-inner {
  width: 70%;
  left: 15%;
  height: 80%;
  overflow-y: auto
}

.swp-lightbox-wrapper.pinterest-overlay .swp-lightbox-inner h5 {
  margin-bottom: 40px
}

.swp-lightbox-wrapper.pinterest-overlay .pin_images_wrapper {
  text-align: center
}

.swp-lightbox-wrapper.pinterest-overlay .pin_images_wrapper .pin_image_select_wrapper {
  display: inline-block;
  width: 24%;
  margin-right: 1%
}

.swp-lightbox-wrapper.pinterest-overlay .pin_images_wrapper .pin_image_select_wrapper img {
  border-radius: 3px;
  max-width: 100%;
  height: auto
}

.swp-lightbox-wrapper.pinterest-overlay .pin_images_wrapper .pin_image_select_wrapper .swp-hover-pin-button {
  position: initial;
  width: 100% !important;
  display: block;
  margin-top: 10px;
  margin-bottom: 40px
}

.blog-listing .hentry .hs-button {
  padding: .563em 1.125em .813em;
  cursor: pointer;
  font-size: 16px;
  font-weight: inherit;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.blog-listing .hentry .hs-button:focus {
  background-color: rgba(35,138,137,1.0);
  border-color: rgba(35,139,137,0.0); 
}
.blog-listing .custom-sidebar img {
  margin: 0 auto;
  display: block;   
}
.p-meta>span {
  display: inline-block;
  margin-right: -4px;
}
.hs-blog-post .blog-listing .custom-sidebar p {
  margin: 1.1em 0 15px 0;
  line-height: 30px;
}
.hs-blog-post .blog-listing .custom-sidebar p:last-child,
.blog-listing .custom-sidebar .widget ul:last-child, 
.blog-listing .custom-sidebar .widget ol:last-child,
.blog-listing .custom-sidebar p:last-child{
  margin-bottom: 0;
}

.blog-listing-2 .entry-featured {
  border-bottom: 1px solid #ddd;
}
.blog-listing {
  font-size: 14px;
}
.p-meta>span:after {
  content: "/";
  padding: 0 .5em 0 .45em;
}

.p-meta > span:last-child:after {
  padding-left: 3px;
}

.blog-listing p.p-meta {
  margin: 8px 0 1.45em;
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 85.7%;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Montserrat",sans-serif;
}
p.p-meta [data-x-icon-s] {
  font-family: 'FontAwesome2' !important;
}
@media (max-width: 767px) {
  .x-nav-articles {
    float:none;
    width: 100%;
    margin-top: .65em;
    text-align: center
  }
}

.x-nav-articles .next {
  margin-left: .5em
}

.custom-sidebar #text-2 .textwidget p,
.blog-listing aside.custom-sidebar.right #text-13 .textwidget p {
  line-height: 30px;
}

@media (max-width: 767px){
  .entry-wrap {
    padding: 36px;
  }
  .entry-footer a {
    font-size: 11px;
  }
  .h-landmark {
    font-size: 48px;
  }
  .custom-breadcrumbs.clearfix {
    float: none;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px){ 
  .entry-wrap {
    padding: 25px;
  }
  .h-landmark {
    font-size: 42px;
  }
  .entry-title {
    font-size: 200%;
  }
  .entry-footer a {
    font-size: 10px;
  }

  .custom-pagination a,
  .custom-pagination span {
    margin-bottom: 6px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
.content-wrapper.custom-error-page h4 {
  font-size: 23px;
  line-height: 29px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content-wrapper.custom-error-page p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: rgb(149, 152, 154);
  font-weight: normal;
  line-height: 24px;
}
.error-search {
  text-align: center;
}
.content-wrapper.custom-error-page .error-page:before {
  font-size: 400px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
  /* font-size: 160px; */
  color: rgba(0, 0, 0, 0.1);
  font-weight: 300;
}
.error-search form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  position: relative;
  display: flex;
  /* border-collapse: separate; */
  width: 100%;
}

.error-search form button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: relative;
  z-index: 2;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  line-height: 1;
  height: auto;
}

.error-search form input.hs-search-field__input {
  margin: 0;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
  color: rgb(51, 51, 51);
}

.error-search form button >span:before {
  content: "\f002";

}

button {}

.error-search form button >span svg {
  display: none;
}
input#hs-pwd-widget-password {
  height: 2.65em !important;
}
p.header {
  background: transparent;
}
@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;
  width:100%;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 15px;
  color: #4F7D24;
  padding: .1rem .75rem;
}
.systems-page.custom-search-page {}

.systems-page.custom-search-page h1 {
  text-align: center;
}

.systems-page.custom-search-page .error-search form {
  max-width: 600px;
}

.systems-page.custom-search-page .error-search form input.hs-search-field__input {
  border-radius: 4px 0 0  4px;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.hs-search-module {
  margin-top: 20px;
}

@media (max-width:767px){
  .content-wrapper.custom-error-page .error-page:before {
    font-size: 140px;
  }
  .content-wrapper.custom-error-page h4{
    line-height: 1.1;
    font-size: 20px;
  }
  form#email-prefs-form h1 {
    font-size: 24px;
  }
  form#email-prefs-form h2 {
    font-size: 22px;
    word-break: break-word;
  }


}