body {
    background-color: #f2f2f2;
    font-family: 'axiformalight', sans-serif;
}

a, a:hover {
    color: #EC682F;
    text-decoration: none;
    background-color: transparent;
}
.slider-holder {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: white;
    top: 0;
    left: 0;
    z-index: 10;
}
.slider-close {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 40px;
    color: white;
    z-index: 11;
}
.wysiwyg {
    background-position: center center;
    background-size: cover;
}
.wysiwyg h1 {
    border-bottom: 2px solid #EEE;
    padding-bottom: 8px;
}

.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.h1, h1 {
    font-size: 1.5rem;
    font-family: 'axiformaextrabold', sans-serif!important;
}
.profile h1 {
    font-size: 1.5rem;
    font-family: 'axiformaextrabold', sans-serif!important;
}
.profile p {
    color: #646463;
}
.strong {
    font-family: 'axiformaextrabold', sans-serif!important;

}
.ql-size-large {
    font-size: 1.5rem;
}
.ql-align-center {
    text-align: center;
}
p, ul, li, label {
    color: #646463;
}
/*p br {*/
/*    display: none;*/
/*}*/
p br {
    margin-bottom: 5px;
}
p {
    margin-bottom: 5px;
}

b, strong {
    font-family: 'axiformaextrabold', sans-serif!important;
    font-weight: bold;
}
.strapline {
    font-family: 'axiformaextrabold', sans-serif!important;
}
.bold {
    font-family: 'axiformaextrabold', sans-serif!important;
}
.bg-dark {
    background-color: #646463!important;
    color: #FFF!important;
}
.bg-white {
    background-color: #FFF;
}
.bg-grey {
    background-color: #ccc;
}
.bg-teal {
    background-color: #7893A3;
    color: #FFF;
}
.bg-search {
    background-color: #DB3A4F!important;
    color: #FFF;
}
.btn-primary {
    color: #fff!important;
    background-color: #3C3C3B!important;
    border-color: #3C3C3B!important;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #3C3C3B;
    border-color: #3C3C3B;
}
.btn {
    border-radius: 0;
}
.bg-success {
    color: #fff;
    background-color: #61894B;
    border-color: #61894B;

}
.btn-success {
    color: #fff;
    background-color: #61894B;
    border-color: #61894B;
}
.btn-default {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, .btn-default:active:focus, .btn-default:active:hover, .btn-default.active:hover, .btn-default.active:focus {
    color: inherit;
    border: 1px solid #d2d2d2;
}
.hover {
    cursor: pointer;
}
.checkbox {
    width: 22px;
    margin-right: 5px;
}
.error-text {
    color: red;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.no-results {
    color: white;
    margin-bottom: 0;
    font-size: 22px;
}
.search-result-tile {
    min-height: 175px;
    position: relative;
    border: none;
    cursor: pointer;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.clipped-text {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.3em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 3.6em;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;

    /* */
    margin-right: -1em;
    padding-right: 1em;
}
.clipped-text:before {
    /* points in the end */
    content: '...';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 0;
    bottom: 0;
}
.clipped-text:after {
    /* points in the end */
    content: '';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0;
    width: 1em;
    /* set width and height */
    height: 1em;
    margin-top: 0.2em;
    background: white;
}

.icheckbox_square-green {
    background-position: 0 0;
}
.icheckbox_square-green, .iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url('../images/green.png') no-repeat;
    border: none;
    cursor: pointer;
}
.icheckbox_square-green.hover {
    background-position: -24px 0;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.i-checks {
    padding-left: 0;
}
ins {
    background-color: #c6ffc6;
    text-decoration: none;
}



footer {
    background-color: #9d9c9c;
    color: #fff;
    padding: 15px;
}
footer p {
    color: #fff;
}
footer ul.social {
    list-style: none;
    padding-inline-start: 0;
}
footer ul.social li {
    float: left;
    padding: 10px;
}
footer ul.contact {
    padding-inline-start: 0;
}
footer ul li, footer ul li a {
    list-style: none;
    padding-inline-start: 0;
    font-size: 15px;
    color: #ddd!important;
}
footer .footer-icon {
    width: 40px;
}
footer li.quick-links a {
    color: white;
}

.hashtag {
    font-size: 30px;
}
footer .copy {
    margin-top: 2.4rem!important;
}
.navbar {
    padding: 0 1rem;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.5rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: white;
}
.nav-item {
    font-family: 'axiformaextrabold'!important;
    padding: 23px 10px;
    font-size: 14px;
}

.nav-item.active {
    color: white;
    text-decoration: underline;
}
.nav-item:hover {
    text-decoration: underline;
}
.nav-link {
    color: #FFF;
}
.nav-link:hover {
    color: #EEE;
}


ul.menu-mobile-nav {
    list-style: none;
    padding-inline-start: 0;
    margin-top: 15px;
}
ul.menu-mobile-nav li {
    text-align: center;
    padding: 1px;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
}


.sub-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    background-color: #EC6630;
}
.sub-menu li {
    display: inline;
    padding: 10px;
    background-color: #EC6630;
    color: white;
    font-size: 14px;
}
.sub-menu li a {
    color: white!important;
}
.sub-menu li.active {
    color: white;
    text-decoration: underline;
}
.category-tile {
    min-height: 210px;
    position: relative;
    border: none;
    cursor: pointer;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.category-tile .title {
    font-family: 'axiformaextrabold';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: black;
    color: white;
    font-size: 15px;
    padding: 8px 20px;
}

.menu-tile {
    min-height: 330px;
    position: relative;
    border: none;
    cursor: pointer;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.menu-tile .title {
    font-family: 'axiformaextrabold';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: black;
    color: white;
    font-size: 15px;
    padding: 8px 20px;
}



.perk-tile {
    position: relative;
    border: none;
    cursor: pointer;
    background-color: #fbe7cf;
    text-align: center;
    padding: 20px;
    margin-bottom: 15px;
    min-height: 115px;
}
.perk-tile.active {
    background-color: #e59e3d;
    color: white;
    text-align: center;
}
.perk-tile .title {
    font-family: 'axiformaextrabold';
    color: white;
    text-align: center;
    font-size: 14px;
    padding: 8px 20px;
    color: #646463;
}
.perk-tile.active .title {
    color: white;
}
.perk-tile p {
    margin-bottom: 0;
}
.perk-row {
    background-color: #fcf6ea;
}
.perk-row.odd {
    background-color: #fbe7cf;
}
.perk-tile-col {
    padding: 20px;
}
.perk-tile-col h2 {
    font-family: 'axiformaextrabold';
    font-size: 16px;
}
section {
    padding: 40px 30px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
}

select {
    -webkit-appearance: none!important;
    -webkit-border-radius: 0!important;
}
.header-menu-icon {
    width: 20px;
    margin-left: 25px;
}

.profile-tile {
    background-color: #ededed;
    padding: 15px;
    height: 165px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 25px;
    background-position: center center;
    background-repeat: no-repeat;
}


.profile-tile h3 {
    font-family: 'axiformaextrabold', sans-serif;
    font-size: 15px;
    margin-top: 15px;
    text-decoration: underline;
}
.profile-tile a, .profile-tile a:hover, .profile-tile a:visited, .profile-tile a:active {
    font-size: 15px;
    margin-top: 15px;
    color: #646463;
}
.profile-tile img {
    max-height: 135px;
}

.profile-tile ul.social {
    list-style: none;
    padding-inline-start: 0;
}
.profile-tile ul.social li {
    float: left;
    padding: 10px;
}

.profile-tile .icon {
    width: 40px;
    margin: 15px;
}
.profile-tile-title {
    font-size: 23px;
}

.perk {
    color: white;
    font-size: 21px;
    text-align: center;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    margin-bottom: 25px;
    font-family: 'axiformalight', sans-serif;
}
.join-now {
    font-size: 1rem!important;
}

.mat-mini-fab.mat-accent {
    background-color: #fff!important;
}

.inmodal .modal-header {
    padding: 30px 15px;
    text-align: center;
    display: block;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 40px;
}
.join-complete {
    padding: 190px 80px;
    background-color: #7893A3;
    text-align: center;
}
.join-complete h1 {
    color: white;
}
.join-complete p {
    color: #f2f2f2;
    margin-bottom: 0;
}
.join-complete .white {
    color: white;
}

.discover {
    border: 1px solid #f2f2f2;
    text-transform: uppercase;
    padding: 10px;
    font-size: 15px;
    background-color: #7893A3;
    color: #f2f2f2;
    text-decoration: none;
}
.discover:hover {
    color: #f2f2f2;
}
.verticle-middle {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.hidden-input {
    height: 0px;
    border: none;
    width: 0;
    padding: 0;
}
.month-header {
    font-family: 'axiformaextrabold', sans-serif!important;
    font-weight: bold;
    font-size: 18px;
    color: #646463;
    background-color: #fbe7cf;
    padding: 15px;
    margin-bottom: 15px;
}
.event-tile {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}
.event-tile p {
    font-size: 14px;
}
.event-tile h2 {
    font-family: 'axiformaextrabold', sans-serif!important;
    font-weight: bold;
    font-size: 16px;
    color: #646463;
    clear: both;
    margin-top: 10px;
    margin-bottom: 20px;
}
.event-tile i {
    margin-right: 5px;
}
.event-tile .event-date {
    font-family: 'axiformaextrabold', sans-serif!important;
    font-weight: bold;
    font-size: 12px;
    color: white;
    font-style: italic;
    background-color: orange;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.event-tile .links ,.event-tile .links a, .event-tile .links p {
    font-size: 13px;
}
.event-tile .event-tag {
    font-family: 'axiformaextrabold', sans-serif!important;
    font-weight: bold;
    font-size: 12px;
    color: white;
    font-style: italic;
    background-color: orange;
    padding: 5px 10px;
    border-radius: 10px;
    float: right;
}

