
/* BASE STYLES --------------------- */
.custom-component {
    font-family: open-sans, arial, sans-serif;
    color: #4a4a4a;
    font-size: 0.9375rem;
    line-height: 1.375rem;
}

.custom-component.bg-grey {
    background: #f5f5f5;
}

.custom-component h1, .custom-component .h1, 
.custom-component h2, .custom-component .h2,
.custom-component h3, .custom-component .h3,
.custom-component h4, .custom-component .h4, 
.custom-component h5, .custom-component .h5,
.custom-component h6, .custom-component .h6 {
    font-family: effra, arial, sans-serif;
    font-weight: bold;
    line-height: 1.1;
}

.custom-component .light {
    font-weight: 200;
}

.custom-component .small {
    font-size: 80%;
}

.custom-component hr {
    margin-bottom: 1rem;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.custom-component a { color: #0084dd; text-decoration: none; }
.custom-component a:hover { text-decoration: underline; }

.custom-component h1, .custom-component .h1  { font-size: 50px; margin: 0 0 30px 0;  }
.custom-component h2, .custom-component .h2  { font-size: 40px; margin: 0 0 20px 0; }
.custom-component h3, .custom-component .h3  { font-size: 34px; margin: 0 0 20px 0; }
.custom-component h4, .custom-component .h4  { font-size: 24px; margin: 0 0 15px 0;}
.custom-component h5, .custom-component .h5  { font-size: 18px; margin: 0 0 15px 0; }
.custom-component h6, .custom-component .h6  { font-size: 16px; margin: 0 0 10px 0; }

@media (max-width: 768px) { 

    .custom-component h1, .custom-component .h1  { font-size: 36px; margin: 0 0 20px 0;  }
    .custom-component h2, .custom-component .h2  { font-size: 31px; margin: 0 0 15px 0; }
    .custom-component h3, .custom-component .h3  { font-size: 27px; margin: 0 0 15px 0; }
    .custom-component h4, .custom-component .h4  { font-size: 22px; margin: 0 0 15px 0;}

}

.custom-component p { margin: 0 0 15px 0; }

.custom-component ul, .custom-component ol { padding: 0 0 0 20px; margin: 0 0 1rem 0; }
.custom-component ul li, .custom-component ol li { margin: 0 0 5px 0; }
.custom-component ul li ul, .custom-component ol li ol { margin: 10px 0; }

.custom-component.mar-t0, .custom-component .mar-t0 { margin-top: 0 !important; }
.custom-component.mar-t5, .custom-component .mar-t5 { margin-top: 5px !important; }
.custom-component.mar-t10, .custom-component .mar-t10 { margin-top: 10px !important; }
.custom-component.mar-t15, .custom-component .mar-t15 { margin-top: 15px !important; }
.custom-component.mar-t20, .custom-component .mar-t20 { margin-top: 20px !important; }
.custom-component.mar-t30, .custom-component .mar-t30 { margin-top: 30px !important; }
.custom-component.mar-t40, .custom-component .mar-t40 { margin-top: 40px !important; }
.custom-component.mar-t50, .custom-component .mar-t50 { margin-top: 50px !important; }
.custom-component.mar-t60, .custom-component .mar-t60 { margin-top: 60px !important; }

.custom-component.mar-b0, .custom-component .mar-b0 { margin-bottom: 0 !important; }
.custom-component.mar-b5, .custom-component .mar-b5 { margin-bottom: 5px !important; }
.custom-component.mar-b10, .custom-component .mar-b10 { margin-bottom: 10px !important; }
.custom-component.mar-b15, .custom-component .mar-b15 { margin-bottom: 15px !important; }
.custom-component.mar-b20, .custom-component .mar-b20 { margin-bottom: 20px !important; }
.custom-component.mar-b30, .custom-component .mar-b30 { margin-bottom: 30px !important; }
.custom-component.mar-b40, .custom-component .mar-b40 { margin-bottom: 40px !important; }
.custom-component.mar-b50, .custom-component .mar-b50 { margin-bottom: 50px !important; }
.custom-component.mar-b60, .custom-component .mar-b60 { margin-bottom: 60px !important; }

.custom-component.pad-t0, .custom-component .pad-t0 { padding-top: 0 !important; }
.custom-component.pad-t5, .custom-component .pad-t5 { padding-top: 5px !important; }
.custom-component.pad-t10, .custom-component .pad-t10 { padding-top: 10px !important; }
.custom-component.pad-t15, .custom-component .pad-t15 { padding-top: 15px !important; }
.custom-component.pad-t20, .custom-component .pad-t20 { padding-top: 20px !important; }
.custom-component.pad-t30, .custom-component .pad-t30 { padding-top: 30px !important; }
.custom-component.pad-t40, .custom-component .pad-t40 { padding-top: 40px !important; }
.custom-component.pad-t50, .custom-component .pad-t50 { padding-top: 50px !important; }
.custom-component.pad-t60 { padding-top: 60px !important; }

.custom-component.pad-b0, .custom-component .pad-b0 { padding-bottom: 0 !important; }
.custom-component.pad-b5, .custom-component .pad-b5 { padding-bottom: 5px !important; }
.custom-component.pad-b10, .custom-component .pad-b10 { padding-bottom: 10px !important; }
.custom-component.pad-b15, .custom-component .pad-b15 { padding-bottom: 15px !important; }
.custom-component.pad-b20, .custom-component .pad-b20 { padding-bottom: 20px !important; }
.custom-component.pad-b30, .custom-component .pad-b30 { padding-bottom: 30px !important; }
.custom-component.pad-b40, .custom-component .pad-b40 { padding-bottom: 40px !important; }
.custom-component.pad-b50, .custom-component .pad-b50 { padding-bottom: 50px !important; }
.custom-component.pad-b60, .custom-component .pad-b60 { padding-bottom: 60px !important; }

/* Buttons */

.custom-component .button {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
}

.custom-component .button.button-block {
    display: block;
}

.custom-component .button:hover,
.custom-component a.button:hover {
    text-decoration: none;
}

.custom-component .button.primary {
    background: #0084dd;
    border: 1px solid transparent;
    color: white;
}
.custom-component .button.primary:hover { background: #005691; }

.custom-component .button.primary.reversed {
    background: white;
    border: 1px solid transparent;
    color: #0084dd;
}
.custom-component .button.primary.reversed:hover { background: #30B3EE; color: white; }

.custom-component .button.secondary {
    background: transparent;
    border: 1px solid #0084dd;
    color: #0084dd;
}

.custom-component .button.secondary:hover { background: #0084dd; color: white; } 


.custom-component .text-btn {
  font-size: 16px;
  font-weight: bold;  
}

.custom-component a.text-btn:hover,
.custom-component .text-btn:hover {
    text-decoration: none;
    color: #005691;
}


.custom-component .slim-copy-area {
    width: 75%;
}

@media (max-width: 900px) { 

    .custom-component .slim-copy-area {
        width: 100%;
    }

}


/* @end BASE STYLES --------------------- */

/** PERFORMANCE --------------------------------- **/

.custom-component.best-performance {
    background-color: #FAFAFA;
}

.custom-component.best-performance .bp-content {
    display: flex;
    flex-direction: row;
}

.custom-component.best-performance .bp-content .bp-description {
    margin-right: 30px;
    width: 70%;
}

.custom-component.best-performance .bp-content .bp-return {
    background-color: white;
    width: 30%;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.custom-component.best-performance .bp-content .bp-return .return {
    font-size: 100px;
    line-height: .8;
    display: flex;
    flex-direction: row;
    margin: 0 0 5px 0;
    align-items: center;
}

.custom-component.best-performance .bp-content .bp-return .return span {
    font-size: 35px;
    display: flex;
    flex-direction: column;
    width: 50px;
    margin: 0;
    justify-content: center;
}

.custom-component.best-performance .bp-content .bp-return p {
    text-align: center;
}

@media (max-width: 1023px) { 

    .custom-component.best-performance .bp-content .bp-return .return {
        font-size: 80px;
        line-height: .8;
    }

    .custom-component.best-performance .bp-content .bp-return .return span {
        font-size: 30px;
        width: 50px;
    }

}

@media (max-width: 767px) { 

    .custom-component.best-performance .bp-content {
        flex-direction: column;
    }

    .custom-component.best-performance .bp-content .bp-description {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .custom-component.best-performance .bp-content .bp-return {
        width: 100%;
        padding: 20px 0;
    }

}

/** @end PERFORMANCE ----------------------------- **/


