/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/* You will see it included in the source of every page as                  */
/* 'custom/styles/default/hs_default_custom_style.css'                      */
/****************************************************************************/

/*============================================

Incorporating: 

Eric Meyer's CSS Reset
• http://meyerweb.com/eric/tools/css/reset
• v2.0 | 20110126
• License: none (public domain)

&

Normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css

============================================*/



/*Overarching*/
*, 
*:before, 
*:after { 
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, progress, ruby, section, summary,
time, mark, audio, video { 
    border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html { 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	line-height: 1;
}

/*HTML5 Elements*/
article, aside, details, figcaption, figure, footer, 
header, hgroup, main, menu, nav, section, summary { 
	display: block;
}
audio:not([controls]) { 
	display: none;
	height: 0;
}
blockquote, 
q { 
	quotes: none;
}
blockquote:before, blockquote:after, 
q:before, q:after { 
	content: '';
	content: none;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*Other Elements*/
b, 
strong { 
    font-weight: 700;    
}
em { 
    font-style: italic;
}
.list--reset { 
	list-style: none;
    margin: 0;
    padding: 0;
}
table { 
	border-collapse: collapse;
	border-spacing: 0;
}
.link__image { 
    display: block;
    height: auto;
    width: 100%;
}
img { 
	border: 0;
}
svg:not(:root) {
  overflow: hidden;
}

/*Typography*/
/*~Headlines~*/
h1, h2, h3, 
h4, h5, h6 { 
	line-height: 1.1;
	margin: 0;
}
/*~Text~*/
p { 
	font-size: 1em;
}
/*~Links~*/
a, 
button { 
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}
button { 
	text-transform: none;
}

/*Forms*/ 
/*~Placeholders~*/
::-webkit-input-placeholder { 
	line-height: 1.4;
}
:-moz-placeholder { 
	opacity: 1;
}
::-moz-placeholder { 
	opacity: 1;
}
/*~All Fields~*/
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input, 
select, 
textarea { 
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}
/*~Inputs & Textareas~*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/*~Dropdowns & Options~*/
select { 
	text-transform: none;
}



/*----------------------------------------------

GLOBAL  |   BRAND

----------------------------------------------*/

/*Garamond*/
@font-face {
    font-family: "Garamond";
    src: url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/garamond-regular-eot");
    src: url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/garamond-regular-svg.svg") format("svg"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/garamond-regular-eot#iefix") format("eot"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/garamond-regular-woff.woff") format("woff"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/garamond-regular-ttf.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*Brandon Grotesque*/
/*~Regular~*/
@font-face {
    font-family: "Brandon Grotesque Regular";
    src: url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/brandon-regular-eot");
    src: url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/brandon-regular-svg.svg") format("svg"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/brandon-regular-eot#iefix") format("eot"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/brandon-regular-woff.woff") format("woff"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/brandon-regular-ttf.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
/*~Regular~*/
@font-face {
    font-family: "Brandon Grotesque Bold";
    src: url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/brandon-bold-eot");
    src: url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/brandon-bold-svg.svg") format("svg"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/brandon-bold-eot#iefix") format("eot"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/brandon-bold-woff.woff") format("woff"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/brandon-bold-ttf.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Brandon Grotesque Light";
    src: url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/brandon-light-eot");
    src: url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/brandon_light-webfont.svg") format("svg"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/brandon-light-eot#iefix") format("eot"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/brandon-light-woff.woff") format("woff"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/brandon-light-ttf.ttf") format("truetype");
    font-weight: light;
    font-style: normal;
}


/*Walsheim*/
@font-face {
    font-family: "Walsheim";
    src: url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/gt-walsheim-regular-eot");
    src: url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/gt-walsheim-regular-svg.svg") format("svg"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/gt-walsheim-regular-eot#iefix") format("eot"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/gt-walsheim-regular-woff.woff") format("woff"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/gt-walsheim-regular-ttf.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Walsheim";
    src: url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/gt-walsheim-bold-eot");
    src: url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/gt-walsheim-bold-svg.svg") format("svg"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/gt-walsheim-bold-eot#iefix") format("eot"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/gt-walsheim-bold-woff.woff") format("woff"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/gt-walsheim-bold-ttf.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Walsheim";
    src: url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/gt-walsheim-light-eot");
    src: url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/gt-walsheim-light-svg.svg") format("svg"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/gt-walsheim-light-eot#iefix") format("eot"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/gt-walsheim-light-woff.woff") format("woff"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/gt-walsheim-light-ttf.ttf") format("truetype");
    font-weight: light;
    font-style: normal;
}

@font-face {
    font-family: "Walsheim";
    src: url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/gt-walsheim-light-eot");
    src: url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/gt-walsheim-light-svg.svg") format("svg"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/gt-walsheim-light-eot#iefix") format("eot"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/gt-walsheim-light-woff.woff") format("woff"),
         url("//1687417.fs1.hubspotusercontent-na1.net/hubfs/1687417/Axiom_Brand_Files/Fonts/gt-walsheim-light-ttf.ttf") format("truetype");
    font-weight: light;
    font-style: normal;
}


/*Typography*/






/*Colors*/
  /*Same as #FF5A2D*/
        /*Same as #1C222E*/
      /*Same as #5B6471*/
       /*Same as #A3ABB7*/
     /*Same as #ECF0F0*/
       /*Same as #FFFFFF*/



/*----------------------------------------------

GLOBAL  |   HELPER CLASSES

----------------------------------------------*/

/*Text Colors*/
.text--transparent,
.text__hover--transparent:hover,
.link__hover--transparent a:hover {
    color: transparent;
}
.text--white,
.text__hover--white:hover,
.link__hover--white a:hover {
    color: #fff;
}
.text--pale,
.text__hover--pale:hover,
.link__hover--pale a:hover {
    color: #F1F1F1;
}
.text--light,
.text__hover--light:hover,
.link__hover--light a:hover {
    color: #CCC;
}
.text--medium,
.text__hover--medium:hover,
.link__hover--medium a:hover {
    color: #777;
}
.text--dark,
.text__hover--dark:hover,
.link__hover--dark a:hover {
    color: #333;
}
.text--primary,
.text__hover--primary:hover,
.link__hover--primary a:hover {
    color: #DD5626;
}

/*Background Colors*/
.background--transparent,
.background__hover--transparent:hover {
    background-color: transparent;
}
.background--white,
.background__hover--white:hover {
    background-color: #fff;
}
.background--pale,
.background__hover--pale:hover {
    background-color: #F1F1F1;
}
.background--light,
.background__hover--light:hover {
    background-color: #CCC;
}
.background--medium,
.background__hover--medium:hover {
    background-color: #777;
}
.background--dark,
.background__hover--dark:hover {
    background-color: #333;
}
.background--primary,
.background__hover--primary:hover {
    background-color: #DD5626;
}

/*Font Weights*/
.is-light {
    font-weight: 300;
}
.is-regular {
	font-weight: 400;
}
.is-semibold {
	font-weight: 600;
}
.is-bold {
	font-weight: 700;
}
.is-black {
	font-weight: 900;
}

/*Font Styles*/
.is-regular-italic {
	font-style: italic;
}

/*Font Cases*/
.is-uppercase {
	text-transform: uppercase;
}
.is-lowercase {
	text-transform: lowercase;
}
.is-capitalized {
	text-transform: capitalize;
}

/*White Space*/
.nowrap {
	white-space: nowrap;
}
.is-hyphenated {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/*Visibility*/
.is-invisible {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    color: transparent;
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

/*Containers*/
.container {
    position: relative;
}
.container--content {
    margin: 0 auto;
    max-width: 75em;
    position: relative;
    width: 92%;
}

/*Shapes*/

/*~*/
.has-arrow-to-next-section:after {
    border-left: 1.25em solid transparent;
    border-right: 1.25em solid transparent;
    border-top-style: solid;
    border-top-width: 1.25em;
    bottom: -1.25em;
	content: "";
	display: inline-block;
	left: calc(50% - 1.25em);
	position: absolute;
    z-index: 10;
}
/*.has-arrow-to-next-section {
    padding: 4.25em 0 3em;
}*/
.has-arrow-to-next-section.background--white:after {
    border-top-color: #fff;
}
.has-arrow-to-next-section.background--pale:after {
    border-top-color: #F1F1F1;
}
.has-arrow-to-next-section.background--light:after {
    border-top-color: #CCC;
}
.has-arrow-to-next-section.background--medium:after {
    border-top-color: #777;
}
.has-arrow-to-next-section.background--dark:after {
    border-top-color: #333;
}
.has-arrow-to-next-section.background--primary:after {
    border-top-color: #DD5626;
}



/*----------------------------------------------

GLOBAL  |   DEFAULT

----------------------------------------------*/

/*Page Structure*/
body {
    color: #333;
    font-family: Garamond, Georgia, serif;
    font-size-adjust: none;
    overflow-x: hidden;
    position: relative;
	text-rendering: geometricPrecision;
    -ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
}
.main__section {
    position: relative;
}
.main__section--with-padding {
    padding: 3em 0;
}

/*Headlines*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Brandon Grotesque Regular', Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0;
}
.headline--big-n-bold {
    background: #DD5626;
    color: #fff;
    display: inline-block;
    font-family: 'Brandon Grotesque Bold', Helvetica, Arial, sans-serif;
    font-size: 4em;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.042em;
    line-height: 1;
    max-width: 100%;
    padding: 0.25em 7% 0.15em;
    text-indent: -0.21em;
    text-transform: uppercase;
}

/*Text*/
p {
    font-size: 1.125em;
    line-height: 1.5;
    margin: 0;
}
p + p {
    margin-top: 1em;
}
.text--axiom-accent,
#copyright {
    font-family: 'Brandon Grotesque Bold', Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
}
/*CTA Buttons*/
a.cta_button,
.button--cta {
    -webkit-border-radius: 2em !important;
    -moz-border-radius: 2em !important;
    border-radius: 2em !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-family: 'Brandon Grotesque Bold', Helvetica, Arial, sans-serif !important;
    font-size: 1em !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    line-height: 1 !important;
    max-width: 100%;
    padding: 0.75em 1.75em !important;
    text-align: center !important;
    text-transform: uppercase !important;
    -webkit-transition: inherit !important;
    -moz-transition: inherit !important;
    -ms-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important;
}
a.cta_button span,
.button--cta span {
    display: inline-block;
    vertical-align: middle;
}
/* a.cta_button:after,
.button--cta:after {
    border-bottom: 0.25em solid transparent;
    border-left-style: solid;
    border-left-width: 0.5em;
    border-top: 0.25em solid transparent;
    content: "";
    display: inline-block;
    margin-bottom: 0.05em;
    margin-left: 0.25em;
    vertical-align: middle;
} */
a.cta_button.button--pale,
.button--cta.button--pale {
    background: #F1F1F1 !important;
}
    a.cta_button.button--pale:hover,
    .button--cta.button--pale:hover {
        background: #DD5626 !important;
    }
a.cta_button.button--pale span,
.button--cta.button--pale span {
    color: #DD5626 !important;
}
    a.cta_button.button--pale:after,
    .button--cta.button--pale:after {
        border-left-color: #DD5626;
        color: #DD5626;
    }
    a.cta_button.button--pale:hover span,
    .button--cta.button--pale:hover span,
    a.cta_button.button--pale:hover:after,
    .button--cta.button--pale:hover:after {
        color: #fff !important;
    }
    a.cta_button.button--pale:hover:after,
    .button--cta.button--pale:hover:after {
        border-left-color: #fff;
    }
a.cta_button.button--primary,
.button--cta.button--primary {
    background: #DD5626 !important;
}
    a.cta_button.button--primary:hover,
    .button--cta.button--primary:hover {
        background: #333 !important;
    }
a.cta_button.button--primary span,
.button--cta.button--primary span {
    color: #fff !important;
}
    a.cta_button.button--primary:after,
    .button--cta.button--primary:after {
        border-left-color: #fff;
        color: #fff;
    }
    a.cta_button.button--primary:hover span,
    .button--cta.button--primary:hover span,
    a.cta_button.button--primary:hover:after,
    .button--cta.button--primary:hover:after {
        color: #fff !important;
    }
/*Links*/
a {
    text-decoration: none;
}
.menu__link,
.button,
input[type="submit"],
button[type="submit"] {
    font-family: 'Brandon Grotesque Bold', Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
    /*.masthead .menu__link:hover {
        color: #DD5626;
    }*/
    footer .menu__link:hover,
    footer .menu__link--social:hover {
        color: #777;
    }
.button,
input[type="submit"],
button[type="submit"] {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    padding: 0.85em 1.75em 0.65em;
    text-align: center;
}
.button--primary,
/*a.cta_button,*/
input[type="submit"],
button[type="submit"] {
    background: #DD5626;
    color: #fff;
}
    .button--primary,
    input[type="submit"]:hover,
    button[type="submit"]:hover {
        background: #333;
    }
.button--medium {
    background: #777;
    color: #DD5626;
}
    .button--medium:hover
        /*background: #DD5626;
        color: #fff;*/
    }
.button--pale {
    background: #F1F1F1;
    color: #DD5626;
}
    .button--pale:hover {
        background: #DD5626;
        color: #fff;
    }
.menu__link--social {
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 2em;
    outline: 1px solid transparent;
    width: 2em;

    border-color: inherit;
    border-style: solid;
    border-width: 2px;
    color: inherit;
    display: block;
    font-size: 1.25em;
    position: relative;
    text-align: center;
}
.menu__link--social:hover {
    border-color: inherit;
}
    .menu__link--social .fa {
        display: block;
        bottom: 0;
        font-size: inherit;
        height: 1.05em;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 0.8em;
    }
footer .menu__link--social {
    font-size: inherit;
}
footer .menu__link--social:hover {
    border-color: #777;
}

/*Menus*/
.content--menu {
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
    .menu--aligned-right {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
    }
    .menu--aligned-center {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
.menu {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    width: 100%;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    margin-right: 2em;
}
.menu__item {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
}
.menu__item + .menu__item {
    margin-left: 2em;
}
.menu__item--social + .menu__item--social {
    margin-left: 0.5em;
}

/*Forms*/
/*~Placeholders~*/
:-moz-placeholder {
    opacity: 1;
}
::-moz-placeholder {
    opacity: 1;
}
/*~Labels~*/
label {
    color: #777;
    display: block;
    font-family: 'Brandon Grotesque Bold', Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0.4em;
    text-transform: uppercase;
    width: 100%;
}
.hs-form-required {
    color: #DD5626;
    font-size: 1.25em;
    position: relative;
    top: 0.14em;
}
/*~Error Messages~*/
.hs-error-msgs {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hs-error-msgs label {
    color: #DD5626;
    font-family: 'Brandon Grotesque Regular', Helvetica, Arial, sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    letter-spacing: normal;
    padding: 0 0.75em;
    text-transform: none;
}
/*~Structure~*/
form > div {
    margin-top: 1em;
}
/*~Reset for HubSpot Multi-Column Layout~*/
.hs-form fieldset {
    margin: 1em 0 0 !important;
}
.hs-form fieldset {
    max-width: 100% !important;
}
.hs-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}
.hs-form fieldset.form-columns-1 .input,
.hs-form fieldset.form-columns-2 .input {
    margin-right: 0 !important;
}
.hs-form fieldset.form-columns-2 .hs-form-field {
    display: inline-block;
    float: none !important;
    width: 48.5% !important;
    vertical-align: top;
}
.hs-form fieldset.form-columns-2 .hs-form-field:nth-child(even) {
    margin-left: 3%;
}
.hs_submit {
    text-align: left /*right*/;
}
/*~All Fields~*/
input,
textarea,
select,
button[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
input,
textarea,
select {
    font-family: 'Brandon Grotesque Regular', Helvetica, Arial, sans-serif;
}
/*~Inputs & Textareas~*/
input:not([type="submit"]),
textarea {
    background: #F1F1F1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
    font-size: 1.125em;
    line-height: 1.3;
    padding: 0.65em 0.75em 0.55em;
    width: 100%;
}
@-moz-document url-prefix() {
    input:not([type="submit"]),
    textarea {
        line-height: 1.5;
    }
}
textarea {
	resize: none;
}
/*~Dropdowns & Options~*/
.has-dropdown {
    position: relative;
}
.has-dropdown:after {
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid ;
    bottom: 0;
    content: "";
    display: inline-block;
    font-size: 1.125em;
    height: 0.3em;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 1.5em;
    top: 0;
}
select {
    background: #F1F1F1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	cursor: pointer;
    display: block;
    font-size: 1.125em;
    line-height: 1.3;
    padding: 0.65em 3.5em 0.55em 0.75em;
	text-indent: 0.01px;
    text-overflow: '';
    width: 100%;
}
select::-ms-expand {
    display: none;
}
@-moz-document url-prefix() {
    .has-dropdown:after {
        display: none;
    }
    select {
        -moz-appearance: menulist;
        padding: 0.65em 0.7em 0.55em 0.5em;
    }
}
select.has-value-selected,
option,
optgroup,
optgroup option:first-child {
    color: #333;
}
select,
option:first-child {
    color: rgba(51, 51, 51, 0.4);
}
/*~Checkboxes & Radio Buttons~*/
input[type="checkbox"],
input[type="radio"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
input[type="checkbox"]+label:hover:before,
input[type="checkbox"]:checked+label:before,
input[type="checkbox"]:checked+label:hover:before,
input[type="radio"]+label:hover:before,
input[type="radio"]:checked+label:before,
input[type="radio"]:checked+label:hover:before {
	font-family: FontAwesome;
	font-weight: normal;
}
input[type="checkbox"]+label:before {
    background: #fff;
    color: rgba(51,51,51,0);
    display: block;
    font-size: 1.5em;
    line-height: 1.3;
    max-height: 1.875em;
    padding: 0.28em 0;
    text-align: center;
    vertical-align: middle;
    width: 1.836em;
}
input[type="checkbox"]+label:hover:before {
    color: rgba(51,51,51,0.4);
}
input[type="checkbox"]:checked+label:before,
input[type="checkbox"]:checked+label:hover:before {
    color: rgba(51,51,51,1);
}
input[type="checkbox"]+label:before,
input[type="checkbox"]:checked+label:before,
input[type="checkbox"]:checked+label:hover:before {
    content: "\f00c";
}
input[type="checkbox"]+label {
    color: #1C222E;
    cursor: pointer;
    display: table;
    font-family: 'Brandon Grotesque Bold', Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    font-weight: 700;
    padding-right: 0;
    text-align: left;
    width: 100%;
}
.checkbox__label .label__text {
    color: #1C222E;
    display: table-cell;
    font-size: 1em;
    line-height: 1.4;
    padding-left: 0.5em;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

/*Masthead*/
.masthead {
    padding: 2em 0;
    width: 100%;
    z-index: 100;
}
.masthead .menu__link {
    font-size: 0.875em;
}
.logo--primary {
    display: block;
    height: 3.063em /*49px*/;
    width: 9.375em /*150px*/;
}

/*Sections*/
/*~Full-Width Images~*/
.has-full-width-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 25em;
}
.is-parallax-window {
    background: transparent;
}

/*Footer*/
footer {
    font-family: 'Brandon Grotesque Bold', Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    padding: 1em 0;
    text-transform: uppercase;
}
footer .container--content {
    max-width: 100em;
}



/*----------------------------------------------

GLOBAL  |   SMALLER-WIDTH SCREENS

----------------------------------------------*/

@media only screen and (max-width: 600px) {

/*Masthead*/
.masthead .content--menu {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.masthead .menu {
    display: none;
}

/*Footer*/
footer {
    text-align: center;
}
footer .content--menu,
#copyright {
    display: block;
}
footer .menu {
    display: none;
    /*margin-bottom: 1.5em;*/
}
/*footer .menu__item {
    margin-right: -5px;
}
footer .menu__item + .menu__item:before {
    color: #DD5626;
    content: "•";
    display: inline-block;
    font-size: 1.5em;
    line-height: 0.45;
    margin-right: -5px;
    padding: 0 1em;
    vertical-align: -0.045em;
}
footer .menu__item + .menu__item {
    margin-left: 0;
}*/

@media only screen and (max-width: 400px) {

/*Form*/
/*~Reset for HubSpot Multi-Column Layout~*/
.hs-form fieldset.form-columns-2 .hs-form-field {
    display: block;
    width: 100% !important;
}
.hs-form fieldset.form-columns-2 .hs-form-field:nth-child(even) {
    margin-left: 0;
    margin-top: 1em;
}

}

@media screen and (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {

/*Form*/
form.hs-form .form-columns-2 .hs-form-field .hs-input,
form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
}

}


/** ADDED **/
header.header--standard {
  background: #FFFFFF;
  height: 75px;
  padding: 20px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.header-left--standard {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  width: 100%;
}

.header-left--standard nav a {
  color: #A7A9AC;
  font-size: 0.688em;
  font-family: "Brandon Grotesque Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header-left--standard nav a:hover {
  color: #47474A;
}

.header-right--standard img {
  height: 50px;
}

@media (max-width: 480px) {
  header.header--standard {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .header-left--standard {
    display: none;
  }
  .header-right--standard {
    text-align: center;
  }
}