html {
	scroll-behavior: smooth;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0px;
  font-weight: 400;
  color: var(--main-txt-color);
}

body.lock-position {
	overflow: hidden; /* Triggered when hamburger menu or filter menu is open. Prevents scrolling of underlying page. */
}

  a.product-filter, a.nav-sub-link, a.nav-link {
	color: #0056B3;
  }
  .modal-dialog.product{
	min-width: 60%;
	margin: 1.75rem auto;
  }
  .modal-dialog.product img {
	  width: 100%;
  }
  button.btn-blocked:not(:disabled):not(.disabled) {
	cursor: default;
  }
  input[type=radio],input.radio {
	float: left;
	clear: none;
	margin: 2px 0 0 2px;
  }

  .container-fluid {
	  max-width: 1530px;
  }
  .shirt__type {
    position: relative;
    background-image: var(--shirt-type-bg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .shirt__type.shop-style{
	background-image: none;
	background-color: var(--school-accent-color);
  }
  .shirt__type .img-fluid {
	  padding: 5%;
	  min-width: 100%;
  }
  .shirt__type.shop-style .img-fluid {
	  padding: 0;
  }
  img {
	  max-width: 100%;
  }
  .img-blk-bg {
	background-color: black;
  }
  .shop-style .img-fluid {
	  height: var(--template-height);
	  width: auto;
	  object-fit: none;
  }

  p:last-child,
  h3:last-child {
	  margin: 0;
  }

  h1, h2, h3 {
	  font-family: 'Roboto', sans-serif;
	  color: var(--main-txt-color);
	  font-weight: bold;
	  margin-bottom: 15px;
  }

  .white-text, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text p, .white-text ul {
	  color: var(--light-color);
  }

  .accent-color {
	  color: var(--accent-landing-color);
  }
  .btn_branded {
	  background-color: var(--school-accent-color);
	  border-color: var(--school-accent-color);
  }
  .btn__red {
	  background: var(--accent-landing-color);
	  color: var(--light-color) !important;
	  font-size: 12px;
	  font-weight: bold;
	  letter-spacing: 0.8px;
	  padding: 12px 17px;
	  text-transform: uppercase;
  }

  .btn__red.btn__large {
    padding: 12px 50px;
}

  .btn__red:hover {
	  opacity: .8;
  }

  .btn__white-outline {
	background: transparent;
	color: var(--light-color);
	font-weight: bold;
	letter-spacing: 0.8px;
	padding: 12px 17px;
	border: 1px solid var(--light-color);
	border-radius: 0;
	text-transform: uppercase;
  }

  .btn__white-solid {
	background: white;
	color: black;
	font-weight: bold;
	letter-spacing: 0.8px;
	padding: 12px 17px;
	border: 1px solid var(--light-color);
	border-radius: 0;
	text-transform: uppercase;
	text-decoration: none;
}

  .btn__red-outline {
    background: var(--accent-landing-color);
    color: var(--light-color);
    font-weight: bold;
    letter-spacing: 0.8px;
    padding: 12px 17px;
    border: 1px solid var(--accent-landing-color);
    border-radius: 0;
    text-transform: uppercase;
}

.btn__red-outline:hover {
    background: var(--accent-landing-color);
    color: var(--light-color);
}

  .btn__large.btn__white-outline {
	  padding: 12px 50px;
  }

  .btn__large.btn__white-solid {
	padding: 12px 50px;
}

  .btn__white-outline:hover {
	  color: var(--main-txt-color);
	  background: var(--light-color);
  }

  .btn__white-solid:hover {
	color: var(--main-txt-color);
	background: var(--light-color);
}

  .btn__white {
	  background: var(--light-color);
	  color: var(--dark-color);
	  font-weight: bold;
	  letter-spacing: 0.8px;
	  padding: 12px 17px;
	  border-radius: 0;
	  text-transform: uppercase;
  }

  .btn__white:hover {
	  color: var(--main-txt-color);
	  background: var(--light-color);
  }

  .btn__accent {
	  background: var(--school-accent-color);
	  color: var(--light-color) !important;
	  font-weight: bold;
	  letter-spacing: 0.8px;
	  padding: 12px 17px;
	  border-radius: 0;
	  text-transform: uppercase;
  }

  .btn__accent:hover {
	  opacity: .8;
  }

  .site__breadrumb .breadcrumb {
	  background: var(--light-color);
	  padding: 10px 0;
	  margin-bottom: 0;
  }

  .site__breadrumb a {
	  color: var(--main-txt-color);
	  text-decoration: none;
  }

  .breadcrumb-item.active {
	  color: var(--school-accent-light-color);
  }
  .breadcrumb-item+.breadcrumb-item{
	  padding-left: 0rem;
  }

  /* MINI CART */

  .mini__cart {
	  display: inline-block;
	  position: relative;
	  vertical-align: middle;
	  margin-left: 20px;
  }

  .mini__cart .cart__count {
	  width: 30px;
	  height: 30px;
	  display: block;
	  background-image: url(https://assets.1stplacespiritwear.com/cart-icon-white.svg);
	  background-repeat: no-repeat;
	  background-size: 25px;
	  background-position: center;
  }

  .mini__cart .cart__count span {
	  position: absolute;
	  right: -8px;
	  top: -8px;
	  color: var(--light-color);
	  font-size: 12px;
  }

  /* MINI CART END */


  /* LANDING PAGE */

  .landing__header {
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: 0;
	  z-index: 10;
	  -webkit-transition: 0.25s ease-out;
	  transition: 0.25s ease-out;
  }

  ._is_sticky .landing__header {
    position: fixed;
    background: #000;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

  .landing__intro {
	  padding: 150px 0 100px;
	  min-height: 600px;
	  background-image: var(--site-banner-bg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
  }

  .landing__intro a {
	text-decoration: none;
	color:white;
  }

  .webp .landing__intro {
	padding: 150px 0 100px;
	min-height: 600px;
	background-image: var(--site-banner-bg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

  .landing__intro_content {
	  margin-top: 60px;
	  margin-bottom: 40px;
  }

  .landing__intro_content .__heading {
	  font-size: 50px;
  }

  .landing__intro_content .__sub_heading {
	  font-size: 25px;
  }

  .landing__search_form p {
	  font-size: 16px;
  }

  .landing__search_form .form-control {
	  height: 60px;
	  line-height: 50px;
	  border: 0;
	  border-radius: 0;
  }

  .landing__search_form .btn__red {
	  height: 60px;
	  font-size: 22px;
	  font-weight: 500;
	  border: 0;
	  padding: 0;
	  border-radius: 0;
  }

  .landing__search_form span {
	  color: var();
	  font-size: 30px;
	  vertical-align: sub;
  }

  .landing__search_form .search_results {
	  position: absolute;
	  background: var(--light-color);
	  left: 4px;
	  right: 4px;
	  top: 60px;
	  z-index: 12;
  }

  .landing__search_form .search_results ul {
	  list-style: none;
	  margin: 0;
	  padding: 0;
  }

  .landing__search_form .search_results ul li {
	  padding: 5px 10px;
	  border-bottom: 1px solid var(--light-grey-color);
  }

  .landing__search_form .search_results ul li:first-child {
	  border-top: 1px solid var(--light-grey-color);
  }

  .landing__search_form .search_results ul li a {
	  color: var(--dark-color);
	  text-decoration: none;
  }

  .landing__search_form .search_results ul li a:hover {
	  color: var(--accent-landing-color);
  }

  .header__search p {
	font-size: 16px;
}

.header__search .form-control {
	height: 60px;
	line-height: 50px;
	border: 0;
	border-radius: 0;
}

.header__search .btn__red {
	height: 60px;
	font-size: 22px;
	font-weight: 500;
	border: 0;
	padding: 0;
	border-radius: 0;
}

.header__search span {
	color: var();
	font-size: 30px;
	vertical-align: sub;
}

.header__search .search_results {
	position: absolute;
	background: var(--light-color);
	left: 4px;
	right: 4px;
	top: 29px;
	z-index: 12;
}

.header__search .search_results ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header__search .search_results ul li {
	padding: 5px 10px;
	border-bottom: 1px solid var(--light-grey-color);
}

.header__search .search_results ul li:first-child {
	border-top: 1px solid var(--light-grey-color);
}

.header__search .search_results ul li a {
	color: var(--dark-color);
	text-decoration: none;
}

.header__search .search_results ul li a:hover {
	color: var(--accent-landing-color);
}

.landing__section {
	  padding: 50px 0;
  }

  .elementory-school {
	  background-image: url(https://assets.1stplacespiritwear.com/bg-elementary-school.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
  }

  .junior-high-school {
	  background-image: url(https://assets.1stplacespiritwear.com/bg-jr-high-school.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
  }

  .high-school {
	  background-image: url(https://assets.1stplacespiritwear.com/bg-high-school.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
  }

  .section__cta {
	  background-image: url(https://assets.1stplacespiritwear.com/bg-cta-school-banner.png);
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
	  padding: 100px 0;
	  min-height: 450px;
  }

.webp .elementory-school {
	background-image: url(https://assets.1stplacespiritwear.com/bg-elementary-school.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.webp .junior-high-school {
	background-image: url(https://assets.1stplacespiritwear.com/bg-jr-high-school.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.webp .high-school {
	background-image: url(https://assets.1stplacespiritwear.com/bg-high-school.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.webp .section__cta {
	background-image: url(https://assets.1stplacespiritwear.com/bg-cta-school-banner.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	min-height: 450px;
}

  .section__content h2 {
	  font-size: 40px;
  }

  .section__content p {
	  font-size: 20px;
	  font-weight: 300;
	  max-width: 70%;
  }

  .section__content .btn__white-outline {
	  padding: 12px 50px;
	  margin-top: 50px;
  }

  .section__content .btn__white-solid {
	padding: 12px 50px;
	margin-top: 50px;
}

  .section__cta .section__content p {
	  max-width: 100%;
  }

  /* LANDING PAGE END*/

  /* SIGN UP PAGE */

  .sign_up__page {
	  background-image: var(--pta-bg);
	  background-size: cover;
	  background-position: center;
  }

  .sign_up__top {
	  padding: 220px 80px 100px 40px;
  }

  .sign_up__top h2 {
	  color: var(--light-color);
	  font-size: 50px;
	  margin: 20px 0;
  }

  .sign_up__top h4 {
	  color: var(--light-color);
	  font-size: 25px;
	  margin-bottom: 30px;
  }


  .sign_up__form_wrap {
	  background: var(--light-color);
	  border-radius: 30px 0 0 30px;
  }

  .sign_up__form {
	  padding: 170px 40px 90px;
  }

  .sign_up__form h4 {
	  font-size: 24px;
	  margin-bottom: 40px;
	  font-weight: bold;
  }

  .field_group {
	  margin-bottom: 40px;
  }

  .sign_up__form .form-group {
	  position: relative;
	  margin-bottom: 1.2rem;
  }

  .sign_up__form .form-control {
	 border: 0;
	  border-bottom: 1px solid var(--dark-color);
	  color: var(--dark-color);
	  outline: none;
	  font-size: 14px;
	  height: 40px;
	  line-height: 40px;
	  background: transparent;
	  border-radius: 0;
	  padding: 10px 0;
	  box-shadow: none;

  }

  .sign_up__form .focus_border {
	  height: 1px;
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  width: 0;
	  background: var(--accent-landing-color);
	  -webkit-transition: .2s ease-out;
	  -moz-transition: .2s ease-out;
	  -o-transition: .2s ease-out;
	  transition: .2s ease-out;
  }

  .sign_up__form .form-control:focus ~ .focus_border {
	  width: 100%;
  }

  .sign_up__form .form-control::-webkit-input-placeholder { /* Edge */
	color: var(--dark-color);
  }

  .sign_up__form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: var(--dark-color);
  }

  .sign_up__form .form-control::placeholder {
	color: var(--dark-color);
  }

  .custom_checkboxes {
	  list-style: none;
	  margin: 0;
	  padding: 0;
  }

  .custom_checkboxes li {
	  display: inline-block;
	  vertical-align: top;
	  margin-right: 20px;
  }

  /* The label_box */
  .label_box {
	display: block;
	position: relative;
	padding-left: 35px;
	font-size: 14px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }

  /* Hide the browser's default radio */
  .label_box input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }

  /* Create a custom radio */
  .checkbox {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	border: 1px solid var(--dark-color);
  }

  /* On mouse-over, add a grey background color */
  .label_box:hover input ~ .checkbox {

  }

  /* When the radio is checked, add a blue background */
  .label_box input:checked ~ .checkbox {

  }

  /* Create the checkbox/indicator (hidden when not checked) */
  .checkbox:after {
	content: "";
	position: absolute;
	display: none;
  }

  /* Show the checkbox when checked */
  .label_box input:checked ~ .checkbox:after {
	display: block;
  }

  /* Style the checkbox/indicator */
  .label_box .checkbox:after {
	  left: 6px;
	  top: 2px;
	  width: 4px;
	  height: 8px;
		border: solid var(--dark-color);
		border-width: 0 1px 1px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
  }

  .sign_up__content {
	  padding: 80px 0 67px;
	  background: #F7F7F7;
  }

  .section__title {
	  margin-bottom: 50px;
  }

  .section__title h2 {
	  font-size: 40px;
  }

  .icon_with_text img {
	  margin-bottom: 15px;
  }

  .icon_with_text h4 {
	  font-size: 18px;
	  font-weight: bold;
  }

  .icon_with_text p {
	  color: #676767;
  }

  .pta__store {
	  margin-top: 80px;
  }

  .pta__store__content p {
	  line-height: 25px;
	  margin-bottom: 50px;
  }


  /* SIGN UP PAGE END */

  /* FIND YOUR SCHOOL */

  .main__header {
	  box-shadow: 0px -5px 10px #868686;
	  background: #fff;
  }

  .find-your-school___page {
	  padding: 150px 0 70px;
	  background-image: var(--site-banner-bg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
	  background-attachment: fixed;
  }

  .webp .find-your-school___page {
	padding: 150px 0 70px;
	background-image: var(--site-banner-bg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.find-your-school__wrap {
	  background: var(--dark-color);
	  padding: 65px;
	  border-radius: 10px;
  }

  .find-your-school__intro {
	  margin-bottom: 45px;
  }

  .find-your-school__content {
	font-size: 16px;
	color: white;
	font-weight: 200;
}

  .find-your-school__intro .__heading {
	  font-size: 50px;
  }

  .list_of_schools {
	  border-top: 1px solid var(--light-color);
	  margin-top: 50px;
	  padding: 30px 0;
  }

  .list_of_schools h3 {
	  font-size: 26px;
	  margin-bottom: 20px;
  }

  .list_of_schools ul {
	  margin: 0;
	  padding: 0;
	  list-style: none;
  }

  .list_of_schools ul li a {
	  color: var(--light-color);
	  padding: 3px 0;
	  font-size: 16px;
	  font-weight: 300;
	  display: block;
  }

  .list_of_schools ul li a:hover {
	  color: var(--accent-landing-color);
	  text-decoration: none;
  }

  .list_of_cities .__list {
	  border-top: 1px solid #393939;
	  padding: 20px 0 30px;
  }

  .list_4_cols:after {
	  content: "";
	  display: block;
	  clear: both;
  }

  .list_4_cols li {
	  float: left;
	  width: 25%;
	  margin-bottom: 5px;
  }

  /* FIND YOUR SCHOOL END */

  /* SCHOOL FRONT PAGE */

  .logo_school_title {
	 color: var(--school-accent-color);
	 padding: 10px 0 10px 25px;
	 border-left: 2px solid var(--light-grey-color);
	  display: inline-block;
	  vertical-align: middle;
	  margin-left: 20px;
  }

  .logo_school_title h3 {
	 color: var(--school-accent-color);
	 font-family: 'Nunito Sans', sans-serif;
	 font-size: 1.2rem;
	 letter-spacing: 1px;
	  line-height: 1.3;
	  font-weight: 800;
	  margin-bottom: 0px;
  }

  .logo_school_title p {
	  font-style: italic;
	  font-weight: 500;
	  font-size: 15px;
  }

  .header__search {
	  position: relative;
  }

  .header__search input {
	  border: 0;
	  border-bottom: 1px solid var(--light-grey-color);
	  color: var(--dark-color);
	  outline: none;
	  height: 30px;
	  line-height: 30px;
	  width: 260px;
  }

  .header__search .focus_border {
	  height: 1px;
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  width: 0;
	  background: var(--school-accent-color);
	  -webkit-transition: .2s ease-out;
	  -moz-transition: .2s ease-out;
	  -o-transition: .2s ease-out;
	  transition: .2s ease-out;
  }

  .header__search input:focus ~ .focus_border {
	  width: 100%;
  }

  .main-navigation {
	  background: var(--school-accent-color);
  }

  .main__header .mini__cart .cart__count,
  .dark__icon.mini__cart .cart__count {
	  background-image: url(https://assets.1stplacespiritwear.com/school/dark-cart.png);
  }

  .main__header .mini__cart .cart__count span,
  .dark__icon.mini__cart .cart__count span {
	  color: var(--dark-color);
  }

	.navbar {
		justify-content: flex-start;
	}

	.navbar-brand {
		margin-right: 0;
	}

  .main-navigation.navbar-expand-lg .navbar-nav .nav-link {
	  padding: 18px 10px;
	  font-size: 16px;
	  color: var(--light-color);
	  font-weight: bold;
	  letter-spacing: 0.5px;
	  position: relative;
  }
  .main-navigation.navbar-expand-lg .navbar-nav.font-red .nav-link {
	color: var(--accent-landing-color)
  }

  .main-navigation.navbar-expand-lg .navbar-nav .nav-item {
	 padding: 0 10px;
	 position: relative;
  }

  span.mobile-toggler {
	  position: absolute;
	  left: 0;
	  top: 0;
	  color: #fff;
	  padding: 8px;
	  height: 51px;
	  font-size: 28px;
	  background: var(--school-accent-color);
	  cursor: pointer;
		filter: grayscale(0.3);
  }


  .sub-menu {
	  z-index: 1;
	  margin: 0;
	  padding: 20px;
	  list-style: none;
	  background: var(--light-color);
	  z-index: 99;
	  transition: all 0.2s ease-out;
	  box-shadow: 1px 1px 8px rgba(170, 170, 170, 0.23);
  }


  .sub-menu li a {
	  display: block;
	  color: var(--dark-color);
	  text-decoration: none;
	  padding: 5px;
  }

  .sub-menu li a:hover {
	  color: var(--school-accent-color);
  }

  /* Mobile Menu */

  .navbar-light .navbar-toggler {
	  color: var(--light-color);
	  border-color: var(--school-accent-color);
	  background: var(--school-accent-color);
	  border-radius: 0;
	  margin-left: 20px;
  }

  .main__banner {
	  background-image: var(--store-banner-bg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: top left;
	  padding: 15px 0 0 0;
  }

  .hero__banner {
	padding-bottom: 15px;
	padding-top: 70px;
  }

  .banner__title {
	  color: var(--light-color);
	  font-size: 50px;
  }

  .banner__content {
	  padding-right: 0px;
  }

  .banner__content .btn__white-outline {
	  margin-top: 20px;
  }

  .banner__content .btn__white-solid {
	margin-top: 20px;
}

  .gradient__separator {
	  height: 15px;
	  background: var(--school-accent-color);
	  background: -moz-linear-gradient(left, var(--school-accent-color) 0%, var(--dark-color) 100%);
	  background: -moz-linear-gradient(left, var(--school-accent-color) 0%, var(--dark-color) 100%);
	  background: -webkit-linear-gradient(left, var(--school-accent-color) 0%, var(--dark-color) 100%);
	  background: linear-gradient(to right, var(--school-accent-color) 0%, var(--dark-color) 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=var(--school-accent-color), endColorstr=var(--dark-color),GradientType=1 );
  }

  .category__btns {
	  padding: 10px;
  }

  .category__btns .category__btn {
	  position: relative;
	  background: var(--category-btn-bg);
	  background-size: auto;
	  background-position: center;
	  border-radius: 8px;
	  margin: 15px 0;
	  background-color: var(--school-accent-color);
  }

  .category__btns .category__btn .btn {
	  position: relative;
	  color: var(--light-color);
	  padding: 28px 10px;
	  font-size: 24px;
	  font-weight: 800;
	  border-radius: 8px;
	  text-transform: uppercase;
	  letter-spacing: 1px;
  }

  .category__btns .category__btn .btn span {
	  vertical-align: baseline;
	  -webkit-transition: .2s ease-out;
	  -moz-transition: .2s ease-out;
	  -o-transition: .2s ease-out;
	  transition: .2s ease-out;
  }

  .category__btns .category__btn .btn:hover span {
	  -moz-transform: translateX(10px);
	  -webkit-transform: translateX(10px);
	  -o-transform: translateX(10px);
	  -ms-transform: translateX(10px);
	  transform: translateX(10px);
  }

  .types__shirts {
	  overflow: hidden;
	  padding-bottom: 20px;
  }

  .shirt__type {
	  position: relative;
	  background-image: var(--shirt-type-bg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
  }

  .shirt__type .btn {
	  position: absolute;
	  bottom: 0;
	  right: 0;
	  left: 0;
	  color: var(--light-color);
	  padding: 3%;
	  font-size: 24px;
	  font-weight: 800;
	  border-radius: 8px;
	  text-transform: uppercase;
	  background: var(--pattern-btn-bg);
	  background-size: cover;
	  background-position: center;
	  border-radius: 0;
	  letter-spacing: 1px;
  }

  .shirt__type .btn span {
	  vertical-align: baseline;
	  -webkit-transition: .2s ease-out;
	  -moz-transition: .2s ease-out;
	  -o-transition: .2s ease-out;
	  transition: .2s ease-out;
  }

  .shirt__type .btn:hover span {
	  -moz-transform: translateX(10px);
	  -webkit-transform: translateX(10px);
	  -o-transform: translateX(10px);
	  -ms-transform: translateX(10px);
	  transform: translateX(10px);
  }

  .shop__activity {
	  position: relative;
	  margin-top: 20px;
  }

  .shop__activity .slider_item {
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  padding-top: 40%;
  }

  .activity-content {
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
  }

  .shop__activity h2 {
	  font-size: 50px;
  }

  .shop__activity p {
	  font-size: 20px;
  }

  .shop__activity .btn {
	  margin-top: 40px;
  }

  .shop__by-style {
	  padding: 60px 0;
	  background: var(--light-pattern-bg);
	  background-size: cover;
	  overflow: hidden;
  }

  .section__title h3 {
	  font-size: 40px;
	  letter-spacing: 1px;
	  margin-bottom: 40px;
  }

  .shop-style {
	  position: relative;
  }

  .shop-style .btn {
	  position: absolute;
	  bottom: 0;
	  right: 0;
	  left: 0;
	  color: var(--light-color);
	  padding: 20px 20px;
	  font-size: 20px;
	  font-weight: 800;
	  border-radius: 8px;
	  text-transform: uppercase;
	  background: var(--category-btn-bg);
	  background-size: cover;
	  background-position: center;
	  border-radius: 0;
	  letter-spacing: 1px;
	  background-color: var(--school-accent-color);
  }

  /* SCHOOL FRONT PAGE END */

  /* COLLECTION PAGE */

  .collection__banner {
	  background-image: var(--collection-banner-bg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
	  padding: 50px 0;
  }

  .collection__banner .banner__title {
	  font-size: 67px;
  }

  .all__collections {
	  padding: 30px 0 50px;
  }

  .product__sorting .__sort {
	  padding: 5px 10px;
	  border: 1px solid var(--dark-color);
	  border-radius: 3px;
	  margin-left: 20px;
	  text-decoration: none;
	  color: var(--dark-color);
	  min-width: 120px;
	  text-align: center;
  }
  .affix#openSidbar {
    position: fixed;
    right: 10px;
    background: #fff;
    z-index: 3;
    width: 40px !important;
    min-width: 40px;
    overflow: hidden;
    height: 40px;
    top: 110px;
}
  .product__sorting p {
    margin-bottom: 0;
}

  .product__sorting .__sort span {
	  font-size: 30px;
	  vertical-align: middle;
	  line-height: 1;
	  top: -3px;
	  position: relative;
	  margin-left: 10px;
	  line-height: 30px;
  }

  .product__sorting .__sort#openSidbar span {
	  font-size: 20px;
	  margin-left: 0px;
	  margin-right: 10px;
	  top: 0
  }

	.product__sorting .btn {
		line-height: 32px;
	}

  .collection__title {
	  margin-bottom: 20px;
  }

  .collection__title h2 {
	  font-size: 24px;
	  margin-bottom: 0;
  }

  .collection__item {
	  position: relative;
	  margin-bottom: 30px;
	  overflow: hidden;
  }

  .collection__item img {
	  -webkit-transition: all .4s ease-out;
	  -moz-transition: all .4s ease-out;
	  -ms-transition: all .4s ease-out;
	  -o-transition: all .4s ease-out;
	  transition: all .4s ease-out;
  }

  .collection__item:hover img{
	  -moz-transform: scale(1.1);
	  -webkit-transform: scale(1.1);
	  -o-transform: scale(1.1);
	  -ms-transform: scale(1.1);
	  transform: scale(1.1);
  }

  .collection__item:after {
	  content: "";
	  background: var(--dark-color);
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 0;
	  opacity: .2;
  }

  .collection__item .collection__text {
	  position: absolute;
	  bottom: 0;
	  z-index: 1;
	  padding: 20px;
	  left: 0;
  }

  .collection__item .collection__text h4 {
	  font-size: 22px;
	  text-transform: uppercase;
	  font-weight: 800;
  }

  .collection__item .collection__text .btn__small {
	  padding: 10px 30px;
	  font-size: 12px;
	  margin-top: 10px;
  }

  .collection__item .collection__text .btn__small:hover {
	  background: var(--school-accent-color);
	  color: var(--light-color);
  }

  .collection-page-content {
	  padding: 70px 0 0 0;
  }

  .collection-filters {
	  margin-bottom: 40px 0;
  }

  .widget {
	  margin-bottom: 20px;
	  padding: 0 20px;
	  padding-bottom: 20px;
	  border-bottom: 1px solid #E6E6E6;

  }

  .widget__title {
	  margin-bottom: 20px;

  }

  .widget__title h4 a {
	  font-size: 18px;
	  color: var(--dark-color);
	  display: block;
	  text-decoration: none;
  }

  .widget__title h4 a span {
	  float: right;
	  font-size: 30px;
	  -webkit-transition: transform 0.3s linear;
	  -moz-transition: transform 0.3s linear;
	  -ms-transition: transform 0.3s linear;
	  -o-transition: transform 0.3s linear;
	  transition: transform 0.3s linear;
  }
	.widget__title h4 a.collapsed span {
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

  /* The filter_label */

  .custom__radios {
	  padding: 0;
	  margin: 0;
	  list-style: none;
  }

  .filter_label {
	display: block;
	position: relative;
	padding-left: 30px;
	  margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }

  /* Hide the browser's default radio button */
  .filter_label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }

  /* Create a custom radio button */
  .checkmark {
	position: absolute;
	  top: 0;
	  left: 0;
	  height: 20px;
	  width: 20px;
	  border: 2px solid #E6E6E6;
	  border-radius: 50%;
  }

  /* On mouse-over, add a grey background color */
  .filter_label:hover input ~ .checkmark {
	background-color: var(--dark-color);
	border-color: var(--dark-color);
  }

  /* When the radio button is checked, add a blue background */
  .filter_label input:checked ~ .checkmark,
  input:checked ~ a .filter_label .checkmark {
	border-color: var(--dark-color);
	background-color: var(--dark-color);
  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:before {
	content: "";
	position: absolute;
	display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  .filter_label:hover input ~ .checkmark:before,
  .filter_label input:checked ~ .checkmark:before,
  .filter_label .checkmark:before {
	display: block;
	color: var(--light-color);
	font-size: 15px;
	  left: 0px;
	  top: 1px;
  }

  .sizeFilters .check-box {
	  font-size: 13px;
	  height: 40px;
	  line-height: 40px;
	  border-radius: 0px;
  }

  .product__item {
	  margin-bottom: 70px;
  }

  .product__item a {
	  text-decoration: none;
  }

  .product__item img {
	  max-width: 280px;
	  width: 100%;
		opacity: 1;
		display: block;
  }
  .product__item img:hover{
		opacity: .8;
/* 	transition-delay: 0.4s;
	-moz-transform: scale(1.75);
	-webkit-transform: scale(1.75);
	-o-transform: scale(1.75);
	-ms-transform: scale(1.75);
	-webkit-transform: scale(1.75);
	transform: scale(1.75);

	-webkit-transition: transform 0.75s ease-in-out;
	-moz-transition:transform 0.75s ease-in-out;
	-ms-transition:transform 0.75s ease-in-out; */
  }

  .product__item .price__tag {
	  font-size: 18px;
	  color: var(--dark-color);
	  font-weight: 700;
  }

  .product__item .price__old {
	font-size: 16px;
	color: #625D5D;
	font-weight: 500;
	text-decoration:line-through;
}

  .product__item .price__new {
	font-size: 18px;
	color: crimson;
	font-weight: 700;
}

  .product__item .product__title {
	  font-size: 14px;
	  color: var(--dark-color);
  }


	/* Pagination Desktop */

	.product__list__pagination .pagination {
		margin-top: 1rem;
		margin-bottom: 2rem;
	}

  .product__list__pagination .page-link {
	  border-color: #fff;
	  color: #000;
	  margin: 0 2px;
		border-color: #eee;
		padding: .3rem .7rem;
		border-radius: 3px;
		font-size: 18px;
  }

	.product__list__pagination .page-link.page-link-first,
	.product__list__pagination .page-link.page-link-last {
		padding: .3rem .65rem;
		vertical-align: middle;
	}

	.product__list__pagination .page-link.page-link-previous,
	.product__list__pagination .page-link.page-link-next {
		padding: .3rem .8rem;
		vertical-align: middle;
	}

  .product__list__pagination .page-item.active .page-link,
  .product__list__pagination .page-item:hover .page-link {
	  background: var(--school-accent-color);
		border-color: var(--school-accent-color);
	  color: #fff;
	  border-radius: 3px;
		font-weight: bold;
  }


	/* Pagination Mobile */

	.product__list__pagination .pagination-mobile .pagination {
		margin-top: 1.5rem;
		margin-bottom: 2rem;
	}

	.product__list__pagination .pagination-mobile .page-link {
		border-color: #fff;
		color: #000;
		margin: 0 2px;
		border-color: #eee;
		padding: .3rem .65rem;
		border-radius: 3px;
		font-size: 16px;
	}

	.product__list__pagination .pagination-mobile .page-link.page-link-first,
	.product__list__pagination .pagination-mobile .page-link.page-link-last {
		padding: .3rem .8rem;
		vertical-align: middle;
	}

	.product__list__pagination .pagination-mobile .page-link.page-link-previous,
	.product__list__pagination .pagination-mobile .page-link.page-link-next {
		padding: .3rem .65rem;
		vertical-align: middle;
	}

	.product__list__pagination .pagination-mobile .page-item.active .page-link,
	.product__list__pagination .pagination-mobile .page-item:hover .page-link {
		background: var(--school-accent-color);
		border-color: var(--school-accent-color);
		color: #fff;
		border-radius: 3px;
		font-weight: bold;
	}







  .collectionsTabs {
	  height: 500px;
	  line-height: 21px;
	  overflow-y: scroll;
	  width: 100%;
	  border-width: 1px;
	  border-style: solid;
	  border-color: rgb(232, 232, 232);
	  border-image: initial;
	  list-style: none;
	  margin: 0px;
	  padding: 0px;
  }

  .collectionsTabs .nav-link {
	  border-bottom: 1px solid rgb(232, 232, 232);
	  color: var(--dark-color);
  }

  .collectionsTabs .nav-link.active {
	  font-weight: bold;
	  border-bottom: 1px solid rgb(232, 232, 232);
	  background: rgb(248, 248, 248);
  }

  .collectionsTabContent nav {
	  background: rgb(248, 248, 248);
  }

  /* COLLECTION PAGE END */

  /* SINGLE PRODUCT */
  .product-page-content {
	  padding: 30px 0 40px;
  }

  .product-page-content .site__breadrumb {
	  margin-bottom: 20px;
  }

  .product__image {
	  background: var(--product-image-bg);
	  padding: 20px;
	  margin-right: 0px;
  }
  .product__image img.img-fluid {
	  min-width: 100%;
  }

  .product__detail .product__title {
	  font-size: 25px;
	  font-weight: 400;
	  margin-bottom: 30px;
  }

  .product__detail .product__price {
	  font-size: 20px;
	  font-weight: 400;
	  margin-bottom: 30px;
  }

  .product__detail .price__old {
	font-size: 18px;
	color: #625D5D;
	font-weight: 500;
	text-decoration:line-through;
}

  .product__detail .price__new {
	font-size: 20px;
	color: crimson;
	font-weight: 700;
	margin-top:-15px;
}

  .product__variations {
	  margin-bottom: 30px;
  }

  .variation__name h2,
  .product_buttons h2 {
	  font-size: 18px;
	  font-weight: 600;
	  margin-bottom: 15px;
	  color: var(--dark-color);
	  font-family: inherit;
  }

  .variation__name a {
	  color: var(--dark-color);
	  font-size: 12px;
	  text-decoration: underline;
  }

  .variation__wrap {
	  background:#F0F0F0;
	  padding: 20px 30px;
  }

  .__variation {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  text-align: center;
  }

  .__variation li {
	  width: 30%;
	  display: inline-block;
	  text-align: center;
	  color: var(--dark-color);
	  margin-bottom: 10px;
	  text-decoration: none;
	  margin-right: 1%;
  }

  /* The custom_checkbox */
  .custom_checkbox {
	display: block;
	position: relative;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }

  /* Hide the browser's default checkbox */
  .custom_checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }

  /* Create a custom checkbox */
  .check-box {
	  font-size: 15px;
	  height: 50px;
	  line-height: 50px;
	  width: 100%;
	  display: block;
	  border: 1px solid #A8A8A8;
	  border-radius: 3px;
	  background: #fff;
  }

  /* On mouse-over, add a grey background color */
  .custom_checkbox:hover input ~ .check-box {
	/*background-color: #ccc;*/
  }

  /* When the checkbox is checked, add a blue background */
  .custom_checkbox input:checked ~ .check-box,
  .custom_checkbox input:checked ~ a .check-box {
	background-color: #000;
	border-color: #000;
	color: #fff;
	font-weight: bold;
  }

  /* Create the check-box/indicator (hidden when not checked) */
  .check-box:after {
	content: "";
	position: absolute;
	display: none;
  }

  /* Show the check-box when checked */
  .custom_checkbox input:checked ~ .check-box:after {
	display: block;
  }

  .custom_select {
	  max-width: 100px;
	  position: relative;
  }

  .custom_select select {
	  font-size: 15px;
	  border: 1px solid #979797;
	  border-radius: 4px;
	  height: 50px;
	  padding: 0 20px;
	  width: 100%;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  background: transparent;
  }

  .custom_select:after {
	  content: "";
	  position: absolute;
	  right: 18px;
	  top: 12px;
	  font-size: 48px;
	  width: 14px;
	  height: 14px;
	  border-left: 1px solid #000;
	  border-bottom: 1px solid #000;
	  transform: rotate(-45deg);
	  z-index: -1;
  }

  .addToCartForm {
	  position: relative;
	  padding-left: 120px;
  }

  .addToCartForm .custom_select {
	  width: 100px;
	  position: absolute;
	  left: 0;
	  top: 0;
  }

  .addToCartForm .btn-cart {
	  display: block;
	  width: 100%;
	  height: 50px;
	  background: #000;
	  color: #fff;
	  font-size: 14px;
	  font-weight: bold;
	  letter-spacing: 1px;
  }

  .addToCartForm .btn-cart:hover {
	  background: var(--school-accent-color);
  }
  .comfort-fit img {
	  max-height: 50px;
	  min-height: 50px;
  }
  img.about_us_img {
	display: block;
	max-height: 300px;
	margin-right: auto;
	margin-left: auto;
  }

  .related-products {
	  padding: 50px 0;
  }

  .related-title {
	  font-size: 14px;
	  margin-bottom: 20px;
  }

  .related-product-list .product_img {
	  padding: 0 20px;
  }

  .related-product-list {
	  position: relative;
  }

  .slick-arrow {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  font-size: 40px;
	  color: #979797;
	  cursor: pointer;
  }

  .arrow_carrot-left.slick-arrow {
	  left: -30px;
  }

  .arrow_carrot-right.slick-arrow {
	  right: -30px;
  }

  .product__desctiption nav {
	  border-bottom: 1px solid #dee2e6;
  }

  .product__desctiption nav .nav-tabs {
	  border-bottom: 0px solid #dee2e6;
  }

  .product__desctiption .nav-tabs .nav-link {
	  padding: 18px 30px;
	  color: #070707;
	  font-size: 18px;
  }

  .product__desctiption .tab-content {
	  padding: 30px 0;
  }

  .product__desctiption .tab-content h5 {
	  font-size: 21px;
  }

  .product__desctiption .tab-content p {
	  font-size: 18px;
	  line-height: 25px;
	  margin-bottom: 20px;
  }

  /* SINGLE PRODUCT END */

/* Page Template */

.page__header {
    background: #000;
}

.page__content_wrap {
    padding: 50px 0;
}

.page__content h1 {
    font-size: 50px;
}

.page__content h2 {
    font-size: 35px;
}

.page__content h3 {
    font-size: 25px;
}

.page__content h4 {
    font-size: 18px;
}


.page__content p,
.page__content ul {
    line-height: 25px;
}

/* Page Template End*/

/* FOOTER */

  .footer__subscription {
	  padding: 100px 0;
	  background-image: url(https://assets.1stplacespiritwear.com/bg-news-letter.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
  }

  .webp .footer__subscription {
	padding: 100px 0;
	background-image: url(https://assets.1stplacespiritwear.com/bg-news-letter.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.footer__subscription h3 {
	  font-size: 35px;
	  font-family: 'Nunito Sans', sans-serif;
  }

  .subscribe__form {

  }

  .subscribe__form .form-control {
	  height: 50px;
	  line-height: 50px;
	  border: 1px solid #fff;
	  border-right: 0;
	  border-radius: 0;
	  background: transparent;
	  color: #fff;
  }

  .subscribe__form .form-control::-webkit-input-placeholder { /* Edge */
	color: #fff;
  }

  .subscribe__form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
  }

  .subscribe__form .form-control::placeholder {
	color: #fff;
  }

  .subscribe__form .btn__red {
	  height: 50px;
	  border: 1px solid var(--accent-landing-color);
	  border-radius: 0;
  }

  .subscribe__form .btn__red:hover {
	  opacity: .8;
  }

  .footer__top {
	  background: #000000;
	  color: #A3A3A3;
	  padding: 60px 0 10px;
  }

  .footer_widget {
	  margin-bottom: 30px;
  }

  .footer_widget .widget__title {
	  font-size: 16px;
	  color: #fff;
	  font-weight: 700;
  }

  .footer__list {
	  list-style: none;
	  margin: 0;
	  padding: 0;
  }

  .footer__list a {
	  color: #A3A3A3;
	  display: block;
	  line-height: 1.3;
	  margin-bottom: 10px;
	  text-decoration: none;
  }

  .footer__list a:hover {
	  opacity: .7;
  }

  .social__icons a {
	  font-size: 30px;
	  color: #A3A3A3;
	  vertical-align: middle;
	  margin-right: 5px;
	  text-decoration: none;
  }

  .footer__credits {
	  padding: 30px 0;
  }

  /* FOOTER END */


  /*RESPONSIVE */

  /*// Small devices (landscape phones, 576px and up)*/
  @media (min-width: 576px) {

	  .modal-dialog {
		  max-width: 600px;
	  }

  }

  /*// Medium devices (tablets, 768px and up)*/
  @media (min-width: 768px) {

	  .banner__content {
		  padding-right: 50px;
	  }

  }

  /*// Large devices (desktops, 992px and up)*/
  @media (min-width: 992px) {

	  .mobile-toggler {
		  display: none;
	  }

	  .is__sticky .main-navigation {
		position: fixed;
		left: 0;
		right: 0;
		top: 0px;
		z-index: 9;
		background: var(--school-accent-color);
	}

	  .main-navigation.navbar-expand-lg .navbar-nav .nav-link:after {
		  content: "";
		  height: 2px;
		  position: absolute;
		  left: 0;
		  bottom: 0;
		  width: 0;
		  background: var(--light-color);
		  -webkit-transition: .2s ease-out;
		  -moz-transition: .2s ease-out;
		  -o-transition: .2s ease-out;
		  transition: .2s ease-out;
	  }

	  .main-navigation.navbar-expand-lg .navbar-nav .nav-link:hover:after,
	  .main-navigation.navbar-expand-lg .navbar-nav .nav-item.active .nav-link:after {
		  width: 100%;
	  }

	  .sub-menu {
		  visibility: hidden;
		  opacity: 0;
		  margin: 0;
		  width: 170px;
		  position: absolute;
		  left: 0px;
		  z-index: 99;
		  transform: translate(0,20px);
		  transition: all 0.2s ease-out;
		  box-shadow: 1px 1px 8px rgba(170, 170, 170, 0.23);
  }


  .main-navigation.navbar-expand-lg .navbar-nav .nav-item:hover> .sub-menu {
	  visibility: visible;
	  opacity: 1;
	  transform: translate(0,0);
  }

  .sign_up__form_wrap {
	  max-width: 520px;
  }

  }

  /*// Extra large devices (large desktops, 1200px and up)*/
  @media (min-width: 1200px) {
	.sizeFilters .check-box {
		font-size: 11px;
	}
	   .container {
		   max-width:80%;
	   }
	   .banner__content {
		  padding-right: 50px;
	  }

  }




  /* Large devices (desktops, less than 1200px) */
  @media (max-width: 1270px) {
	.sizeFilters .check-box {
		font-size: 10px;
	}

	  .main-navigation.navbar-expand-lg .navbar-nav .nav-item {
		  padding: 0 14px;
	  }

	  .main-navigation.navbar-expand-lg .navbar-nav .nav-link {
		  font-size: 14px;
	  }

  }

  /* Large devices (desktops, less than 1200px)*/
  @media (max-width: 1199.98px) {
	.sizeFilters .check-box {
		font-size: 8px;
	}

  .main-navigation.navbar-expand-lg .navbar-nav .nav-item {
	  padding: 0;
  }

  .main-navigation.navbar-expand-lg .navbar-nav .nav-link {
	  font-size: 12px;
  }

  }

  /* Medium devices (tablets, less than 992px)*/
  @media (max-width: 991.98px) {

  .main-navigation.navbar-expand-lg .navbar-nav .nav-item {
	  border-bottom: 1px solid var(--school-accent-light-color);
  }

	.main-navigation.navbar-expand-lg .navbar-nav .has_sub-menu .nav-link {
		padding: 18px 10px 18px 55px;
	}

	.main-navigation.navbar-expand-lg .navbar-nav a.nav-link:active {
		background: var(--school-accent-color);
		filter: grayscale(0.3);
	}

	.main-navigation.navbar-expand-lg .navbar-nav .has_sub-menu:has(ul.sub-menu.show) span.mobile-toggler span.arrow_carrot-right {
		transform: rotate(90deg);
		display: block;
	}

  .sub-menu {
	  display: none;
		background: var(--school-accent-color);
		filter: grayscale(0.3);
  }

	.sub-menu li a {
		color: #fff;
	}

	.sub-menu li a:hover {
		color: var(--school-accent-light-color);
		text-decoration: underline;
	}

  .sub-menu.show {
	  display: block;
  }

  .section__content h2 {
	  font-size: 30px;
  }

  .section__content p {
	  max-width: 100%;
  }

  .section__content .btn__white-outline {
	  margin-top: 30px;
  }

  .section__content .btn__white-solid {
	margin-top: 30px;
}

  .find-your-school__wrap {
	  padding: 35px;
  }

  .find-your-school__intro {
	  margin-bottom: 20px;
  }

  .banner__title {
	  font-size: 30px;
  }

  .shop__activity .slider_item {
	  padding-top: 60%;
  }

  .collection__banner .banner__title {
	  font-size: 37px;
  }

  .category__btns .category__btn .btn {
	  font-size: 20px;
  }

  .collection-page-content {
	  padding: 40px 0 0 0;
  }
  .sizeFilters .check-box {
	  font-size: 8px;
  }

  .product__image {
	  margin-right: 0;
	  margin-bottom: 30px;
  }

  .sign_up__form {
	  padding: 130px 20px 50px;
  }

  .sign_up__top {
	  padding: 180px 40px 90px 40px;
  }

  .sign_up__top h2 {
	  font-size: 35px;
  }

  .sign_up__top h4 {
	  font-size: 18px;
  }

  .section__title {
	  margin-bottom: 30px;
  }

  .section__title h2 {
	  font-size: 30px;
  }

  .pta__store__content p {
	  margin-bottom: 30px;
  }

  }

  /* Small devices (landscape phones, less than 768px)*/
  @media (max-width: 767.98px) {

		.navbar-brand {
			white-space: normal;
			width: 58%;
		}

		.logo_school_title {
			padding: 10px 0 10px 5px;
			margin-left: 5px;
			white-space: normal;
		}

		.logo_school_title h3 {
			font-size: 14px;
			letter-spacing: 0;
			white-space: normal;
		}

		.logo_school_title p {
			font-size: 12px;
		}

	  .landing__search_form .search_results {
		  left: 15px;
		  right: 15px;
	  }
	  .header__search .search_results {
		  left: 15px;
		  right: 15px;
	  }

  .shirt__type {
	  margin-bottom: 20px;
	  background-image: var(--shirt-type-bg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
  }

  .shop__activity .slider_item {
	  padding-top: 80%;
  }

  .list_4_cols li {
	  width: 33.333%;
  }

  .sign_up__top {
	  padding: 110px 20px 40px 20px;
  }

  .sign_up__form_wrap {
		  border-radius: 30px;
	  margin: 0 40px 70px;
  }

  .sign_up__form {
	  padding: 40px 20px;
  }

  .pta__store {
	  margin-top: 30px;
  }
  /* Mobile Filters */

	.products__filter__sidebar {
		position: fixed;
		top: 89px;
		right: 0;
		width: 270px;
		max-width: 100%;
		background-color: #fff;
		z-index: 5;
		margin: 0;
		overflow-y: auto;
		height: 100vh;
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: transform 0.4s ease;
		-moz-transition: transform 0.4s ease;
		-ms-transition: transform 0.4s ease;
		-o-transition: transform 0.4s ease;
		transition: transform 0.4s ease;
		padding: 20px 20px 30px;
	}

	.products__filter__sidebar .widget {
		margin-bottom: 10px;
		padding: 0px;
	}

	.mobile_filter_header {
		margin-bottom: 30px;
	}

	.mobile_filter_header h4 {
		font-size: 15px;
		margin-bottom: 0;
		font-weight: 300;
	}

	.wrapper-overlay {
		position: fixed;
		background-color: rgba(35,35,35,0.8);
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		cursor: pointer;
		display: none;
		z-index: 4;
	}

	html.open_sidebar .wrapper-overlay {
		display: block;
	}


	html.open_sidebar .products__filter__sidebar {
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}

	/* Mobile Filters End*/

  }


  /* Extra small devices (portrait phones, less than 576px)*/
  @media (max-width: 575.98px) {

	  .landing__intro_content {
		  margin-bottom: 20px;
	  }

	  .landing__intro_content .__heading,
	  .find-your-school__intro .__heading,
	  .shop__activity h2 {
		  font-size: 30px;
	  }

	  .landing__intro_content .__sub_heading {
		  font-size: 16px;
	  }

	  .landing__search_form .btn__red {
		  font-size: 18px;
	  }

	  .landing__search_form span {
		  font-size: 24px;
	  }
	  .header__search span {
		  font-size: 24px;
	  }

	  .landing__section,
	  .shop__by-style {
		  padding: 40px 0;
	  }

		.navbar-brand {
			white-space: normal;
			width: 50%;
		}

		.logo_school_title {
			padding: 10px 0 10px 5px;
			margin-left: 5px;
			white-space: normal;
		}

		.logo_school_title h3 {
			font-size: 12px;
			letter-spacing: 0;
			white-space: normal;
		}

		.logo_school_title p {
			font-size: 10px;
		}

	  .section__cta {
		  padding: 90px 0;
	  }

	  .shop__activity .slider_item {
		  padding-top: 120%;
	  }

	  .list_4_cols li {
		  width: 50%;
	  }

	  .shirt__type .btn {
		  padding: 20px 14px;
		  font-size: 18px;
	  }

	  .subscribe__form .form-control {
		  border: 1px solid #fff;
	  }

	  .product__desctiption .nav-tabs .nav-link {
		  padding: 14px 20px;
		  color: #070707;
		  font-size: 14px;
	  }

	  .sign_up__content {
		  padding: 40px 0;
	  }

	  .custom_checkboxes li  {
			  width: 40%;
	  }
	.page__content_wrap {
		padding: 50px 0;
	}
	.footer__subscription {
		padding: 60px 0;
	}

	.collection-page-content {
		padding: 20px 0 0 0;
	}

	.product__sorting .__sort {
		margin-left: 0;
	}

  }

  @media (max-width: 480px) {

    .school-template {
        padding-top: 67px;
    }

	  .navbar-brand {
		  margin-right: 0;
	  }

	  .navbar-brand img {
		  width: 55px;
	  }

		.navbar-brand {
			white-space: normal;
			width: 48%;
		}

	  .logo_school_title {
		  padding: 5px 0 5px 8px;
		  margin-left: 5px;
			white-space: normal;
	  }

	  .logo_school_title h3 {
			font-size: 12px;
			letter-spacing: 0;
			white-space: normal;
	  }

	  .logo_school_title p {
		  font-size: 10px;
	  }

	  .mini__cart {
		  margin-left: 0;
	  }

	  .mini__cart .cart__count {
		  width: 23px;
		  height: 23px;
		  background-size: 20px;
	  }

	  .navbar-light .navbar-toggler {
		  margin-left: 15px;
	  }

	  .navbar-light .navbar-toggler {
		  padding: 4px 6px 2px;
	  }

	  .list_4_cols li {
		  width: 100%;
	  }

	  .products__filter__sidebar {
		top: 65px;
	}
}

/* PTO/PTA Page */

.landing-navigation .navbar-toggler {
    color: #fff;
    background: #EB0F1E;
    font-size: 22px;
    margin-left: 20px;
    border-radius: 0;
    outline: 0;
}

.pta__page-banner {
    background-image: var(--pta__page-banner);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 130px 0 50px 0;
	position: relative;
	background-attachment: fixed;
}

.pta__page-banner:after {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 0;
}

.pta__page-banner > .container-fluid {
    position: relative;
    z-index: 1;
}

.pta__page-banner .__text p {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}

.pta__page-banner .__text h2 {
    font-size: 44px;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 30px;
}

.pta__page-banner .__text h4 {
    font-size: 25px;
    margin-bottom: 40px;
}

.pta__page-banner .btn__red {
    padding: 12px 70px;
}

.banner__note {
    padding-top: 30px;
}

.pta__page-content {
    padding: 80px 0 67px;
    background: url(https://assets.1stplacespiritwear.com/white-small-dots-pattern.png) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pta__page-content .icon_with_text p {
    color: #1F1F1F;
    line-height: 25px;
}
.school_proposal #school_name {
	margin: 0px;
}
.school_proposal #school_type {
	margin-bottom: 30px;
}


.landing-navigation.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.landing-navigation.navbar-expand-lg .navbar-nav .nav-link:hover {
    opacity: .8;
}

.landing-navigation.navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 10px;
    position: relative;
}

.pta__page-section {
    padding: 60px 0;
}

.pta__page-section .section__content p {
    font-size: 16px;
    line-height: 25px;
    max-width: 100%;
}

.pta__page-section .btn__red {
    min-width: 220px;
}

.custom__check-list {
    padding: 0;
    margin-left: 30px;
    margin-bottom: 30px;
}

.custom__check-list li {
    background: url(https://assets.1stplacespiritwear.com/check-mark.png) no-repeat;
    background-size: 30px;
    font-size: 16px;
    list-style: none;
    padding: 10px 0 10px 40px;
    margin-bottom: 10px;
    background-position: center left;
    font-weight: 300;
}

.help__your-school {
    background: url(https://assets.1stplacespiritwear.com/wooden-bg.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fund__raising {
    background: url(https://assets.1stplacespiritwear.com/black-bg.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.marketing__section {
    background: url(https://assets.1stplacespiritwear.com/white-small-dots-pattern.png) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.marketing__ad-one {
    background: url(https://assets.1stplacespiritwear.com/ad-bg.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px;
}

.marketing__ad-one > .row,
.marketing__ad-two > .row {
    min-height: 310px;
}

.marketing__ad-one h4 {
    font-size: 26px;
    font-weight: 900;
    margin: 0;
}

.marketing__ad-one h2 {
    font-size: 60px;
    font-weight: 900;
    font-family: 'Nunito Sans', sans-serif;
}

.marketing__ad-one h5 {
    font-size: 14px;
    font-weight: 900;
}

.marketing__ad-one-text .btn__black {
    background: #212529;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.8px;
    padding: 12px 37px;
    text-transform: uppercase;
    margin-top: 20px;
}

.marketing__ad-two {
    background: url(https://assets.1stplacespiritwear.com/ad-bg-2.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 15px 30px 30px;
}

.marketing__ad-two h4 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 25px;
}

.marketing__ad-two h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 0;
}

.marketing__ad-two h5 {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 25px;
}

.marketing__ad-two-text .btn_white {
    background: #fff;
    color: #212529;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.8px;
    padding: 12px 37px;
    text-transform: uppercase;
    margin-top: 20px;
}

.section__title p {
    font-size: 16px;
}

.marketing__section-bottom {
    position: relative;
}

.marketing__section-bottom h3 {
    font-size: 35px;
}

.marketing__section-bottom:before {
    content: "";
    position: absolute;
    left: -70px;
    top: -60px;
    width: 15%;
    height: 125px;
    background: url(https://assets.1stplacespiritwear.com/round-arrow.png) no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
}

.pta__signup-form {
    background: rgb(20,87,30);
    background: -moz-linear-gradient(45deg,  rgba(20,87,30,1) 0%, rgba(0,148,22,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(20,87,30,1) 0%,rgba(0,148,22,1) 100%);
    background: linear-gradient(45deg,  rgba(20,87,30,1) 0%,rgba(0,148,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14571e', endColorstr='#009416',GradientType=1 );
    padding: 80px 0;
}

.pta__signup-form .section__title .btn_white {
    background: #fff;
    color: #212529;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.8px;
    padding: 12px 37px;
    text-transform: uppercase;
    margin-top: 20px;
}

.pta__signup-form .section__title {
    margin-bottom: 80px;
}

.pta__signup-form .sign_up__form_wrap {
    border-radius: 5px;
    max-width: 100%;
    box-shadow: 0px 0px 15px #333;
}

.pta__signup-form .sign_up__form {
    padding: 40px;
}

.pta__signup-form .contact_info h3 {
    font-size: 30px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    margin-bottom: 50px;
}

.pta__signup-form .contact_info p {
    font-size: 20px;
    margin-bottom: 50px;
}

.pta__signup-form .contact_info p a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1200px) {

    .landing-navigation.navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px;
        font-weight: 600;
    }

    .landing-navigation.navbar-expand-lg .navbar-nav .nav-item {
        padding: 0
    }
}

@media (max-width: 991.98px) {

	.main__header {
		position: fixed;
		z-index: 9;
		left: 0;
		right: 0;
		top: 0;
	}

	.school-template {
		padding-top: 90px;
	}

.landing-navigation .navbar-collapse {
    background: #fff;
}

.landing-navigation.navbar-expand-lg .navbar-nav .nav-item {
    border-bottom: 1px solid #f4f4f4;
    padding: 8px 20px;
}

.landing-navigation.navbar-expand-lg .navbar-nav .nav-link {
    color: #111111;
    padding: 15px 10px;
}
#mainNav .navbar-nav {
		height: calc(100vh - 81px);
		overflow-y: scroll;
}

}


@media (max-width: 767.98px) {

    .pta__page-content {
        padding: 40px 0 37px;
    }

    .pta__signup-form {
        padding: 50px 0;
    }

    .pta__signup-form .section__title {
        margin-bottom: 40px;
    }

    .pta__signup-form .sign_up__form_wrap {
        margin: 0 15px 0px;
    }

    .pta__signup-form .contact_info h3,
    .pta__signup-form .contact_info p {
        margin-bottom: 20px;
    }

    .custom__check-list {
        margin-left: 0;
    }
}

@media (max-width: 480px) {

    .pta__page-banner .__text h2 {
        font-size: 34px;
    }

    .pta__page-banner .__text h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .marketing__section-bottom h3 {
        font-size: 26px;
    }

.marketing__ad-one,
.marketing__ad-two {
    padding: 10px;
}

.pta__signup-form .contact_info h3 {
    font-size: 20px;
}

.pta__signup-form .sign_up__form {
        padding: 30px 10px;
}

}


/* PTO/PTA Page End*/

/** Yes Commitment **/

.commitment__banner-text {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
}

.commitment__banner-text h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.commitment__banner-text .custom__check-list {
    margin-left: 10px;
}

.commitment__banner-text .custom__check-list li {
    background: url(https://assets.1stplacespiritwear.com/check-mark-red.png) no-repeat;
    background-size: 20px;
    font-size: 14px;
    padding: 6px 0 6px 30px;
    font-weight: normal;
}

.commitment__banner-text p {
	font-size: 16px;
}

.commitment__banner-text .btn__red {
	height: 60px;
	font-size: 17px;
	font-weight: 600;
	border: 0;
	padding: 12px 17px;
	border-radius: 0.25rem;
}

.commitment__banner-text span {
	color: var();
	font-size: 30px;
	vertical-align: sub;
}

.commitment__banner-text .search_results {
	position: absolute;
	background: var(--light-color);
	left: 4px;
	right: 4px;
	top: 60px;
	z-index: 12;
}

.commitment__banner-text .search_results ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.commitment__banner-text .search_results ul li {
	padding: 5px 10px;
	border-bottom: 1px solid var(--light-grey-color);
}

.commitment__banner-text .search_results ul li:first-child {
	border-top: 1px solid var(--light-grey-color);
}

.commitment__banner-text .search_results ul li a {
	color: var(--dark-color);
	text-decoration: none;
}

.commitment__banner-text .search_results ul li a:hover {
	color: var(--accent-landing-color);
}

.commitment__banner-form {
    border-top: 1px solid rgba(0, 0, 0, 0.38);
    padding: 20px 10px 0;
}

.commitment__banner-form p strong, .commitment__banner-text h4 strong {
    font-size: 24px;
    color: #EB0F1E;
}

.commitment__banner-form .form-inline .form-control {
    width: 100%;
    border-radius: 0;
    border: 1px solid #A2A0A0;
}

.commitment__banner-form .btn__red {
    padding: 10px 20px;
}

.zip_search {
    margin-bottom: 30px;
}

.zip_search p {
    font-size: 24px;
    font-weight: bold;
}

.__result-block {
    background: #EBEBEB;
        margin-bottom: 20px;
}

.__result-block h3 {
    color: #EB0F1E;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
}

.__result-block .btn__red,
.__result-sidebar .btn__red {
    padding: 12px 30px;
}

.__result-sidebar {
    padding: 30px;
}

.__result-sidebar .form-control {
    border: 1px solid #A2A0A0;
}

.commitment__sign-up .__title {
    margin-bottom: 50px;
}

.form-section {
    margin-bottom: 50px;
}

.commitment__sign-up .form-control {
    border: 1px solid #A2A0A0;
    font-size: 13px;
    height: 38px;
    padding: 10px 20px;
}

.commitment__sign-up .form-group p {
    font-size: 20px;
    font-weight: 300;
}

.commitment__sign-up label {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
}

.commitment__sign-up textarea.form-control {
    height: 140px;
}

@media (max-width: 480px) {
    .pta__page-banner {
        padding: 80px 0 50px 0;
    }

    .commitment__banner-text {
        padding: 30px;
    }

    .commitment__sign-up .__title,
    .form-section {
        margin-bottom: 30px;
    }
}

/** Yes Commitment End **/
.is__sticky .product__sorting .__sort#openSidbar {
	position: fixed;
	right: 10px;
	background: #fff;
   z-index: 3;
	width: 40px !important;
	min-width: 40px;
	overflow: hidden;
	line-height: inherit;
}
.anchor-up50 {
	scroll-margin-top: 50px;
}

/** New Activity **/

.shop__activity_v2 {
	position: relative;
	background-color: black;
	min-height: 100vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
	margin: 20px 0;
}

.shop__activity_v2 video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 0;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}

.shop__activity_v2 .overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: black;
opacity: 0.7;
z-index: 1;
}

.shop__activity_v2 .container {
  position: relative;
  z-index: 2;
}

.activity__title {
  margin-bottom: 30px;
}
.activity__title h2 {
	font-size: 2.5rem;
}

.activity__title p {
  font-size: 0.85rem;
  line-height: 1.7;
}

.activity__list a {
  color: #fff;
  font-weight: bold;
  font-size: 1.03rem;
  text-decoration: none;
  display: block;
  padding: 5px 0;
  margin-bottom: 15px;
}

.activity__list a img {
  vertical-align: middle;
  margin-right: 10px;
}

/** New Activity End **/

/** New Shop Verticals Begin **/

.shop__verticals {
	position: relative;
	background-color: black;
	min-height: 100vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
	margin: 0px 0;
}

.shop__verticals video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.shop__verticals .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.7;
	z-index: 1;
}

.shop__verticals .container {
	position: relative;
	z-index: 2;
}

.verticals__title {
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
  }
  .verticals__title h2 {
	  font-size: 2.5rem;
  }

  .verticals__title p {
	font-size: 0.85rem;
	line-height: 1.7;
  }

  .verticals__list a {
	color: #fff;
	font-weight: bold;
	font-size: 1.03rem;
	text-decoration: none;
	display: block;
	padding: 5px 0;
	margin-bottom: 15px;
  }

  .verticals__list a img {
	vertical-align: middle;
	margin-right: 10px;
  }

/** New Shop Verticals End **/

/** About School Home **/

.about__school {
  padding: 10px 0 10px;
  width:95%;
  margin:auto;
}

.about__school-text p {
	color:white;
	width:100%;
	margin: auto;
}
.about__school-text p a {
	color:white;
}
.about__product {
	padding: 10px 0 10px;
	width:85%;
	margin:auto;
  }

  .about__product-text p {
	  color:black;
	  width:100%;
	  margin: auto;
  }
  .about__product-text p a {
	  color:black;
  }

@media (max-width: 767.98px) {

  .about__school {
  padding: 40px 0 20px;
}

}

/** Collection Detail **/

.collection-detail {
  background-image: var(--category-btn-bg);
  background-position: center;
  background-size: cover;
  background-color: var(--school-accent-color)
}

.collection-detail-text {
  padding: 10%;
}

.collection-detail-text p {
  color: #fff;
  font-size: 18px;
  line-height: 2.4;
}
.accordion-toggle {
	float:right;
	padding-right:20px;
}
.accordion-toggle:after {
	font-family: 'FontAwesome';/* essential to enable caret symbol*/
	content: "\f0d7";/* adjust as needed, taken from font-awesome.css */
	color: white;
  }
  .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\f0da";  /* adjust as needed, taken from font-awesome.css */
  }
  .product-toggle {
	float:right;
	padding-right:20px;
}
.product-toggle:after {
	font-family: 'FontAwesome';/* essential to enable caret symbol*/
	content: "\f0d7";/* adjust as needed, taken from font-awesome.css */
	color: black;
  }
  .product-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\f0da";  /* adjust as needed, taken from font-awesome.css */
  }
  .collapse2{
	  height:1.25em;
	  display:block;
	  overflow:hidden;
  }
  .collapse2.show{
	  height:100%;
  }

/* Scholarship Page Start */

.scholarship-content {
    padding: 40px 0;
}

.scholarship-content .section-title h1 {
    font-size: 100px;
}

.scholarship-content .section-title h3 {
    color: var(--accent-landing-color);
    margin-left: 30px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
}

.scholarship-content .section-text {
    margin-left: 30px;
    padding-top: 80px;
}

.scholarship-content .section-text h4 {
    font-family: 'Roboto', sans-serif;
}

.scholarship-content .section-text p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.scholarship-content .section-text h2 {
    font-size: 40px;
}

.scholarship-content .section-text h3 {
    margin-bottom: 30px;
}

.scholarship-content .btn__red.btn__large,
.scholarship-bottom .btn__red.btn__large {
    padding: 14px 40px;
    border-radius: 0;
    font-size: 1rem;
}

.scholarship-bottom {
    padding: 40px 0;
    background: url(https://assets.1stplacespiritwear.com/scholarship/Scholarship-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.scholarship-bottom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.8;
  z-index: 0;
}

.scholarship-bottom .container-fluid {
    position: relative;
    z-index: 1;
}

.scholarship-bottom .section-title,
.scholarship-bottom .section-text {
    padding-left: 30px;
}

.scholarship-bottom h2 {
    font-size: 50px;
    color: var(--accent-landing-color);
    letter-spacing: 2.4px;
}

.scholarship-bottom p {
    color: var(--dark-color);
    font-size: 16px;
    line-height: 1.4;
}

.scholarship-bottom ol {
    color: var(--dark-color);
    font-size: 16px;
    line-height: 1.4;
    padding-left: 15px;
}

.scholarship-bottom h4 {
    font-family: 'Roboto', sans-serif;
}

.winners-section {
    padding: 30px 0;
}

.winners-section h3 {
    font-size: 2rem;
}

.scholarship-page {
    background-image: url(https://assets.1stplacespiritwear.com/scholarship//scholarship-app-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 130px 0 50px 0;
    position: relative;
    background-attachment: fixed;
}

.scholarship-page .commitment__banner-text h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.scholarship-page .commitment__sign-up label {
    margin-top: 0;
}

  .size-graphic {
	position: relative;
	margin: 0;
	padding: 0;
}


/* Scholarship Page Start */

.scholarship-content {
    padding: 40px 0;
}

.scholarship-content .section-title h1 {
    font-size: 100px;
}

.scholarship-content .section-title h3 {
    color: var(--accent-landing-color);
    margin-left: 30px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
}

.scholarship-content .section-text {
    margin-left: 30px;
    padding-top: 80px;
}

.scholarship-content .section-text h4 {
    font-family: 'Roboto', sans-serif;
}

.scholarship-content .section-text p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.scholarship-content .section-text h2 {
    font-size: 40px;
}

.scholarship-content .section-text h3 {
    margin-bottom: 30px;
}

.scholarship-content .btn__red.btn__large,
.scholarship-bottom .btn__red.btn__large {
    padding: 14px 40px;
    border-radius: 0;
    font-size: 1rem;
}

.scholarship-bottom {
    padding: 40px 0;
    background: url(https://assets.1stplacespiritwear.com/Scholarship-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.scholarship-bottom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.8;
  z-index: 0;
}

.scholarship-bottom .container-fluid {
    position: relative;
    z-index: 1;
}

.scholarship-bottom .section-title,
.scholarship-bottom .section-text {
    padding-left: 30px;
}

.scholarship-bottom h2 {
    font-size: 50px;
    color: var(--accent-landing-color);
    letter-spacing: 2.4px;
}

.scholarship-bottom p {
    color: var(--dark-color);
    font-size: 16px;
    line-height: 1.4;
}

.scholarship-bottom ol {
    color: var(--dark-color);
    font-size: 16px;
    line-height: 1.4;
    padding-left: 15px;
}

.scholarship-bottom h4 {
    font-family: 'Roboto', sans-serif;
}

.winners-section {
    padding: 30px 0;
}

.winners-section h3 {
    font-size: 2rem;
}

.scholarship-page {
    background-image: url(https://assets.1stplacespiritwear.com/scholarship-app-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 130px 0 50px 0;
    position: relative;
    background-attachment: fixed;
}

.scholarship-page .commitment__banner-text h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.scholarship-page .commitment__sign-up label {
    margin-top: 0;
}

@media (max-width: 767.98px) {
    .scholarship-banner img {
        height: 300px;
        object-fit: cover;
    }

    .scholarship-content .section-title h1 {
        font-size: 60px;
    }

    .scholarship-content .section-title h3 {
        margin-left: 20px;
        font-size: 24px;
    }

    .scholarship-content .section-text {
        padding-top: 40px;
        margin-left: 20px;
    }
    .scholarship-bottom .section-title,
    .scholarship-bottom .section-text {
        padding-left: 20px;
    }
}

@media (max-width: 480px) {
    .scholarship-banner img {
        height: 200px;
    }

    .scholarship-content .section-title h3 {
        margin-left: 0;
    }

    .scholarship-content .section-text {
        margin-left: 0;
    }

    .scholarship-bottom h2 {
            font-size: 40px;
            letter-spacing: 0.8px;
    }

    .scholarship-bottom .section-title,
    .scholarship-bottom .section-text {
        padding-left: 0px;
    }
}

/* Scholarship Page End */

/* Fundraising Page */

.fund__page-banner {
    background-image: url(https://assets.1stplacespiritwear.com/fund-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 230px 0 170px 0;
    position: relative;
}

.fund__banner-text h2 {
    font-size: 55px;
    margin-bottom: 30px;
}

.fund__banner-text p {
    font-size: 18px;
	color:white;
    font-weight: 600;
}

.fund__section {
    padding: 80px 0;
    background-image: url(https://assets.1stplacespiritwear.com/ad-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fund__section-light {
    background-image: url(https://assets.1stplacespiritwear.com/fund-white-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fund__section .section__text h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

.fund__section .section__text h4 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.fund__section .section__text p {
    font-size: 18px;
}

.fund__cta {
    background-image: url(https://assets.1stplacespiritwear.com/fund-bottom-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 230px 0 170px 0;
    position: relative;
}

.fund__cta h2 {
    font-size: 55px;
    margin-bottom: 40px;
}

.fund__cta .section__text-inner {
    max-width: 70%;
    margin: 0 auto;
}

.fund__cta p {
    font-size: 18px;
}

.fund__cta .btn {
    margin-top: 40px;
}
.hidden {
	display: none;
}

@media (max-width: 767.98px) {

    .fund__page-banner {
        padding: 210px 0 130px 0;
    }

    .fund__section .section__text h4 {
        margin-top: 40px;
    }

    .fund__cta {
            padding: 140px 0 70px 0;
    }

    .fund__cta h2 {
        font-size: 45px;
    }

    .fund__cta .section__text-inner {
        max-width: 100%;
    }
}

	.horizontalLine {
		border-bottom: 1px solid white;
		width: 97%;
		display:inline-block;
   }