
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear{
  clear:both;
}
.none, .none img {
  height: 0!important;
}
input::-ms-clear {
  display: none;
}

#content{
  clear:both;
  width:100%;
  max-width: 1260px;
  margin: 0 auto;
  margin-bottom: 45px;
}


.breadcrumb {
  background: #fff;
  font-size: 12px;
  padding: 15px;
  clear: both;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.breadcrumb ul li {
  float: left;
}

#sidebar{
  width: 30%;
  float:left;
  padding: 30px 30px 20px 50px;
  background-color: #f4f4f4;
}
#sidebar .nav {
  float: right;
  width: 100%;
}

#mobileNav {display:none;}



#sidebar .sideNav ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#sidebar .sideNav ul li a {
  display: block;
  padding: 12px 48px 12px 24px;
  font-weight: bold;
  position: relative;
}
#sidebar .sideNav ul li a span.icon {
  position: absolute;
  right: 10px;
  top: 22px;
  font-size: 0.6rem;
}
#sidebar .sideNav ul li a:hover {
  text-decoration: none;
}
#sidebar .sideNav ul li ul.topics{
  width: 100%;
  border:0px;
}
#sidebar .sideNav ul li ul.topics li a {
  padding: 10px 25px;
  font-style: normal;
  font-weight: normal;
}





#main{
  width: 70%;
  margin:0px;
  float:right;
  display:block;
  background-color: #fff;
}
#main .content {
  padding: 0 45px;
}
#main .content .heading {
  margin-bottom:24px;
}



#main .content .announcements {
  margin-bottom:24px;
  position: relative;
  background-color: #D2AD93;
  color: #9c0008;
  padding: 25px;
  text-align: center;
}
#main .content .announcements h3 {
  color:#9c0008;
  font-size: 1.1rem;
  text-transform: uppercase;
}

/*Search*/
#searching {
  margin-bottom: 35px;
}
#searching h2 {
  font-family: WorkSansSemibold;
  font-size: 18px;
  text-transform: uppercase;
}
#searching #search {
  position:relative;
  margin-top: 25px;
}
#searching #search input[type="text"],
#feedback input[type="text"]  {
    border: none;
    border-bottom: 1px solid #004236;
    background-color: #f8f3e8;
    margin-bottom: 0;
    width: 100%;
    padding: 15px;
    outline: none;
}
#searching #search input[type="submit"]{
  display: none;
}

#searching #search .clearSearch {
  right: 15px;
  top: 0px;
  background-size: 18px 18px;
  background:url( ../resources/icon-close.png);
  background-repeat: no-repeat;
  position: absolute;
  border: 0px;
  text-indent: -6000px;
  width: 18px;
  height: 18px;
  z-index: 999;
  margin-top: 18px;

}
#searching #search #auto-results {
  position: relative;
  overflow: visible;
  display: none;
  margin: 0px;
  background: #f8f3e8;
  text-align: left;
  padding: 0;
}
#searching #search #auto-results ul, 
#searching #search #auto-results p {
  margin: 0;
  padding: 15px;
  z-index: 999;
  border-top:0;
  position:relative;
}
#searching #search #auto-results ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 16px;
}
#searching #search #auto-results ul li a{
  background: 0 none;
  border: 0 none;
  border-radius: 0;
  display: inline;
  font-weight: bold;
  letter-spacing: .8px;
  font-style: normal;
  text-transform: none;
}



#faqContent {
}
#faqContent h2 {
  font-family: WorkSansSemibold;
  font-size: 18px;
  text-transform: uppercase;
}

#main .content ul.faq-list {
  display: block;
  list-style-type: none;
  margin-top: 25px;
  padding: 0;
  border-top: 1px solid #004236;
}


#main .content ul.faq-list li {
  font-weight: bold;
  border-bottom: 1px solid #004236;
}
#main .content ul.faq-list li a {
  padding: 15px 40px 15px 0px;
  display:block;
  position: relative;
}
#main .content ul.faq-list li a span.icon {
  position: absolute;
  right: 15px;
  top: 19px;
  font-size: 1.1rem;
}
#main .content ul.faq-list li:hover {
}
#main .content ul.faq-list li:hover a {
  text-decoration:none;
}

#main .content .cx-pagination {
  margin: 30px 0;
}
#main .content .cx-pagination .pagination .page-item.active .page-link {
  padding: .5rem 1rem
}



#faq-part h2 {
  font-family: WorkSansSemibold;
  font-size: 18px;
  text-transform: uppercase;
}
#answer a {
  text-decoration: underline;
}
#answer p img {
  max-width:780px;
}


#content table {
  width: 100%;
  border:1px solid  #c2c2c2;          
}

#content table > thead > tr > th,
#content table > tbody > tr > th,
#content table > tfoot > tr > th,
#content table > thead > tr > td,
#content table > tbody > tr > td,
#content table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border: 1px solid #c2c2c2;
}         
#content table > tbody > tr > th{
  font-weight:bold;
  text-transform:uppercase;
  text-align:left;  
  vertical-align: bottom;
  border-top: 3px solid  #c2c2c2;     
}
#content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 3px solid  #c2c2c2;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

#content table > tbody + tbody {
  border-top: 2px solid #dddddd;
}






/* Rater */
#rater, .rater {
  overflow: hidden;
  margin-bottom: 20px;
}
#rater h3 {
  font-size: 1.1rem;
}
#rater p.pos{
  font-weight: bold;
}
#rater .rating, #showScore1, #showScore2{
  width: 130px;
  height:25px;
  margin: 0;
  padding: 0;
  list-style: none inside none;
  position: relative;
}
#rater ul.rating {
  float: left;
  list-style: none inside none;
}
#rater ul.rating li {
  cursor: pointer;
  float: left;
  margin: 0;
  list-style: none inside none;
}
#rater  ul.rating li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 25px;
  text-decoration: none;
  z-index: 200;
  padding: 2px 0px 0px 30px;
  color: #343434;
  background:url(../resources/star-matrix2.png) no-repeat 0 0;
}
#rater ul.rating li.star1 a {left: 0}
#rater ul.rating li.star2 a {left: 100px; background-position: -100px 0px}
#showScore1, #showScore2, #showScore3{
  margin-bottom: 1em;
}
#rater ul.rating li a:hover,
#rater ul.rating li a:focus{
  background:url(../resources/star-matrix2.png) no-repeat;
}
#rater ul.rating li.star1 a:hover, #rater ul.rating li.star1 a:focus {background-position: 0px -27px;}
#rater ul.rating li.star2 a:hover, #rater ul.rating li.star2 a:focus {background-position: -100px -27px;}
#rater textarea {
  display: block;
  width: 80%;
  height: 80px;
  margin-bottom: 0.5em;
}
.rater label {
  margin-right: 5px;
}
#feedback input[type="text"]{
  width:80%;
  padding: 6px 40px 8px 10px;
}
.rating #feedback .error {
  background: url(../resources/icon-error.png) no-repeat right #f8f3e8;
  border-bottom: 2px solid #ee5340;
  background-position: right 10px center;
}


.mobile-toggle {
  display: none;
}



#related {
}
#related h3 {
  font-size: 1.1rem;
}
#searchResults h2 {
  font-family: WorkSansSemibold;
  font-size: 18px;
  text-transform: uppercase;
}


.customer-services {
  padding-top: 50px;
}
.customer-services .icon-phone {
  background: url(../resources/icon-phone.png) no-repeat;
  background-position: bottom center;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.customer-services .icon-clock {
  background: url(../resources/icon-clock.png) no-repeat;
  background-position: bottom center;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.customer-services .customer-heading {
  margin-left: 36px;
  margin-top: -24px;
  font-size: 14px;
  font-weight: bold;
}
.customer-services .our-schedule > div {
  padding: 24px;
  border: 2px solid #E1E1E1;
}
.customer-services .opening-hours {
  margin-bottom:5px;
}
.customer-services .opening-hours ul {
  list-style-type: none;
}
.customer-services .opening-hours ul .spacer {
  margin-bottom: 20px;
}
.customer-services .opening-hours ul span {
  float: right;
}
.customer-services .opening-hours li {
  clear: both;
}
.customer-services .tel-number-holder {
  padding-left:40px;
}
.customer-services .tel-number-holder .link-cta {
  pointer-events: none;
  border: 0;
  background: 0 none;
  border: 0 none;
  border-radius: 0;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  display: inline;
  font-weight: bold;
  letter-spacing: .8px;
  padding-bottom: 3px;
}



.contact .label {
  margin: 0px;
  padding: 5px 0 0px 0;
  font-weight: bold;
}
.formWrapper{
  width:100%;
  margin-bottom: 24px;
}

.contact .formWrapper.error  input[type="text"]{
}
.errorMsg{
  color: #ee5340;
}
.contact  input[type="text"], .contact  input[type="file"],
.contact  textarea, 
.contact  select {
  width: 100%;
  margin-top: 6px;
  border: 0;
  border-bottom: 1px solid #004236;
  background: #f8f3e8;
  padding: 5px 10px;
  height: 48px;
  margin-bottom: 0;
  box-sizing: border-box;
}
.contact  textarea{
  height:100px;
  resize: none;

}
.contact option {
  color:#343434;
  -webkit-appearance: none;
}
.contactFooter {
  margin-top:20px;
}

#dt_target .option{
  width: 100%;
  margin-bottom: 6px;
  background-color: #F8F3E8;
  border: 0;
  font-size: 16px;
  font-family: WorkSansRegular;
  display: block;
  padding: 7px 10px 8px 10px;
  text-align: center;
}
#dt_target .option:hover {
  background-color: #F8F3E8;
  font-family: WorkSansSemibold;
}
#dt_target h3 {
  margin-top: 20px;
}
#dt_target .row {
  display: block;
}



@media only screen and (max-width: 1199px){
   #answer p img{
    max-width:670px;
  }
}


@media  only screen and (max-width: 1025px){
  #sidebar{
    width: 37%;
  }
  #main{
    width: 63%;
  }

  ul.faq-list li a {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display:block;
    padding: 10px 42px 10px 10px;

  }

  .customer-services, .contact {
    width: 100%;
    float: none;
    margin:0 auto;
  }
  .contact input[type="submit"] {
    width:100%;
  }
  #answer p img {
    max-width:380px;
  }
  .cx-pagination .pagination .ng-star-inserted {
    display: none;
  }
  #feedback input[type="text"] {
    width: 100%;
  }
  #feedback input[type="submit"] {
    margin-top: 10px;
  }
}


@media only screen and (min-width: 992px) and (max-width: 1025px){
  #answer p img{
    max-width:100%;
  }
}


@media  only screen and (max-width: 640px){
  
  #main .content {
    padding: 0 20px;
  }
  #main .content .heading {
    position: absolute;
    top: 110px;
    padding: 10px 0 9px 0;
  }
  #main {
    width:100%;
  }
  #sidebar {
    width:100%;
    padding: 0 20px;
    background: none;
    margin-bottom: 20px;
  }
  #sidebar .nav {
    background: #f8f3e8;
  }
  #sidebar .sideNav ul li a span.icon {
    right: 19px;
  }
  #answer p img{
    max-width:100%;
    height:auto;
  }

  #mobileNav {
    display:block;
    background: #f8f3e8;
    cursor: pointer;
    border-bottom: 1px solid #004236;
    margin-top: 50px;
  }
  #mobileNav h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.1rem;
    font-family: WorkSansRegular;
    padding: 20px 48px 20px 10px;
    margin-right: 15px;
    text-transform: initial;
    position: relative;
  }
  #mobileNav h3 span.icon {
    position: absolute;
    right: 0px;
    top: 24px;
    font-size: 0.9rem;
  }
  #navigation {
    display:none;
  }



#searching h3 {
margin-top:10px;
padding: 0px 10px;
}
#content{padding: 0px;}


  


  #feedback input[type="text"] {
    width: 100%;
    padding: 5px 40px 5px 10px;
}
#feedback input[type="submit"]{
  width:100%;
  margin-top:10px;
}

.tel-number-holder .link-cta{
  pointer-events: all;
  text-decoration: underline;
}

/**** PAGINATION ****/
ul.paging{
  width:160px;
  margin:0 auto;
}
ul.paging li a {
    padding: 0px;
}
ul.paging li.previous, 
ul.paging li.next {padding: 5px 10px !important;}

ul.paging li.number{display:none;}
ul.paging li.previous.disabled,
ul.paging li.next.disabled{
  display:inline-block;
  cursor:not-allowed;
}
ul.paging li.next{text-align:right;}

/*back to top */
#back-to-top {
    position: fixed;
    bottom: 25px;
    right: 40px;
    z-index: 9999;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 1px solid #CCC;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.toTop {
    opacity: 1;
}
#footer{text-align: center;}

}
input[type="file"]{

}
#file{
  display: none;
}