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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

/* These includes are optional, but helpful. */
    {
    % include "hubspot/styles/responsive/modules.css"%
}

    {
    % include "hubspot/styles/patches/recommended.css"%
}

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

.content-section img {
    width: 100% !important;
    height: auto;
}
* {
    font-family: Montserrat,sans-serif;
}
body,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
p,
td,
textares,
th {
    font-family: Montserrat,sans-serif;    
    font-weight: 400;
    font-size: 16px;
    color: #404040;
}
strong, b {
    font-weight: 600 !important;
}
body .container-fluid .row-fluid .wrapper {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
}

#logo {
    padding: 40px 0;
}

#logo .hs-image-widget {
    width: 245px !important;
}

.landingpage-heading {
    margin-bottom: 0px;
}

h1,
.lead-main h1 {
    color: RGB( 1, 8, 105 );  
    font-size: 56px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: normal;
    margin-bottom: 24px;
    /*padding-left: 45px;
    position: relative;*/
}

h2,
.lead-main h2 {
    color: RGB( 1, 8, 105 );  
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: normal;
}
.ps-landing-page h2 { padding-left: 0px; }
h3,
.lead-main h3 {
    color: RGB( 1, 8, 105 );
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: normal;
}
h4,
.lead-main h4 {
    color: RGB( 1, 8, 105 );
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: normal;
  font-weight: 600;
}
/*h1:before,
.lead-main h1:before {
  content:"";
  position: absolute;
  left:0;
  top:15px;
  display:block;
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkViZW5lIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEzNi4wNiAxMzYuMDYiPjxwYXRoIGZpbGw9IiMwMGFmZTYiIGQ9Ik0xMzYuMDYgNjAuOTVINzUuMTJWMEg2MC45NHY2MC45NUgwdjE0LjE3aDYwLjk0djYwLjk0aDE0LjE4Vjc1LjEyaDYwLjk0VjYwLjk1eiIvPjwvc3ZnPg==");
  background-repeat:no-repeat;
}*/

.content-section {
    padding: 40px 0 !important;
}

.lead-main p,
.lead-main li {
    font-size: 16px;
}
.body-container-wrapper {
  max-width: 1200px;
  margin: auto;
  min-height: 600px;
}
.body-container-wrapper ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

.body-container-wrapper li {
  color: #404040;
  line-height: 21px;
  margin-bottom: 8px;
  margin-left: 0;
  padding-left: 0px;
  /*position: relative;*/
  font-size: 16px;
}

/*.body-container-wrapper li::before {
  content:"";
  position: absolute;
  left:0;
  top:3px;
  display:block;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMzYuMSAxMzYuMSI+PHBhdGggZmlsbD0iIzAwYzg2OSIgZD0iTTcuOSA3MS4yTDAgODNsNjcuMSA0NC44IDY4LjQtMTEyLjYtMTIuMS03LjMtNjAuOCA5OS45eiIvPjwvc3ZnPg==");
}*/

.body-container-wrapper a {
    color: #ff805a;
    text-decoration: underline;
}

/* Form */
.lead-form-main.fullscreen-3-color {
    border: 0;
    color: #666666;
    border-radius: 0;
    background-color: #efefec;
}

body a.cta_button[title],
body .container-fluid .row-fluid .hs-button {
    border-radius: 25px
}

body .container-fluid .lead-form-main .row-fluid .hs-button {
    border: none;
    background-color: none;
    text-transform: none;
    padding:10px 30px;
    letter-spacing: 0px;
    font-size:22px;
    font-weight: 400 !important;
    text-transform:none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.1s ease;
}

body .container-fluid .lead-form-main .row-fluid .hs-button:hover {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
    background: #000aad;
    transform: scale(1.01);
}
.lead-form-main {
    padding: 20px 20px;
}

.lead-form-main.fullscreen-3-color .actions {
    text-align: left;
}

.row-fluid form input,
.row-fluid form select,
.row-fluid form textarea,
.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input input[type="radio"] {
    border-radius: 0;
    border: 1px solid #cacaca;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input input[type="radio"] {
    margin: 0;
    top: 3px;
}

.hs-form-booleancheckbox-display span {
    margin-left: 30px !important;
}

form .hs-form-required {
    color: #8c141e;
    display: none;
}

.row-fluid form .field>label {
    margin-top: 0;
}

.legal-consent-container span,
.legal-consent-container .hs-richtext,
.legal-consent-container p,
.legal-consent-container li {
    line-height: 18px !important;
    font-size: 13px;
}


.header-container-wrapper {
  max-width: 1200px;
  margin: auto;
}


#footer {
    background-color: #333;
    padding: 15px 0;
    margin-top: 100px;
  color: white;
}

#footer > * {
  max-width: 1200px;
  margin: auto;
}

#footer .footernav {
    margin-top: 13px;
}

#footer * {
    line-height: 1.3
}

#footer .footernav ul {
    margin: 0;
}

#footer .footernav ul li {
    list-style-type: none;
    display: inline;
    float: left;
    margin: 0 40px 0 0;
}

#footer .footernav ul li a {
    padding: 0;
    text-overflow: initial;
    overflow: auto;
    max-width: none;
    color:white;
}

#ps-header-txt {
    width: 90%;
    margin-left: 5%;
}

#ps-header-txt-wrapper {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 3;
}

#ps-header .widget-type-linked_image {
    position: relative;
    overflow: hidden;
}

#ps-header .widget-type-linked_image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 2;
    background-image: url("https://5799660.fs1.hubspotusercontent-na1.net/hubfs/5799660/background-header-light-50.svg");
    background-size: cover;
    background-position: center center;
}

#ps-header .ps-lp-plusforum .widget-type-linked_image:before {
    background-image: none;
}

p span a, .body-container-wrapper a {
  text-decoration:none;
}
p span a::after {
  content: " ›";
}

.cta-btn a {
    display: inline-block;
    color: #FFFFFF;
    border: 0px solid #000aad;
    background-color: #000aad;
    padding: 6px 20px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
  -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	transition: all 0.1s ease;
}

.cta-btn a:hover {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
  color: #FFFFFF;  
  background: #000aad;
    transform: scale(1.01);
}

#thankyou-content .span12 .span4 .row-fluid-wrapper {
    margin-bottom: 10px;
}

body.ps-system-page .content-section {
    text-align: center;
}

body.ps-system-page h1 {
    padding-left: 0;
    margin-bottom: 40px;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.1;
}
body.ps-system-page .e-mail-headline h1 {
  position:relative;
  display:block;
  top:0px;
}
body.ps-system-page .e-mail-headline h1:before {
  content:"";
  position:relative;
  display:inline-block;
  top:40px;
  left:-10px;
  width: 100px;
  height: 100px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMTAgMTgwIj48dGl0bGU+ZS1tYWlsPC90aXRsZT48cGF0aCBkPSJNMzAuNTksNDIuODd2OTQuMjZIMTc5LjQxVjQyLjg3Wm0xNDEuMzcsNUwxMDUuMTIsNzkuNDUsMzguMDYsNDcuODNaTTM1LjU1LDEzMi4xN3YtODBsNjkuNTcsMzIuNzksNjkuMzMtMzIuNzl2ODBaIiBzdHlsZT0iZmlsbDojMDBiM2VjIi8+PC9zdmc+")
}
body.ps-system-page p {
    font-size: 16px;
}

body.ps-system-page h1:before {
    display: none;
}

body.ps-system-page #email-prefs-form h2,
body.ps-system-page #hs_cos_wrapper_email_subscriptions_confirmation h2 {
    background-color: white;
    font-size: 40px;
    padding: 30px 15px;
    min-width: 50%;
    display: inline-block;
    border: 1px solid #15b6e8;
    color: #00afe6;
    box-sizing: border-box;
    margin-bottom: 20px;
}

body.ps-system-page input[type="text"],
body.ps-system-page input[type="password"],
body.ps-system-page input[type="submit"],
body.ps-system-page input[type="email"] {
    border: 1px solid #cacaca;
    padding: 10px 20px !important;
    min-height: 56px !important;
    display: inline-block;
    width: auto;
    min-width: 50%;
    text-align: center;
}

body.ps-system-page input[type="text"],
body.ps-system-page input[type="password"],
body.ps-system-page input[type="email"] {
    font-size:24px !important;
}
body.ps-system-page input[type="submit"] {
   font-size:24px !important;
}
body.ps-system-page .widget-type-email_subscriptions input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    padding: initial;
    margin: initial;
    height: auto;
    border: 1px solid #cacaca;
    border-radius: 0;
    top: 8px;
    box-sizing: border-box;
}

body.ps-system-page .widget-type-email_subscriptions .fakelabel {
    display: inline-block;
}

body.ps-system-page .page-header {
    margin-bottom: 40px;
}

body.ps-system-page input[type="submit"] {
    background-color: #009bf4 !important;
    color: #fff !important;
    border: 1px solid #009bf4 !important;
    text-transform: none !important;
}

body.ps-system-page input[type="submit"]:hover {
    background-color: #ff805a !important;
    color: #fff!important;
    border: none!important;
}

body.ps-system-page .email-prefs .item {
    margin: 0;
    padding-bottom: 0;
}

body.ps-system-page .email-prefs .item .item-inner,
body.ps-system-page .email-prefs .subscribe-options {
    background-color: #e2e3e5;
    border: none;
    border-radius: 0;
    min-width: 50%;
    max-width: 100%;
    display: inline-block;
    min-width: 50%;
    padding: 15px;
    box-sizing: border-box;
    text-align:left;
}

body.ps-system-page .email-prefs .subscribe-options {
    margin-top: 40px;
    
    border: 1px solid #e2e3e5;
}
body.ps-system-page p.header {
  margin-left:0;
}
body.ps-system-page .subscribe-options label {
  margin-left:0;
}
body.ps-system-page .container-fluid .row-fluid .hs-button {
  letter-spacing:0;
}
.ps-button-download {
  font-size:16px !Important;
  color:#FFF;
  background-color: #000aad !important;
  padding: 8px 23px 8px 23px;
  letter-spacing: 0px;
  text-transform:none;
  -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    border-radius: 3px !important;
	transition: all 0.1s ease;
}
.ps-button-download:hover {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
    background: #000aad;
    transform: scale(1.01);
}
.ps-button-download::after {
  content: "";
}
.ps-button-download span{
  text-transform:none;
}
.ps-download-page .ps-button-download {
  padding: 16px 36px !important;
}
.ps-download-page .ps-button-download span {
  font-size:32px !Important;
}
.text-right {
  text-align:right;
}
/* Additional custom media queries */
@media (max-width: 1280px) {
  #ps-header .widget-type-linked_image:before {
    width:120%;
  }
  #ps-header-txt h1 {
        font-size: 40px;
    }

    #ps-header-txt h1:before {
        font-size: 56px;
        height:29px;
        width:29px;
      top:9px;
    }

    body.ps-system-page .email-prefs .item .item-inner,
    body.ps-system-page .email-prefs .subscribe-options,
    body.ps-system-page #email-prefs-form h2,
    body.ps-system-page input[type="submit"],
    body.ps-system-page input[type="text"],
    body.ps-system-page input[type="password"],
    body.ps-system-page input[type="submit"],
    body.ps-system-page input[type="email"] {
        min-width: 70%;
    }

}

@media (max-width: 1024px) {

    h1,
    .lead-main h1 {
        font-size: 48px;
    }
  .ps-landing-page h2 {
        
  }
}

@media (max-width: 960px) {
    body.ps-landing-page .row-fluid [class*="span"] {
        display: block !important;
        float: none !important;
        width: auto !important;
    }

    body.ps-system-page .email-prefs .item .item-inner,
    body.ps-system-page .email-prefs .subscribe-options,
    body.ps-system-page #email-prefs-form h2,
    body.ps-system-page input[type="submit"],
    body.ps-system-page input[type="text"],
    body.ps-system-page input[type="password"],
    body.ps-system-page input[type="submit"],
    body.ps-system-page input[type="email"] {
        min-width: 100%;
    }
}

@media (max-width: 767px) {

    #ps-header-txt h1 {
        margin-bottom: 4px;
    }

    #ps-header .widget-type-linked_image:before {
        background-image: none;
        background-color: rgba(255, 255, 255, 0.6);
        width: 110%;
    }
  
    #ps-header .ps-lp-plusforum .widget-type-linked_image:before {
        background-color: #010869;
    }

    #ps-header-txt-wrapper {
        top: 10px;
    }

    #ps-header-txt-wrapper .row-fluid [class*="span"] {
        width: 90%;
    }

    #ps-header-txt {
        /*margin-left: 10%*/
    }

    #footer .hs-menu-wrapper,
    #footer .widget-type-logo {
        text-align: center;
        )
    }

    @media (max-width: 480px) {
        #ps-header-txt h1 {
            font-size: 24px;
            
            margin-bottom: 0;
        }
      #ps-header-txt h2 {
          font-size:20px;
      }
        .ps-landing-page h2 { 
          font-size:20px;
          }
        
      
        #ps-header-txt h3 {
            font-size: 16px;
        }

        h1,
        .lead-main h1 {
            font-size: 40px;
          
        }
          h1:before,
   
        #logo .hs-image-widget {
            width: 240px !important;
        }
      
         body.ps-system-page h1{
           font-size: 150%;}
      body.ps-system-page #email-prefs-form h2, body.ps-system-page #hs_cos_wrapper_email_subscriptions_confirmation h2{
      font-size: 150%}
      
    }
  .text-right {
    text-align:left;
  }
}
/* FIX BY PS */
.fullscreen-3-color.lead-form-main h3 {
  font-weight:400;
  font-size:22px;
}
.row-fluid form input, .row-fluid form select, .row-fluid form textarea {
  letter-spacing: 0px;
}

.ps-thankyou-page .hs-image-widget {
  width:100% !important;
}
.ps-thank-you-page-img img{
  min-height:360px;
  object-fit:cover;
  display:block;
  object-position:left; 
}


textarea, input[type="tet"], input[type="password"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], select, input[type="text"] {
    box-shadow: inset 0 0px 5px rgba(0,0,0,0.15);
    max-width:400px;
}

blockquote {
    font-size:16px;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    font-style: italic;
}
blockquote::before {
  background-size: 28px 38px;
  display: inline-block;
  width: 28px;
  height: 38px;
  margin: 8px 8px 0 0;
  float: left;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MSA3NSI+PHRpdGxlPmhpbndlaXMtMi1zdHJpY2hlLXBzLWJsdWU8L3RpdGxlPjxwb2x5Z29uIHBvaW50cz0iMC41OSA3NSA4LjU5IDc1IDM0LjQxIDAgMjYuNDEgMCAwLjU5IDc1IiBzdHlsZT0iZmlsbDojMzc0MTRiIi8+PHBvbHlnb24gcG9pbnRzPSIxNi41OSA3NSAyNC41OSA3NSA1MC40MSAwIDQyLjQxIDAgMTYuNTkgNzUiIHN0eWxlPSJmaWxsOiMzNzQxNGIiLz48L3N2Zz4=");
  content: "";
  letter-spacing: 0px;
}

div#hs-eu-cookie-confirmation {
 font-size:13px !important; 
 line-height: 18px !important;
}

.ps-portrait-round img {
  border-radius:50%;
  max-width:250px;
  max-width:250px;
}