/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

@import url('//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/* EX: @import url('http://example.com/example_style.css'); */


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */

{
    % include 'Bedrock_Analytics_February2019 Theme/Coded Files/Bedrock_Analytics_February2019-modules.css' %
}


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */


/* =============== Base =============== */

*,
*: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;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    /*font-family: 'Gilroy',sans-serif;*/
}

* {
    outline: 0;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
    color: #fff;
    background: #39f;
    text-shadow: none;
}
::selection {
    color: #fff;
    background: #39f;
    text-shadow: none;
}


/* =============== Typography =============== */


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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {}

h1 {
    font-weight: 300;
    font-size: 40px;
}
h2 {
    font-size: 36px;
    font-weight: 400;
    color: #0000ff;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 20px;
    color: #222222;
    margin-bottom: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 1rem;
}


/* Anchor Links */
a {
    color: #1C0064 !important;
}
a:hover,
a:focus {
    color: #90f;
}


/* Lists */
ul,
ol {}

ul ul,
ul ol,
ol ol,
ol ul {}

li {}


/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}


/* Horizontal Rules */
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}


/*Basic*/
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
a {
    color: #1C0064 !important;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a#cta_button_4803608_8ff98231-57c7-461f-86e5-9f34c7925807,
a#cta_button_4803608_5d1ae382-dcee-429c-85f7-292b17a713a4,
a#cta_button_4803608_2262bc51-18fd-4b07-be4d-420795bd5ff3{
  background:#1C0064 !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child a {
background:#1C0064 !important;
}

a,
input,
textarea,
input[type=submit],
select,
button {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}


/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p {}


/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */

/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper,
.body-container-wrapper,
.footer-container-wrapper {}


/* The inner wrappers of your website */
.header-container,
.body-container,
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.subscribe-options label {
    margin-left: 0;
}
.max_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 9999;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 25px 0;
    right: 0;
    z-index: 11000;
}
.max_header .page-center>div>div {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    align-items: center;
    justify-content: flex-start;
}
.max_header .page-center>div>div:before,
.max_header .page-center>div>div:after {
    display: none;
}
.logo_bedrock_center img {
    display: block;
    margin: 0px auto;
}
.custom-menu-primary {
    display: -ms-flexbox !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: auto !important;
    margin-left: 0 !important;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.ui-position--rel {
    position: relative;
}
.zi-2 {
    z-index: 2;
}

/*Banner Content*/
.banner-header {
    padding-top: 76px;
    padding-bottom: 76px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    min-height: 430px;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-header .page-center {
    width: 100%;
}
.animated {
    opacity: 0;
}
.animated.go {
    opacity: 1;
}
.inner-banner-con .col-lg-6 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.max_logo .hs_cos_wrapper_type_logo:last-child {
    display: none;
}
.text-white {
    color: #fff!important;
}
.inner-banner-con h1 {
    margin-bottom: 20px !important;
    font-weight: bold !important;
    font-size: 42px;
    line-height: 42px;
}
.inner-banner-con p {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 0px;
}
.inner-banner-con p:last-child {
    margin-bottom: 0;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.text-center {
    text-align: center!important;
}
.row-fluid [class*="span"] {
    min-height: 0;
}


@media only screen and (max-width: 912px) {
  .body-container-wrapper .row-number-2 {padding-top: 15px !important;}
  .body-container-wrapper .row-number-2 .row-number-3 .row-fluid{display:flex;flex-direction: column;}
  .body-container-wrapper .row-number-2 .row-number-3 .row-fluid .main-content-form{order:1;}
  .body-container-wrapper .row-number-2 .row-number-3 .row-fluid .main-content-text{order:2;}
  
}

@media only screen and (max-width: 800px) {
    .banner-header {
        min-height: 380px;
    }
    .inner-banner-con h1 {
        font-size: 38px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .header-container-wrapper .row-fluid [class*="span"] {
        width: 100%;
    }
    body:not(.blog) .body-container {
        margin-top: 0px !important;
    }
}



/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}
.content-wrapper {}
.main-content {}
.sidebar {}
.sidebar.right {}
.sidebar.left {}

body:not(.no-background-bottom) .body-container-wrapper .row-number-2 {
    /*background-image: url(https://www.bedrockanalytics.com/wp-content/uploads/2019/09/FondoTriangular.png);*/
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 384px;
}

.tmp-navigation .body-container {
    margin-top: 64px !important;
}

.body-container-wrapper .row-number-2 {
    padding: 80px 70px 20px;
}

body:not(.blog) .body-container .content-wrapper {
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    display: block;
}

body:not(.blog) .gradient-none.gradient-ui:after {
    background-color: #fff;
}

body:not(.blog) .banner-image:after {
    display: none;
}

.main-content-text h2 {
    line-height: 1.19 !important;
    letter-spacing: 0.88px !important;
    color: #1C0064 !important;
    margin-bottom: 15px !important;
    font-size: 36px;
    font-weight: bold;
}

.main-content-text h3 {
    font-size: 20px !important;
    font-weight: bold !important;
    line-height: 1.6 !important;
    margin-bottom: 10px;
    color: black;
}

.main-content-text p {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 400;
}

.main-content-text ul {
    padding-left: 30px;
}

.main-content-text li {
    font-size: 18px;
    font-weight: 400;
}

.content_wrapper_twocols .hs-form {
    background-color: #fff;
    padding: 30px 54px;
    max-width: 510px;
    border-radius: 16px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
    margin: 0px auto;
}

.content_wrapper_threecols .hs-form {
    background-color: #fff;
    padding: 15px;
    max-width: 510px;
    border-radius: 16px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
    margin: 0px auto;
}

.content_wrapper_twocols_right .hs-form {
    background-color: #fff;
    padding: 15 10px;
    max-width: 510px;
    border-radius: 16px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
    margin: 0px auto;
}

.content_wrapper_onecol .hs-form {
    background-color: #fff;
    padding: 30px 54px;
    max-width: 810px;
    border-radius: 16px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
    margin: 0px auto;
}

.copyright-text_cs,
.copyright-text_cs a {
    color: #fff;
    margin-bottom: 0px;
}

.copyright-text_cs span {
    margin-left: 30px;
}

@media only screen and (max-width: 1024px) {
    .body-container-wrapper .row-number-2 {
        padding: 40px 30px 20px;
    }

    .content_wrapper_twocols .hs-form,
    .content_wrapper_onecol .hs-form,
    .content_wrapper_threecols .hs-form {
        padding: 30px 20px;
    }
}


@media only screen and (max-width: 991px) {
    .tmp-navigation .body-container {
        margin-top: 0px !important;
    }
    .body-container-wrapper .main-content,
    .body-container-wrapper .sidebar {
        width: 100% !important;
        margin-left: 0px;
    }

    .main-content-text {
        padding-bottom: 30px;
    }
    .body-container-wrapper .row-number-2 {
        padding-left: 80px;
        padding-right: 80px;
    }
    .content_wrapper_twocols .hs-form,
    .content_wrapper_onecol .hs-form,
    .content_wrapper_threecols .hs-form {
        padding-left: 25px;
        padding-right: 25px;
    }
    .copyright-text_cs {
        max-width: 406px;
        margin: 0px auto;
    }
}

@media only screen and (max-width: 800px) {
    .body-container-wrapper .row-number-2 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .main-content-text h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 600px) {
    .body-container-wrapper .row-number-2 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .content_wrapper_twocols .hs-form,
    .content_wrapper_onecol .hs-form,
    .content_wrapper_threecols .hs-form {
        padding-left: 10px;
        padding-right: 10px;
    }
    .main-content-text h2 {
        font-size: 24px;
    }
    .main-content-text h3 {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 460px) {
    .body-container-wrapper .row-number-2 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .content_wrapper_twocols .hs-form,
    .content_wrapper_onecol .hs-form,
    .content_wrapper_threecols .hs-form {
        padding-left: 10px;
        padding-right: 10px;
    }

    .copyright-text_cs {
        max-width: 280px;
        text-align: center;
    }

    .copyright-text_cs span {
        margin-left: 0px;
        margin-top: 20px;
        display: block;
    }
}

/*============= Footer Content ===============*/
.footer-container .page-center {
    max-width: 1150px;
    margin: 0px auto;
    padding-top: 100px;   
}

.footer-container .max-f-logo img {
    max-width: 173px;
    margin-bottom: 30px;
}

.footer-container .max-f-logo p {
    margin-bottom: 30px;
}

.footer-container .footer-social a {
    width: 40px;
    height: 40px;
    margin-right: 7px;
    border-radius: 50%;
    font-size: 18px;
    display: block;
    float: left;
    text-align: center;
    background-color: #e2e2e2;
    color: #000;
    line-height: 40px;
}

.footer-container .footer-col:nth-child(2) {
    padding-left: 150px !important;
}

.footer-container ul {
    padding-left: 0px;
    list-style: none;
    margin-top: 0px;
}

.footer-container li {
    margin-bottom: 15px;
    color: #000;
}

.footer-container li a {
    color: #000;
}

.footer-col .footer-subtitle p,
.footer-col h5 {
    font-size: 20px !important;
    font-weight: 500 !important;
    text-transform: initial !important;
    margin-bottom: 20px !important;
    text-align: left !important;
    line-height: 20px;
}

@media only screen and (max-width: 991px) {
    .footer-container .footer-col:nth-child(2) {
        padding-left: 75px !important;
    }
}

@media only screen and (max-width: 767px) {
    .footer-container .footer-col {
        margin-bottom: 30px;
    }
    .footer-container .footer-col:nth-child(2) {
        padding-left: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .footer-container .page-center {
        padding-top: 40px;
    }
}

/* ==========================================================================
4. MAIN NAVIGATION
========================================================================== */
.max-header-wrapper-navigation .max_header {
    padding: 15px 0px !important;
    height: 64px;
    background-color: #fff;
}

.max-header-wrapper-navigation .max_header .row-fluid {
    max-width: 1120px;
    margin: 0px auto;
}

.max-header-wrapper-navigation .max_logo {
    max-width: 220px;
}

/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper>ul li a {
    padding: 15px 28px;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: .1s;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
    background-color: #1435f9;
    border-radius: 48px !important;
    color: #fff !important;
    width: 111px !important;
    height: 40px;
    letter-spacing: .4px;
    font-size: 13px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 40px;
}

.custom-menu-primary .hs-menu-wrapper>ul {
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 4px;
    height: 40px;
}

.custom-menu-primary .hs-menu-wrapper li {
    padding-right: 22px;
    position: relative;
}

.custom-menu-primary .hs-menu-wrapper li a {
    font-weight: 400;
    font-size: 13px !important;
    letter-spacing: 0px;
    font-style: normal;
    padding: 0px !important;
    color: #999999 !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    display: block;
    position: absolute;
    right: 0px;
    margin-top: -8px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) {
    display: block;
    position: absolute;
    right: 140px;
}

.custom-menu-primary .hs-menu-wrapper>ul li a:hover,
.custom-menu-primary .hs-menu-wrapper>ul li.active-branch a {
    color: #406ddc;
}

.custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: #fff;
    padding-bottom: 20px;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.05);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: none !important;
    list-style: none;
    padding-left: 0px;
    min-width: 172px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
    color: #000;
    padding: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li {
    color: #000;
    padding: 8px 25px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.1);
    color: #172039;
}

.scroll-enable .max_header {
    background: #fff !important;
    padding: 15px 0;
    -webkit-box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.1);
}

.scroll-enable .max_logo .hs_cos_wrapper_type_logo:last-child {
    display: block;
}

.scroll-enable .max_logo .hs_cos_wrapper_type_logo:first-child {
    display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul li.active-branch a {
    color: #406ddc !important;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li {}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {}

.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {}


/* Override max width on menu links */
/*.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;
}*/

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
    /*.custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper>ul ul {
        display: block !important;
    }*/
    .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children:hover>a {
        background-color: #fff;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        color: #406ddc;
    }
    .ui-py-50--lg {
        padding-top: 3.57143rem;
        padding-bottom: 3.57143rem;
    }
}

/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */

.mobile-trigger,
.child-trigger {
    display: none;
}

/* ==========================================================================
5. BLOG
========================================================================== */

/* ==========================================================================
6. FORMS
========================================================================== */

/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}


/* Descriptions */
.hs-field-desc {}


/* Labels and Legends */
label {
    font-size: 14px;
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 600;
}

.hs-form-field>label {}

.body-container .hs-form {
    margin-bottom: 25px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
    height: 50px;
    color: #222222;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #dfe1e3;
    line-height: 24px;
    font-size: 16px;
    font-family: Ubuntu, sans-serif;
    border-radius: 5px;
    font-weight: 400;
    margin-bottom: 15px;
    width: 100% !important;
    max-width: 700px;
    display: block;
    width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    border-image-source: linear-gradient(to right, #4100ff 0%, #28d6f2 100%);
    border-width: 1px;
    border-image-slice: 1;
    border-radius: 5px;
}


/* Separate Styles for Multiple Line Inputs */
textarea {}

textarea:focus {}

.hs-input.invalid.error {
    border-color: #f00;
}

/* GRecaptcha Center*/
.grecaptcha-badge {
    margin: 0px auto;
}

/* Button Submit Style*/
.hs-button {
    width: 100%!important;
    height: 50px;
    margin: 30px auto !important;
    border-radius: 48px !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: bold;
    letter-spacing: 0.4px;
    white-space: nowrap;
    background-color: #1C0064;
    color: white !important;
    border: 2px solid #1C0064 !important;
    max-width: 280px;
    display: block;
}

a.hs-button {
    line-height: 50px !important;
    text-align: center;
}

.content_wrapper_onecol .hs-button {
    margin: 30px auto !important;
    display: block;
}


/* Separate Styles for Drop Downs */
select {}

select:focus {}


/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0;
}

form.hs-form .hs-form-field ul.inputs-list li input {}

input[type="radio"] {}

input[type="checkbox"] {}


/* Required */
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {}


/* Error */
.hs-error-msgs label {
    color: #f00;
    font-size: 12px;
    font-weight: 400;
}

ul.hs-error-msgs.inputs-list {
    padding-left: 0;
    list-style: none;
}

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


/* Placeholder Text */
::-webkit-input-placeholder {}

/* Webkit Browsers */
:-moz-placeholder {}

/* Firefox 18- */
::-moz-placeholder {}

/* Firefox 19+ */
:-ms-input-placeholder {}

/* IE10 */
.body-container #email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 700px !important;
}


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}


/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}

input[type="radio"] {}

input[type="checkbox"] {}

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

form.hs-form fieldset .hs-form-field {
    padding: 0 10px 0 0;
}

form.hs-form fieldset[class*="form-columns"] .input {
    margin-right: 0;
}

form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100%;
}

form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
    width: auto;
}

form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.33%;
}

@media (max-width: 400px) {
    form.hs-form fieldset .hs-form-field {
        padding: 0;
    }
    form.hs-form fieldset.form-columns-3 .hs-form-field,
    form.hs-form .form-columns-2 .hs-form-field .hs-input,
    form.hs-form .form-columns-3 .hs-form-field .hs-input {
        width: 100%;
    }
    form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] {
        width: auto;
    }
}


/* =============== Blog Comment Form =============== */


/* Label */

#comment-form .hs-form-field>label {}
#comment-form label {}


/* Inputs */

#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}
#comment-form textarea {}
#comment-form textarea:focus {}
#comment-form input[type="checkbox"] {}
.hs-search-field input.hs-search-field__input {
    -webkit-appearance: textfield;
}


/* =============== Blog Subscription Form =============== */


/* Label */
#hs_form_target_blog_subscription .hs-form-field>label {}
#hs_form_target_blog_subscription label {}


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


/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}


/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}



/* ==========================================================================
7. BUTTONS
========================================================================== */

/* ==========================================================================
8. MEDIA QUERIES                              
========================================================================== */

@media screen and (min-width: 992px){
    .scroll-enable .custom-menu-primary .hs-menu-wrapper>ul > li > a {
      color: #000;
    }
  
    .scroll-enable .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
      background: #406ddc;
      color: #fff;
    }
}

@media (max-width: 991px){

    /* Menu Reset */
    .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:#fff !important;
      padding-bottom: 0px !important;
      padding-top: 0px !important;
      font-size: 14px !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
        width: 100% !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) {
        position: relative;
        right: inherit;
    }

    /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 0;
    width: auto;
    height: auto;    

  }

  .max_logo .hs_cos_wrapper_type_logo:last-child {
    display: block;
  }

  .max_logo .hs_cos_wrapper_type_logo:first-child {
    display: none;
  }
  .max-req {
    padding-left: 0;
  }
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    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%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .max-header-wrapper {
    min-height: 61px !important;
  }


  /* ===== Mobile Menu Styles ===== */  
  .max-ready h3 {
    font-size: 30px;
  }
  .max-ready ,.max-req{
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    width: 100% !important;
    text-align: center;
  }

  .ui-py-60 {
    padding-top: 4.28571rem;
    padding-bottom: 4.28571rem;
  }
  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .inner-banner-con h1 {
    font-size: 24px;
  }
  .max-ready {
    margin-bottom: 1.42857rem;
  }
  .max_header {
    background: #fff !important;
    height: 60px;
    padding: 19px 0 15px;
  }
  .scroll-enable .max_header {
    padding: 18px 0 15px;
  }
  .body-container-wrapper {
    margin-top: 0;
  }
  .custom-menu-primary {
    position: fixed;
    left: -240px;
    top: 60px;
    background: #000;
    width: 240px !important;
    height: 100%;
    max-height: calc(100vh - 60px);
    overflow: auto;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
    border-top: 1px solid;
    padding-top: 20px !important;
    padding-left: 20px !important;
  }
  .inner-banner {
    margin-top: -1px;
  }
  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    width: 30px;
    cursor: pointer;
  }

  .navbar-toggler i {
    width: 90%;
    display: block;
    margin: 6px 0;
    background: #000;
    height: 2px;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
  }

  .navbar-toggler i:nth-child(1) {
    margin-top: 0;
  }

  .navbar-toggler i:nth-child(2) {
    width: 60%;
    margin-left: 8px;
  }

  .navbar-toggler i:nth-child(3) {
    margin-bottom: 0;
  }
  .inner-banner .shapes-icons:before, .inner-banner .shapes-icons:after, .our-mission-section-1 .shapes-icons:before {
    background-size: 200px;
  }
  .inner-banner .shapes-icons:after {
    bottom: -34px;
  }
  .inner-banner .shapes-icons:before {
    top: 28px;
  }
  .section.post-body {
    font-size: 14px;
    line-height: 23px;
  }
  .blog-details-wrp {
    margin-top: -200px;
  }

  .section.post-header h1 {
    font-size: 16px;
    line-height: 23px;
  }
  .blog-author li, .quote-text p {
    font-size: 14px;
  }
  .navbar-toggler.active i:nth-child(1) {
    transform: rotate(45deg);
    top: 0;
  }

  .navbar-toggler.active i:nth-child(2) {
    display: none;
  }
  .navbar-toggler.active i:nth-child(3) {
    transform: rotate(-45deg);
    top: -7px;
  }

  .navbar-toggler.active {
    top: 6px;
  }

  .mobile-open .custom-menu-primary {
    left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul > li > a {
    padding: 10px 15px;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    line-height: 1.5;
    transition: .1s;
  }

  .custom-menu-primary .hs-menu-wrapper>ul  li {
    line-height: 1.5;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    display: block !important;
    background: none;
    padding-bottom: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    color: #fff;
    line-height: 24px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    padding: 5px 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    padding-left: 15px;
    padding-right: 35px;
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: .71429rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li a:hover,.custom-menu-primary .hs-menu-wrapper>ul li.active-branch a {
    color: #406ddc;
  }
  .inner-banner .shapes-icons:after {
    bottom: -34px;
    background-size: 200px;
  }
}