img.image-left {

	float: left;

	margin-right: 15px;

	margin-bottom: 5px;

}





img.image-right {

	float: right;

	margin-left: 15px;

	margin-bottom: 5px;

}



/* Enable image placeholders */

@-moz-document url-prefix(http), url-prefix(file) {

	img:-moz-broken{

		-moz-force-broken-image-icon:1;

		width:24px;

		height:24px;

	}

}





.clear {

	clear: both;

	height: 0px;

	overflow: hidden;

} /* Used to clear floats without taking up space */







/* FRM */

.frm td, .frm th {

	padding: 7px 0px 7px 0px;

	vertical-align: middle;

	line-height: 22px;

}

.frm th {

	padding-right: 10px;

	text-align: left;

	white-space:nowrap;

}

.frm input[type='text'],.frm input[type='password'], .frm textarea {

	width: 100%;

}

/* EO FRM */





/* FRM2 */

.frm2 th {

	padding: 0 0 3px 0;

	text-align: left;

}

.frm2 td {

	padding : 0 0 13px 0;

}

/* EO FRM2 */



.req {

	color: #CC0000;

} /* required field asterisk color */



.table {



}



.table th, .table-striped > tbody > tr:nth-child(2n+1) > th {

	background: #666;

	color: #FFF;

}



.table th:first-child {

	border-radius: 4px 0 0 0;

}

.table th:last-child {

	border-radius: 0 4px 0 0;

}



.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {

	border-top: 1px solid #EEE;

}







/* BUTTONS */

.btn {

	border-radius: 0;

	font-family: 'Lato', sans-serif;

	font-weight: 700;

	text-transform: uppercase;

	letter-spacing: 3px;

	font-size: 12px;

	padding: 12px;

}

.btn small {

	display: block;

	font-size: 9.5px;

}

.btn.btn-primary {

	background: #004f39;

	border-color: #004f39;

	color: #FFF;

}

.btn.btn-default {

	background: #FFF;

	border-color: #004f39;

}

.blog .btn.btn-default:hover, .blog .btn.btn-default:active, .blog .btn.btn-default:focus, .archive .btn.btn-default:hover, .archive .btn.btn-default:active, .archive .btn.btn-default:focus, .category .btn.btn-default:hover, .category .btn.btn-default:active, .category .btn.btn-default:focus {

	background: #004f39;

	border-color: #004f39;

	color: #FFF;

}

div.btn {

	cursor: default;

}

div.btn.btn-default:hover, div.btn.btn-default:active, div.btn.btn-default:focus, .sidebar .btn.btn-default:hover, .sidebar .btn.btn-default:active, .sidebar .btn.btn-default:focus {

	background: #FFF;

	border-color: #004f39;

	box-shadow: none;

	color: #333;

}

/* USED FOR CUSTOMIZING BUTTON COLORS



	.btn-sample {

	  color: #ffffff;

	  background-color: #611BBD;

	  border-color: #130269;

	}



	.btn-sample:hover, .btn-sample:focus, .btn-sample:active, .btn-sample.active, .open .dropdown-toggle.btn-sample {

	  color: #ffffff;

	  background-color: #49247A;

	  border-color: #130269;

	}



	.btn-sample:active, .btn-sample.active, .open .dropdown-toggle.btn-sample {

	  background-image: none;

	}



	.btn-sample.disabled,

	.btn-sample[disabled],

	fieldset[disabled] .btn-sample,

	.btn-sample.disabled:hover,

	.btn-sample[disabled]:hover,

	fieldset[disabled] .btn-sample:hover,

	.btn-sample.disabled:focus,

	.btn-sample[disabled]:focus,

	fieldset[disabled] .btn-sample:focus,

	.btn-sample.disabled:active,

	.btn-sample[disabled]:active,

	fieldset[disabled] .btn-sample:active,

	.btn-sample.disabled.active,

	.btn-sample[disabled].active,

	fieldset[disabled] .btn-sample.active {

	  background-color: #611BBD;

	  border-color: #130269;

	}



	.btn-sample .badge {

	  color: #611BBD;

	  background-color: #ffffff;

	}

*/





/* EO BUTTONS */













/* columns of same height styles */

.container-xs-height {

    display:table;

    padding-left:0px;

    padding-right:0px;

}

.row-xs-height {

    display:table-row;

}

.col-xs-height {

    display:table-cell;

    float:none;

}

@media (min-width: 768px) {

    .container-sm-height {

        display:table;

        padding-left:0px;

        padding-right:0px;

    }

    .row-sm-height {

        display:table-row;

    }

    .col-sm-height {

        display:table-cell;

        float:none;

    }

}

@media (min-width: 992px) {

    .container-md-height {

        display:table;

        padding-left:0px;

        padding-right:0px;

    }

    .row-md-height {

        display:table-row;

    }

    .col-md-height {

        display:table-cell;

        float:none;

    }

}

@media (min-width: 1200px) {

    .container-lg-height {

        display:table;

        padding-left:0px;

        padding-right:0px;

    }

    .row-lg-height {

        display:table-row;

    }

    .col-lg-height {

        display:table-cell;

        float:none;

    }

}





/* vertical alignment styles */

.col-top {

    vertical-align:top;

}

.col-middle {

    vertical-align:middle;

}

.col-bottom {

    vertical-align:bottom;

}

















/* WIDGETS */



	/* Blog */

		.blog-teasers.widget { margin: 0px; padding: 0px; }

		.blog-teasers.widget h3 { margin: 0 0 4px 0; }

		.blog-teasers.widget p.date { margin: 0 0 4px 0; opacity: 0.6; }

		.blog-teasers.widget ul { margin: 0px; padding: 0px; }

		.blog-teasers.widget li { margin: 0px; /*padding: 0px;*/ list-style-type: none; }

	.blog-teasers.widget p { /*margin: 0;*/ }

		.blog-teasers.widget hr { margin: 12px 0; }







	/* News */

		.news-teasers.widget { margin: 0px; padding: 0px; }

		.news-teasers.widget h3 { margin: 0 0 4px 0; }

		.news-teasers.widget p.date { margin: 0 0 4px 0; opacity: 0.6; }

		.news-teasers.widget h3 { margin: 0 0 4px 0; }		.news-teasers.widget ul { margin: 0px; padding: 0px; }

		.news-teasers.widget li { margin: 0px; padding: 0px; list-style-type: none; }

		.news-teasers.widget p { margin: 0; }

		.news-teasers.widget hr { margin: 12px 0; }



































a.uiLinkSubtle {

	color: #FF9900 !important;

}















.mt0 { margin-top: 0; }		.mt5 { margin-top: 5px; }			.mt10 { margin-top: 10px; }	 		.mt15 { margin-top: 15px; }	  		.mt20 { margin-top: 20px; }	  		.mt25 { margin-top: 25px; }	  		.mt30 { margin-top: 30px; }	 		.mt35 { margin-top: 35px; }	  		.mt40 { margin-top: 40px; }	  		.mt45 { margin-top: 45px; }			.mt50 { margin-top: 50px; }	  		.mt55 { margin-top: 55px; }	 		.mt60 { margin-top: 60px; }			.mt65 { margin-top: 65px; }			.mt70 { margin-top: 70px; }			.mt75 { margin-top: 75px; }	  		.mt80 { margin-top: 80px; }			.mt85 { margin-top: 85px; }			.mt90 { margin-top: 90px; }			.mt95 { margin-top: 95px; }			.mt100 { margin-top: 100px; }			.mt110 { margin-top: 110px; }			.mt115 { margin-top: 115px; }			.mt120 { margin-top: 120px; }			.mt125 { margin-top: 125px; }			.mt130 { margin-top: 130px; }			.mt135 { margin-top: 135px; }			.mt140 { margin-top: 140px; }			.mt145 { margin-top: 145px; }			.mt150 { margin-top: 150px; }			.mt155 { margin-top: 155px; }			.mt160 { margin-top: 160px; }			.mt165 { margin-top: 165px; }			.mt170 { margin-top: 170px; }			.mt175 { margin-top: 175px; }			.mt180 { margin-top: 180px; }			.mt185 { margin-top: 185px; }			.mt190 { margin-top: 190px; }			.mt195 { margin-top: 195px; }

.mb0 { margin-bottom: 0; }		.mb5 { margin-bottom: 5px; }		.mb10 { margin-bottom: 10px; }		.mb15 { margin-bottom: 15px; }		.mb20 { margin-bottom: 20px; }		.mb25 { margin-bottom: 25px; }		.mb30 { margin-bottom: 30px; }		.mb35 { margin-bottom: 35px; }		.mb40 { margin-bottom: 40px; }		.mb45 { margin-bottom: 45px; }		.mb50 { margin-bottom: 50px; }		.mb55 { margin-bottom: 55px; }		.mb60 { margin-bottom: 60px; }		.mb65 { margin-bottom: 65px; }		.mb70 { margin-bottom: 70px; }		.mb75 { margin-bottom: 75px; }		.mb80 { margin-bottom: 80px; }		.mb85 { margin-bottom: 85px; }		.mb90 { margin-bottom: 90px; }		.mb95 { margin-bottom: 95px; }		.mb100 { margin-bottom: 100px; }		.mb110 { margin-bottom: 110px; }		.mb115 { margin-bottom: 115px; }		.mb120 { margin-bottom: 120px; }		.mb125 { margin-bottom: 125px; }		.mb130 { margin-bottom: 130px; }		.mb135 { margin-bottom: 135px; }		.mb140 { margin-bottom: 140px; }		.mb145 { margin-bottom: 145px; }		.mb150 { margin-bottom: 150px; }		.mb155 { margin-bottom: 155px; }		.mb160 { margin-bottom: 160px; }		.mb165 { margin-bottom: 165px; }		.mb170 { margin-bottom: 170px; }		.mb175 { margin-bottom: 175px; }		.mb180 { margin-bottom: 180px; }		.mb185 { margin-bottom: 185px; }		.mb190 { margin-bottom: 190px; }		.mb195 { margin-bottom: 195px; }

.ml5 { margin-left: 10px; }	 		.ml10 { margin-left: 10px; }		.ml15 { margin-left: 15px; }		.ml20 { margin-left: 20px; }		.ml25 { margin-left: 25px; }		.ml30 { margin-left: 30px; }		.ml35 { margin-left: 35px; }		.ml40 { margin-left: 40px; }		.ml45 { margin-left: 45px; }		.ml50 { margin-left: 50px; }		.ml55 { margin-left: 55px; }		.ml60 { margin-left: 60px; }		.ml65 { margin-left: 65px; }		.ml70 { margin-left: 70px; }		.ml75 { margin-left: 75px; }		.ml80 { margin-left: 80px; }		.ml85 { margin-left: 85px; }		.ml90 { margin-left: 90px; }		.ml95 { margin-left: 95px; }		.ml100 { margin-left: 100px; }		.ml110 { margin-left: 110px; }		.ml115 { margin-left: 115px; }		.ml120 { margin-left: 120px; }		.ml125 { margin-left: 125px; }		.ml130 { margin-left: 130px; }		.ml135 { margin-left: 135px; }		.ml140 { margin-left: 140px; }		.ml145 { margin-left: 145px; }		.ml150 { margin-left: 150px; }		.ml155 { margin-left: 155px; }		.ml160 { margin-left: 160px; }		.ml165 { margin-left: 165px; }		.ml170 { margin-left: 170px; }		.ml175 { margin-left: 175px; }		.ml180 { margin-left: 180px; }		.ml185 { margin-left: 185px; }		.ml190 { margin-left: 190px; }		.ml195 { margin-left: 195px; }

.mr5 { margin-right: 5px; }			.mr10 { margin-right: 10px; }		.mr15 { margin-right: 15px; }		.mr20 { margin-right: 20px; }		.mr25 { margin-right: 25px; }		.mr30 { margin-right: 30px; }		.mr35 { margin-right: 35px; }		.mr40 { margin-right: 40px; }		.mr45 { margin-right: 45px; }		.mr50 { margin-right: 50px; }		.mr55 { margin-right: 55px; }		.mr60 { margin-right: 60px; }		.mr65 { margin-right: 65px; }		.mr70 { margin-right: 70px; }		.mr75 { margin-right: 75px; }		.mr80 { margin-right: 80px; }		.mr85 { margin-right: 85px; }		.mr90 { margin-right: 90px; }		.mr95 { margin-right: 95px; }		.mr100 { margin-right: 100px; }		.mr110 { margin-right: 110px; }		.mr115 { margin-right: 115px; }		.mr120 { margin-right: 120px; }		.mr125 { margin-right: 125px; }		.mr130 { margin-right: 130px; }		.mr135 { margin-right: 135px; }		.mr140 { margin-right: 140px; }		.mr145 { margin-right: 145px; }		.mr150 { margin-right: 150px; }		.mr155 { margin-right: 155px; }		.mr160 { margin-right: 160px; }		.mr165 { margin-right: 165px; }		.mr170 { margin-right: 170px; }		.mr175 { margin-right: 175px; }		.mr180 { margin-right: 180px; }		.mr185 { margin-right: 185px; }		.mr190 { margin-right: 190px; }		.mr195 { margin-right: 195px; }





/* XS - Extra Small Device Margins ----------- */

@media screen and (max-device-width : 767px) {

/* Styles */





.mmt5 { margin-top: 5px; } .mmt10 { margin-top: 10px; } .mmt15 { margin-top: 15px; } .mmt20 { margin-top: 20px; } .mmt25 { margin-top: 25px; } .mmt30 { margin-top: 30px; } .mmt35 { margin-top: 35px; } .mmt40 { margin-top: 40px; } .mmt45 { margin-top: 45px; } .mmt50 { margin-top: 50px; } .mmt55 { margin-top: 55px; } .mmt60 { margin-top: 60px; } .mmt65 { margin-top: 65px; } .mmt70 { margin-top: 70px; } .mmt75 { margin-top: 75px; } .mmt80 { margin-top: 80px; } .mmt85 { margin-top: 85px; } .mmt90 { margin-top: 90px; } .mmt95 { margin-top: 95px; } .mmt100 { margin-top: 100px; }



.mmb5 { margin-bottom: 5px; } .mmb10 { margin-bottom: 10px; } .mmb15 { margin-bottom: 15px; } .mmb20 { margin-bottom: 20px; } .mmb25 { margin-bottom: 25px; } .mmb30 { margin-bottom: 30px; } .mmb35 { margin-bottom: 35px; } .mmb40 { margin-bottom: 40px; } .mmb45 { margin-bottom: 45px; } .mmb50 { margin-bottom: 50px; } .mmb55 { margin-bottom: 55px; } .mmb60 { margin-bottom: 60px; } .mmb65 { margin-bottom: 65px; } .mmb70 { margin-bottom: 70px; } .mmb75 { margin-bottom: 75px; } .mmb80 { margin-bottom: 80px; } .mmb85 { margin-bottom: 85px; } .mmb90 { margin-bottom: 90px; } .mmb95 { margin-bottom: 95px; } .mmb100 { margin-bottom: 100px; }



}
