.proteus-popup {
  display: block;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity linear .3s, visibility linear .3s;
}

.proteus-popup.open {
  visibility: visible;
  opacity: 1;
  transition: opacity ease .3s;
}

.proteus-popup.open .proteus-popup-container {
  opacity: 1;
  transition: opacity ease .3s;
}

.proteus-popup .proteus-close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 32px;
  height: 32px;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  border-radius: 2px;
  font-size: 0;
  background: #29487B;
  z-index: 500;
}

.proteus-popup .proteus-close:hover {
  cursor: pointer;
  background: #1C74BA;
}

.proteus-popup .proteus-close:before {
  position: absolute;
  right: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.proteus-popup .proteus-close:after {
  position: absolute;
  right: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.proteus-popup .proteus-popup-container {
  position: relative;
  left: 50%;
  top: 50%;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  width: 650px;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
  opacity: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity linear .3s;
}

.youtube_video {
  display: block;
  width: 100%;
}

.youtube_video .title {
  font-size: 24px;
  font-weight: bold;
  color: #f38a00;
}

.youtube_video .image {
  margin-top: 15px;
}

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

.youtube_video .video {
  color: #2e2e2e;
}

@media (min-width: 1024px) {
  .youtube_video {
    display: inline-block;
    vertical-align: top;
    width: 33.333333%;
    padding: 10px;
  }
}

/* Video-page specific content column styles */
#t-interior2 .l-hero {
  max-height: 425px;
  overflow: hidden;
}

#t-interior2 .l-hero .hero {
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}

#t-interior2 .l-hero .hero img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}

#t-interior2 .e-content {
  background-color: #fff;
}

#t-interior2 .e-main-content {
  color: #fff;
}

#t-interior2 .e-main-content .l-intro {
  background-color: #000;
  color: #fff;
}

#t-interior2 .e-main-content .l-intro .intro {
  max-width: 925px;
  margin: 0 auto;
}

#t-interior2 .e-main-content .l-intro .intro h1,
#t-interior2 .e-main-content .l-intro .intro h2,
#t-interior2 .e-main-content .l-intro .intro h3 {
  color: #f38a00;
  text-align: center;
}

#t-interior2 .e-main-content .l-intro .intro h1 strong,
#t-interior2 .e-main-content .l-intro .intro h2 strong,
#t-interior2 .e-main-content .l-intro .intro h3 strong {
  display: block;
  margin: 0 auto;
  font-weight: 700;
  color: #000;
}

@media (min-width: 768px) {
  #t-interior2 .e-main-content .l-intro .intro {
    text-align: left;
  }
  #t-interior2 .e-main-content .l-intro .intro h1 strong,
  #t-interior2 .e-main-content .l-intro .intro h2 strong,
  #t-interior2 .e-main-content .l-intro .intro h3 strong {
    display: inline;
  }
}

#t-interior2 .e-main-content .l-intro .intro {
  max-width: 1200px;
}

#t-interior2 .e-main-content .l-intro h1, #t-interior2 .e-main-content .l-intro h2 {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  margin: 14px 0;
  font-weight: 700;
}

@media (min-width: 768px) {
  #t-interior2 .e-main-content .l-intro h1, #t-interior2 .e-main-content .l-intro h2 {
    font-size: 42px;
  }
}

#t-interior2 .l-column1,
#t-interior2 .l-column2 {
  font-size: 16px;
}

#t-interior2 .l-column1 .box-wc,
#t-interior2 .l-column2 .box-wc {
  padding: 40px 20px;
}

#t-interior2 .l-column1 h1, #t-interior2 .l-column1 h2,
#t-interior2 .l-column2 h1,
#t-interior2 .l-column2 h2 {
  color: #000;
}

#t-interior2 .l-column1, #t-interior2 .l-column2 {
  background-color: #2e2e2e;
  color: #fff;
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
