html, body {
    height: 100%;
}

.grid-container {
    max-width: 85rem !important;
}

.slider-image {
	position: relative;
	display:block;
	max-height:500px;
	height: calc(100% - 163px);
}

#heading {
	position: absolute;
	top: 50%;
	left:0;
	transform: translateY(-50%);
	width:100%;
}

footer {
	padding:20px 0;
	background-color: #0d1631;
}

#heading h1 {
	text-transform: uppercase;
	color:#fff;
	font-size: 40px;
	font-weight:bold;
	padding-top: 20px;
    line-height: 50px;
    width: 95%;
    margin-bottom:20px;
    width:100%;
    text-align: center;
}

.home h1 {
	font-size: 50px !important;
}

.home h2 {
	font-size: 30px !important;
}


#page {
	padding-bottom:30px;
}

#page a {
	color:#ff0000;
}

#page a:hover {
	text-decoration:underline;
}

h1, h2, h3, p, a, ul {
	font-family: 'Roboto', sans-serif !important;
}

p, li {
	font-size:0.9rem;
	color:#666;
}

h1 {
	text-transform: uppercase;
	font-weight:bold;
	color:#152b61;
}

h2 {
	font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
	color:#152b61;
}

h3, h3 a, #page h3 a {
	font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
	color:#152b61 !important;
}

#page h3 {
	line-height:25px;
}

h1 span {
	font-size:21px !important;
}

#page, #blog {
	padding:50px 0 0 0;	
}

#page h1, #blog h1 {
	font-size:30px;
}

#menu-bar .border {
	border: solid 2px red;
}

#content h2, #trusted h2, #care-environments h2, #third-block h2 {
	text-transform: uppercase;
	font-size:30px !important;
}

#homepageboxes {
	background-color:#cecece;
}

.headings{
	text-align: center;
	text-transform: uppercase;
}

#top-panel {
	background-color: #152b61;
}

#top-panel a {
	color:#fff;
}

#top-panel a:hover {
	color:#fff;
}

#top-panel p {
	text-align: right;
	margin: 10px 0;
	color:#fff;
}

#top-panel .fal {
	color:#ffcc00;
	margin-left:5px;
	margin-right:5px;
}

#content, #trusted, #care-environments, #third-block {
	padding-top: 80px;
	background:#fff;
}
	
.button {
	border-radius: 25px;
	color:#fff !important;
	background-color:#ff0000;
	padding: 15px 25px 12px 25px;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    font-weight: bold;
}

.button:hover { 
	background: #db0404 !important;
	text-decoration:none !important;
}

#homepageboxes.boxes p ::hover {
	color: white;
}

.slider-image img{
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	height:526px;
	width:100%;
}

.footer-navigation {
	text-decoration: none;
	padding:20px 0;
	list-style-type: none;
	color: #fff;
}

.footer-navigation a {
	color:#fff;
	text-transform: uppercase;
	font-size:13px;
}

.footer-navigation a:hover {
	color:#b30606;
}

.boxes {
	padding:30px 0;
}
	
/** Header **/

header {
	border-bottom:1px solid #efefef;
	background:#fff;
}

#main-panel {
	padding-top:20px;
	padding-bottom:20px;
}

.slider-image p {
	position: relative;
}

.boxes h2 {
	text-transform: uppercase;
	padding-top:20px;
	font-size:22px;
	margin-bottom: 0;
}

.boxes p {
	margin-bottom:0 !important;
}

.logo {
	width:100%;
	max-width:230px;
}
	    
#copyright {
	background-color: #0d1631;
	color: white;
	padding:15px 0;
}
	    
#copyright p {
	margin:0 !important;
	line-height:20px;
	color:#fff;
	text-align: center;
}

#copyright p a:hover {
	text-decoration:underline;
}

.slide1, .blog-box {
	margin-bottom:20px;
}

.blog-box {
	text-align: center;	
}

.box {
	background:#fff;
	display: block;
    padding: 20px 15px 0 15px;
	min-height:100px;
}

.box span {
	min-height:65px;
	vertical-align:middle;
	display:block;
	position:relative;
	width:100%;
}

.box span h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:100%;
	color:#ff0000 !important;
}

.slide1 .button, .blog-box .button{
    position: relative;
    bottom: -20px;
    margin: auto;
}

.slidersection {
	padding-top:80px;
	padding-bottom:20px;
	text-align: center;
	overflow:hidden;
}

.slidersection h2 {
	margin-bottom:20px !important;
}

.slidersection p {
	padding-bottom:20px;
}

.slidersection2 {
	background-color: #152b61;
	padding-top:50px;
	padding-bottom:20px;
	text-align: center;
	overflow:hidden;
}

.slidersection2 p {
	padding-bottom:20px;
	color:#fff;
}

.slidersection2 h2 {
	color:#fff;
}

.slidersection2 .box p {
	color:#666 !important;
}

.slidersection2 .slick-next, .slidersection2 .slick-prev {
    background-color: #ff5722 !important;
}

#homefaqs {
	background-color: #efefef;
	padding-top:50px;
	padding-bottom:20px;
	overflow:hidden;
}

#homefaqs .center {
	text-align: center;
} 

#homefaqs .fa-ellipsis-h {
	color:#ccc !important;

}

.slick-slide, .blog-box, .sidebar img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
	border-radius:5px;
}

.sidebar img {
	margin-bottom:40px !important;
}

.slick-slide img, .blog-box img {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.slick-prev {
	background-color: #152b61;
	left:-6px;
}

.slick-next{
	background-color: #152b61;
	right:-6px;
}

.slick-prev:hover, .slick-next:hover{
	background-color: #152b61;
}

#copyright a {
	color:white;
}

#icons {
	    width: 29%;
    margin: 0 auto;
    padding:10px;
}

#contact {
	background-position: right;
	background-repeat: no-repeat;
    background-size: cover;
    position: relative; 
    overflow:hidden;  
}

#contact .button {
	float:right;
	background: white;
	color: black !important;
}

#contact .button:hover {
	float:right;
	background: #ff0000 !important;
	color: #fff !important;
}

#contact textarea {
	height:130px;
}

#contact a:hover {
	text-decoration: underline;
}

#contact .filter {
	padding:50px 0;
}

#contact::after {
	content:'';
	 background: rgba(0, 0, 0, 0.5);
	 position:absolute;
	 width:100%;
	 height:100%;
	 top:0;
	 left:0;
	 z-index: 0;
}


#contact p {
	color:white;
}

#contact h2{
	color:white;
}
#contact li  {
	text-decoration: none;
	color: white;
	list-style-type:none !important;
	
}

#contact a {
	color:white;
}

#contact .grid-x {
	position: relative;
	z-index: 3;
}

#contact p {
	color:white;
}

.slide1 p {
	padding:10px;
}
#homepageboxes .cell {
	transition: .35s;
}

#homepageboxes .cell:nth-child(odd) {
	background:#ff0000;
	text-align: center;
	font-size: 13px;
}

#homepageboxes .cell:nth-child(even) {
	background:#152b61;
	text-align: center;
	font-size: 13px;
}

#hompageboxes img.cell:nth-child(2)  {
width:100px;
}

#homepageboxes h2 {
	font-size:20px !important;
	color:#fff !important;
}

#homepageboxes .icon {
	padding-bottom:20px;
	padding-top:20px;
	height: 100px;
	width: auto;
}

#homepageboxes .cell p {
	padding:10px 0 0 0;
	color:#fff !important;
}

#homepageboxes .fad {
	color:#fff !important;
}

/** Navigation **/

@media only screen and (min-width: 990px) {

	#menu-item-4286 a {
		border-radius: 25px;
		color:#fff !important;
		background-color:#ff0000;
		padding: 15px 20px;
	    display: inline-block;
	    min-width: 150px;
	    text-align: center;
	    -webkit-transition: all 0.2s ease-in-out;
	    -moz-transition: all 0.2s ease-in-out;
	    -o-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;
	    font-size:14px;
	    margin-left:10px;
	    font-weight:bold;
	}

	#menu-item-4286 a:hover { 
		background: #db0404 !important;
	}
	
	.menu a {
		padding:1rem 1.7rem 0.9rem 1.7rem !important;
		text-transform: uppercase;
		font-size:14px;
	}
	
	.menu a:hover {
		color:#ff0000 !important;
	}

	#main-navigation {
		float: right;
		display: flex !important;
	}

	#main-navigation ul {
		margin:0;
		padding:0;
	}
	
	#main-navigation li a {
		color:#0a0a0a;
	}

	.sub-menu {
		display:none;
		position:absolute;
		top:45px;
		width:250px;
		padding:20px 20px 30px!important;
		z-index:10000000;
		background:#152b61;
		border-top: 31px solid #fff;
	}
	
	.sub-menu .sub-menu { 
		display:none;
		position: absolute;
		left: 210px;
		margin-top: -54px !important;
		top: unset;
		width:240px;
	}
	
	.sub-menu li {
		float:left;
		clear:left;
		width:100%;
		list-style:none;
	}

	.sub-menu li a {
		color:#fff !important;
		display:block;
		min-width:180px;
		background:#152b61;
		padding:10px 0!important;
		line-height:20px;
	}

	.sub-menu li a:hover {
		color:#ffcc00 !important;
	}
	
	.sub-menu li:first-child a {
		border-top:0;
	}
	
	.sub-menu .sub-menu a {
		border-top:1px dashed #666 !important;
	}
	
	.sub-menu .sub-menu li:first-child a {
		border-top:0 !important;
	}

	.reduced-padding-right {
		padding-right:5px !important;
	}

	.reduced-padding-left {
		padding-left:5px !important;
	}
	
	#main-navigation ul ul {
	    position: absolute;
	    left: 200px;
	    padding: 0;
	    display:none;
	}

}

@media only screen and (max-width: 989px) {
	
	#top-contact {
		display:none;
	}

	#logo {
		top:10px!important;
		display:block;
		max-width:300px;
	}

	#phone-menu .fa {
		color: #fff;
	    width: 50px;
	    height: 50px;
	    display: block;
	    text-align: center;
	    font-size: 30px;
	    line-height: 35px;
	}

	#phone-menu {
		position: absolute;
	    line-height: 30px;
	    padding: 8px 15px 0 5px;
	    width: 100%;
	    top: 1px;
	    left: 0;
	    cursor: hand;
	    cursor: pointer;
	    color: #fff;
	    text-align: center;
	    display: block;
	    z-index: 995;
	}

	#menu-main-navigation {
		margin-left:10px;
		padding-left:10px;
	}

	#main-navigation {
		display:none;
		background: #fff;
    	width: 100%;
    	position: absolute;
    	left: 0;
    	padding: 20px 0;
		z-index:99;
	}

	#main-navigation ul {
		float:right;
		margin-top:43px;
	}
	
	#main-navigation li {
		list-style:none;
		float: none;
		text-align: center;
	}

	#main-navigation li a {
		list-style:none;
		color:#0a0a0a;
		padding:0;
		text-decoration:none;
		font-size:14px;
	}

	#menu-main-navigation {
		margin:0!important;
		padding:0!important;
		width:100%;
	}

	#menu-main-navigation li {
		width:100%;
		text-align:center;
		background:#18354c;
	}

	#menu-main-navigation li a {
		text-align:center;
		padding:0!important;
		color:#fff !important;
		line-height:50px!important;
		width:100%!important;
		display:block!important;
	}

	#menu-main-navigation li a:hover {
		background:#01669E;
		color:#fff!important;
	}

	.sub-menu {
		position:relative!important;
		top:0!important;
		width:100%!important;
		padding-top:0!important;
		margin-top:0!important;
		background:#110e33;
	}

	.sub-menu {
		display:none;
		position:absolute;
		top:36px;
		padding-top:40px;
		z-index:30;
		margin-left:0;
		padding-left:0;
		width:200px;
	}

	.sub-menu li {
		float:left;
		clear:left;
		width:100%;
	}

	.sub-menu li a {
		color:#fff;
		display:block;
		width:100%;
		background:#cacaca;
	}

	.sub-menu li a:hover {
		color:#fff!important;
		background:#FDB813!important;
	}

	#menu-item-4286 a {
		border-radius: 25px;
		color:#fff !important;
		background-color:#ff0000;
		padding: 15px 20px;
	    display: inline-block;
	    min-width: 150px;
	    text-align: center;
	    -webkit-transition: all 0.2s ease-in-out;
	    -moz-transition: all 0.2s ease-in-out;
	    -o-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;
	    font-size:14px;
	    font-weight:bold;
	}

	#menu-item-4286 a:hover { 
		background: #db0404 !important;
	}
	
	.menu a {
		padding:1rem 0.7rem 0.9rem 0.7rem !important;
		text-transform: uppercase;
		font-size:14px;
	}
	
	.menu a:hover {
		color:#ff0000 !important;
	}

	div#main-panel > .grid-x > .cell.auto {
		width: calc(100% - 1.875rem);
	    margin-left: 0.9375rem;
	    margin-right: 0.9375rem;
        -webkit-box-flex: 0;
	    -webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	    flex: 0 0 auto;
	    float: none;
	}

	div#hamburger {
	    height: 30px;
	    width: 40px;
	    position: relative;
	}

	div#hamburger span {
	    width: 100%;
	    height: 4px;
	    background-color: #ff0000;
	    position: absolute;
	    left: calc(50% - 20px);
	    transition: .35s;
	}

	div#hamburger span:nth-child(1) {
	    top: 0;
	}

	div#hamburger.active span:nth-child(1) {
	    top: calc( 50% - 2px );
	    transform: rotateZ(225deg);
	}

	div#hamburger span:nth-child(2) {
	    top: calc( 50% - 2px );
	}

	div#hamburger.active span:nth-child(2) {
	    top: calc( 50% - 2px );
	    transform: rotateY(90deg);
	}

	div#hamburger span:nth-child(3) {
	    bottom: 0;
	}

	div#hamburger.active span:nth-child(3) {
	    bottom: calc(50% - 2px);
	    transform: rotateZ(-225deg);
	}
	
}

@media only screen and (max-width: 1023px) {
	
	.footer-navigation {
		text-align: center;
	}
	
	#footer {
		display:none;
	}
		
}

@media only screen and (max-width: 640px) {
	
	.test-pad {
		width:100% !important;
	}
	
	#heading h2 br {
		display:none;
	}
	
	.slider-image {
	    max-height: 300px;
	}
	
	.home #content, .home #trusted, .home #care-environments, .home #third-block {
		text-align: center;
	}
	
	.line:before {
		content:'' !important;
	}
	
	.line {
		margin-top:20px;
	}

}

.boxes i {
	font-size:70px;
}

#top-panel-phone .fa-phone {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#top-panel-envelope .fa-envelope {
	margin-left:10px;
}

#top-panel .fas:hover {
	color:#fff !important;
}

.two-tone-border {
	width:100px;
	display: inline-block;
    margin: 20px auto 30px auto;
}

.two-tone-border-left {
  	height:5px;
  	width:50px;
  	float:left;
  	background:#ff0000;
}

.two-tone-border-right {
  	height:5px;
  	width:50px;
  	float:left;
  	background:#152b61;
}

.sidebar ul {
	margin:0 !important;
	padding:0 !important;
}

.sidebar li {
	list-style: none;
}

.sidebar li a {
	font-size: 0.9rem;
	padding:10px 20px;
	background:#152b61;
	margin:0 0 10px 0;
	display:block;
	position: relative;
	color:#fff !important;
	border-radius:5px;	
}

.sidebar li a:hover {
	text-decoration:none !important;
}

.sidebar li a:before {
	content: "\f054";
    font-family: "Font Awesome 5 Pro";
    top: 0;
    right: 0;
    background: #ff0000;
    position: absolute;
    padding: 8px 12px;
    color: #fff;
    height: 100%;
    text-align: center;
    min-width:43px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}

.sidebar li:hover a:before {
	background:#db0404;
}

.sidebar .current_page_item a {
	color:#ffcc00 !important;
}

.sidebar img {
	width:100%;
	margin-bottom:20px;
}

#contact-form {
	background:#152b61;
	border-radius:10px;
	margin-top:50px;
	padding:20px 20px 10px 20px;
}

#contact-form p {
	color:#fff;
}

#lowercase {
	text-transform:lowercase !important;
}

a:hover {
	cursor:pointer;
}

.alignright {
	float:right;
	margin:0 0 20px 20px;
}

.image-slider {
	height:100% !important;
	padding-bottom:50px;
}

.blog-post img {
	width:100%;
}

#accreditations {
	border-top:1px solid #efefef;
	text-align:center;
	background:#fff;
}

#accreditations span {
	display:inline-block;
	margin:20px;
	width: 150px;
    height: 100px;
	position:relative;
}

#accreditations img {	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#testimonials, #testimonials h2 {
	text-align:center;
}

#testimonials {
	overflow:hidden;
	padding:50px 0 30px 0;
	background:#fff;
}

.test-pad {
	width:60%;
	margin:auto;
}

.google-logo {
	width:120px;
	margin:10px;
}

.checkatrade-logo {
	width:180px;
	margin:10px;
}

.test-pad {
	font-style:italic;
	padding-top:50px;
}

.stars-5 {
	background:url('../img/testimonials/5-stars.svg') no-repeat 0 0;
}

.stars-4point5 {
	background:url('../img/testimonials/4.5-stars.svg') no-repeat 0 0;
}

.stars-4 {
	background:url('../img/testimonials/4-stars.svg') no-repeat 0 0;
}

.stars-3point5 {
	background:url('../img/testimonials/3.5-stars.svg') no-repeat 0 0;
}

.stars-3 {
	background:url('../img/testimonials/3-stars.svg') no-repeat 0 0;
}

.stars-2point5 {
	background:url('../img/testimonials/2.5-stars.svg') no-repeat 0 0;
}

.stars-2 {
	background:url('../img/testimonials/2-stars.svg') no-repeat -10px 0;
}

.stars-1point5 {
	background:url('../img/testimonials/1.5-stars.svg') no-repeat -10px 0;
}

.stars-1 {
	background:url('../img/testimonials/1-stars.svg') no-repeat -10px 0;
}

.stars-0point5 {
	background:url('../img/testimonials/0.5-stars.svg') no-repeat -10px 0;
}

.stars-0 {
	background:url('../img/testimonials/0-stars.svg') no-repeat -10px 0;
}

.stars-5, .stars-4point5, .stars-4, .stars-3point5, .stars-3, .stars-2point5, .stars-2, .stars-1point5, .stars-1, .stars-0point5, .stars-0 {
	background-size:150px;
	width:209px;
	height:34px;
	display:block;
	text-indent: -99999px;
	margin: 10px 0 0 0;
}

.max-stars {
	text-indent: -999999px;
	float: left;
}

.testimonial-star-box {
	margin:auto;
	display:block;
	width:150px;
}

.author {
	font-style:normal !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	color:#fff !important;
	background:#ffb900 !important;
	font-weight:bold;
}

.wpcf7 form.sent .wpcf7-response-output {
	color:#fff !important;
	background:#46b450 !important;
	font-weight:bold;
}

.facebook {
	background:#3b5998 !important;
}

.facebook:hover {
	background:#30497d !important;
}

#top-panel-facebook {
	background:#3b5998;
	border-radius:50%;
	width: 25px;
    height: 25px;
    display: inline-block;
	text-align: center;
    line-height: 25px;
	margin-right:15px !important;
}

.fa-facebook {
	color:#fff !important;
	font-size:15px;
	text-align:center;
}

#testimonials .grid-container {
	overflow:hidden;
}

.hide {
	display:none;
}

/** Accordion **/

	
.ui-accordion {
    width: 100%;
}

.ui-accordion-header {
    border-bottom: 5px solid #efefef !important;
    background-color: transparent !important;
    padding: 30px 0 10px 0;
    margin-bottom:0 !important;
}

.ui-accordion-header:focus {
    outline: none;
}

.ui-accordion-header:hover {
	cursor: pointer;
}

.ui-accordion-header.ui-state-active {
    border-bottom: 5px solid #ff0000 !important;
	color:#ff0000 !important;
}

.ui-accordion .ui-accordion-content {
    padding: 30px 0 !important;
	display: block;
}

#accordion .fas, #faqs .fas {
	margin-right:5px;
	color:#333;
}

.fa-times, .fa-ellipsis-h {
	color:#525252 !important;
	float:right;
	font-size: 30px;
}

.fa-times {
	color:#ff0000 !important;
}

.fa-ellipsis-h {
	color:#e2e2e2 !important;
}

.white {
	background:#fff;
	width:100%;
	display:block;
}

.grecaptcha-badge {
	display:none !important;
}

.modal a {
	color:#666;
}

.modal a:hover {
	color:#ff0000;
}

.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:100;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}

.line {
    color: #ff0000;
    text-transform: uppercase !important;
    font-weight:bold;
}

.line:before {
    content: url('../img/line.svg');
    float: left;
    width: 30px;
    margin: -4px 10px 0 0;
    font-weight:bold;
}