﻿.content .widget.cardLightBlueHMS h2, .content .widget.cardLightBlueHMS h3 {
    background-color: #5fb0ff;
    color: black;
}

.content .widget.cardDarkBlueHMS h2, .content .widget.cardDarkBlueHMS h3 {
    background-color: #0095ed;
}

.content .widget.cardGreyHMS h2, .content .widget.cardGreyHMS h3 {
    background-color: #383838;
}

body {font-family: 'Nunito Sans', sans-serif;}

h1, h2, h3 {font-family: 'Nunito Sans', sans-serif;}

.content .panel.action {
    font-family: 'Nunito Sans', sans-serif;
}

.faq .faq-toggle{
     background: #5fb0ff !important;
     border-radius: 15px!important;
     border: none !important;
}

 .faq .faq-toggle:hover, .faq .faq-toggle.minus{
    background: #559ee5;
}

.faq .faq-toggle .faq-toggle-icon, .faq .faq-toggle.plus .faq-toggle-icon{
    background: none !important;
}

 .faq-toggle-icon:after{
  content: "❯"!important;
  transition: all 0.35s!important;
}

 .faq-toggle.minus .faq-toggle-icon:after{
    content: "❯"!important;
    display: inline-block!important;
    transform: rotate(90deg) !important;
}

.content .widget .content{
    border-radius: 15px;
}

.content article ul:not([class]) li::before {
   color: #0095ed
} 

.content .vcard, .content .indented{
    border-left: 3px solid #5fb0ff;
}

.content .primary{
    background: #0095ed;
    border-radius: 15px;
    color: black;
}

.content .primary a {
  color: black;
}

.content .primary:hover{
    background: #199fee;
}

.content .secondary{
    border: 2px solid #0095ed;
    border-radius: 15px;
}

.content .secondary a{
    color:  black;
}

.content .secondary:hover{
    border: 2px solid #0068a5;
}

.content .secondary a:hover{
   color: #0068a5;
}

.content .container{
    margin-top: 20px;
}


header .search button, .searchButton{
      background-color: unset;
      right: 28px;
      border: unset;
      padding: 3px 0px;
      height: 85%;
}

header .search button::before, .searchButton::before{
    color: gray;
}

header .search{
    margin-top: 0px !important;
}

header .container {
    padding: 0px;
}

.block.search{
    float: right;
}

.MSanimation{
    color: white;
    float: right;
    width: 50%;
}

.noot-1,
.noot-2,
.noot-3,
.noot-4 {
  position: absolute;
  animation: notes 2s 1 linear;
  font-size: 35px;
  opacity: 0;
}

.noot-1 {
  top: 60px;
  left: 30%;
  animation-delay: 0.5s;
}

.noot-2 {
  top: 30px;
  left:50%;
  animation-delay: 1s;
}

.noot-3 {
  top: 90px;
  left: 60%;
  animation-delay: 1.5s;
}

.noot-4 {
  top: 40px;
  left: 90%;
  animation-delay: 2s;
}

@keyframes notes {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1.5) translate(50%, -50%);
  }
  80% {
    opacity: 0;
    transform: scale(1.5) translate(100%, -100%);
  }
  100% {
    transform: scale(1.5) translate(100%, -100%);
    opacity: 0;
  }
}

.content .fullWidthPlaceholder .panel.action{
  margin-left: 40px !important;
    margin-bottom: 0!important;
}

.dropdown span {
color: white;
font-size: 25px;
    position: relative;
  display: inline-block;
}

.dropdown span::after {
  font-family: "fontello";
    content: '\e800';
    margin-left: 10px;
    font-size: 30px;
}

.dropdown li{
  float: left;
  margin: 0px 10px;
}

.dropdown{
  border-radius: 15px;
  background-color: rgba(51,51,51, 0.7);
    position: relative;
  display: inline-block;
}

.dropdown li a{
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown li > div > div{
  border-radius: 15px;
position: absolute;
  background-color:#0095ed;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-contentthree{
  right: 1px;
}

.dropdown li div a:hover {background-color: #199fee;   border-radius: 15px;}

.dropdown-contentone{
  display: none;
  left: 0px;
}

.dropdown-contenttow{
  display: none;
  
}

.dropdown-contentthree{
  display: none;
  
}

.dropdownone:hover .dropdown-contentone{
display: block;
}

.dropdowntwo:hover .dropdown-contenttow{
display: block;
}

.dropdownthree:hover .dropdown-contentthree{
display: block;
}

.autocompleteWrapper {
  margin-top: 40px;
}

header .header {
   margin-top: 40px;
 }

.Mobilenav {
      display: none;
    }

      .Mobilenav  ul{
        list-style: none;
      }

.Mobilenav a {
  display: block;
  position: relative;
  padding: 19px 18px;
  font-size: 14px;
  font-weight: 600;
}

.Mobilenav ul, .Mobilenav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Mobilenav li:hover > a {
    background-color: #153136;
    opacity:0.82;
 }


.Mobilenav a {
  color: white;
}

@media only screen and (max-width: 1214px)
{
  .sideMenu
  {
    display: none;
  }


   .push-wrapper.pushed .push-wrapper-inner {
      -webkit-transform: translateX(-40%);
      -moz-transform: translateX(-40%);
      -ms-transform: translateX(-40%);
      -o-transform: translateX(-40%);
      transform: translateX(-40%);
    }

.Mobilenav {
  position: absolute;
  top: 0;
  right: -40%;
  width: 40%;
  background-color: #333333;
  text-align: left;
  display: inherit;
}

}

@media only screen and (max-width: 760px) {
    .push-wrapper.pushed .push-wrapper-inner {
      -webkit-transform: translateX(-80%);
      -moz-transform: translateX(-80%);
      -ms-transform: translateX(-80%);
      -o-transform: translateX(-80%);
      transform: translateX(-80%);
    }

  .Mobilenav {
  position: absolute;
  top: 0;
  right: -80%;
  width: 80%;
 background-color: #333333;
  text-align: left;
  display: inherit;
}

}

.Mobilenav li ul{
  display: none;
}

.Mobilenav .dropdown li {
  float: none;
}

.Mobilenav .dropdown li > div > div {
  position: relative;
}

.Mobilenav .dropdown { 
  display: block;
}

.Mobilenav .dropdown span { 
  display: block;
  padding: 18px 19px;
}

.Mobilenav .dropdown li > div > div {
      background: #333333;
      box-shadow: none;
}

@media only screen and (max-width: 790px) {
 .block.search {
        display: none;
        position: relative;
        bottom: -15px;
        left: 10px;
        width: 320px;
        background-color: #333;
        padding: 10px;
        margin: 0;
        top: 20px;
        float: left;
    }

}

.content article ul:not([class]) li:before,
.content aside ul:not([class]) li:before {
      color: #0095ed;
}

.event-listing-search-container .searchButton{
  right: 0;
}

.event-listing-search-container .event-listing-search input[type="text"] {
    border: 3px solid gray !important;
}

.cludo-search-results__facets{
  display: none;
}

@media only screen and (max-width: 761px) {
  .dropdown {
    display: none;
  }
}

@media only screen and (min-width: 760px) {
    header h1, header .header {
        width: 332px !important;
        height: 130px !important;
    }
}

@media only screen and (max-width: 640px) {
   header h1, header .header {
        width: 332px !important;
        height: 130px !important;
    }
}


/* rearrange the footer to account for the addition of the trustpilot button, which is an absolute pain to restyle */
.footer-logo {
  width: 25%;
}

@media only screen and (min-width: 820px) {
  footer .container h2 {
    margin: auto;
    float: none;
  }
}

footer .social {
  margin: 1.2em 0 2em 0 !important;
}

footer .socialmedia-links {
  margin: 1.2em 0 2em 0;  
  justify-content: center;
}

footer .container h2 {
  background-position: center;
}

.slick-dots .slick-active button {
    background: black;
}

header .search button:hover:before, .searchButton:hover:before {
    animation-duration: unset;
    animation-fill-mode: unset;
    animation-name: unset;
}