/*********gneral*******/
body {
  font-family: Lato, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
}

img {
  max-width: 100% !important;
  height: auto;
}

h2, h3, h4, h5, h6 {
  margin-top: 1em;
  margin-bottom: 0;
}

h2 {
  font-family: Lato, Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 23px;
  color: #1f4363;
}
h2 a {
  color: #000000;
  text-decoration: none;
}

h2 a:hover {
  text-decoration: underline;
}

h3 {
  font-family: Lato, Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  color: #1f4363;
}

h4 {
  font-family: Lato, Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: #1f4363;
}

h5 {
  font-family: Lato, Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #1f4363;
}

h6 {
  font-family: Lato, Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #999999;
}

p {
  font-family: Lato, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
}
/**********************main layout****************************/
.form-layout-default {
  background-position: 85% 0%!important;
}
.form-layout-default .column-main {
  width: 84.9%;
}
.form-layout-default .column-side {
  width: 15%;
}
.form-layout-default .form-textarea-wrapper {
  max-width: 750px;
}
/**********************WYSIWYG********************************/
.text-summary-wrapper.text-summary-wrapper-processed {
  display:block!important;
}
.text-summary-wrapper.text-summary-wrapper-processed span.field-edit-link {
  display:none!important;
}
/*#cke_contents_edit-body-und-0-value.cke_contents {
  height:600px!important;
}*/
.form-textarea-wrapper aside.floating-sidebar,
.form-textarea-wrapper div.inline-content {
  background: #f6f6f6;
  border-top: 2px solid #c64308;
  border-bottom: 2px solid #c64308;
  padding: 10px;
  margin-bottom: 20px;
  width: 370px;
}
.form-textarea-wrapper iframe body p {
  font-size:16px!important;
  line-height:24px!important;
}
body.cke_show_borders p {
  font-size:16px!important;
  line-height:24px!important;
  font-family:Lato, Arial, Helvetica!important
}
