.clearfix {
  clear: both;
}
.clear-after {
  content: '';
  display: block;
  clear: both;
}
.h1 {
  font-size: 22px;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  color: #A31E24;
}
.h2 {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #39707E;
}
.h3 {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #A31E24;
}
.h4 {
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #39707E;
}
.SkinMaster {
  /*.mainContent .FirstContent
    {
        position :relative;
        top : -50px;
        
        .Normal h1:first-child //first div on the page
        {   
            text-align : right;
            font-size : @h1-font-size + 7px;
            border-bottom : 4px solid @base-color-1;
            padding-bottom : 13px;
        }

    }*/
}
.SkinMaster .imageTextRow {
  border-top: 1px solid #58595B;
  padding-top: 15px;
  padding-bottom: 10px;
}
.SkinMaster .imageTextRow .image,
.SkinMaster .imageTextRow img {
  max-width: 275px;
  height: auto;
  display: inline;
  text-align: left;
  float: left;
  display: inline-block;
  z-index: 0;
}
.SkinMaster .imageTextRow .text {
  margin-left: 20px;
  text-align: left;
  float: left;
  display: inline-block;
  max-width: 541px;
}
.SkinMaster .imageTextRow .text h2,
.SkinMaster .imageTextRow .text h3,
.SkinMaster .imageTextRow .text h4,
.SkinMaster .imageTextRow .text h5,
.SkinMaster .imageTextRow .text h6 {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #A31E24;
  color: #39707E;
  margin-top: 0;
}
.SkinMaster .imageTextRow.imageRight .image,
.SkinMaster .imageTextRow.imageRight img {
  float: right;
}
.SkinMaster .imageTextRow.imageRight .text {
  margin-left: 0;
  margin-right: 20px;
}
.SkinMaster .imageTextRow::after {
  content: '';
  display: block;
  clear: both;
}
.SkinMaster .imageTextRow:first-child {
  border-top: 0;
  margin-top: 29px;
}
