@charset "utf-8";
/* CSS Document */



.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Multiple colum Nav */
.dropdown-menu {
	min-width: 200px;
}
.dropdown-menu.columns-2 {
	min-width: 400px;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}
.multi-column-dropdown {
	list-style: none;
  margin: 0px;
  padding: 0px;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	/*color: #333;
	white-space: normal;*/
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	/*color: #262626;
	background-color: #999;*/
}

@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 480px !important;
		overflow-x: hidden;
	}
}

/* Multiple colum Nav */

.xctfooter
{
    color:#fff !important;
}
.xctfooter a
{
    font-weight:normal !important; font-size:small !important;
    font-style: normal !important;
}

.pgad {
	padding-right:50px !important
}

.menuM {display: none;}
.menuD {display: block;}
.mhidden{display: block;}

/*@media only screen and (max-width: 575.98px) {*/
@media (max-width: 575.98px) {
    .pgad {
		padding-right:0px !important;	
    }
    
    .mhidden{display: none;}
    
    .dropdown {
            max-height: 200px;
            width: 100%;
            overflow-y: scroll;
    }
    
    .menuM {
            display: block;
            max-height: 200px;
            width: 100%;
            overflow-y: scroll;
    }
    
    .menuD {display: none;}
}