@charset "UTF-8";
/* MEDIA QUERIES */
@media (min-width: 500px) {

}
@media (max-width:767.98px) {
/* MOBILE PHONE */
.gs-brandmark {height: 200px}
.bdx-knockout {height: 65px}
.splash p {font-weight:400 !important;}
}
@media (min-width:768px) {
/* TABLET PORTRAIT */

}
@media only screen and (min-width:768px) and (max-width:991px) {
/* DUAL ORIENTATION MOBILE */
.gs-brandmark {height: 200px}
.bdx-knockout {height: 100px}
}
@media (min-width:992px) {
/* TABLET LANDSCAPE */
.gs-brandmark {height: 250px}
.bdx-knockout {height: 100px}
}
@media (min-width:1200px) {
/* DESKTOP */
.gs-brandmark {height: 300px}
.bdx-knockout {height: 100px}
}
@media (min-width:1400px) {
/* LG DESKTOP */

}
@media (min-width:1600px) {
/* XL DESKTOP */

}
/* GLOBAL */
body {}
.splash p {font-size: 1.25rem;font-weight: 600;}
.splash p span {color:#ffcc66}
.gs-brandmark {display: block;width: 100%;filter: grayscale(100%);mix-blend-mode:color-dodge;opacity: 0.5}
.bdx-knockout {display: block;width: 100%;}
::-moz-selection { background-color: #ffcc66; color: #111;}
::selection {background-color: #ffcc66;color: #111;}