﻿@import url("https://fonts.googleapis.com/css?family=Noto+Sans&display=swap");

@font-face {font-family: 'AntennaBlack';src: url('/CSS/Antenna-Black.eot?#iefix') format('embedded-opentype'),  url('/CSS/Antenna-Black.woff') format('woff'), url('/CSS/Antenna-Black.ttf')  format('truetype'), url('/CSS/Antenna-Black.svg#Antenna-Black') format('svg');font-weight: normal;font-style: normal;font-display: swap;}
@font-face {font-family: 'Montserrat-Bold';src: url('/CSS/Montserrat-ExtraBold.ttf')  format('truetype');font-weight: normal;font-style: normal;font-display: swap;}
@font-face {font-family: 'PriceFont';src: url('/CSS/PriceFont.eot?#iefix') format('embedded-opentype'), url('/CSS/PriceFont.woff') format('woff'), url('/CSS/PriceFont.ttf') format('truetype'), url('/CSS/PriceFont#Munged-29LduRNBhE') format('svg');font-weight: normal;font-style: normal;font-display: swap;}

body{overflow-x:hidden;margin:0px;padding:0px;background-color:#02497D; color:black; font-family: Noto Sans; font-size:16px;}


/* <editor-fold defaultstate="collapsed" desc="TopBar"> */
#TopBarAnnouncement{height:30px;width:100%;font-size:14px;background-color:black;}
#TopBarAnnouncementPlaceHolder{width:100%; max-width:960px;height:30px;line-height:30px;margin-left:auto;margin-right:auto; color:white;}

#TopBar {background: #F7F7F7;font-size: 14px;width: 100%;border-bottom: 1px solid #e1e1e1;min-height: 36px;}

.topbar-container {display: flex;justify-content: space-between; align-items: center;max-width: 960px;margin: 0 auto;width: 100%;height: 36px;padding: 0 12px;box-sizing: border-box;}
.topbar-left {display: flex;align-items: center;gap: 8px;}

.language-link {display: flex;align-items: center;color: black;text-decoration: none;font-weight: normal;letter-spacing: 1px;gap: 6px;}
.language-link:visited { color: black !important; }
.language-link:hover { color: orange; }
.language-title { color: black; }
.flag img {width:18px;display: block;}

.topbar-right {display: flex;align-items: center;justify-content: flex-end;gap: 16px;}

.topbar-basket {display: flex; align-items: center; gap: 6px;color: black;text-decoration: none;font-weight: 500;font-size: 14px;}
.topbar-basket:hover { color: orange !important; }
.topbar-basket:visited {color:black;}
.topbar-basket img { width: 22px; height: 22px;display: block;  }

.user-menu {position: relative;}
.user-menu-toggle {background: none;border: none;color: black;font: inherit;cursor: pointer;font-weight: 500;}
.user-menu-toggle:hover { color: orange; }
.user-dropdown {display: none;position: absolute;right: 0;top: 100%;margin-top: 2px;background: #fff;box-shadow: 0 2px 6px rgba(0,0,0,0.08);min-width: 180px;padding: 0;list-style: none; z-index: 20;}
.user-menu:focus-within .user-dropdown,
.user-menu:hover .user-dropdown {display: block;}
.user-dropdown li { border-bottom: 1px solid #e1e1e1; }
.user-dropdown li:last-child { border-bottom: none; }
.user-dropdown a{display: block;color: black;padding: 8px 16px;text-decoration: none;font-size: 13px;}
.user-dropdown a:visited {color: black;}
.user-dropdown a:hover { background: #f5f5f5; color: orange; }

/* Responsive */
@media (max-width: 600px) {
    .language-link, .topbar-basket, .user-menu-toggle { font-size: 11px; }
    .topbar-basket img{width: 14px; height:auto;}
    .topbar-container { padding: 0 6px; height: 32px; }
    .flag img { width: 14px; height: 10px; }
    .basket img { width: 16px; height: 16px; }
}

@media (max-width: 400px) {
    .topbar-basket .basket-label { display: none; }
    .topbar-container { padding: 0 2px; }
}

/* </editor-fold> */

/* <editor-fold defaultstate="collapsed" desc="Header"> */

#header-spacer { width: 100%; height: 10px; background: linear-gradient(to bottom, rgba(0,0,0,0),rgba(0,0,0,0.12)); z-index: 10; }
#header { background: #02497D; display: flex; align-items: center; width: 100%; max-width: 960px; margin-left: auto; margin-right: auto; padding: 18px; padding-top: 28px; box-sizing: border-box; position: relative; }
#header .Logo { display: flex; align-items: center; }
#header .Logo img { height: 90px; width: auto; display: block; }
#burger { display: none; position: absolute; right: 18px; top: 24px; width: 36px; height: 36px; cursor: pointer; background: none; border: none; z-index: 101; }
#burger span, #burger span:before, #burger span:after { display: block; background: #fff; position: absolute; height: 4px; width: 28px; border-radius: 2px; transition: all 0.3s; }
#burger span { top: 16px; left: 4px; }
#burger span:before { content: ''; top: -10px; left: 0; }
#burger span:after { content: ''; top: 10px; left: 0; }
#header .menu { flex: 1 1 0; display: flex; align-items: center; gap: 15px; justify-content: flex-end; flex-wrap: wrap; transition: max-height 0.33s; }
#header .menu a { color: #fff; text-decoration: none; font-size: 1.08rem; font-weight: 500; padding: 8px 16px; border-radius: 6px; transition: background 0.15s, color 0.15s; letter-spacing: 0.01rem; line-height: 1.3; }
#header .menu a.Selected, #header .menu a:hover { background: #ffcb21; color: #02497D; }
/* ======= Responsive - Burger Menu ======= */
@media (max-width: 750px) {
    #header { flex-direction: column; align-items: stretch; padding: 10px 5px; }
    #header .Logo { justify-content: center; margin-bottom: 2px; }
    #header .Logo img { height: 50px; margin-top: 10px; }
    #burger { display: block; }
    #header .menu { flex-direction: column; align-items: stretch; gap: 5px; justify-content: flex-start; background: #02497D; position: absolute; top: 100%; left: 0; right: 0; width: 100%; max-height: 0; overflow: hidden; opacity: 0; box-shadow: 0 4px 15px 0 rgba(0,0,0,0.04); border-radius: 0 0 10px 10px; z-index: 100; transition: max-height 0.33s, opacity 0.25s; }
    #header .menu.open { max-height: 500px; opacity: 1; padding-bottom: 7px; }
    #header .menu a { font-size: 1rem; padding: 11px 0; border-radius: 6px; text-align: center; }
    #burger.active span { background: #ffcb21; transform: rotate(45deg); }
    #burger.active span:before { top: 0; background: #ffcb21; transform: rotate(-90deg); }
    #burger.active span:after { top: 0; background: #ffcb21; opacity: 0; transform: scaleX(0.5); }
}

@media (max-width: 900px) {
    #header .menu {gap: 8px;}
    #header .menu a {font-size: 0.98rem;padding: 7px 10px;}
}
/* </editor-fold> */

/* <editor-fold defaultstate="collapsed" desc="Buttons"> */

.btn-primary { cursor: pointer; background: #ffcb21; color: #232526; border: none; outline: none; padding: 8px 18px; border-radius: 10px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-top: 7px; display: inline-block; transition: background 0.17s, color 0.13s, box-shadow 0.15s; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.btn-primary, .btn-primary a, .btn-primary a:visited { color: #232526 !important; }
.btn-primary:hover, .btn-primary:focus { background: #ffe173; color: #232526 !important; box-shadow: 0 2px 8px rgba(0,0,0,0.09); text-decoration: none; transform: none; }

.btn-secondary { cursor: pointer; background: #e9eef2; color: #185ea0; border: 1px solid #accbed; outline: none; padding: 8px 18px; border-radius: 10px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-top: 7px; display: inline-block; transition: background 0.17s, color 0.13s, box-shadow 0.15s; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.btn-secondary, .btn-secondary a, .btn-secondary a:visited { color: #185ea0 !important; }
.btn-secondary:hover, .btn-secondary:focus { background: #d2e2f3; color: #1863ba !important; box-shadow: 0 2px 8px rgba(24,94,160,0.09); text-decoration: none; transform: none; }

.btn-primary-large { cursor: pointer; background: #ffcb21; color: #232526; border: none; outline: none; padding: 18px 38px; border-radius: 36px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-top: 14px; display: inline-block; transition: 0.16s; }
.btn-primary-large, .btn-primary-large a, .btn-primary-large a:visited { color: #232526 !important; }
.btn-primary-large:hover, .btn-primary-large:focus { background: #ffe173; color: #232526 !important; box-shadow: 0 6px 20px rgba(0,0,0,0.12); text-decoration: none; transform: translateY(-2px); }

.btn-discord { cursor:pointer; background:#5865F2; color:#ffffff; border:none; outline:none; padding:18px 38px; border-radius:36px; font-weight:700; font-size:1.1rem; text-decoration:none; margin-top:14px; display:inline-block; transition:0.16s; }
.btn-discord, .btn-discord a, .btn-discord a:visited { color:#ffffff !important; }
.btn-discord:hover, .btn-discord:focus { background:#6d79f6; color:#ffffff !important; box-shadow:0 6px 20px rgba(88,101,242,0.35); text-decoration:none; transform:translateY(-2px); }

/* </editor-fold> */
   
/* <editor-fold defaultstate="collapsed" desc="Hero-Section"> */
.hero-section { width: 100%; background: linear-gradient(100deg, #232526 60%, #323844 100%); color: #fff; padding: 0px; margin: 0px; overflow: hidden; }
.hero-container { max-width: 1240px; margin-left: auto; margin-right: auto; padding: 60px 0px 34px 18px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; min-height: 450px; }
.hero-text { flex: 1 1 300px; }
.hero-text h1 { font-family:AntennaBlack; font-size: 2.4rem; font-weight: 700; margin: 0 0 20px; }
.hero-text h2 { font-family:AntennaBlack; font-size: 2.4rem; font-weight: 700; margin: 0 0 20px; }
.hero-text p { font-size: 1.3rem; margin: 0 0 28px; line-height: 1.4; }
.hero-image { flex: 1 1 340px; text-align: right; }
.hero-image img { width: 430px; max-width: 90%; border-radius: 2.3em; box-shadow: 0 8px 40px rgba(30,48,130,0.17); }

@media (max-width: 900px) {
  .hero-container { flex-direction: column; min-height: unset; text-align: center; }
  .hero-text { padding: 0 0 30px 0; }
  .hero-image { text-align: center; margin-bottom: 0; margin-top: 0; }
  .hero-image img { width: 85vw; max-width: 350px; border-radius: 1.2em; }
  .hero-text h1 { font-size: 2rem; }
  .hero-text p { font-size: 1.18rem; }
}

@media (max-width: 550px) {
  .hero-container { padding: 24px 4vw 14px 4vw; }
  .hero-text h1 { font-size: 1.45rem; }
  .hero-text p { font-size: 1.07rem; }
  .hero-image img { width: 60vw; max-width: 60vw; }
}

/* </editor-fold> */

/* <editor-fold defaultstate="collapsed" desc="Hero-Section-Backgrounds"> */
.home-hero-bg { background: linear-gradient(100deg, rgba(35,37,38,0.75) 60%, rgba(50,56,68,0.70) 100%), url('/Images/Backgrounds/home-hero-bg.webp') center center / cover no-repeat; }

.discord-hero-bg { background: linear-gradient(100deg, rgba(35,37,38,0.75) 60%, rgba(50,56,68,0.70) 100%), url('/Images/Backgrounds/discord-hero-bg.webp') center center / cover no-repeat; }

.business-hero-bg { background: linear-gradient(100deg, rgba(35,37,38,0.75) 60%, rgba(50,56,68,0.70) 100%), url('/Images/Backgrounds/business-hero-bg.webp') center center / cover no-repeat; }

.cardbidestation-hero-bg{ background: #F7F7F7; color:black;}
.cardbidestation-hero-bg h2{ color: #004B7F;text-shadow: 0 2px 0 #fff, 0 1px 10px #02497d0d;}

/* </editor-fold> */

/* <editor-fold defaultstate="collapsed" desc="Website Section"> */

.website-section {padding-top:40px; padding-bottom:40px;}
.website-section .container {width:90%;max-width: 1200px; margin-left:auto; margin-right:auto;}
.website-section .section-header {text-align: center; margin-bottom: 32px;}
.website-section .section-title {color: #004B7F; font-family: AntennaBlack; font-weight: bold; width: 100%; margin-bottom: 0px; font-size: 40px; letter-spacing: 1px; line-height: 1.15;}
.website-section .section-sub-title {margin-top:10px; margin-bottom: 10px; font-size: 1.1em; width: 100%; max-width: 800px; margin-left: auto; margin-right: auto;}

/* White Section */
.white-section {background-color:#F7F7F7;}
.website-section.white-section .section-title {color: #004B7F; text-shadow: 0 2px 0 #fff, 0 1px 10px #02497d0d;}
.website-section.white-section .section-sub-title {color: #222b;}

/* Purple Section */
.purple-section {background-color:#02497D; color:white;}
.website-section.purple-section .section-title {color: white;text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);}
.website-section.purple-section .section-sub-title {color: white;}
.website-section.purple-section a{color:#EFD32B;}
.website-section.purple-section a:visited{color:#EFD32B;}
.website-section.purple-section a:hover{font-weight:bold;}

/* Mobile friendly (responsive) */
@media (max-width: 700px) {
    .website-section .section-title {font-size: 26px;line-height: 1.15;margin-bottom: 12px;}
    .website-section .section-sub-title {font-size: 1em;margin-bottom: 12px;padding-left: 8px;padding-right: 8px;}
}

@media (max-width: 400px) {
    .website-section .section-title {font-size: 19px;line-height: 1.14;}
    .website-section .section-sub-title {font-size: 0.96em;padding-left: 7px;padding-right: 7px;}
}
/* </editor-fold> */

/*---------------------------------------------------------------------------------------------------------------------------*/

.Note{font-family:Noto Sans;font-size:10px;}
.NormalText{font-family:Noto Sans;font-size:16px;}

.TextPlaceHolder{width:100%;max-width:960px;margin-left:auto;margin-right:auto;font-size:18px; font-family:Noto Sans;}
.TextPlaceHolder a{color:#3582C1;text-decoration:underline;}
.TextPlaceHolder a:visited{color:#3582C1;text-decoration:underline;}

.WhitePlaceHolder {width:100%;min-height:200px;padding-top:12px;padding-bottom:12px;background-color:#F7F7F7; color:#3c3c3c;}
.WhitePlaceHolder .BigTitle{font-family:Noto Sans; font-weight:bold; width:100%; margin-top:22px; margin-bottom:22px; font-size:46px; vertical-align: middle; padding-top:5px; text-align:center; color:#004B7F; text-shadow: 0px 2px 0px rgba(255, 255, 255, 1);}
.WhitePlaceHolder .TextPlaceHolder h1 {font-family:Noto Sans; font-weight:bold; font-size:46px; color:#004B7F; line-height:46px; padding-top:5px; text-align:center; text-shadow: 0px 2px 0px rgba(255, 255, 255, 1);}
.WhitePlaceHolder .TextPlaceHolder h2{font-family:Noto Sans; font-size:22px; color:#606062; padding-top:0px;  padding-bottom:10px; text-align:center; margin-left:auto; margin-right:auto; letter-spacing:1px;}
.WhitePlaceHolder .TextPlaceHolder h3{font-family:Noto Sans; font-size:19px;}
.WhitePlaceHolder .TextPlaceHolder .ReadMore{text-align:center;}
.WhitePlaceHolder .TextPlaceHolder .ReadMore a,a:visited{text-decoration:underline;color:#3582C1;}

.PurplePlaceHolder{width:100%;background-color:#02497D;min-height:100px;padding-top:12px;padding-bottom:12px;color:white;}
.PurplePlaceHolder .BigTitle{font-family:Noto Sans; font-weight:bold; margin-top:22px; margin-bottom:22px; font-size:46px; line-height:70px; padding-top:5px; text-align:center; color:#D0CFCD; text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);}
.PurplePlaceHolder .TextPlaceHolder h1 {font-family:Noto Sans; font-weight:bold; font-size:46px; color:#D0CFCD;text-align:center;text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);}
.PurplePlaceHolder .TextPlaceHolder h2{font-family:Noto Sans; font-weight:bold; font-size:22px;margin-left:auto;margin-right:auto;text-align:center;color:white;}
.PurplePlaceHolder .TextPlaceHolder .ReadMore{text-align:center;}
.PurplePlaceHolder .TextPlaceHolder .ReadMore a,a:visited{text-decoration:underline;color:white;}

@media (max-width: 600px) {
  .WhitePlaceHolder .BigTitle,
  .PurplePlaceHolder .BigTitle {
    font-size: 28px;
    line-height: 38px;
    padding-top: 3px;
  }
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Text Pages Place Holder - Optimized for Mobile 27-04-2021*/
.TextPagePlaceHolder { width:100%; min-height:200px; padding:40px 16px 60px; background:#f3f5f8; color:#3c3c3c; }

.TextPagePlaceHolder .TextPlaceHolder { width:100%; max-width:960px; margin-left:auto; margin-right:auto; background:#ffffff; border-radius:18px; padding:32px 28px 40px; box-shadow:0 16px 40px rgba(0,0,0,0.06); box-sizing:border-box; font-size:16px; line-height:1.6; }

.TextPagePlaceHolder .TextPlaceHolder h1 { font-family:Noto Sans; font-size:34px; line-height:1.2; color:#004B7F; text-align:left; margin-top:0; margin-bottom:16px; text-shadow:none; }

.TextPagePlaceHolder .TextPlaceHolder h2 { font-family:Noto Sans; font-size:18px; color:#7a8895; padding-top:0; padding-bottom:8px; letter-spacing:0.03em; font-weight:500; }

.TextPagePlaceHolder .TextPlaceHolder h3 { font-family:Noto Sans; font-size:17px; margin-top:22px; margin-bottom:8px; }

.TextPagePlaceHolder .TextPlaceHolder a { color:#185ea0; text-decoration:underline; }

.TextPagePlaceHolder .TextPlaceHolder a:visited { color:#185ea0; }

@media screen and (max-width:599px) { .TextPagePlaceHolder { padding:24px 10px 36px; } }

@media screen and (max-width:599px) { .TextPagePlaceHolder .TextPlaceHolder { padding:22px 18px 28px; border-radius:14px; box-shadow:0 10px 26px rgba(0,0,0,0.05); font-size:14px; } }

@media screen and (max-width:599px) { .TextPagePlaceHolder .TextPlaceHolder h1 { font-size:22px; line-height:1.3; text-align:left; margin-bottom:12px; } }

@media screen and (max-width:599px) { .TextPagePlaceHolder .TextPlaceHolder h2 { font-size:14px; } }

@media screen and (max-width:599px) { .TextPagePlaceHolder .TextPlaceHolder h3 { font-size:13px; } }

@media screen and (min-width:600px) and (max-width:959px) { .TextPagePlaceHolder { padding:32px 18px 48px; } }

@media screen and (min-width:600px) and (max-width:959px) { .TextPagePlaceHolder .TextPlaceHolder { width:90%; font-size:15px; } }

@media screen and (min-width:600px) and (max-width:959px) { .TextPagePlaceHolder .TextPlaceHolder h1 { font-size:28px; line-height:1.25; } }

@media screen and (min-width:960px) { .TextPagePlaceHolder .TextPlaceHolder { font-size:16px; } }

@media screen and (min-width:960px) { .TextPagePlaceHolder .TextPlaceHolder h1 { font-size:32px; } }

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/* Footer CSS */
.sr-footer { background: #f7fafb; color: #184166; border-top: 3px solid #ffcb21;  font-size: 1rem; letter-spacing: 0.01em; }
.sr-footer a { color: #185ea0; text-decoration: none; transition: color .17s; }
.sr-footer a:hover { color: #ffcb21; text-decoration: underline; }
.sr-footer-top { background: #fffde3; border-bottom: 1.5px solid #ffe87a; }
.sr-footer-highlight { display: flex; justify-content: center; align-items: center; gap: 50px; padding:18px 0; }
.sr-footer-highlight > div { display: flex; align-items: center; gap:12px; font-weight: 600; color: #02497D; font-size: 1.02em; }
.sr-footer-highlight img { width: 34px; height: 34px; display: block; }

.sr-footer-main { max-width: 1100px; margin: 0 auto; display: flex; gap:18px; padding: 28px 15px 18px 15px; }
.sr-footer-main > div { flex:1; min-width: 180px; }
.sr-footer-main h4 { color: #02497D; font-size:1.13em; margin:0 0 8px 0; font-weight: 700; letter-spacing: 0.03em;}
.sr-footer-main ul { list-style: none; margin: 0; padding: 0; }
.sr-footer-main ul li { margin-bottom: 7px; }
.sr-footer-socials { display: flex; gap: 10px; margin-top: 6px; }
.sr-footer-socials img { width: 34px; height: 34px; border-radius: 7px; transition: box-shadow .18s, transform .14s; background: #e9eef2;}
.sr-footer-socials a:hover img { box-shadow: 0 2px 12px 0 #ffe96e82; transform: scale(1.11);}
.sr-footer-bottom { text-align:center; color: #6f7d89; background: #f2f6f9; font-size: 0.97em; padding:13px 6px 9px 6px; }

@media (max-width:800px) {
  .sr-footer-main { flex-direction: column; gap: 16px; padding: 22px 10px 10px 10px;}
  .sr-footer-main > div { min-width: 0; }
  .sr-footer-highlight { gap: 18px;}
}
@media (max-width:500px) {
  .sr-footer-main { padding: 16px 1vw 4px 1vw; }
  .sr-footer-highlight, .sr-footer-highlight > div { font-size: 0.97em; gap: 10px;}
  .sr-footer-socials img { width: 27px; height: 27px;}
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.FormTitle{font-family:Noto Sans;font-size:16px;padding-bottom:4px;padding-top:8px;}
.FormInfo{font-family:Noto Sans;font-size:12px;padding-bottom:4px;padding-top:8px;}
.FormError{color:red;}

input[type=text],input[type=password] {font-family: Noto Sans;font-size:16px;padding:8px;border:1px silver solid;width:200px;}
input[type=text]:focus,input[type=password]:focus{border-color: orange;outline: 0;}

select {font-family: Noto Sans;font-size:16px;padding:8px;border:1px silver solid;width:200px;}
select:focus{border-color: orange;outline: 0;}

.CreateAccountButton {font-family:Noto Sans;font-size:14px;color:#ffffff;border-radius:3px;border:1px solid #942911;display:inline-block;cursor:pointer;padding:6px 24px;text-decoration:none;text-shadow:0px 1px 0px #854629;background-color:#C9242B;}
.CreateAccountButton:hover {background-color:#AB1F25;}
.CreateAccountButton:active {position:relative;top:1px;}
.CreateAccountButton img{line-height:20px;}

.MinimalTable {font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;font-size: 12px;background: #fff;min-width: 600px;border-collapse: collapse;text-align: left;}
.MinimalTable th {font-size: 14px;font-weight: normal;color: #039;border-bottom: 2px solid #6678b1;padding-bottom:8px;}
.MinimalTable td {color: #669;padding: 9px 8px;}
.MinimalTable tbody tr:hover td {color: #009; background-color:#DFF4FF;}

/* Checkbox */
.elegant{background-image:url('Images/checkbox_elegant.png');}
input[type=checkbox].css-checkbox {position: absolute; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0;border:0;}
input[type=checkbox].css-checkbox + label.css-label {padding-left:20px;height:15px; display:inline-block;line-height:15px;background-repeat:no-repeat;background-position: 0 0;font-size:15px;vertical-align:middle;cursor:pointer;}
input[type=checkbox].css-checkbox:checked + label.css-label {background-position: 0 -15px;}
input[type=checkbox].css-checkbox.med + label.css-label.med {padding-left:22px;height:17px; display:inline-block;line-height:17px;background-repeat:no-repeat;background-position: 0 0;font-size:15px;vertical-align:middle;cursor:pointer;}
input[type=checkbox].css-checkbox.med:checked + label.css-label.med {background-position: 0 -17px;}

/* Page Not Found */
.PageNotFound{}
.PageNotFound .Image{width:400px; margin-left:auto;margin-right:auto; margin-top:40px;}
.PageNotFound .Image img{width:400px;}
.PageNotFound .Title{color:white; font-size:34px; width:600px; margin-left:auto;margin-right:auto; font-family:AntennaBlack; text-align:center;}
.PageNotFound .Description{color:white; font-size:22px; width:600px; margin-left:auto;margin-right:auto; text-align:center;}
.PageNotFound .Description a{color:red;}
.PageNotFound .Description a:visited{color:#4182C3;}