form.video-search:before {
    content: '\f002';
    font-family: fontawesome;
    position: absolute;
    left: 5px;
    top: 18px;
    font-size: 20px;
}
form.video-search input {
    padding: 2px 5px!important;
    border: 0;
    border-bottom: 2px solid;
    width: 100%;
}

form.video-search input::-webkit-input-placeholder { /* Edge */
  color: #000;
  font-weight: 700;
  font-size: 24px;
}

form.video-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  font-weight: 700;
  font-size: 24px;
}

form.video-search input::placeholder {
  color: #000;
  font-weight: 700;
  font-size: 24px;
}
form.video-search input:focus-within::placeholder {
  opacity: 0;
}
.video-frame-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.75);
    z-index: 99999999999 !important;
}
.video-inner-frame-wrap {
    width: 80%;
    height: 80%;
    margin: 10%;
    position: relative;
    top: -10%;
}
.video-frame-close {
    background-color: #b01719;
    font-size: 20px;
    color: white;
    padding: 10px;
    position: fixed;
    top: 0;
}
.video-frame-wrap.hide {
    display: none;
}

a.vid-search-button {
    background-color: #172b41;
    color: white;
    display: inline-block;
    padding: 10px;
    font-size: 20px;
    margin: 5px;
}
a.vid-search-button.toggled {
    pointer-events: none;
    opacity: .6;
}
a.vid-search-button:hover, a.vid-search-button.selected, a.video-frame-close:hover {
  opacity: .8;
	color: #ffffff;
}

.content-wrapper .inner-video-wrap > h3 {
	color: #133C5C; /* Dark Blue */
  font-size: 22px;
}

a.vid-search-button.toggled {
	pointer-events: none;
	opacity: .6;
}
img.vid-thumbnail {
    cursor: pointer;
	padding-bottom: 10px;
}
.quarter-video-sections {
	display: none;
}

.quarter-video-sections.toggled.hide {
	display: none;
}

.quarter-video-sections.toggled {
	display: inline-block;
  vertical-align: top;
}
.quarter-video-sections {
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
}
iframe.youtube-vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 720px;
}

.video-grid-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.video-grid-wrapper {
    width: 100%;
    text-align: center;
}
.lb-active {
    overflow: hidden;
}
form.video-search input::placeholder {
  font-size: 19px!important;
  line-height: 1;
}
form.video-search input::-webkit-input-placeholder {
    font-size: 19px!important;
    line-height: 1;
}
@media all and ( min-width: 1070px ) {
    ul.ubermenu-submenu.ubermenu-submenu-id-25328 {
        width: 1069px !important;
    }
}

@media all and (max-width: 1366px) {
  	.quarter-video-sections {
  		width: 33%;
  	}
    .video-inner-frame-wrap {
      width: 90%;
      margin: 10% 5%;
      top: 0;
  }
}
@media all and (max-width: 1024px) {
  .video-inner-frame-wrap {
      height: 50%;
  }
  body .video-inner-frame-wrap {
    height: auto;
  }
  .video-inner-frame-wrap {
    top: 20vh;
  }
}
@media all and (max-width: 980px) {

	.quarter-video-sections {
		width: 50%;
	}
	a.vid-search-button {
		padding: 8px;
		font-size: 18px;
	}
}
@media all and (max-width: 768px) {
  .thumbnail-wrap {
    text-align: center;
  }
  .video-inner-frame-wrap {
    height: 34%;
  }
	a.vid-search-button {
		padding: 6px;
		font-size: 16px;
		margin: 4px;
	}
  .quarter-video-sections {
    width: 100%;
    padding: 20px 0;
  }
}
@media all and (max-width: 479px) {
	a.vid-search-button {
		padding: 4px;
		font-size: 14px;
		margin: 2px;
	}
	.content-wrapper .inner-video-wrap > h3 {
		margin: 0;
		font-size: 16px;
	}
	#post_14108 .constraint {
		width: 100%;
	}
}
