﻿.M-Form-ResponsiveSlider__steps {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: both;
}

.M-Form-ResponsiveSlider__step {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1 1 0%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    transition: all 400ms cubic-bezier(.25,.8,.25,1);
    height: 115px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #d9d9d9;
    border-bottom: 2px solid transparent;
    outline: 0;
}

.M-Form-ResponsiveSlider__step--active, .M-Form-ResponsiveSlider__step--visited {
    background: #f7f7f7;
}

    .M-Form-ResponsiveSlider__step--active .M-Form-ResponsiveSlider__icon, .M-Form-ResponsiveSlider__step--visited .M-Form-ResponsiveSlider__icon {
        fill: #000;
    }

    .M-Form-ResponsiveSlider__step--active .M-Form-ResponsiveSlider__name, .M-Form-ResponsiveSlider__step--visited .M-Form-ResponsiveSlider__name {
        color: #000;
    }

    .M-Form-ResponsiveSlider__icon, .M-Form-ResponsiveSlider__step--active .M-Form-ResponsiveSlider__icon, .M-Form-ResponsiveSlider__step--visited .M-Form-ResponsiveSlider__icon {
        width: 50px;
    }

.M-Form-ResponsiveSlider__name {
    display: block;
    font-size: 1.25rem;
}

.M-SignUp .A-Button {
    margin-top: 18px;
}

.A-Button--primary {
    color: #fff;
    border-color: #008ecf;
}

    .A-Button--primary:disabled {
        background-color: #cce0eb;
        border-color: #ccebf8;
    }

    .A-Button--primary:not(:disabled) {
        background: linear-gradient(to bottom,#005691 0%,#005691 50%,#1a679c 50%,#1a679c 100%);
        background-position: 0 0;
        background-size: 100% 200%;
    }

        .A-Button--primary:not(:disabled):focus, html:not(.is-touch) .A-Button--primary:not(:disabled):hover {
            background-position: 0 100%;
            border-color: #005691;
        }

    .A-Button--primary.A-Button--regular, .A-Button--primary.A-Button--smaller, .A-Button--secondary.A-Button--regular, .A-Button--secondary.A-Button--smaller {
        border-bottom-width: 2px;
    }

.A-Button--regular {
    height: 48px;
    padding: 0 40px;
    font-size: 1rem;
    margin: 0 10px 10px 0;
    width:100%;
}

.A-Button--default.A-Button--regular, .A-Button--default.A-Button--smaller, .A-Button--default.A-Button--tiny {
    border-width: 1px;
}

.O-CookieLaw__container {
    padding: 15px;
}

.bannerBackGround {
    background-color: #BDC3C7;
}

.CPD_Display-Inline {
    display: inline;
}

.CPD_Margin-Right-20 {
    margin-right: 20px;
}

  .footer-main-CPD {
       height: auto;
    background: #BDC3C7;
    width: 100%;
    padding: 10px;
    display: inline-block;
}

  .footer-main-CPD .footer-nav-CPD {
        height: auto;
        padding: 2px;
    }
  .footer-nav-CPD li {
    display: inline-block;
    margin: 0px 5px;
   }
  .footer-main-CPD .footer-nav-CPD li a {
    text-align: center;
    color: #333;
    font-size: 18px;
    padding: 10px;
    display:inline-block;   
}
  .modal-dialog .A-Button--regular{ width:auto; }

  .modal-dialog { width: 60%; margin: 30px auto; }

@media (max-width: 767px) {
    .modal-dialog { width: 90%; margin: 5%; }
}
/*Classes required for the popup tab start*/
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

/* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

/* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
/*Classes required for the popup tab End*/