#sliding-popup {
  display: block;
  margin: 0;
  padding: 0px !important;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 999 !important;
}
.sliding-popup-bottom {
  background: url('../images/gradient.png') center center scroll repeat-y transparent;
  position: fixed;
}
.sliding-popup-top {
  background-color: #000;
  position: relative;
}
#sliding-popup .popup-content {
  background: #13457c none repeat scroll 0 0;
  border: 0 none;
  display: table;
  margin: 0 auto;
  max-width: 100%;
  padding: 10px 30px;
  position: relative;
  width: 100%;
  z-index: 10;
  vertical-align: middle;
}
#sliding-popup .popup-content #popup-buttons {
  display: table-cell;
  margin: 5px 0 0 0;
  text-align: right;
  width: 23%;
  vertical-align: middle;
}
#sliding-popup .popup-content #popup-buttons button {
  cursor: pointer;
  display: inline;
  margin-right: 5px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  -moz-box-shadow: inset 0px 1px 0px 0px #fff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fff;
  box-shadow: inset 0px 1px 0px 0px #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #000;
  font-family: "GothamLight";
  font-weight: bold;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #fff;
}
#sliding-popup .popup-content #popup-buttons button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color: #dfdfdf;
}
#sliding-popup .popup-content #popup-buttons button:active {
  position: relative;
  top: 1px;
}
#sliding-popup .popup-content #popup-text {
  display: table-cell;
  color: #fff;
  font-weight: bold;
  margin: 5px 0;
  text-align: left;
  width: 75%;
  word-wrap: break-word;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 991px) {
  #sliding-popup .popup-content #popup-text {
    width: 65%
  }
  #sliding-popup .popup-content #popup-buttons {
    left: 65%;
    width: 31%;
  }
}
input.hs-button {
  display: inline-block;
  padding: 8px 30px;
  font-size: 16px;
  background-color: #00aeef;
  color: #fff;
  border: none;
  margin-bottom: 10px;
}
input.hs-button:hover, input.hs-button:focus {
  background-color: rgba(0,176,235, 0.5);

}
@media screen and (max-width: 600px) {
  #sliding-popup .popup-content #popup-buttons {
    margin: 5px 0;
    width: 100%;
    position: initial;
  }
  #sliding-popup .popup-content #popup-buttons button {
    margin-bottom: 1em;
  }
}
#sliding-popup {
  z-index: 200;
  padding: 20px 0;
  display: inline-block !important;
  font-family: "GothamLight", Arial, sans-serif;
  font-size: 16px;
}
#sliding-popup .popup-content #popup-text h2,
#sliding-popup .popup-content #popup-text p {
  font-weight: normal;
  font-family: "GothamLight", Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 1.4;
  margin: 0 0 5px 0;
  word-wrap: break-word;
}
#sliding-popup .popup-content #popup-text p a {
  color: #00aeef;
}
#sliding-popup .popup-content #popup-text p a:hover,
#sliding-popup .popup-content #popup-text p a:focus {
  color: rgba(0,176,235, 0.5);
}

#sliding-popup .popup-content #popup-text .title-cls p {
  font-weight: normal;
  font-family: "GothamBold", Arial, sans-serif;
  font-size: 19px;
  margin-bottom: 15px;
}
#sliding-popup .popup-content #popup-buttons button {
  background: #003d66;
  font-family: "GothamLight", Arial, sans-serif;
  color: #fff;
  padding: 8px 10px;
  border: 3px solid #c3c3c3;
  text-transform: uppercase;
  height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  font-weight: normal;
  margin-top: 9px;
  filter: none;
}
#sliding-popup .popup-content #popup-buttons button:hover {
  background: #0092f7;
  border: 3px solid #c3c3c3;
  filter: none;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #808080;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  z-index: 9 !important;
}
.find-more-button {
  margin-left: 10px;
}

@media (max-width: 991px) {
  #sliding-popup .popup-content #popup-buttons {
    display: table-row;
  }
  #sliding-popup .popup-content #popup-text {
    display: table-row;
  }
}

@media (max-width: 768px) {
  #sliding-popup .popup-content #popup-buttons {
    display: inline-block;
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    width: 100%;
    text-align: center;
  }
  #sliding-popup .popup-content #popup-text {
    width: 100%;
  }
}
