@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

a, a:hover {
  text-decoration: none;
  display: inline-block;
}

input:focus, .btn:focus, textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: rgb(217, 217, 217) !important;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #000;
}

.section-heading, .section-heading-sm {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.section-heading-sm {
  font-size: 18px;
}

.lead, .links {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #41779E;
}

.links {
  text-decoration: underline;
}

.img-rounded {
  border-radius: 50%;
}

a:hover .section-heading {
  color: #41779E;
}

.bt-1 {
  border-top: 1px solid rgba(217, 217, 217, 0.5);
}

.bg-lightgrey {
  background: #8B9EAC;
  color: #fff;
}

.bg-lightgrey .section-title, .bg-lightgrey .lead, .bg-darkblue .section-title, .bg-darkblue .lead {
  color: #fff;
}

.bg-grey {
  background-color: #fafafa;
}

.show {
  display: inline-block;
}

.hide {
  display: none;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: left center;
}

.bg-darkblue {
  background: #16486C;
  color: #fff;
}

.bg-darkblue .custom-btn, .bg-darkblue .custom-btn span {
  color: #fff;
}

p {
  margin-bottom: 1.75rem;
}

ul#primary-navigation, ul.footer-navigation {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul#primary-navigation > li, ul.footer-navigation > li {
  display: inline-block;
}

ul#primary-navigation > li a, ul.footer-navigation > li a {
  color: #666;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  transition: 0.3s ease-in-out;
}

ul#primary-navigation > li + li, ul.footer-navigation > li + li {
  margin-left: 1.25em;
}

ul#primary-navigation > li a:hover, ul#primary-navigation > li a.active, ul.footer-navigation > li a:hover, ul.footer-navigation > li a.active {
  color: #41779E;
}

.footer-navigation > li {
  margin-bottom: 0.5em;
}

.footer-navigation > li a {
  color: rgb(217, 217, 217) !important;
  font-size: 14px;
}

.footer-navigation > li a:hover, .footer-navigation > li a.active {
  color: #fff !important;
}

.rt-top-bar {
  display: flex;
  justify-content: flex-end;
}

.rt-top-bar a {
  color: #666;
  font-size: 15px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  transition: 0.3s ease-in-out;
}

.rt-top-bar div + div {
  margin-left: 1.5em;
}

.hero-inner, .hero {
  width: 100%;
}

.hero-inner .featured {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero .featured {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

#heroSwiper .featured {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

#heroSwiper .details-wrapper {
  background: #41779E;
  height: 100%;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#heroSwiper .section-title, #heroSwiper .lead {
  color: #fff;
}

#heroSwiper .details {
  position: absolute;
  bottom: 0;
  padding: 2em;
  width: 100%;
}

ul.breadcrumbs {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  line-height: normal;
}

ul.breadcrumbs > li {
  display: inline-block;
}

ul.breadcrumbs > li span {
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

ul.breadcrumbs > li a {
  text-decoration: none;
}

ul.breadcrumbs > li a span {
  color: #41779E;
  text-decoration: none;
}

ul.breadcrumbs > li + li::before {
  content: "›";
  display: inline-block;
  margin-right: 0.25em;
}

.timeline {
  display: inline-flex;
  justify-content: flex-end;
}

.timeline img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border: 3px solid #41779E;
  display: inline-block;
}

.timeline-wrapper [class*=col-]:nth-child(odd) .rt {
  padding-left: 2.5em;
  width: 43.6%;
}

.timeline-wrapper [class*=col-]:nth-child(odd) .lt {
  text-align: right;
}

.timeline-wrapper [class*=col-]:nth-child(even) .rt {
  width: 43%;
  padding-right: 2em;
}

.timeline-wrapper [class*=col-]:nth-child(even) .lt {
  text-align: left;
}

.timeline-wrapper [class*=col-]:nth-child(even) .timeline {
  flex-direction: row-reverse;
}

.timeline-wrapper .lt {
  position: relative;
}

.timeline-wrapper .lt::before {
  content: "";
  width: 5px;
  height: 100%;
  left: 50%;
  z-index: -1;
  top: 0;
  background-color: #41779E;
  position: absolute;
}

.timeline-wrapper [class*=col-] .lt {
  padding-bottom: 6em !important;
}

.custom-btn {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  min-width: 160px;
  border-radius: 0px;
  border: 1px solid #41779E;
  color: #41779E;
  transition: 0.3s ease-in-out;
}

.custom-btn span {
  padding: 0.5em 2em;
  position: relative;
  z-index: 1;
  color: #41779E;
}

.custom-btn::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #41779E;
  color: #fff;
  display: inline-block;
  transition: 0.3s ease-in-out;
}

.custom-btn:hover::after {
  height: 100%;
}

.custom-btn:hover span {
  color: #fff;
}

.btn-link {
  background: none;
  min-height: 40px;
  font-family: "Poppins", sans-serif;
  color: #41779E;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.footer {
  background-color: #16486C;
  color: rgb(217, 217, 217);
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer .section-title {
  color: rgb(217, 217, 217);
  font-weight: 500;
}

.footer .social-links a {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #41779E;
}

.footer .social-links a + a {
  margin-left: 5px;
}

.subscribe-wrapper {
  display: flex;
}

.subscribe-wrapper .section-title {
  color: #fff;
  font-weight: 600;
  min-width: 130px;
}

.subscribe-wrapper p {
  margin-left: 0.5em;
  line-height: normal;
}

.subscribe-wrapper .input-wrapper {
  width: 50%;
  margin-left: 0.5em;
}

.input-wrapper {
  position: relative;
}

.custom-control {
  font-size: 14px;
  min-height: 40px;
  background-color: #fcfcfc;
  border-color: #eee;
}

.custom-control::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  opacity: 0.5;
}

.custom-control:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  opacity: 0.5;
}

.custom-control::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  opacity: 0.5;
}

.input-wrapper .custom-control {
  padding-right: 7em;
}

.input-wrapper .btn-link {
  position: absolute;
  top: 0;
  right: 0;
}

.required {
  color: #ff0000;
}

ul.cards {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-family: "Poppins", sans-serif;
}

ul.cards > li {
  display: inline-block;
  width: 47%;
  margin: 1.3% 1%;
}

ul.cards > li .list {
  border: 1px solid #fff;
  padding: 1rem 2rem;
  text-align: center;
}

ul.cards > li .list .small {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

ul.cards > li .list .medium {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}

ul.cards > li .list.gold {
  background-color: #FFC56F;
  border-color: #FFC56F;
}

ul.cards > li .list.silver {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #666;
}

.h-540-fix {
  height: 540px;
  width: auto;
  position: relative;
  bottom: -20px;
}

ul.home-cards > li {
  width: 30%;
}

ul.home-cards > li .list {
  padding-left: 0;
  padding-right: 0;
}

ul.horizontal-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul.horizontal-list > li {
  display: inline-block;
}

ul.horizontal-list > li + li {
  margin-left: 2rem;
}

ul.horizontal-list > li a {
  color: #666;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}

ul.horizontal-list > li a.active {
  color: #41779E;
  border-bottom: 2px solid #41779E;
}

.accordian-container {
  width: 100%;
  text-align: left;
}

ul.accordian-lists {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul.accordian-lists > li {
  display: inline-block;
  transition: 0.3s ease-in-out;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  width: 100%;
}

ul.accordian-lists > li + li {
  margin-top: 1rem;
}

ul.accordian-lists > li .list {
  display: flex;
  cursor: pointer;
}

ul.accordian-lists > li .list .lt, ul.accordian-lists > li .list .rt, ul.accordian-lists > li .content {
  padding: 1.5rem;
}

ul.accordian-lists > li .list:hover, ul.accordian-lists > li.selected .list {
  background: #41779E;
  color: rgb(217, 217, 217);
}

ul.accordian-lists > li .list:hover .section-heading, ul.accordian-lists > li .list:hover .lead, ul.accordian-lists > li.selected .list .section-heading, ul.accordian-lists > li.selected .list .lead {
  color: #fff !important;
}

ul.accordian-lists > li .list .rt {
  background: #8B9EAC;
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.accordian-lists > li .list .lt {
  flex: 1;
}

ul.accordian-lists > li .list:hover .rt, ul.accordian-lists > li.selected .list .rt {
  background: #16486C;
}

ul.accordian-lists > li .content {
  display: none;
}

ul.accordian-lists > li.selected .content {
  display: inline-block;
}

.date {
  display: flex;
  font-family: "Poppins", sans-serif;
  justify-content: center;
  text-align: center;
}

.date .d, .date .divider {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

.date .my {
  font-size: 14px;
  color: #fff;
  line-height: normal;
}

.content h2, .content h3 {
  color: #41779E;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-top: 2em;
}

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

ul.blog {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul.blog > li {
  display: inline-block;
  width: 48%;
  margin: 1%;
  float: left;
}

ul.blog > li .post {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  background: #fff;
}

ul.blog > li .post .entry-content {
  padding: 0.5em 1.5em 2em;
}

ul.blog > li .post .content p + p {
  margin-bottom: 0;
}

ul.blog > li figure {
  overflow: hidden;
}

ul.blog > li:nth-child(1) figure img {
  height: 300px;
}

ul.blog > li:nth-child(1) article.post {
  height: 700px;
}

ul.blog > li figure img {
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

ul.similiar-events > li:nth-child(1) figure img {
  height: 190px;
}

ul.blog > li figure img {
  transition: 0.3s ease;
  transform: scale(1);
}

ul.blog > li:hover figure img {
  transform: scale(1.1);
}

ul.similiar-events > li:nth-child(1) article.post {
  height: auto;
}

ul.gallery {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul.gallery > li {
  display: inline-block;
  width: 31%;
  margin: 1%;
  float: left;
}

ul.gallery > li a {
  display: inline;
}

ul.gallery > li .list {
  position: relative;
}

ul.gallery > li figure {
  margin-bottom: 0;
  overflow: hidden;
}

ul.gallery > li:nth-child(1) figure img {
  height: 714px;
}

ul.gallery > li .list .details {
  position: absolute;
  z-index: 1;
  padding: 5em 1em 1em;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(55, 55, 55, 0) 0%, rgb(55, 55, 55) 100%);
}

.tag {
  font-family: "Poppins", sans-serif;
  background: rgb(217, 217, 217);
  color: #666;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0em 1em;
  display: inline-block;
}

ul.gallery > li .section-heading {
  font-size: 18px;
  line-height: 24px;
}

ul.gallery > li .section-heading, ul.gallery > li .lead {
  color: #fff !important;
}

ul.gallery > li img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.yellow {
  background-color: #F8A62B;
  color: #fff;
}

.pink {
  background-color: #F82B75;
  color: #fff;
}

ul.gallery > li figure img {
  transition: 0.3s ease;
  transform: scale(1);
}

ul.gallery > li:hover figure img {
  transform: scale(1.1);
}

ul.gallery.similiar-events > li:nth-child(1) figure img {
  height: auto;
}

ul.gallery.similiar-events > li:nth-last-child(1) {
 /* display: none;*/
}

#gallerySwiper img {
  cursor: pointer;
}

#gallerySwiper .swiper-next, #gallerySwiper .swiper-prev {
  background: #000;
  top: 0;
  position: absolute;
  z-index: 9;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1rem;
}

#gallerySwiper .swiper-prev {
  left: 0;
  padding-left: 2em;
  padding-right: 2em;
  background: linear-gradient(to left, rgba(55, 55, 55, 0) 0%, rgb(55, 55, 55) 100%);
}

#gallerySwiper .swiper-next {
  right: 0;
  padding-left: 2em;
  padding-right: 2em;
  background: linear-gradient(to right, rgba(55, 55, 55, 0) 0%, rgb(55, 55, 55) 100%);
}

#gallerySwiper .swiper-next img, #gallerySwiper .swiper-prev img {
  opacity: 0.5;
}

#gallerySwiper .swiper-next:hover img, #gallerySwiper .swiper-prev:hover img {
  opacity: 1;
}

.map iframe {
  width: 100%;
  height: 300px;
}

.contact-widget {
  display: inline-flex;
}

.contact-widget .section-heading {
  color: #41779E;
}

.contact-widget a {
  color: #666;
}

.desktop-none {
  display: none;
}

.mobile-menu {
  border: none;
  box-shadow: none;
  background: none;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

.menu-toggle[aria-controls=main-menu], .main-navigation .menu li .sub-menu-toggle {
  color: #fff;
}

.menu-toggle-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.menu-toggle-inner, .menu-toggle-inner:after, .menu-toggle-inner:before {
  width: 22px;
  height: 0.13rem;
  background-color: #41779E;
  border-radius: 0;
  position: relative;
  left: 0;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.menu-toggle .menu-toggle-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner:before, .menu-toggle .menu-toggle-inner:after {
  background-color: #41779E;
}

.menu-toggle-inner:after, .menu-toggle-inner:before {
  content: "";
  display: block;
}

.menu-toggle-inner:before {
  top: -7px;
}

.menu-toggle-inner:after {
  bottom: -5px;
}

.menu-toggle .menu-toggle-inner:before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.menu-toggle .menu-toggle-inner:after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner:before, .menu-toggle .menu-toggle-inner:after {
  background-color: #41779E;
}

.header-fixed .menu-toggle .menu-toggle-inner, .header-fixed .menu-toggle .menu-toggle-inner:before, .header-fixed .menu-toggle .menu-toggle-inner:after {
  background-color: #fff;
}

.menu-toggle.toggled .menu-toggle-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-toggle.toggled .menu-toggle-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.menu-toggle.toggled .menu-toggle-inner::after {
  bottom: 1px;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-toggle-box {
  position: relative;
}

.mobile-menu {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1199px) {
  .timeline-wrapper [class*=col-]:nth-child(odd) .rt, .timeline-wrapper [class*=col-]:nth-child(even) .rt {
    width: 42%;
  }
  ul.cards > li .list {
    padding-left: 0;
    padding-right: 0;
  }
  ul.accordian-lists > li .list .lt, ul.accordian-lists > li .list .rt, ul.accordian-lists > li .content {
    padding: 1em;
  }
  ul.blog > li:nth-child(1) article.post {
    height: 698px;
  }
  ul.blog.similiar-events > li:nth-child(1) article.post {
    height: auto;
  }
  ul.gallery > li:nth-child(1) figure img {
    height: 599px;
  }
  .custom-btn span {
    padding: 0;
  }
  ul.home-cards {
    text-align: center;
  }
  ul.home-cards > li {
    width: 47%;
  }
}
@media (max-width: 991px) {
  .timeline-wrapper [class*=col-]:nth-child(2n+1) .rt, .timeline-wrapper [class*=col-]:nth-child(2n) .rt {
    width: 39%;
  }
  .section-title {
    font-size: 28px;
  }
  .bg-lightgrey {
    overflow: hidden;
  }
  .subscribe-wrapper {
    align-items: center;
  }
  .subscribe-wrapper .input-wrapper {
    width: 100%;
  }
  ul.accordian-lists > li .list .rt {
    min-width: 200px;
  }
  .date .d, .date .divider {
    font-size: 24px;
  }
  .section-heading, .section-heading-sm {
    font-size: 18px;
  }
  ul.blog > li:nth-child(1) article.post {
    height: 729px;
  }
  .hero .featured {
    height: 300px;
  }
  ul.gallery > li {
    width: 48%;
  }
  ul.gallery > li:nth-child(1) figure img {
    height: auto;
  }
  ul.gallery > li .section-heading {
    font-size: 15px;
    line-height: 20px;
  }
  ul.gallery.similiar-events > li:nth-last-child(1) {
    display: inline;
  }
  .mobile-none {
    display: none;
  }
  .desktop-none {
    display: inline;
  }
  ul.home-cards > li:nth-last-child(1) {
    width: 97%;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 24px;
  }
  .timeline-wrapper [class*=col-]:nth-child(2n+1) .rt, .timeline-wrapper [class*=col-]:nth-child(2n) .rt {
    width: 100%;
  }
  .timeline-wrapper [class*=col-]:nth-child(2n) .timeline {
    flex-direction: row;
  }
  .timeline-wrapper [class*=col-]:nth-child(2n) .rt {
    padding-left: 1.5em;
    padding-right: 0;
  }
  .timeline-wrapper [class*=col-]:nth-child(2n+1) .rt {
    padding-left: 1.5em;
  }
  .section-title {
    font-size: 24px;
  }
  .h-360 {
    height: 360px;
    width: auto;
  }
  .timeline img {
    height: 120px;
    width: 120px;
  }
  .timeline-wrapper .lt::before {
    display: none;
  }
  .subscribe-wrapper {
    flex-direction: column;
    margin-bottom: 3em;
  }
  .subscribe-wrapper p {
    margin-bottom: 1em;
  }
  .subscribe-wrapper .input-wrapper {
    margin-left: 0;
  }
  ul.accordian-lists > li .list .rt {
    min-width: 150px;
  }
  .section-heading-sm {
    font-size: 17px;
  }
  ul.blog > li, ul.gallery > li {
    width: 100%;
    margin: 0 0 4%;
  }
  ul.blog > li:nth-child(1) article.post {
    height: auto;
  }
  ul.blog > li:nth-child(1) figure img {
    height: 190px;
  }
  #heroSwiper .featured {
    height: 400px;
  }
  #heroSwiper .section-title {
    font-size: 24px;
  }
  #heroSwiper [class*=col-md-5] {
    position: absolute;
    z-index: 9;
    bottom: 0px;
    height: auto;
  }
  #heroSwiper .details {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    padding: 1em;
    padding-top: 6em;
  }
  #heroSwiper .details-wrapper img {
    display: none;
  }
  .logo img {
    max-width: 200px;
  }
}
@media (max-width: 575px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bg-lightgrey {
    overflow: visible;
  }
  .h-540-fix {
    height: 400px;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .timeline img {
    height: 100px;
    width: 100px;
  }
  ul.cards > li .list .small {
    font-weight: 500;
    letter-spacing: normal;
  }
  ul#primary-navigation > li + li {
    margin-left: 0;
  }
  ul#primary-navigation > li {
    padding: 0.2em 0.5em;
  }
  .hero-inner .featured, .hero .featured {
    height: 200px;
  }
  ul.horizontal-list > li + li {
    margin-left: 1em;
  }
  ul.accordian-lists > li .list, ul.accordian-lists > li .list:hover, ul.accordian-lists > li.selected .list {
    flex-direction: column;
  }
  ul.accordian-lists > li .list .rt {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  ul.gallery > li:nth-child(1) figure img, ul.gallery.similar-events > li figure img, ul.gallery.similar-events > li:nth-child(1) figure img {
    height: 300px;
    -o-object-position: top;
       object-position: top;
  }
}
@media (max-width: 360px) {
  body, html {
    width: 360px;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .main-navigation {
    position: fixed;
    top: 0;
    left: -100%;
    min-width: 280px;
    height: 100%;
    max-width: 80%;
    min-height: calc(100% - 3rem);
    padding-bottom: 5rem !important;
    overflow-y: auto;
    transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s, box-shadow 0.3s 0.25s;
    border: none !important;
    border-radius: 0 !important;
    width: 50%;
    background-color: #41779E;
    z-index: 9990;
    display: block;
  }
  ul#primary-navigation > li {
    display: block;
    text-align: left;
  }
  ul#primary-navigation > li + li {
    margin-left: 0;
  }
  ul#primary-navigation > li a, ul#primary-navigation > li a.active {
    color: #fff;
  }
  ul#primary-navigation > li a {
    width: 100%;
    padding: 1em 1em 0;
    letter-spacing: 2px;
  }
  ul#primary-navigation > li a:hover {
    color: #fff;
  }
}/*# sourceMappingURL=style.css.map */
