/*== Variables ==*/
/* CHANGE VARIABLES TO CHANGE THEME, DON'T CHANGE STATICALLY BELLOW VARIABLES */
:root{ 
	--primary: #3db6e6;
	--secondary: #ff8a00;
	--secondary-opacity: #fff;
	--accent: #868686;
	--font: #333;

}

body {
	color: var(--font);
}
.point {
	min-height: 95px;
}
.what-we-offer a {
	color: #fff;
}
.pull-right a.btn {
	margin: 5px 0 !important;
}
@media (max-width: 535px) {
	.pull-left {
		float: none !important;
		margin: 0 auto 10px;
	}
	.pull-right {
		bottom: 0;
		border-top: 1px solid #ccc;
		background-color: #fff;
		float: none !important;
		left: 0;
		margin-top: 0 !important;
		position: fixed;
		width: 100%;
	}
	.pull-right a.btn {
		margin: 10px 0;
	}
	footer {
		padding-bottom: 70px !important;
	}
}
.modal-dialog {
	width: 100%;
	max-width: 900px;
}
h3.modal-title {
	display: block;
	float: left;
	clear: right;
	width: auto;
}
.thank-you-msg h4 {
	margin-top: 20px;
}
.step-number {
    background-color: #575757;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-right: 2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.step-number {
    display: inline-block;
}
input:invalid {
    box-shadow: none;
}

/* == KeyWord Connects Code Ends == */

.select2-container .select2-search__field {
	width: auto !important;
}
.circle-orange {
	fill: #5cb85c;
	opacity: 0.3;
}
.circle-blue {
	fill: #64b5f6;
	opacity: 0.15;
}
.fill-dark {
	fill: #45636e;
}
.fill-orange {
	fill: #5cb85c;
}
.text-orange {
	color: #5cb85c;
}
.li-spin {
	display: inline-block;
	-webkit-animation: li-spin 2s infinite linear;
	animation: li-spin 2s infinite linear;
}
@-webkit-keyframes li-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes li-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.input-group-addon {
	background-color: #f1f8ff;
}
.input-group-addon i {
	position: relative;
	top: 2px;
}
.input-lg {
	border-radius: 3px;
}
.btn {
	border-radius: 3px;
	font-weight: 600;
	outline: none !important;
	white-space: normal;
}
.btn-warning {
	background: var(--primary);
	border-color: var(--primary)!important;
	color: #FFF!important;
}
.hero .btn-warning{
	background: var(--primary);
	border-color: var(--primary)!important;
	color: #fff!important;
}
.hero .btn-warning:focus,
.hero .btn-warning:focus,
.hero .btn-warning:hover,
.hero .btn-warning:active,
.hero .btn-warning.active {
	background: #FFF;
	color: var(--primary)!important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
	background-color: #FFF!important;
	border-color: var(--primary);
	color: var(--primary)!important;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active {
	background-color: var(--primary);
	border-color: var(--primary);
	color: #FFF!important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning:hover:active, .btn-warning:focus:active {
	background-color: var(--primary);
}
h1, h2, h3, h4, h5, h6, label, strong,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 600;
}
p, .lead {
	font-weight: 400;
}
html, body {
	height: 100%;
}
body {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
}
a, .btn, button {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
header {
	position: relative;
	background-color: #fff;
	padding: 10px 0;
	z-index: 99;
	color: #fff;
	box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
	height: 110px;
}
header .header-container {
	padding-left: 50px;
	padding-right: 50px;
	height: 90px;
}
header .header-response-container {
	height: 90px;
}
header .pull-right {
	margin-top: 18px;
}
header .pull-right i {
	top: 1px;
	position: relative;
}
header .logo img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
header span.small {
	font-style: italic;
	float: left;
	margin: 0 0 0 20px;
	position: relative;
	top: 36px;
	color: var(--primary);
	font-size: 14px;
}
.logo {
	max-width: 250px;
	height: 100%;
}
.logo h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
}
.logo h3 small {
	color: #eee;
}
.logo h3 a {
	color: #eee;
}
.logo h3 a:hover, .logo h3 a:active, .logo h3 a:focus {
	text-decoration: none;
}
.services {
	min-height: calc(100% - 222px);
}
.second-service-page {
	min-height: calc(100% - 125px);	
}
.hero {
	padding: 12px 0 25px 0;
	background-color: #f1f4f7;
	overflow: hidden;
}

.stepHeading {
	padding-bottom:25px;
}

.stepHeading h1 {
	font-size:42px;
	text-shadow: 3px 2px #777;
}

.services, .hero {
	background-color: #0000007d;
	background-image: url("../images/hero-bg.jpg");
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.2);
	z-index: 1;
	position: relative;
	background-blend-mode: color;
}
.hero.no-bg {
	background-color: #f2f5f6;
	background-image: none;
}
.form-wrapper {
	background-color: #fff;
	-webkit-box-shadow: 0 10px 25px -3px rgba(100, 110, 120, 0.35);
	box-shadow: 0 10px 25px -3px rgba(100, 110, 120, 0.35);
	margin-bottom: 20px;
	padding: 20px 20px 0px;
	position: relative;
	border-radius: 6px;
	padding-bottom: 20px;
}
.btn-back {
	display: none;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.steps {
	position: relative;
	
	overflow: hidden;
}
.step {
	position: absolute;
	width: 100%;
	left: 100%;
	padding: 0 2px;
	display: none;
}
.step:after {
	display: table;
	clear: both;
	content: '';
}
.step-1 {
	left: 0;
	display: block;
}
.step h1 {
	font-size: 29px;
	margin-bottom: 15px;
	text-align:center;
}
.step .lead {
	font-size: 18px;
	color: #455a64;
}
.question-head {
	line-height: 32px;
}
.question-head small {
	display: block;
	clear: both;
	margin-top: 5px;
}
.multiple .checkbox {
	display: inline-block;
	border-bottom: solid 1px #ddd;
	padding: 8px 10px 8px 28px;
	border-radius: 2px;
	cursor: pointer;
	background-color: #ffffff;
	font-weight: 400;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	margin: 0 5px 7px 0 !important;
}
#state-name {
	margin-top: 5px;
	/* visibility: hidden; */
	font-size: 90%;
}
#change_location {
	margin-left: 10px;
	text-decoration: underline;
}
.step label small {
	color: #777;
	font-size: 80%;
	display: block;
	clear: both;
}
.form-group {
	margin-bottom: 30px;
	position: relative;
}
.new-location {
	display: none;
}
.tcpa label {
	color: #777;
	font-size: 12px;
	font-weight: 400;
	text-align: justify;
	margin-top: 10px;
}
.tcpa-light label {
	color: #999;
	font-size: 11px;
}
.services-tcpa .second-service-tcpa>label {
	color: #eee;
	font-weight: 600;
}
.validation-msg {
	position: absolute;
	left: 0;
	top: 100%;
	font-size: 12px;
	color: #A94442;
}
.progress {
	height: 10px;
	overflow: visible;
	background: none;
	border: solid 1px rgba(255, 255, 255, 0.3);
	background-color: rgba(255, 255, 255, 0.2);
}
.prog-bar {
	border: transparent;
	background-color: #5cb85c;
	width: 0;
	border-radius: 4px;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.percentage {
	white-space: nowrap;
	text-align: center;
	background: #fefefe;
	border: 1px solid #dedede;
	position: absolute;
	right: 0;
	top: 13px;
	margin-right: -20px;
	width: 40px;
	color: #37474f;
	font-size: 12px;
	font-weight: 600;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.percentage:after, .percentage:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.percentage:after {
	border-color: rgba(246, 246, 246, 0);
	border-bottom-color: #fefefe;
	border-width: 4px;
	margin-left: -4px;
}
.percentage:before {
	border-color: rgba(222, 222, 222, 0);
	border-bottom-color: #dedede;
	border-width: 6px;
	margin-left: -6px;
}
.answers {
	margin-top: 25px;
}
footer {
	background-color: var(--primary);
	padding: 20px 0 10px;
}
footer p {
	color: #eeeeee;
	font-size: 14px;
}
footer p.links, footer p.links a {
	color: #ffffff;
}
footer p.links a {
	text-decoration: underline;
}
footer p.links {
	text-align: right;
}
footer p.info {
	color: #eeeeee;
	font-size: 16px;
	margin:20px;
}
footer .footer-disclaimer{
	font-size: 16px;
	margin: 20px;
}
.btn+.btn {
	margin-top: 15px;
}
.services {
	background-color: #f1f4f7;
	padding: 50px 0;
}
.services .service {
	background-color: #fff;
	padding: 10px 15px 15px;
	border: solid 1px #f4f4f4;
	border-radius: 3px;
	-webkit-box-shadow: 0 5px 10px -3px rgba(100, 110, 120, 0.15);
	box-shadow: 0 5px 10px -3px rgba(100, 110, 120, 0.15);
	margin-bottom: 24px;
}
.services .service .service-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 10px;
}
.services .service .service-name {
	font-size: 20px;
	font-weight: 600;
	color: #444;
	position: relative;
}
.services .service hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
.services-wrapper {
	margin-left: -12px;
	margin-right: -12px;
}
.services-wrapper [class*="col-"] {
	padding-right: 12px;
	padding-left: 12px;
}
.trust-logos {
	width: 100%;
	margin: 25px auto 0;
	padding: 6px 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.trust-logos img{
	margin: 0 16px;
	width: auto;
}
.services-list {
	margin-top: -50px;
	margin-bottom: 15px;
	text-align: center;
}
.services-list .service-item {
	line-height: 0;
	display: inline-block;
	width: 65px;
	height: 65px;
}
.services-list .service-item.inactive {
	position: relative;
	top: -4px;
	width: 55px;
	height: 55px;
	opacity: .25;
}
.services-list .service-item.inactive .circle-orange {
	display: none;
}
.services-list .service-item.inactive .circle-blue {
	display: none;
}
.selling-points .row>div{
	min-height: 185px;
}
@media (max-width: 991px) {
	.selling-points .row>div{
		min-height: 162px;
	}
	header span.small{
		display: none;
	}
}
@media (max-width: 767px) {
	.selling-points .row>div{
		min-height: unset;
	}
	header {
		text-align: center;
		height: 90px;
	}
	header .header-container{
		height: 65px;
	}
	header .header-response-container {
    height: 65px;
	}
	header .logo {
		width: 200px;
	}
	.services {
		padding: 30px 0;
	}
	.services h1 {
		font-size: 26px;
	}
	.hero {
		padding: 15px 0 40px;
	}
	
	.hero .step h1 {
		font-size: 21px;
		line-height: 26px;
	}
	.hero .step .lead {
		font-size: 15px;
	}
	.hero .step .question-head {
		font-size: 19px;
		line-height: 26px;
		margin-top: 5px;
	}
	.hero .step .question-head small {
		line-height: 14px;
	}
	.hero .step label small {
		display: inline;
		clear: none;
	}
	.form-wrapper {
		padding: 15px 13px 15px;
	}
	.form-group {
		margin-bottom: 20px;
	}
	.btn-lg, .btn-group-lg>.btn {
		padding: 11px 12px;
		font-size: 17px;
		line-height: 1.3333333;
	}
	.btn-back {
		left: 15px;
		bottom: 15px;
	}
	footer {
		text-align: center;
	}
	footer p.links {
		text-align: center;
	}
	.trust-logos {
		width: 100%;
    margin: 0 auto 0;
	}
	header .pull-right {
    margin-top: 8px;
	}
}
.toggle {
	cursor: pointer;
	margin-bottom: 7px;
}
.toggle input {
	display: none;
}
.toggle .toggle-label {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
}
.toggle .toggle-slider {
	width: 32px;
	height: 18px;
	border-radius: 18px;
	background-color: #cccccc;
	-webkit-transition: .25s;
	transition: .25s;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.toggle .toggle-slider:before {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 2px;
	bottom: 2px;
	border-radius: 50%;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.45);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.45);
	border: solid 1px #ddd;
	-webkit-transition: .25s;
	transition: .25s;
}
.toggle input:checked+.toggle-slider {
	background-color: #0187cd;
}
.toggle input:focus+.toggle-slider {
	box-shadow: 0 0 1px #0187cd;
}
.toggle input:checked+.toggle-slider:before {
	-webkit-transform: translateX(14px);
	-ms-transform: translateX(14px);
	transform: translateX(14px);
	border-color: #fff;
}
.service .form-group {
	display: none;
	margin-bottom: 20px;
}
.service .form-group .group-input {
	padding: 10px;
	background-color: #e5f1f7;
	border: dashed 1px #bdced6;
	border-radius: 4px;
}
.service .form-group .group-input [class^="col"]:last-child {
	margin-bottom: 0 !important;
}
.service .form-group:after {
	display: table;
	content: '';
	clear: both;
}
.what-we-offer {
	background-color: var(--primary);
	text-align: center;
	padding: 45px 0;
}
.what-we-offer p {
	color: #fff;
	font-size: 18px;
}
.selling-points {
	padding: 50px 0;
}
.selling-points .container > div { 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.selling-points .point {
	position: relative;
	padding-left: 50px;
	margin-bottom: 40px;
	width: 350px;
    margin-left: 10px;
    margin-right: 10px;
}
.selling-points .point span:after {
	content: '';
	width: 40px;
	height: 40px;
	background-color: var(--secondary-opacity);
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: -1;
	border-radius: 40px;
}
#content-paragraph {
	padding:50px 0px;
	background-color: var(--accent);
	color: #FFF;
	font-size:18px;
	text-align:center;
}

#content-paragraph a {
	color:#5cb85c;
}
.thank-you {
	min-height: calc(100% - 170px);
}

input.error {
	border: 1px solid red;
}

@media (max-width: 480px) {
	.what-we-offer p {
		font-size: 15px;
	}
	.what-we-offer,#content-paragraph{
		padding: 24px 0;
	}
}
@media (max-width: 380px) {
	
	h1 {
		font-size:32px;
		margin-top :0px;
		margin-bottom:0px;
	}
	
	.hero .step h1 {
		font-size: 21px;
	}
	.hero .step .lead {
		font-size: 13px;
	}
}

@media (max-width: 350px) { 
	h1 {
		font-size:25px;
		margin-top :0px;
		margin-bottom:0px;
	}
}
.p-xs-0{padding:0!important}.p-xs-5{padding:5px!important}.p-xs-10{padding:10px!important}.p-xs-15{padding:15px!important}.p-xs-20{padding:20px!important}.p-xs-30{padding:30px!important}.p-xs-40{padding:40px!important}.p-xs-50{padding:50px!important}.pt-xs-0{padding-top:0!important}.pt-xs-5{padding-top:5px!important}.pt-xs-10{padding-top:10px!important}.pt-xs-15{padding-top:15px!important}.pt-xs-20{padding-top:20px!important}.pt-xs-30{padding-top:30px!important}.pt-xs-40{padding-top:40px!important}.pt-xs-50{padding-top:50px!important}.pr-xs-0{padding-right:0!important}.pr-xs-5{padding-right:5px!important}.pr-xs-10{padding-right:10px!important}.pr-xs-15{padding-right:15px!important}.pr-xs-20{padding-right:20px!important}.pr-xs-30{padding-right:30px!important}.pr-xs-40{padding-right:40px!important}.pr-xs-50{padding-right:50px!important}.pb-xs-0{padding-bottom:0!important}.pb-xs-5{padding-bottom:5px!important}.pb-xs-10{padding-bottom:10px!important}.pb-xs-15{padding-bottom:15px!important}.pb-xs-20{padding-bottom:20px!important}.pb-xs-30{padding-bottom:30px!important}.pb-xs-40{padding-bottom:40px!important}.pb-xs-50{padding-bottom:50px!important}.pl-xs-0{padding-left:0!important}.pl-xs-5{padding-left:5px!important}.pl-xs-10{padding-left:10px!important}.pl-xs-15{padding-left:15px!important}.pl-xs-20{padding-left:20px!important}.pl-xs-30{padding-left:30px!important}.pl-xs-40{padding-left:40px!important}.pl-xs-50{padding-left:50px!important}.m-xs-0{margin:0!important}.m-xs-5{margin:5px!important}.m-xs-10{margin:10px!important}.m-xs-15{margin:15px!important}.m-xs-20{margin:20px!important}.m-xs-30{margin:30px!important}.m-xs-40{margin:40px!important}.m-xs-50{margin:50px!important}.mt-xs-0{margin-top:0!important}.mt-xs-5{margin-top:5px!important}.mt-xs-10{margin-top:10px!important}.mt-xs-15{margin-top:15px!important}.mt-xs-20{margin-top:20px!important}.mt-xs-30{margin-top:30px!important}.mt-xs-40{margin-top:40px!important}.mt-xs-50{margin-top:50px!important}.mr-xs-0{margin-right:0!important}.mr-xs-5{margin-right:5px!important}.mr-xs-10{margin-right:10px!important}.mr-xs-15{margin-right:15px!important}.mr-xs-20{margin-right:20px!important}.mr-xs-30{margin-right:30px!important}.mr-xs-40{margin-right:40px!important}.mr-xs-50{margin-right:50px!important}.mb-xs-0{margin-bottom:0!important}.mb-xs-5{margin-bottom:5px!important}.mb-xs-10{margin-bottom:10px!important}.mb-xs-15{margin-bottom:15px!important}.mb-xs-20{margin-bottom:20px!important}.mb-xs-30{margin-bottom:30px!important}.mb-xs-40{margin-bottom:40px!important}.mb-xs-50{margin-bottom:50px!important}.ml-xs-0{margin-left:0!important}.ml-xs-5{margin-left:5px!important}.ml-xs-10{margin-left:10px!important}.ml-xs-15{margin-left:15px!important}.ml-xs-20{margin-left:20px!important}.ml-xs-30{margin-left:30px!important}.ml-xs-40{margin-left:40px!important}.ml-xs-50{margin-left:50px!important}@media screen and (min-width:768px){.p-sm-0{padding:0!important}.p-sm-5{padding:5px!important}.p-sm-10{padding:10px!important}.p-sm-15{padding:15px!important}.p-sm-20{padding:20px!important}.p-sm-30{padding:30px!important}.p-sm-40{padding:40px!important}.p-sm-50{padding:50px!important}.pt-sm-0{padding-top:0!important}.pt-sm-5{padding-top:5px!important}.pt-sm-10{padding-top:10px!important}.pt-sm-15{padding-top:15px!important}.pt-sm-20{padding-top:20px!important}.pt-sm-30{padding-top:30px!important}.pt-sm-40{padding-top:40px!important}.pt-sm-50{padding-top:50px!important}.pr-sm-0{padding-right:0!important}.pr-sm-5{padding-right:5px!important}.pr-sm-10{padding-right:10px!important}.pr-sm-15{padding-right:15px!important}.pr-sm-20{padding-right:20px!important}.pr-sm-30{padding-right:30px!important}.pr-sm-40{padding-right:40px!important}.pr-sm-50{padding-right:50px!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-5{padding-bottom:5px!important}.pb-sm-10{padding-bottom:10px!important}.pb-sm-15{padding-bottom:15px!important}.pb-sm-20{padding-bottom:20px!important}.pb-sm-30{padding-bottom:30px!important}.pb-sm-40{padding-bottom:40px!important}.pb-sm-50{padding-bottom:50px!important}.pl-sm-0{padding-left:0!important}.pl-sm-5{padding-left:5px!important}.pl-sm-10{padding-left:10px!important}.pl-sm-15{padding-left:15px!important}.pl-sm-20{padding-left:20px!important}.pl-sm-30{padding-left:30px!important}.pl-sm-40{padding-left:40px!important}.pl-sm-50{padding-left:50px!important}.m-sm-0{margin:0!important}.m-sm-5{margin:5px!important}.m-sm-10{margin:10px!important}.m-sm-15{margin:15px!important}.m-sm-20{margin:20px!important}.m-sm-30{margin:30px!important}.m-sm-40{margin:40px!important}.m-sm-50{margin:50px!important}.mt-sm-0{margin-top:0!important}.mt-sm-5{margin-top:5px!important}.mt-sm-10{margin-top:10px!important}.mt-sm-15{margin-top:15px!important}.mt-sm-20{margin-top:20px!important}.mt-sm-30{margin-top:30px!important}.mt-sm-40{margin-top:40px!important}.mt-sm-50{margin-top:50px!important}.mr-sm-0{margin-right:0!important}.mr-sm-5{margin-right:5px!important}.mr-sm-10{margin-right:10px!important}.mr-sm-15{margin-right:15px!important}.mr-sm-20{margin-right:20px!important}.mr-sm-30{margin-right:30px!important}.mr-sm-40{margin-right:40px!important}.mr-sm-50{margin-right:50px!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-5{margin-bottom:5px!important}.mb-sm-10{margin-bottom:10px!important}.mb-sm-15{margin-bottom:15px!important}.mb-sm-20{margin-bottom:20px!important}.mb-sm-30{margin-bottom:30px!important}.mb-sm-40{margin-bottom:40px!important}.mb-sm-50{margin-bottom:50px!important}.ml-sm-0{margin-left:0!important}.ml-sm-5{margin-left:5px!important}.ml-sm-10{margin-left:10px!important}.ml-sm-15{margin-left:15px!important}.ml-sm-20{margin-left:20px!important}.ml-sm-30{margin-left:30px!important}.ml-sm-40{margin-left:40px!important}.ml-sm-50{margin-left:50px!important}}@media screen and (min-width:992px){.p-md-0{padding:0!important}.p-md-5{padding:5px!important}.p-md-10{padding:10px!important}.p-md-15{padding:15px!important}.p-md-20{padding:20px!important}.p-md-30{padding:30px!important}.p-md-40{padding:40px!important}.p-md-50{padding:50px!important}.pt-md-0{padding-top:0!important}.pt-md-5{padding-top:5px!important}.pt-md-10{padding-top:10px!important}.pt-md-15{padding-top:15px!important}.pt-md-20{padding-top:20px!important}.pt-md-30{padding-top:30px!important}.pt-md-40{padding-top:40px!important}.pt-md-50{padding-top:50px!important}.pr-md-0{padding-right:0!important}.pr-md-5{padding-right:5px!important}.pr-md-10{padding-right:10px!important}.pr-md-15{padding-right:15px!important}.pr-md-20{padding-right:20px!important}.pr-md-30{padding-right:30px!important}.pr-md-40{padding-right:40px!important}.pr-md-50{padding-right:50px!important}.pb-md-0{padding-bottom:0!important}.pb-md-5{padding-bottom:5px!important}.pb-md-10{padding-bottom:10px!important}.pb-md-15{padding-bottom:15px!important}.pb-md-20{padding-bottom:20px!important}.pb-md-30{padding-bottom:30px!important}.pb-md-40{padding-bottom:40px!important}.pb-md-50{padding-bottom:50px!important}.pl-md-0{padding-left:0!important}.pl-md-5{padding-left:5px!important}.pl-md-10{padding-left:10px!important}.pl-md-15{padding-left:15px!important}.pl-md-20{padding-left:20px!important}.pl-md-30{padding-left:30px!important}.pl-md-40{padding-left:40px!important}.pl-md-50{padding-left:50px!important}.m-md-0{margin:0!important}.m-md-5{margin:5px!important}.m-md-10{margin:10px!important}.m-md-15{margin:15px!important}.m-md-20{margin:20px!important}.m-md-30{margin:30px!important}.m-md-40{margin:40px!important}.m-md-50{margin:50px!important}.mt-md-0{margin-top:0!important}.mt-md-5{margin-top:5px!important}.mt-md-10{margin-top:10px!important}.mt-md-15{margin-top:15px!important}.mt-md-20{margin-top:20px!important}.mt-md-30{margin-top:30px!important}.mt-md-40{margin-top:40px!important}.mt-md-50{margin-top:50px!important}.mr-md-0{margin-right:0!important}.mr-md-5{margin-right:5px!important}.mr-md-10{margin-right:10px!important}.mr-md-15{margin-right:15px!important}.mr-md-20{margin-right:20px!important}.mr-md-30{margin-right:30px!important}.mr-md-40{margin-right:40px!important}.mr-md-50{margin-right:50px!important}.mb-md-0{margin-bottom:0!important}.mb-md-5{margin-bottom:5px!important}.mb-md-10{margin-bottom:10px!important}.mb-md-15{margin-bottom:15px!important}.mb-md-20{margin-bottom:20px!important}.mb-md-30{margin-bottom:30px!important}.mb-md-40{margin-bottom:40px!important}.mb-md-50{margin-bottom:50px!important}.ml-md-0{margin-left:0!important}.ml-md-5{margin-left:5px!important}.ml-md-10{margin-left:10px!important}.ml-md-15{margin-left:15px!important}.ml-md-20{margin-left:20px!important}.ml-md-30{margin-left:30px!important}.ml-md-40{margin-left:40px!important}.ml-md-50{margin-left:50px!important}}@media screen and (min-width:1200px){.p-lg-0{padding:0!important}.p-lg-5{padding:5px!important}.p-lg-10{padding:10px!important}.p-lg-15{padding:15px!important}.p-lg-20{padding:20px!important}.p-lg-30{padding:30px!important}.p-lg-40{padding:40px!important}.p-lg-50{padding:50px!important}.pt-lg-0{padding-top:0!important}.pt-lg-5{padding-top:5px!important}.pt-lg-10{padding-top:10px!important}.pt-lg-15{padding-top:15px!important}.pt-lg-20{padding-top:20px!important}.pt-lg-30{padding-top:30px!important}.pt-lg-40{padding-top:40px!important}.pt-lg-50{padding-top:50px!important}.pr-lg-0{padding-right:0!important}.pr-lg-5{padding-right:5px!important}.pr-lg-10{padding-right:10px!important}.pr-lg-15{padding-right:15px!important}.pr-lg-20{padding-right:20px!important}.pr-lg-30{padding-right:30px!important}.pr-lg-40{padding-right:40px!important}.pr-lg-50{padding-right:50px!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-5{padding-bottom:5px!important}.pb-lg-10{padding-bottom:10px!important}.pb-lg-15{padding-bottom:15px!important}.pb-lg-20{padding-bottom:20px!important}.pb-lg-30{padding-bottom:30px!important}.pb-lg-40{padding-bottom:40px!important}.pb-lg-50{padding-bottom:50px!important}.pl-lg-0{padding-left:0!important}.pl-lg-5{padding-left:5px!important}.pl-lg-10{padding-left:10px!important}.pl-lg-15{padding-left:15px!important}.pl-lg-20{padding-left:20px!important}.pl-lg-30{padding-left:30px!important}.pl-lg-40{padding-left:40px!important}.pl-lg-50{padding-left:50px!important}.m-lg-0{margin:0!important}.m-lg-5{margin:5px!important}.m-lg-10{margin:10px!important}.m-lg-15{margin:15px!important}.m-lg-20{margin:20px!important}.m-lg-30{margin:30px!important}.m-lg-40{margin:40px!important}.m-lg-50{margin:50px!important}.mt-lg-0{margin-top:0!important}.mt-lg-5{margin-top:5px!important}.mt-lg-10{margin-top:10px!important}.mt-lg-15{margin-top:15px!important}.mt-lg-20{margin-top:20px!important}.mt-lg-30{margin-top:30px!important}.mt-lg-40{margin-top:40px!important}.mt-lg-50{margin-top:50px!important}.mr-lg-0{margin-right:0!important}.mr-lg-5{margin-right:5px!important}.mr-lg-10{margin-right:10px!important}.mr-lg-15{margin-right:15px!important}.mr-lg-20{margin-right:20px!important}.mr-lg-30{margin-right:30px!important}.mr-lg-40{margin-right:40px!important}.mr-lg-50{margin-right:50px!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-5{margin-bottom:5px!important}.mb-lg-10{margin-bottom:10px!important}.mb-lg-15{margin-bottom:15px!important}.mb-lg-20{margin-bottom:20px!important}.mb-lg-30{margin-bottom:30px!important}.mb-lg-40{margin-bottom:40px!important}.mb-lg-50{margin-bottom:50px!important}.ml-lg-0{margin-left:0!important}.ml-lg-5{margin-left:5px!important}.ml-lg-10{margin-left:10px!important}.ml-lg-15{margin-left:15px!important}.ml-lg-20{margin-left:20px!important}.ml-lg-30{margin-left:30px!important}.ml-lg-40{margin-left:40px!important}.ml-lg-50{margin-left:50px!important}}

.alert-banner {
	display: block;
	width: 100%;
	background-color: var(--secondary);
	color: #fff;
	margin: auto;
	padding: 14px 10px;
	text-align: center;
  z-index: 9;
  font-size: 19px;
}