@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:600);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:700);

#Body{
	font-family: 'Source Sans Pro', sans-serif;
	color:#505050;
	font-size:14px;
}
p,div{
	font-family: 'Source Sans Pro', sans-serif;
	color:#505050;
	font-size:14px;
}
h1{
	font-family: 'Source Sans Pro', sans-serif;
	margin:0px;
	padding:0px;
	font-weight:normal;
	line-height:130%;
}
h2{
	font-family: 'Source Sans Pro', sans-serif;
	margin:0px;
	padding:0px;
	font-weight:normal;
	line-height:130%;
}
h3{
	font-family: 'Source Sans Pro', sans-serif;
	margin:0px;
	padding:0px;
	font-weight:normal;
	line-height:130%;
}
h4{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	margin:0px 0px 5px;
	padding:0px;
	font-weight:700;
	line-height:130%;
	text-transform:uppercase;
	letter-spacing: 0px;
	color:#505050;
}
h5{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	margin:0px 0px 5px;
	padding:0px;
	font-weight:600;
	line-height:130%;
}
h6{
	color:#242424;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:15px;
	margin:0px 0px 5px;
	padding:0px;
	font-weight:600;
	line-height:130%;
}
ul li{
	font-family: 'Source Sans Pro', sans-serif;
	line-height:160%;
	list-style:disc;
	padding:5px 0px;
}
ul li span{
	font-size:14px; !important;
	color:#505050;
	line-height: 157% !Important;
}
a,a:link,a:active,a:hover,a:visited{
	color:#08a7e7;
}

.Normal, p{
	font-size:14px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:150%;
	margin:0px 0px 15px;
}
#wrapper{
	width: 940px;
	margin: 0 auto;
	padding: 0px 10px;
}
.dnnEditState .DnnModule {
	opacity: 1.0;
}
.adminTools{
	background:#343434;
	padding:7px 0px 6px;
	color:#f7f7f7;
	height: 18px;
}
.adminTools #wrapper{
	background:#343434;
}
.adminTools .user{
	float:left;
}
.adminTools div{
	color:#f7f7f7;
	font-size:12px;
}
.adminTools ul{
	float:right;
	margin:4px 0px 0px;
}


.arrow{
	background:url(images/arrow-small.png) no-repeat right;
	padding: 0px 18px 3px 0px;
	color:#fff;
}
.orange_btn_med{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	background:#ef7419;
	color:#fff !important;
	text-decoration:none;
	font-size:15px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 6px 15px 7px 17px;
	border:4px solid #dbdee1;
	-moz-box-shadow: inset 0 0 5px #ae4a00;
	-webkit-box-shadow: inset 0 0 5px #ae4a00;
	box-shadow: inset 0 0 5px #ae4a00;
	margin:15px 10px;
	text-shadow: 1px 1px 1px #a34703;
	display: inline-block;
	behavior: url(Portals/_default/Skins/swadvantage/PIE/PIE.htc);
	position:relative;
	z-index: 10;
}
.orange_btn_med:hover{
	background:#ff8123;
}

body.ie7 .adminTools ul{
	width:500px;
}
.adminTools ul li{
	float:left;
	border-left:1px solid gray;
	list-style:none;
	line-height: 90%;
	padding:0px 10px;
}
.adminTools ul li:first-child{
	border-left:none;
}
.adminTools ul li a{
	color:#87d1ee;
	text-decoration:none;
}
.adminTools ul li a:hover{
	color:#08a7e7;
}

.Normal, p{
	margin: 0px;
}

#dnn_ContentPane .Popup-White-NoTitle p{
	padding: 0px 35px !important;
    width: 90% !important;
}

#dnn_ContentPane p{
	padding: 10px;
    width: 90%;
    margin:0px auto;
}
#dnn_ContentPane{
	float:none;
	position:relative;	  
    padding: 0;
    width: 52%;
}
body.ie7 #dnn_ContentPane, body.ie8 #dnn_ContentPane{
	width:500px !important;
}
body.ie9 #dnn_ContentPane, body.ie8 #dnn_ContentPane, body.ie7 #dnn_ContentPane{
		margin:0px;
		float:left;
	}
#wrapper{
	padding:0px;
}
#dnn_ContentPane .TestimonialSubmission{
	padding-top: 20px;
	width:400px;
	margin: 0px !important;
}
body.ie8 #dnn_ContentPane .TestimonialSubmission{
	width:600px;
}
body.ie7 #dnn_ContentPane .TestimonialSubmission{
	width:650px;
}

#dnn_ctr577_FormMaster_ctl_963ad341a95b489cad88cc0356117226div{
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
    float: left;
    margin: 10px -7px 0;
    width: 101.2%;
    padding-bottom:5px;
    border-top:1px solid #d6d6d6;
    height: 60px;
}

input[type="file"]{
	border-width: 0 !important;
    box-shadow: 0 0 0 #FFFFFF inset;
    clear: both;
    display: block;
    float: none;
    font-size: 14px !important;
    margin: 15px 35px !important;
    opacity: 1 !important;
    padding: 0 !important;
    position: relative !important;
    transform: translate(0px, 0px) scale(1) !important;
    width: 313px;
}
body{
	padding:0px !Important;
}
.shareFooter{
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
    float: left;
    margin: 10px -7px 0;
    width: 101.2%;
    padding:10px;
    border-top:1px solid #d6d6d6;
    height: 20px;
}
#dnn_ContentPane div.SkinContainer .clear{
	margin:0px !important;
}



.contactForm input, .contactForm textarea, .contactForm select, .TestimonialSubmission input, .TestimonialSubmission textarea, 
.TestimonialSubmission select{
	background:#fff;
	border:1px solid #fff;
	-moz-box-shadow: inset 0 0 5px #ababab;
	-webkit-box-shadow: inset 0 0 5px #ababab;
	box-shadow: inset 0 0 5px #ababab;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:12px 12px 10px;
	width:305px;
	margin:6px 20px;
	font-size: 14px;
	behavior: url(Portals/_default/Skins/swadvantage/PIE/PIE.htc);
	position:relative;
	z-index: 10;
	font-size:13px;
}

body.ie8 .contactForm input, body.ie8 .contactForm textarea, body.ie8 .contactForm select, body.ie8 .TestimonialSubmission input, body.ie8 .TestimonialSubmission textarea{
	background:none !Important;
	border:1px solid #c5c5c5;
	padding:5px 5px;
	height:20px;
	behavior: url(Portals/_default/Skins/swadvantage/PIE/PIE.htc);
	position:relative;
	z-index: 10;
}
body.ie7 .contactForm input, body.ie7 .contactForm textarea, body.ie7 .contactForm select, 
body.ie7 .TestimonialSubmission input, body.ie7 .TestimonialSubmission textarea{
	background:none !Important;
	border:1px solid #c5c5c5;
	padding:5px 5px;
	height:20px;
	behavior: url(Portals/_default/Skins/swadvantage/PIE/PIE.htc);
	position:relative;
	z-index: 10;
}

.applicationForm input, .applicationForm textarea, .applicationForm select{
	background:#fff;
	border:1px solid #fff;
	-moz-box-shadow: inset 0 0 5px #ababab;
	-webkit-box-shadow: inset 0 0 5px #ababab;
	box-shadow: inset 0 0 5px #ababab;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:12px 12px 10px;
	width:305px;
	margin:6px 0px;
	font-size: 14px;
	behavior: url(Portals/_default/Skins/swadvantage/PIE/PIE.htc);
	position:relative;
	z-index: 10;
	font-size:13px;
}
#dnn_ctr851_NewsSearch_txtSearch{
	background:#fff;
	border:1px solid #fff;
	-moz-box-shadow: inset 0 0 5px #ababab;
	-webkit-box-shadow: inset 0 0 5px #ababab;
	box-shadow: inset 0 0 5px #ababab;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:12px;
	width:305px;
	margin:6px 0px;
	font-size: 14px;
	behavior: url(Portals/_default/Skins/swadvantage/PIE/PIE.htc);
	position:relative;
	z-index: 10;
}

.applicationForm input[type="radio"]{
	width:25px;
	border:none !Important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.TestimonialSubmission h4{
	text-align:center;
}
.applicationForm h4{
	margin:12px 0px 0px;
}
.applicationForm p, .applicationForm .SubHead{
	margin:10px 0px 0px;
	font-weight:700;
	float: left;
	clear: both;
	width: 100%;
}
.TestimonialSubmission .SubHead{
	text-align: right;
	font-weight:700;
	float: left;
	clear: both;
	width: 90%;
	margin: 15px 0px 0px;
}
.applicationForm .sm{
	width:97px;
	background-position: 87.5% 54%, center center;
}
.applicationForm .radiobtn label{
	font-weight:700;
	margin: 0px 25px 0px 5px;
}
.applicationForm .radio{
	line-height: 210%;
	float: left;
	clear: both;
	width: 100%;
}
body.ie8 .applicationForm .radio, body.ie7 .applicationForm .radio{
	line-height: 100%;
}
.applicationForm .radio label{
	margin: 0px 25px 0px 5px;
}
.contactForm select, .applicationForm select, .TestimonialSubmission select{
	height: 42px;
	width: 332px;
	background: url(images/dropdown.png);
	background-position: 96.5% 53%;       
	background-repeat: no-repeat;
	-webkit-appearance: none;
	cursor:pointer;
	font-size: 13px;
}
body.ie8 .applicationForm input, body.ie8 .applicationForm textarea,
body.ie7 .applicationForm input, body.ie7 .applicationForm textarea{
	background:none;
	border:1px solid #c5c5c5;
	padding:5px 5px;
	height:20px;
	behavior: url(Portals/_default/Skins/swadvantage/PIE/PIE.htc);
	position:relative;
	z-index: 10;
}
body.ie8 .contactForm select, body.ie8 .applicationForm select, body.ie8 .TestimonialSubmission select,
body.ie7 .contactForm select, body.ie7 .applicationForm select, body.ie7 .TestimonialSubmission select{
	background:none;
	border:1px solid #c5c5c5;
	padding:5px 5px;
	height:30px;
	behavior: url(Portals/_default/Skins/swadvantage/PIE/PIE.htc);
	position:relative;
	z-index: 10;
}
body.ie7 .TestimonialSubmission select, body.ie7 .applicationForm select{
	width:310px;
}
body.ie8 .TestimonialSubmission select, body.ie8 .applicationForm select{
	width:315px;
}
body.ie8 .applicationForm .sm {
	width: 97px;
	background-position: 87.5% 54%, center center;
}
#first_input, #second_input, #third_input{
	height: 40px;
	background: url(images/dropdown.png);
	background-position: 92.5% 53%;       
	background-repeat: no-repeat;
	-webkit-appearance: none;
	cursor:pointer;
	border:1px solid #fff;
	-moz-box-shadow: inset 0 0 5px #ababab;
	-webkit-box-shadow: inset 0 0 5px #ababab;
	box-shadow: inset 0 0 5px #ababab;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:12px;
	behavior: url(Portals/_default/Skins/swadvantage/PIE/PIE.htc);
	position:relative;
	z-index: 10;
	width:200px;
	font-size: 11px;
}
body.ie8 #first_input, body.ie8 #second_input, body.ie8 #third_input,
body.ie7 #first_input, body.ie7 #second_input, body.ie7 #third_input{
	background:none !Important;
	border:1px solid #c5c5c5;
	padding:5px 5px;
	height:30px;
	behavior: url(Portals/_default/Skins/swadvantage/PIE/PIE.htc);
	position:relative;
	z-index: 10;
}
span.dnnInputFileWrapper > span.dnnSecondaryAction{
	display:none !Important;
}
.dnnInputFileWrapper{
	float: none !Important;
}
.dnnInputFileWrapper input{
	background:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	
}
.applicationForm .orange_btn_lg{
	float: left;
	padding: 8px 30px 10px;
	margin-top:20px;
}
.TestimonialSubmission .orange_btn_lg{
	padding: 8px 30px 10px;
	margin: 10px 190px 0px;
	width: 47px;
}
.contactForm, .applicationForm{
	margin: 0px !important;
	padding: 15px;
	width: 100%;
	border: 1px solid #d0d0d0;
}
.DnnModule-665 .contactForm input, .DnnModule-665 .contactForm textarea, .DnnModule-665 .contactForm select, .DnnModule-665 .TestimonialSubmission input, 
.DnnModule-665 .TestimonialSubmission textarea, .DnnModule-665 .TestimonialSubmission select{
	   margin: 6px 0px;
}
.contactForm .orange_btn_lg{
	float: right;
	margin: 10px 20px;
	padding: 8px 30px 10px;
}

#dnn_ctr554_FormMaster_ctl_9ecc244d9ba24386b339926ccac868ffdiv, #dnn_ctr554_FormMaster_ctl_5fce97fcc50641d188ae7fd5b256439ddiv{
	width:20px;
}

.orange_btn_lg{
	background:#ef7419;
	color:#fff !important;
	text-decoration:none;
	font-size:16px;
	padding: 8px 30px 10px;
	border:4px solid #dbdee1;
	-moz-box-shadow: inset 0 0 5px #ae4a00;
	-webkit-box-shadow: inset 0 0 5px #ae4a00;
	box-shadow: inset 0 0 5px #ae4a00;
	margin:10px;
	text-shadow: 1px 1px 1px #a34703;
	display: inline-block;
	font-weight:600;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(Portals/_default/Skins/swadvantage/PIE/PIE.htc);
	position:relative;
	z-index: 10;
}
.orange_btn_lg:hover{
	background:#ff8123;
}
/*  NEWS ARTICLE MODULE*/
.NewsArticles .Head{
	font-size:20px !important;
}
.NewsArticles{
	text-align:left !Important;
}
.NewsArticles hr{
	margin: 10px 0px !important;
}
.fullview {
	position:relative;
}
.fullview  .testimonialWrap{
	width:100% !important;
	margin:0px;
}
.fullview .testimonial-bg img{
	width:100%;
	height:auto;
}

.testimonialFullWidth .pagetext{
	text-align:left;
	padding:30px 25px;
	float:left;
	clear:both;
	width: 95%;
}
.testimonialFullWidth{
	border: 1px solid #d6d6d6;
	padding-bottom: 30px;
}
.rep_detail_container{
	background:url(images/bg-gray-dropshadow-sm.png) repeat-x;
	border: 1px solid #d6d6d6;
	padding: 8px 28px 30px;
	position:relative;
}
.rep_detail_container div{
	margin: 0px 0px 12px;
}
.rep_detail_container label{
	font-weight:600;
	text-transform: uppercase;
}
.rep_detail_container span b{
	font-weight:normal !Important;
}
.testimonialFullWidth .testimonialWrap{
	width: 95%;
	background:url(images/bg-gray-dropshadow.jpg) repeat-x;
	padding: 25px 20px 0px 25px;
	margin:0px;
}
.testimonialFullWidth .testimonial-bg{
	width: 27%;
	background: #fff;
}
.testimonialFullWidth .testimonialWrap h4{
	float:left;
	text-align:left;
	margin: 28px 28px 5px;
	font-size: 23px;
	text-transform: capitalize;
	width: 60%;
}
.testimonialFullWidth .testimonialWrap .location{
	float:left;
	text-align:left;
	margin: 0px 28px 10px;
	text-transform: capitalize;
	width: 60%;
	font-size:15px;
}
.testimonialFullWidth .testimonialWrap .pagetext{
	width: 60%;
	margin: 0px 28px 10px;
	float:left;
	text-align:left;
}
.testimonialFullWidth .testimonial-bg img{
	width: 240px;
	height: auto;
}
.testimonialFullWidth .testimonialWrap{
	min-height:auto;
}
body.ie7 .alumni .testimonialImage, body.ie7 .alumni .fullview .testimonial-bg img, body.ie8 .alumni .testimonialImage, body.ie8 .alumni .fullview .testimonial-bg img{
	width: 300px !important;
	margin:0px auto;

}
body.ie7 .alumni .testimonial-bg, body.ie8 .alumni .testimonial-bg{
	border:none;
	text-align:center;
}
.alumniWrap .summary{
	font-weight:600;
	margin:25px 0px;
	text-align:center;
	float: left;
	clear: both;
}
.alumni-bg, .testimonial-bg{
	padding:10px;
	width: 100%;
	margin: 0px 0px 15px;
	-moz-box-shadow: 3px 3px 4px 0 #D6D6D6;
	-webkit-box-shadow: 3px 3px 4px 0 #D6D6D6;
	box-shadow: 3px 3px 4px 0 #D6D6D6;
	border: 1px solid #d0d0d0;
}
.alumni-bg p{
	font-weight:600;
	margin:0px;
	text-align:center;
	float: left;
	clear: both;
}
.alumniWrap h4, .testimonialWrap h4{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size:16px; 
	color:#505050;
	text-transform:uppercase;
	margin:20px 0px 0px;
	text-align:center;
}
.alumniWrap h4 a, .testimonialWrap h4 a{
	color:#505050;
	font-size: 16px;
	line-height: 122%;
}
.alumniWrap h4 a:hover, .testimonialWrap h4 a:hover{
	color:#08a7e7;
	text-decoration:underline;
}
.testimonialWrap .location{
	color:#a1a0a0;
}
.alumni .testimonialWrap .location{
	color:#a1a0a0;
	text-align: center;
}
.testimonial-bg img{
	width:275px;
	height:160px;
}
.testimonialWrap .imageWrap{
	background:#07a7e7;
	width:275px;
	height:160px;
	position:relative;
}
.testimonialWrap .details{
	color:#fff;
	font-weight:700;
	padding:15px 10px;
	margin:0px;
}
body.ie8 .testimonialWrap .details, body.ie7 .testimonialWrap .details{
	font-size:13px;
}
.testimonialWrap .imageWrap .video{
	position: absolute;
	top: 0;
	left: 0;
	width:275px;
	height:160px;
}
/*ALUMNI*/
.fullview img, .fullview .testimonial-bg{
	width:100%;
	max-width:300px !important;
	min-width:200px;
	margin:0px auto;
	height:auto;
}
.alumni-bg img, .alumni-bg, .testimonial-bg img, .testimonial-bg, .testimonialWrap .imageWrap, .textWrap{
	width:100%;
	max-width:275px;
	min-width:200px;
	margin:0px auto;
	height:auto;
}

@media(max-width: 320px) {
.fullview  .testimonialWrap{
	width:50% !important;
	margin:0px;
	text-align: justify  !important;
	}
	
	#dnn_ContentPane p { width:100% !important;}

}