<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 17, 2020, 10:58:45 PM
    Author     : matic
*/

@font-face {
    font-family: 'SuaRegular';
    src: url("../fonts/Sua/Sua/desktop/Sua-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'SuaLight';
    src: url("../fonts/Sua/Sua/desktop/Sua-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'SuaMedium';
    src: url("../fonts/Sua/Sua/desktop/Sua-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'SuaBold';
    src: url("../fonts/Sua/Sua/desktop/Sua-Bold.ttf") format("truetype");
}

html{
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scroll-behavior: smooth;
}

body{
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    color: #000000;
    background-color: #ffffff;
    overflow-x: hidden !important;
    letter-spacing: 0.15px;
}
.container-fluid{
    padding-right: 0;
}
h1, h2, h3, p{
    margin: 0;
    padding: 0;
}

td, th {
    padding: 15px;
}

*:focus {
    outline: 0;
    outline: none;
}

a:focus {
    /*    outline:none !important;*/
    text-decoration: none !important;
}


button{
    border: none;
}


a:hover{
    text-decoration: none;
}

img:focus {
    outline:none !important;
}

label{
    font-weight: normal;
    font-size: 13px;
}

.topNav{
    height: 30px;
    padding-top: 5px;
    background-color: #343434;
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 0.82px;
    font-family: 'SuaMedium', sans-serif;
    padding-top: 9px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
}
.topNav span{
    padding-right: 20px;
}
.topNav .orange{
    color: #fe7701;
    font-family: "SuaLight", sans-serif;
}
.topNav span:last-child{
    margin-right: 10px;
}

.topNav a{
    color: #ffffff;
    transition: all .3s;
}
.topNav a:hover{
    opacity: 0.75;
    transition: all .3s;
}
.navbar.main-navbar{
    background-color: #ffffff;
    padding-bottom: 20px;
    transition: all .3s;
    border-bottom: solid 0.5px #f0f0f0;
}

.navbar.main-navbar.pageNav{
    background-color: #ffffff;
    margin-top: 0;
    transition: all .3s;
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-navbar.pageNav .nav&gt;li&gt;a{
    color: #000000;
    transition: all .3s;
}
.navbar-nav&gt;li&gt;a{
    font-family: "SuaMedium", sans-serif;
    color: #010015;
    font-size: 14px;
    margin-right: 45px;
    margin-top: 15px;
    padding: 0;
    transition: all .3s;
}

.navbar-nav .orange{
    font-family: "SuaRegular", sans-serif;
    background-color: #fe7701;
    color: #ffffff;
    line-height: 1.5;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 5px;
    border-radius: 4px;
    border: 1px solid #fe7701;
    transition: all .3s;
}

.navbar-nav .orange:hover{
    background-color: #ffffff;
    color: #010015;
    transition: all .3s;
}

.navbar-brand&gt;img {
    display: block;
    margin-top: -20px;
    margin-left: 30px;
    width: 180px;
    height: auto;
}

.nav&gt;li&gt;a:hover, .nav&gt;li&gt;a:focus{
    background-color: transparent;
    color: #989898;
    transition: all .3s;
}

.navbar.main-navbar .navbar-nav &gt; li &gt; a.activeNav{
    border-bottom: 3px solid #f5821e;
    transition: all .3s;
}

.navbar.main-navbar .navbar-nav .orange.activeNav{
    border-bottom: 1px solid #f5821e;
    transition: all .3s;
}

.navbar.main-navbar.navbar-shrink{
    margin-top: 0;
} 

.header{
    background-size: cover;
    background-position: center;
    height: 85vh;
    margin-top: 80px;
}

.header h1{
    font-family: "SuaMedium", sans-serif;
    font-size: 50px;
    color: #ffffff;
    margin-top: 30vh;
    line-height: 1.3;
    margin-bottom: 10px;
    transition: all .5s;
}

.header h2{
    font-weight: 200;
    color: #ffffff;
    line-height: 1.75;
    font-size: 16px;
    margin-top: 10px;
}
.headerButton1{
    font-family: "SuaRegular", sans-serif;
    font-size: 14px;
    background-color: #fe7701;
    color: #ffffff;
    line-height: 1.5;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 5px;
    border-radius: 4px;
    border: 1px solid #fe7701;
    transition: all .3s;
}
.headerButton1:hover{
    background-color: transparent;
}

.header img {
    position: absolute;
    top: 90vh;
    right: 120px;
    z-index: 990;
}

.searchbar-container{
    width: fit-content;
    margin: 35px auto 20px auto;
    position: relative;
    display: flex;
}

@keyframes spin {
    0% {transform: rotate(0deg); }
    100% {transform: rotate(360deg); }
}

.search-result {
    counter-reset: css-counter 0;
}

.search-result-static {
    counter-reset: css-counter 0;
}

.result-count {
    font-family: "SuaMedium", sans-serif;
    font-size: 12px;
    color: #787777;
}

.term-desc {
    padding-left: 30px;
    margin: 5px 0 0 0;
    list-style: none;
}

.term-desc &gt; li:before {
    counter-increment: css-counter 1;
    float: left;
    margin-left: -30px;
    width: 20px;
    text-align: left;
}

.term-desc.show-counter &gt; li:before {
    content: counter(css-counter) ". ";
}

.search-query{
    font-family: "Public Sans", sans-serif;
    padding: 15px 200px 15px 25px;
    border-radius: 7px;
    border: none;
    position: relative;
    left: 15px;
    font-style: italic;
    font-weight: 300;
    color: #868686;
    width: 460px;
}

.search-button{
    font-family: "SuaRegular", sans-serif;
    padding: 15px 49px 15px 26px;
    background-color: #fe7701;
    color: white;
    border-radius: 7px;
    border: none;
    position: relative;
    left: -15px;
    width: 200px;
}

.filter-button {
    background: none;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    left: calc(100% - 250px);
    transition: all .1s linear;
}

.filter-button:hover {
    top: -3px;
}

.search-icon{
    margin: 0 10px 0 0;
    transform: scaleX(-1);
}

.searchbar-container2{
    max-width: 660px;
    margin-bottom: 20px;
    position: relative;
}

.search-query2{
    font-family: "Public Sans", sans-serif;
    padding: 10px 40px 10px 25px;
    border-radius: 3px;
    border: none;
    font-weight: 300;
    color: #212121;
    font-style: italic;
    width: calc(100% - 200px);
    background-color: #f6f7f8;
}

.search-button2{
    font-family: "SuaRegular", sans-serif;
    padding: 10px 49px 10px 26px;
    background-color: #fe7701;
    color: white;
    border-radius: 3px;
    border: none;
    width: 180px;
    float: right;
}

.filter-button2 {
    background: none;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    left: calc(100% - 235px);
    transition: all .1s linear;
}

.filter-button2:hover {
    top: -3px;
}

.filter-icon {
    transform: rotateZ(-90deg);
}

.filters {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

input[class="custom-checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #f0f0f0;
    margin: 0;
    color: orange;
    width: 1.25em;
    height: 1.25em;
    /*border: 0.15em solid #212121;*/
    border-radius: 3px;
    /*transform: translateY(0.075em);*/
    display: grid;
    place-content: center;
}

input[class="custom-checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #fe7701;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0, 43% 62%);
}

input[class="custom-checkbox"]:checked::before {
    transform: scale(1);
}

input[class="custom-checkbox"]:focus{
    /*outline: max(2px, 0.15em) solid black;
    outline-offset: max(2px, 0.15em);*/
    outline: none;
}

.custom-button {
    color: #fff;
    padding: 5px 20px;
    background-color: #fe7701;
    border-radius: 3px;
    line-height: normal;
}

.filter:last-child {
    margin-top: 5px;
}

.filter {
    display: flex;
    font-family: 'SuaRegular', sans-serif;
    font-size: 12px;
}

.filter input {
    margin: 0 !important;
}

.filter div {
    margin-left: 5px;
}

.content-center {
    justify-content: center;
}

.result-container_parent{
    position: relative;
    width: 635px;
    margin: 15px auto 0 auto;
    padding: 0;
    background-color: white;
    border-radius: 7px;
    transition: all .3s ease-out;
    transition: padding .0s;
    z-index: 1000;
}

.result-container_parent-static{
    position: relative;
    width: 635px;
    margin: 15px auto 0 auto;
    padding: 0;
    background-color: white;
    border-radius: 7px;
    transition: all .3s ease-out;
    transition: padding .0s;
    z-index: 1000;
}

.result-container{
    max-height: 0;
    overflow-y: scroll;
    transition: all .3s ease-out;
    z-index: 1001;
}

.result-container-static{
    overflow-y: scroll;
    transition: all .3s ease-out;
    z-index: 1001;
}

.result-container *{
    z-index: 1002;
}

.result-container-static *{
    z-index: 1002;
}

.result-container::-webkit-scrollbar {
    width: 4px;
}

.result-container-static::-webkit-scrollbar {
    width: 4px;
}

.result-container::-webkit-scrollbar-track {
    background: #f1f1f100;
}

.result-container-static::-webkit-scrollbar-track {
    background: #f1f1f100;
}

.result-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 50px;
}

.result-container-static::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 50px;
}

.result-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.result-container-static::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.search-result{
    font-family: "SuaRegular", sans-serif;
    padding: 15px 25px 15px 25px;
}

.search-result-static{
    font-family: "SuaRegular", sans-serif;
    padding: 15px 25px;
    background-color: #f6f7f8;
    border-radius: 3px;
    color: #868686;
    font-weight: 300;
}

.search-result {
    color: #868686;
    font-weight: 300;
}

.search-result &gt; b{
    color: #010015;
}

.search-result-static &gt; b{
    display: inline-block;
    color: #010015;
}

.modal {
    font-family: "SuaRegular", sans-serif;
}

.modal-content {
    padding: 30px 40px 40px;
    border-radius: .3rem;
}

.modal-content &gt; form &gt; label {
    font-size: 14px;
}

.modal-content &gt; img {
    position: relative;
    width: 32px;
    height: 26.7px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 15px;
    margin-left: 3px;
}

.modal-content &gt; h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.modal-content &gt; h4 {
    font-size: 14px;
    margin-bottom: 35px;
    text-align: center;
}

.suggestion-input{
    font-family: "SuaRegular", sans-serif;
    border-radius: 3px;
    background-color: #f6f7f8;
    border: none;
    position: relative;
    font-size: 14px;
    width: 100%;
    height: 37px;
    padding: 0 16px;
    left: 50%;
    transform: translateX(-50%);
}

.suggestion-button {
    background: none !important;
}

.btn_primary {
    position: relative;
    height: 42px;
    padding: 0 24px;
    border-radius: 3px;
    background-color: #fe7701;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: none;
    transition: .3s;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 27px;
    font-weight: 700;
}

.btn_close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px #fff;
    opacity: .5;
    background: none;
}

.btn_close:hover,
.btn_close:focus {
    text-decoration: none;
    opacity: .75;
}

.span_synonym {
    opacity: 0.5;
}

.btn_comparison {
    color: #337ab7;
    font-weight: bold;
    background: none;
    padding: 0;
    transition: .3s;
}

.btn_comparison:hover {
    text-decoration: none;
    color: #23527c;
}

.term-tag {
    display: inline;
    padding: 2px 10px;
    border-radius: 5px;
    color: #fff;
    width: fit-content;
    font-size: 14px;
    font-weight: lighter;
    text-shadow: 0 -1px 1px rgb(0, 0, 0, 0.1);
}

.term-tag.brown {
    background-color: #cba398;
}

.term-tag.yellow {
    background-color: #ebe998;
}

.term-tag.blue {
    background-color: #78d0fa;
}

.term-tag.green {
    background-color: #42cb99;
}

.term-tag.violet {
    background-color: #fc4cfc;
}

#termData {
    font-size: 14px;
    background-color: #f6f7f8;
    border-radius: 3px;
}

.links-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    text-align: center;
    margin: auto;
    margin-bottom: 5px;
}

.links-container *{
    font-family: "Public Sans", sans-serif;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    color: white;
}

.links-container *:hover{
    color: white;
    cursor: pointer;
}

.modal-backdrop {
    height: 100% !important;
}

.actual{
    background-color: #f9f9f9;
    padding-top: 120px;
    padding-bottom: 140px;
    position: relative;
}
.sectionTitle{
    font-family: "SuaMedium", sans-serif;
    color: #212121;
    font-size: 40px;
}
.sectionDescription{
    font-weight: 200;
    color: #010015;
}
.board{
    padding-top: 30px;
}
.boardItem1{
    display: flex;
    background-position: center;
    border-radius: 4px;
    background-size: 110% 110%;
    height: 250px;
    transition: all .5s;
}
.boardItem1:hover{
    background-size: 120% 120%;
    transition: all .5s;
}
.boardItem2{
    display: flex;    
    background-size: 110% 110%;
    background-position: center;
    border-radius: 4px;
    height: 250px;
    transition: all .5s;
}
.boardItem2:hover{
    background-size: 120% 120%;
    transition: all .5s;
}
.boardItem3{
    height: 530px;
    background-color: #343434; 
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.boardItem4{
    display: flex;
    background-size: 110% 110%;
    background-position: center;
    border-radius: 4px;
    height: 250px;
    margin-top: -250px;
    transition: all .5s;
}
.boardItem4:hover{
    background-size: 120% 120%;
    transition: all .5s;
}
.boardItem5{
    display: flex;
    background-size: 110% 110%;
    background-position: center;   
    border-radius: 4px;
    height: 250px;
    margin-top: -250px;
    transition: all .5s;
}
.boardItem5:hover{
    background-size: 120% 120%;
    transition: all .5s;
}
.boardItem6{
    display: flex;
    background-position: center;
    background-size: 110% 110%;
    border-radius: 4px;  
    height: 250px;
    margin-top: -250px;
    transition: all .5s;
}
.boardItem6:hover{
    background-size: 120% 120%;
    transition: all .5s;
}
.content{
    align-self: flex-end;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    font-family: "SuaMedium", sans-serif;
    font-size: 20px;
    color: #ffffff;
}
.content .big{
    font-size: 30px;
}
.content h2{
    font-size: 20px;
    padding-bottom: 10px;
}
.content p{
    font-family: "Public Sans", sans-serif;
    font-size: 14px;
    font-weight: 200;
}
.join{
    padding: 5px;
}
.join h2{
    color: #ffffff;
    line-height: 1.31;
    font-size: 32px;
    font-family: "SuaMedium", sans-serif;
    margin-bottom: 40px; 
}
.join h3{
    font-family: "SuaRegular", sans-serif;
    line-height: 1.29;
    color: #fe7701;
    height: 245px;
    font-size: 14px;
}
.join h3 ul{
    padding-left: 15px;
}
.button2{
    border-radius: 4px;
    background-color: #fe7701;
    border: 1px solid #fe7701;
    color: #ffffff;
    height: 47px;
    width: 50%;
    transition: all .3s;
}
.button2:hover{
    color: #ffffff;
    background-color: transparent;
}
.actual img{
    position: absolute;
    bottom: -50px;
    right: 120px;
}
.membership{
    padding-top: 120px;
    padding-bottom: 100px;
    background-color: #ffffff;
}
.membership .title{
    font-family: "SuaMedium", sans-serif;
    color: #212121;
    font-size: 40px;
    padding-top: 20px;
    margin-bottom: 40px;
}
.membership .text{
    font-size: 16px;
    font-family: "Public Sans", sans-serif;
    font-weight: 200;
    line-height: 1.75;
    color: #010015;
    margin-bottom: 40px;
}
.membership .reasons{
    margin-top: 40px;
}
.membership .description{
    padding-bottom: 110px;
}
.membership .membershipImage{
    margin-left: -100px;
}
.pt-10{
    padding-top: 10px;
}
.pt-15{
    padding-top: 15px;
}
.button1{
    border-radius: 4px;
    background-color: #fe7701;
    border: 1px solid #fe7701;
    color: #ffffff;
    height: 47px;
    width: 50%;
    transition: all .3s;
}
.button1:hover{
    color: #212121;
    background-color: transparent;
}

.members{
    padding-top: 120px;
    padding-bottom: 100px;
    background-color: #f9f9f9;
}
.members .title{
    font-family: "SuaMedium", sans-serif;
    color: #212121;
    font-size: 40px;
    margin-bottom: 30px;
}
.members .text{
    font-size: 16px;
    font-family: "Public Sans", sans-serif;
    font-weight: 200;
    line-height: 1.75;
    color: #010015;
    margin-bottom: 40px;
}
.partnerBox{
    height: 65px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.partnerBox img{
    height: auto;
    max-height: 100%;
    min-height: 60%;
    max-width: 100%;
}
.trustImage{
    margin-bottom: 65px;
}
.footer{
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #212121;
}
.footerLogo{
    background-color: #ffffff;
    width: 140%;
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
    margin-top: -150px;
    margin-left: -15vw;
    text-align: center;
}
.footerLogo img{
    height: 110px;
}
.footer h2{
    color: #ffffff;
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 20px;
}
.footer ul{
    list-style: none;
    text-indent: 0;
    padding: 0;
    color: #ffffff;
    font-weight: 200;
    line-height: 1.69;
}
.footer a{
    color: #ffffff;
    transition: all .3s;
}
.footer a:hover{
    color: #989898;
}
.footer p{
    color: #ffffff;
    font-weight: 200;
    line-height: 1.69;
    margin-bottom: 20px;
}
@keyframes beat{
    to { transform: scale(1.2); }
}
.errorPage{
    padding-top: 200px;
    padding-bottom: 120px;
}
.errorPage .logo{
    margin-bottom: 50px;
}
.errorPage .textBody h1{
    font-family: "SuaMedium", sans-serif;
    font-size: 42px;
    margin-bottom: 10px;
    color: #212121;
}
.errorPage .textBody h2{
    font-family: "SuaMedium", sans-serif;
    margin-bottom: 10px;
    color: #212121;
}
.errorPage .textBody a{
    color: #fe7701;
    transition: all .3s;
}
.errorPage .textBody a:hover{
    color: #212121;
}

.contact{
    padding-top: 200px;
    padding-bottom: 120px;
    background-image: linear-gradient(#ffffff, #f9f9f9);
}
.contact h2{
    font-family: "SuaMedium", sans-serif;
    margin-bottom: 30px;
    color: #212121;
}
.contact p{
    color: #212121;
    line-height: 1.7;
}
.contact a{
    color: #f5821e;
}
.contact .map{
    margin-top: 50px;
    text-align: center;
}
.subpageHeader{
    padding-top: 200px;
    padding-bottom: 60px;
    background-color: #f9f9f9;
}
.subpageHeader .text .breadCrumbs{
    font-family: "SuaMedium", sans-serif;
    font-size: 10px;
    color: #787777;
}
.subpageHeader .text .breadCrumbs span{
    text-transform: uppercase;
}
.subpageHeader .text .title{
    font-family: "SuaMedium", sans-serif;
    font-size: 36px;
    line-height: 1.31;
    color: #212121;
}
.subpageHeader .breadCrumbs a{
    color: #787777;
    transition: all .3s;
}
.subpageHeader .breadCrumbs a:hover{
    color: #fe7701;
}

.info-board &gt; p{
    line-height: 24px;
    font-size: 16px;
}

.about-us{
    padding-top: 80px;
    padding-bottom: 70px;
}
.scrollable-menu {
    position: sticky;
    top: 150px;
}
.tabs-left {
    border: none;
}
.tabs-left&gt;li {
    margin-bottom: 0;
    float: none;
    box-shadow: 0 2px 4px 0 rgba(195, 195, 195, 0.5);
}
.tabs-left&gt;li&gt;a {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    padding-left: 40px;
    color: #212121;
    font-size: 16px;
    display: inline-block;
    border: none;
}
.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:hover, .nav-tabs&gt;li.active&gt;a:focus{
    color: #fe7701;
    border: none;
    display: inline-block;
    background-color: transparent;
}
.nav-tabs&gt;li&gt;a:hover{
    border-color: transparent;
}
.nav-tabs&gt;li img{
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 1000;
    height: 22px;
    width: 22px;
}
.tab-content p{
    line-height: 1.5;
    color: #292828;
    font-size: 16px;
    font-weight: 200;
}
.tab-content a{
    color: #fe7701;
    transition: all .3s;
}
.tab-content a:hover{
    color: #787777;
}
.tab-content li{
    line-height: 1.5;
    color: #292828;
    font-size: 16px;
    font-weight: 200;
}
.tab-content{
    padding-bottom: 80px;
}
.grey-box{
    background-color: #f3f3f3;
    padding-top: 120px;
    padding-bottom: 120px;
}
.grey-box h2{
    font-family: "SuaMedium", sans-serif;
    font-size: 36px;
    color: #212121;
    line-height: 1.31;
    padding-top: 70px;
}
.grey-box p{
    font-family: "SuaMedium", sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #212121;
}
.joinUs{
    padding-top: 100px;
    padding-bottom: 50px;
}
.joinUs h2{
    font-family: "SuaMedium", sans-serif;
    color: #212121;
    font-size: 40px;
    margin-bottom: 20px;
}
.joinUs p{
    font-family: "PublicSans", sans-serif;
    font-weight: 200;
    line-height: 1.75;
    color: #010015;
    padding-bottom: 20px;
} 
.joinUsLinks{
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: #f9f9f9;
}
.joinUsLinks h2{
    font-family: "SuaMedium", sans-serif;
    font-size: 40px;
    font-weight: 200;
    line-height: 1.75;
    color: #010015;
    padding-bottom: 20px;
}
.joinUsLinks ul{
    list-style: none;
    line-height: 1.75;
}
.joinUsLinks ul a{
    font-family: "PublicSans", sans-serif;
    color: #010015;
    font-weight: 200;
    transition: all .3s;
}
.joinUsLinks ul a:hover{
    color: #fe7701;
}
.joinUsLinks li{
    position: relative;
    padding-left: 20px;
}
.joinUsLinks ul li:before{
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background-image: url(../images/icons/circle_orange.svg);
    background-size: cover;
    background-position: center;
    left: 0;
    top: 28%;
}
.notification{
    padding-top: 80px;
    padding-bottom: 120px;
}
.notification h2{
    font-family: "SuaMedium", sans-serif;
    font-size: 32px;
    margin-bottom: 50px;
}
.notification p{
    font-size: 16px;
    font-weight: 200;
    line-height: 1.75;
    color: #212121;
}
.notification a{
    color: #fe7701;
    transition: all .3s;
}
.notification a:hover{
    color: #010015;
}
.notification .date{
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 30px;
}
.notification .imageContainer{
    height: 150px;
    max-width: 100%;
    margin-bottom: 30px;
}
.notification .imageContainer img {
    height: 100%;
    width: auto;
    max-width: 100%;
}
.lastEvent{
    padding-bottom: 120px;
    padding-top: 60px;
    background-color: #f9f9f9;
}
.lastEvent h2{
    font-family: "SuaMedium", sans-serif;
    font-size: 32px;
    margin-bottom: 50px;
}
.lastEvent .eventCard {
    box-shadow: 0px 0px 4px 0.5px rgb(195 195 195 / 50%);
    padding: 20px 20px;
    transition: all .3s;
    margin-bottom: 25px;
    background-color: #ffffff;
    color: #212121;
}
.lastEvent .eventCard:hover{
    box-shadow: 0px 0px 6px 2px rgb(195 195 195 / 50%);
}
.lastEvent .eventCard h2{
    font-family: "SuaMedium", sans-serif;
    font-size: 24px;
    color: #212121;
    margin-bottom: 15px;
    text-align: center;
}
.lastEvent .eventCard .date{
    font-family: "Public Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
}
.lastEvent .eventCard .place{
    font-family: "Public Sans", sans-serif;
    font-weight: 200;
    text-align: center;
}
.lastEvent .eventCard .slogan{
    font-family: "Public Sans", sans-serif;
    font-weight: 500;
    text-align: center;
    color: #fe7701;
    font-size: 16px;
    margin-bottom: 10px;
}

.events{
    padding-top: 80px;
    padding-bottom: 100px;
    background-image: linear-gradient(#ffffff, #f9f9f9);
}
.events .pageTitle{
    font-family: "SuaMedium", sans-serif;
    font-size: 36px;
    line-height: 1.31;
    color: #212121;
    margin-bottom: 50px;
}
.links{
    margin-top: 30px;
}
.events .eventCard {
    box-shadow: 0px 0px 4px 0.5px rgb(195 195 195 / 50%);
    padding: 20px 20px;
    transition: all .3s;
    margin-bottom: 25px;
    background-color: #ffffff;
}
.events .eventCard:hover{
    box-shadow: 0px 0px 6px 2px rgb(195 195 195 / 50%);
}
.events .eventCard h2{
    font-family: "SuaMedium", sans-serif;
    font-size: 24px;
    color: #212121;
    margin-bottom: 15px;
    text-align: center;
}
.events .eventCard .date{
    font-family: "Public Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
}
.events .eventCard .place{
    font-family: "Public Sans", sans-serif;
    font-weight: 200;
    text-align: center;
}
.events .eventCard .slogan{
    font-family: "Public Sans", sans-serif;
    font-weight: 500;
    text-align: center;
    color: #fe7701;
    font-size: 14px;
    margin-bottom: 10px;
}
.events .noEvent{
    font-family: "SuaMedium", sans-serif;
    font-size: 20px;
    color: #212121;
    margin-bottom: 40px; 
}
.events .ecdlImageContainer{
    height: 110px;
    max-width: 100%;
    margin-bottom: 30px;
}
.events .ecdlImageContainer img {
    height: 100%;
    width: auto;
    max-width: 100%;
}
.newsCard {
    box-shadow: 0px 0px 4px 0.5px rgb(195 195 195 / 50%);
    padding: 20px 20px;
    transition: all .3s;
    margin-bottom: 25px;
    background-color: #ffffff;
}
.newsCard:hover{
    box-shadow: 0px 0px 6px 2px rgb(195 195 195 / 50%);
}
.newsCard h2{
    font-family: "SuaMedium", sans-serif;
    font-size: 22px;
    color: #212121;
    margin-bottom: 10px;
    text-align: center;
}
.newsCard .date{
    font-family: "Public Sans", sans-serif;
    font-weight: 500;
    color: #fe7701;
    font-size: 11px;
    text-align: center;
    margin-bottom: 5px;    
}
.newsCard .body{
    font-family: "Public Sans", sans-serif;
    font-weight: 200;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}
.lastEvent .newsCard {
    background-color: #ffffff;
    color: #212121;
}

.contact_form{
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}
.contact_form__title{
    font-size: 20px;
    font-family: "SuaMedium", sans-serif;
    color: #212121;
    margin-bottom: 15px;
}
.contact_form__title span{
    font-size: 12px;
    font-family: "SuaLight", sans-serif;
    color: #707070;
}

.form-input{
    width: 100%;
    font-family: "PublicSans", sans-serif;
    font-size: 14px;
    border: 1px solid #979797;
    resize: vertical;
    max-height: 200px;
    min-height: 40px;
    color: #2c2c2c;
    padding-left: 10px;
    background-color: #fff;
}

.form-select{
    width: 100%;
    font-family: "PublicSans", sans-serif;
    font-size: 13px;
    border: 1px solid #979797;
    resize: vertical;
    max-height: 200px;
    min-height: 40px;
    color: #2c2c2c;
    padding-left: 8px;
    padding-right: 10%;
    line-height: 35px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/icons/down-arrow.svg) 96% / 3% no-repeat #fff;
}

.form-group label{
    color: #212121;
    font-family: "PublicSans", sans-serif;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 1px;
}

.contact_form__form .button-container{
    text-align: right;
}

.contact_form__form .checkmark{
    top: 10px;
}

.contact_form__form label a{
    color: #f5821e;
    font-size: 14px;
}

.contact_form__form label a{
    text-decoration: none;
}

.contact_form__form .requiredInputCheck{
    background-color: #fd03031f;
}

.contact_form__form .requiredSelect{
    background-color: #fd03031f;
}

.contact_form__form .requiredCheckbox{
    border-bottom: 1px solid red;
}

.contact_form__form .requiredLabel{
    border-bottom: 1px solid red;    
}

.contact_form__form label span{
    font-size: 11px;
}
.submitButton{
    font-family: "SuaMedium", sans-serif;
    font-size: 14px;
    background-color: #fe7701;
    color: #ffffff;
    line-height: 1.5;
    padding-top: 8px;
    padding-bottom: 6px;
    width: 50%;
    margin-top: 5px;
    border-radius: 4px;
    border: 1px solid #fe7701;
    transition: all .3s;
}
.submitButton:hover{
    background-color: #ffffff;
    color: #212121;
}
.submitButton:disabled{
    cursor: not-allowed;
}
.contact_form__form .checkmark{
    position: absolute;
    top: 8px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #979797;
    background-color: #ffffff;
}

.contact_form__form input:checked ~ .checkmark{
    background-color: #f5821e;
    border: none;
}

.contact_form__form .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkboxContainer {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    margin-top: 10px;
    padding-top: 7px;
    font-weight: 200;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkboxContainer input:checked ~ .checkmark:after {
    display: block;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.errorMessage{
    font-family: "SuaMedium", sans-serif;
    font-size: 16px;
    background-color: #fd03031f;
    padding-top: 15px;
    color: #212121;
    padding-bottom: 15px;
    margin-top: 10px;
}

.successMessage {
    font-family: "SuaMedium", sans-serif;
    font-size: 16px;
    background-color: #228B221f;
    padding-top: 15px;
    color: #212121;
    padding-bottom: 15px;
    margin-top: 10px;   
}
.daterangepicker td.active, .daterangepicker td.active:hover{
    background-color: #fe7701 !important;
    border-color: #fe7701 !important;
    color: #fff;
}
.membershipDisclaimer{
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #f9f9f9;
}
.membershipDisclaimer p{
    font-family: "PublicSans", sans-serif;
    font-weight: 200;
    line-height: 1.75;
    color: #010015;
    padding-bottom: 20px;   
}
.pageBody{
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(#ffffff, #f9f9f9);
}
.pageBody p{
    line-height: 1.5;
    color: #292828;
    font-size: 16px;
    font-weight: 200;
}
.login{
    padding-top: 60px;
    padding-bottom: 80px;
    background-image: linear-gradient(#ffffff, #f9f9f9);
}
.loginCard{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
    box-shadow: 0 0px 6px 1px rgb(195 195 195 / 50%);
}
.lostPass{
    margin-bottom: 10px;
}
.lostPass a{
    font-size: 13px;
    font-family: "SuaRegular", sans-serif;
    color: #212121;
}
.loginLogo {
    margin-bottom: 10px;
}
.loginLogo img{
    height: 50px;
}
.requiredInputCheck{
    background-color: #fd03031f;
}
#LoginFailed{
    font-family: "PublicSans", sans-serif;
    font-weight: 200;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    background-color: #fd03031f;
    border-radius: 5px;
}
#ValidationTrue {
    font-family: "SuaMedium", sans-serif;
    font-size: 14px;
    font-weight: 200;
    background-color: #228B221f;
    padding-top: 15px;
    color: #212121;
    padding-bottom: 15px;
    margin-top: 10px;   
}
#ValidationEmail{
    font-family: "PublicSans", sans-serif;
    font-weight: 200;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    background-color: #fd03031f;
    border-radius: 5px;
}
#FailMessage{
    font-family: "PublicSans", sans-serif;
    font-weight: 200;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    background-color: #fd03031f;
    border-radius: 5px;    
}
.profile{
    padding-top: 60px;
    padding-bottom: 80px;
    background-image: linear-gradient(#ffffff, #f9f9f9);
}

.contact_form__form input:checked ~ .checkmark1{
    background-color: #f5821e;
    border: none;
}

.contact_form__form .checkmark1:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.interestCheckboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.interestCheckboxContainer {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    margin-top: 5px;
    padding-top: 5px;
    font-weight: 200;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.interestCheckboxContainer input:checked ~ .checkmark1:after {
    display: block;
}
.checkmark1 {
    position: absolute;
    top: 8px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #979797;
    background-color: #ffffff;
}
.checkmark1:after {
    content: "";
    position: absolute;
    display: none;
}
#PendingChange{
    font-size: 13px;
    color: #707070;
    margin-top: 10px;
    display: none;
}

#gdpr-cookie-message {
    display: block;
    font-family: "SuaRegular", sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #b9b9b9;
    padding: 10px 20px;
    text-align: center;
}
#gdpr-cookie-message h4,
#gdpr-cookie-message p {
    color: #ffffff;
    display: inline-block;
    margin: 0;
    font-size: 13px;
    padding-right: 15px;
}
#gdpr-cookie-message h4 {
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
}
#gdpr-cookie-message p a {
    color: #fe7701;
    text-decoration: underline;
    padding-left: 5px;
}
#gdpr-cookie-message button {
    margin: 0 10px;
    background-color: #FFFFFF;
    border: none;
    padding: 5px 10px;
    color: #000;
    font-size: 13px;
}
#gdpr-cookie-message button#gdpr-cookie-advanced {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
#gdpr-cookie-message button:hover {
    opacity: 0.7;
}
#gdpr-cookie-message button#gdpr-cookie-advanced:hover {
    opacity: 0.7;
}
#gdpr-cookie-types h5 {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}
#gdpr-cookie-types ul li {
    list-style: none;
    color: #fff;
    display: inline-block;
    padding: 5px;
    font-size: 13px;
}</pre></body></html>