html,
body {
    overflow-x: hidden;
}

body {
    overflow-y: hidden;
}

.btn,
.btn:focus {
    padding: 6px 15px;
    border: none;
    border-radius: 0;
}

input[type="text"] {
    background-color: #ffffff;
    padding: 4px 8px;
}
/***** Google Tranlate Design ******/
.skiptranslate iframe {
    bottom: 0;
    top: unset;
    position: fixed;
}
/***** Header Design ******/
#header {
    padding: 17px 15px 18px 15px;
    background-color: rgba(33, 33, 33, 0.9);
}

.logo img {
    max-height: 50px;
}

.navbar-default {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    border: 0;
}

    .navbar-default .navbar-nav > li > a {
        font-family: "Trebuchet MS", sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #ffeb3b !important;
        padding: 0 0 0 35px;
        line-height: 50px;
        background-color: transparent !important;
    }

    .navbar-default .navbar-nav li a.active,
    .navbar-default .navbar-nav li a:hover {
        color: #f44336 !important;
    }

    .navbar-default .navbar-nav li a:hover {
    }

.navbar-nav li a.home-menu {
    text-indent: -9999px;
    background: url("../images/home_icon_inactive.png") no-repeat center right;
}

    .navbar-nav li a.home-menu.active {
        background: url("../images/home_icon_active.png") no-repeat center right;
    }

.navbar-nav li a.dt-menu {
    background: url("../images/dt_menu.png") no-repeat center right;
    padding-right: 40px;
}

    .navbar-nav li a.dt-menu:hover {
        background: url("../images/dt_menu_active.png") no-repeat center right;
        padding-right: 40px;
    }

@media (min-width: 1367px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 20px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding: 0 0 0 25px;
    }

    .navbar-nav li a.dt-menu {
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    #header {
        padding: 5px;
        padding-left: 10px;
        height: 42px;
    }

    .logo {
        margin-left: 15px;
    }

        .logo img {
            max-height: 30px;
        }

    .navbar-default {
        display: none;
    }
}
/***** Quick Search Design ******/
.quick-search {
    position: absolute;
    z-index: 9;
    top: 85px;
    right: 0;
    background-color: #f44336;
    margin-right: -470px;
    transition: margin .5s;
}

    .quick-search.practitioner-focused {
        background-color: #8ca3ab;
    }

    .quick-search > * {
        display: inline-block;
    }

    .quick-search.show {
        margin-right: 0;
        transition: margin .5s;
    }

.quick-search-btn.visible-xs-block {
    display: inline-block !important;
    vertical-align: middle;
}

.quick-search input {
    border: none;
    height: 28px;
    vertical-align: middle;
    font-style: italic;
    font-size: 12px;
    color: #9e9e9e;
}

    .quick-search input:focus {
        outline: none;
        font-style: normal;
        color: #000000;
    }

.quick-search-name,
.quick-search-location {
    width: 185px;
}

.find-btn,
.find-btn:hover,
.find-btn:focus {
    color: #ffffff;
    background-color: #212121;
    margin-left: -1px;
    font-weight: bold;
    padding: 4px 10px;
}

.quick-search.practitioner-focused .find-btn,
.quick-search.practitioner-focused .find-btn:hover,
.quick-search.practitioner-focused .find-btn:focus {
    background-color: #657985;
}

.quick-search-close {
    text-align: center;
    margin-left: 13px;
    margin-right: 10px;
}

    .quick-search-close:hover,
    .quick-search-close:focus {
        color: #ffffff;
        cursor: pointer;
    }

    .quick-search-close > i {
        font-size: 20px;
        vertical-align: middle;
        cursor: pointer;
    }

@media (max-width: 991px) {
    .quick-search {
        position: fixed;
        top: 0;
        z-index: 999;
        margin-right: -183px;
        max-height: 42px;
        overflow-x: hidden;
        transition: all .5s;
    }

        .quick-search.show {
            height: auto;
            max-height: 300px;
            transition: all .5s;
        }

    .quick-search-name,
    .quick-search-location {
        display: block;
        margin: 10px 20px;
    }

    .quick-search .find-btn {
        margin: 0 0 10px 20px;
    }

    .quick-search-close {
        float: right;
        margin-right: 20px;
    }
}
/***** Left Panel Design ******/
.left-icon-panel {
    position: absolute;
    top: 128px;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 128px;
}

    .left-icon-panel.expanded {
        max-height: 3999px;
    }

    .left-icon-panel ul {
        margin: 0;
        padding: 0;
    }

        .left-icon-panel ul > li > a {
            margin-right: 5px;
        }

        .left-icon-panel ul li {
            display: block;
            position: relative;
        }

            .left-icon-panel ul li a {
                display: block;
                margin-bottom: 1px;
            }

    .left-icon-panel .reset-container,
    .left-icon-panel .navbar-container {
        z-index: 8;
    }

    .left-icon-panel .reset-container {
        display: none;
    }

.left-menu {
    z-index: 9;
    position: relative;
    margin-top: -44px;
    margin-left: -503px;
    margin-right: 104px;
    transition: margin .5s ease-out;
}

    .left-menu.show {
        margin-left: 0;
        transition: margin .5s ease-in;
        width: 320px;
    }

    .left-menu ul {
        background-color: #212121;
        padding: 20px 30px 20px 30px;
    }

        .left-menu ul li a {
            padding-bottom: 3px;
            margin-top: 5px;
            color: #ffffff;
            font-size: 19px;
            font-family: 'Source Sans Pro', sans-serif;
            display: inline-block;
            border-bottom: 2px solid transparent;
        }

        .left-menu ul li.active > a {
            color: #ffeb3b;
        }

        .left-menu ul li a:hover {
            border-bottom: 2px solid #ffffff;
        }

        .left-menu ul li.active a:hover {
            border-bottom: 2px solid #ffeb3b;
        }

        .left-menu ul li ul {
            background: #424242;
            margin: 0 -30px;
            padding: 0 45px;
        }

    .left-menu .submenu-chevron {
        float: right;
        padding: 5px;
        color: #ffffff;
        margin-top: 6px;
        cursor: pointer;
        position: absolute;
        right: -15px;
        z-index: 999;
        top: 0;
    }

    .left-menu .menu-close {
        position: absolute;
        height: 40px;
        width: 40px;
        right: 0;
        top: 0;
        background-color: #212121;
        padding: 8px 13px;
    }

@media (min-width: 991px) {
    .search-icon .search-close-img {
        display: none;
    }
}

@media (max-width: 991px) {
    .left-icon-panel {
        top: 0;
        position: fixed;
        z-index: 999;
        height: 100%;
        overflow-y: hidden;
    }

    .left-menu {
        height: 100%;
    }

        .left-menu ul {
            overflow-y: auto;
            min-height: 100% !important;
            padding-bottom: 50px;
        }
}
/***** Search Panel Design ******/
.search-panel-container {
    position: absolute;
    top: 128px;
    left: 43px;
    right: 0;
    z-index: 1;
    display: none;
}

    .search-panel-container.show {
        display: block;
    }

.search-form {
    display: table;
}

    .search-form > ul {
        padding: 0;
        margin-bottom: 0;
    }

.search-field {
    vertical-align: top;
    position: relative;
    display: table-cell;
}

    .search-field.finder {
        width: 19%;
    }

    .search-field.about {
        width: 20%;
    }

    .search-field.age {
        width: 12%;
    }

    .search-field.where {
        width: 17%;
    }

    .search-field.when {
        width: 17%;
    }

    .search-field.who {
        min-width: 250px;
    }

.field-header {
    border: 1px solid #7a511b;
    border-bottom-width: 2px;
    border-top-width: 2px;
}

    .field-header .field-title {
        line-height: 30px;
        padding: 5px 10px;
        color: #ffffff;
        background-color: #875b21;
        font-size: 14px;
        cursor: pointer;
    }

        .field-header .field-title i {
            margin-top: 6px;
            font-size: 20px;
        }

    .field-header .field-text input {
        height: 41px;
        background-color: #ffffff;
        border: none;
        width: 100%;
        color: #875b21;
        cursor: pointer;
    }

.field-details {
    background-color: #ffffff;
    position: absolute;
    width: 460px;
    display: none;
    border: 2px solid #7a511b;
    padding: 25px 25px 0 25px;
    margin-top: -2px;
    color: #875b21;
}

.search-field.age .field-details,
.search-field.where .field-details,
.search-field.when .field-details,
.search-field.about .field-details {
    left: -1px;
}

.search-field.about .field-details {
    overflow-y: auto;
    max-height: 620px;
    right: -1px;
}

.search-field.who .field-details {
    right: 0;
}

.field-details h3 {
    font-size: 16px;
    color: #875b21;
    font-weight: bold;
    padding-bottom: 12px;
}

.field-details input {
    border: 2px solid #875b21;
    width: 100%;
}

.field-details .or {
    padding: 15px 0 5px 0;
}

.search-field.when .field-details .or {
    display: inline-block;
    margin-top: 40px;
    width: 40px;
    text-align: center;
}

.field-details .date-fields,
.field-details .day-fields {
    width: calc(50% - 20px);
}

.field-details .date-field {
    width: 100%;
    display: inline-block;
    font-size: 12px;
}

    .field-details .date-field label {
        font-weight: normal;
    }

    .field-details .date-field .date {
        width: calc(100% - 30px);
    }

    .field-details .date-field .fa-calendar {
        width: 17px;
        font-weight: bold;
        font-size: 19px;
        vertical-align: bottom;
        margin-bottom: 5px;
        margin-left: 4px;
    }

.field-details .day-fields .checkbox {
    margin: 0 0 0 20px;
    height: 30px;
    width: calc(50% - 20px);
}

.search-field.finder .field-details .checkbox,
.search-field.when .field-details .checkbox {
    display: inline-block;
}

.search-field .reset-icon {
    cursor: pointer;
}

    .search-field .reset-icon img {
        width: 29px;
    }

.field-details .submit-btns {
    margin: 25px 0;
    text-align: right;
}

.field-details .btn-default,
.field-details .btn-default:focus {
    background-color: #7a511b;
    color: #ffffff;
    font-size: 12px;
}

.field-details .btn-success,
.field-details .btn-success:focus {
    background-color: #8293b1;
    font-size: 12px;
}

    .field-details .btn-success.show-courses-highlight,
    .search-submit.show-courses-highlight {
        background: #4caf50;
    }

.search-submit {
    background-color: #ac7c3d;
    width: 43px;
    height: 85px;
    border: none;
    margin: 0;
    float: right;
    font-size: 20px;
    color: #c9a06a;
}

.search-start {
    background-color: #3f51b5;
    background-image: url(../images/aerow_up.png);
    background-repeat: no-repeat;
    width: calc(100% - 43px);
    background-position: calc(50% - 340px) center;
    padding-top: 50px;
    padding-bottom: 70px;
}

.search-start-title,
.search-start-text {
    margin: 0 auto;
    width: 525px;
    color: #ffffff;
}

.search-start-title {
    font-size: 26px;
    font-weight: bold;
}

.search-start-text {
    font-size: 16px;
}

.search-start-close {
    position: absolute;
    bottom: 15px;
    right: 62px;
}
/****check box design****/
.checkbox,
.checkbox + .checkbox {
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 12px;
    padding: 0;
}

    .checkbox input {
        display: none;
    }

    .checkbox .fa-check {
        border: 2px solid #875b21;
        height: 20px;
        width: 20px;
        vertical-align: middle;
        margin-bottom: 4px;
        margin-right: 6px;
        font-size: 16px;
    }

    .checkbox input[type="checkbox"] + .fas:before,
    .checkbox input[type="checkbox"] + .fa:before {
        content: none;
    }

    .checkbox input[type="checkbox"]:checked + .fa-check:before {
        content: '\f00c';
    }
/****selecet dropdpwn design****/
.select-dropdown {
    position: relative;
}

.search-field.where .select-dropdown {
    width: calc(50% - 12px);
    display: inline-block;
}

.select-dropdown .title {
    width: 100%;
    font-size: 12px;
    color: #875b21;
    font-weight: normal;
    position: relative;
}

.select-dropdown select {
    font-size: 12px;
    padding: 4px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 2px solid #7a511b;
}

    .select-dropdown select::-ms-expand {
        display: none;
    }

.select-dropdown i.fa-caret-down {
    position: absolute;
    font-size: 15px;
    height: 20px;
    width: 20px;
    bottom: 1px;
    right: 0;
    pointer-events: none;
}
.grand-total-wrapper {
    color: #000000;
}
@media (max-width: 1367px) {
    .search-field.finder {
        width: 33%;
    }

    .search-field.age {
        width: 13%;
    }

    .search-field.where {
        width: 13%;
    }

    .search-field.when {
        width: 15%;
    }

    .search-field.who {
        min-width: 200px;
    }

    .search-field.when .field-details {
        left: unset;
        right: -1px;
    }
}

@media (max-width: 991px) {
    .search-panel-container {
        position: fixed;
        right: 43px;
        top: 0;
        z-index: 99;
        max-height: 100%;
        overflow-y: auto;
    }

    .search-listing-page .search-panel-container,
    .search-listing-page .reset-container {
        display: none;
    }

    .search-field {
        width: 100% !important;
        display: block;
    }

    .field-details {
        position: relative;
        width: 100%;
        left: 0 !important;
    }

        .field-details .btn-default,
        .field-details .btn-success {
            width: 130px;
            vertical-align: top;
        }

        .field-details .btn-success {
            margin-bottom: 10px;
        }

    .search-submit {
        width: 100%;
        height: 40px;
        border: none;
    }

    .search-field .field-header {
        border-top-width: 0;
    }

    .search-field.finder .field-header {
        border-top-width: 2px;
    }

    .search-field .field-header .hide-search-title {
        display: none !important;
    }

    .search-start {
        width: 100%;
        background-position-x: 50px;
        background-position-y: center;
        border-top: 2px solid #1e3ad8;
    }

    .search-start-title,
    .search-start-text {
        margin-right: 0;
        width: 500px;
    }

    .search-start-close {
        right: 17px;
    }
}

@media (max-width: 767px) {
    .search-field.where .select-dropdown {
        width: 100%;
    }

    .field-details .date-fields,
    .field-details .day-fields {
        width: 100%;
    }

    .search-field.when .field-details .or {
        width: 100%;
        margin-top: 10px;
    }

    .search-field.when .field-details-title {
        padding-top: 10px !important;
    }

    .search-start {
        padding: 120px 0 50px 0;
        background-position: left 20px;
    }

    .search-start-title,
    .search-start-text {
        margin: 0 auto;
        width: auto;
        max-width: 500px;
        padding: 0 20px;
    }
}
/***** Home Body Design ******/
.home-text {
    margin: 190px 0 50px 0;
}

.heading {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 34px;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    margin: 10px 0 25px 0;
    padding: 20px 15px;
    background-color: rgba(33, 33, 33, 0.9);
    border-radius: 6px
}

.sub-heading {
    font-size: 18px;
    font-weight: 600;
    color: #0d51b9;
    line-height: 22px;
    margin-bottom: 20px;
}

.heading-text {
    font-size: 18px;
    color: #0d51b9;
    line-height: 20px;
    margin-bottom: 20px;
}

.home-section-wrap {
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: 0;
}

.speak-someone-modal {
    top: 100px !important;
    padding-right: 17px;
    max-width: 80%;
    overflow-x: visible;
    min-height: 100%;
    position: absolute;
    margin: 0 auto;
}

    .speak-someone-modal a {
        color: #424242;
    }

.speak-someone.modal-wrap {
    max-width: 100%;
}

.home-section {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
}

.home-section-item {
    padding: 18px;
    border-radius: 5px;
    height: 160px;
    position: relative;
    display: block;
}

    .home-section-item.parents {
        background: rgba(13, 81, 185, 0.7);
    }

    .home-section-item.professionals {
        background: rgba(94, 191, 86, 0.7);
    }

    .home-section-item.speak {
        background: rgba(96, 183, 197, 0.7);
    }

    .home-section-item.parents:hover {
        background: #0d51b9;
    }

    .home-section-item.professionals:hover {
        background: #5ebf56;
    }

    .home-section-item.speak:hover {
        background: #60b7c5;
    }

    .home-section-item .section-heading {
        font-family: "Trebuchet MS", sans-serif;
        font-size: 24px;
        line-height: 20px;
        font-weight: bold;
        color: #efefef;
        margin-bottom: 10px;
        padding: 0;
    }

.home-section-text {
    font-size: 15px;
    color: #efefef;
    margin: 20px 0;
    line-height: 18px;
}

    .home-section-text a {
        color: #ffffff;
    }

.item-details {
    position: absolute;
    bottom: 10px;
    right: 25px;
    font-size: 50px;
    color: #ffffff;
}

.latest-courses-wrap .item-details {
    background: url("../images/right_arrow.png") no-repeat center right;
    width: 10px;
    height: 16px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.body-section .container {
    margin-bottom: 75px;
}

@media (min-width: 1367px) {
    .heading {
        font-size: 30px;
        line-height: 30px;
    }

    .sub-heading {
        font-size: 20px;
        line-height: 24px;
    }

    .home-section-item {
        height: 195px;
    }

        .home-section-item .section-heading {
            font-size: 26px;
            line-height: 26px;
        }

    .home-section-text {
        font-size: 17px;
        line-height: 22px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .home-text {
        margin: 60px 0 40px 0;
    }

    .heading {
        font-size: 32px;
        line-height: 30px;
    }

    .sub-heading {
        font-size: 16px;
        line-height: 20px;
    }

    .home-section-wrap {
        margin-right: -15px;
        margin-left: -15px;
    }

    .home-section {
        padding-right: 15px;
        padding-left: 15px;
    }

    .home-section-item {
        padding: 15px;
        height: 160px;
    }

        .home-section-item .section-heading {
            font-size: 20px;
        }

    .home-section-text {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .footer-wrap .copyright-section {
        width: 50%;
    }

    .footer-wrap .site-url {
        font-size: 12px;
    }

    .body-section .container {
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .home-text {
        margin: 42px 0 45px 0;
    }

    .heading {
        font-size: 26px;
        line-height: 24px;
    }

    .sub-heading {
        font-size: 18px;
        line-height: 22px;
    }

        .sub-heading br {
            display: none;
        }

    .home-section-wrap {
        margin-right: -15px;
        margin-left: -15px;
    }

    .home-section {
        padding-right: 15px;
        padding-left: 15px;
    }

    .home-section-item {
        padding: 15px;
        height: auto;
        min-height: 130px;
        border-radius: 12px;
        margin-bottom: 20px;
    }

        .home-section-item .section-heading {
            font-size: 20px;
        }

    .home-section-text {
        font-size: 16px;
        line-height: 18px;
    }

    .body-section .container {
        margin-bottom: 150px;
    }
}
/***** Footer Design ******/
#footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

    #footer * {
        color: #ffffff;
    }

.footer-intro {
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 5px;
    background-color: rgba(33, 33, 33, 0.9);
}

    .footer-intro .container {
        font-size: 17px;
    }

.footer-content {
    background-color: #000000;
    padding-bottom: 20px;
    padding-top: 20px;
}

.footer-wrap {
    position: relative;
}

    .footer-wrap .fb-find {
        position: absolute;
        top: 5px;
        left: 0;
        z-index: 8;
    }

    .footer-wrap .nsw-logo {
        position: absolute;
        top: 0;
        right: 0;
    }

    .footer-wrap .copyright-section {
        font-family: "Trebuchet MS", sans-serif;
        font-size: 10px;
        color: #0d51b9;
        opacity: .75;
        padding-left: 110px;
    }

    .footer-wrap .site-url {
        font-family: "Trebuchet MS", sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        color: #0d51b9;
        opacity: .75;
        padding-right: 50px;
        line-height: 40px;
    }

    .footer-wrap .copyright-section a {
        text-decoration: underline;
    }

@media (min-width: 1760px) {
    #footer .container {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .footer-text {
        padding-left: 35px;
    }

        .footer-text br {
            display: none;
        }

    .footer-intro .container {
        font-size: 14px;
    }

    .footer-wrap .copyright-section {
        padding-left: 0;
        float: none !important;
        opacity: 1;
        width: 75%;
    }

    .footer-wrap .site-url {
        font-size: 8px;
        line-height: 14px;
        opacity: 1;
        float: none !important;
    }
}

/***** Parenting Page Design ******/
body.parenting {
    background: url("../images/parenting_bkg.jpg") no-repeat top center fixed;
    background-size: cover;
}

.parenting-text {
    margin: 190px 0 35px 0;
}

    .parenting-text .sub-heading {
        font-weight: bold;
        margin-bottom: 0;
    }

.parenting-section-item {
    padding: 0;
    border-radius: 0;
    height: auto;
    position: relative;
    margin-bottom: 55px;
}

.parenting-section-img {
    background: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.parenting-section-desc {
    background: #0d51b9;
    padding: 12px 18px 20px 18px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    height: 237px;
}

.parenting-section-item.parenting-course .parenting-section-desc {
    background: rgba(53, 180, 167, 0.7);
}

.parenting-section-item.resourcing .parenting-section-desc {
    background: rgba(73, 174, 65, 0.7);
}

.parenting-section-item.online-course .parenting-section-desc {
    background: rgba(0, 153, 204, 0.7);
}

.parenting-section-item.email-notification .parenting-section-desc {
    background: rgba(246, 142, 86, 0.7);
}

.parenting-section-item.ltsrp .parenting-section-desc {
    background: rgba(70, 142, 252, 0.7);
}

.parenting-section-item.apps-sites .parenting-section-desc {
    background: rgba(169, 160, 13, 0.7);
}

.parenting-section-item.parenting-course:hover .parenting-section-desc {
    background: #35b4a7;
}

.parenting-section-item.resourcing:hover .parenting-section-desc {
    background: #49ae41;
}

.parenting-section-item.online-course:hover .parenting-section-desc {
    background: #0099cc;
}

.parenting-section-item.email-notification:hover .parenting-section-desc {
    background: #f68e56;
}

.parenting-section-item.ltsrp:hover .parenting-section-desc {
    background: #468efc;
}

.parenting-section-item.apps-sites:hover .parenting-section-desc {
    background: #a9a00d;
}

.parenting-section-item .parenting-section-img img {
    width: 100%;
    opacity: 0.7;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.parenting-section-item:hover .parenting-section-img img {
    opacity: 1.0;
}

.parenting-section-item .section-heading {
    font-size: 26px;
    line-height: 29px;
}

.parenting-section-item .home-section-text {
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    margin-bottom: 18px;
}

.editors-section-wrap {
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: 65px;
}

.editors-choice-wrap {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 5px;
}

.facebook-container {
    padding: 8px;
    background-color: #ffffff !important;
    border-radius: 6px;
}

.facebook-wrap {
    display: none;
    width: 100%;
}

.parenting-slider-header {
    background: #795548;
    padding-left: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    height: 42px;
}

.parenting-slider-heading {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 42px;
    color: #efefef;
}

.parenting-slider-control {
    position: absolute;
    top: 6px;
    right: 15px;
}

.parenting-slider-control-prev,
.parenting-slider-next {
    font-size: 22px;
    color: #efefef;
    margin: 0 5px;
    cursor: pointer;
}

    .parenting-slider-control-prev:hover,
    .parenting-slider-next:hover {
        color: #efefef;
    }

.parenting-slider-items {
    background: url("../images/slider_bkg.png") repeat;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .parenting-slider-items .row {
        margin-right: -10px;
        margin-left: -10px;
    }

.slider-items {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
}

.slider-item {
    display: block;
    padding: 0;
    border-radius: 0;
    position: relative;
}

.slider-item-img {
    overflow-y: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.slider-item .slider-item-img img {
    width: 100%;
    height: 160px;
}

.slider-item .slider-heading {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
    color: #efefef;
    margin-bottom: 8px;
    padding: 0;
}

.slider-item .slider-item-desc {
    background: #a38a82;
    padding: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    height: 207px;
}

.slider-item .slider-item-text {
    font-size: 13px;
    color: #ffffff;
    line-height: 15px;
    margin-bottom: 18px;
}

.latest-courses-wrap {
    margin-bottom: 50px;
    width: 65%;
}

@media (min-width: 1499px) {
    .facebook-wrap.fb-lg {
        display: block;
    }
}

@media (max-width: 1499px) and (min-width: 1367px) {
    .facebook-wrap.fb-md {
        display: block;
    }
}

@media (max-width: 1367px) {
    .parenting-section-item .section-heading {
        font-size: 23px;
        line-height: 24px;
    }

    .parenting-section-item .home-section-text {
        font-size: 14px;
        color: #ffffff;
        line-height: 15px;
        margin-bottom: 18px;
    }

    .parenting-section-desc {
        height: 210px;
    }

    .parenting-slider-heading {
        font-size: 20px;
        line-height: 42px;
    }

    .slider-item .slider-heading {
        font-size: 18px;
        line-height: 15px;
    }

    .slider-item .slider-item-desc {
        padding: 15px;
        height: 170px;
    }
}

@media (max-width: 1366px) and (min-width: 992px) {
    .facebook-wrap.fb-sm {
        display: block;
    }
}

@media (max-width: 991px) {

    .slider-items {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .home-section.parenting-section {
        max-height: 385px;
    }

    .slider-item .slider-item-desc {
        height: 194px;
    }

    .facebook-wrap.fb-xs {
        display: block;
    }
}

@media (max-width: 767px) {
    .parenting-text {
        margin: 42px 0 45px 0;
    }

    .parenting-slider-items .slick-slider .logo {
        margin-left: 0;
    }

    .facebook-container {
        width: 100%;
    }

    .facebook-wrap {
        float: none;
    }

    .latest-courses-wrap {
        width: 100%;
        float: none;
    }
}

@media (max-width: 767px) {
    .professionals-section-item.facebook-container {
        height: 350px
    }

    .facebook-wrap {
        margin: 0 auto 0 auto;
    }
}

@media (max-width: 767px) and (min-width: 376px) {
    .facebook-wrap.fb-xxs {
        display: block;
        width: 310px;
    }
}

@media (max-width: 375px) and (min-width: 321px) {
    .facebook-wrap.fb-xxss {
        display: block;
        width: 260px;
    }
}

@media (max-width: 320px) {
    .facebook-wrap.fb-smallest {
        display: block;
        width: 220px;
    }
}
/* Professionals Design */
body.professionals {
    background: url(../images/professionals_bkg.jpg) no-repeat top center fixed;
    background-size: cover;
}

.professionals-text {
    margin: 45px 0 35px 0;
}

.professionals-section-item {
    height: 320px;
    padding: 15px;
    margin-bottom: 55px;
}

    .professionals-section-item.add-course {
        background: rgba(116, 202, 194, 0.9);
    }

    .professionals-section-item.professionals-training {
        background: rgba(128, 198, 122, 0.9);
    }

    .professionals-section-item.practitioners-directory {
        background: rgba(6, 76, 171, 0.9);
    }

    .professionals-section-item.groups-conversations {
        background: rgba(127, 176, 253, 0.9);
    }

    .professionals-section-item.professionals-calendar {
        background: rgba(225, 173, 73, 0.9);
    }

    .professionals-section-item.add-courses {
        background: rgba(203, 23, 6, 0.9);
    }

    .professionals-section-item.agency-calendar {
        background: rgba(94, 183, 220, 0.9);
    }

    .professionals-section-item.email-notification {
        background: rgba(249, 176, 137, 0.9);
    }

    .professionals-section-item.funding {
        background: rgba(13, 81, 185, 0.9);
    }

    .professionals-section-item.add-course:hover {
        background: #74cac2;
    }

    .professionals-section-item.professionals-training:hover {
        background: #80c67a;
    }

    .professionals-section-item.practitioners-directory:hover {
        background: #064cab;
    }

    .professionals-section-item.groups-conversations:hover {
        background: #7fb0fd;
    }

    .professionals-section-item.professionals-calendar:hover {
        background: #e1ad49;
    }

    .professionals-section-item.add-courses:hover {
        background: #cb1706;
    }

    .professionals-section-item.agency-calendar:hover {
        background: #5eb7dc;
    }

    .professionals-section-item.email-notification:hover {
        background: #f9b089;
    }

    .professionals-section-item.funding:hover {
        background: #0d51b9;
    }

    .professionals-section-item .login-btn,
    .professionals-section-item .login-btn:hover,
    .professionals-section-item .login-btn:focus {
        font-family: "Trebuchet MS", sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #efefef;
        background-color: #019688;
        padding: 4px 10px;
        width: 100%;
        height: 44px;
        line-height: 36px;
    }

.text-white {
    color: #fff;
}

@media (max-width: 480px) {
    .professionals-section-item:not(.facebook-container) {
        height: 270px;
    }
}

/***** Parenting List Page Design (New) ******/
body.parenting-listing {
    background: #ffffff;
}

body.search-listing-page {
    padding-bottom: 0;
}

body.parenting-listing .quick-search {
    display: none;
}

body.parenting-listing .left-icon-panel,
body.parenting-listing .search-panel-container {
    top: 0;
}

body.parenting-listing .right-icon-panel {
    top: 81px;
}

    body.parenting-listing .right-icon-panel.expanded {
        top: 87px;
    }

/***** Event search result page *****/
body.search-listing-page {
    background: #ffffff;
}

.event-list-header {
    margin: 50px -15px 0 -15px;
}

    .event-list-header .heading {
        background-color: transparent;
        color: #875b21;
        margin-top: 0;
        margin-bottom: 15px;
        padding: 0;
    }

    .event-list-header .sub-heading {
        margin-top: 45px;
        margin-bottom: 0;
    }

.event-list-results-wrap .sub-heading {
    color: #875b21;
}

.event-results-wrap,
.event-location-wrap,
.event-item-details {
    height: 1000px;
    max-height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
}

.event-result-box {
    margin-bottom: 10px;
}

.event-result-number,
.include-started,
.event-sort-by {
    float: left;
}

.event-result-number,
.include-started {
    margin-top: 5px;
}

.event-result-number {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #000000;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0;
}

.event-result-number-overall {
    font-size: 16px;
    font-weight: normal;
}

.include-started {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #0d51b9;
    margin-right: 15px;
}

    .include-started .checkbox {
        margin: 0;
        color: #795548;
    }

.event-sort-by {
    width: calc(100% - 308px);
}

    .event-sort-by select {
        width: 100%;
    }

.event-item {
    font-family: "Trebuchet MS", sans-serif;
    color: #000000;
    line-height: 16px;
    padding: 15px 35px 40px 20px;
    border: 1px solid #d3e0f3;
    position: relative;
    margin-bottom: 3px;
    cursor: pointer;
}
.event-item.early-learning {
    background: url(../images/early_learning_event_bg.png) no-repeat right 80px;
}

.event-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #0d51b9;
    margin-bottom: 5px;
}

.event-item-details .event-title {
    margin-right: 90px;
}

.event-item-details.aboriginal .event-title,
.event-item.aboriginal .event-title {
    color: #875b21;
}
.event-item-details.early-learning .event-details-info {
    background: url("../images/early_learning_event_bg.png") repeat-y right 0;
}

.event-info-section {
    margin-bottom: 6px;
}

.event-speciality {
    margin: 8px 0 15px 0;
}

.event-cost {
    font-weight: bold;
}

.event-distance span {
    font-size: 12px;
}

.event-dates {
    font-weight: bold;
    margin-bottom: 15px;
}

.event-speciality,
.event-cost,
.event-address,
.event-age-group-wrap,
.event-dates {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

.event-item .fa,
.event-item .fas,
.event-item-details .fa,
.event-item-details .fas {
    position: absolute;
    top: 2px;
    left: 0;
    color: #929292;
}

.event-item .view-more {
    background: #d3e0f3;
    display: block;
    color: #0d4fba;
    text-align: center;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: bold;
}

.event-item.aboriginal .view-more {
    background-color: rgba(135, 91, 33, 0.4);
    color: #000000;
}

.event-item-info {
    position: absolute;
    top: 13px;
    right: 35px;
    color: #707070;
    font-size: 22px;
}

.event-location-wrap {
    margin-top: 51px;
}

.event-item-action .email-subscribe {
    background: #9e9e9e;
    display: block;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    margin-bottom: 2px;
    position: relative;
}

.event-item-action .recently-viewed {
    background: #707070;
    display: block;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.event-item-action .fa,
.event-item-action .far,
.event-item-action .fas {
    position: absolute;
    top: 6px;
    right: 15px;
    color: #ffffff;
    font-size: 18px;
}

#locations-map-mobile {
    height: 300px;
}

.info-popup-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .5);
    overflow-y: auto;
}

.info-popup {
    background-color: #ffffff;
    color: #000000;
    width: 500px;
    max-width: 85%;
    position: relative;
    top: 100px;
    left: calc(50% - 250px);
    opacity: 1;
    border: 1px solid #757575;
    margin-bottom: 30px;
}

.info-popup-close {
    float: right;
    padding: 10px;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
}

.info-popup-title {
    padding: 15px 0;
    background-color: #757575;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

    .info-popup-title.aboriginal {
        background-color: #795548;
    }

.info-popup-description {
    padding: 25px;
}

@media (min-width: 992px) {
    body.search-listing-page .body-section > .container {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .info-popup {
        top: 200px;
    }

    .event-list-results-wrap {
        margin-bottom: 60px;
    }

    .event-result-box {
        margin: 20px 0;
    }

    .event-results-wrap,
    .event-location-wrap {
        height: auto;
        max-height: none;
    }

    body.parenting-listing .right-icon-panel,
    body.parenting-listing .right-icon-panel.expanded {
        top: 0;
    }
}

@media (max-width: 767px) {
    .info-popup {
        width: 350px;
        margin: 0 auto;
        left: 0;
    }
}

@media (max-width: 991px) and (min-width: 481px) {
    .event-sort-by {
        width: calc(100% - 292px);
    }
}

.event-map {
    min-height: 520px;
}

@media (max-width: 480px) {
    .event-sort-by {
        width: 100%;
        margin-bottom: 10px;
    }

    .event-item-action .email-subscribe i,
    .event-item-action .recently-viewed i {
        display: none;
    }
}

/***** Parenting List Deatils Page Design (New) ******/
.event-item.active {
    background: #eaf1fc;
    border-color: #0d51b9;
}

    .event-item.active .view-more {
        background: #0d51b9;
        color: #ffffff;
    }

.event-details {
    height: 1000px;
    max-height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 40px;
}

.event-item-details {
    font-family: "Trebuchet MS", sans-serif;
    color: #000000;
    line-height: 16px;
    padding-left: 35px;
    position: relative;
    margin-top: 40px;
}

    .event-item-details .event-info-section {
        margin-bottom: 20px;
    }

        .event-item-details .event-info-section img {
            max-width: 70%;
        }

            .event-item-details .event-info-section img.aboriginal {
                max-width: calc( 30% - 15px);
            }

    .event-item-details .event-desc,
    .event-item-details .event-times {
        padding-left: 20px;
        position: relative;
    }

    .event-item-details .event-desc {
        padding-left: 25px;
        padding-right: 20px;
        line-height: 20px;
    }

    .event-item-details .event-times,
    .event-item-details .event-phone,
    .event-item-details .event-morelink,
    .event-item-details .event-language,
    .event-item-details .event-contact,
    .event-item-details .event-web,
    .event-item-details .event-document,
    .event-item-details .event-facilities,
    .event-item-details .event-views {
        padding-left: 25px;
        font-weight: bold;
        position: relative;
    }

.event-web.event-info-section {
    background: #043bb9;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    border-radius: 2px;
    padding: 4px 10px;
    margin: 0 0 5px 0;
    text-align: center;
    width: 95%;
}

    .event-web.event-info-section a {
        color: #fff;
        text-transform: uppercase;
        height: 30px;
    }

.event-item-details a {
    font-family: "Trebuchet MS", sans-serif;
    color: #000000;
    line-height: 16px;
    text-decoration: none;
}

.event-item-details .event-times span {
    font-weight: normal;
}

.event-item-details .event-document {
    font-weight: normal;
}

    .event-item-details .event-document a {
        text-decoration: underline;
        font-weight: bold;
    }

.event-viewed-list {
    margin-top: 10px;
}

.event-results .event-item.active-item {
    background-color: rgba(33, 150, 243, 0.1);
}

    .event-results .event-item.active-item .view-more {
        background: #0d51b9;
        color: white;
    }

.event-results .event-item.aboriginal.active-item {
    background-color: rgba(135, 91, 33, 0.1);
}

    .event-results .event-item.aboriginal.active-item .view-more {
        background-color: #875b21;
    }

.event-item-details #location-map,
.event-item-details #location-map-mobile {
    min-height: 200px;
}

#qualification-autocomplete-suggestion,
#suburb-autocomplete-suggestion,
#qs-qualification-autocomplete-suggestion,
#qs-location-autocomplete-suggestion {
    position: relative;
    overflow: visible;
}

@media (max-width: 991px) {
    .event-list-header .heading a {
        display: inline-block !important;
        margin-right: 10px;
        color: #875b21;
    }

    .event-item-details {
        height: auto;
        max-height: none;
    }

    .event-item-details {
        padding: 0;
    }

        .event-item-details .event-info-section {
            margin: 20px 0;
        }
}

@media (max-width: 480px) {
    .event-item-details .event-info-section img,
    .event-item-details .event-info-section img.aboriginal {
        max-width: unset;
    }
}

/***** Early Learning Resources Design ******/
.early-learning .early-learning-heading {
    background-color: rgba(6, 76, 171, 0.9);
    padding: 15px;
    margin: 80px 0 30px;
    border-radius: 6px;
}

.early-learning .sub-heading {
    font-size: 28px;
    line-height: 32px;
    color: #ffffff;
}

.early-learning .heading-text {
    font-size: 16px;
    color: #ffffff;
}

    .early-learning .heading-text p {
        line-height: 1.2em;
    }

.early-learning.websites .early-learning-heading {
    background-color: rgba(225, 173, 73, 0.9);
}

/***** Pagination Design ******/
.pager-wrap {
    clear: both;
    margin: 10px 0;
}

.data-pager {
    min-height: 32px;
    padding: 0;
    margin: 0;
}

    .data-pager li {
        float: left;
        list-style: none;
        background: #eee;
        border: 1px solid #999;
        padding: 0;
        margin: 0 3px 0 0;
    }

        .data-pager li.page.current {
            background: #bbb;
        }

        .data-pager li span {
            display: block;
            min-width: 16px;
            text-align: center;
            padding: 6px 6px;
            background: #0d51b9;
            color: #ffffff;
        }

        .data-pager li a {
            padding: 6px 6px;
            display: block;
            background: #d3e0f3;
            color: #0d4fba;
        }

/***** PP Courses Explained (Mosaic) Design ******/
body.pp-mosaic {
}

.popular-parenting.course-lists .popular-parenting-heading {
    width: 100%;
    margin: 42px 0 45px 0;
}

.popular-parenting.course-lists .sub-heading {
    font-weight: bold;
}

.popular-parenting.course-lists .heading-text {
    font-size: 18px;
    color: #35b4a7;
}

.course-filter-wrap {
    float: right;
    margin-bottom: 40px;
}

    .course-filter-wrap .course-filter-heading,
    .course-filter-wrap .course-filter-icon,
    .course-filter-wrap .course-section-dropdown {
        float: left;
        margin-left: 15px;
        margin-bottom: 0;
    }

    .course-filter-wrap .course-filter-heading {
        font-size: 16px;
        font-weight: bold;
        color: #707070;
        line-height: 43px;
    }

.course-section-dropdown .form-control {
    border-radius: 0;
    border: 1px solid #707070;
    box-shadow: none;
    height: 43px;
    line-height: 43px;
    color: #707070;
    width: 264px;
}

.pp-course-section-wrap {
    margin-right: -12px;
    margin-left: -12px;
}

.pp-course-section {
    padding-right: 12px;
    padding-left: 12px;
}

.pp-course-item {
    width: 31.5%;
    background: rgba(6, 76, 171, 0.9);
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.websites .pp-course-item {
    background: rgba(225, 173, 73, 0.9);
}

.pp-course-item.safe-harbour {
    background: rgb(96, 183, 251);
}

.pp-course-item.lighthouse {
    background: rgb(240, 115, 157);
}

.pp-course-item.inactive-course {
    opacity: .4;
}

.pp-course-item .pp-course-heading {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 0 40px 0 0;
}

.pp-course-item.smooth-sailing .pp-course-heading {
    background: url("../images/smooth_sailing_small.png") no-repeat center right;
    height: 38px;
}

.pp-course-item.safe-harbour .pp-course-heading {
    background: url("../images/safe_harbour_small.png") no-repeat center right;
    height: 38px;
}

.pp-course-item.lighthouse .pp-course-heading {
    background: url("../images/light_house_small.png") no-repeat center right;
    height: 50px;
}

.pp-course-item .pp-course-desc {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    margin-bottom: 10px;
    padding: 0;
    word-break: break-word;
}

    .pp-course-item .pp-course-desc a {
        word-break: break-word;
    }

.early-learning .pp-course-item .pp-course-desc a {
    text-decoration: underline;
}

.pp-course-item .pp-course-desc * {
    color: #ffffff;
}

.pp-course-item .strong-text {
    font-size: 18px;
    font-weight: bold;
}

.resource-item.pp-course-item img {
    width: 100% !important;
}

.pp-course-details {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #ffffff;
    display: block;
    width: 100%;
    background: url("../images/right_arrow.png") no-repeat center right;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media (max-width: 1367px) {
    .pp-course-item .pp-course-heading {
        font-size: 18px;
    }

    .pp-course-item .strong-text {
        font-size: 14px;
    }

    .pp-course-item .pp-course-desc {
        font-size: 13px;
        line-height: 16px;
    }

    .pp-course-details {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .course-filter-wrap {
        float: left;
        width: 100%
    }

        .course-filter-wrap .course-filter-heading,
        .course-filter-wrap .course-filter-icon,
        .course-filter-wrap .course-section-dropdown {
            margin-left: 0;
            float: left;
        }

        .course-filter-wrap .course-filter-icon {
            margin-right: 15px;
        }

        .course-filter-wrap .course-section-dropdown {
            width: calc(100% - 58px);
            overflow-x: hidden;
        }

    .course-section-dropdown .form-control {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .course-filter-wrap .course-filter-heading {
        line-height: 20px;
    }
}

/***** Basic Content Page Design ******/
.content-page {
    background: #ffffff;
}

    .content-page #header {
        /*padding: 0;*/
    }

    .content-page .body-section .container {
        background-color: #ffffff;
    }

    .content-page .container {
        min-height: 100%;
        /*padding: 15px 30px;*/
        margin-bottom: 0;
    }

    .content-page .page-title,
    .content-page .heading {
        font-family: "Trebuchet MS", sans-serif;
        font-size: 34px;
        font-weight: bold;
        line-height: 35px;
        padding: 0;
        margin: 10px 0 25px 0;
        background-color: transparent;
        color: #875b21;
    }

    .content-page .sub-heading,
    .content-page .prac-section-title,
    .content-page.subscription-verify .page-title + div > strong {
        font-size: 18px;
        font-weight: 600;
        color: #0d51b9;
        line-height: 20px;
        margin-bottom: 22px;
        color: #0d51b9;
        font-weight: bold;
    }

    .content-page #body-section h3 {
        font-size: 16px;
        font-weight: bold;
    }

    .content-page #body-section ul {
        padding-left: 18px;
    }

    .content-page #body-section .panel-default {
        border: none;
    }

        .content-page #body-section .panel-default > .panel-heading {
            color: #efefef;
            background-color: #0d51b9;
            border-color: #0d51b9;
            padding: 3px 15px;
            border-radius: 5px;
        }

    .content-page select,
    .content-page input {
        padding: 4px 8px;
        border: 1px solid #BBBBBB;
    }

    .content-page #loading-screen {
        display: none;
    }

    .content-page #footer {
        margin-bottom: 0;
    }

.topics-checkbox {
    padding-top: 7px;
}

.panel-title {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #efefef;
}

.readmore-btn,
.readmore-btn:hover,
.readmore-btn:focus {
    color: #efefef;
    background-color: rgba(13, 81, 185, 0.7);
    border-color: rgba(13, 81, 185, 0.7);
    padding: 2px 15px;
    border-radius: 5px;
    display: block;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 40px;
    margin-top: 5px;
    position: relative;
}

    .readmore-btn .fa,
    .readmore-btn .fas {
        position: absolute;
        right: 15px;
        top: 13px;
    }

@media (min-width: 1367px) {
    .content-page .heading,
    .content-page .page-title {
        font-size: 40px;
        line-height: 35px;
    }

    .content-page h1 {
        font-size: 30px;
    }

    .content-page .sub-heading,
    .content-page .prac-section-title,
    .content-page.subscription-verify .page-title + div > strong {
        font-size: 20px;
        line-height: 24px;
        padding: 5px 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 425px) {
    .content-page .body-section .container {
        min-height: unset !important;
    }
}
/***** Contact Page Design ******/
.contact-form-wrapper {
    background: #ffffff;
    color: #875b21;
}

    .contact-form-wrapper .page-title {
        background: white;
        color: #875b21;
    }

.contact-form .checkbox {
    margin: 0;
    padding: 0;
}

    .contact-form .checkbox .fa-check {
        border-width: 1px;
    }

    .contact-form .checkbox:hover .fa-check {
        border-color: #ff893c;
    }

.contact-form input[type="text"],
.contact-form select {
    border: 1px solid #875b21;
    height: 35px;
}

.contact-form textarea {
    border: 1px solid #875b21;
}

.contact-form input[type="submit"] {
    background: #000000;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 4px;
    margin-bottom: 30px;
}
.content-page .field-validation-error {
    color: #ff0000;
}
.contact-form .parent-only-text {
    border: 1px solid #F44336;
    background: #ef9e98;
    color: #333333;
    font-size: 13px;
}
/* CSS flexbox masonry, 3 columns */
.pp-course-item-wrap {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
}
/* Re-order items into 3 rows */
.pp-course-item:nth-child(3n+1) {
    order: 1;
}

.pp-course-item:nth-child(3n+2) {
    order: 2;
}

.pp-course-item:nth-child(3n) {
    order: 3;
}
/* Force new columns */
.pp-course-item-wrap::before,
.pp-course-item-wrap::after {
    content: "";
    flex-basis: 100%;
    width: 0;
    order: 2;
}

@media (max-width: 991px) {
    .pp-course-item-wrap {
        height: auto !important;
        display: block;
    }

    .pp-course-item {
        width: 100%;
    }

        .pp-course-item:nth-child(3n+1),
        .pp-course-item:nth-child(3n+2),
        .pp-course-item:nth-child(3n) {
            order: unset;
        }
}

/***** Term Calendars Design ******/
.term-calendars .term-calendars-heading {
    width: 100%;
    background-color: rgba(128, 198, 122, 0.9);
    color: #ffffff;
    padding: 15px;
    margin: 80px 0 30px;
    border-radius: 6px;
}

.term-calendars .sub-heading {
    font-size: 28px;
    line-height: 32px;
    color: #ffffff;
}

.term-calendars .heading-text {
    color: #ffffff;
}

    .term-calendars .heading-text p {
        line-height: 1.2em;
    }

.term-calendars-item {
    background: rgba(128, 198, 122, 0.9);
    padding: 0;
}

    .term-calendars-item:hover,
    .term-calendars-item.active {
        background: rgb(128, 198, 122);
    }

    .term-calendars-item .calendar-title {
        font-family: "Trebuchet MS", sans-serif;
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        color: #ffffff;
        text-align: left;
        padding: 14px 15px;
        display: block;
        border-radius: 5px;
        white-space: initial;
        width: calc( 100% - 15px );
        position: relative;
    }

.term-calendar-caret {
    font-size: 23px;
    position: absolute;
    right: 0;
    top: calc( 50% - 10px );
}

.calendar-details {
    padding: 20px 15px 30px 15px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
    color: #ffffff;
}

    .calendar-details > h2 {
        display: none;
    }

.calendar-pdf {
    display: block;
    margin: 20px 0;
}

    .calendar-pdf img {
        width: 100%;
    }

.calendar .pp-course-item {
    width: calc( 50% - 20px );
}

    .calendar .pp-course-item:nth-child(2n+1) {
        order: 1;
        margin-right: 20px;
    }

    .calendar .pp-course-item:nth-child(2n) {
        order: 2;
        margin-left: 20px;
    }
/* Force new columns */
.calendar .pp-course-item-wrap::before,
.calendar .pp-course-item-wrap::after {
    content: "";
    flex-basis: 100%;
    width: 0;
    order: 2;
}

@media (max-width: 991px) {
    .calendar .pp-course-item-wrap {
        height: auto !important;
        display: block;
    }

    .calendar .pp-course-item {
        width: 100%;
    }

        .calendar .pp-course-item:nth-child(2n),
        .calendar .pp-course-item:nth-child(n+1) {
            order: unset;
            margin-left: 0;
            margin-right: 0;
        }
}
/* new added */
.bg-dark {
    background-color: rgba(33, 33, 33, 0.9);
}

.dt-intro {
    color: #ffffff;
    font-size: 16px;
    padding: 15px;
    border-radius: 6px;
}

.event-detail-action-icon .fa-share-alt {
    position: absolute;
    font-size: 30px;
    color: #875b21;
}

.event-detail-action-icon .fa-print {
    position: absolute;
    top: 50px;
    font-size: 30px;
    color: #875b21;
}

.age-group-excluded-wrapper {
    position: relative;
}

#AgeGroupsExcluded {
    display: none;
}

#age-group-excluded i {
    cursor: pointer;
    font-size: 25px;
}

#age-group-excluded span {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    margin-left: 2px;
    position: absolute;
    top: 4px;
    left: 35px;
}

.age-group-excluded-wrapper .fa-toggle-on {
    color: #78AC3A;
