@page { size:8.5in 11in;}

/*BOOTSTRAP OVERRIDES*/
body { font-family: "Raleway", -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:700 !important; }
.fw-medium { font-weight:600 !important; }
a:hover, a:focus { text-decoration:underline; }

.text-primary { color:#0f75bc !important } /**BLUE 15,117,188**/
.text-secondary { color:#d3ff96 !important } /**LT GREEN 141,198,34**/
.text-success { color:#7F9C3A !important; } /**GREEN**/ 127,156,58**/
.text-warning { color:#fcb040 !important; } /**YELLOW 252,176,64**/
.text-dark { color:#3a3a3a !important; }
.text-white, .text-white * { color:#fff !important; }
.text-larger { font-size:1.1rem; }
.text-shadow { text-shadow:0 0 10px rgba(0,0,0,.8), 0 0 20px rgba(0,0,0,.5); }

.bg-primary { background:#0f75bc !important; }
.bg-warning { background:#fcb040 !important; }
.bg-light { background:rgba(255,255,255) !important; }
.bg-grey { background:#f4f4f4 !important; }
.bg-dark { background:rgba(0,0,0) !important; }
.bg-success-faded { background:rgba(18,134,54,.65); }
.bg-success-faded2 { background:rgba(18,134,54,.9); }
.bg-light-faded { background:rgba(255,255,255,.8); }
.bg-dark-faded { background:rgba(0,0,0,.8); }
.bg-dark-faded2 { background: rgba(0,0,0,0.3); }
.bg-warning-faded2 { background: rgba(252,176,64, 0.9); }
.bg-muted { background:#e1e1e1; }
.bg-muted.lighter { background:#f4f4f4 !important; }
.border-primary { border-color:#0f75bc !important; }
.border-warning { border-color:#fcb040 !important; }
.border-light { border-color:#ccc !important; }
.border-muted { border-color:#d1d1d1 !important; }
.bg-dark-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+99 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

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

a { color:#0051A8; }
a#admin_button { display:inline-block; font-size:12px; padding:5px 15px; 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 { text-decoration:none !important; }
a.no-line:hover, a.no-line:focus { text-decoration:underline !important; }
button.no-line, button.no-line:hover, button.no-line:focus{ text-decoration:none !important; }
a.button { display:inline-block; padding:5px 15px; text-decoration:none !important; background:#128636 !important; color:#fff !important; border:#128636 solid 1px; border-radius:6px; transition:.3s ease; }
a.button:hover, a.button:focus { background:#fff !important; color:#128636 !important; text-decoration:none !important; }
a.button-archive { display:inline-block; padding:3px 10px; text-decoration:none !important; background:#fff !important; color:#000 !important; border:#333 solid 1px; border-radius:6px; transition:.3s ease; }
a.button-archive:hover, a.button-archive:focus { background:#949494 !important; color:#000 !important; text-decoration:none !important; }

b, strong { font-weight:600; }
li p:last-of-type, tr p:last-of-type, blockquote 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:"Raleway",sans-serif; font-weight:400; }
.h1, h1 { font-size: 1.75rem; text-transform:uppercase; margin-bottom:1rem; }
.h2, h2 { font-size: 1.5rem; }
.h3, h3 { font-size: 1.25rem; }
.h4, h4 { font-size: 1.15rem; }
.h5, h5 { font-size: 1.05rem; }
.h6, h6 { font-size: 1rem; }

.display-1 { font-size: 3rem !important; }
.display-2 { font-size: 2.5rem !important; }
.display-3 { font-size: 2rem !important; }
.display-4 { font-size: 1.5rem !important; }

#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 'Raleway', 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; }
.bottom-negative { bottom:-1px !important; }
.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; }
.border-thick { border-width:2px !important; }
.w-33 { width:33% !important; }

/*POPUP WINDOWS*/
#top-trigger { position:fixed; top:-25px; width:100%; height:10px; z-index:999; }
#top-trigger.active { top:0px; }
#top-trigger.disabled { left:-100%; }
#lower-popup { opacity:0; width: 100%; max-width:600px; background:#fff; border: 1px solid black; padding: 20px; box-shadow: 5px 5px 10px #000; position:fixed; z-index:999; bottom:0px; right:-610px; transition:.2s ease; }
#lower-popup.active { right:0px; opacity:1; }
#lower-popup.disabled, #lower-popup.active.disabled, #lower-popup.disabled.active { right:-610px; }

/* First Popup */
.bg-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003470+42,001049+100 */
background: rgb(0,52,112); /* Old browsers */
background: -moz-linear-gradient(left, rgba(0,52,112,1) 42%, rgba(0,16,73,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,52,112,1) 42%,rgba(0,16,73,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,52,112,1) 42%,rgba(0,16,73,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003470', endColorstr='#001049',GradientType=1 ); /* IE6-9 */
}
.social-icon-large { width: 75px; border: solid white 4px; padding: 16px; font-size: 35px; border-radius: 50%; line-height:1; text-align:center; color:#fff; }
.social-icon-large:hover { background:#fff; color:#00336F; }
#top-popup p.text-grey { color:#BDC3C7; }
#top-popup .modal-dialog { max-width:800px; }
#top-popup .modal-header, #top-popup .modal-footer { border:none; }

/* Second Popup */
.popupBtn { background-color: orange; color: white; text-decoration: none; display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.4; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }
a.popupBtn:hover { background-color: green; }

/*SEARCH BAR*/
.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 "Raleway",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;; }

#video-bkg-wrapper { position:absolute; top:-20px; }
#video-bkg-wrapper video {  width: 100vw !important; height: auto !important; }

/*HEADER*/
#top-nav { transition:.5s ease; }
a.top-social-icon { font-size:1.2rem; text-decoration:none !important; border-radius:6px; background:#fff !important; color:#0f75bc !important; transition:.5s ease; }
a.top-social-icon:hover, a.top-social-icon:focus { background:#0f75bc !important; color:#fff !important; }
#google-translate-wrapper { margin-top:10px; min-height:50px; }

/*HOME*/
#home-hero-section .carousel-caption, .video-overlay .carousel-caption { padding:10px; min-height:180px; }
.hero-swoosh { width:200vw; height:80px; background:url('/images/interface/gpx_hero-swoosh2.svg') 0% bottom repeat-x; animation: swoosh 30s infinite ease; }
@keyframes swoosh {
  0% { background-position: 0%;}
  50% { background-position: -200%;}
  100% { background-position: 0%;}
}
.has-video { min-height:200px; }
.button-animated  { text-decoration: none !important; background-size: 100% auto !important; transition:.5 ease; }
.button-animated:hover, .button-animated:focus { background-size: 140% auto !important; }

.home-slide { padding: 3rem 0rem !important; transition:padding .5s ease; }

/*VIDEO CAPTIONS*/
#caption-wrapper { position:absolute; left:0; right:0; bottom:88px; text-shadow:0px 0px 12px rgba(0,0,0,.5); z-index:2; }
#caption-wrapper > div { position: absolute; width:100%; padding-right:20px; right:-50vw; opacity: 0; transition:right 0.75s ease, opacity 0.1s ease, padding-right 20s ease; }
#caption-wrapper > div.on { padding-right:190px; right:0vw; opacity: 1; }

.overview-video-wrapper { background:url('/images/header/_lg/bg-overview-video.jpg') #000 center 65% / cover no-repeat; padding-top: 4rem !important;
padding-bottom: 4rem !important; }
.overview-video-padding { padding-top: 4rem !important; padding-bottom: 4rem !important; }
.overview-link { text-decoration:none !important; }
.overview-link .play-button { padding:11px 14px 11px 18px; font-size:24px; border-radius:50%; background:rgba(15,117,188,.6); transition:.5s ease; color:#fff !important }
.overview-link:hover .play-button, .overview-link:focus .play-button { background:rgba(255,255,255,1); color:#0f75bc !important; }

/*STATIC*/
.static-swoosh { width:200vw; height:80px; background:url('/images/interface/gpx_hero-swoosh2.svg') 0% bottom repeat-x; }
#static-wrapper img { max-width:100%; height:auto !important; }
.static-header .carousel-caption { padding:110px 55px 20px 135px; background:url('/images/interface/gpx_header-waves.svg') right bottom no-repeat; }
.static-header.has-image { min-height:100px; transition:.5s ease; }
h2.subhead { position-relative; margin-top:-24px; }
p.caption, .caption p { font-style:italic; color:#707070; line-height:1.4 !important; margin-top:.5rem; }

/*ASIDE*/
.aside-ad-image { height:200px; }

/*BUTTON SET*/
/*.button-set-wrapper { max-width:1060px !important; }*/

/*INFOGRAPHIC SET*/
.infographic-button { background:#fff; transition:.5s ease; text-decoration:none; margin-top:30px; margin-bottom:0px; }
.infographic-button:hover, .infographic-button:focus { background:#f4f4f4; text-decoration:none; margin-top:0px; margin-bottom:30px; }
.infographic-button .infographic-icon { padding:18px; font-size:48px; min-width:80px; color:#fff !important; border-radius:50%; background:#0f75bc; transition:.5s ease; }
.infographic-button:hover .infographic-icon, .infographic-button:focus .infographic-icon { background:#fcb040; }

/*PHOTO BUTTON CAROUSEL*/
.photo-button { min-height:370px; overflow:hidden }
.photo-button .hover-color { background:rgba(15,117,188,0); top:auto; transition:.8s ease; }
.photo-button:hover .hover-color, .photo-button:focus .hover-color { top:0; background:rgba(15,117,188,.8); }
.photo-button .hover-text { opacity:0; margin-bottom:-370px; transition:.8s ease; }
.photo-button:hover .hover-text, .photo-button:focus .hover-text { opacity:1; margin-bottom:0; }

/*PHOTO TEXT COMBO*/
.video-link, .video-link:hover, .video-link:focus { text-decoration:none; line-height:1; }
.video-link .play-button { padding:14px 14px 14px 18px; font-size:28px; border-radius:50%; background:rgba(252,176,64,.6); transition:.5s ease; }
.video-link:hover .play-button, .video-link:focus .play-button { background:rgba(252,176,64,1); }

/*Nice Table*/
.nice-table th, .nice-table td { padding:5px 9px; }
.nice-table th, .nice-table th p { color:#fff !important; font-family:"Raleway", 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; max-width:1300px; }
#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;
}
.nav-tabs .nav-link { background:#22447D; color:#fff; border:none; border-right:#fff solid 1px;  }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { color: #fff; background-color: #158040; }

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

/*LOGO GRID*/
.logo-grid-item { background-repeat:no-repeat; background-position:center; background-size: 70% auto; min-height:225px; border:#fff solid 2px; }
.logo-grid-item.tall { background-size: auto 70%; }
.logo-grid-item:hover, .logo-grid-item:focus {  border:#747474 solid 2px; }

/*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:456px; }
.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; }

/*COST OF LIVING CALCULATOR*/
.calculator-section { padding:0px 17px 17px 17px; overflow-x:auto; }
table.sections tr { border-bottom:#578135 solid 2px; }
table.sections td, table.sections th { padding:17px 0px; }
.coli-stats-button { text-decoration:none !important; }
.coli-stats-button .coli-overlay { opacity:1; transition:.5s ease; }
.coli-stats-button:hover .coli-overlay, .coli-stats-button:focus .coli-overlay { opacity:0; text-decoration:none !important; }
.coli-icon { width:50px; height:50px; background:#fff; border-radius:50%; line-height:1; color:#ff9016 !important; overflow:hidden; box-shadow:0px 4px 4px #00000050; text-align:center; padding-top:8px; }
.coli-icon i { font-size:32px; color:#ff9016 !important }
.coli-item1, .coli-item3 { border-right:#ebebeb solid 6px; }

select.job-select { font:500 1.0rem/1 "Lato",sans-serif; background: #fff; display:block; width:100%; color:#000; padding:10px 15px; border:#8F8F9D solid 1px; }
select.job-select option { background:#fff !important; color:#575757; padding:5px 15px; font:500 16px/1 "Lato", sans-serif; }

input.button.coli, button.button.coli { font:500 1.1rem/1.5 "Lato", sans-serif; display:inline-block; background:#fff; padding:5px 25px; border:#8F8F9D solid 1px; color:#000 !important; text-decoration:none; border-radius:4px; }
input.button.coli:hover, input.button.coli:focus, button.button.coli:hover, button.button.coli:focus { color:#000 !important; text-decoration:none; border-color:#000 !important; background:#E9E9ED; }
input#income[type="text"] { width: 100%; padding:6px 20px; }

/*CALENDAR GRID*/
.calendarHeader { color: #469264; text-align: center; font-size:20px; padding-bottom:10px; }
.calendarMonthLinks { font-family: "open Sans", sans-serif; font-size: 20px; text-decoration: none; color: #469264; background-color:  transparent; text-align:center; }
.calendarMonthLinks a { color: #469264 !important; text-decoration: none !important; background-color:  transparent; }
.calendarMonthLinks a:visited { color: #469264; text-decoration: none !important; background-color: transparent; }
.calendarMonthLinks a:hover { color: #ccc; text-decoration: underline !important; background-color: transparent; }

.calendarBG { background-color: #fff; font-family:"open Sans", sans-serif; border:#469264 solid 1px; }
.calendarBlank {  background-color: #e8e8e8; color: #1262a0; text-align:center; }
.calendarBG td { border: #1262a0 solid 1px; border-collapse:collapse; width:14%; }
.calendarBG td.calendarDayHeading { border: #333333 solid 1px; border-collapse:collapse; }
.calendarDayHeading { font-size: 11px; color: #fff; background-color: #333333; text-align: center; vertical-align: middle; }
.calendarToday { font-family: "open Sans", sans-serif; font-size: 12px; letter-spacing: .1em; text-decoration: none; text-align: center; vertical-align: top; color: #1262a0; background-color: #fdb813; }
.calendarCell { font-family: "open Sans", sans-serif; font-size: 12px; letter-spacing: .1em; text-decoration: none; text-align: center; vertical-align: top; color: #1262a0; background-color: #fff; }
.calendarCell a { color: #000; text-decoration: underline; background-color:  transparent; }
.calendarCell a:visited { color: #1262a0; text-decoration: underline; background-color: transparent; }
.calendarCell a:hover { color: #1262a0; text-decoration: none; background-color: transparent; }
.eventListedCell { background-color:#b8d4ea; }
.eventListedCell a, .eventListedCell a:visited, .eventListedCell a:hover { color: #000; }
.cellContent { height:35px; padding:0px; position:relative; }
.dayNumber { position:absolute; top:0px; right:6px; font-size:10px; }
.dayLink { width:100%; height:100%; display:block; }
.dayListings { padding:20px 10px 10px 10px; font-size:11px; line-height:12px; text-align:left; }
.dayListings a, .dayListings a:visited, .dayListings a:hover { color:#000; text-decoration:none; }
.dayListings a:hover { text-decoration:underline; }

#calendarGrid table { border-collapse:no-collapse; }
#calendarGrid { display:none; }

/*FOOTER*/
a.footer-social-icon { font-size:2rem; text-decoration:none !important; border-radius:6px; background:#fff !important; color:#0f75bc !important; transition:.5s ease; }
a.footer-social-icon:hover, a.footer-social-icon:focus { background:#0f75bc !important; color:#fff !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; }
.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**/

/*MEDIA QUERIES*/
@media screen and (min-width: 320px) {
  #calendarGrid { display:block; }
  .calendarMonthLinks { letter-spacing: .1em; }
}
@media screen and (min-width: 576px) {
  .static-header.has-image { min-height:150px; }
  .play-button-icon:before { top:70px; }
  .static-header .carousel-caption { padding:50px 55px 80px 135px; }
  .cellContent { height:auto; min-height:75px; }
  .dayListings p { font-size:11px; line-height:12px; padding-bottom:5px;  }
}
@media screen and (min-width: 768px) {
  .static-header .carousel-caption { padding:38px 55px 92px 135px; }
  .static-header.has-image { min-height:200px; }
  .position-md-absolute { position:absolute; }
  /*#top-nav { margin-bottom:30px !important; }*/
  #google-translate-wrapper { margin-bottom:20px !important; }
  #top-logo img { max-width:109px !important; }
  #home-hero-section .carousel-caption, .video-overlay .carousel-caption { padding:38px 55px 92px 135px; background:url('/images/interface/gpx_header-waves.svg') right bottom no-repeat; }
  .bottom-adjust { bottom:-1px !important; }
  .has-video { min-height:300px; }
  .display-1 { font-size: 5rem !important; }
  .display-2 { font-size: 4rem !important; }
  .display-3 { font-size: 3rem !important; }
  .display-4 { font-size: 2.5rem !important; }
}
@media screen and (min-width: 992px) {
  .h1, h1 { font-size: 2rem; }
  .h2, h2 { font-size: 1.6rem; }
  .h3, h3 { font-size: 1.5rem; }
  .h4, h4 { font-size: 1.3rem; }
  .h5, h5 { font-size: 1.25rem; }
  .h6, h6 { font-size: 1rem; }
  .position-lg-absolute { position:absolute; }
  .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; }
  .border-lg-right-muted { border-right:#d1d1d1 solid 1px; }
  .content-left, .content-right { max-width:676px; }
  .content-left { float:right; }
  .overview-video-wrapper { background-image:url('/images/header/_xl/bg-overview-video.jpg'); }
  #static-wrapper article p, #static-wrapper article li { line-height:1.5; }
  .two-columns { column-count: 2; column-gap: 10px; }
  .coli-item2 { border-right:#ebebeb solid 6px; }
  .home-slide { padding: 4rem 0rem !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) {
  .h2, h2 { font-size: 1.75rem; }
  #top-logo img { max-width:100% !important; }
  /*#top-nav { margin-bottom:100px !important; }*/
  #google-translate-wrapper { margin-bottom:30px !important; }
  #header-spacer.sticky { height:200px; }
  #header.sticky { position:fixed !important; top:0; left:0; right:0; }
  #header.sticky #top-logo, #header.sticky #top-nav, #header.sticky #google-translate-wrapper { display:none !important; }
  /*.static-header { min-height:150px; }*/
  .static-header.has-image { min-height:390px; }
  #static-wrapper article p, #static-wrapper article li { line-height:2.0; }
  #static-wrapper article blockquote p, #static-wrapper article blockquote li { line-height:1.5; }
  .home-slide { padding: 5rem 0rem !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 "Raleway", sans-serif; color:#000; }
  #print-header table { width:100%; }
  #print-header td{ vertical-align:middle !important;}
  #print-header table td:first-child { width:150px; }
  #print-header table img { max-width:120px !important; }
}



/* SLICK SLIDER */
.slider-arrow { position:absolute; cursor:pointer; top:35%; z-index:10; }
.slider-arrow.left { left:-15px; }
.slider-arrow.right { right:-15px; }
.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; 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: inline-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 { width:100%; text-align:center; }
ul.slick-dots, ul.slick-dots li { display:inline-block; margin:0; padding:0; list-style:none; }
ul.slick-dots li button { text-indent:-999px; background-color:transparent; border:#68685E solid 2px; width:20px; height:20px; border-radius:50%; margin:25px 4px; overflow:hidden; }
ul.slick-dots li button:hover, ul.slick-dots li button:focus { background-color:#68685E; }
ul.slick-dots li.slick-active button { background-color:#000; border:#000 solid 2px; }

/*CUSTOMIZATION*/
.slick-track { display:flex !important; }
.slide-item { flex:1; }
.slick-slide { height: inherit !important; }
.slider-arrow.left { left:0px; z-index:2; color:#fff !important; padding:20px 10px; font-size:2rem; }
.slider-arrow.right { right:0px; z-index:2; color:#fff !important; padding:20px 10px; font-size:2rem; }
ul.slick-dots { width:100%; text-align:center; background:#128636; border:#fff solid 1px; }
ul.slick-dots, ul.slick-dots li { display:inline-block; margin:0; padding:0; list-style:none; }
ul.slick-dots li button { background-color:#fff; border:none; width:20px; height:12px; border-radius:20%; margin:20px 7px; }
ul.slick-dots li button:hover, ul.slick-dots li button:focus { background-color:#fff; }
ul.slick-dots li.slick-active button { background-color:#fcb040; border:none; }

@media screen and (min-width: 1200px) {
ul.slick-dots li button { width:12px; height:12px; border-radius:50%; }
}