@page { size:8.5in 11in;}

/*BOOTSTRAP OVERRIDES*/
body { font-family: "Merriweather Sans", -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; }

.text-primary { color:#164a86 !important } /**BLUE 22,74,137**/
.text-secondary { color:#b92025 !important } /**RED 185,32,37**/
.text-primary-dark { color:#0c2b4e !important } /**BLUE 12,43,78**/
.text-secondary-dark { color:#821619 !important } /**RED 185,32,37**/
.text-success { color:#7F9C3A !important; } /**GREEN 127,156,58**/
.text-warning { color:#C77F0A !important; } /**YELLOW 199,127,10**/
.text-danger { color:#b92025 !important } /**RED 185,32,37**/
.text-dark, .text-dark a { color:#3a3a3a !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); }

.bg-primary { background:#164a86 !important; }
.bg-secondary { background:#641216 !important; } /**DK RED 100,18,22**/
.bg-primary-faded { background:rgba(22,74,137,.9) !important; }
.bg-secondary-faded { background:rgba(100,18,22,.9) !important; }
.bg-info { background:#06778E !important; }
.bg-success { background:#198754 !important; }
.bg-warning { background:#ffc107 !important; }
.bg-muted { background:#DBDBDB !important; }
.bg-light { background:rgba(255,255,255) !important; }
.bg-dark { background:#383838 !important; }
.bg-grey { background-color:#737373; }
.bg-light-faded { background:rgba(255,255,255,.8); }
.bg-dark-faded { background:rgba(56,56,56,.8); }
.bg-muted.lighter { background:#E8E8E8 !important; }
.bg-primary-dark { background:#134278 !important; }
.bg-primary-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#164a86+0,164a86+100&0+0,0.65+100 */
background: -moz-linear-gradient(top, rgba(22,74,134,0) 0%, rgba(22,74,134,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(22,74,134,0) 0%,rgba(22,74,134,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(22,74,134,0) 0%,rgba(22,74,134,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00164a86', endColorstr='#a6164a86',GradientType=0 ); /* IE6-9 */
}
.bg-primary-dark-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c2b4e+0,0c2b4e+100&0.25+0,0.75+100 */
background: -moz-linear-gradient(top, rgba(12,43,78,0.25) 0%, rgba(12,43,78,0.75) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(12,43,78,0.25) 0%,rgba(12,43,78,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(12,43,78,0.25) 0%,rgba(12,43,78,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#400c2b4e', endColorstr='#bf0c2b4e',GradientType=0 ); /* IE6-9 */
}
.bg-secondary-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#641216+0,641216+100&0+36,0.5+100 */
background: -moz-linear-gradient(top, rgba(100,18,22,0) 0%, rgba(100,18,22,0) 36%, rgba(100,18,22,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(100,18,22,0) 0%,rgba(100,18,22,0) 36%,rgba(100,18,22,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(100,18,22,0) 0%,rgba(100,18,22,0) 36%,rgba(100,18,22,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00641216', endColorstr='#80641216',GradientType=0 ); /* IE6-9 */
}
.bg-dark-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+36,0.5+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 36%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 36%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 36%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}

.border-primary { border-color:#164a86 !important; }
.border-secondary { border-color:#641216 !important; }
.border-dark { border-color:#383838 !important; }
.border-light { border-color:#ccc !important; }
.border-muted { border-color:#d1d1d1 !important; }

.container { max-width:1100px !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:#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 { text-decoration:none; }
a.no-line:hover, a.no-line:focus, button.no-line:hover, button.no-line: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, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family:"Barlow","Oxygen",sans-serif; }
.h1.fw-bold, .h2.fw-bold, .h3.fw-bold, .h4.fw-bold, .h5.fw-bold, .h6.fw-bold, h1.fw-bold, h2.fw-bold, h3.fw-bold, h4.fw-bold, h5.fw-bold, h6.fw-bold { font-weight:700 !important; }
.h1, h1 { font-size: 2rem; }
.h2, h2 { font-size: 1.75rem; }
.h3, h3 { font-size: 1.25rem; }
.h4, h4 { font-size: 1.15rem; }
.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 'Oxygen', 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; }
.semitransparent { opacity:.5; }

a.button { display:inline-block; padding:8px 20px; color:#fff !important; background:#737373; border:#737373 solid 1px; border-radius:3px; text-decoration:none !important; line-height:1 !important; font-family:"Oxygen", sans-serif }
a.button:hover, a.button:focus { color:#737373 !important; background:#fff !important; text-decoration:none !important; }
a.button.large { padding:10px 50px; }
a.button.primary { background:#164a86 !important; border-color:#164a86 !important; }
a.button.primary:hover, a.button.primary:focus { color:#164a86 !important; background:#fff !important; text-decoration:none !important; }
a.button.primary-dark { background:#0c2b4e !important; border-color:#0c2b4e !important; }
a.button.primary-dark:hover, a.button.primary-dark:focus { color:#0c2b4e !important; background:#fff !important; text-decoration:none !important; }
a.button.secondary { background:#821619 !important; border-color:#821619 !important; }
a.button.secondary:hover, a.button.secondary:focus { color:#821619 !important; background:#fff !important; text-decoration:none !important; }
a.button.secondary-dark { background:#4e250c !important; border-color:#4e250c !important; }
a.button.secondary-dark:hover, a.button.secondary-dark:focus { color:#4e250c !important; background:#fff !important; text-decoration:none !important; }
a.button.secondary-light { background:#b92025 !important; border-color:#b92025 !important; }
a.button.secondary-light:hover, a.button.secondary:focus { color:#b92025 !important; background:#fff !important; text-decoration:none !important; }

/*SEARCH POPUP*/
.bg-search-bar { background:#fff; }
input.button { display:inline-block; line-height:1; padding:8px 16px; background:#587E5D !important; color:#fff !important; border:none;  }
input.button:hover, input.button:focus { background:#fff !important; color:#587E5D !important; text-decoration:none !important; }
input.button.large { font:bold 1.375rem/1 "Oxygen",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;; }

/*HOME*/
.hero-spacer { height:100vh !important; }
/*#video-bkg-wrapper video {  width: 100vw !important; height: auto   !important; }*/
#video-bkg-wrapper { width:100%; }
#video-bkg-wrapper video {
    height: 100%;
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */
}

.content-primary .h1, .content-primary .h2, .content-primary .h3, .content-primary .h4, .content-primary .h5, .content-primary .h6, .content-primary h1, .content-primary h2, .content-primary h3, .content-primary h4, .content-primary h5, .content-primary h6 { color:#164a86; }
.content-secondary .h1, .content-secondary .h2, .content-secondary .h3, .content-secondary .h4, .content-secondary .h5, .content-secondary .h6, .content-secondary h1, .content-secondary h2, .content-secondary h3, .content-secondary h4, .content-secondary h5, .content-secondary h6 { color:#b92025; }


a.hover-reveal { text-decoration:none !important; min-height:260px; }
a.hover-reveal .hover-title { padding-right:38px; }
a.hover-reveal .hover-text { opacity:0; order:1; }
a.hover-reveal .hover-background { top:150%; transition:.5s ease; }
a.hover-reveal:hover, a.hover-reveal:focus { text-decoration:none !important; }
a.hover-reveal:hover .hover-text, a.hover-reveal:focus .hover-text { opacity:1; order:3; }
a.hover-reveal:hover .hover-background, a.hover-reveal:focus .hover-background { top:0%; }
a.hover-reveal:hover .hover-title:after { content: "\f054"; width:32px; height:32px; border-radius:50%; border:#fff solid 3px; color:#fff; font:900 18px/1 "Font Awesome 5 Free"; display:block; position:absolute; top:0px; right:0px; display:flex; align-items:center; justify-content:center; }

/*CAROUSEL PAGERS*/
.bg-machinery-blue { background:url("/images/interface/bg-machinery-blue.jpg") #ced9e6 center / cover no-repeat; }
.bg-machinery-red { background:url("/images/interface/bg-machinery-red.jpg") #f4e3e0 center / cover no-repeat; }
.bg-bricks { background:url("/images/interface/bg-bricks.jpg") #f0f0f0 center / cover no-repeat; }
.carousel-indicators [data-bs-target] { height:16px; width:16px; opacity:1; background-color:transparent !important; border:#fff solid 2px; border-radius:50%; margin:3px 5px 0px 5px; }
.carousel-indicators [data-bs-target]:hover, .carousel-indicators [data-bs-target]:focus { background-color:rgba(255,255,255,.5) !important; }
.carousel-indicators .active { background:#fff !important; }
.carousel-indicators .carousel-control-prev, .carousel-indicators .carousel-control-next { height:22px; width:22px; margin-top:0px; text-indent:0px; }
.carousel-indicators .carousel-control-prev:before, .carousel-indicators .carousel-control-next:before { content: "\f053"; font:900 1rem/1 "Font Awesome 5 Free"; display:block; position:absolute; height:22px; top:3px; left:5px; color:#fff; opacity:1; z-index:1; }
.carousel-indicators .carousel-control-next:before { content: "\f054"; left:7px; }

/*FACTS CAROUSEL*/
.facts-content { max-width:194px; padding-top:46px; transition:.5s ease; min-height:300px; }
.facts-title { font-size:2.8rem; transition:.5s ease; }
.facts-text { font-size:1.125rem; transition:.5s ease; }
.facts-content img { width:97px; transition:.5s ease; }

/*STATIC*/
#static-wrapper { min-height:50vh; }
#static-wrapper img { max-width:100%; height:auto !important; }
.static-header { min-height:125px; background-color:#777; }
.static-header.has-image { min-height:100px; transition:.5s ease; background-color:transparent; }

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

/*CONTENT GROUP*/
.content-group .nav-tabs { border-bottom:0px !important; }
.content-group-button { background:#transparent !important; color:#000 !important; padding:5px 38px; border-top-right-radius:20px !important; border-bottom-right-radius:20px !important; margin-bottom:6px !important; }
.content-group-button:before { content: "\f054"; width:32px; height:32px; background:#fff; border-radius:50%; border:#164a86 solid 3px; color:#164a86; font:900 18px/1 "Font Awesome 5 Free"; display:block; position:absolute; top:0px; left:0px; display:flex; align-items:center; justify-content:center; }
.content-group-button.active:before { content: ""; border:none; background:none; }
.content-group-button.active:after { content: "\f054"; width:32px; height:32px; background:#fff; border-radius:50%; border:#164a86 solid 3px; color:#164a86; font:900 18px/1 "Font Awesome 5 Free"; display:block; position:absolute; top:0px; right:0px; display:flex; align-items:center; justify-content:center; }
.content-group-text { font-size:1.2rem; }

.content-group-button.active {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#164a86+0,164a86+100&0+0,0.33+99 */
background: -moz-linear-gradient(left, rgba(22,74,134,0) 0%, rgba(22,74,134,0.33) 99%, rgba(22,74,134,0.33) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(22,74,134,0) 0%,rgba(22,74,134,0.33) 99%,rgba(22,74,134,0.33) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(22,74,134,0) 0%,rgba(22,74,134,0.33) 99%,rgba(22,74,134,0.33) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00164a86', endColorstr='#54164a86',GradientType=1 ); /* IE6-9 */
}

.content-group .tab-pane { position:absolute; }
.content-group .tab-pane.active { position:relative; }

/*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 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 h2 { font-size:1.5rem; }
ul.sidebar-nav, ul.sidebar-nav li { margin:0; padding:0; list-style:none; }
ul.sidebar-nav li { padding-bottom:6px; }
.sidebar-nav-item { padding:5px 38px; border-top-right-radius:20px; border-bottom-right-radius:20px; }
.sidebar-nav-item:before { content: "\f054"; width:32px; height:32px; background:#fff; border-radius:50%; border:#164a86 solid 3px; color:#164a86; font:900 18px/1 "Font Awesome 5 Free"; display:block; position:absolute; top:0px; left:0px; display:flex; align-items:center; justify-content:center; }
.sidebar-nav-item.active:before { content: ""; border:none; background:none; }
.sidebar-nav-item.active:after { content: "\f054"; width:32px; height:32px; background:#fff; border-radius:50%; border:#164a86 solid 3px; color:#164a86; font:900 18px/1 "Font Awesome 5 Free"; display:block; position:absolute; top:0px; right:0px; display:flex; align-items:center; justify-content:center; }
.sidebar-nav-item.secondary:before, .sidebar-nav-item.secondary.active:after { color:#821619; border-color:#821619; }
.sidebar-submenu-item.active { font-weight:600; color:#000; }

.sidebar-submenu { padding-left:70px; }
.sidebar-submenu a { color:#666565; }
.sidebar-submenu a:hover, .sidebar-submenu a:focus { color:#164a86; }
.sidebar-submenu a.secondary:hover, .sidebar-submenu a.secondary:focus { color:#821619; }

.sidebar-nav-item.active {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#164a86+0,164a86+100&0+0,0.33+99 */
background: -moz-linear-gradient(left, rgba(22,74,134,0) 0%, rgba(22,74,134,0.33) 99%, rgba(22,74,134,0.33) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(22,74,134,0) 0%,rgba(22,74,134,0.33) 99%,rgba(22,74,134,0.33) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(22,74,134,0) 0%,rgba(22,74,134,0.33) 99%,rgba(22,74,134,0.33) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00164a86', endColorstr='#54164a86',GradientType=1 ); /* IE6-9 */
}
.sidebar-nav-item.secondary.active  {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b92025+0,b92025+100&0+0,0.33+99 */
background: -moz-linear-gradient(left, rgba(185,32,37,0) 0%, rgba(185,32,37,0.33) 99%, rgba(185,32,37,0.33) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(185,32,37,0) 0%,rgba(185,32,37,0.33) 99%,rgba(185,32,37,0.33) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(185,32,37,0) 0%,rgba(185,32,37,0.33) 99%,rgba(185,32,37,0.33) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b92025', endColorstr='#54b92025',GradientType=1 ); /* IE6-9 */
}

/*FOOTER*/
#footer { background:url("/images/interface/gpx_bg-stars-r1.svg") center / cover no-repeat; }
.footer-social a { font-size:30px; color:#fff !important; background:#164a86; text-decoration:none !important; border:transparent solid 2px; min-width:43px; min-height:40px; line-height:1; border-radius:6px; }
.footer-social a:hover, .footer-social a:focus { color:#164a86 !important; background:#fff; text-decoration:none !important; border:#164a86 solid 2px; }
.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; }

/*NAV*/
#main-nav.navbar { box-shadow: none; }
#main-nav .dropdown-item { white-space:normal; padding:5px 10px; }

.carousel-controls { position:absolute; left:0; right:0; top:20%; }


/*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; }
}
@media screen and (min-width: 768px) {
  .static-header { min-height:215px; }
  .static-header.has-image { min-height:256px; }
  #footer { background-size:contain; }
}
@media screen and (min-width: 992px) {
  .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; }
  .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; }
  .background-mobile-only { background:none !important; }
}
@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) {
  .static-header { min-height:256px; }
  .static-header.has-image { min-height:256px; }
  #main-nav .navbar-nav li:before { content:""; display:block; position:absolute; width:8px; height:8px; background:#fff; border-radius:50%; left:-4px; top:40%; }
  #main-nav .navbar-nav li:first-child:before { display:none; }
  #main-nav .nav-item a.nav-link { padding:5px 20px; }
  .carousel-controls { position:relative; }
  .slick-circle { height:24px !important; width:24px !important; padding:2px !important; font-size:15px; }
  .slick-current.slick-active .facts-content { max-width:250px; padding-top:0px; }
  .slick-current.slick-active .facts-content img { width:145px; }
  .slick-current.slick-active .facts-title { font-size:3.125rem; }
  .slick-current.slick-active .facts-text { font-size:1.56rem; }
}

@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 "Oxygen", 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; }
}



