/* Minification failed. Returning unminified contents.
(326,34): run-time error CSS1046: Expect comma, found '0'
(326,38): run-time error CSS1046: Expect comma, found '/'
 */
.spinnerImg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.spinnerDisplay {
    position: absolute;
    left: 47.5%;
    top: 50%;
    margin: 0px auto;
}

/*For other resolution aligning spinner to centre*/

@media screen and (min-width: 570px) and (max-width: 768px) {
    .spinnerDisplay {
        left: 44% !important;
        top: 42% !important;
    }
}

@media screen and (min-width: 770px) and (max-width: 1200px) {
    .spinnerDisplay {
        left: 46% !important;
        top: 45% !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 568px) {
    .spinnerDisplay {
        left: 38% !important;
        top: 42% !important;
    }
}
/*End - For other resolution aligning spinner to centre*/

/*Common Wrappers & Header/Element Styles*/
/*.content-wrapper {
    padding-top: 105px;
}*/
body, h1, h2, h3, h4, h5, h6, a, p, ul {
    font-family: "Open Sans" !important;
}
.header {
    padding: 25px 0;
}
.header-text {
    font-weight: normal;
    font-size: 40px;
}
#map-canvas {
    height: 350px;
}
.hide {
    display: none;
}
#storesBox {
    width: 100%;
    display: none;
    max-width: 100%;
    overflow-x: hidden;
    height: 320px;
    overflow: auto;
    border: 1px solid;
}
.locationtable {
    width: 99%!important;
}
.locationtable tr td {
    padding: 5px;
    font-size: 14px;
    vertical-align: top;
}
.clear, .clearfix {
    clear: both;
}
.box-label {
    font-weight: bold;
}

#browseCitylist {
    display: block;
}

#browseProvinceList {
    display: block;
}

#cityDropdown {
    display: none;
}

#provinceDropdown {
    display: none;
}

#browseCitylistHeader {
    display: block;
}

#browseProvinceListHeader {
    display: block;
}
.search-section {
    font-size: 16px;
}
.find-store-searchbox {
    width: 90%;
    border-radius: 2px;
    font-size: 17px;
    border: 1px solid;
    padding: 7px 10px;
    transition: box-shadow .5s ease 0s,border .5s ease 0;
    outline: 0;
}
.find-store-dropdown {
    font-size: 16px;
    height: 45px;
    position: relative;
    width: 100%;    
    border-top: solid 2px;
    border-left: solid 2px;
    border-right: solid 2px;
    border-bottom: solid 2px;
    max-width: 260px;
    padding-left: 10px;
}
.search-results-header {
    border: 1px solid; 
    padding: 10px;
}
.number {
    width: 30px;
    vertical-align: top;
    padding-top: 9px;
}
.content-heading {
    font-size: 32px;
    font-weight: bold;
    width: 310px;
}
.address-text {
    font-size: 18px;
    padding-top: 5px;
}
.horizontal-line {
    border-bottom: 1px solid;
    margin-bottom: 15px;
}
.button-section {
    padding: 10px 15px;
}
.bs-header {
    font-weight: bold;
    font-size: 16px;
}
.bs-amount {
    font-size: 15px;
}
.store-info-box {
    border: 1px solid;
    width: 46%;
    display: inline-block;
    height: 220px;
}
.store-info-box-header {
    text-align: center;
}
.store-info-box-content {
    padding: 10px 20px;
}
.store-details-desktop {
    display: block;
}
.store-details-mobile {
    display: none;
}
.content-text {
    font-size: 14px;
}
#subsection2, #subsection3, #citysection {
    font-weight: normal;
    /*display : flex;
    flex-flow:column wrap;*/
    font-size: 14px;
    column-gap: 0;
    width: 100%;
}
#subsection2 {
    column-count: 6;
}
#citysection {
    column-count: 4;
}
#subsection3 {
    column-count: 3;
}
.back-to-search {
    padding-top: 15px;
    padding-left: 10px;
}
.search-error-text {
    text-align: center;
    font-size: 1.5rem;
}
#search-results-error {
    font-size: 1rem;
    padding: 10px;
    margin-top: 15px;
    display: none;
}
/*End*/

/*Common Buttons*/
.square-transp-button {
    border-radius: 5px;
    border: 2px solid;
    background: none;
    padding: 5px 50px;
    font-size: 16px;
}
.square-transp-button:hover {
    cursor: pointer;
}
.search-button {
    padding: 13px 102px;
    font-size: 16px;
    font-weight: 600;
    border: solid 1px transparent;
    transition: all .6s ease-in-out;
}
.search-button:hover {
    cursor: pointer;
    transition: all .6s ease-in-out;
}
.locationButton {
    font-size: 14px;
    border: 1.5px solid;
    cursor: pointer;
    padding: 10px 10px;
    border-radius: 5px;
    font-weight: 700;
}
.square_button {
    border: 2px solid transparent;
    padding: 10px 10px;
    font-size: 14px;
    min-width: 150px;
    font-weight: 700;
}
#installment_btn {
    margin-bottom: 1rem;
}
.square-button-noborrad, .get-directions-btn {
    border: 1px solid transparent;
    padding: 5px 0px;
    width: 150px;
    font-size: 16px;
}
.button-section-btn {
    height: 80px;
    padding: 20px 0;
}
/*End*/

/*Margins and Paddings*/
.pad-topbottom-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.no-padding-inline {
    padding-inline-start: 0px;
}
.no-padding {
    padding: 0px;
}
.mar-top-3 {
    margin-top: 3%;
}
.mar-bottom-5 {
    margin-bottom: 5%;
}
.mar-right-none {
    margin-right: 0px !important;
}
.mar-gutters-15 {
    margin: 0px 15px;
}
.no-margin {
    margin: 0px;
}
.padding-bt-25 {
    padding-bottom: 25px;
}
.onlinestore-text {
    font-size: 24px;
}
.city-list {
    width: 100% !important;
}
.city-list select {
   border: 1px solid !important;
}
.city-list select:focus {
    outline: none;
}
.city-list h2 {
    text-align-last: left !important;
    font-size: 16px;
}
.onlinestore-icon img {
    height: 2.4rem;
}
.onlinestore-cities h2 {
    font-size: 22px;
}

/* new */
.card-section, .storedetail-card {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    border-radius: 6px;
}
.primary-btn, .secondary-btn {
    border-radius: 6px;
}
#city-dropdown, #province-dropdown {
    border: 1px solid !important;
    outline: none !important;
}
.appnow-btn {
    padding: 6px 9px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid transparent;
}
.square-button-noborrad {
    border: 2px solid #015cb3 !important;
}

/*End*/
/*Responsive Design*/
@media only screen and (max-width:375px) {
    .header-text {
        font-size: 20px;
    }
    .action-buttons ul li {
        display: inline-block;
        vertical-align: top;
        width: 44%;
    }
    #forMobileLoc_btn, #installment_btn, #CashAdvance_btn, #VirtualAgent_btn {
        min-width: 100px;
        padding: 3px;
        font-size: 10px;
    }
    .locationtable tr td {
        font-size: 10px;
    }
    .square-button-noborrad, .get-directions-btn {
        width: 140px;
    }
}
@media only screen and (max-width:475px) { /*Common for smaller devices*/
    /*.content-wrapper {
        padding-top: 85px;
    }*/
    .square-transp-button {
        font-size: 14px;
        padding: 5px 12px;
    }    
    #browseProvinceListHeader {
        display: none;
    }
    #browseCitylistHeader {
        display: none;
    }
    #browseCitylist {
        display: none;
    }
    #browseProvinceList {
        display: none;
    }
    #cityDropdown {
        display: block;
        margin-top: 20px;
        padding: 10px;
        text-align-last: center;
    }
    #provinceDropdown {
        display: block;
        margin-top: 20px;
        padding: 10px;
        text-align-last: center;
    }
    #city-dropdown {
        min-width: 185px;
        padding: 5px;
        font-size: 12px;
        border: 5px;
        border-radius: 4px;
    }
    #province-dropdown {
        padding: 5px;
        font-size: 12px;
        border: 5px;
        border-radius: 4px;
    }
}
@media only screen and (min-width:375px) and (max-width:475px) {
    .header-text {
        font-size: 30px;
    }
    #forMobileLoc_btn, #installment_btn, #CashAdvance_btn, #VirtualAgent_btn {
        min-width: 124px;
        padding: 4px;
        font-size: 12px;
    }
    .locationtable tr td {
        font-size: 12px;
    }
}

@media only screen and (min-width:476px) and (max-width: 768px) {
    /*.content-wrapper {
        padding-top: 80px;
    }*/
    .header-text {
        font-size: 22px;
    }
    #forMobileLoc_btn, #installment_btn, #CashAdvance_btn, #VirtualAgent_btn {
        min-width: 120px;
        padding: 4px;
        font-size: 12px;
    }
    .locationtable tr td {
        font-size: 12px;
    }
    #browseProvinceListHeader {
        display: none;
    }
    #browseCitylistHeader {
        display: none;
    }
    #browseCitylist {
        display: none;
    }
    #browseProvinceList {
        display: none;
    }
    #cityDropdown {
        display: block;
        margin-top: 20px;
        padding: 10px;
        text-align-last: center;
    }
    #city-dropdown {
        min-width: 185px;
        padding: 5px;
        font-size: 12px;
        border: 5px #050505;
        border-radius: 4px;
    }
    #province-dropdown {
        padding: 5px;
        font-size: 12px;
        border: 5px #050505;
        border-radius: 4px;
    }
    #provinceDropdown {
        display: block;
        margin-top: 20px;
        padding: 10px;
        text-align-last: center;
    }    
}
@media only screen and (max-width: 768px) { /*Common for all mobile*/
    .store-details-desktop {
        display: none;
    }
    .store-details-mobile {
        display: block;
    }
    .content-heading {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .store-info-section {
        margin-bottom: 10px;
    }
    .content-text {
        font-size: 13px;
    }
    .onlinestore-text {
        font-size: 18px;
    }
    .mob-iconsection h5 {
        font-size: 14px;
    }
    .onlinestore-icon img {
        height: 2.2rem;
    }
    .mob-iconsection h4 {
        font-size: 20px;
    }
    .storehrs {
        font-size: 11px;
    }
}
@media only screen and (max-width: 1024px) {
    .card-section {
        max-width: 98%;
    }
    .storehrs {
        font-size: 11px;
    }
}
@media only screen and (max-width: 1200px) {
    .square_button, .locationButton {
        padding: 10px 8px;
        font-size: 12px;
        min-width: 130px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
    .onlinestore-container {
        max-width: 95%;
    }
    .onlinestore-icon img {
        height: 2rem;
    }
    .desktop-iconsection h4, .onlinestore-text {
        font-size: 20px;
    }
    .desktop-iconsection h5 {
        font-size: 16px;
    }
    #citysection a {
        font-size: 11px;
    }
    .onlinestore-head {
        font-size: 26px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1339px) {
    .onlinestore-icon img {
        height: 1.9rem;
    }
    .desktop-iconsection h4 {
        font-size: 20px;
    }
    .desktop-iconsection h5 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 991px) {
    .mob-view-mgtop {
        margin-top: 72px;
    }
}

/*The color theme for Store Locator*/
.square-transp-button {
    border-color: #fff;
    color: #fcfcfe;
}
    .square-transp-button:hover {
        background: #007dba;
    }
.find-store-searchbox {
    border-color: #dcdcdc;
}
.find-store-dropdown {
    background-color: #faf9f9;
    border-color: #e7e5e2;
}
.search-results-header, #storesBox {
    border-color: #041e42;
}
#storesBox {
    background: white;
    color: #333;
}
.square_button {    
    color: white;
    background: #046ed2;
}
.locationtable tr:nth-child(even) {
    background-color: #e5f2f8;
}
#city-dropdown, #province-dropdown {
    border-color: #050505;
}
/*.store-details-desktop, .store-details-mobile{
    color: #333;
    background-color: #fff;
}*/
.square-button-noborrad {
    color: #003049;
    background-color: white;
}
.get-directions-btn {
    color: white;
    background-color: #003049;
    border-color: #003049;
}
.print-div a {
    color: #e64f3a;
}
.horizontal-line {
    border-color: #DEDEDE;
}
.store-info-box {
    border-color: #015cb3;
}
.store-info-box-content a {
    color: #015cb3;
}
#subsection2 a, #subsection3 a {
    color: #101010 !important;
}
.pro-city-storewrapper .card {
    border-color: #b0b0b0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    color: #333;
}

.pro-city-storewrapper #card-wrapper-section, .storedetail-card {
    background: white;
}
.back-to-search a {
    color: #e64f3a !important;
}
.search-error-text {
    color: red;
}
 #floridaloc {
    color: #333;
}
#search-results-error{
    background: white;
    color: red;
}
#VirtualAgent_btn {
    background-color: #43aa6e;
}

.onlinestore-content, #citysection a {
    color: #101010;
}

.mm-darkblue {
    color: #041e42 !important;
}
.mm-blue {
    color: #007dba !important;
}
.mm-lightblue {
    color: #e5f2f8 !important;
}
.mm-mediumblue {
    color: #015cb3 !important;
}
.mm-black {
    color: #101010;
}

.mm-darkbluebg {
    background-color: #041e42 !important;
}
.mm-bluebg {
    background-color: #007dba !important;
}

.mm-lightbluebg {
    background-color: #e5f2f8 !important;
}

.mm-mediumbluebg {
    background-color: #015cb3 !important;
}
.mm-whitebg {
    background-color: #fff !important;
}
.primary-btn {
    color: #fff !important;
    background-color: #041e42 !important;
    box-shadow: 5px 10px 18px #888888;
}

    .primary-btn:hover {
        background-color: #007dba !important;
    }
.secondary-btn {
    color: #015cb3 !important;
    background-color: #fff !important;
}

    .secondary-btn:hover {
        color: #fff !important;
        background-color: #015cb3 !important;
    }
