body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 1em;
  line-height: 1.25em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  line-height: 1.15em;
  font-weight: 700;
  letter-spacing: -1px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.85em;
  line-height: 1.15em;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.45em;
  line-height: 1.25em;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25em;
  line-height: 1.32em;
  font-weight: 500;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  line-height: 1.35em;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 500;
}

p {
  font-size: 1em;
  line-height: 1.375em;
  font-weight: 400;
}

a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #FF661C;
  font-weight: 500;
}

a:hover {
  color: #F7BD00;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 5px;
}

.content-wf ul {
list-style-type: none;
}

.content-wf ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #F7BD00; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 20px;
  border-top: 1px solid #008266;
  border-bottom: 1px solid #008266;
  color: #FF661C;
  font-size: 1.15rem;
  line-height: 1.55em;
  font-style: italic;
  border-left: 0px;
}

blockquote p {
  color: #FF661C;
  font-size: 1.15rem;
  line-height: 1.55em;
  font-style: italic;
}

blockquote p:last-child {
  margin-bottom: 0px;
}

.nav-link-a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.nav-link-a:hover {
  color: #fff;
}

.nav-link-a.mobile-duplicate {
  display: none;
}

.dropdown-list {
  position: absolute;
  display: block;
  overflow: hidden;
  height: 0px;
  max-width: 400px;
  min-width: 200px;
  border-bottom: 3px solid #f5bd18;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgb(255 220 165 / 51%);
  opacity: 0;
  color: #fff;
  text-align: left;
}

.dropdown-a {
  display: block;
  padding: 15px 20px;
  border-color: #fff;
  background-color: transparent;
  color: #008266;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-a:hover {
  background-color: #fff4e3;
  color: #008266;
}

.brand {
  display: block;
  margin-top: 12px;
  margin-left: 15px;
  float: left;
  clear: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.brand.w--current {
  float: left;
}

.logo {
  width: 400px;
}

.a {
  text-decoration: none;
}

.a:hover {
  text-decoration: underline;
}

.h1 {
  min-height: 66px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  color: #FF661C;
}

.accent-p {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #777;
  font-size: 1.3em;
  line-height: 1.375em;
  font-weight: 400;
}

.navbar {
  background-color: #fff;
  box-shadow: none;
}

.dropdown-wrap {
  overflow: hidden;
}

.left-nav-col {
  width: 230px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #FF661C;
  background-color: #fff;
  padding-bottom: 30px;
}

.content-col {
  padding: 20px 30px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.breadcrumbs-div {
  min-height: 50px;
  font-size: 0.9em;
}

.breadcrumb-a {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #edb761;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumb-a:hover {
  color: #edb761;
}

.breadcrumb-current {
  display: inline-block;
}

.footer-section {
  height: 410px;
  margin-top: 2px;
  margin-bottom: 38px;
  padding-top: 55px;
  padding-right: 0px;
  padding-bottom: 58px;
  background-color: #fff;
  color: #000;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  justify-content: space-around;
  background-color: #FF661C;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-align: center;
  padding-left: 7.3vw;
  padding-right: 7.3vw;
}

.rotator {
  height: 60vh;
  max-height: 700px;
  min-height: 300px;
}

.rotator-arrow {
  opacity: 0.25;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.rotator-arrow:hover {
  opacity: 1;
}

.slide {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slide-caption {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 1250px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 15px;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}

.slide-caption-title {
 display: inline-block;
    margin-bottom: 20px;
    padding: 10px 15px;
    border-top: 1px solid #F7BD00;
    border-bottom: 1px solid #F7BD00;
    font-family: Montserrat, sans-serif;
    font-size: 2em;
    line-height: 1.45em;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 1px 1px 6px #000, 0 0 18px #000;
}

.search-form-wrapper {
  height: auto;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.searching-field {
  display: inline-block;
  height: 40px;
  max-width: 200px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #edb761;
  background-color: #fff4e3;
  color: #008266;
  font-size: 0.95em;
}

.searching-field::-webkit-input-placeholder { /* Edge */
  color: #008266 !important;
}

.searching-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #008266 !important;
}

.searching-field::placeholder {
  color: #008266 !important;
}

.search-button {
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff4e3;
  background-image: url('/20150114134215/images/icon-search-rust.svg');
  background-position: 50% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  -webkit-transition-property: none;
  transition-property: none;
  color: #9a5107;
  border-bottom: 1px solid #edb761
}

.search-button:hover {
  background-color: #fff4e3;
}

.search-text {
  display: none;
}

.mobile-search-button {
  display: none;
}

.header-section {
  position: relative;
  z-index: 100;
  width: 100%;
}

.grip-logo {
  width: 130px;
  height: 28px !important;
  background-image: url('/20150114134215/images/globalreach_knockout_fullwhite.png');
  background-position: 50% 50%;
  background-size: 130px;
  background-repeat: no-repeat;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 8px;
  line-height: 12px;
  font-style: italic;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.left-nav-div {
  margin-top: 92px;
  padding-bottom: 10px;
  border-right: 6px none #edb761;
}

.left-nav-a {
  position: relative;
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  padding: 12px 10px;
  border-bottom: 1px solid #edb761;
  color: #fff;
  font-size: 1em;
  line-height: 1.35em;
  text-decoration: none;
}

.left-nav-a:hover {
  background-color: rgba(238, 177, 17, .25);
  color: #fff;
}

.left-nav-a.w--current {
  border-bottom-color: #edb761;
}

.left-nav-a.subnav-a {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom-style: none;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.35em;
  font-weight: 400;
}

.left-sub-nav-div {
  overflow: hidden;
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 0px;
}

.back-to-top {
  display: inline-block;
  padding: 10px;
  border-top: 2px solid #f5bd18;
  background-color: #fff;
  color: #008266;
  font-weight: 400;
  text-decoration: none;
}

.back-to-top:hover {
  color: #CD8F17;
}

.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 9px 15px;
  border-style: none;
  border-radius: 0px;
  background-color: #9a5107;
  color: #fff;
  font-size: 1em;
  line-height: 1.45em;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  background-color: #b1771b;
  color: #fff;
}

.button.secondary {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #918a7d;
}

.button.secondary:hover {
  background-color: #b1771b;
}

.button.right-side-button {
  padding: 8px 12px;
  font-size: 0.9em;
}

.right-side-col {
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.right-side-div {
  margin-top: 20px;
  margin-left: 30px;
}

.right-side-title {
  margin-top: 0px;
  color: #573615;
  font-size: 1.25em;
  line-height: 1.45em;
}

.content-wf {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.content-wf a {
  text-decoration: none;
}

.content-wf h2 {
  margin-bottom: 15px;
  color: #008266;
  font-weight: 500;
}

.content-wf p {
  margin-bottom: 20px;
}

.content-wf h3 {
  margin-bottom: 15px;
  color: #008266;
  font-weight: 500;
}

.content-wf h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #008266;
  font-weight: 500;
}

.content-wf h5 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #008266;
  font-weight: 500;
}

.content-wf h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #008266;
  font-weight: 500;
}

.content-wf.test-content {
  width: 50%;
  padding: 20px;
}

.container {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container.content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  min-height: 500px;
  margin: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: hsla(0, 0%, 100%, .75);
  border-top: 18px solid #F7BD00;
}

.content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 5px solid #F7BD00;
}

.quick-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  float: right;
  clear: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 30px;
}

.quick-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 43px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: Montserrat, sans-serif;
  color: #FF661C;
  font-size: 0.95em;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}

.quick-link:hover {
  color: #F7BD00;
}

.header-flexwrap {
  position: relative;
  overflow: hidden;
  max-height: 600px;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-bottom: 27px;
}

.header-social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-social-media-link {
  display: block;
  width: 2.34em;
  height: 2.4em;
  margin-right: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  opacity: 1;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.header-social-media-link:hover {
  opacity: 1;
}

.header-social-media-link.facebook {
  background-image: url('/20150114134215/images/ic-facebook.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-social-media-link.twiiter {
  position: relative;
  background-image: url('/20150114134215/images/ic-twitter.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.header-social-media-link.twiiter.ihs {
 background-image: url('/20150114134215/images/ic-twitter-ihs.png');
}

.header-social-media-link.twiiter:hover {
  background-position: 50% 100%;
}

.header-social-media-link.youtube {
  background-image: url('/20150114134215/images/ic-youtube.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-social-media-link.youtube:hover {
  background-position: 50% 100%;
}

.header-social-media-link.podcast {
  margin-right: 15px;
  background-image: url('/20150114134215/images/ic-podcast.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #edb761;
}

.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  clear: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page {
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-box-section {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f5bd18;
}

.footer-link {
  min-width: 200px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #FF661C;
  opacity: 1;
  outline-color: #ffdca5;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
  color: #FF661C;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: #F7BD00;
}

.footer-email {
 border-bottom: 1px solid #FF661C;
 color: #FF661C;
 font-weight: 700;
 text-decoration: none;
}

.footer-email:hover {
  color: #F7BD00;
}

.footer-social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer-social-media-link {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  opacity: 1;
  -webkit-transition-property: none;
  transition-property: none;
  font-size: 1em;
}

.footer-social-media-link:hover {
  opacity: 1;
}

.footer-social-media-link.facebook {
  background-image: url('/20150114134215/images/ic-facebook.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-social-media-link.facebook:hover {
  background-position: 50% 100%;
}

.footer-social-media-link.twitter {
  position: relative;
  background-image: url('/20150114134215/images/ic-twitter.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-social-media-link.twitter.ihs {
  background-image: url('/20150114134215/images/ic-twitter-ihs.png');
}

.footer-social-media-link.twitter:hover {
  background-position: 50% 100%;
}

.footer-social-media-link.youtube {
  background-image: url('/20150114134215/images/ic-youtube.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.menu-button
.footer-social-media-link.youtube:hover {
  background-position: 50% 100%;
}

.footer-social-media-link.podcast {
  margin-right: 0px;
  background-image: url('/20150114134215/images/ic-podcast.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-social-media-link.podcast:hover {
  background-position: 50% 100%;
}

.newsletter-sign-up-field {
  height: 40px;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #F7BD00;
  background-color: #fff4e3;
  font-size: 1em;
  text-align: center;
  color:#333333;
  border-radius: 0px;
  width: 100%;
}

.newsletter-sign-up-button {
  width: 100%;
  height: 40px;
  padding-right: 8px;
  padding-left: 8px;
  border-bottom: 1px solid #edb761 !important;
  background-color: #FF661C;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  border-radius: 0px;
  transition: all 300ms ease;
}

.newsletter-sign-up-button:hover {
 background-color: #fff;
 color: #333;
}

.newsletter-sign-up-form {
  display: block;
}

.newsletter-sign-up-form-wrapper {
  margin-bottom: 0px;
}

.footer-icon {
  position: absolute;
  left: -70px;
  top: 15px;
  z-index: 0;
  width: 300px;
  height: 300px;
  padding-right: 201px;
  background-image: url(/20150114134215/images/footer-logo.png);
  background-position: 50% 50%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.footer-nav {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: auto;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-nav.footer-quick-links {
  padding-top: 40px;
  padding-left: 50px;
  border: 1px solid transparent;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px
}

.footer-address {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 30%;
  margin-right: 0px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.footer-address.contact-info {
  height: auto;
  padding-top: 40px;
  padding-right: 50px;
  padding-bottom: 0px;
}

.sign-off {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #008266;
  border-top: 4px solid #FF661C;
}

.sign-off-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0px solid hsla(0, 0%, 100%, 0.5);
  border-right: 0px solid hsla(0, 0%, 100%, 0.5);
  border-left: 0px solid hsla(0, 0%, 100%, 0.5);
  background-color: #008266;
  font-size: 0.9em;
}

.copyright {
  display: inline-block;
  max-width: 100%;
  color: #fff;
}

.footer-container {
 position: relative;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 max-width: 1250px;
 margin: -56px auto 7px;
 padding: 0px;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 border-right: 1px solid hsla(0, 0%, 100%, 0.5);
 border-left: 1px solid hsla(0, 0%, 100%, 0.5);
 background-color: #fff;
 padding-bottom: 50px;
}

.footer-title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #008266;
  font-size: 1.2em;
  line-height: 1.55em;
  font-weight: 700;
}

.footer-title.connect-title {
  margin-top: 30px;
}

.footer-subscribe {
  width: 30%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;;
}

.cb-card {
  position: relative;
  width: 19%;
  border-top: 10px solid #FF661C;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.content-boxes-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cb-card-img-wrap {
  display: block;
  margin-bottom: 20px;
}

.cb-card-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.15em;
}

.cb-card-content {
  margin-right: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
}

.cb-card-img {
  width: 100%;
}

.cb-card-title-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 42px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #008266;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 700;
}

.cb-card-title-link:hover {
  color: #F7BD00;
}

.twitter-cb {
  width: 50%;
  padding: 20px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.news-cb {
  position: relative;
  width: 50%;
  padding: 20px 30px 20px 50px;
}

.news-item {
  margin-bottom: 20px;
}

.news-date {
  margin-bottom: 15px;
  margin-left: 2px;
  padding-left: 25px;
  background-image: url('/20150114134215/images/icon-news-date.svg');
  background-position: 0px 0px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  font-size: 0.9em;
  text-transform: uppercase;
}

.news-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
}

.news-title-link {
  text-decoration: none;
}

.news-title-link:hover {
  color: #d19434;
}

.news-desc {
  display: block;
}

.cb-title {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f5bd18;
  color: #008266;
  font-size: 1.2em;
  line-height: 1.35em;
  font-weight: 700;
}

.all-news {
  position: absolute;
  top: 7px;
  right: 30px;
  display: inline-block;
  margin-top: 15px;
  padding: 5px 10px;
  background-color: #FF661C;
  color: #fff;
  font-size: 0.9em;
  text-decoration: none;
}

.all-news:hover {
  color: #fff;
}

.slide-nav {
  display: none;
  font-size: 1.1em;
}

.mobile-search-form-wrapper {
  display: none;
}

.slide-image-wrap {
  width: 100%;
  height: 100%;
}

.slide-image-wrap._1 {
  background-image: -webkit-linear-gradient(270deg, transparent 65%, rgba(0, 0, 0, .8)), url('/20150114134215/images/hs-rotator-1.jpg');
  background-image: linear-gradient(180deg, transparent 65%, rgba(0, 0, 0, .8)), url('/20150114134215/images/hs-rotator-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-image-wrap._2 {
  background-image: -webkit-linear-gradient(270deg, transparent 65%, rgba(0, 0, 0, .8)), url('/20150114134215/images/hs-rotator-2.jpg');
  background-image: linear-gradient(180deg, transparent 65%, rgba(0, 0, 0, .8)), url('/20150114134215/images/hs-rotator-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-image-wrap._3 {
  background-image: -webkit-linear-gradient(270deg, transparent 65%, rgba(0, 0, 0, .8)), url('/20150114134215/images/hs-rotator-3.jpg');
  background-image: linear-gradient(180deg, transparent 65%, rgba(0, 0, 0, .8)), url('/20150114134215/images/hs-rotator-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.twitter-feed {
  overflow: hidden;
  max-height: 300px;
  max-width: 500px;
}

.phone-number {
  letter-spacing: 1px;
}

.news-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sign-off-link {
  display: inline-block;
  margin-left: 10px;
  color: #F7BD00;
  text-decoration: none;
}

.sign-off-link:hover {
      color: #F7BD00;
}

.news-section {
  background-color: #fff4e3;
}

.header-wfp-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 55px !important;
  margin-top: -20px;
  margin-right: -20px;
  margin-left: -20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.content-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff4e3;
}

.colors-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.color {
  position: relative;
  width: 25%;
  height: 100px;
}

.color.brown {
  background-color: #9a5107;
  color: #fff;
}

.color.gold {
  background-color: #ffd457;
}

.color.yellow {
  background-color: #ffff4f;
}

.color.dark-gold {
  background-color: #eeb111;
}

.color-label {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.text-styles {
  width: 50%;
  padding: 20px;
}

.styles-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.squares {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 40px;
  height: 40px;
  opacity: 0.75;
}

.squares.bottom-right {
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0px;
}

.square {
  width: 20px;
  height: 20px;
  float: left;
}

.square.brown {
  background-color: #9a5107;
}

.square.gold {
  background-color: #eeb111;
}

.square.tan {
  background-color: #d19434;
}

.twitter-label {
  position: absolute;
  right: -7px;
  bottom: -9px;
  height: 20px;
  padding: 2px;
  border: 1px solid #eeb111;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.wfp-logo {
  width: 400px;
  height: 46px !important;
}

.header-sponsors {
  margin-top: 20px;
  margin-bottom: 20px;
  float: right;
  color: #9a5107;
  font-size: 0.95em;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

html.w-mod-js *[data-ix="subnav-open"] {
  opacity: 0;
  height: 0px;
}

.main-col {
  background-color: #fff;
}

@media (max-width: 991px) {
  h1 {
    font-size: 2.5em;
    line-height: 1.125em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.5em;
    line-height: 1.25em;
  }
  .nav-link-a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #fff;
    color: #573615;
    font-weight: 400;
    text-align: left;
  }
  .nav-link-a:hover {
    border-bottom-style: solid;
    border-bottom-color: #edb761;
    background-color: rgba(87, 54, 21, .25);
  }
  .nav-link-a.mobile-duplicate {
    display: block;
  }
  .dropdown-list {
    background-color: transparent;
    opacity: 0;
  }
  .dropdown-list.w--open {
    height: auto;
    max-width: none;
    min-width: 0px;
    padding-left: 20px;
    opacity: 1;
  }
  .dropdown-a {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
  }
  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .logo {
    width: 300px;
    min-width: 0px;
  }
  .navbar {
    box-shadow: 0 1px 5px 0 #000;
  }
  .dropdown-wrap {
    display: none;
    text-align: left;
  }
  .left-nav-col {
    display: none;
  }
  .breadcrumbs-div {
    display: none;
  }
  .menu-button {
    width: 80px;
    height: 80%;
    padding: 15px 10px 10px;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    background-color: transparent;
    color: #FF661C;
    position: relative;
    z-index: 1000;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #FF661C;
  }
  .menu-icon {
    font-size: 50px;
    text-align: center;
  }
  .nav-menu {
    width: 90%;
    padding: 0px 10px 20px;
    border-top-style: none;
    background-color: #eeb111;
    background-image: -webkit-radial-gradient(circle farthest-corner at 100% 50%, #fff, #eeb111);
    background-image: radial-gradient(circle farthest-corner at 100% 50%, #fff, #eeb111);
    box-shadow: -1px 0 5px 2px rgba(0, 0, 0, .5);
  }
  .rotator {
    height: auto;
    min-height: 0px;
    background-color: #eeb111;
  }
  .slide-caption {
    width: 100%;
    margin-bottom: 0px;
    padding: 20px 40px;
    background-color: hsla(0, 0%, 100%, .65);
  }
  .slide-caption-title {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.5em;
    line-height: 1.25em;
  }
  .search-form-wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    overflow: hidden;
    width: 0px;
    height: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #1e90ff;
  }
  .searching-field {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    float: none;
  }
  .search-button {
    display: none;
  }
  .mobile-search-button {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    padding: 10px;
    float: right;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
    background-image: url('/20150114134215/images/icon-search-white.svg');
    background-position: 50% 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 30px;
  }
  .grip-logo {
    margin-bottom: 30px;
  }
  .right-side-col {
    width: 100%;
  }
  .right-side-div {
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 20px;
    border-top: 1px solid #edb761;
  }
  .container {
    max-width: 940px;
  }
  .container.content-container {
    display: block;
  }
  .content-wrap {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quick-links {
    display: none;
  }
  .header-flexwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-style: none;
    border-left-style: none;
    padding-top: 6px;
    padding-left: 17px;
    padding-bottom: 3px;
  }
  .header-right {
    float: left;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none;
  }
  .content-box-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-social-media {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-icon {
    left: 20px;
  }
  .footer-nav {
    width: 50%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .footer-nav.footer-quick-links {
    padding-left: 20px;
  }
  .footer-address {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
  }
  .footer-address.contact-info {
    padding-right: 20px;
  }
  .sign-off {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sign-off-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
  }
  .copyright {
    margin-bottom: 30px;
  }
  .footer-container {
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    border-right-style: none;
    border-left-style: none;
  }
  .footer-subscribe {
    display: block;
    width: 50%;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    text-align: left;
  }
  .cb-card {
    width: 49%;
    margin-bottom: 20px;
  }
  .content-boxes-container {
    border-right-style: none;
    border-left-style: none;
  }
  .cb-card-title {
    min-height: 0px;
    font-size: 1.5em;
  }
  .twitter-cb {
    min-height: 0px;
  }
  .cb-title {
    font-size: 1.75em;
  }
  .mobile-search-form-wrapper {
    display: block;
    overflow: hidden;
    height: 0px;
    margin-bottom: 0px;
    background-color: #FF661C;
  }
  .mobile-search-form {
    padding: 15px 15px 15px 20px;
  }
  .mobile-search-field {
    height: 50px;
    margin-bottom: 0px;
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: #edb761;
    background-color: hsla(0, 0%, 100%, .75);
  }
  .slide-image-wrap {
    height: 350px;
  }
  .news-container {
    width: auto;
    border-right-style: none;
    border-left-style: none;
  }
  .header-wfp-logo {
    display: none;
  }
  .header-sponsors {
    display: none;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 2em;
    line-height: 1.25em;
  }
  h2 {
    font-size: 1.625em;
    line-height: 1.15em;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.36em;
  }
  h4 {
    line-height: 1.11em;
  }
  p {
    font-size: 1em;
    line-height: 1.45em;
  }
  blockquote {
    font-size: 0.95em;
  }
  .brand {
    padding-left: 0px;
  }
  .logo {
    min-height: 0px;
    width: 200px;
  }
  .left-nav-col {
    display: none;
  }
  .rotator {
    min-height: 0px;
  }
  .slide-caption {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.9em;
  }
  .slide-caption-title {
    font-size: 1.6em;
  }
  .content-wf h2 {
    line-height: 1.25em;
  }
  .container {
    max-width: 728px;
  }
  .header-right {
    display: none;
  }
  .footer-icon {
    left: auto;
    top: 30px;
    right: 20px;
  }
  .footer-nav {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-address {
    width: 100%;
    max-width: 400px;
    margin-bottom: 40px;
    text-align: center;
    padding-right: 0px !important;
  }
  .sign-off {
    text-align: center;
  }
  .footer-container {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
  }
  .footer-subscribe {
    width: 100%;
    max-width: 400px;
    text-align: center;
  }
  .cb-card {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }
  .footer-nav.footer-quick-links {
    text-align: center;
  }
  .content-boxes-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .twitter-cb {
    width: 100%;
    max-width: 400px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .news-cb {
    width: 100%;
    max-width: 400px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .slide-image-wrap {
    height: 300px;
  }
  .news-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .sign-off-link {
    display: block;
    margin-top: 20px;
  }

  .footer-social-media {
    justify-content: center;
  }

  .header-flexwrap {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  h3 {
    line-height: 1.36em;
  }
  .content-col {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button {
    width: 60px;
  }
  .rotator-arrow {
    display: none;
  }
  .slide-caption {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slide-caption-title {
    margin-bottom: 0px;
    font-size: 1.4em;
  }
  .mobile-search-button {
    width: 60px;
  }
  .container {
    max-width: none;
  }
  .header-flexwrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-nav {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-nav.footer-quick-links {
    padding-left: 0px;
  }
  .footer-address {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-subscribe {
    padding-right: 0px;
    padding-left: 0px;
  }
  .news-cb {
    padding-bottom: 35px;
  }
  .cb-title {
    font-size: 1.35em;
  }
  .all-news {
    position: static;
    float: right;
  }
}

@font-face {
  font-family: 'Motor oil 1937 m54 webfont';
  src: url('/fonts/motor_oil_1937_m54-webfont.woff2') format('undefined'), url('/fonts/motor_oil_1937_m54-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}