
html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
}


.logo {
	text-align: center;
}

.band {
	height: 100%;
	min-height: 300px;
}

.footerband {
	display: table;
}

.white-logo {
	display: block;
	position: relative;
	z-index:1;
}

#SearchResults li {
	list-style: none;
	margin-top: 20px;
	padding:0;
}

video {
  min-height:100vh; 
  float: left;
  margin-bottom: -5px;
}

video[poster]{
	height:100%;
	position: relative;
	left:-150px;
}

.videobox {
	margin-right: 20px;
	margin-bottom:20px;
}

.videodiv {
  display: block;
  width: 1500px;
  min-height:100vh; 
  float: left;
  margin-bottom: -5px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: -250px !important; 
  position: relative;
  z-index: 0;
}

.band-feature {
	background-color: #000;
	overflow: hidden;
	width: 100%;
}



.band-row {
	padding: 0;
	margin: 0;
}

.table-row {
	overflow: hidden;
}

.l-site {
  margin: 0 auto;
 /* max-width: 1600px; */
  position: relative;
  z-index: 1;
}
.l-site:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  display: block;
  background: #3a4043;
  z-index: 1;
}

.l-page {
  position: relative;
  margin-left: 240px;
  margin-right: 300px;
  background: #fff;
  z-index: 2;
  
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}

.l-right {
  position: absolute;
  width: 300px;
  top:0;
	right: 0;
  background: #fff;
  z-index: 2;

  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
	overflow: hidden;
}


.l-nav {
  position: absolute;
  display: block;
  background: #282828;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}


.band-container.feature {
  min-height: 100vh;
  overflow:hidden;
}

.band-container {
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 960px;
  display: table;
  position: relative;
}

.band-row {
	display: table-row;
}

.cpad {
	text-align: left;
	padding: 25px;
}

.band-inner {
  /*display: table-cell;*/
  vertical-align: middle;
 margin: 0;
    padding: 0;
}

.band-inner-side {
  display: table-cell;
  vertical-align: middle;
  padding:0;
}

.nav {
  background-color: #282828;
  width: 240px;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0px;
  overflow: auto;
}
.nav > ul {
	padding-top: 20px;
  margin: 0;
  list-style: none;
}
.nav > ul > li {
  margin: 0;
  padding: 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.nav > ul > li > ul > li {
  margin:0 20px 0 20px;
  padding: 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.nav > ul > li > ul {
	display: none;
}

.nav > ul > li.current > ul, .nav > ul > li.section > ul {
	display:block;
}

.nav a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  padding: 12px 0 12px 40px;
}
.nav .nav-primary {
  opacity: 1;
}
.nav .nav-primary:hover {
  opacity: 0.7;
background-color: #555555
}
.nav .nav-secondary {
  opacity: 0.4;
}
.nav .nav-secondary:hover {
  opacity: 0.7;
}

.menu {
  background-color: #eb212e;
  padding: 10px;   
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 10;
  transition:left 0.26s linear;
}

.menu.is-active {
	left:300px;
	transition:left 0.26s linear;
}
.menu:hover .menu-hamburger:before,
.menu:hover .menu-hamburger:after {
  width: 24px;
}
.menu.is-active .menu-hamburger {
  background: none;
}
.menu.is-active .menu-hamburger:before,
.menu.is-active .menu-hamburger:after {
  top: 0;
  width: 24px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu.is-active .menu-hamburger:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu.is-active .menu-hamburger:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.menu-hamburger {
  position: relative;
  width: 24px;
  height: 4px;
  margin: 10px 0;
  background: #fff;
  border-radius: 4px;
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu-hamburger:before, .menu-hamburger:after {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 4px;
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu-hamburger:before {
  top: -8px;
  left: 0;
  width: 22px;
}
.menu-hamburger:after {
  top: 8px;
  width: 16px;
  left: 0;
}

/* Band Colors */
.redbg {
	background-color: #eb212e;
	color: #fff;
}
.yellowbg {
	background-color: #f9ae64;
}

.peachbg {
	background-color: #f06d54;
}

footer {
	width: calc(100% + 300px);
	background-color:#000;
	border-bottom:#eb212e 25px solid;
	min-height: 300px;
}

/* ARROW */
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow {
 cursor: pointer;
  position: fixed;
	z-index: 999;
  bottom: 10px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

table td {
	padding: 20px;
}


/* Situation Modifiers *********************************************/
.band-container.feature.page {
  min-height: 100vh;
  
  overflow:hidden;
  display: block;
}

.band-container.nonfeature.page {
  min-height:40vh;
  overflow:hidden;
  display: block;
}

.page-overlay {
    position: relative;
	margin-top: -50vh;
	min-height: 50vh; 
	padding: 80px 80px 40px 80px;
	color: white;
	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.2);
}

.nonfeature .page-overlay {
 	margin-top: 0;
	min-height: 14.1vh;
}

.band-container.nonfeature .page-overlay {
	margin-top: -50vh;
}

.page-overlay .inner {
	width: 100%;
}

.extra-content {
	padding: 80px; 
	min-height: 400px;
}

.extra-content ul, .page-overlay ul{
	padding: 10px 0 25px 25px;
}
.extra-content ul li, .page-overlay ul li  {
	list-style-type: initial;
	padding: 5px;
}

.feature .overlay {
	position:absolute;
	top:40px;
	left:40px;
	float:left;
    max-width:350px;
    min-height:400px;
    z-index:300000;
}

.facebook-band {
	/*height:300px;*/
	overflow: hidden;
}

.box-container {
	overflow: hidden;
}

.whitelogo {
	float: left;
	text-align: center;
	padding: 80px 80px 0 80px;
}

.social {
	float: left;
	text-align: center;
	padding: 100px 40px 0 40px;
	display: table-cell;
	vertical-align: middle;
}

.social img {
	margin-bottom: 10px;
	width: 50%;
}

.footermenu {
	float: left;
	padding: 40px;
}

.fmessage {
	padding: 40px 0 0 80px;
	float: left;
	max-width: 350px;
}

.box {
	float: left;
	width: 33.333333333333333%;
	height: 253px;
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	cursor: pointer;
}

.video {
	float: left;
	width: 50%;
	height: 400px;
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	cursor: pointer;
}

.box .inner {
	position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	text-align: center;
}

ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

ul.tabs li.current {
	background: #ededed;
	color: #222;
}

.tab-content{
	display: none;
	background: #ededed;
	padding: 15px;
}

.tab-content.current{
	display: inherit;
}

.Red:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb212e+0,eb212e+100 */
background: rgb(235,33,46); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(235,33,46,.6) 0%, rgba(235,33,46,.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(235,33,46,.6) 0%,rgba(235,33,46,.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(235,33,46,.6) 0%,rgba(235,33,46,.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb212e', endColorstr='#eb212e',GradientType=0 ); /* IE6-9 */
}

.Purple:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a0048+0,4a0048+100 */
background: rgb(74,0,72); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(74,0,72,.6) 0%, rgba(74,0,72,.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(74,0,72,.6) 0%,rgba(74,0,72,.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(74,0,72,.6) 0%,rgba(74,0,72,.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a0048', endColorstr='#4a0048',GradientType=0 ); /* IE6-9 */
}

.Blue:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2bbbb3+0,2bbbb3+100 */
background: rgb(43,187,179); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(43,187,179,.6) 0%, rgba(43,187,179,.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(43,187,179,.6) 0%,rgba(43,187,179,.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(43,187,179,.6) 0%,rgba(43,187,179,.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bbbb3', endColorstr='#2bbbb3',GradientType=0 ); /* IE6-9 */
}

.Green:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6dc12c+0,6cc42d+100 */
background: rgb(109,193,44); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(109,193,44,.6) 0%, rgba(108,196,45,.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(109,193,44,.6) 0%,rgba(108,196,45,.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(109,193,44,.6) 0%,rgba(108,196,45,.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dc12c', endColorstr='#6cc42d',GradientType=0 ); /* IE6-9 */
}

.Yellow:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3cb30+0,d6d031+100 */
background: rgb(211,203,48); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(211,203,48,.6) 0%, rgba(214,208,49,.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(211,203,48,.6) 0%,rgba(214,208,49,.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(211,203,48,.6) 0%,rgba(214,208,49,.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3cb30', endColorstr='#d6d031',GradientType=0 ); /* IE6-9 */
}

.Black:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;

background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,0,0,.6) 0%, rgba(0,0,0,.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

@media screen and (max-width: 1300px) {
  .menu {
    display: block;
  }

  .l-site.is-open {
    overflow: hidden;
  }
	
	
	
  .l-site.is-open .l-page {
    -webkit-transform: translateX(240px);
    -moz-transform: translateX(240px);
    -ms-transform: translateX(240px);
    -o-transform: translateX(240px);
    transform: translateX(240px);
  }

  .l-page {
    margin-left: 0px;
    z-index: 3;
  }

  .l-nav {
    z-index: 2;
  }

  .band-container {
    padding: 0px;
  }
}

@media screen and (max-width: 1024px) {
	.l-right {
		display: none;
	}
	.l-page {
   	    margin-right: 0px;
  	}
	
	.feature .overlay {
    	max-width:300px;
	}
	
	footer {
	width: 100%;
	}
	
	.hide-mobile {
		display:none;
	}
	
}


@media screen and (max-width: 500px) {
	.search {
		-o-background-size:100% auto;
		-webkit-background-size:100% auto;
		-moz-background-size:100% auto;
		background-size:100% auto;
	}
	
	video[poster]{
	height:100%;
	position: relative;
	left:-300px;
	}
	
	.hide-mobile {
		display:none;
	}
	
	.box {
		font-size: 15px;
	}
	
	.fmessage {
		padding: 40px;
	}
	
	.extra-content {
	padding: 20px; 
	}

	.extra-content ul{
		padding: 10px 0 25px 25px;
	}
	
	.extra-content ul li {
		list-style-type: initial;
		padding: 5px;
	}
	
	.page-overlay {
		padding:20px;
	}
	
	#Form_ContactForm input[type=text], #Form_ContactForm input[type=email] {
	width: 90%;
	}

	#Form_ContactForm .textarea {
	width: 90%;
	}
}


@media only screen and (max-device-width: 1024px) {
  /* define mobile specific styles come here */
  	html, body {
	  max-width: 100%;
  	  overflow-x: hidden;
	}
}

@media all and (max-width: 1024px) and (orientation:landscape) 
{
    html, body {
	  	max-width: 100%;
  	  	overflow-x: hidden;
	}
	
	.feature .overlay {
     	max-width: 60vw;
	}
}

.facebook-band {
	display: flex;
  	flex-direction: column;
}

.donatelength {
	width: 200px !important;
}

.donatelength.active {
	background-color: #f06c53 !important;	
}



