@page { size:8.5in 11in;}

/*BOOTSTRAP OVERRIDES*/
body { font-family: "futura-pt", -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 { color:#2d567a !important } /**BLUE 45,86,122**/
.text-secondary { color:#dc3700 !important } /**DK ORANGE 220,55,0**/
.text-success { color:#7F9C3A !important; } /**GREEN 127,156,58**/
.text-warning { color:#C77F0A !important; } /**YELLOW 199,127,10**/
.text-info { color:#07778D !important; }
.text-muted { color:#747474 !important; }
.text-dark { color:#555 !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); }

.border-primary { border-color:#2d567a !important }
.border-secondary { border-color:#dc3700 !important }
.border-success { border-color:#7F9C3A !important; }
.border-warning { border-color:#C77F0A !important; }
.border-info { border-color:#07778D !important; }

.bg-none { background:none !important; }
.bg-primary { background:#2d567a !important; }
.bg-secondary { background:#dc3700 !important; }
.bg-info { background:#06778E !important; }
.bg-success { background:#198754 !important; }
.bg-warning { background:#ffc107 !important; }
.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-dk-blue { background-color:#1b3449 } /*RGB 27,52,73*/
.bg-primary-faded { background:rgba(45,86,122,.5) !important; }
.bg-secondary-faded { background:rgba(220,55,0,.5) !important; }
.bg-light-faded { background:rgba(255,255,255,.8); }
.bg-dark-faded { background:rgba(0,0,0,.8); }
.bg-muted.lighter { background:#E8E8E8 !important; }
.bkg-triangle-white-faded:before { content:""; display:block; position:absolute; inset:0; background:rgba(255,255,255,.8); transform-origin: top left; transform: rotate(16.5deg); }

.bg-primary-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d567a+0,2d567a+100&0+1,0.7+49,0.8+100 */
background: -moz-linear-gradient(top, rgba(45,86,122,0) 0%, rgba(45,86,122,0) 1%, rgba(45,86,122,0.7) 49%, rgba(45,86,122,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(45,86,122,0) 0%,rgba(45,86,122,0) 1%,rgba(45,86,122,0.7) 49%,rgba(45,86,122,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(45,86,122,0) 0%,rgba(45,86,122,0) 1%,rgba(45,86,122,0.7) 49%,rgba(45,86,122,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002d567a', endColorstr='#cc2d567a',GradientType=0 ); /* IE6-9 */
}
.bg-light-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+75,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,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,1) 75%,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 */
}

.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:hover, a:focus { transition:.3s ease; }
.text-dark a { color:#555; }
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-cursor { text-decoration:none; cursor:default !important; }
a.no-line, button.no-line, .no-line a { 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; }
a.button, .button a { display:inline-block; padding:14px 15px; line-height:1; background:#064a76 !important; color:#fff !important; border:#064a76 solid 1px; text-decoration:none !important; }
a.button:hover, a.button:focus, .button a:hover, .button a:focus { background:#fff !important; color:#064a76 !important; text-decoration:none !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; }
blockquote p:last-of-type { margin-bottom:0px !important; }
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:"futura-pt",sans-serif; }
.h1, h1 { font-size: 2.0rem; }
.h2, h2 { font-size: 1.75rem; }
.h3, h3 { font-size: 1.5rem; }
.h4, h4 { font-size: 1.2rem; }
.h5, h5 { font-size: 1.1rem; }
.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 'futura-pt', 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-negative { z-index:-1; }
.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:-3px !important; margin-right:-3px !important; }
.w-max-50 { max-width:50% !important; }
.semitransparent { opacity:.5; }
.background-blur { inset:-20px; filter:blur(10px) opacity(.5); }
#lois-wrapper, #lois-wrapper iframe { width:100%; height:100vh; margin:0 auto; }
#lois-wrapper-tall, #lois-wrapper-tall iframe { width:100%; height:350vh; margin:0 auto; }

/*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 "futura-pt",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*/
#header { position:relative; z-index:99; }
.bg-header { background:url('/images/interface/gpx_bg-top-nav.svg') #fff center left / auto 100% no-repeat; }
#nav-social { background:url('/images/interface/gpx_nav-edge.svg') #dc3700 center left / auto 100% no-repeat; padding:0px 20px 0px 46px; }
a.nav-social-icon { color:#fff; background:#dc3700; padding:8px; margin:8px 0px; text-decoration:none; border-radius:8px; line-height:1; }
a.nav-social-icon:hover, a.nav-social-icon:focus { color:#dc3700; background:#fff; }

/*HOME PAGE*/
#home-hero-section-wrapper { margin-bottom:calc(100vw - 107.4vw); }
.home-caption-offset { padding-bottom:calc(107.4vw - 100vw); }
.home-hero-offset { padding-top:calc(107.4vw - 100vw); }
.mask-area {
  mask-image: url('/images/interface/gpx_hero-spacer-home.svg');
  mask-repeat: no-repeat;
  mask-position:center center;
  mask-size:contain;
  -webkit-mask-image: url('/images/interface/gpx_hero-spacer-home.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position:center center;
  -webkit-mask-size:contain;
}
.bottom-line { bottom:-3px; }
.bottom-shape { bottom:0px; width:150vw; height:150px; transform-origin: top left; transform: rotate(9.5deg); }
#video-bkg-wrapper video {  width: 100vw !important; height: auto   !important; }

/*HOME PAGE ROWS*/
.background-blur { inset:-20px; filter:blur(10px) opacity(.3) brightness(1.2); }
.logo-mask { inset:0px;
  mask-image: url('/images/interface/gpx_logo-mask.svg');
  mask-repeat: no-repeat;
  mask-position:center center;
  mask-size:contain;
  -webkit-mask-image: url('/images/interface/gpx_logo-mask.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position:center center;
  -webkit-mask-size:contain;
}

.large-button { min-height:350px; }
.large-button, .large-button:hover, .large-button:focus { text-decoration:none; }
.overlay-color { left:-50%; top:-100%; width:200%; height:200%; transform-origin: top left; transform: rotate(16.5deg); transition:.5s ease; }
.large-button .hidden-text { opacity:0; transition:.5s ease; }
.large-button:hover .overlay-color, .large-button:focus .overlay-color { top:20%; }
.large-button:hover .hidden-text, .large-button:focus .hidden-text { opacity:1; }

/*INFOGRAPHICS*/
.infographics .icon { font-size:2rem; }
.infographics .large-text { font-size:2rem; font-weight:bolder; }
.infographics .small-text { font-size:1.5rem; }
/*.infographics.larger-size .icon { font-size:2.5rem; }
.infographics.larger-size .large-text { font-size:2.5rem; }
.infographics.larger-size .small-text { font-size:2rem; }*/

/*INTERACTIVE MAP ROW*/
.bg-home-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6ebef+0,d1dae0+100 */
background: rgb(230,235,239); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(230,235,239,1) 0%, rgba(209,218,224,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(230,235,239,1) 0%,rgba(209,218,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(230,235,239,1) 0%,rgba(209,218,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ebef', endColorstr='#d1dae0',GradientType=0 ); /* IE6-9 */
}

/*CAROUSEL PAGERS*/
.carousel-indicators [data-bs-target] { height:15px; width:15px; margin:0px 10px; opacity:1; background:#fff !important; border:#8a9797 solid 2px; /*border-radius:50%;*/ }
.carousel-indicators .active { background:#8a9797 !important; }

/*HOME PAGE VIDEOS*/
.video-content { min-height:400px; }

/*STATIC*/
#static-wrapper img { max-width:100%; height:auto !important; }
.static-header.has-image { min-height:100px; transition:.5s ease; }
.caption-headline { font:900 2.8rem/1 "futura-pt",sans-serif !important; }
.caption-headline:after { content:""; position:absolute; width:100vw; top:0; bottom:0; right:-60px; z-index:-1;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#183a57+0,183a57+100&0.7+0,0.7+90,0+100 */
background: -moz-linear-gradient(left, rgba(24,58,87,0.7) 0%, rgba(24,58,87,0.7) 90%, rgba(24,58,87,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(24,58,87,0.7) 0%,rgba(24,58,87,0.7) 90%,rgba(24,58,87,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(24,58,87,0.7) 0%,rgba(24,58,87,0.7) 90%,rgba(24,58,87,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3183a57', endColorstr='#00183a57',GradientType=1 ); /* IE6-9 */
}
#static-content ul, #static-content ul li { margin:0; padding:0; }
#static-content ul { margin-bottom:2rem; }
#static-content ul ul, #static-content ul ul ul { margin-bottom:0; }
#static-content ul li { padding:0px 0px 20px 30px; position:relative; list-style:none; }
#static-content ul li:last-child { padding-bottom:0px; }
#static-content ul li:before { content:""; position:absolute; left:0px; top:8px; width:14px; height:14px; border:#dc3700 solid 3px; }
#static-content ul li li:before { border:#dc3700 solid 1px; }

/*Nice Table*/
.nice-table th, .nice-table td { padding:5px 9px; }
.nice-table th, .nice-table th p { color:#fff !important; font-family:"futura-pt", 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 'futura-pt',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 { width:100%; height:calc(100vh - 100px); }
.main-nav-link { text-decoration:none !important; background:#2D567A; color:#fff !important; transition:.5s ease; }
.main-nav-link.active { background:#192D3E; }
.mapSubNav { background:#192D3E; 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%); }

/*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-button-circle { width:75px; height:75px; padding-left:4px; border-radius:50%; background:rgba(255,255,255,.7); box-shadow:0px 0px 10px #000; text-decoration:none; transition:.5s ease; }
.video-button-circle i { font-size:2.5rem; }
.video-button-circle .play-arrow { display:block; width: 0; height: 0; border-style: solid; border-width: 18px 0 18px 31px; border-color: transparent transparent transparent #dc3700; }
.video-button-circle:hover, .video-button-circle:focus { text-decoration:none; background:rgba(255,255,255,1); }

/*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 p { font-size:1.06rem; }
.aside-spacer-1 { display:none !important; }
aside .infographics .icon { font-size:3rem !important; }
aside .infographics .large-text { font:bolder 3rem/1 "futura-pt",sans-serif !important; letter-spacing:-.1rem; }

/*FOOTER*/
#footer { background:url("/images/interface/gpx_bg-footer.svg") #2d567a left center / auto 100% no-repeat; }
.footer-social-icon { font-size:23px; width:35px; height:35px; transition:.3s ease; background-color:transparent; color:#fff !important; text-decoration:none !important; }
.footer-social-icon:hover, .footer-social-icon:focus { background-color:#fff; color:#2d567a !important; text-decoration:none !important; }

/*NAV*/
#main-nav.navbar { box-shadow: none; }
#main-nav .dropdown-item { white-space:normal; padding:5px 10px; }
#main-nav .nav-item a.nav-link { padding:5px 10px; }
#main-nav .nav-item a:hover, #main-nav .nav-item a:focus { background:#000 !important; text-decoration:none; }
#main-nav .nav-item a:active { background:#000 !important; }
#main-nav .nav-item a { position:relative; color:#fff; }
.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**/

/*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:flex; justify-content:center; background:#2d567a; }
.slick-dots button { border:#8a9797 solid 2px; text-indent:-999999999999px; background-color:#fff !important; height:15px !important; width:15px !important; border-radius:0%; margin:10px 10px 0px 10px; }
li.slick-active button { background:#8a9797 !important; }
.slick-dots button:hover, .slick-dots button:focus { background-color:#8a9797 !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; }
  .bg-md-none { background:none !important; }
  .bg-caption-gradient-right {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d567a+0,2d567a+100&0+1,0.7+40,0.8+100 */
background: -moz-linear-gradient(left, rgba(45,86,122,0) 0%, rgba(45,86,122,0) 1%, rgba(45,86,122,0.7) 40%, rgba(45,86,122,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(45,86,122,0) 0%,rgba(45,86,122,0) 1%,rgba(45,86,122,0.7) 40%,rgba(45,86,122,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(45,86,122,0) 0%,rgba(45,86,122,0) 1%,rgba(45,86,122,0.7) 40%,rgba(45,86,122,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002d567a', endColorstr='#cc2d567a',GradientType=1 ); /* IE6-9 */
  }
}
@media screen and (min-width: 992px) {
  .bg-home-map { background:url('/images/interface/home-map.svg') center / cover no-repeat; }
  .bg-industry { background:url('/images/interface/bg-city-faded.jpg') center / cover no-repeat; }
  .h1, h1, #static-wrapper p.h1 { font-size: 2.5rem; }
  .h2, h2, #static-wrapper p.h2 { font-size: 2rem; }
  .h3, h3, #static-wrapper p.h3 { font-size: 1.75rem; }
  .h4, h4, #static-wrapper p.h4 { font-size: 1.5rem; }
  .h5, h5, #static-wrapper p.h5 { font-size: 1.25rem; }
  .h6, h6, #static-wrapper p.h6 { font-size: 1rem; }
  h2.arrow { position:relative; }
  h2.arrow:before { content:""; display:block; position:absolute; top:5px; left:-25px; width: 0; height: 0; border-style: solid; border-width: 12.5px 0 12.5px 20px; border-color: transparent transparent transparent #dc3700; }
  h2.arrow.h1:before { top:10px; }
  h2.arrow.h3:before { top:0px; }
  h2.arrow.h4:before { top:3px; }
  #static-wrapper p, #static-wrapper li { font-size:1.125rem; }
  .home-hero-offset { padding-top:calc(103.6vw - 100vw); }
  .infographics .icon { font-size:3rem; }
  .infographics .large-text { font-size:3rem; font-weight:bolder; }
  .infographics .small-text { font-size:1.5rem; }
  .infographics.larger-size .icon { font-size:3.5rem; }
  .infographics.larger-size .large-text { font-size:3.5rem; }
  .infographics.larger-size .small-text { font-size:2rem; }
  .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; }
  .bg-footer-right { background:url("/images/interface/bg-footer-oil-rig.jpg") center / cover no-repeat; }
  .content-left, .content-right { max-width:600px; position:relative; }
  .content-left { float:right; }
  .content-left:after { content:""; display:block; clear:both; }
  .footer-text-wrapper { padding-left:117px; }
}
@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) {
  #home-hero-section { z-index:2; }
  #home-hero-section .hero-slide, #home-hero-section .carousel-item { background:none !important; }
  .col-xl-5col { width:20% !important; }
  /*#header-spacer.sticky { height:137px; }
  #header.sticky #top-nav { display:none; }*/
  #header.sticky #nav-offset { bottom:auto; position:fixed; top:0; }
  h2.arrow:before { left:-31px; }
  /*.static-header { min-height:150px; }*/
  .static-header.has-image { min-height:390px; }
  .nav-item:last-child .dropdown-menu { left:auto !important; right:0 !important; }
  #nav-wrapper { padding-top:20px; }
  #nav-wrapper-outer {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d567a+0,2d567a+100&1+40,0+41 */
background: -moz-linear-gradient(left,  rgba(45,86,122,1) 0%, rgba(45,86,122,1) 40%, rgba(45,86,122,0) 41%, rgba(45,86,122,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(45,86,122,1) 0%,rgba(45,86,122,1) 40%,rgba(45,86,122,0) 41%,rgba(45,86,122,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(45,86,122,1) 0%,rgba(45,86,122,1) 40%,rgba(45,86,122,0) 41%,rgba(45,86,122,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d567a', endColorstr='#002d567a',GradientType=1 ); /* IE6-9 */
  }
  #nav-offset { position:absolute; bottom:-20px; left:0; right:0; }
  #main-nav .nav-item a.nav-link { padding:12px 98px 12px 10px; transition:none; }
  .nav-item:last-child a.nav-link:before { content:""; display:block; position:absolute; width:22px; top:0px; bottom:0px; right:-22px; background:url('/images/interface/gpx_nav-edge.svg') left center / auto 100% no-repeat; }
  .nav-item:last-child a.nav-link.active:before, .nav-item:last-child a.nav-link:hover:before, .nav-item:last-child a.nav-link:focus:before { background-image:url('/images/interface/gpx_nav-edge-over.svg'); }
  #nav-social:after { content:""; display:block; position:absolute; width:22px; top:0px; bottom:0px; right:-22px; background:url('/images/interface/gpx_nav-edge-end.svg') left center / auto 100% no-repeat; }
}
@media screen and (min-width: 1600px) {
  .nav-item:last-child .dropdown-menu { left:0 !important; right:auto !important; }
}
@media screen and (min-width: 2400px) {
  #home-hero-section-wrapper { margin-bottom:0px; }
  .home-caption-offset { padding-bottom:0px; }
  .home-hero-offset { padding-top:0px; }
  .hero-spacer { height:1273px; }
  .ratio-spacer { display:none; }
  .mask-area {
    mask-image: none;
    -webkit-mask-image: none;
  }
  .bottom-line img { display:none; }
  .bottom-line { border-top:#fff solid 10px; }
}
@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 "futura-pt", sans-serif; color:#000; }
  #print-header table { width:100%; }
  #print-header td{ vertical-align:middle !important;}
  #print-header table td:first-child { width:350px; }
  #print-header table img { max-width:320px !important; }
  h2.pb-4, .h2.pb-4 { padding-bottom:0px !important; }
  #home-hero-section-wrapper { margin-bottom:0px !important; }
  .home-hero-offset { padding-top:0px !important; }
}



