@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
.red {
color:rgba(236,35,38,1.00);
font-weight:bold;
font-size:1.2em;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
margin-left: auto;
margin-right: auto;
width: 86.45%;
padding-left: 2.275%;
padding-right: 2.275%;
clear: none;
float: none;
}
h1{
display:block;
font-size:1.3em;
font-weight:700;
color:#35B897;
margin:4px 0 .67em
}
h2,h4{
display:block;
font-size:1.3em;
font-weight:700;
color:#35B897;
margin:.83em 0
}
h5{
display:block;
font-size:1.25em;
font-weight:700;
color:#35B897;
margin:.83em 0;
}
h6{
display:block;
font-size:1.25em;
font-weight:700;
color:#707070;
margin:4px 0.67em
}
h7{
display:block;
text-align: center;
font-size:1.3em;
font-weight:700;
color:#35B897;
margin:.83em 0	
}
#blog-scroll-wrapper {
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
}

#blog-loader {
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
  color: #777;
}

.blog-scroll-card {
  border-bottom: 1px solid #eee;
  animation: fadeIn 0.25s ease;
}

.blog-scroll-card img {
  width: 100%;
  display: block;
}

.blog-scroll-card .content {
  padding: 1rem;
}

.blog-scroll-card .meta {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 0.4rem;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: none; }
}

@media only screen and (min-width: 320px) and (max-width:767px){
h1{
display:block;
font-size:1.2em;
font-weight:700;
colo:#35B897;
margin:4px 0 .67em;
}
h2,h4{
display:block;
font-size:1.2em;
font-weight:700;
color:#35B897;
margin:.83em 0;
}
.embeds iframe{
text-align:center!important;
margin:auto;
width:100%;
display:block;
}
.verification{
display:flex;
justify-content: center;
align-items: center;
height:15vh;
}
}
#twitter{
display:none;
}
#facebook-feed-1{
display:none;	
}
#facebook-feed-2{
display:none;	
}
#calendar {
align-content: center;
margin:auto;
}
#banner {
border-bottom-color:#1abc9c;
border-bottom-style:solid;
border-bottom-width:3px;
}
#logo {
width: 100%;
text-align:center;
}
#logo img {
width:20%;
padding-top:15px;	
}
#title {
width: 100%;
text-align:center;
margin-left:auto;
margin-right:auto;
clear: both;
}
#title img {
width:90%;
padding-top:10px;
}
#call {
width: 100%;
text-align:center;
margin-left: 0;
clear: both;
}
#call img {
width:90%;
}
#nav-top {
}
div.top-image {
margin:auto;
meta property="og:image";
text-align:center;
display:block;
}
div.schedule {
margin:auto;
meta property="og:image";
text-align:center;
display:block;
}
div.calendar{
margin:auto;
text-align:center;
display:block;
}
div.accordion-wrapper {
margin-top:30px;	
}
.contrast-text{
color:#9E9E9E;
font-weight:700;
font-size:1em;
}
.book-quote{
font-style:italic;
font-size:1.1em;
color:#2C846E;	
}
.dark-text{
color:#494949;
font-weight:700;
font-size:1.2em;
}
.link{
color:#4D7EE0;
font-weight:700;
}
.responsive-container{
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
margin-bottom:20px;
}
.responsive-container iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.responsive-container-small{
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;overflow:hidden;
margin-bottom:20px;
}
.responsive-container-small iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
#text-left {
background-image:url(images/bg.jpg);
}
#text-right {
background-image:url(images/bg.jpg);
padding-bottom:20px;
} }
@media only screen and (min-width: 480px) {
twitter
display:flex;
justify-content: center;
align-items:center;
margin-left: auto;
margin-right: auto;
margin-top:20px;
margin-bottom:20px;
#twitter{display:none;
}	
#facebook-feed-1{
display:none;		
}
#facebook-feed-2{
display:none;	
}
div.verification{
display:flex;
justify-content: center;
align-items: center;
height:15vh;
}
}
table {
width: 100%;
border-collapse:
collapse; border-spacing: 0;
}
td, th {
border: 1px solid transparent; /* No more visible border */
height: 40px;
transition: all 0.3s;  /* Simple transition for hover effect */
}
td {
background: #FAFAFA;
vertical-align:middle;
}

/* Cells in even rows (2,4,6...) are one color */
tr:nth-child(even) td { background: #F1F1F1; }  

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */
tr:nth-child(odd) td { background: #FEFEFE; } 

tr td:hover { background: #666; color: #FFF; } /* Hover cell effect! */

#social {
padding-top:10px;
background-color:#f8f8f8;
padding-bottom: 20px;
}
#form {
width: 100%;
}
#form-offer {
width: 100%;
}
.embeds iframe {
margin-left:auto;
margin-right:auto;
width:100%;
text-align:center;
display:block;
overflow:hidden;
}
#nav-bottom{
width:100%;
font-size:.8em;
text-align:center;
color:#707070;
padding-bottom:10px;
padding-top:5px;
border-bottom-color:#1abc9c;
border-bottom-style:solid;
border-width:3px;
}
#nav-bottom li{
width:100%;
list-style:none;
margin-bottom:0;
text-align:center;
}
#nav-bottom a:link{
color:#BDB6B6;
text-decoration:none;
padding-right:5px;
padding-left:5px;
}
#nav-bottom a:visited{
color:#BDB6B6;
text-decoration:none;
}
#nav-bottom a:hover{
color:#1abc9c;
text-decoration:none;
}
#footer{
padding-top:20px;
padding-bottom:20px;
text-align:center; 
}	
#scroll {
position:fixed;
right:10px;
bottom:10px;
cursor:pointer;
width:50px;
height:50px;
background-color:#35B897;
text-indent:-9999px;
display:none;
-webkit-border-radius:60px;
-moz-border-radius:60px;
border-radius:60px
}
#scroll span {
position:absolute;
top:50%;
left:50%;
margin-left:-8px;
margin-top:-12px;
height:0;
width:0;
border:8px solid transparent;
border-bottom-color:#ffffff
}
#scroll:hover {
background-color:#A93791;
opacity:1;filter:"alpha(opacity=100)";
-ms-filter:"alpha(opacity=100)";
}
.zeroMargin_mobile {
margin-left: 0;
}
 }

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 600px) {
.gridContainer {
width: 90.675%;
padding-left: 1.1625%;
padding-right: 1.1625%;
clear: none;
float: none;
margin-left: auto;
}
h6 {
display:none;	
}
#banner {
}
#logo {
width: 10.2564%;
}
#logo img {
width:80%;
padding-top:5px;	
}
#title {
width: 35.8974%;
clear: none;
margin-left: 2.5641%;
}
#title img {
width:100%;
pading-top:10px;	
}
#call {
width: 35.8974%;
float:right;
clear: none;
margin-left: 2.5641%;
}
#call img {
width:100%;
padding-top:10px;
}
twitter
display:flex;
justify-content: center;
align-items:center;
margin-left: auto;
margin-right: auto;
margin-top:20px;
margin-bottom:20px;
#twitter{display:none;
}
#facebook-feed-1{
display:none;	
}
#facebook-feed-2{
display:none;	
}
div.verification{
display:flex;
justify-content: center;
align-items: center;
height:15vh;
}
#social {
}
#form {
width: 100%;
padding-bottom:20px;
padding-top:20px;
} 
#nav-bottom {
}
#footer {
}

}.zeroMargin_tablet {
margin-left: 0;
}
} 

@media only screen and (min-width: 700px){
div.verification {
display:flex;
justify-content: center;
align-items: center;
height:15vh;	
	}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 800px) {

.gridContainer {
width: 88.5%;
max-width: 1232px;
padding-left: 0.75%;
padding-right: 0.75%;
margin: auto;
clear: none;
float: none;
margin-left: auto;
}
h6 {
display:none;	
}
#logo {
width: 6.7796%;
}
#logo img {
width:100%;
margin-left:-6px;
}
#title {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
}
#title img {
width:80%;
float:left;
padding-top:4px;
}
#call {
width: 40.6779%;
clear: none;
margin-left: 1.6949%;
}
#call img {
width:80%;
padding-top:9px;
float:right;
}
div.full-width img {
width:100%;
}
div.top-image{
float:right;
width:40%;
clear:right;
margin-left:20px;
margin-bottom:20px;
margin-top:22px;	
}
div.schedule{
float:right;
width:40%;
clear:right;
margin-left:20px;
margin-bottom:20px;
margin-top:22px;	
}
div.calendar{
float:right;
width:40%;
clear:right;
margin-left:20px;
margin-bottom:20px;
margin-top:22px;
}
#landing-container {
display:flex;
background-image:url(images/bg.jpg)
}
.landing-page {
width:55%;
}
.form-offer {
margin-left:2%;
width:44%;
}
div.accordion-wrapper {
width:56%;
margin-top:29px;	
}
.embeds iframe {
margin-left:auto;
margin-right:auto;
width:100%;
text-align:center;
display:block;
overflow:hidden;
}
.container{
background-color: #EAEAEA;
width:40%;
height:140px;
float:right;
clear:right;
margin-left: 20px;
margin-right:auto;
}
.verification{
display:flex;
justify-content: center;
height:15vh;
}
twitter
display:flex;
justify-content: center;
justify-items: center;
margin-left: auto;
margin-right: auto;
margin-top:20px;
margin-bottom:20px;
#twitter{display:none;}
#facebook-feed-1{
display:none;		
}	
#facebook-feed-2{
display:none;	
}
#video-left {
width:48%;	
}
#video-right{
width:48%;
margin-left:4%;
float:right;
clear:right;	
}
div.background {
padding-bottom:20px;
padding-top:20px;
background-image:url(images/bg.jpg);	
}
#social {
margin-top:0px;
padding-top:0px;
} 
}
@media only screen and (min-width: 1080px) {
#twitter{
display:flex;
float:right;
clear:right;
width:40%;
margin-left:20px;
margin-top:20px;
margin-bottom:20px;
}
#facebook-feed-1{
display:none;		
}
#facebook-feed-2{
display:none;	
}
.embeds iframe{
text-align:center!important;
margin:auto;
width:100%;
display:block;
}
}
@media only screen and (min-width: 1300px) and (max-width:3000px){
#nav-top {
padding-left:0px;	
}
h6 {
display:none;	
}
#form {
width: 100%;
padding-top:20px;
}
div.embeds iframe {
float:right;
clear:right;
width:40%;
margin-top:5px; 
margin-left:20px;
margin-bottom:20px;
}
.container{
background-color: #EAEAEA;
width:40%;
height:140px;
float:right;
clear:right;
margin-left: 20px;
margin-right:auto;
	}
.verification{
display:flex;
justify-content: center;
height:20%;
}
.harville{
columns:2;
-webkit-columns:2;
-moz-columns:2;
}
#twitter{
display:flex;
float:right;
clear:right;
width:40%;
margin-left:20px;
margin-top:20px;
margin-bottom:20px;
justify-content:center;
align-items:center;
background-color:#EAEAEA;
}
#blog-container{
margin-top: 10px;
margin-bottom:20px;
text-align: center !important;
margin-left:auto;
margin-right:auto;
}
#blog-img {
max-width: 90%; /* Ensures the image does not overflow */
max-height: 90%; /* Keeps the image within the container */
image-align:center;
margin-left:auto;
margin-right:auto;
object-fit: contain; /* Maintain aspect ratio while fitting inside */}
#facebook-feed-1{
float:right;
clear:right;
display:inherit;
width:40%;
overflow-y: scroll;
margin-left:20px;
margin-top:24px
}
#facebook-feed-2{
float:right;
clear:right;
display:inherit;
width:40%;
overflow-y: scroll;
margin-left:20px;
margin-top:20px;
}
#social-table{
text-align:center;
float:right;
clear:right;}
#text-left {
background-image:url(images/bg.jpg);
float:left;
width:56%;
padding-bottom:20px;	
}
#text-right {
background-image:url(images/bg.jpg);
width:40%;
float-right;
clear:right;
margin-right:0px;
padding-left:4%;
padding-bottom:20px;
}
#video-left {
width:48%;	
}
#video-right{
width:48%;
margin-left:4%;
float:right;
clear:right;	
}


}







	


   




  


  

	
	


