html{
    overflow: visible !important;
}
* {
  border-collapse: collapse;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
@media screen and (min-width: 1401px) {
  html {
    font-size: 120%;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 110%;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 100%;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 90%;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 80%;
  }
}
#content{
    overflow: hidden;
}
#header{
    padding-top: 20px;
}
.box-sl-inner{
    display: none;
}
.breadcrumb-navigation{
    margin: 0 !important;
    padding: 10px !important;
}
.news12 .unstyled-list li a{
    text-decoration: underline #000000;
    color: #000000;
}
#mobile-menu{
    display: none;
    position: fixed;
    z-index: 10394;
    top: 3.125rem;
    left: auto;
    width: 76%;
    height: auto;
    padding-bottom: 0;
    right: 0;
    height: 100%;
    background-color: rgba(22,188,180,1);
}
#mobile-menu.show-sub{
    padding-bottom: 3.125rem;
}
.mobile-menu-ov{
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
#mobile-menu .v-menu .d-menu{
    max-width: none;
    width: 100%;
}
.app-bar-mobile{
    height: 45px;
    border-bottom: 1px solid #dddddd;
    background-color: rgba(255,255,255,1);
    display: none;
}
.app-bar-mobile.active{
    background-color: rgba(255,255,255,1);
}
.fixed-top,
.fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1030;
}
.fixed-top {
  top: 0;
  bottom: auto;
}

.logo-mobile{
    margin-right: 57px;
    height: 100%;
    padding: 5px 0 5px 0;
}
.logo-mobile #logo{
    display: inline-block;
    height: 100%;
    width: 200px;
    background-position: center;
}
a.open-mobile-menu{
    width: 45px;
    height: 45px;
    display: block;
    float: right;
    margin-right: 10px;
}
a.open-mobile-menu .app-bar-open-icon{
    background-image: url("/images/menu.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}
.app-bar-mobile.active .app-bar-open-icon,
a.open-mobile-menu:active .app-bar-open-icon,
a.open-mobile-menu:hover .app-bar-open-icon{
    background-image: url("/images/menu-hover.png");
}
.dropdown-toggle {
  position: relative;
  cursor: pointer;
}
.dropdown-toggle:before {    
  display: block;
  position: absolute;
  vertical-align: middle;
  color: transparent;
  font-size: 0;
  content: "";
  height: 5px;
  width: 5px;
  background-color: transparent;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-color: #ffffff;
  top: 50%;
  left: 100%;
  margin-left: -1rem;
  margin-top: -0.1625rem;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.dropdown-toggle.open:before{
    -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.v-menu {
  text-align: left;
  background: #16BCB4;
  max-width: none;
  list-style: none inside none;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
  float: none;
}
.v-menu li {
  display: block;
  float: none;
  position: relative;
}
.v-menu li:before,
.v-menu li:after {
  display: table;
  content: "";
}
.v-menu li:after {
  clear: both;
}
.v-menu li a {
  color: #ffffff;
  font-size: 15px;
  display: block;
  float: none;
  padding: .75rem 2rem .75rem 2.5rem;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
  /*white-space: nowrap;*/
  min-width: 12.5rem;
  border: none;
}
.v-menu li a img,
.v-menu li a .icon {
  position: absolute;
  left: .875rem;
  top: 50%;
  margin-top: -0.5625rem;
  color: #262626;
  max-height: 1.125rem;
  font-size: 1.125rem;
  display: inline-block;
  margin-right: .3125rem;
  vertical-align: middle;
  text-align: center;
}
/*.v-menu li.active {
  border-left: 2px solid;
  border-color: #1ba1e2;
}*/
.v-menu li.active > a {
  background-color: #f37d34;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.v-menu li:hover > a {
  text-decoration: none;
  background: #f37d34;
}
.v-menu li:hover > a,
.v-menu li:hover .icon {
  color: #ffffff;
}
.v-menu li a[data-hotkey] {
  padding-right: 3.2rem;
}
.v-menu li a[data-hotkey]:after {
  content: attr(data-hotkey);
  position: absolute;
  right: 1.2rem;
  width: auto;
  font-size: .8em;
}
.v-menu .divider {
  padding: 0;
  height: 1px;
  margin: 0 1px;
  overflow: hidden;
  background-color: #f2f2f2;
}
.v-menu .divider:hover {
  background-color: #f2f2f2;
}
.v-menu.subdown .d-menu {
  min-width: 0;
  position: relative;
  width: 100%;
  left: 0 ;
  right: 0 ;
  top: 100%;
  box-shadow: none;
  background-color: #0b7475;
}
.v-menu .item-block {
  display: block;
  padding: .625rem;
  background-color: #eeeeee;
}
.v-menu .d-menu {
  left: 100%;
  top: -10%;
}
.v-menu .menu-title {
  background-color: #f6f7f8;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 8px;
  border: 0;
  color: #646464;
}
.v-menu .menu-title:first-child {
  margin: 0;
  border-top-width: 0;
}
.v-menu .menu-title:first-child:hover {
  border-top-width: 0;
}
.v-menu .menu-title:hover {
  background-color: #f6f7f8;
  cursor: default;
  border: 0;
}
.v-menu .dropdown-toggle:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: -2px;
}
.v-menu .dropdown-toggle:before {
  transition: all 0.3s ease;
}
.v-menu .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.3s ease;
}
.v-menu.subdown .dropdown-toggle:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 0;
  left: auto;
  width: 10px;
  height: 10px;
  right: 20px;
  margin-top: -4px;
}
.v-menu > li > a > .open-close{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    z-index: 10;
    background-color: transparent;
    border-left: 1px solid #ffffff;

}
.v-menu.subdown .dropdown-toggle.open:before{
    -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.v-menu.subdown .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.v-menu li.disabled a {
  color: #eeeeee;
}
.v-menu li.disabled:hover {
  background-color: inherit;
  cursor: default;
  border: 0;
}
.v-menu li.disabled:hover a {
  cursor: inherit;
}
.d-menu {
  text-align: left;
  background: #ffffff;
  max-width: 15.625rem;
  list-style: none inside none;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
  float: left;
  border-collapse: separate;
  position: absolute;
  display: none;
  z-index: 1000;
  left: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.f-menu .d-menu{
  display: block;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}
.d-menu li:hover > .dropdown-toggle:before {
  border-color: #ffffff;
}
.d-menu li {
  display: block;
  float: none;
  position: relative;
}
.d-menu li:before,
.d-menu li:after {
  display: table;
  content: "";
}
.d-menu li:after {
  clear: both;
}
.d-menu li a {
  color: #727272;
  font-size: 15px;
  display: block;
  float: none;
  padding: .75rem 2rem .75rem 2.5rem;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
  /*white-space: nowrap;*/
  min-width: 12.5rem;
  border: none;
}
.v-menu .d-menu li a{
    color: #ffffff;
}
.d-menu li a img,
.d-menu li a .icon {
  position: absolute;
  left: .875rem;
  top: 50%;
  margin-top: -0.5625rem;
  color: #262626;
  max-height: 1.125rem;
  font-size: 1.125rem;
  display: inline-block;
  margin-right: .3125rem;
  vertical-align: middle;
  text-align: center;
}
.d-menu li.active {
  border-left: 2px solid;
  border-color: #1ba1e2;
}
.d-menu li.active > a {
  background-color: #f37d34;
  color: #ffffff;
  font-weight: bold;
}
.d-menu li:hover {
  text-decoration: none;
  background: #f37d34;
}
.d-menu li:hover > a,
.d-menu li:hover .icon {
  color: #ffffff;
}
.d-menu li a[data-hotkey] {
  padding-right: 3.2rem;
}
.d-menu li a[data-hotkey]:after {
  content: attr(data-hotkey);
  position: absolute;
  right: 1.2rem;
  width: auto;
  font-size: .8em;
}
.d-menu .divider {
  padding: 0;
  height: 1px;
  margin: 0 1px;
  overflow: hidden;
  background-color: #f2f2f2;
}
.d-menu .divider:hover {
  background-color: #f2f2f2;
}
.d-menu.subdown .d-menu {
  min-width: 0;
  position: relative;
  width: 100%;
  left: 0 ;
  right: 0 ;
  top: 100%;
  box-shadow: none;
}
.d-menu .item-block {
  display: block;
  padding: .625rem;
  background-color: #eeeeee;
}
.d-menu .d-menu {
  left: 100%;
  top: -10%;
}
.d-menu .menu-title {
  background-color: #f6f7f8;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 8px;
  border: 0;
  color: #646464;
}
.d-menu .menu-title:first-child {
  margin: 0;
  border-top-width: 0;
}
.d-menu .menu-title:first-child:hover {
  border-top-width: 0;
}
.d-menu .menu-title:hover {
  background-color: #f6f7f8;
  cursor: default;
  border: 0;
}
.d-menu .dropdown-toggle:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: -2px;
}
.d-menu .dropdown-toggle:before {
  transition: all 0.3s ease;
}
.d-menu .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.3s ease;
}
.d-menu.subdown .dropdown-toggle:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -1.25rem;
}
.d-menu.subdown .dropdown-toggle.active-toggle:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.d-menu li.disabled a {
  color: #eeeeee;
}
.d-menu li.disabled:hover {
  background-color: inherit;
  cursor: default;
  border: 0;
}
.d-menu li.disabled:hover a {
  cursor: inherit;
}
.d-menu.context li a {
  font-size: .75rem;
  padding: .3125rem 2rem .3125rem 2.5rem;
}
.d-menu.context li a .icon {
  margin-top: -0.4375rem;
  font-size: .825rem;
  color: inherit;
}
.d-menu.no-min-size li a {
  min-width: 0;
}
.d-menu.full-size li a {
  min-width: 0;
  width: 100%;
}
.d-menu .d-menu {
  left: 100%;
  top: -10%;
}
.d-menu.open {
  display: block ;
}
.d-menu.drop-left {
  left: -100%;
}
.d-menu.drop-up {
  top: auto;
  bottom: 0;
}
.d-menu.context li a {
  font-size: .75rem;
  padding: .3125rem 2rem .3125rem 2.5rem;
}
.d-menu.context li a .icon {
  margin-top: -0.4375rem;
}
.d-menu.place-right {
  left: auto ;
  right: 0;
  width: auto;
}

body {
	/*font-family: Arial,Helvetica,sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #414141; background: #fcfcfc;
}
#main{
	position: relative;
}

#main * {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    line-height: inherit;
}
	/*nav*/
		
	.navs{
		background: url("/img/nav.jpg") repeat-x; 
	}
	
	
	.navs ul{
		width: 950px;
		margin: 0 auto;
		display: flex;
	}
	
	
	.navs div{
		float: left;
		margin-left: -216px;
	}
	
	
	
	.navs li {
display:  block;
 position: relative; 
	}
	.navs li:first-child a {
		border-left: 1px solid #BBC3C5;
		
	}
	
	
 .navs a{
	position: relative;
	z-index: 3;
	width: 216px;
	padding-left: 15px;
	padding-bottom: 9px;
	padding-top: 12px;
	border-right: 1px solid #BBC3C5;
	display:block; 
	float: left;
}
	
	.navs a{
		color: #fff;
		font-size: 18px;
 
		font-weight: 300;
		text-decoration: none;
 
	}
	
.navs a:hover, .navs .active{
 background: #f37d34;  
	}


.navs a.root-item-selected{
 background: #f37d34; 	
}


	.navs ul li ul{
		 position: absolute;
		 top: 0px; width: 215px;
		 padding-top: 44px; z-index:2;  
		 display: none; background: #f37d34; 
	}	
		.navs ul li ul li{
			display: block;
		} 
		
		.navs ul li ul li a{
			float: none;	border-right: 0;
		
		}
		
		
	.navs ul li ul li a:hover{
		 background: #f69e67
	}		
		
 .navs ul li:hover ul {
		display: block;
	}	 
 .navs ul li ul{
    width: 100%;
 }
 
.like-h1 {
    font-size: 2em;
    margin: 0.67em 0;
    padding: 0;
    border: none;
    font-family: 'Roboto Condensed', sans-serif;
    background: none;
    line-height: 0.8em;
    color: #1B353D;
}

#header .social-icons{display:none;}
#header {
    height: auto;
}