/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
	{
	margin: 0;
	/* padding: 0; */
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	/* vertical-align: baseline; */
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{
	display: block;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 10px;
}

/* #Basic Styles
================================================== */
body {
	background: white;
	background-repeat: repeat;
	font-family: 'quicksand';
	color: white;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.35);
	-webkit-font-smoothing: antialiased;
	Fix
	for
	webkit
	rendering
	-webkit-text-size-adjust
	:
	100%;
}

/* #Typography
================================================== */
h1,h2,h3,h4,h5,h6 {
	font-family: 'quicksand';
	font-weight: normal;
	padding: 5px;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	font-weight: inherit;
	color: #222;
}

h1 {
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 38px;
	color: black;
}

h2 {
	font-size:25px;
	line-height: 35px;
	margin-bottom: 18px;
	color: #585858;
}

h3 {
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 38px;
	color: black;
}

h4 {
	font-size: 20px;
	line-height: 29px;
	font-weight: bolder;
	color: black;
}

h5 {
	font-size: 27px;
	line-height: 34px;
	color: #BAB8DB;
}

h6 {
	font-size: 22px;
	color: #444;
	line-height: 34px;
	padding-top: 50px;
	margin-bottom: 18px;
	text-shadow: 0 1px rgba(0, 0, 0, .25);
}

.subheader {
	color: #777;
}

h3 a,h3 a:visited {
	color: #CCC;
}

p {
	margin: 0 0 20px 0;
	line-height: 28px;
	font-family: 'quicksand';
	padding: 5px;
	color: #333;
}

p img {
	margin: 0;
}

p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
	color: #AFCBE0;
	font-size: 22px;
}

small {
	font-size: 80%;
}

/*	Blockquotes  */
blockquote,blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}

blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}

blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a,blockquote cite a:visited,blockquote cite a:visited {
	color: #555;
}

hr {
	border: solid #d3d3d3;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	width: 50%;
}

/* #Links 
================================================== */
a,a:visited {
	color: #8A88B7;
	outline: 0;
	text-decoration: none;
}

a:hover,a:focus {
	color: #c6c6c6;
}

p a,p a:visited {
	line-height: inherit;
	color: #fff;
	font-weight: bold;
}

p a:hover,p a:focus {
	color: #f25022;
}

p a,p a:visited {
	line-height: inherit;
	color: yellow;
	font-weight: bold;
}

h1 a:visited {
	color: #21759b;
}

/* #Lists
================================================== */
ul,ol {
	margin-bottom: 20px;
}

ul {
	list-style: none outside;
}

ol {
	list-style: decimal;
}

ol,ul.square,ul.circle,ul.disc {
	margin-left: 30px;
	color: #fff;
}

ul.square {
	list-style: square outside;
}

ul.circle {
	list-style: circle outside;
}

ul.disc {
	list-style: disc outside;
}

ul ul,ul ol,ol ol,ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}

ul ul li,ul ol li,ol ol li,ol ul li {
	margin-bottom: 6px;
}

li {
	line-height: 18px;
	margin-bottom: 12px;
}

ul.large li {
	line-height: 21px;
}

li p {
	line-height: 25px;
	font-size: 18px;
	color: #444;
}

/* #Images
================================================== */
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}



/* #Forms
================================================== */

/* form {
		margin-bottom: 20px; } */
/* fieldset {
		margin-bottom: 20px; } */
input[type="text"],input[type="password"],input[type="email"],textarea,select
	{
	border: 1px solid #E0E0E1;
	border-radius: 3px;
	padding: 10px 14px;
	outline: none;
	font-family: 'quicksand';	
	font-size: 20px;
	color: #A0A0A0;
	/* margin: 0; */
	width: 90%;
	max-width: 100%;
	/* display: block;  */
	/* margin-bottom: 20px; */
	background: #fff;
}

#form input {
    border: #e0e0e1 1px solid;
    background: #fff;
    font: 13px Arial, Helvetica, sans-serif;
    color: #a0a0a0;
    padding: 15px 9px 15px 13px;
    margin-bottom: 5px;
    outline: medium none;
    width: 96%;
    height: 17px;
    float: left;
    border-radius: 4px;
}

#form textarea {
    border: #e0e0e1 1px solid;
    background: #fff;
    font: 13px Arial, Helvetica, sans-serif;
    color: #a0a0a0;
    height: 188px;
    outline: medium none;
    overflow: auto;
    padding: 6px 0 0 13px;
    width: 97%;
    resize: none;
    margin: 0 0 0 0;
    float: left;
    border-radius: 4px;
}

select {
	padding: 0;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus
	{
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
/* textarea {
		min-height: 60px; } */
/*  label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }  */
/* select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; } */
/* label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; } */

/* #Misc
================================================== */
.remove-bottom {
	margin-bottom: 0 !important;
}

.formDiv {
    background-color: #f4f4f4;
    border-radius: 7px;
    width: 88%;
    padding: 15px;
    display: inline-block;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
}

.half-bottom {
	margin-bottom: 10px !important;
}

.add-bottom {
	margin-bottom: 20px !important;
}

.footer p {
	line-height: 20px;
	font-weight: 300;
	color: #02a54f;
	font-size: large;
}

.blackFont {
	color: #111;
}

.blackFont2 {
	color: #111;
	font-size: 14px;
	line-height: 16px;
}

.plansFont {
	color: #666;
	font-size: 16px;
	margin-bottom: -5px;
	line-height: 20px;
	display: list-item;          /* This has to be "list-item"                                               */
    list-style-type: disc;       /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type     */
    list-style-position: outside;
}

.plansFont2 {
	color: white;
	font-size: 16px;
	margin-bottom: -5px;
	line-height: 20px;
	display: list-item;          /* This has to be "list-item"                                               */
    list-style-type: disc;       /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type     */
    list-style-position: outside;
}

.promoFont {
	color: #666;
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 20px;
}

.specsFont {
	color: #666;
	font-size: 20px;
	margin-bottom: -5px;
	line-height: 25px;
}


.whitey {
	color: white;
}

.blackFont {
	color: #444;
}

.greenFont { /* color: #02a54f; b4 */
	/* color: #605e5e;  12/5/16*/
	color: #7A7A7A;
}

.plusSign{
	
	width: 35px;
	margin-top: 5px;
}

.phoneFont {
	line-height: 20px;
	font-size: large;
	font-weight: bold;
	color: #666;
	font-family: 'quicksand';
	padding: 5px;
}

.pic {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 10px 5px;
	cursor: pointer;
}

.boxey{
	border: solid yellow 2px;
}

a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

.menuHeader {
	font-size: 65px;
	color: #08804A;
}

button.button {
	cursor: pointer;
	border: 0;
	margin-top: 18px;
	background: #08804A;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	padding: 15px 55px;
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

button.button:hover {
	background: orange;
}

.businessType1, .businessType2, .businessType3 {	
	border: 2px solid white;
	border-radius: 5px;		
	
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.businessType1:hover {	
	background-color: teal;		
}

.businessType2:hover {	
	background-color: cyan;
}

.businessType3:hover {	
	background-color: orange;	
}

.servicesTypeButton{	
	
	background: #7A75B5;
	border-radius: 5px;		
	padding: 0 25px ;
	margin-top: 10px;
	display: inline-block;
	color: white;
	font-size: 18px;
	font-family: 'quicksand';
	
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.servicesTypeButton:hover {	
	background-color: #6A64AB;		
}

.promoButton {	
		
	background-color: orange;
	border: 2px solid #D49F3A;
	border-radius: 5px;		
	
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.promoButton:hover {	
	background-color: #02AFD8;
	border: 2px solid #069DBF;		
}

.planButton {
	
	width: 60%;
	border: 2px solid gray;
	border-radius: 5px;	
	padding-top:  10px 15px;
	
}

.planButton:hover {
	
	background-color: #8A88B7;	
	
}


#message {
	color: lime;
	font-weight: bold;
	display: inline-block;
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid lime;
}

#error {
	color: red;
	font-weight: bold;
	display: inline-block;
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid red;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox]+label {
	background-image: url('../images/check1a.png');
	background-size: 35px;
	background-repeat: no-repeat;
	height: 36px;
	width: 36px;
	display: inline-block;
	padding: 0 0 0 0px;
}

input[type=checkbox]:checked+label {
	background-image: url('../images/check1b.png');
	background-size: 35px;
	background-repeat: no-repeat;
	height: 36px;
	width: 36px;
	display: inline-block;
	padding: 0 0 0 0px;
}

input[type=radio] {
	display: none;
}

input[type=radio]+label {
	background-image: url('../images/check1a.png');
	background-size: 35px;
	background-repeat: no-repeat;
	height: 36px;
	width: 36px;
	display: inline-block;
	padding: 0 0 0 0px;
}

input[type=radio]:checked+label {
	background-image: url('../images/check1b.png');
	background-size: 35px;
	background-repeat: no-repeat;
	height: 36px;
	width: 36px;
	display: inline-block;
	padding: 0 0 0 0px;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.title {
	color: #8A88B7;
	
}

.faqBG {
	background: #00548D; 
	
}

.planBG {
	background: #ddd; 
	
}

.aboutBG {
	background: #ddd; 
	
}

/********************************flippy stuff*************/

* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 320px;
	height: 480px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}


/******************************** services landing page.********/

.toCenterText {
	position: relative;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.servicesInput {
	padding-left: 10px;
	width: 97%;
	line-height: 25px;
	margin-top: 10px;
	border: none;
	
}

.servicesInput:hover {
	border: none;
	
}

.promoInput {
	padding-left: 10px;
	width: 97%;
	line-height: 25px;
	margin-top: 10px;
	border: solid 1px #ccc;
	
}

.promoInput:hover {
	border: solid 1px #ccc;
	
}

.quotesLight{
	background:  #F7F7F7;
}

.quotesDark{
	background:  #6FC4DD;
}


/******************************** WordPress stuff********/

.entry-content p {
	
	color: #444;
	font-size: 17px;
	line-height: 35px;
}

#branding h1 {
	
	font-size: 13px;
}

/******************************** fonts********/
@font-face {
	font-family: "quicksand";
	src: url("../fonts/Quicksand-Regular.otf") format('opentype');
}

/******************************** fonts********/
@font-face {
	font-family: "quicksandBold";
	src: url("../fonts/Quicksand-Bold.otf") format('opentype');
}