 
/********************************** GLOBAL ************************************/
 body {
	 font-family: 'Open Sans', sans-serif;
}
h1{
    padding-top:30px;
}
 h1, h2, h3 {
	 text-align: center;
	 color:#000;
}

 h5, h6{
	 color:#000;
}
 a {
    color: #0063CC;
    text-decoration: underline;
    overflow-wrap: break-word;
}
 a:hover, a:focus-visible {
     outline: 1px solid #00346B;
     outline-offset: 4px;
     color: #00346B;
}
.btn-primary{
    background-color: #0063CC;
    border: 3px solid #0063CC;
    color: #fff;
}
.btn-primary:hover, .footer .btn-primary:focus-visible {
    text-decoration: underline;
    outline: 1px solid #00346B;
    outline-offset: 4px;
}

iframe {
    max-width: 100%;
}

 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;
}
 blockquote:not(.fb-xfbml-parse-ignore) {
	 padding: 30px;
	 margin: 0 0 20px;
	 border: 2px solid #e8eaed;
}
 blockquote:not(.fb-xfbml-parse-ignore):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:not(.fb-xfbml-parse-ignore) .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;
}
 .table .thead-dark th {
	 background-color: #000;
	 border-color: #000;
}
/********************************** SKIP-TO-LINKS *****************************/
 #skip-links a {
     order: 0;
     color: #000;
     display: inline-block;
     left: -9999px;
     list-style: none;
     opacity: 0;
     padding-top: .4rem;
     pointer-events: none;
     position: absolute;
     z-index: 99999;
     text-transform: capitalize;
     text-decoration: underline;
     margin-top: 2px;
     font-size: 18px;
     font-weight: 600;
}
 #skip-links a:focus-visible {
     left: 50%;
     transform: translateX(-50%);
     opacity: 1;
     background-color: #fff;
     color: #000;
     margin-top: 1.5rem;
     z-index: 100002;
     outline: 2px solid #000;
     outline-offset: 2px;
}
/*********************************** 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;
}
 .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;
}
.highlight{
    margin:0 0 15px 15px;
    padding:15px;
    background-color: #eee;
    border:1px solid #ccc;
}
    
.row-heading {
    padding-top: 30px;
}
/********************************** 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{
	 position:relative;
	 min-height: 150px;
	 margin-bottom: 0;
	 padding:2em;
	 background: no-repeat center center;
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	 border-radius: 0;
}
 #header::after {
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 z-index:1;
	 background: rgba(0,0,0,0.75);
}
 #header .inner{
	 position: relative;
	 top: 0;
	 left: 0;
	 z-index:100;
}
 #header .logo {
	 max-width: 225px;
}
 #header .logo.tiny {
	 position: fixed;
	 top: 5px;
	 left: 50%;
	 width: 60px;
	 transform: translate(-50%, 0);
	 transition: all 0.4s ease-in-out 0s;
}
.remove-on-scroll {
    opacity: 0;
    visibility: hidden;
}
 #header .inner h1 {
	 color: #091C2A;
	 font-weight: 600;
	 text-transform: uppercase;
	 text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
 #header .inner .lead {
	 font-size: 1.7rem;
	 font-style: italic;
}
#header a {
    display: block;
}
#header a:focus-visible, #header a:hover {
    outline: 1px solid #ffffff;
}
/*********************************** NAV **************************************/
 .navbar {
	 background: #000;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}
 .navbar-nav .nav-link {
	 font-weight: bold;
}
 .navbar-nav .nav-link:hover,  .navbar-nav .nav-link:focus-visible {
     outline: 1px solid #ffffff;
     color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:focus-visible, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
}

/*Dropdown*/
 .dropdown-menu {
	 margin: .5rem 0 0;
	 border-radius: 0;
	 background-color: #000;
}
.dropdown-menu[data-bs-popper] {
    margin-top: 0.45rem;
}
 .dropdown-item{
	 padding: .75rem 1.0rem;
	 font-size: 15px;
	 color: #fff;
}
 .dropdown-item:focus, .dropdown-item:hover, .dropdown-item:focus-visible {
	 background:transparent;
	 color:#fff;
	 outline: 1px solid #ffffff !important;
	 outline-offset: -2.5px;
}

.dropdown-item.active {
    background:transparent;
	color:#fff;
    outline: 1px solid transparent;
    outline-offset: -2.5px;
}

/*Open on Hover instead of Click .dropdown:hover>.dropdown-menu {
	 display: block;
}
 */
/*Megamenu Full Width Menus*/
/* li.dropdown{
	 position: static;
}
 .mega-menu{
	 font-size:14px;
}
 .mega-menu h4, .mega-menu h5{
	 margin-top:15px;
}
 */
/*********************************** MAIN *************************************/
 #content-wrapper {
	 padding-top: 100px;
}
 main .row{
	 padding: 12px 0;
}
 main .row.bg-light {
	 background-color: #dcdcdc !important;
	 width: calc(100% + 6rem);
	 margin-left: -3rem;
	 padding: 15px;
}
 .side.right{
	 padding:20px;
	 background:rgba(0,0,0,0.1);
	 -webkit-border-top-left-radius: 2em;
	 -webkit-border-bottom-right-radius: 2em;
	 -moz-border-radius-topleft: 2em;
	 -moz-border-radius-bottomright: 2em;
	 border-top-left-radius: 2em;
	 border-bottom-right-radius: 2em;
}
 .side.right blockquote:not(.fb-xfbml-parse-ignore) {
	 padding: 15px;
	 margin: 0 0 15px;
	 border: 2px solid #fff;
}
/***************************** WIDGETS ******************************************/
 .content-block:not(:last-child){
	 margin-bottom:30px;
}
/***************************** TILES ******************************************/
 .hovereffect {
	 width: 100%;
	 height: 100%;
	 float: left;
	 overflow: hidden;
	 position: relative;
	 text-align: center;
	 cursor: default;
	 background: #000;
}
 .hovereffect .overlay {
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 overflow: hidden;
	 top: 0;
	 left: 0;
	 padding: 150px 20px 20px 20px;
}
 .hovereffect img {
	 display: block;
	 position: relative;
	 object-fit: cover;
	 max-width: none;
	 max-height: 400px;
	 width: calc(100% + 20px);
	 -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;
	 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 {
	 position: relative;
	 overflow: hidden;
	 padding: 0.5em 0;
	 background-color: rgba(111,135,163, 0.75);
	 text-transform: uppercase;
	 color: #fff;
	 text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	 text-align: center;
}
 .hovereffect h2:after {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 2px;
	 background: #E74f3d;
	 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 {
	 color: #fff;
	 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);
}
/********************************* CAROUSEL ***********************************/
 .carousel {
     width: calc(80vw - 3remx);
     margin:0;
}
 .carousel-inner {
     display: flex;
     max-height: 500px;
}
 .carousel-heading {
     margin-bottom: 0;
     padding: 13px;
     color: #fff;
     font-size: 28px;
     font-weight: bold;
     text-transform: uppercase;
     animation-delay: 1s;
}
a .carousel-heading {
    text-decoration: underline;
}
a .carousel-heading:hover, a .carousel-heading:focus-visible {
    color: #5CABFF !important;;
}
 .carousel-caption {
     position: absolute;
     width: 26%;
     top: 0;
     bottom: 0;
     left: 55%;
}
 .carousel-caption .caption-background {
     background-color: #363636;
     padding: 10px;
}
 .carousel a {
     text-decoration: none;
     width: 100%;
     display: block;
}
 .carousel a:hover {
     color: #5CABFF !important;
     outline: 1px solid #ffffff;
}
 .carousel a:focus-visible {
     outline: 3px solid rgb(255, 255, 255);
     color: #5CABFF !important;
}
.carousel a:focus-visible .carousel-heading {
    color: #5CABFF;
}

 .carousel-caption .carousel-text {
     color: #51C9FF;
     white-space: normal;
     width: 88%;
     overflow: hidden;
     text-overflow: ellipsis !important;
     display: -webkit-box;
     -webkit-line-clamp: 6;
     -webkit-box-orient: vertical;
     font-size: 24px;
     font-weight: bold;
     margin: -.5rem 8px 13px 14px;
     animation-delay: 1.5s;
     text-decoration: none !important;
     align-items: center;
}
 a .carousel-caption:hover .carousel-heading, a .carousel-caption:hover .carousel-text {
     color: #24BAFF !important;
}
 .carousel-caption button {
     animation-delay: 2s;
}
 button.carousel-pause-start-button {
     left: 0;
     position: absolute;
     z-index: 100;
     top: 0;
}
button.carousel-pause-start-button:hover {
    outline: 3px solid #000;
}
 .carousel-inner .carousel-pause-start-button {
     left: 0;
     position: absolute;
     top: 0;
     z-index: 100;
}
 .carousel:focus-visible {
     outline: 4px solid rgb(0, 0, 0);
     margin: 7px;
}
 .carousel-inner button:focus-visible {
    outline: 5px solid rgba(255, 255, 255, 1);
    outline-offset: 10px;
}
/*.carousel button:focus-visible {*/
/*    outline: 3px solid #000;*/
/*    outline-offset: -1px;*/
/*}*/

.carousel button:focus-visible {
    outline: 3px solid #000;
    outline-offset: -1px;
}
 .carousel-indicators button: hover {
    outline: 5px solid rgba(255, 255, 255, 1);
    outline-offset: 10px;
}
.carousel-inner button span {
    outline: 2.5px solid rgba(255, 255, 255, 1);
    outline-offset: 1px;
    background-color: #363636;
    opacity: 1;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-prev {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}
.carousel-control-next {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}
.carousel-inner button span:hover .carousel-control-prev-icon {
    color: white;
    font-weight: bold;
    background-color: #000;
}
.carousel-inner button span:hover .carousel-control-next-icon {
    color: white;
    font-weight: bold;
    background-color: #000;
}
.carousel-inner button span:hover, .carousel-inner button span:focus-visible {
    outline: 5px solid rgba(255, 255, 255, 1);
    outline-offset: 1px;
    background-color: #000;
    opacity: 1;
}

.carousel button:focus-visible .carousel-inner button span {
    background-color: #000;
    opacity: 1;
}

/*** Carousel with one slide ***/

#carousel-no-rotation {
     width: calc(80vw - 3remx);
     margin:0;
     position: relative;
} 

#carousel-no-rotation .carousel-inner {
     display: flex;
     max-height: 500px;
}
#carousel-no-rotation .carousel-heading {
     margin-bottom: 0;
     padding: 13px;
     color: #fff;
     font-size: 28px;
     font-weight: bold;
     text-transform: uppercase;
     animation-delay: 1s;
}
#carousel-no-rotation a .carousel-heading {
    text-decoration: underline;
}
#carousel-no-rotation a {
     text-decoration: underline;
     width: 100%;
     display: block;
}
 #carousel-no-rotation a:hover {
     color: #5CABFF !important;
     outline: 1px solid #ffffff;
}
 #carousel-no-rotation a:focus-visible {
     outline: 3px solid rgb(255, 255, 255);
     color: #5CABFF !important;
}
 #carousel-no-rotation a:focus-visible .carousel-heading {
     color: #5CABFF;
}
#carousel-no-rotation .carousel-caption {
     position: absolute;
     width: 26%;
     top: 0;
     bottom: 0;
     left: 55%;
}
#carousel-no-rotation .carousel-caption .caption-background {
     background-color: #363636;
     padding: 10px;
}
#carousel-no-rotation .carousel a {
     text-decoration: none;
     width: 100%;
     display: block;
}
#carousel-no-rotation .carousel a:hover {
     color: #5CABFF !important;
     outline: 1px solid #ffffff;
}
#carousel-no-rotation .carousel a:focus-visible {
     outline: 3px solid rgb(255, 255, 255);
     color: #5CABFF !important;
}
#carousel-no-rotation .carousel a:focus-visible .carousel-heading {
    color: #5CABFF;
}

#carousel-no-rotation .carousel-caption .carousel-text {
     color: #51C9FF;
     white-space: normal;
     width: 88%;
     overflow: hidden;
     text-overflow: ellipsis !important;
     display: -webkit-box;
     -webkit-line-clamp: 6;
     -webkit-box-orient: vertical;
     font-size: 24px;
     font-weight: bold;
     margin: -.5rem 8px 13px 14px;
     animation-delay: 1.5s;
     text-decoration: none !important;
     align-items: center;
}
#carousel-no-rotation a .carousel-caption:hover .carousel-heading, #carousel-no-rotation a .carousel-caption:hover .carousel-text {
     color: #24BAFF !important;
}
#carousel-no-rotation .carousel-caption button {
     animation-delay: 2s;
}

/********************************** CARDS *************************************/
 .card-img-top {
	 background-size: cover;
}

 .cards a .card {
    background-color: #E3E3E3;
    color: #00346B;
    border: 1px solid #A8A8A8;
    position: relative;
    min-height: 300px;
}

.cards a {
    display: block;
}

 .cards a .card:hover, .cards a .card:focus-visible {
     background-color: #BFBFBF;
     border-color: #BFBFBF;
     color: #002142;
}
.cards a:hover, .cards a:focus-visible {
    color: #002142;
    outline: 2px solid #00346B;
    outline-offset: 3px;
}

.cards a .linked-card:hover .circle, .cards a .linked-card:focus-visible .circle {
    background-color: #BFBFBF;
    border: 1px solid #BFBFBF;
    color: #002142;
}

.img-square-wrapper iframe {
    position: relative !important;
    aspect-ratio: 16 / 9;
}

.card-icon {
    display: flex;
    font-size: 26px;
    align-items: center;
}
 .cards a:hover{
	 text-decoration: underline;
}
 .card-body:empty {
	 display: none;
}
 .card-title{
	 width: 100%;
	 font-size: 34px;
	 font-weight: 300;
	 text-align: left;
	 border-bottom:3px solid #000;
	 overflow-wrap: normal;
}
 .circle{
	 height: 130px;
	 width: 130px;
	 background-color: #fff;
	 border-radius: 50%;
}
 .circle img{
	 margin:15px;
}
 .content-block:not(.news) .card i{

}
 .cards a:hover .card .circle img{
	 opacity:0.4;
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	 filter: grayscale(0%), alpha(opacity=40);
	 -webkit-filter: grayscale(0%);
	 -moz-filter: grayscale(0%);
}

/*** Linked Cards ***/
.cards .linked-card {
    text-decoration: none;
}

.linked-card .card-title {
    border-bottom: 3px solid transparent;
    margin-bottom: 25px;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}

.linked-card .circle {
    height: 80px;
    width: 80px;
    background-color: #EDEDED;
    border-radius: 50%;
    margin: 0 15px 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    position: absolute;
    bottom: 0;
    border: 1px solid #00346B;
}

.linked-card-icon {
    margin: 15px;
    display: block;
    font-size: 32px;
    position: absolute;
}

.cards .linked-card:hover .card-title {
    text-decoration: none !important;
}
/**************************** ACCORDIONS/TABS *********************************/
 .accordion{
     margin-top: 0;
}
 .accordion h2:not(.title), .accordion h3:not(.title), .accordion h4:not(.title), .accordion h5:not(.title), .accordion h6:not(.title) {
     display: block;
     margin: 0;
     padding: 0;
     background: rgba(0, 0, 0, 0.03);
}
 .accordion-header {
     padding: 0;
     background-color: rgba(0, 0, 0, 0.03);
}
 .accordion{
     border-radius: 0;
}
 .accordion-button:hover {
     color: #00346B !important;
     outline: 2px solid #00346B;
     outline-offset: -2px;
}
 .accordion-item i {
     margin-right: 10px;
}
 .accordion-body {
     border-bottom: 1px solid rgba(0, 0, 0, .125);
}
 .accordion-button {
     background-color: transparent !important;
}
 .accordion-button:focus {
     box-shadow: 0 0 0 .15rem #00346B;
     color: #00346B !important;
}
 .accordion-button::after {
     background-image: none;
}
 .accordion-button:not(.collapsed)::after {
     background-image: none;
     background-color: transparent;
}
 .accordion-toggle{
     display:block;
     padding: .75rem 1.25rem;
     text-decoration:none;
     color: #0063CC !important;
}
 .accordion-toggle:after {
     content: "\f055";
     float: right;
     font-family: 'Font Awesome 5 Free';
     font-weight: 900;
}
 [aria-expanded="true"].accordion-toggle:after {
     content: "\f056";
}
 .accordion-toggle:hover{
     text-decoration:none;
}
/*Nested Accordions*/
 .accordion .accordion .accordion-toggle {
     padding: .5rem 1rem;
     font-size: 13px;
}
/**************TABS**************/
 .nav-tabs {
    /*display:none;
    */
} 
.tab-content>.show.active {
    display: block;
}
.tab-content>.active {
     display: none;
}
 .tab-content{
     padding: 30px;
}
 .tab-content>.tab-pane {
     border: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:active, .nav-tabs .nav-link:focus {
    color: #00346B !important;
    outline: 2px solid #00346B;
    outline-offset: -2px;
}
.tab-pane.show:focus-visible {
    outline: 2px solid #00346B;
    outline-offset: 3px;
}
 .nav-tabs .nav-item:focus-visible a, .nav-tabs .nav-link:focus a {
     color: #00346B !important;
     outline: 2px solid #0063CC;
     outline-offset: -2px;
}
 .nav-tabs li:focus-visible {
     color: #00346B;
     outline-color: #00346B;
}
 .nav-tabs .nav-link {
     border: 1px solid #e0e0e0;
     cursor: pointer;
     color: #0063CC !important;
}
/********************************** SIDE NAV **********************************/
 .list-group{
	 border-radius: 0;
}
 .list-group a{
	 background-color: rgba(0,0,0,0.10);
	 color: #000;
}
 .list-group-item.active {
	 color: #000;
	 background-color: #fff;
	 border-color: #000;
}
 .list-group-item-action:active {
	 color: #212529;
	 background-color: #e9ecef;
}
 .list-group-item-action:focus, .list-group-item-action:hover {
	 color: #fff;
	 background-color: #000;
}
/********************************** CONTACT **********************************/
 @media (min-width: 768px) {
	/*Contact*/
	 form[name^="Contact"] .clive-field-wrapper:nth-child(-n+5){
		 width: 48%;
		 float: left;
	}
	 form[name^="Contact"] .clive-field-wrapper:nth-child(3), form[name^="Contact"] .clive-field-wrapper:nth-child(5){
		 float: right !important;
	}
	 form[name^="Contact"] .clive-field-wrapper:nth-child(6){
		 clear:both;
	}
}
/*All*/
 .clive-field > input, .clive-field select, .clive-submit, .clive-field textarea {
	 border: 1px solid rgba(0,0,0,0.5)!important;
}
 .clive-field select{
	 height:40px !important;
}
 .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;
}
/********************************** CONTRACTS ************************************/
 #contractsIndexList li{
	 margin-bottom:5px;
}
 #contractsIndexList li ul{
	 margin:10px auto 0 auto;
	 padding:0;
	 text-align:center;
}
 #contractsIndexList .list-inline-item:not(:last-child) {
	 margin-right: 0;
}
 #contractLinksList li a{
	 display:block;
	 padding: 10px;
}
/********************************** FOOTER ************************************/
 .footer {
	 padding: 30px;
	 background: #000;
	 color: #fff;
}
 .footer .h5{
     color:#fff;
    font-weight:bold;
}
 .footer .h4 {
	 width: 100%;
	 text-transform: uppercase;
	 border-bottom: 1px solid #ccc;
	 color: #fff;
}
 .footer hr {
	 border-top: 1px solid #222;
}
 .footer a:not(.btn) {
	 color: #fff;
	 text-decoration: underline;
}
.footer a:not(.btn):focus-visible, .footer a:not(.btn):hover {
    outline: 1px solid #fff;
    outline-offset: 2px;
}
.footer .btn-primary {
    color: #fff;
    background-color: #0063CC;
    border: 3px solid #86B6FD;
}
.footer .btn-primary:hover, .footer .btn-primary:focus-visible {
    color: #fff;
    background-color: #0063CC;
    border: 3px solid #ffffff;
    text-decoration: underline;
}
 .footer img {
	 display:block;
	 max-width: 80%;
	 height: auto;
	 margin:0 auto;
}
 #social img{
	 display:block;
	 width:24px;
}
 #back-to-top {
	 position: fixed;
	 bottom: 90px;
	 right: 90px;
	 display: none;
	 z-index:99;
}
/*********** SEARCH ************/
 .bopp-site-search{
     border: 3px solid #1873FB;
     border-radius: 7px;
}
 .bopp-site-search .input-group {
     padding: 0px;
     margin-bottom: -1px;
}
 .bopp-site-search:hover, .bopp-site-search:focus-visible, .bopp-site-search:focus-within {
     outline: 2px solid #ffffff;
}

.gsc-control-cse a:focus-visible {
   outline: transparent;
}

.gs-title {
    outline: 3px solid transparent;
    border: 3px solid transparent;
}

.gs-title:focus-visible, .gs-title:hover {
    outline: 3px solid transparent;
}

.gs-title:hover {
    border: 3px solid transparent;
}

a.gs-title:hover, .gs-title:focus-visible {
    border: 3px solid #035CE2;
}

/* hide default google search box */
/* .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;*/
/*}*/
/* overide padding on invisible div */
/* .gsc-control-cse{*/
/*	 padding:0 !important;*/
/*}*/

/********************************** CHAT **************************************/
 #chat-button, #chat-greet, #sn_va_web_client {
	 position:fixed;
	 right:10px;
	 bottom:10px;
	 z-index:9999;
	 background:#4169e1;
	 color:#fff;
}
 #sn_va_web_client {
	 margin-bottom: 80px;
}
 #chat-greet {
	 margin: 0 85px 17px 0;
	 padding: .375rem .75rem;
	 border-radius: .25rem;
}
 .btn-circle {
	 width: 70px;
	 height: 70px;
	 padding: 10px 16px;
	 border-radius: 35px;
	 transition: all .5s;
	 text-align: center;
	 font-size: 35px;
	 line-height: 1.33;
}
 #chat-button[aria-expanded="true"]{
	 border-top-left-radius: 0;
}
 #chat-button[aria-expanded="true"]:before {
	 content: "\f00d";
	 font-family: 'Font Awesome 5 Free';
	 font-weight: 900;
}
 #chat-button[aria-expanded="true"] i{
	 display:none;
}
/******************************** RESPONSIVE **********************************/
/*Extra large devices (large desktops, 1200px and down)*/
 @media (max-width: 1200px) {
	 .card-title{
		 font-size: 30px;
	}
}
/*Large devices (desktops, 992px and down)*/
 @media (max-width: 992px) {
	 .carousel-caption {
         position: absolute;
         left: 24%;
         width: 50%;
         padding-bottom: .75rem;
    }
     .carousel-heading {
         font-size: 1rem;
    }
     .carousel-caption .carousel-text {
         -webkit-line-clamp: 2;
         font-size: 16px;
    }
	 .footer{
		 text-align:center;
	}
	 .footer img{
		 max-width: 50%;
		 margin-bottom:15px;
	}
	
	/*****Main Navbar****/
	.navbar-dark .navbar-toggler {
        color: rgb(255, 255, 255);
        border-color: rgb(255, 255, 255);
        margin-left: 5px;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
}
/*Medium devices (tablets, 768px and down)*/
 @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;
	}
	/*** Tabs ***/
	 .nav-tabs {
         flex-direction: column;
    }
	.tab-content >.tab-pane {
         opacity: 1;
    }
	/********* Carousel **********/
     .carousel {
         margin-bottom: 15px;
         margin-top: 10px;
    }
     .carousel-indicators {
         display: none;
    }
     .carousel-item.active {
         display: flex;
    }
     .carousel-caption .carousel-text {
         -webkit-line-clamp: 2;
         margin: 0px 0px 0px 0px;
         width: 100%;
    }
}
/*Small devices (landscape phones, 576px and down)*/
 @media (max-width: 576px) {
	 .container{
		 max-width:95% 
	}
	 .bg-white.p-5{
		 padding:1rem !important;
	}
	.carousel-caption {
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         position: absolute;
         width: 77%;
         top: 50%;
         transform: translateY(-50%);
         height: 120px;
    }
     .carousel-inner {
         position: relative;
         width: 100%;
         overflow: hidden;
         min-height: 150px;
    }
     .carousel-heading {
         padding: 0px;
    }
	 .cards a .card {
		 min-height:auto;
	}
	 .circle{
		 height: 65px;
		 width: 65px;
	}
	 .circle img{
		 margin:7px;
		 width: 50px;
	}
	
	/*** Accordions ***/
	.accordion-body li {
         max-width: 90%;
         word-wrap: break-word;
    }
    
    /*** Cards ***/
    .linked-card .circle {
        position: relative;
        margin-top: 25px;
        margin-bottom: 0px;
        height: 60px;
        width: 60px;
    }
    
    .linked-card .card-icon {
        font-size: 24px;
    }
}
/*Medium devices (tablets, 768px and up)*/
 @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;
	}
}
