.en__component--row {
    max-width:65rem;
    margin:0 auto;
}
.row {
    max-width:65rem;
}
.en__component--column {
  margin-top:1rem;
}
@media only screen and (max-width:600px) {
    .en__component--column {
      margin-top:2rem;
    }
}
html {
  scroll-behavior: smooth;
} 
body {
    margin:0;
    padding:0;
    font-family: 'Open Sans', Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    color:#606062;
    background-color:#fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* word-wrap: break-word; */
}
.form_header {
  padding: 10px 0 10px 10px !important;
  background-color: #e8e8e8;
}
h1, h2, h3, h4, h5, h6 {
    font-family:'Open Sans',Arial,Helvetica,sans-serif;
}
h1 {
    font-size: 1.5rem;
    color: #555;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 1rem 0;
}
@media only screen and (max-width:642px) {
    h1 { 
        font-size: 1.4rem; 
    }
}
h2 { 
    font-size: 1.25rem;
    color: #555;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 1rem 0; 
}
h3 { 
    font-size: 1.125rem;
    color: #555;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 1rem 0; 
}
h4 { 
    font-size: 1rem;
    color: #555;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 1rem 0; 
}
h5 { 
    font-size: 0.9375rem;
    color: #555;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 1rem 0; 
}
h6 {
    font-size: 0.875rem;
    color: #555;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 1rem 0;
}
p {
    font-size: 1rem;
    margin: 0 0 1rem;
    line-height: 1.6;
}
ol, ul {
    font-size: 1rem;
    margin: 0 0 1rem;
    margin-left: 30px
}
select {
    font-weight:500;
}
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
button {
    font-family:'Open Sans',Arial,Helvetica,sans-serif;
}
a {
    color: #1779ba;
    text-decoration: none;
    cursor: pointer;
}
a:focus, a:hover {
    color: #1468a0;
}
ins {
    text-decoration: none;
}
label, select, textarea {
    color:#444;
}
/* additional content */
.two-column-custom {
    width:100%;
    max-width:1004px !important;
    margin:0 auto;
}
.two-column-custom .column {
    width:50%;
}
.two-column-custom .en__component--imageblock {
    text-align:center;
    padding-bottom:.75rem;
}
 .addon-intro {
    background-color: transparent;
    padding-left:0;
    padding-right:0;
}
 .addon-intro .en__component--advcolumn {
    flex-basis: 100% !important;
    margin-top:0;
 }
 .addon-intro-text {
    width:100%;
    max-width:1010px;
    margin:0 auto;
    color:#fff;
    padding:1.5rem 1rem;
}
 .addon-intro h2 {
    font-size: 3.25rem;
    color:#fff;
    font-family: 'Voltage',open sans,Arial,Helvetica,sans-serif;
    font-weight: 700;
    line-height: 1.2;
 }
.button-container-bordered {
    text-align: center;
    padding-bottom: 3rem;
    margin-top: 3rem;
    margin-bottom:1rem;
    border-bottom:1px solid #ccc;
}
.button-container {
    text-align: center;
    margin-top: 3rem;
    margin-bottom:3rem;
}
.custom-button {
    display: inline-block;
    background: #418fde;
    padding: 20px 40px;
    border-radius: 4px;
    color: #fff!important;
    border: 0;
    font-weight: 700;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    letter-spacing: .5px;
    line-height: 1.1;
}
.custom-button:hover {
    color: #f5f5f5 !important;
    border-color: #418fde !important;
}
@media (max-width:1320px) {
    .addon-intro h2 {
        font-size: 2rem;
    }
}
@media (max-width: 1004px) {
    .two-column-custom .column {
        width:100%;
    }
}
@media (max-width:500px) {
    .addon-intro-text {
        width: 100%;
        margin: 0 auto;
    }
}
/* slick overrides */
.slider {
    width: 85% !important;
    margin: 0 auto !important;
}
.slick-slide {
    margin: 0px 20px !important;
}
.slick-slide img {
    width: 100% !important;
}
.slick-prev:before,
.slick-next:before {
    color: black !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 60px !important;
}
