@import url("https://fonts.googleapis.com/css2?family=Anton&family=Open+Sans:wght@400;700&display=swap");
body, div, p, table, input, textarea, select {
  font-family: 'Open Sans', sans-serif; }

body {
  text-align: center; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Anton', sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

a {
  color: #333;
  text-decoration: none; }
  a:hover {
    color: #ff5620;
    text-decoration: none; }

.hideMenu {
  display: none !important; }

#header {
  position: relative;
  padding: 25px 0;
  width: 100%;
  height: 60px; }

.container {
  position: relative;
  text-align: left;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.logo, #mainMenu, #userLoginInset {
  display: inline-block;
  vertical-align: middle; }

.logo img {
  height: 50px;
  width: auto; }

#mainMenu, #footMenu {
  margin-top: 15px; }
  #mainMenu li, #footMenu li {
    display: inline-block;
    padding: 16px 4px 8px 0px;
    font-family: 'Anton', sans-serif;
    font-size: 18px;
    text-transform: uppercase; }
    #mainMenu li:not(:last-child):after, #footMenu li:not(:last-child):after {
      content: ' | '; }

#mainMenu {
  float: right; }

#siteAlert {
  background: none !important;
  background-color: #333 !important;
  color: #fff !important;
  height: 15px;
  min-height: auto !important; }

#userLoginInset {
  position: absolute;
  right: 0;
  top: 0; }
  #userLoginInset #signInLink {
    background: #333;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 10px; }
    #userLoginInset #signInLink:hover {
      text-decoration: none;
      background-color: #ff5620; }
  #userLoginInset .link {
    display: inline-block;
    margin-left: 10px; }

#sliderOuterContainer {
  overflow: hidden; }
  #sliderOuterContainer .slide a {
    display: flex;
    flex-direction: column; }
    #sliderOuterContainer .slide a img {
      width: 100%;
      height: auto;
      flex: 1; }
  #sliderOuterContainer .slide img {
    width: 100%;
    height: auto; }

#promoImage a img {
  width: 100%;
  height: auto; }

#homeWelcome {
  margin: 40px auto;
  text-align: center; }
  #homeWelcome .welcomeText {
    margin: 0px auto;
    max-width: 600px;
    font-size: 18px;
    line-height: 21px; }
  #homeWelcome a {
    padding: 10px 20px;
    background-color: #333;
    font-family: 'Anton', sans-serif;
    font-size: 24px;
    border-radius: 25px;
    color: #fff; }

#mainPage {
  margin-top: 20px !important; }

#pageContainer {
  width: 768px; }

.splashContainer .splashLink {
  display: inline-block; }
  .splashContainer .splashLink img {
    width: 370px;
    height: auto; }

#snapwidgetContainer {
  display: block; }
  #snapwidgetContainer iframe {
    width: 90%;
    min-height: 500px; }

#footer #footerMain {
  padding: 40px;
  background-color: #333; }
  #footer #footerMain #footerLogo {
    margin: 25px;
    width: 200px;
    height: auto; }
  #footer #footerMain #social {
    list-style: none; }
    #footer #footerMain #social li {
      font-size: 24px;
      display: inline-block;
      margin: 5px; }
      #footer #footerMain #social li a {
        color: #fff !important; }
#footer #footerCopy {
  padding: 20px;
  font-weight: 700;
  text-transform: uppercase; }
  #footer #footerCopy .poweredBy {
    padding: 20px; }
    #footer #footerCopy .poweredBy a.poweredByLink {
      display: inline-block; }
