html, body {position:relative;padding:0;border:0;margin:0;font-family: raleway, sans-serif;font-size:16px;min-width:320px;font-variant: lining-nums;}
* {box-sizing:border-box;}
img {display:block;max-width:100%;height:auto !important;}
a {color:inherit;text-decoration: none;}
a:hover {text-decoration: underline;}
.row {width:100%;height:auto;overflow:visible;max-width:1920px;margin:auto;position:relative;}
.row.grey {background-color:#c6c6c6;}
.row.overflow-visible {overflow:visible;}
.row > .contents {width:100%;max-width:960px;margin:auto;position:relative;z-index:1;}
.row > .contents.padding {padding:20px;}
.row > .contents.largepadding {padding:60px 20px;}
.row > .contents.largepaddingbottom {padding:20px 20px 60px 20px;}
.row > .contents.sidepadding {padding: 0px 20px;}

h1,h2,h3 {margin:0;}
nav {position:relative;z-index:3;}

.fancybox-slide--iframe .fancybox-content {
    max-width: 500px;
    max-height: 600px;
}

.page-content {position:relative;}
.page-content.page {color:#211452;font-size:16px;}
.page-content p img {width:400px !important;margin-bottom:20px;clear:both;}

.no-entries {display:block;width:100%;text-align:center;padding:40px 20px 80px 20px;grid-column: span 4;}
.sponsor-group {margin-bottom:60px;}
.videos-row {margin-bottom:40px;}
.videos-row .video-thumb {position:relative;}
.videos-row .video-thumb::after {content:'';position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;display:block;width:80px;height:80px;pointer-events: none;background-image:url('../buildgfx/PlayButton.svg');background-position: center;background-repeat: no-repeat;background-size:contain;}
.other-videos {margin-top:20px;display:grid;grid-template-columns: repeat(4, 1fr);gap:20px;}
.other-videos .other {position:relative;}
.other-videos .other::after {content:'';position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;display:block;width:40px;height:40px;pointer-events: none;background-image:url('../buildgfx/PlayButton.svg');background-position: center;background-repeat: no-repeat;background-size:contain;}
.other-videos img {width:100%;max-width:100%;min-width:100%;display:block;}

.livestream-buttons {display:flex;justify-content: center;gap:40px;margin-bottom:40px;}
.livestream-buttons a {display:block;background-color:#c90c0f;color:#FFF;padding:10px 20px;text-decoration: none;}
.livestream-buttons a:hover {font-weight:bold;text-decoration: none;}

#map {height:400px;}

.video-container .wrapper {width:100%;padding-top:46.9%;height:0;position:relative;}
.video-container video {position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;object-fit: cover;}

.half-panels {display:flex;flex-direction: row;justify-content: space-between;}
.half-panels .half {width:calc(50% - 10px);}

.contact-form .input-row {width:100%;}
.contact-form .input-row label {display:block;padding-bottom:4px;text-transform: uppercase;font-size:14px;}
.contact-form input, .contact-form textarea {display:block;width:100%;outline:none;height:30px;margin-bottom:10px;padding-left:10px;}
.contact-form .input-2col {display:flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.contact-form .input-2col .input-row {width:calc(50% - 5px);}
.contact-form input[type="submit"] {background-color:#211452;color:#FFF;border:0;text-transform: uppercase;font-weight:600;padding:10px 20px;height:auto;}
.contact-form input[type="submit"]:hover {cursor: pointer;}
.contact-form textarea {height:100px;padding-top:8px;}

.contact-block {padding-left:30px;position:relative;font-weight:600;margin-bottom:20px;}
.contact-block .icon {position:absolute;top:0;left:0;width:20px;height:20px;background-position: center;background-repeat: no-repeat;background-size:contain;}
.contact-block .icon.address {background-image:url('../buildgfx/marker.svg');}
.contact-block .icon.phone {background-image:url('../buildgfx/phone.svg');}
.contact-block .icon.email {background-image:url('../buildgfx/email.svg');}

.checklist .item {display:flex;flex-direction: row;justify-content: center;align-items: center;margin-bottom:20px;}
.checklist .item .checkbox {width:100px;padding:20px;}
.checklist .item .item-content {width:calc(100% - 100px);}
.checklist .item input[type="checkbox"] {height:25px;width:25px;}
.checklist .item .heading {font-weight:bold;}

.results-gallery {display:grid;grid-template-columns: repeat(3, 1fr);gap:20px;margin-bottom:40px;margin-top:20px;}
.results-gallery img {display:block;margin-bottom:0;}

.header {background-color:#FFF;padding-top:40px;font-family: museo-sans, sans-serif;overflow:visible;position:relative;z-index:5;display:block;}
.header .logo {position:absolute;left:20px;bottom:20px;width:200px;display:block;}
.header.row > .contents {max-width:1200px;position:relative;padding-top:0;padding-bottom:0;}
.header .top-buttons {display:flex;flex-direction: row;padding-bottom:20px;}
.header .top-buttons > div, .header .top-buttons > a {display:block;}
.header .top-buttons .spacer {flex-grow:1;}
.header .top-buttons > a, .header .top-buttons .btn {color:#FFF;background-color:#211452;margin-left:10px;padding:10px 20px;font-weight:900;text-transform: uppercase;font-size:14px;transition: color .25s ease-in-out, background-color .25s ease-in-out;}
.header .top-buttons > a:hover, .header .top-buttons .btn:hover {color:#FFF;background-color:#c90c0f;cursor:pointer;text-decoration: none;}
.header .top-buttons > a:first-of-type {color:#FFF ;background-color:#c90c0f;}
.header .top-buttons .btn {position:relative;overflow:visible;}
.header .top-buttons .btn .sub-menu {position:absolute;top:36px;width:400px;z-index:2;padding-top:0px;left:-105px;transform-origin:top;transform:scale(0);opacity:0;transition:transform .25s ease-in-out, opacity .25s ease-in-out;}
.header .top-buttons .btn .sub-menu.results {width:520px;left:-300px;}
.header .top-buttons .btn .sub-menu.end {width:230px;left:-145px;}
.header .top-buttons .btn .sub-menu.end::before {margin-right:9%;}
.header .top-buttons .btn .sub-menu.end a {padding-left:0;text-decoration: none;font-size:16px;font-weight:600;color:#FFF;}
.header .top-buttons .btn .sub-menu.end .container {padding:20px 20px;}
.header .top-buttons .btn .sub-menu::before {content:'';display:block;margin:auto;margin-right:29%;width: 0;height: 0;border-width: 0 20px 20px 20px;border-color: transparent transparent #211452 transparent;border-style: solid;}
.header .top-buttons .btn .sub-menu .container {background-color:#211452;padding:40px 20px;text-align:left;position:relative;}
.header .top-buttons .btn .sub-menu a {color:#FFF;padding-left:20px;padding-bottom:10px;padding-top:10px;position:relative;text-transform: uppercase;display:inline-block;}
.header .top-buttons .btn .sub-menu a::after {position:absolute;content:'';bottom:5px;left:0px;width:0;height:2px;background-color:#FFF;display:block;transition:width .25s ease-in-out;}
.header .top-buttons .btn .sub-menu a:hover::after {width:100%;}
.header .top-buttons .btn:hover .sub-menu {transform:scale(1);opacity: 1;}
.header .top-buttons .cols {display:flex;flex-direction: row;padding:0px 20px;justify-content: space-between;}
.header .top-buttons .cols .col {width:100%;display:flex;flex-direction: column;}
.header .top-buttons .cols .col a {font-weight:700;color:#FFF;padding-left:0;font-size:16px;display:inline-block;text-decoration: none;text-transform: capitalize;}
.header .top-buttons .cols .heading {text-transform: uppercase;padding-bottom:10px;position:relative;font-size:16px;font-weight:400;margin-bottom:5px;}
.header .top-buttons .cols .heading::after {content:'';display:block;bottom:0;left:0;position:absolute;height:1px;width:25%;background-color:#c90c0f;}
.header .link.extra {border-top:1px solid #FFF;margin-top:10px;padding-top:5px;}
.header .link-sep {margin:10px 0px 5px 0px;border-bottom:1px solid #c90c0f;width:100%;display:block;}


.footer {position:relative;background-color:#211452;color:#fff;padding-top:40px;font-weight:600;font-size:14px;margin-top:20px;}
.footer .cols {display:flex;flex-direction: row;justify-content: space-between;line-height:130%;}
.footer .cols .col {width:calc(32% - 10px);}
.footer .heading {font-weight:700;font-size:16px;color:#FFF;text-transform: capitalize;margin-bottom:20px;border-bottom:1px solid #FFF;padding-bottom:5px;}
.footer ul {list-style: none;padding:0;margin:0;}
.footer .pages a {text-transform: uppercase;padding:10px 0px;display:block;}
.footer::after {background-image:url('../buildgfx/swoosh-red.svg');background-size:contain;background-repeat: no-repeat;background-position: left center;content:'';display:block;position:absolute;bottom:0;left:0;width:100%;height:100%;}
.footer .contents.largepadding {padding-bottom:20px;}

.footer .group-logos {display:flex;flex-direction: row;flex-wrap: nowrap;align-items: center;justify-content: center;gap:20px;padding:20px;max-width:1920px;margin:auto;margin-top:40px;}
.footer .group-logos .logo {width:auto;filter:brightness(0) invert(1);padding:0 2%;opacity: 0.5;transition:opacity .25s ease-in-out;}
.footer .group-logos .logo:hover {opacity: 1;}
.footer .group-logos .logo img {width:100%;max-width:100%;height:auto;max-height:100px;display:block;}

.home-testpanel {display:flex;flex-direction:row;flex-wrap: nowrap; gap:20px;align-items: center;}
.home-testpanel > div {width:50%;}
.home-testpanel .videos {display:grid;grid-template-columns: repeat(2, 1fr);gap:20px;}
.home-testpanel .videos .other {position:relative;display:block;height:0;padding-bottom:80%;}
.home-testpanel .videos .other img {object-fit: cover;position:absolute;height:100% !important;width:100%;top:0;bottom:0;right:0;left:0;margin:auto;}
.home-testpanel .videos .other::after {content:'';position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;display:block;width:40px;height:40px;pointer-events: none;background-image:url('../buildgfx/PlayButton.svg');background-position: center;background-repeat: no-repeat;background-size:contain;}
.home-testpanel .videos img {width:100%;max-width:100%;min-width:100%;display:block;}

.home-testpanel .slide {padding:40px 10px;display:flex;justify-content: center;align-items: center;}
.home-testpanel .slider-container {position:relative;font-size:18px;text-align: center;font-weight:500;}
.home-testpanel .slider-container::before {content:'';display:block;position:absolute;top:0;left:0; height:30px;width:30px;background-repeat: no-repeat;background-position: center;background-size:contain;background-image:url('../buildgfx/qmark.svg');}
.home-testpanel .slider-container::after {content:'';display:block;position:absolute;transform:rotate(180deg);bottom:0;right:0; height:30px;width:30px;background-repeat: no-repeat;background-position: center;background-size:contain;background-image:url('../buildgfx/qmark.svg');}
.home-testpanel .glider-dot {height:4px;width:20px;background-color:#c90c0f;}
.home-testpanel .glider-dot.active {background-color:#211452;}
.home-testpanel .glider-dot:hover {background-color:#c90c0f;}

.imgdropbg {position:absolute;width:50%;height:100%;top:0;bottom:0;right:0;}
.imgdropbg::before {content:'';z-index:1;display:block;position:absolute;top:0;bottom:0;left:-70px;height:100%;width:100%;background-image:url('../buildgfx/swoosh-grey.svg');background-position: left center;background-size:auto 100%;background-repeat: no-repeat;}
.imgdropbg img {object-fit: cover;position:absolute;top:0;right:0;left:0;bottom:0;height:100% !important;width:100%;display:block;}

main {display:block;margin-top:-52px;}
.nav-bar {background-color:rgba(33, 20, 82, 0.6);font-family: museo-sans, sans-serif;overflow:visible;}
.nav-bar.row > .contents {max-width:1200px;padding-top:0;padding-bottom:0;}
.nav-bar .navigation ul {list-style:none;margin:0;padding:0;text-align: right;}
.nav-bar .navigation ul li {display:inline-block;position:relative;}
.nav-bar .navigation ul li a, .nav-bar .navigation ul li .nav-a {padding:15px 0px 15px 30px;font-weight:700;text-decoration: none;color:#FFF;display:block;position:relative;overflow:hidden;}
.nav-bar .navigation ul li span {position:relative;}
.nav-bar .navigation ul li span::after {display:block;content:'';height:0px;width:100%;background-color:#FFF;position:absolute;bottom:-15px;left:0;right:0;margin:auto;transition:height .25s ease-in-out;}
.nav-bar .navigation ul li:hover span::after {height:5px;}
.nav-bar .navigation ul li .sub-menu {position:absolute;top:49px;width:250px;z-index:2;padding-top:0px;left:-55px;transform-origin:top;transform:scale(0);opacity:0;transition:transform .25s ease-in-out, opacity .25s ease-in-out;}
.nav-bar .navigation ul li .sub-menu::before {content:'';display:block;margin:auto;width: 0;height: 0;border-width: 0 20px 20px 20px;border-color: transparent transparent #211452 transparent;border-style: solid;}
.nav-bar .navigation ul li .sub-menu .container {background-color:#211452;padding:20px 0px;text-align:left;position:relative;}
.nav-bar .navigation ul li .sub-menu a {color:#FFF;padding-left:20px;padding-bottom:10px;padding-top:10px;padding-right:10px;position:relative;text-transform: uppercase;display:inline-block;width:100%;}
.nav-bar .navigation ul li .sub-menu a::after {position:absolute;content:'';bottom:5px;left:20px;max-width:220px;width:0;height:2px;background-color:#FFF;display:block;transition:width .25s ease-in-out;}
.nav-bar .navigation ul li .sub-menu a:hover::after {width:calc(100% - 20px);}
.nav-bar .navigation ul li:hover .sub-menu {transform:scale(1);opacity: 1;}

.split-header.back-button {font-size:16px;margin-top:40px;}
.full-width-image {margin-bottom:20px;margin-top:20px;}
.full-width-image img {width:100%;display:block;max-width:100%;min-width:100%;}
.news-date {color:#415a75;font-size:14px;}
.news-title {font-size:30px;font-weight:800;color:#c90c0f;}

.top-page-image {position:relative;z-index:-1;}
.top-page-image-placeholder {height:52px;background-color:#211452;}

.home-ribbon {width:200px;position:absolute;top:-140px;right:-200px;z-index:99;display:none;}

.ramp {position:relative;overflow:visible;z-index:-1;background-color:transparent;margin:auto;max-width:1920px;width:100%;}
.ramp::before {content:'';width:100%;height:100px;position:absolute;background:inherit;z-index:-1;top:0;left:0;right:0;margin:auto;transform-origin: left top;transform:skewY(-2deg);background-color:#FFF;}
.ramp .ribbon {position:relative;overflow:visible;width:100%;top:-170px;z-index:5;}
.ramp .ribbon .end .st0 {stroke-dashoffset:unset;stroke-dasharray: unset;z-index:2;}

.video-container {z-index:-20;position:relative;background-color:#211452;}

.page-title {z-index:-2;position:relative;text-align: center;margin-bottom:20px;}
.page-title{text-transform: capitalize;}
.page-title .page-title-tile {margin-top:250px;}

.button-container {padding:10px 0px;text-align: center;}
.button-container .button {display:inline-block;border:2px solid #211452;border-radius:10px;padding:10px 20px;color:#211452;font-size:18px;text-decoration: none;transition:background-color .25s ease-in-out, color .25s ease-in-out;}
.button-container .button:hover {color:#FFF;background-color:#211452;}
.page-content.page .button-container .button {color:#FFF;background-color:#211452;text-transform: uppercase;font-size:14px;padding:8px 20px;}
.page-content.page .button-container .button:hover {color:#211452;background-color:#FFF;}

.social-bar {position:fixed;top:200px;right:0px;padding:60px 10px 50px 12px;width:50px;background-color:#c6c5c588;z-index:5;}
.social-bar a {display:block;width:100%;margin-bottom:10px;}
.social-bar a img {display:block;width:100%;}

.image-tile-row {display:flex;flex-direction: row;position:relative;z-index:1;}
.image-tile-row .half {width:50%;background-position:center;background-repeat: no-repeat;background-size:cover;}
.image-tile-row .half:first-child {z-index:1;}
.image-tile-row .half .split-tile {width:120%;margin-top:30px;margin-bottom:50px;}

.basic-header {font-weight:600;text-align:center;font-size:22px;text-transform: uppercase;margin-bottom:40px;}

.tiles {display:grid;grid-template-columns: repeat(5, 1fr);gap:20px;}
.tiles .tile {width:100%;border:1px solid #8983a3;padding:10px;display:flex;flex-direction: column;}
.tiles .tile .line {height:1px;width:80%;background-color:#211452;margin:auto;margin-top:10px;margin-bottom:10px;}
.tiles .tile .image {flex-grow:1;display:flex;justify-content: center;align-items: center;padding:10px;}
.tiles .tile .image img {display:block;height:auto !important;}
.tiles .tile .name {font-weight:600;text-align: center;}
.tiles.four {grid-template-columns: repeat(5, 1fr);}
.tiles.four .tile {border-style:solid;border:1px solid #000;min-height:160px;}

.split-tile {display:flex;flex-direction:column;border:2px solid #000;background-color:#FFF;position:relative;width:100%;padding:20px;margin-bottom:20px;font-weight:300;line-height:24px;}
.split-tile.noborder {border:none;padding:40px;}
.split-tile.blue {background-color:#211452;color:#fff;border:0;text-align: center;}
.split-tile.blue .title {font-weight:700;font-size:32px;padding-top:20px;padding-bottom:5px;line-height:110%;}
.split-tile.blue .text {flex-grow:1;}
.split-tile.blue .button {border:2px solid #FFF;color:#FFF;font-weight:600;padding:4px 20px;font-size:15px;background-color:#c90c0f;border-radius:10px;}
.split-tile.nopadding {padding:0;}
.split-tile.white {background-color:#fff;color:#211452;border:1px solid #000;text-align: center;}
.split-tile.white .title {font-weight:700;font-size:32px;padding-top:20px;padding-bottom:5px;line-height:110%;}
.split-tile.white .text {flex-grow:1;}
.split-tile.white .button {border:2px solid #FFF;color:#FFF;font-weight:600;padding:2px 20px;font-size:14px;}

.split-header, h3 {position:relative;display:inline-flex;flex-direction: column;background-color:#c90c0f;color:#FFF;text-transform: uppercase;font-weight:600;font-size:22px;padding:10px 20px;min-width:280px;margin-bottom:40px;position:relative;}
h3 {margin-bottom:20px;}

.newsletter {margin-bottom:60px;border:2px solid #0d0e13;padding:20px;}
.newsletter-tile {display:flex;flex-direction: row;font-size:18px;font-weight:600;padding:10px;justify-content: space-between;}
.newsletter-tile input {border:1px solid #211452;height:25px;padding-left:10px;border-radius:5px;}
.newsletter-tile input[type="text"] {width:20%;}
.newsletter-tile input[type="email"] {width:35%;}
.newsletter-tile input[type="submit"] {padding:0px 20px;background-color:#211452;color:#FFF;font-weight:600;}

.title.home {font-weight:800;font-size:32px;text-align: center;}
.text-content.home {font-size:30px;text-align: center;font-weight:600;}
.text-content a {font-weight:bold;}
.text-content {line-height:150%;}

.search-bar input {display:block;width:100%;margin-bottom:10px;text-align: center;height:35px;}
.search-bar .filters {display: flex;flex-direction: row;gap:5px;justify-content: center;align-items: center;font-size:14px;font-weight:600;}
.search-bar .filters .tile {background-color:#211452;color:#FFF;text-align: center;padding:5px 5px;flex-grow:1;}
.search-bar .filters .tile:hover {cursor: pointer;background-color:#c90c0f;}

.tile-blocks {display:flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.tile-blocks .block {width:calc(50% - 10px);display:flex;margin-bottom:20px;}
.tile-blocks .block:nth-child(2n) {margin-left:20px;}

.copyright {text-align: center;margin-top:40px;font-weight:400;padding-top:20px;border-top:1px solid #FFF;}

.pedigree-panel {display:flex;flex-direction: row;gap:20px;justify-content: center;align-items: center;}
.pedigree-panel .half {width:50%;}
.pedigree-panel .half:first-child {padding:40px;}
.pedigree-panel img {display:block;width:100%;max-width:100%;}

.judge-list .judge {display:flex;flex-direction: row;flex-wrap: nowrap;gap:20px;margin-bottom:40px;justify-content: center;align-items: center;}
.judge-list .judge .image {width:40%;position:relative;border-radius:100%;border-bottom:20px solid #c90c0f;overflow:hidden;}
.judge-list .judge .details {width:60%;}
.judge-list .judge .details .name {font-size:20px;font-weight:800;color:#c90c0f;}
.judge-list .judge .details .desc {font-weight:600;display:-webkit-box;-webkit-box-orient: vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp: 8;max-height:180px;transition:max-height .25s ease-in-out;}
.judge-list .judge .details .desc.show {-webkit-line-clamp: 1000;max-height:1000px;}
.judge-list .desc-showmore.button-container .button {font-size:14px;padding:5px 20px;}
.judge-list .desc-showmore.button-container .button:hover {cursor: pointer;}


#as-field {display:none;}
.form input, .form textarea, .form select {font-size:16px;font-family: raleway, sans-serif;width:100%;display:block;}
.form .input-row.two {display:flex;flex-direction: row;justify-content: space-between;}
.form .input-row .input-cell {width:100%;margin-bottom:20px;}
.form .input-row.two .input-cell {width:calc(50% - 10px);margin-bottom:20px;}
.form .input-row label {text-transform:uppercase;display:block;font-weight:600;margin-bottom:5px;font-size:15px;}
.form .input-row input {display:block;width:100%;outline:none;height:35px;padding-left:10px;}
.form .input-row textarea {display:block;width:100%;outline:none;height:150px;padding-left:10px;padding-top:8px;resize:none;}
.form .input-row textarea.small {height:70px;}
.form .input-row select {display:block;width:100%;height:35px;outline:none;padding-left:10px;}
.form-group {margin-bottom:40px;}
.form .small-label {font-size:12px;margin-bottom:5px;}
.form input[type="file"] {margin-top:10px;padding-left:0;}

.profiles .profile {display:flex;gap:20px;flex-wrap: nowrap;margin-bottom:20px;}
.profiles .profile .image {width:200px;}
.profiles .profile .image img {overflow:hidden;border-radius:50%;border:1px solid #e6e7e8;border-bottom:4px solid #c90c0f;}
.profiles .profile .blank-image {border-radius:50%;border:1px solid #e6e7e8;aspect-ratio: 1 / 1;}
.profiles .profile .details {width:calc(100% - 220px);padding-top:40px;}
.profiles .profile .details .name {font-size:20px;font-weight:bold;color:#c90c0f;}

@media screen and (max-width:550px)
{
    .profiles .profile {flex-wrap: wrap;flex-direction: column;text-align: center;}
    .profiles .profile .image {margin:auto;}
    .profiles .profile .details {width:100%;padding-top:0;}
}

.form .form-table {display:block;width:100%;}
.form .form-table .row {display:flex;flex-direction: row;}
.form .form-table .row > * {padding:10px 20px;}
.form .form-table .row .item {padding-left:0;width:calc(100% - 330px);}
.form .form-table .row.heading {font-weight:600;text-transform:uppercase;border-bottom:1px solid #000;font-size:14px;}
.form .form-table .item {flex-grow:1;}
.form .form-table .cost {width:130px;text-align:center;}
.form .form-table .input {width:160px;text-align: center;min-width:160px;}
.form .checkbox-row {display:flex;flex-direction: row;justify-content: center;align-items: center;margin-bottom:20px;}
.form .checkbox-row input[type="checkbox"] {height:20px;width:20px;display:inline-block;margin-right:20px;min-width:40px;}
.form .checkbox-row span {width:100%;}
.form .input-row input[type="submit"] {border:2px solid #211452;background-color:#211452;color:#fff;transition:background-color .25s ease-in-out;text-transform:uppercase;font-weight:600;}
.form .input-row input[type="submit"]:hover {background-color:#3686a0;cursor:pointer;}
.form .add-button {background-color:#211452;color:#FFF;padding:10px 20px;display:inline-block;text-transform: uppercase;font-weight:600;font-size:14px;}
.form .add-button:hover {cursor:pointer;}
.form .total-row {display:flex;flex-direction: row;gap:20px;border-bottom:1px solid #e6e7e8;padding-bottom:5px;margin-bottom:10px;}
.form .total-row > div {width:50%;}
.form .title {font-size:24px;font-weight:600;margin-bottom:10px;border-bottom:2px solid #211452;padding-bottom:10px;}

.mob-button {display:none;position:absolute;width:40px;height:40px;right:20px;bottom:15px;background-image:url('../buildgfx/menu.svg');background-repeat: no-repeat;background-position: center;background-size:80%;}
.mobile-navigation{position:absolute;color:#FFF;transition:width .25s ease-in-out;z-index:99;top:0;right:0;bottom:0;height:100%;width:0;z-index:100;overflow:hidden;display:block;background-color:rgba(33, 20, 82, 0.9);}
.mobile-navigation.active{width:320px;}
.mobile-navigation > .container {padding:20px;width:320px;}
.mobile-navigation ul{list-style:none;margin:0;padding:0px;}
.mobile-navigation ul ul{padding-left:10px;padding-bottom:2px;padding-top:0;}
.mobile-navigation li{display:block;}
.mobile-navigation li a:hover, .mobile-navigation .menu-trigger:hover {padding-left:10px;color:#c90c0f;}
.mobile-navigation a, .mobile-navigation .menu-trigger{text-decoration:none;display:block;color:inherit;font-weight:bold;font-size:18px; padding:15px 0px;border-bottom:1px solid #e8e8e8;transition: padding-left .25s ease-in-out;}
.mobile-navigation .menu-trigger {position:relative;}
.mobile-navigation .menu-trigger::after {content:'';display:block;right:10px;top:0;margin:auto;bottom:0;width:15px;height:20px;position:absolute;background-image:url('../buildgfx/arrowDown.svg');background-position: center;background-size:contain;background-repeat:no-repeat;}
.mobile-navigation .sub-menu.dropdown {padding-left:20px;display:none;}
.mobile-navigation .sub-menu.dropdown.active {display:block;}

.downloads {border-top:1px solid #3686a0;padding-top:10px;margin-top:10px;margin-bottom:40px;}
.downloads a {display:block;position:relative;padding:10px 20px 10px 40px;font-size:18px;font-weight:600;}
.downloads a::before {content:'';display:block;position:absolute;top:10px;left:5px;height:20px;width:20px;background-image:url('../buildgfx/download.svg');background-repeat: no-repeat;background-position: center;background-size:contain;}
.downloads .filesize {font-size:14px;font-variant: lining-nums;}

.news-list {color:#000;}
.news-list .news-item {display:flex;flex-direction: row;justify-content: space-between;margin-bottom:40px;text-decoration: none;}
.news-list .news-item > div {width:calc(50% - 10px);}
.news-list .news-item .image {position:relative;z-index:2;}
.news-list .news-item .image .wrapper {position:relative;}
.news-list .news-item .image .wrapper::before {content:'';position:absolute;top:4px;left:0px;background-color:#c90c0f;height:100%;width:100%;z-index:-1;transition:top .25s ease-in-out;}
.news-list .news-item:hover .image .wrapper::before {top:10px;}
.news-list .news-item .title {font-size:20px;font-weight:800;margin-bottom:20px;}
.news-list .news-item .description {font-weight:600;}
.news-list .news-item .text {display:flex;flex-direction: column;justify-content: center;align-items: center;}
.news-list .news-item .text .date {margin-bottom:20px;}
.news-list .news-item:last-child {margin-bottom:20px;}

.gallery .gallery-cat {margin-bottom:20px;}
.gallery .title {font-size:20px;font-weight:600;margin-bottom:20px;}
.gallery .images {display:grid;grid-template-columns: repeat(4, 1fr);gap:20px;}
.gallery .button-container {text-align: center;}
.gallery .button-container a {display:inline-block;font-weight:700;font-size:14px;border: 1px solid #c90c0f;background-color:#c90c0f;color:#FFF; padding:10px 30px;text-transform:uppercase;text-decoration: none;}

.input-table table {max-width:100%;width:100% !important;display:table;margin-bottom:40px;font-size:14px !important;}
.input-table table * {width:auto !important;}
/*.input-table table tbody tr:first-child, .results table tbody tr:first-child td {background-color:#c90c0f !important;color:#FFF !important;}*/
.input-table table td {padding:10px 5px;}
.input-table table * {border:0 !important;}
.input-table table tr {border-bottom:1px solid #f2f2f2 !important;}
.table {display:table;width:100%;margin:0;max-width:100%;margin-bottom:20px;font-size:14px;text-transform: uppercase;}
.table .table-row {width:100%;display:table-row;}
.table .table-row.table-header {color:#fff;background-color:#c90c0f;}
.table .table-row .cell {display:table-cell;line-height:1.2;padding:10px 5px;border-bottom:1px solid #f2f2f2;}
.table .table-row:not(.table-header) .cell:not(:first-child) {text-transform: uppercase;}
.table-header {font-weight:bold;margin-bottom:10px;text-align: center;}
.no-results {text-align: center;padding:20px 20px 100px 20px;}

.voting-cat-list {display:grid;grid-template-columns: 1fr 1fr 1fr;gap:20px;}
.voting-cat-list input[type="radio"] {display:block;width:30px;height:30px;margin:auto;margin-top:20px;margin-bottom:20px;}
.voting-cat-list .vote-cat {border:1px solid #211452;border-radius:5px;overflow:hidden;}
.voting-cat-list .name {font-weight:600;font-size:20px;text-align:center;padding-top:5px;}
.voting-cat-list .image {aspect-ratio: 800 / 500;background-color:rgba(33, 20, 82, 0.25);}
.voting-cat-list .image img {display:block;width:100%;max-width:100%;}
.voting-cat-list .video {text-align: center;margin-top:-10px;}
.voting-cat-list .video a {display:inline-block;padding:10px 20px;font-size:14px;border-radius:10px;margin:auto;margin-bottom:10px;z-index:2;position:relative;background-color:#c90c0f;color:#FFF;text-decoration: none;}
.voting-cat-list .video a.disabled {opacity: 0.2;}

.prev-results-three-col {display:grid;grid-template-columns: 1fr 1fr 1fr;gap:20px;padding:20px;}
.prev-results-three-col h3 {margin-bottom:30px;}
.prev-results-three-col .result-row {margin-bottom:20px;}
.prev-results-three-col .result-row a{font-size: 24px;font-weight: 700;}

@media screen and (min-width:900px)
{
    .news-list.news-tiles {display:grid;grid-template-columns: repeat(4, 1fr);grid-template-rows: repeat(2, 1fr);gap:20px;margin-bottom:40px;}
    .news-list.news-tiles .news-item {flex-direction: column;margin-bottom:0;justify-content: unset;}
    .news-list.news-tiles .news-item .image {width:100%;}
    .news-list.news-tiles .news-item .text {width:100%;padding:20px 10px 10px 10px;justify-content: unset;align-items:unset;}
    .news-list.news-tiles .news-item .date {margin-bottom:5px;font-size:12px;}
    .news-list.news-tiles .news-item .title {margin-bottom:0;font-size:14px;}
    .news-list.news-tiles .news-item .description {display:none;}
    .news-list.news-tiles .news-item:nth-child(1) {grid-column: 1 / span 2;grid-row:1 / span 2;}
    .news-list.news-tiles .news-item:nth-child(1) .description {display:block;}
    .news-list.news-tiles .news-item:nth-child(1) .title {font-size:20px;margin-bottom:20px;}
}

@media screen and (max-width:1400px)
{
    .footer::after {left:-100px;}
}

@media screen and (max-width:1200px)
{
    .copyright {margin-bottom:60px;margin-top:20px;text-align: center;}
}

@media screen and (max-width:980px)
{
    .nav-bar .navigation ul li a, .nav-bar .navigation ul li .nav-a {padding:15px 0px 15px 20px;}
    .nav-bar .navigation ul li .sub-menu {left:-62px;}

    .newsletter-tile {flex-wrap: wrap;justify-content: start;}
    .newsletter-tile span {flex-grow:1;width:100%;display:block;margin-bottom:20px;}
    .newsletter-tile input[type="text"], .newsletter-tile input[type="email"] {width:35%;}
    .newsletter-tile input {margin-right:20px;}
    .newsletter-tile input[type="submit"] {margin-right:0;}

    .header .top-buttons {display:none;}
    .nav-bar {display:none;}
    .header {padding-top:70px;border-bottom:2px solid #211452;}
    .header .logo {width:150px;bottom:15px;}
    .social-bar {top:250px;}
    .mob-button {display:block;filter:invert(1);}
    main {margin-top:0;}
}

@media screen and (max-width:920px)
{
    .page-title .page-title-tile.split-tile {margin-bottom:100px;font-size:30px;padding:25px 40px;}
    .prev-results-three-col {grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width:850px)
{
    .copyright .divider {display:none;}
    .copyright * {display:block;margin-bottom:10px;}
    .footer .pages {columns: 1;}
    .footer .cols .col.col-1, .footer .cols .col {width:calc(33.33% - 10px);}
    .hhlogo-row {text-align: center;}
    .hhlogo-row img {display:inline-block;}
}

@media screen and (max-width:820px)
{
    .video-container .wrapper {height:calc(100vh - 200px);padding-top:0;}
    .video-container .wrapper video {object-fit:cover;left:0;top:0;height:100%;width:100%;position:relative;bottom:0;right:0;}

    

    .page-title .page-title-tile.split-tile {margin-bottom:80px;font-size:24px;padding:20px 30px;}
    
}

@media screen and (max-width:800px)
{
    .half-panels {flex-wrap: wrap;flex-direction: column;}
    .half-panels .half {width:100%;}
    .half-panels .half:first-child {margin-bottom:20px;}

    .tiles.four {grid-template-columns: repeat(3, 1fr);}
}

@media screen and (max-width:780px)
{
    .tiles {grid-template-columns: repeat(4, 1fr);}

    .title.home {font-size:24px;}
    .text-content.home {font-size:20px;}

    .image-tile-row {flex-direction: column;margin-top:20px;margin-bottom:20px;}
    .image-tile-row .half {width:100%;order:2;margin-top:-10px;}
    .image-tile-row .half .split-tile {width:calc(100% - 20px);margin-top:0;margin-bottom:0;}
    .image-tile-row .half:nth-child(2) {order:1;height:200px;}
}

@media screen and (max-width:750px)
{
    .search-bar .filters {flex-wrap:wrap;}
    .search-bar .filters .tile {width:6.1%;}

    .judge-list .judge {flex-wrap: wrap;flex-direction: column;justify-content: center;align-items: center;}
    .judge-list .judge .image {margin-bottom:10px;}
    .judge-list .judge .details {width:100%;}
    .judge-list .judge .name {text-align: center;}

    .home-testpanel {flex-direction: column;}
    .home-testpanel .videos {order:1;}
    .home-testpanel .testimonials {order:2;}
    .home-testpanel > div {width:100%;}

    .prev-results-three-col {grid-template-columns:1fr;text-align: center;}

}

@media screen and (max-width:700px)
{
    .tiles {grid-template-columns: repeat(3, 1fr);}
    .tile-blocks .block {width:100%;}
    .tile-blocks .block:nth-child(2n) {margin-left:0;}

    .row > .contents.largepadding {padding: 40px 20px;}
    
    .voting-cat-list {grid-template-columns: repeat(2, 1fr);}

}

@media screen and (max-width:680px)
{
    .other-videos {grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width:650px)
{
    .news-list .news-item {flex-wrap:wrap;justify-content: start;}
    .news-list .news-item .image {width:100%;}
    .news-list .news-item .text {width:100%;padding-top:30px;}

    .news-list .news-item .title {font-size:18px;}

    .page-content p img {width:100% !important;margin-right:0px !important;}
}

@media screen and (max-width:620px)
{
    .form .form-table .row.heading .input {display:none;}
    .form .form-table .row {flex-wrap: wrap;}
    .form .form-table .input {order:3;width:50%;padding-left:0;padding-right:0;}
    .form .form-table .cost {order:2;}
}

@media screen and (max-width:600px)
{
    .footer .cols {flex-wrap: wrap;}
    .footer .cols .col.col-1, .footer .cols .col {width:calc(50% - 10px);}
    .footer .cols .col.col-3 {width:100%;margin-top:20px;}
    .footer .cols .col.col-3 img {float:left;margin-right:20px;}

    .social-bar {position:absolute;top:unset;right:0;left:0;margin:auto;padding:10px 10px 5px 10px;display:inline-block;width:200px;bottom:0;text-align: center;background-color:#c6c5c5bb;}
    .social-bar a {display:inline-block;width:30px;margin-bottom:0;margin-left:10px;margin-right:10px;}

    .tiles.four {grid-template-columns: repeat(2, 1fr);}

    .newsletter-tile input[type="text"] {display:none;}
    .newsletter-tile input[type="email"] {width:65%;}

    .pedigree-panel {flex-wrap: wrap;}
    .pedigree-panel .half {width:100%;}

    .judge-list .judge .image {width:60%;}

    .livestream-buttons {justify-content: unset;flex-direction: column;gap:20px;}
}

@media screen and (max-width:550px)
{
    .search-bar .filters {font-size:10px;}

    .gallery .images {grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width:550px)
{
    .form .input-row.two {flex-wrap: wrap;}
    .form .input-row.two .input-cell {width:100%;}
}

@media screen and (max-width:490px)
{
    .search-bar .filters .tile {width:9%}
    .search-bar .filters .tile:first-child {order:100;}
}

@media screen and (max-width:480px)
{
    .newsletter-tile span {text-align: center;}
    .newsletter-tile input[type="email"] {width:100%;margin-right:0;margin-bottom:20px;}
    .newsletter-tile input[type="submit"] {margin:auto;}

    .tiles {grid-template-columns: repeat(2, 1fr);}

    .form .form-table .cost {width:100px;}
    .form .form-table .row .item, .form .form-table .input {width:calc(100% - 100px);}
    
}

@media screen and (max-width:450px)
{

    .other-videos .other::after {width:30px;height:30px;}

    .split-tile.noborder {padding:20px 30px;}

    .footer::after {background-size:auto 100%;width:calc(100% + 100px);}

    .footer .cols .col.col-1, .footer .cols .col {width:100%;}

  
}

@media screen and (max-width:400px)
{
    .footer .cols .col.col-3 {text-align: center;}
    .footer .cols .col.col-3 img {float:none;display:inline-block;margin-right:0;}
    .footer .group-logo {margin-top:20px;}

    .tiles.four .tile {min-height:150px;}

    .form .checkbox-row input[type="checkbox"] {min-width:20px;margin-right:10px;}
    .form .checkbox-row span {font-size:13px;}

    .form .total-row .name {width:75%;}
    .form .total-row .total {width:25%;}
    .form .total-row .total.input {width:100%;margin-top:10px;}
    .form .total-row {flex-wrap: wrap;gap:unset;}

    .judge-list .judge .image {width:100%;}
    
}

