﻿header.main .header-nav-main {
  float: right;
  margin: 16px 0 0 0;
}
header.main .header-nav-main > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
  font-weight: 700;
}
header.main .header-nav-main > ul > li {
  float: left;
}
header.main .header-nav-main > ul > li > a,
header.main .header-nav-main > ul > li span {
  cursor: pointer;
  display: block;
  width: 100%;
  float: left;
  padding: 5px 15px 8px 15px;
  color: #666666;
  position: relative;
}
header.main .header-nav-main > ul > li > a:after,
header.main .header-nav-main > ul > li span:after {
  display: none;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -9px;
  width: 17px;
  height: 9px;
  background: url(/_Layers/GCSAA/WebsiteTemplates/2016/App_Themes/default/images/header-nav-arrow.png) 0 0 no-repeat;
}
header.main .header-nav-main > ul > li:hover > a,
header.main .header-nav-main > ul > li:hover span {
  color: #7a0b3c;
}
header.main .header-nav-main > ul > li.current > a,
header.main .header-nav-main > ul > li.current span {
  background: #7a0b3c;
  color: #fff;
}
header.main .header-nav-main > ul > li.current a:after,
header.main .header-nav-main > ul > li.current span:after {
  display: none;
}
header.main .header-nav-main > ul > li.current:hover a:after,
header.main .header-nav-main > ul > li.current:hover span:after {
  display: none;
}
header.main .header-nav-main > ul > li.show-arrow a:after,
header.main .header-nav-main > ul > li.show-arrow span:after {
  display: inline;
}
header.main .header-nav-main > ul > li > .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
header.main .header-nav-main > ul > li > .dropdown > ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header.main .header-nav-main > ul > li > .dropdown > ul:before,
header.main .header-nav-main > ul > li > .dropdown > ul:after {
  content: " ";
  display: table;
}
header.main .header-nav-main > ul > li > .dropdown > ul:after {
  clear: both;
}
header.main .header-nav-main > ul > li > .dropdown > ul li {
  float: left;
  width: 20%;
  height: 185px;
}
header.main .header-nav-main > ul > li > .dropdown > ul li a,
header.main .header-nav-main > ul > li > .dropdown > ul li span {
  display: block;
  padding: 10px;
  text-align: center;
  background: linear-gradient(90deg, #ccc, #ecebeb);
  height: 100%;
  line-height: 1.2em;
  color: #005d38;
}
header.main .header-nav-main > ul > li > .dropdown > ul li a:hover,
header.main .header-nav-main > ul > li > .dropdown > ul li span:hover {
  color: #7a0b3c;
}
header.main .header-nav-main > ul > li > .dropdown > ul li a .page,
header.main .header-nav-main > ul > li > .dropdown > ul li span .page {
  height: 38px;
}
header.main .header-nav-main > ul > li > .dropdown > ul li a .image,
header.main .header-nav-main > ul > li > .dropdown > ul li span .image {
  margin: 5px auto;
  width: 65px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
}
header.main .header-nav-main > ul > li > .dropdown > ul li a .descr,
header.main .header-nav-main > ul > li > .dropdown > ul li span .descr {
  font-size: 14px;
}
header.main .header-nav-main > ul > li > .dropdown > ul li.menu-bottom {
  display: block;
  float: none;
  width: auto;
  height: auto;
}
header.main .header-nav-main > ul > li > .dropdown > ul li.menu-bottom ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  background: #005d38;
  font-size: 14px;
  font-weight: 400;
}
header.main .header-nav-main > ul > li > .dropdown > ul li.menu-bottom ul li {
  float: none;
  width: auto;
  height: auto;
  display: inline-block;
  color: #fff;
}
header.main .header-nav-main > ul > li > .dropdown > ul li.menu-bottom ul li a {
  display: inline-block;
  padding: 12px 15px 10px 15px;
  background: none;
  height: auto;
  color: #fff;
}
header.main .header-nav-main > ul > li > .dropdown > ul li.menu-bottom ul li a:hover {
  text-decoration: underline;
}
header.main .header-nav-main > ul > li > .dropdown > ul li.menu-bottom ul li:before {
  content: "|";
}
header.main .header-nav-main > ul > li > .dropdown > ul li.menu-bottom ul li:first-child:before {
  content: "";
}
header.main .header-nav-main .menu-bottom {
  display: none;
}
header.mobile .header-nav-main > ul {
  margin: 15px 0;
  padding: 0;
  list-style-type: none;
  font-size: 26px;
  font-weight: 700;
}
header.mobile .header-nav-main > ul > li {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  line-height: 1.1em;
  padding-bottom: 8px;
}
header.mobile .header-nav-main > ul > li > a,
header.mobile .header-nav-main > ul > li > span {
  display: inline-block;
  padding: 0 10px;
  margin: 0 0 0 -10px;
  color: #7a0b3c;
}
header.mobile .header-nav-main > ul > li:hover > a,
header.mobile .header-nav-main > ul > li:hover > span {
  color: #005d38;
}
header.mobile .header-nav-main > ul > li:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "\f105";
  font-family: FontAwesome;
  color: #737373;
}
header.mobile .header-nav-main > ul > li.open:after {
  display: none;
}
header.mobile .header-nav-main > ul > li.open > a,
header.mobile .header-nav-main > ul > li.open span {
  background: #7a0b3c;
  color: #fff;
  padding: 5px 10px 5px 5px;
  margin: 0;
  font-size: 18px;
  position: relative;
}
header.mobile .header-nav-main > ul > li.open > a:before,
header.mobile .header-nav-main > ul > li.open span:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  border-right: 10px solid #7a0b3c;
  border-top: 17px solid transparent;
  border-bottom: 18px solid transparent;
}
header.mobile .header-nav-main > ul > li > ul {
  margin: 5px 0 0 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  left: 100%;
  top: 100%;
  width: 100%;
  margin-left: 50px;
}
header.mobile .header-nav-main > ul > li > ul li {
  position: relative;
  margin: 0;
  line-height: 1.1em;
}
header.mobile .header-nav-main > ul > li > ul li a {
  display: block;
  color: #7a0b3c;
  padding-right: 20px;
  padding-bottom: 8px;
}
header.mobile .header-nav-main > ul > li > ul li a .image {
  display: none;
}
header.mobile .header-nav-main > ul > li > ul li a .descr {
  display: none;
}
header.mobile .header-nav-main > ul > li > ul li a:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "\f105";
  font-family: FontAwesome;
  color: #737373;
}