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

@charset "utf-8";
/* CSS Document */
*{
margin: 0;
padding: 0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

* {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

body {
 line-height: 1.2;
}

body {
 font-size: 12px;
 font-family: 'Source Sans Pro', Verdana,Arial,Helvetica,sans-serif;
 color: #000;
 background-color: #FFF;
}

/* required for sticky footer */

html, body {
 height: 100%;
}

.wrapper {
 min-height: 100%;
 height: auto !important;
 height: 100%;
}

img {
 max-width: 100%;
}

img.center {
    display: block;
    margin: 0 auto;
}

.right {
 float:right;
}

.rspace {
 margin: 0 0 5px 15px;
}

.left {
 float:left;
}

.lspace {
 margin: 0 15px 5px 0;
}

.center {
 text-align:center;
}

.logo {
 max-width:200px;height:auto;
}
.loader {
 visibility:hidden;
}

.clear { 
 width: 100%; 
 height: 1px; 
 margin: 0 0 -1px; 
 clear: both; 
} 

.row {
 margin-left: 0px;
 margin-right: 0px;
}

.center {
 text-align:center;
}

.spacer {
 width:100%;
}

.spacer30 {
 height:30px;
}
.spacer80 {
 height:80px;
}

.hidden {
 display:none;
}

.aside-box {
 border-radius:5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 -khtml-border-radius: 5px;
 box-shadow:0px 0px 7px #676767;
 -webkit-box-shadow: 0px 0px 7px #676767;
 -moz-box-shadow: 0px 0px 15px #676767;
}

.redltr {
 color:red;
 font-weight:bold;
}

.submit {
 background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
 border: 1px solid #e5a900;
 color: #4E4D4B;
 font-weight: bold;
 cursor: pointer;
 border-radius: 5px;
 padding: 5px 10px;
 outline: none;
}

.submit:hover {
 background: linear-gradient(#ffdd7f 5%, #ffbc00 100%);
}

.iti {
    width:100%;
}

#iholder {
 text-align:center;
}

.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;
}



#phone {
 float:right;
 position:absolute;
 top:2px;
 right:20px;
 color:#fff;
 font-size:32pt;
}

#phone a {
 color:#ffffff;
 text-decoration:none;
}


#phone a:hover {
 color:blue;
 text-decoration:none;
}




/*Styles for screen 600px and lower*/
@media screen and (max-width: 700px) {


#phone {
 font-size:26pt;
}

}

/*Styles for screen 515px and lower*/
/* @media only screen and (max-width : 480px) { */
@media only screen and (max-width : 515px) {

#phone {
 font-size:20pt;
}


}

/*Smartphone*/
@media only screen and (max-width : 320px) {

#phone {
 font-size:16pt;
}


}














/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

nav {
 filter: progid:DXImageTransform.Microsoft.gradient (startColorstr='#CECEF6', endColorstr='#08088A'); /* for IE */

 background: -webkit-gradient(linear, left top, left bottom, from(#CECEF6), to(#08088A)); /* for webkit browsers */

 background: -moz-linear-gradient(top,  #CECEF6,  #08088A); /* for firefox 3.6+ */

   background: -ms-linear-gradient(top, #CECEF6, #08088A);

   background: -o-linear-gradient(top, #CECEF6, #08088A);



 
}


nav {
 height: 33px;
 width: 100%;
 background: #455868;
 font-size: 11pt;
 font-family: 'PT Sans', Arial, sans-serif;
 font-weight: bold;
 position: relative;
 border-bottom: 0px solid #283744;
 background:#ADC9DF;

}
nav ul {
	padding: 0;
	margin: 0 auto;
	margin-left: 10%;

	width: 600px;
	height: 33px;
	width: 90%;
	height: 33px;
}
nav li {
	display: inline !important;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	//max-width: 300px;
 padding: 0 15px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	line-height: 33px;
	text-shadow: 1px 1px 0px #283744;
}
nav li a {
	border-right: 1px solid #576979;
	border-right: 0px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active, nav a.active {
        text-decoration:none;
	background-color: #0C4E98;


 background:#0C4E98;


 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08088A', endColorstr='#CECEF6'); /* for IE */

 background: -webkit-gradient(linear, left top, left bottom, from(#08088A), to(#CECEF6)); /* for webkit browsers */

 background: -moz-linear-gradient(top,  #08088A,  #CECEF6); /* for firefox 3.6+ */

   background:  -ms-linear-gradient(top, #08088A, #CECEF6);

   background:  -o-linear-gradient(top, #08088A, #CECEF6);



 color:#CECEF6;


 background:#0C4E98;



}
nav a#pull {
	display: none;
}






/*Styles for screen 600px and lower*/
@media screen and (max-width: 700px) {



	nav { 
  		height: auto;
  	}
  	nav ul {
                margin: 0 auto;
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
/* @media only screen and (max-width : 480px) { */
@media only screen and (max-width : 515px) {

	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #7F7F7F;


		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('/img/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {

	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}










/* 
  signupbox new 
*/ 


#signupbox {
 color:#fff;
}



#signupbox h2, #signupbox h3, #signupbox h4 { 
 color:#fff; 
} 
#signupbox h3 { 
 font-size:16pt; 
 margin:0 0 10px 0; 
} 
#signupbox h4 { 
 font-size:12pt; 
 margin: 10px 0 20px 15px; 
} 

#signupbox h5 { 
 font-size:12pt; 
 margin: 10px 0 20px 0px; 
} 

#signupbox .topwrapper { 
 width:440px; 
 overflow: hidden; 
 margin:0 auto; 
 position:relative; 
 border:#9e2800 solid 0px; 
} 

#signupbox .top_left { 
 float:left; 
 width:210px; 
 min-height:50px; 
 padding: 5px 0px 5px 5px; 
} 

#signupbox .top_right { 
 float:right; 
 width:210px; 
 min-height:50px; 
 padding: 5px 0px 5px 0px; 
} 

#signupbox .top_left input,  #signupbox .top_right input { 
 font-size:14pt;width:180px;height:40px;color:#000;
} 


#signupbox .left_top { 
 float:left; 
 width:120px; 
 min-height:40px; 
 padding: 5px 10px 5px 5px; 
 border:#cdcdcd solid 0px; 
 color:#fff;
} 
#signupbox .left_top label { 
 margin-top:15px; 
} 

#signupbox .right_top { 
 float:right; 
 width:280px; 
 min-height:40px; 
 padding: 5px 10px 5px 0px; 
 border:#cdcdcd solid 0px; 
} 
#signupbox .right_top input { 
 font-size:14pt;width:265px;height:40px; color:#000;
} 



#signupbox .top_left_col { 
 float:left; 
 width:310px; 
 min-height:50px; 
 padding: 5px 0px 5px 5px; 
} 

#signupbox .top_right_col { 
 float:right; 
 width:110px; 
 min-height:50px; 
 padding: 5px 0px 5px 0px; 
} 
#signupbox .top_left input,  #signupbox .top_right input { 
 font-size:14pt;width:180px;height:35px; 
 padding:5px;
 border-radius: 4px; 
 -moz-border-radius:4px; 
 -webkit-border-radius:4px; 
 -khtml-border-radius: 4px;
} 

#signupbox .top_left_col, #signupbox .top_right_col { 
 color:#000;
} 

#signupbox .top_left_col input, #signupbox .top_right_col input { 
 line-height:35px;font-size:14pt;
} 

#signupbox .topwrapper h2 { 
 margin-bottom:10px; 
} 

#signupbox .topit {
 padding-top: 15px;
}

#signupbox .right { 
 float:right; 
 margin-right:15px; 
} 




#signupbox .greenButton{ 
 width:auto; 
 margin:10px 0 0 2px; 
 padding:3px 4px 3px 4px; 
 background-color:#589d39; 
 outline:none; 
 font-weight:bold; 
 border-radius: 4px; 
 -moz-border-radius:4px; 
 -webkit-border-radius:4px; 
 -khtml-border-radius: 4px
 border:1px solid #808080; 
 color:#fff; 
 text-shadow:0 -1px 0 #808080; 
 padding:4px 10px 5px; 
 font-size:11px; 
 margin:0 5px 0 0; 
 font-weight:bold; 
} 
 

#signupbox #remember {
 color:#fff;
}


#remember { 
 padding:15px; 
} 


#loadingsignup, .loadingsignup{ 
 left:10px; 
 position:relative; 
 top:3px; 
 visibility:hidden; 
} 


.passwordbg { 
 background-color:#fff; 
 background-size:277px 37px; 
 background-repeat:no-repeat; 
} 

.notEntered {
 color:#FF0000;
 font-weight:bold;
}


.redltr, .red {
 color:red;
 font-weight:bold;
 padding:0 15px;
}



.widget h2 {
    color: #698DAD;
    text-align: center;
    font-size: 22pt;
    font-weight: bold;
}




div.on_off_off
{
 background: rgb(150,110,120);
 font-family: segoe ui;
 font-size: 12px;
 font-weight: bold;
 padding: 5px 10px;
 border: 3px solid rgb(180, 140, 150);
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 color: #fff;
 display: inline;
}
div.on_off_on
{
 background: rgb(110,150,120);
 font-family: segoe ui;
 font-size: 12px;
 font-weight: bold;
 padding: 5px 10px;
 border: 3px solid rgb(140, 180, 150);
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 color: #fff;
 display: inline;
}

















#alert_box {
 display:none;
 z-index:1500;
 position:fixed;
 top:50%;
 left: 50%;
 width:300px;
 margin-left: -150px;
 height:180px;
 margin-top: -90px;
 background:#f0f0f0;
 border-bottom:#069059 solid 20px;
 border-top:#069059 solid 20px;
 color:#000;
}

#alert_box h1 {
 font-size:14pt;
 font-weight:bold;
 margin:35px 15px 5px 15px;
 text-align:center;
}

#alert_box h2 {
 font-size:12pt;
 font-weight:bold;
 margin:15px 15px 5px 15px;
 text-align:center;
}

#alert_box p {
 font-size:12pt;
 margin:15px 15px 5px 15px;
 text-align:center;
}

#alert_box a {
 padding:0 15px 0 15px;
 margin:0 5px 0 5px;
 border:#cdcdcd solid 1px;
 border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
 background:#fff;
}
#alert_box a:hover {
 background:#cdcdcd;
 color:#fff;
}












#message_box {
 background: #fff;
 position: fixed;
 border: 4px solid #f0f0f0;
 border-radius: 10px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 -khtml-border-radius: 10px;
 box-shadow: 5px 5px 10px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
 -moz-box-shadow: 5px 5px 10px #000; /* Firefox */
 -webkit-box-shadow: 5px 5px 10px #000; /* Safari and Chrome */
 text-align: center;
 z-index: 2000;
 display:none;
}



#message_box .msg_box {
 padding:20px 0 20px 0;text-align:left; 
}




#message_box .btn {
 text-decoration:none;

 text-align:center;
 color:#fff;
 padding:5px 20ox;
 border:grooved orange 1px;
 border-radius: 4px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
 -moz-border-radius: 4px;  /* Firefox */
 -webkit-border-radius: 4px; /* Safari and Chrome */
 -khtml-border-radius: 4px;
  box-shadow: 2px 2px 2px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
  -moz-box-shadow: 2px 2px 2px #000; /* Firefox */
  -webkit-box-shadow: 2px 2px 2px #000; /* Safari and Chrome */
  background:red;
}


#message_box .btn:hover {
 background:red;
 color:#000;
}

#msg-bx-cancel {
  width:100%;height:24px;
}

#msg-bx-cancel span {
  float:right;
  margin:-5px -5px 0 0
}



#msg-bx-top h5 {
 font-size:14pt;   
 font-weight:400;
 font-style:bold;
 margin:10px 0 15px 0;
 text-align:center;
}




#msg-bx-msg {
 text-align:justify;overflow:auto;
 padding:20px;
}

#msg-bx-msg p {
 margin-bottom:15px;
 line-height:22px;
}



.pos {
 width:550px;    
}






@media only screen and (max-width : 600px) {
    
.pos {
 width:550px;    
}

}




@media only screen and (max-width : 500px) {
    
.pos {
 width:450px;    
}

}



@media only screen and (max-width : 420px) {
 
.pos {
 width:350px;    
}


}




@media only screen and (max-width : 340px) {
    
.pos {
 width:290px;    
}

}























#darkbg {
 display: block;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: #000;
 z-index:100;
 opacity: .5;
 filter: alpha(opacity=50);
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}









#stripe {

  width:480px;
  margin: 0 auto; 
    
}





#stripe form {
  width: 480px;
  margin: 20px 0;
}

#stripe .group {
  background: white;
  box-shadow: 0 7px 14px 0 rgba(49,49,93,0.10),
              0 3px 6px 0 rgba(0,0,0,0.08);
  border-radius: 4px;
  margin-bottom: 20px;
}

#stripe label {
  position: relative;
  color: #8898AA;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  margin-left: 0px;
  display: flex;
  flex-direction: row;
}

#stripe .group label:not(:last-child) {
  border-bottom: 1px solid #F0F5FA;
}

#stripe label > span {
  width: 80px;
  text-align: right;
  margin-right: 30px;
  margin-left:0;
}

#stripe .field {
  background: transparent;
  font-weight: 300;
  border: 0;
  color: #31325F;
  outline: none;
  flex: 1;
  padding-right: 10px;
  padding-left: 10px;
  cursor: text;
}

#stripe .field::-webkit-input-placeholder { color: #CFD7E0; }
.field::-moz-placeholder { color: #CFD7E0; }

#stripe button {
  float: left;
  display: block;
  background: #666EE8;
  color: white;
  box-shadow: 0 7px 14px 0 rgba(49,49,93,0.10),
              0 3px 6px 0 rgba(0,0,0,0.08);
  border-radius: 4px;
  border: 0;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 40px;
  line-height: 38px;
  outline: none;
}

#stripe button:focus {
  background: #555ABF;
}

#stripe button:active {
  background: #43458B;
}

#stripe .outcome {
  float: left;
  width: 100%;
  padding-top: 8px;
  min-height: 24px;
  text-align: center;
}

#stripe .success, #stripe .error {
  display: none;
  font-size: 13px;
}

#stripe .success.visible, #stripe .error.visible {
  display: inline;
}

#stripe .error {
  color: #E4584C;
}

#stripe .success {
  color: #666EE8;
}

#stripe .success .token {
  font-weight: 500;
  font-size: 13px;
}


@media only screen and (max-width : 600px) {
    
#stripe {
  width:100%;
}

}




@media only screen and (max-width : 500px) {
    
#stripe {
  width:100%;
}

#stripe form {
  width: 400px;
}

}



@media only screen and (max-width : 420px) {
 
#stripe {
  width:100%;
}    
    
#stripe form {
  width: 300px;
  margin-left:4px;
}

#stripe label > span {
  width: 80px;
  margin-right: 10px;

}


}




@media only screen and (max-width : 340px) {
    
 #stripe {
  width:100%;
}   
#stripe form {
  width: 270px;
  margin-right:0px;
  margin-left:-10px;

}

#stripe label > span {
  width: 80px;
  margin-right: 5px;

}

}





























.upper {
 background-color: #ADC9DF;
 width:100%;
 height:55px;
 
}

.upper h2 {
 padding:15px 55px;
 font-family:'Open Sans', sans-serif;
 font-size:18px;
 color: #FFFFFF;
 font-weight:800;
}

.upper h2 span {
 color: #DCDDDE;
 font-weight:100;
}

.upper h2 a {
 color:#00137F;
 text-decoration:none;
}










@media only screen and (max-width : 1000px) {



.upper h2 {

}



}





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

.upper h2 {
 font-size:16px;
 padding:10px 45px;
}



}




@media only screen and (max-width : 420px) {

.upper h2 {
 font-size:14px;
 padding:10px 35px;
}


}


@media only screen and (max-width : 320px) {

.upper h2 {
 font-size:12px;
 padding:10px 25px;

}


}





.header {

  font-family: 'Open Sans', sans-serif;
  height: 106px;
  background: #0C4E98;

}


.header h1 {
 float: left;
 color: #DCDDDE;
 padding:30px 0 0 80px;;
 font-size:40px;

}

.header h1 span {
 font-size:20px;

}

.header h1 a {
 color: #DCDDDE;


}



@media only screen and (max-width : 1000px) {



.header h1 {

}

.header h1 span {

}

}





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

.header h1 {
 padding:25px 0 0 40px;;
 font-size:30px;
}

.header h1 span {
 font-size:15px;
}

}




@media only screen and (max-width : 420px) {

.header h1 {
 padding:25px 0 0 40px;;
 font-size:30px;
}

.header h1 span {
font-size:15px;
}

}


@media only screen and (max-width : 320px) {

.header h1 {
 padding:25px 0 0 40px;;
 font-size:25px;
}

.header h1 span {
 font-size:12px;
}

}


div.pages h1 {
    font-size: 22pt;
    font-weight: 400;
    margin: 20px 0;
}

div.pages h2 {
    font-size: 18pt;
    font-weight: 200;
    margin: 20px 0 15px 0;
}

div.pages p {
    font-size: 14pt;
    font-weight: 100;
    margin: 15px 0;
    text-align: justify;
}























#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
//  background: red;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #009ae1;
 // color: red;

}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}















#fitness {
 margin:0px;
 background-image: url('/img/main-image.jpg');
 background-repeat: no-repeat;
 width: 100%;
 height: 853px;
 background-size: cover;
 background-position: center top;
 color:#FFFFFF;

}

#fitness p {
 font-size:50px; 
}


.fitness {
 width:50%;
 padding:200px 20px 20px 20px;
}


#fitness .content-opacity {
   // max-width: 650px;
   // border: 0 !important;
    //margin: 20px auto;
    background: rgba(0, 0, 0, 0.5);
   // padding: 40px;
}
.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}







@media only screen and (max-width : 1000px) {

#fitness {
 height:750px;
}

#fitness p {
 font-size:40px; 
}



}





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

#fitness {
 height:650px;
}


#fitness p {
 font-size:30px; 
}

.fitness {
 padding:150px 20px 20px 20px;
}

}




@media only screen and (max-width : 420px) {

#fitness {
 height:450px;
}

#fitness p {
 font-size:20px; 
}

.fitness {
 padding:90px 20px 20px 20px;
}

}


@media only screen and (max-width : 320px) {

#fitness {
 height:350px;
}

#fitness p {
 font-size:14px; 
}

.fitness {
 padding:60px 20px 20px 20px;
}

}





















#color {
 background-color:#7ABD31;
 min-height: 150px;
 padding: 35px 15px;
}


#color h1 {
 color: #FFFFFF;
 font-size: 32pt;
 font-weight: 400;
 margin: 20px;
 text-align: center;
}

#color h2 {
 color: #FFFFFF;
 font-size: 22pt;
 font-weight: 100;
 margin: 0 25px 15px 25px;
}

#color p {
 color: #FFFFFF;
 font-size: 16pt;
 margin-bottom:15px;
}





























.row {
 margin:0px;
}

.wow, .row {
 background:transparent;
}

#lead-area { 
text-align: left; 
} 


#lead-area.black .form input[type=submit] { 

	color: #453029; 
	text-shadow: 1px 1px #ffffff; 
} 
//#lead-area.black h1 { color: #FFFFFF; } 
//#lead-area.black h3 { color: #ffffff; } 
//#lead-area.black h4 { color:#ffffff; } 
#lead-area.black p.privacy { color: #a0a0a0; } 




#lead-area .content-opacity { 
	max-width: 1095px; 
        margin: 20px auto;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);







	//border: 0 !important; 
	//margin: 20px auto; 
	//background: rgba(0, 0, 0, 0.5); 

	//padding: 40px; 
} 

#lead-area .form input.form-input { 
 font-size: 32px; 
 color: #525151; 
 font-weight: bold; 
 max-width: 466px !important; 
 width:100%;
 box-shadow: 0 3px 4px -1px #8c8c8c inset; 
 text-align: center; 
 padding-top: 15px !important; 
 padding-bottom: 10px !important; 
 margin-bottom: 10px; 
 height: auto !important; 
 line-height: normal !important; 
} 

.well-large { 
  padding: 24px; 
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
   border-radius: 6px; 
} 




@media only screen and (max-width : 420px) {

.well-large { 
  padding: 12px; 

} 

}




/*Smartphone*/
@media only screen and (max-width : 320px) {

.well-large { 
  padding: 5px; 

} 

}






.lgarrow { 
 margin:20px 0; 
} 

.bottomText { 
margin-top:10px; 
color: #fff; 
font-size: 13px; 
text-align: center; 
} 



.btn-info:hover { 
  color: #333333; 
  text-decoration: none; 
  background-color: #e6e6e6; 
  *background-color: #d9d9d9; 
  /* Buttons in IE7 don't get borders, so darken on hover */ 
  background-position: 0 -15px; 
  -webkit-transition: background-position 0.1s linear; 
  -moz-transition: background-position 0.1s linear; 
  -o-transition: background-position 0.1s linear; 
   transition: background-position 0.1s linear; 
} 

.btn-info { 
  padding: 11px 19px; 
  font-size: 17.5px; 
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
   border-radius: 6px; 
} 

.btn-info { 
  color: #ffffff; 
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); 
  background-color: #49afcd; 
  *background-color: #2f96b4; 
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); 
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); 
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); 
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4); 
  background-repeat: repeat-x; 
  border-color: #2f96b4 #2f96b4 #1f6377; 
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0); 
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
} 

.btn-info:hover, 
.btn-info:active, 
.btn-info.active, 
.btn-info.disabled, 
.btn-info[disabled] { 
  color: #ffffff; 
  background-color: #2f96b4; 
  *background-color: #2a85a0; 
} 

.btn-info:active, 
.btn-info.active { 
  background-color: #24748c \9; 
} 

.btn-info { 
text-shadow: 1px 1px 1px #44688a; 
font-size: 32px; 
font-weight: bold; 
height: auto !important; 
padding: 11px 0; 
max-width: 478px !important; 
width:100%;
} 


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

.btn-info { 
 font-size: 30px; 
}

}





@media only screen and (max-width : 420px) {

.btn-info { 
 font-size: 22px; 
}

}




/*Smartphone*/
@media only screen and (max-width : 320px) {

.btn-info { 
 font-size: 18px; 
}

}



#content p, #content ul {
 font-size:16pt;
 margin:15px 0;
 line-height:24px;
}



#content h2 {
 font-size:28pt;
 color: #698DAD;
 margin-bottom:17px;
}


#content h3 {
 font-size:18pt;
 color: #698DAD;
}


#content h4 {
 font-size:16pt;
 color: #000;
 font-weight:bold;
 margin: 15px 0;
}



#storyPosts h1 {
 font-size:14pt;
 font-weight:bold;

}


#storyPosts h6 {
 font-size:11pt;
 color: #698DAD;
 margin: 5px 0 25px 0;

}


#storyPosts .odd, #storyPosts .even {
 padding:15px;
 //border: solid 1px #eee;
}

#storyPosts .odd {

 background: #eee;
}


#blogPosts h1, #blogPosts h5, #blogPosts h3 {
 color: #698DAD;
 padding-bottom: 8px;
 margin: 25px 0 15px 0;
 border-bottom: 1px dotted #CCCCCC;
}





#blogPosts h1  {
 font-size: 1.4em;
}



#blogPosts h5 {
 font-size: .85em;
}

 
.post {
 font-size:14pt;
 line-height:22px;
 margin: 15px 0;
}



.post hr { 
 height:6px;
 visibility:hidden;
 margin: 0px 0 -1px 0; 
}


.comments {

}

.comments h3 {
  color:#484848; 
  margin: 20px 0 15px 0;
}

.catPosts {
 font-size:12pt;
}




.form-group label span {
 font-size:10pt;
 font-weight:100;
}








#sidebar {
 margin: 0px;
 padding:  0px;
 font-size:14pt;
}


#sidebar p {
 margin-left: 15px;
}

#sidebar ul {
 list-style:disc;
 margin-left:35px;
}

#sidebar ul li {
 line-height:22px;
}

#sidebar h3 {
    background-color: #FFFFFF;
    color: #B9160E;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight:bold;
}



#sidebar h3 {
    width:100%;
    margin: 15px -45px 25px 0px;
    padding: 9px 0 9px 10px;
    -webkit-box-shadow: 0 1px 2px #AAAAAA;
    -moz-box-shadow: 0 1px 2px #AAAAAA;
    box-shadow: 0 1px 2px #AAAAAA;
}


#sidebar h3::after {
    content: url(https://jdcalls.com/img/corner.png);
}
#sidebar h3::after {
    position: absolute;
    margin-top: 26px;
    right: -45px;
}


#sidebar h4 {
 margin: 20px 0 15px 0;
}


#sidebar img {
 margin-left: 15px;
}




@media only screen and (max-width : 420px) {

#sidebar h3 {
    width:95%;
    margin: 15px -5px 25px 0px;
    padding: 9px 0 9px 10px;
}

#sidebar h3::after {
    position: absolute;
    margin-top: 26px;
    right: -5px;
}

}




/*Smartphone*/
@media only screen and (max-width : 320px) {

#sidebar h3 {
    width:95%;
    margin: 15px -5px 25px 0px;
    padding: 9px 0 9px 0px;
}

#sidebar h3::after {
    position: absolute;
    margin-top: 26px;
    right: -5px;
}

}









#square {
 margin:25px 0 0 0;

}

































#faqs {

 min-height: 150px;
 padding: 35px 15px;
}


#faqs h1 {
 font-size: 32pt;
 font-weight: 400;
 margin: 20px;
 text-align: center;
}


#faqs h3 {
 font-size: 18pt;
 font-weight: 800;
 margin: 20px 20px 15px 20px;
}

#faqs p {
 font-size: 14pt;
 font-weight: 100;
 margin: 15px 20px 15px 20px;
}


#signuppage {

 min-height: 150px;
 padding: 35px 15px;
}


#signuppage h1 {
 font-size: 32pt;
 font-weight: 400;
 margin: 20px;
 text-align: center;
}

#signuppage h5 {
 text-align:center;
 margin: 20px 0;
}


#signuppage p, #signuppage ul {
 font-size: 14pt;
 font-weight: 100;
 margin: 15px 20px 15px 20px;
}

#signuppage ul li {
 margin-left:50px;
 list-style:circle;
}



.btn-info:hover { 
  color: #333333; 
  text-decoration: none; 
  background-color: #e6e6e6; 
  *background-color: #d9d9d9; 
  /* Buttons in IE7 don't get borders, so darken on hover */ 
  background-position: 0 -15px; 
  -webkit-transition: background-position 0.1s linear; 
  -moz-transition: background-position 0.1s linear; 
  -o-transition: background-position 0.1s linear; 
   transition: background-position 0.1s linear; 
} 

.btn-info { 
  padding: 11px 19px; 
  font-size: 17.5px; 
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
   border-radius: 6px; 
} 

.btn-info { 
  color: #ffffff; 
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); 
  background-color: #49afcd; 
  *background-color: #2f96b4; 
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); 
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); 
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); 
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4); 
  background-repeat: repeat-x; 
  border-color: #2f96b4 #2f96b4 #1f6377; 
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0); 
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
} 

.btn-info:hover, 
.btn-info:active, 
.btn-info.active, 
.btn-info.disabled, 
.btn-info[disabled] { 
  color: #ffffff; 
  background-color: #2f96b4; 
  *background-color: #2a85a0; 
} 

.btn-info:active, 
.btn-info.active { 
  background-color: #24748c \9; 
} 

.btn-info { 
text-shadow: 1px 1px 1px #44688a; 
font-size: 32px; 
font-weight: bold; 
height: auto !important; 
padding: 11px 0; 
max-width: 478px !important; 
width:100%;
} 


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

.btn-info { 
 font-size: 30px; 
}


}





@media only screen and (max-width : 420px) {

.btn-info { 
 font-size: 22px; 
}


}




/*Smartphone*/
@media only screen and (max-width : 320px) {

.btn-info { 
 font-size: 18px; 
}


}





#finditholder {
 min-height:650px;

}


#finditholder p {
 font-size:14pt;
 margin: 0 auto;
 width: 350px;
 padding: 120px 0 20px 0;
}



#findit {
    margin: 0 auto;
    width: 450px;
    border: #9e2800 solid 0px;
    padding: 120px 0 20px 0;
}

.findit {
 width:375px;
 height:36px;
 font-size:14pt;
 padding:3px; 
 background:#cdcdcd;

}

#findit_msg {
 width:100%;
 height:28px;
 margin:10px 0 0 0;
 font-size:1.2em;
}





#results {
 margin-top:20px;

}



#datum {
  list-style:none; 
  max-width:940px;
  margin: 0 auto;
}
#datum a {
 text-decoration:none; 
}


.data { margin:15px 0; }
.data label { position: absolute; text-align:left; max-width:300px;   }
.data label a { color:#000; font-size:14pt; font-weight:800; color:#000; }
.data input, .data textarea { margin-left: 240px; }
label.check, label.radio { position:relative; text-align:left; }
.data span { text-align:right; font-size:12pt; width:440px; margin-left:260px; line-height:26px;}
.data field { float:right;margin-right:0px; font-size:14pt; color:#9e2800; }








#about {
 width:100%;
 min-height:450px;
 background-color:#404040;
 color:#fff;

}

#about h5 {
    padding-bottom: 10px;
    line-height: 18px;
    font-size: 15px;
    margin-top: 2px;
    margin-bottom: 20px;
    text-align: center;
}

#about .big {
    text-align: right;
    font-weight: 300;
    font-size: 60px;
    line-height: normal;
    margin-left: 35px;
}



#about h1, #contactholder h1 {
 padding-bottom: 20px;
 line-height: 40px;
 font-size: 45px;
 text-transform: uppercase;
 padding-top: 55px;
 text-align:center;
}





.basic h1 {
  font-size:28pt;
  font-weight:800;
  margin: 15px 0;
}





.basic p {
    font-size: 12pt;
    font-weight: 200;
    margin: 20px 0;
    text-align: justify;
}







.search {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
}

.search tr.odd {
    background: #eaeaea;
}

.search th, .search td {
    padding: 4px 5px;
}

.search td {
    border: 1px solid #000;
}



@media only screen and (max-width : 420px) {

.search th, .search td {
    padding: 4px 2px;
    font-size:8pt;
}

}




/*Smartphone*/
@media only screen and (max-width : 320px) {

.search th, .search td {
    padding: 4px 2px;
    font-size:7pt;
}

}






#top {
 width:500px;
 background-color: #7F7F7F;
 margin:30px auto;
 padding:20px;

	border-radius: 10px; 
	 -moz-border-radius:10px; 
	 -webkit-border-radius:10px; 
	 -khtml-border-radius: 10px; 

 box-shadow:0px 0px 15px #676767; 
 -webkit-box-shadow: 0px 0px 15px #676767; 
 -moz-box-shadow: 0px 0px 15px #676767; 

}





p.cstring {
 font-size:15pt;
 color:white;
 margin:20px 0;
 background:#000;
 border-left:#556655 solid 4px;
 border-right:#887766 solid 4px;
 border-bottom:#ddccbb solid 4px;
 border-top:#ccccbb solid 4px;
 padding:8px;
 max-width:912px;
 width:100%;
}

#form_letter p {
 font-size: 1.3em;
 font-family: Georgia,"Times New Roman",Times,serif;
 line-height: 22px;
 text-align:justify;
 max-width:912px;
 width:100%;
}







#signin_menu, #signup_menu, #activate_menu,  #forgot_menu, #change_menu, #payment_menu {
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-top-right-radius: 5px;
 -khtml-border-radius: 5px;
 display:block;
 background-color:#7ABD31;    
 position:absolute;
 width:436px;
 z-index:100;
 border:1px #000;
 text-align:left;
 padding:12px;
 top: 34.5px; 
 right: 75px; 
 margin-top:15px;
 margin-right: 0px;
 *margin-right: -1px;
 color:#000;
 font-size:11px;
 box-shadow:1px 1px 3px 3px #676767;
 -webkit-box-shadow: 1px 1px 3px 3px #676767;
 -moz-box-shadow: 1px 1px 3px 3px #676767;
 box-shadow:1px 1px 3px 3px #2684b7;
 -webkit-box-shadow: 1px 1px 3px 3px #2684b7;
 -moz-box-shadow: 1px 1px 3px 3px #2684b7;
}



#signin_menu input[type=text], #signin_menu input[type=password], #signin_menu textarea {
	display:block;
	border-radius: 4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
	 -khtml-border-radius: 4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}

#signup_menu input[type=text], #signup_menu input[type=password], #signup_menu textarea {
	display:block;
	border-radius: 4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
	 -khtml-border-radius: 4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}


#payment_menu input[type=text], #payment_menu textarea {
	display:block;
	border-radius: 4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
	 -khtml-border-radius: 4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;

}


#payment_menu.usr_email input[type=text] {

	width:293px;
}
#payment_menu.amount input[type=text] {

	width:83px;
}



#change_menu input[type=text], #change_menu textarea, #forgot_menu input[type=text], #forgot_menu textarea, #activate_menu input[type=text] {
	display:block;
	border-radius: 4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
	 -khtml-border-radius: 4px;
	border:1px solid #ACE;
	font-size:18px;
	margin:0 0 5px;
	padding:5px;
	width:353px;
}


#signin_menu p, #signup_menu p, #contact_menu p {
	margin:0;
}
#signin_menu a, #signup_menu a, #contact_menu a {
	color:#fff;
}
#signin_menu label, #signup_menu label, #contact_menu label {
	font-weight:normal;
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#signin_menu p a, #signup_menu p a, #contact_menu p a {
	color:#27B!important;
}
#signin_submit, #signup_submit, #contact_submit {
	border-radius: 4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
	 -khtml-border-radius: 4px;
	background:#39d;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}


#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}

#signup_submit::-moz-focus-inner {
padding:0;
border:0;
}

#contact_submit::-moz-focus-inner {
padding:0;
border:0;
}

#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

#signup_submit:hover, #signup_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

#contact_submit:hover, #contact_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}




/* 
  signupbox new 
*/ 







/* 
  signupbox new 
*/ 

#signupbox h3, #signupbox h4 { 
 color:#fff; 
} 
#signupbox h3 { 
 font-size:16pt; 
 margin:0 0 10px 0; 
} 
#signupbox h4 { 
 font-size:12pt; 
 margin: 10px 0 20px 15px; 
} 

#signupbox h5 { 
 font-size:12pt; 
 margin: 10px 0 20px 0px; 
} 
 


#signupbox .topwrapper { 
 width:420px; 
 overflow: hidden; 
 margin:0 auto; 
 position:relative; 
 border:#9e2800 solid 0px; 
 color:#fff;
} 




#signupbox .top_left { 
 float:left; 
 width:210px; 
 min-height:50px; 
 padding: 5px 0px 5px 5px; 
} 

#signupbox .top_right { 
 float:right; 
 width:210px; 
 min-height:50px; 
 padding: 5px 0px 5px 0px; 
} 
#signupbox .top_left input,  #signupbox .top_right input { 
 font-size:14pt;width:180px;height:25px; color:#000;
} 

#signupbox .left_top { 
 float:left; 
 width:120px; 
 min-height:30px; 
 padding: 5px 10px 5px 5px; 
 border:#cdcdcd solid 0px; 
} 
#signupbox .left_top label { 
 margin-top:15px; 
} 

#signupbox .right_top { 
 float:right; 
 width:280px; 
 min-height:30px; 
 padding: 5px 10px 5px 0px; 
 border:#cdcdcd solid 0px; 

	border-radius: 4px; 
	 -moz-border-radius:4px; 
	 -webkit-border-radius:4px; 
	 -khtml-border-radius: 4px;

 color:#000;

} 
#signupbox .right_top input { 
 font-size:14pt;width:265px;height:35px; 
 padding: 5px 10px 5px 10px; 
} 



#signupbox .top_left_col { 
 float:left; 
 width:310px; 
 min-height:50px; 
 padding: 5px 0px 5px 5px; 
} 

#signupbox .top_right_col { 
 float:right; 
 width:110px; 
 min-height:50px; 
 padding: 5px 0px 5px 0px; 
} 
#signupbox .top_left input,  #signupbox .top_right input { 
 font-size:14pt;width:180px;height:35px; 
 padding:5px;

	border-radius: 4px; 
	 -moz-border-radius:4px; 
	 -webkit-border-radius:4px; 
	 -khtml-border-radius: 4px;


} 




#signupbox .topwrapper h2 { 
 margin-bottom:10px; 
} 

#signupbox .topit { 
 padding-top:15px; 
} 

#signupbox .right { 
 float:right; 
 margin-right:15px; 
} 

#signupbox #remember {
 color:#fff;
}


#signupbox .greenButton{ 
	width:auto; 
	margin:10px 0 0 2px; 
	padding:3px 4px 3px 4px; 
	color:white; 
	background-color:#589d39; 
	outline:none; 
	border:1px solid #006600; 
	font-weight:bold; 
} 
 



#signupbox .greenButton{ 
	border-radius: 4px; 
	 -moz-border-radius:4px; 
	 -webkit-border-radius:4px; 
	 -khtml-border-radius: 4px; 

	border:1px solid #39D; 
	color:#fff; 
	text-shadow:0 -1px 0 #39d; 
	padding:4px 10px 5px; 
	font-size:11px; 
	margin:0 5px 0 0; 
	font-weight:bold; 
} 


#remember { 
 padding:15px; 
} 



#loadingsignup{ 
	left:10px; 
	position:relative; 
	top:3px; 
	visibility:hidden; 
} 

.loadingsignup{ 
	left:10px; 
	position:relative; 
	top:3px; 
	visibility:hidden; 
} 

.passwordbg { 
 
 background-color:#fff; 
background-size:277px 37px; 
background-repeat:no-repeat; 
} 










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


#med {
 right:50px;
}

#signin_menu, #signup_menu, #forgot_menu, #activate_menu, #change_menu, #payment_menu {

 right: 25px; 
}


}




@media only screen and (max-width : 420px) {

#med {
 right:20px;
}

#signin_menu, #signup_menu, #forgot_menu, #activate_menu, #change_menu, #payment_menu {


 right: 5px; 
 width:365px;
}

#signin_menu input[type=text], #signin_menu input[type=password], #signin_menu textarea {
 width:160px;
}

#signup_menu input[type=text], #signup_menu input[type=password], #signup_menu textarea {
 width:160px;
}

#signupbox .topwrapper { 
 width:340px; 
} 

#signupbox .top_left { 
 width:160px; 
} 

#signupbox .top_right { 
 width:160px; 
} 


#signupbox .left_top { 
 width:110px; 
} 

#signupbox .right_top { 
 width:210px; 
} 



}






/*Smartphone*/
@media only screen and (max-width : 320px) {

#med {
 right:10px;
}

#signin_menu, #signup_menu, #forgot_menu, #activate_menu, #change_menu, #payment_menu {
 position:absolute;

 right: 2px; 

 width:360px;
}


}











.legal {
    margin: 0 auto;
    padding: 0 15px;
    font-family: 'Source Sans Pro', Verdana,Arial,Helvetica,sans-serif;
}


.legal h1, .legal h2 {
    margin: 20px 0px 20px;
    padding: 0px 0px 8px;
    font-weight: normal;
}

.legal h1 {
    font-size: 2.1em;
    padding-bottom: 8px;
}

.legal h2 {
    font-size: 1.5em;
    line-height: 1.6em;
    margin-top: 5px;
}


.legal p, .legal ul {
    font-size: 1.3em;
    margin: 0.9em 0px;
    line-height: 1.5em;
    text-align: justify;
    color: #666666;
}






.view {
 width:100%;

}




.view h3 {
 font-size: 12pt;
 color: #e87b10;
 font-weight:bold;
 margin:30px 0 5px 0;
}









#next .submit {
 font-size: 16px;
 background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
 border: 1px solid #e5a900;
 color: #4E4D4B;
 font-weight: bold;
 cursor: pointer;
 width: 200px;
 border-radius: 5px;
 padding: 10px 0;
 outline: none;
 margin-top: 20px;
 margin-left: 5px;
}

#next .submit:hover {
 background: linear-gradient(#ffdd7f 5%, #ffbc00 100%);
}



#next {
 max-width:900px;
 margin:0 auto;
 text-align:right;
 padding:0 25px;
}













#map {
 width: 100%;
 height: 400px;
 background-color: grey;
}












.smallbiz_hours {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
}

.smallbiz_hours tr.odd {
    background: #eaeaea;
}

.smallbiz_hours td {
    border: 1px solid #000;
    padding: 4px 20px;
    font-size:12pt;
}





@media only screen and (max-width : 420px) {

.smallbiz_hours td {
    padding: 4px 2px;
    font-size:11pt;
}

}




/*Smartphone*/
@media only screen and (max-width : 320px) {

.smallbiz_hours td {
    padding: 4px 2px;
    font-size:9pt;
}

}




















.crunchify-top:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}
 
.crunchify-top {
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 3.2rem;
	height: 3.2rem;
	line-height: 3.2rem;
	font-size: 1.4rem;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	border-radius: 3.2rem;
	text-align: center;
	cursor: pointer;
}





.error_message {
    color: red;
}











/* button 
---------------------------------------------- */ 
.button { 
 display: inline-block; 
 zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */ 
 *display: inline; 
 vertical-align: baseline; 
 margin: 0 2px; 
 outline: none; 
 cursor: pointer; 
 text-align: center; 
 text-decoration: none; 
 font: 14px/100% Arial, Helvetica, sans-serif; 
 padding: .2em .5em .25em; 
 text-shadow: 0 1px 1px rgba(0,0,0,.3); 
 border-radius:5px; 
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  -khtml-border-radius: 5px; 
 box-shadow: 0 1px 2px rgba(0,0,0,.2); 
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); 
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); 
  padding:8px; 
} 
.button:hover { 
	text-decoration: none; 
} 
.button:active { 
	position: relative; 
	top: 1px; 
} 

.bigrounded { 

 border-radius:2px; 
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px; 
  -khtml-border-radius: 2px; 

} 
.medium { 
	font-size: 12px; 
	padding: .4em 1.5em .42em; 
} 
.small { 
	font-size: 11px; 
	padding: .2em 1em .275em; 
} 

/* color styles 
---------------------------------------------- */ 


/* gray */ 
.gray { 
	color: #e9e9e9; 
	border: solid 1px #555; 
	background: #6e6e6e; 
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757)); 
	background: -moz-linear-gradient(top,  #888,  #575757); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757'); 
} 
.gray:hover { 
	background: #616161; 
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b)); 
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b'); 
} 
.gray:active { 
	color: #afafaf; 
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888)); 
	background: -moz-linear-gradient(top,  #575757,  #888); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888'); 
} 



#paymentupper {
 padding:50px 100px;
}

#paymentupper h1 {
 font-size:28pt;
 margin:30px;
 text-align:center;
}

#paymentupper p {
 font-size:14pt;
 line-height:22px;
 margin:20px 0;
}

#paymentbox {
  background-color:#0C4E98;
  width:100%;
  height:180px;
  padding:30px;    
}

#paymentbox h1 {
  font-size:26pt;    
  color:#fff;
  text-align:center;
}


#paymentbox p {
  font-size:20pt;
 text-align:center;
  margin:20px auto;
  width:700px;
  padding:10px;
  background:#ADC9DF;
}


#paymentbox p a {
}









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

#paymentupper {
 padding:30px 80px;
}
#paymentupper h1 {
 font-size:24pt;
}
#paymentbox h1 {
  font-size:24pt;    
}
#paymentbox p {
  font-size:16pt;
  width:380px;
  padding:10px;

}
}





@media only screen and (max-width : 420px) {

#paymentupper {
 padding:20px 60px;
}
#paymentupper h1 {
 font-size:20pt;
}

#paymentbox {
  height:200px;
}
#paymentbox h1 {
  font-size:22pt;    
}
#paymentbox p {
  font-size:14pt;
  width:250px;
  padding:10px;

}
}




/*Smartphone*/
@media only screen and (max-width : 320px) {

#paymentupper {
 padding:15px 40px;
}
#paymentupper h1 {
 font-size:20pt;
}
#paymentbox {
  height:210px;
}
#paymentbox h1 {
  font-size:20pt;    
}
#paymentbox p {
  font-size:14pt;
  width:180px;
  padding:5px;

}

}











/* end required for sticky footer */

.footer {
 padding:5px;
}

.footer { 
 border-top: #ddd solid 1px;
 background:#ADC9DF;
 color:#fff;
 position:relative;
}

.footer p a, #footerlinks a {text-decoration:none; color:#fff;}

.footer p a:hover, #footerlinks a:hover {color:#336699; text-decoration:underline;}
#footerlinks a:active {outline:none;}

.footer p, #footerlinks { text-align: center; }
#footerlinks li { display: inline; padding: 0px 1px;  }

#footerlinks { margin:8px 0 8px 0;  }







