/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    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) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 0) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 0) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #fff;
  background-color: #111;
  border: 1px solid #000;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #719192;
  border-color: #719192;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #719192;
  border-color: #719192;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #e9e7e7;
  background-color: #000;
  border-color: #000;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
@font-face {
  font-family: 'icomoon';
  src: url('../../fonts/icomoon.ttf?8d5fij') format('truetype'), url('../../fonts/icomoon.woff?8d5fij') format('woff'), url('../../fonts/icomoon.svg?8d5fij#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.font-lato {
  font-family: 'Lato', sans-serif;
}
.font-lato-italic {
  font-family: 'Lato', sans-serif;
  font-style: italic;
}
.font-lato-bold {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.font-lato-bold-italic {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: italic;
}
.font-lato-ultrabold {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 1em 0;
  letter-spacing: 0.05em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
a {
  text-decoration: none;
  color: #719192;
  transition: 0.3s ease;
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #5a7576;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.ratio-16-9 {
  position: relative;
  display: block;
}
.ratio-16-9:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.ratio-4-3 {
  position: relative;
  display: block;
}
.ratio-4-3:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.ratio-1-1 {
  position: relative;
  display: block;
}
.ratio-1-1:before {
  display: block;
  content: "";
  padding-top: 100%;
}
.img-stretched {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
}
.centerer {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.btn-primary {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 50px;
  text-align: center;
  text-transform: uppercase;
  color: #719192;
  font-size: 12px;
  border: 2px solid #719192;
}
.btn-primary:hover {
  background: #719192;
  color: #fff;
}
blockquote {
  border-color: #719192;
}
img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 480px) {
  .visible-xs-min {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .hidden-xs-min {
    display: none !important;
  }
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.center-with-transform {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
html {
  margin: 0 !important;
}
#wpadminbar {
  display: none !important;
}
.header {
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  color: #fff;
}
.header:before,
.header:after {
  content: " ";
  display: table;
}
.header:after {
  clear: both;
}
.home .header,
.page-template-page-age-selector .header,
.page-template-page-mens-health-month-php._masterslider .header,
.page-template-page-mens-health-month-workplace._masterslider .header {
  background-color: #e9e7e7;
  color: #719192;
}
.home .header-logo,
.page-template-page-age-selector .header-logo,
.page-template-page-mens-health-month-php._masterslider .header-logo,
.page-template-page-mens-health-month-workplace._masterslider .header-logo {
  background: url('../../images/logo-mens-health-trust.png');
}
.home .header-logo.white,
.page-template-page-age-selector .header-logo.white,
.page-template-page-mens-health-month-php._masterslider .header-logo.white,
.page-template-page-mens-health-month-workplace._masterslider .header-logo.white {
  background: url('../../images/logo-mens-health-trust-white.png');
}
.home .header a:hover,
.page-template-page-age-selector .header a:hover,
.page-template-page-mens-health-month-php._masterslider .header a:hover,
.page-template-page-mens-health-month-workplace._masterslider .header a:hover {
  color: #333333;
}
.home .header .bars-container .icon-bar,
.page-template-page-age-selector .header .bars-container .icon-bar,
.page-template-page-mens-health-month-php._masterslider .header .bars-container .icon-bar,
.page-template-page-mens-health-month-workplace._masterslider .header .bars-container .icon-bar {
  background-color: #719192;
}
.home .header .bars-container:hover .icon-bar,
.page-template-page-age-selector .header .bars-container:hover .icon-bar,
.page-template-page-mens-health-month-php._masterslider .header .bars-container:hover .icon-bar,
.page-template-page-mens-health-month-workplace._masterslider .header .bars-container:hover .icon-bar {
  background: #333333;
}
.header.sticky {
  background-color: #e9e7e7;
  color: #719192;
  border-bottom: 1px solid #fff;
}
.header.sticky .header-logo {
  background: url('../../images/logo-mens-health-trust.png');
}
.header.sticky .header-logo.white {
  background: url('../../images/logo-mens-health-trust-white.png');
}
.header.sticky a:hover {
  color: #333333;
}
.header.sticky .bars-container .icon-bar {
  background-color: #719192;
}
.header.sticky .bars-container:hover .icon-bar {
  background: #333333;
}
.header-logo {
  background: url('../../images/logo-mens-health-trust-white.png');
  display: block;
  width: 58px;
  height: 46px;
  float: left;
  margin-left: -4px;
  position: relative;
  z-index: 10000002;
}
.header-menu-links {
  float: right;
}
.header-menu-links a {
  color: inherit;
  display: inline-block;
  vertical-align: middle;
  margin: 15px 4px;
  font-size: 11px;
}
.header-menu-links a:hover,
.header-menu-links a:active {
  color: inherit;
  text-decoration: underline;
}
.header-menu-links .bars-container {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 6px;
  width: 19px;
  position: relative;
  cursor: pointer;
  z-index: 10000002;
  transition: all 0.3s ease-out;
}
.header-menu-links .bars-container .icon-bar {
  background-color: #fff;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  transition: all 0.3s ease-out;
}
.header-menu-links .bars-container .icon-bar + .icon-bar {
  margin-top: 4px;
}
.header-menu-links .bars-container .top-bar {
  -ms-transform: rotate(0);
      transform: rotate(0);
}
.header-menu-links .bars-container .middle-bar {
  opacity: 1;
}
.header-menu-links .bars-container .bottom-bar {
  -ms-transform: rotate(0);
      transform: rotate(0);
}
.header-menu-links .bars-container .text {
  position: relative;
  top: -4px;
  left: -1px;
  font-size: 8px;
  font-weight: bold;
}
.header-menu-links .bars-container.active .icon-bar {
  background-color: #000;
}
.header-menu-links .bars-container.active .top-bar {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -ms-transform-origin: 10% 10%;
      transform-origin: 10% 10%;
}
.header-menu-links .bars-container.active .middle-bar {
  opacity: 0;
}
.header-menu-links .bars-container.active .bottom-bar {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -ms-transform-origin: 10% 90%;
      transform-origin: 10% 90%;
}
.header-menu-links .bars-container.active .text {
  color: #000;
}
.header-navbar.collapse {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
}
.header-navbar.collapse.in {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10000001;
}
.header-navbar.collapse.in .header-navbar-btn-top,
.header-navbar.collapse.in .header-navbar-btn-bottom,
.header-navbar.collapse.in .header-navbar-menu {
  -ms-transform: translateX(0);
      transform: translateX(0);
}
.header-navbar.collapse.in .header-navbar-menu .menu {
  display: block;
}
.header-navbar-btn {
  display: none;
}
.header-navbar-btn-top {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #333333;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition: 0.3s;
}
.header-navbar-btn-top:hover {
  background: #1a1a1a;
}
.header-navbar-btn-top a {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 2px;
}
.header-navbar-btn-top a:before {
  content: "\e903";
  font-family: icomoon;
  font-size: 1em;
  margin-right: 1em;
  display: inline-block;
  vertical-align: middle;
}
.header-navbar-btn-top a:hover,
.header-navbar-btn-top a:active {
  color: #fff !important;
}
.header-navbar-btn-bottom {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  background: #719192;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition: 0.3s;
  transition-delay: 0.1s;
}
.header-navbar-btn-bottom:hover {
  background: #5a7576;
}
.header-navbar-btn-bottom a {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 2px;
}
.header-navbar-btn-bottom a:before {
  content: "\e902";
  font-family: icomoon;
  font-size: 1em;
  margin-right: 1em;
  display: inline-block;
  vertical-align: middle;
}
.header-navbar-btn-bottom a:hover,
.header-navbar-btn-bottom a:active {
  color: #fff !important;
}
.header-navbar-menu {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-top: 85px solid #719192;
}
.header-navbar-menu .menu {
  margin-top: 30px;
  padding: 0 30px;
  height: 100%;
  text-align: center;
  overflow-y: auto;
  display: none;
}
.header-navbar-menu .menu hr {
  max-width: 300px;
  margin: 30px auto;
  border-color: #719192;
}
.header-navbar-menu .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-navbar-menu .menu ul li {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.header-navbar-menu .menu ul li a {
  font-size: 16px;
  color: #333333;
}
@media (min-width: 768px) {
  .header-menu-links a {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 12px;
    font-size: 12px;
  }
  .header-navbar-btn {
    display: block;
  }
  .header-navbar-menu {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border-top: 0;
    -ms-transform: translateX(100%);
        transform: translateX(100%);
    transition: 0.3s;
    transition-delay: 0.2s;
  }
  .header-navbar-menu .menu {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    min-width: 270px;
    height: 100%;
    margin-top: 0;
    padding: 40px 40px 40px 0;
    overflow-y: auto;
    text-align: left;
  }
  .header-navbar-menu .menu ul li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1px;
    margin-right: 1em;
    background: #719192;
  }
  .header-navbar-menu .menu ul li a:hover {
    color: #719192;
  }
  .header-navbar-menu .menu ul li a:hover:before {
    height: 1em;
    background: 0;
    border: 1px solid #719192;
    border-radius: 50%;
    transition: 0.3s;
  }
}
.footer-buttons a {
  display: block;
  height: 140px;
  line-height: 140px;
  background: #719192;
  color: #fff;
  text-align: center;
  transition: ease 0.3s;
}
.footer-buttons a:hover {
  background: #4f6767;
}
.footer-buttons a:first-child {
  background: #8ea7a8;
}
.footer-buttons a:first-child:hover {
  background: #5a7576;
}
.footer-buttons a .ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.footer-buttons a .ico:before {
  font-family: icomoon;
  font-size: 20px;
}
.footer-buttons a .ico-envelope:before {
  content: "\e901";
}
.footer-buttons a .ico-heart:before {
  content: "\e903";
}
.footer-main {
  background: #fff;
  padding: 50px 8.33333333%;
  color: #719192;
}
.footer-main:before,
.footer-main:after {
  content: " ";
  display: table;
}
.footer-main:after {
  clear: both;
}
.footer-main h3 {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 400;
}
.footer-main .logo {
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 20px 0;
}
.footer-main .logo-procare {
  width: 110px;
  height: 21px;
  background-image: url('../../images/logo-procare-greyscale.png');
}
.footer-main .logo-lottery-grants {
  width: 156px;
  height: 45px;
  background-image: url('../../images/logo-lottery-grants-greyscale.png');
}
.footer .footer-copyright a {
  margin: 0 4px;
}
@media (min-width: 768px) {
  .footer-buttons:before,
  .footer-buttons:after {
    content: " ";
    display: table;
  }
  .footer-buttons:after {
    clear: both;
  }
  .footer-buttons a {
    width: 50%;
    float: left;
  }
  .footer-copyright {
    text-align: right;
  }
  .footer-copyright .ico-facebook:before {
    content: "\e905";
    font-family: icomoon;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
  }
}
.search-form {
  position: relative;
}
.search-form input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: 0;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #333333;
  outline: 0;
  transition: 0.3s;
}
.search-form input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333333;
}
.search-form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  opacity: 1;
}
.search-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
}
.search-form input:hover,
.search-form input:focus {
  border-color: #719192;
}
.search-form input:hover + button:before,
.search-form input:focus + button:before {
  color: #719192;
}
.search-form button {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 20px;
  border: 0;
  outline: 0;
  background: 0;
}
.search-form button:before {
  font-family: icomoon;
  content: "\e8b6";
  transition: 0.3s;
}
.master-slider-parent {
  border-left: 10px solid #e9e7e7;
  border-right: 10px solid #e9e7e7;
  box-sizing: border-box !important;
  overflow: hidden;
}
.ms-bullets {
  top: auto !important;
  bottom: 70px !important;
  width: auto !important;
  left: 140px;
}
.ms-bullets .ms-bullets-count {
  left: 0 !important;
}
.ms-bullets .ms-bullet {
  position: relative;
  width: 16px !important;
  height: 16px !important;
  background: 0 !important;
  background-position: 0 0 !important;
  margin: 4px !important;
  display: inline-block !important;
  float: none !important;
}
.ms-bullets .ms-bullet:before {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  left: 7px;
  width: 2px;
  height: 20px;
  background: #719192;
  transtion: 0.3s ease;
}
.ms-bullets .ms-bullet:hover:before {
  background: #fff;
}
.ms-bullets .ms-bullet-selected {
  background-position: 0 0 !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
}
.ms-bullets .ms-bullet-selected:before {
  display: none;
}
.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
  top: auto !important;
  bottom: 70px !important;
  background: 0 !important;
  width: 80px !important;
  height: 30px !important;
  color: #fff;
}
.ms-skin-default .ms-nav-next:before,
.ms-skin-default .ms-nav-prev:before,
.ms-skin-default .ms-nav-next:after,
.ms-skin-default .ms-nav-prev:after {
  transition: 0.3s ease;
}
.ms-skin-default .ms-nav-next:hover,
.ms-skin-default .ms-nav-prev:hover {
  color: #719192;
}
.ms-skin-default .ms-nav-prev:before {
  content: "\e904";
  font-family: icomoon;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -8px;
  margin-top: 2px;
}
.ms-skin-default .ms-nav-prev:after {
  content: '';
  background: currentColor;
  width: 60px;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
}
.ms-skin-default .ms-nav-next:after {
  content: "\e900";
  font-family: icomoon;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -8px;
  margin-top: 2px;
}
.ms-skin-default .ms-nav-next:before {
  content: '';
  background: currentColor;
  width: 60px;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
}
.ms-caption-title {
  font-size: 44px;
  color: #fff;
}
.ms-caption-hashtag {
  font-size: 32px;
  color: #fff;
}
.ms-caption-button {
  display: block;
  color: #719192 !important;
  border: 3px solid #719192;
  padding: 10px 30px !important;
  background: 0 !important;
  border-radius: 0 !important;
  font-size: 10px !important;
  width: auto !important;
}
.ms-caption-button:hover {
  background: #719192 !important;
  color: #fff !important;
}
@media (min-width: 480px) {
  .master-slider-parent {
    border-left-width: 20px;
    border-right-width: 20px;
  }
  .ms-caption-title {
    line-height: 1.4 !important;
    letter-spacing: 0.2em;
  }
  .ms-caption-title:before {
    content: '';
    display: block;
    width: 170px;
    height: 5px;
    background: #fff;
    margin-bottom: 20px;
  }
  .ms-caption-button {
    font-size: 14px !important;
  }
}
.mens-health-month-slider .ms-caption-title {
  color: #000;
}
.mens-health-month-slider .ms-caption-title:before {
  background: #000;
}
.mens-health-month-slider .ms-caption-hashtag {
  color: #000;
}
.mens-health-month-slider .ms-caption-button {
  color: #000 !important;
  border: 3px solid #000;
}
.mens-health-month-slider .ms-caption-button:hover {
  background: #000 !important;
  color: #fff !important;
}
.age-selector {
  background: #1E272C;
  padding: 80px 15px;
  text-align: center;
}
.age-selector-container {
  width: 450px;
  height: 450px;
  margin: 20px auto 50px;
  position: relative;
}
.age-selector-container .lines-container {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 25px;
  left: 25px;
}
.age-selector-container .lines-container .line {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}
.age-selector-container .lines-container .line .tip {
  position: absolute;
  right: 0;
  height: 1px;
  background-color: #bbb;
  width: 5px;
  display: block;
  content: ' ';
  -ms-transform-origin: 100% 0;
      transform-origin: 100% 0;
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  transition: transform 0.3s;
}
.age-selector-container .lines-container .line-1 {
  -ms-transform: rotate(-88deg);
      transform: rotate(-88deg);
}
.age-selector-container .lines-container .line-2 {
  -ms-transform: rotate(-86deg);
      transform: rotate(-86deg);
}
.age-selector-container .lines-container .line-3 {
  -ms-transform: rotate(-84deg);
      transform: rotate(-84deg);
}
.age-selector-container .lines-container .line-4 {
  -ms-transform: rotate(-82deg);
      transform: rotate(-82deg);
}
.age-selector-container .lines-container .line-5 {
  -ms-transform: rotate(-80deg);
      transform: rotate(-80deg);
}
.age-selector-container .lines-container .line-6 {
  -ms-transform: rotate(-78deg);
      transform: rotate(-78deg);
}
.age-selector-container .lines-container .line-7 {
  -ms-transform: rotate(-76deg);
      transform: rotate(-76deg);
}
.age-selector-container .lines-container .line-8 {
  -ms-transform: rotate(-74deg);
      transform: rotate(-74deg);
}
.age-selector-container .lines-container .line-9 {
  -ms-transform: rotate(-72deg);
      transform: rotate(-72deg);
}
.age-selector-container .lines-container .line-10 {
  -ms-transform: rotate(-70deg);
      transform: rotate(-70deg);
}
.age-selector-container .lines-container .line-10 .tip {
  background-color: #fff;
  height: 2px;
}
.age-selector-container .lines-container .line-11 {
  -ms-transform: rotate(-68deg);
      transform: rotate(-68deg);
}
.age-selector-container .lines-container .line-12 {
  -ms-transform: rotate(-66deg);
      transform: rotate(-66deg);
}
.age-selector-container .lines-container .line-13 {
  -ms-transform: rotate(-64deg);
      transform: rotate(-64deg);
}
.age-selector-container .lines-container .line-14 {
  -ms-transform: rotate(-62deg);
      transform: rotate(-62deg);
}
.age-selector-container .lines-container .line-15 {
  -ms-transform: rotate(-60deg);
      transform: rotate(-60deg);
}
.age-selector-container .lines-container .line-16 {
  -ms-transform: rotate(-58deg);
      transform: rotate(-58deg);
}
.age-selector-container .lines-container .line-17 {
  -ms-transform: rotate(-56deg);
      transform: rotate(-56deg);
}
.age-selector-container .lines-container .line-18 {
  -ms-transform: rotate(-54deg);
      transform: rotate(-54deg);
}
.age-selector-container .lines-container .line-19 {
  -ms-transform: rotate(-52deg);
      transform: rotate(-52deg);
}
.age-selector-container .lines-container .line-20 {
  -ms-transform: rotate(-50deg);
      transform: rotate(-50deg);
}
.age-selector-container .lines-container .line-20 .tip {
  background-color: #fff;
  height: 2px;
}
.age-selector-container .lines-container .line-21 {
  -ms-transform: rotate(-48deg);
      transform: rotate(-48deg);
}
.age-selector-container .lines-container .line-22 {
  -ms-transform: rotate(-46deg);
      transform: rotate(-46deg);
}
.age-selector-container .lines-container .line-23 {
  -ms-transform: rotate(-44deg);
      transform: rotate(-44deg);
}
.age-selector-container .lines-container .line-24 {
  -ms-transform: rotate(-42deg);
      transform: rotate(-42deg);
}
.age-selector-container .lines-container .line-25 {
  -ms-transform: rotate(-40deg);
      transform: rotate(-40deg);
}
.age-selector-container .lines-container .line-26 {
  -ms-transform: rotate(-38deg);
      transform: rotate(-38deg);
}
.age-selector-container .lines-container .line-27 {
  -ms-transform: rotate(-36deg);
      transform: rotate(-36deg);
}
.age-selector-container .lines-container .line-28 {
  -ms-transform: rotate(-34deg);
      transform: rotate(-34deg);
}
.age-selector-container .lines-container .line-29 {
  -ms-transform: rotate(-32deg);
      transform: rotate(-32deg);
}
.age-selector-container .lines-container .line-30 {
  -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
}
.age-selector-container .lines-container .line-30 .tip {
  background-color: #fff;
  height: 2px;
}
.age-selector-container .lines-container .line-31 {
  -ms-transform: rotate(-28deg);
      transform: rotate(-28deg);
}
.age-selector-container .lines-container .line-32 {
  -ms-transform: rotate(-26deg);
      transform: rotate(-26deg);
}
.age-selector-container .lines-container .line-33 {
  -ms-transform: rotate(-24deg);
      transform: rotate(-24deg);
}
.age-selector-container .lines-container .line-34 {
  -ms-transform: rotate(-22deg);
      transform: rotate(-22deg);
}
.age-selector-container .lines-container .line-35 {
  -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
}
.age-selector-container .lines-container .line-36 {
  -ms-transform: rotate(-18deg);
      transform: rotate(-18deg);
}
.age-selector-container .lines-container .line-37 {
  -ms-transform: rotate(-16deg);
      transform: rotate(-16deg);
}
.age-selector-container .lines-container .line-38 {
  -ms-transform: rotate(-14deg);
      transform: rotate(-14deg);
}
.age-selector-container .lines-container .line-39 {
  -ms-transform: rotate(-12deg);
      transform: rotate(-12deg);
}
.age-selector-container .lines-container .line-40 {
  -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
}
.age-selector-container .lines-container .line-40 .tip {
  background-color: #fff;
  height: 2px;
}
.age-selector-container .lines-container .line-41 {
  -ms-transform: rotate(-8deg);
      transform: rotate(-8deg);
}
.age-selector-container .lines-container .line-42 {
  -ms-transform: rotate(-6deg);
      transform: rotate(-6deg);
}
.age-selector-container .lines-container .line-43 {
  -ms-transform: rotate(-4deg);
      transform: rotate(-4deg);
}
.age-selector-container .lines-container .line-44 {
  -ms-transform: rotate(-2deg);
      transform: rotate(-2deg);
}
.age-selector-container .lines-container .line-45 {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}
.age-selector-container .lines-container .line-46 {
  -ms-transform: rotate(2deg);
      transform: rotate(2deg);
}
.age-selector-container .lines-container .line-47 {
  -ms-transform: rotate(4deg);
      transform: rotate(4deg);
}
.age-selector-container .lines-container .line-48 {
  -ms-transform: rotate(6deg);
      transform: rotate(6deg);
}
.age-selector-container .lines-container .line-49 {
  -ms-transform: rotate(8deg);
      transform: rotate(8deg);
}
.age-selector-container .lines-container .line-50 {
  -ms-transform: rotate(10deg);
      transform: rotate(10deg);
}
.age-selector-container .lines-container .line-50 .tip {
  background-color: #fff;
  height: 2px;
}
.age-selector-container .lines-container .line-51 {
  -ms-transform: rotate(12deg);
      transform: rotate(12deg);
}
.age-selector-container .lines-container .line-52 {
  -ms-transform: rotate(14deg);
      transform: rotate(14deg);
}
.age-selector-container .lines-container .line-53 {
  -ms-transform: rotate(16deg);
      transform: rotate(16deg);
}
.age-selector-container .lines-container .line-54 {
  -ms-transform: rotate(18deg);
      transform: rotate(18deg);
}
.age-selector-container .lines-container .line-55 {
  -ms-transform: rotate(20deg);
      transform: rotate(20deg);
}
.age-selector-container .lines-container .line-56 {
  -ms-transform: rotate(22deg);
      transform: rotate(22deg);
}
.age-selector-container .lines-container .line-57 {
  -ms-transform: rotate(24deg);
      transform: rotate(24deg);
}
.age-selector-container .lines-container .line-58 {
  -ms-transform: rotate(26deg);
      transform: rotate(26deg);
}
.age-selector-container .lines-container .line-59 {
  -ms-transform: rotate(28deg);
      transform: rotate(28deg);
}
.age-selector-container .lines-container .line-60 {
  -ms-transform: rotate(30deg);
      transform: rotate(30deg);
}
.age-selector-container .lines-container .line-60 .tip {
  background-color: #fff;
  height: 2px;
}
.age-selector-container .lines-container .line-61 {
  -ms-transform: rotate(32deg);
      transform: rotate(32deg);
}
.age-selector-container .lines-container .line-62 {
  -ms-transform: rotate(34deg);
      transform: rotate(34deg);
}
.age-selector-container .lines-container .line-63 {
  -ms-transform: rotate(36deg);
      transform: rotate(36deg);
}
.age-selector-container .lines-container .line-64 {
  -ms-transform: rotate(38deg);
      transform: rotate(38deg);
}
.age-selector-container .lines-container .line-65 {
  -ms-transform: rotate(40deg);
      transform: rotate(40deg);
}
.age-selector-container .lines-container .line-66 {
  -ms-transform: rotate(42deg);
      transform: rotate(42deg);
}
.age-selector-container .lines-container .line-67 {
  -ms-transform: rotate(44deg);
      transform: rotate(44deg);
}
.age-selector-container .lines-container .line-68 {
  -ms-transform: rotate(46deg);
      transform: rotate(46deg);
}
.age-selector-container .lines-container .line-69 {
  -ms-transform: rotate(48deg);
      transform: rotate(48deg);
}
.age-selector-container .lines-container .line-70 {
  -ms-transform: rotate(50deg);
      transform: rotate(50deg);
}
.age-selector-container .lines-container .line-70 .tip {
  background-color: #fff;
  height: 2px;
}
.age-selector-container .lines-container .line-71 {
  -ms-transform: rotate(52deg);
      transform: rotate(52deg);
}
.age-selector-container .lines-container .line-72 {
  -ms-transform: rotate(54deg);
      transform: rotate(54deg);
}
.age-selector-container .lines-container .line-73 {
  -ms-transform: rotate(56deg);
      transform: rotate(56deg);
}
.age-selector-container .lines-container .line-74 {
  -ms-transform: rotate(58deg);
      transform: rotate(58deg);
}
.age-selector-container .lines-container .line-75 {
  -ms-transform: rotate(60deg);
      transform: rotate(60deg);
}
.age-selector-container .lines-container .line-76 {
  -ms-transform: rotate(62deg);
      transform: rotate(62deg);
}
.age-selector-container .lines-container .line-77 {
  -ms-transform: rotate(64deg);
      transform: rotate(64deg);
}
.age-selector-container .lines-container .line-78 {
  -ms-transform: rotate(66deg);
      transform: rotate(66deg);
}
.age-selector-container .lines-container .line-79 {
  -ms-transform: rotate(68deg);
      transform: rotate(68deg);
}
.age-selector-container .lines-container .line-80 {
  -ms-transform: rotate(70deg);
      transform: rotate(70deg);
}
.age-selector-container .lines-container .line-80 .tip {
  background-color: #fff;
  height: 2px;
}
.age-selector-container .lines-container .line-81 {
  -ms-transform: rotate(72deg);
      transform: rotate(72deg);
}
.age-selector-container .lines-container .line-82 {
  -ms-transform: rotate(74deg);
      transform: rotate(74deg);
}
.age-selector-container .lines-container .line-83 {
  -ms-transform: rotate(76deg);
      transform: rotate(76deg);
}
.age-selector-container .lines-container .line-84 {
  -ms-transform: rotate(78deg);
      transform: rotate(78deg);
}
.age-selector-container .lines-container .line-85 {
  -ms-transform: rotate(80deg);
      transform: rotate(80deg);
}
.age-selector-container .lines-container .line-86 {
  -ms-transform: rotate(82deg);
      transform: rotate(82deg);
}
.age-selector-container .lines-container .line-87 {
  -ms-transform: rotate(84deg);
      transform: rotate(84deg);
}
.age-selector-container .lines-container .line-88 {
  -ms-transform: rotate(86deg);
      transform: rotate(86deg);
}
.age-selector-container .lines-container .line-89 {
  -ms-transform: rotate(88deg);
      transform: rotate(88deg);
}
.age-selector-container .lines-container .line-90 {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.age-selector-container .lines-container .line-90 .tip {
  background-color: #fff;
  height: 2px;
}
.age-selector-container .lines-container .line-91 {
  -ms-transform: rotate(92deg);
      transform: rotate(92deg);
}
.age-selector-container .lines-container .line-92 {
  -ms-transform: rotate(94deg);
      transform: rotate(94deg);
}
.age-selector-container .lines-container .line-93 {
  -ms-transform: rotate(96deg);
      transform: rotate(96deg);
}
.age-selector-container .lines-container .line-94 {
  -ms-transform: rotate(98deg);
      transform: rotate(98deg);
}
.age-selector-container .lines-container .line-95 {
  -ms-transform: rotate(100deg);
      transform: rotate(100deg);
}
.age-selector-container .lines-container .line-96 {
  -ms-transform: rotate(102deg);
      transform: rotate(102deg);
}
.age-selector-container .lines-container .line-97 {
  -ms-transform: rotate(104deg);
      transform: rotate(104deg);
}
.age-selector-container .lines-container .line-98 {
  -ms-transform: rotate(106deg);
      transform: rotate(106deg);
}
.age-selector-container .lines-container .line-99 {
  -ms-transform: rotate(108deg);
      transform: rotate(108deg);
}
.age-selector-container .lines-container .line-100 {
  -ms-transform: rotate(110deg);
      transform: rotate(110deg);
}
.age-selector-container .lines-container .line-100 .tip {
  background-color: #fff;
  height: 2px;
}
.age-selector-container .lines-container .line-101 {
  -ms-transform: rotate(112deg);
      transform: rotate(112deg);
}
.age-selector-container .lines-container .line-102 {
  -ms-transform: rotate(114deg);
      transform: rotate(114deg);
}
.age-selector-container .lines-container .line-103 {
  -ms-transform: rotate(116deg);
      transform: rotate(116deg);
}
.age-selector-container .lines-container .line-104 {
  -ms-transform: rotate(118deg);
      transform: rotate(118deg);
}
.age-selector-container .lines-container .line-105 {
  -ms-transform: rotate(120deg);
      transform: rotate(120deg);
}
.age-selector-container .lines-container .line-106 {
  -ms-transform: rotate(122deg);
      transform: rotate(122deg);
}
.age-selector-container .lines-container .line-107 {
  -ms-transform: rotate(124deg);
      transform: rotate(124deg);
}
.age-selector-container .lines-container .line-108 {
  -ms-transform: rotate(126deg);
      transform: rotate(126deg);
}
.age-selector-container .lines-container .line-109 {
  -ms-transform: rotate(128deg);
      transform: rotate(128deg);
}
.age-selector-container .lines-container .line-110 {
  -ms-transform: rotate(130deg);
      transform: rotate(130deg);
}
.age-selector-container .lines-container .line-110 .tip {
  background-color: #fff;
  height: 2px;
}
.age-selector-container .lines-container .line-111 {
  -ms-transform: rotate(132deg);
      transform: rotate(132deg);
}
.age-selector-container .lines-container .line-112 {
  -ms-transform: rotate(134deg);
      transform: rotate(134deg);
}
.age-selector-container .lines-container .line-113 {
  -ms-transform: rotate(136deg);
      transform: rotate(136deg);
}
.age-selector-container .lines-container .line-114 {
  -ms-transform: rotate(138deg);
      transform: rotate(138deg);
}
.age-selector-container .lines-container .line-115 {
  -ms-transform: rotate(140deg);
      transform: rotate(140deg);
}
.age-selector-container .lines-container .line-116 {
  -ms-transform: rotate(142deg);
      transform: rotate(142deg);
}
.age-selector-container .lines-container .line-117 {
  -ms-transform: rotate(144deg);
      transform: rotate(144deg);
}
.age-selector-container .lines-container .line-118 {
  -ms-transform: rotate(146deg);
      transform: rotate(146deg);
}
.age-selector-container .lines-container .line-119 {
  -ms-transform: rotate(148deg);
      transform: rotate(148deg);
}
.age-selector-container .lines-container .line-120 {
  -ms-transform: rotate(150deg);
      transform: rotate(150deg);
}
.age-selector-container .lines-container .line-120 .tip {
  background-color: #fff;
  height: 2px;
}
.age-selector-container .lines-container .line-121 {
  -ms-transform: rotate(152deg);
      transform: rotate(152deg);
}
.age-selector-container .lines-container .line-122 {
  -ms-transform: rotate(154deg);
      transform: rotate(154deg);
}
.age-selector-container .lines-container .line-123 {
  -ms-transform: rotate(156deg);
      transform: rotate(156deg);
}
.age-selector-container .lines-container .line-124 {
  -ms-transform: rotate(158deg);
      transform: rotate(158deg);
}
.age-selector-container .lines-container .line-125 {
  -ms-transform: rotate(160deg);
      transform: rotate(160deg);
}
.age-selector-container .lines-container .line-126 {
  -ms-transform: rotate(162deg);
      transform: rotate(162deg);
}
.age-selector-container .lines-container .line-127 {
  -ms-transform: rotate(164deg);
      transform: rotate(164deg);
}
.age-selector-container .lines-container .line-128 {
  -ms-transform: rotate(166deg);
      transform: rotate(166deg);
}
.age-selector-container .lines-container .line-129 {
  -ms-transform: rotate(168deg);
      transform: rotate(168deg);
}
.age-selector-container .lines-container .line-130 {
  -ms-transform: rotate(170deg);
      transform: rotate(170deg);
}
.age-selector-container .lines-container .line-130 .tip {
  background-color: #fff;
  height: 2px;
}
.age-selector-container .lines-container .line-131 {
  -ms-transform: rotate(172deg);
      transform: rotate(172deg);
}
.age-selector-container .lines-container .line-132 {
  -ms-transform: rotate(174deg);
      transform: rotate(174deg);
}
.age-selector-container .lines-container .line-133 {
  -ms-transform: rotate(176deg);
      transform: rotate(176deg);
}
.age-selector-container .lines-container .line-134 {
  -ms-transform: rotate(178deg);
      transform: rotate(178deg);
}
.age-selector-container .lines-container .line-135 {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.age-selector-container .lines-container .line-136 {
  -ms-transform: rotate(182deg);
      transform: rotate(182deg);
}
.age-selector-container .lines-container .line-137 {
  -ms-transform: rotate(184deg);
      transform: rotate(184deg);
}
.age-selector-container .lines-container .line-138 {
  -ms-transform: rotate(186deg);
      transform: rotate(186deg);
}
.age-selector-container .lines-container .line-139 {
  -ms-transform: rotate(188deg);
      transform: rotate(188deg);
}
.age-selector-container .lines-container .line-140 {
  -ms-transform: rotate(190deg);
      transform: rotate(190deg);
}
.age-selector-container .lines-container .line-140 .tip {
  background-color: #fff;
  height: 2px;
}
.age-selector-container .lines-container .line-141 {
  -ms-transform: rotate(192deg);
      transform: rotate(192deg);
}
.age-selector-container .lines-container .line-142 {
  -ms-transform: rotate(194deg);
      transform: rotate(194deg);
}
.age-selector-container .lines-container .line-143 {
  -ms-transform: rotate(196deg);
      transform: rotate(196deg);
}
.age-selector-container .lines-container .line-144 {
  -ms-transform: rotate(198deg);
      transform: rotate(198deg);
}
.age-selector-container .lines-container .line-145 {
  -ms-transform: rotate(200deg);
      transform: rotate(200deg);
}
.age-selector-container .lines-container .line-146 {
  -ms-transform: rotate(202deg);
      transform: rotate(202deg);
}
.age-selector-container .lines-container .line-147 {
  -ms-transform: rotate(204deg);
      transform: rotate(204deg);
}
.age-selector-container .lines-container .line-148 {
  -ms-transform: rotate(206deg);
      transform: rotate(206deg);
}
.age-selector-container .lines-container .line-149 {
  -ms-transform: rotate(208deg);
      transform: rotate(208deg);
}
.age-selector-container .lines-container .line-150 {
  -ms-transform: rotate(210deg);
      transform: rotate(210deg);
}
.age-selector-container .lines-container .line-150 .tip {
  background-color: #fff;
  height: 2px;
}
.age-selector-container .lines-container .line-151 {
  -ms-transform: rotate(212deg);
      transform: rotate(212deg);
}
.age-selector-container .lines-container .line-152 {
  -ms-transform: rotate(214deg);
      transform: rotate(214deg);
}
.age-selector-container .lines-container .line-153 {
  -ms-transform: rotate(216deg);
      transform: rotate(216deg);
}
.age-selector-container .lines-container .line-154 {
  -ms-transform: rotate(218deg);
      transform: rotate(218deg);
}
.age-selector-container .lines-container .line-155 {
  -ms-transform: rotate(220deg);
      transform: rotate(220deg);
}
.age-selector-container .lines-container .line-156 {
  -ms-transform: rotate(222deg);
      transform: rotate(222deg);
}
.age-selector-container .lines-container .line-157 {
  -ms-transform: rotate(224deg);
      transform: rotate(224deg);
}
.age-selector-container .lines-container .line-158 {
  -ms-transform: rotate(226deg);
      transform: rotate(226deg);
}
.age-selector-container .lines-container .line-159 {
  -ms-transform: rotate(228deg);
      transform: rotate(228deg);
}
.age-selector-container .lines-container .line-160 {
  -ms-transform: rotate(230deg);
      transform: rotate(230deg);
}
.age-selector-container .lines-container .line-160 .tip {
  background-color: #fff;
  height: 2px;
}
.age-selector-container .lines-container .line-161 {
  -ms-transform: rotate(232deg);
      transform: rotate(232deg);
}
.age-selector-container .lines-container .line-162 {
  -ms-transform: rotate(234deg);
      transform: rotate(234deg);
}
.age-selector-container .lines-container .line-163 {
  -ms-transform: rotate(236deg);
      transform: rotate(236deg);
}
.age-selector-container .lines-container .line-164 {
  -ms-transform: rotate(238deg);
      transform: rotate(238deg);
}
.age-selector-container .lines-container .line-165 {
  -ms-transform: rotate(240deg);
      transform: rotate(240deg);
}
.age-selector-container .lines-container .line-166 {
  -ms-transform: rotate(242deg);
      transform: rotate(242deg);
}
.age-selector-container .lines-container .line-167 {
  -ms-transform: rotate(244deg);
      transform: rotate(244deg);
}
.age-selector-container .lines-container .line-168 {
  -ms-transform: rotate(246deg);
      transform: rotate(246deg);
}
.age-selector-container .lines-container .line-169 {
  -ms-transform: rotate(248deg);
      transform: rotate(248deg);
}
.age-selector-container .lines-container .line-170 {
  -ms-transform: rotate(250deg);
      transform: rotate(250deg);
}
.age-selector-container .lines-container .line-170 .tip {
  background-color: #fff;
  height: 2px;
}
.age-selector-container .lines-container .line-171 {
  -ms-transform: rotate(252deg);
      transform: rotate(252deg);
}
.age-selector-container .lines-container .line-172 {
  -ms-transform: rotate(254deg);
      transform: rotate(254deg);
}
.age-selector-container .lines-container .line-173 {
  -ms-transform: rotate(256deg);
      transform: rotate(256deg);
}
.age-selector-container .lines-container .line-174 {
  -ms-transform: rotate(258deg);
      transform: rotate(258deg);
}
.age-selector-container .lines-container .line-175 {
  -ms-transform: rotate(260deg);
      transform: rotate(260deg);
}
.age-selector-container .lines-container .line-176 {
  -ms-transform: rotate(262deg);
      transform: rotate(262deg);
}
.age-selector-container .lines-container .line-177 {
  -ms-transform: rotate(264deg);
      transform: rotate(264deg);
}
.age-selector-container .lines-container .line-178 {
  -ms-transform: rotate(266deg);
      transform: rotate(266deg);
}
.age-selector-container .lines-container .line-179 {
  -ms-transform: rotate(268deg);
      transform: rotate(268deg);
}
.age-selector-container .lines-container .line-180 {
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}
.age-selector-container .lines-container .line-180 .tip {
  background-color: #fff;
  height: 2px;
}
.age-selector-container .description {
  color: #fff;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  line-height: 1.4em;
  width: 50%;
  position: absolute;
  top: 50%;
  margin-top: -1.2em;
  left: 50%;
  margin-left: -25%;
  transition: opacity 0.5s;
}
.age-selector-container .label {
  position: absolute;
  left: 105px;
  top: 105px;
  display: block;
  text-align: center;
  width: 240px;
  height: 240px;
  line-height: 240px;
  color: #fff;
  font-size: 180px;
  opacity: 0.3;
  font-weight: bold;
  transition: opacity 0.3s;
  background: 0;
  border-radius: 50%;
  border: 0;
  outline: none;
  z-index: 1;
}
.age-selector-container .rotation-rail {
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  top: 50px;
  left: 50px;
  width: 350px;
  height: 350px;
  border: 2px solid #fff;
}
.age-selector-container .rotation-handle-container {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.age-selector-container .rotation-handle-container .rotation-handle {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
}
.age-selector-container .rotation-handle-container .rotation-handle .outer-circle {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #fff;
  transition: background-color 0.3s, transform 0.15s;
  background-color: rgba(255, 255, 255, 0.2);
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
.age-selector-container .rotation-handle-container .rotation-handle .dot {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 1px;
  top: 1px;
  -ms-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #FFF;
  transition: transform 0.3s;
}
.age-selector-container .rotation-handle-container .rotation-handle:hover .outer-circle {
  background-color: rgba(255, 255, 255, 0.5);
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3);
}
.age-selector-container .rotation-handle-container .rotation-handle:hover .dot {
  -ms-transform: scale(0.6, 0.6);
      transform: scale(0.6, 0.6);
}
.age-selector-container .rotation-handle-container.rotatingInProgress .rotation-handle .outer-circle {
  background-color: rgba(255, 255, 255, 0.5);
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3);
}
.age-selector-container .rotation-handle-container.rotatingInProgress .rotation-handle .dot {
  -ms-transform: scale(0.6, 0.6);
      transform: scale(0.6, 0.6);
}
@media (max-width: 767px) {
  .age-selector-container {
    width: 300px;
    height: 300px;
  }
  .age-selector-container .lines-container {
    width: 250px;
    height: 250px;
  }
  .age-selector-container .label {
    top: 25px;
    left: 25px;
    width: 250px;
    height: 250px;
    line-height: 250px;
    font-size: 80px;
    pointer-events: none;
  }
  .age-selector-container .description {
    font-size: 13px;
  }
  .age-selector-container .rotation-rail {
    width: 200px;
    height: 200px;
  }
  .age-selector-container .rotation-handle-container {
    width: 250px;
    height: 250px;
  }
}
.age-selector-header {
  width: 200px;
  color: #fff;
  margin: 0 auto;
}
.age-selector-header h1 {
  margin-bottom: 15px;
}
.age-selector-btn {
  padding: 8px 30px;
  border: 2px solid #fff;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.age-selector-btn:hover {
  background: #000;
  color: #fff;
}
.age-selector-btn:nth-of-type(2) {
  display: none;
}
@media (min-width: 992px) {
  .age-selector {
    background: url(../../images/age-selector-bg.jpg) top center / cover no-repeat;
    text-align: left;
  }
  .age-selector-container {
    margin: 100px auto;
  }
  .age-selector-header {
    position: absolute;
    top: 40px;
    left: 40px;
  }
  .age-selector-header h1:before {
    content: '';
    display: block;
    width: 150px;
    border-bottom: 3px solid #fff;
    margin-bottom: 10px;
  }
  .age-selector-btn {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .age-selector-btn:nth-of-type(1) {
    left: 40px;
  }
  .age-selector-btn:nth-of-type(2) {
    display: block;
    right: 40px;
  }
}
.shop-container .item {
  margin-bottom: 20px;
}
.shop-container .item:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #719192;
}
.shop-container .item-image img {
  width: 100%;
  height: auto;
  display: block;
}
.shop-container .item-details h2 {
  color: #719192;
}
.shop-container .item-details .wp_cart_variation_section {
  margin: 1em 0;
}
.shop-container .item-details .wspsc_add_cart_submit {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 50px;
  text-align: center;
  text-transform: uppercase;
  color: #719192;
  font-size: 12px;
  border: 2px solid #719192;
  background: 0;
  transition: 0.3s;
  outline: none;
}
.shop-container .item-details .wspsc_add_cart_submit:hover {
  background: #719192;
  color: #fff;
}
.shopping_cart {
  font-size: 16px;
}
.shopping_cart h2 {
  font-size: 30px;
}
.shopping_cart h2:before {
  content: '';
  display: block;
  width: 200px;
  border-bottom: 3px solid #333333;
  margin-bottom: 15px;
}
.shopping_cart td {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
.shopping_cart .wpspsc_checkout_form {
  text-align: right;
}
.shopping_cart .wpspsc_checkout_form td {
  border: 0;
}
.wp_cart_empty_cart_section {
  font-size: 30px;
  font-weight: 700;
  margin: 1em 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.wp_cart_empty_cart_section:before {
  content: '';
  display: block;
  width: 200px;
  border-bottom: 3px solid #333333;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .shop-container .item-image {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .shop-container .item-details {
    width: 100%;
    float: none;
  }
  .shopping_cart {
    font-size: 14px;
  }
  .shopping_cart h2 {
    font-size: 24px;
  }
}
.wpb_wrapper h2:before {
  content: '';
  display: block;
  width: 100px;
  margin: 15px 0;
  border-bottom: 3px solid currentColor;
}
.wpb_wrapper img {
  max-width: 100%;
  height: auto;
}
.vc_btn3 {
  color: #719192 !important;
  background: 0 !important;
  border: 2px solid #719192 !important;
}
.vc_btn3:hover {
  background: #719192 !important;
  color: #fff !important;
}
.vc_separator {
  border-color: #719192 !important;
}
.vc_tta-panel .vc_tta-panel-heading {
  color: #fff !important;
  border-color: #5a7576 !important;
  background: #719192 !important;
}
.vc_tta-panel .vc_tta-panel-heading .vc_tta-title-text {
  color: #fff !important;
}
.vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon:before {
  border-color: #fff !important;
}
.vc_tta-panel .vc_tta-panel-heading:hover {
  background: #5a7576 !important;
}
.entry-content div[class*="vc_custom_"] {
  background: #fff !important;
}
.wpb_video_widget.align-center .wpb_wrapper iframe {
  left: 50% !important;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.contact-form-container {
  border-top: 1px solid #333333;
  padding-top: 20px;
  margin-top: 20px;
}
.gform_wrapper .gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gform_wrapper .gfield {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.gform_wrapper .gfield label {
  position: absolute;
  bottom: 0;
  transition: 0.3s;
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  margin-bottom: 3px !important;
  float: none !important;
  font-weight: 700 !important;
  text-transform: none !important;
}
.gform_wrapper .gfield label span {
  display: none;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"] {
  width: 100% !important;
  height: 40px;
  background: 0;
  margin-bottom: 15px;
  border-width: 0 0 4px 0;
  border-style: solid;
  border-color: #719192;
  outline: 0;
  transition: 0.3s;
}
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="email"]:focus {
  border-color: #333333;
}
.gform_wrapper textarea {
  width: 100% !important;
  margin-bottom: 15px;
  background: 0;
  border: 4px solid #719192;
  outline: 0;
  transition: 0.3s;
}
.gform_wrapper textarea:focus {
  border-color: #333333;
}
.gform_wrapper .gform_footer {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #719192;
}
.gform_wrapper .gform_footer input[type="submit"] {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 50px;
  text-align: center;
  text-transform: uppercase;
  color: #719192;
  font-size: 12px;
  border: 2px solid #719192;
  background: 0;
  outline: 0;
  transition: 0.3s;
}
.gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #719192;
  color: #fff;
}
@media (min-width: 768px) {
  .gform_wrapper .gfield {
    float: left;
    width: 50%;
    padding-left: 15px;
  }
  .gform_wrapper .gfield:nth-of-type(2n+1) {
    clear: left;
    padding-left: 0;
    padding-right: 15px;
  }
  .gform_wrapper .gfield:nth-of-type(4) {
    padding-top: 34px;
  }
  .gform_wrapper .gform_footer {
    clear: left;
    padding-left: 52%;
    padding-left: calc(50% + 15px);
  }
  .gform_wrapper .gform_footer input[type="submit"] {
    width: 100%;
  }
}
.ad-responsive-leaderboard {
  width: 320px;
  height: 50px;
  margin: 20px auto 40px;
}
.ad-responsive-leaderboard div,
.ad-responsive-leaderboard iframe {
  width: 320px !important;
  height: 50px !important;
}
@media (min-width: 500px) {
  .ad-responsive-leaderboard {
    width: 468px;
    height: 60px;
    margin-top: 30px;
  }
  .ad-responsive-leaderboard div,
  .ad-responsive-leaderboard iframe {
    width: 468px !important;
    height: 60px !important;
  }
}
@media (min-width: 800px) {
  .ad-responsive-leaderboard {
    width: 728px;
    height: 90px;
    margin-top: 40px;
  }
  .ad-responsive-leaderboard div,
  .ad-responsive-leaderboard iframe {
    width: 728px !important;
    height: 90px !important;
  }
}
.ad-medium-rectangle {
  width: 300px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .age-check .ad-medium-rectangle {
    margin: 80px auto 0;
  }
  .age-check .ad-responsive-leaderboard {
    margin-bottom: 80px;
  }
}
.ad-label {
  display: block;
  margin-top: 10px;
  text-align: right;
  color: #ccc;
}
.home-container {
  padding: 10px;
}
.home-container:before,
.home-container:after {
  content: " ";
  display: table;
}
.home-container:after {
  clear: both;
}
.home-news {
  position: relative;
  background: #fff;
  padding: 20px;
}
.home-news:before,
.home-news:after {
  content: " ";
  display: table;
}
.home-news:after {
  clear: both;
}
.home-news-title {
  position: relative;
  border-top: 1px solid #e9e7e7;
  margin-bottom: 30px;
}
.home-news-title h2 {
  position: absolute;
  top: 0;
  left: 50%;
  background: #fff;
  min-width: 150px;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  padding: 0 25px;
  font-size: 14px;
  font-style: italic;
  letter-spacing: .1em;
}
.home-news .items-container:before,
.home-news .items-container:after {
  content: " ";
  display: table;
}
.home-news .items-container:after {
  clear: both;
}
.home-news .item:not(:last-child) {
  margin-bottom: 40px;
}
.home-news .item-image {
  position: relative;
  display: block;
  background: #e9e7e7;
  margin-bottom: 10px;
  overflow: hidden;
}
.home-news .item-image:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.home-news .item-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease-in-out;
}
.home-news .item-cat {
  margin: 10px 0;
  font-style: italic;
  color: inherit;
}
.home-news .item-title {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.home-news .item-title:after {
  content: '';
  display: block;
  width: 75px;
  height: 3px;
  background: #719192;
  margin-top: 20px;
  transition: width 0.4s ease;
}
.home-news .item-title a {
  color: inherit;
}
.home-news .item:hover .item-image img {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}
.home-news .item:hover .item-title:after {
  width: 100%;
}
.home-news .separator {
  margin-top: 40px;
  border-top: 1px solid #e9e7e7;
}
.home-featBox {
  margin: 30px 0;
}
.home-featBox-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.home-featBox-image:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.home-featBox-details {
  padding-bottom: 10px;
}
.home-featBox-title {
  color: #719192;
  text-transform: uppercase;
}
.home-featBox-btn {
  display: block;
  height: 40px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  color: #719192;
  font-size: 12px;
  border: 2px solid #719192;
}
.home-featBox-btn:hover {
  background: #719192;
  color: #fff;
}
.home-topics:before,
.home-topics:after {
  content: " ";
  display: table;
}
.home-topics:after {
  clear: both;
}
.home-topics-title {
  letter-spacing: 0.1em;
  text-align: center;
}
.home-topics-title a {
  color: inherit;
}
.home-topics .btn-all {
  display: none;
}
.home-topics .item {
  display: block;
  position: relative;
  color: #fff;
  margin-bottom: 10px;
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.home-topics .item-image {
  position: relative;
  display: block;
  background-color: #ccc;
  background-size: cover;
}
.home-topics .item-image:before {
  content: '';
  display: block;
  padding-bottom: 112%;
}
.home-topics .item-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: ease 0.3s;
  padding: 20px;
}
.home-topics .item-details:hover {
  background: rgba(0, 0, 0, 0.1);
}
.home-topics .item-title {
  text-transform: uppercase;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.home-topics .item-title a {
  color: inherit;
}
.home-topics .item-text {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.home-topics .item-text p {
  line-height: 16px;
  height: 48px;
  overflow: hidden;
}
@media (min-width: 480px) {
  .home-news {
    padding: 40px 12%;
  }
  .home-featBox {
    padding: 20px 12%;
  }
  .home-topics .item {
    width: 48%;
    float: left;
    margin: 0 1% 2%;
  }
}
@media (min-width: 768px) {
  .home-container {
    margin-top: -60px;
    padding: 0 8.33%;
  }
  .home-news {
    padding: 20px;
  }
  .home-news .item {
    width: 30%;
    float: left;
    margin-bottom: auto;
  }
  .home-news .item:not(:last-child) {
    margin-right: 5%;
  }
  .home-featBox {
    position: relative;
    margin: 10% -30px;
    padding: 0;
  }
  .home-featBox:before,
  .home-featBox:after {
    content: " ";
    display: table;
  }
  .home-featBox:after {
    clear: both;
  }
  .home-featBox-image {
    width: 40%;
    float: left;
    left: 30px;
    z-index: 2;
  }
  .home-featBox-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+36,ffffff+100&0+36,0.7+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#b3ffffff', GradientType=1);
    /* IE6-9 */
  }
  .home-featBox-details {
    position: relative;
    background: #fff;
    width: 60%;
    float: right;
    margin-top: 40px;
    right: 30px;
    z-index: 1;
    padding: 130px 4% 60px 7%;
    padding: 130px 4% 60px calc(4% + 60px );
  }
  .home-featBox-title {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    position: absolute;
    z-index: 3;
    top: 60px;
    left: 60%;
    left: calc(50% - 30px);
    font-size: 24px;
    letter-spacing: 2px;
  }
  .home-featBox-title:before {
    content: '';
    display: block;
    width: 165px;
    height: 4px;
    margin-bottom: 20px;
    background: currentColor;
    transition: width 0.4s ease;
  }
  .home-featBox-title a {
    color: inherit;
  }
  .home-featBox-text {
    margin-top: 20px;
    margin-bottom: 60px;
    padding-top: 20px;
    border-top: 1px solid #333333;
  }
  .home-featBox-2 .home-featBox-image,
  .home-featBox-4 .home-featBox-image,
  .home-featBox-6 .home-featBox-image,
  .home-featBox-8 .home-featBox-image,
  .home-featBox-10 .home-featBox-image {
    float: right;
    left: auto;
    right: 30px;
  }
  .home-featBox-2 .home-featBox-image:after,
  .home-featBox-4 .home-featBox-image:after,
  .home-featBox-6 .home-featBox-image:after,
  .home-featBox-8 .home-featBox-image:after,
  .home-featBox-10 .home-featBox-image:after {
    display: none;
  }
  .home-featBox-2 .home-featBox-details,
  .home-featBox-4 .home-featBox-details,
  .home-featBox-6 .home-featBox-details,
  .home-featBox-8 .home-featBox-details,
  .home-featBox-10 .home-featBox-details {
    float: left;
    left: 30px;
    padding: 130px 18% 60px 10%;
    padding: 130px calc(10% + 60px ) 60px 10%;
  }
  .home-featBox-2 .home-featBox-title,
  .home-featBox-4 .home-featBox-title,
  .home-featBox-6 .home-featBox-title,
  .home-featBox-8 .home-featBox-title,
  .home-featBox-10 .home-featBox-title {
    left: 15%;
    left: calc(10% + 30px);
  }
  .home-featBox:hover .home-featBox-title:before {
    width: 100%;
  }
  .home-topics .item {
    width: 31.3%;
    float: left;
    margin: 0 1% 2%;
  }
}
@media (min-width: 992px) {
  .home {
    /*
			increase offset and make image wider
		 */
  }
  .home-news {
    padding: 60px;
  }
  .home-featBox {
    margin: 10% -60px;
  }
  .home-featBox-image {
    width: 50%;
    left: 60px;
  }
  .home-featBox-details {
    width: 50%;
    right: 60px;
    padding: 130px 8% 60px 15%;
    padding: 130px 8% 60px calc(8% + 120px );
  }
  .home-featBox-title {
    top: 60px;
    left: 50%;
    left: calc(50% - 60px);
    font-size: 36px;
    letter-spacing: 4px;
  }
  .home-topics-title {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-align: left;
  }
  .home-topics-title:before {
    content: '';
    display: block;
    background: currentColor;
    width: 160px;
    height: 4px;
    margin-bottom: 10px;
  }
  .home-topics-row {
    position: relative;
    margin: 60px 0;
  }
  .home-topics-row:before,
  .home-topics-row:after {
    content: " ";
    display: table;
  }
  .home-topics-row:after {
    clear: both;
  }
  .home-topics-row:nth-of-type(1) {
    padding-left: 10%;
  }
  .home-topics-row:nth-of-type(1) .btn-all {
    top: 50%;
    left: 0;
    -ms-transform: translate(-40%, -50%) rotate(-90deg);
        transform: translate(-40%, -50%) rotate(-90deg);
  }
  .home-topics-row:nth-of-type(1) .item {
    margin: 0 5% 0 0;
  }
  .home-topics-row:nth-of-type(1) .item:nth-of-type(2) {
    margin-left: 10%;
  }
  .home-topics-row:nth-of-type(2) {
    padding-right: 10%;
  }
  .home-topics-row:nth-of-type(2) .btn-all {
    right: 0;
    top: 50%;
    -ms-transform: translate(40%, -50%) rotate(90deg);
        transform: translate(40%, -50%) rotate(90deg);
  }
  .home-topics-row:nth-of-type(2) .item {
    margin: 0 5% 0 0;
  }
  .home-topics-row:nth-of-type(2) .item:nth-of-type(4) {
    margin-right: 10%;
  }
  .home-topics-row .btn-all {
    display: block;
    position: absolute;
    color: #719192;
    padding-bottom: 8px;
    border-bottom: 1px solid currentColor;
  }
  .home-topics-row .btn-all:hover {
    color: #000;
  }
  .home-topics .item {
    width: 25%;
    float: left;
  }
  .home-topics .item-text .arrow {
    position: relative;
    width: 100%;
    height: 3px;
    background: #fff;
    margin-bottom: 20px;
  }
  .home-topics .item-text .arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #719192;
    transition: width 0.3s ease;
  }
  .home-topics .item-text .arrow:after {
    content: "\e900";
    font-family: icomoon;
    font-size: 18px;
    position: absolute;
    top: -10px;
    right: -8px;
  }
  .home-topics .item:hover .item-text .arrow:before {
    width: 100%;
  }
  .home-topics .item:hover .item-text .arrow:after {
    color: #719192;
    transition-delay: 0.3s;
  }
}
@media (min-width: 1200px) {
  .home-topics .item-title {
    font-size: 24px;
  }
}
.archive-hero {
  position: relative;
  min-height: 300px;
  padding: 100px 20px 40px;
  margin-bottom: 60px;
  background: url('../../images/page-hero-bg.jpg') center center / cover no-repeat;
}
.archive-hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.archive-hero-caption {
  position: relative;
  max-width: 340px;
  margin: auto;
  color: #fff;
  text-align: center;
}
.archive-hero-caption h1 {
  text-transform: uppercase;
}
.archive-hero-caption h1:after {
  content: '';
  display: block;
  width: 100px;
  margin: 15px auto;
  border-bottom: 3px solid #719192;
}
.archive .items-container {
  margin: 40px 0;
}
.archive .items-container:before,
.archive .items-container:after {
  content: " ";
  display: table;
}
.archive .items-container:after {
  clear: both;
}
.archive .items-container .item {
  display: block;
  position: relative;
  color: #fff;
  margin-bottom: 10px;
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.archive .items-container .item-image {
  position: relative;
  display: block;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
}
.archive .items-container .item-image:before {
  content: '';
  display: block;
  padding-bottom: 112%;
}
.archive .items-container .item-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: ease 0.3s;
  padding: 20px;
}
.archive .items-container .item-details:hover {
  background: rgba(0, 0, 0, 0.1);
}
.archive .items-container .item-title {
  text-transform: uppercase;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.archive .items-container .item-title a {
  color: inherit;
}
.archive .items-container .item-text {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.archive .items-container .item-text p {
  line-height: 16px;
  height: 48px;
  overflow: hidden;
}
@media (min-width: 480px) {
  .archive .items-container:before,
  .archive .items-container:after {
    content: " ";
    display: table;
  }
  .archive .items-container:after {
    clear: both;
  }
  .archive .items-container .item {
    width: 48%;
    float: left;
    margin: 0 1% 2%;
  }
  .archive .items-container .item:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .archive-hero {
    height: 350px;
  }
  .archive-hero-caption {
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
  .archive .items-container {
    margin: 80px 0;
  }
  .archive .items-container .item {
    width: 31.33%;
    float: left;
    margin: 0 1.5% 2%;
  }
  .archive .items-container .item:nth-of-type(2n+1) {
    clear: none;
  }
  .archive .items-container .item:nth-of-type(3n+1) {
    margin-left: 0;
    clear: left;
  }
  .archive .items-container .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .archive .items-container .item-title {
    font-size: 24px;
  }
  .archive .items-container .item-text .arrow {
    position: relative;
    width: 100%;
    height: 3px;
    background: #fff;
    margin-bottom: 20px;
  }
  .archive .items-container .item-text .arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #719192;
    transition: width 0.3s ease;
  }
  .archive .items-container .item-text .arrow:after {
    content: "\e900";
    font-family: icomoon;
    font-size: 18px;
    position: absolute;
    top: -10px;
    right: -8px;
  }
  .archive .items-container .item:hover .item-text .arrow:before {
    width: 100%;
  }
  .archive .items-container .item:hover .item-text .arrow:after {
    color: #719192;
    transition-delay: 0.3s;
  }
}
@media (min-width: 1200px) {
  .archive-hero {
    height: 400px;
  }
}
@media (min-width: 1500px) {
  .archive-hero {
    height: 500px;
  }
}
.topics-list .archive-hero {
  background: url('../../images/health-topics-hero-bg.jpg') center center / cover no-repeat;
}
.topics-list .topics-title {
  text-transform: uppercase;
  color: #333333;
}
.topics-list .topics-title:before {
  content: '';
  display: block;
  width: 200px;
  border-bottom: 3px solid #333333;
  margin-bottom: 15px;
}
.topics-list .categories {
  margin: 0;
  list-style: 0;
}
.topics-list .categories button {
  background: 0;
  border: 3px solid #333333;
  outline: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding: 0 50px 0 10px;
  transition: 0.3s;
}
.topics-list .categories button:after {
  position: absolute;
  top: 0;
  right: 25px;
  content: "\e313";
  font-family: icomoon;
  font-size: 20px;
  transition: 0.3s;
}
.topics-list .categories button:hover {
  color: #719192;
  border-color: #719192;
}
.topics-list .categories button:hover:after {
  color: #719192;
}
.topics-list .categories ul {
  left: 15px;
  right: 15px;
  padding: 0;
}
.topics-list .categories li:not(:last-of-type) {
  border-bottom: 1px solid #333333;
}
.topics-list .categories li a {
  color: #333333;
  padding: 10px;
}
.topics-list .categories li.active a,
.topics-list .categories li:hover a {
  color: #fff;
  background-color: #719192;
}
.living-healthy-list .archive-hero {
  background: url('../../images/living-healthy-hero-bg.jpg') center center / cover no-repeat;
}
.living-healthy-list .living-healthy-title {
  text-transform: uppercase;
  color: #333333;
}
.living-healthy-list .living-healthy-title:before {
  content: '';
  display: block;
  width: 200px;
  border-bottom: 3px solid #333333;
  margin-bottom: 15px;
}
.living-healthy-list .categories {
  margin: 0;
  list-style: 0;
}
.living-healthy-list .categories button {
  background: 0;
  border: 3px solid #333333;
  outline: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding: 0 50px 0 10px;
  transition: 0.3s;
}
.living-healthy-list .categories button:after {
  position: absolute;
  top: 0;
  right: 25px;
  content: "\e313";
  font-family: icomoon;
  font-size: 20px;
  transition: 0.3s;
}
.living-healthy-list .categories button:hover {
  color: #719192;
  border-color: #719192;
}
.living-healthy-list .categories button:hover:after {
  color: #719192;
}
.living-healthy-list .categories ul {
  left: 15px;
  right: 15px;
  padding: 0;
}
.living-healthy-list .categories li:not(:last-of-type) {
  border-bottom: 1px solid #333333;
}
.living-healthy-list .categories li a {
  color: #333333;
  padding: 10px;
}
.living-healthy-list .categories li.active a,
.living-healthy-list .categories li:hover a {
  color: #fff;
  background-color: #719192;
}
.living-healthy-list .items-container .item-title {
  font-size: 24px;
}
.living-healthy-list .items-container .item-title span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.goodfellas-list .archive-hero {
  background: url('../../images/goodfellas-hero-bg.jpg') center center / cover no-repeat;
}
.goodfellas-list .goodfellas-title {
  text-transform: uppercase;
  color: #333333;
}
.goodfellas-list .goodfellas-title:before {
  content: '';
  display: block;
  width: 200px;
  border-bottom: 3px solid #333333;
  margin-bottom: 15px;
}
.goodfellas-list .categories {
  margin: 0;
  list-style: 0;
}
.goodfellas-list .categories button {
  background: 0;
  border: 3px solid #333333;
  outline: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding: 0 50px 0 10px;
  transition: 0.3s;
}
.goodfellas-list .categories button:after {
  position: absolute;
  top: 0;
  right: 25px;
  content: "\e313";
  font-family: icomoon;
  font-size: 20px;
  transition: 0.3s;
}
.goodfellas-list .categories button:hover {
  color: #719192;
  border-color: #719192;
}
.goodfellas-list .categories button:hover:after {
  color: #719192;
}
.goodfellas-list .categories ul {
  left: 15px;
  right: 15px;
  padding: 0;
}
.goodfellas-list .categories li:not(:last-of-type) {
  border-bottom: 1px solid #333333;
}
.goodfellas-list .categories li a {
  color: #333333;
  padding: 10px;
}
.goodfellas-list .categories li.active a,
.goodfellas-list .categories li:hover a {
  color: #fff;
  background-color: #719192;
}
.goodfellas-list .items-container {
  margin: 40px 0 !important;
}
.goodfellas-list .items-container .item-image {
  overflow: hidden;
}
.goodfellas-list .items-container .item-image:before {
  display: none;
}
.goodfellas-list .items-container .item-image .ico.ico-play {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  z-index: 11;
}
.goodfellas-list .items-container .item-image .ico.ico-play:before {
  display: block;
  content: "\e039";
  font-family: icomoon;
  font-size: 40px;
  line-height: 40px;
}
.goodfellas-list .items-container .item-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.4s ease-in-out;
}
.goodfellas-list .items-container .item-details {
  position: static;
  background-color: #fff;
  color: #333333;
}
.goodfellas-list .items-container .item-details:hover {
  background-color: #fff;
}
.goodfellas-list .items-container .item-title {
  text-shadow: none;
  font-size: 18px !important;
}
.goodfellas-list .items-container .item-text {
  position: static;
}
.goodfellas-list .items-container .item:hover .item-image img {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}
.stories-list .archive-hero {
  background: url('../../images/stories-hero-bg.jpg') center center / cover no-repeat;
}
.stories-list .stories-title {
  text-transform: uppercase;
  color: #333333;
}
.stories-list .stories-title:before {
  content: '';
  display: block;
  width: 200px;
  border-bottom: 3px solid #333333;
  margin-bottom: 15px;
}
.stories-list .categories {
  margin: 0;
  list-style: 0;
}
.stories-list .categories button {
  background: 0;
  border: 3px solid #333333;
  outline: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding: 0 50px 0 10px;
  transition: 0.3s;
}
.stories-list .categories button:after {
  position: absolute;
  top: 0;
  right: 25px;
  content: "\e313";
  font-family: icomoon;
  font-size: 20px;
  transition: 0.3s;
}
.stories-list .categories button:hover {
  color: #719192;
  border-color: #719192;
}
.stories-list .categories button:hover:after {
  color: #719192;
}
.stories-list .categories ul {
  left: 15px;
  right: 15px;
  padding: 0;
}
.stories-list .categories li:not(:last-of-type) {
  border-bottom: 1px solid #333333;
}
.stories-list .categories li a {
  color: #333333;
  padding: 10px;
}
.stories-list .categories li.active a,
.stories-list .categories li:hover a {
  color: #fff;
  background-color: #719192;
}
.stories-list .items-container {
  margin: 40px 0 !important;
}
.stories-list .items-container .item-image:before {
  padding-bottom: 75%;
}
.stories-list .items-container .item-details {
  position: static;
  background-color: #fff;
  color: #333333;
}
.stories-list .items-container .item-details:hover {
  background-color: #fff;
}
.stories-list .items-container .item-title {
  text-shadow: none;
  font-size: 18px !important;
}
.stories-list .items-container .item-text {
  position: static;
}
@media (min-width: 1200px) {
  .archive .stories-list .items-container {
    margin: 80px 0;
  }
  .archive .stories-list .items-container .item {
    width: 23.5%;
    float: left;
    margin: 0 1% 2%;
  }
  .archive .stories-list .items-container .item:nth-of-type(3n),
  .archive .stories-list .items-container .item:nth-of-type(3n+1) {
    clear: none;
    margin: 0 1% 2%;
  }
  .archive .stories-list .items-container .item:nth-of-type(4n+1) {
    margin-left: 0;
    clear: left;
  }
  .archive .stories-list .items-container .item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.ht-intro {
  padding: 40px 8.33333333%;
}
.ht-intro-image {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.ht-intro-image:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.ht-intro-text h2 {
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #719192;
}
.ht-intro-text h2:before {
  content: '';
  display: block;
  width: 100px;
  margin: 15px 0;
  border-bottom: 3px solid #719192;
}
.ht-faqs {
  padding: 40px 8.33333333%;
  background: #fff;
}
.ht-faqs .faq-title {
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #719192;
}
.ht-faqs .faq-title:before {
  content: '';
  display: block;
  width: 100px;
  margin: 15px 0;
  border-bottom: 3px solid #333333;
}
.ht-faqs .faq-item {
  margin-bottom: 20px;
}
.ht-faqs .faq-item-question {
  position: relative;
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #719192;
  outline: none;
  font-size: 18px;
  transition: 0.3s;
}
.ht-faqs .faq-item-question:before {
  content: '';
  width: 0;
  border-bottom: 2px solid #333333;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: 0.3s;
}
.ht-faqs .faq-item-question:after {
  content: "\e900";
  font-family: icomoon;
  position: absolute;
  bottom: -11px;
  right: -4px;
  font-size: 13px;
}
.ht-faqs .faq-item-question:hover,
.ht-faqs .faq-item-question:not(.collapsed) {
  color: #333333;
}
.ht-faqs .faq-item-question:hover:before,
.ht-faqs .faq-item-question:not(.collapsed):before {
  width: 100%;
}
.ht-faqs .faq-item-question:hover:after,
.ht-faqs .faq-item-question:not(.collapsed):after {
  color: #333333;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.ht-faqs .faq-item-answer .padding-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ht-single-column {
  padding: 40px 8.33333333%;
}
.ht-single-column .container {
  max-width: 750px;
}
.ht-single-column h2 {
  text-transform: uppercase;
  text-align: center;
}
.ht-single-column h2:after {
  content: '';
  display: block;
  width: 100px;
  margin: 15px auto;
  border-bottom: 3px solid #719192;
}
.ht-featBox {
  padding: 40px 8.33333333%;
  background: #333333;
  color: #fff;
}
.ht-featBox-image {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.ht-featBox-image:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.ht-featBox-text h2 {
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #719192;
}
.ht-featBox-text h2:after {
  content: '';
  display: block;
  width: 100px;
  margin: 15px 0;
  border-bottom: 3px solid #719192;
}
.ht-featBox-btn {
  display: block;
  height: 40px;
  line-height: 38px;
  margin-top: 20px;
  padding: 0 50px;
  text-align: center;
  text-transform: uppercase;
  color: #719192;
  font-size: 12px;
  border: 2px solid #719192;
}
.ht-featBox-btn:hover {
  background: #719192;
  color: #fff;
}
.ht-links {
  padding: 40px 8.33333333%;
}
.ht-links-title {
  text-transform: uppercase;
}
.ht-links-title:after {
  content: '';
  display: block;
  width: 100px;
  margin: 15px 0;
  border-bottom: 3px solid #333333;
}
.ht-links hr {
  margin-top: 0;
  border-color: #719192;
}
.ht-links .ht-link {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #719192;
}
.ht-links .ht-link .text {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.ht-links .ht-link:before {
  content: '';
  width: 0;
  height: 2px;
  background: #333333;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: 0.3s;
}
.ht-links .ht-link:after {
  content: "\e900";
  position: absolute;
  bottom: -21px;
  right: -5px;
  font-size: 12px;
  font-family: icomoon;
  color: #719192;
}
.ht-links .ht-link:hover {
  color: #333333;
}
.ht-links .ht-link:hover:before {
  width: 100%;
}
.ht-links .ht-link:hover:after {
  color: #333333;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.ht-video {
  background-color: #333333;
  padding: 40px 0;
}
.ht-video .video-container {
  position: relative;
  display: block;
}
.ht-video .video-container:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.ht-video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ht-video .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  opacity: 0.8;
  outline: none;
  cursor: pointer;
}
.ht-video .playBtn:before {
  content: "\e039";
  font-family: icomoon;
  font-size: 95px;
  color: #fff;
  text-shadow: 0px 0px 5px #000;
}
.ht-video .playBtn:hover {
  opacity: 1;
}
.ht-downloads {
  background: #fff;
  padding: 40px 8.33333333%;
}
.ht-downloads-title {
  text-transform: uppercase;
}
.ht-downloads-title:before {
  content: '';
  display: block;
  width: 120px;
  margin-bottom: 15px;
  border-bottom: 3px solid #333333;
}
.ht-downloads-text {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #719192;
}
.ht-downloads .item-container {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.ht-downloads .item {
  padding: 20px;
  border: 1px solid #e9e7e7;
  transition: 0.3s;
}
.ht-downloads .item img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: auto;
}
.ht-downloads .item-title {
  color: #333333;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #719192;
  transition: 0.3s;
}
.ht-downloads .item:hover {
  border-color: #333333;
}
.ht-downloads .item:hover .item-title {
  color: #333333;
  border-color: #333333;
}
.ht-form {
  padding: 40px 8.33333333%;
}
.ht-form-title {
  text-transform: uppercase;
}
.ht-form-title:before {
  content: '';
  display: block;
  width: 100px;
  margin: 15px 0;
  border-bottom: 3px solid #333333;
}
.ht-form-main {
  border-top: 1px solid #333333;
  padding-top: 20px;
  margin-top: 20px;
}
.ht-nav {
  background: #fff;
  padding: 40px 8.33333333%;
}
.ht-nav:before,
.ht-nav:after {
  content: " ";
  display: table;
}
.ht-nav:after {
  clear: both;
}
.ht-nav h2 {
  text-transform: uppercase;
}
.ht-nav h2:before {
  content: '';
  display: block;
  width: 100px;
  margin: 15px 0;
  border-bottom: 3px solid #333333;
}
.ht-nav h2 a {
  color: inherit;
}
.ht-nav .btn {
  display: block;
  height: 200px;
  background-color: #ccc;
  margin-bottom: 20px;
}
.ht-nav .btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.ht-nav .btn:hover:after {
  background: rgba(0, 0, 0, 0);
}
.ht-nav .btn .text {
  position: absolute;
  top: 40px;
  left: 40px;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.ht-nav .btn .text-sm {
  font-size: 18px;
  display: block;
}
.ht-nav .btn .text-lg {
  display: block;
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .ht-downloads .item-container {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .ht-intro {
    padding: 60px 8.33333333%;
  }
  .ht-intro:before,
  .ht-intro:after {
    content: " ";
    display: table;
  }
  .ht-intro:after {
    clear: both;
  }
  .ht-intro-container {
    position: relative;
    margin: 0 -30px;
    padding: 0;
  }
  .ht-intro-container:before,
  .ht-intro-container:after {
    content: " ";
    display: table;
  }
  .ht-intro-container:after {
    clear: both;
  }
  .ht-intro-image {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    left: 30px;
    z-index: 2;
  }
  .ht-intro-image:before {
    display: block;
    content: "";
    padding-top: 75%;
  }
  .ht-intro-text {
    position: relative;
    background: #fff;
    width: 50%;
    float: right;
    margin-top: 40px;
    right: 30px;
    z-index: 1;
    padding: 40px 4% 40px 7%;
    padding: 40px 4% 40px calc(4% + 60px );
  }
  .ht-intro-text h2 {
    color: #719192;
  }
  .ht-single-column {
    padding: 30px 0;
  }
  .ht-faqs {
    padding: 30px 8.33333333%;
  }
  .ht-faqs .faq-item-question.collapsed {
    width: 50%;
  }
  .ht-faqs .faq-item-answer:not(.collapsing) {
    border-bottom: 1px solid #719192;
  }
  .ht-faqs .faq-item-answer .padding-container {
    padding-left: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ht-featBox {
    background: #333333;
    padding: 60px 8.33333333%;
  }
  .ht-featBox:before,
  .ht-featBox:after {
    content: " ";
    display: table;
  }
  .ht-featBox:after {
    clear: both;
  }
  .ht-featBox-container {
    position: relative;
    margin: 0 -15px;
    padding: 0;
  }
  .ht-featBox-container:before,
  .ht-featBox-container:after {
    content: " ";
    display: table;
  }
  .ht-featBox-container:after {
    clear: both;
  }
  .ht-featBox-image {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    left: 15px;
    z-index: 1;
  }
  .ht-featBox-image:before {
    display: block;
    content: "";
    padding-top: 75%;
  }
  .ht-featBox-image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
  }
  .ht-featBox-text {
    position: relative;
    background: #fff;
    color: #719192;
    width: 50%;
    float: right;
    margin-top: 40px;
    right: 15px;
    z-index: 2;
    padding: 60px 4%;
  }
  .ht-featBox-text p {
    color: #333333;
  }
  .ht-links {
    padding: 60px 8.33333333%;
  }
  .ht-video {
    padding: 60px 0;
  }
  .ht-downloads {
    padding: 60px 8.33333333%;
  }
  .ht-form {
    padding: 60px 16.66666667%;
  }
  .ht-nav .btn {
    margin-bottom: 0;
  }
  .ht-nav .btn-prev .text {
    right: 40px;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .ht-intro {
    padding: 100px 8.33333333%;
  }
  .ht-intro-container {
    margin: 0 -60px;
  }
  .ht-intro-image {
    width: 40%;
    left: 60px;
  }
  .ht-intro-text {
    width: 60%;
    right: 60px;
    padding: 40px 4% 40px 7%;
    padding: 40px 4% 40px calc(4% + 120px );
  }
  .ht-single-column {
    padding: 50px 0;
  }
  .ht-faqs {
    padding: 50px 16.66666667%;
  }
  .ht-featBox {
    padding: 100px 8.33333333%;
  }
  .ht-featBox-container {
    margin: 0 -30px;
  }
  .ht-featBox-image {
    width: 40%;
    left: 30px;
  }
  .ht-featBox-text {
    width: 60%;
    right: 30px;
  }
  .ht-links {
    padding: 100px 8.33333333%;
  }
  .ht-video {
    padding: 100px 0;
  }
  .ht-downloads {
    padding: 100px 8.33333333%;
  }
  .ht-form {
    padding: 100px 16.66666667%;
  }
  .ht-nav {
    padding: 100px 16.66666667%;
  }
}
.lh-intro {
  padding: 40px 8.33333333%;
}
.lh-intro-image {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.lh-intro-image:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.lh-intro-text h2 {
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #719192;
}
.lh-intro-text h2:before {
  content: '';
  display: block;
  width: 100px;
  margin: 15px 0;
  border-bottom: 3px solid #719192;
}
.lh-faqs {
  padding: 40px 8.33333333%;
  background: #fff;
}
.lh-faqs .faq-title {
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #719192;
}
.lh-faqs .faq-title:before {
  content: '';
  display: block;
  width: 100px;
  margin: 15px 0;
  border-bottom: 3px solid #333333;
}
.lh-faqs .faq-item {
  margin-bottom: 20px;
}
.lh-faqs .faq-item-question {
  position: relative;
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #719192;
  outline: none;
  font-size: 18px;
  transition: 0.3s;
}
.lh-faqs .faq-item-question:before {
  content: '';
  width: 0;
  border-bottom: 2px solid #333333;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: 0.3s;
}
.lh-faqs .faq-item-question:after {
  content: "\e900";
  font-family: icomoon;
  position: absolute;
  bottom: -11px;
  right: -4px;
  font-size: 13px;
}
.lh-faqs .faq-item-question:hover,
.lh-faqs .faq-item-question:not(.collapsed) {
  color: #333333;
}
.lh-faqs .faq-item-question:hover:before,
.lh-faqs .faq-item-question:not(.collapsed):before {
  width: 100%;
}
.lh-faqs .faq-item-question:hover:after,
.lh-faqs .faq-item-question:not(.collapsed):after {
  color: #333333;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.lh-faqs .faq-item-answer .padding-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.lh-single-column {
  padding: 40px 8.33333333%;
}
.lh-single-column .container {
  max-width: 750px;
}
.lh-single-column h2 {
  text-transform: uppercase;
  text-align: center;
}
.lh-single-column h2:after {
  content: '';
  display: block;
  width: 100px;
  margin: 15px auto;
  border-bottom: 3px solid #719192;
}
.lh-featBox {
  padding: 40px 8.33333333%;
  background: #333333;
  color: #fff;
}
.lh-featBox-image {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.lh-featBox-image:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.lh-featBox-text h2 {
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #719192;
}
.lh-featBox-text h2:after {
  content: '';
  display: block;
  width: 100px;
  margin: 15px 0;
  border-bottom: 3px solid #719192;
}
.lh-featBox-btn {
  display: block;
  height: 40px;
  line-height: 38px;
  margin-top: 20px;
  padding: 0 50px;
  text-align: center;
  text-transform: uppercase;
  color: #719192;
  font-size: 12px;
  border: 2px solid #719192;
}
.lh-featBox-btn:hover {
  background: #719192;
  color: #fff;
}
.lh-links {
  padding: 40px 8.33333333%;
}
.lh-links-title {
  text-transform: uppercase;
}
.lh-links-title:after {
  content: '';
  display: block;
  width: 100px;
  margin: 15px 0;
  border-bottom: 3px solid #333333;
}
.lh-links hr {
  margin-top: 0;
  border-color: #719192;
}
.lh-links .lh-link {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #719192;
}
.lh-links .lh-link .text {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.lh-links .lh-link:before {
  content: '';
  width: 0;
  height: 2px;
  background: #333333;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: 0.3s;
}
.lh-links .lh-link:after {
  content: "\e900";
  position: absolute;
  bottom: -21px;
  right: -5px;
  font-size: 12px;
  font-family: icomoon;
  color: #719192;
}
.lh-links .lh-link:hover {
  color: #333333;
}
.lh-links .lh-link:hover:before {
  width: 100%;
}
.lh-links .lh-link:hover:after {
  color: #333333;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.lh-video {
  background-color: #333333;
  padding: 40px 0;
}
.lh-video .video-container {
  position: relative;
  display: block;
}
.lh-video .video-container:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.lh-video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lh-video .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  opacity: 0.8;
  outline: none;
  cursor: pointer;
}
.lh-video .playBtn:before {
  content: "\e039";
  font-family: icomoon;
  font-size: 95px;
  color: #fff;
  text-shadow: 0px 0px 5px #000;
}
.lh-video .playBtn:hover {
  opacity: 1;
}
.lh-downloads {
  background: #fff;
  padding: 40px 8.33333333%;
}
.lh-downloads-title {
  text-transform: uppercase;
}
.lh-downloads-title:before {
  content: '';
  display: block;
  width: 120px;
  margin-bottom: 15px;
  border-bottom: 3px solid #333333;
}
.lh-downloads-text {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #719192;
}
.lh-downloads .item-container {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.lh-downloads .item {
  border: 1px solid #e9e7e7;
  padding: 20px;
  transition: 0.3s;
}
.lh-downloads .item img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: auto;
}
.lh-downloads .item-title {
  color: #333333;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #719192;
  transition: 0.3s;
}
.lh-downloads .item:hover {
  border-color: #333333;
}
.lh-downloads .item:hover .item-title {
  color: #333333;
  border-color: #333333;
}
.lh-form {
  padding: 40px 8.33333333%;
}
.lh-form-title {
  text-transform: uppercase;
}
.lh-form-title:before {
  content: '';
  display: block;
  width: 100px;
  margin: 15px 0;
  border-bottom: 3px solid #333333;
}
.lh-form-main {
  border-top: 1px solid #333333;
  padding-top: 20px;
  margin-top: 20px;
}
.lh-nav {
  background: #fff;
  padding: 40px 8.33333333%;
}
.lh-nav:before,
.lh-nav:after {
  content: " ";
  display: table;
}
.lh-nav:after {
  clear: both;
}
.lh-nav h2 {
  text-transform: uppercase;
}
.lh-nav h2:before {
  content: '';
  display: block;
  width: 100px;
  margin: 15px 0;
  border-bottom: 3px solid #333333;
}
.lh-nav h2 a {
  color: inherit;
}
.lh-nav .btn {
  display: block;
  height: 200px;
  background-color: #ccc;
  margin-bottom: 20px;
}
.lh-nav .btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.lh-nav .btn:hover:after {
  background: rgba(0, 0, 0, 0);
}
.lh-nav .btn .text {
  position: absolute;
  top: 40px;
  left: 40px;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.lh-nav .btn .text-sm {
  font-size: 18px;
  display: block;
}
.lh-nav .btn .text-lg {
  display: block;
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .lh-downloads .item-container {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .lh-intro {
    padding: 60px 8.33333333%;
  }
  .lh-intro:before,
  .lh-intro:after {
    content: " ";
    display: table;
  }
  .lh-intro:after {
    clear: both;
  }
  .lh-intro-container {
    position: relative;
    margin: 0 -30px;
    padding: 0;
  }
  .lh-intro-container:before,
  .lh-intro-container:after {
    content: " ";
    display: table;
  }
  .lh-intro-container:after {
    clear: both;
  }
  .lh-intro-image {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    left: 30px;
    z-index: 2;
  }
  .lh-intro-image:before {
    display: block;
    content: "";
    padding-top: 75%;
  }
  .lh-intro-text {
    position: relative;
    background: #fff;
    width: 50%;
    float: right;
    margin-top: 40px;
    right: 30px;
    z-index: 1;
    padding: 40px 4% 40px 7%;
    padding: 40px 4% 40px calc(4% + 60px );
  }
  .lh-intro-text h2 {
    color: #719192;
  }
  .lh-single-column {
    padding: 30px 0;
  }
  .lh-faqs {
    padding: 30px 8.33333333%;
  }
  .lh-faqs .faq-item-question.collapsed {
    width: 50%;
  }
  .lh-faqs .faq-item-answer:not(.collapsing) {
    border-bottom: 1px solid #719192;
  }
  .lh-faqs .faq-item-answer .padding-container {
    padding-left: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lh-featBox {
    background: #333333;
    padding: 60px 8.33333333%;
  }
  .lh-featBox:before,
  .lh-featBox:after {
    content: " ";
    display: table;
  }
  .lh-featBox:after {
    clear: both;
  }
  .lh-featBox-container {
    position: relative;
    margin: 0 -15px;
    padding: 0;
  }
  .lh-featBox-container:before,
  .lh-featBox-container:after {
    content: " ";
    display: table;
  }
  .lh-featBox-container:after {
    clear: both;
  }
  .lh-featBox-image {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    left: 15px;
    z-index: 1;
  }
  .lh-featBox-image:before {
    display: block;
    content: "";
    padding-top: 75%;
  }
  .lh-featBox-image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
  }
  .lh-featBox-text {
    position: relative;
    background: #fff;
    color: #719192;
    width: 50%;
    float: right;
    margin-top: 40px;
    right: 15px;
    z-index: 2;
    padding: 60px 4%;
  }
  .lh-featBox-text p {
    color: #333333;
  }
  .lh-links {
    padding: 60px 8.33333333%;
  }
  .lh-video {
    padding: 60px 0;
  }
  .lh-downloads {
    padding: 60px 8.33333333%;
  }
  .lh-form {
    padding: 60px 16.66666667%;
  }
  .lh-nav .btn {
    margin-bottom: 0;
  }
  .lh-nav .btn-prev .text {
    right: 40px;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .lh-intro {
    padding: 100px 8.33333333%;
  }
  .lh-intro-container {
    margin: 0 -60px;
  }
  .lh-intro-image {
    width: 40%;
    left: 60px;
  }
  .lh-intro-text {
    width: 60%;
    right: 60px;
    padding: 40px 4% 40px 7%;
    padding: 40px 4% 40px calc(4% + 120px );
  }
  .lh-single-column {
    padding: 50px 0;
  }
  .lh-faqs {
    padding: 50px 16.66666667%;
  }
  .lh-featBox {
    padding: 100px 8.33333333%;
  }
  .lh-featBox-container {
    margin: 0 -30px;
  }
  .lh-featBox-image {
    width: 40%;
    left: 30px;
  }
  .lh-featBox-text {
    width: 60%;
    right: 30px;
  }
  .lh-links {
    padding: 100px 8.33333333%;
  }
  .lh-video {
    padding: 100px 0;
  }
  .lh-downloads {
    padding: 100px 8.33333333%;
  }
  .lh-form {
    padding: 100px 16.66666667%;
  }
  .lh-nav {
    padding: 100px 16.66666667%;
  }
}
.gf-intro {
  padding: 40px 8.33333333%;
}
.gf-video {
  background-color: #333333;
  padding: 40px 0;
}
.gf-video .video-container {
  position: relative;
  display: block;
}
.gf-video .video-container:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.gf-video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gf-video .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  opacity: 0.8;
  outline: none;
  cursor: pointer;
}
.gf-video .playBtn:before {
  content: "\e039";
  font-family: icomoon;
  font-size: 95px;
  color: #fff;
  text-shadow: 0px 0px 5px #000;
}
.gf-video .playBtn:hover {
  opacity: 1;
}
.gf-nav {
  background: #fff;
  padding: 40px 8.33333333%;
}
.gf-nav:before,
.gf-nav:after {
  content: " ";
  display: table;
}
.gf-nav:after {
  clear: both;
}
.gf-nav h2 {
  text-transform: uppercase;
}
.gf-nav h2:before {
  content: '';
  display: block;
  width: 100px;
  margin: 15px 0;
  border-bottom: 3px solid #333333;
}
.gf-nav h2 a {
  color: inherit;
}
.gf-nav .btn {
  display: block;
  height: 200px;
  background-color: #ccc;
  margin-bottom: 20px;
}
.gf-nav .btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.gf-nav .btn:hover:after {
  background: rgba(0, 0, 0, 0);
}
.gf-nav .btn .text {
  position: absolute;
  top: 40px;
  left: 40px;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.gf-nav .btn .text-sm {
  font-size: 18px;
  display: block;
}
.gf-nav .btn .text-lg {
  display: block;
  font-size: 28px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .gf-intro {
    padding: 60px 8.33333333%;
  }
  .gf-video {
    padding: 60px 0;
  }
  .gf-nav .btn {
    margin-bottom: 0;
  }
  .gf-nav .btn-prev .text {
    right: 40px;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .gf-intro {
    padding: 60px 8.33333333%;
  }
  .gf-video {
    padding: 60px 0;
  }
  .gf-nav {
    padding: 60px 16.66666667%;
  }
}
.single-post #main {
  overflow: hidden;
}
.single-post .hero {
  position: relative;
  min-height: 300px;
  padding: 100px 20px 40px;
}
.single-post .hero-caption {
  position: relative;
  min-width: 300px;
  max-width: 340px;
  margin: auto;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.single-post .hero-caption h1 {
  text-transform: uppercase;
}
.single-post .hero-caption h1:after {
  content: '';
  display: block;
  width: 100px;
  margin: 15px auto;
  border-bottom: 3px solid #719192;
}
.single-post hr.post-divider {
  display: none;
  width: 100%;
  border-color: #719192;
}
.single-post nav.post-navigation {
  display: none;
}
@media (min-width: 768px) {
  .single-post .hero {
    height: 350px;
  }
  .single-post .hero-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .single-post .hero {
    height: 400px;
  }
}
@media (min-width: 1500px) {
  .single-post .hero {
    height: 500px;
  }
}
.page-hero {
  position: relative;
  min-height: 300px;
  padding: 100px 20px 40px;
  background: url('../../images/page-hero-bg.jpg') center center / cover no-repeat;
}
.page-hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.page-hero-caption {
  position: relative;
  min-width: 300px;
  max-width: 340px;
  margin: auto;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.page-hero-caption h1 {
  text-transform: uppercase;
}
.page-hero-caption h1:after {
  content: '';
  display: block;
  width: 100px;
  margin: 15px auto;
  border-bottom: 3px solid #719192;
}
.entry-content-container {
  padding: 50px 0;
}
.entry-content-container h1,
.entry-content-container h2,
.entry-content-container h3 {
  text-transform: uppercase;
}
.entry-content-container .entry-title {
  text-transform: uppercase;
}
.entry-content-container .entry-title:before {
  content: '';
  display: block;
  width: 120px;
  margin-bottom: 15px;
  border-bottom: 3px solid #333333;
}
@media (min-width: 768px) {
  .page-hero {
    height: 350px;
  }
  .page-hero-caption {
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
}
@media (min-width: 1200px) {
  .page-hero {
    height: 400px;
  }
}
@media (min-width: 1500px) {
  .page-hero {
    height: 500px;
  }
}
.age-check-intro {
  background: #fff;
  padding: 40px 8.33333333%;
}
.age-check-intro-image {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.age-check-intro-image:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.age-check-intro-text h2 {
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #719192;
}
.age-check-intro-text h2:before {
  content: '';
  display: block;
  width: 100px;
  margin: 15px 0;
  border-bottom: 3px solid #719192;
}
.age-check .check-ups-container {
  background: #fff;
  padding: 50px 0;
}
.age-check .check-ups-title {
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #719192;
}
.age-check .check-ups-title:before {
  content: '';
  display: block;
  width: 100px;
  margin: 15px 0;
  border-bottom: 3px solid #333333;
}
.age-check .faq-container {
  padding: 50px 0;
}
.age-check .faq-title {
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #719192;
}
.age-check .faq-title:before {
  content: '';
  display: block;
  width: 100px;
  margin: 15px 0;
  border-bottom: 3px solid #333333;
}
.age-check .faq-item {
  margin-bottom: 20px;
}
.age-check .faq-item-question {
  position: relative;
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #719192;
  outline: none;
  font-size: 18px;
  transition: 0.3s;
}
.age-check .faq-item-question:before {
  content: '';
  width: 0;
  border-bottom: 2px solid #333333;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: 0.3s;
}
.age-check .faq-item-question:after {
  content: "\e900";
  font-family: icomoon;
  position: absolute;
  bottom: -11px;
  right: -4px;
  font-size: 13px;
}
.age-check .faq-item-question:hover,
.age-check .faq-item-question:not(.collapsed) {
  color: #333333;
}
.age-check .faq-item-question:hover:before,
.age-check .faq-item-question:not(.collapsed):before {
  width: 100%;
}
.age-check .faq-item-question:hover:after,
.age-check .faq-item-question:not(.collapsed):after {
  color: #333333;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.age-check .faq-item-answer .padding-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .age-check-intro {
    padding: 60px 8.33333333%;
  }
  .age-check-intro:before,
  .age-check-intro:after {
    content: " ";
    display: table;
  }
  .age-check-intro:after {
    clear: both;
  }
  .age-check-intro-container {
    position: relative;
    margin: 0 -30px;
    padding: 0;
  }
  .age-check-intro-container:before,
  .age-check-intro-container:after {
    content: " ";
    display: table;
  }
  .age-check-intro-container:after {
    clear: both;
  }
  .age-check-intro-image {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    left: 30px;
    z-index: 2;
  }
  .age-check-intro-image:before {
    display: block;
    content: "";
    padding-top: 75%;
  }
  .age-check-intro-text {
    position: relative;
    background: #e9e7e7;
    width: 50%;
    float: right;
    margin-top: 40px;
    right: 30px;
    z-index: 1;
    padding: 40px 4% 40px 7%;
    padding: 40px 4% 40px calc(4% + 60px );
  }
  .age-check-intro-text h2 {
    color: #719192;
  }
  .age-check .faq-item-question.collapsed {
    width: 50%;
  }
  .age-check .faq-item-answer:not(.collapsing) {
    border-bottom: 1px solid #719192;
  }
  .age-check .faq-item-answer .padding-container {
    padding-left: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .age-check-intro {
    padding: 100px 8.33333333%;
  }
  .age-check-intro-container {
    margin: 0 -60px;
  }
  .age-check-intro-image {
    width: 40%;
    left: 60px;
  }
  .age-check-intro-text {
    width: 60%;
    right: 60px;
    padding: 40px 4% 40px 7%;
    padding: 40px 4% 40px calc(4% + 120px );
  }
}
.trustees .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333333;
}
.trustees .item-image {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.trustees .item-image:before {
  display: block;
  content: "";
  padding-top: 100%;
}
.trustees .item-details h2 {
  margin: 0;
  color: #719192;
  font-size: 24px;
}
.trustees .item-text {
  line-height: 16px;
}
@media (max-width: 480px) {
  .trustees .item-container {
    width: 100%;
    float: none;
  }
}
@media (min-width: 480px) {
  .trustees .item-container:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .trustees .item-container:nth-of-type(2n+1) {
    clear: none;
  }
  .trustees .item-container:nth-of-type(3n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .trustees .item-container:nth-of-type(3n+1) {
    clear: none;
  }
  .trustees .item-container:nth-of-type(4n+1) {
    clear: left;
  }
}
.mens-health-month .hero {
  position: relative;
  background-color: #050807;
  padding-top: 86px;
}
.mens-health-month .hero .container:before {
  display: block;
  content: "";
  padding-top: 50%;
}
.mens-health-month .single-column {
  padding: 40px 8.33333333%;
}
.mens-health-month .single-column .container {
  max-width: 750px;
}
.mens-health-month .single-column h2 {
  text-transform: uppercase;
  text-align: center;
}
.mens-health-month .single-column h2:after {
  content: '';
  display: block;
  width: 100px;
  margin: 15px auto;
  border-bottom: 3px solid #d1ff32;
}
.mens-health-month .full-width-image {
  position: relative;
  background-color: #050807;
}
.mens-health-month .full-width-image .container:before {
  display: block;
  content: "";
  padding-top: 50%;
}
.mens-health-month .featBox {
  padding: 40px 0;
}
.mens-health-month .featBox-image {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.mens-health-month .featBox-image:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.mens-health-month .featBox-text h2 {
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #719192;
}
.mens-health-month .featBox-text h2:before {
  content: '';
  display: block;
  width: 100px;
  margin: 15px 0;
  border-bottom: 3px solid #719192;
}
.mens-health-month .featBox-text .btn-primary {
  display: block;
  margin-top: 20px;
}
.mens-health-month .things-to-do {
  padding: 40px 0;
  background: #fff;
}
.mens-health-month .things-to-do-title {
  text-transform: uppercase;
}
.mens-health-month .things-to-do-title:before {
  content: '';
  display: block;
  width: 120px;
  margin-bottom: 15px;
  border-bottom: 3px solid #333333;
}
.mens-health-month .things-to-do-text {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #719192;
}
.mens-health-month .things-to-do .items-container:before,
.mens-health-month .things-to-do .items-container:after {
  content: " ";
  display: table;
}
.mens-health-month .things-to-do .items-container:after {
  clear: both;
}
.mens-health-month .things-to-do .item {
  display: block;
  position: relative;
  color: #fff;
  margin-bottom: 10px;
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.mens-health-month .things-to-do .item-image {
  position: relative;
  display: block;
  background-color: #ccc;
  background-size: cover;
}
.mens-health-month .things-to-do .item-image:before {
  content: '';
  display: block;
  padding-bottom: 112%;
}
.mens-health-month .things-to-do .item-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: ease 0.3s;
  padding: 20px;
}
.mens-health-month .things-to-do .item-details:hover {
  background: rgba(0, 0, 0, 0.1);
}
.mens-health-month .things-to-do .item-title {
  text-transform: uppercase;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.mens-health-month .things-to-do .item-title a {
  color: inherit;
}
.mens-health-month .things-to-do .item-text {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.mens-health-month .things-to-do .item-text p {
  line-height: 16px;
  height: 48px;
  overflow: hidden;
}
.mens-health-month .ambassadors {
  padding: 40px 0;
}
.mens-health-month .ambassadors-title {
  text-transform: uppercase;
}
.mens-health-month .ambassadors-title:before {
  content: '';
  display: block;
  width: 120px;
  margin-bottom: 15px;
  border-bottom: 3px solid #333333;
}
.mens-health-month .ambassadors-text {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #719192;
}
.mens-health-month .ambassadors .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333333;
}
.mens-health-month .ambassadors .item-image {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.mens-health-month .ambassadors .item-image:before {
  display: block;
  content: "";
  padding-top: 100%;
}
.mens-health-month .ambassadors .item-details h2 {
  margin: 0;
  color: #719192;
  font-size: 24px;
}
.mens-health-month .ambassadors .item-text {
  line-height: 16px;
}
.mens-health-month .resources {
  background: #fff;
  padding: 40px 0;
}
.mens-health-month .resources-title {
  text-transform: uppercase;
}
.mens-health-month .resources-title:before {
  content: '';
  display: block;
  width: 120px;
  margin-bottom: 15px;
  border-bottom: 3px solid #333333;
}
.mens-health-month .resources-text {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #719192;
}
.mens-health-month .resources .item-container {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.mens-health-month .resources .item {
  padding: 20px;
  border: 1px solid #e9e7e7;
  transition: 0.3s;
}
.mens-health-month .resources .item img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: auto;
}
.mens-health-month .resources .item-title {
  color: #333333;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #719192;
  transition: 0.3s;
}
.mens-health-month .resources .item:hover {
  border-color: #333333;
}
.mens-health-month .resources .item:hover .item-title {
  color: #333333;
  border-color: #333333;
}
.mens-health-month .faq-container {
  padding: 40px 0;
  background: #d1ff32;
}
.mens-health-month .faq-container .faq-title {
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #333333;
}
.mens-health-month .faq-container .faq-title:before {
  content: '';
  display: block;
  width: 100px;
  margin: 15px 0;
  border-bottom: 3px solid #333333;
}
.mens-health-month .faq-container .faq-item {
  margin-bottom: 20px;
}
.mens-health-month .faq-container .faq-item-question {
  position: relative;
  display: block;
  color: #333333;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #333333;
  outline: none;
  font-size: 18px;
  transition: 0.3s;
}
.mens-health-month .faq-container .faq-item-question:before {
  content: '';
  width: 0;
  border-bottom: 2px solid #719192;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: 0.3s;
}
.mens-health-month .faq-container .faq-item-question:after {
  content: "\e900";
  font-family: icomoon;
  position: absolute;
  top: 28px;
  right: -4px;
  font-size: 13px;
}
.mens-health-month .faq-container .faq-item-question:hover,
.mens-health-month .faq-container .faq-item-question:not(.collapsed) {
  color: #333333;
}
.mens-health-month .faq-container .faq-item-question:hover:before,
.mens-health-month .faq-container .faq-item-question:not(.collapsed):before {
  width: 100%;
}
.mens-health-month .faq-container .faq-item-question:hover:after,
.mens-health-month .faq-container .faq-item-question:not(.collapsed):after {
  color: #719192;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.mens-health-month .faq-container .faq-item-answer .padding-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .mens-health-month .ambassadors .item-container {
    width: 100%;
    float: none;
  }
  .mens-health-month .resources .item-container {
    width: 50%;
  }
}
@media (min-width: 480px) {
  .mens-health-month .ambassadors .item-container:nth-of-type(2n+1) {
    clear: left;
  }
  .mens-health-month .things-to-do .items-container:before,
  .mens-health-month .things-to-do .items-container:after {
    content: " ";
    display: table;
  }
  .mens-health-month .things-to-do .items-container:after {
    clear: both;
  }
  .mens-health-month .things-to-do .item {
    width: 48%;
    float: left;
    margin: 0 1% 2%;
  }
}
@media (min-width: 768px) {
  .mens-health-month .single-column {
    padding: 30px 0;
  }
  .mens-health-month .featBox {
    padding: 60px 0;
  }
  .mens-health-month .featBox:before,
  .mens-health-month .featBox:after {
    content: " ";
    display: table;
  }
  .mens-health-month .featBox:after {
    clear: both;
  }
  .mens-health-month .featBox-container {
    position: relative;
    margin: 0 -30px;
    padding: 0;
  }
  .mens-health-month .featBox-container:before,
  .mens-health-month .featBox-container:after {
    content: " ";
    display: table;
  }
  .mens-health-month .featBox-container:after {
    clear: both;
  }
  .mens-health-month .featBox-image {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    left: 30px;
    z-index: 2;
  }
  .mens-health-month .featBox-image:before {
    display: block;
    content: "";
    padding-top: 75%;
  }
  .mens-health-month .featBox-text {
    position: relative;
    background: #fff;
    width: 50%;
    float: right;
    margin-top: 40px;
    right: 30px;
    z-index: 1;
    padding: 40px 4% 40px 7%;
    padding: 40px 4% 40px calc(4% + 60px );
  }
  .mens-health-month .featBox-text h2 {
    color: #719192;
  }
  .mens-health-month .featBox-2,
  .mens-health-month .featBox-4,
  .mens-health-month .featBox-6,
  .mens-health-month .featBox-8,
  .mens-health-month .featBox-10 {
    background: #fff;
  }
  .mens-health-month .featBox-2 .featBox-text,
  .mens-health-month .featBox-4 .featBox-text,
  .mens-health-month .featBox-6 .featBox-text,
  .mens-health-month .featBox-8 .featBox-text,
  .mens-health-month .featBox-10 .featBox-text {
    background: #e9e7e7;
    float: left;
    left: 30px;
    padding: 40px 7% 40px 4%;
    padding: 40px calc(4% + 60px ) 40px 4%;
  }
  .mens-health-month .featBox-2 .featBox-image,
  .mens-health-month .featBox-4 .featBox-image,
  .mens-health-month .featBox-6 .featBox-image,
  .mens-health-month .featBox-8 .featBox-image,
  .mens-health-month .featBox-10 .featBox-image {
    float: right;
    left: auto;
    right: 30px;
  }
  .mens-health-month .ambassadors .item-container:nth-of-type(2n+1) {
    clear: none;
  }
  .mens-health-month .ambassadors .item-container:nth-of-type(3n+1) {
    clear: left;
  }
  .mens-health-month .things-to-do .item {
    width: 31.33%;
    float: left;
    margin: 0 1.5% 2%;
  }
  .mens-health-month .things-to-do .item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .mens-health-month .things-to-do .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .mens-health-month .faq-container {
    padding: 30px 0;
  }
  .mens-health-month .faq-container .faq-item-question.collapsed {
    width: 50%;
  }
  .mens-health-month .faq-container .faq-item-answer:not(.collapsing) {
    border-bottom: 1px solid #719192;
  }
  .mens-health-month .faq-container .faq-item-answer .padding-container {
    padding-left: 50%;
  }
}
@media (min-width: 992px) {
  .mens-health-month {
    /*
			increase offset and make image wider
		 */
  }
  .mens-health-month .single-column {
    padding: 50px 0;
  }
  .mens-health-month .featBox {
    padding: 100px 0;
  }
  .mens-health-month .featBox-container {
    margin: 0 -60px;
  }
  .mens-health-month .featBox-image {
    width: 40%;
    left: 60px;
  }
  .mens-health-month .featBox-text {
    width: 60%;
    right: 60px;
    padding: 40px 4% 40px 7%;
    padding: 40px 4% 40px calc(4% + 120px );
  }
  .mens-health-month .featBox-2 .featBox-text,
  .mens-health-month .featBox-4 .featBox-text,
  .mens-health-month .featBox-6 .featBox-text,
  .mens-health-month .featBox-8 .featBox-text,
  .mens-health-month .featBox-10 .featBox-text {
    left: 60px;
    padding: 40px 7% 40px 4%;
    padding: 40px calc(4% + 120px ) 40px 4%;
  }
  .mens-health-month .featBox-2 .featBox-image,
  .mens-health-month .featBox-4 .featBox-image,
  .mens-health-month .featBox-6 .featBox-image,
  .mens-health-month .featBox-8 .featBox-image,
  .mens-health-month .featBox-10 .featBox-image {
    left: auto;
    right: 60px;
  }
  .mens-health-month .ambassadors .item-container:nth-of-type(3n+1) {
    clear: none;
  }
  .mens-health-month .ambassadors .item-container:nth-of-type(4n+1) {
    clear: left;
  }
  .mens-health-month .things-to-do .item-title {
    font-size: 24px;
  }
  .mens-health-month .things-to-do .item-text .arrow {
    position: relative;
    width: 100%;
    height: 3px;
    background: #fff;
    margin-bottom: 20px;
  }
  .mens-health-month .things-to-do .item-text .arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #719192;
    transition: width 0.3s ease;
  }
  .mens-health-month .things-to-do .item-text .arrow:after {
    content: "\e900";
    font-family: icomoon;
    font-size: 18px;
    position: absolute;
    top: -10px;
    right: -8px;
  }
  .mens-health-month .things-to-do .item:hover .item-text .arrow:before {
    width: 100%;
  }
  .mens-health-month .things-to-do .item:hover .item-text .arrow:after {
    color: #719192;
    transition-delay: 0.3s;
  }
  .mens-health-month .faq-container {
    padding: 50px 0;
  }
}
.events-calendar .page-hero {
  background: url('../../images/events-calendar-hero-bg.jpg') center center / cover no-repeat;
}
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #719192;
}
#tribe-events-content .tribe-events-tooltip h4,
#tribe_events_filters_wrapper .tribe_events_slider_val,
.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-ical {
  color: #719192;
}
.tribe-events-single-event-title {
  text-transform: uppercase;
}
.tribe-events-single-event-title:before {
  content: '';
  display: block;
  width: 100px;
  margin: 15px 0;
  border-bottom: 3px solid #333333;
}
.tribe-events-tooltip h4 {
  color: #719192;
  text-transform: uppercase;
}
.tribe-events-schedule h2 {
  font-size: 14px;
}
@media (max-width: 768px) {
  .tribe-events-sub-nav li a {
    background: #719192;
  }
}
.tribe-events-intro-image {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.tribe-events-intro-image:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.tribe-events-intro-text h2 {
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #719192;
}
.tribe-events-intro-text h2:before {
  content: '';
  display: block;
  width: 100px;
  margin: 15px 0;
  border-bottom: 3px solid #719192;
}
@media (min-width: 768px) {
  .tribe-events-intro:before,
  .tribe-events-intro:after {
    content: " ";
    display: table;
  }
  .tribe-events-intro:after {
    clear: both;
  }
  .tribe-events-intro-container {
    position: relative;
    margin: 0 -30px;
    padding: 0;
  }
  .tribe-events-intro-container:before,
  .tribe-events-intro-container:after {
    content: " ";
    display: table;
  }
  .tribe-events-intro-container:after {
    clear: both;
  }
  .tribe-events-intro-image {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    left: 30px;
    z-index: 2;
  }
  .tribe-events-intro-image:before {
    display: block;
    content: "";
    padding-top: 75%;
  }
  .tribe-events-intro-text {
    position: relative;
    background: #fff;
    width: 50%;
    float: right;
    margin-top: 40px;
    right: 30px;
    z-index: 1;
    padding: 40px 4% 40px 7%;
    padding: 40px 4% 40px calc(4% + 60px );
  }
  .tribe-events-intro-text h2 {
    color: #719192;
  }
}
@media (min-width: 992px) {
  .tribe-events-intro-container {
    margin: 0 -60px;
  }
  .tribe-events-intro-image {
    width: 40%;
    left: 60px;
  }
  .tribe-events-intro-text {
    width: 60%;
    right: 60px;
    padding: 40px 4% 40px 7%;
    padding: 40px 4% 40px calc(4% + 120px );
  }
}
.search .hero {
  position: relative;
  min-height: 300px;
  padding: 100px 20px 40px;
  margin-bottom: 60px;
  background: url('../../images/page-hero-bg.jpg') center center / cover no-repeat;
}
.search .hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.search .hero-caption {
  position: relative;
  max-width: 340px;
  margin: auto;
  color: #fff;
  text-align: center;
}
.search .hero-caption h1 {
  text-transform: uppercase;
}
.search .hero-caption h1:after {
  content: '';
  display: block;
  width: 100px;
  margin: 15px auto;
  border-bottom: 3px solid #719192;
}
.search .items-container {
  margin: 40px 0;
}
.search .items-container:before,
.search .items-container:after {
  content: " ";
  display: table;
}
.search .items-container:after {
  clear: both;
}
.search .items-container .item {
  display: block;
  position: relative;
  color: #fff;
  margin-bottom: 10px;
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.search .items-container .item-image {
  position: relative;
  display: block;
  background-color: #ccc;
  background-size: cover;
}
.search .items-container .item-image:before {
  content: '';
  display: block;
  padding-bottom: 112%;
}
.search .items-container .item-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: ease 0.3s;
  padding: 20px;
}
.search .items-container .item-details:hover {
  background: rgba(0, 0, 0, 0.1);
}
.search .items-container .item-title {
  text-transform: uppercase;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.search .items-container .item-title a {
  color: inherit;
}
.search .items-container .item-text {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.search .items-container .item-text p {
  line-height: 16px;
  height: 48px;
  overflow: hidden;
}
@media (min-width: 480px) {
  .search .items-container:before,
  .search .items-container:after {
    content: " ";
    display: table;
  }
  .search .items-container:after {
    clear: both;
  }
  .search .items-container .item {
    width: 48%;
    float: left;
    margin: 0 1% 2%;
  }
}
@media (min-width: 768px) {
  .search .hero {
    height: 350px;
  }
  .search .hero-caption {
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
  .search .items-container {
    margin: 80px 0;
  }
  .search .items-container .item {
    width: 31.33%;
    float: left;
    margin: 0 1.5% 2%;
  }
  .search .items-container .item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .search .items-container .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .search .items-container .item-title {
    font-size: 24px;
  }
  .search .items-container .item-text .arrow {
    position: relative;
    width: 100%;
    height: 3px;
    background: #fff;
    margin-bottom: 20px;
  }
  .search .items-container .item-text .arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #719192;
    transition: width 0.3s ease;
  }
  .search .items-container .item-text .arrow:after {
    content: "\e900";
    font-family: icomoon;
    font-size: 18px;
    position: absolute;
    top: -10px;
    right: -8px;
  }
  .search .items-container .item:hover .item-text .arrow:before {
    width: 100%;
  }
  .search .items-container .item:hover .item-text .arrow:after {
    color: #719192;
    transition-delay: 0.3s;
  }
}
@media (min-width: 1200px) {
  .search .hero {
    height: 400px;
  }
}
@media (min-width: 1500px) {
  .search .hero {
    height: 500px;
  }
}
body {
  position: relative;
  background-color: #e9e7e7;
  color: #333333;
  font-family: 'Lato', sans-serif;
}
body.home,
body.page-template-page-age-selector,
body.page-template-page-mens-health-month-php._masterslider,
body.page-template-page-mens-health-month-workplace._masterslider {
  padding-top: 86px;
}
body.single-health-topic,
body.single-living-healthy,
body.single-goodfella,
body.page-template-page-age-check {
  border-top: 86px solid #333333;
}
body.no-scrolling {
  overflow: hidden;
}

/*# sourceMappingURL=stylesheets.css.map */

/*# sourceMappingURL=all.css.map */
