﻿#wrapper .header-row1 {
    background-color: #008001;
    padding: 5px 0 0 0;
}

#wrapper .header-row2 {
    background-color: #008001;
    padding: 0 0 5px 0;
}

#wrapper .logo {
    margin: 0;
    width: 100%;
    display: inline-block;
}

#wrapper .logo img {
    max-width: 100%;
}

#wrapper .align-center {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

#wrapper .jumbotron {
    padding: 1.875em;
    padding-top: 1em;
    background-color: #e9eaea;
}

#wrapper .jumbotron .RadButton {
    float: right;
    margin-top: .667em;
    font-size: .5em;
}

#wrapper .footer {
    width:100%;
    padding: 30px 15px;
    line-height: 30px;
}

#wrapper .banner {
    font-family: Impact;
    color: white;
}

#wrapper .failureNotification {
    color: #ff0000;
}

#wrapper .qualifiers {
    width: 100%;
    border: 1px solid #7fa8f2;
    float: left;
    background-color: White;
    padding-top: 1px;
    padding-bottom: 1px;
}

#wrapper .qualifiers_row
{
    border: 0;
    background-color: White;
}

#wrapper .qualifiers_header
{
    width: 100%;
    text-decoration: none;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 0.75em;
    font-weight: bold;
    color: #000000;
    text-indent: 2px;
    line-height: normal;
    background-color: White;
}

#wrapper .qualifiers_detail
{
    width: 100%;
    text-decoration: none;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 0.75em;
    color: #000000;
    font-weight: normal;
    margin-right: 2px;
    text-indent: 2px;
    line-height: normal;
    background-color: White;
    white-space: nowrap
}

#wrapper .qualifiers_detail a
{
    color: #125ad2;
}

#wrapper .qualifiers_detail a:visited
{
    color: #125ad2;
}

#wrapper .rotator {
    margin: 0;
    width: 100%;
    height: 320px;
    display: inline-block;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
#wrapper .rotator {
    height: 270px;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .rotator {
        height: 220px;
    }
}

#wrapper .rotator .rtileContent {
    height: 100%;
    width: 100%;
}

#wrapper .rotator .rtileClientTemplateContainer {
    height: 100%;
    width: 100%;
}

#wrapper .rotator img {
    object-fit: cover;
}

#wrapper .static-page {
    font-size: 1em;
    color: black;
    }

#wrapper .signin-card {
    color:black;
    width: 250px;
    padding: 20px 20px;
    margin: 0 auto;
    text-align: left;
    background-color: #f7f7f7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

#wrapper .login-forgot {
    font-size: 0.8em;
}
@media only screen and (max-width: 480px) {
    #wrapper .login-forgot {
        font-size: 0.7em;
    }
}

#wrapper .logged-in-popup {
    background-color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    padding: 3px;
}

    #wrapper .logged-in-popup a {
        color: #ffffff;
    }

        #wrapper .logged-in-popup a:visited {
            color: #ffffff;
        }

#wrapper .button-sign-in {
    background-color: #000000;
    color: #ffffff;
    border-color: #ffffff;
}

    #wrapper .button-sign-in.rbHovered {
        background-color: #ffffff;
        color: #000000;
    }

#wrapper .homepage-section-header {
    margin: 0;
    width: 100%;
    overflow: hidden;
    color: black;
    background-color: white;
    display: inline-block;
    border-bottom: 1px solid #000000;
}
#wrapper .homepage-section-header h3 {
    margin: 0.1em 0 0.1em 0;
    display: inline-block;
    color: white;
    background: linear-gradient(45deg, #000000 85%, transparent 85%);
    padding-right: 1.5em;
}

#wrapper .homepage-section-header h4 {
    margin: 0.1em 0 0.1em 0;
    font-weight: normal;
    display: inline-block;
    color: white;
    background: linear-gradient(45deg, #000000 85%, transparent 85%);
    padding-right: 1.5em;
}

#wrapper .homepage-section-header-readmore {
    color: #247bbd;
    background-color: white;
    text-decoration: none;
	font: normal 16px "Segoe UI", Arial, sans-serif !important;
    padding-left: 15px;
    display: inline;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .homepage-section-header-readmore {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .homepage-section-header-readmore {
        font-size: 12px !important;
    }
}

#wrapper .homepage-section-header-readmore a, .homepage-section-header-readmore a:visited, .homepage-section-header-readmore a:hover  {
    color: #247bbd;
    text-decoration: none;
}

#wrapper .selection-header {
    width:100%;
    overflow:hidden;
    color: black;
    margin-bottom: 5px;
    background-color: #f7f7f7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

#wrapper .selection-header-transparent {
    width:100%;
    color: black;
    overflow:hidden;
    background-color: transparent;
    margin-bottom: 5px;
}

#wrapper .selection-header-panel-title {
    width:100%;
    overflow:hidden;
    color: black;
    background-color: #f7f7f7;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
#wrapper .selection-header-panel-content {
    width:100%;
    height: 100%;
    overflow:hidden;
    color: black;
    margin-bottom: 5px;
    background-color: #f7f7f7;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
#wrapper .selection-header-panel-content table {
    padding-left: 5px;
    padding-right: 5px;
    width:100%;
}
#wrapper .selection-header-panel-toggle-icon {
    right: 15px;
    position: absolute;
    vertical-align: middle;
}

#wrapper .selection-item {
    display:inline-block;
    padding: 3px 0;
}

#wrapper .selection-label {
    width: 7em;
    text-align:right;
    display:inline-block;
}

#wrapper .selection-label-small {
    width: 3em;
    text-align:right;
    display:inline-block;
}

#wrapper .selection-label-medium {
    width: 10em;
    text-align:right;
    display:inline-block;
}

#wrapper .selection-label-large {
    width: 14em;
    text-align:right;
    display:inline-block;
}

#wrapper .selection-buttons {
    float: right;
    text-align: right;
    padding: 4px 5px 3px 0;
}

#wrapper .selection-buttons-adaptive {
    float: right;
    text-align: right;
    padding: 4px 5px 3px 0;
}
@media only screen and (max-width: 480px) {
    #wrapper .selection-buttons-adaptive {
        float: left;
        text-align: left;
        width: 100%;
        padding: 4px 2% 3px 2%;
    }
}

#wrapper .selection-dropdownlist {
    width: 17em !important;
}
@media only screen and (max-width: 400px) {
    #wrapper .selection-dropdownlist {
        width: 13em !important;
    }
}

#wrapper .selection-dropdownlist-small {
    width: 12em !important;
}

#wrapper .selection-dropdownlist-xsmall {
    width: 9em !important;
}

#wrapper .selection-control {
    width: 17em !important;
}
@media only screen and (max-width: 400px) {
    #wrapper .selection-control {
        width: 13em !important;
    }
}
#wrapper .selection-control-small {
    width: 12em !important;
}
#wrapper .selection-control-xtra-small {
    width: 5em !important;
}

#wrapper .selection-control-large {
    width: 25em !important;
}
@media only screen and (min-width: 401px) and (max-width: 768px) {
    #wrapper .selection-control-large {
        width: 17em !important;
    }
}
@media only screen and (max-width: 400px) {
    #wrapper .selection-control-large {
        width: 13em !important;
    }
}

#wrapper .selection-breaker-900 {
    display: none;
}
@media only screen and (max-width: 900px) {
    #wrapper .selection-breaker-900 {
        display: inline;
    }
}

#wrapper .news-tile {
    background-color: white;
    color: black;
    margin: 0;
    width: 99%;
    height: 320px;
    display: inline-block;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
#wrapper .news-tile {
    height: 270px;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .news-tile {
        height: 220px;
    }
}

#wrapper .news-tile.RadTile_Metro.RadTile h6.rtileTitle {
    color: black;
    bottom: 5px;
    left: 5px;
	font: normal 18px "Segoe UI", Arial, sans-serif !important;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .news-tile.RadTile_Metro.RadTile h6.rtileTitle {
        font-size: 16px !important;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .news-tile.RadTile_Metro.RadTile h6.rtileTitle {
        font-size: 14px !important;
    }
}

#wrapper .news-tile-card {
    height: 280px;
    border-color: rgba(0, 0, 0, 0.3);
    border-width: 1px;
    border-style: solid;
    color: black;
    padding: 5px 5px;
    text-align: left;
    background-color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    overflow:hidden;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .news-tile-card {
        height: 230px;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .news-tile-card {
        height: 180px;
    }
}

#wrapper .news-tile-readmore {
    color: #555555;
    font-size: 1em;
    position: absolute;
    text-align: right;
    bottom: 0;
    right: 5px;
}

#wrapper .quick-access-container {
    height: 320px;
    width: 100%;
    display: inline-block;
} 
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .quick-access-container {
        height: 105px;
    }
}

@media only screen and (max-width: 480px) {
    #wrapper .quick-access-container {
        height: 210px;
    }
}

#wrapper .quick-access-tile {
    background-color: black;
    color: white;
    margin: 0;
    width: 100%;
    height: 105px;
    display: inline-block;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .quick-access-tile {
        width: calc((100% / 3) - 5px);
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .quick-access-tile {
        width: calc((100% / 2) - 5px);
    }
}
#wrapper .quick-access-tile img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#wrapper .quick-access-tile .rtileTopContent {
    height: 80px;
}
#wrapper .quick-access-tile .rtileBottomContent {
    height: 25px;
    font-weight: bold;
}

#wrapper .news-rotator, .news-rotator.RadRotator, .news-rotator.RadRotator .rrRelativeWrapper, .news-rotator.RadRotator .rrClipRegion, .news-rotator.RadRotator .rrClipRegion .rrItemsList {
    width: 100% !important;
    height: 310px !important;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .news-rotator, .news-rotator.RadRotator, .news-rotator.RadRotator .rrRelativeWrapper, .news-rotator.RadRotator .rrClipRegion, .news-rotator.RadRotator .rrClipRegion .rrItemsList {
        height: 260px !important;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .news-rotator, .news-rotator.RadRotator, .news-rotator.RadRotator .rrRelativeWrapper, .news-rotator.RadRotator .rrClipRegion, .news-rotator.RadRotator .rrClipRegion .rrItemsList {
        height: 210px !important;
    }
}

#wrapper .news-rotator.RadRotator .rrClipRegion .rrItemsList .rrItem {
    width: 100% !important;
    height: 310px !important;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .news-rotator.RadRotator .rrClipRegion .rrItemsList .rrItem {
        width: 100% !important;
        height: 260px !important;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .news-rotator.RadRotator .rrClipRegion .rrItemsList .rrItem {
        width: 100% !important;
        height: 210px !important;
    }
}

#wrapper .news-rotator-card {
    height: 290px;
    border-color: rgba(0, 0, 0, 0.3);
    border-width: 1px;
    border-style: solid;
    color: black;
    padding: 5px 5px;
    text-align: left;
    background-color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    overflow:hidden;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .news-rotator-card {
        height: 230px !important;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .news-rotator-card {
        height: 180px !important;
    }
}

#wrapper .news-content {
	font: normal 16px "Segoe UI", Arial, sans-serif !important;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .news-content {
        font-size: 15px !important;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .news-content {
        font-size: 14px !important;
    }
}

#wrapper .news-bulletin-rotator-card {
    margin: 0 0 5px 0;
    height: 149px;
    border-color: rgba(0, 0, 0, 0.3);
    border-width: 1px;
    border-style: solid;
    color: black;
    padding: 5px 5px;
    text-align: left;
    background-color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    overflow:hidden;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .news-bulletin-rotator-card {
        height: 245px !important;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .news-bulletin-rotator-card {
        height: 195px !important;
    }
}

#wrapper .news-bulletin-rotator, .news-bulletin-rotator.RadRotator, .news-bulletin-rotator.RadRotator .rrRelativeWrapper, .news-bulletin-rotator.RadRotator .rrClipRegion, .news-bulletin-rotator.RadRotator .rrClipRegion .rrItemsList {
    width: 100% !important;
    height: 660px !important;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .news-bulletin-rotator, .news-bulletin-rotator.RadRotator, .news-bulletin-rotator.RadRotator .rrRelativeWrapper, .news-bulletin-rotator.RadRotator .rrClipRegion, .news-bulletin-rotator.RadRotator .rrClipRegion .rrItemsList {
        height: 260px !important;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .news-bulletin-rotator, .news-bulletin-rotator.RadRotator, .news-bulletin-rotator.RadRotator .rrRelativeWrapper, .news-bulletin-rotator.RadRotator .rrClipRegion, .news-bulletin-rotator.RadRotator .rrClipRegion .rrItemsList {
        height: 210px !important;
    }
}

#wrapper .news-bulletin-rotator-card h3 {
    font-size: 1em
}

#wrapper .news-bulletin-content {
	font: normal 15px "Segoe UI", Arial, sans-serif !important;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .news-bulletin-content {
        font-size: 15px !important;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .news-bulletin-content {
        font-size: 14px !important;
    }
}

#wrapper .news-competition-rotator, .news-competition-rotator.RadRotator, .news-competition-rotator.RadRotator .rrRelativeWrapper, .news-competition-rotator.RadRotator .rrClipRegion, .news-competition-rotator.RadRotator .rrClipRegion .rrItemsList {
    width: 100% !important;
    height: 290px !important;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .news-competition-rotator, .news-competition-rotator.RadRotator, .news-competition-rotator.RadRotator .rrRelativeWrapper, .news-competition-rotator.RadRotator .rrClipRegion, .news-competition-rotator.RadRotator .rrClipRegion .rrItemsList {
        height: 130px !important;
    }
}

@media only screen and (max-width: 480px) {
    #wrapper .news-competition-rotator, .news-competition-rotator.RadRotator, .news-competition-rotator.RadRotator .rrRelativeWrapper, .news-competition-rotator.RadRotator .rrClipRegion, .news-competition-rotator.RadRotator .rrClipRegion .rrItemsList {
        height: 120px !important;
    }
}

#wrapper .competition-list-rotator-card {
    margin: 0 0 0 0;
    padding: 0 0 0 5px;
    height: 1.5em;
    text-align: left;
    background-color: white;
    overflow: hidden;
    font: normal 0.8em "Segoe UI", Arial, sans-serif !important;
    white-space: nowrap;
}

#wrapper .competition-list-rotator-card, .competition-list-rotator-card.RadRotator, .competition-list-rotator-card.RadRotator .rrRelativeWrapper, .competition-list-rotator-card.RadRotator .rrClipRegion, .competition-list-rotator-card.RadRotator .rrClipRegion .rrItemsList {
    width: 100% !important;
}

#wrapper .blog-card {
    border-color: rgba(0, 0, 0, 0.3);
    border-width: 1px;
    border-style: solid;
    color: black;
    padding: 20px 20px;
    margin-top: 10px;
    text-align: left;
    background-color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
#wrapper .blog-user {
    color: blue;
    font-size: 0.8em;
}
#wrapper .blog-date {
    color: #555555;
    font-size: 0.7em;
}

#wrapper .blog-link {
    color: black;
    text-decoration: none;
}
#wrapper .blog-link a, #wrapper .blog-link a:visited {
    color: black;
    text-decoration: none;
}

#wrapper .blog-image {
    margin: 0 auto;
    width: 100%;
    max-height: 240px;
    display: inline-block;
    overflow: hidden;
}
#wrapper .blog-image img {
    object-fit: cover;
}

#wrapper .blog-footer {
    width: 49.5%;
    display: inline-block;
}

#wrapper .blog-readmore {
    color: #555555;
    font-size: 0.8em;
}

#wrapper .blog-comments {
    color: #555555;
    font-size: 0.8em;
    text-align: right;
    width: 100%;
}
#wrapper .social-button {
    background-color: white;
    border: none;
    color: white;
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#wrapper .blog-social {
    padding: 10px 0 0 0;
}

#wrapper .blog-content {
    width: 100%;
    padding: 10px 0 0 0;
}

#wrapper .news-page-card {
    border-color: rgba(0, 0, 0, 0.3);
    border-width: 1px;
    border-style: solid;
    color: black;
    padding: 20px 20px;
    margin-top: 10px;
    text-align: left;
    background-color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

#wrapper .news-page-date {
    color: #555555;
    font-size: 0.7em;
}

#wrapper .news-page-social {
    padding: 10px 0 0 0;
}

#wrapper .news-page-content {
    width: 100%;
    padding: 10px 0 0 0;
}

#wrapper .news-image {
    margin: 0 auto;
    width: 100%;
    max-height: 300px;
    display: inline-block;
    overflow: hidden;
}

    #wrapper .news-image img {
        object-fit: cover;
        width: 100%;
        max-height: 300px;
    }

@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .news-image, .news-image img {
        max-height: 270px !important;
    }
}

@media only screen and (max-width: 480px) {
    #wrapper .news-image, .news-image img {
        max-height: 240px !important;
    }
}

#wrapper .grid-wrapper-no-vertical-scroll {
    width: 100%;
}
#wrapper .grid-wrapper-no-vertical-scroll .rgDataDiv {
    overflow-y: hidden !important;
    height: auto !important;
}
#wrapper .grid-wrapper {
    width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
}
#wrapper .grid-wrapper-radwindow-h280 {
    width: 100%;
    height: 280px;
    overflow: auto;
}
#wrapper .grid-wrapper-radwindow-h400 {
    width: 100%;
    height: 400px;
    overflow: auto;
}

#wrapper .competition-card {
    border-color: rgba(0, 0, 0, 0.3);
    border-width: 1px;
    border-style: solid;
    color: black;
    padding: 20px 20px;
    margin-top: 10px;
    text-align: left;
    background-color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .competition-card {
        padding: 10px 10px;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper .competition-card {
        font-size: 14px;
        padding: 3px 3px;
    }
}

#wrapper .competition-calendar {
    width: 100px;
    height: 100px;
    text-align: center;
    background-image: url('/images/calendar-day.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    float: left;
    line-height: 18px;
}
@media only screen and (max-width: 480px) {
    #wrapper .competition-calendar {
        width: 70px;
        height: 74px;
        background-image: url('/images/calendar-day-small.png');
    }
}
#wrapper .competition-day {
    color: #000;
    padding-top: 15px;
    font-size: 32px;
    font-weight: bold;
    display: block;
}
@media only screen and (max-width: 480px) {
    #wrapper .competition-day {
        font-size: 26px;
        padding-top: 7px;
    }
}
#wrapper .competition-month {
    color: #fff;
    padding-top: 8px;
    font-size: 16px;
    font-weight: bold;
    display: block;
}
@media only screen and (max-width: 480px) {
    #wrapper .competition-month {
        padding-top: 2px;
        font-size: 13px;
    }
}
#wrapper .competition-year {
    color: #fff;
    padding-top: 15px;
    font-size: 16px;
    font-weight: bold;
    display: block;
}
@media only screen and (max-width: 480px) {
    #wrapper .competition-year {
        padding-top: 9px;
        font-size: 13px;
    }
}
#wrapper .competition-planner-container {
    text-decoration: none;
    min-height: 100px
}
#wrapper .competition-header {
    color: #0073ae;
    font-size: 1.1em;
    margin: 0 0 0.1em 0;
    padding: 0;
    text-decoration: none;
}
@media only screen and (max-width: 480px) {
    #wrapper .competition-header {
        font-size: 0.95em;
    }
}
#wrapper .competition-header a, #wrapper .competition-header a:visited {
    color: #0073ae;
    text-decoration: none;
}
#wrapper .competition-header a:hover {
    color: #c45500;
    text-decoration: none;
}

#wrapper .competition-detail {
    font-size: 1em;
}
@media only screen and (max-width: 480px) {
    #wrapper .competition-detail {
        font-size: 0.9em;
    }
}

#wrapper .enquiry-card {
    color:black;
    width: 96%;
    padding: 10px 2%;
    margin: 0 auto;
    text-align: left;
    background-color: #f7f7f7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

#wrapper .field-data {
    color: mediumblue;
}

#wrapper .gallery {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

#wrapper .gallery-img-container {
    height: 400px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
@media only screen and (max-width: 480px) {
    #wrapper .gallery-img-container {
    height: 300px;
    width: 300px;
    }
}

#wrapper .gallery-img1 {
    border: 5px solid #E1E1E1;
    -webkit-box-shadow: 1px 1px 2px #666;
    -moz-box-shadow: 1px 1px 2px #666;
    box-shadow: 1px 1px 2px #666;
    max-height: 380px;
    max-width: 380px;
    display: block;
    position: absolute;
    float: left;
    white-space: nowrap;
    -webkit-transform: rotate(-6deg) translate(-100px, -3px) scale(1.0);
    -moz-transform: rotate(-6deg) translate(-100px, -3px) scale(1.0);
    -o-transform: rotate(-6deg) translate(-100px, -3px) scale(1.0);
    -ms-transform: rotate(-6deg) translate(-100px, -3px) scale(1.0);
    transform: rotate(-6deg) translate(-100px, -3px) scale(1.0);
}
@media only screen and (max-width: 480px) {
    #wrapper .gallery-img1 {
        max-height: 280px;
        max-width: 280px;
        -webkit-transform: rotate(-5deg) translate(-50px, -3px) scale(1.0);
        -moz-transform: rotate(-5deg) translate(-50px, -3px) scale(1.0);
        -o-transform: rotate(-5deg) translate(-50px, -3px) scale(1.0);
        -ms-transform: rotate(-5deg) translate(-50px, -3px) scale(1.0);
        transform: rotate(-5deg) translate(-50px, -3px) scale(1.0);
    }
}

#wrapper .gallery-img2 {
    border: 5px solid #E1E1E1;
    -webkit-box-shadow: 1px 1px 2px #666;
    -moz-box-shadow: 1px 1px 2px #666;
    box-shadow: 1px 1px 2px #666;
    max-height: 380px;
    max-width: 380px;
    display: block;
    position: absolute;
    float: left;
    white-space: nowrap;
}
@media only screen and (max-width: 480px) {
    #wrapper .gallery-img2 {
      max-height: 280px;
      max-width: 280px;
    }
}

#wrapper .gallery-img3 {
    border: 5px solid #E1E1E1;
    -webkit-box-shadow: 1px 1px 2px #666;
    -moz-box-shadow: 1px 1px 2px #666;
    box-shadow: 1px 1px 2px #666;
    max-height: 380px;
    max-width: 380px;
    display: block;
    position: absolute;
    float: left;
    white-space: nowrap;
    -webkit-transform: rotate(6deg) translate(100px, -3px) scale(1.0);
    -moz-transform: rotate(6deg) translate(100px, -3px) scale(1.0);
    -o-transform: rotate(6deg) translate(100px, -3px) scale(1.0);
    -ms-transform: rotate(6deg) translate(100px, -3px) scale(1.0);
    transform: rotate(6deg) translate(100px, -3px) scale(1.0);
}
@media only screen and (max-width: 480px) {
    #wrapper .gallery-img3 {
        max-height: 280px;
        max-width: 280px;
        -webkit-transform: rotate(5deg) translate(50px, -3px) scale(1.0);
        -moz-transform: rotate(5deg) translate(50px, -3px) scale(1.0);
        -o-transform: rotate(5deg) translate(50px, -3px) scale(1.0);
        -ms-transform: rotate(5deg) translate(50px, -3px) scale(1.0);
        transform: rotate(5deg) translate(50px, -3px) scale(1.0);
    }
}

#wrapper .report-card-section {
    width:100%;
    overflow:hidden;
    background-color: transparent;
}

#wrapper .report-card-section-half {
    display:inline-block;
    width:49.5%;
    overflow:hidden;
    background-color: transparent;
}
@media only screen and (max-width: 520px) {
    #wrapper .report-card-section-half {
    width: 100%;
    }
}


#wrapper .report-card-section-half fieldset {
    padding: 10px;
}

#wrapper .report-card-item {
    display:inline-block;
}

#wrapper .report-card-label {
    width: 7em;
    text-align:right;
    display:inline-block;
    vertical-align: middle;
}

#wrapper .report-card-control {
    display:inline-block;
    vertical-align: middle;
}

#wrapper .form-section {
    width:100%;
    overflow:hidden;
    background-color: transparent;
    text-align: left;
}

#wrapper .form-label {
    width: 12em;
    text-align: right;
    display: inline-block;
    vertical-align: top;
}

#wrapper .form-label-left {
    width: 12em;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

#wrapper .form-control-label {
    display:inline-block;
    vertical-align: top;
    text-align: left;
    color: black;
    width: calc(100% - 13em);
}

#wrapper .form-control {
    vertical-align: top;
    display:inline-block;
    width: calc(100% - 13em);
}

#wrapper .form-control-fullwidth {
    vertical-align: top;
    display:inline-block;
    width: 100%;
}

#wrapper .shop-container {
    display: inline-block;
    width: 100%;
}

#wrapper .shop-img-container {
    float: left;
    height: 218px;
    width: 218px;
    text-align: center;
    margin: auto;
}
#wrapper .shop-img-container img {
    max-width: 100%;
    max-height: 100%;
}
@media only screen and (max-width: 480px) {
    #wrapper .shop-img-container {
    height: 100px;
    width: 100px;
    }
}

#wrapper .shop-detail-container {
    margin-left: 225px;
}
@media only screen and (max-width: 480px) {
    #wrapper .shop-detail-container {
    margin-left: 105px;
    }
}

#wrapper .shop-header {
    display: inline-block;
    color: #0073ae;
    font-size: 1.1em;
    margin: 0.2em;
    padding: 0;
    text-decoration: none;
}
@media only screen and (max-width: 480px) {
    #wrapper .shop-header {
        font-size: 0.95em;
    }
}
#wrapper .shop-header a, #wrapper .shop-header a:visited {
    color: #0073ae;
    text-decoration: none;
}
#wrapper .shop-header a:hover {
    color: #c45500;
    text-decoration: none;
}

#wrapper .shop-detail {
    font-size: 1em;
    padding: 0 0.2em;
    margin: 0;
    display:flex;
}
@media only screen and (max-width: 480px) {
    #wrapper .shop-detail {
        font-size: 0.85em;
    }
}

#wrapper .shop-price {
    font-size: 1em;
    padding: 0.5em 0.2em 0.2em 0.2em;
    margin: 0;
    display:flex;
    color: #b12704;
}
@media only screen and (max-width: 480px) {
    #wrapper .shop-price {
        font-size: 0.85em;
    }
}
#wrapper .shop-price a, #wrapper .shop-price a:visited {
    color: #b12704;
    text-decoration: none;
}

#wrapper .shop-button {
    color: black;
    margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
    #wrapper .shop-button {
        width: 96%;
    }
}

#wrapper .shop-button-checkout {
    background-color: #f3d078;
    color: black;
    border-color: #a88734 #9c7e31 #846a29;
    margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
    #wrapper .shop-button-checkout {
        width: 96%;
    }
}
#wrapper .shop-button-checkout-hover {
    background-color: #a88734;
    color: white;
    border-color: #a88734 #9c7e31 #846a29;
}

#wrapper .shopitem-img-container {
    float: left;
    height: 300px;
    width: 300px;
    text-align: center;
    margin: auto;
}
#wrapper .shopitem-img-container img {
    max-width: 100%;
    max-height: 100%;
}
@media only screen and (max-width: 480px) {
    #wrapper .shopitem-img-container {
        display:normal;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
}

#wrapper .shopitem-detail-container {
    margin-left: 320px;
}
@media only screen and (max-width: 480px) {
    #wrapper .shopitem-detail-container {
    margin-left: 0;
    }
}

#wrapper .shop-basket-container {
    display: inline-block;
    height: 24px;
    width: 30px;
    text-align:center;
    margin: 0 auto;
    background-image: url('/images/Icon-Shopping-Cart-24.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
}

#wrapper .shop-basket-label {
    position: relative;
    top: -5px;
    left: 2px;
}

#wrapper .time-conversion-card {
    color:black;
    width: 96%;
    padding: 50px 2%;
    margin: 10px auto;
    text-align: left;
    background-color: #f7f7f7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

/* rad window */
#wrapper .table-small {
    font: normal 13px "Segoe UI", Arial, sans-serif;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    #wrapper .table-small {
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    #wrapper .table-small {
        font-size: 11px;
    }
}

/* rad nav signin */
#signin .RadMenu_Metro {
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.2;
}

#signin .rmRootGroup {
    background-color: #000000;
    color: #ffffff;
}

#signin .rmItem .rmFirst .rmLast {
    background-color: #000000;
    color: #ffffff;
}

#signin .rmHorizontal .rmRootLink span.rmText {
    padding: 2px 5px 2px 5px;
    display: inline;
}

#signin .rmVertical a.rmLink:hover,
#signin .rmVertical a.rmFocused,
#signin .rmVertical a.rmSelected,
#signin .rmVertical a.rmExpanded,
#signin .rmVertical a.rmExpanded:hover {
    border-style: solid;
    border-width: 0;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
}

#signin a.rmLink {
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 1.25em;
    color: #ffffff;
    text-decoration: none;
}

    #signin a.rmLink:hover, #signin a.rmFocused {
        color: black;
        background-color: #ffffff;
    }

#signin a.rmSelected {
    border-color: #000000;
}

#signin .rmGroup,
#signin .rmMultiColumn,
#signin .rmGroup .rmVertical {
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
}
