/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */


@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

@font-face {
  font-family: "nunitoregular";
  src: url("//4313631.fs1.hubspotusercontent-na1.net/hubfs/4313631/PlayBook_March2020%20Theme/Fonts/nunitoregular/nunito-regular-webfont.woff2") format("woff2"), 
    url("//4313631.fs1.hubspotusercontent-na1.net/hubfs/4313631/PlayBook_March2020%20Theme/Fonts/nunitoregular/nunito-regular-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "nunitobold";
  src: url("//4313631.fs1.hubspotusercontent-na1.net/hubfs/4313631/PlayBook_March2020%20Theme/Fonts/nunitobold/nunito-bold-webfont.woff") format("woff2"), 
    url("//4313631.fs1.hubspotusercontent-na1.net/hubfs/4313631/PlayBook_March2020%20Theme/Fonts/nunitobold/nunito-bold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "nunitoextrabold";
  src: url("//4313631.fs1.hubspotusercontent-na1.net/hubfs/4313631/PlayBook_March2020%20Theme/Fonts/nunitoextrabold/nunito-extrabold-webfont.woff2") format("woff2"), 
    url("//4313631.fs1.hubspotusercontent-na1.net/hubfs/4313631/PlayBook_March2020%20Theme/Fonts/nunitoextrabold/nunito-extrabold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "nunitomedium";
  src: url("//4313631.fs1.hubspotusercontent-na1.net/hubfs/4313631/PlayBook_March2020%20Theme/Fonts/nunitomedium/nunito-medium-webfont.woff2") format("woff2"), 
    url("//4313631.fs1.hubspotusercontent-na1.net/hubfs/4313631/PlayBook_March2020%20Theme/Fonts/nunitomedium/nunito-medium-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive iFrames */
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}
 
/* Forms */
textarea,
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"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; } 


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */


:root {
  --blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
  font-family: sans-serif;
  line-height: 1.15;
}
body {
  background: #fff;
  color: #212529;
  font-family: 'nunitoregular';
  font-size: 1rem;
  line-height: 1.5;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width:100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .container-fluid .row-fluid .page-center {
    max-width: 95%;
  }  
}

@media (min-width: 1300px) {
  .container-fluid .row-fluid .page-center {
    max-width: 90%;
  }  
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1) !important;
    border-color: #c8d0d3 !important;
    box-sizing: content-box;
    height: 0 !important;
    overflow: visible;
    background-color: transparent !important;
}


/* Highlighted Text 
::-moz-selection {
color: #fff;
background: #3399ff;
text-shadow: none;
}
::selection {
color: #fff;
background: #3399ff;
text-shadow: none;
}
*/


/* =============== Typography =============== */

/* Basic text */
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'nunitoregular';
  color: #123a49;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;  
  font-weight: 500;
  line-height: 1.2;
  font-family: 'nunitoextrabold';
  color: #123a49;
}
h4, h5, h6 {
    font-family: 'nunitobold';
    color: #123a49;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}

/* Anchor Links */
a { 
  color: #007bff;
  text-decoration:none;
}
a:hover, a:focus { 
  color: #0056b3;
  text-decoration:none; 
}


/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  margin: 0 0 1rem;
}
figure {
  margin: 0 0 1rem;
}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Typography CSS =============== */


.lead {
  font-size: 1.25rem;
  font-weight: 300
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2
}

.mark,mark {
  padding: .2em;
  background-color: #fcf8e3
}


.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {
  .container {
    max-width:540px
  }
}

@media (min-width: 768px) {
  .container {
    max-width:720px
  }
}

@media (min-width: 992px) {
  .container {
    max-width:960px
  }
}

@media (min-width: 1200px) {
  .container {
    max-width:1140px
  }
}

.cm-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.cm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.cm-col,.no-gutters>[class*=cm-col-] {
  padding-right: 0;
  padding-left: 0
}

.cm-col,.cm-col-1,.cm-col-10,.cm-col-11,.cm-col-12,.cm-col-2,.cm-col-3,.cm-col-4,.cm-col-5,.cm-col-6,.cm-col-7,.cm-col-8,.cm-col-9,.cm-col-auto,.cm-col-lg,.cm-col-lg-1,.cm-col-lg-10,
.cm-col-lg-11,.cm-col-lg-12,.cm-col-lg-2,.cm-col-lg-3,.cm-col-lg-4,.cm-col-lg-5,.cm-col-lg-6,.cm-col-lg-7,.cm-col-lg-8,.cm-col-lg-9,.cm-col-lg-auto,.cm-col-md,.cm-col-md-1,.cm-col-md-10,
.cm-col-md-11,.cm-col-md-12,.cm-col-md-2,.cm-col-md-3,.cm-col-md-4,.cm-col-md-5,.cm-col-md-6,.cm-col-md-7,.cm-col-md-8,.cm-col-md-9,.cm-col-md-auto,.cm-col-sm,.cm-col-sm-1,.cm-col-sm-10,
.cm-col-sm-11,.cm-col-sm-12,.cm-col-sm-2,.cm-col-sm-3,.cm-col-sm-4,.cm-col-sm-5,.cm-col-sm-6,.cm-col-sm-7,.cm-col-sm-8,.cm-col-sm-9,.cm-col-sm-auto,.cm-col-xl,.cm-col-xl-1,.cm-col-xl-10,
.cm-col-xl-11,.cm-col-xl-12,.cm-col-xl-2,.cm-col-xl-3,.cm-col-xl-4,.cm-col-xl-5,.cm-col-xl-6,.cm-col-xl-7,.cm-col-xl-8,.cm-col-xl-9,.cm-col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.cm-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-gcm-row: 1;
  max-width: 100%
}

.cm-col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.cm-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.cm-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.cm-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.cm-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.cm-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.cm-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.cm-col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.cm-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.cm-col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.cm-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.cm-col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.cm-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12
}

.offset-1 {
  margin-left: 8.333333%
}

.offset-2 {
  margin-left: 16.666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.333333%
}

.offset-5 {
  margin-left: 41.666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.333333%
}

.offset-8 {
  margin-left: 66.666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.333333%
}

.offset-11 {
  margin-left: 91.666667%
}

@media (min-width: 576px) {
  .cm-col-sm {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-gcm-row: 1;
    max-width: 100%
  }

  .cm-col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .cm-col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .cm-col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .cm-col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .cm-col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .cm-col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .cm-col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .cm-col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .cm-col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .cm-col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .cm-col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .cm-col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .cm-col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.333333%
  }

  .offset-sm-2 {
    margin-left: 16.666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.333333%
  }

  .offset-sm-5 {
    margin-left: 41.666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.333333%
  }

  .offset-sm-8 {
    margin-left: 66.666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.333333%
  }

  .offset-sm-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 768px) {
  .cm-col-md {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-gcm-row: 1;
    max-width: 100%
  }

  .cm-col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .cm-col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .cm-col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .cm-col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .cm-col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .cm-col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .cm-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .cm-col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .cm-col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .cm-col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .cm-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .cm-col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .cm-col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.333333%
  }

  .offset-md-2 {
    margin-left: 16.666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.333333%
  }

  .offset-md-5 {
    margin-left: 41.666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.333333%
  }

  .offset-md-8 {
    margin-left: 66.666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.333333%
  }

  .offset-md-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 992px) {
  .cm-col-lg {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-gcm-row: 1;
    max-width: 100%
  }

  .cm-col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .cm-col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .cm-col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .cm-col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .cm-col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .cm-col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .cm-col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .cm-col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .cm-col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .cm-col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .cm-col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .cm-col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .cm-col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.333333%
  }

  .offset-lg-2 {
    margin-left: 16.666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.333333%
  }

  .offset-lg-5 {
    margin-left: 41.666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.333333%
  }

  .offset-lg-8 {
    margin-left: 66.666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.333333%
  }

  .offset-lg-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 1200px) {
  .cm-col-xl {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-gcm-row: 1;
    max-width: 100%
  }

  .cm-col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .cm-col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .cm-col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .cm-col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .cm-col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .cm-col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .cm-col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .cm-col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .cm-col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .cm-col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .cm-col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .cm-col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .cm-col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.333333%
  }

  .offset-xl-2 {
    margin-left: 16.666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.333333%
  }

  .offset-xl-5 {
    margin-left: 41.666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.333333%
  }

  .offset-xl-8 {
    margin-left: 66.666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.333333%
  }

  .offset-xl-11 {
    margin-left: 91.666667%
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent
}

.table td,.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6
}

.table .table {
  background-color: #fff
}

.table-sm td,.table-sm th {
  padding: .3rem
}

.table-bordered {
  border: 1px solid #dee2e6
}

.table-bordered td,.table-bordered th {
  border: 1px solid #dee2e6
}

.table-bordered thead td,.table-bordered thead th {
  border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
  background-color: rgba(0,0,0,.075)
}

.table-primary,.table-primary>td,.table-primary>th {
  background-color: #b8daff
}

.table-hover .table-primary:hover {
  background-color: #9fcdff
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
  background-color: #9fcdff
}

.table-secondary,.table-secondary>td,.table-secondary>th {
  background-color: #d6d8db
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
  background-color: #c8cbcf
}

.table-success,.table-success>td,.table-success>th {
  background-color: #c3e6cb
}

.table-hover .table-success:hover {
  background-color: #b1dfbb
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
  background-color: #b1dfbb
}

.table-info,.table-info>td,.table-info>th {
  background-color: #bee5eb
}

.table-hover .table-info:hover {
  background-color: #abdde5
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
  background-color: #abdde5
}

.table-warning,.table-warning>td,.table-warning>th {
  background-color: #ffeeba
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
  background-color: #ffe8a1
}

.table-danger,.table-danger>td,.table-danger>th {
  background-color: #f5c6cb
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
  background-color: #f1b0b7
}

.table-light,.table-light>td,.table-light>th {
  background-color: #fdfdfe
}

.table-hover .table-light:hover {
  background-color: #ececf6
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
  background-color: #ececf6
}

.table-dark,.table-dark>td,.table-dark>th {
  background-color: #c6c8ca
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
  background-color: #b9bbbe
}

.table-active,.table-active>td,.table-active>th {
  background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
  background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
  background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.table-dark {
  color: #fff;
  background-color: #212529
}

.table-dark td,.table-dark th,.table-dark thead th {
  border-color: #32383e
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255,255,255,.05)
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255,255,255,.075)
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display:block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-sm>.table-bordered {
    border: 0
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display:block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-md>.table-bordered {
    border: 0
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display:block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-lg>.table-bordered {
    border: 0
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display:block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-xl>.table-bordered {
    border: 0
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
  border: 0
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem
}

.card-title {
  margin-bottom: .75rem
}

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0
}

.card-text:last-child {
  margin-bottom: 0
}

.card-link:hover {
  text-decoration: none
}

.card-link+.card-link {
  margin-left: 1.25rem
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0,0,0,.03);
  border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0
}

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem
}

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px)
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.card-deck .card {
  margin-bottom: 15px
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient:horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: cm-row wrap;
    flex-flow: cm-row wrap;
    margin-right: -15px;
    margin-left: -15px
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.card-group>.card {
  margin-bottom: 15px
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient:horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: cm-row wrap;
    flex-flow: cm-row wrap
  }

  .card-group>.card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }

  .card-group>.card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top {
    border-top-right-radius: 0
  }

  .card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom {
    border-bottom-right-radius: 0
  }

  .card-group>.card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top {
    border-top-left-radius: 0
  }

  .card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom {
    border-bottom-left-radius: 0
  }

  .card-group>.card:only-child {
    border-radius: .25rem
  }

  .card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
  }

  .card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0
  }
}

.card-columns .card {
  margin-bottom: .75rem
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count:3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
  }

  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}


.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive::before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%
}

.embed-responsive-16by9::before {
  padding-top: 56.25%
}

.embed-responsive-4by3::before {
  padding-top: 75%
}

.embed-responsive-1by1::before {
  padding-top: 100%
}

.flex-cm-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: cm-row!important;
  flex-direction: cm-row!important
}

.flex-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important
}

.flex-cm-row-reverse {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: cm-row-reverse!important;
  flex-direction: cm-row-reverse!important
}

.flex-column-reverse {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: column-reverse!important;
  flex-direction: column-reverse!important
}

.flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important
}

.flex-nowrap {
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap!important
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse!important;
  flex-wrap: wrap-reverse!important
}

.justify-content-start {
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start!important
}

.justify-content-end {
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important
}

.justify-content-center {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important
}

.justify-content-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important
}

.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important
}

.align-items-start {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start!important
}

.align-items-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end!important
}

.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important
}

.align-items-baseline {
  -webkit-box-align: baseline!important;
  -ms-flex-align: baseline!important;
  align-items: baseline!important
}

.align-items-stretch {
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important
}

.align-content-start {
  -ms-flex-line-pack: start!important;
  align-content: flex-start!important
}

.align-content-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end!important
}

.align-content-center {
  -ms-flex-line-pack: center!important;
  align-content: center!important
}

.align-content-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between!important
}

.align-content-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around!important
}

.align-content-stretch {
  -ms-flex-line-pack: stretch!important;
  align-content: stretch!important
}

.align-self-auto {
  -ms-flex-item-align: auto!important;
  align-self: auto!important
}

.align-self-start {
  -ms-flex-item-align: start!important;
  align-self: flex-start!important
}

.align-self-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end!important
}

.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center!important
}

.align-self-baseline {
  -ms-flex-item-align: baseline!important;
  align-self: baseline!important
}

.align-self-stretch {
  -ms-flex-item-align: stretch!important;
  align-self: stretch!important
}

@media (min-width: 576px) {
  .flex-sm-cm-row {
    -webkit-box-orient:horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: cm-row!important;
    flex-direction: cm-row!important
  }

  .flex-sm-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }

  .flex-sm-cm-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: cm-row-reverse!important;
    flex-direction: cm-row-reverse!important
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }

  .justify-content-sm-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }

  .justify-content-sm-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }

  .justify-content-sm-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }

  .align-items-sm-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }

  .align-items-sm-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }

  .align-items-sm-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
  }

  .align-self-sm-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }

  .align-self-sm-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }

  .align-self-sm-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
  }
}

@media (min-width: 768px) {
  .flex-md-cm-row {
    -webkit-box-orient:horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: cm-row!important;
    flex-direction: cm-row!important
  }

  .flex-md-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }

  .flex-md-cm-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: cm-row-reverse!important;
    flex-direction: cm-row-reverse!important
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }

  .justify-content-md-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }

  .justify-content-md-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }

  .justify-content-md-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }

  .justify-content-md-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }

  .align-items-md-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }

  .align-items-md-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }

  .align-items-md-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }

  .align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }

  .align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }

  .align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
  }

  .align-self-md-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }

  .align-self-md-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }

  .align-self-md-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
  }
}

@media (min-width: 992px) {
  .flex-lg-cm-row {
    -webkit-box-orient:horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: cm-row!important;
    flex-direction: cm-row!important
  }

  .flex-lg-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }

  .flex-lg-cm-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: cm-row-reverse!important;
    flex-direction: cm-row-reverse!important
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }

  .justify-content-lg-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }

  .justify-content-lg-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }

  .justify-content-lg-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }

  .align-items-lg-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }

  .align-items-lg-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }

  .align-items-lg-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
  }

  .align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }

  .align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }

  .align-self-lg-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
  }
}

@media (min-width: 1200px) {
  .flex-xl-cm-row {
    -webkit-box-orient:horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: cm-row!important;
    flex-direction: cm-row!important
  }

  .flex-xl-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }

  .flex-xl-cm-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: cm-row-reverse!important;
    flex-direction: cm-row-reverse!important
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }

  .justify-content-xl-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }

  .justify-content-xl-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }

  .justify-content-xl-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }

  .align-items-xl-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }

  .align-items-xl-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }

  .align-items-xl-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
  }

  .align-self-xl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }

  .align-self-xl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }

  .align-self-xl-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
  }
}

.float-left {
  float: left!important
}

.float-right {
  float: right!important
}

.float-none {
  float: none!important
}

@media (min-width: 576px) {
  .float-sm-left {
    float:left!important
  }

  .float-sm-right {
    float: right!important
  }

  .float-sm-none {
    float: none!important
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float:left!important
  }

  .float-md-right {
    float: right!important
  }

  .float-md-none {
    float: none!important
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float:left!important
  }

  .float-lg-right {
    float: right!important
  }

  .float-lg-none {
    float: none!important
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float:left!important
  }

  .float-xl-right {
    float: right!important
  }

  .float-xl-none {
    float: none!important
  }
}

.position-static {
  position: static!important
}

.position-relative {
  position: relative!important
}

.position-absolute {
  position: absolute!important
}

.position-fixed {
  position: fixed!important
}

.position-sticky {
  position: -webkit-sticky!important;
  position: sticky!important
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
  .sticky-top {
    position:-webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none
}

.w-25 {
  width: 25%!important
}

.w-50 {
  width: 50%!important
}

.w-75 {
  width: 75%!important
}

.w-100 {
  width: 100%!important
}

.h-25 {
  height: 25%!important
}

.h-50 {
  height: 50%!important
}

.h-75 {
  height: 75%!important
}

.h-100 {
  height: 100%!important
}

.mw-100 {
  max-width: 100%!important
}

.mh-100 {
  max-height: 100%!important
}

.m-0 {
  margin: 0!important
}

.mt-0,.my-0 {
  margin-top: 0!important
}

.mr-0,.mx-0 {
  margin-right: 0!important
}

.mb-0,.my-0 {
  margin-bottom: 0!important
}

.ml-0,.mx-0 {
  margin-left: 0!important
}

.m-1 {
  margin: .25rem!important
}

.mt-1,.my-1 {
  margin-top: .25rem!important
}

.mr-1,.mx-1 {
  margin-right: .25rem!important
}

.mb-1,.my-1 {
  margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
  margin-left: .25rem!important
}

.m-2 {
  margin: .5rem!important
}

.mt-2,.my-2 {
  margin-top: .5rem!important
}

.mr-2,.mx-2 {
  margin-right: .5rem!important
}

.mb-2,.my-2 {
  margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
  margin-left: .5rem!important
}

.m-3 {
  margin: 1rem!important
}

.mt-3,.my-3 {
  margin-top: 1rem!important
}

.mr-3,.mx-3 {
  margin-right: 1rem!important
}

.mb-3,.my-3 {
  margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
  margin-left: 1rem!important
}

.m-4 {
  margin: 1.5rem!important
}

.mt-4,.my-4 {
  margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
  margin-right: 1.5rem!important
}

.mb-4,.my-4 {
  margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
  margin-left: 1.5rem!important
}

.m-5 {
  margin: 3rem!important
}

.mt-5,.my-5 {
  margin-top: 3rem!important
}

.mr-5,.mx-5 {
  margin-right: 3rem!important
}

.mb-5,.my-5 {
  margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
  margin-left: 3rem!important
}

.p-0 {
  padding: 0!important
}

.pt-0,.py-0 {
  padding-top: 0!important
}

.pr-0,.px-0 {
  padding-right: 0!important
}

.pb-0,.py-0 {
  padding-bottom: 0!important
}

.pl-0,.px-0 {
  padding-left: 0!important
}

.p-1 {
  padding: .25rem!important
}

.pt-1,.py-1 {
  padding-top: .25rem!important
}

.pr-1,.px-1 {
  padding-right: .25rem!important
}

.pb-1,.py-1 {
  padding-bottom: .25rem!important
}

.pl-1,.px-1 {
  padding-left: .25rem!important
}

.p-2 {
  padding: .5rem!important
}

.pt-2,.py-2 {
  padding-top: .5rem!important
}

.pr-2,.px-2 {
  padding-right: .5rem!important
}

.pb-2,.py-2 {
  padding-bottom: .5rem!important
}

.pl-2,.px-2 {
  padding-left: .5rem!important
}

.p-3 {
  padding: 1rem!important
}

.pt-3,.py-3 {
  padding-top: 1rem!important
}

.pr-3,.px-3 {
  padding-right: 1rem!important
}

.pb-3,.py-3 {
  padding-bottom: 1rem!important
}

.pl-3,.px-3 {
  padding-left: 1rem!important
}

.p-4 {
  padding: 1.5rem!important
}

.pt-4,.py-4 {
  padding-top: 1.5rem!important
}

.pr-4,.px-4 {
  padding-right: 1.5rem!important
}

.pb-4,.py-4 {
  padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
  padding-left: 1.5rem!important
}

.p-5 {
  padding: 3rem!important
}

.pt-5,.py-5 {
  padding-top: 3rem!important
}

.pr-5,.px-5 {
  padding-right: 3rem!important
}

.pb-5,.py-5 {
  padding-bottom: 3rem!important
}

.pl-5,.px-5 {
  padding-left: 3rem!important
}

.m-auto {
  margin: auto!important
}

.mt-auto,.my-auto {
  margin-top: auto!important
}

.mr-auto,.mx-auto {
  margin-right: auto!important
}

.mb-auto,.my-auto {
  margin-bottom: auto!important
}

.ml-auto,.mx-auto {
  margin-left: auto!important
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin:0!important
  }

  .mt-sm-0,.my-sm-0 {
    margin-top: 0!important
  }

  .mr-sm-0,.mx-sm-0 {
    margin-right: 0!important
  }

  .mb-sm-0,.my-sm-0 {
    margin-bottom: 0!important
  }

  .ml-sm-0,.mx-sm-0 {
    margin-left: 0!important
  }

  .m-sm-1 {
    margin: .25rem!important
  }

  .mt-sm-1,.my-sm-1 {
    margin-top: .25rem!important
  }

  .mr-sm-1,.mx-sm-1 {
    margin-right: .25rem!important
  }

  .mb-sm-1,.my-sm-1 {
    margin-bottom: .25rem!important
  }

  .ml-sm-1,.mx-sm-1 {
    margin-left: .25rem!important
  }

  .m-sm-2 {
    margin: .5rem!important
  }

  .mt-sm-2,.my-sm-2 {
    margin-top: .5rem!important
  }

  .mr-sm-2,.mx-sm-2 {
    margin-right: .5rem!important
  }

  .mb-sm-2,.my-sm-2 {
    margin-bottom: .5rem!important
  }

  .ml-sm-2,.mx-sm-2 {
    margin-left: .5rem!important
  }

  .m-sm-3 {
    margin: 1rem!important
  }

  .mt-sm-3,.my-sm-3 {
    margin-top: 1rem!important
  }

  .mr-sm-3,.mx-sm-3 {
    margin-right: 1rem!important
  }

  .mb-sm-3,.my-sm-3 {
    margin-bottom: 1rem!important
  }

  .ml-sm-3,.mx-sm-3 {
    margin-left: 1rem!important
  }

  .m-sm-4 {
    margin: 1.5rem!important
  }

  .mt-sm-4,.my-sm-4 {
    margin-top: 1.5rem!important
  }

  .mr-sm-4,.mx-sm-4 {
    margin-right: 1.5rem!important
  }

  .mb-sm-4,.my-sm-4 {
    margin-bottom: 1.5rem!important
  }

  .ml-sm-4,.mx-sm-4 {
    margin-left: 1.5rem!important
  }

  .m-sm-5 {
    margin: 3rem!important
  }

  .mt-sm-5,.my-sm-5 {
    margin-top: 3rem!important
  }

  .mr-sm-5,.mx-sm-5 {
    margin-right: 3rem!important
  }

  .mb-sm-5,.my-sm-5 {
    margin-bottom: 3rem!important
  }

  .ml-sm-5,.mx-sm-5 {
    margin-left: 3rem!important
  }

  .p-sm-0 {
    padding: 0!important
  }

  .pt-sm-0,.py-sm-0 {
    padding-top: 0!important
  }

  .pr-sm-0,.px-sm-0 {
    padding-right: 0!important
  }

  .pb-sm-0,.py-sm-0 {
    padding-bottom: 0!important
  }

  .pl-sm-0,.px-sm-0 {
    padding-left: 0!important
  }

  .p-sm-1 {
    padding: .25rem!important
  }

  .pt-sm-1,.py-sm-1 {
    padding-top: .25rem!important
  }

  .pr-sm-1,.px-sm-1 {
    padding-right: .25rem!important
  }

  .pb-sm-1,.py-sm-1 {
    padding-bottom: .25rem!important
  }

  .pl-sm-1,.px-sm-1 {
    padding-left: .25rem!important
  }

  .p-sm-2 {
    padding: .5rem!important
  }

  .pt-sm-2,.py-sm-2 {
    padding-top: .5rem!important
  }

  .pr-sm-2,.px-sm-2 {
    padding-right: .5rem!important
  }

  .pb-sm-2,.py-sm-2 {
    padding-bottom: .5rem!important
  }

  .pl-sm-2,.px-sm-2 {
    padding-left: .5rem!important
  }

  .p-sm-3 {
    padding: 1rem!important
  }

  .pt-sm-3,.py-sm-3 {
    padding-top: 1rem!important
  }

  .pr-sm-3,.px-sm-3 {
    padding-right: 1rem!important
  }

  .pb-sm-3,.py-sm-3 {
    padding-bottom: 1rem!important
  }

  .pl-sm-3,.px-sm-3 {
    padding-left: 1rem!important
  }

  .p-sm-4 {
    padding: 1.5rem!important
  }

  .pt-sm-4,.py-sm-4 {
    padding-top: 1.5rem!important
  }

  .pr-sm-4,.px-sm-4 {
    padding-right: 1.5rem!important
  }

  .pb-sm-4,.py-sm-4 {
    padding-bottom: 1.5rem!important
  }

  .pl-sm-4,.px-sm-4 {
    padding-left: 1.5rem!important
  }

  .p-sm-5 {
    padding: 3rem!important
  }

  .pt-sm-5,.py-sm-5 {
    padding-top: 3rem!important
  }

  .pr-sm-5,.px-sm-5 {
    padding-right: 3rem!important
  }

  .pb-sm-5,.py-sm-5 {
    padding-bottom: 3rem!important
  }

  .pl-sm-5,.px-sm-5 {
    padding-left: 3rem!important
  }

  .m-sm-auto {
    margin: auto!important
  }

  .mt-sm-auto,.my-sm-auto {
    margin-top: auto!important
  }

  .mr-sm-auto,.mx-sm-auto {
    margin-right: auto!important
  }

  .mb-sm-auto,.my-sm-auto {
    margin-bottom: auto!important
  }

  .ml-sm-auto,.mx-sm-auto {
    margin-left: auto!important
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin:0!important
  }

  .mt-md-0,.my-md-0 {
    margin-top: 0!important
  }

  .mr-md-0,.mx-md-0 {
    margin-right: 0!important
  }

  .mb-md-0,.my-md-0 {
    margin-bottom: 0!important
  }

  .ml-md-0,.mx-md-0 {
    margin-left: 0!important
  }

  .m-md-1 {
    margin: .25rem!important
  }

  .mt-md-1,.my-md-1 {
    margin-top: .25rem!important
  }

  .mr-md-1,.mx-md-1 {
    margin-right: .25rem!important
  }

  .mb-md-1,.my-md-1 {
    margin-bottom: .25rem!important
  }

  .ml-md-1,.mx-md-1 {
    margin-left: .25rem!important
  }

  .m-md-2 {
    margin: .5rem!important
  }

  .mt-md-2,.my-md-2 {
    margin-top: .5rem!important
  }

  .mr-md-2,.mx-md-2 {
    margin-right: .5rem!important
  }

  .mb-md-2,.my-md-2 {
    margin-bottom: .5rem!important
  }

  .ml-md-2,.mx-md-2 {
    margin-left: .5rem!important
  }

  .m-md-3 {
    margin: 1rem!important
  }

  .mt-md-3,.my-md-3 {
    margin-top: 1rem!important
  }

  .mr-md-3,.mx-md-3 {
    margin-right: 1rem!important
  }

  .mb-md-3,.my-md-3 {
    margin-bottom: 1rem!important
  }

  .ml-md-3,.mx-md-3 {
    margin-left: 1rem!important
  }

  .m-md-4 {
    margin: 1.5rem!important
  }

  .mt-md-4,.my-md-4 {
    margin-top: 1.5rem!important
  }

  .mr-md-4,.mx-md-4 {
    margin-right: 1.5rem!important
  }

  .mb-md-4,.my-md-4 {
    margin-bottom: 1.5rem!important
  }

  .ml-md-4,.mx-md-4 {
    margin-left: 1.5rem!important
  }

  .m-md-5 {
    margin: 3rem!important
  }

  .mt-md-5,.my-md-5 {
    margin-top: 3rem!important
  }

  .mr-md-5,.mx-md-5 {
    margin-right: 3rem!important
  }

  .mb-md-5,.my-md-5 {
    margin-bottom: 3rem!important
  }

  .ml-md-5,.mx-md-5 {
    margin-left: 3rem!important
  }

  .p-md-0 {
    padding: 0!important
  }

  .pt-md-0,.py-md-0 {
    padding-top: 0!important
  }

  .pr-md-0,.px-md-0 {
    padding-right: 0!important
  }

  .pb-md-0,.py-md-0 {
    padding-bottom: 0!important
  }

  .pl-md-0,.px-md-0 {
    padding-left: 0!important
  }

  .p-md-1 {
    padding: .25rem!important
  }

  .pt-md-1,.py-md-1 {
    padding-top: .25rem!important
  }

  .pr-md-1,.px-md-1 {
    padding-right: .25rem!important
  }

  .pb-md-1,.py-md-1 {
    padding-bottom: .25rem!important
  }

  .pl-md-1,.px-md-1 {
    padding-left: .25rem!important
  }

  .p-md-2 {
    padding: .5rem!important
  }

  .pt-md-2,.py-md-2 {
    padding-top: .5rem!important
  }

  .pr-md-2,.px-md-2 {
    padding-right: .5rem!important
  }

  .pb-md-2,.py-md-2 {
    padding-bottom: .5rem!important
  }

  .pl-md-2,.px-md-2 {
    padding-left: .5rem!important
  }

  .p-md-3 {
    padding: 1rem!important
  }

  .pt-md-3,.py-md-3 {
    padding-top: 1rem!important
  }

  .pr-md-3,.px-md-3 {
    padding-right: 1rem!important
  }

  .pb-md-3,.py-md-3 {
    padding-bottom: 1rem!important
  }

  .pl-md-3,.px-md-3 {
    padding-left: 1rem!important
  }

  .p-md-4 {
    padding: 1.5rem!important
  }

  .pt-md-4,.py-md-4 {
    padding-top: 1.5rem!important
  }

  .pr-md-4,.px-md-4 {
    padding-right: 1.5rem!important
  }

  .pb-md-4,.py-md-4 {
    padding-bottom: 1.5rem!important
  }

  .pl-md-4,.px-md-4 {
    padding-left: 1.5rem!important
  }

  .p-md-5 {
    padding: 3rem!important
  }

  .pt-md-5,.py-md-5 {
    padding-top: 3rem!important
  }

  .pr-md-5,.px-md-5 {
    padding-right: 3rem!important
  }

  .pb-md-5,.py-md-5 {
    padding-bottom: 3rem!important
  }

  .pl-md-5,.px-md-5 {
    padding-left: 3rem!important
  }

  .m-md-auto {
    margin: auto!important
  }

  .mt-md-auto,.my-md-auto {
    margin-top: auto!important
  }

  .mr-md-auto,.mx-md-auto {
    margin-right: auto!important
  }

  .mb-md-auto,.my-md-auto {
    margin-bottom: auto!important
  }

  .ml-md-auto,.mx-md-auto {
    margin-left: auto!important
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin:0!important
  }

  .mt-lg-0,.my-lg-0 {
    margin-top: 0!important
  }

  .mr-lg-0,.mx-lg-0 {
    margin-right: 0!important
  }

  .mb-lg-0,.my-lg-0 {
    margin-bottom: 0!important
  }

  .ml-lg-0,.mx-lg-0 {
    margin-left: 0!important
  }

  .m-lg-1 {
    margin: .25rem!important
  }

  .mt-lg-1,.my-lg-1 {
    margin-top: .25rem!important
  }

  .mr-lg-1,.mx-lg-1 {
    margin-right: .25rem!important
  }

  .mb-lg-1,.my-lg-1 {
    margin-bottom: .25rem!important
  }

  .ml-lg-1,.mx-lg-1 {
    margin-left: .25rem!important
  }

  .m-lg-2 {
    margin: .5rem!important
  }

  .mt-lg-2,.my-lg-2 {
    margin-top: .5rem!important
  }

  .mr-lg-2,.mx-lg-2 {
    margin-right: .5rem!important
  }

  .mb-lg-2,.my-lg-2 {
    margin-bottom: .5rem!important
  }

  .ml-lg-2,.mx-lg-2 {
    margin-left: .5rem!important
  }

  .m-lg-3 {
    margin: 1rem!important
  }

  .mt-lg-3,.my-lg-3 {
    margin-top: 1rem!important
  }

  .mr-lg-3,.mx-lg-3 {
    margin-right: 1rem!important
  }

  .mb-lg-3,.my-lg-3 {
    margin-bottom: 1rem!important
  }

  .ml-lg-3,.mx-lg-3 {
    margin-left: 1rem!important
  }

  .m-lg-4 {
    margin: 1.5rem!important
  }

  .mt-lg-4,.my-lg-4 {
    margin-top: 1.5rem!important
  }

  .mr-lg-4,.mx-lg-4 {
    margin-right: 1.5rem!important
  }

  .mb-lg-4,.my-lg-4 {
    margin-bottom: 1.5rem!important
  }

  .ml-lg-4,.mx-lg-4 {
    margin-left: 1.5rem!important
  }

  .m-lg-5 {
    margin: 3rem!important
  }

  .mt-lg-5,.my-lg-5 {
    margin-top: 3rem!important
  }

  .mr-lg-5,.mx-lg-5 {
    margin-right: 3rem!important
  }

  .mb-lg-5,.my-lg-5 {
    margin-bottom: 3rem!important
  }

  .ml-lg-5,.mx-lg-5 {
    margin-left: 3rem!important
  }

  .p-lg-0 {
    padding: 0!important
  }

  .pt-lg-0,.py-lg-0 {
    padding-top: 0!important
  }

  .pr-lg-0,.px-lg-0 {
    padding-right: 0!important
  }

  .pb-lg-0,.py-lg-0 {
    padding-bottom: 0!important
  }

  .pl-lg-0,.px-lg-0 {
    padding-left: 0!important
  }

  .p-lg-1 {
    padding: .25rem!important
  }

  .pt-lg-1,.py-lg-1 {
    padding-top: .25rem!important
  }

  .pr-lg-1,.px-lg-1 {
    padding-right: .25rem!important
  }

  .pb-lg-1,.py-lg-1 {
    padding-bottom: .25rem!important
  }

  .pl-lg-1,.px-lg-1 {
    padding-left: .25rem!important
  }

  .p-lg-2 {
    padding: .5rem!important
  }

  .pt-lg-2,.py-lg-2 {
    padding-top: .5rem!important
  }

  .pr-lg-2,.px-lg-2 {
    padding-right: .5rem!important
  }

  .pb-lg-2,.py-lg-2 {
    padding-bottom: .5rem!important
  }

  .pl-lg-2,.px-lg-2 {
    padding-left: .5rem!important
  }

  .p-lg-3 {
    padding: 1rem!important
  }

  .pt-lg-3,.py-lg-3 {
    padding-top: 1rem!important
  }

  .pr-lg-3,.px-lg-3 {
    padding-right: 1rem!important
  }

  .pb-lg-3,.py-lg-3 {
    padding-bottom: 1rem!important
  }

  .pl-lg-3,.px-lg-3 {
    padding-left: 1rem!important
  }

  .p-lg-4 {
    padding: 1.5rem!important
  }

  .pt-lg-4,.py-lg-4 {
    padding-top: 1.5rem!important
  }

  .pr-lg-4,.px-lg-4 {
    padding-right: 1.5rem!important
  }

  .pb-lg-4,.py-lg-4 {
    padding-bottom: 1.5rem!important
  }

  .pl-lg-4,.px-lg-4 {
    padding-left: 1.5rem!important
  }

  .p-lg-5 {
    padding: 3rem!important
  }

  .pt-lg-5,.py-lg-5 {
    padding-top: 3rem!important
  }

  .pr-lg-5,.px-lg-5 {
    padding-right: 3rem!important
  }

  .pb-lg-5,.py-lg-5 {
    padding-bottom: 3rem!important
  }

  .pl-lg-5,.px-lg-5 {
    padding-left: 3rem!important
  }

  .m-lg-auto {
    margin: auto!important
  }

  .mt-lg-auto,.my-lg-auto {
    margin-top: auto!important
  }

  .mr-lg-auto,.mx-lg-auto {
    margin-right: auto!important
  }

  .mb-lg-auto,.my-lg-auto {
    margin-bottom: auto!important
  }

  .ml-lg-auto,.mx-lg-auto {
    margin-left: auto!important
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin:0!important
  }

  .mt-xl-0,.my-xl-0 {
    margin-top: 0!important
  }

  .mr-xl-0,.mx-xl-0 {
    margin-right: 0!important
  }

  .mb-xl-0,.my-xl-0 {
    margin-bottom: 0!important
  }

  .ml-xl-0,.mx-xl-0 {
    margin-left: 0!important
  }

  .m-xl-1 {
    margin: .25rem!important
  }

  .mt-xl-1,.my-xl-1 {
    margin-top: .25rem!important
  }

  .mr-xl-1,.mx-xl-1 {
    margin-right: .25rem!important
  }

  .mb-xl-1,.my-xl-1 {
    margin-bottom: .25rem!important
  }

  .ml-xl-1,.mx-xl-1 {
    margin-left: .25rem!important
  }

  .m-xl-2 {
    margin: .5rem!important
  }

  .mt-xl-2,.my-xl-2 {
    margin-top: .5rem!important
  }

  .mr-xl-2,.mx-xl-2 {
    margin-right: .5rem!important
  }

  .mb-xl-2,.my-xl-2 {
    margin-bottom: .5rem!important
  }

  .ml-xl-2,.mx-xl-2 {
    margin-left: .5rem!important
  }

  .m-xl-3 {
    margin: 1rem!important
  }

  .mt-xl-3,.my-xl-3 {
    margin-top: 1rem!important
  }

  .mr-xl-3,.mx-xl-3 {
    margin-right: 1rem!important
  }

  .mb-xl-3,.my-xl-3 {
    margin-bottom: 1rem!important
  }

  .ml-xl-3,.mx-xl-3 {
    margin-left: 1rem!important
  }

  .m-xl-4 {
    margin: 1.5rem!important
  }

  .mt-xl-4,.my-xl-4 {
    margin-top: 1.5rem!important
  }

  .mr-xl-4,.mx-xl-4 {
    margin-right: 1.5rem!important
  }

  .mb-xl-4,.my-xl-4 {
    margin-bottom: 1.5rem!important
  }

  .ml-xl-4,.mx-xl-4 {
    margin-left: 1.5rem!important
  }

  .m-xl-5 {
    margin: 3rem!important
  }

  .mt-xl-5,.my-xl-5 {
    margin-top: 3rem!important
  }

  .mr-xl-5,.mx-xl-5 {
    margin-right: 3rem!important
  }

  .mb-xl-5,.my-xl-5 {
    margin-bottom: 3rem!important
  }

  .ml-xl-5,.mx-xl-5 {
    margin-left: 3rem!important
  }

  .p-xl-0 {
    padding: 0!important
  }

  .pt-xl-0,.py-xl-0 {
    padding-top: 0!important
  }

  .pr-xl-0,.px-xl-0 {
    padding-right: 0!important
  }

  .pb-xl-0,.py-xl-0 {
    padding-bottom: 0!important
  }

  .pl-xl-0,.px-xl-0 {
    padding-left: 0!important
  }

  .p-xl-1 {
    padding: .25rem!important
  }

  .pt-xl-1,.py-xl-1 {
    padding-top: .25rem!important
  }

  .pr-xl-1,.px-xl-1 {
    padding-right: .25rem!important
  }

  .pb-xl-1,.py-xl-1 {
    padding-bottom: .25rem!important
  }

  .pl-xl-1,.px-xl-1 {
    padding-left: .25rem!important
  }

  .p-xl-2 {
    padding: .5rem!important
  }

  .pt-xl-2,.py-xl-2 {
    padding-top: .5rem!important
  }

  .pr-xl-2,.px-xl-2 {
    padding-right: .5rem!important
  }

  .pb-xl-2,.py-xl-2 {
    padding-bottom: .5rem!important
  }

  .pl-xl-2,.px-xl-2 {
    padding-left: .5rem!important
  }

  .p-xl-3 {
    padding: 1rem!important
  }

  .pt-xl-3,.py-xl-3 {
    padding-top: 1rem!important
  }

  .pr-xl-3,.px-xl-3 {
    padding-right: 1rem!important
  }

  .pb-xl-3,.py-xl-3 {
    padding-bottom: 1rem!important
  }

  .pl-xl-3,.px-xl-3 {
    padding-left: 1rem!important
  }

  .p-xl-4 {
    padding: 1.5rem!important
  }

  .pt-xl-4,.py-xl-4 {
    padding-top: 1.5rem!important
  }

  .pr-xl-4,.px-xl-4 {
    padding-right: 1.5rem!important
  }

  .pb-xl-4,.py-xl-4 {
    padding-bottom: 1.5rem!important
  }

  .pl-xl-4,.px-xl-4 {
    padding-left: 1.5rem!important
  }

  .p-xl-5 {
    padding: 3rem!important
  }

  .pt-xl-5,.py-xl-5 {
    padding-top: 3rem!important
  }

  .pr-xl-5,.px-xl-5 {
    padding-right: 3rem!important
  }

  .pb-xl-5,.py-xl-5 {
    padding-bottom: 3rem!important
  }

  .pl-xl-5,.px-xl-5 {
    padding-left: 3rem!important
  }

  .m-xl-auto {
    margin: auto!important
  }

  .mt-xl-auto,.my-xl-auto {
    margin-top: auto!important
  }

  .mr-xl-auto,.mx-xl-auto {
    margin-right: auto!important
  }

  .mb-xl-auto,.my-xl-auto {
    margin-bottom: auto!important
  }

  .ml-xl-auto,.mx-xl-auto {
    margin-left: auto!important
  }
}


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}


.hs-tabber-tab ul.tab-fixed {
  padding-top: 0;
  top: 64px;
}
.hs-tabber-tab {
  min-height: 64px;
}

.custom-header-bg {
  position: absolute;
  z-index: 99;
  padding: 20px 0 19px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 100% !important;
  background: transparent;
}
.hs-mac-pc .custom-header-bg {
  padding-bottom:20px;
}
.scroll-header .custom-header-bg {
  position: fixed;
  background: #274450;
  animation: smoothScroll 1s forwards;
  -webkit-animation: smoothScroll 1s forwards;
  -moz-animation: smoothScroll 1s forwards;
  top: 0;
  left: 0;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.custom-logo {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
  @-moz-document url-prefix() {
    .custom-logo {
      padding-top: 1.1rem;
    }
    .custom-header-bg {
      padding-bottom:20px;
    }
  }
.hs-mac-pc .custom-logo {
  padding-top: 1.3rem;
}
.custom-logo img {
    max-width: 200px;
    vertical-align: middle;
}
.without-banner .custom-header-group {
  min-height: 106px !important;
}
.without-banner .custom-header-bg {
  background: #274450;
  padding-bottom: 19px;
}
.hs-mac-pc .firefox .custom-logo {
   padding-top: 1rem;
}


.custom-banner-bg {
  margin-top: -1px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.custom-banner-bg img {
  width: 100%;
}


/* =============== Content =============== */

.body-container-wrapper .page-center {
  padding-top:20px;
  padding-bottom:20px;
}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {
  background: #e8e8e8;
}
.footer-container {}

.custom-footer-top-bg {
  padding-top: 75px;
  padding-bottom: 75px;
}
.custom-footer-top-bg .page-center {}

.hs-footer-left-content {
  text-align: center;
}
.hs-footer-right-content h6, 
.hs-footer-right-content p {
  margin-bottom: 1.5rem;
}

.custom-footer-bottom-bg .page-center > div {
  border-top: 1px solid #c8d0d3;
  margin-top: 1rem;
}
.custom-footer-bottom-bg.hs-lp-footer .page-center > div {
  border-top: none;
}
.custom-copyright p {
  padding: 40px 0;
  margin-bottom: 0;
  color: #92a2a8;
  text-align: center;
}





/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary {}
.custom-menu-primary .hs-menu-wrapper > ul {
  display:block;
  float:right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  padding: 10px 20px;  
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  padding-right: 0;
  padding-top: 14px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #fff;
  padding: 15px 0;
  line-height: normal;  
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #fff;  
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  color: #ed5c14;
  position: relative;  
}
.custom-menu-primary .hs-header-cta-grp {
  padding: 10px 20px;
  padding-right: 0;
  padding-top: 14px;
  width: auto;
  margin-left: 0 !important;
}
.custom-menu-primary .hs-header-cta-grp a {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 9px 20px 8px;
  border-radius: 27px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-family: 'nunitobold';
  line-height: normal;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: #274450;
  max-width:240px;
  padding:5px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul > li:not(:last-child) {
  padding-bottom: 6px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  color: #212529;  
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}



/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
  background: transparent !important;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-family: 'nunitobold';
  line-height: normal;

}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1200px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before {
    content: '';
    background: #ed5c14;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;  
  }
  .show-mobile,
  .close-mobile-trigger {
    display:none !important;
  }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 1199px) {

  .show-desktop {
    display:none !important;
  }

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 22px;
    right: 29px;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }
  .close-mobile-trigger {
    position: absolute;
    right: 18px;
    top: 19px;
    color: #ed5c14;
    cursor: pointer;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}

  .navbar-toggler-icon {
    position: relative;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }
  .navbar-toggler-icon:before {
    content: '';
    background: #ed5c14;
    width: 25px;
    height: 6px;
    border-radius: 27px;
    position: absolute;
    top: 7px;
  }
  .navbar-toggler-icon:after {
    content: '';
    background: #ed5c14;
    width: 25px;
    height: 6px;
    border-radius: 27px;
    position: absolute;
    bottom: 7px;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .custom-menu-logo {
    display: none !important;
  }
  .mobile-open .custom-menu-logo {
    display: block !important;
  }
  .custom-menu-logo a {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    margin-left: 1rem;
    margin-top: 1.5rem;
  }
  .custom-menu-logo a img {
    width: 200px !important;
  }
  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary {
    width: 100% !important;
    margin-left: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    background: #123a49;
    text-align: center;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    display: none !important;
  }
  .mobile-open .custom-menu-primary  {
    display: block !important;
  }

  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-bottom: 50px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size:1rem; /* Font size of top level list items */
    line-height: normal;
    overflow: visible;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:hover {
    color: #ed5c14;
    position: relative;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li {
    padding: 5px 15px;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a {
    padding:15px 0;
    color: #fff;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: #fff;
  }
  .custom-menu-primary .hs-header-cta-grp {
    width: 100% !important;
    text-align: center;
    padding: 5px 15px;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    max-width: 100%;
    min-width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 1rem; /* Font size of child lists */
    color:#fff;
    text-align:center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}


}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}

.hs-blog-banner-bg {
    min-height: 500px;
    text-align: center;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 125px 0 75px;
    margin-top: -1px;
}
.hs-blog-banner-bg:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.6);
}
.hs-blog-banner-inner {
    position: relative;
    z-index: 11;
}
.hs-blog-banner-bg h1 {
    font-size: 45px;
    font-weight: 700;
    text-shadow: 1px 0 1px #000;
    color: #fff;
    margin: 0px;
    line-height: 1.2;
    font-family: 'Montserrat',sans-serif;
}
.blog .body-container-wrapper {
    padding-top: 75px;
}
.blog .body-container-wrapper .page-center {
    max-width: 1190px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.hs-blog-banner-bg .hero-post-topic {
    display: block;
    padding-bottom: 15px;
}
.hs-blog-banner-bg .hero-post-topic a {
    border: 1px solid #f7751f;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    margin-right: 3px;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 0px;
    letter-spacing: .25px;
    color: #fff;
}
.hs-blog-banner-bg.hot-post-header h1, 
.hs-blog-banner-bg.hot-post-header h1 a {
    font-size: 45px;
    font-weight: 700;
    text-shadow: 1px 0 1px #000;
    color: #fff;
    margin: 0px;
    line-height: 1.2;
}
.hs-blog-banner-bg .post-details {
    color: #fff;
    font-size: 16px;
    padding: 20px 0 20px;
    display: block;
}
.hs-blog-banner-bg a.hero-author-link {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.hs-blog-banner-bg a.hero-author-link:hover {
    color: #f7751f;
    text-decoration: none;
}
.hs-blog-banner-bg .blog-post-date, 
.hs-blog-banner-bg .blog-post-date .fa {
    color: #fff;
    font-size: 16px;
}
.hs-blog-banner-bg.hot-post-header a.more-link {
    margin: 0 auto;
    display: block;
    color: #fff;
    font-weight: 700;
    border: 1px solid #f7751f;
    max-width: 150px;
    padding: 15px 10px;
    font-size: 16px;
    letter-spacing: 1px;
    background: #f7751f;
    line-height: 1.2;
}
.hs-blog-banner-bg.hot-post-header a.more-link:hover {
    opacity: .9;
}
.hs-blog-banner-bg .social-shares {
    font-weight: bold;
    color: #aaa;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    letter-spacing: .06em;
    text-align: center;
}
.hs-blog-banner-bg.hot-post-header .social-shares {
    position: relative;
    padding-top: 30px;
    display: block;
    top: 0px;
    bottom: 0px;
}
.hs-blog-banner-bg .social-shares .fa {
    color: #000;
    font-size: 20px;
    padding: 0px 10px;
}
.hs-blog-banner-bg.hot-post-header .social-shares .fa {
    color: #fff;
}
.hs-blog-banner-bg.hot-post-header .social-shares .fa:hover {
    color: #f7751f;
}
.hs-blog-banner-bg a {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;  
}
.blog-author-section .hs-author-avatar {
    background-size: cover;
    background-color: #ccc;
    background-position: top center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto;
    border: 5px solid rgba(204,204,204,0.68);
    display: block;
}
.blog-author-section h2.hs-author-name {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0px;
    margin-top: 21px;
}
.blog-author-section .hs-author-bio {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
  line-height: 30px;
    letter-spacing: .25px;
}
.blog-author-section {
    background-color: #222;
    min-height: 450px;
    text-align: center;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 100px 0px 60px;
    margin-top:-1px;
}
.blog-author-section .page-center,
.post-topic-section .page-center {
    max-width: 1210px !important;
    padding-left: 10px;
    padding-right: 10px;
}
.post-topic-section {
    background-color: #222;
    min-height: 250px;
    text-align: center;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 50px 0;
      margin-top:-1px;
}
h1.current-topic-list {
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
  text-decoration: none;
}
.post-header h2 a:hover {
  text-decoration: none;
}
.post-header h1 {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    float: left;
    width: 50%;
    padding-right: 25px;
    display: block;
    box-sizing: border-box;
    margin: 0 0 25px 0;
    list-style: none;
    padding-bottom: 0;  
}
.blog-listing-wrapper .post-listing .post-item:first-child {
    display: none;
}
.post-item-inner {
    border: 1px solid #e7e7e7;
}
.post-item .features-image-block {
    position: relative;
}
.post-item .features-image-block .set-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0px;
    background: rgba(255,175,75,0.8);
    background: -moz-linear-gradient(-45deg,rgba(255,175,75,0.8) 32%,rgba(247,119,32,0.8) 62%,rgba(247,117,31,0.81) 63%,rgba(247,117,31,1) 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(32%,rgba(255,175,75,0.8)),color-stop(62%,rgba(247,119,32,0.8)),color-stop(63%,rgba(247,117,31,0.81)),color-stop(100%,rgba(247,117,31,1)));
    background: -webkit-linear-gradient(-45deg,rgba(255,175,75,0.8) 32%,rgba(247,119,32,0.8) 62%,rgba(247,117,31,0.81) 63%,rgba(247,117,31,1) 100%);
    background: -o-linear-gradient(-45deg,rgba(255,175,75,0.8) 32%,rgba(247,119,32,0.8) 62%,rgba(247,117,31,0.81) 63%,rgba(247,117,31,1) 100%);
    background: -ms-linear-gradient(-45deg,rgba(255,175,75,0.8) 32%,rgba(247,119,32,0.8) 62%,rgba(247,117,31,0.81) 63%,rgba(247,117,31,1) 100%);
    background: linear-gradient(135deg,rgba(255,175,75,0.8) 32%,rgba(247,119,32,0.8) 62%,rgba(247,117,31,0.81) 63%,rgba(247,117,31,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf4b',endColorstr='#f7751f',GradientType=1);
    text-transform: uppercase;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.post-item a.read-more-link {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #000;
    font-size: 20px;
    line-height: 50px;
    font-weight: 400;
    border: 1px solid rgba(0,0,0,0.5);
    border-width: 1px 0;
    white-space: nowrap;
    min-width: 225px;
    max-width: 95%;
    letter-spacing: .05em;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.social-shares {
    font-weight: bold;
    color: #aaa;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    letter-spacing: .06em;
    text-align: center;
}
p.share-text {
    margin: 0;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
}
span.each-post-topic {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
}
span.each-post-topic a {
    border: 1px solid #f7751f;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    display: none;
    padding: 10px 15px;
    border-radius: 0px;
    letter-spacing: .25px;
    color: #fff;
}
span.each-post-topic a:first-child {
    display: inline-block;
}
.post-item .features-image-block:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(17,29,47,0.5);
    top: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.post-item .post-body {
    padding: 20px;
}
.post-item h2 a, .post-item h2 {
    font-size: 22px;
    line-height: 1.3;
    margin: 0px;
    padding: 0px;
    color: #414242;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    letter-spacing: .25px;
    min-height: 60px;
    text-align: center;
}
.post-item div#hubspot-author_data {
    padding: 15px 0 10px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #b3b2b2;
    margin:0;
}
.post-item div#hubspot-author_data .author-link {
    color: #b3b2b2;
    font-weight: 400;
}
.post-item .features-image-block:hover .set-overlay {
    opacity: 1;
}
.blog .social-shares .fa {
    color: #000;
    font-size: 20px;
    padding: 0px 10px;
}
.post-item .features-image-block:hover span.each-post-topic a {
    color: #000;
    border: 1px solid #000;
}


.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-width: 100%;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: none;
  margin: 0;
}
.post-item .hs-featured-image-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
    cursor: pointer;
}
.post-item .hs-featured-image-wrapper img {
    float: none;
    margin: auto;
    max-width: none;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    display: block;
    height: 100%;
    width: 100%;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin: 20px 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
  margin:15px 0;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing.no-comments {
  border: none;
}
#comments-listing:empty {
  display:none;
}
#comments-listing:empty {
  display: none;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  padding:10px 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date { 
  font-size: 13px; 
  text-align: right; 
}

/* Pagination */
.blog-pagination {
    clear:both;
    text-align: left;
    padding: 50px 0px;
    display: block;
}
.blog-pagination ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.blog-pagination ul li {
    position: relative;
    display: inline-block;
    width: 40px;
    line-height: 30px;
    margin: 0 5px;
    padding: 0;
    text-align: center;
    color: #bababa;
    font-size: 16px;
    outline: 0;
    top: -1px;
}
.blog-pagination ul li a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    display: block;
    font-weight: 700;
    background: #fff;
    border: 1px solid #e2e2e2;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    padding: 4px 0px;
    cursor:pointer;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.blog-pagination ul li a:hover,
.blog-pagination ul li.active a {
  border-color: #f7751f;
  background-color: #f7751f;
  color: #fff;  
}
.blog-pagination ul li a.no-link {
    color: #dadada;
    border: 1px solid #e5e5e5;
    background-color: #e7e7e7;
    cursor:text;
}

.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {
    text-align: left;
}
h2.post-listing-simple a {
  text-decoration: none;
  text-align:left;
}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

.blog .blog-sidebar a {
-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
/* Blog Modules */
.blog .blog-sidebar .widget-span {}
.blog-sidebar h3 {
    font-size: 16px;
    margin-top: 0;
    color: #000;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    margin-bottom: 16px;
}
.blog-subs-form form {
    position: relative;
}
.blog-subs-form .hs_error_rollup {
    margin-top: 5px;
}
.blog-subs-form input[type="email"] {
    text-align: left !important;
    height: 45px;
    border: 1px solid #e7e7e7;
    padding-left: 16px;
    font-size: 14px;
    padding-right: 16px;
    border-radius: 0;
    margin: 0;      
}
.blog-subs-form .hs-form-required {
    display: none;
}
.blog-subs-form label {
    display: block;
    margin-bottom: 0;
}
.blog-subs-form .hs-error-msgs.inputs-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 2px solid #ef731a;
    position: relative;
    margin-top: 10px;
}
.blog-subs-form input.hs-button.primary {
  display: block;
  width: 100%;
  margin: 0;
  margin-top: 20px;
  font-weight: bold;
  background: #f7751f;
  color: #fff;
  cursor: pointer;
  height: 45px;
  font-size: 16px;
  text-align: center;
  padding: 0;
  border: 2px solid #f7751f;
  border-radius: 0;
  opacity: 1;
  min-width: auto;
}
.blog-subs-form input.hs-button.primary:hover {
    opacity: .9;
}
.blog-subs-form {
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 40px;
}
.hs-blog-sidebar-tabber,
.post-topic,
.offer-cta {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.hs-blog-sidebar-tabber .tabber-tabs {
    list-style: none;
    padding: 0;
    margin: 0px 0px;
    border-bottom: 1px solid #e7e7e7;
}
.hs-blog-sidebar-tabber .tabber-tabs > li {
    float: left;
    width: 48%;
}
.hs-blog-sidebar-tabber .tabber-tabs > li:first-child+li {
    margin-left: 4%;
}
.hs-blog-sidebar-tabber .tabber-tabs > li > a {
    padding-right: 12px;
    padding-left: 12px;
    line-height: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    text-decoration: none;
    display: block;
    border-bottom: 4px solid transparent;
    font-size: 15px;
    font-weight: 700;
    color: #4a4a4a;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.hs-blog-sidebar-tabber .tabber-tabs > .active > a, 
.hs-blog-sidebar-tabber .tabber-tabs > .active > a:hover, 
.hs-blog-sidebar-tabber .tabber-tabs > .active > a:focus {
    color: #4a4a4a;
    cursor: default;
    background-color: #fff;
    border-bottom: 4px solid #f7751f;
    font-weight: 700;
}
.hs-blog-sidebar-tabber .hs-rss-item {
    margin-bottom: 20px;
}
.hs-blog-sidebar-tabber .hs-rss-item.hs-with-featured-image {
    overflow: hidden;
}
.hs-blog-sidebar-tabber .hs-rss-item.hs-with-featured-image {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.hs-blog-sidebar-tabber .hs-rss-item.hs-with-featured-image:last-child {
    margin-bottom: 0px;
}
.hs-blog-sidebar-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 80%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}
.hs-blog-sidebar-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 70%;
    padding-right: 0px;
    padding-left: 10px;
    line-height: 20px;
    font-size: 11px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.hs-blog-sidebar-tabber a.hs-rss-title {
    color: #000;
    font-size: 13px;
}
.hs-blog-sidebar-tabber .hs-rss-byline {.hs-blog-sidebar-tabber 
    opacity: 1;
    font-size: 13px;
    font-family: 'Montserrat',sans-serif;
    color: #f7751f;
    text-transform: capitalize;
    font-weight: bold;
}
.hs-blog-sidebar-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: inline-block;
    width: 20%;
}
.hs-blog-sidebar-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    width: 30%;
}
.hs-blog-sidebar-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
    width: 100%;
    padding-right: 0px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    height: 70px;
}
.hs-blog-sidebar-tabber .popular ul li a:hover, 
.hs-blog-sidebar-tabber .hs-rss-item-text a:hover {
    color: #f7751f;
}
.hs-blog-sidebar-tabber .tabber-content {
    background: #fff;
    padding: 20px 0px 0px 0px;
}
.hs-blog-sidebar-tabber .popular ul {
    list-style: none;
    padding-left: 0px;
}
.hs-blog-sidebar-tabber .popular ul li {
    line-height: 20px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.hs-blog-sidebar-tabber .popular ul li:before, 
.hs-blog-sidebar-tabber .popular ul li:before {
    content: "\f00c";
    position: absolute;
    left: 5px;
    top: 2px;
    font-family: "FontAwesome";
    width: 16px;
    height: 16px;
    color: #f7751f;
}
.hs-blog-sidebar-tabber .popular ul li a {
    font-size: 14px;
    color: #000;
}
.post-topic ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.post-topic ul li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px;
}
.post-topic ul li a {
    background: #fff;
    font-weight: bold;
    color: #000;
    font-size: 12px;
    border: 1px solid #e7e7e7;
    font-family: 'Montserrat',sans-serif;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
}
.post-topic ul li a:hover {
    background: #f7751f;
    color: #fff;
    border-color: #f7751f;
}
.blog-sidebar .filter-link-count {
    display: none;
}



/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
Blog Listing Page
========================================================================== */
.hs-blog-listing {}


/* ==========================================================================
Blog Post Page
========================================================================== */
.hs-blog-post {}

.hs-blog-post #hubspot-author_data .hs-author-avatar {
  margin-top: 18px;
}
.hs-blog-post .hs-author-social-section {
  margin-top: 30px;
}
.hs-blog-post .comment-date {
  text-align: left;
  display: block;
}
.hs-blog-post .comment.depth-0:last-child {
  border-bottom: none!important;
}
.hs-blog-post .widget-type-cell.blog-content {
    margin: 0 auto;
    max-width: 770px;
    float: none;
    padding: 0px;
}
.hs-blog-post .author-link {
    color: #000;
    font-size: 18px;
    position: relative;
    top: 20px;
  line-height: 1.2;
}
.hs-blog-post #hubspot-topic_data {
  margin: 0px;
  padding-top: 35px;
  line-height: 1.2;
}
.for-topic-text {
    color: #000;
    font-size: 17px;
    margin-right: 5px;
}
.hs-blog-post .topic-link {
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 6px 10px;
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    margin-bottom: 5px;
}
body.hs-blog-post .section.post-body, 
body.hs-blog-post .section.post-body p, .hs-author-bio {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
.blog-comments-section {
    background: #f8f8f8;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 50px;
}
.blog-comments-section:before {
    content: "";
    position: absolute;
    display: block;
    width: 38px;
    height: 38px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -19px;
}
.span12.wrapper-short {
    max-width: 790px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto !important;
    float: none;
    display: block;
}
.blog-comments-section h4 {
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    color: #4a4a4a;
    letter-spacing: .25px;
    line-height: 1.2;
    margin: 0;
}
.blog-comments-section p {
      line-height: 1.2;
    text-align: center;
    color: #4a4a4a;
    letter-spacing: .25px;
    margin: 10px 0;
    font-weight: 400;
    font-size: 16px;
}
.pagination-section {
    background: #f8f8f8;
}
.pagination-section .page-center {
    max-width: 1210px;
    padding-left: 10px;
    padding-right: 10px;
    float: none;
    margin: 0 auto;
}
.post-pagination {
    position: relative;
    overflow: hidden;
    min-height: 100px;
    line-height: 1.2;
}
.prev-post {
    position: absolute;
    left: 0;
}
.next-post {
    position: absolute;
    right: 0;
    text-align: right;
}
.post-pagination a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.post-pagination h5 {
    margin: 10px 0 0;
}
.post-pagination h5 a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}


.hs-blog-post .hs_recaptcha.hs-recaptcha.field.hs-form-field {    
  width: auto;    
  overflow: auto;	
  padding:10px 0;
}



/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {
  display: inline-block;
  margin-bottom: .5rem;
}
.hs-form-field > label {}

label {}
/* One Line Inputs */
[type="text"],
[type="password"], 
[type="datetime"], 
[type="datetime-local"], 
[type="date"], 
[type="month"], 
[type="time"], 
[type="week"], 
[type="number"], 
[type="email"], 
[type="url"], 
[type="search"], 
[type="tel"], 
[type="color"],
[type="file"],
textarea,
select {
  width: 100%;
  font-family: inherit;
  background-color: #ffffff;
  border: 2px solid #E9E9E9;
  padding: 10px 4px 9.5px;
  font-size: inherit;
  line-height: inherit;
  color: #000;
  vertical-align: middle;
  border-radius: 6px;
  display: inline-block;
  margin:0 0 12px 0;      
}

[type="text"]:focus,
[type="password"]:focus, 
[type="datetime"]:focus, 
[type="datetime-local"]:focus, 
[type="date"]:focus, 
[type="month"]:focus, 
[type="time"]:focus, 
[type="week"]:focus, 
[type="number"]:focus, 
[type="email"]:focus, 
[type="url"]:focus, 
[type="search"]:focus, 
[type="tel"]:focus, 
[type="color"]:focus,
[type="file"]:focus,
textarea:focus,
select:focus {
  outline: 0;   
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  width:auto;
  font-family: 'nunitobold';
  min-width: 200px;
  display:inline-block;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #ed5c14;
  border: none;
  opacity: 0.9;
  border-radius: 27px;
  text-decoration: none;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline:0;    
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


.body-container ul li {}
.hs-blog-social-share ul li {
  background: none;
  padding-left: 0;
}
form ul li{
  background: none !important;
  padding-left: 0 !important;
}
.one-column .body-container-wrapper input[type="text"],
.one-column .body-container-wrapper input[type="password"], 
.one-column .body-container-wrapper input[type="datetime"], 
.one-column .body-container-wrapper input[type="datetime-local"], 
.one-column .body-container-wrapper input[type="date"], 
.one-column .body-container-wrapper input[type="month"], 
.one-column .body-container-wrapper input[type="time"], 
.one-column .body-container-wrapper input[type="week"], 
.one-column .body-container-wrapper input[type="number"], 
.one-column .body-container-wrapper input[type="email"], 
.one-column .body-container-wrapper input[type="url"], 
.one-column .body-container-wrapper input[type="search"], 
.one-column .body-container-wrapper input[type="tel"], 
.one-column .body-container-wrapper input[type="color"],
.one-column .body-container-wrapper input[type="file"],
.one-column .body-container-wrapper textarea,
.one-column .body-container-wrapper select,
.hs-search-layout .hs-search-field {
  width: 50% !important;
}
.widget-type-google_search input[type="text"] {
  display:block;
}
#hs-pwd-widget-password {
  display: block;
}

.hs-error-msgs.inputs-list{
  margin:10px 0; 
  list-style:none;
  padding:0;
}

.hs-error-msgs.inputs-list label{
  color: #ff0000;
  font-weight:normal;
}   

.subscription-template.one-column #email-prefs-form .subscribe-options label span {    
  font-size: 16px;    
  color: #444;    
  line-height: 24px;
}
.blog .replying {
  padding-left: 2em;
  padding-right: 2em;
}

.blog-sidebar .hs-search-field--open .hs-search-field__suggestions {
    margin-top: -13px;
}
.hs-search-field--open .hs-search-field__suggestions {
    padding: 10px;
    background: #fff;
    position: absolute;
    z-index: 11;
    width: 100%;
}
.hs-search-field--open .hs-search-field__suggestions li a {
    color: #000;
}
.hs-search-field--open .hs-search-field__suggestions li a:hover {
    background: transparent;
}
.hs-search-field--open .hs-search-field__suggestions li:not(:last-child) {
    margin-bottom: 7px;
}






/* Get Started Page Css Start Here */

.custom-two_cm-col-form-bg {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 50%;
    padding-top: 1% !important;
    padding-bottom: 5% !important;
}
.custom-two_cm-col-form-bg .page-center {
    padding-top: 0;
    padding-bottom: 0;
}
.extra-big-hd {
    font-size: 2.8vw;
}
.big-p {
    font-size: 18px;
}
.get-started-first-sec .chatgirl {
    position: static;
}


.sal-img-fluid {
  vertical-align: middle;
  border-style: none;
  width: 80%;
  height: auto;
}
.custom-two_cm-col-form-bg form .hs-input {
    margin: 0;
}
.custom-two_cm-col-form-bg form input.hs-button.primary {
    margin: 0;
    margin-top: 15px;
    width: 100%;
}
.get-started-first-sec hr {
    border: 1px solid #D8D8D8;
}
.custom-two_cm-col-form-bg .form-contact h3 {
    display: none;
}
.hs-get-started-layout .custom-menu-primary .hs-header-cta-grp a {
    border-color: #ed5c14;
    color: #ed5c14;
}
.hs-get-started-row2 .page-center {
    text-align: left;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.hs-get-started-row2 .hs_cos_wrapper_type_rich_text h1 {
    font-size: 42px;
}
.hs-get-started-row2 .hs_cos_wrapper_type_rich_text p {
    font-size: 18px;
    margin: 0;
}
.hs-get-started-row2 .hs_cos_wrapper_type_rich_text p a {
    color: #ED5C14;
    font-family: nunitomedium;
}
.hs-get-started-row2 .hs_cos_wrapper_type_rich_text hr {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
}
.siderforboxs, .sliderforlogo {
    margin-top: 100px;
}
.hd {
    font-size: 42px;
}
.text-center {
    text-align: left;
}
.slick-slide img {
    width: 100%;
}
.slick-slide div:focus {
    outline: 0;
}
.slick-slide {
    margin: 0px 20px;
    transition: all ease-in-out 0.3s;
    opacity: 1;
      outline: 0 !important;
}
.all-sec {
    padding: 150px 0;
}
.custom-community-slider .page-center {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Get Started Page Css End Here */









/* Mission Story Page Css Start Here */

.hs-misson_story-row1 {
    padding: 150px 0;
    text-align: center;
}
.without-page_cen-padding,
.hs-misson_story-row1 .page-center {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.hs-misson_story-row1 .hs_cos_wrapper_type_rich_text p {
    margin-top: 1.5rem;
    font-size: 18px;
}
.hs-misson_story-row1 .hs_cos_wrapper_type_rich_text p:first-of-type {
    margin-top: 3rem;
}
.hs-misson_story-row2 {
    overflow: hidden;
}
.msf-we-hope-sec {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.pt-250 {
    padding-top: 250px;
}
.pb-250 {
    padding-bottom: 250px;
}
.msf-we-hope-sec h1, 
.msf-we-hope-sec h2 {
    color: #fff;
}
.purpose-mission-sec .clr-light {
    color: #7E9AA5;
}
.mb-4, 
.my-4 {
    margin-bottom: 1.5rem!important;
}
.hs-two_col-equal-content p {
    color: #7E9AA5;
    margin-bottom: 1.5rem;
}
.hs-two_col-equal-content h6 {
    color: #7E9AA5;
    margin-bottom: 1.5rem;
}
.purpose-mission-sec .bdr-right::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    background: #7E9AA5;
    top: 0;
    margin-top: 0;
}
.deliver-incremental-sec {
    background: linear-gradient(180deg, #123a49 0%, #123a49 100%);
}
.mb-3, 
.my-3 {
    margin-bottom: 1rem!important;
}
.deliver-incremental-sec h2, 
.deliver-incremental-sec p {
    color: #fff;
}
.mb-5, 
.my-5 {
    margin-bottom: 3rem!important;
}
.org-button a {
    background: #ed5c14;
    color: #fff;
    padding: 15px 15px 13px 15px;
    border-radius: 27px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    min-width: 250px;
    font-family: 'nunitobold';
    text-transform: uppercase;
    text-decoration: none !important;
}
.hs-two_col-equal-content .cm-col-md-6.mt-5 p {
    margin-bottom: 1rem;
}
a.hs-free-trial-cta {
    -moz-box-sizing: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;  
}

/* Mission Story Page Css End Here */








/* Uses Plybook Page Css Start Here */

.who-uses-playbook-first-sec {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 70%;
}
.hs-who_use_plbook-bg p {
    font-size: 18px;
    margin-bottom: 1.5rem;
}
.hs-who_use_plbook-bg p:first-of-type {
    margin-top: 1.5rem;
}
.out-cnt-back {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.hs-uses_plybook-row1 {
    overflow: hidden;
}
.tp-back-org-button a, 
.tp-back-org-big-button a {
    background: transparent;
    color: #ed5c14;
    border: 2px solid #ed5c14;
    padding: 11px 0 10px 0;
    border-radius: 27px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    min-width: 250px;
    font-family: 'nunitobold';
}
.tp-back-org-big-button a {
    min-width: 310px;
}
.hs-uses_plybook-layout .pl-0, .hs-uses_plybook-layout .px-0 {
    padding-left: 0!important;
}
.hs-two_col-left-img-bg:last-child {
    margin-bottom: -1px;
}
.hs-two_col-left-img-bg:last-child hr {
    display: none;
}
.six-right-vw {
    margin-right: 6vw;
}
.max-img-80 {
    max-width: 80% !important;
}
/* Uses Plybook Page Css End Here */











/* License Agreement Page Css Start Here */

.hs-license-agreement-layout .body-container-wrapper .page-center {
    max-width: 100% !important;
    padding-top: 5% !important;
    padding-bottom: 3% !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
}

/* License Agreement Page Css End Here */







/* Features Page Css Start Here */

.hs-features-row1 .who-uses-playbook-first-sec {
    background-size: auto 90%;
}
.hs-features-row1 .hs-who_use_plbook-bg .cm-col-lg-6:last-child {
    display: none;
}
.hs-features-row1 .hs-who_use_plbook-bg p:first-of-type {
    margin-top: 0;
}
.hs-features-row1 .hs-who_use_plbook-bg p {
    margin-bottom: 1rem;  
}
.hs-tabber-tab ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #ccc;
}
.hs-tabber-tab ul li {
    float: none;
    width: 14.27%;
    text-align: center;
    position: relative;
}
.hs-tabber-tab ul li a {
    text-decoration: none;
    font-size: 18px;
    padding: 25px 0;
    color: #123a49;
}
.hs-tabber-tab ul li.active > a {
    text-transform: uppercase;
    color: #ed5c14;
    font-family: nunitobold;
}
.hs-tabber-tab ul li.active:before {
    content: '';
    position: absolute;
    width: 90%;
    height: 2px;
    background: #ed5c14;
    left: 0;
    bottom: -27px;
    right: 0;
    margin: 0 auto;
}
.hs-tabber-tab ul.tab-fixed {
    position: fixed;
    top: 0;
    padding-top: 130px;
    padding-bottom: 19px;
    background: #fff;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 2px solid #7e9aa5;
}
.hs-tabber-tab ul.tab-fixed li:before {
    bottom: -21px;
    width: 80%;
}
.advance-registration-sec .ags-hd {
    position: relative;
    margin-bottom: 100px;
    padding-bottom: 30px;
}
.custom-tabber-main-bg .advance-registration-sec .ags-hd img {
    width: 60px;
    vertical-align: middle;
    border-style: none;
}
.advance-registration-sec .ags-hd:after {
    width: 120px;
    height: 8px;
    background: #ed5c14;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.custom-tabber-main-bg img {
    vertical-align: middle;
    border-style: none;
}
.hs-features-row1 {
    overflow: hidden;
}
.hs-features-row1 .hs-one_col-with-bg .pt-250 {
    padding-top: 200px;
}
.hs-features-row1 .hs-one_col-with-bg .pb-250 {
    padding-bottom: 200px;
}
.custom-tabber-main-bg.all-sec {
    padding-bottom: 0 !important;
}
.hs-features-row1 .hs-one_col-with-bg h2 {
    margin: 0;
}
.hs-features-row1 .hs-one_col-with-bg.msf-we-hope-sec {
    background-position: center;
}
.custom-two_col-with-img-bg-content {
  padding-left: 10%; 
  padding-right: 10%;
}
.integrated-with-backend-sec {
    width: auto;
    margin: 0;
    position: static;
}
.integrated-with-backend-sec:first-child {
    margin-top: 150px;
}
.hs-two_col-with-img-main-bg .mb-150 {
    margin-bottom: 150px;
    margin-top: 150px;
}
.integrated-with-backend-sec .iwb-sec-left-text {
    margin-left: 6vw;
}
.sm-line-hd {
    position: relative;
    color: #123a49;
    font-size: 42px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.sm-line-hd:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 82px;
    background-color: #ed5c14;
}
.custom-two_col-with-img-bg .text-right {
    text-align: right!important;
}
.integrated-with-backend-sec .iwb-sec-right-img {
    max-width: 800px !important;
    height: auto;
    vertical-align: middle;
    border-style: none;
    width:100%;
}
.custom-two_col-with-img-bg.left .text-right {
    text-align: center!important;
}
.hs-two_col-with-img-main-bg .integrated-with-backend-sec:nth-child(3) {
    width: auto;
    margin: 0;
    position: static;
}
.hs-two_col-with-img-main-bg .integrated-with-backend-sec:nth-child(3) .iwb-sec-right-img {
    max-width: 800px !important;
      width: 100%;
}
.hs-two_col-with-img-main-bg .integrated-with-backend-sec.left .iwb-sec-left-text {
    margin-left: 0;
}
.hs-two_col-with-hr2 {
    margin-top: 0;
}
.custom-two_col-with-img-bg.integrated-with-backend-sec:nth-child(5) .align-items-center {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
}
.custom-two_col-with-img-bg.integrated-with-backend-sec:nth-child(7) .text-right {
    text-align: left !important;
}
.hs-two_col-with-hr4 {
    display: none;
}
.hs-two_col-with-img-main-bg {
    padding-bottom: 150px;
}
.hs-two_col-equal-content.smoke {
    background-color: #7e9aa5;
    color: #fff;
}
.purpose-mission-sec.smoke .clr-light,
.hs-two_col-equal-content.smoke p,
.hs-two_col-equal-content.smoke h5 {
    color: #fff;
    text-align:left;
}
.purpose-mission-sec.smoke .bdr-right::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 200px;
    right: 0;
    background: #fff;
    top: 50%;
    margin-top: -100px;
}
.hs-two_col-equal-content.smoke .cm-col-md-6 {
    text-align: center;
}
.purpose-mission-sec.smoke .bdr-right .text-md-left p {
    margin-bottom: 1rem;
}
.hs-two_col-equal-content.smoke .cm-col-md-6.mt-5.mt-md-0 .text-md-left {
    display: inline-block!important;
    text-align: left !important;
}
.hs-two_col-equal-content.smoke .cm-col-md-6.mt-5.mt-md-0 .text-md-left p {
    font-size: 18px;
    margin-bottom: 1.5rem;
}
.hs-two_col-equal-content.smoke h5 {
    margin: 0;
}

/* Features Page Css End Here */








/* Home Page Css Start Here */

.hs-home-layout {}

.custom-home-banner {
    margin-top: -1px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.custom-home-banner .banner-img {
    vertical-align: middle;
    border-style: none;
  width: 100% !important;
}
.custom-home-banner.banner-sec .banner-text {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
}
.custom-home-banner h2, 
.custom-home-banner p {
    color: #fff;
}
.hs-home-layout .body-container-wrapper {
    padding-top: 106px;
    overflow: hidden;
}
.big-hd {
    position: relative;
    margin-bottom: 55px;
    font-size: 42px;
}
.big-hd:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 120px;
    background: #ed5c14;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
.hs-one-col_top-img-bg .mt-150 {
    margin-top: 75px;
}
.home-powerful-software .four-box {
    text-align: center;
}
.home-powerful-software .four-box img {
    vertical-align: middle;
    border-style: none;
    width: 70px;
}
.home-powerful-software .four-box p {
    color: #123a49;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
}
.three-line-back {
    background-image: url("//4313631.fs1.hubspotusercontent-na1.net/hubfs/4313631/PlayBook_March2020%20Theme/Image/three-line-back.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 1280px auto;
}
.hs-home-two_col-img-content {
    padding-left: 10%;
    padding-right: 10%;
}
.hs-home-two_col-img-content h2 {
    font-size: 42px;
}
.hs-home-two_col-img-content p {
    font-size: 18px;
    margin-bottom: 3rem;
}
.hs-home-two_col-img-content h4 {
    margin-bottom: .25rem;
}
.hs-home-two_col-img-bg.home-beautiful-mobile .sd-sec-left-text {
    margin-left: 6vw;
}
.hs-home_three_col-image .mb-100 {
    margin: 100px 0;
}
.home-advanced-features .bdr-btm-box {
    position: relative;
    margin-bottom: 15px;
}
.home-advanced-features .bdr-btm-box img {
    vertical-align: middle;
    border-style: none;
}
.home-advanced-features .bdr-btm-box p {
    font-size: 18px;
}
.home-advanced-features .bdr-btm-box:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 80px;
    background: #ed5c14;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#testimonial-1 {
    position: relative;
    width: 100%;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.testimonial-1_slide {
    position: relative;
}
.testimonial-1_slide img {
    width: 90%;
    border: 20px solid #bdc5c8;
    box-shadow: 0px 0 10px 0 rgba(0,0,0,0.1);
    display: inline-block !important;
}
#testimonial-1 .testimonial-1_slide .testimonial-hd {
    color: #233f4d;
    font-size: 42px;
}
#testimonial-1 .testimonial-1_slide .testimonial-sub-hd {
    margin-top: 20px;
}
#testimonial-1 .testimonial-1_slide .testimonial-sub-hd .org-text {
    font-size: 24px;
    margin-bottom: 0;
    color: #ed5c14;
    font-family: 'nunitobold';
}
#testimonial-1 .testimonial-1_slide .testimonial-sub-hd p {
    color: #233f4d;
    font-size: 24px;
}
.rounded-circle {
    border-radius: 50%!important;
      vertical-align: middle;
}
.hs-home-two_cm-col-slider .d-md-none {
    display: none!important;
}
.carousel-control-next, 
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-prev {
    position: relative;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    color: #6b8994;
    text-align: center;
    opacity: 1;
    display: inline-block;
    font-size: 50px;
  cursor: pointer;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next {
    position: relative;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    color: #6b8994;
    text-align: center;
    opacity: 1;
    display: inline-block;
    font-size: 50px;
    margin-left: 50px;
  cursor: pointer;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
    color: #000518;
}
.carousel-control-prev:focus,
.carousel-control-next:focus {
    outline:0;
  color: #000518;
}
.hs-home-two_cm-col-slider .slick-slide {
    margin: 0;
}
.home-giving-back .fiv-sec-left-text {
    margin-left: 6vw;
}
.home-giving-back .fiv-sec-left-text h2 {
    color: #fff;
    font-size: 42px;
}
.home-giving-back .fiv-sec-left-text h5 {
    color: #fff;
}
.home-giving-back .fiv-sec-left-text p {
    color: #fff;
    font-size: 18px;
}
.home-success-with .slick-slide .slide-main {
    background: #fff;
    box-shadow: 0 0px 11px 0px rgba(0, 0, 0, 0.2);
    margin: 20px 0;
    padding: 35px;
}
.home-success-with .slick-slide img.stick-img {
    border: 5px solid #ed5c14;
}
b, strong {
    font-weight: bolder;
}
.hs-testimonial-star {
    background: url("//4313631.fs1.hubspotusercontent-na1.net/hubfs/4313631/PlayBook_March2020%20Theme/Image/stars.png");
    background-repeat: no-repeat;
    width: 120px;
    height: 20px;
    display: block;
    margin: 0 auto;
    background-size: cover;
    margin-top: .5rem;
}
.hs-testimonial-star.one {
    width: 24px;
}
.hs-testimonial-star.two {
    width: 48px;
}
.hs-testimonial-star.three {
    width: 72px;
}
.hs-testimonial-star.four {
    width: 96px;
}
.hs-testimonial-star.five {
    width: 122px;
}
.home-form {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 50px;
    border-radius: 27px;
}
.hs-home-one-cm-col-form .hs-input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: -internal-light-dark-color(white, black);
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 8px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    width: 100%;
    border-color: #e7e6e6;
    border-radius: 15px;
    line-height: 32px;      
}
.IE .hs-home-one-cm-col-form .hs-input {
 min-height: 42px; 
}
.hs-home-one-cm-col-form input.hs-button.primary {
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 15px;
}
.home-whats-new {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 95%;
}
.hs-whats-new-bg .mt-100 {
    margin-top: 100px;
}
.home-whats-new .news-watch-learn .nwl-boxes {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    height: 100%;
}
.home-whats-new .news-watch-learn .nwl-boxes .nwl-img {
    height: 100%;
    width: 100%;
}
.home-whats-new .news-watch-learn .nwl-boxes .nwl-img img {
    vertical-align: middle;
    border-style: none;
    border-radius: 10px;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.home-whats-new .news-watch-learn .nwl-boxes .nwl-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
}
.home-whats-new .news-watch-learn .nwl-boxes .nwl-text h5 {
    color: #fff;
    font-size: 24px;
}
.home-whats-new .news-watch-learn .nwl-boxes .nwl-text .dim {
    opacity: 0.7;
}
.home-whats-new .news-watch-learn .nwl-boxes .nwl-text h5 {
    color: #fff;
    font-size: 24px;
}
.hs-home-bottom-pane img {
    vertical-align: middle;
    border-style: none;
    width: 110px;
}
.home-chat-call p, .home-chat-call h2 {
    color: #fff;
}
.home-chat-call p, .home-chat-call h2 {
    color: #fff;
}
.home-chat-call {
    padding: 60px 0;
}
.home-chat-call .cm-col-md-6:first-child:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 200px;
    right: 0;
    background-color: #ffffff;
    top: 50%;
    margin-top: -100px;
}


/* Home Page Css End Here */












/* =============== Screen sizes smaller than .page-center =============== */

@media (min-width: 768px) {
  .custom-footer-top-bg .page-center > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    width: auto;
  }
  .custom-footer-top-bg .page-center > .row-fluid-wrapper > .row-fluid > div.span6 {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 0;
  }
  .custom-footer-top-bg .page-center>.row-fluid-wrapper>.row-fluid>div.span6:last-child {
      margin-left: 16.666667% !important;
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 33.2%;
      max-width: 33.3%;
  }  

  .hs-footer-right-content {
    margin-left: 16.666667% !important;
  }
   .banner.text-md-left {
      text-align: left!important;
  }
  .text-md-center {
      text-align: center!important;
  }
  .mb-md-0, .my-md-0 {
      margin-bottom: 0!important;
  }
  .custom-two_col-with-img-bg.left .text-right {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
  }
  .custom-two_col-with-img-bg.left .cm-col-md-6.mb-5.mb-md-0 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
  }
  .hs-two_col-equal-content.smoke .text-md-left {
      display: inline-block!important;
  }
  .hs-two_col-equal-content.smoke .cm-col-md-6.mt-5.mt-md-0 .text-md-left {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
  .hs-home-two_cm-col-slider .d-md-block {
      display: block!important;
  }
  .home-success-with .slick-slide .slide-main {
      min-height: 340px;
  }
  .blog-sidebar {
      padding-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .hs-features-row1 .hs-who_use_plbook-bg .cm-col-lg-6 {
      -webkit-box-flex: 0;
      -ms-flex: 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .custom-tabber-main-bg .mb-lg-0, 
  .custom-tabber-main-bg .my-lg-0 {
      margin-bottom: 0!important;
  }
}

@media only screen and (min-width: 1367px) {
  .hs-misson_story-row1 .hs_cos_wrapper_type_rich_text {
      max-width: 75%;
      display: block;
      margin: 0 auto;
  } 
  .up-mob-width {
      max-width: 75%;
  }
}


@media (max-width: 1210px) and (min-width:1200px) {
  .custom-menu-primary .hs-header-cta-grp {
    padding-left: 0;
  }
}

@media (max-width: 1299px) {
  .my-prl-4 {
      padding: 0 50px;
  }  
}

@media (max-width: 1240px) {
  .hs-tabber-tab {
      min-height: 84px;
  }
}

@media (max-width: 1199px) {
  .custom-logo {
    padding-top: 5px;
    padding-bottom: 4px;
    width: 100% !important;
  } 
  .custom-footer-top-bg {
    padding-bottom: 75px;
    padding-top: 75px;
  }
  .without-banner .custom-header-group {
      min-height: 85px !important;
  }
  .without-banner .custom-header-bg {
    padding-bottom: 21px;
  }
  .all-sec,
  .hs-misson_story-row1 {
      padding: 100px 0;
  }
  .pt-100 {
      padding-top: 75px;
  }
  .pb-100 {
      padding-bottom: 75px;
  }
  .custom-header-bg {
      padding-bottom: 21px;
  }
  .hs-misson_story-row2 .msf-we-hope-sec h2 br {
      display: none;
  }
  .hs-mac-pc .custom-logo {
    padding-top: 6px;
  }
  .hs-mac-pc .mobile-trigger {
    top: 23px;
  }
  .hs-tabber-tab ul.tab-fixed {
      padding-top: 108px;
  }
  .custom-home-banner h2 br,
  .big-hd br {
      display: none;
  }
  .hs-home-layout .body-container-wrapper {
      padding-top: 65px;
  }
  .hs-one-col_top-img-bg .mt-150 {
      margin-top: 100px;
  }
  .hs-home_three_col-image br {
      display: none;
  }
  .hs-home_three_col-image .mb-100 {
      margin: 40px 0;
  }
  .testimonial-1_slide img {
      border: 15px solid #bdc5c8;
  }
  .home-giving-back .fiv-sec-left-text p br {
      display: none;
  }
  .hs-whats-new-bg .mt-100 {
      margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .sm-line-hd {
      font-size: 32px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
 .sliderforlogo .slick-list {
      padding: 0 30% !important;
  } 
}

@media only screen and (max-width: 900px) and (min-width: 768px) {
  .home-whats-new .news-watch-learn .nwl-boxes .nwl-text h5 {
      font-size: 18px;
  }
  .hs-tabber-tab ul li a {
      padding-left: 10px;
      padding-right: 10px;
  }
  .hs-tabber-tab ul li a {
      font-size: 16px;
  }
}

@media only screen and (max-width: 800px) and (min-width: 650px) {
  .mobile-trigger {
      right: 19px;
  }
  .blog .body-container-wrapper {
      overflow: hidden;
  }
  .hs-tabber-tab ul.tab-fixed {
      padding-left: 10px;
      padding-right: 10px;
  }
}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .body-container-wrapper .main-content,
  .body-container-wrapper .sidebar{
    margin-bottom:20px;
  }
  .one-column .body-container-wrapper input[type="text"],
  .one-column .body-container-wrapper input[type="password"], 
  .one-column .body-container-wrapper input[type="datetime"], 
  .one-column .body-container-wrapper input[type="datetime-local"], 
  .one-column .body-container-wrapper input[type="date"], 
  .one-column .body-container-wrapper input[type="month"], 
  .one-column .body-container-wrapper input[type="time"], 
  .one-column .body-container-wrapper input[type="week"], 
  .one-column .body-container-wrapper input[type="number"], 
  .one-column .body-container-wrapper input[type="email"], 
  .one-column .body-container-wrapper input[type="url"], 
  .one-column .body-container-wrapper input[type="search"], 
  .one-column .body-container-wrapper input[type="tel"], 
  .one-column .body-container-wrapper input[type="color"],
  .one-column .body-container-wrapper input[type="file"],
  .one-column .body-container-wrapper textarea,
  .one-column .body-container-wrapper select,
  .hs-search-layout .hs-search-field {
    width: 100% !important;
  }
  #email-prefs-form .email-edit {	    
    max-width: 100% !important;	
  }  
  .subscription-template.one-column #email-prefs-form .checkbox-row span.fakelabel span {    
    width: 85%;
  }  
  .blog .blog-sidebar {
    margin-top:30px;
  }

  .hs-blog-post .blog-section img {
    float: none !important;
  }
  .subscription-template.one-column .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-banner-bg img {
    height: 120vh !important;
    object-fit: cover;
  }
  .mobile-trigger {
    right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper {
    text-align: center;
  }
  .custom-menu-primary .hs-header-cta-grp * {
    width: auto !important;
  }
  .custom-menu-primary .hs-header-cta-grp a {
    min-width: 200px;
  }
  .custom-menu-primary .hs-header-cta-grp {
    padding: 5px 7px;
  }
  .custom-footer-top-bg {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .hs-footer-right-content {
    text-align: center;
    margin-top: 3rem;
  }
  .hs-lp-header .custom-header-bg {
    padding-bottom: 19px;
  }
  .extra-big-hd {
      font-size: 6vw;
  }
  .big-p {
      font-size: 16px;
  }
  .custom-two_cm-col-form-bg,
  .custom-two_cm-col-form-bg form p {
      text-align: center;
  }
  .custom-two_cm-col-form-bg form {
      text-align: left;
  }
  .hd, .big-hd {
      font-size: 36px;
  }
  .all-sec {
      padding: 75px 0;
  }
  .siderforboxs, .sliderforlogo {
      margin-top: 75px;
  }
  .hs-get-started-row2 .hs_cos_wrapper_type_rich_text h1 {
      font-size: 36px;
  }
  .hs-get-started-row2 .hs_cos_wrapper_type_rich_text p {
      font-size: 16px;
  }
  .hs-misson_story-row1 {
      padding: 75px 0;
  }
  .hs-misson_story-row1 .hs_cos_wrapper_type_rich_text p {
      font-size: 16px;
  }
  .home-chat-call .bdr-right, .mobile-beautiful-websites-sec .bdr-right, 
  .purpose-mission-sec .bdr-right {
      position: relative;
      margin-bottom: 50px;
  }
  .home-chat-call .bdr-right:after, .mobile-beautiful-websites-sec .bdr-right:after, 
  .purpose-mission-sec .bdr-right::after {
      content: '';
      position: absolute;
      width: 80%;
      height: 1px;
      right: 0;
      background: #476976;
      bottom: -50px;
      left: 0;
      margin: 0 auto;
      top: auto;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .org-button a, .tp-back-org-button a, 
  .tp-back-button a, .tp-back-org-big-button a {
      padding: 12px 15px;
      font-size: 16px;
      min-width: 200px;
  }
  .hs-who_use_plbook-bg p {
      font-size: 16px;
  }
  .hs-two_col-left-img-bg .max-img-80 {
      max-width: 90% !important;
  }
  .six-left-vw, .six-right-vw {
      margin: 0;
  }
  .tp-back-org-big-button a {
      min-width: 280px;
  }
  .custom-tabber-main-bg .advance-registration-sec .ags-hd img {
      width: 45px;
  }
  .advance-registration-sec .ags-hd {
      margin-bottom: 50px;
  }
  .hs-tabbar-group-wrapper .mt-100 {
      margin-top: 60px;
  }
  .hs-features-row1 .hs-one_col-with-bg .pb-250 {
      font-size: 28px;
      padding: 150px 0;
  }
  .hs-features-row1 .hs-one_col-with-bg h2 {
      font-size: 28px;
  }
  .hs-features-row1 .hs-one_col-with-bg h2 br {
      display: none;
  }
  .integrated-with-backend-sec:first-child {
      margin-top: 75px;
  }
  .integrated-with-backend-sec .iwb-sec-left-text, .status-reports-sec .strc-sec-right-text, 
  .manage-payments-sec .mps-sec-left-text, .wide-range-sec .wrs-sec-right-text {
      text-align: center;
      margin: 0;
      padding: 0 15px;
  }
  .sm-line-hd {
      font-size: 36px;
  }
  .sm-line-hd:after {
      right: 0;
      margin: 0 auto;
  }
  .wide-range-sec .wrs-sec-left-img, 
  .integrated-with-backend-sec .iwb-sec-right-img {
      max-width: 90% !important;
  }
  .hs-two_col-with-img-main-bg .mb-150 {
      margin-bottom: 75px;
      margin-top: 75px;
  }
  .hs-two_col-with-img-main-bg .integrated-with-backend-sec:nth-child(3) .iwb-sec-right-img {
      max-width: 300px !important;
  }
  .hs-two_col-with-img-main-bg .integrated-with-backend-sec.left .iwb-sec-left-text {
      margin-bottom: 0 !important;
  }
  .purpose-mission-sec.smoke .clr-light, 
  .hs-two_col-equal-content.smoke p, 
  .hs-two_col-equal-content.smoke h5 {
      text-align: center;
  }
  .purpose-mission-sec.smoke .bdr-right::after {
      content: '';
      position: absolute;
      width: 80%;
      height: 1px;
      right: 0;
      background: #fff;
      bottom: -50px;
      left: 0;
      margin: 0 auto;
      top: auto;
  }
  .hs-two_col-equal-content.smoke .cm-col-md-6 br {
      display: none;
  }
  .hs-two_col-equal-content.smoke .cm-col-md-6.mt-5.mt-md-0 .text-md-left p {
      font-size: 16px;
  }
  .hs-two_col-with-img-main-bg {
      padding-bottom: 75px;
  }
  .hs-two_col-with-img-main-bg .integrated-with-backend-sec:nth-child(5) .iwb-sec-right-img {
    max-width: 780px !important;
    width: 100%;
  }
  .custom-home-banner .banner-img {
      height: 120vh !important;
      object-fit: cover;
  }
  .custom-home-banner p {
      padding: 30px 0;
  }
  .hs-one-col_top-img-bg .mt-150 {
      margin-top: 75px;
  }
  .hs-home-two_col-img-bg.home-beautiful-mobile .sd-sec-left-text {
      text-align: center;
      margin: 0;
      padding: 0 15px;
  }
  .home-beautiful-mobile h2 {
      font-size: 36px;
      margin-bottom: 25px !important;
  }
  .hs-home-two_col-img-content h4 {
      font-size: 22px;
      margin-bottom: 10px;
  }
  .home-beautiful-mobile .sd-sec-right-img {
      padding-left: 15px;
  }
  .hs-home_three_col-image .mb-100 {
      margin: 60px 0;
  }
  .testimonial-1_slide img {
      width: 300px;
      border: 12px solid #bdc5c8;
      box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  #testimonial-1 .testimonial-1_slide .testimonial-hd {
    font-size: 34px;
  }
  #testimonial-1 .testimonial-1_slide .testimonial-sub-hd .org-text {
      font-size: 22px;
    text-align: center;
  }
  #testimonial-1 .testimonial-1_slide .testimonial-sub-hd p {
      font-size: 20px;
  }
  .hs-home-two_cm-col-slider .d-md-none {
      display: block !important;
  }
  .hs-two_col-slider-mobile-arrow {
      display: none !important;
  }
  .mobile-next-prev {
      position: absolute;
      width: 100%;
      left: 0;
      top: 120px;
  }
  .mobile-next-prev .carousel-control-prev {
      margin: 0;
      margin-right: 170px;
  }
  .mobile-next-prev .carousel-control-next {
      margin: 0;
      margin-left: 170px;
  }
  .home-giving-back .fiv-sec-left-text {
      text-align: center;
      margin: 0;
      padding: 0 15px;
  }
  .home-giving-back .fiv-sec-left-text h2 {
      font-size: 36px;
  }
  .home-giving-back .fiv-sec-left-text h5 {
      font-size: 18px;
  }
  .home-giving-back .fiv-sec-left-text p {
      font-size: 16px;
  }
  .three-line-back {
      background-size: auto 80%;
  }
  .home-whats-new .news-watch-learn .nwl-boxes {
      width: 480px;
      max-width: 100%;
      margin: 0 auto;
  }
  .home-chat-call .cm-col-md-6:first-child:after {
      content: '';
      position: absolute;
      width: 80%;
      height: 1px;
      right: 0;
      background: #476976;
      bottom: -50px;
      left: 0;
      margin: 0 auto;
      top: auto;
  }
  .home-chat-call .cm-col-md-6 {
      position: relative;
      margin-bottom: 50px;
  }
  .home-chat-call .cm-col-md-6:last-child {
      margin-top: 3rem!important;
      margin-bottom: 0;
  }
  .hs-whats-new-bg .mt-100 {
      margin-top: 60px;
  }
  .blog-listing-wrapper .post-listing .post-item {
      float: none;
      width: 100%;
      padding-right: 0px;
  }
  .blog-pagination {
      padding: 20px 0px;
  }
  .hs-blog-sidebar-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
      max-width: 100px;
  }
  .hs-blog-banner-bg.hot-post-header h1, 
  .hs-blog-banner-bg.hot-post-header h1 a {
      font-size: 35px;
      line-height: 40px;
      margin: 0px;
  }
  .blog .body-container-wrapper {
      padding-top: 45px;
  }
  .post-pagination h5 {
      display: none;
  }
  .hs-mac-pc .firefox .custom-logo {
    padding-top: 6px;
  }
}  

@media only screen and (max-width: 700px) and (min-width: 641px) {
  .hs-tabber-tab ul li a {
      font-size: 14px;
  }
}

@media (max-width: 640px) {
  .hs-tabber-tab ul {
      display: block;
      width: 100%;
  }  
  .hs-tabber-tab ul li {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      margin-right: -4px;
      margin-bottom: 15px;
  }
  .hs-tabber-tab ul li.active:before {
      bottom: 0;
  }
  .blog-pagination ul li {
      margin-bottom: 5px;
  }
  .hs-tabber-tab ul.tab-fixed {
      padding-top: 23px;
      top: 85px;
  }
  .hs-tabber-tab {
     min-height: 213px;
  }
}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .subscription-template.one-column #email-prefs-form .subscribe-options {	
    overflow: visible;   
  } 
  .custom-menu-primary .hs-header-cta-grp * {
    width: 100% !important;
  } 
  .custom-menu-primary .hs-header-cta-grp a {
    box-sizing: inherit !important;
    -moz-box-sizing: inherit !important;
    -webkit-box-sizing: inherit !important;
  }
  .custom-footer-top-bg {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .sal-img-fluid {
      width: 80%;
      height: auto;
  }
  .hd, 
  .big-hd,
  .hs-get-started-row2 .hs_cos_wrapper_type_rich_text h1 {
      font-size: 28px;
  }
  .sliderforlogo .slick-list {
      padding: 0 30% !important;
  }
  .all-sec {
      padding: 60px 0;
  }
  .hs-misson_story-row1 {
      padding: 60px 0;
  }
  .pt-100 {
      padding-top: 45px;
  }
  .pb-100 {
      padding-bottom: 45px;
  }
  .org-submit, .hs-button.large.primary, .org-button a, 
  .tp-back-org-button a, .tp-back-button a, .tp-back-org-big-button a {
      min-width: 100%;
      width: 100%;
  }
  .sm-line-hd {
      font-size: 28px;
  }
  .hs-two_col-with-img-main-bg .integrated-with-backend-sec:nth-child(3) .iwb-sec-right-img {
      max-width: 267px !important;
  }
  .purpose-mission-sec.smoke .clr-light {
      font-size: 28px;
  }
  .hs-two_col-with-img-main-bg {
      padding-bottom: 60px;
  }
  .hs-two_col-with-img-main-bg .mb-150 {
      margin-bottom: 60px;
      margin-top: 60px;
  }
  .integrated-with-backend-sec:first-child {
      margin-top: 60px;
  }
  .custom-home-banner p {
    padding: 25px 0;
  }
  .hs-one-col_top-img-bg .mt-150 {
      margin-top: 60px;
  }
  .home-beautiful-mobile h2 {
      font-size: 28px;
  }
  .hs-home-two_col-img-content p {
      font-size: 16px;
  }
  .hs-home-two_col-img-content h4 {
      font-size: 20px;
  }
  .hs-home_three_col-image .mb-100 {
      margin: 45px 0;
  }
  .home-advanced-features .bdr-btm-box p {
      font-size: 16px;
  }
  .testimonial-1_slide img {
      width: 250px;
  }
  .mobile-next-prev {
      top: 100px;
  }
  .mobile-next-prev .carousel-control-prev {
      margin: 0;
      margin-right: 135px;
  }
  .mobile-next-prev .carousel-control-next {
      margin: 0;
      margin-left: 135px;
  }
  #testimonial-1 .testimonial-1_slide .testimonial-hd,
  .home-giving-back .fiv-sec-left-text h2 {
      font-size: 28px;
  }
  #testimonial-1 .testimonial-1_slide .testimonial-sub-hd .org-text {
      font-size: 20px;
  }
  #testimonial-1 .testimonial-1_slide .testimonial-sub-hd p,
  .home-giving-back .fiv-sec-left-text h5 {
      font-size: 18px;
  }
  .home-giving-back .fiv-sec-left-text p {
      font-size: 16px;
  }
  .hsw-mob-set {
      flex-direction: column;
  }
  .home-success-with .slick-slide img.stick-img {
      max-width: 100px !important;
      margin: 0 auto;
  }
  .hsw-mob-set .cm-col-7.cm-col-xl-8 {
      width: 100%;
      max-width: 100%;
      text-align: center;
  }
  .hsw-mob-set .cm-col-5.cm-col-xl-4 {
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px;
  }
  .home-success-with .slick-slide .slide-main {
      padding: 25px 5px 10px;
  }
  .my-prl-4 {
      padding: 0 40px;
  }
  .home-form {
      padding: 20px;
  }
  .home-form h2 {
      font-size: 28px;
  }
  .home-chat-call h2 {
      font-size: 28px;
  }
  .hs-home-layout .sliderforlogo .slick-list {
      padding: 0 30% !important;
  }
  .hs-whats-new-bg .mt-100 {
      margin-top: 45px;
  }
  .home-whats-new .news-watch-learn .nwl-boxes .nwl-text h5 {
      font-size: 22px;
  }
}

@media (max-width:360px) {
   .testimonial-1_slide {
      padding: 0 10px;
  }
  .mobile-next-prev .carousel-control-next {
      margin-left: 128px;
  }
  .mobile-next-prev .carousel-control-prev {
      margin-right: 128px;
  }
  @-moz-document url-prefix() {
    .close-mobile-trigger {
        right: 26px;
    }
    .custom-menu-primary .hs-header-cta-grp * {
      width: 99% !important;
      margin: 0 auto;
    }
  }
}
.wufoo-wrapper {
  display: flex;
}
.form-column {
-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  max-width: 50%;}
.span12.widget-span.widget-type-cell.wufoo-wrapper {
    display:  flex;
    Flex-direction:  column;
    padding: 100px 0;
    align-content: center;
}

.span12.widget-span.widget-type-widget_container.form-column {
    align-self: center;
    margin: 0 auto;
    display:  flex;
    flex-direction:  column;
    justify-content:  center;
    float:  none;
}