/********************************** GLOBAL ************************************/
 body {
	 font-family:'Calibri', 'Montserrat', sans-serif;
	 color: #373737;
}
 h1, h2 {
	 text-align: center;
}
 a {
	 color: #0D6077;
}
 a:hover {
	 color: #1365A0;
}
 fieldset, form, table {
	 margin: 0;
}
 figure{
	 margin: 0 auto 15px auto;
	 padding: 15px 15px 0 15px;
	 border: 1px solid #ccc;
	 box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	 text-align: center;
}
 figure img{
	 display: block;
	 margin:0 auto;
	 border: 1px solid #ccc;
}
/*********************************** 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 {
	 background: #373737;
}
 #header .logo {
	 max-height: 75px;
	 transition: transform .75s ease;
}
 #header .logo:hover{
	 -moz-transform: scale(1.1,1.1);
	 -webkit-transform: scale(1.1,1.1);
	 transform: scale(1.1,1.1);
}
 .navbar-brand {
	 font-variant: small-caps;
	 letter-spacing:.12rem;
}
 .site-name{
	 padding: .5rem 1rem;
}
/*********************************** NAV **************************************/
 .nav-item.dropdown:hover, li.nav-item.dropdown:focus, .navbar-brand:hover .site-name {
	 background: #292929;
}
 .nav-item{
	 font-size:18px;
}
 .nav-item.dropdown:not(:last-child) {
	 border-right: 1px solid #444;
}
 .dropdown-item{
	 color:#107896;
	 border-bottom: solid 1px #ddd;
}
 .dropdown-item:last-child{
	 border-bottom:0;
}
 .dropdown-item:hover, .dropdown-item:focus {
	 background-color: #16405B;
	 color: #fff;
}
 .dropdown-menu.custom-content {
	 width: 600px;
}
/********************************** 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;
}
 main a:not([class^="carousel"]):not([class^="accordion"]) {
	 position: relative;
	 transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
	 z-index: 1;
}
 main a:not([class^="carousel"]):not([class^="accordion"]):after {
	 content: "";
	 display: block;
	 height: 2px;
	 position: absolute;
	 bottom: 0;
	 right: 0;
	 left: 0;
	 background-color: #1365A0;
	 transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
	 transform-origin: bottom center;
	 z-index: -1;
}
 main a:not([class^="carousel"]):not([class^="accordion"]):hover {
	 text-decoration:none;
	 color: #fff;
}
 main a:not([class^="carousel"]):not([class^="accordion"]):hover:after {
	 right: 0;
	 left: 0;
	 height: 100%;
}
 .breadcrumb{
	 margin: 0 0 15px 0;
	 padding: 0;
	 background:none;
	 border-radius:0;
	 line-height: 1;
}
 .jumbotron{
	 position:relative;
	 background-size: cover;
	 min-height: 250px;
	 margin-bottom:10px;
	 border-radius: 0;
}
 .jumbotron h1{
	 position: absolute;
	 left:0;
	 bottom: 0;
	 width: 100%;
	 margin: 0;
	 padding: .2em 0em .2em .65em;
	 background-color: rgba(75, 81, 88, 0.9);
	 font-size: 2.7em;
	 font-weight: 500;
	 color: #fff;
	 text-align:left;
	 letter-spacing: .15rem;
	 font-variant: small-caps;
}
 .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:not(:last-child){
	 margin-bottom:15px;
}
/***************************** 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 .img-fluid{
	 max-height:185px;
}
 .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;
}
 .carousel-inner .active, .carousel-inner .active+.carousel-item {
	 display: block;
}
 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
	 -webkit-transition: none;
	 transition: none;
}
 .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
	 position: relative;
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
}
 .carousel-inner .active.carousel-item+.carousel-item+.carousel-item {
	 position: absolute;
	 top: 0;
	 right: -50%;
	 display: block;
	 visibility: visible;
}
 .active.carousel-item-left+.carousel-item-next.carousel-item-left, .carousel-item-next.carousel-item-left+.carousel-item {
	 position: relative;
	 -webkit-transform: translate3d(-100%, 0, 0);
	 transform: translate3d(-100%, 0, 0);
	 visibility: visible;
}
 .carousel-inner .carousel-item-prev.carousel-item-right {
	 position: absolute;
	 top: 0;
	 left: 0;
	 display: block;
	 visibility: visible;
}
 .active.carousel-item-right+.carousel-item-prev.carousel-item-right, .carousel-item-prev.carousel-item-right+.carousel-item, .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%;
	 border: 1px solid rgba(0,0,0,.125);
}
 .carousel-caption {
	 position: absolute;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 z-index: 10;
	 padding: 10px;
	 background-color: rgba(75, 81, 88, 0.9);
	 color: #fff;
	 text-align: left;
}
 .carousel-caption h5{
	 margin-bottom:0;
	 font-size:24px;
	 font-weight:bold;
}
 .carousel-caption p{
	 margin-bottom:0;
}
/********************************** CARDS *************************************/
 .card{
	 background:#F8F8F8;
}
 .cards a:hover .card {
	 -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.2);
	 -moz-box-shadow: 0 .25rem .5rem rgba(0,0,0,.2);
	 box-shadow: 0 .25rem .5rem rgba(0,0,0,.2);
}
 .cards a:hover{
	 text-decoration:none;
}
 .card-color{
	 transition: .5s ease;
	 opacity: 1;
}
 .card-color:hover {
	 background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
 .card-color .ico-custom{
	 width: 61px;
	 margin:60px auto !important;
}
 .card-img-top {
	 background-size: cover;
}
 .card-body:empty {
	 display: none;
}
 .card-body{
	 color: #373737;
}
 .card-title{
	 font-weight:300;
	 font-size:1.375em;
	 padding-bottom: 0.5em;
	 text-transform: uppercase;
	 border-bottom: 1px solid #B7B7B7;
}
 .card-footer{
	 position: relative;
	 height: 2.5em;
	 background:inherit;
	 border:0;
}
 .card-link{
	 display: block;
	 position: absolute;
	 bottom: 0;
	 right: 0;
	 width: 2.5em;
	 height: 2.5em;
	 line-height: 2.5em;
	 text-align: center;
	 background: #979797;
	 transition: .5s ease;
	 opacity: 1;
}
 .card-link:hover, .card-link:focus{
	 width: 6.5em;
	 background-color: #373737 !important;
}
/**************************** ACCORDIONS/TABS *********************************/
 .accordion .card-header {
	 padding: 0;
	 background-color:#2E456D;
	 border-bottom: 1px solid #141E37;
	 text-shadow: 1px 1px #141E37;
}
 .accordion .card-header:hover {
	 background-color: #1f2e49;
}
 .accordion .card-header a{
	 color:#fff;
	 font-size: 20px;
}
 .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: "\f13a";
	 float: right;
	 font-family: 'Font Awesome 5 Free';
	 font-weight: 900;
}
 [aria-expanded="true"].accordion-toggle:after {
	 content: "\f139";
}
 .accordion-toggle:hover{
	 text-decoration:none;
}
/*Nested Accordions*/
 .accordion .accordion .accordion-toggle {
	 padding: .5rem 1rem;
	 font-size: 13px;
}
/********************************** 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;
}
/********************************** BUTTONS ***********************************/
 .btn-primary {
	 background-color: #365B72;
	 border-color: #365B72;
	 border-radius:0;
}
 .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	 background-color: #107896;
	 border-color: #365B72;
	 border-radius: 2px;
	 box-shadow: 0 2px 15px 0 rgba(0,0,0,0.35), 0 2px 10px 0 rgba(0,0,0,0.35);
}
 .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	 box-shadow: 0 0 0 0.2rem rgba(16,120,150,.5);
}
 .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	 color: #fff;
	 background-color: #107896;
	 border-color: #365B72;
}
 .btn-primary .badge {
	 color: #365B72;
	 background-color: #ffffff;
}
/********************************** 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: #dc3545 !important;
	 border-color: #dc3545 !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: #bd2130;
	 border-color: #b21f2d;
}
 .clive-submit.active:focus, .clive-submit:active:focus, .clive-submit:focus {
	 box-shadow: 0 0 0 0.2rem rgba(220,53,69,.5);
}
/********************************** FOOTER ************************************/
 .footer {
	 padding: 30px;
	 background: #373737;
	 color:#ddd;
}
 .footer h4 {
	 width: 100%;
	 font-weight:bold;
}
 .footer hr {
	 border-top: 1px solid #000;
}
 .footer a:not(.btn) {
	 color: #fff;
}
 .footer a:not(.btn):hover {
	 color: #fff;
	 text-decoration:underline;
}
 .footer img {
	 display:block;
	 margin:0 auto;
}
 .footer .btn-block{
	 margin:8px 0 18px 0;
}
 .social-links{
	 margin-bottom:15px;
}
 #back-to-top {
	 display: none;
	 position: fixed;
	 bottom: 75px;
	 right: 30px;
	 z-index:99;
	 box-shadow: 0 0 6px #000;
	 border: solid 2px #fff;
}
/***** 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) {

}
/*Large devices (desktops, 992px or less)*/
 @media (max-width: 992px) {
}
/*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) {
	 .carousel-inner .active, .carousel-inner .active+.carousel-item, .carousel-inner .active+.carousel-item+.carousel-item, .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
		 display: block;
		 position: static !important;
	}
	 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item, .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item, .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
		 -webkit-transition: none;
		 transition: none;
	}
	 .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
		 position: relative;
		 -webkit-transform: translate3d(0, 0, 0);
		 transform: translate3d(0, 0, 0);
	}
	 .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		 display: block;
		 position: absolute;
		 top: 0;
		 right: -25%;
		 visibility: visible;
	}
	 .active.carousel-item-left+.carousel-item-next.carousel-item-left, .carousel-item-next.carousel-item-left+.carousel-item, .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item, .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item, .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;
	}
	 .carousel-inner .carousel-item-prev.carousel-item-right {
		 display: block;
		 position: absolute;
		 top: 0;
		 left: 0;
		 visibility: visible;
	}
	 .active.carousel-item-right+.carousel-item-prev.carousel-item-right, .carousel-item-prev.carousel-item-right+.carousel-item, .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item, .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item, .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		 display: block;
		 position: relative;
		 -webkit-transform: translate3d(100%, 0, 0);
		 transform: translate3d(100%, 0, 0);
		 visibility: visible;
	}
}
 