/********************************** GLOBAL ************************************/
 body {
	 font-family: 'Open Sans', sans-serif;
}
 h1, h2 {
	 text-align: center;
}
 a {
}
 a:hover {
}
 fieldset, form, table {
	 margin: 0;
}
 figure{
	 text-align: center;
}
 figure img{
	 display: block;
	 margin:0 auto;
}
 blockquote {
	 padding: 30px;
	 margin: 0 0 20px;
	 border: 2px solid #e8eaed;
}
 blockquote:before {
	 content: "\f10d";
	 font-family: "Font Awesome 5 Free";
	 width: 70px;
	 height: 70px;
	 line-height: 70px;
	 text-align: center;
	 border-radius: 50%;
	 color: #3E5B5D;
	 font-size: 30px;
	 background: #fff;
	 border: 2px solid #e8eaed;
	 float: left;
	 margin-right: 10px;
	 font-weight:900;
}
 blockquote .blockquote-footer {
	 color: #686a6d;
}
 figure>figcaption {
	 font-size: 14px;
	 text-align: center;
	 margin-top: 10px;
	 font-style: italic;
	 color: #686a6d;
}
 .callout {
	 padding: 10px 20px;
	 margin: 0 0 20px;
	 font-size: 17.5px;
	 border-left: 5px solid;
}
 .callout h4 {
	 margin-top: 0;
	 margin-bottom: 5px;
}
 .callout p:last-child {
	 margin-bottom: 0;
}
 .callout + .bs-callout {
	 margin-top: -5px;
}
 .callout-default {
	 border-left-color: #eeeeee;
}
/*********************************** TOOLS ************************************/
 .sticky-top {
	 top: 4em;
}
 .side.sticky-top{
	 top: 135px;
}
 .container {
	 max-width: 80%;
}
 .hide{
	 display:none;
}
 .anchor{
	 display: block;
	 height: 120px;
	 margin-top: -120px;
	 visibility: hidden;
}
/********************************** TEMPLATE.MT.GOV ***************************/
/*Amber Alert*/
body.amber-alert .sticky-top{
	top: 112px;
}
body.amber-alert header .logo.tiny {
	top: 50px;
}

/* #template-layout-push {
	 height: 64px;
}
 */
/********************************** HEADER ************************************/
 #header-logo{
	 max-height:38px;
}
 .social-links a{
	 color:#ccc;
}
 .social-links a:hover{
	 color:#999;
}
 .social-links img{
	 display:block;
	 width:24px;
}
 .header {
	 position: relative;
	 background-position:center center;
	 background-repeat:no-repeat;
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	 padding:15px;
}
 .header:before {
	 content: '';
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 box-shadow: 0 4px 6px 0 rgba(0,0,0,0.3) inset;
	 -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.3) inset;
	 -moz-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.3) inset;
}
 .heading .site-name {
	 margin:0;
	 color: #fff;
	 font-size: 36px;
	 font-weight: 500;
	 text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
 .heading .lead {
	 display:block;
	 margin: 0;
	 color: #fff;
	 font-style: italic;
}
/*********************************** NAV **************************************/
 .navbar {
	 padding:0;
	 background: #1A4277;
	 box-shadow: 0 4px 6px 0 rgba(0,0,0,0.3) inset;
	 -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.3) inset;
	 -moz-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.3) inset;
}
 .nav-justified .nav-link {
	 padding: 1rem;
	 font-size:14px;
}
/*Megamenu*/
 li.dropdown.mega-menu-dropdown{
	 position: static;
}
 .mega-menu{
	 font-size:14px;
}
 .mega-menu h4, .mega-menu h5{
	 margin-top:15px;
}
 .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
	 background:#fff;
	 color:#000;
}
/*Responsive*/
 .navbar-dark .navbar-toggler {
	 margin: 10px;
}
/********************************** SEARCH ************************************/
 .gsc-control-cse.gsc-control-cse-en {
	 visibility: hidden;
	 width: 0px;
}
 .gsc-search-box.gsc-search-box-tools {
	 display: none;
}
 .gsc-modal-background-image-visible {
	 visibility: visible;
}
 .gsc-control-cse{
	 padding:0 !important;
}
/*********************************** MAIN *************************************/
 #content-wrapper {
	 padding-top: 100px;
}
 main .row.bg-light {
	 background-color: #dcdcdc !important;
	 width: calc(100% + 6rem);
	 margin-left: -3rem;
	 padding: 15px;
}
 .jumbotron{
	 position:relative;
	 height:125px;
	 margin:0;
	 border-top: 1px solid #777;
	 border-radius:0;
	 color:#fff;
	 font-size: 36px;
	 font-weight: 500;
	 text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
 .jumbotron:before {
	 content: '';
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 background: linear-gradient(145deg, rgba(26,66,119,1) 0%, rgba(26,66,119,0) 100%);
}
 .jumbotron h1{
	 z-index:99;
}
 .frame {
	 width: 50%;
	 margin: 0 auto 15px auto;
	 padding: 15px 15px 0 15px;
	 border: 1px solid #ccc;
	 text-align: center;
}
 .frame .portrait {
	 display: block;
	 width: 100%;
	 border: 1px solid #ccc;
}
/***************************** WIDGETS ******************************************/
 .content-block{
	 margin-bottom:30px;
}
 .publication {
	 font-size: .9em;
}
 .publication img {
	 height: 125px;
	 width: 100px;
	 object-fit: cover;
	 object-position: left;
}
 .publication h6 {
	 font-weight: bold;
}
 .publication a {
	 color: #000;
}
/***************************** TILES ******************************************/
 .tile {
	 position: relative;
	 float: left;
	 width: 100%;
	 height: 100%;
	 overflow: hidden;
	 background: #335455;
	 border:1px solid #ddd;
	 text-align: center;
	 cursor: default;
}
 .tile img {
	 display: block;
	 position: relative;
	 width: calc(100% + 20px);
	 max-width: none;
	 max-height: 400px;
	 backface-visibility: hidden;
	 object-fit: cover;
}
 .tile .overlay {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 padding: 40% 15px 15px 15px;
	 overflow: hidden;
}
 .tile h2 {
	 position: relative;
	 margin-bottom: 0;
	 padding:0;
	 overflow: hidden;
	 background-color: rgba(26,59,60,0.75);
	 text-transform: uppercase;
	 font-size:24px;
	 text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	 text-align: center;
	 color: #fff;
}
 .tile p {
	 padding: 0 0 5px 0;
	 background-color: rgba(26,59,60, 0.75);
	 color: #fff;
}
 .hovereffect img {
	 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	 transition: opacity 0.35s, transform 0.35s;
	 -webkit-transform: translate3d(-10px,0,0);
	 transform: translate3d(-10px,0,0);
	 -webkit-backface-visibility: hidden;
}
 .hovereffect:hover img {
	 opacity: 0.4;
	 filter: alpha(opacity=40);
	 -webkit-transform: translate3d(0,0,0);
	 transform: translate3d(0,0,0);
}
 .hovereffect h2{
	 padding:10px 0;
}
 .hovereffect h2:after {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 2px;
	 background: #43A03F;
	 content: '';
	 -webkit-transition: -webkit-transform 0.35s;
	 transition: transform 0.35s;
	 -webkit-transform: translate3d(-100%,0,0);
	 transform: translate3d(-100%,0,0);
}
 .hovereffect:hover h2:after {
	 -webkit-transform: translate3d(0,0,0);
	 transform: translate3d(0,0,0);
}
 .hovereffect p {
	 background-color: transparent;
	 opacity: 0;
	 filter: alpha(opacity=0);
	 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	 transition: opacity 0.35s, transform 0.35s;
	 -webkit-transform: translate3d(100%,0,0);
	 transform: translate3d(100%,0,0);
}
 .hovereffect:hover p {
	 opacity: 1;
	 filter: alpha(opacity=100);
	 -webkit-transform: translate3d(0,0,0);
	 transform: translate3d(0,0,0);
}
/******************************** TILE CAROUSEL *******************************/
 .tile-carousel .carousel-item {
	 margin-right: 0px;
	 transition: -webkit-transform 0.6s ease;
	 transition: transform 0.6s ease;
	 transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
 .tile-carousel .carousel-inner .active, .tile-carousel .carousel-inner .active+.carousel-item {
	 display: block;
}
 .tile-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .tile-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
	 -webkit-transition: none;
	 transition: none;
}
 .tile-carousel .carousel-inner .carousel-item-next, .tile-carousel .carousel-inner .carousel-item-prev {
	 position: relative;
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
}
 .tile-carousel .carousel-inner .active.carousel-item+.carousel-item+.carousel-item {
	 position: absolute;
	 top: 0;
	 right: -50%;
	 display: block;
	 visibility: visible;
}
 .tile-carousel .active.carousel-item-left+.carousel-item-next.carousel-item-left, .tile-carousel .carousel-item-next.carousel-item-left+.carousel-item {
	 position: relative;
	 -webkit-transform: translate3d(-100%, 0, 0);
	 transform: translate3d(-100%, 0, 0);
	 visibility: visible;
}
 .tile-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
	 position: absolute;
	 top: 0;
	 left: 0;
	 display: block;
	 visibility: visible;
}
 .tile-carousel .active.carousel-item-right+.carousel-item-prev.carousel-item-right, .tile-carousel .carousel-item-prev.carousel-item-right+.carousel-item, .tile-carousel .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item {
	 position: relative;
	 -webkit-transform: translate3d(100%, 0, 0);
	 transform: translate3d(100%, 0, 0);
	 visibility: visible;
	 display: block;
}
/********************************* CAROUSEL ***********************************/
 .carousel {
	 width: 100%;
	 box-shadow: 0 0 4px rgba(0,0,0,.6);
	 -webkit-box-shadow: 0 0 4px rgba(0,0,0,.6);
	 -moz-box-shadow: 0 0 4px rgba(0,0,0,.6);
}
 .carousel-caption{
	 position:absolute;
	 top:0;
	 bottom:0;
	 left:55%;
	 width:30%;
	 background-color:rgba(0,0,0,0.70);
	 padding:15px;
}
 .carousel-caption h5{
	 margin-bottom:15px;
	 padding-bottom:15px;
	 border-bottom:1px solid #fff;
	 font-size: 22px;
	 color:#fff;
	 animation-delay: 1s;
}
 .carousel-caption p {
	 animation-delay: 2s;
}
 .carousel-caption button {
	 animation-delay: 2s;
}
/********************************** CARDS *************************************/
 .card-img-top {
	 background-size: cover;
}
 .cards a:hover .card {
	 background-color: #f5f5f5;
}
 .cards a:hover{
	 text-decoration:none;
}
 .card-body:empty {
	 display: none;
}
 .card-title{
	 font-weight:bold;
	 text-align:center;
}
/*Horizontal Card*/
 .card-horizontal {
	 display: flex;
	 flex: 1 1 auto;
}
 .card-horizontal img{
	max-width: 100%;
    height: auto;
}
 .card-horizontal .card-title{
	 text-align:left;
}
 .card-horizontal .card-text{
	 font-size: 14px;
}
/**************************** ACCORDIONS/TABS *********************************/
 .accordion .card-header {
	 padding: 0;
}
 .accordion .card-header:hover {
}
 .accordion .card{
	 border-radius: 0;
}
 .nav-tabs {
	 display:none;
}
 .tab-content{
	 padding: 30px;
}
 .accordion-toggle{
	 display:block;
	 padding: .75rem 1.25rem;
	 text-decoration:none;
}
 .accordion-toggle:after {
	 content: "\f078";
	 float: right;
	 font-family: 'Font Awesome 5 Free';
	 font-weight: 900;
}
 [aria-expanded="true"].accordion-toggle:after {
	 content: "\f054";
}
 .accordion-toggle:hover{
	 text-decoration:none;
}
/*Nested Accordions*/
 .accordion .accordion .accordion-toggle {
	 padding: .5rem 1rem;
	 font-size: 13px;
}
/*FAQ*/
 .accordion.faq .card{
	 border-left:0;
	 border-right:0;
}
 .accordion.faq .card-header{
	 position: relative;
	 background:none;
	 border-bottom: 0;
	 font-weight:bold;
}
 .accordion.faq .card-header span{
	 padding-left:30px;
	 display:inline-block 
}
 .accordion.faq .accordion-toggle:before {
	 content: "\f054";
	 display: block;
	 position: absolute;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -moz-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 font-family: 'Font Awesome 5 Free';
	 font-weight: 900;
}
 .accordion.faq [aria-expanded="true"].accordion-toggle:before {
	 content: "\f078";
}
 .accordion.faq .accordion-toggle:after {
	 display:none;
}
 .accordion.faq .accordion-toggle span:hover {
	 text-decoration: underline;
}
 .accordion.faq .card-body{
	 padding-left:50px;
	 padding-right:50px;
}
/********************************** SIDE NAV **********************************/
 .list-group{
	 border-radius: 0;
}
 .list-group a{
	 background-color: #557677;
	 color: #fff;
}
 .list-group-item.active {
	 color: #3E5B5D;
	 background-color: #fff;
	 border-color: #3E5B5D;
}
 .list-group-item-action:active {
	 color: #212529;
	 background-color: #e9ecef;
}
 .list-group-item-action:focus, .list-group-item-action:hover {
	 color: #fff;
	 background-color: #3E5B5D;
}
/********************************** CONTACT **********************************/
 .clive-field-wrapper:nth-child(-n+5){
	 width: 48%;
	 float: left;
}
 .clive-field-wrapper:nth-child(3), .clive-field-wrapper:nth-child(5){
	 float: right;
}
 .clive-field select{
	 height:40px !important;
}
 .clive-field-wrapper:nth-child(6){
	 clear:both;
}
 .clive-field textarea{
	 min-height: 150px;
}
 .g-recaptcha div:first-child{
	 margin:15px auto;
}
 .clive-submit{
	 display: block !important;
	 width: auto !important;
	 margin: 0 auto;
	 align-content: space-around;
	 color: #fff;
	 background-color: #007bff !important;
	 border-color: #007bff !important;
	 font-weight: 400;
	 text-align: center;
	 white-space: nowrap;
	 vertical-align: middle;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
	 border: 1px solid transparent !important;
	 padding: .375rem .75rem !important;
	 font-size: 1rem !important;
	 line-height: 1.5;
	 border-radius: .25rem !important;
	 transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 .clive-submit:hover, .clive-submit:focus {
	 color: #fff;
	 background-color: #0069d9 !important;
	 border-color: #0062cc !important;
}
 .clive-submit.active:focus, .clive-submit:active:focus, .clive-submit:focus {
	 box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5) !important;
}
/********************************** FOOTER ************************************/
 .footer {
	 padding: 30px;
	 background: #EFEFEF;
	 border-top:1px solid #ccc;
	 color: #6F6F71;
}
 .footer h4 {
	 width: 100%;
	 margin-top:15px;
	 padding-bottom: 5px;
	 border-bottom: 1px solid #ccc;
	 font-size:18px;
}
.footer h4 .btn{
	margin-top: -3px;
	line-height:1;
}
.footer h5, .footer h6{
    font-weight:bold;
}
.footer .btn{
    margin-top: -3px;
}
 .footer hr {
	 border-top: 1px solid #ccc;
}
 .footer img {
	 display:block;
	 margin:0 auto;
}
 #social img{
	 width:24px;
}
 #back-to-top {
	 position: fixed;
	 bottom: 79px;
	 right: 15px;
	 display: none;
	 z-index:99;
}
/***** LOADING ICON ****/
 .loader {
	 display: inline-block;
	 margin-top: 20px;
	 font-size: 150px;
	 width: 100%;
	 color: 051C2C;
	 text-align: center;
	 -webkit-animation-name: beat;
	 animation-name: beat;
	 -webkit-animation-iteration-count: infinite;
	 animation-iteration-count: infinite;
	 -webkit-animation-duration: 2.5s;
	 animation-duration: 2.5s;
}
 @-webkit-keyframes beat {
	 0% {
		 -webkit-transform: scale(1);
		 transform: scale(1);
	}
	 5% {
		 -webkit-transform: scale(1.05);
		 transform: scale(1.05);
	}
	 10% {
		 -webkit-transform: scale(1);
		 transform: scale(1);
	}
	 25% {
		 -webkit-transform: scale(1);
		 transform: scale(1);
	}
	 30% {
		 -webkit-transform: scale(1.05);
		 transform: scale(1.05);
	}
	 40% {
		 -webkit-transform: scale(1);
		 transform: scale(1) 
	}
	 50% {
		 -webkit-transform: rotate(360deg);
		 transform: rotate(360deg);
	}
}
 @keyframes beat {
	 0% {
		 -webkit-transform: scale(1);
		 transform: scale(1);
	}
	 5% {
		 -webkit-transform: scale(1.05);
		 transform: scale(1.05);
	}
	 10% {
		 -webkit-transform: scale(1);
		 transform: scale(1);
	}
	 25% {
		 -webkit-transform: scale(1);
		 transform: scale(1);
	}
	 30% {
		 -webkit-transform: scale(1.05);
		 transform: scale(1.05);
	}
	 40% {
		 -webkit-transform: scale(1);
		 transform: scale(1) 
	}
	 50% {
		 -webkit-transform: rotate(360deg);
		 transform: rotate(360deg);
	}
}
/******************************** RESPONSIVE **********************************/
/*Extra large devices (large desktops, 1200px or less)*/
 @media (max-width: 1200px) {
	 header .logo {
		 top: -50px;
		 width: 100px;
	}
	 header .logo.tiny {
		 display: none;
	}
	 .heading {
		 padding-top: 55px;
	}
	 #header-logo{
		 margin:0 auto;
	}
	.carousel-caption{
		 left: 30%;
		 width: 75%;
	}
}
/*Large devices (desktops, 992px or less)*/
 @media (max-width: 992px) {
	 .carousel-caption{
		 position: relative;
		 top: 0;
		 bottom: 0;
		 left: 0;
		 width: 100%;
	}
}
/*Medium devices (tablets, 768px or less)*/
 @media (max-width: 768px) {
	 #content-wrapper {
		 padding-top: 60px;
	}
	 .sticky-top {
		 top: 0;
	}
	 .navbar-nav .nav-link {
		 text-align: center;
	}
	 .navbar .form-inline .input-group {
		 margin: 0 auto;
	}
	 #back-to-top {
		 bottom: 15px;
	}
	 .container {
		 max-width: 100%;
	}
	 .tab-content > .tab-pane {
		 display: block !important;
		 opacity: 1;
	}
	 .clive-field-wrapper:nth-child(-n+5){
		 width: 100%;
		 float: none;
	}
	 .footer [class^="col-"]{
		 margin-bottom:15px;
	}
}
/*Medium devices (tablets, 768px or more)*/
 @media (min-width: 768px) {
	 .navbar .nav-link.hover ~ .dropdown-menu {
		 display: none;
		 margin-top: 0;
	}
	 .navbar .nav-link.hover:hover ~ .dropdown-menu, .navbar .nav-link.hover ~ .dropdown-menu:hover {
		 display: block;
	}
	 .dropdown-item.dropdown-toggle.hover ~ .dropdown-menu {
		 display: none;
	}
	 .navbar .dropdown-item.dropdown-toggle.hover:hover ~ .dropdown-menu, .navbar .dropdown-item.dropdown-toggle.hover ~ .dropdown-menu:hover {
		 display: block;
	}
	/*Tabs To Accordions*/
	 .nav-tabs {
		 display: flex;
	}
	 .tab-content .card {
		 border: none;
	}
	 .tab-content .card .card-header {
		 display:none;
	}
	 .tab-content .card .collapse{
		 display:block;
	}
}
/*Large devices (desktops, 992px or more)*/
 @media screen and (min-width: 992px) {
	 .tile-carousel .carousel-inner .active, .tile-carousel .carousel-inner .active+.carousel-item, .tile-carousel .carousel-inner .active+.carousel-item+.carousel-item, .tile-carousel .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
		 display: block;
		 position: static !important;
	}
	 .tile-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .tile-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item, .tile-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item, .tile-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
		 -webkit-transition: none;
		 transition: none;
	}
	 .tile-carousel .carousel-inner .carousel-item-next, .tile-carousel .carousel-inner .carousel-item-prev {
		 position: relative;
		 -webkit-transform: translate3d(0, 0, 0);
		 transform: translate3d(0, 0, 0);
	}
	 .tile-carousel .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		 position: absolute;
		 top: 0;
		 right: -25%;
		 display: block;
		 visibility: visible;
	}
	 .tile-carousel .active.carousel-item-left+.carousel-item-next.carousel-item-left, .tile-carousel .carousel-item-next.carousel-item-left+.carousel-item, .tile-carousel .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item, .tile-carousel .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item, .tile-carousel .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		 position: relative;
		 -webkit-transform: translate3d(-100%, 0, 0);
		 transform: translate3d(-100%, 0, 0);
		 visibility: visible;
	}
	 .tile-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
		 position: absolute;
		 top: 0;
		 left: 0;
		 display: block;
		 visibility: visible;
	}
	 .tile-carousel .active.carousel-item-right+.carousel-item-prev.carousel-item-right, .tile-carousel .carousel-item-prev.carousel-item-right+.carousel-item, .tile-carousel .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item, .tile-carousel .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item, .tile-carousel .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		 position: relative;
		 -webkit-transform: translate3d(100%, 0, 0);
		 transform: translate3d(100%, 0, 0);
		 visibility: visible;
		 display: block;
	}
}
/* ~~ Career Label ~~ 
1) label has a white background with a 30% transparency with padding and height set to font size in a block display.
*/
.car-ban {
	height:auto;
	width:100%;
	padding:0;
	margin:0;
	float:left;
	background-color:#fff;
}
.car-row {
	background-color:#d3d8ae;
	margin:0;
	padding:0;
}
.car-row1 {
	background-color:#829118;
	margin:0;
	padding:0;
}
.carhead {
	font-size: 2em !important;
	margin:0;
	paddding:0;
	display:block;
	line-height:.25 !important;
}
.carhead2 {
	font-size: 18px !important;
	margin:0;
	paddding:0;
	display:block;
	line-height:.25 !important;
}
.promo-head {
	font-size: 18px !important;
	color:#000;
	margin:0;
	paddding:5px 0 0 0;
	line-height:1 !important;
}
.carlab {
	padding:1em;
	height:auto;
	width:98%;
}
.carlab ul {
	position: relative;
	bottom:35px;
}
.carlab a:hover, .carlab a:visited {
	text-decoration:none;
	color:#fff !important;
}
.car-label {
	background-color: rgba(255,255,255,.3);
	padding:.75em;
	height:5em;
	margin-left: 1em;
}
.car-label h2 {
	padding: .5em 0 .5em 1.25em;
	margin: 0;
	font-size: 1.75em;
	color: #333;
	text-shadow: 1px 1px 1px #fff;
}
.carlab-label {
	background-color:#829118;
	border-top:2.5px solid #fff;
	border-bottom:2.5px solid #fff;
}
.carlab-label a {
	margin:0;
	padding:0;
	color:#fff;
}
.carlab-label a:hover {
	text-decoration: none;
}
.carlab-label a:visited {
	text-decoration: none;
	color:#fff !important;
}
.carlab-label h1 {
	padding: .75em 0 .75em 1.25em;
	margin: 0;
	font-size: 1.1em;
	color: #fff !important;
	text-shadow: 1px 1px 1px #333;
	text-transform:uppercase;
}
.carlab-label2 {
	background-color:#829118;
	position: relative;
	top:10px;
	left:40%;
	height:30px;
	display:block;
	width:60%;
}
.carlab-label2 h1 {
	padding: .75em 0;
	margin: 0;
	font-size: 1.1em;
	color: #fff !important;
	text-shadow: 1px 1px 1px #333;
	text-transform:uppercase;
	position:absolute;
	left:28%;
}
.carlab-label3 {
	background-color:#1A4277;
}
.carlab-label3 h1 {
	padding: .75em 0 .75em 1.25em;
	margin: 0;
	font-size: 1.1em;
	color: #fff !important;
	text-shadow: 1px 1px 1px #333;
	text-transform:uppercase;
}
.carlab2-label {
	background-color:#bdb76b;
	padding:1em;
	height:auto;
	width:100%;
	margin: 0 1em;
}
.carlabsub-label {
	background-color: rgba(0,0,0,.7);
	padding:0.25em 0.5em;
	height:1.5em;
	width: 100%;	
	margin: 0;
	text-transform:uppercase;
	color:#fff !important;
	text-shadow: 1px 1px 1px #333;
	position: relative;
	bottom:40px;
	font-size:1.45em;
	font-stretch:condensed;
}
.car-img {
	height:auto;
	width:100%;
	padding:0;
	margin:0;
}
.car1-img {
	height:50px;
	width:auto;
	padding:.75em .5em .75em 0;
	margin:0;
	float:left;
}
.car2-img {
	height:50px;
	width:auto;
	padding:.75em 0;
	margin:0;
}
.car3-img {
	height:20px;
	width:auto;
	padding:.0;
	margin:0;
	position:absolute;
	top:5px;
	left:5px;
}
.car4-img {
	height:150px;
	width:116px;
	padding:5px 0 0 0;
	margin:0;
}
/* ~~ MCIS Login ~~ */
.login-iframe {
	width:235px;
	background-color:#003c74;
	padding:5px;
	height:100%;
}
.login-label {
	float:left;
	padding:3px 0;
	color:#fff;
	font-size: 13px/1.5;
}
.login-field {
	float:right;
	padding:0 0 5px 0;
}
.login-field  input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:5px; border:0px;
	width:140px;
}
.login-button {
	float:right;
	padding:3px;
}
.login-button input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	border:0px;
	width:75px;
	background-color:#e7efff;
	color:#000;cursor:pointer;
}
.login-clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
.otherlinks {
    font-size: 10px;
    color: #fff;
}
/* unvisited link */
a.mtcistxt:link {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
/* visited link */
a.mtcistxt:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
/* mouse over link */
a.mtcistxt:hover {
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}
/* selected link */
a.mtcistxt:active {
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}
 