@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700|Open+Sans:600');





































































/* --------------------------------------------------
FONTS
-------------------------------------------------- */
@font-face {
    font-family: Foco-bold;
    src: url(https://info.nutrien.com/hubfs/Fonts/FocoBold.ttf)
}


/* --------------------------------------------------
TEMPLATE
-------------------------------------------------- */
body {
    border: 0 none;
    padding: 0 !important;
    margin: 0;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #3b3e4a;
}
body * {
    outline: none;
}


/* --------------------------------------------------
HEADER
-------------------------------------------------- */
.header-container-wrapper {
    border-bottom: 10px solid #70c200;
}
.header-container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
.header-container div[data-global-widget-path] > .row-fluid-wrapper > .row-fluid {
    display: table;
}
.header-container .widget-span.logo {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: 20%;
}
.header-container .widget-span.nav {
    display: table-cell;
    vertical-align: middle;
    float: none;
    margin: 0;
    width: 80%;
    text-align: right;
}
.header-container .nav > .row-fluid-wrapper > .row-fluid {
    display: table;
}
.header-container .nav .span6 {
    float: none;
    width: auto;
    /*display: inline-block;
    vertical-align: top;*/
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}
.header-container .nav .cta_button {
    padding: 8px 12px;
}


/* --------------------------------------------------
NAVIGATION
-------------------------------------------------- */
/* HUBSPOT DEFAULTS */
/* horizontal */
.hs-menu-wrapper ul {
    padding: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.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 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}
.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

/* vertical */
.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;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
}
.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 a {
    text-decoration: none;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}
.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

/* MAIN NAV */
.header-nav .hs-menu-wrapper > ul {
    text-align: right;
}
.header-nav .hs-menu-depth-1 {
    display: inline-block;
    vertical-align: top;
    float: none !important;
}
.header-nav .hs-menu-depth-1:hover {
    background-color: #3FB350;
}
.header-nav .hs-menu-depth-1 > a {
    text-align: left;
    display: block;
    font-family: "Foco-bold";
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    padding: 33px 13px;
    margin-top: 0;
}
.header-nav .hs-menu-depth-1.active-branch > a {
    color: #3FB350;
}
.header-nav .hs-menu-depth-1:hover > a {
    color: #fff !important;
}
.header-nav .hs-menu-depth-1:last-child > a {
    color: #0a2;
}
.header-nav .hs-menu-depth-1:last-child > a:before {
    content: '\f3c5';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 700;
    margin-right: 7px;
}
.header-nav .hs-menu-children-wrapper {
    background: #E6E6E6;
    padding: 30px 0 20px;
    text-align: left;
}
.header-nav .hs-menu-children-wrapper:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #39b54a;
    position: absolute;
    left: 15%;
    top: 0;
}
.header-nav .hs-menu-children-wrapper a {
    padding: 8px 20px;
    color: #222;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
}
.header-nav .hs-menu-children-wrapper a:hover, .header-nav .hs-menu-children-wrapper .active-branch > a {
    background: #fff;
}

/* MOBILE NAV */
.widget-span.mobile-nav-toggle {
    width: auto;
    float: none;
    margin: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
}
.mobile-nav-toggle a {
    display: block;
    font-size: 28px;
    line-height: 21px;
    color: #3b3e4a !important;
}
.header-container-wrapper.push, .body-container-wrapper.push, .footer-container-wrapper.push {
    position: relative;
}
#mobile-nav {
    text-align: left;
    position: fixed;
    right: -440px;
    width: 440px;
    background: #fff;
    border-color: rgba(0,0,0,.15);
    color: #222;
    padding: 20px 0;
    overflow: scroll;
    border-left: 1px solid #e7e7e7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*-webkit-box-shadow: inset 1px 0 8px 0 rgba(0,0,0,.3);
    -moz-box-shadow: inset 1px 0 8px 0 rgba(0,0,0,.3);
    box-shadow: inset 1px 0 8px 0 rgba(0,0,0,.3);*/
}
#mobile-nav .hs-menu-depth-1 {
    float: none !important;
    border-bottom: 1px solid #777881;
}
/*#mobile-nav .hs-menu-depth-1:last-child {
    display: none;
}*/
#mobile-nav .hs-menu-depth-1 > a {
    /*font-size: 15px;*/
    font-family: 'Foco-bold';
    display: block;
    padding: 15px 0 14px;
    margin: 0 0 0 20px;
    /*text-transform: uppercase;*/
    color: #222;
    /*border-bottom: 1px solid #2b2b2b;*/
}
#mobile-nav .hs-menu-depth-1.active-branch > a, #mobile-nav .hs-menu-depth-1 > a:hover {
    color: #39b54a;
}
#mobile-nav .hs-menu-depth-1:last-child > a {
    color: #0a2;
}
#mobile-nav .hs-menu-depth-1:last-child > a:before {
    content: '\f3c5';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 700;
    margin-right: 7px;
}
#mobile-nav .hs-menu-children-wrapper {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
}
#mobile-nav .hs-menu-depth-1 > .hs-menu-children-wrapper {
    /*padding: 20px 20px 17px;*/
    padding: 7px 20px 20px;
    /*background: rgba(0,0,0,.1);*/
    display: none;
}
#mobile-nav a {
    color: #222;
}
#mobile-nav .hs-menu-children-wrapper .active-branch > a, #mobile-nav .hs-menu-children-wrapper a:hover {
    color: #39b54a;
}
#mobile-nav li.hs-item-has-children {
    position: relative;
}
#mobile-nav .hs-menu-depth-1 > .fas {
    position: absolute;
    top: 0;
    right: 0;
    color: #222;
    width: 54px;
    height: 54px;
    font-size: 16px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
}
#mobile-nav .fa-angle-down {
    /*background: rgba(0,0,0,.1);*/
}
#mobile-nav .fa-angle-down + a {
    border-bottom: none;
}
#mobile-nav .hs-menu-children-wrapper li {
    margin: 18px 0 0;
}
#mobile-nav .hs-menu-children-wrapper li:first-child {
    margin: 0;
}
#mobile-nav .hs-menu-depth-2 > a {
    font-family: 'Foco-bold';
    text-transform: uppercase;
    display: block;
    line-height: 22px;
}
#mobile-nav .hs-menu-depth-2 > ul {
    margin: 7px 0 15px 10px;
}
#mobile-nav .hs-menu-depth-3:before {
    content: ">";
    vertical-align: top;
    font-size: 10px;
    line-height: 22px;
    margin: 0 5px 0 0;
}
#mobile-nav .hs-menu-depth-3 > a {
    font-family: 'Foco-bold';
    text-transform: uppercase;
    display: inline-block;
    line-height: 22px;
}
#mobile-nav .hs-menu-depth-3 > ul {
    margin: 7px 0 15px 10px;
}
#mobile-nav .hs-menu-depth-4:before {
    content: ">";
    vertical-align: top;
    font-size: 10px;
    line-height: 22px;
    margin: 0 5px 0 0;
}
#mobile-nav .hs-menu-depth-4 > a {
    display: inline-block;
    line-height: 22px;
}
#mobile-nav p {
    text-align: center;
    font-weight: 400;
    color: rgba(255,255,255,.4);
    margin: 0 0 10px;
}
#mobile-nav .hs-cta-node {
    display: block;
    border-bottom: 1px solid #777881;
}
#mobile-nav .cta_button[title] {
    display: block;
    padding: 15px 20px;
}

/* SIMPLE MENU HORZ */
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-horizontal .hs-menu-depth-1 {
    margin: 0 0 0 40px;
}
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-horizontal .hs-menu-depth-1:first-child {
    margin: 0;
}
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-horizontal .hs-menu-depth-1 > a {
  	font-size: 16px;
  	display: block;
  	overflow: visible !important;
    font-weight: 400;
    /*line-height: 29px;*/
    letter-spacing: 1px;
    color: #3b3e4a;
    text-transform: uppercase;
    outline: none;
    margin: 0 0 10px;
    position: relative;
}
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-horizontal .hs-menu-depth-1.hs-item-has-children:hover > a {
		display: block;
}
/*.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-horizontal .hs-menu-depth-1 > a:after,*/ .google-map .ullist.controls a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -9px;
    width: 0;
    height: 2px;
    background-color: #88D600;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-horizontal .hs-menu-depth-1 > a:hover {
  	color: #3b3e4a;
}
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-horizontal .hs-menu-depth-1.hs-item-has-children:hover > a:after {
		content: none;
}
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-horizontal .hs-menu-children-wrapper {
    left: -30px !important;
}
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-horizo ntal .hs-menu-depth-2 .hs-menu-children-wrapper {
    top: -9px !important;
    left: 99.5% !important;
}
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-horizontal .hs-menu-depth-1 > .hs-menu-children-wrapper:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 40px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0,0,0,0.8);
}
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-horizontal .hs-menu-children-wrapper {
    background: url(//cdn2.hubspot.net/hubfs/59252/images/menu-dropdown.png) repeat;
    padding: 9px 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-horizontal .hs-menu-children-wrapper a {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #3b3e4a;
    position: relative;
    color: #fff;
    padding: 9px 30px 7px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-horizontal .hs-menu-children-wrapper a:hover,
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-horizontal .hs-menu-children-wrapper .active-branch > a {
    background: #000;
}
.page-modules .hs_cos_wrapper_type_simple_menu {
    min-height: 42px;
}

/* SIMPLE MENU VERTICAL */
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-vertical > ul {
    padding: 13px 0;
    margin: 0;
    /*overflow: hidden;*/
}
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-vertical .hs-menu-depth-1 {
    padding-right: 40px;
    float: left;
    clear: left;
}
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-vertical .hs-menu-depth-1 > a {
    width: auto !important;
  	font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #3b3e4a;
    text-transform: uppercase;
    outline: none;
    margin: 0 0 6px;
  	overflow: visible !important;
    position: relative;
}
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-vertical .hs-menu-depth-1 > a:hover {
  	color: #3b3e4a;
}
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-vertical .hs-menu-depth-1 > .hs-menu-children-wrapper {
    left: 100% !important;
    top: -13px !important;
}
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-vertical .hs-menu-depth-2 .hs-menu-children-wrapper {
    top: -9px !important;
    left: 99.5% !important;
}
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-vertical .hs-menu-depth-1 > .hs-menu-children-wrapper:before {
    content: "";
    position: absolute;
    top: 20px;
    left: -7px;
    width: 7px;
    height: 13px;
    background: url(https://cdn2.hubspot.net/hubfs/281278/Hubmate/Images/Misc/menu-dropdown-arrow-vert.png) no-repeat;
}
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-vertical .hs-menu-children-wrapper {
    background: url(https://cdn2.hubspot.net/hubfs/281278/Hubmate/Images/Misc/menu-dropdown.png) repeat;
    padding: 9px 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-vertical .hs-menu-children-wrapper a {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #3b3e4a;
    position: relative;
    color: #fff;
    padding: 5px 30px 3.5px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-vertical .hs-menu-children-wrapper a:hover,
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-flow-horizontal .hs-menu-children-wrapper .active-branch > a {
    background: #000;
}
.page-modules .hs_cos_wrapper_type_simple_menu .hs-menu-depth-2 .hs-menu-children-wrapper {
  	left: 99.5% !important;
		top: -9px !important;
}

/* simple menus large screen */


/* BREADCRUMB NAV */
.widget-type-menu.breadcrumb-nav {
}

/* SIDE NAV */
.widget-type-menu.side-nav {
    min-height: 0;
}
.side-nav .hs-menu-wrapper {
    margin: 0 0 50px;
}
.side-nav .hs_cos_wrapper_type_menu > ul {
    margin: 0;
}
.side-nav .hs-menu-depth-1 {
}
.side-nav .hs-menu-depth-1 > a {
}
.side-nav .hs-menu-depth-1.active-branch > a, .side-nav ul.hs-menu-children-wrapper .active-branch > a {
}
.side-nav ul.hs-menu-children-wrapper {
}
.side-nav ul.hs-menu-children-wrapper a {
}
.side-nav li.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
}
.side-nav li.hs-menu-depth-1.active-branch > ul.hs-menu-children-wrapper {
}
.side-nav ul.hs-menu-children-wrapper li {
}


/* --------------------------------------------------
LAYOUT
-------------------------------------------------- */
/* ONE COLUMN */
.widget-type-cell.cos_one_column {
}

/* TWO COLUMN RIGHT */
.widget-span.cos_two_column-right {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 100px 0;
    position: relative;
}
.cos_two_column-right .cos_col2 {
    padding: 0 15px 0 0;
}
.cos_two_column-right .cos_col3 {
    padding: 0 0 0 50px;
}
.cos_two_column-right:before {
    content: "";
    position: absolute;
    top: 100px;
    bottom: 100px;
    right: 31.623931624%;
    width: 1px;
    background: #ededed;
}

/* TWO COLUMN */
.widget-type-cell.cos_two_column {
}
.cos_two_column .cos_col1 {
}
.cos_two_column .cos_col2 {
}


/* --------------------------------------------------
TYPOGRAPHY
-------------------------------------------------- */
/* HEADERS */
.subhead {
    font-family: 'Cabin';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
  	letter-spacing: 0px;
  	color: #282828;
    margin: 0 0 1em;
}
h1, h2, h3, h4, h5, h6 {
    color: #3b3e4a;
}
h1 {
    font-family: 'Lato';
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
  	letter-spacing: 1px;
    margin: 0 0 0.55em;
}
p + h1 {
    margin-top: 0.55em;
}
h2, h3.form-title, .hs_cos_wrapper_type_rss_listing > h3, .hs_cos_wrapper_type_email_simple_subscription h1 {
    font-family: 'Lato';
    font-size: 30px;
    font-weight: 400;
    line-height:1.3;
  	letter-spacing: 0px;
    margin: 0 0 0.6em;
}
p + h2 {
    margin-top: 0.6em;
}
h3 {
    font-family: 'Lato';
    font-size: 24px;
    font-weight: 400;
    line-height:1.4;
  	letter-spacing: 0px;
    margin: 0 0 0.8em;
}
p + h3 {
    margin-top: 0.8em;
}
h4 {
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 700;
    line-height:1.6;
  	letter-spacing: 0px;
    margin: 0 0 1em;
}
p + h4 {
    margin-top: 1em;
}
h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0px;
  	color: #282828;
    margin: 0 0 1em;
    -webkit-font-smoothing: antialiased;
}
p + h5 {
    margin-top: 1em;
}
h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 1em;
    -webkit-font-smoothing: antialiased;
}
p + h6 {
    margin-top: 1em;
}
h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty, .subhead:empty {
    display: none;
}
.hs_cos_wrapper_type_inline_rich_text h1:last-child, .hs_cos_wrapper_type_inline_rich_text h2:last-child, .hs_cos_wrapper_type_inline_rich_text h3:last-child,
.hs_cos_wrapper_type_inline_rich_text h4:last-child, .hs_cos_wrapper_type_inline_rich_text h5:last-child, .hs_cos_wrapper_type_inline_rich_text h6:last-child,
.hs_cos_wrapper_type_header h1 {
		margin: 0;
}

/* GENERAL */
p {
    margin: 0 0 1em;
}
p:last-child, ul:last-child, ol:last-child {
    margin: 0;
}
.hs_cos_wrapper_type_rich_text ul, .hs_cos_wrapper_type_rich_text ol {
    padding: 0 0 0 19px;
    margin: 0 0 1em;
}
.hs_cos_wrapper_type_rich_text ul {
}
.hs_cos_wrapper_type_rich_text li {
    margin: 10px 0 0;
}
.hs_cos_wrapper_type_rich_text li:first-child {
    margin: 0;
}
a {
    text-decoration: none;
  	color: #39b54a;
}
a:hover {
}
.body-container blockquote {
}
strong, b {
  	font-weight: 700;
		-webkit-font-smoothing: antialiased;
}
pre {
    overflow-x: auto;
}
table pre {
    white-space: pre-wrap;
}

/* MEDIA */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 56.25%;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

/* typography large screens */



/* --------------------------------------------------
MODULES
-------------------------------------------------- */
/* PAGE MODULES */
.page-modules .hs_cos_wrapper_type_widget_container > div > span.hs_cos_wrapper, .page-modules .hs_cos_wrapper_type_widget_container > div > div.hs_cos_wrapper,
.page-modules .hs_cos_wrapper_type_widget_container > .mce-content-body {
  	display: block;
    width: 90%;
  	margin: 0 auto;
    padding: 85px 0;
}
.page-modules .hs_cos_wrapper_type_widget_container > div.default + div > span.hs_cos_wrapper,
.page-modules .hs_cos_wrapper_type_widget_container > div.default + div > div.hs_cos_wrapper {
  	padding-top: 0;
}
.page-modules .hs_cos_wrapper_type_widget_container > div.default.logo-module + div > span.hs_cos_wrapper,
.page-modules .hs_cos_wrapper_type_widget_container > div.default.logo-module + div > div.hs_cos_wrapper {
  	padding-top: 40px;
}
.page-modules .hs_cos_wrapper_type_widget_container > div:nth-child(n+2) .blox_custom-module {
  	padding-top: 0 !important;
}
.header-spacer {
  	visibility: hidden;
}
.header-spacer img {
  	height: 100%;
}

/* sidebar */
body.w-sidebar .page-modules .hs_cos_wrapper_type_widget_container > div > span.hs_cos_wrapper,
body.w-sidebar .page-modules .hs_cos_wrapper_type_widget_container > div > div.hs_cos_wrapper,
body.w-sidebar .page-modules .hs_cos_wrapper_type_widget_container > .mce-content-body {
  	width: 100%;
}
body.w-sidebar .page-modules .hs_cos_wrapper_type_widget_container > div:first-child > span.hs_cos_wrapper,
body.w-sidebar .page-modules .hs_cos_wrapper_type_widget_container > div:first-child > div.hs_cos_wrapper,
body.w-sidebar .page-modules .hs_cos_wrapper_type_widget_container > .mce-content-body:first-child {
  	padding-top: 0 !important
}
body.w-sidebar .page-modules .hs_cos_wrapper_type_widget_container > div:last-child > span.hs_cos_wrapper,
body.w-sidebar .page-modules .hs_cos_wrapper_type_widget_container > div:last-child > div.hs_cos_wrapper,
body.w-sidebar .page-modules .hs_cos_wrapper_type_widget_container > .mce-content-body:last-child {
  	padding-bottom: 0 !important
}
.sidebar .page-modules .hs_cos_wrapper_type_widget_container > div > span.hs_cos_wrapper,
.sidebar .page-modules .hs_cos_wrapper_type_widget_container > div > div.hs_cos_wrapper,
.sidebar .page-modules .hs_cos_wrapper_type_widget_container > .mce-content-body {
  	padding: 50px 0;
}
body.w-sidebar .page-modules .custom-module .cell-wrapper {
    width: 100%;
}

/* page modules large screen */


/* FLEXSLIDER */
.hs_cos_wrapper_type_image_slider .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  	font-size: 16px;
    z-index: 1;
  	background: rgba(255,255,255,0.5);
    padding: 15px 15px 10px;
}
.hs_cos_wrapper_type_image_slider h1, .hs_cos_wrapper_type_image_slider h2, .hs_cos_wrapper_type_image_slider h3, .hs_cos_wrapper_type_image_slider h4,
.hs_cos_wrapper_type_image_slider h5, .hs_cos_wrapper_type_image_slider h6, .hs_cos_wrapper_type_image_slider p,
.slick-slider h1, .slick-slider h2, .slick-slider h3, .slick-slider h4, .slick-slider h5, .slick-slider h6, .slick-slider p {
    margin: 0 0 10px;
}
.hs_cos_wrapper_type_image_slider h1, .slick-slider h1 {
    font-size: 24px;
}
.hs_cos_wrapper_type_image_slider h2, .slick-slider h2 {
    font-size: 22px;
}
.hs_cos_wrapper_type_image_slider h3, .slick-slider h3 {
    font-size: 20px;
}
.hs_cos_wrapper_type_image_slider h4, .slick-slider h4 {
    font-size: 18px;
}
.hs_cos_wrapper_type_image_slider .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  	font-size: 16px;
    z-index: 1;
  	background: rgba(255,255,255,0.5);
    padding: 15px 15px 10px;
}
/* flexslider large screens */


/* LOGO */
.page-modules .hs_cos_wrapper_type_widget_container > div > span.hs_cos_wrapper_type_logo, .page-modules .hs_cos_wrapper_type_widget_container > div > div.hs_cos_wrapper_type_logo,
.page-modules .hs_cos_wrapper_type_widget_container > div > span.hs_cos_wrapper_type_page_footer, .page-modules .hs_cos_wrapper_type_widget_container > div > div.hs_cos_wrapper_type_page_footer {
    padding: 35px 0;
}
/* logo large screens */


/* SECTION HEADER */
.hs_cos_wrapper_type_section_header h1 {
    margin: 0 0 15px;
}
.hs_cos_wrapper_type_section_header .secondary-header {
  	font-size: 20px;
    line-height: 33px;
}
/* section header screens */


/* FOLLOW ME & SHARING */
.hs_cos_wrapper_type_social_sharing:empty {
    display: none;
}
.widget-type-follow_me a, .hs_cos_wrapper_type_follow_me a, .hs_cos_wrapper_type_social_sharing a, .hs-author-social-links a, .social a {
    display: inline-block;
    font-size: 20px;
    color: #bababa;
    /*color: #3b3e4a;*/
    font-family: 'Font Awesome 5 Brands';
  	font-weight: 400;
    text-decoration: none;
    margin: 0 0 0 14px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.hs_cos_wrapper_type_social_sharing a {
    width: auto !important;
}
.widget-type-follow_me a:first-child, .hs_cos_wrapper_type_follow_me a:first-child, .hs_cos_wrapper_type_social_sharing a:first-child, .hs-author-social-links a:first-child, .social a:first-child {
    margin: 0 !important;
}
.widget-type-follow_me a:hover, .hs_cos_wrapper_type_follow_me a:hover, .hs_cos_wrapper_type_social_sharing a:hover, .hs-author-social-links a:hover, .social a:hover {
    color: #88D600;
}
.widget-type-follow_me .fm_youtube, .hs_cos_wrapper_type_follow_me .fm_youtube {
    content: "\f167";
}
.widget-type-follow_me .fm_youtube:before, .hs_cos_wrapper_type_follow_me .fm_youtube:before {
    content: "\f167";
}
.widget-type-follow_me .fm_twitter:before, .hs_cos_wrapper_type_follow_me .fm_twitter:before, .hs_cos_wrapper_type_social_sharing a[href*='twitter.com']:before, .hs-social-twitter:before {
    content: "\f099";
}
.widget-type-follow_me .fm_rss, .hs_cos_wrapper_type_follow_me .fm_rss {
    font-family: 'Font Awesome 5 Free';
}
.widget-type-follow_me .fm_rss:before, .hs_cos_wrapper_type_follow_me .fm_rss:before {
    content: "\f09e";
  	font-weight: 700;
}
.widget-type-follow_me .fm_linkedin:before, .hs_cos_wrapper_type_follow_me .fm_linkedin:before, .hs_cos_wrapper_type_social_sharing a[href*='linkedin.com']:before, .hs-social-linkedin:before {
    content: "\f0e1";
}
.widget-type-follow_me .fm_facebook:before, .hs_cos_wrapper_type_follow_me .fm_facebook:before, .hs_cos_wrapper_type_social_sharing a[href*='facebook.com']:before, .hs-social-facebook:before {
    content: "\f09a";
}
.widget-type-follow_me .fm_googlepluspages:before, .hs_cos_wrapper_type_follow_me .fm_googleplus:before, .hs_cos_wrapper_type_social_sharing a[href*='google.com']:before, .hs-social-google-plus:before, .hs_cos_wrapper_type_follow_me .fm_googlepluspages:before {
    content: "\f0d5";
}
.widget-type-follow_me .fm_pinterest:before, .hs_cos_wrapper_type_follow_me .fm_pinterest:before, .hs_cos_wrapper_type_social_sharing a[href*='pinterest.com']:before {
    content: "\f231";
}
.hs_cos_wrapper_type_social_sharing a[href*='mailto'] {
    font-family: 'Font Awesome 5 Free';
}
.hs_cos_wrapper_type_social_sharing a[href*='mailto']:before {
    content: "\f0e0";
}
.widget-type-follow_me .fm_xing:before, .hs_cos_wrapper_type_follow_me .fm_xing:before {
    content: "\f168";
}
.widget-type-follow_me .fm_default, .hs_cos_wrapper_type_follow_me .fm_default {
    font-family: 'Font Awesome 5 Free';
  	font-size: 18px;
  	font-weight: 600;
}
.widget-type-follow_me .fm_default:before, .hs_cos_wrapper_type_follow_me .fm_default:before {
    content: "\f35d";
}
.widget-type-follow_me a span, .hs_cos_wrapper_type_follow_me span, .hs_cos_wrapper_type_social_sharing img {
    display: none !important;
}
.hs_cos_wrapper_type_social_sharing:before {
    content: "Share:";
    margin-right: 17px;
}
body.inner .page-modules .hs_cos_wrapper_type_social_sharing:before {
    display: inline-block;
    font-size: 14px;
    color: #7c7e80;
    margin-right: 14px;
}
body.inner .page-modules .hs_cos_wrapper_type_social_sharing > div {
    display: inline-block;
}
/* follow me larger screens */


/* BLOG LISTINGS */
.block > h3, .post-share h3, .hs_cos_wrapper_type_follow_me > h3 {
		font-family: 'Lato';
  	font-weight: 400;
  	font-size: 18px;
  	text-transform: uppercase;
  	color: #472B19;
    margin: 0 0 19px;
}
.widget-module ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget-module li {
  	padding: 8px 10px 7px;
}
.widget-module li:nth-child(odd) {
    background: #f2f2f2;
}
.widget-module a {
    text-decoration: none;
    color: #3b3e4a;
}
.widget-module a:hover {
    text-decoration: underline;
}
.widget-module .filter-expand-link {
    display: inline-block;
    margin: 10px 0 0;
}
.widget-module .filter-link-count {
    font-size: 14px;
  	line-height: 20px;
}
/* widget module larger screens */


/* GOOGLE SEARCH */
.hs_cos_wrapper_type_google_search div.input {
    width: 555px;
    max-width: 100%;
    position: relative;
}
.hs_cos_wrapper_type_google_search div.input:after {
    font-family: 'Font Awesome 5 Free';
  	font-weight: 700;
    content: "\f002";
    font-size: 16px;
    color: #3b3e4a;
    position: absolute;
    top: 50%;
    right: 10px;
  	margin-top: -12px;
}
.hs_cos_wrapper_type_google_search label {
    display: none;
}
.hs_cos_wrapper_type_google_search input[type=text] {
    background: #eee;
    padding: 12px 35px 12px 15px;
    border: none;
}
.hs_cos_wrapper_type_google_search input[type=text]::-webkit-input-placeholder {
}
.hs_cos_wrapper_type_google_search input[type=text]::-moz-placeholder {
}
.hs_cos_wrapper_type_google_search input[type=text]:-ms-input-placeholder {
}
.hs_cos_wrapper_type_google_search input[type=text]:-moz-placeholder {
}
.hs_cos_wrapper_type_google_search .hs-button {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 18px;
    height: 25px;
    background: none !important;
    padding: 0;
    margin: -12.5px 0 0;
    z-index: 10;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.hs_cos_wrapper_type_google_search .hs-button:hover {
    background: none !important;
}
/* google search larger screens */


/* SITE SEARCH INPUT */
.page-modules .hs-search-field__bar, .system-modules .hs-search-field__bar {
    width: 555px;
    max-width: 100%;
    position: relative;
}
.page-modules .hs-search-field__bar:after, .system-modules .hs-search-field__bar:after {
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
  	font-weight: 600;
  	color: #3b3e4a;
  	position: absolute;
  	top: 50%;
  	right: 15px;
  	margin-top: -12px;
}
.page-modules input[type="text"].hs-search-field__input, .system-modules input[type="text"].hs-search-field__input {
    background: #eee;
    border-color: transparent;
  	padding: 12px 35px 12px 15px;
}
.page-modules input[type="text"].hs-search-field__input:focus, .system-modules input[type="text"].hs-search-field__input:focus {
    outline: none;
}
.hs-search-field--open .hs-search-field__suggestions {
    position: absolute;
  	left: -15px;
    background: url(//cdn2.hubspot.net/hubfs/59252/images/menu-dropdown.png?t=1529592514345) repeat;
    padding: 9px 0;
  	z-index: 100;
  	min-width: 200px;
		margin-top: 24px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.hs-search-field--open .hs-search-field__suggestions:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 40px;
    width: 13px;
    height: 7px;
    background: url(//cdn2.hubspot.net/hubfs/59252/images/menu-dropdown-arrow.png?t=1529592514345) no-repeat;
}
.hs-search-field__suggestions li#results-for {
  	/*margin-top: 0;*/
    font-size: 13px;
    font-weight: 400;
  	line-height: normal;
    letter-spacing: 1px;
    color: #fff;
    padding: 9px 30px 7px;
}
.hs-search-field__suggestions a {
    font-size: 13px;
    font-weight: 400;
  	line-height: normal;
    letter-spacing: 1px;
    color: #3b3e4a;
    position: relative;
    color: #fff;
    padding: 9px 30px 7px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.hs-search-field__suggestions a:hover {
    background-color: #000;
}
/* search input larger screens */


/* SEARCH RESULTS */
.hs-search-results__listing li {
  	margin: 25px 0 0;
}
.hs-search-results__listing li:first-child {
  	margin: 0;
}
.hs-search-results__pagination {
  	margin: 30px 0 0;
}
/* search results larger screens */


/* RSS MODULE */
/* with and wo image */
.hs_cos_wrapper_type_rss_listing {
    display: block;
}
.hs_cos_wrapper_type_rss_listing > h3 {
		text-align: center;
  	color: #472B19;
}
.feedreader_box {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.hs_cos_wrapper_type_rss_listing .hs-rss-title {
    display: inline-block;
  	font-family: 'Lato';
    font-size: 18px;
    line-height: 1.6;
    color: #3b3e4a;
    margin: 0 0 2px;
}
.hs_cos_wrapper_type_rss_listing p {
    margin: 15px 0 0;
}
.hs_cos_wrapper_type_rss_listing .hs-rss-byline {
    font-size: 16px;
  	margin: 0 0 10px;
		color: #595c68;
		opacity: 1;
}
.hs_cos_wrapper_type_rss_listing .hs-rss-date:before {
    content: "|";
    margin: 0 5px;
}
.hs_cos_wrapper_type_rss_listing .hs-rss-posted-at {
    display: none;
}

/* with image */
.hs-rss-item.hs-with-featured-image {
		/*display: inline-block;
  	vertical-align: top;
    width: 33.33%;
  	padding: 0 15px;
    margin-right: -4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
  	padding: 0 15px;
  	margin: 0;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    width: 33.33333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hs-rss-item.hs-with-featured-image:nth-child(n+4) {
		margin-top: 51px;
}
/*.hs-rss-item.hs-with-featured-image:nth-child(3n+4) {
    clear: left;
}*/
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper/*, .post-item .hs-rss-item-image-wrapper*/ {
    display: block;
    width: 100%;
  	height: 0;
    overflow: hidden;
    text-align: center;
  	padding: 60% 0 0;
    margin: 0 0 20px;
    position: relative;
  	order: 1;
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper > a/*, .post-item .hs-rss-item-image-wrapper > a*/ {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;    
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .fa/*, .post-item .hs-rss-item-image-wrapper .fa*/ {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -21.5px;
    margin-left: -21.5px;
    width: 43px;
    height: 43px;
    font-size: 18px;
    line-height: 44px;
  	background: #88D600;
    color: #fff;
    display: inline-block;
    z-index: 11;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;    
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper:hover > a
/*, .post-item .hs-rss-item-image-wrapper:hover > a,
.resource-module .image a:hover*/ {
    opacity: 1;
}
.hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: auto;
    float: none;
    padding-right: 0;
  	order: 2;
}
.hs-rss-item.hs-with-featured-image p a {
		display: none;
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper:hover .hs-rss-featured-image {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
}

/* sidebar */
body.inner.w-sidebar .hs-rss-item.hs-with-featured-image {
    float: none;
    width: auto;
    padding: 0 !important;
    margin: 40px 0 0;
    -webkit-animation-delay: 0 !important;
    animation-delay: 0 !important;
}
body.inner.w-sidebar .hs-rss-item.hs-with-featured-image:first-child {
    margin: 0;
}
body.inner.w-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    height: auto !important;
}
body.inner.w-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper > a {
    position: static;
    background-color: none;
    opacity: 1;
}
body.inner.w-sidebar .hs-rss-item.hs-with-featured-image .bg-image,
body.inner.w-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .fa {
    display: none;
}
body.inner.w-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
    display: inline;
}

/* rss feed larger screens */


/* HEADER */
.hs_cos_wrapper_type_header h1 {
}
.page-modules .hs_cos_wrapper_type_header h1 {
}

/* SECTION HEADER */
.hs_cos_wrapper_type_section_header h1 {
}
.hs_cos_wrapper_type_section_header .secondary-header {
}

/* SUBSCRIBE */
.hs_cos_wrapper_type_blog_subscribe > div {
  	position: relative;
}
.hs_cos_wrapper_type_blog_subscribe > div:after {
  	content: "\f061";
  	font-family: "Font Awesome\ 5 Free";
  	font-weight: 700;
  	font-size: 21px;
  	line-height: 21px;
  	color: #88D600;
  	position: absolute;
  	right: 15px;
  	top: 50%;
  	margin-top: -10.5px;
}
.hs_cos_wrapper_type_blog_subscribe h3.form-title {
  	font-size: 20px;
  	font-weight: 700;
  	letter-spacing: 0px;
  	text-transform: uppercase;
  	color: #3b3e4a;
  	margin: 0 0 30px;
}
.hs_cos_wrapper_type_blog_subscribe .hs-form-field {
    margin: 0;
}
.hs_cos_wrapper_type_blog_subscribe label {
  	display: none !important;
}
.hs_cos_wrapper_type_blog_subscribe input[type=email] {
  	border: 2px solid #3b3e4a;
  	padding: 10px 40px 10px 10px;
}
.hs_cos_wrapper_type_blog_subscribe .hs-button {
    text-indent: -9990em;
    padding: 0;
    width: 18px;
    height: 21px;
  	position: absolute;
  	right: 15px;
  	top: 50%;
  	margin-top: -10.5px;
  	background: none;
  	z-index: 1;
}
.hs_cos_wrapper_type_blog_subscribe .hs-button:hover {
  	background: none !important;
}
.hs_cos_wrapper_type_blog_subscribe .hubspot-link__container {
    position: absolute;
  	display: none;
}
/* subscribe larger screens */


/* EMAIL UNSUBSCRIBE */
.hs_cos_wrapper_type_email_simple_subscription h1 {
  	font-size: 30px;
}
.hs_cos_wrapper_type_email_simple_subscription h3 {
  	font-size: 18px;
    font-weight: 700 !important;
  	color: #472B19;
}
.hs_cos_wrapper_type_email_simple_subscription .email-edit {
  	font-size: 18px !important;
		width: 100% !important;
    max-width: 500px;
}
.hs_cos_wrapper_type_email_simple_subscription .hs-button {
		margin: 20px 0 0;
}
/* email unsub larger screens */


/* PASSWORD FORM */
.widget-type-password_prompt .hs-button {
  	margin: 42px 0 0;
}
/* password form larger screens */


/* EMAIL SUBSCRIPTION PREFERENCES */
.hs_cos_wrapper_type_email_subscriptions h1, .hs_cos_wrapper_type_email_subscriptions_confirmation h1 {
    font-weight: 400;
  	font-size: 30px;
    line-height: 1.3;
    margin: 0 0 10px;
}
.hs_cos_wrapper_type_email_subscriptions h2, .hs_cos_wrapper_type_email_subscriptions_confirmation h2 {
    font-weight: 700;
  	font-size: 18px;
    line-height: 1.6;
}
.hs_cos_wrapper_type_email_subscriptions p, .widget-type-email_subscriptions_confirmation p, .widget-type-email_simple_subscription p {
  	font-size: 18px;
}
.hs_cos_wrapper_type_email_subscriptions p.header {
    margin: 0 0 50px;
}
.hs_cos_wrapper_type_email_subscriptions .subscribe-options p.header {
  	margin: 0 0 10px;
}
.subscribe-options label {
    margin: 0;
}
.hs_cos_wrapper_type_email_subscriptions .hs-button {
  	margin: 30px 0 0;
}
/* email sub pref larger screens */



/* --------------------------------------------------
BLOG
-------------------------------------------------- */


/* --------------------------------------------------
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 {
  	font-family: 'Lato', sans-serif;
  	font-size: 18px;
    line-height: 1.6;
  	text-align: left;
    letter-spacing: 0px;
  	background: #fff;
  	color: #3b3e4a;
    padding: 10px;
    display: inline-block;
    width: 100%;
    border: none;
    border: 1px solid #3b3e4a;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   	-webkit-appearance: none;
  	-moz-appearance: none;
   	appearance: none;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
h3.form-title {
  	color: #472B19;
    margin: 0 0 35px;
}
.hs-form-field {
    margin: 0 0 22px;
}
.hs-form label {
  	color: #3b3e4a;
}
.hs-form-field > label {
		display: block;
    margin: 0 0 6px;
}
.hs-form ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hs-form li {
    margin: 8px 0 0;
}
.hs-form li:first-child {
}
.hs-form ul input {
    margin: 0 10px 0 0;
}
.hs-form input[type=checkbox] {
}
.hs-form textarea {
    padding: 10px;
    border: 1px solid #eaeaea;
    width: 100% !important;
    min-height: 150px;
}
.hs-form select {
    padding: 10px;
    background: url(https://cdn2.hubspot.net/hubfs/281278/Hubmate/Images/Misc/form-dropdown-alt.png) no-repeat 100% center;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.hs-form select::-ms-expand {
    display: none;
}
.hs-form fieldset {
    max-width: 100% !important;
}
.hs-form fieldset > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
.hs-form fieldset .input {
    margin-right: 0 !important;
}
.hs-form fieldset > div:first-child {
    padding-right: 30px;
}
.hs-form .form-columns-1 > div {
    padding-right: 0 !important;
}
.hs-form fieldset > div:first-child ~ div {
    padding-left: 30px;
}
.hs-form fieldset > div:first-child + div {
    padding-left: 0;
}
.hs-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}
.hs-form .form-columns-2 > div {
    width: 50%;
}
.hs-form .form-columns-3 > div {
    width: 33.33%;
}
.hs-form .form-columns-4 > div {
    width: 25.33%;
}
.hs-form .form-columns-5 > div {
    width: 20%;
}
.hs-form fieldset.form-columns-1 input[type="radio"].hs-input,
.hs-form fieldset.form-columns-1 input[type="checkbox"].hs-input {
    width: auto !important;
}
::-webkit-input-placeholder {
  	font-family: 'Lato';
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
  	color: #B7B8B9;
}
::-moz-placeholder {
  	font-family: 'Lato';
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
  	color: #B7B8B9;
}
:-ms-input-placeholder {
  	font-family: 'Lato';
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
  	color: #B7B8B9;
}
:-moz-placeholder {
  	font-family: 'Lato';
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
  	color: #B7B8B9;
}
.hs-form :focus {
  	outline: none;
}
.hs-form-required {
    color: #d3604d;
}
.hs-error-msgs {
    font-size: 14px;
    color: #a9b5b9;
    margin: 5px 0 0 !important;
}
.hs-field-desc {
		font-size: 14px;
    color: #a9b5b9;
		padding: 0;
    margin: 10px 0;
}
.hs-form .hs-richtext img {
  	max-width: 100% !important;
}
.hubspot-link__container {
  	font-size: 14px !important;
    text-align: center;
  	top: 0 !important;
  	padding: 0 !important;
  	margin: 10px 0 0;
}
.hubspot-link__icon {
    margin: 1px 6px 0 0;
    vertical-align: top;
}
.hs-form .hs_submit {
}
.hs-button {
    display: inline-block;
    cursor: pointer;
    border: none;
    text-decoration: none;
    -webkit-appearance: none;
    appearance: none;
}
.hs-button:hover {
}




/* --------------------------------------------------
FLEXSLIDER
-------------------------------------------------- */
/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
}

/* 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 !important; padding: 0; list-style: none !important;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides {background: none; margin: 0 !important;}
.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%; height: auto; 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%;}

/* 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 */
.no-js .hs_cos_flex-slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {border: 0; position: relative; 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}

/* 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(http://cdn2.hubspotqa.com/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(http://cdn2.hubspotqa.com/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: -5px; text-align: center; z-index: 100;}
.hs_cos_flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 10px; height: 10px; display: block; opacity: 0.3; background: #6c7980; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.hs_cos_flex-control-paging li a:hover { opacity: 1; }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { opacity: 1; 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;}
}

/* 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; 
}
.vex-content.hs-gallery .hs_cos_flex-slides li div.caption {
    font-size: inherit;
    line-height: inherit;
    top: auto;
    padding: 2% 5% 2.5%;
}


/* --------------------------------------------------
GALLERY
-------------------------------------------------- */
.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;margin-top:-10px;padding:0;border:none;outline:none}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background:transparent;color:transparent}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:0.25}
.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;color:#fff;opacity:0.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-prev{left:-25px}
[dir="rtl"] .slick-prev{left:auto;right:-25px}
.slick-next{right:-25px}
[dir="rtl"] .slick-next{left:-25px;right:auto}
.slick-slider{margin-bottom:30px}
.slick-dots{position:absolute;bottom:-45px;list-style:none;display:block;text-align:center;padding:0;width:100%}
.slick-dots li{position:relative;display:inline-block;height:15px;width:15px;margin:0 3px;padding:0;cursor:pointer}
.slick-dots li button{border:0;background:transparent;display:block;height:15px;width:15px;outline:none;line-height:0px;font-size:0px;color:transparent;padding:0;cursor:pointer}
.slick-dots li button:hover,.slick-dots li button:focus{outline:none}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}
.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:12px;height:12px;font-family:"slick";font-size:6px;line-height:12px;text-align:center;color:#6c7980;opacity:0.3;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-dots li.slick-active button:before{color:#6c7980;opacity:1}
.hs_cos_gallery_main,.hs_cos_gallery_thumbnails,.hs_cos_gallery_lightbox{padding:0px 30px}
.hs_cos_gallery_main.show_pagination,.hs_cos_gallery_thumbnails.show_pagination,.hs_cos_gallery_lightbox.show_pagination{padding:0px 20px}
.hs_cos_gallery_main .slick-list,.hs_cos_gallery_thumbnails .slick-list,.hs_cos_gallery_lightbox .slick-list{max-height:90%}
.hs_cos_gallery_main .slick-slide,.hs_cos_gallery_thumbnails .slick-slide,.hs_cos_gallery_lightbox .slick-slide{max-width:100%;text-align:left;position:relative}
.hs_cos_gallery_main .slick-slide:focus,.hs_cos_gallery_thumbnails .slick-slide:focus,.hs_cos_gallery_lightbox .slick-slide:focus{outline:none}
.hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper,.hs_cos_gallery_thumbnails .slick-slide .slick-slide-inner-wrapper,.hs_cos_gallery_lightbox .slick-slide .slick-slide-inner-wrapper{display:inline-block;position:relative}
.hs_cos_gallery_main .slick-slide img,.hs_cos_gallery_thumbnails .slick-slide img,.hs_cos_gallery_lightbox .slick-slide img{max-width:100%;width:100%}
.hs_cos_gallery_main .slick-prev:before,.hs_cos_gallery_main .slick-next:before,.hs_cos_gallery_thumbnails .slick-prev:before,.hs_cos_gallery_thumbnails .slick-next:before,.hs_cos_gallery_lightbox .slick-prev:before,.hs_cos_gallery_lightbox .slick-next:before{color:#a3a3a3}
.hs_cos_gallery_main .slick-dots,.hs_cos_gallery_thumbnails .slick-dots,.hs_cos_gallery_lightbox .slick-dots{position:relative;bottom:auto;margin: 0;}
.hs_cos_gallery_main .slick-dots li,.hs_cos_gallery_thumbnails .slick-dots li,.hs_cos_gallery_lightbox .slick-dots li{zoom:1}
.hs_cos_gallery_main .slick-dots li button:before,.hs_cos_gallery_thumbnails .slick-dots li button:before,.hs_cos_gallery_lightbox .slick-dots li button:before{font-size:12px}
.hs_cos_gallery_main .slick-dots.slick-dots-paged li button,.hs_cos_gallery_thumbnails .slick-dots.slick-dots-paged li button,.hs_cos_gallery_lightbox .slick-dots.slick-dots-paged li button{color:inherit;font-size:inherit;line-height:inherit;height:auto;width:auto;before-content:""}
.hs_cos_gallery_main .slick-dots.slick-dots-paged li.slick-active button,.hs_cos_gallery_thumbnails .slick-dots.slick-dots-paged li.slick-active button,.hs_cos_gallery_lightbox .slick-dots.slick-dots-paged li.slick-active button{background-color:#f0f0f0;border-radius:3px}
.hs_cos_gallery_main .caption.superimpose,.hs_cos_gallery_thumbnails .caption.superimpose,.hs_cos_gallery_lightbox .caption.superimpose{position:absolute;bottom:0;background: rgba(255,255,255,0.5);font-size: 14px;color:#6c7980;padding:15px 15px 10px}
.hs_cos_gallery_main .caption.below,.hs_cos_gallery_thumbnails .caption.below,.hs_cos_gallery_lightbox .caption.below{margin-top: 15px;}
.hs_cos_gallery_main.lt-ie9 .slick-dots li button,.hs_cos_gallery_thumbnails.lt-ie9 .slick-dots li button,.hs_cos_gallery_lightbox.lt-ie9 .slick-dots li button{line-height:12px;font-size:12px}


/* --------------------------------------------------
GALLERY
-------------------------------------------------- */
.slick-slider{position:relative;display:block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}
.slick-track{position:relative;left:0;top:0;display:block}
.slick-track:before,.slick-track:after{content:"";display:table}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{float:left;height:100%;min-height:1px;display:none}
[dir="rtl"] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
.slick-loading .slick-list{background:#fff url("/slick/static-1.26/slick/ajax-loader.gif") center center no-repeat}
@font-face{font-family:"slick";src:url("/slick/static-1.26/slick/fonts/slick.eot");src:url("/slick/static-1.26/slick/fonts/slick.eot?#iefix") format("embedded-opentype"),url("/slick/static-1.26/slick/fonts/slick.woff") format("woff"),url("/slick/static-1.26/slick/fonts/slick.ttf") format("truetype"),url("/slick/static-1.26/slick/fonts/slick.svg#slick") format("svg");font-weight:normal;font-style:normal}
.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;margin-top:-10px;padding:0;border:none;outline:none}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background:transparent;color:transparent}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:0.25}
.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;color:#fff;opacity:0.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-prev{left:-25px}
[dir="rtl"] .slick-prev{left:auto;right:-25px}
.slick-next{right:-25px}
[dir="rtl"] .slick-next{left:-25px;right:auto}
.slick-slider{margin-bottom:30px}
.slick-dots{position:absolute;bottom:-45px;list-style:none;display:block;text-align:center;padding:0;width:100%}
.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}
.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0px;color:transparent;padding:5px;cursor:pointer}
.slick-dots li button:hover,.slick-dots li button:focus{outline:none}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}
.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:"slick";font-size:6px;line-height:20px;text-align:center;color:#000;opacity:0.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-dots li.slick-active button:before{color:#000;opacity:0.75}
.hs_cos_gallery_main,.hs_cos_gallery_thumbnails,.hs_cos_gallery_lightbox{padding:0px 30px}
.hs_cos_gallery_main.show_pagination,.hs_cos_gallery_thumbnails.show_pagination,.hs_cos_gallery_lightbox.show_pagination{padding:0px 20px}
.hs_cos_gallery_main .slick-list,.hs_cos_gallery_thumbnails .slick-list,.hs_cos_gallery_lightbox .slick-list{max-height:90%}
.hs_cos_gallery_main .slick-slide,.hs_cos_gallery_thumbnails .slick-slide,.hs_cos_gallery_lightbox .slick-slide{max-width:100%;text-align:center;position:relative}
.hs_cos_gallery_main .slick-slide:focus,.hs_cos_gallery_thumbnails .slick-slide:focus,.hs_cos_gallery_lightbox .slick-slide:focus{outline:none}
.hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper,.hs_cos_gallery_thumbnails .slick-slide .slick-slide-inner-wrapper,.hs_cos_gallery_lightbox .slick-slide .slick-slide-inner-wrapper{display:inline-block;position:relative}
.hs_cos_gallery_main .slick-slide img,.hs_cos_gallery_thumbnails .slick-slide img,.hs_cos_gallery_lightbox .slick-slide img{max-width:100%;width:100%}
.hs_cos_gallery_main .slick-prev:before,.hs_cos_gallery_main .slick-next:before,.hs_cos_gallery_thumbnails .slick-prev:before,.hs_cos_gallery_thumbnails .slick-next:before,.hs_cos_gallery_lightbox .slick-prev:before,.hs_cos_gallery_lightbox .slick-next:before{color:#a3a3a3}
.hs_cos_gallery_main .slick-dots,.hs_cos_gallery_thumbnails .slick-dots,.hs_cos_gallery_lightbox .slick-dots{position:relative;bottom:auto}
.hs_cos_gallery_main .slick-dots li,.hs_cos_gallery_thumbnails .slick-dots li,.hs_cos_gallery_lightbox .slick-dots li{zoom:1}
.hs_cos_gallery_main .slick-dots li button:before,.hs_cos_gallery_thumbnails .slick-dots li button:before,.hs_cos_gallery_lightbox .slick-dots li button:before{font-size:15px}
.hs_cos_gallery_main .slick-dots.slick-dots-paged li button,.hs_cos_gallery_thumbnails .slick-dots.slick-dots-paged li button,.hs_cos_gallery_lightbox .slick-dots.slick-dots-paged li button{color:inherit;font-size:inherit;line-height:inherit;height:auto;width:auto;before-content:""}
.hs_cos_gallery_main .slick-dots.slick-dots-paged li.slick-active button,.hs_cos_gallery_thumbnails .slick-dots.slick-dots-paged li.slick-active button,.hs_cos_gallery_lightbox .slick-dots.slick-dots-paged li.slick-active button{background-color:#f0f0f0;border-radius:3px}
.hs_cos_gallery_main .caption.superimpose,.hs_cos_gallery_thumbnails .caption.superimpose,.hs_cos_gallery_lightbox .caption.superimpose{position:absolute;bottom:0;background-color:rgba(0,0,0,0.75);color:#fff;padding:5px}
.hs_cos_gallery_main .slick-prev,.hs_cos_gallery_thumbnails .slick-prev,.hs_cos_gallery_lightbox .slick-prev{left:0}
.hs_cos_gallery_main .slick-next,.hs_cos_gallery_thumbnails .slick-next,.hs_cos_gallery_lightbox .slick-next{right:0}
.hs_cos_gallery_thumbnails .slick-slide{padding:0 5px}
.hs_cos_gallery_main.slick-fixed-height-slider .slick-track{display:flex}
.hs_cos_gallery_main.slick-fixed-height-slider .slick-slide{margin:auto 0px}
.hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper{margin:0 auto}
.hs_cos_gallery_lightbox_thumbnails .slick-slide{padding:0px}
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide{height:100px;margin-bottom:10px;overflow:hidden;text-align:center;box-sizing:border-box}
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper{position:absolute;top:0;left:10px;width:100%;height:100%;cursor:pointer}
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img{margin:0 auto;height:100%;max-width:initial;width:initial}
[dir='rtl'] .hs_cos_gallery_main .slick-prev,[dir='rtl'] .hs_cos_gallery_thumbnails .slick-prev,[dir='rtl'] .hs_cos_gallery_lightbox .slick-prev{right:0;left:auto}
[dir='rtl'] .hs_cos_gallery_main .slick-next,[dir='rtl'] .hs_cos_gallery_thumbnails .slick-next,[dir='rtl'] .hs_cos_gallery_lightbox .slick-next{right:auto;left:0}
.hs_cos_gallery_lightbox_container,.hs_cos_gallery_lightbox{width:100%;height:100%}
.hs_cos_gallery_lightbox_container .slick-list,.hs_cos_gallery_lightbox .slick-list{height:90%}
.hs_cos_gallery_lightbox_container .slick-list .slick-track,.hs_cos_gallery_lightbox .slick-list .slick-track{height:100%}
.hs_cos_gallery_lightbox_container .slick-list .slick-track .slick-slide,.hs_cos_gallery_lightbox .slick-list .slick-track .slick-slide{height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;justify-content:center}
.hs_cos_gallery_lightbox_container .slick-dots button,.hs_cos_gallery_lightbox_container .slick-dots .slick-active button,.hs_cos_gallery_lightbox .slick-dots button,.hs_cos_gallery_lightbox .slick-dots .slick-active button{color:#000}
.hs_cos_gallery.lt-ie9{padding:0px 20px}
.hs_cos_gallery_main.lt-ie9,.hs_cos_gallery_thumbnails.lt-ie9,.hs_cos_gallery_lightbox.lt-ie9{width:auto}
.hs_cos_gallery_main.lt-ie9.show_pagination,.hs_cos_gallery_thumbnails.lt-ie9.show_pagination,.hs_cos_gallery_lightbox.lt-ie9.show_pagination{margin:0px -25px}
.hs_cos_gallery_main.lt-ie9 .slick-slide img,.hs_cos_gallery_thumbnails.lt-ie9 .slick-slide img,.hs_cos_gallery_lightbox.lt-ie9 .slick-slide img{width:auto}
.hs_cos_gallery_main.lt-ie9 .slick-next,.hs_cos_gallery_main.lt-ie9 .slick-prev,.hs_cos_gallery_thumbnails.lt-ie9 .slick-next,.hs_cos_gallery_thumbnails.lt-ie9 .slick-prev,.hs_cos_gallery_lightbox.lt-ie9 .slick-next,.hs_cos_gallery_lightbox.lt-ie9 .slick-prev{font-size:15px;line-height:15px;color:#000}
.hs_cos_gallery_main.lt-ie9 .slick-dots,.hs_cos_gallery_thumbnails.lt-ie9 .slick-dots,.hs_cos_gallery_lightbox.lt-ie9 .slick-dots{position:static;width:auto}
.hs_cos_gallery_main.lt-ie9 .slick-dots li,.hs_cos_gallery_thumbnails.lt-ie9 .slick-dots li,.hs_cos_gallery_lightbox.lt-ie9 .slick-dots li{display:inline}
.hs_cos_gallery_main.lt-ie9 .slick-dots li button,.hs_cos_gallery_thumbnails.lt-ie9 .slick-dots li button,.hs_cos_gallery_lightbox.lt-ie9 .slick-dots li button{line-height:15px;font-size:15px}


/* --------------------------------------------------
PAGE STYLES
-------------------------------------------------- */
/* ANIMATIONS */
@-webkit-keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(-100px); transform: translateY(-100px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(-100px); -ms-transform: translateY(-100px); transform: translateY(-100px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(100px); transform: translateY(100px) }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) }
}
@keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px) }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0) }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translateX(-100px); transform: translateX(-100px) }
    100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0) }
}
@keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translateX(-100px); -ms-transform: translateX(-100px); transform: translateX(-100px) }
    100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0) }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@-webkit-keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translateX(100px); transform: translateX(100px) }
    100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0) }
}
@keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translateX(100px); -ms-transform: translateX(100px); transform: translateX(100px) }
    100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0) }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
.fw-animated-element {
    visibility: hidden !important;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.animated {
    visibility: visible !important;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.no-anim, body.hs-content-path-7dea362b-3fac-3e00-956a-4952a3d4f474 .fw-animated-element {
    visibility: visible !important;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
}

/* GLOBAL */
.header-container .widget-span.false {
    display: none !important;
}
.hs-clear {
  	display: block;
  	clear: both;
}

/* overlay bg */
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
.bg-image + a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.7);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bg-image + a i[class*=fa] {
    position: absolute;
    top: 50%;
    left: 50%;
  	background: #88D600;
    color: #fff;
    font-size: 18px;
    line-height: 43px;
    text-align: center;
    z-index: 1;
    width: 43px;
    height: 43px;
    margin-left: -21.5px;
    margin-top: -21.5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.bg-image + a i.fa-file {
    font-size: 20px;
}
.bg-image + a i.fa-play {
    font-size: 15px;
}
.hs-rss-item-image-wrapper:hover .bg-image,
.resource-module .image:hover .bg-image,
.feat-vids .photo:hover .bg-image {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.hs-rss-item-image-wrapper:hover i[class*=fa],
.resource-module .image:hover i[class*=fa],
.feat-vids .photo:hover i[class*=fa] {
    opacity: 1 !important;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1) !important;
}
.feat-vids .photo:hover i[class*=fa] {
  	background: #88D600;
  	border-color: #88D600;
}
/* overlay bg large screen */


/* BUTTONS */
.btn, .cta_button[title], .hs-button {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    border: none;
    text-decoration: none;
  	background: #88D600;
  	font: 600 16px/19px 'Open Sans',sans-serif;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 50px;
    text-shadow: none;
  	white-space: normal;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    -webkit-appearance: none;
    appearance: none;
}
.btn:hover, .cta_button[title]:hover, .custom-module .cta-container .cta_button[title]:hover, .hs-button:hover {
  	background: #472B19 !important;
}
a.cta_button[title] h1, a.cta_button[title] h2, a.cta_button[title] h3, a.cta_button[title] h4,
a.cta_button[title] h5, a.cta_button[title] h6, a.cta_button[title] p {
  	font-size: inherit !important;
		margin: 0 !important;
}

/* svg icon */
.ctas .cta-container > svg {
		display: none;
}
.ctas .cta_button svg, .btn svg {
    height: 1.2em;
    vertical-align: sub;
    fill: #fff;
		margin-left: 10px;
    -webkit-transition: fill 0.3s ease;
    -moz-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.ctas .small .cta_button svg, .ctas .small .btn svg {
    height: 1.1em;
}
.ctas .large .cta_button svg, .ctas .large .btn svg {
    height: 1em;
    vertical-align: middle;
}

/* sizes */
.custom-module .small .cta_button[title] {
    padding: 11px 28px;
    font-size: 16px;
    line-height: 1.3;
}
.custom-module .large .cta_button[title] {
    padding: 20px 36px;
    font-size: 22px;
    line-height: 1.3;
}

/* ctas */
.ctas {
  	min-height: 56px;
}
.ctas:empty {
		display: none;
}
.ctas .cta-container {
  	display: inline-block;
  	vertical-align: top;
  	margin: 0 20px 20px 0;
}
.cta-container.block .cta_button {
		display: block;
}
.ctas[style*='text-align: left'] .cta-container, .left-col-sale .ctas .cta-container {
  	margin: 0 20px 20px 0;
}
.ctas[style*='text-align: center'] .cta-container {
  	margin: 0 10px 20px;
}
.ctas[style*='text-align: right'] .cta-container {
  	margin: 0 0 20px 20px;
}
.ctas.anim .hs-cta-node {
		visibility: hidden !important;
}
.ctas .cta-container.animated .hs-cta-node, html.hs-inline-edit .ctas .hs-cta-node {
		visibility: visible !important;
}

/* buttons large screen */


/* LIGHTBOX ANIMATIONS */
.zoom-anim-dialog { opacity: 0;-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); }
.mfp-ready .zoom-anim-dialog { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.mfp-removing .zoom-anim-dialog { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); opacity: 0; }
.mfp-bg { opacity: 0; -webkit-transition: opacity 0.3s ease-out; -moz-transition: opacity 0.3s ease-out; -o-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; }
.mfp-ready.mfp-bg { opacity: 0.8; }
.mfp-removing.mfp-bg { opacity: 0; }
.my-mfp-slide-bottom .zoom-anim-dialog { opacity: 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg ); -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg ); -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg ); -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg ); transform: translateY(-20px) perspective( 600px ) rotateX( 10deg ); }
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog { opacity: 1; -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); -o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); transform: translateY(0) perspective( 600px ) rotateX( 0 ); }
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog { opacity: 0; -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); }
.my-mfp-slide-bottom.mfp-bg { opacity: 0; -webkit-transition: opacity 0.3s ease-out; -moz-transition: opacity 0.3s ease-out; -o-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; }
.my-mfp-slide-bottom.mfp-ready.mfp-bg { opacity: 0.8; }
.my-mfp-slide-bottom.mfp-removing.mfp-bg { opacity: 0; }
.mfp-fade.mfp-bg { opacity: 0; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; transition: all 0.15s ease-out; }
.mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; }
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }
.mfp-fade.mfp-wrap .mfp-content { opacity: 0; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; transition: all 0.15s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }

/* SEARCH RESULTS */

/* PAGE EDITOR */
.hs_cos_widget_drop_target {
    clear: both;
}
.hs-ipe-add-placeholder {
    width: 100% !important;
    clear: both !important;
    float: none !important;
}

/* SYSTEM */


/* --------------------------------------------------
FOOTER
-------------------------------------------------- */
.footer-container-wrapper {
    background: #3B3E4A;
}
.footer-container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    color: #fff;
    padding: 50px 0;
}
.widget-span.sitemap {
    width: auto;
}
.sitemap li {
    margin: 0 0 0 20px;
}
.sitemap li:first-child {
    margin: 0;
}
.sitemap a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
.widget-span.copy {
    width: auto;
    float: right;
    margin: 6px 0 0;
    color: #e5e5e5;
    font-size: 12px;
}


/* --------------------------------------------------
BROWSER STYLES
-------------------------------------------------- */
/* IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		.ctas .cta_button svg, .btn svg {
    		width: 1.2em;
    		vertical-align: bottom;
		}
}

/* IE10 */
@media screen and (min-width:0\0) {
}

/* IE8 */
html.lt-ie9 {
}


/* --------------------------------------------------
RESPONSIVE
-------------------------------------------------- */
/* ELEMENT QUERIES */

/* MEDIA */
@media screen and (min-width: 1930px) and (max-width: 2560px) { 
}

@media screen and (min-width: 1690px) and (max-width: 1920px) {
}

@media screen and (min-width: 1450px) and (max-width: 1680px) {
}

@media screen and (min-width: 1600px) {
  	/* pretty photo */
    .mfp-iframe-holder .mfp-content {
        max-width: 56.25vw;
    }
}

@media (max-width: 1440px) {
  	.custom-module .cell-wrapper,
    .page-modules .hs_cos_wrapper_type_widget_container > div > span.hs_cos_wrapper, .page-modules .hs_cos_wrapper_type_widget_container > div > div.hs_cos_wrapper,
    .page-modules .hs_cos_wrapper_type_widget_container > .mce-content-body {
        max-width: 1170px;
    }
}

@media (max-width: 1279px) {
    .header-container {
        padding: 30px 0;
    }
    .header-container div[data-global-widget-path] > .row-fluid-wrapper > .row-fluid {
        display: block;
    }
    .header-container .widget-span.logo {
        display: block;
        width: auto;
        text-align: center;
        margin: 0 0 25px;
    }
    .header-container .widget-span.nav {
        display: block;
        width: auto;
        text-align: center;
    }
    .header-container .nav > .row-fluid-wrapper > .row-fluid {
        display: block;
    }
    .header-container .nav .span6 {
        display: inline-block;
        vertical-align: top;
    }
    /*.widget-span.header-nav {
        margin: 6px 0 0 !important;
    }*/
    .header-nav .hs-menu-depth-1 {
        margin: 0 26px 0 0;
    }
    .header-nav .hs-menu-depth-1:hover {
        background-color: transparent;
    }
    .header-nav .hs-menu-depth-1 > a {
        padding: 5px 0;
    }
    .header-nav .hs-menu-depth-1:hover > a, .header-nav .hs-menu-depth-1.active-branch > a {
        color: #3FB350 !important;
    }
    .header-nav .hs-menu-children-wrapper {
        padding: 20px 0;
    }
    .header-nav .hs-menu-children-wrapper:before {
        content: none;
    }
    .widget-span.sitemap {
        float: none;
        text-align: center;
        margin: 0 0 15px;
    }
    .sitemap li {
        display: inline-block;
        vertical-align: top;
        float: none !important;
    }
    .widget-span.copy {
        width: auto;
        float: none;
        text-align: center;
        margin: 0;
    }
}

@media (max-width: 1024px) {
}

@media (max-width: 1023px) {
    .header-container {
        position: relative;
    }
    .header-container .widget-span.nav {
        display: none;
    }
    .header-container .widget-span.logo {
        float: left;
        text-align: left;
        margin: 0;
    }
    .widget-span.mobile-nav-toggle {
        display: block;
    }
}

@media (max-width: 900px) {
}

@media (max-width: 834px) {
    .hs-rss-item.hs-with-featured-image {
        width: 50%;
    }
    .hs-rss-item.hs-with-featured-image:nth-child(n+3) {
        margin-top: 51px;
    }
}

@media (max-width: 768px) {
}

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

@media (max-width: 600px) {
    /* typography */
    body, .hs_cos_wrapper_type_rss_listing .hs-rss-item {
      	font-size: 15px;
    }
    h1, .hs_cos_wrapper_type_email_simple_subscription h1, .hs_cos_wrapper_type_email_subscriptions_confirmation h1 {
      	font-size: 32px;
    }
    h2, h3.form-title, .hs_cos_wrapper_type_rss_listing h3, .hs_cos_wrapper_type_email_subscriptions h1, .post-header > h2, .post-header h1, h2.hs-author-name {
      	font-size: 26px;
    }
    h3 {
      	font-size: 19px;
    }
    h4, .hs_cos_wrapper_type_email_simple_subscription h3, .hs_cos_wrapper_type_rss_listing .hs-rss-title, .block > h3, .post-share h3, .hs_cos_wrapper_type_follow_me > h3,
  	.hs_cos_wrapper_type_email_subscriptions h2, .hs_cos_wrapper_type_email_subscriptions_confirmation h2 {
      	font-size: 18px;
    }
    h5 {
      	font-size: 15px;
    }
    h6 {
      	font-size: 15px;
    }
    .subhead {
        font-size: 16px;
    }
		.page-modules .hs_cos_wrapper_type_widget_container > div > span.hs_cos_wrapper, .page-modules .hs_cos_wrapper_type_widget_container > div > div.hs_cos_wrapper,
		.page-modules .hs_cos_wrapper_type_widget_container > .mce-content-body {
    		width: 90%;
        padding: 50px 0 55px;
    }
		.page-modules .hs_cos_wrapper_type_widget_container > div > span.hs_cos_wrapper_type_logo, .page-modules .hs_cos_wrapper_type_widget_container > div > div.hs_cos_wrapper_type_logo, .page-modules .hs_cos_wrapper_type_widget_container > div > span.hs_cos_wrapper_type_page_footer, .page-modules .hs_cos_wrapper_type_widget_container > div > div.hs_cos_wrapper_type_page_footer {
    		padding: 25px 0;
		}
    .page-modules .hs_cos_wrapper_type_widget_container > div.default.logo-module + div > span.hs_cos_wrapper,
    .page-modules .hs_cos_wrapper_type_widget_container > div.default.logo-module + div > div.hs_cos_wrapper {
        padding-top: 25px;
  	}
    .hs_cos_wrapper_type_rss_listing .feedreader_box {
        width: 100%;
        margin-left: 0;
    }
		.hs-rss-item.hs-with-featured-image {
    		width: auto;
      	display: block;
      	padding: 0;
      	margin: 35px 0 0 !important;
		}
		.hs-rss-item.hs-with-featured-image:first-child {
      	margin: 0 !important;
		}
    .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper, .post-item .hs-rss-item-image-wrapper {
        margin: 0 0 15px;
    }
    .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper > a, .post-item .hs-rss-item-image-wrapper > a {
        position: static;
      	background: none;
        opacity: 1;
    }
		.hs-rss-item.hs-with-featured-image p a {
      	display: inline;
  	}
		.bg-image, .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper i[class*='fa'] {
        display: none;
    }
		.bg-image + a {
      	background: none;
        opacity: 1;
    }
		.bg-image + a i[class*=fa] {
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
		.hs-rss-item.hs-with-featured-image .hs-rss-featured-image, .resource-module .item img {
    		width: 100%;
      	display: inline;
		}
    .hs_cos_wrapper_type_image_slider .caption, .hs_cos_gallery_main .caption.superimpose, .hs_cos_gallery_thumbnails .caption.superimpose, .hs_cos_gallery_lightbox .caption.superimpose {
        position: static;
      	color: #3b3e4a;
        background: none;
        padding: 0;
        margin: 15px 0 0;
    }
		fieldset > div {
      	float: none !important;
      	padding: 0 !important;
  	}
  	fieldset.form-columns-2 > div, fieldset.form-columns-3 > div {
    		width: 100% !important;
  	}
  	/* ctas */
    .btn, .cta_button[title], .hs-button {
        font-size: 15px;
      	line-height: 2;
      	letter-spacing: 0.5px;
        padding: 10px 30px 8px;
    }
    .ctas .cta-container {
        display: block;
      	margin: 15px 0 0px !important;
    }
    .ctas .cta-container:first-child {
      	margin: 0 !important;
    }
    .ctas .cta_button svg, .btn svg {
    		vertical-align: text-top;
        height: 1.1em;
    }
    .page-modules .hs_cos_wrapper_type_widget_container > div > .hs_cos_wrapper {
      	width: 90%;
        padding: 60px 0 65px;
    }
    .custom-module .cell-wrapper,
		.cos_col2 .custom-module.blox_900 .cell-wrapper[data-bg*='FFF'],
		.cos_col2 .custom-module.blox_900 .cell-wrapper[data-bg*='fff'],
		.cos_col2 .custom-module.blox_900 .cell-wrapper[data-bg*='255'] {
        width: 90%;
    }
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
		.overlay .fa-circle-notch.center, .video-loading {
    		display: none
		}
}

@media (max-width: 425px) {
}

@media (max-width: 375px) {
    .hs_cos_wrapper_type_social_sharing:before {
        display: block;
        margin: 0 0 15px;
    }
}

@media (max-width: 320px) {
}