/***
TABLE OF CONTENTS

1. DEFAULT FONTS
2. DEFAULT STYLES
3. HEADER - Logo, navigation menu
4. HERO
5. MAIN CONTENT - Titles, introductory copy, bulleted list
6. SIDEBAR - CTA form
7. FOOTER - Tagline, copyright, address, social links
8. MOBILE STYLES
***/


/***
1. DEFAULT FONTS
***/
html, body {
  height: 100%;
}
body { font-family: 'Open Sans', Arial, Helvetica, sans-serif; } /* Base font for all copy throughout the page */
p { font-family: 'Open Sans', Arial, Helvetica, sans-serif; } /* Base paragraph copy font */
.cta-form form label { font-family: 'Open Sans', Arial, Helvetica, sans-serif; }
h1 { font-family: 'Poppins', Arial, Helvetica, sans-serif; } /* Main H1 title */
h2 { font-family: 'Poppins', Arial, Helvetica, sans-serif; } /* H2 Sub-title */
h3 { font-family: 'Poppins', Arial, Helvetica, sans-serif; } /* Sidebar H3 title */
h4 { font-family: 'Poppins', Arial, Helvetica, sans-serif; } /* Footer H4 titles */
.content-text.lead { font-family: 'Open Sans', Arial, Helvetica, sans-serif; } /* Larger introductory text */
/***
END - DEFAULT FONTS
***/

/***
2. DEFAULT STYLES
***/
body {
    color: #171a25;
}
h1 {
    margin: 0 0 10px 0;
    font-size: 38px;
    line-height: 44px;
    font-weight: 600;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
h2 {
    margin: 0 0 10px 0;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}
h3 {
    margin: 0 0 10px 0;
    font-size: 22px;
    line-height: 40px;
    font-weight: normal;
}
p, .content ul li, .content ol li  {
    font-size: 16px;
    line-height: 28px;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.p0 {
    padding: 0px;
}
.m-t-0 {
    margin-top: 0;
}
.m-t-30 {
    margin-top: 30px;
}
.m-b-30 {
    margin-bottom: 30px;
}
/***
END - DEFAULT STYLES
***/


/***
3. HEADER
***/
header {
    padding: 30px 0 30px 0;
    background-color: #00101d;
}
.header-logo p {
    margin-bottom: 0px !important;
}
.header-logo img {
  height: 25px;
}
.header-links {
    padding: 0 0 0 0;
    font-size: 11px;
}
.header-links p {
    font-size: 15px;
    margin-bottom: 0px !important;
    font-weight: 600;
}
.header-links p a {
    padding-right: 15px;
    padding-left: 15px;
}
.header-links p a:last-child {
    padding-right: 0;
}
.header-links a:hover {
  text-decoration: none;
}
/***
END - HEADER
***/


/***
4. HERO
***/
.hero p {
    margin-bottom: 0px !important;
    line-height: 0px !important;
}
.hero .mktoGen.mktoImg {
    width: 100% !important;
}
.hero img {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    height: auto !important;
}
/***
END - HERO
***/


/***
5. MAIN CONTENT
***/
.left-column {
    padding-right: 50px;
}
.one-column {
    padding-bottom: 50px;
}
.content {
    padding-bottom: 50px;
}
.content-title {
    padding-top: 30px;
    padding-bottom: 30px
}
.content-textbox {
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 30px;
}
.right-column .content-textbox {
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 0px;
    background-color: transparent;
    background: none;
}
.content-textbox p:last-child {
    margin-bottom: 0px;
}
.content-text a {
    text-decoration: none;
}
.content-text a:hover {
    text-decoration: underline;
}
.content ul {
    padding-left: 21px;
    padding-top: 0px;
    padding-bottom: 22px;
    margin-bottom: 0px;
    list-style: none;
}
.content ul li {
    margin-bottom: 5px;
    padding-left: 8px;
}
.content ul li::before {
    content: "•";
    font-size: 18px !important;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.content ul li:last-child {
    margin-bottom: 0px;
}
.content ol {
    padding-left: 21px;
    padding-top: 30px;
    padding-bottom: 50px;
    margin-bottom: 0px;
    counter-reset: item;
}
.content ol li {
    margin-bottom: 5px;
    padding-left: 8px;
    display: block
}
.content ol li:before {
    font-size: 18px !important;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    content: counter(item) ". ";
    counter-increment: item;
}
.content ol li:last-child {
    margin-bottom: 0px;
}
.two-columns {
    padding-top: 50px !important;
}
.content-box-text h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 30px;
}
.content-box-image img {
    max-width: 220px !important;
    width: 100% !important;
    height: auto !important;
}
.content-box-text {
    padding-left: 5px;
}
.content-box-text p {
    margin: 0;
}
.content-box-cta {
    margin-top: 30px;
    max-width: 465px;
    height: 40px;
}
.content-box-cta button p {
    margin-bottom: 0px !important;
}
.content-box-cta button {
    border-radius: 0;
    border: none;
    outline: none;
    font-size: 14px;
    width: 100%;
    height: 40px;
    display: block;
    text-decoration: none;
    margin: 0px;
    text-align: center !important;
}
.content-box-cta button a {
    font-size: 14px;
    max-width: 465px;
    height: 40px;
    display: block;
    padding-top: 8px;
    text-decoration: none;
    margin: 0px;
    text-align: center !important;
}
.content-box-cta button a:hover {
    text-decoration: none;
}
hr {
    background: none !important;
    width: 100%;
    border: 0px;
    margin: 0 !important;
}
/***
END - MAIN CONTENT
***/


/***
6. SIDEBAR
***/
.cta-form {
    padding: 25px 25px 30px 25px;
}
.cta-form form {
    padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
}
.mktoForm .mktoOffset {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
}
.mktoForm .mktoFieldWrap, .mktoForm .mktoFormCol, .mktoButtonRow  {
    width: 100% !important;
}
span.mktoButtonWrap {
    margin-left: 0 !important;
}
.cta-form form label {
    font-weight: normal !important;
    font-size: 14px !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    padding-top: 0 !important;
    min-height: 20px !important;
}
.mktoForm .mktoGutter {
    display: none;
}
.mktoForm label.mktoLabel {
    float: none !important;
    line-height: 18px !important;
    width: auto !important;
    padding-left: 0 !important;
}
.mktoForm fieldset label.mktoLabel {
    float: left !important;
    padding-right: 5px !important;
 }
 .mktoForm label.mktoLabel {
    float: none !important;
}
.mktoForm fieldset label.mktoLabel {
    float: none !important;
    padding-right: 5px !important;
 }
.mktoForm .mktoCheckboxList {
    clear: none !important;
    width: auto !important;
    float: left !important;
}
.mktoForm .mktoFormCol {
    margin-bottom: 0 !important
}
.mktoForm .mktoHtmlText {
    margin-bottom: 20px !important;
    font-size: 12px !important;
    line-height: 18px !important;
    font-style: italic !important;
    width: 100% !important;
}
.mktoForm .mktoFieldDescriptor {
    margin-bottom: 0 !important;
}
.mktoForm .mktoAsterix {
    float: left!important;
    font-size: 14px !important;
    padding: 0 15px 0 0 !important
}
.cta-form form input {
    margin-bottom: 10px !important;
    font-size: 14px !important;
    border-radius: 0px;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 46px !important;
    margin-bottom: 28px !important;
    padding-left: 10px !important;
    outline: none !important;
}
.cta-form form textarea {
    margin-bottom: 10px !important;
    font-size: 14px !important;
    border-radius: 0px;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 100px !important;
    margin-bottom: 28px !important;
    padding-left: 10px !important;
    outline: none !important;
}
.cta-form form select {
    font-weight: normal !important;
    display: block !important;
    width: 100% !important;
    height: 38px !important;
    padding-left: 10px !important;
    font-size: 14px !important;
    line-height: 19px !important;
    -webkit-appearance: none !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    outline: none !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    background-image: url('/index.php/lpTemplate/proxyAsset?idx=eyJpIjoidzJ0N2xCWlRBMGVYZXozayIsInQiOiI5RGtwUW5TSURqbzNqaWlZRERaTFhVNHNsOTdYb2VhN3RaNDNMbEY1SXE1VWNkZ1ZJVTlWN0tIdDdLVGN0MzY5TjMrVittZjVLK290bGRPYWdyTDRoVHI2ZTRLWjhuYnR4ejU1UFZ0UjFNMD0ifQ%3D%3D') !important;  /* The background image for the drop down arrow on select inputs */
    margin-bottom: 28px !important;
}
.mktoRadioList, .mktoCheckboxList {
    clear: both !important;
    padding: 0 !important;
}
.cta-form form input[type=checkbox], .cta-form form input[type=radio] {
    float: left !important;
    clear: both;
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 20px !important;
}
.mktoForm legend {
    color: #333333 !important;;
    font-size: 18px !important;;
    border-bottom: 1px solid #333333 !important;;
    margin-bottom: 10px !important;
    padding-bottom: 4px !important;;
}
.mktoForm .mktoButton {
    border: 0 !important;
    width: auto !important;
    background-image: none !important;
    margin-top: 20px !important;
    border-radius: 30px !important;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.29) !important;
    border: 1px solid #4694d1 !important;
    border: 1px solid #4694d1 !important;
    color: #4694d1 !important;
    padding: 12px 26px !important;
    background: transparent !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all .15s ease !important;
}
.cta-form form .mktoButton:hover {
    font-size: 16px;
}
.cta-form form p {
    margin: 0 !important;
}
.cta-form form div.error {
    padding: 0 !important;
}
.cta-form form p.no-label {
    margin: 0 !important;
    color: #ff0000;
}
.cta-form form p.errors {
    background: #ff0000;
    color: #ffffff;
    padding-left: 0px !important;
    margin-bottom: 10px !important;
    text-align: center;
}
.cta-form form span.value {
    margin-left: 0px !important;
}
.cta-form form .value span {
    display: block !important;
    clear: both !important;
}
.cta-form form span.value label {
    margin-top: 5px !important;
}
.cta-form a {
    padding: 0 !important;
}
/***
END - SIDEBAR
***/


/***
7. FOOTER
***/
footer {
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #171a25;
}
footer .footer-menu-title h4 {
    margin-top: 15px;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    width: 100%;
    display: block;
}
footer .footer-menu-title h4.first, footer .footer-menu-title h4.last{
  margin-left: 15px;
}
footer .footer-menu-title h4 span {
    width: 100%;
    display: block;
}
footer .footer-menu-title.last {
    margin-top: 35px;
}
footer .footer-menu ul {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
footer .border-right {
    border-right: 1px solid #50525a;
}
footer .footer-menu.inline ul {
    padding-left: 0;
    padding-bottom: 12px;
    margin-bottom: 1rem;
}
footer .footer-menu ul li {
    list-style-type: none;
    line-height: 20px;
    margin-bottom: 20px;
}
footer .footer-menu.inline ul li {
    float: left;
    margin-right: 40px;
    list-style-type: none;
}
footer .footer-menu.inline ul li:last-child {
    margin-right: 0;
}
footer .footer-menu ul li a {
    color: #cccbcb;
    font-size: 13px;
}
footer .footer-menu ul li a:hover {
    color: #cccbcb !important;
}
footer .footer-icon-img {
    float: left;
    margin-right: 6px;
}
footer .footer-icon-text {
    float: left;
    margin-top: 0px;
    width: 40px;
}
footer .flexRow {
   display: flex;
}
footer .w-100 {
  width: 100%;
}
.sub-footer {
    background: #171a25;
    padding-top: 15px;
    padding-bottom: 40px;
    width: 100%;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
}
.sub-footer p {
    color: #ffffff;
    font-size: 13px;
}
.sub-footer ul {
    margin-bottom: 0;
    padding-left: 0;
    display: inline-table;
}
.sub-footer ul.social-icons {
  padding-bottom: 30px;
}
.sub-footer ul li {
    float: left;
    list-style-type: none;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    display: inline;
}
.sub-footer ul li:first-child {
    padding-left: 0;
}
.sub-footer ul li a {
    color: #cccbcb;
    font-size: 13px;
}
.sub-footer ul li a:hover {
    color: #cccbcb !important;
}
/***
END - FOOTER
***/


/***
8. MOBILE STYLES
***/
@media (min-width: 1200px) {
    .content-box-text {
        padding-right: 35px;
    }
}
@media (max-width: 991px) {
    .content-text {
        margin-top: 20px;
    }
    .content-textbox {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }
}
@media (max-width: 768px) {
    .header-logo {
        text-align: center !important;
        padding-bottom: 30px !important;
    }
    .header-links {
        text-align: center !important;
        padding: 0 0 0 0;
    }
    .content-title h1 {
        text-align: center !important;
    }
    .content-title h2 {
        text-align: center !important;
    }
    .content-image {
       text-align: center !important;
    }
    .content-text {
        margin-top: 20px;
    }
    .content-textbox {
        margin-top: 10px !important;
    }
    .content-box-text h2 {
       text-align: center !important;
       margin-top: 20px;
    }
    .content-box-image {
        text-align: center !important;
    }
    .content-box-image img {
        max-width: 300px !important;
        width: 100% !important;
        height: auto !important;
    }
    .content-box-text {
        text-align: center !important;
    }
    .content-box-cta {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .content-box:first-child {
        margin-bottom: 50px;
    }
    .content-box-cta button a {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-text {
        text-align: center !important;
        padding-bottom: 20px;
    }
    .footer-images {
        text-align: center !important;
    }
    .footer-images ul {
        padding: 0;
        text-align: center !important;
    }
    .footer-images ul li:first-child {
        padding-left: 0px;
    }
    .left-column {
        padding-right: 15px !important;
    }
    .right-column {
        padding-top: 30px;
        padding-left: 30px !important;
        padding-right: 30px !important;
        margin: 0 auto;
        width: 100% !important;
    }
    .cta-form {
        margin: 0 auto;
    }
    .sub-footer p {
        margin-top: 20px !important;
    }
    footer .flexRow {
       display: inline !important;
    }
    footer .border-right {
        border-right: 0px solid #50525a !important;
    }
}
@media (max-width: 480px) {
    .cta-form {
        padding: 15px !important;
    }
    .mktoForm .mktoFormCol .mktoLabel {
        width: auto !important;
    }
    .mktoForm .mktoAsterix {
        float: left !important;
        padding-right: 5px !important;
    }
    .sub-footer p {
        margin-top: 20px !important;
    }
    .sub-footer ul li {
        border-left: 0 !important;
        border-right: 0 !important;
        padding-left: 0;
    }
}
/***
END - MOBILE STYLES
***/
