/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
nav#main ul {
  padding: 0;
}
nav#main ul li {
  float: left;
  position: relative;
}
nav#main ul li a:link,
nav#main ul li a:visited {
  display: block;
}
nav#main ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  margin: 0;
  margin-top: -1px;
  left: 0;
  z-index: 1009;
}
nav#main ul li ul li {
  width: 200px;
  display: block;
}
nav#main ul li ul li ul {
  top: 0;
  left: 100%;
}
nav#main ul li ul li:focus ul,
nav#main ul li ul li:hover ul {
  display: block;
}
@media only screen and (max-width: 700px) {
  nav#main ul li ul li:focus ul,
  nav#main ul li ul li:hover ul {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  nav#main ul li ul li {
    position: static;
    width: auto;
  }
}
@media only screen and (max-width: 700px) {
  nav#main ul li ul {
    position: static;
  }
}
nav#main ul li:focus a:link,
nav#main ul li:hover a:link,
nav#main ul li:focus a:visited,
nav#main ul li:hover a:visited {
  z-index: 1011;
  position: relative;
}
nav#main ul li:focus > ul,
nav#main ul li:hover > ul {
  display: block;
}
@media only screen and (max-width: 700px) {
  nav#main ul li:focus > ul,
  nav#main ul li:hover > ul {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  nav#main ul li {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  nav#main {
    display: none;
  }
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.blueGradient {
  background-image: linear-gradient(90deg, #58ADDD, #5CA4F8);
}
.greenGradient {
  background-image: linear-gradient(90deg, #6CBD7D, #53B267);
}
::-moz-selection {
  background: #3a3;
  text-shadow: none;
  color: #fff;
}
::selection {
  background: #3a3;
  color: #fff;
  text-shadow: none;
}
::placeholder {
  color: #5a5a5a;
  opacity: 1;
}
body,
p,
input {
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Lato", sans-serif;
}
h1 {
  font-size: 26px;
  line-height: 1.29;
  color: #000;
}
h2 {
  font-size: 20px;
  line-height: 1.31;
  color: #000;
}
h2 a:link,
h2 a:visited {
  color: #000;
}
h3 {
  font-size: 18px;
  line-height: 1.45;
  color: #0F3556;
}
h4,
h5,
h6 {
  font-size: 18px;
  letter-spacing: 1.5px;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
h4 {
  color: #0F3556;
}
h5 {
  color: #53B267;
}
h6 {
  color: #BFBFC1;
}
h1 {
  margin: 0 0 0.67em 0;
}
h2 {
  margin: 0 0 0.83em 0;
}
h3 {
  margin: 0 0 1em 0;
}
h4 {
  margin: 0 0 1.33em 0;
}
h5 {
  margin: 0 0 1.67em 0;
}
h6 {
  margin: 0 0 2.33em 0;
}
h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center {
  text-align: center;
}
ol li,
ul li {
  padding: 0 0 5px 10px;
}
section.callsToAction {
  *zoom: 1;
}
section.callsToAction:before,
section.callsToAction:after {
  content: " ";
  display: table;
}
section.callsToAction:after {
  clear: both;
}
section.callsToAction ul.cta {
  margin: 50px 0;
  width: 100%;
  padding: 0;
  float: left;
  *zoom: 1;
}
section.callsToAction ul.cta:before,
section.callsToAction ul.cta:after {
  content: " ";
  display: table;
}
section.callsToAction ul.cta:after {
  clear: both;
}
section.callsToAction ul.cta li {
  margin: 10px 0;
  padding: 0 10px;
  list-style-type: none;
  float: left;
  width: 24%;
}
section.callsToAction ul.cta li.primary {
  width: 50%;
}
section.callsToAction ul.cta li.primary h2 {
  font-size: 18px;
}
section.callsToAction ul.cta li.primary p {
  font-size: 14px;
  text-align: center;
  padding: 0 20px;
}
section.callsToAction ul.cta li h2 {
  font-size: 15px;
}
@media (max-width: 1100px) {
  section.callsToAction ul.cta li:nth-child(3),
  section.callsToAction ul.cta li:nth-child(4),
  section.callsToAction ul.cta li:nth-child(5),
  section.callsToAction ul.cta li:nth-child(6) {
    width: 50%;
  }
  section.callsToAction ul.cta li:nth-child(3),
  section.callsToAction ul.cta li:nth-child(5) {
    clear: both;
  }
}
@media (max-width: 680px) {
  section.callsToAction ul.cta li {
    width: 30%;
    text-align: center;
  }
}
@media (max-width: 400px) {
  section.callsToAction ul.cta li {
    width: 100% !important;
    margin: 10px auto !important;
    float: none !important;
  }
}
section.callsToAction ul.cta li a:link,
section.callsToAction ul.cta li a:visited {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #0F3556;
  display: block;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
}
section.callsToAction ul.cta li a:link img,
section.callsToAction ul.cta li a:visited img {
  padding: 5px 0;
  margin: 0 auto;
  max-width: 135px;
  display: block;
}
section.callsToAction ul.cta li a:hover,
section.callsToAction ul.cta li a:active {
  color: #000;
  text-decoration: none;
  transform: scale(1.2);
  text-shadow: 0 0 1px #aaa;
}
section.callsToAction section.homepage-news-articles {
  float: right;
  width: 25%;
  margin: 25px 0 0 5%;
  padding: 0;
}
section.callsToAction section.homepage-news-articles a#news-next img,
section.callsToAction section.homepage-news-articles a#news-prev img {
  width: 25px;
}
section.callsToAction section.homepage-news-articles div.news-controls {
  width: 80px;
  text-align: center;
  margin: 0 auto;
}
section.callsToAction section.homepage-news-articles ul {
  margin: 0;
  padding: 0;
}
section.callsToAction section.homepage-news-articles ul li {
  width: 280px;
  margin: 0 0 20px 0;
  min-height: 105px;
  height: 105px;
  overflow-y: hidden;
  padding: 0;
  font-size: 16px;
  list-style-type: none;
  *zoom: 1;
}
section.callsToAction section.homepage-news-articles ul li:before,
section.callsToAction section.homepage-news-articles ul li:after {
  content: " ";
  display: table;
}
section.callsToAction section.homepage-news-articles ul li:after {
  clear: both;
}
section.callsToAction section.homepage-news-articles ul li img {
  max-width: 50px;
  float: left;
}
section.callsToAction section.homepage-news-articles ul li span {
  float: right;
  width: 205px;
}
@media (max-width: 1200px) {
  section.callsToAction ul.cta {
    width: 50%;
  }
  section.callsToAction section.homepage-news-articles {
    width: 45%;
  }
}
@media (max-width: 1000px) {
  section.callsToAction ul.cta {
    width: 60%;
  }
  section.callsToAction ul.cta li a:link,
  section.callsToAction ul.cta li a:visited {
    font-size: 16px;
  }
  section.callsToAction section.homepage-news-articles {
    width: 35%;
  }
}
@media (max-width: 900px) {
  section.callsToAction ul.cta li {
    width: 50%;
  }
}
@media (max-width: 700px) {
  section.callsToAction ul.cta,
  section.callsToAction section.homepage-news-articles {
    width: 94%;
    clear: both;
    float: none;
    margin: 3%;
    border-right: none;
  }
  section.callsToAction ul.cta li {
    width: 30%;
  }
  section.callsToAction section.homepage-news-articles {
    width: 88%;
    margin: 6%;
  }
  section.callsToAction section.homepage-news-articles ul li {
    width: auto;
  }
  section.callsToAction section.homepage-news-articles ul li span {
    float: none;
    width: calc(100% - 50px);
    margin-left: 90px;
    display: block;
  }
}
h2.subheading {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #0f3556;
  margin: 20px 0;
  text-transform: uppercase;
}
h2.subheading.sidebar {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  text-transform: none;
  margin: 0 0 6px 0;
}
@media screen and (max-width: 1200px) {
  h2.subheading.sidebar {
    display: none;
  }
  h2.subheading.sidebar.mobile {
    display: block;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.5px;
    color: #0f3556;
    margin: 20px 10px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1200px) {
  h2.subheading {
    margin: 20px 10px;
  }
}
label.required:after {
  content: "*";
  color: #900;
}
a:link,
a:visited {
  color: #58ADDD;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  background: transparent url(../img/checkbox.png) no-repeat 0 50%;
  background-size: 16px;
  display: inline-block;
  padding: 0 0 0 20px;
}
input[type=checkbox]:checked + label {
  background: transparent url(../img/checkbox-checked.png) no-repeat 0 50%;
  background-size: 16px;
}
a.more-link,
a.less-link {
  display: block;
  margin-top: 10px;
}
.pledgeContent {
  padding: 0 20px;
}
.pledgeContent a.more-link,
.pledgeContent a.less-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: #6cbd7d;
}
td,
li,
p {
  line-height: 1.5;
  color: #888;
  margin: 10px;
  padding: 10px;
}
td.leftAligned,
li.leftAligned,
p.leftAligned {
  margin: 10px 0;
  padding: 10px 0;
}
p {
  margin: 10px 0;
  padding: 10px 0;
}
p.center {
  text-align: center;
}
img {
  max-width: 100%;
}
img.right {
  float: right;
}
@media screen and (max-width: 1200px) {
  img.right {
    float: none;
  }
}
img.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
span.errorText {
  color: #900;
  display: block;
  line-height: 1.5;
  margin-top: 5px;
  margin-bottom: 15px;
}
span.helpText {
  color: #BFBFC1;
  font-style: italic;
  font-size: 0.9em;
}
fieldset legend {
  color: #000;
  font-weight: bold;
  font-size: 22px;
  margin: 10px 0 10px 0;
}
button.primaryButton,
input[type=button].primaryButton,
input[type=submit].primaryButton,
p.primaryButton {
  margin: 0 !important;
  padding: 0 !important;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}
button.primaryButton.spaced,
input[type=button].primaryButton.spaced,
input[type=submit].primaryButton.spaced,
p.primaryButton.spaced {
  margin: 20px 0;
}
button.primaryButton.short,
input[type=button].primaryButton.short,
input[type=submit].primaryButton.short,
p.primaryButton.short {
  width: 100px;
}
button.primaryButton.short a,
input[type=button].primaryButton.short a,
input[type=submit].primaryButton.short a,
p.primaryButton.short a {
  padding: 10px 14px;
}
button.primaryButton.long,
input[type=button].primaryButton.long,
input[type=submit].primaryButton.long,
p.primaryButton.long {
  width: 200px;
}
button.primaryButton.long a,
input[type=button].primaryButton.long a,
input[type=submit].primaryButton.long a,
p.primaryButton.long a {
  padding: 15px 20px;
}
button.primaryButton.extra-long,
input[type=button].primaryButton.extra-long,
input[type=submit].primaryButton.extra-long,
p.primaryButton.extra-long {
  width: 300px;
}
button.primaryButton.extra-long a,
input[type=button].primaryButton.extra-long a,
input[type=submit].primaryButton.extra-long a,
p.primaryButton.extra-long a {
  padding: 15px 20px;
}
button.primaryButton.auto,
input[type=button].primaryButton.auto,
input[type=submit].primaryButton.auto,
p.primaryButton.auto {
  width: auto;
  display: inline-block;
  height: 40px;
  line-height: 1;
}
button.primaryButton.auto a,
input[type=button].primaryButton.auto a,
input[type=submit].primaryButton.auto a,
p.primaryButton.auto a {
  padding: 7px 30px;
  font-weight: bold;
}
button.primaryButton.narrow,
input[type=button].primaryButton.narrow,
input[type=submit].primaryButton.narrow,
p.primaryButton.narrow {
  width: 200px;
}
button.primaryButton.narrow a,
input[type=button].primaryButton.narrow a,
input[type=submit].primaryButton.narrow a,
p.primaryButton.narrow a {
  padding: 10px 12px;
}
button.primaryButton.slim,
input[type=button].primaryButton.slim,
input[type=submit].primaryButton.slim,
p.primaryButton.slim {
  width: auto !important;
}
button.primaryButton.slim a,
input[type=button].primaryButton.slim a,
input[type=submit].primaryButton.slim a,
p.primaryButton.slim a {
  padding: 10px 12px;
}
button.primaryButton.full,
input[type=button].primaryButton.full,
input[type=submit].primaryButton.full,
p.primaryButton.full {
  width: 100%;
  margin: 0 auto;
}
button.primaryButton.full a,
input[type=button].primaryButton.full a,
input[type=submit].primaryButton.full a,
p.primaryButton.full a {
  padding: 10px 0;
}
button.primaryButton.half,
input[type=button].primaryButton.half,
input[type=submit].primaryButton.half,
p.primaryButton.half {
  width: 50%;
  margin: 0 auto;
}
button.primaryButton.half a,
input[type=button].primaryButton.half a,
input[type=submit].primaryButton.half a,
p.primaryButton.half a {
  padding: 10px 0;
}
button.primaryButton.center,
input[type=button].primaryButton.center,
input[type=submit].primaryButton.center,
p.primaryButton.center {
  margin: 30px auto !important;
}
button.primaryButton.right,
input[type=button].primaryButton.right,
input[type=submit].primaryButton.right,
p.primaryButton.right {
  float: right;
}
button.primaryButton.left,
input[type=button].primaryButton.left,
input[type=submit].primaryButton.left,
p.primaryButton.left {
  float: left;
}
button.primaryButton a:link,
input[type=button].primaryButton a:link,
input[type=submit].primaryButton a:link,
p.primaryButton a:link,
button.primaryButton a:visited,
input[type=button].primaryButton a:visited,
input[type=submit].primaryButton a:visited,
p.primaryButton a:visited {
  display: block;
  color: #fff;
  text-decoration: none;
}
button.primaryButton.shadow,
input[type=button].primaryButton.shadow,
input[type=submit].primaryButton.shadow,
p.primaryButton.shadow {
  box-shadow: 0 8px 15px 0 rgba(83, 178, 103, 0.45);
}
button.primaryButton.rounded,
input[type=button].primaryButton.rounded,
input[type=submit].primaryButton.rounded,
p.primaryButton.rounded {
  border-radius: 250px;
}
button.primaryButton:hover,
input[type=button].primaryButton:hover,
input[type=submit].primaryButton:hover,
p.primaryButton:hover {
  opacity: 0.9;
}
button.primaryButton.transparent,
input[type=button].primaryButton.transparent,
input[type=submit].primaryButton.transparent,
p.primaryButton.transparent {
  opacity: 0.8;
  background-color: #000;
}
button.primaryButton.green,
input[type=button].primaryButton.green,
input[type=submit].primaryButton.green,
p.primaryButton.green {
  background-color: #53B267;
}
button.primaryButton.green:hover,
input[type=button].primaryButton.green:hover,
input[type=submit].primaryButton.green:hover,
p.primaryButton.green:hover {
  box-shadow: none;
}
button.primaryButton.darkGreen,
input[type=button].primaryButton.darkGreen,
input[type=submit].primaryButton.darkGreen,
p.primaryButton.darkGreen {
  background-color: #6DC03B;
}
button.primaryButton.darkGreen:hover,
input[type=button].primaryButton.darkGreen:hover,
input[type=submit].primaryButton.darkGreen:hover,
p.primaryButton.darkGreen:hover {
  box-shadow: none;
}
button.primaryButton.blueGradient,
input[type=button].primaryButton.blueGradient,
input[type=submit].primaryButton.blueGradient,
p.primaryButton.blueGradient {
  background-image: -webkit-linear-gradient(left, #58addd, #5ca4f8);
  background-image: -o-linear-gradient(left, #58addd, #5ca4f8);
  background-image: linear-gradient(to right, #58addd, #5ca4f8);
}
button.primaryButton.blue,
input[type=button].primaryButton.blue,
input[type=submit].primaryButton.blue,
p.primaryButton.blue {
  background-color: #3876F1;
}
button.primaryButton.grey,
input[type=button].primaryButton.grey,
input[type=submit].primaryButton.grey,
p.primaryButton.grey {
  background-color: #BFBFC1;
}
button.primaryButton.grey:hover,
input[type=button].primaryButton.grey:hover,
input[type=submit].primaryButton.grey:hover,
p.primaryButton.grey:hover {
  opacity: 1;
  background-color: #E4E4E4;
}
button.secondaryButton,
input[type=button].secondaryButton,
input[type=submit].secondaryButton {
  color: #fff;
  border: none;
  padding: 11px 21px;
  margin: 0 auto;
  font-size: 17px !important;
  text-align: center;
  display: block;
  width: 200px;
  border-radius: 25px;
  border: 1px solid #53b267;
  background-color: #53b267 !important;
  opacity: 1 !important;
}
button.secondaryButton.alignRight,
input[type=button].secondaryButton.alignRight,
input[type=submit].secondaryButton.alignRight {
  float: right;
  margin: 0;
}
p.secondaryButton {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: center;
  width: 200px;
  border-radius: 25px;
  text-transform: uppercase;
}
p.secondaryButton.short {
  width: 100px;
}
p.secondaryButton.short a:link,
p.secondaryButton.short a:visited {
  padding: 10px 14px;
}
p.secondaryButton.long {
  width: 200px;
}
p.secondaryButton.long a:link,
p.secondaryButton.long a:visited {
  padding: 20px 25px;
}
p.secondaryButton.reallyLong {
  width: 250px;
}
p.secondaryButton.reallyLong a:link,
p.secondaryButton.reallyLong a:visited {
  padding: 10px 14px;
}
p.secondaryButton.wide {
  width: 500px;
  max-width: 94%;
}
p.secondaryButton.wide a:link,
p.secondaryButton.wide a:visited {
  padding: 10px 14px;
}
p.secondaryButton.product a:link,
p.secondaryButton.product a:visited {
  background-color: #3876F1 !important;
  border-radius: 10px !important;
}
p.secondaryButton.product a:hover,
p.secondaryButton.product a:active {
  text-shadow: 0 0 4px #0f3556;
}
p.secondaryButton.product:hover {
  background-color: transparent;
}
p.secondaryButton.solidBrightGreen {
  background-color: #6DC03B;
}
p.secondaryButton.solidBrightGreen a:link,
p.secondaryButton.solidBrightGreen a:visited {
  color: #fff;
}
p.secondaryButton.solidBrightGreen:hover {
  opacity: 0.9;
}
p.secondaryButton a:link,
p.secondaryButton a:visited {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 11px 21px;
}
p.secondaryButton.shadow {
  box-shadow: 0 8px 15px 0 rgba(83, 178, 103, 0.45);
}
p.secondaryButton.green {
  background-color: #fff;
  border: 1px solid #53B267;
}
p.secondaryButton.green a:link,
p.secondaryButton.green a:visited {
  color: #53B267;
}
p.secondaryButton.green:hover {
  box-shadow: none;
  background-color: #53B267;
}
p.secondaryButton.green:hover a:link,
p.secondaryButton.green:hover a:visited {
  color: #fff;
}
p.secondaryButton.greenSidebar {
  padding: 0;
  width: 300px;
}
p.secondaryButton.greenSidebar a:link,
p.secondaryButton.greenSidebar a:visited {
  display: block;
  border-radius: 25px;
  font-size: 17px;
  text-transform: none;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
  background-color: #53B267;
  border: 1px solid #53B267;
  color: #fff;
}
p.secondaryButton.greenSidebar:hover {
  box-shadow: none;
  background-color: #53B267;
}
p.secondaryButton.greenSidebar:hover a:link,
p.secondaryButton.greenSidebar:hover a:visited {
  color: #fff;
}
p.secondaryButton.blue {
  border: 1px solid #3876F1;
  background-color: #3876F1;
}
p.secondaryButton.blue:hover {
  opacity: 0.9;
}
p.backLink {
  margin: 0 0 28px 0;
}
p.backLink a:link,
p.backLink a:visited {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: rgba(0, 0, 0, 0.5);
}
p.moreLink {
  margin: 0 0 28px 0;
  text-align: center;
}
p.moreLink a:link,
p.moreLink a:visited {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: #58addd;
}
@media screen and (max-width: 1200px) {
  p.moreLink {
    text-align: left;
    margin: 0;
  }
}
p.avatar {
  width: 38px;
  height: 38px;
  text-transform: uppercase;
  background-color: #6DC03B;
  border-radius: 19px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  float: left;
  padding: 0;
  margin-top: 24px;
}
p.avatar a:link,
p.avatar a:visited {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  p.avatar {
    margin-top: 15px;
  }
}
p.avatar.admin {
  font-size: 8px;
  padding-top: 10px !important;
}
fieldset {
  border: 0;
  margin: 10px 0;
  padding: 0;
  *zoom: 1;
}
fieldset:before,
fieldset:after {
  content: " ";
  display: table;
}
fieldset:after {
  clear: both;
}
label {
  line-height: 1.4;
  color: #5a5a5a;
  display: block;
}
form div {
  margin: 20px 0 0 0;
}
form div.formContainer {
  margin: 0;
}
div.NSWAT_UI_Checkbox {
  *zoom: 1;
}
div.NSWAT_UI_Checkbox:before,
div.NSWAT_UI_Checkbox:after {
  content: " ";
  display: table;
}
div.NSWAT_UI_Checkbox:after {
  clear: both;
}
div.NSWAT_UI_Checkbox input {
  float: left;
  margin: 5px 10px 0 0;
}
input[type=text],
input[type=password] {
  opacity: 1;
  border-bottom: 1px solid #bfbfc1;
  border-top: none;
  border-left: none;
  width: 100%;
  border-right: none;
  margin: 0;
  min-height: 27px;
  padding: 1%;
  color: #5a5a5a;
}
input[type=text].full,
input[type=password].full {
  border: 1px solid #bfbfc1;
}
textarea {
  opacity: 1;
  border-bottom: 1px solid #bfbfc1;
  border-left: 1px solid #bfbfc1;
  border-top: 1px solid #bfbfc1;
  border-right: 1px solid #bfbfc1;
  border-radius: 4px;
  width: 100%;
  margin: 0;
  padding: 13px 13px 8px 8px;
  color: #5a5a5a;
}
div.buttons button,
div.buttons input[type="button"],
div.buttons input[type="submit"] {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  background-color: #53B267;
  float: right;
  margin: 20px 10px 0 10px;
}
@media screen and (max-width: 1200px) {
  div.buttons button,
  div.buttons input[type="button"],
  div.buttons input[type="submit"] {
    margin: 0;
    float: left;
    clear: both;
  }
}
div.buttons button:hover,
div.buttons input[type="button"]:hover,
div.buttons input[type="submit"]:hover {
  -webkit-box-shadow: inset 1px 1px 8px 4px rgba(106, 158, 111, 0.9);
  -moz-box-shadow: inset 1px 1px 8px 4px rgba(106, 158, 111, 0.9);
  box-shadow: inset 1px 1px 8px 4px rgba(106, 158, 111, 0.9);
}
input[type=checkbox] {
  margin: 0 5px;
}
textarea {
  resize: vertical;
}
div.checkboxList {
  padding-bottom: 30px;
}
div.checkboxList div.NSWAT_UI_Checkbox {
  display: block;
  margin: 8px 0;
}
div.checkboxList div.NSWAT_UI_Checkbox input {
  margin: 4px 8px 0 0 !important;
}
div.checkboxList span.children {
  display: block;
  margin: 0 0 0 20px;
}
div.search {
  border: none;
  width: 267px;
  height: 45px;
  display: inline;
  background-color: #fff;
  padding: 14px 24px 14px 0;
  margin: 0;
  position: relative;
}
div.search input[type=text] {
  background-color: #fff;
  opacity: 1;
  background-image: none;
  border: none;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  padding: 5px;
  height: 100%;
  width: 100%;
  color: #5a5a5a;
}
div.search input[type=text]::placeholder {
  color: #5a5a5a;
}
div.search.location,
div.search.keyword,
div.search.jurisdiction {
  background-repeat: no-repeat;
  background-position: 95% center;
}
div.search.location.border,
div.search.keyword.border,
div.search.jurisdiction.border {
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #e4e4e4;
}
div.search.keyword span.actionImg {
  background-image: url(../img/icon-clear.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 8px;
  top: 26%;
  cursor: pointer;
}
div.search.keyword span.actionImg.active {
  display: block;
}
div.search.location span.actionImg {
  background-image: url(../img/icon-location.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 8px;
  top: 26%;
  cursor: pointer;
}
div.search label {
  display: none;
}
ul.select {
  display: inline;
  margin: 0;
  padding: 0;
  width: 200px;
}
ul.select,
ul.select ul.options,
ul.select li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
ul.select ul.options {
  display: none;
  max-height: 350px;
}
ul.select.open li.main a:link,
ul.select.open li.main a:visited {
  background-image: url(../img/icon-up-arrow-grey.png);
}
ul.select.open ul.options {
  display: block;
}
ul.select a:link,
ul.select a:visited {
  text-decoration: none;
  color: #5a5a5a;
  display: block;
  padding: 0;
}
ul.select.coverPhotoPicker li.main a:link,
ul.select.coverPhotoPicker li.main a:visited {
  height: 90px;
}
ul.select.coverPhotoPicker li.main img {
  max-width: 100%;
  max-height: 100%;
}
ul.select.resultsSubcategory.open li.main a:link,
ul.select.resultsSubcategory.open li.main a:visited {
  background-image: url(../img/up-arrow-black.png);
}
ul.select.resultsSubcategory.open ul.options {
  display: block;
  max-height: 350px;
}
ul.select.resultsSubcategory {
  line-height: 1.45;
  text-align: left;
  color: #000000;
}
ul.select.resultsSubcategory li.main {
  opacity: 0.4 !important;
}
ul.select.resultsSubcategory li.main a:link,
ul.select.resultsSubcategory li.main a:visited {
  height: 32px;
  padding: 8px;
  padding-right: 40px;
  background-image: url(../img/down-arrow-black.png);
}
ul.select.resultsCategory.open li.main a:link,
ul.select.resultsCategory.open li.main a:visited {
  background-image: url(../img/up-arrow-black.png);
}
ul.select.resultsCategory.open ul.options {
  display: block;
  max-height: 350px;
  width: 700px;
}
ul.select.resultsCategory.open ul.options li {
  width: 40%;
  min-height: 35px;
  height: 35px;
  float: left;
}
ul.select.resultsCategory {
  line-height: 1.45;
  text-align: left;
  color: #000000;
}
ul.select.resultsCategory li.main {
  opacity: 0.6 !important;
}
ul.select.resultsCategory li.main a:link,
ul.select.resultsCategory li.main a:visited {
  background-image: url(../img/down-arrow-black.png);
  font-size: 30px;
  padding: 5px 80px 0 0;
}
ul.select.green li.main {
  border-bottom: none;
}
ul.select.green li.main a:link,
ul.select.green li.main a:visited {
  height: 45px;
  background-color: #53B267;
  color: #fff;
  padding: 14px;
  background-position: 95% 50%;
  background-image: url(../img/icon-arrow-down-white.svg) !important;
}
ul.select.lightgreen li.main {
  border-bottom: none;
}
ul.select.lightgreen li.main a:link,
ul.select.lightgreen li.main a:visited {
  border-radius: 2px;
  background-position: 95% 50%;
  background-color: #53b267;
  color: #fff;
  padding: 13px 8px 8px 13px;
}
ul.select li.main {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #bfbfc1;
}
ul.select li.main a:link,
ul.select li.main a:visited {
  height: 27px;
  background-color: transparent;
  background-image: url(../img/icon-down-arrow-grey.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 15px;
  padding: 4px 14px;
  line-height: 1.1;
}
ul.select ul.options {
  position: absolute;
  z-index: 1000;
  background-color: #fff;
  margin: 5px 0;
  box-shadow: 0 6px 12px 0 rgba(83, 178, 103, 0.35);
  border: 1px solid #E4E4E4;
  width: auto;
  padding: 12px 21px;
  overflow-y: scroll;
}
ul.select ul.options li a:link,
ul.select ul.options li a:visited {
  padding: 8px 14px;
  color: #000;
}
ul.select ul.options li a:hover,
ul.select ul.options li a:active {
  color: #53B267;
}
.directorySelects li.main,
.categorySelects li.main {
  border-bottom: none !important;
}
.categorySelects.certifications h2,
.categorySelects.community h2 {
  display: none;
}
.infoPanel {
  border-radius: 5px;
  background-color: #fff;
  opacity: 0.5;
  border: 1px solid #53b267;
  padding: 22px 28px;
  width: 460px;
}
.infoPanel h2 {
  font-size: 14px;
  color: #53b267;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  opacity: 1;
}
.infoPanel:hover {
  background-image: linear-gradient(90deg, #6CBD7D, #53B267);
  opacity: 1;
  box-shadow: 0 6px 12px 0 rgba(83, 178, 103, 0.35);
}
.infoPanel:hover h2,
.infoPanel:hover p {
  color: #fff;
}
.notification {
  background-color: #0F3556;
  position: relative;
}
.notification p {
  padding: 20px 20px;
  color: #fff;
}
.notification p a:link,
.notification p a:visited {
  text-decoration: none;
  margin: 0 30px;
}
.notification p a:link.close,
.notification p a:visited.close {
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  margin: 0;
}
.upgradePanel {
  background-color: #58ADDD;
  position: relative;
  padding: 10px;
  width: 620px;
  *zoom: 1;
}
.upgradePanel:before,
.upgradePanel:after {
  content: " ";
  display: table;
}
.upgradePanel:after {
  clear: both;
}
.upgradePanel img {
  background-color: #000;
  width: 32px;
  height: 32px;
  border: none;
  float: left;
}
.upgradePanel p {
  float: left;
  margin: 10px;
  font-size: 17px;
  color: #fff;
}
.upgradePanel p.button {
  background-color: #000;
  position: absolute;
  bottom: 3px;
  right: 3px;
  top: 3px;
  display: block;
  opacity: 0.15;
  padding: 10px;
  width: 177px;
}
.upgradePanel p.button a:link,
.upgradePanel p.button a:visited {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  clear: both;
}
hr.light {
  border-top: 1px solid #e4e4e4;
}
img {
  vertical-align: middle;
}
.publicProfile .profileLogo {
  float: right;
  width: 175px;
  margin: 0 0 14px 0;
  background-color: #fff;
  padding: 3px;
  border: solid 1px #e4e4e4;
}
.business {
  *zoom: 1;
  position: relative;
}
.business:before,
.business:after {
  content: " ";
  display: table;
}
.business:after {
  clear: both;
}
.business .businessLogo {
  float: right;
  width: 175px;
  margin: 0 10px 3px 0;
  background-color: #fff;
  padding: 3px;
  border: solid 1px #e4e4e4;
}
@media screen and (max-width: 1200px) {
  .business .businessLogo {
    position: absolute;
    top: -144px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
}
.business.businessResult .businessLogo {
  float: right;
}
.business.businessResult .businessInfo {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .business.businessResult {
    padding: 0;
  }
  .business.businessResult .businessLogo {
    position: static;
    max-width: 25%;
    margin-right: 10px;
  }
  .business.businessResult .businessInfo {
    width: 60%;
  }
}
@media screen and (max-width: 520px) {
  .business.businessResult .businessLogo {
    width: 87px;
    margin-bottom: 50px;
  }
  .business.businessResult .businessInfo {
    width: 70%;
  }
  .business.businessResult .businessRating {
    position: absolute;
    left: 0;
    top: 110px;
  }
  .business.businessResult .businessRating p {
    padding: 4px;
  }
}
@media screen and (max-width: 400px) {
  .business.businessResult .businessLogo {
    width: 50px;
    max-width: 20%;
    position: static;
    margin: 0;
    float: right;
  }
  .business.businessResult .businessName,
  .business.businessResult .businessType {
    display: block;
    width: 100%;
    padding-right: 50px !important;
    margin: 0 !important;
  }
  .business.businessResult .address {
    clear: both;
  }
}
.business.businessResult .rating {
  margin: 10px 0;
  padding: 0;
  border: 1px solid #58ADDD;
  display: inline-block;
}
.business.businessResult .rating span {
  display: inline-block;
  padding: 3px 5px;
  background-color: #ffffff;
}
.business.businessResult .rating .stars img {
  vertical-align: text-top;
  width: 17px;
  height: 17px;
}
.business.businessResult .rating .reviews {
  background-color: #58ADDD;
  color: #fff;
}
.business .jurisdiction {
  float: right;
  width: 200px;
  margin: 0 0 0 20px;
  padding: 0;
}
.business .jurisdiction img {
  border: solid 1px #e4e4e4;
  margin: 0;
  padding: 0;
}
.business .jurisdiction h3 {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: rgba(0, 0, 0, 0.5);
  margin: 2px 0 5px 0;
}
.business .businessInfo .businessName {
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0.5px;
  color: #000000;
  margin: 0;
}
.business .businessInfo .businessType {
  font-weight: 600;
  line-height: 1.43;
  color: rgba(0, 0, 0, 0.5);
  margin: 7px 0 15px 0;
}
.business .businessInfo .businessDescription {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.business .businessInfo .businessContact {
  margin: 0;
  padding: 0;
  list-style: none;
}
.business .businessInfo .businessContact li,
.business .businessInfo .businessContact a:link,
.business .businessInfo .businessContact a:visited {
  margin: 12px 0;
  padding: 0;
}
.business .businessInfo .businessContact li p,
.business .businessInfo .businessContact a:link p,
.business .businessInfo .businessContact a:visited p {
  padding: 5px;
}
.business .businessInfo .businessContact li p a:link,
.business .businessInfo .businessContact a:link p a:link,
.business .businessInfo .businessContact a:visited p a:link,
.business .businessInfo .businessContact li p a:visited,
.business .businessInfo .businessContact a:link p a:visited,
.business .businessInfo .businessContact a:visited p a:visited {
  color: #fff;
}
.business .businessInfo .businessContact li p.primaryButton,
.business .businessInfo .businessContact a:link p.primaryButton,
.business .businessInfo .businessContact a:visited p.primaryButton {
  padding: 0;
  width: 250px;
}
.business .businessInfo .businessContact li p.primaryButton a:link,
.business .businessInfo .businessContact a:link p.primaryButton a:link,
.business .businessInfo .businessContact a:visited p.primaryButton a:link,
.business .businessInfo .businessContact li p.primaryButton a:visited,
.business .businessInfo .businessContact a:link p.primaryButton a:visited,
.business .businessInfo .businessContact a:visited p.primaryButton a:visited {
  padding: 12px 0;
}
.business .businessInfo .businessContact li .contactType,
.business .businessInfo .businessContact a:link .contactType,
.business .businessInfo .businessContact a:visited .contactType {
  opacity: 1;
  display: block;
  font-weight: 900;
  letter-spacing: 0.8px;
  color: #53B267;
  text-transform: uppercase;
}
@media screen and (max-width: 410px) {
  .business .businessInfo .businessContact li .contactType,
  .business .businessInfo .businessContact a:link .contactType,
  .business .businessInfo .businessContact a:visited .contactType {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  .business .businessInfo {
    width: 680px;
  }
}
@media screen and (max-width: 410px) {
  .business .businessInfo {
    width: 100%;
  }
}
.business .listing-profile-buttons {
  *zoom: 1;
  margin: 10px 0 0 0;
}
.business .listing-profile-buttons:before,
.business .listing-profile-buttons:after {
  content: " ";
  display: table;
}
.business .listing-profile-buttons:after {
  clear: both;
}
.business .listing-profile-buttons p.primaryButton {
  float: left;
  margin: 0 10px 0 0;
}
.business .listing-photos ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.business .listing-photos ul:before,
.business .listing-photos ul:after {
  content: " ";
  display: table;
}
.business .listing-photos ul:after {
  clear: both;
}
.business .listing-photos ul li {
  padding: 0;
  float: left;
  margin: 0 10px 10px 0;
}
.business .listing-photos ul li img {
  width: 180px;
  border: 2px solid #E4E4E4;
}
.business .listing-photos ul li:last-child {
  margin: 0 0 10px 0;
}
@media (max-width: 780px) {
  .business .listing-photos ul li {
    margin: 0 1% 1% 0;
    width: 49%;
  }
  .business .listing-photos ul li img {
    width: 100%;
  }
}
.business .businessRating {
  float: right;
  width: 87px;
  border: solid 1px #58addd;
  text-align: center;
  margin: 6px 10px 0 10px;
}
@media screen and (max-width: 1200px) {
  .business .businessRating {
    margin: 10px 0;
    float: none;
  }
}
.business .businessRating .rating {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.29;
  color: #58addd;
  margin: 5px 0;
}
.business .businessRating .reviews {
  background: #58addd;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.33;
  color: #ffffff;
  padding: 5px 0;
  margin: 0;
}
.business .businessDescription {
  float: left;
  width: 100%;
  line-height: 1.7;
  color: #5a5a5a;
  margin: 0 0 0 0;
  padding: 20px 0;
}
.business .businessDescription.mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .business .businessDescription.mobile {
    display: block;
    margin-top: 10px;
  }
  .business .businessDescription.mobile:before {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .business .businessDescription {
    display: none;
    padding: 0;
    margin: 0;
  }
  .business .businessDescription:before {
    content: "";
    display: block;
    border-top: 1px solid #e4e4e4;
    margin: 15px -10px;
  }
}
@media screen and (max-width: 1200px) {
}
.businessInfo.product-page p.button {
  max-width: 300px;
  margin: 20px auto 10px auto;
}
.businessInfo.product-page p.button a:link,
.businessInfo.product-page p.button a:visited {
  border-radius: 20px;
  background-color: #6DC03B;
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border: 3px solid #6a9e6f;
}
.businessInfo.product-page p.button a:hover,
.businessInfo.product-page p.button a:active {
  text-decoration: none;
}
.businessInfo.product-page .content {
  position: relative;
}
.businessInfo.product-page .content h1 {
  /*float:left;*/
  color: #53B267;
  margin: 0;
  padding: 5px 0;
  font-size: 34px;
  font-family: 'Lato', sans-serif;
}
.businessInfo.product-page .content .product-price {
  font-family: 'Lato', sans-serif;
  font-size: 60px;
  color: #900;
  font-weight: 900;
  float: right;
  /*position:absolute; top:0; right:10px;*/
}
.businessInfo.product-page .content .product-price span {
  font-size: 24px;
}
@media (max-width: 650px) {
  .businessInfo.product-page .content .product-price {
    position: static;
    top: auto;
    right: auto;
  }
}
.businessInfo.product-page .content p.product-business {
  clear: both;
  margin: 0;
  padding: 5px 0;
}
.businessInfo.product-page .content .product-photos ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.businessInfo.product-page .content .product-photos ul:before,
.businessInfo.product-page .content .product-photos ul:after {
  content: " ";
  display: table;
}
.businessInfo.product-page .content .product-photos ul:after {
  clear: both;
}
.businessInfo.product-page .content .product-photos ul li {
  margin: 0;
  list-style-type: none;
  float: left;
  padding: 0 5px 5px 0;
}
.businessInfo.product-page .content .product-photos ul li:last-child {
  padding: 0 0 0 0;
}
.businessInfo.product-page .content .product-photos ul li img {
  border: 1px solid #888;
  max-width: 146px;
  max-height: 146px;
}
.businessInfo.product-page .content .product-description {
  clear: both;
}
.businessInfo.product-page .content .product-description p {
  margin: 20px 0;
  padding: 0;
  line-height: 1.4;
}
.businessInfo.product-page .content .product-description .product-attributes ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
}
.businessInfo.product-page .content .product-description .product-attributes ul li {
  margin: 5px 0;
  padding: 0 0 3px 20px;
  list-style-type: none;
  background: transparent url(../img/icon-leaf.png) no-repeat 0 10%;
}
.businessInfo.product-page .content .product-description .product-sdgs {
  margin-top: 30px;
  margin-bottom: 30px;
}
.businessInfo.product-page .content .product-description .product-sdgs ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
.businessInfo.product-page .content .product-description .product-sdgs ul:before,
.businessInfo.product-page .content .product-description .product-sdgs ul:after {
  content: " ";
  display: table;
}
.businessInfo.product-page .content .product-description .product-sdgs ul:after {
  clear: both;
}
.businessInfo.product-page .content .product-description .product-sdgs ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}
.businessInfo.product-page .content .product-description .product-sdgs ul li img {
  max-width: 125px;
  margin: 0 5px 0 0;
}
.businessInfo.product-page aside .businessInfo {
  margin-top: 20px;
}
.businessInfo.product-page aside .businessInfo img {
  max-width: 100px;
}
.businessInfo.product-page aside .businessInfo h2 {
  font-size: 18px;
}
.businessInfo.product-page aside ul.product-other-products {
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
.businessInfo.product-page aside ul.product-other-products:before,
.businessInfo.product-page aside ul.product-other-products:after {
  content: " ";
  display: table;
}
.businessInfo.product-page aside ul.product-other-products:after {
  clear: both;
}
.businessInfo.product-page aside ul.product-other-products li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}
.businessInfo.product-page aside ul.product-other-products li a:link,
.businessInfo.product-page aside ul.product-other-products li a:visited {
  max-width: 120px;
}
.businessInfo.product-page aside ul.product-other-products li a:link img,
.businessInfo.product-page aside ul.product-other-products li a:visited img {
  display: block;
  max-width: 120px;
  border: 1px solid #888;
}
.profileCategoryCertificationList,
.certProfileCategories {
  *zoom: 1;
}
.profileCategoryCertificationList h2.subheading,
.certProfileCategories h2.subheading {
  font-size: 14px !important;
  margin: 20px 0 !important;
}
.profileCategoryCertificationList:before,
.certProfileCategories:before,
.profileCategoryCertificationList:after,
.certProfileCategories:after {
  content: " ";
  display: table;
}
.profileCategoryCertificationList:after,
.certProfileCategories:after {
  clear: both;
}
.profileCategoryCertificationList .certProfileCategoryList,
.certProfileCategories .certProfileCategoryList {
  float: left;
  width: 100%;
}
.profileCategoryCertificationList .certProfileCategoryList ul,
.certProfileCategories .certProfileCategoryList ul {
  display: block;
  margin: 20px 0;
  padding: 0;
  *zoom: 1;
}
.profileCategoryCertificationList .certProfileCategoryList ul:before,
.certProfileCategories .certProfileCategoryList ul:before,
.profileCategoryCertificationList .certProfileCategoryList ul:after,
.certProfileCategories .certProfileCategoryList ul:after {
  content: " ";
  display: table;
}
.profileCategoryCertificationList .certProfileCategoryList ul:after,
.certProfileCategories .certProfileCategoryList ul:after {
  clear: both;
}
.profileCategoryCertificationList .certProfileCategoryList ul li,
.certProfileCategories .certProfileCategoryList ul li {
  list-style-type: none;
  margin: 0;
  padding: 0 0 5px 0;
  float: left;
  width: 48%;
}
.profileCategoryCertificationList .profileCategoryList,
.certProfileCategories .profileCategoryList {
  float: left;
  width: 48%;
}
.profileCategoryCertificationList .profileCategoryList ul,
.certProfileCategories .profileCategoryList ul {
  display: block;
  margin: 20px 0;
  padding: 0;
}
.profileCategoryCertificationList .profileCategoryList ul.categoryChildren,
.certProfileCategories .profileCategoryList ul.categoryChildren {
  margin: 0;
  padding-left: 10px;
}
.profileCategoryCertificationList .profileCategoryList ul li,
.certProfileCategories .profileCategoryList ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.profileCategoryCertificationList .profileCategoryList > ul > li,
.certProfileCategories .profileCategoryList > ul > li {
  margin-bottom: 8px;
}
.profileCategoryCertificationList .accreditationProfileCertList,
.certProfileCategories .accreditationProfileCertList,
.profileCategoryCertificationList .profileCertList,
.certProfileCategories .profileCertList {
  float: left;
  width: 48%;
}
.profileCategoryCertificationList .accreditationProfileCertList ul,
.certProfileCategories .accreditationProfileCertList ul,
.profileCategoryCertificationList .profileCertList ul,
.certProfileCategories .profileCertList ul {
  display: block;
  margin: 20px 0;
  padding: 0;
}
.profileCategoryCertificationList .accreditationProfileCertList ul li,
.certProfileCategories .accreditationProfileCertList ul li,
.profileCategoryCertificationList .profileCertList ul li,
.certProfileCategories .profileCertList ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.certList .certItem {
  float: left;
  width: 160px;
  height: 180px;
  padding: 20px;
}
.certList .certItem:first-child {
  border-left: none;
}
.certList .certItem .certLogo {
  max-height: 100px;
  text-align: center;
  position: relative;
}
.certList .certItem .certLogo .certVerified {
  position: absolute;
  top: 5px;
  left: 5px;
}
.certList .certItem .certLogo .certVerified img {
  width: 24px;
  height: 24px;
  display: block;
}
.certList .certItem .certLogo .certified-logo {
  max-width: 100px;
  max-height: 100px;
  margin: auto;
  display: block;
}
.certList .certItem .certName {
  text-align: center;
  font-size: 14px;
}
.profileCertificationList {
  color: #888;
  font-size: 18px;
  line-height: 22px;
}
.profileCertificationList h2.subheading {
  font-size: 14px !important;
  margin: 20px 0 !important;
}
.profileCertificationList .certList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.profileCertificationList .certList .certItem {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 10px;
  width: 230px;
  box-sizing: border-box;
  text-align: center;
}
.profileCertificationList .certList .certName {
  overflow: hidden;
  max-height: 44px;
}
.profileCertificationList .certList .certLogo {
  position: relative;
  margin-bottom: 5px;
  height: 200px;
}
.profileCertificationList .certList .certLogo img {
  max-width: 200px;
  margin: 0 auto;
}
.profileCertificationList .certList .certLogo .certVerified {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.profileCertificationList .certList .certEvaluation {
  font-weight: bold;
  text-transform: uppercase;
}
.listing-category-attributes h3 {
  margin: 10px 0 5px 0 !important;
  padding: 0;
}
.listing-category-attributes p {
  margin: 0 0 20px 0;
  padding: 0;
}
.listing-category-attributes p.category-description {
  font-size: 14px;
  color: #5a5a5a;
  margin: 0;
  padding: 0 0 10px 0;
}
.listing-category-attributes img.category-attribute {
  width: 64px;
  height: 64px;
  float: left;
  border: 1px solid #BFBFC1;
  margin: 0 10px 10px 0;
}
.location {
  *zoom: 1;
}
.location:before,
.location:after {
  content: " ";
  display: table;
}
.location:after {
  clear: both;
}
.location .address {
  font-size: 15px;
  line-height: 1.33;
  color: #5a5a5a;
}
.location .directions {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
}
.location .directions a:link,
.location .directions a:visited {
  color: #58addd;
}
.location .map {
  width: 270px;
  height: 100px;
  background: #5a5a5a url(../img/map.png) no-repeat 50% 50%;
  border: 1px solid #fafafa;
  margin: 0 40px 0 0;
  float: left;
}
@media screen and (max-width: 1200px) {
  .location .map {
    height: 100px !important;
  }
}
.location .addressAndDirections {
  float: left;
}
.location .addressAndDirections .address,
.location .addressAndDirections .directions {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .location .addressAndDirections .address,
  .location .addressAndDirections .directions {
    padding: 0;
  }
}
.location.primary .map {
  width: 100%;
  height: 200px;
  margin: 0 0 20px 0;
  background-size: cover;
}
.location.primary .addressAndDirections {
  float: none;
}
.location.primary .addressAndDirections .address {
  float: left;
  padding: 0;
}
.location.primary .addressAndDirections .directions {
  float: right;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .location {
    padding: 10px;
  }
  .location .map {
    width: 100%;
    height: 200px;
    margin: 0 0 20px 0;
    background-size: cover;
  }
  .location .addressAndDirections {
    float: none;
  }
  .location .addressAndDirections .address {
    float: left;
    padding: 0;
  }
  .location .addressAndDirections .directions {
    float: right;
    padding: 0;
  }
}
.contacts {
  clear: both;
  *zoom: 1;
}
.contacts:before,
.contacts:after {
  content: " ";
  display: table;
}
.contacts:after {
  clear: both;
}
.contacts .contact {
  float: left;
  width: 200px;
  margin: 0;
}
.services {
  padding: 0;
}
@media (max-width: 430px) {
  .services {
    margin: 0 10px;
  }
}
.services .service {
  margin: 0 0 30px 0;
}
.services .service a.image {
  float: right;
}
.services .service h3 {
  margin: 0;
  padding: 0;
}
.services .service p {
  margin: 10px 0;
  padding: 0;
}
.products p.disclaimer {
  font-style: italic;
  font-size: 0.8em;
  padding: 0;
  margin: 0 0 10px 0;
}
.products p.disclaimer span {
  font-weight: bold;
  color: #900;
}
.product {
  width: 200px;
  position: relative;
  margin: 0 10px 10px 0;
}
.product:nth-child(3) {
  margin: 0;
}
.product img {
  width: 200px;
}
@media screen and (max-width: 1200px) {
  .product img {
    width: 130px;
  }
}
.product p {
  padding: 0;
}
.product .name {
  font-size: 14px;
  line-height: 1.43;
  color: #353535;
  margin: 8px 0;
}
.product .price {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  color: rgba(155, 155, 155, 0.7);
  margin: 0;
}
.product.bestSeller img::before {
  content: "Best Seller";
  background-color: #0f3556;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
  padding: 8px 12px;
  height: 24px;
  position: absolute;
  top: 156px;
}
@media screen and (max-width: 1200px) {
  .product {
    width: 30%;
    min-width: 120px;
  }
}
ul.select[data-id="rating"],
ul.rating.submit {
  display: none;
}
ul.rating {
  padding: 0;
  margin: 10px 0;
  list-style: none;
  *zoom: 1;
}
ul.rating:before,
ul.rating:after {
  content: " ";
  display: table;
}
ul.rating:after {
  clear: both;
}
ul.rating li {
  float: left;
  width: 15px;
  height: 15px;
  margin: 0 0 0 3px;
}
ul.rating li.star {
  background: transparent url(../img/icon-star-green.svg) no-repeat 50% 50%;
}
ul.rating li.blank {
  background: transparent url(../img/icon-star-outline-green.svg) no-repeat 50% 50%;
}
ul.rating.submit {
  float: left;
}
ul.rating.submit li {
  float: right;
  width: 30px;
  height: 30px;
}
ul.rating.submit li:hover,
ul.rating.submit li:hover ~ li,
ul.rating.submit li.selected,
ul.rating.submit li.selected ~ li {
  cursor: pointer;
  background: transparent url(../img/icon-star-green.svg) no-repeat 50% 50%;
}
.review {
  *zoom: 1;
  background-color: #f4f5f8;
  margin: 0 0 10px 0;
}
.review:before,
.review:after {
  content: " ";
  display: table;
}
.review:after {
  clear: both;
}
@media screen and (max-width: 1200px) {
  .review {
    margin: 0 -10px;
  }
}
.review.reply {
  margin-left: 20px;
  border: solid 1px #a09d9d;
}
.review.reply .reviewContent .author {
  font-weight: bold;
  text-transform: uppercase;
}
.review.reply .reviewContent .posted {
  margin-bottom: 0;
}
.review .reviewContent {
  padding: 20px;
  float: left;
  width: calc(100% - 75px);
  max-width: 100%;
}
.review .reviewContent p.avatar {
  margin: 0 12px 0 0;
  margin-right: 12px;
}
@media screen and (max-width: 1200px) {
  .review .reviewContent p.avatar {
    margin-bottom: 0px;
  }
}
.review .reviewContent a.author {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  margin: 12px 0 12px 0;
  float: left;
}
@media screen and (max-width: 1200px) {
}
.review .reviewContent .rating {
  margin: 8px 0 20px 0;
  float: right;
}
@media screen and (max-width: 1200px) {
  .review .reviewContent .rating {
    float: left;
    clear: both;
    margin: 8px 0 0 44px;
  }
}
.review .reviewContent .description {
  clear: both;
  font-size: 15px;
  line-height: 1.33;
  color: #5a5a5a;
  margin: 0;
  margin-left: 50px;
}
.review .reviewContent .posted,
.review .reviewContent .type {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: #bfbfc1;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .review .reviewContent .posted,
  .review .reviewContent .type {
    margin: 0;
    padding: 0;
  }
}
.review .reviewContent .replyAction {
  float: right;
  margin: 15px 0 0 10px;
}
@media screen and (max-width: 1200px) {
  .review .reviewContent .replyAction {
    margin: 0 0 0 10px;
    padding: 0;
  }
}
.review .reviewContent .replyAction a:link,
.review .reviewContent .replyAction a:visited {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
}
.review .reviewContent .posted {
  margin-left: 50px;
  float: left;
}
.review .reviewContent .type {
  float: right;
}
@media screen and (max-width: 1200px) {
  .review {
    padding: 0 0 10px 0;
  }
}
.submitReview textarea {
  width: 100%;
  height: 144px;
  border: solid 1px #e4e4e4;
  font-size: 16px;
  line-height: 1.25;
  padding: 22px;
  transition: box-shadow 0.5s;
}
.submitReview textarea.active {
  -webkit-box-shadow: 0px 0px 16px -3px #6DC03B;
  -moz-box-shadow: 0px 0px 16px -3px #6DC03B;
  box-shadow: 0px 0px 16px -3px #6DC03B;
}
.submitReview .submit .login {
  font-size: 14px;
  line-height: 1.43;
  color: #353535;
  float: left;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .submitReview .submit .login {
    padding: 0;
    margin: 10px 0;
  }
}
.submitReview .submit input[type="submit"] {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  padding: 10px 50px;
  border: none;
  border-radius: 2px;
  background-color: #ddd;
  float: right;
  margin: 20px 0 0 0;
  transition: background-color 0.5s;
}
.submitReview .submit input[type="submit"]:hover {
  -webkit-box-shadow: inset 1px 1px 8px 4px rgba(183, 183, 183, 0.9);
  -moz-box-shadow: inset 1px 1px 8px 4px rgba(183, 183, 183, 0.9);
  box-shadow: inset 1px 1px 8px 4px rgba(183, 183, 183, 0.9);
}
.submitReview .submit input[type="submit"].active {
  background-color: #6DC03B;
}
@media screen and (max-width: 1200px) {
  .submitReview .submit input[type="submit"] {
    margin: 0;
    float: left;
    clear: both;
  }
}
@media screen and (max-width: 1200px) {
  .submitReview {
    padding: 0;
  }
}
table.advertising thead tr th {
  text-align: left;
  background-color: #6DC03B;
  color: #fff;
  padding: 18px 10px;
}
table.advertising thead tr th.advertisement {
  width: 25%;
}
table.advertising thead tr th.cost {
  width: 15%;
}
table.advertising thead tr th.self-serve {
  width: 10%;
}
table.advertising thead tr th.notes {
  width: 50%;
}
table.advertising tbody tr td {
  padding: 10px;
  border-bottom: 1px solid #53B267;
}
.tagsTab {
  *zoom: 1;
  list-style: none;
  margin: 0 0 10px 0 !important;
  padding: 0;
}
.tagsTab:before,
.tagsTab:after {
  content: " ";
  display: table;
}
.tagsTab:after {
  clear: both;
}
.tagsTab li {
  opacity: 1;
  width: 150px;
  border-bottom: solid 4px #BFBFC1;
  padding: 0 0 6px 0;
  margin: 0;
  text-align: left;
  float: left;
}
.tagsTab li a:link,
.tagsTab li a:visited {
  color: #BFBFC1;
  font-size: 17px;
  font-weight: 600;
}
.tagsTab li.active {
  border-bottom: solid 4px #58ADDD;
}
.tagsTab li.active a:link,
.tagsTab li.active a:visited {
  color: #58ADDD;
}
.tagsTab.category li {
  border-bottom: solid 4px #BFBFC1;
}
.tagsTab.category li a:link,
.tagsTab.category li a:visited {
  color: #BFBFC1;
}
.tagsTab.category li.active {
  border-bottom: solid 4px #58ADDD;
}
.tagsTab.category li.active a:link,
.tagsTab.category li.active a:visited {
  color: #58ADDD;
}
.tagsTab.certification li {
  border-bottom: solid 4px #BFBFC1;
}
.tagsTab.certification li a:link,
.tagsTab.certification li a:visited {
  color: #BFBFC1;
}
.tagsTab.certification li.active {
  border-bottom: solid 4px #6cbd7d;
}
.tagsTab.certification li.active a:link,
.tagsTab.certification li.active a:visited {
  color: #6cbd7d;
}
@media screen and (max-width: 1200px) {
  .tagsTab {
    padding: 0 10px;
  }
}
.tags {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
.tags:before,
.tags:after {
  content: " ";
  display: table;
}
.tags:after {
  clear: both;
}
.tags.active {
  display: block;
}
.tags li {
  width: 100%;
  padding: 8px 8px !important;
  line-height: 1.2;
  max-height: 60px;
  text-align: center;
  float: left;
  margin: 0 10px 4px 0 !important;
}
.tags li a:link,
.tags li a:visited {
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.tags.category li {
  border: solid 1px #58ADDD;
}
.tags.category li a:link,
.tags.category li a:visited {
  color: #58ADDD;
}
.tags.certification li {
  border: solid 1px #6cbd7d;
}
.tags.certification li a:link,
.tags.certification li a:visited {
  color: #6cbd7d;
}
@media screen and (max-width: 1200px) {
  .tags {
    display: none;
  }
}
.pledge {
  background-color: #f3f8f9;
  padding: 0 0 10px 0;
  margin: 0 0 0 0;
}
.pledge .title {
  padding: 10px;
  *zoom: 1;
  background-color: #6cbd7d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.28;
  color: #ffffff;
  margin: 0;
}
.pledge .title:before,
.pledge .title:after {
  content: " ";
  display: table;
}
.pledge .title:after {
  clear: both;
}
.pledge .title img {
  float: left;
  margin: 0 14px 0 0;
}
.pledge .title a:link,
.pledge .title a:visited {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
  font-size: 12px;
}
.pledge h3 {
  margin: 24px 20px 6px 20px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #9b9b9b;
}
.pledge ul {
  margin: 0 20px;
  padding: 0 0px;
}
.pledge ul li {
  margin: 5px 0;
  padding: 0 0 3px 20px;
  list-style-type: none;
  background: transparent url(../img/icon-leaf.png) no-repeat 0 10%;
}
.pledge p.avatar {
  margin: 20px;
}
.pledge .more {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
}
.pledge .more a:link,
.pledge .more a:visited {
  color: #6cbd7d;
}
.pledge p.primaryButton {
  margin: 0 auto;
}
.pledge.mobile {
  display: none;
  margin: 10px -10px;
  border-bottom: solid 1px #e4e4e4;
}
@media screen and (max-width: 1200px) {
  .pledge.mobile {
    display: block;
  }
  .pledge.mobile + hr {
    display: none;
  }
}
.resultsArticle h2,
.completeArticle h2 {
  clear: left;
  margin: 10px 0 3px 0;
}
.resultsArticle .avatar,
.completeArticle .avatar {
  margin-top: 0;
}
.resultsArticle h3.catsTitle,
.completeArticle h3.catsTitle {
  text-transform: uppercase;
  color: #BFBFC1;
  text-align: left;
  font-size: 11px;
  margin-bottom: 0;
  margin-top: 20px;
}
.resultsArticle .authorDetails,
.completeArticle .authorDetails {
  display: block;
  *zoom: 1;
  margin: 10px 0;
}
.resultsArticle .authorDetails:before,
.completeArticle .authorDetails:before,
.resultsArticle .authorDetails:after,
.completeArticle .authorDetails:after {
  content: " ";
  display: table;
}
.resultsArticle .authorDetails:after,
.completeArticle .authorDetails:after {
  clear: both;
}
.resultsArticle .authorDetails .authorData,
.completeArticle .authorDetails .authorData {
  float: left;
  max-width: 80%;
  margin-left: 14px;
}
.resultsArticle .authorDetails p,
.completeArticle .authorDetails p {
  margin: 0;
  font-size: 15px;
  padding: 0;
}
.resultsArticle .authorDetails .author,
.completeArticle .authorDetails .author {
  font-size: 15px;
  line-height: 1.35;
  text-align: left;
}
.resultsArticle .authorDetails .posted,
.completeArticle .authorDetails .posted {
  font-size: 13px;
  line-height: 1.54;
  text-align: left;
  color: #9b9b9b;
}
.resultsArticle .authorDetails ul.shareLinks,
.completeArticle .authorDetails ul.shareLinks {
  list-style: none;
  text-align: right;
  display: inline-block;
  margin: 0;
  padding: 0;
  float: right;
}
.resultsArticle .authorDetails ul.shareLinks li,
.completeArticle .authorDetails ul.shareLinks li {
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  padding: 0;
  vertical-align: top;
}
.resultsArticle .authorDetails ul.shareLinks li:last-child,
.completeArticle .authorDetails ul.shareLinks li:last-child {
  margin: 0;
}
.resultsArticle .authorDetails ul.shareLinks li a:link,
.completeArticle .authorDetails ul.shareLinks li a:link,
.resultsArticle .authorDetails ul.shareLinks li a:visited,
.completeArticle .authorDetails ul.shareLinks li a:visited {
  display: block;
  border-radius: 3px;
  padding: 3px 15px 3px 15px;
  height: 20px;
}
.resultsArticle .authorDetails ul.shareLinks li iframe,
.completeArticle .authorDetails ul.shareLinks li iframe {
  display: block;
  height: 20px;
}
.resultsArticle .authorDetails ul.shareLinks li.email a:link,
.completeArticle .authorDetails ul.shareLinks li.email a:link,
.resultsArticle .authorDetails ul.shareLinks li.email a:visited,
.completeArticle .authorDetails ul.shareLinks li.email a:visited {
  background: #3680c4;
  text-decoration: none;
  font-size: 11px;
  color: #fff;
}
.resultsArticle .authorDetails ul.shareLinks li.email a:hover,
.completeArticle .authorDetails ul.shareLinks li.email a:hover {
  background: rgba(54, 128, 196, 0.7);
}
.resultsArticle .authorDetails ul.shareLinks li.facebook iframe,
.completeArticle .authorDetails ul.shareLinks li.facebook iframe {
  width: 69px;
}
.resultsArticle .authorDetails ul.shareLinks li.print a:link,
.completeArticle .authorDetails ul.shareLinks li.print a:link,
.resultsArticle .authorDetails ul.shareLinks li.print a:visited,
.completeArticle .authorDetails ul.shareLinks li.print a:visited {
  background: rgba(54, 128, 196, 0.7) url(../img/icon-print.png) no-repeat 10% 50%;
  background-size: 12px;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  padding: 3px 17px 3px 20px;
}
.resultsArticle .authorDetails ul.shareLinks li.print a:link img,
.completeArticle .authorDetails ul.shareLinks li.print a:link img,
.resultsArticle .authorDetails ul.shareLinks li.print a:visited img,
.completeArticle .authorDetails ul.shareLinks li.print a:visited img {
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 700px) {
  .resultsArticle .authorDetails ul.shareLinks,
  .completeArticle .authorDetails ul.shareLinks {
    width: 100%;
  }
}
.resultsArticle section.body,
.completeArticle section.body {
  overflow-y: hidden;
}
.resultsArticle section.body img,
.completeArticle section.body img {
  max-width: 100%;
}
.resultsArticle {
  margin: 10px 0 30px 0;
}
.resultsArticle .postImage {
  margin-top: 10px;
}
.resultsArticle p {
  margin: 0;
  padding: 0;
}
.completeArticle .postImage {
  margin-top: 10px;
}
.completeArticle p {
  margin: 0;
  padding: 10px 0;
  line-height: 1.5;
}
.completeArticle p.avatar {
  font-size: 24px;
  width: 48px;
  height: 48px;
  border-radius: 24px;
}
.completeArticle p.avatar img {
  border-radius: 24px;
}
.certSubHeading {
  opacity: 0.7;
  font-size: 14px !important;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-align: left;
  color: #9b9b9b;
}
.certificationCard {
  *zoom: 1;
  margin: 20px 0;
}
.certificationCard:before,
.certificationCard:after {
  content: " ";
  display: table;
}
.certificationCard:after {
  clear: both;
}
.certificationCard .certificationLogo {
  float: left;
  width: 160px;
  margin-right: 20px;
  border: solid 1px #e4e4e4;
}
@media screen and (max-width: 1200px) {
  .certificationCard .certificationLogo {
    width: 25%;
    margin-right: 10px;
  }
}
.certificationCard ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.certificationCard .certificationInfo {
  float: left;
  width: 290px;
}
.certificationCard .certificationInfo .certificationName {
  margin-top: 0;
  margin-bottom: 8px;
}
.certificationCard .certificationInfo .certificationDetails {
  width: 100%;
}
.certificationCard .certificationInfo .certificationDetails li {
  opacity: 1;
  width: 100%;
  margin: 0;
  height: initial;
}
.certificationCard .certificationInfo .certificationDetails .certJuris {
  font-size: 15px;
  line-height: 1.33;
  text-align: left;
  color: #5a5a5a;
}
.certificationCard .certificationInfo .certificationDetails .certType {
  font-size: 17px;
  line-height: 1.35;
  text-align: left;
  color: #000000;
}
.certificationCard .certificationInfo .certificationDetails .certURL {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  text-align: left;
  color: #58ADDD;
}
.certificationCard .certificationInfo .certificationDetails .listingsWithCert {
  opacity: 0.5;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  text-align: left;
  color: #000000;
}
.certificationCard .certificationInfo .businessCertifications {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .certificationCard .certificationInfo {
    width: 70%;
  }
}
.certificationCard .certSubHeading {
  padding-top: 30px;
  clear: both;
}
.certificationCard .categories {
  margin: 0;
  padding: 0;
}
.certificationList {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  text-align: left;
  width: auto;
  color: #58ADDD;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.certificationList.blue {
  color: #58ADDD;
}
.certificationList.blue a {
  color: #58ADDD;
}
.certificationList.green {
  color: #6cbd7d;
}
.certificationList.green a {
  color: #6cbd7d;
}
.categoriesList {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  text-align: left;
  width: auto;
  color: #58ADDD;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.categoriesList.blue {
  color: #58ADDD;
}
.categoriesList.blue a {
  color: #58ADDD;
}
.categoriesList.green {
  color: #6cbd7d;
}
.categoriesList.green a {
  color: #6cbd7d;
}
.pagerContainer {
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.pagerContainer .paging {
  display: inline-block;
}
.paging {
  margin: 40px 0 0px 0;
  padding: 0;
  list-style: none;
  width: auto;
}
.paging li {
  display: inline-block;
  text-transform: uppercase;
  margin: 6px 4px;
  font-size: 16px;
  font-weight: 600;
  color: #BFBFC1;
  padding: 6px 6px;
  line-height: 1.5;
}
.paging li a:link,
.paging li a:visited {
  color: #BFBFC1;
  padding: 2px 4px;
}
.paging li a:hover,
.paging li a:active {
  color: #58ADDD !important;
}
.paging li .ellipsis {
  display: none;
  margin: 0 3px;
}
.paging li.next a,
.paging li.prev a {
  color: #58addd;
  font-size: 14px;
}
.paging li.active {
  font-size: 16px;
  color: #000;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .paging li {
    display: none;
    margin: 6px 0;
    padding: 6px;
  }
  .paging li.prev,
  .paging li.next,
  .paging li:nth-of-type(2),
  .paging li:nth-last-of-type(2),
  .paging li.middle {
    display: inline-block;
  }
  .paging li .ellipsis {
    display: inline;
  }
}
@media screen and (max-width: 1200px) {
  .paging {
    margin: 10px 0;
  }
}
.sidebarBusinessList h2 {
  font-size: 15px;
}
.sidebarBusiness {
  margin: 0 0 10px 0;
  *zoom: 1;
}
.sidebarBusiness:before,
.sidebarBusiness:after {
  content: " ";
  display: table;
}
.sidebarBusiness:after {
  clear: both;
}
.sidebarBusiness .businessLogo {
  float: left;
  width: 80px;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .sidebarBusiness .businessLogo {
    width: 20%;
  }
}
.sidebarBusiness .businessLogo span {
  margin: 0;
  padding: 0;
  display: block;
  background-color: #133554;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  padding: 4px 8px;
}
.sidebarBusiness .sidebarBusinessInfo {
  float: left;
  width: 220px;
  max-width: 100%;
  padding-left: 10px;
}
.sidebarBusiness .sidebarBusinessInfo .businessAddress {
  padding: 0;
  margin: 0 0 4px 0;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
}
.sidebarBusiness .sidebarBusinessInfo .businessName {
  width: 150px;
  word-wrap: break-word;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0;
  text-align: left;
  color: #000000;
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.sidebarBusiness .sidebarBusinessInfo .businessName a {
  text-decoration: none;
}
.sidebarBusiness .sidebarBusinessInfo .businessCategory {
  min-height: 20px;
  opacity: 0.5;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.43;
  text-align: left;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
}
.sidebarBusiness .sidebarBusinessInfo .businessCategory a {
  text-decoration: none;
  color: #000000;
}
.sidebarBusiness .sidebarBusinessInfo .certificationList {
  margin: 0;
  padding: 0;
}
.sidebarBusiness .sidebarBusinessInfo .certificationList a {
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .sidebarBusiness .sidebarBusinessInfo {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .sidebarBusiness {
    display: inline-block;
    width: 100%;
  }
}
ul.homeLinks {
  margin: 30px auto 0 auto;
  padding: 0;
  width: 530px;
}
ul.homeLinks li {
  margin: 0 20px;
  padding: 0;
  list-style-type: none;
  width: 225px;
  float: left;
}
ul.homeLinks li p.primaryButton {
  padding: 5px 10px;
}
ul.homeLinks li p.primaryButton a {
  font-size: 14px;
}
ul.homeLinks li p.primaryButton a strong {
  display: block;
  font-size: 18px;
}
.tableWrapper {
  margin: 10px 0;
}
p.NSWAT_UI_DataTable_NumRows {
  margin: 0;
  padding: 5px 0;
}
table.NSWAT_UI_DataTable {
  width: 100%;
}
table.NSWAT_UI_DataTable a:link,
table.NSWAT_UI_DataTable a:visited {
  text-decoration: none;
  color: #fff;
}
table.NSWAT_UI_DataTable thead tr th {
  background-color: #6a9e6f;
  font-weight: normal;
  color: #fff;
  padding: 10px 5px;
  text-align: left;
}
table.NSWAT_UI_DataTable tbody a:link,
table.NSWAT_UI_DataTable tbody a:visited {
  color: #58ADDD;
}
table.NSWAT_UI_DataTable tbody tr.alt {
  background-color: #F4F5F8;
}
table.NSWAT_UI_DataTable tbody tr td {
  border-bottom: 1px solid #E4E4E4;
  padding: 16px 10px;
  font-size: 15px;
}
table.NSWAT_UI_DataTable tbody tr td p {
  margin: 0;
  padding: 0;
}
table.NSWAT_UI_DataTable tbody tr td .adDescription span {
  font-size: 13px;
}
table.NSWAT_UI_DataTable tbody tr td .adPreview {
  max-width: 100px;
  border: 1px solid #BFBFC1;
  padding: 1px;
  position: relative;
}
table.NSWAT_UI_DataTable tbody tr td .adPreview:hover span {
  display: block;
}
table.NSWAT_UI_DataTable tbody tr td .adPreview span {
  display: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: bold;
  padding-top: 35px;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
table.NSWAT_UI_DataTable tbody tr td.action a:link,
table.NSWAT_UI_DataTable tbody tr td.action a:visited {
  background-color: #58ADDD;
  color: #fff;
  border-radius: 20px;
  padding: 9px 15px;
  font-size: 11px;
}
#mapWrap {
  width: 100%;
  height: 350px;
  position: relative;
  border: 1px solid #6a9e6f;
  padding: 2px;
  margin-bottom: 15px;
}
#mapWrap.additional {
  width: 270px;
  height: 100px;
  float: left;
  margin-right: 40px;
}
#mapWrap.additional .map {
  width: 265px !important;
  height: 95px !important;
}
#mapWrap .overlay {
  width: 100%;
  height: 345px;
  position: absolute;
  top: 0;
  z-index: 10;
}
#mapWrap #map {
  z-index: 0;
  width: 100% !important;
  height: 345px !important;
}
.boardMembers {
  *zoom: 1;
}
.boardMembers:before,
.boardMembers:after {
  content: " ";
  display: table;
}
.boardMembers:after {
  clear: both;
}
.boardMembers .boardMember {
  width: 400px;
  float: left;
}
@media screen and (min-width: 1000px) {
  .boardMembers .boardMember.alt {
    float: right;
  }
}
@media screen and (max-width: 1000px) {
  .boardMembers .boardMember {
    float: none;
    width: 100%;
    display: block;
  }
}
ul.advertisingOptions {
  margin: 0;
  padding: 0;
}
ul.advertisingOptions li {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
  background-color: #F4F5F8;
  *zoom: 1;
  clear: both;
}
ul.advertisingOptions li:before,
ul.advertisingOptions li:after {
  content: " ";
  display: table;
}
ul.advertisingOptions li:after {
  clear: both;
}
ul.advertisingOptions li .price {
  float: right;
  width: 200px;
  color: #6DC03B;
  font-size: 20px;
  margin-top: 40px;
}
ul.advertisingOptions li .price span {
  font-size: 14px;
}
ul.advertisingOptions li .price.contact {
  font-size: 14px;
  color: #888;
}
ul.advertisingOptions li .adContent {
  float: left;
  width: 600px;
  margin: 25px 0 10px 30px;
}
ul.advertisingOptions li .adContent h4 {
  font-size: 14px !important;
  font-weight: bold;
  color: #0F3556;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
ul.advertisingOptions li .adContent p {
  width: 450px;
  font-size: 14px;
  margin: 0;
  padding: 15px 0;
}
ul.advertisingOptions li .adContent p.contact {
  color: #000;
}
ul.advertisingResources {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
ul.advertisingResources:before,
ul.advertisingResources:after {
  content: " ";
  display: table;
}
ul.advertisingResources:after {
  clear: both;
}
ul.advertisingResources li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 230px;
}
ul.advertisingResources li img {
  margin-bottom: 15px;
}
ul.advertisingResources li a:link,
ul.advertisingResources li a:visited {
  color: #888;
}
table.listing-plans {
  width: 100%;
  border: 1px solid #E4E4E4;
}
table.listing-plans tr th,
table.listing-plans tr td {
  border: 1px solid #E4E4E4;
  vertical-align: top;
}
table.listing-plans thead tr th {
  background-color: #F3F8F9;
  color: #0f3556;
  text-transform: uppercase;
  padding: 20px;
  text-align: left;
}
table.listing-plans thead tr th.package {
  width: 220px;
}
table.listing-plans thead tr th .info {
  float: left;
  width: 140px;
}
table.listing-plans thead tr th .info .price {
  color: #6DC03B;
  font-size: 25px;
}
table.listing-plans thead tr th .info .price span {
  font-size: 12px;
}
table.listing-plans thead tr th .info em {
  color: #888;
  font-size: 12px;
  font-style: normal;
  text-transform: normal;
  clear: both;
  display: block;
}
table.listing-plans thead tr th img {
  width: 25px;
  float: right;
}
table.listing-plans tbody tr th,
table.listing-plans tbody tr td {
  text-align: left;
  background-color: #fff;
  padding: 10px 20px;
}
table.listing-plans tbody tr td {
  color: #888;
}
table.listing-plans tbody tr.buttonRow td {
  text-align: center;
}
table.listing-plans tbody tr.buttonRow td .secondaryButton {
  display: inline-block;
  margin-top: 0 !important;
  max-width: 170px;
}
table.listing-plans tbody tr.buttonRow td .secondaryButton a:link,
table.listing-plans tbody tr.buttonRow td .secondaryButton a:visited {
  background-color: #58ADDD;
}
.directorySelects > ul {
  clear: both;
}
p.pledgeLogo {
  float: right;
}
.msg {
  margin: 10px 0;
  padding: 5px 15px;
}
.msg h2 {
  color: #fff;
  padding: 0;
  margin: 0;
}
.msg p {
  margin: 0;
  padding: 10px 0;
  color: #fff;
}
.msg.success {
  background-color: #53B267;
}
.msg.confirmListing {
  background-color: #53B267;
  font-size: 16px;
  border: 3px solid #6a9e6f;
  text-align: center;
}
.msg.confirmListing a:link.button,
.msg.confirmListing a:visited.button {
  text-transform: uppercase;
  margin: 10px auto;
  border-radius: 10px;
  display: block;
  clear: both;
  background-color: #0F3556;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  width: 200px;
}
.msg.confirmListing a:hover.button,
.msg.confirmListing a:active.button {
  color: #F3F8F9;
  text-decoration: none;
  background-color: #58ADDD;
}
.msg.error {
  background-color: #900;
}
.msg a:link,
.msg a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.msg a:hover,
.msg a:active {
  color: #ddd;
}
.msg.incompleteListings {
  margin: 0 0 10px 0;
  padding: 20px 28px;
  opacity: 0.8;
  border-radius: 5px;
  border: 1px solid #900;
  background-color: #fff;
}
.msg.incompleteListings p.msgTitle {
  padding: 0;
  font-weight: bold;
  margin-bottom: 12px;
}
.msg.incompleteListings p,
.msg.incompleteListings a:link,
.msg.incompleteListings a:visited {
  color: #900;
}
.msg.incompleteListings ul {
  margin: 0;
}
.msg.incompleteListings ul li {
  margin: 0;
  padding: 0;
}
ul.ui-autocomplete {
  font-size: 13px;
  background-color: #fff;
  max-width: 340px;
  width: 255px;
  max-height: 280px;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  box-shadow: 0 4px 4px #5a5a5a;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 10000;
}
ul.ui-autocomplete .ui-menu-item {
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.ui-autocomplete .ui-menu-item .ui-state-active,
ul.ui-autocomplete .ui-menu-item .ui-state-focus,
ul.ui-autocomplete .ui-menu-item .ui-state-hover {
  border: none;
  cursor: pointer;
  color: #fff;
  background: #6DC03B;
  display: block;
}
ul.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  padding: 5px 10px 5px 20px;
}
/*  custom super dropdown  */
#categoriesContainer .superDropdownValue > ul > li,
#certificationsContainer .superDropdownValue > ul > li {
  display: block;
}
form#filter fieldset {
  text-align: justify;
}
form#filter .buttons {
  display: none;
}
form#filter fieldset:after {
  content: '';
  width: 100%;
  /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}
form#filter label {
  display: none;
}
form#filter #sContainer {
  display: none;
}
form#filter #cContainer,
form#filter #lContainer,
form#filter #tContainer,
form#filter #locContainer {
  display: inline-block;
  width: 49%;
  min-width: 150px;
  vertical-align: bottom;
}
form#filter #certContainer {
  width: 89%;
  display: inline-block;
  position: relative;
}
form#filter #certContainer.cleared span.clear {
  display: none;
}
form#filter.certificationsFilter #cContainer {
  width: 750px;
}
form#filter.certificationsFilter #cContainer span.clear {
  right: 40px;
}
form#filter.certificationsFilter #cContainer ul.options {
  width: 400px;
}
form#filter input[type="submit"] {
  float: none;
  display: inline-block;
  vertical-align: bottom;
  background-size: 24px;
  padding: 0;
  margin: 0 0 4px 15px;
  font-size: 23px;
  overflow: hidden;
  width: 50px;
  height: 45px;
  border: none;
  border-radius: 500px;
  color: #fff;
  background-color: #53B267;
}
form#filter .hidden {
  margin: 0;
  padding: 0;
}
form#filter input#cat,
form#filter input#cert,
form#filter input#loc {
  background-color: transparent;
  background-image: url(../img/icon-down-arrow-grey.png);
  background-repeat: no-repeat;
  background-position: 99% 50%;
  background-size: 12px;
}
form#filter input#cat::-webkit-input-placeholder,
form#filter input#cert::-webkit-input-placeholder,
form#filter input#loc::-webkit-input-placeholder,
form#filter input#cat::-ms-input-placeholder,
form#filter input#cert::-ms-input-placeholder,
form#filter input#loc::-ms-input-placeholder,
form#filter input#cat::placeholder,
form#filter input#cert::placeholder,
form#filter input#loc::placeholder {
  color: #5a5a5a;
  opacity: 1;
}
.superDropdownValue > ul > li.category ul {
  *zoom: 1;
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.superDropdownValue > ul > li.category ul:before,
.superDropdownValue > ul > li.category ul:after {
  content: " ";
  display: table;
}
.superDropdownValue > ul > li.category ul:after {
  clear: both;
}
.superDropdownValue > ul > li.category ul li.subcategory {
  float: left;
  padding: 10px;
  margin: 0 10px 10px 0;
  background: #53B267;
  color: #fff;
}
.superDropdownValue > ul > li.category ul li.subcategory .close {
  color: rgba(0, 0, 0, 0);
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 0 0 10px;
  background: transparent url(../img/icon-clear.svg) no-repeat 50% 50%;
}
#certificationsContainer .superDropdownValue > ul > li.category ul li.subcategory {
  background: #3876F1;
}
.NSWAT_UI_Tags div.NSWAT_UI_TAG {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.NSWAT_UI_Tags div.NSWAT_UI_TAG .NSWAT_TAG_LIST {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.NSWAT_UI_Tags div.NSWAT_UI_TAG .NSWAT_TAG_LIST .NSWAT_TAG {
  margin: 5px;
  padding: 4px;
  border-radius: 3px;
  background-color: #53B267;
  color: #fff;
  float: left;
}
.NSWAT_UI_Tags div.NSWAT_UI_TAG .NSWAT_TAG_LIST .NSWAT_TAG a:link,
.NSWAT_UI_Tags div.NSWAT_UI_TAG .NSWAT_TAG_LIST .NSWAT_TAG a:visited {
  color: #fff;
}
.NSWAT_UI_Tags div.NSWAT_UI_TAG input {
  display: block;
  min-width: 100% !important;
  border-bottom: 1px solid #cecece;
  width: 100% !important;
}
.NSWAT_UI_Tags div.NSWAT_UI_TAG input:focus {
  outline: none;
}
#stripeCardContainer {
  border: 1px solid #E4E4E4;
  padding: 10px;
  width: 500px;
}
.certificationUI {
  width: 600px;
  max-width: 100%;
  margin: 0;
  overflow-y: auto;
}
.certificationUI > label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 8px 0;
  color: rgba(155, 155, 155, 0.7);
}
.certificationUI .checkboxList {
  margin: 0;
  padding: 0;
}
.certificationUI .checkboxList .NSWAT_UI_Checkbox {
  display: block;
  margin: 0 0 15px 0;
  vertical-align: top;
}
.certificationUI .checkboxList .NSWAT_UI_Checkbox .certificationCategoryIds {
  display: none;
}
.certificationUI.certificationUICategory > label {
  display: inline-block;
  cursor: pointer;
}
.certificationUI.certificationUICategory > label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.certificationUI.certificationUICategory .checkboxList {
  max-height: 500px;
  overflow-y: scroll;
}
.certificationUI.certificationUICategory.categoryOpen > label {
  margin-bottom: 0;
}
.certificationUI.certificationUICategory.categoryOpen > label:before {
  background: transparent url(../img/down-arrow-black.png) no-repeat;
  background-size: contain;
}
.certificationUI.certificationUICategory.categoryOpen .checkboxList {
  display: block;
}
.certificationUI.certificationUICategory.categoryClosed > label {
  margin-bottom: 0;
}
.certificationUI.certificationUICategory.categoryClosed > label:before {
  background: transparent url(../img/right-arrow-black.png) no-repeat;
  background-size: contain;
}
.certificationUI.certificationUICategory.categoryClosed .checkboxList {
  display: none;
}
.certificationUI input[type="checkbox"] {
  display: none;
}
.certificationUI input[type="checkbox"] ~ label {
  transition: color 0.5s;
  color: #888;
  cursor: pointer;
}
.certificationUI input[type="checkbox"]:checked ~ label {
  color: #58ADDD;
  font-weight: bold;
}
.additionalFields iframe {
  width: 100%;
  height: 450px;
}
.additionalFields .socialMedia {
  list-style: none;
  margin: 0;
  padding: 0;
}
.additionalFields .socialMedia li {
  display: inline-block;
  margin: 0 25px 15px 0;
  width: 48px;
  vertical-align: top;
}
.additionalFields .socialMedia li.youtube-url a:link,
.additionalFields .socialMedia li.facebook-url a:link,
.additionalFields .socialMedia li.twitter-url a:link,
.additionalFields .socialMedia li.linkedin-url a:link,
.additionalFields .socialMedia li.pinterest-url a:link,
.additionalFields .socialMedia li.instagram-url a:link,
.additionalFields .socialMedia li.youtube-url a:visited,
.additionalFields .socialMedia li.facebook-url a:visited,
.additionalFields .socialMedia li.twitter-url a:visited,
.additionalFields .socialMedia li.linkedin-url a:visited,
.additionalFields .socialMedia li.pinterest-url a:visited,
.additionalFields .socialMedia li.instagram-url a:visited {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 48px;
  width: 48px;
  height: 48px;
  overflow: hidden;
  text-indent: -999em;
  display: block;
}
.additionalFields .socialMedia li.youtube-url a:link,
.additionalFields .socialMedia li.youtube-url a:visited {
  background-image: url(../img/icon-youtube-blue.png);
}
.additionalFields .socialMedia li.facebook-url a:link,
.additionalFields .socialMedia li.facebook-url a:visited {
  background-image: url(../img/icon-facebook-blue.png);
}
.additionalFields .socialMedia li.twitter-url a:link,
.additionalFields .socialMedia li.twitter-url a:visited {
  background-image: url(../img/icon-twitter-blue.png);
}
.additionalFields .socialMedia li.linkedin-url a:link,
.additionalFields .socialMedia li.linkedin-url a:visited {
  background-image: url(../img/icon-linkedin-blue.png);
}
.additionalFields .socialMedia li.pinterest-url a:link,
.additionalFields .socialMedia li.pinterest-url a:visited {
  background-image: url(../img/icon-pinterest-blue.png);
}
.additionalFields .socialMedia li.instagram-url a:link,
.additionalFields .socialMedia li.instagram-url a:visited {
  background-image: url(../img/icon-instagram-blue.png);
}
/**** PICKER *******/
.picker {
  position: absolute;
  margin: 0;
  min-width: 1200px;
  width: 100%;
}
.picker .level {
  width: 375px;
  max-width: 100%;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  vertical-align: top;
  margin: 0;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.picker .level strong {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  background-color: #f4f5f8;
  padding: 10px 20px;
  margin: 0 0 10px 0;
  display: block;
}
.picker .level ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 200px;
  overflow-y: auto;
}
.picker .level ul li {
  margin: 0;
  padding: 0 20px 10px 20px;
  transition: color 0.5s;
}
.picker .level ul li.picked {
  color: #2ab189;
}
.picker .level ul li span {
  cursor: pointer;
}
.picker .level ul li span.next:last-child {
  float: right;
}
.pickerSelections {
  *zoom: 1;
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
}
.pickerSelections:before,
.pickerSelections:after {
  content: " ";
  display: table;
}
.pickerSelections:after {
  clear: both;
}
.pickerSelections ul {
  *zoom: 1;
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
}
.pickerSelections ul:before,
.pickerSelections ul:after {
  content: " ";
  display: table;
}
.pickerSelections ul:after {
  clear: both;
}
.pickerSelections li {
  margin: 0;
  padding: 0;
}
.pickerSelections li.selection {
  float: left;
  padding: 10px;
  margin: 0 10px 10px 0;
  background: #53B267;
  color: #fff;
}
.pickerSelections li.selection .close {
  color: rgba(0, 0, 0, 0);
  background-size: cover;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 0 0 10px;
  background: transparent url(../img/icon-clear.svg) no-repeat 50% 50%;
  vertical-align: bottom;
}
.goalDetails.fancybox-content {
  width: 70%;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
.sdgSidebar {
  margin: 20px 0 20px 0;
  *zoom: 1;
}
.sdgSidebar:before,
.sdgSidebar:after {
  content: " ";
  display: table;
}
.sdgSidebar:after {
  clear: both;
}
.sdgSidebar .sdgHeader {
  max-width: 100%;
  margin-bottom: 10px;
}
.sdgSidebar ul {
  display: block;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sdgSidebar ul li,
.sdgSidebar ul a {
  float: left;
  margin: 4px;
  padding: 0px;
  width: 140px;
  height: 140px;
  display: block;
  position: relative;
}
.sdgSidebar ul li img,
.sdgSidebar ul a img {
  display: block;
  position: absolute;
  top: 0;
  opacity: 1;
  visibility: visible;
  width: 140px;
  height: 140px;
  overflow: hidden;
  -webkit-transition: visibility 0.25s linear, opacity 0.25s linear;
  -moz-transition: visibility 0.25s linear, opacity 0.25s linear;
  -ms-transition: visibility 0.25s linear, opacity 0.25s linear;
  -o-transition: visibility 0.25s linear, opacity 0.25s linear;
  transition: visibility 0.25s linear, opacity 0.25s linear;
}
.sdgSidebar ul li p,
.sdgSidebar ul a p {
  display: block;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  color: #FFF;
  font-size: 11px;
  margin: 0;
  padding: 6px;
  text-align: left;
  -webkit-transition: visibility 0.25s linear, opacity 0.25s linear;
  -moz-transition: visibility 0.25s linear, opacity 0.25s linear;
  -ms-transition: visibility 0.25s linear, opacity 0.25s linear;
  -o-transition: visibility 0.25s linear, opacity 0.25s linear;
  transition: visibility 0.25s linear, opacity 0.25s linear;
}
.sdgSidebar ul li div.goalDetails,
.sdgSidebar ul a div.goalDetails {
  display: none;
}
.sdgSidebar ul li:hover img,
.sdgSidebar ul a:hover img {
  opacity: 0;
  visibility: hidden;
}
.sdgSidebar ul li:hover p,
.sdgSidebar ul a:hover p {
  opacity: 1;
  visibility: visible;
}
#attributesContainer > .checkboxList div {
  margin-top: 20px;
}
#attributesContainer .NSWAT_UI_Checkbox {
  position: relative;
}
#attributesContainer .NSWAT_UI_Checkbox .tooltiptext {
  visibility: visible;
  opacity: 1;
  visibility: hidden;
  max-width: 100%;
  background-color: #555;
  color: #fff;
  text-align: left;
  padding: 12px;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 25px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 1s;
}
#attributesContainer .NSWAT_UI_Checkbox .tooltiptext p,
#attributesContainer .NSWAT_UI_Checkbox .tooltiptext li {
  margin: 2px;
  padding: 2px;
  color: #fff;
}
#attributesContainer .NSWAT_UI_Checkbox .tooltiptext ul,
#attributesContainer .NSWAT_UI_Checkbox .tooltiptext ol {
  margin: 2px 20px;
  padding: 2px 20px;
}
#attributesContainer .NSWAT_UI_Checkbox .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
#attributesContainer .NSWAT_UI_Checkbox label:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.breadcrumbCategoryNav {
  line-height: 1.31;
  margin: 1em 0 0 0;
  font-size: 16px;
}
.breadcrumbCategoryNav a:link,
.breadcrumbCategoryNav a:active {
  font-size: 18px;
  color: #58ADDD;
  text-transform: capitalize;
}
.landingPage {
  background-color: #fff;
}
.landingPage .title .wrapper {
  width: 900px;
  margin: 0 auto;
}
.landingPage .title h2 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin: 40px auto 0;
}
.landingPage .title h2::after {
  content: " ";
  border-bottom: 1px solid #BFBFC1;
  display: block;
  width: 100px;
  margin: 30px auto 0 auto;
}
.landingPage .features {
  margin: 10px 0 50px 0;
}
.landingPage .features .feature {
  clear: both;
  *zoom: 1;
}
.landingPage .features .feature:before,
.landingPage .features .feature:after {
  content: " ";
  display: table;
}
.landingPage .features .feature:after {
  clear: both;
}
.landingPage .features .feature .wrapper {
  padding: 50px 0;
}
.landingPage .features .feature .content {
  width: 400px;
  margin-top: 60px;
  float: left;
}
.landingPage .features .feature .content h3 {
  font-size: 25px;
}
.landingPage .features .feature .content h3 img {
  margin: 0 20px 0 0;
}
.landingPage .features .feature .content p {
  font-size: 20px;
  width: 400px;
}
.landingPage .features .feature .image {
  width: 600px;
  float: right;
}
.landingPage .features .feature .image img {
  width: 100%;
}
.landingPage .features .feature.alt {
  background-color: #f1f2f6;
}
.landingPage .features .feature.alt .content {
  float: right;
}
.landingPage .features .feature.alt .image {
  float: left;
}
.landingPage .callToAction {
  background: #f1f2f6 url(../img/leaf1.png) no-repeat 0 50%;
}
.landingPage .callToAction .wrapper {
  width: 100%;
  background: transparent url(../img/leaf2.png) no-repeat 100% 50%;
  text-align: center;
  padding: 100px 0;
}
.landingPage .callToAction .wrapper h2 {
  font-size: 26px;
}
.landingPage .callToAction .wrapper p {
  margin: 0 auto;
}
.landingPage nav {
  *zoom: 1;
  margin: 10px 0;
}
.landingPage nav:before,
.landingPage nav:after {
  content: " ";
  display: table;
}
.landingPage nav:after {
  clear: both;
}
.landingPage nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
.landingPage nav ul:before,
.landingPage nav ul:after {
  content: " ";
  display: table;
}
.landingPage nav ul:after {
  clear: both;
}
.landingPage nav ul li.prev {
  float: left;
}
.landingPage nav ul li.next {
  float: right;
}
.landingPage nav ul li a:link,
.landingPage nav ul li a:visited {
  margin: 0 5px;
  font-size: 22px;
  color: #0F3556;
}
.landingPage nav ul li a:link img,
.landingPage nav ul li a:visited img {
  height: 70px;
  margin: 0 10px;
}
.landingPage nav ul li a:hover,
.landingPage nav ul li a:active {
  text-decoration: none;
}
.qq-upload-button {
  background-color: #58ADDD;
  border-radius: 5px;
  padding: 8px 16px;
  margin: 0;
  width: 150px;
  color: #fff;
  text-align: center;
}
.qq-upload-button div {
  margin: 0;
  padding: 0;
}
blockquote.articles-disclaimer {
  margin: 0;
  padding: 10px;
  border: 1px solid #BFBFC1;
  background-color: #F4F5F8;
  font-style: italic;
}
div.corporate-reports ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div.corporate-reports ul li {
  margin: 0;
  padding: 0 0 15px 0;
  line-height: 1.1;
}
div.corporate-reports ul li span {
  font-size: 0.7em;
  line-height: 1.1;
  font-style: italic;
}
div.sdg-profile {
  margin: 15px 0;
}
div.sdg-profile p {
  padding: 10px;
  font-size: 13px;
}
div.sdg-profile p strong {
  font-size: 14px;
  padding: 3px;
}
div.sdg-profile h3 {
  border-bottom: 1px solid #E4E4E4;
  padding: 14px 5px 16px 5px;
  font-size: 12px;
  text-transform: uppercase;
}
div.sdg-profile img.sdg-icon {
  width: 48px;
  height: 48px;
  float: left;
  margin: 0 5px 0 0;
}
table.sdg-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}
table.sdg-table td {
  width: 50%;
}
table.sdg-table td p {
  margin: 0;
  padding: 0;
}
table.sdg-table tbody tr:first-child td {
  background-color: #a5d6e8;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
table.sdg-table tbody tr:first-child td p {
  color: #fff;
}
table.sdg-table tbody td {
  background-color: #f0fafd;
  color: #fff;
  vertical-align: top;
}
table.sdg-table tbody td p {
  color: #686868;
}
ul.rss-news {
  *zoom: 1;
  margin: 0;
  padding: 0;
}
ul.rss-news:before,
ul.rss-news:after {
  content: " ";
  display: table;
}
ul.rss-news:after {
  clear: both;
}
ul.rss-news.main {
  width: 100%;
  margin: 0 auto;
}
ul.rss-news li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.rss-news li a.img {
  float: left;
  width: 55px;
}
ul.rss-news li a.img img {
  max-width: 50px;
}
ul.rss-news li span {
  float: right;
  width: 240px;
}
ul.rss-news.main li {
  width: 31%;
  border-bottom: 1px solid #BFBFC1;
  float: left;
  margin: 0 1% 20px 0;
  padding: 0 0 5px 0;
}
ul.rss-news.main li span {
  width: 310px;
  height: 200px;
  min-height: 180px;
  overflow-y: hidden;
}
ul.rss-news.main li p {
  height: 95px;
  min-height: 95px;
  max-height: 95px;
  overflow-y: hidden;
}
ul.rss-news.sidebar li {
  clear: both;
  margin: 0 0 10px 0;
  min-height: 75px;
}
div.news-articles {
  *zoom: 1;
}
div.news-articles:before,
div.news-articles:after {
  content: " ";
  display: table;
}
div.news-articles:after {
  clear: both;
}
div.news-articles article {
  width: 48%;
}
div.news-articles article:nth-child(odd) {
  margin: 0 1% 0 0;
  float: left;
  clear: both;
}
div.news-articles article:nth-child(even) {
  margin: 0 0 0 1%;
  float: right;
}
ul.articles-categories {
  margin: 0;
  padding: 0;
  clear: both;
}
ul.articles-categories li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 33%;
  float: left;
}
ul.articles-categories li a:link,
ul.articles-categories li a:visited {
  display: block;
  border: 1px solid #58ADDD;
  margin: 5px;
  padding: 5px;
  font-size: 13px;
}
ul.articles-categories li a:hover,
ul.articles-categories li a:active {
  text-decoration: none;
  background-color: #58ADDD;
  color: #fff;
}
ul.articles-categories li:nth-child(3n+1) {
  clear: both;
}
.NSWAT_Form_Errors {
  background-color: #900;
  margin: 10px 0;
  padding: 5px 15px;
}
.NSWAT_Form_Errors h3 {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #fff;
}
.NSWAT_Form_Errors ul {
  list-style-type: none;
  padding: 10px;
  border-left: 1px solid #900;
  margin: 0;
}
.NSWAT_Form_Errors ul li {
  margin: 0;
  padding: 0;
  color: #fff;
}
.pageWrapper form#paymentForm.planForm input.cardNumber {
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  background-image: url(../img/icon-mastercard.png), url(../img/icon-visa.png), url(../img/icon-amex.png);
  background-position: 80% 60%, 90% 60%, 100% 60%;
  background-repeat: no-repeat, no-repeat;
}
.pageWrapper form#paymentForm.planForm input.cardCVV {
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  background-image: url(../img/icon-cvv.png);
  background-position: 100% 60%;
  background-repeat: no-repeat;
  margin-left: 12px;
}
.pageWrapper form#paymentForm.planForm input[type=text] {
  padding: 13px 13px 8px 8px;
}
.pageWrapper form#paymentForm.planForm .fullWidth {
  display: block;
  width: 100%;
  margin: 1% 0%;
}
.pageWrapper form#paymentForm.planForm .halfWidth {
  width: 49%;
  margin: 1% 0%;
  float: left;
}
.pageWrapper form#paymentForm.planForm fieldset {
  clear: both;
  display: block;
}
.pageWrapper form#paymentForm.planForm input#btnValidate,
.pageWrapper form#paymentForm.planForm input#btnSubmit {
  padding: 8px;
}
#productTypeIdContainer {
  display: none;
}
.catSponsorAdContainer {
  margin: 0 0 20px 0;
}
span.filterLabel {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
form.filter fieldset {
  margin: 0;
}
form.filter fieldset > div {
  margin: 10px 0 0 0;
}
form.filter fieldset input[type=submit] {
  height: 40px !important;
  margin: 5px 0 4px 15px !important;
}
.content.social-environmental fieldset > legend {
  padding-top: 40px;
}
.content.social-environmental div.NSWAT_UI_HTMLEditor {
  clear: both;
}
.content.social-environmental div.CheckboxList {
  margin: 0;
  width: 45%;
  float: left;
}
.content.social-environmental div.CheckboxList > label {
  font-weight: bold;
}
.content.social-environmental div.CheckboxList div.checkboxList {
  padding-bottom: 10px;
  margin-top: 0;
  padding-left: 10px;
  margin-bottom: 20px;
  max-height: 300px;
  width: auto;
  overflow: scroll;
}
.faqs {
  margin-top: 20px;
  clear: both;
}
.faqs h2 {
  font-size: 16px;
}
.faqs .faq {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #F4F5F8;
}
.faqs .faq h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.faqs .faq h3 a:link,
.faqs .faq h3 a:visited {
  background-repeat: no-repeat;
  background-position: 0 50%;
  display: block;
  padding: 0 0 0 18px;
}
.faqs .faq h3 a:link.open,
.faqs .faq h3 a:visited.open {
  background-image: url(../img/down-arrow-black.png);
  background-size: 10px 10px;
}
.faqs .faq h3 a:link.closed,
.faqs .faq h3 a:visited.closed {
  background-image: url(../img/right-arrow-black.png);
  background-size: 10px 10px;
}
.faqs .faq h3 a:hover,
.faqs .faq h3 a:active {
  text-decoration: none;
}
.faqs .faq .faq-answer {
  display: none;
  margin: 6px;
}
.faqs .faq .faq-answer p {
  margin: 0;
  padding: 4px 0;
  font-size: 14px;
}
body.menuOpen {
  overflow: hidden;
}
body.menuOpen nav.mobile {
  top: 0;
  left: 0;
  opacity: 1;
  overflow: auto;
}
body.searchMenuOpen div.mobileSearchForm {
  top: 0;
  left: 0;
  opacity: 1;
  overflow: auto;
}
body.searchMenuOpen div.mobileSearchForm form {
  display: block;
}
header {
  *zoom: 1;
  background-color: #fff;
  width: 100%;
  padding: 20px 20px 8px 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 110px;
  z-index: 10000;
  box-shadow: 0 0 5px #000;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
@media (max-width: 800px) {
  header {
    padding: 10px 5px 5px 5px;
  }
}
@media screen and (max-width: 800px) {
  header {
    height: 60px;
  }
}
header .logos {
  float: left;
  margin-right: 40px;
}
header .logos img.logo {
  height: 65px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media (max-width: 800px) {
  header .logos img.logo {
    max-width: 50px;
    max-height: 50px;
  }
}
header .logos .small,
header .logos .menuBtn,
header .logos .searchBtn {
  display: none;
}
header .logos .small,
header .logos .menuBtn,
header .logos .searchBtn {
  width: 40px;
  max-width: 40px;
  max-height: 40px;
  cursor: pointer;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 400px) {
  header .logos .small,
  header .logos .menuBtn,
  header .logos .searchBtn {
    margin: 0 0 0 4px;
  }
}
header .logos .searchBtn {
  padding: 10px;
}
header nav.mobile {
  position: fixed !important;
  transition: left 0.4s, opacity 0.6s;
  display: block;
  width: 300px;
  height: 100%;
  top: 0 !important;
  left: -80%;
  margin: 0 !important;
  padding: 30px 20px !important;
  background-color: #0f3556;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
}
header nav.mobile .closeBtn {
  width: 50px;
  position: absolute;
  top: 0;
  right: 18px;
  cursor: pointer;
}
header nav.mobile ul {
  float: none;
  margin: 50px 0 0 0;
  padding: 0;
}
header nav.mobile ul li {
  text-align: left;
  float: none;
  margin: 15px 0 20px 0;
  padding: 0;
  line-height: 1;
  display: block;
}
header nav.mobile ul li a:link,
header nav.mobile ul li a:visited {
  color: #58addd;
  font-size: 26px;
  line-height: 1.1;
  font-weight: bold;
}
header nav.mobile hr {
  border-top: solid 3px rgba(243, 248, 249, 0.25);
  margin: 30px 0;
}
header div.mobileSearchForm {
  position: fixed !important;
  transition: left 0.4s, opacity 0.6s;
  display: block;
  width: 300px;
  height: 100%;
  top: 0 !important;
  left: -80%;
  margin: 0 !important;
  padding: 30px 20px !important;
  background-color: #53B267;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
}
header div.mobileSearchForm .closeBtn {
  width: 25px;
  position: absolute;
  top: 25px;
  right: 20px;
  cursor: pointer;
}
header div.mobileSearchForm h2 {
  margin: 40px 0 0 0;
  color: #fff;
}
header div.mobileSearchForm form div {
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
  background: #fff;
}
header div.mobileSearchForm form div.submit {
  background: none;
}
header div.mobileSearchForm form div.search {
  padding: 5px 5px 5px 5px;
}
header div.mobileSearchForm form input[type="submit"] {
  float: none;
  display: block;
  width: 100%;
  margin: 0;
  background: rgba(218, 238, 222, 0.7) url(../img/icon-search-white.svg) no-repeat 50% 50%;
  background-size: auto auto;
  background-size: 24px;
  text-indent: -999em;
  overflow: hidden;
  border: none;
}
header nav.account {
  float: right;
  margin-top: 5px;
}
@media screen and (max-width: 800px) {
  header nav.account {
    margin: 0;
  }
}
header nav.account ul {
  margin: 0;
  padding: 0;
}
header nav.account ul li {
  margin: 0;
  padding: 0;
  float: left;
}
header nav.account ul li a:link,
header nav.account ul li a:visited {
  font-size: 14px;
}
header nav.account ul li.signup a:link,
header nav.account ul li.signup a:visited {
  background: transparent url(../img/icon-account.png) no-repeat 0% 50%;
  background-size: 20px;
  padding: 3px 0 3px 26px;
}
header nav.account ul li.login a:link,
header nav.account ul li.login a:visited {
  padding: 7px 10px;
  border-radius: 2px;
  background-color: #58ADDD;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  color: #fff;
}
header nav.account ul li.login a:hover,
header nav.account ul li.login a:active {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  text-decoration: none;
  background-color: #80c0e5;
}
header.noform form.search {
  display: none;
}
@media (min-width: 1100px) {
  header.noform.sticky form.search {
    display: block !important;
  }
}
header .middle {
  margin: 0 auto;
  width: 800px;
  position: relative;
}
header .middle form.search ul.select > li.main a:link,
header .middle form.search ul.select > li.main a:visited {
  height: 45px;
}
header .middle form.search.header fieldset.search {
  margin: 0;
}
header .middle form.search.header fieldset.search div.searchType,
header .middle form.search.header fieldset.search div.location,
header .middle form.search.header fieldset.search div.keyword,
header .middle form.search.header fieldset.search div.submit,
header .middle form.search.header fieldset.search div.jurisdiction {
  float: left;
  padding: 0;
  margin: 0 12px 0 0;
}
header .middle form.search.header fieldset.search div.searchType input[type=text],
header .middle form.search.header fieldset.search div.location input[type=text],
header .middle form.search.header fieldset.search div.keyword input[type=text],
header .middle form.search.header fieldset.search div.submit input[type=text],
header .middle form.search.header fieldset.search div.jurisdiction input[type=text] {
  width: 100%;
}
header .middle form.search.header fieldset.search div.searchType {
  width: 155px;
}
header .middle form.search.header fieldset.search div.location {
  width: 260px;
  padding: 1px;
}
header .middle form.search.header fieldset.search div.jurisdiction {
  width: 260px;
}
header .middle form.search.header fieldset.search div.keyword {
  width: 260px;
  padding: 1px;
}
header .middle form.search.header fieldset.search div.keyword.wide {
  width: 532px;
}
header .middle form.search.header fieldset.search div.keyword.wide input[type=text] {
  width: 480px;
}
header .middle form.search.header.community fieldset.search div.keyword {
  padding: 1px;
}
header .middle form.search.header div.submit {
  margin: 0;
  width: 45px;
}
header .middle form.search.header div.submit input[type=submit] {
  background: #53B267 url(../img/icon-search-white.svg) no-repeat 50% 50%;
  background-size: 20px;
  padding: 0;
  margin: 0;
  text-indent: -999em;
  overflow: hidden;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 5px;
  color: #53b267;
}
header .middle nav.main {
  margin: 5px auto 0 auto;
}
header .middle nav.main > ul {
  margin: 0;
  padding: 0;
}
header .middle nav.main > ul > li {
  margin: 0;
  float: left;
  padding: 0 25px 0 0;
  z-index: 1100;
}
header .middle nav.main > ul > li:last-child {
  padding: 0;
}
header .middle nav.main > ul > li > a:link,
header .middle nav.main > ul > li > a:visited {
  display: block;
  color: #a9a9a9;
  font-weight: normal;
  font-size: 16px;
  background: transparent url(../img/icon-arrow-down-white.svg) no-repeat 100% 55%;
  background-size: 12px;
  padding: 10px 17px 0 0;
}
header .middle nav.main > ul > li > a:hover,
header .middle nav.main > ul > li > a:active {
  color: #58ADDD;
  text-decoration: none;
}
header .middle nav.main > ul > li > ul {
  display: none;
}
header .middle nav.main > ul > li:hover > ul {
  min-width: 200px;
  z-index: 1000;
  display: block;
  position: absolute;
  left: 0;
  margin: 0;
  border: 1px solid #d8d8d8;
  box-shadow: 1px 1px 10px #999;
  padding: 10px 0;
  background-color: #fff;
}
header .middle nav.main > ul > li:hover > ul li {
  font-size: 13px;
}
header .middle nav.main > ul > li:hover > ul li ul {
  margin: 0 0 20px 0;
  padding: 0 10px 0 0;
  float: left;
  width: 200px;
}
header .middle nav.main > ul > li:hover > ul li ul li {
  margin: 0;
  padding: 4px 0;
}
header .middle nav.main > ul > li:hover > ul li ul li a:link,
header .middle nav.main > ul > li:hover > ul li ul li a:visited {
  color: #58ADDD;
  line-height: 1.1;
}
header .middle nav.main > ul > li.navAbout > ul {
  left: 0;
}
header .middle nav.main > ul > li.navCertifications > ul {
  width: 700px;
  left: 0;
}
header .middle nav.main > ul > li.navCertifications > ul > li ul {
  width: auto;
}
header .middle nav.main > ul > li.navCertifications > ul > li ul li {
  float: left;
  width: 47%;
}
header .middle nav.main > ul > li.navArticles > ul {
  left: auto;
}
header .middle nav.main > ul > li.navPlans > ul {
  left: auto;
}
header .middle nav.main > ul > li.navPlans a:link,
header .middle nav.main > ul > li.navPlans a:visited {
  background: none;
}
header .middle nav.main > ul > li.navBusiness {
  position: static;
}
header .middle nav.main > ul > li.navBusiness > ul {
  left: -25px;
  width: 880px;
}
header .middle nav.main > ul > li.navBusiness > ul li .categories {
  width: 600px;
  float: left;
}
header .middle nav.main > ul > li.navBusiness > ul li .other {
  width: 200px;
  float: right;
  border-left: 1px solid #d8d8d8;
  padding-left: 10px;
}
header .middle nav.main > ul > li.navBusiness > ul li .other ul li:last-child a:link,
header .middle nav.main > ul > li.navBusiness > ul li .other ul li:last-child a:visited {
  color: #58ADDD;
}
header .middle nav.main > ul > li.navBusiness > ul li .other ul li:last-child {
  padding: 4px 0 0 0;
}
header .middle nav.main > ul > li.navBusiness > ul li .other ul li:last-child a:link,
header .middle nav.main > ul > li.navBusiness > ul li .other ul li:last-child a:visited {
  color: #53B267;
}
header .middle nav.main > ul > li.navBusiness > ul li p.viewAll {
  text-align: center;
  padding: 0;
  margin: 0;
  clear: both;
}
header .middle nav.main > ul > li.navBusiness > ul li p.viewAll a:link,
header .middle nav.main > ul > li.navBusiness > ul li p.viewAll a:visited {
  text-transform: uppercase;
  color: #53B267;
  font-weight: bold;
}
header .middle nav.main > ul > li.navBusiness > ul li ul li:first-child a:link,
header .middle nav.main > ul > li.navBusiness > ul li ul li:first-child a:visited {
  font-weight: bold;
  color: #53B267;
  font-size: 15px;
}
header .middle nav.main > ul > li.navBusiness > ul li ul li:last-child a:link,
header .middle nav.main > ul > li.navBusiness > ul li ul li:last-child a:visited {
  color: #53B267;
}
header .middle nav.main > ul > li.navBusiness > ul li ul li:last-child {
  padding: 6px 0 0 0;
}
header.transparent {
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: none;
}
header.transparent .middle nav.main > ul > li > a:link,
header.transparent .middle nav.main > ul > li > a:visited {
  color: #fff;
  padding-bottom: 10px;
}
header.transparent nav.account ul li.signup a:link,
header.transparent nav.account ul li.login a:link,
header.transparent nav.account ul li.signup a:visited,
header.transparent nav.account ul li.login a:visited {
  color: #fff;
}
header.sticky {
  background-color: #fff;
  box-shadow: 0 0 10px #aaa;
  height: 90px;
}
@media screen and (max-width: 800px) {
  header.sticky {
    height: 60px;
  }
}
header.sticky img.logo {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  height: 50px;
}
header.sticky nav.mobile {
  display: none;
  width: 300px;
}
header.sticky nav.account {
  margin-top: 0;
}
header.sticky .middle form.search fieldset div.search,
header.sticky .middle form.search fieldset div.submit input[type=submit],
header.sticky .middle form.search fieldset ul.select li.main a:link,
header.sticky .middle form.search fieldset ul.select li.main a:visited {
  font-size: 11px;
  height: 30px;
}
header.sticky .middle form.search fieldset input[type=text] {
  font-size: 10px;
}
header.sticky .middle form.search fieldset div.submit input[type=submit] {
  background-size: 12px;
}
header.sticky .middle form.search fieldset ul.select li.main a:link,
header.sticky .middle form.search fieldset ul.select li.main a:visited {
  padding: 8px 14px;
  background-size: 12px;
}
header.sticky .middle nav.main > ul > li {
  padding: 0 45px 0 0;
}
header.sticky .middle nav.main > ul > li:last-child {
  padding: 0;
}
header.sticky .middle nav.main > ul > li > a:link,
header.sticky .middle nav.main > ul > li > a:visited {
  font-weight: normal;
  font-size: 13px;
  background: transparent url(../img/icon-down-arrow-grey.png) no-repeat;
  background-size: 10px;
  background-position: bottom 5px right 2px;
  padding: 10px 17px 0 0;
}
header.sticky .middle nav.main > ul > li.navPlans > a:link,
header.sticky .middle nav.main > ul > li.navPlans > a:visited {
  background: none;
}
@media (max-width: 1350px) {
  header .middle form.search.header fieldset.search div.searchType {
    width: 150px;
  }
  header .middle form.search.header fieldset.search div.location {
    width: 200px;
    padding: 1px;
  }
  header .middle form.search.header fieldset.search div.jurisdiction {
    width: 200px;
  }
  header .middle form.search.header fieldset.search div.keyword {
    width: 200px;
    padding: 1px;
  }
  header .middle nav.main > ul > li {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 1100px) {
  header .middle {
    margin: 5px 0 0 120px;
  }
  header .middle form.search.header fieldset.search div.searchType {
    width: 100px;
  }
  header .middle form.search.header fieldset.search div.location {
    width: 160px;
    padding: 1px;
  }
  header .middle form.search.header fieldset.search div.jurisdiction {
    width: 160px;
  }
  header .middle form.search.header fieldset.search div.keyword {
    width: 160px;
    padding: 1px;
  }
  header .middle nav.main > ul > li {
    padding: 0 5px 0 0;
  }
  header .middle nav.main > ul > li a:link,
  header .middle nav.main > ul > li a:visited {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  header .middle nav.main > ul > li a:link,
  header .middle nav.main > ul > li a:visited {
    font-size: 12px;
  }
}
@media (max-width: 850px) {
  header .middle {
    margin: 5px 0 0 50px;
  }
  header .middle form.search,
  header .middle nav.main {
    display: none;
  }
}
@media (max-width: 1100px) {
  header .logos {
    margin-right: 10px;
  }
}
@media (max-width: 850px) {
  header .logos img.logo {
    display: none;
  }
  header .logos img.small {
    display: block;
    height: 50px;
  }
  header .logos a:link,
  header .logos a:visited {
    float: left;
  }
  header .logos .menuBtn,
  header .logos .searchBtn {
    display: block;
  }
}
section.banner {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(../img/banners/3.jpg);
}
section.banner.home {
  background-image: url(../img/banners/home.jpg);
}
section.banner.careers {
  background-image: url(../img/banners/1.jpg);
}
section.banner.leadership {
  background-image: url(../img/banners/2.jpg);
}
section.banner.about {
  background-image: url(../img/banners/3.jpg);
}
section.banner.pledge {
  background-image: url(../img/banners/pledge.jpg);
}
section.banner.sdgs {
  background-image: url(../img/banners/sdgs.png);
}
section.banner.writers {
  background-image: url(../img/banners/5.jpg);
}
section.banner.listing-plans {
  background-image: url(../img/banners/listing-plans.jpg);
}
section.banner.contact {
  background-image: url(../img/banners/contact.jpg);
}
section.banner.community {
  background-image: url(../img/banners/community.jpg);
}
section.banner.advertiseBanner {
  background-image: url(../img/banners/advertiseBanner.jpg);
}
section.banner.terms {
  background-image: url(../img/banners/terms.jpg);
}
section.banner.privacy {
  background-image: url(../img/banners/terms.jpg);
}
section.banner.partners {
  background-image: url(../img/banners/partners.jpg);
}
section.banner.writers {
  background-image: url(../img/banners/writers.jpg);
}
section.banner.results {
  background-image: url(../img/banners/results.jpg);
  background-position: 50% 0;
}
section.banner.find-a-business {
  background-image: url(../img/banners/find-a-business.jpg);
}
section.banner.list-your-business {
  background-image: url(../img/banners/list-your-business.jpg);
}
section.banner.promote-accreditation {
  background-image: url(../img/banners/promote-your-accreditation.jpg);
}
section.banner.informed-consumer {
  background-image: url(../img/banners/informed-consumer.jpg);
}
section.banner.share-insights,
section.banner.news-articles {
  background-image: url(../img/banners/share-your-insights.jpg);
}
section.banner.whitepaper-sustainable-packaging {
  background-image: url(../img/banners/sustainable-packaging-whitepaper.jpg);
  background-position: 50% 70%;
}
section.banner h1 {
  padding: 240px 0 100px 0;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
@media (max-width: 1000px) {
  section.banner h1 {
    padding: 140px 0 60px 0;
  }
}
@media (max-width: 800px) {
  section.banner h1 {
    padding: 115px 0 50px 0;
  }
}
section.banner h1 a:link,
section.banner h1 a:visited {
  color: #fff;
}
section.banner .bannerInfo h1 {
  text-align: left;
}
section.banner.home {
  background-position: 50% 100%;
}
section.banner.home h1 {
  padding: 175px 0 0 0;
}
section.banner.home h2 {
  display: block;
  font-size: 20px;
  margin: 15px 0 0 0;
  color: #fff;
  text-align: center;
}
section.banner form.homepage {
  margin: 40px auto 200px auto;
  padding: 5px;
  width: 1080px;
  max-width: 100%;
}
section.banner form.homepage fieldset.search {
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  padding: 10px;
}
section.banner form.homepage fieldset.search div.searchType,
section.banner form.homepage fieldset.search div.location,
section.banner form.homepage fieldset.search div.keyword,
section.banner form.homepage fieldset.search div.submit,
section.banner form.homepage fieldset.search div.jurisdiction {
  float: left;
  padding: 0;
  margin: 0 15px 0 0;
}
section.banner form.homepage fieldset.search div.searchType {
  width: 265px;
}
section.banner form.homepage fieldset.search div.location {
  width: 340px;
  padding-right: 34px;
}
section.banner form.homepage fieldset.search div.keyword {
  width: 340px;
  padding-right: 34px;
}
section.banner form.homepage fieldset.search div.jurisdiction {
  width: 340px;
}
section.banner form.homepage fieldset.search div.keyword.wide {
  width: 695px;
}
section.banner form.homepage fieldset.search div.keyword.wide input[type=text] {
  width: 630px;
}
section.banner form.homepage fieldset.search div.submit {
  margin: 0;
  width: 60px;
}
section.banner form.homepage fieldset.search div.submit input[type=submit] {
  background: #53B267 url(../img/icon-search-white.svg) no-repeat 50% 50%;
  background-size: 24px;
  padding: 0;
  margin: 0;
  text-indent: -999em;
  overflow: hidden;
  width: 60px;
  height: 45px;
  border: none;
}
@media screen and (max-width: 1200px) {
  section.banner form.homepage fieldset.search div.keyword,
  section.banner form.homepage fieldset.search div.keyword.wide,
  section.banner form.homepage fieldset.search div.searchType,
  section.banner form.homepage fieldset.search div.location,
  section.banner form.homepage fieldset.search div.jurisdiction {
    width: 100%;
    margin-bottom: 10px;
  }
  section.banner form.homepage fieldset.search div.keyword input,
  section.banner form.homepage fieldset.search div.keyword.wide input,
  section.banner form.homepage fieldset.search div.searchType input,
  section.banner form.homepage fieldset.search div.location input,
  section.banner form.homepage fieldset.search div.jurisdiction input {
    width: 80%;
    background-color: rgba(0, 0, 0, 0);
  }
  section.banner form.homepage fieldset.search div.submit,
  section.banner form.homepage fieldset.search input[type=submit] {
    min-width: 100%;
  }
  section.banner form.homepage fieldset.search ul.select li.main a:link,
  section.banner form.homepage fieldset.search ul.select li.main a:visited {
    background-position: 95% 50%;
  }
  section.banner form.homepage fieldset.search ul.select ul.options {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  section.banner form.homepage {
    margin-top: 0px;
  }
}
html,
body {
  background-color: #0F3556;
}
html.whiteBG {
  background-color: #fff !important;
}
.wrapper {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    max-width: 90%;
  }
}
section {
  max-width: 100%;
}
section.pageWrapper {
  background-color: #fff;
  *zoom: 1;
  padding-bottom: 60px;
}
section.pageWrapper:before,
section.pageWrapper:after {
  content: " ";
  display: table;
}
section.pageWrapper:after {
  clear: both;
}
section.pageWrapper.transparent {
  background-color: transparent;
}
.banner {
  position: relative;
}
.banner .shade {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .wrapper {
  *zoom: 1;
}
.banner .wrapper:before,
.banner .wrapper:after {
  content: " ";
  display: table;
}
.banner .wrapper:after {
  clear: both;
}
.banner.searchResultsBanner {
  background-color: transparent;
  background-image: url(../img/home-page-header-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin: 0;
  height: 450px;
  padding: 160px 0 20px 0;
}
@media screen and (max-width: 1200px) {
  .banner.searchResultsBanner {
    padding: 110px 0 20px 0;
    height: 400px;
  }
}
.banner.searchResultsBanner.community {
  background-image: url(../img/banners/community.jpg);
}
.banner.searchResultsBanner.certifications {
  background-image: url(../img/banners/certifications.jpg);
}
.banner.searchResultsBanner.directory {
  background-image: url(../img/banners/directory.jpg);
}
.banner.searchResultsBanner h1.whiteBannerTitle,
.banner.searchResultsBanner h2.whiteBannerTitle {
  margin: 80px 0 0 0;
  text-shadow: 0 0 15px #000;
  padding: 0;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .banner.searchResultsBanner h1.whiteBannerTitle,
  .banner.searchResultsBanner h2.whiteBannerTitle {
    margin: 40px 0 0 0;
  }
}
.banner.searchResultsBanner h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 26px;
}
@media screen and (max-width: 1200px) {
  .banner.searchResultsBanner h1 {
    padding: 0 20px;
    font-size: 24px;
  }
}
.banner div.coverPhoto {
  position: absolute;
  width: 100%;
  height: 375px;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.searchCategorySwitcher {
  background: #53B267;
}
.searchCategorySwitcher ul {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  *zoom: 1;
}
.searchCategorySwitcher ul:before,
.searchCategorySwitcher ul:after {
  content: " ";
  display: table;
}
.searchCategorySwitcher ul:after {
  clear: both;
}
.searchCategorySwitcher ul li {
  margin: 0 225px 0 0;
  padding: 0;
  float: left;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 600;
  text-align: left;
}
.searchCategorySwitcher ul li a:link,
.searchCategorySwitcher ul li a:visited {
  color: rgba(0, 0, 0, 0.4);
  display: block;
}
.searchCategorySwitcher ul li.active a:link,
.searchCategorySwitcher ul li.active a:visited {
  color: #fff;
}
.searchCategorySwitcher ul li.advanced {
  float: right;
  width: auto;
  font-size: 14px;
  line-height: 1.43;
  padding-top: 5px;
}
@media screen and (max-width: 1200px) {
  .searchCategorySwitcher ul li {
    width: 33%;
    padding: 20px 20px;
    font-size: 18px;
  }
  .searchCategorySwitcher ul li.advanced {
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  .searchCategorySwitcher ul {
    padding: 0;
  }
}
/* ---RESULTS PAGE--- */
section.searchResults.wide .wrapper .content {
  width: 100% !important;
}
section.searchResults .wrapper {
  background: #fff;
}
section.searchResults .wrapper .content {
  float: left;
  width: 900px;
  max-width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  section.searchResults .wrapper .content {
    float: none;
    margin: 0 auto;
    padding: 0 10px;
  }
}
section.searchResults .wrapper .content div.jurisdictions,
section.searchResults .wrapper .content div.alphabetical {
  width: 48%;
  float: left;
}
section.searchResults .wrapper .content div.jurisdictions p,
section.searchResults .wrapper .content div.alphabetical p {
  margin: 0 0 5px 0;
  padding: 0;
}
section.searchResults .wrapper .content ul.certificationListing {
  padding-left: 0;
  *zoom: 1;
}
section.searchResults .wrapper .content ul.certificationListing.columns li {
  padding-left: 0;
  width: 48%;
  float: left;
}
section.searchResults .wrapper .content ul.certificationListing li {
  margin: 0;
  padding: 7px 10px;
  list-style-type: none;
}
section.searchResults .wrapper .content ul.certificationListing:before,
section.searchResults .wrapper .content ul.certificationListing:after {
  content: " ";
  display: table;
}
section.searchResults .wrapper .content ul.certificationListing:after {
  clear: both;
}
section.searchResults .wrapper .content h2.certSubHeading {
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
}
section.searchResults .wrapper aside {
  float: right;
}
section.searchResults .categorySelects {
  *zoom: 1;
}
section.searchResults .categorySelects:before,
section.searchResults .categorySelects:after {
  content: " ";
  display: table;
}
section.searchResults .categorySelects:after {
  clear: both;
}
section.searchResults .categorySelects ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section.searchResults .categorySelects ul > h2 {
  margin-top: 0;
}
section.searchResults .categorySelects ul li.arrow {
  margin-left: -20px;
  width: 40px;
  height: 32px;
  padding: 4px;
  position: relative;
}
section.searchResults .categorySelects ul li.arrow .arrowRight {
  display: inline-block;
  position: absolute;
  top: 8px;
  width: 12px;
  height: 12px;
  opacity: 0.6;
  border: solid #bbbbbb;
  border-width: 0px 2px 2px 0px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media screen and (max-width: 1200px) {
  section.searchResults .categorySelects ul li.arrow {
    margin-left: 0;
  }
}
section.searchResults .categorySelects ul li {
  float: left;
  margin: 0 40px 0 0;
  padding: 0;
}
section.searchResults .categorySelects ul li ul li {
  float: none;
}
@media screen and (max-width: 1200px) {
  section.searchResults .categorySelects ul li {
    margin-right: 10px;
  }
}
section.searchResults .listingSelects {
  *zoom: 1;
}
section.searchResults .listingSelects:before,
section.searchResults .listingSelects:after {
  content: " ";
  display: table;
}
section.searchResults .listingSelects:after {
  clear: both;
}
section.searchResults .listingSelects ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section.searchResults .listingSelects ul li {
  float: left;
  margin-right: 40px;
}
section.searchResults .listingSelects ul li ul li {
  float: none;
}
@media screen and (max-width: 1200px) {
  section.searchResults .listingSelects ul li {
    margin-right: 0px;
  }
}
section.searchResults h4.search-result-query {
  margin: 10px 0;
  font-weight: bold;
}
section.searchResults h4.search-result-title {
  margin: 10px 0;
  text-align: right;
  font-weight: bold;
  font-size: 0.6em;
  text-transform: uppercase;
}
section.searchResults .directory-results.leader .businessResult,
section.searchResults .search-results.leader .businessResult,
section.searchResults .directory-results.pro .businessResult,
section.searchResults .search-results.pro .businessResult {
  background-color: #fffff0;
  border: 1px solid #e4e4e4;
  padding: 10px;
  margin: 15px 0;
}
section.searchResults .directory-results .businessResult,
section.searchResults .search-results .businessResult {
  padding-top: 10px;
  border-bottom: 1px solid #e4e4e4;
}
section.searchResults .directory-results .businessResult.proleader,
section.searchResults .search-results .businessResult.proleader {
  background-color: #fffff0;
  border: 1px solid #e4e4e4;
  padding: 10px;
  margin: 15px 0;
}
section.searchResults .directory-results .businessResult span.result-number,
section.searchResults .search-results .businessResult span.result-number {
  font-size: 0.65em;
}
section.searchResults .directory-results .businessResult p.address,
section.searchResults .search-results .businessResult p.address,
section.searchResults .directory-results .businessResult p.listing-type,
section.searchResults .search-results .businessResult p.listing-type,
section.searchResults .directory-results .businessResult p.description,
section.searchResults .search-results .businessResult p.description {
  margin: 0;
  padding: 5px 0;
}
section.searchResults .directory-results .businessResult p.description,
section.searchResults .search-results .businessResult p.description {
  padding: 0 10px;
  margin: 10px;
  border-left: 2px solid #6DC03B;
  font-style: italic;
}
section.searchResults .directory-results .businessResult p.listing-type,
section.searchResults .search-results .businessResult p.listing-type {
  font-weight: bold;
}
section.searchResults .directory-results .businessResult p.certifications,
section.searchResults .search-results .businessResult p.certifications,
section.searchResults .directory-results .businessResult p.categories,
section.searchResults .search-results .businessResult p.categories {
  margin: 0;
  padding: 5px 0;
}
section.searchResults .directory-results .businessResult p.certifications.green a:link,
section.searchResults .search-results .businessResult p.certifications.green a:link,
section.searchResults .directory-results .businessResult p.categories.green a:link,
section.searchResults .search-results .businessResult p.categories.green a:link,
section.searchResults .directory-results .businessResult p.certifications.green a:visited,
section.searchResults .search-results .businessResult p.certifications.green a:visited,
section.searchResults .directory-results .businessResult p.categories.green a:visited,
section.searchResults .search-results .businessResult p.categories.green a:visited {
  color: #6DC03B;
}
section.searchResults article.businessResult {
  padding-top: 20px;
  clear: both;
}
@media screen and (max-width: 1200px) {
  section.searchResults article.businessResult .businessInfo {
    width: 100%;
  }
}
section.searchResults article.Certifications {
  clear: both;
}
section.searchResults article.Certifications p {
  margin: 0;
  padding: 0;
}
section.searchResults article.Reviews {
  clear: both;
  margin-top: 20px;
}
section.searchResults article.Reviews h2 {
  float: left;
  margin: 0;
  margin-bottom: 10px;
}
section.searchResults article.Reviews a.seeAll {
  float: right;
  margin-bottom: 10px;
}
section.searchResults article.Reviews article.review {
  margin-top: 10px;
  clear: both;
}
@media screen and (max-width: 1200px) {
  section.searchResults .subheading {
    margin-left: 0;
    margin-right: 0;
  }
}
section.searchResults aside {
  float: right;
  width: 250px;
  max-width: 100%;
}
section.searchResults aside .getListedContainer {
  text-align: center;
}
section.searchResults aside .getListedHeading {
  margin-top: 24px;
}
section.searchResults aside .secondaryButton {
  margin-bottom: 30px;
}
section.searchResults aside .subheading.getListed {
  color: #000;
  clear: both;
}
@media screen and (max-width: 1200px) {
  section.searchResults aside .subheading.getListed {
    display: block;
    text-align: center;
  }
}
section.searchResults aside p.secondaryButton.greenSidebar {
  margin: 0 auto 30px auto;
}
section.searchResults aside .catSponsorAdContainer {
  margin-bottom: 20px;
}
section.searchResults aside .catSponsorAdContainer .catSponsorAd {
  margin-bottom: 10px;
  display: block;
}
section.searchResults aside .catSponsorAdContainer .catSponsorAd .ad {
  display: block;
  margin: 0 auto;
  width: 300px;
}
section.searchResults aside .catAdContainer {
  margin-bottom: 20px;
}
section.searchResults aside .catAdContainer .catAd {
  margin-bottom: 20px;
  display: block;
}
section.searchResults aside .catAdContainer .catAd .ad {
  display: block;
  margin: 0 auto;
  width: 300px;
}
section.searchResults aside .sponListingContainer {
  margin-bottom: 20px;
}
section.searchResults aside .sponListingContainer .sidebarBusiness {
  margin-bottom: 10px;
  display: block;
}
section.searchResults aside .sponArticlesContainer {
  margin-bottom: 20px;
}
section.searchResults aside .sponArticlesContainer ul {
  *zoom: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
section.searchResults aside .sponArticlesContainer ul:before,
section.searchResults aside .sponArticlesContainer ul:after {
  content: " ";
  display: table;
}
section.searchResults aside .sponArticlesContainer ul:after {
  clear: both;
}
section.searchResults aside .sponArticlesContainer ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style-type: none;
  float: left;
  width: 380px;
  max-width: 100%;
}
section.searchResults aside .sponArticlesContainer ul li:last-child {
  margin: 0;
}
section.searchResults aside .sponArticlesContainer ul li .authorDetails {
  *zoom: 1;
  margin: 10px 0;
}
section.searchResults aside .sponArticlesContainer ul li .authorDetails:before,
section.searchResults aside .sponArticlesContainer ul li .authorDetails:after {
  content: " ";
  display: table;
}
section.searchResults aside .sponArticlesContainer ul li .authorDetails:after {
  clear: both;
}
section.searchResults aside .sponArticlesContainer ul li p.avatar {
  width: 38px;
  height: 38px;
  background-color: #6DC03B;
  border-radius: 19px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  float: left;
  margin-top: 0px !important;
}
section.searchResults aside .sponArticlesContainer ul li p.author {
  padding: 20px 0 0 0;
  margin: 0px 0 0 30px;
}
section.searchResults aside .sponArticlesContainer ul li p.author a:link,
section.searchResults aside .sponArticlesContainer ul li p.author a:visited {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.35;
  text-align: left;
  color: #000;
}
section.searchResults aside .sponArticlesContainer ul li p.date {
  color: #BFBFC1;
  padding: 0;
  margin: 4px 0 0 30px;
}
section.searchResults aside .sponArticlesContainer ul li p.date,
section.searchResults aside .sponArticlesContainer ul li p.author {
  text-align: left;
  padding: 0 0 0 15px;
  font-size: 15px;
}
section.searchResults aside .sponArticlesContainer ul li p.feature {
  clear: both;
  text-align: left;
  margin: 0;
  padding: 0;
}
section.searchResults aside .sponArticlesContainer ul li p.feature img {
  width: 380px;
  max-width: 100%;
}
section.searchResults aside .sponArticlesContainer ul li h2 {
  margin: 10px 0;
  clear: both;
  font-family: "Source Sans Pro";
  font-size: 21px;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0.5px;
  text-align: left;
}
section.searchResults aside .sponArticlesContainer ul li h2 a:link,
section.searchResults aside .sponArticlesContainer ul li h2 a:visited {
  color: #000000;
}
section.searchResults aside .sponArticlesContainer ul li p.excerpt {
  line-height: 1.5;
  text-align: left;
  margin: 0;
  padding: 0;
}
section.searchResults aside .sponArticlesContainer ul li h3 {
  text-transform: uppercase;
  color: #BFBFC1;
  text-align: left;
  font-size: 11px;
}
section.searchResults aside .sponArticlesContainer ul li p.categories {
  text-align: left;
  width: auto;
  margin: 0;
  padding: 0;
}
section.searchResults aside .sponArticlesContainer ul li p.categories a:link,
section.searchResults aside .sponArticlesContainer ul li p.categories a:visited {
  font-weight: normal;
  text-decoration: none;
  color: #58ADDD;
}
section.searchResults aside .sponArticlesContainer ul li p.categories a:hover {
  font-weight: bold;
}
section.searchResults aside .sponArticlesContainer ul li p.certifications {
  text-align: left;
  width: auto;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  section.searchResults aside .sponArticlesContainer ul {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
}
section.searchResults aside .sponArticlesContainer .sponsoredArticle {
  margin-bottom: 10px;
  display: block;
}
section.searchResults aside .ad {
  display: block;
  margin: 0 auto;
  width: 300px;
}
@media screen and (max-width: 1200px) {
  section.searchResults aside .subheading {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  section.searchResults aside .tags {
    display: block;
    padding: 0 10px;
  }
  section.searchResults aside .tags li {
    float: none;
    display: inline-block;
  }
}
@media screen and (max-width: 1200px) {
  section.searchResults aside {
    float: none !important;
    width: 620px;
    margin: 0 auto;
    padding: 10px;
  }
}
.moreResultsButton {
  background-color: #f3f8f9;
}
.moreResultsButton a {
  padding: 10px;
  height: 40px;
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  color: #bfbfc1 !important;
}
/* ---END OF RESULTS PAGE--- */
.directorySelects.categorySelects {
  *zoom: 1;
}
.directorySelects.categorySelects:before,
.directorySelects.categorySelects:after {
  content: " ";
  display: table;
}
.directorySelects.categorySelects:after {
  clear: both;
}
.directorySelects.categorySelects ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.directorySelects.categorySelects ul li.arrow {
  margin-left: -20px;
  width: 40px;
  height: 32px;
  padding: 4px;
  position: relative;
}
.directorySelects.categorySelects ul li.arrow .arrowRight {
  display: inline-block;
  position: absolute;
  top: 8px;
  width: 12px;
  height: 12px;
  opacity: 0.6;
  border: solid #bbbbbb;
  border-width: 0px 2px 2px 0px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media screen and (max-width: 1200px) {
  .directorySelects.categorySelects ul li.arrow {
    margin-left: 0;
  }
}
.directorySelects.categorySelects ul li {
  float: left;
  margin: 0 40px 0 0;
  padding: 0;
}
.directorySelects.categorySelects ul li ul li {
  float: none;
}
@media screen and (max-width: 1200px) {
  .directorySelects.categorySelects ul li {
    margin-right: 10px;
  }
}
section.businessInfo {
  *zoom: 1;
  padding-top: 180px;
}
section.businessInfo:before,
section.businessInfo:after {
  content: " ";
  display: table;
}
section.businessInfo:after {
  clear: both;
}
section.businessInfo .wrapper {
  background: #fff;
  margin-top: 195px;
  padding: 30px 0 0 0;
}
section.businessInfo .wrapper .content {
  float: left;
  width: 750px;
  max-width: 100%;
}
section.businessInfo .wrapper .content .messageFormButton {
  width: 150px;
  padding: 0;
}
section.businessInfo .wrapper .content .messageFormButton a {
  margin: 12px 0;
  padding: 12px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  section.businessInfo .wrapper .content {
    float: none;
    margin: 0 auto;
  }
}
section.businessInfo .wrapper aside {
  float: right;
  width: 250px;
  max-width: 100%;
}
section.businessInfo .wrapper aside h2.messageFormHeader {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 1200px) {
  section.businessInfo .wrapper aside h2.messageFormHeader {
    margin: 40px 10px 0 10px;
  }
}
section.businessInfo .wrapper aside form#message {
  *zoom: 1;
}
section.businessInfo .wrapper aside form#message:before,
section.businessInfo .wrapper aside form#message:after {
  content: " ";
  display: table;
}
section.businessInfo .wrapper aside form#message:after {
  clear: both;
}
section.businessInfo .wrapper aside form#message div {
  margin: 10px 0 0 0;
}
section.businessInfo .wrapper aside form#message fieldset {
  margin: 0;
}
section.businessInfo .wrapper aside form#message label {
  display: none;
}
section.businessInfo .wrapper aside form#message .buttons {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  section.businessInfo .wrapper aside form#message input[type="submit"] {
    margin: 20px 0 0 0;
    float: left;
    clear: both;
  }
}
@media screen and (max-width: 1200px) {
  section.businessInfo .wrapper aside {
    width: 620px;
    float: none;
    margin: 0 auto;
  }
  section.businessInfo .wrapper aside hr {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  section.businessInfo .wrapper {
    padding: 10px;
  }
}
section.businessInfo article.location.additional {
  float: left;
  width: 50%;
}
section.businessInfo article.location.additional:nth-child(odd) {
  clear: both;
}
section.businessInfo .addressAndDirections.primary {
  border: 1px solid #BFBFC1;
  background-color: #F3F8F9;
  margin: 0 0 5px 5px;
  padding: 5px 10px;
  float: right;
  font-size: 14px;
}
section.businessInfo hr {
  margin: 1em 0;
}
@media screen and (max-width: 1200px) {
  section.businessInfo hr {
    margin: 10px 0;
  }
}
section.businessInfo aside .sidebarListingRecentArticles {
  margin-bottom: 20px;
}
section.businessInfo aside .sidebarListingRecentArticles ul {
  *zoom: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
section.businessInfo aside .sidebarListingRecentArticles ul:before,
section.businessInfo aside .sidebarListingRecentArticles ul:after {
  content: " ";
  display: table;
}
section.businessInfo aside .sidebarListingRecentArticles ul:after {
  clear: both;
}
section.businessInfo aside .sidebarListingRecentArticles ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style-type: none;
  float: left;
  width: 380px;
  max-width: 100%;
}
section.businessInfo aside .sidebarListingRecentArticles ul li:last-child {
  margin: 0;
}
section.businessInfo aside .sidebarListingRecentArticles ul li .authorDetails {
  *zoom: 1;
  margin: 10px 0;
}
section.businessInfo aside .sidebarListingRecentArticles ul li .authorDetails:before,
section.businessInfo aside .sidebarListingRecentArticles ul li .authorDetails:after {
  content: " ";
  display: table;
}
section.businessInfo aside .sidebarListingRecentArticles ul li .authorDetails:after {
  clear: both;
}
section.businessInfo aside .sidebarListingRecentArticles ul li p.avatar {
  width: 38px;
  height: 38px;
  background-color: #6DC03B;
  border-radius: 19px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  float: left;
  margin-top: 0px !important;
}
section.businessInfo aside .sidebarListingRecentArticles ul li p.author {
  padding: 20px 0 0 0;
  margin: 0px 0 0 30px;
}
section.businessInfo aside .sidebarListingRecentArticles ul li p.author a:link,
section.businessInfo aside .sidebarListingRecentArticles ul li p.author a:visited {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.35;
  text-align: left;
  color: #000;
}
section.businessInfo aside .sidebarListingRecentArticles ul li p.date {
  color: #BFBFC1;
  padding: 0;
  margin: 4px 0 0 30px;
}
section.businessInfo aside .sidebarListingRecentArticles ul li p.date,
section.businessInfo aside .sidebarListingRecentArticles ul li p.author {
  text-align: left;
  padding: 0 0 0 15px;
  font-size: 15px;
}
section.businessInfo aside .sidebarListingRecentArticles ul li p.feature {
  clear: both;
  text-align: left;
  margin: 0;
  padding: 0;
}
section.businessInfo aside .sidebarListingRecentArticles ul li p.feature img {
  width: 380px;
  max-width: 100%;
}
section.businessInfo aside .sidebarListingRecentArticles ul li h2 {
  margin: 10px 0;
  clear: both;
  font-family: "Source Sans Pro";
  font-size: 21px;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0.5px;
  text-align: left;
}
section.businessInfo aside .sidebarListingRecentArticles ul li h2 a:link,
section.businessInfo aside .sidebarListingRecentArticles ul li h2 a:visited {
  color: #000000;
}
section.businessInfo aside .sidebarListingRecentArticles ul li p.excerpt {
  line-height: 1.5;
  text-align: left;
  margin: 0;
  padding: 0;
}
section.businessInfo aside .sidebarListingRecentArticles ul li h3 {
  text-transform: uppercase;
  color: #BFBFC1;
  text-align: left;
  font-size: 11px;
}
section.businessInfo aside .sidebarListingRecentArticles ul li p.categories {
  text-align: left;
  width: auto;
  margin: 0;
  padding: 0;
}
section.businessInfo aside .sidebarListingRecentArticles ul li p.categories a:link,
section.businessInfo aside .sidebarListingRecentArticles ul li p.categories a:visited {
  font-weight: normal;
  text-decoration: none;
  color: #58ADDD;
}
section.businessInfo aside .sidebarListingRecentArticles ul li p.categories a:hover {
  font-weight: bold;
}
section.businessInfo aside .sidebarListingRecentArticles ul li p.certifications {
  text-align: left;
  width: auto;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  section.businessInfo aside .sidebarListingRecentArticles ul {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
}
section.businessInfo .location {
  margin: 0 0 20px 0;
}
section.businessInfo .location.primary {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 1200px) {
  section.businessInfo .location.primary {
    margin: 0;
  }
  section.businessInfo .location.primary + .subheading.otherLocationsHeader,
  section.businessInfo .location.primary ~ .location {
    display: none;
  }
}
section.businessInfo .products .product {
  display: inline-block;
}
@media screen and (max-width: 430px) {
  section.businessInfo .products .product {
    white-space: normal;
  }
}
@media screen and (max-width: 1200px) {
  section.businessInfo .products {
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 430px) {
  section.businessInfo .products {
    padding: 0;
    margin: 0 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 250px;
    white-space: nowrap;
    -ms-overflow-style: none !important;
  }
  section.businessInfo .products::-webkit-scrollbar {
    width: 0 !important;
    -webkit-appearance: none !important;
  }
}
section.businessInfo .services .service h2 {
  font-size: 24px;
}
section.businessInfo .services .service h2 a:link,
section.businessInfo .services .service h2 a:visited {
  color: #53B267;
}
section.businessInfo .submitReview {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 1200px) {
  section.businessInfo p.backLink,
  section.businessInfo p.backLink + hr {
    display: none;
  }
}
.intro {
  padding: 65px 15px 5px 15px;
  margin: 0 auto 0 auto;
  width: 1200px;
  text-align: center;
}
.intro h2 {
  margin-top: 75px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.31;
  text-align: center;
  color: #000000;
}
.intro img {
  margin: 0 auto;
}
.trendingList,
.businessesNearYou {
  margin-top: 40px;
}
.trendingList h2,
.businessesNearYou h2 {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-align: left;
  color: #0f3556;
  text-transform: uppercase;
}
.trendingList {
  text-align: center;
}
.trendingList .categories,
.trendingList .certifications {
  width: 570px;
  padding: 0 0 0 160px;
  margin: 0;
  float: left;
}
.trendingList .categories ul,
.trendingList .certifications ul {
  margin: 0;
  padding: 0 0 60px 0;
}
.trendingList .categories ul li,
.trendingList .certifications ul li {
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
  text-align: left;
  line-height: 1;
}
.trendingList .categories ul li a:link,
.trendingList .certifications ul li a:link,
.trendingList .categories ul li a:visited,
.trendingList .certifications ul li a:visited {
  color: #818181;
}
@media screen and (max-width: 1200px) {
  .trendingList .categories ul li,
  .trendingList .certifications ul li {
    display: none;
    text-align: center;
  }
  .trendingList .categories ul li:nth-of-type(1),
  .trendingList .certifications ul li:nth-of-type(1),
  .trendingList .categories ul li:nth-of-type(2),
  .trendingList .certifications ul li:nth-of-type(2),
  .trendingList .categories ul li:nth-of-type(3),
  .trendingList .certifications ul li:nth-of-type(3),
  .trendingList .categories ul li:nth-of-type(4),
  .trendingList .certifications ul li:nth-of-type(4),
  .trendingList .categories ul li:nth-of-type(5),
  .trendingList .certifications ul li:nth-of-type(5) {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .trendingList .categories .primaryButton,
  .trendingList .certifications .primaryButton {
    margin: 20px auto;
  }
}
@media screen and (max-width: 1200px) {
  .trendingList .categories h2,
  .trendingList .certifications h2 {
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .trendingList .categories,
  .trendingList .certifications {
    width: 100%;
    padding: 10px;
  }
}
.trendingList .certifications {
  border-left: 1px solid #E4E4E4;
  padding: 0 0 0 180px;
}
@media screen and (max-width: 1200px) {
  .trendingList .certifications {
    padding: 10px;
    border-left: none;
  }
}
@media screen and (max-width: 1200px) {
  .trendingList {
    margin: 0 auto;
  }
}
.businessesNearYou {
  margin: 40px 0 0 0;
  background: transparent url(../img/leaves-right.png) no-repeat 100% 90%;
}
.businessesNearYou ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
}
.businessesNearYou ul:before,
.businessesNearYou ul:after {
  content: " ";
  display: table;
}
.businessesNearYou ul:after {
  clear: both;
}
.businessesNearYou ul li {
  *zoom: 1;
  margin: 0 40px 0 0;
  padding: 0;
  list-style-type: none;
  width: 270px;
  float: left;
}
.businessesNearYou ul li:before,
.businessesNearYou ul li:after {
  content: " ";
  display: table;
}
.businessesNearYou ul li:after {
  clear: both;
}
.businessesNearYou ul li:last-child {
  margin: 0;
}
.businessesNearYou ul li a:link img,
.businessesNearYou ul li a:visited img {
  width: 270px;
  z-index: 10;
  position: relative;
}
.businessesNearYou ul li a:link img::after,
.businessesNearYou ul li a:visited img::after {
  content: "Sponsored";
  border: 1px solid #f00;
  z-index: 100;
  position: absolute;
  bottom: 0;
  left: 0;
}
.businessesNearYou ul li h2 {
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: capitalize;
  color: #000000;
}
@media screen and (max-width: 1200px) {
  .businessesNearYou ul li h2 {
    font-size: 15px;
    margin: 5px 0 0 0;
  }
}
.businessesNearYou ul li h3 {
  font-size: 13px;
  color: #BFBFC1;
}
@media screen and (max-width: 1200px) {
  .businessesNearYou ul li h3 {
    margin: 0;
  }
}
.businessesNearYou ul li p {
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
.businessesNearYou ul li p a:link,
.businessesNearYou ul li p a:visited {
  color: #53B267;
}
@media screen and (max-width: 1200px) {
  .businessesNearYou ul li p {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .businessesNearYou ul li {
    width: 20%;
    min-width: 150px;
    margin: 10px;
    float: none;
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width: 1200px) {
  .businessesNearYou ul {
    margin: 0 -10px;
    text-align: center;
  }
}
.businessesNearYou p.primaryButton {
  clear: both;
  margin: 60px auto;
}
@media screen and (max-width: 1200px) {
  .businessesNearYou p.primaryButton {
    margin: 20px auto;
  }
}
@media screen and (max-width: 1200px) {
  .businessesNearYou h2 {
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .businessesNearYou {
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    background: none;
  }
}
.whoWhy {
  background-color: #fff;
}
.whoWhy p {
  color: #53B267;
}
.whoWhy aside {
  padding: 130px 0 0 0;
  float: left;
  width: 325px;
}
.whoWhy aside nav {
  *zoom: 1;
}
.whoWhy aside nav:before,
.whoWhy aside nav:after {
  content: " ";
  display: table;
}
.whoWhy aside nav:after {
  clear: both;
}
.whoWhy aside nav ul {
  margin: 0;
  padding: 0 0 0 0;
}
.whoWhy aside nav ul li {
  padding: 0;
  margin: 0 110px 0 0;
  float: left;
}
.whoWhy aside nav ul li.active {
  padding-bottom: 20px;
  border-bottom: 2px solid #ffffff;
}
.whoWhy aside nav ul li.active a:link,
.whoWhy aside nav ul li.active a:visited {
  color: #53B267;
  opacity: 1;
}
.whoWhy aside nav ul li a:link,
.whoWhy aside nav ul li a:visited {
  opacity: 0.4;
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
  color: #53B267;
}
.whoWhy aside nav ul li a:hover,
.whoWhy aside nav ul li a:active {
  text-decoration: none;
  color: #53B267;
}
@media screen and (max-width: 1200px) {
  .whoWhy aside nav ul li {
    margin: 0 50px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .whoWhy aside nav {
    margin-top: 50px;
  }
}
.whoWhy aside h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
  color: #53B267;
}
.whoWhy aside p {
  margin: 0;
  padding: 10px 0;
  line-height: 1.5;
  color: #000;
}
.whoWhy aside p.primaryButton {
  margin-top: 50px;
  padding: 0;
  background-color: #6a9e6f;
}
.whoWhy aside p.primaryButton a {
  padding: 10px 0;
}
@media screen and (max-width: 1200px) {
  .whoWhy aside p.primaryButton {
    margin-top: 0;
  }
}
.whoWhy div.content {
  float: left;
  width: 600px;
  margin: 130px 0 130px 200px;
}
.whoWhy div.content ul {
  margin: 0;
  padding: 0;
}
.whoWhy div.content ul li {
  margin: 0;
  padding: 0 0 30px 0;
  display: block;
  list-style-type: none;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .whoWhy div.content ul li {
    padding: 0;
    margin-bottom: 20px;
    clear: both;
  }
}
.whoWhy div.content ul li p.icon {
  padding: 0;
  line-height: 1;
  width: 120px;
  height: 120px;
  float: left;
  text-align: center;
  margin: 0 25px 25px 0;
}
@media screen and (max-width: 800px) {
  .whoWhy div.content ul li p.icon {
    width: 75px;
    height: 75px;
  }
  .whoWhy div.content ul li p.icon img {
    width: 100%;
    height: auto;
  }
}
.whoWhy div.content ul li p {
  line-height: 1.5;
  padding: 0 0 0 125px;
  width: 555px;
  max-width: 100%;
  color: #000;
}
.whoWhy div.content ul li p strong {
  color: #53B267;
}
@media screen and (max-width: 1200px) {
  .whoWhy div.content ul li p {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .whoWhy div.content ul li p {
    padding-left: 100px;
  }
}
.whoWhy div.content ul.why {
  display: none;
}
@media screen and (max-width: 1200px) {
  .whoWhy aside,
  .whoWhy div.content {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
    float: none;
  }
}
.companiesUsingGreenPages {
  *zoom: 1;
  background-color: #f4f8f9;
  margin-top: 80px;
  padding: 40px 0;
}
.companiesUsingGreenPages:before,
.companiesUsingGreenPages:after {
  content: " ";
  display: table;
}
.companiesUsingGreenPages:after {
  clear: both;
}
.companiesUsingGreenPages ul {
  margin: 0;
  padding: 0 50px;
  *zoom: 1;
}
.companiesUsingGreenPages ul:before,
.companiesUsingGreenPages ul:after {
  content: " ";
  display: table;
}
.companiesUsingGreenPages ul:after {
  clear: both;
}
.companiesUsingGreenPages ul li {
  margin: 0;
  padding: 20px 0 0 0;
  list-style-type: none;
  text-align: center;
  float: left;
  width: 220px;
}
.companiesUsingGreenPages ul li img {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .companiesUsingGreenPages ul li {
    padding: 0;
    display: inline-block;
    float: none;
    width: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .companiesUsingGreenPages ul {
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .companiesUsingGreenPages {
    margin: 0;
    padding: 10px;
  }
}
.articles {
  *zoom: 1;
  margin: 30px 0 0 0;
  background: transparent url(../img/leaves-left.png) no-repeat 0% 90%;
}
.articles:before,
.articles:after {
  content: " ";
  display: table;
}
.articles:after {
  clear: both;
}
.articles ul {
  *zoom: 1;
  padding: 0;
  margin: 0;
}
.articles ul:before,
.articles ul:after {
  content: " ";
  display: table;
}
.articles ul:after {
  clear: both;
}
.articles ul li {
  padding: 0;
  margin: 0 30px 30px 0;
  list-style-type: none;
  float: left;
  width: 380px;
  max-width: 100%;
  min-height: 540px;
}
.articles ul li:nth-child(3),
.articles ul li:last-child {
  margin: 0 0 30px 0;
}
.articles ul li .authorDetails {
  *zoom: 1;
  margin: 10px 0;
  position: relative;
  width: 100%;
}
.articles ul li .authorDetails:before,
.articles ul li .authorDetails:after {
  content: " ";
  display: table;
}
.articles ul li .authorDetails:after {
  clear: both;
}
.articles ul li .authorDetails span.sponsored {
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2px 4px;
  top: 0;
  right: 0;
  position: absolute;
}
.articles ul li p.avatar {
  width: 38px;
  height: 38px;
  background-color: #6DC03B;
  border-radius: 19px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  float: left;
  margin-top: 0px !important;
}
.articles ul li p.author {
  padding: 20px 0 0 0;
  margin: 0px 0 0 30px;
}
.articles ul li p.author a:link,
.articles ul li p.author a:visited {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.35;
  text-align: left;
  color: #000;
}
.articles ul li p.date {
  color: #BFBFC1;
  padding: 0;
  margin: 4px 0 0 30px;
}
.articles ul li p.date,
.articles ul li p.author {
  text-align: left;
  padding: 0 0 0 15px;
  font-size: 15px;
}
.articles ul li p.feature {
  clear: both;
  text-align: left;
  margin: 0;
  padding: 0;
}
.articles ul li p.feature img {
  display: none;
  width: 380px;
  max-width: 100%;
}
.articles ul li h2 {
  margin: 10px 0;
  clear: both;
  font-family: "Source Sans Pro";
  font-size: 21px;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000000;
  height: 50px;
  max-height: 50px;
}
.articles ul li p.excerpt {
  line-height: 1.5;
  text-align: left;
  margin: 0;
  font-size: 16px;
  padding: 0;
  height: 170px;
  max-height: 170px;
}
.articles ul li h3 {
  text-transform: uppercase;
  color: #BFBFC1;
  text-align: left;
  font-size: 11px;
}
.articles ul li p.categories {
  text-align: left;
  width: auto;
  margin: 0;
  padding: 0;
}
.articles ul li p.categories a:link,
.articles ul li p.categories a:visited {
  font-weight: normal;
  text-decoration: none;
  color: #58ADDD;
}
.articles ul li p.categories a:hover {
  font-weight: bold;
}
.articles ul li p.certifications {
  text-align: left;
  width: auto;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .articles ul {
    width: 940px;
    max-width: 100%;
    margin: 0 auto;
  }
  .articles ul li {
    width: 46%;
    margin: 2% 20px 2% 0;
  }
}
@media screen and (max-width: 900px) {
  .articles ul {
    margin: 4%;
    width: 92%;
  }
  .articles ul li {
    float: none;
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.articles.trending {
  background: none;
}
@media screen and (max-width: 1200px) {
  .articles.trending .wrapper {
    margin-bottom: 0;
  }
}
.articles.trending p.feature img {
  display: block;
}
@media screen and (max-width: 1200px) {
  .articles.sidebar li {
    *zoom: 1;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .articles.sidebar li:before,
  .articles.sidebar li:after {
    content: " ";
    display: table;
  }
  .articles.sidebar li:after {
    clear: both;
  }
  .articles.sidebar li .avatar,
  .articles.sidebar li .author,
  .articles.sidebar li .date,
  .articles.sidebar li .excerpt,
  .articles.sidebar li .categories,
  .articles.sidebar li h3 {
    display: none;
  }
  .articles.sidebar li .feature {
    width: 40%;
    float: left;
  }
  .articles.sidebar li h2 {
    width: 60%;
    float: right;
    clear: none;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .articles {
    margin: 0;
    padding: 0 10px;
    background: none;
  }
}
section.page {
  padding-top: 80px;
}
@media screen and (min-width: 1200px) {
  section.page aside {
    width: 250px;
    margin: 0 0 0 0;
    float: left;
  }
}
@media screen and (max-width: 1200px) {
  section.page aside {
    display: none;
  }
  section.page aside nav.sidebar {
    display: none;
  }
}
section.page aside h2 {
  text-transform: uppercase;
  margin: 10px 0 5px 0;
  font-size: 18px;
}
section.page aside ul {
  margin: 0;
  padding: 0 0 20px 0;
}
section.page aside ul li {
  margin: 0 0 8px 10px !important;
  padding: 0;
  color: #0f3556;
  font-weight: bold;
  font-size: 16px;
}
section.page aside ul li a:link,
section.page aside ul li a:visited {
  font-family: Lato, sans-serif;
  color: #0f3556;
  line-height: 20px;
  opacity: 0.5;
}
section.page aside ul li a:link.active,
section.page aside ul li a:visited.active {
  opacity: 1;
}
section.page aside ul li a:hover,
section.page aside ul li a:active {
  opacity: 1;
  text-decoration: none;
}
section.page aside ul li ul {
  margin: 0 0 60px 0 !important;
  padding: 0 !important;
}
section.page aside ul li ul li {
  font-size: 15px;
  margin: 0 !important;
  padding: 12px 0 0 0 !important;
}
section.page aside ul li ul li a:link,
section.page aside ul li ul li a:visited {
  font-weight: normal;
  text-transform: none;
  color: #000000;
  opacity: 0.4;
}
section.page aside ul li ul li a:link.active,
section.page aside ul li ul li a:visited.active {
  opacity: 1;
}
section.page aside ul li ul li a:hover,
section.page aside ul li ul li a:active {
  opacity: 1;
  text-decoration: none;
}
section.page aside nav.sidebar {
  padding-top: 0;
}
@media screen and (max-width: 1200px) {
  section.page aside {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  section.page aside h2 {
    margin: 20px 0;
  }
  section.page aside ul {
    margin: 0 0 20px 0;
  }
  section.page aside ul li {
    display: inline-block;
    margin: 0 30px;
  }
  section.page aside .primaryButton {
    margin: 0 auto;
  }
}
section.page .content {
  float: left;
  max-width: 900px;
  width: 90%;
  margin-bottom: 50px;
  clear: none !important;
}
section.page .content h3 {
  color: #53B267;
}
section.page .content h3 span {
  color: #58ADDD;
}
section.page .content h4 {
  color: #0F3556;
  line-height: 1.5;
}
section.page .content p.secondaryButton {
  margin-top: 10px;
}
section.page .content .infoText {
  border-left: 2px solid #E4E4E4;
  color: #BFBFC1;
  padding: 5px;
  margin: 20px 0 20px 5px;
  font-style: italic;
}
section.page .content img.illustration.one {
  margin: 0 0 0 20px;
}
section.page .content img.illustration.two {
  margin-left: 40px;
}
section.page .content img.illustration.three {
  margin-left: 40px;
}
@media screen and (max-width: 1200px) {
  section.page .content img.illustration.two {
    margin-left: 0px;
  }
  section.page .content img.illustration.three {
    margin-left: 0px;
  }
}
section.page .content .catSponsorAdContainer .ad {
  margin-bottom: 10px;
}
section.page .content div.columns {
  *zoom: 1;
}
section.page .content div.columns:before,
section.page .content div.columns:after {
  content: " ";
  display: table;
}
section.page .content div.columns:after {
  clear: both;
}
section.page .content div.columns p {
  margin: 10px 0 12px 0;
  padding: 0;
}
section.page .content div.columns.col-2 p {
  float: left;
  width: 40%;
  margin: 0 10% 40px 0;
}
section.page .content div.columns.col-2 p:last-child {
  margin: 0;
}
@media screen and (max-width: 600px) {
  section.page .content div.columns p {
    width: 100% !important;
    margin: 0;
  }
}
section.page .content .imageText {
  width: 900px;
  max-width: 100%;
  margin: 25px auto 75px auto;
  *zoom: 1;
}
section.page .content .imageText:before,
section.page .content .imageText:after {
  content: " ";
  display: table;
}
section.page .content .imageText:after {
  clear: both;
}
section.page .content .imageText.forest {
  background: #6DC03B url(../img/forest-green.png) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
section.page .content .imageText.suits {
  background: #58ADDD url(../img/suits-blue.png) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
section.page .content .imageText.crew {
  background: #6DC03B url(../img/crew-green.png) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
section.page .content .imageText h2 {
  color: #fff;
  padding: 85px 80px 10px 80px;
  font-size: 26px;
}
section.page .content .imageText p {
  color: #fff;
  font-size: 17px;
  padding: 10px 80px 90px 80px;
  text-align: right;
  font-style: italic;
}
@media screen and (max-width: 600px) {
  section.page .content .imageText {
    padding: 50px 30px 30px 30px;
  }
  section.page .content .imageText h2,
  section.page .content .imageText p {
    padding: 0;
    margin: 0 0 20px 0;
  }
}
section.page .content ul.values {
  margin: 0;
  padding: 0;
}
section.page .content ul.values li {
  margin: 0;
  padding: 20px 40px 0 0;
  width: 50%;
  list-style-type: none;
  float: left;
}
section.page .content ul.values li img {
  float: left;
  width: 75px;
}
section.page .content ul.values li h2,
section.page .content ul.values li p {
  margin: 0 0 0 90px;
}
section.page .content ul.values li h2 {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  section.page .content ul.values li {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  section.page .content {
    padding: 10px;
    margin: 0 auto;
    float: none;
  }
}
section.page .content.results {
  float: none;
  width: 100%;
  max-width: 1200px;
}
section.page .content.results.wide {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
section.page .content.results.wide h2 {
  margin: 0;
  padding: 0;
  color: #53B267;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  section.page .content.results.wide h2 {
    padding: 0 10px;
  }
}
section.page .content.results .results-panel {
  clear: both;
  display: both;
  margin: 75px 0 0 0;
}
section.page .content.results .results-panel h2 {
  font-size: 28px;
  color: #6DC03B;
  text-transform: uppercase;
}
section.page .content.results .results-panel h4 {
  font-size: 24px;
  text-align: center;
  color: #888;
}
section.page .content.results .results-panel ul.sectors-subcategories {
  margin: 40px auto;
  padding: 0;
  width: 350px;
  list-style-type: none;
  *zoom: 1;
}
section.page .content.results .results-panel ul.sectors-subcategories:before,
section.page .content.results .results-panel ul.sectors-subcategories:after {
  content: " ";
  display: table;
}
section.page .content.results .results-panel ul.sectors-subcategories:after {
  clear: both;
}
section.page .content.results .results-panel ul.sectors-subcategories li {
  padding: 20px 0 0 0;
  font-size: 65px;
  font-weight: 700;
  border-radius: 5px;
  width: 150px;
  height: 150px;
  float: left;
  text-align: center;
  color: #fff;
  line-height: 1.15;
}
section.page .content.results .results-panel ul.sectors-subcategories li:first-child {
  margin: 0 25px 0 0;
  background-color: #53B267;
}
section.page .content.results .results-panel ul.sectors-subcategories li:last-child {
  margin: 0 0 0 25px;
  background-color: #5FA7EF;
}
section.page .content.results .results-panel ul.sectors-subcategories li span {
  font-size: 20px;
  display: block;
  font-weight: 400;
}
section.page .content.results .results-panel ul.listing-types {
  margin: 40px 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
section.page .content.results .results-panel ul.listing-types:before,
section.page .content.results .results-panel ul.listing-types:after {
  content: " ";
  display: table;
}
section.page .content.results .results-panel ul.listing-types:after {
  clear: both;
}
section.page .content.results .results-panel ul.listing-types li {
  margin: 0 10px 20px 0;
  padding: 40px 0 0 0;
  border-radius: 500px;
  color: #fff;
  float: left;
  text-align: center;
  width: 140px;
  height: 140px;
}
section.page .content.results .results-panel ul.listing-types li:nth-child(1),
section.page .content.results .results-panel ul.listing-types li:nth-child(5) {
  background-color: #53B267;
}
section.page .content.results .results-panel ul.listing-types li:nth-child(2),
section.page .content.results .results-panel ul.listing-types li:nth-child(6) {
  background-color: #5FA7EF;
}
section.page .content.results .results-panel ul.listing-types li:nth-child(3),
section.page .content.results .results-panel ul.listing-types li:nth-child(7) {
  background-color: #6DC03B;
}
section.page .content.results .results-panel ul.listing-types li:nth-child(4),
section.page .content.results .results-panel ul.listing-types li:nth-child(8) {
  background-color: #F08668;
}
section.page .content.results .results-panel ul.listing-types li:last-child {
  margin: 0;
}
section.page .content.results .results-panel ul.listing-types li:nth-child(5),
section.page .content.results .results-panel ul.listing-types li:nth-child(6),
section.page .content.results .results-panel ul.listing-types li:nth-child(7) {
  padding: 60px 0 0 0;
}
section.page .content.results .results-panel.wide {
  margin: 10px 0 0 0;
  padding: 40px 0 30px 0;
  background-color: #E4E4E4;
}
section.page .content.results .results-panel.wide ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
@media (max-width: 1200px) {
  section.page .content.results .results-panel.wide ul {
    margin: 10px;
  }
}
section.page .content.results .results-panel.wide ul:before,
section.page .content.results .results-panel.wide ul:after {
  content: " ";
  display: table;
}
section.page .content.results .results-panel.wide ul:after {
  clear: both;
}
section.page .content.results .results-panel.wide ul li {
  padding: 75px 1% 50px 1%;
  float: left;
  background-color: #fff;
  border-radius: 10px;
  width: 22.75%;
  height: 250px;
  margin: 1% 3% 2% 0;
  font-size: 70px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
section.page .content.results .results-panel.wide ul li:nth-child(4),
section.page .content.results .results-panel.wide ul li:nth-child(8) {
  margin: 1% 0;
}
@media (max-width: 850px) {
  section.page .content.results .results-panel.wide ul li {
    width: 48%;
    height: 250px;
    margin: 1% 2% 2% 0;
  }
  section.page .content.results .results-panel.wide ul li:nth-child(2),
  section.page .content.results .results-panel.wide ul li:nth-child(4),
  section.page .content.results .results-panel.wide ul li:nth-child(6),
  section.page .content.results .results-panel.wide ul li:nth-child(8) {
    margin: 1% 0 2% 0;
  }
}
@media (max-width: 500px) {
  section.page .content.results .results-panel.wide ul li {
    width: 90%;
    height: 250px;
    margin: 2% 5% !important;
    float: none;
  }
}
section.page .content.results .results-panel.wide ul li span {
  font-size: 22px;
  line-height: 1.1;
  display: block;
  clear: both;
  font-weight: 300;
  color: #888;
}
section.page .content.results .results-panel.wide ul li:nth-child(5) {
  padding-top: 40px;
}
section.page .content.results .results-panel.wide ul li:nth-child(1) {
  color: #53B267;
}
section.page .content.results .results-panel.wide ul li:nth-child(2) {
  color: #5FA7EF;
}
section.page .content.results .results-panel.wide ul li:nth-child(3) {
  color: #6DC03B;
}
section.page .content.results .results-panel.wide ul li:nth-child(4) {
  color: #F08668;
}
section.page .content.results .results-panel.wide ul li:nth-child(5) {
  color: #F08668;
}
section.page .content.results .results-panel.wide ul li:nth-child(6) {
  color: #6DC03B;
}
section.page .content.results .results-panel.wide ul li:nth-child(7) {
  color: #5FA7EF;
}
section.page .content.results .results-panel.wide ul li:nth-child(8) {
  color: #53B267;
}
section.page .content.results .results-panel.wide ul li.arrow {
  position: relative;
}
section.page .content.results .results-panel.wide ul li.arrow img {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -25px;
  left: calc(50% - 40px);
}
section.page .content.results .results-panel .wrapper {
  *zoom: 1;
}
section.page .content.results .results-panel .wrapper:before,
section.page .content.results .results-panel .wrapper:after {
  content: " ";
  display: table;
}
section.page .content.results .results-panel .wrapper:after {
  clear: both;
}
section.page .content.results .results-panel .graph {
  width: 31%;
  float: left;
  margin: 0 2% 0 0;
  font-size: 18px;
}
@media (max-width: 1200px) {
  section.page .content.results .results-panel .graph {
    width: 46%;
  }
  section.page .content.results .results-panel .graph:nth-child(3) {
    clear: both;
  }
}
@media (max-width: 600px) {
  section.page .content.results .results-panel .graph {
    width: 90%;
    margin: 0 5% !important;
    float: none !important;
    clear: both;
  }
}
section.page .content.results .results-panel .graph h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
}
section.page .content.results .results-panel .graph img {
  display: block;
  width: 250px;
  max-width: 80%;
  margin: 50px 0 40px 0;
}
section.page .content.results .results-panel .graph:nth-child(2) img {
  margin-top: 0;
}
section.page .content.results .results-panel .graph ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.page .content.results .results-panel .graph ul li {
  margin: 0;
  padding: 10px 0 10px 50px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
section.page .content.results .results-panel .graph ul li:nth-child(1) {
  background-image: url(../img/green-dot.svg);
  background-size: 24px;
}
section.page .content.results .results-panel .graph ul li:nth-child(2) {
  background-image: url(../img/blue-dot.svg);
  background-size: 24px;
}
section.page .content.results .results-panel .graph ul li:nth-child(3) {
  background-image: url(../img/green2-dot.svg);
  background-size: 24px;
}
section.page .content.results .results-panel .graph ul li:nth-child(4) {
  background-image: url(../img/orange-dot.svg);
  background-size: 24px;
}
section.page .content.results .results-panel .graph ul li span {
  float: left;
  width: 40px;
  margin: 0 5% 0 0;
}
section.page .content.corporate {
  margin: 0 0 50px 0;
}
section.page .content.corporate h2 {
  font-size: 26px;
}
section.page .content.corporate h3 {
  font-size: 14px;
  text-transform: uppercase;
}
section.page .content.corporate h4 {
  font-size: 22px;
}
section.page .content.corporate .boardMember h2,
section.page .content.corporate .boardMember h3 {
  margin: 5px 0 0 0;
}
section.page .content.corporate div.pledgeSlogan {
  margin: 50px 100px 60px 100px;
}
section.page .content.corporate div.pledgeSlogan img {
  float: left;
  margin: 0 20px 0 0;
}
section.page .content.corporate div.pledgeSlogan h3 {
  padding: 10px 0 0 10px;
  text-transform: uppercase;
}
section.page .content.corporate article.plans {
  margin: 30px 0 0 0;
}
section.page .content.corporate article.plans h3 {
  text-transform: none;
}
section.page .content.corporate #advertise h4 {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  section.page {
    padding-top: 0;
  }
}
footer {
  padding: 30px 0 80px 0;
  background-color: #0F3556;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  footer {
    padding: 30px 0 40px 0;
  }
}
footer .content {
  float: left;
  width: 400px;
  max-width: 100%;
}
footer .content h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  footer .content h2 {
    width: 400px;
    max-width: 100%;
    margin: 0 auto 20px auto;
    padding: 0 50px;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  footer .content p.primaryButton.blue.long {
    margin: 0 auto 50px auto !important;
  }
}
footer .content p.copyright {
  margin: 0;
  padding: 0;
  margin-top: 60px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1200px) {
  footer .content p.copyright {
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  footer .content {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  footer .content p {
    text-align: center;
  }
  footer .content p a {
    display: block;
  }
}
footer nav {
  *zoom: 1;
  float: right;
  text-align: center;
  width: 610px;
}
footer nav:before,
footer nav:after {
  content: " ";
  display: table;
}
footer nav:after {
  clear: both;
}
footer nav ul {
  padding: 0 0 0 30px;
  margin-top: 20px;
  float: left;
}
footer nav ul.social li {
  text-align: left;
}
footer nav ul.social li a:link,
footer nav ul.social li a:visited {
  display: block;
  text-transform: lowercase;
  padding: 6px 0 6px 28px;
  background-size: 24px !important;
}
footer nav ul.social li a:link.facebook-blue,
footer nav ul.social li a:visited.facebook-blue {
  background: transparent url(../img/icon-facebook-blue.png) no-repeat 0 50%;
}
footer nav ul.social li a:link.instagram-blue,
footer nav ul.social li a:visited.instagram-blue {
  background: transparent url(../img/icon-instagram-blue.png) no-repeat 0 50%;
}
footer nav ul.social li a:link.twitter-blue,
footer nav ul.social li a:visited.twitter-blue {
  background: transparent url(../img/icon-twitter-blue.png) no-repeat 0 50%;
}
footer nav ul.social li a:link.youtube-blue,
footer nav ul.social li a:visited.youtube-blue {
  background: transparent url(../img/icon-youtube-blue.png) no-repeat 0 50%;
}
footer nav ul.social li a:link.linkedin-blue,
footer nav ul.social li a:visited.linkedin-blue {
  background: transparent url(../img/icon-linkedin-blue.png) no-repeat 0 50%;
}
footer nav ul li {
  line-height: 1.2;
  padding: 2px 10px;
}
footer nav ul li a:link,
footer nav ul li a:visited {
  text-transform: uppercase;
  font-size: 15px;
}
@media screen and (max-width: 800px) {
  footer nav ul li {
    margin: 10px 0 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  footer nav ul {
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
    max-width: 120px;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (max-width: 800px) {
  footer nav ul {
    margin: 20px auto 0 auto;
    padding-bottom: 20px;
    border-bottom: 2px solid #58ADDD;
    display: block;
    max-width: 200px;
  }
  footer nav ul:last-child {
    border: none;
  }
}
@media screen and (max-width: 1200px) {
  footer nav {
    width: 400px;
    max-width: 100%;
    float: none;
    margin: 10px auto 10px auto;
    text-align: center;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  footer .wrapper {
    padding-bottom: 30px;
  }
}
label[for="monthlyRates"],
label[for="annualRates"] {
  font-weight: 600;
}
nav.account {
  width: auto;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  nav.account {
    display: block;
  }
  nav.account li {
    display: block;
  }
}
nav.account ul {
  margin: 0;
  padding: 0;
}
nav.account ul li {
  margin: 0;
  padding: 0;
}
nav.account ul li.login,
nav.account ul li.signup {
  margin: 10px;
}
nav.account ul li p.avatar {
  margin-top: 0;
  margin-right: 10px;
}
nav.account ul li.menu {
  position: relative;
}
nav.account ul li.menu a.openAccountMenu:link,
nav.account ul li.menu a.openAccountMenu:visited {
  padding-top: 10px;
  display: block;
}
nav.account ul li.menu nav.accountDropdown {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
}
nav.account ul li.menu nav.accountDropdown ul {
  margin: 0;
  padding: 0;
  width: 175px;
  border-radius: 5px;
  box-shadow: 0 0 6px #ccc;
  background-color: #fff;
}
nav.account ul li.menu nav.accountDropdown ul li {
  float: none;
  display: block;
  text-align: left;
  padding: 0;
}
nav.account ul li.menu nav.accountDropdown ul li:first-child a:link,
nav.account ul li.menu nav.accountDropdown ul li:first-child a:visited {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
nav.account ul li.menu nav.accountDropdown ul li:last-child a:link,
nav.account ul li.menu nav.accountDropdown ul li:last-child a:visited {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
nav.account ul li.menu nav.accountDropdown ul li a:link,
nav.account ul li.menu nav.accountDropdown ul li a:visited {
  text-align: left;
  color: #6DC03B;
  font-size: 13px;
  font-weight: normal;
  text-transform: capitalize;
  display: block;
  padding: 4px 10px;
}
nav.account ul li.menu nav.accountDropdown ul li a:hover,
nav.account ul li.menu nav.accountDropdown ul li a:active {
  background-color: #6DC03B;
  color: #fff;
  text-decoration: none;
}
nav.account ul li.menu nav.accountDropdown ul li ul.listings {
  border-radius: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  float: none;
  width: auto;
  border-top: 1px solid #BFBFC1;
  border-bottom: 1px solid #BFBFC1;
}
nav.account ul li.menu nav.accountDropdown ul li ul.listings li {
  margin: 0;
  padding: 0;
  line-height: 1;
}
nav.account ul li.menu nav.accountDropdown ul li ul.listings li a:link,
nav.account ul li.menu nav.accountDropdown ul li ul.listings li a:visited {
  color: #888;
  font-size: 12px;
  padding: 8px 18px;
  border-radius: 0;
}
nav.account ul li.menu nav.accountDropdown ul li ul.listings li a:hover,
nav.account ul li.menu nav.accountDropdown ul li ul.listings li a:active {
  color: #fff;
}
nav.mobile {
  z-index: 500;
}
/*---------------------------------------------------------------------
 *
 *  FORM SEARCH HEADER
 *
 *-------------------------------------------------------------------*/
ul.jurisdiction li.main {
  border-bottom: none;
}
.register .registerContainer .registerContent.login {
  margin: 0 auto;
  height: auto;
  min-height: auto;
  float: none;
}
@media screen and (max-width: 600px) {
  .editProfile {
    padding: 0 10px 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .editProfile .tableWrapper {
    display: block;
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 400px;
  }
}
.editProfile .content {
  margin-top: 0 !important;
}
.editProfile .listingContent {
  margin-top: 25px;
  *zoom: 1;
}
.editProfile .listingContent:before,
.editProfile .listingContent:after {
  content: " ";
  display: table;
}
.editProfile .listingContent:after {
  clear: both;
}
@media screen and (max-width: 1200px) {
  .editProfile .listingContent {
    width: 100%;
  }
}
.editProfile h1 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 8px 0;
  color: rgba(155, 155, 155, 0.7);
}
.editProfile form#article .NSWAT_UI_PhotoGallery .qq-upload-button div {
  padding: 11px 21px;
  margin: 0;
  font-size: 13px;
  text-align: center;
  width: 260px;
  border-radius: 25px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #53B267;
}
.editProfile form#products #countryContainer ul.options {
  max-height: 300px;
}
.editProfile .business {
  display: block;
  padding: 0 0 30px 40px;
  margin-top: 50px;
  border-bottom: 1px solid #e4e4e4;
}
.editProfile .business .businessInfo {
  width: 500px;
}
@media screen and (max-width: 800px) {
  .editProfile .business .businessInfo {
    width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .editProfile .business .businessInfo {
    width: 170px;
    float: none;
    display: inline-block;
  }
}
@media screen and (max-width: 1200px) {
  .editProfile .business .businessInfo .businessType {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .editProfile .business {
    padding-left: 0;
  }
}
.editProfile .business .businessInfo ul.businessContact {
  margin: 0;
  padding: 0;
}
.editProfile .business .businessInfo ul.businessContact li {
  padding: 0;
  margin: 0;
}
.editProfile .business .businessInfo ul.businessContact li .contactType {
  display: inline-block;
  margin-right: 30px;
  width: 100px;
}
@media screen and (max-width: 600px) {
  .editProfile .business .businessInfo ul.businessContact li {
    margin: 0;
  }
  .editProfile .business .businessInfo ul.businessContact li .contactType {
    margin-right: 10px;
  }
}
.editProfile .business .businessLogo {
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .editProfile .business .businessLogo {
    width: 140px;
    margin-right: 5px;
    position: static;
  }
}
@media screen and (max-width: 600px) {
  .editProfile .business .businessLogo {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
.editProfile .profileControls {
  float: right;
}
.editProfile .profileControls .profilePreview {
  font-family: 'Source Sans Pro', sans-serif;
  width: 162px;
  display: block;
  padding: 15px 0;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  background-color: #3876f1;
}
@media screen and (max-width: 600px) {
  .editProfile .profileControls .profilePreview {
    float: left;
  }
}
.editProfile .profileControls ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 25px 0;
}
.editProfile .profileControls ul li {
  margin: 0 0 0 15px;
  padding: 0;
  width: 40px;
  height: 40px;
  background: lightgreen;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .editProfile .profileControls ul {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .editProfile .profileControls {
    float: none;
    width: 100%;
    margin: 10px 0;
  }
}
.editProfile aside {
  float: left;
  width: 160px;
  border-right: solid 1px #e4e4e4;
}
@media screen and (max-width: 1200px) {
  .editProfile aside {
    display: none;
  }
}
.editProfile aside nav ul {
  padding: 0;
  margin: 0;
}
.editProfile aside nav ul li {
  margin: 0;
  padding: 20px 20px 20px 0;
}
.editProfile aside nav ul li.active {
  border-right: solid 5px #58addd;
}
.editProfile aside nav ul li.active a {
  color: #58addd;
}
.editProfile aside nav ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.4);
}
.editProfile .editContent {
  float: left;
  width: 900px;
  margin: 0 0 0 50px;
  padding: 0 0 0 0;
}
.editProfile .editContent.profileContent {
  margin: 25px 0 0 0;
  *zoom: 1;
}
.editProfile .editContent.profileContent:before,
.editProfile .editContent.profileContent:after {
  content: " ";
  display: table;
}
.editProfile .editContent.profileContent:after {
  clear: both;
}
@media screen and (max-width: 1200px) {
  .editProfile .editContent.profileContent {
    padding: 0 20px 0 20px;
    width: 100%;
  }
}
.editProfile .editContent .topActions .advertButtonAction {
  float: left;
  margin-right: 10px;
}
.editProfile .editContent .topActions .advertButtonAction a {
  padding: 20px 10px;
}
.editProfile .editContent .NSWAT_UI_DataTable_NumRows {
  clear: both;
}
@media screen and (max-width: 1200px) {
  .editProfile .editContent {
    padding: 10px 0;
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
.editProfile .editContent table#ad .rowAdImagesStatus_false {
  display: block;
  width: 25px;
  height: 25px;
}
.editProfile .editContent table#ad .rowAdImagesStatus_false a {
  display: none;
  width: 100%;
  height: 100%;
}
.editProfile .editContent table#ad .rowAdImagesStatus_false a img {
  display: none;
}
.editProfile .editContent table#ad .rowAdImagesStatus_true {
  display: block;
}
.editProfile .editContent table#ad .rowAdImagesStatus_true a {
  display: block;
  width: 100%;
  height: 100%;
}
.editProfile .editContent table#ad .rowAdImagesStatus_true a img {
  border: 1px solid #53B267;
  width: 150px;
  padding: 1px;
}
.editProfile .editContent form fieldset {
  margin: 0;
}
.editProfile .editContent form fieldset .NSWAT_UI_Textbox,
.editProfile .editContent form fieldset .NSWAT_UI_HTMLEditor,
.editProfile .editContent form fieldset .NSWAT_UI_PhotoGallery,
.editProfile .editContent form fieldset .NSWAT_UI_GRID_CONTAINER {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .editProfile .editContent form fieldset {
    margin: 0;
  }
}
@media screen and (max-width: 400px) {
  .editProfile .editContent form .cke {
    max-width: 320px;
  }
}
.editProfile .editContent form input[type="text"] {
  width: 100%;
  color: #000;
  margin: 0;
  padding: 0 0 10px 0;
}
.editProfile .editContent form .qq-upload-button div {
  padding: 11px 21px;
  margin: 0;
  font-size: 13px;
  text-align: center;
  width: 260px;
  border-radius: 25px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #53B267;
}
.editProfile .editContent form .Textarea label {
  display: block;
  margin-bottom: 15px;
}
.editProfile .editContent form .Textarea label span {
  float: right;
  color: #58addd;
}
.editProfile .editContent form .Textarea textarea {
  border-bottom: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  border-top: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .editProfile .editContent form table {
    width: 320px;
  }
  .editProfile .editContent form table tr {
    width: 320px;
  }
  .editProfile .editContent form table td,
  .editProfile .editContent form table th {
    max-width: 50%;
    display: inline-block;
  }
}
.editProfile .editContent form#advertSponsoredListing,
.editProfile .editContent form#advertCategoryAd,
.editProfile .editContent form#advertSponsoredArticle {
  /*background: red;*/
}
.editProfile .editContent form#advertSponsoredListing .buttons,
.editProfile .editContent form#advertCategoryAd .buttons,
.editProfile .editContent form#advertSponsoredArticle .buttons {
  position: static;
  z-index: auto;
  bottom: auto;
  left: auto;
  right: auto;
  text-align: left;
}
.editProfile .editContent form#advertSponsoredListing .buttons input,
.editProfile .editContent form#advertCategoryAd .buttons input,
.editProfile .editContent form#advertSponsoredArticle .buttons input {
  margin-top: 0;
}
.editProfile .editContent form .buttons {
  *zoom: 1;
  z-index: 10000;
  text-align: center;
}
.editProfile .editContent form .buttons:before,
.editProfile .editContent form .buttons:after {
  content: " ";
  display: table;
}
.editProfile .editContent form .buttons:after {
  clear: both;
}
.editProfile .editContent form .buttons input,
.editProfile .editContent form .buttons button {
  width: 300px;
  padding: 15px 0;
  border: none;
  font-size: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 0.5px;
  float: none;
}
.editProfile .editContent form .buttons input#btnCancel,
.editProfile .editContent form .buttons button#btnCancel {
  background-color: #e4e4e4;
  border-radius: 0;
  display: none;
}
.editProfile .editContent form .buttons input#btnCancel a:link,
.editProfile .editContent form .buttons button#btnCancel a:link,
.editProfile .editContent form .buttons input#btnCancel a:visited,
.editProfile .editContent form .buttons button#btnCancel a:visited {
  color: #4a4a4a;
}
.editProfile .editContent form .buttons input#btnSubmit,
.editProfile .editContent form .buttons button#btnSubmit {
  border-radius: 0;
  color: #fff;
  background-color: #6cbd7d;
}
@media screen and (max-width: 600px) {
  .editProfile .editContent form .buttons {
    width: 100%;
  }
  .editProfile .editContent form .buttons input,
  .editProfile .editContent form .buttons button {
    width: 50%;
  }
}
p.avatar img {
  border-radius: 19px;
  vertical-align: top;
}
p.address {
  margin: 0;
  padding: 0 0;
}
#commitContainer label.required {
  font-weight: normal;
}
#commitContainer label.required:after {
  content: "";
}
article.plans {
  clear: both;
  margin-top: 25px;
  width: auto;
  text-align: center;
  *zoom: 1;
}
article.plans:before,
article.plans:after {
  content: " ";
  display: table;
}
article.plans:after {
  clear: both;
}
@media screen and (max-width: 1000px) {
  article.plans {
    margin-top: 40px;
  }
}
article.plans div.plan {
  width: calc(20% - 3px);
  text-align: left;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #E4E4E4;
}
@media screen and (max-width: 1000px) {
  article.plans div.plan {
    float: none;
    width: 100%;
    min-height: initial;
    margin-top: 20px;
  }
}
article.plans div.plan.active {
  border: solid 1px #58ADDD;
  box-shadow: 0 0 5px #58ADDD;
}
article.plans div.plan div {
  padding: 0px 20px 20px 20px;
}
article.plans div.plan h3 {
  text-transform: none;
}
article.plans div.plan h3.planTitle {
  margin: 0;
  padding: 10px 12px 10px 12px;
  background-color: #F3F8F9;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #0F3556;
}
article.plans div.plan div.contents {
  position: relative;
}
article.plans div.plan div.contents img.planIcon {
  float: right;
}
article.plans div.plan div.description {
  padding: 0;
}
article.plans div.plan h3.recommended {
  margin: 0 0 0 10px;
  height: 25px;
  margin-top: -25px;
  padding: 5px 10px 5px 10px;
  background-color: #58ADDD;
  font-size: 11px;
  max-width: 130px;
  color: #fff;
}
article.plans div.plan .tier {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #0f3556;
  margin: 20px 0;
  text-transform: uppercase;
}
article.plans div.plan .price {
  margin: 14px 0 0 0;
  font-size: 24px;
  color: #6DC03B;
}
article.plans div.plan .price span {
  font-size: 13px;
}
article.plans div.plan ul {
  margin: 25px 0 0 0;
  padding: 0;
  list-style-type: none;
}
article.plans div.plan ul li {
  font-size: 14px;
  line-height: 1.3;
  color: #5a5a5a;
  margin: 0 0 15px 0;
  padding: 0;
}
article.plans div.plan ul li a {
  font-size: 14px;
  font-weight: 600;
}
article.plans div.plan .secondaryButton {
  padding: 0;
  width: 98%;
  margin: 10px auto 20px auto;
}
article.plans div.plan .secondaryButton a:link,
article.plans div.plan .secondaryButton a:visited {
  text-transform: uppercase;
  padding: 11px 15px 11px 15px;
  font-size: 13px;
  background-color: #58ADDD;
  color: #fff;
}
@media screen and (min-width: 400px) {
}
@media screen and (max-width: 400px) {
}
article.plans div.plan p.currentPlan {
  display: block;
  width: 170px;
  border-radius: 25px;
  background-color: #6DC03B;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  padding: 11px 15px;
  margin: 10px auto 20px auto;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
article.plans #commitContainer {
  clear: both;
}
form.changePlan .buttons {
  clear: both;
  float: none;
  text-align: center;
}
form.changePlan .buttons input {
  float: none;
  margin: 0 auto;
}
p.deleteListing {
  clear: both;
  margin: 100px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .content article.plans div.plan {
    float: none;
    min-height: initial;
    margin-top: 20px;
  }
}
@media screen and (min-width: 400px) {
}
@media screen and (max-width: 400px) {
}
.cookieNotice {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 4px #000;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
/*---------------------------------------------------------------------
 *
 *  Register Process Layout CSS
 *
 *-------------------------------------------------------------------*/
body.register {
  background-color: #0F3556;
  position: absolute;
  height: 100%;
  width: 100%;
}
@media only screen and (min-height: 1000px) {
  body.register {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
body.register header.notsticky {
  background: #FFF;
  position: absolute;
  top: 0;
  display: block;
  height: 64px;
}
body.register header.notsticky img.small {
  max-height: 35px;
}
body.register.complete {
  background: transparent url(../img/registerFinished.jpg) no-repeat 50% 50%;
  -webkit-background-size: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  body.register.complete .content {
    margin-top: 160px;
  }
}
@media screen and (max-width: 865px) {
  body.register.complete .content {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1201px) {
  body.register.complete .content {
    margin-top: 120px;
  }
}
.pageWrapper.register {
  position: static;
  padding-top: 64px;
  display: block;
  min-height: 100%;
}
.pageWrapper.register.login {
  padding-top: 150px;
  min-height: 100%;
}
.registerBackground {
  background-image: url(../img/registerFinished.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.noBG {
  background-color: initial !important;
}
.alertContainer {
  padding: 15px 20px 15px 20px;
  display: block;
  background-color: #0f3556;
  min-height: 50px;
  width: 100%;
  margin: 10px 0 40px 0;
}
.alertContainer p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #ffffff;
}
.alertContainer a {
  font-size: 14px;
  color: #58addd;
}
@media screen and (max-width: 1000px) {
  .alertContainer {
    margin-top: 20px;
    width: 100%;
  }
}
.alertContainer.verificationAlertMessage {
  padding: 12px 14px 12px 14px;
  *zoom: 1;
}
.alertContainer.verificationAlertMessage:before,
.alertContainer.verificationAlertMessage:after {
  content: " ";
  display: table;
}
.alertContainer.verificationAlertMessage:after {
  clear: both;
}
.alertContainer.verificationAlertMessage .verifyMessage {
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .alertContainer.verificationAlertMessage .verifyMessage {
    margin-top: 0;
    display: block;
    text-align: center;
  }
}
.alertContainer.verificationAlertMessage .verifyButtonAction {
  float: right;
}
.alertContainer.verificationAlertMessage .verifyButtonAction a {
  padding: 10px 15px;
}
@media screen and (max-width: 1000px) {
  .alertContainer.verificationAlertMessage .verifyButtonAction {
    float: none;
    display: block;
    margin: 10px auto 0 auto;
  }
}
.register .listingClaimPopup {
  margin-top: 100px;
}
@media (max-width: 1000px) {
  .register .listingClaimPopup {
    margin-top: 10px;
  }
}
.register .registerEmail {
  padding: 15px 20px 15px 20px;
  display: block;
  margin: 0 auto;
  background-color: #0f3556;
  min-height: 50px;
  width: 920px;
}
.register .registerEmail p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #ffffff;
}
.register .registerEmail a {
  font-size: 14px;
  color: #58addd;
}
@media screen and (max-width: 1000px) {
  .register .registerEmail {
    margin-top: 20px;
    width: 100%;
  }
}
.register .content {
  width: 680px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .register .content {
    width: 100%;
  }
}
.register .content h2 {
  margin: 0 0 20px 0;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
}
.register .content h2.title {
  margin: 40px 0 16px 0;
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.register .content .completeProfileContainer {
  position: relative;
  width: 675px;
  margin: 0 auto;
  margin-bottom: 30px;
  box-shadow: 0 2px 30px 0 rgba(49, 59, 80, 0.2);
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .register .content .completeProfileContainer {
    width: 100%;
  }
}
.register .content .completeProfileContainer div {
  padding: 30px;
}
.register .content .completeProfileContainer .listingCompleteMessage {
  margin-bottom: 20px;
}
.register .content .completeProfileContainer .borderImageLeft {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100px;
  height: 200px;
}
@media screen and (max-width: 700px) {
  .register .content .completeProfileContainer .borderImageLeft {
    display: none;
  }
}
.register .content .completeProfileContainer .borderImageRight {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 90px;
  height: 140px;
}
@media screen and (max-width: 700px) {
  .register .content .completeProfileContainer .borderImageRight {
    display: none;
  }
}
.register .content .completeProfileContainer h2 {
  padding: 24px 100px 24px 100px;
  margin: 0;
  text-align: center;
  background-color: #6DC03B;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .register .content .completeProfileContainer h2 {
    padding: 24px;
  }
}
.register .content .completeProfileContainer ul {
  width: 400px;
  font-size: 17px;
  color: #000;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 700px) {
  .register .content .completeProfileContainer ul {
    width: 100%;
  }
}
.register .content .completeProfileContainer ul li {
  margin: 0 0 30px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.35;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  background: transparent url(../img/complete-bullet.png) no-repeat 0% 50%;
  padding: 0 0 0 38px;
  min-height: 40px;
  background-size: 32px;
}
.register .content .completeProfileContainer ul li.green {
  background: transparent url(../img/complete-bullet-green.png) no-repeat 0% 50%;
}
.register .content .completeProfileContainer .buttons {
  *zoom: 1;
}
.register .content .completeProfileContainer .buttons:before,
.register .content .completeProfileContainer .buttons:after {
  content: " ";
  display: table;
}
.register .content .completeProfileContainer .buttons:after {
  clear: both;
}
.register .content .completeProfileContainer .buttons .secondaryButton {
  margin: 0 auto;
  margin-top: 0px;
  width: 230px;
}
.register .content a.dashboardLink {
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #fff;
}
.register .content .upgradeNotifyContainer {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  padding: 12px 200px 12px 50px;
  width: 620px;
  min-height: 70px;
  background-image: linear-gradient(to right, #58addd, #5ca4f8);
}
@media screen and (max-width: 700px) {
  .register .content .upgradeNotifyContainer {
    width: 100%;
    padding: 12px;
  }
}
.register .content .upgradeNotifyContainer .planImage {
  position: absolute;
  top: 16px;
  left: 17px;
}
@media screen and (max-width: 700px) {
  .register .content .upgradeNotifyContainer .planImage {
    position: static;
    text-align: center;
  }
}
.register .content .upgradeNotifyContainer h3 {
  margin: 0;
  margin-left: 22px;
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .register .content .upgradeNotifyContainer h3 {
    text-align: center;
    margin: 10px 0 10px 0;
  }
}
.register .content .upgradeNotifyContainer .upgradeButton {
  position: absolute;
  height: 45px;
  top: 12px;
  right: 12px;
  border-radius: 2px;
  width: 177px;
}
.register .content .upgradeNotifyContainer .upgradeButton a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: capitalize;
  padding: 12px 12px 12px 12px;
}
@media screen and (max-width: 700px) {
  .register .content .upgradeNotifyContainer .upgradeButton {
    position: static;
    margin: 20px auto 0 auto;
  }
}
.register .registerContainer {
  *zoom: 1;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  width: 920px;
  background-color: #6DC03B;
  box-shadow: 0 2px 30px 0 rgba(49, 59, 80, 0.2);
  /*************************************/
  /*      SIDEBAR     */
  /************************************/
  /*************************************/
  /*      CONTENT     */
  /************************************/
}
.register .registerContainer:before,
.register .registerContainer:after {
  content: " ";
  display: table;
}
.register .registerContainer:after {
  clear: both;
}
@media (max-width: 1000px) {
  .register .registerContainer {
    width: 100%;
  }
}
.register .registerContainer.login {
  background-color: #fff;
}
.register .registerContainer.blue {
  background: linear-gradient(#58addd, #5ca4f8);
}
.register .registerContainer .registerSidebar {
  padding: 27px 24px 27px 32px;
  width: 240px;
  min-height: 550px;
  float: left;
  background-color: #6DC03B;
  position: relative;
}
.register .registerContainer .registerSidebar .price {
  font-size: 24px;
}
.register .registerContainer .registerSidebar .price span {
  font-size: 13px;
}
.register .registerContainer .registerSidebar.blue {
  background-color: rgba(0, 0, 0, 0);
}
.register .registerContainer .registerSidebar.blue h2 {
  color: #000;
}
.register .registerContainer .registerSidebar.blue h3 {
  margin-top: 24px;
}
.register .registerContainer .registerSidebar.blue .whiteDivider {
  border: none;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  margin: 24px 0;
}
.register .registerContainer .registerSidebar.blue .backPlanLink {
  font-size: 14px;
  color: #000000;
  opacity: 0.5;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 32px;
  bottom: 105px;
  font-weight: 600;
}
.register .registerContainer .registerSidebar hr {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .register .registerContainer .registerSidebar hr {
    margin: 10px 0;
  }
}
.register .registerContainer .registerSidebar .percentTitle {
  font-size: 24px;
  color: #000;
  margin: 0;
}
.register .registerContainer .registerSidebar .percentTitle span {
  font-size: 14px;
  color: #000;
}
.register .registerContainer .registerSidebar ul {
  margin: 0 0 60px 0;
  padding: 0;
  list-style-type: none;
}
.register .registerContainer .registerSidebar ul li {
  font-size: 15px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 20px 0;
  padding: 0;
}
.register .registerContainer .registerSidebar ul li a {
  font-size: 14px;
  font-weight: 600;
}
.register .registerContainer .registerSidebar .sidebarButton {
  left: 32px;
  height: 45px;
  right: 32px;
  bottom: 25px;
  border-radius: 2px;
  width: 177px;
}
.register .registerContainer .registerSidebar .sidebarButton a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: capitalize;
  padding: 12px 12px 12px 12px;
}
.register .registerContainer .registerSidebar hr.black {
  border: none;
  height: 2px;
  background: black;
  margin: 10px 0;
}
.register .registerContainer .registerSidebar img.planImage {
  max-width: 100px;
  max-height: 100px;
}
.register .registerContainer .registerSidebar .tipsWrapper {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.register .registerContainer .registerSidebar .tipsWrapper .tipsContainer {
  width: 100%;
  margin: 26px 0 26px 0;
}
.register .registerContainer .registerSidebar .tipsWrapper .tipsContainer hr {
  border-top: solid 1px #000;
  margin: 0 0 10px 0;
}
.register .registerContainer .registerSidebar .tipsWrapper .tipsContainer .percentTitle {
  font-size: 36px;
  color: #000;
  margin: 0;
}
.register .registerContainer .registerSidebar .tipsWrapper .tipsContainer .percentTitle span {
  font-size: 24px;
  color: #000;
}
.register .registerContainer .registerSidebar .tipsWrapper .tipsContainer h3 {
  font-size: 17px;
  color: #000;
  margin: 0;
  margin-bottom: 13px;
}
.register .registerContainer .registerSidebar .tipsWrapper > p {
  margin-top: 0;
  margin-bottom: 30px;
}
.register .registerContainer .registerSidebar .tipsWrapper .cycle-pager span {
  border-radius: 50% !important;
  position: relative;
  font-family: arial;
  font-size: 100px;
  opacity: 0.3;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  display: inline-block;
  color: #ddd;
  cursor: pointer;
  background-color: #fff;
}
.register .registerContainer .registerSidebar .tipsWrapper .cycle-pager .cycle-pager-active {
  opacity: 1;
  background-color: #fff;
}
.register .registerContainer .registerSidebar h2,
.register .registerContainer .registerSidebar h3,
.register .registerContainer .registerSidebar p {
  text-align: left;
  color: #ffffff;
}
.register .registerContainer .registerSidebar h2 {
  font-size: 26px;
  margin: 0;
  margin: 10px 0 30px 0;
}
.register .registerContainer .registerSidebar h3 {
  font-size: 17px;
  margin: 30px 0 0 0;
}
.register .registerContainer .registerSidebar p {
  font-size: 15px;
  margin: 0;
  padding: 0;
  margin-top: 17px;
}
.register .registerContainer .registerSidebar p.percentage {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35;
  color: #000000;
  margin: 0;
  padding: 0;
}
.register .registerContainer .registerSidebar p.percentage span {
  font-size: 24px;
}
.register .registerContainer .registerSidebar p.stat {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  color: #000000;
  margin: 0;
  padding: 0;
}
.register .registerContainer .registerSidebar p.source {
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.35;
  color: #000000;
  margin: 10px 0 0 0;
  padding: 0;
}
.register .registerContainer .registerSidebar p.smallText {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.47;
  color: rgba(255, 255, 255, 0.9);
}
.register .registerContainer.select-plan {
  width: auto;
}
.register .registerContainer.select-plan .registerContent {
  width: 100% !important;
}
.register .registerContainer .registerContent {
  padding: 30px;
  width: 680px;
  min-height: 800px;
  float: right;
  position: relative;
  background-color: #fff;
}
.register .registerContainer .registerContent span.errorText {
  display: none !important;
}
.register .registerContainer .registerContent p.errorMessage {
  color: red;
}
.register .registerContainer .registerContent img.pledgeLogo {
  float: right;
  margin: 0 0 5px 0;
}
.register .registerContainer .registerContent div.qq-upload-button {
  padding: 11px 21px;
  margin: 0;
  font-size: 13px;
  text-align: center;
  width: 160px;
  border-radius: 25px;
  color: #fff;
  text-transform: uppercase;
  background-color: #53B267;
  border: 1px solid #53B267;
}
.register .registerContainer .registerContent div.qq-upload-button div {
  margin: 0;
}
.register .registerContainer .registerContent .progressBar {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background-color: #3876f1;
}
.register .registerContainer .registerContent .sideLink {
  font-size: 14px;
  color: #000000;
  opacity: 0.5;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .register .registerContainer .registerContent .sideLink {
    display: block;
    text-align: center;
    position: static;
    margin: 20px 0 20px 0;
  }
}
.register .registerContainer .registerContent .greenButton {
  padding: 0;
  width: 300px;
}
.register .registerContainer .registerContent #registerListingLocation .superDropdownValue > ul > li {
  padding: 13px 13px 8px 8px;
}
.register .registerContainer .registerContent #registerListingLocation #listingTypeIdsContainer {
  margin-bottom: 30px;
  *zoom: 1;
}
.register .registerContainer .registerContent #registerListingLocation #listingTypeIdsContainer .checkboxList {
  margin: 0;
}
.register .registerContainer .registerContent #registerListingLocation #listingTypeIdsContainer:before,
.register .registerContainer .registerContent #registerListingLocation #listingTypeIdsContainer:after {
  content: " ";
  display: table;
}
.register .registerContainer .registerContent #registerListingLocation #listingTypeIdsContainer:after {
  clear: both;
}
.register .registerContainer .registerContent #registerListingLocation #listingTypeIdsContainer .NSWAT_UI_Checkbox {
  float: left;
  width: 48%;
}
.register .registerContainer .registerContent #registerListingLocation li.main {
  border: none;
  opacity: 1;
}
.register .registerContainer .registerContent #registerListingLocation li.main a {
  border-bottom: 1px solid #bfbfc1;
  padding: 13px 13px 8px 8px;
}
.register .registerContainer .registerContent #registerListingLocation ul.options {
  max-height: 200px;
}
.register .registerContainer .registerContent .registerContinueButton {
  position: absolute;
  width: 175px;
  height: 50px;
  right: 23px;
  bottom: 25px;
}
.register .registerContainer .registerContent .registerContinueButton a {
  text-transform: capitalize;
  font-size: 17px;
  letter-spacing: 0.5px;
  display: block;
  padding: 14px 32px 14px 32px;
}
@media screen and (max-width: 1000px) {
  .register .registerContainer .registerContent .registerContinueButton {
    position: static;
    margin: 0 auto;
  }
}
.register .registerContainer .registerContent .registerButton {
  display: block;
  opacity: 0.8;
  border-radius: 5px;
  background-color: #fff;
  border: solid 1px #53b267;
  margin: 0 0 16px 0;
  padding: 20px 28px;
  width: 460px;
  max-width: 96%;
}
.register .registerContainer .registerContent .registerButton:hover {
  background-color: #53B267;
  text-decoration: none;
}
.register .registerContainer .registerContent .registerButton:hover h3,
.register .registerContainer .registerContent .registerButton:hover p {
  color: #fff;
}
.register .registerContainer .registerContent .registerButton h3 {
  text-align: left;
  margin: 2px 0 10px 0;
  text-transform: uppercase;
  color: #53B267;
}
.register .registerContainer .registerContent .registerButton p {
  margin: 0;
  padding: 0;
  color: #5a5a5a;
}
.register .registerContainer .registerContent form#frmfrmLogin input[type="submit"] {
  float: right;
}
@media screen and (max-width: 1200px) {
  .register .registerContainer .registerContent form#frmfrmLogin input[type="submit"] {
    float: right;
  }
}
@media screen and (max-width: 1000px) {
  .register .registerContainer .registerContent form#frmfrmLogin input[type="submit"] {
    float: none;
    margin: 20px 0 20px 0;
  }
}
.register .registerContainer .registerContent form input#lastName {
  float: right;
}
.register .registerContainer .registerContent form ul.corporateStructure {
  width: 100%;
}
.register .registerContainer .registerContent form input.city,
.register .registerContainer .registerContent form input.phone {
  float: right;
}
.register .registerContainer .registerContent form#claimForm #pledgeContainer .helpText {
  width: 80%;
  background-color: #f9f9f9;
  border: 1px solid #969696;
  padding: 10px 10px 10px 50px;
  margin: 8px 0;
  display: block;
  color: #63b623;
  background: transparent url(../img/leaf-hand.png) no-repeat 10px 50%;
  background-size: 30px;
}
.register .registerContainer .registerContent form div.radio {
  float: left;
  margin: 0;
}
.register .registerContainer .registerContent form div.radio input[type='radio'] {
  margin-right: 11px;
  margin-top: 5px;
  float: left;
}
.register .registerContainer .registerContent form div.radio .radioLabel {
  float: left;
  margin-right: 3px;
}
.register .registerContainer .registerContent form input[type=password],
.register .registerContainer .registerContent form input[type=text] {
  padding: 13px 13px 8px 8px;
}
.register .registerContainer .registerContent form .fullWidth {
  display: block;
  width: 100%;
  margin: 1% 0%;
}
.register .registerContainer .registerContent form .halfWidth {
  width: 49%;
  margin: 1% 0%;
  float: left;
}
.register .registerContainer .registerContent form .halfWidth.superDropdownValue.province {
  float: right;
}
@media screen and (max-width: 1000px) {
  .register .registerContainer .registerContent form .halfWidth {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
}
.register .registerContainer .registerContent form ul.select li.main a,
.register .registerContainer .registerContent form ul.select li.main a:link,
.register .registerContainer .registerContent form ul.select li.main a:visited {
  opacity: 1;
  height: auto;
  font-size: 16px;
  color: #231F20 !important;
  padding: 11px 0 11px 0;
  background-image: url(../img/icon-down-arrow-grey.png);
}
.register .registerContainer .registerContent form ul.select.open li.main a:link,
.register .registerContainer .registerContent form ul.select.open li.main a:visited {
  background-image: url(../img/icon-up-arrow-grey.png);
}
.register .registerContainer .registerContent form#goals .NSWAT_UI_Checkbox {
  display: block;
  float: left;
}
.register .registerContainer .registerContent form#goals label[for="sustainableDevelopmentGoals"] {
  display: none;
}
.register .registerContainer .registerContent form#goals div#sustainableDevelopmentGoalsContainer input[type="checkbox"] {
  display: none;
}
.register .registerContainer .registerContent form#goals div#sustainableDevelopmentGoalsContainer input[type="checkbox"] ~ label {
  width: 120px;
  height: 120px;
  padding: 120px 0 0 0 ;
  float: left;
  margin: 4px;
  background-size: 120px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.55;
  background-size: contain;
}
.register .registerContainer .registerContent form#goals div#sustainableDevelopmentGoalsContainer input[type="checkbox"]:checked ~ label {
  opacity: 1;
}
.register .registerContainer .registerContent form#goals .buttons {
  clear: both;
}
.register .registerContainer .registerContent form.planForm {
  padding-bottom: 40px;
}
.register .registerContainer .registerContent form.planForm .title {
  clear: both;
  margin: 10px 0 10px 0;
}
.register .registerContainer .registerContent form.planForm .editTagList {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.register .registerContainer .registerContent form.planForm .editTagList li {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 22px 10px 11px;
  margin: 0 10px 10px 0;
  display: inline-block;
  height: 35px;
  width: 160px;
}
.register .registerContainer .registerContent form.planForm .editTagList.categories li {
  background-color: #58ADDD;
}
.register .registerContainer .registerContent form.planForm .editTagList.certifications li {
  background-color: #6cbd7d;
}
.register .registerContainer .registerContent form.planForm .editTagList .deleteNSWATTAG {
  position: absolute;
  top: 12px;
  right: 10px;
  color: #fff;
  text-decoration: none;
}
.register .registerContainer .registerContent form.planForm input.cardNumber {
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  background-image: url(../img/icon-mastercard.png), url(../img/icon-visa.png), url(../img/icon-amex.png);
  background-position: 80% 60%, 90% 60%, 100% 60%;
  background-repeat: no-repeat, no-repeat;
}
.register .registerContainer .registerContent form.planForm input.cardCVV {
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  background-image: url(../img/icon-cvv.png);
  background-position: 100% 60%;
  background-repeat: no-repeat;
  margin-left: 12px;
}
.register .registerContainer .registerContent form.planForm input.city {
  float: right;
}
.register .registerContainer .registerContent form.planForm p {
  margin: 0 0 10px 0;
  padding: 0;
}
.register .registerContainer .registerContent form.planForm p.errorCategories {
  display: none;
  font-size: 15px;
  line-height: 1.33;
  color: #900;
  margin: 0;
}
.register .registerContainer .registerContent form.planForm p.errorCategories a {
  color: #900;
  font-weight: 600;
}
.register .registerContainer .registerContent form.planForm fieldset#promo-code {
  margin-bottom: 10px;
  width: 60%;
  float: left;
}
.register .registerContainer .registerContent form.planForm fieldset#promo-code legend {
  margin: 0;
  padding: 0;
}
.register .registerContainer .registerContent form.planForm fieldset#promo-code div.NSWAT_UI_Textbox {
  margin: 0;
}
.register .registerContainer .registerContent form.planForm input#btnValidate {
  float: left;
  margin-top: 35px;
  width: 120px;
  margin-left: 10px;
}
.register .registerContainer .registerContent form.planForm input#btnValidate,
.register .registerContainer .registerContent form.planForm input#btnSubmit {
  padding: 8px;
}
.register .registerContainer .registerContent form.planForm #promoCodeContainer input {
  margin: 0 0 10px 0;
}
.register .registerContainer .registerContent form.planForm #promoCodeContainer .helpText {
  font-size: 14px;
  color: #6DC03B;
  font-style: italic;
  margin: 0 0 10px 0;
}
.register .registerContainer .registerContent form.planForm fieldset#payment-information {
  clear: both;
}
.register .registerContainer .registerContent form.planForm ul.select {
  width: 220px;
  display: inline-block;
}
.register .registerContainer .registerContent form.planForm ul.select li.main {
  width: 220px;
  margin: 0 0 16px 0;
}
.register .registerContainer .registerContent form.planForm ul.select.regProv {
  margin-right: 16px;
}
@media screen and (max-width: 1000px) {
  .register .registerContainer .registerContent form.planForm ul.select {
    width: 100%;
  }
  .register .registerContainer .registerContent form.planForm ul.select li.main {
    width: 100%;
    margin-right: 0;
  }
}
.register .registerContainer .registerContent form.planForm #environmentalAttributesContainer div.checkboxList,
.register .registerContainer .registerContent form.planForm #socialAttributesContainer div.checkboxList {
  margin: 0 !important;
  padding-bottom: 0;
}
.register .registerContainer .registerContent article {
  display: block;
  width: 460px;
}
.register .registerContainer .registerContent article.centerRC {
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 1000px) {
  .register .registerContainer .registerContent article.centerRC {
    margin-top: 0px;
  }
}
.register .registerContainer .registerContent article {
  margin-top: 50px;
  width: auto;
  *zoom: 1;
}
.register .registerContainer .registerContent article:before,
.register .registerContainer .registerContent article:after {
  content: " ";
  display: table;
}
.register .registerContainer .registerContent article:after {
  clear: both;
}
@media screen and (max-width: 1000px) {
  .register .registerContainer .registerContent article {
    margin-top: 40px;
  }
}
.register .registerContainer .registerContent article div.plan {
  width: 202px;
  float: left;
}
@media screen and (max-width: 1000px) {
  .register .registerContainer .registerContent article div.plan {
    float: none;
    width: 100%;
    min-height: initial;
    margin-top: 20px;
  }
}
.register .registerContainer .registerContent article div.plan.active {
  border: solid 1px #58ADDD;
  box-shadow: 0 0 5px #58ADDD;
}
.register .registerContainer .registerContent article div.plan div {
  padding: 0px 20px 20px 20px;
}
.register .registerContainer .registerContent article div.plan h3.planTitle {
  width: 100%;
  margin: 0;
  padding: 10px 12px 10px 12px;
  background-color: #F3F8F9;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  height: 115px;
  color: #0F3556;
}
.register .registerContainer .registerContent article div.plan div.contents {
  position: relative;
  height: 520px;
}
.register .registerContainer .registerContent article div.plan div.contents img.planIcon {
  float: right;
}
.register .registerContainer .registerContent article div.plan div.contents .secondaryButton {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.register .registerContainer .registerContent article div.plan div.description {
  padding: 0;
}
.register .registerContainer .registerContent article div.plan .tier {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #0f3556;
  margin: 20px 0;
  text-transform: uppercase;
}
.register .registerContainer .registerContent article div.plan .price {
  margin: 14px 0 0 0;
  font-size: 24px;
  color: #6DC03B;
}
.register .registerContainer .registerContent article div.plan .price span {
  font-size: 13px;
}
.register .registerContainer .registerContent article div.plan ul {
  margin: 25px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.register .registerContainer .registerContent article div.plan ul li {
  font-size: 14px;
  line-height: 1.3;
  color: #5a5a5a;
  margin: 0 0 15px 0;
  padding: 0;
}
.register .registerContainer .registerContent article div.plan ul li a {
  font-size: 14px;
  font-weight: 600;
}
.register .registerContainer .registerContent article div.plan .secondaryButton {
  padding: 0;
  margin: 10px auto 20px auto;
}
.register .registerContainer .registerContent article div.plan .secondaryButton a:link,
.register .registerContainer .registerContent article div.plan .secondaryButton a:visited {
  text-transform: uppercase;
  padding: 11px 15px 11px 15px;
  font-size: 13px;
  background-color: #58ADDD;
  color: #fff;
}
@media screen and (min-width: 400px) {
  .register .registerContainer .registerContent article div.plan .secondaryButton {
    width: 130px !important;
  }
}
@media screen and (max-width: 400px) {
  .register .registerContainer .registerContent article div.plan .secondaryButton {
    width: 100% !important;
  }
}
.register .registerContainer .registerContent article #commitContainer {
  clear: both;
}
.register .registerContainer .registerContent .buttonSubText {
  text-align: center;
  margin: 26px 0 0 0;
}
.register .registerContainer .registerContent .secondaryButton {
  margin: 10px auto 20px auto;
}
.register .registerContainer .registerContent .title {
  font-size: 22px;
  margin: 0 0 30px 0;
}
.register .registerContainer .registerContent .subtitle {
  margin: 30px 0 0 0;
  padding: 0;
  clear: both;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .register .registerContainer .registerContent {
    width: 100%;
    margin-top: 0px;
    box-shadow: none;
    height: auto;
    text-align: left;
  }
  .register .registerContainer .registerContent .centerRC {
    width: 100%;
  }
  .register .registerContainer .progressBar {
    display: none;
  }
  .register .registerContainer .registerSidebar {
    display: none;
  }
  .register .registerContainer .line-height:1.5 {
    padding: 30px 20px 20px 20px;
    width: 100%;
    float: none;
    min-height: initial;
    text-align: left;
  }
  .register .registerContainer .line-height:1.5 article {
    width: 100%;
    display: static;
    margin: 0;
  }
  .register .registerContainer .line-height:1.5 .secondaryButton {
    margin: 20px 0 0 0;
  }
  .register .registerContainer .line-height:1.5 .title {
    margin: 0 0 20px 0;
  }
  .register .registerContainer .line-height:1.5 .subtitle {
    text-align: left;
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 320px) {
  .register .registerContainer .secondaryButton {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .register .registerContainer .line-height:1.5 .registerButton {
    margin: 8px auto;
    width: 100%;
  }
}
.register .rc00 .registerSidebar img {
  position: absolute;
  width: 217px;
  height: 160px;
  bottom: 40px;
  left: 12px;
}
.register .rc00 .registerContent .progressBar {
  width: 80px;
}
.register .rc01 .registerSidebar .borderImageLeft {
  position: absolute;
  bottom: -40px;
  left: 0px;
}
.register .rc01 .registerContent {
  min-height: 800px;
}
.register .rc01 .registerContent .progressBar {
  width: 180px;
}
.register .rc01 .registerContent .registerButton:hover {
  background-color: white;
  text-decoration: none;
}
.register .rc01 .registerContent .registerButton:hover h3 {
  color: #53B267;
}
.register .rc01 .registerContent .registerButton:hover p {
  color: #5a5a5a;
}
.register .rc02 .superDropdown#province {
  min-width: 300px;
}
@media screen and (min-width: 1000px) {
  .register .rc02 {
    margin-top: 10px;
  }
}
.register .rc02 .registerSidebar img {
  width: 170px;
  height: 165px;
  bottom: 22px;
  left: 31px;
  margin-top: 30px;
}
.register .rc02 .registerContent {
  min-height: 800px;
}
.register .rc02 .registerContent .progressBar {
  width: 280px;
}
.register .rc03 .cornerImageBottomLeft {
  position: absolute;
  bottom: 30px;
  left: 0px;
}
.register .rc03 .registerContent .title {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 1000px) {
}
.register .rc04 .registerContent {
  min-height: 800px;
}
.register .rc04 .registerContent article.centerRC {
  margin: 10px auto 0 auto;
}
@media screen and (max-width: 1000px) {
  .register .rc04 .registerContent article.centerRC {
    margin: 0;
    width: 100%;
  }
}
.register .rc04 .registerContent .progressBar {
  width: 480px;
}
@media screen and (min-width: 1000px) {
}
.register .rc05 .registerContent article.centerRC {
  margin: 10px auto 0 auto;
}
.register .rc05 .registerContent .progressBar {
  width: 580px;
}
form#goals fieldset.targets .CheckboxList {
  margin: 0;
  clear: both;
  padding: 0;
}
form#goals fieldset.targets .CheckboxList label {
  font-weight: bold;
}
form#goals fieldset.targets .CheckboxList .checkboxList {
  margin: 0 20px;
  padding: 10px 0 30px 0;
  *zoom: 1;
}
form#goals fieldset.targets .CheckboxList .checkboxList:before,
form#goals fieldset.targets .CheckboxList .checkboxList:after {
  content: " ";
  display: table;
}
form#goals fieldset.targets .CheckboxList .checkboxList:after {
  clear: both;
}
form#goals fieldset.targets .CheckboxList .checkboxList label {
  font-weight: normal;
  height: auto !important;
  min-height: 16px !important;
  background-position: 0 10%;
}
form#goals fieldset.field_goals .NSWAT_UI_Checkbox {
  display: block;
  float: left;
}
form#goals fieldset.field_goals label[for="sustainableDevelopmentGoals"] {
  display: none;
}
form#goals fieldset.field_goals div#sustainableDevelopmentGoalsContainer input[type="checkbox"] {
  display: none;
}
form#goals fieldset.field_goals div#sustainableDevelopmentGoalsContainer input[type="checkbox"] ~ label {
  width: 150px;
  height: 150px;
  padding: 150px 0 0 0 ;
  float: left;
  margin: 3px;
  background-size: 150px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.55;
}
form#goals fieldset.field_goals div#sustainableDevelopmentGoalsContainer input[type="checkbox"]:checked ~ label {
  opacity: 1;
}
form#goals fieldset.field_editors .NSWAT_UI_HTMLEditor,
form#goals fieldset.field_editors .Textarea {
  display: none;
}
form#goals fieldset.field_editors .NSWAT_UI_HTMLEditor.active,
form#goals fieldset.field_editors .Textarea.active {
  display: block;
}
form#filter span.clear {
  position: absolute;
  bottom: 15px;
  right: 20px;
  padding-left: 10px;
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
#locContainer {
  position: relative;
}
#locContainer.cleared span.clear {
  display: none;
}
ul.select li.main {
  position: relative;
}
ul.select li.main a {
  text-align: left;
}
ul.select li.main[data-value=""] span.clear {
  display: none;
}
ul.select ul.options li a[data-value=""] {
  display: none;
}
.topic {
  margin-top: 80px;
}
.topic h1 {
  color: #53B267;
}
.topic h2 {
  colo: #58ADDD;
}
.topic .excerpt li,
.topic .excerpt p {
  line-height: 1.3;
}
.topic .excerpt ul li {
  margin: 0;
  padding: 5px 0;
}
.topic .excerpt p {
  margin: 0;
  padding: 5px 0;
}
.topic .excerpt a:link img,
.topic .excerpt a:visited img {
  margin: 0 0 30px 30px;
  border: 5px solid #53B267;
}
.topic .share {
  margin-top: 50px;
  margin-bottom: 30px;
}
.topic .share p {
  margin: 0;
  padding: 0 20px 10px 0;
  font-weight: 700;
  color: #53B267;
  float: left;
}
.topic .share ul,
.topic .share li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.topic .share li {
  float: left;
  margin: 0 30px 0 0;
}
.topic .share li a:link,
.topic .share li a:visited {
  padding: 10px 0 10px 40px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 30px;
}
.topic .share li a:hover,
.topic .share li a:active {
  text-decoration: none;
}
.topic .share li.facebook a {
  background-image: url(../img/icon-twitter-blue.png);
}
.topic .share li.twitter a {
  background-image: url(../img/icon-facebook-blue.png);
}
.topic .topic-listings {
  clear: both;
  padding-top: 60px;
}
.topic .topic-listings .businessResult {
  float: left;
  width: 49%;
  clear: none;
}
.topic .topic-listings .businessResult:nth-child(odd) {
  margin: 0 2% 2% 0 !important;
}
.topic .topic-listings .businessResult:nth-child(even) {
  margin: 0 0 2% 0 !important;
}
.listing-list {
  padding: 6px 10px;
  margin: 0 0 30px 0;
  border: 3px solid #6DC03B;
  background-color: #6a9e6f;
  color: #fff;
}
.listing-list a:link,
.listing-list a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.listing-list a:hover,
.listing-list a:active {
  color: #58ADDD;
}
.listing-list ul {
  margin: 10px 0 0 20px;
  padding: 0;
  *zoom: 1;
}
.listing-list ul:before,
.listing-list ul:after {
  content: " ";
  display: table;
}
.listing-list ul:after {
  clear: both;
}
.listing-list ul li {
  color: #fff;
  list-style-type: none;
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
}
.popular-categories {
  background-color: #E3F0F5;
  padding: 70px 0;
}
.popular-categories h2 {
  text-transform: uppercase;
}
.popular-categories h2,
.popular-categories p {
  text-align: center;
  margin: 0 100px;
}
.popular-categories ul {
  margin: 40px 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
.popular-categories ul li {
  margin: 0 2%;
  padding: 0 0 2% 0;
  list-style-type: none;
  width: 21%;
  float: left;
  text-align: center;
}
.popular-categories ul li img {
  max-width: 60%;
  display: block;
  clear: both;
  margin: 0 auto 10px auto;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
}
.popular-categories ul li img:hover {
  transform: scale(1.1);
}
.popular-categories ul li:nth-child(5) {
  clear: both;
}
.popular-categories ul:before,
.popular-categories ul:after {
  content: " ";
  display: table;
}
.popular-categories ul:after {
  clear: both;
}
@media screen and (max-width: 650px) {
  .popular-categories h2,
  .popular-categories p {
    margin: 0 5%;
  }
  .popular-categories ul li {
    width: 46%;
  }
  .popular-categories ul li:nth-child(3),
  .popular-categories ul li:nth-child(5),
  .popular-categories ul li:nth-child(7) {
    clear: both;
  }
}
@media screen and (max-width: 380px) {
  .popular-categories ul li a:link,
  .popular-categories ul li a:visited {
    font-size: 14px;
  }
  .popular-categories ul li a:link img,
  .popular-categories ul li a:visited img {
    max-width: 40%;
  }
}
.home-certifications {
  background-color: #E3F0F5;
  padding: 70px 0;
}
.home-certifications h2 {
  text-transform: uppercase;
}
.home-certifications h2,
.home-certifications p {
  text-align: center;
  margin: 0 100px;
}
.home-certifications ul {
  margin: 40px 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
.home-certifications ul li {
  margin: 0 2%;
  padding: 0 0 2% 0;
  list-style-type: none;
  width: 12%;
  float: left;
  text-align: center;
}
.home-certifications ul li img {
  background-color: #fff;
  border: 1px solid #80c0e5;
  max-width: 80%;
  display: block;
  clear: both;
  margin: 0 auto 10px auto;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
}
.home-certifications ul li img:hover {
  transform: scale(1.1);
}
.home-certifications ul li:nth-child(7) {
  clear: both;
}
.home-certifications ul:before,
.home-certifications ul:after {
  content: " ";
  display: table;
}
.home-certifications ul:after {
  clear: both;
}
@media (max-width: 980px) {
  .home-certifications ul li {
    width: 29%;
    margin: 0 2%;
  }
  .home-certifications ul li:nth-child(4),
  .home-certifications ul li:nth-child(7),
  .home-certifications ul li:nth-child(10) {
    clear: both;
  }
}
@media (max-width: 650px) {
  .home-certifications h2,
  .home-certifications p {
    margin: 0 5%;
  }
  .home-certifications ul li {
    width: 46%;
  }
  .home-certifications ul li:nth-child(4),
  .home-certifications ul li:nth-child(10) {
    clear: none;
  }
  .home-certifications ul li:nth-child(3),
  .home-certifications ul li:nth-child(5),
  .home-certifications ul li:nth-child(7),
  .home-certifications ul li:nth-child(9),
  .home-certifications ul li:nth-child(11) {
    clear: both;
  }
}
@media (max-width: 420px) {
  .home-certifications ul li {
    width: 94% !important;
    clear: both !important;
    float: none;
  }
  .home-certifications ul li img {
    max-width: 100%;
  }
}
.whitepapers-resources {
  padding: 70px 0;
}
.whitepapers-resources h2 {
  text-transform: uppercase;
}
.whitepapers-resources h2,
.whitepapers-resources p {
  text-align: center;
  margin: 0 100px;
}
.whitepapers-resources ul {
  margin: 40px 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
.whitepapers-resources ul li {
  margin: 0 2%;
  padding: 0 0 2% 0;
  list-style-type: none;
  width: 29%;
  float: left;
  text-align: center;
}
.whitepapers-resources ul li a:link h2,
.whitepapers-resources ul li a:visited h2,
.whitepapers-resources ul li a:link p,
.whitepapers-resources ul li a:visited p {
  text-align: center;
  margin: 0 10px;
}
.whitepapers-resources ul li a:link img,
.whitepapers-resources ul li a:visited img {
  width: 250px;
  display: block;
  clear: both;
  margin: 0 auto 10px auto;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
}
.whitepapers-resources ul li a:link img:hover,
.whitepapers-resources ul li a:visited img:hover {
  transform: scale(1.1);
}
.whitepapers-resources ul li a:hover,
.whitepapers-resources ul li a:active,
.whitepapers-resources ul li a:hover img,
.whitepapers-resources ul li a:active img,
.whitepapers-resources ul li a:hover h2,
.whitepapers-resources ul li a:active h2,
.whitepapers-resources ul li a:hover p,
.whitepapers-resources ul li a:active p {
  text-decoration: none;
}
.whitepapers-resources ul li:nth-child(2),
.whitepapers-resources ul li:nth-child(5) {
  margin: 0 2.5%;
}
.whitepapers-resources ul li:nth-child(4),
.whitepapers-resources ul li:nth-child(7) {
  clear: both;
}
@media (max-width: 980px) {
  .whitepapers-resources ul li {
    width: 44%;
    margin: 0 2%;
  }
  .whitepapers-resources ul li:nth-child(4),
  .whitepapers-resources ul li:nth-child(7) {
    clear: none;
  }
  .whitepapers-resources ul li:nth-child(3),
  .whitepapers-resources ul li:nth-child(5) {
    clear: both;
  }
}
@media (max-width: 680px) {
  .whitepapers-resources ul li {
    width: 94%;
    margin: 0 3%;
    clear: both;
  }
}
.whitepapers-resources ul:before,
.whitepapers-resources ul:after {
  content: " ";
  display: table;
}
.whitepapers-resources ul:after {
  clear: both;
}
.banner.profileBanner {
  padding: 0 !important;
}
@media screen and (max-width: 1200px) {
  .banner.profileBanner {
    padding: 120px 20px 0 20px !important;
  }
}
.banner.profileBanner .wrapper {
  height: 100%;
}
.banner.profileBanner .wrapper div.bannerInfo {
  *zoom: 1;
  display: block;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 550px;
  max-width: 100%;
}
.banner.profileBanner .wrapper div.bannerInfo:before,
.banner.profileBanner .wrapper div.bannerInfo:after {
  content: " ";
  display: table;
}
.banner.profileBanner .wrapper div.bannerInfo:after {
  clear: both;
}
@media screen and (max-width: 1200px) {
  .banner.profileBanner .wrapper div.bannerInfo {
    margin-bottom: 20px;
    position: static;
  }
}
.banner.profileBanner .wrapper div.bannerInfo h1,
.banner.profileBanner .wrapper div.bannerInfo h2 {
  margin-top: 10px;
}
.banner.profileBanner .wrapper div.bannerInfo.profile img.logo {
  width: 100px;
  height: 100px;
}
.banner.profileBanner .wrapper div.bannerInfo img.logo {
  margin: 10px;
  background-color: #fff;
  padding: 2px;
  border: 2px soldi #5a5a5a;
  border-radius: 2px;
}
@media screen and (max-width: 1200px) {
  .banner.profileBanner .wrapper div.bannerInfo table.listingInfo {
    margin-left: 20px;
  }
}
.banner.profileBanner .wrapper div.bannerInfo table.listingInfo tr th,
.banner.profileBanner .wrapper div.bannerInfo table.listingInfo tr td {
  margin: 0;
  padding: 4px;
}
.banner.profileBanner .wrapper div.bannerInfo table.listingInfo tr th {
  color: #fff;
  text-align: left;
  white-space: nowrap;
}
.banner.profileBanner .wrapper div.bannerInfo table.listingInfo tr td {
  color: #fff;
}
.banner.dashboardBanner {
  padding: 0 !important;
}
@media screen and (max-width: 1200px) {
  .banner.dashboardBanner {
    padding: 160px 20px 0 20px !important;
  }
}
.banner.dashboardBanner .wrapper {
  height: 100%;
}
.banner.dashboardBanner .wrapper div.bannerInfo {
  display: block;
  padding: 10px 0;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.banner.dashboardBanner .wrapper div.bannerInfo h1 {
  padding: 0;
  margin: 0;
  line-height: 1.1;
}
@media screen and (max-width: 1200px) {
  .banner.dashboardBanner .wrapper div.bannerInfo {
    margin-bottom: 20px;
    position: static;
  }
}
.banner.dashboardBanner .wrapper div.bannerInfo h2 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.banner.dashboardBanner .wrapper div.bannerInfo h2 a:link,
.banner.dashboardBanner .wrapper div.bannerInfo h2 a:visited {
  color: #fff;
}
.banner.dashboardBanner .wrapper div.bannerInfo span.plan {
  text-transform: uppercase;
  background-color: #3876F1;
  border-radius: 3px;
  padding: 4px;
  margin: 5px 0 0 10px;
  float: right;
  color: #fff;
  font-size: 11px;
  text-shadow: none;
}
.banner.dashboardBanner .wrapper div.bannerInfo span.certification-agency {
  text-transform: uppercase;
  background-color: #6DC03B;
  border-radius: 3px;
  padding: 4px;
  margin: 5px 0 0 10px;
  float: right;
  color: #fff;
  font-size: 11px;
  text-shadow: none;
}
.banner nav.dashboardLinks {
  display: block;
  padding: 0 0 10px 0;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.banner nav.dashboardLinks ul,
.banner nav.dashboardLinks li {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .banner nav.dashboardLinks {
    position: static;
  }
}
.listingDashboardBannerNotificationWrapper {
  background: #00567d;
  clear: both;
  display: block;
  padding: 5px;
}
.listingDashboardBannerNotificationWrapper p {
  color: #fff;
  margin: 0;
}
.accountDashboardToolbarContainer {
  border-bottom: 1px solid grey;
  margin: 10px 0 0 0;
  height: 40px;
}
.accountDashboardToolbarContainer nav.accountDashboardToolbar {
  *zoom: 1;
  float: right;
}
.accountDashboardToolbarContainer nav.accountDashboardToolbar:before,
.accountDashboardToolbarContainer nav.accountDashboardToolbar:after {
  content: " ";
  display: table;
}
.accountDashboardToolbarContainer nav.accountDashboardToolbar:after {
  clear: both;
}
.accountDashboardToolbarContainer nav.accountDashboardToolbar .dropdown {
  display: block;
  position: relative;
  float: left;
  margin: 0 10px;
  background: none;
}
.accountDashboardToolbarContainer nav.accountDashboardToolbar .dropdown p.primaryButton.long {
  background: none;
  position: relative;
  width: 100%;
  margin: 0;
  height: 40px;
  display: table;
}
.accountDashboardToolbarContainer nav.accountDashboardToolbar .dropdown p.primaryButton.long a:link,
.accountDashboardToolbarContainer nav.accountDashboardToolbar .dropdown p.primaryButton.long a:visited {
  color: #BFBFC1;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}
.accountDashboardToolbarContainer nav.accountDashboardToolbar .dropdown > p.primaryButton.long.active a:link,
.accountDashboardToolbarContainer nav.accountDashboardToolbar .dropdown > p.primaryButton.long.active a:visited {
  padding: 0;
  border-bottom: 6px solid #4aa05c;
}
.accountDashboardToolbarContainer nav.accountDashboardToolbar .dropdown.childrenIcon p.primaryButton a:link:after {
  content: "";
  padding-right: 14px;
  background: transparent url(../img/icon-down-arrow-grey.png) no-repeat 100% 55%;
  background-size: 10px 8px;
}
.accountDashboardToolbarContainer nav.accountDashboardToolbar .children {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  overflow: hidden;
  left: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.accountDashboardToolbarContainer nav.accountDashboardToolbar .children li {
  margin: 0;
  padding: 0;
  position: relative;
}
.accountDashboardToolbarContainer nav.accountDashboardToolbar .children li a {
  padding: 14px 14px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
  width: 100%;
  position: relative;
}
.accountDashboardToolbarContainer nav.accountDashboardToolbar .children li a:hover {
  background-color: #e5e5e5;
}
.accountDashboardToolbarContainer nav.accountDashboardToolbar .dropdown:hover .children {
  display: block;
}
.listingHelp {
  width: 100%;
  margin: 20px 0 40px 0;
  padding: 0;
  text-align: center;
}
.listingHelp p {
  margin: 0;
  padding: 0;
}
.notice {
  background-color: #F4F5F8;
  margin: 0;
  padding: 0 0 10px 0;
}
.notice h2 {
  background-color: #0f3556;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 25px 20px;
  font-family: "Source Sans Pro", sans-serif;
}
.notice h2.action {
  background: #0f3556 url(../img/icons/alert.svg) no-repeat 98% 50%;
}
.notice ul.alerts {
  margin: 10px 25px;
  padding: 0;
}
.notice ul.alerts li {
  margin: 0 0 20px 0;
  list-style-type: none;
  font-weight: bold;
  padding: 0 0 0 31px;
  width: auto;
  display: block;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 0 25%;
  background-color: transparent;
}
.notice ul.alerts li p {
  color: #0f3556;
  font-weight: normal;
  margin: 5px 0;
  padding: 0;
}
.notice ul.alerts li a:link,
.notice ul.alerts li a:visited {
  margin: 0 20px 0 0;
}
.notice ul.alerts li.location {
  background-image: url(../img/icons/pin.svg);
}
.notice ul.alerts li.product {
  background-image: url(../img/icons/product.svg);
}
.notice ul.alerts li.contact {
  background-image: url(../img/icons/contact.svg);
}
.notice ul.alerts li.category {
  background-image: url(../img/icons/category.svg);
}
.notice ul.alerts li.certification {
  background-image: url(../img/icons/certification.svg);
}
.notice ul.alerts li.social-environmental {
  background-image: url(../img/icons/social-environmental.svg);
}
.notice ul.alerts li.sdgs {
  background-image: url(../img/icons/sdgs.svg);
}
.notice form {
  *zoom: 1;
  padding: 0 10px 20px 0;
}
.notice form:before,
.notice form:after {
  content: " ";
  display: table;
}
.notice form:after {
  clear: both;
}
.notice form div {
  margin: 0;
}
.notice form div iframe,
.notice form div textarea {
  width: 100%;
}
.notice form p {
  margin: 10px 25px;
}
.notice form ul.requirements {
  margin: 10px 30px;
  padding: 0;
}
.notice form ul.requirements li {
  margin: 10px 0 0 0;
  padding: 5px 0 10px 50px;
  list-style-type: none;
  background-size: 31px;
  background: transparent url(../img/icons/unchecked.svg) no-repeat 0 0;
}
.notice form ul.requirements li.checked {
  background-image: url(../img/icons/checked.svg);
}
.notice form ul.requirements li textarea {
  margin: 10px 0 0 0;
  max-height: 150px;
}
.callsToAction {
  position: relative;
  margin: 40px 0;
}
.callsToAction .small,
.callsToAction .large {
  border: 1px solid #E4E4E4;
  padding: 30px 25px;
  float: left;
  width: 48%;
}
.callsToAction .small:hover,
.callsToAction .large:hover {
  border: 1px solid #BFBFC1;
}
.callsToAction .small h2,
.callsToAction .large h2 {
  font-size: 22px;
  font-family: Lato, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.callsToAction .articles {
  margin-top: 0;
  background: transparent;
  height: 450px;
}
.callsToAction .articles ul {
  margin: 0;
  padding: 0;
}
.callsToAction .articles ul li {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}
.callsToAction .articles ul li p {
  margin: 0;
  padding: 0;
}
.callsToAction .articles ul li p a:link.title,
.callsToAction .articles ul li p a:visited.title {
  color: #0f3556;
}
.callsToAction .articles ul li p a:link.date,
.callsToAction .articles ul li p a:visited.date {
  color: #888;
}
.callsToAction .large {
  float: right;
}
.callsToAction .small {
  position: absolute;
  left: 0;
  margin: 0 2% 0 0;
  height: 220px;
}
.callsToAction .small.plans {
  background: transparent url(../img/icons/exposure.svg) no-repeat 96% 100%;
}
.callsToAction .small.advertising {
  background: transparent url(../img/icons/channels.svg) no-repeat 96% 96%;
}
.callsToAction .small:nth-child(2) {
  top: 230px;
}
#compareAllPlansButton {
  margin: 0 auto;
}
ul.advertisingResources {
  *zoom: 1;
}
ul.advertisingResources:before,
ul.advertisingResources:after {
  content: " ";
  display: table;
}
ul.advertisingResources:after {
  clear: both;
}
ul.advertisingResources > li a:hover,
ul.advertisingResources > li a:active {
  text-decoration: none;
}
ul.advertisingResourcesContent {
  margin: 0;
  padding: 0;
}
ul.advertisingResourcesContent > li {
  display: none;
  margin: 40px 0;
  padding: 0;
  list-style-type: none;
}
ul.advertisingResourcesContent > li.channels ul {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
ul.advertisingResourcesContent > li.channels ul:before,
ul.advertisingResourcesContent > li.channels ul:after {
  content: " ";
  display: table;
}
ul.advertisingResourcesContent > li.channels ul:after {
  clear: both;
}
ul.advertisingResourcesContent > li.channels ul li {
  margin: 10px 0;
  padding: 0;
  display: block;
  float: left;
  width: 32%;
}
ul.advertisingResourcesContent > li img {
  max-width: 800px;
}
.categoryDescription .read-more a:link,
.categoryDescription .read-more a:hover {
  display: inline;
}
p.billing-notice {
  border: 1px solid #900;
  background-color: #fcc;
  color: #900;
  padding: 15px;
}
div.createCampaignWrapper {
  width: 680px;
}
div.createCampaignWrapper ul.createCampaign {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div.createCampaignWrapper ul.createCampaign:before,
div.createCampaignWrapper ul.createCampaign:after {
  content: " ";
  display: table;
}
div.createCampaignWrapper ul.createCampaign:after {
  clear: both;
}
div.createCampaignWrapper ul.createCampaign li {
  float: left;
  width: 220px;
  margin: 0 10px 0 0;
  padding: 40px 25px;
  background-color: #F4F5F8;
  text-align: center;
}
div.createCampaignWrapper ul.createCampaign li:last-child {
  margin: 0;
}
div.createCampaignWrapper ul.createCampaign li:hover {
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(88, 173, 221, 0.5);
}
div.createCampaignWrapper ul.createCampaign li h2 {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 20px;
}
div.createCampaignWrapper ul.createCampaign li h3 {
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
}
div.createCampaignWrapper ul.createCampaign li p.description {
  height: 180px;
}
div.createCampaignWrapper ul.otherAdvertising {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div.createCampaignWrapper ul.otherAdvertising li {
  max-width: 700px;
  margin: 5px 0;
  padding: 25px 15px 20px 30px;
  background-color: #F4F5F8;
}
div.createCampaignWrapper ul.otherAdvertising li h2 {
  font-size: 14px;
  font-weight: 900;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  margin: 4px 0;
  padding: 0;
}
div.createCampaignWrapper ul.otherAdvertising li p {
  margin: 4px 0;
  padding: 0;
}
div.createCampaignWrapper ul.otherAdvertising li p.pricing {
  float: right;
  font-size: 14px;
  margin: 0 15px 0 0;
}
.ads h1.form {
  display: inline;
}
.ads p.inline {
  display: inline;
  margin: 0 10px;
}
.ads #advertCategoryAd .buttons {
  clear: both;
  width: 700px;
}
.ads #advertCategoryAd div {
  margin: 0 0 20px 0;
}
.ads #advertCategoryAd .thumbnail {
  float: left;
  width: 200px;
  margin: 0 40px 0 0;
  padding: 0;
}
.ads #advertCategoryAd .fields {
  float: left;
  width: 450px;
  margin: 0 0 0 20px;
  padding: 0;
}
.ads #advertCategoryAd #imageContainer {
  *zoom: 1;
  float: left;
  border: 3px dashed #BFBFC1;
  width: 200px;
  margin: 0;
  color: #BFBFC1;
}
.ads #advertCategoryAd #imageContainer:before,
.ads #advertCategoryAd #imageContainer:after {
  content: " ";
  display: table;
}
.ads #advertCategoryAd #imageContainer:after {
  clear: both;
}
.ads #advertCategoryAd #imageContainer #image_Wrapper {
  margin: 0;
  padding: 0;
}
.ads #advertCategoryAd #imageContainer .album-photos {
  margin: 0 auto!important;
  text-align: center;
}
.ads #advertCategoryAd #imageContainer .qq-uploader {
  margin: 0;
}
.ads #advertCategoryAd #imageContainer .qq-upload-button {
  background: transparent url(../img/upload.png) no-repeat 50% 30% !important;
  background-size: 20px;
  display: block;
  margin: 0 !important;
  padding: 60px 20px 20px 20px !important;
  text-align: center;
  color: #000;
  width: auto !important;
}
.ads #advertCategoryAd #imageContainer .qq-upload-button input {
  height: 100%;
}
.ads #advertCategoryAd #imageContainer .qq-upload-button div {
  font-size: 13px;
}
.ads #advertCategoryAd #imageContainer .photo {
  border: 1px solid #E4E4E4;
  margin: 5px;
}
.ads #advertCategoryAd #imageContainer .photo .photoHeader {
  padding: 3px;
  border-bottom: none;
  height: 0 !important;
  margin: 0 !important;
}
.ads #advertCategoryAd #imageContainer .photo .inputs {
  border-top: none;
}
.ads #advertCategoryAd #startDateContainer {
  width: 220px;
  float: left;
  margin: 0 10px 0 0;
}
.ads #advertCategoryAd #durationContainer {
  width: 220px;
  float: left;
  margin: 0;
}
.adSubtotal {
  width: 100%;
  max-width: 700px;
}
.adSubtotal thead tr th {
  background-color: #53B267;
  color: #fff;
  font-weight: normal;
  padding: 10px 20px;
  text-align: left;
  font-size: 15px;
}
.adSubtotal tbody tr td {
  padding: 10px 20px;
  border-bottom: 1px solid #E4E4E4;
  font-size: 15px;
}
div.terms ul {
  margin: 0;
  padding: 10px 0 0 20px;
}
div.terms ul li {
  margin: 0;
  padding: 0 0 2px 0 ;
}
h2.total {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
p.total {
  color: #53B267;
  font-size: 32px;
  margin: 0;
  padding: 0;
}
p.destination {
  margin: 0;
  padding: 0 0 10px 0;
  font-weight: bold;
}
#homePageContainer {
  padding: 0;
}
#homePageContainer .checkboxList {
  padding: 0;
}
.adInfo {
  float: left;
  width: 460px;
  margin: 15px 0 35px 0;
}
.adInfo div {
  clear: both;
  margin-bottom: 20px;
}
.adInfo div label {
  float: left;
  width: 90px;
  color: #5a5a5a;
}
.adInfo div span {
  font-size: 13px;
  color: #5a5a5a;
  display: block;
  margin-left: 90px;
}
.adThumbnail {
  float: left;
  width: 200px;
  margin: 15px 40px 35px 0;
}
.adThumbnail img {
  width: 200px;
  padding: 1px;
  border: 1px solid #E4E4E4;
}
.adThumbnail img:hover {
  border: 1px solid #BFBFC1;
}
.adThumbnail a {
  padding-top: 10px;
  text-align: center;
  display: block;
}
.adPricing {
  clear: both;
  width: 700px;
  display: block;
}
.adPricing p.goBack {
  display: block;
  clear: both;
}
.advertise-panel {
  width: 100%;
  padding: 80px 0 0 0;
}
.advertise-panel:first-child {
  padding: 0 0 0 0;
}
.advertise-panel.blue {
  background-color: #e0edf9;
}
.advertise-panel.grey {
  background-color: #ededee;
  padding: 50px 0 40px 0;
}
.advertise-panel.padded {
  margin-top: 200px;
  padding-bottom: 45px;
}
.advertise-panel .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
.advertise-panel .wrapper:before,
.advertise-panel .wrapper:after {
  content: " ";
  display: table;
}
.advertise-panel .wrapper:after {
  clear: both;
}
@media (max-width: 1200px) {
  .advertise-panel {
    margin: 2%;
    width: 96%;
  }
  .advertise-panel .wrapper {
    max-width: 100%;
  }
}
h3 span a:link,
h3 span a:visited {
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
.advertise-panel-content {
  max-width: 900px;
  width: 900px;
  margin: 0 0 0 0;
  float: left;
}
@media (max-width: 1200px) {
  .advertise-panel-content {
    max-width: 96%;
    width: 96%;
    margin: 2%;
    float: none;
    padding: 0;
  }
}
.advertise-panel-content h2 {
  font-size: 28px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 33px;
  color: #000;
  margin: 0 0 25px 0;
}
.advertise-panel-content h3 {
  font-size: 22px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 28px;
  color: #000;
  margin: 0 0 25px 0;
}
.advertise-panel-content h4 {
  color: #53B267;
  font-size: 13px !important;
  margin: 0 0 40px 0;
}
.advertise-panel-content li,
.advertise-panel-content p {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 18px;
  line-height: 21px;
}
.advertise-panel-content li strong,
.advertise-panel-content p strong {
  color: #666;
  font-weight: 700;
}
.advertise-panel-content li p.large,
.advertise-panel-content p p.large {
  font-size: 20px;
  font-family: Lato, sans-serif;
}
.advertise-panel-content h2,
.advertise-panel-content h3,
.advertise-panel-content h4 {
  font-family: 'Lato', sans-serif;
}
.advertise-panel-content hr.white {
  background-color: #fff;
  height: 2px;
  border: none;
}
.advertise-panel-content div.choose-plan-button {
  margin: 0;
}
.advertise-panel-content div.choose-plan-button h3 {
  margin: 0;
  padding: 0;
}
.advertise-panel-content div.choose-plan-button p {
  margin: 5px 0;
  padding: 0 0 10px 0;
  font-size: 16px;
}
.advertise-panel-content div.choose-plan-button p.advertise-button {
  margin: 30px 0;
  padding: 0;
}
.advertise-panel-content div.marketing-framework,
.advertise-panel-content div.marketing-framework {
  border: 1px solid #2794c5;
  width: 100%;
  margin-bottom: 100px;
}
.advertise-panel-content div.marketing-framework ul.marketing-framework-list,
.advertise-panel-content div.marketing-framework ul.marketing-framework-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
  width: 100%;
}
.advertise-panel-content div.marketing-framework ul.marketing-framework-list:before,
.advertise-panel-content div.marketing-framework ul.marketing-framework-list:before,
.advertise-panel-content div.marketing-framework ul.marketing-framework-list:after,
.advertise-panel-content div.marketing-framework ul.marketing-framework-list:after {
  content: " ";
  display: table;
}
.advertise-panel-content div.marketing-framework ul.marketing-framework-list:after,
.advertise-panel-content div.marketing-framework ul.marketing-framework-list:after {
  clear: both;
}
.advertise-panel-content div.marketing-framework ul.marketing-framework-list li,
.advertise-panel-content div.marketing-framework ul.marketing-framework-list li {
  width: 33.3%;
  min-height: 340px;
  margin: 0;
  float: left;
  padding: 30px 40px;
  list-style-type: none;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background-color: #f3f8fd;
}
.advertise-panel-content div.marketing-framework ul.marketing-framework-list li:nth-child(odd),
.advertise-panel-content div.marketing-framework ul.marketing-framework-list li:nth-child(odd) {
  background-color: #e0edf9;
}
@media (max-width: 800px) {
  .advertise-panel-content div.marketing-framework ul.marketing-framework-list li,
  .advertise-panel-content div.marketing-framework ul.marketing-framework-list li {
    width: 50%;
    min-height: 450px;
  }
  .advertise-panel-content div.marketing-framework ul.marketing-framework-list li:nth-child(odd),
  .advertise-panel-content div.marketing-framework ul.marketing-framework-list li:nth-child(odd) {
    background-color: #f3f8fd;
    border-right: 1px solid #e0edf9;
    border-bottom: 1px solid #e0edf9;
  }
  .advertise-panel-content div.marketing-framework ul.marketing-framework-list li:nth-child(even),
  .advertise-panel-content div.marketing-framework ul.marketing-framework-list li:nth-child(even) {
    background-color: #f3f8fd;
    border-right: none;
    border-bottom: 1px solid #e0edf9;
  }
}
.advertise-panel-content div.marketing-framework ul.marketing-framework-list li p,
.advertise-panel-content div.marketing-framework ul.marketing-framework-list li p {
  font-family: "Source Sans Pro";
  font-weight: 300;
  color: #2794c5;
}
.advertise-panel-content div.marketing-framework ul.marketing-framework-list li p strong,
.advertise-panel-content div.marketing-framework ul.marketing-framework-list li p strong {
  color: #2794c5;
  text-transform: uppercase;
  font-family: "Lato";
  font-weight: 900;
  padding: 0 0 20px 0;
  display: block;
  clear: both;
}
.advertise-panel-content div.marketing-framework ul.marketing-framework-list li img,
.advertise-panel-content div.marketing-framework ul.marketing-framework-list li img {
  max-width: 90px;
  display: block;
  margin: 20px auto;
  clear: both;
}
.advertise-panel-content div.marketing-framework div.marketing-framework-standard,
.advertise-panel-content div.marketing-framework div.marketing-framework-standard {
  margin: 30px;
}
.advertise-panel-content div.marketing-framework div.marketing-framework-standard p,
.advertise-panel-content div.marketing-framework div.marketing-framework-standard p,
.advertise-panel-content div.marketing-framework div.marketing-framework-standard li,
.advertise-panel-content div.marketing-framework div.marketing-framework-standard li {
  font-size: 16px;
}
.advertise-panel-content div.marketing-framework div.marketing-framework-standard p,
.advertise-panel-content div.marketing-framework div.marketing-framework-standard p {
  padding: 0;
  margin: 0 0 5px 0;
}
.advertise-panel-content div.marketing-framework div.marketing-framework-standard ul,
.advertise-panel-content div.marketing-framework div.marketing-framework-standard ul {
  margin: 0;
  padding: 0 20px;
}
.advertise-panel-content div.marketing-framework div.marketing-framework-standard ul li,
.advertise-panel-content div.marketing-framework div.marketing-framework-standard ul li {
  margin: 0 5px;
  padding: 5px 0;
  font-size: 18px;
}
.advertise-panel-content .listing-options {
  margin-bottom: 50px;
}
.advertise-panel-content .listing-options thead tr {
  border-bottom: 5px solid #fff;
}
.advertise-panel-content .listing-options thead tr th.highlight {
  background-color: #216180;
  padding: 50px 60px;
  width: 520px;
}
.advertise-panel-content .listing-options thead tr th.highlight h2,
.advertise-panel-content .listing-options thead tr th.highlight h3 {
  color: #fff;
  font-family: "Lato", sans-serif;
}
.advertise-panel-content .listing-options thead tr th.highlight h2 {
  font-size: 28px;
  font-weight: 700;
}
.advertise-panel-content .listing-options thead tr th.highlight h3 {
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
}
.advertise-panel-content .listing-options thead tr th.highlight h3 strong {
  font-weight: 700;
}
.advertise-panel-content .listing-options thead tr th {
  width: 145px;
  border-left: 5px solid #fff;
  background-color: #f3f8fd;
  text-align: center;
}
.advertise-panel-content .listing-options thead tr th h2 {
  text-transform: uppercase;
  color: #216180;
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 5px 0;
}
.advertise-panel-content .listing-options thead tr th p {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  color: #000;
  line-height: 1.7;
}
.advertise-panel-content .listing-options thead tr th p strong {
  font-weight: 900;
  font-style: normal;
  display: block;
  color: #000;
}
.advertise-panel-content .listing-options tbody tr {
  border-bottom: 5px solid #fff;
}
.advertise-panel-content .listing-options tbody tr td {
  border-left: 5px solid #fff;
  color: #000;
  font-style: italic;
  padding: 10px 15px;
  text-align: left;
  font-weight: 300;
}
.advertise-panel-content .listing-options tbody tr td strong {
  display: block;
  font-weight: 700;
  color: #000;
  font-style: normal;
}
.advertise-panel-content .listing-options tbody tr td img {
  max-width: 50px;
  max-height: 50px;
  margin: 5px auto;
  display: block;
}
.advertise-panel-content .listing-options tbody tr td.value {
  font-style: normal;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
.advertise-panel-content .listing-options tbody tr:nth-child(odd) td {
  background-color: #e0edf9;
}
.advertise-panel-content .listing-options tbody tr:nth-child(even) td {
  background-color: #f3f8fd;
}
.advertise-panel-content .listing-options tfoot tr td {
  background-color: #fff;
  padding: 10px 15px;
  margin: 0;
  color: #000;
}
.advertise-panel-content .listing-options tfoot tr td p.select-plan-button {
  text-align: center;
  margin: 5px 0;
  padding: 0;
}
.advertise-panel-content .listing-options tfoot tr td p.select-plan-button a:link,
.advertise-panel-content .listing-options tfoot tr td p.select-plan-button a:visited {
  color: #fff;
  background-color: #2794c5;
  border-radius: 25px;
  line-height: 24px;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  padding: 6px 10px;
  margin: 0;
  font-weight: 700;
}
.advertise-panel-content .listing-options tfoot tr td p.select-plan-button a:hover,
.advertise-panel-content .listing-options tfoot tr td p.select-plan-button a:active {
  text-decoration: none;
}
@media (max-width: 500px) {
  .advertise-panel-content .listing-options thead tr th {
    width: 13%;
    margin: 0 0 0 1%;
  }
  .advertise-panel-content .listing-options thead tr th.highlight {
    width: 70%;
  }
  .advertise-panel-content .listing-options thead tr th.highlight h2 {
    font-size: 22px;
  }
  .advertise-panel-content .listing-options thead tr th.highlight h3 {
    font-size: 18px;
    display: none;
  }
  .advertise-panel-content .listing-options thead tr th h2 {
    font-size: 18px;
  }
  .advertise-panel-content .listing-options thead tr th p {
    font-size: 14px;
  }
  .advertise-panel-content .listing-options thead tr th img {
    max-width: 40px;
    max-height: 40px;
    margin: 5px auto;
    display: block;
  }
  .advertise-panel-content .listing-options tbody tr td {
    padding: 4px;
  }
  .advertise-panel-content .listing-options tbody tr td img {
    max-width: 30px;
    max-height: 30px;
    margin: 5px auto;
    display: block;
  }
  .advertise-panel-content .listing-options tfoot tr td {
    padding: 4px;
    font-size: 17px;
  }
  .advertise-panel-content .listing-options tfoot tr td p.select-plan-button a:link,
  .advertise-panel-content .listing-options tfoot tr td p.select-plan-button a:visited {
    font-size: 11px;
  }
}
.advertise-panel-content .advertise-option-custom {
  *zoom: 1;
  margin-top: 20px;
  padding-bottom: 40px;
}
.advertise-panel-content .advertise-option-custom:before,
.advertise-panel-content .advertise-option-custom:after {
  content: " ";
  display: table;
}
.advertise-panel-content .advertise-option-custom:after {
  clear: both;
}
.advertise-panel-content .advertise-option-custom div h2 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: bold;
}
.advertise-panel-content .advertise-option-custom div h2 span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.advertise-panel-content .advertise-option-custom img {
  width: 30%;
  float: right;
}
.advertise-panel-content p.advertise-button {
  margin: 30px 0;
}
.advertise-panel-content p.advertise-button a:link,
.advertise-panel-content p.advertise-button a:visited {
  color: #fff;
  background-color: #53B267;
  border-radius: 25px;
  height: 50px;
  line-height: 24px;
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 36px;
  font-weight: 700;
}
.advertise-panel-content p.advertise-button a:hover,
.advertise-panel-content p.advertise-button a:active {
  text-decoration: none;
}
.advertise-panel-content.panel1.left img,
.advertise-panel-content.panel2.left img {
  float: left;
}
.advertise-panel-content.panel1.left div.text,
.advertise-panel-content.panel2.left div.text {
  float: left;
  margin: 0 0 0 80px;
}
.advertise-panel-content.panel1.right img,
.advertise-panel-content.panel2.right img {
  float: right;
}
.advertise-panel-content.panel1.right div.text,
.advertise-panel-content.panel2.right div.text {
  float: right;
  margin: 0 80px 0 0;
}
.advertise-panel-content.panel1.advs.panel1 img,
.advertise-panel-content.panel2.advs.panel1 img {
  width: 388px;
}
.advertise-panel-content.panel1.advs.panel1 div.text,
.advertise-panel-content.panel2.advs.panel1 div.text {
  width: 432px;
}
@media (max-width: 1200px) {
  .advertise-panel-content.panel1.advs.panel1,
  .advertise-panel-content.panel2.advs.panel1 {
    margin-top: 80px;
  }
  .advertise-panel-content.panel1.advs.panel1 img,
  .advertise-panel-content.panel2.advs.panel1 img {
    width: 45%;
  }
  .advertise-panel-content.panel1.advs.panel1 div.text,
  .advertise-panel-content.panel2.advs.panel1 div.text {
    width: 50%;
    margin: 0 0 0 5%;
  }
}
@media (max-width: 600px) {
  .advertise-panel-content.panel1.advs.panel1 img,
  .advertise-panel-content.panel2.advs.panel1 img,
  .advertise-panel-content.panel1.advs.panel1 div.text,
  .advertise-panel-content.panel2.advs.panel1 div.text {
    width: 90%;
    margin: 0 auto;
  }
}
.advertise-panel-content.panel1.advs.panel2 img,
.advertise-panel-content.panel2.advs.panel2 img {
  width: 354px;
}
.advertise-panel-content.panel1.advs.panel2 div.text,
.advertise-panel-content.panel2.advs.panel2 div.text {
  width: 466px;
}
@media (max-width: 1200px) {
  .advertise-panel-content.panel1.advs.panel2 img,
  .advertise-panel-content.panel2.advs.panel2 img {
    width: 35%;
  }
  .advertise-panel-content.panel1.advs.panel2 div.text,
  .advertise-panel-content.panel2.advs.panel2 div.text {
    width: 60%;
    margin: 0 5% 0 0;
  }
}
@media (max-width: 600px) {
  .advertise-panel-content.panel1.advs.panel2 img,
  .advertise-panel-content.panel2.advs.panel2 img,
  .advertise-panel-content.panel1.advs.panel2 div.text,
  .advertise-panel-content.panel2.advs.panel2 div.text {
    width: 90%;
    margin: 0 auto;
  }
}
.advertise-panel-content.panel1.listing.panel1 img,
.advertise-panel-content.panel2.listing.panel1 img {
  width: 355px;
}
.advertise-panel-content.panel1.listing.panel1 div.text,
.advertise-panel-content.panel2.listing.panel1 div.text {
  width: 465px;
}
@media (max-width: 1200px) {
  .advertise-panel-content.panel1.listing.panel1,
  .advertise-panel-content.panel2.listing.panel1 {
    margin-top: 80px;
  }
  .advertise-panel-content.panel1.listing.panel1 img,
  .advertise-panel-content.panel2.listing.panel1 img {
    width: 45%;
  }
  .advertise-panel-content.panel1.listing.panel1 div.text,
  .advertise-panel-content.panel2.listing.panel1 div.text {
    width: 50%;
    margin: 0 5% 0 0;
  }
}
@media (max-width: 600px) {
  .advertise-panel-content.panel1.listing.panel1 img,
  .advertise-panel-content.panel2.listing.panel1 img,
  .advertise-panel-content.panel1.listing.panel1 div.text,
  .advertise-panel-content.panel2.listing.panel1 div.text {
    max-width: 300px;
    width: 90%;
    margin: 0 auto;
  }
}
.advertise-panel-content.panel1.listing.panel2 img,
.advertise-panel-content.panel2.listing.panel2 img {
  width: 290px;
}
.advertise-panel-content.panel1.listing.panel2 div.text,
.advertise-panel-content.panel2.listing.panel2 div.text {
  width: 500px;
}
@media (max-width: 1200px) {
  .advertise-panel-content.panel1.listing.panel2 img,
  .advertise-panel-content.panel2.listing.panel2 img {
    width: 35%;
  }
  .advertise-panel-content.panel1.listing.panel2 div.text,
  .advertise-panel-content.panel2.listing.panel2 div.text {
    width: 60%;
    margin: 0 0 0 5%;
  }
}
@media (max-width: 600px) {
  .advertise-panel-content.panel1.listing.panel2 img,
  .advertise-panel-content.panel2.listing.panel2 img,
  .advertise-panel-content.panel1.listing.panel2 div.text,
  .advertise-panel-content.panel2.listing.panel2 div.text {
    max-width: 300px;
    width: 90%;
    margin: 0 auto;
  }
}
.advertise-panel-content.panel1 img {
  margin: 0 0 0 0;
}
.advertise-panel-content.panel1 div.text {
  clear: none;
}
.advertise-panel-content.panel2 {
  margin-top: 80px;
}
.advertise-panel-content.panel2 img {
  margin: 0 0 0 0;
}
.advertise-panel-content.panel2 div.text {
  clear: none;
}
.advertise-panel-content.wide {
  width: 100%;
}
.advertise-panel-content.wide img.top {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 338px;
  left: calc(50% - 169px);
  right: calc(50% - 169px);
  top: -200px;
}
@media (max-width: 1200px) {
  .advertise-panel-content.wide img.top {
    width: 238px;
    left: calc(50% - 119px);
    right: calc(50% - 119px);
    top: -150px;
  }
}
.advertise-panel-content.awards {
  border: 5px solid #ededee;
  padding: 10px 20px 20px 20px;
}
.advertise-panel-content.awards h2 {
  text-align: center;
  color: #666666;
  font-weight: 900;
  font-size: 28px;
  margin: 30px 0;
}
.advertise-panel-content.awards ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
.advertise-panel-content.awards ul:before,
.advertise-panel-content.awards ul:after {
  content: " ";
  display: table;
}
.advertise-panel-content.awards ul:after {
  clear: both;
}
.advertise-panel-content.awards ul li {
  margin: 0 10px 0 0;
  padding: 20px 10px 0 0;
  list-style-type: none;
  float: left;
  font-weight: 900;
  font-size: 18px;
  color: #5d5d5d;
  min-height: 150px;
  text-align: center;
}
.advertise-panel-content.awards ul li:first-child {
  width: 215px;
}
.advertise-panel-content.awards ul li:nth-child(2) {
  width: 215px;
}
.advertise-panel-content.awards ul li:nth-child(3) {
  width: 201px;
}
.advertise-panel-content.awards ul li img {
  display: block;
  padding-bottom: 20px;
  margin: 0 auto;
  width: auto;
  max-width: 200px;
  max-height: 80px;
}
.advertise-panel-content.awards ul li:last-child {
  border-right: none;
  width: 175px;
  margin-right: 0;
  padding-right: 0;
}
.advertise-panel-content.awards ul li:last-child img {
  max-width: 180px;
  max-height: 95px;
  margin-top: -10px;
  padding-bottom: 10px;
}
@media (max-width: 660px) {
  .advertise-panel-content.awards ul li {
    width: 100% !important;
    float: none;
  }
  .advertise-panel-content.awards ul li img {
    max-width: 300px;
    max-height: 150px;
  }
}
.advertise-panel-content ul.advertise-goals {
  margin: 25px 0 0 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
.advertise-panel-content ul.advertise-goals:before,
.advertise-panel-content ul.advertise-goals:after {
  content: " ";
  display: table;
}
.advertise-panel-content ul.advertise-goals:after {
  clear: both;
}
.advertise-panel-content ul.advertise-goals li {
  margin: 0;
  padding: 0 0 35px 0;
  font-size: 18px !important;
  color: #000;
  *zoom: 1;
}
.advertise-panel-content ul.advertise-goals li strong {
  color: #333;
}
.advertise-panel-content ul.advertise-goals li:before,
.advertise-panel-content ul.advertise-goals li:after {
  content: " ";
  display: table;
}
.advertise-panel-content ul.advertise-goals li:after {
  clear: both;
}
.advertise-panel-content ul.advertise-goals li img {
  max-width: 120px;
  float: left;
  margin: 0 30px 0 0;
}
.advertise-panel-content ul.advertise-goals li h2 {
  display: block;
  margin: 0;
  padding: 25px 0 0 0;
  font-size: 25px !important;
  color: #0f3556;
  font-weight: 900;
}
.advertise-panel-content ul.advertise-endorsements {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.advertise-panel-content ul.advertise-endorsements.listing {
  margin-bottom: 80px;
}
.advertise-panel-content ul.advertise-endorsements.listing img {
  float: right;
  margin-right: 0;
  margin-left: 25px;
}
.advertise-panel-content ul.advertise-endorsements li {
  clear: both;
  margin: 0;
  padding: 0 0 30px 0;
  list-style-type: none;
  font-style: italic;
}
.advertise-panel-content ul.advertise-endorsements li img {
  float: left;
  max-width: 160px;
  margin-right: 50px;
}
.advertise-panel-content ul.advertise-endorsements li:nth-child(even) img {
  float: right;
  margin-right: 0;
  margin-left: 25px;
}
.advertise-panel-content ul.advertise-endorsements li strong {
  display: block;
  margin-top: 0px;
  font-style: normal;
}
.advertise-panel-content ul.advertise-endorsements li p {
  padding: 20px 0 20px 0;
  font-size: 21px;
  line-height: 1.4;
}
.advertise-panel-content ul.get-started-steps {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.advertise-panel-content ul.get-started-steps li {
  margin: 0;
  padding: 10px 0 30px 0;
  list-style-type: none;
  *zoom: 1;
}
.advertise-panel-content ul.get-started-steps li:before,
.advertise-panel-content ul.get-started-steps li:after {
  content: " ";
  display: table;
}
.advertise-panel-content ul.get-started-steps li:after {
  clear: both;
}
.advertise-panel-content ul.get-started-steps li span {
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  float: left;
  padding: 5px 0;
  line-height: 60px;
  font-size: 45px;
  text-align: center;
  margin: 0 10px 10px 60px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
@media (max-width: 800px) {
  .advertise-panel-content ul.get-started-steps li span {
    margin: 0 10px 10px 10px;
  }
}
.advertise-panel-content ul.get-started-steps li div {
  float: left;
  width: 700px;
  margin-left: 40px;
  color: #000;
}
@media (max-width: 800px) {
  .advertise-panel-content ul.get-started-steps li div {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}
.advertise-panel-content ul.get-started-steps li div h2,
.advertise-panel-content ul.get-started-steps li div p {
  margin: 0;
  padding: 0;
}
.advertise-panel-content ul.get-started-steps li div h2 {
  font-weight: 700;
  margin: 0 0 10px 0;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
}
.advertise-panel-content ul.get-started-steps li div p {
  font-weight: normal;
  margin: 0 0 10px 0;
  font-size: 17px;
}
.advertise-panel-content ul.get-started-steps li.step1 span {
  background-color: #5fad5e;
}
.advertise-panel-content ul.get-started-steps li.step2 span {
  background-color: #4993c1;
}
.advertise-panel-content ul.get-started-steps li.step3 span {
  background-color: #32607d;
}
.advertise-panel-content ul.get-started-steps.listing li.step1 span {
  background-color: #3cb053;
}
.advertise-panel-content ul.get-started-steps.listing li.step2 span {
  background-color: #2794c5;
}
.advertise-panel-content ul.get-started-steps.listing li.step3 span {
  background-color: #70bf44;
}
.advertise-panel-content ul.get-started-steps.listing li.step4 span {
  background-color: #216180;
}
.advertise-panel-content div.advertise-buttons {
  *zoom: 1;
}
.advertise-panel-content div.advertise-buttons:before,
.advertise-panel-content div.advertise-buttons:after {
  content: " ";
  display: table;
}
.advertise-panel-content div.advertise-buttons:after {
  clear: both;
}
.advertise-panel-content div.advertise-buttons p.advertise-button {
  float: left;
  margin: 0 40px 0 0;
}
.advertise-panel-content div.advertise-options div.advertise-option {
  *zoom: 1;
  color: #000;
  background-color: #e2edf8;
  position: relative;
  padding: 40px 0;
}
.advertise-panel-content div.advertise-options div.advertise-option:before,
.advertise-panel-content div.advertise-options div.advertise-option:after {
  content: " ";
  display: table;
}
.advertise-panel-content div.advertise-options div.advertise-option:after {
  clear: both;
}
.advertise-panel-content div.advertise-options div.advertise-option h2 {
  font-size: 24px;
  margin: 0;
  padding: 5px 0;
}
.advertise-panel-content div.advertise-options div.advertise-option.heading {
  background-color: #4993c1;
  text-align: center;
}
.advertise-panel-content div.advertise-options div.advertise-option.heading h2,
.advertise-panel-content div.advertise-options div.advertise-option.heading p {
  color: #fff;
  margin: 0;
  padding: 0;
}
.advertise-panel-content div.advertise-options div.advertise-option.heading h2 {
  font-size: 28px;
  margin: 0 0 20px 0;
}
.advertise-panel-content div.advertise-options div.advertise-option.heading p {
  font-size: 22px;
  font-style: italic;
}
.advertise-panel-content div.advertise-options div.advertise-option p {
  margin: 5px 0;
  padding: 5px 0;
}
.advertise-panel-content div.advertise-options div.advertise-option p.price {
  margin: 0;
  padding: 0;
}
.advertise-panel-content div.advertise-options div.advertise-option img {
  width: 220px;
  margin-left: 66px;
  margin-right: 46px;
}
.advertise-panel-content div.advertise-options div.advertise-option img.article {
  position: absolute;
  z-index: 100;
  top: 105px;
  left: -5px;
}
.advertise-panel-content div.advertise-options div.advertise-option img.article.thoughtleader {
  left: -73px;
  top: 48px;
  width: 292px;
}
.advertise-panel-content div.advertise-options div.advertise-option div {
  width: 568px;
  float: right;
}
.advertise-panel-content div.advertise-options div.advertise-option.alt {
  background-color: #f4f8fc;
}
.advertise-panel-content div.advertise-options div.advertise-option.alt img {
  float: right;
  margin: 0 46px 0 0;
}
.advertise-panel-content div.advertise-options div.advertise-option.alt div {
  float: left;
  margin-left: 66px;
  margin-right: 0px;
}
.advertise-panel-content div.advertise-options div.advertise-option.alt div.margin {
  margin-left: 332px;
}
@media (max-width: 1000px) {
  .advertise-panel-content div.advertise-options div.advertise-option div {
    width: 50%;
  }
  .advertise-panel-content div.advertise-options div.advertise-option img {
    width: 25%;
    margin: 0 6% 0 4%;
  }
  .advertise-panel-content div.advertise-options div.advertise-option img.article.thoughtleader {
    width: 150px;
  }
  .advertise-panel-content div.advertise-options div.advertise-option.alt img {
    margin: 0 6% 0 0;
  }
  .advertise-panel-content div.advertise-options div.advertise-option.alt div {
    margin-right: 0;
  }
  .advertise-panel-content div.advertise-options div.advertise-option.alt div.margin {
    margin-left: 41%;
  }
}
@media (max-width: 550px) {
  .advertise-panel-content div.advertise-options div.advertise-option div,
  .advertise-panel-content div.advertise-options div.advertise-option.alt div,
  .advertise-panel-content div.advertise-options div.advertise-option.alt div.margin {
    width: 92%;
    margin: 1% 4%;
  }
  .advertise-panel-content div.advertise-options div.advertise-option img {
    display: none;
  }
}
.advertise-panel-content .msg.success h2,
.advertise-panel-content .msg.success p {
  color: #fff;
}
.advertise-panel-content .msg.success h2 {
  font-size: 20px;
}
.advertise-panel-content form {
  max-width: 750px;
}
.advertise-panel-content form fieldset div {
  *zoom: 1;
  padding: 0 20px 0 0;
}
.advertise-panel-content form fieldset div:before,
.advertise-panel-content form fieldset div:after {
  content: " ";
  display: table;
}
.advertise-panel-content form fieldset div:after {
  clear: both;
}
.advertise-panel-content form fieldset div label {
  float: left;
  width: 175px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}
.advertise-panel-content form fieldset div label span {
  font-size: 13px;
  font-style: italic;
  clear: both;
  display: block;
  font-weight: normal;
  color: #BFBFC1;
  text-transform: none;
}
.advertise-panel-content form fieldset div textarea {
  height: 150px;
}
.advertise-panel-content form fieldset div input,
.advertise-panel-content form fieldset div textarea {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  width: 500px;
  padding: 1% 20px;
  float: right;
  border-radius: 0;
}
@media (max-width: 550px) {
  .advertise-panel-content form fieldset div input,
  .advertise-panel-content form fieldset div textarea {
    width: 100%;
  }
}
.advertise-panel-content form fieldset div ul.select {
  width: 500px;
  float: right;
}
@media (max-width: 550px) {
  .advertise-panel-content form fieldset div ul.select {
    width: 100%;
  }
}
.advertise-panel-content form fieldset div ul.select li.main {
  padding: 1%;
}
.advertise-panel-content form fieldset div ul.select li.main a:link,
.advertise-panel-content form fieldset div ul.select li.main a:visited {
  color: #5a5a5a !important;
}
.advertise-panel-content form fieldset div.buttons input[type=submit] {
  float: right;
  width: 200px;
  color: #fff;
  background-color: #32607d;
  border-radius: 25px;
  border: none;
  height: 50px;
  line-height: 24px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 12px 36px;
  font-weight: bold;
}
.advertise-panel-content form fieldset div.buttons input[type=submit]:hover {
  box-shadow: none;
}
ul.advertise-ctas {
  *zoom: 1;
  clear: both;
  margin: 0;
  padding: 40px 0 0 20px;
}
ul.advertise-ctas:before,
ul.advertise-ctas:after {
  content: " ";
  display: table;
}
ul.advertise-ctas:after {
  clear: both;
}
ul.advertise-ctas li {
  float: left;
  width: 31.3%;
  margin: 0 2% 0 0;
  list-style-type: none;
  padding: 20px 0 20px 75px;
  color: #216180;
  font-family: Lato, sans-serif;
}
ul.advertise-ctas li:last-child {
  margin: 0;
}
ul.advertise-ctas li strong {
  color: #216180;
  font-weight: 700;
}
ul.advertise-ctas li.cta1 {
  background: transparent url(../img/content/cta1.svg) no-repeat 0 50%;
  background-size: 70px;
}
ul.advertise-ctas li.cta2 {
  background: transparent url(../img/content/cta2.svg) no-repeat 0 50%;
  background-size: 70px;
}
ul.advertise-ctas li.cta3 {
  background: transparent url(../img/content/cta3.svg) no-repeat 0 50%;
  background-size: 70px;
}
ul.advertise-ctas li.cta4 {
  background: transparent url(../img/content/cta4.svg) no-repeat 0 50%;
  background-size: 70px;
}
ul.advertise-ctas li.cta-certifications,
ul.advertise-ctas li.cta5 {
  background: transparent url(../img/content/cta5.svg) no-repeat 0 50%;
  background-size: 70px;
}
ul.advertise-ctas li.cta6 {
  background: transparent url(../img/content/cta6.svg) no-repeat 0 50%;
  background-size: 70px;
}
ul.advertise-ctas li.cta-events {
  background: transparent url(../img/content/cta-events.svg) no-repeat 0 50%;
  background-size: 70px;
}
ul.advertise-ctas li.cta-thought-leaders {
  background: transparent url(../img/content/cta-thought-leaders.svg) no-repeat 0 50%;
  background-size: 70px;
}
@media (max-width: 600px) {
  ul.advertise-ctas li {
    width: 90%;
    float: none;
    margin: 40px 0;
  }
}
ul.advertise-ctas img {
  width: 60px;
}
section.page .content.corporate div.partner-panel {
  margin: 60px 0;
  clear: both;
}
section.page .content.corporate div.partner-panel:first-child {
  margin: 0 0 60px 0;
}
section.page .content.corporate div.partner-panel h2,
section.page .content.corporate div.partner-panel h3,
section.page .content.corporate div.partner-panel p {
  margin: 0;
  padding: 0;
}
section.page .content.corporate div.partner-panel h2 {
  margin-bottom: 20px;
  font-size: 26px;
  color: #000;
  font-weight: bold;
}
section.page .content.corporate div.partner-panel h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-transform: none;
}
section.page .content.corporate div.partner-panel h4 {
  color: #53B267;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
section.page .content.corporate div.partner-panel p {
  font-size: 18px;
  margin: 10px 0 20px 0;
  padding: 0 0 20px 0;
  line-height: 1.4;
}
section.page .content.corporate div.partner-events div.partner-event,
section.page .content.corporate div.partner-programs div.partner-event,
section.page .content.corporate div.partner-events div.partner-program,
section.page .content.corporate div.partner-programs div.partner-program {
  clear: both;
  *zoom: 1;
}
section.page .content.corporate div.partner-events div.partner-event:before,
section.page .content.corporate div.partner-programs div.partner-event:before,
section.page .content.corporate div.partner-events div.partner-program:before,
section.page .content.corporate div.partner-programs div.partner-program:before,
section.page .content.corporate div.partner-events div.partner-event:after,
section.page .content.corporate div.partner-programs div.partner-event:after,
section.page .content.corporate div.partner-events div.partner-program:after,
section.page .content.corporate div.partner-programs div.partner-program:after {
  content: " ";
  display: table;
}
section.page .content.corporate div.partner-events div.partner-event:after,
section.page .content.corporate div.partner-programs div.partner-event:after,
section.page .content.corporate div.partner-events div.partner-program:after,
section.page .content.corporate div.partner-programs div.partner-program:after {
  clear: both;
}
section.page .content.corporate div.partner-events div.partner-event img,
section.page .content.corporate div.partner-programs div.partner-event img,
section.page .content.corporate div.partner-events div.partner-program img,
section.page .content.corporate div.partner-programs div.partner-program img {
  float: right;
  width: 200px;
}
section.page .content.corporate div.partner-events div.partner-event div.description,
section.page .content.corporate div.partner-programs div.partner-event div.description,
section.page .content.corporate div.partner-events div.partner-program div.description,
section.page .content.corporate div.partner-programs div.partner-program div.description {
  float: left;
  width: calc(100% - 220px);
  text-align: justify;
}
section.page .content.corporate div.partner-events div.partner-event h2,
section.page .content.corporate div.partner-programs div.partner-event h2,
section.page .content.corporate div.partner-events div.partner-program h2,
section.page .content.corporate div.partner-programs div.partner-program h2,
section.page .content.corporate div.partner-events div.partner-event p,
section.page .content.corporate div.partner-programs div.partner-event p,
section.page .content.corporate div.partner-events div.partner-program p,
section.page .content.corporate div.partner-programs div.partner-program p {
  margin: 0;
  padding: 0 0 10px 0;
}
section.page .content.corporate div.partner-events div.partner-event p a:link,
section.page .content.corporate div.partner-programs div.partner-event p a:link,
section.page .content.corporate div.partner-events div.partner-program p a:link,
section.page .content.corporate div.partner-programs div.partner-program p a:link,
section.page .content.corporate div.partner-events div.partner-event p a:visited,
section.page .content.corporate div.partner-programs div.partner-event p a:visited,
section.page .content.corporate div.partner-events div.partner-program p a:visited,
section.page .content.corporate div.partner-programs div.partner-program p a:visited {
  color: #000;
}
section.page .content.corporate div.partner-events div.partner-event p a:hover,
section.page .content.corporate div.partner-programs div.partner-event p a:hover,
section.page .content.corporate div.partner-events div.partner-program p a:hover,
section.page .content.corporate div.partner-programs div.partner-program p a:hover,
section.page .content.corporate div.partner-events div.partner-event p a:active,
section.page .content.corporate div.partner-programs div.partner-event p a:active,
section.page .content.corporate div.partner-events div.partner-program p a:active,
section.page .content.corporate div.partner-programs div.partner-program p a:active {
  color: #3876F1;
}
section.page .content.corporate div.partner-events div.partner-event.partner-program,
section.page .content.corporate div.partner-programs div.partner-event.partner-program,
section.page .content.corporate div.partner-events div.partner-program.partner-program,
section.page .content.corporate div.partner-programs div.partner-program.partner-program {
  padding: 20px;
}
section.page .content.corporate div.partner-events div.partner-event.partner-program:nth-child(odd),
section.page .content.corporate div.partner-programs div.partner-event.partner-program:nth-child(odd),
section.page .content.corporate div.partner-events div.partner-program.partner-program:nth-child(odd),
section.page .content.corporate div.partner-programs div.partner-program.partner-program:nth-child(odd) {
  background-color: #e2ecf8;
}
section.page .content.corporate div.partner-events div.partner-event.partner-program:nth-child(even),
section.page .content.corporate div.partner-programs div.partner-event.partner-program:nth-child(even),
section.page .content.corporate div.partner-events div.partner-program.partner-program:nth-child(even),
section.page .content.corporate div.partner-programs div.partner-program.partner-program:nth-child(even) {
  background-color: #f4f8fd;
}
section.page .content.corporate div.partner-events div.partner-event.partner-program img,
section.page .content.corporate div.partner-programs div.partner-event.partner-program img,
section.page .content.corporate div.partner-events div.partner-program.partner-program img,
section.page .content.corporate div.partner-programs div.partner-program.partner-program img {
  float: left;
  width: 160px;
}
section.page .content.corporate div.partner-events div.partner-event.partner-program div.description,
section.page .content.corporate div.partner-programs div.partner-event.partner-program div.description,
section.page .content.corporate div.partner-events div.partner-program.partner-program div.description,
section.page .content.corporate div.partner-programs div.partner-program.partner-program div.description {
  float: right;
  width: calc(100% - 180px);
}
@media (max-width: 600px) {
  section.page .content.corporate div.partner-events div.partner-event.partner-program img,
  section.page .content.corporate div.partner-programs div.partner-event.partner-program img,
  section.page .content.corporate div.partner-events div.partner-program.partner-program img,
  section.page .content.corporate div.partner-programs div.partner-program.partner-program img {
    float: none;
    max-width: 250px;
    margin: 0 auto 10px auto;
    display: block;
  }
  section.page .content.corporate div.partner-events div.partner-event.partner-program div.description,
  section.page .content.corporate div.partner-programs div.partner-event.partner-program div.description,
  section.page .content.corporate div.partner-events div.partner-program.partner-program div.description,
  section.page .content.corporate div.partner-programs div.partner-program.partner-program div.description {
    float: none;
    width: 100%;
  }
}
section.page .content.corporate div.partner-events div.partner-event.partner-event,
section.page .content.corporate div.partner-programs div.partner-event.partner-event,
section.page .content.corporate div.partner-events div.partner-program.partner-event,
section.page .content.corporate div.partner-programs div.partner-program.partner-event {
  border-bottom: 1px solid #F4F5F8;
  padding: 20px;
}
section.page .content.corporate div.partner-events div.partner-event.partner-event:nth-child(odd),
section.page .content.corporate div.partner-programs div.partner-event.partner-event:nth-child(odd),
section.page .content.corporate div.partner-events div.partner-program.partner-event:nth-child(odd),
section.page .content.corporate div.partner-programs div.partner-program.partner-event:nth-child(odd) {
  background-color: #dfdfe1;
}
section.page .content.corporate div.partner-events div.partner-event.partner-event:nth-child(even),
section.page .content.corporate div.partner-programs div.partner-event.partner-event:nth-child(even),
section.page .content.corporate div.partner-events div.partner-program.partner-event:nth-child(even),
section.page .content.corporate div.partner-programs div.partner-program.partner-event:nth-child(even) {
  background-color: #ecedee;
}
section.page .content.corporate div.partner-events div.partner-event.partner-event h2,
section.page .content.corporate div.partner-programs div.partner-event.partner-event h2,
section.page .content.corporate div.partner-events div.partner-program.partner-event h2,
section.page .content.corporate div.partner-programs div.partner-program.partner-event h2 {
  font-size: 22px;
}
section.page .content.corporate div.partner-events div.partner-event.partner-event h4.month,
section.page .content.corporate div.partner-programs div.partner-event.partner-event h4.month,
section.page .content.corporate div.partner-events div.partner-program.partner-event h4.month,
section.page .content.corporate div.partner-programs div.partner-program.partner-event h4.month {
  text-transform: uppercase;
  font-size: 17px;
  color: #216180;
}
section.page .content.corporate div.partner-events div.partner-event.partner-event p,
section.page .content.corporate div.partner-programs div.partner-event.partner-event p,
section.page .content.corporate div.partner-events div.partner-program.partner-event p,
section.page .content.corporate div.partner-programs div.partner-program.partner-event p {
  font-size: 18px;
  color: #000;
}
@media (max-width: 600px) {
  section.page .content.corporate div.partner-events div.partner-event.partner-event img,
  section.page .content.corporate div.partner-programs div.partner-event.partner-event img,
  section.page .content.corporate div.partner-events div.partner-program.partner-event img,
  section.page .content.corporate div.partner-programs div.partner-program.partner-event img {
    float: none;
    max-width: 250px;
    margin: 0 auto 10px auto;
    display: block;
  }
  section.page .content.corporate div.partner-events div.partner-event.partner-event div.description,
  section.page .content.corporate div.partner-programs div.partner-event.partner-event div.description,
  section.page .content.corporate div.partner-events div.partner-program.partner-event div.description,
  section.page .content.corporate div.partner-programs div.partner-program.partner-event div.description {
    float: none;
    width: 100%;
  }
}
section.page .content.corporate div.thought-leaders {
  *zoom: 1;
}
section.page .content.corporate div.thought-leaders:before,
section.page .content.corporate div.thought-leaders:after {
  content: " ";
  display: table;
}
section.page .content.corporate div.thought-leaders:after {
  clear: both;
}
section.page .content.corporate div.thought-leaders div.thought-leader {
  float: left;
  width: 46%;
  padding: 40px 10px;
}
section.page .content.corporate div.thought-leaders div.thought-leader img {
  border-radius: 50%;
  width: 190px;
  margin: 0 auto;
  display: block;
}
section.page .content.corporate div.thought-leaders div.thought-leader h2,
section.page .content.corporate div.thought-leaders div.thought-leader h3 {
  text-align: center;
}
section.page .content.corporate div.thought-leaders div.thought-leader p {
  text-align: justify;
}
section.page .content.corporate div.thought-leaders div.thought-leader p.read-more {
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 600px) {
  section.page .content.corporate div.thought-leaders div.thought-leader {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
div.marketing-framework div.header,
div.choose-plan-grid div.header {
  background-color: #2794c5;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
div.marketing-framework div.header h2,
div.choose-plan-grid div.header h2,
div.marketing-framework div.header h3,
div.choose-plan-grid div.header h3 {
  color: #fff;
  font-family: "Lato", sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
}
div.marketing-framework div.header h2,
div.choose-plan-grid div.header h2 {
  font-size: 28px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
div.marketing-framework div.header h3,
div.choose-plan-grid div.header h3 {
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
}
div.marketing-framework div.header h3 strong,
div.choose-plan-grid div.header h3 strong {
  font-weight: 900;
  font-style: normal;
}
.discount {
  color: #fff;
  padding: 15px 20px 15px 15px;
  font-size: 16px;
  font-weight: bold;
  background: #4da961 url(../img/white-square.svg) no-repeat 100.5% 50%;
  margin: 0 0 20px -30px;
  display: block;
  width: 300px;
}
.plan-radio {
  *zoom: 1;
  background-color: #fff;
}
.plan-radio:before,
.plan-radio:after {
  content: " ";
  display: table;
}
.plan-radio:after {
  clear: both;
}
.plan-radio .radio:last-child {
  margin-left: 30px !important;
}
.monthlyAnnual {
  clear: both;
  *zoom: 1;
}
.monthlyAnnual:before,
.monthlyAnnual:after {
  content: " ";
  display: table;
}
.monthlyAnnual:after {
  clear: both;
}
.monthlyAnnual h2,
.monthlyAnnual .buttons {
  margin: 0 30px 0 0;
  padding: 0;
  float: left;
}
.monthlyAnnual .radio {
  margin: 3px 0 0 10px;
  padding: 0;
  float: left;
}
.monthlyAnnual .radio label {
  display: inline;
  margin: 0 10px;
}
.monthlyAnnual .discount {
  float: left;
  margin-left: 20px;
  margin-top: -10px;
}
.discount.padded {
  margin-left: 0;
}
.plan-frequency-select {
  *zoom: 1;
}
.plan-frequency-select:before,
.plan-frequency-select:after {
  content: " ";
  display: table;
}
.plan-frequency-select:after {
  clear: both;
}
.plan-frequency-select ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.plan-frequency-select ul li {
  float: left;
}
.plan-frequency-select ul li input,
.plan-frequency-select ul li label {
  display: inline;
  margin: 0 4px;
  font-weight: bold;
}
.listing-plans {
  *zoom: 1;
}
.listing-plans:before,
.listing-plans:after {
  content: " ";
  display: table;
}
.listing-plans:after {
  clear: both;
}
.listing-plans nav.listingPlansNav {
  display: none;
}
@media (max-width: 850px) {
  .listing-plans nav.listingPlansNav {
    display: block;
  }
}
.listing-plans nav.listingPlansNav ul {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.listing-plans nav.listingPlansNav ul:before,
.listing-plans nav.listingPlansNav ul:after {
  content: " ";
  display: table;
}
.listing-plans nav.listingPlansNav ul:after {
  clear: both;
}
.listing-plans nav.listingPlansNav ul li {
  margin: 0 2.5% 8px 0;
  padding: 0;
  float: left;
  width: 18%;
}
.listing-plans nav.listingPlansNav ul li.active {
  margin: 0 2.5% 0 0;
  border-bottom-width: 16px !important;
}
.listing-plans nav.listingPlansNav ul li.starter {
  border-bottom: 8px solid #e26851;
}
.listing-plans nav.listingPlansNav ul li.starter a:link,
.listing-plans nav.listingPlansNav ul li.starter a:visited {
  color: #e26851;
}
.listing-plans nav.listingPlansNav ul li.growth {
  border-bottom: 8px solid #dc9d3c;
}
.listing-plans nav.listingPlansNav ul li.growth a:link,
.listing-plans nav.listingPlansNav ul li.growth a:visited {
  color: #dc9d3c;
}
.listing-plans nav.listingPlansNav ul li.pro {
  border-bottom: 8px solid #2f8abc;
}
.listing-plans nav.listingPlansNav ul li.pro a:link,
.listing-plans nav.listingPlansNav ul li.pro a:visited {
  color: #2f8abc;
}
.listing-plans nav.listingPlansNav ul li.leader {
  border-bottom: 8px solid #1a9867;
}
.listing-plans nav.listingPlansNav ul li.leader a:link,
.listing-plans nav.listingPlansNav ul li.leader a:visited {
  color: #1a9867;
}
.listing-plans nav.listingPlansNav ul li.enterprise {
  border-bottom: 8px solid #225673;
}
.listing-plans nav.listingPlansNav ul li.enterprise a:link,
.listing-plans nav.listingPlansNav ul li.enterprise a:visited {
  color: #225673;
}
.listing-plans nav.listingPlansNav ul li:last-child {
  margin: 0;
}
.listing-plans nav.listingPlansNav ul li a:link,
.listing-plans nav.listingPlansNav ul li a:visited {
  display: block;
  padding: 2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 650px) {
  .listing-plans nav.listingPlansNav ul li a:link,
  .listing-plans nav.listingPlansNav ul li a:visited {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .listing-plans nav.listingPlansNav ul li a:link,
  .listing-plans nav.listingPlansNav ul li a:visited {
    font-size: 12px;
  }
}
.listing-plans.upgrade .listing-plan {
  width: 18.5%;
  margin: 0 1% 0 0 !important;
}
.listing-plans.upgrade .listing-plan.starter,
.listing-plans.upgrade .listing-plan.growth,
.listing-plans.upgrade .listing-plan.pro,
.listing-plans.upgrade .listing-plan.leader,
.listing-plans.upgrade .listing-plan.enterprise {
  margin-top: 20px;
}
.listing-plans.upgrade .listing-plan.starter .details .details-wrapper .listing-subtitle,
.listing-plans.upgrade .listing-plan.growth .details .details-wrapper .listing-subtitle,
.listing-plans.upgrade .listing-plan.pro .details .details-wrapper .listing-subtitle,
.listing-plans.upgrade .listing-plan.leader .details .details-wrapper .listing-subtitle,
.listing-plans.upgrade .listing-plan.enterprise .details .details-wrapper .listing-subtitle {
  min-height: 130px;
}
.listing-plans.upgrade .listing-plan.starter.active,
.listing-plans.upgrade .listing-plan.growth.active,
.listing-plans.upgrade .listing-plan.pro.active,
.listing-plans.upgrade .listing-plan.leader.active,
.listing-plans.upgrade .listing-plan.enterprise.active {
  margin-top: -20px !important;
  width: 19%;
}
.listing-plans .listing-plan {
  float: left;
  width: 18%;
  margin: 0 2.5% 0 0;
  padding: 0;
  font-size: 12px;
}
.listing-plans .listing-plan:last-child {
  margin: 0 0 0 0;
}
.listing-plans .listing-plan li,
.listing-plans .listing-plan p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.listing-plans .listing-plan ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.listing-plans .listing-plan ul li {
  margin: 0;
  padding: 0;
}
.listing-plans .listing-plan p.additional-options {
  margin-top: 6px;
  font-style: italic;
}
.listing-plans .listing-plan.starter {
  margin-top: 60px;
}
.listing-plans .listing-plan.starter.active {
  border: 1px solid #e26851;
  box-shadow: 0 0 10px 0 #e26851;
}
.listing-plans .listing-plan.starter .details {
  background-color: #fcf7ec;
}
.listing-plans .listing-plan.starter .details .promo {
  background-color: #e26851;
  margin: 0;
  padding: 0;
  height: 5px;
}
.listing-plans .listing-plan.starter .details .promo.expand {
  height: 20px;
}
.listing-plans .listing-plan.starter .details .promo.collapse {
  height: 5px;
  margin-bottom: 35px;
}
.listing-plans .listing-plan.starter .details .details-wrapper h2 {
  color: #e26851;
}
.listing-plans .listing-plan.starter .details .details-wrapper .listing-subtitle {
  min-height: 85px;
}
.listing-plans .listing-plan.starter .details .details-wrapper .currentPlan {
  background-color: #e26851;
}
.listing-plans .listing-plan.starter p.additional-options a {
  color: #e26851;
}
.listing-plans .listing-plan.growth {
  margin-top: 45px;
}
.listing-plans .listing-plan.growth.active {
  border: 1px solid #dc9d3c;
  box-shadow: 0 0 10px 0 #dc9d3c;
}
.listing-plans .listing-plan.growth .details {
  background-color: #fcf7ec;
}
.listing-plans .listing-plan.growth .details .promo {
  background-color: #dc9d3c;
  margin: 0;
  padding: 0;
  height: 5px;
}
.listing-plans .listing-plan.growth .details .promo.expand {
  height: 20px;
}
.listing-plans .listing-plan.growth .details .promo.collapse {
  height: 5px;
  margin-bottom: 35px;
}
.listing-plans .listing-plan.growth .details .details-wrapper h2 {
  color: #dc9d3c;
}
.listing-plans .listing-plan.growth .details .details-wrapper .listing-subtitle {
  min-height: 100px;
}
.listing-plans .listing-plan.growth .details .details-wrapper .currentPlan {
  background-color: #dc9d3c;
}
.listing-plans .listing-plan.growth p.additional-options a {
  color: #dc9d3c;
}
.listing-plans .listing-plan.pro {
  margin-top: 30px;
}
.listing-plans .listing-plan.pro.active {
  border: 1px solid #2f8abc;
  box-shadow: 0 0 10px 0 #2f8abc;
}
.listing-plans .listing-plan.pro .details {
  background-color: #ebf5f9;
}
.listing-plans .listing-plan.pro .details .promo {
  background-color: #2f8abc;
  margin: 0;
  padding: 0;
  height: 5px;
}
.listing-plans .listing-plan.pro .details .promo.expand {
  height: 20px;
}
.listing-plans .listing-plan.pro .details .promo.collapse {
  height: 5px;
  margin-bottom: 35px;
}
.listing-plans .listing-plan.pro .details .details-wrapper h2 {
  color: #2f8abc;
}
.listing-plans .listing-plan.pro .details .details-wrapper .listing-subtitle {
  min-height: 115px;
}
.listing-plans .listing-plan.pro .details .details-wrapper .currentPlan {
  background-color: #2f8abc;
}
.listing-plans .listing-plan.pro p.additional-options a {
  color: #2f8abc;
}
.listing-plans .listing-plan.leader {
  margin-top: 5px;
}
.listing-plans .listing-plan.leader.active {
  border: 1px solid #1a9867;
  box-shadow: 0 0 10px 0 #1a9867;
}
.listing-plans .listing-plan.leader .details {
  background-color: #e7f6f1;
}
.listing-plans .listing-plan.leader .details .promo {
  background-color: #1a9867;
  margin: 0;
  padding: 2px 0 0 0;
  height: 20px;
}
.listing-plans .listing-plan.leader .details .promo.expand {
  height: 20px;
}
.listing-plans .listing-plan.leader .details .promo.collapse {
  height: 5px;
  margin-bottom: 35px;
}
.listing-plans .listing-plan.leader .details .details-wrapper h2 {
  color: #1a9867;
}
.listing-plans .listing-plan.leader .details .details-wrapper .listing-subtitle {
  min-height: 125px;
}
.listing-plans .listing-plan.leader .details .details-wrapper .currentPlan {
  background-color: #1a9867;
}
.listing-plans .listing-plan.leader p.additional-options a {
  color: #1a9867;
}
.listing-plans .listing-plan.enterprise {
  margin-top: -10px;
  margin-right: 0;
}
.listing-plans .listing-plan.enterprise.active {
  border: 1px solid #225673;
  box-shadow: 0 0 10px 0 #225673;
}
.listing-plans .listing-plan.enterprise .details {
  background-color: #E5ECF0;
}
.listing-plans .listing-plan.enterprise .details .promo {
  background-color: #225673;
  margin: 0;
  padding: 2px 0 0 0;
  height: 20px;
}
.listing-plans .listing-plan.enterprise .details .promo.expand {
  height: 20px;
}
.listing-plans .listing-plan.enterprise .details .promo.collapse {
  height: 5px;
  margin-bottom: 35px;
}
.listing-plans .listing-plan.enterprise .details .details-wrapper h2 {
  color: #225673;
}
.listing-plans .listing-plan.enterprise .details .details-wrapper .listing-subtitle {
  min-height: 140px;
}
.listing-plans .listing-plan.enterprise .details .details-wrapper .currentPlan {
  background-color: #225673;
}
.listing-plans .listing-plan.enterprise p.additional-options a {
  color: #225673;
}
.listing-plans .listing-plan .details {
  margin: 0;
}
.listing-plans .listing-plan .details .promo {
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.listing-plans .listing-plan .details .details-wrapper {
  max-width: auto !important;
  padding: 0 10px 10px 10px;
  *zoom: 1;
}
.listing-plans .listing-plan .details .details-wrapper:before,
.listing-plans .listing-plan .details .details-wrapper:after {
  content: " ";
  display: table;
}
.listing-plans .listing-plan .details .details-wrapper:after {
  clear: both;
}
.listing-plans .listing-plan .details .details-wrapper h2 {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}
.listing-plans .listing-plan .details .details-wrapper .listing-subtitle {
  margin: 10px 0 0 0;
}
.listing-plans .listing-plan .details .details-wrapper .listing-subtitle p {
  margin: 5px 0;
  text-align: center;
}
.listing-plans .listing-plan .details .details-wrapper .core-features {
  margin: 20px 0 0 0;
  min-height: 210px;
}
.listing-plans .listing-plan .details .details-wrapper .additional-features {
  margin: 20px 0 20px 0;
}
.listing-plans .listing-plan .details .details-wrapper p.currentPlan {
  text-decoration: none;
  color: #fff;
  display: block;
  border-radius: 25px;
  height: 50px;
  padding: 13px 0;
  font-size: 18px;
  margin: 10px auto 10px auto;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.listing-plans .listing-plan .details .details-wrapper .core-features ul li,
.listing-plans .listing-plan .details .details-wrapper .additional-features ul li {
  list-style-type: none;
  background: transparent url(../img/icons/check.svg) no-repeat 0 0;
  padding-left: 30px;
  background-size: 18px 18px;
}
.listing-plans .listing-plan .details .details-wrapper .price.monthly,
.listing-plans .listing-plan .details .details-wrapper .price.annual {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.listing-plans .listing-plan .details .details-wrapper a:link.btn,
.listing-plans .listing-plan .details .details-wrapper a:visited.btn {
  text-decoration: none;
  min-width: 80%;
  max-width: 96%;
  color: #fff;
  display: block;
  border-radius: 25px;
  height: 50px;
  padding: 13px 0;
  font-size: 18px;
  margin: 10px auto 10px auto;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.listing-plans .listing-plan .details .details-wrapper a:link.btn.starter,
.listing-plans .listing-plan .details .details-wrapper a:visited.btn.starter {
  background-color: #e26851;
}
.listing-plans .listing-plan .details .details-wrapper a:link.btn.growth,
.listing-plans .listing-plan .details .details-wrapper a:visited.btn.growth {
  background-color: #dc9d3c;
}
.listing-plans .listing-plan .details .details-wrapper a:link.btn.pro,
.listing-plans .listing-plan .details .details-wrapper a:visited.btn.pro {
  background-color: #2f8abc;
}
.listing-plans .listing-plan .details .details-wrapper a:link.btn.leader,
.listing-plans .listing-plan .details .details-wrapper a:visited.btn.leader {
  background-color: #1a9867;
}
.listing-plans .listing-plan .details .details-wrapper a:link.btn.enterprise,
.listing-plans .listing-plan .details .details-wrapper a:visited.btn.enterprise {
  background-color: #225673;
}
@media (max-width: 850px) {
  .listing-plans .listing-plan {
    width: 100%;
    float: none;
    display: none;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
  .listing-plans .listing-plan.active {
    display: block;
  }
  .listing-plans .listing-plan.inactive {
    display: none !important;
  }
  .listing-plans .listing-plan.starter {
    display: block;
  }
  .listing-plans .listing-plan .listing-subtitle {
    min-height: auto !important;
    max-height: auto !important;
    height: auto !important;
    padding-bottom: 10px;
  }
  .listing-plans .listing-plan .core-features,
  .listing-plans .listing-plan .additional-features {
    width: 50%;
    float: left;
    min-height: auto !important;
    max-height: auto !important;
    height: auto !important;
    padding-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .listing-plans .listing-plan .core-features,
  .listing-plans .listing-plan .additional-features {
    width: 100%;
    float: none;
  }
}
.additional-options-form {
  background-color: #F3F8FD;
  clear: both;
  margin-top: 50px;
}
.additional-options-form .form-wrapper {
  margin: 0 auto;
  padding: 40px 0;
  width: 80%;
  max-width: 1200px;
}
.additional-options-form .form-wrapper p,
.additional-options-form .form-wrapper em,
.additional-options-form .form-wrapper li {
  font-size: 14px;
  font-weight: normal;
}
.additional-options-form .form-wrapper h2,
.additional-options-form .form-wrapper p {
  margin: 10px 0;
  padding: 0;
}
.additional-options-form .form-wrapper h2 em,
.additional-options-form .form-wrapper p em {
  font-style: italic;
}
.additional-options-form .form-wrapper div.services {
  float: left;
}
.additional-options-form .form-wrapper div.services h4 {
  margin: 0;
  font-size: 15px;
}
.additional-options-form .form-wrapper div.services.marketing {
  width: 60%;
}
@media (max-width: 850px) {
  .additional-options-form .form-wrapper div.services.marketing {
    width: 100%;
  }
}
.additional-options-form .form-wrapper div.services.marketing ul li {
  width: 46%;
  float: left;
  margin: 0 4% 0 0;
}
@media (max-width: 700px) {
  .additional-options-form .form-wrapper div.services.marketing ul li {
    width: 100%;
    float: none;
  }
}
.additional-options-form .form-wrapper div.services.service {
  width: 30%;
}
@media (max-width: 850px) {
  .additional-options-form .form-wrapper div.services.service {
    width: 100%;
  }
}
.additional-options-form .form-wrapper div.services.service ul {
  width: 100%;
}
.additional-options-form .form-wrapper div.services ul {
  padding: 0;
  float: left;
  margin: 20px 8% 0 2%;
  *zoom: 1;
}
.additional-options-form .form-wrapper div.services ul:before,
.additional-options-form .form-wrapper div.services ul:after {
  content: " ";
  display: table;
}
.additional-options-form .form-wrapper div.services ul:after {
  clear: both;
}
.additional-options-form .form-wrapper div.services ul li {
  margin: 0;
  list-style-type: none;
  background: transparent url(../img/icons/check.svg) no-repeat 0 0;
  padding: 0 0 0 30px;
  background-size: 18px 18px;
}
.additional-options-form .form-wrapper div.services ul li.noicon {
  background-image: none;
  padding: 0;
}
@media (max-width: 850px) {
  .additional-options-form .form-wrapper div.services ul {
    width: 90% !important;
    margin: 0 2% 20px 2% !important;
    float: none !important;
  }
}
.additional-options-form .form-wrapper .contact {
  clear: both;
}
.additional-options-form .form-wrapper .contact p {
  clear: both;
}
.additional-options-form .form-wrapper .contact a:link.btn,
.additional-options-form .form-wrapper .contact a:visited.btn {
  text-decoration: none;
  color: #fff;
  display: block;
  border-radius: 25px;
  height: 50px;
  padding: 10px 40px;
  font-size: 18px;
  margin: 40px auto 40px auto;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background-color: #53B267;
  float: left;
  max-width: 420px;
}
.addon-form {
  background-color: #fff;
  clear: both;
  display: none;
}
.addon-form .wrapper {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}
div.upgrade-page {
  *zoom: 1;
}
div.upgrade-page:before,
div.upgrade-page:after {
  content: " ";
  display: table;
}
div.upgrade-page:after {
  clear: both;
}
div.upgrade-page h2 {
  font-size: 36px;
}
div.upgrade-page div.upgradeForm {
  border: 1px solid #BFBFC1;
  float: left;
  width: 59%;
  margin: 0 1% 0 0;
  padding: 10px;
}
div.upgrade-page div.upgradeForm h2 {
  font-size: 30px;
}
div.upgrade-page div.upgradeForm p {
  font-size: 20px;
}
div.upgrade-page div.upgradeForm fieldset {
  margin: 0 2%;
}
div.upgrade-page div.upgradeForm fieldset #stripeCardContainer {
  width: 100%;
}
div.upgrade-page div.upgradeDetails {
  border: 1px solid #BFBFC1;
  float: left;
  width: 40%;
}
div.upgrade-page div.upgradeDetails .listing-plan-details {
  width: 100%;
}
div.upgrade-page div.upgradeDetails .listing-plan-details img {
  max-width: 65px;
}
div.upgrade-page div.upgradeDetails .listing-plan-details .listing-plan-head {
  padding: 10px 20px;
}
div.upgrade-page div.upgradeDetails .listing-plan-details .listing-plan-head p {
  font-size: 16px;
  padding: 0;
  clear: both;
}
div.upgrade-page div.upgradeDetails .listing-plan-details .listing-plan-head strike {
  float: left;
  margin: 0 10px 0 0;
}
div.upgrade-page div.upgradeDetails .listing-plan-details .listing-plan-head h3 {
  color: red;
  font-weight: 900;
  font-size: 30px;
  margin: -10px 0 0 0;
}
div.upgrade-page div.upgradeDetails .listing-plan-details .listing-plan-body {
  padding: 10px 20px;
  font-size: 14px;
  min-height: auto;
}
div.upgrade-page div.upgradeDetails .listing-plan-details .listing-plan-body li strong.red {
  color: red;
}
.foundation-links {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
.foundation-links:before,
.foundation-links:after {
  content: " ";
  display: table;
}
.foundation-links:after {
  clear: both;
}
.foundation-links li {
  margin: 0;
  padding: 0;
}
.foundation-links li a:link,
.foundation-links li a:visited {
  border: 1px solid #3BAF54;
  float: left;
  color: #3BAF54;
  width: 48%;
  border-radius: 4px;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 1%;
  padding: 12px 25px;
  text-align: center;
}
.foundation-links li a:hover,
.foundation-links li a:active {
  background-color: #3BAF54;
  color: #fff;
}
.foundation-intro {
  clear: both;
  max-width: 1100px;
  margin: 50px auto;
}
.foundation-intro p {
  margin: 20px 0;
  text-align: center;
  font-size: 18px;
}
.foundation-home-links {
  max-width: 1100px;
  margin: 0 auto;
}
.foundation-home-links ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.foundation-home-links ul:before,
.foundation-home-links ul:after {
  content: " ";
  display: table;
}
.foundation-home-links ul:after {
  clear: both;
}
.foundation-home-links ul li {
  margin: 0 1%;
  padding: 0 0 50px 0;
  float: left;
  width: 31.3%;
  text-align: center;
}
.foundation-home-links ul li img {
  max-width: 80%;
  margin: 10px 0;
}
.foundation-home-links ul li p {
  text-align: center;
  margin: 20px 10px 5px 10px;
}
.foundation-home-links ul li.clear {
  *zoom: 1;
  clear: both;
  float: none;
  width: 31.3%;
  margin: 50px auto;
}
.foundation-home-links ul li.clear:before,
.foundation-home-links ul li.clear:after {
  content: " ";
  display: table;
}
.foundation-home-links ul li.clear:after {
  clear: both;
}
.foundation-home-links.two ul li {
  width: 48%;
}
.foundation-button:link,
.foundation-button:visited {
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px 1%;
  padding: 12px 25px;
  text-align: center;
  float: left;
  width: 100%;
  font-size: 22px;
}
.foundation-button:link.blue,
.foundation-button:visited.blue {
  background-color: #2B6B91;
  color: #fff;
}
.foundation-button:hover,
.foundation-button:active {
  text-decoration: none;
}
h3.gradient {
  color: #3BAF54;
  font-style: italic;
  font-size: 33px;
  margin: 5%;
  text-align: center;
  background: -webkit-linear-gradient(#3BAF54, #A8D889);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
div.foundation-banner {
  background: transparent url(../img/foundation/congress-footer-banner.jpg) no-repeat 50% 50%;
  padding: 100px 0;
}
div.foundation-banner h2 {
  color: #fff;
  background-color: rgba(23, 78, 116, 0.7);
  padding: 50px 0;
  width: 100%;
  text-align: center;
}
div.foundation-banner h2 a:link,
div.foundation-banner h2 a:visited {
  color: #fff;
}
div.congress-agenda {
  margin: 100px 0;
}
div.congress-agenda h2 {
  color: #3BAF54;
  text-align: center;
}
div.congress-agenda p {
  text-align: center;
}
section.searchResults.intengine .wrapper {
  width: 80%;
  max-width: 1800px;
  margin-top: 80px;
}
section.searchResults.intengine .wrapper .content {
  width: 64%;
  padding: 0;
  margin: 0;
}
section.searchResults.intengine .wrapper aside {
  width: 34%;
  padding: 0;
  margin: 0;
}
@media (max-width: 1200px) {
  section.searchResults.intengine .wrapper {
    width: 90%;
  }
  section.searchResults.intengine .wrapper .content {
    float: left;
  }
  section.searchResults.intengine .wrapper aside {
    margin: 0 0 0 2%;
    float: left !important;
  }
}
@media (max-width: 940px) {
  section.searchResults.intengine .wrapper .content,
  section.searchResults.intengine .wrapper aside {
    width: 100%;
    margin: 0;
    float: none !important;
  }
  section.searchResults.intengine .wrapper aside {
    margin-top: 50px;
  }
}
section.searchResults.intengine .wrapper .content h2 a:link,
section.searchResults.intengine .wrapper .content h2 a:visited {
  color: #58ADDD;
}
section.searchResults.intengine .wrapper .content .catSponsorAdContainer {
  text-align: center;
}
section.searchResults.intengine .wrapper .content .catSponsorAdContainer img {
  width: 100%;
}
section.searchResults.intengine .wrapper .content form#search {
  width: 100%;
  padding: 10px 0;
}
section.searchResults.intengine .wrapper .content form#search fieldset div#qContainer,
section.searchResults.intengine .wrapper .content form#search fieldset div#lContainer {
  float: left;
  width: 45%;
  margin-right: 4%;
}
@media (max-width: 700px) {
  section.searchResults.intengine .wrapper .content form#search fieldset div#qContainer,
  section.searchResults.intengine .wrapper .content form#search fieldset div#lContainer {
    width: 96%;
    margin-right: 0;
  }
}
section.searchResults.intengine .wrapper .content form#search fieldset div#qContainer label,
section.searchResults.intengine .wrapper .content form#search fieldset div#lContainer label {
  display: none;
}
section.searchResults.intengine .wrapper .content form#search fieldset div#qContainer input,
section.searchResults.intengine .wrapper .content form#search fieldset div#lContainer input {
  font-size: 20px;
}
section.searchResults.intengine .wrapper .content form#search fieldset div#lContainer {
  margin-right: 0;
}
section.searchResults.intengine .wrapper .content form#search div.buttons {
  width: 5%;
  float: left;
}
@media (max-width: 700px) {
  section.searchResults.intengine .wrapper .content form#search div.buttons {
    width: 20%;
    min-width: 200px;
  }
}
section.searchResults.intengine .wrapper .content form#search div.buttons input {
  margin: 0;
  padding: 6px;
  width: 90%;
  text-align: center;
}
section.searchResults.intengine .wrapper .content form#search div.filter-form {
  clear: both;
  margin-top: 20px;
}
section.searchResults.intengine .wrapper .content form#search div.filter-form a:link#toggleFilters,
section.searchResults.intengine .wrapper .content form#search div.filter-form a:visited#toggleFilters {
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 16px;
  font-size: 16px;
}
section.searchResults.intengine .wrapper .content form#search div.filter-form a:link#toggleFilters.open,
section.searchResults.intengine .wrapper .content form#search div.filter-form a:visited#toggleFilters.open {
  background-image: url(../img/icon-arrow-down-black.svg);
  background-size: 12px;
}
section.searchResults.intengine .wrapper .content form#search div.filter-form a:link#toggleFilters.closed,
section.searchResults.intengine .wrapper .content form#search div.filter-form a:visited#toggleFilters.closed {
  background-image: url(../img/icon-arrow-right-black.svg);
  background-size: 12px;
}
section.searchResults.intengine .wrapper .content form#search div.filter-form .filters > div {
  float: left;
  width: 32%;
  margin: 0 1% 1% 0;
}
section.searchResults.intengine .wrapper .content form#search div.filter-form .filters > div label {
  position: absolute;
  font-size: 15px;
}
section.searchResults.intengine .wrapper .content form#search div.filter-form .filters > div label.hide {
  display: none;
}
section.searchResults.intengine .wrapper .content form#search div.filter-form .filters > div .select a:link,
section.searchResults.intengine .wrapper .content form#search div.filter-form .filters > div .select a:visited {
  font-size: 14px;
  padding: 4px 0;
}
section.searchResults.intengine .wrapper .content form#search div.filter-form .filters > div .select span.clear {
  position: absolute;
  top: 3px;
  right: 24px;
  color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
  font-size: 14px;
  cursor: pointer;
}
section.searchResults.intengine .wrapper .content form#search div.filter-form div.filters {
  clear: both;
  margin: 5px 0 0 0;
  *zoom: 1;
}
section.searchResults.intengine .wrapper .content form#search div.filter-form div.filters.open {
  display: block;
}
section.searchResults.intengine .wrapper .content form#search div.filter-form div.filters.closed {
  display: none;
}
section.searchResults.intengine .wrapper .content form#search div.filter-form div.filters:before,
section.searchResults.intengine .wrapper .content form#search div.filter-form div.filters:after {
  content: " ";
  display: table;
}
section.searchResults.intengine .wrapper .content form#search div.filter-form div.filters:after {
  clear: both;
}
section.searchResults.intengine .wrapper .content form#search div.filter-form div.filters .NSWAT_UI_Textbox,
section.searchResults.intengine .wrapper .content form#search div.filter-form div.filters > div {
  float: left;
  width: 23%;
  margin: 1% 2% 0 0;
}
@media (max-width: 840px) {
  section.searchResults.intengine .wrapper .content form#search div.filter-form div.filters .NSWAT_UI_Textbox,
  section.searchResults.intengine .wrapper .content form#search div.filter-form div.filters > div {
    width: 30%;
    margin: 2% 2% 0 0;
  }
}
@media (max-width: 600px) {
  section.searchResults.intengine .wrapper .content form#search div.filter-form div.filters .NSWAT_UI_Textbox,
  section.searchResults.intengine .wrapper .content form#search div.filter-form div.filters > div {
    width: 48%;
    margin: 2% 2% 0 0;
  }
}
@media (max-width: 420px) {
  section.searchResults.intengine .wrapper .content form#search div.filter-form div.filters .NSWAT_UI_Textbox,
  section.searchResults.intengine .wrapper .content form#search div.filter-form div.filters > div {
    width: 96%;
    margin: 4% 2% 0 0;
  }
}
section.searchResults.intengine .wrapper .content form#search div.filter-form div.filters .NSWAT_UI_Textbox label,
section.searchResults.intengine .wrapper .content form#search div.filter-form div.filters > div label {
  font-size: 14px;
}
section.searchResults.intengine .wrapper .content form#search div.filter-results {
  display: none;
  clear: both;
  width: 100%;
}
section.searchResults.intengine .wrapper .content form#search div.filter-results ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
}
section.searchResults.intengine .wrapper .content form#search div.filter-results ul li {
  border: 1px solid #BFBFC1;
  margin: 0 8px 2px 0;
  padding: 4px 8px;
  float: left;
  border-radius: 15px;
  font-size: 14px;
  background-color: #53B267;
  color: #fff;
}
section.searchResults.intengine .wrapper .content form#search div.filter-results ul li:last-child {
  margin: 0 0 2px 0;
}
section.searchResults.intengine .wrapper .content form#search div.filter-results ul li a:link,
section.searchResults.intengine .wrapper .content form#search div.filter-results ul li a:visited {
  float: right;
  color: #fff;
  padding: 0 4px;
  font-weight: bold;
  text-transform: lowercase;
}
section.searchResults.intengine .wrapper .content form#search div.filter-results a.clear-filters {
  color: #53B267;
  font-weight: bold;
  font-size: 16px;
  padding: 8px;
  text-decoration: underline;
  text-transform: uppercase;
  float: left;
}
section.searchResults.intengine .wrapper .content form#search p.search-description {
  clear: both;
}
section.searchResults.intengine .wrapper .content form#search p.search-description strong {
  color: #53B267;
}
section.searchResults.intengine .wrapper aside #map-listings {
  width: 100%;
  height: 500px;
  margin: 0 0 0 0;
  display: block;
}
section.searchResults.intengine .wrapper aside .sidebar-images ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.searchResults.intengine .wrapper aside .sidebar-images ul li {
  min-width: 150px;
  width: 49%;
  margin: 2% 0 0 0;
  padding: 0;
  float: left;
}
section.searchResults.intengine .wrapper aside .sidebar-images ul li:nth-child(odd) {
  margin: 2% 2% 0 0;
}
section.searchResults.intengine .wrapper aside .sidebar-images ul li:nth-child(even) {
  margin: 2% 0 0 0;
}
section.searchResults.intengine .wrapper aside .sidebar-articles ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.searchResults.intengine .wrapper aside .sidebar-articles ul li.article {
  list-style-type: none;
  width: 49%;
  margin: 2% 0 0 0;
  padding: 0;
  float: left;
}
section.searchResults.intengine .wrapper aside .sidebar-articles ul li.article:nth-child(odd) {
  margin: 2% 2% 0 0;
  clear: both;
}
section.searchResults.intengine .wrapper aside .sidebar-articles ul li.article:nth-child(even) {
  margin: 2% 0 0 0;
}
section.searchResults.intengine .wrapper aside .sidebar-articles ul li.article h2 {
  margin: 10px 0 2px 0;
  padding: 0;
}
section.searchResults.intengine .wrapper aside .sidebar-articles ul li.article img.article-image {
  margin: 0 0 2% 0;
}
section.searchResults.intengine .wrapper aside .sidebar-articles ul li.article .article-author-date .author img {
  float: left;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  margin: 0 5px 0 0;
}
#whitepaper-menu {
  display: none;
}
@media (max-width: 1200px) {
  #whitepaper-menu {
    display: block;
  }
}
#whitepaper-menu:link,
#whitepaper-menu:visited {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #6DC03B;
  padding: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 100;
  box-shadow: 0 0 6px #353535;
}
#whitepaper-menu:link span,
#whitepaper-menu:visited span {
  display: block;
  background-color: #fff;
  height: 3px;
  position: absolute;
  width: 50%;
  left: 25%;
}
#whitepaper-menu:link span:nth-child(1),
#whitepaper-menu:visited span:nth-child(1) {
  top: 13px;
}
#whitepaper-menu:link span:nth-child(2),
#whitepaper-menu:visited span:nth-child(2) {
  top: 19px;
}
#whitepaper-menu:link span:nth-child(3),
#whitepaper-menu:visited span:nth-child(3) {
  top: 25px;
}
#whitepaper-menu:link div,
#whitepaper-menu:visited div {
  color: #fff;
  position: absolute;
  font-size: 10px;
  bottom: 7px;
  left: 0;
  right: 0;
  text-align: center;
}
#whitepaper-toc-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background-color: #216180;
  display: none;
}
@media (max-width: 1200px) {
  #whitepaper-toc-menu {
    padding: 70px 15px 150px 15px;
  }
  #whitepaper-toc-menu.open {
    display: block;
  }
  #whitepaper-toc-menu nav {
    z-index: 10;
  }
  #whitepaper-toc-menu nav p {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
  }
  #whitepaper-toc-menu nav.open {
    display: block;
  }
  #whitepaper-toc-menu nav ul {
    margin: 0;
    padding: 0;
  }
  #whitepaper-toc-menu nav ul li {
    margin: 20px 0;
    padding: 0;
    text-align: center;
  }
  #whitepaper-toc-menu nav ul li a:link,
  #whitepaper-toc-menu nav ul li a:visited {
    color: #fff;
    width: auto;
    box-shadow: none;
    border-radius: 0;
  }
}
.whitepaper-title {
  *zoom: 1;
  background-color: #F4F5F8;
  margin: 0 0 40px 0;
  max-width: 100%;
}
.whitepaper-title:before,
.whitepaper-title:after {
  content: " ";
  display: table;
}
.whitepaper-title:after {
  clear: both;
}
.whitepaper-title p {
  color: #216180;
  font-family: Lato, sans-serif;
  float: left;
  font-size: 30px;
  width: calc(100% - 120px);
  font-weight: 900;
  margin: 0;
  padding: 10px 20px;
  line-height: 1;
}
.whitepaper-title p span {
  font-weight: 100;
  text-transform: uppercase;
}
.whitepaper-title a:link,
.whitepaper-title a:visited {
  display: block;
  background-color: #53B267;
  color: #fff;
  text-align: center;
  padding: 5px;
  float: right;
  text-transform: uppercase;
  width: 120px;
}
.whitepaper-title a:hover,
.whitepaper-title a:active {
  background-color: #6a9e6f;
  text-decoration: none;
}
@media (max-width: 700px) {
  .whitepaper-title p {
    float: none;
    width: 100%;
    margin: 20px 0;
    text-align: center;
    padding: 0 5%;
  }
  .whitepaper-title a:link,
  .whitepaper-title a:visited {
    width: 100%;
    float: none;
    padding: 15px;
  }
}
aside.whitepaper nav.sidebar {
  border-right: 2px solid #E4E4E4;
  padding-right: 20px;
}
@media (max-width: 700px) {
  aside.whitepaper {
    display: none;
  }
}
section.whitepaper h1 {
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #231F20;
}
@media (max-width: 1200px) {
  section.whitepaper {
    text-align: center;
  }
}
section.whitepaper h2.light {
  text-transform: uppercase;
  color: #58ADDD;
}
section.whitepaper h2.light a:link,
section.whitepaper h2.light a:visited {
  color: #58ADDD;
}
section.whitepaper h2.intengine-title {
  color: #6DC03B;
  font-size: 30px;
  text-align: center;
  margin: 4% 7%;
}
section.whitepaper h3 {
  color: #216180;
  font-size: 35px;
  text-align: center;
}
section.whitepaper p {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #231F20;
}
section.whitepaper p.small {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #666;
  margin: 10px 0;
}
section.whitepaper div.title {
  margin: 20px 0;
}
section.whitepaper div.title h2,
section.whitepaper div.title h3 {
  color: #216180;
  font-family: Lato, sans-serif;
  text-align: center;
  margin: 0;
  padding: 5px 0;
}
section.whitepaper div.title h2 {
  font-weight: 100;
  font-size: 30px;
}
section.whitepaper div.title h3 {
  font-weight: 900;
  font-size: 36px;
}
section.whitepaper div.photos {
  text-align: center;
}
section.whitepaper div.photos img {
  display: block;
  margin: 0 auto 40px auto;
}
section.whitepaper div.two-columns {
  *zoom: 1;
  margin-top: 50px;
}
section.whitepaper div.two-columns:before,
section.whitepaper div.two-columns:after {
  content: " ";
  display: table;
}
section.whitepaper div.two-columns:after {
  clear: both;
}
section.whitepaper div.two-columns div.column {
  width: 49%;
  float: left;
  margin: 0 1% 0 0;
}
@media (max-width: 700px) {
  section.whitepaper div.two-columns div.column {
    width: 98%;
    float: none;
    margin: 0 1%;
  }
}
section.whitepaper div.two-columns div.column.right {
  text-align: right;
}
section.whitepaper div.two-columns div.column.green h2 {
  color: #6DC03B;
}
section.whitepaper div.two-columns div.column.blue h2 {
  color: #58ADDD;
}
section.whitepaper div.two-columns div.column:last-child {
  margin: 0 0 0 1%;
}
section.whitepaper div.two-columns div.column h2 {
  font-size: 33px;
}
section.whitepaper div.two-columns div.column h2,
section.whitepaper div.two-columns div.column p {
  margin: 0 20px 16px 20px;
}
section.whitepaper div.two-columns div.column p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 18px;
  padding: 0;
}
section.whitepaper div.two-columns div.column p strong {
  font-weight: bold;
  text-transform: uppercase;
}
section.whitepaper div.two-columns div.column p.blue {
  background-color: #216180;
  color: #fff;
  padding: 20px;
}
section.whitepaper div.two-columns div.column p strong {
  font-weight: bold;
}
section.whitepaper div.two-columns div.column p img {
  float: right;
}
section.whitepaper blockquote {
  margin: 50px;
  color: #216180;
  font-style: italic;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
section.whitepaper div.panel {
  margin-top: 20px;
  padding: 20px;
}
section.whitepaper div.panel.dark-blue {
  background-color: #216180;
  color: #fff;
}
section.whitepaper div.panel.blue {
  margin-bottom: 30px;
  background-color: #E0EDF9;
}
section.whitepaper div.panel.blue ol {
  margin: 0;
  padding: 0;
}
section.whitepaper div.panel.blue ol li {
  color: #231F20;
  padding: 0;
  margin: 0 40px;
  line-height: 1.5;
  font-weight: 700;
}
section.whitepaper div.panel.green {
  background-color: #6DC03B;
  color: #fff;
}
section.whitepaper div.panel.green h2 {
  text-transform: uppercase;
}
section.whitepaper div.panel.green p {
  font-weight: normal;
}
section.whitepaper div.panel.green h2,
section.whitepaper div.panel.green p {
  color: #fff;
}
section.whitepaper div.whitepaper-quote {
  width: 280px;
  margin: 30px 0 0 0;
  text-align: center;
}
section.whitepaper div.whitepaper-quote.left {
  float: left;
  margin-right: 120px;
}
section.whitepaper div.whitepaper-quote.right {
  float: right;
  margin-left: 120px;
}
section.whitepaper div.whitepaper-quote.small h2 {
  font-size: 22px;
}
section.whitepaper div.whitepaper-quote.wide {
  width: 420px;
  margin-left: 20px;
}
section.whitepaper div.whitepaper-quote.wide h2,
section.whitepaper div.whitepaper-quote.wide p {
  margin: 5px 0;
  padding: 0;
}
section.whitepaper div.whitepaper-quote.full {
  width: 100%;
  margin: 40px 0;
  padding: 30px 0;
  font-size: 22px;
  font-weight: bold;
}
section.whitepaper div.whitepaper-quote.top-bottom-borders {
  border-top: 5px solid #E4E4E4;
  border-bottom: 5px solid #E4E4E4;
}
section.whitepaper div.whitepaper-quote h2,
section.whitepaper div.whitepaper-quote p {
  font-family: Lato, sans-serif;
}
section.whitepaper div.whitepaper-quote.green h2,
section.whitepaper div.whitepaper-quote.green p {
  color: #53B267;
}
section.whitepaper div.whitepaper-quote.blue h2,
section.whitepaper div.whitepaper-quote.blue p {
  color: #0F3556;
}
@media (max-width: 700px) {
  section.whitepaper div.whitepaper-quote,
  section.whitepaper div.whitepaper-quote.left,
  section.whitepaper div.whitepaper-quote.right {
    width: 90%;
    max-width: 90%;
    margin: 2% 5%;
    float: none;
  }
}
section.whitepaper div.whitepaper-quote h2 {
  font-size: 33px;
  margin: 0;
}
section.whitepaper div.whitepaper-quote p {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
section.whitepaper div.whitepaper-quote p span.stat {
  font-size: 55px;
  display: block;
  text-align: center;
}
section.whitepaper div.whitepaper-quote p span.stat.increase {
  background: transparent url(../img/whitepapers/sustainable-packaging/up-arrow.png) no-repeat 50% 0;
  padding-top: 90px;
  background-size: 80px 80px;
}
section.whitepaper hr {
  border-top: 3px solid #E4E4E4;
}
section.whitepaper div.border {
  border: 3px solid #E4E4E4;
  padding: 30px;
  margin: 0 0 40px 0;
  text-align: center;
}
section.whitepaper div.border p {
  font-size: 22px;
  font-weight: bold;
  margin: 0 50px;
}
section.whitepaper div.border p.small {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #666;
  margin: 10px 0;
}
section.whitepaper div.border h2 {
  font-size: 28px;
  margin: 0 90px;
}
section.whitepaper div.border h2,
section.whitepaper div.border p {
  color: #231F20;
  font-family: Lato, sans-serif;
}
section.whitepaper div.border h2.blue {
  color: #216180;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}
@media (max-width: 600px) {
  section.whitepaper div.border p {
    font-size: 18px;
    margin: 0 10px;
  }
  section.whitepaper div.border h2 {
    font-size: 22px;
    margin: 0 10px;
  }
}
section.whitepaper div.border h3 {
  font-size: 22px;
  font-family: Lato, sans-serif;
  font-weight: bold;
  color: #231F20;
  text-align: left;
  text-transform: uppercase;
}
section.whitepaper div.border ul.points {
  margin: 0;
}
section.whitepaper div.border ul.points li {
  font-size: 22px;
  font-weight: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
section.whitepaper div.border ul.initiatives {
  margin: 0;
  padding: 0;
}
section.whitepaper div.border ul.initiatives li {
  text-align: left;
}
section.whitepaper div.border ul.leaders {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
section.whitepaper div.border ul.leaders:before,
section.whitepaper div.border ul.leaders:after {
  content: " ";
  display: table;
}
section.whitepaper div.border ul.leaders:after {
  clear: both;
}
section.whitepaper div.border ul.leaders li {
  background-color: #E4E4E4;
  width: 29%;
  padding: 2%;
  margin-right: 1%;
  float: left;
  min-height: 580px;
  position: relative;
  *zoom: 1;
}
@media (max-width: 700px) {
  section.whitepaper div.border ul.leaders li {
    width: 98%;
    margin: 2% 1%;
    float: none;
    padding: 10px;
    min-height: auto;
  }
}
section.whitepaper div.border ul.leaders li:before,
section.whitepaper div.border ul.leaders li:after {
  content: " ";
  display: table;
}
section.whitepaper div.border ul.leaders li:after {
  clear: both;
}
section.whitepaper div.border ul.leaders li:last-child {
  margin-right: 0;
}
section.whitepaper div.border ul.leaders li h2,
section.whitepaper div.border ul.leaders li h3,
section.whitepaper div.border ul.leaders li p {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
}
section.whitepaper div.border ul.leaders li h2 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  color: #216180;
  text-transform: uppercase;
  font-weight: 900;
}
section.whitepaper div.border ul.leaders li h2 span {
  display: block;
  text-transform: none;
}
section.whitepaper div.border ul.leaders li h3 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  color: #231F20;
  font-style: italic;
  font-weight: 700;
}
section.whitepaper div.border ul.leaders li p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #231F20;
  font-weight: normal;
}
section.whitepaper div.border ul.leaders li p a:link,
section.whitepaper div.border ul.leaders li p a:visited {
  font-weight: bold;
  font-size: 16px;
  color: #216180;
  text-transform: uppercase;
}
section.whitepaper div.border ul.leaders li img {
  max-width: 126px;
  float: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
section.whitepaper div.border a:link.leaders,
section.whitepaper div.border a:visited.leaders {
  background-color: #216180;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  text-align: center;
  display: block;
  margin: 20px auto 0 auto;
  width: 370px;
  max-width: 98%;
}
section.whitepaper ul.goals-icons {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.whitepaper ul.goals-icons li {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0 2% 0 0;
  width: 32%;
  float: left;
  color: #53B267;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 700px) {
  section.whitepaper ul.goals-icons li {
    width: 96%;
    margin: 0 1%;
    padding: 0 1%;
    float: none;
  }
}
section.whitepaper ul.goals-icons li.goal1 {
  background: transparent url(../img/whitepapers/sustainable-packaging/goal1.png) no-repeat 50% 0;
  background-size: 100px 100px;
  padding-top: 110px;
}
section.whitepaper ul.goals-icons li.goal2 {
  background: transparent url(../img/whitepapers/sustainable-packaging/goal2.png) no-repeat 50% 0;
  background-size: 100px 100px;
  padding-top: 110px;
}
section.whitepaper ul.goals-icons li.goal3 {
  background: transparent url(../img/whitepapers/sustainable-packaging/goal3.png) no-repeat 50% 0;
  background-size: 100px 100px;
  padding-top: 110px;
}
section.whitepaper ul.goals-icons li.goal4 {
  background: transparent url(../img/whitepapers/sustainable-packaging/goal4.png) no-repeat 50% 0;
  background-size: 100px 100px;
  padding-top: 110px;
}
section.whitepaper ul.goals-icons li.goal5 {
  background: transparent url(../img/whitepapers/sustainable-packaging/goal5.png) no-repeat 50% 0;
  background-size: 100px 100px;
  padding-top: 110px;
}
section.whitepaper ul.goals-icons li.goal6 {
  background: transparent url(../img/whitepapers/sustainable-packaging/goal6.png) no-repeat 50% 0;
  background-size: 100px 100px;
  padding-top: 110px;
}
section.whitepaper ul.goals-icons li.goal7 {
  background: transparent url(../img/whitepapers/sustainable-packaging/goal7.png) no-repeat 50% 0;
  background-size: 100px 100px;
  padding-top: 110px;
}
section.whitepaper ul.goals-icons li.goal8 {
  background: transparent url(../img/whitepapers/sustainable-packaging/goal8.png) no-repeat 50% 0;
  background-size: 100px 100px;
  padding-top: 110px;
}
section.whitepaper ul.goals-icons li.goal9 {
  background: transparent url(../img/whitepapers/sustainable-packaging/goal9.png) no-repeat 50% 0;
  background-size: 100px 100px;
  padding-top: 110px;
}
section.whitepaper ul.goals-icons li:nth-child(4,8) {
  clear: both;
  padding: 0;
}
section.whitepaper ul.whitepaper-icons {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.whitepaper ul.whitepaper-icons:before,
section.whitepaper ul.whitepaper-icons:after {
  content: " ";
  display: table;
}
section.whitepaper ul.whitepaper-icons:after {
  clear: both;
}
section.whitepaper ul.whitepaper-icons li {
  width: 32%;
  padding: 0;
  margin: 0 2% 0 0;
  float: left;
  font-size: 18px;
  font-weight: 900;
  font-family: Lato, sans-serif;
  text-align: center;
}
@media (max-width: 700px) {
  section.whitepaper ul.whitepaper-icons li {
    width: 96%;
    margin: 0 1%;
    padding: 0 1%;
    float: none;
  }
}
section.whitepaper ul.whitepaper-icons li:last-child {
  margin: 0;
}
section.whitepaper ul.whitepaper-icons li.green {
  color: #6DC03B;
}
section.whitepaper ul.whitepaper-icons li.blue {
  color: #58ADDD;
}
section.whitepaper ul.whitepaper-icons li.orange {
  color: #EF8568;
}
section.whitepaper ul.whitepaper-icons li.caps {
  text-transform: uppercase;
}
section.whitepaper ul.whitepaper-icons li span {
  padding-top: 265px;
  display: block;
  clear: both;
}
section.whitepaper ul.whitepaper-icons li span.no-icon {
  padding-top: 0;
  font-size: 50px;
}
section.whitepaper ul.whitepaper-icons li span.increased-sales {
  background: transparent url(../img/whitepapers/sustainable-packaging/sales-increase.png) no-repeat 50% 50%;
  background-size: 180px 180px;
}
section.whitepaper ul.whitepaper-icons li span.customer-influence {
  background: transparent url(../img/whitepapers/sustainable-packaging/customer-influence.png) no-repeat 50% 50%;
  background-size: 218px 180px;
}
section.whitepaper ul.whitepaper-icons li span.decreased-costs {
  background: transparent url(../img/whitepapers/sustainable-packaging/costs-decrease.png) no-repeat 50% 50%;
  background-size: 180px 180px;
}
section.whitepaper ul.whitepaper-icons li span.percent-35 {
  background: transparent url(../img/whitepapers/sustainable-packaging/35-percent.png) no-repeat 50% 50%;
  background-size: 180px;
}
section.whitepaper ul.whitepaper-icons li span.percent-80 {
  background: transparent url(../img/whitepapers/sustainable-packaging/80-percent.png) no-repeat 50% 50%;
  background-size: 180px;
}
section.whitepaper ul.whitepaper-icons li span.percent-57 {
  background: transparent url(../img/whitepapers/sustainable-packaging/57-percent.png) no-repeat 50% 50%;
  background-size: 180px;
}
section.whitepaper ul.whitepaper-icons li p {
  font-size: 15px;
  font-weight: 300;
  color: #666;
}
section.whitepaper table.light-table {
  border: 1px solid #58ADDD;
}
section.whitepaper table.light-table thead tr th {
  background-color: #58ADDD;
  color: #fff;
  text-align: left;
  font-size: 24px;
  font-weight: 900;
  font-family: Lato, sans-serif;
  padding: 10px;
  text-transform: uppercase;
}
section.whitepaper table.light-table thead tr th:nth-child(odd) {
  width: 40%;
}
section.whitepaper table.light-table thead tr th:nth-child(even) {
  width: 60%;
}
@media (max-width: 700px) {
  section.whitepaper table.light-table thead tr th:nth-child(odd),
  section.whitepaper table.light-table thead tr th:nth-child(even) {
    width: 48%;
  }
}
section.whitepaper table.light-table tbody tr:nth-child(even) {
  background-color: #E0EDF9;
}
section.whitepaper table.light-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
section.whitepaper table.light-table tbody tr td {
  padding: 10px;
}
section.whitepaper table.light-table tbody tr td h3 {
  width: calc(100% - 125px);
  font-family: Lato, sans-serif;
  font-size: 22px;
  color: #231F20;
  display: block;
  float: right;
  padding-top: 20px;
}
section.whitepaper table.light-table tbody tr td img {
  width: 85px;
  float: left;
  margin: 30px 20px 0 20px;
}
@media (max-width: 700px) {
  section.whitepaper table.light-table tbody tr td img,
  section.whitepaper table.light-table tbody tr td h3 {
    float: none;
    width: auto;
  }
  section.whitepaper table.light-table tbody tr td img {
    width: 60px;
    margin: 0 auto;
  }
  section.whitepaper table.light-table tbody tr td h3 {
    text-align: left;
  }
}
section.whitepaper table.whitepaper-grid {
  border: 1px solid #216180;
  margin-bottom: 50px;
}
section.whitepaper table.whitepaper-grid thead tr th {
  background-color: #216180;
  color: #fff;
  text-align: left;
  font-size: 24px;
  font-weight: 900;
  font-family: Lato, sans-serif;
  padding: 10px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  section.whitepaper table.whitepaper-grid thead tr th {
    font-size: 20px;
  }
}
section.whitepaper table.whitepaper-grid tbody tr:nth-child(even) {
  background-color: #E0EDF9;
}
section.whitepaper table.whitepaper-grid tbody tr:nth-child(even) td {
  width: 55%;
}
section.whitepaper table.whitepaper-grid tbody tr:nth-child(odd) {
  background-color: #fff;
}
section.whitepaper table.whitepaper-grid tbody tr:nth-child(odd) td {
  width: 45%;
}
section.whitepaper table.whitepaper-grid tbody tr td {
  padding: 20px;
}
section.whitepaper table.whitepaper-grid tbody tr td h3 {
  color: #231F20;
  font-family: Lato, sans-serif;
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left;
}
section.whitepaper table.whitepaper-grid tbody tr td p {
  color: #231F20;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0 10p 10px 10px;
  padding: 0;
}
section.whitepaper table.whitepaper-grid tbody tr td ul {
  margin: 0;
  padding: 10px;
}
section.whitepaper table.whitepaper-grid tbody tr td ul li {
  color: #231F20;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
}
@media (max-width: 600px) {
  section.whitepaper table.whitepaper-grid tbody tr td h3 {
    font-size: 18px;
    text-align: left;
  }
  section.whitepaper table.whitepaper-grid tbody tr td p {
    font-size: 15px;
    text-align: left;
  }
  section.whitepaper table.whitepaper-grid tbody tr td ul {
    padding: 4px;
    text-align: left;
  }
}
section.whitepaper div.pointers div.pointer {
  border-bottom: 1px solid #000;
  *zoom: 1;
}
section.whitepaper div.pointers div.pointer:before,
section.whitepaper div.pointers div.pointer:after {
  content: " ";
  display: table;
}
section.whitepaper div.pointers div.pointer:after {
  clear: both;
}
section.whitepaper div.pointers div.pointer:last-child {
  border-bottom: none;
}
section.whitepaper div.pointers div.pointer span {
  color: #53B267;
  font-weight: 900;
  display: block;
  float: left;
  font-size: 70px;
  width: 80px;
  margin: 20px 0 0 0;
}
section.whitepaper div.pointers div.pointer p {
  float: right;
  width: calc(100% - 100px);
  font-weight: normal;
  font-size: 22px;
  margin: 20px 0 0 0;
  padding-bottom: 30px;
}
section.whitepaper div.examples div.example {
  clear: both;
  display: block;
  margin: 0 0 20px 0;
  background-color: #EDEDEE;
  *zoom: 1;
}
section.whitepaper div.examples div.example:before,
section.whitepaper div.examples div.example:after {
  content: " ";
  display: table;
}
section.whitepaper div.examples div.example:after {
  clear: both;
}
section.whitepaper div.examples div.example div.example-content {
  float: left;
  padding: 10px;
  width: calc(100% - 250px);
}
section.whitepaper div.examples div.example div.example-content h2 {
  color: #216180;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
}
section.whitepaper div.examples div.example div.example-content h3 {
  font-style: italic;
  color: #231F20;
  font-size: 20px;
  margin: 0;
  text-align: left;
}
section.whitepaper div.examples div.example div.example-content p {
  color: #231F20;
  font-size: 16px;
}
section.whitepaper div.examples div.example img {
  float: right;
  padding: 50px;
  width: 250px;
}
@media (max-width: 700px) {
  section.whitepaper div.examples div.example div.example-content {
    float: none;
    width: 98%;
  }
  section.whitepaper div.examples div.example img {
    margin: 0 auto;
    float: none;
    width: 100%;
  }
}
section.whitepaper nav.whitepaper-next-prev {
  display: block;
  clear: both;
  margin: 50px 0 0 0;
  padding: 6px;
}
section.whitepaper nav.whitepaper-next-prev ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #E4E4E4;
  display: block;
}
section.whitepaper nav.whitepaper-next-prev ul:before,
section.whitepaper nav.whitepaper-next-prev ul:after {
  content: " ";
  display: table;
}
section.whitepaper nav.whitepaper-next-prev ul:after {
  clear: both;
}
section.whitepaper nav.whitepaper-next-prev ul li {
  width: 45%;
}
section.whitepaper nav.whitepaper-next-prev ul li.prev {
  float: left;
  margin-right: 2%;
  text-align: left;
  background: transparent url(../img/whitepapers/sustainable-packaging/prev-arrow.png) no-repeat 0% 50%;
  background-size: 20px 20px;
  padding-left: 30px;
}
section.whitepaper nav.whitepaper-next-prev ul li.next {
  float: right;
  margin-left: 2%;
  text-align: right;
  background: transparent url(../img/whitepapers/sustainable-packaging/next-arrow.png) no-repeat 100% 50%;
  background-size: 20px 20px;
  padding-right: 30px;
}
@media (max-width: 700px) {
  section.whitepaper nav.whitepaper-next-prev ul li,
  section.whitepaper nav.whitepaper-next-prev ul li.next,
  section.whitepaper nav.whitepaper-next-prev ul li.prev {
    width: 98%;
    margin: 0 1%;
  }
}
section.whitepaper nav.whitepaper-next-prev.top {
  margin: 0 0 10px 0;
}
section.whitepaper nav.whitepaper-next-prev.top ul {
  background-color: transparent;
  border-bottom: 1px solid #E4E4E4;
}
@media (max-width: 600px) {
  section.content.writers {
    width: 90%;
  }
}
section.content.writers hr {
  border-width: 2px;
}
section.content.writers p.primaryButton a:link,
section.content.writers p.primaryButton a:visited {
  margin-top: 6px;
}
section.content.writers .writers-heading {
  *zoom: 1;
  padding-bottom: 10px;
}
section.content.writers .writers-heading:before,
section.content.writers .writers-heading:after {
  content: " ";
  display: table;
}
section.content.writers .writers-heading:after {
  clear: both;
}
section.content.writers .writers-heading h1 {
  width: 40%;
  float: left;
  margin-top: 8%;
}
section.content.writers .writers-heading img {
  width: 50%;
  float: right;
}
@media (max-width: 550px) {
  section.content.writers .writers-heading h1,
  section.content.writers .writers-heading img {
    clear: both;
    float: none;
    width: auto;
  }
}
section.content.writers .writers-intro {
  margin-top: 40px;
  text-align: center;
}
section.content.writers .writers-intro h4 {
  color: #0F3556;
}
section.content.writers .writers-intro .writers-icons {
  *zoom: 1;
}
section.content.writers .writers-intro .writers-icons:before,
section.content.writers .writers-intro .writers-icons:after {
  content: " ";
  display: table;
}
section.content.writers .writers-intro .writers-icons:after {
  clear: both;
}
section.content.writers .writers-intro .writers-icons .writers-icon {
  float: left;
  width: 30%;
  margin-right: 5%;
}
section.content.writers .writers-intro .writers-icons .writers-icon:last-child {
  margin-right: 0;
}
section.content.writers .writers-intro .writers-icons .writers-icon img {
  max-width: 100px;
  max-height: 112px;
  margin: 0 auto 20px auto;
  display: block;
}
section.content.writers .writers-intro .writers-icons .writers-icon h3 {
  margin: 0;
  font-size: 24px;
}
@media (max-width: 550px) {
  section.content.writers .writers-intro .writers-icons .writers-icon {
    float: none;
    width: 90%;
    margin: 20px auto 40px auto !important ;
  }
}
section.content.writers .writers-become-writer {
  margin-top: 40px;
  *zoom: 1;
}
section.content.writers .writers-become-writer:before,
section.content.writers .writers-become-writer:after {
  content: " ";
  display: table;
}
section.content.writers .writers-become-writer:after {
  clear: both;
}
section.content.writers .writers-become-writer h3 {
  color: #53B267;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
section.content.writers .writers-become-writer p,
section.content.writers .writers-become-writer li {
  font-size: 22px;
}
section.content.writers .writers-become-writer strong {
  font-size: 24px;
  color: #333;
}
section.content.writers .writers-become-writer img.like {
  float: right;
  width: 24%;
  max-width: 200px;
  margin: 0 0 50px 50px;
}
section.content.writers .writers-become-writer img.signup {
  display: block;
  margin: 20px auto;
  padding: 3px;
  border: 1px solid #BFBFC1;
}
section.content.writers .writers-become-writer p.primaryButton {
  margin: 20px auto !important;
  display: block;
  width: 60%;
}
section.content.writers .writer-guidelines {
  margin-top: 40px;
  *zoom: 1;
}
section.content.writers .writer-guidelines:before,
section.content.writers .writer-guidelines:after {
  content: " ";
  display: table;
}
section.content.writers .writer-guidelines:after {
  clear: both;
}
section.content.writers .writer-guidelines h3 {
  color: #53B267;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
section.content.writers .writer-guidelines h2 {
  color: #216180;
  font-size: 26px;
}
section.content.writers .writer-guidelines ul.guidelines {
  margin: 0;
  padding: 0;
}
section.content.writers .writer-guidelines ul.guidelines li {
  list-style-type: none;
  margin: 0;
  padding: 20px;
  background-color: transparent;
}
section.content.writers .writer-guidelines ul.guidelines li p {
  margin: 0;
  padding: 0;
}
section.content.writers .writer-guidelines ul.guidelines li ul {
  margin: 10px 20px;
  padding: 0;
}
section.content.writers .writer-guidelines ul.guidelines li ul li {
  list-style-type: square;
  margin: 0;
  padding: 6px 0;
}
section.content.writers .writer-guidelines ul.guidelines li ul li div.spacer-left {
  margin-left: 40px;
}
section.content.writers .writer-guidelines ul.guidelines > li:nth-child(odd) {
  background-color: #E0EDF9;
}
section.content.writers .writer-guidelines ul.guidelines > li:nth-child(even) {
  background-color: #F3F8F9;
}
section.content.writers .writers-support {
  margin-top: 40px;
  *zoom: 1;
}
section.content.writers .writers-support:before,
section.content.writers .writers-support:after {
  content: " ";
  display: table;
}
section.content.writers .writers-support:after {
  clear: both;
}
section.content.writers .writers-support h3 {
  color: #53B267;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
section.content.writers .writers-support h2 a:link,
section.content.writers .writers-support h2 a:visited {
  color: #58ADDD;
}
/*# sourceMappingURL=screen.css.map */