@charset "UTF-8";
/* CSS Document */
			
		/*HOVER */
           .checkline:hover {
              color: red;
            } 
        /* FONT COLOR HOVER.*/ 

@font-face {
    font-family: 'proximaRegular';
    src: url('../../../landing-pages/hotg-about/fonts/ProximaNova-Regular.eot');
    src: url('../../../landing-pages/hotg-about/fonts/ProximaNova-Reg.otf') format("opentype"),
        url('../../../landing-pages/hotg-about/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../../landing-pages/hotg-about/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../../../landing-pages/hotg-about/fonts/ProximaNova-Regular.woff') format('woff'),
        url('../../../landing-pages/hotg-about/fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../../../landing-pages/hotg-about/fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proximaBlack';
    src: url('../../../landing-pages/hotg-about/fonts/ProximaNova-Black.eot');
    src: url('../../../landing-pages/hotg-about/fonts/ProximaNova-Black.otf') format("opentype"),
        url('../../../landing-pages/hotg-about/fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
        url('../../../landing-pages/hotg-about/fonts/ProximaNova-Black.woff2') format('woff2'),
        url('../../../landing-pages/hotg-about/fonts/ProximaNova-Black.woff') format('woff'),
        url('../../../landing-pages/hotg-about/fonts/ProximaNova-Black.ttf') format('truetype'),
        url('../../../landing-pages/hotg-about/fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}


body {
	background-color:#fff;
	font-family: proximaRegular, Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0;
}

h1, h2{
    color: #f5002f !important;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}



h1 {
    font-size: 80px;
    font-family: 'proximaBlack', helvetica, sans-serif;
    line-height: 85px;
    margin-top: 0;
    text-align: left;
}

h2 {
    font-size: 50px;
    font-family: 'proximaBlack', helvetica, sans-serif;
    margin-top: 0;
}

h3 {
    font-size: 20px;
    font-family: 'proximaRegular', helvetica, sans-serif;
    margin-top: 0;
    color: #333333 !important;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    padding-top: 10px;
}

.form-pad {
	padding: 20px;
}

.span-col {
	height: 200px;
	box-sizing: border-box;
	padding-top: 50px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cat-1 {
 	background-image: url("../images/lacrosse_checklist_equipment.jpg");
}

.cat-2 {
 	background-image: url("../images/lacrosse_checklist_apparel.jpg");
}

.cat-4 {
 	background-image: url("../images/lacrosse_checklist_playergear.jpg");
}
.cat-3 {
 	background-image: url("../images/safety_checklist.jpg");
}

.toggle {
	text-decoration: none;
	color: #f5002f;
}

.toggle-content {
	display: none;
}

.toggle-content.visible {
	display: block;
}

.form-center {
	max-width: 1500px;
	margin: 120px auto 20px auto;
	padding: 20px;
	justify-content: center;
	column-count: 3;
    column-gap: 10px;
    box-sizing: border-box;
}

.section-head {
	max-width: 1500px;
	margin: 120px auto 20px auto;
	justify-content: center;
}

.small-top-marg {
	margin-top: 80px;
}

.instruct, .instruct-m{
	 text-align: center;
	 font-size: 22px;
	 margin-left: -5vw;
}

.instruct-m{
	 display: none;
}

.grey-ins {
	background-color: #eee;
	padding: 10px;
	line-height: 22px;
	margin: 20px auto 0 auto;
}

.red-arrow {
	color: #f5002f;
	font-size: 32px;
	line-height: 22px;
	position : relative;
	top : 0.07em;
}


.contact-w {
	max-width: 1100px;
	margin: auto;
}

.checklisthead {
	display: inline-block;
	vertical-align: top;
	margin-top: 150px;
}

.head-center {
	text-align: center;
	background-image: url("../images/Lacrosse-header.jpg");
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

.second-head {
	margin-top:0;
	padding-top: 0;
}

.underline-headlines {
    width: 250px;
    height: 12px;
    background-color: #f5002f;
    margin: 10px 0 20px 40px;
}

.ulhead {
	width: 550px;
    height: 18px;
    background-color: #f5002f;
    margin: 10px 0 30px 0;
}

.bsnlogo-redbox {
	background-color: #f5002f;
	width: 200px;
	height: 200px;
	display: inline-block;
	margin-right: 20px;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 150px;
}

.checkbox_wrap {
	margin-bottom: 40px;
	page-break-inside: avoid;
	break-inside: avoid-column;
}

.form_fill {
	padding : 20px;
	display:inline-block;
	width: 59%;
}

.graybox {
	padding: 30px;
	margin: 10px auto 10px auto;
	border: 1px solid #666666;
}

.subgray {
	background-color: lightgray;
	margin: 10px;
	padding-bottom: 10px;
}


input[type="checkbox"]{
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none !important;
	border-radius: 6px;
	position: relative;
	box-sizing: content-box;
	width: 20px;
	height: 20px;
	border: 1px solid #666666;
	transition: all .3s linear;
	text-align: center;
	margin: auto;
	vertical-align:middle;
}

input[type="checkbox"]:checked{
	background-color: #fffffff;
}

input[type="checkbox"]:checked:after {
    content: "\2713";
    color: #e31837;
	font-size: 30px;
	line-height:18px;
	font-family: Pop Warner, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;

	}

input:focus {
    outline:none;
}

::placeholder {
	color: #bbb;
}

input[type="text"]{
	/*width: 46%;*/
	height: 50px;
	font-size: 17px;
	padding: 5px;
	/*margin-bottom: 4%;*/
	/*margin-right: 2%;*/
	border:0;
}



input[type="email"] {
	/*width: 94%;*/
	height: 50px;
	font-size: 17px;
	padding: 5px;
	/*margin-bottom: 4%;*/
	border:0;
}
	
.checkbox_label {
	padding: 10px;
	font-size: 18px;
	vertical-align:middle;
}

.checkline {
	padding-top:18px;
	vertical-align:middle;
}

.checkline:first-child {
	padding-top:0;
}

#comments {
	background-color:#eaeaea;
	padding: 40px;
	column-span: all;
}

#comments h2, #comments p {
	text-align: center;
}

#comments p { 
	font-size: 20px;
	padding-bottom: 20px;
	}

textarea {
	width: 100%;
	height: 193px;
	margin: auto;
	font-size: 20px;
	border: 0;
}

.form-inputs {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.comments {
	display: inline-block;
	width: 50%;

}

input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}

#buttonspace {
	text-align: center;
	padding:20px;
}
.saveButton {
	background-color:#e31837;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #e31837;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:35px;
	font-weight:bold;
	padding:10px 80px;
	text-decoration:none;
	text-align: center;
}

.saveButton:hover {
	background-color:#bc0622;
}
.saveButton:active {
	position:relative;
	top:1px;
}

.pointdown {
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari 3-8 */
	transform: rotate(90deg);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	}

.triangle {
    width: 0;
    height: 0;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-left: 25px solid #f5002f;
      -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    display: inline-block;
    margin-right: 10px;
}

.visible {
    display: block !important;

}

	.force-three {
		height: 500px;
	}

@media (max-width: 1200px) {
/*	.head-center {
		background-size: auto;
	}*/

	.bsnlogo-redbox {
	width: 15vw;
	height: 15vw;
	padding: 10px;
	margin-top: 100px;
	}

	.checklisthead {
	margin-top: 100px;
}

	h1 {
    font-size: 6vw;
    line-height: inherit;
	}
	.ulhead {
    width: 25vw;
    height: 1.5vw;
    margin: 10px 0 10px 0;
	}

	.instruct {
	 font-size: 2.5vw;
	 margin-left: 0;
	}



}
@media (max-width: 1040px) {
	.form-center {
	column-count: 2;
	margin: 80px auto 20px auto;
	}
	.span-col {
	height: 200px;
	padding-top: 100px;
	text-align: center;
	}

	.head-center {
	/*text-align: center;*/
	background-image: url("../images/Lacrosse-header.jpg");
	/*width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;*/
}

	.cat-1 {
		background-image: url("../images/lacrosse_checklist_mobile_equipment.jpg");
	}

		.cat-2 {
		background-image: url("../images/lacrosse_checklist_mobile_apparel.jpg");
	}

		.cat-4 {
		background-image: url("../images/lacrosse_checklist_mobile_playergear.jpg");
	}

		.cat-3 {
		background-image: url("../images/safety_checklist_mobile.jpg");
	}

	
	.underline-headlines {
    width: 250px;
    height: 12px;
    background-color: #f5002f;
    margin: 10px auto 20px auto;
	}

	h2 {
		font-size: 5vw;
		text-align: center;
	}
	.force-three {
		height: auto;
	}

}

@media (max-width: 700px) {
	.form-center {
	column-count: 1;
	margin: 20px auto 20px auto;
	}

	.red-arrow {
	font-size: 22px;
	}

	h3 {
	text-align: center;
	font-size: 6vw;
	}
	.underline-headlines, .ulhead {
    width: 150px;
    height: 7px;
    background-color: #f5002f;
	}
	input[type="text"], input[type="email"], input[type="phone"]{
	width: 100%;
	margin-top: 10px;
	}
	.comments, .form-inputs {
	display: block;
	width: 100%;
	}

	.triangle {
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 15px solid #f5002f;
	}

	.section-head {
    margin: 60px auto 20px auto;
	}

	.instruct {
	 display: none;
	}

	.instruct-m{
	 display: block;
	 margin-left: 0;
	font-size: 17px;
	text-align: left;
	}

	.center-text {
	margin: auto;
    text-align: center;
    width: 250px;
	}

}

@media (max-width: 600px) {
	.bsnlogo-redbox {
	width: 25vw;
	height: 25vw;
	margin-top: 0;
	}

	.checklisthead {
	margin-top: 10vw;
	}

	h1 {
    font-size: 9vw;
    text-align: center;
	}

	.ulhead {
    width: 35vw;
    margin: 10px auto 10px auto;
	}

		h2 {
		font-size: 7vw;
		text-align: center;
	}


}


@media (max-width: 450px) {
	#buttonspace {
    padding: 0;
    margin-top: 15px;
}

}

/** {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
} */