@page { size:8.5in 11in;}

/*BOOTSTRAP OVERRIDES*/
body { font-family: "Source Sans Pro", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; }
.container { max-width:1200px !important; }
b, strong, .font-weight-bold { font-weight:600 !important; }
.font-weight-black { font-weight:700 !important; }
.small, small { font-size: 85%; font-weight: inherit; }
table td { font-size:1.1rem; }

.text-primary { color:#0072BF !important; } /*BLUE 0,114,191*/
.text-success { color:#578227 !important; } /*GREEN 87,130,39*/
.text-info { color:#19628F !important } /*BLUE 25,98,143*/
.text-white, .text-white a { color:#fff !important; }
.text-dark, .text-dark a { color:#000 !important; }
.text-muted, .text-muted a { color:#757575 !important; }

.bg-primary { background:#0072BF !important; }
.bg-success { background:#578227 !important; }
.bg-info { background:#19628F !important }
.bg-muted { background:#F5F5F5 !important; }
.bg-grey { background:#f5f5f5; }
.bg-blue-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007cc4+0,007cc4+100&0+36,0.7+81,0.7+100 */
background: -moz-linear-gradient(top, rgba(0,124,196,0) 0%, rgba(0,124,196,0) 36%, rgba(0,124,196,0.7) 81%, rgba(0,124,196,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,124,196,0) 0%,rgba(0,124,196,0) 36%,rgba(0,124,196,0.7) 81%,rgba(0,124,196,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,124,196,0) 0%,rgba(0,124,196,0) 36%,rgba(0,124,196,0.7) 81%,rgba(0,124,196,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00007cc4', endColorstr='#b3007cc4',GradientType=0 ); /* IE6-9 */
}
.bg-blue-gradient2 {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007cc4+0,007cc4+100&0.7+0,0.7+0,0.7+19,0+64 */
background: linear-gradient(to bottom,  rgba(0,124,196,0.7) 0%,rgba(0,124,196,0.7) 19%,rgba(0,124,196,0) 64%,rgba(0,124,196,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bg-grey-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e3e3e3+0,e3e3e3+29,f0f0f0+100 */
background: rgb(227,227,227); /* Old browsers */
background: -moz-linear-gradient(top, rgba(227,227,227,1) 0%, rgba(227,227,227,1) 29%, rgba(240,240,240,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(227,227,227,1) 29%,rgba(240,240,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(227,227,227,1) 0%,rgba(227,227,227,1) 29%,rgba(240,240,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
.border-success { border-color:#578227 !important; }
.border-left-grey { border-left:#cddbbe solid 2px; }

.bg-primary-gradient{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007cc4+0,007cc4+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(0,124,196,0) 0%, rgba(0,124,196,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,124,196,0) 0%,rgba(0,124,196,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,124,196,0) 0%,rgba(0,124,196,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00007cc4', endColorstr='#007cc4',GradientType=0 ); /* IE6-9 */
}
.bg-gray-faded {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a6a6a6+0,a6a6a6+100&0+0,1+10,1+90,0+100 */
background: -moz-linear-gradient(top,  rgba(166,166,166,0) 0%, rgba(166,166,166,1) 10%, rgba(166,166,166,1) 90%, rgba(166,166,166,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(166,166,166,0) 0%,rgba(166,166,166,1) 10%,rgba(166,166,166,1) 90%,rgba(166,166,166,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(166,166,166,0) 0%,rgba(166,166,166,1) 10%,rgba(166,166,166,1) 90%,rgba(166,166,166,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6a6a6', endColorstr='#00a6a6a6',GradientType=0 ); /* IE6-9 */

}

.container { max-width:1000px !important; }
.container.narrow { max-width:1000px !important; }
.container.wide { max-width:1300px !important; }
.container.xl-wrapper { max-width:1396px !important; }

.hide { display:none; }
.clear { clear:both; }

a { color:#0051A8; }
a#admin_button, a#adminEdit { 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; }
a#admin_button:hover, a#adminEdit:hover { opacity:1; }
a.no-line { text-decoration:none; }
a.no-line:hover, a.no-line:focus, a.no-line:active { text-decoration:underline; }

a.button { display:inline-block; background:rgba(255,255,255,.5); border:#4F7623 solid 2px; padding:5px 25px; margin-right:10px; margin-bottom:10px; text-decoration:none; color:#000 !important; }
a.button:hover, a.button:focus { text-decoration:none; background:rgba(79,118,35,1); color:#fff !important; }
a.button.reverse { background:#4F7623; color:#fff !important; }
a.button.reverse:hover, a.button.reverse:focus {  background:#fff; color:#000 !important;}
a.button.solid { background:#fff; color:#4F7623 !important; border-color:#fff; }
a.button.solid:hover, a.button.solid:focus {  background:#4F7623; color:#fff !important;}
a.button.solid.primary { color:#0072BF !important; }
a.button.solid.primary:hover, a.button.solid.primary:focus { background:#0072BF; color:#fff !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 '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; }
.semitransparent { opacity:.8; }
.text-shadow-primary { text-shadow:0px 0px 20px #003a61; }
.z-index-1 { z-index:1; }
.z-index-2 { z-index:2; }
.z-index-3 { z-index:3; }
.top-0 { top:0; }
.right-0 { right:0 }
.bottom-0 { bottom:0; }
.left-0 { left:0; }
.line-height-1 { line-height:1; }
.fill-area { position:absolute; top:0; right:0; bottom:0; left:0; }
.top-25 { top:25% !important; }
.top-40 { top:40% !important; }
.w-35 { width:35% !important; }
.vignette { box-shadow: inset 0px 0px 150px rgba(0,0,0,.5); }
a.underline { text-decoration:underline; }
a.underline-hover:hover, a.underline-hover:focus { text-decoration:underline; }
p { line-height:1.7; }
table td p { line-height:1; }
table td p:last-of-type { margin-bottom:0; padding-bottom:0; }
.border-heavy { border-weight:2px !important; }
.white-glow { background:#fff; box-shadow:0px 0px 15px 15px #fff }
.image-fill { width:100%; height:100%; object-fit:cover; object-position:center; }
.image-fit { width:100%; height:100%; object-fit:contain; object-position:center; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 300; font-family:"Roboto Condensed", sans-serif; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin-bottom: .5rem; font-weight: 500; line-height: 1.2; }
.h1, h1 { font-size: 2.0rem; }
.h2, h2 { font-size: 1.875rem; }
.h3, h3 { font-size: 1.375rem; }
.h4, h4 { font-size: 1.25rem; /*letter-spacing:.1rem;*/ }
.h5, h5 { font-size: 1.15rem; }
.h6, h6 { font-size: 1.125rem; font-weight:600; margin-bottom:.2rem; }

h1 + h2.subhead { position:relative; margin-top:-15px; }

.h4 strong, h4 strong { font-weight:bolder !important; }
.display-2 { font-size:3.85rem; font-family:"Roboto Condensed", sans-serif; }
.display-3 { font-size:3.05rem; font-family:"Roboto Condensed", sans-serif; }
.display-4 { font-size:2.5rem; font-family:"Roboto Condensed", sans-serif; }
.grayscale { filter: grayscale(100%); transition:.5s ease; }
.faded { opacity:.3; transition:.5s ease; }

/*HEADER*/
#top-nav a:hover, #top-nav a:focus { text-decoration:underline; }
a.header-social { display:inline-block; padding:3px 8px; border-radius:4px; background-color:transparent; color:#0072BF !important; }
a.header-social:hover, a.header-social:focus { color:#fff !important; background-color:#0072BF; text-decoration:none; }

/*HOME*/

.home-hero-caption { left:0; right:0; }
.home-hero-caption-text { max-width:850px; text-shadow:0px 4px 6px rgba(0,0,0,.5); }
.home-hero-caption-text .h1, .home-hero-caption-text h1 { font-size: 2.8rem; font-weight:500; text-transform:uppercase; line-height:1; }
.home-hero-caption-text p { padding:0 !important; margin:0 !important; }
#video-bkg-wrapper { width:100%; position:absolute; top:0; left:0; right:0; max-height:100vh; overflow:hidden; z-index:1; }
#video-bkg-wrapper:before { content:''; display:block; padding-top: 100%; /* was 55.8 height divided by width*/ }
.video-bg { top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; z-index: -100; }

video.bg_video { -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -100; }

.featured-item { position:relative; width:100%; height:150px; border:#fff solid 2px; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+17,0+38,0.65+97 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 17%, rgba(0,0,0,0) 38%, rgba(0,0,0,0.65) 97%, 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) 17%,rgba(0,0,0,0) 38%,rgba(0,0,0,0.65) 97%,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) 17%,rgba(0,0,0,0) 38%,rgba(0,0,0,0.65) 97%,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 */
}
.featured-item span { font-weight:bold; text-transform:uppercase; display:inline-block; position:absolute; left:14px; right:14px; bottom:14px; }
.featured-item:hover, .featured-item:focus {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+26,1+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 26%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 26%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 26%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.featured-item:hover span, .featured-item:focus span { text-shadow:0px 2px 5px #000; }
.news-item-wrapper { position:relative; }
.news-item { display:block; margin:0 auto; width:80%; max-width:229px; height:194px; background:url("/images/interface/bg-news-item.jpg") #fff center / cover no-repeat; border:#fff solid 1px; }
.news-item:hover, .news-item:focus { border:#000 solid 1px; }

/*FANCY LIST*/
ul.fancy-list { list-style:none; margin:0; padding:0; }
ul.fancy-list li { margin:0; padding:18px; line-height:1; border-bottom:#cccccc solid 1px; }
ul.fancy-list li:last-child { border-bottom:#fff solid 1px; }
ul.fancy-list li.anchor, 
ul.fancy-list li.boat, 
ul.fancy-list li.bolt, 
ul.fancy-list li.broadcast-tower, 
ul.fancy-list li.burn, 
ul.fancy-list li.car, 
ul.fancy-list li.cogs, 
ul.fancy-list li.education, 
ul.fancy-list li.globe, 
ul.fancy-list li.hard-hat, 
ul.fancy-list li.home, 
ul.fancy-list li.location-dot, 
ul.fancy-list li.graduation-cap, 
ul.fancy-list li.microscope, 
ul.fancy-list li.money, 
ul.fancy-list li.plane, 
ul.fancy-list li.satellite-dish, 
ul.fancy-list li.stethoscope, 
ul.fancy-list li.tint, 
ul.fancy-list li.tractor, 
ul.fancy-list li.user-md, 
ul.fancy-list li.user-graduate, 
ul.fancy-list li.water { padding-left:73px; position:relative; }
ul.fancy-list li.anchor:before, 
ul.fancy-list li.bolt:before, 
ul.fancy-list li.boat:before, 
ul.fancy-list li.burn:before, 
ul.fancy-list li.car:before, 
ul.fancy-list li.cogs:before, 
ul.fancy-list li.education:before, 
ul.fancy-list li.globe:before, 
ul.fancy-list li.graduation-cap:before, 
ul.fancy-list li.hard-hat:before, 
ul.fancy-list li.home:before, 
ul.fancy-list li.location-dot:before, 
ul.fancy-list li.microscope:before, 
ul.fancy-list li.money:before, 
ul.fancy-list li.plane:before,
ul.fancy-list li.satellite-dish:before, 
ul.fancy-list li.stethoscope:before, 
ul.fancy-list li.tint:before, 
ul.fancy-list li.tractor:before, 
ul.fancy-list li.user-graduate:before, 
ul.fancy-list li.user-md:before,
ul.fancy-list li.water:before { content: "\f1b9"; display:block; position:absolute; width:35px; height:30px; top:50%; margin-top:-20px; left:0; text-align:center; font:900 40px/1 "Font Awesome 5 Free"; color:#0072BF; z-index:1; }
ul.fancy-list li.anchor:before { content: "\f13d"; }
ul.fancy-list li.boat:before { content: "\f21a"; }
ul.fancy-list li.bolt:before { content: "\f0e7"; }
ul.fancy-list li.broadcast-tower:before { content: "\f519"; }
ul.fancy-list li.burn:before { content: "\f46a"; }
ul.fancy-list li.car:before { content: "\f1b9"; }
ul.fancy-list li.cogs:before { content: "\f085"; }
ul.fancy-list li.education:before { content: "\f19c"; }
ul.fancy-list li.globe:before { content: "\f0ac"; }
ul.fancy-list li.graduation-cap:before { content: "\f19d"; }
ul.fancy-list li.hard-hat:before { content: "\f807"; }
ul.fancy-list li.home:before { content: "\f015"; }
ul.fancy-list li.location-dot:before { content: "\f5a0"; }
ul.fancy-list li.microscope:before { content: "\f610"; }
ul.fancy-list li.money:before { content: "\f53a"; }
ul.fancy-list li.plane:before { content: "\f072"; }
ul.fancy-list li.satellite-dish:before { content: "\f7c0"; }
ul.fancy-list li.stethoscope:before { content: "\f0f1"; }
ul.fancy-list li.tint:before { content: "\f043"; }
ul.fancy-list li.tractor:before { content: "\f722"; }
ul.fancy-list li.user-graduate:before { content: "\f501"; }
ul.fancy-list li.user-md:before { content: "\f0f0"; }
ul.fancy-list li.water:before { content: "\f773"; }


.bg-home-interactive-map { background:url("/images/interface/gpx_bg-home-map.svg") left center / auto 100% no-repeat; }
.photo-cover { opacity:1; transition:.5s ease; }
.photo-cover.reveal { opacity:0; }
.bg-pro-business { background:#eaeaea; }
.lower-button-wrapper:hover .grayscale { filter: grayscale(0%); }
.lower-button-wrapper:hover .faded { opacity:.7; }

/*STATIC*/
#static-wrapper { position:relative; z-index:2; padding-bottom:2rem; }
#static-content img { max-width:100% !important; height:auto !important; }
.static-header.has-image { height: 50vh;  max-height: 425px; min-height:150px; transition:.5s ease; }
.hero-logo { margin-bottom:20px; transition:.5s ease; }
.logo-glow { top:-92px; right:-116px; bottom:-35px; left:-116px; }
.logo-glow img { width:100% !important; height:auto !important; }
.background-fill { filter: grayscale(1); opacity:.15; }

.offset-anchor { position:relative; top:-80px; }

/*INVESTORS*/
.bg-investors { background:#f0f0f0; }
.investors-table { width:100%; margin:0; padding:0; }
.investors-table td container { vertical-align:top; border-bottom:#c2c2c2 solid 1px; }
.logo-container { height:84px; }
.logo-container .image-wrapper img { max-width:100% !important; }
#static-content img.investor-logo { max-width:375px !important; }

/*Nice Table*/
.nice-table th { padding:10px 30px; }
.nice-table td { padding:10px 30px; }
.nice-table th, .nice-table th p { color:#fff !important; font:normal 1.1rem/1 "Open Sans", sans-serif; text-align:center; }
.nice-table th { background:#0072BF; }
.nice-table td { color:#fff; vertical-align:top; }
.nice-table th p { padding-bottom:6px !important; }
.nice-table td, .nice-table td p { font-size:1rem; color:#000 !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(odd) { background:#fff; }
.nice-table tr:nth-child(even) { background:#e3e5e8; }
.nice-table { margin-bottom:15px; width:100%; }

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

/*PHOTO GRID*/
.photo-grid-wrapper { height:256px; transition:.5s ease; margin-bottom:20px; }
.photo-1, .photo-2, .photo-3, .photo-4 { border:#fff solid 1px; }
.photo-1 { width:100%; height:100%; }
.grid-2.photo-1, .grid-3.photo-1, .grid-4.photo-1 { width:50%; float:left; }
.grid-4.photo-1 { height:50%; }
.photo-2, .photo-3, .photo-4 { width:50%; height:50%; }
.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 }

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

/*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:#0072BF !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; }

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

/*TABS*/
.nav-tabs.bg-info a.nav-link { color:#B6DCF6; white-space:normal; }
.nav-tabs.bg-info a.nav-link:hover, .nav-tabs.bg-info a.nav-link:focus { background:#0f3b56; }
.nav-tabs.bg-info a.nav-link.active { color:#fff; background:#0f3b56; }

/*Properties Table*/
.property-table thead tr { border-top:#578227 solid 2px; border-bottom:#578227 solid 2px; }
.property-table tbody tr { border-bottom:#578227 solid 1px; }
.property-table th, .property-table td { padding:10px 30px; }
.property-table th, .property-table th p { font:400 1.1rem/1 "Open Sans", sans-serif; text-align:left; }
.property-table td { color:#fff; vertical-align:top; }
.property-table th p { padding-bottom:6px !important; }
.property-table td, .property-table td p { font-size:1rem; color:#000 !important; }
.property-table th p:last-of-type, .property-table td p:last-of-type { padding-bottom:0px !important; margin-bottom:0px !important; }
.property-table { margin-bottom:15px; width:100%; }
.property-table th:first-child, .property-table td:first-child { padding-left:0px !important; }
.property-table th:last-child, .property-table td:last-child { padding-right:0px !important; }

/*INTERACTIVE MAP*/
#map-wrapper-outer { position:relative; overflow:hidden; }
#map-wrapper { display:block; width:100% position:relative; }
#map-wrapper::before { content:""; display:block; padding-top:70%; }
#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:#347ea3; text-align:center; text-transform:uppercase; }
#mapNav a.active { background:#5C7B4C; color:#fff; }
#resize-frame { width:960px; height: 680px;
-ms-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}

/*FORMS*/
.formWrapper { border:#757575 solid 1px; padding:20px; border-radius:10px; margin:20px 0px; /*max-width:520px;*/ }
.formWrapper label { display:block; }
.formWrapper input, .formWrapper textarea { width:100%; }
.redText, .req { color:#ff0000; }
.dform_element .dform_label { font-weight: normal !important; }

/*MODAL POPUP*/
.carousel-control-next, .carousel-control-prev { color:#a7a5a6; font-size:30px; top:0; width:45px; height:55px; }
.carousel-control-next:hover, .carousel-control-prev:hover, .carousel-control-next:focus, .carousel-control-prev:focus { color:#000; }
.carousel-control-next { right:40%; }
.carousel-control-prev { left:40%; }
.modal-header { font: bold 20px/26px 'Lato',Arial,Helvetica,sans-serif; }
.modal-body { font: normal 20px/26px 'Lato',Arial,Helvetica,sans-serif; background:#f2f2f2; }

/*3D MAP*/
.mapDot { cursor: pointer; }
.mkt_page { display:block; position:absolute; z-index:999; width:1px; height:930px; top:0px; left:1600px; right:0px; opacity:0; transition: width 0.5s, left 0.5s, opacity 0.5s ease; background:#fff; border-left:#fff solid 1px; border-right:#fff solid 1px; overflow:hidden; }
.mkt_page.display_info { width:1140px; left:230px; opacity:1; box-shadow: 0 0 20px #000; }

#bkg_overlay { width:1px; height:1px; position:absolute; z-index:999; top:465px; left:800px; transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s, opacity 0.5s ease; /*background-image:url(https://southerncarolina.org/images/interface/map/view3d_base-2x.jpg); background-repeat:no-repeat;*/ opacity:0; }
#bkg_overlay.display_overlay { width:1600px; height:930px; top:0px; left:0px; opacity:1; }

#close_mkt_page { width:45px; height:45px; position:absolute; right:260px; top:20px; z-index:9999; }
#close_mkt_page a { display:inline-block; box-sizing:border-box; color:#fff; font-size:20px; line-height:20px; height:44px; width:44px; padding:10px; background:#6b6b6b; border-radius:40px; border:#fff solid 2px; font-weight:bold; cursor:pointer; text-align:center; }

/*LAYERS*/
.gpx_map_overlay { position:absolute; top:0px; }

/*QTIP CUSTOMIZATION*/
.qtip-default.qtip-custom { background:#2C70B7; border-color:#F4F4F4; font-size:20px; line-height:20px; color:#fff; }
.qtip.qtip-custom { padding:5px 10px; }
.mobile-only { display:none; }

/***TIPTIP**/
/* TipTip CSS - Version 1.2 */
.qtip { max-width:none !important; }
#tiptip_holder { display: none; position: absolute; top: 0; left: 0; z-index: 99999; }
#tiptip_holder.tip_top { padding-bottom: 5px; }
#tiptip_holder.tip_bottom { padding-top: 5px; }
#tiptip_holder.tip_right { padding-left: 5px; }
#tiptip_holder.tip_left { padding-right: 5px; }
#tiptip_content { font-size: 20px; text-align:center; color: #fff; padding: 10px; border: 2px solid #9d2788; background-color: #9d2788; border-radius: 6px; }
#tiptip_content .subtitle{ font-size: 18px; font-weight:600; display:inline-block; padding-top:10px; }
#tiptip_arrow, #tiptip_arrow_inner { position: absolute; border-color: transparent; border-style: solid; border-width: 6px; height: 0; width: 0; display:none; }
#tiptip_holder.tip_top #tiptip_arrow { border-top-color: #fff; border-top-color: rgba(255,255,255,0.35); }
#tiptip_holder.tip_bottom #tiptip_arrow { border-bottom-color: #fff; border-bottom-color: rgba(255,255,255,0.35); }
#tiptip_holder.tip_right #tiptip_arrow { border-right-color: #fff; border-right-color: rgba(255,255,255,0.35); }
#tiptip_holder.tip_left #tiptip_arrow { border-left-color: #fff; border-left-color: rgba(255,255,255,0.35); }
#tiptip_holder.tip_top #tiptip_arrow_inner { margin-top: -7px; margin-left: -6px; border-top-color: rgb(25,25,25); border-top-color: rgba(25,25,25,0.92); }
#tiptip_holder.tip_bottom #tiptip_arrow_inner { margin-top: -5px; margin-left: -6px; border-bottom-color: rgb(25,25,25); border-bottom-color: rgba(25,25,25,0.92); }
#tiptip_holder.tip_right #tiptip_arrow_inner { margin-top: -6px; margin-left: -5px; border-right-color: rgb(25,25,25); border-right-color: rgba(25,25,25,0.92); }
#tiptip_holder.tip_left #tiptip_arrow_inner { margin-top: -6px; margin-left: -7px; border-left-color: rgb(25,25,25); border-left-color: rgba(25,25,25,0.92); }


/*FOOTER*/
#footer { font-family:"Roboto Condensed", sans-serif; font-size:1rem; }
#footer a:hover, #footer a:focus { text-decoration:underline; }
a.footer-social { display:inline-block; padding:3px 8px; border-radius:4px; background-color:transparent; color:#0072BF !important; }
a.footer-social:hover, a.footer-social:focus { color:#fff !important; background-color:#0072BF; text-decoration:none; }

/*NAV*/
#main-nav.navbar { box-shadow: none; }
#main-nav .dropdown-item { white-space:normal; padding:5px 10px; }
#main-nav .nav-item { position:relative; font-weight:bold; }
#main-nav .nav-link { font-weight:bold; transition:.5s ease; }
.dropdown-toggle::after { border-top:transparent .3em solid; } /**Keeps dropdown arrow invisible until hovered**/
.dropdown-toggle:hover::after, .dropdown-toggle:focus::after { border-top:#fff .3em solid; } /**set dropdown arrow color when hovered**/


/**MEDIA QUERIES**/
@media screen and (min-width: 576px) {
  .border-sm-dark { border-right:#c2c2c2 solid 1px; }
}
@media screen and (min-width: 768px) {
  .home-hero-caption { bottom:20px; }
  .border-md-dark { border-right:#c2c2c2 solid 1px; }
  .home-hero-caption { bottom:27px; }
  .photo-grid-wrapper { height:356px; }
  .position-md-absolute { position:absolute !important; }
}
@media screen and (min-width: 992px) {
  p, li { font-size:1.1rem; }
  #header.sticky { position:fixed; top:0; left:0; right:0; z-index:99; }
  #header.sticky #emergency-message, #header.sticky #top-row { display:none; }
  #header-spacer.sticky { height:180px; } /*Height of header*/
  .news-item-wrapper.line:after { content:""; position:absolute; right:0px; top:35px; bottom:35px; border-right:#757575 solid 1px; }
  .display-4 { font-size:2.94rem !important; }
  .text-larger p { font-size:1.3rem; line-height:1.8; }
  #static-wrapper p, #static-wrapper li { font-size:1.1rem; line-height:1.6; }
  .hero-logo { margin-bottom:-55px; }
  .bg-investors { background:url('/images/interface/bg-investors.jpg') #f0f0f0 center / cover no-repeat; }
  .investors-table tr:nth-child(odd) { background:#f0f0f0; }
  .investors-table td container { border-bottom:none; }
  .border-lg-dark { border-right:#c2c2c2 solid 1px; }
  .columns { column-count: 2; column-gap: 40px; }
  .columns li { break-inside: avoid; }
  #footer-wrapper { background:url("/images/interface/bg-footer-flags.jpg") center / cover no-repeat }
  .bg-footer-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,0.8+42,0.8+58,0+100 */
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 42%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 58%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 42%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.8) 58%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 42%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.8) 58%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  }
  .border-right-lg-lt-blue { border-right:#53a1d2 solid 1px; }
  .bg-pro-business { background:url("/images/interface/bg-pro-business.jpg") #eaeaea center / cover no-repeat; }
  .photo-grid-wrapper { height:456px; margin-bottom:0px; }
  .property-table th, .property-table td { padding:20px 30px; }
  .content-group-text { font-size:1.8rem; font-size:1.5rem; }
  .content-group-text i { font-size:90px; font-size:70px; }
}
@media screen and (max-width: 1024px) {
  table.two-column td:first-child { width:auto; }
  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) {
  .featured-item { min-width:18vw; }
  .left-content, .right-content { max-width:600px; }
  .left-content { position:relative; float:right; }
  .left-content:after { content:""; position:relative; clear:both; }
  .w-xl-100 { width:100%; }
  #main-nav .nav-link { padding:13px 20px; }
  #main-nav .nav-item { width:100%; }
  .display-2 { font-size:3.85rem !important; font-family:"Roboto Condensed", sans-serif; }
  .display-3 { font-size:3.05rem !important; font-family:"Roboto Condensed", sans-serif; }
  .display-4 { font-size:2.5rem !important; font-family:"Roboto Condensed", sans-serif; }
}
@media screen and (min-width: 1300px) {
  */#main-nav .nav-link { padding:13px 30px; }*/
}
@media screen and (min-width: 1380px) {
  .featured-item { min-width:250px; }
}
@media screen and (min-width: 1400px) {
  #main-nav { max-width:1400px; margin:0 auto !important; }
}
@media screen and (min-width: 1500px) {
  .home-main-photo { background-position: center 15% !important; }
}
@media (orientation: portrait) {
  #video-bkg-wrapper { height:100vh; }
  video.bg_video { min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -100; }
}
@media print {
  html, body, #main, #static-wrapper, row, section, article, #printHeader { display:block !important; width:100% !important; float:none !important; padding:0 !important; margin:0 !important; }
  container, .container { display:block !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; }
}

/* 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; }
.slide-item { flex:1; margin:10px; border:#999a90 solid 1px; font-size:1rem; }