/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);

body {
	background: #b7b7b7;
	line-height: 32px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	word-wrap:break-word !important;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	}

#header-TLC {
	background: #9d9fa1;
	height: 36px;
	padding-left: 50px;
	border-bottom: 1px solid #000000;
	    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
	position: fixed;
		z-index: 5;
	top: 0;

}

h8{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 25px;
    text-align: center;
    padding-bottom: 5px;
    color: #000;
    line-height: 30px;
	padding-top: 5px;
	margin: 5px;
	font-weight:900;
}


	#line {
pointer-events: none;
}


ul {
	margin-top: 0px;
	text-align: left;
}
	

.currentLink {
   color:#850406;
   background-color: #000000;
}

#homelogo {
	padding: 0px;
}



#table3 {
	flex: 1;
	border: 1px solid gray;
	margin: 2px;
	max-width: 700px;
	width: 100%;
	padding: 10px;
	background: #fff;
	background-color: #FFFFFF ;
	border-radius: 10px;
	margin-bottom: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
	
}

	
.myTableBg3 { 
  	width: 100%;
	height: 200px;	
  	text-align: center;
  	background-image: url('../Banner_Images/get-swag.jpg');
 	background-size: cover;                    
    background-repeat:  no-repeat;
    background-position: center center;
  }	


.top-banner { 
  	width: 100%;
	height: 100px;	
  	text-align: center;
  	background-image: url('../Banner_Images/CARL_Banner.jpg');
 	background-size: cover;                    
    background-repeat:  no-repeat;
    background-position: center center;
		margin-top: 130px;

  }	


h1 {
	font-size: 60px;
	text-align: center;
	color: #FFF;
}

h2{
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 25px;
    text-align: left;
    padding-bottom: 5px;
    color: #000;
    line-height: 30px;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight:900;
}


h3 {
	font-size: 25px;
    line-height: 34px;
    text-align: center;
    color: #000;
    padding-bottom: 0px;
	font-weight: 200;
	font-family: Arial, Helvetica, sans-serif;

	
}

h3 a {
	color: #FFF;
}

a {
	color: #ed1b24;
}

h1 {
	margin-top: 100px;
	text-align:center;
	font-size:60px;
	line-height: 70px;
	padding-right: 20px;
	font-family: 'Bree Serif', 'serif';
	}

#container {
	margin: 0 auto;
	max-width: 890px;
}

p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";   
	font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #595959;
    margin-top: 12px;
    margin-bottom: 15px;
	text-align: Left;
	margin: 0px;

}


p1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";    
	font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #ed1b24;
	text-align: Left;
	text-decoration: underline;

}


h6{
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
    font-style: normal;
    text-transform: none;
    color: #000;
    margin-top: 12px;
    margin-bottom: 6px;
	text-align: Left;
	margin: 5px;
	padding: 0px;
	font-weight: lighter;

}

h7{
	
	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0px;
    text-transform: none;
    color: #000;
    margin-top: 12px;
    margin-bottom: 3px;
	text-align: Left;
	margin: 5px;
	font-weight: 800;
	

}


.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	background-color: #fff;
	height: 94px;
	border-bottom: 1px solid #000000;
	position: fixed;
	z-index: 5;
	width: 100%;
	top: 35px;
}

#logo {
	display: block;
	padding-left: 45px;
	float: left;
	font-size:20px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	padding-right: 45px;
	margin-top: 25px;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #fff;
	text-align: left;
	}

/* Styling the links */
nav a {
	display:block;
	padding:5px 3px;	
	color:#000;
	font-size:18px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}


nav ul li ul li:hover { background: #fff; }

/* Background color change on Hover */
nav a:hover { 
	background-color: #DEDEDE; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 15px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:250px;
	float:none;
	display:list-item;
	position: relative;
	text-align: left;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ''; padding-left: 0px; }
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

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

	#logo {
		display: block;
		padding: 0;
		padding-left: 15px;
		width: 100%;
		text-align: left;
		float: none;
		height: 92px;
		border-bottom: 1px solid #000000;
		
	}
	
	

	
.columns2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 5px 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
	
	
.top-banner { 
  	width: 100%;
	height: 100px;	
  	text-align: center;
  	background-image: url('../Banner_Images/CARL_Banner.jpg');
 	background-size: cover;                    
    background-repeat:  no-repeat;
    background-position: center center;
		margin-top: 188px;

  }		
	
	
	
	
	
	#line {
	display: none;

}
	
#table3 {
	flex: 1;
	border: 1px solid gray;
	width: 100%;
	padding: 10px;
	background-color: #FFFFFF ;
	border-radius: 10px;
	margin-bottom: 30px;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	
	
}	
	

	
nav a {
    display: block;
    padding: 5px 5px;
    color: #000;
    font-size: 17px;
    text-decoration: none;
    padding-left: 20px;
}	
	


	nav {
		margin: 0;
		height: 92px;
		width: 100%;
	}
	
	
	#header-TLC {
	background: #9d9fa1;
	height: 36px;
	padding-left: 15px;
	border-bottom: 1px solid #000000;
	color: #ffffff;
    font-size: 16px;
    font-weight: 700;
		

}	
	
	nav ul {
	float: left;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	padding-right: 0px;
	width: 100%;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #fff;
		padding:14px 20px;	
		color:#000;
		font-size:17px;
		text-decoration:none;
		border:none;
		text-align: left;
	}

	.toggle:hover {
		background-color: #DEDEDE;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
		
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #DEDEDE;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:5px 20px;	
		color:#000;
		font-size:17px;
	  font-weight: 600;
	  padding-left: 70px;
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #fff; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

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

	nav ul li {
		display:block;
		width: 94%;
	}

}


/* Banner */


* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
	z-index: 0;
	top: 125px;
}

/* Caption text */
.text {
 font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #f2f2f2;
	font-weight: 800;
  font-size: 25px;
  padding: 8px 45px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: left;
  text-shadow: 5px 5px 5px #000;
	background-color: rgba(000, 0, 0, 0.6);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
	display: none;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 5.0s;
  animation-name: fade;
  animation-duration: 5.0s;
}

@-webkit-keyframes fade {
  from {opacity: .8} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .8} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}




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

.slideshow-container {
    position: relative;
    margin: auto;
    z-index: 0;
    top: 180px;
	}
	
	/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 18px;
  padding: 8px 15px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: left;
  text-shadow: 5px 5px 5px #000;
	background-color: rgba(000, 0, 0, 0.6);
}

	
	
}





/* Main Section */


@import url(https://fonts.googleapis.com/css?family=Open+Sans);

* { box-sizing: border-box; }

body { 
 font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #000000;
}

/* STRUCTURE */

.wrapper {
	padding: 5px;
	max-width: 960px;
	width: 95%;
	margin: 20px auto;
}
header {
	padding: 0 15px;
}

.columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 5px 0;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 0px;
}

.footer-columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 5px 0;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 30px;
    padding-bottom: 40px;
}


.footer-column {
	flex: 1;
	border: 1px solid gray;
	margin: 5px;
	padding: 10px;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }
	background: #fff;
	border-radius: 10px;

	
}

.swag {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 5px 0;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 0px;
    padding-bottom: 25px;
    text-align-last: center;

}

.swag2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 5px 0;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 0px;
    padding-bottom: 25px;
    text-align-last: left;
	margin-top: 20px;

}




footer {
	padding: 0 15px;
}


@media screen and (max-width: 980px) {
  .columns .column {
		margin-bottom: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}

@media screen and (max-width: 680px) {
	.columns .column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
	
	
	.footer-columns .footer-column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}	
	
	
}




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


.swag {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 5px 0;
    padding-left: 7px;
    padding-right: 10px;
    padding-top: 0px;
	text-align-last: center;
	
	}
	
.swag2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 5px 0;
    padding-left: 7px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 25px;
    text-align-last: left;
	margin-top: 20px;

}	
	
nav {
    margin: 0;
    padding: 0;
    background-color: #fff;
    height: 94px;
    border-bottom: 1px solid #000000;
    position: static;
    z-index: 5;
    width: 100%;
    top: 35px;
	}
	
#header-TLC {
    background: #9d9fa1;
    height: 36px;
    padding-left: 15px;
    border-bottom: 1px solid #000000;
    color: #ffffff;
	position: static;
    font-size: 16px;
    font-weight: 700;
}



.columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 5px 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 60px;
	
	}
}



footer-column {
    flex: 1;
    border: 1px solid gray;
    margin: 5px;
    padding: 10px;
    &: first-child { margin-left: 0; } &:last-child { margin-right: 0; } background: #fff;
    border-radius: 10px;
}





.three-column-footer-contact-form-container {
  background-color: #262626;
		padding-top: 30px;
	padding-bottom: 150px;

}


.three-column-footer-contact-form-container .three-column-footer-contact-form {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  color: #262626;
  padding: 3.75rem 0;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form::before, .three-column-footer-contact-form-container .three-column-footer-contact-form::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form::after {
  clear: both;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form a {
  color: #ed1b24;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-left {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  display: table;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-left .baseline {
  display: table-cell;
  vertical-align: bottom;
	text-align: left;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-left .contact-details p {
  font-size: 0.8rem;
  margin-bottom: 0;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-left .input-group {
  padding: 2rem 0 0 0;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-left .input-group input {
  border-bottom: 2px solid #cacaca;
}

@media print, screen and (min-width: 40em) {
  .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-left {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-left:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 64em) {
  .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-left {
    width: 25%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-left {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-left:last-child:not(:first-child) {
    float: left;
  }
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-center {
  text-align: left;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  display: table;
}

@media print, screen and (min-width: 40em) {
  .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-center {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-center:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 64em) {
  .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-center {
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    position: relative;
    left: 8.33333%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-center {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-center:last-child:not(:first-child) {
    float: left;
  }
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-center .baseline {
  display: table-cell;
  vertical-align: bottom;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-center .input-group {
  padding: 0.5rem 0 0 0;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-center .input-group input {
  border-bottom: 2px solid #cacaca;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-center .input-group textarea {
  border-bottom: 2px solid #cacaca;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-right {
  text-align: right;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  display: table;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-right .baseline {
  display: table-cell;
  vertical-align: bottom;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-right h2 {
  color: #fefefe;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-right p {
  font-size: 0.8rem;
  margin-bottom: 0;
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-right .fa {
  padding: 1rem 0 1rem 0.2rem;
}

@media print, screen and (min-width: 40em) {
  .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.three-column-footer-contact-form-container .three-column-footer-contact-form .footer-right:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 64em) {
  .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-right {
    width: 25%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .three-column-footer-contact-form-container .three-column-footer-contact-form .footer-right:last-child:not(:first-child) {
    float: left;
  }
}


	