.hidden {
    display: none;
}

.bg_light_grey {
	background-color: #e8e9ed;
}

.navbar.navbar-reduced {
  padding: 1rem 1rem;
}

.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,1);
  /*border-color: rgba(255,255,255,1);*/
  border: none;
  outline: none;
}

@media (max-width: 991px) {
  .navbar.navbar-reduced .navbar-nav li.current_page_item, .navbar.navbar-reduced .navbar-nav li.current-page-ancestor:not(.menu-item-level-1) {
    background-color: transparent !important;
    color: #c2dd22 !important;
    margin: 0 -1rem;
    padding: 0 1rem;
  }
}

@media (min-width: 992px) {

  .navbar.navbar-reduced {
    padding: 0.5rem 1rem 0.3rem 1rem;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1rem;
      padding-left: 1rem;
  }  

  .navbar.navbar-reduced .navbar-nav li.current_page_item, .navbar.navbar-reduced .navbar-nav li.current-page-ancestor:not(.menu-item-level-1) {
      background-color: transparent !important;
      color: #c2dd22 !important;
      margin-bottom: -0.3rem; 
  }

}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 1.0)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  text-decoration: none;
  color: #FFFFFF;  
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .dropdown-item:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .dropdown-item:hover {
  text-decoration: none;
  color: #46c3d7;  
}

.navbar a.dropdown-item {
  color: #071920;
  text-decoration: none; 
}

.navbar a.dropdown-item:active {
  color: #071920 !important; 
}

.navbar a.dropdown-item:active, .navbar-light .navbar-nav .dropdown-item:hover, .navbar-dark .navbar-nav .dropdown-item:hover {
  color: #FFFFFF;
  background-color: #50c364;   
}

.video-fw-bg-container {
	position: relative;
	height: 400px;	
}

@media (min-width: 992px) {
	.video-fw-bg-container, .video-fw-bg-container-600 {
		height: 600px;
    }
	.video-fw-bg-container-500 {
		height: 500px;
    }    
	.video-fw-bg-container-400 {
		height: 400px;
    }     
	.video-fw-bg-container-300 {
		height: 300px;
	}      
}

.video-fw-bg-wrapper {
	overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
	left: 0;
 }

 .video-fw-bg-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;    
    z-index: 1;
 }

 .video-fw-bg-wrapper .video-fw-bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(7, 25, 32, 0.4);
    z-index: 2;	 
 }

 .video-fw-bg-wrapper iframe {
	width: 100vw;
	height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
 }




 .video-fw-bg-wrapper .hero-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -35px;
    z-index:3;
}

.video-fw-bg-wrapper .spinner {
  /*margin: 100px auto 0;*/
  margin: 0;
  width: 70px;
  text-align: center;
}

.video-fw-bg-wrapper .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #46c3d7;

  border-radius: 100%;
  display: inline-block;
  -moz-animation: video-fw-bg-hero-loading-bouncedelay 1.4s infinite ease-in-out both;
  -webkit-animation: video-fw-bg-hero-loading-bouncedelay 1.4s infinite ease-in-out both;
  -ms-animation: video-fw-bg-hero-loading-bouncedelay 1.4s infinite ease-in-out both;
  animation: video-fw-bg-hero-loading-bouncedelay 1.4s infinite ease-in-out both;
}

.video-fw-bg-wrapper .spinner .bounce1 {
    -moz-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.video-fw-bg-wrapper .spinner .bounce2 {
    -moz-animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-moz-keyframes video-fw-bg-hero-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@-webkit-keyframes video-fw-bg-hero-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}

@-ms-keyframes video-fw-bg-hero-loading-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
  40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@keyframes video-fw-bg-hero-loading-bouncedelay {
  0%, 80%, 100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  } 40% {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.bg-black {
  background-color: #071920;
}

.hide-opacity {
    opacity: 0;
}

 .video-fw-content-wrapper {
    position: absolute;
    top: 20%;
    z-index: 2;
    width: 100%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    max-width: 400px;
 }

 .video-fw-content-wrapper h1 {
   font-weight: 300;
    display: inline-block;
    float: left;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    font-size: 60px;
    line-height: 100px;
    vertical-align: top;
    border: none;
 }

 .video-fw-content h1 {
   border: none;
 }

 .video-fw-content h1.display-3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 10px 0;
  padding: 0;
}

.video-fw-content .lead,  .video-fw-content .lead p {
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 300;
}

 .video-fw-content-wrapper .video-fw-content-divider {
    display: inline-block;
    float: left;    
    background-color: #FFFFFF;
    margin: 0;
    width: 95%;
    height: 2px;
    max-width: 350px;
 }

.video-fw-content-wrapper p {
    display: inline-block;
    float: left;    
	color: #FFFFFF;
	text-align: left;
	margin-top: 15px;
	width: 300px;
	font-size: 28px;
	line-height: 32px;
	vertical-align: top;
  font-weight: 300;
}

.video-fw-content {
    z-index: 3;
}

.video-fw-content-border {
  border-top: 1px solid #FFFFFF;
  padding-top: 10px;
  margin-top: 10px;
  display: inline-block;
}

.link-box {
  display: block;
  max-width: 255px;
  /*min-height: 90px;*/  
  line-height: 25px;
  padding: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;  
  margin: 15px;  
  z-index: 3;
}

.link-box:link, .link-box:visited, .link-box:hover, .link-box:active {
  color: #FFFFFF;
}

.link-box span {
  display: inline-block;
  vertical-align: middle;    
}

.video-fw-scroll-down, .video-fw-scroll-down:link, .video-fw-scroll-down:visited, .video-fw-scroll-down:hover, .video-fw-scroll-down:focus {
  z-index: 2;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -15px;
  color: #FFFFFF;
  font-size: 30px;    
  display: none;
}

.video-fw-scroll-down.always-show, .video-fw-scroll-down.always-show:link, .video-fw-scroll-down.always-show:visited, .video-fw-scroll-down.always-show:hover, .video-fw-scroll-down.always-show:focus {   
  display: inline-block;
}

@media (min-width: 1180px) and (max-height: 800px) {
  .video-fw-scroll-down, .video-fw-scroll-down:link, .video-fw-scroll-down:visited, .video-fw-scroll-down:hover, .video-fw-scroll-down:focus {   
      display: inline-block;
  }
}

.video-fw-scroll-down {
  display: none !important;
}

@media (min-width: 768px) {

.video-fw-content-wrapper {
      top: 35%;
      padding: 0;
      max-width: none;
  }
  
  .full-height-m-header .video-fw-content-wrapper {
      top: 20%;
   }    

.video-fw-content-wrapper h1 {
      float: none;
  font-size: 60px;
  line-height: 100px;
  }

 .video-fw-content-wrapper .video-fw-content-divider {
      float: none;
  width: 2px;
  height: 100px;
  margin: 0 30px 0 35px;
}	 

.video-fw-content-wrapper p {
      float: none;	
  margin-top: 15px;
  width: 300px;
  font-size: 28px;
  line-height: 32px;
}

}


@media (min-width: 1405px) {

.video-fw-content-wrapper {
  top: 35%;
  width: 100%;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  }	
  
  .full-height-m-header .video-fw-content-wrapper {
      top: 20%;
   }    

.video-fw-content-wrapper h1 {
  font-size: 100px;
  line-height: 150px;
  text-align: center;
  vertical-align: top;
}

.video-fw-content-wrapper .video-fw-content-divider {
  width: 2px;
  height: 150px;
  margin: 0 30px 0 35px;		
 }	 

.video-fw-content-wrapper p {
  margin-top: 30px;
  width: 400px;
  font-size: 39px;
  line-height: 45px;
  vertical-align: top;
}

}


.image-fw-bg-container {
position: relative;
height: 200px;	

background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;	
}

@media (min-width: 1180px) {
.image-fw-bg-container {
  height: 400px;
}
}

.image-fw-content-wrapper {
 position: absolute;
  top: 30%;
  left: 50%;
  right: 50%;
  margin-left: -200px;
  width: 400px;
text-align: center;
}

.image-fw-content-wrapper h1 {
display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  padding: 10px;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.image-fw-content-wrapper p {
display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  margin-top: 15px;
  width: 100%;
  color: #FFFFFF;
}

input, textarea {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

@media (min-width: 1200px) {
  .link-hotspot-icon {
    width: 140%;
    height: 140%;    
  }
}

.screen a {
  display: inline-block;
}

.marker-icon {
  line-height: 45px;
  font-size: 20px;    
}

.full-icon .marker-icon {
  line-height: 45px;
  font-size: 45px;    
}  

@media (min-width: 767px) {
  .marker-icon {
    line-height: 60px;
    font-size: 25px;    
  }

  .full-icon .marker-icon {
    line-height: 60px;
    font-size: 60px;    
  }  

}

.screen .embed-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -90px;
  width: 180px;
  height: 180px;  
}
.screen .embed-marker .marker-icon {
  width: 180px;
  height: 180px;
  font-size: 90px;
  line-height: 180px;  
}

.screen .embed-marker img {
  width: 180px;
  height: 180px;
}

.screen .embed-marker.full-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -90px;
  width: 180px;
  height: 180px;  
}
.screen .embed-marker.full-icon .marker-icon {
  width: 180px;
  height: 180px;
  font-size: 180px;
  line-height: 180px;  
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fancybox-toolbar {
  opacity: 1;
  visibility: visible;
}

.fancybox-button--close {
  position: relative;
  background-color: #D13D42;
  width: auto;
}

.fancybox-button--close:hover {
  background-color: #ea565b;
}

.fancybox-button--close svg {
  display: none;
}

.fancybox-button--close:before {
  content: 'Close';
  color: #FFFFFF;
  padding-right: 20px;  
}

.fancybox-button--close:after {
  font-family: "Font Awesome 5 Free";
  content: "\f057";
  position: absolute;
  right: 8px;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}

.jconfirm-box-container {
  -webkit-transform: inherit !important;
  -moz-transform: inherit !important;
  -o-transform: inherit !important;
  transform: inherit !important;
}

.jconfirm-content a, .jconfirm-content a:hover, .jconfirm-content a:active, .jconfirm-content a:visited {
  text-decoration: underline;
  color: #145569;
}

.jconfirm-content a:hover, .jconfirm-content a:focus {
  color: #B93296;
}

.btn-inline {
  color: #FFFFFF !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  min-height: 1em;
  -webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
  transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
  transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
  transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  background-image: none;
  text-transform: uppercase;
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px;  
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue, button.btn-blue, .btn-blue {
  background-color: #50C364;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover, button.btn-blue:hover, .btn-blue:hover {
  background-color: #46c3d7 !important;
}

.jconfirm .jconfirm-box {
  width: 90% !important;
  max-width: 600px;
}

@media (max-width: 767px) {
  .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    min-height: 50vh;
  }
  .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content iframe {
    min-height: 50vh !important;
  }
  .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content .embed-container {
    min-height: 50vh !important;
  }
}

.jconfirm-modal-theme-fullscreen .jconfirm-box {
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.jconfirm .jconfirm-box .jconfirm-buttons {
  text-align: right;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #071920;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #ddd;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-shadow: none;
  padding: 10px;
  border-radius: 2px !important;
}

.btn-chevron-right {
  position: relative;
  padding-right: 30px !important;

}

.btn-chevron-right:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  right: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
}

.btn-close-left {
  position: relative;
  padding-left: 30px !important;

}

.btn-close-left:before {
  font-family: "Font Awesome 5 Free";
  content: "\f057";
  position: absolute;
  left: 8px;
  font-size: 15px;
  line-height: 21px;
}

#launcher {
  z-index: 99991 !important;
}

#titleBar {
  display: none;
}

.viewControlButton {
  bottom: 10px;
}

.fancybox-progress {
  background: #4fbaae;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #4fbaae;
}

/*
.fancybox-slide--video .fancybox-content {
  width: 1000px !important;
  max-width: 100%;  
  height: auto !important;
}

.fancybox-slide--video .fancybox-video {
    max-width: 100%;
    height: auto;
}
*/

#reveal {
    z-index: 1;
    width: 80px;
    height: 80px;
    background-color: #4fbaae;
    border-radius: 50%;
    margin-left: 0;
    text-align: center;
    cursor: pointer;
    transition: height .3s ease-in-out,
                width .3s ease-in-out,
                border-radius .3s ease-in-out,
                margin .3s ease-in-out;
  }
  
  #reveal > img {
    width: 50px;
    margin: 15px 0;
  }
  
  .reveal-content {
    width: 180px;
    height: 300px;
    padding: 10px;
    background-color: #fff;
    opacity: 0;
    text-align: center;
    pointer-events: none;
    transition: opacity .01s ease-in-out;
  }
  
  .reveal-content img {
    width: 120px;
    opacity: 0;
    transition: width .01s ease-in-out,
                opacity .01s ease-in-out;
  }
  
  .reveal-content p {
    margin: 10px 0;
    color: #2d2d2d;
    margin-top: -20px;
    opacity: 0;
    transition: margin .01s ease-in-out,
                opacity .01s ease-in-out;
  }

  .reveal-content figcaption {
      display: none;
  }
  
  #reveal:hover {
    width: 180px;
    height: 240px;
    border-radius: 5px;
    margin-left: -50px;
  }
  
  #reveal:hover .reveal-content {
    opacity: 1;
    pointer-events: all;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: opacity .3s ease-in-out .3s;
  }
  
  #reveal:hover .reveal-content img {
    width: 160px;
    opacity: 1;
    transition: width .3s ease-in-out .4s,
                opacity .3s ease-in-out .4s;
  }
  
  #reveal:hover .reveal-content p {
    margin-top: 10px;
    opacity: 1;
    transition: margin .3s ease-in-out .6s,
                opacity .3s ease-in-out .6s;
  }


  #video1 {
    z-index: 1;
    width: 80px;
    height: 80px;
    background-color: #50c364;
    border-radius: 50%;
    margin-left: 0;
    text-align: center;
    cursor: pointer;
    transition: height .3s ease-in-out,
                width .3s ease-in-out,
                border-radius .3s ease-in-out,
                margin .3s ease-in-out;
  }
  
  #video1 > img {
    width: 50px;
    margin: 15px 0;
  }
  
  .video1-content {
    width: 180px;
    height: 180px;
    padding: 10px;
    background-color: #fff;
    opacity: 0;
    text-align: center;
    pointer-events: none;
    transition: opacity .01s ease-in-out;
  }
  
  .video1-content img {
    width: 120px;
    opacity: 0;
    transition: width .01s ease-in-out,
                opacity .01s ease-in-out;
  }
  
  .video1-content p {
    margin: 10px 0;
    color: #2d2d2d;
    margin-top: -20px;
    opacity: 0;
    transition: margin .01s ease-in-out,
                opacity .01s ease-in-out;
  }

  .video1-content figcaption {
      display: none;
  }
  
  #video1:hover {
    width: 180px;
    height: 240px;
    border-radius: 5px;
    margin-left: -50px;
  }
  
  #video1:hover .video1-content {
    opacity: 1;
    pointer-events: all;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: opacity .3s ease-in-out .3s;
  }
  
  #video1:hover .video1-content img {
    width: 160px;
    opacity: 1;
    transition: width .3s ease-in-out .4s,
                opacity .3s ease-in-out .4s;
  }
  
  #video1:hover .video1-content p {
    margin-top: 10px;
    opacity: 1;
    transition: margin .3s ease-in-out .6s,
                opacity .3s ease-in-out .6s;
  }



  .document {
    z-index: 1;
    width: 60px;
    height: 60px;
    background-color: #a266a7;
    border-radius: 50%;
    margin-left: 0;
    text-align: center;
    cursor: pointer;
    transition: height .3s ease-in-out,
                width .3s ease-in-out,
                border-radius .3s ease-in-out,
                margin .3s ease-in-out;    
  }

  .document-content {
    padding: 10px;
    background-color: #fff;
    opacity: 0;
    text-align: center;
    pointer-events: none;
    transition: opacity .01s ease-in-out;
  }

  .document > img {
    width: 30px;
    margin: 15px 0;
  }  

  .document-content img {
    opacity: 0;
    transition: width .01s ease-in-out,
                opacity .01s ease-in-out;
  }  

  .document-content p {
    margin: 10px 0;
    color: #2d2d2d;
    margin-top: -20px;
    opacity: 0;
    transition: margin .01s ease-in-out,
                opacity .01s ease-in-out;
  }  

  .document-content figcaption {
    display: none;
  }  

  
  .document:hover {
    width: 180px;
    height: 240px;
    border-radius: 5px;
    margin-left: -60px;
  }  

  .document:hover .document-content {
    opacity: 1;
    pointer-events: all;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: opacity .3s ease-in-out .3s;
  }

  .document:hover .document-content img {
    width: 160px;
    opacity: 1;
    transition: width .3s ease-in-out .4s,
                opacity .3s ease-in-out .4s;
  }
  
  .document:hover .document-content p {
    margin-top: 10px;
    opacity: 1;
    transition: margin .3s ease-in-out .6s,
                opacity .3s ease-in-out .6s;
  }  

  

  
  .pdf1-content {
    width: 180px;
    height: 380px;
  }
  
  .pdf1-content img {
    width: 120px;
  }

  /*

  #pdf2 {
    background-color: #4fbaae;
  }

  .pdf2-content {
    width: 180px;
    height: 380px;
  }
  
  .pdf2-content img {
    width: 120px;
  }



  #pdf3 {
    background-color: #ea565b;
  }

  .pdf3-content {
    width: 180px;
    height: 380px;
  }
  
  .pdf3-content img {
    width: 120px;
  }

  */

  
  .info-btn {
    z-index: 1;
    width: 45px;
    height: 45px;
    background-color: #a266a7;
    border-radius: 50%;
    margin-left: 0;
    text-align: center;
    cursor: pointer;
    transition: height .3s ease-in-out,
                width .3s ease-in-out,
                border-radius .3s ease-in-out,
                margin .3s ease-in-out;    
  }

  .info-btn img {
    width: 30px;
    margin: 7px 0;
  } 
  
  .info-btn img.document-icon {
    width: 20px;
    margin: 12px 0;
  }  

  @media (min-width: 767px) {
    .info-btn {
      width: 60px;
      height: 60px;  
    }
  
    .info-btn img {
      width: 30px;
      margin: 15px 0;
    } 
    
    .info-btn img.document-icon {
      width: 30px;
      margin: 15px 0;
    }     
    
  }

  .info-btn:hover {
    background-color: #894D8E;
  }

  .purple, .bg-purple {
    background-color: #a266a7;    
  }  

  .purple:hover {
    background-color: #894D8E;    
  }   

  .red, .bg-red {
    background-color: #ea565b;    
  }

  .red:hover {
    background-color: #D13D42;
  }

  .green, .bg-green {
    background-color: #145569;    
  }

  .green:hover {
    background-color: #36A195;
  }    

  .bg-green-light {
    background-color: #69D4C8;
  }

  .bg-green-lighter {
    background-color: #82EDE1;
  }  

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

  .b-grey {
    border-color: #ccc;
  }

  .b-1 {
    border-style: solid;
    border-width: 1px;
  }

  .input-flat {
    border-radius: 0;
    outline: 0;
    border: none;
    -webkit-appearance: none;
    height: 50px;
    padding: 9px 12px;    
  }

  .btn-flat {
    border-radius: 0;
    background-color: #46c3d7;
    border: none;
    padding: 12px 15px;
    color: #FFFFFF;
    font-weight: 400;
    height: 50px;
}

.btn-flat:hover {
  background-color: #B93296;
  color: #FFFFFF;
}

  .screen {
    cursor: pointer;    
    background-color: #000000;
    line-height: 0;
  }

  .highlight img {
    opacity: 0.7;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out; 
    max-width: none;   
  }

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

  .highlight:hover img {
    opacity: 1;
  }  

  /* Modals */
  .jconfirm .jconfirm-box div.jconfirm-closeIcon {
    line-height: 11px !important;
    background-color: #D13D42;
    position: absolute;
    width: auto;
    display: inline-block !important;
    right: 10px;
    padding: 10px;
    height: auto;
    opacity: 1;
    border-radius: 2px;
    padding-right: 20px;
  }

  .jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
    position: absolute;
    top: 12px;
    right: 8px;
    font-size: 15px;
  }
  
  .jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
    background-color: #ea565b;
  }
  
  .jconfirm .jconfirm-box div.jconfirm-closeIcon:before {
    content: 'Close';
    color: #FFFFFF;
    font-size: 16px;
    line-height: 18px;
    padding-right: 10px;
    display: inline-block;
  } 

  .jconfirm .jconfirm-box div.jconfirm-backIcon {
    line-height: 11px !important;
    background-color: #4FC465;
    position: absolute;
    width: auto;
    display: inline-block !important;
    right: 10px;
    padding: 5px 10px;
    height: auto;
    opacity: 1;
    border-radius: 4px;
    padding-right: 20px;
  }

  .jconfirm .jconfirm-box div.jconfirm-backIcon .fa {
    position: absolute;
    top: 7px;
    right: 8px;
    font-size: 15px;
  }
  
  .jconfirm .jconfirm-box div.jconfirm-backIcon:hover {
    background-color: #ea565b;
  }
  
  .jconfirm .jconfirm-box div.jconfirm-backIcon:before {
    content: 'Back';
    color: #FFFFFF;
    font-size: 16px;
    line-height: 18px;
    padding-right: 10px;
    display: inline-block;
  } 

.p-b-50 {
    padding-bottom: 50px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.fs-15, .fs-15 p {
  font-size: 15px;
  line-height: 22px;
}
.fs-18, .fs-18 p {
  font-size: 18px;
  line-height: 26px;
}
.fs-18-imp, .fs-18-imp p {
  font-size: 18px !important;
  line-height: 26px!important;
}
.fs-23, .fs-23 p {
  font-size: 23px;
  line-height: 25px;
}
.fs-24 {
  font-size: 24px;
  line-height: 26px;
}
.fs-34 {
  font-size: 34px;
  line-height: 36px;
}
.fs-35 {
  font-size: 35px;
  line-height: 37px;
}

.fs-38 {
  font-size: 38px;
  line-height: 40px;
}

.fs-40 {
  font-size: 40px;
  line-height: 42px;
}

.fs-42 {
  font-size: 42px;
  line-height: 48px;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-31 {
  line-height: 31px !important;
}

.mb-p-20 p {
  margin-bottom: 20px;
}

/* Small screen font sizes */
@media (min-width: 768px) and (max-width: 1179px) {
  .sm-fs-28 {
      font-size: 28px !important;
      line-height: 30px !important;  
  }
}

/* Extra Small screen font sizes */
@media (max-width: 480px) {
  .xs-fs-25 {
      font-size: 25px !important;
      line-height: 25px !important;  
  }
}

.m-l-10 {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .mw-80 {
     max-width: 80%;
     margin: 0 auto;
  }
  .mw-60 {
      max-width: 60%;
      margin: 0 auto;
   }    
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #071920;
    margin: 10px 0 20px 0;
}

.wdgt-title {
  font-size: 40px;
  line-height: 48px;
}

h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #145569;
  margin: 10px 0 15px 0;
}

.text-purple {
  color: #a266a7;  
}

.band-widget-content .btn {
  border: none;
  /*border-radius: 0;*/
  font-weight: normal;
  font-size: 16px;
  font-family: 'Roboto';
}

.band-widget-content .btn:hover {
  border: none;
}

.btn-soft-rounded {
  border-radius: 2px !important;
}

.band-widget-content a, .band-widget-content a:link, .band-widget-content a:visited {
  text-decoration: none;
}

/* Images */
.band-widget-content img { 
  max-width: 100%;
  height: auto;
}


.btn-main {
  display: inline-block;
  background-color: #50c364;
  color: white !important;
  text-align: center;
  padding: 10px;
  color: white !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

.btn-main:hover {
  background-color: #46c3d7;
}

.btn-website {
  display: inline-block;
  background-color: #50c364;
  color: white !important;
  text-align: center;
  padding: 10px;
  color: white !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

.btn-website:hover {
  background-color: #46c3d7;
}

.jconfirm {
  z-index: 99991;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  overflow: inherit;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    vertical-align: middle;
    color: #145569;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    margin: 30px 0 0 0;    
}

@media (min-width: 768px) {

  .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    font-size: 30px;
    line-height: 36px;
    margin: 30px 0 10px 0;    
  }

}

.jconfirm .jconfirm-box div.jconfirm-title-c {
  display: block;
  font-size: 22px;
  line-height: 20px;
  -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
  user-select: none;
  cursor: default;
  padding-bottom: 15px;
  border-bottom: #ccc 1px solid;
  margin-bottom: 20px;
  }

.jconfirm .jconfirm-box .jconfirm-content {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  
  color: #071920;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px; 
}

.jconfirm .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.jconfirm-content p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.jconfirm-content strong, .jconfirm-content b {
  font-weight: 500;
}

.jconfirm-content ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.statement p {
  font-size: 16px;
  line-height: 22px;  
  color: #999999;
}

.play-icon {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
}

.play-icon:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  content: "\f144";
  position: absolute;
  font-size: 150px;
  line-height: 150px;
  z-index: 1;
  color: #FFFFFF !important;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -75px;
  opacity: 0.7;
  text-decoration: none !important;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;  
}

.play-icon:hover:before {
  opacity: 1;
}

.content .play-icon:before {
  font-size: 50px;  
  line-height: 50px;
  margin-left: -25px;
  margin-top: -25px;  
}

.tab-content {
  padding: 10px;
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;  
}

.jconfirm-content ul:not([class]) {
  list-style: none;
  margin: 20px 0 10px 0;
  padding: 0;
}
  
.jconfirm-content ul:not([class]) li {
    position: relative;
    /*padding: 0 0 10px 20px;*/
    padding: 0 0 10px 0;
    line-height: 25px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}

/*.jconfirm-content ul:not([class]) li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
}*/

.jconfirm-content .table td, .jconfirm-content .table th {
  font-size: 18px;
  line-height: 24px; 
  font-weight: 400;
  border: none;
}

.text-label {
  background-color: #46c3d7;
  color: #FFFFFF;
  opacity: 1;
  padding: 10px 20px;
  border-radius: 0;
  cursor: pointer;
  transition: background-color .4s ease-in-out;
  -moz-transition: background-color .4s ease-in-out;
  -webkit-transition: background-color .4s ease-in-out;
}

.text-label p {
  font-size: 75px;
  white-space: nowrap;
}

.text-label:hover {
  background-color: #071920;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-color: #e9ecef #e9ecef #dee2e6;
  background-color: rgba(0,0,0,.03);  
}

.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  background-color: rgba(0,0,0,.04);
}

.nav-tabs .nav-link {
  text-decoration: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  text-decoration: none;
  background-color: #fff !important;
  border-color: #dee2e6 #dee2e6 #fff !important;
}

.btn-link {
  color:#4fbaae;
}

.btn-link:hover, .btn-link.focus, .btn-link:focus {
  text-decoration: none;
  color: #a266a7;
}

.gfield_html p {
  background-color: #eee;
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
}

.webinar-signup-form .gfield input[type="text"], .webinar-signup-form .gfield input[type="email"] {
  max-width: 500px;
}

.webinar-signup-form .gform_confirmation_message {
  /*background-color: #50c364;
  color: #FFFFFF;*/
  font-weight: 500;
  padding: 20px;
  text-align: center;
}

.gform_button {
  background-color: #50c364;
  color: #FFFFFF;
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 2px;
  min-height: 1em;
  -webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
  transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
  transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
  transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  background-image: none;
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px;  
}

.gform_button:hover, .gform_button.focus, .gform_button:focus {
  text-decoration: none;
  background-color: #46C3D7;
}

.card-header h2 {
  margin: 0;
}

.card-header h2 .btn-link {
  text-align: left;
  color: #a266a7;  
  font-size: 18px;
  line-height: 24px;
  padding: 0;  
}

.card-header h2 .btn-link:hover, .card-header h2 .btn-link.focus, .card-header h2 .btn-link:focus {
  text-decoration: none;
  color: #4fbaae;
  box-shadow: none;
}

.post-code-btn {
  position: relative;
  width: 99% !important;
  font-size: 30px !important;
  text-transform: none !important;
  display: block;
  padding-top: 100px !important;  
}

.post-code-btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  position: absolute;
  right: 0;
  left: 0;
  top: 10px;
  font-size: 60px;
  line-height: 75px;
  color: #FFFFFF;
}

.video-icon-btn {
  position: relative;
  width: 99% !important;
  font-size: 30px !important;
  text-transform: none !important;
  display: block;
  padding-top: 100px !important;    
  margin-bottom: 20px;
}

.video-icon-btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f144";
  position: absolute;
  right: 0;
  left: 0;
  top: 10px;
  font-size: 60px;
  line-height: 75px;
  color: #FFFFFF;
}

#search_postcode {
  max-width: 95%;
}

.maps-btn {
  position: relative;
  width: 100% !important;
  font-size: 30px !important;
  text-transform: none !important;
  display: block !important;
  padding-top: 100px !important;  
}

.maps-btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f279";
  position: absolute;
  right: 0;
  left: 0;
  top: 10px;
  font-size: 60px;
  line-height: 75px;
  color: #FFFFFF;
}

.jconfirm-post-code-lookup-modal .jconfirm .jconfirm-box {
  width: 90% !important;
  max-width: 800px;  
}

.jconfirm-post-code-lookup-modal .jconfirm-content {
  min-height: 80vh;
}

@media (min-width: 1000px) {
  .jconfirm-post-code-lookup-modal .jconfirm-content {
    min-height: 500px;
  }
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #4fbaae;
  background: #4fbaae;
  font-weight: normal;
  color: #ffffff;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #4fbaae;
  outline: 0;
  box-shadow: none;
}


.btn-left {
  position: relative;
  width: 99% !important;
  font-size: 20px !important;
  text-transform: none !important;
  display: inline-block;
  padding: 100px 0 10px 0 !important;  
}

@media (min-width: 768px) {
  .btn-left {
    font-size: 22px !important;
  }  
}

.btn-left:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  position: absolute;
  right: 0;
  left: 0;
  top: 10px;
  font-size: 60px;
  line-height: 75px;
  color: #FFFFFF;
}

.btn-right {
  position: relative;
  width: 99% !important;
  font-size: 20px !important;
  text-transform: none !important;
  display: inline-block;
  padding: 100px 0 10px 0 !important;  
}

@media (min-width: 768px) {
  .btn-right {
    font-size: 22px !important;
  }  
}

.btn-right:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  right: 0;
  left: 0;
  top: 10px;
  font-size: 60px;
  line-height: 75px;
  color: #FFFFFF;
}

#autorotateToggle {
  display: none !important;
}

.content-boxes-wdgt .wdgt-title {
  font-size: 40px;
  line-height: 48px;
  margin: 0;
}

/* Modal content */
.modal.no-chrome .modal-dialog {
  width: initial;
  height: initial;
  max-width: initial;
  margin: 15px;  
  padding: 0;
  background-color: transparent;
  border: none;
}

.modal.no-chrome .modal-header {
  display: none;
}
.modal.no-chrome .modal-content {
  border: none;
  border-radius: 0;
}
.modal.no-chrome .modal-body {
  padding: 0;
  margin: 0;
}
.modal .modal-body iframe {
  max-width: 100%;
}
.modal.no-chrome .modal-body iframe {
  display: block;
  background: #071920;
  border: none;
  height: calc(100vh - 95px);
  width: 100vw;
}
.modal.no-chrome button.close {
  opacity: 1;
  text-shadow: none;
  display: inline-block;
  width: auto;
  position: absolute;
  right: 10px;
  top: 17px;
}

.modal.no-chrome button div.closeIcon {
  line-height: 11px !important;
  background-color: #D13D42;
  color: #FFFFFF;
  position: absolute;
  width: auto;
  display: inline-block !important;
  right: 10px;
  padding: 5px 10px;
  height: auto;
  opacity: 1;
  border-radius: 2px;
  padding-right: 20px;
  z-index: 1;
  font-weight: 400;
}

.modal.no-chrome button div.closeIcon:hover {
  background-color: #ea565b;
}

.modal.no-chrome button div.closeIcon:before {
  content: 'Close';
  color: #FFFFFF;
  font-size: 16px;
  line-height: 18px;
  padding-right: 12px;
  display: inline-block;
}

.modal.no-chrome button div.closeIcon .far {
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 17px;
}

.modal.no-chrome button.close:not(:disabled):not(.disabled):focus, .modal.no-chrome button.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

.modal.no-chrome .modal-close {
  z-index: 8;
  position: relative;
  right: 10px;
  top: 5px;
  font-size: 30px;
  color: #008DC4;
  padding: 5px;
  width: 40px;
  text-align: center;
  height: 40px;
  cursor: pointer; 
  background-repeat: no-repeat;
}

.modal.no-chrome .modal-close:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f057";
  font-style: normal;
  font-size: 28px;
  color: #E1241F;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;    
}

.modal.no-chrome .modal-close:hover:before {
  color: #FF0000;
}


button.back {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.back {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.modal.no-chrome button.back {
  opacity: 1;
  text-shadow: none;
  display: inline-block;
  width: auto;
  position: absolute;
  right: 100px;
  top: 17px;
}

.modal.no-chrome button.back.hidden {
  display: none;
}

.modal.no-chrome button div.backIcon {
  line-height: 11px !important;
  background-color: #4FC465;
  color: #FFFFFF;
  position: absolute;
  width: auto;
  display: inline-block !important;
  right: 10px;
  padding: 5px 10px;
  height: auto;
  opacity: 1;
  border-radius: 2px;
  padding-left: 20px;
  z-index: 1;
  font-weight: 400;
}

.modal.no-chrome button div.backIcon:hover {
  background-color: #69DE7F;
}

.modal.no-chrome button div.backIcon:before {
  content: 'Back';
  color: #FFFFFF;
  font-size: 16px;
  line-height: 18px;
  padding-left: 12px;
  display: inline-block;
}

.modal.no-chrome button div.backIcon .fas {
  position: absolute;
  top: 6px;
  left: 8px;
  font-size: 17px;
}

.modal.no-chrome button.back:not(:disabled):not(.disabled):focus, .modal.no-chrome button.back:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

.modal {
  z-index: 99999;
}


/* Loading story feature images */
.modal .hero-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -35px;
}

.modal .hero-loading.hide {
  display: none;
}
  
.modal .spinner {
/*margin: 100px auto 0;*/
margin: 0;
width: 70px;
text-align: center;
line-height: 18px;  
}

.modal .spinner > div {
width: 18px;
height: 18px;
background-color: #46c3d7;

border-radius: 100%;
display: inline-block;
-moz-animation: iframe-back-loading-bouncedelay 1.4s infinite ease-in-out both;
-webkit-animation: iframe-back-loading-bouncedelay 1.4s infinite ease-in-out both;
-ms-animation: iframe-back-loading-bouncedelay 1.4s infinite ease-in-out both;
animation: iframe-back-loading-bouncedelay 1.4s infinite ease-in-out both;
}

.modal .spinner .bounce1 {
  -moz-animation-delay: -0.32s;
-webkit-animation-delay: -0.32s;
-ms-animation-delay: -0.32s;
animation-delay: -0.32s;
}

.modal .spinner .bounce2 {
  -moz-animation-delay: -0.16s;
-webkit-animation-delay: -0.16s;
-ms-animation-delay: -0.16s;
animation-delay: -0.16s;
}

@-moz-keyframes iframe-back-loading-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@-webkit-keyframes iframe-back-loading-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}

@-ms-keyframes iframe-back-loading-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@keyframes iframe-back-loading-bouncedelay {
0%, 80%, 100% {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
} 40% {
  -moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
}
}

.modal .spinner > div {
  background-color: #50c364;
}


.modal.content-modal .hero-loading {
  z-index: 99999;
}

.modal.content-modal .modal-header .close {
  color: red;
  opacity: 1;
}

.modal.content-modal .modal-header .close:hover {
  color: #B93296;
  opacity: 1;
}

.modal.fade.slide-up .modal-dialog {
  display: table;
  height: 100%;
  -webkit-transform: translate3d(0, 75%, 0);
  transform: translate3d(0, 75%, 0);
  -ms-transform: translate(0, 75%);
}

.modal.fade.slide-up.show .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
}

.modal.fade.slide-up .modal-content-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal.no-chrome .modal-body .modal-body-content {
  display: block;
  background: #071920;
  border: none;
  width: 100vw;
}
.modal .modal-body .modal-body-content {
  max-width: 100%;
}

.modal.no-chrome .modal-toolbar {
  width: 100%;
  background-color: #145569;
  height: 65px;
  /*border-bottom: 3px solid #ccc;*/
}

.modal.no-chrome .modal-toolbar .modal-title {
  text-align: center;
  font-size: 26px;
  line-height: 28px;
  padding: 16px 0;
  display:none;
}

@media (min-width: 700px) {
  .modal.no-chrome .modal-toolbar .modal-title {
    display: block;
  }
}

.modal.no-chrome .modal-toolbar .modal-logo {
  position: absolute;
  top: 11px;
  left: 15px;
  width: 100px;
  height: 40px;
  background-image: url(../../assets/images/example-modal-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}

.content-boxes-wdgt .boxes-box {
  height: 100%;
  overflow: hidden;
}

.content-boxes-wdgt .boxes-box img {
  display: block;
}

.content-boxes-wdgt .boxes-box a {
  display: block;
  text-decoration: none;
}

.content-boxes-wdgt .box-title {
  display: block;
  font-size: 22px;
  line-height: 24px;
  color: #145569;
  font-weight: 400;
  text-align: center;
  padding: 0;
  margin: 0;
}

.content-boxes-wdgt .panel-heading {
  border-top: 5px solid #145569;
}

.content-boxes-wdgt .panel-heading p {
  margin: 20px 0 10px 0;
  line-height: 22px;
}

.content-boxes-col, .content-boxes-col:hover {
  text-decoration: none;
}

@media (max-width: 767px) {

  .content-boxes-row {
      display: inline !important;
  }

  .content-boxes-col {
    display: block;
    margin-right: 0 !important;
    margin-left: 0 !important;    
  }

}

.role-box {
  width: 100%;
  /*overflow: hidden;*/
}

.role-box-img {
  background-size: cover;
  padding-bottom: 56.25%;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-l-15 {
  margin-left: 15px;
}
.m-r-15 {
  margin-right: 15px;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-b-45 {
  padding-bottom: 45px;
}
.p-t-45 {
  padding-top: 45px;
}

/*@media (min-width: 1025px) {*/
@media (min-width: 1367px) and (min-height: 769px) {
  .modal.no-chrome .modal-dialog {
    margin: 30px;  
  } 

  .modal.no-chrome .modal-body iframe {
    height: calc(100vh - 225px);
  }  

  .modal-content-wrapper {
    position: relative;
    padding: 50px;
  }

  .modal-content-wrapper .modal-bezel-top-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    height: 52px;
    z-index: 9;
    background-image: url(../../assets/images/modal-bezel/top-left-corner.png);
    background-size: cover;
  }

  .modal-content-wrapper .modal-bezel-top {
    position: absolute;
    top: 0;
    right: 50px;
    left: 46px;
    height: 50px;
    z-index: 8;
    background-image: url(../../assets/images/modal-bezel/top.png);
    background-size: contain;
  }

  .modal-content-wrapper .modal-bezel-top-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 55px;
    z-index: 9;
    background-image: url(../../assets/images/modal-bezel/top-right-corner.png);
    background-size: 100%;
  }

  .modal-content-wrapper .modal-bezel-left {
    position: absolute;
    top: 50px;
    left: 0;
    width: 50px;
    bottom: 50px;
    background-image: url(../../assets/images/modal-bezel/left.png);
    background-size: 100%;
  }

  .modal-content-wrapper .modal-bezel-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 52px;
    height: 52px;
    z-index: 9;
    background-image: url(../../assets/images/modal-bezel/bottom-left-corner.png);
    background-size: 100%;
  }

  .modal-content-wrapper .modal-bezel-bottom {
    position: absolute;
    bottom: 0;
    right: 50px;
    left: 50px;
    height: 50px;
    background-image: url(../../assets/images/modal-bezel/bottom.png);
    background-size: contain;
  }

  .modal-content-wrapper .modal-bezel-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 51px;
    height: 51px;
    background-image: url(../../assets/images/modal-bezel/bottom-right-corner.png);
    background-size: 100%;
  }

  .modal-content-wrapper .modal-bezel-right {
    position: absolute;
    top: 50px;
    right: 0;
    width: 50px;
    bottom: 50px;
    z-index: 8;
    background-image: url(../../assets/images/modal-bezel/right.png);
    background-size: 100%;
  }

}

/* Webinars */
.ve-webinar-label {
  cursor: pointer;
}

.ve-webinar-box {
  position: relative;
  background-color: #f3f4f6;
}

.ve-webinar-box {
  padding-bottom: 50px;
}

/*.ve-webinar-box.ve-webinar-has-type {
  padding-bottom: 72px;
}*/

.ve-webinar-box .we-webinar-date {
  padding: 15px 5px;
  text-align: center;
}

.we-webinar-title {
  padding: 5px;
  text-align: center;
}

.we-webinar-type {
  /*position: absolute;
  left: 0;
  bottom: 0;
  right: 0;*/
  color: #FFFFFF;
  padding: 5px;
  text-align: center;
}

.we-webinar-input {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  text-align: center;
  background-color: #e8e9ed;
}

/*.ve-webinar-box.ve-webinar-has-type .we-webinar-input {
  bottom: 36px;
}*/

/*.ve-webinar-box.ve-webinar-type-environment {
  border: 1px solid #50C364;
}*/

/*.ve-webinar-box.ve-webinar-type-environment .we-webinar-date {
  border-bottom: 5px solid #50C364;
}*/

.ve-webinar-box.ve-webinar-type-environment .we-webinar-type {
  background-color: #50C364;
}

/*.ve-webinar-box.ve-webinar-type-future-airspace {
  border: 1px solid #46C3D7;
}*/

/*.ve-webinar-box.ve-webinar-type-future-airspace .we-webinar-date {
  border-bottom: 5px solid #46C3D7;
}*/

.ve-webinar-box.ve-webinar-type-future-airspace .we-webinar-type {
  background-color: #46C3D7;
}

/*.ve-webinar-box.ve-webinar-type-airspace-users {
  border: 1px solid #B93296;
}*/

/*.ve-webinar-box.ve-webinar-type-airspace-users .we-webinar-date {
  border-bottom: 5px solid #B93296;
}*/

.ve-webinar-box.ve-webinar-type-airspace-users .we-webinar-type {
  background-color: #B93296;
}

/*.ve-webinar-box.ve-webinar-type-automation {
  border: 1px solid #E66E0A;
}*/

/*.ve-webinar-box.ve-webinar-type-automation .we-webinar-date {
  border-bottom: 5px solid #E66E0A;
}*/

.ve-webinar-box.ve-webinar-type-automation .we-webinar-type {
  background-color: #E66E0A;
}

.ve-webinar-box.ve-webinar-type-general .we-webinar-type {
  background-color: #145569;
}

.ve-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 

.ve-embed-container iframe, .ve-embed-container object, .ve-embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/* Generic search */
.filter-wrapper-search .search-btn-append {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.filter-wrapper-search .text-post-tag {
display: block;
width: 100%;
}

.filter-wrapper-search .text-post-tag {
position: relative;
display: block;
  width: 100%;
  text-transform: none;
  margin: 0 5px 8px 0;
  padding: 15px;
  font-size: 16px !important;       
}

.filter-wrapper-search .text-post-tag:before {
font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  font-size: 16px;
  position: absolute;
  top: 0;
  line-height: 50px;
  color: #FFFFFF;
  font-size: 22px;
  right: 10px;    
}

.filter-wrapper-search .text-post-tag.active:before {
  content: "\f14a";
  font-weight: 900;
  z-index: 8;
}

.filter-wrapper-search .text-post-tag.active:hover:before {
  color: #071920;
}

@media (min-width: 992px) {

  .filter-wrapper-search .text-post-tag {
      display: inline-block;
      width: 15%;
  }

}

.gen-search-frm {
	position: relative;
}

.gen-search-frm .form-control {
	background-color: #f1f5f9;
	padding-right: 90px;
}

.search-results-title, .search-results-no-results {
	font-size: 24px;
    line-height: 26px;
}

.search-results-reset {
	color: red;
	cursor: pointer;
}

.search-results-reset:hover {
	color: #071920;
}


.filter-wrapper .text-post-tag {
	background-color: #2e3032;
	color: #fff;
	display: inline-block;
  text-decoration: none;
	font-size: 14px;
  margin: 0 5px 8px 0;
  line-height: 50px;
  height: 50px;
	padding: 0 15px 0 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
	-webkit-transition: color 150ms ease-out, background-color 150ms ease-out;
	        transition: color 150ms ease-out, background-color 150ms ease-out;
}
.filter-wrapper .text-post-tag:hover,
.filter-wrapper .text-post-tag.active {
	background-color: #46C3D7;
}

.filter-wrapper .text-post-tag.active:hover {
	background-color: #FFFFFF;
    color: #145569 !important;
}

@media (min-width: 992px) {   
    
	.content-panel.filter-wrapper {
		width: 270px;
	}
	.filter-wrapper .text-post-tag {
		font-size: 12px;
		padding: 0 10px 0 10px;
	}
	.filter-wrapper {
		display: block;
	}
}

.ve-dropdown-order.pull-right {
  float: right;
}

.ve-dropdown-order .btn-default {
  background-color: #FFFFFF;
  border-radius: 0;
  outline: 0;
  box-shadow: none;  
}

.ve-dropdown-order .dropdown-menu {
    border: 0;
    border-radius: 0;
}

.ve-dropdown-order .dropdown-item {
  color: #071920;
  text-decoration: none;
  background-color: #FFFFFF;
  padding: 10px 15px;
}

.ve-dropdown-order .dropdown-item:hover, .ve-dropdown-order .dropdown-item:focus, .ve-dropdown-order .dropdown-item.active {
  color: #071920;
  text-decoration: none;
  background-color: #e7e7e7;
}

/* Loading button */
.hide {
  display: none;
}

.load-more-container {
  position: relative;
}

.ve-split-button.dropdown .btn.dropdown-toggle::after {
  margin-left: 10px;
}

.ve-split-button.dropdown.show .btn.dropdown-toggle {
  background-color: #46c3d7 !important;
}

.ve-split-button.dropdown .dropdown-menu {
  border-radius: 0;
  margin: 0;
}

.ve-split-button.dropdown .dropdown-menu .dropdown-item {
  color: #071920 !important;
  border: none !important;
  line-height: 20px;
  text-decoration: none;
}

.ve-split-button.dropdown .dropdown-menu .dropdown-item:hover {
  color: #FFFFFF !important;
  border: none !important;
  background-color: #46c3d7 !important;  
  text-decoration: none;  
}

.btn-primary.icon-more, .btn-primary.icon-more:active {
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 11px 15px;
  color: #145569;
  font-weight: 400;
  outline: 0;
  box-shadow: none;     
}

.btn-primary.icon-more:hover, .btn-primary.icon-more:focus, .btn-primary.icon-more:not(:disabled):not(.disabled).active, .btn-primary.icon-more:not(:disabled):not(.disabled):active {
  border: 1px solid transparent;
  background-color: #071920;
  color: #fff;
  outline: 0;
  box-shadow: none;   
}

.icon-more, .icon-more:visited {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjZweCIgdmlld0JveD0iMCAwIDI0IDI2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgaWQ9IkJHIiBkaXNwbGF5PSJub25lIj48L2c+PGcgaWQ9IkxheWVyXzIiIGRpc3BsYXk9Im5vbmUiPjwvZz48ZyBpZD0iTGF5ZXJfMSI+PHBhdGggZD0iTTIzLjYsMTIuNmwtMC45LDAuMWMwLjQsMy40LTAuNyw2LjctMy4xLDkuMWMtMi4xLDIuMS00LjgsMy4yLTcuOCwzLjJjLTIuOSwwLTUuNy0xLjEtNy44LTMuMnMtMy4yLTQuOC0zLjItNy44YzAtMi45LDEuMS01LjcsMy4yLTcuOGMyLjEtMi4xLDQuOC0zLjIsNy44LTMuMmMyLjYsMCw1LjEsMC45LDcuMSwyLjZsLTUuMSwxLjVsMC4zLDAuOWw2LjMtMS45TDE4LjYsMGwtMC45LDAuM0wxOSw0LjdjLTItMS42LTQuNS0yLjQtNy4yLTIuNGMtMy4yLDAtNi4xLDEuMi04LjQsMy41QzEuMiw4LDAsMTEsMCwxNC4xYzAsMy4yLDEuMiw2LjEsMy41LDguNFM4LjcsMjYsMTEuOSwyNmgwYzMuMiwwLDYuMS0xLjIsOC40LTMuNUMyMi45LDE5LjksMjQuMSwxNi4zLDIzLjYsMTIuNnoiLz48L2c+PGcgaWQ9IkxheWVyXzMiIGRpc3BsYXk9Im5vbmUiPjwvZz48L3N2Zz4=) !important;
  background-repeat: no-repeat;
  background-position: 12px 7px;
}

.icon-more:hover, .icon-more:focus, .icon-more:active {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjZweCIgdmlld0JveD0iMCAwIDI0IDI2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgaWQ9IkJHIiBkaXNwbGF5PSJub25lIj48cmVjdCBkaXNwbGF5PSJpbmxpbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNiIvPjwvZz48ZyBpZD0iTGF5ZXJfMiIgZGlzcGxheT0ibm9uZSI+PC9nPjxnIGlkPSJMYXllcl8xIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjMuNiwxMi42bC0wLjksMC4xYzAuNCwzLjQtMC43LDYuNy0zLjEsOS4xYy0yLjEsMi4xLTQuOCwzLjItNy44LDMuMmMtMi45LDAtNS43LTEuMS03LjgtMy4ycy0zLjItNC44LTMuMi03LjhjMC0yLjksMS4xLTUuNywzLjItNy44YzIuMS0yLjEsNC44LTMuMiw3LjgtMy4yYzIuNiwwLDUuMSwwLjksNy4xLDIuNmwtNS4xLDEuNWwwLjMsMC45bDYuMy0xLjlMMTguNiwwbC0wLjksMC4zTDE5LDQuN2MtMi0xLjYtNC41LTIuNC03LjItMi40Yy0zLjIsMC02LjEsMS4yLTguNCwzLjVDMS4yLDgsMCwxMSwwLDE0LjFjMCwzLjIsMS4yLDYuMSwzLjUsOC40UzguNywyNiwxMS45LDI2aDBjMy4yLDAsNi4xLTEuMiw4LjQtMy41QzIyLjksMTkuOSwyNC4xLDE2LjMsMjMuNiwxMi42eiIvPjwvZz48ZyBpZD0iTGF5ZXJfMyIgZGlzcGxheT0ibm9uZSI+PC9nPjwvc3ZnPg==) !important;
  background-repeat: no-repeat;
}

.icon-more .hero-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -21px;
}
.icon-more .preload-image {
  visibility: hidden;
  position: absolute;
}
.icon-more .spinner {
/*margin: 100px auto 0;*/
margin: 0;
width: 70px;
text-align: center;
}

.icon-more .spinner > div {
width: 14px;
height: 14px;
background-color: #FFFFFF;

border-radius: 100%;
display: inline-block;
-moz-animation: icon-more-loading-bouncedelay 1.4s infinite ease-in-out both;
-webkit-animation: icon-more-loading-bouncedelay 1.4s infinite ease-in-out both;
-ms-animation: icon-more-loading-bouncedelay 1.4s infinite ease-in-out both;
animation: icon-more-loading-bouncedelay 1.4s infinite ease-in-out both;
}

.icon-more .spinner .bounce1 {
  -moz-animation-delay: -0.32s;
-webkit-animation-delay: -0.32s;
-ms-animation-delay: -0.32s;
animation-delay: -0.32s;
}

.icon-more .spinner .bounce2 {
  -moz-animation-delay: -0.16s;
-webkit-animation-delay: -0.16s;
-ms-animation-delay: -0.16s;
animation-delay: -0.16s;
}

@-moz-keyframes icon-more-loading-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@-webkit-keyframes icon-more-loading-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}

@-ms-keyframes icon-more-loading-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@keyframes icon-more-loading-bouncedelay {
0%, 80%, 100% {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
} 40% {
  -moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
}
}

/* New search */
.search-grid-item ul.list_breadcrumb li {
  font-size: 15px;
  line-height: 18px;
}

.search-grid-item ul.list_breadcrumb li.last {
   display: none;
}

.search-grid-item ul.list_breadcrumb li a {
   color: #46c3d7;
}

.search-grid-item ul.list_breadcrumb li:after {
   color: #071920;
}

.search-grid-item .search-item-hover:hover ul.list_breadcrumb li:after {
   color: #FFFFFF;    
}

.search-item-title-link, .search-item-title-link:link, .search-item-title-link:hover {
   text-decoration: none;
}

.search-item-title-link:hover {
   color: #FFFFFF;
}

.search-item {
 background-color: #FFFFFF;	
 border-top: 6px solid #46c3d7;
   padding: 15px;
   margin-bottom: 30px;
   width: 100%;
   position: relative;
}

.search-item a.link, .search-item a.link:hover, .search-item a.link:focus, .search-item a {
  color: #145569;
  font-weight: 400;
  text-decoration: none;
}

.search-item a, .search-item a:focus, .search-item a:hover, .search-item a:active {
  outline: 0 !important;
  text-decoration: none;
}

.search-item-date {
   color: #145569;
   font-size: 12px;
}

.search-item-hover, .search-item-hover:visited{
   display: block;
   color: #145569;
}

.search-item-hover:hover, .search-item-hover:focus {
   color: #FFFFFF;
}

.search-item-hover:hover .search-item {
   background-color: #071920;
   /*border-top: 6px solid #50c364;*/
}

.search-item-hover:hover .search-item a, .search-item-hover:hover .search-item a:link, .search-item-hover:hover .search-item a:hover, .search-item-hover:hover .search-item a:visited {
   color: #FFFFFF;    
}

.search-grid-item .search-item-hover:hover ul.list_breadcrumb li a {
   color: #46c3d7;
}

.search-item-hover:hover .search-item ul.list_breadcrumb li a:hover, .search-item-hover:hover .search-item ul.list_breadcrumb li a:focus {
   color: #50c364;
}

.search-item-hover:hover .search-item-date {
   color: #FFFFFF;
}

.search-item-title {
   font-family: "Roboto";
   font-weight: 400;
   font-size: 18px;
   margin-bottom: 20px;
   display: block;
   padding-bottom: 10px;
   border-bottom: 1px solid #e8e9ed;
}

.search-item-subtitle {
   font-family: "Roboto";
   font-weight: 400;
   font-size: 16px;
   margin-bottom: 20px;
   display: block;
   padding-bottom: 20px;
   border-bottom: #e8e9ed 1px solid;
}

.search-item-image {
   position: relative;
   background-color: #eee;
}

.search-item-image:before {
   content: "\f03e";
   font-family: "Font Awesome 5 Free";
   left: 50%;
   position: absolute;
   top: 50%;
   font-size: 70px;
   color: #ccc;
   margin-left: -35px;
   margin-top: -55px;
}

.search-item-image img {
   width: 100%;
   height: auto;
   opacity: 0;

   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   left: 0;    
}

.search-item-image img.loaded {
   opacity: 1;
}

.search-item-terms-tax {
   margin-right: 5px;
}

.search-item-terms .search-item-terms-tax-item:after {
   content: ', ';
}

.search-item-terms .search-item-terms-tax-item:last-child:after {
   content: '';
}

.dont-break-out {

   /* These are technically the same, but use both */
   overflow-wrap: break-word;
   word-wrap: break-word;

   -ms-word-break: break-all;
   /* This is the dangerous one in WebKit, as it breaks things wherever */
   word-break: break-all;
   /* Instead use this non-standard one: */
   word-break: break-word;

   /* Adds a hyphen where the word breaks, if supported (No Blink) */
   -ms-hyphens: auto;
   -moz-hyphens: auto;
   -webkit-hyphens: auto;
   hyphens: auto;

}
.btn-static {
  position: absolute;
  z-index: 999;
  top: 0px;
  right: 55px;
  padding: 10px;
  border-radius: 0 !important;
  line-height: 29px;
}

@media (min-width: 501px) {

  .btn-static {
    padding: 8px 10px;
    right: 45px;
    line-height: 23px;
  }

}

.band_slider_screen_embed.band_slider_carousel_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;  
  margin: 0 80px;
}

.band_slider_screen_embed .band_slider_carousel_slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 471px;  
  padding: 0 70px;    
}

.band_slider_screen_embed.band_slider_carousel_wrapper .owl-nav div {
  background: #ffffff;
  border-radius: 2px !important;
  margin: 2px !important;
  padding: 0 !important;
  width: 70px;
  height: 70px;
  line-height: 70px !important;
  font-size: 60px !important;
  color: #ccc;
  border: 1px solid #ccc;
  opacity: 1;
  z-index: 999;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;

  position: absolute;
  top: 13px;
  bottom: 0;
  height: 471px;
  background: #145569 !important;
}

.band_slider_content_carousel.band_slider_carousel_wrapper .owl-nav div {
  color: #ccc !important;
  border: 1px solid #ccc;
}

.band_slider_screen_embed.band_slider_carousel_wrapper .owl-nav div:hover {
  background: #46c3d7 !important;  
}


.band_slider_screen_embed .band_slider_carousel_slider .owl-prev {
  left: -70px;
}

.band_slider_screen_embed .band_slider_carousel_slider .owl-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  width: 70px;
  height: 100%;
  position: absolute;
  content: "\f053";
  line-height: 471px;
  text-indent: 0;
}

.band_slider_screen_embed .band_slider_carousel_slider .owl-next, .band_slider_carousel_slider .owl-prev {
  color: #FFFFFF !important; 
  border: 0 !important;
}

.band_slider_screen_embed .band_slider_carousel_slider .owl-next:hover, .band_slider_carousel_slider .owl-prev:hover {
  color: #FFFFFF !important; 
}

.band_slider_screen_embed .band_slider_carousel_slider .owl-next {
  right: -70px;     
}  

.band_slider_screen_embed .band_slider_carousel_slider .owl-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  width: 70px;
  height: 100%;
  position: absolute;
  content: "\f054";
  line-height: 471px;
  text-indent: 0;
}

.band_slider_screen_embed .role-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 470px !important;
  margin: 10px 0;
}

.band_slider_content_carousel .role-box {
  width: auto;
  margin: 10px 0;
}

.band_slider_content_carousel .panel-heading {
  border-top: 5px solid #145569;
  text-align: center;
}

.band_slider_content_carousel .btn {
  margin: 0 auto;
}

.band_slider_screen_embed .band_slider_container .slider-box-mh {
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
}

.band_slider_screen_embed .band_slider_container p.slide-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;  
  color: #145569;
  font-size: 40px;
  line-height: 50px;
}

.band_slider_screen_embed .band_slider_container h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 65px;
  color: #071920;

  /*position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
  text-align: center;

}

.band_slider_screen_embed .band_slider_container .slide-date {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 75px;
  color: #145569;
  text-align: center;
}

.band_slider_screen_embed h3 {
  text-overflow: clip;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
}

.band_slider_screen_embed .band_slider_container .slide-text {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -60px;
}

.band_slider_screen_embed.band_slider_screen_webinars .band_slider_container .slide-text {
  margin-top: -40px;
}

.b-nats-stone-blue {
  border-color: #145569 !important;
}
.b-b {
  border-bottom-width: 1px;
  border-bottom-style: solid;  
}

/* -------------------- Catalogues ------ */

.filter-wrapper-catalogues {
	border-top: 6px solid #145569;
}

.filter-wrapper-catalogues h3 {
  font-size: 27px;
  line-height: 40px;  
  font-weight: 400;
}

.filter-wrapper-catalogues .text-post-tag {
	display: block;
	width: 100%;
}

.filter-wrapper-catalogues .text-post-tag {
	position: relative;
	display: block;
    width: 100%;
    font-size: 14px !important;
    text-transform: none;
}

.filter-wrapper-catalogues .text-post-tag {
  line-height: 50px;
  height: 50px;
}

.filter-wrapper-catalogues .text-post-tag:before {
	font-family: "Font Awesome 5 Free";
    content: "\f0c8";
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 0;
    margin-top: 0;
    color: #FFFFFF;
}

.filter-wrapper-catalogues .text-post-tag.active:before {
    content: "\f14a";
    font-weight: 900;
    z-index: 8;
}

.filter-wrapper-catalogues .text-post-tag.active:hover:before {
    color: #071920;
}

@media (min-width: 992px) {
  .filter-wrapper-catalogues .text-post-tag {
    line-height: 30px;
    height: 30px;
  }

  .filter-wrapper-catalogues .text-post-tag:before {
    right: 8px;
  }

}

.clear-filters, .clear-filters:link, .clear-filters:visited {
  color: #fff;
  text-decoration: none !important;
}

.clear-filters .fa {
  color: red;
}

.clear-filters:hover {
  color: #b93296 !important;
}

.clear-filters:hover .fa {
  color: #b93296;
}

/* Forms */
.catalogues-search-frm {
	position: relative;
}

.form-control, .form-control:focus, .form-control:hover {
  border-radius: 0;
  border: none;
}

.catalogues-search-frm .form-control {
  background-color: #f1f5f9;
  padding-right: 55px;
  font-size: 14px;
  line-height: 20px;
  height: 44px;
}

.search-btn-append {
    position: absolute;
    right: 0;	
}

.catalogues-results-title, .catalogues-results-no-results, .catalogues-no-results {
	font-size: 24px;
    line-height: 26px;
}

.catalogues-results-reset {
	color: red;
	cursor: pointer;
}

.catalogues-results-reset:hover {
	color: #071920;
}

.filter-menu-section-title {
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  border-bottom: 1px solid white;
  display: block;
  padding: 5px 0px;
  text-decoration: none !important;
}

.filter-menu-section-title:visited, .filter-menu-section-title:focus {
  color: #FFFFFF;
}

.filter-menu-section-title:hover {
  color: #50c364 !important;
}

.filter-menu-section-title:before {
  content: "+";
  font-size: 23px;
  line-height: 23px;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 6px;
  transition: all 0.3s ease;
  transform: rotate(45deg);
  width: 23px;
  height: 23px;
  text-align: center;
  display: block;
}

.filter-menu-section-title.collapsed:before {
  transform: rotate(0deg);
}

.btn-flat-midnight-green {
  border-radius: 0;
  background-color: #145569;
  border: none;
  padding: 8px 12px;
  color: #fff;
  font-weight: 400;
}

.btn-flat-midnight-green:hover, .btn-flat-midnight-green:focus {
  background-color: #50c364;
  color: #fff;
}

/* Catalogues */
.catalogue-grid-item ul.list_breadcrumb li.last {
  display: none;
}


.catalogue-item-title-link, .catalogue-item-title-link:link, .catalogue-item-title-link:hover {
  text-decoration: none;
}

.catalogue-item-title-link:hover {
  color: #FFFFFF;
}

.catalogue-item {
background-color: #FFFFFF;	
border-top: 6px solid #50c364;
  padding: 15px;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}

.bw-item {
  padding: 10px;
}

.catalogue-item-date {
  color: #145569;
  font-size: 14px;
}

.catalogue-item-hover, .catalogue-item-hover:visited{
  display: block;
  color: #145569;
  text-decoration: none !important;
}

.catalogue-item-hover:hover, .catalogue-item-hover:focus {
  color: #FFFFFF;
}

.catalogue-item-hover:hover .catalogue-item {
  background-color: #071920;
  /*border-top: 6px solid #50c364;*/
}

.catalogue-item-hover:hover .search-item a, .catalogue-item-hover:hover .catalogue-item a:link, .catalogue-item-hover:hover .catalogue-item a:hover, .catalogue-item-hover:hover .catalogue-item a:visited {
  color: #FFFFFF;    
}

.catalogue-item-hover:hover .catalogue-item ul.list_breadcrumb li a:hover, .catalogue-item-hover:hover .catalogue-item ul.list_breadcrumb li a:focus {
  color: #50c364;
}

.catalogue-item-hover:hover .catalogue-item-date {
  color: #FFFFFF;
}

.catalogue-item-image-fh {
  padding-bottom: 75%;
}

@media (min-width: 768px) {
  .grid-item-featured .catalogue-item-image-fh {
      padding-bottom: 42%;
  }
}

.catalogue-item-title {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  text-align: center;    
  word-break: break-word;
}


.grid-item-featured .catalogue-item-title {
  font-size: 40px;
}

.catalogue-item-title-clamp {
  font-size: 22px;
  line-height: 26px;
  height: 80px;
  overflow: hidden;
  display: flex !important;
  align-items: center;   
} 

.grid-item-featured .catalogue-item-title-clamp {
  font-size: 40px;
  line-height: 44px;
}

.ve-modal-body .catalogue-item-title {
  font-size: 18px;
  line-height: 24px;
}

.ve-modal-body .catalogue-item-title-clamp {
  font-size: 18px;
  line-height: 24px;
}

.bw-title {
  font-size: 16px;
  padding-bottom: 0;
}

.bw-fixed-height-mode .bw-title {
  height: 45px;
  overflow: hidden;
  word-break: normal;
  display: table;
  text-align: center;
  width: 100%;
}

.bw-fixed-height-mode .bw-title span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.catalogue-item-title-no-subtitle {
  margin-bottom: 0;
  border-bottom: none;
}

.catalogue-item-subtitle {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  display: block;
  padding-bottom: 10px;
  word-break: break-word;    
}

.modal .catalogue-item-subtitle {
  position: absolute;
  bottom: 0;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 80%;
  margin: 0 auto 20px auto;    
}

.catalogue-item-subtitle-clamp {
  height: 110px;
  overflow: hidden;
}

.catalogue-item-image {
  position: relative;
  background-color: #eee;
}

.catalogue-item-image:before {
  content: "\f03e";
  font-family: "Font Awesome 5 Free";
  left: 50%;
  position: absolute;
  top: 50%;
  font-size: 70px;
  color: #ccc;
  margin-left: -35px;
  margin-top: -55px;
}

.catalogue-item-image.loaded:before {
  content: "";
}

.catalogue-item-image img, .catalogue-item-image .catalogue-item-fh-image {
  width: 100%;
  /*height: auto;*/
  height: 100%;

  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;    
}

.catalogue-item-image .catalogue-item-fh-image {
  background-size: cover;
  background-position: center;
}

.catalogue-item-image .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -38px;
  margin-top: -38px;
  display: none;
}

.asset-type-video .catalogue-item-image img {
  opacity: 0.8;
}

.asset-type-video .catalogue-item-image .video-play-btn {
  display: inline-block;
}

.catalogue-item-terms {
  border-top: 1px solid rgba(255,255,255,0.3);
  padding: 20px 0 10px 0;
}

.catalogue-item-terms-tax {
  margin-right: 5px;
  padding: 10px 0 0 0;
  font-weight: 500;
  font-size: 14px;
  color: rgba(255,255,255,0.4);
}

.catalogue-item-terms-tax-item{
  font-size: 14px;
}

.catalogue-item-terms .catalogue-item-terms-tax-item:after {
  content: ', ';
}

.catalogue-item-terms .catalogue-item-terms-tax-item:last-child:after {
  content: '';
}

.catalogue-item.has-media-links {
  margin-bottom: 0;
}

.catalogue-media {
background-color: #071920;	
  padding: 15px;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  text-align: center;
}

.catalogue-media-title {
  color: #FFFFFF;   
  margin-bottom: 10px; 
  display: inline-block;
  margin-right: 10px;    
}

.catalogue-media-icons {
  display: inline-block;
}

.catalogue-media .btn-transparent {
  color: #FFFFFF !important;
}

.catalogue-media .btn {
  overflow: hidden;
  width: 33px;
  padding: 5px 0;
  text-align: center;    
}

.catalogue-media .tooltip .tooltip-arrow {
  border-bottom-color: #50c364;
}

.catalogue-media .tooltip .tooltip-inner { 
  background-color: #50c364;
}  


/* Catalogue colour schemes */
.cat_scheme_1 .catalogue-item {
  background-color: #145569;
}

.cat_scheme_1 .catalogue-item-hover, .cat_scheme_1 .catalogue-item-hover:visited {
  color: #FFFFFF;
}

.cat_scheme_1 .catalogue-item-hover:hover .catalogue-item {
  background-color: #071920;
}	

.cat_scheme_1 .catalogue-item-terms-tax {
  color: rgba(255,255,255,0.6);
}




.cat_scheme_2 .catalogue-item {
  background-color: #071920;
}

.cat_scheme_2 .catalogue-item-hover, .cat_scheme_2 .catalogue-item-hover:visited {
  color: #FFFFFF;
}

.cat_scheme_2 .catalogue-item-hover:hover .catalogue-item {
  background-color: #145569;
}	

.cat_scheme_2 .catalogue-item-terms-tax {
  color: rgba(255,255,255,0.6);
}



.cat_scheme_3 .catalogue-item-title {
  border-bottom: 1px solid #DDDDDD;
}

.cat_scheme_3 .catalogue-item {
  background-color: #FFFFFF;
}

.cat_scheme_3 .catalogue-item-hover, .cat_scheme_3 .catalogue-item-hover:visited {
  color: #071920;
}

.cat_scheme_3 .catalogue-item-hover:hover .catalogue-item {
  background-color: #145569;
}

.cat_scheme_3 .catalogue-item-terms-tax {
  color: #888888;
}

.cat_scheme_3 .catalogue-item-hover:hover {
  color: #FFFFFF;
}

.cat_scheme_3 .catalogue-item-hover:hover .catalogue-item-terms-tax {
  color: rgba(255,255,255,0.6);
}


.cat_scheme_4 .catalogue-item {
  background-color: transparent;
  border: none;
}

.cat_scheme_4 .catalogue-item-hover:hover .catalogue-item {
  background-color: transparent;
}

.cat_scheme_4 .catalogue-item-hover:hover .catalogue-item-image {
  filter: brightness(95%);
}

.cat_scheme_4 .catalogue-item-image img {
  border: #ccc 1px solid;
  box-shadow: 3px 3px #ddd;
}

.cat_scheme_4 .catalogue-item-title {
  color: #071920;
  border-bottom: none;
  font-size: 15px;
}

.cat_scheme_4 .catalogue-item-hover:hover .catalogue-item-title {
  color: #50c364;
}

.cat_scheme_4 .catalogue-item-subtitle {
  display: none;
}

.catalogue-no-subtitle .catalogue-item-title {
  margin-bottom: 0;
  border-bottom: none;
}

.responsive-table {
  overflow-x:auto;
}

/* -------------------- Catalogues ------ */

.filter-list-container {
  width: 100%;
  }
  
  .orderby-container {   
  display: inline-block;   
  margin-bottom: 10px;
  text-align: right;
  width: 100%;
  }
  
  .orderby {
  height: 39px;
  padding: 0px 15px 0 5px;
  border: none;
  background-color: #145569;
  color: white;
  border-radius: 3px;
  /*border-top: #dd24d1 5px solid;*/
  font-size: 14px;
  }
  
  .filter-list {
  display: inline-block; 
  }
  
  @media (min-width: 998px) {
  
  .filter-list-container {
    position: relative;
    padding-right: 210px;  
  }
  
  .filter-list {
    min-height: 44px;
  }
  
  .orderby-container {
    position: absolute;
    right: 0;    
    margin: 0; 
    width: auto; 
  }    
  }

.filter-wrapper-catalogues {
  border-top: 6px solid #145569;
}

.filter-wrapper-catalogues h3 {
font-size: 27px;
line-height: 40px;  
font-weight: 400;
}

.filter-wrapper-catalogues .text-post-tag {
  display: block;
  width: 100%;
}

.filter-wrapper-catalogues .text-post-tag {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px !important;
  text-transform: none;  
  
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-right: 30px;      
}

.filter-wrapper-catalogues .text-post-tag .name {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
flex-shrink: 1;
}

.filter-wrapper-catalogues .text-post-tag .count {
display: inline-block;
flex-basis: content;
flex-grow: 0;
flex-shrink: 0;
margin-left: 5px;
}  

.filter-wrapper-catalogues .text-post-tag {
line-height: 50px;
height: 50px;
}

.filter-wrapper-catalogues .text-post-tag:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 0;
  margin-top: 0;
  color: #FFFFFF;
}

.filter-wrapper-catalogues .text-post-tag.active:before {
  content: "\f14a";
  font-weight: 900;
  z-index: 8;
}

.filter-wrapper-catalogues .text-post-tag.active:hover:before {
  color: #071920;
}

@media (min-width: 992px) {
.filter-wrapper-catalogues .text-post-tag {
  line-height: 30px;
  height: 30px;
}

.filter-wrapper-catalogues .text-post-tag:before {
  right: 8px;
}

}

.filter-list .filter-list-btn, .filter-list .filter-list-count, .filter-list .filter-list-adm-view-btn, .filter-list .filter-list-pub-view-btn {
padding: 10px 10px 10px 10px;
height: auto;
font-size: 14px;
line-height: 16px;
border-radius: 3px;
background-color: #145569 !important;
color: #FFFFFF !important;
border-top: #45c3d7 5px solid !important;
white-space: nowrap; 
}

.filter-list .filter-list-count {
background-color: #145569 !important;
color: #FFFFFF !important;
border-top: #46C3D7 5px solid !important;
}

.filter-list .filter-list-adm-view-btn, .filter-list .filter-list-pub-view-btn {
background-color: #a176f1 !important;
color: #FFFFFF !important;
/*border-top: #dd24d1 5px solid !important;*/
}

.filter-list .filter-list-adm-view-btn {
background-color: red !important;
color: #FFFFFF !important;
/*border-top: #dd24d1 5px solid !important;*/
}
.filter-list .filter-list-adm-view-btn:hover, .filter-list .filter-list-pub-view-btn:hover {
background-color: #dd24d1 !important;    
}

.filter-list .filter-list-btn:hover,   .filter-list.filter-wrapper .text-post-tag.active:hover {
background-color: #FFFFFF !important;
color: #145569 !important;
/*border-top: #6a62f1 5px solid !important; */
}  

.filter-list .filter-list-btn i {
margin-left: 5px;   
color: #FFFFFF !important;
}  

.filter-list .filter-list-btn:hover i {
margin-left: 5px;   
color: #145569 !important;
}  

.clear-filters, .clear-filters:link, .clear-filters:visited {
color: #fff;
text-decoration: none !important;
}

.clear-filters .fa {
color: red;
}

.clear-filters:hover {
color: #b93296 !important;
}

.clear-filters:hover .fa {
color: #b93296;
}

 /* Mobile friendly filters */
 .fs-filter-header {
  background-color: #145569;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 15px 16px;
  margin: 0;    
  }
  
  .fs-filter-header h3 {
  margin: 0;
  }
  
  .fs-filter-footer {
  background-color: #145569;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 15px 16px;
  margin: 0;    
  }
  
  .btn-clear-filters, .btn-clear-filters:active, .btn-clear-filters:focus, .btn-clear-filters:hover, .btn-close-fs-menu, .btn-close-fs-menu:active, .btn-close-fs-menu:focus, .btn-close-fs-menu:hover {
  color: #FFFFFF;
  background-color: #FF0000 !important;
  border-color: #FF0000 !important;
  box-shadow: none !important;  
  font-size: 14px;
  line-height: 18px;  
  }
  
  .btn-close-fs-menu {
  position: absolute;
  top: 18px;
  right: 15px;  
  }
  
  .btn-view-dances, .btn-view-dances:active, .btn-view-dances:focus, .btn-view-dances:hover {
  position: absolute;
  right: 15px;
  background-color: #46c3d7 !important;
  border-color: #46c3d7 !important;
  box-shadow: none !important;
  font-size: 14px;
  line-height: 18px;      
  }
  
  .btn-fs-filter-menu, .btn-fs-filter-menu:active, .btn-fs-filter-menu:focus, .btn-fs-filter-menu:hover {
  background-color: #145569 !important;
  border-color: #145569 !important;
  width: 100%;
  }
  
  .fs-filter-count-container {
  border-top: 1px solid #FFFFFF;
  }
  
  .fs-filter-count-container .filter-list-count {
  padding: 10px 0;
  }
  
  .catalogues-search-frm.catalogues-search-frm-fs .form-control {
  background-color: #FFFFFF;
  }
  
  .filter-menu-top-section-title {
  position: relative;
  color: #FFFFFF;
  display: block;
  text-decoration: none !important;
  }
  
  .filter-menu-top-section-title:visited, .filter-menu-top-section-title:focus, .filter-menu-top-section-title:hover {
  color: #FFFFFF !important;
  }
  
  @media (max-width: 767px) {
  
  .filter-menu-title {
    border-bottom-color: #dd24d1;
  }
  
  .filter-menu-top-section-title:hover {
    color: #FFFFFF !important;
  }
  
  .filter-menu-top-section-title:before {
    content: "+";
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
    transform: rotate(45deg);
    width: 27px;
    height: 40px;
    text-align: center;
    display: block;
  }
  
  .filter-menu-top-section-title.collapsed:before {
    transform: rotate(0deg);
  }  
  
  }


 .filter-wrapper {
  display: none;
}

@media (max-width: 767px) {
  .filter-wrapper.fs-open {
    display: block;
    position: fixed;
    top: 64px;
    right: 0;
    left: 0px;
    bottom: 54px;
    z-index: 9999999;
    margin: 0;
    border-radius: 0;
  }

  .filter-wrapper-overflow {
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .filter-wrapper {
    display: block;
  }
}

/*-----------------------Stat Module --------------------------------------*/

.ntimeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

  .ntimeline:before {
      top: 0;
      bottom: 0;
      position: absolute;
      content: " ";
      width: 3px;
      background-color: #eeeeee;
      left: 50%;
      margin-left: -1.5px;
  }

  .ntimeline > li {
      margin-bottom: 20px;
  position: relative;
  visibility: hidden;
  }

      .ntimeline > li:before,
      .ntimeline > li:after {
          content: " ";
          display: table;
      }

      .ntimeline > li:after {
          clear: both;
      }

      .ntimeline > li:before,
      .ntimeline > li:after {
          content: " ";
          display: table;
      }

      .ntimeline > li:after {
          clear: both;
      }

      .ntimeline > li > .ntimeline-panel {
          width: 46%;
          float: left;
          border: 1px solid #d4d4d4;
          background-color: #FFFFFF;
          border-radius: 2px;
          padding: 20px;
          position: relative;
          -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
      }

          .ntimeline > li > .ntimeline-panel:before {
              position: absolute;
              top: 26px;
              right: -15px;
              display: inline-block;
              border-top: 15px solid transparent;
              border-left: 15px solid #ccc;
              border-right: 0 solid #ccc;
              border-bottom: 15px solid transparent;
              content: " ";
          }

          .ntimeline > li > .ntimeline-panel:after {
              position: absolute;
              top: 27px;
              right: -14px;
              display: inline-block;
              border-top: 14px solid transparent;
              border-left: 14px solid #fff;
              border-right: 0 solid #fff;
              border-bottom: 14px solid transparent;
              content: " ";
          }

      .ntimeline > li > .ntimeline-badge {
          color: #fff;
          width: 50px;
          height: 50px;
          line-height: 50px;
          font-size: 1.4em;
          text-align: center;
          position: absolute;
          top: 16px;
          left: 50%;
          margin-left: -25px;
          background-color: #999999;
          z-index: 20;
          border-top-right-radius: 50%;
          border-top-left-radius: 50%;
          border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
      }

      .ntimeline > li.ntimeline-inverted > .ntimeline-panel {
          float: right;
      }

          .ntimeline > li.ntimeline-inverted > .ntimeline-panel:before {
              border-left-width: 0;
              border-right-width: 15px;
              left: -15px;
              right: auto;
          }

          .ntimeline > li.ntimeline-inverted > .ntimeline-panel:after {
              border-left-width: 0;
              border-right-width: 14px;
              left: -14px;
              right: auto;
          }

.ntimeline-badge.primary {
  background-color: #2e6da4 !important;
}

.ntimeline-badge.success {
  background-color: #3f903f !important;
}

.ntimeline-badge.warning {
  background-color: #f0ad4e !important;
}

.ntimeline-badge.danger {
  background-color: #d9534f !important;
}

.ntimeline-badge.info {
  background-color: #5bc0de !important;
}

.ntimeline-title {
  margin-top: 0;
  color: inherit;
  margin-bottom: 20px;
}

.ntimeline-body > p,
.ntimeline-body > ul {
  margin-bottom: 0;
}

  .ntimeline-body > p {
      margin-bottom: 15px;
  }

  .ntimeline-body > ul li {
      margin-bottom: 15px;
  }    

@media (max-width: 767px) {
  ul.ntimeline:before {
      left: 40px;
  }

  ul.ntimeline > li > .ntimeline-panel {
      width: calc(100% - 90px);
      width: -moz-calc(100% - 90px);
      width: -webkit-calc(100% - 90px);
  }

  ul.ntimeline > li > .ntimeline-badge {
      left: 15px;
      margin-left: 0;
      top: 16px;
  }

  ul.ntimeline > li > .ntimeline-panel {
      float: right;
  }

      ul.ntimeline > li > .ntimeline-panel:before {
          border-left-width: 0;
          border-right-width: 15px;
          left: -15px;
          right: auto;
      }

      ul.ntimeline > li > .ntimeline-panel:after {
          border-left-width: 0;
          border-right-width: 14px;
          left: -14px;
          right: auto;
      }
} 

.ntimeline li.is-shown {
visibility: visible;
}

.ntimeline li.fade-in {
visibility: visible;

-webkit-animation: 2s fadein;
-moz-animation: 2s fadein;
-o-animation: 2s fadein;
-ms-animation: 2s fadein;
animation: 2s fadein;	
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.videoLoader {
  position: relative;
  width: 100%;
  height: 100%;
}

.videoLoader .hero-loading {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -35px;
}

.videoLoader .spinner {
/*margin: 100px auto 0;*/
margin: 0;
width: 70px;
text-align: center;
}

.videoLoader .spinner > div {
width: 18px;
height: 18px;
background-color: #46c3d7;

border-radius: 100%;
display: inline-block;
-moz-animation: airplus-hero-loading-bouncedelay 1.4s infinite ease-in-out both;
-webkit-animation: airplus-hero-loading-bouncedelay 1.4s infinite ease-in-out both;
-ms-animation: airplus-hero-loading-bouncedelay 1.4s infinite ease-in-out both;
animation: airplus-hero-loading-bouncedelay 1.4s infinite ease-in-out both;
}

.videoLoader .spinner .bounce1 {
  -moz-animation-delay: -0.32s;
-webkit-animation-delay: -0.32s;
-ms-animation-delay: -0.32s;
animation-delay: -0.32s;
}

.videoLoader .spinner .bounce2 {
  -moz-animation-delay: -0.16s;
-webkit-animation-delay: -0.16s;
-ms-animation-delay: -0.16s;
animation-delay: -0.16s;
}

@-moz-keyframes airplus-hero-loading-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@-webkit-keyframes airplus-hero-loading-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}

@-ms-keyframes airplus-hero-loading-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  }
40% { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); transform: scale(1.0); }
}					

@keyframes airplus-hero-loading-bouncedelay {
0%, 80%, 100% {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
} 40% {
  -moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
}
}	

.videoLoader .video-image {
  position: relative;
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100%;
  opacity: 0.7;
}

.videoLoader .video-image:focus {
  color: #FFFFFF;
}

.videoLoader .video-image:hover {
  opacity: 1;
}

.videoLoader .video-image video {
  width: 100%;
  height: 100%;
}

.flightStatsWdgt .flight-stats-departed {
  position: absolute;
  top: 400px;
  left: 0;  
}

.flightStatsWdgt .flight-stats-landed {
  position: absolute;
  bottom: 200px;
  left: 0;  
}

.flightStatsWdgt .flight-stats-airborne {
  position: absolute;
  top: 400px;
  right: 0;  
}

.flightStatsWdgt .flight-stats-yesterday {
  position: absolute;
  bottom: 200px;
  right: 0;  
}

.flightStatsWdgt .flight-stats-title {
  font-family: 'Roboto', Arial, sans-serif;  
  font-weight: 100;
  font-size: 120px;
  line-height: 120px;
  color: #b93296;
  text-align: left;
  text-shadow: 0 0 7px #b93296, 0 0 10px #b93296, 0 0 21px #b93296, 0 0 42px #b93296, 0 0 82px #b93296, 0 0 92px #b93296, 0 0 102px #b93296, 0 0 151px #b93296;

  color: #fff;
  text-shadow:
    0 0 7px #fff,
    0 0 10px #fff,
    0 0 21px #fff,
    0 0 42px #46c3d7,
    0 0 82px #46c3d7,
    0 0 92px #46c3d7,
    0 0 102px #46c3d7,
    0 0 151px #46c3d7; 

}

.flightStatsWdgt .flight-stats-value {
  font-family: 'Roboto', Arial, sans-serif;  
  font-weight: 100;
  font-size: 350px;
  line-height: 450px;
  text-align: left;
  color: #b93296;
  text-shadow: 0 0 7px #b93296, 0 0 10px #b93296, 0 0 21px #b93296, 0 0 42px #b93296, 0 0 82px #b93296, 0 0 92px #b93296, 0 0 102px #b93296, 0 0 151px #b93296;
  color: #fff;
  text-shadow:
    0 0 7px #fff,
    0 0 10px #fff,
    0 0 21px #fff,
    0 0 42px #46c3d7,
    0 0 82px #46c3d7,
    0 0 92px #46c3d7,
    0 0 102px #46c3d7,
    0 0 151px #46c3d7;  
}

.flightStatsWdgt .flight-stats-main-title {
  font-family: 'Roboto', Arial, sans-serif; 
  font-weight: 100; 
  right: 0;
  font-size: 250px;
  line-height: 250px;
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #46c3d7, 0 0 82px #46c3d7, 0 0 92px #46c3d7, 0 0 102px #46c3d7, 0 0 151px #46c3d7;
}

.flightStatsWdgt .flight-stats-airborne .flight-stats-title, .flightStatsWdgt .flight-stats-yesterday .flight-stats-title, .flightStatsWdgt .flight-stats-airborne .flight-stats-value, .flightStatsWdgt .flight-stats-yesterday .flight-stats-value {
  text-align: right;
}