@page { size:8.5in 11in;}

/*BOOTSTRAP OVERRIDES*/
body { font-family: "proxima-nova", -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; }
.container.xl { max-width:1600px !important; }
strong, .font-weight-bold, .fw-bold { font-weight:700 !important; }
a:hover, a:focus { text-decoration:underline; }
tbody tr, tbody td, thead tr, thead td { height:unset !important; }
.row, .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { margin:0; padding:0; }

.text-primary { color:#1a2b52 !important } /**DK BLUE 26,43,82**/
.text-secondary { color:#0055b8 !important } /**LT BLUE 0,85,184**/
.text-success { color:#2f8722 !important; } /**GREEN 47,135,34**/
.text-warning { color:#E85E02 !important; } /**ORANGE 232,94,2**/
.text-dark { color:#3a3a3a !important; }
.text-white, .text-white * { color:#fff !important; }
.bg-primary .text-white blockquote * { color:#1a2b52 !important; }
.text-larger { font-size:1.1rem; }
.text-shadow { text-shadow:0 0 8px rgba(0,0,0,.5); }

.bg-primary { background:#1a2b52 !important; }
.bg-secondary { background:#0055b8 !important; }
.bg-info { background:#06778E !important; }
.bg-success { background:#2f8722 !important; }
.bg-warning { background:/*#E85E02*/ #C04E02 !important; }
.bg-danger { background:#dc3545 !important; }
.bg-muted { background:#DBDBDB !important; }
.bg-light { background:#E5E5E5 !important; }
.bg-dark { background:rgba(0,0,0) !important; }
.bg-grey { background-color:#737373; }
.bg-primary-faded { background-color: rgba(26, 43, 82, 0.85); }
.bg-secondary-faded { background-color: rgba(0, 85, 185, 0.85); }
.bg-success-faded { background-color: rgba(47, 135, 34, 0.85); }
.bg-warning-faded { background-color: rgba(232, 94, 2, 0.85); }
.bg-light-faded { background:rgba(255,255,255,.8); }
.bg-dark-faded { background:rgba(0,0,0,.8); }
.bg-muted.lighter { background:#E8E8E8 !important; }

.bg-arrows { background: url('/images/interface/bg-arrow.png') center / contain no-repeat; }
.bg-arrows-muted { background: url('/images/interface/bg-arrow-grey.png') center right / contain no-repeat; }
.bg-business { background: url('/images/interface/bg-icon-section.jpg') center / cover no-repeat; }
.bg-events { background: url('/images/interface/bg-upcoming-events.jpg') center / cover no-repeat; }
.bg-jobs { background: url('/images/interface/bg-featured-section.jpg') center top / cover no-repeat; }

.border-primary { border-color:#1a2b52 !important; }
.border-secondary { border-color:#0055b8 !important; }
.border-success { border-color:#2f8722 !important; }
.border-warning { border-color:#E85E02 !important; }
.border-light { border-color:#ccc !important; }
.border-muted { border-color:#d1d1d1 !important; }
.border-none  { border:none !important; }

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

a { color:#0051A8; transition:.5s ease; }
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:0px; left:13px; opacity:0.3; z-index:99; }
a#admin_button:hover { opacity:1; }
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 { display:inline-block; padding:17px 22px; line-height:1; background:#2f8622 !important; color:#fff !important; text-decoration:none !important; border-radius:0.375rem; }
a.button:hover, a.button:focus { background:#E85E02 !important; color:#fff !important; text-decoration:none !important; }

.bg-secondary a.button, .bg-secondary-faded a.button { background:#2f8722 !important; color:#fff !important; }
.bg-secondary a.button:hover, .bg-secondary a.button:focus, .bg-secondary-faded a.button:hover, .bg-secondary-faded a.button:focus { background:#E85E02 !important; color:#fff !important; }
.bg-success a.button, .bg-success a.button { background:#1a2b52 !important; color:#fff !important; }
.bg-success a.button:hover, .bg-success a.button:focus, .bg-success-faded a.button:hover, .bg-success-faded a.button:focus { background:#E85E02 !important; color:#fff !important; }
.bg-warning a.button, .bg-warning a.button { background:#1a2b52 !important; color:#fff !important; }
.bg-warning a.button:hover, .bg-warning a.button:focus, .bg-warning-faded a.button:hover, .bg-warning-faded a.button:focus { background:#0055b8 !important; color:#fff !important; }

.content-primary a.button { background:#1a2b52 !important; }
.content-primary a.button:hover, .content-primary a.button:focus { background:#2f8722 !important; }
.content-secondary a.button { background:#0055b8 !important; }
.content-secondary a.button:hover, .content-secondary a.button:focus { background:#2f8722 !important; }
.content-success a.button { background:#2f8722 !important; }
.content-success a.button:hover, .content-success a.button:focus { background:#C04E02 !important; }
.content-warning a.button { background:#C04E02 !important; }
.content-warning a.button:hover, .content-warning a.button:focus { background:#2f8722 !important; }

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

.fs-10 { font-size: 0.625rem /* 10px */ }
.fs-14 { font-size: 0.875rem /* 14px */ }
.fs-16 { font-size: 1rem /* 16px */ }
.fs-18 { font-size: 1.125rem /* 18px */ }
.fs-21 { font-size: 1.3125 /* 21px */ }
.fs-22 { font-size: 1.375rem /* 22px */ }
.fs-30 { font-size: 1.875rem; /* 30px */ }
.fs-46 { font-size: 2.875rem /* 46px */ }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family:"proxima-nova",sans-serif; line-height:1.2; }
.h1, h1 { font-size: 2.5rem; }
.h2, h2 { font-size: 2rem; }
.h3, h3 { font-size: 1.75rem; }
.h4, h4 { font-size: 1.5rem; }
.h5, h5 { font-size: 1.25rem; }
.h6, h6 { font-size: 1rem; }

#skip-button { position:absolute; top:0px; left:0px; z-index:999; }
#skip-button a { position:relative; height:1px; width:1px; overflow:hidden; display:inline-block; font:normal 18px/1 'Open Sans', sans-serif; color:#494949;  border-radius:10px; transition:left 0.5s ease; color:#000; }
#skip-button a:focus { margin-top:30px; margin-left:30px; text-decoration:none; display:inline-block; height:auto; width:auto; background:#fff; padding:10px 20px; border:#494949; }
.err-wrap { display:none !important; }
.photo-left { float:left; margin:6px 25px 25px 0px; }
.photo-right { float:right; margin:6px 0px 25px 25px; }
.clear { clear:both; }
.hide { display:none; }
.top-0 { top:0; }
.right-0 { right:0; }
.bottom-0 { bottom:0; }
.left-0 { left:0; }
.z-index-1 { z-index:1; }
.z-index-2 { z-index:2; }
.z-index-3 { z-index:3; }
.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; }
.semitransparent { opacity:.5; }
.p-no-margin p { margin-bottom:0px !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 "Open Sans",sans-serif; padding:8px 40px; position:relative; margin:2px 0px; }
input.button.large:after { content: "\f061"; display:inline-block; padding-left:15px; position:relative; font:900 2.0rem/1 "Font Awesome 6 Pro"; bottom:-3px; color:#67050b; }
input.stylized { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 50%; width: 18px; height: 18px; border: 2px solid #fff; transition: 0.2s all linear; margin-right: 5px;  position: relative; top: 4px; background:#999; }
input.stylized:checked { background: #587E5D; }

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

/*HEADER*/
#header { position:relative; z-index:99; }
#header .logo, #header .logo svg { max-width: 317px; height: auto; }
.top-social-icon { background:#fff; color:#1a2b52 !important; text-decoration:none !important; min-width:24px; min-height:24px; border-radius:4px; }
.top-social-icon:hover, .top-social-icon:focus { background:#E85E02 !important; }

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


.brandDarkBlue-bg { background-color: #1a2b52; }
.brandDarkBlue { color: #1a2b52; }
.brandLightBlue-bg { background-color: #0055b8; }
.brandLightBlue-bg-70 { background-color: rgba(61,126,201, 0.70); }
.brandBlue-bg-85 { background-color: rgba(0,85,184, 0.85); }
.brandOrange-bg-85 { background-color: rgba(232, 94, 2, 0.85); }
.brandOrange-bg-70 { background-color: rgba(232, 94, 2, 0.70); }
.brandGray-bg { background-color: rgba(0,0,0,0.10); }
.brandGreen-bg { background-color: #2f8722; }
.brandGreen-bg-70 { background-color: rgba(126,182,78,0.70); }
.primary-button { background-color: #2f8622; border-radius: 0.375rem; -webkit-box-shadow: 0px 3px 0px 0px rgba(33,86,22,1); -moz-box-shadow: 0px 3px 0px 0px rgba(33,86,22,1); box-shadow: 0px 3px 0px 0px rgba(33,86,22,1); min-width: 180px; padding: 0.75rem; align-items: center; display: flex; justify-content: center; color: white; font-weight: 600; border: 0; transition: all 0.35s; }
.primary-button:hover { background-color: rgba(232, 94, 2, 1); box-shadow: none; }
header .logo { max-width: 317px; max-height: 119px; }
.navbar-toggler { background-color: #2f8622; border-radius: 0.375rem; -webkit-box-shadow: 0px 3px 0px 0px rgba(33,86,22,1); -moz-box-shadow: 0px 3px 0px 0px rgba(33,86,22,1); box-shadow: 0px 3px 0px 0px rgba(33,86,22,1); align-items: center; display: flex; justify-content: center; color: white; font-weight: 600; border: 0; transition: all 0.35s; height: 44px; width: 44px; }

.careerSeekers { background-image: url('/images/interface/bg-career-seekers.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center; z-index: 0; }
.forEmployers { background-image: url('/images/interface/bg-for-employers.jpg'); background-repeat: no-repeat; background-position: center; background-size: cover; }
.hero-nav-item { text-decoration:none; background-color: rgba(0, 0, 0, 0); }
.hero-nav-item:hover, .hero-nav-item:focus { background-color: rgba(0, 0, 0, 0.45); text-decoration:none; }

.featured-link { text-decoration:none; background-color: rgba(0, 0, 0, 0); }
.featured-link:hover, .featured-link:focus { background-color: rgba(0, 0, 0, 0.45); text-decoration:none; }
.arrow-background::after { content: ''; background-image: url('/images/interface/bg-arrow.png'); background-repeat: no-repeat; background-position: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 0; }

/*SECTION BUTTONS*/
.section-button, .section-button:focus, .section-button:hover { text-decoration:none; }
.section-button::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; transition: all 0.3s; }
.section-button.first::before { background-color: rgba(232, 94, 2, 0.70); }
.section-button.second::before { background-color: rgba(126,182,78,0.70); }
.section-button.third::before { background-color: rgba(61,126,201, 0.70); }
.section-button:hover::before, .section-button:focus::before { opacity: 0; transform:  scale(0.5, 0.5); cursor: pointer; }
.section-button::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0; transition: all 0.3s; background-color: rgba(0,0,0, .70); transform: scale(0.5,0.5); }
.section-button:hover::after, .section-button:focus::after { opacity: 1; transform: scale(1,1); cursor: pointer; }


.iconSection { background-image: url('/images/interface/bg-icon-section.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; }
.iconSection .col-4 { min-height: 390px; }
.iconSection .col-4:hover { cursor: pointer; }
.iconContainer { min-height: 230px; transition: all 0.3s; position: relative; }
.iconSection-item { position: relative; transition: all 0.3s; }
.iconSection-item::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; transition: all 0.3s; }
.iconSection-item * { position: relative; z-index: 2; transition: all 0.3s; }
.iconSection-item:nth-of-type(1)::before { background-color: rgba(232, 94, 2, 0.70); }
.iconSection-item:nth-of-type(2)::before { background-color: rgba(126,182,78,0.70); }
.iconSection-item:nth-of-type(3)::before { background-color: rgba(61,126,201, 0.70); }
.iconSection-item:hover::before { opacity: 0; transform:  scale(0.5, 0.5); cursor: pointer; }
.iconSection-item::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0; transition: all 0.3s; background-color: rgba(0,0,0, .70); transform: scale(0.5,0.5); }
.iconSection-item:hover::after { opacity: 1; transform: scale(1,1); cursor: pointer; }



/*CAROUSEL PAGERS*/
.carousel-indicators [data-bs-target] { height:10px; width:10px; opacity:1; background:#959595 !important; border:#959595 solid 3px; border-radius:50%; }
.carousel-indicators .active { background:#616161 !important; }

/*STATIC*/
#static-wrapper img { max-width:100%; height:auto !important; }
.static-hero-left, .static-hero-right { min-height:230px; transition:.5s ease; }

.cta-icon svg { height: auto; width: 52px; }
.content-smaller { min-width:50%; }
.large-icon { font-size:50px; }

/*ACCORDION CUSTOMIZATION*/
.accordion-item { margin-bottom:15px; border:0px; }
.accordion-button { text-transform:uppercase; font:normal 1.5rem/1 "Open Sans",sans-serif; color:#000; border-radius:0px !important; box-shadow:none; border:hidden; padding:20px 30px; }
.accordion-button.collapsed { border-bottom:#e5e5e5 solid 1px; }
.accordion-button:not(.collapsed) { color:#fff; background:#000; }
.accordion-button:after { margin-left:20px; }
.accordion-button.collapsed:after { transform: rotate(-90deg) !important; }
.accordion-button:not(.collapsed):after { transform: rotate(0deg) !important; filter: brightness(30); }
.accordion-body { margin-top:15px; padding:20px 30px; border:#e5e5e5 solid 1px; }

.accordion-item2 { margin-bottom:15px; border:0px; }
.accordion-button2 { text-transform:uppercase; font:normal 1.5rem/1 "Open Sans",sans-serif; color:#000; background:#fff; border-radius:0px !important; box-shadow:none; border:hidden; padding:0px; }
.accordion-button2 .title-text { margin-left:140px; padding:20px 0px; border-top:#d1d1d1 solid 1px; border-bottom:#d1d1d1 solid 1px; }

.accordion-button2.collapsed .accordion2-icon img { transform: rotate(-90deg) !important; transition:.5s ease; }
.accordion-button2:not(.collapsed) .accordion2-icon img { transform: rotate(0deg) !important; transition:.5s ease; }
.accordion-body2 { margin-top:15px; margin-left:1rem; border:none; }

/*BODY CONTENT PLUS ICON*/
.diamonds-left, .diamonds-right { opacity:.1; }
.diamonds-left, .diamonds-left svg { width:137px; }
.diamonds-right, .diamonds-right svg { width:116px; }
.color-primary svg .diamonds { fill:#1a2b52; }
.color-secondary svg .diamonds { fill:#0055b8; }
.color-info svg .diamonds { fill:#06778E; }
.color-success svg .diamonds { fill:#2f8722; }
.color-warning svg .diamonds { fill:#C04E02; }

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

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

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

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

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

/*CONTENT GROUP*/
.content-group .nav-tabs { border-bottom:0px !important; }
.content-group-button { background:transparent !important; color:#fff !important; font-size:1.5rem; font-size:1.2rem; padding:1rem 1.5rem;  }
.content-group-button i { color:#fff !important; }
.content-group-button.active { background:rgba(0,0,0,.4) !important; color:#fff !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; }

/*EVENTS CAROUSEL*/
.calendar-icon svg { height: auto; width: 50px; }
.calendar-icon svg path { fill:#A6A6A6; }
.events-arrows i { color:#A6A6A6; font-size:66px; }
.events-arrows .slick-prev, .events-arrows .slick-next { width:100px; }

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

/*PHOTO TEXT COMBO*/
.offset-box-left { top:25px; bottom:70px; left:20px; }
.offset-box-right { top:25px; bottom:70px; right:20px; }

/*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 6 Pro"; 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*/
hr.aside-spacer-1 { display:none; }

/*FOOTER*/
.footer-social-icon { background:#fff; color:#0055b8 !important; text-decoration:none !important; min-width:24px; min-height:24px; border-radius:4px; }
.footer-social-icon:hover, .footer-social-icon:focus { background:#E85E02 !important; }

/*NAV*/
#main-nav.navbar { box-shadow: none; }
#main-nav .dropdown-item { white-space:normal; padding:5px 10px; }
#main-nav .nav-item a { position:relative; color:#000; text-decoration:none !important; }
#main-nav .nav-link { font-size: 1.2rem; border-bottom: 3px solid transparent; }
#main-nav .nav-link:hover, #main-nav .nav-link:focus { border-bottom: 3px solid #E85E02; }
#main-nav .nav-link.active { border-bottom: 3px solid #E85E02; }
#main-nav .dropdown-item:hover, #main-nav .dropdown-item:focus { background:#E5E5E5 !important; }
.dropdown-toggle::after { border-top:transparent .3em solid; } /**Keeps dropdown arrow invisible until hovered**/
.dropdown-toggle:hover::after, .dropdown-toggle:focus::after { border-top:#89a83e .3em solid; } /**set dropdown arrow color when hovered**/

#mobile-nav.navbar { box-shadow: none; }
#mobile-nav .dropdown-item { white-space:normal; padding:5px 10px; }
#mobile-nav .nav-item a { position:relative; color:#000; text-decoration:none !important; }
#mobile-nav .nav-link { border-bottom: 3px solid transparent; }
#mobile-nav .nav-link:hover, #mobile-nav .nav-link:focus { border-bottom: 3px solid #E85E02; }
#mobile-nav .nav-link.active { border-bottom: 3px solid #E85E02; }
#mobile-nav .dropdown-item:hover, #mobile-nav .dropdown-item:focus { background:#E5E5E5 !important; }

/*SLICK SLIDER*/
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; /*display: block;*/ display:flex; align-items:stretch; 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: auto; 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; }

/* Carousel Element Styling */
.custom-prev, .custom-next { color: #616161; }
.custom-right .slick-dotted.slick-slider, .custom-left .slick-dotted.slick-slider { margin-bottom: 0; }
.custom-prev:hover, .custom-next:hover, .custom-prev:focus, .custom-next:focus { cursor: pointer; color:rgb(232, 94, 2); }
.custom-dots .slick-dots li button { background-color:#A6A6A6 !important; color:#A6A6A6; border-radius: 100px; height: 0.875rem !important; width: 0.875rem !important; border:#616161 solid 3px; margin:10px 5px; }
.custom-dots .slick-dots li.slick-active button, .custom-dots .slick-dots li button:hover,  .custom-dots .slick-dots li button:focus { background-color: #616161 !important; color: #616161; }
.custom-dots .slick-dots li { display: flex; align-items: center; justify-content: center; }
.custom-dots .slick-dots li button:before{ content: unset; }
.custom-dots .slick-dots { align-items: center; bottom: 0; display: flex; position: relative; }
.custom-dots .slick-dots li button:before { font-size: 1rem; }


/*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; }
}
@media screen and (min-width: 992px) {
  a.button { padding:17px 42px; }
  .large-icon { font-size:60px; }
  .static-header.has-image { min-height:300px; }
  .bg-hero-diamonds { background-image:url("/images/interface/gpx_diamonds-hero.svg"); background-size:contain; background-repeat:no-repeat; background-position:center; }
  .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; }
  .content-small { width:600px; }
  .content-smaller { max-width:50%; min-width:50%; }
  .border-lg-white-right { border-right:#fff solid 8px; }
  .border-lg-white-left { border-left:#fff solid 8px; }
  .w-lg-50 { width:50%; }
}
@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) {
  #main-nav .nav-link { font-size: 1.375rem; }
  .static-header { min-height:150px; }
  .static-header.has-image { min-height:390px; }
  .static-hero-left { min-height:350px; }
  .nav-item:last-child .dropdown-menu { left:auto !important; right:0 !important; }
  .hero-spacer { height:635px; }
  .h1, .h2, .h3, h1, h2, h3 { margin-bottom:1.5rem; }
  .h4, .h5, .h6, h4, h5, h6 { margin-bottom:1rem; }
  .h1, h1 { font-size: 2.5rem; }
  .h2, h2 { font-size: 3.0625rem; }
  .h3, h3 { font-size: 2.625rem; }
  .h4, h4 { font-size: 2.125rem; }
  .h5, h5 { font-size: 1.375rem; }
  .h6, h6 { font-size: 1rem; }
  .content-small { width:640px; }
  .accordion-body2 { margin-left:140px; }
}
@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 "Open Sans", 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; }
}



