/* 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-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 */
}
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: 3px SOLID rgba(33,83,113,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%;
    }
}

body {
    margin: 0;
    overflow-x: hidden;
    background: rgba(249,246,243,1.0);
    position: relative;
    z-index: -100;
}

.main {
    position: relative;
    overflow-x: hidden;
    max-width: 1100px;
    padding-right: 2px;
    background: rgba(249,246,243,1.0);
    z-index: -101;
}

.cd-header-on-side {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 450px;
    z-index: 30000;
    overflow-x: hidden;
    overflow-y: auto;
}

.cd-header {
    width: 100%;
}

.cd-stripeVertical {
    width: 30px;
    background: rgba(242,232,221,1.0);
    border-left: 2px solid white;
    border-right: 2px solid white;
    box-sizing: content-box;
}

.cd-stripeHorizontal {
    width: 100%;
    height: 30px;
    background: rgba(242,232,221,1.0);
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    box-sizing: content-box;
}

@media (min-width: 993px) {
    .main {
        margin-left: 450px;
    }

    .cd-header, .cd-header .cd-section {
        min-height: 100%;
    }
}

@media (max-width: 992px) {
    .cd-header img {
        max-height: 100px;
    }

    .cd-header .cd-block-content, .cd-header h1 {
        margin: 1vmin !important;
    }
}




.cc-window, .cc-revoke {
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	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: none;
	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(51,51,51,1.0);
}



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

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

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

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




.cd-fullpagemenu-button {
    position: fixed;
    z-index: 30002;
    top: 0;
     left : 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding-top: 10px;
    padding-left: 8px;
    border-radius: 20px;
    background: rgba(247,171,95,1.0);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    margin: 20px;
}

.cd-fullpagemenu-button .nav-icon {
    width: 24px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

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

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

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

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

.cd-fullpagemenu-button .nav-icon.open span {
    background: rgba(249,246,243,1.0);
}

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

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

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

.cd-fullpagemenu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 30001;
    top: 0;
    bottom: 0;
     left : 0;
    width: 450px;
    background: transparent;
    transition: all 0.5s;
    padding: 100px 40px;
}

@media (max-width: 992px) {
    .cd-fullpagemenu {
        width: 100%;
    }
}

.cd-fullpagemenu-open .cd-fullpagemenu {
    display: block;
    background: rgba(242,232,221,1.0);
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
}

.cd-fullpagemenu ul {
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.cd-fullpagemenu ul li a {
    text-decoration: none;
    display: block;
}

.cd-fullpagemenu .cd-menu-level-1 a {
	font-family: Open Sans, sans-serif;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
	overflow-wrap: break-word;
}

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


.cd-fullpagemenu .cd-menu-level-2 a {
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	font-weight: 200;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	margin: 5px 0;
	overflow-wrap: break-word;
}

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


.cd-fullpagemenu .cd-menu-level-3 a {
	font-family: Open Sans, sans-serif;
	font-size: 12px;
	font-weight: 200;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	overflow-wrap: break-word;
}

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



.cd-fullpagemenu .cd-menu-level-1 > ul > li {
    margin-top: 10px;
}

.cd-fullpagemenu a.cd-menu-item.cd-menu-active, .cd-fullpagemenu a.cd-menu-item:hover {
    color: rgba(247,171,95,1.0);
}

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

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

    z-index: 1;

    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);

    color: rgba(255,255,255,1.0);
    background-color: rgba(33,83,113,0.8);
    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: 100%;
	border-top-right-radius: 100%;
	border-bottom-right-radius: 100%;
	border-bottom-left-radius: 100%;
}



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

