/* TYPOGRAPHY
----------------------------------------------------------- */


p  {
    padding:5px;
	padding-left:0px;
	padding-right:0px;
	}

.module_round_box_outer ul, .moduletable ul  {
	list-style: none; }
	
.contentpaneopen ul {
	list-style:disc;
	margin-left:10px;
	margin-right:10px;
	}

ol  {
	margin-top: 5px;
	margin-bottom: 5px; }

ol li  {
	padding:2px;
	margin-right:15px;
	margin-left: 15px; }

blockquote {
	background:transparent url(../images/typography/s5_left_quote.png) no-repeat top left;
	font-weight:bold;
	font-style:italic;
	line-height:150%;
	margin:15px 0pt;
	padding:0px 0px 5px 65px;
	width:auto;
}

blockquote p {
	background:transparent url(../images/typography/s5_right_quote.png) no-repeat bottom right;
	margin-top:0pt;
	padding:0pt 65px 10px 0pt;
}

.code {
	background:#EBEAEA;
	border-left:solid 5px #666666;
	color:#666666;
	font-family:monospace;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
	margin-top:15px;
	margin-bottom:15px;
	padding:10px 20px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:1.4em;
}

ul.ul_arrow li {
	background:transparent url(../images/typography/s5_ul_arrow.png) no-repeat top left;
	padding:3px;
	padding-left:18px;
	padding-right:18px;
	list-style:none;
}

	#s5_component_wrap ul.ul_arrow {
		padding-left:0px;
		margin-left:0px;
		margin-right:0px;
		list-style-type:none;}
		

ul.ul_star li {
	background:transparent url(../images/typography/s5_ul_star.png) no-repeat top left;
    line-height: 17px;
    list-style: none outside none;
    margin-top: 12px;
    padding: 0 16px 0 24px;
}


	#s5_component_wrap ul.ul_star {
    line-height: 21px;
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;}

ul.ul_bullet li {
	background:transparent url(../images/typography/s5_ul_bullet.png) no-repeat top left;
	padding:3px;
	padding-left:23px;
	padding-right:18px;
	list-style:none;
}

	#s5_component_wrap ul.ul_bullet {
		padding-left:0px;
		margin-left:0px;
		margin-right:0px;
		list-style-type:none;}


#s5_component_wrap ul.ul_numbers {
	padding-left:0px;
	margin-left:0px;
	margin-right:0px;
	list-style-type:none;}	

ul.ul_numbers li {
	padding-top:6px;
	padding-left:36px;}		
		
li.li_number1  {
	background:transparent url(../images/typography/s5_li_number1.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number2  {
	background:transparent url(../images/typography/s5_li_number2.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number3  {
	background:transparent url(../images/typography/s5_li_number3.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number4  {
	background:transparent url(../images/typography/s5_li_number4.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number5  {
	background:transparent url(../images/typography/s5_li_number5.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number6  {
	background:transparent url(../images/typography/s5_li_number6.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number7  {
	background:transparent url(../images/typography/s5_li_number7.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number8  {
	background:transparent url(../images/typography/s5_li_number8.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number9  {
	background:transparent url(../images/typography/s5_li_number9.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

.red_box {

	background:#FFD6D6;
	border:solid 1px #EF706F;
	color:#CC0000;
	padding:6px 6px 6px 15px;
}

.red_box a, #s5_component_wrap_inner .red_box a {
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
}

.blue_box {

	background:#D0DCEC;
	border:solid 1px #5B95DA;
	color:#1B6FC2;
	padding:6px 6px 6px 15px;
}

.blue_box a, #s5_component_wrap_inner .blue_box a {
	color:#1B6FC2;
	font-weight:bold;
	text-decoration:none;
}

.green_box {

	background:#EEF7DD;
	border:solid 1px #40AB38;
	color:#40AB38;
	padding:6px 6px 6px 15px;
}

.green_box a, #s5_component_wrap_inner .green_box a {
	color:#40AB38;
	font-weight:bold;
	text-decoration:underline;
}

.orange_box {

	background:#FEF6D8;
	border:solid 1px #755102;
	color:#755102;
	padding:6px 6px 6px 15px;
}

.orange_box a, #s5_component_wrap_inner .orange_box a {
	color:#755102;
	font-weight:bold;
	text-decoration:underline;
}

.yellow_box {

	background:#F4F5B9;
	border:solid 1px #757402;
	color:#757402;
	padding:6px 6px 6px 15px;
}

.yellow_box a, #s5_component_wrap_inner .yellow_box a {
	color:#757402;
	font-weight:bold;
	text-decoration:underline;
}

.gray_box {

	background:#FFFFFF;
	border:solid 1px #9D9D9D;
	color:#4B4B4B;
	padding:6px 6px 6px 15px;
}

.gray_box a, #s5_component_wrap_inner .gray_box a {
	color:#4B4B4B;
	font-weight:bold;
	text-decoration:underline;
}

.black_box {

	background:#333333;
	border:solid 1px #4D4D4D;
	color:#FFFFFF;
	padding:6px 6px 6px 15px;
}

.black_box a, #s5_component_wrap_inner .black_box a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

.boxed {
    background: none repeat scroll 0 0 #D9D9D9;
    border: 1px solid #BFBEBE;
    margin-right: 0;
    padding: 5px;
	float:left;
	margin:0px;
	margin-bottom:14px;
}

.boxed_black {
	background:#1A1A1A;
	padding:3px;
	margin-right:10px;
	margin-bottom:8px;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

.boxed_black:hover {
	background:#414141;
	-webkit-transition: background 200ms ease-in;
	-moz-transition: background 200ms ease-in;
	-o-transition: background 200ms ease-in;
	transition: background 200ms ease-in;
}

.padded, .img-intro-right img, .img-intro-left img, .img-fulltext-right img, .img-fulltext-left img {
	float:left;
	background:#FFFFFF;
}

.padded {
padding:10px;
border:solid 1px #E9E9E9;
}

.img-intro-right img, .img-fulltext-right img {
	float:right;
}

#s5_component_wrap .padded {
float:none;
margin:0px;
margin-bottom:14px;
}

.img-intro-right, .img-fulltext-right {
	margin-left:26px;
	margin-bottom:28px;
}

.img-intro-left, .img-fulltext-left {
	margin-right:26px;
	margin-bottom:28px;
}

.black_bg {
background:#2E2E2E;
color:#FFFFFF !important;
padding:12px;
padding-bottom:15px;
padding-top:20px;
font-size:2.8em !important;
display:inline;
}

.s5_greenbox {

	position:relative;
	padding:12px;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* FF3.5+ */
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Saf3.0+, Chrome */
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Opera 10.5, IE9, Chrome 10+ */
	color:#ffffff;
	background:#185564;}
	.s5_greenbox a {color:#ffffff;}

.s5_greenbox .point {
	padding-left:42px;
	background:transparent url(../images/typography/s5_alert.png) no-repeat center left;}	
	

	
.s5_graybox {

	position:relative;
	padding:12px;
	color:#313131;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* FF3.5+ */
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Saf3.0+, Chrome */
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Opera 10.5, IE9, Chrome 10+ */
	background:#e6e6e6;}
	.s5_graybox a {color:#313131;}

.s5_graybox .point {
	padding-left:42px;
	background:transparent url(../images/typography/s5_alert.png) no-repeat center left;}	
	
	

	
	
.s5_bluebox {

	position:relative;
	padding:12px;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* FF3.5+ */
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Saf3.0+, Chrome */
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Opera 10.5, IE9, Chrome 10+ */
	color:#ffffff;
	background:#22ace5;}
	.s5_bluebox a {color:#ffffff;}

.s5_bluebox .point {
	padding-left:42px;
	background:transparent url(../images/typography/s5_alert.png) no-repeat center left;}		
	

	
.s5_redbox {

	position:relative;
	padding:12px;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* FF3.5+ */
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Saf3.0+, Chrome */
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Opera 10.5, IE9, Chrome 10+ */
	color:#ffffff;
	background:#ff5858;}
	.s5_bluebox a {color:#ffffff;}

.s5_redbox .point {
	padding-left:42px;
	background:transparent url(../images/typography/s5_alert.png) no-repeat center left;}	
	

#contact-form .button {
margin-top:14px;
margin-bottom:14px;
}

	 

	 
	 /* PRICING TABLE
----------------------------------------------------------- */	
.s5_pricetable_7, .s5_pricetable_6, .s5_pricetable_5, .s5_pricetable_4, .s5_pricetable_3, .s5_pricetable_2, .s5_pricetable_1 {padding-top:50px;}
.s5_pricetable_7, .s5_pricetable_6, .s5_pricetable_5, .s5_pricetable_4, .s5_pricetable_3, .s5_pricetable_2, .s5_pricetable_1 {padding-bottom:25px;}
.s5_pricetable_7 .s5_pricetable_column { width:13.5%;}
.s5_pricetable_6 .s5_pricetable_column { width:15.5%;}
.s5_pricetable_5 .s5_pricetable_column { width:19.5%;}
.s5_pricetable_4 .s5_pricetable_column {	width:24.5%;}
.s5_pricetable_3 .s5_pricetable_column {	width:32.5%;}
.s5_pricetable_2 .s5_pricetable_column {	width:49.5%;}	
.s5_pricetable_1 .s5_pricetable_column {	width:100%;}		
	
.s5_pricetable_column.recommended {
	margin-top: -22px;
    padding-bottom: 23px;
	background:#333333;
	color:#ffffff;
	position: relative;
	margin-left: -1px;
    margin-right: -1px;
	border: medium none;}
	
.s5_pricetable_column {
	border:1px solid #cccccc;
	text-align:center;
	padding-bottom: 10px;
	background:#ffffff;
	float:left;}
	
	.s5_pricetable_column_padding {
		padding:20px;}


.s5_pricetable_column .s5_title {
	font-size: 2.2em;
	margin-bottom: 40px;
    padding: 17px 14px;	
	color:#ffffff;
	background:#333333;}
	
	.s5_pricetable_column.recommended .s5_title {
		color:#000000;
		background:#ffffff;}

.s5_pricetable_column .s5_horizontalrule	{
	height:1px;
	margin-bottom: 26px;
	background:#e1e1e1;}
	
	
.s5_pricetable_column .s5_options {
	font-size: 1.1em;
	margin-bottom: 25px;
    line-height: 32px;
	margin-top: 25px;
    text-align: center;}
	
.s5_pricetable_column a.s5_pricetable {	
	text-decoration:none;
	text-align:center;}
	
	.s5_buttoncenter {
	text-align:center;}
	
	
.s5_pricetable_column .price {
	line-height: 42px;
	font-size:5.1em;}

.s5_pricetable_column .dollarsign {	
	font-size: 1.4em;
	vertical-align: top;}
	
.s5_pricetable_column .month{
	vertical-align: text-top;
	font-size: 1.1em;}
	


@media screen and (max-width: 970px){

	.s5_pricetable_column {
		margin-bottom:45px;
		float:none;}
		
	.s5_pricetable_column.recommended {
		margin-top:0px;}
		
	.s5_pricetable_7 .s5_pricetable_column { width:100%;}
	.s5_pricetable_6 .s5_pricetable_column { width:100%;}
	.s5_pricetable_5 .s5_pricetable_column { width:100%;}
	.s5_pricetable_4 .s5_pricetable_column {	width:100%;}
	.s5_pricetable_3 .s5_pricetable_column {	width:100%;}
	.s5_pricetable_2 .s5_pricetable_column {	width:100%;}		
	
}


.s5_video_container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.s5_video_container iframe, .s5_video_container object, .s5_video_container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.middle_top_image_wrap {
float:left;
width:33.3%;
}

.middle_top_image_wrap_inner {
padding-right:10px;
}

.middle_top_image_wrap img {
float:left;
margin-right:12px;
}

.middle_top_image_wrap h4 {
font-size:0.95em;
float:left;
}

.middle_top_image_wrap span {
float:left;
font-size:0.8em;
}

.middle_top_image_content {
overflow:hidden;
}

.module_round_box_outer ul li a:hover {
text-decoration:none !important;
-webkit-transition: all 400ms ease-in;
-moz-transition: all 400ms ease-in;
-o-transition: all 400ms ease-in;
transition: all 400ms ease-in;
}

a {
-webkit-transition: all 400ms ease-out;
-moz-transition: all 400ms ease-out;
-o-transition: all 400ms ease-out;
transition: all 400ms ease-out;
}

.btn-group a {
-webkit-transition:none;
-moz-transition:none;
-o-transition:none;
transition:none;
}

.accordion_text {
line-height:150%;
}

.accordion_text img {
float:left;
margin-right:22px;
}

.image_slide_wrap img {
margin-bottom:18px;
}

.image_slide_wrap h4 {
margin-bottom:16px;
}

.image_slide_wrap {
float:left;
width:25%;
}

.image_slide_wrap_inner {
padding-left:16px;
padding-right:16px;
}

.accordion_text h4 {
margin-bottom:6px;
}

.s5_video_container {
margin-bottom:14px;
}

.s5_is_slide {
font-size:0.8em;
}

#s5_tabshow_left .s5_is_slide {
font-size:1em;
}

#s5_drop_down_text_inner {
margin-top:-7px;
display:block;
}

#s5_drop_down_container_inner {
border:none !important;
}

#s5_drop_down_inner .module_round_box_outer {
margin-left:10px !important;
margin-right:10px !important;
margin-bottom:22px !important;
}

.circle {
	float: left;
	margin-right: 22px;
	height:60px;
	text-align:center;
	width:60px;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
	border-radius:60px;}
	
	.circle p{
		position: relative;
		top: 50%;
		 -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 1.4em;}
		
		
ul.bullet_list {
    margin-left: 0;}		
	
	
	
/* Drop Caps
----------------------------------------------------------- */		
	
.firstcharacter { float: left; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; }	
.firstcharacter2 { float: left; font-size: 53px; line-height: 43px; padding-right: 8px; padding-top: 3px;}

p.drop_class:first-letter { float: left; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; }
p.drop_class2:first-letter { float: left; font-size: 53px; line-height: 43px; padding-right: 8px; padding-top: 3px; }


/* Icon Hovers
----------------------------------------------------------- */	

.icon_outer_wrap {
height:130px;
width:130px;
display:inline-block;
padding:0px;
background:#6a6a6a;
-moz-border-radius:10000px;
-webkit-border-radius:10000px;
border-radius:10000px;
position:relative;
overflow:hidden;
-webkit-transition:  background 300ms ease-in;
-moz-transition:  background 300ms ease-in;
-o-transition: background 300ms ease-in;
transition:  background 300ms ease-in;
}

.icon_hover {
-moz-opacity: .0 ;
-khtml-opacity: .0;
filter:alpha(opacity=0);
opacity:.0;
height:100%;
width:100%;
position:absolute;
display: table;
margin:0;
}
	
.icon_outer_wrap:hover .icon_hover {
-moz-opacity: 1 ;
-khtml-opacity: 1;
filter:alpha(opacity=100);
opacity:1;
position:absolute;
}
	
.icon_hover {
color:#FFFFFF;
background:#050505;
-moz-border-radius:10000px;
-webkit-border-radius:10000px;
border-radius:10000px;
-webkit-transition:  all 300ms ease-in;
-moz-transition:  all 300ms ease-in;
-o-transition: all 300ms ease-in;
transition:  all 300ms ease-in;}	
	
.icon_non_hover, .icon_hover {
text-align:center;
line-height:130px;
}
	
.icon_outer_wrap .icon_element {
font-size:54px;
color:#FFFFFF;
display:block;
}
	
	
	
/* Dates
----------------------------------------------------------- */	


.date_wrapper {
width:60px;
text-align:center;
line-height:100%;
}

.date_top {
background:#495154;
padding:6px;
color:#FFFFFF;
font-size:11px;
}

.date_bottom {
border:solid 1px #EBE8E8;
border-top:none;
color:#000000;
font-size:24px;
padding:8px;
padding-bottom:12px;
}

.date_outer_wrap .date_wrapper {
float:left;
margin-right:20px;
}

.date_text_wrap {
float:left;
}

.date_text1 {
color:#000000;
display:block;
font-weight:500;
margin-top:7px;
font-size:0.9em;
}

.date_text1 a {
color:#000000;
text-decoration:none;
}

.date_text2 {
font-family:arial;
color:#828181;
font-size:0.8em;
}

.date_wrap_right {
float:left;
padding-left:5%;
width:45%;
}

.date_wrap_left {
float:left;
padding-right:5%;
width:45%;
}

/* Video 
----------------------------------------------------------- */		
		
.ion-play-size	{	
	background-color: #333333;
   -moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
    color: #ffffff;
    display: block;
    font-size: 2.5em;
    height: 77px;
	cursor:pointer;
    line-height: 75px !important;
    margin-top: -20px;
    padding-left: 6px;
    width: 75px;	
	-webkit-transition:  all 200ms ease-in 0s;
	-moz-transition:  all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;
	transition:  all 200ms ease-in 0s;}
	
	.ion-play-size:hover {
		background-color: #cccccc;}

		
/* Image Hover Zoom
----------------------------------------------------------- */	

.img_hover_zoom {
overflow:hidden;
position:relative;
display:inline-block;
}

.img_hover_zoom img {
display:block;
width:100%;
-webkit-transition: all 400ms ease-out;
-moz-transition: all 400ms ease-out;
-o-transition: all 400ms ease-out;
transition: all 400ms ease-out;
-ms-transform: rotate(0deg) scale(1);
-webkit-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
-o-transform: rotate(0deg) scale(1);
}

.img_hover_zoom:hover img {
-ms-transform: rotate(6deg) scale(1.25);
-webkit-transform: rotate(6deg) scale(1.25);
transform: rotate(6deg) scale(1.25);
-o-transform: rotate(6deg) scale(1.25);
-webkit-transition: all 400ms ease-out;
-moz-transition: all 400ms ease-out;
-o-transition: all 400ms ease-out;
transition: all 400ms ease-out;
}

.image_hover_zoom_text {
color:#FFFFFF;
position:absolute;
z-index:1;
top:25%;
text-align:center;
width:100%;
}

.image_hover_zoom_text a, .image_hover_zoom_text a:hover {
color:#FFFFFF;
}


/* Social Icons
----------------------------------------------------------- */	

.social_icon {
margin-right:2px;
margin-bottom:6px;
display:inline-block;
height:30px;
line-height:30px;
width:30px;
font-size:16px;
color:#FFFFFF !important;
text-align:center;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}

.social_icon.ion-social-facebook {
background:#3D5B99;
}

.social_icon.ion-social-facebook:hover {
background:#2B416D;
}

.social_icon.ion-social-twitter {
background:#159CEB;
}

.social_icon.ion-social-twitter:hover {
background:#0C6497;
}

.social_icon.ion-social-googleplus {
background:#DD4B39;
}

.social_icon.ion-social-googleplus:hover {
background:#8B2E23;
}

.social_icon.ion-social-rss {
background:#FF6F14;
}

.social_icon.ion-social-rss:hover {
background:#A8480B;
}

.social_icon.ion-social-pinterest {
background:#CA1F27;
}

.social_icon.ion-social-pinterest:hover {
background:#92161C;
}


/* Video Overlay
----------------------------------------------------------- */	

.video_overlay_wrap video {
width:100%;
display:block;
}

@media screen and (max-width: 1024px){
.video_overlay_wrap video {
display:none;
}
}

.video_overlay_wrap {
overflow:hidden;
position:relative;
background-repeat:no-repeat !important;
background-position:top center !important;
background-size:cover !important;
line-height:180%;
}

.video_overlay_text_wrap {
position:absolute;
top:0;
height:100%;
width:100%;
background:rgba(49,49,49,0.54);
}

.video_overlay_text_wrap_inner {
margin: 0;
position: absolute;
top: 50%;
transform: translate(0px,-50%);
-ms-transform:translate(0px,-50%);
-webkit-transform:translate(0px,-50%);
text-align:center;
width:80%;
color:#FFFFFF;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
}

/* Misc.
----------------------------------------------------------- */	

.video_large {
font-size:1.6em;
visibility:hidden;
}

.video_large h2 {
font-size:2.7em;
font-weight:600;
line-height:135%;
margin-bottom:23px;
color:#FFFFFF;
}

.gray_readon {
background:#535353 !important;
}

.video_large .readon {
margin-top:47px;
}

.centered_text {
color:#807E7E;
text-align:center;
padding-top:25px;
width:90%;
margin-left:auto;
margin-right:auto;
}

.centered_text span {
max-width:650px;
display:block;
margin-left:auto;
margin-right:auto;
}


.icon_image_box_wrap {
margin-left:-25px;
margin-right:-25px;
overflow:hidden;
}

.icon_image_box_wrap .icon_image_box_outer {
width:33.3333%;
float:left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.icon_image_box_wrap .icon_image_box {
margin-left:25px;
margin-right:25px;
}

.icon_image_box {
text-align:center;
background:#F8F7F7;
padding-bottom:1000px;
margin:0px 0px -1000px;
}

.module_round_box-gray_no_padding .icon_image_box {
margin:0px;
padding:0px;
}

.icon_image_box h3 {
display:block;
font-size:1.6em;
margin-top:18px;
margin-bottom:20px;
padding-left:12%;
padding-right:12%;
}

.icon_image_box span.icon_image_box_text {
font-weight:200;
font-size:1.1em;
display:block;
padding:12%;
padding-bottom:52px;
padding-top:0px;
}

.icon_image_box .icon_outer_wrap {
margin-top:-65px;
}

.icon_image_box:hover .icon_hover {
-moz-opacity: 1 ;
-khtml-opacity: 1;
filter:alpha(opacity=100);
opacity:1;
position:absolute;
}


.sub_title {
font-size:1.7em;
display:block;
font-weight:400;
margin-bottom:30px;
margin-top:-10px;
}

.large_image {
float:left;
}

.about_left {
float:left;
width:56%;
padding-right:4%;
}

.about_right {
float:right;
width:40%;
position:absolute;
right:0;
bottom:0;
}

.about_left .readon {
margin-bottom:30px;
}


.price_display .recommended {
margin:0px;
}

.price_display .s5_pricetable_column {
width:50%;
}

.price_display .s5_pricetable_column_padding {
padding-left:35px;
}


.accordion_img {
float:left;
margin-right:20px;
width:28%;
max-width:200px;
margin-top:10px;
}

.s5_tab_show_button_text {
font-size:45px !important;
}

.s5_tab_show_slide_button_active, .s5_tab_show_slide_button_inactive, .s5_tab_show_button_img, .s5_tab_show_button_img_present, .s5_tab_show_button_img_present img {
-webkit-border-radius:3000px;
-moz-border-radius:3000px;
border-radius:3000px;
overflow:hidden;
}

.s5_tab_show_slide_button_inactive {
background:none !important;
}

.s5_tab_show_center_tabs_enabled .s5_tab_show_slide_button_inactive, .s5_tab_show_center_tabs_enabled .s5_tab_show_slide_button_active {
margin-left:5px !important;
margin-right:5px !important;
}

.customer_quote {
text-align:center;
display:block;
font-size:1.2em;
line-height:250%;
max-width:800px;
margin-left:auto;
margin-right:auto;
padding-top:25px;
}

.customer_quote_name {
display:block;
padding-top:20px;
margin-bottom:-12px;
}

.customer_quote_name strong {
font-weight:700;
color:#000000;
font-size:0.95em;
margin-right:15px;
}

.customer_quote_name span {
font-size:1.2em;
}

.inactive_star {
color:#C8C8C8;
}


.stats_item {
color:#FFFFFF;
text-align:center;
width:25%;
float:left;
padding:56px;
padding-top:50px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.stats_icon {
display:block;
font-size:84px;
margin-bottom:12px;
}

.stats_number {
display:block;
font-weight:700;
font-size:3.2em;
margin-top:0px;
margin-bottom:11px;
}

.stats_text {
font-size:1.25em;
}


.bottom_text_boxes {
padding-top:35px;
padding-left:25px;
padding-right:25px;
}

.bottom_text_left {
float:left;
width:50%;
border-right:solid 1px #E7E7E7;
padding-right:75px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom:25px;
font-size:1.1em;
}

.bottom_text_right {
float:left;
width:50%;
padding-left:75px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom:25px;
font-size:1.1em;
}

.bottom_text_boxes h3 {
display:block;
margin-bottom:7px;
font-size:1.6em;
}

.bottom_text_boxes .readon {
margin-top:34px;
font-size:13px;
line-height:34px;
padding:5px 27px 3px;
}


.bottom_location_icon {
font-size:1.3em;
margin-right:15px;
}


.module_round_box .s5_pricetable_column {
float:left !important;
}