html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clear {
  clear: both;
}
body {
  width: 100%;
}
/* Typography 
   ========================================================================== */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.font-primary {
  font-family: "Adelle", Helvetica, sans-serif;
}
.font-secondary {
  font-family: "Proxima Nova", Helvetica, sans-serif;
}
* {
  -webkit-font-smoothing: antialiased;
}
a {
  color: #14a79d;
  -webkit-transition: opacity 0.5s, color 0.5s, border-color 0.5s;
  -moz-transition: opacity 0.5s, color 0.5s, border-color 0.5s;
  -ms-transition: opacity 0.5s, color 0.5s, border-color 0.5s;
  -o-transition: opacity 0.5s, color 0.5s, border-color 0.5s;
  transition: opacity 0.5s, color 0.5s, border-color 0.5s;
  -webkit-backface-visibility: hidden;
}
html {
  font-size: 16px;
}
body {
  line-height: 1.718em;
  font-size: 100%;
  font-family: "Adelle", Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Adelle", Helvetica, sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  opacity: .8;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.0em;
  text-transform: uppercase;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.75em;
}
p {
  padding: 0 0 1.45em 0;
}
u {
  text-decoration: underline;
}
i,
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
mark {
  padding: 3px 5px;
}
big {
  font-size: 120%;
}
small {
  font-size: 80%;
  line-height: 1.3em;
  display: block;
}
hr {
  margin-bottom: 25px;
}
/* ==========================================================================
  Mixins & Variables
========================================================================== */
/*  Variables  */
/* Main Page Structure
=========================================================================== */
html {
  height: 100%;
}
body {
  height: 100%;
  position: relative;
  background: transparent;
}
.global-container {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  *zoom: 1;
}
.global-container:before,
.global-container:after {
  content: "";
  display: table;
}
.global-container:after {
  clear: both;
}
@media only screen and (max-width: 1099px) {
  .global-container {
    max-width: 96%;
  }
}
section {
  *zoom: 1;
  padding: 50px 0;
}
section:before,
section:after {
  content: "";
  display: table;
}
section:after {
  clear: both;
}
.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
.addthis_toolbox {
  margin-bottom: 20px;
}
.addthis_toolbox .title {
  font-size: .8em;
}
.printfriendly a {
  font-family: "Proxima Nova", Helvetica, sans-serif;
  display: inline-block;
  background: #ddd;
  color: #000;
  font-size: .8em;
  padding: 10px 30px;
  line-height: 1;
  margin: 0 0 20px 0;
}
.hr-2,
.hr-3 {
  border: 0;
  margin: 0;
  padding: 0;
}
.hr-2 {
  display: none;
}
.hr-3 {
  clear: both;
}
.hide {
  display: none;
}
.hide-mobile {
  display: auto;
}
.hide-desktop {
  display: none !important;
}
.row-12 {
  display: block;
  width: 103.33333333%;
  margin: 0 -1.66666667%;
  *zoom: 1;
}
.row-12:before,
.row-12:after {
  content: "";
  display: table;
}
.row-12:after {
  clear: both;
}
span.bul {
  margin-bottom: 13px;
}
span.author-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
span.author-image img {
  border-radius: 50%;
  width: 50px;
  height: auto;
}
section.article-grid .post-thumbnail {
  display: block;
  padding-top: 55%;
  background-size: cover;
  width: 100%;
  margin: 0 0 20px 0;
}
section.single .post-thumbnail {
  display: block;
  max-width: calc(140%);
  margin-left: -40px;
  margin-bottom: 40px;
  padding-top: 55%;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  section.single .post-thumbnail {
    max-width: 100%;
    margin-left: 0;
  }
}
section.single .post-thumbnail.small {
  width: 100%;
  margin: 0 0 20px 0;
}
section.page .post-thumbnail {
  display: block;
  max-width: 50%;
  float: left;
  margin: 0 20px 20px 0;
}
section.page .post-thumbnail img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  section.page .post-thumbnail img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  section.page .post-thumbnail {
    margin: 0 0 20px 0;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
article {
  font-size: 1.1em;
}
article .post-nav {
  border-top: 1px solid #cecece;
  padding-top: 15px;
  font-size: .85em;
  margin-top: 10px;
  margin-bottom: 20px;
  *zoom: 1;
}
article .post-nav:before,
article .post-nav:after {
  content: "";
  display: table;
}
article .post-nav:after {
  clear: both;
}
article .post-nav span {
  display: inline;
  float: left;
  width: 46.66666667%;
  margin: 0 1.66666667%;
  text-align: right;
}
article .post-nav span:first-child {
  text-align: left;
}
article a {
  text-decoration: none;
}
article a:hover {
  opacity: .7;
}
article .categories {
  font-size: .8em;
  font-style: italic;
  color: #01A79D;
  margin-bottom: 20px;
}
article > p:first-of-type {
  font-style: italic;
  font-size: 1.4em;
  line-height: 1.5;
}
article blockquote {
  border-left: 10px solid #000;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
  font-style: italic;
  font-size: 1em;
}
article blockquote p:last-of-type {
  padding: 0;
}
article sup {
  font-size: .7em;
  vertical-align: super;
}
article h1 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
article h2 {
  font-size: 1.4em;
  margin-bottom: 1em;
}
article h3 {
  font-size: 1.3em;
  margin-bottom: 1em;
}
article h4 {
  font-size: 1.2em;
  margin-bottom: 1em;
}
article ul,
article ol {
  padding: 0 0 10px 30px;
}
article ul li,
article ol li {
  margin-bottom: 10px;
}
article ul li {
  list-style: square;
}
/* Basic Default Styles
========================================================================== */
/* Message */
#message {
  background: #14a79d;
  color: #FFF;
  font-family: "Proxima Nova", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}
#message a {
  display: inline-block;
  padding: 10px 0;
  color: inherit;
  text-decoration: none;
}
#message a:hover {
  opacity: 0.8;
}
#message #message-close {
  float: right;
  cursor: pointer;
  margin-top: 7px;
  width: 20px;
  height: 20px;
  background: url('../img/bg-message-close.png') no-repeat;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#message #message-close:hover {
  opacity: .9;
}
/* Header */
header {
  background: #2d2d2d;
  font-family: "Proxima Nova", Helvetica, sans-serif;
}
header #logo {
  display: inline;
  float: left;
  width: 13.33333333%;
  margin: 0 1.66666667%;
  padding: 15px 0;
}
@media only screen and (max-width: 599px) {
  header #logo {
    display: inline;
    float: left;
    width: 63.33333333%;
    margin: 0 1.66666667%;
  }
}
header #logo a {
  display: block;
}
header #logo a img {
  max-width: 100%;
  height: auto;
  display: block;
}
header nav.desktop-nav {
  display: inline;
  float: left;
  width: 80%;
  margin: 0 1.66666667%;
  padding: 25px 0 0 0;
}
header nav.desktop-nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: right;
}
header nav.desktop-nav ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1;
  position: relative;
}
header nav.desktop-nav ul li a {
  display: block;
  color: #FFF;
  text-decoration: none;
  padding: 10px 11px;
  font-size: 1.2em;
}
header nav.desktop-nav ul li:last-child a {
  padding-right: 0;
}
header nav.desktop-nav ul li:first-child a {
  padding-left: 0;
}
header nav.desktop-nav ul li.parent {
  background: url('../img/img-nav-arrow-down.png') no-repeat right center;
  margin-right: 8px;
}
header nav.desktop-nav ul li.parent a {
  padding-right: 24px;
}
header nav.desktop-nav ul li ul {
  opacity: 0;
  position: absolute;
  background: #4c4c4c;
  width: 200px;
  text-align: right;
  right: 0;
  margin-top: 20px;
  border-top: 10px solid #2d2d2d;
  z-index: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
header nav.desktop-nav ul li ul li {
  display: block;
  border-bottom: 1px solid #6d6e71;
}
header nav.desktop-nav ul li ul li:last-child {
  border: 0;
}
header nav.desktop-nav ul li ul li a {
  padding: 10px 20px !important;
  text-transform: uppercase;
  font-size: .8em;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
header nav.desktop-nav ul li ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
header nav.desktop-nav ul li:hover ul {
  opacity: 1;
  margin-top: 0;
  z-index: 500;
}
header .show-mobile-menu {
  display: inline;
  float: left;
  width: 80%;
  margin: 0 1.66666667%;
  margin-top: 2.5%;
  text-align: right;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
}
@media only screen and (max-width: 599px) {
  header .show-mobile-menu {
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.66666667%;
    margin-top: 24px;
  }
}
header .show-mobile-menu span {
  display: inline-block;
  vertical-align: text-top;
  margin: 0 5px 0 0;
}
header .show-mobile-menu span i {
  display: block;
  height: 4px;
  width: 20px;
  background: #01A79D;
  margin: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
header nav.mobile-nav {
  clear: both;
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: 600;
}
header nav.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative !important;
}
header nav.mobile-nav ul li,
header nav.mobile-nav ul li:hover {
  float: none;
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  text-align: left;
  border-top: 1px solid #01A79D;
}
header nav.mobile-nav ul li:first-child,
header nav.mobile-nav ul li:hover:first-child {
  border: 0;
}
header nav.mobile-nav ul li:after,
header nav.mobile-nav ul li:hover:after {
  content: "";
  padding-left: 0;
}
header nav.mobile-nav ul li a,
header nav.mobile-nav ul li:hover a {
  color: #FFF;
  display: block;
  font-weight: 400;
  text-decoration: none;
  padding: 15px;
  line-height: 1;
  font-size: 1.2em;
}
header nav.mobile-nav ul li span.dropdown,
header nav.mobile-nav ul li:hover span.dropdown {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  font-size: 3.5em;
  font-weight: 200;
  color: #FFF;
}
header nav.mobile-nav ul li ul,
header nav.mobile-nav ul li:hover ul {
  height: auto;
  padding: 0;
  margin: 0;
  display: none;
  width: 100%;
}
header nav.mobile-nav ul li ul li,
header nav.mobile-nav ul li:hover ul li {
  border: 0;
  padding: 0;
  margin: 1px 0 0 0;
}
header nav.mobile-nav ul li ul li:first-child,
header nav.mobile-nav ul li:hover ul li:first-child {
  border-top: 0;
}
header nav.mobile-nav ul li ul li a,
header nav.mobile-nav ul li:hover ul li a {
  position: relative;
  padding: 20px 20px 16px 20px;
  line-height: 1;
  font-size: 1em;
  font-family: "Proxima Nova", Helvetica, sans-serif;
  font-style: italic;
  text-transform: none;
  background: #c1a01e;
}
/* Footer */
footer {
  background: #000;
  color: #FFF;
  padding: 50px 0;
  border-top: 8px solid #01A79D;
}
footer .footer-block {
  display: inline;
  float: left;
  width: 30%;
  margin: 0 1.66666667%;
  line-height: 1.5;
}
@media only screen and (max-width: 799px) {
  footer .footer-block {
    display: inline;
    float: left;
    width: 96.66666667%;
    margin: 0 1.66666667%;
    margin-bottom: 40px;
  }
  footer .footer-block:last-child {
    margin-bottom: 0;
  }
}
footer .footer-block .title {
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #6D6E71;
}
footer .footer-block .content {
  font-size: .8em;
}
footer .footer-block a {
  color: inherit;
  text-decoration: none;
}
footer .footer-block a:hover {
  opacity: .8;
}
footer.footer-secondary {
  background: none;
  color: #333;
  font-size: .9em;
  border: 0;
  padding: 30px 0;
  text-align: center;
  font-family: "Proxima Nova", Helvetica, sans-serif;
}
footer .footer-facebook,
footer .footer-twitter {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-bottom: 20px;
}
footer .footer-facebook {
  background: url('../img/fbicon.png') no-repeat center center;
}
footer .footer-twitter {
  background: url('../img/twicon.png') no-repeat center center;
}
/* Pagination */
.pagination {
  margin-bottom: 30px;
}
.page-numbers {
  display: inline-block;
  font-size: .9em;
  line-height: 1;
  font-family: "Proxima Nova", Helvetica, sans-serif;
  text-decoration: none;
  color: #000;
  background: #f6f6f6;
  padding: 5px;
}
.page-numbers.next,
.page-numbers.prev {
  background: #cacaca;
  color: #FFF;
}
.page-numbers.current {
  background: #14a79d;
  padding: 5px 10px;
  color: #FFF;
}
.page-numbers.current:hover {
  opacity: 1;
}
.page-numbers:hover {
  opacity: .8;
}
/* Search Box */
.search-container {
  padding: 50px 0 0 0;
}
.search-container.home {
  padding: 0;
}
.search-container.home .search-box {
  position: absolute;
  z-index: 3000;
  display: inline;
  float: left;
  width: 30%;
  margin: 0 1.66666667%;
  margin-left: 68.33333333%;
  top: -320px;
}
@media only screen and (max-width: 1099px) {
  .search-container.home .search-box {
    top: -250px;
  }
}
@media only screen and (max-width: 799px) {
  .search-container.home .search-box {
    position: relative;
    top: auto;
    width: 100%;
    margin: 40px 0 0 0;
  }
}
.search-container .global-container {
  position: relative;
}
.search-box {
  background: rgba(96, 96, 96, 0.9);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  font-family: "Proxima Nova", Helvetica, sans-serif;
  color: #FFF;
  position: relative;
  top: auto;
  width: 100%;
}
.search-box.search-widget {
  margin-bottom: 20px;
}
.search-box ::-webkit-input-placeholder {
  color: #FFF;
}
.search-box :-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
}
.search-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
}
.search-box :-ms-input-placeholder {
  color: #FFF;
}
.search-box .search-btn {
  float: right;
  display: block;
  background: url('../img/ico-search.png') no-repeat center center;
  border: 0;
  margin-top: -30px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  cursor: pointer;
}
.search-box .search-txt {
  display: block;
  border: 0;
  border-bottom: 1px solid #A7A9AC;
  background: 0;
  padding: 0 0 10px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-style: italic;
  font-size: 1em;
  color: inherit;
}
.search-box .search-txt:focus {
  outline: 0;
}
.search-box .topics .show-topics {
  background: #231F20;
  padding: 10px;
  margin-top: 10px;
  line-height: 1;
  font-size: 1.4em;
  cursor: pointer;
}
.search-box .topics .show-topics span {
  float: right;
  margin-top: 3px;
  width: 29px;
  height: 29px;
  display: block;
  background: url('../img/ico-dropdown.png') no-repeat;
}
.search-box .topics .topics-list {
  display: none;
  position: absolute;
  line-height: 1;
  z-index: 100;
  left: 20px;
  right: 20px;
}
.search-box .topics .topics-list li a {
  display: block;
  padding: 7px 10px;
  background: #4C4C4C;
  color: #FFF;
  text-decoration: none;
  font-size: .9em;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.search-box .topics .topics-list li a:hover {
  background-color: #5e5e5e;
}
.search-box .questions {
  color: inherit;
  text-decoration: none;
  font-style: italic;
  font-size: .9em;
  display: block;
  line-height: 1;
  margin: 10px 0 0 0;
}
.search-box .questions:hover {
  opacity: .8;
}
/* Articles */
.article-grid {
  padding: 50px 0;
}
.article-grid .all-articles {
  display: inline-block;
  background: #01A79D;
  color: #FFF;
  padding: 5px 10px;
}
.article-grid .all-articles:hover {
  opacity: .8;
}
.article-grid a {
  text-decoration: none;
  color: inherit;
}
.article-grid ul {
  display: block;
  width: 103.33333333%;
  margin: 0 -1.66666667%;
  *zoom: 1;
}
.article-grid ul:before,
.article-grid ul:after {
  content: "";
  display: table;
}
.article-grid ul:after {
  clear: both;
}
.article-grid ul li {
  display: inline;
  float: left;
  width: 30%;
  margin: 0 1.66666667%;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 799px) {
  .article-grid ul li {
    display: inline;
    float: left;
    width: 46.66666667%;
    margin: 0 1.66666667%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .article-grid ul li {
    display: inline;
    float: left;
    width: 96.66666667%;
    margin: 0 1.66666667%;
    margin-top: 15px;
  }
}
.article-grid ul li h2 {
  margin-bottom: .5em;
}
.article-grid ul li h3 {
  margin-bottom: .5em;
}
.article-grid ul li .excerpt {
  font-size: .9em;
}
.article-grid ul li .categories {
  font-size: .8em;
  font-style: italic;
  color: #01A79D;
}
.article-list a {
  text-decoration: none;
  color: inherit;
}
.article-list li {
  border-top: 1px solid #A7A9AC;
  padding: 40px 0;
}
.article-list li p {
  margin: 0;
  padding: 0;
}
.article-list li h2 {
  margin-bottom: .5em;
}
.article-list li h3 {
  margin-bottom: .5em;
}
.article-list li .excerpt {
  font-size: .9em;
}
.article-list li .categories {
  margin-top: 1em;
  font-size: .8em;
  font-style: italic;
  color: #01A79D;
}
/* Two-Column Pages*/
.left {
  display: inline;
  float: left;
  width: 63.33333333%;
  margin: 0 1.66666667%;
}
@media only screen and (max-width: 599px) {
  .left {
    display: inline;
    float: left;
    width: 96.66666667%;
    margin: 0 1.66666667%;
  }
}
.right {
  display: inline;
  float: left;
  width: 30%;
  margin: 0 1.66666667%;
}
@media only screen and (max-width: 599px) {
  .right {
    display: inline;
    float: left;
    width: 96.66666667%;
    margin: 0 1.66666667%;
  }
}
/* Sidebar */
.widget {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: .9em;
}
.widget a:hover {
  opacity: .8;
}
.widget .widget-title {
  font-size: 1.4em;
  margin-bottom: 1em;
}
.widget ul,
.widget ol {
  padding: 0 0 0 1em;
}
.widget ul li,
.widget ol li {
  margin: 10px 0;
}
.widget ul li a,
.widget ol li a {
  text-decoration: none;
}
.widget-ads,
.widget-rocket-ad {
  padding: 15px;
  background: #DDD;
}
.beacon {
  margin: 0 auto;
  width: 260px;
  padding: 20px 0;
}
.widget-ads img,
.widget-rocket-ad img,
.widget img {
  max-width: 100%;
  height: auto;
}
.widget-ads a {
  display: block;
  margin-bottom: 10px;
}
.widget-ads a:last-child {
  margin: 0;
}
.widget-ads img {
  display: block;
  width: 100%;
}
.widget_recent_entries .post-date {
  display: block;
  font-size: .8em;
  line-height: 1;
  font-style: italic;
}
.widget_recent_comments .recentcomments {
  font-size: .9em;
}
.widget_recent_comments .recentcomments li {
  margin: 10px 0;
}
/* Front Page
========================================================================== */
/* Slider */
.slider {
  padding: 0;
  width: 100%;
  position: relative;
  background: #2d2d2d;
  color: #FFF;
}
.slider .cycle-pager {
  position: absolute;
  font-size: 2.4em;
  line-height: 1;
  top: 0;
  right: 2%;
  z-index: 300;
}
@media only screen and (max-width: 1099px) {
  .slider .cycle-pager {
    bottom: 60px;
  }
}
@media only screen and (max-width: 799px) {
  .slider .cycle-pager {
    bottom: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .slider .cycle-pager {
    bottom: 40px;
  }
}
@media only screen and (max-width: 499px) {
  .slider .cycle-pager {
    bottom: 30px;
  }
}
.slider .cycle-pager span {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 0;
  cursor: pointer;
}
.slider .cycle-pager span.cycle-pager-active {
  color: #d1d3d4;
}
.slider .background {
  width: 100%;
  color: inherit;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 500px;
  padding: 180px 0 0 0;
}
@media only screen and (max-width: 1099px) {
  .slider .background {
    height: 400px;
    padding: 150px 0 0 0;
  }
}
@media only screen and (max-width: 599px) {
  .slider .background {
    height: 300px;
    padding: 100px 0 0 0;
  }
}
@media only screen and (max-width: 399px) {
  .slider .background {
    height: 200px;
    padding: 50px 0 0 0;
  }
}
.slider a {
  color: inherit;
}
.slider h1 {
  background: rgba(45, 45, 45, 0.9);
  display: block;
  float: left;
  font-size: 2.6em;
  font-weight: 400;
  padding: 10px;
  margin-bottom: 10px;
  line-height: 1;
}
@media only screen and (max-width: 599px) {
  .slider h1 {
    font-size: 2em;
  }
}
.slider h2 {
  clear: both;
  background: rgba(45, 45, 45, 0.9);
  display: block;
  float: left;
  font-size: 1.3em;
  font-weight: 400;
  padding: 10px;
  line-height: 1;
}
@media only screen and (max-width: 599px) {
  .slider h2 {
    font-size: 1em;
  }
}
/* Info Page
========================================================================== */
.info {
  text-align: center;
}
.info h2 {
  font-size: 4.2em;
  margin-bottom: 60px;
  line-height: 1;
}
.info .mission {
  position: relative;
  background: #414042;
  color: #FFF;
  font-size: 1.9em;
  line-height: 1.5;
  text-align: center;
  font-style: italic;
}
.info .mission .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .7;
  z-index: 1;
}
.info .mission .global-container {
  position: relative;
  z-index: 2;
  padding: 6% 0;
  width: 800px;
}
.info .mission .global-container .arrow {
  margin-top: 20px;
}
.info .about .background {
  background: #E6E7E8;
  padding: 8% 14%;
}
@media only screen and (max-width: 768px) {
  .info .about .background {
    padding: 10%;
  }
}
.info .about .background p {
  font-size: 1.1em;
}
.info .team .staff {
  display: inline;
  float: left;
  width: 30%;
  margin: 0 1.66666667%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .info .team .staff {
    display: inline;
    float: left;
    width: 46.66666667%;
    margin: 0 1.66666667%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .info .team .staff {
    display: inline;
    float: left;
    width: 96.66666667%;
    margin: 0 1.66666667%;
    margin-bottom: 40px;
  }
}
.info .team .staff.contributors a {
  display: block;
}
.info .team .staff.contributors img {
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  max-width: 100%;
  height: auto;
}
.info .team .staff .staff-image img {
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  max-width: 100%;
  height: auto;
}
.info .team .staff .staff-name {
  text-transform: uppercase;
  margin-top: 30px;
}
.info .team .staff .staff-title {
  color: #414042;
}
.info .team .staff .staff-social a {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 10px;
}
.info .team .staff .staff-social a.facebook {
  background: url('../img/ico-staff-facebook.png');
  background-size: cover;
}
.info .team .staff .staff-social a.twitter {
  background: url('../img/ico-staff-twitter.png');
  background-size: cover;
}
/* Category
========================================================================== */
.category {
  padding: 100px 0 50px 0;
}
.category .category-title {
  padding-bottom: 40px;
}
.category .category-title span {
  display: block;
  font-size: 1.8em;
}
.category .category-title strong {
  font-weight: normal;
}
.category .category-title h1 {
  font-size: 4em;
  line-height: 1;
  padding: 10px 0 0 0;
}
/* Single
========================================================================== */
.single {
  padding: 100px 0 50px 0;
}
.single .single-title {
  display: inline;
  float: left;
  width: 63.33333333%;
  margin: 0 1.66666667%;
  padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .single .single-title {
    display: inline;
    float: left;
    width: 96.66666667%;
    margin: 0 1.66666667%;
  }
}
.single .single-title span {
  display: block;
  font-size: 1.8em;
}
.single .single-title h1 {
  font-size: 4em;
  line-height: 1;
  padding: 10px 0 0 0;
  margin-bottom: 30px;
}
.single .single-title h2 {
  font-size: 1.5em;
  text-transform: uppercase;
}
.single .single-title h2 a:first-child {
  margin-right: 20px;
}
.single .author-meta a[rel='author'] {
  margin-right: 10px;
}
.single .author-info {
  margin-bottom: 10px;
}
.single .author-social {
  display: inline-block;
  height: 20px;
  width: 20px;
}
.single .author-facebook {
  background: url('../img/ico-facebook.png');
}
.single .author-twitter {
  background: url('../img/ico-twitter.png');
}
.single .author-link {
  background: url('../img/ico-link.png');
}
.single .post-content {
  padding-right: 40px;
}
@media only screen and (max-width: 1199px) {
  .single .post-content {
    padding: 0;
  }
}
.featured-articles {
  display: block;
  width: 105%;
  margin: 0 -2.5%;
  *zoom: 1;
}
.featured-articles:before,
.featured-articles:after {
  content: "";
  display: table;
}
.featured-articles:after {
  clear: both;
}
.featured-articles .title {
  display: inline;
  float: left;
  width: 96.66666667%;
  margin: 0 1.66666667%;
  border-top: 20px solid #000;
  padding: 20px 0;
}
.featured-articles .bottom-border {
  display: inline;
  float: left;
  width: 96.66666667%;
  margin: 0 1.66666667%;
  border-bottom: 1px #ddd solid;
}
.featured-articles .article {
  display: inline;
  float: left;
  width: 46.66666667%;
  margin: 0 1.66666667%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 799px) {
  .featured-articles .article {
    display: inline;
    float: left;
    width: 96.66666667%;
    margin: 0 1.66666667%;
    margin-bottom: 20px;
  }
}
.featured-articles .article a {
  text-decoration: none;
}
.featured-articles .article h2 {
  margin-bottom: .5em;
}
.featured-articles .article h3 {
  margin-bottom: .5em;
}
.featured-articles .article .excerpt {
  font-size: .9em;
}
.featured-articles .article .categories {
  font-size: .8em;
  font-style: italic;
  color: #01A79D;
}
/* Page
========================================================================== */
.page {
  padding: 100px 0 50px 0;
}
.page .page-title {
  padding-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .page .page-title {
    padding-bottom: 10px;
  }
}
.page .page-title span {
  display: block;
  font-size: 1.8em;
}
.page .page-title h1 {
  font-size: 4em;
  line-height: 1;
  padding: 10px 0 0 0;
  margin-bottom: 30px;
}
.page .page-title h2 {
  font-size: 1.5em;
  text-transform: uppercase;
}
.page .page-title h2 a:first-child {
  margin-right: 20px;
}
.page article > p:first-of-type {
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}
/* Store
========================================================================= */
.store-slider {
  padding: 0;
  background: #696969;
  color: #FFF;
  position: relative;
  min-height: 675px;
}
@media screen and (max-width: 1023px) {
  .store-slider {
    min-height: 550px;
    font-size: .9em;
  }
}
@media screen and (max-width: 767px) {
  .store-slider {
    min-height: 1px;
    font-size: .7em;
    padding-top: 50%;
  }
}
.store-slider .cycle-prev,
.store-slider .cycle-next {
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 3000;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  width: 10%;
}
.store-slider .cycle-prev {
  left: 0;
  background: url('../img/slider-arrow-left.svg') center center no-repeat;
}
.store-slider .cycle-next {
  right: 0;
  background: url('../img/slider-arrow-right.svg') center center no-repeat;
}
.store-slider .panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.store-slider .background {
  width: 100%;
  height: 100%;
  background-position: 50% 50% !important;
  background-size: cover !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .store-slider .background {
    padding: 0 10%;
  }
}
.store-slider .table {
  width: 100%;
  display: table;
  height: 100%;
}
.store-slider .table .cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.store-slider h1 {
  display: inline-block;
  background: rgba(43, 43, 48, 0.8);
  margin-bottom: 17px;
  padding: 10px 20px;
  font-size: 2.625em;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .store-slider h1 {
    font-size: 2em;
    padding: 5px 10px;
  }
}
.store-slider h2 {
  background: rgba(43, 43, 48, 0.8);
  display: inline-block;
  line-height: 1.2;
  font-size: 1.375em;
  letter-spacing: 1px;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .store-slider h2 {
    padding: 3px 5px;
  }
}
.store {
  padding: 100px 0 40px 0;
}
.store .global-container {
  max-width: 90%;
}
.store .product {
  display: inline;
  float: left;
  width: 21.66666667%;
  margin: 0 1.66666667%;
  line-height: 1;
  text-decoration: none;
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1023px) {
  .store .product {
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.66666667%;
  }
}
@media screen and (max-width: 767px) {
  .store .product {
    display: inline;
    float: left;
    width: 46.66666667%;
    margin: 0 1.66666667%;
  }
}
@media screen and (max-width: 499px) {
  .store .product {
    display: inline;
    float: left;
    width: 96.66666667%;
    margin: 0 1.66666667%;
  }
}
.store .product span {
  display: block;
}
.store .product .image {
  border: 1px solid #efefef;
  margin-bottom: 20px;
  padding-top: 150%;
  background-size: cover !important;
}
.store .product .title {
  font-size: 1.125em;
  color: #000;
  margin-bottom: 10px;
}
.store .product .author {
  font-size: 0.875em;
  color: #4a4a4a;
  margin-bottom: 15px;
  line-height: 1.2;
}
.store .product .price {
  font-size: 1.313em;
  color: #000;
}
.store .product .price:before {
  content: "$";
}
.store .pagination {
  display: inline;
  float: left;
  width: 96.66666667%;
  margin: 0 1.66666667%;
}
.store .store-hr-4,
.store .store-hr-3,
.store .store-hr-2 {
  margin: 0;
  width: 100%;
  clear: both;
  border: 0;
  height: 0;
  display: none;
}
.store .store-hr-4 {
  display: block;
}
@media screen and (max-width: 1023px) {
  .store .store-hr-4 {
    display: none;
  }
  .store .store-hr-3 {
    display: block;
  }
  .store .store-hr-2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .store .store-hr-4 {
    display: none;
  }
  .store .store-hr-3 {
    display: none;
  }
  .store .store-hr-2 {
    display: block;
  }
}
@media screen and (max-width: 499px) {
  .store .store-hr-4 {
    display: none;
  }
  .store .store-hr-3 {
    display: none;
  }
  .store .store-hr-2 {
    display: none;
  }
}
/* Product
========================================================================= */
.single-product .global-container {
  width: 1000px;
}
@media screen and (max-width: 499px) {
  .single-product .global-container {
    max-width: 90%;
  }
}
.single-product * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.single-product .col-left {
  display: inline;
  float: left;
  width: 30%;
  margin: 0 1.66666667%;
}
@media screen and (max-width: 767px) {
  .single-product .col-left {
    display: inline;
    float: left;
    width: 63.33333333%;
    margin: 0 1.66666667%;
    margin-left: 18.33333333%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 499px) {
  .single-product .col-left {
    display: inline;
    float: left;
    width: 96.66666667%;
    margin: 0 1.66666667%;
    margin-bottom: 40px;
  }
}
.single-product .col-right {
  display: inline;
  float: left;
  width: 63.33333333%;
  margin: 0 1.66666667%;
}
@media screen and (max-width: 767px) {
  .single-product .col-right {
    display: inline;
    float: left;
    width: 96.66666667%;
    margin: 0 1.66666667%;
  }
}
.single-product .product-image {
  max-width: 100%;
  border: 1px solid #f0f0f0;
  display: block;
  margin-bottom: 40px;
}
.single-product .product-button {
  background: #14a79d;
  color: #FFF;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 20px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 40px;
}
.single-product .sharrre {
  color: #000;
}
.single-product .sharrre a {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: 1.3em;
  width: 30px;
}
.single-product .sharrre .share-number {
  font-size: 0.875em;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
}
.single-product .product-title {
  font-size: 2.250em;
  line-height: 1;
  margin-bottom: 20px;
}
.single-product .product-author {
  color: #2d2d2d;
  font-style: italic;
  font-size: 1.063em;
  line-height: 1;
  margin-bottom: 20px;
}
.single-product .product-price {
  font-size: 1.500em;
  margin-bottom: 40px;
  line-height: 1;
  font-weight: 600;
}
.single-product article {
  font-size: 1.063em;
  color: #2d2d2d;
  line-height: 1.8;
}
/* Forms
========================================================================== */
form input[type="submit"],
form input[type="button"],
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="select"],
form textarea,
form select {
  font-family: "Proxima Nova", Helvetica, sans-serif;
  font-size: 1em;
  padding: 10px;
  width: 100%;
  border: 1px solid #DDD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form input[type="submit"],
form input[type="button"] {
  font-family: "Adelle", Helvetica, sans-serif;
  border: 0;
  display: inline-block;
  width: auto;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 10px 5%;
}
/* Buttons
   ========================================================================== */
.btn.btn-footer {
  display: inline-block;
  background: #D1D3D4;
  color: #000;
  line-height: 1;
  font-family: "Proxima Nova", Helvetica, sans-serif;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 399px) {
  .btn.btn-footer {
    display: block;
    clear: both;
    text-align: center;
    margin-top: 10px;
  }
}
/* Beacon Ads
   ========================================================================== */
#bsap_1293485 a {
  margin: 0 auto;
}
/* Media Queries
   ========================================================================== */
@media only screen and (max-width: 1099px) {
  .hide-mobile {
    display: none !important;
  }
  .hide-desktop {
    display: block !important;
  }
}
@media only screen and (max-width: 799px) {
  .hr-2 {
    clear: both;
    display: block;
  }
  .hr-3 {
    display: none;
  }
  html {
    font-size: 14px;
  }
}
@media print {
  * {
    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) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
