/* Leukemia Lymphoma Society - Design CSS */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body {
    height: 100%;
    min-height: 100%;
    width:100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'Merriweather Sans',sans-serif !important;
	background: #222;
}

.row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#wrapContent {
	position: relative;
	overflow: hidden;
}

.show {
	overflow-y: visible;
}

.showAll {
	overflow: visible;	
}

#wrapContentOuter {
	position: relative;
	min-height: 100%;
}

#wrapContentInner {
	position: relative;
	z-index: 2;
	height: 100%;
}

#carousel {
	height: 100%;
	width: 100%;
	margin: 0;
	position: fixed;
	z-index: -100;
	min-height: 600px;
	top: 0;
	left: 0;
}

#carousel .item img {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	position: relative;
	z-index: -1;
}

#carousel:after {
	content: "";
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
}

.carousel,
.carousel-inner,
.carousel .item {
	height: 100%;
	overflow: hidden;
}

.carousel-control {
	display: none;
}
/*
#bannerSmall {
	display: none;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: -10;
	top: 0;
	left: 0;
}
*/
.wrapper>.row {
	padding: 0;
	margin: 0;
}

.bodyBg {
	width: 100%;
	height: 100%;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	overflow-y: hidden;
	z-index: 50;
}

header .gutter {
	background: rgba(0,0,0,0.3);
	padding-bottom: 20px;
}

.internal header nav.main {
	background: #444;
}

.internal header .gutter {
	background: transparent;
}

header .navbar {
	float: right;
}

header nav.navbar {
	font-size: 16px;
	padding-top: 20px;
	margin-bottom: 0;
}

nav.navbar>ul {
	float: right;
}

nav.navbar .nav>li>a:hover, .nav>li>a:focus {
	background: transparent;
	color: #ddd;
}

nav.navbar ul>li {
	display: inline-block;
}

nav.navbar a {
	color: white;
}

/*
.sticky header {
	z-index: 1000 !important;
	position: absolute;
	padding: 0;
}

.sticky header nav {
	position: relative;
	display: block;
	z-index: 1000 !important;
	background: white;
	padding-top: 0;
}

.sticky header nav ul {
	width: 100%;
	float: none;
	position: fixed;
	background: white;
	transition: all 300ms ease-in-out 0s;
}

.sticky header nav ul li a {
	color: #222;
}

.sticky #wrapContent:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../images/about-img-internal.jpg) no-repeat;
	background-size: cover;
	z-index: -10;
	opacity: 0.1;
}
*/

h1#logo {
	margin: 0;
	width: 200px;
	float:left;
	padding: 20px 20px 0 20px;
}

h1#logo img {
	width: 80%;
	height: auto;
}

.pineapple h1#logo img {
	width: 100%;
	height: auto;
}

header button  {
	font-size: 16px !important;
	text-shadow: none;
	vertical-align: inherit !important;
}

button.donate {
	background: rgba(204,16,42,0.9) !important;
	border: 2px solid #cc102a !important;
	border-radius: 2px;
	margin-right: 20px;
	padding: 20px;
}

.internal button.donate {
	background: #cc102a;
}

button.donate:hover {
	background: rgb(204,16,42) !important;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
}

button.donate:hover a,
button.donate a:hover {
	text-decoration: none;
}

.caption {
	color: white;
	margin-top: 15% !important;
	font-family: 'Open Sans',sans-serif;
	text-shadow: 0 0 35px #000;
	text-align: center;
	/*background: rgba(0,0,0,0.15);*/
}

.caption h1 {
	font-size: 60px;
	font-weight: 700;
	margin: 0;
	font-family: "Merriweather Sans";
	text-transform: uppercase;
	padding: 0 !important;
}

.caption h2 {
	font-size: 20px;
	margin: 0;
	font-family: 'Merriweather',serif;
}

.caption h3 {
	font-size: 18px;
	font-family: 'Merriweather',serif;
	margin: 0;
	padding-top: 15px;
	line-height: 30px;
}

.caption h4 {
	font-size: 24px;
	margin: 0;
	font-family: 'Merriweather',serif;
	font-weight: 600;
	padding-bottom: 15px;
}

.caption hr {
	width: 60%;
	margin: 0 auto;
}

.caption .copy {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#wrapTabs {
	margin-top: 25px;
	position: relative;
}

#wrapTabs ul {
	margin: 0;
	padding: 0;
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.tab {
	display: inline-table;
	float: left;
	list-style-type: none !important;
	width: 32%;
	text-align: center;
	margin: 0 5px;
	font-size: 18px;
}

.tab a {
	display: table-cell;
	vertical-align: middle;
	color: white;
	padding: 20px 30px;
	border: 2px solid white;
	font-weight: normal;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.tab a:hover {
	text-decoration: none;
	color: white;
	border-color: #cc102a;
}

.tab:nth-child(1) {
	margin-left: 0;
}

.tab:nth-child(3) {
	margin-right: 0;
}

.tab:hover {
	background: #b5102a;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

#cta {
	padding: 0;
	width: auto;
	margin-top: 40px;
}

#cta li {
	list-style-type: none;
	display: inline-block;
	text-align: center;
}

.tab p {
	padding: 0;
	margin: 0;
}

.tab a p:nth-child(2) {
	display: none;
}

.tab:hover a p:nth-child(1) {
	display: none;
}

.tab:hover a p:nth-child(2) {
	display: block !important;
}

#cta a {
	color: white;
	margin-top: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px;
}

#cta span.icon {
	background: #aa102a;
	height: 100%;
	width: 40px;
}

#contentPrimary {
	background: white;
}

.centered {
	float: none !important;
	margin: 0 auto;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55px;
	z-index: 100;
}

footer .gutter {
	background: #cc102a;
}

footer .logos {
	display: table;
}

footer .logos a {
	display: table-cell;
	vertical-align: middle;
}

footer .logos img {
	float: left;
	margin-right: 35px;
}

footer .newsletter {
	background: white !important;
	color: #1693A7;
	border:none !important;
	font-weight: bold;
	border-radius: 2px !important;
	vertical-align: top;
	padding: 6px;
}

footer .newsletter a {
	color: #cc102a !important;
}

footer .newsletter:hover a,
footer .newsletter:hover a:hover {
	color: white !important;
}

footer .newsletter a:hover {
	color: white;
	text-decoration: none;
}

footer .newsletter:hover {
	background: #b5102a !important;
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

/* Social Icons */

.social {
	padding-top: 10px;
}

.fa {
	color: white;
	font-size: 32px;
	margin-right: 10px;
}

/* Internal Page Styles */

/*
.internal header .gutter {
	background: url(../images/about-img.jpg) no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.internal header .gutter:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: -10;
}
*/
.internal h1#logo {
	position: relative;
	z-index: 50;
}

.internal header nav.navbar  {
	position: relative;
	z-index: 30;
	padding-bottom: 20px;
	float: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
}

.internal header h2 {
	font-family: 'Merriweather',Times,serif;
	font-weight: 100;
	text-align: center;
	margin-top: 0;
	padding: 100px 0 160px;
	font-size: 44px;
	color: white;
	display: block;
	z-index: 30;
}

.internal #wrapContent {
	z-index: 10;
	-webkit-filter: blur(0px);
	-webkit-transition: top 0.8s cubic-bezier(1, 0, 0, 1),opacity 0.8s cubic-bezier(1, 0, 0, 1);
	transition: top 0.8s cubic-bezier(1, 0, 0, 1),opacity 0.8s cubic-bezier(1, 0, 0, 1);
	position: relative;
	padding-top: 109px;
}

.internal #contentPrimary {
	padding-left: 0;
	padding-right: 0;
}

.internal #contentPrimary .gutter {
	padding: 0 !important;
}

.internal #contentPrimary h1,
.internal #contentPrimary h2,
.internal #contentPrimary h3,
.internal #contentPrimary h4,
.internal #contentPrimary h5,
.internal #contentPrimary h6,
.internal #contentPrimary p {
	color: #222222;
}

.internal #contentPrimary h2 {
	font-family: 'Merriweather',Georgia,serif;
	font-weight: 400;
	font-size: 30px;
	position: relative;
	color: #cc102a;
	margin-bottom: 0;
}

.internal #contentPrimary p {
	font-family: 'Open Sans', Trebuchet MS, sans-serif;
	line-height: 1.5em;
}

.internal #contentPrimary .col-sm-4.image img {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}

.internal #contentPrimary .image {
	position: relative;
	z-index: 50;
}

.internal #contentPrimary .image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 10;
}

.internal #contentPrimary .copy {
	padding: 50px;
	background: rgba(255,255,255,0.9);
}

.internal #contentPrimary .image {
	padding-left: 0;
	padding-right: 0;
}

.internal .navInternal {
	margin: 0;
	padding: 20px 0;
	clear: both;
}

.internal .navInternal li {
	border: 2px solid #c6161d;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin-right: -2px;
}

.internal .navInternal li.active {
	background: #cc102a;
}

.internal .navInternal li:hover {
	background: #cc102a;
	cursor: pointer;
	-webkit-transition: background 0.25s ease-in-out;
}

.internal .navInternal li:hover a {
	color: white;
	text-decoration: none;
}

.internal .navInternal li a {
	padding: 10px 20px;
	display: block;
	color: #cc102a;
}

.internal .navInternal li a:hover {
	color: #ffffff
	text-decoration: none;
}

.internal .navInternal li.active a {
	color: white;
}

.internal #contentSecondary {
	height: 100%;
	padding: 40px 0 0 0 !important;
}

.internal #contentSecondary img {
	width: 100%;
	height: auto;
}

.internal #carousel .item:before,
.internal #bannerSmall:before {
	background: transparent !important;
}

/* Internal Nav Styles */

.internal .pull-left {
	position: absolute;
	left: 20px;
	top: 20px;
}

.internalNav {
	position: absolute;
	z-index: 500;
	margin: 20px;
	padding: 0;
}

.internalNav li {
	list-style-type: none;
	display: inline-block;
	border-radius: 2px;
	border: 2px solid white;
	padding: 20px;
	width: 150px;
	text-align: center;
	margin-right: 10px;
	background: #cc102a;
}

.internalNav li a {
	color: white;
	display: inline;
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}

.internal .pull-left .btn-primary {
	background: #cc102a;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	outline: none;
}

.internal .pull-left .btn-primary:focus {
	outline: none;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
            height: 100%;
  }

  .offcanvas-right {
    right: 0;
  }

  .offcanvas-left {
    left: 0;
  }

  .offcanvas-right
  .sidebar-offcanvas {
    right: -70%; /* 6 columns */
  }

  .offcanvas-left
  .sidebar-offcanvas {
    left: -70%; /* 6 columns */
  }

  .offcanvas-right.active,
  #carousel {
    right: 70%; /* 6 columns */
  }
  
  .sidebar-offcanvas .btn-primary {
	  border: none !important;
  }
  
  .btn-primary:hover, 
  .btn-primary:focus, 
  .btn-primary:active, 
  .btn-primary.active, 
  .open .dropdown-toggle.btn-primary {
  		background-color: transparent !important;
  		border-color: transparent !important;
  		outline: none !important;
  }
  
  #carousel {
	  position: absolute;
	  min-height: 900px;
  }
  
  header {
	  position: absolute;
	  padding: 0;
	  z-index: 100;
	  overflow-y: hidden;
	  height: 100%;
  }
  
  header .gutter {
	  padding-bottom: 0;
  }
  
  h1#logo {
	  padding-bottom: 20px;
  }
  
  .offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  #sidebar {
	  height: 100%;
  }
  
  header .sidebar-offcanvas {
	  font-size: 28px !important;
	  font-weight: 100;
	  position: absolute;
	  top: 0;
	  width: 70%; /* 6 columns */
	  background: #222;
	  height: 100%;
  }
  
  .pull-right {
	  position: absolute;
	  right: 10px;
	  top: 25px;
  }
  
  .pull-right .btn {
	  background: transparent;
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  border-radius: 0;
	  border:none;
	  height: 100%;
	  margin-top: 15px;
  }
  
  .pull-right .btn:hover {
  	background: #cc102a;
  }
  
   .pull-left .btn {
	  background: transparent;
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  border-radius: 0;
	  border:none;
	  height: 100%;
	  margin-top: 15px;
  }
  
  .pull-left .btn:hover {
  	background: #cc102a;
  }
  
  .main ul {
	  float: left;
	  padding: 15px 30px 30px;
	  width: 100%;
  }
  
  .main ul>li {
	  display: block;
	  width: 100%;
  }
  
  nav.navbar .nav>li>a {
		padding: 15px 10px;
	}
	
	nav.navbar .nav>li>a:hover {
		color: rgb(204,16,42);
		-webkit-transition: color 0.25s ease-in-out;
		-moz-transition: color 0.25s ease-in-out;
		transition: color 0.25s ease-in-out;
	}
  
  .main button.donate {
	  padding: 10px;
	  margin-right: 0;
	  background: transparent !important;
	  border: none !important;
	  padding: 0;
	  font-size: 28px !important;
  }
  
  .main button.donate a {
	  color: rgba(204,16,42,1);
	  padding: 10px 15px;
	  display: block;
  }
  
	#wrapContentInner {
	  	z-index: 100;
		background: url(../images/slideshow-img-2.jpg) 70%;
		background-size: cover;
	}
	
	#wrapContentInner:before {
		content: "";
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.51);
		z-index: 1;
	}
	
	#wrapMedia {
		z-index: 10;
	}
	
	#wrapMedia .caption,
	#wrapTabs {
		z-index: 100;
	}
	
	#carousel {
		display: none;
	}

  
}


@media all and (max-width: 1250px) {
	
	.tab {
		width: 29%;
	}
	
} 

@media all and (max-width: 1170px) {
	
	
	
} 

@media all and (max-width: 1060px) {
	
	.tab {
		width: 31%;
	}
	
} 

@media all and (max-width: 950px) {
	
	header nav.main,
	.main .donate {
		padding: 5px 10px;
	}
	
}

@media all and (max-width: 850px) {
	
	.main .nav>li>a {
		padding: 5px 10px;
	}
	
}

@media all and (max-width: 780px) {
	
	.carousel {
		display: none;
	}
	
	#bannerSmall {
		display: block;
	}
	
	.caption h1 {
		font-size: 40px;
	}
	
	.sidebar-offcanvas {
		display: block;
	}
} 

@media all and (max-width: 480px) {

	.caption {
		margin-top: 45% !important;
	}

	.tab {
		width: 100% !important;
		margin-bottom: 10px;
		margin-left: 0;
		margin-right: 0;
	}

	
} 