.small-underline:hover {
  text-decoration: none;
  border-bottom: 2px solid #000;
}

.page-template-about_contact .slider_knowledge_base {
  margin-bottom: 0 !important;
}

.page-template-about_contact .headline {
  text-align: center;
  padding-bottom: 0;
}

.page-template-about_contact .headline img {
  margin-top: 1em;
  max-width: 1000px;
  height: auto;
  margin-bottom: 0;
}

.headline p {
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  margin: 20px auto 0 auto;
}

.wide-tpl.home.page {
  background: #f3f3f3;
}

hgroup.headline {
  padding: 6em 1em 0;
}

hgroup.headline h1 {
  max-width: 900px;
  text-align: center;
  font-size: 3.6em;
  line-height: 1.2em;
  min-height: 1em;
  margin: 0 auto;
  font-weight: 300;
  font-style: normal;
}

#content {
  background: #fff;
  padding: 60px 0 120px 0;
}

#content #main_col {
  float: left;
  max-width: 720px;
  padding: 0 20px;
}

#content #main_col p.lead {
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  margin-top: 50px;
}

#content #main_col p {
  font-size: 20px;
  line-height: 1.6em;
  padding-bottom: 0.3em;
  margin: 0.6em 0;
}

#content #main_col p.question {
  font-weight: 700;
  font-style: normal;
  color: #000;
}

#content #main_col ol,
#content #main_col ul {
  padding-bottom: 2em;
}

#content #main_col ol li,
#content #main_col ul li {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 300;
  font-style: normal;
}

#content #main_col h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  margin: 0 0 24px 0;
}

#content #main_col h3 {
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  margin-top: -45px;
  padding-top: 70px;
}

#content #main_col blockquote {
  margin: 40px;
  color: #000;
  font-weight: 300;
  font-size: 24px;
  position: relative;
  font-style: italic;
}

#content #main_col blockquote span {
  font-size: 20px;
  float: right;
  display: block;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  bottom: -20px;
}

#content #main_col blockquote span.mtb {
  position: relative;
  bottom: 0;
}

#content #main_col blockquote.marginbottom {
  margin-bottom: 60px;
}

#content #sidebar {
  float: left;
  width: 240px;
  margin-left: 40px;
}

#content #sidebar aside {
  margin: 50px 0 0 0;
}

#content #sidebar aside .share_article .title {
  background: none repeat scroll 0 0 #efefef;
  border-radius: 4px;
  display: block;
  font-weight: 900;
  font-style: normal;
  padding: 2px 10px;
  margin-top: 16px;
  margin-bottom: 16px;
}

#content #sidebar aside .share_article ul li {
  margin-bottom: 6px;
}

#content #sidebar p {
  font-weight: 400;
  font-style: normal;
  padding: 2px 10px;
}

#content #sidebar p strong {
  font-weight: 900;
  font-style: normal;
  border-radius: 4px;
  background: #efefef;
  padding: 2px 10px;
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}

#content #sidebar ul {
  margin: 0 10px;
  padding: 0;
  list-style-position: inside;
  list-style-type: none;
}

#content #sidebar .share_article li {
  margin-bottom: 6px;
}

#main.contact {
  overflow: hidden;
}

.contact {
  text-align: center;
}

.contact h3 {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  margin: 60px auto 30px;
}

.contact .contact_btns {
  text-align: center;
}

.contact .contact_btns .tomato {
  display: inline-block;
  margin: 8px;
  text-decoration: none;
}

.contact .contact_btns .tomato:hover {
  text-decoration: none;
}

.contact .location {
  padding: 0 30px 3em;
  margin: 0.5em;
  background: 0 5px no-repeat;
  display: inline-block;
  text-align: left;
  background-image: url('/contact/ico_contact_pin.png');
  background-size: 14px 18px;
}

.wide-tpl #main.customers {
  padding-top: 40px;
  max-width: 1200px !important;
  margin: 0 auto;
}

.contact .location address {
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: #3b3b43;
}

.contact .location address .office {
  display: inline-block;
  padding-bottom: 15px;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.read_more {
  border-radius: 3px;
  background: #a8bc59;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  height: 40px;
  line-height: 39px;
  display: block;
  margin: 30px auto 0;
  text-align: center;
  width: 160px;
  text-decoration: none;
  letter-spacing: 1px;
}

.read_more:active,
.read_more:focus,
.read_more:hover {
  background: #c5d290;
  text-decoration: none;
}

.read_more.disabled {
  background: #bbcb7d;
  opacity: 0.7;
}

.read_more.dark {
  background: #544d44;
}

.read_more.dark:hover {
  background: #7e7466;
}

.read_more.yellow {
  background: #dead39;
}

.read_more.yellow:hover {
  background: #e9c87b;
}

.read_more.tomato {
  background: #f07c58;
  height: 58px;
  line-height: 58px;
  width: 294px;
}

.read_more.tomato:hover {
  background: #f6b39e;
}

.read_more.green {
  background: #9c9;
  height: 30px;
  line-height: 30px;
  width: 130px;
  font-size: 18px;
}

.read_more.green:hover {
  background: #cce6cc;
}

.read_more.blue {
  background: #3577d2;
}

.read_more.blue:hover {
  background: #6ca0e7;
}

.read_more.lgreen {
  background: #40b068;
}

.read_more.lgreen:hover {
  background: #44bb6f;
}

.read_more.svg {
  background: 0 0;
  fill: #333;
}

.read_more.svg:hover {
  fill: #999;
}

.read_more.white {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

#main_wrapper p.srw_text {
  font-size: 12px !important;
  line-height: 14px !important;
}

#main_wrapper .double-section {
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 0;
}

#main_wrapper .double-section.swap {
  direction: rtl;
}

#main_wrapper .double-section .section-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#main_wrapper .double-section .column {
  display: block;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  direction: ltr;
}

#main_wrapper .double-section .column .desc {
  padding: 6em 3em;
}

#main_wrapper .double-section .column.pic {
  text-align: center;
  padding-bottom: 88%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

#main_wrapper .double-section .column.pic-inline {
  text-align: center;
  padding: 4em 6em 0;
}

#main_wrapper .double-section .column.pic-inline.no-padding {
  padding: 1em 2em;
}

#main_wrapper .double-section .column img {
  max-width: 100% !important;
  height: auto !important;
}

#main_wrapper .double-section .column.no-max-width img {
  max-width: none !important;
}

#main_wrapper .double-section .column.left {
  text-align: center;
}

#main_wrapper .double-section .column.right {
  text-align: center;
}

#main_wrapper .double-section .row {
  display: table-row;
}

#main_wrapper .double-section .row.swap {
  direction: rtl;
}

#main_wrapper .double-section .column-wrapper {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  max-width: 100%;
  padding: 3em;
}

#main_wrapper .double-section .column-wrapper .header {
  font-size: 2.1em;
  font-weight: 300;
}

#main_wrapper .double-section .column-wrapper.wide {
  max-width: 50em !important;
}

.rdHide {
  display: block !important;
}

.rdHideInline {
  display: inline-block !important;
}

.rdShow,
.rdShowCell,
.rdShowInline,
.rdShowRow {
  display: none !important;
}

.rdGroup {
  display: inline-block;
}
@media only screen and (min-width: 320px) {
  #main_wrapper,
  body #narrow_slider {
    font-size: 10px !important;
  }

  #main_wrapper blockquote,
  #main_wrapper h4,
  #main_wrapper h5,
  #main_wrapper h6,
  #main_wrapper p,
  body #narrow_slider blockquote,
  body #narrow_slider h4,
  body #narrow_slider h5,
  body #narrow_slider h6,
  body #narrow_slider p {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 480px) {
  #main_wrapper,
  body #narrow_slider {
    font-size: 12px !important;
  }

  #main_wrapper blockquote,
  #main_wrapper h4,
  #main_wrapper h5,
  #main_wrapper h6,
  #main_wrapper p,
  body #narrow_slider blockquote,
  body #narrow_slider h4,
  body #narrow_slider h5,
  body #narrow_slider h6,
  body #narrow_slider p {
    font-size: 16px !important;
  }

  #signup-btn {
    width: 150px !important;
  }

  #new_sign_up_form input[type="email"],
  #new_sign_up_form input[type="text"],
  #new_top_sign_up_form input[type="email"],
  #new_top_sign_up_form input[type="text"],
  .formError input[type="email"],
  .formError input[type="text"] {
    max-width: 290px !important;
  }
}
@media only screen and (min-width: 768px) {
  #main_wrapper,
  body #narrow_slider {
    font-size: 14px !important;
  }

  #main_wrapper blockquote,
  #main_wrapper h4,
  #main_wrapper h5,
  #main_wrapper h6,
  #main_wrapper p,
  body #narrow_slider blockquote,
  body #narrow_slider h4,
  body #narrow_slider h5,
  body #narrow_slider h6,
  body #narrow_slider p {
    font-size: 16px !important;
  }

  footer .column {
    width: auto;
  }

  #main_wrapper .column {
    display: table-cell !important;
    width: 50% !important;
    max-width: 28em !important;
  }

  #main_wrapper .column.pic {
    padding-bottom: 47% !important;
  }

  #main_wrapper .column.pic-inline {
    padding: 6em 3em;
  }

  #main_wrapper .column.left {
    text-align: left !important;
  }

  #main_wrapper .column.right {
    text-align: right !important;
  }

  #main_wrapper .column.rdHide {
    display: none !important;
  }

  #main_wrapper .column.no-max-width img {
    max-width: none !important;
  }

  #main_wrapper .column-wrapper {
    max-width: 28em !important;
    padding: 6em 3em;
  }

  #main_wrapper .column-wrapper.left {
    text-align: left !important;
  }

  #main_wrapper .column-wrapper.right {
    text-align: right !important;
  }

  p.info {
    font-size: 14px !important;
  }

  #rd-menu #navigation {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    z-index: 9998;
    width: 350px !important;
    height: 100%;
    display: none;
    color: #fff;
    background-color: #000;
  }

  #rd-menu #navigation .subsection {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #new_top_sign_up_form #signup-btn {
    width: 100% !important;
    max-width: 290px !important;
  }

  p.info {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 992px) {
  h1 br,
  h2 br,
  p.intro br {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  #main_wrapper,
  body #narrow_slider {
    font-size: 16px !important;
  }

  header {
    background-color: #fff;
  }

  .rdHide {
    display: none !important;
  }

  .rdShow {
    display: block !important;
  }

  .rdShowCell {
    display: table-cell !important;
  }

  .rdShowRow {
    display: table-row !important;
  }

  .rdShowInline {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1200px) {
  #main_wrapper {
    font-size: 18px !important;
  }

  #main_wrapper h4,
  #main_wrapper h5,
  #main_wrapper h6,
  #main_wrapper p {
    font-size: 18px !important;
  }

  #main_wrapper p.info {
    font-size: 14px !important;
  }

  #main_wrapper blockquote {
    font-size: 20px !important;
  }

  #main_wrapper li {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 1600px) {
  #main_wrapper {
    font-size: 22px !important;
  }

  #main_wrapper h4,
  #main_wrapper h5,
  #main_wrapper h6,
  #main_wrapper p {
    font-size: 22px !important;
  }

  #main_wrapper p.info {
    font-size: 14px !important;
  }

  #main_wrapper blockquote {
    font-size: 20px !important;
  }

  #main_wrapper li {
    font-size: 22px !important;
  }
}
