@charset "UTF-8";
/* CSS Document */

/*@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap');*/


@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@200;300;400;500;600;700&display=swap');


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: 100;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
background: url('../../images/background-grid.png');
background-size: 100%;
}

#main{
	padding: 60px 0px;
}

#main .row {
	margin-bottom: 40px;
}
#copyright * {
	font-weight: 400 !important;
}
/* GRID  */
.container {
	margin: 0 auto;
	max-width: 1360px;
	width: 100%;
	box-sizing: border-box;
}

.row {
display: grid;
gap: 40px;
width: 100%;
}


#full3 {
	gap: 0px;
}

.full4 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 200px;
}



/* MOBILE SIZING */
.six-columns {
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

#main img {
	max-width: 100%;
	height: auto;
}

/* COMPUTER SIZING */
@media (min-width: 768px) {

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

			}
	.three-columns { 
				grid-template-columns: repeat(3, 1fr);
			}
	.four-columns { 
        grid-template-columns: repeat(2, 1fr);
    }
	.six-columns { 
				grid-template-columns: repeat(6, 1fr);
		}

	.three-nine {
		grid-template-columns: 2.5fr 9.5fr;
	}

	.nine-three { 
				grid-template-columns: 9fr 3fr; 
		}

	.eight-four { 
				grid-template-columns: 8fr 4fr; 
		}

}


/* Inline #36 | https://justagame.com/apparel-and-equipment/apparel/hybrid-printing */

.sidebarNav ul {
  list-style: none;
}

.sidebarNav a {
  text-decoration: none;
  color: #c8102e;
  font-weight: 600;
}


/* COMPUTER SIZING */
@media (max-width: 920px) {
     #three-footer { 
        grid-template-columns: 1fr; 
    }
}


/* COMPUTER SIZING */
@media (min-width: 1400px) {
     .four-columns { 
        grid-template-columns: repeat(4, 1fr); 
    }
}



/*CUSTOM EDITOR STYLES added in the page_theme.php files*/
#page-wrapper a {
	text-decoration: none;
	color: #c8102e;
}
#page-wrapper .blue64 {
	color: #0E3278;
	font-size: 50px;
	font-weight: 400;
}

#page-wrapper .redbutton a {
	display: inline-block;
	padding: 4px 20px 4px;
	color: white;
	background-color: #c8102e;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}

#page-wrapper .twenty {
	font-size: 20px;
}

/* Type Styles */
#page-wrapper {
		font-family: 'IBM Plex Sans';
}
#page-wrapper h1 {
	color: #c8102e;
	font-size: 40px;
	font-weight: 900;
	margin: 0 0 40px;
}

#page-wrapper h2 {
	color: #0E3278;
	font-size: 34px;
	font-weight: 500;
	margin: 20px 0 10px;
}
#page-wrapper p {
	font-size: 24px;
	margin-bottom: 20px;
}
.redcallout {
	color: #c8102e;
	font-weight: 500;
}
#page-wrapper h3 {
	font-size: 30px;
	color: #c8102e;
	font-weight: 700;
	margin-top: 40px;
}

#page-wrapper ul {
  font-size: 20px;
  margin-left: 20px;
}

#page-wrapper li {
  margin-bottom: 10px;
}
#page-wrapper strong {
	font-weight: 600;
}
#page-wrapper em {
	font-style: italic;
}




/* Inline #36 | https://dev.justagame.com/apparel-and-equipment */

#mousetype {
  width: 100%;
  box-sizing: border-box;
}

/* styles.css | https://dev.justagame.com/application/themes/jag/assets/css/styles.css */

#copyright {
  width: 100%;
  box-sizing: border-box;
	padding: 20px;
	justify-content: space-between;
}
#newnav li {
	margin-bottom: 0 !important;
}
.eventInfoBox {
	font-family: IBM Plex Sans !important;
}
#page-wrapper blockquote p:first-child::before, #page-wrapper blockquote p:first-child::after {
  content: '"';
  display: inline-block;
  font-weight: 600;
  position: relative;
  line-height: 22px !important;
}

#page-wrapper blockquote p {
  font-size: 20px !important;
  position: relative;
  line-height: 26px !important;
  margin-bottom: 0;
  font-style: italic;
}

#page-wrapper blockquote p:last-child {
	padding: 6px 0 20px;
	font-weight: 900;
}
#page-wrapper blockquote p:first-child::before {
	padding-right: 4px;
}
#page-wrapper blockquote p:first-child::after {
	padding-left: 4px;
}


/* Header and Navigation */
#header {
	display: flex;
	flex-direction: row;
	background: #3d4c59;
	opacity: 1;
	align-items: center;
}
#headWrap {
	margin: 0 auto;
	display: flex;
	align-items: center;
	max-width: 1320px;
	justify-content: flex-start;
	width: 100%;
}
.logoWrap {
	margin-right: 30px;
}
.logoWrap img {
	width: 180px;
	margin-top: 0px;
	display: block;
}
#header #nav ul {
	display: flex;
	list-style: none;
}
#header #nav ul li {
	margin-right: 30px;
}
#header #nav > ul > li:first-child {
	display: none;
}
#header #nav ul li a {
	text-decoration: none;
	color: #ffffff;
	text-transform: none;
	font-family: 'IBM Plex Sans';
	font-size: 18px;
	margin-right: 0rem;
	font-weight: 400;
}
.subNav {
	position: absolute;
	left: 0;
	top: 54px;
	width: 100%;
	border-bottom: 2px solid #b1b5be;
	display: none;
	z-index: 999;
	background: #fff;
}
.subNav li {
	padding: 20px 0px 20px 0;
	margin-right: 0 !important;
}
.subNav li a {
	padding: 20px;
}

.subNav * {
	color: #000 !important;
}
#header #nav ul li a:hover {
/*	text-decoration: underline;*/
}
.subNav ul {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto !important;
	list-style: none;
	padding: 0 0 0 210px;
	box-sizing: border-box;
}
#newnav > li:first-of-type {
	display: none;
}

#newnav > li > a {
	position: relative;
}
.nav-selected.nav-path-selected.nav-dropdown > a::after, #newnav > li.nav-dropdown:hover > a::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

/* Inline #20 | https://dev.justagame.com/apparel */

.sidebarNav > ul > li > a::before {
  content: ">";
  margin-right: 4px;
}

.sidebarNav a {
  color: #333 !important;
}

.sidebarNav a:hover, .sidebarNav a.nav-selected.nav-path-selected {
  color: #c8102e !important;
}
.sidebarNav {
	border-right: 2px solid #999;
}

#newnav > li.nav-dropdown:hover {
	z-index: 9999999;
}

.nav-path-selected .subNav, li:hover .subNav {
  display: flex;
}
.subNav li.nav-selected a, .subNav li:hover a {
	cursor: pointer;
	color: #c8102e !important;
}
#header #nav > ul > li {
	border-bottom: 15px solid #3d4c59;
	border-top: 15px solid #3d4c59;
}
.subMenuPresent {
  margin-top: 120px;
}

.mobHam {
	position: absolute;
	color: #fff;
	right: 4vw;
	font-size: 30px;
	display: none;
}
.mobMe ul.nav {
	right: 0 !important;
}



#footer .boxSpace {
		margin-bottom: 25px;
	}

#right-footer a {
    text-decoration: none;
    color: black;
}




#footer {
	background-color: #dadbdd;
	padding: 45px 0px;
}

#right-footer{
	text-align: right;
}

#copyright {
	padding: 20px;
	}

#redbar {
	background-color: #cf202f;
	width: 100%;
	height: 30px;
}
/* Utility Styles  */
.ccm-image-slider-container {
	margin-bottom: 50px;
}
.ccm-image-slider-text {
	position: absolute;
	bottom: 0;
}

/*breakpoint*/
@media (max-width:768px) {
	.mobHam {
		display: block;
	}
		#page-wrapper h1 {
	font-size: 46px !important;
}
#finderPut::placeholder {
	font-size: 12px;
}

/* styles.css | https://dev.justagame.com/application/themes/jag/assets/css/styles.css */

@media (max-width: 768px) {
  #page-wrapper h1 {
    font-size: 46px !important;
  }
#finderPut::placeholder {
  font-size: 14px;
}
#finderPut {
  padding: 0 10px !important;
  width: 90% !important;
}
.oneClient {
	width: 90% !important;
}
.holga {
	font-weight: 300 !important;
	padding-left: 6px !important;
}
.subNav {
  position: relative;
  background: none;
  border: none;
  top: 0;
}
.subNav ul {
  flex-direction: column;
}
.subNav li {
  padding: 0;
}
.subNav * {
  color: #fff !important;
}
.subNav li a {
  padding: 6px 14px 0;
  display: block;
}
.subNav li.nav-selected a, .subNav li:hover a {
	background: none !important;
}
#eventbox, #totaller {
	font-size: 16px !important;
}
#eventbox #logoRow {
	font-size: 30px !important;
}
#page-wrapper .clientHeader h1 {
	font-size: 30px !important;
	text-align: left;
}
.buttonStack {
	margin-top: 10px !important;
}
.eventBox.passBox {
	width: 90%;
	margin: 20px auto !important;
}
.dateBox {
	margin: 0 10px 10px !important;
}
disclaimer {
	width: 90%;
	margin: 0 auto;
	display: block;
}
	#main {
		padding: 60px 25px;
	}
	#footer .boxSpace {
		padding: 0 25px 40px 25px;
	}
	#right-footer {
		text-align: left;
	}
	#copyright {
	padding: 20px;
	gap: 10px;
	}

	#nav > ul {
		position: fixed;
		right: -60vw;
		top: 0;
		height: 100vh;
		width: 52vw;
		display: flex;
		flex-direction: column;
		z-index: 101;
		background: #404c58;
		padding: 4vw;
		-moz-transition: right .4s ease-in-out;
		-webkit-transition: right .4s ease-in-out;
		-ms-transition: right .4s ease-in-out;
		transition: right .4s ease-in-out;
		}	
}