@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url("//fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("//fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff") format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("//fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff") format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url("//fonts.gstatic.com/s/opensans/v10/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff") format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url("//fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxn5HxGBcBvicCpTp6spHfNo.woff") format("woff");
}
@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    src: local("Ubuntu"), url("//fonts.gstatic.com/s/ubuntu/v7/_xyN3apAT_yRRDeqB3sPRg.woff") format("woff");
}
@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url("//fonts.gstatic.com/s/ubuntu/v7/OsJ2DjdpjqFRVUSto6IffD8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}
@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url("//fonts.gstatic.com/s/ubuntu/v7/0ihfXUL2emPh0ROJezvraD8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}
@font-face {
    font-family: "Ubuntu";
    font-style: italic;
    font-weight: 400;
    src: local("Ubuntu Italic"), local("Ubuntu-Italic"), url("//fonts.gstatic.com/s/ubuntu/v7/kbP_6ONYVgE-bLa9ZRbvvvesZW2xOQ-xsNqO47m55DA.woff") format("woff");
}
@font-face {
    font-family: "Ubuntu";
    font-style: italic;
    font-weight: 500;
    src: local("Ubuntu Medium Italic"), local("Ubuntu-MediumItalic"), url("//fonts.gstatic.com/s/ubuntu/v7/ohKfORL_YnhBMzkCPoIqwobN6UDyHWBl620a-IRfuBk.woff") format("woff");
}
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;%20400;%20600;%20700;%20900&display=swap');
{
    % include "hubspot/styles/responsive/required_base.css" % 
}
{
    % include 'Coded files/Custom/page/Beaconlive_Nov_2014-theme/Beaconlive Nov 2014-modules.css' % 
}
{
    % include "hubspot/styles/patches/recommended.css" % 
}
{
    % set baseColor="002b45" % 
}
{
    % set linkColor="#fff" % 
}
{
    % set linkHover="#fff" % 
}
{
    % set accentColor1="#666" % 
}
{
    % set accentColor2="#ccc" % 
}
{
    % set accentColor3="#ddd" % 
}
{
    % set baseFontFamily="'Lato',Arial,Helvetica,sans-serif" % 
}
{
    % set baseFontSize="14px" % 
}
{
    % set baseLineHeight="17px" % 
}
{
    % set webFont1="Helvetica, Arial, Sans-serif" % 
}
{
    % set maxWidth="960px" % 
}
{
    % macro transition(value) -% 
}
-webkit-transition: {
    {
        value 
    }
}
;
-moz-transition: {
    {
        value 
    }
}
;
-o-transition: {
    {
        value 
    }
}
;
-ms-transition: {
    {
        value 
    }
}
;
transition: {
    {
        value 
    }
}
;
{
    %- endmacro % 
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
    color: {
        {
            baseColor 
        }
    }
    ;
    font-family: {
        {
            baseFontFamily 
        }
    }
    ;
    font-size: {
        {
            baseFontSize 
        }
    }
    ;
    line-height: {
        {
            baseLineHeight 
        }
    }
    ;
}
.hs-rss-title span {
    font-size: 24px !important;
}
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: {
        {
            maxWidth 
        }
    }
    ;
    margin: 0 auto;
}
@media (max-width: 959px) {
    .container-fluid .row-fluid .testimonial-wrapper .page-center {
        padding: 24px 2% 0 !important;
    }
}
.container-fluid .row-fluid .page-center2 {
    float: none;
    max-width: 100%;
    margin: 0 auto;
}
a {
    color: #0B73B8;
    text-decoration: none;
}
@media (max-width: 768px) {
    a {
        font-size: 25px;
    }
}
a:hover, a:focus {
    color: #4f549b;
    text-decoration: underline;
}
::-moz-selection {
    color: #fff;
    text-shadow: none;
    background-color: #0B73B8;
}
::selection {
    color: black;
    text-shadow: none;
    background-color: #0B73B8;
}
p {
}
small {
}
strong {
}
em {
}
cite {
}
code {
}
pre {
}
sup, sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
 h1, h2, h3, h4, h5, h6 {
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
}
h1 {
    color: white;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    margin: 0 0 10px;
}
h2 {
    color: white;
    font-weight: 700;
    font-size: 19px;
    line-height: 40px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    margin: 0 0 22px;
}
h3 {
    color: white;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    margin: 0 0 8px;
    text-transform: uppercase;
}
h4 {
    color: #0078eb;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    margin: 0 0 12px;
    text-transform: uppercase;
}
h5 {
    color: #0078eb;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    margin: 0 0 10px;
    text-transform: uppercase;
}
h6 {
}
ul {
}
ul, ol {
}
ul ul, ul ol, ol ol, ol ul {
}
li {
}
ul.unstyled, ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}
blockquote {
}
blockquote p {
}
blockquote small {
}
blockquote small:before {
}
.speechbubble {
    width: 300px;
    margin: 50px auto;
    border: 4px solid #00bfb6;
    padding: 20px;
    text-align: center;
    font-weight: 900;
    color: #00bfb6;
    font-family: arial;
    position: relative;
}
.speechbubble:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #00bfb6;
    border-bottom: 10px solid transparent;
    right: 50%;
    bottom: -23px;
}
.speechbubble:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    border-bottom: 10px solid transparent;
    right: 50%;
    bottom: -18px;
}


.quote-box blockquote {
    position: initial !important;
}
q:before, q:after, blockquote:before, blockquote:after {
}
.body-container p {
    margin: 0 0 8px;
    min-height: 25px;
}
.main-content a {
    color: #fff;
    text-decoration: underline;
}
.main-content a:hover {
    color: #fff;
    text-decoration: none;
}
.main-content ul {
    list-style: none;
    margin: 0;
    padding: 3px 0 20px 20px;
}
.lostheader h1 {
    color: black !important;
}
.lostheader h2 {
    color: black !important;
    font-size: 28px;
}
.lostheader {
    color: black !important;
}
.main-content ul li {
    padding: 0 0 10px 20px;
    position: relative;
}
.paddingt60 {
    padding-top: 60px;
}
.beacontextfield {
    text-align: center;
    font-size: 18px;
    margin: auto;
    color: black;
    padding-top: 20px;
}
@media (max-width: 767px) {
    .mobile_paddingt30 {
        padding-top: 30px;
    }
}
.threeimages {
    margin-left: 14% !important;
}
.extra-form {
    text-align: center;
}
.header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
}
.header-container, .body-container, .footer-container {
}
.header-container-wrapper {
}
.header-container {
    min-height: 100px;
}
@media only screen and (max-width: 768px) {
    .header-container {
        min-height: 75px;
    }
}
.leadinModal.leadinModal-v3 .leadin-preview-wrapper {
    display: block;
    background-position: left !important;
}
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4 {
    color: white !important;
}
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form h4, .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form ol, .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form p, .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form ul, .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4, .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview ol, .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview p, .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview ul {
    color: white !important;
}
.leadinModal-description-body li {
    color: white;
}
.leadin-preview-wrapper h4 {
    color: white !important;
}
.leadin-preview-wrapper p {
    color: white !important;
}
.leadinModal-description-body li {
    color: white;
}
.leadinModal-description-body h4 {
    color: white !important;
}
.leadinModal-description-body p {
    color: white !important;
}
.leadinModal-description-body li ul {
    color: white !important;
}
.leadinModal-description-body li {
    color: white !important;
}
.leadinModal-description-body ul {
    color: white !important;
}
.header-container .hs_cos_wrapper_type_logo {
}
.header-container .hs_cos_wrapper_type_logo a {
}
.header-container .hs_cos_wrapper_type_logo a img {
}
.custom-fixed-header {
    display: none !important;
}
.header-top-links-full-width {
    background: #002b45;
    overflow: hidden;
    padding: 11px 0;
    width: 100%;
}
.header-top-links ul {
    float: left;
    margin: 1px -1px 0 -51px;
}
.header-top-links ul li:last-child {
    margin-right: 0;
}
.header-top-links ul li {
    float: left;
    margin: 0 13px 0 14px;
    display: inline-block;
}
.header-top-links ul li a, .header-top-links .widget-type-cta a {
    background: url("//cdn2.hubspot.net/hub/435674/file-2042248231-png/images/arrow.png") no-repeat scroll 0 1px;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    padding: 0 0 0 16px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .header-top-links {
        width: 100% !important;
        padding: 0 !important;
    }
    .mobile-social {
        text-align: center !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding: 5px 0 !important;
        display: none !important;
    }
    .header-top-links ul {
        margin: 0 !important;
        padding: 0 !important;
    }
    .header-top-links ul li {
        width: 50%;
        text-align: center !important;
        margin: 0 !important;
        padding: 15px 10px !important;
        float: left !important;
        border: 1px solid #eeefef;
    }
    .custom-footer-social-icons ul {
        width: 100% !important;
        margin: 0 auto !important;
        float: none !important;
        overflow: hidden;
        text-align: center;
    }
    .custom-footer-social-icons ul li {
        text-align: center !important;
        margin: 0 auto !important;
        display: inline-block !important;
        float: none !important;
    }
    .header-top-links-full-width {
        padding: 0 !important;
    }
}
@media (max-width: 400px) {
    .header-top-links ul li {
        min-height: 70px;
    }
}
.custom-logo img {
    width: 323px;
}
.custom-logo img, .header-logo-full-width, .header-logo-full-width .page-center, .header-logo-full-width .custom-menu-primary .hs-menu-wrapper>ul {
    transition: all 0.6s ease 0s;
}
.header-logo-full-width .page-center {
    padding: 22px 0 23px 2px;
}
.smallHeader .header-logo-full-width .custom-logo img {
    width: 200px !important;
}
.smallHeader .header-logo-full-width .page-center {
    padding: 13px 0 15px 2px;
}
.smallHeader .header-logo-full-width .custom-menu-primary .hs-menu-wrapper>ul {
    padding-top: 13px;
}
.body-container-wrapper {
}
.body-container {
}
.body-container .page-center {
    padding: 32px 0 79px;
}
.body-container .page-center2 {
    padding: 32px 0 79px;
}
.footer-container-wrapper {
}
.footer-container {
    background: #002b45;
    padding: 18px 0 35px;
}
.custom-footer-social-icons {
    width: auto !important;
    margin-left: 0 !important;
    float: right !important;
}
.custom-footer-social-icons ul {
    float: right;
    margin: 0 0 0 12px;
    list-style: outside none none;
    padding: 0;
}
.custom-footer-social-icons ul li {
    float: left;
    margin: 0 4px;
}
.custom-footer-social-icons ul li:last-child {
    margin-right: 0;
}
.custom-footer-social-icons li a {
    background: url("//cdn2.hubspot.net/hub/435674/file-2042643519-png/images/social-icons.png") no-repeat scroll 0 0;
    display: block;
    height: 30px;
    width: 30px;
}
.custom-footer-social-icons li.facebook a {
    background-position: 0 -39px;
}
.custom-footer-social-icons li.youtube a {
    background-position: 0 -83px;
}
.custom-footer-social-icons li.linked a {
    background-position: 0 -128px;
}
.custom-footer-left-section {
    color: #ffffff;
    font-weight: 600;
    line-height: 23px;
    width: 50% !important;
}
.custom-footer-right-section {
    padding: 5px 0 0;
    width: 48% !important;
    float: right !important;
    margin-left: 0 !important;
}
.custom-footer-search {
    width: auto !important;
    float: right !Important;
}
 .custom-footer-search form {
    max-width: 211px;
}
.custom-footer-search input.hs-input {
    background: none repeat scroll 0 0 #ffffff;
    border: 0 none;
    border-radius: 6px 0 0 6px;
    color: #002b45;
    float: left;
    font: italic 500 12px/15px "Ubuntu", Arial, Helvetica, sans-serif;
    height: 18px;
    margin: 0;
    padding: 6px 12px;
    width: 154px;
    box-sizing: content-box;
}
#hbspt-form-1645642301454-3151914734 {
    background-color: #edf1f6;
    margin-top: -2%;
}
#hs_cos_wrapper_module_164581439979762_ h1 {
    color: #00345D !important;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 1.75em !important;
    padding-bottom: 0px;
}
.custom-footer-search input.hs-input::-webkit-input-placeholder {
    color: #002b45;
    opacity: 1;
}
.custom-footer-search input.hs-input:-moz-placeholder {
    color: #002b45;
    opacity: 1;
}
.custom-footer-search input.hs-input::-moz-placeholder {
    color: #002b45;
    opacity: 1;
}
.custom-footer-search input.hs-input:-ms-input-placeholder {
    color: #002b45;
    opacity: 1;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    color: #fff !important;
    padding: 6px 12px;
    font-size: 1.4rem;
    border-radius: 3px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    text-decoration: none;
    user-select: none;
    border-radius: 25px;
    box-shadow: 10px 10px 8px #888888;
}
.scrollbutton {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: black !important;
    padding: 6px 12px;
    border-radius: 25px;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}
.contentCarouselWrap .desc {
    color: black !important;
}
.section-header {
    color: black;
    text-align: center;
    font-size: 36px;
}
.section-header h2 {
    color: black;
}
.scrollbutton:hover {
    outline: 1px solid black;
    transform: scale(1.1);
}
.btn:hover {
    transform: scale(1.1);
}
.btn a {
    color: #fff !important;
}
.btn-primary.btn-flat {
    color: #fff !important;
    border-color: transparent;
    background: #EA8129;
    border-radius: 10px;
    font-size: 20px;
    min-width: min-content;
    text-transform: capitalize;
    white-space: normal;
}
#lastname-33862ba4-c8eb-4dfb-b90f-1defcdabb9cc_687 .hs-input {
    width: 101%;
}
.btn-primary.btn-flat a {
    text-transform: capitalize !important;
}
.btn-primary.btn-flat:hover {
    transform: scale(1.1);
}
.btn-primary.btn-large {
    color: #fff !important;
    border-color: transparent;
    background: #ea8129;
    padding: 1%;
    text-transform: capitalize;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 25px;
    white-space: normal !important;
    word-wrap: break-word;
}
.btn-primary.btn-large:hover {
    transform: scale(1.1);
}
.btn-primary.btn-flat a {
    color: #fff !important;
    text-transform: lowercase;
}
@media (max-width: 800px) {
    .socialsharing img {
        max-height: 40px !important;
        max-width: 40px !important;
    }
}
table {
    width: auto !important;
}
@media (max-width: 800px) {
    table {
        display: flex;
        height: 100% !important;
    }
}
.tabberwrapper {
    display: flex;
    flex-wrap: wrap;
    padding-right: 3%;
    max-width: 655px;
}
.tabberwrapper a {
    flex: 0 0 calc(18.33% - 14px);
}
@media (max-width: 800px) {
    .tabberwrapper {
        justify-content: center;
    }
}
.tabberwrappercolumn {
    flex: 0 0 calc(18.33% - 14px);
    border: 3px solid #e4e4e4;
    border-radius: 17px;
    text-align: center;
    padding-top: 8%;
    min-width: 156px;
    min-height: 146px;
    max-width: min-content;
}
@media (max-width: 484px) {
    .tabberwrappercolumn {
        min-width: 130px;
    }
}
.fa-phone {
    display: none !important;
}
.box--post-link span {
    display: none !important;
}
.box--post-banner-topics a {
    display: none !important;
}
.blogga-banner-form h3 {
    line-height: normal !important;
    color: black !important;
}
.tabberwrappercolumn:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform .3s ease-in-out;
    transform: scale(1.1);
    cursor: pointer;
    background-color: white;
}
.tabberimage {
    width: 100%;
    max-height: 100px;
}
.tabberdescription {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 3%;
    font-size: 2rem;
}
.mainwrapper {
    display: flex;
    justify-content: flex-start;
}
.industriesmainwrapper {
    display: flex;
    justify-content: start;
}
.iconwrapper {
    border: 3px solid #e4e4e4;
    border-radius: 17px;
    text-align: center;
    min-height: 158px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    max-width: min-content;
    padding-top: 8%;
}
.industryiconwrapper {
    border: 3px solid #e4e4e4;
    border-radius: 17px;
    text-align: center;
    min-height: 158px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    max-width: min-content;
    padding-top: 8%;
}
@media (min-width: 767px) {
    .industryiconwrapper {
        min-width: 175px;
    }
}
@media only screen and (max-width: 768px) {
    .industryiconwrapper {
        max-width: none;
    }
}
.industryiconwrapper:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform .3s ease-in-out;
    transform: scale(1.1);
    cursor: pointer;
    background-color: white;
}
@media (min-width: 767px) {
    .iconwrapper {
        min-width: 180px;
    }
}
@media only screen and (max-width: 768px) {
    .iconwrapper {
        max-width: none;
    }
}
.industriesiconwrapper {
    padding: 10px;
    border: 3px solid #e4e4e4;
    border-radius: 17px;
    text-align: center;
    margin: 2%;
    min-height: 142px;
    max-width: fit-content;
    float: left;
}
.iconwrapper:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform .3s ease-in-out;
    transform: scale(1.1);
    cursor: pointer;
    background-color: white;
}
.hs-tabs__item img {
    width: 70px !important;
    height: 70px !important;
    padding: 0px !important;
}
.hs-tabs__item {
    padding: 0px !important;
}
@media only screen and (min-width: 1540px) {
    .hs-tabs__item--active {
        max-width: 85% !important;
    }
}
.icontitle {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: black;
}
.iconimage {
    width: 100px 
}
.spacerfill {
    margin: 10px 0;
}
.custom-footer-search .hs-button {
    background: url("//cdn2.hubspot.net/hub/435674/file-2042578986-png/images/bg-submit.png") no-repeat scroll 0 0;
    border: 0 none;
    border-radius: 0 4px 4px 0;
    float: left;
    font-size: 0;
    height: 30px;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 33px;
}
.custom-footer-copyright address {
    font-style: normal;
    margin: 0;
}
.custom-footer-copyright address span {
    display: block;
}
.custom-footer-copyright p {
    margin: 0 0 10px;
}
{
    % set ulColor="" % 
}
{
    % set liColor="" % 
}
{
    % set aColor="#373534" % 
}
{
    % set aColorHover="#373534" % 
}
.custom-menu-primary .hs-menu-wrapper>ul {
    background: {
        {
            ulColor 
        }
    }
    ;
    float: right;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
    background: {
        {
            liColor 
        }
    }
    ;
    margin: 0 15px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    margin-right: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: {
        {
            aColor 
        }
    }
    ;
    line-height: 19px;
    font-weight: 600;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: {
        {
            aColorHover 
        }
    }
    ;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
    text-decoration: underline;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    background-color: #B3B4B5;
    padding: 2px 4px 5px;
    min-width: 300px;
    max-width: 400px;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li {
    background: {
        {
            liColor 
        }
    }
    ;
    margin: 0 15px;
    padding: 11px 0 0;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li:last-child {
    padding-bottom: 11px;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li a {
    color: {
        {
            aColor 
        }
    }
    ;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #373534;
    padding: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
    color: {
        {
            aColorHover 
        }
    }
    ;
    text-decoration: underline;
}
.custom-menu-primary .hs-menu-wrapper>ul li:hover ul ul {
    display: block !important;
    opacity: 1 !important;
    position: static !important;
    visibility: visible !important;
}
.custom-menu-primary .hs-menu-wrapper>ul ul ul {
    margin: 0 0 -1px;
    padding: 10px 0 0;
    background: transparent;
}
.custom-menu-primary .hs-menu-wrapper>ul ul ul li {
    padding: 0 0 10px;
    margin: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
    background: url("//cdn2.hubspot.net/hub/435674/file-2042248231-png/images/arrow.png") no-repeat scroll 2px 2px;
    font-weight: 600;
    padding: 0 0 0 20px;
}
.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 screen and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper {
        display: block !important;
    }
}
.mobile-trigger, .child-trigger {
    display: none;
}
@media (max-width: 767px) {
    {
        % set menuColorMobile="#ffffff" % 
    }
    {
        % set aColorMobile="#373534" % 
    }
    {
        % set aColorHoverMobile="#373534" % 
    }
    .custom-menu-primary, .custom-menu-primary .hs-menu-wrapper>ul, .custom-menu-primary .hs-menu-wrapper>ul li, .custom-menu-primary .hs-menu-wrapper>ul li a {
        display: block;
        float: none;
        position: static;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        padding: 0px;
        margin: 0px;
        background-image: none;
        background-color: transparent;
        border: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        max-width: none;
        width: 100%;
        height: auto;
        line-height: 1;
        font-weight: normal;
        text-decoration: none;
        text-indent: 0px;
        text-align: left;
        color: {
            {
                aColorMobile 
            }
        }
        ;
    }
    .mobile-trigger {
        display: inline-block !important;
        cursor: pointer;
        position: absolute;
        top: -42px;
        right: 20px;
        width: auto;
        height: auto;
        padding: 0;
        background: transparent;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: {
            {
                menuColorMobile 
            }
        }
        ;
    }
    .mobile-trigger:hover {
        text-decoration: none;
    }
    .mobile-trigger i {
        display: inline;
        position: relative;
        top: -4px;
    }
    .mobile-trigger i:before, .mobile-trigger i:after {
        position: absolute;
        content: '';
    }
     .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
        width: 44px;
        height: 5px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background-color: #000000;
        display: inline-block;
    }
    .mobile-trigger i:before {
        top: -12px;
    }
    .mobile-trigger i:after {
        top: 12px;
    }
    .child-trigger {
        display: block !important;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 0;
        width: 55px !important;
        min-width: 55px !important;
        height: 40px !important;
        padding: 0 !important;
        border-left: 1px dotted rgba(255, 255, 255, .20);
    }
    .child-trigger:hover {
        text-decoration: none;
    }
    .child-trigger i {
        position: relative;
        top: 50%;
        margin: 0 auto !important;
    }
    .child-trigger i:after {
        position: absolute;
        content: '';
    }
    .child-trigger i, .child-trigger i:after {
        width: 10px;
        height: 1px;
        background-color: {
            {
                aColorMobile 
            }
        }
        ;
        display: block;
    }
    .child-trigger i:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .child-trigger.child-open i:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .child-trigger.child-open i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .centeredheader {
        margin: auto;
        text-align: center;
        line-height: 1.5;
        font-size: 40px;
        color: black;
        font-weight: bold;
    }
    .centeredheader span {
        margin: auto;
        text-align: center;
        line-height: 1.5;
        font-size: 40px;
        color: black;
        font-weight: bold;
    }
    .custom-menu-primary.js-enabled {
        position: relative;
        padding-top: 3px;
        padding-bottom: 20px;
        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 {
        background-color: {
            {
                menuColorMobile 
            }
        }
        ;
        width: 100%;
    }
    .custom-menu-primary .hs-menu-wrapper>ul {
        padding: 13px 0 20px;
        border-bottom: 2px solid #d7d7d7;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li {
        position: relative;
        margin: 0 6% !important;
        width: auto;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
        border-color: transparent;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li a {
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        overflow: visible;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul {
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
        display: none;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul ul {
        display: block !important;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
        border: none;
        background: none;
        padding: 2px 4px 5px;
        margin: 7px 0 0;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
        margin: 0 6%;
    }
    .custom-menu-primary .hs-menu-wrapper>ul .child-trigger {
        border: medium none;
        left: 0;
        right: 0;
        width: auto !important;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul .child-trigger {
        display: none !important;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        display: inline-block;
        position: relative;
        z-index: 1000;
    }
    .custom-menu-primary .hs-menu-wrapper>ul .child-trigger i, .custom-menu-primary .hs-menu-wrapper>ul .child-trigger i:after {
        display: none;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li {
        border-top: 1px solid #d7d7d7;
        padding: 8px 0 7px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul li a {
        padding: 0;
        color: {
            {
                aColorMobile 
            }
        }
        ;
    }
    .custom-menu-primary .hs-menu-wrapper>ul li a:hover {
        color: {
            {
                aColorHoverMobile 
            }
        }
        ;
        text-decoration: underline;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul li {
        background-color: rgba(255, 255, 255, .08);
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        text-indent: 0;
        font-size: 14px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
        text-indent: 0;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul ul ul li a {
        text-indent: 0;
    }
}
body.one-column {
}
body.two-column {
}
body.three-column {
}
.content-wrapper {
}
.main-content {
    padding: 50px;
    padding-top: 0px;
}
.sidebar {
}
.sidebar.right {
}
.sidebar.left {
}
body.site-page.one-column, body.landing-page.one-column, body.error-template.one-column, body.password-template.one-column, body.subscription-template.one-column {
}
body.site-page.one-column .main-content, body.landing-page.one-column .main-content, body.error-template .main-content, body.password-template .main-content, body.subscription-template .main-content {
}
body.site-page.two-column, body.landing-page.two-column, body.blog {
}
body.site-page.two-column .main-content, body.landing-page.two-column .main-content, body.blog .blog-content {
}
body.site-page.three-column, body.landing-page.three-column {
}
body.site-page.three-column .main-content, body.landing-page.three-column .main-content {
}
body.site-page.one-column {
}
body.site-page.one-column .content-wrapper {
}
body.site-page.one-column .main-content {
}
body.site-page.two-column {
}
body.site-page.two-column .content-wrapper {
}
body.site-page.two-column .main-content {
}
body.site-page.two-column .sidebar.right {
}
body.site-page.three-column {
}
body.site-page.three-column .content-wrapper {
}
body.site-page.three-column .main-content {
}
body.landing-page.one-column {
}
body.landing-page.one-column .content-wrapper {
}
body.landing-page.one-column .main-content {
}
body.landing-page.two-column {
}
body.landing-page.two-column .content-wrapper {
}
body.landing-page.two-column .main-content {
}
body.landing-page.two-column .sidebar.right {
}
body.landing-page.three-column {
}
body.landing-page.three-column .content-wrapper {
}
body.landing-page.three-column .main-content {
}
.thank-you-font {
    font-family: sans-serif;
}
body.error-template.one-column {
}
body.error-template.one-column .content-wrapper {
}
body.error-template.one-column.custom-404-template .main-content {
    float: right;
    margin-left: 0 !important;
}
body.error-template.one-column.custom-404-template .left-sidebar {
    float: left;
    margin-left: 0 !important;
}
.custom-404-template .custom_error_message {
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
    color: #666666;
    height: auto;
    margin: 18px;
    min-height: 110px;
    padding: 36px 2% 36px 10%;
}
#email-c309cbb5-36d6-4960-8f76-e486e42166aa_4953 {
    width: 100% !important 
}
body.password-template.one-column {
}
body.password-template.one-column .content-wrapper {
}
body.password-template.one-column .main-content {
}
body.subscription-template.one-column {
}
body.subscription-template.one-column .content-wrapper {
}
body.subscription-template.one-column .main-content {
}
body.error-template .hs-input, body.password-template input[type="password"] {
    display: block;
}
#email-33862ba4-c8eb-4dfb-b90f-1defcdabb9cc_9633 {
    width: 220px;
}
body.blog {
}
body.hs-blog-post {
}
body.hs-blog-listing {
}
.blog .content-wrapper {
}
.blog .blog-content {
    box-sizing: border-box;
    float: left;
    line-height: 22px;
    padding: 2px 3.5% 0 0;
    width: 61.7%;
    margin-left: 0;
}
.blog-listing-wrapper {
}
.blog-post-wrapper {
}
.hs-blog-header h1 a {
}
.post-header h2 {
    padding: 0 0 3px;
}
.post-header h2 a {
    color: #0078eb;
    text-decoration: underline;
}
.blog-post-wrapper .post-header h2 a {
    text-decoration: none;
}
.blog .main-content blockquote h4 {
    font-style: normal;
}
.post-header h2 a:hover {
    text-decoration: none;
}
#hubspot-author_data {
    color: #888888;
    font-size: 11px;
    margin: 0 0 18px;
}
#hubspot-author_data a.author-link {
}
.hs-author-avatar {
}
.hs-author-avatar img {
}
.blog-listing-wrapper .post-listing .post-item {
    margin-bottom: 35px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
    margin: 0 0 10px;
}
.blog-post-wrapper .post-body {
}
.hs-featured-image-wrapper {
}
.hs-featured-image-wrapper .hs-featured-image-link {
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 170px;
    max-width: 210px;
    height: auto;
    width: auto;
    display: inline-block !important;
    float: right;
    margin: 20px 0 20px 20px;
}
.hs-featured-image-2021 {
    width: 100%;
}
a.more-link {
    color: #8c0757;
}
#hubspot-topic_data {
}
#hubspot-topic_data a.topic-link {
}
.hs-blog-social-share {
    padding: 10px 0 0 0;
    height: auto;
    margin-top: 20px;
}
.hs-blog-social-share ul li {
    padding: 0;
    background: none;
    margin: 0;
}
#comments-listing {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment {
    margin: 10px 0;
    padding: 15px 0;
}
.comment-date {
    font-size: 13px;
    text-align: right;
}
.comment-from {
    font-weight: bold;
}
.comment-from h4 {
    font-size: 1em;
}
.comment.depth-0 {
    border-top: 0px solid #eee !important;
}
.comment-body {
    padding: 10px 0;
}
#comment-9d0e6cd3-dd8a-4f9e-8bfe-2dbb16b49d5b_1 {
    width: 100%;
}
.blog-pagination {
}
.blog-pagination .previous-posts-link {
    color: #ee8222;
    margin-right: 15px;
}
.blog-pagination .all-posts-link {
    color: #ee8222;
    margin-right: 15px;
}
.blog-pagination .next-posts-link {
    color: #ee8222;
}
.usecasetestimonial {
    text-align: center;
    line-height: normal;
}
.blog .blog-sidebar {
    width: 31.4%;
    margin-left: 0 !important;
}
.blog .blog-sidebar .widget-span {
}
.blog-sidebar h2 {
    color: #0078eb;
    font: 700 18px/22px "Lato", Arial, Helvetica, sans-serif;
    margin: 0 0 15px;
}
.blog-sidebar .cell-wrapper {
    margin-bottom: 12px;
}
.blog .body-container .page-center {
    padding: 0;
    margin: 24px auto 0;
    padding: 8px 0 79px;
}
.blog-sidebar .custom-sidemenu .cell-wrapper {
    margin-bottom: 0;
}
.blog-sidebar h3 {
    color: #002b45;
    font: 700 14px/18px "Lato", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 14px 0 0;
    text-transform: none;
}
.custom-blog-tags h3 {
    border-top: 2px solid #dfe5e6;
}
.blog-sidebar .block ul {
    border-bottom: 2px solid #dfe5e6;
    margin: 0 0 -12px;
    padding: 12px 0 0;
}
.blog-sidebar .block ul li {
    border: medium none;
    font: 600 14px/18px "Lato", Arial, Helvetica, sans-serif;
    margin: 0;
    overflow: hidden;
    background: url("//cdn2.hubspot.net/hub/435674/file-2060245993-png/images/arrow-1.png") no-repeat scroll 2px 3px rgba(0, 0, 0, 0);
    padding: 0 0 12px 20px;
    list-style: none;
}
 .blog-sidebar .block ul li a {
    color: #002b45;
    float: left;
    font: 600 14px/18px "Lato", Arial, Helvetica, sans-serif;
}
body .hs-form-field {
    color: black !important;
    line-height: 24px;
    padding: 6px;
}
body .hs-field-desc {
}
body label {
}
body .hs-form-field>label {
    font-size: 16px;
    color: black !important;
    line-height: 24px;
    font-weight: 600;
}
#email-1e4128a9-9776-441e-a141-ddcdb0f3137a_6275 {
    width: 60%;
    height: 40px;
}
#hs_form_target_module_1645218443313362 {
    padding: 2%;
    border-radius: 6px;
    border: 1px solid gray;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.hs-input {
    font-size: 16px;
    margin-bottom: 2%;
}
body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"], body input[type="file"], body textarea, body select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: {
        {
            baseFontSize 
        }
    }
    ;
    color: #808080;
    vertical-align: middle;
    padding: 2px;
  max-width:140px;
}
body input[type="text"]:focus, body input[type="password"]:focus, body input[type="datetime"]:focus, body input[type="datetime-local"]:focus, body input[type="date"]:focus, body input[type="month"]:focus, body input[type="time"]:focus, body input[type="week"]:focus, body input[type="number"]:focus, body input[type="email"]:focus, body input[type="url"]:focus, body input[type="search"]:focus, body input[type="tel"]:focus, body input[type="color"]:focus, body input[type="file"]:focus, body textarea:focus, body select:focus {
}
body textarea {
    min-height: 120px;
}
body textarea:focus {
}
body select {
}
body select:focus {
}
.slick-slide slick-cloned {
    height: 160px 
}
.slick-list {
    overflow: visible !important;
}
section.Evoque_logo_slider_v1 {
    padding: 0px !important;
}
.Evoque_logo_slider_v1 .slick-arrow img {
    display: none !important;
}
body form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0;
    width: 100%;
    color: black;
}
.shadowforimages {
}
.marginauto {
    margin: auto !important;
}
.capitalizefirstletters {
    text-transform: capitalize !important;
}
.centereverything {
    display: flex !important;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.aligntextleft {
    text-align: left 
}
.padding4 {
    padding: 4%;
    padding-bottom: 1%;
    padding-top: 0%;
}
.desc p:hover {
    color: white;
}
.contentCarouselWrap .desc:hover {
    color: white;
}
.greybackground {
    background-color: #F6F5F5 !important;
}
#hs_cos_wrapper_module_1637252048139869_title {
    text-align: center;
    color: black;
}
.brandsiconimage {
    margin-left: 2%;
    margin-right: 2%;
}
.brandicons {
    display: block !important;
    margin: auto;
}
.contentCarouselWrap .contentBox .content {
    border-radius: 27px !important;
    width: 99%;
}
.contentSliderContainer .owl-dots {
    margin-top: 10px !important;
}
.brandicons img:hover {
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .brandicons {
        padding: 30%;
        margin-top: -24%;
        margin-bottom: -35%;
    }
}
.ppcform form.hs-form {
    align-items: center;
    display: flex !important;
    align-content: center;
    justify-content: center;
    margin: auto;
    text-align: center;
}
body form.hs-form .hs-form-field ul.inputs-list li input {
}
body input[type="radio"] {
}
body input[type="checkbox"] {
}
body input:focus:required:invalid, body textarea:focus:required:invalid, body select:focus:required:invalid {
}
body input:focus:required:invalid:focus, body textarea:focus:required:invalid:focus, body select:focus:required:invalid:focus {
}
::-webkit-input-placeholder {
    color: #747474;
    opacity: 1;
}
:-moz-placeholder {
    color: #002b45;
    opacity: 1;
}
::-moz-placeholder {
    color: #002b45;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #747474;
    opacity: 1;
}
.hs_cos_wrapper_type_form .hs-form-field {
}
.hs_cos_wrapper_type_form .hs-field-desc {
}
.hs_cos_wrapper_type_form label {
}
.hs_cos_wrapper_type_form .hs-form-field>label {
}
.hs_cos_wrapper_type_form input[type="text"], .hs_cos_wrapper_type_form input[type="password"], .hs_cos_wrapper_type_form input[type="datetime"], .hs_cos_wrapper_type_form input[type="datetime-local"], .hs_cos_wrapper_type_form input[type="date"], .hs_cos_wrapper_type_form input[type="month"], .hs_cos_wrapper_type_form input[type="time"], .hs_cos_wrapper_type_form input[type="week"], .hs_cos_wrapper_type_form input[type="number"], .hs_cos_wrapper_type_form input[type="email"], .hs_cos_wrapper_type_form input[type="url"], .hs_cos_wrapper_type_form input[type="search"], .hs_cos_wrapper_type_form input[type="tel"], .hs_cos_wrapper_type_form input[type="color"], .hs_cos_wrapper_type_form input[type="file"], .hs_cos_wrapper_type_form textarea, .hs_cos_wrapper_type_form select {
}
.hs_cos_wrapper_type_form input[type="text"]:focus, .hs_cos_wrapper_type_form input[type="password"]:focus, .hs_cos_wrapper_type_form input[type="datetime"]:focus, .hs_cos_wrapper_type_form input[type="datetime-local"]:focus, .hs_cos_wrapper_type_form input[type="date"]:focus, .hs_cos_wrapper_type_form input[type="month"]:focus, .hs_cos_wrapper_type_form input[type="time"]:focus, .hs_cos_wrapper_type_form input[type="week"]:focus, .hs_cos_wrapper_type_form input[type="number"]:focus, .hs_cos_wrapper_type_form input[type="email"]:focus, .hs_cos_wrapper_type_form input[type="url"]:focus, .hs_cos_wrapper_type_form input[type="search"]:focus, .hs_cos_wrapper_type_form input[type="tel"]:focus, .hs_cos_wrapper_type_form input[type="color"]:focus, .hs_cos_wrapper_type_form input[type="file"]:focus, .hs_cos_wrapper_type_form textarea:focus, .hs_cos_wrapper_type_form select:focus {
}
.hs_cos_wrapper_type_form textarea {
}
.hs_cos_wrapper_type_form textarea:focus {
}
.hs_cos_wrapper_type_form select {
}
.hs_cos_wrapper_type_form select:focus {
}
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {
}
.hs_cos_wrapper_type_form input[type="radio"] {
}
.hs_cos_wrapper_type_form input[type="checkbox"] {
}
#comment-form .hs-form-field>label {
}
#comment-form label {
}
#comment-form input[type="text"] {
}
#comment-form input[type="text"]:focus {
}
#comment-form textarea {
}
#comment-form textarea:focus {
}
#comment-form input[type="checkbox"] {
}
body .hs-common-error-message {
}
#hs_form_target_blog_subscription .hs-form-field>label {
}
#hs_form_target_blog_subscription label {
}
#hs_form_target_blog_subscription input[type="email"] {
}
#hs_form_target_blog_subscription input[type="email"]:focus {
}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}
.widget-type-google_search label {
}
.widget-type-google_search input[type="text"] {
}
.widget-type-google_search input[type="focus"] {
}
body .hs-form fieldset.form-columns-1 {
}
body .hs-form fieldset.form-columns-1 .hs-form-field {
}
body .hs-form fieldset.form-columns-2 {
}
body .hs-form fieldset.form-columns-2 .hs-form-field {
}
body .hs-form fieldset.form-columns-3 {
}
body .hs-form fieldset.form-columns-3 .hs-form-field {
}
body form.hs-form .hs-form-field ul.inputs-list li input {
}
body input[type="radio"] {
}
body input[type="checkbox"] {
}
body form.hs-form fieldset {
    max-width: none;
    margin-bottom: 10px;
}
body form.hs-form fieldset .hs-form-field {
    padding: 0 10px 0 0;
}
body form.hs-form fieldset[class*="form-columns"] .input {
    margin-right: 0;
}
body form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100%;
}
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
    width: auto;
}
body form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.33%;
}
@media (max-width: 400px) {
    body form.hs-form fieldset .hs-form-field {
        padding: 0;
    }
    body form.hs-form fieldset.form-columns-3 .hs-form-field, body form.hs-form .form-columns-2 .hs-form-field .hs-input, body form.hs-form .form-columns-3 .hs-form-field .hs-input {
        width: 100%;
    }
    body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] {
        width: auto;
    }
}
.platform-features {
    margin: auto;
}
.platform-features img {
    width: 50%;
}
@media only screen and (max-width: 768px) {
    .platform-features-icons {
        margin-bottom: 10%;
    }
    .platform-features img {
        margin-bottom: 10%;
    }
}
.ppc-features {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: auto;
    text-align: center;
}
body .hs-button.primary, body input[type="submit"], body input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: {
        {
            baseFontSize 
        }
    }
    ;
    text-decoration: none !important;
    color: #808080;
    vertical-align: middle;
}
body .hs-button.primary:hover, body input[type="submit"]:hover, body input[type="button"]:hover {
}
body .hs-button.primary:focus, body input[type="submit"]:focus, body input[type="button"]:focus {
}
.hs_cos_wrapper_type_form .actions {
    text-align: center;
}
.hs_cos_wrapper_type_form .hs-button.primary.large {
    text-transform: capitalize !important;
    cursor: pointer;
    border-radius: 4px;
    background-color: #EA8129;
    background-image: none;
    color: #fff;
    font-size: 16px;
    box-shadow: none;
    padding: 6px 18px;
    display: inherit;
    margin: auto;
    text-align: center;
    border: 1px solid white;
}
.blogelearning {
    display: flex !important;
    flex-direction: row;
    align-content: inherit;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    margin-top: 25px;
}
.blogelearning .actions {
    text-transform: capitalize !important;
    cursor: pointer;
    border-radius: 4px;
    background-color: #00345D;
    background-image: none;
    color: #fff;
    font-size: 16px;
    box-shadow: none;
    padding: 6px 18px;
    display: inherit;
    margin: auto;
    text-align: center;
    border: none !important;
    width: 100% !important;
}
 .blogelearning .actions .hs-button primary large {
    text-transform: capitalize !important;
    cursor: pointer;
    border-radius: 4px;
    background-color: #EA8129;
    background-image: none;
    color: #fff;
    font-size: 16px;
    box-shadow: none;
    padding: 6px 18px;
    display: inherit;
    margin: auto;
    text-align: center;
    border: none !important;
    width: 100% !important;
}
.blogelearning .actions .hs-button primary large:hover {
    border: 1px solid #ea8129;
    text-decoration: none;
    color: #fff;
    background-color: #00345d;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
    border: none !important;
}
.blogelearning .actions:hover {
    border: 1px solid #ea8129;
    text-decoration: none;
    color: #fff;
    background-color: #00345d;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
    border: none !important;
}
.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
    color: black;
}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {
    text-decoration: none;
    color: #ea8129;
    background-color: white;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {
}
#add-comment-button.hs-button.primary {
}
#add-comment-button.hs-button.primary:hover {
}
#add-comment-button.hs-button.primary:focus {
}
#hs_form_target_blog_subscription .hs-button.primary.large {
}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {
}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {
}
.body-container .widget-type-google_search .hs-button.primary {
    cursor: pointer;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 20px !important;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-top: 10px;
    background-color: #0078eb;
    background-image: none;
    color: #fff;
    font-size: 18px;
    border: none;
    box-shadow: none;
    padding: 6px 18px;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: normal;
}
.body-container .widget-type-google_search .hs-button.primary:hover {
    text-decoration: none;
    color: #333333;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
    color: #fff;
    background-color: #0084ff;
}
.widget-type-google_search .hs-button.primary:focus {
}
#module-group-ID .cta_button {
}
#module-group-ID .cta_button:hover {
}
#module-group-ID .cta_button:focus {
}
.largeusecasebuttonorange {
    background: #ea8129;
    padding: 22px 26px;
    border-radius: 10px;
    height: 65px;
    text-align: center;
    font-size: 21px;
    width: 30%;
}
@media only screen and (max-width: 768px) {
    .largeusecasebuttonorange {
        margin: auto !important;
        margin-bottom: 10px !important;
        width: 80% !important;
        text-align: center;
    }
}
.largeusecasebuttonorange div a {
    color: white;
}
.largeusecasebutton {
    padding: 22px 26px;
    border-radius: 10px;
    height: 65px;
    text-align: center;
    font-size: 21px;
    border: 3px solid #ea8129;
    color: #ea8129 !important;
}
@media only screen and (max-width: 768px) {
    .largeusecasebutton {
        margin-bottom: 5%;
    }
}
.largeusecasebutton div a {
    color: #ea8129 !important;
}
#hs-button_module_1638553291876224 {
    color: #ea8129 !important;
}
@media only screen and (max-width: 768px) {
    .linkedicons {
        width: 65% !important;
        margin: auto !important;
        margin-bottom: 8% !important;
    }
}
.arrowleft {
    text-align: center;
}
.arrowleft img {
    width: 18%;
    margin-top: 3%;
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    .arrowleft img {
        margin-top: 5%;
    }
}
.arrowright {
    text-align: center;
}
.arrowright img {
    width: 12%;
    margin-top: -6%;
}
virtualleftarrow {
    width: 18%;
}
.virtualrightarrow img {
    width: 26%;
}
@media only screen and (max-width: 768px) {
    .virtualrightarrow img {
        margin-left: 50%;
    }
}
.virtualleftarrow img {
    width: 26%;
}
@media only screen and (max-width: 768px) {
    .virtualleftarrow img {
        margin-left: -25%;
    }
}
.centerimageandtext {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 558px;
}
@media only screen and (max-width: 768px) {
    .centerimageandtext {
        height: 488px;
    }
}
@media only screen and (max-width: 768px) {
    .usecaseheading {
        margin-bottom: margin-bottom: -8%;
    }
}
.casestudyarrowleft {
    text-align: center;
}
.casestudyarrowleft img {
    width: 35%;
    margin-top: -34%;
}
.brandiconsimage: hover {
    cursor: pointer;
}
.container {
    max-width: 100% !important;
}
.casestudyarrowright {
    text-align: center;
}
.casestudyarrowright img {
    width: 38%;
    margin-top: -6%;
}
.gallery-panel {
    overflow: hidden;
    padding: 20px 50px 18px;
    position: relative;
    border-bottom: 2px solid #dfe5e6;
    border-top: 2px solid #dfe5e6;
}
.gallery2 {
    position: relative;
    overflow: hidden;
    margin: 0 -56px 0 0;
}
.gallery2 .slide {
    float: left;
    width: 124px;
    text-align: center;
    margin: 0 54px 0 0;
}
.gallery2 .slide img {
    vertical-align: top;
    margin: 0 0 8px;
}
.gallery2 .slide strong {
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.gallery2 .slide a {
    display: block;
    color: #002b45;
}
.gallery2 .slide a:hover {
    text-decoration: none;
}
.bx-next, .bx-prev {
    position: absolute;
    left: 0;
    top: 75px;
    width: 24px;
    height: 30px;
    background: url(//cdn2.hubspot.net/hub/435674/file-2047301858-png/images/arrows-gallery.png) no-repeat;
    text-indent: -9999px;
    line-height: 0;
    font-size: 0;
}
.bx-next {
    left: auto;
    right: 0;
    background-position: 0 -70px;
}
.home-page-template .body-container .page-center {
    padding: 21px 0 41px;
}
.home-page-slider .hs_cos_flex-slider {
    margin: 0 0 30px;
}
.home-page-slider .hs_cos_flex-direction-nav {
    display: none;
}
.home-page-slider .hs_cos_flex-control-nav {
    bottom: -30px;
}
.home-page-slider .hs_cos_flex-control-paging li {
    display: inline-block;
    margin: 0 4px;
    vertical-align: top;
}
.home-page-slider .hs_cos_flex-control-paging li a {
    background: none repeat scroll 0 0 #ffffff;
    border: 2px solid #d7d2cb;
    border-radius: 15px;
    display: block;
    height: 15px;
    text-indent: -9999px;
    width: 15px;
    box-shadow: none;
}
.home-page-slider .hs_cos_flex-control-paging li a:hover, .home-page-slider .hs_cos_flex-control-paging li a.hs_cos_flex-active {
    background: none repeat scroll 0 0 #0078eb;
    border: 2px solid #0078eb;
}
.home-page-row1 {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0 42px;
    text-align: center;
}
.home-page-row1 h3 {
    font-size: 22px;
    font-weight: 600;
    color: #383838;
    line-height: 25px;
    margin: 0 0 12px;
    text-transform: none;
}
.home-page-row1 a {
    background: none repeat scroll 0 0 #0078eb;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding: 12px 25px;
    text-transform: uppercase;
    margin-top: 14px;
    text-decoration: none;
}
.home-page-row1 a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.home-page-three-column-container {
    margin: 0 0 9px;
    overflow: hidden;
    padding: 34px 0 0;
}
.description-col {
    background: none repeat scroll 0 0 #f6f7f7;
    border-bottom: 13px solid #ef8200;
    border-radius: 0 0 6px 6px;
    display: inline-block;
    vertical-align: top;
    min-height: 350px !important;
}
.description-col.col2 {
    border-bottom: 13px solid #0078eb;
}
.description-col.col3 {
    border-bottom: 13px solid #a6b72a;
}
.description-col h3 {
    background: #ef8200;
    border-bottom: 7px solid #cd6f00;
    border-radius: 6px 6px 0 0;
    padding: 8px 0 9px;
    text-align: center;
    text-transform: none;
    margin: 0;
}
.description-col h3 strong {
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
}
.description-col.col2 h3 {
    background: #0078eb;
    border-bottom: 7px solid #005eb9;
}
.description-col.col3 h3 {
    background: #a6b72a;
    border-bottom: 7px solid #8c9d06;
}
.description-col ul {
    background: #f6f7f7;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    list-style: outside none none !important;
    margin: 0 !important;
    padding: 4px 24px 35px !important;
    text-align: center;
}
.freebeeheading {
    color: #000;
    font-size: 36px;
    text-align: center;
}
.description-col ul li {
    border-bottom: 2px solid #ffffff;
    color: #383838;
    padding: 9px 0 10px !important;
    vertical-align: top;
}
.description-col ul li a {
    color: #383838;
    text-decoration: none;
}
.description-col ul li a:hover {
    text-decoration: underline;
}
 .home-page-bottom-pane-full-width {
    background: #eeefef;
}
.home-page-template .body-container .home-page-bottom-pane-full-width .page-center {
    padding: 43px 0 29px;
}
.home-page-bottom-left-col img {
    margin: 13px 0 0 25px;
}
.home-page-bottom-right-col {
    color: #002b45;
    line-height: 23px;
    padding-left: 2px;
}
.home-page-bottom-right-col h2:before {
    background: none repeat scroll 0 0 #ffffff;
    bottom: 4px;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    width: 100%;
}
.home-page-bottom-right-col h2 {
    color: #002b45;
    font-size: 23px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 22px;
    overflow: hidden;
    position: relative;
}
.home-page-bottom-right-col h2 span {
    background: none repeat scroll 0 0 #eeefef;
    float: left;
    padding: 0 10px 0 0;
    position: relative;
    z-index: 5;
}
.connectwithbeacon h2 {
    color: white;
    font-size: 40px;
}
.home-page-bottom-right-col ul {
    list-style: outside none none !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 9px 0 0 !important;
}
.home-page-bottom-right-col ul li {
    float: left;
    padding: 0 !important;
}
.home-page-bottom-right-col ul li:first-child a {
    padding: 12px 15px;
}
.home-page-bottom-right-col ul li a {
    background: #ffffff;
    border-radius: 5px;
    color: #002b45;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin: 0 12px 0 0;
    padding: 12px 10px 12px 11px;
    text-transform: uppercase;
    text-decoration: none;
}
.home-page-bottom-right-col ul li a:hover {
    text-decoration: underline;
}
.custom-sidebar-resources {
    padding: 0 0 50px;
}
.custom-sidebar-resources h2 {
    color: #0078eb;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    margin: 0 0 15px;
}
.custom-sidebar-resources ul {
    border-bottom: 2px solid #dfe5e6;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 1px;
}
.custom-sidebar-resources ul li {
    border-top: 2px solid #dfe5e6;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    overflow: hidden;
    padding: 13px 0 12px;
    vertical-align: top;
}
.custom-sidebar-resources ul li a {
    color: #002b45;
    display: inline-block;
    text-decoration: none;
}
.custom-sidebar-resources ul li a:hover {
    text-decoration: underline;
}
.two-column-left-with-nav .left-sidebar {
    float: left !important;
    width: 31.4% !important;
    margin-left: 0 !important;
}
.two-column-left-with-nav .main-content {
    box-sizing: border-box;
    float: right !important;
    line-height: 22px;
    padding: 2px 3.5% 0 0;
    width: 61.7% !important;
    margin-left: 0 !important;
}
.sidenav-title h2 {
    color: #0078eb;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    margin: 0 0 15px;
}
.custom-sidemenu {
    padding: 0 0 50px;
}
.custom-sidemenu .hs-menu-wrapper.hs-menu-flow-vertical>ul {
    border-bottom: 2px solid #dfe5e6;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 5px;
}
.custom-sidemenu .hs-menu-wrapper.hs-menu-flow-vertical>ul>li {
    border-top: 2px solid #dfe5e6;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    overflow: hidden;
    padding: 14px 0 12px;
    vertical-align: top;
}
.custom-sidemenu .hs-menu-wrapper.hs-menu-flow-vertical>ul>li>a {
    color: #002b45;
    display: inline-block;
    text-decoration: none;
}
.custom-sidemenu .hs-menu-wrapper.hs-menu-flow-vertical>ul>li>a:hover {
    text-decoration: underline;
}
.custom-sidemenu .hs-menu-wrapper.hs-menu-flow-vertical ul ul {
    margin: 0 0 -12px;
    padding: 12px 0 0;
    background: transparent;
}
.custom-sidemenu .hs-menu-wrapper.hs-menu-flow-vertical ul ul li {
    border: medium none;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    margin: 0;
    overflow: hidden;
    padding: 0 0 12px;
}
.custom-sidemenu .hs-menu-wrapper.hs-menu-flow-vertical ul ul li a {
    background: url("//cdn2.hubspot.net/hub/435674/file-2042248231-png/images/arrow.png") no-repeat scroll 2px 3px;
    color: #002b45;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    padding: 0 0 0 20px;
}
.button {
    background: none repeat scroll 0 0 #0078eb;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding: 12px 25px;
    text-transform: uppercase;
}
.main-content .button {
    color: #ffffff;
    margin: 2px 0 0;
    padding: 11px 19px 13px;
    text-decoration: none;
}
.main-content .button:hover {
    color: #ffffff;
    text-decoration: none;
}
.main-content blockquote {
    color: #002b45;
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    background: none repeat scroll 0 0 #e7e8e8;
    border-radius: 4px;
    margin: 0 -1% 32px 0;
    padding: 19px 35px 23px 22px;
}
.body-container .page-center.carousel {
    margin-bottom: 41px;
    padding: 0;
}
.custom-sidemenu.careers-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul, .custom-sidemenu.careers-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul>li, .custom-sidemenu.newsletters-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul, .custom-sidemenu.newsletters-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul>li {
    padding: 0;
    border: none;
}
.custom-sidemenu.careers-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul>li>a, .custom-sidemenu.newsletters-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul>li>a {
    display: none;
}
.custom-sidemenu.careers-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul>li>ul, .custom-sidemenu.newsletters-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul>li>ul {
    display: none;
}
.custom-sidemenu.careers-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul>li:first-child>ul, .custom-sidemenu.newsletters-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul>li:nth-child(3)>ul {
    display: block;
}
.custom-sidemenu.careers-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul>li>ul, .custom-sidemenu.newsletters-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul>li>ul {
    border-bottom: 2px solid #dfe5e6;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 5px;
}
.custom-sidemenu.careers-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul>li>ul>li, .custom-sidemenu.newsletters-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul>li>ul>li {
    border-top: 2px solid #dfe5e6;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    overflow: hidden;
    padding: 14px 0 12px;
    vertical-align: top;
}
.custom-sidemenu.careers-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul>li>ul>li>a, .custom-sidemenu.newsletters-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul>li>ul>li>a {
    color: #002b45;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    padding: 0;
    background: none;
}
.custom-sidemenu.careers-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul>li>ul>li>a:hover, .custom-sidemenu.newsletters-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul>li>ul>li>a:hover {
    text-decoration: underline;
}
.custom-contact-form h3 {
    margin: 0;
}
.custom-contact-form .hs-richtext>p {
    margin: 0;
}
.newsletter-main-content {
    text-align: center;
    padding-top: 30px;
}
.newsletter-subscribe-form .hs-form {
    margin: 30px auto;
    max-width: 418px;
}
.newsletter-subscribe-form .hs-form ul li {
    background: none;
    padding: 0;
}
.newsletter-subscribe-form .hs-richtext p {
    font-size: 16px;
    line-height: 21px;
    color: #8c1d59;
    font-family: verdana, sans-serif;
    padding-top: 11px;
    border-top: 1px solid #cccccc;
    margin-top: 10px;
}
.newsletter-subscribe-form .hs-form-field {
    overflow: hidden;
    padding: 2px;
}
.newsletter-subscribe-form label {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    font-weight: 600;
    font-family: arial;
}
.newsletter-subscribe-form .hs-form-field>label {
    float: left;
    max-width: 100%;
    width: 200px;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    font-weight: 600;
    font-family: arial;
}
.newsletter-subscribe-form .hs-form-field>.input {
    float: right;
    max-width: 100%;
    width: 200px;
}
.newsletter-subscribe-form .hs-richtext h6 {
    color: #000000;
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
    margin: 15px 0;
}
.newsletter-subscribe-form .hs_submit .actions {
    text-align: center;
}
.newsletter-subscribe-form .hs-button.primary {
    background-color: #007be8;
    border: 1px solid #007be8;
    border-radius: 6px;
    color: #ffffff;
    font-family: verdana;
    font-size: 19px;
    min-height: 50px;
    min-width: 150px;
}
.two-column-left-top-pane-full-width {
    background: url("//cdn2.hubspot.net/hub/435674/file-2063720067-png/images/bg-top-panel.png") repeat scroll 0 0;
    padding: 23px 0 21px;
}
.two-column-left-top-pane-full-width .page-center {
    padding: 0;
    max-width: 966px !important;
}
.two-column-left-top-pane-left-column {
    padding: 2px 0 0;
    max-width: 125px;
}
.two-column-left-top-pane-right-column {
    color: #ffffff;
    float: right !important;
    font-size: 17px;
    line-height: 25px;
    width: 82.2% !important;
    margin-left: 0 !important;
}
.two-column-left-top-pane-right-column h1 {
    color: #ffffff;
    margin: 0 0 11px;
}
.two-column-left-with-top-pane .main-content {
    box-sizing: border-box;
    float: right !important;
    line-height: 22px;
    padding: 0 3.5% 0 0;
    width: 61.7% !important;
    margin-left: 0 !important;
}
.two-column-left-with-top-pane .main-content h2 {
    margin: 0 0 10px;
}
.two-column-left-with-top-pane .main-content ul {
    padding: 3px 0 0 20px;
}
.cemodule {
    padding: 3%;
}
.two-column-left-with-top-pane .main-content blockquote {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 2px solid #dfe5e6;
    border-radius: 0;
    border-top: 2px solid #dfe5e6;
    color: #009aac;
    font-style: normal;
    margin: 53px -6px 20px 0;
    padding: 22px 0 24px;
    position: relative;
}
.industryheader1 {
    min-height: 102px !important;
}
 .two-column-left-with-top-pane .main-content blockquote:after, .two-column-left-with-top-pane .main-content blockquote:before {
    background: url("//cdn2.hubspot.net/hub/435674/file-2063275346-png/images/bg-quote-l.png") no-repeat scroll 0 0 #ffffff;
    content: "";
    height: 27px;
    left: 1px;
    padding: 0 11px 0 0;
    position: absolute;
    top: -23px;
    width: 33px;
    box-sizing: content-box;
}
.two-column-left-with-top-pane .main-content blockquote:after {
    background: url("//cdn2.hubspot.net/hub/435674/file-2063275351-png/images/bg-quote-r.png") no-repeat scroll 97% 0 #ffffff;
    bottom: -23px;
    left: auto;
    padding: 0 0 0 10px;
    right: 0;
    top: auto;
}
.two-column-left-with-top-pane .main-content blockquote q {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 20px;
    display: block;
}
q:before, q:after {
    content: "";
}
.two-column-left-with-top-pane .main-content blockquote cite {
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}
.two-column-left-with-top-pane .left-sidebar {
    float: left !important;
    width: 31.4% !important;
    margin-left: 0 !important;
    padding: 2px 0 0;
}
.two-column-left-with-top-pane .left-sidebar h2 {
    color: #0078eb;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 15px;
}
.two-column-left-with-top-pane-sidebar-column {
    padding: 0 0 26px;
}
.sidebar-webinar-box {
    background: #e8e9e9;
    border-radius: 4px;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 42px;
    padding: 19px 2.6% 15px 6.6%;
}
.sidebar-webinar-box h3 {
    border-top: medium none;
    color: #003045;
    font-size: 19px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 9px;
    text-transform: none;
    padding: 0;
}
.sidebar-webinar-box p {
    margin: 0 0 10px;
}
.sidebar-webinar-box a {
    color: #003045;
    text-transform: uppercase;
}
.custom-sidebar-product-and-service h4 {
    background: url("//cdn2.hubspot.net/hub/435674/file-2063810247-png/images/down-arrow.png") no-repeat scroll 0 1px;
    padding: 7px 0 7px 42px;
    font-weight: 700;
    text-transform: none;
    color: #002b45;
    margin: 0;
}
.custom-sidebar-product-and-service ul {
    border-bottom: 2px solid #dfe5e6;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 5px;
}
.custom-sidebar-product-and-service ul li {
    border-top: 2px solid #dfe5e6;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    overflow: hidden;
    padding: 8px 0;
    vertical-align: top;
}
.custom-sidebar-product-and-service li p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    padding: 8px 0 0 2px;
    margin: 0;
}
.custom-sidebar-product-and-service li p a {
    color: #002b45;
    font: 600 12px/18px "Lato", Arial, Helvetica, sans-serif;
    padding: 0 0 0 5px;
    text-decoration: underline;
    display: inline-block;
}
.custom-bottom-contact-form-container {
    background: #eeefef;
    padding: 25px 0 36px;
}
.custom-bottom-contact-form-container .page-center {
    padding: 0 !important;
    max-width: 940px !important;
}
.custom-bottom-contact-text {
    float: left;
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 0 1%;
    text-align: right;
    width: 31% !important;
}
.custom-bottom-contact-text p {
    margin: 0 0 10px;
}
.custom-bottom-contact-form {
    float: right !important;
    padding: 0 2% 0 0;
    width: 62% !important;
    margin-left: 0 !important;
}
.custom-bottom-contact-form h3.form-title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #003045;
    font-style: normal;
    margin: 0 0 19px;
    text-transform: none;
}
.custom-bottom-contact-form label {
    display: none;
}
.custom-bottom-contact-form .hs-form-field {
    overflow: hidden;
    padding: 0 0 21px;
}
.custom-bottom-contact-form .hs-form-field>.input>input.hs-input {
    background: none repeat scroll 0 0 #ffffff;
    border: 0 none;
    box-sizing: border-box;
    color: #342b2a;
    font-style: italic;
    border-radius: 0;
    margin: 0;
    padding: 6px 8px 7px;
    width: 100%;
    max-width: none;
}
.custom-bottom-contact-form .hs-form-field textarea {
    background: none repeat scroll 0 0 #ffffff;
    border: 0 none;
    box-sizing: border-box;
    color: #342b2a;
    font-style: italic;
    height: 189px;
    margin: 0;
    min-height: 120px;
    overflow: auto;
    padding: 7px 5px 5px 7px;
    width: 100%;
    max-width: none;
}
.custom-bottom-contact-form .actions {
    overflow: hidden;
    padding: 0 0 21px;
}
.custom-bottom-contact-form .hs-button.primary {
    background: none repeat scroll 0 0 #0078eb;
    border-radius: 5px;
    color: #ffffff;
    border: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    padding: 0 11px;
    text-transform: uppercase;
    min-height: 40px;
}
.downloadsboxes {
    display: flex !important;
    justify-content: center !important;
}
#hs_cos_wrapper_widget_1646171028816 {
    margin: auto !important;
    text-align: center !important;
}
.complicated h2 {
    padding-top: 0% !important;
}
.orangebutton {
    text-transform: capitalize !important;
    cursor: pointer;
    display: inline-block;
    padding: 4px 12px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    background-image: none;
    background-image: none;
    color: #fff;
    font-size: 16px;
    border: none;
    box-shadow: none;
    padding: 6px 18px;
    padding-right: 18px;
    padding-left: 18px;
    display: inherit;
    margin: auto;
    font-size: 19px;
    padding: 11px 18px;
    height: 46px;
}
@media only screen and (max-width: 768px) {
    .orangebutton {
        margin-bottom: 5%;
    }
}
.hs-content-name-legal.two-column-left-with-top-pane .main-content h2, .hs-content-name-legal.two-column-left-with-top-pane .left-sidebar h2 {
    color: #8c0757;
}
.hs-content-name-legal .custom-sidebar-product-and-service h4 {
    background-image: url(//cdn2.hubspot.net/hub/435674/file-2063480731-png/images/down-arrow-pink.png);
}
.hs-content-name-legal .main-content ul li {
    background-image: url(//cdn2.hubspot.net/hub/435674/file-2059920318-png/images/pink-bullet.png);
}
.hs-content-name-legal.two-column-left-with-top-pane .main-content blockquote:after {
    background: url("//cdn2.hubspot.net/hub/435674/file-2063741049-png/images/bg-quote-r-4.png") no-repeat scroll 97% 0 #ffffff;
}
.hs-content-name-legal.two-column-left-with-top-pane .main-content blockquote:before {
    background: url("//cdn2.hubspot.net/hub/435674/file-2063735994-png/images/bg-quote-l-4.png") no-repeat scroll 0 0 #ffffff;
}
.hs-content-name-legal.two-column-left-with-top-pane .main-content blockquote {
    color: #8c0757;
}
.hs-content-name-financial.two-column-left-with-top-pane .main-content h2, .hs-content-name-financial.two-column-left-with-top-pane .left-sidebar h2 {
    color: #9daf13;
}
.hs-content-name-financial .custom-sidebar-product-and-service h4 {
    background-image: url(//cdn2.hubspot.net/hub/435674/file-2064101107-png/images/down-arrow-yellow.png);
}
.hs-content-name-financial.two-column-left-with-top-pane .main-content blockquote:after {
    background: url("//cdn2.hubspot.net/hub/435674/file-2063535761-png/images/bg-quote-r-5.png") no-repeat scroll 97% 0 #ffffff;
}
.hs-content-name-financial.two-column-left-with-top-pane .main-content blockquote:before {
    background: url("//cdn2.hubspot.net/hub/435674/file-2063766124-png/images/bg-quote-l-5.png") no-repeat scroll 0 0 #ffffff;
}
.hs-content-name-financial.two-column-left-with-top-pane .main-content blockquote {
    color: #9daf13;
}
.hs-content-name-associations.two-column-left-with-top-pane .main-content h2, .hs-content-name-associations.two-column-left-with-top-pane .left-sidebar h2 {
    color: #ef8200;
}
.hs-content-name-associations .custom-sidebar-product-and-service h4 {
    background-image: url(//cdn2.hubspot.net/hub/435674/file-2063586116-png/images/down-arrow-orange.png);
}
.hs-content-name-associations .main-content ul li {
    background-image: url(//cdn2.hubspot.net/hub/435674/file-2064146252-png/images/yellow-bullet.png);
}
.hs-content-name-associations.two-column-left-with-top-pane .main-content blockquote:after {
    background: url("//cdn2.hubspot.net/hub/435674/file-2063586111-png/images/bg-quote-r-2.png") no-repeat scroll 97% 0 #ffffff;
}
.hs-content-name-associations.two-column-left-with-top-pane .main-content blockquote:before {
    background: url("//cdn2.hubspot.net/hub/435674/file-2060015548-png/images/bg-quote-l-2.png") no-repeat scroll 0 0 #ffffff;
}
.hs-content-name-associations.two-column-left-with-top-pane .main-content blockquote {
    color: #ef8200;
}
.hs-content-name-publishing.two-column-left-with-top-pane .main-content h2, .hs-content-name-publishing.two-column-left-with-top-pane .left-sidebar h2 {
    color: #009aac;
}
.hs-content-name-publishing .custom-sidebar-product-and-service h4 {
    background-image: url(//cdn2.hubspot.net/hub/435674/file-2064186482-png/images/down-arrow-green.png);
}
.hs-content-name-publishing .main-content ul li {
    background-image: url(//cdn2.hubspot.net/hub/435674/file-2064835450-png/images/bullet-green.png);
}
.hs-content-name-publishing.two-column-left-with-top-pane .main-content blockquote:after {
    background: url("//cdn2.hubspot.net/hub/435674/file-2063275351-png/images/bg-quote-r.png") no-repeat scroll 97% 0 #ffffff;
}
.hs-content-name-publishing.two-column-left-with-top-pane .main-content blockquote:before {
    background: url("//cdn2.hubspot.net/hub/435674/file-2063275346-png/images/bg-quote-l.png") no-repeat scroll 0 0 #ffffff;
}
.hs-content-name-publishing.two-column-left-with-top-pane .main-content blockquote {
    color: #009aac;
}
.hs-content-name-cpe.two-column-left-with-top-pane .main-content h1, .hs-content-name-cpe.two-column-left-with-top-pane .main-content h2, .hs-content-name-cpe.two-column-left-with-top-pane .left-sidebar h2 {
    color: #ef8200;
}
.hs-content-name-cpe .custom-sidebar-product-and-service h4 {
    background-image: url(//cdn2.hubspot.net/hub/435674/file-2063586116-png/images/down-arrow-orange.png);
}
.hs-content-name-cpe .main-content ul li {
    background-image: url(//cdn2.hubspot.net/hub/435674/file-2064146252-png/images/yellow-bullet.png);
}
.hs-content-name-cpe.two-column-left-with-top-pane .main-content blockquote:after {
    background: url("//cdn2.hubspot.net/hub/435674/file-2063586111-png/images/bg-quote-r-2.png") no-repeat scroll 97% 0 #ffffff;
}
.hs-content-name-cpe.two-column-left-with-top-pane .main-content blockquote:before {
    background: url("//cdn2.hubspot.net/hub/435674/file-2060015548-png/images/bg-quote-l-2.png") no-repeat scroll 0 0 #ffffff;
}
 .hs-content-name-cpe.two-column-left-with-top-pane .main-content blockquote {
    color: #ef8200;
}
embed, iframe, object {
    max-width: 100%;
}
@media (max-width: 767px) {
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 959px) {
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        font-size: 14px;
    }
}
@media (min-width: 960px) {
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        font-size: 16px;
    }
}
@media (max-width: {
    {
        maxWidth 
    }
}
) {
    .body-container .page-center {
        padding: 24px 2% 41px;
    }
    .body-container .page-center2 {
        padding: 24px 2% 41px;
    }
    .footer-container .page-center {
        padding: 0 2%;
    }
    .custom-footer-social-icons ul {
        margin: 0 0 10px 12px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul {
        float: none;
    }
    .custom-footer-left-section {
        float: left !important;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li {
        margin: 0 12px;
    }
    .home-page-bottom-left-col {
        width: 100% !important;
        padding: 0 2%;
        text-align: center;
    }
    .home-page-bottom-right-col {
        width: 100% !important;
        padding: 0 2%;
        margin-left: 0 !important;
    }
    .home-page-bottom-left-col img {
        margin: 13px 0;
    }
    .blog .body-container .page-center {
        padding: 0 2%;
    }
}
@media (min-width: 768px) and (max-width: {
    {
        maxWidth 
    }
}
) {
    .body-container .home-page-three-column-container {
        padding-left: 3% !important;
        text-align: center;
    }
    .description-col {
        display: inline-block !important;
        float: none !important;
        margin: 0 2.66% 25px 0 !important;
        min-width: 300px;
    }
    .header-logo-full-width .page-center {
        padding: 22px 0 23px 4px;
    }
}
@media (max-width: 767px) {
    .header-top-links ul {
        float: none;
        padding-left: 4px;
        text-align: center;
    }
    .header-top-links ul li {
        display: inline-block;
        float: none;
        margin-left: 10px;
    }
    .custom-logo {
        text-align: center;
    }
    .header-logo-full-width .page-center {
        padding: 22px 0 0;
    }
    .smallHeader .header-logo-full-width .page-center {
        padding: 13px 0 0;
    }
    .custom-logo {
        padding-left: 4px;
    }
    .smallHeader .custom-menu-primary.js-enabled {
        padding: 3px 0 12px;
    }
    .smallHeader .mobile-trigger {
        top: -23px;
    }
    .mobile-trigger {
        transition: all 0.6s ease 0s;
    }
    .body-container .home-page-three-column-container {
        padding-left: 3% !important;
        text-align: center;
    }
    .description-col {
        display: inline-block !important;
        float: none !important;
        margin: 0 2.66% 25px 0 !important;
        max-width: 300px;
    }
    .two-column-left-with-nav .left-sidebar, .two-column-left-with-nav .main-content, .two-column-left-with-top-pane .main-content, .two-column-left-with-top-pane .left-sidebar {
        width: 100% !important;
    }
    .two-column-left-with-nav .main-content {
        padding: 2px 0 30px;
    }
    .two-column-left-top-pane-left-column {
        max-width: none;
        text-align: center;
    }
    .two-column-left-top-pane-right-column {
        width: 100% !important;
        padding: 20px 2%;
    }
    .two-column-left-top-pane-right-column h1 {
        text-align: center;
    }
    .two-column-left-top-pane-full-width .page-center {
        padding: 0 !important;
    }
    .two-column-left-with-top-pane .main-content {
        padding: 8px 0 30px;
    }
    .custom-bottom-contact-text, .custom-bottom-contact-form {
        padding: 0 2%;
        text-align: left;
        width: 100% !important;
    }
    .blog .blog-sidebar, .blog .blog-content {
        width: 100% !important;
    }
    .blog .blog-content {
        padding: 2px 0 30px;
    }
}
@media (max-width: 479px) {
    .custom-footer-search, .custom-footer-social-icons, .custom-footer-left-section, .custom-footer-right-section {
        width: 100% !important;
        float: left !important;
    }
    .custom-footer-social-icons ul {
        float: left;
        display: block;
        margin: 0 0 10px;
    }
    .mobile-trigger {
        left: 0;
        margin: 0 auto;
        right: 0;
        top: 20px;
        width: 44px;
    }
    .smallHeader .mobile-trigger {
        top: 20px;
    }
    .custom-menu-primary.js-enabled, .smallHeader .custom-menu-primary.js-enabled {
        padding-bottom: 0;
        padding-top: 60px;
    }
    .newsletter-subscribe-form .hs-form-field>label, .newsletter-subscribe-form .hs-form-field .input {
        width: auto;
        float: none;
    }
    .custom-fixed-header {
        position: relative;
    }
}
.same-width-cta a.cta_button {
    min-width: 209px;
}
.degree-360-module .page-center {
    padding-bottom: 0 !important;
}
.d3m-block {
    float: left;
    width: 46%;
    margin: 0 2% 4%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5%;
    color: #fff;
    font-weight: 400;
    transition: .25s;
}
.landing {
    background-image: url("https://435674.fs1.hubspotusercontent-na1.net/hubfs/435674/November%201%2c%202021%20Marketing%20Update%20%284%29.png");
    background-position: center;
    background-size: contain;
}
.d3m-block:nth-child(n+3) {
    margin-bottom: 0;
}
.d3m-block h4 {
    color: #fff;
    text-transform: none;
    line-height: 26px;
    font-size: 22px;
    font-weight: 400;
    transition: .25s;
}
.d3m-block:first-child:hover {
    background-color: rgba(1, 123, 232, .35) !important;
}
.d3m-block:first-child:hover, .d3m-block:first-child:hover h4 {
    color: #017be8;
}
.d3m-block:nth-child(2):hover {
    background-color: rgba(141, 29, 88, .35) !important;
}
.d3m-block:nth-child(2):hover, .d3m-block:nth-child(2):hover h4 {
    color: #8d1d58;
}
.d3m-block:nth-child(3):hover {
    background-color: rgba(238, 129, 34, .35) !important;
}
.d3m-block:nth-child(3):hover, .d3m-block:nth-child(3):hover h4 {
    color: #ee8122;
}
.d3m-block:last-child:hover {
    background-color: rgba(155, 174, 58, .35) !important;
}
.d3m-block:last-child:hover, .d3m-block:last-child:hover h4 {
    color: #9bae3a;
}
@media (max-width: 767px) {
    .d3m-block {
        float: none;
        width: 90%;
        max-width: 400px;
        margin: 0 auto 30px !important;
        background-image: none !important;
        height: auto !important;
    }
    .d3m-block:last-child {
        margin-bottom: 0px !important;
    }
}
.no-title h3.form-title {
    display: none;
}
.blue-button .hs_cos_wrapper_type_form .hs-button.primary.large {
    background: rgb(0, 120, 235) !important;
    background-image: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px;
}
.blue-button .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
    background: rgb(0, 132, 255) !important;
}
.row-fluid .jump-link {
    color: #fff;
    text-decoration: none;
    background-color: #ee8222;
    padding: 15px 20px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    display: inline-block;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.65);
    width: auto;
    cursor: pointer;
}
.row-fluid .jump-link:hover {
    background-color: #852c66;
}
.beacon-360-form .actions {
    text-align: center;
}
@media (max-width: 980px) {
    .row-fluid .page-center-fix {
        padding-left: 2%;
        padding-right: 2%;
    }
}
.contact-sidebar {
}
.contact-sidebar__location h2 {
    margin-bottom: 10px;
}
.contact-sidebar__social {
    border-top: 2px solid #dfe5e6;
    border-bottom: 2px solid #dfe5e6;
    padding: 25px 0;
    float: none !important;
    margin: 25px 0;
    overflow: hidden;
    width: 100% !important;
}
.contact-sidebar__social ul {
    float: left;
    margin-left: 0;
}
.contact-sidebar__embed {
}
.contact18_form {
    padding: 30px;
    background-color: #eeefef;
    margin-top: -32px;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
}
.contact18_form h3.form-title {
    text-align: center;
    font-size: 24px;
    text-transform: none;
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
}
.body-container .hero-module .page-center {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}
.hero-module {
    text-align: center;
    color: #fff;
    padding: 135px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}
.hero-module:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .55);
}
.hs-image-widget {
    width: 100%;
    height: 100%;
}
.hero-module h1, .hero-module h2, .hero-module h3, .hero-module h4, .hero-module p {
    color: #fff;
}
@media (max-width: 960px) {
    .contact18_form {
        margin-top: -24px;
    }
}
@media (max-width: 767px) {
    .contact18_form {
        margin-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 0px;
    }
}
.flexdisplay {
    display: flex !important;
    align-items: center !important;
    flex-direction: column;
}
.mainheader {
    text-align: left !important;
}
.centeredheader {
    margin: auto;
    text-align: center;
    line-height: 1.5;
    font-size: 40px;
    color: black;
    font-weight: bold;
}
.maincenteredheader {
    margin: auto;
    text-align: center;
    line-height: 1.5;
    font-size: 60px;
    color: black;
    font-weight: bold;
}
.flippedelements {
    display: flex !important;
    flex-direction: row-reverse;
}
.notflippedelements {
    display: flex !important;
    flex-direction: row-reverse;
}
.homebutton {
    width: 50%;
}
.flippedImages {
    width: 790px;
    object-fit: contain;
    max-width: 80%;
    margin: auto;
}
.flippedtext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 50%;
}
.imagewrapping {
    max-width: 900px;
    display: flex;
    justify-content: center;
}
.tinyheaders {
    max-width: 100%;
    margin: revert;
    text-align: center;
    font-size: 2vw;
}
.landingheaders {
    max-width: 90%;
    margin: revert;
    text-align: left;
    font-size: 36px;
    line-height: 1.5;
}
.flexyrexy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 50%;
}
.flexyrexyreversed {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 50%;
    padding: 75px;
}
.landingpara {
    text-align: left;
    font-size: 18px;
    line-height: 1.75;
    font-weight: normal;
    color: black;
}
@media (max-width:1500px) {
    .flexyrexy {
        max-width: 50%;
    }
    .flexyrexyreversed {
        max-width: 50%;
        padding: 20px;
    }
    .tinyheaders {
        margin: revert;
        text-align: center;
        font-size: 3vw;
        padding: 0px;
        margin: 0px;
    }
    .landingpara {
        text-align: left;
        padding: 10px;
    }
    .landingheaders {
        margin: revert;
        text-align: left;
        font-size: 3vw;
        padding: 0px;
        margin: 0px;
    }
}
@media (max-width:767px) {
    .extralink {
        text-align: center;
        padding: 10px;
    }
    .flexyrexy {
        max-width: 100%;
    }
    .flexyrexyreversed {
        max-width: 100%;
        padding: 0px;
    }
    .homebutton {
        width: 75%;
        margin: 12px 0px 40px 65px !important;
    }
    .landingpara {
        text-align: center;
    }
    .flippedtext {
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 100%;
    }
    .tinyheaders {
        max-width: 80%;
        margin: auto;
        font-size: 7vw;
    }
    .landingheaders {
        max-width: 80%;
        margin: auto;
        font-size: 36px;
        margin-bottom: 20px;
        text-align: center;
    }
    .flippedelements {
        display: flex !important;
        flex-direction: column;
    }
    .notflippedelements {
        display: flex !important;
        flex-direction: column-reverse;
    }
}
.hero-menu-container {
    display: none;
}