@import url(../webfonts/inter.css);
@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('../webfonts/websymbols-regular-webfont.eot');
    src: url('../webfonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/websymbols-regular-webfont.woff') format('woff'), url('../webfonts/websymbols-regular-webfont.ttf') format('truetype'), url('../webfonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-size: 13px;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    /* color: #f04c24; */
    color: white;
}

.typography h1 {
  /* color:#f04c24; */
  color: white;
  font-size: 110%;
  text-transform: uppercase;
  font-family: 'Inter', 'Gill Sans', 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Normal; 		
}

.typography h2 {
  color:#fff;
  font-size: 100%;
  font-family: 'Inter', 'Gill Sans', 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;

}

.typography h3 {
  /* color:#f04c24; */
  color: white;
  font-size: 100%;
  text-transform: uppercase;
  font-family: 'Inter', 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;

}

.typography h4 {
  /* color:#f04c24; */
  color: white;
  font-family: 'Inter', 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;

}

.typography h5 {
  color:#5b6516;
  font-family: 'Inter', 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
	font-style:normal;

}

.typography h6 {
  /* color:#f04c24; */
  color: white;
  font-family: 'Inter', 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: normal;
	text-decoration:underline;

}

p {
    margin: 0 0 17px;
    font-size: 13px;
	font: "Inter", Verdana, Tahoma, arial, sans-serif;
    /*line-height: 21px;*/
}
em {
    font-style: normal
}
a {
    text-decoration: none;
}
a:hover {
    color: white;
    text-decoration: underline;
}

.header .primary li a {
    text-decoration: none;
}

.secondary li a {
    text-decoration: none;
}

a.brand {
    text-decoration: none;
}


table {
    border-collapse: collapse;
    border: 1px solid #d4d4d4;
    border-spacing: 0;
    margin: 0 0 10px;
}
  table tr:nth-child(even) {
      background-color: #ededed
  }
  table tr.even,
  .content table th,
  .content thead td {
      background-color: #ededed
  }
  table td,
  .content table th {
      padding: 2px 5px;
      border: 1px solid #d4d4d4;
      vertical-align: top;
  }
  table th {
      text-align: left;
      font-weight: bold;
  }
p.intro {
    font-family: "Inter", Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #222;
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
    text-align: left
}
.typography .center {
    text-align: center
}
.typography .right {
    text-align: right
}
/* IMAGES 
-------------------------------------------- */
.typography img {
    border: none
}
.typography img.right {
    float: right;
    margin-left: 20px;
}
.typography img.left {
    float: left
}
.typography img.leftAlone {
    float: left;
    margin-right: 100%;
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/** Breadcrumbs **/
#Breadcrumbs {
        color: #fff;
        text-align: left;
        font-size: 1.2em;
        margin: 0px 5px 10px 0;
 }
#Breadcrumbs a {
    font-weight: normal;
    text-transform: lowercase;
    text-decoration: none;
}

#Breadcrumbs p {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

