/* =================================================================== */
/*                          UNIVERSAL STYLING                          */
/* =================================================================== */

/*
    1. UNIVERSAL STYLING 
        - Document
        - Formatting
        - Fonts
        - Colors
        - Buttons
        - Modal
    2. NAVIGATION SECTION
    3. AGENT CONTACT SECTION
    4. AGENT INFORMATION SECTION
    5. CTA SECTION
    6. ABOUT SECTION
    7. FOOTER SECTION
    8. AGENT BIO (pageslide)
    9. SCHEDULE APPOINTMENT (modal popup)
    10. APPOINTMENT FORM (new page)
    11. MEDIA QUERIES
*/


/* ------------------------------------------------------------------- */
/* DOCUMENT */
body {
    font-family: "Lato-Light";
    font-size: 16px;
    line-height: 22px;
    margin-top: 90px;
}
#app {
    overflow-x: hidden;
}

/* ------------------------------------------------------------------- */
/* FORMATTING */
.container {
    width: 100%;
    padding: 0% 10%;
}
.container.noPadding {
    padding: 0px;
}
.container-fullwidth-left {
    width: 100%;
    padding: 0% 8% 0% 0%;
}
.row {
    width: 100%;
    margin: 0px;
}
.align-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.align-center-spaced {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.align-right {
    display: flex;
    justify-content: flex-end;
}
.align-left {
    display: flex;
    justify-content: flex-start;
}
.align-col-spaced {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.inline {
    display: flex;
    align-items: center;
}
.inline-start {
    display: flex;
    align-items: flex-start;
}
.indent {
    padding-left: 40px;
}
.col-sm-half {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 5%;
}
.img-agent {
    width: 100%;
    height: auto;
}
.img-agent-container {
    display: flex;
    align-items: center;
    border-radius: 25px;
    overflow: hidden;
}
.content-group {
    /*margin-bottom: 20px;*/
    margin-bottom: 25px;
}
.img-icon-left {
    /*width: 35px;*/
    /*margin: 5px 10px 5px 0px;*/
    width: 35px;
    margin: 5px 15px 5px 0px;
}
.btn-box-center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-width: 225px;
}
.quick-link {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 200px;
    height: 150px;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.justify-center-flex {
    display: flex;
    justify-content: center;
}
.center-text {
    text-align: center;
}
.no-padding {
    padding: 0px !important;
}
.no-padding-l {
    padding-left: 0px !important;
}
.no-padding-r {
    padding-right: 0px !important;
}
.padding-xs {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.padding-xs-l {
    padding-left: 5px !important;
}
.padding-xs-r {
    padding-right: 5px !important;
}
.padding-sm {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.padding-sm-l {
    padding-left: 15px !important;
}
.padding-sm-r {
    padding-right: 15px !important;
}
.padding-md {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.padding-md-l {
    padding-left: 25px !important;
}
.padding-md-r {
    padding-right: 25px !important;
}
.padding-lg {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.padding-lg-l {
    padding-left: 50px !important;
}
.padding-lg-r {
    padding-right: 50px !important;
}
.margin-xs-b {
    margin-bottom: 5px !important;
}
.margin-sm-b {
    margin-bottom: 15px !important;
}
.margin-sm-t {
    margin-top: 15px !important;
}
.margin-md-b {
    margin-bottom: 25px !important;
}
.margin-lg-b {
    margin-bottom: 50px !important;
}
.margin-xxl-b {
    margin-bottom: 100px !important;
}
.margin-xs-r {
    margin-right: 15px !important;
}
.margin-md-r {
    margin-right: 25px !important;
}
.w-90 {
    width: 90% !important;
}
.form-group {
    margin-bottom: 10px;
}
textarea.form-control {
    min-height: 85px;
}

/* ------------------------------------------------------------------- */
/* FONTS */
p {
    font-family: "Lato-Light";
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.25px;
    margin: 0;
}
p.copyright {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}
h1 {
    font-family: "Merriweather-Bold";
    /*font-size: 60px;*/
    /*line-height: 68px;*/
    font-size: 70px;
    line-height: 78px;
    font-weight: 500;
    letter-spacing: 0.25px;
    text-transform: none;
    text-align: unset;
    margin: 0;
}
h1.slide-title {
    font-family: "Merriweather-Regular";
}
h2 {
    font-family: "Merriweather-Bold";
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.25px;
    text-transform: none;
    text-align: unset;
    margin: 0;
}
h2.modal-title {
    font-family: "Merriweather-Regular";
    font-size: 30px;
    line-height: 38px;
}
h3 {
    font-family: "Lato-Light";
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    letter-spacing: 0.25px;
    text-transform: none;
    text-align: unset;
    margin: 0;
}
h3.agent-info-text {
    font-size: 36px;
    line-height: 44px;
}
h4 {
    font-family: "Merriweather-Regular";
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.25px;
    text-transform: none;
    text-align: unset;
    margin: 0;
}
.thicker {
    font-weight: 800;
}
.agent-name-text {
    margin-bottom: 5px;
}
.agent-company-text {
    font-family: 'Merriweather-Regular';
    font-style: italic;
    text-transform: none;
    text-align: unset;
    margin-bottom: 30px;
}
.text-center {
    text-align: center;
}
.section-title {
    margin-bottom: 75px;
}
.word-break {
    word-break: break-all;
}
@media(max-width: 1023px) {
    .hidden-sm {
        display: none;
    }
}


/* ------------------------------------------------------------------- */
/* COLORS */
.background-blue {
    background: #3d97d3;
}
.color-blue {
    color: #3d97d3;
}
.color-white {
    color: #ffffff;
}
.color-green {
    color: #b5d454;
}
.color-gray {
    color: #575859;
}
.color-gold {
    color: #CFB440;
}

/* ------------------------------------------------------------------- */
/* BUTTONS AND LINKS */
a,
a:hover,
a:focus,
a:active, 
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    text-decoration: none;
}
.btn:focus,
.btn:active:focus {
    outline: none;
    outline-offset: 0;
}
.btn-primary,
.btn-primary-green,
.btn-primary-red {
    font-family: "Merriweather";
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    padding: 0.65em 1.5em;
    transition: 0.5s;
}
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
    color: #3d97d3;
    background: transparent;
    border: 2px solid #3d97d3; 
    text-transform: none;
    text-decoration: none;
}
.btn-primary:hover {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #3d97d3;
    font-size: 19px;
}
.btn-primary.up:hover {
    box-shadow: 
        inset 0 -200px 0 0 #3d97d3,
        2px 2px 8px 2px rgba(63, 45, 45, 0.25);
}
.btn-primary-green,
.btn-primary-green:focus,
.btn-primary-green:active,
.btn-primary-green:active:focus {
    color: #1AB394;
    background: transparent;
    border: 2px solid #1AB394; 
    text-transform: none;
    text-decoration: none;
}
.btn-primary-green:hover {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #1AB394;
    font-size: 19px;
}
.btn-primary-green.up:hover {
    box-shadow: 
        inset 0 -200px 0 0 #1AB394,
        2px 2px 8px 2px rgba(63, 45, 45, 0.25);
}
.btn-primary-red,
.btn-primary-red:focus,
.btn-primary-red:active,
.btn-primary-red:active:focus {
    color: #ca2e2e;
    background: transparent;
    border: 2px solid #ca2e2e; 
    text-transform: none;
    text-decoration: none;
}
.btn-primary-red:hover {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ca2e2e;
    font-size: 19px;
}
.btn-primary-red.up:hover {
    box-shadow: 
        inset 0 -200px 0 0 #ca2e2e,
        2px 2px 8px 2px rgba(63, 45, 45, 0.25);
}
.btn-secondary,
.btn-notice {
    font-family: "Merriweather";
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    padding: 0.65em 1.5em;
    transition: 0.5s;
}
.btn-secondary,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus {
    color: #ffffff;
    background: #CFB440;
    border: none;
    text-transform: none;
    text-decoration: none;
}
.btn-secondary:hover {
    background-color: #CFB440;
    color: #ffffff;
    border: none;
    font-size: 19px;
}
.btn-secondary.up:hover,
.btn-notice.up:hover {
    box-shadow: 
        inset 0 -200px 0 0 rgba(200, 200, 200, 0.25),
        2px 2px 8px 2px rgba(0, 0, 0, 0.15);
}
.btn-notice,
.btn-notice:focus,
.btn-notice:active,
.btn-notice:active:focus {
    color: #ffffff;
    background-color: #a7a7a7;
    border: 2px solid #a7a7a7;
    text-transform: none;
    text-decoration: none;
}
.btn-notice:hover {
    background-color: #a7a7a7;
    color: #ffffff;
    border: 2px solid #a7a7a7;
    font-size: 19px;
}
.btn-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    padding: 0px;
    font-size: 22px;
    line-height: 28px;
    transition: ease all 0.5s;
}
.btn-link > img {
    width: 35%;
    margin-bottom: 10px;
    transition: ease all 0.5s;
}
.btn-link:hover {
    font-size: 24px;
    color: #ffffff;
}
.btn-link:hover > img {
    width: 40%;
}

/* ------------------------------------------------------------------- */
/* COMPONENTS */
.alert {
    margin-bottom: 0px;
}
.growl {
    opacity: 1;
}
.input-invalid,
.input-invalid:focus {
    border-color: red;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
#contactDropzone.notValid {
    border: 2px dashed red;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
#contactDropzone.valid {
    border: 3px dashed #3d97d3;
}
.dropzone-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 155px;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.dz-default.dz-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #555555;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    padding-left: 90px;
    padding-top: 12px;
    padding-right: 10px;
    line-height: 22px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.dz-text-small {
    font-size: 14px;
    font-weight: 400px;
}
.dropzone-box .fa.fa-cloud-upload {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 70px;
    font-size: 32px;
    background: #eeeeee;
    color: #aaaaaa;
    border-radius: 2px;
    margin-left: 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.dropzone-box:hover .fa.fa-cloud-upload {
    color: #ffffff;
}
.dz-started .dz-default.dz-message {
    display: none;
}
.dz-started:hover .fa.fa-cloud-upload {
    background: #eeeeee !important;
    color: #aaaaaa !important;
}
.dropzone-box.dz-drag-hover {
    border-color: #318cc9;
}
.dropzone-box:hover .fa.fa-cloud-upload {
    background: #318cc9;
}
.alert.alert-info.alert-dark {
    background-size: 20px 20px;
}
.checkboxTxt {
    font-size: 14px;
    line-height: 18px;
}
.form-row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
}

/* =================================================================== */
/*                         NAVIGATION SECTION                          */
/* =================================================================== */
.navbar {
    min-height: 90px;
}
.navbar-nav {
    float: right;
}
#mainHeader .navbar {
    border-radius: 0;
    margin-bottom: 0;
}
#mainHeader .navbar .container .navbar-header:before,
#mainHeader .navbar .container .navbar-header:after {
    display: none;
}
#mainHeader .navbar .container .navbar-header {
    min-width: 100%;
    padding: 10px 0px;
    margin-right: 0px;
    margin-left: 0px;
}
#mainHeader .navbar .container .navbar-header .navbar-brand {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: unset;
    width: 345px;
    padding: 0;
    margin-left: 0px;
}
#mainHeader .navbar .container .navbar-header .navbar-brand img {
    /*width: 100%;*/
    max-height: 70px;
}
#mainHeader .btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    min-width: 250px;
}
@media(max-width: 1025px) {
    .nav > li.btn-box-center {
        justify-content: flex-end;
    }
    .navbar-default .navbar-collapse {
        width: 100%;
        border: none;
    }
    .navbar-nav {
        margin-top: 45px;
        margin-bottom: 5px;
        float: left;
    }
}
@media(min-width: 1025px) {
    #mainHeader .navbar .container .navbar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navbar-collapse.collapse {
        display: flex !important;
    }
}

/* =================================================================== */
/*                         AGENT CONTACT (HOME)                        */
/* =================================================================== */
#home {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url(/img/background/pivotal_Main-Header-BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}
@media(max-width: 1550px) {
    #home {
        min-height: calc(100vh - 90px);
    }
}
@media(min-width: 1551px) {
    #home {
        min-height: calc(100vh - 300px);
    }
}
#agent-picture {
    margin-right: 25px;
}
#cta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    border-radius: 20px;
}

/* =================================================================== */
/*                           ABOUT SECTION                             */
/* =================================================================== */
#about {
    /*margin-bottom: 100px;*/
    padding: 100px 0px 50px 0px;
}
#about img{
    width: 100%;
}
#about .container::before,
#about .container::after {
    display: none;
}
#about .container-fullwidth-left .section-body .row:before,
#about .container-fullwidth-left .section-body .row:after {
    display: none;
}

/* =================================================================== */
/*                         CARRIERS SECTION                            */
/* =================================================================== */
#apiary {
    padding: 50px 0px 100px 0px;
}
#wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#wrapper .content {
    width: 100%;
    transition: 0.3s ease;
}
#wrapper .content .tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 2px 2px 0px 0px;
    margin: 0px;
    background: #3d97d3;
}
#wrapper .content .tabs .tablinks {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    width: 25%; /*change depending on the number of tabs*/
    height: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    overflow: hidden;
    transition: 0.3s ease;
}
#wrapper .content .tabs .tablinks:before {
    content: "";
    width: 100%;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
    z-index: 2;
}
#wrapper .content .tabs .tablinks:hover:before {
    height: 100%;
    z-index: 2;
    bottom: 0;
}
#wrapper .content .tabs .tablinks.active {
    background-color: white;
    z-index: 0;
    border-right: 0px;
    border-left: 0px;
    height: 110px;
    bottom: 0px;
    overflow: hidden;
}
#wrapper .content .tabs .tablinks.active:before {
    background-color: #3d97d3;
    content: "";
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
}
#wrapper .content .tabs .tablinks.active p,
#wrapper .content .tabs .tablinks.active:hover p {
    opacity: 1;
    color: #3d97d3;
}
#wrapper .content .tabs .tablinks p {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: 0.5s ease;
    padding: 0;
    margin: 0;
    backface-visibility: hidden;
    font-weight: 400;
    color: #ffffff;
}
#wrapper .content .wrapper_tabcontent {
    background-color: white;
    margin-top: 0px;
    z-index: -3;
    position: relative;
    opacity: 1;
    padding: 40px 60px;
    overflow: hidden;
    transition: all 1s ease;
    top: 0;
}
#wrapper .content .wrapper_tabcontent .tabcontent {
    display: none;
    min-height: 180px;
}
#wrapper .content .wrapper_tabcontent .tabcontent.active {
    transition: all 1s ease;
    display: block;
}
#wrapper .content .wrapper_tabcontent .tabcontent p {
    margin: 0;
    padding: 0;
    transition: all 1s ease;
    animation: fadeEffect 0.6s ease;
    width: 100%;
}
@keyframes tabEffect {
    from {
        top: -40px;
    }
    to {
        top: 0px;
    }
}
@keyframes fadeEffect {
    from {
        opacity: 0;
        margin-left: 30px;
    }
    to {
        opacity: 1;
        margin-left: 0;
    }
}
@keyframes title {
    from {
        left: -150px;
    }
    to {
        left: -90px;
    }
}
@media screen and (max-width: 768px) {
    #wrapper .content {
        margin: 0% 4%;
        margin-top: 5%;
    }
    #wrapper .content .tabs .tablinks {
        font-size: 12px;
    }
    #wrapper .content .tabs .tablinks p:before {
        display: none;
    }
    #wrapper .content .wrapper_tabcontent {
        padding: 10px;
    }
    #wrapper .content .wrapper_tabcontent .tabcontent p {
        font-size: 14px;
        line-height: 26px;
    }
}

/* =================================================================== */
/*                            FOOTER SECTION                           */
/* =================================================================== */
#footerRights {
    display: flex;
    justify-content: flex-end;
    background-color: #edf0f2;
    height: 200px;
    padding-top: 100px;
}
#footerRights .container .row,
#footerRights .container .row .col-xs-10,
#footerRights .container .row .col-sm-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* =================================================================== */
/*                               MODALS                                */
/* =================================================================== */
/* universal modal styling */
.modal-dialog {
    margin: 150px auto 0px auto;
    width: 800px;
    min-height: 80vh;
}
.modal-dialog .modal-content .container {
    padding: 30px 25px 35px 25px;
}
.modal-dialog .modal-content {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}
.modal-content {
    border: none;
}
.modal-header,
.modal-body,
.modal-footer {
    border: none;
    padding: 0;
}

/* schedule appointment modal styling */
#modal_schedule .modal-content .close,
#modal_debtcalculator .modal-content .close {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 30px;
    opacity: 0.75;
    z-index: 1;
}
#modal_schedule .modal-profile {
    border-top-left-radius: 25px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 0px;   
    width: 100%;
    height: 455px;
}
#modal_schedule .modal-content .col-md-7 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
}
#modal_schedule .modal-content .col-md-7 .modal-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 50px;
}

/* debt calculator modal styling */
#calculator-form .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 50px;
}
@media(max-width: 1048px) {
    #calculator-form .container .modal-body {
        width: 100%;
    }
}
#calculator-form .modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 55px;
}
#calculator-form .horizontal-ray {
    margin-top: 30px;
    margin-bottom: 30px;
}
.toggle-display-accounts, .toggle-display-total {
    display: block;
}
.da-first {
    display: block;
}
.da-first, .da-second {
    margin-bottom: 15px;
}
.instructions {
    text-align: center;
}
#calculator-form .btn-primary {
    background-color: #3d97d3;
    color: #ffffff;
    border-color: #3d97d3;
}
#calculator-form .btn-primary:disabled,
#calculator-form .btn-primary:disabled:hover,
#calculator-form .btn-primary.up:disabled:hover {
    box-shadow: none;
    background-color: transparent;
    color: #3d97d3;
    border-color: #3d97d3;
}
#calculator-form .btn-notice:disabled,
#calculator-form .btn-notice:disabled:hover,
#calculator-form .btn-notice.up:disabled:hover {
    box-shadow: none;
    background-color: transparent;
    color: #a7a7a7;
    border-color: #a7a7a7;
}
#calculator-form .btn-primary:disabled:hover,
#calculator-form .btn-notice:disabled:hover {
    font-size: 18px;
}
#calculator-form label {
    margin-bottom: 0.25em;
    font-size: 1.2em;
    display: inline-flex;
    align-items: center;
    padding: 0px 10px 0px 10px;
}
input.largebox {
    width: 0.75em;
    height: 0.75em;
}
.debtAccounts, .debtTotal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100px;
}
.debtAccounts .form-control, .debtTotal .form-control {
    font-family: "Acumin-pro-wide", sans-serif;
    font-size: 2em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 80%;
    height: 50px;
    border: 1px solid #7b7b7d;
    color: #d4242c;
    padding-bottom: 0.35em;
}
.debtAccounts .form-control:focus, .debtTotal .form-control:focus {
    border: 1px solid #7b7b7d;
}
#debt-accounts::placeholder, #user-total::placeholder {
    font-family: "Acumin-pro-wide", sans-serif;
    font-style: italic;
    color: #ced4da;
    font-weight: 100;
}
#calculator-form .fa-dollar-sign, #calculator-form .fa-hashtag {
    color: #fff;
    background-color: #7b7b7d;
    border: 3px solid #7b7b7d;
    border-top-left-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
    font-size: 2em;
    padding: 0.15em 0.25em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;;
}
.debtAcc-buttons .btn-next, .debtAcc-buttons .btn-prev, .debtTotal-buttons .btn-prev, .debtTotal-buttons .btn-next {
    min-width: 125px;
}
.debtAcc-buttons .btn-next, .debtTotal-buttons .btn-next {
    margin-left: 0.5em;
}
.debtAcc-buttons .btn-prev, .debtTotal-buttons .btn-prev {
    margin-right: 0.5em;
}

/* =================================================================== */
/*                        AGENT BIO (pageslide)                        */
/* =================================================================== */
#bio-container {
    position: absolute;
    top: 0px;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}
.agent-bio {
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    position: relative;
    right: -5200px;
    height: 100vh;
    z-index: 1;
}
.openSlide {
    right: 0px !important;
    overflow-y: scroll;
}
.transition {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#bio-container .agent-bio .container {
    padding: 5% 10%;
}
#bio-container .agent-bio .container .row .col-lg-3 {
    margin-right: 25px;
    padding-left: 45px;
}

@media(min-width: 1600px) {
    #home {
        height: 650px;
        padding-top: 100px;
    }
    #cta {
        height: 300px;
        top: calc(650px - 120px);
        left: calc(0px + 10%);
        right: calc(0px + 10%);
        padding: 35px 70px 25px 70px;
    }
}
@media(min-width: 1200px) and (max-width: 1599px) {
    #cta {
        height: 300px;
        top: calc(650px - 100px);
        left: calc(0px + 10%);
        right: calc(0px + 10%);
        padding: 35px 35px 35px 35px;
    }
    #agent-picture .img-agent-container {
        max-height: 350px;
    }
    .quick-link {
        width: 150px;
    }
}
@media(min-width: 1025px) and (max-width: 1199px) {
    .container {
        padding: 0% 8%;
    }
    .quick-link {
        width: 150px;
    }
    .container-fullwidth-left {
        padding: 0% 8%;
    }
    .no-padding-l {
        padding-left: 15px;
    }
    #about-img {
        margin-bottom: 50px;
    }
    #home {
        height: 650px;
        margin-bottom: 270px;
        padding-top: 65px;
    }
    #cta {
        height: 300px;
        top: calc(650px - 120px);
        left: calc(0px + 8%);
        right: calc(0px + 8%);
        padding: 35px 35px 35px 35px;
    }
}
@media(max-width: 1024px) {
    body {
        margin-top: 75px;
    }
    h1 {
        font-size: 42px;
        line-height: 48px;
    }
    .container {
        padding: 0% 4%;
    }
    .navbar {
        min-height: 75px;
    }
    .navbar-toggle {
        margin-right: 0px;
        margin-top: 6px;
        margin-bottom: 10px;
    }
    #mainHeader .navbar .container .navbar-header .navbar-brand {
        width: 200px;
        margin-top: 6px;
    }
    .align-center-spaced {
        justify-content: flex-start;
    }
    .quick-link {
        width: 33.333%;
        height: 165px;
    }
    .container-fullwidth-left {
        padding: 0% 0%;
    }
    .no-padding-l {
        padding-right: 0px;
    }
    #about-img {
        margin-bottom: 35px;
    }
    #home {
        height: 850px;
        margin-bottom: 150px;
        padding-top: 35px;
    }
    #cta {
        height: 450px;
        top: calc(650px - 200px);
        left: 0px;
        right: 0px;
        padding: 35px 35px 35px 35px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    #about .container .section-title .row .col-xs-10 .flexslider .slides > li,
    #about .container .section-title .row .col-lg-8 .flexslider .slides > li {
        height: 115px;
    }
    /* schedule modal */
    .modal-dialog {
        width: 75vw;
        margin: 30px auto 0px auto;
    }
    #modal_schedule .modal-profile {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    /* bio page-slide */
    #bio-container .agent-bio .container {
        padding: 25px 4%;
    }
}
@media(max-width: 600px) {
    .contianer {
        padding: 0% 4%;
    }
    h1 {
        font-size: 50px;
        line-height: 62px;
    }
    #about h1 {
        font-size: 26px;
        line-height: 36px;
    }
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
    h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .quick-link {
        width: 50%;
    }
    .margin-xs-r {
        margin-right: 8px;
    }
    .w-90 {
        width: 100%;
    }
    #home {
        height: 1100px;
        margin-bottom: 50px;
    }
    #cta {
        height: 600px;
        top: calc(650px - 150px);
        padding: 25px 15px 25px 15px;
    }
    .section-title {
        margin-bottom: 30px;
    }
    #mantraSlider.flexslider .flex-viewport .slides > li {
        height: 85px;
    }
    /* modal */
    .modal-dialog {
        width: 100%;
        margin: 20px auto 0px auto;
    }
    #modal_schedule .modal-title,
    #modal_schedule .modal-body {
        text-align: center;
    }
    #modal_schedule .modal-content .col-xs-12:nth-child(2) {
        padding: 30px 4%;
        align-items: center;
    }
    #modal_schedule .modal-content .col-xs-12 .modal-footer {
        width: unset;
    }
    #modal_pension .modal-custom .modal-content .container .modal-footer .row .col-md-12 {
        justify-content: center;
    }
    .modal-dialog .modal-content {
        margin-bottom: 25px;
    }
    .modal-dialog .modal-content .container {
        padding: 30px 5px 25px 5px;
    }
}

@media(max-width: 300px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    #about h1 {
        font-size: 24px;
        line-height: 30px;
    }
    h2 {
        font-size: 24px;
        line-height: 34px;
    }
    h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .btn-link {
        font-size: 16px;
        line-height: 20px;
    }
}

/* =================================================================== */
/*                     APPOINTMENT FORM (new page)                     */
/* =================================================================== */
#appointment-form {
    padding: 50px 0px 150px 0px;
}
#appointment-form .container .row {
    margin: 0;
}
#appointment-form .container .row .appointment-header {
    margin-bottom: 25px;
}
.wizard > .content > .body {
    position: relative;
    padding: 2%, 4%;
}
#appointment-form .container .row .appointment-footer {
    width: 600px;
}
#appointment-form .container .row .appointment-footer .col-md-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    padding: 0;
}

/* =================================================================== */
/*                 DEBT CALCULATOR RESULTS (new page)                  */
/* =================================================================== */
#calculator-results {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 85px;
}
#calculator-results .padding-sm-l {
    padding-left: 15px !important;
}
#calculator-results .padding-sm-r {
    padding-right: 15px !important;
}
#calculator-results .padding-sm {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
#calculator-results .margin-md-b {
    margin-bottom: 25px !important;
}
#calculator-results .margin-sm-b {
    margin-bottom: 15px !important;
}
#calculator-results .margin-lg-b {
    margin-bottom: 75px !important;
}
@media(min-width: 1048px) {
    #userTransferForm .col-xs-12,
    #userTransferForm .col-lg-8,
    #userTransferForm .col-lg-4,
    #userCompareForm .col-xs-12,
    #userCompareForm .col-lg-5,
    #userSavingsForm .col-xs-12 {
        padding: 0px !important;
    }
    #userCompareForm .col-lg-7 {
        padding: 0px 0px 0px 15px !important;
    }
}
#calculator-results .form-control {
    padding: 8px 6px 6px 6px;
}
#calculator-results .form-group {
    margin-bottom: 1.5em;
}
#calculator-results .form-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#calculator-results .form-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#calculator-results .form-group p {
    display: flex;
    justify-content: center;
    align-items: center;
}
#calculator-results .form-control {
    font-size: 1.5em;
    height: 40px;
}
#calculator-results .user-card,
#calculator-results .compare-card {
    min-height: 585px;
}
#userTransferForm .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 506px;
}
#calculator-results .card-body {
    padding: 1.5em;
}
#calculator-results .flex-start {
    display: flex;
    justify-content: flex-start;
}
#calculator-results .flex-end {
    display: flex;
    justify-content: flex-end;
}
#calculator-results .plan-title {
    font-weight: 500;
}
#calculator-results .user-card {
    border: 2px solid #d4242c;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
}
#calculator-results .compare-card {
    border: 2px solid #3d97d3;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
    width: 100%;
    margin-bottom: 50px;
}
#calculator-results .savings-card {
    border: 2px solid #CFB440;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
    margin-bottom: 2em;
    width: 100%;
    margin-bottom: 50px;
}
#user-results .card-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em 1.5em 1em 1.5em;
    background-color: #d4242c;
    border: 2px solid #d4242c;
    border-top-left-radius: 1.5em;
    border-top-right-radius: 1.5em;
}
#compare-results .card-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em 1.5em 1em 1.5em;
    background-color: #3d97d3;
    border: 2px solid #3d97d3;
    border-top-left-radius: 1.5em;
    border-top-right-radius: 1.5em;
}
#savings-results .card-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em 1.5em 1em 1.5em;
    background-color: #CFB440;
    border: 2px solid #CFB440;
    border-top-left-radius: 1.5em;
    border-top-right-radius: 1.5em;
}
#user-results .card-heading h3 {
    color: #fff;
    font-family: "Acumin-pro-wide", sans-serif;
}
#compare-results .card-heading h3 {
    color: #fff;
    font-family: "Acumin-pro-wide", sans-serif;
}
#savings-results .card-heading h3 {
    color: #fff;
    font-family: "Acumin-pro-wide", sans-serif;
}
#user-results .form-disclosure, #compare-results .form-disclosure, #savings-compare .form-disclosure {
    padding: 50px 0px;
}
#user-results .form-disclosure p {
    font-family: "Acumin-pro-wide", sans-serif;
    font-size: 1.15em;
    color: #bfbfbf;
    font-style: italic;
    line-height: 1.2em;
    text-align: center;
}
#compare-results .form-disclosure p {
    font-family: "Acumin-pro-wide", sans-serif;
    font-size: 1.15em;
    color: #bfbfbf;
    font-style: italic;
    line-height: 1.2em;
    text-align: center;
}
#savings-results .form-disclosure p {
    font-family: "Acumin-pro-wide", sans-serif;
    font-size: 1.15em;
    color: #bfbfbf;
    font-style: italic;
    line-height: 1.2em;
    text-align: center;
}
#user-results .fa-dollar-sign {
    color: #fff;
    background-color: #bfbfbf;
    border: 1.1px solid #bfbfbf;
    border-top-left-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
    font-size: 1.25em;
    height: 40px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#compare-results .fa-dollar-sign {
    color: #fff;
    background-color: #bfbfbf;
    border: 1.1px solid #bfbfbf;
    border-top-left-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
    font-size: 1.25em;
    height: 40px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#user-results .form-control:disabled {
    color: #d4242c;
    background-color: #ffffff;
    border: 1.1px solid #bfbfbf;
}
#compare-results .form-control:disabled {
    color: #3d97d3;
    background-color: #ffffff;
    border: 1.1px solid #bfbfbf;
}
#user-results .form-row, #compare-results .form-row {
    margin-bottom: 1em;
}
#user-results label, #compare-results label {
    font-size: 1em;
    font-weight: 600;
}
#u-total,
#u-interest,
#u-principal,
#u-monthly,
#c-accFee,
#c-adminFee,
#c-interest,
#c-principal,
#c-monthly,
#c-monthlyTotal {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#calculator-results .results-disclaimer {
    text-align: left;
}
#calculator-results .results-disclaimer .col-md-12 {
    padding: 2% 15%;
}
#calculator-results .results-disclaimer h5 {
    font-size: 1.1em;
    text-indent: -1em;
}
#calculator-results ref {
    color: #d4242c;
    font-weight: 600;
}
#userTransferForm .hl {
    border-top: 2px solid #bfbfbf;
    width: 100%;
}
#calculator-results .form-invisible {
    color: #CFB440;
    border: 0px solid transparent;
    background-color: transparent;
    font-family: "Acumin-pro-wide", sans-serif;
    font-weight: 500;
    font-size: 3em;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#user-results, #compare-results {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
#calculator-results .centerColumn {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
#u-acc {
    font-family: "Acumin-pro-wide", sans-serif;
    text-align: center;
    padding-bottom: 0.25em;
}
#u-total {
    font-family: "Acumin-pro-wide", sans-serif;
    text-align: left;
    padding-bottom: 0.25em;
}
#u-interest {
    font-family: "Acumin-pro-wide", sans-serif;
    text-align: left;
    padding-bottom: 0.25em;
}
#u-principal {
    font-family: "Acumin-pro-wide", sans-serif;
    text-align: left;
    padding-bottom: 0.25em;
}
#u-monthly {
    font-family: "Acumin-pro-wide", sans-serif;
    text-align: left;
    padding-bottom: 0.25em;
}
#c-adminFee {
    font-family: "Acumin-pro-wide", sans-serif;
    text-align: left;
    padding-bottom: 0.25em;
}
#c-interest {
    font-family: "Acumin-pro-wide", sans-serif;
    text-align: left;
    padding-bottom: 0.25em;
}
#c-principal {
    font-family: "Acumin-pro-wide", sans-serif;
    text-align: left;
    padding-bottom: 0.25em;
}
#calculator-results .add-shadow {
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0.25em;
}
#c-monthly {
    font-family: "Acumin-pro-wide", sans-serif;
    text-align: center;
    padding-bottom: 0.25em;
}
#c-monthlyTotal {
    font-family: "Acumin-pro-wide", sans-serif; 
    text-align: left;
    padding-bottom: 0.25em;
}
#c-monthFee {
    font-family: "Acumin-pro-wide", sans-serif;
    font-size: 1.25em;
    padding-bottom: 0.25em;
    margin-right: 0.5em;
}
#c-accFee {
    font-family: "Acumin-pro-wide", sans-serif;
    font-size: 1.25em;
    text-align: left;
    padding-bottom: 0.25em;
}
#calculator-results .thick {
    border-top: 10px solid #fff;
    position: absolute;
    bottom: 10px;
    width: 102%;
}
#calculator-results .inline {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}
#c-newDebt, #c-newPayment {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
#userTransferForm .col-2 {
    margin-bottom: 20px;
}
#calculator-results .centered-heading-lineheight, .centered-heading {
    text-align: center;
    margin-bottom: 1.5em;
}
#userCompareForm .inline p {
    font-family: "Acumin-pro-wide", sans-serif;
    font-size: 1em;
    padding-bottom: 0.25em;
}
#userCompareForm .fa-plus {
    font-size: 1.2em;
}
#userCompareForm .col-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
#calculator-results .centered {
    display: flex;
    justify-content: center;
    align-items: center;
}
#userCompareForm .contact-btn {
    width: 110px;
}
#calculator-results .showTotal {
    box-shadow: 0px 0px 10px -2px #00000048;
}
#c-newDebt, #c-newPayment {
    color: #d4242c;
    font-weight: 800;
}
.fa-plus.no-margin {
    margin: 0;
}
.fa-plus.margin-right-sm {
    margin-right: 5px;
}

/* =================================================================== */
/*                            MEDIA QUERIES                            */
/* =================================================================== */
/*