@page { size:8.5in 11in;}

/*BOOTSTRAP OVERRIDES*/
body { font-family: "Open Sans", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; }
strong, .font-weight-bold { font-weight:600 !important; }
.img-fluid { height:auto !important; }

/**.text-primary { color:#353c51 !important } BLUE 53,60,81**/
/**.text-secondary { color:#d3ff96 !important } LT GREEN 141,198,34**/

.text-primary { color:#003a5d !important } /**BLUE 53,60,81**/
.text-secondary { color:#587A8D !important } /**LT BLUE 88,122,141**/

.text-success { color:#587E5D !important; } /**GREEN**/ 88,126,93**/
.text-warning { color:#C77F0A !important; } /**YELLOW 199,127,10**/
.text-dark, .text-dark a { color:#707070 !important; }
.text-white, .text-white * { color:#fff !important; }
.text-larger { font-size:1.1rem; }
.text-shadow { text-shadow:0 0 8px rgba(0,0,0,.5); }
.text-condensed { font-family:"Oswald",sans-serif !important; }

.bg-primary { background:#003a5d !important; }
.bg-success { background:#587E5D !important; }
.bg-light { background:#f9f9f9 !important; } /**249,249,249**/
.bg-muted { background:#757575 !important; }
.bg-muted.lighter { background:#dedede !important; }
.bg-dark, .bg-black { background:rgba(0,0,0) !important; }
.bg-light-faded { background:rgba(255,255,255,.8); }
.bg-dark-faded { background:rgba(0,0,0,.8); }

/*GRADIENTS*/
.bg-primary-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003a5d+0,003a5d+100&0.65+0,0+100 */
background: -moz-linear-gradient(top, rgba(0,58,93,0.65) 0%, rgba(0,58,93,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,58,93,0.65) 0%,rgba(0,58,93,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,58,93,0.65) 0%,rgba(0,58,93,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6003a5d', endColorstr='#00003a5d',GradientType=0 ); /* IE6-9 */
}
.bg-primary-gradient-h {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003a5d+0,003a5d+100&0+0,1+33 */
background: -moz-linear-gradient(left, rgba(0,58,93,0) 0%, rgba(0,58,93,1) 33%, rgba(0,58,93,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,58,93,0) 0%,rgba(0,58,93,1) 33%,rgba(0,58,93,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,58,93,0) 0%,rgba(0,58,93,1) 33%,rgba(0,58,93,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00003a5d', endColorstr='#003a5d',GradientType=1 ); /* IE6-9 */
}
.bg-success-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#587e5d+0,587e5d+100&0.65+0,0+100 */
background: -moz-linear-gradient(top, rgba(88,126,93,0.65) 0%, rgba(88,126,93,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(88,126,93,0.65) 0%,rgba(88,126,93,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(88,126,93,0.65) 0%,rgba(88,126,93,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6587e5d', endColorstr='#00587e5d',GradientType=0 ); /* IE6-9 */
}
.bg-dark-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.bg-muted-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#757575+0,757575+100&0.65+0,0+100 */
background: -moz-linear-gradient(top, rgba(117,117,117,0.65) 0%, rgba(117,117,117,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(117,117,117,0.65) 0%,rgba(117,117,117,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(117,117,117,0.65) 0%,rgba(117,117,117,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6757575', endColorstr='#00757575',GradientType=0 ); /* IE6-9 */
}
.bg-white-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.65+0,0+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.border-primary { border-color:#003a5d !important; }
.border-light { border-color:#ccc !important; }
.border-muted { border-color:#d4d3d3 !important; }
.container { max-width:1300px !important; }
.container.xl-wrapper { max-width:1300px !important; }

a { color:#0051A8; text-decoration:none; transition:.5s ease; }
a:hover, a:focus { text-decoration:underline; }
a.no-line:hover, a.no-line:focus { text-decoration:none; }
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.button { font-weight:bold; display:inline-block; padding:12px 14px; background:#fff; color:#353c51 !important; border:#353c51 solid 3px; border-radius:6px; text-transform:uppercase; line-height:1 !important; }
a.button:hover, a.button:focus { background:#587E5D; color:#fff !important; border-color:#587E5D; text-decoration:none; }
.text-white a.button { background:#437F4C; border-color:#437F4C; color:#fff !important }
.text-white a.button:hover, .text-white a.button:focus { background:#fff; color:#353c51 !important; border-color:#353c51; text-decoration:none; }
a.play-button { color:#fff !important; opacity:.5; }
a.play-button:hover, a.play-button:focus { opacity:1; text-decoration:none; }

b, strong { font-weight:600; }
li p:last-of-type, blockquote p:last-of-type { padding-bottom:0px !important; margin-bottom:0px !important; }
blockquote { font-weight:500; padding:20px 0px; border-top:#cacaca solid 1px; border-bottom:#cacaca solid 1px; margin-bottom:30px; }
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; }
p { line-height:1.7; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family:"Open Sans",sans-serif; transition:.5s ease; line-height:1.1; margin-bottom:.5rem; }
.h1, h1 { font-size: 1.75rem; font-weight:700; color:#587A8D; }
.h2, h2 { font-size: 1.25rem; font-weight:700; color:#587A8D; padding-top:.5rem;}
.h3, h3 { font-size: 1.25rem; color:#587A8D; }
.h4, h4 { font-size: 1.15rem; margin-bottom:1rem; color:#587A8D; }
.h5, h5 { font-size: 1.05rem; color:#587A8D; padding-top:.5rem; }
.h6, h6 { font-size: 1rem; color:#587A8D; }

#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; }
.fill-area { position:absolute; top:0; right:0; bottom:0; left:0; }
.box-shadow { box-shadow:2px 2px 6px #00000050; }
.opacity-15 { opacity:15%; }
.opacity-50 { opacity:50%; }

/*HEADER*/
.top-social-icon { color:#707070 !important; font-size:20px; background:#fff; transition:.5s ease; }
.top-social-icon:hover, .top-social-icon:focus { color:#fff !important; background:#707070; text-decoration:none; }
.hero-large-text { font:800 3rem/1.1 "Oswald","Open Sans",sans-serif; text-shadow:2px 4px 6px #000; transition:.5s ease; }
.hero-small-text { font:500 1.1rem/1.1 "Open Sans",sans-serif; font-style:italic; text-shadow:2px 2px 4px #000; transition:.5s ease; }

/*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 "Barlow Condensed",sans-serif; padding:8px 40px; position:relative; margin:2px 0px; }
input.button.large:after { content: "\f061"; display:inline-block; padding-left:15px; position:relative; font:900 2.0rem/1 "Font Awesome 5 Free"; bottom:-3px; color:#67050b; }
input.stylized { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 50%; width: 18px; height: 18px; border: 2px solid #fff; transition: 0.2s all linear; margin-right: 5px;  position: relative; top: 4px; background:#999; }
input.stylized:checked { background: #587E5D;; }

/*HOME*/
#home-page .h1, #home-page .h2, #home-page .h3, #home-page .h4, #home-page .h5, #home-page .h6, #home-page h1, #home-page h2, #home-page h3, #home-page h4, #home-page h5, #home-page h6 { margin-bottom:0; line-height:1; }
#home-page .h1, #home-page h1 { font-size: 2.5rem; color:unset; font-weight:unset; }
#home-page .h2, #home-page h2 { font-size: 2rem; color:#587A8D; font-weight:700; }
#home-page .h3, #home-page h3 { font-size: 1.75rem;; color:unset; }
#home-page .h4, #home-page h4 { font-size: 1.5rem; margin-bottom:1rem;; color:unset; }
#home-page .h5, #home-page h5 { font-size: 1.25rem;; color:unset; }
#home-page .h6, #home-page h6 { font-size: 1rem;; color:unset; }
.hero-color-bar { width:28%; }
.hero-swoosh { width:150%; }
#video-bkg-wrapper video {  width: 100vw !important; height: auto   !important; }
.bg-interactive-map { background:#003a5d; }
.carousel-caption { transition:.5s ease; }
#home-hero-section .carousel-caption { left:0; right:0; bottom:0; }
.carousel-caption p { line-height:1.1 }

/*BUTTON SETS*/
.photo-button { min-height:200px; transition:2s ease; }
.icon-button { background:rgba(53,60,81,.9); padding:30px 30px; margin:20px 0px; transition:.5s ease; }
.icon-button:hover, .icon-button:focus { background:rgba(88,126,93,1); padding:50px 30px; margin:0px 0px; }

/*STATIC*/
#static-content { position:relative; }
#static-wrapper img { max-width:100%; height:auto !important; }
.static-header.has-image { min-height:100px; transition:.5s ease; }
a.offset-link { position:relative; top:-80px; }

/*PHOTO TEXT COMBO*/

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

.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:#003a5d; text-align:center; text-transform:uppercase; }
#mapNav a.active { background:#587E5D; 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; }

/*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:356px; }
.photo-1 { width:100%; height:100%; }
.grid-2.photo-1, .grid-3.photo-1, .grid-4.photo-1 { width:50%; float:left; border-right:#fff solid 1px; }
.grid-4.photo-1 { height:50%; }
.photo-2, .photo-3, .photo-4 { width:50%; height:50%; border-left:#fff solid 1px; }
.grid-2.photo-2 { width:50%; height:100%; }
.grid-2.photo-2, .grid-2.photo-3, .grid-3.photo-2, .grid-3.photo-3, .grid-4.photo-2, .grid-4.photo-4 { float:right; }
.grid-4.photo-3 { float:left; border-left:none; border-right:#fff solid 1px;  }
.grid-3.photo-2, .grid-4.photo-1, .grid-4.photo-2  { border-bottom:#fff solid 1px; }
.grid-3.photo-3{ border-top:#fff solid 1px; }
a.grid-link { transition:.2s ease; transform:scale(100%); }
a.grid-link:hover, a.grid-link:focus { transform:scale(120%); }

/*YOUTUBE SET*/
.play-button-icon:before { content: "\f144"; display:block; position:absolute; width:100%; height:80px; top:100px; left:0; text-align:center; font:900 5rem/1 "Font Awesome 5 Free"; color:#fff; opacity:.2; z-index:1; }
.play-button-icon:hover:before, .play-button-icon:focus:before { opacity:.8; }
.video-button i { font-size:4.5rem; opacity:.5; transition:.5s ease; }
.video-button:hover i, .video-button:focus i { opacity:.9; }

/*Video Wrapper*/
.video-wrapper { width:100%; position:relative; }
.video-wrapper:before { content:''; display:block; padding-top: 56.25%; /*width divided by height*/ }
.video-wrapper iframe { border:none; width:100%; height:100%; position:absolute; top:0; left:0; }

/*FOOTER*/
.phone-link, .email-link { position:relative; padding-left:40px; }
.phone-link:before { content: "\f879"; font:900 22px/1 "Font Awesome 5 Free"; display:block; position:absolute; width:25px; height:20px; top:0px; left:0px; color:#003a5d; z-index:1; }
.email-link:before { content: "\f0e0"; font:900 22px/1 "Font Awesome 5 Free"; display:block; position:absolute; width:25px; height:20px; top:0px; left:0px; color:#003a5d; z-index:1; }
.footer-social-icon { width:45px; height:45px; line-height:1; color:#fff !important; font-size:28px; background:#587A8D; border:#587A8D solid 1px; border-radius:50%; transition:.5s ease; }
.footer-social-icon:hover, .footer-social-icon:focus { color:#587A8D !important; background:#fff; text-decoration:none; }

/*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:#093d5a; font-size:.9rem; }
#main-nav .nav-item a:hover, #main-nav .nav-item a:focus { text-decoration:none; }
.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: 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; }
  .bg-interactive-map { background:url('/images/interface/bg-interactive-map-r1.svg') #003a5d left center / auto 100% no-repeat; }
  .hero-large-text { font-size:4rem; }
  .hero-small-text { font-size:1.3rem; }
}
@media screen and (min-width: 992px) {
  #top-logo { position:absolute; top:0px; }
  .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:#d4d3d3 solid 1px; }
  .photo-button { min-height:366px; }
  .h1, h1 { font-size: 3rem; }
  .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; }
  #home-page .h1, #home-page h1 { font-size: 2.5rem; }
  #home-page .h2, #home-page h2 { font-size: 2.8rem; }
  #home-page .h3, #home-page h3 { font-size: 1.75rem; }
  #home-page .h4, #home-page h4 { font-size: 1.5rem; }
  #home-page .h5, #home-page h5 { font-size: 1.25rem; }
  #home-page .h6, #home-page h6 { font-size: 1rem; }
  .carousel-caption { top:0; right:auto; bottom:0; left:0; width:450px; padding:50px 12px; }
  .carousel-image-offset { left:450px; }
  .hero-large-text { font-size:5rem; max-width:410px; margin-right:-80px; }
  .hero-small-text { font-size:1.5rem; max-width:330px; }
}
@media screen and (max-width: 992px) {
  table.responsive, table.responsive tr, table.responsive tbody, table.responsive td { display:block; width:100% !important; height:auto; }
  table.responsive thead, table.responsive thead td, table.responsive th, table.responsive td.hidden-column { display:none; }
  table.responsive tr { clear:both; }
  .table-wrapper { width:100%; overflow:auto; }
}
@media screen and (min-width: 1200px) {
  /*.static-header { min-height:150px; }*/
  .static-header.has-image { min-height:390px; }
  .carousel-caption { padding:50px 12px; }
  .bg-interactive-map { background-size:auto 140%; }
  .nav-item:last-child .dropdown-menu { left:auto !important; right:0 !important; }
}
@media screen and (min-width: 1400px) {
  .carousel-caption { padding:100px 12px; }
  #main-navbar-wrapper { margin-right:-20px; }
}
@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; font-size:1rem; line-height:1.4; }
  #main img { max-width:100% !important; height:auto !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:200px; }
  #print-header table img { max-width:160px !important; }
  .h1, h1 { font-size: 1.5rem; color:#000; }
  .h2, h2 { font-size: 1.3rem; color:#000; }
  .h3, h3 { font-size: 1.2rem; color:#000; }
  .h4, h4 { font-size: 1.1rem; color:#000; }
  .h5, h5 { font-size: 1.0 rem; color:#000; }
  .h6, h6 { font-size: 1rem; color:#000; }
  p { font-size:1rem; line-height:1.4; }
}


/***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: 5px 10px; border: 2px solid #fff; background-color: #3c3c3c; border-radius: 6px; }
#tiptip_content strong{ font-size: 21px; }
#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); }