/** Header **/
.c-header__wrap {
  padding: 0;
}

.c-header {
  height: 61px;
  border-bottom: 1px solid #686667;
  position: relative;
  z-index: 1002;
  clear: both;
  width: 100%;
}

.c-header.is-active {
  position: fixed;
  top: 0;
  z-index: 1002;
  border-bottom: 1px solid #fff;
}

.toolbar .c-header.is-active {
  top: 65px;
}

/** Logo **/
.c-header__logo-cont {
  float: left;
}

.c-header__logo {
  background: transparent url(/sites/all/themes/newstutter/images/svgs/logo_header.svg) no-repeat 0 center;
  background-size: contain;
  display: block;
  width: 180px;
  height: 60px;
  padding: 0;
  margin: 0 0 0 10px;
}

/** Links **/
.c-header__links {
  display: none;
}

.c-header__links .menu {
  display: flex;
  margin: 0;
  padding: 0;
}

.c-header__links li {
  display: block;
}

.c-header__links li a {
  display: block;
  color: #fff;
  font-weight: 700;
  padding: 0 10px;
  font-size: 18px;
  line-height: 80px;
}

.c-header__links li a:hover {
  background: #c4c4c4;
}

.c-header__menu--red a {
  background-color: #c5131f;
}

.c-header__menu--red:hover a {
  background-color: #c4c4c4;
}

/** Icons **/
.c-header__icons {
  float: right;
}

.c-header__icons ul {
  margin: 0;
  padding: 0;
  display: block;
}

.c-header__icons ul li {
  float: left;
}

.c-header__icons a.c-header__icon {
  color: #fff;
  background: transparent;
  display: block;
  margin: 0;
  padding: 0;
  height: 60px;
  width: 40px;
  line-height: 60px;
  font-size: 20px;
  border-radius: 0;
}

.c-header__menu--red a.c-header__icon {
  background-color: #c5131f;
}

.c-header__icons a.c-header__icon:hover {
  color: #fff;
  background: #c4c4c4;
}

.c-header__icons a.c-header__icon span {
  font-size: 12px;
  display: inline-block;
  color: #fff;
  font-family: 'Roboto', Lucida Grande, Verdana, Arial, sans-serif;
  font-weight: 700;
  line-height: 80px;
  text-transform: none;
}
/** DropDronw **/
.c-header__menu--dropdown {
  display: none;
  position: absolute;
  background: #123b6a;
  z-index: 99;
  padding: 0 0 50px;
  top: 61px;
  width: 100%;
}

.j-active {
  z-index: 1002;
}
.j-active .c-header__menu--dropdown {
  display: block;
  z-index: 1002;
}

.c-header__menu--drop {
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
  height: calc(100vh - 61px);
  padding: 10px 0;
}

.c-header__menu--drop > li {
  margin-top: 15px;
  padding-bottom: 15px;
}

.c-header__menu--drop .has-dropdown:first-child {
  border-bottom: 0;
}

.c-header__menu--drop ul {
  margin: 0;
  padding: 0;
}

.c-header__menu--drop li {
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
}

.c-header__menu--drop li a {
  font-size: 18px;
  line-height: 1.2;
  padding: 4px 15px;
  display: block;
  color: #fff;
  font-weight: 700;
}

.c-header__menu--drop li a:not(.nolink):hover {
  color: #fff;
  background-color: #6897c1;
}

.c-header__menu--drop li li a {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 600;
}

/*** Sub-Nav Inner Pages ***/
.subnav-top {
  margin-bottom: 50px;
}

.subnav-top .o-grid::after {
  border-bottom: 1px solid #979797;
  display: block;
  visibility: visible;
}

.subnav-top .c-icon.c-icon--nav.j-open-submenu {
  width: 100%;
  text-align: left;
}

.subnav-top .c-icon--nav::before {
  display: inline-block;
  margin-right: 10px;
}

.subnav-top .c-icon--nav::after {
  content: 'Explore More Topics';
  display: inline-block;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.c-sub-menu {
  display: none;
  list-style: none;
  margin: 0 0 0 1%;
  padding: 0;
}

.c-sub-menu.j-active {
  display: flex;
  flex-wrap: wrap;
}

.subnav-top .c-icon--nav::after {
  font-size: 18px;
  vertical-align: middle;
}

.c-sub-menu li {
  width: 33%;
}

.c-sub-menu a,
.j-open-submenu,
.j-open-submenu:hover {
  background-color: transparent;
}

.c-sub-menu a {
  font-size: 12px;
  text-align: center;
  line-height: 1;
  display: block;
  font-weight: 700;
  width: 100%;
  max-width: 90px;
  margin: 0 auto 25px auto;
  color: #6897c1;
}

.c-sub-menu a span,
.c-icon--svg {
  width: 70px;
  height: 70px;
  display: block;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 0 auto 5px auto;
}
@media screen and (max-width: 441px) {
  .c-sub-menu a span,
  .c-icon--svg {
    height: 57px;
    width: 57px;
  }
}

.c-sub-menu a span > span,
.c-icon--svg > span {
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  background-size: 47%;
}

.c-sub-menu a:hover span,
a:hover > .c-icon--svg {
  border-color: #6897c1;
  box-shadow: 0 0 0 1px inset #6897c1;
}

.c-header__menu--drop > li:nth-child(2) ul  {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .c-header__wrap {
    display: flex;
    justify-content: flex-end;
    max-height: 81px;
  }

  .c-header {
    height: 81px;
  }

  /** Logo **/
  .c-header__logo-cont {
    margin-right: auto;
  }

  .c-header__logo {
    width: 315px;
    height: 80px;
    padding: 0;
    margin: 0 0 0 10px;
  }

  /** Links **/
  .c-header__links {
    display: block;
  }

  /** Icons **/
  .c-header__icons a.c-header__icon {
    border-left: 1px solid #dddddd;
    height: 80px;
    width: 72px;
    line-height: 80px;
    font-size: 28px;
  }

  .c-header__icons a.c-icon--cart {
    width: 122px;
  }

  .c-header__icons a.c-icon--cart span {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    line-height: 80px;
    padding: 0 0 0 6px;
    text-transform: none;
    transform: translateY(-.333em);
  }
  /** DropDronw **/
  .c-header__menu--dropdown {
    top: 81px;
    padding: 25px 0 10px;
  }

  .c-header__menu--drop li a {
    font-size: 18px;
    padding: 7px 15px;
  }

  .c-header__menu--drop li li a {
    font-weight: 400;
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .c-header__menu--drop {
    display: flex;
    justify-content: space-around;
    height: auto;
  }

  .c-header__menu--drop .has-dropdown {
    border: none;
    padding: 0;
    margin: 0;
  }


  .c-header__menu--drop > li:nth-child(1),
  .c-header__menu--drop > li:nth-child(2),
  .c-header__menu--drop > li:nth-child(3),
  .c-header__menu--drop > li:nth-child(4),
  .c-header__menu--drop > li:nth-child(5),
  .c-header__menu--drop > li:nth-child(6),
  .c-header__menu--drop > li:nth-child(7),
  .c-header__menu--drop > li:nth-child(8),
  .c-header__menu--drop > li:nth-child(9) {
    display: none;
  }

  /*** Sub-Nav Inner Pages ***/
  .c-sub-menu li {
    display: inline-block;
    width: 11%;
  }
}/* End Media 1024px */
@media screen and (min-width: 1024px) and (max-width: 1146px) {
  .c-header__links li a {
    font-size: 13px;
    padding: 0 5px;
  }
}

@media only screen and (min-width: 1035px) {
  .c-header__links li a {
    padding: 0 7px;
  }
}
@media only screen and (min-width: 1095px) {
  .c-header__links li a {
    padding: 0 11px;
  }
}/* End Media 1025px */

/* social junk

/** Social Links **//*
.c-sociallinks {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.c-sociallinks li {
  display: block;
  min-width: 30px;
  float: left;
  margin-right: 10px;
}

.c-sociallinks li > *:not(script) {
  display: flex;
}
*/
/** END Social Link **/

.c-sociallinks {

}

.c-sociallinks ul {
  padding: 0;
  display: flex;
}
.c-sociallinks ul li {
  margin-right: 12px;
}
.c-sociallinks .c-sociallinks--twitter {}
.c-sociallinks .c-sociallinks--facebook {
  padding-top: 2px;
}
.c-sociallinks .c-sociallinks--facebook .fb_iframe_widget > span {
  vertical-align: top !important;
}
.c-sociallinks .c-sociallinks--linkedin {

}
.c-sociallinks .c-sociallinks--linkedin > span {
  vertical-align: top;
}
.c-sociallinks .c-sociallinks--pinterest {
  padding-top: 2px;
}
.c-sociallinks .c-sociallinks--pinterest > span {
  vertical-align: top;
}
.c-sociallinks .c-sociallinks--gplus {
  padding-top: 2px;
}
.c-sociallinks .c-sociallinks--gplus > div {
  vertical-align: top !important;
}
.c-sociallinks .c-sociallinks--print {

}

.c-header__search {
  text-align: right;
  padding: 34px 6% 17px 24px;
  margin-top: -25px;
}

@media screen and (max-width: 1024px) {
  .c-header__search {
    padding: 53px 24px 17px 24px;
    text-align: center;
  }
}
.c-header__search input {
  margin: 0;
}

.c-header__search input[type="text"] {
  padding: 5px 9px 7px;
  font-size: 20px;
  height: 38px;
}

.c-header__search input[type="submit"] {
  padding: 10px;
  color: white;
  font-size: 17px;
  background: #6897c1;
  border: 0;
  height: 38px;
}

.c-subheader__wrap {
  background: #9A9A9A;
  z-index: 1001;
  position: relative;
  border-top: 1px solid #686667;
  margin-top: -1px;
}

.c-subheader {
  max-width: 1202px;
  margin: 0 auto;
  overflow: hidden;
  padding: 7px 0 7px 56px;
  line-height: 0;

}
.c-subheader a {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.c-subheader a:hover {
  opacity: .6;
}
.c-subheader img {
  vertical-align: -6px;
}
.c-subheader__left {
  float: left;
}

.c-subheader__right {
  float: right;
}

@media screen and (min-width: 1025px) and (max-width: 1250px) {
  .c-header__links li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .c-subheader {
    display: none;
  }
}
