#contact{
	list-style:none;
	margin:0;
}
#contact li{
	float: left;
    height: 60px;
	margin:0 0 20px;
    position: relative;
    width: 540px;
}
#contact li .text{
	background: #F0EFEF;
	padding:15px 10px 10px 0;
	position:absolute;
	z-index:100;
	min-width:85px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	text-indent: 5px;
}
#contact li .required{
	position:absolute;
	right:10px;
	top:10px;
	z-index:100;
}
#contact li .wpcf7-form-control-wrap{
	position: absolute;
}
#contact li .wpcf7-form-control-wrap input, #contact li .wpcf7-form-control-wrap textarea{
	background:#fff;
	border:solid 5px #F0EFEF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:15px 10px 25px;
	width: 509px;
	text-indent:95px;
	z-index:100;
	margin:0;
}
#contact li .wpcf7-form-control-wrap input:focus, #contact li .wpcf7-form-control-wrap textarea:focus{
	background:#F0EFEF
}
#contact li .wpcf7-form-control-wrap textarea{
	line-height: 28px;
    padding: 10px;
	height:200px;
}
#contact li#message{
	min-height:220px;
}
#contact li#submit input{
	color:#fff;
	text-decoration:none;
	margin:10px 30px 0 0;
	background:#09b2f3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69d2f9', endColorstr='#09b2f3');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#69d2f9), to(#09b2f3));
	background: -moz-linear-gradient(top, #69d2f9, #09b2f3);
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-0-border-radius:3px;
	border-radius:3px;
	display:block;
	padding:10px 25px;
	text-align:center;
	text-shadow:0 1px 0 #09b2f3;
	text-transform:uppercase;
}
#contact li#submit input:hover{
	background:#69d2f9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b2f3', endColorstr='#69d2f9');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#09b2f3), to(#69d2f9));
	background: -moz-linear-gradient(top, #09b2f3, #69d2f9);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	-o-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	color:#06506c;
	text-shadow:0 1px 0 rgba(255,255,255,.25);
	text-transform:uppercase;
	cursor:pointer;
}
div.wpcf7-validation-errors {
    clear: left;
}
/************ Optin Styling ****************/
#optin2 {
border: 1px solid #999;
border-radius: 20px 20px 20px 20px;
float: right;
line-height: 1.0;
margin: 20px 0;
padding: 0 36px 20px;
position: relative;
text-align: center;
width: 100%;
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWRhZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #dadada 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#dadada 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-8 */

}

.optintext2 {
border: 1px solid #CCC;
border-radius: 5px 5px 5px 5px;
margin: 12px 0 0 -6px;
padding: 10px;
width: 100%;
}

#optin2:after {
    bottom: -18px;
    content: url("/wp-content/uploads/2015/02/shadow3.png");
    left: 9px;
    position: absolute;
}
#optin2 h2 {
	color: #0099CC;
	font-size: 35px;
}
.darkred {
    color: #8E1B10;
    font-family: impact;
    font-size: 36px;
    font-weight: bold;
    text-shadow: 2px -1px 0 #FFFFFF, -2px -1px 0 #FFFFFF, 2px 2px 0 #FFFFFF, -1px 2px 0 #FFFFFF, -2px 1px #FFFFFF, 3px 3px 2px #333333;
}
.lightred {
    color: #d82c1b;
    font-family: impact;
    font-size: 36px;
    font-weight: bold;
    text-shadow: 2px -1px 0 #FFFFFF, -2px -1px 0 #FFFFFF, 2px 2px 0 #FFFFFF, -1px 2px 0 #FFFFFF, -2px 1px #FFFFFF, 3px 3px 2px #333333;
}
.optinlabel {
    color: #A5200C;
    font-family: arial;
    font-weight: bold;
line-height: 1.2;
font-size: 12px;
    margin: 2px 2px 0;
    text-align: center;
}
#optin .optintitle img {
    position: absolute;
    right: -45px;
    top: -25px;
    width: 140px;
}
 #optin {
      background: url("http://x3profits.com/wp-content/uploads/2013/03/optin-bg1.png") no-repeat scroll -3px -1px transparent;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 2px 10px #333333;
    height: auto;
    line-height: 1;
    margin: 20px 0;
    position: relative;
    width: 356px;
float:right;
}
.optintitle {
    margin: 16px 10px;
    margin-top: 16px;
    margin-right: 10px;
    margin-bottom: 16px;
    margin-left: 10px;
    text-indent: 5px;
}
#optin .optinlabel {
   clear: both;
    color: #A5200C;
    font-family: arial;
    font-weight: bold;
    margin: 0 auto;
    padding: 18px 0 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 69%;
}
img.instant {
	 position: absolute;
    right: -27px;
    top: -18px;
}
#optin .optinlabel:after {
	  content: url("http://x3profits.com/wp-content/uploads/2013/03/arrow2.png");
    position: absolute;
    right: -40px;
    top: 31px;
}
#optin .optinlabel:before {
	content: url("http://x3profits.com/wp-content/uploads/2013/03/arrow1.png");
    left: -40px;
    position: absolute;
    top: 30px;
	
}
.inputforms {
    background: url("http://x3profits.com/wp-content/uploads/2013/03/cont-bg.jpg") repeat-y scroll 0 -3px transparent;
    margin: -25px 0;
    padding: 25px 0;
    text-align: center;
    width: 100%;
}

.optintext {
    padding: 7px 10px;
    text-align: center;
}
.inputforms .optinlabel {
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    margin: 0 auto;
    width: 250px;
}
.inputforms .optinlabel:after {
	content:"" !important;
}
.inputforms .optinlabel:before {
	content:"" !important;
}
#optinbutton {
	background: none repeat scroll 0 0 #FF6C00;
	border: 1px solid #CCCCCC;
	border-radius: 20px 20px 20px 20px;
	color: white;
	cursor: pointer;
	display: block;
	font-family: arial !important;
	font-size: 15px;
font-weight: bold;
	margin: 10px auto;
	padding: 7px 20px;
}
#optinbutton:hover {
	opacity: 0.8;
}
/*---------Accordion Contact Forms----------*/

#toggle-view {
	list-style:none;	
	font-family:arial;
	font-size:11px;
	margin:0;
	padding:0;
	width:300px;
}

	#toggle-view li {
		margin:10px;
		border-bottom:1px solid #ccc;
		position:relative;
		cursor:pointer;
	}
	
	#toggle-view h3 {
		margin:0;
		font-size:14px;
	}

	#toggle-view span {
		position:absolute;
		right:5px; top:0;
		color:#ccc;
		font-size:13px;
	}
	
	#toggle-view .panel {
		margin:5px 0;
		display:none;
	}	

        .wpcf7-list-item {
	display:block;
	}

	.wpcf7-form input[type=submit] {
	border: none;
	color: white;
	background-color: #E06411;
	font-weight: bold;
	font-size: 17px;
	padding: 5px 15px 5px 15px;	
	border: 1px solid black;
	border-radius: 8px;
 	}
	.none {
	display:none;
	}

	.text-toggle {
	background-color: rgba(204, 204, 204, 0.26);
	border: 1px solid rgba(204, 204, 204, 0.6);
	padding: 13px;
	border-radius: 5px;
	}

.toggle .tog {
 background-color: #E6E6E6;
  border: 1px solid rgba(79, 79, 79, 0.21);
  color: #1D3F7D;
  display: block;
  padding: 5px;
  text-decoration: underline;
  width: 100%;
font-weight:bold;
  cursor: pointer;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 select, .wpcf7 textarea {
  background: none repeat scroll 0 0 #FCFCFC;
  border: 1px solid #DCDCDC;
  color: #5C5C5C;
  padding: 6px 7px;
  width: 220px;
}

.wpcf7 input.wpcf7-captchar {
    width: 100px;
}

.page-id-12 a.toggle span{
background-color: #E6E6E6;
  border: 1px solid rgba(79, 79, 79, 0.21);
  color: #1D3F7D;
  display: block;
  padding: 5px;
  text-decoration: underline;
  width: 100%;
font-weight:bold;
}

.new-form-label {
	width: 150px;
	display: block;
	float: left;
	margin-bottom: 10px;
}

.new-application-form div {
	margin-bottom: 20px;
}

.new-form-label{
display:block;
}
/**************** Accordion ************************/

   	.accordion{width:60%;}
	.accordion dd,.accordion dt{padding:10px;border:1px solid #000;border-bottom:0}
	.accordion dd:last-of-type,.accordion dt:last-of-type{border-bottom:1px solid #000}
	.accordion dd a,.accordion dt a{display:block;color:#000;font-weight:bold}
	.accordion dd{border-top:0;font-size:12px}.accordion dd:last-of-type{position:relative;top:-1px}
	.accordion span {position: relative;color: #ccc;float:right;}