html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Helvetica", sans-serif;
  font-size: 15px;
  background: #fff;
  margin-bottom: 111px;
}

ul,
.list-inline {
  margin: 0;
}

ul li,
.list-inline li {
  margin: 0;
  padding: 0;
}

.no-spacing {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  border: 0;
  text-decoration: none;
}

h1 {
  text-transform: inherit;
  font-size: 25px;
  font-weight: 400;
}

p {
  line-height: 20px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 23px;
  text-align: justify;
}

.btn {
  text-transform: uppercase;
  padding: 6px 11px;
  border: 2px solid #000;
  font-weight: 500;
  font-size: 12px;
  border-radius: 0;
}

.btn:hover {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}

h1,h2,h3 {
  margin: 0;
}

img {
  width: 100%;
}

iframe {
  width: 100%;
  height: 650px;
}

/* Start Header */

.logo {
  margin-top: 5px;
}

.logo ul {
  margin: 0;
}
.logo ul li:first-child {
  padding-right: 8px;
  border-right: 2px solid #000;
  vertical-align: top;
}
.logo ul li:last-child {
  padding-left: 0;
  margin-left: 4px;
}
.logo ul li img {
  width: 60px;
  padding: 6px 0;
}

.logo ul li .logo-text p {
  margin-bottom: -6px;
  font-weight: 600;
  font-size: 15px;
  color: #000;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.logo ul li .logo-text p:last-child {
  margin-bottom: 0;
  font-weight: 500;
}

.logo-2 {
  margin-top:10px;
}

.logo-2 ul {
  margin-bottom: 0;
}

.logo-2 ul li {
  font-size: 33px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.logo-2 ul li:first-child p{
  font-weight: 300;

}


.logo-2 ul li:last-child p{
  font-weight: bold;
  margin-left: -3px;
}

#website-header {
  border-bottom: 1px solid #ddd;
}
#website-header .website-background {
  background: #ddd;
}
#website-header .website-header-wrapper {
  padding: 30px 0;
}

/* End Header */

/* Start Content */

#website-content {
  padding: 30px 0 90px 0;
}

.fab-year {
  margin-top: 30px;
}

.fab-year .fab-year-content:first-child {
  margin-top: 0;
}

.fab-year .fab-year-content {
  margin-top: 20px;
}

.fab-year h3.fab-year-heading {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.fab-year ul {
  margin-top: 5px;
}

.fab-year ul li a {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 300;
}

/* End Content */

/* Start Footer */


.footer .website-header-wrapper {
  padding: 30px 0;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 111px;

}

#website-footer {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}


small.meta-heading {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
}

.footer-address {
  margin-top: -4px;
}

.footer-address p {
  font-size: 12px;
  line-height: 18px;
  text-align: right;
}

/* End Footer */
