/*

My Custom CSS
=============

Author:  Ciuski

*/


/* --------------------------------------
   Colors
   --------------------------------------
	purple: #221237;
	cream: #fbf7e1;
	green: b2b17a;

/* --------------------------------------
   Global / Debug
   -------------------------------------- */

/* show MD columns 
.col-md-1, .col-md-2, .col-md-3, .col-md-4,
.col-md-5, .col-md-6, .col-md-7, .col-md-8,
.col-md-9, .col-md-10, .col-md-11, .col-md-12  { border: solid 1px #000;} */

/* show SM columns 
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4,
.col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12  { border: solid 1px #ff0000;} */

.container { max-width: 981px!important; padding: 0px; }


.nopadding { padding: 0; }

.noleft { padding-left: 0;}
.noright { padding-left: 0;}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widthauto {
	width: 100%;
	height: auto;
}

/* --------------------------------------
   Mobile Header
   -------------------------------------- */
   
#mobile-header, #mobile-footer {
	background-color: #119494;
	padding: 10px;
	color: #FFF;
	text-shadow: 1px 1px 0px black;
	font-size: 16px;

}

 
#mobile-header li a, #mobile-footer a {
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	display: block;
}

#mobile-header li a {
	float: left;
	
}
#responsive-menu-button {
	display: block;
	float: left;

}

#mobile-header .glyphicon, #mobile-footer .glyphicon {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 7px;
	border-radius: 2px;
	text-shadow: none;
	margin-right: 5px;
}

#mobile-footer {
	text-align: center;
	color: #fff;
}
#mobile-header i {
	margin-right: 10px;
}


/* --------------------------------------
   header
   -------------------------------------- */


body {
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left -182px;
	background-color: #6FCB9E;
	padding-top: 60px;
}

header { 
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	padding-left: 30px;
	margin: 0px;
	min-height: 246px;
}

header #logo {
	padding: 20px;
}


#phone {
	font-size: 13px;
	color: #00aa90;
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 40px;
	text-align: right;
	padding-right: 40px;
	float: right;
}
#phone span {
	font-size: 35px;
	padding-bottom: 7px;
	display: block;
	color: #167AA8;
}

#phone a { 	color: #167AA8; }

/* --------------------------------------
   CONTENT
   -------------------------------------- */	   

#carousel {
	margin: 15px 0;
}


#content {
	background-image: url(../images/bg-content.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#main {
	background-image: url(../images/big-foot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 700px;
	padding-right: 40px; 
	margin-bottom: 40px; 
}


#main p {
	padding-bottom: 10px;
}

#main .AccordionPanelTab p {
	margin-bottom: 0;
}
#main a {
	text-decoration: underline;
	color: #484C25;
}
#main a:hover {
	text-decoration: none;
}

#main ul {
	margin-bottom: 20px;
}

#main li {
	list-style-type: disc;
	margin-left: 15px
}



#sidebar #extra a {
	text-decoration: underline;
	color: #0070A1;
}


small {
	font-size: 80%;
	line-height: 1.4em;
	font-style: italic;
	clear: both;
	text-align: center;
}

.img-thumbnail { margin-right: 10px; margin-top: 10px;}

.biophoto {
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #999;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}


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

footer {
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 150px;
	padding-top: 18px;
	margin-bottom: 20px;
	color: #fff;
}
footer #footernav {
	text-align: center;
	padding-left: 50px;
	text-transform: uppercase;
}
footer #footernav a {
	color: #fff;
	font-size: 12px;
}
footer #address {
	padding-top: 5px;
	font-size: 12px;
	text-align: center;
	padding-left: 50px;
	color: #000;
	line-height: 1.4em;
	
}
footer #address p {
	margin-bottom: 0px;
	padding: 0;
}

footer a {
	color: #333333;
	text-decoration: underline;
}
footer a:hover {
	text-decoration: none;
}

footer .mary, footer .mary a {
	color: #333;
	font-size: 90%;
	margin-top: 30px;
 }

 

/* ----------- FORM ----------- */
#form label{
	font-weight:bold;
	width: 100px;
	display: block;
}
#form .inputstyle{
	font-size:14px;
	border:1px solid #217BA6;
	width: 100%;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 10px;
	background-color: #7BC6BD;
	color: #FFF;
	padding: 7px;
}
#form textarea {
	font-size:12px;
	border:2px solid #76B5CE;
	width:505px;
	margin-top: 2px;
	margin-right: 0;
	color: #FFF;
	background-color: #0A3D74;
	padding: 5px;
	margin-bottom: 20px;
}
#form #button{
	clear:both;
	width: 200px;
}



/* --------------------------------------
   TYPOGRAPHY
   -------------------------------------- */
   

h1 {
	line-height: 1em;
	font-size: 150%;
	margin-bottom: 10px;
	font-weight: bold;
	color: #00aa90;
}

h2 {
	
	line-height: normal;
	font-size: 130%;
	margin-bottom: 10px;
	color: #00aa90;
	font-weight: bold;

}


h3 {
	font-size: 120%;
	margin-top: 10px;
	color: #00aa90;
	font-weight: bold;
}

h4 {
	font-size: 110%;
	color: #EAC534;
	padding-bottom: 10px;
}

h5 {
	font-size: 90%;	
}

h6 {
	font-size: 80%;	
}


/* NAV */
nav {
	margin-left: -10px;
	margin-top: 17px;
	}

nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
nav li a {
	float: left;
	font-size: 14px;
	text-decoration: none;
	color: #024f76;
	text-align: center;
	text-transform: uppercase;
	padding: 9px 10px 8px 10px;
}

nav a:hover {
	color: #FFF;
}


/*--- Active States ---*/

body#home nav #butt1 a, 
body#two nav #butt2 a, 
body#three nav #butt3 a, 
body#four nav #butt4 a,
body#five nav #butt5 a,
body#six nav #butt6 a,
body#seven nav #butt7 a, 
body#eight nav #butt8 a,
body#nine nav #butt9 a,
body#ten nav #butt10 a,
body#faq nav #faq a

{
	color: #FFF;
	background-color: #167AA8;
 }


#sidebar {
	padding: 0 45px;
	
}

#sidebar .testimonial {
	font-size: 44px;
	color: #167AA8;
	margin-top: 15px;
	padding-top: 15px;
	line-height: 1.4em;
	padding-left: 20px;
	font-weight: normal;
	font-family: 'Alex Brush', cursive;
}


#sidebar .testimonial span {
	font-family: 'arial';
	font-size: 16px;
	font-style: normal;
	display: block;
	text-align: right;
}


.smallcopy {
	font-size: 80%;
	line-height: 1.4em;
	font-style: italic;
}
.font-12 {
	font-size: 14px;
	line-height: 1.4em;
}


/*==================================================
=            Bootstrap 4 Media Queries             =
==================================================*/


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

	
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 1199.98px) {



}

/* Large devices (desktops, 992px and up) */
@media (max-width: 1199.98px) {


#sidebar .testimonial { font-size: 36px; }


	
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) {

nav li a { font-size: 12px;}


}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) { 

	#content { background-image: none; background-color: #fbf6e5; padding: 0 15px; }
	footer { background-image: none; }
	header { background-color: #fbf6e5;  background-image: none; margin: 0; }
	#phone, #phone span { float: none; text-align: center; display: block; padding: 0; }
	#logo {	text-align: center; display: block; margin: 0; padding: 0; }
	body { padding: 0; }
	#main, #sidebar { padding: 15px; }
	footer #footernav, footer #address { padding: 0; }
	
}


/* // Extra small devices (portrait phones, less than 576px)  */
@media (max-width: 575.98px) { 


}



   
 