/*.global-bgcarousel {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    z-index: -1;*/
/*}*/
/*#content {*/
/*    background-color: #000;*/
/*    padding: 2rem;*/
/*    color: #fff;*/
/*}*/
/*#content {*/
/*    height: 68.5vh;*/
/*    overflow-y: auto;*/
/*}*/
/*.admin-bar #content {*/
/*    height: 66.5vh;*/
/*}*/
/*#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, */
/*#content a {*/
/*    color: #ffffff;*/
/*}*/
/*#content h1.entry-title {*/
/*    text-align: center;*/
/*    font-size: 2rem !important;*/
/*    margin-bottom: 3rem;*/
}
/*.fl-bg-embed-code .vd-bgcarousel {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    bottom: 0;*/
/*}*/

@media (min-width: 768px) {
  #menu-menu-primary > li {
    position: relative;
  }
  #menu-menu-primary > li:after {
    content: '';
    position: absolute;  
    /*background-color: #215fb5;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    /*transition: all .5s;*/
    /*transform: scaleY(0);*/
  }
  #menu-menu-primary > li:hover:after,
  #menu-menu-primary > .current-menu-item:after {
      transform: scaleY(1);
  }
  #menu-menu-primary > li > a {
    position: relative;
    /*padding-top: 2rem;*/
    /*padding-bottom: 2rem; */
    z-index: 2; 
    background-color: transparent !important;
  }
	.ratio-thumbnail-8-5 {
		padding-bottom: 62.5% !important;
	}
}
