@page { size:8.5in 11in;}
/*myriad-pro khand*/

/*BOOTSTRAP OVERRIDES*/
body { font-family: "myriad-pro", -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; }
.container.xl { max-width:1400px !important; }
strong, .font-weight-bold, .fw-bold { font-weight:600 !important; }
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: 28, 76, 107 !important; /*BLUE #1C4C6B*/
  --bs-primary: rgb(28, 76, 107) !important;
  --bs-secondary: rgb(125, 0, 0) !important; /*RED #7D0000*/
  --bs-secondary-rgb: 125, 0, 0 !important;
  --bs-success: rgb(18, 99, 61) !important; /*GREEN #12633D WAS #198754*/
  --bs-success-rgb: 18, 99, 61 !important;
  --bs-info: rgb(48, 111, 180) !important; /*BLUE #306FB4*/
  --bs-info-rgb: 48, 111, 180 !important;
  --bs-warning: rgb(173, 130, 0) !important; /*WARNING #FFC107*/
  --bs-warning-rgb: 173, 130, 0 !important;
  --bs-danger: rgb(220, 53, 69) !important; /*RED #DC3545*/
  --bs-danger-rgb: 220, 53, 69 !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-muted { color:#747474 !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:#FFC32D; }
.visually-hidden, .text-white .visually-hidden { color:#000 !important; background:#fff !important; }
.bg-success .text-warning { color:#FFC32D !important; }

.bg-grey { background-color:#7C7C7C; }
.bg-light-faded { background:rgba(255,255,255,.8); }
.bg-dark-faded { background:rgba(0,0,0,.8); }
.bg-primary-faded { background:rgba(28,76,107,.8); }
.bg-success-faded { background:rgba(18, 99, 61,.95); }
.bg-muted.lighter { background:#E8E8E8 !important; }
.bg-primary-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0071ba+0,1c4c6b+100&0+0,0.8+50 */
background: linear-gradient(to bottom, rgba(0,113,186,0) 0%,rgba(14,95,147,0.8) 50%,rgba(28,76,107,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bg-dark-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bg-arrow { background:url("/images/interface/gpx_arrow-hero-sm.svg") right center / cover no-repeat; }

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

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

a { color:#0051A8; }
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:inline-block; padding:12px 25px 10px 25px; font:600 1.3rem/1 "khand", sans-serif; background:#737373 !important; color:#fff !important; border:#FFC32D solid 1px; text-decoration:none !important; }
a.button:hover, a.button:focus { background:#000 !important; color:#FFC32D !important; text-decoration:none !important; }
a.button.reversed { background:rgba(255,255,255,1) !important; color:#000 !important; border:#fff solid 1px; text-decoration:none !important; }
a.button.reversed:hover, a.button.reversed:focus { background:rgba(0,0,0,.5) !important; color:#fff !important; text-decoration:none !important; }
a.button.success { border:#047940 solid 1px; }
a.button.success:hover, a.button.success:focus { color:#047940 !important; }

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:"Open Sans",sans-serif; }
.h1, h1 { font-size: 2.5rem; }
.h2, h2 { font-size: 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 'Open Sans', 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; }
.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; }
.invisible { opacity:0; }
.semitransparent { opacity:.5; }
.semitransparent2 { opacity:.25; }
.semitransparent3 { opacity:.1; }
.grayscale { filter:grayscale(1); }
.font-condensed { font-family:"khand", sans-serif; }
.image-fill { width:100%; height:100%; object-fit:cover; object-position:center; }
.image-fit { width:100%; height:100%; object-fit:contain; object-position:center; }
.fs-18 { font-size:18px; }

/*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 "Open Sans",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; }
.hero-button-offset { bottom:-5px; }
.top-social-icon { font-size:22px; color:#3f7597; background:transparent; width:26px; height:26px; border:none; text-decoration:none !important; }
.top-social-icon:hover, .top-social-icon:focus { color:#000; text-decoration:none !important; }
.top-social-icon svg { height:22px; width:auto; fill:#047940; transition:.3s ease; }
.top-social-icon:hover svg, .top-social-icon:focus svg { fill:#000; }
.hero-caption-padding { padding:2rem 7rem 2rem 1.5rem; }
.hero-social-icon { font-size:36px; color:#FFC32D; background:transparent; width:36px; height:36px; border:none; text-decoration:none !important; }
.hero-social-icon:hover, .hero-social-icon:focus { color:#000; text-decoration:none !important; }
.hero-social-icon svg { height:36px; width:auto; fill:#FFC32D; transition:.3s ease; }
.hero-social-icon:hover svg, .hero-social-icon:focus svg { fill:#000; }
.static-hero .hero-social-icon { color:#1C4C6B; }
.static-hero .hero-social-icon:hover, .static-hero .hero-social-icon:focus { color:#000; text-decoration:none !important; }
.static-hero .hero-social-icon svg { fill:#1C4C6B; }
.static-hero .hero-social-icon:hover svg, .static-hero .hero-social-icon:focus svg { fill:#000; }

/*HOME PAGE*/

#video-bkg-wrapper video {  width: 100vw !important; height: auto   !important; }

/*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; }
.carousel-control-next.inline, .carousel-control-prev.inline { position:relative; width:auto; }

/*LARGE BUTTONS*/
a.large-button { position:relative; text-decoration:none !important; width:100%; background:#000; }
a.large-button-1 .background-color { background:#224A65; }
a.large-button-2 .background-color { background:#198754; }
a.large-button-3 .background-color { background:#7C7C7C; }
a.large-button:hover .background-color, a.large-button:focus .background-color { background:#0071BA !important; text-decoration:none !important; }
.large-button-background { opacity:.2; filter:grayscale(.5); transition:.3s ease; }
a.large-button:hover .large-button-background, a.large-button:focus .large-button-background { filter:grayscale(1); }
a.large-button .button { display:inline-block; padding:12px 25px 10px 25px; font:600 1.3rem/1 "khand", sans-serif; background:rgba(0,0,0,.5) !important; color:#fff !important; border:#FFC32D solid 1px; text-decoration:none !important; }
a.large-button:hover .button, a.large-button:focus .button { background:rgba(0,0,0,1) !important; color:#FFC32D !important; text-decoration:none !important; }
.large-button-content { padding:30px; }
a.large-button .overlay-arrow { opacity:0; transition:.3s ease; }
a.large-button:hover .overlay-arrow, a.large-button:focus .overlay-arrow { opacity:1; }

/*LARGE PHOTOS*/
.large-image-wrapper .large-image-1 { width:35%; justify-content:center; }
.large-image-wrapper .large-image-2 { border-left:#fff solid 4px; position:absolute; top:0; right:33%; width:33.333%; z-index:2; justify-content:center;  }
.large-image-wrapper .large-image-3 { border-left:#fff solid 4px; position:absolute; top:0; right:0; width:33.333%; z-index:3; justify-content:center;  }

/*STATISTICS ROW*/
.bg-home-stat { background:url("/images/interface/gpx_bg-angle.svg") left bottom no-repeat; }

/*STATIC*/
#static-wrapper img { max-width:100%; height:auto; }
.static-header.has-image { min-height:100px; transition:.5s ease; }
.hero-caption-padding { padding:2rem 7rem 2rem 1.5rem; }
.bg-arrow.static { background:url("/images/interface/gpx_arrow-hero-white-sm.svg") right center / cover no-repeat; }

/*ACCORDION CUSTOMIZATION*/
.accordion-item { margin-bottom:15px; border:0px; }
.accordion-button { text-transform:uppercase; font:normal 1.5rem/1 "khand",sans-serif; color:#000; border-radius:0px !important; box-shadow:none !important; border:hidden; padding:15px 15px 10px 37px; }
/*.accordion-button.collapsed { border-bottom:#e5e5e5 solid 1px; }*/
.accordion-button:not(.collapsed) { color:#000; background:#fff; border-bottom:none !important; }
.accordion-button::after { display:none }
.accordion-button::before { content:""; position:absolute; left:-2px; top:16px; display:flex; align-items:center; justify-content:center; width:18px; height:18px; background:url("/images/interface/gpx_arrow-right-blue.svg") right center / contain no-repeat; transition:.3s ease; }
.accordion-button.collapsed::before { transform: rotate(0deg) !important; }
.accordion-button:not(.collapsed)::before { transform: rotate(90deg) !important; }
.accordion-body { margin-top:0px; padding:0px 15px 15px 30px; }

/*FANCY LIST*/
ul.fancy-list, ul.fancy-list li { margin:0; padding:0; list-style:none; font:400 1.3rem/1 "khand", sans-serif; }
ul.fancy-list { border-top:#EEEEEE solid 1px;  }
ul.fancy-list ul ul, ul.fancy-list ul ul ul { border-top:none; }
ul.fancy-list li { padding:10px 0px; border-bottom:#EEEEEE solid 1px;  }
ul.fancy-list li li, ul.fancy-list li li li { padding:10px 10px; border-bottom:none;  }
ul.fancy-list a { display:flex; padding:0px; text-transform:uppercase; justify-content:start; align-items:center; position:relative; color:#595959; text-decoration:none !important; transition:.3s ease; }
ul.fancy-list a::after { content:""; display:inline-block; width:60px; height:38px; background:url("/images/interface/gpx_arrow-right-blue.svg") right center no-repeat; filter:grayscale(1); opacity:.5; transition:.3s ease; }
ul.fancy-list a:hover, ul.fancy-list a:focus { font-weight:600; justify-content:space-between; text-decoration:none !important; }
ul.fancy-list a:hover::after, ul.fancy-list a:focus::after { filter:grayscale(0); opacity:1; }

/*HEADLINE*/
.headline-wrapper { position:relative; }

/*Nice Table*/
.nice-table th, .nice-table td { padding:5px 9px; }
.nice-table th, .nice-table th p { color:#fff !important; font-family:"Open Sans", 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%); }*/

/*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; }
aside hr { border-color:#fff !important; }
.sidebar-button { color:#fff !important; text-decoration:none !important; transition:.3s ease; background:#747474; }
.sidebar-button:hover, .sidebar-button:focus { color:#fff !important; text-decoration:none !important; background:#1C4C6B; }
.spacer-content { opacity:0; }
a.sidebar-button .button { display:inline-block; padding:12px 25px 10px 25px; font:600 1.3rem/1 "khand", sans-serif; background:rgba(0,0,0,.5) !important; color:#fff !important; border:#FFC32D solid 1px; text-decoration:none !important; }
a.sidebar-button:hover .button, a.sidebar-button:focus .button { background:rgba(0,0,0,1) !important; color:#FFC32D !important; text-decoration:none !important; }

/*FOOTER*/
#footer { background:#1C4C6B; }
.footer-icon svg { height:35px; width:auto; fill:#FFC32D; }
.footer-social-icon { font-size:32px; color:#FFC32D; width:35px; height:35px; border:none; text-decoration:none !important; transition:.3s ease; }
.footer-social-icon:hover, .footer-social-icon:focus { color:#fff; text-decoration:none !important; }
.footer-social-icon svg { height:35px; width:auto; fill:#FFC32D; transition:.3s ease; }
.footer-social-icon:hover svg, .footer-social-icon:focus svg { fill:#fff; }

/*NAV*/
.navbar-toggler svg { height:17px; width:auto; fill:#fff; }
.navbar-toggler:hover svg, .navbar-toggler:hover svg, .navbar-toggler.active svg { fill:#FFC32D; }
#main-nav.navbar { box-shadow: none; }
#main-nav .dropdown-menu { background:#29516A; padding:10px 0px; border-radius:0; border:none; }
#main-nav .dropdown-item { white-space:normal; padding:5px 10px; }
#main-nav .nav-item a { padding:10px 20px; font-family:"khand", sans-serif; position:relative; font-size:16px; background:#29516A; color:#fff; }
#main-nav .nav-item a:hover, #main-nav .nav-item a:focus { background:#19303E !important; text-decoration:none; }
#main-nav .nav-item a.active { background:#19303E !important; }
.dropdown-toggle::after { border-top:transparent .3em solid; } /**Keeps dropdown arrow invisible until hovered**/
.dropdown-toggle:hover::after, .dropdown-toggle:focus::after { border-top:#89a83e .3em solid; } /**set dropdown arrow color when hovered**/
#main-nav .nav-item a.nav-link { font-size:18px; background:transparent !important; }
#main-nav a.nav-link:hover, #main-nav a.nav-link:focus, #main-nav a.nav-link.active { text-shadow: 0px 0px 0px #000, 0px 0px 0px #000, 0px 0px 0px #000; background:transparent !important; }

/*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; }
}
@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; }
}
@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 (max-width: 1199px) {
  #main-nav .nav-item .nav-link { padding:10px 30px; }
}
@media screen and (min-width: 1200px) {
  .bg-arrow { background-image:url("/images/interface/gpx_arrow-hero.svg"); }
  .bg-arrow.static { background-image:url("/images/interface/gpx_arrow-hero-white.svg"); }
  .hero-caption-padding { padding:5rem 4rem 5rem 4rem; margin-top:100px; }
  .hero-button-offset { bottom:-30px; }
  .dropdown:hover .dropdown-menu { display: block; } /*CHANGE BOOTSTRAP NAV TO HOVER*/
  .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; }
  .static-header { min-height:150px; }
  .static-header.has-image { min-height:411px; }
  #static-header-spacer { min-height:100px; }
  #main-nav .nav-item a.nav-link { padding:38px 13px 30px 13px; }
  #main-nav .nav-item a.nav-link.dropdown-toggle { padding:38px 3px 30px 13px; }
  .nav-item:last-child .dropdown-menu { left:auto !important; right:0 !important; }
  .hero-spacer { height:635px; }
  .position-xl-sticky { position:sticky; z-index:99; top:0; right:0; left:0; }
  #header { position:fixed; top:0; right:0; left:0; }
  .columns { column-count: 3; }
  .content-narrow { width:600px; }
  .p-xxl-xlarge { padding:5.6rem 0px 5.6rem 5.6rem !important; }
  a.large-button { height:400px !important; }
  .overlay-text { max-height:1px; overflow:hidden; transition:.3s ease; }
  a.large-button:hover .overlay-text, a.large-button:focus .overlay-text { max-height:400px; }
  a.large-button.large-button-count-2.large-button-1 { width:50%; }
  a.large-button.large-button-count-2.large-button-2 { border-left:#fff solid 4px; position:absolute; top:0; right:0; width:50%; z-index:2; justify-content:center; }
  a.large-button.large-button-count-3.large-button-1 { width:35%; justify-content:center; }
  a.large-button.large-button-count-3.large-button-2 { border-left:#fff solid 4px; position:absolute; top:0; right:33%; width:33.333%; z-index:2; justify-content:center;  }
  a.large-button.large-button-count-3.large-button-3 { border-left:#fff solid 4px; position:absolute; top:0; right:0; width:33.333%; z-index:3; justify-content:center;  }
  .sidebar-button .overlay-content { opacity:0; max-height:1px; transition:.3s ease; overflow:hidden; }
  .sidebar-button:hover .overlay-content, .sidebar-button:focus .overlay-content { opacity:1; max-height:900px; }
  .display-4.arrow-header { position:relative; }
  .display-4.arrow-header::before { content:""; display:block; position:absolute; top:0px; left:-36px; width:36px; height:56px; background:url("/images/interface/gpx_yellow-arrow.svg") left 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; }
  .interactive-map-ratio { height:unset !important; aspect-ratio:1.5 / 1; }
}
@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: 1500px) {
  .headline-wrapper::before { content:""; position:absolute; display:block; left:-36px; top:11px; width: 0px; height: 0px; border-style: solid; border-width: 16.5px 0 16.5px 20px; border-color: transparent transparent transparent #FFC32D; transform: rotate(0deg); }
  #main-nav .nav-item a.nav-link { padding:38px 23px 30px 23px; }
  #main-nav .nav-item a.nav-link.dropdown-toggle { padding:38px 13px 30px 23px; }
}
@media screen and (min-width: 1600px) {
  #main-nav .nav-item:last-child .dropdown-menu { left:0 !important; right:auto !important; }
  .d-xxxl-block { display:block !important; }
  .large-button-content { width:60%; padding:50px; }
  a.large-button.large-button-count-2.large-button-1 { width:75%; }
  a.large-button.large-button-count-2.large-button-2 { border-left:none; position:absolute; top:0; right:0; width:75%; z-index:2; justify-content:end; }
  a.large-button.large-button-count-3.large-button-1 { width:50%; justify-content:start; }
  a.large-button.large-button-count-3.large-button-2 { border-left:none; position:absolute; top:0; right:25%; width:50%; z-index:2; justify-content:center;  }
  a.large-button.large-button-count-3.large-button-3 { border-left:none; position:absolute; top:0; right:0; width:44%; z-index:3; justify-content:end;  }
  a.large-button.large-button-2, a.large-button.large-button-3 {
      mask-image: url('/images/interface/gpx_large-button-shape.svg');
      mask-repeat: no-repeat;
      mask-position: left bottom;
      mask-size: cover;
      -webkit-mask-image: url('/images/interface/gpx_large-button-shape.svg');
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: left bottom;
      -webkit-mask-size: cover;
  }
  .large-image-wrapper .large-image-1 { width:50%; justify-content:start; }
  .large-image-wrapper .large-image-2 { border-left:none; position:absolute; top:0; right:25%; width:50%; z-index:2; justify-content:center;  }
  .large-image-wrapper .large-image-3 { border-left:none; position:absolute; top:0; right:0; width:44%; z-index:3; justify-content:end;  }
  .large-image-wrapper .large-image-2, .large-image-wrapper .large-image-3 {
      mask-image: url('/images/interface/gpx_large-button-shape.svg');
      mask-repeat: no-repeat;
      mask-position: left bottom;
      mask-size: cover;
      -webkit-mask-image: url('/images/interface/gpx_large-button-shape.svg');
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: left bottom;
      -webkit-mask-size: cover;
  }
}
@media screen and (min-width: 2000px) {
  a.large-button.large-button-count-3.large-button-1 { width:40%; justify-content:center;  }
  a.large-button.large-button-count-3.large-button-3 { width:40%; justify-content:center;  }
}
@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; }
  .no-break-inside { break-inside: avoid; }
  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 "Open Sans", sans-serif; color:#000; }
  #print-header { display:block; padding-bottom:20px; margin-bottom:10px; border-bottom:#dedede solid 1px; font:normal 14px/15px "Open Sans", 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; }
}



