/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
/* These includes are optional, but helpful. */
/* 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;
}





/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*
 * == Cardinal Stylus ==========================================================
 * MIT License | https://github.com/badlydrawnrob/cardinal-stylus
 * == Ported from Cardinal CSS: http://bit.ly/2iDzOZi ==========================
 */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
b,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
menu,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
}
iframe {
  border: 0;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
html {
  height: 100%;
  color: rgba(0,0,0,0.87);
  font-family: 'Arial', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  overflow-y: scroll;
}
body {
  min-height: 100%;
}
blockquote,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
menu,
ol,
p,
pre,
summary,
table,
ul {
  margin-bottom: 1.5rem;
}
caption,
p,
table,
td,
textarea,
th {
  word-wrap: break-word;
  hyphens: auto;
}
blockquote {
  color: rgba(0,0,0,0.54);
  font-style: normal;
  margin-left: 1.5rem;
  padding-left: 1.5rem;
  border-left: 0.75rem solid rgba(0,0,0,0.12);
}
blockquote p {
  margin: 0;
}
blockquote p + p {
  margin-top: 1.5rem;
}
blockquote cite {
  font-style: normal;
  font-size: 1rem;
  color: rgba(0,0,0,0.38);
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a {
  color: rgba(0,0,0,0.38);
}
button,
input[type="button"],
input[type="submit"] {
  display: inline-block;
  margin: 0.375rem 0.5rem;
  padding: 0.5rem;
  min-width: 4rem;
  color: inherit;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  line-height: 1.428571428571429;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 0 none;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background-color: #f5f5f5;
}
button:active,
input[type="button"]:active,
input[type="submit"]:active {
  background-color: #e0e0e0;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
button:active:focus,
input[type="button"]:active:focus,
input[type="submit"]:active:focus {
  outline: 0 none;
}
button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled {
  color: rgba(0,0,0,0.38);
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  text-shadow: none;
}
code,
kbd,
pre,
samp {
  font-family: 'Consolas', 'Monaco', 'Andale Mono', monospace;
  font-size: 0.875rem;
  font-style: normal;
}
code {
  margin: 0;
  padding: 0.25rem;
  white-space: nowrap;
  border-radius: 0.25rem;
  background-color: rgba(0,0,0,0.12);
}
kbd {
  position: relative;
  top: -1px;
  margin-bottom: 1px;
  padding: 0.25rem;
  white-space: nowrap;
  border-radius: 0.25rem;
  background-color: rgba(0,0,0,0.12);
  box-shadow: 0 1px 0 rgba(0,0,0,0.38), inset 0 0 0 1px #fff;
}
pre {
  position: relative;
  overflow: auto;
  padding: 1.125rem;
  white-space: pre;
  word-wrap: normal;
  word-break: normal;
  tab-size: 4;
  hyphens: none;
  background: rgba(0,0,0,0.12);
}
pre code {
  display: block;
  overflow: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  white-space: pre;
  color: inherit;
  border: none;
  border-radius: 0;
  background: transparent;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
audio,
canvas,
video {
  width: 100%;
}
embed,
img,
object,
video {
  max-width: 100%;
  height: auto;
}
embed,
object {
  height: 100%;
}
figure {
  margin-right: auto;
  margin-left: auto;
}
figure > img {
  display: block;
}
figcaption {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  font-style: normal;
}
img {
  font-style: italic;
  -ms-interpolation-mode: bicubic;
}
button,
html input[type="button"],
input[type="checkbox"],
input[type="file"],
input[type="image"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
label,
select {
  cursor: pointer;
}
input[type="color"],
input[type="range"] {
  vertical-align: middle;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  display: inline-block;
  width: auto;
}
input[type="file"] {
  max-width: 100%;
  cursor: pointer;
}
input[type="search"] {
  box-sizing: border-box;
  appearance: none;
}
input[type="submit"],
input[type="button"],
input[type="image"],
input[type="reset"],
select {
  border-radius: 0;
}
legend {
  font-weight: 700;
  width: 100%;
  padding: 0;
  color: #000;
  border: 0;
}
textarea {
  max-width: 100%;
  height: auto;
  resize: vertical;
}
h1 {
  margin-bottom: 2.25rem;
  font-weight: normal;
  font-size: 3.5rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: normal;
}
h2 {
  margin-bottom: 1.5rem;
  font-weight: normal;
  font-size: 2.8125rem;
  line-height: 1.066666666666667;
  text-transform: none;
  letter-spacing: normal;
}
h3 {
  margin-bottom: 2rem;
  font-weight: normal;
  font-size: 2.125rem;
  line-height: 1.176470588235294;
  text-transform: none;
  letter-spacing: normal;
}
h4 {
  margin-bottom: 1rem;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.333333333333333;
  text-transform: none;
  letter-spacing: normal;
}
h5 {
  margin-bottom: 1.125rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: normal;
}
h6 {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: normal;
}
hr {
  display: block;
  padding: 0;
  border: 0;
  border-top: 0.25rem solid rgba(0,0,0,0.12);
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin: 0;
}
ol li,
ul li {
  margin-left: 1.5rem;
}
ol {
  list-style: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ol ol,
ul ol,
ol ul,
ul ul {
  margin-bottom: 0;
}
@media print {
  * {
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  blockquote,
  pre {
    border: 1px solid rgba(0,0,0,0.12);
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  thead {
    display: table-header-group;
  }
}
table {
  width: 100%;
  empty-cells: show;
}
th,
tfoot td {
  text-align: left;
}
th,
td {
  overflow: visible;
}
abbr,
acronym,
dfn[title] {
  cursor: help;
}
abbr a {
  text-decoration: none;
}
acronym {
  text-transform: uppercase;
}
del {
  font-style: normal;
  text-decoration: line-through;
  color: rgba(0,0,0,0.38);
}
details {
  cursor: pointer;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin: 0;
}
em,
i,
cite {
  font-style: italic;
}
ins,
mark {
  color: inherit;
  text-decoration: none;
  background: #ff9;
}
html {
  color: #173456;
  font-family: 'europa', 'Arial', sans-serif;
}
caption,
p,
table,
td,
textarea,
th {
  hyphens: none;
}
a {
  color: #36a9e0;
}
a:hover,
a:active,
a:focus {
  color: #173456;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  position: relative;
  width: 100%;
  margin: 0.5rem 0;
  padding: 1rem 1.5rem;
  color: #36a9e0;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  letter-spacing: normal;
  border: 0.0625rem solid #e0e0e0;
}
input::placeholder {
  color: #36a9e0;
}
input:focus::placeholder {
  color: transparent;
}
textarea::placeholder {
  color: #36a9e0;
}
select {
  height: 3rem;
  padding: 0 1rem 0 1rem;
  color: initial;
  border-color: #e0e0e0;
  box-shadow: none;
}
@media (min-width: 840px) {
  select {
    color: #36a9e0;
  }
}
input[type="submit"],
input[type="button"] {
  display: inline-block;
  margin: 0.5rem 0;
  padding: 0.5rem;
  width: 100%;
  color: #fff;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: normal;
  line-height: 1.714285714285714;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  background-color: #36a9e0;
  border: 0 none;
  border-radius: none;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="submit"]:active,
input[type="button"]:active {
  color: #fff;
  background-color: #173456;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
input[type="submit"]:active:focus,
input[type="button"]:active:focus {
  outline: 0 none;
}
h1 {
  margin-bottom: 1.5rem;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 2.8125rem;
  line-height: 1.066666666666667;
  text-transform: none;
  letter-spacing: normal;
}
h2 {
  margin-bottom: 2rem;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.176470588235294;
  text-transform: none;
  letter-spacing: normal;
}
h3 {
  margin-bottom: 1rem;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.333333333333333;
  text-transform: none;
  letter-spacing: normal;
}
h4 {
  margin-bottom: 1.125rem;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: normal;
}
h5 {
  margin-bottom: 1.125rem;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: normal;
}
h6 {
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: normal;
}
.gl-Button {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0.5rem;
  min-width: 8rem;
  color: #fff;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  text-transform: normal;
  text-decoration: none;
  letter-spacing: normal;
  line-height: 1.714285714285714;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  background-color: #36a9e0;
  border: 0 none;
  border-radius: none;
}

.row-fluid .new-footer .gl-Wrapper_Center { padding: 0 0 0 30px; }

@media (min-width: 840px) {
  .gl-Button {
    margin-left: 0;
  }
}
.gl-Button:hover,
.gl-Button:focus,
.gl-Button:active {
  color: #fff;
  background-color: #173456;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.gl-Button:active:focus {
  outline: 0 none;
}
.gl-Button-primary {
  background-color: #173456;
}
.gl-Button-tertiary {
  background-color: #c6d54f;
}
.gl-Button-tertiary:hover,
.gl-Button-tertiary:focus,
.gl-Button-tertiary:active {
  background-color: #becf37;
}
.gl-Button-large {
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 1rem;
}
.gl-Button-full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.gl-ButtonOutline {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0.5rem;
  min-width: 8rem;
  color: #173456;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  letter-spacing: normal;
  line-height: 1.714285714285714;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  border: 0 none;
  border-radius: none;
  box-shadow: inset 0 0 0 0.0625rem #173456;
}
@media (min-width: 840px) {
  .gl-ButtonOutline {
    margin-left: 0;
  }
}
.gl-ButtonOutline:hover,
.gl-ButtonOutline:focus,
.gl-ButtonOutline:active {
  color: #fff;
  background-color: #173456;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.gl-ButtonOutline:active:focus {
  outline: 0 none;
}
.gl-ButtonOutline-white {
  color: #fff;
  box-shadow: inset 0 0 0 0.0625rem;
}
.gl-ButtonOutline-tertiary {
  color: #c6d54f;
  box-shadow: inset 0 0 0 0.0625rem #c6d54f;
}
.gl-ButtonOutline-tertiary:hover,
.gl-ButtonOutline-tertiary:focus,
.gl-ButtonOutline-tertiary:active {
  background-color: #becf37;
}
.gl-ButtonOutline-large {
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 1rem;
}
.gl-ButtonOutline-full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.gl-ButtonRound {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 7.5rem;
  height: 7.5rem;
  padding: 1rem;
  color: #fff;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: normal;
  line-height: 1.428571428571429;
  vertical-align: middle;
  white-space: pre-wrap;
  cursor: pointer;
  background-color: #173456;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  overflow: auto;
}
.gl-ButtonRound:hover,
.gl-ButtonRound:focus,
.gl-ButtonRound:active {
  color: #fff;
  background-color: #173456;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.gl-ButtonRound:active:focus {
  outline: 0 none;
}
.gl-ButtonRound-large {
  width: 12rem;
  height: 12rem;
}
.copyright {
  padding: 1rem 0;
  color: #36a9e0;
  font-size: 0.875rem;
  text-align: center;
  background: #173456;
}
.copyright_Note {
  color: #fff;
}
.copyright_Link {
  color: #fff;
  text-decoration: none;
}
.copyright_Link:hover,
.copyright_Link:focus,
.copyright_Link:active {
  color: #fff;
  text-decoration: underline;
}
.copyright_Divider {
  margin: 0 0.5rem;
}
.evaluagent {
  text-align: center;
}
@media (min-width: 840px) {
  .evaluagent {
    text-align: left;
  }
}
.evaluagent-Logo {
  margin-bottom: 1rem;
}
.evaluagent-Contact {
  list-style: none;
}
.evaluagent-Contact_Number {
  margin: 0;
  font-weight: 700;
}
.evaluagent-Contact_Location {
  margin: 0;
}
.evaluagent-Contact_Location-newcastle {
  font-weight: 700;
}
.evaluagent-Contact_Link {
  text-decoration: none;
}
.gl-Footer {
  margin: 3rem 0 1.5rem;
  padding: 1rem 1rem 0;
  border-top: 0.0625rem solid #36a9e0;
}
@media (min-width: 840px) {
  .gl-Footer {
    padding: 3rem 1rem 1.5rem;
  }
}
.blog .gl-Footer {
  margin-top: 0;
}
.gl-Form {
  padding: 1.5rem 0;
}
.social {
  text-align: center;
}
@media (min-width: 840px) {
  .social {
    margin-top: 3.75rem;
    text-align: left;
  }
}
.social-Follow {
  margin-bottom: 0.5rem;
  color: #36a9e0;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 700;
}
.social-Icons {
  margin-bottom: 0.5rem;
}
.social-Icons_Link {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  text-decoration: none;
}
.social-Association {
  font-size: 0.875rem;
}
.social-Button {
  display: inline-block;
  width: 100%;
  min-width: 8rem;
  margin-left: 0;
  margin-right: 0;
  color: #fff;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  text-transform: normal;
  text-decoration: none;
  letter-spacing: normal;
  line-height: 1.714285714285714;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  background-color: #36a9e0;
  border: 0 none;
  border-radius: none;
}
.social-Button:hover,
.social-Button:focus,
.social-Button:active {
  color: #fff;
  background-color: #173456;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.social-Button:active:focus {
  outline: 0 none;
}
.gl-Wrapper {
  padding: 0 1rem;
  background: #fff;
}
@media (min-width: 1200px) {
  .gl-Wrapper {
    padding: 0;
  }
}
.gl-Wrapper-grey {
  background: #f5f5f5;
}
.gl-Wrapper-pattern.gl-Wrapper-grey {
  background: url("https://cdn2.hubspot.net/hubfs/755928/evaluagent-live/img/pattern-black.svg"), #e0e0e0;
}
.gl-Wrapper-primary {
  color: #fff;
  background: #173456;
}
.gl-Wrapper-pattern.gl-Wrapper-primary {
  background: linear-gradient(rgba(23,52,86,0), #173456 80%), url("https://cdn2.hubspot.net/hubfs/755928/evaluagent-live/img/pattern-blue.svg"), #173456;
}
.gl-Wrapper-secondary {
  background: #82cff5;
}
.gl-Wrapper-pattern.gl-Wrapper-secondary {
  background: url("https://cdn2.hubspot.net/hubfs/755928/evaluagent-live/img/pattern-black.svg"), #82cff5;
}
.gl-Wrapper-angle {
  z-index: -1;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 12rem;
}
.gl-Wrapper-angle:after {
  position: absolute;
  left: 0;
  bottom: -15rem;
  content: '';
  display: block;
  width: 100%;
  height: 15rem;
  background: #fff;
  transform: skewY(-6deg);
  transform-origin: top left;
}
@supports (clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%)) or (-webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%)) {
  .gl-Wrapper-angle {
    z-index: auto;
    position: static;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0% 100%);
  }
  .gl-Wrapper-angle:after {
    display: none;
  }
}
.gl-Wrapper-full-width {
  padding: 0;
}
.gl-Wrapper-margin {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.gl-Wrapper-margin-top {
  margin-top: 3rem;
}
.gl-Wrapper-margin-bottom {
  margin-bottom: 3rem;
}
.gl-Wrapper-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.gl-Wrapper-padding-top {
  padding-top: 3rem;
}
.gl-Wrapper-padding-bottom {
  padding-bottom: 3rem;
}
.gl-Wrapper_Center {
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  display: block !important;
  width: auto !important;
  margin: 0 auto !important;
  float: none !important;
}
.gl-Wrapper_Center::after {
  content: '';
  display: table;
  clear: both;
}
.aside {
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (min-width: 840px) {
  .aside {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.aside-Block {
  color: #173456;
  position: relative;
  margin-bottom: 1rem;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  overflow: hidden;
}
@media (min-width: 840px) {
  .aside-Block {
    flex: 0 0 calc((100% - 2rem) / 3);
    margin-right: 1rem;
  }
  .aside-Block:nth-child(3n+3) {
    margin-right: 0;
  }
  .aside-large .aside-Block:only-child {
    max-width: 50%;
    margin: 0 auto;
  }
}
.aside-large .aside-Block {
  margin-bottom: 1.5rem;
}
@media (min-width: 840px) {
  .aside-large .aside-Block {
    flex: 0 0 calc((100% - 1.5rem) / 2);
    margin-right: 1.5rem;
  }
  .aside-large .aside-Block:nth-child(2n+2) {
    margin-right: 0;
  }
}
.aside-Block_Angle {
  position: relative;
  height: 12rem;
  background: #f5f5f5;
  overflow: hidden;
}
@media (min-width: 600px) and (max-width: 840px) {
  .aside-Block_Angle {
    height: 15rem;
  }
}
.aside-Block_Angle:after {
  position: absolute;
  left: 0;
  bottom: -12rem;
  content: '';
  display: block;
  width: 100%;
  height: 12rem;
  background: #fff;
  transform: skewY(-6deg);
  transform-origin: top left;
}
@supports (clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%)) or (-webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%)) {
  .aside-Block_Angle {
    z-index: auto;
    position: static;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0% 100%);
  }
@media (min-width: 600px) {
    .aside-Block_Angle {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - (10vw / 3)), 0% 100%);
      clip-path: polygon(0 0, 100% 0, 100% calc(100% - (10vw / 3)), 0% 100%);
    }
}
  .aside-Block_Angle:after {
    display: none;
  }
}
.aside-Block-primary .aside-Block_Angle {
  background: #173456;
}
.aside-Block-secondary .aside-Block_Angle {
  background: #36a9e0;
}
.aside-Block_Image {
  width: 100%;
  height: auto;
}
.aside-Block_Content {
  padding: 2rem 1rem;
}
.aside-Block_ContentHeader {
  margin-bottom: 1.5rem;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.176470588235294;
  text-transform: none;
  letter-spacing: normal;
}
.aside-Block_ContentHeaderSmall {
  margin-bottom: 1rem;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.333333333333333;
  text-transform: none;
  letter-spacing: normal;
}
.aside-Block_ContentDescription {
  margin: 1.5rem auto;
  padding-top: 0.5rem;
  color: #173456;
}
@media (min-width: 840px) {
  .aside-Block_ContentButtons [class^='gl-Button'] {
    margin-left: 0.5rem;
  }
  .aside-large .aside-Block_ContentButtons [class^='gl-Button'] {
    margin-left: 0;
  }
}
.banner {
  margin-bottom: 3rem;
  padding: 6rem 1rem 3rem;
  background: #fff;
  text-align: center;
}
@media (min-width: 1200px) {
  .banner {
    padding-left: 0;
    padding-right: 0;
  }
}
.banner-primary {
  color: #fff;
  background: #173456;
}
.banner-pattern.banner-primary {
  background: linear-gradient(rgba(23,52,86,0), #173456 80%), url("https://cdn2.hubspot.net/hubfs/755928/evaluagent-live/img/pattern-blue.svg"), #173456;
}
.banner-secondary {
  background: #36a9e0;
}
.banner-background-full.banner-secondary {
  color: #fff;
}
.banner-pattern.banner-secondary {
  background: url("https://cdn2.hubspot.net/hubfs/755928/evaluagent-live/img/pattern-black.svg"), #36a9e0;
}
.banner-grey {
  background: #f5f5f5;
}
.banner-pattern.banner-grey {
  background: url("https://cdn2.hubspot.net/hubfs/755928/evaluagent-live/img/pattern-black.svg"), #e0e0e0;
}
.banner-angle {
  z-index: -1;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 9rem;
}
.banner-angle:after {
  position: absolute;
  left: 0;
  bottom: -15rem;
  content: '';
  display: block;
  width: 100%;
  height: 15rem;
  background: #fff;
  transform: skewY(-6deg);
  transform-origin: top left;
}
@supports (clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%)) or (-webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%)) {
  .banner-angle {
    z-index: auto;
    position: static;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0% 100%);
  }
  .banner-angle:after {
    display: none;
  }
}
.banner-background-full,
.banner-background-left,
.banner-background-right {
  position: relative;
  overflow: hidden;
}
@media (min-width: 960px) {
  .banner-background-left,
  .banner-background-right,
  .banner-align-left,
  .banner-align-right {
    text-align: left;
  }
}
.banner-Content {
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1;
}
.banner-Content::after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 960px) {
  .banner-Content {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .banner-align-left .banner-Content,
  .banner-align-right .banner-Content,
  .banner-background-right .banner-Content,
  .banner-background-left .banner-Content {
    padding-left: 0;
    padding-right: 0;
  }
}
.banner-angle .banner-Content {
  z-index: 5;
}
@media (min-width: 960px) {
  .banner-align-right .banner-Content,
  .banner-background-left .banner-Content {
    padding-left: 27rem;
  }
}
@media (min-width: 960px) {
  .banner-align-left .banner-Content,
  .banner-background-right .banner-Content {
    padding-right: 27rem;
  }
}
.banner-Content_Header {
  margin-bottom: 1.5rem;
}
@media (min-width: 840px) {
  .banner-Content_Header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 960px) {
  .banner-align-left .banner-Content_Header,
  .banner-align-right .banner-Content_Header,
  .banner-background-right .banner-Content_Header,
  .banner-background-left .banner-Content_Header {
    justify-content: flex-start;
  }
}
.banner-Content_HeaderIcon {
  flex-shrink: 0;
  padding: 0 0 2rem;
}
@media (min-width: 840px) {
  .banner-Content_HeaderIcon {
    padding: 0 2rem 0 0;
  }
}
.banner-Content_HeaderTitle {
  margin-bottom: 0;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 2.8125rem;
  line-height: 1.333333333333333;
  text-transform: none;
  letter-spacing: normal;
}
@media (min-width: 960px) {
  .banner-Content_HeaderTitle {
    line-height: 1.75;
  }
}
.banner-Content_Tagline {
  margin-bottom: 2rem;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.333333333333333;
  text-transform: none;
  letter-spacing: normal;
}
@media (min-width: 960px) {
  .banner-Content_Tagline {
    line-height: 1.75;
  }
}
.banner-Content_TaglineSmall {
  margin-bottom: 1rem;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.75;
  text-transform: none;
  letter-spacing: normal;
}
.banner-Media {
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.banner-Media::after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 960px) {
  .banner-background-left .banner-Media {
    padding-left: 27rem;
  }
}
@media (min-width: 960px) {
  .banner-background-right .banner-Media {
    padding-right: 27rem;
  }
}
.banner-Media_BackgroundImage {
  display: none;
}
.banner-background-full .banner-Media_BackgroundImage {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-background-left .banner-Media_BackgroundImage {
  left: 0;
}
@media (min-width: 840px) {
  .banner-background-left .banner-Media_BackgroundImage {
    position: absolute;
    top: 3rem;
    display: block;
  }
}
.banner-background-right .banner-Media_BackgroundImage {
  right: 0;
}
@media (min-width: 840px) {
  .banner-background-right .banner-Media_BackgroundImage {
    position: absolute;
    top: 3rem;
    display: block;
  }
}
.banner-background-fade .banner-Media_BackgroundImage {
  opacity: 0.5;
  filter: contrast(1.5) saturate(1);
  animation: fadeInFromNone 1s ease-in;
}
@-moz-keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@-o-keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
.widget-type-post_filter {
  margin: -1.5rem 0 3rem;
  border-bottom: 0.0625rem solid #e0e0e0;
  text-align: center;
}
.blog-single .widget-type-post_filter {
  display: none;
}
.widget-type-post_filter h3 {
  display: inline-block;
  margin-right: 1rem;
  font-family: 'europa', 'Arial', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.widget-type-post_filter .widget-module {
  display: inline-block;
}
.widget-type-post_filter .widget-module ul {
  font-family: 'europa', 'Arial', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  list-style: none;
}
.widget-type-post_filter .widget-module ul li {
  display: inline-block;
  margin: 0 0 0 0.25rem;
}
.widget-type-post_filter .widget-module ul li a {
  color: rgba(0,0,0,0.38);
  text-decoration: none;
}
.widget-type-post_filter .widget-module ul li a:hover,
.widget-type-post_filter .widget-module ul li a:focus,
.widget-type-post_filter .widget-module ul li a:active {
  color: #173456;
}
@media (min-width: 840px) {
  .blog-single:before {
    position: absolute;
    margin: auto;
    top: 270px;
    left: 50%;
    content: '';
    display: block;
    width: 100%;
    height: 0.0625rem;
    background: #173456;
    transform: translateX(-50%) rotate(-15deg);
  }
  .blog-fix-header.blog-single:before {
    top: 220px;
  }
}
.blog-Wrapper {
  margin-bottom: 3rem;
}
@media (min-width: 840px) {
  .blog-Wrapper {
    position: relative;
    z-index: 1;
    margin: 0 7.5rem 3rem;
    padding: 0 3rem;
    background: #fff;
  }
}
.blog-Article {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.0625rem solid #173456;
}
@media (min-width: 840px) {
  .blog-Article {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .blog-Article:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .blog-single .blog-Article {
    padding-top: 3rem;
    border: 0;
  }
}
.blog-Article:last-child {
  border: 0;
}
.blog-Article_Figure {
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto 1.5rem;
}
@media (min-width: 840px) {
  .blog-Article_Figure {
    display: flex;
    margin: 0 5% 0 0;
    flex-basis: 20%;
    flex-shrink: 0;
  }
  .blog-Article:nth-child(2n) .blog-Article_Figure {
    justify-content: flex-end;
    margin: 0 0 0 5%;
  }
}
.blog-Article_FigureImage {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.blog-Article_Content {
  flex-basis: 75%;
  text-align: center;
  overflow: hidden;
}
.blog-Article_ContentHeader {
  margin-bottom: 1rem;
}
.blog-Article_ContentMeta {
  font-family: 'europa', 'Arial', sans-serif;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.5;
}
.blog-Article_ContentMetaLink {
  color: #173456;
  text-decoration: none;
}
.blog-Article_ContentMetaLink:hover,
.blog-Article_ContentMetaLink:focus,
.blog-Article_ContentMetaLink:active {
  text-decoration: underline;
}
.blog-Article_Body {
  display: 100%;
  margin: 3rem 0;
}
@media (min-width: 840px) {
  .blog-Article_Body {
    margin-top: 7.5rem;
  }
}
.blog-Article_Social {
  display: inline-block;
  width: 12rem;
  margin: 0 auto 1.5rem;
}
.blog-Pages {
  margin-bottom: 7.5rem;
  list-style: none;
  text-align: center;
}
.blog-Pages_Item {
  display: inline-block;
  margin: 0 1rem;
}
.blog-Pages_ItemLink {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0.5rem;
  min-width: 8rem;
  color: #fff;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  text-transform: normal;
  text-decoration: none;
  letter-spacing: normal;
  line-height: 1.714285714285714;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  background-color: #36a9e0;
  border: 0 none;
  border-radius: none;
}
.blog-Pages_ItemLink:hover,
.blog-Pages_ItemLink:focus,
.blog-Pages_ItemLink:active {
  color: #fff;
  background-color: #173456;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.blog-Pages_ItemLink:active:focus {
  outline: 0 none;
}
.blog-Author {
  margin-top: 3rem;
}
@media (min-width: 840px) {
  .blog-Author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
}
.blog-Author_Header {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  color: #36a9e0;
  font-family: 'europa', 'Arial', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  border-bottom: 0.0625rem solid #36a9e0;
}
@media (min-width: 840px) {
  .blog-Author_Header {
    flex-basis: 100%;
  }
}
.blog-Author_Figure {
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto 1.5rem;
}
@media (min-width: 840px) {
  .blog-Author_Figure {
    flex-basis: 20%;
    margin: 0 5% 0 0;
  }
}
.blog-Author_FigureImage {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.blog-Author_Details {
  text-align: center;
}
@media (min-width: 840px) {
  .blog-Author_Details {
    flex-basis: 20%;
    margin: 0 5% 0 0;
  }
}
.blog-Author_DetailsName {
  font-family: 'europa', 'Arial', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 840px) {
  .blog-Author_DetailsName {
    text-align: left;
  }
}
.blog-Author_DetailsLink {
  color: #173456;
  text-decoration: none;
}
.blog-Author_DetailsLink:hover,
.blog-Author_DetailsLink:focus,
.blog-Author_DetailsLink:active {
  color: #36a9e0;
}
.blog-Author_DetailsRole {
  font-size: 0.875rem;
}
@media (min-width: 840px) {
  .blog-Author_DetailsRole {
    margin-bottom: 0;
    text-align: left;
  }
}
.blog-Author_Bio {
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 840px) {
  .blog-Author_Bio {
    flex-basis: 50%;
    margin-bottom: 0;
    text-align: left;
  }
}
.blog-CTA {
  padding: 6rem 0 3rem;
  background: linear-gradient(rgba(23,52,86,0), #173456 80%), url("https://cdn2.hubspot.net/hubfs/755928/evaluagent-live/img/pattern-blue.svg"), #173456;
  text-align: center;
}
.blog-CTA_Header {
  margin-bottom: 2rem;
  color: #fff;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.176470588235294;
  text-transform: none;
  letter-spacing: normal;
}
.browser {
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (min-width: 840px) {
  .browser {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.browser-Block {
  color: #173456;
  position: relative;
  margin-bottom: 1rem;
  padding: 3rem 1rem 2rem;
  background: #e0e0e0;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media (min-width: 840px) {
  .browser-Block {
    flex: 0 0 calc((100% - 2rem) / 3);
    margin-right: 1rem;
  }
  .browser-Block:nth-child(3n+3) {
    margin-right: 0;
  }
  .browser-large .browser-Block:only-child {
    max-width: 50%;
    margin: 0 auto;
  }
}
.browser-Block::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1.5rem;
  background: #f5f5f5;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border: 0.0625rem solid rgba(0,0,0,0.1);
}
.browser-Block-primary {
  color: #fff;
  background-color: #173456;
}
.browser-Block-secondary {
  color: #fff;
  background-color: #36a9e0;
}
.browser-large .browser-Block {
  margin-bottom: 1.5rem;
  padding: 3rem 1rem;
}
@media (min-width: 840px) {
  .browser-large .browser-Block {
    display: flex;
    flex: 0 0 calc((100% - 1.5rem) / 2);
    margin-right: 1.5rem;
    text-align: left;
  }
  .browser-large .browser-Block:nth-child(2n+2) {
    margin-right: 0;
  }
}
.browser-Block_Icon {
  margin-bottom: 1rem;
}
@media (min-width: 840px) {
  .browser-large .browser-Block_Icon {
    flex: 1 0 auto;
    width: 20%;
    margin: 0.5rem 5% 0 0;
  }
}
@media (min-width: 960px) {
  .browser-large .browser-Block_Content {
    flex: 1 0 auto;
    width: 75%;
  }
}
.browser-Block_ContentHeader {
  margin-bottom: 1.5rem;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.176470588235294;
  text-transform: none;
  letter-spacing: normal;
}
.browser-Block_ContentHeaderSmall {
  margin-bottom: 1rem;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.333333333333333;
  text-transform: none;
  letter-spacing: normal;
}
.browser-Block_ContentIcon {
  margin-bottom: 1rem;
}
.browser-Block_ContentCompany {
  width: 100px;
  margin: 1.5rem auto;
  padding-top: 0.5rem;
  color: #173456;
  border-top: 0.0625rem solid #173456;
}
.browser-Block-primary .browser-Block_ContentCompany,
.browser-Block-secondary .browser-Block_ContentCompany {
  color: #fff;
}
@media (min-width: 840px) {
  .browser-Block_ContentButtons [class^='gl-Button'] {
    margin-left: 0.5rem;
  }
  .browser-large .browser-Block_ContentButtons [class^='gl-Button'] {
    margin-left: 0;
  }
}
.feature {
  margin-bottom: 3rem;
  padding: 1.5rem 0;
  text-align: center;
}
.feature-Wrapper {
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.feature-Wrapper::after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 840px) {
  .feature-Wrapper {
    display: flex;
    align-items: center;
    text-align: left;
  }
}
@media (min-width: 840px) {
  .feature-reverse .feature-Wrapper {
    flex-direction: row-reverse;
  }
}
@media (max-width: 840px) {
  .tabs-Pane .feature-Wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.feature-Media {
  flex-shrink: 0;
  margin: 0 auto 1.5rem;
}
@media (min-width: 840px) {
  .feature-Media {
    margin: 0 auto;
  }
}
@media (min-width: 840px) {
  .feature-Content {
    margin-left: 2%;
  }
}
@media (min-width: 840px) {
  .feature-reverse .feature-Content {
    margin-left: 0;
    margin-right: 2%;
  }
}
.feature-primary .feature-Content {
  align-self: flex-start;
}
@media (min-width: 840px) {
  .feature-Content_Header {
    display: flex;
    align-items: center;
  }
}
.feature-primary .feature-Content_Header {
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid #36a9e0;
}
.feature-Content_HeaderIcon {
  padding: 0 0 2rem;
}
@media (min-width: 840px) {
  .feature-Content_HeaderIcon {
    padding: 0 1rem 0 0;
  }
}
.feature-Content_HeaderTitle {
  margin-bottom: 1rem;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.333333333333333;
  text-transform: none;
  letter-spacing: normal;
}
.feature-primary .feature-Content_HeaderTitle {
  margin-bottom: 0;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.176470588235294;
  text-transform: none;
  letter-spacing: normal;
}
.feature-Content_Description {
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: normal;
}
.feature-Content_Description ul,
.feature-Content_Description ol {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 840px) {
  .hubspot-Footer .hs-menu-wrapper {
    margin-top: 3.75rem;
  }
}
.hubspot-Footer .hs-menu-wrapper ul {
  text-align: center;
  list-style: none !important;
}
@media (min-width: 840px) {
  .hubspot-Footer .hs-menu-wrapper ul {
    text-align: left;
    display: flex !important;
  }
  .hubspot-Footer .hs-menu-wrapper .hs-menu-children-wrapper {
    display: block !important;
  }
}
.hubspot-Footer .hs-menu-item {
  flex: 1 !important;
  margin: 0 !important;
  font-size: 0.875rem !important;
}
@media (min-width: 840px) {
  .hubspot-Footer .hs-menu-item {
    padding-right: 1rem !important;
  }
}
.hubspot-Footer .hs-menu-item a {
  width: auto !important;
  padding: 0 !important;
  color: #173456 !important;
  text-decoration: none !important;
}
.hubspot-Footer .hs-menu-item a:hover,
.hubspot-Footer .hs-menu-item a:focus,
.hubspot-Footer .hs-menu-item a:active {
  text-decoration: underline !important;
}
.hubspot-Footer .hs-menu-depth-1 {
  margin-bottom: 1rem !important;
  font-weight: 700 !important;
}
.hubspot-Footer .hs-menu-children-wrapper {
  position: static !important;
  z-index: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}
.hubspot-Footer .hs-menu-depth-2 {
  font-weight: normal !important;
}
.hs-form .hs-form-field > label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.hs-form .hs-error-msgs {
  list-style: none;
}
.hs-form .hs-error-msgs label {
  color: #f00;
}
.hs-form fieldset.form-columns-1 {
  max-width: none !important;
}
.hs-form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.hs-form fieldset.form-columns-2 {
  max-width: none !important;
}
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  font-family: 'europa', 'Arial', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 1rem;
}
.custom-header-group {
  border-bottom: 1px solid #e2e2e2;
}
.custom-header-inner-group {
  padding: 0 14px;
}
.custom-header-logo {
  width: 12rem !important;
  padding: 20px 0 0 15px;
}
.custom-header-logo p {
  padding: 0;
  margin: 0;
}
.custom-header-logo img {
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.custom-header-logo img:hover {
  opacity: 0.8;
}
.fix-header .custom-header-group {
  background: #fff;
  position: fixed;
  z-index: 9999;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  float: none !important;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: top 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-box-shadow: 0 5px 4px -4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 5px 4px -4px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 5px 4px -4px rgba(0,0,0,0.1);
  box-shadow: 0 5px 4px -4px rgba(0,0,0,0.1);
  border-bottom: 1px solid #e2e2e2;
}
.custom-menu-primary {
  padding-right: 15px;
}
@media (min-width: 600px) {
  .custom-header-logo {
    width: 15rem !important;
  }
}
@media (min-width: 840px) {
  .custom-header-logo {
    width: 20% !important;
    margin-left: 0 !important;
    padding-bottom: 15px;
    vertical-align: middle !important;
  }
  .custom-menu-primary {
    width: 79% !important;
    margin-left: 0 !important;
    padding-top: 20px;
    text-align: center !important;
    vertical-align: middle !important;
  }
}
@media (min-width: 960px) {
  .custom-header-logo {
    width: 25% !important;
  }
  .customer-header-logo img {
    width: 100%;
  }
  .custom-menu-primary {
    width: 70% !important;
    padding-top: 30px;
  }
}
.custom-menu-primary .hs-menu-wrapper > ul {
  text-align: left;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #173456;
  font-family: 'europa', 'Arial', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) a {
  color: #fff;
  background-color: #173456;
}
.custom-menu-primary .hs-menu-wrapper > ul li.active > a {
  color: #1c6d91;
}
.custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 350px !important;
  min-width: 140px;
  padding: 6px 0;
  margin: 0;
  font-size: 14px;
  background-clip: padding-box;
}
.custom-menu-primary .hs-menu-wrapper > ul ul:after,
.custom-menu-primary .hs-menu-wrapper > ul ul:before {
  position: absolute;
  top: -10px;
  left: 40px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 0 dotted;
  content: "";
}
.custom-menu-primary .hs-menu-wrapper > ul ul:before {
  border-bottom: 11px solid #e2e2e2;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  margin-left: -6px;
  top: -11px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul:after {
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin-left: -5px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
  margin: 0 6px 4px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li > a {
  display: block;
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.42857143;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 12px 14px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a:after {
  content: "";
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #999;
  font-weight: 400;
  line-height: 1.42857143;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a {
  background-color: #f9f9f9;
  color: #1c6d91;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a:hover:after {
  color: #000;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a {
/*background-color: #f9f9f9;*/
  font-weight: 600;
  color: #1c6d91;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a:after,
.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a:after {
  color: #000 !important;
  font-weight: 600 !important;
}
.custom-menu-primary .hs-menu-wrapper > ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}
@media (min-width: 840px) {
  .custom-menu-primary {
    margin-bottom: -10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 12px;
  }
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper ul li {
    margin-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) a {
    position: absolute !important;
    top: -15px;
    right: -20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    width: 7.5rem !important;
    height: 7.5rem;
    padding: 1rem;
    color: #fff;
    font-family: 'europa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: normal;
    line-height: 1.428571428571429;
    vertical-align: middle;
    white-space: pre-wrap;
    cursor: pointer;
    background-color: #173456;
    border: 0.125rem solid #fff;
    border-radius: 50%;
    overflow: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) a:focus,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) a:active {
    color: #fff;
    background-color: #173456;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) a:focus {
    outline: 0 none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid 9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .custom-menu-primary .hs-menu-wrapper {
    line-height: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-bottom: -2px !important;
    padding-right: 80px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #36a9e0;
  }
}
@media (min-width: 1280px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 15px;
  }
}
.mobile-trigger,
.child-trigger {
  display: none;
}
@media (max-width: 960px) {
  .custom-menu-primary {
    width: 100% !important;
  }
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
  }
  .mobile-trigger {
    display: inline-block !important;
/* Show button on mobile */
    cursor: pointer;
/* Mouse pointer type on hover */
    padding: 6px;
    margin: 17px 5px 2px 0;
    background: #fff;
/* Background color */
    border: 1px solid transparent;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
    text-transform: uppercase;
    color: inherit;
    float: right;
  }
  .mobile-trigger > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    color: #777;
    margin-right: 5px;
    text-transform: uppercase;
    margin-left: 3px;
  }
  .mobile-trigger i {
    position: relative;
    display: inline-block;
    background: #777;
    width: 15px;
    height: 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    transition: background 0.2s linear;
    vertical-align: middle;
  }
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    content: '';
    position: absolute;
    display: block;
    background: #777;
    width: 15px;
    height: 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  }
  .mobile-trigger i:before {
    bottom: 5px;
  }
  .mobile-trigger i:after {
    top: 5px;
  }
  .mobile-open .mobile-trigger i {
    background: none;
    top: -1px;
    left: 4px;
  }
  .mobile-open .mobile-trigger i:before {
    -webkit-animation: m 0.5s forwards;
    -moz-animation: m 0.5s forwards;
    -ms-animation: m 0.5s forwards;
    animation: m 0.5s forwards;
    transform: rotate(45deg);
    top: 1px;
  }
  .mobile-open .mobile-trigger i:after {
    -webkit-animation: n 0.5s forwards;
    -moz-animation: n 0.5s forwards;
    -ms-animation: n 0.5s forwards;
    animation: n 0.5s forwards;
    transform: rotate(-45deg);
    top: 1px;
  }
  .child-trigger {
    background: #fff;
    color: #777;
    margin: -10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    width: 40px !important;
    height: auto;
    padding: 8px 14px;
    border: 1px solid #e2e2e2;
    position: relative;
    float: right;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
  }
  .child-trigger:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
  }
  .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0;
/* Makes room for button */
    margin: 0;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    display: none;
  }
  .custom-menu-primary ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 0;
    margin: 9px 0 0px !important;
    background: #f8f8f8;
    border-top: 1px solid #e2e2e2;
    max-height: calc(100vh - 62px);
    overflow-y: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    overflow: visible;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    color: #173456;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 15px 14px;
    border-bottom: 1px solid #eee;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:hover > a {
    color: #404040;
    background: #eee;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.child-open > a {
    background-color: #eee;
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.child-open .child-trigger:before {
    content: "\f068";
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background: #fff !important;
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    padding: 5px 0;
    border: 0 none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul:after,
  .custom-menu-primary .hs-menu-wrapper > ul ul:before {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a {
    background-color: #f5f5f5;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:hover > a:after {
    color: #333;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-indent: 0;
/* Indent Child lists */
    font-size: 16px;
/* Font size of child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li > a {
    line-height: 24px;
    padding: 10px 0;
    color: #333;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a {
    background-position: 10px 17px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li > a {
    padding: 10px 15px 10px 24px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a:after {
    margin-top: 5px;
    line-height: 24px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child > a {
    border-bottom: 0 none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    text-indent: 0;
/* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {
    text-indent: 0;
/* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > ul {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
  }
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 840px) {
  .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;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}
.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
  padding: 1rem;
  background: url("https://cdn2.hubspot.net/hubfs/755928/evaluagent-live/img/pattern-black.svg"), #e0e0e0;
}
@media (min-width: 840px) {
  .lockup {
    padding: 3rem 0;
  }
}
.lockup-primary {
  background: linear-gradient(rgba(23,52,86,0), #173456 80%), url("https://cdn2.hubspot.net/hubfs/755928/evaluagent-live/img/pattern-blue.svg"), #173456;
}
.lockup-secondary {
  background: url("https://cdn2.hubspot.net/hubfs/755928/evaluagent-live/img/pattern-black.svg"), #36a9e0;
}
.lockup-Wrapper {
  padding: 1.5rem;
  background: #fff;
}
@media (min-width: 840px) {
  .lockup-Wrapper {
    width: 60%;
    border: 0;
  }
}
.lockup-Header {
  margin-bottom: 1rem;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.333333333333333;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
}
.lockup-Description {
  text-align: center;
}
.list {
  margin-bottom: 3rem;
  background: #f5f5f5;
  padding: 1.5rem 2rem;
  color: #173456;
}
.list-secondary {
  background: #82cff5;
}
.list-Header {
  margin-bottom: 1.125rem;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: normal;
}
.list-Content > ul {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.list-Content > ul > li {
  margin: 0 0 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  border-bottom: 0.0625rem solid #173456;
}
.list-Content > ul > li:last-child {
  border: none;
}
.list-Content > ul > li ul li {
  font-weight: normal;
}
.logos {
  margin-bottom: 3rem;
  padding: 1.5rem 0;
}
.logos-List {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
}
.logos-ListItem {
  margin: 0;
  padding: 0.5rem;
}
@media (min-width: 840px) {
  .logos-ListItem {
    padding: 0;
  }
}
.quote {
  position: relative;
  margin: 1.5rem 0;
  padding: 1rem 1rem 1.5rem;
  background: url("https://cdn2.hubspot.net/hubfs/755928/evaluagent-live/img/quote-primary.svg") #fff center 3rem no-repeat;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
@media (min-width: 840px) {
  .quote {
    padding: 3rem 3rem 5rem;
  }
}
.quote-secondary {
  background-image: url("https://cdn2.hubspot.net/hubfs/755928/evaluagent-live/img/quote-secondary.svg");
}
.quote-tertiary {
  background-image: url("https://cdn2.hubspot.net/hubfs/755928/evaluagent-live/img/quote-tertiary.svg");
}
.quote-Block {
  margin: 0;
  padding: 5rem 0 0;
  text-align: center;
  border: none;
}
.quote-Block_Speech {
  margin-bottom: 1.125rem;
  color: #173456;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: normal;
}
.quote-Block_Speech:before {
  content: open-quote;
}
.quote-Block_Speech:after {
  content: close-quote;
}
.quote-Block_Name {
  color: #173456;
  font-family: 'europa', 'Arial', sans-serif;
}
.quote-Block_Name:before {
  content: '';
}
.quote-secondary .quote-Block_Name {
  color: #36a9e0;
}
.quote-tertiary .quote-Block_Name {
  color: #c6d54f;
}
.quote-Block_Company {
  color: #173456;
  font-family: 'europa', 'Arial', sans-serif;
  font-style: italic;
}
.quote-secondary .quote-Block_Company {
  color: #36a9e0;
}
.quote-tertiary .quote-Block_Company {
  color: #c6d54f;
}
/*
 * Tabby v11.2.0: Simple, mobile-first toggle tabs.
 * (c) 2016 Chris Ferdinandi
 * MIT License
 * http://github.com/cferdinandi/tabby
 */
.js-tabby .tabs-Pane {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.js-tabby .tabs-Pane.active {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.js-tabby .tabs-Pane:focus {
  outline: none;
}
.tabs {
  margin: 3rem 0;
}
.tabs-Header {
  text-align: center;
}
.tabs-List {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 1.5rem 0;
  list-style: none;
  border: 0.0625rem solid #f5f5f5;
  border-width: 0.0625rem 0;
  box-shadow: 0 0.5rem 0.5rem -0.5rem #e0e0e0;
}
.tabs-List_Item {
  margin: 0.5rem;
  padding: 0;
}
@media (max-width: 840px) {
  .tabs-List_Item {
    position: relative;
  }
}
.tabs-List_ItemLink {
  display: block;
  padding: 0.5rem 3rem;
  color: #173456;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0.25rem;
}
.tabs-List_ItemLink:hover,
.tabs-List_ItemLink:active,
.tabs-List_ItemLink:focus {
  color: #fff;
  background: #36a9e0;
}
.tabs-List_ItemLink.active {
  color: #fff;
  font-weight: 700;
  background: #173456;
}
@media (max-width: 840px) {
  .tabs-List_ItemLink {
    width: 2rem;
    height: 2rem;
    padding: 0.5rem;
    text-align: center;
    background: #fafafa;
    border: 0.0625rem solid #c6d54f;
    border-radius: 50%;
  }
  .tabs-List_ItemLink:hover,
  .tabs-List_ItemLink:active,
  .tabs-List_ItemLink:focus {
    color: #fff;
    background: #36a9e0;
    border-color: #36a9e0;
  }
  .tabs-List_ItemLink.active {
    color: #fff;
    background: #173456;
    border-color: #173456;
  }
}
@media (max-width: 840px) {
  .tabs-List_ItemLinkText {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
  }
}
.usp {
  margin-bottom: 3rem;
}
.usp-Item {
  margin-bottom: 1.5rem;
}
@media (min-width: 840px) {
  .usp-Item {
    flex: 1 0 40%;
    margin: 0 5% 1.5rem;
  }
}
@media (min-width: 840px) {
  .usp-large .usp-Item {
    flex-basis: 20%;
  }
}
.usp-Item_Content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 600px) {
  .usp-Item_Content {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media (min-width: 840px) {
  .usp-Item_Content {
    flex-direction: column;
  }
}
@media (min-width: 840px) {
  .usp-Item-align-left .usp-Item_Content,
  .usp-Item-align-right .usp-Item_Content {
    align-items: stretch;
  }
}
.usp-Item_Icon {
  width: 3rem;
  height: 3rem;
  margin: 0 0 1.5rem;
}
@media (min-width: 600px) {
  .usp-Item_Icon {
    margin: 0 1.5rem 0 0;
  }
}
@media (min-width: 840px) {
  .usp-Item_Icon {
    margin: 0 0 1.5rem;
  }
}
.usp-medium .usp-Item_Icon {
  width: 6rem;
  height: 6rem;
}
.usp-large .usp-Item_Icon {
  width: 7.5rem;
  height: 7.5rem;
}
@media (min-width: 840px) {
  .usp-Item-align-left .usp-Item_Icon {
    margin-right: auto;
  }
}
@media (min-width: 840px) {
  .usp-Item-align-right .usp-Item_Icon {
    margin-left: auto;
  }
}
.usp-Item_Header {
  margin-bottom: 0;
  font-family: 'europa', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
}
@media (min-width: 600px) {
  .usp-Item_Header {
    text-align: left;
  }
}
@media (min-width: 840px) {
  .usp-Item_Header {
    margin-bottom: 1.125rem;
    text-align: center;
  }
}
@media (min-width: 840px) {
  .usp-large .usp-Item_Header {
    font-family: 'europa', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.333333333333333;
    text-transform: none;
    letter-spacing: normal;
  }
}
@media (min-width: 840px) {
  .usp-Item-align-left .usp-Item_Header {
    text-align: left;
  }
}
@media (min-width: 840px) {
  .usp-Item-align-right .usp-Item_Header {
    text-align: right;
  }
}
.usp-Item_Description {
  text-align: center;
}
.usp-Item_Description > * {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .usp-Item_Description {
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 840px) {
  .usp-Item_Description {
    text-align: center;
  }
  .usp-Item_Description > * {
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 840px) {
  .usp-Item-align-left .usp-Item_Description {
    text-align: left;
  }
}
@media (min-width: 840px) {
  .usp-Item-align-right .usp-Item_Description {
    text-align: right;
  }
}
.help-BaselineGrid {
  position: relative;
}
.help-BaselineGrid::before {
  content: '';
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,0.3) 1px, transparent 1px, transparent), linear-gradient(0deg, rgba(0,0,0,0.2) 1px, transparent 1px, transparent);
  background-size: auto 1.5rem, auto 0.25rem;
}
@media (min-width: 840px) {
  .help-Column_half {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .help-Column_half::after {
    content: '';
    display: table;
    clear: both;
  }
  .help-Column_half:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .help-Column_half:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .help-Column_half:nth-child(2n + 1) {
    clear: both;
  }
}
@media (min-width: 840px) {
  .help-Column_third {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .help-Column_third::after {
    content: '';
    display: table;
    clear: both;
  }
  .help-Column_third:last-child {
    margin-right: 0%;
  }
}
@media (min-width: 840px) {
  .help-Column_fourth {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .help-Column_fourth::after {
    content: '';
    display: table;
    clear: both;
  }
  .help-Column_fourth:last-child {
    margin-right: 0%;
  }
}
@media (min-width: 840px) {
  .help-Column_two_fourths {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .help-Column_two_fourths::after {
    content: '';
    display: table;
    clear: both;
  }
  .help-Column_two_fourths:last-child {
    margin-right: 0%;
  }
}
.help-dotted {
  border: 1px dotted #f00 !important;
  background: rgba(255,255,255,0.2) !important;
}



/* -------- New Footer 2018 August -------- */


 
.row-fluid .new-footer { background-color:#173456; padding:70px 0;float:left; text-align:center; width:100%; font-family: 'europa', 'Arial', sans-serif;}
.row-fluid .footers-column >span >div { float:left; width: 20%;}
.row-fluid .footer-head h4 { color: #fff; font-weight: 400;  line-height: 1;}

i.fa.fa-angle-down { float: right; padding-right: 18%; padding-top: 9px; font-weight: 700; display: none;}

.row-fluid .footer-list { text-align: left; }
.row-fluid .footer-mainlist ul li{ margin-left:0; margin: 13px 0; }
.row-fluid .footer-mainlist ul li a:hover, a:active, a:focus { color: #36a9e0;cursor: pointer; }
.row-fluid .footer-mainlist ul li a{ color:#fff;font-weight:400;font-size: 0.875rem;}
.row-fluid .footer-mainlist ul li span{ display:none; }

.row-fluid .footer-btn ul{ float:right; }
.row-fluid .footer-btn ul li { list-style: none; float:left;}
.row-fluid .footer-btn ul li a{ text-decoration:none; font-size: 14px; font-weight: 400; color:#fff; }
.row-fluid .footer-btn ul li a:hover{color:#36a9e0;}

.row-fluid .footer-mainlist { display: block; }

.row-fluid .social-section{ float:left; text-align:center; width:100%; padding:30px 0 50px 0;border-bottom:2px solid #fff; margin-bottom:40px; }
.row-fluid .social-section h4{  color: #fff; font-weight: 400;  font-size: 24px; margin-bottom:20px;line-height: 1; }

.row-fluid .social-rich ul{ width: 100%; text-align: center;  float: left;  margin: 0 auto; }
.row-fluid .social-rich ul li { margin-left:0; float:none; display:inline-block;   margin: 0 1%; width:50px; height:50px; border-radius: 50%; position:relative; }
.row-fluid .social-rich ul li a { display:block; height:100%; }
.row-fluid .social-rich  { width: 100%; margin: 0 auto; display: inline-block; float: none;  }
.row-fluid .social-rich ul li i { font-size: 30px; text-align: center; color: #fff; line-height: 50px; position: absolute; top: -2px; left: 7px; right: 0px; margin: 0px auto; }
.row-fluid .social-rich ul li.facebook {  background: #009FDC; }
.row-fluid .social-rich ul li.linkedin { background: #70D2F2; }
.row-fluid .social-rich ul li.twitter{ background: #006B8D; }

.row-fluid .new-footerquote { color:#fff; text-align:left; font-size: 23px; padding-top: 2%; font-weight: 500; }
span.end-line { width: 100%; float: left; font-size: 14px; font-weight: 400; padding-top: 20px;}
.row-fluid .footer-img img{ width: 70px !important; text-align: left; }

.row-fluid .footer-btn a#cta_button_755928_70a46428-87d5-4d75-8bdc-850a59df47a7 { font-weight:400; font-size:16px; text-decoration:none; background-color:#fff; color:#173456; padding:10px 0;min-width:300px; text-align:center; display:inline-block; }
.row-fluid .footer-btn{ text-align:right; }
.row-fluid .footer-btn a#cta_button_755928_70a46428-87d5-4d75-8bdc-850a59df47a7:hover{ color:#36a9e0; }
.row-fluid .footer-logo img { margin-left: -18px; max-width:215px; }
.row-fluid .footer-logo { text-align: left;}
.row-fluid .video-content a, .row-fluid .video-content p, .row-fluid .video-content h2, .row-fluid .video-content h1, .row-fluid .video-content h3, .row-fluid .video-content h4, .row-fluid .video-content h5, .row-fluid .video-content h6, .row-fluid .video-content strong {background: rgba(0, 0, 0, 0.55);
    color: rgb(255, 255, 255);
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-font-smoothing: antialiased;
    transition: padding 100ms ease 150ms;
  width: auto;        text-decoration: none;position: relative;z-index: 99999;padding: 10px 30px;}
.row-fluid .video-content{ text-align: center;     bottom: 33.4798px;
    left: 0px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    width: 100%;
    transition: all 100ms ease 0s;z-index: 999999; overflow: hidden;padding: 10px 30px;color: #fff;bottom: 0;    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;}
.row-fluid .video-popup { position: relative; }

.row-fluid .popup-button a {margin-top: 41px;
    display: inline-block;
    border-radius: 100%;
    background: #FFFFFF;
/*     border: 2px solid #FFFFFF; */
    min-height: 70px;
    min-width: 70px;
  position: relative;
  transition: ease all .5s;
  background: #173456;
  margin-top: 0;
}
.row-fluid .popup-button  { text-align: center; }
.row-fluid .popup-button .play {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 18px solid #fff;
    height: 18px;
    width: 18px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 2px;
}
.row-fluid .popup-button a:hover { 
	    border: 1px solid #173456;;
    background: #fff;
}
.row-fluid .popup-button a:hover .play { border-left: 18px solid #173456; }
#video-popup {display: none; }
.video-open { position: relative; }
.fancybox-inner {  height: auto !important; width:100% !important; }
.video-main { padding: 30px 0px;}
.video-source iframe {width: 100%; }

.fancybox-opened .fancybox-skin { padding:0 !important;}


@media (max-width: 1300px) {
	
  .row-fluid .new-footer{ padding:70px 25px; }

}

@media (max-width: 1199px) {
	
  .row-fluid .new-footer{ padding:70px 30px; }
  .row-fluid .social-rich { width: 100%;}
  .row-fluid .new-footerquote{ padding-top:0; }
  
}

@media (max-width: 991px) {

.row-fluid .footer-mainlist ul li {  margin: 10px 0; }
.row-fluid .social-rich {  width: 100%;}
}


@media (max-width: 767px) {

  .row-fluid .footers-column >span >div { width: 50%; }
  .row-fluid .footer-mainlist { display: none;}
.row-fluid .footer-mainlist ul li {  margin: 10px 0; }
.row-fluid .social-rich {  width: 35%;}
  i.fa.fa-angle-down{ display:block; }
  i.fa.fa-angle-down {  float: right; padding-right: 12px;}
  .row-fluid .footer-head h4{ cursor:pointer;}
  .row-fluid .social-rich { width: 100%;}
  .row-fluid .social-section h4 {margin-bottom:20px;}
  .row-fluid .new-footerquote { padding-top: 5px; text-align: center;}
  .row-fluid .footer-btn { text-align: center; margin-top: 5%; }
  .row-fluid .social-section {  padding: 30px 0 30px 0;}
  .row-fluid .footer-logo {    text-align: center;}
   .row-fluid .footer-list h4 i.fa.fa-angle-down { padding-top:0px;}
}

@media (max-width: 500px) {

  .row-fluid .new-footer .gl-Wrapper_Center{ padding:0; }
 .row-fluid .footers-column >span >div {  width: 100%;  text-align: center; border-bottom: 1px solid #fff; }
  .row-fluid .footer-list { text-align: center; padding: 22px 0; }
  .row-fluid .footer-list h4 i.fa.fa-angle-down { padding-top:1px;}
  .row-fluid .footer-head h4{margin: 0; } 
  
  .row-fluid .social-section h4{ font-size:24px;margin-bottom:20px; }
  .row-fluid .social-rich {  width: 100%; }
  
  .row-fluid .new-footer {  padding: 70px 0; }
  
  .row-fluid .social-section { padding: 40px 0 15px 0;}
  .row-fluid .footer-btn a#cta_button_755928_70a46428-87d5-4d75-8bdc-850a59df47a7 { font-size: 14px; min-width:200px; }
.row-fluid .social-rich ul li { margin: 0px 3%;}
  .row-fluid .video-content a, .row-fluid .video-content p, .row-fluid .video-content h2, .row-fluid .video-content h1, .row-fluid .video-content h3, .row-fluid .video-content h4, .row-fluid .video-content h5, .row-fluid .video-content h6, .row-fluid .video-content strong { font-size: 14px; }
  
  .row-fluid .footer-btn ul {float: left; width: 100%; margin-top: 16px; }
.row-fluid .footer-btn ul li { list-style: none; float: none;  margin: 0 auto; text-align: center;padding: 0 20px; display: inline-block;}
  
  
}












