/*

Emmerson Packaging theme:

*/

/***************************************

    1. VARIABLES

****************************************/

/* Colors */

































/* Typography */






/***************************************

    2. MACROS

****************************************/





























































/***************************************

    3. IMPORTS

****************************************/

/* Template imports */

* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;
box-sizing: border-box;
}

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
}

[hidden] {
display:none
}

html {
font-size:100%;
/*
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%
*/
}

html,button,input,select,textarea {
font-family:sans-serif;
color:#222
}

body {
margin:0;
font-size:1em;
line-height:1.4
}

a {
color:#00e
}

a:hover {
color:#06e
}

a:focus {
outline:thin dotted
}

a:hover,a:active {
outline:0
}

i {
font-style:normal
}

abbr[title] {
border-bottom:1px dotted
}

b,strong {
font-weight:700
}

blockquote {
    margin: 0 0 24px 48px;
    margin: 0 0 2.4rem 4.8rem;
}

dfn {
font-style:italic
}

ins {
background:#ff9;
color:#000;
text-decoration:none
}

mark {
background:#ff0;
color:#000;
font-style:italic;
font-weight:700
}

pre,code,kbd,samp {
font-family:monospace,serif;
_font-family:'courier new',monospace;
@include font-size(1.4);
@include line-height(2.4);
margin: 0;
}

pre {
white-space:pre;
white-space:pre-wrap;
word-wrap:break-word;
margin-bottom: 24px;
margin-bottom: 2.4rem;
}

q {
quotes:none
}

q:before,q:after {
content:"";
content:none
}

small {
font-size:85%
}

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

sup {
top:-.5em
}

sub {
bottom:-.25em
}

ul,ol {
    padding: 0 0 0 48px;
    padding:0 0 0 4.8rem;
}

dd {
margin:0 0 0 48px;
margin: 0 0 0 4.8rem;
}

nav ul,nav ol {
list-style:none;
list-style-image:none;
margin:0;
padding:0
}

img {
border:0;
-ms-interpolation-mode:bicubic;
vertical-align:middle
}

svg:not(:root) {
overflow:hidden
}

figure {
margin:0
}

form {
margin:0
}

fieldset {
border:0;
margin:0;
padding:0
}

label {
cursor:pointer
}

legend {
border:0;
*margin-left:-7px;
padding:0;
white-space:normal
}

button,input,select,textarea {
font-size:100%;
margin:0;
vertical-align:baseline;
*vertical-align:middle
}

button,input {
line-height:normal
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
cursor:pointer;
-webkit-appearance:button;
*overflow:visible
}

button[disabled],input[disabled] {
cursor:default
}

input[type="checkbox"],input[type="radio"] {
padding:0;
*width:13px;
*height:13px
}

input[type="checkbox"] {
    -webkit-appearance:checkbox;
}

input[type="search"] {
-webkit-appearance:textfield;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box
}

input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance:none
}

button::-moz-focus-inner,input::-moz-focus-inner {
border:0;
padding:0
}

textarea {
overflow:auto;
vertical-align:top;
resize:vertical;
}

table {
border-collapse:collapse;
border-spacing:0
}

td {
vertical-align:top
}
.container,
.container-fluid {
    position: relative;
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
    clear: both;
}
.row,
.row-fluid {
    clear: both;
    position: relative;
    width: 100%;
    z-index: 1;
    margin: 0 auto;
}

.row-fluid .span12.span12 {
    margin-left: 0;
}

.onecol {
    width: 4.85%;
}
.twocol {
    width: 13.45%;
}
.threecol {
    width: 22.05%;
}
.fourcol {
    width: 30.75%;
}
.fivecol {
    width: 39.45%;
}
.sixcol {
    width: 48%;
}
.sevencol {
    width: 56.75%;
}
.eightcol {
    width: 65.4%;
}
.ninecol {
    width: 74.05%;
}
.tencol {
    width: 82.7%;
}
.elevencol {
    width: 91.35%;
}
.twelvecol {
    width: 100%;
    float: left;
}

.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol {
    margin-right: 3.8%;
    float: left;
    min-height: 1px;
}

.last {
    margin-right: 0;
}

.row-fluid [class*="span"].right,
.row-fluid [class*="span"].alignright {
    float: right;
}

.row-fluid [class*="span"].alignleft,
.row-fluid [class*="span"].alignright {
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
}

.row-fluid [class*="span"].alignleft {
    margin-right: 24px;
    margin-right: 2.4rem;
}

.row-fluid [class*="span"].alignright,
.row-fluid [class*="span"].alignright:first-child {
    margin-left: 24px;
    margin-left: 2.4rem;
}
.hidden {display: none !important; visibility: hidden;}

.visuallyhidden {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto;}

.clearfix:before, .clearfix:after {content: ""; display: table;}

.clearfix:after {clear: both;}

.clearfix {*zoom: 1;}

.right {
    float: right;
}

/* HubSpot imports */

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    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: 2%;
}

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

@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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.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 {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    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;
    width: 140px;
    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;
}

.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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 {
    padding: 10px 20px;
    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);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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

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

/***************************************

    3.5 ICONS

****************************************/

@charset "UTF-8";

@font-face {
  font-family: "emmerson-packaging";
  src:url("https://1572119.fs1.hubspotusercontent-na1.net/hubfs/1572119/fonts/emmerson-packaging.eot");
  src:url("https://1572119.fs1.hubspotusercontent-na1.net/hubfs/1572119/fonts/emmerson-packaging.eot#iefix") format("embedded-opentype"),
    url("https://1572119.fs1.hubspotusercontent-na1.net/hubfs/1572119/fonts/emmerson-packaging.woff") format("woff"),
    url("https://1572119.fs1.hubspotusercontent-na1.net/hubfs/1572119/fonts/emmerson-packaging.ttf") format("truetype"),
    url("https://1572119.fs1.hubspotusercontent-na1.net/hubfs/1572119/fonts/emmerson-packaging.svg#emmerson-packaging") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "emmerson-packaging" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "emmerson-packaging" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e000";
}
.icon-arrow-left:before {
  content: "\e001";
}
.icon-arrow-right:before {
  content: "\e002";
}
.icon-arrow-up:before {
  content: "\e003";
}
.icon-cal:before {
  content: "\e004";
}
.icon-check:before {
  content: "\e005";
}
.icon-close:before {
  content: "\e007";
}
.icon-comment:before {
  content: "\e008";
}
.icon-down:before {
  content: "\e009";
}
.icon-email:before {
  content: "\e00a";
}
.icon-facebook:before {
  content: "\e00b";
}
.icon-gallery:before {
  content: "\e00c";
}
.icon-google-plus:before {
  content: "\e00d";
}
.icon-instagram:before {
  content: "\e00e";
}
.icon-license:before {
  content: "\e00f";
}
.icon-link:before {
  content: "\e010";
}
.icon-linkedin:before {
  content: "\e011";
}
.icon-menu:before {
  content: "\e012";
}
.icon-pdf:before {
  content: "\e013";
}
.icon-phone:before {
  content: "\e014";
}
.icon-pin:before {
  content: "\e015";
}
.icon-pinterest:before {
  content: "\e016";
}
.icon-pinterest-circle:before {
  content: "\e017";
}
.icon-search:before {
  content: "\e018";
}
.icon-tag:before {
  content: "\e006";
}
.icon-twitter:before {
  content: "\e019";
}
.icon-youtube:before {
  content: "\e01a";
}
.icon-paper:before {
  content: "\e01b";
}
.icon-pencils:before {
  content: "\e01c";
}
.icon-snow:before {
  content: "\e01d";
}
.icon-dog:before {
  content: "\e01e";
}
.icon-printer:before {
  content: "\e01f";
}
.icon-magic:before {
  content: "\e020";
}

/***************************************

    4. TYPOGRAPHY

****************************************/

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 62.5%;
}

body {
    background: #ffffff;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-size: 16px; 
    font-size: 1.6rem;
    line-height: 24px; 
    line-height: 2.4rem;
    color: #6d6e71;
    padding: 0 !important;
}

a {
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    color: #44611C;
    transition: all 0.2s linear;
    text-decoration: none;
}

a:hover, a:focus {
    color: #6c8944;
    text-decoration: none;
    border-bottom-color: #6c8944;
}

a.more-link {
    white-space: nowrap;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

h1,
h2,
h3,
h4 {
	  margin: 0 0 2.8rem;
	  padding: 0;
}

h1::after,
h2::after,
h3::after,
h4::after {
		content: '';
    background: #b7e37a;
		width: 100%;
		display: block;
}

h1::after,
h2::after,
h3::after {
    max-width: 29.5rem;
    height: 1rem;
    margin-top: 1.8rem;
    border-radius: 0.5rem;
}

h1,
h2 {
    color: #44611C;
}

h3,
h4 {
    color: #58595b
}

h1 {
    font-size: 40px; 
    font-size: 4.0rem;
    line-height: 1;
}

h2 {
    font-size: 32px; 
    font-size: 3.2rem;
    line-height: 1.1;
}

h3 {
    font-size: 24px; 
    font-size: 2.4000000000000004rem;
    line-height: 1.2;
}

h4 {
    font-size: 18px; 
    font-size: 1.8rem;
    line-height: 1.3;
}

h4::after {
		max-width: 22rem;
		height: 0.7rem;
		margin-top: 1.2rem;
		border-radius: 0.35rem;
}

h5 {
    font-size: 16px; 
    font-size: 1.6rem;
    line-height: 1.4;
}

h6 {
    font-size: 14px; 
    font-size: 1.4000000000000001rem;
    line-height: 1.5;
}

p, ul, li {
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    text-align: inherit;
}

p, ul, ol {
    margin: 0 0 2.4rem;
}

p, li, ol {
    max-width: 46em;
}

em {
    font-style: italic;
}

img, object, embed, iframe {
    max-width: 100%;
}

img {
    height: auto;
}

img[align="left"],
img.alignleft,
img[align="right"],
img.alignright {
    max-width: 48%;
    margin-top: 4px; 
    margin-top: 0.4rem;
}

.alignleft,
img[align="left"] {
    float: left;
    margin-right: 24px; 
    margin-right: 2.4rem;
}

.alignright,
img[align="right"] {
    float: right;
    margin-left: 24px; 
    margin-left: 2.4rem;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

blockquote {
    background: transparent;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    color: #2f863f;
    position: relative;
    
        
        
        
        
        
        
        
        
        margin: 0px 0px 24px 0px; 
        margin: 0rem 0rem 2.4rem 0rem;
    
    
        
        
        
        
        
        
        
        
        padding: 24px 0px 24px 48px; 
        padding: 2.4rem 0rem 2.4rem 4.8rem;
    
}

blockquote::before {
		content: '\201C';
		font-size: 9.6rem;
		line-height: 1;
    color: #cbcacc;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
}

blockquote p {
    font-size: 22px; 
    font-size: 2.2rem;
    font-weight: normal;
}

blockquote p:last-child {
    margin-bottom: 0;
}

table {
    width: 100%;
    margin-bottom: 24px; 
    margin-bottom: 2.4rem;
}

table table {
    margin-bottom: 0;
}

td,
th {
    
        
        
        
        
        
        
        
        
        padding: 6px 6px 6px 6px; 
        padding: 0.6rem 0.6rem 0.6rem 0.6rem;
    
    border-style: solid none none solid;
}

th {
    background: #166d47;
    color: white;
    text-align: inherit;
}

td {
    border: 1px solid white;
    text-align: center;
}

tr {
    background: #d8d8d8;
}

tr:nth-child(2n) {
    background: white;
}

::-moz-selection {
    background: rgba(92, 179, 69, 0.4);
    color: #333;
    text-shadow: none;
}

::selection {
    background: rgba(92, 179, 69, 0.4);
    color: #333;
    text-shadow: none;
}


/***************************************

    5. FORMS

****************************************/

form {
    margin-bottom: 24px; 
    margin-bottom: 2.4rem;
}

fieldset {
    padding: 0;
    margin: 0;
}


label {
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-size: 18px; 
    font-size: 1.8rem;
    font-weight: bold;
	  line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 6px; 
    margin-bottom: 0.6rem;
    display: block;
}

label em {
    font-style: normal;
    text-decoration: underline;
}

label .req,
label .hs-form-required {
    color: #9d261d;
}

select,
textarea,
input {
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
}

select,
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"] {
    background: #ffffff;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-size: 16px; 
    font-size: 1.6rem;
    line-height: normal;
    color: #000000;
    display: inline-block;
    
        
        
        
        
        
        
        
        
        padding: 6px 12px 6px 12px; 
        padding: 0.6rem 1.2rem 0.6rem 1.2rem;
    
    margin-bottom: 24px; 
    margin-bottom: 2.4rem;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #2f863f;
    border-radius: 0;
	  -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border-color: #93654c;
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

select.error, 
select.error:focus,
textarea.error,
textarea.error:focus,
input[type="text"].error,
input[type="text"].error:focus,
input[type="password"].error,
input[type="password"].error:focus,
input[type="datetime"].error,
input[type="datetime"].error:focus,
input[type="datetime-local"].error,
input[type="datetime-local"].error:focus,
input[type="date"].error,
input[type="date"].error:focus,
input[type="month"].error,
input[type="month"].error:focus,
input[type="time"].error,
input[type="time"].error:focus,
input[type="week"].error,
input[type="week"].error:focus,
input[type="number"].error,
input[type="number"].error:focus,
input[type="email"].error,
input[type="email"].error:focus,
input[type="url"].error,
input[type="url"].error:focus,
input[type="search"].error,
input[type="search"].error:focus,
input[type="tel"].error,
input[type="tel"].error:focus,
input[type="color"].error,
input[type="color"].error:focus,
.uneditable-input.error,
.uneditable-input.error:focus {
    border-color: #9d261d;
}

select.valid, select.valid:focus,
textarea.valid,
textarea.valid:focus,
input[type="text"].valid,
input[type="text"].valid:focus,
input[type="password"].valid,
input[type="password"].valid:focus,
input[type="datetime"].valid,
input[type="datetime"].valid:focus,
input[type="datetime-local"].valid,
input[type="datetime-local"].valid:focus,
input[type="date"].valid,
input[type="date"].valid:focus,
input[type="month"].valid,
input[type="month"].valid:focus,
input[type="time"].valid,
input[type="time"].valid:focus,
input[type="week"].valid,
input[type="week"].valid:focus,
input[type="number"].valid,
input[type="number"].valid:focus,
input[type="email"].valid,
input[type="email"].valid:focus,
input[type="url"].valid,
input[type="url"].valid:focus,
input[type="search"].valid,
input[type="search"].valid:focus,
input[type="tel"].valid,
input[type="tel"].valid:focus,
input[type="color"].valid,
input[type="color"].valid:focus,
.uneditable-input.valid,
.uneditable-input.valid:focus {
    border-color: #2f863f;
}

select,
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"] {
    height: 42px; 
    height: 4.2rem;
}

textarea {
    height: auto;
    min-height: 8.5em;
    overflow: auto;
    /* Hide silly auto scrollbar in IE */
}

select[multiple],
select[size] {
    height: auto;
    overflow: auto;
}

select:not([multiple]) {
    appearance: none;
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 10px 20px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAdCAYAAAB1yDbaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozMEFGNzIzRDkwQjkxMUU3QTY3MEM4OUFDRUZGMjBFNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozMEFGNzIzRTkwQjkxMUU3QTY3MEM4OUFDRUZGMjBFNCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjMwQUY3MjNCOTBCOTExRTdBNjcwQzg5QUNFRkYyMEU0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjMwQUY3MjNDOTBCOTExRTdBNjcwQzg5QUNFRkYyMEU0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+kUPqWQAAAUZJREFUeNqcVDtuwkAQHa9InyIHoAHZUhoOkDJ0HCBNOl/Acr2Fa6rIHR1XoEsOkQbJElwhBb0jmbfW2FqW/eEnjUY2PD2YN/OSruvIhizLZmh71GfTNP+27whyI0d9cLcisSlD9RntjHpB/aEWUL/EKksmEncZpQzVJdoR9aS9blGvUD+FlLcGkfh561WG6jvat2eIa6j/3JHZml/18zxk9XdWg3XCsMZHJP48v1E2rAlhtE5YrAlhtC5J09RmTQi9dcJhTQi9dUp5ThORuK4qBjNMerKyWowv1GYC96AGVvL06MFpl4IvpX6QXCvesCQVbw5Fblg17janhIwkyyFV9MPY8aZR4Kp2d2HAZ1YEyIWepDdJwod+cFmjB4ErhmzWtfzen54O62oz/HzRq1s3WhNFNqyTtsAfdtsFZcmbbo2JqwADANrzgoD68WgqAAAAAElFTkSuQmCC');
    padding-right: 4.8rem;
}

select::-ms-expand {
	  display: none;
}

input[type="submit"],
input[type="button"] {
    background-color: #ffffff;
    background-image: none;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-size: 16px; 
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    color: #44611C;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    position: relative;
    height: auto;
    margin-bottom: 24px; 
    margin-bottom: 2.4rem;
    margin-right: 0;
    
        
        
        
        
        
        
        
        
        padding: 12px 24px 12px 24px; 
        padding: 1.2rem 2.4rem 1.2rem 2.4rem;
    
    border: 1px solid #44611C;
    border-radius: 1rem;
    display: inline-block;
    box-shadow: none;
    white-space: normal;
    appearance: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus {
    background-color: #44611C;
}

input[type="submit"]:focus, input[type="button"]:focus {
    outline: none;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 2px 0 0 1px;
    *margin-top: 0;
    /* IE7 */
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

label input[type="radio"],
label input[type="checkbox"] {
    margin-right: 3px; 
    margin-right: 0.39999999999999997rem;
    width: auto !important;
    margin-right: 10px !important;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

input[type="file"] {
    background: white;
    max-width: 100%;
    margin-bottom: 24px; 
    margin-bottom: 2.4rem;
    padding: 12px;
    border: 1px solid black;
    border-radius: 6px;
}

/* HubSpot Specific */

.hs-form.hs-form fieldset {
    max-width: none;
}

.hs-form.hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

form.hs-form input[type="text"],
form.hs-form input[type="email"], 
form.hs-form select, 
form.hs-form textarea, 
form.hs-form .email-correction, 
form.hs-form .email-validation {
    width: 100% !important;
}

.inputs-list {
    list-style: none;
    padding: 0;
}

.inputs-list label {
    font-size: 16px; 
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: normal;
    text-transform: none;
}

.hs-form fieldset.form-columns-2 .hs-form-field .input {
    margin-right:16px;
}

.hs-form fieldset.form-columns-2 .hs-form-field:last-child .input {
    margin-right:0;
}

.hs-form fieldset.form-columns-1 .input {
    width: 100%;
    margin-right: 0px; 
    margin-right: 0rem;
}

.hs-form.hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
    margin-right: 0px; 
    margin-right: 0rem;
}

.hs-form.hs-form fieldset.form-columns-1 textarea.hs-input {
    width: 100%;
}

.hs-form.hs-form fieldset.form-columns-1 input {
    width: 100%;
}

.hs-form .hs-form-booleancheckbox label {
    padding-left: 24px; 
    padding-left: 2.4rem;
}

.hs-form .hs-form-booleancheckbox label input[type="checkbox"] {
    margin-left: -24px; 
    margin-left: -2.4rem;
}

.hs_submit {
    float: left;
    clear: both;
    width: 100%;
    padding-top: 12px; 
    padding-top: 1.2rem;
}

.hs-error-msgs {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hs-error-msgs li {
    background: #9d261d;
    color: white;
    font-size: 14px; 
    font-size: 1.4rem;
    max-width: none;
    
        
        
        
        
        
        
        
        
        padding: 5px 5px 5px 5px; 
        padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    
    margin-top: -12px; 
    margin-top: -1.2rem;
    margin-bottom: 24px; 
    margin-bottom: 2.4rem;
    text-align: center;
}

.hs-error-msgs label {
    font-size: inherit;
    color: #ffffff;
    margin: 0;
}

.hs-error-msgs label a {
    color: #ffffff;
    margin: 0;
}

.hs-form .fn-date-picker .pika-table th {
    border: none;
    color: #ffffff;
}

.hs-form .fn-date-picker .pika-button {
    color: black;
}

.hs-form .fn-date-picker .is-today .pika-button {
    color: #2f863f;
}

.hs-form .fn-date-picker .is-selected .pika-button {
    background: #2f863f;
    color: #ffffff;
    box-shadow: none;
}

.hs-form .fn-date-picker .pika-button:hover {
    background: #2f863f !important;
}


/***************************************

    6. STYLEGUIDE

****************************************/

/* Colours */

.white {
    color: white;
}

.blue {
    color: #7090cd;
}

.blue-light {
    color: #afcff5;
}

.blue-lighter {
    color: #d2eafd;
}

.blue-dark {
    color: #4a5f87;
}

.green {
    color: #2f863f;
}

.red {
    color: #9d261d;
}

.yellow {
    color: #faa73f;
}

.yellow-light {
    color: #fcc05f;
}

/* Buttons */

.btn.btn {
    background-color: #ffffff;
    background-image: none;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-size: 16px; 
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    color: #2f863f;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    position: relative;
    height: auto;
    margin-bottom: 24px; 
    margin-bottom: 2.4rem;
    margin-right: 0;
    
        
        
        
        
        
        
        
        
        padding: 12px 24px 12px 24px; 
        padding: 1.2rem 2.4rem 1.2rem 2.4rem;
    
    border: 1px solid #2f863f;
    border-radius: 1rem;
    display: inline-block;
    box-shadow: none;
    white-space: normal;
    appearance: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
}

.btn.btn:hover,
.btn.btn:focus {
    background-color: #ffffda;
}

.btn--primary,
.btn-primary, 
.hs-button.primary {
    background-color: #ffffff;
    background-image: none;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-size: 16px; 
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    color: #44611C;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    position: relative;
    height: auto;
    margin-bottom: 24px; 
    margin-bottom: 2.4rem;
    margin-right: 0;
    
        
        
        
        
        
        
        
        
        padding: 12px 24px 12px 24px; 
        padding: 1.2rem 2.4rem 1.2rem 2.4rem;
    
    border: 1px solid #44611C;
    border-radius: 1rem;
    display: inline-block;
    box-shadow: none;
    white-space: normal;
    appearance: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
}

.btn--primary:hover,
.btn--primary:focus,
.btn-primary:hover,
.btn-primary:focus,
.hs-button.primary:hover,
.hs-button.primary:focus {
    background-color: #ffffda;
}

.btn--secondary {
    background-color: #ffffff;
    background-image: none;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-size: 16px; 
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    color: #2f863f;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    position: relative;
    height: auto;
    margin-bottom: 24px; 
    margin-bottom: 2.4rem;
    margin-right: 0;
    
        
        
        
        
        
        
        
        
        padding: 12px 24px 12px 24px; 
        padding: 1.2rem 2.4rem 1.2rem 2.4rem;
    
    border: 1px solid #2f863f;
    border-radius: 1rem;
    display: inline-block;
    box-shadow: none;
    white-space: normal;
    appearance: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
}

.btn--secondary:hover,
.btn--secondary:focus {
    background-color: #edfffd;
}

.btn--tertiary {
    background-color: #ffffff;
    background-image: none;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-size: 16px; 
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    color: #652300;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    position: relative;
    height: auto;
    margin-bottom: 24px; 
    margin-bottom: 2.4rem;
    margin-right: 0;
    
        
        
        
        
        
        
        
        
        padding: 12px 24px 12px 24px; 
        padding: 1.2rem 2.4rem 1.2rem 2.4rem;
    
    border: 1px solid #652300;
    border-radius: 1rem;
    display: inline-block;
    box-shadow: none;
    white-space: normal;
    appearance: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
}

.btn--tertiary:hover,
.btn--tertiary:focus {
    background-color: #ffe1be;
}

.btn--yellow {
    background-color: #ffffff;
    background-image: none;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-size: 16px; 
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    color: #faa73f;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    position: relative;
    height: auto;
    margin-bottom: 24px; 
    margin-bottom: 2.4rem;
    margin-right: 0;
    
        
        
        
        
        
        
        
        
        padding: 12px 24px 12px 24px; 
        padding: 1.2rem 2.4rem 1.2rem 2.4rem;
    
    border: 1px solid #faa73f;
    border-radius: 1rem;
    display: inline-block;
    box-shadow: none;
    white-space: normal;
    appearance: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
}

.btn--yellow:hover,
.btn--yellow:focus {
    background-color: #fffffd;
}

.btn--blue {
    background-color: #ffffff;
    background-image: none;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-size: 16px; 
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    color: #7090cd;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    position: relative;
    height: auto;
    margin-bottom: 24px; 
    margin-bottom: 2.4rem;
    margin-right: 0;
    
        
        
        
        
        
        
        
        
        padding: 12px 24px 12px 24px; 
        padding: 1.2rem 2.4rem 1.2rem 2.4rem;
    
    border: 1px solid #7090cd;
    border-radius: 1rem;
    display: inline-block;
    box-shadow: none;
    white-space: normal;
    appearance: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
}

.btn--blue:hover,
.btn--blue:focus {
    background-color: #ffffff;
}

.btn--red {
    background-color: #ffffff;
    background-image: none;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-size: 16px; 
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    color: #9d261d;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    position: relative;
    height: auto;
    margin-bottom: 24px; 
    margin-bottom: 2.4rem;
    margin-right: 0;
    
        
        
        
        
        
        
        
        
        padding: 12px 24px 12px 24px; 
        padding: 1.2rem 2.4rem 1.2rem 2.4rem;
    
    border: 1px solid #9d261d;
    border-radius: 1rem;
    display: inline-block;
    box-shadow: none;
    white-space: normal;
    appearance: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
}

.btn--red:hover,
.btn--red:focus {
    background-color: #ffe4db;
}

.btn--white {
    background-color: #ffffff;
    background-image: none;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-size: 16px; 
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    color: #ffffff;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    position: relative;
    height: auto;
    margin-bottom: 24px; 
    margin-bottom: 2.4rem;
    margin-right: 0;
    
        
        
        
        
        
        
        
        
        padding: 12px 24px 12px 24px; 
        padding: 1.2rem 2.4rem 1.2rem 2.4rem;
    
    border: 1px solid #ffffff;
    border-radius: 1rem;
    display: inline-block;
    box-shadow: none;
    white-space: normal;
    appearance: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
}

.btn--white:hover,
.btn--white:focus {
    background-color: #ffffff;
}

.cta_button.cta_button {
    background-color: #ffffff;
    background-image: none;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-size: 16px; 
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    color: #2f863f;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    position: relative;
    height: auto;
    margin-bottom: 24px; 
    margin-bottom: 2.4rem;
    margin-right: 0;
    
        
        
        
        
        
        
        
        
        padding: 12px 24px 12px 24px; 
        padding: 1.2rem 2.4rem 1.2rem 2.4rem;
    
    border: 1px solid #2f863f;
    border-radius: 1rem;
    display: inline-block;
    box-shadow: none;
    white-space: normal;
    appearance: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
    box-sizing: border-box;
}

.cta_button.cta_button:hover,
.cta_button.cta_button:focus {
    background-color: #ffffda;
}

.btn.btn--small {
    font-size: 16px; 
    font-size: 1.6rem;
    line-height: 22px; 
    line-height: 2.2008rem;
    padding-top: 7px; 
    padding-top: 0.7619047619047619rem;
    padding-bottom: 7px; 
    padding-bottom: 0.7058823529411765rem;
    padding-left: 15px; 
    padding-left: 1.5999999999999999rem;
    padding-right: 15px; 
    padding-right: 1.5999999999999999rem;
}

.btn.btn--large {
    font-size: 30px; 
    font-size: 3.0rem;
    line-height: 36px; 
    line-height: 3.5999999999999996rem;
    padding-top: 15px; 
    padding-top: 1.5999999999999999rem;
    padding-bottom: 13px; 
    padding-bottom: 1.3714285714285714rem;
    padding-left: 36px; 
    padding-left: 3.5999999999999996rem;
    padding-right: 36px; 
    padding-right: 3.5999999999999996rem;
}


/* Responsive embed */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
    height: auto; 
}

.main .embed-container {
    margin-bottom: 24px; 
    margin-bottom: 2.4rem;
}

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

/***************************************

    9. HEADER

****************************************/

.page-wrapper {
    overflow: hidden;
}

header.header {
    background: #ffffff;
    position: relative;
    margin-bottom: 11rem;
    padding-top: 1.8rem;
    padding-bottom: 0.2rem;
    z-index: 100;
}

header.header::after {
		content: '';
		background: url('//1572119.fs1.hubspotusercontent-na1.net/hubfs/1572119/LP-TYP_Images/2019/top-wave-dark@2x.png') no-repeat top center / 100% auto;
		position: absolute;
		top: 99.9%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		min-width: 193rem;
		min-height: 11rem;
    display: block;
}

.span3.logo #hs-link-logo img {
    max-width: 250px;
    width: 100%;
}


/***************************************

    13a. LANDING & THANK YOU PAGES

****************************************/

#hs-link-logo img {
    max-width: 250px;
}

.logo img {
    max-width: none;
    width: 100%;
}

#main {
    outline: 0;
}

.lp-content {
    background: #0e4d35 url('//1572119.fs1.hubspotusercontent-na1.net/hubfs/1572119/LP-TYP_Images/2019/gant-lines.png') no-repeat bottom 90px left / 50% auto;
    color: #ffffff;
    position: relative;
    margin-top: -11rem;
    padding-top: 13rem;
    padding-bottom: 16rem;
}

.lp-content::after {
		content: '';
		background: url('//1572119.fs1.hubspotusercontent-na1.net/hubfs/1572119/LP-TYP_Images/2019/banner-bottom-wave@2x.png') no-repeat bottom center / 100% auto;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		min-width: 180rem;
		height: 18rem;
		margin-bottom: -0.1rem;
		z-index: 10;
}

.lp-content--no-bg {
    background-image: none;
}

.lp-content--with-top {
    margin-top: 0;
}

.lp-content--with-top::before {
		content: '';
		background: url('//1572119.fs1.hubspotusercontent-na1.net/hubfs/1572119/LP-TYP_Images/2019/top-wave-dark@2x.png') no-repeat top center / 100% auto;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		min-width: 193rem;
		min-height: 11rem;
    display: block;
}

.lp-content h1,
.lp-content h2,
.lp-content h3,
.lp-content h4,
.lp-content h5,
.lp-content h6,
.lp-content a,
.lp-content blockquote {
    color: inherit;
}

.lp-cover-img img {
    width: 100% !important;
    display: block;
}

.lp-copy {
    padding-right: 4%;
    padding-bottom: 22rem;
}

.lp-form {
    color: #ffffff;
    position: relative;
    background: #0e4d35;
    
        
        
        
        
        
        
        
        
        padding: 24px 24px 24px 24px; 
        padding: 2.4rem 2.4rem 2.4rem 2.4rem;
    
    border: 3px solid #b7e37a;
    border-radius: 1rem;
}

.lp-form label .hs-form-required {
    color: #ffffff;
}

.lp-form input.hs-button {
    background-color: #ffffff;
    background-image: none;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-size: 16px; 
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    color: #2f863f;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    position: relative;
    height: auto;
    margin-bottom: 24px; 
    margin-bottom: 2.4rem;
    margin-right: 0;
    
        
        
        
        
        
        
        
        
        padding: 12px 24px 12px 24px; 
        padding: 1.2rem 2.4rem 1.2rem 2.4rem;
    
    border: 1px solid #2f863f;
    border-radius: 1rem;
    display: inline-block;
    box-shadow: none;
    white-space: normal;
    appearance: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
    width: 100%;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    border-width: 3px;
    border-color: #b7e37a;
    display: block;
}

.typ-columns {
    padding-top: 72px; 
    padding-top: 7.199999999999999rem;
}

.typ-columns .span6 {
    margin-bottom: 24px; 
    margin-bottom: 2.4rem;
}

.cta-row {
    background: #0e4d35 url('//1572119.fs1.hubspotusercontent-na1.net/hubfs/1572119/LP-TYP_Images/2019/gant-lines.png') no-repeat center right / 50% auto;
    color: #ffffff;
    position: relative;
    margin-top: 4.8rem;
    padding-top: 24.2rem;
    padding-bottom: 19.2rem;
}

.cta-row::before,
.cta-row::after {
		content: '';
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		min-width: 180rem;
}

.cta-row::before {
		background: url('//1572119.fs1.hubspotusercontent-na1.net/hubfs/1572119/LP-TYP_Images/2019/cta-row-wave-dark@2x.png') no-repeat top center / 100% auto;
		top: 0;
		height: 23rem;
		margin-top: -0.1rem;
}

.cta-row::after {
		background: url('//1572119.fs1.hubspotusercontent-na1.net/hubfs/1572119/LP-TYP_Images/2019/banner-bottom-wave@2x.png') no-repeat bottom center / 100% auto;
		bottom: 0;
		height: 18rem;
		margin-bottom: -0.1rem;
}

.cta-row .row-fluid {
    max-width: 92rem;
    margin-left: auto;
    margin-right: auto;
}

.cta-row h1,
.cta-row h2,
.cta-row h3,
.cta-row h4,
.cta-row h5,
.cta-row h6,
.cta-row a,
.cta-row li::before,
.cta-row blockquote {
		color: inherit;
}

.cta-row .span6 {
    margin-bottom: 24px; 
    margin-bottom: 2.4rem;
}

.cta-row p:last-child {
		margin-bottom: 0;
}

.cta-row__embed {
    margin-bottom: 0;
		padding: 0 4%;
}

.cta-row__embed:first-child {
    padding-left: 0;
}

/***************************************

    13a. LANDING & THANK YOU PAGES

****************************************/

.trade--show .hero--image .hero__img-wrapper:after {
    background: none;
}

.trade--show .trade-form.span8 {
    float: none;
    margin: 0 auto;
    margin-top: -500px; 
    margin-top: -50rem;
    background: #f9f0ea;
    
        
        
        
        
        
        
        
        
        padding: 30px 30px 30px 30px; 
        padding: 3rem 3rem 3rem 3rem;
    
}

.trade--show .trade-form.span8 p {
    color: #2f863f;
    font-size: 26px; 
    font-size: 2.6rem;
    line-height: 32px; 
    line-height: 3.2rem;
}

.trade--show .trade-form.span8 .hs-error-msgs li {
    max-width: none;
}

.trade--show .trade-form.span8 .hs-form-booleancheckbox label {
    padding-left: 20px; 
    padding-left: 2rem;
}

.trade--show .trade-form.span8 .hs-form-booleancheckbox label input[type="checkbox"] {
    margin-left: -20px; 
    margin-left: -2rem;
    margin-right: 6px; 
    margin-right: 0.6rem;
}

.trade--show .trade-form.span8 .hs-button.primary {
    background-color: #2f863f;
}


.announce .hero--image .hero__img-wrapper:after {
    background: none;
}

.announce .trade-form.span8 {
    float: none;
    margin: 0 auto;
    margin-top: -500px; 
    margin-top: -50rem;
    background: #f9f0ea;
    
        
        
        
        
        
        
        
        
        padding: 50px 50px 50px 50px; 
        padding: 5rem 5rem 5rem 5rem;
    
}

.announce .trade-form.span8 p {
    color: #2f863f;
    font-size: 22px; 
    font-size: 2.2rem;
    line-height: 34px; 
    line-height: 3.4rem;
}

.announce .trade-form.span8 .hs-error-msgs li {
    max-width: none;
}

.announce .trade-form.span8 .hs-form-booleancheckbox label {
    padding-left: 20px; 
    padding-left: 2rem;
}

.announce .trade-form.span8 .hs-form-booleancheckbox label input[type="checkbox"] {
    margin-left: -20px; 
    margin-left: -2rem;
    margin-right: 6px; 
    margin-right: 0.6rem;
}

.announce .trade-form.span8 .hs-button.primary {
    background-color: #2f863f;
}

.announce .trade-form.span8 .logo-wrapper {
    text-align: center;
    margin-bottom: 30px; 
    margin-bottom: 3rem;
}

.announce .trade-form.span8 .logo-wrapper img {
    max-width: 200px; 
    max-width: 20rem;
    
        
        
        
        
        
        
        
        
        margin: 0px 25px 0px 25px; 
        margin: 0rem 2.5rem 0rem 2.5rem;
    
}


@media handheld, only screen and (min-width: 90em) {
    .announce .trade-form.span8 {
        
        
        
        
        
        
        
        
        
        padding: 20px 20px 20px 20px; 
        padding: 2rem 2rem 2rem 2rem;
    
        margin-top: -600px; 
    margin-top: -60rem;
    }
}

/* 768px */
@media handheld, only screen and (max-width: 48em) {
    .trade--show .trade-form.span8 {
        
        
        
        
        
        
        
        
        
        padding: 20px 20px 20px 20px; 
        padding: 2rem 2rem 2rem 2rem;
    
        margin-top: -200px; 
    margin-top: -20rem;
    }
    
    .trade--show .row-fluid .span3.left.logo {
        float: none;
        margin: 5px auto;
        margin: 0.5rem auto 0;
        text-align: center;
    }
    
    .trade--show .row-fluid .span3.left.logo img {
        float: none;
        max-width: 200px; 
    max-width: 20rem;
        display: block;
        margin: 0 auto;
    }
    
    .announce .trade-form.span8 {
        
        
        
        
        
        
        
        
        
        padding: 20px 20px 20px 20px; 
        padding: 2rem 2rem 2rem 2rem;
    
        margin-top: -200px; 
    margin-top: -20rem;
    }
    
    .announce .row-fluid .span3.left.logo {
        float: none;
        margin: 5px auto;
        margin: 0.5rem auto 0;
        text-align: center;
    }
    
    .announce .row-fluid .span3.left.logo img {
        float: none;
        max-width: 200px; 
    max-width: 20rem;
        display: block;
        margin: 0 auto;
    }
}

/* 480px */
@media handheld, only screen and (max-width: 30em) {
    .trade--show .trade-form.span8 {
        
        
        
        
        
        
        
        
        
        padding: 20px 20px 20px 20px; 
        padding: 2rem 2rem 2rem 2rem;
    
        margin-top: -80px; 
    margin-top: -8rem;
    }

    .trade--show .trade-form.span8 p {
        color: #2f863f;
        font-size: 18px; 
    font-size: 1.8rem;
        line-height: 22px; 
    line-height: 2.2rem;
    }
    
    .announce .trade-form.span8 {
        
        
        
        
        
        
        
        
        
        padding: 20px 20px 20px 20px; 
        padding: 2rem 2rem 2rem 2rem;
    
        margin-top: -80px; 
    margin-top: -8rem;
    }

    .announce .trade-form.span8 p {
        color: #2f863f;
        font-size: 18px; 
    font-size: 1.8rem;
        line-height: 28px; 
    line-height: 2.8rem;
    }
}



/* DOUBLE MODULE LP */

.blog-offer .lp-content {
    margin-bottom: 30px; 
    margin-bottom: 3rem;
}

.blog-offer .lp-copy {
    padding-right: 40px; 
    padding-right: 4rem;
}

.lt-ie9 .blog-offer .blog-image img {
    max-width: none;
    width: 100%;
}

.center-content {
    margin: 0 auto;
    margin-top: 10px; 
    margin-top: 1rem;
    margin-bottom: 10px; 
    margin-bottom: 1rem;
    float: none;
    max-width: 46em;
    text-align: center;
}

.center-content.lp-cover-img {
    display: block;
    margin: 0 auto;
    margin-top: 20px; 
    margin-top: 2rem;
    margin-bottom: 20px; 
    margin-bottom: 2rem;
}

.center-content.lp-cover-img img {
    margin-bottom: 20px; 
    margin-bottom: 2rem;
}

.middle.center-content p {
    color: #2f863f;
}

@media handheld, only screen and (max-width: 48em) {
    .blog-image.right {
        float: none !important;
    }
    
    .blog-offer .lp-copy {
        margin-top: 30px; 
    margin-top: 3rem;
    }
}

/***************************************

    15. FOOTER

****************************************/

.footer {
    font-size: 14px; 
    font-size: 1.4000000000000001rem;
    line-height: 1.8;
    padding-top: 72px; 
    padding-top: 7.199999999999999rem;
    padding-bottom: 24px; 
    padding-bottom: 2.4rem;
}

.footer-logo {
		max-width: 18rem;
    margin-bottom: 36px; 
    margin-bottom: 3.5999999999999996rem;
}

.footer-logo img {
	  width: 100%;
}

.footer-about {
		max-width: 60rem;
}

.footer-about a {
  color: #652300;
  text-decoration: none;
}

.footer-about a:hover,
.footer-about a:focus {
  text-decoration: underline;
}

.cred-logos {
    margin-bottom: 24px; 
    margin-bottom: 2.4rem;
}

.cred-logos img {
    width: auto;
    height: 6rem;
    
        
        
        
        
        
        
        
        
        margin: 12px 24px 12px 0px; 
        margin: 1.2rem 2.4rem 1.2rem 0rem;
    
    display: inline-block;
}

.copyright {
    color: #652300;
    padding-top: 48px; 
    padding-top: 4.8rem;
		text-align: right;
}

/***************************************

    16. MY STYLES (MAY)

****************************************/

.span6.downloadForm p{
    max-width: 90%;
}

 .downloadForm label {
     color: #652300;
 }
 
 .contactForm label {
     color: #652300;
 }

.middleTitle {
   margin-top: 50px; 
    margin-top: 5rem;
   margin-bottom: 30px; 
    margin-bottom: 3rem;
}

.middleTitle h2 {
    color: #652300;
    font-weight: bold;
}

.hs_cos_wrapper_DownloadBrochure label{
    color: #fff !important;
    margin: 0;
}

.downloadForm {
    background-color: #F4E9E1;
    border-color: #E6CDBC;
    border-style: solid;
    border-width: 2px;
    text-align: left; 
    padding-top: 40px; 
    padding-top: 4rem;
    padding-bottom: 26px; 
    padding-bottom: 2.6rem;
    padding-right: 32px; 
    padding-right: 3.2rem;
    padding-left: 32px; 
    padding-left: 3.2rem; 
    display: flex; 
    margin-top: 125px; 
    margin-top: 12.5rem;
    overflow:auto;
}

  
  .openingParagraphs h1 {
    margin-top: 50px; 
    margin-top: 5rem;
    font-size: 45px; 
    font-size: 4.5rem;
    line-height: 50px; 
    line-height: 5rem;
    color: #2f863f; 
    font-weight: bold;
    padding-bottom: 24px; 
    padding-bottom: 2.4rem;
  }
  
    .openingParagraphs p{
       max-width: 95%;
    }
 
.afterApply h1{
    font-size: 45px; 
    font-size: 4.5rem;
    line-height: 50px; 
    line-height: 5rem;
    color: #2f863f
    font-weight: bold;
    padding-bottom: 24px; 
    padding-bottom: 2.4rem;
  }
  
  .afterApply p{
       max-width: 95%;
  }
  
.contactForm {
    background-color: #F4E9E1;
    border-color: #E6CDBC;
    border-style: solid;
    border-width: 2px;
    text-align: left; 
    padding-right: 32px; 
    padding-right: 3.2rem;
    padding-left: 32px; 
    padding-left: 3.2rem; 
    padding-top: 40px; 
    padding-top: 4rem;
    padding-bottom: 26px; 
    padding-bottom: 2.6rem;
    display: flex; 
    overflow:auto;
}

.afterApply img {
    width: 95% !important;
    margin-bottom: 20px; 
    margin-bottom: 2rem;
}
  
.bottomContent {
    margin-bottom: 100px; 
    margin-bottom: 10rem;
}

/***************************************

    16. MEDIA QUERIES

****************************************/

@media handheld, only screen and (min-width: 90em) {

    html {
		  font-size: 70%;
	  }

}

/* 768px */
@media handheld, only screen and (max-width: 48em) {
    .logo.logo {
        width: 100%;
        max-width: 16rem;
        margin-bottom: 24px; 
    margin-bottom: 2.4rem;
    }
    
    .lp-cover-img img {
        display: block;
        width: 100%;
        max-width: 28rem;
        margin: 0 auto 20px;
    }
    
    .afterApply p {
        max-width: 100% !important;
    }

    .openningParagraphs {
        max-width: 100%;
    }
    
    .downloadForm {
        margin-top: 0; 
    }
    
    .afterApply img {
        width: 100% !important;
    }
    
    .contactForm {
        margin-left: 0 !important;
    }
  
    .lp-content {
        background-image: none;  
    }
  
    .lp-copy {
        padding-bottom: 0;
    }
  
    .copyright {
        padding-top: 24px; 
    padding-top: 2.4rem;
        text-align: inherit;
    }
  
    .cta-row {
        background-image: none; 
    }
  
    .cta-row__embed {
        padding-left: 0;
    }
}

/* 480px */
@media handheld, only screen and (max-width: 30em) {
    form.hs-form input[type="text"],
    form.hs-form input[type="email"], 
    form.hs-form select, 
    form.hs-form textarea, 
    form.hs-form .email-correction, 
    form.hs-form .email-validation {
        width: 100% !important;
    }

    .hs-form fieldset.form-columns-2 .hs-form-field .input {
        margin-right: 16px;
    }
    
    .trade-form .hs-form fieldset.form-columns-2 .hs-form-field .input {
        margin-right: 0;
    }
    
    .trade-form fieldset.form-columns-2 .hs-form-field {
        width: 100%!important;
    }
}

/* 300px */
@media handheld, only screen and (max-width: 19em) {
    form.hs-form input[type="text"],
    form.hs-form input[type="email"], 
    form.hs-form select, 
    form.hs-form textarea, 
    form.hs-form .email-correction, 
    form.hs-form .email-validation {
        width: 100% !important;
    }
}