@page { size:8.5in 11in;}
/*oswald, lato, "myriad-pro", "myriad-pro-condensed"*/

/*BOOTSTRAP OVERRIDES*/
body { font-family: "lato", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; }
html { scroll-behavior: smooth; }
.container { max-width:1200px !important; }
strong, .font-weight-bold, .fw-bold { font-weight:600 !important; }
.fw-normal { font-weight:400 !important; }
.fw-black { font-weight:900; }
a:hover, a:focus { text-decoration:underline; }
tbody tr, tbody td, thead tr, thead td { height:unset !important; }
.row, .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { margin:0; padding:0; }
* {
  --bs-primary-rgb: 0, 40, 93 !important; /*BLUE #00285D*/
  --bs-primary: rgb(0, 40, 93) !important;
  --bs-secondary: rgb(125, 0, 0) !important; /*RED #7D0000*/
  --bs-secondary-rgb: 125, 0, 0 !important;
  --bs-success: rgb(25, 135, 84) !important; /*GREEN #198754*/
  --bs-success-rgb: 25, 135, 84 !important;
  --bs-info: rgb(10, 155,184) !important; /*BLUE #0A9BB8*/
  --bs-info-rgb: 10, 155,184 !important;
  --bs-warning: rgb(173, 130, 0) !important; /*WARNING #FFC107*/
  --bs-warning-rgb: 173, 130, 0 !important;
  --bs-danger: rgb(150, 36, 36) !important; /*RED #962424*/
  --bs-danger-rgb: 150, 36, 36 !important;
  --bs-dark: rgb(0, 0, 0) !important; /*BLACK #000*/
  --bs-dark-rgb: 0, 0, 0 !important;
  --bs-light: rgb(255, 255, 255) !important; /*WHITE #fff*/
  --bs-light-rgb: 255, 255, 255 !important;
  --bs-muted: rgb(116, 116, 116) !important; /*GREY #747474*/
  --bs-muted-rgb: 116, 116, 116 !important;
  --bs-btn-bg: rgb(37, 69, 68) !important;
}

.text-white, .text-white * { color:#fff !important; }
.text-larger { font-size:1.1rem; }
.text-shadow { text-shadow:0 0 8px rgba(0,0,0,.5); }
.text-yellow { color:#FBDB47; }

.bg-grey { background-color:#F5F6F9; }
.bg-warning-faded { background:rgba(249,218,73,.85); }
.bg-light-faded { background:rgba(255,255,255,.8); }
.bg-white-faded { background:rgba(255,255,255,.9); }
.bg-dark-faded { background:rgba(0,0,0,.8); }
.bg-muted.lighter { background:#E8E8E8 !important; }
.bg-triangles-left { background:url("/images/interface/gpx_bg-triangles-left.svg") left top / cover no-repeat; }
.bg-triangles-right { background:url("/images/interface/gpx_bg-triangles-right.svg") right bottom / cover no-repeat; }
.bg-primary-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#012361+0,0046c5+100 */
background: linear-gradient(to bottom,  rgba(1,35,97,1) 0%,rgba(0,70,197,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bg-danger-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#962424+0,e06969+100 */
background: linear-gradient(to bottom,  rgba(150,36,36,1) 0%,rgba(224,105,105,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bg-white-gradient-horizontal-left {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bg-white-gradient-horizontal-right {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.border-light { border-color:#ccc !important; }
.border-muted { border-color:#d1d1d1 !important; }

.container { max-width:1300px !important; }
.container.xl { max-width:1700px !important; }

a { color:#00285D; }
a#admin_button { display:inline-block; font-size:12px; padding:5px 10px; border-radius:8px; background:#404040; color:#fff !important; text-decoration:none !important; position:absolute; top:-30px; left:13px; opacity:0.6; }
a#admin_button:hover { opacity:1; }
a.no-line, button.no-line { text-decoration:none; }
a.no-line:hover, a.no-line:focus, button.no-line:hover, button.no-line:focus { text-decoration:underline; }
a.button { display:flex; min-height:40px; position:relative; align-items:center; padding:4px 44px 4px 20px; margin-bottom:.5rem; line-height:1; color:#fff !important; border:#00285D solid 1px; text-decoration:none !important; border-radius:26px; text-transform:uppercase; font-weight:600; /*font-size:1.2rem;*/
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#012362+0,3a67b6+100 */
background: linear-gradient(to right,  rgba(1,35,98,1) 0%,rgba(58,103,182,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
a.button:hover, a.button:focus { background:#fff !important; color:#00285D !important; text-decoration:none !important; }
a.button::after { content: "\f0a9"; display:block; padding-left:15px; position:absolute; right:4px; top:4px; font:900 1.8rem/1 "Font Awesome 6 Pro"; color:#fff; }
a.button:hover::after, a.button:focus::after { color:#00285D !important; }
a.button.danger { border:#810F0F solid 1px; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#810f0f+0,d35959+100 */
background: linear-gradient(to right,  rgba(129,15,15,1) 0%,rgba(211,89,89,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
a.button.danger:hover, a.button.danger:focus { background:#fff !important; color:#810F0F !important; text-decoration:none !important; }
a.button.danger:hover::after, a.button.danger:focus::after { color:#810F0F !important; }
a.button.reversed, .text-white a.button { color:#00285D !important; border:#fff solid 1px; text-decoration:none !important; border-radius:26px; background:#fff !important; }
a.button.reversed:hover, a.button.reversed:focus, .text-white a.button:hover, .text-white a.button:focus { color:#fff !important; text-decoration:none !important;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#012362+0,3a67b6+100 */
background: linear-gradient(to right,  rgba(1,35,98,1) 0%,rgba(58,103,182,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
a.button.reversed::after, .text-white a.button::after { color:#00285D; }
a.button.reversed:hover::after, a.button.reversed:focus::after, .text-white a.button:hover::after, .text-white a.button:focus::after { color:#fff !important; }
a.button.no-icon::after { content:""; display:none; }

li p:last-of-type { padding-bottom:0px !important; margin-bottom:0px !important; }
blockquote { background:#DCE5EF; padding:20px; border-radius:10px; margin: 0 0 1rem; }
fieldset { padding:20px; border:#333 solid 1px; border-radius:15px; }
hr { margin:2rem 0rem; border: 0; border-top:#ccc solid 1px !important; clear:both; opacity:1; }
legend { display: inline-block; width: auto; padding: 0px 10px; margin-top:30px; }
td { vertical-align:top; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family:"lato",sans-serif; }
.h1, h1 { font-size: 2.5rem; }
.h2, h2, .fs-2 { font-size: 2.2rem; }
.h3, h3 { font-size: 1.75rem; }
.h4, h4 { font-size: 1.5rem; }
.h5, h5 { font-size: 1.25rem; }
.h6, h6 { font-size: 1rem; }

#skip-button { position:absolute; top:0px; left:0px; z-index:999; }
#skip-button a { position:relative; height:1px; width:1px; overflow:hidden; display:inline-block; font:normal 18px/1 'lato', sans-serif; color:#494949;  border-radius:10px; transition:left 0.5s ease; color:#000; }
#skip-button a:focus { margin-top:30px; margin-left:30px; text-decoration:none; display:inline-block; height:auto; width:auto; background:#fff; padding:10px 20px; border:#494949; }
#main { padding-bottom:30px; background:#fff; }
.err-wrap { display:none !important; }
.photo-left { float:left; margin:6px 25px 25px 0px; }
.photo-right { float:right; margin:6px 0px 25px 25px; }
.clear { clear:both; }
.hide { display:none; }
.top-0 { top:0; }
.right-0 { right:0; }
.bottom-0 { bottom:0; }
.left-0 { left:0; }
.z-index-1 { z-index:1; }
.z-index-2 { z-index:2; }
.z-index-3 { z-index:3; }
.fill-area { position:absolute; top:0; right:0; bottom:0; left:0; }
.negative-edges { margin-left:-2px !important; margin-right:-2px !important; }
.w-max-50 { max-width:50% !important; }
.grayscale { filter: grayscale(100%); }
.semitransparent { opacity:.5; }
.semitransparent2 { opacity:.25; }
.semitransparent3 { opacity:.05; }
.image-fill { width:100%; height:100%; object-fit:cover; object-position:center; }
.image-fit { width:100%; height:100%; object-fit:contain; object-position:center; }
.image-align-right { object-position: right center; }
.font-condensed { font-family:"oswald", sans-serif; }
.font-normal { font-family:"lato", sans-serif; }
/*.rounded-container { overflow:hidden!important; border-bottom-left-radius:100% 30%; border-bottom-right-radius:100% 30%; }
.rounded-container { clip-path:circle(100% at 50% 0); }*/
.rounded-container {
  mask-image: url('/images/interface/gpx_header-shape.svg');
  mask-repeat: no-repeat;
  mask-position: center bottom;
  mask-size: cover;
  -webkit-mask-image: url('/images/interface/gpx_header-shape.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  -webkit-mask-size: cover;
}
.arrow-wrapper { padding:25px 60px 0px 60px; background:url("/images/interface/gpx_arrow-curved.svg") right top / auto 70% no-repeat; }
.arrow-wrapper.smaller { padding:25px 60px 0px 0px; background:url("/images/interface/gpx_arrow-curved-smaller.svg") right top / auto 70% no-repeat; }
.arrow-wrapper.reversed { background:url("/images/interface/gpx_arrow-curved-white.svg") right top / auto 70% no-repeat; }
.arrow-wrapper.smaller.reversed { background:url("/images/interface/gpx_arrow-curved-smaller-white.svg") right top / auto 70% no-repeat; }

/*SEARCH FORM MODAL*/
.bg-search-bar { background:#fff; }
input.button { display:inline-block; line-height:1; padding:8px 16px; background:#587E5D !important; color:#fff !important; border:#587E5D; solid 1px;  }
input.button:hover, input.button:focus { background:#fff !important; color:#587E5D !important; text-decoration:none !important; }
input.button.large { font:bold 1.375rem/1 "lato",sans-serif; padding:8px 40px; position:relative; margin:2px 0px; }
input.button.large:after { content: "\f061"; display:inline-block; padding-left:15px; position:relative; font:900 2.0rem/1 "Font Awesome 6 Pro"; bottom:-3px; color:#67050b; }
input.stylized { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 50%; width: 18px; height: 18px; border: 2px solid #fff; transition: 0.2s all linear; margin-right: 5px;  position: relative; top: 4px; background:#999; }
input.stylized:checked { background: #587E5D; }

/*SEARCH FORM INLINE*/
.search-form { border:#ccc solid 1px; padding:10px; border-radius:6px; }
.search-form button.search-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 20%; height: 34px; border: none; position: relative; background:#fff; }
.search-form button.search-button:hover, .search-form button.search-button:focus { color:#000 !important; }

/*HEADER*/
#emergency-message-wrapper p:last-of-type { margin-bottom:0px; }
#header { position:relative; z-index:99; background:#1e4266; }
.top-social-icon { font-size:27px; color:#fff; background:#8F0606; width:47px; height:42px; border:#8F0606 solid 2px; border-radius:6px; text-decoration:none !important; }
.top-social-icon:hover, .top-social-icon:focus { color:#fff; background:#fff; text-decoration:none !important; }
.top-social-icon svg { height:27px; width:auto; fill:#fff; transition:.3s ease; }
.top-social-icon:hover svg, .top-social-icon:focus svg { fill:#8F0606; }
#top-logo { max-width:225px; }
.header-icon svg { fill:#F9DA48; height:21px; width:auto !important; }
.hero-social-icon { font-size:34px; color:#fff; background:transparent; width:34px; height:34px; border:none !important; border-radius:4px; text-decoration:none !important; }
.hero-social-icon:hover, .hero-social-icon:focus { color:#3E7BC9; background:#fff; border:none !important; text-decoration:none !important; }
.hero-social-icon svg { height:34px; width:auto; fill:#fff; transition:.3s ease; }
.hero-social-icon:hover svg, .hero-social-icon:focus svg { fill:#3E7BC9; }
.hero-icon svg { fill:#8F0606; width:31px; height:auto !important; }

/*HOME PAGE*/

#video-bkg-wrapper video {  width: 100vw !important; height: auto   !important; }
/*
.home-row-1, .home-row-3, .home-row-5, .home-row-7, .home-row-9, .home-row-11, .home-row-13, .home-row-15, .home-row-17, .home-row-19 { background:url("/images/interface/gpx_bg-triangles-blue-right.svg") right bottom / cover no-repeat; }
.home-row-2, .home-row-4, .home-row-6, .home-row-8, .home-row-10, .home-row-12, .home-row-14, .home-row-16, .home-row-18, .home-row-20 { background:url("/images/interface/gpx_bg-triangles-blue-left.svg") left top / cover no-repeat; }
*/
/*CAROUSEL PAGERS*/
.carousel-indicators [data-bs-target] { height:15px; width:15px; opacity:1; background:#fff !important; border:#8a9797 solid 2px; border-radius:50%; }
.carousel-indicators .active { background:#8a9797 !important; }

/*CHECKBOX LIST*/
ul.checkbox-list, ul.checkbox-list li { margin:0; padding:0; list-style:none; }
ul.checkbox-list li { padding:18px 0px 18px 50px; position:relative; font:900 1.3rem/1 "oswald", sans-serif; text-transform:uppercase; color:#002260; }
ul.checkbox-list li::before { content: ""; display:inline-block; position:absolute; width:37px; top:0px; bottom:0px; left:0px; background:url("/images/interface/gpx_bullet-check.svg") left center / contain no-repeat; }

/*TESTIMONIAL CAROUSEL*/
.home-testimonial-photo { height:263px; }

/*LARGE BUTTONS*/
.accordion.large-button .accordion-button { color:#fff; background: linear-gradient(to right, rgba(1,35,98,1) 0%,rgba(58,103,182,1) 100%); border:none !important; box-shadow:none !important; }
.accordion.large-button .accordion-button::after { display:none !important; }
.accordion.large-button .accordion-button:not(.collapsed) { color: #00285D; background: #fff; }
.accordion.large-button .accordion-icon { min-width:117px; border:#fff solid 1px; color:#fff; font-size:3.75rem; }
.accordion.large-button .accordion-button:not(.collapsed) .accordion-icon { border:#00285D solid 1px; color:#932020; }

/*PHOTO BUTTONS SET*/
/*
.photo-button { min-height:590px; margin-top:20px; transition:.7s ease; text-decoration:none; }
.photo-button:hover, .photo-button:focus { margin-top:0px; text-decoration:none; }
.hidden-text { opacity:0; transition:.3s ease; max-height:0px; }
.photo-button:hover .photo-button-gradient, .photo-button:focus .photo-button-gradient { opacity:1; }
.photo-button:hover .hidden-text, .photo-button:focus .hidden-text { opacity:1; max-height:900px; }
*/
.photo-button { margin-top:10px; text-decoration:none; }
.photo-button-gradient { background:rgba(0, 40, 93, .85); }
.button-title { min-height:75px; bottom:-85px; line-height:1; }

/*STATIC*/
#static-wrapper img { max-width:100%; height:auto; }
.static-header.has-image { min-height:100px; transition:.5s ease; }

/*ACCORDION CUSTOMIZATION*/
.accordion-header { border:none; }
.accordion-item { margin-bottom:0px; border:0px; }
.accordion-button { text-transform:uppercase; font:600 2.25rem/1 "Oswald",sans-serif; color:#002260; border-radius:0px !important; box-shadow:none; border:hidden; padding:27px 33px; }
.accordion-button, .accordion-button.collapsed { border-bottom:none; }
.accordion-button:not(.collapsed) { color:#002260; background:#fff; }
.accordion-button:after { display:none; }

.accordion.static { border-top:#B0B0B0 solid 1px; }
.accordion.static, .accordion.static * { box-shadow:none !important; border-radius:0px !important; }
.accordion.static .accordion-button::before { content:""; display:block; position:absolute; left:0px; top:36px; width:18px; height:18px; background:url("/images/interface/gpx_accordion-arrow.svg") center / contain no-repeat; transition:.3s ease; }
.accordion.static .accordion-button.collapsed:before { transform: rotate(0deg) !important; }
.accordion.static .accordion-button:not(.collapsed):before { transform: rotate(90deg) !important; }
.accordion.static .card { border:0; border-bottom:#B0B0B0 solid 1px; }
.accordion.static.accordion-body { margin-top:15px; padding:20px 30px; }
.accordion.static .card-body { padding:0px 33px 27px 33px; }

/*CAROUSEL CUSTOMIZATION*/
.triangle-right { width: 0px; height: 0px; border-style: solid; border-width: 15px 0 15px 30px; border-color: transparent transparent transparent #000; transform: rotate(0deg); }
.triangle-left { width: 0px; height: 0px; border-style: solid; border-width: 15px 30px 15px 0; border-color: transparent #000 transparent transparent; transform: rotate(0deg); }
.carousel-control-prev, .carousel-control-next { width:57px; opacity:1; }
.carousel-control-prev .triangle-left, .carousel-control-next .triangle-right { opacity:.3; transition:.3s ease; }
.carousel-control-prev:hover .triangle-left, .carousel-control-prev:focus .triangle-left, .carousel-control-next:hover .triangle-right, .carousel-control-next:focus .triangle-right { opacity:1; }
.carousel-control-prev { left:0px; }
.carousel-control-next { right:0px; }
.carousel-button .triangle-left, .carousel-button .triangle-right { opacity:.3; transition:.3s ease; }
.carousel-button:hover .triangle-left, .carousel-button:hover .triangle-right, .carousel-button:focus .triangle-left, .carousel-button:focus .triangle-right, .carousel-button:active .triangle-left, .carousel-button:active .triangle-right { opacity:1; }

/*Nice Table*/
.nice-table th, .nice-table td { padding:5px 9px; }
.nice-table th, .nice-table th p { color:#fff !important; font-family:"lato", sans-serif; font-weight:700; text-transform:uppercase; }
.nice-table th { background:#005499; vertical-align:top; }
.nice-table td { color:#000; vertical-align:top; }
.nice-table th p { padding-bottom:6px !important; }
.nice-table th p:last-of-type, .nice-table td p:last-of-type { padding-bottom:0px !important; margin-bottom:0px !important; }
.nice-table tr:nth-child(even) { background:#f3f3f3; }
.nice-table { margin-bottom:15px; width:100%; }

/*REPORT GENERATOR*/
#iframe-holder { position:absolute; width:20px; height:20px; top:-20px; left:-20px; overflow:hidden; }
#report-bar-wrapper-outer { position:relative; background:#d9d9d9; }
#report-caption p { color:#575757; font-style:italic; font-size:1rem; }
#report-bar-wrapper { background:#ebebeb; }
#report-bar-wrapper, #report-bar-wrapper a { font:normal 15px/15px 'Barlow',sans-serif; }
#report-bar-wrapper a { cursor:pointer; color:#7f7f7f; text-decoration:none; }
#report-bar-wrapper ul, #report-bar-wrapper li { margin:0; padding:0; list-style:none; display:inline-block; }
#report-bar-wrapper ul { width:100%; }
#report-bar-wrapper li { padding:10px 11px; }
#report-bar-wrapper a:hover .fa, #report-bar-wrapper a:focus .fa { color:#35316b; }

a.report-button  { color:#165992; text-decoration:none; }
a.report-button:hover, a.report-button:focus { text-decoration:underline; }
a.report-button.add-button i { color:#60ad00 }
a.report-button.remove-button i { color:#d62434; }

/*INTERACTIVE MAP*/
#map-wrapper-outer { position:relative; overflow:hidden; }
#map-wrapper { display:block; width:100% position:relative; }
#map-wrapper::before { content:""; display:block; padding-top:65%; }
#map-wrapper iframe { border:none; position:absolute; top:0; right:0; bottom:0; left:0; }
#mapNav { background: #e1e1e1; }
#mapNav a { display:block; min-height:44px; text-decoration:none; color:#fff; padding:10px; background:#22447D; text-align:center; text-transform:uppercase; }
#mapNav a.active { background:#158040; color:#fff; }
#resize-frame { width:1300px; height: 800px;
-ms-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}

/*INTERACTIVE MAPS - LEAFLET*/
#map-base, #map-base1, #map-base2, #map-base3 { width:100%; height:calc(100vh - 100px); }
.main-nav-link { text-decoration:none !important; background:#000; color:#fff !important; transition:.5s ease; }
.main-nav-link.active { background:#757575; }
nav#maps-nav .nav-link { color:#fff !important; background:#000; transition:.5s ease; }
nav#maps-nav .nav-link.active { background:#757575 }
nav#maps-nav .nav-tabs .nav-link, nav#maps-nav .nav-tabs .nav-link.active, nav#maps-nav .nav-tabs .nav-link:hover, nav#maps-nav .nav-tabs .nav-link.active:hover { border:none !important; }
.mapSubNav { background:#757575; padding:10px; }
.mapSubNav label { user-select: none; }
label.custom-checkbox  { color:#fff; padding:10px; }
/*.custom-checkbox input[type=checkbox]:focus {  outline: 1px solid rgba(0, 0, 0, 0.2); }*/
.custom-checkbox input[type=checkbox] { background-color: #fff; border:#fff solid 3px; border-radius: 50%; appearance: none; -webkit-appearance: none; -moz-appearance: none; width: 17px; height: 17px; cursor: pointer; position: relative; top: 3px; }
.custom-checkbox input[type=checkbox]:checked { background-color: #409fd6; }

/*CONTENT GROUP*/
.content-group .nav-tabs { border-bottom:0px !important; }
.content-group-button { background:#fff !important; color:#000 !important; font-size:1.5rem; font-size:1.2rem; padding:1rem 1.5rem; border-bottom:#e5e5e5 solid 1px !important; }
.content-group-button i { color:#347ea3 !important; }
.content-group-button.active { background:#347ea3 !important; color:#fff !important; border-bottom:#347ea3 solid 1px !important; }
.content-group-button.active i { color:#fff !important; }
.content-group-text { font-size:1.2rem; }
.content-group-text i { font-size:60px; }
.content-group-background { opacity:.15; filter: grayscale(100%); background:#757575; }

/*LOGO GRID*/
.logo-grid-container { border:#fff solid 2px; padding:10px; }
.logo-grid-container:hover, .logo-grid-container:focus {  border:#747474 solid 2px; }
.logo-grid-item { background-repeat:no-repeat; background-position:center; background-size: contain; min-height:150px; }

/*COMPANY LOGOS*/
.company-logo-link { -webkit-filter: grayscale(100%);  filter: grayscale(100%); transition:.5s ease; }
.company-logo-link:hover, .company-logo-link:focus { -webkit-filter: grayscale(0%);  filter: grayscale(0%); }
.company-logo-link img { max-width:170px !important; }
.company-logo-link img.logo-adjust { background-size:auto 97% !important; }

/*PHOTO GRID*/
.photo-grid-wrapper { height:456px; transition:height .5s ease; }
.photo-grid-wrapper.count-1, .photo-grid-wrapper.count-2 { height:356px; }
.photo-1 { width:100%; height:100%; }
.grid-2.photo-1, .grid-3.photo-1, .grid-4.photo-1 { width:50%; float:left; border-right:#fff solid 1px; }
.grid-4.photo-1 { height:50%; }
.photo-2, .photo-3, .photo-4 { width:50%; height:50%; border-left:#fff solid 1px; }
.grid-2.photo-2 { width:50%; height:100%; }
.grid-2.photo-2, .grid-2.photo-3, .grid-3.photo-2, .grid-3.photo-3, .grid-4.photo-2, .grid-4.photo-4 { float:right; }
.grid-4.photo-3 { float:left; border-left:none; border-right:#fff solid 1px;  }
.grid-3.photo-2, .grid-4.photo-1, .grid-4.photo-2  { border-bottom:#fff solid 1px; }
.grid-3.photo-3{ border-top:#fff solid 1px; }
/*a.grid-link { transition:.2s ease; transform:scale(100%); }
a.grid-link:hover, a.grid-link:focus { transform:scale(120%); }*/

/*PROPERTIES*/
#map-base-small { width:100%; height:50vh; }
#map-base-small .leaflet-popup-content {
  margin: 0px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
#map-base-small .leaflet-popup-content-wrapper, #map-base-small .leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0,0,0,0.4);
  border-radius:0;
}
.btn-sites { color:#198754 !important; border:#198754 solid 1px !important; }
.btn-sites.active { color:#fff !important; background:#198754 !important; border:#198754 solid 1px !important; }
.btn-buildings { color:#1A74BB !important; border:#1A74BB solid 1px !important; }
.btn-buildings.active { color:#fff !important; background:#1A74BB !important; border:#1A74BB solid 1px !important; }

/*VIDEOS SET*/
.play-button-icon:before { content: "\f144"; display:block; position:absolute; width:100%; height:80px; top:100px; left:0; text-align:center; font:900 5rem/1 "Font Awesome 6 Pro"; color:#fff; opacity:.2; z-index:1; }
.play-button-icon:hover:before, .play-button-icon:focus:before { opacity:.8; }
.video-button { aspect-ratio: 1.7 / 1; text-decoration:none !important; }
.video-button i { font-size:4.5rem; opacity:.5; transition:.5s ease; }
.video-button:hover i, .video-button:focus i { opacity:.9; }

/*Video Wrapper*/
.video-wrapper { width:100%; position:relative; }
.video-wrapper:before { content:''; display:block; padding-top: 56.25%; /*width divided by height*/ }
.video-wrapper iframe { border:none; width:100%; height:100%; position:absolute; top:0; left:0; }

/*VERTICAL VIDEO*/
.vertical-video-wrapper { /*aspect-ratio:1/2.1;*/ max-width:350px; margin:0 auto; }
.vertical-video-wrapper iframe { border:none; width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; }

/*ASIDE*/
hr.aside-spacer-1 { display:none; }
.sidebar-image { aspect-ratio: 1.17 / 1; max-width:329px; }
.sidebar-icon { aspect-ratio: 1.17 / 1; max-width:163px; }
.triangle-wrapper { width:86px; height:86px; }
.triangle { width: 0px; height: 0px; border-style: solid; border-width: 17px 0 17px 34px; border-color: transparent transparent transparent #FFFFFF; transform: rotate(0deg); }
.aside-testimonial-button { text-decoration:none !important; }
.aside-testimonial-button:hover, .aside-testimonial-button:focus { text-decoration:none !important; }
.aside-testimonial-button-image { opacity:1; transition:.3s ease; }
.aside-testimonial-button:hover .aside-testimonial-button-image, .aside-testimonial-button:focus .aside-testimonial-button-image { opacity:.85; }
.aside-testimonial-button .triangle-wrapper { background:rgba(249,218,73,.85); color:#fff; transition:.3s ease; }
.aside-testimonial-button:hover .triangle-wrapper, .aside-testimonial-button:focus .triangle-wrapper { background:rgba(249,218,73,1); }

/*FOOTER*/
#footer { top:0px; padding-top:30px; padding-bottom:30px; transition:.5s ease; }
.footer-background { top:0px; bottom:0px; background:#872824; transition:.5s ease; }
.footer-social-icon { font-size:27px; color:#fff; background:#8F0606; width:34px; height:34px; border:#8F0606 solid 2px; border-radius:4px; text-decoration:none !important; }
.footer-social-icon:hover, .footer-social-icon:focus { color:#fff; background:#fff; text-decoration:none !important; }
.footer-social-icon svg { height:27px; width:auto; fill:#fff; transition:.3s ease; }
.footer-social-icon:hover svg, .footer-social-icon:focus svg { fill:#8F0606; }
.footer-icon svg { fill:#8F0606; width:31px; height:auto !important; }
#footer-logo { max-width:225px; }
#footer-photo { aspect-ratio: 1.05 / 1; max-width:327px; }
.footer-link a { color:#00285D !important; text-decoration:none !important; }
.footer-link a:hover, .footer-link a:focus { text-decoration:underline !important; }


/*NAV*/
.navbar-toggler-icon svg { fill:#fff; width:18px; height:auto; }
.navbar-toggler:hover svg, .navbar-toggler:focus svg, .navbar-toggler:active svg { fill:#00285D; }
#main-nav.navbar { box-shadow: none; }
#main-nav .dropdown-item { white-space:normal; padding:5px 10px; }
#main-nav .nav-item a:hover, #main-nav .nav-item a:focus { background:#E9ECEF !important; text-decoration:none !important; }
#main-nav .nav-item a:active { background:#cccccc !important; }
#main-nav .nav-item a { position:relative; color:#093d5a; padding:10px 25px; }
#main-nav .nav-item .nav-link { font-weight:600; }
#main-nav .nav-item.active .nav-link::before { content:url("/images/interface/gpx_nav-arrow.svg"); display:block; position:absolute; left:0px; top:13px; }
.dropdown-toggle::after { border-top:transparent .3em solid; } /**Keeps dropdown arrow invisible until hovered**/
.dropdown-toggle:hover::after, .dropdown-toggle:focus::after { border-top:#962424 .3em solid; } /**set dropdown arrow color when hovered**/

/*SLICK SLIDER*/
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

ul.slick-dots, ul.slick-dots.li { display:inline-block; margin:0; padding:0; list-style:none; }
ul.slick-dots { display:inline-flex }
.slick-dots button { border:#383838 solid 2px; text-indent:-999999999999px; background-color:transparent !important; height:16px !important; width:16px !important; border-radius:50%; margin:10px 5px 0px 5px; }
li.slick-active button { background:#383838 !important; }
.slick-dots button:hover, .slick-dots button:focus { background-color:rgba(56,56,56,.5) !important; }
.slick-circle { display:inline-block; height:34px !important; width:34px !important; padding:4px !important; opacity:1; background-color:transparent !important; border:#383838 solid 2px; border-radius:50%; margin:0px 5px; margin-top:0px; text-indent:0px; font-size:20px; line-height:1; text-align:center; }
.slick-circle:hover, .slick-circle:focus { background-color:rgba(56,56,56,.5) !important; }

/*MEDIA QUERIES*/
@media screen and (min-width: 576px) {
  .static-header.has-image { min-height:150px; }
  .play-button-icon:before { top:70px; }
  .columns { column-count: 2; }
  .columns li, .columns p { break-inside: avoid-column; }
}
@media screen and (min-width: 768px) {
  .offset-md-1 { margin-left: 8.33333333%% !important; }
  .offset-md-2 { margin-left: 16.66666667% !important; }
  .offset-md-3 { margin-left: 25% !important; }
  .offset-md-4 { margin-left: 33.33333333% !important; }
  .offset-md-5 { margin-left: 41.66666667% !important; }
  .offset-md-6 { margin-left: 50% !important; }
  .offset-md-7 { margin-left: 58.33333333% !important; }
  .offset-md-8 { margin-left: 66.66666667% !important; }
  .offset-md-9 { margin-left: 75% !important; }
  .offset-md-10 { margin-left: 83.33333333% !important; }
  .offset-md-11 { margin-left: 91.66666667% !important; }
  .static-header.has-image { min-height:200px; }
  a.button { display:inline-flex; padding:4px 4px 4px 20px; }
  a.button::after { display:inline-block; padding-left:15px; top:0px; right:0px; position:relative; }
}
@media screen and (min-width: 992px) {
  .offset-lg-1 { margin-left: 8.33333333%% !important; }
  .offset-lg-2 { margin-left: 16.66666667% !important; }
  .offset-lg-3 { margin-left: 25% !important; }
  .offset-lg-4 { margin-left: 33.33333333% !important; }
  .offset-lg-5 { margin-left: 41.66666667% !important; }
  .offset-lg-6 { margin-left: 50% !important; }
  .offset-lg-7 { margin-left: 58.33333333% !important; }
  .offset-lg-8 { margin-left: 66.66666667% !important; }
  .offset-lg-9 { margin-left: 75% !important; }
  .offset-lg-10 { margin-left: 83.33333333% !important; }
  .offset-lg-11 { margin-left: 91.66666667% !important; }
  .static-header.has-image { min-height:300px; }
  .content-group-text { font-size:1.8rem; font-size:1.5rem; }
  .content-group-text i { font-size:90px; font-size:70px; }
  .photo-grid-wrapper { height:456px; }
  a.button { margin-right:.5rem; }
}
@media screen and (max-width: 1023px) {
  #main-nav .nav-item .nav-link { padding:5px 15px; }
  #main-nav .nav-item.active .nav-link::before { top:8px; }
}
@media screen and (max-width: 1024px) {
  table.responsive, table.responsive tr, table.responsive tbody, table.responsive td { display:block; width:100% !important; height:auto; }
  table.responsive thead, table.responsive thead td, table.responsive th, table.responsive td.hidden-column { display:none; }
  table.responsive tr { clear:both; }
  .table-wrapper { width:100%; overflow:auto; }
}
@media screen and (min-width: 1200px) {
  #header { background:url('/images/interface/bg-header.jpg') #1e4266 center / cover no-repeat; }
  #header-spacer.sticky { height:240px; }
  #header.sticky { position:fixed; top:0; right:0; left:0; }
  #header.sticky #top-bar.d-md-block { display:none !important; }
  #header.sticky #top-logo { max-width:146px; }
  #header.sticky .padding-sticky { padding-top:10px !important; padding-bottom:10px !important; }
  #main { padding-bottom:180px; background:url("/images/interface/gpx_bg-triangles-blue-right.svg") #fff right bottom no-repeat; }
  .bg-full-page { background:url("/images/interface/gpx_bg-page.svg") #fff right bottom / 100% auto repeat-y; }
  #footer { top:-70px; margin-top:-70px; padding-top:0px; padding-bottom:0px; }
  .footer-background { top:70px; bottom:-70px; background:url('/images/interface/bg-footer.jpg') #872824 center / cover no-repeat; }
  .photo-button { min-height:590px; margin-top:20px; transition:.7s ease; text-decoration:none; }
  .photo-button:hover, .photo-button:focus { margin-top:0px; text-decoration:none; }
  .photo-button { width:25%; }
  .photo-button:hover, .photo-button:focus { width:50%; }
  .hidden-text { opacity:0; transition:.3s ease; max-height:0px; }
  .photo-button-gradient { opacity:0; transition:.3s ease; 
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9d9d9+0,0a2e6f+100&0+0,1+100 */
background: linear-gradient(to bottom,  rgba(217,217,217,0) 0%,rgba(10,46,111,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .photo-button:hover .photo-button-gradient, .photo-button:focus .photo-button-gradient { opacity:1; }
  .photo-button:hover .hidden-text, .photo-button:focus .hidden-text { opacity:1; max-height:900px; }
  .offset-xl-1 { margin-left: 8.33333333%% !important; }
  .offset-xl-2 { margin-left: 16.66666667% !important; }
  .offset-xl-3 { margin-left: 25% !important; }
  .offset-xl-4 { margin-left: 33.33333333% !important; }
  .offset-xl-5 { margin-left: 41.66666667% !important; }
  .offset-xl-6 { margin-left: 50% !important; }
  .offset-xl-7 { margin-left: 58.33333333% !important; }
  .offset-xl-8 { margin-left: 66.66666667% !important; }
  .offset-xl-9 { margin-left: 75% !important; }
  .offset-xl-10 { margin-left: 83.33333333% !important; }
  .offset-xl-11 { margin-left: 91.66666667% !important; }
  .col-xl-fifth { width:20% }
  .static-header { min-height:150px; }
  .static-header.has-image { min-height:390px; }
  .hero-spacer { height:635px; }
  .position-xl-sticky { position:sticky; z-index:99; background:#fff; top:0; right:0; left:0; }
  .columns { column-count: 3; }
  .w-xl-unset { width:unset !important; }
  .content-narrow { max-width:600px; }
  .hero-spacing { margin-bottom:-7vw; }
  h1, .h1, .fs-1 { font-size: 3.1rem !important; }
  aside hr { margin:2.8rem 0rem; }
  .arrow-wrapper { background:url("/images/interface/gpx_arrow-curved.svg") right top no-repeat; }
  .arrow-wrapper.smaller { background:url("/images/interface/gpx_arrow-curved-smaller.svg") right top no-repeat; }
  .arrow-wrapper.reversed { background:url("/images/interface/gpx_arrow-curved-white.svg") right top no-repeat; }
  .arrow-wrapper.smaller.reversed { background:url("/images/interface/gpx_arrow-curved-smaller-white.svg") right top no-repeat; }
}
@media screen and (min-width: 1400px) {
  .offset-xxl-1 { margin-left: 8.33333333%% !important; }
  .offset-xxl-2 { margin-left: 16.66666667% !important; }
  .offset-xxl-3 { margin-left: 25% !important; }
  .offset-xxl-4 { margin-left: 33.33333333% !important; }
  .offset-xxl-5 { margin-left: 41.66666667% !important; }
  .offset-xxl-6 { margin-left: 50% !important; }
  .offset-xxl-7 { margin-left: 58.33333333% !important; }
  .offset-xxl-8 { margin-left: 66.66666667% !important; }
  .offset-xxl-9 { margin-left: 75% !important; }
  .offset-xxl-10 { margin-left: 83.33333333% !important; }
  .offset-xxl-11 { margin-left: 91.66666667% !important; }
  #main-nav .dropdown-menu { min-width:100%; }
  .dropdown:hover .dropdown-menu { display: block; } /*CHANGE BOOTSTRAP NAV TO HOVER*/
  .nav-item:last-child .dropdown-menu { left:auto !important; right:0 !important; }
}
@media screen and (min-width: 1450px) {
	.content-left, .content-right { width:600px; }
    .content-left { position:relative; float:right; }
    .content-left::after { content:""; display:block; clear:both; }
}
@media screen and (min-width: 1600px) {
  #main-nav .nav-item:last-child .dropdown-menu { left:0 !important; right:auto !important; }
  .d-xxxl-none { display:none !important; }
  .d-xxxl-flex { display:flex !important; }
  .carousel-control-prev { left:-100px; }
  .carousel-control-next { right:-100px; }
  #main-nav .nav-item a.nav-link { padding-right:40px; }
  #main-nav .nav-item:last-child a.nav-link { padding-right:25px; }
}
@media screen and (min-width: 1800px) {
  .px-xxxl-0 { padding-left:0px !important; padding-right:0px !important; }
}
@media print {
  html, body, #main, #static-wrapper, section, article, #printHeader { display:block !important; width:100% !important; float:none !important; padding:0 !important; margin:0 !important; }
  *.d-print-none, .button { display:none !important; }
  .d-screen-only, a.button, a.learn-more-button { display:none !important; }
  .print-no-style, .print-no-style * { background:#fff !important; color:#000 !important; }
  .border-primary, .border-secondary, .border-success { border:none !important; }
  blockquote { background:#fff; border:#dedede solid 1px; }
  #print-header { display:block; padding-bottom:20px; margin-bottom:10px; border-bottom:#dedede solid 1px; font:normal 14px/15px "lato", sans-serif; color:#000; }
  #print-header { display:block; padding-bottom:20px; margin-bottom:10px; border-bottom:#dedede solid 1px; font:normal 14px/15px "lato", sans-serif; color:#000; }
  #print-header p { border-bottom:0px !important; margin-bottom:0px !important; }
  #print-header .print-logo { width:270px; }
  #print-header .print-logo img { max-width:250px !important; }
}



