/* Specificity Overrides - Links */
.resource-listing .bare-list a,
.landing-tiles .bare-list a {
    color: #016ba6;
}

/* Table related */
.table-top-align {
    vertical-align:text-top;
}
.table-bg-grey {
    background-color: #f2f2f2;
}
.table-bg-blue {
    background-color: #D8EEF8;
}
.table-bg-purple {
    background-color: #ECDAE9;
}
/* End of Table related */

ul:not(.bare-list) {
    margin-bottom: 20px;
}

/* Social links header */
.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}

/* Form */
form input[type=submit], form button[type=submit] {
    background-color: #a04890;
}
form input[type=submit]:hover, form button[type=submit]:hover {
    background-color: #89357c;
}

/* Text Callout CCT */
.text-callout.text-callout--with-icon {
    padding-left: 65px !important;
}
.text-callout {
    display: block;
}
/*
.text-callout p {
    margin: 0;
}
*/
.text-callout--red {
    border-color: #e54436;
}
.text-callout--blue {
    border-color: #269bb4;
}
.text-callout--purple {
    border-color: #9d488f;
}
.text-callout {
    padding: 6px 13px 13px 13px;
    border-style: solid;
    border-width: 2px;
    margin-bottom: 25px;
    font-size: 18px;
    display: block;
    position: relative;
}
/* Alert */
.text-callout.text-callout--with-icon.text-callout--exclamation-icon::before {
    background-image: url(https://www.corrections.govt.nz/__data/assets/file/0004/42628/error.svg);
}
.text-callout.text-callout--with-icon.text-callout--exclamation-icon.text-callout--blue::before {
    background-image: url(https://www.corrections.govt.nz/__data/assets/file/0005/42629/error-blue.svg);
}
.text-callout.text-callout--with-icon.text-callout--exclamation-icon.text-callout--purple::before {
    background-image: url(https://www.corrections.govt.nz/__data/assets/file/0015/42630/error-purple.svg);
}
/* Announcement */
.text-callout.text-callout--with-icon.text-callout--bullhorn.text-callout--blue::before {
    background-image: url(https://www.corrections.govt.nz/__data/assets/file/0020/42626/bullhorn-blue.svg);
}
.text-callout.text-callout--with-icon.text-callout--bullhorn.text-callout--red::before {
    background-image: url(https://www.corrections.govt.nz/__data/assets/file/0003/42627/bullhorn-red.svg);
}
.text-callout.text-callout--with-icon.text-callout--bullhorn::before {
    background-image: url(https://www.corrections.govt.nz/__data/assets/file/0019/42625/bullhorn.svg);
}
/* Quatation mark */
.text-callout.text-callout--with-icon.text-callout--quote-icon.text-callout--purple::before {
    background-image: url(https://www.corrections.govt.nz/__data/assets/file/0017/42632/quote-purple.svg);
}
.text-callout.text-callout--with-icon.text-callout--quote-icon.text-callout--red::before {
    background-image: url(https://www.corrections.govt.nz/__data/assets/file/0018/42633/quote-red.svg);
}
.text-callout.text-callout--with-icon.text-callout--quote-icon::before {
    background-image: url(https://www.corrections.govt.nz/__data/assets/file/0016/42631/quote.svg);
}
.text-callout.text-callout--with-icon::before {
    content: "";
    display: block;
    position: absolute;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    height: 30px;
    width: 30px;
    left: 19px;
    top: 17px;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
/* End of Text Callout CCT */

/* Our locations by Widhi */
.location-results .resultsholder .results {
    max-height: 430px;
    position: relative;
}
.table-responsive {
    white-space: normal;
}
.table-responsive th {
    width: 20%;
}
.table-responsive tr:nth-child(even) {
    background-color: #f2f2f2;
}
/* End of Our locations */

/* Accordion */
.ct-accordion .ct-accordion-item .ct-accordion-item__title {
	padding: 10px;
}
.ct-accordion .ct-accordion-item .ct-accordion-item__title:after {
	margin-right: 10px;
}
.ct-accordion .ct-accordion-item .ct-accordion-item__content {
	padding: 10px;
}
/* End of Accordion */

/* Tabs */
.ct-tabs .ct-tab-item__content {
    padding: 15px 10px;
}
.ct-tabs .ct-tab-item__content h2 {
    font-size: 1.3125rem;
    margin-bottom: 10px;
    line-height: 1;
}
/* End of Tabs */

.ct-banner {
    min-height: inherit;
}
.ct-banner__content h2 {
    /*display: none;*/
}
.ct-blue .ct-banner__content p {
    /*background-color: transparent;*/
}


.covid header, 
.covid .internal-page-search__container,
.covid nav#breadcrumbs,
.covid footer#footer
{
    display: none;
}

.covid .main-content {
    padding: 0;
    background-color: #f7f7f7;
}

.covid-header {
    float: right;
    margin: 10px 0;
}

.covid-header li {
    display: inline-block;
    padding: 0 12px;
    margin: 0;
    position: relative;
    border-right: 1px solid #ccc;
}

.covid-header li:last-of-type {
    border-right: 0;
    padding-right: 0;
}

.covid-header li a {
    color: black;
    text-decoration: none;
}

.covid-header li a:hover {
    text-decoration: underline;
}

.covid-date{
    font-size: .85rem;
}

#covid-footer {
    /*height: 50px;*/
}

#covid-footer .footer-nav-bottom .footer-nav-bottom-container .footer-logo-container img {
    width: auto;
    height: 50px;
}

@media screen and (max-width: 767px) {
    .ct-banner__content {
        position: initial;
        width: 100%;
    }
    
    .ct-banner__content h2 {
        background-color: rgba(255,255,255,0.6);
    }
    
    .ct-banner__content p {
        background-color: rgba(1, 107, 166,0.6);
    }
    
    .ct-banner {
        background-size: contain;
        background-repeat: no-repeat;
        padding-bottom: 30%;
    }
}

@media screen and (max-width: 412px) {

    .ct-banner {
        padding-bottom: 20%;
    }
}


/*** DOCNEWS-5 ***/
/*** news-details ***/
.news-item .container:after {
    content: none;
}
    
.news-intro.news-update .news-intro__content {
    width: 100%;
    float: none;
    margin: 0;
}

.news-item section#content {
    border-top: 1px solid #e4eaef;
}

.news-item .main-content.no-column-left {
    padding: 20px 0 60px;
}

.news-intro.news-update {
    background-color: white;
    color: #0c3552;
    padding: 30px 0 20px;
}

.news-intro__date-publish__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.news-intro.news-update h1 {
    color: #0c3552;
}

.news-intro h1 {
    margin-top: 10px;
}

.news-update .social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 240px;
    font-family: 'Bitter', sans-serif;
    color: #343679;
    float: none;
    width: auto;
    text-align: right;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0;
}

.news-update .social-share img {
    max-width: 26px !important;
}

.social-share ul.bare-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 .2em;
}

.social-share li {
    margin: 0 .5em;
}

.news-item .caption-wrapper p {
    padding: 0 0 .8em;
    color: #016ba6;
}

.news-item .caption-wrapper img {
    margin: 0 !important;
    float: none!important;
}

.news-item .caption-wrapper {
    margin: 0 .5em 0 1.5em !important
}

@media screen and (max-width : 420px) {
    .news-intro.news-update h1 {
        margin-top: 15px;
    }
}

@media screen and (max-width : 768px) {
    .news-item .caption-wrapper {
        width: initial !important;
        margin: 0 !important; 
        float: none !important; 
    }
}

@media screen and (min-width : 1024px) {
    
    .news-intro.news-update .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    
    .news-update .social-share {
        margin-left: 20px;    
    }
    
}

/*** news-select-filter ***/
label.dropdown select {
	padding: 10px 40px 10px 14px;
	border-radius: 4px;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	outline: none;
}
label.dropdown select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #444;
}
label.dropdown select::-ms-expand {
	display: none;
}
label.dropdown:before {
	content: '';
	right: 5px;
	top: 0;
	width: 30px;
	height: 33px;
	position: absolute;
	pointer-events: none;
	display: block;
}
label.dropdown { 
    position: relative; 
    margin: 0 .6em;
}
label.dropdown:after {
	content: '\f078';
	font-size: 14px;
    font-family: FontAwesome;
    font-weight: 100;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    right: 2px;
    top: 10px;
    position: absolute;
    pointer-events: none;
    width: 30px;
    text-indent: 8px;
}
@media screen\0 {
	label.dropdown:after {
		width: 38px;
		text-indent: 15px;
        right: 0;
	}
}
@media screen and (min--moz-device-pixel-ratio:0) {
	label.dropdown select { padding-right: 40px; }
	label.dropdown:before { right: 6px; }
	label.dropdown:after {
		text-indent: 14px;
		right: 6px;
		top: 6px;
		width: 36px;
	}
}

/*** news-search ***/
.news-card-results.news-media-results__listing {
    padding: 20px 0;
    margin: 2em 0;
    background-color: #f7f7f7;
    position: relative;
}

.news-card-results .news-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    width: 100%;
}

ul.news-cards li.news-card {
    width: 100%;
    background-color: #fff;
    margin: .6em .5em;
    padding: 0 !important;
    position: relative;
    -webkit-transition: all .1s linear .2s;
    -o-transition: all .1s linear .2s;
    transition: all .1s linear .2s;
}

.news-card-results .news-cards:before, .news-card-results  .news-cards:after {
    content: " ";
    display: block;
    background-color: #f7f7f7;
    position: absolute;
    top: 0;
    height: 100%;
    width: 300%;
}
.news-card-results  .news-cards:before {
    right: 100%;
}
.news-card-results  .news-cards:after {
    left: 100%;
}

.news-cards h3.news-title {
    color: #023552;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    font-size: 20px;
}

.news-cards .news-date {
    color: #454546;
    font-size: 14px;
}

.news-cards .news-description {
    color: #454546;
    line-height: 1.44;
}

.news-card:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.news-card a:hover {
    text-decoration: none !important;
}

.news-details {
    padding: 1em;
}

.news-search__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

span.news-search__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news-search__nav * {
    min-width: 30px;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
}

.news-search__nav .page-item, .news-search__nav a:first-child {
    border-left: 1px solid #ccc;
}

.news-search__nav a:last-child, .news-search__nav strong:last-child {
    border-right: 1px solid #ccc;
}

.standard .news-search__nav a:last-child:hover, .standard .news-search__nav a:first-child:hover {
    text-decoration: none !important;
}

.news-search__nav .nav-arrow {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1;
    background-color: #e4eaee;
}

.news-search__paging-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: .8em 0;
    margin-top: 1em;
}

.news-search__result-count {
    font-family: 'Bitter', sans-serif;
    color: #343679;
}

@media screen and (min-width : 580px) {
    ul.news-cards li.news-card {
        width: calc(100% / 2 - 16px);
    }

}

@media screen and (max-width : 420px) {
    .news-media-filter-select .hide-mobile {
        display: none;
    }
}

@media screen and (min-width : 768px) {
    ul.news-cards li.news-card {
        width: calc(100% / 2 - 16px);
    }
    .news-search__paging-count {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

}

@media screen and (min-width : 1000px) {
    ul.news-cards li.news-card {
        width: calc(100% / 4 - 16px);
    }

    .news-update .container .news__header, .news-update .container .news-search__paging-count, .news-update .container .special-interest-heading {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .news-landing .main-content.news-update {
        margin-top: 10px;
    }
}


/*** special-interest ***/
h3.special-interest-heading {
    font-size: 2.4375rem;
    color: #016ba6;
}

ul.bare-list.special-interest-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

li.special-interest-card {
    width: 100%;
    border: 5px solid #e8e8e4;
    padding: 1em;
    margin: .4em 0;
    position: relative;
    -webkit-transition: all .1s linear .2s;
    -o-transition: all .1s linear .2s;
    transition: all .1s linear .2s;
}

li.special-interest-card:hover {
    -webkit-transform: scale(1.035);
        -ms-transform: scale(1.035);
            transform: scale(1.035);
}

.standard li.special-interest-card a:hover {
    text-decoration: none;
}

h3.special-interest-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: .5em;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.25;
}

h3.special-interest-title:after {
    content: "\203A";
    font-size: 1.4em;
    line-height: .7;
    padding: 0 .2em;
    font-weight: 100;
}

p.special-interest-description {
    color: #454546;
    line-height: 1.44;
}
    
@media screen and (min-width : 768px) {
    li.special-interest-card {
        width: 49%;
    }
}

/*** paint-layout ***/
.news-landing .main-content.news-update.no-column-right {
    background: none;
    padding: 30px 0 60px;
    overflow-x: hidden;
}

.news-landing .news-update h1 {
    color: #016ba6;
    margin: 0;
}
.news__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

select.year-filter {
    background-color: #e4eaee;
    width: 96px;
    height: 40px;
    border: none;
    border-radius: 4px;
    color: #343679;
    font-size: 16px;
    padding: 0 .6em;
}

span.select-box {
    background-color: #e4eaee;
    margin: 0 .5em;
    padding-right: .4em;
}

.news-media__year-select {
    color: #343679;
    font-family: 'Bitter', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.news-item .ct-video-embed.ct-video-embed__position-left {
    float: none;
}

.main-content.no-column-left .leftcolumn {
    overflow: auto;
}


/***** SUPPORT-268660 Locations search *****/
.locations-form .facility-query tr:nth-of-type(even) {
    display: none;
}

.locations-form input {
    height: 40px;
    margin: 0 5px 0 5px;
    padding: 10px;
    font-size: 15px;
}

.locations-form select {
    height: 40px;
    margin: 0 5px 0 5px;
    padding: 10px;
    font-size: 15px;
}

.locations-form .form-row {
    padding-top: 1rem;
}

.locations-form input[type=checkbox] {
    height: 1.2rem;
}

.locations-form input[type=submit], .locations-form button[type=submit] {
    height: 40px;
    font-size: 1rem;
}

.locations-form table, .region-query td {
    width: 100%;
}

.locations-form td {
    display: flex;
    font-size: 15px;
    border: none;
    padding: 0;
}

.locations-form td label {
    font-size: 15px;
    margin: 0;
}

#az-index a.activeItem {
    color: #ffffff !important;
    background-color: #016BA6;
    padding: 0 2px 0 2px;
}

/* Figure CT #41434 */

.figure-ct {
    display: table;
    margin: 15px auto;
    max-width: 565px;
}

/* IE 11 only */
_:-ms-fullscreen, :root .figure-ct { 
    table-layout: fixed;
    width: 100%;
}

.figure-ct__img {
    display: inline-block;
}

.figure-ct__caption {
    caption-side: bottom;
    color: #016ba6;
    display: table-caption;
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    .figure-ct {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    
    .figure-ct {
        max-width: 400px;
    }
    
    .figure-ct--float-left {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    
    .figure-ct--float-right {
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    
}

/* Figure Grid CT #41477 */

.figure-grid-ct {
    clear: both;
    margin-top: 20px;
}

.figure-grid-ct__item {
    margin-bottom: 20px;
    max-width: 565px;
}

.figure-grid-ct__figure {
    display: table;
    margin: 0 auto;
    text-align: center;
}

/* IE 11 only */
_:-ms-fullscreen, :root .figure-grid-ct__figure { 
    table-layout: fixed;
    width: 100%;
}

.figure-grid-ct__img {
    display: inline-block;
}

.figure-grid-ct__caption {
    caption-side: bottom;
    color: #016ba6;
    display: table-caption;
    margin-top: 5px;
}

@media screen and (min-width: 576px) {
    
    .figure-grid-ct {
        display: flex;    
        flex-wrap: wrap;
    }
    
    .figure-grid-ct__item {
        width: calc(50% - 20px);
        margin-right: 10px;
        margin-left: 10px;
        max-width: none;
    }
    
}

@media screen and (min-width: 768px) {
    
    .figure-grid-ct--num-per-row-3 .figure-grid-ct__item {
        width: calc(33% - 20px);
    }
    
}

/****** SUPPORT-307832 *******/
h2, .h2 {
	font-size: 1.75em; 
	color: #89357c; /* Purple */
}
h3, .h3 {
	font-size: 1.4em;
	color: #454545; /* Dark grey */
}
h4, .h4 {
	font-size: 1.2em;
	color: #BE5709; /* Orange */
}
h5, .h5 {
	font-size: 1em;
	color: #000; /* Black */
}
h6, .h6 {
	font-size: 0.85em;
	font-weight: bold;
	color: #4D833A; /* Green */
}

/****** SUPPORT-335422 *******/
blockquote {
    background-color: #f0f0ee;
    padding: 40px;
    font-style: italic;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

blockquote > *:first-child {
    margin-top: 0;
}

blockquote > *:last-child {
    margin-bottom: 0;
}

blockquote::before,
blockquote::after {
    line-height: 0;
    position: absolute;
    font-size: 40px;
    font-style: normal;
}

blockquote::before {
    content: "\201C";
    left: 8px;
    top: 30px;
}

blockquote::after {
    bottom: 4px;
    content: "\201D";
    right: 13px;
}

/******** SUPPORT-347778 ********/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  
  .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%; }
  
    /* Style the buttons that are used to open and close the accordion panel */
.otp-accordion {
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.2s;
}

/* 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) */
.otp-accordion:hover {
  background-color: rgba(137, 53, 124, .3);
}

/* Style the accordion panel. Note: hidden by default display: none; */
.accordion-listing .panel {
  margin: .5rem;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  display: inherit;
}

.btn.control {
    padding: .5rem .6rem;
    border-radius: 3px;
    border: 1px solid;
    width: 5rem;
    /*margin-bottom: 1rem;*/
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
      
.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }
  
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

/*
* Mobile layout
*/
    .accordion-listing {
        border-left: 12px solid #89357c;
        background-color: rgba(137, 53, 124, .1);
        margin: 1.2rem 0;
    }

    .accordion-listing .h2 {
        margin: 0;
        width: 100%;
        display: block; 
        font-family: Bitter;
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.11;
        letter-spacing: normal;
        padding: 15px 20px 19px !important;
    }
    .accordion-listing button {
        padding: 1rem 2rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin: 0;
        width: 100%;
        border-radius: 0;
        text-align: left;
        position: relative;
    }
    .accordion-listing button:focus {
        outline: none;
        -webkit-box-shadow: none;
                box-shadow: none; 
    }
    .accordion-listing button:before, .accordion-listing button:after {
        content: '';
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        background-color: #696969;
        border-radius: 999px;
        -webkit-transition: background-color 0.4s ease;
        transition: background-color 0.4s ease;
    }
    .accordion-listing button:before {
        width: 0.9375rem;
        height: 0.1875rem;
        right: 1.375rem; 
    }
    .accordion-listing button:after {
        right: 1.75rem;
        width: 0.1875rem;
        height: 0.9375rem;
        
    }
    .accordion-listing button.collapsed:after {
        display: block; 
    }
    .accordion-listing button.active:after {
        display: none;
    }
    .accordion-listing li {
        list-style-type: none;
        padding: 10px 0;
    }
    
    .accordion-listing ul.on-this-page__list {
        padding: 0 1rem 1rem 0;
    }

/*
* Tablet layout
*/
@media screen and (min-width: 768px) {
    .col-md-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }
    
    .accordion-listing button {
        padding: 1.5rem 2rem;
        line-height: 1.875rem; 
    }
    .accordion-listing button:before {
        right: 1.4375rem; 
    }
    .accordion-listing button:after {
        right: 1.8125rem; 
    } 
}