/*-----------------------------------*\
  RESET/BASIC
\*-----------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0; padding:0; border:0; outline:0; 
vertical-align:baseline; background:transparent;
}

@font-face {
    font-family: 'Ringside';
    src: url('fonts/RingsideRegular-Book.woff2') format('woff2'),
        url('fonts/RingsideRegular-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ringside';
    src: url('fonts/RingsideRegular-Bold.woff2') format('woff2'),
        url('fonts/RingsideRegular-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* { box-sizing: border-box; }

html {
    font-size: 62.5%;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

body {
    font-family: 'Ringside', sans-serif;
    font-size: 1.4rem; line-height: 1.5;
    color: #122F59; font-weight: normal;
    background: #fff; min-height: 100vh;
    display: flex; flex-direction: column;
}

@media screen and (max-device-width: 480px){
	body{
		-webkit-text-size-adjust: none;
	}
}

.content {
    flex: 1 0 auto;
    overflow: hidden;
}

img {
    width: 100%; height: auto;
    display: block;
}

a {
	color: #122F59; 
    text-decoration: none;
    transition: all 0.25s linear;
}

.basic {
	padding: 0 30px; position: relative;
}

#issues .basic {
	padding: 0 20px;
}

button, input[type="submit"] {
    font-family: 'Ringside', sans-serif;
    background: none; border: 0;
    color: inherit; cursor: pointer;
    line-height: normal;
    overflow: visible; padding: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
}

button::-moz-focus-inner {
    border: 0; padding: 0;
}

.btn, input[type="submit"].btn {
	font-size: 1.2rem; font-weight: bold;
	line-height: 48px; color: #fff;
	background: #CD342F; border-radius: 9999em;
	padding: 0 24px; letter-spacing: 0.1em;
	display: inline-block; text-transform: uppercase;
}

input[type="submit"].btn {
	padding: 0 40px;
}

.btn.btn-alt {
	background: #fff; color: #CD342F;
}

.lgbreak {
	display: none;
}

.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; overflow: hidden; 
	margin-bottom: 30px;
}

#sdvideo .video-container { 
	margin-bottom: 0;
}

.video-container iframe, 
.video-container object, 
.video-container embed, 
.video-container video { 
	position: absolute; top: 0; 
	left: 0; width: 100%; height: 100%; 
}

@media only screen and (min-width: 768px) {

	body {
		font-size: 1.6rem;
	}

	.basic, #issues .basic {
		padding: 0 40px;
		max-width: 1700px; margin: 0 auto;
	}

	#sdvideo .basic {
		max-width: 960px;
	}

	.smbreak {
		display: none;
	}

	.lgbreak {
		display: block;
	}

}

@media only screen and (min-width: 1024px) {

	.btn {
		font-size: 1.4rem; 
		line-height: 62px; 
		padding: 0 44px; 
	}

	.btn.btn-es {
		padding: 0 20px; 
	}

}

@media only screen and (min-width: 1280px) {

	.btn.btn-es {
		padding: 0 40px; 
	}

}

/*-----------------------------------*\
  NAV
\*-----------------------------------*/

nav.headernav {
	position: fixed; top: 0; left: 0;
	right: 0; height: 84px; display: flex;
	align-items: center; padding-left: 20px;
	background: #fff; z-index: 999;
	transition: all 0.25s linear;
}

nav.headernav.scrolled {
	height: 50px; background: #fff;
	box-shadow: 0 3px 20px -20px rgb(0 0 0 / 0.85);
}

.logo {
	width: 70px;
	transition: all 0.25s linear;
}

nav.headernav.scrolled .logo {
	width: 44px;
}

nav.headernav ul {
	display: none;
}

.navbtn {
	margin-left: auto; height: 100%;
	display: flex; align-items: center;
	padding: 0 16px 0 0;
}

.btn-nav {
	display: inline-block; color: #fff;
	background: #CD342F; border-radius: 9999em;
	font-weight: bold; letter-spacing: 0.1em;
	font-size: 1.2rem; padding: 0 20px;
	line-height: 36px; transition: all 0.25s linear;
}

.nav-ctrl {
    font-size: 0; width: 30px; margin-left: auto;
    margin-left: 16px;
    position: relative; z-index: 102;
    transition: all 0.25s linear;
}

#nav-toggle {
    width: 30px; height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-toggle span {
    display: block; position: absolute;
    height: 4px; width: 100%;
    background: #122F59;
    opacity: 1; left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

#nav-toggle span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

#nav-toggle span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

#nav-toggle.menuopen span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1.5px; left: 4px;
}

#nav-toggle.menuopen span:nth-child(2) {
    width: 0%; opacity: 0;
}

#nav-toggle.menuopen span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px; left: 4px;
}

#menu-header {
	position: fixed; top: 0; bottom: 0;
	left: 0; right: 0; background: #fff;
	z-index: 100; visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

#menu-header.activemenu {
	visibility: visible;
	opacity: 1;
}

.mh-inner {
	display: flex; width: 100vw;
	height: 100vh; align-items: center;
	justify-content: center;
}

.nav-mob {
	list-style: none;
	text-align: center;
}

.nav-mob ul {
	list-style: none;
}

.nav-mob li {
	font-weight: bold; font-size: 1.8rem;
	line-height: 2; text-transform: uppercase;
	letter-spacing: 0.1em; margin-bottom: 10px;
}

.nav-mob li:last-child {
	margin-bottom: 0;
}

.nav-mob li a {
	color: #122F59;
}

.lang-mob {
	margin-top: 30px;
}

.lang-mob a {
	color: #122F59; font-weight: 600;
	font-size: 1.8rem;
}

a.lang, .page-template-template-privacy .lang-mob {
	display: none;
}

@media only screen and (min-width: 768px) {

	nav.headernav {
		padding-left: 40px;
	}

	.navbtn {
		justify-content: center;
		padding: 0 20px 0 0;
	}

}

@media only screen and (min-width: 1280px) {

	nav.headernav {
		height: 120px; 
	}

	.nav-ctrl {
		display: none;
	}

	nav.headernav ul {
		list-style: none; display: inline-block;
		font-size: 0; margin-left: 72px;
	}

	nav.headernav ul li {
		display: inline-block; font-size: 1.2rem;
		font-weight: bold; text-transform: uppercase;
		margin-right: 36px; letter-spacing: 0.1em;
	}

	nav.headernav ul li:last-child {
		margin-right: 0;
	}

	nav.headernav ul li a {
		color: #122F59; 
	}

	#menu-header {
		display: none;
	}

	a.lang {
		display: inline-block; font-size: 1.2rem;
		font-weight: bold; text-transform: uppercase;
		margin-left: 20px; letter-spacing: 0.1em;
		color: #122F59;
	}

	.page-template-template-privacy a.lang {
		display: none;
	}

}

@media only screen and (min-width: 1349px) {

	nav.headernav {
		padding-left: 3vw;
	}

	.btn-nav {
		font-size: 1.4rem; padding: 0 44px;
		line-height: 62px;
	}

	.logo {
		width: 108px;
	}

	nav.headernav.scrolled {
		height: 80px;
	}

	nav.headernav.scrolled .logo {
		width: 72px;
	}

	nav.headernav.scrolled .btn-nav {
		line-height: 48px;
	}

	nav.headernav ul {
		margin-left: 48px;
	}

	nav.headernav ul li {
		margin-right: 30px;
	}

	.navbtn {
		padding: 0 3vw 0 0;
	}

	a.lang {
		font-size: 1.4rem;
		margin-left: 30px;
	}

}

@media only screen and (min-width: 1440px) {

	nav.headernav {
		padding-left: 3.5vw;
	}

	nav.headernav.scrolled .btn-nav {
		line-height: 48px;
	}

	nav.headernav ul {
		margin-left: 3.3vw;
	}

	nav.headernav ul li {
		margin-right: 2.2vw;
		font-size: 1.3rem;
	}

	.navbtn {
		padding: 0 3.5vw 0 0;
	}

}

@media only screen and (min-width: 1680px) {

	nav.headernav {
		padding-left: 5.2vw;
	}

	nav.headernav ul {
		margin-left: 96px;
	}

	nav.headernav ul li {
		margin-right: 42px;
	}

	nav.headernav ul li {
		font-size: 1.4rem;
	}

	.navbtn {
		padding: 0 5.2vw 0 0;
	}

}

/*-----------------------------------*\
  BANNER
\*-----------------------------------*/

#banner {
	position: relative; margin-top: 84px;
}

.banner-inner {
	display: none;
}

#videowrap {
	display: none;
}

#mob-intro {
	padding: 20px 0;
	text-align: center;
}

#mob-intro h1 {
	font-family: 'Ringside', sans-serif;
	font-size: 1.6rem; line-height: 1.375;
	text-transform: none;
	margin: 0;
}

@media only screen and (min-width: 768px) {

	#mob-intro {
		display: none;
	}

	#banner {
		height: 56.25vw;
	}

	.banner-inner {
		display: block; position: absolute;
		width: 19vw; z-index: 10;
		top: 34.375vw; left: 64.9vw;
	}

	body.es .banner-inner {
		width: 22vw;
	}

	h1.banner-headline {
		font-family: 'Ringside', sans-serif;
		font-size: 1.35416vw;
		text-transform: none;
		margin: 0; color: #fff;
		line-height: 1.384;
	}

}

@media only screen and (min-width: 1081px) {

	#videowrap {
		display: block; position: absolute;
		top: 0; left: 0; z-index: 11;
		transition: all 0.75s linear;
		width: 100%; height: 56.25vw;
		overflow: hidden; background: #000;
	}

	#videowrap.finished {
		opacity: 0;
		visibility: hidden;
	}

	video {
		width: 100%; height: auto;
	}

	#watchfull {
		position: absolute; left: 50%;
		top: 50%; z-index: 10;
		transform: translate(-50%,-50%);
	}

}

@media only screen and (min-width: 1280px) {

	#banner {
		margin-top: 120px;
	}

}

/*-----------------------------------*\
  HOME VIDEO
\*-----------------------------------*/

#watch {
	margin: 48px auto 0;
	padding: 0 30px;
}

#watch .video-container {
	margin: 0;
}

@media only screen and (min-width: 768px) {

	#watch {
		margin: 48px auto 0;
		padding: 0 40px;
		max-width: 980px;
	}

}

@media only screen and (min-width: 1024px) {

	#watch {
		margin: 96px auto 0;
	}

}

@media only screen and (min-width: 1280px) {

	#watch {
		margin: 150px auto 0;
	}

}

/*-----------------------------------*\
  OVERLAY
\*-----------------------------------*/

#message {
	margin-bottom: 50px;
}

.innerbox {
	position: relative;
}

.basic.fullbasic {
	padding: 0
}

.overlay {
	padding: 40px 30px 0;
}

.preintro {
	font-size: 1.3rem; line-height: 1.2;
	margin-bottom: 10px;
}

h1, h2 {
	font-weight: 400;
	font-family: pressio-compressed, sans-serif;
	font-size: 4.4rem; line-height: 0.875;
	text-transform: uppercase; margin-bottom: 24px;
}

.overlay p {
	margin-bottom: 20px;
}

.overlay p:last-of-type {
	margin-bottom: 0;
}

#message .overlay p {
	margin-bottom: 20px;
	max-width: 390px;
}

#message .overlay p:last-of-type {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {

	#message {
		padding-top: 40px;
	}

	.basic.fullbasic {
		padding: 0 40px;
	}

	.overlay {
		font-size: 1.4rem;
		background: #fff;
	}

	#family .overlay {
		position: absolute; 
		bottom: 20px; 
		left: 20px; width: 40%;
		padding: 20px;
	}

}

@media only screen and (min-width: 1024px) {

	#message {
		padding-top: 96px;
		margin-bottom: 96px;
	}

	#message .overlay {
		position: absolute; top: 50%;
		left: 6%; width: 37.5%;
		padding: 30px 20px;
		transform: translateY(-50%);
		background: linear-gradient(135deg, transparent 34px, white 34px);
	}

	#message .overlay:before {
		position: absolute; content: "";
		top: 0; left: 0;
		width: 0; height: 0;
      	border-top: 34px solid #CD342F;
      	border-right: 34px solid transparent;
	}

	#family .overlay {
		bottom: auto; top: 50%; 
		left: 3%; transform: translateY(-50%);
		padding: 40px 40px 40px 5.5%;
		background: linear-gradient(-135deg, transparent 34px, white 34px);
	}

	#family .overlay:before {
		position: absolute; content: "";
		top: 0; right: 0;
		width: 0; height: 0;
      	border-top: 34px solid #CD342F;
      	border-left: 34px solid transparent;
	}

	#family .overlay p {
		max-width: 280px;
	}

	h1, h2 {
		font-size: 6rem; margin-bottom: 30px;
	}

}

@media only screen and (min-width: 1280px) {

	#message {
		padding-top: 150px;
		margin-bottom: 150px;
	}

	.overlay {
		font-size: 1.6rem;
	}

	#message .overlay {
		padding: 68px 40px 68px 6.172%;
	}

	#family .overlay {
		left: 5.74%; width: 27%;
		padding: 60px 20px 52px 60px;
		min-width: 420px;
	}

	#family h2 br {
		display: block;
	}

	.overlay p {
		margin-bottom: 40px;
	}

	.preintro {
		font-size: 1.6rem; 
		margin-bottom: 32px;
	}

	#engage .preintro {
		margin-bottom: 22px;
	}

}

@media only screen and (min-width: 1440px) {

	#message .overlay {
		padding: 100px 40px 100px 6.172%;
	}

}

/*-----------------------------------*\
  ISSUES
\*-----------------------------------*/

#issues, #family, #against, #sdvideo {
	margin-bottom: 50px;
}

#family {
	margin-bottom: 96px;
}

.linebox {
	border: 1px solid #d9d9d9;
}

.lbox-intro {
	padding: 40px 30px 80px;
	border-bottom: 1px solid #d9d9d9;
}

h2.bigger, h1.bigger {
	font-size: 6rem;
}

h2.uline:after, h1.uline:after {
	content: ""; display: block;
	background: #CD342F; height: 2px;
	width: 50px; margin-top: 24px;
}

#issues h2 {
	margin-bottom: 0;
}

@media only screen and (min-width: 360px) {

	h2.bigger, h1.bigger {
		font-size: 7rem;
	}

}

@media only screen and (min-width: 375px) {

	h2.bigger, h1.bigger {
		font-size: 8rem;
	}

}

@media only screen and (min-width: 1024px) {

	#issues, #family, #against, #sdvideo {
		margin-bottom: 96px;
	}

	.linebox {
		display: flex;
	}

	.lbox-intro {
		padding: 40px 30px 80px;
		border-bottom: 0;
		border-right: 1px solid #d9d9d9;
		width: 42.6%
	}

	.lbox-content {
		width: 57.4%;
	}

}

@media only screen and (min-width: 1280px) {

	#issues, #family, #against, #sdvideo {
		margin-bottom: 150px;
	}

	h2.bigger, h1.bigger {
		font-size: 10rem;
	}

	.lbox-intro {
		padding: 100px 0 0 6%;
		border-bottom: 0;
		border-right: 1px solid #d9d9d9;
		width: 42.6%
	}

}

/*-----------------------------------*\
  SLIDES
\*-----------------------------------*/

.slideswrap {
	padding: 48px 30px 60px;
}

.slidebuttons {
	font-size: 0; padding-top: 32px;
	position: relative;
}

.slide-nav {
	width: 60px;
}

.ss-next {
	margin-left: 16px;
}

#issueslides .item {
	font-size: 1.4rem;
}

#issueslides .item h3 {
	font-weight: 400; position: relative;
	font-family: pressio-compressed, sans-serif;
	font-size: 4.8rem; line-height: 0.875;
	text-transform: uppercase; margin-bottom: 20px;
	padding-left: 32px; margin-right: -16px;
}

#vetclasses {
	padding: 0 30px;
	margin-bottom: 50px;
}

.vetclasses-inner {
	position: relative;
	border: 1px solid #d9d9d9;
	padding-bottom: 30px;
	max-width: 1620px; margin: 0 auto;
}

#vetclasses .slidebuttons {
	padding-top: 0; display: flex;
	align-items: center;
	padding: 0 20px;
}

#vetclasses #counter {
	margin-left: auto;
	padding: 0; position: static;
}

.vs-next {
	margin-left: 16px;
}

.vscopy {
	padding: 24px 20px;
	font-size: 1.4rem;
}

.vsc-inner h3 {
	font-weight: 400;
	font-family: pressio-compressed, sans-serif;
	font-size: 3rem; line-height: 0.875;
	text-transform: uppercase; margin-bottom: 10px;
}

.vsc-inner p {
	margin-bottom: 12px;
}

.vsc-inner p:last-of-type {
	margin-bottom: 0;
}

@media only screen and (min-width: 375px) {

	#issueslides .item h3 {
		font-size: 6rem;
	}

}

#issueslides .item h3 span {
	font-family: 'Ringside', sans-serif;
	font-weight: bold; color: #fff;
	background: #CD342F; font-size: 1.3rem;
	line-height: 1; display: flex; height: 20px;
	width: 20px; align-items: center;
	justify-content: center; position: absolute;
	top: 4px; left: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0; position: absolute;
	left: 0; bottom: -160px;
}

#counter {
	font-weight: bold; display: inline-block;
	position: absolute; right: 0; top: 0;
	font-size: 1.4rem; padding-top: 32px;
	line-height: 60px; color: #CD342F;
}

/*.owl-theme .owl-dots .owl-dot span {
	width: 26px; height: 3px;
	border-radius: 0; margin: 5px;
}*/

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
	background: #CD342F;
}

.ispace {
	margin-bottom: 16px;
}

.ibreak {
	display: none;
}

@media only screen and (min-width: 768px) {

	.slideswrap {
		padding: 48px 30px 80px;
	}

	#issueslides .item {
		padding-left: 50px;
		font-size: 1.6rem;
	}

	#issueslides .item h3 {
		padding-left: 0;
		margin-left: 0;
		margin-bottom: 25px;
	}

	#issueslides .item h3 span {
		left: -50px; width: 30px; height: 30px;
		font-size: 2rem; top: 6px;
	}

	#issueslides .item p {
		max-width: 487px;
	}

	.owl-theme .owl-nav.disabled + .owl-dots {
		left: auto; bottom: -76px; right: 20px;
	}

	.slidebuttons {
		margin-left: 50px;
	}

	#counter {
		right: 48px;
	}

	#vetclasses {
		padding: 0 40px;
	}

	.vetbox {
		display: flex;
	}

	.vsimg {
		width: 33%;
	}

	.vscopy {
		width: 67%; padding-bottom: 80px;
	}

	.vetclasses-inner {
		padding-bottom: 0;
	}

	#vetclasses .slidebuttons {
		position: absolute;
		padding: 0 20px;
		bottom: 20px; right: 0;
		width: 67%; z-index: 10;
	}

	.vsc-inner p, .vsc-inner p:last-of-type {
		margin-bottom: 20px;
	}

}

@media only screen and (min-width: 1024px) {

	#vetclasses {
		margin-bottom: 96px;
	}

	.ibreak {
		display: block;
	}

	.vscopy {
		font-size: 1.6rem;
	}

	.vsc-inner h3 {
		font-size: 4rem; margin-bottom: 20px;
	}

}

@media only screen and (min-width: 1280px) {

	.slideswrap {
		padding: 100px 0 54px 6%;
	}

	.slidebuttons {
		margin-left: 6%;
		padding-top: 104px;
	}

	.owl-theme .owl-nav.disabled + .owl-dots {
		bottom: -148px; right: 70px;
	}

	#counter {
		padding-top: 104px;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		right: 96px;
	}

	#vetclasses {
		margin-bottom: 150px;
	}

	.vsc-inner {
		max-width: 640px;
	}

	.vsc-inner h3 {
		font-size: 6rem; margin-bottom: 24px;
	}

	.vscopy {
		padding: 32px 20px 90px 40px;
	}

	#vetclasses .slidebuttons {
		padding: 0 40px;
		bottom: 30px; right: 0;
	}

}

@media only screen and (min-width: 1440px) {

	.vscopy {
		padding: 48px 20px 100px 60px;
	}

	#vetclasses .slidebuttons {
		padding: 0 60px;
		bottom: 40px; right: 0;
	}

}

@media only screen and (min-width: 1680px) {

	.vscopy {
		padding: 96px 20px 100px 140px;
	}

	#vetclasses .slidebuttons {
		padding: 0 80px 0 140px;
	}

	.vsc-inner {
		max-width: 560px;
	}

}

/*-----------------------------------*\
  AGAINST
\*-----------------------------------*/

#against h2 {
	font-size: 6rem;
}

#against h2 span {
	color: #CD342F;
}

#against ul {
	list-style: none;
}

#against ul li {
	font-size: 1.6rem; font-weight: bold;
	margin-bottom: 10px; padding-left: 20px;
	background: url(img/caret.png) no-repeat left center;
	background-size: 8px;
}

@media only screen and (min-width: 768px) {

	#against ul {
		display: flex; flex-wrap: wrap;
	}

	#against ul li {
		width: 50%;
	}

}

@media only screen and (min-width: 1280px) {

	.bflex {
		display: flex;
	}

	#against h2 {
		margin-bottom: 0;
	}

	.against-intro {
		width: 42.6%;
		padding-left: 6%;
	}

	.against-list {
		width: 57.4%;
		padding-left: 6%;
	}

	#against ul li {
		font-size: 2rem;
		margin-bottom: 16px; padding-left: 30px;
		background: url(img/caret.png) no-repeat left center;
		background-size: 12px;
	}

}

/*-----------------------------------*\
  ENGAGE
\*-----------------------------------*/

#engage {
	margin-bottom: 50px;
}

.engage-donate {
	position: relative;
}

.engage-sub {
	border: 1px solid #d9d9d9;
	border-top: 0;
	padding: 40px 30px 80px;
}

.ed-inner {
	color: #fff; position: absolute;
	top: 0; left: 0; padding: 40px 30px 0;
}

.ed-inner .preintro {
	font-weight: bold;
}

@media only screen and (min-width: 1024px) {

	#engage {
		margin-bottom: 96px;
	}

	#engage .basic {
		display: flex;
	}

	.engage-donate {
		width: 67%;
	}

	.engage-sub {
		width: 33%; padding: 40px 30px 0;
		border-top: 1px solid #d9d9d9;
		border-left: 0;
	}

}

@media only screen and (min-width: 1280px) {

	#engage {
		margin-bottom: 150px;
	}

	.ed-inner {
		padding: 10% 0 0 10%;
	}

	.ed-inner .preintro {
		font-size: 2rem;
	}

	.ed-inner h2, .engage-sub h2 {
		margin-bottom: 56px;
	}

	.engage-sub {
		padding: 6% 0 0 6%;
	}

}

/*-----------------------------------*\
  ABOUT AT
\*-----------------------------------*/

#about-banner {
	margin-top: 84px; position: relative;
}

.ab-inner {
	position: absolute; top: 16vw;
	left: 0; right: 0; padding: 0 6.4vw;
	font-size: 3.73vw; color: #fff;
}

#about-banner h1 {
	font-size: 20vw; 
	margin-bottom: 4.55vw;
}

#about-intro {
	padding: 60px 0 72px;
	text-align: center;
}

.ai-inner {
	padding: 0 30px;
}

#about-intro h2 {
	font-size: 4.8rem;
	margin: 20px 0;
}

#for {
	background: #1f1f1f;
	color: #D9D9D9; padding: 30px 0 80px;
	margin-bottom: 80px;
}

.for-row {
	padding: 0 30px;
	margin: 0 0 80px;
}

.for-row:last-of-type {
	margin-bottom: 0;
}

/*#forkids {
	margin-bottom: 40px;
}*/

#forfam .for-img img {
	box-shadow: 0 3px 40px rgb(0 0 0 / 0.16);
}

.for-copy {
	margin-top: -40px;
	position: relative;
}

.for-copy h3 {
	font-weight: 400; color: #fff;
	font-family: pressio-compressed, sans-serif;
	font-size: 8rem; line-height: 0.875;
	text-transform: uppercase; margin: 0 0 20px 64px;
}

.for-copy p {
	margin-bottom: 20px;
}

.famquote {
	font-weight: 400; display: inline-block;
	font-family: pressio-compressed, sans-serif;
	font-size: 4.3rem; line-height: 0.875;
	text-transform: uppercase;
	position: relative; margin: 40px 0 0 14px;
}

.quotes {
	width: 14px; position: absolute;
}

.openquotes {
	top: -12px; left: -14px;
}

.endquotes {
	bottom: -12px; right: -14px;
}

.acerca .endquotes {
	display: none;
}

.lg-qbreak {
	display: none;
}

.kidsquote {
	font-weight: 400; display: inline-block;
	font-family: pressio-compressed, sans-serif;
	font-size: 4.3rem; line-height: 0.875;
	text-transform: uppercase; max-width: 301px;
	position: relative; margin: 0 0 40px 14px;
}

.kidsquote .endquotes {
	bottom: -12px; right: 10px;
}

@media only screen and (min-width: 768px) {

	.ab-inner {
		top: 9.114583vw;
		left: 32.44vw; right: auto; 
		padding: 0; font-size: 1.354167vw;
	}

	#about-banner h1 {
		font-size: 10.677vw;
		margin-bottom: 3.5vw;
	}

	#about-banner p {
		width: 49.58vw;
	}

	/*.acerca #about-banner p {
		width: 33vw;
	}*/

	#about-intro {
		padding: 96px 0;
	}

	.ai-inner {
		padding: 0 40px;
	}

	.ai-inner p {
		font-size: 2.2rem;
		width: 640px;
		margin: 0 auto;
	}

	#about-intro h2 {
		font-size: 6.8rem;
		margin: 28px auto;
		width: 680px;
	}

	#for {
		font-size: 1.4rem;
		padding: 120px 0;
		margin-bottom: 96px;
	}

	.for-row {
		padding: 0 40px; max-width: 1500px;
		margin: 0 auto 120px; display: flex;
		position: relative;
	}

	.for-copy {
		margin-top: 0;
	}

	#forfam {
		align-items: center;
		justify-content: space-between;
		margin-bottom: 200px;
	}

	#forfam .for-img {
		width: 44%;
	}

	#forfam .for-copy {
		width: 52%; position: static;
	}

	.famquote {
		position: absolute; margin: 0;
		bottom: -82px; left: 8.2%;
	}

	#forfam h3 {
		margin: 0 0 20px -19%;
	}

	#forfam p {
		max-width: 382px;
	}

	#forkids {
		flex-direction: column;
		margin-bottom: 20px;
	}

	#forkids .for-img {
	}

	#forkids .for-copy {
		margin-top: -40px;
	}

	#forkids h3 {
		margin: 0 0 20px 0;
	}

	#forcali .for-copy {
		position: absolute; left: 12.5%;
		top: -40px;
	}

	#forcali h3 {
		margin: 0 0 20px 0;
	}

	#forcali p {
		width: 50%;
	}

	.kidsquote {
		max-width: 400px;
	}

	.kidsquote .endquotes {
		right: 110px;
	}

	#forfuture {
		align-items: center;
		justify-content: space-between;
	}

	#forfuture .for-img {
		width: 44%;
	}

	#forfuture .for-copy {
		width: 52%;
	}

	#forfuture h3 {
		margin: 0 0 20px -19%;
	}

}

@media only screen and (min-width: 1024px) {

	#for {
		font-size: 1.6rem;
		margin-bottom: 120px;
	}

	.for-copy h3 {
		font-size: 10rem;
	}

	.for-row {
		margin: 0 auto 212px;
	}

	#forfam {
		margin-bottom: 280px;
	}

	#forfam .for-img, #forfuture .for-img {
		width: 51.37%;
	}

	#forfam .for-copy, #forfuture .for-copy {
		width: 44%;
	}

	.famquote {
		font-size: 6rem;
		bottom: -126px; left: 11.64%;
	}

	.quotes {
		width: 20px;
	}

	.openquotes {
		top: -14px; left: -20px;
	}

	.endquotes {
		bottom: -16px; right: -20px;
	}

	#forkids .for-img {
		width: 70%; margin-left: auto;
	}

	#forkids .for-copy {
		width: 50%; position: absolute; top: 50%;
		left: 40px; transform: translateY(-50%);
		margin-top: 0;
	}

	#forkids .for-copy p {
		margin-bottom: 0;
	}

	#forkids h3 {
		margin: 0 0 20px 5%;
	}

	#forkids p {
		max-width: 400px;
	}

	#forcali .for-copy {
		position: absolute; left: 12.5%;
		top: -40px;
	}

	#forcali p {
		width: 100%;
		max-width: 420px;
	}

	.kidsquote {
		font-size: 6rem;
		max-width: 550px;
		margin-left: 0;
	}

	.kidsquote .endquotes {
		right: 146px;
	}

	#forkids2 .for-copy {
		width: 600px;
		margin: -40px 0 0 auto;
	}

	#forkids2 .for-copy p {
		max-width: 400px;
	}

	.acerca #forkids2 .for-copy p {
		max-width: 420px;
	}

}

@media only screen and (min-width: 1280px) {

	#about-banner {
		margin-top: 120px;
	}

	#about-intro {
		padding: 200px 0;
	}

	.ai-inner p {
		font-size: 2.6rem;
		width: 780px;
	}

	.acerca .ai-inner p {
		font-size: 2.4rem;
	}

	#about-intro h2 {
		font-size: 10rem;
		margin: 34px auto;
		width: 944px;
	}

	#for {
		margin-bottom: 150px;
		padding: 192px 0 198px;
	}

	#forfam {
		margin-bottom: 280px;
	}

	#forfam .for-img, #forfuture .for-img {
		width: 70%;
	}

	#forfam .for-copy, #forfuture .for-copy {
		width: 26%;
	}

	#forfam h3 {
		margin: 0 0 32px -40%;
	}

	#forfuture h3 {
		margin: 0 0 32px -50.5%;
	}

	.acerca #forfuture h3 {
		margin: 0 0 32px -61%;
	}

	#forkids .for-copy p {
		max-width: 383px;
	}

	#forcali .for-copy {
		top: -60px; left: 9.25%;
	}

	.for-copy h3 {
		font-size: 12rem;
	}

	#forkids h3 {
		margin: 0 0 40px 0;
	}

	#forcali h3 {
		margin: 0 0 48px 0;
	}

	.sm-qbreak {
		display: none;
	}

	.lg-qbreak {
		display: block;
	}

	#forkids2 .for-copy {
		width: 644px;
		margin: -50px 0 0 auto;
	}

	#forkids2 .for-copy p:last-of-type {
		margin-bottom: 0;
	}

}

#meet {
	margin-bottom: 120px;
	padding: 0 30px;
}

.fambox {
	border: 1px solid #d9d9d9;
}

.fambox-intro {
	padding: 40px 30px 74px;
}

.imgbox {
	position: relative;
}

.ib-over {
	position: absolute; top: 0; color: #fff;
	left: 0; right: 0; bottom: 0; display: flex;
	align-items: center; justify-content: center;
	background: url(img/ovbg.png) no-repeat center;
	background-size: cover;
	visibility: hidden; opacity: 0;
	transition: all 0.25s linear;
}

.imgbox:hover > .ib-over {
	visibility: visible; opacity: 1;
}

.ib-over p {
	width: 90%; max-width: 252px;
	font-size: 1.6rem;
}

.ibopen {
	top: 40px; left: 30px;
}

.ibend {
	bottom: 40px; right: 30px;
}

.namebox {
	font-size: 1.8rem; line-height: 60px;
	text-align: center; color: #000;
}

.playwrap {
	position: absolute; top: 0; color: #fff;
	left: 0; right: 0; bottom: 0; display: flex;
	align-items: center; justify-content: center;
	transition: all 0.25s linear;
}

.playbtn {
	width: 64px; opacity: 0.5;
}

.famvid {
	cursor: pointer;
}

@media only screen and (min-width: 768px) {

	.fambox-grid {
		display: flex; flex-wrap: wrap;
		margin-left: -1px;
	}

	.person {
		flex: 0 0 33.333333%;
	}

	.person .imgbox {
		border-left: 1px solid #fff;
	}

	.person:first-of-type .imgbox,
	.person:nth-of-type(4) .imgbox {
		border-left: 1px solid #d9d9d9;
	}

	.person .namebox {
		border-left: 1px solid #d9d9d9;
	}

	.ib-over p {
		width: 90%; max-width: 200px;
		font-size: 1.3rem;
	}

	.ibopen {
		top: 20px; left: 15px;
	}

	.ibend {
		bottom: 20px; right: 15px;
	}

}

@media only screen and (min-width: 1024px) {

	.ib-over p {
		font-size: 1.4rem;
	}

}

@media only screen and (min-width: 1280px) {

	#meet {
		margin-bottom: 150px;
		padding: 0 40px;
	}

	.fambox {
		display: flex; max-width: 1620px;
		margin: 0 auto; justify-content: space-between;
	}

	.fambox-intro {
		width: 33%; border-right: 1px solid #d9d9d9;
		padding: 90px 20px 0 60px;
	}

	.fambox-grid {
		width: 67%; 
	}

	.namebox {
		line-height: 70px;
	}

	.person:first-of-type .namebox,
	.person:nth-of-type(4) .namebox {
		border-left: 1px solid transparent;
	}

	.playwrap {
		background: url(img/ovbg.png) no-repeat center;
		background-size: cover;
		visibility: hidden; opacity: 0;
	}

	.imgbox:hover > .playwrap {
		visibility: visible; opacity: 1;
	}

}

@media only screen and (min-width: 1440px) {

	.ib-over p {
		width: 90%; max-width: 252px;
		font-size: 1.6rem;
	}

	.ibopen {
		top: 40px; left: 30px;
	}

	.ibend {
		bottom: 40px; right: 30px;
	}

}

@media only screen and (min-width: 1700px) {

	.fambox-intro {
		padding: 90px 0 0 72px;
	}

}

/*-----------------------------------*\
  POLICIES PAGE
\*-----------------------------------*/

#policies {
	margin: 124px 0 50px;
	padding: 0 20px;
}

.pol-intro {
	margin-bottom: 20px;
}

#policies h1 {
	font-size: 8rem;
	margin-bottom: 32px;
}

#policies h1:after {
	content: ""; display: block;
	background: #CD342F; height: 2px;
	width: 50px; margin-top: 24px;
}

.policy {
	border-bottom: 1px solid #d9d9d9;
}

.pname {
	font-weight: 400; position: relative;
	font-family: pressio-compressed, sans-serif;
	font-size: 4.4rem; line-height: 2.5;
	text-transform: uppercase; cursor: pointer;
}

.arrow {
	position: absolute; width: 20px;
	right: 0; top: 53px;
	transition: all 0.25s linear;
}

.open .arrow {
	transform: rotate(-180deg);
}

.pcopy {
	display: none;
	padding-bottom: 40px;
}

.pcopy p {
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {

	#policies {
		margin: 124px 0 96px;
		padding: 0 40px;
	}

	.pol-inner {
		border: 1px solid #d9d9d9;
	}

	.pol-intro {
		margin-bottom: 0;
		padding: 56px;
		border-bottom: 1px solid #d9d9d9;
	}

	.pol-intro p {
		max-width: 280px;
	}

	.policies-list {
		padding: 0 56px;
	}

	.policy:last-of-type {
		border-bottom: 0;
	}

}

@media only screen and (min-width: 1024px) {

	.pol-inner {
		display: flex; max-width: 1620px;
		margin: 0 auto;
	}

	.pol-intro {
		padding: 56px; width: 33%;
		border-bottom: 0;
		border-right: 1px solid #d9d9d9;
	}

	.policies-list {
		padding: 0 56px; width: 67%;
	}

}

@media only screen and (min-width: 1280px) {

	#policies {
		margin: 252px 0 150px;
	}

	.pol-intro {
		padding: 56px;
	}

	.policies-list {
		padding: 0 56px; 
	}

	#policies h1 {
		font-size: 10rem;
		margin-bottom: 46px;
	}

	#policies h1:after {
		margin-top: 36px;
	}

	.pname {
		font-size: 6rem;
	}

	.arrow {
		top: 73px;
	}

	.pcopy {
		padding-bottom: 56px;
	}

	.pcopy p {
		margin-bottom: 20px;
	}

}

@media only screen and (min-width: 1440px) {

	.pol-intro {
		padding: 96px 0 0 96px;
	}

	.policies-list {
		padding: 0 96px; 
	}

}

/*-----------------------------------*\
  MEDIA
\*-----------------------------------*/

#media {
	margin: 124px 0 50px;
	padding: 0 20px;
}

.mediabox {
	border: 1px solid #d9d9d9;
	border-bottom: 0;
}

.mediaintro {
	padding: 40px 30px 74px;
	border-bottom: 1px solid #d9d9d9;
}

.mediaintro a {
	color: #122F59; font-weight: 600;
	text-decoration: underline;
}

.mediaitem {
	padding: 30px 20px 40px;
	border-bottom: 1px solid #d9d9d9;
}

.mediaitem:empty {
	display: none;
}

.category {
	font-size: 1rem; line-height: 1.1;
	font-weight: bold; color: #122F59;
	opacity: 0.5; margin-bottom: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

a.title {
	font-size: 1.8rem; display: inline-block;
	line-height: 1.3; font-weight: bold;
	margin-bottom: 20px; color: #122F59;
}

.date {
	font-size: 1.2rem; margin-bottom: 30px;
}

.preview {
	margin-bottom: 30px;
}

a.readmore {
	display: inline-block; position: relative;
	font-size: 1.4rem; font-weight: bold;
	line-height: 1.214; padding-right: 20px;
	letter-spacing: 0.1em; color: #CD342F;
}

.arrow-rm {
	position: absolute; width: 11px;
	top: 3px; right: 0;
	transition: all 0.25s linear;
}

a.readmore:hover .arrow-rm {
	transform: translateX(5px);
}

#release {
	margin: 120px auto 50px;
	padding: 0 30px; max-width: 900px;
}

h1.release-title {
	font-family: 'Ringside', sans-serif;
	text-transform: none; font-weight: bold;
	font-size: 2.4rem; margin-bottom: 16px;
	line-height: 1.3;
}

.release-sub {
	font-size: 1.8rem; font-weight: bold;
	margin-bottom: 30px; opacity: 0.5; 
}

.release-body p {
	margin-bottom: 20px;
}

#release a {
	color: #CD342F;
}

.release-meta {
	margin-bottom: 30px;
}

.release-body ul {
	margin: 0 0 24px 20px;
}

.release-body ul li {
	margin-bottom: 10px;
}

.mkwrap {
	position: fixed; top: 0; bottom: 0;
	left: 0; right: 0; z-index: 9999;
	background: rgb(255 255 255 / 0.75);
	display: flex; align-items: center;
	justify-content: center; opacity: 0;
	visibility: hidden; transition: all 0.25s linear;
}

.mkwrap.visible {
	opacity: 1; visibility: visible;
}

.mk-inner {
	width: 100%; max-width: 620px; 
	text-align: center; background: #fff;
	padding: 48px 20px; 
	box-shadow: 0 3px 40px rgb(0 0 0 / 0.16);
	position: relative;
}

.mk-intro {
	margin-bottom: 30px; font-weight: bold;
}

.mk-inner .btn-row {
	margin-bottom: 0;
}

a.closekit {
	display: block; position: absolute;
	width: 36px; padding: 8px; top: 4px;
	right: 6px;
}

@media only screen and (min-width: 768px) {

	#media {
		margin-bottom: 96px;
		padding: 0 40px;
	}

	.mediaintro {
		padding: 40px 40px 74px;
	}

	.mediaitem {
		padding: 30px 40px 40px;
		border-bottom: 1px solid #d9d9d9;
	}

	#release {
		margin: 120px auto 96px;
		padding: 0 40px; 
	}

	h1.release-title {
		font-size: 3.2rem; 
	}

	.release-sub {
		font-size: 2.2rem; 
		margin-bottom: 30px; 
	}

	.mk-inner {
		padding: 60px 40px 48px; 
	}

	a.closekit {
		width: 44px; padding: 8px; top: 10px;
		right: 10px;
	}

}

@media only screen and (min-width: 1024px) {

	#media {
		margin-bottom: 120px;
	}

	.mediabox {
		border: 0;
		border-top: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
		border-left: 1px solid #d9d9d9;
	}

	.mediaintro {
		border-left: 0;
	}

	.mediaitem:empty {
		display: block;
	}

	.mediaitems {
		display: flex; flex-wrap: wrap;
		border-bottom: 1px solid #d9d9d9;
	}

	.mediaitem {
		flex: 0 0 33.333333333%;
		min-height: 420px; 
		border-bottom: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
		font-size: 1.4rem; margin-bottom: -1px;
		padding: 30px 20px 40px;
	}

	.mediaitem:nth-of-type(3n+3) {
		border-right: 0;
	}

	.category {
		font-size: 1.2rem; margin-bottom: 30px;
	}

	h1.release-title {
		font-size: 4.8rem; margin-bottom: 22px;
		line-height: 1.2;
	}

	.release-sub {
		font-size: 2.4rem; 
		margin-bottom: 40px; 
	}

	.date {
		font-size: 1.6rem; margin-bottom: 36px;
	}

	#release {
		font-size: 1.8rem;
	}

}

@media only screen and (min-width: 1280px) {

	#media {
		margin: 252px 0 150px;
	}

	.mediabox {
		display: flex; max-width: 1620px;
		margin: 0 auto;
	}

	.mediaitems {
		width: 67%;
	}

	.mediaintro {
		width: 33%; border-right: 1px solid #d9d9d9;
		padding: 90px 0 0 48px;
	}

	#release {
		margin: 200px auto 150px;
	}

}

@media only screen and (min-width: 1440px) {

	#media {
		margin: 180px 0 150px;
	}

	.mediaitem {
		font-size: 1.8rem;
		padding: 40px 30px 50px;
		min-height: 540px;
	}

	a.title {
		font-size: 2rem;
	}

	.mediaintro {
		padding: 90px 0 0 64px;
	}

}

@media only screen and (min-width: 1680px) {

	.mediaintro {
		padding: 90px 0 0 96px;
	}

}

/*-----------------------------------*\
  EVENTS
\*-----------------------------------*/

#events {
	margin: 124px 0 50px;
	padding: 0 20px;
}

.eventsbox {
	border: 1px solid #d9d9d9;
}

.events-intro {
	padding: 40px 30px 74px;
	border-bottom: 1px solid #d9d9d9;
}

.event {
	padding: 30px 20px; 
	border-bottom: 1px solid #d9d9d9;
}

.event:last-of-type {
	border: 0;
}

.event-title {
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 16px;
	color: #122F59;
}

.event p {
	margin-bottom: 20px;
}

.event p a {
	color: #CD342F; text-decoration: underline;
}

.event-date, .event-start {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}

.event-start {
	margin-left: 16px;
}

.timerow {
	margin-bottom: 24px;
}

.location {
	line-height: 1.3;
	margin-bottom: 20px;
}

.loc-name {
	font-weight: bold;
}

@media only screen and (min-width: 768px) {

	#events {
		margin: 124px 0 96px;
		padding: 0 40px;
	}

	.event {
		padding: 70px 40px; 
	}

	.event-title {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}

	.eventinner {
		max-width: 690px;
	}

	.metarow {
		display: flex; 
	}

	.location {
		margin: 0;
	}

	.calbtn {
		margin-left: auto;
		align-self: flex-end;
	}

}

@media only screen and (min-width: 1024px) {

	#events {
		margin: 124px 0 120px;
	}

	
	.eventsbox {
		display: flex; max-width: 1620px;
		margin: 0 auto;
	}

	.events-intro {
		padding: 90px 20px 20px 30px;
		border-right: 1px solid #d9d9d9;
		border-bottom: 0; width: 33%;
	}

	.events-list {
		width: 67%;
	}

}

@media only screen and (min-width: 1280px) {

	#events {
		margin: 180px 0 150px;
	}

	.events-intro p {
		max-width: 300px;
	}

	.event {
		font-size: 1.8rem;
		padding: 70px 40px 70px 48px; 
	}

	.event-title {
		font-size: 2.5rem;
	}

	.event p {
		margin-bottom: 24px;
	}

	.event-start {
		margin-left: 30px;
	}

	.timerow {
		margin-bottom: 30px;
	}

}

@media only screen and (min-width: 1440px) {

	.events-intro {
		padding: 90px 20px 20px 64px;
	}

}

@media only screen and (min-width: 1680px) {

	.events-intro {
		padding: 90px 20px 20px 96px;
	}

}

/*-----------------------------------*\
  FOOTER
\*-----------------------------------*/

footer {
	border-top: 1px solid #d9d9d9;
}

.footer-bottom {
	color: #fff; background: #122F59;
	padding: 20px 0; font-size: 1.2rem; 
	text-align: center;
}

.ft-menu {
	padding: 60px 0 70px;
}

.ft-menu ul {
	list-style: none;
}

.ft-menu ul li {
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.1;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.ft-menu ul li a {
	color: #122F59;
}

.socialwrap {
	font-size: 0; padding-top: 54px;
}

a.social {
	display: inline-block; width: 56px;
	margin-right: 20px;
}

.ft-logo {
	border-top: 1px solid #d9d9d9;
	margin: 0 -30px; padding: 40px 0;
}

.footerlogo {
	width: 138px; margin-left: 30px;
}

.legal {
	margin-bottom: 6px;
}

.legalbox {
	display: inline-block;
	border: 1px solid #fff;
	padding: 10px 8px;
}

.privacylink a {
	color: #fff; text-decoration: underline;
}

.footer-bottom .basic {
	padding: 0 4px;
}

@media only screen and (min-width: 768px) {

	.footer-top .basic {
		display: flex;
	}

	.footer-bottom .basic {
		padding: 0 40px;
		display: flex;
		align-items: center;
	}

	.footer-bottom {
		text-align: left; font-size: 1.4rem;
		padding: 30px 0;
	}

	.privacylink {
		margin-left: auto;
	}

	.ft-menu {
		width: 67%;
		border-right: 1px solid #d9d9d9;
	}

	.ft-logo {
		width: 33%; padding: 60px 0 0;
		margin: 0; border: 0;
	}

	.footerlogo {
		width: 73%; margin: 0 auto;
	}

	.legal {
		margin-bottom: 0;
	}

	.legalbox {
		padding: 12px 16px;
	}

}

@media only screen and (min-width: 1280px) {

	.footer-top .basic {
		align-items: center;
	}

	.ft-menu {
		padding: 90px 0 64px 5%;
	}

	.ft-menu ul {
		list-style: none; display: flex;
		flex-wrap: wrap; width: 380px;
		min-height: 136px;
	}

	.ft-menu ul li {
		font-size: 1.4rem; width: 50%;
		margin-bottom: 30px;
	}

	.socialwrap {
		font-size: 0; padding-top: 50px;
	}

	.ft-logo {
		padding: 0;
	}

}

.checkout-legal {
	padding: 0 30px;
	max-width: 640px;
	margin: 0 auto 60px;
}

.checkout-legal p {
	margin-bottom: 20px;
}

/*-----------------------------------*\
  PRIVACY
\*-----------------------------------*/

#privacy {
	margin: 120px 0 60px;
	padding: 0 20px;
}

.pinner {
	margin: 0 auto; max-width: 960px;
}

#privacy h1 {
	color: #122F59; font-weight: 400;
	font-family: pressio-compressed, sans-serif;
	font-size: 4.4rem; margin-bottom: 30px;
	text-transform: uppercase; 
}

#privacy h2 {
	font-weight: 400;
	font-family: pressio-compressed, sans-serif;
	font-size: 3rem; line-height: 0.875;
	text-transform: uppercase; margin-bottom: 20px;
}

#privacy p {
	margin-bottom: 20px;
}

#privacy ul, #privacy ol {
	margin-left: 20px;
	margin-bottom: 20px;
}

#privacy ul li, #privacy ol li {
	margin: 10px;
}

#privacy ul li span {
	display: block; font-weight: bold;
}


@media only screen and (min-width: 768px) {

	#privacy {
		margin: 180px 0 96px;
		padding: 0 40px;
	}

}

/*-----------------------------------*\
  FOOTER INSTAGRAM
\*-----------------------------------*/

#insta {
	text-align: center; 
	margin-bottom: 30px;
	display: none;
}

#insta h2 {
	margin-bottom: 30px;
}

#insta h2 a {
	color: #122F59;
}

#instagram-feed {
	overflow-x: scroll; padding-bottom: 20px;
	-webkit-overflow-scrolling: touch;
}

.zoom-instagram-widget__items {
	display: flex !important; width: 924px !important;
}

.zoom-instagram-widget__item {
	float: none !important; 
	display: block; flex: 1;
	margin: 0 !important;
}

a.zoom-instagram-link {
	width: 100% !important; height: auto !important;
	padding-bottom: 100%;
}

@media only screen and (min-width: 768px) {

	#insta {
		padding: 0 35px;
		margin-bottom: 50px;
	}

	#instagram-feed {
		overflow-x: hidden; padding-bottom: 0;
	}

	.zoom-instagram-widget__items {
		width: 100% !important;
		max-width: 1630px;
		margin:  0 auto;
	}

	.zoom-instagram-widget__item {
		padding: 0 5px;
	}

}

@media only screen and (min-width: 1024px) {

	#insta {
		margin-bottom: 96px;
	}

}

@media only screen and (min-width: 1280px) {

	#insta {
		margin-bottom: 150px;
	}

	#insta h2 {
		margin-bottom: 48px;
	}

}

/*-----------------------------------*\
  FORM
\*-----------------------------------*/

#contact {
	position: fixed; top: 0; left: 0;
	right: 0; bottom: 0; z-index: 9998;
	background: url(img/flag-sm.jpg) no-repeat center;
	background-size: cover; 
	color: #fff; visibility: hidden;
	opacity: 0; transition: all 0.5s ease-in-out;
}

#newthanks {
	background: url(img/flag-sm.jpg) no-repeat center;
	background-size: cover; color: #fff;
}

#contact.active {
	visibility: visible;
	opacity: 1;
}

.btn-close {
	position: absolute; width: 48px;
	top: 20px; right: 20px;
	z-index: 1000;
}

.contact-inner {
	width: 100vw; height: 100vh;
	overflow: auto; position: relative;
}

.contact-content {
	padding: 60px 20px;
}

.cc-col1 h2 {
	font-size: 6rem;
	margin-bottom: 15px;
}

body.contact .cc-col1 h2 {
	margin-bottom: 30px;
}

.cc-col1 {
	margin-bottom: 30px;
}

.cc-col1 p:last-of-type {
	margin-top: 20px;
}

body.contact .cc-col1 p:last-of-type {
	margin-top: 0;
}

body.contact .cc-col1 p {
	margin-bottom: 10px;
}

body.contact a[href^="mailto:"] {
	text-decoration: underline;
}

.cc-col2 {
    position: relative;
}

.cp-formintro {
	margin-bottom: 20px;
}

.formrow {
    margin-bottom: 16px;
}

input[type="text"], 
input[type="tel"], 
input[type="email"],
#Comments {
    font-family: 'Ringside', sans-serif;
    appearance: none; 
    border: 1px solid rgb(255 255 255 / 0.5); 
    border-radius: 9999em; outline: 0; 
    box-shadow: none; display: block; width: 100%;
    font-size: 1.6rem; line-height: 42px; 
    height: 44px; background: none;
    padding: 0 20px; color: #fff; font-weight: normal;
}

#Comments {
	line-height: 1.5; border-radius: 20px;
	height: 160px; border: 1px solid #122F59;
	padding: 20px; color: #122F59;
}

input[type="text"]:focus, 
input[type="tel"]:focus, 
input[type="email"]:focus {
	box-shadow: rgb(255 255 255 / 0.5);
}

.checkout input[type="text"], 
.checkout input[type="tel"], 
.checkout input[type="email"],
.woocommerce-MyAccount-content input[type="text"], 
.woocommerce-MyAccount-content input[type="tel"], 
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="password"] {
    border: 1px solid #d9d9d9; border-radius: 0;
    color: #122F59; line-height: 42px; height: 44px;
    padding: 0 12px;
}

.woocommerce form .form-row textarea {
	border: 1px solid #d9d9d9; border-radius: 0;
    color: #122F59; height: 240px;
}

.woocommerce-checkout h3 {
	font-weight: bold; font-size: 2.4rem;
	margin-bottom: 30px;
}

.woocommerce-checkout h3#order_review_heading {
	margin-top: 30px;
}

.halfwrap:first-of-type {
    margin-bottom: 16px;
}

::-webkit-input-placeholder {
    font-weight: bold; letter-spacing: 0.1em;
    opacity: 1;
    color: #fff;
    font-size: 0.8em;
}
:-moz-placeholder {
    font-weight: bold; letter-spacing: 0.1em;
    color: #fff; opacity: 1;
    font-size: 0.8em;
}
::-moz-placeholder {
    font-weight: bold; letter-spacing: 0.1em;
    color: #fff; opacity: 1;
    font-size: 0.8em;
}
:-ms-input-placeholder {
    font-weight: bold; letter-spacing: 0.1em;
    color: #fff; opacity: 1;
    font-size: 0.8em;
}

.help-block {
    font-weight: bold; font-size: 1.2rem;
    color: #913422; text-transform: uppercase;
    padding-top: 5px;
}

.btn-row {
    padding-top: 8px; display: flex;
    margin-bottom: 20px;
}

#submit {
    margin-left: auto;
}

.formlegal {
	font-size: 1.2rem;
}

.formlegal a {
	color: #fff; text-decoration: underline;
}

.spinner-wrap {
    position: absolute; top: 50%;
    left: 0; right: 0;
    transform: translateY(-50%);
}

.spinner {
    margin: 0 auto; height: 60px; width: 60px;
    -webkit-animation: rotate 0.8s infinite linear;
    animation: rotate 0.8s infinite linear;
    border: 8px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
}

#subform .spinner,
.mkwrap .spinner {
    border: 8px solid #122F59;
    border-right-color: transparent;
}

@-webkit-keyframes rotate {
  0%    { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100%  { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes rotate {
  0%    { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100%  { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.thanks-wrap {
    position: absolute; top: 50%;
    left: 0; right: 0;
    text-align: center;
    transform: translateY(-50%);
}

.thanks-wrap p {
	padding: 0 40px;
}

#subform {
	background: #F5F5F5;
	padding: 120px 0 88px;
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}

#subform.subvol {
}

#subform .contact-content {
	padding-top: 0;
	padding-bottom: 0;
}

#subform input[type="text"], 
#subform input[type="tel"], 
#subform input[type="email"],
.mkwrap input[type="text"], 
.mkwrap input[type="tel"], 
.mkwrap input[type="email"] {
    border: 1px solid #122F59; 
    color: #122F59; 
}

#subform input[type="text"]:focus, 
#subform input[type="tel"]:focus, 
#subform input[type="email"]:focus,
#Comments:focus,
.mkwrap input[type="text"]:focus, 
.mkwrap input[type="tel"]:focus, 
.mkwrap input[type="email"]:focus {
	box-shadow: 0 2px 20px rgb(0 0 0 / 0.16);
}

#subform ::-webkit-input-placeholder,
.mkwrap ::-webkit-input-placeholder {
    font-weight: bold; letter-spacing: 0.1em;
    opacity: 1;
    color: #122F59;
    font-size: 0.8em;
}
#subform :-moz-placeholder,
.mkwrap :-moz-placeholder {
    font-weight: bold; letter-spacing: 0.1em;
    color: #122F59; opacity: 1;
    font-size: 0.8em;
}
#subform ::-moz-placeholder,
.mkwrap ::-moz-placeholder {
    font-weight: bold; letter-spacing: 0.1em;
    color: #122F59; opacity: 1;
    font-size: 0.8em;
}
#subform :-ms-input-placeholder,
.mkwrap :-ms-input-placeholder {
    font-weight: bold; letter-spacing: 0.1em;
    color: #122F59; opacity: 1;
    font-size: 0.8em;
}

#subform .formlegal a {
	color: #122F59;
}

@media only screen and (min-width: 768px) {

	.contact-content {
		padding: 60px 40px 20px;
	}

	.thanks-wrap h2 {
		font-size: 8rem;
	}

	.thanks-wrap p {
		width: 370px;
		margin: 0 auto;
	}

}

@media only screen and (min-width: 1024px) {

	#contact, #newthanks {
		background: url(img/flag.jpg) no-repeat center;
		background-size: cover; 
	}

	.contact-inner {
		display: flex; align-items: center;
		justify-content: center;
	}

	.contact-content {
		padding: 40px; max-width: 1240px;
		margin: 0 auto; display: flex;
	}

	.cc-col1 {
		margin-bottom: 0;
		width: 40%; font-size: 1.8rem;
	}

	#subform.subvol {
		padding-top: 96px;
	}

	#subform .cc-col1 {
		width: 45%;
	}

	#subform .cc-col1 p {
		max-width: 320px;
	}

	.cc-col1 h2 {
		font-size: 10rem;
		margin-bottom: 30px;
	}

	body.contact .cc-col1 p {
		margin-bottom: 20px;
	}

	.cp-formintro {
		margin-bottom: 30px;
		text-align: center;
		margin-top: 10px;
	}

	.cc-col2 {
	    width: 60%;
	}

	#subform .cc-col2 {
		width: 55%;
	}

	.formrow {
	    margin-bottom: 30px;
	}

	input[type="text"], 
	input[type="tel"], 
	input[type="email"] {
	    line-height: 64px; 
	    height: 66px; 
	    padding: 0 30px;
	}

	.splitrow {
        display: flex;
        justify-content: space-between;
    }

    .halfwrap {
        width: 49%;
    }

    .halfwrap:first-of-type {
        margin-bottom: 0;
    }

    input[type="submit"].btn {
		font-size: 1.4rem; 
		line-height: 62px; 
		padding: 0 44px; 
	}

	.btn-row {
	    padding-top: 0;
	    margin-bottom: 30px;
	}

	.formlegal {
		font-size: 1.4rem;
	}

	.woocommerce form .form-row textarea {
		height: 360px;
	}

}

@media only screen and (min-width: 1280px) {

	#subform {
		padding: 250px 0 120px;
	}

	#subform.subvol {
		padding-top: 110px;
	}

	.cp-formintro {
		font-size: 1.8rem;
	}

}

@media only screen and (min-width: 1440px) {

	.btn-close {
		width: 60px;
		top: 60px; right: 80px;
	}

}

#error404 {
	background: #F5F5F5;
	padding: 160px 30px 88px;
	text-align: center;
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {

	#error404 {
		padding: 196px 30px 148px;
		font-size: 1.8rem;
	}

	#error404 h1 {
		font-size: 6.4rem;
	}

}

@media only screen and (min-width: 1024px) {

	#error404 {
		padding: 360px 30px 220px;
		font-size: 2rem;
		margin-bottom: 96px;
	}

	#error404 h1 {
		font-size: 8rem;
	}

}

.exitintent {
	position: fixed; top: 0; bottom: 0;
	left: 0; right: 0; z-index: 9999;
	background: rgb(255 255 255 / 0.81);
	display: flex; align-items: center;
	justify-content: center; opacity: 0;
	visibility: hidden; transition: all 0.25s linear;
}

.exitintent.visible {
	opacity: 1; visibility: visible;
}

.exit-inner {
	width: 100%; max-width: 620px; min-height: 520px;
	background: url(img/exitbg.jpg) no-repeat left top;
	background-size: cover; color: #fff; text-align: center;
	padding: 80px 20px; box-shadow: 0 3px 40px rgb(0 0 0 / 0.16);
	position: relative;
}

.exit-cta {
	font-size: 2.6rem; line-height: 1.38;
	font-weight: bold;
}

span.exlg {
	display: block; text-transform: uppercase;
	font-size: 7.7rem; line-height: 0.85;
	font-family: pressio-compressed, sans-serif;
	font-weight: 400; margin-bottom: 40px;
	margin-top: 5px;
}

.exit-inner p {
	max-width: 320px; margin: 0 auto 30px;
	font-size: 1.9rem; line-height: 1.55;
}

/*-----------------------------------*\
  STORE
\*-----------------------------------*/

#primary, #storewrap, #simplewrap {
	padding: 120px 0 80px;
}

#primary {
	padding: 0 0 80px;
}

.fakecrumbs {
	padding: 120px 30px 0; width: 100%; max-width: 1740px;
	margin: 0 auto 30px;
}

.fc-inner {
	border-bottom: 1px solid #D9D9D9; padding-bottom: 12px;
	display: flex; justify-content: space-between;
	align-items: center;
}

.site-main, .storeinner, .innerwrap, .account-inner {
	padding: 0 30px; max-width: 1560px;
	margin: 0 auto;
}

.site-main {
	max-width: 1740px;
}

.account-inner {
	max-width: 1360px;
}

.gear h1 {
	text-align: center;
}

h1.pageintro, .account-inner h1 {
	padding-bottom: 22px;
	border-bottom: 1px solid #d9d9d9;
}

li.product {
	text-align: center; font-size: 1.6rem;
}

li.product a {
	color: #122F59;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
	font-family: 'Ringside', sans-serif;
	font-weight: bold; padding: 0;
	line-height: 1.25; margin: 0 0 10px;
	font-size: 1.6rem;
}

.woocommerce ul.products li.product .price {
	color: #122F59; font-size: 1.6rem;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 15px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	margin-right: 15px;
}

.woocommerce div.product h1.product_title {
	font-size: 6rem; margin-bottom: 20px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #122F59; font-weight: bold;
    font-size: 2.4rem; margin-bottom: 30px;
}

.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
	line-height: 30px;
}

.woocommerce div.product form.cart .variations select {
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   font-family: 'Ringside', sans-serif;
   height: 30px; background: #F0F0F0 url(img/triangle.png) no-repeat 134px center;
   background-size: 12px;
   line-height: 30px; max-width: 156px; min-width: 156px;
   border: 0; outline: 0; 
   box-shadow: none;
   padding: 0 8px;
}

.woocommerce div.product form.cart .reset_variations {
	color: #122F59;
}

.woocommerce div.product form.cart .variations td.label {
	font-size: 1.6rem; width: 50px; padding: 0;
}

.woocommerce div.product form.cart .variations label {
	font-weight: normal;
}

.qtylabel {
	font-size: 1.6rem; width: 50px;
	display: inline-block; vertical-align: top;
	line-height: 30px;
}

.woocommerce div.product form.cart div.quantity {
	display: inline-block; vertical-align: top;
	float: none; margin: 0; height: 30px;
}

.woocommerce .quantity .qty {
	height: 30px; background: #F0F0F0;
	border: 0; outline: 0; box-shadow: none;
}

.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled],
.woocommerce button.button, .woocommerce button.button.alt {
	font-family: 'Ringside', sans-serif;
	font-weight: bold; height: 48px; line-height: 48px;
	border-radius: 9999em; font-size: 1.2rem; color: #fff;
	background: #CD342F; text-transform: uppercase;
	padding: 0 24px; letter-spacing: 0.1em;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background: #CD342F;
}

.woocommerce div.product form.cart .button {
	float: none; display: block; margin-top: 36px;
}

.woocommerce div.product form.cart .button:hover {
	background: #CD342F;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	text-transform: uppercase; font-size: 1.4rem;
	font-weight: bold; letter-spacing: 0.1em;
	padding: 0; line-height: 62px;
}

.fcrumbs {
	font-size: 0; color: #122F59;
}

.fcrumb {
	display: inline-block; vertical-align: top;
	font-size: 1.2rem; color: #122F59;
	text-transform: uppercase;
}

.fc-sep {
	display: inline-block; vertical-align: top;
	margin: 0 8px; font-size: 1.2rem;
}

.nav-cart {
	width: 24px; position: relative;
}

.cartcount {
	position: absolute; right: -8px;
	top: -8px; width: 18px; height: 18px;
	background: #CD342F; text-align: center;
	font-size: 10px; color: #fff; line-height: 18px;
	border-radius: 50%;
}

.woocommerce a.button.alt {
	background: #CD342F;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
}

.woocommerce-MyAccount-navigation {
    padding: 20px;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul li {
	margin-bottom: 10px; text-transform: uppercase;
	font-weight: bold; letter-spacing: 0.1em;
}

#add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
	display: inline-block;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	margin-bottom: 20px;
}

.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
	margin-bottom: 20px;
}

h3#ship-to-different-address {
	font-size: 1.4rem; font-weight: bold;
}

.woocommerce-privacy-policy-text p {
	margin-bottom: 20px;
}

.woocommerce-terms-and-conditions-wrapper a {
	text-decoration: underline;
}

input#terms {
	margin-top: -6px;
}

#customer_details {
	padding-bottom: 40px;
	border-bottom: 1px solid #f5f5f5;
}

.woocommerce-checkout #payment, #order_review {
	max-width: 691px; 
}

@media only screen and (min-width: 768px) {

	.site-main, .storeinner, .innerwrap {
		padding: 0 40px;
	}

	.fakecrumbs {
		padding: 120px 40px 0;
	}

	.woocommerce div.product {
		display: flex; justify-content: space-between;
	}

	.woocommerce div.product div.images.woocommerce-product-gallery {
		width: 40%; max-width: 572px;
	}

	.woocommerce div.product div.summary {
		margin-bottom: 0; width: 55%;
	}

	.woocommerce div.product form.cart {
		/*padding-bottom: 44px;
		border-bottom: 1px solid #d9d9d9;*/
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 24%;
	}

}

@media only screen and (min-width: 1024px) {

	.gear h1 {
		font-size: 9rem; margin-bottom: 60px;
	}

	.woocommerce ul.products {
		display: flex; flex-wrap: wrap;
	}

	.woocommerce ul.products::after, 
	.woocommerce ul.products::before, 
	.woocommerce-page ul.products::after, 
	.woocommerce-page ul.products::before {
		display: none;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	    float: none;
	    margin: 0 0 64px 0;
	    padding: 0 8px;
	    position: relative;
	    width: 25%;
	}

	.woocommerce div.product h1.product_title {
		font-size: 10.6rem; margin-bottom: 24px;
	}

	.woocommerce div.product p.price, .woocommerce div.product span.price {
	    font-size: 4.9rem; margin-bottom: 60px;
	}

	.woocommerce #respond input#submit.disabled, 
	.woocommerce #respond input#submit:disabled, 
	.woocommerce #respond input#submit:disabled[disabled], 
	.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
	.woocommerce a.button:disabled[disabled], 
	.woocommerce button.button.disabled, 
	.woocommerce button.button:disabled, 
	.woocommerce button.button:disabled[disabled], 
	.woocommerce input.button.disabled, 
	.woocommerce input.button:disabled, 
	.woocommerce input.button:disabled[disabled],
	.woocommerce button.button, .woocommerce button.button.alt {
		height: 62px; line-height: 62px;
		font-size: 1.4rem;
		padding: 0 44px; 
	}

	.woocommerce div.product form.cart .button {
		margin-top: 58px;
	}

	h1.pageintro, .account-inner h1 {
		margin-bottom: 48px;
	}

}

@media only screen and (min-width: 1280px) {

	#primary, #storewrap, #simplewrap {
		padding: 250px 0 120px;
	}

	#primary {
		padding: 0 0 120px;
	}

	.fakecrumbs {
		padding: 182px 60px 0; max-width: 1740px;
		margin: 0 auto 44px;
	}

	.site-main, .storeinner, .innerwrap {
		padding: 0 60px;
	}

	.fc-sep {
		margin: 0 12px;
	}

	.nav-cart {
		width: 36px; position: relative;
	}

	.cartcount {
		right: -5px;
		top: -5px;
	}

}

/*POSTER OVERLAY*/

.poster-overlay {
	position: fixed; top: 0; bottom: 0;
	right: 0; left: 0; 
	z-index: 9999; background: rgb(0 0 0 / 0.8);
	transition: all 0.25s linear;
	padding: 48px 0; overflow: auto;
}

.poster-overlay.hideposter {
	visibility: hidden;
	opacity: 0;
}

.poster-inner {
	background: #050D20; color: #fff;
	width: 95%; max-width: 1440px;
	position: relative; font-size: 1.6rem;
	margin: 0 auto;
}

.poster-content {
	padding: 48px 24px;
}

.poster-donate {
	padding: 0 0 48px;
	text-align: center;
}

.pd-copy {
	margin-bottom: 40px;
}

.pd-intro {
	font-weight: bold; font-size: 2.2rem;
	margin-bottom: 30px; line-height: 1.4;
}

.btn.btn-poster {
	color: #000;
	background: #FFD833;
}

.poster-content input[type="submit"].btn {
	background: #fff; color: #000;
}

.poster-contact {
	border-top: 1px solid #FFD833;
	padding-top: 48px; position: relative;
}

.pc-formintro {
	margin-bottom: 36px;
	text-align: center;
}

.poster-contact .req {
	font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {

	.poster-overlay {
		padding: 60px 0;
	}

	.poster-inner {
		display: flex;
	}

	.poster-img {
		width: 39%;
	}

	.poster-content {
		width: 61%;
	}

	.pc-formintro {
		text-align: left;
	}

}

@media only screen and (min-width: 1280px) {

	.poster-overlay {
		padding: 96px 0 48px;
	}

	.poster-donate {
		text-align: left;
		display: flex;
		align-items: center;
		padding: 0 0 30px;
	}

	.poster-content {
		padding: 30px 60px;
	}

	.pd-copy {
		max-width: 380px;
		margin: 0;
	}

	.pd-intro {
		font-size: 2.4rem;
		margin-bottom: 24px;
	}

	.pd-button {
		margin-left: auto;
	}

	.poster-contact {
		padding-top: 36px;
	}

}

@media only screen and (min-width: 1500px) {

	.poster-content {
		background: url(img/poster-bg.jpg) no-repeat center;
		background-size: cover;
	}

}

/*VIDEO OVERLAY*/

.video-overlay {
	position: fixed; top: 0; bottom: 0;
	right: 0; left: 0; display: flex;
	align-items: center; justify-content: center;
	z-index: 9999; background: rgb(0 0 0 / 0.8);
	transition: all 0.25s linear;
}

.video-overlay.hidevideo {
	visibility: hidden;
	opacity: 0;
}

.vo-inner {
	width: 95%; max-width: 760px;
	position: relative;
}

.vo-intro {
	font-size: 1.6rem; margin-bottom: 12px;
}

.vo-video .video-container {
	margin-bottom: 0;
}

.vo-cta {
	font-size: 1.6rem;
	margin-bottom: 16px;
}

a.closevideo {
	display: block; position: absolute;
	width: 36px; padding: 6px; top: -40px;
	right: 0;
}

@media only screen and (min-width: 768px) {

	a.closevideo {
		width: 42px; top: -48px;
		right: 0;
	}

}

@media only screen and (min-width: 1081px) {

	.video-overlay {
		display: none;
	}

}

/*-----------------------------------*\
  EVENT SIGN-UP PAGE
\*-----------------------------------*/

.sign-up nav.headernav, .sign-up .footer-top {
	display: none;
}

.sign-up {
	background: #F5F5F5;
}

.sign-up #subform {
	padding-top: 48px;
}

.sign-up .contact-content {
	display: block;
	max-width: 860px;
}

.sign-up #subform .cc-col1, .sign-up #subform .cc-col2 {
	width: 100%;
}

.sign-up .cc-col1 {
	text-align: center;
	margin-bottom: 40px;
}

.signuplogo {
	width: 136px; margin: 0 auto 48px;
}

.sign-up .cc-col1 h2 {
	font-size: 7.2rem;
}

.sign-up #subform .cc-col1 p {
	max-width: 100%;
}

.sign-up .cc-col1 p:last-of-type {
    margin-top: 24px; font-size: 2rem;
}

.sign-up .formrow {
    margin-bottom: 30px;
}

.sign-up input[type="text"], 
.sign-up input[type="tel"], 
.sign-up input[type="email"] {
    line-height: 64px; 
    height: 66px; 
    padding: 0 30px;
}

.sign-up .splitrow {
    display: flex;
    justify-content: space-between;
}

.sign-up .halfwrap {
    width: 49%;
}

.sign-up .halfwrap:first-of-type {
    margin-bottom: 0;
}

.sign-up input[type="submit"].btn {
	font-size: 1.4rem; 
	line-height: 62px; 
	padding: 0 44px; 
}

.sign-up .btn-row {
    padding-top: 0;
    margin-bottom: 30px;
}

/*-----------------------------------*\
  MOBILIZE
\*-----------------------------------*/

#mobilize {
	padding: 120px 30px 60px;
	text-align: center;
}

#mobilize p {
	margin-bottom: 30px;
}

.btn-icon {
	display: inline-flex; height: 48px;
	background: #CD342F; color: #fff;
	border-radius: 9999em;
	padding: 0 24px; align-items: center;
	width: 160px;
}

.btn-icon span {
	display: inline-block;
	line-height: 1; font-size: 1.2rem; 
	font-weight: bold; text-transform: uppercase;
	letter-spacing: 0.1em;
}

.icn-dl {
	display: inline-block; width: 20px;
	margin-left: auto;
}

.volkit-help {
	font-size: 1.3rem;
}

.vkh-type {
	margin: 24px 0 0;
}

@media only screen and (min-width: 768px) {

	#mobilize {
		padding: 120px 40px 72px;
	}

	#mobilize h1 {
		font-size: 7.2rem;
		margin-bottom: 30px;
	}

	#mobilize p {
		margin: 0 auto 40px;
		max-width: 690px;
		font-size: 1.8rem;
	}

	.btn-icon {
		height: 62px;
		padding: 0 32px;
		width: 196px;
	}

	.btn-icon span {
		font-size: 1.4rem; 
	}

	.icn-dl {
		width: 24px;
	}

	.volkit-help {
		max-width: 640px;
		margin: 0 auto;
		font-size: 1.4rem;
	}

	.vkh-type {
		margin: 32px 0 0;
	}

	.vkh-type:last-of-type {
		margin: 20px 0 0;
	}

}

@media only screen and (min-width: 1024px) {

	#mobilize {
		padding: 148px 40px 96px;
	}

	#mobilize h1 {
		font-size: 10rem;
		margin-bottom: 32px;
	}

	#mobilize p {
		margin: 0 auto 56px;
	}

}

@media only screen and (min-width: 1280px) {

	#mobilize {
		padding: 250px 40px 120px;
	}

	.vkh-type {
		margin: 72px 0 0;
	}

	.vkh-type:last-of-type {
		margin: 20px 0 0;
	}

}

/*-----------------------------------*\
  SPLASH
\*-----------------------------------*/

#splash {
	margin-top: 84px;
}

.splash-content {
	background: #CD342F;
}

.sc-top {
	background: #fff; text-align: center;
	padding: 40px 32px 60px;
}

.sct-copy {
	margin-bottom: 20px;
}

.primary {
	font-size: 2.2rem; font-weight: bold;
	margin-bottom: 16px; line-height: 1.35;
}

.primary span {
	color: #CD342F; 
}

.chance {
	font-size: 1.6rem; font-weight: bold;
}

.btn-splash {
	font-size: 1.4rem; font-weight: bold;
	line-height: 62px; color: #fff;
	background: #CD342F; border-radius: 9999em;
	padding: 0 24px; letter-spacing: 0.1em;
	display: block; text-transform: uppercase;
}

.sc-inner {
	padding: 40px; position: relative;
	color: #fff;
}

.sc-intro {
	text-align: center;
	margin: 0 auto 40px;
	max-width: 294px;
	font-size: 1.6rem;
}

#splash input[type="submit"].btn {
	color: #CD342F;
	background: #fff;
}

@media only screen and (min-width: 768px) {

	.splash-bg {
		background: url(img/flag-sm.jpg) no-repeat center;
		background-size: cover; 
	}

	#splash {
		margin-top: 120px;
		padding: 0 40px 72px;
	}

	.splash-inner {
		max-width: 1440px;
		margin: 0 auto;
	}

	.splash-img {
		background: #050A0D;
	}

	.splash-img img {
		width: 375px;
		margin: 0 auto;
	}

	.btn-splash {
		display: inline-block; 
		padding: 0 60px;
	}

	.sc-intro {
		text-align: left;
		margin: 0 0 30px;
		font-size: 1.6rem;
		max-width: none;
	}

}

@media only screen and (min-width: 1024px) {

	.splash-inner {
		display: flex;
	}

	.splash-img {
		width: 39%;
	}

	.splash-img img {
		width: 100%;
	}

	.splash-content {
		width: 61%;
	}

}

@media only screen and (min-width: 1280px) {

	#splash {
		margin: 240px 0 130px;
		padding: 0 40px;
	}

	.sc-inner {
		max-width: 823px;
		margin: 0 auto;
		padding: 48px 40px 60px;
	}

	

}

@media only screen and (min-width: 1440px) {

	.sc-top {
		text-align: left;
		padding: 32px 0;
	}

	.sct-inner {
		padding: 0 40px; max-width: 823px;
		margin: 0 auto; display: flex;
		align-items: center;
	}

	.sct-copy {
		margin-bottom: 0;
		max-width: 448px;
	}

	.primary {
		font-size: 2.6rem;
		margin-bottom: 24px;
		line-height: 1.4;
	}

	.btn-splash {
		margin-left: auto; min-width: 250px;
	}

}

/*-----------------------------------*\
  BATTLE
\*-----------------------------------*/

body.battleforca {
	color: #fff;
	background: #050D21;
}

body.battleforca .headernav {
	display: none;
}

.battle-contact {
	padding: 50px 30px;
	border-top: 1px solid rgba(255, 216, 51, 0.5);
	border-bottom: 1px solid rgba(255, 216, 51, 0.5);
	position: relative;
}

.battle-info {
	text-align: center;
	padding: 24px 24px 50px;
	font-weight: bold; line-height: 1.272;
	font-size: 2rem;
}

.battle-info span {
	color: #FDD733;
}

.battle-info p {
	margin: 0 auto 40px;
}

.battle-bottom {
	padding: 50px 0 62px;
	text-align: center;
}

.follow-cta {
	margin-bottom: 30px;
	font-size: 1.6rem;
}

.bca-social {
	font-size: 0;
}

body.battleforca .social {
	margin: 0 15px;
}

.bc-formintro {
	margin-bottom: 36px;
	font-size: 1.6rem;
}

body.battleforca input[type="submit"].btn {
	background: #fff; color: #000;
}

body.battleforca .footer-top {
	display: none;
}

.footer-battle {
	background: #fff; text-align: center;
	padding: 50px 0;
}

.footer-battle .btn {
	background: #122F59;
	margin-bottom: 30px;
}

.bc-footerlogo {
	width: 248px;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {

	.battle-bg {
		background: url(img/bca-bg.jpg) no-repeat center top;
		background-size: 100%;
	}

	#battle {
		max-width: 732px;
		margin: 0 auto;
	}

	.battle-info {
		padding: 100px 30px 150px;
		line-height: 1.2;
		font-size: 3.2rem;
	}

	.battle-info p {
		max-width: 565px;
		margin: 0 auto 50px;
	}

	.bc-formintro {
		margin-bottom: 40px;
		font-size: 2.2rem;
	}

	.battle-bottom {
		padding: 150px 0 138px;
	}

	.follow-cta {
		margin-bottom: 50px;
		font-size: 3.2rem;
	}

	.footer-battle .btn {
		margin-bottom: 50px;
	}

	.footer-battle {
		padding: 150px 0 138px;
	}

	.bc-footerlogo {
		width: 400px;
	}

}

@media only screen and (min-width: 1024px) {

	.battle-contact {
		padding: 50px 0;
	}

}
