body {
  background: #ffffff;
  position: relative;
  font-family: 'DM Sans', Times, serif;
  color: #333333;
}

p, li {
  font-family: 'DM Sans', Times, serif;
  color: #333333;
  line-height: 140%;
}

p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'DM Sans', Helvetica, sans-serif;
  font-weight:900;
  line-height: 120%;
  letter-spacing: 1px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  font-weight: normal;
}

h1 {
  font-size: 38px;
  text-transform: uppercase;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5, h6 {
  font-size: 18px;
}

p {
  font-size: 17px;
}

a, a:link, a:visited, a:active {
  text-decoration: none;
  color: #000000;
  font-weight: normal;
}

a:hover, a:focus {
  color: #333333;
  text-decoration: underline;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.button-style-1, .button-style-1:link, .button-style-1:visited, .button-style-1:active {
  font-family: 'DM Sans', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  position: relative;
  width: auto;
  height: 20px;
  padding: 13px 13px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none !important;
  transition: all 200ms ease;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .button-style-1, .button-style-1:link, .button-style-1:visited, .button-style-1:active {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 8px 12px 8px;
  }
}

.button-style-1:hover, .button-style-1:focus {
  transition: all 200ms ease !important;
  background-color: rgba(0, 0, 0, 0.8);
}

.btn.focus, .btn:focus {
  box-shadow: 0 0.2rem 0.4rem 0.1rem rgba(0, 0, 0, 0.2);
}

select {
  outline: none;
  appearance: none;
  border-radius: 0;
  height: auto;
}

select > option {
  outline: inherit;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

select::-ms-expand {
  display: none;
}

button:focus {
  outline: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: textfield;
}

select {
  padding: 0.4rem 0.8rem 0.3rem;
  outline: 0;
  width: 100%;
}

select option {
  background-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #000;
  border-color: black;
}

select option:hover, select option:focus, select option:active {
  background-color: rgba(0, 0, 0, 0.3) !important;
  color: #fff !important;
}

.select {
  overflow: hidden;
  position: relative;
  display: block;
}

.select::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  background-color: #000;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0.375rem 0.75rem;
  pointer-events: none;
  cursor: pointer;
  font-size: 1.5rem;
  position: absolute;
  min-width: 3rem;
}

/* header */
.header {
  width: 100%;
  height: 75px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 90;
  border-bottom: solid 1px #000000;
  background-color: #b72025;
  transition: 0.5s;
  display: flex;
  align-items: center;
  z-index: 2000;
}

header.scrolled {
  height: 60px;
  background-color: #b72025 !important;
  box-shadow: 0 5px 5px -5px #333;
}

.header a {
  color: #ffffff;
}

@media (max-width: 598px) {
  .admin-bar #wpadminbar {
    display: none;
  }
}
.admin-bar .header {
  top: 32px;
}
@media (max-width: 768px) {
  .admin-bar .header {
    top: 46px;
  }
}
@media (max-width: 598px) {
  .admin-bar .header {
    top: 0px;
  }
}

/* logo */
.header .logo {
  padding-left: 20px;
}
@media (max-width: 640px) {
  .header .logo {
    padding-left: 2vw;
  }
}

.logo {
  width: 269px;
  height: 75px;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.5s;
}
.logo a {
  width: 100%;
  height: 52px;
  display: inline-block;
  transition: 0.5s;
}


/* main-nav */
nav {
  transition: all 300ms ease;
  position: absolute;
  top: 50%;
  right: 2.6vw;
  transform: translateY(-50%);
  padding-top: 0.4vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DM Sans', Helvetica, sans-serif;
  font-weight:900;
}
nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
}
nav ul li {
  display: inline-block;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-right: 20px;
  vertical-align: middle;
}
@media (max-width: 598px) {
  nav ul li {
    margin-right: 10px;
  }
}

.header nav > .navbar-nav {
  flex-direction: row;
}

nav .nav-item {
  font-family: 'DM Sans', Helvetica, sans-serif;
  font-weight:900;
}

nav .nav-item a {
  transition: all 100ms ease;
  font-size: 18px;
  color: #ffffff;
  font-family: 'DM Sans', Helvetica, sans-serif;
  font-weight:900;
  text-decoration: none;
}
@media (max-width: 767px) {
  nav .nav-item a {
    font-size: 14px;
  }
}

.icon-nav > li > a > i {
  font-size: 26px;
  opacity: 1;
}
@media (max-width: 640px) {
  .icon-nav > li > a > i {
    font-size: 4vw;
  }
}

.icon-nav > li > a:hover > i {
  color: #efefef;
  opacity: 0.8;
  color: #ffffff;
}

/* hamburger menu */
.navbar-toggler {
  border: none;
  cursor: pointer;
  display: inline-block;
}

.navbar-toggler:active, .navbar-toggler:focus {
  outline: none;
}

.navbar-toggler .navbar-toggler-icon {
  width: 30px;
  height: 21px;
  background-image: none;
  position: relative;
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  display: block;
}

.navbar-toggler .navbar-toggler-icon:after, .navbar-toggler .navbar-toggler-icon:before {
  width: 30px;
  position: absolute;
  height: 3px;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  background-color: #ffffff;
}

.navbar-toggler .navbar-toggler-icon:after {
  top: 9px;
}

.navbar-toggler.expand .navbar-toggler-icon {
  border-color: transparent;
}

.navbar-toggler.expand .navbar-toggler-icon:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler.expand .navbar-toggler-icon:before {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

/* hidden nav */
.overlay-menu-section {
  position: fixed;
  background-color: #b72025;
  width: 100%;
  height: 100%;
  bottom: 0px;
  z-index: 1999;
  left: -100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.overlay-menu-section .navbar-nav.main-nav {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
.overlay-menu-section .navbar-nav.main-nav .nav-item a {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  color: #FFD204;
  margin: 24px 0px;
  text-align: center;
}

.expand .overlay-menu-section {
  left: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 2vw;
}

.overlay-menu-section .navbar-nav.main-nav li {
  display: block;
  width: 100%;
  padding: 4px;
}
.overlay-menu-section .navbar-nav.main-nav li a {
  color: white;
}

.overlay-menu-section .navbar-nav.main-nav li a:hover, .overlay-menu-section .navbar-nav.main-nav li a:focus {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

/* section */
.top-section {
  background: #ffffff;
  padding-top: 100px;
  padding-bottom: 60px;
  min-height: 800px;
}

.asset-links a {
  margin:0 10px;
}

/* footer */
footer {
  min-height: 100px;
  background: #000000 !important;
}
footer > .container > .row {
  padding-top: 70px;
  padding-bottom: 70px;
  color: #ffffff;
  position: relative;
}
footer > .container > .row .copyright {
  position: absolute;
  left: 12px;
  bottom: 40px;
}
footer > .container > .row .copyright p {
  color: #ffffff;
  padding: 0px 0px 0px 0px;
  font-size: 10px;
  font-family: Helvetica, Arial, sans-serif;
}

.footer-info-column {
  position: relative;
}
.footer-info-column .footer-logo a {
  width: 336px;
  height: 68px;
  max-width: 100%;
  display: block;
  background-image: url(../img/ifoa_logo.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.5s;
}
.footer-info-column .footer-blurb {
  padding-top: 20px;
}
.footer-info-column .footer-blurb p {
  color: #ffffff;
  font-size: 21px;
  line-height: 23px;
  font-family: Helvetica, Arial, sans-serif;
}

.footer-links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
}
.footer-links > div {
  margin: 0px 10px;
}
.footer-links > div:first-child {
  margin-left: 0px;
}
.footer-links > div:last-child {
  margin-right: 0px;
}

.footer-links h4 {
  font-size: 21px;
  color: #F8DB68;
  padding-bottom: 12px;
  margin-bottom: 0px;
}

.footer-links ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.footer-links ul li {
  display: inline-block;
}

.footer-links ul li a {
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 1px;
}

.footer-links ul li a:hover, .footer-links ul li a:focus {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

@media (max-width: 991px) {
  footer > .container > .row .footer-logo a {
    margin-bottom: 40px;
  }
  footer > .container > .row .footer-menu {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 10px;
  }
  footer > .container > .row .footer-menu li {
    display: inline-block;
    margin: 1vw 2vw;
    text-align: center;
  }
  footer > .container > .row .footer-menu li a i {
    font-size: 34px;
  }
  footer > .container > .row .copyright {
    width: 100%;
    padding-top: 30px;
    text-align: center;
    position: static;
  }
  footer > .container > .row .copyright p {
    margin: 0px auto;
  }
}
@media (max-width: 500px) {
  .footer-info-column {
    text-align: center;
  }
  .footer-info-column .footer-logo a {
    width: 336px;
    height: 68px;
    display: inline-block;
  }
  .footer-info-column .footer-blurb {
    padding-top: 20px;
  }
  .footer-info-column .footer-blurb p {
    text-align: center;
  }

  .footer-links {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .footer-links > div {
    margin: 12px 0px;
  }

  .footer-links h4 {
    text-align: center;
  }

  .footer-links ul {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

/*# sourceMappingURL=styles.css.map */
