<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Clean Start
Theme URI: http://clean-start-theme.com/
Description: Starting point for custom theme making.
Version: 1.2
Author: Ackmann &amp; Dickenson
Author URI: http://ackmanndickenson.com

Tags: clean, basic, starter

The CSS and HTML are released under the GPL:
http://www.opensource.org/licenses/gpl-3.0.html
*/

@media screen and (min-width: 76.25em) {
	.theme h1{
		margin-bottom:10px;
		font-family: 'bebas_neuebook';
		font-size:38px;
		
	}

	.theme h2 {
		font-size: 30px;
		font-weight: normal;
    	font-family: 'bebas_neuebook';
    	line-height: 1em;
    	}
    	
    .sidebar-item h3{
    	font-size:20px;
    	color:#28587b;
    	font-weight:bold;
    }
    
    #header1{
    	height:313px;
    }

}


.theme .sidebar .sidebar-item{
	padding-bottom:0;
	margin-bottom:0;
}

.contractors .container.clearfix{
	margin-top:0;
}

.contractors .container a{
	text-transform:uppercase;
}

.single-post header .columns{
	display:none;
}

.single-post header{
	display:none;

}

.homepage .homepageitem .magazine-homepage .readmore{
	display:block;
	margin-bottom:0;
}

.homepageitem2 .readmore, .homepage .homepageitem.homepageitem2 .magazine-homepage .readmore, .homepage .homepageitem.homepageitem5 .magazine-homepage .readmore{
	color:#f3912c !important;
}

header nav ul.main-menu li a{
	padding-left:11px;
	padding-right:11px;
}

.page-template-template-magzine .hse-items .hse-item ul li{
	display:list-item;
}

.page-template-template-magzine .hse-items .hse-item ul{
	list-style-type:disc;
	margin-left:20px;
	margin-bottom:20px;
}

.reveal{
	padding:0;
}

.modal h4{
	font-family: 'bebas_neuebook';
	padding-top:10px;
}

.modal input{
	width:100%;
	height:2rem;
}

.modal input[type=text]{
	margin-bottom:7px;
}

.modal input[type=text],.modal input[type=password]{
	border:2px solid #9d9d9c;
	font-size:15px;
}

.submit_button{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#22aae1+0,27295c+100 */
	background: rgb(34,170,225); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(34,170,225,1) 0%, rgba(39,41,92,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(34,170,225,1) 0%,rgba(39,41,92,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(34,170,225,1) 0%,rgba(39,41,92,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22aae1', endColorstr='#27295c',GradientType=1 ); /* IE6-9 */
	border:none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.forgot_text{
	font-size: 13px;
}

.modal a{
	color:#000;
	text-decoration: underline;
}

.register_button{
	color:#fff;
	background-color: #9d9d9c;
	text-align: right;
	padding:5px;
	margin-bottom:15px;
	margin-top:5px;
	padding-right: 10px;
}

.register_button a{
	color:#fff;
	font-weight: bold;
}

.noleftpadding{
	padding-left:0;
}

.fheader nav ul.main-menu li.search{
	float:right;
}



@media screen and (min-width: 76.25em){
	header nav ul.main-menu li form#searchform{
		float:left;
	}


}

header nav ul.main-menu li a.loginbutton{
	padding-top:10px;
}

header nav ul.main-menu li a.become-menu{
	padding-top:10px;
}

.modal small{
	line-height:1em;
}

.sidebar .sidebar-item img.alignleft{
	float:left;
	display: block;
	padding-right:10px;
}

.wp-image-45{
	width: 100px;
	height: auto;
}

.wp-image-1215{
	width:90px;
	height: auto;
}

body header #logo{
	padding:10px;
}

.winner{
	margin-top:80px;
}

/* Widget title */
h5.rounded.chatbot {
    display: none;
}
.reveal-overlay{
	z-index: 999999;
}
@media(max-width: 575px){
	.reveal-overlay{
		height: 100vh;
	}
	#exampleModal1{
		height: auto;
		min-height: initial;
		top: 50% !important;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	body.is-reveal-open{
		overflow: hidden;
	    height: 100vh;
	    max-height: 100vh;
	}
	body.is-reveal-open main{
		display: none;
	}
	body.is-reveal-open footer{
		display: none;
	}
}

/* -=- Cookie Notice CSS Start -=- */

.show_agreement_popup   { position: fixed; bottom: 0px; margin: 0px auto; background-color: rgb(0 0 0); color: rgb(255, 255, 255); border: none; border-radius: 0px; padding: 8px; }
.show_agreement_popup p { display: block;width: 100%;color: #fff;margin: 0 0 10px; font-size: 15px; font-weight: 600;}
.agreement_select       { margin: 0 auto;text-align: center;display: block;background-color: #3ba9df;color: #fff;border: none;font-size: 16px;font-weight: 600; padding: 6px 12px; white-space: nowrap; vertical-align: middle; border-radius: 4px; }
.agreement_select:hover { color: #fff; background-color: #286090; border-color: #204d74; }</pre></body></html>