html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form {
  margin: 0;
  padding: 0; }

body, h1, h2, h3, h4, h5, h6, input, textarea, select {
  font-size: 1em;
  font-family: Matterhorn, Helvetica, sans-serif;
  color: #222; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: #C3DCE9; }

h1 {
  font-size: 2em;
  font-weight: 600;
  line-height: 0.9;
  color: #fff; }

h2 {
  margin: 0px 0 0 12px;
  font-size: 1.75em;
  font-weight: 600; }

h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: 600; }

img {
  border: 0;
  vertical-align: bottom;
  /* For IE 7 */
  -ms-interpolation-mode: bicubic; }

ol, ul {
  list-style: none; }

/* These rules cannot be combined */
input::-webkit-input-placeholder {
  color: #999;
  font-size: 1em;
  font-weight: 400; }

input:-moz-placeholder {
  color: #999;
  font-size: 1em;
  font-weight: 400; }

input, textarea {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-transition: border, box-shadow 333ms;
  -moz-transition: border, box-shadow 333ms;
  -o-transition: border, box-shadow 333ms;
  transition: border, box-shadow 333ms;
  font-size: 1em;
  border: 1px solid #445e6b; }

input:focus, textarea:focus {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  outline: 0; }

a {
  -webkit-transition: color 125ms;
  -moz-transition: color 125ms;
  -o-transition: color 125ms;
  transition: color 125ms;
  color: #3dabff;
  text-decoration: none; }

select {
  border: 1px solid #445e6b; }

/**
 * Matterhorn Fonts
 */
@font-face {
  font-family: 'Matterhorn';
  src: url("../../../s/KD/-X/nkUJtthD22SjjpSDjKr7l7o.eot");
  src: url("../../../s/KD/-X/nkUJtthD22SjjpSDjKr7l7o.eot?#iefix") format("embedded-opentype"), url("../../../s/_j/6g/1aARQ84Zw5wkuhKqBUtf9DU.woff") format("woff"), url("../../../s/EO/Py/MMEM0keZ7XHNCoKuC6H9qSA.ttf") format("truetype"), url("../../../s/6T/Q_/SWOvquPgutrsYnIJwo8Mq0g.svg#Matterhorn") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Matterhorn';
  src: url("../../../s/HQ/eZ/T-SfzekhQR1_W32mhnv6IFw.eot");
  src: url("../../../s/HQ/eZ/T-SfzekhQR1_W32mhnv6IFw.eot?#iefix") format("embedded-opentype"), url("../../../s/Ji/gR/iL057ilT4IZITa9C3_lLm3c.woff") format("woff"), url("../../../s/IM/3s/zQBPWTSYb7FuLLd2Gvl6Acs.ttf") format("truetype"), url("../../../s/Un/Q1/-uSOg2eD1_qUoG3dqAwdb7U.svg#Matterhorn") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Matterhorn';
  src: url("../../../s/-0/Zf/53dDeqCVZSjkHRETMF_g60k.eot");
  src: url("../../../s/-0/Zf/53dDeqCVZSjkHRETMF_g60k.eot?#iefix") format("embedded-opentype"), url("../../../s/Zy/vp/hmys5FYXWXl7JzWNPFmeCpc.woff") format("woff"), url("../../../s/uw/In/g0fuDT9326nykUBRLjviVm8.ttf") format("truetype"), url("../../../s/-u/ZY/DuykrJgYjhHU9_85wOssFmM.svg#Matterhorn") format("svg");
  font-weight: 800;
  font-style: normal; }

.cws_moderation_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: grey;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  z-index: 999999; }

.cws_moderation_popup_cont {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000000; }

.cws_moderation_popup {
  border: 4px solid #5a7d95;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
  background-color: #E4E7ED;
  -webkit-box-shadow: 3px 3px 15px;
  -moz-box-shadow: 3px 3px 15px;
  box-shadow: 3px 3px 15px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4e7ed), color-stop(100%, #c2c9d8));
  background-image: -webkit-linear-gradient(top, #e4e7ed, #c2c9d8);
  background-image: -moz-linear-gradient(top, #e4e7ed, #c2c9d8);
  background-image: -o-linear-gradient(top, #e4e7ed, #c2c9d8);
  background-image: linear-gradient(top, #e4e7ed, #c2c9d8);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  padding: 10px; }

.cws_moderation_widget {
  background-color: #A5CADE;
  border: 2px solid #7594a4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 5px;
  margin: 5px; }
  .cws_moderation_widget .cws_moderation_widget {
    background: none;
    border: none;
    padding: 0;
    margin: 0; }

.cws_moderation_button {
  display: block;
  color: #FFFFFF;
  border: 2px solid #445e6b;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  text-shadow: 1px 1px 2px grey;
  background-color: #5DA1C2;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #5da1c2), color-stop(100%, #d2d9dc));
  background-image: -webkit-linear-gradient(bottom, #5da1c2, #d2d9dc);
  background-image: -moz-linear-gradient(bottom, #5da1c2, #d2d9dc);
  background-image: -o-linear-gradient(bottom, #5da1c2, #d2d9dc);
  background-image: linear-gradient(bottom, #5da1c2, #d2d9dc);
  position: relative;
  padding: 3px 20px;
  margin: 2px;
  font-size: 1.2em;
  cursor: pointer;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .cws_moderation_button:after {
    background-color: white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    content: ".";
    display: block;
    top: 50%;
    right: 3%;
    bottom: 5%;
    left: 3%;
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    padding: 5px;
    pointer-events: none; }
  .cws_moderation_button:hover {
    background-color: #F2F6F7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f6f7), color-stop(100%, #89c1db));
    background-image: -webkit-linear-gradient(top, #f3f6f7, #89c1db);
    background-image: -moz-linear-gradient(top, #f3f6f7, #89c1db);
    background-image: -o-linear-gradient(top, #f3f6f7, #89c1db);
    background-image: linear-gradient(top, #f3f6f7, #89c1db); }
  .cws_moderation_button:active {
    background-color: #5DA1C2;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5da1c2), color-stop(100%, #d2d9dc));
    background-image: -webkit-linear-gradient(top, #5da1c2, #d2d9dc);
    background-image: -moz-linear-gradient(top, #5da1c2, #d2d9dc);
    background-image: -o-linear-gradient(top, #5da1c2, #d2d9dc);
    background-image: linear-gradient(top, #5da1c2, #d2d9dc);
    -webkit-box-shadow: 1px 1px 5px black inset;
    -moz-box-shadow: 1px 1px 5px black inset;
    box-shadow: 1px 1px 5px black inset; }
    .cws_moderation_button:active:after {
      top: 5%;
      right: 3%;
      bottom: 50%;
      left: 3%; }

.cws_moderation_button_green {
  background-color: #B9D3AD;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #73c650), color-stop(100%, #b9d3ad));
  background-image: -webkit-linear-gradient(bottom, #73c650, #b9d3ad);
  background-image: -moz-linear-gradient(bottom, #73c650, #b9d3ad);
  background-image: -o-linear-gradient(bottom, #73c650, #b9d3ad);
  background-image: linear-gradient(bottom, #73c650, #b9d3ad); }
  .cws_moderation_button_green:hover {
    background-color: #C2ECAF;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #60f322), color-stop(100%, #c2ecaf));
    background-image: -webkit-linear-gradient(bottom, #60f322, #c2ecaf);
    background-image: -moz-linear-gradient(bottom, #60f322, #c2ecaf);
    background-image: -o-linear-gradient(bottom, #60f322, #c2ecaf);
    background-image: linear-gradient(bottom, #60f322, #c2ecaf); }
  .cws_moderation_button_green:active {
    background-color: #73C650;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #73c650), color-stop(100%, #b9d3ad));
    background-image: -webkit-linear-gradient(top, #73c650, #b9d3ad);
    background-image: -moz-linear-gradient(top, #73c650, #b9d3ad);
    background-image: -o-linear-gradient(top, #73c650, #b9d3ad);
    background-image: linear-gradient(top, #73c650, #b9d3ad); }

.cws_moderation_button_red {
  background-color: #DAB6BC;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #cb5964), color-stop(100%, #dab6bc));
  background-image: -webkit-linear-gradient(bottom, #cb5964, #dab6bc);
  background-image: -moz-linear-gradient(bottom, #cb5964, #dab6bc);
  background-image: -o-linear-gradient(bottom, #cb5964, #dab6bc);
  background-image: linear-gradient(bottom, #cb5964, #dab6bc); }
  .cws_moderation_button_red:hover {
    background-color: #F39AA9;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f30b21), color-stop(100%, #f39aa9));
    background-image: -webkit-linear-gradient(bottom, #f30b21, #f39aa9);
    background-image: -moz-linear-gradient(bottom, #f30b21, #f39aa9);
    background-image: -o-linear-gradient(bottom, #f30b21, #f39aa9);
    background-image: linear-gradient(bottom, #f30b21, #f39aa9); }
  .cws_moderation_button_red:active {
    background-color: #CB5964;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cb5964), color-stop(100%, #dab6bc));
    background-image: -webkit-linear-gradient(top, #cb5964, #dab6bc);
    background-image: -moz-linear-gradient(top, #cb5964, #dab6bc);
    background-image: -o-linear-gradient(top, #cb5964, #dab6bc);
    background-image: linear-gradient(top, #cb5964, #dab6bc); }

.cws_moderation_button_orange {
  background-color: #D6DCB9;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ca9d0f), color-stop(100%, #d6cdb9));
  background-image: -webkit-linear-gradient(bottom, #ca9d0f, #d6cdb9);
  background-image: -moz-linear-gradient(bottom, #ca9d0f, #d6cdb9);
  background-image: -o-linear-gradient(bottom, #ca9d0f, #d6cdb9);
  background-image: linear-gradient(bottom, #ca9d0f, #d6cdb9); }
  .cws_moderation_button_orange:hover {
    background-color: #E6D0A1;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ecb609), color-stop(100%, #e6d0a1));
    background-image: -webkit-linear-gradient(bottom, #ecb609, #e6d0a1);
    background-image: -moz-linear-gradient(bottom, #ecb609, #e6d0a1);
    background-image: -o-linear-gradient(bottom, #ecb609, #e6d0a1);
    background-image: linear-gradient(bottom, #ecb609, #e6d0a1); }
  .cws_moderation_button_orange:active {
    background-color: #CA9D0F;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ca9d0f), color-stop(100%, #d6cdb9));
    background-image: -webkit-linear-gradient(top, #ca9d0f, #d6cdb9);
    background-image: -moz-linear-gradient(top, #ca9d0f, #d6cdb9);
    background-image: -o-linear-gradient(top, #ca9d0f, #d6cdb9);
    background-image: linear-gradient(top, #ca9d0f, #d6cdb9); }

.cws_moderation_button_disabled {
  background-color: #D8D8D8;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #a5a5a5), color-stop(100%, #d8d8d8));
  background-image: -webkit-linear-gradient(bottom, #a5a5a5, #d8d8d8);
  background-image: -moz-linear-gradient(bottom, #a5a5a5, #d8d8d8);
  background-image: -o-linear-gradient(bottom, #a5a5a5, #d8d8d8);
  background-image: linear-gradient(bottom, #a5a5a5, #d8d8d8);
  color: #555555;
  border-color: #555555;
  cursor: auto; }
  .cws_moderation_button_disabled:after {
    background: none; }
  .cws_moderation_button_disabled:hover {
    background-color: #D8D8D8;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #a5a5a5), color-stop(100%, #d8d8d8));
    background-image: -webkit-linear-gradient(bottom, #a5a5a5, #d8d8d8);
    background-image: -moz-linear-gradient(bottom, #a5a5a5, #d8d8d8);
    background-image: -o-linear-gradient(bottom, #a5a5a5, #d8d8d8);
    background-image: linear-gradient(bottom, #a5a5a5, #d8d8d8); }
  .cws_moderation_button_disabled:active {
    background-color: #D8D8D8;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #a5a5a5), color-stop(100%, #d8d8d8));
    background-image: -webkit-linear-gradient(bottom, #a5a5a5, #d8d8d8);
    background-image: -moz-linear-gradient(bottom, #a5a5a5, #d8d8d8);
    background-image: -o-linear-gradient(bottom, #a5a5a5, #d8d8d8);
    background-image: linear-gradient(bottom, #a5a5a5, #d8d8d8);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
