<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* For the function */
.msf_hide{
    display: none;
}
.msf_show{
    display: block;
}
#advanced-search-form .callout {
    border-radius: 5px;
    border-width: 0px;
}
#advanced-search-form .progress-meter {
    background-color: #ec0d63;
}
.search-form-title h5 {
    margin: 30px 0px;
    font-weight: 400;
    padding: 0px 25px;
}
#advanced-search-form .progress {
    height: 0.5rem;
}
.search-box-wrapper select, #advanced-search-form select {
    font-size: 0.9rem;
}
#advanced-search-form [type="date"],
#advanced-search-form [type="email"],
#advanced-search-form [type="number"],
#advanced-search-form [type="text"],
#advanced-search-form textarea,
.search-box-wrapper [type="text"],
.search-box-wrapper [type="number"] {
    font-size: 0.9rem;
}
::-moz-placeholder,
:-moz-placeholder {
    color: #0a0a0a !important;
    opacity: 1 !important;
}
:-ms-input-placeholder {
    color: #0a0a0a !important;
    opacity: 1 !important;
}
::-webkit-input-placeholder {
    color: #0a0a0a !important;
    opacity: 1 !important;
}
.search-result {
    margin-bottom: 30px;
}
/*********** clicksnet tables******************/

.clicksnet_main_table
{
background:#0066B3;
margin:0 auto;
}
.clicksnet_sub_title {
    background: #0066b3 none repeat scroll 0 0;
    border-bottom: 5px solid #0066b3;
    border-left: 5px solid #0066b3;
    border-right: 5px solid #0066b3;
    float: left;
    padding: 5px;
    width: 98%;
}
.clicksnet_main_title
{
font-family: 'Roboto', sans-serif;
font-weight:400;
font-size:18px;
padding:10px 7px;
line-height:20px;
color:#FFFFFF;
text-align:center;	
	
}

.clicksnet_sub_table
{	
 background: #ffffff none repeat scroll 0 0;
    border-bottom: 5px solid #0066b3;
    border-left: 5px solid #0066b3;
    border-right: 5px solid #0066b3;
    float: left;
    padding: 5px;
    width: 98%;
}
.clicksnet_sub_table_1
{
width:100%;
background:#FFFFFF;
margin:0px auto;
}
.hash
{
padding:5px 10px;
background:#E91965;
color:#FFFFFF;		
}
.headline{
font-size:18px;
font-family: 'Roboto', sans-serif;
font-weight:400;
line-height: 26px;
padding-bottom:13px;	
}
.clicksLogo
{
width:20%;
float:left;
margin-top:20px;	

}
.clicks-desc
{
width:60%;
float:left;
font-family: 'Roboto', sans-serif;
font-weight:400;
line-height: 26px;	
}
.visit_url
{
	width:20%;
	float:left;
	margin-top:8%;
	padding-left:20px;
}
.clicks-tick
{
	list-style-image: url("https://launchyourdegree.com/wp-content/uploads/2016/12/True.png");	
}
#advanced-search-form label {
    text-align: left;
    font-weight: 500;
}
@media only screen and (max-width: 768px){
	.clicksnet_sub_table,.clicksnet_sub_title{ width:97%; }
	.clicksLogo,.clicks-desc,.visit_url {
		width:100%;
	}
	.clicksLogo, .visit_url {
		padding-left: 22px;
		width: 90%;
	}
}
@media only screen and (max-width: 360px){
	.clicksnet_sub_table,.clicksnet_sub_title{width:96%;}
}


[type=checkbox], [type=file], [type=radio] {
    margin: 0 0 0rem!important;
}

.search-form-title {
    text-align: center!important;
}

.text-center {
    text-align: left;
}

.button-group {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 1rem;
}

.msf_hide{display:none !important;}

#advanced-search-form .progress-meter {
    background-color: #cea459 !important;
}</pre></body></html>