@font-face {
  font-family: 'merriweather';
  src: url('../fonts/merriweather-regular-webfont.eot');
  src: url('../fonts/merriweather-regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweather-regular-webfont.woff') format('woff'), url('../fonts/merriweather-regular-webfont.html') format('truetype'), url('../fonts/merriweather-regular-webfont.svg#merriweather') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'merriweather';
  src: url('../fonts/merriweather-italic-webfont.eot');
  src: url('../fonts/merriweather-italic-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweather-italic-webfont.woff') format('woff'), url('../fonts/merriweather-italic-webfont.html') format('truetype'), url('../fonts/merriweather-italic-webfont.svg#merriweather') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'merriweather';
  src: url('../fonts/merriweather-bold-webfont.eot');
  src: url('../fonts/merriweather-bold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweather-bold-webfont.woff') format('woff'), url('../fonts/merriweather-bold-webfont.html') format('truetype'), url('../fonts/merriweather-bold-webfont.svg#merriweather') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'merriweather';
  src: url('../fonts/merriweather-bolditalic-webfont.eot');
  src: url('../fonts/merriweather-bolditalic-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweather-bolditalic-webfont.woff') format('woff'), url('../fonts/merriweather-bolditalic-webfont.html') format('truetype'), url('../fonts/merriweather-bolditalic-webfont.svg#merriweather') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'nexa';
  src: url('../fonts/nexa-light-webfont.eot');
  src: url('../fonts/nexa-light-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/nexa-light-webfont.woff') format('woff'), url('../fonts/nexa-light-webfont.html') format('truetype'), url('../fonts/nexa-light-webfont.svg#nexa') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nexa';
  src: url('../fonts/nexa-bold-webfont.eot');
  src: url('../fonts/nexa-bold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/nexa-bold-webfont.woff') format('woff'), url('../fonts/nexa-bold-webfont.html') format('truetype'), url('../fonts/nexa-bold-webfont.svg#merriweathersans') format('svg');
  font-weight: bold;
  font-style: normal;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rok-left {
  float: left;
}
.rok-right {
  float: right;
}
.rok-dropdown-group,
.rok-dropdown {
  position: relative;
}
.rok-dropdown-open .rok-dropdown {
  display: block;
}
.rok-popover-group,
.rok-popover {
  position: relative;
}
.rok-popover-open .rok-popover {
  display: block;
}
.rt-image {
  position: relative;
}
.rt-image img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rt-image.with-attribution,
.rt-image.with-overlay {
  display: block;
}
.rt-image.with-attribution .rt-attribution,
.rt-image.with-attribution .rt-img-overlay,
.rt-image.with-overlay .rt-attribution,
.rt-image.with-overlay .rt-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rt-image.with-attribution .rt-attribution a,
.rt-image.with-attribution .rt-attribution span,
.rt-image.with-attribution .rt-img-overlay a,
.rt-image.with-attribution .rt-img-overlay span,
.rt-image.with-overlay .rt-attribution a,
.rt-image.with-overlay .rt-attribution span,
.rt-image.with-overlay .rt-img-overlay a,
.rt-image.with-overlay .rt-img-overlay span {
  color: #ffffff !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.rt-image.with-attribution:hover .rt-attribution,
.rt-image.with-attribution:hover .rt-img-overlay,
.rt-image.with-overlay:hover .rt-attribution,
.rt-image.with-overlay:hover .rt-img-overlay {
  opacity: 1;
  visibility: visible;
}
.rt-image-promo {
  position: relative;
}
.rt-image-overlay:before {
  background: rgba(177,121,74,0.85);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.demostyle-type-preset1 .rt-image-overlay:before {
  background: rgba(27,55,97,0.85);
}
.rt-image-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.rt-image-content {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.rt-icon-large {
  font-size: 5.0em;
  line-height: 1.5em;
}
.rt-circle-number {
  color: #ffffff;
  background: #b1794a;
  border-radius: 100%;
  display: block;
  font-size: 1.5em;
  height: 20px;
  line-height: 20px;
  margin: 15px;
  padding: 10px;
  width: 20px;
}
.rt-form-horizontal {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.rt-icon-large {
  font-size: 3.5em;
  line-height: 1.2em;
}
.rt-icon-left {
  float: left;
  padding: 0 10px 25px 0;
}
.rt-icon-left.rt-hero-icon {
  font-size: 10em;
  padding: 10px 15px 5px 0;
}
.rt-icon-right {
  float: right;
  padding: 0 0 25px 10px;
}
.rt-promo-title {
  font-family: 'nexa', Verdana, Helvetica, Arial, sans-serif;
  font-size: 3em;
  line-height: 1.25em;
  margin: 25px 0;
  display: block;
}
.rt-label {
  display: inline-block;
  font-size: 12px;
  padding: 0 15px;
  color: #ffffff;
  background: rgba(0,0,0,0.25);
}
.rt-label.rt-blue {
  background: #66BDBB;
}
.rt-label.rt-green {
  background: #80C294;
}
.rt-label.rt-red {
  background: #E7605D;
}
.rt-label.rt-purple {
  background: #9D8BA6;
}
.rt-box1,
.rt-box2,
.rt-box3 {
  padding: 50px 25px;
}
.rt-box1 a:hover,
.rt-box2 a:hover,
.rt-box3 a:hover {
  color: inherit;
}
.rt-box1 {
  border: 1px solid rgba(0,0,0,0.05);
  border-top: 1px solid transparent;
  -webkit-box-shadow: 0 -4px 0 #b1794a;
  -moz-box-shadow: 0 -4px 0 #b1794a;
  box-shadow: 0 -4px 0 #b1794a;
}
.rt-box1 a {
  color: #b1794a;
}
.rt-box2 {
  border: 1px solid rgba(0,0,0,0.05);
  border-top: 1px solid transparent;
  -webkit-box-shadow: 0 -4px 0 #353940;
  -moz-box-shadow: 0 -4px 0 #353940;
  box-shadow: 0 -4px 0 #353940;
}
.rt-box2 a {
  color: #353940;
}
.rt-box3 {
  border: 1px solid rgba(0,0,0,0.05);
  border-top: 1px solid transparent;
  -webkit-box-shadow: 0 -4px 0 #687cad;
  -moz-box-shadow: 0 -4px 0 #687cad;
  box-shadow: 0 -4px 0 #687cad;
}
.rt-box3 a {
  color: #687cad;
}
.demostyle-type-preset1 .rt-box3 a {
  color: #9D8BA6;
}
.demostyle-type-preset2 .rt-box3 a,
.demostyle-type-preset8 .rt-box3 a {
  color: #DFCB67;
}
.demostyle-type-preset6 .rt-box3 a {
  color: #B6CF7C;
}
.demostyle-type-preset1 .rt-box3 {
  -webkit-box-shadow: 0 -4px 0 #9D8BA6;
  -moz-box-shadow: 0 -4px 0 #9D8BA6;
  box-shadow: 0 -4px 0 #9D8BA6;
}
.demostyle-type-preset2 .rt-box3,
.demostyle-type-preset8 .rt-box3 {
  -webkit-box-shadow: 0 -4px 0 #DFCB67;
  -moz-box-shadow: 0 -4px 0 #DFCB67;
  box-shadow: 0 -4px 0 #DFCB67;
}
.rt-tags {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rt-tags li {
  font-family: 'nexa', Verdana, Helvetica, Arial, sans-serif;
  display: inline;
  margin: 1px;
  padding: 5px 8px;
  line-height: 35px;
  background: rgba(0,0,0,0.25);
}
.rt-tags li:after {
  font-family: FontAwesome;
  content: '\f111';
  font-size: 30%;
  vertical-align: top;
  margin: 0 5px 0 10px;
}
.rt-tags li:last-child:after {
  display: none;
}
.rt-white-box {
  background: #ffffff;
  padding: 15px;
}
.rt-grey-box {
  color: #ffffff;
  background: #3B3B3B;
  padding: 15px;
}
.rt-icon-circle {
  background: rgba(0,0,0,0.1);
  border-radius: 100%;
  height: 100px;
  width: 100px;
}
.rt-icon-circle .fa {
  font-size: 3em;
  padding-top: 18px;
  padding-bottom: 12px;
}
.rt-icon-circle span {
  display: block;
  line-height: 0;
}
.rt-noliststyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fp-roksprocket-features-showcase.rt-block {
  margin: 0;
  padding: 35px 0 0 0;
}
.fp-roksprocket-features-showcase .layout-showcase {
  margin: 0 15px;
}
.fp-roksprocket-features-showcase .layout-showcase .sprocket-features-list {
  margin: 0;
}
.fp-roksprocket-features-showcase .layout-showcase .sprocket-features-content {
  float: none;
  width: 100%;
}
.fp-roksprocket-features-showcase .layout-showcase .sprocket-features-title {
  font-family: 'nexa', Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  width: 75%;
}
.fp-roksprocket-features-showcase .layout-showcase .sprocket-features-title a {
  color: #2f3239;
}
.fp-roksprocket-features-showcase .layout-showcase .sprocket-features-title a:hover {
  color: #b1794a;
}
.fp-roksprocket-features-showcase .layout-showcase .sprocket-features-desc {
  padding-bottom: 100px;
}
.fp-roksprocket-features-showcase .layout-showcase .readon {
  background: transparent;
  color: #464a55;
  font-weight: bold;
  padding: 0;
  margin: 5px 0 0 0;
}
.fp-roksprocket-features-showcase .layout-showcase .readon:hover {
  color: #b1794a;
}
.fp-roksprocket-features-showcase .layout-showcase .readon:after {
  font-family: FontAwesome;
  content: '\f178';
  margin: 0 5px;
}
.fp-roksprocket-features-showcase .layout-showcase .sprocket-features-pagination {
  bottom: 38px;
  left: 12px;
  margin: 0;
}
.fp-roksprocket-features-showcase .layout-showcase .sprocket-features-pagination li {
  border: 2px solid #696f7f;
}
.fp-roksprocket-features-showcase .layout-showcase .sprocket-features-pagination li.active {
  border: 2px solid #525763;
  background: #696f7f;
}
.fp-roksprocket-features-showcase .layout-showcase .sprocket-features-arrows .prev {
  left: -50px;
}
body.layout-mode-1200fixed .fp-roksprocket-features-showcase .layout-showcase .sprocket-features-arrows .prev,
body.layout-mode-960fixed .fp-roksprocket-features-showcase .layout-showcase .sprocket-features-arrows .prev {
  left: 0;
}
.fp-roksprocket-features-showcase .layout-showcase .sprocket-features-arrows .next {
  right: -50px;
}
body.layout-mode-1200fixed .fp-roksprocket-features-showcase .layout-showcase .sprocket-features-arrows .next,
body.layout-mode-960fixed .fp-roksprocket-features-showcase .layout-showcase .sprocket-features-arrows .next {
  right: 0;
}
.fp-roksprocket-features-showcase .layout-showcase .rt-triangle-set {
  position: absolute;
  right: 0;
  bottom: -10px;
}
@media only screen and (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-features-showcase .layout-showcase .rt-triangle-set {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 1079px) {
  body.layout-mode-responsive.sideslider-type-static#with-sideslider .fp-roksprocket-features-showcase .layout-showcase .rt-triangle-set {
    opacity: 0.5;
  }
}
.fp-roksprocket-features-showcase .layout-showcase .rt-triangle-1,
.fp-roksprocket-features-showcase .layout-showcase .rt-triangle-2,
.fp-roksprocket-features-showcase .layout-showcase .rt-triangle-3 {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}
.fp-roksprocket-features-showcase .layout-showcase .rt-triangle-1 {
  border-width: 0 90px 250px 90px;
}
@media only screen and (max-width: 480px) {
  body.layout-mode-responsive .fp-roksprocket-features-showcase .layout-showcase .rt-triangle-1 {
    border-width: 0 70px 220px 70px;
  }
}
.fp-roksprocket-features-showcase .layout-showcase .rt-triangle-2 {
  border-width: 0 90px 290px 90px;
  margin-left: -115px;
}
@media only screen and (max-width: 480px) {
  body.layout-mode-responsive .fp-roksprocket-features-showcase .layout-showcase .rt-triangle-2 {
    border-width: 0 70px 260px 70px;
  }
}
.fp-roksprocket-features-showcase .layout-showcase .rt-triangle-3 {
  border-width: 0 90px 330px 90px;
  margin-left: -115px;
}
@media only screen and (max-width: 480px) {
  body.layout-mode-responsive .fp-roksprocket-features-showcase .layout-showcase .rt-triangle-3 {
    border-width: 0 70px 300px 70px;
  }
}
.fp-roksprocket-features-showcase .layout-showcase .sprocket-features-index-1 .rt-triangle-1 {
  border-color: transparent transparent #b1794a transparent;
}
.fp-roksprocket-features-showcase .layout-showcase .sprocket-features-index-1 .rt-triangle-2 {
  border-color: transparent transparent rgba(53,57,64,0.6) transparent;
}
.fp-roksprocket-features-showcase .layout-showcase .sprocket-features-index-1 .rt-triangle-3 {
  border-color: transparent transparent rgba(104,124,173,0.6) transparent;
}
.fp-roksprocket-features-showcase .layout-showcase .sprocket-features-index-2 .rt-triangle-1 {
  border-color: transparent transparent #687cad transparent;
}
.fp-roksprocket-features-showcase .layout-showcase .sprocket-features-index-2 .rt-triangle-2 {
  border-color: transparent transparent rgba(177,121,74,0.6) transparent;
}
.fp-roksprocket-features-showcase .layout-showcase .sprocket-features-index-2 .rt-triangle-3 {
  border-color: transparent transparent rgba(53,57,64,0.6) transparent;
}
.fp-roksprocket-features-showcase .layout-showcase .sprocket-features-index-3 .rt-triangle-1 {
  border-color: transparent transparent #353940 transparent;
}
.fp-roksprocket-features-showcase .layout-showcase .sprocket-features-index-3 .rt-triangle-2 {
  border-color: transparent transparent rgba(104,124,173,0.6) transparent;
}
.fp-roksprocket-features-showcase .layout-showcase .sprocket-features-index-3 .rt-triangle-3 {
  border-color: transparent transparent rgba(177,121,74,0.6) transparent;
}
.fp-roksprocket-features-showcase .layout-showcase:hover .sprocket-features-pagination li.active {
  border: 2px solid #8d603b;
  background: #b1794a;
}
@media only screen and (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-features-showcase .layout-showcase .rt-sprocket-text {
    position: relative;
    z-index: 10;
  }
}
@media only screen and (max-width: 1079px) {
  body.layout-mode-responsive.sideslider-type-static#with-sideslider .fp-roksprocket-features-showcase .layout-showcase .rt-sprocket-text {
    position: relative;
    z-index: 10;
  }
}
@media only screen and (min-width: 1195px) and (max-width: 1275px),only screen and (min-width: 960px) and (max-width: 1070px),only screen and (min-width: 768px) and (max-width: 880px),only screen and (min-width: 482px) and (max-width: 600px),only screen and (max-width: 480px) {
  body.layout-mode-responsive .fp-roksprocket-features-showcase  .layout-showcase .sprocket-features-arrows .arrow.prev,
  body.layout-mode-1200fixed .fp-roksprocket-features-showcase  .layout-showcase .sprocket-features-arrows .arrow.prev,
  body.layout-mode-960fixed .fp-roksprocket-features-showcase  .layout-showcase .sprocket-features-arrows .arrow.prev {
    left: 10px;
  }
  body.layout-mode-responsive .fp-roksprocket-features-showcase  .layout-showcase .sprocket-features-arrows .arrow.next,
  body.layout-mode-1200fixed .fp-roksprocket-features-showcase  .layout-showcase .sprocket-features-arrows .arrow.next,
  body.layout-mode-960fixed .fp-roksprocket-features-showcase  .layout-showcase .sprocket-features-arrows .arrow.next {
    right: 10px;
  }
  body.layout-mode-responsive .fp-roksprocket-features-showcase  .layout-showcase.arrows-onhover:hover .sprocket-features-arrows .arrow,
  body.layout-mode-1200fixed .fp-roksprocket-features-showcase  .layout-showcase.arrows-onhover:hover .sprocket-features-arrows .arrow,
  body.layout-mode-960fixed .fp-roksprocket-features-showcase  .layout-showcase.arrows-onhover:hover .sprocket-features-arrows .arrow {
    opacity: 0.8;
  }
}
.fp-feature .rt-square-set {
  position: relative;
  top: 150px;
  margin-bottom: -175px;
}
@media only screen and (max-width: 767px) {
  body.layout-mode-responsive .fp-feature .rt-square-set {
    top: 50px;
    margin-bottom: -100px;
  }
}
.fp-feature .rt-square-1 {
  color: #f2f2f2;
  background: #b1794a;
}
.demostyle-type-preset1 .fp-feature .rt-square-1 {
  color: #555555;
  background: #FEFCD0;
}
.demostyle-type-preset2 .fp-feature .rt-square-1 {
  color: #282828;
}
.demostyle-type-preset6 .fp-feature .rt-square-1,
.demostyle-type-preset7 .fp-feature .rt-square-1,
.demostyle-type-preset8 .fp-feature .rt-square-1 {
  color: #7b7b7b;
  background: #111111;
}
.fp-feature .rt-square-2 {
  margin-top: 150px;
  background: #353940;
}
@media only screen and (max-width: 767px) {
  body.layout-mode-responsive .fp-feature .rt-square-2 {
    margin-top: 75px;
  }
}
.demostyle-type-preset1 .fp-feature .rt-square-2 {
  color: #555555;
  background: #D7ECC0;
}
.demostyle-type-preset2 .fp-feature .rt-square-2 {
  color: #555555;
  background: #FDF2C1;
}
.demostyle-type-preset4 .fp-feature .rt-square-2 {
  background: #F88316;
}
.demostyle-type-preset6 .fp-feature .rt-square-2 {
  background: #2FAFA3;
}
.demostyle-type-preset7 .fp-feature .rt-square-2 {
  background: #F85F5B;
}
.demostyle-type-preset8 .fp-feature .rt-square-2 {
  background: #44CEDD;
}
.fp-feature .rt-square-3 {
  margin-top: 75px;
  background: #687cad;
}
.demostyle-type-preset1 .fp-feature .rt-square-3 {
  color: #555555;
  background: #B0DCBE;
}
.demostyle-type-preset2 .fp-feature .rt-square-3 {
  color: #555555;
}
.demostyle-type-preset4 .fp-feature .rt-square-3 {
  background: #F9AD18;
}
.demostyle-type-preset6 .fp-feature .rt-square-3 {
  color: #3B3B3B;
  background: #CFE895;
}
.demostyle-type-preset6 .fp-feature .rt-square-3 h2,
.demostyle-type-preset6 .fp-feature .rt-square-3 a,
.demostyle-type-preset6 .fp-feature .rt-square-3 .rt-tags li {
  color: #3B3B3B;
}
.demostyle-type-preset7 .fp-feature .rt-square-3 {
  color: #3B3B3B;
  background: #7ADCED;
}
.demostyle-type-preset7 .fp-feature .rt-square-3 h2,
.demostyle-type-preset7 .fp-feature .rt-square-3 a,
.demostyle-type-preset7 .fp-feature .rt-square-3 .rt-tags li {
  color: #3B3B3B;
}
.demostyle-type-preset8 .fp-feature .rt-square-3 {
  color: #3B3B3B;
  background: #FCF99E;
}
.demostyle-type-preset8 .fp-feature .rt-square-3 h2,
.demostyle-type-preset8 .fp-feature .rt-square-3 a,
.demostyle-type-preset8 .fp-feature .rt-square-3 .rt-tags li {
  color: #3B3B3B;
}
.fp-feature .gantry-width-33 {
  overflow: hidden;
}
.fp-feature .gantry-width-spacer {
  padding: 25px 35px;
  margin: 0;
}
.fp-feature h2 {
  font-family: 'nexa', Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #151515;
}
.demostyle-type-preset3 .fp-feature h2,
.demostyle-type-preset4 .fp-feature h2,
.demostyle-type-preset5 .fp-feature h2,
.demostyle-type-preset6 .fp-feature h2,
.demostyle-type-preset7 .fp-feature h2,
.demostyle-type-preset8 .fp-feature h2 {
  color: #ffffff;
}
.fp-feature .rt-tags li {
  color: #151515;
  text-transform: uppercase;
  background: transparent;
  padding: 0;
  font-family: 'nexa', Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 85%;
}
.demostyle-type-preset3 .fp-feature .rt-tags li,
.demostyle-type-preset4 .fp-feature .rt-tags li,
.demostyle-type-preset5 .fp-feature .rt-tags li,
.demostyle-type-preset6 .fp-feature .rt-tags li,
.demostyle-type-preset7 .fp-feature .rt-tags li,
.demostyle-type-preset8 .fp-feature .rt-tags li {
  color: #ffffff;
}
.fp-feature .readon2 {
  color: #151515;
}
.demostyle-type-preset3 .fp-feature .readon2,
.demostyle-type-preset4 .fp-feature .readon2,
.demostyle-type-preset5 .fp-feature .readon2,
.demostyle-type-preset6 .fp-feature .readon2,
.demostyle-type-preset7 .fp-feature .readon2,
.demostyle-type-preset8 .fp-feature .readon2 {
  color: #ffffff;
}
.fp-feature .readon2:hover {
  color: inherit;
}
.fp-feature .rt-image {
  overflow: hidden;
}
.fp-feature .rt-image img {
  max-width: 100.5%;
  position: relative;
  z-index: 1;
}
.fp-roksprocket-grids-utility.rt-block {
  margin-top: 325px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-grids-utility.rt-block {
    margin-top: 175px;
  }
}
.fp-roksprocket-grids-utility.title5 .module-title {
  margin-bottom: 35px;
}
.fp-roksprocket-grids-utility.title5 .module-title .title {
  color: #bfbfbf;
}
.fp-roksprocket-grids-utility .rt-label {
  text-transform: uppercase;
  font-family: 'nexa', Verdana, Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
}
.fp-roksprocket-grids-utility .sprocket-grids-b {
  overflow: hidden;
}
.fp-roksprocket-grids-utility .sprocket-grids-b-container {
  margin: 0;
  height: auto !important;
}
.fp-roksprocket-grids-utility .sprocket-grids-b-container li {
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block !important;
  float: left;
  left: inherit !important;
  position: relative !important;
  top: inherit !important;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  body.layout-mode-responsive .fp-roksprocket-grids-utility .sprocket-grids-b-container li {
    width: 50% !important;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1279px) {
  body.layout-mode-responsive.sideslider-type-static#with-sideslider .fp-roksprocket-grids-utility .sprocket-grids-b-container li {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-grids-utility .sprocket-grids-b-container li {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1079px) {
  body.layout-mode-responsive.sideslider-type-static#with-sideslider .fp-roksprocket-grids-utility .sprocket-grids-b-container li {
    width: 100% !important;
  }
}
.fp-roksprocket-grids-utility .sprocket-grids-b-item.panel-color {
  background: #ffffff;
}
.fp-roksprocket-grids-utility .sprocket-grids-b-title {
  color: #3B3B3B;
  font-family: 'nexa', Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.fp-roksprocket-grids-utility .sprocket-grids-b-content {
  color: #555555;
  padding: 25px;
}
.fp-roksprocket-grids-utility .sprocket-grids-b-content.overlay-mode {
  color: #21170e;
}
.fp-roksprocket-grids-utility .sprocket-grids-b-content.overlay-mode .sprocket-grids-b-title {
  color: #000000;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .fp-roksprocket-grids-utility .sprocket-grids-b-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  body.layout-mode-responsive.sideslider-type-static#with-sideslider .fp-roksprocket-grids-utility .sprocket-grids-b-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  body.layout-mode-responsive .fp-roksprocket-grids-utility .sprocket-grids-b-content {
    padding: 15px;
  }
}
.fp-roksprocket-grids-utility .sprocket-grids-b-effect {
  background: rgba(177,121,74,0.85);
}
@media only screen and (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-grids-utility .sprocket-grids-b-image-container {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-grids-utility .sprocket-grids-b-image {
    margin-top: -25%;
    position: relative;
  }
}
.fp-roksprocket-grids-utility .sprocket-grids-b-item {
  height: 350px;
}
@media only screen and (max-width: 767px) {
  body.layout-mode-responsive .fp-roksprocket-grids-utility .sprocket-grids-b-item {
    height: 230px;
  }
}
@media only screen and (max-width: 480px) {
  body.layout-mode-responsive .fp-roksprocket-grids-utility .sprocket-grids-b-item {
    height: 260px;
  }
}
.fp-expandedtop.rt-block {
  margin: 35px 0;
}
.fp-expandedtop.title5 .title {
  color: #171719;
}
.fp-expandedtop .rt-box1,
.fp-expandedtop .rt-box2,
.fp-expandedtop .rt-box3 {
  margin: 35px 0;
}
.fp-expandedtop .rt-box1 .title,
.fp-expandedtop .rt-box2 .title,
.fp-expandedtop .rt-box3 .title {
  color: #171719;
  font-size: 2.65em;
  line-height: 1.35em;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .fp-expandedtop .rt-box1 .title,
  body.layout-mode-responsive .fp-expandedtop .rt-box2 .title,
  body.layout-mode-responsive .fp-expandedtop .rt-box3 .title {
    font-size: 2.1em;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  body.layout-mode-responsive.sideslider-type-static#with-sideslider .fp-expandedtop .rt-box1 .title,
  body.layout-mode-responsive.sideslider-type-static#with-sideslider .fp-expandedtop .rt-box2 .title,
  body.layout-mode-responsive.sideslider-type-static#with-sideslider .fp-expandedtop .rt-box3 .title {
    font-size: 2.1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  body.layout-mode-responsive .fp-expandedtop .rt-box1 .title,
  body.layout-mode-responsive .fp-expandedtop .rt-box2 .title,
  body.layout-mode-responsive .fp-expandedtop .rt-box3 .title {
    font-size: 1.45em;
  }
}
.fp-expandedtop .rt-tags li {
  color: #151515;
  text-transform: uppercase;
  background: transparent;
  padding: 0;
  font-family: 'nexa', Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 85%;
}
.fp-maintop.rt-block,
.fp-expandedbottom.rt-block,
.fp-mainbottom.rt-block {
  margin: 35px 0;
}
.fp-maintop .rt-tags li,
.fp-expandedbottom .rt-tags li,
.fp-mainbottom .rt-tags li {
  text-transform: uppercase;
  background: transparent;
  padding: 0;
  font-family: 'nexa', Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 85%;
}
.fp-roksprocketmosaic-additiontop.rt-block {
  margin: 50px 0;
}
.fp-roksprocketmosaic-additiontop.title5 .module-title {
  margin-bottom: 50px;
}
.fp-roksprocketmosaic-additiontop .sprocket-mosaic .sprocket-mosaic-header {
  margin-bottom: 25px;
}
.fp-roksprocketmosaic-additiontop .sprocket-mosaic .sprocket-padding {
  padding: 0;
  text-align: center;
}
.fp-roksprocketmosaic-additiontop .sprocket-mosaic .sprocket-mosaic-image {
  border-radius: 0;
}
.fp-roksprocketmosaic-additiontop .sprocket-mosaic .sprocket-mosaic-filter ul li span:before,
.fp-roksprocketmosaic-additiontop .sprocket-mosaic .sprocket-mosaic-order ul li span:before {
  border-left: 20px solid #ffffff;
}
.fp-roksprocketmosaic-additiontop .sprocket-mosaic .sprocket-mosaic-item .sprocket-mosaic-head {
  padding: 25px 35px 0 35px;
}
.fp-roksprocketmosaic-additiontop .sprocket-mosaic .sprocket-mosaic-item .sprocket-mosaic-text {
  padding: 0 25px 25px 25px;
}
.fp-additionbottom.rt-block {
  margin: 35px 0 0 0;
}
.fp-additionbottom.title5 .module-title {
  margin-bottom: 35px;
}
.fp-additionbottom h6 {
  opacity: 0.75;
}
.fp-roksprocket-strips-extension.rt-block {
  margin: 35px 0;
}
.fp-roksprocket-strips-extension.title5 .module-title {
  margin-bottom: 35px;
}
.fp-roksprocket-strips-extension.title5 .module-title .title {
  color: #bfbfbf;
}
.fp-roksprocket-strips-extension .sprocket-strips-container {
  margin: 0 -1%;
}
.fp-roksprocket-strips-extension .sprocket-strips-content {
  background: #ffffff;
  padding: 25px;
}
.fp-roksprocket-strips-extension .sprocket-strips-title {
  color: #58534f;
  margin-bottom: 15px;
}
.fp-roksprocket-strips-extension li:nth-child(odd) .sprocket-strips-content {
  border-bottom: 4px solid #b1794a;
}
.fp-roksprocket-strips-extension li:nth-child(odd) .rt-label {
  color: #b1794a;
  border: 2px solid #b1794a;
}
.fp-roksprocket-strips-extension li:nth-child(odd) .sprocket-strips-image-container:before {
  background: rgba(177,121,74,0.75);
}
.fp-roksprocket-strips-extension li:nth-child(even) .sprocket-strips-content {
  border-bottom: 4px solid #353940;
}
.fp-roksprocket-strips-extension li:nth-child(even) .rt-label {
  color: #353940;
  border: 2px solid #353940;
}
.fp-roksprocket-strips-extension li:nth-child(even) .sprocket-strips-image-container:before {
  background: rgba(53,57,64,0.75);
}
.fp-roksprocket-strips-extension .rt-label {
  position: absolute;
  bottom: 2px;
  left: 25px;
  text-transform: uppercase;
  background: transparent;
  line-height: 27px;
}
.fp-roksprocket-strips-extension .sprocket-strips-text {
  color: #ffffff;
  font-style: italic;
  height: 0;
  opacity: 0;
  left: 0;
  padding: 0 25px;
  visibility: hidden;
  position: absolute;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fp-roksprocket-strips-extension .sprocket-strips-item:hover .sprocket-strips-text {
  top: 25px;
  height: auto;
  opacity: 1;
  visibility: visible;
}
.fp-roksprocket-strips-extension .sprocket-strips-item:hover .sprocket-strips-image-container:before {
  opacity: 1;
}
.fp-roksprocket-strips-extension .sprocket-strips-image-container {
  position: relative;
}
.fp-roksprocket-strips-extension .sprocket-strips-image-container:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fp-roksprocket-strips-extension .sprocket-strips-arrows .arrow {
  opacity: 0.8;
}
body.layout-mode-1200fixed .fp-roksprocket-strips-extension .sprocket-strips-arrows .prev,
body.layout-mode-960fixed .fp-roksprocket-strips-extension .sprocket-strips-arrows .prev {
  left: 0;
}
body.layout-mode-1200fixed .fp-roksprocket-strips-extension .sprocket-strips-arrows .next,
body.layout-mode-960fixed .fp-roksprocket-strips-extension .sprocket-strips-arrows .next {
  right: 0;
}
.-rt-menu-home .rt-component-block {
  margin: 10px 0;
}
.fp-roksprocket-strips-sidebar.rt-block {
  margin: 25px 10px;
}
.fp-roksprocket-strips-sidebar .sprocket-strips-image-container img {
  border-radius: 100%;
}
.fp-roksprocket-strips-sidebar .sprocket-strips .sprocket-strips-arrows .arrow {
  top: 95px;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  body.layout-mode-responsive .fp-roksprocket-strips-sidebar .sprocket-strips .sprocket-strips-arrows .arrow {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
body.layout-mode-responsive .fp-roksprocket-strips-sidebar .sprocket-strips .sprocket-strips-arrows .arrow.prev {
  left: 25px;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .fp-roksprocket-strips-sidebar .sprocket-strips .sprocket-strips-arrows .arrow.prev {
    left: 8px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  body.layout-mode-responsive.sideslider-type-static#with-sideslider .fp-roksprocket-strips-sidebar .sprocket-strips .sprocket-strips-arrows .arrow.prev {
    left: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  body.layout-mode-responsive .fp-roksprocket-strips-sidebar .sprocket-strips .sprocket-strips-arrows .arrow.prev {
    left: -5px;
  }
}
@media only screen and (max-width: 480px) {
  body.layout-mode-responsive .fp-roksprocket-strips-sidebar .sprocket-strips .sprocket-strips-arrows .arrow.prev {
    left: 0;
  }
}
body.layout-mode-1200fixed .fp-roksprocket-strips-sidebar .sprocket-strips .sprocket-strips-arrows .arrow.prev,
body.layout-mode-960fixed .fp-roksprocket-strips-sidebar .sprocket-strips .sprocket-strips-arrows .arrow.prev {
  left: 25px;
}
body.layout-mode-responsive .fp-roksprocket-strips-sidebar .sprocket-strips .sprocket-strips-arrows .arrow.next {
  right: 25px;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .fp-roksprocket-strips-sidebar .sprocket-strips .sprocket-strips-arrows .arrow.next {
    right: 8px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  body.layout-mode-responsive.sideslider-type-static#with-sideslider .fp-roksprocket-strips-sidebar .sprocket-strips .sprocket-strips-arrows .arrow.next {
    right: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  body.layout-mode-responsive .fp-roksprocket-strips-sidebar .sprocket-strips .sprocket-strips-arrows .arrow.next {
    right: -5px;
  }
}
@media only screen and (max-width: 480px) {
  body.layout-mode-responsive .fp-roksprocket-strips-sidebar .sprocket-strips .sprocket-strips-arrows .arrow.next {
    right: 0;
  }
}
body.layout-mode-1200fixed .fp-roksprocket-strips-sidebar .sprocket-strips .sprocket-strips-arrows .arrow.next,
body.layout-mode-960fixed .fp-roksprocket-strips-sidebar .sprocket-strips .sprocket-strips-arrows .arrow.next {
  right: 25px;
}
.fp-roksprocket-strips-sidebar .rt-tags li {
  text-transform: uppercase;
  background: transparent;
  padding: 0;
  font-family: 'nexa', Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 85%;
}
.fp-roksprocket-strips-sidebar .social-button:hover {
  color: #b1794a !important;
}
.fp-sidebar.rt-block {
  margin-top: 25px;
}
.fp-sidebar.box4 {
  border: none;
}
.fp-sidebar .rt-box-content {
  padding: 25px;
}
.fp-sidebar .title {
  color: #ffffff;
  font-size: 2em;
  line-height: 1.35em;
}
.fp-sidebar .rt-tags li {
  text-transform: uppercase;
  background: transparent;
  padding: 0;
  font-family: 'nexa', Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 85%;
}
.fp-sidebar .rt-image .rt-corner-triangle {
  content: "+";
  position: absolute;
  font-size: 3.8em;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100px 100px 0;
  border-color: transparent #111111 transparent transparent;
}
.fp-sidebar .rt-image .rt-corner-triangle .fa {
  color: #ffffff;
  position: relative;
  top: 5px;
  left: 60px;
}
.fp-bottom.rt-block {
  margin-bottom: 35px;
}
.fp-bottom .gantry-row {
  margin: 0 -10px;
}
.fp-bottom .rt-image-promo {
  margin-bottom: 35px;
}
.fp-bottom .rt-image-content {
  width: 80%;
  text-align: center;
}
.fp-bottom .rt-image-content .title {
  font-size: 2em;
  line-height: 1.35em;
  margin-top: 1em;
}
.fp-bottom .rt-label {
  border: 2px solid #ffffff;
  background: transparent;
  font-family: 'nexa', Verdana, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.fp-bottom .rt-tags li {
  text-transform: uppercase;
  background: transparent;
  padding: 0;
  font-family: 'nexa', Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 85%;
}
.fp-footer-a,
.fp-footer-b {
  margin: 35px 0;
}
.fp-footer-b h5 {
  text-transform: uppercase;
  font-family: 'nexa', Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #000000;
}
.fp-footer-b li {
  line-height: 2.25em;
}
.fp-footer-b a {
  color: #3b3e43;
}
.fp-footer-b a:hover {
  color: #b1794a;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .fp-horizmenu.rt-block {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  body.layout-mode-responsive.sideslider-type-static#with-sideslider .fp-horizmenu.rt-block {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  body.layout-mode-responsive .fp-horizmenu.rt-block {
    padding-left: 90px;
  }
}
@media only screen and (max-width: 767px) {
  body.layout-mode-responsive .fp-horizmenu.rt-block {
    margin: 0 !important;
    padding: 0;
  }
}
.fp-search.rt-block {
  margin: 0;
  padding: 35px 25px 25px 25px;
  background: #dad2c3;
}
.fp-search label {
  display: none;
}
.fp-search #mod-search-searchword {
  color: #a08b64;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 3px solid #4e576b;
  background: none;
  padding: 0;
  font-family: 'nexa', Verdana, Helvetica, Arial, sans-serif;
}
.fp-menu.rt-block {
  margin: 0;
  padding: 0 25px 50px 25px;
  background: #dad2c3;
}
.fp-menu ul.menu li {
  font-family: 'nexa', Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.75em;
  line-height: 1.35em;
  font-weight: normal;
  text-transform: uppercase;
}
.fp-menu ul.menu li a,
.fp-menu ul.menu li .item,
.fp-menu ul.menu li .separator {
  color: #181b21;
}
.fp-menu ul.menu li a:before,
.fp-menu ul.menu li .item:before,
.fp-menu ul.menu li .separator:before {
  display: none;
}
.fp-menu ul.menu li a:hover,
.fp-menu ul.menu li .item:hover,
.fp-menu ul.menu li .separator:hover {
  color: #b1794a;
}
.fp-roksprocket-tabs-sideslider.rt-block {
  padding: 45px 15px 0 15px;
}
.fp-roksprocket-tabs-sideslider .sprocket-tabs .sprocket-tabs-panels {
  padding: 0;
  margin-top: 35px;
}
.fp-roksprocket-tabs-sideslider .sprocket-tabs .sprocket-tabs-nav li .sprocket-tabs-inner {
  border-radius: 0;
  color: #b1794a;
  border: 2px solid #b1794a;
  font-size: 1.75em;
  padding: 10px 15px;
}
.fp-roksprocket-tabs-sideslider .sprocket-tabs .sprocket-tabs-nav li:hover .sprocket-tabs-inner {
  background: #d8bba2;
}
.fp-roksprocket-tabs-sideslider .sprocket-tabs .sprocket-tabs-nav li.active .sprocket-tabs-inner {
  color: #ffffff;
  background: #b1794a;
}
.fp-roksprocket-tabs-sideslider .sprocket-tabs .sprocket-tabs-nav li.active .sprocket-tabs-inner:after {
  color: #b1794a;
  content: '\f0d7';
  font-family: FontAwesome;
  left: 50%;
  margin-left: -8px;
  bottom: -15px;
  position: absolute;
}
.fp-newsflash {
  color: #383f4d;
}
.fp-newsflash .title {
  color: #181b21;
  margin-bottom: 35px;
  font-size: 2em;
}
[class*="newsflash-title"] {
  border-top: 1px solid #434b5c;
  margin-top: 25px;
  padding-top: 25px;
}
[class*="newsflash-title"]:first-child {
  border-top: 0;
  padding-top: 0;
}
[class*="newsflash-title"] a {
  color: #181b21;
}
[class*="newsflash-title"] a:hover {
  color: #b1794a;
}
.table-sideslider {
  height: 2803px;
}
.table-sideslider thead th {
  vertical-align: top;
}
.rt-mbsb-table .rt-sb-table-col {
  height: 38px;
  vertical-align: middle;
}
.rt-mbsb-table .rt-mb-table-col {
  height: 83px;
  vertical-align: middle;
}
.rt-sidebar-layout table.table-bordered th {
  background: rgba(0,0,0,0.05);
}
.gantry-example {
  position: relative;
  margin: 15px 0;
  padding: 45px 19px 14px;
  *padding-top: 19px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.gantry-example .table,
.gantry-example .well,
.gantry-example blockquote {
  margin-bottom: 5px;
}
.gantry-example .lead {
  font-size: 18px;
  line-height: 24px;
}
.gantry-example > p:last-child {
  margin-bottom: 0;
}
.gantry-example + .prettyprint {
  margin-top: -20px;
  padding-top: 15px;
}
.gantry-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  color: #9da0a4;
  border-radius: 4px 0 4px 0;
  font-style: normal;
}
.gantry-example .search-query {
  margin-bottom: 0;
}
form.gantry-example {
  padding-bottom: 19px;
}
.form-actions {
  background-color: ;
  border-top: 1px solid #d5d5d5;
}
.help-block,
.help-inline {
  color: ;
}
.docs-input-sizes input {
  margin-bottom: 15px;
}
.rt-table {
  clear: both;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #8d603b;
  margin: 35px 0;
  list-style: none;
}
.rt-table.rt-table-last-col {
  border-right: 1px solid #8d603b;
}
.rt-table li {
  padding: 15px 25px;
}
@media (max-width: 767px) {
  body.layout-mode-responsive .rt-table {
    border-width: 1px 0;
  }
}
.rt-table-title {
  font-size: 1.5em;
  line-height: 2em;
  color: #ffffff;
  background: #9f6d42;
  text-align: center;
  text-transform: uppercase;
  font-family: 'nexa', Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.rt-table-price {
  font-size: 2em;
  color: #ffffff;
  background: #ba865a;
  border-top: 1px solid #8d603b;
  border-bottom: 1px solid #8d603b;
  padding: 25px !important;
  text-align: center;
}
.rt-blog-form .inputbox,
.rt-blog-form .readon {
  display: inline-block;
}
.rt-blog-form .inputbox {
  width: 60%;
  border: none;
}
.rt-blog-form .readon {
  width: 35%;
}
.contact h3 {
  display: none;
}
.contact-form legend {
  font-size: 1.5em;
  border-bottom: none;
  margin-bottom: 0;
}
.contact-form dt {
  width: 200px;
}
.contact-form dd {
  float: none !important;
  margin: 0;
}
.contact-form label {
  font-size: 1.2em;
  margin: 10px 0;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  height: auto;
  padding: 12px 15px;
  margin-bottom: 10px;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form input[type="checkbox"] {
  margin: 13px 0;
}
