.lightningProgressIndicator{
    padding-top: 2em;
}

.btn-group-text {
    padding-left: 10px !important;
    margin-bottom: 20px !important;
    font-size: 16px;
    font-family: "Gotham A","Gotham B";
}


#dans-super-awesome-event-disappear-magic-trick{
    color: rgb(51, 51, 51) !important;
    animation-duration: 1s !important;
    animation-name: hideEvent !important;
}

@keyframes hideEvent {
  from {
    color: rgb(51, 51, 51) !important;
  }

  to {
    color: rgb(51, 51, 51) !important;
  }
}


.roster-sub-header {
  font-size: 18px !important;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500 !important;
  text-transform: uppercase;
  margin-top: 10px !important;
  letter-spacing: .5px;
  color: #34414d!important
}

.generic-tile header h2{
    display: none !important;
    /* required for AODA*/
}

.links-container h2{
    display:none !important;
    /* required for AODA*/
}

.table-enrollment{
    padding: 10px;
    table-layout: fixed;
    width: 100%;
}

.table-enrollment tr{
    height: 50px;
}

.table-enrollment th{
    height: 50px;
    white-space: normal !important;
}

.table-enrollment td{
    white-space: normal !important;
}

th.firm-name-insurance .slds-truncate {
    white-space: normal!important;
    width: 150px!important;
}



/* SF CSS Changes - May 29 */

.slds-scope .slds-text-title_caps{
    letter-spacing: unset !important;
}

/* END */


.applications-container a {
    /*color: inherit !important;*/
    border-bottom: 1px solid; /*#263746;*/
}

.applications-container a:hover, .applications-container a:focus {
    text-decoration: unset !important;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

#paymentaccordion{
    cursor: default !important;
    text-decoration: none !important;
}

#paymentaccordion i{
    display: none !important;
}

#checkout2{
    display: block !important;
    height: auto !important;
}

#itemprice{
    animation-duration: 1s !important;
  animation-name: itemPrice !important;
}

@keyframes itemPrice{
    from{
        color: #009A49 !important;
    }

    to{
        color: #009A49 !important;
    }
}


.shopping-cart-summary{
    animation-duration: 1s !important;
  animation-name: shoppingCart !important;

}

@keyframes shoppingCart{
    from{
        color: #F39C12 !important;
    }

    to{
        color: #F39C12 !important;
    }
}



.shop-item .information h1{
    animation-duration: 1s !important;
  animation-name: shopItem !important;
}

@keyframes shopItem{
    from{
        color: #F39C12 !important;
    }

    to{
        color: #F39C12 !important;
    }
}

.panel-cart-detail {
  animation-duration: 1s !important;
  animation-name: ani1 !important;
}

#orderTotal{
    animation-duration: 1s !important;
    animation-name: ani1 !important;
}

.credit-card-payment .ladda-label{
    animation-duration: 1s !important;
    animation-name: paymentButton !important;
}

@keyframes paymentButton{
    from{
        color: white !important;
    }

    to{
        color: white !important;
    }
}


@keyframes ani1 {
  from {
    color: rgb(51, 51, 51) !important;
  }

  to {
    color: rgb(51, 51, 51) !important;
  }
}

.slds-scope .slds-tabs_default__item.slds-active, .slds-scope .slds-tabs_default__item.slds-is-active, .slds-scope .slds-tabs--default__item.slds-active, .slds-scope .slds-tabs--default__item.slds-is-active {
    animation: unset !important;
}

.sfdc_richtext a {
    cursor: pointer;
    background-color: #293845 !important;
    color: #FFFFFF !important;
    font-size: 16px!important;
    font-family: "Gotham A", "Gotham B";
    font-weight: 700!important;
    min-width: 100px;
    text-transform: uppercase!important;
    border-radius: 0px !important;
    padding: 10px 25px;
    text-align: center;
    border: 3px solid #293845 !important;
}

/*hover styling*/

lightning-primitive-bubble > div{
    color: #FFF;
    background: #4f4f4f;
    padding: 5px 10px 5px 10px;
    font-size: 10px;
    font-family: "Gotham A", "Gotham B";
    font-weight: 300;
}

button.slds-button.slds-button_icon-bare {
    color: rgb(107, 109, 112)!important;
    background: none!important;
}


/*button.select-firm-btn.cCPAO_Firm_Management_Selection {
    float: none;
}
*/
/* SLDS Override Checkbox*/

/*.slds-scope .slds-button{
    padding: 5px;
}
*/
.slds-scope .slds-checkbox [type=checkbox][disabled]+.slds-checkbox_faux:after, .slds-scope .slds-checkbox [type=checkbox][disabled]+.slds-checkbox--faux:after, .slds-scope .slds-checkbox [type=checkbox][disabled]~.slds-checkbox_faux:after, .slds-scope .slds-checkbox [type=checkbox][disabled]~.slds-checkbox--faux:after, .slds-scope .slds-checkbox [type=checkbox][disabled]+.slds-checkbox__label .slds-checkbox_faux:after, .slds-scope .slds-checkbox [type=checkbox][disabled]+.slds-checkbox__label .slds-checkbox--faux:after{
    border-color: #263746 !important;
}

.slds-scope .slds-checkbox [type=checkbox]:checked+.slds-checkbox_faux:after, .slds-scope .slds-checkbox [type=checkbox]:checked+.slds-checkbox--faux:after, .slds-scope .slds-checkbox [type=checkbox]:checked~.slds-checkbox_faux:after, .slds-scope .slds-checkbox [type=checkbox]:checked~.slds-checkbox--faux:after, .slds-scope .slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux:after, .slds-scope .slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox--faux:after{
    border-bottom: none !important;
    border-left: none !important;
    background: #263746 !important;
    width: 1rem !important;
}

.slds-scope .slds-checkbox [type=checkbox]:checked+.slds-checkbox_faux:before, .slds-scope .slds-checkbox [type=checkbox]:checked+.slds-checkbox--faux:before, .slds-scope .slds-checkbox [type=checkbox]:checked~.slds-checkbox_faux:before, .slds-scope .slds-checkbox [type=checkbox]:checked~.slds-checkbox--faux:before, .slds-scope .slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux:before, .slds-scope .slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox--faux:before{
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    background: #263746;
    width: 1rem;
    height: 0.25rem;
}

.slds-scope .slds-tabs_default__item.slds-active .slds-tabs_default__link, .slds-scope .slds-tabs_default__item.slds-active .slds-tabs--default__link, .slds-scope .slds-tabs_default__item.slds-is-active .slds-tabs_default__link, .slds-scope .slds-tabs_default__item.slds-is-active .slds-tabs--default__link, .slds-scope .slds-tabs--default__item.slds-active .slds-tabs_default__link, .slds-scope .slds-tabs--default__item.slds-active .slds-tabs--default__link, .slds-scope .slds-tabs--default__item.slds-is-active .slds-tabs_default__link, .slds-scope .slds-tabs--default__item.slds-is-active .slds-tabs--default__link {
    border-bottom: 2px solid #009A49;
}

.cCPAO_CPD_Triennial_LogDetails .applications-btn-group, .slds-size_12-of-12 .applications-btn-group, .slds-size_12-of-12.cCPAO_APFFirmContactInfo .applications-btn-group {
    float: right!important;
}

.cCPAO_AMDRenewalContainer .applications-btn-group{
    display: flex;
    justify-content: flex-end;
}

.cCPAO_CPD_Application table.table-enrollment tr:first-child>td{
    font-size: 13px!important;
}

.slds-scope .slds-line-height_reset, .slds-scope .slds-line-height--reset{
    text-transform: uppercase;
}

button.slds-button.slds-button_neutral.cpao-btn-primary {
    border: 3px solid #293845 !important;
    padding: 5px 20px;
}

.slds-scope .slds-spinner_container{
    position: fixed !important;
}

.slds-scope .slds-has-inline-listbox .slds-combobox__input, .slds-scope .slds-has-object-switcher .slds-combobox__input{
    border: 1px solid #717073 !important;
}

label {
    font-weight: 500;
}


/* Start XRM-5124 */
.btn-primary {
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B";
  background-color: #293845!important;
  border: 3px solid #293845!important;
  color: #fff !important;
  letter-spacing: 1px;
  font-weight: bold;
  transition: .3s cubic-bezier(.175,.885,.32,1.275) all !important;
}
.btn-primary:hover {
    background-color: #fff !important;
    border-color:  #293845 !important;
    color:  #293845 !important;
}
/* End XRM-5124 */

#em-payment-methods-tab, #em-addresses-tab, #em-payments-tab, #em-transactions-tab, .overview, #em-settings-tab, #em-subscriptions-tab, #em-badges-tab, #em-profile-tab{
    display: none !important;
}


.em-topbar {
    background-color: #293845!important;
    border-color: #293845!important;
    color: #FFFFFF;
    font-size: 82.76%;
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 400;
    position: fixed;
    top: 0;
    z-index: 1031;
    width: 100%;
    line-height: 45px;
    left: 0;
    width: 100%;
    transition: left .25s ease-in-out;
}

.em-topbar a, .em-topbar a:hover, .em-topbar a:focus {
    color: #FFFFFF;
}

.dropdown-menu>li>a{
    color: #333 !important;
}



.em-topbar .topbar-row {
    margin-right: 0;
    margin-left: 0;
}

.em-topbar .topmenu-holder {
    padding-right: 0;
    padding-left: 0;
}

.em-topbar .topbar-list {
    margin: 0;
}

.em-topbar .topbar-list > li {
    border: 0 none !important;
    padding: 0 14px;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

.em-topbar .topbar-list:last-child {
    border-color: #0064af;
    border-right: 0 none !important;
}

.em-topbar .navbar-search {
    display: table;
    float: right !important;
}

.navbar-brand {
    height: 120px !important;
    border: none !important;
}

.em-topbar .checkout-summary {
    padding: 5px !important;
}

.slds-nav-vertical__section.links-container.lightningVerticalNavigationSection a {

   font-size: 16px;
   text-transform: uppercase;
   background: #f6f6f6;
   height: 75px;
   color: gray;
   border-bottom: 1px solid #dbdbdb;
   font-weight: 400!important;
}

.em-topbar .profile-dropdown-menu {
    text-transform: uppercase;
    background: #435363;
    top:43px!important;
}

.em-topbar .profile-dropdown-menu li a{
    color: white!important;
    padding: 20px 30px!important;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #293845!important;
}

.dropdown-menu > .active > a {
   background: #293845!important;
}

.dropdown-menu .divider{
    display: none;
}

.em-topbar #cart {
    margin-right: 15px;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
}

.em-topbar #cart path {
    fill: #FFFFFF;
}

.em-topbar .profile-mask {
    display: inline;
    clip-path: circle(15px at center);
    border: 1px solid #FFFFFF;
}

.em-topbar .profile-dropdown-toggle {
    text-decoration: none;
}

.em-topbar .profile-dropdown-toggle path {
    fill: #FFFFFF;
}

.em-topbar .profile-dropdown-image {
    height: 36px;
    width: 36px;
}

.em-topbar .dropdown-toggle::after {
    display: none;
}

.em-topbar,
.fonteva-topnav,
.page-wrapper,
footer {
    left: 0;
    width: 100%;
    transition: left .25s ease-in-out;
}






.section-heading {
    font-size: 110.34%;
    font-family: "Gotham A", "Gotham B";
    font-weight: 700;
    background-color: #009A49;
    color: #FFFFFF;
    margin: 10px 0 30px -19px;
    width: 30%;
    padding: 10px 0 10px 30px;
}

.container-fluid.p-l-0.p-r-0.noprint {

    margin-top: 45px;

}
.navbar-right{
    margin-top: 15px;
}


/*******************************DAN's CSS *********************/

@font-face {
    font-family: 'MontserratLight';
    font-style: normal;
    font-weight: 400;
    src: url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-300.eot");
    /* IE9 Compat Modes */
    src: local("Montserrat Light"), local("Montserrat-Light"), url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-300.eot?#iefix") format("embedded-opentype"), url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-300.woff2") format("woff2"), url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-300.woff") format("woff"), url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-300.ttf") format("truetype"), url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-300.svg#Montserrat") format("svg");
    /* Legacy iOS */
}



/* montserrat-regular - latin */
@font-face {
    font-family: 'MontserratRegular';
    font-style: normal;
    font-weight: 500;
    src: url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local("Montserrat Regular"), local("Montserrat-Regular"), url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-regular.woff2") format("woff2"), url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-regular.woff") format("woff"), url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-regular.ttf") format("truetype"), url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-regular.svg#Montserrat") format("svg");
    /* Legacy iOS */
}

/* montserrat-500 - latin */
@font-face {
    font-family: 'MontserratMedium';
    font-style: normal;
    font-weight: 700;
    src: url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-500.eot");
    /* IE9 Compat Modes */
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-500.eot?#iefix") format("embedded-opentype"), url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-500.woff2") format("woff2"), url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-500.woff") format("woff"), url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-500.ttf") format("truetype"), url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-500.svg#Montserrat") format("svg");
    /* Legacy iOS */
}

/* montserrat-700 - latin */
@font-face {
    font-family: 'MontserratBold';
    font-style: normal;
    font-weight: 700;
    src: url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-700.eot");
    /* IE9 Compat Modes */
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-500.eot?#iefix") format("embedded-opentype"), url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-500.woff2") format("woff2"), url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-500.woff") format("woff"), url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-500.ttf") format("truetype"), url("/s/sfsites/c/resource/fonts/montserrat-v12-latin/montserrat-v12-latin-500.svg#Montserrat") format("svg");
    /* Legacy iOS */
}

input[name='j_id0:j_id1:j_id2:j_id3:form:j_id55']{
    margin-bottom:30px;
}

.login-form{
    margin-top:10%;
}

#containerDiv{
    background-color: #FFFFFF;
    margin-top: 60px;
}
.login-page .login-brand>img {max-height:120px;max-width:200px;margin:80px auto;}


#main.login-page footer {
    display: none !important;
}

#main.login-page {
    background-color: #ff9a40 !important;
    padding-bottom: 60px!important;
}

#main {
  font-family: "Gotham A", "Gotham B";
}

#member-sign-up-demo {
    color:#ffffff !important;
    padding:2px 4px!important;
}

/*footer {
    padding:25px 0 20px;
    width:100%;
    background-color:#0084B4;
    margin-top: 2em;
}
footer hr {
    background-color: #656565!important;
}
footer a {
    color:#656565!important;
}*/

.page-wrapper{
    /* background-image: url("https://media.cpaontario.ca/cpa-members/images/170903-Meet-Members-Carousel-1920x890.jpg?w=1920&h=890&c=3"); */
    background-color: white;
    margin-bottom: 0px;
}

#InfractionComponent, #applicationComponent {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    margin-left: 15%;
    margin-right: 15%;
    zoom: 130%;
    padding-bottom: 20px;
}
.PageHeader,.PAL_PageHeader{
    margin-left: -15px;
    margin-top: 2%;
}

#pageContainer{
    background-color: #fff;
    margin-left: 15%;
    margin-right: 15%;
}

#InsuranceComponent{
    background-color: #fff;
    margin-left: 10%;
    margin-right: 10%;
}


#InsurancepageContainer{
    background-color: #fff;
    margin-left: 10%;
    margin-right: 10%;
}
.InsurancePageHeader{
    margin-left: -10px;
    margin-top: 2%;
}

#xxxpb2{
    background-color: #fff;
    margin-left: 15%;
    margin-right: 15%;
}

/*body * {
    #font-family: "Comic Sans MS" !important;
}*/

.slds-scope .slds-tabs_default__item.slds-active:after, .slds-scope .slds-tabs_default__item.slds-is-active:after, .slds-scope .slds-tabs--default__item.slds-active:after, .slds-scope .slds-tabs--default__item.slds-is-active:after {
    background-color: transparent !important;
    cursor: pointer !important;
}

.slds-scope .slds-tabs_default__item:hover:after, .slds-scope .slds-tabs_default__item:hover:after, .slds-scope .slds-tabs--default__item:hover:after, .slds-scope .slds-tabs--default__item:hover:after {
    background-color: transparent !important;
    cursor: pointer !important;
}

a.slds-tabs_default__link {
    color: #969696 !important;
}


.slds-card__header .slds-text-heading_small {
    font-size: 16px !important;
}


.em-cover .transparency {
    background-image: linear-gradient(rgba(255,255,255,0.40),rgba(255,255,255,0.40)), url("https://media.cpaontario.ca/Attachments/NewItems/CPA-Academic-Prerequisites-157580142-1920x890_20180126170131_0.jpg") !important;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .em-cover .transparency {
        background-image: linear-gradient(rgba(255,255,255,0.40),rgba(255,255,255,0.40)), url("https://media.cpaontario.ca/Attachments/NewItems/CPA-Academic-Prerequisites-157580142-1920x890_20180126170131_0.jpg") !important;
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

}

@media (max-width: 765px){
      .em-navbar .navbar-brand{
        background-position: 10px -8px!important;
        background-size: 130px!important;
    }
    .dashboard-left-nav .well{
        margin-top: 0!important;
    }
    .slds-p-around_small.slds-size_12-of-12.slds-small-size_12-of-12.slds-medium-size_12-of-12.slds-large-size_9-of-12 {
    margin-top: 80px;
    }
    .slds-nav-vertical__section.links-container.lightningVerticalNavigationSection a{
        display: flex;
        justify-content: center;
        font-size: 17px;
    }
    .personal-dashboard .dashboard-title{
        font-size: 24px;
        text-align: center;
    }
}


/* Instructions */
.cpao-instructions {
    font-size: 12px !important;
}
.cpao-instructions > h2 {
    font-size: 14px !important;
    font-weight: 700 !important;

}
.cpao-instructions > p {
    margin-bottom: 1em !important;
}
.cpao-instructions > ol, .cpao-instructions > p > ol {
    list-style-type: decimal !important;
    padding-left: 1em !important;
}
.cpao-instructions > ol > li, .cpao-instructions > p > ol > li {
    padding-left: 0.5em !important;
}




/* BUTTONS */
.cpao-btn {
    color: #fff !important;
    padding: 9px !important;
    text-decoration: none !important;
    font-size: 14px !important;
}
.cpao-btn:hover {
    color: #fff !important;
    text-decoration: none !important;
}
.btn {
    border-radius: 0px !important;
    margin: 0px 1px !important;
}
/* .btn-primary {
background-color: #003DA5 !important;
border: 1px solid #003DA5 !important;
}
.btn-primary:hover {
background-color: #007397 !important;
border-color: #003DA5 !important;
} */

.btn-success {
    background-color: #34414d !important;
    border: 3px solid #34414d !important;
        text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .7px;
}

.btn-success:hover {
    background-color: white !important;
    color: #34414d!important;
}
.btn-mini {
    line-height: 0.5em !important;
    padding: 0.5em !important;
}
.btn:disabled {
    color: #000 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #717073 !important;
}
.btn.disabled {
    color: #000 !important;
    background-color: #FFFFFF !important;
    border: 2px solid #717073 !important;
}



/* ALERT MESSAGES */
.confirm h4 {
    font-weight: 700;
}
/* Test */
.em-topbar {
    line-height: 45px!important;
}

/* Thanh's Changes */
.well {
    font-size: 96.55%;
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
    color: #263746;
    padding: 30px 0px 20px !important;
    /*width: fit-content;*/
    padding: 35px;
}

/* Original
.well {
    font-size: 96.55%;
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    color: #263746;
    padding: 30px 20px 20px !important;
    /*width: fit-content;
    padding: 35px;
}
*/

.profile-page-nav {
    padding: 0 0 20% 0;
    list-style-type: none;
    margin: 0;
}

.profile-page-nav li {
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
    text-align: left;
    font-size: 16px;
    background: #eeeeee;
    border-bottom: 1px solid #c9cacc;
}

.cCPAO_CPD_Application table.slds-table.slds-table_cell-buffer.slds-table_bordered.table-enrollment button.slds-button.slds-button_neutral {
    background: #009A49 !important;
    color: white!important;
    text-transform: uppercase!important;
    font-weight: bold!important;
    border: 3px solid #009A49!important;
    border-radius: 0!important;
    font-size: 13px!important;

}

.applications-section p {
    color: black!important;
}

.formatted-text.uiOutputRichText span {
    color: black!important;
}

.cCPAO_CPD_Application table.slds-table.slds-table_cell-buffer.slds-table_bordered.table-enrollment button.slds-button.slds-button_neutral:hover {
    background: white!important;
    color: #009A49!important;
}

.slds-size_12-of-12.slds-small-size_12-of-12.slds-medium-size_10-of-12.slds-large-size_10-of-12.cCPAO_CPD_TriennialAuditReivewPage .applications-section .applications-section-details {
    padding: 10px 0!important;
}

.profile-page-nav li.active{
    color:  #263746 !important;
    background: #293845!important;
    font-weight: 700 !important;
}
.nav-stacked > li + li{
    margin-top:0px!important;
}

.profile-page-nav li.active a, .profile-page-nav li.active a:focus, .profile-page-nav li.active a:hover{
    color: white !important;
    background: #293845 !important;
    font-weight: 400 !important;
    border-right-style: unset !important;
    border-right-width: unset !important;
    border-right-color: unset !important;
}


.profile-page-nav li a {
    color: #263746;
    text-decoration: none;
        padding:    20px!important;

}
.profile-page-nav li a:hover, .profile-page-nav li:hover {

    background: #293845;
    color:  white;

}
.profile-page-nav li a:hover {
    text-decoration: none;
    font-weight: 700 !important;
}


/*.profile-page-nav li a:focus::before {
content: "";
content: "";
color: #009A49;
position: absolute;
border-style: solid;
border-width: 0px 4px 0 0;
height: 70%;
top: -5px;
left: -13px;
}*/


.dashboard-left-nav .nav-pills > li.active > a, .dashboard-left-nav .nav-pills > li.active > a:focus, .dashboard-left-nav .nav-pills > li.active > a:hover{
    color: unset !important;
    border-right-style: unset !important;
    border-right-width: unset !important;
    border-right-color: unset !important;
}

.dashboard-left-nav .nav-pills > li.active > a, .dashboard-left-nav .nav-pills > li.active > a:focus, .dashboard-left-nav .nav-pills > li.active > a:hover{
    background-color: unset !important;
}

/*.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus, .btn-checkbox .btn:hover, .btn-checkbox .btn.active, .modal-header, .btn.btn-registration.active, .btn-title:hover, .section-heading, .heading, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .dropdown-menu > .active > a:active, .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
background: unset;
}*/

.dropdown-menu.profile-dropdown-menu {
    padding: 0;
    border: none;
}

.nav > li > a:focus, .nav > li > a:hover{
    background-color: unset;
}


/* Thanh's Changes */
.well .section-heading {
    font-size: 20px;
    font-family: "Gotham A", "Gotham B";
    font-weight: 700;
    background-color: transparent;
    color: #293845;
    margin: 20px 0px 0px 10px;
    width: 50%;
    text-transform: uppercase;
}
.applications-section-details {

    background: white;
    /*margin-bottom: 30px;*/
}

.applications-section{
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    color: #263746;
    font-size: 96.55%;
}

/* Original
.well .section-heading {
font-size: 137.5% !important;
font-family: "Gotham A", "Gotham B";
font-weight: 700;
background-color: transparent;
color: #007297;
margin: 10px 0 30px -19px;
width: 50%;
padding: 10px 0 10px 30px;
}
*/


/* Header Navbar NO CHANGE */
.fonteva-topnav .navbar-nav {
    display: inline-block;
    padding: 40px 35px 0 0;
    font-family: "Gotham A", "Gotham B";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 85%;
}

.fonteva-topnav .navbar-nav > li {
    display: block;
    position: relative;
    float: left;
    margin: 0 20px;
    font-size: 18px;
    font-weight: bold;
}

.fonteva-topnav .navbar-nav > li:last-child {
    margin-right: 0;
}

.fonteva-topnav .navbar-nav > li > a {
    color: #263746;
    text-decoration: none;
}

.fonteva-topnav .navbar-nav > li > a:hover, .fonteva-topnav .profileNav > li:nth-child(2) > a, .fonteva-topnav .portalNav > li:nth-child(1) > a{
/*  border-bottom: 2px solid #009A49;*/
    opacity: 1!important;
}

.navbar.em-navbar .navbar-nav > li > a, .em-navbar .navbar-nav > li > a{
    color: #293845!important;
    opacity: 0.6;
}

.slds-grid.slds-wrap.personal-dashboard.well {

    padding: 25px !important;

}


/* nav bar changes */

.nav > li > a {
    padding: unset;
}

.navbar-nav > li > a {
    padding-top: unset;
    padding-bottom: unset;
}

.navbar.em-navbar, .em-navbar, .navbar-inverse, .navbar.em-navbar .navbar-nav > li > a, .em-navbar .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a, .navbar.em-navbar .navbar-search .navbar-search-input + i, .em-navbar .navbar-search .navbar-search-input + i{
    color:  #293845!important;
}

.em-navbar .navbar-nav > li > a{
    -khtml-transition: unset;
    transition: unset;
}

/* application dashboard */

.dashboard{
    padding-top: 10px !important;
    font-size: 100% !important;
}

/*=============================================
=            Personal Dashboard Styles        =
=============================================*/
.dashboard-left-nav {
    padding: 0 0 20px 0 !important;
/*    height: 400px;
    min-height: 400px;*/
    /*width: fit-content;*/
}

.dashboard-left-nav .well {

    font-family: "Gotham A", "Gotham B";
    height: inherit;
/*  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(0deg, #64B8B8 0%, #006AA5 100%);*/
    background-color: #eee;
    padding-top: 10px!important;
    padding-bottom: 0!important;
   /* padding: 20px 0 20px 20px;*/
    margin-top: 50px;
}

.dashboard-left-nav .well .profile-container {

    font-size: 120%;

}

.dashboard-left-nav .well .profile-container img {
    height: 100px;
    width: 100px;
    display:block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 4px solid #F4F5F5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.dashboard-left-nav .well .profile-container .profile-desc {
    color: #293845;
    text-align: center;
}

.dashboard-left-nav .well .profile-container .profile-desc p {
    margin-bottom: 5px;
}

.dashboard-left-nav .well .profile-container .profile-desc p:first-child {
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    font-size: 28px;
    word-break: break-word;
    padding: 0 20px;
}

.dashboard-left-nav .well .profile-container .profile-desc p:last-child {
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
}

tr.slds-hint-parent th div {
    font-weight: bold;
        text-transform: uppercase;
}

tr.slds-hint-parent th {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold!important;
}
/*
.slds-scope .slds-button {
    font-size: 16px!important;
    border-radius: 0px!important;
    background: #293845!important;
    color: white!important;
    text-transform: uppercase!important;
    font-weight: bold!important;
}
*/

.slds-form-element__control {
    padding-left: 0!important;
}

.slds-size_12-of-12.cCPAO_XRM_Update_Personal_Info {
    padding-bottom: 25px;
}

.cCPAO_XRM_Update_Personal_Info label.slds-form-element__label.slds-no-flex, .cCPAO_XRM_Update_Personal_Info label.slds-form-element__label {
    max-width: 100%!important;
    float: none!Important;

}

/*.cCPAO_XRM_Update_Personal_Info .cpao-btn-primary.slds-float_right {
    margin-top: -40px!important;
}*/

lightning-formatted-rich-text.slds-rich-text-editor__output {
    font-weight: 400;
}

button.slds-button.slds-button_neutral:hover {
    background: white!important;
    color: #293845!important;
    border: 3px solid #293845;
}

.dashboard-left-nav .well .links-container {
    height: 50%;
}

.cCPAO_CPD_Application .table-enrollment td{
    vertical-align: middle;
}

tr.slds-hint-parent.top td {
    text-align: center;
}

.dashboard-left-nav .well .links-container ul li a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 100% 10px 15px;
}

.dashboard-left-nav .well .links-container ul li a:hover {
    text-decoration: none;
}

.dashboard-left-nav .well .button-container {
    display: flex;
    justify-content: center;
    max-height: 10%;
}

.dashboard-left-nav .well .button-container button {
    cursor: pointer;
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-size: 82.76%;
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    min-width: 100px;
    padding: 5px;
    font-size: 96.55%;
    padding: 10px 30px;
    margin-right: 15px;
}

.dashboard-left-nav .well .button-container button:hover, .dashboard-left-nav .well .button-container button:focus {
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #000000;
}

.dashboard-left-nav .well .button-container button:active {
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #263746;
}

.dashboard-left-nav .well .button-container button:focus {
    outline-width: 2px !important;
    outline-style: solid !important;
    outline-color: #66afe9 !important;
    outline-offset: 2px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    transition: none !important;
    z-index: 1;
}



/* personal navbar lightning fixes*/

.slds-scope .slds-nav-vertical__action:hover{
    background-color: transparent !important;
}

.slds-scope .slds-nav-vertical__item.slds-is-active .slds-nav-vertical__action{
    opacity: 1 !important;
    background-color: #293845 !important;
    color: white;
    box-shadow: none!important;
}
.slds-scope .slds-nav-vertical__action:hover{
    box-shadow: none!important;
}

.slds-scope .slds-nav-vertical__item.slds-is-active::before{
    background: #FFFFFF !important;
}

/* Personal DashBoard - actual dashboard */
.dashboard-title {
    padding-left: 10px;

}


.personal-dashboard {
    background-color: #EDEEEE;
    padding: 0;
    margin-top: 50px;
    margin-left: 15px!important;
}

.personal-dashboard .dashboard-title {
    font-size: 28px;
    height: 60px;
    color: #293845;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dashboard-title .firm-title{
    display:inline-block;
}

.dashboard-title .firm-title p.subtitle {
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    font-size: 50%;
}

.dashboard-title .firm-title p.title {
    font-family: "Gotham A", "Gotham B";
    font-weight: 700;
    font-size: 82.76%;
}

.personal-dashboard .dashboard-tile-container {
    width: 100%;
}

.cCPAO_XRM_Tabset_Firm_Dashboard .personal-dashboard .dashboard-tile-container{
    display: flex!important;
}


.slds-scope a{
    text-decoration: none!important;
}

.cCPAO_XRM_Update_Personal_Info .applications-title {
    margin: 0!important;
}

.cCPAO_CPD_Application .applications-section-details {
    margin-top: 0!important;
    padding-top: 0!important;
}

div#memberRequestModal .applications-section .applications-section-details{
    padding-top: 0!important;
    padding-bottom: 0;
}

.cCPAO_MemberServiceRequest p{
    font-size: 16px!Important;
    margin-bottom: 15px!important;
}

.support-container.cCPAO_MemberServiceRequest .applications-section .applications-section-details .slds-checkbox .slds-form-element__label {
    font-weight: bold!Important;
    padding-left: 10px;
}

.slds-grid.slds-wrap.cCPAO_XRM_Tabset_Firm_Dashboard .select-firm-btn {
/*    float: none!Important;
*/    text-transform: uppercase;
}

.slds-p-around_small.cCPAO_XRM_Insurance .add-new-btn {
    float: none!Important;
    margin-bottom: 20px;
    margin-left: 0px!important;
}

/*=============================================
=            Tile Styles      - changed              =
=============================================*/
.generic-tile {
    background-color: #FFFFFF;
    height: 350px;
    width: 100%;
    border: 0px !important;
}

.dashboard-tile-container.slds-size_12-of-12.cCPAO_XRM_Personal_Dashboard .generic-tile {
    height: 320px!important;
}

/*.slds-grid.slds-wrap.cCPAO_ExistingApplications .description {
    height: 300px!Important;
    min-height: 115px!Important;
    overflow-y: hidden!Important;
}*/

.summary-tile .slds-card__header{
    padding: 0 !important;
    margin: 0 !important;
}

.slds-scope hr{
    margin: 10px 0px 27px 0px!important;
}


.summary-tile .summary-tile-title {
    height: 85px;
    display: flex;
    align-items: center;
}

.summary-tile .summary-tile-title img {
    display: inline;
    height: 40px;
}

.summary-tile .summary-tile-title p {
    font-size: 20px;
    color: #293845;
    display: inline;
    margin-left: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
.slds-button.summary-tile-button:hover {

    background: white!important;
    color: #293845!important;
    border: 3px solid #293845;
    text-decoration: none !important;

}

div#Annual\ Obligations .dashboard-tile-container {
    display: flex;
    flex-wrap: wrap;
}

lightning-vertical-navigation-item.second-nav-item.slds-nav-vertical__item a {
    font-size: 14px!Important;
    padding-left: 35px!important;
}

.cCPAO_XRM_FirmContactInformation .new-application-container div:not(:last-child) {
    margin-bottom: 15px!important;
}

.CPAOModal.cCPAO_XRM_FirmContactInformation .modal-header h5 {
    font-size: 30px!important;
}

.applications-section .applications-section-details .application-section-description-title{
    margin-top: 20px!important;
}

.cCPAO_XRM_FirmContactInformation .applications-section .applications-section-details{
    margin-top: 0px!Important;
    padding: 0px 30px!Important;
}

.slds-scope .slds-text-title_caps{
    font-size: 13px!important;
}
a.btn.btn-default.btn-wide.close-shopping-cart {
    border: 2px solid black !important;
    font-weight: bold;
    text-transform: uppercase;
}
.summary-tile .summary-tile-desc, .generic-tile .summary-tile-desc p {

    font-size: 16px;
    font-weight: 300;

}
.summary-tile .summary-tile-desc, .generic-tile .summary-tile-desc{
    margin-bottom: 50px;
    font-family: "Gotham A", "Gotham B";
    color: #263746;
    height: 30%;
}

.summary-tile .summary-tile-button {
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none !important;
    margin: 0 auto;
    display:flex !important;
    background: #293845 !important;
    color: white !important;
    padding: 7px 50px !important;
    border-radius: 0 !important;
    text-transform: uppercase;
}


/*
.summary-tile .summary-tile-button:hover {
    text-decoration: underline !important;
}*/

/*.summary-tile .slds-button{
  color: unset !important;
}

.summary-tile .slds-button:hover, .summary-tile .slds-button:focus{
  color: unset !important;
}

.summary-tile .slds-button:focus{
  border: unset !important;
}*/

.summary-tile .slds-card__body{
    height: 79% !important;
}

.half-width-tile {
    width: 100%;
}

.generic-full-tile {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}

.tile-content {
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 10px;
    height: 100%;
}

.make-payment-tile .tile-content, .transaction-tile .tile-content {
    margin-left: 0;
    margin-right: 0;
}

.tile-row div:first-child {
    margin-right: 30px;
}

.slds-tab__scroll-controls {
    background: transparent !important;
    border-bottom: none !important;
}

.slds-tabs__nav-scroller_inner {
    border-bottom: none !important;
}

.slds-tabs_default__nav {
    border-bottom: none !important;
}

.make-payment-tile .section-heading, .transaction-tile .section-heading {
    padding-left: 20px !important;
}

/* dashboard tabset */
/*
.personal-dashboard .applications-menu {
    margin: 60px 0 30px 0;
}*/

.slds-scope .slds-tabs_default__nav, .slds-scope .slds-tabs--default__nav{
    padding-bottom: 10px !important;
}

 .slds-tabs_default__item a {
    cursor: pointer;
    color: #717073;
    text-decoration: none !important;
    cursor: pointer;
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    font-size: 110.34%;

}


.personal-dashboard .applications-menu ul{
    margin-top: 20px !important;
}

.slds-scope .slds-tabs_default__item, .slds-scope .slds-tabs--default__item{
    text-transform: unset !important;
}

.personal-dashboard .applications-menu a.slds-tabs_default__link:hover, .personal-applications .applications-menu .slds-has-focus a{
/*  border-bottom: 2px solid #009A49;
*/  font-family: "Gotham A", "Gotham B";
}

.personal-dashboard .applications-menu .slds-active a, .personal-dashboard .applications-menu .slds-is-active a{
    text-decoration: none !important;
    font-family: "Gotham A", "Gotham B";
    font-weight: 700 !important;

}
.slds-scope .slds-tabs_default__item.slds-is-active .slds-tabs_default__link{
    border: none!important;
    color:  #34414d!important;
}
ul.slds-tabs_default__nav {

    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;

}
.personal-dashboard .applications-menu .slds-tabs_default__item a:first-child {
    margin-right: 30px;
}

.personal-dashboard .applications-menu .slds-tabs_default__item a:not(:last-child) {
    margin-right: 60px;
}

/* application dashboard tiles */

.new-application .slds-card__header{
    padding: 0 !important;
    margin: 0 !important;
}

.new-application .slds-card__body{
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Gotham A", "Gotham B";
    font-weight: 700;
    font-size: 124.14%;
}

.new-application .slds-card__body .new-app-content{
    width: 50%;
    text-align:center;
}

.new-application .slds-card__body .new-app-content a{
    /*cursor: default !important;*/
    color: unset !important;

}

.new-application .slds-card__body .new-app-content a:focus{
    text-decoration: none !important;
}

.new-application .slds-card__body .new-app-content i {
    float: left;
    margin-top: 10px;
    display: inline-block !important;
}

.new-application .slds-card__body .new-app-content lightning-icon {
    /*width: 50px;*/

    float: left;
    margin-top: 10px;
    display: inline-block !important;
}
ul#profile-page-left-nav li a {
    color: grey;
}

/*APPLICATIONS TILES*/

.slds-grid.slds-wrap.cCPAO_ExistingApplications .generic-tile {
    height: 370px;
}

.slds-grid.slds-wrap.cCPAO_ExistingApplications .detailed-card .title{
    max-height: 85px;
/*    min-height: 85px;
*/    overflow-y: auto;
}

.slds-grid.slds-wrap.cCPAO_ExistingApplications .detailed-card .description{
        margin-top:0px!important;
        max-height: 102px;
        min-height: 102px;
        overflow-y: auto;
}



/*=============================================
=           Detailed Card Styles     =
=============================================*/
.detailed-card .slds-card__body {
    margin-right: 30px !important;
    margin-left: 30px !important;
}

.detailed-card .slds-card__header{
    padding: 0 !important;
    margin: 0 !important;
}

.slds-scope .make-payment-tile, .slds-scope .transaction-tile {
    background: transparent !important;
}

.slds-scope .make-payment-tile .slds-input, .slds-scope .transaction-tile .slds-input, .slds-scope .transaction-tile .slds-pill__action {
    border: none !important;
    background: white !important;
}

.detailed-card .title {
    font-size: 20px;
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 30px !important;
}

.detailed-card .title p {
    font-size: 16px;
    font-family: "Gotham A", "Gotham B";
    font-weight: 700;
    text-transform: uppercase;
}

.detailed-card .date {
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    margin-top: 5px !important;
    font-size: 16px;
}

.detailed-card .description {
    font-family: "Gotham A", "Gotham B";
        font-weight: 400;
        font-size: 16px;
        margin-top: 30px !important;
        border-bottom: 1px solid lightgrey;
        overflow-y: auto;
        padding-bottom: 25px;
        margin-bottom: 15px;
        max-height: 102px;
}

.detailed-card .actions {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    position: absolute;
    width: 83%;
    bottom: 20px;
    right: 30px;
}

.actions button {
    margin: 20px 0px;
}
a.cpao-btn-primary.uiOutputURL {
    background: #293845 !important;
    color: white!important;
    border: 3px solid #293845 !important;
    margin-top: 10px;
    padding: 5px 0!important;
}
a.cpao-btn-primary.uiOutputURL:hover {
    background-color: white!important;
    color: #293845!important;
    text-decoration:none!important;
}

.detailed-card .actions button {
    margin-top: 13px;
}

.detailed-card .actions button:first-child {
    color: white;
    font-size: 16px;
    font-family: "Gotham A", "Gotham B";
    font-weight: 700;
    text-transform: uppercase;
    background: #717073;
    padding: 5px 0!important;
    border: 3px solid #717073;
    line-height: 25px;
}

.detailed-card .actions button:first-child:hover {
    color: #717073;
    background: white;
    border: 3px solid #717073;
}

.cCPAO_EmployeeRenewals button.slds-button.slds-button_neutral.cpao-btn-primary {
    border: 3px solid #293845 !important;
}
.cCPAO_EmployeeRenewals button.slds-button.slds-button_neutral.cpao-btn-primary:hover {
    color: #293845!important;
}

.detailed-card .actions .cpao-btn-primary {
    float: right !important;
/*    padding: 8px 0!important
*/}


.detailed-card .withdraw-svg {
    float: left;
    margin-right: 10px;
    margin-top: 1px;
}

.detailed-card .withdraw-btn:hover svg #Mask {
    fill: #B9B9B9;
}

.detailed-card .withdraw-btn:hover svg #mask-2 {
    fill: #FFFFFF;
}

td.remove {
    display: none !important;
}

/*=============================================
=            Button Styles                    =
=============================================*/


.cpao-btn-submit {
    cursor: pointer;
    background-color: #43B02A !important;
    color: #FFFFFF !important;
    font-size: 82.76%;
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
    min-width: 100px;
    padding: 5px;
    text-align: center;
    border: 1px solid #43B02A !important;
}

.cpao-btn-submit:hover, .cpao-btn-submit:focus {
    background-color: #FFFFFF !important;
    color: #43B02A !important;
    border: 1px solid #43B02A !important;
}

.cpao-btn-submit:active {
    background-color: #FFFFFF !important;
    color: #43B02A !important;
    border: 1px solid #43B02A !important;
}

.cpao-btn-submit:focus {
    outline-width: 2px !important;
    outline-style: solid !important;
    outline-color: #43B02A !important;
    outline-offset: 2px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    transition: none !important;
    z-index: 1;
}


.cpao-btn-quit {
    cursor: pointer;
    background-color: #008941 !important;
    color: #FFFFFF !important;
    font-family: "Gotham A", "Gotham B";
    font-weight: bold !important;
    min-width: 100px;
    padding: 5px;
    height: 50px;
    border-radius: 0px !important;
    text-align: center;
    border: 3px #008941 !important;
    text-transform: uppercase !important;
}

.cpao-btn-quit:hover, .cpao-btn-quit:active  {
 background-color: #FFFFFF !important;
 color: #008941 !important;
 border: 3px solid #008941 !important;
}

.applications-section-details .cpao-btn-quit{
    padding: 5px !important;
    margin-right: 10px;
}

.cpao-btn-primary {
    cursor: pointer;
    background-color: #293845 !important;
    color: #FFFFFF !important;
    font-size: 16px!important;
    font-family: "Gotham A", "Gotham B";
    font-weight: 700!important;
    min-width: 100px;
    text-transform: uppercase!important;
    border-radius: 0px !important;
    padding: 5px;
    text-align: center;
    border: 3px solid #293845 !important;
    letter-spacing: 1px;
}

.cpao-btn-refund {
    padding: 0px 10px 0px 10px !important;
}

a.cpao-btn-refund {
    font-size: 13px!Important;
}

.cpao-btn-primary[disabled]{
    cursor: not-allowed !important;
}

.cpao-btn-primary:hover {
    background-color: #FFFFFF !important;
    color: #293845 !important;
    border: 3px solid #293845 !important;
    text-decoration: none!Important;
}

.cpao-btn-primary:active {
    background-color: #FFFFFF !important;
    color: #003DA6 !important;
    border: 1px solid #003DA6 !important;
}

.modal-body .cpao-btn-primary {
    font-size: 82.76% !important;
    font-weight: 500 !important;
    height: 35px !important;
    margin-bottom: 35px;
}

.modal-body .slds-button .slds-button__icon {
    height: 1.5rem !important;
    width: 1.5rem !important;
}

.firmRequestModal {
    font-size: 17px;
}

.firmRequestModal .new-application-container{
    overflow-y: visible;
    max-height: none;
    margin-top: -15px;
}

.cpao-btn-secondary {
    cursor: pointer;
    background-color: #717073 !important;
    border: 3px solid #717073 !important;
    font-size: 82.76%;
    font-family: "Gotham A", "Gotham B";
    font-weight: bold !important;
    min-width: 100px;
    padding: 5px;
    color: white !important;
    text-transform: uppercase !important;
}

.cpao-btn-secondary:hover,.cpao-btn-secondary:active {
    border: 3px solid #717073 !important;
    background-color: white !important;
    color: #717073!important;
}

.dashboard-title .select-firm-btn {
    font-size: 16px !important;
    cursor: pointer;
    font-family: "Gotham A", "Gotham B";
    font-weight: 700;
    background-color: #293845;
    border: 3px solid #293845;
    color: #FFFFFF !important;
    padding: 2px 15px;
    float: right;
    margin:10px;
    text-transform: uppercase;
}

.dashboard-title .select-firm-btn:hover {
    background-color: #FFFFFF !important;
    color: #293845 !important;
    border: 3px solid #293845;
}

.slds-scope .slds-dropdown-trigger_click .slds-dropdown{
   background: #f7f7f7;
}
.slds-scope .slds-dropdown__item>a:hover {
    font-weight: bold;
}

lightning-primitive-icon {
    margin-left: 5px;
}

.cCPAO_XRM_Firm_Dashboard{
    margin-bottom: 50px !important;

}

/*checkout*/
#checkout {
    overflow-x: hidden;
    background: #EDEEEE;
    padding: 40px;
    margin-bottom: 40px;
}

.bg-info {
    color: #34414d!important;
    background: #EDEEEE!Important;
}

.panel-title {
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Gotham A", "Gotham B" !important;
}

.panel-info>.panel-heading {
    color: #34414d!important;
    background: #EDEEEE!important;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background: #34414d!important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
   border-right: none;
}

#checkout .payment-option-tab-nav>li:not(.active)>a{
    text-transform: uppercase;
}

.form-group label[for=credit_card_number],.form-group label[for=credit_card_month],.form-group label[for=form-control-header] {
    font-size: 16px!important;
}

.form-control{
    font-size: 16px!important;
}

input.form-control::placeholder {
    font-size: 16px!important;
    font-weight: 400;
}

input.form-control {
    font-size: 16px!important;
    border: 1px solid #34414d!important;
    border-radius: 4px;
}

a.credit-card-payment {
    color: white!Important;
    background: #34414d!important;
    border: 3px solid #34414d!important;
    font-size: 16px!important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px!important;
    width: 180px;
    margin-top: 40px!important;
    height: 45px;
}
/*=============================================
=           Bootstrap Modal Center Styles     =
=============================================*/
.dashboard-title .CPAOModal{
  font-size: 70%;
}

.CPAOModal .modal-dialog-centered {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    min-height: calc(100% - (.5rem * 2));
}

.CPAOModal .modal-content{
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  background-color: #ffffff !important;
  border: 1px solid #999999 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 6px !important;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) !important;
  -webkit-background-clip: padding-box !important;
          background-clip: padding-box !important;
  outline: 0 !important;
}

@media (max-width: 1000px){
    .applications-btn-group button {
        font-size: 13px!important;
    }
}

@media (max-width: 986px) {
    .em-navbar .navbar-brand{
        min-width: 150px;
        max-width: 155px;
    }
}

@media (max-width: 800px){
    .cCPAO_AMDRenewalContainer .applications-btn-group{
        justify-content: center;
    }

}
@media (max-width: 665px){
        .cCPAO_AMDRenewalContainer .applications-btn-group{
            flex-direction: column;
            margin-top:-40px;
            justify-content: space-around;
                height: 170px;
        }
        .applications-btn-group button {
            font-size: 13px!Important;
            margin: 10px 0px!important;
        }
}

@media (min-width: 576px) {
  .CPAOModal .modal-dialog- entered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

.CPAOModal .modal-full-width {
    width: 100% !important;
}

.CPAOModal .modal-header {
    padding: 20px 60px 20px 60px !important;
    box-shadow: 0 2px 0 0 #F0F2F7 !important;
  background-color: white !important;
  text-align: left !important;
}

.CPAOModal .modal-header .modal-title{
  font-weight: 500 !important;
}

.modal-title{
    text-transform: uppercase;
}

div#editBilling .modal-header{
    background:#EDEEEE;
}

div#editBilling button.close{
    color: #293845 !important;
}

div#editBilling h3.modal-title {
color: #293845 !important;

}

a.btn.btn-default.btn-wide {
    font-weight: bold;
    border: 3px solid grey;
    background: grey;
    color: white;
    text-transform: uppercase;
}

a.btn.btn-default.btn-wide:hover {
    color: grey;
    background: white;
}

/* Thanh's Changes */


#editpersonal,#personalInfos {
    background: #eee;
}
.cpao-btn-primary.slds-float_right{
    text-transform: uppercase;
    font-weight: bold;
}
.CPAOModal .modal-header h5 {
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 300 !important;
    color: #293845 !important;
    text-transform: uppercase;
    font-size: 30px !important;
    letter-spacing: 1px;
}

/* Original
.CPAOModal .modal-header h5 {
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 500;
    color: #263746 !important;
    font-size: 124.14% !important;
}
*/

.CPAOModal .modal-body {
    padding: 0px 35px;
}

.slds-scope .slds-form-element__label{
    font-size: 15px!important;
}


.CPAOModal .modal-body .modal-section {
    margin-bottom: 30px !important;
}

/* Thanh's Changes */
.CPAOModal .modal-body .modal-section h5 {
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 500;
    font-size: 124.14% !important;
    color: #009944 !important;
}

/* Original
.CPAOModal .modal-body .modal-section h5 {
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 500;
    font-size: 124.14% !important;
    color: #263746 !important;
}


*/

.CPAOModal .modal-footer.save-btn-group button {
    font-size: 16px !important;
    padding: 5px 20px !important;
    text-transform: uppercase;
}

.CPAOModal .modal-footer {
  padding: 20px 60px!important;
  text-align: right !important;
  border-top: 1px solid #e5e5e5 !important;
}

.CPAOModal .modal-footer>:not(:last-child) {
    margin-right: 25px;
    border: 2px solid black;
}

.CPAOModal .modal-footer>:not(:first-child) {
    margin-left: .25rem !important;
}

.CPAOModal .modal .close{
  color: #292b2c !important;
}

/*=============================================
=           New Application Styles     =
=============================================*/
.new-application-container {
    margin: 30px 0;
    background-color: #FFFFFF;
    overflow-y: scroll;
    max-height: 390px;
}

.new-application-container-error{
    width: 90%;
    margin: auto;
    font-size: 15px !important;
    color: rgb(194, 57, 52);
    font-weight: 700;
}

.new-application-container div:not(:last-child) {
    margin-bottom: 10px;
}


.active-application {
    background-color: #293845 !important;
}

.active-application p {
    color: #FFFFFF;
}

.active-application i {
    color: #FFFFFF;
}

/*.active-application img {
    content: url("./../images/Applications-Active.svg") !important;
}*/

.new-application-record {
    height: 120px;
    width: 90%;
    margin: auto;
    margin-bottom: auto;
    color: #263746;
    display: flex;
    align-items: center;
    vertical-align: middle;
    background: #eee;
}

.new-application-record:hover {
    cursor: pointer;
    box-shadow: 4px 4px 5px #0003;
    border: 2px solid #e6e6e6;
}

/*.new-application-record img {
    content: url("./../images/Applications.svg");
    float: left;
    height: 38px;
    width: 26px;
    margin-left: 30px;
}*/

.cCPAO_XRM_MakePayment table th {
    padding: 10px!important;
}

.cCPAO_XRM_MakePayment table a {
    font-size: 13px!Important;
}

.cCPAO_XRM_MakePayment th.slds-is-sortable.slds-is-resizable.slds-text-title_caps {
    font-size: 13px!Important;
}

.cCPAO_XRM_MakePayment table th span {
    font-size: 13px!Important;
}

.cCPAO_XRM_Finance_Dashboard .generic-table td {
    padding: 10px;
    border-top: 1px solid #eaeaea;
}

.cCPAO_XRM_Finance_Dashboard .generic-table th {
    padding: 10px!important;
}

.cCPAO_XRM_Finance_Dashboard .generic-table a {
    font-size: 12px!important;
    letter-spacing: 0.5px;
}

.new-application-record i {
    float: left;
    height: 38px;
    width: 26px;
    margin-left: 30px;
    margin-top: 1rem;
}

.new-application-record .new-applicatin-desc {
    margin-left: 30px;
    margin-top: 1rem;
}

.new-application-record .new-applicatin-desc p.title {
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 5px;
}

.new-application-record .new-applicatin-desc p.subtitle {
    font-family: "Gotham A", "Gotham B";
    font-weight: 300;
    font-size: 16px;
    padding-right: 20px;
    line-height: 20px;
}

/* FOOTER */
.cpao-footer {
    background-color: #FFFFFF;
    border-top: 110px solid #293845;
    padding-top: 30px;
    padding-bottom: 10px;
}

.cpao-footer .container {
    padding: 0 40px;
}

.cpao-footer .footer-copy {
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
    color: #263746;
    font-size: 12px;
}

.cpao-footer .footer-links {
    padding-left: 0;
    list-style: none;
    text-align: center;
    font-family: "Gotham A", "Gotham B";
   font-weight: 700;
   text-transform: uppercase;
   font-size: 13px;
}

.cpao-footer .footer-links li {
    display: inline-block;
    margin: 0 7px;
}

.cpao-footer .footer-links a {
    color: #263746;
}

.cpao-footer .footer-social {
    padding-left: 0;
    list-style: none;
    float: none!important;
    display: flex;
    justify-content: center;
}

.cpao-footer .footer-social li {
    display: inline-block;
    margin: 0 15px;
}


.cpao-footer .footer-social a svg {
    height: 18px;
    width: 18px;
    vertical-align: middle;
}

.cpao-footer .footer-social a svg path {
    fill: #263746;
}

footer {
    left: 0;
    width: 100%;
    transition: left .25s ease-in-out;
}

/*=============================================
=              Financials Styles              =
=============================================*/

.transaction-tile {
    background-color: #FFFFFF;
    width: 100%;
    border: 0px !important;
}

.table-tile-title {
    margin-top: 30px !important;
}

.table-tile-title img {
    display: inline;
    height: 40px;
}

.table-tile-title p {
    display: inline;
    margin-left: 10px;
}

.table-tile-title p:first-child {
    font-size: 137.93%;
}

.table-head{
    font-weight: 700;
}

.generic-table {
    margin-top: 15px;
    width: 100%;
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 400;
    font-size: 96.55%;
}

.generic-table tr {
    line-height: 30px;
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 400;
    text-transform: uppercase;

}

.generic-table tr td:first-child, .generic-table tr th:first-child{
    padding-left: 30px !important;
}

.generic-table td {
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 400;
}

.generic-table th {
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 500;
}


.application-page{
    padding-top: 50px !important;
    font-size: 16px !important;
}

.employer-container {
    font-size: 16.896px !important;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: -40px!important;
    padding-bottom: 30px;
}

.employer-container button.add-employer-btn {
    margin-top: 40px;
}

.cCPAO_XRM_Update_Personal_Info .applications-section {
    margin-bottom: 20px;
}


button.add-employer-btn {
    text-transform: uppercase;
}

i.btr.bt-sign-out, i.btr.bt-user{
    padding-right: 5px;
}
.com-container {
    font-size: 14.5px !important;
    padding-left: 40px;
    padding-right: 40px;
}

.profile-emp{
    font-size:100% !important;
}
div#profileComponent {
    margin-top: -10px!important;
}

.applications-container {
    width: 80% !important;
    margin: auto;
    margin: 40px auto 0 auto !important;
    font-size: 16px !important;
}



.applications-container .formatted-text h2 {

    font-size: 20px !important;
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 500;
    color: #263746 !important;
    text-transform: uppercase;
    letter-spacing: .5px;

}

.applications-container .formatted-text b {
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 600;
}


.applications-container .formatted-text h2:not(:first-child){
    margin-top: 30px !important;
    text-transform: uppercase;
    font-weight: 500;
}

.applications-container .formatted-text {
    font-size: 16px!important;
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 400;
    color: black !important;
}

.applications-title {
    color: rgb(22, 50, 92);
    margin-bottom: 40px;
    text-transform: uppercase;
}

.applications-title h1 {
   font-size: 35px !important;
   color: #293845;
   font-weight: 400;
   text-transform: uppercase;
   margin-bottom: 5px !important;
}

.applications-title h2 {
    font-weight: 500!important;
    margin-top: 10px!important;
    color: #717073!important;
}

.sfdc_richtext span {
    font-weight: 400!important;
}

h1.offline-confirmation-title {
    font-size: 18px !important;
    font-family: "Gotham A", "Gotham B";
    font-weight: 700!important;
    text-transform: uppercase;
    letter-spacing: .5px;
}
#success_confirmation_message b {
    font-size: 20px!important;
}
p.offline-confirmation-msg {
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
}

button.slds-button.slds-button_brand.btn.btn-success.btn-block.offline-payment-button.ladda-button {
    font-weight: bold;
    text-transform: uppercase;
}

.applications-title p {
    font-size: 25px !important;
    font-family: "Gotham A", "Gotham B";
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #717073!important;
    margin-top: 5px!important;
    margin-bottom: -5px!important;
    /*letter-spacing: .5px;*/

}

.slds-scope .slds-path__title, .slds-scope .slds-path__stage{
    color:  white!important;
}

.slds-scope .slds-path__nav .slds-is-complete,.slds-scope .slds-path__nav .slds-is-complete::before, .slds-scope .slds-path__nav .slds-is-complete::after {
    background: #008941!important;
}

.slds-scope .slds-path__nav .slds-is-active,.slds-scope .slds-path__nav .slds-is-active:first-child::before, .slds-scope .slds-path__nav .slds-is-active:first-child::after,.slds-scope .slds-path__nav .slds-is-active::before, .slds-scope .slds-path__nav .slds-is-active::after {
    background: #231f20!important;
    color:  white!important;
}

.slds-scope .slds-path__nav .slds-is-incomplete:hover::before, .slds-scope .slds-path__nav .slds-is-incomplete:hover::after, .slds-scope .slds-path__nav .slds-is-active:hover::before, .slds-scope .slds-path__nav .slds-is-active:hover::after,.slds-scope .slds-path__nav .slds-is-complete:hover::before, .slds-scope .slds-path__nav .slds-is-complete:hover::after, .slds-scope .slds-path__nav .slds-is-active:hover, .slds-scope .slds-path__nav .slds-is-complete:hover, .slds-scope .slds-path__nav .slds-is-incomplete:hover{
    background:#006fba!important;
}
.slds-scope .slds-has-inline-listbox .slds-combobox__input, .slds-scope .slds-has-object-switcher .slds-combobox__input{
        border: 1px solid #717073!important;
}

/*.slds-scope .slds-input:required {
    border: 1px solid #717073!important;
}*/

/*Square process bar*/

/*.slds-scope .slds-path__item:first-child{
    margin-left: 0;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    padding-left: 0!important;
}*/

/*.slds-scope .slds-path__item {

    margin-left: 2px!important;
    margin-right: 2px!important;
    position: unset!important;

}*/

/*.slds-scope .slds-path__item::after {
    height:     0!important;
}*/

/*.slds-scope .slds-path__item:last-child {

    margin-right: 0;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    padding-right: 0!important;

}*/
.slds-datepicker__filter.slds-grid {

    background: white;
    color: #293845;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Gotham A", "Gotham B" !important;

}

.slds-scope .slds-has-error .slds-datepicker__filter .slds-select {
    border: none!important;
    font-size: 16px!important;
}

.slds-scope .slds-path__nav .slds-is-incomplete{
    background: #717073!important;
    color:  white!important;

}

.slds-scope .slds-path__nav .slds-is-incomplete::before, .slds-scope .slds-path__nav .slds-is-incomplete::after {
    background: #717073!important;
}

.applications-subtitle {
    margin-bottom: 50px;
    color: #263746;
}

.applications-subtitle h3 {
    font-size: 131.03%;
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
}
.slds-scope h1, .slds-scope h2, .slds-scope h3, .slds-scope h4, .slds-scope h5, .slds-scope h6, .slds-scope th, .slds-scope td{
        font-family: "Gotham A", "Gotham B"!important;

}
.applications-subtitle p {
    font-size: 96.55%;
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
}

#select-element-174 {
    border: none !important;
    color: black;
    font-size: 16px !important;
}

.slds-scope .slds-datepicker th {
    font-weight: 700!important;
    color: #231f20!important;
    background: #eeeeee!important;
}
.slds-scope .slds-datepicker td{
    padding:10px!important;
}

.slds-scope .slds-select_container::before {
    border-bottom: unset!important;
    top: unset!important;
}
.slds-scope .slds-select_container::before, .slds-scope .slds-select_container::after {
    top: 18px;
    border-left: 5px solid transparent!important;
    border-right: 5px solid transparent!important;
}

tbody tr:nth-of-type(2n+1){
    border-top: 0!important;
    border-bottom: 0!important;
}
.slds-scope .slds-datepicker td.slds-is-today > .slds-day {
    background: none!important;
}
#month-title-174 {

    font-size: 16px !important;
    letter-spacing: .5px;

}
.slds-scope .slds-grid_align-spread, .slds-scope .slds-grid--align-spread{
    justify-content: unset!important;
}
.slds-button.slds-button_icon-container {
    margin-right: 6px;
}
.htmlDetailElementTable > tbody > tr > td .sfdc_richtext, table{
    margin-bottom: 0!important;
}

.slds-scope .slds-datepicker td.slds-is-selected > .slds-day{
    background: none!important;
    color: black!important;
    font-weight: bold!important;
    font-size: 17px!important;
    letter-spacing: 1px!important;
}

.slds-datepicker.slds-dropdown.slds-dropdown_left {
    min-width: 350px;
}
.slds-datepicker__filter.slds-grid h2{
    font-size: 16px!important;
    letter-spacing: .5px;
}
/*.slds-scope .slds-input-has-icon .slds-input__icon {
    height: 100%!important;
    top: 0px !important;
    margin-top: 0!important;
    margin-right: 15px!important;
    border-left: 1px solid black!important;
    padding-top: 10px!important;
    padding-left: 5px!important;
}*/
.slds-scope .slds-input__icon-group_right {
    top: 40%!important;
}
.slds-scope .slds-input-has-icon .slds-input__icon{
    margin-right: 10px!important;
}
.applications-btn-group {
    float: right;
    margin-bottom: 30px;
}
#select-element-219 {
    border: none !important;
}

.applications-btn-group button {
    padding: 5px 15px;
    letter-spacing: 1px;

}


.applications-section {
    margin-bottom: 60px;
}

.applications-section .applications-section-title {
    display: block;

}

/* Thanh's Changes */
.applications-section .applications-section-title h3, h3.section-title {
   color: #293845;
   font-size: 20px !important;
   font-family: "Gotham A", "Gotham B";
   font-weight: 500;
   display: inline-block;
   text-transform: uppercase;
   margin-top: 20px;
}

.slds-grid.slds-wrap.cCPAO_XRM_Firm_Dashboard {
    width: 100%;
}

div#firmRequestModal div#modal-body .applications-section .applications-section-details {
    flex-direction: column;
}

.firmRequestModal button.slds-button.slds-button_icon-bare {
    background: none!important;
    color: #293845!important;
    padding-top: 0!Important;
}


div#firmRequestModal .application-section-description-title {
    margin-top: 0;
}



.cCPAO_FileUpload .slds-file-selector__button:after{
    padding: 3px 20px!important;
    font-weight: bold!important;
}

.applications-section .applications-section-title button {
    padding: 5px 15px;
    width: auto;
    float: right;
    font-size: 16px;
    margin-left: 20px;
    cursor: pointer;
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
    text-transform: uppercase;

}

.slds-scope .slds-has-error .slds-form-element__help{
    font-size: 14px!important;
}

.applications-section-title-reuse {
    display: flex;
    /*margin-bottom: 20px;*/
}

.applications-section-title-reuse h3 {
    color: #003DA6 !important;
    font-size: 171.03% !important;
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 500;
}

.applications-section-title-reuse button {
    padding: 5px 20px 5px 30px;
    width: auto;
    float: right;
}
.applications-section .applications-section-details {
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    color: black;
    font-size: 96.55%;
  padding: 20px 30px;
   margin-top: 20px;
}
.applications-section-details br{
    display: none;
}
h3.profile-emp {
    font-weight: 700!important;
    margin-bottom: 30px!important;
    margin-left: 25px!important;
}
.applications-section .applications-section-details .application-section-description {
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    color: black;
    font-size: 15px!important;
    margin-bottom: 10px;
}
.applications-section .applications-section-details .slds-radio .slds-form-element__label{
    font-family: "Gotham A", "Gotham B" !important;
    color: black !important;
    font-size: 16px!important;
    font-weight: 400 !important;
    margin-left: 40px;
    margin-top: -24px;
    display: block;
}
.cpao-btn-submit {
    text-transform: uppercase !important;
    font-weight: 700 !important;
    background: #34414d !important;
    border: 3px solid #34414d !important;
    width: 250px!important;
}
.cpao-btn-submit:hover {
    text-transform: uppercase !important;
    font-weight: 700 !important;
    background: white !important;
    color: #34414d!important;
    border: 3px solid #34414d !important;
}

.applications-section .applications-section-details .slds-checkbox .slds-form-element__label{
    font-family: "Gotham A", "Gotham B" !important;
    color: black !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}


.applications-section .applications-section-details .slds-form-element__legend{
    font-family: "Gotham A", "Gotham B" !important;
    color: black !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
    font-weight: 500 !important;
    text-transform:inherit!important;
}

.slds-checkbox_faux, .slds-radio_faux {
    height: 1.5rem !important;
    width: 1.5rem !important;
}

.slds-radio_faux::after {
    height: 0.75rem !important;
    width: 0.75rem !important;
    background: #263746 !important;
}

/* Thanh's Changes */
.applications-section .applications-input .slds-form-element__label{
    font-size: 15px !important;
    color: #231f20 !important;
    /*font-weight: 400 ;*/
    font-family: "Gotham A", "Gotham B" !important;
    padding-bottom: 3px;
    letter-spacing: 0.5px;
    text-transform: inherit;
}

span.slds-radio span.slds-form-element__label {
    font-weight: 300!important;
}

/*.applications-section .applications-input .slds-form-element__label{
    font-size: 15px !important;
    color: #231f20 !important;
    font-weight: 500 !important;
    font-family: "Gotham A", "Gotham B" !important;
    padding-bottom: 3px;
    letter-spacing: 0.5px;
    text-transform: inherit;

}
*/

input::placeholder, textarea::placeholder {
    font-size: 1.3rem !important;
    color: lightgray !important;
}

textarea {
    height: 39px;
}

.cCPAO_CPD_TriennialAuditReivewPage .slds-truncate{
    text-transform: uppercase!important;
}

.applications-section .applications-input input, .applications-section .applications-input textarea{
    font-size: 16px !important;
    min-height: 3.9rem !important;
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 400;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 12px !important;
    padding-right: 0px !important;
    border: 1px solid #717073;
    border-radius: 4px !important;
    color: black;
}


.slds-scope [role="combobox"] input[readonly]{
    border-color: #717073!important;
    border-radius: 4px!important;
}

.applications-section .applications-input input[readonly]{
    font-size: 16px !important;
}

.applications-input [role=combobox] input[readonly]{
    font-size: 16px !important;
    min-height: 3.9rem !important;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    border-radius: 4px !important;
}

.applications-section .applications-input .slds-select{
    font-size: 16px;
    min-height: 3.9rem !important;
    font-family: "Gotham A", "Gotham B" !important;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    border: 1px solid #717073 !important;
    border-radius: 4px !important;
    color: black;
}


.applications-section .applications-input .slds-listbox{

    font-size: 16px;
    list-style: none !important;
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 400;
}

.applications-input .nolabel label{
    display: none;
}

.applications-container .slds-text-title_caps{
    display: none !important;
}

.applications-container .slds-notify__content{
    font-size: 70% !important;
}

.applications-section .slds-form-element__help{
    font-size: 65% !important;
    font-weight: 700 !important;
}

.slds-has-error .slds-form-element__help {
    position: relative;
}
.slds-has-error .slds-form-element__help::before {
    content: url('/resource/images/images/error-icon.svg');
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.applications-input .slds-file-selector__button{
    max-height: 3rem !important;
    line-height: 3rem !important;
    font-weight: 500 !important;
    font-family: "Gotham A", "Gotham B" !important;
    font-size: 14px !important;
}

.file-names {
    margin-top: -15px !important;
}

.file-names a{
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 500;
    font-size: 70% !important;

}

/* Thanh's Changes */
.field-name-value p:first-child {
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
    color: black !important;
    font-size: 16px;
}

/* Origianl
.field-name-value p:first-child {
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    color: #007297 !important;
    font-size: 82.76%;
}
*/

.field-name-value p {
    font-family: "Gotham A", "Gotham B";
    color: black;
    font-size: 96.55%;
}

.field-name-value p:last-child {
    font-family: "Gotham A", "Gotham B";
    color: black;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 300;
}

.applications-section-title .employment-status-btn {
    background-color: #293845;
    border: 1px solid #293845;
    color: #FFFFFF !important;
    border-radius: 0px !important;
    text-transform: uppercase;
}

.applications-section-title .employment-status-btn:hover {
    background-color: #FFFFFF !important;
    color: #009A49 !important;
}

.applications-section-title .add-employer-btn {
    background-color: #293845;
    border: 1px solid #293845;
    color: #FFFFFF !important;
    margin-right: 10px;
}

.applications-section-title .employment-status-btn:hover {
    background-color: #FFFFFF !important;
    color: #003DA6 !important;
}

.applications-section-details .cpao-form-edit-btn{
    background-color: #009A49!important;
    border: 3px solid #009A49!important;
    color: white!important;
   padding: 2px 20px 2px 20px;
   width: auto;
   font-size: 16px !important;
   font-family: "Gotham A", "Gotham B";
   font-weight: bold;
   letter-spacing: 1px;
   float: right;
   text-transform: uppercase;
   cursor: pointer !important;
}


.applications-section-details .cpao-form-edit-btn:hover{
    background-color: white  !important;
    color: #009A49!important;
    border: 3px solid #009A49!important;
}

.cCPAO_CPD_Triennial_LogDetails button.slds-button.slds-button_neutral{
   background-color: #009A49!important;
   border: 3px solid #009A49!important;
   color: white!important;
   padding: 2px 20px 2px 20px;
   width: auto;
   font-size: 16px !important;
   font-family: "Gotham A", "Gotham B";
   font-weight: bold;
   letter-spacing: 1px;
   text-transform: uppercase;
}

.cCPAO_CPD_Triennial_LogDetails button.slds-button.slds-button_neutral:hover{
    background-color: white  !important;
    color: #009A49!important;
    border: 3px solid #009A49!important;
}

.employer-info {
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    font-size: 100%;
    color: black;
    margin-bottom: 20px;
}

.employer-info2 {
    font-family: "Gotham A", "Gotham B";
    font-weight: 700;
    font-size: 100%;
    color: black;
    text-transform: uppercase;
    font-size: 20px;
}


.applications-input{
    margin-bottom: 10px !important;
    margin-right: 10px !important;
}

.recordEditForm input{
    margin-bottom: 10px !important;
}


.emp-save-btn-group button {
    font-size: 16px !important;
    padding: 5px 20px !important;
    float: right;
    margin-left: 10px !important;
    text-transform: uppercase !important;
}
label[for*="input-29"] {
    margin-top: 24px;
}

.applications-input .not-on-list{
    font-size: 16px !important;
    margin-top: 3px;
    font-weight: 700 !important;
    font-family: "Gotham A", "Gotham B" !important;
    float:right;
}

/* Thanh's Changes */
.applications-section .applications-section-details .application-section-description-title {
    font-family: "Gotham A", "Gotham B";
    color: black !important;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid #c9cacc;
    padding-bottom: 20px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    margin-top: 40px;
}

/* Original
.applications-section .applications-section-details .application-section-description-title {
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
    color: #003DA5 !important;
    font-size: 96.55%;
    margin-bottom: 10px;
}
*/

.CPAOModel .myModal{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    }


.modal .close{
    color: black!important;
    top: 7px!important;
    right: 7px!important;
}

.modal .close::before {
    font-size: 30px;
    margin-right: 10px;
}

.applications-section-title .add-new-btn {
  background-color: #293845;
  border: 3px solid #293845;
  color: #FFFFFF !important;
  margin-left: 20px !important;
  padding: 2px 20px 2px 20px !important;
  margin-top: 10px;
  text-transform: uppercase;
}

.applications-section .applications-section-title button:hover {
    background: white;
    color: #293845 !important;
    border: 3px solid #293845;
}

.slds-scope .slds-tabs_default__link, .slds-scope .slds-tabs--default__link{
    text-transform:     uppercase;
    font-weight:    700;
}
.slds-scope .slds-truncate{
    font-size: 13px!important;
}
tr.slds-line-height_reset td, tr.slds-line-height_reset td {
    font-size: 13px!important;
}

table.slds-table.slds-table_bordered.slds-max-medium-table_stacked-horizontal.table-enrollment tr th div {
white-space: normal;
font-size: 11px!important;
}

/*=============================================
=        Related Businesses Styles            =
=============================================*/
.business-container {
    border-radius: 3px;
    border: solid 1px #C1C1C1;
    margin-top: 30px;
    background-color: #FFFFFF;
}

.business-container .business-header {
    padding: 30px 30px 0 30px;
    justify-content: space-between;
    display: flex;
}

.business-container .business-header .business-title {
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
}

.business-container .business-header .business-title p:first-child {
    font-size: 16px!important;
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    color: #293845 !important;
    margin: 0;
}

.business-container .business-header .business-title p:last-child {
    font-size: 82.76%;
    color: black;
}

.business-container .business-header .edit-button {
    float: right;
}

.business-container .business-header .edit-button button {
    background-color: #FFFFFF;
    font-size: 96.55%;
    color: #263746;
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
}

.business-container .business-header .edit-button .destroy-btn {
    background-color: rgb(166, 26, 20);
    font-size: 96.55%;
    color: #FFFFFF;
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
}

.applications-section-details .cpao-form-edit-destroy-btn{
    background-color: rgb(166, 26, 20) !important;
    border: 3px solid rgb(166, 26, 20);
    color: #FFFFFF !important;
    width: auto;
    font-size: 16px !important;
    margin-right: 10px;
    cursor: pointer;
    font-weight: 700 !important;
    font-family: "Gotham A", "Gotham B";
}

.applications-section-details .cpao-form-edit-destroy-btn:hover {
    background: #FFFFFF !important;
    color: rgb(166, 26, 20) !important;
}

#Firm\ Profile h3 {
    padding-left: 0px !important;
    margin-bottom: 20px !important;
    margin-top: -20px !important;
    margin-left: 0px !important;
    letter-spacing: 0.5px;
}

.business-container .business-body{
    padding: 0px 22.5px 22.5px 22.5px;
    margin-top: 12.5px;
}

.readonly select, .readonly textarea, .readonly input{
    border: none !important;
    background-color: transparent !important;
    font-size: 96% !important;
    padding-left: 0px !important;
}

.readonly abbr{
    display: none !important;
}

/*=============================================
=                 Support Styles              =
=============================================*/
.support-container {
    width: 80%;
    margin: auto;
    font-size: 16px;
}

.support-container h2 {
    margin-top: 60px !important;
    color: #003DA6 !important;
    font-size: 193.1% !important;
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 500;
}

.support-container .search-bar {
    width: 100% !important;
}

.support-container .search-icon {
    background-color: #FFFFFF !important;
}

.support-tiles-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    width:100%;

}



.support-tiles-container .support-tile {
        width: 90%;
    height: 300px;
    margin-top: 30px;
    background-color: transparent;

}

.support-tiles-container .support-tile .support-img {
    max-height: 70%;
    overflow:hidden;
}

.support-tiles-container .support-tile .support-img img{
    min-width: 100%;

}

.support-tiles-container .support-link {
    background-color: #007397;
    min-height: 30%;
    max-height: 100%;

    text-align: center;
    line-height: 5;

}

.support-tile  a{
    text-decoration: none !important;
    color: #FFFFFF !important;
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 500;
}

.support-tile a:hover{
    text-decoration: none !important;
    color: #007397 !important;

}

.support-tile  a:focus{
    text-decoration: none !important;
    color: #007397 !important;

}
/*=============================================
=              Rosters Styles              =
=============================================*/
.roster-table tr td:first-child {
    font-family: "Gotham A", "Gotham B";
    font-weight: 700;
}

.search-container {
    padding-top: 30px;
}

.search-container .search-bar {
    width: 75%;
    display: flex !important;
    border-radius: 3px;
    border: solid 1px #C1C1C1;
}

.search-container .search-bar .search-icon {
    display: inline;
    padding: 0 5px;
}

.search-container .search-bar .search-icon img {
    content: url("./../images/Icon - Search Copy 4.png");
}

.search-container .search-input {
    width: 100%;
}

.search-container .search-input input {
    font-size: 96.55%;
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    width: 100%;
    line-height: 2;
    border: none !important;
}

.search-container .search-input input::placeholder {
    font-size: 82.76%;
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
}

.search-container .add-roster {
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
    font-size: 82.76%;
    color: #263746;
    width: 25%;
    text-align: end;
    margin: auto;
}

.search-container .add-roster button {
    cursor: pointer;
    height: 28px;
    width: 30px;
    border: 1px solid #C1C1C1;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 124.14%;
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    color: #009A49;
}

.search-container .add-roster button:hover, .search-container .add-roster button:focus {
    color: #FFFFFF;
    background-color: #009A49;
    border: 1px solid #009A49;
}

.search-container .add-roster label {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: bottom;
}

.support-tiles-container .support-link a {
    cursor: pointer;
    font-family: "Gotham A", "Gotham B";
    font-size: 110.34%;
    color: #FFFFFF;
}

.support-tiles-container .support-link:hover, .support-tiles-container .support-link:focus {
    background-color: #FFFFFF;
    border: 3px solid #007397;
}

.support-tiles-container .support-link:hover a, .support-tiles-container .support-link:focus a {
    font-family: "Gotham A", "Gotham B";
    font-size: 110.34%;
    color: #007397;
}

.support-desc-container {
    margin-bottom: 60px;
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    font-size: 110.34%;
    color: #263746;
}

.request-title-container {
    margin-top: 60px;
    display: flex;
}

.request-title-container h2{
    margin-top: 0px !important;
}

.request-title-container p {
    font-size: 151.72%;
}

.request-title-container button {
    cursor: pointer !important;
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: bold!important;
    background-color: #008941;
    border: 3px solid #008941 !important;
    color: #FFFFFF !important;
    padding: 5px 15px;
    float: right;
    height: 40px;
    width: 200px!important;
    font-size: 16px!important;
    text-transform: uppercase!important;
}

.request-title-container button:hover {
    background-color: #FFFFFF;
    color: #009A49 !important;
}

.request-title-container .firm-info {
    width: 100%;
}

.request-title-container .firm-name {
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    color: #263746;
}

.request-title-container .member-request-icon {
    height: 58px;
    width: 88px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
}

/* Thanh's Changes */
.request-title-container .request-title {
  color: #293845 !important;
  font-size: 28px !important;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B" !important;
  font-weight: 500;
  margin-top: 15px!important;
  display: inline-block;
  vertical-align: middle;
}

/* Original
.request-title-container .request-title {
    margin: 0;
    color: #003DA5 !important;
    font-size: 193.1% !important;
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}
*/

.new-request-container {
    margin-top: 60px;
}

.new-request-container .submitted-requests:hover, .new-request-container .submitted-requests:focus{
    font-weight: 700 !important;
}


.new-request-container .submitted-requests a{
    float: right;
    text-decoration: none !important;
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 400;
    color: #263746 !important;
    font-size: 110.34% !important;

}


.new-request-container .submitted-requests a span:first-child{
    padding-right: 10px;
}

.new-request-container .submitted-requests .arrow {
    margin: 0;
    margin-top: 10px;
    margin-right: 30px;
    display: inline-block;
    height: 12px;
    position: relative;
    width: 12px;
}

.new-request-container .submitted-requests .arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: '';
    display: inline-block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
    border-color: #009A49 !important;
}

.new-request-container .submitted-requests .arrow.is-right {
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.new-request-container .request-section {
    margin: 30px 0;
}

/* Thanh's Changes */
.new-request-container .request-section h5 {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-size: 23px;
  text-transform: uppercase;
  color: #293845;
  margin-bottom: 30px;
}
.new-request-container .request-section .request-item {
        font-size: 20px;
      color: #006fba;
      font-family: "Gotham A", "Gotham B";
      font-weight: 500;
      margin-top: 15px;
      text-transform: uppercase;
      cursor: pointer;
}

.new-request-container .request-section .request-item-description{
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: normal !important;
    font-size: 16px !important;
    color: #4f4f4f !important
}
.summary-tile-button:focus{
    border: unset !important;
}

.breach-tile{
    padding: 30px !important;
    background-color: #FFFFFF !important;
    border: 1px solid rgb(193, 193, 193);
    border-radius: 3px;
    width: 100%;
}

.red-disclaimer{
    color: rgb(194, 57, 52) !important;
    font-family: "Gotham A", "Gotham B" !important;
    min-height: 100px !important;
    font-weight: 700 !important;
    font-size: 80% !important;


}

.disclaimer{
    font-family: "Gotham A", "Gotham B" !important;
    min-height: 100px !important;
    font-weight: 700 !important;
    font-size: 80% !important;
    color: #003DA6 !important
}

.insurance-header {
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 400;

}

.insurance-header .slds-card-header__title{
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 700 !important;
    color: #003DA6 !important;
    padding-bottom: 3px !important;
}

.insurance-header p{
    font-size: 70%;
}

.insurance-body .table-head{
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 500;
    font-size: 150% !important;
    text-transform: capitalize !important;

}

.insurance-body .firm-name-insurance{
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 400;
    font-size: 90% !important;
    padding-left: 15px !important;
}


.insurance-body tr .table-head:first-child{
    padding-left: 15px !important;
}

.insurance-body tr .table-head:last-child{
    padding-right: 15px !important;
}

.insurance-body tr td:last-child{
    padding-right: 15px !important;
}



.insurance-body td{
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 400;
    font-size: 90% !important;
}

.insurance-footer{
    padding-right: 15px !important;
    font-size: 100% !important;
}

.cpd-log-button{
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: 700 !important;
    font-size: 80% !important;
    color: #003DA6 !important;
}

.log-btn-group button{
    margin-right: 10px !important;
}

.cpd-log-display{
    background-color: #ffffff;
    border: 1px solid rgb(217, 219, 221);
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
}

.cpd-log-display .edit-button{
    float:right;
}

.upload-files .add-employer-btn{
    float: left !important;
    margin-left: 0px !important;
}

.formatted-text ul,
.formatted-text ol {
    padding-left: 2rem !important;
}

.formatted-text ul {
    list-style: disc !important;
}
.formatted-text ol > ul {
    list-style: circle !important;
}
.formatted-text  ol {
    list-style: decimal !important;
}
.slds-datepicker td {
    font-size: 1.5rem !important;
}
.slds-datepicker h2 {
    font-size: 2rem !important;
}
.slds-datepicker button {
    font-size: 1.5rem !important;
}
.slds-scope .slds-dropdown {
    max-width: 30rem !important;
/*    height: 30rem !important;*/
}
.slds-datepicker__month {
    font-size: 1.5rem !important;
}
.slds-datepicker .slds-select {
    font-size: 1.5rem !important;
}
.slds-scope .slds-tabs_default__overflow-button .slds-button{
    text-transform: uppercase;
}
lightning-datepicker lightning-button-icon svg {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

lightning-datepicker .slds-input__icon {
    right: 1.5rem !important;
    top: 1.5rem !important;
}

.insurance-tile{
    border: solid 1px #C1C1C1 !important;
    border-radius: 3px !important;
}

.insurance-header{
    background-color: transparent !important;
}

.uiMessage{
    margin: 0px !important;
}

.slds-show{
    width: 100%;
}

.review-page-banner{
    height: 150px;
    background-color: #003DA5;
    width:100%;
    margin-bottom: 50px;
}

.review-page-banner img{
    height: 100% !important;
    width: auto;
}

.review-page-footer{
    margin-top: 40px;
}

.review-page-footer img{
    width: 100% !important;
}

.pdfOnly{
    display:none;
}

.pdfCheckBox{
    border: 1px solid rgb(196, 198, 202);
    background: white;
    /* padding: 0px; */
    /* height: 0px; */
    /* overflow: hidden; */
    /* line-height: 0px !important; */
    padding-left: 6px;
    padding-right: 6px;
    font-weight: 900;
    padding-bottom: 2px;
    margin-right: 6px;
    background-color: rgb(233, 234, 236) !important;
}

.pdfUncheckBox{
    border: 1px solid rgb(196, 198, 202);
    background: white;
    /* padding: 0px; */
    /* height: 0px; */
    /* overflow: hidden; */
    /* line-height: 0px !important; */
    padding-left: 11px;
    padding-right: 11px;
    font-weight: 900;
    padding-bottom: 2px;
    margin-right: 6px;
    background-color: rgb(233, 234, 236) !important;
}

.personal-dashboard .upper-menu .slds-tabs_default__nav{
    display: none;
}

.dashboard-tile-container .applications-menu .slds-tabs_default__nav{
    display: flex;
}

/* progress bar */

/*.application-page .slds-progress_shade .slds-progress__item .slds-progress__marker, .application-page .slds-progress--shade .slds-progress__item .slds-progress__marker {
border-color: lightgray !important;
}*/

.application-page .slds-progress__item .slds-progress__marker{
    border-color: lightgray !important;
    background: white !important;
}

.application-page .slds-progress__item.slds-is-active .slds-progress__marker{
    border-color: #006FBA !important;
}

.application-page .slds-progress__item.slds-is-completed .slds-progress__marker lightning-primitive-icon{
    margin-left: -4px;
    margin-top: -4px;
    color: #006FBA;
    float: left;
}

.application-page .slds-progress__item.slds-is-completed .slds-progress__marker lightning-primitive-icon .slds-button__icon{
    height: 1.5rem;
    width: 1.5rem;
    float: left;
}


.application-page .slds-progress__marker {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

/*Gus 2.0*/

ul#payment-options-nav li a {
    height: 45px;
    font-size: 16px;
    font-weight: bold;
}

.cCPAO_XRM_Student_Instructions h3 {
    font-size: 22px;
    font-weight: 500;
    color: #263746;
    margin-bottom: 15px;
}

div#form-input-template-item_checkout {
    padding: 0 75px;
}

legend {
    text-transform: uppercase;
    color: #263746;
}

a#previousTabButton {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .7px;
    font-size: 16px!important;
}

a#form_submit {
    font-size: 16px;
}

.cCPAO_StudentServiceRequest p {
    margin-bottom: 15px;
}

.slds-scope{
    color: black!important;
}

.cCPAO_XRM_ManageEnrollment a b {
    text-transform: lowercase!important;
}

.description b {
    text-transform: uppercase;
}

.cCPAO_XRM_Student_Dashboard_Overview button.cpao-btn-primary {
    padding: 5px 15px;
    font-size: 15px!important;
}

.cCPAO_XRM_Student_Dashboard_Overview .sub-text{
    font-size: 15px!important;
}
.cCPAO_XRM_Student_Dashboard_Overview .description .progress-bar-indicator{
    font-size: 14px!important;
}

h1.events-title {
    text-transform: uppercase;
    margin-bottom: 16px;
}

.js-filters-content label {
    text-transform: uppercase;
}

h1.events-title, .events-instruction {
    padding-left: 10px;
    max-width: 790px;
}

input#search-input {
    margin-top: 17px;
}

h3.section-heading.number-of-events-heading {
    padding-left: 5px;
}

.inner-addon.right-addon.m-t-40.js-filters-block h4, .inner-addon.right-addon h4 {
    text-transform: uppercase;
}

/*profile 2.0*/

.cCPAO_XRM_Student_Profile .slds-scope .slds-form-element_horizontal .slds-form-element__label, .cCPAO_XRM_Student_Profile label.slds-form-element__label.slds-no-flex, .cCPAO_XRM_Student_Profile label.slds-form-element__label {
    max-width: inherit!important;
        float: none!important;

}

.cCPAO_XRM_Student_Profile .slds-scope .slds-form-element_horizontal .slds-form-element__icon, .cCPAO_XRM_Student_Profile .slds-form-element__icon{
    float: none!important;
}

.cCPAO_XRM_Student_Profile button.cpao-btn-primary.slds-float_right {
    margin-top: 20px;
}

/*profile 2.0 end*/

/*manage journey*/

.cCPAO_XRM_ManageEnrollment lightning-formatted-rich-text.formatted-text-portal.slds-rich-text-editor__output span {
    font-size: 16px;
    font-weight: 400;
}

.cCPAO_XRM_ManageEnrollment lightning-formatted-rich-text.formatted-text-portal.slds-rich-text-editor__output h1 {
    font-size: 25px;
    text-transform: uppercase;
}

.cCPAO_XRM_ManageEnrollment lightning-formatted-rich-text.formatted-text-portal.slds-rich-text-editor__output h2 {
    font-size: 16px;
    text-transform: uppercase;
}

.cCPAO_XRM_ManageEnrollment lightning-formatted-rich-text.formatted-text-portal.slds-rich-text-editor__output b {
    text-transform: uppercase;
}

.cCPAO_CourseEnrollmentList button.cpao-btn-primary.cpao-btn-mini {
    font-size: 13px!Important;
    padding: 5px 15px;
}
/*manage journey ends*/

.applications-title2 h1 {
    font-size: 35px;
    text-transform: uppercase;
}

.applications-title3 h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 22px;
}

.application-page.cCPAO_XRM_Student_AppContainer h2{
    font-size: 25px!important;
    text-transform: uppercase;
    margin-bottom: 20px!important;
    line-height: 35px;
}

.applications-title3 h2 {
    color: grey;
}

.application-page.cCPAO_XRM_Student_AppContainer h3{
       font-size: 22px!important;
    text-transform: uppercase;
    font-weight: 500;
    color: #263746 !important;
    margin-bottom: 20px;
}

.application-page.cCPAO_XRM_Student_AppContainer h1 {
    font-size: 35px;
    font-weight: 400;
}

.application-page.cCPAO_XRM_Student_AppContainer .applications-section .applications-section-details {
    padding: 0;
}


.applications-title3 h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
}

 h1 {
    font-size: 35px!important;
    text-transform: uppercase;
}

h2 {
    text-transform: uppercase;
    font-size: 25px!important;
    font-weight: 500!Important;
    margin-bottom: 15px!important;
}
.cCPAO_XRM_RegistrationCategorySelection applications-section {
    padding: 0px!Important;
}

lightning-formatted-rich-text.program-pathway-side.slds-rich-text-editor__output u {
    text-decoration: none!Important;
}

.cCPAO_XRM_Lead_Page .tile-content {
    margin: 0;
}

.cCPAO_XRM_Lead_Page button.cpao-btn-primary {
    padding: 5px 15px;
}
.cCPAO_XRM_Student_Declarations .applications-section .applications-section-details {
    padding: 0;
}

button.cpao-btn-block {
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none !important;
    margin: 0 auto!important;
    margin-top: 20px!important;
    display: flex !important;
    background: #293845 !important;
    color: white !important;
    padding: 7px 50px !important;
    border-radius: 0 !important;
    text-transform: uppercase!important;
    border: 3px solid #293845;
}

button.cpao-btn-block:hover{
        background: white !important;
    color: #293845 !important;
}

.cCPAO_XRM_Student_Dashboard_Overview article.slds-card.generic-tile.detailed-card {
    min-height: 180px;
}

.slds-grid.slds-wrap.cCPAO_XRM_Student_Table .applications-btn-group {
    float: none!Important;
}

.slds-grid.slds-wrap.cCPAO_XRM_Student_Table .applications-container {
    margin-left: 0!important;
}

.applications-btn-group button {
    margin: 0px 10px!important;
    height: 45px;
    padding: 5px 15px;
    min-width: 200px;
}
.applications-btn-group button:only-child { /* If there's only one button, ignore the margin */
    margin: 0px !important;
}

.edit-button button.cpao-form-edit-btn {
    background-color: #009A49!important;
    border: 3px solid #009A49!important;
    color: white!important;
    padding: 5px 15px!important;
    width: auto;
    font-size: 16px !important;
    font-family: "Gotham A", "Gotham B";
    font-weight: bold;
    letter-spacing: 1px;
    float: none;
    text-transform: uppercase;
    cursor: pointer !important;
}

.edit-button button.cpao-form-edit-btn:hover{
        background-color: white!important;
        color:  #009A49!important;
}

button.cpao-form-edit-destroy-btn {
    padding: 5px 15px;
    border: 3px solid rgb(166, 26, 20)!important;
}

button.cpao-form-edit-destroy-btn:hover{
    background:white!important;
    color: rgb(166, 26, 20)!important;

}

.cCPAO_XRM_InputField .slds-select_container {
    height: 35px!Important;
    font-size: 15px;
    margin-top: 10px;
}

div#withdrawModal p {
    font-size: 16px;
}

#withdrawModal .modal-footer.save-btn-group {
    display: flex;
}

.cCPAO_XRM_Withdraw .course-info h6{
    text-transform: uppercase;
    margin-bottom: 15px;
}
div#withdrawModal .slds-select {
    height: 35px;
    padding-left: 10px;
}

.cCPAO_XRM_MemberCourseEnrollmentList td, .cCPAO_XRM_MemberCourseEnrollmentList tr.slds-hint-parent th,.cCPAO_XRM_MemberCourseEnrollmentList .slds-truncate {
    text-align: center;
}
lightning-input.applications-input.slds-form-element.cCPAO_QuestionDisplay span {
    font-weight: 400!important;
}

.cCPAO_MraPtQuestions .applications-section-title h3, .cCPAO_MraDeclaration .applications-section-title h3, .cCPAO_XRM_MemberCourseOfferings .applications-section-title h3{
    font-size: 22px!important;
}

.cCPAO_MraPtQuestions .applications-section .applications-section-details,.cCPAO_MraDeclaration .applications-section .applications-section-details, .cCPAO_XRM_MemberCourseOfferings .applications-section .applications-section-details{
    padding: 5px 0!Important;
}

.cCPAO_MraDeclaration h1, .cCPAO_MraPtQuestions h1 {
    margin-top: 25px;
}

.cCPAO_MraDeclaration .applications-title, .cCPAO_MraPtQuestions .applications-title, .cCPAO_XRM_MemberCourseOfferings .applications-title{
    margin-bottom: 20px!important;
}

.cCPAO_XRM_MemberCourseOfferings .applications-section {
    margin-bottom: 0px;
}

.cCPAO_XRM_Student_Instructions {
    padding: 5px 0!important;
}

.cCPAO_XRM_Student_Instructions h3, .cCPAO_PAL_Instruction_Step1 h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
}

.applications-title2 h1 {
    color: black;
}

.cCPAO_XRM_ProgramPathwaySelection h2, .cCPAO_XRM_RegistrationCategorySelection h2, .cCPAO_XRM_RegistrationCategory h2, .cCPAO_XRM_MemberCourseOfferings h2{
    margin-top: 20px!important;
    color: grey!important;
    font-weight: 400!Important;
}

 .cCPAO_amdCPDRenewalInstructions .applications-section-details, .cCPAO_PAL_Instruction_Step1 .applications-section-details,.cCPAO_XRM_ProgramPathwaySelection .applications-section-details, .cCPAO_XRM_RegistrationCategorySelection .applications-section-details, .cCPAO_XRM_RegistrationCategory .applications-section-details, .cCPAO_XRM_MemberCourseOfferings .applications-section-details{
    padding: 2px 0px;
}

.cCPAO_XRM_ProgramPathwaySelection .applications-section, .cCPAO_XRM_RegistrationCategorySelection .applications-section, .cCPAO_XRM_RegistrationCategory .applications-section{
    margin-bottom: 15px;
}
.cCPAO_XRM_CPAAccredStudentInfo .slds-size_12-of-12.slds-small-size_12-of-12.slds-medium-size_10-of-12.slds-large-size_10-of-12 {
    width: 95%;
}

.cCPAO_XRM_RegistrationCategorySelection .slds-p-around_medium.slds-size_12-of-12, .cCPAO_XRM_RegistrationCategory .slds-p-around_medium.slds-size_12-of-12, .cCPAO_XRM_MemberCourseOfferings .slds-p-around_small.slds-size_12-of-12{
    padding: 0;
}

.slds-scope .slds-rich-text-editor__output{
    font-size: 16px;
}

.cCPAO_XRM_RegistrationCategory h3 {
    margin-top: 30px!important;
}

.cCPAO_XRM_RegistrationCategory .applications-section-details {
    margin-bottom: 20px;
}

.cCPAO_XRM_Student_Dashboard_Overview .detailed-card .description {
    overflow: visible;
}

.cCPAO_XRM_MemberCourseEnrollmentList table td {
    text-align: center;
}
.cCPAO_MraPtEmploymentInfo .applications-section-details {
    width: 720px!important;
    padding: 0!important;
}
.employer-info .cpao-form-edit-btn {
    margin-top: 17px!important;
}
.employer-info2 {
    margin-top: 40px;
}
.slds-scope .slds-progress{
    max-width: 80%!important;
    margin-top: 25px;
}

.cCPAO_XRM_Student_Dashboard .summary-tile-desc {
    text-align: left;
}

.cCPAO_RelatedBusinesses .business-container .business-header .edit-button {
    display: flex;
    flex-direction: row-reverse;
}

div#paypal-button-container {
    width: 170px;
    margin: 0 auto;
}

div#paypal-button-container button {
    font-size: 16px;
}

div#creditCardDisplay {
    display: flex;
    justify-content: center;
}
.cCPAO_amdCPDRenewalInstructions table tbody tr td {
    padding: 20px 30px!important;
}
.slds-progress.lightningProgressIndicator {
    margin-top: 25px;
}
.required-text-component {    
    padding-bottom: 20px!important;
}
.required-text-page {
    padding-left: 40px!important;
    padding-bottom: 20px!important;
} 
.cCPAO_amdApplicationInformation label {
    font-size: 16px!important;
}
/* end */