@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
body > header .burger-slim {
  background: transparent;
  position: absolute;
  cursor: pointer;
}
body > header .burger-slim.burger-slim-top {
  right: 10%;
  top: 8px;
  height: 20px;
  width: 15px;
  display: none;
}
body > header .burger-slim.burger-slim-bottom {
  right: 8%;
  top: 22px;
  height: 50px;
  line-height: 72px;
  width: 50px;
  display: none;
}
@media (max-width: 1200px) {
  body > header .burger-slim.burger-slim-top, body > header .burger-slim.burger-slim-bottom {
    display: block;
  }
}
body > header .burger-slim:before, body > header .burger-slim:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  content: "";
  height: 2px;
  left: 0;
  -webkit-transition: 0.75s;
  transition: 0.75s;
  width: 20px;
}
body > header .burger-slim.burger-slim-top:before, body > header .burger-slim.burger-slim-top:after {
  background: white;
}
body > header .burger-slim.burger-slim-bottom:before, body > header .burger-slim.burger-slim-bottom:after {
  background: black;
}
body > header .burger-slim:before {
  position: absolute;
  top: 10px;
  left: 10px;
}
body > header .burger-slim.burger-slim-top:before {
  -webkit-box-shadow: white 0 5.5px 0 0;
          box-shadow: white 0 5.5px 0 0;
}
body > header .burger-slim.burger-slim-bottom:before {
  -webkit-box-shadow: black 0 5.5px 0 0;
          box-shadow: black 0 5.5px 0 0;
}
body > header .burger-slim:after {
  position: absolute;
  top: calc(100% - 28px);
  left: 10px;
}
body > header .burger-slim.active:before {
  -webkit-box-shadow: transparent 0 0 0 0;
          box-shadow: transparent 0 0 0 0;
  top: 15px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
body > header .burger-slim.active:after {
  top: 15px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

body {
  padding-top: 132px;
}
body.logged-in.admin-bar {
  padding-top: 128px;
}
body.logged-in.admin-bar > header {
  top: 60px;
}
@media (max-width: 767.98px) {
  body {
    padding-top: 142px;
  }
}
@media (max-width: 513px) {
  body {
    padding-top: 142px;
  }
}
@media (max-width: 512px) {
  body {
    padding-top: 164px;
  }
}
@media (max-width: 450px) {
  body {
    padding-top: 180px;
  }
}
@media (max-width: 347px) {
  body {
    padding-top: 200px;
  }
}
@media (max-width: 575.98px) {
  body.logged-in.admin-bar {
    padding-top: 150px;
  }
}
@media screen and (max-width: 575px) {
  body.logged-in.admin-bar {
    padding-top: 128px;
  }
}
@media screen and (max-width: 512px) {
  body.logged-in.admin-bar {
    padding-top: 148px;
  }
}
@media screen and (max-width: 450px) {
  body.logged-in.admin-bar {
    padding-top: 164px;
  }
}
@media screen and (max-width: 347px) {
  body.logged-in.admin-bar {
    padding-top: 186px;
  }
}

body > header {
  position: fixed;
  width: 100%;
  z-index: 401;
  top: 30px;
  left: 0;
}
body > header .bottom_bar {
  position: relative;
}
body > header .bottom_bar .container .menu_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.15);
  border-radius: 60px;
  padding: 0 25px 0 25px;
}
body > header .bottom_bar .container .menu_item_wrapper .item.logo_item {
  width: 20%;
  position: relative;
}
body > header .bottom_bar .container .menu_item_wrapper .item.logo_item .logo_wrapper img {
  width: auto;
  height: 65px;
  max-width: 150px;
  display: block;
}
body > header .bottom_bar .container .menu_item_wrapper .item.menu_item {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 2;
}
body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li {
  position: relative;
  height: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}
body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserat", "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: block;
  height: 100%;
  padding: 30px 5px;
  margin: 0 2px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-smooth: always;
  -webkit-font-smooth: antialiased;
  -moz-osx-font-smoothing: auto;
  border-bottom: 2px solid transparent;
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
}
body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li a span.fa {
  margin-left: 5px;
}
body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li a.btn {
  margin-top: 25px;
}
@media (min-width: 1200px) {
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li a:hover {
    color: #D52E2D;
    border-bottom-color: #D52E2D;
  }
}
@media (max-width: 1600px) {
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li a {
    font-size: 13px;
    margin: 0 5px;
  }
}
@media (min-width: 1200px) {
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li.blue_nav_btn, body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li.red_nav_btn {
    height: 40px;
    border-radius: 50px;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li.blue_nav_btn a, body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li.red_nav_btn a {
    padding: 0 20px;
    color: white;
    line-height: 40px;
    -webkit-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li.blue_nav_btn a:hover, body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li.red_nav_btn a:hover {
    border-bottom: 0;
  }
}
@media (min-width: 1200px) {
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li.blue_nav_btn {
    background-color: #0E2746;
    margin-right: 10px;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li.blue_nav_btn:hover {
    background-color: rgb(9.75, 27.1607142857, 48.75);
    color: white;
  }
}
@media (min-width: 1200px) {
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li.red_nav_btn {
    background-color: #D52E2D;
    margin-right: 10px;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li.red_nav_btn:last-of-type {
    margin-right: 0;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li.red_nav_btn:hover {
    background-color: rgb(193.75, 39.6726190476, 38.75);
    color: white;
  }
}
@media (min-width: 1200px) {
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li.menu_btn {
    height: 40px;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li.menu_btn a {
    border: 2px solid black;
    padding: 0 20px;
    line-height: 35px;
    border-radius: 5px;
    -webkit-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li.menu_btn a span.fa {
    font-size: 17px;
    position: relative;
    top: 1px;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li.menu_btn a:hover {
    border: 2px solid #D52E2D;
    background-color: #D52E2D;
    color: white;
  }
}
body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li ul {
  position: absolute;
  top: 60px;
  right: -40px;
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 1;
}
@media (min-width: 1200px) {
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li ul:before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0E2746;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
  }
}
body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li ul li a {
  text-align: left;
  width: 200px;
  display: block;
  font-size: 13px;
  color: white;
  padding: 10px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li ul li a:hover {
  color: white;
}
body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li ul li:last-of-type a {
  border-bottom: 0;
}
@media (min-width: 1200px) {
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li ul li {
    background-color: rgba(14, 39, 70, 0.98);
    border-bottom: 2px solid white;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li ul li:hover {
    background-color: #D52E2D;
    border-bottom: 2px solid #D52E2D;
  }
}
@media (min-width: 1200px) {
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul li:hover ul {
    display: block;
  }
}
@media (max-width: 1200px) {
  body > header .bottom_bar .container .menu_item_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
    min-height: 90px;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item {
    width: 100%;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.logo_item {
    max-width: 200px;
    width: 100%;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.logo_item .logo_wrapper a img {
    margin-left: 20px;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 11;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul {
    padding: 0;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul > li {
    background-color: #eee;
    color: black;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul > li > a {
    width: 100%;
    margin: 0 0;
    text-align: center;
    color: black;
    border-bottom: 1px solid rgb(255, 255, 255);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul > li.current-menu-item > a {
    border-bottom-color: #D52E2D;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul > li:hover {
    background-color: #D52E2D;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul > li:hover ul li {
    background-color: #eee;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item > ul > li:hover ul li:hover {
    background-color: #D52E2D;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item ul li {
    width: 100%;
    margin: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item ul li:hover a {
    color: white;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item ul li a {
    color: black;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 10px 0 10px 0px;
    font-size: 15px;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item ul li ul {
    position: static;
    display: none;
    width: 100%;
    height: auto;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item ul li ul li {
    background-color: rgb(9.75, 27.1607142857, 48.75);
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto !important;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item ul li ul li a {
    border-bottom: 0;
    width: 100%;
    font-weight: 400;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  body > header .bottom_bar .container .menu_item_wrapper .item.menu_item ul li ul li a:hover {
    border-bottom-color: #D52E2D;
  }
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}