@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Open+Sans:wdth,wght@75,400;75,700;100,300;100,400;100,500;100,600;100,700&display=swap');

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  /*scroll-padding-top: 60px;*/
}

body {
  margin: 0px;
  color: #343434;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
  background: #FFFFFF;
}

h1 {
}

h2 {
  color: #AE2126;
  font-family: 'Lora', serif;
  font-size: 30px;
  font-weight: 400;
}

h3 {
  color: #AE2126;
  font-family: 'Lora', serif;
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #EFEFEF;
}

h4 {
}

h5 {
}

h6 {
}

a {
  text-decoration: none;
  transition: all ease-in-out 0.12s;
}

a:hover {
}

sup, sub {
  position: relative;
  top: -0.4em;
  vertical-align: baseline;
}

sub {
  top: 0.4em;
}

#wrapper {
  text-align: center;
}

#container {
}

#inner {
}

#header {
  padding: 20px 0;
  background: #000000;
}

#header-outer {
}

#header-inner {
}

#header-left {
  float: left;
}

#logo {
}

#logo a {
  display: block;
}

#logo a img {
  display: block;
}

#header-right {
  float: right;
}

#header-right-top {
  padding: 15px 0 25px 0;
  text-align: right;
}

#top-links,
#top-phone,
#top-social {
  display: inline-block;
  margin: 0 0 0 30px;
  color: #FFFFFF;
  font-weight: 700;
  text-align: right;
  vertical-align: middle;
}

#top-links {
  margin: 0;
}

#top-links a,
#top-phone a {
  color: #FFFFFF;
  font-stretch: 75%;
}

#header-right-bottom {
}

#navigation-buttons {
  float: right;
  margin: 0 0 0 30px;
}

#navigation-buttons a {
  margin: 0 5px;
}

#navigation {
  float: right;
}

#search {
  text-align: center;
  background: #EFEFEF;
  z-index: 99;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.search-row {
  display: flex;
  flex-wrap: nowrap;
}

.search-column {
  position: relative;
}

form.form-search {
  display: block;
  position: relative;
  margin: auto;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
}

form.form-search input,
form.form-search select,
form.form-search button {
  width: 100% !important;
  padding: 10px !important;
  font-family: 'Mulish', sans-serif;
  vertical-align: middle;
  background: transparent;
  border: 0px !important;
  cursor: pointer;
}

form.form-search select {
  border-right: 1px solid #CCCCCC !important;
}

#content {
}

#content img {
  max-width: 100%;
  height: auto;
}

#footer {
  padding: 40px 0px;
  color: #FFFFFF;
  font-size: 15px;
  background: #66281A;
}

#footer-outer {
}

#footer-inner {
}

#footer a {
  color: #FFFFFF;
  text-decoration: none;
}

#footer a:hover {
}

#footer p.footer-heading {
  font-size: 16px;
  font-weight: 700;
}

#footer ul {
  padding: 0;
  list-style: none;
}

#footer ul li {
}

#footer ul li a {
}

#footer-bottom {
  padding: 5px 0;
  color: #FFFFFF;
  font-size: 15px;
  background: #66281A;
}

#footer-bottom span.powered-by,
#footer-bottom span.powered-by a,
#footer-bottom span.powered-by a:hover {
  color: #FFFFFF;
}

#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
  background: #313131;
  border-radius: 6px;
  opacity: 0.75;
  cursor: pointer;
  z-index: 9999;
}

#back-to-top::after {
  display: block;
  margin: -1px 0px 0px 0px;
}

.clear-floats::after {
  content: "";
  display: block;
  clear: both;
}

/* Layout Classes */

div.div-outer {
  width: 1600px;
  margin: 0px auto;
  text-align: left;
}

div.div-inner {
  box-sizing: border-box;
}

/* Social Media Styles */

.social-media {
}

.social-media a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0px 5px 0px 0px;
  color: #FFFFFF;
  font-size: 19px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  background: #828282;
  border-radius: 50%;
}

.social-media a i.fa {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

/* Misc Styles */