@page { size:8.5in 11in;}

/*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"; }
.container { max-width:1200px !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; }

.text-primary, .text-primary a { color:#007a74 !important } /**DARK TEAL 0,122,116**/
.text-secondary { color:#0071bb !important } /**BLUE 0,113,187**/
.text-success { color:#7F9C3A !important; } /**GREEN 127,156,58**/
.text-warning { color:#cca230 !important; } /**YELLOW 204,162,48**/
.text-info { color:#0071bb !important; } /**BLUE 0,113,187**/
.text-dark { color:#3a3a3a !important; }
.text-grey { color:#757575 !important; }
.text-white, .text-white * { color:#fff !important; }
.text-larger { font-size:1.3rem; }
.text-shadow { text-shadow:0 0 8px rgba(0,0,0,.5); }

.bg-secondary { background:#0071bb !important; } /*was 06778E*/
.bg-info { background:#0071bb !important; } /*was 06778E*/
.bg-success { background:#198754 !important; }
.bg-warning { background:#cca230 !important; }
.bg-warning-faded { background:rgba(204,162,48,.8); }
.bg-danger { background:##dc3545 !important; }
.bg-muted { background:#DBDBDB !important; }
.bg-light { background:rgba(255,255,255) !important; }
.bg-dark { background:rgba(0,0,0) !important; }
.bg-grey { background-color:#737373; }
.bg-light-faded { background:rgba(255,255,255,.8); }
.bg-dark-faded { background:rgba(0,0,0,.7); }
.bg-muted.lighter { background:#E8E8E8 !important; }
.border-primary { border-color:#007a74 !important; }
.border-light { border-color:#ccc !important; }
.border-muted { border-color:#d1d1d1 !important; }
.border-large { border-width:25px !important; }
.border-success { border-color:#a7d05c !important; }

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

a { color:#0051A8; }
.link-dark a { color:#000 !important; }
a#admin_button { display:inline-block; font-size:12px; padding:5px 10px; border-radius:8px; background:#a7a7a7; color:#fff !important; text-decoration:none !important; position:absolute; top:-30px; left:13px; opacity:0.3; }
a#admin_button:hover { opacity:1; }
a.no-line, button.no-line, .no-line a, .no-line button { text-decoration:none; }
a.no-line:hover, a.no-line:focus, button.no-line:hover, button.no-line:focus, .no-line a:hover, .no-line a:focus { text-decoration:underline; }
b, strong { font-weight:600; }
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, h1, h2, h3 { font-family:bebas-neue-pro, sans-serif; line-height:1.4; }
.h4, .h5, h4, h5 { font-family:bitter, serif; line-height:1.4; }
.h1, h1 { font-size: 2.5rem; font-weight:600; }
.h2, h2 { font-size: 2rem; font-weight:600; }
.h3, h3 { font-size: 1.75rem; font-weight:600; }
.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 myriad-pro, 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; }
a.button  { font:600 1.8rem/1 bebas-neue-pro, sans-serif; }
a.button { display:inline-block; padding:13px 19px; border:#007a74 solid 1px; background:#007a74; color:#fff !important; text-decoration:none; }
a.button:after { content:"\f054\f054"; font:900 1.8rem/1 "Font Awesome 5 Free"; display:inline-block; padding-left:8px; letter-spacing:-8px; }
a.button:hover, a.button:focus { background:#fff; color:#007a74 !important; }
a.button.muted { border:#757575 solid 1px; background:#757575; color:#fff !important; }
a.button.muted:hover, a.button.muted:focus { background:#fff; color:#757575 !important; }
a.button.secondary { border:#0071bb solid 1px; background:#0071bb; color:#fff !important; }
a.button.secondary:hover, a.button.secondary:focus { background:#fff; color:#0071bb !important; }
a.button.white-faded, .text-white a.button { border:#fff solid 1px; background:rgba(255,255,255,.5); text-shadow:0px 0px 15px #000; }
a.button:hover, a.button:focus { background:#fff; color:#757575 !important; text-shadow:none; }

.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, .offset-top { 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; }
.z-index-4 { z-index:4; }
.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; }
.faded { opacity:.8; }
.semitransparent { opacity:.1; }
.grayscale { filter: grayscale(100%); }
.hidden { opacity:0; }
.box-shadow { box-shadow:0px 0px 15px #000; }
.box-glow { box-shadow:0px 0px 30px #fff; }

.font-condensed { font-family: bebas-neue-pro, sans-serif !important; }
.font-serif { font-family: bitter, serif !important; }

/*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 myriad-pro,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 5 Free"; 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*/
#top-logo { max-width:250px; }
#top-logo.edd { max-width:140px; }
.top-social-icon { font-size:1.8rem; color:#fff !important; border-left:#fff solid 8px; text-decoration:none; transition:.5s ease; }
.top-social-icon:hover, .top-social-icon:focus	{ border-left:#fff solid 30px; text-decoration:none; }

#header a.button { font-size:1.1rem; padding:17px 22px; }
#header a.button:after { content:""; }

/*HOME PAGE*/
.home-hero-spacer { height:100vh; max-height:calc(100vh - 200px); }
h2.box-before, .h2.box-before { position:relative; font-size:2.8rem; }
h2.box-before:before, .h2.box-before:before { content:""; display:block; position:absolute; width:54px; left:-70px; top:3px; height:45px; background:#fff; }
h2.box-before.blue:before, .h2.box-before.blue:before { background:#0070BB; }
h2.box-before.gold:before, .h2.box-before.gold:before { background:#cca230; }
h2.box-before.green:before, .h2.box-before.green:before { background:#a7d05c; }
h2.box-before.teal:before, .h2.box-before.teal:before { background:#007a74; }

.bg-dots { text-decoration:none; transition:.5s ease; }
.bg-dots.blue.left:before { content:""; display:block; width:50%; position:absolute; top:0; left:0; bottom:0; background:url('/images/interface/gpx_hero-dots-blue-left.svg') left bottom / contain no-repeat; }
.bg-dots.blue.right:before { content:""; display:block; width:50%; position:absolute; top:0; right:0; bottom:0; background:url('/images/interface/gpx_hero-dots-blue-right.svg') right bottom / contain no-repeat; }
.bg-dots.gold.left:before { content:""; display:block; width:50%; position:absolute; top:0; left:0; bottom:0; background:url('/images/interface/gpx_hero-dots-gold-left.svg') left bottom / contain no-repeat; }
.bg-dots.gold.right:before { content:""; display:block; width:50%; position:absolute; top:0; right:0; bottom:0; background:url('/images/interface/gpx_hero-dots-gold-right.svg') right bottom / contain no-repeat; }
.bg-dots.green.left:before { content:""; display:block; width:50%; position:absolute; top:0; left:0; bottom:0; background:url('/images/interface/gpx_hero-dots-green-left.svg') left bottom / contain no-repeat; }
.bg-dots.green.right:before { content:""; display:block; width:50%; position:absolute; top:0; right:0; bottom:0; background:url('/images/interface/gpx_hero-dots-green-right.svg') right bottom / contain no-repeat; }
.bg-dots.teal.left:before { content:""; display:block; width:50%; position:absolute; top:0; left:0; bottom:0; background:url('/images/interface/gpx_hero-dots-teal-left.svg') left bottom / contain no-repeat; }
.bg-dots.teal.right:before { content:""; display:block; width:50%; position:absolute; top:0; right:0; bottom:0; background:url('/images/interface/gpx_hero-dots-teal-right.svg') right bottom / contain no-repeat; }
.bg-dots.narrow:before { width:90% !important; }

.bg-blue-gradient-angle-left {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0070bb+0,0070bb+100&0.8+0,0+50 */
background: -moz-linear-gradient(45deg, rgba(0,112,187,0.8) 0%, rgba(0,112,187,0) 50%, rgba(0,112,187,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(0,112,187,0.8) 0%,rgba(0,112,187,0) 50%,rgba(0,112,187,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(0,112,187,0.8) 0%,rgba(0,112,187,0) 50%,rgba(0,112,187,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0070bb', endColorstr='#000070bb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg-blue-gradient-angle-right {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0070bb+0,0070bb+100&0+50,0.8+100 */
background: -moz-linear-gradient(-45deg, rgba(0,112,187,0) 0%, rgba(0,112,187,0) 50%, rgba(0,112,187,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(0,112,187,0) 0%,rgba(0,112,187,0) 50%,rgba(0,112,187,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(0,112,187,0) 0%,rgba(0,112,187,0) 50%,rgba(0,112,187,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000070bb', endColorstr='#cc0070bb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg-gold-gradient-angle-left {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cca230+0,cca230+100&0.8+0,0+50 */
background: -moz-linear-gradient(45deg, rgba(204,162,48,0.8) 0%, rgba(204,162,48,0) 50%, rgba(204,162,48,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(204,162,48,0.8) 0%,rgba(204,162,48,0) 50%,rgba(204,162,48,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(204,162,48,0.8) 0%,rgba(204,162,48,0) 50%,rgba(204,162,48,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccca230', endColorstr='#00cca230',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg-gold-gradient-angle-right {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cca230+0,cca230+100&0+50,0.8+100 */
background: -moz-linear-gradient(-45deg, rgba(204,162,48,0) 0%, rgba(204,162,48,0) 50%, rgba(204,162,48,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(204,162,48,0) 0%,rgba(204,162,48,0) 50%,rgba(204,162,48,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(204,162,48,0) 0%,rgba(204,162,48,0) 50%,rgba(204,162,48,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cca230', endColorstr='#cccca230',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg-green-gradient-angle-left {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a7d05c+0,a7d05c+100&0.8+0,0+50 */
background: -moz-linear-gradient(45deg, rgba(167,208,92,0.8) 0%, rgba(167,208,92,0) 50%, rgba(167,208,92,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(167,208,92,0.8) 0%,rgba(167,208,92,0) 50%,rgba(167,208,92,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(167,208,92,0.8) 0%,rgba(167,208,92,0) 50%,rgba(167,208,92,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca7d05c', endColorstr='#00a7d05c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg-green-gradient-angle-right {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a7d05c+0,a7d05c+100&0+50,0.8+100 */
background: -moz-linear-gradient(-45deg, rgba(167,208,92,0) 0%, rgba(167,208,92,0) 50%, rgba(167,208,92,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(167,208,92,0) 0%,rgba(167,208,92,0) 50%,rgba(167,208,92,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(167,208,92,0) 0%,rgba(167,208,92,0) 50%,rgba(167,208,92,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7d05c', endColorstr='#cca7d05c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg-teal-gradient-angle-left {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007a74+0,007a74+100&0.8+0,0+50 */
background: -moz-linear-gradient(45deg, rgba(0,122,116,0.8) 0%, rgba(0,122,116,0) 50%, rgba(0,122,116,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(0,122,116,0.8) 0%,rgba(0,122,116,0) 50%,rgba(0,122,116,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(0,122,116,0.8) 0%,rgba(0,122,116,0) 50%,rgba(0,122,116,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc007a74', endColorstr='#00007a74',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg-teal-gradient-angle-right {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#01867e+0,01867e+100&0+50,0+50,0.8+98 */
background: -moz-linear-gradient(-45deg, rgba(1,134,126,0) 0%, rgba(1,134,126,0) 50%, rgba(1,134,126,0.8) 98%, rgba(1,134,126,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(1,134,126,0) 0%,rgba(1,134,126,0) 50%,rgba(1,134,126,0.8) 98%,rgba(1,134,126,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(1,134,126,0) 0%,rgba(1,134,126,0) 50%,rgba(1,134,126,0.8) 98%,rgba(1,134,126,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0001867e', endColorstr='#cc01867e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg-grey-gradient.left {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4e4e4e+0,4e4e4e+100&0.8+30,0.5+40,0+50 */
background: -moz-linear-gradient(left, rgba(78,78,78,0.8) 0%, rgba(78,78,78,0.8) 30%, rgba(78,78,78,0.5) 40%, rgba(78,78,78,0) 50%, rgba(78,78,78,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(78,78,78,0.8) 0%,rgba(78,78,78,0.8) 30%,rgba(78,78,78,0.5) 40%,rgba(78,78,78,0) 50%,rgba(78,78,78,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(78,78,78,0.8) 0%,rgba(78,78,78,0.8) 30%,rgba(78,78,78,0.5) 40%,rgba(78,78,78,0) 50%,rgba(78,78,78,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc4e4e4e', endColorstr='#004e4e4e',GradientType=1 ); /* IE6-9 */
}
.bg-grey-gradient.right {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4e4e4e+0,4e4e4e+100&0+50,0.5+60,0.5+60,0.8+70 */
background: -moz-linear-gradient(left, rgba(78,78,78,0) 0%, rgba(78,78,78,0) 50%, rgba(78,78,78,0.5) 60%, rgba(78,78,78,0.8) 70%, rgba(78,78,78,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(78,78,78,0) 0%,rgba(78,78,78,0) 50%,rgba(78,78,78,0.5) 60%,rgba(78,78,78,0.8) 70%,rgba(78,78,78,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(78,78,78,0) 0%,rgba(78,78,78,0) 50%,rgba(78,78,78,0.5) 60%,rgba(78,78,78,0.8) 70%,rgba(78,78,78,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004e4e4e', endColorstr='#cc4e4e4e',GradientType=1 ); /* IE6-9 */
}

.bg-white-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.8+38,0+50 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 38%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 38%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 38%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

/*FEATURED NEWS AND EVENTS*/
.featured-item { transition:.5s ease; text-decoration:none; padding:25px 45px; }
.featured-item:hover, .featured-item:focus { text-decoration:none; }
.featured-item-title, .featured-item-text { color:#757575 }
.featured-item-title { position:relative; font:600 2.0rem/1 bebas-neue-pro, sans-serif; transition:.5s ease; }
.featured-item:hover .featured-item-title, .featured-item:focus .featured-item-title { color:#007a74; }
.featured-item.blue:hover .featured-item-title, .featured-item.blue:focus .featured-item-title { color:#0071bb; }
.featured-item-title:before { content:""; display:block; position:absolute; width:20px; left:-30px; top:3px; height:45px; background:#757575; transition:.5s ease; }
.featured-item:hover .featured-item-title:before, .featured-item:focus .featured-item-title:before { content:""; display:block; position:absolute; width:50px; left:-60px; top:3px; height:45px; background:#007a74; }
.featured-item.blue:hover .featured-item-title:before, .featured-item.blue:focus .featured-item-title:before { background:#0071bb; }
.featured-item-button  { font:600 1.8rem/1 bebas-neue-pro, sans-serif; }
.featured-item-button { padding:13px 19px; border:#007a74 solid 1px; background:#757575; color:#fff !important; text-decoration:none; transition:.5s ease; }
.featured-item:hover .featured-item-button, .featured-item:focus .featured-item-button { background:#007a74; }
.featured-item.blue:hover .featured-item-button, .featured-item.blue:focus .featured-item-button { background:#0071bb; }
.featured-item-button:after { content:"\f054\f054"; font:900 1.8rem/1 "Font Awesome 5 Free"; display:inline-block; padding-left:8px; letter-spacing:-8px; }
.featured-item:before { content:""; position:absolute; top:0; right:20px; bottom:20px; left:20px; z-index:1; box-shadow:0px 0px 20px rgba(0,0,0,.5); opacity:0; transition:opacity .5s ease; }
.featured-item:after { content:""; position:absolute; top:0; right:0px; bottom:0; left:0px; z-index:2; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+50,1+84 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 84%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 84%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 84%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.featured-item:hover:before, .featured-item:focus:before { opacity:1; }

.inset-text * { margin-bottom:0px !important; line-height:1 !important; }
.inset-text .h2, .inset-text h2 { font-size: 3.5rem; font-weight:600; }
.inset-text .h3, .inset-text h3 { font-size: 2.5rem; font-weight:600; }
.inset-text .h4, .inset-text h4 { font-size: 1.0rem; }

.inset-text-small { max-width:75%; }

/*TOP MESSAGE*/
#top-message-text { padding-left:20px; border-left:#007a74 42px solid; }
#top-message-text p { font-size:1.5rem; text-shadow:0px 0px 20px #000; }
#top-message { padding: 75px 0 35px 0; transition:padding .5s ease;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7f7f7f+0,7f7f7f+100&0+0,0.54+27,0.8+57 */
background: -moz-linear-gradient(top, rgba(127,127,127,0) 0%, rgba(127,127,127,0.54) 27%, rgba(127,127,127,0.8) 57%, rgba(127,127,127,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(127,127,127,0) 0%,rgba(127,127,127,0.54) 27%,rgba(127,127,127,0.8) 57%,rgba(127,127,127,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(127,127,127,0) 0%,rgba(127,127,127,0.54) 27%,rgba(127,127,127,0.8) 57%,rgba(127,127,127,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f7f7f', endColorstr='#cc7f7f7f',GradientType=0 ); /* IE6-9 */
}
#top-message:before { content:""; display:block; width:50%; position:absolute; top:0; left:0; bottom:0; background:url('/images/interface/gpx_hero-dots-teal-left.svg') left bottom / contain no-repeat; }
#top-message:after { content:""; display:block; width:50%; position:absolute; top:0; right:0; bottom:0; background:url('/images/interface/gpx_hero-dots-teal-right.svg') right bottom / contain no-repeat; }

#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; }

.stats-text * { font-size: 1.25rem !important; }

/*STATIC*/
#static-content p { line-height:2 }
#static-content .h5 p { line-height:1.4; }
#static-content .h2, #static-content h2 { line-height:1; }

/*ACCORDION*/
.accordion-button { position:relative; }
.accordion-button:hover, .accordion-button:focus { text-decoration:none !important; }
.accordion-button:after { background:none !important; position:absolute; left:18px; content: "\f054"; font:900 1.3rem/1 "Font Awesome 5 Free"; transform: rotate(90deg) !important; color:#0071bb; }
.accordion-button:not(.collapsed):after { transform: rotate(0deg) !important; }
.accordion-content ul, .accordion-content ul li { margin:0; padding:0; list-style:none }
.accordion-content ul li { position:relative; padding:10px 0px; }
.accordion-content ul li:before { content:""; display:block; position:absolute; width:8px; height:27px; background:#0071bb; top:12px; left:-22px; }

/*STATIC HEADER TEXT*/
#static-header-text { padding-left:12px; border-left:#007a74 42px solid; }
#static-header-text p { font-size:1.5rem; text-shadow:0px 0px 20px #000; }
#static-header { padding: 75px 0 35px 0; transition:padding .5s ease;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7f7f7f+0,7f7f7f+100&0+0,0.54+27,0.8+57 */
background: -moz-linear-gradient(top, rgba(127,127,127,0) 0%, rgba(127,127,127,0.54) 27%, rgba(127,127,127,0.8) 57%, rgba(127,127,127,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(127,127,127,0) 0%,rgba(127,127,127,0.54) 27%,rgba(127,127,127,0.8) 57%,rgba(127,127,127,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(127,127,127,0) 0%,rgba(127,127,127,0.54) 27%,rgba(127,127,127,0.8) 57%,rgba(127,127,127,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f7f7f', endColorstr='#cc7f7f7f',GradientType=0 ); /* IE6-9 */
}
#static-header:before { content:""; display:block; width:50%; position:absolute; top:0; left:0; bottom:0; background:url('/images/interface/gpx_hero-dots-teal-left.svg') left bottom / contain no-repeat; }
#static-header:after { content:""; display:block; width:50%; position:absolute; top:0; right:0; bottom:0; background:url('/images/interface/gpx_hero-dots-teal-right.svg') right bottom / contain no-repeat; }

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

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

/*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; }

/*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 { 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; }
.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; }

/*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%); }

/*YOUTUBE 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 5 Free"; color:#fff; opacity:.2; z-index:1; }
.play-button-icon:hover:before, .play-button-icon:focus:before { opacity:.8; }
.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; }

/*ASIDE*/
aside a.button  { font:600 1.4rem/1 bebas-neue-pro, sans-serif; }
aside a.button { display:inline-block; padding:9px 16px; border:#007a74 solid 1px; background:#007a74; color:#fff !important; text-decoration:none; }
aside a.button:after { font:900 1.4rem/1 "Font Awesome 5 Free"; padding-left:8px; letter-spacing:-6px; }
.sidebar-spacer-1 { display:none; }

/*FOOTER*/
#footer { background:url('/images/interface/bg-footer.jpg') center / cover no-repeat; }
#footer img, .footer-logo { max-width:132px !important; }
#footer h2 { font-size:2.2rem; }
.bg-footer-office { background:url('/images/interface/bg-footer-office.jpg') center / cover no-repeat; }
.bg-footer-meeting { background:url('/images/interface/bg-footer-meeting.jpg') center / cover no-repeat; }

/*NAV*/
#main-nav.navbar { box-shadow: none; }
#main-nav .dropdown-item { white-space:normal; padding:5px 10px; }
#main-nav .nav-item a.nav-link:hover, #main-nav .nav-item a.nav-link:focus { background:#fff !important; text-decoration:none !important; color:#000; }
#main-nav .nav-item.active a.nav-link { background:#fff !important; color:#000; }
#main-nav .nav-item a.nav-link { position:relative; color:#757575; }
.dropdown-toggle::after { display:none !important; 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-line { display:block; width:90px; height:4px; margin-top:4px; background:#cca230; border-radius:2px; transition:.5s ease; }
#main-nav .nav-line.success { background:#a7d05c; }
#main-nav .nav-item a.nav-link:hover .nav-line, #main-nav .nav-item a.nav-link:focus .nav-line, #main-nav .nav-item.active a .nav-line { width:100%; }
#main-nav .nav-item a.nav-link { padding:0px 50px 24px 0px; transition:.5s ease; }
#main-nav .nav-item a.nav-link:hover, #main-nav .nav-item a.nav-link:focus, #main-nav .nav-item.active a.nav-link { padding:12px 50px 12px 0px; }

/*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 { position:absolute; display:inline-flex; width:100%; justify-content:center; }
.slick-dots button { border:none !important; text-indent:-999999999999px; background-color:#cce3f1 !important; height:16px !important; width:16px !important; margin:10px 5px 0px 5px; }
li.slick-active button { background:#0071bb !important; }
.slick-dots button:hover, .slick-dots button:focus { background-color:#0071bb !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; }
}
@media screen and (min-width: 768px) {
  .static-header.has-image { min-height:200px; }
  #top-message-text .h1, #top-message-text h1 { font-size: 3.3rem; }
  #top-message-text .h2, #top-message-text h2 { font-size: 2.5rem; }
  #static-header-text .h1, #static-header-text h1 { font-size: 3.1rem; }
  #static-header-text .h2, #static-header-text h2 { font-size: 2.5rem; }
}
@media screen and (min-width: 992px) {
  .h1, h1 { font-size: 3rem; font-weight:600; }
  .h2, h2 { font-size: 2.5rem; font-weight:600; }
  .h3, h3 { font-size: 1.75rem; font-weight:600; }
  .h4, h4 { font-size: 1.5rem; }
  .h5, h5 { font-size: 1.25rem; }
  .h6, h6 { font-size: 1rem; }
  .lh-sm { line-height:1.5 !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; }
  .offset-top { top:-40px; }
  .offset-left { left:-40px; }
  .inset-text-small { max-width:50%; }
  .w-lg-100 { width:100% !important; }
  .bg-interactive-map { background:url('/images/interface/gpx_home-map.svg') center / cover no-repeat; }
}
@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-spacer.sticky { height:191px; }
  #header.sticky { position:fixed; left:0; right:0; top:0; z-index:5; }
  #header.sticky #top-nav, #header.sticky #top-logo { display:none; }
  #header.sticky #nav-wrapper { padding-top:5px; }
  .static-header { min-height:150px; }
  .static-header.has-image { min-height:390px; }
  .nav-item:last-child .dropdown-menu { left:auto !important; right:0 !important; }
  #top-logo { position:absolute; width:100%; }
  #nav-wrapper { padding-top:65px; }
  .content-left, .content-right { width:600px; }
  .content-left { float:right; }
  #main-nav .nav-item:last-child a { padding-right:0px !important; }
  #top-message { padding: 181px 0 80px 0; }
  .inset-text-small { max-width:50%; }
}
@media screen and (min-width: 1600px) {
  .nav-item:last-child .dropdown-menu { left:0 !important; right:auto !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; }
  #print-header { display:block; padding-bottom:20px; font:normal 14px/15px myriad-pro, sans-serif; color:#000; }
  #print-header table { width:100%; }
  #print-header td{ vertical-align:middle !important;}
  #print-header table td:first-child { width:122px; }
  #print-header table img { max-width:92px !important; }
}



