.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}
/*small only*/
@media screen and (max-width: 1000px)
{
	 .large-menu
	{
		display: none;
	}
	 .small-menu
	{
		visibility: visible;
	}
}
/*medium and up*/
@media screen and (min-width: 1000px)
{
	 .large-menu
	{
		visibility: visible;
	}
	 .small-menu
	{
		display: none;
	}
}



body {
	background-color:#9c1006;
	color:#626262;


.starthidden {
	display: none;
}
 .menuu {
 	cursor: pointer;
    cursor: hand;
}
@font-face {
    font-family: obcecada;
    src: url('/imsf/fonts/obcecada-sans-ffp.ttf');	
}
h1 {
	font-size: 2rem;
	font-family: arial, verdana;
	color:#556181;
}
h2 {
	font-size: 1.6rem;
	font-family: arial, verdana;
	color:#00acf3;
}
h3,h4,h5,h6 {
	font-size: 1.4rem;
	font-family: arial, verdana;
	color:#00acf3;
}
a {
  color: #ea5b0c;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #688252; }
  a img {
    border: 0; }
.custom-navbar {
	font-size: 0.9rem;
}
td
{
	font-size:0.8rem;
}
td h3 {
	font-size:1rem;	
}
table {
	border:none;
}
.footer {
	color: #DEDEDE;
	font-size: 80%;
}
.right {
		text-align:right;
}
.top-bar, .top-bar ul {
    background-color: #FFFFFF;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #ea5b0c transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
  }
  h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem; color:#9c1006; }
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; color:#ba1307; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; color:#ba1307; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; color:#ba1307; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; color:#ba1307; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; color:#ba1307; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}
