@charset "utf-8";

@font-face {
  font-family: 'GentiumBasicRegular';
  src: url('fonts/GenBasR-webfont.eot');
  src: url('fonts/GenBasR-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/GenBasR-webfont.woff') format('woff'),
    url('fonts/GenBasR-webfont.ttf') format('truetype'),
    url('fonts/GenBasR-webfont.svg#GentiumBasicRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

#wrapper {
  width: 100%;
  background-image: url(images/bg.jpg);
  text-align: center;
  margin: 0px;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #fff;
}

body {
  text-align: center;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0px;
  background-color: #bfbfbf;
}

#maintable {
  margin: 0px auto;
  width: 1000px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #363636;
  font-size: 14px;
}

#topnav {
  padding: 295px 0px 0px 0px;
}

#topnav ul {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style-type: square;
  text-align: left;
  font-family: "Conv_segoeuib";
  font-weight: normal;
  height: 38px;
}

#topnav ul li {
  display: inline-block;
  margin: 0px 0px;
  font-size: 19px;
  letter-spacing: -1px;
  padding: 0px;
  position: relative;
}

#topnav ul li a {
  text-decoration: none;
  height: 31px;
  text-align: center;
  color: white;
  vertical-align: middle;
  display: inline-block;
  padding: 8px 12px 0px 12px;
  margin: 0px 15px;
  position: relative;
  z-index: 1;
  font-weight: 100 !important;
  line-height: 1;
}

#topnav ul li a:hover {
  color: white;
  text-decoration: none;
  background-image: url(images/menuhover.png);
  background-position: top;
  position: relative;
  z-index: 2;
}

#topnav ul li ul {
  position: absolute;
  width: 200px;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}

#topnav ul li.nav-parent:hover ul,
#topnav ul li.nav-parent:focus ul {
  transform: scaleY(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#topnav ul li ul li {
  display: block;
}

#topnav ul li ul li a {
  display: block !important;
  text-align: left !important;
  margin: 0px !important;
  font-size: 16px !important;
  background-color: #333 !important;
}

#d1 {
  height: 356px;
  background-image: url(images/index_01.jpg);
}

#d2 {
  text-align: left;
  background-image: url(images/index_02.png);
}

h1 {
  font-family: "Conv_segoeuib";
  font-size: 27px;
  margin: 0px;
  color: #30302f;
  font-weight: normal;
  letter-spacing: -1px;
}

#content p {
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 15px 0px;
}

h4 {
  font-style: italic;
  font-weight: normal;
  margin: 0px;
  font-size: 20px;
  font-family: "GentiumBasicRegular", Times New Roman;
  color: #5b5a56;
  letter-spacing: -1px;
}

#left_main_content img {
  margin: 4px 15px 0px 0px;
  float: left;
}

#content {
  margin: 0px 5px 0px 20px;
  text-align: left;
}

h3 {
  font-weight: 100;
  margin: 0px;
  font-size: 21px;
  font-family: "GentiumBasicRegular", Times New Roman;
  color: #5b5a56;
  letter-spacing: -1px;
}

#media_info_box h3 {
  font-weight: 100;
  margin: 10px 0px 0px 0px;
  font-size: 23px;
  font-family: "GentiumBasicRegular", Times New Roman;
  color: #FFF;
  letter-spacing: -1px;
}

h2 {
  margin: 0px;
  padding: 0px;
  font-family: "Conv_segoeuib";
  font-size: 22px;
  color: #30302f;
  font-weight: normal;
  letter-spacing: -1px;
}

#media_info_box p {
  margin: 0px;
  padding: 0px;
}

#media_info_box {
  background-image: url(images/infobox2.png);
  height: 258px;
  width: 289px;
  margin: 0px 0px 15px -3px;
  background-repeat: no-repeat;
}

#info_box {
  background-image: url(images/infobox2.png);
  height: 240px;
  width: 292px;
  float: right;
  margin: 00px 0px 0px 0px;
}

#media_info_box div p img {
  margin: 0px 0px 0px 0px;
  float: left;
}

#info_box_wrapper {
  padding: 10px 25px 10px 25px;
}

#media_info_box_wrapper {
  padding: 17px 20px 10px 20px;
}

#info_box #info_box_wrapper ul {
  margin: 7px 10px 0px 20px;
  padding: 0px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 12px;
  height: 120px;
  float: left;
}

#right_side_content {
  width: 305px;
  float: right;
  padding: 0px 0px 0px 0px;
}

img a {
  border: none;
}

a img {
  border: none;
}

a:link {
  color: #b0090c;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #b0090c;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: black;
}

a:active {
  color: black;
}

#arrowright {
  float: right;
  margin: 0px 60px 0px 0px;
}

#arrowleft {
  float: right;
  margin: 0px 0px 0px 0px;
}

#navcontainer2 {
  margin: 0px 0px;
  width: 100%;
}

#navcontainer2 ul {
  margin: 0px 0px 0px 10px;
  padding: 20px 0px 0px 0px;
  list-style-type: square;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

#navcontainer2 ul li {
  display: inline;
  margin: 5px 2px;
  font-size: 13px;
  letter-spacing: 0px;
  border-left: solid 1px black;
}

#navcontainer2 ul li:first-child {
  border-left: none;
}

#navcontainer2 ul li a {
  text-decoration: none;
  padding: 3px 30px 0px 30px;
  color: black;
}

#navcontainer2 ul li a:hover {
  text-decoration: none;
  color: white;
}

#copyright {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 25px 0px 0px 0px;
  color: #737373;
}

#copyright a {
  color: #737373;
  font-weight: normal;
}

#copyright a:hover {
  color: #333;
}

#right_side_content p {
  margin: 10px 0px;
}

#left_main_content {
  width: 65%;
}

#top_content {}

.posRel {
  position: relative;
}

#bottombar {
  width: 100%;
  padding: 0px;
  text-align: center;
  background-position: center top;
  background-repeat: no-repeat;
  height: 133px;
  background-image: url(images/index_03.png);
}

.formBlockSurveyTable {
  width: 700px;
  margin: 0px 0px 0px 10px;
}

.tc-slider-linknext {
  background-image: url(images/arrowright.png);
  width: 51px;
  height: 49px;
  display: inline-block;
  text-indent: 100px;
  overflow: hidden;
  margin-bottom: 20px;
}

.tc-slider-linkprev {
  background-image: url(images/arrowleft.png);
  width: 51px;
  height: 49px;
  display: inline-block;
  text-indent: 100px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 180px;
}

.tc-slider-linknext:hover {
  background-image: url(images/arrowright-h.png);
}

.tc-slider-linkprev:hover {
  background-image: url(images/arrowleft-h.png);
}

#topnav #sf-menu1 ul.sf-submenu li a {
  padding: 8px 10px;
  background-image: url(images/libg.png);
  height: auto !important;
}

#topnav #sf-menu1 ul.sf-submenu li a:hover {
  background-image: url(images/menuhover.png);
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}

#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}

#jquery-lightbox a img {
  border: none;
}

#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

#lightbox-container-image {
  padding: 10px;
}

#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#lightbox-container-image-box>#lightbox-nav {
  left: 0;
}

#lightbox-nav a {
  outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}

#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}

#lightbox-nav-btnNext {
  right: 0;
  float: right;
}

#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}

#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}

#lightbox-image-details-caption {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  display: inline-block !important;
  margin: 0px 0px 10px 0px;
}

#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}

.miniSurveyView #msg {
  color: #FFF !important;
  font-family: "Conv_segoeuib";
  border: none !important;
  margin: 0px 0px 25px !important;
  text-align: center !important;
  font-size: 17px;
  background: #252525 !important;
  padding: 10px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
  background: #252525;
}

.miniSurveyView #msg .error {
  padding-left: 0px !important;
  color: #FFF !important;
  background-color: #e74c3c !important;
  border-radius: 6px !important;
  padding: 5px !important;
  font-size: 12px !important;
  width: 300px !important;
  margin: 5px auto !important;
}

.home.miniSurveyView #msg {
  margin: 0 !important;
  border-radius: 0px !important;
  padding: 40px !important;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px -6px 10px rgba(0, 0, 0, 0.3);
}

.covid {
  background: #9d070a;
  padding: 30px;
  color: #fff;
  margin: 0 0 30px;
}

.covid h2 {
  color: #fff;
}

.covid h3, .covid h4 {
  color: #ffc8e3;
}

.covid h3 {
  margin: 0 0 10px;
}

#inline1 {
  display: none;
  width: 500px;
  height: 300px;
}

.cform2k22 {
  padding: 15px 0 40px;
}

.cform2k22 fieldset {
  border: none;
  padding: 0;
  margin: 0;
  max-width: 700px;
}

.cform2k22 fieldset .text-muted.small {
  font-size: 0px;
  position: relative;
}

.cform2k22 fieldset .text-muted.small:after {
  content: '*';
  font-size: 14px;
  color: #CC0000;
}

.cform2k22 fieldset .mb-3 input,
.cform2k22 fieldset .mb-3 select,
.cform2k22 fieldset .mb-3 textarea {
  display: block;
  margin: 5px 0 10px;
  width: 100%;
  padding: 2px;
}

.cform2k22 fieldset .mb-3 input,
.cform2k22 fieldset .mb-3 select {
  height: 21px;
}

.cform2k22 fieldset .mb-3 textarea {
  height: 50px;
  resize: none;
}

.cform2k22 .form-actions button {
  border: none;
  background: #b0090c;
  color: #fff;
  text-transform: uppercase;
  outline: 0;
  transition: all 0.3s;
  display: inline-block !important;
  padding: 16px 30px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3 all;
  -o-transition: 0.3 all;
  transition: 0.3 all;
}

.cform2k22 .form-actions button:hover,
.cform2k22 .form-actions button:focus {
  background: #000;
  -webkit-transition: 0.3 all;
  -o-transition: 0.3 all;
  transition: 0.3 all;
}

.grecaptcha-badge {
  z-index: 9999;
}

.swiper {
  overflow: unset;
  overflow-x: clip;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute !important;
  top: unset;
  bottom: -50px;
  left: unset;
  width: 51px;
  height: 49px;
}

.swiper-button-prev {
  right: 70px;
}

.swiper-button-next {
  right: 0px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: '';
  display: block;
  width: 51px;
  height: 49px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next:after {
  background-image: url(images/arrowright.png);
}

.swiper-button-next:hover:after {
  background-image: url(images/arrowright-h.png);
}

.swiper-button-prev:after {
  background-image: url(images/arrowleft.png);
}

.swiper-button-prev:hover:after {
  background-image: url(images/arrowleft-h.png);
}

#request-estimate fieldset {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 15px;
}

#request-estimate fieldset .mb-3 {
  grid-column: span 3;
}

#request-estimate fieldset .mb-3:last-of-type,
#request-estimate fieldset .mb-3:nth-last-of-type(2) {
  grid-column: span 6;
}

#request-estimate fieldset .mb-3 input,
#request-estimate fieldset .mb-3 select,
#request-estimate fieldset .mb-3 textarea {
  margin: 0;
}

#request-estimate .form-actions {
  margin: 10px 0 0;
}