body {
	font-family: 'Open Sans', sans-serif;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
-moz-appearance: textfield;
}
.alert[data-errors="0"] {
    display: none !important;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.orange-text {
	color: #fd824a;
	font-weight: bold;
}
.btn-default.active {
	background: #00658C;
	color: #fff;
}
.green-text {
	color: #0dd061;
	font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.31);
}
.green-circle {
	background: #00cc66;
	color: #fff;
	border-radius: 100%;            
}
.green-circle.big {
	padding: 50px;
	font-size: 32px;
}
.green-circle.small {
	padding: 10px;
    font-size: 16px;
}

.jumbotron {
	background: #0099cc;
	color: #fff;
	margin: 0;
}
.navbar {
    min-height: 50px;
    border: 1px solid transparent;    
    margin: 0;
}

.navbar-inverse {
    background-color: #006085;
    border: none;
    padding: 10px 0;
}
.navbar-inverse .nav-tabs.nav-justified>li>a{
    position: relative;
	border: none;
	color: #f1f1f1;
	transform: translateY(0px);
	transition: all 300ms;
}
.navbar-inverse .nav-tabs.nav-justified>li>a:hover {
	position: relative;
	transition: all 300ms;
	color: #00CC66;
    transform: translateY(-3px);
}
.navbar-fixed-bottom #zip .form-group {
	border: none;
}
.blue-gradient {		
background: #0099cc; /* Old browsers */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDk5Y2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA1OTdjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover,  #0099cc 0%, #00597c 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#0099cc), color-stop(100%,#00597c)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #0099cc 0%,#00597c 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #0099cc 0%,#00597c 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #0099cc 0%,#00597c 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #0099cc 0%,#00597c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099cc', endColorstr='#00597c',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.blue-gradient h2 {
	    font-weight: bold;
    text-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
        padding-bottom: 4px;
}


#zip input {
	border: 2px solid;
	height: 50px;
	text-indent: 20px;
	background: #fff;
}

.btn {
	border-radius: 2em;
}

.mobile-plan-call-button i, .mobile-plan-call-button:hover i {
    		transform: translateY(2px) !important;
    		margin-right: 10px !important;
			font-size: 1.25em;
}

/*Style 1 */
.style-1 h1, 
.style-1 h2,
.style-1 h3,
.style-1 h4,
.style-1 h5
{
	font-weight: bold;
	color: #2661a6;
	margin-bottom: 20px;
}

.style-1 p {
	font-size: 18px;
	color: #222121;
	margin-bottom: 30px;
}

.jumbotron.light-grey {
	background-color: #f0f2f3;	
}

.jumbotron.blue-gradient p {
	    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 2px;    
}

.icon-line {
    margin-bottom: 60px;
    padding-bottom: 26px;
    position: relative;
    top: -50px;
}
.icon-line:before {
	content: '';
	height: 4px;
	width: 80%;
	left: 10%;
	bottom: 0;
	position: absolute;
	background: #32dd7c;
}

.icon-line i {
	background-color: #32dd7c;
	width: 120px;
	height: 120px;
    line-height: 88px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	display: block;
	position: relative;
	top: 82px;
	color: #fff;
	font-size: 48px;
	border: 10px solid white;
}
.affiliate-logos {
	padding: 40px 0;
}

.circle-blue {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    font-size: 78px;
    line-height: 100px;
    display: block;
    margin: 0 auto;
}

.circle-blue.one {
background: rgb(73,132,150);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjNDk4NDk2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQzZDhmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(45deg,  rgba(73,132,150,1) 1%, rgba(67,216,242,1) 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(1%,rgba(73,132,150,1)), color-stop(100%,rgba(67,216,242,1)));
background: -webkit-linear-gradient(45deg,  rgba(73,132,150,1) 1%,rgba(67,216,242,1) 100%);
background: -o-linear-gradient(45deg,  rgba(73,132,150,1) 1%,rgba(67,216,242,1) 100%);
background: -ms-linear-gradient(45deg,  rgba(73,132,150,1) 1%,rgba(67,216,242,1) 100%);
background: linear-gradient(45deg,  rgba(73,132,150,1) 1%,rgba(67,216,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#498496', endColorstr='#43d8f2',GradientType=1 );

}

.circle-blue.two {
background: rgb(135,224,253);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjODdlMGZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2OWJjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(45deg,  rgba(135,224,253,1) 0%, rgba(6,155,201,1) 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(135,224,253,1)), color-stop(100%,rgba(6,155,201,1)));
background: -webkit-linear-gradient(45deg,  rgba(135,224,253,1) 0%,rgba(6,155,201,1) 100%);
background: -o-linear-gradient(45deg,  rgba(135,224,253,1) 0%,rgba(6,155,201,1) 100%);
background: -ms-linear-gradient(45deg,  rgba(135,224,253,1) 0%,rgba(6,155,201,1) 100%);
background: linear-gradient(45deg,  rgba(135,224,253,1) 0%,rgba(6,155,201,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#069bc9',GradientType=1 );


}

.circle-blue.three {
background: rgb(164,231,252);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTRlN2ZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjNTNjYmYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2ZGRkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(45deg,  rgba(164,231,252,1) 0%, rgba(83,203,241,1) 40%, rgba(6,221,214,1) 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(164,231,252,1)), color-stop(40%,rgba(83,203,241,1)), color-stop(100%,rgba(6,221,214,1)));
background: -webkit-linear-gradient(45deg,  rgba(164,231,252,1) 0%,rgba(83,203,241,1) 40%,rgba(6,221,214,1) 100%);
background: -o-linear-gradient(45deg,  rgba(164,231,252,1) 0%,rgba(83,203,241,1) 40%,rgba(6,221,214,1) 100%);
background: -ms-linear-gradient(45deg,  rgba(164,231,252,1) 0%,rgba(83,203,241,1) 40%,rgba(6,221,214,1) 100%);
background: linear-gradient(45deg,  rgba(164,231,252,1) 0%,rgba(83,203,241,1) 40%,rgba(6,221,214,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4e7fc', endColorstr='#06ddd6',GradientType=1 );



}
.top {
	padding-bottom: 10px;
}

.top-phone i {
    margin-right: 20px;
    margin-top: 22px;
}

.top-phone p {
	margin-bottom: 0;
	margin-top: 18px;
}
.top-phone h2 {
    margin-top: -5px;
    color: #008AB9;
}
/* Form */

#zip .form-group {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #12B0E6;
}
.fixed-zip .form-group {
	border: none !important;
}
#zip .form-control {
    border: 5px solid #3DB3DA;
    height: 80px;
    background: #fff;
    font-size: 28px;
    border-radius: 10px;
    text-align: center;
    text-indent: 0;
}

.has-error {
	-webkit-animation: shake 1s forwards 1;
	-o-animation: shake 1s forwards 1;
	animation: shake 1s forwards 1;
}
#zip .input-group-addon {
	background-color: #3DB3DA;
    position: relative;
    left: -12px;
    border: none;
    padding: 20px;
    color: #fff;
    font-size: 22px;
    border-radius: 8px;
}
#zip .has-success input {
	color: #00cc66;
	transition: all 1s;
}

#zip .has-error input {
	color: #CC0000;
	transition: all 1s;
}
.fixed-zip-wrapper {
	position: inherit;
	float: right;
	-webkit-backface-visibility: hidden;
}
.fixed-zip {
	padding-top: 20px;
	color: #fff;
	position: fixed;
	transform: translateX(200px);
	top: 40%;
	width: 200px;
    background-color: #0099cc;
	transition: transform 400ms;
	transition-delay: 100ms;
	-webkit-backface-visibility: hidden;
}
.fixed-zip h4 {
    margin-bottom: -10px;
    background-color: #32DD7C;
    margin-top: -20px;
    padding: 10px 0;
    color: #FFF;
}
.fixed-zip h4 span {
    color: #00668D;
    font-weight: bold;
    font-size: 34px;
}
.fixed-zip button {
    margin-bottom: 20px;
    margin-top: -10px;
}
.navbar-fixed-bottom {
	opacity: 0;
	background: #0099cc;	
	padding: 10px;
}
.navbar-fixed-bottom form {
	float: right;
}
.navbar-fixed-bottom .form-group {
	background: none !important;
}
.navbar-fixed-bottom #zip button {
	margin-top: 5px !important;
	padding: 2px 6px !important;
    height: 40px !important;
}
.navbar-fixed-bottom #zip .form-group,
.navbar-fixed-bottom #zip button {
	margin: 2px 5px;
	height: 30px;
	padding: 0;
	margin-bottom: 25px;
}
.fixed-zip #zip .form-control,
.navbar-fixed-bottom #zip .form-control {
	height: 50px;
	font-size: 14px;
	padding: 4px;
}
.form-control {
    height: 40px !important;
}
.affiliate-table {
	padding: 20px 0;
}
.affiliate-table .list-group-item {
	border-right: 0;
	border-left: 0;
}
.fixed-zip #zip .form-group {
    margin: 22px 10px;
    padding: 0;
}
.navbar-fixed-bottom.show {
	opacity: 1;
}
.fixed-zip-wrapper .show {
    transform: translateX(-200px);
	transition: transform 500ms;
}

.col-md-6.padding-left {
    margin-bottom: 20px;
}

label {
    text-align: right;
    white-space: nowrap;
    position: relative;
    left: -15px;
}

/* Green Button */


.btn-orange {
    background: #F28500 !important;
    color: #fff;
    box-shadow: 0 8px #d56103;
    border-radius: 40px;
    border: none;
    font-family: inherit;
    font-size: 18px;
    color: #fff;
    background: none;
    cursor: pointer;
    padding: 26px 70px;
    display: inline-block;
    margin: 15px 30px;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	}

.btn-green {
    background: #32dd7c !important;
    color: #fff;
    box-shadow: 0 8px #1dab69;
    border-radius: 40px;
    border: none;
    font-family: inherit;
    font-size: 18px;
    color: #fff;
    background: none;
    cursor: pointer;
    padding: 26px 70px;
    display: inline-block;
/*    margin: 15px 30px;*/
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-green.active {
	-webkit-animation: updown 1s forwards 1;
	-o-animation: updown 1s forwards 1;
	animation: updown 1s forwards 1;
}

.btn-green:disabled {
	background: #33CA74 !important;
	opacity: 0.7;	
}
.btn-green:hover {
    background: #3EFF92;
}

/* Animations */

@keyframes shake {
  from, 100% {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes updown {
  from, 100% {
    transform: scale(1);
  }

  60%, 80% {
    transform: scale(0.95);
  }

  70%, 90% {
    transform: scale(1.05);
  }
}
.paragraph {
	opacity: 0;
	position: relative;
	top: 100px;
}

.paragraph.show {
	opacity: 1;
	top: 0;
	transition: all 400ms;
	transition-delay: 100ms;
}
.container {
	max-width: 800px;
}

.container.normal {
	width: auto;
}

/*affiliate-table*/
.affiliate-table img {
	margin-top: 40px;
}
.affiliate-table .green-circle {
    cursor: pointer;
}
.affiliate-table .green-circle:hover {
	margin-top: 17px;
}
.affiliate-table .visible-xs .green-circle {
	margin-top: 18px;
    padding: 24px;
    font-size: 42px;
    background-color: #fff;
    color: #00cc66;
    border: 4px solid;
    cursor: pointer;
}
.modal-backdrop.in {
	position: fixed;
	height: 100vh;
    background-color: black;
	z-index: 0;
}
.affiliate-table .green-circle {
	position: relative;
	margin-bottom: 10px;
	margin-top: 20px;
}

.affiliate-table ul {
	padding: 5px;
}

@media (min-width: 992px) {
	
	/* Get Info Form */
.page-title {
	padding: 30px 0;
}
.get-info .padding-right {
	border-left: 1px solid #eee;
}
.get-info .padding-left .row {
	padding-right: 30px;
}
.get-info .padding-right .row {
	padding-left: 15px;	
}
.get-info form .row {
	margin-bottom: 0px;
}
	
}



/* Mobile */
@media (max-device-width: 800px) {
	body {
		padding-bottom: 100px;
	}
	.container {
		width: 100% !important;
	}
	h1, h2, h3, h4, h5 {
	    font-size: 1.5em;
	}
	#zip .input-group-addon {
		display: none;
	}
	.circle-blue {
	    width: 90px;
	    height: 90px;
	    border-radius: 100%;
	    background: #1e4573;
	    font-size: 36px;
	    line-height: 78px;
	}
	.top-phone {
		text-align: right;
	}
	.jumbotron p {
		font-size: 12px;
	}
	.get-info.container.style-1 {
 	   font-size: 95%;
	}
	.get-info .padding-left .row,
	.get-info .padding-right .row {
    	padding-left: 30px;
    	padding-right: 30px;
	}
	.get-info .padding-right {
		border: none;
	}
	#zip .form-control {
		font-size: 24px !important;
	}
	#zip .btn-green {
	    padding: 23px 20px;
	}
	.nav-tabs.nav-justified>li {
	    display: table-cell;
	    width: 1%;
	    text-align: center;
	}
	.nav-tabs.nav-justified>li img {
		width: 70%;
	}
	.navbar.top {
	    padding-bottom: 30px;
	}
	.circle-blue + h2 {
		font-size: 10px !important; 
	}
	.top .col-sm-10 {
		text-align: center;
	}
	.jumbotron.light-grey p {
	    font-size: 20px;
	}

	.top-phone .col-sm-10 {
		text-align: center;
	}

	.navbar-brand>img {
		width: 102%;

	}
	.affiliate-table img {     
	    padding: 22%;
	}
}

.modal {
	padding-top: 10%;
}

.modal-content, .modal-footer, .modal-header {
	color: #fff;
	text-align: center;
	border: none;
}
.modal-header button span {color: #333; font-size: 22px;}

.jumbotron.blue-gradient {
    padding: 50px 0;
    padding-top: 30px;
}

#banner {
    display: block;
    position: relative;
    margin: 0 -5px -1px -5px;
    padding: 10px 15px;
    background: #53be76;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.glyphicon.glyphicon-ok {
    margin-top: 5px;
}