@page { size:8.5in 11in;}

/*BOOTSTRAP OVERRIDES*/
body { font-family: "Lato", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; }
.container { max-width:1200px !important; }
strong, .font-weight-bold, .fw-bold  { font-weight:600 !important; }
a:hover, a:focus { text-decoration:underline; }

.text-primary { color:#465858 !important } /**BLUE GREEN 70,88,88**/
.text-secondary { color:#A55F6B !important } /**SALMON 165,95,107**/
.text-success { color:#687b5b !important; } /**GREEN 104,123,91**/
.text-success-light, .text-success-light * { color:#99c383 !important; } /**LT GREEN 153,195,131**/
.text-success-light2, .text-success-light2 * { color:#a8c39a !important; } /**LT GREEN 168,195,154**/
.text-muted, .text-muted * { color: #7b7065 !important; }
.text-warning { color:#C77F0A !important; } /**YELLOW 199,127,10**/
.text-dark { color:#3a3a3a !important; }
.text-white, .text-white * { color:#fff !important; }
.text-shadow { text-shadow:0 0 8px rgba(0,0,0,.5); }

.bg-primary { background:#394248 !important } /**57,66,72**/
.bg-secondary { background:#ba848a !important }
.bg-success { background:#687b5b !important }
.bg-success-light { background:#99c383 !important }
.bg-success-light2 { background:#a8c39a !important }
.bg-light { background:rgba(255,255,255) !important; }
.bg-dark { background:rgba(0,0,0) !important; }
.bg-light-faded { background:rgba(255,255,255,.8); }
.bg-dark-faded { background:rgba(0,0,0,.5); }
.bg-muted.lighter { background:#E8E8E8 !important; }
.bg-info { background:#0071a1 !important; }
.border-primary { border-color:#465858 !important; }
.border-light { border-color:#ccc !important; }
.border-muted { border-color:#d1d1d1 !important; }
.border-thick { border-width:3px !important; }

.bg-white-gradient { background:#fff; }
.bg-info-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,a7b9c1+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(167,185,193,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(167,185,193,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(167,185,193,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a7b9c1',GradientType=1 ); /* IE6-9 */
}
.bg-success-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,b0c5a5+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(176,197,165,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(176,197,165,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(176,197,165,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b0c5a5',GradientType=1 ); /* IE6-9 */
}

.container { max-width:1300px !important; }
.container.xl-wrapper { max-width:1300px !important; }
.container.smaller { max-width:1000px !important; transition:.5s ease; }

a { color:#0051A8; }
a#admin_button { display:inline-block; font-size:12px; padding:5px 10px; border-radius:8px; background:#a7a7a7; color:#fff !important; text-decoration:none !important; position:absolute; top:-30px; left:13px; opacity:0.3; }
a#admin_button:hover { opacity:1; }
a.no-line, .no-line a { text-decoration:none !important; }
a.no-line:hover, .no-line a:hover, a.no-line:focus, .no-line a:focus { text-decoration:underline !important; }
a.button { display:inline-block; padding:2px 20px; text-decoration:none !important; border:#4d6161 solid 2px; background:#fff !important; color:#4d6161 !important; transition:.5s ease; }
a.button:hover, a.button:focus { background:#4d6161 !important; color:#fff !important; text-decoration:none !important; }
b, strong { font-weight:600; }
li p:last-of-type { padding-bottom:0px !important; margin-bottom:0px !important; }
blockquote { background:#DCE5EF; padding:20px; border-radius:10px; margin: 0 0 1rem; }
fieldset { padding:20px; border:#333 solid 1px; border-radius:15px; }
hr { margin:2rem 0rem; border: 0; border-top:#ccc solid 1px !important; clear:both; opacity:1; }
legend { display: inline-block; width: auto; padding: 0px 10px; margin-top:30px; }
td { vertical-align:top; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family:"Barlow","Lato",sans-serif; }
.h1, h1 { font-size: 1.5rem; }
.h2, h2 { font-size: 1.3rem; }
.h3, h3 { font-size: 1.2rem; }
.h4, h4 { font-size: 1.15rem; }
.h5, h5 { font-size: 1.1rem; }
.h6, h6 { font-size: 1rem; }

p, li { color:#445964; }

#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 'Lato', 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 !important; }
.right-0 { right:0 !important; }
.bottom-0 { bottom: !important0; }
.left-0 { left:0 !important; }
.opacity-0 { opacity:0; }
.text-larger { font-size:1.4rem; }
.larger-font { font-size:2.5rem; }
.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; }
.screen-width { width:100vw; }
.negative-bottom-margin { margin-bottom:-2rem; }
.drop-shadow { box-shadow:0px 0px 20px rgba(0,0,0,.4); }
.drop-shadow-big { box-shadow:0px 10px 30px rgba(0,0,0,.4); }
.bg-body-content { background:url('/images/interface/gpx_bg-body.svg') left top / cover no-repeat;  }
.semitransparent { opacity:.08; }

/*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 "Lato",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 video {  width: 130vw !important; height: auto   !important; }

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

/*HEADER*/
#bg-top-nav { background:url('/images/interface/bg-top-header.jpg') left center / auto 100% no-repeat; }
.top-social-icon { display:inline-block; padding:4px; line-height:1; font-size:28px; color:#7b7065 !important; transition:.5s ease; }
.top-social-icon:hover, .top-social-icon:focus { color:#000 !important; }

/*HOME PAGE*/
article#home-content p { line-height:1.4; }
.main-button { border-top:#ccc solid 3px; }
.main-button, .main-button:hover, .main-button:focus { text-decoration:none; transition:background .5s ease; }
.main-button:hover, .main-button:focus { background:rgba(0,0,0,1) }
.main-button .main-button-icon { height:1px; }
.main-button:hover .main-button-icon, .main-button:focus .main-button-icon { height:auto; }
.main-button .main-button-icon img { height:1px !important; opacity:0; transition:opacity .5s ease; }
.main-button:hover .main-button-icon img, .main-button:focus .main-button-icon img { height:auto !important; opacity:1; }
.main-button .main-button-background { opacity:0; transition:.5s ease; /*filter:brightness(25%);*/ }
.main-button:hover .main-button-background, .main-button:focus .main-button-background { opacity:.3; }

.welcome-inset-map { top:-3rem; bottom:-1.25rem; }

.bg-interactive-map { background:#0071a1; }

.carousel-caption.property { background:rgb(77,97,97); background:rgba(77,97,97,.95); } /**#4d6161**/

/*STATIC*/
#static-wrapper img { max-width:100%; height:auto !important; }
.static-header.has-image { min-height:100px; transition:.5s ease; }
#static-wrapper article p , #static-wrapper article li{ line-height:1.4; }
#static-wrapper article li { padding-bottom:1rem; }

/*PROPERTY MAP*/
.property-thumb-col { width:12.5% }
.property-thumbs-wrapper { margin-right:-1rem !important; }

/*ASIDE*/
aside a { color:#445964; }

/*ACCORDION*/
.accordion-toggle .accordion-up, .accordion-toggle.collapsed .accordion-down { display:none; }
.accordion-toggle.collapsed .accordion-up, .accordion-toggle .accordion-down { display:flex; }

/*BUTTON SET*/
a.button-set-wrapper { color:inherit !important; text-decoration:none; }
.button-set-wrapper .ornament { position:absolute; left:0; right:0; bottom:0; height:10px; }
.button-set-wrapper .hover-text { margin-top:150%; transition:margin-top .5s ease; }
.button-set-wrapper .hover-text:before, .button-set-wrapper .ornament:before { content:""; position:absolute; top:-10px; left: 50%; margin-left:-10px; width:20px; height:20px; border-radius:50%; background:#a8c39a; }
.button-set-wrapper:hover .hover-text, .button-set-wrapper:focus .hover-text { margin-top:0%; }

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

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

.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; }

/*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:#465858; text-align:center; text-transform:uppercase; }
#mapNav a.active { background:#687b5b; color:#fff; }
#resize-frame { width:1300px; height: 800px;
-ms-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}

/*CONTENT GROUP*/
.content-group .nav-tabs { border-bottom:0px !important; }
.content-group-button { background:#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; }

/*FANCY CAROUSEL*/
.fancy-carousel .hover-image, .fancy-carousel .main-content { opacity:1; transition:.5s ease; }
.fancy-carousel .slick-current .hover-image { opacity:0; }
#arrow-anchor { margin-top:-30px; }
.fancy-carousel .main-content { opacity:0; }
.fancy-carousel .slick-current .main-content { opacity:1; }

/*FORMS*/
/*.dform_element.dform_radio { display:flex; flex-direction:column; }
.dform_element.dform_radio .dform_label { order:1; }
.dform_element.dform_radio .dform_desc { order:2; }
.dform_element.dform_radio .dform_container { order:3; }*/
p.dform_desc, .dform li { padding-bottom:0px !important; margin-bottom:0px !important; }
.dform input[type='text'], .dform input[type='email'] { width:90%; }
p.dform_confirmation { display:block; background-color: #fff !important; border: #333 solid 1px !important; color: #445964 !important; border-radius: 6px !important; margin-bottom: 0px !important; padding: 10px !important; }
.dform_container textarea { width:90%; }

/*HEYZINE*/
.modal-dialog.large { max-width:1200px !important; }
.fp-iframe { border: 1px solid #e6eaed; width: 100%; height: 400px; }

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

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

/*FOOTER*/
.footer-social-icon { display:inline-block; min-width:42px; padding:8px; text-align:center; line-height:1; font-size:28px; color:#394248 !important; background:#99c383 !important; border:#99c383 solid 1px; border-radius:6px; transition:.5s ease; }
.footer-social-icon:hover, .footer-social-icon:focus { color:#99c383 !important; background:#394248 !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:#687b5b; }
#main-nav .nav-item a.nav-link { padding:10px 20px; color:#fff; }
#main-nav .nav-item a.nav-link.active, #main-nav .nav-item a.nav-link:hover, #main-nav .nav-item a.nav-link:focus { background:#44503b !important; text-decoration: none !important; }
#main-nav .dropdown-menu a.dropdown-item:hover, #main-nav .dropdown-menu a.dropdown-item:focus { background:#dedede !important; text-decoration: none !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:#fff .3em solid; } /**set dropdown arrow color when hovered**/

/*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) {
  .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; }
  .w-lg-100 { width:100% !important; }
  .main-button1 { border-right:#ccc solid 1px; }
  .main-button2 { border-right:#ccc solid 1px; border-left:#ccc solid 1px; }
  .main-button3 { border-left:#ccc solid 1px; }
  .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; }
  .w-lg-50 { width:50% !important; }
  .bg-interactive-map { background:url('/images/interface/bg-interactive-map.jpg') #0071a1 right center / auto 120% no-repeat; right:-15%; }
  .featured-property-wrapper { padding-bottom:5rem; }
  .carousel-caption.property { left:50%; right:0px; bottom:-5rem; }
  .carousel-caption.property .content-right { max-width:600px; }
}
@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: 1025px) {
  #header-spacer.sticky { height:190px; }
  #header.sticky { position:fixed !important; top:0; right:0; left:0; }
  #header.sticky #bg-top-nav { display:none; }
}
@media screen and (min-width: 1200px) {
  #main-nav .nav-item a.nav-link { padding:20px 20px; }
  .static-header.has-image { min-height:390px; }
  .border-left-xl-muted { border-left:#7b7065 solid 1px; }
  #static-wrapper article p, #static-wrapper article li { line-height:2; }
  article#home-content p { line-height:2; }
  .hero-spacer.home { height:calc(100vh - 188px); max-height:915px !important; }
}
@media screen and (min-width: 1250px) {
  .col-lg-5 .content-right { max-width:500px; }
}
@media screen and (min-width: 1400px) {
  .carousel-control-next { right:-50px; }
  .carousel-control-prev { left:-50px; }
}
@media screen and (min-width: 1600px) {
  #video-bkg-wrapper video {  width: 110vw !important; height: auto   !important; }
  .bg-interactive-map { right:-30px; }
  .container.smaller { max-width:1300px !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; }
  .px-print-0 { padding-left:0 !important; padding-right:0 !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; }
  #print-header p { padding-bottom:20px; font:normal 14px/16px "Open Sans", sans-serif !important; color:#000; }
  #print-header table { width:100%; }
  #print-header td{ vertical-align:middle !important;}
  #print-header table td:first-child { width:290px; }
  #print-header table img { max-width:270px !important; }
  .h1, h1 { font-size: 1.5rem; }
  .h2, h2 { font-size: 1.3rem; }
  .h3, h3 { font-size: 1.2rem; }
  .h4, h4 { font-size: 1.15rem; }
  .h5, h5 { font-size: 1.1rem; }
  .h6, h6 { font-size: 1rem; }
}



/* 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:10px; font-size:2.5rem; }
.slider-arrow.right { right:10px; font-size:2.5rem; }

@media screen and (min-width: 1400px) {
  .slider-arrow.left.offset { left:-50px; }
  .slider-arrow.right.offset { right:-50px; }
}