﻿.login__bar {
    background-color: #b20033;
    color: #ffffff;
    margin-bottom: 0.5rem;
}
.login__bar a {
    color: #ffffff;
}
.login__bar p {
    margin-top: 0.55rem;
    margin-bottom: 0.6rem;
}
.logged-in #mega-menu {
    top: 12.71rem;
}
#mega-menu li ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#mega-menu li ul li {
    border-bottom: 1px solid #dedede;
}
#mega-menu li ul li a {
    display: block;
    padding: 1.125rem 0.9375rem 0.9375rem 0;
    color: #000;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.125rem;
    position: relative;
}
#mega-menu li ul li a span {
    float: right;
    color: #e1d9e3;
    vertical-align: middle;
}
#mega-menu li ul li a:hover {
  color: #81c5ca;
  text-decoration: none;
}
#mega-menu li ul li a:hover span {
  color: #81c5ca;
}
@media screen and (min-width: 64em) and (max-width: 100em) {
    #cta__buttons a.very-long-text span.fas, #cta__buttons a.long-text span.fas {
        display: none;
    }
}
@media screen and (min-width: 80.001em) and (max-width: 90em) {
    #cta__buttons a {
        padding: 1.5rem 1.6rem 1.5rem;
        font-size: 1.5rem;
    }
    #cta__buttons a.very-long-text {
        padding: 0.73rem 1.4rem 0.73rem;
    }
}
@media screen and (min-width: 70.001em) and (max-width: 80em) {
    #cta__buttons a {
        padding: 1.5rem 1.5rem 1.5rem;
        font-size: 1.4rem;
    }
    #cta__buttons a.long-text {
        padding: 1.5rem 1.3rem 1.5rem;
    }
    #cta__buttons a.very-long-text {
        padding: 0.73rem 1.4rem 0.73rem;
    }
}
@media screen and (min-width: 64.001em) and (max-width: 70em) {
    #cta__buttons a {
        padding: 1.5rem 1.3rem 1.5rem;
        font-size: 1.3rem;
    }
    #cta__buttons a.long-text {
        padding: 1.5rem 1rem 1.5rem;
    }
    #cta__buttons a.very-long-text {
        padding: 0.73rem 1.4rem 0.73rem;
    }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
    #mega-menu li ul li a {
        padding: 0.625rem 0.9375rem 0.4375rem;
        font-size: 0.875rem;
    }
    #cta__buttons a {
        padding: 1.5rem 1.3rem 1.5rem;
        font-size: 1.15rem;
    }
    #cta__buttons a.long-text {
        padding: 1rem 1.4rem 1rem;
    }
    #cta__buttons a.very-long-text {
        padding: 1rem 1.3rem 1rem;
    }
    .hide-for-medium {
        display: none;
    }
}
@media screen and (min-width: 40.063em) and (max-width: 57em) {
    #cta__buttons a {
        padding: 1.5rem 1.4rem 1.5rem;
        font-size: 1.1rem;
    }
}
#mega-menu li ul li:last-child {
    border-bottom: 0;
}
.cta__items .cta__item__sml a .img, .cta__items .cta__item a .img, .item .img {
    padding-bottom: 0;
}
.breadcrumb {
    padding: 0;
    background-color: transparent;
    border-radius: initial;
    font-size: 100%;
}
#content .breadcrumb a {
    color: #CCC;
}
body {
    font-size: initial;
}
#content .breadcrumb a.home-link {
    color: #81c5ca;
}
#content .faqs {
  /*background: #dde3ea;*/
  margin: 0;
  padding: 20px 0px;
}
#content .faqs h3 {
  text-align: left;
}
#content .faqs .faq-list {
  border-top: 3px solid #b20033;
}
#content .faqs .faq-list .panel {
  background: none;
  margin: 0;
  box-shadow: none;
  box-shadow: none 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
#content .faqs .faq-list dt {
  border-bottom: 1px solid #b20033;
}
#content .faqs .faq-question {
  margin: 0;
  padding: 25px 25px 25px 50px;
  font-size: 20px;
  position: relative;
  color: #4d4d4d;
}
#content .faqs .faq-question a {
  color: #4d4d4d;
  text-decoration: none;
}
    #content .faqs .faq-question .fa {
        font-size: 25px;
        color: #b20033;
        position: absolute;
        left: 10px;
    }
#content .faqs .faq-question .collapsed .fa:before {
  content: "\f067";
}
#content .faqs .faq-answer {
  background: #a3b6cf;
  color: #fff;
  margin: 0 0 -1px;
  padding: 0 10px 0 0px;
  position: relative;
  font-size: 20px;
  font-weight: normal;
}
#content .faqs .faq-answer:before {
  content: "A.";
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 50px;
  top: 30px;
}
#content .faqs .faq-answer p {
  margin: 0;
  padding: 30px 0;
}
#content .faqs .faq-answer p + p {
  margin-top: -40px;
}
#content .faqs .faq-answer {
    background: #FFFFFF;
}
#content .faqs .faq-answer::before {
    content: ' ';
}
#content .faqs .faq-answer {
    color: #4d4d4d;
}
aside .collapsed .fa-minus {
    display: none;
}
aside .fa-plus {
    display: none;
}
aside .collapsed .fa-plus {
    display: block;
}
.container-header {
    position: relative;
}
.side-menu-text {
    padding-right: 30px;
}
aside.no-top-margin {
    margin: 1rem 0 1.875rem;
}
.inline-title {
    display: inline-block;
    padding: 1.1875rem 1.92rem 1.1875rem 1rem;
}
aside#toolbox ul li a {
    padding: 1.1875rem 3.5rem 1.1875rem 1.875rem
}
aside#toolbox ul li a .far.pull-right, aside#toolbox ul li a .fas.pull-right, aside#toolbox ul li a .fa.pull-right {
    right: 3rem;
    color: #444a4e;
}
aside ul li a.inline-block {
    background: #FFFFFF;
    display: inline-block;
    border-bottom: none;
}
aside#toolbox ul li a.super-side-menu-icon {
    width: 25px;
    right: 0;
    top: 0;
    position: absolute;
    border-bottom: none;
    padding: 2rem 0.92rem 1.1875rem 0;
}
.side-menu-icon {
    width: 35px;
    right: 0;
    top: 0;
    position: absolute;
    border-bottom: none;
    padding: 2rem 0.92rem 1.1875rem 0;
}
li.level {
    position: relative;
}
#content ul.related__links li a.track-link {
    display: inline-block;
    width: 90.15%;
}
#content ul.related__links li .email-links a  {
    display: inline-block;
    padding: 1.375rem 0.1rem 1.1875rem 0.5rem;
    width: 100%;
}
#content ul.related__links li .favorite-links a {
    display: none;
}
.item.left__img .img {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    background-color: transparent;
}
.item.left__img .img img {
    width: 100%;
}
#partial-search-btn {
    cursor: pointer;
}
.form .select__list::after {
    font-family: 'Font Awesome 5 Pro';
}
.results__found {
    text-align: center;
}
.form-title {
    padding-top: 0.6rem;
}
.accordion {
    list-style-type: none;
}
.faq-list .accordion, .faq-list .accordion.collapsed:hover {
    background-color: #ccc;
}
#content .faq-list a.accordion {
    text-align: left;
    font-size: 15px;
    color: #444;
    cursor: pointer;
    padding: 18px;
    display: block;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

#content .faq-list div {
    padding-top: 8px;
}
.faq-list .accordion.collapsed {
    background-color: #eee;
}
.faq-list .accordion::before {
    content: '\f107';
    color: #20c4f4;
    font-size: 1.375rem;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    font-family: 'Font Awesome 5 Pro';
}
.faq-list .accordion.collapsed::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
}
.faq-list {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    line-height: 1.625rem;
}
#content .faq-list div {
    padding: 20px;
}
img.image-left, img.left {
    float: left;
    padding: 25px 25px 25px 0;
}
img.image-right, img.right{
    float: right;
    padding: 25px 25px 0 25px;
}
#content .column .item .detail {
    height: 90px;
}
#content .column .item .content {
    height: 300px;
}
#content img {
    height: auto !important;
}
.item .tags a {
    padding: 0;
}
header > div > .column:first-child.large-3 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media screen and (min-width: 64em) {
    #content .row > .column:last-child, #content .row > .columns:last-child, #content .grid__list .row > .item:last-child, .grid__list #content .row > .item:last-child, .large-3, .large-6, .large-4 {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    #pd_search__bar, #search__filter {
        height: 8.8rem;
    }
    .grid__list.two-items .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #banner.sml {
        height: 9.84rem;
    }
    .breadcrumb-child-container {
        padding-left: 1.25rem;
    }
    #banner.sml h2 {
        margin-bottom: 1.5rem;
    }
    .footer .large-9 {
        width: 75%;
        flex: auto;
    }
    .footer .large-3 {
        width: 25%;
        flex: auto;
    }
}
#content.news-event-tiles .item .content {
    position: relative;
}
@media screen and (max-width: 40em) {
    .small-12 {
        -webkit-flex: none;
        -ms-flex: none;
         flex:none;
         width: 100%;
    }
    body .userway.userway_p5 {
        bottom: 50px !important;
    }
    span.word-break {
        word-break:break-all;
    }
    .button.delete-item {
        padding: 0.8125rem .5rem 0.875rem;
    }
    .qty-column select {
        width: 50px;
    }
    #content table thead th.button-column, #content table tbody td.button-column {
        width: 50px;
        padding: 0.1rem;
    }
    .table__block.standard .table__row .table__content.last-column {
        padding: 0.9375rem 0.25rem 0.75rem;
    }
    .col-sx-12.text-right {
        text-align: left;
    }
    .col-sx-12.text-right .button  {
        margin-top: 5px;
        margin-left: 2px;
    }
}
#cta__buttons a.yellow {
    background: #f2a900;
}
#cta__buttons a.blue {
    background: #81c5ca;
}
#content.inner__content ul, #content.inner__content ol {
    color: #777;
    font-size: 1rem;
    line-height: 1.75rem;
}
.sub__nav li:nth-child(3):after {
    display: block;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background: #f1f0ee;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
}
#content .favourites {
    top: -3.375rem;
}
#content .favourites a {
    color: #b20033;
}
.event .img {
    background-color: transparent;
}
table.table__block tbody td.table__column {
    padding: 0;
}
table.table__block tbody tr:nth-child(2n) {
    background-color: #FFFFFF;
}
table.table__block .table__row td.table__column .table__content {
    border-bottom: none;
}
.small-hidden {
    display: none;
}
.small-visible {
    display: none;
}
.grid__list .list__item.small-12 {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media print, screen and (max-width: 40em) {
    .small-visible {
        display: block;
    }
}
@media print, screen and (min-width: 40em) {
    .medium-up-hidden {
        display: none;
    }
    .small-hidden {
        display: block;
    }
    .grid__list .list__item.medium-6 {
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .event .detail .dates > div {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        max-width: none;
        padding-right: 20px;
    }
    .event .detail .evt-desc {
        max-width: 40rem;
    }
}
#search-event-form .column {
    margin-bottom: 0.4rem;
}
#search-job-form .column {
    margin-bottom: 1rem;
}
#search-event-form .column .input-group {
    margin-bottom: 0;
}
.row.bottom-gap {
    padding-bottom: 10px;
}
.gallery-container {
	width:100%;
	float:left
}

.gallery-container .item {
	width:170px;
    padding: 5px;
	margin-right:15px;
	min-height:280px;
	float:left;
	margin-bottom:20px;
	line-height:1.3rem;
}
.gallery-container .item p {
	line-height:1.3rem;
}
.gallery-container .item img {
	margin-bottom:20px;
}
.gallery-container .item .h3 {
	margin-bottom:1rem
}
.map-tooltip{
    border: 1px solid #C90;
    background-color:#FFFBF0;
    padding:15px;
    width:250px;
}
.map-tooltip h4 {
    line-height:16px;
    font-size: 16px;
	font-weight:600;
	margin:0 0 5px;
	padding:0;
}
.map-tooltip p {
	margin:0 ;
	padding:0;
}
.gmap {
    display: block;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}
.search__box {
    width: 100%;
}
.tab-pane.fade {
    opacity: 1;
}
.list__item .content.line.top__line {
    border: 1px solid #e7e7e7;
}
.cart-btn-container .popover {
    max-width: 330px;
    width: 330px;
}
.list__item .content h3.popover-title {
    font-size: 1rem;
}
.table.table-summary {
    border: 1px solid #e6e5e5;
}
.table.table-summary thead {
    background-color: #f5f5f6;
    font-family: 'HKGrotesk-SemiBold';
    font-size: 1.125rem;
}
.table.table-summary thead th, .table.table-summary tbody td, .table.table-summary tfoot td {
    font-weight: normal;
    border-right: 1px solid #e6e5e5;
}
.table.table-summary tbody, .table.table-summary tfoot {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    font-size: 1rem;
}
#cart-icon-container {
    position: relative;
}
header > div ul li a.icon {
    font-size: 1.6rem;
    vertical-align: middle;
    padding: 0 0.5rem;
}
header ul li a.icon span.cart-counter {
    position: absolute;
    right: -0.4rem;
    top: -1.5rem;
    background-color: #b20033;
    font-size: 1rem;
    color: white;
    text-align: center;
    padding-bottom: 0.1rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    line-height: 1.3;
}
.inner__content .content__block #cart-summary-container .table.table-summary.form thead th {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}
img.summary-product-image {
    width: 100px;
}
.table-summary .image-td {
    width: 102px;
}
.table.table-summary tbody tr td, .table.table-summary thead tr th {
    vertical-align: middle;
}
.table.table-summary thead th, .table.table-summary tbody td, .table.table-summary tfoot td {
    font-weight: normal;
    border-right: 1px solid #e6e5e5;
}
.table-summary.form .select__list {
    width: 7rem;
}
.delete-item.summary {
    color: #d6d6d6;
    font-size: 1rem;
}
.delete-item.summary .far {
    font-size: 2rem;
    font-weight: 100;
    vertical-align: middle;
}
.table-summary.form tbody tr:nth-child(2n), .table-summary.form tfoot {
    background-color: transparent;
}
.table.table-summary tbody, .table.table-summary tfoot {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    font-size: 1rem;
}
.btn.read__more.register {
    border: 1px solid #d9166f;
    color: #d9166f;
    background: #fff;
}
.btn.btn-default {
    margin-left: 0.3125rem;
    padding: 0.75rem 0.9375rem;
    border: 1px solid #b20033;
    color: #b20033;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
}
.note-detail, .fav-content {
    font-size: 1rem;
}
.note-detail strong {
    font-size: 1.1rem;
}
.error-message {
    color: #c43d3d;
}
input.input-validation-error, .select__list.input-validation-error {
    border-color: #c43d3d !important;
}
@media print, screen and (min-width: 64em) {
    .large-25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .large-27 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }
    .large-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12%;
        flex: 0 0 12%;
        max-width: 12%;
    }
    #search-pd-form .column {
        padding-right: 0.35rem;
        padding-left: 0.35rem;
    }
    #search-pd-form .column:first-child {
        padding-left: 1.25rem;
    }
    #search-pd-form .column:last-child {
        padding-right: 1.25rem;
    }
}
[data-toggle="collapse"].collapsed .if-not-collapsed {
    display: none;
}
[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
    display: none;
}
.button-bar {
    text-align: left;
}
.remove-favourite {
    padding: 0.5rem 0.3125rem;
    color: #81c5ca;
    font-size: 1rem;
    font-weight: bold;
}
.item .detail p {
    color: #777777;
}
a.lock-icon {
    position: relative;
    color: #777;
    font-size: 25px;
    margin-left: 10px;
    vertical-align: middle;
}
.img span.lock-icon {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #777;
    font-size: 25px;
}
#mega-menu .img {
    position: relative;
}
@media screen and (max-width: 64em) {
    .cart-container.padding-right
    {
        padding-right: 10px;
    }
    .item.left__img .img {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
    }
    .item.left__img .content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
        padding-left: 15px;
    }
    #content .column .item .detail {
        height: 140px;
    }
    #mycpds .btn.btn-box-tool {
        padding: 0.9375rem 0.55rem 0.75rem;
    }
}
@media screen and (max-width: 50em) {
    #content table thead th, #content table tbody td {
        padding: 0.2rem 0.2rem 0.2rem 0.2rem;
        max-height: 30px;
    }
    #content table {
        white-space: normal;
        max-width: 35em;
    }
}
.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: initial;
}
.form-horizontal .checkbox label {
    line-height: 0.5;
    min-width: 150px;
    margin-bottom: 0;
    vertical-align: top;
}
.checkbox input[type="checkbox"]:checked + label {
  background: #81c5ca;
  border-color: #81c5ca;
}
.inline label {
    display: inline
}
#side__menu .side__menu__content ul li.find-an-ot a {
    background: white;
    color: #81c5ca;
    font-weight: bold;
    border: solid 2px #81c5ca;
    margin: 5px;
}
#side__menu .side__menu__content ul li.login-in-mobile a {
    background: white;
    color: #b20033;
    font-weight: bold;
    border: solid 2px #b20033;
    margin: 5px;
}
#side__menu .side__menu__content ul li.find-an-ot a.active, #side__menu .side__menu__content ul li.find-an-ot a:hover {
    background: #81c5ca;
    color: white;
}
#side__menu .side__menu__content ul li.login-in-mobile a.active, #side__menu .side__menu__content ul li.login-in-mobile a:hover {
    background: #b20033;
    color: white;
}
#side__menu .side__menu__content ul li span.member-dash {
    display: block;
    padding: 1.25rem 1.875rem 1.0625rem;
    color: #444a4e;
    font-size: 1.125rem;
}
#search-result.row {
    width: 100%;
}
@media screen and (min-width: 64em) {
    #content .breadcrumb.content {
        top: -7.375rem;
        left: 0;
    }
    #content .breadcrumb-parent-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 3.7rem;
    }
    #content .breadcrumb-child-container {
    }
}
/*.button, .form button.button, .item .buttons > div a.button {
    display: inline-block;
    margin-bottom: 1.25rem;
    padding: 0.75rem 1.875rem 0.875rem;
    border: 2px solid #ffc63d;
    border-radius: 2px;
    background-clip: padding-box;
    background-color: #81c5ca;
    color: #fff;
    font-weight: 600;
    font-size: 1.125rem;
    text-transform: uppercase;
}
.button:hover, .form button.button:hover, .item .buttons > div a.button.button-membership:hover, .item .buttons > div a.button.button-cpd:hover {
    background: #ffc63d;
    text-decoration: none;
}
.button.button-cpd, .form button.button-cpd, .item .buttons > div a.button.button-cpd {
    background-color: #d9166f;
}*/
.button.button-membership, .form button.button-membership, .item .buttons > div a.button.button-membership {
    background-color: #b20033;
}
#search-result .title__tag {
    min-height: 1.2rem;
}
#search-result .title {
    height: 3rem;
    position: relative;
}
#search-result .title span {
    position: absolute;
    top: 30%;
    height: 30%;
    /*margin: -15% 0 0 -25%;*/
}
#search-result .column .item.no__shadow .desc {
    height: 80px;
}
#search-result .item a .dates {
    margin-bottom: 0 !important;
}
#search-result .item a .dates.cates {
    margin-top: 0 !important;
    /*margin-bottom: 0.9375rem !important;*/
    border-top: none;
}
.input-group-addon:first-child {
    border-right: 0;
    border-right-color: currentcolor;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon.calendar__btn {
    padding: 0.8rem;
    border: 1px solid #b20033;
    color: #b20033;
    font-weight: 600;
    font-size: 1.2rem;
    width: 3.5rem;
    text-transform: uppercase;
}
div.img img {
    width: 100%;
}
@media screen and (max-width: 64em) {
    #content .column .item .content {
        height: 330px;
    }
}
@media screen and (max-width: 40em) {
    #content .column .item .content {
        height: initial;
    }
    .cart-container.padding-right {
        top: -8px;
    }
}
#member-content .tableHeader {
    background: #d2d6de;
    border-bottom: none;
}
#member-content .tableHeader .tablecell, #member-content tr.tableHeader th {
    color: #444 !important;
}
/*#member-content #accordion td {
    font-size: 14px !important;
    color: #000 !important;
}*/
#member-content #accordion tr {
    border: 1px solid #e6e6e6;
}
#content.inner__content .tableHeader h4 {
    margin: 0;
}
#member-content div.card-header div.collapsed span.background::before {
    font-family: 'Font Awesome 5 Pro';
}
#content.inner__content h4.tablerowcell {
    font-weight: normal;
}
#content.inner__content .tableHeader h4.tablerowcell {
    font-weight: bold;
}
#member-content label.h6 {
    color: #444 !important;
    font-size: 14px !important;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}
h4.mb-0 .label {
    vertical-align: top;
}
#classified_list.results__list .results__item .content .content__row .content__col {
    padding-left: 0;
    webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: none;
}
.job-desc-block {
    display: inline-block;
    margin-right: 20px;
}
.job-desc-block .fa, .job-desc-block .far {
    color: #b20033;
}
#classified_list .show-more {
    padding-top: 11px;
}
.btn.btn-blue {
    height: 3.125rem;
    background-color: #b20033;
    color: white;
    font-size: 1.125rem;
    cursor: pointer;
}
.btn.center.register__btn {
    display: inline-block;
}
.btn.btn-white, .btn.register__btn {
    height: 3.125rem;
    background-color: #fff;
    color: #d9166f;
    font-size: 1.125rem !important;
    cursor: pointer;
    border: 2px solid #d9166f;
    padding: 0.75rem 2.1875rem 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
}
.btn.btn-white:hover, .btn.register__btn:hover {
    background-color: #d9166f;
    color: #fff;
}
.hamburger.padding-right {
    padding-right: 10px;
}
.content {
    min-height: initial;
}
@media screen and (max-width: 40em) {
    #home__cta .am-container {
        margin-bottom: 20px;
    }
}
#breadcrumb .breadcrumb {
    margin-bottom: 1.875rem;
    color: #CCC;
    font-weight: 0.875rem;
}
#breadcrumb .breadcrumb {
    margin: 0;
    position: absolute;
    left: 1.25rem;
    top: -2.55rem;
}
#breadcrumb .breadcrumb a.home-link {
    color: #81c5ca;
}
#breadcrumb .breadcrumb a {
    color: #CCC;
}
#breadcrumb .breadcrumb .far {
    margin: 0 0.1875rem;
    font-size: 0.75rem;
}
#breadcrumb .favourites {
    position: absolute;
    right: 1.25rem;
    top: -2.55rem;
}
#breadcrumb .favourites a {
    color: #fff;
}
#breadcrumb .favourites a {
    color: #CCC;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
}
#breadcrumb .favourites a .far {
    margin-right: 0.3125rem;
    font-size: 0.75rem;
}
#breadcrumb .row > .column:last-child, #breadcrumb .row > .columns:last-child, #breadcrumb .grid__list .row > .item:last-child, .grid__list #breadcrumb .row > .item:last-child {
    position: relative;
}
#pd_search__bar, #search__filter {
    padding: 1rem 0 1rem 0;
    border-top: 1px solid #fff;
    background: #f6f6f6;
}
#pd_search__bar .form button, #search__filter .form button, #search__bar .form button {
    padding: 0.9rem 1.25rem 1rem;
}
@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {
    /* safari hack*/
    @media print, screen and (min-width: 64em) {
        .large-4 {
            flex: 0 0 33%;
        }
        .large-6 {
            flex: 0 0 49.959%;
        }

        .large-8 {
            flex: 0 0 66%;
        }

        .large-up-3 > .column, .large-up-3 > .columns, .grid__list .large-up-3 > .item {
            flex: 0 0 33%;
            max-width: 33%;
        }

        .large-25 {
            -ms-flex: 0 0 19.96%;
            flex: 0 0 19.96%;
            max-width: 19.96%;
        }
    }
    @media print, screen and (max-width: 40em) {
        .medium-4 {
            flex: 0 0 33.33%;
        }
    }
}
@media screen and (max-width: 40em) {
    #search-result .title {
        height: 4.5rem;
    }
    #breadcrumb {
        background: #b20033;
        height: 2rem;
    }
    #breadcrumb .breadcrumb {
        position: relative;
        top: 0;
        left: 0;
        padding: 0.2rem 0;
    }
    #pd_search__bar .column , #search__filter .column  {
        margin-bottom: 0.5rem;
    }
    #search-result.row {
        width:auto;
    }
    .button, .form button.button, .item .buttons > div a.button {
        padding: 0.65rem 1.475rem 0.675rem;
        font-size: 1rem;
    }
}
.form select {
    font-size: 1.1rem;
}
.item a .title {
    line-height: 1.525rem;
    height: 49px;
}
#content.inner__content #search-result p {
    line-height: 1.5rem;
}
.button {
    padding: 0.8125rem 1.25rem 0.875rem;
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0.125rem;
    background-clip: padding-box;
    box-shadow: none;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #fff;
    font-weight: bold;
}
.button.button-blue, .form button.button.button-blue, .item .buttons > div a.button.button-blue, .table__block .table__row .table__column .table__content a.button-blue, .jconfirm .jconfirm-box .jconfirm-buttons button.button-blue, .button.cd-add-to-cart {
    border: 2px solid #b20033;
    background-color: #fff;
    color: #b20033;
}
/*.button.button-purple {
    border: 2px solid #b20033;
    background-color: #fff;
    color: #b20033;
}
.button.button-magenta, .form button.button.button-magenta, .item .buttons > div a.button.button-magenta, .table__block .table__row .table__column .table__content a.button-magenta {
    border: 2px solid #b20033;
    background-color: #fff;
    color: #b20033;
}
.button.button-blue:hover, .form button.button.button-blue:hover, .item .buttons > div a.button.button-blue:hover, .table__block .table__row .table__column .table__content a.button-blue:hover, .jconfirm .jconfirm-box .jconfirm-buttons button.button-blue:hover, .button.cd-add-to-cart:hover {
    background-color: #b20033;
    color: white;
}
.button.button-purple:hover {
    background-color: #b20033;
    color: white;
}
.button.button-magenta:hover, .form button.button.button-magenta:hover, .item .buttons > div a.button.button-magenta:hover, .table__block .table__row .table__column .table__content a.button-magenta:hover  {
    background-color: #b20033;
    color: white;
}*/
.button.button-green, .button.button-purple {
    border: 2px solid #6CA58A;
    color: #6CA58A;
}
.button.button-red {
    border: 2px solid #b20033;
    color: #b20033;
}
.button.button-green:hover, .button.button-purple:hover {
    background-color: #6CA58A;
    color: white;
}
.button.button-red:hover {
    background-color: #b20033;
    color: white;
}
.heading .card {
    margin-bottom: 0;
}
.heading .card-header {
    line-height: 1;
    height: 41px;
}
#banner {
    background-image: none;
    padding: 0 !important;
}
#banner .banner-item, #banner-mobile .banner-item {
    height: 15.625rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
}
@media (min-width: 40em) {
    #banner .banner-item {
        height: 22.1875rem;
    }
}
@media (min-width: 64.01em) {
    #banner .banner-item {
        height: 30.625rem;
    }
}
#banner .slick-prev, #banner .slick-next, #banner-mobile .slick-prev, #banner-mobile .slick-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 100;
}
#banner .slick-prev, #banner-mobile .slick-prev {
    left: 15px;
}
#banner .slick-next, #banner-mobile .slick-next {
    right: 15px;
}
#banner .slick-prev:before, #banner .slick-next:before, #banner-mobile .slick-prev:before, #banner-mobile .slick-next:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 40px;
    line-height: 1;
    opacity: .85;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#banner .slick-prev:before, #banner-mobile .slick-prev:before {
    content: '\f104';
}
#banner .slick-next:before, #banner-mobile .slick-next:before {
    content: '\f105';
}
#banner .slick-prev:hover:before, #banner .slick-prev:focus:before, #banner .slick-next:hover:before, #banner .slick-next:focus:before,
#banner-mobile .slick-prev:hover:before, #banner-mobile .slick-prev:focus:before, #banner-mobile .slick-next:hover:before, #banner-mobile .slick-next:focus:before {
    opacity: 1;
}
.event .img {
    padding-bottom: 0;
}
#cta__buttons .row.expand {
    margin: 0;
}
@media print, screen and (max-width: 63.9999em) and (min-width: 40em) {
    #cta__buttons .medium-4:last-of-type {
        flex: 0 0 33%;
        max-width: 33%;
        width: 33%;
    }
    #pd_search__bar .row .column, #pd_search__bar .row .columns {
        margin-bottom: 0.625rem;
    }
    #banner h2 {
        margin: 6.875rem 0 2.8125rem;
    }
}
#banner-mobile h2 {
    margin: 0 !important;
    padding: 3rem 2.5rem 1.25rem;
    text-align: left;
    color: #fff;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.125rem;
}
#banner-mobile a {
    display: block;
    width: 13.4375rem;
    margin-left: 2.5rem;
    margin-right: auto;
    font-size: 1rem;
    padding: 0.75rem 1.875rem 0.875rem;
    border: 2px solid #ffc63d;
    border-radius: 2px;
    background-clip: padding-box;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.button.button-blue-white {
    background-color: white;
    color: #81c5ca;
    border: solid 2px #81c5ca;
}
.button.button-blue-white:hover {
    background-color: #81c5ca;
    color: white;
}
#content .tabs li:first-child::after {
    display: none;
}
#content .tabs li:not(.hidden)~li:not(.hidden):before {
    display: inline-block;
    width: 0.0625rem;
    height: 0.875rem;
    margin: 0 0.625rem 0 0.625rem;
    background: #ddd;
    content: '';
    position: relative;
    top: 2px;
}
.results__list .results__item .content .content__row .content__col p strong.name {
    color: #444a4e !important;
}
#content.inner__content h3.popover-title {
    font-size: 15px;
}
.price .popover {
    max-width: 350px;
}
.popover-content .btn.btn-default, .popover-content .btn {
    padding: 0.35rem 0.5375rem;
}
.popover-content .btn.btn-blue {
    height: auto;
}
div.center {
    text-align: center;
}
table.table__block .table__row .table__heading {
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    background-color: #939597;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    text-transform: uppercase;
}
table.table__block .table__row .table__content {
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    background-color: #f5f4f7;
    font-weight: normal;
    color: #777;
    font-size: 1rem;
}
table.table__block tfoot .table__row .table__content {
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    background-color: #eeebef;
    font-weight: normal;
    color: #777;
    font-size: 1rem;
}
table.table__block .table__row {
    display: table-row;
}
.cpd-detail-container {
    height: 114px;
}
.button.button-magenta.cd-add-to-cart {
    font-weight: bold;
    padding: 0.3125rem 0.8rem 0.375rem
}
.mobile-search-box-container {
    position: relative;
}
#mobile-search-icon {
    position: absolute;
    top: 1rem;
    right: 0.5rem;
    font-size: 1.5rem;
}
.off-canvas.is-transition-overlap {
    z-index: 101;
}
.table__content div.price {
    display: block;
    height: 2.5rem;
}
.table__content div.price span.pull-left {
    height: 2rem;
    padding-top: 0.5rem;
}
.table__block.alt .table__row .table__column .table__content a.button {
    font-weight: bold;
}
.table__block.alt .table__row .table__column .table__content a.button:hover {
    text-decoration: none;
}
@media screen and (max-width: 80em) {
    #banner .row {
        margin-right: 3rem;
        margin-left: 3rem;
    }
}
nav#nav__main {
    width: 100%;
}
table.transparent tbody {
    border: none;
    background-color: transparent;
}
table.table__block .table__row table.transparent .table__content, table.table__block .table__row table.transparent td {
    border: none;
    background-color: transparent;
    padding: 0;
}
.results__list .results__item .content .content__row .content__col:first-child strong, .results__list .results__item .content .content__row .content__col strong {
    font-size: 1rem;
    color: #444a4e !important;
}
#content.inner__content .text-danger ul, #content.inner__content .text-danger ol {
    color: #a94442;
}
.item .img {
    background-color: transparent;
}
.row.small-gap {
    padding-bottom: 0.4rem;
}
#cta__buttons a {
    background: #b20033;
}
header > div ul li.login a:hover {
    background: #b20033;
}
/*new banner section*/
#banner__main {
  background: rgba(15, 113, 82, 1);
  position: relative;
  overflow: hidden;
}

#banner__main .column,
#banner__main .columns,
#banner__main .grid__list .list__item,
.grid__list #banner__main .list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 31.5rem;
}
#banner__main .column,
#banner__main .columns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 39.9375em) {
  #banner__main .column,
  #banner__main .columns,
  #banner__main .grid__list .list__item,
  .grid__list #banner__main .list__item {
    height: 18.75rem;
  }
}

#banner__main h2 {
  margin: 0 0 3.125rem;
  padding: 0 5rem;
  color: #fff;
  font-family: 'Tiempo-';
  font-size: 3.4375rem;
  line-height: 4.0625rem;
}

@media screen and (max-width: 39.9375em) {
  #banner__main h2 {
    padding: 0 1.5625rem;
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #banner__main h2 {
    padding: 0 2.5rem;
  }
}

#banner__main .btn {
  margin-left: 5rem;
}

@media screen and (max-width: 39.9375em) {
  #banner__main .btn {
    margin-left: 1.5625rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #banner__main .btn {
    margin-left: 2.5rem;
  }
}

#banner__main .bg__osteopathy__member {
  background-image: url("../img/bg_osteopathy_member.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#banner__main .bg__about__osteopathy {
  background-image: url("../img/bg_about_osteopathy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#banner__main .banner__members,
#banner__main .banner__public {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 39.375rem;
  background-image: url("../img/bg_about_osteopathy_lg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

@media screen and (max-width: 39.9375em) {
  #banner__main .banner__members,
  #banner__main .banner__public {
    height: 100%;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #banner__main .banner__members,
  #banner__main .banner__public {
    height: 100%;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}

#banner__main .banner__members.visible,
#banner__main .banner__public.visible {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#banner__main .banner__members div,
#banner__main .banner__public div {
  width: 100%;
}

#banner__main .banner__members .banner__close,
#banner__main .banner__public .banner__close {
  width: auto;
  cursor: pointer;
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
  z-index: 50;
}

#banner__main .banner__members .banner__close span,
#banner__main .banner__public .banner__close span {
  color: #fff;
  font-size: 1.875rem;
}

#banner__main .banner__members h2,
#banner__main .banner__public h2 {
  text-align: center;
}

#banner__main .banner__members form,
#banner__main .banner__public form {
  max-width: 33.75rem;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #dedee5;
  border-radius: 40px;
  background-clip: padding-box;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}

@media screen and (max-width: 39.9375em) {
  #banner__main .banner__members form,
  #banner__main .banner__public form {
    width: auto;
    max-width: none;
    margin: 0 1.5625rem;
  }
}

#banner__main .banner__members form input[type="text"],
#banner__main .banner__public form input[type="text"] {
  height: 3.75rem;
  margin: 0;
  padding: 0 5.625rem 0 1.25rem;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: 'HKGrotesk-Medium';
  font-size: 1.375rem;
}

#banner__main .banner__members form input[type="text"]::-webkit-input-placeholder,
#banner__main .banner__public form input[type="text"]::-webkit-input-placeholder {
  color: #bfbfbf;
}

#banner__main .banner__members form input[type="text"]:-moz-placeholder,
#banner__main .banner__public form input[type="text"]:-moz-placeholder {
  color: #bfbfbf;
}

#banner__main .banner__members form input[type="text"]::-moz-placeholder,
#banner__main .banner__public form input[type="text"]::-moz-placeholder {
  color: #bfbfbf;
}

#banner__main .banner__members form input[type="text"]:-ms-input-placeholder,
#banner__main .banner__public form input[type="text"]:-ms-input-placeholder {
  color: #bfbfbf;
}

#banner__main .banner__members form button,
#banner__main .banner__public form button {
  width: 4.625rem;
  height: 3.75rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
}

#banner__main .banner__members form button span,
#banner__main .banner__public form button span {
  color: #000;
  font-size: 2rem;
}

#banner__main .banner__members {
  background-image: url("../img/bg_osteopathy_member_lg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

@media screen and (max-width: 39.9375em) {
  #banner__main .banner__members {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #banner__main .banner__members {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}

#banner__main .banner__members.visible {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#banner__cta {
  background-color: rgba(15, 113, 82, 1);
  background-image: url("../img/bg_banner_cta.jpg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

@media screen and (max-width: 39.9375em) {
  #banner__cta {
    background-image: none;
  }
}

#banner__cta .column,
#banner__cta .columns,
#banner__cta .grid__list .list__item,
.grid__list #banner__cta .list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 7.875rem;
}

@media screen and (max-width: 39.9375em) {
  #banner__cta .column,
  #banner__cta .columns,
  #banner__cta .grid__list .list__item,
  .grid__list #banner__cta .list__item {
    height: 5rem;
  }
}

#banner__cta a {
  display: block;
  width: 100%;
  color: #fff;
  font-family: 'HKGrotesk-SemiBold';
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (max-width: 39.9375em) {
  #banner__cta a {
    font-size: 1rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #banner__cta a {
    font-size: 1rem;
  }
}

#banner__cta a .circle {
  display: inline-block;
  width: 4.375rem;
  height: 4.375rem;
  margin-right: 1.25rem;
  border-radius: 50%;
  background-clip: padding-box;
  background: #20c4f4;
  vertical-align: middle;
}

@media screen and (max-width: 39.9375em) {
  #banner__cta a .circle {
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #banner__cta a .circle {
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 0.625rem;
  }
}

#banner__cta a .circle .fa {
  font-size: 2.1875rem;
  line-height: 4.375rem;
}

@media screen and (max-width: 39.9375em) {
  #banner__cta a .circle .fa {
    font-size: 1.5625rem;
    line-height: 3.125rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #banner__cta a .circle .fa {
    font-size: 1.5625rem;
    line-height: 3.125rem;
  }
}

#banner__cta a:hover {
  text-decoration: underline;
}

#banner__cta a:hover .circle {
  background-color: #f5f5f6;
  color: #999999;
}
.banner_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
#banner__main .list__item, #banner__main .banner__members, #banner__main .banner__public, #banner__cta .column, #banner__cta .columns, #banner__cta .grid__list .list__item, .grid__list #banner__cta .list__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#banner__cta .banner-action {
    display: none;
}
#banner__cta .banner-action.visible {
    display: block;
}
/* nav secondary*/
/*
nav#nav__secondary .headline {
  display: block;
  padding: 1.25rem 1.5625rem 1rem;
  background-color: rgba(15, 113, 82, 1);
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.375rem;
}

nav#nav__secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav#nav__secondary ul li a {
  display: block;
  padding: 1.125rem 1.5625rem 0.9375rem;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background-color: #fff;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.125rem;
}

nav#nav__secondary ul li a:after {
  float: right;
  content: '\F105';
  color: rgba(15, 113, 82, 1);
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.875rem;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
nav#nav__secondary ul li a:hover {
  background-color: #e7e7e7;
}*/
.banner__links h3 {
    display: block;
    background: rgba(255,255,255,0.6);
    margin: 0 0 1px;
    padding: 20px;
    font-size: 18px;
    line-height: 22px;
    color: #00a88c;
}
.banner__links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.banner__links ul li {
    display: block;
    font-size: 14px;
    line-height: 1;
}
.banner__links ul li a {
    display: block;
    position: relative;
    background: rgba(255,255,255,0.6);
    margin: 0 0 1px;
    padding: 18px 40px 18px 20px;
    color: #277150;
}
.banner__links ul li a::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    color: #00a88c;
    position: absolute;
    top: 20px;
    right: 20px;
}
#content.inner__content h3.product-title {
    min-height: 4.2rem;
    margin: 0 0 0.5rem;
}
/*#content.inner__content p.product-description {
    min-height: 5.4rem;
}*/
h3 a {
    line-height: 1.525rem;
    margin-bottom: 0.9375rem;
    color: #444a4e;
    font-weight: 600;
    font-size: 1.25rem;
}
#content.inner__content .row.children-listing h3 {
    margin-bottom: 0.9375rem;
    color: #444a4e;
    font-weight: 600;
    font-size: 1.25rem;
}
#content .board .description {
    width: 570px;
}
.off-canvas-content #banner.sml::after {
    background: rgba(39, 113, 80, 0.9);
}
#content.inner__content h2::after, #side__menu .side__menu__content ul li a.active {
    background: #b20033;
}
.related__links li a, .related__documents li a, .related__links li a:hover, .related__documents li a:hover, .related__links li a span, .related__documents li a span {
    color: #b20033;
}
header > div ul li.hamburger a, #side__menu .side__menu__content ul li a:hover, #side__menu .side__menu__content .close {
    color: #b20033;
}
#mega-menu li ul li a:hover, #mega-menu li ul li a:hover span, .cta__items .cta__item a:hover .title, aside ul li a:hover, aside ul li a.active, aside ul li a .far {
    color: #6CA58A;
}
nav#nav__secondary .headline {
    display: block;
    padding: 1.25rem 1.5625rem 1rem;
    background-color: #6CA58A;
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.375rem;
}
nav#nav__secondary ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav#nav__secondary ul li a {
    display: block;
    padding: 1.125rem 1.5625rem 0.9375rem;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
    color: #000;
    font-size: 1.125rem;
    line-height: 1.125rem;
    text-decoration: none;
}
nav#nav__secondary ul li a::after {
    float: right;
    content: '\F105';
    color: #6CA58A;
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.875rem;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.table__block .table__row .table__column.two__comlumns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
/*.slick-slide img {
    min-width: 164px;
    max-width: 175px;
    height: auto;
    margin-left: 2.5rem;
}
.slick-slide.silver-sponsor img {
    min-width: 210px;
}
.slick-slide.gold-sponsor img {
    min-width: 260px;
}*/
/* gallery */
.cards__list {
    display: block;
    float: none;
    margin-bottom: 1.283%;
    text-decoration: none;
    width: 100%;
}
.small-hidden, table.table__block .table__row.small-hidden {
    display: none;
}
.small-visible {
    display: block;
}
table.table__block .table__row.small-visible {
    display: table-row;
}
@media (min-width: 480px) {
    .small-hidden {
        display: block;
    }
    th.small-hidden, td.small-hidden {
        display: table-cell;
    }
    table.table__block .table__row.small-hidden {
        display: table-row;
    }
    .small-visible, table.table__block .table__row.small-visible {
        display: none;
    }

    .cards__list {
        width: 48.4%;
        float: left;
        margin-right: 3.205%;
    }

        .cards__list:nth-child(2n) {
            margin-right: 0;
        }

        .cards__list .media-link:nth-child(2n+1) {
            clear: left;
        }
}
@media (min-width: 576px) {
    .cards__list {
        width: 24.03%;
        margin-right: 1.283%;
    }

        .cards__list:nth-child(2n) {
            margin-right: 1.283%;
        }

        .cards__list:nth-child(4n) {
            margin-right: 0;
        }

        .cards__list:nth-child(4n + 1) {
            clear: left;
        }
}

.cards__list > a {
    display: block;
}
.btn.login {
    background: #b20033;
}
#content #popular .column .item .detail, #content #latest .column .item .detail, #content #recent .column .item .detail, #content .row-children-listing.column .item .detail {
    height: auto;
}
#content #popular .column .item .content, #content #latest .column .item .content, #content #recent .column .item .content, #content .row-children-listing.column .item .content {
    height: auto;
}
#banner__main .column.banner_bg, #banner__main .columns.banner_bg {
    position: relative;
}
.overlay {
    background-color: rgba(93,102,102,0.25);
    width: 100%;
    height: 100%;
    position: absolute;
}
.banner__content {
    background-color: rgba(255,255,255,0);
    position: absolute;
    max-width: 100%;
}
#banner__main h2 {
    color: rgba(255,255,255,1);
}
body.event-detail #content-tabs.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -3.75rem 0 0;
    background-color: #f7f6f5;
    position: relative;
    position: relative;
    margin-right: 3.75rem !important;
}
    body.event-detail #content-tabs.tabs .tabs-title.active {
        background-color: white;
    }
    /*body.event-detail #content .tabs:before {
        content: "";
        position: absolute;
        left: auto;
        top: 0;
        bottom: 0;
        right: -3.125rem;
        z-index: 0;
        display: block;
        width: 200vw;
        background-color: inherit;
    }

    body.event-detail #content .tabs:before {
        content: "";
        position: absolute;
        left: 100%;
        top: 0;
        width: 0;
        height: 0;
        border-top: 3.75rem solid transparent;
        border-left: 3.75rem solid #f7f6f5;
        background-color: transparent;
    }*/

    body.event-detail #content-tabs.tabs:after {
        display: none;
    }

    body.event-detail #content-tabs.tabs li a {
        /*display: -webkit-box;
        display: -ms-flexbox;
        display: flex;*/
        display: inline-block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 3rem;
        padding: 0.9rem 1.3rem;
        white-space: pre;
        border-bottom: 0;
        font-size: 1.125rem;
        font-weight: 500;
    }

    body.event-detail #content-tabs.tabs .is-active {
        position: relative;
    }

        body.event-detail #content-tabs.tabs .is-active:before {
            content: "";
            position: absolute;
            top: -rem-calc(4);
            right: 0;
            left: 0;
            height: 0.25rem;
            background-color: #ec9d28;
        }

        body.event-detail #content-tabs.tabs .is-active a {
            background-color: #fff;
        }
#content.event-detail #content-tabs.tabs {
    float: initial;
    margin: 0 0 1.5rem 0 !important;
}
#content.event-detail #content-tabs.tabs li {
    position: relative;
}
#content.event-detail #content-tabs.tabs li:not(.hidden) ~ li:not(.hidden)::before {
    display: none;
}
#content.event-detail #content-tabs.tabs li.active::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0.25rem;
    background-color: #b20033;
    display: block !important;
    width: 100%;
    margin: 0;
}
.pagination-container .pagination li.disabled {
    padding: 0;
}
tr.active-sub {
    background-color:lightgreen !important;
}
aside.dashboard__sidenav nav ul li a {
    padding-left: 2.8rem;
}
aside.dashboard__sidenav nav ul li:first-of-type a {
    padding-left: 1.4rem;
}
/*#mydocuments a {
    color: #b20033;
}*/
#mydocuments table {
    color: #777;
    font-size: 1rem;
    line-height: 1.75rem;
}
#content .results__list .column .item .detail {
    height: 80px;
}
.results__list .item .content {
    padding: 1.15rem 1.875rem;
}
#content.inner__content p.non-member-price, #content.inner__content p.member-price {
    margin-bottom: 0.5rem;
}
#frmDesktopMemberSearch .column {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}