﻿@charset "UTF-8";
/*Styles by Emoke Horvath*/

p.lead {
  font-size: 18px !important;
}

/**/
.clearfixCorrect {
  display: block;
}
.clearfixCorrect::after {
  content: "";
  clear: both;
  display: table;
}
/**/

.imageLink {
  display: inline-block;
  float: right;
}
@media (max-width:767px) {
  .imageLink {
    display: block;
    float: none;
  }
}

.leftImage {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 20px 0;
}
.rightText {
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
}
@media (max-width:767px) {
  .leftImage {
    display: block;
  }
  .leftImage img {
    display: block;
    margin: auto;
   }
  .rightText {
    display: block;
    padding: 20px 0;
    text-align: center;
  }
}

.externalButtons a{
  display: inline-block;
  max-width: 150px;
  margin: 0 20px 0 0;
}
.externalButtons img {
  display: inline-block;
  max-width: 150px;
  margin: 5px 20px 5px 0;
}

.productListing {
  padding: 0 0 0 20px;
}

.lightGray {
  color: #939598;
  font-weight: 700;
}

/*Google My Map*/
.myMap {
  position: relative;
  margin: 40px 0;
}
.overlayMap {
  background: transparent;
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 428px;
}
/**/


/*Team*/
.teamMembers .teamnavigation p {
  text-align: right;
}

.teamMembers .thumb-info .thumb-info-title {
  bottom: 12%;
  width: 240px;
  max-width: 100%;
  padding: 5px;
  font-size: 16px;
}

.teamMembers .thumb-info .thumb-info-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  max-width: 100%;
  min-height: 36px;  
  padding: 2px 5px !important;
  margin: 8px -2px -30px -2px;
  line-height: 16px;
}

.teamMembers .thumb-info-caption .thumb-info-caption-text {
  height: 110px;
}

@media (min-width:991px) and  (max-width:1200px) {
  .teamMembers .thumb-info .thumb-info-title {
    font-size: 12px;
  }
}

@media (max-width:991px) {
  .teamMembers .thumb-info-caption .thumb-info-caption-text {
    height: 80px;
  }
}

@media (max-width:767px) {
  .teamMembers .sort-destination, .teamMembers .isotope-item {
    max-width: 350px;
  }
  .teamMembers .thumb-info-caption .thumb-info-caption-text {
    height: auto;
  }
}

/*Team Detail*/

.moreInfo em {
  display: inline-block;
  margin: 0 5px 0 0;
}
.moreInfo span {
  display: inline-block;
  vertical-align: top;
}

/*FAQs*/
.body .liveaccdefault .ui-widget-content a {
  color: #007cba;
}

/*Privacy*/
/*Vertical Scroll Responsive Table*/

.table-responsive {
  width: 100%;
}


.table-responsive .basicTable {
  width: 99%;
  margin: 10px 0;
}

.table-responsive .basicTable tr:nth-child(1) {
  background: #efefef;
}

.table-responsive .basicTable th {
  padding: 10px;
  text-transform: uppercase;
}

.table-responsive .basicTable td {
  padding:  10px;
  border: solid 1px #ddd;
}

.table-responsive .basicTable p {
  margin: unset;
}

/* Class responsiveRates table style*/
.responsiveRates {
  margin: 40px 0;
}

.responsiveRates th {
	background: #354a5f; /* Old browsers */
	background: -moz-linear-gradient(left, #354a5f 0%, #1a648d 50%, #027bb7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #354a5f 0%,#1a648d 50%,#027bb7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #354a5f 0%,#1a648d 50%,#027bb7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#354a5f', endColorstr='#027bb7',GradientType=1 ); /* IE6-9 */
	border-right:1px solid #fff;
  color: #fff;
}

.responsiveRates th, .responsiveRates td{
  padding: 5px 10px;
}
table.responsiveRates tr.borderTop{
  border-top: solid 1px;
}
.responsiveRates td {
  color: #37485b;
}
    table.responsiveRates td:nth-child(1){
        color: #007cbb;
        font-weight: 700;
        text-transform: uppercase;
    }
.responsiveRates tr:nth-child(2n+1){
  background-color: #f1f2f3;
}

@media only screen and (max-width: 767px) {

    table.responsiveRates caption,
    table.responsiveRates thead,
    table.responsiveRates tbody,
    table.responsiveRates th,
    table.responsiveRates td,
    table.responsiveRates tr{
        display:block;
    }
    table.responsiveRates th{
        display:none;
    }
    table.responsiveRates tr{
        float:left;
        width:100%;
    }
   
    table.responsiveRates tr:nth-child(2n){
        background-color:#fff;
    }
    table.responsiveRates td{
        float:left;
        width:100%;
        padding: 0px 10px;
    }

    table.responsiveRates td.nextData {
        display: none;
    } 
    table.responsiveRates td:before {
        display:block;
        width:100%;
        content: attr(title);
        color: #37485b;
        font-size: 14px;
        font-weight:700;   
    }
}

/*ZIP SELECTION*/
.ZCRatesZip {
  height: 38px;
  padding: 5px;
  border: 2px solid #a6c54c;
}
.ZCRatesBtn {
  display: inline-block;
  padding: 7px 25px;
  -webkit-box-shadow:  1px 4px 4px -2px rgba(60, 60, 60, 0.5);
          box-shadow:  1px 4px 4px -2px rgba(60, 60, 60, 0.5);
  border: 2px solid #fff;
  /*border-radius: 0px 20px 2px 0px;*/
  border-radius: 2px 20px;
  margin: 10px;
  background-color: #a6c54c;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600 !important;
}


/*CHAT ICON*/
.chatIcon {
  position: fixed;
  right: 0px;
  bottom: 25%;
  z-index: 4999;  
  display:block;
  border: solid 2px #fff;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  -webkit-box-shadow: -2px -1px 8px rgba(60, 60, 60, 0.4);
  -moz-box-shadow: -2px -1px 8px rgba(60, 60, 60, 0.4);
  box-shadow: -2px -1px 8px rgba(60, 60, 60, 0.4);  
  background-color: #a6c54c;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.chatIcon:hover{
	background-color: #adc75e;
}

#Body .chatIcon a {
  display: inline-block;
  padding: 5px;
}

#Body .chatIcon a:hover,
#Body .chatIcon a:focus {
  color: #fff !important;
  text-decoration: none !important;
}

.chatIcon img{
  margin: auto;
}
/*Respo*/
/*@media (max-width:991px) {
  .chatIcon{
    bottom: 30%;
  }
}*/

@media (max-width:767px) {
  .chatIcon{
    bottom: 15%;
  }
}
@media (max-width:480px) {
  .chatIcon{
    bottom: 10%;
  }
}

/*Wave: added <span> - </span> to template htm & hidden via css correct empty heading error*/
.edn_subTitle span {
  display: none;
}

/*Search Results Page*/

.ModSearchResultsC {
  margin: 30px 0;
}

body .dnnSearchBoxPanel, body .dnnSearchResultPanel {
  max-width: unset;
  background-color: #007cba; 
}

body #dnnSearchResultAdvancedSearch {
  background: #007cba;
  text-shadow: none;
}

body .dnnSearchResultAdvancedTip {
  margin: 10px 0px 0 0;
  color: #fff;
}

body .dnnSearchResultAdvancedTip:hover {
  color: #fff;
}

body .dnnSearchResultPanel > .dnnRight > span.dnnSearchResultCountPerPage {
  color: #fff;
}

body .dnnSearchResultItem-Others, body .dnnSearchResultItem-Title{
  display: none;
}

/*NEWS*/

body .eds_news_NewsOne.eds_subCollection_news .article.in_list.span .innerimg {
  display: inline-block;
  float: right;
  margin: 0 0 10px 10px;  
}
body .eds_news_NewsOne.eds_subCollection_news .article.details .article_image.left_image {
  float: right;
  margin: 0 0 10px 10px;  
}

.article_image img{
  width: 260px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;  
}
.eds_news_NewsOne.eds_style_predefined_green.eds_subCollection_news .article a.readmore {
  margin-left: 5px;
}
.eds_news_NewsOne.eds_style_predefined_green.eds_subCollection_news .article.details > h1 {
  font-size: 32px !important;
  line-height: 36px !important;
}
.ModEasyDNNnewsCategoriesMenuC {
  margin: 40px 0;
}

@media (max-width: 1199px) {
  body .eds_news_NewsOne.eds_style_predefined_green.eds_subCollection_news .article.in_list h1 {
    line-height: 30px !important;
  }
  body .eds_news_NewsOne.eds_style_predefined_green.eds_subCollection_news .article.in_list h1 a {
    font-size: 26px !important;
  }
  .eds_news_NewsOne.eds_style_predefined_green.eds_subCollection_news .article.details > h1 {
      font-size: 26px !important;
      line-height: 30px !important;
  }
  .ModEasyDNNnewsC h2 {
    font-size: 24px !important;
    line-height: 28px !important;
  }  
  .ModEasyDNNnewsC h3 {
    font-size: 20px !important;
    line-height: 24px !important;
  } 
}
@media (max-width: 480px) {
  body .eds_news_NewsOne.eds_subCollection_news .article.in_list.span .innerimg {
    display: block;  
    float: none;
    margin: unset;  
  }
  body .eds_news_NewsOne.eds_subCollection_news .article.details .article_image.left_image {
    float: none;
    margin: unset;  
  }
  body .eds_news_NewsOne.eds_subCollection_news .article.in_list.span .innerimg  img{
    width: 100%;
    margin: 10px auto; 
  }
  body .eds_news_NewsOne.eds_subCollection_news .article.details .article_image.left_image img{
    width: 100%;
    margin: 10px auto;  
  }
}

/*Smart Saver page live form*/

.twoColForm .LiveForm.Default ul li {
  display: inline-block;
  width: 49%;
  padding: 10px;
  vertical-align: top;
}

.twoColForm .LiveForm.Default .Text {
  float: right;
}

.twoColForm .LiveForm.Default .Submitbutton {
  float: right;
  clear: right;
  margin: -10px 0 40px 0;
}
.twoColForm .viewport-sm .LiveForm.Default .Field-Container-Wide {
  display: block;
}
.twoColForm .viewport-sm .LiveForm.Default select, 
.twoColForm .viewport-sm .LiveForm.Default textarea, 
.twoColForm .viewport-sm .LiveForm.Default input[type="text"], 
.twoColForm .viewport-sm .LiveForm.Default input[type="password"], 
.twoColForm .viewport-sm .LiveForm.Default .Field.FileUpload input, 
.twoColForm .viewport-sm .LiveForm.Default .Field.Address input.Street-Address, 
.twoColForm .viewport-sm .LiveForm.Default .Field.Address input.Street-Address2, 
.twoColForm .viewport-sm .LiveForm.Default .Field.Phone input.Phone {
  width: 100% !important;
}

@media (max-width: 767px) {
  .twoColForm .LiveForm.Default ul li {
    display: block;
    width: 100%;
  }  
}