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;
	background: #fff;
	z-index: 1;
}

.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;
		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: calc(10px + 1vw);
	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 {
	position: relative;
}
.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;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.medicare .jumbotron.blue-gradient {
	min-height: calc(100vh - 122px);
}

#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;
}

#providers-found {
	font-size: 20px;
	color: #404d5e;
}

#providers-found #provider-count,
#providers-found #location {
	font-weight: 700;
}

#providers-found + #instruction {
	font-size: 16px;
	color: #8a9bb0;
	letter-spacing: 0.4px;
}

#affiliate {
	padding: 32px 15px;
	background: #e9ecf0;
}

#affiliate > .container {
	max-width: none;
}

#affiliate [class*="col-"] {
	padding-top: 15px;
	padding-bottom: 15px;
}

#affiliate .affiliate-inner {
	background: #fff;
	border: 1px solid #d4d4d4;
	padding: 20px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-wrap: wrap;
}

#affiliate .affiliate-inner:before {
    content: " ";
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    height: 16px;
    border-radius: 15px 15px 0 0;
    /*background: linear-gradient(rgba(20, 89, 198, 0.04), rgba(20, 89, 198, 0));*/
    pointer-events: none;
}

.affiliate-img-wrapper {
	display: block;
	align-items: center;
	justify-content: center;
	height: 56px;
	width: 100%;
	box-sizing: content-box;
}

#affiliate .affiliate-inner .affiliate-name {
	display: flex;
    width: 100%;
    padding: 0 5px;
    justify-content: center;
    align-items: center;
}

#affiliate .affiliate-inner .affiliate-name p{
	font-weight: 600;
    color: gray;
}

#affiliate .affiliate-buttons {
	padding: 12px;
}

#affiliate .affiliate-buttons > a {
	/*display: inline-block;
	background: #000;
	border-radius: 500px;
	padding: 10px 20px;
	font-weight: 700;
	background: #7b8ea5;
	color: #fff;
	text-decoration: none;
	transition: all 0.15s ease-in-out;
	cursor: pointer;
	user-select: none;*/
	display: block;
	width: 140px;
	margin: 0 auto;
	border-radius: 500px;
	padding: 6px 6px 6px 0;
	font-weight: 700;
	color: #fff;
	transition: all .15s ease-in-out;
	user-select: none;
}

#affiliate .affiliate-buttons > a:hover {
	cursor: pointer;
}

#affiliate .affiliate-buttons > a:hover:active {
	transform: scale(0.925);
	cursor: pointer;
}

#affiliate .affiliate-buttons > a.primary {
	background: linear-gradient( #5cbcf0,#066fe0);
    border: 1px solid #0095ee;
    box-shadow: 0 2px 0 0 #066fe0, inset 0 4px 14px #65d3ed;
    margin: 0 auto;
    font-size: 17px;
}

#affiliate .affiliate-buttons > a.primary:hover {
	background: linear-gradient( #148fd2, #0456ae);
}

#affiliate .affiliate-buttons > a.primary:hover:active {
	background: linear-gradient( #148fd2, #0456ae);
}
#affiliate .affiliate-buttons > a.secondary:after {
    font-family: "fontAwesome";
    content: "\f0d7";
    padding-left: 5px;
}
#affiliate .affiliate-buttons > a.secondary {
	background: transparent;
	color: #8295aa;
	margin-top: 7px;
	font-weight: unset;
}

#affiliate .affiliate-buttons > a.secondary:hover {
	/*background: #99a8ba;*/
	color: #55687c;
	/*box-shadow: inset 0 0 0 1.3px rgba(168, 181, 196, 0);*/
}

#affiliate .affiliate-buttons > a.secondary:hover:active {
	color: #55687c;
}


#affiliate .affiliate-buttons > a > .fa {
	display: inline-block;
	margin-right: 8px;
	border-radius: 60px;
    box-shadow: 0px 0px 2px #888;
    padding: 0.4em 0.5em;
    background: #fff;
    color: #007beb;
}

#footer {
    padding: 20px;
    background-color: #fff;
    text-align: center;
    line-height: 28px;
}

#footer-links {
    font-family: arial, sans-serif;
}

#footer-links a:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding-right: 10px;
    margin-right: 10px;
}

.inline-list, .inline-list > input:not(.hidden):not([hidden]) {
	display: inline-block;
}

.inline-list input { margin-right: 2px; }
.inline-list input + input { margin-left: 12px; }

/* JUST BUTTON STYLES */

.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #FFF !important;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  font-size: 18px;
  margin: 15px 30px;
/*  text-transform: uppercase;*/
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover, .btn:focus { color: inherit; }
.btn:before, .icon-heart:after, .icon-star:after, .icon-plus:after, .icon-file:before {
  font-family: 'fontawesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-arrow-right:before {
    content: "\f178";
}
.btn-1 {
  background: #32dd7c;
  border: 3px solid #FFF;
  border-radius: 40px;
  color: #FFF;
  overflow: hidden;
  z-index: 0;
}
.btn-1:hover, .btn-1:active {
  color: #FFF;
}
.btn-1:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #1dab69 !important;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-1:hover:after {
    height: 260%;
    opacity: 1;
}
.btn-1:active:after {
  height: 400%;
  opacity: 1;
}

.btn-2 {
  background: #32dd7c;
  border-radius: 40px;
  color: #FFF;
  box-shadow: 0 6px #1dab69;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.btn-2:hover {
  box-shadow: 0 4px #1dab69;
  color: #FFF;
  top: 2px;
}
.btn-2:active {
    box-shadow: 0 0 #1dab69;
    top: 6px;
}

.btn-4:hover {
    background: #24b662;
    color: #FFF;
}

.btn-4:active {
    border-color: #17954c;
    color: #17954c;
}
.btn-4 {
    background: #32DD7C;
    border-radius: 50px;
    border: 3px solid #FFF;
    color: #FFF;
    overflow: hidden;
}
.btn-4a:hover:before {
    left: 80%;
}

.btn-4:active:before {
    color: #17954c;
}
.btn-4a:before {
    left: 130%;
    top: 0;
}
.btn-4:before {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 3.2;
    color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-5 {
  background: #32dd7c;
  border-radius: 40px;
  color: #FFF;
  box-shadow: 0 6px #1dab69;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-5:hover {
  box-shadow: 0 4px #1dab69;
  color: #FFF;
  top: 2px;
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-5:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow:#1dab69 0 0, rgba(0, 0, 0, 0.25) 0 3px 10px -10px inset,
  rgba(29, 171, 105, 0.5) 0 0 0 2px inset;
  top: 6px;
}
@media (max-width: 992px) {
  .btn-notification:after { 
      background-color: #FF0000;
      border-radius: 13px;
      color: #FFF;
      content: "3";
      font-size: 14px;
      height: 25px;
      line-height: 25px;
      padding-left: 1px;
      right: 0;
      top: 0;
      width: 25px;
      z-index: 1;
  }
}
@media (max-width: 767px) {
	.btn { padding: 25px 20px; margin: 15px 0px;}
}

a.customButton:hover { color: #FFF; text-decoration: none; }


.customButton {
  background-color: #21df78;
  max-width: 100%;
  border-color: #21df78;
  color: #FFF;
  border-radius: 100px;
  padding: calc(8px + 1vw) 20px calc(12px + 1vw);
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-right-width: 0;
  margin: 10px 0;
  line-height: 20px;
  position: relative;
  font-weight: 700;
  text-align: center;
  max-width: 500px;
}
.bevel1 {
  background: #32dd7c !important;
  color: #FFF;
  box-shadow: 0 8px #1dab69;
  border-radius: 40px;
  border: none;
  font-family: inherit;
  font-size: 18px;
  color: #FFF;
  background: 0 0;
  cursor: pointer;
  padding: 26px 70px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: 0.3s ease-in-out;
}
.bevel1:hover {
  color: #333;
  text-decoration: none;
}
.bevel2 {
  background: #32dd7c !important;
  color: #FFF;
  box-shadow: 0 8px #1dab69;
  border-radius: 40px;
  border: none;
  font-family: inherit;
  font-size: 18px;
  color: #FFF;
  background: 0 0;
  cursor: pointer;
  padding: 26px 70px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: 0.3s ease-in-out;
}
.bevel2:hover {
  color: #333;
  text-decoration: none;
  outline: 0;
  top: 5px;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow:#1dab69 0 0, rgba(0, 0, 0, 0.25) 0 3px 10px -10px inset,
    rgba(29, 171, 105, 0.5) 0 0 0 2px inset;
}

/* ------- Last Call Popup -------*/
#last-call { background: rgba(18,53,73,.95); color: #FFF; display: flex; height: 100vh; left: 0; position: fixed; top: -100vh; transition: all 0.75s ease-in-out; width: 100vw; z-index: 999; }
#last-call.dont-leave { top: 0; transition: all 0.75s ease-in-out; }
#last-call.dont-leave.closed { top: -100vh; transition: all 0.75s ease; }
#last-call .close-btn { color: #FFF; cursor: pointer; font-size: 2rem; position: absolute; right: 2.5rem; top: 2rem; z-index: 9999; }
#last-call .container { display: flex; }
#last-call .container .col-lg-12 { display: flex; flex-direction: column; align-items: center; justify-content: center; }
#last-call .container .col-lg-12 h1 { font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 4rem; font-weight: 700; margin-bottom: 3rem; }
#last-call .container .col-lg-12 h2 { font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700; margin-bottom: 3rem; }
#last-call .container .col-lg-12 p { font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 18px; }
#last-call .container .col-lg-12 p.phone-number { color: #71d587; font-size: 3.25rem; font-weight: bold; margin-bottom: 3rem; text-shadow: 0px 0px 20px rgba(0,0,0,0.4); }
#last-call .container .col-lg-12 ul { max-width: 60%; }
#last-call .container .col-lg-12 ul li { font-weight: bold; margin-bottom: 1rem; }

#last-call .btn, .btn:active:not(:hover) { box-shadow: rgb(29, 171, 105) 0px 8px, rgba(0, 0, 0, 0.25) 0px 3px 10px -10px inset, rgba(29, 171, 105, 0.5) 0px 0px 0px 2px inset; }
#last-call .btn, #last-call .btn:hover, .btn:active {
    transition-duration: 0.2s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: 0s, 0s;
    transition-property: all, transform;
    position: relative;
    font-size: 20px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
    color: rgb(255, 255, 255) !important;
    outline-color: initial !important;
    outline-style: initial !important;
    outline-width: 0px !important;
}
#last-call .btn {
    background: #32DD7C;
    border: none;
    border-radius: 100px;
    color: #FFF;
    cursor: pointer;
    padding: 25px 40px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#last-call .btn-xl {
    padding: 25px 20px;
    font-size: 1.5em !important;
    max-width: 270px;
    width: 100%;
}

#last-call .btn.purple { background: #8A2BE2; }
#last-call .btn.purple, .btn.purple:active:not(:hover) { box-shadow: #1d1425 0px 8px, rgba(0, 0, 0, 0.25) 0px 3px 10px -10px inset, #591b92 0px 0px 0px 2px inset; }
#last-call .btn.purple:hover { box-shadow: #1d1425 0px 0px, rgba(0, 0, 0, 0.25) 0px 3px 10px -10px inset, #591b92 0px 0px 0px 2px inset; top: 0px; }
#last-call .btn.purple:hover:active { box-shadow: #1d1425 0px 0px, rgba(0, 0, 0, 0.25) 0px 3px 10px 0px inset, #591b92 0px 0px 0px 2px inset; top: 0px; transform: scale(0.97); }

@media (min-width: 992px) {
    #last-call .btn-xl {
        font-size: 1.750em !important;
        padding: 30px 20px;
        max-width: 350px;
        width: 100%;
    }
}

#affiliate {
	overflow-x: hidden;
}
#aff {
    max-width: 100%;
    margin: 0 auto;
}
#aff .container {
    max-width: 100%;
    overflow: hidden;
}

/* Logo row - centers when not full width */
.logo-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/* Individual logo columns */
.logo-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
    min-height: 40px;
}

/* Logo wrapper for consistent sizing */
.logo-wrapper {
    width: 100%;
    max-width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* SVG styling */
#aff svg {
    width: 100%;
    height: 100%;
    max-height: 40px;
    object-fit: contain;
    filter: grayscale(1) sepia(1) hue-rotate(165deg) opacity(0.7) 
            drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
    transition: filter 0.3s ease;
}

#aff svg:hover {
    filter: grayscale(0) opacity(1) drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.2));
}

/* Special padding for specific carrier */
#aff svg#carrierI {
    padding: 4px 0;
}

/* Mobile: 2 columns (5 logos per row) */
@media (max-width: 767px) {
    /* .logo-col {
        flex: 0 0 50%;
        max-width: 50%;
    } */
    
    .logo-wrapper {
        max-width: 120px;
        height: 30px;
    }
}

/* Tablet: 3 columns */
@media (min-width: 768px) and (max-width: 991px) {
    /* .logo-col {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    } */
    
    .logo-wrapper {
        max-width: 130px;
    }
}

/* Desktop: All in one row (for 6 logos) or appropriate columns for 10 */
@media (min-width: 992px) {
    /* For exactly 10 logos, use 5 columns (20% each) */
    /* .logo-row.ten-logos .logo-col {
        flex: 0 0 20%;
        max-width: 20%;
    } */
    
    /* For 6 logos, use default Bootstrap col-md-2 (16.666%) */
    /* .logo-col {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    } */
    
    .logo-wrapper {
        max-width: 160px;
        height: 30px;
    }
}

/* Large desktop */
@media (min-width: 1200px) {
    .logo-wrapper {
        max-width: 180px;
        height: 40px;
    }
    
    #aff svg {
        max-height: 40px;
    }
}

.badges {
	justify-content: center;
    display: flex;
}
.badges img {
	height: 30px;
	filter: grayscale(1) brightness(14.5) opacity(.8)!important;
}
#trusted-form {
	filter: hue-rotate(-45deg);
}
#trust-pilot {
	/* filter: hue-rotate(-45deg); */
}
#ssl-secured {
	filter: hue-rotate(-304deg);
}
@media (max-width: 767px) {
	.badges img {
		height: 23px;
	}
}