
#ipsLayout_mainArea {
  padding-right: 0;
}
.art_title {
 color: var(--theme-text_color) !important; 
}
.ipsImage.ipsImage_thumbnailed {
  border: 0px solid #EAEBEB !important;
}
.ipsType_pageTitle {
  color: white;
}
#elCmsPageWrap {
  border-bottom: 1px var(--eg_border_light) solid;
  border-left: 1px var(--eg_border_light) solid;
  border-right: 1px var(--eg_border_light) solid;
  border-top: 1px var(--eg_border_light) solid;
}
body a:hover {
  color: #dc573d;
}

/*.ipsColumn::after {
  content: "";
  position: absolute;
  top: 10%;        /* start 10% from the top */
  bottom: 10%;     /* end 10% before the bottom */
  right: 0;
  width: 1px;      /* border thickness */
  background-color: rgba(0,0,0,0.1); /* border color */
}*/

.ipsApp #elSearch {
  margin-top: -39px;
  z-index: 2000;
}

.ipsType_sectionTitle,
.ipsWidget.ipsWidget_vertical .ipsWidget_title {
  background: var(--eg_border_light);
}

/* REUSABLE HEADER */
.cHeader {
  background: url(  );
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative;
  text-align: center;
}

  .cHeader:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #173e5f;
    background: -moz-linear-gradient(-45deg,  #173e5f 0%, #DC143C 100%);
    background: -webkit-linear-gradient(-45deg,  #173e5f 0%, #DC143C 100%);
    background: linear-gradient(135deg, #173e5f  0%, #DC143C 100%);
    opacity: 0.85;
  }
  
  .cHeader h1 {
    font-weight: 300;
    font-size: 42px;
    font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
    position: relative;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
  }

/* Docs */
.cDocs {
  /*padding-left: 20px;*/
}

.cDocs h2 {
  font-size: 18px;
  font-weight: bold;
  font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 6px 10px 6px 0;
  margin-left: 10px;
  margin-bottom: 8px;
  line-height: 1.3;
}

.cDocs > li {
  padding-left: 10px;
}

.cDocs li {
  line-height: 1.6;
  padding-left: 10px;
  margin-bottom: 2px;
}

.cDocs ul ul {
  margin-left: -13px;
  margin-bottom: 7px;
  margin-top: 5px;
  padding-left: 15px;
  border-left: 1px solid rgba(0,0,0,0.075);
}
  
  .ipsJS_has .cDocs .cDocs_closed ul {
    display: none;
  }
  .ipsJS_has .cDocs .cDocs_open ul,
  .ipsJS_none .cDocs .cDocs_closed ul {
    display: block;
  }

.cDocs h3 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding-left: 0;
  position: relative;
  cursor: pointer;
}

  .cDocs .cDocs_closed h3:before,
  .cDocs .cDocs_open h3:before {
    font-family: 'FontAwesome';
    font-size: 15px;
    position: absolute;
    left: -15px;
    top: 0;
  }
  .ipsJS_has .cDocs .cDocs_closed h3:before {
    content: '\f105';
  }
  .ipsJS_has .cDocs .cDocs_open h3:before,
  .ipsJS_none .cDocs .cDocs_closed h3:before {
    content: '\f107';
    left: -17px;
  }

.cDocs > li > ul > a {
  font-size: 14px;
}

a.cDocs_active {
  color: #dc573d;
  font-weight: bold;
}

span[style^="font-size:18px"],
span[style^="font-size:20px"] {
  font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 22px !important;
}

/* ROWS */
.cDocs_row {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 20px 0;
}

.cDocs_row .ipsType_sectionHead {
  margin-bottom: 5px;
  font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
}

#elDevDocs_columns .ipsPageHeader {
  margin-top: 0;
}