/* #Preloader
========================================================== */

/*.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff url(../images/preloader.gif) center no-repeat;
	z-index: 999999;
}*/

/* #Site Header
================================================ */
#header{
	position:relative;
	z-index:20;
}
.welcome h1 {
	margin: 80px auto 0;
	letter-spacing: -1px;
	font-size: 40px;
	line-height: 43px;
	color: #000;
}
.about-section .welcome h1 {
	text-align: left;
}
#site-title,
#site-title a{
	font-weight:normal;
	color:#555;
	text-decoration:none;
	text-shadow: 2px 2px 0px rgba(125, 125, 125, .25);
}
#sub-title{
	color:#999;
	text-transform:uppercase;
	margin:.8em 0 0 0;
	font-size:1em;
	line-height:1em;
}

.sub-title {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 auto 50px;
	text-align: center;
	letter-spacing: -1px;
	font-family: "dosisbold", sans-serif;
}
.sub-title em {
	/*font-family: 'Latobold', sans-serif;*/
}
.sub-title:after {
	content: '';
	display: block;
	width: 75px;
	margin: 15px auto 0;
	border: 2px solid #e17b3d;
}
.third-title {
	font-size: 28px;
	line-height: 33px;
	font-weight: 400;
	letter-spacing: -1px;
	text-align: center;
	margin-bottom: 48px;
	font-family: "dosisbold", sans-serif
}
#masthead{
	font-size:100%;
}

.slider img {
	width: 100%;
	margin-bottom: -25px;
}
/********************************************************/
/*                  4. Utility classes                  */
/********************************************************/

/* Align */
.align-left		{ text-align: left; }
.align-center	{ text-align: center; }
.align-right	{ text-align: right; }

/* Floating elements */
.float-left		{ float: left; }
.float-right	{ float: right; }
.clear-left		{ clear: left; }
.clear-right	{ clear: right; }
.clear-both		{ clear: both; }

/* Padding */
.with-padding			{ padding: 20px !important; }
.with-mid-padding		{ padding: 10px !important; }
.with-small-padding		{ padding: 5px !important; }
.no-padding				{ padding: 0 !important; }

/* Margins */
.large-margin-top		{ margin-top: 30px !important; }
.margin-top				{ margin-top: 16px !important; }
.mid-margin-top			{ margin-top: 8px !important; }
.small-margin-top		{ margin-top: 4px !important; }
.no-margin-top			{ margin-top: 0 !important; }
.large-margin-right		{ margin-right: 30px !important; }
.margin-right			{ margin-right: 16px !important; }
.mid-margin-right		{ margin-right: 8px !important; }
.small-margin-right		{ margin-right: 4px !important; }
.no-margin-right		{ margin-right: 0 !important; }
.large-margin-left		{ margin-left: 30px !important; }
.margin-left			{ margin-left: 16px !important; }
.mid-margin-left		{ margin-left: 8px !important; }
.small-margin-left		{ margin-left: 4px !important; }
.no-margin-left			{ margin-left: 0 !important; }
.large-margin-bottom	{ margin-bottom: 30px !important; }
.margin-bottom			{ margin-bottom: 16px !important; }
.mid-margin-bottom		{ margin-bottom: 8px !important; }
.small-margin-bottom	{ margin-bottom: 4px !important; }
.no-margin-bottom		{ margin-bottom: 0 !important; }

/* Absolute positioning */
.relative				{ position: relative; }
.absolute-left,
.absolute-right {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	}
	.absolute-left {
		left: 0;
	}
	.absolute-right {
		right: 0;
	}

/* clearfix */
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 }
.clearfix:after, .columns:after { clear: both; }

.scroll-hidden { overflow: hidden; }
/* Displayed as table */
.display-table {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
	white-space: nowrap;
}
.display-table.vertical-top > * {
	vertical-align: top;
}
.display-table > * {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 0;
}
.display-table > * > * {
	white-space: normal;
}
.display-table.header {
	background: #25292c;
	color: #fff;
}
.display-table.header + .display-table, .display-table.header + * .display-table {
	border: 1px solid #e1e1e1;
	border-top: none;
}
.display-table.header + * .display-table .display-table {
	border: none;
}
.display-table.header + .display-table > *, .display-table.header + * .display-table > *.no-padding {
	display: table-row;
}
.display-table.header + .display-table > * > *, .display-table.header + * .display-table > *.no-padding > * {
	border-bottom: 1px solid #e1e1e1;
}
.display-table.header + .display-table > *:last-child > *, .display-table.header + * .display-table > *.no-padding:last-child > * {
	border-bottom: none;
}
.table-with-padding .display-table {
	padding: 0 10px;
}
.table-with-padding .display-table .display-table {
	padding: 0;
}
.table-with-padding .display-table > * {
	padding: 15px;
}

.text-color {
	color: #faa61a;
}

.divider {
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	height: 0;
	margin: 40px 0;
}
/* Columns */
.cols-2 .column-1, .cols-2 .column-2 {
	width: 50%;
}
.cols-3 .column-1, .cols-3 .column-2, .cols-3 .column-3 {
	float: left;
	width: 33.3%;
}
.column-1, .column-2, .column-3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.cols-2 .column-1, .cols-3 .column-1 {
	padding-right: 20px;
}
.cols-2 .column-2, .cols-3 .column-3 {
	padding-left: 20px;
}
.cols-3 .column-2 {
	padding-left: 20px;
	padding-right: 20px;
}
.border-right:after {
	content: '';
	border-right: 1px dashed #dddddd;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.hr-dashed {
	border-style: dashed;
}
/* Other Common Styles
===================================================== */
/* List Style */
.check-list {
	margin-bottom: 20px;
}
.check-list ul, .arrow-list ul {
	margin: 0 0 0 15px;
}
.check-list, .check-list > li, .arrow-list, .arrow-list > li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.check-list > li, .arrow-list > li {
	padding: 5px 0 5px 30px;
	line-height: 22px;
}
.check-list > li::before {
	font-family: 'glyphicons';
	content: "\e103";
	color: #d83a2f;
	margin-right: 8px;
	position: absolute;
	top: 2px;
	left: 0;
}
.arrow-list li::before {
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-left-color: #e17b3d;
	margin-right: 3px;
}

/* #Navigation
=============================================== */

nav#main-nav {
	font-size:100%;
	bottom:0px;
}
#masthead {
	line-height: 65px;
}
#masthead > * {
	display: inline-block;
}
body #masthead img {
	vertical-align: middle;
	max-width: 270px;
}

/* All Levels */
nav#main-nav ul{
	margin:0px;
	display:block;
	white-space: nowrap;
}
nav#main-nav ul li a {
	text-decoration:none;
	color:#444;
	white-space: nowrap;
	font-size:1em;
}

/* Top Level */
.header-wrap {
	background: #171a1a;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
nav#main-nav > ul {
	float:right;
}
nav#main-nav > ul * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
nav#main-nav > ul > li {
	position:relative;
	line-height: 70px;
    text-align: center;
	margin-bottom: 0;
	display: inline-block;
	float: left;
}
nav#main-nav > ul > li b {
	font-size: 20px;
	color: #fff;
	line-height: normal;
	position: relative;
	vertical-align: text-top;
}
nav#main-nav > ul > li b:hover, nav#main-nav > ul > li.active b, .location-trigger > b {
	color: #ffc702 !important;
}
.mask-55 {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0.55;
	z-index: 100;
	display: none !important;
	cursor: default !important;
}
.location-prompt .mask-55 {
	display: block !important;
}
.location-prompt .location-trigger > b {
	z-index: 110;
	position: relative;
}
.location-prompt nav#main-nav > ul li.location-trigger ul {
	animation: FadeInUp .6s ease;
	-webkit-animation: FadeInUp .6s ease;
	-moz-animation: FadeInUp .6s ease;
	-ms-animation: FadeInUp .6s ease;
	-o-animation: FadeInUp .6s ease;
	display: block;
}
.location-trigger .handwritten {
	top: 50px;
	left: -400px;
	color: #fff;
	cursor: default !important;
}
.location-trigger .handwritten:before {
	top: 10px;
	left: 100%;
	background-image: url(../images/arrow-hand-white.png);
	cursor: default !important;
}
.location-trigger .handwritten {
	display: none !important;
}
.location-prompt .location-trigger .handwritten {
	display: block !important;
}
nav#main-nav ul li.agileHover,
nav#main-nav ul li:hover{
	z-index: 30;
}
nav#main-nav > ul > li > a, nav#main-nav > ul > li > cite {
	display: inline-block;
	padding: 0 12px;
	color: #9e9e9e;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-in-out;
	font-family: 'dosisbold', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	font-style: normal;
	vertical-align: top;
}
.profile-user-name {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 50px;
	vertical-align: top;
}
nav#main-nav > ul > li > a:hover, nav#main-nav > ul > li > cite:hover, nav#main-nav > ul > li.active > a, nav#main-nav > ul > li.active > cite {
	color: #fff;
}
nav#main-nav > ul > li:first-child a {
	border-left: none;
}
nav#main-nav > ul > li:last-child a {
	border-right: none;
}
nav#main-nav > ul > li > a:after, nav#main-nav > ul > li > cite:after {
	content: '';
	position: absolute;
	width: auto;
	left: 0;
	right: 0;
	bottom: 0;
}
nav#main-nav > ul > li:hover > a:after, nav#main-nav > ul > li:hover > cite:after {
	border-bottom: 3px solid rgba(255,255,255,0.2);
}
nav#main-nav > ul > li > * {
	line-height: 70px;
	cursor: pointer;
	display: inline-block;
}
nav#main-nav > ul > li:hover > a,
nav#main-nav > ul > li > a:hover{
	color: #fff;
}
nav#main-nav > ul > li.current > a, nav#main-nav > ul > li.current > cite {
	color:#fff;
	background-color: #212424;
}
nav#main-nav > ul > li.current > a:after, nav#main-nav > ul > li.current > cite:after {
	border-bottom: 3px solid #e17b3d;
}
nav#main-nav > ul > li i {
	vertical-align: middle;
	cursor: pointer;
	content: '';
	border: 6px solid transparent;
	border-top-color: #9e9e9e;
	display: inline-block;
	margin: 0 0 0 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	top: 0;
}
nav#main-nav > ul > li *:hover i {
	border-top-color: #fff;
}
nav#main-nav > ul > li.active i {
	border-top-color: transparent;
	border-bottom-color: #fff;
	top: -6px;
}
/* App Menu */
.app-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: text-bottom;
	cursor: pointer;
}
.app-icon .circle {
	width: 9px;
	height: 9px;
	float: left;
	background: #fff;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin: 1px;
}
.app-wrap {
	position: relative;
	line-height: 75px;
}
.jcAppMenuWrapper {
	background: #fff;
	width: 244px;
	position: absolute;
	top: 100%;
	right: 0;
	display: none !important;
	overflow: visible !important;
	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	border: 1px solid #e1e1e1;
	border-bottom: 1px solid #ddd;
	cursor: default !important;
}
*.active > .app-icon + .jcAppMenuWrapper {
	animation: FadeInUp .8s ease;
	-webkit-animation: FadeInUp .6s ease;
	-moz-animation: FadeInUp .6s ease;
	-ms-animation: FadeInUp .6s ease;
	-o-animation: FadeInUp .6s ease;
	display: block !important;
}
.jcAppMenuWrapper:after {
	position: absolute;
	width: 0;
	height: 0;
	top: -10px;
	right: 0px;
	border-color: transparent;
	border-style: solid;
	border-width: 10px;
	border-top-width: 0;
	border-bottom-color: #fff;
	content: '';
}
.jcAppMenuWrapper ol {
	padding: 15px;
	list-style: none;
	margin: 0;
	position: relative;
}
.jcAppMenuWrapper ol li {
	display: inline-block;
	float: left;
	width: 50%;
	line-height: 1;
	margin: 0;
	padding: 0;
}
.jcAppInner {
	width: 100%;
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	min-height: 107px;
	display: block;
	overflow: hidden;
}
.jcAppIco {
	width: 100px;
	height: 100px;
	background: url(../images/apps.png) no-repeat;
	display: block;
	margin: 0 auto;
}
.jcAppIco.jcAppMe {
	background-position: -100px -7px;
}
.jcAppIco.jcAppTv {
	background-position: -7px -7px;
}
.jcAppIco.jcAppCom {
	background-position: -7px -100px;
}
.jcAppIco.jcAppGame {
	background-position: -100px -100px;
}
.jcAppIco.jcAppWiFi {
	background-position: -7px -200px;
}
.jcAppTitle {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	white-space: nowrap;
	color: #000;
	width: 100%;
	line-height: normal;
}
.jcAppTitle:hover {
	color: #000;
}
/* Second Level */
nav#main-nav > ul li ul,
nav#main-nav > ul li ul li ul,
nav#main-nav > ul li ul li ul li ul {

	text-transform:none}

nav#main-nav > ul li ul, .location-affixed > ul {
	z-index: 1308 !important;
	padding: 0;
	margin:0;
	text-shadow:none;
	font-size:12px;
	position: absolute;
	display: none;
	right: 0;
	-webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);
	-moz-box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);
	box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);	
}
nav#main-nav > ul li.parent.active ul, .location-affixed.active > ul {
	animation: FadeInUp .6s ease;
	-webkit-animation: FadeInUp .6s ease;
	-moz-animation: FadeInUp .6s ease;
	-ms-animation: FadeInUp .6s ease;
	-o-animation: FadeInUp .6s ease;
	display: block;
}
@-Webkit-Keyframes FadeInUp {
  0% {
    Opacity: 0;
    -Webkit-Transform: TranslateY(-20px);
    Transform: TranslateY(-20px);
  }

  100% {
    Opacity: 1;
    -Webkit-Transform: TranslateY(0);
    Transform: TranslateY(0);
  }
}

@Keyframes FadeInUp {
  0% {
    Opacity: 0;
    -Webkit-Transform: TranslateY(-20px);
    -Ms-Transform: TranslateY(-20px);
    Transform: TranslateY(-20px);
  }

  100% {
    Opacity: 1;
    -Webkit-Transform: TranslateY(0);
    -Ms-Transform: TranslateY(0);
    Transform: TranslateY(0);
  }
}

.FadeInUp {
  -Webkit-Animation-Name: FadeInUp;
  Animation-Name: FadeInUp;
}
nav#main-nav > ul li ul li ul {
	padding:0 0 0 13px;
	z-index: 1309
	}

nav#main-nav > ul li ul li ul li ul {
	z-index: 1310;
	padding-right:3px
	}

nav#main-nav > ul li:hover>ul li:hover>ul {
	top:0;
	left: 139px;
	width: 145px;
	}

nav#main-nav > ul li:hover>ul li:hover>ul li:hover>ul{
	display:block;
	position: absolute;
	left:-141px !important;
	top:-2px !important;}

nav#main-nav > ul li ul li.first ul {
	top:7px !important;}

nav#main-nav > ul li ul li, .location-affixed > ul li {
	display:block;
	border:none;
	background-color: #fff;
	width: 165px;
	margin:0;
	padding:0;
	height:auto;
	clear:both;
	line-height:1.3em;
	position: relative;
	border-bottom: 1px solid #eee;
	padding: 10px;
	}

nav#main-nav > ul li ul li ul li {
	width: 145px
	}

nav#main-nav > ul li ul li a, .location-affixed > ul li a {
	display:block;
	color:#444;
	height: auto;
	padding: 8px 10px;
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'dosisbold', sans-serif;
}
nav#main-nav > ul li ul li a:hover, .location-affixed > ul li a:hover {
	color: #e17b3d;
}

nav#main-nav > ul li ul li.last a,
nav#main-nav > ul li ul li ul li.last a,
nav#main-nav > ul .parent li a span,
nav#main-nav > ul .parent li a:hover span {
	/*background:none*/
	}

nav#main-nav > ul li a:hover span {
	cursor:pointer}


input[type="text"], input[type="password"], input[type="email"], textarea, select {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.dnone {
	display: none !important;
}
/* Mobile */
.nav-close{
	display:none;
	font-size:8px;
	text-transform:uppercase;
	padding:1px 8px;
	background:#dedede;
	text-decoration:none;
	position:absolute;
	z-index:50;
}

a.mobile-menu-button{
	display:none;
}

.mobile-menu-button {
	color: #000;
	font-size: 36px;
	line-height: 0;
	cursor: pointer;
}

.menuicon > span {
	display: block;
	overflow: hidden;
	height: 2px;
	width: 30px;
	background-color: #ffd042;
	margin: 0 0 3px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.profile-image {
	display: inline-block;
	position: relative;
	width: 33px;
	height: 33px;
	margin: 0;
	overflow: hidden;
	top: -1px;
	left: 0;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-right: 5px;
	vertical-align: middle;
	background-color: rgb(222,225,227);
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.shortcut-close {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 3px 5px 5px 0;
}
.deploy-sidebar .menu-bar, .shortcut-close .menu-bar {
    width: 25px;
    height: 3px;
    position: relative;
    display: block;
    margin: 0 auto;
}
.deploy-sidebar .menu-bar:after, .deploy-sidebar .menu-bar:before, .shortcut-close .menu-bar:after, .shortcut-close .menu-bar:before {
    width: 25px;
    height: 3px;
    background: #fff;
    left: 0;
    display: inline-block;
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.shortcut-close .menu-bar:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    /*bottom: 1.5px;*/
}
.shortcut-close .menu-bar:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /*top: -1.5px;*/
}
.deploy-sidebar .menu-bar, .shortcut-close .menu-bar {
    background: #fff;
}
.shortcut-close .menu-bar {
	background: none;
	display: inline-block;
}
.deploy-sidebar .menu-bar:before {
    top: -8px;
}
.deploy-sidebar .menu-bar:after {
    bottom: -8px;
}
/* ------------ phone menu ------------- */
body.snapjs-left {
	overflow: hidden;
}
body #content {
	z-index: 20;
	position: relative;
	overflow: hidden;
	background: #fff;
}
/*body.snapjs-left .phone-logo img {
	opacity: 0;
}*/
body .page-header {
	
	
	top: 0;
	z-index: 999999;
	line-height: 65px;
}
.page-header i, .page-header i:hover, .page-header b {
	color: #fff;
	font-size: 20px;
}
.page-header b:hover {
	color: #ffc702
}
.deploy-sidebar {
	height: 65px;
	width: 50px;
	line-height: 55px;
	font-size: 20px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.deploy-sidebar:hover {
	color: #e17b3d;
}
.phone-logo {
	width: 100%;
	display: table;
}
body .phone-logo > * {
	display: table-cell;	
}
body .phone-logo > *, body .phone-logo > * > * {
	vertical-align: middle;
}
body .phone-logo img {
	max-width: 270px;
	vertical-align: middle;
	display: block;
	margin: 0 auto;
}
body .phone-logo .app-wrap {
	line-height: 65px;
}
.header-logo {
	width: 75px;
	margin-left: auto;
	margin-right: auto;
}
nav.phone-menu {
	background: #323539;
	width: 250px;
	left: -250px;
	z-index: 2;
	top: 0px;
	bottom: 0px;
	overflow: hidden;
	position: fixed;
	font-family:'dosisbold', sans-serif, arial;
	box-shadow: inset -10px 0px 25px -20px rgba(0,0,0,.9);
}
.snapjs-left nav.phone-menu {
	left: 0;
}
.page-sidebar-scroll {
	z-index: 2;
	overflow: auto;
	overflow-x: hidden;
	/* -webkit-overflow-scrolling: touch; */
	height: 100%;
}
.sidebar-logo {
	padding: 5px 0 20px;
	text-align: center;
}
.sidebar-logo img {
	display: inline-block;
	max-width: 75%;
}
nav.phone-menu ul {
	margin: 0;
	padding: 0;	
}
nav.phone-menu ul > li {
	margin: 0;
	padding: 0;
	border-top: 1px dashed #45484c;
}
nav.phone-menu ul > li:hover {
	background: rgba(0,0,0,0.06);
}
nav.phone-menu ul > li.current a {
	color: #fff;
	border-left: solid 4px #e17b3d;
}
nav.phone-menu ul > li:first-child {
	border-top: none;
}
nav.phone-menu ul > li > a {
	display: block;
	color: #a5b1b1;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 30px;
	line-height: 50px;
	height: 50px;
	cursor: pointer;
	position: relative;
}
nav.phone-menu ul > li > a.submenu-deploy >  em {
	position: absolute;
	top: 15px;
	right: 20px;
	display: block;	
}
nav.phone-menu ul > li > a.submenu-deploy >  em:after {
    display: block;
    font-size: 25px;
    font-style: normal;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-family: 'Times New Roman';
	text-align: center;
}
nav.phone-menu ul > li > a.submenu-deploy >  em:after {
    /*content: 'â€“';*/
    letter-spacing: -4px;
}
nav.phone-menu ul > li > a.submenu-deploy > .dropdown-item:after {
    content: '+';
    letter-spacing: 0;
}
nav.phone-menu ul > li > a:hover {}
nav.phone-menu ul > li ul {
  display: none;
  background: rgba(0,0,0,0.1);
}
nav.phone-menu ul > li ul > li > a {
	padding-left: 50px;
	color: #a5b1b1;
	position: relative;
}
nav.phone-menu ul > li ul > li > a:before {
	content: '\2192';
	position: absolute;
	top: 12px;
    left: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
nav.phone-menu ul > li ul > li:last-child {
	border-bottom: none;
}
nav.phone-menu ul > li.hlinks a {
	height: auto;
	line-height: normal;
	margin: 5px 0;
}
nav.phone-menu .profile-image {
	width: 55px;
	height: 55px;
	border: 3px solid #fff;
	margin-right: 0;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.9);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.9);
	box-shadow: 0 2px 4px rgba(0,0,0,.9);
}
nav.phone-menu .mobileProfileName {
	font-size: 18px;
	color: #fff;
}

.location-prompt .location-affixed {
	display: none;
}
.location-affixed {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 10px 20px;
	background: #ffc702;
	line-height: normal;
	font-family: "dosisbold", Arial, sans-serif;
	color: #000;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: middle;
	z-index: 1000;
	cursor: pointer;
}
body .location-affixed > * {
	vertical-align: middle !important;
}
body .location-affixed i {
	border: none !important;
	color: #000 !important;
	margin-bottom: 0 !important;
}
.location-affixed > ul {
	bottom: 100%;
	width: 100%;
	-webkit-box-shadow: 0 5px 15px -3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 5px 15px -3px rgba(0,0,0,.3);
	box-shadow: 0 5px 15px -3px rgba(0,0,0,.3);
}
.location-affixed > ul li {
	width: 100%;
}
/* #Slider
============================================== */
.home-section, .about-section {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #e4e4e6;
	background-image: url(../images/home.jpg);
	background-origin: padding-box;
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	overflow: hidden;
	position: relative;
	min-height: 625px;
	max-height: 625px;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}
.about-section {
	background-image: url(../images/about.jpg);
	background-position: 0 30%;
}
.find-avail {
	background-image: url(../images/check.jpg);
	background-position: 0 30%;
}
.notice-section {
	background-image: url(../images/notice.jpg);
	background-position: 0 30%;
}
.plans-bg {
	background-image: url(../images/plans.jpg);
}
.contact-bg {
	background-image: url(../images/contact.jpg);
}
.home-section .jb-button, .home-section .jb-button:visited {
	background-color: #ffd042;
	color: #000;
}
.home-section .jb-button:hover {
	color: #000;
}
.about-section {
	min-height: 300px;
	max-height: 300px;
}
.subHead {
	font-size: 23px;
	line-height: 27px;
	margin: 70px 0 30px;
	color: #000;
}
.supHead {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 300;
	margin-bottom: 24px;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	display: none;
}

.jb-button, .jb-button:visited {
	padding: 30px 60px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	color: #fff;
	font-size: 23px;
	line-height: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	background: #00b4e9;
	width: auto;
	display: inline-block;
}
.jb-button:hover {
	color: #fff;
}
.rupee { 
 font-size:14px;
}
/* #Roundel */
.roundel-container {
	position: absolute;
	z-index: 1;
	right: 5em;
	bottom: 5em;
}
.about-section .roundel-container {
	right: auto;
	bottom: 8.5em;
	left: 25.5em;
}
body .plans-bg .roundel-container {
	position: relative;
	float: right;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 20px 40px 0 0;
}
.roundel {
	border: 1px solid #5861fb;
	background: #4d6ff3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNmZmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzYyNWRmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZjQxYzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4d6ff3 0%, #625dfa 50%, #6f41c5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d6ff3), color-stop(50%,#625dfa), color-stop(100%,#6f41c5));
	background: -webkit-linear-gradient(top,  #4d6ff3 0%,#625dfa 50%,#6f41c5 100%);
	background: -o-linear-gradient(top,  #4d6ff3 0%,#625dfa 50%,#6f41c5 100%);
	background: -ms-linear-gradient(top,  #4d6ff3 0%,#625dfa 50%,#6f41c5 100%);
	background: linear-gradient(to bottom,  #4d6ff3 0%,#625dfa 50%,#6f41c5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d6ff3', endColorstr='#6f41c5',GradientType=0 );
	font-weight: normal;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 5.6em;
	height: 5.6em;
	background-size: 100%;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	display: table;
	z-index: 1;
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
}
.home-section .roundel {
	-webkit-transition: all 300ms ease 10ms;
	-moz-transition: all 300ms ease 10ms;
	-o-transition: all 300ms ease 10ms;
	transition: all 300ms ease 10ms;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.home-section .roundel:hover {
	-webkit-transform: scale(0.9, .9);
	-moz-transform: scale(0.9, .9);
	-o-transform: scale(0.9, .9);
	transform: scale(0.9, .9);
}
.roundel-inner {
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
}
.roundel-inner, .roundel-inner:hover, .roundel-inner:visited {
	color: #fff;
}
.roundel-child .roundel-inner, .roundel-child .roundel-inner:hover, .roundel-child .roundel-inner:visited {
	color: #000;
}
.roundel span {
	display: block;
	margin: 0;
}
.roundel-text-small {
	font-size: 25px;
	font-size: .65em;
}
.roundel-text-xx-large {
	font-size: 60px;
	font-family: "dosisbold",sans-serif;
}
.roundel-text-large {
	font-size: 50px;
	font-family: "dosisbold",Arial,sans-serif;
	letter-spacing: -1px;
}

.roundel-child {
	bottom: auto;
	background: #fff;
	border: none;
	color: #222;
	position: absolute;
	top: -1em;
	right: auto;
	bottom: auto;
	left: -4.2em;
	width: 5.15em;
	height: 5.15em;
	text-shadow: none;
}

/* #Features
===================================================== */

.features {
    display: block;
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.features li {
    display: inline-block;
    width: 27.9%;
    margin-right: 7.6%;
	margin-bottom: 50px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: top;
}
.features.features-home li {
	margin-bottom: 0;
}
.features li.omega {
    margin-right: 0;
}
.features li.alpha {
    margin-left: 0;
}
.features li {
	-webkit-transition: all 300ms ease 10ms;
	-moz-transition: all 300ms ease 10ms;
	-o-transition: all 300ms ease 10ms;
	transition: all 300ms ease 10ms;
}
.features:hover li {
    -webkit-transform: scale(0.9, .9);
    -moz-transform: scale(0.9, .9);
    -o-transform: scale(0.9, .9);
    transform: scale(0.9, .9);
}
.features:hover li:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.features li > div:first-child {
    /*width: 100px;
    height: 100px;*/
    margin: 0 auto 30px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 100%;
	font-size: 85px;
    line-height: 100px;
}
.features li h3 {
    margin-bottom: 25px;
	font-size: 25px;
	line-height: 28px;
	letter-spacing: -1px;
	padding: 0 15px;
}
.features li p, .features-template p  {
    /*font-size: 18px;*/
    line-height: 23px;
    text-align: center;
}
.features-template .section-wrapper > p {
	margin-bottom: 80px;
}
body .features .btn, body .features .btn:visited {
	display: inline-block;
}
.features.plans-home {
	text-align: left;
}
.features.plans-home li {
	width: 45.9%;
}
.features.plans-home li > div:first-child {
	margin-right: 30px;
	float: left;
}
.hue-1 {
    color: #4d6df4;
}
.hue-2 {
    color: #645cfb;
}
.hue-3 {
    color: #6d3fc3;
}
.features.plans-home li  p {	
    min-height: 80px;
    text-align: left;
}
.features.plans-home li h3 {
	padding: 0;
}
.offers {
	background: #edf3f5;
}
.snapshot-text-xx-large {
	font-size: 55px;
	line-height: 50px;
	font-family: "dosisbold",Arial,sans-serif;
	letter-spacing: -2px;
	color: #000;
	padding: 8px;
}
.snap-dashed {
	display: inline-block;
	border: 2px dashed;
	padding: 12px 20px;
	line-height: 40px;
	font-size: 50px;
}
.snapshot-text-xx-large i {
	color: #ef3b48;
}
.snapshot-text-large {
	color: #000;
	text-align: center;
	line-height: normal;
	padding: 8px;
	border: 2px dashed;
	display: inline-block;
}
.snapshot-text-large:visited {
	color: #000;
}
.snapshot-text-large:hover, .small .snapshot-text-large:active {
	/*color: #e17b3d;
	border-color: #e17b3d;*/
}
.snapshot-text-large > * {
	display: block;
	text-transform: uppercase;
}
.snapshot-text-large span {
	font-size: 35px;
	line-height: 30px;
	font-family: "dosisbold",sans-serif;
	letter-spacing: -1px;
	text-indent: -2px;
}
.snapshot-text-large small {
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 7px;
	text-indent: 5px;

}
.snapshot-text-large small:last-child {
	font-size: 11px;
	letter-spacing: 4px;
	line-height: 11px;
	color: #999999;
}
.snapshot-wrap > * {
	position: relative;
}
.snapshot-wrap > *:after {
	content: '';
	display: block;
	height: 100%;
	border: none;
	border-right: 1px solid #ddd;
	position: absolute;
	top: 0;
	right: -10px;
}
.snapshot-wrap > *:last-child:after {
	display: none;
}
.video-bg {
	background-image: url(../images/video.png);
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #edf3f5;
	background-origin: padding-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}
.promo {
	padding: 4px 8px 2px;
	background: #ffc702;
	font-family: "dosisbold", Arial, sans-serif;
	color: #000;
	display: inline-block;
	text-transform: uppercase;
}
.promo:visited, .promo:hover, .promo:active {
	color: #000;
}
.snapshot-wrap .snap-bold {
	font-family: "dosisbold", Arial, sans-serif;	
}
/* #Plans
===================================================== */
.product-tab-wrap {
	background: #f1f4f5;
}
.product-tab {
	list-style: none;
	margin: 0;
}
.product-tab > * {
	width: 50%;
	float: left;
	padding: 15px 10px;
	font-size: 23px;
	line-height: 30px;
	font-family: 'dosisbold', sans-serif;
	letter-spacing: -1px;
	text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    color: #9e9e9e;
    cursor: pointer;
}
.product-tab > *:first-child {
	border-right: 1px solid #ddd;
}
.product-tab > *:hover {
	color: #000;
}
.product-tab > *.active {
	color: #e17b3d;
	font-family: 'dosisbold', sans-serif;
}
.product-tab > *.active:after {
	content: '';
	border: 15px solid transparent;
	border-top-color: #f1f4f5;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
}
.product-wrap {
	background: #cfd8dc url(../images/icons-pattern.jpg);
	padding: 50px 20px 40px;
	margin-bottom: 60px;
}
.product {
	background: #fff;
	border: 2px solid #fff;
	padding: 15px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.product:hover {
	border-color: #3b8ca8;	
}
.product:after {
	content: '';
	border-style: solid;
	border-width: 0;
	border-left: 15px solid transparent;
	border-top: 15px solid #3b8ca8;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
	top: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	visibility: visible;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-in-out;
}
.product:hover:after {
	opacity: 1;
}
.product form {
	margin: 0;
}
body .product .btn {
	padding: 12px 15px;
}
.product-description {
	float: left;
	width: 30%;
	position: relative;
}
.product-description:after, .product-characteristics:after {
	content: '';
	border-right: 1px dashed #dddddd;
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
}
.product-description-title {
	margin: 0;
	font-weight: normal;
	font: 25px/25px 'dosisbold', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -2px;
	color: #3b8ca8;
}
.product-description-subtitle {
	color: #676d70;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family: 'dosisbold', sans-serif;
}
.product-characteristics {
	float: left;
	width: 20%;
	margin-bottom: 0px;
	position: relative;
}
.product-characteristics > * {
	display: inline-block;
}
.product-characteristics span {
	display: block;
	text-transform: capitalize; /* Added Text Transform  Capitalize On 24-Aug-2015 By Rohan*/
}
.product-characteristics > li > span:last-child, .product-pricing > span:last-child {
	text-transform: uppercase;
	font-size: 14px;
}
.product-characteristics-number {
	font: 22px/32px 'dosisbold', Arial, sans-serif;
	/*text-transform: uppercase;*/
	letter-spacing: -1px;
}
.product-characteristics-number > * {
	font-style: normal;
}
.product-characteristics-number strong {
	font: 30px/30px 'dosisbold', Arial, sans-serif;
	letter-spacing: -1px;
}
.product-characteristics-speed > *:first-child {
	color: #3b8ca8;
}
.product-pricing {
	float: right;
	width: 30%;
}
.product-pricing-value {
	display: block;
	font-weight: normal;
	font: 30px/30px 'dosisbold', Arial, sans-serif;
	letter-spacing: -1px;
}
.product-interaction {
	padding-top: 15px;
	border-top: 1px dashed #cfd8dc;
}
.product .product-capitalize {
	text-transform: capitalize;
}
.drop-menu-trigger > *:first-child {
	cursor: pointer;
	vertical-align: text-bottom;
}
.drop-menu-trigger > *:first-child:hover, .drop-menu-trigger.active > *:first-child {
	color: #f59c00;
}
.drop-menu-trigger > *:first-child:hover .handwritten, .drop-menu-trigger.active > *:first-child .handwritten {	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.drop-menu-trigger i {
	vertical-align: baseline;
	font-size: 16px;
	cursor: pointer;
	content: '';
	border: 6px solid transparent;
	border-top-color: #444;
	display: inline-block;
}
.drop-menu-trigger.active i {
	border-top-color: transparent;
	border-bottom-color: #444;
	margin-bottom: 6px;
}
body .drop-down-wrapper {
	position: absolute;
	top: 100%;
	left: 50%;
}
body .drop-down-menu {
	position: relative;
	left: -50%;
	/*-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
  	transform: translate(-50%, 0);*/
	margin-top: 3px;
	background: #fff;
	border: 1px solid #d7dde5;
	min-width: 105px;
	-webkit-box-shadow: 0 5px 15px -3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 5px 15px -3px rgba(0,0,0,.3);
	box-shadow: 0 5px 15px -3px rgba(0,0,0,.3);
	padding: 5px 15px 0;
	text-align: left;
	z-index: 10;
	display: none;
}
body .drop-down-menu:after, body .drop-down-menu:before {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	content: '';
}
body .drop-down-menu:before {
	top: -12px;
	left: 50%;
	margin-left: -12px;
	border-width: 12px;
	border-bottom-color: #d7dde5;
	border-top-width: 0;
}
body .drop-down-menu:after {
	top: -10px;
	left: 50%;
	margin-left: -10px;
	border-width: 10px;
	border-bottom-color: #fff;
	border-top-width: 0;
}
.drop-menu-trigger.active .drop-down-menu {
	display: block;
	animation: fadeInUp .8s ease;
	-webkit-animation: fadeInUp .6s ease;
	-moz-animation: fadeInUp .6s ease;
	-ms-animation: fadeInUp .6s ease;
	-o-animation: fadeInUp .6s ease;
}
.drop-down-menu > * {
	display: block;
	padding: 10px 0;
	border-bottom: 1px dashed #d8dadb;
	border-top: 1px solid #fff;
	text-transform: capitalize;
	font-size: 17px;
	line-height: 20px;
	cursor: pointer;
	color: #444;
	white-space: nowrap;
	letter-spacing: 0;
}
.drop-down-menu > *:hover {
	color: #f59c00;
}
.drop-down-menu > *:first-child {
	border-top: none;
}
.drop-down-menu > *:last-child {
	border-bottom: none;
}
.product-interaction > *:first-child {
	width: 60%;
	float: left;
	color: #777;
}
.product-interaction > *:last-child {
	width: 40%;
	float: right;
}
.product-discalimer {
	color: #ef3b48;
}
.product-discalimer-text {
	font-size: 75%;
	line-height: normal;
	display: inline-block;
	color: #999;
}
.drop-down-menu span[data-cycle]:after {
	display: inline-block;
	margin-left: 5px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}
.drop-down-menu span[data-cycle="monthly"]:after {
	content: '(30 days)';
}
.drop-down-menu span[data-cycle="quarterly"]:after {
	content: '(90 days)';
}
.drop-down-menu span[data-cycle="semiannually"]:after {
	content: '(180 days)';
}
.drop-down-menu span[data-cycle="annually"]:after {
	content: '(365 days)';
}
.handwritten {
	font-family: 'Covered By Your Grace', cursive;
	position: absolute;
	-moz-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
	left: 105%;
	bottom: 55px;
	font-size: 25px;
	color: #3b8ca8;
	z-index: 100;
	text-transform: none;
	white-space: nowrap;
	text-align: left;
	line-height: normal;
	text-align: left;
	line-height: 23px;
	letter-spacing: 0;
}
.handwritten:before {
	content: "";
	position: absolute;
	left: -40px;
	top: -30px;
	background-repeat: no-repeat;
	background-image: url(../images/arrow-hand.png);
	background-position: center center;
	width: 75px;
	height: 75px;
}
.product-wrap .handwritten {
	bottom: auto;
	top: -50px;
}
.txt-msg {
	padding: 10px;
	display: inline-block;
	line-height: normal;
	font-weight: bold;
	font-size: 16px;

}
.error-msg {
	color: #c7254e;
	background: #f9f2f4;
}
.error-msg i {
	font-size: 25px;
	margin-right: 5px;
	line-height: 100%;
}
.warning-msg {
	color: #333;
	background-color: rgb(249, 237, 184);
}

.hotspot-summary {
    background: url(../images/arrow.png) center center no-repeat;
    margin: 50px 0 30px;
}
.hotspot-summary h2 {
    color: rgb(31, 206, 109);
    font-size: 30px;
}
.hotspot-summary-title {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'dosisbold', sans-serif;
}
.hotspot-summary i {
    position: absolute;
    color: #eff2f7;
    opacity: 0.9;
    font-size: 98px;
    left: 50%;
    top: 0;
    margin-left: -62px;
    z-index: -1;
    width: 124px;
    text-align: center;
}
/* #HTML Elements
================================================= */

/* Tagline */
.tagline{
	font-size:20px;
	/*margin:1.5em 0 0 0;*/
	line-height:1.5em;
	clear:both;
	background: #6b6f72;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.tagline-inner {
	padding: 60px 0;
}
.tagline-title {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.tagline-desc {
	font-size: 22px;
	line-height: 24px;
}
.tagline.medium{
	font-size:1.2em;
	padding:.3em 0;
	margin:.3em 0 .3em 0;
	line-height:1.4em;
}
.tag-line {
	background: #316cba;
	background: -moz-linear-gradient(left, #316cba 0%, #3091bb 32%, #30b886 72%, #2f54a4 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#316cba), color-stop(32%,#3091bb), color-stop(72%,#30b886), color-stop(100%,#2f54a4));
	background: -webkit-linear-gradient(left, #316cba 0%,#3091bb 32%,#30b886 72%,#2f54a4 100%);
	background: -o-linear-gradient(left, #316cba 0%,#3091bb 32%,#30b886 72%,#2f54a4 100%);
	background: -ms-linear-gradient(left, #316cba 0%,#3091bb 32%,#30b886 72%,#2f54a4 100%);
	background: linear-gradient(to right, #316cba 0%,#3091bb 32%,#30b886 72%,#2f54a4 100%);
	height: 5px;
	width: 100%;
}
.default-template {
	padding-top: 70px;
	padding-bottom: 60px;
}

/* Plans */

.plans {
	-webkit-transition: all 300ms ease 10ms;
	-moz-transition: all 300ms ease 10ms;
	-o-transition: all 300ms ease 10ms;
	transition: all 300ms ease 10ms;
	margin-bottom: 50px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.plans-wrap:hover .plans {
	-webkit-transform: scale(0.9, .9);
	-moz-transform: scale(0.9, .9);
	-o-transform: scale(0.9, .9);
	transform: scale(0.9, .9);
}
.plans-wrap:hover .plans:hover {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.plans > div:first-child {
	width: 125px;
	height: 125px;
	margin: 0 auto 48px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.plans .plan-icon-01 {
	background-image: url(../images/icons/plan_icon_01.png);
}
.plans .plan-icon-02 {
	background-image: url(../images/icons/plan_icon_02.png);
}
.plans .plan-icon-03 {
	background-image: url(../images/icons/plan_icon_03.png);
}
.plans .plan-icon-04 {
	background-image: url(../images/icons/plan_icon_04.png);
}
.plans-wrap:hover .plans:hover .plan-icon-01 {
	background-image: url(../images/icons/plan_icon_01_hov.png);
}
.plans-wrap:hover .plans:hover .plan-icon-02 {
	background-image: url(../images/icons/plan_icon_02_hov.png);
}
.plans-wrap:hover .plans:hover .plan-icon-03 {
	background-image: url(../images/icons/plan_icon_03_hov.png);
}
.plans-wrap:hover .plans:hover .plan-icon-04 {
	background-image: url(../images/icons/plan_icon_04_hov.png);
}
.plan-title {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: -1px;
	text-align: center;
	margin-bottom: 40px;
}
.plans-wrap .plans p {
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}
.margin-bottom {
	margin-bottom: 60px;
}
.footer-info {
	background: #323539 url(../images/bg_gallery.jpg);
	position: relative;
}
.footer-info cite {
	color: #4d6df4;
	font-family: 'dosisbold', Arial, sans-serif;
	font-style: normal;
}

.strip {
	position: absolute;
	width: 100%;
	height: 4px;
	background: #4d6ff3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNmZmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzYyNWRmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZjQxYzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #4d6ff3 0%, #625dfa 50%, #6f41c5 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4d6ff3), color-stop(50%,#625dfa), color-stop(100%,#6f41c5));
	background: -webkit-linear-gradient(left,  #4d6ff3 0%,#625dfa 50%,#6f41c5 100%);
	background: -o-linear-gradient(left,  #4d6ff3 0%,#625dfa 50%,#6f41c5 100%);
	background: -ms-linear-gradient(left,  #4d6ff3 0%,#625dfa 50%,#6f41c5 100%);
	background: linear-gradient(to right,  #4d6ff3 0%,#625dfa 50%,#6f41c5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d6ff3', endColorstr='#6f41c5',GradientType=1 );
	top: 0;
	left: 0;
}
.footer-info h2 {
	color: #fff;
}
.footer-info p {
	color: #9e9e9e;
	font-size: 21px;
	line-height: 26px;
	text-align: center;
}
.share-btns {
  margin: 30px auto 0;
  text-align: center;
}
.share-btns li {
  display: inline-block;
}
.share-btns li + li {
  margin-left: 15px;
}
.share-btns li .share-btn {
  height: 48px;
  width: 48px;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  background-repeat: no-repeat;
  text-indent: -8888px;
  background-image: url('../images/share-btn.png');
  display: inline-block;
}
.share-btns li .share-btn-facebook {
  background-position: 0 -48px;
}
.share-btns li .share-btn-google {
  background-position: 0 0;
}
.share-btns li .share-btn-twitter {
  background-position: 0 -96px;
}
a, .green-txt {
	color: #e17b3d;
}

.availibility-form-inner {
	border: 1px dashed #cfd8dc;
	padding: 20px;
}
.availibility-form-inner textarea {
	min-height: 44px;
	max-height: 44px;
}
.availibility-form-sep > * {
	font-family: 'dosisbold';
	text-transform: uppercase;
	padding: 10px;
	background: #fff;
	color: #e17b3d;
}
.availibility-form-sep:after {
	position: absolute;
	top: 50%;
	margin-top: -1px;
	border-bottom: 1px dashed #ddd;
	left: 0;
	width: 100%;
	height: 0;
	content: '';
	z-index: -1;
}
.availibility-form-inner hr {
	display: block;
	border: none;
	border-bottom: 1px dashed #cfd8dc;
	margin: 40px 0;
}
.about-section.find-availability {
	position: relative;
	background: url(../images/find_avail.jpg);
	min-height: 0;
	max-height: none;
}
.find-availability > *, .find-availability h2 {
	color: #fff;
}
.find-availability .sub-title:after {
	border-color: #fff;
}
.gOverlay {
	background: #4676e6;
	background: -moz-linear-gradient(-45deg,  #4676e6 0%, #8e53e8 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4676e6), color-stop(100%,#8e53e8));
	background: -webkit-linear-gradient(-45deg,  #4676e6 0%,#8e53e8 100%);
	background: -o-linear-gradient(-45deg,  #4676e6 0%,#8e53e8 100%);
	background: -ms-linear-gradient(-45deg,  #4676e6 0%,#8e53e8 100%);
	background: linear-gradient(135deg,  #4676e6 0%,#8e53e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4676e6', endColorstr='#8e53e8',GradientType=1 );
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	opacity: 0.95;
}

/* MAP CSS */
.map-wrap {
	border: 1px solid #d7dde5;
}
.hotspot-search-wrap {
    background: #eff2f7;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    z-index: 10;
    position: relative;
}
.hotspot-search-wrap, .hotspot-search-wrap * {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hotspot-search-wrap * {
	padding-top: 0;
	padding-bottom: 0;
}
.hospot-search {
}
.hospot-search .hotspot-search-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
}
.hospot-search .hotspot-search-actions > * {
    font-size: 22px;
    color: #303970;    
    cursor: pointer;
}
.hospot-search .selectize-input {
    padding-right: 70px;
}
.hospot-search .selectize-control.single .selectize-input:after {
    display: none;
}
.hotspot-title .selectize-control.single .selectize-input {
	padding-left: 40px;
}
.hotspot-title > * {
    vertical-align: middle;
    display: inline-block;
}
.hotspot-title-txt {
    text-transform: uppercase;
    line-height: 16px;
    display: inline-block;
    font-size: 16px;
    padding: 7px 0;
	color: #282d33;
}
.hotspot-title-txt * {
    vertical-align: middle;
    display: inline-block;	
}
.hotspot-title i {
    color: #e17b3d;
    font-size: 25px;
}

#locations-map-canvas {
	width: 100%;
	height: 400px;
	background-color: #CCC;
}

#locations-map-canvas img { /* To fix zoom controls on Google map, as it was getting globally set image css */
    max-width: none; 
}

.plan_availability_status {
}
.plan_availability_status small {
	display: inline-block;
	vertical-align: middle;
	color: #999;
}
.disclaimer-small {
	color: #999;
	line-height: 15px;
}

/* Selectize value */
.table-fixed > * {
	table-layout: fixed;
}
.table-fixed > * > * {
	vertical-align: top;
	position: relative;
	padding: 3px 0;
}
.table-fixed > * > *:first-child {
	width: 35%;
}
.table-fixed > * > *:last-child {
	padding-left: 10px;
}
.table-fixed > * > *:first-child:after {
	content: ':';
	position: absolute;
	right: 0;
	top: 1px;
}
.font-small {
	font-size: 94%;
}
/* #Form
===================================================== */

body input[type="text"], body input[type="password"], body input[type="email"], body textarea, body select, .jcSelectedValue, .selectize-input {
	display: block;
	width: 100%;
	margin: 0;
	padding: 13px 15px;
	background-color: transparent;
	color: #272b31;
    background: #fff;
    border: 1px solid #d7dde5;
	outline: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size: 16px;
	line-height: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="url"]:hover, textarea:hover, select:hover, .jcSelectedValue:hover, .selectize-input:hover {
	border: 1px solid #c3cedd;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="url"]:focus, textarea:focus, select:focus, .jcSelectedValue:focus, .selectize-input.focus {
	border: 1px solid #c3cedd;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
input[disabled], input[disabled], input[disabled], input[disabled] {
	opacity: 0.6;
}
::-webkit-input-placeholder { 
  	color: #555555 !important;
}
:-moz-placeholder {
  	color: #555555 !important;
	opacity: 1.0;
}
::-moz-placeholder { 
  	color: #555555 !important;
	opacity: 1.0;
}
:-ms-input-placeholder { 
  	color: #555555 !important;
}
body select {
	padding: 0;
	text-indent: 15px;
	height: 45px;
	line-height: 45px;
}
#custom-form textarea {
	height: 100px;
	overflow: auto;
}
.infield_para label {
	position: absolute;
	top: 15px;
	left: 15px;
	cursor: text;
	font-size: 16px;
	line-height: 16px;
	color: #555555
}
.infield_para {
	position: relative;
}

legend {
	font-size: 12px;
	text-transform:uppercase;
}

.tabs {
  position: relative;
}
.tabs > input {
  position: absolute;
  width: 0px;
  height: 0px;
  left: 0px;
  top: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.tabs > label {
  line-height: 42px;
  height: 42px;
  position: relative;
  padding: 0 20px;
  float: left;
  display: block;
  text-align: center;
  color: #959ba9;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .1em;
  width: 50%;
  font-family: 'dosisbold', sans-serif;
}
.tabs > input:checked + label {
  border-bottom-color: #e17b3d;
  color: #e17b3d;
}
.tab-content {
	border-top: 1px solid #e17b3d;
	/*background: #eff2f7;*/
	padding: 15px 0 0;
}
.tab-content > div {
	display: none;
	position: relative;
}
.tabs > input.tab-selector-1:checked ~ .tab-content > .content-1, .tabs > input.tab-selector-2:checked ~ .tab-content > .content-2 {
	opacity: 1;
	-webkit-transition: all ease-out 0.2s 0.1s;
	-moz-transition: all ease-out 0.2s 0.1s;
	-o-transition: all ease-out 0.2s 0.1s;
	-ms-transition: all ease-out 0.2s 0.1s;
	transition: all ease-out 0.2s 0.1s;
	display: block;
}
#form_check_eligibility .hotspot-title-txt {
	margin-bottom: 22px;
	margin-top: 22px;
}

/* JigoWatt Plugin Form style */


.validation { color: #ff0000; margin-bottom: 10px; } /* Select the colour of the * if the field is required. */
.validation.success {color: #93d303; }
#message { margin: 10px 0; padding: 0; }
.required { color: #ff0000; font-size: inherit; }
.loader { padding: 0 10px; }

#map {
	position: relative;
	display: block;
	width: 100%;
	height: 475px;
	margin: 0 auto;
}

.marker {
	display: block;
	z-index: 10;
	text-align: center;
	height: 80px;
	width: 102px;
	/*background: transparent url(../images/marker.png) no-repeat bottom center;*/
}
/* Progress */
.progressbar-wrap {
    display: table;
    margin: 0 auto;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 50px;
}
.progressbar-step {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.progressbar-step > * {
    color: #c1cace;
    display: inline-block;
    vertical-align: middle;
}
.progressbar-separator-line {
    width: 25%;
}
.progressbar-separator-line > * {
    border-bottom: 1px dashed #c1cace;
    height: 0;
    width: 100%;
}
.progressbar-step-icon {
    border: 2px solid #c1cace;
    border-radius: 100%;
    font-size: 28px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    width: 50px;
}
.progressbar-step-content {
    font-family: 'dosisbold';
    font-size: 16px;
    margin-left: 5px;
    text-transform: uppercase;
}
.progressbar-step.active .progressbar-step-icon {
    background: none repeat scroll 0 0 #4387fd;
    border-color: #f59c00;
    color: #fff;
}
.progressbar-step.active .progressbar-step-content {
    color: #4387fd;
}
/* #Buttons
================================================== */

body .btn, body .btn:visited {
	display: inline-block;
	background: #f59c00;
	padding: 15px 20px;
	font: 18px/18px 'dosisregular', sans-serif;
	color: #fff !important;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
body .btn:hover {
	background: #3b8ca8;
}
body .btn.btn-light, body .btn.btn-light:visited, body .btn.btn-light:hover {
	background: #fff;
	color: #f59c00;
	font-weight: bold;
}

body .jt-disable-faux {
  background-color: #FFFFFF;
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

/* #Tables
============================================== */

table{
	width:100%;
	font-size:13px;
	border:1px solid #e1e1e1;
	border-collapse: separate;
}

table th,
table td{
	padding: 8px 12px;
}

table th, table .sub-th{
	text-align:left;
	background: #FAFAFA;
    border-bottom: 1px solid #EAEAEA;
    color: #444;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	border-right: 1px solid #EAEAEA;
	border-left: 1px solid #fff;
}
table td {
	border-bottom: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
}
table tr td:last-child {
	border-right: none;
}
table th:last-child {
	border-right: none;
}
table th:first-child {
	border-left: none;
}
table td img {
	float: left;
	margin-right: 15px;
}

/* Nearest location */
#flyin.active {
    bottom: 0;
}
#flyin {
    z-index: 100;
    border-radius: 10px 0 0;
    -moz-border-radius: 10px 0 0;
    -webkit-border-radius: 10px 0 0;
    background: rgb(31, 206, 109);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    width: 300px;
    padding: 30px;
    position: fixed;
    bottom: -100%;
    right: 0;
    -webkit-transition: bottom .5s ease,background-position .5s ease;
    transition: bottom .5s ease,background-position .5s ease;
    font: 16px/24px 'dosisregular', sans-serif;
}
#flyin h3 {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    margin: 0;
    letter-spacing: 0.03em;
    font: 25px/30px 'dosisbold', sans-serif;
    color: #fff;
}
#flyin a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
#flyin h5 {
    font: 16px/20px 'dosisbold', sans-serif;
    color: #2d42ac;
    margin: 0 0 5px;
}
.flyinanimate {
    background: #fff url(../images/flyin-bg.gif) no-repeat 0 0;
    height: 100px;
    position: relative;
    margin: 10px -30px -30px;
}
#flyin .flyinclose {
    -webkit-transition: -webkit-transform .5s ease .2s,opacity .5s ease,top .5s ease .2s;
    transition: transform .5s ease .2s,opacity .5s ease,top .5s ease .2s;
    content: '';
    display: block;
    z-index: 2;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 35px;
    position: absolute;
    top: 2px;
    right: 2px;
    /*box-shadow: 0 0 10px rgba(0,0,0,.2);
    background: #fff;
    top: -5px;
    left: -5px;*/
}
#flyin .flyin-pin {
    position: absolute;
    left: 35px;
    top: 15px;
    z-index: 0;
    font-size: 55px;
    display: block;
    -webkit-animation: float 3s infinite;
    -moz-animation: float 3s infinite;
    -o-animation: float 3s infinite;
    animation: float 3s infinite;
    -webkit-transition: top 1s ease,opacity 1s ease;
    transition: top 1s ease,opacity 1s ease;
    color: #e17b3d;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(10px)
    }
    50% {
        -webkit-transform: translatey(-10px)
    }
    100% {
        -webkit-transform: translatey(10px)
    }
}

@-moz-keyframes float {
    0% {
        -moz-transform: translatey(10px)
    }
    50% {
        -moz-transform: translatey(-10px)
    }
    100% {
        -moz-transform: translatey(10px)
    }
}

@-o-keyframes float {
    0% {
        -o-transform: translatey(10px)
    }
    50% {
        -o-transform: translatey(-10px)
    }
    100% {
        -o-transform: translatey(10px)
    }
}

@keyframes float {
    0% {
        transform: translatey(10px)
    }
    50% {
        transform: translatey(-10px)
    }
    100% {
        transform: translatey(10px)
    }
}

/* #Tooltips
============================================== */

/* CSS Tooltips */
.tooltip-container{
	position:relative;
	display:inline-block;
	width:26px;
	height:26px;
	z-index:10;
}
.tooltip-container:hover{
	z-index:20;
}
.tooltip-anchor{
	padding:5px;
}
.tooltip-anchor:hover,
.tooltip-container:hover .tooltip-anchor{
	background-color:#222;
	background-color:#DEDEDE;
}
.tooltip{
	display:none;
	width:130px;
	bottom:0;
	left:100%;
	position:absolute;
	background-color:#222;
	background:rgba(0,0,0,.8) url(../images/bkgs/stripes_tiny_08.png) top left repeat;
	padding:5px 10px;
	line-height:16px;
	color:#ccc;
}
.tooltip-container .tooltip a{
	color:#dedede;
}
.tooltip-container .tooltip a:hover{
	color:#fff;
}
.tooltip-anchor:hover + .tooltip,
.tooltip-container:hover .tooltip{
	display:block;
}

/* #Footer
=========================================== */

#colophon{
	background:#EAEAEA;

}
#colophon .footer-upper{
	padding:2em 0;
	border-top:4px solid #ddd;
	margin-top:-4px;
}

#colophon p,
#colophon ul,
#colophon ol{
	font-size:.9em;
}

#colophon #footer-base{
	font-size: 16px;
	background: #272b31;
	padding: 19px 0;
	color: #c3c6ca;
	letter-spacing: 0px;
	line-height: 14px;
}
#colophon #footer-base a {
	color:#c3c6ca;
	text-decoration: none;
}
#colophon .social-media{
	font-size:.8em;
	background:#fff;
}


/* #Utility Classes
============================================= */

.under{
	position:relative;
	z-index:10;
}
.over{
	position:relative;
	z-index:20;
}
.far-edge{
	text-align:right;
}

.notop{
	margin-top:0px;
	padding-top:0px;
}
.notop-margin{
	margin-top:0px;
}
.nobottom{
	margin-bottom:0 !important;
}
.fallback{
	display:none;
}
.clearfix{
	clear:both;
}




/* #Transitions
================================================== */
.column,
img.scale-with-grid{
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/* Slider columns should have no-trans */
.column.no-trans{
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}




/* #IE Stupidity
================================================== */
.mosaic article.ie-nth-child3n1{
	clear:both;
}
.responsive-example{
	margin-bottom:20px;
}
.responsive-example .columns,
.responsive-example .column{
	background:#dedede;
	margin-bottom:10px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;

	-webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
}
.responsive-example .columns:hover,
.responsive-example .column:hover{
	background:#333;
	color:#efefef;
}

/* Skeleton Additions
================================================== */

.column.alpha.omega, .columns.alpha.omega   { margin-right: 0; margin-left: 0px; }

.visible-phone {
	display: none;
}

/* #Media Queries
================================================== */

	/* Larger than standard 960 (devices and browsers) */
	@media only screen and (min-width: 960px) {

		/* Opera can't handle the absolute positioning and still use dropdowns, so position it with a margin instead */
		
	}

	/* Three-column layout */
	@media only screen and (min-width: 768px) {

		.far-edge{
			text-align:right;
		}

	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 1025px) {

		.header_slider .slide_title {
			font-size: 37px;
			text-align: center;
		}
		.subHead {
			margin: 50px 0 30px;
		}
		body .plans-bg .roundel-container {
			margin-right: 0;
		}
		.plans-bg {
			-webkit-background-size: 100% auto;
			-moz-background-size: 100% auto;
			-o-background-size: 100% auto;
		}

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 768px) {
		body .mask-55, body .location-prompt .mask-55 {
			display: none !important;
		}
		.hidden-desktop {
			display: block;
		}
		.hidden-phone {
			display: none;
		}
		.visible-phone {
			display: inherit;
		}
		.overlay {
			display: block;
		}

		.column-1, .column-2, .column-3 {
			float: none !important;
			width: 100% !important;
			padding: 0 !important;
			margin-bottom: 30px;
		}
		.cols-2.float-left, .cols-2.float-right {
			float: none;
		}
		.handwritten {
			left: 90px;
			bottom: 80px;
		}
		.border-right {
			padding-bottom: 20px !important;
		}
		.border-right:after {
			border: 0;
			border-bottom: 1px dashed #ddd;
			height: 0;
			width: 100%;
			top: 100%;
		}
		body .btn, body .btn:visited {
			font-size: 16px;
			line-height: 16px;
		}
		body .drop-down-menu {
			right: auto;
			left: 0;
		}
		body .phone-logo img {
			max-width: 140px;
		}
		.home-section {
			margin-top: 65px;
		}
		body .default-template, .tagline-inner {
			padding: 50px 0;
		}
		#main .single .img-wrapper{
			width:100%;
			padding-right:0;
		}
		.home-section .roundel-container {
			bottom: 3em;
		}
		.home-section .roundel:hover {
			-webkit-transform: none;
			-moz-transform: none;
			-o-transform: none;
			transform: none;
		}
		.far-edge{
			text-align:left;
		}	
		body .divider {
			margin: 20px 0;
		}
		.home-section {
			text-align: center;
			min-height: 475px;
			height: auto !important;
		}
		.about-section {
			min-height: 165px;
			margin-top: 65px;
		}
		.about-section .welcome h1 {
			margin: 30px 0;
			text-align: center;
			letter-spacing: -1px;
		}
		.welcome h1 {
			font-size: 30px;
			line-height: 34px;
			margin: 50px 0 20px;
			text-align: center;
		}
		.subHead {
			margin: 0 0 30px;
		}
		body .plans-bg .roundel-container {
			display: none;
		}
		.plan-title {
			margin-bottom: 20px;
		}
		.plan-table > li {
			top: 0;
			margin-bottom: 30px;
		}
		.tagline-title, .tagline-desc {
			text-align: center;
		}
		.default-text .check-list, .default-text .arrow-list {
			text-align: left;
			margin-bottom: 30px;
		}
		.features.plans-home {
  			text-align: center;
		}
		.features li, .features.features-home li, .features.plans-home li {
			width: 100%;
			margin: 0 0 40px;
			-webkit-transition: none;
			-moz-transition: none;
			-o-transition: none;
			transition: none;
			text-align: center;
		}
		.features.features-home li:last-child {
			margin-bottom: 0;
		}
		.features.plans-home li > div:first-child {
  			margin-right: auto;
  			float: none;
		}
		.features:hover li:hover, .features:hover li, .plans-wrap:hover .plans:hover, .plans-wrap:hover .plans {
			-webkit-transform: none;
			-moz-transform: none;
			-o-transform: none;
			transform: none;
		}
		body .features li > div:first-child, body .features li:hover > div:first-child, body .plans > div:first-child {
			width: 90px;
			height: 90px;
			background-attachment: scroll;
			background-clip: border-box;
			background-origin: padding-box;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			margin: 0 auto 20px;
		}
		.features.plans-home li {
			padding-bottom: 50px;
			border-bottom: 1px dashed #ddd
		}
		.features.plans-home li:last-child {
			padding-bottom: 0;
			border-bottom: none;
		}
		.features.plans-home li p {
			min-height: 0;
			text-align: center;
		}
		.sub-title {
			margin-bottom: 40px;
			font-size: 28px;
		}
		.features li h3 {
			font-size: 26px;
			line-height: 29px;
		}
		.features + .sub-title {
			padding-top: 70px;
			border-top: 1px solid #ccc;
		}
		.snapshot-wrap > * {
			margin-bottom: 30px;
			min-height: 0;
			padding-bottom: 30px;
		}
		.snapshot-wrap > *:last-child {
			margin-bottom: 0;
			padding-bottom: 0;
		}
		.snapshot-wrap > *:after {
			border: none;
			border-bottom: 1px dashed #ddd;
			right: auto;
			left: 0;
			height: auto;
			width: 100%;
			top: auto;
			bottom: 0;
		}
		.snapshot-text-xx-large {
			max-width: 275px;
			margin: 0 auto;
		}
		.ui-accordion .ui-accordion-content {
			padding: 10px 10px 10px 40px;
		}
		.footer-info p {
			font-size: 20px;
		}
		#footer-base .eight {
			text-align: center;
		}
		#footer-base .eight.far-edge {
			margin-top: 10px;
		}
		.default-template .seven + .four, .default-template .seven + .four + .four {
			margin-top: 30px;
		}
		.product-wrap {
			padding: 30px 0 30px;
		}
		.product-tab > * {
			font-size: 22px;
			font-family: "dosisbold",Arial,sans-serif;
		}
		.product-characteristics, .product-pricing {
			text-align: left;
			margin: 0;
			width: auto;
		}
		.product-pricing {
			text-align: right;
		}
		.product-characteristics {
			padding-right: 15px;
			border-right: 1px dashed #cfd8dc;
		}
		.product-characteristics + .product-characteristics {
			padding-left: 15px;
		}
		.product-wrap .drop-down-wrapper {
			left: 0;
		}
		.product-wrap .drop-down-menu:before, .product-wrap .drop-down-menu:after {
			display: none;
		}
		body .product-description {
			text-align: center;
			float: none;
			width: auto;
		}
		.product-characteristics-number {
			font: 18px/30px 'dosisbold', Arial, sans-serif;
		}
		.product-characteristics-number strong, .product-pricing-value {
			font: 22px/30px 'dosisbold', Arial, sans-serif;
		}
		body .product-interaction > *:first-child, body .product-interaction > *:last-child {
			float: none;
			width: auto;
		}
		.product-description:after, .product-characteristics:after {
			display: none;
		}
		.product-discalimer-text {
			margin-bottom: 8px;
		}
		.jcAppMenuWrapper ol li:last-child {
			/*display: none;*/
		}
		.feature-img {
			margin-bottom: 50px;
		}
		.availibility-form-inner {
			padding: 20px;
		}
		.progressbar-step-content {
			margin: 10px 0 0;
		}
		.table-fixed > * > *:first-child {
			width: auto;
		}
		body .hotspot-search-wrap, body .hotspot-search-wrap > * {
			display: block;
		}
		.hotspot-title {
			margin-bottom: 10px;
			text-align: center;
		}
		.hospot-search {
			max-width: none;
			min-width: none;
		}
		body .location-trigger .handwritten, .location-prompt .location-trigger .handwritten {
			display: none !important;
		}
		.page-header .jt-drop ul {
			z-index: 1308 !important;
			padding: 0;
			margin: 0;
			text-shadow: none;
			font-size: 12px;
			position: absolute;
			display: none;
			right: 0;
		}
		.page-header .jt-drop ul li {
			display: block;
			border: none;
			background-color: #fff;
			width: 165px;
			margin: 0;
			padding: 0;
			height: auto;
			clear: both;
			line-height: 1.3em;
			position: relative;
			border-bottom: 1px solid #eee;
			padding: 10px;
		}
		.page-header .jt-drop ul li a {
			display: block;
			color: #000;
			height: auto;
			padding: 8px 10px;
			text-align: left;
			text-transform: uppercase;
			font-size: 13px;
			font-weight: 400;
			text-decoration: none;
			font-family: 'dosisbold', sans-serif;
		}
		.page-header .jt-drop.location-trigger.active ul, .location-prompt .page-header .location-trigger ul {
		  animation: FadeInUp .6s ease;
		  -webkit-animation: FadeInUp .6s ease;
		  -moz-animation: FadeInUp .6s ease;
		  -ms-animation: FadeInUp .6s ease;
		  -o-animation: FadeInUp .6s ease;
		  display: block;
		}
		.hotspot-summary {
		    background: none;
		}
		#form_check_eligibility .hotspot-title-txt {
			margin-top: 0;
		}
		.section-map {
			margin-left: 0 !important;
			padding-top: 20px;
    		border-top: 1px dashed #cfd8dc;
		}
		#map {
			height: 300px;
		}		
	    #flyin {
	        padding: 25px;
	        width: 275px;
	    }
	    #flyin h3 {
	        font-size: 23px;
	        line-height: 28px;
	    }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 768px) {

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 480px) {
		.hidden-desktop {
			display: block;
		}
		.hidden-phone {
			display: none;
		}
		.visible-phone {
			display: inherit;
		}
		body .home-section {
			min-height: 625px;
			background-position: -150px 100%;
		}
		.home-section .roundel-container {
			right: 4em;
		}
		body .roundel-child {
			left: 2em;
			top: -4em;
		}
		#header nav#main-nav{
			left: 238px;
			top: 0;
		}
		body .phone-logo img {
			max-width: 140px;
		}
		.welcome h1 {
			font-size: 29px;
			line-height: 34px;
			margin: 40px 0 30px;
		}
		.sub-title {
			margin-bottom: 30px;
			font-size: 26px;
		}
		.features li h3 {
			font-size: 24px;
			line-height: 26px;
		}
		.plans-bg + * .features li:last-child h3 {
			margin-bottom: 0;
		}
		.product-wrap {
			margin-bottom: 40px;
		}
		body .product-characteristics, body .product-pricing {
			float: none;
			width: 100%;
			text-align: left;
			border: none;
			padding: 0 !important;		
		}
		body .product-characteristics > *, body .product-pricing {
			display: table;
			width: 100%;
			margin-bottom: 10px;
		}
		body .product-pricing {
			margin-bottom: 10px;
		}
		body .product-characteristics > * > *, body .product-pricing > * {
			display: table-cell;
			width: 55%;
			position: relative;
		}
		body .product-characteristics > * > *:first-child:after, body .product-pricing > *:first-child:after {
			/*content: 'â€“';*/
			display: inline-block;
			position: absolute;
			font-family: 'dosisregular', sans-serif;
			right: -5px;
			color: #222;
		}
		body .product-characteristics > * > *:last-child, body .product-pricing > *:last-child {
			text-align: right;
		}
		.product-characteristics-number {
			font: 16px/20px 'dosisbold', Arial, sans-serif;
			letter-spacing: 0;
		}
		.product-characteristics-number strong, .product-pricing-value {
			font: 19px/19px 'dosisbold', Arial, sans-serif;
			letter-spacing: 0;
		}
		.product-characteristics > li > span:last-child, .product-pricing > span:last-child {
			font-size: 16px;
			text-transform: none;
		}
		.drop-menu-trigger.active i {
			margin-bottom: 0;
		}
		.product-tab > * {
			font-size: 20px;
			padding: 15px 0;
		}
		.availibility-form-inner {
			padding: 0px;
			border: 0;
		}
		.progressbar-separator-line {
			width: 10%;
		}
		.product-wrap .handwritten {
			display: none;
		}
		.product-interaction {
			font-size: 17px;
			line-height: 22px;
		}
		.snapshot-wrap > * {
			margin-bottom: 20px;
			padding-bottom: 20px;
		}
		.features li, .features.features-home li, .features.plans-home li {
			margin: 0 0 30px;
		}
		.features.plans-home li {
			padding-bottom: 40px;			
		}
		.features.features-home li {
			margin: 0 0 20px;
		}
		body .default-template, .tagline-inner {
			padding: 40px 0;
		}
		.third-title {
			margin-bottom: 20px;
		}
		.hotspot-title i {
			display: none;
		}
	    #flyin {
	        padding: 20px;
	        width: 250px;
	    }
	    #flyin h3 {
	        font-size: 21px;
	        line-height: 25px;
	    }
	}

/* Accordion */
.accordion-wrap {
    border-bottom: 1px dashed #ddd;    
}
.accordion-toggle {
    cursor: pointer;
    padding: 15px 30px 15px 0;
    letter-spacing: 0;
    color: rgb(110, 110, 121);
    text-align: left;
    position: relative;
    margin: 0;
}
.accordion-toggle, .accordion ol {
    font-size: 19px;
    line-height: 23px;    
}
.accordion-toggle:hover {
    color: #000;
}
.accordion-toggle:hover:after {
	color: #e17b3d;
}
.accordion-toggle:after {
    content: '+';
    display: block;
    font-size: 35px;
    position: absolute;
    top: 15px;
    right: 0px;
    font-family: 'Times New Roman', serif;
}
.accordion-toggle.active:after {
    /*content: 'â€“';*/
    font-family: 'Times New Roman', serif;
}
.accordion-toggle.active {
    color: #e17b3d;
    font-family: 'dosisbold', Arial, sans-serif;
}
.accordion-content {
    display: none;
    margin-bottom: 15px;
    padding: 5px 0 20px 0;
}
body .accordion-content > * {
    text-align: left;
    color: rgb(110, 110, 121);
}
.accordion-content.default {
    display: block;
}
.accordion ol {
    list-style-position: outside;
    margin-left: 35px;
}
.accordion ol li {
    margin-bottom: 10px;
}

/* ---------------------------- */
/*    UI Accordion and toggle
/* ---------------------------- */

.accordion, .toggle {
	margin-bottom: 20px;
	margin-top: 10px;
}

.accordion h4, .toggle h4 {
	margin: 0;
}

.accordion h4 a, .toggle h4 a {
	background: url(../images/acc-open.gif) no-repeat 0 6px;
}

.accordion h4.ui-state-active a, .toggle h4.active a {
	background: url(../images/acc-close.gif) no-repeat 0 6px;
	font-family: 'dosisbold', sans-serif;
}
.accordion .ui-state-default .ui-icon,.accordion .ui-state-active .ui-icon {
  background:none;
}

.accordion h4 a, .toggle h4 a {
	display: block;
	padding: 10px 10px 10px 40px;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	color: #000;
	line-height: normal;
}

.accordion h4 a:hover, .toggle h4 a:hover {
	background: url(../images/acc-open.gif) no-repeat 0 6px;
}

.accordion h4.ui-state-active a:hover, .toggle h4.active a:hover {
	background: url(../images/acc-close.gif) no-repeat 0 6px;
}

.toggle div {
	padding: 15px 20px 15px 40px;
	line-height: 22px;
}

.toggle div {border: none;}

h2.trigger span {
    color: #444444;
}
h2.trigger span {
    background: url("../images/arrow-left.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: block;
    height: 26px;
    padding: 6px 0 6px 40px;
    text-decoration: none;
}

/* ---------------------------- */
/*    builtin_app
/* ---------------------------- */
.builtin_app ul {
	margin: 0 0 25px;
}
.builtin_app ul li {
	float:left;
	width:133px;
	border: 1px solid #eaeaea;
	padding: 4px;
	margin: 2px;
	}
.builtin_app ul li img {
	vertical-align: middle;
}

.demo-container {
	display: none;
}

@media screen\0 {
    a {
        border: none;
    }
    .app-icon .circle {
        background: url(../images/ie/app-circle.png) no-repeat;   
    }
    .roundel {
		background: url(../images/ie/roundel_blue.png) no-repeat center center;
		width: 220px;
		height: 225px;
		border: none;
		filter: none;
    }
    .roundel-child {
		background: url(../images/ie/roundel_white.png) no-repeat center center;
		width: 200px;
		height: 205px;
		top: -38px;
		left: -161px;
    }
    .roundel-text-small {
		font-size: 25px;
	}
}


.success {
  color: #0da95f !important;
}
.error, .error:hover {
	color: #dd435f !important;
}
.error-placeholder::-webkit-input-placeholder { 
  color: #ec6678 !important;
}
.error-placeholder:-moz-placeholder {
  color: #ec6678 !important;
	opacity: 1.0;
}
.error-placeholder::-moz-placeholder { 
  color: #ec6678 !important;
	opacity: 1.0;
}
.error-placeholder:-ms-input-placeholder { 
  color: #ec6678 !important;
}
label.error + input {
	border: 1px solid #dd435f !important;
}


.jcAmount {
	color: #0da95f;
}



/* MAP CSS */
.gmnoprint a, .gmnoprint span {
    display:none;
}
.gmnoprint div {
    background:none !important;
}
img[src="http://maps.gstatic.com/mapfiles/api-3/images/google_white2.png"], a[href^="http://maps.google.com/maps"]{
    display:none !important;
}
.gm-style-cc {
    display:none !important;
}

/* ==========================================================================
Icon font (http://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons)
========================================================================== */
@font-face {
  font-family: 'et-line';
  src: url("/stylesheets/fonts/et-line/et-line.eot");
  src: url("/stylesheets/fonts/et-line/et-line.eot?#iefix") format("embedded-opentype"), 
  		 url("/stylesheets/fonts/et-line/et-line.woff") format("woff"), 
  		 url("/stylesheets/fonts/et-line/et-line.ttf") format("truetype"), 
  		 url("/stylesheets/fonts/et-line/et-line.svg#et-line") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'et-line';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block; }
