/*
Theme Name:         BuySeasons Roots
Description:        BuySeasons.com theme based on roots.io
Author:             Core Creative
Author URI:         https://corecreative.com/
Template:           roots

License:            MIT License
License URI:        https://opensource.org/licenses/MIT
*/
@import url("../../themes/roots/style.css");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 *
 * CSS STRUCTURE: MOBILE FIRST
 *
 * Major breakpoints:  Mobile to 768px, Desktop 769+ (Fluid width / scaling throughout)
 * Section breakdowns:  Vars, Mixins, Base, Layouts, Components, Misc.
 *
*/
/**
 *
 * GLOBAL VARS
 *
*/
/* 840px */
/* 960px */
/* 1440px, stays fixed beyond this */
/**
 *
 * GLOBAL MIXINS
 *
*/
/**
 *
 * NOTES:  DEFINING MOBILE FIRST BY DEFAULT
 *         STYLES MANAGED VIA SCSS FOUND: buyseasons/assets/scss/style.scss
 *
*/
/**
 *
 * BASE
 *
*/
html {
  background: #000;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 1440px) {
  html {
    background: #fff;
  }
}

body {
  background: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}

html.body {
  margin: 0;
  padding: 0;
  height: 100%;
}

h1, h2, h3, h4, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-weight: 700;
}

a {
  outline: 0;
}

img {
  border: 0;
}

nav {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-weight: 600;
}

nav a {
  text-transform: uppercase;
}

nav a em {
  font-style: normal;
}

a.buyButton {
  background: #70be44;
}

a.buyButton:hover {
  color: #fff;
  text-decoration: none;
  background: #599836;
}

@media (min-width: 90rem) {
  .buyPg {
    position: relative;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
  }
}

.buyPg > header {
  position: relative;
}
.buyPg > header h2 {
  margin: 0;
  padding: 0;
}
.buyPg > header h2 a {
  display: block;
  width: 14.1875rem;
  margin: 0;
  padding: 0.5rem 0 1rem 1.75rem;
}
.buyPg > header h2 a img {
  max-width: 100%;
}
@media (min-width: 52.5rem) {
  .buyPg > header {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-bottom: 1.8rem;
  }
  .buyPg > header:after {
    content: "";
    display: table;
    clear: both;
  }
  .buyPg > header h2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin: 0;
  }
  .buyPg > header h2:last-child {
    margin-right: 0;
  }
  .buyPg > header h2 a {
    padding: 2rem 0 0 2.6875rem;
  }
}

.buyPg > footer {
  background: #000;
  padding-bottom: 1.5rem;
  margin: 1rem 0 0;
}
@media (min-width: 52.5rem) {
  .buyPg > footer {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .buyPg > footer:after {
    content: "";
    display: table;
    clear: both;
  }
}

main {
  min-height: 25em;
}

.buyLayout {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
.buyLayout:after {
  content: "";
  display: table;
  clear: both;
}

.buyNavToggle:before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 2.85em;
  width: 2.125em;
  height: 1.45em;
  border-top: 0.9em double #77787b;
  border-bottom: .3em solid #77787b;
}

.buyNavToggle {
  display: block;
  width: 6.5em;
  height: 6.35em;
  line-height: 6.35em;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
@media (min-width: 52.5rem) {
  .buyNavToggle {
    display: none;
  }
}

.buyNavToggle.buyExpanded {
  background: #47b9ce;
  color: #fff;
}

.buyNavToggle.buyExpanded:before {
  border-color: #fff;
}

.buyNavSecondaryBg {
  position: absolute;
  width: 100%;
  bottom: -2.25rem;
  height: 2.25rem;
  border-top: 1px solid #dddddd;
  display: none;
}

@media (min-width: 52.5rem) {
  .single-post .buyNavSecondaryBg,
  .single-jobs .buyNavSecondaryBg,
  .page-parent .buyNavSecondaryBg,
  .page-child .buyNavSecondaryBg {
    display: block;
    z-index: 1;
  }
}

@media (min-width: 52.5rem) {
  .page-parent .buyPg > header,
  .page-child .buyPg > header {
    margin-bottom: 3rem;
  }
}

.buyNavPrimary {
  /*ul ul {
    display: none;
  }*/
  display: none;
}
.buyNavPrimary b.caret {
  display: none;
}
.buyNavPrimary > ul {
  margin: 0;
  padding: 0;
  padding: 1em 2.6875rem 1em 2.6875rem;
  padding-left: -webkit-calc(1.75rem - 1.125rem);
  padding-left: calc(1.75rem - 1.125rem);
  padding-right: -webkit-calc(1.75rem - 1.125rem);
  padding-right: calc(1.75rem - 1.125rem);
  background: #47b9ce;
}
.buyNavPrimary > ul li {
  margin: 0;
  padding: 0;
  display: inline;
}
.buyNavPrimary a {
  color: #fff;
  display: block;
  padding: 1em 0;
  padding-left: -webkit-calc(1.125rem);
  padding-left: calc(1.125rem);
}
.buyNavPrimary li.active a,
.buyNavPrimary a:hover {
  background-color: #3894a4;
  border-radius: 0.4rem;
  text-decoration: none;
}
.buyNavPrimary li.menu-wholesale-drop-ship,
.buyNavPrimary li.menu-vendors {
  display: auto;
}
.buyNavPrimary li .dropdown-menu a {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-weight: 700;
  color: #7f7f80;
}
@media (max-width: 839px) {
  .buyNavPrimary {
    /* Temp fix */
  }
  .buyNavPrimary li.dropdown .dropdown-menu {
    display: block;
    float: none;
    position: relative;
    background-color: transparent;
    border: none;
    box-shadow: 0 0 0 0;
    margin: 0 0 0.25rem;
    padding-top: 0;
  }
  .buyNavPrimary li.dropdown .dropdown-menu li a {
    background-color: inherit;
    color: #fff;
    padding: 0.65rem 0 0.65rem 3rem;
    text-transform: none;
  }
  .buyNavPrimary li.dropdown .dropdown-menu li a:hover {
    background-color: #3894a4;
    border-radius: 0.4rem;
  }
  .buyNavPrimary li.dropdown .dropdown-menu li.active a {
    color: #000;
  }
}
@media (min-width: 52.5rem) {
  .buyNavPrimary {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    text-align: right;
    /* Secondary menu support */
    /* override */
  }
  .buyNavPrimary li.menu-wholesale-drop-ship,
  .buyNavPrimary li.menu-vendors {
    display: none;
  }
  .buyNavPrimary li.dropdown .dropdown-menu {
    display: none;
    float: left;
    position: absolute;
  }
  .buyNavPrimary:last-child {
    margin-right: 0;
  }
  .buyNavPrimary > ul {
    padding: 0;
    margin-top: 4.125rem;
    margin-right: 0.65rem;
    background: transparent;
  }
  .buyNavPrimary > ul a {
    display: inline-block;
    text-align: center;
    padding: 0.25em 0 0.125em 0;
    margin: 0 0 0 2.25rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    border-bottom: 3px solid #fff;
  }
  .buyNavPrimary > ul li.active a,
  .buyNavPrimary > ul a:hover {
    background-color: transparent;
    border-radius: 0;
    border-bottom: 3px solid #47b9ce;
  }
  .buyNavPrimary li.active.dropdown {
    text-align: center;
  }
  .buyNavPrimary .dropdown-menu {
    margin: 0;
    padding: 0;
    background-color: transparent;
  }
  .buyNavPrimary li.dropdown li a {
    text-transform: none;
  }
  .buyNavPrimary li.active.dropdown > a {
    margin-bottom: 1.5rem;
  }
  .buyNavPrimary li.active.dropdown .dropdown-menu {
    min-width: 600px;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 3rem;
    left: -15rem;
    border: none;
    box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
  }
  .buyNavPrimary li.active.dropdown .dropdown-menu li a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    display: inline-block;
    border-bottom: 0;
  }
  .buyNavPrimary li.active.dropdown .dropdown-menu li.active a {
    color: #47b9ce;
    position: relative;
    z-index: 5;
    /*background: inherit url(assets/img/iconNavMarker.gif) 0 0 no-repeat;*/
  }
  .buyNavPrimary li.active.dropdown .dropdown-menu li.active a:after,
  .buyNavPrimary li.active.dropdown .dropdown-menu li.active a:before {
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 38%;
  }
  .buyNavPrimary li.active.dropdown .dropdown-menu li.active a:after {
    border-top: 11px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    z-index: 1;
    margin-top: -3px;
    /* -4px for thicker line */
  }
  .buyNavPrimary li.active.dropdown .dropdown-menu li.active a:before {
    border-top: 9px solid #ccc;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-bottom: 0px;
    margin-left: 0px;
    z-index: -3;
  }
  .buyNavPrimary .dropdown-menu > .active > a,
  .buyNavPrimary .dropdown-menu > .active > a:hover,
  .buyNavPrimary .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #000;
  }
}

.buyNavPrimary.buyExpanded {
  display: block;
}

/* Faking active section for custom post types for now */
.single-post main,
.single-jobs main {
  padding: 1.25rem 1.75rem 1.5rem 1.75rem;
}
@media (min-width: 52.5rem) {
  .single-post main,
  .single-jobs main {
    padding-left: 2.6875rem;
    padding-right: 2.6875rem;
  }
}
@media (min-width: 52.5rem) {
  .single-post main,
  .single-jobs main {
    max-width: 86%;
  }
}
@media (min-width: 60rem) {
  .single-post main,
  .single-jobs main {
    max-width: 70%;
  }
}
.single-post main h1,
.single-jobs main h1 {
  font-size: 1.65rem;
  padding: 0 0 0.25rem;
  text-transform: uppercase;
}
.single-post main .buyButton, .single-post main .buyFormContact input[type=submit], .buyFormContact .single-post main input[type=submit],
.single-jobs main .buyButton,
.single-jobs main .buyFormContact input[type=submit],
.buyFormContact .single-jobs main input[type=submit] {
  background: #70be44;
}
.single-post main .buyButton:hover, .single-post main .buyFormContact input[type=submit]:hover, .buyFormContact .single-post main input[type=submit]:hover,
.single-jobs main .buyButton:hover,
.single-jobs main .buyFormContact input[type=submit]:hover,
.buyFormContact .single-jobs main input[type=submit]:hover {
  color: #fff;
  text-decoration: none;
  background: #599836;
}

.single-post .buyNavPrimary .menu-press-room a,
.single-jobs .buyNavPrimary .menu-careers a {
  background-color: #3894a4;
  border-radius: 0.4rem;
}
@media (min-width: 52.5rem) {
  .single-post .buyNavPrimary .menu-press-room a,
  .single-jobs .buyNavPrimary .menu-careers a {
    background-color: transparent;
    border-radius: 0;
    border-bottom: 3px solid #47b9ce;
  }
}

.buyNavBack,
.buyNavBack:hover {
  color: #000;
}

.buyContentMeta {
  padding-bottom: 1rem;
}

.buyContentFilter h3 {
  font-size: 1.25rem;
}
.buyContentFilter form {
  margin: 0 0 2.25rem;
  border: 1px solid #70be44;
  color: #70be44;
  max-width: 22rem;
  min-width: 12em;
  border-radius: 3px;
  overflow: hidden;
  background: white url("assets/img/icon-arrowDropdown10.gif") no-repeat 95% 50%;
}
.buyContentFilter label {
  display: block;
}
.buyContentFilter select {
  padding: 5px 1rem;
  /*width: 130%;*/
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
}
.buyContentFilter select:focus {
  outline: none;
}

.single h1 em {
  font-style: normal;
  color: #70be44;
}

.buyNavTertiary ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  top: 0;
  right: 0;
  display: none;
}
.buyNavTertiary ul li {
  margin: 0;
  padding: 0;
  display: inline;
}
.buyNavTertiary ul a {
  display: inline-block;
  padding: 0.65em 1.4em;
  text-align: center;
  background: #70be44;
  color: #fff;
  min-width: 11em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
}
.buyNavTertiary ul a:hover,
.buyNavTertiary ul .active a {
  text-decoration: none;
  background: #5c9f35;
}
@media (min-width: 52.5rem) {
  .buyNavTertiary ul {
    display: block;
  }
}

.buyFooterAnkle {
  background: #fff;
  padding: 2rem 1.75rem;
  text-align: left;
  min-height: 6rem;
}
@media (min-width: 52.5rem) {
  .buyFooterAnkle {
    padding: 2rem 2.6875rem;
  }
}
@media (min-width: 60rem) {
  .buyFooterAnkle {
    text-align: center;
  }
}

.buyNavFooterAnkle {
  text-align: left;
}
.buyNavFooterAnkle > a {
  display: inline-block;
}
.buyNavFooterAnkle nav {
  display: none;
}
.buyNavFooterAnkle ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding-top: 1rem;
  min-height: 72px;
}
.buyNavFooterAnkle ul li {
  margin: 0;
  padding: 0;
  display: inline;
}
.buyNavFooterAnkle ul a {
  display: inline-block;
  text-align: center;
  padding: 0.25em 0 0.125em 0;
  margin: 0 0 0 1.125rem;
  font-size: 0.85em;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 60rem) {
  .buyNavFooterAnkle {
    text-align: center;
  }
  .buyNavFooterAnkle nav {
    display: inline-block;
    text-align: center;
  }
}

@media (min-width: 60rem) {
  .buyLogoLiberty {
    display: block;
    position: absolute;
    left: 2.6875rem;
    text-align: left;
  }
}

.buyNavFooter ul {
  margin: 0;
  padding: 0;
  padding: 1rem 1.75rem 1rem 1.75rem;
}
.buyNavFooter ul li {
  margin: 0;
  padding: 0;
  display: inline;
}
.buyNavFooter a {
  display: block;
  font-size: 1em;
  color: #7f7f80;
  text-transform: none;
}
@media (min-width: 52.5rem) {
  .buyNavFooter {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }
  .buyNavFooter:last-child {
    margin-right: 0;
  }
  .buyNavFooter ul {
    padding: 1rem 0 1rem 2.6875rem;
  }
  .buyNavFooter a {
    margin-right: 0.5rem;
    display: inline-block;
  }
}
@media (min-width: 60rem) {
  .buyNavFooter a {
    margin-right: 1.5rem;
  }
}

.buySocial {
  margin: 0;
  padding: 0;
  padding: 1rem 1.75rem 1rem 1.75rem;
  color: #7f7f80;
}
.buySocial li {
  margin: 0;
  padding: 0;
  display: inline;
}
.buySocial a {
  color: #7f7f80;
  display: block;
}
@media (min-width: 52.5rem) {
  .buySocial {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    text-align: right;
    padding: 1rem 2.6875rem 1rem 0;
  }
  .buySocial:last-child {
    margin-right: 0;
  }
  .buySocial a {
    display: inline-block;
  }
}

.buyPgTitling h1 {
  margin: 0;
  padding: 0;
}

.page .buyPgTitling {
  display: none;
}

/*.page-template-template-press-room-php {
  display: block;
}*/
.buyHighlights {
  border-bottom: 1px solid #dddddd;
}
.buyHighlights h2 {
  font-size: 1.65rem;
}
.buyHighlights h3 {
  font-size: 1.125rem;
  margin-bottom: 0.9rem;
}
.buyHighlights h2 em {
  font-style: normal;
}
@media (min-width: 52.5rem) {
  .buyHighlights {
    display: table;
    width: 100%;
  }
}
.buyHighlights #aboutus-elves {
  background: #47b9ce;
}

.buyHighlights article {
  display: inherit;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media (min-width: 52.5rem) {
  .buyHighlights article {
    display: inherit;
  }
}

.buyHighlights article > img:first-child {
  width: 100%;
}
@media (min-width: 52.5rem) {
  .buyHighlights article > img:first-child {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.buyHighlights article > div {
  padding: 1rem 1.5rem 1.5rem;
}
@media (min-width: 52.5rem) {
  .buyHighlights article > div {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 50% 0.5rem 2.6875rem;
  }
}

@media (min-width: 52.5rem) {
  .buyHighlights article.buyAlignRight > div {
    padding-right: 2.6875rem;
    padding-left: 48%;
  }
}

.buyHighlights article > div:first-of-type {
  z-index: -1;
}

.buyHighlights h2 {
  margin: 0;
  padding: 0 0 0.25rem;
  text-transform: uppercase;
}

.buyHighlights h3 {
  margin-top: 0;
  padding-top: 0;
  font-weight: normal;
}

.buyHighlights p {
  line-height: 1.75em;
}

.buyHighlights p:last-of-type {
  margin-bottom: 1.75em;
}

.buyButton, .buyFormContact input[type=submit] {
  display: block;
  padding: 1em 2em;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 0.4rem;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (min-width: 52.5rem) {
  .buyButton, .buyFormContact input[type=submit] {
    display: inline-block;
    padding: 0.8em 2.25em;
  }
}

.buyHighlights .buyClrBlue h2 em {
  color: #47b9ce;
}
.buyHighlights .buyClrBlue .buyButton, .buyHighlights .buyClrBlue .buyFormContact input[type=submit], .buyFormContact .buyHighlights .buyClrBlue input[type=submit] {
  background: #47b9ce;
}
.buyHighlights .buyClrBlue .buyButton:hover, .buyHighlights .buyClrBlue .buyFormContact input[type=submit]:hover, .buyFormContact .buyHighlights .buyClrBlue input[type=submit]:hover {
  color: #fff;
  text-decoration: none;
  background: #3894a4;
}
.buyHighlights .buyClrGreen h2 em {
  color: #70be44;
}
.buyHighlights .buyClrGreen .buyButton, .buyHighlights .buyClrGreen .buyFormContact input[type=submit], .buyFormContact .buyHighlights .buyClrGreen input[type=submit] {
  background: #70be44;
}
.buyHighlights .buyClrGreen .buyButton:hover, .buyHighlights .buyClrGreen .buyFormContact input[type=submit]:hover, .buyFormContact .buyHighlights .buyClrGreen input[type=submit]:hover {
  color: #fff;
  text-decoration: none;
  background: #599836;
}
.buyHighlights .buyClrOrange h2 em {
  color: #f9a61a;
}
.buyHighlights .buyClrOrange .buyButton, .buyHighlights .buyClrOrange .buyFormContact input[type=submit], .buyFormContact .buyHighlights .buyClrOrange input[type=submit] {
  background: #f9a61a;
}
.buyHighlights .buyClrOrange .buyButton:hover, .buyHighlights .buyClrOrange .buyFormContact input[type=submit]:hover, .buyFormContact .buyHighlights .buyClrOrange input[type=submit]:hover {
  color: #fff;
  text-decoration: none;
  background: #c78414;
}
.buyHighlights .buyClrPink h2 em {
  color: #ec125f;
}
.buyHighlights .buyClrPink .buyButton, .buyHighlights .buyClrPink .buyFormContact input[type=submit], .buyFormContact .buyHighlights .buyClrPink input[type=submit] {
  background: #ec125f;
}
.buyHighlights .buyClrPink .buyButton:hover, .buyHighlights .buyClrPink .buyFormContact input[type=submit]:hover, .buyFormContact .buyHighlights .buyClrPink input[type=submit]:hover {
  color: #fff;
  text-decoration: none;
  background: #bc0e4c;
}
.buyHighlights .buyClrWhite h2 em {
  color: white;
}
.buyHighlights .buyClrWhite .buyButton, .buyHighlights .buyClrWhite .buyFormContact input[type=submit], .buyFormContact .buyHighlights .buyClrWhite input[type=submit] {
  background: white;
}
.buyHighlights .buyClrWhite .buyButton:hover, .buyHighlights .buyClrWhite .buyFormContact input[type=submit]:hover, .buyFormContact .buyHighlights .buyClrWhite input[type=submit]:hover {
  color: #fff;
  text-decoration: none;
  background: #cccccc;
}
.buyHighlights .buyClrBlack h2 em {
  color: black;
}
.buyHighlights .buyClrBlack .buyButton, .buyHighlights .buyClrBlack .buyFormContact input[type=submit], .buyFormContact .buyHighlights .buyClrBlack input[type=submit] {
  background: black;
}
.buyHighlights .buyClrBlack .buyButton:hover, .buyHighlights .buyClrBlack .buyFormContact input[type=submit]:hover, .buyFormContact .buyHighlights .buyClrBlack input[type=submit]:hover {
  color: #fff;
  text-decoration: none;
  background: black;
}
@media (min-width: 52.5rem) {
  .buyHighlights .buyTxtClrLight {
    color: #fff;
  }
  .buyHighlights .buyTxtClrLight h2,
  .buyHighlights .buyTxtClrLight h3 {
    color: #fff;
  }
}

/* Team bios */
.buyHighlights article.buyBio h2 em {
  color: #f9a61a;
}
.buyHighlights article.buyBio h3 {
  font-size: 1.4rem;
}
.buyHighlights article.buyBio a.buyVideo {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  padding: 0.25rem 0 0.25rem 3.5rem;
  background-image: url(assets/img/icon-youtube-dark.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  color: #000;
}
@media (max-width: 324px) {
  .buyHighlights article.buyBio a.buyVideo {
    background-position: 0 0.9em;
    background-size: 40px auto;
  }
}
@media (min-width: 52.5rem) {
  .buyHighlights article.buyBio a.buyVideo {
    margin-bottom: 0.75rem;
    padding: 0.4rem 0 0.4rem 4rem;
  }
  .buyHighlights article.buyBio h2 em {
    color: #fff;
  }
  .buyHighlights article.buyBio {
    overflow: visible;
    position: relative;
  }
  .buyHighlights article.buyBio > div {
    padding-right: 2.6875rem;
  }
  .buyHighlights article.buyBio > h2, .buyHighlights article.buyBio > h3 {
    padding-right: 50%;
  }
  .buyHighlights article.buyBio h2 {
    padding-top: 10%;
  }
  .buyHighlights article.buyBio h3 {
    margin-bottom: 1.5rem;
  }
  .buyHighlights article.buyBio > div > p {
    padding-top: 10%;
  }
}
@media (min-width: 52.5rem) and (min-width: 52.5rem) {
  .buyHighlights article.buyBio > div > p {
    max-width: 86%;
  }
}
@media (min-width: 52.5rem) and (min-width: 60rem) {
  .buyHighlights article.buyBio > div > p {
    max-width: 70%;
  }
}

@media (min-width: 55rem) {
  .buyHighlights article.buyBio > div > p {
    padding-top: 11.75%;
  }
}
@media (min-width: 70rem) {
  .buyHighlights article.buyBio > div > p {
    padding-top: 13.5%;
  }
}
@media (min-width: 90rem) {
  .buyHighlights article.buyBio > div > p {
    padding-top: 14.8%;
  }
}
@media (min-width: 120rem) {
  .buyHighlights article.buyBio > div > p {
    padding-top: 16%;
  }
}

@media (min-width: 52.5rem) {
  #jalemmgetz h2 {
    padding-top: 0;
  }
  #jalemmgetz h2 em {
    color: #47b9ce;
  }
  #jalemmgetz p {
    padding-top: 1rem;
  }
}
#jalemmgetz .buyVideo {
  display: none;
}

.buyAnimation {
  background-repeat: no-repeat;
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.buyAnimation.buyShow {
  display: block;
  z-index: -1;
}

#ourbrands .buyAnimation {
  background-image: url(/wp-content/uploads/highlight-anm-sprite-ourbrands.jpg);
  background-size: cover;
}

#aboutus .buyAnimation {
  background-image: url(/wp-content/uploads/highlight-anm-sprite-aboutus.jpg);
  background-size: cover;
}

#careers .buyAnimation {
  background-image: url(/wp-content/uploads/highlight-anm-sprite-careers.jpg);
  background-size: cover;
}

#pressroom .buyAnimation {
  background-image: url(/wp-content/uploads/highlight-anm-sprite-pressroom.jpg);
  background-size: cover;
}

.buyTarget {
  position: relative;
}

.buyShare {
  display: block;
}
@media (min-width: 52.5rem) {
  .buyShare {
    display: inline-block;
    vertical-align: bottom;
  }
}

.buyFormContact {
  z-index: 5;
  background: #47b9ce;
  padding: 2.6875rem 1.75rem 1.5rem 1.75rem;
}
.buyFormContact h2 {
  color: #fff;
}
.buyFormContact h2 em {
  font-style: normal;
  color: #000;
}
.buyFormContact form {
  padding: 0;
}
.buyFormContact .gform_wrapper input[type=text],
.buyFormContact .gform_wrapper input[type=email] {
  width: 99%;
}
.buyFormContact input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
}
.buyFormContact input[type=submit]:hover {
  color: #ddd;
}
.buyFormContact .ginput_container textarea {
  width: 100%;
}
.buyFormContact .ginput_container select {
  padding: 8px 1rem;
}
@media (min-width: 52.5rem) {
  .buyFormContact {
    padding: 2.6875rem 2.6875rem 1.5rem 2.6875rem;
  }
  .buyFormContact .gform_wrapper input[type=text],
  .buyFormContact .gform_wrapper input[type=email] {
    width: 60%;
  }
  .buyFormContact input[type=submit] {
    width: auto;
  }
  .buyFormContact .ginput_container textarea {
    width: 80%;
  }
}

.recentNews,
.recentPress {
  padding: 2.6875rem 1.75rem 2.6875rem 1.75rem;
}
.recentNews a,
.recentPress a {
  color: #000;
}
.recentNews h2,
.recentPress h2 {
  margin-top: 0;
  padding-bottom: 1rem;
}
.recentNews span,
.recentPress span {
  font-size: 1.125rem;
  font-weight: 300;
}
@media (min-width: 52.5rem) {
  .recentNews,
  .recentPress {
    padding: 2.6875rem;
  }
}

.recentNews a.buyButton {
  color: #fff;
}

.recentPress {
  background: #70be44;
  color: #fff;
}
.recentPress a {
  color: #fff;
}
.recentPress .buyButton, .recentPress .buyFormContact input[type=submit], .buyFormContact .recentPress input[type=submit],
.recentPress .buyButton:hover,
.recentPress .buyFormContact input[type=submit]:hover,
.buyFormContact .recentPress input[type=submit]:hover {
  background: #000;
}
.recentPress .buyButton:hover, .recentPress .buyFormContact input[type=submit]:hover, .buyFormContact .recentPress input[type=submit]:hover {
  color: #eee;
}

.page-template-page-details-php .buyPgTitling {
  display: block;
}
.page-template-page-details-php .buyPgTitling h1 {
  /*font-size: 1.85rem;*/
  font-size: 1.65rem;
  padding: 0 0 0.25rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.page-template-page-details-php main {
  padding: 1.25rem 1.75rem 1.5rem 1.75rem;
}
@media (min-width: 52.5rem) {
  .page-template-page-details-php main {
    padding-left: 2.6875rem;
    padding-right: 2.6875rem;
  }
}
@media (min-width: 52.5rem) {
  .page-template-page-details-php main {
    max-width: 86%;
  }
}
@media (min-width: 60rem) {
  .page-template-page-details-php main {
    max-width: 70%;
  }
}
.page-template-page-details-php main h2 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.page-template-archive-press-php main,
.page-template-template-current-openings-php main {
  padding: 1.25rem 1.75rem 1.5rem 1.75rem;
}
@media (min-width: 52.5rem) {
  .page-template-archive-press-php main,
  .page-template-template-current-openings-php main {
    padding-left: 2.6875rem;
    padding-right: 2.6875rem;
  }
}
@media (min-width: 52.5rem) {
  .page-template-archive-press-php main,
  .page-template-template-current-openings-php main {
    max-width: 86%;
  }
}
@media (min-width: 60rem) {
  .page-template-archive-press-php main,
  .page-template-template-current-openings-php main {
    max-width: 70%;
  }
}
.page-template-archive-press-php main h1,
.page-template-template-current-openings-php main h1 {
  font-size: 1.65rem;
  padding: 0 0 0.25rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-template-archive-press-php main h1 em,
.page-template-template-current-openings-php main h1 em {
  font-style: normal;
  color: #70be44;
}
.page-template-archive-press-php main h2,
.page-template-template-current-openings-php main h2 {
  font-size: 1.25rem;
  font-weight: 300;
  color: #70be44;
}
.page-template-archive-press-php main .buyContentArchive a,
.page-template-template-current-openings-php main .buyContentArchive a {
  color: #70be44;
  font-size: 1.25rem;
  font-weight: 300;
}
.page-template-archive-press-php main .buyContentArchive ul,
.page-template-template-current-openings-php main .buyContentArchive ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-template-archive-press-php main .buyContentArchive li,
.page-template-template-current-openings-php main .buyContentArchive li {
  padding: 1rem 0;
  border-bottom: 1px solid #dddddd;
}
.page-template-archive-press-php main .buyContentArchive li:first-child,
.page-template-template-current-openings-php main .buyContentArchive li:first-child {
  padding-top: 0;
}
.page-template-archive-press-php main .buyContentArchive:last-child li:last-child,
.page-template-template-current-openings-php main .buyContentArchive:last-child li:last-child {
  border-bottom: 0;
}

.page-template-archive-press-php p {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-weight: 600;
  padding: 0.5rem 0 0;
}
.page-template-archive-press-php .buyContentArchive a {
  text-decoration: underline;
}

.page-template-template-current-openings-php main .buyContentArchive h2 {
  font-size: 1.25rem;
}
.page-template-template-current-openings-php main .buyContentArchive h3 {
  font-size: 1rem;
  display: block;
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.page-template-template-current-openings-php main a.buyButton {
  color: #fff;
  font-size: 0.75rem;
  margin-top: 1rem;
  float: none;
}
.page-template-template-current-openings-php main .buyContentArchive span {
  font-size: 0.75rem;
}
@media (min-width: 52.5rem) {
  .page-template-template-current-openings-php main li {
    clear: both;
    overflow: hidden;
  }
  .page-template-template-current-openings-php main li > div {
    float: left;
  }
  .page-template-template-current-openings-php main a.buyButton {
    margin-top: 0;
    float: right;
  }
}

.single-jobs .buyContentMeta {
  font-size: 1.125rem;
}
.single-jobs a.buyButton {
  background: #70be44;
  color: #fff;
  margin: 1rem 0;
}

/**
 *
 * SOCIAL ICONS
 *
*/
@font-face {
  font-family: si;
  src: url(assets/img/socicon/socicon.eot?#iefix) format("embedded-opentype"), url(assets/img/socicon/socicon.woff) format("woff"), url(assets/img/socicon/socicon.ttf) format("truetype"), url(assets/img/socicon/socicon.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: si;
    src: url(assets/img/socicon/socicon.svg) format("svg");
  }
}
ul.soc {
  overflow: hidden;
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  /* Fix for ipad */
}
@media (min-width: 52.5rem) {
  ul.soc {
    margin: 1rem 0 -0.3rem 0;
    text-align: left;
  }
}
@media (min-width: 925px) {
  ul.soc {
    margin-left: 1.75rem;
  }
}
@media (min-width: 60rem) {
  ul.soc {
    margin: 0 0 -0.25rem 1.75rem;
    display: block;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  ul.soc {
    margin-bottom: 0;
  }
}

.soc li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.soc li a {
  font-family: si !important;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  margin-right: 0.4rem;
  color: #fff;
  background-color: none;
}

.soc-icon-last {
  margin: 0 !important;
}

.soc-twitter {
  background-color: #4da7de;
}

.soc-twitter:before {
  content: 'a';
}

.soc-facebook {
  background-color: #3e5b98;
}

.soc-facebook:before {
  content: 'b';
}

.soc-google {
  background-color: #d93e2d;
}

.soc-google:before {
  content: 'c';
}

.soc-pinterest {
  background-color: #c92619;
}

.soc-pinterest:before {
  content: 'd';
}

.soc-linkedin {
  background-color: #3371b7;
}

.soc-linkedin:before {
  content: 'j';
}

.soc-rss {
  background-color: #f26109;
}

.soc-rss:before {
  content: ',';
}

.soc-youtube {
  background-color: #cc0000;
}

.soc-youtube:before {
  content: 'r';
}

/**
 *
 * EOF SOCIAL ICONS
 *
*/
footer .soc {
  text-align: left;
  margin: 0 0 1.5rem 1.75rem;
}
footer .soc li a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
}
@media (min-width: 52.5rem) {
  footer .soc {
    margin: 0.5rem 0 0;
    padding-right: 2.6875rem;
    text-align: right;
  }
}
