.no-margin-padding {
  margin: 0;
  padding: 0;
}
.blue-gradient-btn-small {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #128cc0), color-stop(1, #53abd1));
  background-image: -o-linear-gradient(bottom, #128cc0 0%, #53abd1 100%);
  background-image: -moz-linear-gradient(bottom, #128cc0 0%, #53abd1 100%);
  background-image: -webkit-linear-gradient(bottom, #128cc0 0%, #53abd1 100%);
  background-image: -ms-linear-gradient(bottom, #128cc0 0%, #53abd1 100%);
  background-image: linear-gradient(to bottom, #128cc0 0%, #53abd1 100%);
  -pie-background: linear-gradient(bottom, #53abd1 0%, #128cc0 100%);
}
.blue-gradient-btn-small-invert {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #53abd1), color-stop(1, #128cc0));
  background-image: -o-linear-gradient(bottom, #53abd1 0%, #128cc0 100%);
  background-image: -moz-linear-gradient(bottom, #53abd1 0%, #128cc0 100%);
  background-image: -webkit-linear-gradient(bottom, #53abd1 0%, #128cc0 100%);
  background-image: -ms-linear-gradient(bottom, #53abd1 0%, #128cc0 100%);
  background-image: linear-gradient(to bottom, #53abd1 0%, #128cc0 100%);
  -pie-background: linear-gradient(bottom, #128cc0 0%, #53abd1 100%);
}
.blue-gradient-menu {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #55acd2), color-stop(1, #0d8abf));
  background-image: linear-gradient(to bottom, #55acd2 0%, #0d8abf 100%);
  background-image: -o-linear-gradient(bottom, #55acd2 0%, #0d8abf 100%);
  background-image: -moz-linear-gradient(bottom, #55acd2 0%, #0d8abf 100%);
  background-image: -webkit-linear-gradient(bottom, #55acd2 0%, #0d8abf 100%);
  background-image: -ms-linear-gradient(bottom, #55acd2 0%, #0d8abf 100%);
  -pie-background: linear-gradient(bottom, #0d8abf 0%, #55acd2 100%);
}
.blue-gradient-menu-active {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #56acd2), color-stop(1, #add7e9));
  background-image: -o-linear-gradient(bottom, #56acd2 0%, #add7e9 100%);
  background-image: -moz-linear-gradient(bottom, #56acd2 0%, #add7e9 100%);
  background-image: -webkit-linear-gradient(bottom, #56acd2 0%, #add7e9 100%);
  background-image: -ms-linear-gradient(bottom, #56acd2 0%, #add7e9 100%);
  background-image: linear-gradient(to bottom, #56acd2 0%, #add7e9 100%);
  -pie-background: linear-gradient(bottom, #add7e9 0%, #56acd2 100%);
}
.blue-gradient-section-page {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #c3e3f1));
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #c3e3f1 100%);
  background-image: -moz-linear-gradient(bottom, #ffffff 0%, #c3e3f1 100%);
  background-image: -ms-linear-gradient(bottom, #ffffff 0%, #c3e3f1 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #c3e3f1 100%);
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #c3e3f1 100%);
  -pie-background: linear-gradient(bottom, #c3e3f1 0%, #ffffff 100%);
}
.blue-gradient-main-navigation-expanded {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #add7e9), color-stop(0.8, #ffffff));
  background-image: -o-linear-gradient(bottom, #add7e9 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(bottom, #add7e9 20%, #ffffff 80%);
  background-image: -webkit-linear-gradient(bottom, #add7e9 20%, #ffffff 80%);
  background-image: -ms-linear-gradient(bottom, #add7e9 20%, #ffffff 80%);
  background-image: linear-gradient(to bottom, #add7e9 20%, #ffffff 80%);
  -pie-background: linear-gradient(bottom, #ffffff 0%, #add7e9 100%);
}
.blue-gradient-main-navigation-expanded-items {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #c1e2f0));
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #c1e2f0 100%);
  background-image: -moz-linear-gradient(bottom, #ffffff 0%, #c1e2f0 100%);
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #c1e2f0 100%);
  background-image: -ms-linear-gradient(bottom, #ffffff 0%, #c1e2f0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #c1e2f0 100%);
  -pie-background: linear-gradient(bottom, #c1e2f0 0%, #ffffff 100%);
}
.blue-gradient-button {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #55acd2), color-stop(1, #0d8abf));
  background-image: -o-linear-gradient(bottom, #55acd2 0%, #0d8abf 100%);
  background-image: -moz-linear-gradient(bottom, #55acd2 0%, #0d8abf 100%);
  background-image: -webkit-linear-gradient(bottom, #55acd2 0%, #0d8abf 100%);
  background-image: -ms-linear-gradient(bottom, #55acd2 0%, #0d8abf 100%);
  background-image: linear-gradient(to bottom, #55acd2 0%, #0d8abf 100%);
  -pie-background: linear-gradient(bottom, #0d8abf 0%, #55acd2 100%);
}
.blue-gradient-water-hardness {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #52b5d6), color-stop(1, #d3e8ef));
  background-image: -o-linear-gradient(left, #52b5d6 0%, #d3e8ef 100%);
  background-image: -moz-linear-gradient(left, #52b5d6 0%, #d3e8ef 100%);
  background-image: -webkit-linear-gradient(left, #52b5d6 0%, #d3e8ef 100%);
  background-image: -ms-linear-gradient(left, #52b5d6 0%, #d3e8ef 100%);
  background-image: linear-gradient(to left, #52b5d6 0%, #d3e8ef 100%);
  -pie-background: linear-gradient(left, #d3e8ef 0%, #52b5d6 100%);
}
.tricolor-gradient-water-acidity {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff50dc), color-stop(0.35, #80ad3a), color-stop(0.69, #80ad3a), color-stop(1, #ffae00));
  background-image: -o-linear-gradient(left, #ff50dc 0%, #80ad3a 35%, #80ad3a 69%, #ffae00 100%);
  background-image: -moz-linear-gradient(left, #ff50dc 0%, #80ad3a 35%, #80ad3a 69%, #ffae00 100%);
  background-image: -webkit-linear-gradient(left, #ff50dc 0%, #80ad3a 35%, #80ad3a 69%, #ffae00 100%);
  background-image: -ms-linear-gradient(left, #ff50dc 0%, #80ad3a 35%, #80ad3a 69%, #ffae00 100%);
  background-image: linear-gradient(to left, #ff50dc 0%, #80ad3a 35%, #80ad3a 69%, #ffae00 100%);
  -pie-background: linear-gradient(left, #ffae00 0%, #80ad3a 35%, #80ad3a 69%, #ff50dc 100%);
}
.button {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #55acd2), color-stop(1, #0d8abf));
  background-image: -o-linear-gradient(bottom, #55acd2 0%, #0d8abf 100%);
  background-image: -moz-linear-gradient(bottom, #55acd2 0%, #0d8abf 100%);
  background-image: -webkit-linear-gradient(bottom, #55acd2 0%, #0d8abf 100%);
  background-image: -ms-linear-gradient(bottom, #55acd2 0%, #0d8abf 100%);
  background-image: linear-gradient(to bottom, #55acd2 0%, #0d8abf 100%);
  -pie-background: linear-gradient(bottom, #0d8abf 0%, #55acd2 100%);
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari, Chrome */
  border-radius: 5px;
  /* CSS3 */
  color: #fff;
  font-size: 12px;
  border: 1px solid;
  border-color: #0b6b8d;
  padding: 2px 10px;
  text-align: center;
  position: relative;
}
.button-hover {
  background: #f7fbfd;
  -pie-background: linear-gradient(bottom, #f7fbfd 0%, #f7fbfd 100%);
  color: #0b6b8d;
  text-decoration: none;
}
.blue-gradient-th {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #55acd2), color-stop(1, #0d8abf));
  background-image: -o-linear-gradient(bottom, #55acd2 0%, #0d8abf 100%);
  background-image: -moz-linear-gradient(bottom, #55acd2 0%, #0d8abf 100%);
  background-image: -webkit-linear-gradient(bottom, #55acd2 0%, #0d8abf 100%);
  background-image: -ms-linear-gradient(bottom, #55acd2 0%, #0d8abf 100%);
  background-image: linear-gradient(to bottom, #55acd2 0%, #0d8abf 100%);
  -pie-background: linear-gradient(bottom, #0d8abf 0%, #55acd2 100%);
}
.menu-shadow {
  -webkit-box-shadow: 0px 1px 2px 0px #bbb;
  -moz-box-shadow: 0px 1px 2px 0px #bbb;
  box-shadow: 0px 1px 2px 0px #bbb;
}
.gray-gradient-faq-accordion-header {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d7d3d3), color-stop(0.66, #ffffff));
  background-image: linear-gradient(to bottom, #dff1f8 0%, #ffffff 66%);
  background-image: -o-linear-gradient(bottom, #dff1f8 0%, #ffffff 66%);
  background-image: -moz-linear-gradient(bottom, #dff1f8 0%, #ffffff 66%);
  background-image: -webkit-linear-gradient(bottom, #dff1f8 0%, #ffffff 66%);
  background-image: -ms-linear-gradient(bottom, #dff1f8 0%, #ffffff 66%);
  -pie-background: linear-gradient(bottom, #ffffff 0%, #dff1f8 66%);
}
.icons-small {
  background-image: url('../images/icon-18/w27.png');
  background-size: 18px 18px;
}
.icons-small.icon-home {
  background-image: url('../images/icon-18/icon-home.png');
}
.icons-small.icon-file {
  background-image: url('../images/icon-18/w20.png');
}
.icons-small.icon-truck {
  background-image: url('../images/icon-18/w28.png');
}
.icons-small.icon-euro {
  background-image: url('../images/icon-18/w01.png');
}
.icons-small.icon-star {
  background-image: url('../images/icon-18/w02.png');
}
.icons-small.icon-human {
  background-image: url('../images/icon-18/w27.png');
}
.icons-small.icon-drop {
  background-image: url('../images/icon-18/w25.png');
}
.icons-small.icon-balloon {
  background-image: url('../images/icon-18/w26.png');
}
.icons-small.icon-microscope {
  background-image: url('../images/icon-18/w24.png');
}
.icons-small.icon-heart {
  background-image: url('../images/icon-18/w23.png');
}
.icons-small.icon-glass {
  background-image: url('../images/icon-18/w22.png');
}
.icons-small.icon-invoice {
  background-image: url('../images/icon-18/w01.png');
}
.icons-small.icon-faces {
  background-image: url('../images/icon-18/w21.png');
}
.icons-small.icon-sign {
  background-image: url('../images/icon-18/w17.png');
}
.icons-small.icon-marker {
  background-image: url('../images/icon-18/w14.png');
}
.icons-small.icon-video {
  background-image: url('../images/icon-18/w13.png');
}
.icons-small.icon-photo {
  background-image: url('../images/icon-18/w10.png');
}
.icons-small.icon-person {
  background-image: url('../images/icon-18/w15.png');
}
.icons-small.icon-feather {
  background-image: url('../images/icon-18/w03.png');
}
.icons-small.icon-relation {
  background-image: url('../images/icon-18/w11.png');
}
.icons-small.icon-scheme {
  background-image: url('../images/icon-18/w12.png');
}
.icons-small.icon-persons {
  background-image: url('../images/icon-18/w09.png');
}
.icons-small.icon-speech {
  background-image: url('../images/icon-18/w08.png');
}
.icons-small.icon-email {
  background-image: url('../images/icon-18/w05.png');
}
.icons-small.icon-phone {
  background-image: url('../images/icon-18/w06.png');
}
.icons-small.icon-envelope {
  background-image: url('../images/icon-18/w04.png');
}
.icons-small.icon-speechbubble {
  background-image: url('../images/icon-18/w07.png');
}
.icons-small.icon-news {
  background-image: url('../images/icon-18/w16.png');
}
.icons-small.icon-cone {
  background-image: url('../images/icon-18/w18.png');
}
.icons-small.icon-meter {
  background-image: url('../images/icon-18/w29.png');
}
.icons-small.icon-tap {
  background-image: url('../images/icon-18/w30.png');
}
.icons-small.icon-wrench {
  background-image: url('../images/icon-18/w31.png');
}
.icons-small.icon-magnifier {
  background-image: url('../images/icon-18/w32.png');
}
.icons-small.icon-cloud {
  background-image: url('../images/icon-18/w33.png');
}
.icons-small.icon-graph {
  background-image: url('../images/icon-18/w37.png');
}
.icons-small.icon-satel {
  background-image: url('../images/icon-18/w40.png');
}
.icons-small.icon-globe {
  background-image: url('../images/icon-18/w41.png');
}
.icons-small.icon-study {
  background-image: url('../images/icon-18/w42.png');
}
.icons-small-invert {
  background-image: url('../images/icon-18/b27.png');
  background-size: 18px 18px;
}
.icons-small-invert.icon-home {
  background-image: url('../images/icon-18/icon-home-invert.png');
}
.icons-small-invert.icon-file {
  background-image: url('../images/icon-18/b20.png');
}
.icons-small-invert.icon-truck {
  background-image: url('../images/icon-18/b28.png');
}
.icons-small-invert.icon-euro {
  background-image: url('../images/icon-18/b01.png');
}
.icons-small-invert.icon-star {
  background-image: url('../images/icon-18/b02.png');
}
.icons-small-invert.icon-human {
  background-image: url('../images/icon-18/b27.png');
}
.icons-small-invert.icon-drop {
  background-image: url('../images/icon-18/b25.png');
}
.icons-small-invert.icon-balloon {
  background-image: url('../images/icon-18/b26.png');
}
.icons-small-invert.icon-microscope {
  background-image: url('../images/icon-18/b24.png');
}
.icons-small-invert.icon-heart {
  background-image: url('../images/icon-18/b23.png');
}
.icons-small-invert.icon-glass {
  background-image: url('../images/icon-18/b22.png');
}
.icons-small-invert.icon-invoice {
  background-image: url('../images/icon-18/b01.png');
}
.icons-small-invert.icon-faces {
  background-image: url('../images/icon-18/b21.png');
}
.icons-small-invert.icon-sign {
  background-image: url('../images/icon-18/b17.png');
}
.icons-small-invert.icon-marker {
  background-image: url('../images/icon-18/b14.png');
}
.icons-small-invert.icon-video {
  background-image: url('../images/icon-18/b13.png');
}
.icons-small-invert.icon-photo {
  background-image: url('../images/icon-18/b10.png');
}
.icons-small-invert.icon-person {
  background-image: url('../images/icon-18/b15.png');
}
.icons-small-invert.icon-feather {
  background-image: url('../images/icon-18/b03.png');
}
.icons-small-invert.icon-relation {
  background-image: url('../images/icon-18/b11.png');
}
.icons-small-invert.icon-scheme {
  background-image: url('../images/icon-18/b12.png');
}
.icons-small-invert.icon-persons {
  background-image: url('../images/icon-18/b09.png');
}
.icons-small-invert.icon-speech {
  background-image: url('../images/icon-18/b08.png');
}
.icons-small-invert.icon-email {
  background-image: url('../images/icon-18/b05.png');
}
.icons-small-invert.icon-phone {
  background-image: url('../images/icon-18/b06.png');
}
.icons-small-invert.icon-envelope {
  background-image: url('../images/icon-18/b04.png');
}
.icons-small-invert.icon-speechbubble {
  background-image: url('../images/icon-18/b07.png');
}
.icons-small-invert.icon-news {
  background-image: url('../images/icon-18/b16.png');
}
.icons-small-invert.icon-cone {
  background-image: url('../images/icon-18/b18.png');
}
.icons-small-invert.icon-meter {
  background-image: url('../images/icon-18/b29.png');
}
.icons-small-invert.icon-tap {
  background-image: url('../images/icon-18/b30.png');
}
.icons-small-invert.icon-wrench {
  background-image: url('../images/icon-18/b31.png');
}
.icons-small-invert.icon-magnifier {
  background-image: url('../images/icon-18/b32.png');
}
.icons-small-invert.icon-cloud {
  background-image: url('../images/icon-18/b33.png');
}
.icons-small-invert.icon-graph {
  background-image: url('../images/icon-18/b37.png');
}
.icons-small-invert.icon-satel {
  background-image: url('../images/icon-18/b40.png');
}
.icons-small-invert.icon-globe {
  background-image: url('../images/icon-18/b41.png');
}
.icons-small-invert.icon-study {
  background-image: url('../images/icon-18/b42.png');
}
.icons-large {
  background-image: url('../images/b27.png');
}
.icons-large.icon-home {
  background-image: url('../images/icon-home-large.png');
}
.icons-large.icon-file {
  background-image: url('../images/b20.png');
}
.icons-large.icon-truck {
  background-image: url('../images/b28.png');
}
.icons-large.icon-euro {
  background-image: url('../images/b01.png');
}
.icons-large.icon-star {
  background-image: url('../images/b02.png');
}
.icons-large.icon-human {
  background-image: url('../images/b27.png');
}
.icons-large.icon-drop {
  background-image: url('../images/b25.png');
}
.icons-large.icon-balloon {
  background-image: url('../images/b26.png');
}
.icons-large.icon-microscope {
  background-image: url('../images/b24.png');
}
.icons-large.icon-heart {
  background-image: url('../images/b23.png');
}
.icons-large.icon-glass {
  background-image: url('../images/b22.png');
}
.icons-large.icon-invoice {
  background-image: url('../images/b01.png');
}
.icons-large.icon-faces {
  background-image: url('../images/b21.png');
}
.icons-large.icon-sign {
  background-image: url('../images/b17.png');
}
.icons-large.icon-marker {
  background-image: url('../images/b14.png');
}
.icons-large.icon-video {
  background-image: url('../images/b13.png');
}
.icons-large.icon-photo {
  background-image: url('../images/b10.png');
}
.icons-large.icon-person {
  background-image: url('../images/b15.png');
}
.icons-large.icon-feather {
  background-image: url('../images/b03.png');
}
.icons-large.icon-relation {
  background-image: url('../images/b11.png');
}
.icons-large.icon-scheme {
  background-image: url('../images/b12.png');
}
.icons-large.icon-persons {
  background-image: url('../images/b09.png');
}
.icons-large.icon-speech {
  background-image: url('../images/b08.png');
}
.icons-large.icon-email {
  background-image: url('../images/b05.png');
}
.icons-large.icon-phone {
  background-image: url('../images/b06.png');
}
.icons-large.icon-envelope {
  background-image: url('../images/b04.png');
}
.icons-large.icon-speechbubble {
  background-image: url('../images/b07.png');
}
.icons-large.icon-news {
  background-image: url('../images/b16.png');
}
.icons-large.icon-cone {
  background-image: url('../images/b18.png');
}
.icons-large.icon-meter {
  background-image: url('../images/b29.png');
}
.icons-large.icon-tap {
  background-image: url('../images/b30.png');
}
.icons-large.icon-wrench {
  background-image: url('../images/b31.png');
}
.icons-large.icon-magnifier {
  background-image: url('../images/b32.png');
}
.icons-large.icon-cloud {
  background-image: url('../images/b33.png');
}
.icons-large.icon-graph {
  background-image: url('../images/b37.png');
}
.icons-large.icon-satel {
  background-image: url('../images/b40.png');
}
.icons-large.icon-globe {
  background-image: url('../images/b41.png');
}
.icons-large.icon-study {
  background-image: url('../images/b42.png');
}
.blue-accept-btn {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4ca8cf), color-stop(1, #0e8bc0));
  background-image: -o-linear-gradient(bottom, #4ca8cf 0%, #0e8bc0 100%);
  background-image: -moz-linear-gradient(bottom, #4ca8cf 0%, #0e8bc0 100%);
  background-image: -webkit-linear-gradient(bottom, #4ca8cf 0%, #0e8bc0 100%);
  background-image: -ms-linear-gradient(bottom, #4ca8cf 0%, #0e8bc0 100%);
  background-image: linear-gradient(to bottom, #4ca8cf 0%, #0e8bc0 100%);
  -pie-background: linear-gradient(bottom, #0e8bc0 0%, #4ca8cf 100%);
}
.blue-decline-btn {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #66b4d5), color-stop(1, #87c4dd));
  background-image: -o-linear-gradient(bottom, #66b4d5 0%, #87c4dd 100%);
  background-image: -moz-linear-gradient(bottom, #66b4d5 0%, #87c4dd 100%);
  background-image: -webkit-linear-gradient(bottom, #66b4d5 0%, #87c4dd 100%);
  background-image: -ms-linear-gradient(bottom, #66b4d5 0%, #87c4dd 100%);
  background-image: linear-gradient(to bottom, #66b4d5 0%, #87c4dd 100%);
  -pie-background: linear-gradient(bottom, #87c4dd 0%, #66b4d5 100%);
}
.content-frame {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 110;
  overflow: scroll;
}
.content-frame .cf-content {
  position: relative;
  width: 600px;
  margin: 0 auto;
  background: #fff;
  margin-top: 90px;
  border: 2px solid #158ec1;
  padding: 20px;
  box-shadow: 0px 0px 24px 0px rgba(0, 84, 113, 0.35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #c3e3f1));
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #c3e3f1 100%);
  background-image: -moz-linear-gradient(bottom, #ffffff 0%, #c3e3f1 100%);
  background-image: -ms-linear-gradient(bottom, #ffffff 0%, #c3e3f1 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #c3e3f1 100%);
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #c3e3f1 100%);
  -pie-background: linear-gradient(bottom, #c3e3f1 0%, #ffffff 100%);
}
.content-frame .cf-content h1 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #0c6c8e;
  font-size: 30px;
}
.content-frame .cf-content h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #0c6c8e;
  font-size: 24px;
}
.content-frame .cf-content .cf-content-main-image {
  position: absolute;
  bottom: 10px;
  right: -35px;
  z-index: 1;
}
.content-frame .cf-content .cf-content-ribbon {
  position: absolute;
  left: -4px;
  bottom: -2px;
  z-index: 1;
}
.content-frame .cf-content .cf-content-logo {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 1;
}
.content-frame .cf-content .cf-content-body {
  width: 350px;
  position: relative;
  z-index: 2;
}
.content-frame .cf-content .cf-content-body p {
  color: #008fc1;
  font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}
.content-frame .cf-content .cf-content-body p.cf-content-body-intro,
.content-frame .cf-content .cf-content-body span.cf-content-body-strong {
  font-size: 16px;
  font-weight: 600;
}
.content-frame .cf-content .cf-content-body p.cf-content-body-intro.orange,
.content-frame .cf-content .cf-content-body span.cf-content-body-strong.orange {
  color: #fd5501;
}
.content-frame .cf-content .cf-content-body .cf-content-confirm-btn {
  margin-right: 8px;
  background-color: #4ca8cf;
}
.content-frame .cf-content .cf-content-body .cf-content-decline-btn {
  margin-left: 8px;
  background-color: #66b4d5;
}
.content-frame .cf-content .cf-content-body .cf-content-confirm-btn,
.content-frame .cf-content .cf-content-body .cf-content-decline-btn {
  font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
  border-radius: 2px;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 145px;
  text-align: center;
  display: inline-block;
  text-shadow: -1px 2px 2px rgba(16, 140, 192, 0.75);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4ca8cf), color-stop(1, #0e8bc0));
  background-image: -o-linear-gradient(bottom, #4ca8cf 0%, #0e8bc0 100%);
  background-image: -moz-linear-gradient(bottom, #4ca8cf 0%, #0e8bc0 100%);
  background-image: -webkit-linear-gradient(bottom, #4ca8cf 0%, #0e8bc0 100%);
  background-image: -ms-linear-gradient(bottom, #4ca8cf 0%, #0e8bc0 100%);
  background-image: linear-gradient(to bottom, #4ca8cf 0%, #0e8bc0 100%);
  -pie-background: linear-gradient(bottom, #0e8bc0 0%, #4ca8cf 100%);
}
.content-frame .cf-content .cf-content-body .cf-content-decline-btn {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #66b4d5), color-stop(1, #87c4dd));
  background-image: -o-linear-gradient(bottom, #66b4d5 0%, #87c4dd 100%);
  background-image: -moz-linear-gradient(bottom, #66b4d5 0%, #87c4dd 100%);
  background-image: -webkit-linear-gradient(bottom, #66b4d5 0%, #87c4dd 100%);
  background-image: -ms-linear-gradient(bottom, #66b4d5 0%, #87c4dd 100%);
  background-image: linear-gradient(to bottom, #66b4d5 0%, #87c4dd 100%);
  -pie-background: linear-gradient(bottom, #87c4dd 0%, #66b4d5 100%);
}
@media (max-width: 599px) {
  .content-frame .cf-content {
    width: 95%;
    height: auto;
    margin-top: 30px;
  }
  .content-frame .cf-content .cf-content-body {
    width: auto;
  }
  .content-frame .cf-content .cf-content-body .cf-content-confirm-btn,
  .content-frame .cf-content .cf-content-body .cf-content-decline-btn {
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-frame .cf-content .cf-content-main-image,
  .content-frame .cf-content .cf-content-ribbon,
  .content-frame .cf-content .cf-content-logo {
    display: none;
  }
}
body.toolbar .cf-content {
  margin-top: 154px;
}
@media (max-width: 599px) {
  body.toolbar .cf-content {
    margin-top: 100px;
  }
}
