/* Edit theme.less, not this file. */
.side .ipWidget {
  margin-bottom: 15px;
}
.side .ipPreviewWidget h1,
.side .ipPreviewWidget h2,
.side .ipPreviewWidget h3 {
  background-color: #333333;
  font-family: Geneva;
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 1px;
  padding: 7px 20px;
}
.side .ipWidget-IpText,
.side .ipWidget-IpRichText {
  padding: 0 20px;
}
.side .ipPreviewWidget ul,
.side .ipPreviewWidget ol {
  list-style-position: outside;
}
.side .ipPreviewWidget .note,
.side .mceContentBody .note {
  background-color: #f3f3f3;
  color: #222222;
  display: block;
  font-family: Verdana;
  font-size: 14px;
  font-style: normal;
  margin-left: -20px;
  /* aligning background with box side */
  margin-right: -20px;
  /* aligning background with box side */
  margin-top: -15px;
  /* pushing up to stick to headline */
  padding: 15px 20px;
}
.side .ipWidget-IpTextImage .ipwImage {
  max-width: 100%;
}
.side .ipWidget-IpTextImage .ipwText {
  width: 220px;
}
.side .ipWidget-IpImage img {
  max-width: 100%;
}
.side .ipWidget-IpFile {
  padding: 15px 0;
}
.side .ipModuleForm {
  padding: 20px;
}
.side .ipModuleForm .ipmField {
  margin-bottom: 15px;
}
.side .ipModuleForm .ipmField:last-child {
  margin-bottom: 0;
}
.side .ipModuleForm .ipmLabel {
  float: none;
  margin: 0 0 3px 0;
  width: auto;
}
.side .ipModuleForm .ipmMarker {
  display: block;
}
.side .ipModuleForm .ipmControl {
  width: 178px;
}
.side .ipModuleForm .ipmControlInput,
.side .ipModuleForm .ipmControlTextarea {
  border: 1px solid #b3b3b3;
  box-shadow: 0 1px 2px -1px #b3b3b3 inset;
  border-radius: 0px;
  float: left;
  height: 30px;
  padding: 1px 2px;
  min-width: 200px;
}
.side .ipModuleForm .ipmControlSelect {
  width: 178px;
}
.side .ipModuleForm .ipmNote {
  margin: 0;
  position: static;
}
.side .ipModuleForm .ipmHint {
  bottom: auto;
  left: 198px;
  right: auto;
  top: 0;
  width: 178px;
}
.ipModuleForm .ipmLabel {
  font-weight: normal;
}
.ipModuleForm .ipmControlInput {
  border: 1px solid #b3b3b3;
  box-shadow: 0 1px 2px -1px #b3b3b3 inset;
  border-radius: 0px;
  height: 30px;
  padding: 1px 2px;
  min-width: 200px;
}
.ipModuleForm .ipmControlSubmit {
  background: url(../images/tail-cont.gif) center top repeat;
  color: #222;
  font-style: normal;
  border: 1px solid #b3b3b3;
  box-shadow: 0 1px 2px -1px #b3b3b3 inset;
  cursor: pointer;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
}
.ipModuleForm .ipmControlSubmit:hover {
  background: #e1e0e0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e1e0e0 0%, #d6d4d4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e0e0), color-stop(100%, #d6d4d4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e1e0e0 0%, #d6d4d4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e1e0e0 0%, #d6d4d4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e1e0e0 0%, #d6d4d4 100%);
  /* IE10+ */
  background: linear-gradient(top, #e1e0e0 0%, #d6d4d4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e0e0', endColorstr='#d6d4d4', GradientType=0);
  /* IE6-9 */
  box-shadow: 0 0 3px 0 #fff inset;
}
.ipWidget-IpFaq {
  padding-left: 40px;
}
.ipWidget-IpFaq .ipwQuestion {
  font-size: 14px;
  text-decoration: none;
}
.ipWidget-IpFaq .ipwQuestion:hover {
  text-decoration: underline;
}
.ipWidget-IpFaq .ipwQuestion:hover:before {
  background-color: #ccc;
}
.ipWidget-IpFaq .ipwQuestion:before {
  border: 1px solid #cccccc;
  background-color: #ebebeb;
  font-family: Geneva;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #222222;
  content: '?';
  display: block;
  margin: -3px 0 0 -40px;
  padding: 1px 10px;
  position: absolute;
}
.ipWidget-IpFaq .ipwQuestion .ipwAnswer {
  margin-top: 5px;
}
.ipWidget-IpFaq .ipwQuestion .ipwCollapsed .ipwAnswer {
  display: none;
}
.ipWidget-IpFaq .ipwExpanded .ipwQuestion:before {
  background-color: #000000;
  color: #ffffff;
}
.ipWidget-IpImageGallery li img,
.ipWidget-IpLogoGallery li img {
  border-width: 2px;
  border-style: solid;
  border-color: #cccccc;
  box-shadow: 5px 5px 0px #ebebeb;
}
.ipWidget-IpImageGallery li img:hover,
.ipWidget-IpLogoGallery li img:hover {
  opacity: 0.50;
  -ms-filter: 'alpha(opacity=50)';
  filter: alpha(opacity=50);
  -khtml-opacity: 0.50;
  -moz-opacity: 0.50;
}
@media (min-width: 240px) and (max-width: 980px) {
  .ipModuleForm .ipmControlInput {
    width: 80%;
  }
}
/* Modules :: search */
.ipModuleSearch {
  clear: left;
  margin: 20px 0;
}
.ipModuleSearch .ipmField {
  float: left;
}
.ipModuleSearch .ipmControlInput {
  border: 1px solid #b3b3b3;
  box-shadow: 0 1px 2px -1px #b3b3b3 inset;
  border-radius: 0px;
  float: left;
  height: 30px;
  padding: 1px 2px;
  width: 200px;
}
.ipModuleSearch .ipmControlInput:focus {
  box-shadow: none;
}
.ipModuleSearch .ipmControlSubmit {
  background: url(../images/tail-cont.gif) center top repeat;
  color: #222;
  border: 1px solid #b3b3b3;
  box-shadow: 0 1px 2px -1px #b3b3b3 inset;
  cursor: pointer;
  float: left;
  height: 34px;
  line-height: 34px;
  margin-left: -1px;
  padding-left: 10px;
  padding-right: 10px;
}
.ipModuleSearch .ipmControlSubmit:hover {
  background: #e1e0e0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e1e0e0 0%, #d6d4d4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e0e0), color-stop(100%, #d6d4d4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e1e0e0 0%, #d6d4d4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e1e0e0 0%, #d6d4d4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e1e0e0 0%, #d6d4d4 100%);
  /* IE10+ */
  background: linear-gradient(top, #e1e0e0 0%, #d6d4d4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e0e0', endColorstr='#d6d4d4', GradientType=0);
  /* IE6-9 */
  box-shadow: 0 0 3px 0 #fff inset;
}
@media (min-width: 240px) and (max-width: 980px) {
  .ipModuleSearch .ipmControlInput {
    width: 95%;
  }
}
.ipWidget a,
.ipWidget-File a,
h1,
h2,
h3,
h1._title,
h2._title,
h3._title {
  color: #dc301e;
  line-height: auto;
}
h1,
h1._title {
  font-size: 32px;
}
h2,
h2._title {
  font-size: 26px;
}
h3,
h3._title {
  font-size: 20px;
}
.ipModuleForm .ipmControlSubmit {
  background-color: #dc301e;
}
.btn,
.ipWidget .button {
  background-color: #dc301e;
}
.line-top {
  background-color: #dc301e;
}
h3 span {
  color: #dc301e;
}
.ipsMap {
  border: 2px solid #dc301e;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
