@font-face {
    font-family: 'pt_sansbold';
    src: url('../fonts/ptsans_bold/PTS75F-webfont.eot');
    src: url('../fonts/ptsans_bold/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ptsans_bold/PTS75F-webfont.woff') format('woff'),
         url('../fonts/ptsans_bold/PTS75F-webfont.ttf') format('truetype'),
         url('../fonts/ptsans_bold/PTS75F-webfont.svg#pt_sansbold') format('svg');
}

@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/ptsans_regular/PTS55F-webfont.eot');
    src: url('../fonts/ptsans_regular/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ptsans_regular/PTS55F-webfont.woff') format('woff'),
         url('../fonts/ptsans_regular/PTS55F-webfont.ttf') format('truetype'),
         url('../fonts/ptsans_regular/PTS55F-webfont.svg#pt_sansregular') format('svg');
}

@import url(http://fonts.googleapis.com/css?family=Oswald);

.articletxt iframe {
	
width: 90% !important;	
	}
	
#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
width: 100% !important;
}


.outer-wrapper {
	padding-top: 40px;
}

img, 
object {
     max-width: 100%;
}

ul {

list-style-type: square;

		
	
}


.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

input[type="text"], 
input[type="password"], 
input[type="email"], 
select, 
input[type="submit"] {
	display: inline;
	margin-bottom: 0;
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.video iframe, 
.video object, 
.video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.row, .clear {
	clear: both;
}

.box.wrapper {
	background: #000;
	padding: 10px;
	border-radius: 10px;
}

.header-wrap, .slogan-outerwrap {
	margin-bottom: 40px;
	padding: 10px 0;
}

.articlebox {
	background: hsla(0, 0%, 96%, .9);
	margin-bottom: 40px;
	padding: 5px 0;
	-webkit-border-radius:	2.5px;
	-moz-border-radius:		2.5px;
	border-radius:			2.5px;
	width: 100%;
	margin: 0, auto;
	margin-left: 15px;
	margin-right: 15px;
	 -webkit-box-shadow: 4px 5px 5px 5px  rgba(0,0,0,0.41);
    box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.41);
	
	
}

.fb-like {
	
margin-bottom: 10px;	
	
}

.banner {
	
	background-color: #ffffff;
	margin-bottom: 40px;	
	width: 100%;


	
	
}


.articleboxcontent {
	
margin-left: 15px;
margin-right: 15px;	
	
}


.articletxt {
	
	background: hsla(0, 0%, 98%, .9);
	margin-bottom: 40px;
	padding: 5px 0;
	-webkit-border-radius:	2.5px;
	-moz-border-radius:		2.5px;
	border-radius:			2.5px;
	width: 100%;
	margin: 0, auto;
	text-indent: 10px;
	
		
}

.minicaptureboxcontent h1, p { 

text-align: center;

}

.minicaptureboxcontent {

margin-left: 15px;
margin-right: 15px;

}

.minicaptureboxcontent input[type="text"], input[type="email"] {

margin-left: 25px;

}



.slogan-outerwrap {
	padding-top: 15px;
}

.header p, p.quote {
	display: none;
}


.centercontent {
	
width: 90%;
margin: 0 auto;
	
}

.center-col .inner {
	

	-webkit-border-radius:	7px;
	-moz-border-radius:		7px;
	border-radius:			7px;

}


.right-col .inner {
	
	padding: 15px 25px 0;
	-webkit-border-radius:	7px;
	-moz-border-radius:		7px;
	border-radius:			7px;
	border: 5px solid #d94c7b;
}

.right-col h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 900;
}


p.offset-by-one {
	margin-top: 40px;
	clear: both;
}

input.txtinput {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	margin-bottom: 15px;
	padding-left: 15px;
	color: #000;
	opacity: 1;
	text-shadow: 0 0 0;
	outline: none; /*Remove Chrome and Safari glows on focus*/
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;	
}

input.txtinput:focus {
	border-color: hsla(340, 65%, 59%, 0.5);
	box-shadow: 		0 0 3px hsla(340, 65%, 59%, 1);
	-moz-box-shadow:	0 0 3px hsla(340, 65%, 59%, 1);
	-webkit-box-shadow: 0 0 3px hsla(340, 65%, 59%, 1);
	outline: 0 none; 
	outline: none; /*Remove Chrome and Safari glows on focus*/
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;		
}


input.txtcenter {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	margin-bottom: 15px;
	padding-left: 15px;
	color: #000;
	opacity: 1;
	text-shadow: 0 0 0;
	outline: none; /*Remove Chrome and Safari glows on focus*/
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;	
}

input.txtcenter:focus {
	border-color: hsla(340, 65%, 59%, 0.5);
	box-shadow: 		0 0 3px hsla(340, 65%, 59%, 1);
	-moz-box-shadow:	0 0 3px hsla(340, 65%, 59%, 1);
	-webkit-box-shadow: 0 0 3px hsla(340, 65%, 59%, 1);
	outline: 0 none; 
	outline: none; /*Remove Chrome and Safari glows on focus*/
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;		
}


input.txtinput2 {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	margin-bottom: 15px;
	margin-left: 55px;
	padding-left: 15px;
	color: #000;
	opacity: 1;
	text-shadow: 0 0 0;
	outline: none; /*Remove Chrome and Safari glows on focus*/
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;	
}

input.txtinput2:focus {
	margin-left: 55px;
	border-color: hsla(340, 65%, 59%, 0.5);
	box-shadow: 		0 0 3px hsla(340, 65%, 59%, 1);
	-moz-box-shadow:	0 0 3px hsla(340, 65%, 59%, 1);
	-webkit-box-shadow: 0 0 3px hsla(340, 65%, 59%, 1);
	outline: 0 none; 
	outline: none; /*Remove Chrome and Safari glows on focus*/
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;		
}

input#lastname {
	background: #fff url('../images/icon-name.png') no-repeat 95% center;
}

input#email {
	background: #fff url('../images/icon-email.png') no-repeat 97% center;
	width: 95%;
}

input#lastname {
	background: #fff url('../images/icon-name.png') no-repeat 95% center;
}

input.btn-find {

	border: 0;
	text-shadow: 1px 1px 1px #333;
	color: #fff;
	font-size: 1.1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 7px 35px;
	margin: 0 auto;
	display: block;
}

input.btn-find:hover {
	
	border: 0;
	text-shadow: 1px 1px 1px #333;
	color: #fff;
	font-size: 1.1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 7px 35px;
	margin: 0 auto;
	display: block;
}

input.btn-long {

	border: 0;
	text-shadow: 1px 1px 1px #333;
	color: #fff;
	font-size: 1.1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 7px 35px;
	margin: 0 auto;
	display: block;
	width: 80%;
}

input.btn-long:hover {
	
	border: 0;
	text-shadow: 1px 1px 1px #333;
	color: #fff;
	font-size: 1.1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 7px 35px;
	margin: 0 auto;
	display: block;
	width: 80%;
}


p.txt-secure {
	text-align: center;
	background: url('../images/icon-secure.png') no-repeat left center;
	font-size: .85em;
	color: #000;
}

input#firstname, input#lastname {
	float: left;
	width: 42%;
}

input#lastname {
	float: right;
}

.page2 .maincol {
	background: hsla(255,255%,255%,.5);
	padding: 20px 0;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.3em;
}

h1, h2 {
	text-align: center;
}

h3 {
	font-size: 3em;
}

h4 {
	font-size: 2.3em;
}

.articleboxcontent p {
	
text-align: left;
	
	
}

.page2 .box.wrapper {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 100%;
}

.page-inner {
	padding: 0 50px;
	text-align: center;
	margin-bottom: 50px;
}

.page-inner p {
	color: #000;
}

.form2 {
	width: 600px;
	margin: 0 auto;
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top,  hsla(0,0%,93%,.7) 0%, hsla(0,0%,79%,.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(0,0%,93%,.7)), color-stop(100%,hsla(0,0%,79%,.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  hsla(0,0%,93%,.7) 0%,hsla(0,0%,79%,.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  hsla(0,0%,93%,.7) 0%,hsla(0,0%,79%,.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  hsla(0,0%,93%,.7) 0%,hsla(0,0%,79%,.7) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  hsla(0,0%,93%,.7) 0%,hsla(0,0%,79%,.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#cacaca',GradientType=0 ); /* IE6-9 */
	clear: both;
	padding: 50px 50px 0;
	border: 5px solid #d94d7c;
	-webkit-border-radius:	7px;
	-moz-border-radius:		7px;
	border-radius:			7px;
}

.fnone {
	clear: both;
	float: none !important;
}

.form2 input.txtinput {
	border: 0;
	display: block;
}

.form2 select {
	padding: 7px;
	margin-bottom: 15px;
	display: block;
}

.form2 p {
	margin-bottom: 15px;
}

.form2 input.txtinput {
	width: 45%;
}

.form2 select {
	border: 0 !important;  /*Removes border*/
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	background: #fff url('../images/dropdown-arrow.png') no-repeat;  /*Adds background-image*/
	background-position: 95% 12px;  /*Position of the background-image*/
	width: 48%; /*Width of select dropdown to give space for arrow image*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/
	cursor: pointer;
}

select#webinar_list {
	
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset !important;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset !important;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset !important; 
	color: #000;
	opacity: 1;
	text-shadow: 0 0 0;
	outline: none; /*Remove Chrome and Safari glows on focus*/
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	width: 60%;
	margin-left: 20px;
	
}



.form2 input.yprtxtinput {
	width: 65%;
}

.form2 label {
	display: inline;
	margin-right: 30px;
	padding-left:24px;
	height:19px; 
	display:inline-block;
	line-height:19px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;	
	color: #d94d7c;
	text-transform: uppercase;
}

span.opts {
	min-width: 280px;
	display: inline-block;
}

input[type="radio"].css-checkbox {
	display:none;
}

input[type="radio"].css-checkbox + label.css-label {
	padding-left:24px;
	height:19px; 
	display:inline-block;
	line-height:19px;
	background-repeat:no-repeat;
	vertical-align:middle;
	cursor:pointer;

}

input[type="radio"].css-checkbox:checked  + label.css-label {
	background-position: 0 -19px;
}

label.css-label {
	background: url('../images/icon-radio.png') no-repeat left top;
	background-repeat: no-repeat;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}