@charset "utf-8";
/* CSS Document */

body {
	font-family:"Open Sans",sans-serif;
	font-weight:300;
	padding-top:140px;
	height:100%;
	}

@media all and (min-width: 980px) {
	body {
		overflow-x:hidden;
		}
	}

@media (min-width: 1px) {
	.container {
		min-width:980px;
		max-width:980px;
		width:980px;
		}
	}

a {color:#5eaa00;font-weight:600;}

a:hover,
a:focus {
	color:#7ec922;
	text-decoration:none;
	}

h1 {font-size:46px;font-weight:300; margin:0;color:#222;}
h2 {font-size:36px;font-weight:300; margin:0;color:#222;}
h3 {font-size:26px;padding-bottom:5px;color:#222;}
h4 {font-size:22px;padding-bottom:5px;color:#222;margin-top:22px;font-weight:300;}
h5 {font-size:22px;color:#222;font-weight:400;}
p  {font-size:16px;font-weight:400;color:#777;}

p a {font-weight:600;}

p .semibold{font-weight:600;}

.text_16_grey {color:#777;font-size:16px;font-weight:400;}
.text_16_regular {font-size:16px;font-weight:400;color:#222;}
.text_16_semibold {font-size:16px;font-weight:600;color:#222;}
.text_14_regular {font-size:14px;font-weight:400;color:#222;}
.text_14_semibold {font-size:14px;font-weight:600;color:#222;}
.text_20_regular {font-size:20px;font-weight:400;color:#222;}
.text_22_regular {font-size:22px;font-weight:400;color:#222;}
.text_13_regular {font-size:13px;font-weight:400;color:#222;}
.text_11_bold {font-size:11px;font-weight:600;color:#222;}
.text_12_grey_regular {color:#777;font-size:12px;font-weight:400;}

.space_15px {padding-bottom:15px;}

.bg {background-image:url(../../images/2014-08/bg.png);background-repeat:repeat-x;background-color:#fff;}
.logo_bg {background-color:#fff;height:59px;width:100%;margin-top:-140px;position:fixed;}
.nav_bg {background-color:#0164b5;height:32px;width:100%;margin-top:-81px;position:fixed;}
.branding_bg {
	background-image:url(../../images/2014-08/branding_bg.jpg);background-repeat:no-repeat;background-position:190px 0px;
	width:1390px;height:413px;margin-top:-50px;margin-left:auto;margin-right:auto;overflow:hidden;}
.container_980px { 
	width:980px;
	margin-right:auto;
	margin-left:auto;
	}

.bg_2b {background-image:url(../../images/2014-08/bg.png);background-repeat:repeat-x;background-color:#fff;}
.logo_bg {background-color:#fff;height:59px;width:100%;margin-top:-140px;position:fixed;}
.nav_bg {background-color:#0164b5;height:32px;width:100%;margin-top:-81px;position:fixed;}
.branding_bg_2b {
	background-image:url(../../images/2014-08/branding_bg_2.jpg);background-repeat:no-repeat;background-position:190px 0px;
	width:1390px;height:413px;margin-top:-50px;margin-left:auto;margin-right:auto;overflow:hidden;}

#topnavcontainer ul {
	margin:0;
	padding:0;
	list-style-type:none;
	height:60px; 
	border-left:#e9e9e9 solid thin;
	padding-top:15px;
	padding-left:30px;
	text-align:right;
	}

#topnavcontainer ul li {display:inline;padding:0px 8px;margin:0px;}
#topnavcontainer .phone {font-size:21px;font-weight:300;color:#000;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#topnavcontainer .phone {margin-left:-35px;}
	}
#topnavcontainer .link {font-size:14px;border-left:#e9e9e9 solid thin;font-weight:600;}
#topnavcontainer .link a {color:#5eaa00;text-decoration:underline;}
#topnavcontainer .link a:hover {color:#7ec922;text-decoration:underline;}
#topnavcontainer .login {font-size:16px;background-color:#5eaa00; color:#FFF;padding:24px 0px 18px 15px;font-weight:600;}
#topnavcontainer .login a {color:#fff;text-decoration:none;}
#topnavcontainer .login a:hover{}

#topnavcontainer a:hover {text-decoration:none}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.caret_padding {margin-right:15px;}
	}

.navbar {
	width:980px;
	min-width:980px;
	max-width:980px;
	}

.navbar-inverse {
	background-color:#0164b5;
	border-color:#0164b5;
	}

.navbar-inverse .navbar-nav > li > a {
	color:#fff;
	font-weight:600;
	}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	color:#333333;
	background-color:#fff;
	font-weight:600;
	}

.dropdown-menu > li > a {
	line-height:1.1;
	color:#222;
	}

.dropdown-menu.multi-column {
	width:450px;
	margin-left:-1px;
	margin-top:-2px;
	}

.dropdown-menu.multi-column .dropdown-menu {
	display:block !important;
	position:static !important;
	margin:0 !important;
	border:none !important;
	box-shadow:none !important;
	min-width:140px;
	border-radius: 0px;
	}

.dropdown-menu.multi-column-2 {
	/*min-width:980px;*/
	width:982px;
	margin-left:-1px;
	}

.dropdown-menu.multi-column-2 .dropdown-menu {
	display:block !important;
	position:static !important;
	margin:0 !important;
	border:none !important;
	box-shadow:none !important;
	min-width:100px;
	margin-left:-400px;
	}

.dropdown-menu.multi-column-3 {
	width:318px;
	margin-left:-1px;
	}

.dropdown-menu.multi-column-3 .dropdown-menu {
	display:block !important;
	position:static !important;
	margin:0 !important;
	border:none !important;
	box-shadow:none !important;
	min-width:100px;
	}

.dropdown-menu.multi-column-4 {
	width:223px;
	margin-left:-1px;
	}

.dropdown-menu.multi-column-4 .dropdown-menu {
	display:block !important;
	position:static !important;
	margin:0 !important;
	border:none !important;
	box-shadow:none !important;
	min-width:100px;
	}

.dropdown-menu.multi-column-5 {
	margin:20px 0px 0px 11px;
	z-index:10000 !important;
	}

.dropdown-menu.multi-column-5 .dropdown-menu {
	display:block !important;
	position:static !important;
	margin:-4px 0 0 0px !important;
	border-top:none !important;
	border-left:#dcdcdc solid 1px;
	border-right:#dcdcdc solid 1px !important;
	border-bottom:#dcdcdc solid 1px !important;
	box-shadow:none !important;
	padding:0px;
	min-width:239px;
	line-height:10%;
	z-index:1000;
	}

.dropdown-menu.multi-column-6 {
	min-width:419px;
	margin-left:-155px;
	}

.dropdown-menu.multi-column-6 .dropdown-menu {
	display:block !important;
	position:static !important;
	margin:0 !important;
	border:none !important;
	box-shadow:none !important;
	min-width:100px;
	margin-left:0px;
	}

.nav_line {border-bottom:#dcdcdc solid 1px;font-weight:600;}

.dropdown-menu {
	position:absolute;
	top:100%;
	left:0;
	z-index:1000;
	display:none;
	float:left;
	min-width:160px;
	padding:0px 0px 0px 0px;
	margin:2px 0px 10px 0px;
	font-size:14px;
	font-weight:600;
	text-align:left;
	list-style:none;
	line-height:160%;
	background-color:#fff;
	-webkit-background-clip:padding-box;
		background-clip:padding-box;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,.15);
	border-radius:0px !important;
	-webkit-box-shadow:0 0px 0px rgba(0,0,0,.175);
		box-shadow: 0 0px 0px rgba(0,0,0,.175);
	}

.dropdown-menu .divider {
	height:1px;
	margin:4px 19px;
	overflow:hidden;
	padding:0px 15px;
	}

.dropdown-menu .divider_2 {
	height:1px;
	border-bottom:#CCC solid 1px;
	overflow:hidden;
	}

.dropdown-map {text-align:center;padding:10px 0px;}
.dropdown-center {text-align:center;}
.dropdown-vertical-divider {border-right:#dcdcdc solid thin !important;padding:0px !important;}

.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
	color:#333 !important;
	background-color:#e3e3e3 !important;
	}

.dd_video {float:left;width:88px;height:49px;padding-right:10px;}
.dd_video_title {float:left;width:185px;height:33px;white-space:normal;}
.dd_video_play {float:left;width:185px;}

.green_text {color:#5eaa00;}

.img-arrow-bg {background-image:url(../../images/2014-08/arrow.png);background-repeat:no-repeat;background-position:142px 4px;}

@-moz-document url-prefix() { 
	.ff-arrow-position {
		margin-top:-15px;
		}
	}

.row {
	margin-right:0px;
	margin-left:0px;
	}

.col-2{
	position:relative;
	min-height:1px;
	padding-right:0px;
	padding-left:0px;
	float:left;
	margin:0px;
	}
.col-2 {
	/*width:16.66666667%;*/
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	}
	
.col-3 {
	position:relative;
	min-height:1px;
	float:left;
	}
.col-3 {width:239px;height:89px;}

.col-6, .col-14 {
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
	float:left;
	}
.col-6 {width:50%;}

.col-12 {
	position:relative;
	min-height:1px;
	float:left;
	}
.col-12 {width:100%;}

.col-13 {width:139px;position:relative;min-height:1px;float:left;margin-top:0px;}

.col-14 {width:400px;}

.hr_login {margin-top:0px;margin-bottom:0px;color:#dcdcdc;}

nav.navbar {min-height:30px;}

ul.navbar-nav > li > a {padding:5px 18px 6px 18px;}

.wrap_home {position:relative;margin-left:auto;margin-right:auto;width:980px;padding:40px 0px 50px 0px;}

.home_text_box_right {float:left;text-align:left;width:725px;font-size:16px;padding-left:18px;font-weight:400;}
.home_text_box_left {float:left;text-align:left;width:725px;font-size:16px;padding:0px 18px 0px 15px;font-weight:400;}

.icon_box_right {
	height:250px;      /* equals max image height */
	width:250px;
	white-space:nowrap;
	text-align:center; 
	margin:0;
	float:left;
	}

.tnb_container {width:980px;margin-left:auto;margin-right:auto;margin-top:-320px;color:#FFF;padding:0px 10px;}
.tnb_field_left {padding:15px 21px 20px 0px;float:left;}
.tnb_field_right {padding:15px 0px 20px 0px;float:right;}

.tnb_container_2b {width:980px;margin-left:auto;margin-right:auto;margin-top:-370px;color:#FFF;padding:0px 10px;}
.tnb_field_left_2b {padding:30px 21px 20px 0px;float:left;width:380px;}
.tnb_field_right_2b {width:1000px;padding:5px 0px 20px 400px;/*float:right;*/}

.tnb_field_right_2b ul {font-size:24px;margin-top:10px;}
.tnb_field_right_2b ul li {padding:5px 0px 13px 5px;list-style-image:url(../../images/2014-08/i_checkmark.png);}
.tnb_field_right_2b ul li h2 {font-size:24px;color:#FFF;}

.tnb_tooltip {float:left;margin:10px 0px;color:#FFF;font-weight:400;}
.tnb_tooltip a {color:#FFF;}

.home_icon_right {float:left;width:980px;text-align:left;background-repeat:no-repeat;background-position:top right;padding:40px 0px;}

.brand_green {color:#73cf03;}
.brand_white {color:#fff;}

.brand_green_semibold {color:#73cf03;font-weight:600;}
.semibold {font-weight:600;}

select {
	border:0px solid #ccc;height:45px;width:306px;padding:6px 12px;line-height:1.42857143;font-size:18px;color:#222222;
	-webkit-appearance:none;border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-top-left-radius:0px !important;
	-moz-appearance: none;
	background-color:#FFF !important;
	}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	select{height:46px;}
	} /*Chrome only*/

.selectwrap {position:relative;float:left;}
.selectwrap:after {
	content:"↓";text-align:center;line-height:20px;position:absolute;width:45px;height:45px;background:#fff;right:0px;top:0px;pointer-events: none;
	background-image:url(../../images/2014-08/dd_arrow.png);background-repeat:no-repeat;background-position:right;
	}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.selectwrap:after{background-position:0px -1px;}
	} /*Chrome only*/

#select_2 {
	border:0px solid #ccc;height:46px;width:314px;padding:6px 12px;line-height:1.42857143;font-size:14px;color:#222222;
	-webkit-appearance:none;border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-top-left-radius:0px !important;
	-moz-appearance:none;
	}

.selectwrap_2 {position:relative;float:left;}
.selectwrap_2:after {
	content:"↓";text-align:center;line-height:20px;position:absolute;width:45px;height:46px;background:#fff;right:1px;top:0px;pointer-events:none;
	background-image:url(../../images/2014-08/dd_arrow.png);background-repeat:no-repeat;background-position:right;
	}

#select_2b, .selectwrap_2b select {border:0px solid #fff;height:46px;width:338px;padding:6px 12px;line-height:1.42857143;font-size:18px;color:#222222;}

.selectwrap_2b {position:relative;float:left;margin:5px 0px;}
.selectwrap_2b:after {
	content:"↓";text-align:center;line-height:20px;position:absolute;width:45px;height:46px;background:#fff;right:1px;top:0px;pointer-events:none;
	background-image:url(../../images/2014-08/dd_arrow.png);background-repeat:no-repeat;background-position:right;
	}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.selectwrap_2b:after {height:45px;top:1px;}
	}

#select_3, .select_3 {
	border:1px solid #e2e2e2;height:40px;width:312px;padding:6px 12px;line-height:1.42857143;font-size:16px;color:#222222;
	-webkit-appearance:none;
	border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-top-left-radius:0px !important;
	-moz-appearance:none;}

.selectwrap_3 {position:relative;float:left;}
.selectwrap_3:after 
	{content:"↓";color:#f7f7f7;text-align:center;line-height:12px;line-height:15px;position:absolute;width:40px;height:40px;background:#fff;right:0px;top:0px;
	pointer-events:none;background-image:url(../../images/2014-08/dd_arrow_3.png);background-repeat:no-repeat;background-position:right;
	}

#select_4, .select_4 {
	border:1px solid #e2e2e2;height:40px;width:450px;padding:6px 12px;line-height:1.42857143;font-size:16px;color:#222222;-webkit-appearance:none;font-weight:400;
	border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-top-left-radius:0px !important;
	-moz-appearance:none;
	}

.selectwrap_4 {position:relative;float:left;margin-top:10px;}
.selectwrap_4:after {
	content:"↓";color:#f7f7f7;text-align:center;line-height:10px;position:absolute;width:40px;height:40px;background:#fff;right:0px;top:0px;
	pointer-events:none;background-image:url(../../images/2014-08/dd_arrow_3.png);background-repeat:no-repeat;background-position:right;
	}

.form-control {
	display:block;
	width:312px;
	height:40px;
	padding:6px 12px;
	font-size:16px;
	line-height:1.42857143;
	color:#222222;
	background-color:#fff;
	background-image:none;
	border:1px solid #e2e2e2;
	border-radius:0px;
	-webkit-box-shadow:inset 0 0px 0px rgba(0,0,0,0);
		box-shadow:inset 0 0px 0px rgba(0,0,0,0);
	-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}

.form-control::-moz-placeholder {color:#777;opacity:1;}
.form-control:-ms-input-placeholder {color:#777;}
.form-control::-webkit-input-placeholder {color:#777;}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.selectwrap:after {height:45px;top:1px;}
	}

.btn-blue {
	color:#fff;
	background-color:#0085ed;
	border-color:#0085ed;
	font-weight:400;
	}

.btn-green {
	color:#fff;
	background-color:#5eaa00;
	border-color:#5eaa00;
	font-weight:400;
	}

.btn-red {
	color:#fff;
	background-color:#c80202;
	border-color:#c80202;
	font-weight:400;
	}

.btn-lg,
.btn-group-lg > .btn {
	padding:18px 32px;
	font-size:16px;
	line-height:1.33;
	border-radius:0px;
	}

.btn-lg_rounded,
.btn-group-lg > .btn {
	padding:10px 48px;
	font-size:17px;
	font-weight:600;
	line-height:1.33;
	border-radius:2px;
	}

.btn-lg_2b,
.btn-group-lg > .btn {
	padding:15px 42px;
	font-size:16px;
	line-height:1.33;
	border-radius:0px;
	}

.btn-mid,
.btn-group-mid > .btn {
	padding:8px 16px;
	font-size:16px;
	line-height:1.5;
	border-radius:0px;
	}

.btn-sm,
.btn-group-sm > .btn {
	padding:8px 16px;
	font-size:14px;
	line-height:1.5;
	border-radius:0px;
	}
/* remove responsive navbar stuff: http://getbootstrap.com/examples/non-responsive/non-responsive.css */

.container .navbar-header,
.container .navbar-collapse {
	margin-right:0;
	margin-left:0;
	}

/* Always float the navbar header */
.navbar-header {float:left;}

/* Undo the collapsing navbar */
.navbar-collapse {
	display:block !important;
	height:auto !important;
	padding-bottom:0;
	overflow:visible !important;
	}

.navbar-toggle {display:none;}
.navbar-collapse {border-top:0;}
.navbar-brand {margin-left:-15px;}

/* Always apply the floated nav */
.navbar-nav {float:left;margin:0;}
.navbar-nav > li {float:left;}
.navbar-nav > li > a {padding:15px;}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {float:right;}

/* Undo custom dropdowns */ 
.navbar .navbar-nav .open .dropdown-menu {
	position:absolute;
	float:left; 
	background-color:#fff;
	border:1px solid #ccc;
	border:1px solid rgba(0, 0, 0, .15);
	border-width:0 1px 1px;
	border-radius:0 0 4px 4px;
	-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
		box-shadow:0 6px 12px rgba(0,0,0,.175);
	}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {color:#333;}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
	color:#333 !important;
	background-color:#f3f3f3 !important;
	}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color:#999 !important;
	background-color:transparent !important; 
	}

#check_container {width:100%;float:left;border-bottom:#dcdcdc solid thin;color:#333333;margin-top:64px;font-weight:300;background-color:#f5f5f5;padding:32px 0px;}
#check_container_white {width:100%;float:left;border-bottom:#dcdcdc solid thin;color:#333333;margin-top:64px;font-weight:300;background-color:#f5f5f5;padding:32px 0px;}

.check_field_left {float:left;}
.check_field_right {float:right;}

#check_container ul {font-size:26px;}
#check_container ul li {padding:5px;list-style-image:url(../../images/2014-08/i_checkmark_white_bg.png);}

#check_container_white ul {font-size:26px;}
#check_container_white ul li {padding:5px;list-style-image:url(../../images/2014-08/i_checkmark_white_bg.png);}

.check_list ul {font-size:20px;font-weight:400;color:#222;text-align:left;}
.check_list ul li {padding:1px;list-style-image:url(../../images/2014-08/i_checkmark_white_bg.png);}

.content_container {width:980px;margin-left:auto;margin-right:auto;margin-top:-10px;color:#777;padding:0px 10px;}

.perk {margin-left:-22px;font-size:16px;font-weight:400;}
.perk ul {}
.perk ul li {list-style-image:url(../../images/2014-08/bullet_7px.png);padding-right:5px;}

#testimonial_container {width:100%;float:left;background-image:url(../../images/2014-08/testimonial_bg.png);background-repeat:repeat-x;height:101px;}

.home_container {padding:40px 0px;width:980px;}
.home_container_1 {float:left;width:250px;background-image:url(../../images/2014-08/img_circle.png);background-repeat:no-repeat;height:286px;background-position:0px 20px;}

.home_text {width:700px;float:right;padding-top:40px;text-align:left;}
.home_text_left {width:700px;float:left;padding-top:40px;}

#grey_container {width:100%;float:left;background-color:#f5f5f5;border-top:#dcdcdc solid thin;border-bottom:#dcdcdc solid thin;}
#white_container {width:100%;float:left;background-color:#fff;border-bottom:#dcdcdc solid thin;}

.wrap {position:relative;margin-left:auto;margin-right:auto;width:980px;}

#link_container {width:100%;float:left;background-color:#0164b5;}
.link_ul {float:left;width:25%;line-height:180%;color:#FFF;padding:35px 0px;}
.link_ul ul li {list-style:none;margin-left:-42px;}
.link_ul ul li a {color:#FFF;text-decoration:none;}
.link_ul ul li a:hover {color:#e1e1e1;text-decoration:none;}
#link_container .title {padding-bottom:5px;font-weight:700;}

#testimonial_container ul {list-style-type:none;}
#testimonial_container li {float:left;}

#quote-container {
	font-size:24px;padding:40px 70px;background-image:url(../../images/2014-08/testimonial_quote.png);background-repeat:no-repeat;
	height:193px;background-position:0px -22px;text-align:center;}

.indent {margin-left:62px;text-indent:-62px;}
 
.contact_bg {
	background-image:url(../../images/2014-08/contact_bg.jpg);background-repeat:no-repeat;background-position:110px 0px;
	width:1390px;height:540px;margin-top:-50px;margin-left:auto;margin-right:auto;overflow:hidden;
	}
.contact_bg_extend {background-image:url(../../images/2014-08/contact_bg.png);background-repeat:repeat-x;background-color:#fff;}
 
#contact_container {width:980px;margin-left:auto;margin-right:auto;margin-top:-520px;color:#FFF;padding:0px 10px;font-weight:400;font-size:16px;}  
.contact_left {float:left;}
#contact_container a {color:#FFF;text-decoration:none;}
#contact_container a:hover {color:#e1e1e1;text-decoration:none;}
.contact_green {color:#5eaa00;font-size:16px;font-weight:600;padding-bottom:10px;}

#phone_container {width:100%;float:left;padding:38px 0px 38px 0px;color:#222;font-size:12px;border-bottom:#dcdcdc solid thin;font-weight:400;}
.phone_wrap {width:980px;margin:0px auto 0px auto;clear:both;font-size:12px;line-height:240%;}
.contact_col {float:left;width:33.3%;}
.contact_spacing {height:12px;}

.contact_right, .contact_right > * {position: relative;}
.contact_right:before {
	content:" ";
	opacity:.88;
	background-color:#02153d;   
	position:absolute;
	width:358px;
	height:286px;
	padding-top:71px; 
	margin:51px 20px 0px 0px;
	left:600px;
	}

.tooltip {
  font-size:14px;
  line-height:1.6;
	}

.tooltip-inner {
	max-width:400px;
	padding:20px;
	text-align:left;
	background-color:#0164b5;
	}

.tooltip.bottom .tooltip-arrow {border-bottom-color:#0164b5;}
.tooltip.bottom-left .tooltip-arrow {border-bottom-color:#0164b5;}
.tooltip.bottom-right .tooltip-arrow {border-bottom-color:#0164b5;}

.superscript {position:relative;top:-0.7em;font-size:50%;}

.control-label {font-weight:300;font-size:16px;}

.tab-pane-2 {padding:10px;border-radius:3px;}

.tab-pane {border-left:#DCDCDC solid 1px;border-right:#DCDCDC solid 1px;border-bottom:#DCDCDC solid 1px;padding:25px 20px 15px 20px;border-radius:3px;background-color:#FFF;}
.nav-tabs {font-size:16px;font-weight:400;}

.nav-tabs_2 {font-size:18px;font-weight:600;padding-left:250px;}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color:#222;
	cursor:default;
	background-color:#fff;
	border:1px solid #DCDCDC;
	border-bottom-color:transparent;
	}

.nav-tabs_2 > li.active > a,
.nav-tabs_2 > li.active > a:hover,
.nav-tabs_2 > li.active > a:focus {
	color:#0164b5;
	cursor:default;
	background-color:#fff;
	border:1px solid #DCDCDC;
	border-bottom-color:transparent;
	padding:10px 40px ;
	}

.nav-tabs_2 > li > a {
	margin-right:3px;
	line-height:1.42857143;
	border:1px solid transparent;
	border-radius:0px 0px 0 0;
	padding:10px 40px;
	border:1px solid #DCDCDC;
	border-bottom-color:1px solid #DCDCDC;
	color:#222;
	background-color:#fff;
	}

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration:none;
	background-color:#f7f7f7;
	}

.nav_2 > li > a:hover,
.nav_2 > li > a:focus {
	text-decoration:none;
	background-color:#fff;
	}

.nav-tabs > li > a:hover {
	border-color:#f7f7f7 #f7f7f7 #dcdcdc;
	}

.nav-tabs_2 > li > a:hover {
	border-color: #dcdcdc #dcdcdc #dcdcdc;
	padding:10px 40px;
	}

.pricing-tabs {padding-left:0px;}

.pricing-tabs.nav-tabs_2 > li > a,
.pricing-tabs.nav-tabs_2 > li.active > a,
.pricing-tabs.nav-tabs_2 > li.active > a:hover,
.pricing-tabs.nav-tabs_2 > li.active > a:focus {
	padding:8px 20px;
	}
.pricing-tabs li a {background-color:#2785d2;color:#FFF;font-weight:400;}
.pricing-tabs li a:hover {background-color:#1872BB;}
.pricing-tabs .fa-user {font-size:16px;}
.pricing-tabs .fa-user + .fa-user {margin-left:2px;}

.panel-group {margin-bottom:0px;}

.panel {
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0);
		box-shadow:0 1px 1px rgba(0,0,0,0);
	}

.panel-default {border-color:#fff;}

.panel-default > .panel-heading {
	color:#222;
	background-color:#f7f7f7;
	border-color:#fff;
	}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color:#fff;
	font-weight:400;
	}

.panel-body a {font-weight:400;}
.panel-title {font-weight:400;}

.testimonial {font-weight:400;}
.testimonial a {color:#5eaa00;text-decoration:none;}
.testimonial a:hover {color:#7cc423;text-decoration:none;}

.vcenter {display:inline-block;vertical-align:middle;float:none;}

.logo_box {
	height:250px;      /* equals max image height */
	width:250px;
	background-color:#f5f5f5;
	white-space:nowrap;
	text-align:center; 
	margin:0;
	float:left;
	margin-right:50px;
	}

.logo_box_right {
	height:250px;      /* equals max image height */
	width:250px;
	background-color:#f5f5f5;
	white-space:nowrap;
	text-align:center; 
	margin:0;
	float:left;
	margin-left:50px;
	}

.logo_align {
	display:inline-block;
	height:100%;
	vertical-align:middle;
	background-color:#FFF;
	}

.logo_img {vertical-align:middle;}

.video_img a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
	}

.testimonial_text_box {float:right;text-align:left;width:670px;font-size:16px;font-weight:400;}
.testimonial_box {padding:50px 0px;width:980px;border-top:#CCC solid 1px;}
.testimonial_subtitle {font-weight:600;color:#222;}
.testimonial_subtitle a {color:#5eaa00;text-decoration:none;}
.testimonial_subtitle a:hover {color:#7ec922;text-decoration:none;}
.testimonial_text_box_left {float:left;text-align:left;width:670px;font-size:16px;font-weight:400;}

.inventory_bg {
	background-image:url(../../images/2014-08/inventory_bg.jpg);background-repeat:no-repeat;background-position:180px 0px;
	width:1390px;height:500px;margin-top:-50px;margin-left:auto;margin-right:auto;overflow:hidden;
	}
.inventory_bg_extend {background-image:url(../../images/2014-08/inventory_bg.png);background-repeat:repeat-x;background-color:#fff;}
.inventory_container {width:980px;margin-left:auto;margin-right:auto;margin-top:-440px;color:#FFF;padding:0px 10px;}
.brand_26px {color:#fff;font-weight:300;font-size:26px;float:left;width:300px;line-height:150%;margin-top:-5px;}

#country_container {width:100%;float:left;padding:24px 0px 24px 0px;color:#222;font-size:16px;border-bottom:#dcdcdc solid thin;font-weight:600;}
#country_container h5 {color:#222;font-size:16px;font-weight:600;padding-bottom:10px;}
.country_wrap {width:980px;margin:0px auto 0px auto;clear:both;line-height:240%;}
.country_col {float:left;width:33.3%;color:#5eaa00;line-height:150%;}
.country_col a {color:#5eaa00;text-decoration:none;}
.country_col a:hover {color:#7ec922;text-decoration:none;}

.sitemap_title {padding-bottom:5px;}
.sitemap_title a {color:#222;}
.sitemap_title a:hover {color:#5e5e5e;text-decoration:none;}

.country_col {float:left;width:33.3%;}
.country_col a {color:#5eaa00;text-decoration:none;}
.country_col a:hover {color:#7ec922;text-decoration:none;}

.country_left {float:left;width:180px;}
.country_right {float:left;text-align:left;}
.country_right ul {list-style:none;padding:0px 10px 0px 0px;}
.country_right ul li {display:inline;padding:0px 4px 0px 0px;}

.video_bg {
	background-image:url(../../images/2014-08/video_bg.jpg);background-repeat:no-repeat;background-position:180px 0px;
	width:1390px;height:500px;margin-top:-50px;margin-left:auto;margin-right:auto;overflow:hidden;
	}
.video_bg_extend {background-image:url(../../images/2014-08/video_bg.png);background-repeat:repeat-x;background-color:#fff;}
.video_container {width:980px;margin-left:auto;margin-right:auto;margin-top:-500px;color:#FFF;padding:0px 10px;}

.video_box {
	height:323px;      /* equals max image height */
	width:555px;
	background-color:#fff;
	border:#e0e0e0 solid 1px;
	white-space:nowrap;
	text-align:center; 
	margin:0;
	float:left;
	margin-right:20px;
	}

.video_box_right {
	height:323px;      /* equals max image height */
	width:555px;
	background-color:#fff;
	border:#e0e0e0 solid 1px;
	white-space:nowrap;
	text-align:center; 
	margin:0;
	float:left;
	margin-left:20px;
	}

.video_box_popup {
	height:260px;      /* equals max image height */
	width:440px;
	background-color:#fff;
	border:#e0e0e0 solid 1px;
	white-space:nowrap;
	text-align:center; 
	margin:0;
	float:left;
	margin-left:20px;
	}

.video_align {
	display:inline-block;
	height:100%;
	vertical-align:middle;
	background-color:#FFF;
	}

.video_img {vertical-align:middle;}

.video_container_box {padding:50px 0px;width:980px;}
.video_text_box {float:right;text-align:left;width:400px;font-size:16px;font-weight:400;color:#777;}
.video_text_box_left {float:left;text-align:left;width:400px;font-size:16px;font-weight:400;color:#777;}

.video_container_white {width:100%;float:left;color:#222;border-bottom:#dcdcdc solid thin;font-weight:400;}
.video_container_grey {width:100%;float:left;color:#222;border-bottom:#dcdcdc solid thin;font-weight:400;background-color:#f5f5f5;}

.team_box {
	height:300px;      /* equals max image height */
	width:300px;
	white-space:nowrap;
	text-align:center; 
	margin:0;
	float:left;
	margin-right:50px;
	}

.team_box_right {
	height:300px;      /* equals max image height */
	width:300px;
	background-color:#f5f5f5;
	white-space:nowrap;
	text-align:center; 
	margin:0;
	float:left;
	margin-left:50px;
	}
.team_container {padding:30px 0px;width:980px;border-top:#CCC solid 1px;}
.team_text_box {float:right;text-align:left;width:620px;font-size:16px;font-weight:400;}
.team_text_box_left {float:left;text-align:left;width:620px;font-size:16px;font-weight:400;margin-top:-15px;}

#box_textcenter {float:left;width:25%;text-align:center;padding:0 15px;}
.feature_img {padding:30px 0px 26px 0px;text-align:center;color:#1c6ba8;}
#box_textcenter .title {font-weight:600;font-size:15px;}
#box_textcenter .body {font-weight:400;font-size:12px;line-height:160%;}
.feature_center {text-align:center;width:980px;padding:50px 0px;}
.feature_textLeft {text-align:left;padding:0px 10px;}
.h3_light {font-weight:300;line-height:140%;margin-bottom:0px;}
.h2_regular {font-weight:400;}

.h2_event {padding:18px 0px;text-align:center;}
.event_content {clear:both;padding:10px 0px 10px 20px;float:left;}
.event_logo {
	height:80px;      /* equals max image height */
	width:80px;
	background-color:#f5f5f5;
	border:#e3e3e3 solid 1px;
	white-space:nowrap;
	text-align:center; 
	float:right;
	margin:20px;
	}

.event_logo_big {
	height:152px;      /* equals max image height */
	width:152px;
	background-color:#f5f5f5;
	border:#e3e3e3 solid 1px;
	white-space:nowrap;
	text-align:center; 
	float:left;
	margin:20px;
	}

.event_content_right {padding:10px 10px 10px 4px;float:right;text-align:right;width:760px;}

.event_divider {clear:both;border-bottom:#dcdcdc solid 1px;height:1px;}

.regular_16 ul {font-weight:400;font-size:16px;}
.regular_16 ul li {font-weight:400;font-size:16px;}

.company_bg {
	background-image:url(../../images/2014-08/img_company.jpg);background-repeat:no-repeat;
	width:1100px;height:306px;margin-top:-50px;margin-left:auto;margin-right:auto;overflow:hidden;margin-bottom:50px;
	}
.company_bg_extend {background-image:url(../../images/2014-08/company_bg.png);background-repeat:repeat-x; background-color:#fff;}
.company_map {
	height:255px;      /* equals max image height */
	width:255px;
	white-space:nowrap;
	text-align:center; 
	float:right;
	margin:20px;
	}

.snippet {width:980px;}
.snippet img {width:522px;height:auto;float:left;margin-left:30px;}

.pricing_left {padding:3px 0px 2px 0px;float:left;}
.pricing_tnb_note {clear:both;font-size:14px;}
.pricing_tnb_left {float:left;width:37%;font-size:23px;font-weight:400;color:#FFF;}
.pricing_tnb_right {float:right;width:26%;font-size:23px;font-weight:400;color:#FFF;}

#page-wrap {width:980px;margin:0px;padding:0px;}

/* Generic Utility */
.hide {position:absolute;top:-9999px;left:-9999px;}

#pricing {padding:10px;margin: 0 0 20px 0;}

#pricing .nav {
	overflow:hidden;margin:0px;text-align:center;border:#dcdcdc solid 1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
	padding:0px;width:823px;width:816px;background:#f7f7f7;margin-left:80px;
	}

@-moz-document url-prefix() { 
	#pricing .nav {width:816px;}
	} /*target FF only*/

#pricing .nav { [;width:818px;]; } /*target Safari only*/

#pricing .nav li {float:left;margin:0px;}
#pricing .nav li.last {margin-right:0;}
#pricing .nav li a {display:block;color:#222222;font-size:16px;text-align:center;padding:5px 20px;font-weight:400;}
#pricing .nav li a:hover {background-color:#1c6ba8;font-size:16px;}

#pricing ul {list-style:none;}
#pricing ul li a {display:block;color:#666;border-right:#dcdcdc solid 1px;}
#pricing ul li a:hover {background:#1c6ba8;color:white;border-right:#dcdcdc solid 1px;}
#pricing ul li:last-child a {border-right:#dcdcdc solid 0px;}

#pricing ul li.nav-one a.current, #pricing ul.starter li a:hover {background-color:#1c6ba8;color:white;border-right:#dcdcdc solid 1px;}
#pricing ul li.nav-two a.current, #pricing ul.business li a:hover {background-color:#1c6ba8;color:white;border-right:#dcdcdc solid 1px;}
#pricing ul li.nav-three a.current, #pricing ul.enterprise li a:hover {background-color:#1c6ba8;color:white;border-right:#1c6ba8 solid 0px;}
.pricing_w_banner {width:450px;float:left;margin-right:10px;}
.pricing_w_banner_right {width:450px;float:right;}
.pricing_wo_banner {width:450px;float:left;margin-top:6px;margin-right:10px;}
.pricing_wo_banner_right {width:450px;float:right;margin-top:6px;}

.p_buy {clear:both;margin:6px 0px 25px 0px;}
.p_buy a {color:#222;}

.regular_46px {font-size:46px;font-weight:400;}
.regular_19px {font-size:19px;font-weight:400;}
.p_blue {background-color:#0164b5;font-size:32px;color:#FFF;text-align:center;font-weight:400;padding:10px 0px 9px 0px;}
.p_monthly {clear:both;margin-top:-10px;}
.p_btn {clear:both;margin-top:12px;}
.p_popular {margin:0px 0px -117px -5px;margin:0px 0px -118px -5px;}
.p_popular_right {margin:0px 0px -117px 333px;margin:0px 0px -118px 333px;}
.P_box_selected_left {
	float:left;width:50%;background-color:#f2f2f2;border-left:#dcdcdc solid 1px;border-right:#dcdcdc solid 1px;border-bottom:#dcdcdc solid 1px;
	text-align:center;font-size:16px;font-weight:400;padding:16px 0px 0px 0px;
	}
.p_box_selected_right {
	float:left;width:50%;background-color:#f2f2f2;border-right:#dcdcdc solid 1px;border-bottom:#dcdcdc solid 1px;
	text-align:center;font-size:16px;font-weight:400;padding:16px 0px 0px 0px;
	}
.p_box_selected_bottom {background-color:#e9e9e9;border-top:#dcdcdc solid 1px;text-align:center;font-size:16px;font-weight:600;padding:10px 0px;}
.P_box_left {
	float:left;width:50%;background-color:#ffffff;border-left:#dcdcdc solid 1px;border-right:#dcdcdc solid 1px;border-bottom:#dcdcdc solid 1px;
	text-align:center;font-size:16px;font-weight:400;padding:16px 0px 0px 0px;
	}
.p_box_bottom {background-color:#f5f5f5;border-top:#dcdcdc solid 1px;text-align:center;font-size:16px;font-weight:600;padding:10px 0px;}
.p_box_right {
	float:left;width:50%;background-color:#ffffff;border-right:#dcdcdc solid 1px;border-bottom:#dcdcdc solid 1px;
	text-align:center;font-size:16px;font-weight:400;padding:16px 0px 0px 0px;
	}
.p_box_bottom {background-color:#f5f5f5;border-top:#dcdcdc solid 1px;text-align:center;font-size:16px;font-weight:600;padding:10px 0px;}

.popover {max-width:800px;border-radius:0px;}

.popover-content {padding:20px;}

.popover-content.no_padding {padding:0px;}

.popover-content.no_padding > * {padding:10px;}

/* Custom Popover - Business Email */
.popover-email {
	width:600px;
	margin-top:0px !important;
	left:auto !important;
	right:5px !important;
	}

.popover-email2 {left:250px !important;}
.popover-email .arrow {left:97% !important;}
.popover-email2 .arrow {left:-11px !important;}
.popover-email .popover-content {padding:30px;}
.popover-email p {font-size:12px;}
.popover-email ul {
	font-size:14px;
	padding-left:20px;
	line-height:28px;
	}
.popover-email .pull-right {width:310px;position:relative;}
.popover-email .ribbon-right {position:absolute;top:-5px;right:-6px;}
.popover-email .well {
	border:1px solid #dcdcdc;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f5f5f5));
	background:-webkit-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
	background:linear-gradient(to bottom,#ffffff 0%,#f5f5f5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5',GradientType=0);
	}

.regular_22px {font-size:22px;font-weight:400;color:#222;}

.tp_blue_title {background-color:#0164b5;color:#FFF;padding:10px;font-size:14px;margin-top:10px;}
.tp_grey_row {background-color:#f5f5f5;padding:10px;border-bottom:#dcdcdc solid 1px;}
.tp_vertical_divider {padding:5px 10px;border-right:#dcdcdc solid 1px;}
.tp_fees_title {font-weight:600;}
.tp_white_row {background-color:#fff;padding:10px;border-bottom:#dcdcdc solid 1px;}
.tp_right_column {width:140px;padding-left:5px;padding-right:5px;text-align:center;}
.text_center {text-align:center;}
.tp_table {font-size:14px;font-weight:400;padding:10px;margin-top:10px;color:#222;}
.tp_about_note {font-size:12px;margin:20px 0px 0px 0px;width:530px;color:#222;}

.partner_bg {
	background-image:url(../../images/2014-08/partner_bg.jpg);background-repeat:no-repeat;background-position:0px 0px;
	width:1390px;height:414px;margin-top:-50px;margin-left:auto;margin-right:auto;overflow:hidden;
	}
.partner_bg_extend {background-image:url(../../images/2014-08/partner_bg.png);background-repeat:repeat-x;background-color:#fff;}
.partner_container {width:980px;margin-left:auto;margin-right:auto;margin-top:-300px;color:#FFF;padding:0px 10px;}
.partner_bullets {float:left;width:47%;font-size:18px;font-weight:400;}
.partner_bullets li {color:#71c110; /* bullet color */}
.partner_bullets li span {color:#FFF;}
.wrap_partner {position:relative;margin-left:auto;margin-right:auto;width:980px;padding:0px 0px 50px 0px;}

#check_partner {text-align:center;padding-top:30px;}
#check_partner ul {font-size:18px;font-weight:400;text-align:left;}
#check_partner ul li {padding:5px;list-style-image:url(../../images/2014-08/i_checkmark_sm.png);}

input[required], input.norm {
	width:450px;
	height:40px;
	border:1px solid #e2e2e2;
	font-size:16px;
	font-weight:400;
	padding:6px 12px;
	color:#222;
	}

input[required] + label, label#details-label {
	color:#777;
	font-size:16px;
	font-weight:400;
	position:absolute;
	top:10px;
	left:14px;
	cursor:text;
	}

input[required] + label:after {
	content:'*';
	color:red;
	}

input[required].norm + label:after {
	content:'';
	color: white;
	}

.input_position {position:relative;margin-top:10px;}

.red {color:red;}

.network_bg {
	background-image:url(../../images/2014-08/network_bg.jpg);background-repeat:no-repeat;background-position:0px 0px;
	width:1390px;height:500px;margin-top:-50px;margin-left:auto;margin-right:auto;overflow:hidden;
	}
.network_bg_extend {background-image:url(../../images/2014-08/network_bg.png);background-repeat:repeat-x;background-color:#fff;}
.network_container {width:980px;margin-left:auto;margin-right:auto;margin-top:-320px;color:#FFF;padding:0px 10px;}

.career_bg {
	background-image:url(../../images/2014-08/career_bg.jpg);background-repeat:no-repeat;background-position:0px 0px;
	width:1390px;height:500px;margin-top:-50px;margin-left:auto;margin-right:auto;overflow:hidden;
	}
.career_bg_extend {background-image:url(../../images/2014-08/career_bg.png);background-repeat:repeat-x;background-color:#fff;}
.career_container {width:980px;margin-left:auto;margin-right:auto;margin-top:-450px;padding:0px 10px;color:#777;}

.pricing_bg {
	background-image:url(../../images/2014-08/pricing_bg.jpg);background-repeat:no-repeat;background-position:0px 0px;
	width:1024px;height:238px;margin-top:-50px;margin-left:auto;margin-right:auto;overflow:hidden;
	}
.pricing_bg_extend {background-image:url(../../images/2014-08/pricing_bg.png);background-repeat:repeat-x;background-color:#f4f4f4;}
.pricing_container {width:980px;margin-left:auto;margin-right:auto;margin-top:-228px;padding:0px 10px;}

.faq_title {color:#0164b5;}
.faq_bg {
	background-image:url(../../images/2014-08/faq_bg.jpg);background-repeat:no-repeat;background-position:70px 0px;
	width:1220px;height:500px;margin-top:-50px;margin-left:auto;margin-right:auto;overflow:hidden;
	}
.faq_bg_extend {background-image:url(../../images/2014-08/faq_bg.png);background-repeat:repeat-x;background-color:#f5f5f5;}
.faq_container {width:980px;margin-left:auto;margin-right:auto;margin-top:-370px;padding:0px 10px;}

.error_bg {
	background-image:url(../../images/2014-08/404_bg.jpg);background-repeat:no-repeat;background-position:0px 0px;
	width:1366px;height:413px;margin-top:-50px;margin-left:auto;margin-right:auto;overflow:hidden;
	}
.error_bg_extend {background-image:url(../../images/2014-08/404_bg.png);background-repeat:repeat-x;background-color:#fff;}
.error_container {width:980px;margin-left:auto;margin-right:auto;margin-top:-450px;padding:0px 10px;color:#777;}
.error_container div {font-size:16px;color:#222;line-height:175%;}
.error_container a {font-size:16px;font-weight:600;line-height:175%;}

.login_drop_grey {background-color:#f5f5f5;border-bottom:#dcdcdc solid 1px;border-top:#dcdcdc solid 1px;padding-left:20px;}
.login_drop_white {padding-left:20px;}

#footer {width:100%;background-color:#f5f5f5;color:#222222;padding:15px 0px 6px 0px;position:fixed;bottom:0;border-top:#dcdcdc solid 1px;}

#footer ul li{display:inline;padding:0px 4px;font-size:14px;font-weight:400;color:#222;}
#footer ul li a {color:#5eaa00;text-decoration:none;}

#social {width:300px;margin-left:auto;margin-right:auto;padding:30px 0px 30px 50px;}
#social .left {float:left;padding-right:60px;}
#social .right {float:left;}
.copyright {font-size:14px;font-weight:400;color:#222222;margin-top:9px;}

/* FAQ */
#list-wrap {width:980px;margin:0px;padding:0px;}

#faq {padding:13px;margin: 0 0 20px 0;}

#faq .nav {overflow:hidden;margin:0px;text-align:center;padding:0px;width:900px;margin-left:120px;}

#faq .nav li {float:left;margin:0px;}
#faq .nav li.last {margin-right:0;}
#faq .nav li a {display:block;color:#222222;font-size:18px;text-align:center;padding:0px 20px;font-weight:400;}
#faq .nav li a:hover {font-size:18px;background-color:transparent;}

#faq ul {list-style:none;}
#faq ul li a {display:block;background-color:transparent;}
#faq ul li a:hover {color:#666;}
#faq ul li:last-child a {}
#faq .divider {border-left:#222 solid 1px;}

#faq ul li a.current {
	color:#0164b5;background-image:url(../../images/2014-08/faq_arrow.png);background-repeat:no-repeat;background-position:center 39px;background-position:center 37px;
	height:55px;outline:none;}
@-moz-document url-prefix() { 
	#faq ul li a.current {background-position:center 36px;}
	} /*target FF only*/

.faq_ul {font-size:16px;font-weight:400;margin-left:-20px;color:#777;}
.faq_ul li {list-style:outside;}

.list-wrap {height:auto !important;}

.dropdown-submenu {position:relative;font-weight:600;}
.dropdown-submenu>.dropdown-menu {top:0;left:100%;margin-top:-12px;margin-left:-1px;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}
.dropdown-submenu:hover>.dropdown-menu {display:block;}
.dropdown-submenu>a:after {
	display:block;content:" ";float:right;width:10px;height:10px;border-color:transparent;border-style:solid;border-width:0;
	margin-top:3px;margin-right:0px;background-image:url(../../images/2014-08/arrow_grey.png);background-repeat:no-repeat;
	}
.test {color:green;}
.h21 {color:red;}
@-moz-document url-prefix() {
	.dropdown-submenu>a:after{margin-right:-10px;}
	}

.dropdown-submenu:hover>a:after {background:url(../../images/2014-08/arrow_green.png);}
.dropdown-submenu.pull-left {float:none;}
.dropdown-submenu.pull-left>.dropdown-menu {left:-100%;margin-left:10px;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}

.feature_nav a {font-weight:600;}
.feature_nav a:hover {color:#093;}

.modal-content {border-radius:0px !important;}

.modal-header {
	min-height:16.42857143px;
	padding:0px;
	border-bottom:0px solid #e5e5e5;
	}

#getQuote, #unavailable_offer {
	height:400px;
	top:calc(50% - 120px) !important;
	}

#add_number, #secure_number, #backup {
	height:500px;
	top:calc(50% - 200px) !important;
	}

#cc_decline {
	height:500px;
	top:calc(50% - 250px) !important;
	}

#activation, #duplicate_username, #getPricing, #emailHelp {
	height:600px;
	top:calc(50% - 300px) !important;
	}

#business_email, #pay_echeck {
	height:650px;
	top:calc(50% - 350px) !important;
	}

#step1, #step1-free, #call_recording, #call_recording_4 {
	/*height:680px;*/
	top:calc(50% - 350px) !important;
	}

#call_recording_2, #call_recording_3 {
	height:740px;
	top:calc(50% - 370px) !important;
	}

.modal_left {float:left;width:49%;font-size:23px;font-weight:400;color:#222;}

.close {
	filter:alpha(opacity=20);
	opacity:.7;
	}
.close:hover,
.close:focus {
	color:#000;
	filter:alpha(opacity=90);
	opacity:.9;
	}

.bar_container {
	width:520px;
	margin:30px auto 0;
	}

.progress {
	overflow:hidden;
	height:10px;
	margin-bottom:18px;
	background-color:#f7f7f7;
	background-repeat:repeat-x;
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.5);
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.5);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	}

.progress .bar {
	width:0%;
	height:18px;
	color:#ffffff;
	font-size:12px;
	text-align:center;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#6eb800;
	background-repeat:repeat-x;
	-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
	box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:width 0.6s ease;
	-moz-transition:width 0.6s ease;
	-ms-transition:width 0.6s ease;
	-o-transition:width 0.6s ease;
	transition:width 0.6s ease;
	}

.progress.active .bar {
	-webkit-animation:progress-bar-stripes 2s linear infinite;
	-moz-animation:progress-bar-stripes 2s linear infinite;
	animation:progress-bar-stripes 2s linear infinite;
	}

.progress-info .bar {
	background-color: #4bb1cf;
	background-image:-moz-linear-gradient(top,#5bc0de,#339bb9);
	background-image:-ms-linear-gradient(top,#5bc0de,#339bb9);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));
	background-image:-webkit-linear-gradient(top,#5bc0de,#339bb9);
	background-image:-o-linear-gradient(top,#5bc0de,#339bb9);
	background-image:linear-gradient(top,#5bc0de,#339bb9);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de',endColorstr='#339bb9',GradientType=0);
	}

@-webkit-keyframes progress-bar-stripes {
	from {background-position:0 0}
	to {background-position:40px 0}
	}

@-moz-keyframes progress-bar-stripes { 
	from {background-position:0 0}
	to {background-position:40px 0}
	}

@keyframes progress-bar-stripes { 
	from {background-position:0 0}
	to {background-position:40px 0}
	}

.check_box {float:left;border:#dcdcdc solid 1px;width:250px;}
.check_box_grey {background-color:#f5f5f5;text-align:center;padding:10px;border-bottom:#dcdcdc solid 1px;font-size:25px;font-weight:400;color:#222;}

.title_grey_box {float:left;background-color:#f5f5f5;text-align:left;padding:5px 10px;border-bottom:#dcdcdc solid 1px;width:100%;}
.title_grey_box_bottom {float:left;background-color:#f5f5f5;text-align:left;padding:8px 10px;border-top:#dcdcdc solid 1px;width:100%;}

.checkout_box {float:left;border:#dcdcdc solid 1px;width:100%;}
.co_box_col_3 {float:left;width:33%;border-right:#dcdcdc solid 1px;}
.co_box_col_3_grey {float:left;width:33%;border-right:#dcdcdc solid 1px;background:#f7f7f7;}

.co_box_padding {padding:5px 10px;height:115px;}
.co_ul {list-style-type:none;padding-top:6px;padding-bottom:20px;}
.co_top_divider {clear:both;border-top:#dcdcdc solid 1px;}

.echeck_bg {background-repeat:repeat-y;background-image:url(../../images/2014-08/check_bg.png);width:405px;}
.echeck_top_bg {background-repeat:no-repeat;background-image:url(../../images/2014-08/check_top.png);width:490px;height:169px;}

.call_recording_bg {
	border:#dcdcdc solid 1px;background-color:#fcfcfc;background-image:url(../../images/2014-08/img_call_recording.png);background-position:top right;background-repeat:no-repeat;
	padding:25px 20px;
	}
.call_recording ul {font-weight:600;font-size:14px;margin-left:-38px;list-style:none;color:#222;line-height:180%;}
.call_recording ul li ul {font-weight:400;font-size:14px;list-style:disc;margin-left:-20px;color:#222;}

.p_echeck_bg {
	border:#dcdcdc solid 1px;background-color:#fcfcfc;background-image:url(../../images/2014-08/img_echeck.png);background-position:top right;background-repeat:no-repeat;
	padding:25px 20px;
	}

.ent_payment_h1 {font-size:24px;font-weight:600;}
.echeckDisclaimer1 {font-size:16px !important;}
.echeckDisclaimer2 p {font-size:14px !important;}
.red_no_icon_s_btn {background:#c80202;color:#ffffff;font-weight:normal;padding:18px 32px;}
.green_no_icon_s_btn {background:#5eaa00;color:#ffffff;font-weight:normal;padding:18px 32px;}
.red_no_icon_s_btn:hover, .green_no_icon_s_btn:hover {color:#333 !important;}

.error {font-size:14px;color:red;}