a.txt-white {
    color: #003672 !important;
}
.mt30 {margin-top: 30px}
h1.title {margin-top: 0px;}
a.txt-white:hover {background: none !important; color: #c25806 !important;}

.clear {float: none !important; clear: both !important}
.fleft {float: left;}
.fright {float: right;}
.txt-center {text-align: center;}
.txt-left {text-align: left;}
.row { margin-right: 0;}
.show {display: block;}
.hide {display: none;}
#navbar-mobile {display: none; position: absolute;top: 15px; font-size: 30px; right: 0; color: #003672; cursor: pointer;z-index: 9999}
.mobile-hide {display: block; }
.mobile-show {display: none; }
div.masterTable a {color: #fff}
div.masterTable a:hover {background: none; text-decoration: underline;}
.flexslider .slides img {height: auto !important}
@media (min-width: 768px) {
	.navbar-nav {margin-top: 16px}
}
@media (max-width: 767px) {
	.mobile-hide {display: none !important; }
	.mobile-show, #navbar-mobile {display: block !important; }
	.navbar-right , #navbar-mobile{float: none; clear: both;}

}
.flexslider {box-shadow: 0 1px 4px rgba(0,0,0,0.7)}
.mobile-center {padding: 3px; border: 1px solid #ccc;}
.mobile-center.fright {margin-left: 10px; margin-bottom: 10px}
.mobile-center.fleft {margin-right: 10px; margin-bottom: 10px}
@media (max-width: 600px) {
	img.mobile-center {float: none !important; clear: both; margin: auto; width: 100% !important; margin: 0 0 20px 0 !important ;}
}