ol, ul, li, fieldset, nav {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }

<!--body { line-height: 1 }
-->
ol, ul { list-style: none }

blockquote, q { quotes: none }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

body {
  font: 200% "roboto", "Trebuchet MS", sans-serif;
  /*background-color:#EF476F;*/
  /*background-color:#F00;*/
  margin-top:0px;
}

a { text-decoration: none; }

/**
 * Hidden fallback
 */


/**
 * Styling navigation
 */

/*header {
  margin-right: auto;
  margin-left: 5%;
  max-width: 22.5rem;
  margin-top:0px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}*/

/**
 * Styling top level items
 */
.nav2{
	/*margin-top:-30%;*/
	margin-bottom:0px;
	background-color:#FFF;
	margin-top:-0px;}
	.nav2 img{
		width:70%;
	}
	.30{width:5%;}
.nav2 a, .nav2 label {
  display: block;
 padding: 1.2rem;
  color: #fff;
  background-color: #00399b;
  box-shadow: inset 0 -1px #1d1d1d;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  
}

.nav2 a:focus, .nav2 a:hover, .nav2 label:focus, .nav2 label:hover {
  color: rgba(255, 255, 255, 0.5);
  background: #224491;
}

.nav2 label { cursor: pointer; }

/**
 * Styling first level lists items
 */

.group-list a, .group-list label {
  padding-left: 2rem;
  padding-top:1.2rem;
  padding-bottom:1.2rem;
  background: #224491;
  box-shadow: inset 0 -1px #373737;
}

.group-list a:focus, .group-list a:hover, .group-list label:focus, .group-list label:hover { background: #131313; }

/**
 * Styling second level list items
 */

.sub-group-list a, .sub-group-list label {
  padding-left: 4rem;
  background: #353535;
  box-shadow: inset 0 -1px #474747;
}

.sub-group-list a:focus, .sub-group-list a:hover, .sub-group-list label:focus, .sub-group-list label:hover { background: #232323; }

/**
 * Styling third level list items
 */

.sub-sub-group-list a, .sub-sub-group-list label {
  padding-left: 6rem;
  background: #454545;
  box-shadow: inset 0 -1px #575757;
}

.sub-sub-group-list a:focus, .sub-sub-group-list a:hover, .sub-sub-group-list label:focus, .sub-sub-group-list label:hover { background: #333333; }

/**
/**
 * Styling fourth level list items
 */

.sub-sub-sub-group-list a, .sub-sub-sub-group-list label {
  padding-left: 8rem;
  background: #454545;
  box-shadow: inset 0 -1px #575757;
}

.sub-sub-sub-group-list a:focus, .sub-sub-sub-group-list a:hover, .sub-sub-sub-group-list label:focus, .sub-sub-sub-group-list label:hover { background: #333333; }

/**
 * Hide nested lists
 */

.group-list, .sub-group-list, .sub-sub-group-list, .sub-sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}

.nav__list input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */
max-height: 1000px; }


.ggroup-list a, .ggroup-list label {
  padding-left: 2rem;
  background: #252525;
  box-shadow: inset 0 -1px #373737;
}

.ggroup-list a:focus, .ggroup-list a:hover, .ggroup-list label:focus, .ggroup-list label:hover { background: #131313; }

/**
 * Styling second level list items
 */

.sub-ggroup-list a, .sub-ggroup-list label {
  padding-left: 4rem;
  background: #353535;
  box-shadow: inset 0 -1px #474747;
}

.sub-group-list a:focus, .sub-group-list a:hover, .sub-group-list label:focus, .sub-group-list label:hover { background: #232323; }

/**
 * Styling third level list items
 */

.sub-sub-ggroup-list a, .sub-sub-ggroup-list label {
  padding-left: 6rem;
  background: #454545;
  box-shadow: inset 0 -1px #575757;
}

.sub-sub-ggroup-list a:focus, .sub-sub-ggroup-list a:hover, .sub-sub-ggroup-list label:focus, .sub-sub-ggroup-list label:hover { background: #333333; }

/**
/**
 * Styling fourth level list items
 */

.sub-sub-sub-ggroup-list a, .sub-sub-sub-ggroup-list label {
  padding-left: 8rem;
  background: #454545;
  box-shadow: inset 0 -1px #575757;
}

.sub-sub-sub-ggroup-list a:focus, .sub-sub-sub-ggroup-list a:hover, .sub-sub-sub-ggroup-list label:focus, .sub-sub-sub-ggroup-list label:hover { background: #333333; }

/**
 * Hide nested lists
 */

.ggroup-list, .sub-ggroup-list, .sub-sub-ggroup-list, .sub-sub-sub-ggroup-list {
  height: 100%;
  max-height: 1000px;;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}



/**
 * Rotating chevron icon
 */

label > span {
  float: right;
  -webkit-transition: -webkit-transform .65s ease;
  transition: transform .65s ease;
}

.nav__list input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav__list li{
	line-height:15px;}
#css-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #16a1e7;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 0px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.css-script-center {
width: 960px;
margin: 0 auto;
}
.css-script-center ul {
width: 212px;
float:left;
line-height:25px;
margin:0;
padding:0;
list-style:none;
}
.css-script-center a {
	text-decoration:none;
}
.css-script-ads {
width: 728px;
height:90px;
float:right;
}
.css-script-clear {
clear:both;
height:0;
}