/* open-sans-regular - v17-latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  src: url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}/* open-sans-700 - v17-latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-700.svg#Oswald') format('svg'); /* Legacy iOS */
}/* open-sans-300 - v17-latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-300.woff') format('woff'), /* Modern Browsers */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/clubdesk/webpage/webfonts/open-sans-v17-latin_latin-ext-300.svg#Oswald') format('svg'); /* Legacy iOS */
}
body {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.cd-content, .cd-sidebar, .cd-header, .cd-footer {
    position: relative;
}

.columns-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
}

.columns-margins {
    flex-grow: 1;
}

.columns {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    max-width: 1100px;
    flex-basis: 1100px;
}

.content-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sidebar-wrapper {
    display: flex;
    flex-direction: column;
    flex-basis: 240px;
    flex-shrink: 0;
    border-left: 0 SOLID rgba(255,255,255,1.0);
    overflow: hidden;
}

.cd-header, .cd-content, .cd-sidebar, .cd-footer {
    flex-grow: 1;
}

.cd-row {
    max-width: 1100px;
    margin: 0 auto;
}

.cd-navigation-bar-container a, .cd-navigation-bar-container a:hover {
    text-decoration: none;
}

.cd-filler {
    flex-grow: 1;
}

@media (max-width: 576px) {
    .columns {
        display: block;
        flex-basis: initial;
    }

    .sidebar-wrapper {
        border-left: none;
        max-width: 100%;
    }
}
.cd-navigation-bar-container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30010;
    transition: all 0.4s ease;
}

.cd-scroll .cd-navigation-bar-container {
    background: rgba(255,255,255,1.0);
}

.cd-header-empty .cd-navigation-bar-container {
    background: rgba(255,255,255,1.0);
    border-bottom: 1px solid #999999;
}

.cd-navigation-bar-content {
    display: flex;
    align-items: center;
    margin: 40px 40px;
    transition: all 0.4s ease;
    flex-direction: row-reverse;
}

.cd-scroll .cd-navigation-bar-content {
    margin: 20px 40px 20px 40px;
}

.cd-navigation-bar a.cd-link-login {
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: right;
	text-transform: none;
	margin: 15px 0 15px 50px;
	overflow-wrap: break-word;
}

.cd-navigation-bar a.cd-link-login {
	color: rgba(0,0,0,1.0);
}


.cd-navigation-bar a.cd-link-login, .cd-navigation-bar a.cd-link-login:visited {
	text-transform: uppercase;
	text-decoration: none;
}

.cd-navigation-bar a.cd-link-login, .cd-navigation-bar a.cd-link-login:visited {
	color: rgba(0,0,0,1.0);
}

.cd-navigation-bar a.cd-link-login:hover, .cd-navigation-bar a.cd-link-login:visited:hover {	text-decoration: none;
}

.cd-navigation-bar a.cd-link-login:hover, .cd-navigation-bar a.cd-link-login:visited:hover {
	color: rgba(102,102,102,1.0);
}



.mobile-menu-bar-fixed a.cd-link-login {
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	margin: 0 0 0 25px;
	overflow-wrap: break-word;
}

.mobile-menu-bar-fixed a.cd-link-login {
	color: rgba(0,0,0,1.0);
}


.mobile-menu-bar-fixed a.cd-link-login, .mobile-menu-bar-fixed a.cd-link-login:visited {
	text-transform: none;
	text-decoration: none;
}

.mobile-menu-bar-fixed a.cd-link-login, .mobile-menu-bar-fixed a.cd-link-login:visited {
	color: rgba(0,0,0,1.0);
}

.mobile-menu-bar-fixed a.cd-link-login:hover, .mobile-menu-bar-fixed a.cd-link-login:visited:hover {	text-decoration: underline;
}

.mobile-menu-bar-fixed a.cd-link-login:hover, .mobile-menu-bar-fixed a.cd-link-login:visited:hover {
	color: rgba(0,0,0,1.0);
}



.cd-mobile-menu-bar-fixed {
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30000;
}

.cd-mobile-menu-bar-content {
    transition: all 0.4s ease;
    background: none !important;
}

.cd-header-empty .cd-mobile-menu-bar {
    background: rgba(255,255,255,1.0);
    border-bottom: 1px solid #999999;
}

.cd-scroll .cd-mobile-menu-bar-content {
    padding: 10px;
}

.cd-scroll .cd-mobile-menu-bar {
    background: rgba(255,255,255,1.0);
}

@media (min-width: 993px) {
    .cd-header-empty .cd-content .cd-section:first-of-type {
        padding-top: 150px;
    }
}

@media (max-width: 992px) {
    .cd-header-empty .cd-content .cd-section:first-of-type {
        padding-top: 120px;
    }
}


.cd-login-link-desktop a.cd-link-login {
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: right;
	text-transform: none;
	margin: 15px 0 15px 50px;
	overflow-wrap: break-word;
}

.cd-login-link-desktop a.cd-link-login {
	color: rgba(0,0,0,1.0);
}


.cd-login-link-desktop a.cd-link-login {
	text-transform: uppercase;
	text-decoration: none;
}

.cd-login-link-desktop a.cd-link-login {
	color: rgba(0,0,0,1.0);
}

.cd-login-link-desktop a.cd-link-login:hover {	text-decoration: none;
}

.cd-login-link-desktop a.cd-link-login:hover {
	color: rgba(102,102,102,1.0);
}



a.cd-link-login:hover {
    opacity: 0.5;
}
.cd-logo-and-name-desktop {
    display: inline-flex;
    align-items: center;
}

.cd-logo-and-name-desktop a.cd-club-logo-link {
    text-decoration: none;
}

.cd-logo-and-name-desktop .cd-club-logo-link {
    display: inline;
}

.cd-logo-and-name-desktop .cd-club-logo {
    height: 50px;
    margin: ;
    vertical-align: middle;
}

.cd-logo-and-name-desktop .cd-club-name {
    display: none;
}

.cd-logo-and-name-desktop a.cd-club-name, .cd-logo-and-name-desktop a.cd-club-name:visited, .cd-logo-and-name-desktop a.cd-club-name:hover {
	font-family: Open Sans, sans-serif;
	font-size: 32px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	margin: 10px;
	overflow-wrap: break-word;
}

.cd-logo-and-name-desktop a.cd-club-name, .cd-logo-and-name-desktop a.cd-club-name:visited, .cd-logo-and-name-desktop a.cd-club-name:hover {
	color: rgba(0,0,0,1.0);
}






/* initial hiding of second level */

.cd-singledropdownmenu .cd-menu-level-1 ul ul {
    display: none;
    list-style-type: none;
}

.cd-singledropdownmenu .cd-menu-level-1 a {
	font-family: Open Sans, sans-serif;
	font-size: 18px;;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	overflow-wrap: break-word;
}

.cd-singledropdownmenu .cd-menu-level-1 a {
	color: rgba(0,0,0,1.0);
}


.cd-singledropdownmenu .cd-menu-level-2 a {
	font-family: Open Sans, sans-serif;
	font-size: 18px;;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	overflow-wrap: break-word;
}

.cd-singledropdownmenu .cd-menu-level-2 a {
	color: rgba(255,255,255,1.0);
}


.cd-singledropdownmenu .cd-menu-level-3 a {
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	padding: 0 0 8px 40px;
	overflow-wrap: break-word;
}

.cd-singledropdownmenu .cd-menu-level-3 a {
	color: rgba(204,204,204,1.0);
}



.cd-singledropdownmenu .cd-menu-level-1 > ul > li > a.cd-menu-active, .cd-singledropdownmenu .cd-menu-level-1 > ul > li > a.cd-menu-item {
	border-color: rgba(255,255,255,1.0);
}

.cd-singledropdownmenu .cd-menu-level-1 > ul > li > a.cd-menu-active, .cd-singledropdownmenu .cd-menu-level-1 > ul > li > a.cd-menu-item {
	border-width: 2px;
	border-style: SOLID;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}


.cd-singledropdownmenu .cd-menu-level-2 > ul > li > a.cd-menu-active, .cd-singledropdownmenu .cd-menu-level-2 > ul > li > a.cd-menu-item {
	border-color: rgba(255,255,255,1.0);
}

.cd-singledropdownmenu .cd-menu-level-2 > ul > li > a.cd-menu-active, .cd-singledropdownmenu .cd-menu-level-2 > ul > li > a.cd-menu-item {
	border-width: 0;
	border-style: null;
	border-top-left-radius: null;
	border-top-right-radius: null;
	border-bottom-right-radius: null;
	border-bottom-left-radius: null;
}


.cd-singledropdownmenu .cd-menu-level-3 > ul > li > a.cd-menu-active, .cd-singledropdownmenu .cd-menu-level-3 > ul > li > a.cd-menu-item {
	border-color: rgba(255,255,255,1.0);
}

.cd-singledropdownmenu .cd-menu-level-3 > ul > li > a.cd-menu-active, .cd-singledropdownmenu .cd-menu-level-3 > ul > li > a.cd-menu-item {
	border-width: 0;
	border-style: null;
	border-top-left-radius: null;
	border-top-right-radius: null;
	border-bottom-right-radius: null;
	border-bottom-left-radius: null;
}




.cd-singledropdownmenu .cd-menu-level-1 a {
    text-decoration: none;
    transition: opacity 200ms ease;
}

.cd-singledropdownmenu .cd-menu-level-1 a:hover {
    opacity: 0.5;
}

.cd-singledropdownmenu .cd-menu-item {
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
}

.cd-singledropdownmenu .cd-menu-level-2 .cd-menu-item {
    width: 100%;
}

.cd-singledropdownmenu .cd-menu-level-2 > ul, .cd-singledropdownmenu .cd-menu-level-3 > ul {
    margin: 0;
    padding: 0;
}

.cd-singledropdownmenu .cd-menu-level-1 > ul {
    background-color: transparent;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.cd-singledropdownmenu .cd-menu-level-1 > ul > li {
    display: inline-block;
    white-space: nowrap;
    position: relative;
}

.cd-singledropdownmenu .cd-menu-level-1 > ul > li > .cd-menu-item {
    display: inline-block;
    padding: 5px 16px;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
}

.cd-singledropdownmenu .cd-menu-level-2  {
    position: absolute;
    right: 0;

    cursor: auto;
    background-color: rgba(102,102,102,1.0);

    display: none;
    margin: 4px 0 0 0;;
    padding: 0;
    overflow-y: auto;
    min-width: 300px;
    max-height: 90vh;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.cd-singledropdownmenu .cd-menu-level-3 > ul {
    background-color: rgba(102,102,102,1.0);
}


.cd-singledropdownmenu .cd-menu-level-1 > ul > li > .active > div.cd-menu-level-2,
.cd-singledropdownmenu .cd-menu-level-1 > ul > li > div.cd-menu-level-2 {
    display: block !important;
    z-index: 10;
}

/* ---------------------- */

.cd-singledropdownmenu a.open .cd-menu-expander {
    transform: rotate(180deg);
}

.cd-singledropdownmenu .cd-menu-expander {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0.1em;

    cursor: pointer;
    transition-property: transform;
    transition: all 0.5s;

    pointer-events: all;
    float: right;
}

.cd-singledropdownmenu .cd-menu-level-1 .cd-menu-expander {
    font-size: 18px;;
    color: rgba(0,0,0,1.0);
}

.cd-singledropdownmenu .cd-menu-level-2 .cd-menu-expander {
    font-size: 18px;;
    color: rgba(255,255,255,1.0);
}

.cd-singledropdownmenu .cd-menu-level-3 .cd-menu-expander {
    font-size: 16px;
    color: rgba(204,204,204,1.0);
}

/* ------ selection ------- */

.cd-singledropdownmenu .cd-menu-active {
    font-weight: bold;
}

.cd-singledropdownmenu .cd-menu-level-1 > ul > li > a.cd-menu-active, .cd-singledropdownmenu .cd-menu-level-1 > ul > li > a.cd-menu-selected {
	border-color: transparent;
}

.cd-singledropdownmenu .cd-menu-level-1 > ul > li > a.cd-menu-active, .cd-singledropdownmenu .cd-menu-level-1 > ul > li > a.cd-menu-selected {
	border-width: 2px;
	border-style: SOLID;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}


.cd-singledropdownmenu .cd-menu-level-2 > ul > li > a.cd-menu-active, .cd-singledropdownmenu .cd-menu-level-2 > ul > li > a.cd-menu-selected {
	border-color: rgba(255,255,255,1.0);
}

.cd-singledropdownmenu .cd-menu-level-2 > ul > li > a.cd-menu-active, .cd-singledropdownmenu .cd-menu-level-2 > ul > li > a.cd-menu-selected {
	border-width: 0;
	border-style: null;
	border-top-left-radius: null;
	border-top-right-radius: null;
	border-bottom-right-radius: null;
	border-bottom-left-radius: null;
}


.cd-singledropdownmenu .cd-menu-level-3 > ul > li > a.cd-menu-active, .cd-singledropdownmenu .cd-menu-level-3 > ul > li > a.cd-menu-selected {
	border-color: rgba(255,255,255,1.0);
}

.cd-singledropdownmenu .cd-menu-level-3 > ul > li > a.cd-menu-active, .cd-singledropdownmenu .cd-menu-level-3 > ul > li > a.cd-menu-selected {
	border-width: 0;
	border-style: null;
	border-top-left-radius: null;
	border-top-right-radius: null;
	border-bottom-right-radius: null;
	border-bottom-left-radius: null;
}



.cd-singledropdownmenu .cd-menu-level-1  a.cd-menu-active,
.cd-singledropdownmenu .cd-menu-level-1 a.cd-menu-selected {
    color: rgba(197,26,27,1.0);
    background-color: rgba(255,255,255,1.0);
}

.cd-singledropdownmenu .cd-menu-level-2 a.cd-menu-active,
.cd-singledropdownmenu .cd-menu-level-2 a.cd-menu-selected {
    color: rgba(255,255,255,1.0);
    background-color: rgba(102,102,102,1.0);
}

.cd-singledropdownmenu .cd-menu-level-3 a.cd-menu-active,
.cd-singledropdownmenu .cd-menu-level-3 a.cd-menu-selected {
    color: rgba(255,255,255,1.0);
    background-color: rgba(102,102,102,1.0);
}

/* ---------------------- */
.cc-window, .cc-revoke {
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: right;
	text-transform: none;
	overflow-wrap: break-word;
}

.cc-window, .cc-revoke {
	color: rgba(51,51,51,1.0);
}



a.cc-link, a.cc-link:active, a.cc-link:visited {
	text-transform: uppercase;
	text-decoration: none;
}

a.cc-link, a.cc-link:active, a.cc-link:visited {
	color: rgba(51,51,51,1.0);
}

a.cc-link:hover, a.cc-link:active:hover, a.cc-link:visited:hover {	text-decoration: underline;
}

a.cc-link:hover, a.cc-link:active:hover, a.cc-link:visited:hover {
	color: rgba(169,169,169,1.0);
}



.cc-window, .cc-revoke {
    background-color: rgba(255,255,255,1.0);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    z-index: 10000000;
}

.cc-btn {
    background-color: rgba(255,255,255,1.0);
    color: rgba(197,26,27,1.0);
}

.cc-btn:first-child {
    background-color: transparent;
}

.cc-btn:first-child {
	color: rgba(51,51,51,1.0);
}




.cd-mobile-menu-bar-content {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;

    z-index: 30002;
    padding: 20px 10px;

    background: rgba(255,255,255,1.0);
}

.cd-mobile-menu-bar-content .filler {
    flex-grow: 1;
}

/* menu definitions */

.cd-mobile-menu-button {
    display: flex;
    cursor: pointer;
    z-index: 30000;
}

.cd-mobile-menu-button .menu-label {
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	overflow-wrap: break-word;
}

.cd-mobile-menu-button .menu-label {
	color: rgba(255,255,255,1.0);
}



.cd-mobile-menu-button .nav-icon {
    width: 24px;
    margin: 2px 20px 0 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;

    cursor: pointer;
}

.cd-mobile-menu-button:hover {
    opacity: 0.9;
}

.cd-mobile-menu-button .nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: rgba(0,0,0,1.0);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.cd-mobile-menu-button .nav-icon span:nth-child(1) {
    top: 3px;
}

.cd-mobile-menu-button .nav-icon span:nth-child(2) {
    top: 9px;
}

.cd-mobile-menu-button .nav-icon span:nth-child(3) {
    top: 15px;
}

.cd-mobile-menu-button .nav-icon.open span {
    background: rgba(0,0,0,1.0);
}

.cd-mobile-menu-button .nav-icon.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-mobile-menu-button .nav-icon.open span:nth-child(2) {
    opacity: 0;
}

.cd-mobile-menu-button .nav-icon.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* menu definitions */

.cd-mobile-menu .cd-mobile-menu-background {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,1.0);
    z-index: -1;
}

.cd-mobile-menu .cd-mobile-menu-level-1 ul ul {
    display: none;
    list-style-type: none;
}

.cd-mobile-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.cd-mobile-menu li {
    display: grid;
}

.cd-mobile-menu .cd-menu-item {
    padding: 0.7em 0.5em;
}

.cd-mobile-menu .cd-mobile-menu-level-1 {
    display: none;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
    overflow-y: auto;

    font-size: 1em;
    background: rgba(255,255,255,1.0);
    opacity: 0;

    z-index: -1000;
}

.cd-mobile-menu .cd-mobile-menu-level-1 a.cd-menu-item {
	font-family: Open Sans, sans-serif;
	font-size: 18px;;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	letter-spacing: ;
	text-transform: none;
	padding: 0 20px 10px 20px;
	overflow-wrap: break-word;
}

.cd-mobile-menu .cd-mobile-menu-level-1 a.cd-menu-item {
	color: rgba(0,0,0,1.0);
}


.cd-mobile-menu .cd-mobile-menu-level-2 a.cd-menu-item {
	font-family: Open Sans, sans-serif;
	font-size: 18px;;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	padding: 0 0 10px 40px;
	overflow-wrap: break-word;
}

.cd-mobile-menu .cd-mobile-menu-level-2 a.cd-menu-item {
	color: rgba(0,0,0,1.0);
}


.cd-mobile-menu .cd-mobile-menu-level-3 a.cd-menu-item {
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	padding: 0 0 10px 60px;
	overflow-wrap: break-word;
}

.cd-mobile-menu .cd-mobile-menu-level-3 a.cd-menu-item {
	color: rgba(0,0,0,1.0);
}



.cd-mobile-menu .cd-mobile-menu-level-1 > ul > li > a.cd-menu-active, .cd-mobile-menu .cd-mobile-menu-level-1 > ul > li > a.cd-menu-item {
	border-color: rgba(255,255,255,1.0);
}

.cd-mobile-menu .cd-mobile-menu-level-1 > ul > li > a.cd-menu-active, .cd-mobile-menu .cd-mobile-menu-level-1 > ul > li > a.cd-menu-item {
	border-width: 0 0 1px 0;
	border-style: SOLID;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}


.cd-mobile-menu .cd-mobile-menu-level-2 > ul > li > a.cd-menu-active, .cd-mobile-menu .cd-mobile-menu-level-2 > ul > li > a.cd-menu-item {
	border-color: rgba(255,255,255,1.0);
}

.cd-mobile-menu .cd-mobile-menu-level-2 > ul > li > a.cd-menu-active, .cd-mobile-menu .cd-mobile-menu-level-2 > ul > li > a.cd-menu-item {
	border-width: 0 0 1px 0;
	border-style: SOLID;
	border-top-left-radius: null;
	border-top-right-radius: null;
	border-bottom-right-radius: null;
	border-bottom-left-radius: null;
}


.cd-mobile-menu .cd-mobile-menu-level-3 > ul > li > a.cd-menu-active, .cd-mobile-menu .cd-mobile-menu-level-3 > ul > li > a.cd-menu-item {
	border-color: rgba(255,255,255,1.0);
}

.cd-mobile-menu .cd-mobile-menu-level-3 > ul > li > a.cd-menu-active, .cd-mobile-menu .cd-mobile-menu-level-3 > ul > li > a.cd-menu-item {
	border-width: 0 0 1px 0;
	border-style: SOLID;
	border-top-left-radius: null;
	border-top-right-radius: null;
	border-bottom-right-radius: null;
	border-bottom-left-radius: null;
}



.cd-mobile-menu .cd-mobile-menu-level-1.open {
    display:inherit;
    opacity: 1;
    z-index: 30000;
    position: fixed;
    top: 100px;
}

.cd-mobile-menu .cd-mobile-menu-level-1 a {
    color: inherit;
    text-decoration: none;
    transition: opacity 200ms ease;
}

.cd-mobile-menu .cd-mobile-menu-level-1 a:hover {
    opacity: 0.5;
}

.cd-mobile-menu .cd-mobile-menu-level-2 {
    background-color: rgba(255,255,255,1.0);
}

.cd-mobile-menu .cd-mobile-menu-level-2 li {
    padding-left: 0;
}

.cd-mobile-menu .cd-mobile-menu-level-3 {
    background-color: rgba(255,255,255,1.0);
}

.cd-mobile-menu .cd-mobile-menu-level-3 li {
    padding-left: 0;
}

/*** selection ***/

.cd-mobile-menu .cd-menu-selected {
    font-style: italic;
}

.cd-mobile-menu .cd-mobile-menu-level-1 > ul > li > .cd-menu-selected, .cd-mobile-menu .cd-mobile-menu-level-1 > ul > li > .cd-menu-active {
    color: rgba(197,26,27,1.0);
    background-color: transparent;
}

.cd-mobile-menu .cd-mobile-menu-level-2 > ul > li > .cd-menu-selected, .cd-mobile-menu .cd-mobile-menu-level-2 > ul > li > .cd-menu-active {
    color: rgba(0,0,0,1.0);
    background-color: rgba(255,255,255,1.0);
}

.cd-mobile-menu .cd-mobile-menu-level-3 a.cd-menu-active {
    color: rgba(255,255,255,1.0);
    background-color: rgba(255,255,255,1.0);
}

/*** expander definitions ***/

.cd-mobile-menu a.active .cd-menu-expander {
    transform: rotate(180deg);
}

.cd-mobile-menu .cd-menu-expander {
    display: inline-block;
    float: right;
    width: 16px;
    height: 15px;

    padding: 0;
    margin-left: 10px;
    margin-right: 20px;

    cursor: pointer;
    transition-property: transform;
    transition: all 0.5s;

    pointer-events: all;
}

/*** end expander definitions ***/


.cd-login-link-mobile a.cd-link-login {
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	margin: 0 0 0 25px;
	overflow-wrap: break-word;
}

.cd-login-link-mobile a.cd-link-login {
	color: rgba(0,0,0,1.0);
}


.cd-login-link-mobile a.cd-link-login {
	text-transform: none;
	text-decoration: none;
}

.cd-login-link-mobile a.cd-link-login {
	color: rgba(0,0,0,1.0);
}

.cd-login-link-mobile a.cd-link-login:hover {	text-decoration: underline;
}

.cd-login-link-mobile a.cd-link-login:hover {
	color: rgba(0,0,0,1.0);
}



a.cd-link-login:hover {
    opacity: 0.5;
}
.cd-logo-and-name-mobile {
    display: inline-flex;
    align-items: center;
}

.cd-logo-and-name-mobile a.cd-club-logo-link {
    text-decoration: none;
}

.cd-logo-and-name-mobile .cd-club-logo-link {
    display: inline;
}

.cd-logo-and-name-mobile .cd-club-logo {
    height: 30px;
    
    vertical-align: middle;
}

.cd-logo-and-name-mobile .cd-club-name {
    display: none;
}

.cd-logo-and-name-mobile a.cd-club-name, .cd-logo-and-name-mobile a.cd-club-name:visited, .cd-logo-and-name-mobile a.cd-club-name:hover {
	font-family: Open Sans, sans-serif;
	font-size: 7vmin;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	margin: 10px;
	overflow-wrap: break-word;
}

.cd-logo-and-name-mobile a.cd-club-name, .cd-logo-and-name-mobile a.cd-club-name:visited, .cd-logo-and-name-mobile a.cd-club-name:hover {
	color: rgba(255,255,255,1.0);
}





.cd-totop-button {
    display: flex;
    justify-content: space-around;
    align-items: center;

    position: fixed;
    right: -100px;
    bottom: 50px;
    width: 50px;
    height: 50px;

    z-index: 1;


    color: rgba(0,0,0,0.8);
    background-color: rgba(255,255,255,1.0);
    transition: all 0.4s ease;

    cursor: pointer;
}

.cd-totop-button {
	border-color: rgba(255,255,255,1.0);
}

.cd-totop-button {
	border-width: 0;
	border-style: SOLID;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}



.cd-scroll .cd-totop-button {
    right: 10px;
}

