.standalone {
    margin: 20px 100px; 20px 100px;
}





em { 
text-decoration:underline; 
}

#titleBar .title {
    background-color: #E3E3E3;

}

#titleBar .toggle:before {
    opacity: 30;
}


#mcklogo {
    font-family: 'Maven Pro', sans-serif !IMPORTANT;
    color: color: #8c8c8c !IMPORTANT;
    text-shadow: 05px 05px 10px #Fff;
  
}

#LN {
    padding-top: 2em;
    border-top: 1px solid #e8e8e8;
}

#lnc {
    text-align: center;
    font-weight: 800;
    padding-left: 260px;
}

#lnc2 {
    text-align: center;
    font-weight: 800;
}

#vcud {
    margin-top: 2em;
    padding-top: 4em;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(143, 166, 195);
}


#wwd {
    margin-top: 2em;
    padding-top: 2em;
    padding-right: 2em;
    float: right;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(143, 166, 195);
}

#wwd1 {
    margin-top: 2em;
    padding-top: 4em;
    padding-right: 2em;
    padding-left: 25px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(143, 166, 195);
}


#wwd2 {
    margin-top: 2em;
    padding-top: 3em;
    padding-left: 25px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(143, 166, 195);
   
}


h13 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: .5em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: rgb(143, 166, 195);
}

#hdr3cola {
    margin-top: 5px;
    margin-bottom: 1px;
    padding-top: 10px;
    padding-bottom: -10px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(143, 166, 195);
}

#hdr3col {
    margin-top: 5px;
    margin-bottom: 1px;
    padding-top: 10px;
    padding-bottom: -10px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(143, 166, 195);
}


#snippets {
    font-size: 12px;
    martin-top: 1.5em;
    margin-bottom: 1em;
}

#snippets2 {
    font-size: 13px;
    martin-top: 1em;
    margin-bottom: 1em;
    color: rgb(143, 166, 195);
}

#snippets3 {
    font-size: 13px;
    martin-top: .7em;
    margin-bottom: .2em;
    color: rgb(143, 166, 195);
}


#snippets4 {
    font-size: 13px;
    martin-top: .7em;
    margin-bottom: .2em;
    padding-left: 27px;
    color: #8c8c8c;
}



#drseuss {
    text-align: center;
    font-style: italic;
    font-weight: 550;
    color: rgb(143, 166, 195);
}


	ul.style6 a {
		display: block;
		text-decoration: none;
		color: #8d8d8d;
		margin-left: 5.5em;
	}

		ul.style6 a:hover {
			text-decoration: none;
		}

	ul.style6 .date {
		position: absolute;
		left: 0;
		top: 0;
		margin-right: 1em;
		text-decoration: none;
		color: #b3b3b3;
		width: 5em;
	}

#style03 {
        text-decoration: none:
        line-height: 1.5em;
		padding: 0.75em 0 0.75em 0;
}


#f3col {
		overflow: hidden;
		background: none;

		h2 {
			color: #000000;
		}
	}

/*
Main class.
*/
			.container1 {
				@if $lock {
					width: 420px !important;
				}
				@else {
					width: $width;
				}
			}

#3col {
    padding-right: 5px;
}


.image {
    box-shadow: 0 2px 10px #000;
}




&.style31 {

			li {
				padding: 1.50em 0em 1.90em 0em;
				border-bottom: 1px solid #e8e8e8;
			}

			a {
				text-decoration: none;
				color: #6e6d6d;

				&:hover {
					text-decoration: none;
				}
			}

			.posted {
				font-size: 0.90em;
				color: #b6b6b6;
			}

			.first {
				padding-top: 0em;
				border-top: none;
			}
		
}



#copyright1 {
    margin: 0;
    width: auto;
    text-align: center;
}


/* McK form styles */

.mckform .errors {
    width: 98%;
    min-width:98%;
    max-width:98%;
    margin-left:1%;
    margin-right:1%;
    height:30px;
    padding-top:8px;
    border-radius: 3px;
    padding-left:15px;
    border: 1px solid black !IMPORTANT;
    background-color:#ffc0c0 !IMPORTANT;
    color:black;
}
.mckform .thanks {
    width: 98%;
    min-width:98%;
    max-width:98%;
    margin-left:1%;
    margin-right:1%;
    height:30px;
    padding-top:4px;
    border-radius: 3px;
    padding-left:15px;
    border: 1px solid black !IMPORTANT;
    background-color:#c0ffc0 !IMPORTANT;
    color:black;
}
.mckform .errorGlow {
    outline:none;
    box-shadow: 0px 0px 4px red;
}
.mckform input[type="text"]:focus {
    outline:none;
    box-shadow: 0px 0px 4px blue;
}
.mckform textarea:focus {
    outline:none;
    box-shadow: 0px 0px 4px blue;
}
.mckform select:focus {
    outline:none;
    box-shadow: 0px 0px 4px blue;
}
.mckform input[type="text"] {
    font-family: 'Open Sans', sans-serif;
}
.mckform input[type="submit"] {
    font-family: 'Open Sans', sans-serif;
}
.mckform textarea {
    font-family: 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height:100px;
}
.mckform .wide {
    width: 98%;
    min-width:50%;
    max-width:85%;
    margin-left:10%;
    margin-right:50%;
    margin-bottom:10px;
    padding: 10px 10px 10px 10px;
    font-size: 1em;
}
.mckform label {
    font-size:90%;
}

/* End McK form styles */

.required {
	font-weight:bold;
	color: #F40909 !IMPORTANT;	
}

#req-field-desc {
    text-align: center;
    margin-bottom: 1px;
    padding-bottom: 0px;
}

#Em1 {
    text-align: center;
}



#cnt1 {
    text-align: center;
}

#hc1 {
    text-align: center;
}

.buttonwide {
    
    float: none;
    display: block;
    width: 100px;
    margin: auto;

}

.socialicons {
    padding-bottom: 10px;
    text-align: center;
    font-size: 150%;
}

.socialicons a {
    padding-right: 20px;
}
