@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Sanchez:400|family=Roboto);
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/* Popup form styling */
body.popup {
  background: none transparent;
}
body.popup .outer {
  padding: 5px;
}
body.popup .inner {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
body.popup .inner.obl {
  width: 220px;
  margin: 0 auto;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
body.popup h1 {
  color: #FFF;
  display: block;
  font-size: 123.1%;
  margin: 0;
  padding: 10px;
}
body.popup h2 {
  text-align: center;
}
body.popup #thankYou {
  text-align: center;
}
body.popup #thankYou h1 {
  text-align: left;
}
body.popup #thankYou p {
  padding: 30px;
}

.sharePopup {
  display: none;
  position: fixed;
  background: #003429;
  padding: 4px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.sharePopup .inner {
  width: 175px;
  min-height: 125px;
  background: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.sharePopup h3 {
  padding: 0;
  height: 30px;
  background: #DDD4BC;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: #FFF;
  font-size: 14px;
  text-indent: 10px;
  line-height: 30px;
}
.sharePopup .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  background: transparent url("../image/share-popup.png") 0 0 no-repeat;
  cursor: pointer;
  text-indent: -9999px;
}
.sharePopup .close:hover {
  background-position: -36px 0;
}
.sharePopup ul li {
  float: left;
  margin: 14px 0 0 14px;
  width: 67px;
  height: 27px;
  text-indent: -9999px;
  background: transparent url("../image/share-popup.png") 0 0 no-repeat;
  cursor: pointer;
}
.sharePopup ul li.facebook {
  background-position: 0 -36px;
  text-indent: 0;
}
.sharePopup ul li.twitter {
  background-position: 0 -72px;
  text-indent: 0;
}
.sharePopup ul li.facebook a, .sharePopup ul li.twitter a, .sharePopup ul li.email a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.sharePopup ul li.email {
  background-position: 0 -108px;
}
.sharePopup ul li.print {
  background-position: 0 -144px;
}

/* Questions Pop Up */
body.popup #tellMeMore {
  background-color: #E7E0D0;
  border: 10px solid #5F5045;
  width: 320px;
  padding: 20px 20px 30px 20px;
}
body.popup #tellMeMore h1#questions {
  color: #1C644E;
  background-color: none;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 182%;
  font-weight: 300;
  padding: 0px;
}
body.popup #tellMeMore h1#questions:before {
  content: " ";
  display: inline-block;
  height: 35px;
  width: 24px;
  background: transparent url("../image/sprites.png") -461px -465px no-repeat;
  padding-right: 10px;
  margin-bottom: -5px;
}
body.popup #tellMeMore #contactForm {
  padding: 0px;
}
body.popup #tellMeMore form {
  margin-top: 10px;
}
body.popup #tellMeMore form > fieldset.inmo-FieldGroup {
  width: 320px;
}
body.popup #tellMeMore form > fieldset.inmo-FieldGroup ul li:first-child {
  float: none;
  width: inherit;
}
body.popup #tellMeMore form > fieldset.inmo-FieldGroup ul li span.seperator {
  line-height: 25px;
  vertical-align: top;
}
body.popup #tellMeMore form > fieldset.inmo-FieldGroup ul li input, body.popup #tellMeMore form > fieldset.inmo-FieldGroup ul li textarea {
  border: 1px solid #E7E0D0;
  margin-bottom: 15px;
}
body.popup #tellMeMore form > fieldset.inmo-FieldGroup ul li textarea {
  width: 316px;
}
body.popup #tellMeMore form > fieldset.inmo-FieldGroup ul li.submit {
  margin-left: 60px;
}
body.popup #tellMeMore form > fieldset.inmo-FieldGroup ul li.submit input {
  border: none;
}
body.popup #thankYou {
  background-color: #E7E0D0;
  border: 10px solid #5F5045;
  padding: 45px;
  height: 150px;
}
body.popup #thankYou h1 {
  padding: 0px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 384%;
  font-weight: lighter;
  text-transform: uppercase;
  color: #1B644D;
}
body.popup #thankYou p {
  padding: 0 0 0 5px;
  font-family: "Sanchez", serif;
  font-size: 138.5%;
  font-weight: lighter;
  text-align: left;
  color: #776c63;
}

.fancybox-bg {
  display: none;
}

#fancybox-outer {
  background: transparent none;
}

#fancybox-close {
  height: 26px;
  width: 26px;
  top: -25px;
  right: -30px;
  background: transparent url("../image/sprites.png") -474px -387px no-repeat;
}
#fancybox-close:hover {
  background: transparent url("../image/sprites.png") -474px -421px no-repeat;
}

body.refresh.popup #tellMeMore {
  border-color: #c0c9c4;
  background-color: #5d7165;
}
body.refresh.popup #tellMeMore h1#questions {
  color: #FFF;
}
body.refresh.popup #tellMeMore h1#questions:before {
  background-image: url("../image/refresh/sprites.png");
}
body.refresh.popup #tellMeMore p.tell-me-more {
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
}
body.refresh.popup #tellMeMore p.tell-me-more a {
  color: #daaa00;
}
body.refresh.popup #tellMeMore p.tell-me-more a:hover {
  color: #f4be00;
}
body.refresh.popup #tellMeMore #contactForm form label, body.refresh.popup #tellMeMore #contactForm form h3 {
  color: #FFF;
}
body.refresh.popup #thankYou {
  border-color: #c0c9c4;
  background-color: #5d7165;
}
body.refresh.popup #thankYou h1, body.refresh.popup #thankYou p {
  color: #FFF;
}
body.refresh #application p a {
  color: #004A3A;
}
body.refresh #application p a:hover {
  color: #00644e;
}
