/* Add your css code here */

.field--type-entity-reference-revisions .field__item {
    float: none!important;
}
.layout__region {
  padding-right: 5px;
  padding-left: 5px;
}

body {
  min-height: 100%;
  overflow-wrap: break-word;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.10;
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}
/* To disable the 22 px font size to any text field  */
.node--view-mode-full .node__content .field--type-text-long,
.node--view-mode-full .node__content .field--type-string-long,
.node--view-mode-full .node__content .field--type-text-with-summary {
  font-size: inherit;
  line-height: inherit;
}

/* Update menu arrow with the new line height. */
li.li-expanded > span,
li.li-expanded > a > span {
  padding: 9px 15px;
}
@media (min-width:993px) {
  #main-navigation-h .li-0 > span,
  #main-navigation-h .li-0 > a > span {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #main-navigation-h .li-1 > span,
  #main-navigation-h .li-1 > a > span {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
h1.page-title {
  font-size: 30px;
}

.field--type-text p,
.field--type-text-long p,
.field--type-text-with-summary p {
  margin: 16px 0 0 0;
}

.field--type-text ol,
.field--type-text ul,
.field--type-text-long ol,
.field--type-text-long ul,
.field--type-text-with-summary ol,
.field--type-text-with-summary ul {
  padding-left: 50px;
  margin: 0;
}

.field--type-text li:before,
.field--type-text-long li:before,
.field--type-text-with-summary li:before {
  content: "";
  display: inline-block;
  width: 16px;
}
#main-container ol,
#main-container ul {
  padding-left: 70px;
}
#main-container {
  text-indent: 70px;
}
/* For  Top container and the four bottom regions */
/* Used for header background color  */
.w3-theme-l4 {color:#fff !important; background-color:#550406 !important}
.w3-theme {color:#fff !important; background-color:#550406 !important}
.w3-link-custom {color:#550406 !important; background-color:#fff !important}
.w3-link-hover-custom {color:#000 !important; background-color:#fff !important}
.w3-text-custom {color:#000 !important; background-color:#fff !important}
.w3-text-theme {color:#550406 !important; background-color:#fff !important}