strong {
  font-weight: 700; }

.underline {
  text-decoration: underline; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

header, footer, main, nav, section {
  width: 100%;
  float: left; }

.mid-container {
  max-width: 1000px;
  margin: 0px auto; }
  .mid-container.header-container {
    max-width: 1300px; }

.new_header {
  width: 100%;
  float: left;
  padding: 0; }
  .new_header.intermediate-color {
    background-color: #369ee5; }

.top_header {
  background: #1464bf;
  width: 100%;
  float: left;
  padding: 1px 0 1px 60px; }

.top_header-column {
  width: 100%;
  float: left;
  padding: 22px 0px 44px;
  display: none; }
  .top_header-column .logo {
    width: 212px;
    float: left;
    margin: 7px 57px 5px 0px; }
    .top_header-column .logo.desktop-display {
      display: block; }
    .top_header-column .logo.mobile-display {
      display: none; }

.grow-business-btn {
  background: #f1931d;
  border-radius: 30px;
  box-shadow: 0px 3px 0px #e45503;
  float: left;
  padding: 11px 26px;
  display: block; }
  .grow-business-btn a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background: url("https://greenpal-production.s3.amazonaws.com/images/handbook/grow-btn-arrow.png") no-repeat right center;
    padding-right: 30px; }
  .grow-business-btn:hover {
    background: #dd800c; }

.top-header-list {
  width: 100%;
  float: left;
  margin: 44px 0px 0px; }
  .top-header-list ul {
    width: 180px;
    float: left;
    margin: 0px;
    padding: 0px; }
    .top-header-list ul.second-list {
      width: 145px; }
    .top-header-list ul.third-list {
      width: 270px; }
    .top-header-list ul.forth-list {
      width: 191px; }
    .top-header-list ul h6 {
      font-size: 14px;
      color: #8ab2df;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .top-header-list ul li {
      list-style: none;
      float: left;
      font-size: 14px;
      line-height: 23px;
      width: 100%; }
      .top-header-list ul li a {
        color: #fff;
        text-decoration: none; }
        .top-header-list ul li a:hover {
          color: #80bafc; }

.social-icons {
  width: 100%;
  float: left;
  margin: 6px 0px 0px; }
  .social-icons a {
    float: left;
    width: 37px;
    height: 37px;
    margin-right: 9px; }
    .social-icons a:hover {
      opacity: .8; }
    .social-icons a.instagram-icon {
      background: url("https://greenpal-production.s3.amazonaws.com/images/handbook/instagram-icon.png") no-repeat 0px 0px; }
    .social-icons a.facebook-icon {
      background: url("https://greenpal-production.s3.amazonaws.com/images/handbook/facebook-icon.png") no-repeat 0px 0px; }
    .social-icons a.twitter-icon {
      background: url("https://greenpal-production.s3.amazonaws.com/images/handbook/twitter-icon.png") no-repeat 0px 0px; }
    .social-icons a.pinterest-icon {
      background: url("https://greenpal-production.s3.amazonaws.com/images/handbook/pinterest-icon.png") no-repeat 0px 0px; }

.top_header_toggle {
  width: auto;
  font-size: 12px;
  color: #fff;
  float: left;
  color: #fff;
  font-size: 12px;
  background: url("https://greenpal-production.s3.amazonaws.com/images/handbook/up-down-arrow.png") no-repeat right -90px;
  padding-right: 14px;
  cursor: pointer; }
  .top_header_toggle.active {
    background-position: right 7px; }

.new_header .mid-container {
  position: relative; }
.new_header .new_logo_col {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 140px;
  z-index: 99; }
.new_header .hdr-rght-col {
  width: 100%;
  float: right;
  position: relative;
  margin: 0;
  overflow: hidden;
  height: auto;
  padding: 0 10px 0 197px; }
  .new_header .hdr-rght-col.active {
    height: auto; }

a.toggle_header_menu_show {
  background: url("https://greenpal-production.s3.amazonaws.com/images/handbook/up-down-arrow.png") no-repeat center top;
  width: 28px;
  position: absolute;
  right: -10px;
  cursor: pointer;
  height: 20px;
  text-indent: -9999px;
  top: 49px; }

.new_header .hdr-rght-col .height-auto {
  height: auto; }
.new_header .hdr-rght-col ul {
  margin: 0px;
  padding: 0px; }
  .new_header .hdr-rght-col ul li {
    width: auto;
    list-style: none;
    font-family: "ProximaNova";
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: .3px;
    float: left; }
    .new_header .hdr-rght-col ul li a {
      color: #91c2e9;
      font-size: 10px;
      padding: 35px 9px;
      float: left; }
      @media (min-width: 320px) and (max-width: 480px) {
        .new_header .hdr-rght-col ul li a {
          font-size: 8px; } }
      .new_header .hdr-rght-col ul li a span {
        display: inline-block;
        color: #fff;
        font-size: 12px;
        font-weight: 700; }
      .new_header .hdr-rght-col ul li a:hover {
        background: #1e70b3; }

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .sticky-header {
    display: none; }

  .mobile-sticky-header {
    display: block; }
    .mobile-sticky-header .search-box {
      width: 70%; }
    .mobile-sticky-header .header-rght-col {
      display: block;
      position: relative;
      top: 10px; } }
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .top_header {
    padding: 1px 0 1px 15px; }

  .top-header-list ul.third-list {
    width: 240px; }

  .new_header .hdr-rght-col {
    height: auto;
    background: none;
    padding: 25px 10px 14px 197px; }
    .new_header .hdr-rght-col ul li a {
      padding: 11px 9px; }

  a.toggle_header_menu_show {
    display: none; }

  .sticky-header {
    display: none; }

  .mobile-sticky-header {
    display: block; }
    .mobile-sticky-header .search-box {
      width: 70%; }
    .mobile-sticky-header .header-rght-col {
      display: block;
      position: relative;
      top: 10px; } }
@media only screen and (min-width: 267px) and (max-width: 767px) {
  a.toggle_header_menu_show {
    display: none; }

  .top_header {
    padding: 1px 0 1px 15px; }

  .top_header-column {
    text-align: center; }
    .top_header-column .logo.desktop-display {
      display: none; }
    .top_header-column .logo.mobile-display {
      display: inline-block;
      margin: 0px; }

  .grow-business-btn {
    display: inline-block;
    float: none;
    margin: 29px 0px 0px; }

  .top-header-list {
    text-align: left; }
    .top-header-list ul {
      width: 60%;
      margin-bottom: 30px; }
      .top-header-list ul h6 {
        font-size: 12px; }
      .top-header-list ul li {
        font-size: 12px;
        line-height: 21px; }
      .top-header-list ul.third-list {
        width: 60%; }
      .top-header-list ul.second-list, .top-header-list ul.forth-list {
        width: 40%; }

  .social-icons {
    width: 100px; }
    .social-icons a {
      width: 32px;
      height: 32px;
      margin-bottom: 6px; }
      .social-icons a.instagram-icon, .social-icons a.facebook-icon, .social-icons a.twitter-icon, .social-icons a.pinterest-icon {
        background-size: 32px; }

  .new_header .new_logo_col {
    left: 50%;
    margin-left: -66px; }
  .new_header .hdr-rght-col {
    height: auto;
    background: none;
    padding: 80px 10px 14px 16px; }
    .new_header .hdr-rght-col ul li {
      width: 33.33%;
      min-height: 65px;
      list-style: none;
      font-family: "ProximaNova";
      text-transform: uppercase;
      line-height: 14px;
      letter-spacing: .3px;
      float: left; } }
    @media only screen and (min-width: 267px) and (max-width: 767px) and (max-width: 767px) {
      .new_header .hdr-rght-col ul li {
        min-height: 75px; } }
@media only screen and (min-width: 267px) and (max-width: 767px) {
      .new_header .hdr-rght-col ul li a {
        padding: 11px 9px;
        text-align: left; } }
      @media only screen and (min-width: 267px) and (max-width: 767px) and (max-width: 767px) {
        .new_header .hdr-rght-col ul li a {
          line-height: 1.2;
          min-height: 75px; } }
