/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Menu (Base/Compact/Mobile)
 */

#g6-uni-header-menu {
  position: absolute;
  top: 0px;
  left: -9999px;
  width: 100%;
  background: #ffffff;
  border-bottom: 8px solid #6f777d;
  z-index: 9999;
}

.admin-bar #g6-uni-header-menu {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar #g6-uni-header-menu {
    top: 46px;
  }
}

.g6-uni-header-menu-hr {
  display: none;
}

#header-branding h1 a {
  width: 100%;
}

#header-branding h1 a:hover,
#header-branding h1 a:focus {
  background: #e54d00;
  transition: background-color 0.15s cubic-bezier(0,.45,.55,1);
}

#g6-uni-header-menu-header {
  display: table;
  width: 100%;
  background: #d44500;
  border-bottom: 1px solid #ae4422;
  height: 66px;
}

#g6-uni-header-menu-header header {
  display: table-row;
}

#g6-uni-header-menu-header a {
  display: table-cell;
  width: auto;
  /*padding: 9px 0 0 15px;*/
  height: 66px;
  /*max-height: 63px;*/
  /*overflow: hidden;*/
  /*vertical-align: middle;*/
  /*border-bottom: 1px solid #ae4422;*/
  vertical-align: top;
  padding: 14px 18px 2px 0;
}

#g6-uni-header-menu-header a:hover {
  background: none;
  background: #d44500;
  border-color: #d44500 !important;
}

#g6-uni-header-menu-header a img {
  /*width: auto;*/
  /*max-width: 94px;*/
  /*padding: 3px 15px 0 15px;*/
  /*width: 100%;*/
  /*max-width: 136px;*/
  /*height: 100%;*/
  /*padding: 0 18px 2px 15px;*/
  width: 100%;
  max-width: 136px;
  height: 34px;
  padding: 2px 0px 0 15px;
}

#g6-uni-header-menu-close {
  display: table-cell;
  border-left: 1px solid #ae4422;
  width: 66px;
  height: 66px;
}

#g6-uni-header-menu-close button {
  border: none;
  border-radius: 0;
  background-color: #d44500;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  /*background-position: center;*/
  background-position: 50% 23px;
  width: 66px;
  height: 66px;
  padding: 0px;
  text-indent: -9999px;
  cursor: pointer;
}

#g6-uni-header-menu-close button:hover {
  box-shadow: none;
  background-color: #e54d00;
  /*background-color: #d44500;
  border-color: #d44500 !important;
  color: #ffffff;*/
}

#g6-uni-header-menu-close button:focus {
  outline: none;
}

#g6-uni-header-menu-main {
  margin-top: 65px;
}

#g6-uni-header-menu ol {
  /*font-size: 22px;*/
  /*font-size: 1.6rem;*/
  line-height: 1.5;
  font-size: 2.1rem;
  color: #303030;
  margin: 0;
  padding: 0;
  list-style: none;
}

#g6-uni-header-menu ol li {
  padding: 0;
  vertical-align: top;
  border-bottom: 1px solid #cfcfcf;
}

#g6-uni-header-menu-main ol li {
  border-bottom: 1px solid #cfcfcf;
}

#g6-uni-header-menu-main ol ol {
  width: 100%;
}

#g6-uni-header-menu-main ol ol li:first-child {
  border-top: 1px solid #cfcfcf;
}

#g6-uni-header-menu ol a,
#g6-uni-header-menu ol span.no-link {
  text-decoration: none;
  color: #404040;
  /*border-bottom: 1px solid #cfcfcf;*/
  height: 64px;
  line-height: 62px;
  line-height: 64px;
  padding: 0 15px;
  display: block;
  overflow: hidden;
}

#g6-uni-header-menu ol a:focus {
  outline: none;
}

#g6-uni-header-menu ol a:hover {
  color: #cc4700;
  text-decoration: underline;
  -webkit-text-decoration-color: #6c575a;
  -moz-text-decoration-color: #6c575a;
  text-decoration-color: #6c575a;
  /* Added in Carbon 6.0 */
  background-image: none;
  text-shadow: none;
}

#g6-uni-header-menu ol button {
  float: right;
  margin-top: -65px;
  background: #ffffff;
  width: 66px;
  height: 66px;
  background: url('../img/caret-down.svg') no-repeat 50% 28px;
  background-size: 14px 9px;
  border-radius: 0;
  border: none;
  border-left: 1px solid #cfcfcf;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
}

#g6-uni-header-menu ol button:focus {
  outline: none;
}

#g6-uni-header-menu li.g6-uni-open {
  border-bottom: 1px solid #cfcfcf;
  /*
  background: #f5f5f7;
	background: -moz-linear-gradient(top,  #fff 0%, #f5f7f7 100%);
	background: -webkit-linear-gradient(top,  #fff 0%,#f5f7f7 100%);
	background: linear-gradient(to bottom,  #0 0%,#f5f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f5f7f7',GradientType=0 );
	background-repeat: repeat-x;
  */
}

#g6-uni-header-menu li.g6-uni-open ol {
  background: #fafbfc;
  border-top: 1px solid #cfcfcf;
	/*
  background: -moz-linear-gradient(top,  #fff 0%, #f5f7f7 100%);
	background: -webkit-linear-gradient(top,  #fff 0%,#f5f7f7 100%);
	background: linear-gradient(to bottom,  #0 0%,#f5f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f5f7f7',GradientType=0 );
	background-repeat: repeat-x;
  */
}

#g6-uni-header-menu li.g6-uni-open > button,
#g6-uni-header-menu li.g6-uni-open > div button {
  background-image: url('../img/caret-up.svg');
  background-position: 50% 26px;
}

#g6-uni-header-menu li.g6-uni-open > a,
#g6-uni-header-menu li.g6-uni-open > div a  {
  /*font-weight: bold;*/
}

#g6-uni-header-menu ol ol {
  height: 0px;
  overflow: hidden;
}

#g6-uni-header-menu ol ol a,
#g6-uni-header-menu ol ol ol a,
#g6-uni-header-menu ol ol ol ol a,
#g6-uni-header-menu ol ol ol ol ol a {
  vertical-align: middle;
  /* Removed in Carbon 6.0 */
  /*
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  */
  /* Added in Carbon 6.0 */
  font-family: ShermanSans, "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.6rem;
  line-height: 64px;
}

#g6-uni-header-menu ol ol ol a {
  padding-left: 45px;
}

#g6-uni-header-menu-utility {
  border-top: 1px solid #cfcfcf;
  background: #fafbfc;
  /*background: #f5f7f7;
  background: -moz-linear-gradient(top, #f5f7f7 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #f5f7f7 0%,#fff 100%);
  background: linear-gradient(to bottom, #f5f7f7 0%,#fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7f7', endColorstr='#fff',GradientType=0 );
  background-repeat: repeat-x;
  */
}

#g6-uni-header-menu-utility .g6-uni-a {
  display: table;
  width: 100%;
  position: absolute;
  top: 67px;
  /*overflow-x: auto;*/
}

/*
#g6-uni-header-menu-utility .g6-uni-a ol {
  min-width: 326px;
}
*/

#g6-uni-header-menu-utility .g6-uni-a ol {
  display: table-row;
}

#g6-uni-header-menu-utility .g6-uni-a ol li {
  display: table-cell;
  width: 33%;
  background: #edeff0;
  border-right: 1px solid #cccccc;
  text-align: center;
  font-style: italic;
}

#g6-uni-header-menu-utility .g6-uni-a ol li a {
  color: #5c5c5c;
}

#g6-uni-header-menu-utility .g6-uni-a ol li:first-child a {
  font-style: normal;
  color: #404040;
  text-align: left;
}


#g6-uni-header-menu-utility .g6-uni-a ol li:last-child {
  border-right: none;
}

#g6-uni-header-menu-utility .g6-uni-a ol li.active {
  background: #ffffff;
  border-left: 1px solid #cccccc;
  border-right: 2px solid #cccccc;
}

#g6-uni-header-menu-utility .g6-uni-a ol li.active a {
  color: #d44500;
}

#g6-uni-header-menu-utility .g6-uni-a ol li.active:first-child {
  border-left: none;
}

#g6-uni-header-menu-utility .g6-uni-a ol li.active:last-child {
  border-right: none;
}

#g6-uni-header-menu-utility .g6-uni-b ol li {
  display:block;
  width: 100%;
  border-bottom: 1px solid #cfcfcf;
}

#g6-uni-header-menu-utility .g6-uni-b ol li:last-child {
  border-bottom: none;
}

/*

#g6-uni-header-menu-utility .g6-uni-b ol li {
  display:inline-block;
  width: 50%;
}

#g6-uni-header-menu-utility .g6-uni-b ol li.g6-uni-right {
  border-left: 1px solid #cfcfcf;
}

#g6-uni-header-menu-utility .g6-uni-b ol li.g6-uni-bottom {
  border-top: 1px solid #cfcfcf;
}

*/

#g6-uni-header-menu-utility .g6-uni-b a {
  font-size: 1.6rem;
  line-height: 48px;
  text-align: center;
  /*font-weight: bold;*/
  /*text-transform: uppercase;*/
  /*letter-spacing: 2.5px;*/
  /*font-family: Roboto, Arial, sans-serif;*/
  font-family: ShermanSans, "Trebuchet MS", Tahoma, sans-serif;
  height: 52px;
}

/* not sure why this isn't working...
#g6-uni-header-menu-utility .g6-uni-b ol li a:last-child {
  border: none;
}
*/

#g6-uni-header-menu-utility .g6-uni-b a:hover,
#g6-uni-header-menu-utility .g6-uni-b a:focus {
  color: #fff;
  text-decoration: none;
  /*background: #d44500;*/
  background: #6f777d;
  border-color: #6f777d !important;
  -webkit-text-decoration-color: #6f777d !important;
  -moz-text-decoration-color: #6f777d !important;
  text-decoration-color: #6f777d !important;
}

#g6-uni-header-menu-utility .g6-uni-b a:active {
  background: #d44500;
  border-color: #d44500 !important;
}

#g6-uni-header-menu-utility .g6-uni-b .g6-uni-hr hr {
  margin: 10px 0 25px 0;
}

.g6-uni-header-menu-main-inner {
  height: 0px;
  overflow: hidden;
}

.g6-uni-header-menu-main-inner.active {
  height: auto;
}

.g6-uni-header-menu-extra-inner {
  height: 0px;
  overflow: hidden;
}

.g6-uni-header-menu-extra-inner.active {
  height: auto;
  overflow: hidden;
}

#g6-uni-header-menu-utility .g6-uni-b ol li.g6-uni-hr {
  width: 0;
  height: 0;
  overflow: hidden;
  border: none;
}

.go-back-to-tabs,
.go-to-extra-links,
.go-back-to-columns,
.go-to-close-button {
  display: block !important;
}


@media screen and (min-width: 256px) {

  #g6-uni-header-menu-utility .g6-uni-b {
    /*display: table;*/
    width: 100%;
  }

  #g6-uni-header-menu-utility .g6-uni-b ol {
    /*display: table-row;*/
    width: 100%;
  }

  #g6-uni-header-menu-utility .g6-uni-b ol li {
    display: block;
    width: 50%;
    float: left;
  }

  #g6-uni-header-menu-utility .g6-uni-b ol li.g6-uni-right {
    border-left: 1px solid #cfcfcf;
  }

  #g6-uni-header-menu-utility .g6-uni-b ol li.g6-uni-bottom {
    /*border-top: 1px solid #cfcfcf;*/
    border-bottom: none;
  }

}


@media screen and (min-width: 300px) {

  #g6-uni-header-menu-header a img {
    /*width: calc(100% - 40px);*/ /* test in IE */
    /*width: 240px;
    padding: 2px 0px 0 15px;
    max-width: 100%;*/
  }

}

@media screen and (min-width: 320px) {


  #g6-uni-header-menu-utility .g6-uni-b {
    /*display: table;*/
    /*width: 100%;*/
  }

  #g6-uni-header-menu-utility .g6-uni-b ol {
    /*display: table-row;*/
  }


  /*
  #g6-uni-header-menu-utility .g6-uni-b ol li {
    display: table-cell;
    text-align: center;
    border-right: 1px solid #cfcfcf;
    border-bottom: none;
    width: 25%;
  }
  */

  /*
  #g6-uni-header-menu-utility .g6-uni-b ol li.g6-uni-middle {
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
  }

  #g6-uni-header-menu-utility .g6-uni-b ol li.g6-uni-middle:last-child {
    border-left: 0;
    border-right: 1px solid #cfcfcf;
  }
  */

  #g6-uni-header-menu-utility .g6-uni-b ol li a {
    border: none;
  }



}

@media screen and (min-width: 400px) {

  #g6-uni-header-menu-header a img {
    max-width: 240px;
  }

}

/*@media screen and (min-width: 448px) {*/
@media screen and (min-width: 470px) {

  #g6-uni-header-menu-utility .g6-uni-b {
    display: table;
    width: 100%;
  }

  #g6-uni-header-menu-utility .g6-uni-b ol {
    display: table-row;
  }

  #g6-uni-header-menu-utility .g6-uni-b ol li {
    display: table-cell;
    text-align: center;
    border-right: 1px solid #cfcfcf;
    border-bottom: none;
    width: 25%;
  }

  #g6-uni-header-menu-utility .g6-uni-b ol li:first-child {
    border-left: none;
  }

  #g6-uni-header-menu-utility .g6-uni-b ol li:last-child {
    border-right: none;
  }

  #g6-uni-header-menu-utility .g6-uni-b ol li.g6-uni-right {
    border-left: none;
  }

  #g6-uni-header-menu-utility .g6-uni-b ol li.g6-uni-bottom {
    border-top: none;
  }

}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Menu (Full/Desktop)
 */

@media screen and (min-width: 720px) {

  #g6-uni-header-menu {
    min-height: 615px
  }

  #g6-uni-header-menu ol a:hover {
    color: #d44500;
    -webkit-text-decoration-color: #6f777d;
    -moz-text-decoration-color: #6f777d;
    text-decoration-color: #6f777d;
  }

  #g6-uni-header-menu-main {
    margin-top: 0;
  }

  #g6-uni-header-menu-header {
    display: inline-block;
    background: #ffffff;
    border: none;
    height: 104px;
    background-color: #d44500;
    width: 206px;
    border-right: 1px solid #973100;
    border-bottom: 1px solid #973100;
  }

  #g6-uni-header-menu-header header {
    display: block;
  }

  #g6-uni-header-menu-header a {
    /*
    display: block;
    float: left;
    */
    /*
    width: 176px;
    height: 104px;
    */
    /*vertical-align: middle;*/
    /*text-align: center;*/
    /*background-color: #d44500;*/
    display: inline-block;
    padding: 30px 0 28px 0;
    width: 206px;
    height: auto;
    max-height: none;
  }

  #g6-uni-header-menu-header a:hover {
    background: none;
  }

  #g6-uni-header-menu-header a img {
    /*
    width: 156px;
    max-width: 156px;
    */
    /*padding: 30px 23px 24px 28px;*/
    /*padding: 30px 0 24px 0;*/
    /*padding: 20px 0 24px 0;*/
    padding: 0;
    /*text-align: center;*/
    /*padding-bottom: 20px;*/

    width: 205px;
    max-width: 205px;
    height: 42px;
    /*padding: 30px 25px 30px 25px;*/

  }

  #g6-uni-header-menu-close {
    display: block;
    float: right;
    border-left: none;
    height: 66px;
  }

  #g6-uni-header-menu-close button {
    background-color: #ffffff;
    background-image: url("../img/close-gray.svg");
    transition: all 0.15s cubic-bezier(0,.45,.55,1);
    position: absolute;
    top: 0;
    right: 0;
  }

  #g6-uni-header-menu-close button:hover,
  #g6-uni-header-menu-close button:focus {
    background-color: #ffffff;
    background-image: url("../img/close-orange.svg");
    color: #d44500;
  }

  #g6-uni-header-menu ol {
    /*float: left;*/
    margin: 0px;
  }

  #g6-uni-header-menu li.g6-uni-open ol {
    background: #ffffff;
    border-top: 0;
  }

  #g6-uni-header-menu ol ol {
    height: auto;
  }

  #g6-uni-header-menu ol ol ol {
    height: 0px;
    border-left: 1px solid #cfcfcf;
  }

  #g6-uni-header-menu ol ol ol a {
    padding-left: 25px;
    font-size: 15px;
  }

  #g6-uni-header-menu-main ol ol li:first-child {
    border-top: none;
  }

  #g6-uni-header-menu ol button {
    display: none;
  }

  #g6-uni-header-menu ol ol button {
    display: inline-block;
    width: 17px;
    height: 17px;
    border: none;
    margin: 0;
    float: none;
    background-image: url('../img/triangle-down.svg');
    background-size: 8px;
    background-position: 3px 6px;
  }

  #g6-uni-header-menu li.g6-uni-open {
    background: #ffffff;
    border-bottom: 0;
  }

  #g6-uni-header-menu li.g6-uni-open > button,
  #g6-uni-header-menu li.g6-uni-open > div button  {
    background-image: url('../img/triangle-up.svg');
  }

  #g6-uni-header-menu li.g6-uni-open > a {
    font-weight: normal;
  }

  #g6-uni-header-menu-main {
    float: left;
    width: calc(100% - 236px);
    margin-left: 236px;
    margin-top: -65px;
  }

  .g6-uni-header-menu-main-inner {
    margin: 0 auto;
    max-width: 600px;
  }

  .g6-uni-header-menu-extra-inner {
    margin: 0 auto;
    /*max-width: 600px;*/
    max-width: 526px;
  }

  #g6-uni-header-menu-extra {
    float: left;
    /*width: calc(100% - 256px);*/
    width: calc(100% - 306px);
    /*width: calc(100% - 237px);*/
    margin-left: 256px;
  }

  #g6-uni-header-menu-main div > ol,
  #g6-uni-header-menu-extra div > ol {
    width: 100%;
    /*max-width: 520px;*/
    margin: 0px auto !important;
    float: none !important;
    clear: both;
    /*padding-left: 235px;*/

  }

  #g6-uni-header-menu-main div > ol > li,
  #g6-uni-header-menu-extra div > ol > li {
    float: left;
    display: block;
    width: calc(50% - 40px);
    max-width: 220px;
    /*margin: 0 0 34px 0;
    padding-right: 50px;*/
  }

  #g6-uni-header-menu-extra ol li {
    border-bottom: none;
  }

  #g6-uni-header-menu-extra div > ol > li {
    max-width: 200px;
  }

  #g6-uni-header-menu-extra div > ol {
    border-top: 1px solid #cfcfcf;
  }

  #g6-uni-header-menu-extra div > ol > li {
    margin: 0;
    min-height: auto;
    width: 50%;
    max-width: 300px;
  }

  #g6-uni-header-menu-extra div > ol > li > a {
    border-bottom: none;
    display: inline-block;
    line-height: 40px;
    margin: 34px 0;
    height: auto;
  }

  #g6-uni-header-menu-main ol a,
  #g6-uni-header-menu-extra ol a,
  #g6-uni-header-menu ol span.no-link {
    padding: 0px;
  }

  #g6-uni-header-menu-extra ol a.g6-uni-header-menu-extra-2 {
    margin-left: 36px;
  }

  #g6-uni-header-menu-extra ol a.g6-uni-header-menu-extra-3,
  #g6-uni-header-menu-extra ol a.g6-uni-header-menu-extra-4 {
    margin-top: 0;
  }

  #g6-uni-header-menu-main div > ol li {
    /*margin: 19px 0;*/
    margin: 0;
    padding: 7px 0;
    /*
    font-size: 16px;
    line-height: 24px;
    */
    font-weight: normal;
    /* min-width: 205px; */
    vertical-align: middle;
    border: none;
  }

  #g6-uni-header-menu-main div > ol li:first-child {
    /*margin-top: 14px;*/ /* Removed in Carbon 6.0 */
  }

  #g6-uni-header-menu-main div > ol li.g6-uni-header-med-top {
    margin-top: 0;
  }

  #g6-uni-header-menu-main div > ol > li.g6-uni-header-col {
    padding: 0 20px 42px 20px;
    width: 50%;
    max-width: 300px;
  }

  #g6-uni-header-menu-main div > ol li div.g6-uni-nowrap {
    white-space: nowrap;
    overflow: hidden;
  }

  #g6-uni-header-menu-main div > ol a,
  #g6-uni-header-menu ol span.no-link {
    display: inline-block;
    border: none;
    height: auto;
    font-family: ShermanSans, "Trebuchet MS", Tahoma, sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  #g6-uni-header-menu-main div > ol > li > a,
  #g6-uni-header-menu ol span.no-link {
    font-family: ShermanSerif, Georgia, serif;
    display: inline-block;
    font-size: 2.1rem;
    line-height: auto;
    margin-bottom: 3px;
  }

  #g6-uni-header-menu ol span.no-link {

  }

  /*
  .g6-uni-break::before {
    clear:both;
  }
  */

  #g6-uni-header-menu-utility {
    position: absolute;
    left: 0px;
    top: 104px;
    bottom: 0px;
    border-top: none;
    border-right: 1px solid #cfcfcf;
    width: 206px;
  }

  #g6-uni-header-menu-utility .g6-uni-a {
    display: block;
    width: auto;
    position: relative;;
    top: 0;
  }

  #g6-uni-header-menu-utility .g6-uni-a ol {
    display: block;
  }

  #g6-uni-header-menu-utility .g6-uni-a ol li a {
    color: #4d4d4d;
    font-size: 2.1rem;
    font-style: italic;
    padding: 0px 25px;
  }

  #g6-uni-header-menu-utility .g6-uni-a ol li:first-child a {
    font-style: normal;
  }

  #g6-uni-header-menu-utility .g6-uni-a ol li {
    display: inline-block;
    width: 205px;
    text-align: left;
    border-right: none;
    border-bottom: 1px solid #cfcfcf;
    background: #fafbfc;
  }

  #g6-uni-header-menu-utility .g6-uni-a ol li.active {
    background: #ffffff;
    width: 206px;
    /*border-right: none;*/
    border-left: none;
    border-bottom: 2px solid #cccccc;
  }

  #g6-uni-header-menu-utility .g6-uni-a ol li.active a {
    color: #d44500;
  }

  #g6-uni-header-menu-utility .g6-uni-a ol li.active a:focus {
    outline: 0;
  }

  /*
  #g6-uni-header-menu-utility ol a {
    padding: 0px 25px;
  }
  */

  #g6-uni-header-menu-utility ol a:hover {
    /*background-color: #ffffff;*/
    /*padding-left: 30px;*/
    transition: all 0.15s cubic-bezier(0,.45,.55,1);
  }

  #g6-uni-header-menu-utility .g6-uni-a ol {
    display: block;
    float: none;
  }

  #g6-uni-header-menu-utility .g6-uni-b {
    display: block;
    /*width: 154px;*/
    padding: 25px 25px 10px 25px;
    /*border-right: 1px solid #cfcfcf;*/
    width: 205px;
    bottom: 0;
  }

  #g6-uni-header-menu-utility .g6-uni-b ol {
    display: block;
    float: none;
  }

  #g6-uni-header-menu-utility .g6-uni-b ol li {
    display: block;
    text-align: center;
    border-right: none;
    border-bottom: none;
    width: auto;
  }

  #g6-uni-header-menu-utility .g6-uni-b a {
    display: block;
    width: 155px;
    border: 1px solid #ccc !important;
    margin-bottom: 15px;
    /*width: 153px;*/
    height: 44px;
    font-size: 1.5rem;
    line-height: 39px;
    transition: all 0.15s cubic-bezier(0,.45,.55,1);
    padding: 0;
  }

  #g6-uni-header-menu-utility .g6-uni-b a:hover {
    padding: 0;
    -webkit-text-decoration-color: #6f777d !important;
    -moz-text-decoration-color: #6f777d !important;
    text-decoration-color: #6f777d !important;
  }

  #g6-uni-header-menu li.g6-uni-open > a,
  #g6-uni-header-menu li.g6-uni-open > div a  {
    font-weight: normal;
  }

  #g6-uni-header-menu-utility .g6-uni-b ol li.g6-uni-middle {
    border: 0;
  }

  #g6-uni-header-menu-utility .g6-uni-b ol li.g6-uni-hr {
    display: block;
    width: 155px;
    height: auto;
    overflow: hidden;
  }

  #g6-uni-header-menu-utility .g6-uni-a ol li.active {
    border-right: 0;

  }

}



@media screen and (min-width: 1088px) {

  #g6-uni-header-menu-main {
    width: calc(100% - 268px);
  }

  .g6-uni-header-menu-main-inner,
  .g6-uni-header-menu-extra-inner {
    margin: 0 auto;
    width: 100%;
    max-width: none;
  }

  /*.g6-uni-header-menu-extra-inner {
    width: calc(100% - 101px);
  }*/

  #g6-uni-header-menu-main div > ol {
    float: left !important;
    clear: none;
    width: 50%;
  }

  #g6-uni-header-menu-main div > ol,
  #g6-uni-header-menu-extra div > ol {
    width: 50%;
    max-width: none;
    margin: 0px auto !important;
    /* padding-left: 235px; */
  }

  #g6-uni-header-menu-extra div > ol {
    width: 100%;
  }

  #g6-uni-header-menu-extra div > ol > li {
    /*width: 25%;*/
    width: calc(25% - 10px);
  }

  #g6-uni-header-menu-extra ol a.g6-uni-header-menu-extra-2 {
    margin-left: 18px;
  }

  #g6-uni-header-menu-extra ol a.g6-uni-header-menu-extra-3 {
    margin-left: 36px;
  }

  #g6-uni-header-menu-extra ol a.g6-uni-header-menu-extra-3,
  #g6-uni-header-menu-extra ol a.g6-uni-header-menu-extra-4 {
    margin-top: 34px;
  }

  #g6-uni-header-menu-main div > ol > li.g6-uni-header-col-a,
  #g6-uni-header-menu-main div > ol > li.g6-uni-header-col-b,
  #g6-uni-header-menu-main div > ol > li.g6-uni-header-col-c,
  #g6-uni-header-menu-main div > ol > li.g6-uni-header-col-d  {
    /*width: calc(50% - 40px);*/
    width: 50%;
    /*padding-right: 30px;*/
    /*margin-right: 30px;*/
    max-width: none;
    margin-top: 0px;
    /*margin-right: 40px;*/
    /*margin-bottom: 15px;*/
  }

  #g6-uni-header-menu-extra div > ol > li {
    border-top: none;
    margin: 0;
  }

  #g6-uni-header-menu-extra {
    /*border-top: 1px solid #cfcfcf;*/
  }

  .g6-uni-header-menu-extra-inner {
    /*border-top: 1px solid #cfcfcf;*/
  }

}

@media screen and (min-width: 1520px) {

  .g6-uni-header-menu-main-inner,
  .g6-uni-header-menu-extra-inner {
    /*margin: 0 auto;*/
    /*width: 1040px;*/
    width: calc( 100% - 140px );
    margin: 0 70px 0 70px;
  }

  #g6-uni-header-menu-extra div > ol > li {
    max-width: none;
  }

}

#g6-uni-header-menu li.g6-uni-open > ol {
  height: auto;
}
