/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);






@font-face {
 font-family:HeadlinesBig;
 src: url("css/fonts/antiquebookcover.eot") /* EOT file for IE */
}

@font-face {
 font-family:HeadlinesBig;
 src: url("css/fonts/antiquebookcover.TTF") /* TTF file for CSS3 browsers */
}


@font-face {
 font-family:HeadlinesMedium;
 src: url("css/fonts/BerlinaBold.eot") /* EOT file for IE */
}

@font-face {
 font-family:HeadlinesMedium;
 src: url("css/fonts/BerlinaBold.TTF") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: generalContent;
 src: url("lcss/fonts/ibrebaskervilleregular.eot") /* EOT file for IE */
}

@font-face {
 font-family: generalContent;
 src: url("css/fonts/librebaskervilleregular.TTF") /* TTF file for CSS3 browsers */
}

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1
{
font-family: "HeadlinesBig", arial, verdana, sans-serif;
font-weight:normal;
line-height:110%;
font-size:2.8em;
opacity:0.7;
color:#551d00;
}


h2
{
font-family: "HeadlinesMedium", arial, verdana, sans-serif;
font-weight:normal;
line-height:110%;
opacity:0.7;
color:#551d00;
}


h3
{
font-family: "HeadlinesMedium", arial, verdana, sans-serif;
font-weight:normal;
line-height:90%;
font-size:2.3em;
opacity:0.7;
color:#551d00;
}

h4
{
font-family: "HeadlinesMedium", arial, verdana, sans-serif;
font-weight:normal;
line-height:90%;
font-size:1.5em;
opacity:0.8;
color:#551d00;
}

h5,
h6{
font-family: "Arimo", arial, verdana, sans-serif;
font-weight:normal;
line-height:110%;
font-size:1.5em;
opacity:0.9;
}


thead th,
tbody th{
font-family: "Berlina", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Arimo", arial, verdana, sans-serif;
}

.menu{
font-family: "Arimo", arial, verdana, sans-serif;
}


.menuButton {
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arimo;
  color: #ffffff;
  font-size: 15px;
  background: #8E613E;
  padding: 3px 10px 0px 10px; 
  text-decoration: none;
  height:30px;
  width:auto%;
  text-align:center;
  margin-top:10px;
  margin-left:3%;
  float:left;
}



.menuButton:hover {
  background: #E9D8CB;
  text-decoration: none;
}

blockquote{
font-family: "Berlina", arial, verdana, sans-serif;
font-size:1.3em;
line-height:105%;
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0 0 0 0;
color:#000;
background:rgba(255,255,255,0.5);
/* background:#efefef url(css/img/gray_jean.png); */
font:normal 1.1em/150% "generalContent", arial, verdana, sans-serif;
text-shadow: 0 0 1px transparent; /* google font pixelation fix */

}



.topHeaderFrame{
display:none;
z-index:200; 
position:fixed; 
top:0; 
left:0; 
right:0; 
padding:10px; 
width:100%; 
height:70px; 
background:black; 
opacity: 0.7; 
filter: alpha(opacity=70); 
/* For IE8 and earlier */ -webkit-box-shadow: 0px 4px 17px 0px rgba(50, 50, 50, 0.47);-moz-box-shadow:0px 4px 17px 0px rgba(50, 50, 50, 0.47); box-shadow:0px 4px 17px 0px rgba(50, 50, 50, 0.47);
a {color:#fff;}

text-decoration:none;
}

.topHeaderFrameCompact { 
z-index:200; 
position:fixed; 
top:0; 
left:0; 
right:0; 
padding:10px; 
width:100%; 
height:70px; 
background:black; 
opacity: 0.7; 
filter: alpha(opacity=70); 
/* For IE8 and earlier */ -webkit-box-shadow: 0px 4px 17px 0px rgba(50, 50, 50, 0.47);-moz-box-shadow:0px 4px 17px 0px rgba(50, 50, 50, 0.47); box-shadow:0px 4px 17px 0px rgba(50, 50, 50, 0.47);
a {color:#fff;}
text-decoration:none;
}

.topHeaderFrame a:link{color:#fff;}
.topHeaderFrame a:active{color:#fff;}
.topHeaderFrame a:visited{color:#fff;}
.topHeaderFrame a:hover{color:#fff;}

a:link{color:#8E613E;}
a:active{color:#8E613E;}
a:visited{color:#8E613E;}
a:hover{color:#E9D8CB;}


.footerFrame{
display:none; 
z-index:2000; 


opacity: 0.6; 
filter: alpha(opacity=70); 
/* For IE8 and earlier */ -webkit-box-shadow: 0px 4px 17px 0px rgba(50, 50, 50, 0.47);-moz-box-shadow:0px 4px 17px 0px rgba(50, 50, 50, 0.47); box-shadow:0px 4px 17px 0px rgba(50, 50, 50, 0.47);
a {color:#fff;}

left:0; 
right:0; 
bottom:0;
position:fixed;
padding:5px; 
width:100%;  
background:black; 
color:#fff;
text-decoration:none;

}

.footerFrame a:link{color:#fff;}
.footerFrame a:active{color:#fff;}
.footerFrame a:visited{color:#fff;}
.footerFrame a:hover{color:grey;}


.logoFrame{
position:fixed; 
top:10px; 
left:15px; 
width:250px;  
z-index:2000; 
color:white; 
line-height:80%;
margin-top:-14px; 
line-height:100%;
display:none;
}

.logoFrameCompact {
position:fixed; 
top:10px; 
left:15px; 
width:250px;  
z-index:2000; 
color:white; 
line-height:80%;
margin-top:-14px; 
line-height:100%;
}

.logoFrame a:link{color:#fff;}
.logoFrame a:active{color:#fff;}
.logoFrame a:visited{color:#fff;}
.logoFrame a:hover{color:#fff;}


.logoFrameCompact a:link{color:#fff;}
.logoFrameCompact a:active{color:#fff;}
.logoFrameCompact a:visited{color:#fff;}
.logoFrameCompact a:hover{color:#fff;}



.buttonContainer{
display:none;
z-index:20000; 
position:fixed; 
top:0; 
text-align:right;
margin-right:5px; 
margin-left:45%;
padding:5px; 
width:60%; 
height:60px; 
float:right;
}


.buttonContainerTablet{
displayshow;
z-index:20000; 
position:fixed; 
top:0; 
text-align:right;
margin-left:42%;
padding:0px; 
width:60%; 
height:50px; 
float:right;
}



.buttonContainerPhone{
displayshow;
z-index:20000; 


text-align:center;
padding:10px; 
width:100%; 
height:50px; 
}


.buttonContainer a:link{color:#fff;}
.buttonContainer a:active{color:#fff;}
.buttonContainer a:visited{color:#fff;}
.buttonContainer a:hover{color:#fff;}

.buttonContainerTablet a:link{color:#fff;}
.buttonContainerTablet a:active{color:#fff;}
.buttonContainerTablet a:visited{color:#fff;}
.buttonContainerTablet a:hover{color:#fff;}

.buttonContainerPhone a:link{color:#fff;}
.buttonContainerPhone a:active{color:#fff;}
.buttonContainerPhone a:visited{color:#fff;}
.buttonContainerPhone a:hover{color:#fff;}

.jump-body{
display:inline-block; 
width:84%; 
overflow:auto; 
margin-top:120px; 
margin-bottom:50px; 
padding:30px;
margin-left:8%; 
margin-right:8%; 
background-color:#fff;
}

#wrap{
width:100%;
background:#fff;
margin:30px auto 30px auto;
padding:0 2%;
border:1px solid #ccc;
}


#footer{
text-align:center;
padding:20px;
margin:0;
border-top:1px solid #ddd;
color:#999;
font-size:0.8em;
text-shadow:0px 1px 1px #fff;
position: relative;
top:0;
left:0;
background:#fff;
}

	#link-top{
	display:none;
	}



 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #8E613E; 
  color: #8E613E;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size:2em;
}


.ui-accordion-header.ui-state-active { background-color: yellow; }

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: #E7D8CC;
  display: none;
  overflow: hidden;
  border-type:solid;
  border-width:1px;
  border-color:#8E613E;
} 




/* NAV BAR*/
.navbar{
position:fixed;
top:0;
left:0;
width: 100%;
background:#000;
color:#fff;
z-index:1000;
}

	.navbar #logo{
	position:absolute;
	top:0;
	right:0;
	padding:0.5em 1em;
	font-size: 1.7em;
	color:#efefef;
	text-decoration:none;
	}

	.navbar span{
	color:#86dc00;
	}


	.navbar ul{
	display:inline-block;
	margin:0;
	padding:0;
	}

		.navbar li{
		margin:0;
		padding:0;
		list-style-type:0;
		display:inline-block;
		}

		.navbar li a{
		display:inline-block;
		color:#efefef;
		padding:1em 1.3em;
		text-decoration:none;
		text-transform: uppercase;
		line-height:100%;
		font-size: 1.2em;
		}

.callout{
background:#4598ef;/*#86dc00;*/
padding:3em 0;
color:#fff;
box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
text-align: center;
text-shadow:0px 1px 3px rgba(0,0,0,0.2);
display:block;
}
	.callout + div.grid{margin-top:50px;}
	 a.callout{cursor:pointer;}
	 .callout i.icon-4x{font-size:6em;}
	 .callout h4{margin-bottom:30px;}
	 .callout-top{margin:50px 0 0 0;}
	 .callout p{margin-bottom:0;}
	 .callout .button{margin-top:10px;}
	 .callout.green{background:#19ad0b;/*#86dc00;*/}

#mc_embed_signup{
padding:30px 0;
}

#ui-preview{
border:5px solid #ddd;
margin:30px 0;
display:block;
}
