@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@font-face {
    font-family: 'bebas_neue';
    src: url('web_fonts/BebasNeue-webfont.eot');
    src: url('web_fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('web_fonts/BebasNeue-webfont.woff') format('woff'),
         url('web_fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('web_fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


#cssmenu {
  margin: 0;
  padding: 0;
  display: block;
  font-family: 'bebas_neue';
  position:relative;
  z-index: 9999;
  font-size:35px;
  border:none;
  background-color: rgb(59, 122, 150);

}
#cssmenu ul {
  border:1px solid black;
  background-color: rgb(59, 122, 150);
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  
}
#cssmenu ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  font-size:21px;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul li a:hover{color:black;}
#cssmenu ul li a:visited{color:white;}

#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 11px;
  right: 6px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 13px;
  right: 6px;
}
#cssmenu ul li ul li a {
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 140px;
  padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #4cb6ea;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #4cb6ea;
}
#cssmenu ul li ul li:hover > ul {
  left: 170px;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: '';
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: '';
  border: 4px solid transparent;
  border-top-color: #285970;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  padding: 15px 20px;
  font-weight: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000000;

}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	@font-face {
    font-family: 'bebas_neue';
    src: url('web_fonts/BebasNeue-webfont.eot');
    src: url('web_fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('web_fonts/BebasNeue-webfont.woff') format('woff'),
         url('web_fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('web_fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
	
	#cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu{
	  font-family:'bebas_neue';
    
  }
  
  #cssmenu ul{ border:none;font-family:'bebas_neue';}
  
  #cssmenu ul > li {
    float: none;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul {
    left: 0;
    position: relative;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
    width: auto;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000000;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 0;
    font-size: 20px;
    letter-spacing: .5px;
    color: #ffffff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
  
  
  
  /* non-menu styles */  
  body{background-color:#BCBEC0;}
/*  #header #smallLogo{
	  display:inline;border:solid thin #285970; margin-top:.625em; margin-bottom:.625em; width:100%;
  }*/
  
  header{display:none;}
  
  #smallLogo{width:100%;}
  
  #logo{
	  display:none;
  }
  #mediumLogo{display:none;}

  #content{background-color:#ffffff; padding-top:.625em;height:400px;}
      
  #hidden_content{display:block;}
   
  #content_text{display:none;}
  
  #hidden_content_text{padding-left:2px;position:relative; height:250px;margin-left:auto; margin-right:auto; width:100%;}
  #hidden_content_text img{width:32%;margin-bottom:.5em;}
  #hidden_content_text img:hover { opacity: .7; -webkit-filter: grayscale(100%) sepia(100%); }
  #small_hidden_content{display:none;}
/*  #content{background-color:#ffffff; padding-top:.625em; margin-top:.625em; margin-bottom:.625em; border: 1px solid black;height:700px;}
  
  #container{margin-top:.625em;}
  
  #large_content{display:none;}
  
  #hidden_content{display:block;}
  #hc_title{color:rgb(59, 122, 150); text-align:center;font-weight:bold; font-size:24px;letter-spacing:.5px; font-family:'bebas_neue'; }
  #hc_text{padding-left:.625em;font-weight:normal; font-size:15px; font-family:verdana;}
  
  #image_set_small{text-align:center;margin-left:auto; margin-right:auto; position:relative;width:100%; height:5%; margin-top:10px;}
  #image_set_small img {max-width:30%;border:1px solid black; }*/
  
  #footer {position:relative;text-align:center; background-color:#ffffff;font-family: Verdana, arial, serif; font-size: 13px; color: black; border: 1px solid black; margin-bottom:.625em;}
  
  #video {width:95%; margin-left:auto; margin-right:auto;text-align:center;}
  
  #containingBlock {
  width: 50%;
}

.videoWrapper {
  position: relative;
  height: 0;
}

* html .videoWrapper {
  margin-bottom: 45px;
  margin-bottom: 0;
}

.videoWrapper .videoPadding {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100;
  top: 300;
}

.videoWrapper .wistia_embed,
.videoWrapper .wistia_playlist {
  height: 100%;
  width: 100%;
}

.wideScreen {
  padding-bottom: 56.25%; /* hard-coded 16:9 aspect ratio */
}

.fourByThree {
  padding-bottom: 75%; /* hard-coded 4:3 aspect ratio */
}

.withSocialBar {
  padding-top: 28px;
}
  
}
