/* 

Author : AM Solutions, Copyright 2019
Written for: www.chemistwarehouse.com.au

*/

/* Style the buttons that are used to open and close the accordion panel */
.cnc button.accordion {
    background-color: #fafafa;
    color: black;
    cursor: pointer;
    padding-left: 15px;
    width: 100%;
    /*height: 50px!important;*/
    max-height: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-family: 'Arial';
    font-size: 15px;
    line-height: 1.1;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 30px;
    font-weight: bold;
    position: relative;
}

.cnc button.accordion2 {
    background-color: #fafafa;
    color: black;
    cursor: pointer;
    padding-left: 15px;
    width: 100%;
    height: 50px !important;
    max-height: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-family: 'Arial';
    font-size: 13px;
    line-height: 1.1;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 5px;
    font-weight: bold;
}

.cnc .faq_cnc_accordion .panel-table {
    width: 100%;
}

    .cnc .faq_cnc_accordion .panel-table ul {
        margin-left: 7%;
    }

        .cnc .faq_cnc_accordion .panel-table ul li {
            list-style-type: disc;
        }
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.cnc button.accordion.active,
.cnc button.accordion:hover {
    /*background-image:url(https://static.chemistwarehouse.com.au/AMS/media/Images-CWH/Recruitments/hover.jpg)!important;
        background-repeat:repeat-x!important;*/
    background-color: lightgrey;
}
/* Style the accordion panel. Note: hidden by default */
.cnc div.panel {
    padding: 0 10px;
    background-color: white;
    display: none;
}
    /* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
    .cnc div.panel.show {
        display: block;
        /*padding-bottom:15px;
        margin-bottom:10px;*/
        max-width: 100%;
        max-height: 100%;
    }

.cnc div.panel {
    padding: 0 10px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

    .cnc div.panel.show {
        opacity: 1;
        max-height: 1200px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
        /*padding-top:10px*/
    }

.cnc button.accordion:after {
    content: "+";
    font-size: 28px;
    margin-left: 5px;
    color: black !important;
    font-family: Arial;
    /*padding-bottom:10px!important;*/
    position: absolute;
    right: 10px;
    top: 3px;
    font-weight: normal;
}

.cnc button.accordion2:after {
    content: "+";
    margin-top: -15px;
    font-size: 20px;
    float: right;
    margin-left: 5px;
    color: black !important;
    font-family: Arial;
    padding-bottom: 10px !important;
}

.cnc button.accordion.active:after {
    content: "\2013"; /* Unicode character for en dash */
    color: white;
    /* font-size:27px!important; */
    font-family: Arial;
    /*
        padding-bottom:4px!important;
        padding-right: 2px!important;
        */
    margin-top: -2px !important;
    padding-right: 1px !important;
}

.cnc .cnc-intro h2 {
    margin-bottom: 1%;
    margin-top: 4%;
}

.cnc .faq-header {
    font-weight: 700;
    font-size: 31px;
    line-height: 36px;
}

.cnc .cnc-intro .sub-heading {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5%;
}

.cnc .cnc-intro img.cnc-heading {
    margin-bottom: 0px;
}

.cnc .cnc-feature {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin: 35px 0px;
    padding: 15px 20px;
    text-align: center;
}
    .cnc .cnc-feature,
    .cnc .cnc-step div p {
        font-size: 13px;
    }
    .cnc .cnc-step div p {
        line-height: 1.4;
    }
    .cnc .cnc-feature h3 {
    margin-bottom: 3%;
    margin-top: 4%;
}

.cnc .faq_cnc_title {
    font-size: 17px;
    padding: 10px;
    padding-left: 15px;
    background-color: #fc0d38;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.cnc .faq_cnc_accordion {
    padding-top: 5px;
}

.cnc .faq_cnc_content {
    padding-right: 5px;
}

    .cnc .faq_cnc_content.bold {
        font-weight: bold;
    }


.cnc .faq_cnc_table {
    display: table;
    width: 100%;
    background-color: #f9f9f9;
    border-spacing: 20px 20px;
}

.cnc .faq_cnc_table_row {
    display: table-row;
}

.cnc .faq_cnc_table_cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.cnc h2,
.cnc h3 {
    font-family: "Arial", "Nunito", sans-serif;
    font-size: 28px;
    text-align: center;
    font-weight: normal;
}
.cnc .cnc-step .cnc-msg,
.cnc .cnc-step .cnc-icon {
    float: left;
}
.cnc .cnc-step .cnc-msg {
    width: 80%;
}
    .cnc .cnc-step .cnc-msg h4,
    .cnc .cnc-step .cnc-msg p {
        padding-right: 2%;
    }

.cnc .cnc-step .cnc-icon {
    width: 20%;
    text-align: center;
}
.cnc .cnc-step {
    margin-top: 4%;
    display: inline-block;
}
.cnc .cnc-image {
    clear: both;
}
.cnc .cnc-icon img {
    width: 100%;
    max-width: 100%;
}

.cnc img.cnc-heading {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cnc img.cnc-example,
.cnc .cnc-intro > img:first-of-type {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.cnc .cnc-intro > p {
    padding: 0px 15px;
    font-size: 14px;
}

.cnc {
    padding-top: 20px;
    font-family:Arial;
    padding-bottom: 20px;
    margin: 0 auto;
    line-height: 1.1;
    color: black;
}
    .cnc .cnc-items {
        margin-top: 5%;
    }
    .cnc .cnc-item {
        width: 25%;
        float: left;
        margin-bottom: 5%;
    }
        .cnc .cnc-item div {
            font-weight: bold;
            text-align: center;
            font-size: 11.5px;
            padding: 0px 4%;
        }

            .cnc .cnc-item div img {
                width: 50%;
            }

    .cnc .cnc-row {
        clear:both;
    }

    .cnc .faq_section,
    .cnc .cnc-footer {
        padding-top: 10px;
    }

.cnc .cnc-footer {
    text-align: center;
    margin-bottom: 5%;
}

.cnc h4 {
    font-size: 20px;
}
.cnc .cnc-step h4 {
    margin-top: 2%;
    margin-bottom: 2%;
}

.cnc .cnc-step h4 span {
    color: #2778af;
}

.cnc .cnc-footer h4 {
    margin-bottom: 2%;
}

.cnc .cnc-footer p {
    margin-top: 0px;
}

    .cnc .cnc-footer p {
        font-size: 14px;
    }

    .cnc .cnc-footer a.button {
        border: 2px solid #18A0FB;
        color: #18A0FB;
        text-transform: uppercase;
        font-size: 17px;
        padding: 18px 32px;
        display: inline-block;
        /* width: 50%; */
        text-align: center;
        min-width: 155px;
         font-weight: bold; 
    }

        .cnc .cnc-footer a.button:hover {
            text-decoration: none;
        }

.container .storecontent {
    display: none;
    padding: 5px;
}

.storeheader {
    cursor: pointer;
}


#cnc-store .storecontent {
    font-size: 14px;
}

#cnc-store .storeheader {
    font-size: 20px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 667px), not all, screen and (max-width: 480px) {
    .storeheader {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cnc .cnc-footer a.button {
        padding-left: 18px;
        padding-right: 18px;
    }

    .cc__bootstrap__section .row {
        margin-right: 0;
        margin-left: 0;
    }

    #cnc-store .storecontent {
        font-size: 18px;
    }

    #cnc-store .storeheader {
        font-size: 18px;
    }
    .stores {
        padding-left: 10px;
    }
}
.cnc-feature-which {
    text-align: center;
    padding: 0px 20px 10px 0;
}
.cnc-feature-border {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 10px 0 20px 0;
}


.stores-column {
    float: left;
    width: 50%;
    padding: 10px 0px 0px 0px;
}

/* Clear floats after the columns */
.stores-row:after {
    content: "";
    display: table;
    clear: both;
    width:100%;
}

.stores {
    font-size:11px;
    color: #2678AC;
    text-align:left;
}

.faq_link {
    color: #18A0FB;
    font-size:14px;
}