html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

body {
  font-size: 10px;
  font-family: 'DIN Next W01 Regular';
  overflow-x: hidden; }

.wrapper {
  position: relative;
  width: 1140px;
  margin: 0 auto; }
  .wrapper.body-wrap {
    margin-top: 206px; }
    @media (max-width: 1024px) {
      .wrapper.body-wrap {
        margin-top: 160px; } }
  @media (max-width: 1140px) {
    .wrapper {
      width: 1024px; } }
  @media (max-width: 1024px) {
    .wrapper {
      width: 768px; } }
  @media (max-width: 768px) {
    .wrapper {
      width: 96%;
      margin: 0 2%; } }

hr {
  border: none;
  border-bottom: 1px solid #e6e6e6; }

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  .header-wrap * {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
  @media (max-width: 768px) {
    .header-wrap .wrapper {
      width: 100%;
      margin: 0; } }

.header-top {
  background-color: #8CC63F;
  width: 100%;
  height: 160px;
  position: relative; }
  .header-top:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 160px;
    border: 80px solid transparent;
    border-bottom: 80px solid #fff;
    border-right: 80px solid #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    @media (max-width: 1330px) {
      .header-top:after {
        display: none; } }
  .header-top .login-con {
    width: 100%;
    height: 40px; }
    @media (max-width: 768px) {
      .header-top .login-con {
        position: relative;
        top: 0; } }
    @media (max-width: 480px) {
      .header-top .login-con {
        top: 0; } }
    .header-top .login-con .navb-con {
      display: none; }
    @media (max-width: 1024px) {
      .header-top .login-con .navb-con {
        display: block;
        height: 40px;
        width: 40px;
        background: #009245;
        float: right;
        position: relative; }
        .header-top .login-con .navb-con span.nav-lines {
          position: absolute;
          top: 50%;
          margin-top: -2px;
          height: 4px;
          width: 30px;
          left: 5px;
          background: #fff; }
        .header-top .login-con .navb-con span.nav-lines:before {
          content: '';
          position: absolute;
          top: -7px;
          margin-top: -2px;
          height: 4px;
          width: 30px;
          left: 0;
          background: #fff; }
        .header-top .login-con .navb-con span.nav-lines:after {
          content: '';
          position: absolute;
          top: 11px;
          margin-top: -2px;
          height: 4px;
          width: 30px;
          left: 0;
          background: #fff; } }
    .header-top .login-con a.log-in {
      height: 40px;
      display: block;
      float: right;
      width: 160px;
      line-height: 40px;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 1.6em;
      background: #006837;
      margin-right: -160px;
      position: relative;
      text-align: center;
      z-index: 2;
      -webkit-transition: none;
      -moz-transition: none;
      transition: none; }
      @media (max-width: 1460px) {
        .header-top .login-con a.log-in {
          width: 155px;
          margin-right: -55px; } }
      .header-top .login-con a.log-in span {
        display: inline-block; }
        @media (max-width: 1330px) {
          .header-top .login-con a.log-in span {
            display: none; } }
      .header-top .login-con a.log-in:after {
        content: '';
        position: absolute;
        right: -40px;
        top: 0;
        display: block;
        height: 40px;
        width: 40px;
        border: 20px solid transparent;
        border-left: 20px solid #006837;
        border-top: 20px solid #006837; }
      @media (max-width: 1330px) {
        .header-top .login-con a.log-in {
          width: 100px;
          margin-right: 0; } }
      @media (max-width: 1024px) {
        .header-top .login-con a.log-in {
          margin-right: 0; }
          .header-top .login-con a.log-in:after {
            display: none; } }
      .header-top .login-con a.log-in.open {
        position: fixed;
        top: 50%;
        left: 50%;
        float: none;
        border: none;
        margin: -170px 0 0 75px;
        z-index: 9;
        text-indent: -99999px;
        background: url("../img/close.png");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 40px; }
        .header-top .login-con a.log-in.open:after {
          display: none; }
  .header-top .header-left {
    float: left;
    width: 40%;
    position: relative; }
    .header-top .header-left .logo {
      width: 275px;
      height: 69px;
      margin-top: -15px; }
      @media (max-width: 1024px) {
        .header-top .header-left .logo {
          width: 285px;
          height: 72px;
          margin-top: 0; } }
      @media (max-width: 768px) {
        .header-top .header-left .logo {
          margin: 20px auto;
          display: block; } }
    .header-top .header-left h2 {
      font-family: 'DIN Next W01 Regular';
      color: #009245;
      font-size: 2.2em;
      text-transform: uppercase;
      margin: 15px 0 20px; }
      @media (max-width: 1024px) {
        .header-top .header-left h2 {
          margin-top: -100px;
          font-size: 1.4em; } }
      @media (max-width: 768px) {
        .header-top .header-left h2 {
          display: none; } }
    @media (max-width: 768px) {
      .header-top .header-left {
        width: 100%;
        top: 0; } }
  .header-top .header-right {
    float: right;
    width: 60%;
    position: relative;
    top: 30px; }
    @media (max-width: 1460px) {
      .header-top .header-right {
        padding-right: 100px; } }
    @media (max-width: 1140px) {
      .header-top .header-right {
        padding-right: 0; } }
    @media (max-width: 768px) {
      .header-top .header-right {
        display: none; } }
    .header-top .header-right .search-con {
      width: 450px;
      height: 40px;
      float: right; }
      @media (max-width: 1140px) {
        .header-top .header-right .search-con {
          margin-right: 100px; } }
      @media (max-width: 1024px) {
        .header-top .header-right .search-con {
          width: 320px;
          margin-right: 0; } }
      .header-top .header-right .search-con * {
        margin: 0;
        border: none;
        float: left;
        padding: 0;
        height: 100%; }
      .header-top .header-right .search-con input[type=search] {
        width: 380px;
        padding: 0 15px;
        font-size: 1.6em;
        line-height: 40px; }
        @media (max-width: 1024px) {
          .header-top .header-right .search-con input[type=search] {
            width: 250px; } }
        .header-top .header-right .search-con input[type=search] ::-webkit-input-placeholder, .header-top .header-right .search-con input[type=search] :-moz-placeholder, .header-top .header-right .search-con input[type=search] ::-moz-placeholder, .header-top .header-right .search-con input[type=search] :-ms-input-placeholder {
          color: #777779; }
      .header-top .header-right .search-con .submit {
        width: 40px;
        background: url("../img/search-r.png") no-repeat center center;
        background-size: 40px; }
    @media (max-width: 1024px) {
      .header-top .header-right .top-nav {
        display: none; } }

.header-bot {
  height: 46px;
  background: #006837;
  position: relative;
  top: 0;
  margin-right: 46px; }
  .header-bot:before {
    content: '';
    position: absolute;
    left: -200%;
    width: 200%;
    height: 100%;
    background: #006837; }
  .header-bot:after {
    content: '';
    position: absolute;
    right: -46px;
    top: 0;
    display: block;
    border: 23px solid transparent;
    border-left: 23px solid #006837;
    border-top: 23px solid #006837; }
  .header-bot nav {
    margin-right: 44px; }
    @media (max-width: 1460px) {
      .header-bot nav {
        margin-right: 27px; } }
    @media (max-width: 1140px) {
      .header-bot nav {
        margin-right: 10px; } }
    .header-bot nav ul li {
      margin: 15px 0 15px 28px; }
      .header-bot nav ul li:before {
        color: #00FF00;
        line-height: 16px; }
      .header-bot nav ul li a {
        line-height: 1em; }
        @media (max-width: 1140px) {
          .header-bot nav ul li a {
            font-size: 1.4em; } }
  @media (max-width: 1024px) {
    .header-bot {
      display: none; } }

.slim {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s; }
  @media (max-width: 1024px) {
    .slim .login-con a.log-in {
      width: 280px; } }
  @media (max-width: 1024px) and (max-width: 768px) {
    .slim .login-con a.log-in {
      width: 100%;
      right: 40px;
      height: 40px;
      position: absolute;
      text-indent: 40px; } }
  .slim .header-top {
    height: 140px; }
    .slim .header-top:after {
      width: 140px;
      height: 140px;
      border: 70px solid transparent;
      border-bottom: 70px solid #fff;
      border-right: 70px solid #fff; }
    @media (max-width: 1024px) {
      .slim .header-top {
        height: 90px; } }
    @media (max-width: 768px) {
      .slim .header-top {
        height: 120px; } }
    .slim .header-top nav ul li {
      margin: 22px 0 0; }
      @media (max-width: 1460px) {
        .slim .header-top nav ul li {
          margin: 22px 0 0 5px;
          padding: 8px; } }
      @media (max-width: 1140px) {
        .slim .header-top nav ul li {
          padding: 7px; } }
    .slim .header-top nav ul .sub-menu li {
      margin: 0; }
    .slim .header-top .header-left {
      top: -20px;
      left: 0; }
      @media (max-width: 1024px) {
        .slim .header-top .header-left {
          top: -10px; } }
      .slim .header-top .header-left .logo {
        width: 220px;
        height: 55px; }
        @media (max-width: 768px) {
          .slim .header-top .header-left .logo {
            margin: 12px auto; } }
      .slim .header-top .header-left h2 {
        margin: 4px 0 0;
        font-size: 1.6em; }
        @media (max-width: 1024px) {
          .slim .header-top .header-left h2 {
            margin: -81px 0 0;
            font-size: 1.4em; } }
        @media (max-width: 768px) {
          .slim .header-top .header-left h2 {
            opacity: 0;
            margin-top: -200px; } }
      @media (max-width: 768px) {
        .slim .header-top .header-left {
          top: 0; } }
    .slim .header-top .header-right {
      top: -40px; }
      @media (max-width: 1024px) {
        .slim .header-top .header-right {
          top: 5px; } }
  .slim .header-bot {
    top: -46px; }
    .slim .header-bot:after {
      border: 23px solid transparent;
      border-left: 23px solid #006837;
      border-top: 23px solid #006837;
      display: block;
      right: -46px; }
  .slim .subscribe-btn {
    top: -40px; }

.subscribe-btn {
  top: 0;
  position: absolute;
  right: 0;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 1460px) {
    .subscribe-btn {
      right: 100px; } }
  @media (max-width: 1024px) {
    .subscribe-btn {
      right: 140px; } }
  @media (max-width: 480px) {
    .subscribe-btn {
      width: 180px; } }
  .subscribe-btn .btn {
    margin: 0; }
    .subscribe-btn .btn.green-hover:before {
      background: #6CA334; }
    .subscribe-btn .btn.green-hover:after {
      background: #006837; }

.menu-top-menu-container ul > li {
  margin: 10px 0;
  padding: 10px; }
  @media (max-width: 1024px) {
    .menu-top-menu-container ul > li {
      padding: 0; } }
  .menu-top-menu-container ul > li:before {
    left: -16px; }
  .menu-top-menu-container ul > li .sub-menu li a {
    line-height: 1.1em; }
  @media (max-width: 1460px) {
    .menu-top-menu-container ul > li a {
      font-size: 1.4em; } }

.menu-top-menu-container * {
  -webkit-transition: all 0.01s;
  -moz-transition: all 0.01s;
  transition: all 0.01s; }

.menu-top-menu-container ul.sub-menu {
  position: absolute;
  width: 150px;
  z-index: -10;
  opacity: 0;
  visibility: hidden; }
  .menu-top-menu-container ul.sub-menu li {
    width: 100%;
    margin: 0;
    padding: 10px 0 0; }
  @media (max-width: 1024px) {
    .menu-top-menu-container ul.sub-menu {
      opacity: 1;
      visibility: visible;
      width: 100%;
      display: block;
      position: static; }
      .menu-top-menu-container ul.sub-menu li {
        font-size: 0.9em;
        padding: 15px 10px 0; } }

.menu-top-menu-container li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-left: -75px;
  z-index: 999;
  padding: 5px;
  display: block;
  position: absolute;
  top: 23px;
  left: 50%;
  background: #8CC63F;
  text-align: center; }
  .menu-top-menu-container li:hover ul.sub-menu:before {
    content: '';
    position: absolute;
    bottom: -10px;
    height: 10px;
    width: 140px;
    background: #8CC63F;
    left: 0; }
  .menu-top-menu-container li:hover ul.sub-menu:after {
    content: '';
    display: block;
    border: 5px solid transparent;
    border-top: 5px solid #8CC63F;
    border-left: 5px solid #8CC63F;
    position: absolute;
    bottom: -10px;
    right: 0; }
  @media (max-width: 1024px) {
    .menu-top-menu-container li:hover ul.sub-menu {
      width: 100%;
      margin: 0;
      display: block;
      position: static;
      padding: 0; }
      .menu-top-menu-container li:hover ul.sub-menu:before, .menu-top-menu-container li:hover ul.sub-menu:after {
        display: none; } }

footer {
  width: 100%;
  background: #006837;
  padding-top: 20px;
  height: 150px;
  margin-top: 90px;
  position: relative;
  z-index: 4; }
  @media (max-width: 1140px) {
    footer {
      margin-top: 50px; } }
  @media (max-width: 768px) {
    footer {
      height: 160px; } }
  footer .wrapper {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    position: relative; }
    footer .wrapper p {
      white-space: nowrap;
      color: #fff;
      font-size: 1em; }
      footer .wrapper p a {
        color: #fff; }
      @media (max-width: 1024px) {
        footer .wrapper p:first-child {
          margin-top: 30px; } }
      @media (max-width: 768px) {
        footer .wrapper p {
          white-space: inherit; }
          footer .wrapper p:first-child {
            margin-top: 20px; } }
    footer .wrapper .right {
      position: absolute;
      right: 0;
      top: 0;
      margin-top: 0; }
      @media (max-width: 1024px) {
        footer .wrapper .right {
          left: 0;
          top: -20px; } }
      @media (max-width: 768px) {
        footer .wrapper .right {
          bottom: -35px;
          top: auto;
          width: 100%; } }
    footer .wrapper .seperator {
      width: 20px;
      text-align: center;
      display: inline-block; }
    footer .wrapper ul {
      list-style: none;
      padding: 0;
      margin: 0;
      height: 20px;
      padding-bottom: 30px; }
      footer .wrapper ul.footer-nav {
        width: 50%;
        float: left; }
        footer .wrapper ul.footer-nav--right {
          float: right; }
      footer .wrapper ul li {
        display: block;
        float: left;
        line-height: 20px; }
        footer .wrapper ul li a {
          color: #fff;
          font-weight: normal;
          text-decoration: underline;
          cursor: pointer; }
      footer .wrapper ul span.seperator {
        float: left;
        line-height: 20px;
        color: #fff; }

nav {
  display: block;
  float: right; }
  nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    nav ul li {
      float: left;
      display: block;
      margin: 20px 0 20px 30px;
      position: relative; }
      nav ul li:before {
        content: '/';
        position: absolute;
        left: -30px;
        text-align: center;
        width: 30px;
        font-size: 1.6em;
        line-height: 11px;
        color: #006837; }
      nav ul li:first-child {
        margin-left: 0; }
        nav ul li:first-child:before {
          content: ''; }
      nav ul li a {
        font-family: 'DIN Next W01 Regular';
        font-size: 1.6em;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        line-height: 10px;
        position: relative; }

.header-top .login-con .navb-con.open {
  width: 340px;
  z-index: 9999;
  position: fixed;
  right: 0; }
  @media (max-width: 480px) {
    .header-top .login-con .navb-con.open {
      width: 100%; } }
  .header-top .login-con .navb-con.open span.nav-lines {
    background: transparent; }
    .header-top .login-con .navb-con.open span.nav-lines:after {
      top: 0;
      transform: rotate(-45deg); }
    .header-top .login-con .navb-con.open span.nav-lines:before {
      top: 0;
      transform: rotate(45deg); }

.mob-nav {
  display: none; }
  @media (max-width: 1024px) {
    .mob-nav {
      display: block;
      position: fixed;
      right: -100%;
      width: 340px;
      top: 0;
      height: 100%;
      overflow: scroll;
      background: #006837;
      z-index: 999; } }
  @media (max-width: 1024px) and (max-width: 480px) {
    .mob-nav {
      width: 100%; } }
  @media (max-width: 1024px) {
      .mob-nav.open {
        right: 0; } }
  .mob-nav nav {
    width: 100%; }
    .mob-nav nav ul li {
      width: 95%;
      margin: 8px 2.5%;
      line-height: 1.4em;
      text-align: left;
      font-size: 1.1em; }
      .mob-nav nav ul li:before {
        display: none; }
      @media (max-width: 480px) {
        .mob-nav nav ul li {
          margin-bottom: 20px; } }
    .mob-nav nav.top-nav {
      background: #8CC63F;
      padding: 50px 0 10px; }
      .mob-nav nav.top-nav ul li {
        line-height: 2em; }
        .mob-nav nav.top-nav ul li:last-child {
          border: none; }
    .mob-nav nav.bot-nav {
      padding: 20px 0; }

.bot-nav ul li ul {
  display: none;
  width: 150px; }
  @media (max-width: 1024px) {
    .bot-nav ul li ul {
      display: block;
      width: 100%; } }
  .bot-nav ul li ul li {
    margin: 8px 0;
    padding: 0 5px;
    width: 100%;
    text-align: center; }
    @media (max-width: 1024px) {
      .bot-nav ul li ul li {
        padding: 0 10px;
        text-align: left;
        font-size: 0.9em;
        margin: 15px 0 5px;
        line-height: 20px; } }
    .bot-nav ul li ul li:before {
      content: ''; }
    .bot-nav ul li ul li:first-child {
      margin: 20px 0 8px; }
      @media (max-width: 1024px) {
        .bot-nav ul li ul li:first-child {
          margin: 15px 0 0; } }
  .bot-nav ul li ul:after {
    content: '';
    display: block;
    border: 5px solid transparent;
    border-top: 5px solid #006837;
    border-left: 5px solid #006837;
    position: absolute;
    bottom: -10px;
    right: 0; }
  .bot-nav ul li ul:before {
    content: '';
    position: absolute;
    bottom: -10px;
    height: 10px;
    width: 140px;
    background: #006837;
    left: 0; }

.bot-nav ul li:hover {
  height: 100px; }
  @media (max-width: 1024px) {
    .bot-nav ul li:hover {
      height: auto; } }
  .bot-nav ul li:hover ul {
    display: block;
    position: absolute;
    top: 25px;
    left: 50%;
    background: #006837;
    margin-left: -73px; }
    @media (max-width: 1024px) {
      .bot-nav ul li:hover ul {
        margin-left: 0;
        position: static; } }
    .bot-nav ul li:hover ul li:hover {
      height: auto; }

nav ul li a:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  bottom: 0;
  left: 50%;
  height: 1px;
  background: white;
  transition: all 0.5s; }

nav ul li a:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  bottom: 0;
  right: 50%;
  height: 1px;
  background: white;
  transition: all 0.5s; }

nav ul li a:hover:after, nav ul li a:hover:before {
  width: 50%; }

nav ul li ul li:before, nav ul li ul li:after, nav ul li ul a:before, nav ul li ul a:after {
  display: none; }

nav ul li.current-menu-item > a:after, nav ul li.current-menu-item > a:before {
  width: 50%; }

.page-id-69 li#menu-item-88 a:after, .page-id-69 li#menu-item-88 a:before, .page-id-48 li#menu-item-88 a:after, .page-id-48 li#menu-item-88 a:before {
  width: 50%; }

.archive li#menu-item-340 a:after, .archive li#menu-item-340 a:before, .single-archive-item li#menu-item-340 a:after, .single-archive-item li#menu-item-340 a:before {
  width: 50%; }

.archive.post-type-archive-digital-issue li#menu-item-340 a:after, .archive.post-type-archive-digital-issue li#menu-item-340 a:before {
  display: none;
  width: 0; }

.current-cat .btn:after, .current-cat-parent .btn:after {
  width: 100% !important; }

.text, .goingtosagepay {
  margin-bottom: 10px; }
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6, .goingtosagepay h1, .goingtosagepay h2, .goingtosagepay h3, .goingtosagepay h4, .goingtosagepay h5, .goingtosagepay h6 {
    text-transform: uppercase;
    color: #6CA334;
    margin: 0 0 15px;
    font-family: 'DIN Next W01 Bold'; }
  .text p.author, .goingtosagepay p.author {
    margin: -20px 0 20px; }
  .text h1, .goingtosagepay h1 {
    font-size: 3.6em; }
  .text h2, .goingtosagepay h2 {
    font-size: 3.4em;
    height: 32px; }
    @media (max-width: 1460px) {
      .text h2, .goingtosagepay h2 {
        height: auto; } }
  .text h3, .goingtosagepay h3 {
    font-size: 3.2em; }
  .text h4, .goingtosagepay h4 {
    font-size: 3em; }
  .text h5, .goingtosagepay h5 {
    font-size: 2.8em; }
  .text h6, .goingtosagepay h6 {
    font-size: 2.2em; }
  .text p, .goingtosagepay p {
    font-family: 'DIN Next W01 Light';
    font-size: 1.8em;
    color: #777779;
    margin-bottom: 0; }
    .text p strong, .goingtosagepay p strong {
      font-family: 'DIN Next W01 Regular'; }
  .text img, .goingtosagepay img {
    max-width: 100%; }
    .text img.alignleft, .goingtosagepay img.alignleft {
      float: left;
      margin: 0 12px 12px 0; }
    .text img.alignright, .goingtosagepay img.alignright {
      float: right;
      margin: 0 0 12px 12px; }
  .text a, .goingtosagepay a {
    color: #777779;
    font-family: 'DIN Next W01 Regular'; }
    .text a.btn, .goingtosagepay a.btn {
      color: #fff;
      margin: 12px 0;
      z-index: 0;
      position: relative; }
      .text a.btn:before, .goingtosagepay a.btn:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: #8CC63F;
        z-index: -1;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
      .text a.btn:after, .goingtosagepay a.btn:after {
        content: '';
        position: absolute;
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        background: #6CA334;
        z-index: -1;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
      .text a.btn:hover, .goingtosagepay a.btn:hover {
        cursor: pointer; }
        .text a.btn:hover:after, .goingtosagepay a.btn:hover:after {
          width: 100%; }
  .text ul, .text ol, .goingtosagepay ul, .goingtosagepay ol {
    padding: 0 0 0 25px;
    margin: 12px 0; }
    .text ul li, .text ol li, .goingtosagepay ul li, .goingtosagepay ol li {
      font-size: 1.8em;
      line-height: 1.4em;
      color: #777779;
      font-family: 'DIN Next W01 Light'; }
  .text .title-list, .goingtosagepay .title-list {
    margin: 10px 0 0;
    text-transform: none; }
  .text.editor, .goingtosagepay.editor {
    margin-top: 20px; }
    .text.editor h6, .goingtosagepay.editor h6 {
      font-family: 'DIN Next W01 Regular';
      text-transform: none;
      margin: 0; }
  .text.list, .goingtosagepay.list {
    margin-top: 30px;
    border-top: 1px solid grey;
    padding-top: 20px; }
    .text.list h6, .goingtosagepay.list h6 {
      font-family: 'DIN Next W01 Regular'; }
    .text.list p, .goingtosagepay.list p {
      margin: 0; }
  .text .lat-cov, .goingtosagepay .lat-cov {
    padding: 0 12px 12px;
    float: right; }
    @media (max-width: 480px) {
      .text .lat-cov, .goingtosagepay .lat-cov {
        display: none; } }
  .text .all-ad, .goingtosagepay .all-ad {
    margin-top: 30px; }

.single-archive-item .text h1 {
  text-transform: none; }

.vidcon {
  position: relative;
  padding-bottom: 54%;
  padding-top: 25px;
  height: 0;
  margin: 0 0 12px 0; }
  .vidcon .vid-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/v-cover.jpg") no-repeat;
    background-size: cover;
    z-index: 2; }
    .vidcon .vid-thumb img {
      height: 100%;
      width: auto;
      overflow: hidden; }
  .vidcon.half {
    padding-bottom: 34.2%;
    width: 65%;
    float: right;
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      .vidcon.half {
        width: 100%;
        padding-bottom: 54%;
        float: none; } }
    @media (max-width: 480px) {
      .vidcon.half {
        margin-bottom: 100px; } }
  .vidcon .play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
    background: url("../img/play.png") no-repeat;
    background-size: cover;
    content: '';
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    .vidcon .play:hover {
      cursor: pointer; }
  .vidcon iframe, .vidcon video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.bx-wrapper {
  position: relative; }
  .bx-wrapper ul.slider {
    margin: 0; }
    .bx-wrapper ul.slider img {
      width: 100%; }
  .bx-wrapper .bx-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .bx-wrapper .bx-controls a {
      position: absolute;
      top: 0;
      height: 100%;
      width: 50%;
      -webkit-transition: background-position 0.4s ease-out;
      -moz-transition: background-position 0.4s ease-out;
      transition: background-position 0.4s ease-out;
      text-indent: -9999px; }
    .bx-wrapper .bx-controls a.bx-prev {
      left: 0;
      background: url("../img/slider-l.png") no-repeat;
      background-position: -20% center;
      background-size: 50px; }
      .bx-wrapper .bx-controls a.bx-prev:hover {
        background-position: 0% center; }
      @media (max-width: 1024px) {
        .bx-wrapper .bx-controls a.bx-prev {
          background: url("../img/slider-l.png") no-repeat;
          background-position: 0 center;
          background-size: 30px; } }
    .bx-wrapper .bx-controls a.bx-next {
      right: 0;
      background: url("../img/slider-r.png") no-repeat;
      background-position: 120% center;
      background-size: 50px; }
      .bx-wrapper .bx-controls a.bx-next:hover {
        background-position: 100% center; }
      @media (max-width: 1024px) {
        .bx-wrapper .bx-controls a.bx-next {
          background: url("../img/slider-r.png") no-repeat;
          background-position: 100% center;
          background-size: 30px; } }

.btn {
  display: block;
  height: 40px;
  margin: 12px 0;
  text-decoration: none;
  line-height: 43px;
  font-size: 1.8em;
  text-align: center;
  color: #fff;
  text-transform: uppercase; }
  .btn.half-btn {
    width: 49%;
    margin-right: 1%;
    float: left; }
    .btn.half-btn:nth-child(even) {
      margin-right: 0;
      margin-left: 1%; }
    @media (max-width: 480px) {
      .btn.half-btn {
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
        .btn.half-btn:nth-child(even) {
          margin: 0 0 12px 0; } }
  .btn.full-btn {
    clear: both; }
  .btn a {
    color: #fff;
    text-decoration: none; }
  .btn.green-hover {
    z-index: 0;
    position: relative; }
    .btn.green-hover:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      background: #8CC63F;
      z-index: -1;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
    .btn.green-hover:after {
      content: '';
      position: absolute;
      width: 0;
      height: 100%;
      top: 0;
      left: 0;
      background: #6CA334;
      z-index: -1;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
    .btn.green-hover:hover {
      cursor: pointer; }
      .btn.green-hover:hover:after {
        width: 100%; }
  .btn.dk-green-hover {
    z-index: 0;
    position: relative; }
    .btn.dk-green-hover:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      background: #8CC63F;
      z-index: -1;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
    .btn.dk-green-hover:after {
      content: '';
      position: absolute;
      width: 0;
      height: 100%;
      top: 0;
      left: 0;
      background: #6CA334;
      z-index: -1;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
    .btn.dk-green-hover:hover {
      cursor: pointer; }
      .btn.dk-green-hover:hover:after {
        width: 100%; }
    .btn.dk-green-hover:before {
      background: #006837; }
    .btn.dk-green-hover:after {
      background: #8CC63F; }
  .btn.grey-hover {
    z-index: 0;
    position: relative; }
    .btn.grey-hover:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      background: #8CC63F;
      z-index: -1;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
    .btn.grey-hover:after {
      content: '';
      position: absolute;
      width: 0;
      height: 100%;
      top: 0;
      left: 0;
      background: #6CA334;
      z-index: -1;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
    .btn.grey-hover:hover {
      cursor: pointer; }
      .btn.grey-hover:hover:after {
        width: 100%; }
    .btn.grey-hover:before {
      background: #777779; }
    .btn.grey-hover:after {
      background: #8CC63F; }
  .btn.current-page:after {
    width: 100%; }

.page-archive .archive:after {
  width: 100%; }

.page-past-issues .past:after {
  width: 100%; }

.page-classic-articles .classic:after {
  width: 100%; }

@media (max-width: 768px) {
  .select-slider-box .bx-pager .btn {
    margin: 0; } }

.map {
  margin: 12px 0; }
  .map p {
    font-family: 'DIN Next W01 Light';
    font-size: 1.8em;
    color: #777779;
    margin-bottom: 0; }
    .map p a {
      font-family: 'DIN Next W01 Regular';
      color: #777779;
      text-decoration: none; }

.goingtosagepay {
  text-align: center; }
  .goingtosagepay p {
    margin-bottom: 1em;
    color: #ffffff; }
  .goingtosagepay input {
    border: none !important;
    height: auto !important; }

.dataTables_wrapper {
  margin-top: 30px;
  color: #777779; }
  .dataTables_wrapper table .tablepress .sorting:hover, .dataTables_wrapper table .tablepress .sorting_asc, .dataTables_wrapper table .tablepress .sorting_desc {
    background: #6CA334 !important; }
  .dataTables_wrapper table th {
    background: #8CC63F !important;
    color: #fff !important;
    font-size: 1.6em;
    font-family: 'DIN Next W01 Light'; }
  .dataTables_wrapper table .odd td {
    background-color: #e6e6e6; }
  .dataTables_wrapper table td {
    font-size: 1.4em; }

.cta {
  border-top: 1px solid #777779;
  margin-top: 30px;
  text-align: center; }
  .cta .text p {
    margin: 20px 0; }
  .cta .btn {
    width: 200px;
    margin: 12px auto !important;
    display: block; }
    @media (max-width: 480px) {
      .cta .btn {
        width: 100%; } }

.advertisers-grid .cleargrid:nth-child(4n+1) {
  clear: both; }

@media (max-width: 1024px) {
  .advertisers-grid .cleargrid:nth-child(4n+1) {
    clear: none; }
  .advertisers-grid .cleargrid:nth-child(3n+1) {
    clear: both; } }

@media (max-width: 480px) {
  .advertisers-grid .cleargrid:nth-child(4n+1) {
    clear: none; }
  .advertisers-grid .cleargrid:nth-child(3n+1) {
    clear: none; }
  .advertisers-grid .cleargrid:nth-child(2n+1) {
    clear: none; } }

.advertisers-grid a {
  text-decoration: none;
  color: #777779; }

.advertisers-grid .block {
  width: 24%;
  float: left;
  padding: 10px;
  margin: 0.5%;
  background: #E6E6E6; }
  @media (max-width: 1024px) {
    .advertisers-grid .block {
      width: 32.333%; } }
  @media (max-width: 480px) {
    .advertisers-grid .block {
      width: 49%; } }
  .advertisers-grid .block .advertiser-n-con {
    height: 40px;
    display: table;
    margin: 10px 0 0; }
    .advertisers-grid .block .advertiser-n-con p {
      display: table-cell;
      vertical-align: middle;
      font-size: 1.6em;
      margin: 0;
      color: #777779; }
      @media (max-width: 480px) {
        .advertisers-grid .block .advertiser-n-con p {
          font-size: 1.4em; } }
  .advertisers-grid .block .link-con {
    height: 17px; }
    .advertisers-grid .block .link-con p {
      color: #8CC63F;
      font-size: 1.4em;
      margin: 0 0 10px;
      text-decoration: underline; }
  .advertisers-grid .block .img-con, .advertisers-grid .block .name-con {
    height: 191px;
    width: 100%;
    display: block;
    padding: 5px;
    background: #fff; }
    @media (max-width: 1140px) {
      .advertisers-grid .block .img-con, .advertisers-grid .block .name-con {
        height: 172px; } }
    @media (max-width: 1024px) {
      .advertisers-grid .block .img-con, .advertisers-grid .block .name-con {
        height: 170px; } }
    @media (max-width: 768px) {
      .advertisers-grid .block .img-con, .advertisers-grid .block .name-con {
        height: 200px; } }
  .advertisers-grid .block .name-con {
    display: table; }
    .advertisers-grid .block .name-con h2 {
      display: table-cell;
      margin: 0;
      text-align: center;
      vertical-align: middle;
      width: 95%;
      padding: 0 2.5%;
      color: #777779; }

.text-block-form {
  padding: 10px;
  font-size: 1.4em;
  background: #E6E6E6;
  color: #777779;
  margin-top: 5px; }
  .text-block-form p {
    margin: 0; }
    .text-block-form p a {
      color: #6CA334; }

.little-text p {
  margin: 0;
  font-size: 12px !important;
  text-align: left;
  color: #777779; }

.dates-con {
  float: left;
  width: 49%;
  height: 40px;
  padding: 10px 20px;
  background: #E6E6E6;
  margin: 0 51% 12px 0; }
  @media (max-width: 1140px) {
    .dates-con {
      width: 100%; } }
  @media (max-width: 480px) {
    .dates-con {
      height: 63px; } }
  .dates-con .date-a, .dates-con .last-m {
    font-size: 1.4em;
    color: #777779;
    line-height: 1.7em;
    margin: 0;
    float: left; }
    @media (max-width: 480px) {
      .dates-con .date-a, .dates-con .last-m {
        float: none; } }
  .dates-con .date-a {
    margin-right: 30px; }

.goingtosagepay {
  margin-bottom: 0; }

div#gform_confirmation_wrapper_5,
div#gform_confirmation_wrapper_4 {
  background: #8CC63F;
  padding: 30px; }

.error {
  margin: 250px auto 0;
  width: 300px;
  padding: 50px;
  text-align: center; }
  .error h1 {
    color: #8CC63F;
    font-size: 12em;
    margin: 0; }
  .error h2 {
    font-size: 2em;
    margin: 0; }
  .error p a {
    font-size: 1.8em;
    text-align: center;
    margin: 20px 0 0;
    color: #8CC63F; }

.left {
  width: 50%;
  float: left; }

.right {
  width: 50%;
  float: right; }
  .right .btn {
    margin: 0; }
    .right .btn.reader-form.open {
      position: fixed;
      width: 100%;
      height: 140%;
      left: 0;
      z-index: 999;
      top: -130px;
      background: rgba(0, 0, 0, 0.8); }
      .right .btn.reader-form.open:after, .right .btn.reader-form.open:before {
        display: none; }

.close-reader-form {
  position: absolute;
  right: 10px;
  top: -50px;
  width: 40px;
  height: 40px;
  background: url("../img/close.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px; }
  .close-reader-form:hover {
    cursor: pointer; }
  @media (max-width: 768px) {
    .close-reader-form {
      top: 10px; } }

.pop-up-bg {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 5;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  transition: top 0.5s; }
  .pop-up-bg.open {
    top: 0; }
    .pop-up-bg.open .pop-up {
      opacity: 1;
      visibility: visible;
      top: 50%; }

.pop-up {
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: -100%;
  left: 50%;
  background: #006837;
  -webkit-transition: opacity 0.5s, top 0.5s;
  -moz-transition: opacity 0.5s, top 0.5s;
  transition: opacity 0.5s, top 0.5s; }
  .pop-up.open {
    opacity: 1;
    visibility: visible;
    top: 50%; }
  .pop-up#reader-form {
    padding: 30px;
    width: 708px;
    margin-left: -340px;
    margin-top: -343px; }
    @media screen and (max-height: 790px) {
      .pop-up#reader-form {
        height: 70%;
        top: 15%;
        margin-top: 0 !important; }
        .pop-up#reader-form .form-container {
          height: 100%;
          overflow: scroll; } }
    @media (max-width: 768px) {
      .pop-up#reader-form {
        height: 98%;
        top: 1%;
        width: 98%;
        left: 1%;
        margin: 0 !important; }
        .pop-up#reader-form .form-container {
          width: 100%; } }
    .pop-up#reader-form .gform_footer.top_label {
      float: right; }
    .pop-up#reader-form .form-container input {
      height: auto; }
    .pop-up#reader-form .form-container #input_6_1 {
      height: 40px; }
    .pop-up#reader-form .form-container #input_6_5 {
      padding-bottom: 5px;
      padding-top: 10px; }
  .pop-up.log-in-form {
    padding: 20px;
    margin-left: -120px;
    margin-top: -122.5px;
    z-index: 10; }
    .pop-up.log-in-form label {
      color: #fff; }
    .pop-up.log-in-form .tooltip {
      position: relative;
      display: inline-block;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #FFFFFF;
      text-align: center;
      color: #006837;
      float: right;
      margin-top: -24px;
      font-size: 1.4em;
      cursor: pointer; }
      .pop-up.log-in-form .tooltip__text {
        position: absolute;
        background: #FFFFFF;
        width: 180px;
        padding: 10px;
        top: 28px;
        left: -12px;
        text-align: left;
        box-shadow: 0 0 10px 0 #000000;
        opacity: 0;
        visibility: hidden;
        transition: all 300ms; }
        .pop-up.log-in-form .tooltip__text:before {
          content: '';
          bottom: 100%;
          left: 20px;
          border: solid transparent;
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-bottom-color: #fff;
          border-width: 10px;
          margin-left: -10px; }
      .pop-up.log-in-form .tooltip:hover .tooltip__text {
        opacity: 1;
        visibility: visible; }
  .pop-up .form-container .gfield_label {
    color: #fff; }
  .pop-up .form-container .ginput_container_fileupload, .pop-up .form-container .ginput_container_post_image {
    background: #fff; }
  .pop-up.log-in-form.open {
    display: block; }

#failed-login {
  position: absolute;
  z-index: 1;
  background: #EB3941;
  color: #FFF;
  text-align: left;
  padding-left: 1em;
  top: 0;
  right: 0;
  width: 60%;
  font-size: 1.3em;
  line-height: 40px;
  height: 40px; }
  #failed-login p {
    margin: 0; }
  @media (max-width: 1024px) {
    #failed-login {
      line-height: 40px;
      height: 40px;
      top: 0;
      left: 0;
      width: 428px; } }
  @media (max-width: 768px) {
    #failed-login {
      position: absolute;
      width: 100%;
      line-height: 1em;
      height: auto;
      text-align: center;
      top: 140px;
      padding: 10px 5px; } }
  @media (max-width: 480px) {
    #failed-login {
      top: 160px;
      line-height: 150%;
      padding: 1em; } }

@media (max-width: 1024px) {
  .slim #failed-login {
    top: 90px;
    width: 100%; } }

@media (max-width: 768px) {
  .slim #failed-login {
    top: 120px; } }

@media (max-width: 480px) {
  .slim #failed-login {
    top: 120px; } }

.vidcon .pop-up {
  top: -100%; }

.vidcon h3.credit {
  display: none; }

.vidcon .open h3.credit {
  display: block;
  position: absolute;
  bottom: -45px;
  right: 20px;
  color: #fff;
  font-size: 1.6em; }

.vidcon .open:hover {
  cursor: pointer; }

.vidcon .open .pop-up {
  opacity: 1;
  visibility: visible;
  top: 50%;
  width: 840px;
  height: 490px;
  margin: -245px 0 0 -420px;
  left: 50%; }
  @media (max-width: 1024px) {
    .vidcon .open .pop-up {
      top: 50%;
      width: 100%;
      height: 490px;
      margin: -245px 0 0;
      left: 0; } }
  @media (max-width: 480px) {
    .vidcon .open .pop-up {
      height: 270px;
      margin: -135px 0 0 0; } }
  .vidcon .open .pop-up iframe {
    padding: 20px; }
  .vidcon .open .pop-up:after {
    content: '';
    background: url("../img/close.png") no-repeat;
    background-size: cover;
    background-position: center center;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: -45px;
    right: 5px; }

.never-show {
  display: none; }

.forgot-password {
  margin-top: 2em;
  font-size: 1.2em;
  color: #FFFFFF; }
  .forgot-password a {
    color: #FFFFFF; }

.col-100 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .col-100:last-child {
    margin-right: 0; }

.col-50 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%; }
  .col-50:last-child {
    margin-right: 0; }
  .col-50:nth-child(2n) {
    margin-right: 0; }
  .col-50:nth-child(2n+1) {
    clear: left; }

#clubfinder .mobileonly {
  display: none; }

#clubfinder form.club-search-form {
  font-size: 1.8em;
  color: #777779; }
  #clubfinder form.club-search-form input {
    font-family: 'DIN Next W01 Light';
    color: #777779;
    margin-bottom: 0;
    padding: 3px 8px 0;
    border: 1px solid #E6E6E6; }
    #clubfinder form.club-search-form input#distance {
      width: 40px;
      text-align: center;
      color: #777779; }
    #clubfinder form.club-search-form input#location {
      margin-top: 5px;
      width: 270px;
      color: #777779; }
    #clubfinder form.club-search-form input[type="checkbox"] {
      position: relative;
      width: 20px;
      height: 20px;
      margin: 0;
      padding: 0;
      float: left; }
      #clubfinder form.club-search-form input[type="checkbox"]:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: -3px;
        width: 20px;
        height: 20px;
        border: 1px solid #8CC63F;
        border-radius: 50%;
        background: #fff;
        z-index: 2; }
      #clubfinder form.club-search-form input[type="checkbox"]:checked:before {
        background: #8CC63F; }
  #clubfinder form.club-search-form .checkbox-append {
    display: block;
    clear: both;
    height: 20px; }
  #clubfinder form.club-search-form label[for="checkbox-b"], #clubfinder form.club-search-form label[for="checkbox-c"], #clubfinder form.club-search-form label[for="go-for-gliding"], #clubfinder form.club-search-form label[for="trial-lesson"] {
    display: block;
    float: left; }
  #clubfinder form.club-search-form h3 {
    font-size: 1.2em;
    font-family: 'DIN Next W01 Regular';
    color: #6CA334; }
    #clubfinder form.club-search-form h3:first-child {
      margin-top: 0; }
  #clubfinder form.club-search-form .btn {
    border: none; }
    #clubfinder form.club-search-form .btn.btn-blue {
      width: 270px;
      font-size: 1em;
      z-index: 0;
      position: relative; }
      #clubfinder form.club-search-form .btn.btn-blue:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: #8CC63F;
        z-index: -1;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
      #clubfinder form.club-search-form .btn.btn-blue:after {
        content: '';
        position: absolute;
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        background: #6CA334;
        z-index: -1;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
      #clubfinder form.club-search-form .btn.btn-blue:hover {
        cursor: pointer; }
        #clubfinder form.club-search-form .btn.btn-blue:hover:after {
          width: 100%; }

#clubfinder .key-item {
  margin-bottom: 5px;
  float: left;
  margin-right: 20px; }
  #clubfinder .key-item .text {
    display: inline-block; }
  #clubfinder .key-item .symbol {
    width: 30px;
    display: inline-block; }

#clubfinder #clubfinder-numresults {
  margin-top: 12px; }
  #clubfinder #clubfinder-numresults h2 {
    font-size: 2.2em;
    font-family: 'DIN Next W01 Regular';
    color: #6CA334; }

#clubfinder #clubfinder-results .row {
  width: 100%; }
  #clubfinder #clubfinder-results .row .glidingclub {
    width: 49%;
    margin: 1% 1% 1% 0;
    float: left;
    background: #E6E6E6; }
    #clubfinder #clubfinder-results .row .glidingclub:nth-child(2) {
      margin: 1% 0 1% 1%; }
    @media (max-width: 600px) {
      #clubfinder #clubfinder-results .row .glidingclub {
        width: 100%;
        margin: 1% 0 1% 0; }
        #clubfinder #clubfinder-results .row .glidingclub:nth-child(2) {
          margin: 1% 0 1% 0; } }
    #clubfinder #clubfinder-results .row .glidingclub h2 {
      font-size: 1.8em;
      font-family: 'DIN Next W01 Light';
      color: #fff;
      padding: 10px;
      background: #6CA334;
      margin: 0; }
    #clubfinder #clubfinder-results .row .glidingclub .gliding_contacts {
      padding: 10px;
      font-size: 1.6em;
      font-family: 'DIN Next W01 Light';
      color: #777779;
      height: 300px; }
      @media (max-width: 600px) {
        #clubfinder #clubfinder-results .row .glidingclub .gliding_contacts {
          height: auto; } }
      #clubfinder #clubfinder-results .row .glidingclub .gliding_contacts a {
        color: #777779; }
      #clubfinder #clubfinder-results .row .glidingclub .gliding_contacts .inner {
        display: none; }
      #clubfinder #clubfinder-results .row .glidingclub .gliding_contacts .club-info {
        float: left;
        width: 50%;
        padding-right: 5px; }
      #clubfinder #clubfinder-results .row .glidingclub .gliding_contacts .flight-info {
        float: right;
        width: 50%;
        border: 2px solid #fff;
        margin-top: 15px; }
        #clubfinder #clubfinder-results .row .glidingclub .gliding_contacts .flight-info img {
          width: 100%; }
    #clubfinder #clubfinder-results .row .glidingclub .clubcontrols {
      display: block;
      height: 40px;
      margin: 12px 0;
      text-decoration: none;
      line-height: 43px;
      font-size: 1.8em;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      z-index: 0;
      position: relative;
      margin-bottom: 0; }
      #clubfinder #clubfinder-results .row .glidingclub .clubcontrols:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: #8CC63F;
        z-index: -1;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
      #clubfinder #clubfinder-results .row .glidingclub .clubcontrols:after {
        content: '';
        position: absolute;
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        background: #6CA334;
        z-index: -1;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
      #clubfinder #clubfinder-results .row .glidingclub .clubcontrols:hover {
        cursor: pointer; }
        #clubfinder #clubfinder-results .row .glidingclub .clubcontrols:hover:after {
          width: 100%; }
      #clubfinder #clubfinder-results .row .glidingclub .clubcontrols a {
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #fff;
        display: block; }
    #clubfinder #clubfinder-results .row .glidingclub .voucherinfo {
      display: none; }

@media (max-width: 768px) {
  #clubfinder .col-50 {
    width: 100%;
    margin: 0; }
    #clubfinder .col-50 #google-map {
      display: none; } }

@media (max-width: 768px) {
  .key {
    display: none; } }

.clubfinder-info-window {
  background: #E6E6E6; }
  .clubfinder-info-window h1 {
    font-size: 1.4em;
    font-family: 'DIN Next W01 Light';
    color: #fff;
    padding: 10px;
    background: #6CA334;
    margin: 0; }
  .clubfinder-info-window address {
    padding: 10px;
    font-size: 1.2em;
    font-family: 'DIN Next W01 Light';
    color: #777779; }
  .clubfinder-info-window ul.contacts {
    list-style: none;
    padding: 0 10px;
    margin: 0; }
    .clubfinder-info-window ul.contacts a {
      color: #777779; }
  .clubfinder-info-window a.btn {
    z-index: 0;
    position: relative;
    font-size: 1.6em;
    margin-bottom: 0;
    border: none;
    background: none; }
    .clubfinder-info-window a.btn:hover {
      cursor: pointer; }
      .clubfinder-info-window a.btn:hover:after {
        width: 100%; }
    .clubfinder-info-window a.btn:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      background: #8CC63F;
      z-index: -1;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
    .clubfinder-info-window a.btn:after {
      content: '';
      position: absolute;
      width: 0;
      height: 100%;
      top: 0;
      left: 0;
      background: #6CA334;
      z-index: -1;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }

#clubfinder #zoom-in, #clubfinder #zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 0px;
  background-color: #6CA334;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../img/icon-controller.svg");
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-position: 50% 0; }
  .no-svg #clubfinder #zoom-in, .no-svg #clubfinder #zoom-out {
    background-image: url("../img/icon-controller.png"); }

#clubfinder #zoom-out {
  background-position: 50% -32px; }

.popup-container {
  z-index: 9999;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  transition: top 0.5s;
  overflow-y: auto; }
  .popup-container.open {
    top: 0; }
  .popup-container .pop-up-inner {
    z-index: 99999;
    position: absolute;
    width: 800px;
    height: 740px;
    background: #006837;
    padding: 20px;
    left: 50%;
    top: 50%;
    margin: -370px 0 0 -400px; }
    @media (max-width: 800px) {
      .popup-container .pop-up-inner {
        width: 100%;
        left: 0;
        margin: -205px 0 0 0; } }
    @media (max-width: 768px) {
      .popup-container .pop-up-inner {
        max-height: 98%;
        width: 98%;
        top: 1%;
        left: 1%;
        margin: 0; }
        .popup-container .pop-up-inner #clubcontactform {
          padding-right: 40px;
          height: 100%;
          overflow: scroll; } }
    .popup-container .pop-up-inner:before {
      content: '';
      display: block;
      width: 40px;
      height: 40px;
      background: url("../img/close.png") top left no-repeat;
      -webkit-background-size: 100%;
      background-size: 100%;
      position: absolute;
      top: -45px;
      right: 5px; }
      .popup-container .pop-up-inner:before:hover {
        cursor: pointer; }
      @media (max-width: 768px) {
        .popup-container .pop-up-inner:before {
          top: 10px; } }
    .popup-container .pop-up-inner h2 {
      margin: 0 0 10px;
      font-size: 2em;
      color: #fff;
      font-family: 'DIN Next W01 Regular';
      text-transform: uppercase; }
    .popup-container .pop-up-inner .form-container .gfield_contains_required .ginput_container_email:after {
      right: 6%; }
    .popup-container .pop-up-inner .gform_body li {
      margin: 10px 0; }
    .popup-container .pop-up-inner .gform_footer {
      margin-top: 0; }
    .popup-container .pop-up-inner .close {
      position: absolute;
      top: -45px;
      right: 5px;
      width: 40px;
      height: 40px; }
      .popup-container .pop-up-inner .close:hover {
        cursor: pointer; }
      @media (max-width: 768px) {
        .popup-container .pop-up-inner .close {
          top: 10px; } }

ul.alerts {
  position: relative;
  margin: 0 0 2em;
  padding: 0.25em 1em;
  background-color: #006837;
  color: #ffffff;
  list-style: none;
  font-size: 1.8em; }
  ul.alerts:after {
    position: absolute;
    right: 0;
    bottom: -15px;
    border-right: 15px solid #006837;
    border-bottom: 15px solid transparent;
    content: ""; }
  .page-template-page-subscription ul.alerts {
    background-color: #8CC63F; }
    .page-template-page-subscription ul.alerts:after {
      border-right-color: #8CC63F; }
  ul.alerts.alerts-error {
    background-color: #C72435; }
    ul.alerts.alerts-error:after {
      border-right-color: #C72435; }
    ul.alerts.alerts-error a {
      color: #FFF; }
  ul.alerts li {
    padding: 0.25em 0; }
    ul.alerts li a {
      color: #FFF;
      text-decoration: none;
      font-weight: bold; }
  ul.alerts .btn {
    display: inline-block;
    font-size: 14px;
    padding: 0 0.25em; }

a.gallery-load-more {
  display: block;
  height: 40px;
  text-decoration: none;
  line-height: 43px;
  font-size: 1.8em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: green;
  width: 200px;
  margin: 0 auto; }

#fullscreen-loader {
  display: block !important;
  content: ' ';
  position: fixed;
  width: 100%;
  height: 100%;
  background: #006837;
  top: 0;
  left: 0;
  z-index: 9999; }
  .no-js #fullscreen-loader {
    display: none; }
  #fullscreen-loader .loader-message {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 2em;
    top: 50%;
    margin-top: 100px; }

@-webkit-keyframes uil-default-anim {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes uil-default-anim {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  #fullscreen-loader .loader-spinner > div:nth-of-type(1) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
  #fullscreen-loader .loader-spinner {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px; }
  #fullscreen-loader .loader-spinner > div:nth-of-type(2) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.4166666666666667s;
    animation-delay: -0.4166666666666667s; }
  #fullscreen-loader .loader-spinner > div:nth-of-type(3) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.33333333333333337s;
    animation-delay: -0.33333333333333337s; }
  #fullscreen-loader .loader-spinner > div:nth-of-type(4) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s; }
  #fullscreen-loader .loader-spinner > div:nth-of-type(5) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.16666666666666669s;
    animation-delay: -0.16666666666666669s; }
  #fullscreen-loader .loader-spinner > div:nth-of-type(6) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.08333333333333331s;
    animation-delay: -0.08333333333333331s; }
  #fullscreen-loader .loader-spinner > div:nth-of-type(7) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  #fullscreen-loader .loader-spinner > div:nth-of-type(8) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.08333333333333337s;
    animation-delay: 0.08333333333333337s; }
  #fullscreen-loader .loader-spinner > div:nth-of-type(9) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.16666666666666663s;
    animation-delay: 0.16666666666666663s; }
  #fullscreen-loader .loader-spinner > div:nth-of-type(10) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s; }
  #fullscreen-loader .loader-spinner > div:nth-of-type(11) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.33333333333333337s;
    animation-delay: 0.33333333333333337s; }
  #fullscreen-loader .loader-spinner > div:nth-of-type(12) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.41666666666666663s;
    animation-delay: 0.41666666666666663s; }

.bgapopupcontainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999999;
  display: none; }

.lt-ie9 .bgapopupcontainer {
  background: #333333; }

.bgapopupcontainer .bgapopup {
  border: 5px solid #6CA334;
  background: #FFF;
  max-width: 800px;
  height: auto;
  margin: 0px auto;
  margin-top: 10%;
  position: relative;
  padding: 20px; }

.bgapopupcontainer .bgapopup.loading {
  background: url("../img/img/loader.gif") #FFF no-repeat center;
  background-size: 16px 16px; }

.bgapopupcontainer .bgapopup .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 2em;
  color: #FFF;
  background: #030965;
  cursor: pointer;
  margin-top: -5px;
  margin-right: -5px; }

.bgapopupcontainer .bgapopup .inner {
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: static; }

.bgapopupcontainer .inner .scroll {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: static; }

.touch .bgapopupcontainer .inner .scroll {
  overflow: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding: 10px;
  left: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

#re-order {
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #006837; }
  #re-order input {
    margin-right: 10px; }
  .search-results #re-order {
    font-size: 0.9em;
    margin-bottom: 3em; }

.issue-preview {
  background-color: #006837;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .issue-preview--image-only {
    width: 40%;
    margin-top: 40px;
    position: relative; }
    .issue-preview--image-only:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 1;
      visibility: hidden;
      transition: all 0.5s; }
    .issue-preview--image-only:hover {
      cursor: pointer; }
      .issue-preview--image-only:hover:before {
        opacity: 1;
        visibility: visible; }
    .issue-preview--image-only img {
      width: 100%;
      height: auto;
      display: block; }
    .issue-preview--image-only__overlay {
      width: 80px;
      height: 80px;
      background-color: rgba(108, 163, 52, 0.9);
      z-index: 2;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%; }
      .issue-preview--image-only__overlay:before {
        content: '';
        position: relative; }
  .issue-preview__image {
    width: 100%; }
    @media (min-width: 768px) {
      .issue-preview__image {
        width: 36%;
        float: left; } }
    .issue-preview__image img {
      width: 100%;
      display: block; }
  .issue-preview__text {
    background-color: #006837;
    color: #FFFFFF;
    width: 100%;
    padding: 20px; }
    @media (min-width: 768px) {
      .issue-preview__text {
        width: 64%;
        float: left;
        padding: 20px 40px; } }
    .issue-preview__text p {
      color: #FFFFFF;
      line-height: 1.4em;
      margin-top: 10px; }
    .issue-preview__text a.btn {
      width: 200px;
      margin-top: 30px; }
  .issue-preview--front .issue-preview__text p {
    color: #FFFFFF;
    line-height: 1.4em;
    margin-top: 10px;
    font-size: 1.6em; }
  .issue-preview--front .issue-preview__text a.btn {
    width: 180px;
    margin: 20px 0 0;
    font-size: 1.6em;
    height: 34px;
    line-height: 36px; }
  .issue-preview--account {
    margin-bottom: 40px; }
    .issue-preview--account .issue-preview__image {
      width: 45%; }
    .issue-preview--account .issue-preview__text {
      width: 55%;
      padding: 10px !important; }
      .issue-preview--account .issue-preview__text p {
        color: #FFFFFF;
        font-size: 1.4em;
        margin: 0; }
      .issue-preview--account .issue-preview__text a.btn {
        width: 180px;
        margin: 10px 0 0;
        font-size: 1.6em;
        height: 34px;
        line-height: 36px; }

.sample-issue {
  position: relative;
  margin-top: 60px; }
  .sample-issue:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s; }
  .sample-issue:hover, .sample-issue:focus {
    cursor: pointer; }
    .sample-issue:hover:before, .sample-issue:focus:before {
      opacity: 1;
      visibility: visible; }
  .sample-issue__heading {
    background-color: rgba(108, 163, 52, 0.9);
    color: #FFFFFF;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    text-transform: uppercase; }
  .sample-issue img {
    width: 100%;
    height: auto;
    display: block; }
  .sample-issue__overlay {
    width: 80px;
    height: 80px;
    background-color: rgba(108, 163, 52, 0.9);
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%; }
    .sample-issue__overlay .ui-search-icon {
      position: relative;
      width: 30px;
      height: 30px;
      border: 3px solid #FFFFFF;
      border-radius: 50%;
      margin: 22px; }
      .sample-issue__overlay .ui-search-icon:before {
        content: '';
        position: absolute;
        bottom: -9px;
        right: -4px;
        width: 3px;
        height: 15px;
        background: #FFFFFF;
        transform: rotate(-45deg); }

.issue-preview-lightbox {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  overflow-y: scroll;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  transition: top 0.5s; }
  .issue-preview-lightbox.open {
    top: 0; }
  .issue-preview-lightbox__close {
    background-image: url("../img/close.png");
    background-size: contain;
    position: fixed;
    z-index: 9;
    top: 10px;
    width: 30px;
    height: 30px;
    right: 30px;
    display: none;
    cursor: pointer; }
    .issue-preview-lightbox__close.open {
      display: block; }
  .issue-preview-lightbox__back {
    position: fixed !important;
    z-index: 9 !important;
    left: 30px;
    top: 0;
    width: 160px;
    height: 40px; }
  .issue-preview-lightbox__flickread {
    position: relative;
    width: 100%;
    padding-top: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; }
    .issue-preview-lightbox__flickread iframe {
      border: 0;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }

.issue-archive {
  display: block;
  clear: both;
  width: 100%;
  padding-top: 40px; }
  .issue-archive--body .top-con {
    border-bottom: 1px solid #6CA334; }
    .issue-archive--body .top-con h2 {
      font-size: 2.4em; }
  .issue-archive--body__list__item {
    display: block;
    width: calc(100% / 3);
    float: left;
    position: relative;
    border: 20px solid #FFFFFF; }
    .issue-archive--body__list__item:nth-of-type(1), .issue-archive--body__list__item:nth-of-type(4) {
      border-left: 0; }
    .issue-archive--body__list__item:nth-of-type(2), .issue-archive--body__list__item:nth-of-type(5) {
      border-left: 10px solid #FFFFFF;
      border-right: 10px solid #FFFFFF; }
    .issue-archive--body__list__item:nth-of-type(3), .issue-archive--body__list__item:nth-of-type(6) {
      border-right: 0; }
    .issue-archive--body__list__item__image {
      position: relative; }
      .issue-archive--body__list__item__image img {
        width: 100%;
        display: block; }
    .issue-archive--body__list__item__overlay {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      background: linear-gradient(0deg, black 0%, transparent 75%);
      transition: all 0.5s;
      overflow: hidden; }
      .issue-archive--body__list__item__overlay h3 {
        color: #FFFFFF;
        position: absolute;
        bottom: 20px;
        left: 20px;
        font-size: 1.8em;
        transition: bottom 0.5s; }
      .issue-archive--body__list__item__overlay button {
        position: absolute;
        bottom: -80px;
        left: 20px;
        background-color: #6CA334;
        color: #FFFFFF;
        border: 0;
        width: 200px;
        height: 40px;
        text-decoration: none;
        line-height: 43px;
        font-size: 1.8em;
        text-align: center;
        text-transform: uppercase;
        transition: bottom 0.5s; }
      .issue-archive--body__list__item__overlay:hover {
        cursor: pointer;
        background: rgba(0, 0, 0, 0.8); }
        .issue-archive--body__list__item__overlay:hover h3 {
          bottom: 60px; }
        .issue-archive--body__list__item__overlay:hover button {
          bottom: 20px; }

.body-wrap {
  padding-top: 20px; }
  .body-wrap .leaderboard-ad .eam-advert {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    border-bottom: 2px solid #E6E6E6;
    margin: 0 0 15px; }
    .body-wrap .leaderboard-ad .eam-advert h2 {
      text-align: center;
      line-height: 90px;
      margin: 0; }
    .body-wrap .leaderboard-ad .eam-advert img {
      vertical-align: middle;
      width: 100%;
      margin: 0 auto;
      display: block; }
  .body-wrap .left-con {
    float: left;
    width: 878px;
    margin-right: 12px;
    overflow: hidden; }
    @media (max-width: 1140px) {
      .body-wrap .left-con {
        width: 800px; } }
    @media (max-width: 1024px) {
      .body-wrap .left-con {
        width: 588px; } }
    @media (max-width: 768px) {
      .body-wrap .left-con {
        width: 100%; } }
    .body-wrap .left-con img {
      max-width: 100%;
      vertical-align: middle; }
    .body-wrap .left-con > *:first-child {
      margin-top: 0; }
  @media (max-width: 768px) {
    .body-wrap #single-post-container .close-single {
      margin-right: 2%; } }
  .body-wrap #single-post-container .left-con {
    margin-right: 262px; }
    @media (max-width: 1140px) {
      .body-wrap #single-post-container .left-con {
        margin-right: 224px; } }
    @media (max-width: 1024px) {
      .body-wrap #single-post-container .left-con {
        margin-right: 180px; } }
    @media (max-width: 768px) {
      .body-wrap #single-post-container .left-con {
        margin-right: 0;
        width: 98%; } }
  .body-wrap .sidebar {
    width: 250px;
    float: left; }
    @media (max-width: 1140px) {
      .body-wrap .sidebar {
        width: 212px; } }
    @media (max-width: 1024px) {
      .body-wrap .sidebar {
        width: 168px; } }
    @media (max-width: 768px) {
      .body-wrap .sidebar {
        width: 100%; } }
    .body-wrap .sidebar .btn:first-child {
      margin-top: 0; }
    .body-wrap .sidebar .latest-cover {
      width: 100%;
      height: 325px;
      overflow: hidden;
      position: relative;
      margin-bottom: 12px; }
      .body-wrap .sidebar .latest-cover img {
        height: 100%; }
      @media (max-width: 1140px) {
        .body-wrap .sidebar .latest-cover {
          height: 272px; } }
      @media (max-width: 1024px) {
        .body-wrap .sidebar .latest-cover {
          height: 215px; } }
      @media (max-width: 768px) {
        .body-wrap .sidebar .latest-cover {
          display: none; } }
      .body-wrap .sidebar .latest-cover .subscribe-issue {
        position: absolute !important;
        bottom: 0;
        width: 100%;
        margin: 0; }
        .body-wrap .sidebar .latest-cover .subscribe-issue:before {
          background: red; }
        .body-wrap .sidebar .latest-cover .subscribe-issue:after {
          background: darkred; }
    @media (max-width: 768px) {
      .body-wrap .sidebar .latest-buttons {
        padding: 16px 0;
        margin-top: 12px;
        position: relative;
        background: #E6E6E6; } }
    .body-wrap .sidebar .latest-buttons .btn {
      margin: 12px 0;
      z-index: 0;
      position: relative; }
      .body-wrap .sidebar .latest-buttons .btn:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: #8CC63F;
        z-index: -1;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
      .body-wrap .sidebar .latest-buttons .btn:after {
        content: '';
        position: absolute;
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        background: #6CA334;
        z-index: -1;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
      .body-wrap .sidebar .latest-buttons .btn:hover {
        cursor: pointer; }
        .body-wrap .sidebar .latest-buttons .btn:hover:after {
          width: 100%; }
      .body-wrap .sidebar .latest-buttons .btn:first-child {
        margin-top: 0; }
      @media (max-width: 1140px) {
        .body-wrap .sidebar .latest-buttons .btn {
          margin: 19px 0; } }
      @media (max-width: 1024px) {
        .body-wrap .sidebar .latest-buttons .btn {
          margin: 6px 0;
          height: 30px;
          line-height: 33px;
          font-size: 1.4em; } }
      @media (max-width: 768px) {
        .body-wrap .sidebar .latest-buttons .btn {
          height: 40px;
          line-height: 43px;
          margin: 15px; }
          .body-wrap .sidebar .latest-buttons .btn:last-child {
            margin-bottom: 0; } }
    .body-wrap .sidebar .three-sqr-ad .sqr-side-ad {
      position: relative;
      overflow: hidden;
      margin-bottom: 1.5em;
      width: 100%;
      height: 250px;
      display: block;
      background: #E6E6E6; }
      .body-wrap .sidebar .three-sqr-ad .sqr-side-ad img {
        width: 100%;
        vertical-align: middle; }
      .body-wrap .sidebar .three-sqr-ad .sqr-side-ad:first-child h2 {
        margin-top: 0; }
      .body-wrap .sidebar .three-sqr-ad .sqr-side-ad h2 {
        text-align: center;
        font-size: 1.4em;
        line-height: 250px;
        color: #777779;
        text-transform: uppercase; }
        @media (max-width: 1140px) {
          .body-wrap .sidebar .three-sqr-ad .sqr-side-ad h2 {
            line-height: 212px; } }
        @media (max-width: 1024px) {
          .body-wrap .sidebar .three-sqr-ad .sqr-side-ad h2 {
            line-height: 168px; } }
      @media (max-width: 1140px) {
        .body-wrap .sidebar .three-sqr-ad .sqr-side-ad {
          width: 212px;
          height: 212px; } }
      @media (max-width: 1024px) {
        .body-wrap .sidebar .three-sqr-ad .sqr-side-ad {
          width: 168px;
          height: 168px; } }
      @media (max-width: 768px) {
        .body-wrap .sidebar .three-sqr-ad .sqr-side-ad {
          float: left;
          width: 30.333%;
          margin-left: 4.5%;
          height: auto; }
          .body-wrap .sidebar .three-sqr-ad .sqr-side-ad:first-child {
            margin-left: 0; } }
      @media (max-width: 480px) {
        .body-wrap .sidebar .three-sqr-ad .sqr-side-ad {
          width: 250px;
          height: 250px;
          margin: 20px auto;
          float: none; }
          .body-wrap .sidebar .three-sqr-ad .sqr-side-ad:first-child {
            margin-left: auto; } }
    @media (max-width: 768px) {
      .body-wrap .sidebar .three-sqr-ad {
        margin: 60px 2%;
        width: 96%; } }
  .body-wrap .select-slider-box {
    width: 100%;
    margin: 70px 0;
    position: relative;
    padding-top: 45px;
    border-top: 1px solid #E6E6E6; }
    @media (max-width: 768px) {
      .body-wrap .select-slider-box {
        padding-top: 30px; } }
    .body-wrap .select-slider-box .header-section {
      height: 30px;
      margin: 0 0 55px; }
      @media (max-width: 768px) {
        .body-wrap .select-slider-box .header-section {
          height: auto;
          margin: 0 0 10px; } }
      @media (max-width: 480px) {
        .body-wrap .select-slider-box .header-section {
          margin: 0 0 20px; } }
      .body-wrap .select-slider-box .header-section .dk-button {
        width: 110px;
        height: 30px;
        display: block;
        background: #006837;
        color: #fff;
        font-size: 1.4em;
        text-align: center;
        text-transform: uppercase;
        line-height: 32px;
        position: relative;
        margin: 0 0 0 18%; }
        @media (max-width: 1024px) {
          .body-wrap .select-slider-box .header-section .dk-button {
            margin: 0 0 0 23%; } }
        @media (max-width: 768px) {
          .body-wrap .select-slider-box .header-section .dk-button {
            height: 40px;
            margin: 0;
            line-height: 42px; } }
        .body-wrap .select-slider-box .header-section .dk-button:after {
          content: '';
          width: 10px;
          height: 10px;
          position: absolute;
          right: 0;
          bottom: -10px;
          border: 5px solid transparent;
          border-right: 5px solid #006837;
          border-top: 5px solid #006837; }
    .body-wrap .select-slider-box .bx-pager {
      width: 18%;
      float: left;
      padding-right: 2%; }
      @media (max-width: 1024px) {
        .body-wrap .select-slider-box .bx-pager {
          width: 20%; } }
      @media (max-width: 768px) {
        .body-wrap .select-slider-box .bx-pager {
          position: relative;
          margin-left: 0;
          padding-right: 0;
          width: 100%;
          height: 40px;
          overflow: hidden;
          z-index: 3;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          transition: all 0.5s; }
          .body-wrap .select-slider-box .bx-pager:hover {
            cursor: pointer; } }
      .body-wrap .select-slider-box .bx-pager a {
        text-decoration: none; }
        @media (max-width: 768px) {
          .body-wrap .select-slider-box .bx-pager a {
            text-decoration: none;
            float: left;
            line-height: 43px;
            width: 49%;
            margin-right: 1%; }
            .body-wrap .select-slider-box .bx-pager a:nth-child(2) {
              margin-left: 1%;
              margin-right: 0; }
              .body-wrap .select-slider-box .bx-pager a:nth-child(2) .btn {
                margin-bottom: 12px;
                font-size: 1.4em; }
                .body-wrap .select-slider-box .bx-pager a:nth-child(2) .btn:before {
                  background-color: #777779; }
                .body-wrap .select-slider-box .bx-pager a:nth-child(2) .btn:after {
                  background-color: #8CC63F; }
                .body-wrap .select-slider-box .bx-pager a:nth-child(2) .btn p {
                  margin: 0; } }
        .body-wrap .select-slider-box .bx-pager a .btn {
          margin-bottom: 12px;
          font-size: 1.4em; }
          .body-wrap .select-slider-box .bx-pager a .btn:before {
            background-color: #777779; }
          .body-wrap .select-slider-box .bx-pager a .btn:after {
            background-color: #8CC63F; }
          .body-wrap .select-slider-box .bx-pager a .btn:first-child {
            line-height: 43px; }
          .body-wrap .select-slider-box .bx-pager a .btn p {
            margin: 0; }
        .body-wrap .select-slider-box .bx-pager a.active .btn:before {
          background-color: #8CC63F; }
          @media (max-width: 768px) {
            .body-wrap .select-slider-box .bx-pager a.active .btn:before {
              background-color: #777779; } }
        @media (max-width: 768px) {
          .body-wrap .select-slider-box .bx-pager a:first-child .btn:before {
            background-color: #8CC63F; } }
    .body-wrap .select-slider-box .right-box {
      width: 82%;
      float: right;
      padding-left: 3%;
      border-left: 1px solid #E6E6E6;
      margin-left: -1px; }
      @media (max-width: 1024px) {
        .body-wrap .select-slider-box .right-box {
          width: 80%; } }
      @media (max-width: 768px) {
        .body-wrap .select-slider-box .right-box {
          width: 100%;
          padding-right: 10px;
          border-left: none;
          margin-left: 0;
          margin-top: 30px; } }
      .body-wrap .select-slider-box .right-box .bx-controls {
        display: none; }
      .body-wrap .select-slider-box .right-box ul {
        margin: 0;
        padding: 0; }
        .body-wrap .select-slider-box .right-box ul li {
          list-style: none; }
      .body-wrap .select-slider-box .right-box .text-con {
        width: 65%;
        float: left; }
        @media (max-width: 1024px) {
          .body-wrap .select-slider-box .right-box .text-con {
            width: 100%; } }
        .body-wrap .select-slider-box .right-box .text-con h4 {
          font-family: 'DIN Next W01 Bold';
          font-size: 2em;
          color: #6CA334;
          margin: 0 0 5px;
          text-transform: uppercase; }
        .body-wrap .select-slider-box .right-box .text-con h3 {
          font-family: 'DIN Next W01 Regular';
          font-size: 1.8em;
          color: #777779;
          margin: 0; }
        .body-wrap .select-slider-box .right-box .text-con p {
          font-family: 'DIN Next W01 Light';
          font-size: 1.8em;
          color: #777779;
          margin-bottom: 0; }
          @media (max-width: 1024px) {
            .body-wrap .select-slider-box .right-box .text-con p {
              margin-bottom: 10px; } }
      .body-wrap .select-slider-box .right-box .image-con {
        width: 230px;
        height: 230px;
        border-radius: 50%;
        overflow: hidden;
        float: right; }
        @media (max-width: 1140px) {
          .body-wrap .select-slider-box .right-box .image-con {
            width: 200px;
            height: 200px; } }
        @media (max-width: 1024px) {
          .body-wrap .select-slider-box .right-box .image-con {
            display: none; } }
        .body-wrap .select-slider-box .right-box .image-con img {
          height: 100%;
          width: auto; }
  .body-wrap .best-of-box {
    width: 100%;
    background: #E6E6E6;
    margin-top: 55px; }
    .body-wrap .best-of-box h2 {
      text-align: center;
      font-family: 'DIN Next W01 Bold';
      font-size: 3.4em;
      color: #6CA334;
      text-transform: uppercase;
      width: 98%;
      margin: 0 1% 20px;
      padding: 15px 0 10px;
      border-bottom: 1px solid #777779; }
    .body-wrap .best-of-box .cover-box {
      width: 540px;
      margin: 0 169px; }
      @media (max-width: 1140px) {
        .body-wrap .best-of-box .cover-box {
          margin: 0 130px; } }
      @media (max-width: 1024px) {
        .body-wrap .best-of-box .cover-box {
          margin: 0 24px; } }
      @media (max-width: 768px) {
        .body-wrap .best-of-box .cover-box {
          width: 96%;
          margin: 0 2%; } }
      .body-wrap .best-of-box .cover-box .cover-con {
        float: left;
        width: 150px;
        margin-left: 45px; }
        @media (max-width: 768px) {
          .body-wrap .best-of-box .cover-box .cover-con {
            width: 100%;
            margin: 0; }
            .body-wrap .best-of-box .cover-box .cover-con .btn {
              line-height: 1em;
              padding: 6px; } }
        .body-wrap .best-of-box .cover-box .cover-con:first-child {
          margin-left: 0; }
        .body-wrap .best-of-box .cover-box .cover-con .image-con {
          width: 150px;
          height: 192px;
          overflow: hidden; }
          @media (max-width: 768px) {
            .body-wrap .best-of-box .cover-box .cover-con .image-con {
              display: none; } }
        .body-wrap .best-of-box .cover-box .cover-con .btn {
          font-size: 1.4em;
          margin: 10px 0 20px; }
          @media (max-width: 768px) {
            .body-wrap .best-of-box .cover-box .cover-con .btn {
              margin: 0 0 20px;
              line-height: 2em;
              padding: 12px 0;
              height: 50px; } }
  .body-wrap .image-ini-con {
    float: right;
    width: 200px;
    margin-top: 30px; }
    @media (max-width: 768px) {
      .body-wrap .image-ini-con {
        display: none; } }
  .body-wrap .ini-buttons {
    width: 100%;
    float: left;
    position: absolute;
    bottom: -64px; }
    @media (max-width: 1024px) {
      .body-wrap .ini-buttons {
        bottom: -50px; } }
    .body-wrap .ini-buttons a {
      width: 200px;
      margin-right: 12px;
      float: left; }
      .body-wrap .ini-buttons a.dark-hover:before {
        background: #006837 !important; }
      @media (max-width: 1140px) {
        .body-wrap .ini-buttons a {
          width: 185px; } }
      @media (max-width: 1024px) {
        .body-wrap .ini-buttons a {
          width: 49%;
          margin: 0;
          margin-right: 1%; }
          .body-wrap .ini-buttons a:nth-child(2) {
            margin-left: 1%;
            margin-right: 0; } }
      @media (max-width: 480px) {
        .body-wrap .ini-buttons a {
          margin: 10px 0;
          width: 100%; }
          .body-wrap .ini-buttons a:nth-child(2) {
            margin: 0 0 10px; } }
    @media (max-width: 480px) {
      .body-wrap .ini-buttons {
        bottom: -110px; } }
  .body-wrap .ini-con {
    float: left;
    width: 35%;
    padding-right: 24px; }
    @media (max-width: 1024px) {
      .body-wrap .ini-con {
        width: 100%;
        float: none;
        padding-right: 0; } }
    .body-wrap .ini-con .home-in-issue {
      width: 650px;
      float: left; }
      @media (max-width: 1140px) {
        .body-wrap .ini-con .home-in-issue {
          width: 584px; } }
      @media (max-width: 1024px) {
        .body-wrap .ini-con .home-in-issue {
          width: 100%; } }
      .body-wrap .ini-con .home-in-issue h2 {
        font-family: 'DIN Next W01 Bold';
        font-size: 3.4em;
        color: #8CC63F;
        margin: 0 0 10px;
        text-transform: uppercase;
        padding: 0 0 10px; }
      .body-wrap .ini-con .home-in-issue .ini-block {
        min-height: 40px;
        margin-bottom: 20px; }
        .body-wrap .ini-con .home-in-issue .ini-block .box-title {
          display: block;
          height: 40px;
          width: 115px;
          line-height: 43px;
          text-align: center;
          background: #777779;
          color: #fff;
          font-size: 1.4em;
          text-transform: uppercase;
          position: relative;
          float: left; }
          @media (max-width: 1024px) {
            .body-wrap .ini-con .home-in-issue .ini-block .box-title {
              width: 20%;
              margin-right: 5%; } }
          @media (max-width: 480px) {
            .body-wrap .ini-con .home-in-issue .ini-block .box-title {
              font-size: 1.3em; } }
          .body-wrap .ini-con .home-in-issue .ini-block .box-title:after {
            content: '';
            display: block;
            position: absolute;
            width: 40px;
            height: 40px;
            right: -40px;
            top: 0;
            border: 20px solid transparent;
            border-left: 20px solid #777779; }
        .body-wrap .ini-con .home-in-issue .ini-block p {
          float: left;
          margin: 0 0 0 40px;
          width: 495px; }
          @media (max-width: 1140px) {
            .body-wrap .ini-con .home-in-issue .ini-block p {
              width: 420px; } }
          @media (max-width: 1024px) {
            .body-wrap .ini-con .home-in-issue .ini-block p {
              width: 70%;
              margin: 0 0 0 5%; } }
      .body-wrap .ini-con .home-in-issue p {
        color: #777779;
        font-size: 1.6em; }
    .body-wrap .ini-con .image-ini-con {
      width: 216px;
      float: right; }
      @media (max-width: 1024px) {
        .body-wrap .ini-con .image-ini-con {
          display: none; } }
  .body-wrap .home-thumbnails {
    border-top: 1px solid #E6E6E6;
    margin-top: 40px;
    padding: 70px 0 0;
    height: 395px;
    position: relative; }
    @media (max-width: 1024px) {
      .body-wrap .home-thumbnails {
        height: 310px; } }
    @media (max-width: 768px) {
      .body-wrap .home-thumbnails {
        height: 355px;
        background: #e6e6e6;
        padding: 10px 0 0; } }
    @media (max-width: 480px) {
      .body-wrap .home-thumbnails {
        height: auto; } }
    .body-wrap .home-thumbnails .ini-buttons {
      bottom: 0; }
      .body-wrap .home-thumbnails .ini-buttons a {
        width: 430px;
        margin-left: 5px; }
      @media (max-width: 768px) {
        .body-wrap .home-thumbnails .ini-buttons {
          bottom: 10px; }
          .body-wrap .home-thumbnails .ini-buttons a {
            left: 50%;
            width: 50%;
            margin: 0 auto 0 -25%; } }
      @media (max-width: 480px) {
        .body-wrap .home-thumbnails .ini-buttons {
          position: static;
          float: none; }
          .body-wrap .home-thumbnails .ini-buttons a {
            width: 100%;
            left: 0;
            float: none;
            margin: 10px 0 0; } }
    .body-wrap .home-thumbnails:before, .body-wrap .home-thumbnails:after {
      content: '';
      display: block;
      position: absolute;
      height: 100%;
      width: 20px;
      top: 0; }
    .body-wrap .home-thumbnails:before {
      left: 0; }
    .body-wrap .home-thumbnails:after {
      right: 0; }
    .body-wrap .home-thumbnails h2 {
      position: absolute;
      top: 40px;
      left: 5px;
      font-family: 'DIN Next W01 Bold';
      font-size: 3.4em;
      color: #6CA334;
      margin: 0 0 10px;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        .body-wrap .home-thumbnails h2 {
          top: 15px; } }
    .body-wrap .home-thumbnails .scroller-con {
      height: 200px; }
      @media (max-width: 1024px) {
        .body-wrap .home-thumbnails .scroller-con {
          height: 130px; } }
      @media (max-width: 768px) {
        .body-wrap .home-thumbnails .scroller-con {
          height: 230px; } }
      @media (max-width: 480px) {
        .body-wrap .home-thumbnails .scroller-con {
          height: auto; } }
      .body-wrap .home-thumbnails .scroller-con .scroller {
        margin-top: 50px;
        height: 100%; }
        .body-wrap .home-thumbnails .scroller-con .scroller a {
          display: block;
          width: 230px;
          height: 230px;
          padding: 0 5px;
          float: left; }
          @media (max-width: 768px) {
            .body-wrap .home-thumbnails .scroller-con .scroller a img {
              margin: 0 auto; } }
        .body-wrap .home-thumbnails .scroller-con .scroller .slick-track a {
          height: auto; }

.pager-tabs a {
  margin: 0 5px 0 0;
  text-indent: -999px;
  display: block;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #8CC63F;
  float: left; }
  .pager-tabs a.active {
    background: #8CC63F; }
  .pager-tabs a:only-child {
    display: none; }
  .pager-tabs a .tab-selector {
    width: 15px;
    height: 15px; }

.right-box .bx-viewport {
  height: auto !important; }

button.slick-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  text-indent: -9999px;
  z-index: 99;
  border: none;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 480px) {
    button.slick-arrow {
      top: 50%;
      height: 65px;
      margin-top: -33px; } }
  button.slick-arrow.slick-next {
    right: 0;
    background: url("../img/slider-r.png") no-repeat;
    background-position: 120% center;
    background-size: auto 65px; }
    button.slick-arrow.slick-next:hover {
      background-position: 98% center; }
    @media (max-width: 1024px) {
      button.slick-arrow.slick-next {
        background-position: 98% center; } }
  button.slick-arrow.slick-prev {
    left: 0;
    background: url("../img/slider-l.png") no-repeat;
    background-position: -20% center;
    background-size: auto 65px; }
    button.slick-arrow.slick-prev:hover {
      background-position: 2% center; }
    @media (max-width: 1024px) {
      button.slick-arrow.slick-prev {
        background-position: 2% center; } }

.welcome h1 {
  font-size: 3.4em;
  text-transform: uppercase;
  margin: 12px 0 38px;
  font-family: 'DIN Next W01 Bold';
  color: #6CA334; }
  @media (max-width: 1024px) {
    .welcome h1 {
      margin: 12px 0 12px; } }

.account-left {
  width: 195px;
  float: left;
  padding-right: 25px; }
  .account-left .subscription-detail {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #CCC; }
    .account-left .subscription-detail p strong {
      font-weight: bold;
      font-size: 1.2em; }
  @media (max-width: 1024px) {
    .account-left {
      width: 100%;
      padding: 12px;
      background: #E6E6E6; }
      .account-left img {
        float: left;
        width: 34%;
        margin-right: 1%; }
      .account-left .details {
        float: right;
        width: 64%;
        margin-left: 1%; }
        .account-left .details .btn {
          width: 160px; } }
  .account-left b {
    font-size: 1.4em;
    text-transform: uppercase;
    font-family: 'DIN Next W01 Bold';
    color: #777779; }
  .account-left p {
    font-size: 1.4em;
    font-family: 'DIN Next W01 Light';
    color: #777779;
    margin: 0 0 5px; }
  .account-left .btn {
    margin: 12px 0;
    font-size: 1.4em; }
    .account-left .btn.btn-renewal:before {
      background-color: #006837; }
  .account-left hr {
    margin: 1.5em 0; }

.account-right {
  width: 679px;
  float: left;
  padding: 0 25px;
  border-left: 1px solid #E6E6E6; }
  @media (max-width: 1140px) {
    .account-right {
      width: 604px; } }
  @media (max-width: 1024px) {
    .account-right {
      width: 100%;
      border-left: none;
      padding: 12px;
      margin-top: 12px; } }
  .account-right .issue-preview__text {
    padding: 0 20px; }

.account-left h3, .account-right h3 {
  color: #8CC63F;
  text-transform: uppercase;
  font-size: 1.8em;
  margin: 0 0 10px;
  font-family: 'DIN Next W01 Light'; }

.subscription-pop-up * {
  -webkit-transition: all 0s !important;
  -moz-transition: all 0s !important;
  transition: all 0s !important; }

.subscription-pop-up #sub-pop-trig {
  -webkit-transition: all 0s !important;
  -moz-transition: all 0s !important;
  transition: all 0s !important; }
  .subscription-pop-up #sub-pop-trig:after, .subscription-pop-up #sub-pop-trig:before {
    -webkit-transition: all 0s !important;
    -moz-transition: all 0s !important;
    transition: all 0s !important; }

.subscription-pop-up .popup {
  top: -100%;
  display: block;
  padding: 20px;
  position: absolute;
  -webkit-transition: top 0.5s !important;
  -moz-transition: top 0.5s !important;
  transition: top 0.5s !important; }

.subscription-pop-up .popup {
  z-index: 10001;
  top: -100%;
  left: 50%;
  width: 500px;
  height: 300px;
  margin: -150px 0 0 -250px;
  background: #006837;
  opacity: 0;
  -webkit-transition: top 0.5s !important;
  -moz-transition: top 0.5s !important;
  transition: top 0.5s !important; }
  .subscription-pop-up .popup.text h2, .subscription-pop-up .popup.text p {
    color: #fff !important; }
    .subscription-pop-up .popup.text h2 a, .subscription-pop-up .popup.text p a {
      color: #fff !important; }

.subscription-pop-up.open {
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8); }
  .subscription-pop-up.open .popup-close {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-indent: -9999px;
    height: 100%;
    cursor: pointer; }
    .subscription-pop-up.open .popup-close:before {
      display: none; }
    .subscription-pop-up.open .popup-close:after {
      content: '';
      background: url("../img/close.png") no-repeat;
      background-size: 40px 40px;
      width: 40px;
      height: 40px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -200px 0 0 200px; }
  .subscription-pop-up.open .popup {
    top: 50%;
    opacity: 1; }

.disabled .gfield_description {
  font-size: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #666; }

.page-account .form-container .diff-add .gfield_checkbox li label {
  color: #666; }

#field_1_29 {
  clear: both; }

#field_1_30 {
  clear: both; }

.form-header {
  background-color: #8CC63F;
  width: 100%;
  height: 160px;
  position: relative;
  padding: 18px 0; }
  .form-header:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 160px;
    border: 80px solid transparent;
    border-bottom: 80px solid #006837;
    border-right: 80px solid #006837; }
    @media (max-width: 1330px) {
      .form-header:after {
        display: none; } }
  .form-header h2 {
    width: 100%;
    text-align: center;
    font-family: 'DIN Next W01 Light';
    font-size: 1.4em;
    color: #fff;
    margin: 0 0 12px; }
    @media (max-width: 480px) {
      .form-header h2 {
        font-size: 1.2em; } }
    .form-header h2 a {
      color: #fff;
      text-decoration: none; }
  .form-header .logo {
    height: 95px;
    display: block;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .form-header .logo {
        height: 70px; } }

.page-readers-photos .form-container .g-recaptcha {
  float: none;
  display: block;
  width: 100%; }

.form-container .gform_confirmation_message {
  width: 100%;
  color: #fff;
  font-size: 1.8em;
  text-align: center;
  font-family: 'DIN Next W01 Light'; }

.form-container .g-recaptcha {
  float: left; }

.form-container ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.form-container .form-seperate {
  width: 100%;
  clear: both;
  height: 50px; }

.form-container label {
  font-size: 1.4em;
  text-transform: uppercase;
  font-family: 'DIN Next W01 Bold';
  color: #777779;
  display: block;
  margin: 10px 0; }

.form-container select {
  background: #fff;
  height: 33px;
  border: 1px solid #777779;
  border-radius: 0;
  border-top: 2px solid #8CC63F;
  font-size: 1.6em;
  margin-bottom: 15px;
  -webkit-appearance: none;
  width: 78px;
  padding: 0 8px;
  line-height: 28px;
  color: #777779; }

.form-container input {
  height: 33px;
  border: 1px solid #777779;
  border-top: 2px solid #8CC63F;
  width: 100%;
  font-size: 1.6em;
  font-family: 'DIN Next W01 Regular';
  color: #777779;
  padding: 3px 8px 0; }
  .form-container input::-webkit-input-placeholder, .form-container input:-moz-placeholder, .form-container input::-moz-placeholder, .form-container input:-ms-input-placeholder {
    color: #E6E6E6; }

.form-container .gform_hidden {
  display: none; }

.form-container textarea {
  width: 100% !important;
  height: 228px !important;
  border: 1px solid #777779;
  border-top: 2px solid #8CC63F;
  font-size: 1.6em;
  padding: 8px 8px 0;
  font-family: 'DIN Next W01 Regular';
  color: #777779; }
  .form-container textarea::-webkit-input-placeholder, .form-container textarea:-moz-placeholder, .form-container textarea::-moz-placeholder, .form-container textarea:-ms-input-placeholder {
    color: #E6E6E6; }

.form-container .gfield_checkbox {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 300px;
  height: 90px;
  margin-bottom: 20px; }

.form-container .gfield_total {
  width: 100%;
  display: block;
  float: left; }

.form-container .diff-add {
  margin-top: 15px; }
  .form-container .diff-add .gfield_checkbox, .form-container .diff-add .gfield_radio {
    width: 90%;
    height: 45px; }
    .form-container .diff-add .gfield_checkbox li, .form-container .diff-add .gfield_radio li {
      width: 100%;
      line-height: 22px; }
      .form-container .diff-add .gfield_checkbox li label, .form-container .diff-add .gfield_radio li label {
        color: #fff;
        padding: 0 0 0 30px; }
  .form-container .diff-add .validation_message {
    float: left; }

.form-container .gfield_checkbox li, .form-container .gfield_radio li {
  width: 150px;
  margin: 5px 0;
  float: left; }
  .form-container .gfield_checkbox li label, .form-container .gfield_radio li label {
    font-size: 1.4em;
    font-family: 'DIN Next W01 Light';
    color: #777779;
    line-height: 20px;
    position: relative; }
    .form-container .gfield_checkbox li label:before, .form-container .gfield_radio li label:before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      position: absolute;
      left: 0;
      top: -3px;
      border-radius: 50%;
      border: 2px solid #E6E6E6;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear; }
  .form-container .gfield_checkbox li input[type="checkbox"], .form-container .gfield_checkbox li input[type="radio"], .form-container .gfield_radio li input[type="checkbox"], .form-container .gfield_radio li input[type="radio"] {
    display: none; }
    .form-container .gfield_checkbox li input[type="checkbox"]:checked + label:before, .form-container .gfield_checkbox li input[type="radio"]:checked + label:before, .form-container .gfield_radio li input[type="checkbox"]:checked + label:before, .form-container .gfield_radio li input[type="radio"]:checked + label:before {
      content: "\2713";
      font-size: 0.9em;
      line-height: 20px;
      color: #fff;
      background: #8CC63F;
      border-color: #8CC63F;
      text-align: center; }

.form-container .gfield_price .ginput_container span {
  color: #fff;
  font-size: 3em; }

.form-container li#field_1_28 {
  margin-top: 130px; }

.form-container .half-input {
  width: 48%;
  float: left;
  margin: 0 2% 15px 0; }
  @media (max-width: 480px) {
    .form-container .half-input {
      width: 100%;
      margin: 10px 0; }
      .form-container .half-input.gfield_contains_required .ginput_container:after {
        right: 2.5%; } }

.form-container .full-input {
  width: 98%;
  margin: 0 2% 15px 0;
  float: left; }
  @media (max-width: 480px) {
    .form-container .full-input {
      width: 100%;
      margin: 10px 0; } }

.form-container .gfield_contains_required .ginput_container {
  position: relative; }
  .form-container .gfield_contains_required .ginput_container:after {
    content: '*';
    display: block;
    position: absolute;
    right: 6%;
    top: 7px;
    font-size: 1.4em;
    color: #8CC63F;
    pointer-events: none; }

.form-container .gfield_contains_required .ginput_container_email:after {
  right: 2.5%; }

.form-container .gfield_contains_required .ginput_container_select:after {
  left: 35px;
  right: auto; }

.form-container .gform_footer, .form-container .submit {
  z-index: 0;
  position: relative;
  width: 200px;
  margin: 0 auto;
  height: 45px; }
  .form-container .gform_footer:before, .form-container .submit:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #8CC63F;
    z-index: -1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
  .form-container .gform_footer:after, .form-container .submit:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #6CA334;
    z-index: -1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
  .form-container .gform_footer:hover, .form-container .submit:hover {
    cursor: pointer; }
    .form-container .gform_footer:hover:after, .form-container .submit:hover:after {
      width: 100%; }
  .form-container .gform_footer input[type="submit"], .form-container .submit input[type="submit"] {
    background: none;
    border: none;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    height: 45px;
    font-size: 1.8em; }

.form-container .gform_footer {
  margin-top: 2em; }

.form-container .submit {
  margin-top: 20px; }

.form-container .gfield_error input, .form-container .gfield_error textarea {
  border-top: 2px solid red !important; }

.form-container .gfield_error.gfield_contains_required .ginput_container {
  position: relative; }
  .form-container .gfield_error.gfield_contains_required .ginput_container:after {
    color: red; }

.form-container .gfield_error .validation_message {
  width: 100%;
  padding: 4px 0;
  font-size: 1.2em;
  text-align: center;
  background: #E6E6E6;
  color: #777779; }

.form-container .gfield_error.small-input .validation_message {
  width: 180px; }

.form-container .validation_error {
  display: block;
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
  border: 2px solid;
  background: #C72435; }

.form-container h3 {
  color: #8CC63F;
  text-transform: uppercase;
  font-size: 1.8em;
  margin: 0 0 10px;
  font-family: 'DIN Next W01 Light'; }

.form-wrapper {
  width: 100%;
  margin: 0;
  background: #006837; }
  .form-wrapper .form-container, .form-wrapper .form-top {
    width: 768px;
    margin: 0 auto; }
    @media (max-width: 1140px) {
      .form-wrapper .form-container, .form-wrapper .form-top {
        width: 768px; } }
    @media (max-width: 1024px) {
      .form-wrapper .form-container, .form-wrapper .form-top {
        width: 768px; } }
    @media (max-width: 768px) {
      .form-wrapper .form-container, .form-wrapper .form-top {
        width: 98%;
        margin: 0 1%; } }
    .form-wrapper .form-container label, .form-wrapper .form-top label {
      color: #fff;
      font-family: 'DIN Next W01 Regular'; }
    .form-wrapper .form-container .full-input, .form-wrapper .form-top .full-input {
      width: 100%;
      margin-right: 0; }
      .form-wrapper .form-container .full-input input, .form-wrapper .form-top .full-input input {
        border: none;
        border-top: 2px solid #8CC63F; }
    .form-wrapper .form-container .small-input, .form-wrapper .form-top .small-input {
      margin: 0 4% 15px 0; }
      .form-wrapper .form-container .small-input .ginput_container, .form-wrapper .form-top .small-input .ginput_container {
        width: 180px; }
        .form-wrapper .form-container .small-input .ginput_container input, .form-wrapper .form-top .small-input .ginput_container input {
          border: none;
          border-top: 2px solid #8CC63F; }
    .form-wrapper .form-container .gfield_contains_required .ginput_container:after, .form-wrapper .form-top .gfield_contains_required .ginput_container:after {
      right: 10px; }
    .form-wrapper .form-container h3, .form-wrapper .form-top h3 {
      color: #8CC63F;
      text-transform: uppercase;
      font-size: 1.8em;
      margin: 0 0 10px;
      font-family: 'DIN Next W01 Light'; }
    .form-wrapper .form-container .address-left, .form-wrapper .form-container .address-right, .form-wrapper .form-top .address-left, .form-wrapper .form-top .address-right {
      float: left;
      width: 40%;
      margin-right: 10%; }
      .form-wrapper .form-container .address-left p, .form-wrapper .form-container .address-right p, .form-wrapper .form-top .address-left p, .form-wrapper .form-top .address-right p {
        color: #fff;
        font-family: 'DIN Next W01 Light';
        font-size: 1.4em;
        margin: 0; }
      .form-wrapper .form-container .address-left .btn, .form-wrapper .form-container .address-right .btn, .form-wrapper .form-top .address-left .btn, .form-wrapper .form-top .address-right .btn {
        margin-top: 30px;
        width: 180px; }
        @media (max-width: 768px) {
          .form-wrapper .form-container .address-left .btn, .form-wrapper .form-container .address-right .btn, .form-wrapper .form-top .address-left .btn, .form-wrapper .form-top .address-right .btn {
            width: 100%; } }
  .form-wrapper .form-top {
    padding: 25px 0 15px;
    margin-bottom: 12px; }
    .form-wrapper .form-top h1 {
      margin: 10px 0;
      font-size: 2.2em;
      font-family: 'DIN Next W01 Bold';
      text-transform: uppercase;
      color: #8CC63F; }

.page-subscription .thanks.text, .page-subscription-2 .thanks.text, .page-thanks .thanks.text {
  width: 50%;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center; }
  .page-subscription .thanks.text a, .page-subscription-2 .thanks.text a, .page-thanks .thanks.text a {
    color: #FFF; }
  .page-subscription .thanks.text h1, .page-subscription .thanks.text p, .page-subscription-2 .thanks.text h1, .page-subscription-2 .thanks.text p, .page-thanks .thanks.text h1, .page-thanks .thanks.text p {
    color: #fff !important; }
  .page-subscription .thanks.text .btn, .page-subscription-2 .thanks.text .btn, .page-thanks .thanks.text .btn {
    width: 320px;
    margin: 20px auto;
    display: block; }
  @media (max-width: 800px) {
    .page-subscription .thanks.text, .page-subscription-2 .thanks.text, .page-thanks .thanks.text {
      width: 320px; } }

.page-subscription .header-wrap, .page-subscription-2 .header-wrap, .page-thanks .header-wrap {
  display: none; }

.page-subscription footer, .page-subscription-2 footer, .page-thanks footer {
  margin-top: 0; }

.page-subscription .form-wrapper .form-container, .page-subscription .form-wrapper .form-top, .page-subscription-2 .form-wrapper .form-container, .page-subscription-2 .form-wrapper .form-top, .page-thanks .form-wrapper .form-container, .page-thanks .form-wrapper .form-top {
  width: 650px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .page-subscription .form-wrapper .form-container, .page-subscription .form-wrapper .form-top, .page-subscription-2 .form-wrapper .form-container, .page-subscription-2 .form-wrapper .form-top, .page-thanks .form-wrapper .form-container, .page-thanks .form-wrapper .form-top {
      width: 94%;
      margin: 0 3%; } }
  .page-subscription .form-wrapper .form-container select, .page-subscription .form-wrapper .form-top select, .page-subscription-2 .form-wrapper .form-container select, .page-subscription-2 .form-wrapper .form-top select, .page-thanks .form-wrapper .form-container select, .page-thanks .form-wrapper .form-top select {
    width: 180px;
    background: url("../img/caret-d-bg.png") #fff no-repeat;
    background-position: top right;
    background-size: 30px 30px; }
  .page-subscription .form-wrapper .form-container .ginput_container_select:after, .page-subscription .form-wrapper .form-top .ginput_container_select:after, .page-subscription-2 .form-wrapper .form-container .ginput_container_select:after, .page-subscription-2 .form-wrapper .form-top .ginput_container_select:after, .page-thanks .form-wrapper .form-container .ginput_container_select:after, .page-thanks .form-wrapper .form-top .ginput_container_select:after {
    left: 135px; }

.dd-wrapper {
  width: 650px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .dd-wrapper {
      width: 98%;
      margin: 0 1%; } }
  .dd-wrapper .debit-form-header {
    margin: 30px 0; }
    .dd-wrapper .debit-form-header h3 {
      color: #8CC63F;
      text-transform: uppercase;
      font-size: 1.8em;
      margin: 0;
      font-family: 'DIN Next W01 Light';
      width: 60%;
      float: left; }
    .dd-wrapper .debit-form-header .dd-img {
      width: 110px;
      float: right; }
  .dd-wrapper .form-container {
    width: 48%;
    margin-right: 2%;
    float: left;
    margin-bottom: 220px;
    position: relative; }
    @media (max-width: 768px) {
      .dd-wrapper .form-container {
        width: 98%;
        margin: 0 1% 220px; } }
    .dd-wrapper .form-container .address p {
      font-size: 1.4em;
      font-family: 'DIN Next W01 Light';
      color: #777779; }
  .dd-wrapper ul#gform_fields_3 {
    margin-top: 60px; }
  .dd-wrapper li#field_3_4 {
    margin-top: 26px; }
  .dd-wrapper li#field_3_5 {
    clear: both;
    padding-top: 140px;
    width: 200%; }
    @media (max-width: 768px) {
      .dd-wrapper li#field_3_5 {
        padding-top: 20px;
        width: 100%; } }
    .dd-wrapper li#field_3_5 label {
      text-transform: initial; }
    .dd-wrapper li#field_3_5 li input[type='radio'] {
      width: 30px;
      height: 30px;
      float: left;
      clear: both; }
    .dd-wrapper li#field_3_5 li label {
      line-height: 20px;
      float: left;
      font-size: 1.4em;
      color: #777779;
      margin: 0; }
  .dd-wrapper li#field_3_6 {
    position: absolute;
    bottom: -110px;
    width: 200%;
    font-size: 1.4em;
    font-family: 'DIN Next W01 Light';
    color: #777779; }
    @media (max-width: 768px) {
      .dd-wrapper li#field_3_6 {
        width: 100%; } }
    .dd-wrapper li#field_3_6 a {
      color: #FFF; }
  .dd-wrapper .gform_footer {
    position: absolute;
    width: 275px;
    left: 100%;
    bottom: -80px;
    margin-left: -137.5px; }
    .dd-wrapper .gform_footer.account-holder {
      bottom: -210px; }
    @media (max-width: 768px) {
      .dd-wrapper .gform_footer {
        left: 50%;
        width: 100%;
        margin-left: -50%; } }
    .dd-wrapper .gform_footer .download-link {
      display: none; }
    .dd-wrapper .gform_footer.open {
      left: 50%; }
      .dd-wrapper .gform_footer.open > input {
        background: #777779; }
      @media (max-width: 768px) {
        .dd-wrapper .gform_footer.open {
          left: 25%; } }
      .dd-wrapper .gform_footer.open .download-button-wrap {
        left: 150%;
        position: absolute;
        top: 0; }
        @media (max-width: 768px) {
          .dd-wrapper .gform_footer.open .download-button-wrap {
            left: 125%;
            position: absolute;
            top: 0;
            width: 100%;
            margin-left: -25%; } }
        .dd-wrapper .gform_footer.open .download-button-wrap input {
          display: block;
          width: 275px; }
          @media (max-width: 768px) {
            .dd-wrapper .gform_footer.open .download-button-wrap input {
              width: 100%; } }
        .dd-wrapper .gform_footer.open .download-button-wrap:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          right: 0;
          background: #8CC63F;
          z-index: -1;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s; }
        .dd-wrapper .gform_footer.open .download-button-wrap:after {
          content: '';
          position: absolute;
          width: 0;
          height: 100%;
          top: 0;
          left: 0;
          background: #6CA334;
          z-index: -1;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s; }
        .dd-wrapper .gform_footer.open .download-button-wrap:hover {
          cursor: pointer; }
          .dd-wrapper .gform_footer.open .download-button-wrap:hover:after {
            width: 100%; }
  .dd-wrapper .dd {
    width: 48%;
    margin-left: 2%;
    float: right; }
    @media (max-width: 768px) {
      .dd-wrapper .dd {
        width: 98%;
        margin: 0 1%; } }
    .dd-wrapper .dd h4 {
      font-size: 1.4em;
      text-transform: uppercase;
      font-family: 'DIN Next W01 Bold';
      color: #777779;
      line-height: 2em;
      margin: 0; }
    .dd-wrapper .dd p.ser-num {
      display: inline-block;
      width: 45px;
      margin: 0 4px 0 0;
      font-family: 'DIN Next W01 Bold';
      text-align: center;
      border: 1px solid #777779;
      color: #777779;
      font-size: 3em;
      padding: 6px 0 0; }
      @media (max-width: 480px) {
        .dd-wrapper .dd p.ser-num {
          margin: 0 2px 0 0; } }
    .dd-wrapper .dd p.ref-nam {
      height: 40px;
      width: 100%;
      padding-left: 8px;
      background: #E6E6E6;
      line-height: 40px;
      margin: 0;
      font-size: 1.4em;
      color: #777779; }
    .dd-wrapper .dd b {
      font-size: 1.4em;
      font-family: 'DIN Next W01 Bold';
      color: #777779; }
    .dd-wrapper .dd p {
      font-family: 'DIN Next W01 Light';
      font-size: 1.4em;
      margin: 0;
      color: #777779; }
    .dd-wrapper .dd ul {
      padding-left: 20px;
      margin: 0;
      color: #777779; }
      .dd-wrapper .dd ul li {
        font-size: 1.4em; }
    .dd-wrapper .dd .ser-con, .dd-wrapper .dd .ref-con, .dd-wrapper .dd .ins-con, .dd-wrapper .dd .date-con {
      margin-bottom: 18px; }
    .dd-wrapper .dd .dd-bot {
      margin-top: 40px; }
  .dd-wrapper .full-input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0; }

.gform_body:after {
  content: '';
  display: table;
  clear: both; }

.form-container #gform_wrapper_4 .gform_footer {
  float: right;
  top: -64px;
  margin-right: 2%; }
  @media (max-width: 480px) {
    .form-container #gform_wrapper_4 .gform_footer {
      top: 0;
      float: none;
      margin-right: auto; } }

#gform_5 .gform_footer.top_label {
  margin: 12px auto 0; }

li#field_4_6 {
  width: 50%;
  float: right;
  margin-top: 35px;
  position: relative; }
  @media (max-width: 480px) {
    li#field_4_6 {
      float: left; } }
  li#field_4_6 iframe {
    position: absolute;
    top: 0;
    left: 0; }

li#field_4_7 {
  float: left; }
  @media (max-width: 480px) {
    li#field_4_7 {
      width: 100%; } }
  li#field_4_7 select#input_4_7 {
    width: 138px;
    padding: 3px 8px 0;
    border: 1px solid #777779;
    border-top: 2px solid #8CC63F;
    background: url("../img/caret-d-bg.png") no-repeat;
    background-size: 33px 33px;
    background-position: right -2px;
    margin-right: 8px; }
    li#field_4_7 select#input_4_7:hover {
      cursor: pointer; }
    @media (max-width: 1024px) {
      li#field_4_7 select#input_4_7 {
        box-sizing: border-box;
        margin-right: 0.5%; }
        li#field_4_7 select#input_4_7:nth-child(2) {
          margin-right: 0;
          margin-left: 1%; } }
    @media (max-width: 768px) {
      li#field_4_7 select#input_4_7 {
        margin: 0 0 15px 0; }
        li#field_4_7 select#input_4_7:nth-child(2) {
          margin: 0 0 15px 0; } }

span.gform_drop_instructions {
  display: none; }

input#gform_browse_button_5_5 {
  background: #E6E6E6;
  border: 2px solid #777779;
  width: 100px; }

#not-registered-intro {
  display: block; }

#registered-intro {
  display: none; }

.logged-in #not-registered-intro {
  display: none; }

.logged-in #registered-intro {
  display: block; }

#gform_2 .gfield_html_formatted p {
  color: #FFF;
  font-size: 1.5em; }
  #gform_2 .gfield_html_formatted p a {
    color: #FFF; }

.page-account .form-container .ginput_container_select select {
  width: 180px;
  background: url("../img/caret-d-bg.png") #fff no-repeat;
  background-position: top right;
  background-size: 30px 30px; }

.page-account .form-container .ginput_container_select:after {
  left: 135px; }

li#field_3_6 {
  text-align: center;
  background: #006837;
  color: #fff !important;
  padding: 0 20px;
  margin-bottom: -30px; }
  li#field_3_6 p {
    font-size: 1.8em; }
    @media (max-width: 768px) {
      li#field_3_6 p {
        font-size: 1.4em; } }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

.checkboxes {
  padding: 10px 0 10px 0; }
  .checkboxes .checkbox-append {
    display: inline-block;
    min-height: 21px;
    margin-right: 20px;
    margin-bottom: 5px; }
    .checkboxes .checkbox-append input[type="checkbox"] {
      display: none; }
      .checkboxes .checkbox-append input[type="checkbox"]:checked + label:before {
        content: "\2713";
        font-size: 0.9em;
        line-height: 20px;
        color: #fff;
        background: #8CC63F;
        text-align: center;
        border-color: #8CC63F; }
    .checkboxes .checkbox-append label {
      display: inline-block;
      line-height: 18px;
      cursor: pointer;
      position: relative;
      padding-left: 25px;
      margin-right: 15px; }
      .checkboxes .checkbox-append label:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: -3px;
        border: 2px solid #777779;
        border-radius: 50%; }

#gform_wrapper_3 .validation_error {
  display: none !important; }

#field_5_6.gfield_error .validation_message, #field_6_4.gfield_error .validation_message, #field_4_6.gfield_error .validation_message {
  width: 302px;
  float: left; }

.validation_message a {
  color: #006837; }

.dataTables_filter label {
  font-size: 1.6em; }

.dataTables_filter input[type="search"] {
  margin: 0 0 10px 10px; }

#field_7_5 label {
  display: none; }

.welcome .dk-button {
  width: 250px;
  height: 30px;
  display: block;
  background: #006837;
  color: #fff;
  font-size: 1.4em;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  position: relative;
  margin: 30px 0 22px 220px; }
  .welcome .dk-button.autowidth {
    display: inline-block;
    width: auto;
    padding: 0 12px; }
  @media (max-width: 1024px) {
    .welcome .dk-button {
      width: 96%;
      margin: 12px 2% 12px 2%; } }
  .welcome .dk-button:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: -10px;
    border: 5px solid transparent;
    border-right: 5px solid #006837;
    border-bottom: 5px solid #006837; }

.page-past-issues .welcome .dk-button, .page-classic-articles .welcome .dk-button {
  width: 350px; }
  @media (max-width: 1024px) {
    .page-past-issues .welcome .dk-button, .page-classic-articles .welcome .dk-button {
      width: 100%;
      margin: 12px 0 12px 0; } }
  @media (max-width: 480px) {
    .page-past-issues .welcome .dk-button, .page-classic-articles .welcome .dk-button {
      line-height: 1em;
      padding: 10px 0;
      height: 45px; } }

.page-archive .account-right .cover-con, .tax-archive-category .account-right .cover-con, .tax-archive-year .account-right .cover-con {
  border: 1px solid #8CC63F;
  margin-bottom: 20px; }
  .page-archive .account-right .cover-con .btn, .tax-archive-category .account-right .cover-con .btn, .tax-archive-year .account-right .cover-con .btn {
    margin: 10px 0 0; }
  .page-archive .account-right .cover-con p, .tax-archive-category .account-right .cover-con p, .tax-archive-year .account-right .cover-con p {
    text-align: center; }

.account-left .btn:first-child {
  margin-top: 0; }

.account-right > p {
  font-family: 'DIN Next W01 Light';
  font-size: 1.4em;
  color: #777779;
  margin-top: 0; }

.account-right article {
  width: 100%;
  margin: 20px auto 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6; }
  .account-right article:last-child {
    border-bottom: none; }
  .account-right article .img-con {
    width: 38%;
    margin-right: 7%;
    float: left;
    overflow: hidden; }
    @media (max-width: 480px) {
      .account-right article .img-con {
        width: 98%;
        margin: 0 1% 12px; } }
  .account-right article .text {
    width: 55%;
    float: right; }
    @media (max-width: 480px) {
      .account-right article .text {
        width: 98%;
        margin: 0 1%; } }
    .account-right article .text h3 {
      font-family: 'DIN Next W01 Bold';
      font-size: 1.8em;
      color: #6CA334; }
    .account-right article .text p {
      font-family: 'DIN Next W01 Light';
      font-size: 1.4em;
      color: #777779;
      margin-top: 0; }
    .account-right article .text .btn {
      width: 120px;
      font-size: 1.4em; }
  .account-right article.archive-overview .butt-con .btn {
    width: 48%;
    margin-right: 2%;
    float: left; }
    @media (max-width: 768px) {
      .account-right article.archive-overview .butt-con .btn {
        width: 200px;
        margin-right: 0;
        margin-bottom: 12px;
        float: none; } }

.account-right .cover-con {
  float: left;
  margin-right: 1.333%;
  width: 24%;
  overflow: hidden; }
  .account-right .cover-con:nth-child(4n+4) {
    margin-right: 0; }
    @media (max-width: 768px) {
      .account-right .cover-con:nth-child(4n+4) {
        margin-right: 4.5%; } }
  @media (max-width: 768px) {
    .account-right .cover-con {
      width: 30.333%;
      margin-right: 4.5%; }
      .account-right .cover-con:nth-child(3n+3) {
        margin-right: 0; } }
  @media (max-width: 480px) {
    .account-right .cover-con {
      width: 49%;
      margin-right: 2%; }
      .account-right .cover-con:nth-child(3n+3) {
        margin-right: 2%; }
      .account-right .cover-con:nth-child(2n+2) {
        margin-right: 0 !important; } }
  .account-right .cover-con a {
    text-decoration: none; }
  .account-right .cover-con img {
    width: 100%; }
  .account-right .cover-con .image-con {
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px; }
    @media (max-width: 768px) {
      .account-right .cover-con .image-con {
        width: 100%;
        height: auto; } }
  .account-right .cover-con p {
    font-size: 1.4em;
    margin: 8px 0 12px;
    color: #777779;
    font-family: 'DIN Next W01 Light';
    height: 35px; }
  .account-right .cover-con .btn {
    font-size: 1.4em;
    margin: 10px 0 20px; }

@media (max-width: 1024px) {
  .best-left {
    padding: 12px 12px 0 12px; }
    .best-left .details {
      width: 100%; }
      .best-left .details .btn {
        width: 100%;
        height: 30px;
        line-height: 33px; } }

.issue-cover-con {
  width: 100%;
  margin: 0; }
  .issue-cover-con img {
    width: 100%;
    vertical-align: middle; }

#pagination {
  width: 90%;
  margin: 0 auto; }
  #pagination .pagination {
    width: 100%; }
    #pagination .pagination .nav-links {
      justify-content: center;
      display: flex; }
      #pagination .pagination .nav-links a, #pagination .pagination .nav-links span {
        margin: 0 5px;
        text-indent: -999px;
        display: block;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        border: 1px solid #8CC63F; }
        #pagination .pagination .nav-links a.next, #pagination .pagination .nav-links a.prev, #pagination .pagination .nav-links span.next, #pagination .pagination .nav-links span.prev {
          background: transparent;
          border-radius: 0;
          margin-top: -2px; }
        #pagination .pagination .nav-links a.next, #pagination .pagination .nav-links span.next {
          border: 10px solid transparent;
          border-left: 10px solid #8CC63F;
          margin-right: -20px; }
        #pagination .pagination .nav-links a.prev, #pagination .pagination .nav-links span.prev {
          border: 10px solid transparent;
          border-right: 10px solid #8CC63F;
          margin-left: -20px; }
      #pagination .pagination .nav-links span {
        background: #8CC63F; }

.order {
  margin: 0 0 12px; }
  .order p:first-child {
    margin-top: 0; }

/*
TODO: Josh tidy this up
*/
.form-container.posts-form form {
  position: relative;
  width: 100%; }
  .form-container.posts-form form.with-years label.p-search {
    top: 40px !important; }
    @media (max-width: 1024px) {
      .form-container.posts-form form.with-years label.p-search .search-help {
        top: 70px;
        left: 12px; } }
    @media (max-width: 768px) {
      .form-container.posts-form form.with-years label.p-search .search-help {
        top: auto; } }
  .form-container.posts-form form.with-years label.y-select {
    top: 40px !important; }
    @media (max-width: 1024px) {
      .form-container.posts-form form.with-years label.y-select {
        top: -10px !important;
        left: 312px !important;
        position: absolute; } }
    @media (max-width: 768px) {
      .form-container.posts-form form.with-years label.y-select {
        position: static; } }
  .form-container.posts-form form.with-years select#subcat-select {
    margin-top: 0;
    margin-bottom: 40px; }
    @media (max-width: 1024px) {
      .form-container.posts-form form.with-years select#subcat-select {
        margin-bottom: 0px; } }
  @media (max-width: 1024px) {
    .form-container.posts-form form.with-years select#y-select {
      position: absolute;
      top: 26px;
      right: 10px; } }
  @media (max-width: 768px) {
    .form-container.posts-form form.with-years select#y-select {
      position: static; } }
  .form-container.posts-form form.with-years label.subcat-select {
    left: 12px; }
  .form-container.posts-form form.with-years input.submit {
    top: 73px !important; }
    @media (max-width: 1024px) {
      .form-container.posts-form form.with-years input.submit {
        top: 97px !important; } }
    @media (max-width: 768px) {
      .form-container.posts-form form.with-years input.submit {
        top: auto !important; } }
  .form-container.posts-form form.no-years {
    padding-top: 5px; }
    @media (max-width: 1024px) {
      .form-container.posts-form form.no-years {
        padding-top: 0; } }
    .form-container.posts-form form.no-years .p-search {
      left: 10px !important; }
    .form-container.posts-form form.no-years .search-options {
      float: none !important;
      margin-left: 10px !important; }
    .form-container.posts-form form.no-years input.search {
      width: 555px !important;
      margin-left: 10px !important; }
      @media (max-width: 1140px) {
        .form-container.posts-form form.no-years input.search {
          width: 483px !important; } }
      @media (max-width: 1024px) {
        .form-container.posts-form form.no-years input.search {
          width: 91% !important; } }
      @media (max-width: 480px) {
        .form-container.posts-form form.no-years input.search {
          width: 85% !important; } }
    .form-container.posts-form form.no-years .search-help {
      text-decoration: none !important; }
      @media (max-width: 1024px) {
        .form-container.posts-form form.no-years .search-help {
          top: 10px !important; } }
    .form-container.posts-form form.no-years input.submit {
      top: 5px; }
      @media (max-width: 1024px) {
        .form-container.posts-form form.no-years input.submit {
          top: auto;
          bottom: 47px !important; } }
  .form-container.posts-form form select {
    width: 98px;
    padding: 3px 8px 0;
    border: 1px solid #E6E6E6;
    border-top: 2px solid #8CC63F;
    background: #fff url("../img/caret-d-bg.png") no-repeat;
    background-size: 33px 33px;
    background-position: right -2px;
    margin-right: 8px;
    float: left; }
    .form-container.posts-form form select:hover {
      cursor: pointer; }
    .page-archive .form-container.posts-form form select, .tax-archive-category .form-container.posts-form form select, .tax-archive-year .form-container.posts-form form select {
      width: 151px; }
    @media (max-width: 1024px) {
      .form-container.posts-form form select {
        box-sizing: border-box;
        width: 49%;
        margin-right: 0.5%; }
        .form-container.posts-form form select:nth-child(2) {
          margin-right: 0;
          margin-left: 1%; } }
    @media (max-width: 768px) {
      .form-container.posts-form form select {
        width: 100%;
        margin: 0 0 15px 0; }
        .form-container.posts-form form select:nth-child(2) {
          margin: 0 0 15px 0; } }
  .form-container.posts-form form input.search {
    width: 360px;
    height: 28px;
    margin-right: 0;
    border: 1px solid #E6E6E6;
    border-top: 2px solid #8CC63F;
    border-right: none;
    margin-bottom: 15px;
    float: left; }
    .page-archive .form-container.posts-form form input.search, .tax-archive-category .form-container.posts-form form input.search {
      width: 415px; }
    @media (max-width: 1140px) {
      .form-container.posts-form form input.search {
        width: 285px; } }
    @media (max-width: 1024px) {
      .form-container.posts-form form input.search {
        width: 93%; } }
  .form-container.posts-form form input.submit {
    width: 35px;
    height: 34px;
    margin: 0 0 0 -2px;
    padding: 3px 0 0 0;
    border: none;
    border-top: 2px solid #8CC63F;
    border-bottom: 1px solid #E6E6E6;
    background: url("../img/caret-r-bg.png") no-repeat;
    background-size: cover;
    background-position: 0 -2px;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 1024px) {
      .form-container.posts-form form input.submit {
        top: auto;
        bottom: 15px; } }

.page-past-issues .form-container.posts-form, .archive .form-container.posts-form {
  background: #E6E6E6;
  padding-top: 36px;
  margin-bottom: 12px; }
  @media (max-width: 1024px) {
    .page-past-issues .form-container.posts-form, .archive .form-container.posts-form {
      padding-top: 12px; } }
  .page-past-issues .form-container.posts-form form label, .archive .form-container.posts-form form label {
    position: absolute;
    top: -35px; }
    @media (max-width: 1024px) {
      .page-past-issues .form-container.posts-form form label, .archive .form-container.posts-form form label {
        position: static;
        margin-left: 12px; } }
  .page-past-issues .form-container.posts-form form .search-options, .archive .form-container.posts-form form .search-options {
    width: 375px;
    float: right;
    display: block;
    margin-top: -10px;
    margin-bottom: 12px; }
    .page-past-issues .form-container.posts-form form .search-options:after, .archive .form-container.posts-form form .search-options:after {
      display: block;
      content: ' ';
      clear: both; }
    @media (max-width: 1140px) {
      .page-past-issues .form-container.posts-form form .search-options, .archive .form-container.posts-form form .search-options {
        width: 300px; } }
    @media (max-width: 1024px) {
      .page-past-issues .form-container.posts-form form .search-options, .archive .form-container.posts-form form .search-options {
        width: 97%;
        margin-left: 3%; } }
    @media (max-width: 768px) {
      .page-past-issues .form-container.posts-form form .search-options, .archive .form-container.posts-form form .search-options {
        margin-left: 1%; } }
    .page-past-issues .form-container.posts-form form .search-options ul li, .archive .form-container.posts-form form .search-options ul li {
      width: 115px;
      margin: 0;
      float: left; }
      .page-past-issues .form-container.posts-form form .search-options ul li label, .archive .form-container.posts-form form .search-options ul li label {
        margin: 0;
        font-size: 1.4em;
        font-family: 'DIN Next W01 Light';
        color: #777779;
        line-height: 20px;
        position: relative;
        top: 0;
        padding-left: 20px; }
        .page-past-issues .form-container.posts-form form .search-options ul li label:before, .archive .form-container.posts-form form .search-options ul li label:before {
          content: "";
          display: inline-block;
          width: 15px;
          height: 15px;
          margin-right: 5px;
          position: absolute;
          left: 0;
          top: 1px;
          border-radius: 50%;
          border: 1px solid #777779;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          transition: all 0.2s linear; }
      .page-past-issues .form-container.posts-form form .search-options ul li input[type="checkbox"], .page-past-issues .form-container.posts-form form .search-options ul li input[type="radio"], .archive .form-container.posts-form form .search-options ul li input[type="checkbox"], .archive .form-container.posts-form form .search-options ul li input[type="radio"] {
        display: none; }
        .page-past-issues .form-container.posts-form form .search-options ul li input[type="checkbox"]:checked + label:before, .page-past-issues .form-container.posts-form form .search-options ul li input[type="radio"]:checked + label:before, .archive .form-container.posts-form form .search-options ul li input[type="checkbox"]:checked + label:before, .archive .form-container.posts-form form .search-options ul li input[type="radio"]:checked + label:before {
          content: "\2713";
          font-size: 0.8em;
          line-height: 16px;
          color: #fff;
          background: #8CC63F;
          border-color: #8CC63F;
          text-align: center; }
  .page-past-issues .form-container.posts-form form .y-select, .archive .form-container.posts-form form .y-select {
    left: 12px; }
  .page-past-issues .form-container.posts-form form .p-search, .archive .form-container.posts-form form .p-search {
    left: 250px;
    padding-left: 18px; }
    @media (max-width: 1024px) {
      .page-past-issues .form-container.posts-form form .p-search, .archive .form-container.posts-form form .p-search {
        float: left;
        clear: both; } }
    .page-past-issues .form-container.posts-form form .p-search .search-help, .archive .form-container.posts-form form .p-search .search-help {
      position: absolute;
      top: 0;
      left: 0;
      width: 14px;
      height: 14px;
      background: url("../img/ttip.png") top left no-repeat;
      background-size: 100%; }
      @media (max-width: 1024px) {
        .page-past-issues .form-container.posts-form form .p-search .search-help, .archive .form-container.posts-form form .p-search .search-help {
          top: 85px;
          left: 10px; } }
      @media (max-width: 768px) {
        .page-past-issues .form-container.posts-form form .p-search .search-help, .archive .form-container.posts-form form .p-search .search-help {
          top: 70px; } }
      .page-past-issues .form-container.posts-form form .p-search .search-help #search-help, .archive .form-container.posts-form form .p-search .search-help #search-help {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        z-index: 1;
        top: 25px;
        width: 200px;
        background: #6CA334;
        padding: 10px;
        text-transform: none;
        color: #fff;
        font-family: 'DIN Next W01 Regular'; }
        .page-past-issues .form-container.posts-form form .p-search .search-help #search-help:before, .archive .form-container.posts-form form .p-search .search-help #search-help:before {
          position: absolute;
          top: -14px;
          left: 0;
          content: '';
          width: 0;
          height: 0;
          border: 7px solid transparent;
          border-bottom: 8px solid #6CA334; }
        .page-past-issues .form-container.posts-form form .p-search .search-help #search-help .inner, .archive .form-container.posts-form form .p-search .search-help #search-help .inner {
          display: none; }
        .page-past-issues .form-container.posts-form form .p-search .search-help #search-help.active, .archive .form-container.posts-form form .p-search .search-help #search-help.active {
          visibility: visible;
          opacity: 1; }
          .page-past-issues .form-container.posts-form form .p-search .search-help #search-help.active .inner, .archive .form-container.posts-form form .p-search .search-help #search-help.active .inner {
            display: block;
            text-decoration: none; }
  .page-past-issues .form-container.posts-form form select, .archive .form-container.posts-form form select {
    width: 228px;
    margin-left: 12px; }
    @media (max-width: 768px) {
      .page-past-issues .form-container.posts-form form select, .archive .form-container.posts-form form select {
        width: 98%;
        margin: 0 1%; } }
  .page-past-issues .form-container.posts-form form input.search, .archive .form-container.posts-form form input.search {
    width: 348px; }
    @media (max-width: 1140px) {
      .page-past-issues .form-container.posts-form form input.search, .archive .form-container.posts-form form input.search {
        width: 274px; } }
    @media (max-width: 1024px) {
      .page-past-issues .form-container.posts-form form input.search, .archive .form-container.posts-form form input.search {
        width: 92%;
        margin-left: 12px; } }
    @media (max-width: 768px) {
      .page-past-issues .form-container.posts-form form input.search, .archive .form-container.posts-form form input.search {
        margin-left: 1%; } }
  .page-past-issues .form-container.posts-form form input.submit, .archive .form-container.posts-form form input.submit {
    width: 35px;
    right: 12px; }
    @media (max-width: 1024px) {
      .page-past-issues .form-container.posts-form form input.submit, .archive .form-container.posts-form form input.submit {
        right: 1%;
        bottom: 37px; } }

.page-classic-articles .form-container.posts-form form input.search {
  width: 93%; }

.page-classic-articles .account-right .text {
  margin-bottom: 20px; }
  .page-classic-articles .account-right .text p:first-child {
    margin-top: 0; }

.reader object {
  height: 1000px; }
  @media (max-width: 480px) {
    .reader object {
      height: 500px; } }

.lt-ie10 .reader:before {
  content: 'PDF Viewer is not supported on this browser, please download above to read';
  font-size: 1.6em; }

.lt-ie10 .reader iframe {
  display: none; }

.latest-right {
  width: 324px;
  margin: -60px 0 12px 12px;
  float: right;
  padding: 12px;
  background: #E6E6E6; }
  .latest-right .text {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0; }
    .latest-right .text a.btn {
      margin-bottom: 0; }
  @media (max-width: 1024px) {
    .latest-right {
      width: 75%;
      margin: 0 auto;
      float: none; } }
  @media (max-width: 480px) {
    .latest-right {
      width: 90%; } }

.popup-bg {
  opacity: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .popup-bg .latest-right {
    display: none; }
  .popup-bg #single-post-container {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .popup-bg.open {
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); }
    .popup-bg.open #single-post-container {
      opacity: 1;
      position: absolute;
      background: #fff;
      top: 0;
      padding: 50px 20px 90px;
      left: 50%;
      margin: 145px 0 0 -439px;
      height: 800px;
      overflow: scroll;
      overflow-x: hidden; }
      @media screen and (max-height: 945px) {
        .popup-bg.open #single-post-container {
          height: 100%;
          top: 0;
          margin-top: 0; } }
      @media (max-width: 1140px) {
        .popup-bg.open #single-post-container {
          margin-left: -384px; } }
      @media (max-width: 768px) {
        .popup-bg.open #single-post-container {
          width: 100%;
          margin: 0;
          height: 100%;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; } }
      .popup-bg.open #single-post-container .close-single {
        z-index: 99999;
        position: fixed;
        width: 40px;
        height: 40px;
        right: 50%;
        top: 165px;
        margin-right: -469px;
        background: url("../img/close-g.jpg") no-repeat;
        background-size: 40px 40px; }
        @media screen and (max-height: 945px) {
          .popup-bg.open #single-post-container .close-single {
            margin-right: -460px;
            top: 50px; } }
        @media (max-width: 1140px) {
          .popup-bg.open #single-post-container .close-single {
            margin-right: -374px; } }
        @media (max-width: 768px) {
          .popup-bg.open #single-post-container .close-single {
            margin-right: 2%;
            right: 0;
            top: 50px; } }
        .popup-bg.open #single-post-container .close-single:hover {
          cursor: pointer; }
      .popup-bg.open #single-post-container .left-con {
        margin-right: 0;
        padding-right: 40px; }
        @media (max-width: 1140px) {
          .popup-bg.open #single-post-container .left-con {
            width: 728px; } }
        @media (max-width: 768px) {
          .popup-bg.open #single-post-container .left-con {
            width: 95%;
            padding: 0 2.5%; } }
    .popup-bg.open .sidebar {
      width: 250px;
      position: fixed;
      margin: 15% 0 0 491px;
      right: 0;
      padding-top: 50px;
      left: 50%; }
      @media (max-width: 1460px) {
        .popup-bg.open .sidebar {
          margin-left: 394px; } }
      .popup-bg.open .sidebar h2 {
        color: #fff; }

.page-archive .account-right a, .tax-archive-category .account-right a, .tax-archive-year .account-right a {
  text-decoration: none !important; }

.page-archive .account-right .archive-con, .tax-archive-category .account-right .archive-con, .tax-archive-year .account-right .archive-con {
  width: 100%;
  border: none;
  background: #E6E6E6;
  padding: 10px;
  margin-bottom: 10px; }
  .page-archive .account-right .archive-con .title, .tax-archive-category .account-right .archive-con .title, .tax-archive-year .account-right .archive-con .title {
    margin-bottom: 0;
    font-size: 1.8em;
    margin-top: 0;
    color: #8CC63F; }
  .page-archive .account-right .archive-con:hover, .tax-archive-category .account-right .archive-con:hover, .tax-archive-year .account-right .archive-con:hover {
    background: #ddd; }
    .page-archive .account-right .archive-con:hover .title, .tax-archive-category .account-right .archive-con:hover .title, .tax-archive-year .account-right .archive-con:hover .title {
      color: #6CA334; }
  .page-archive .account-right .archive-con .btn, .tax-archive-category .account-right .archive-con .btn, .tax-archive-year .account-right .archive-con .btn {
    width: 200px;
    margin-bottom: 0;
    float: right; }
  .page-archive .account-right .archive-con .top-con, .tax-archive-category .account-right .archive-con .top-con, .tax-archive-year .account-right .archive-con .top-con {
    width: 100%; }
    .page-archive .account-right .archive-con .top-con .left-text, .tax-archive-category .account-right .archive-con .top-con .left-text, .tax-archive-year .account-right .archive-con .top-con .left-text {
      margin-bottom: 0; }
      .page-archive .account-right .archive-con .top-con .left-text p, .tax-archive-category .account-right .archive-con .top-con .left-text p, .tax-archive-year .account-right .archive-con .top-con .left-text p {
        font-size: 1.6em;
        margin-top: 5px; }
  .page-archive .account-right .archive-con .bottom-con, .tax-archive-category .account-right .archive-con .bottom-con, .tax-archive-year .account-right .archive-con .bottom-con {
    width: 100%;
    font-size: 1.2em;
    margin-top: 10px; }
    .page-archive .account-right .archive-con .bottom-con p, .tax-archive-category .account-right .archive-con .bottom-con p, .tax-archive-year .account-right .archive-con .bottom-con p {
      margin: 0;
      color: #777779; }
    .page-archive .account-right .archive-con .bottom-con .date-a, .tax-archive-category .account-right .archive-con .bottom-con .date-a, .tax-archive-year .account-right .archive-con .bottom-con .date-a {
      float: left;
      margin-right: 30px; }
    .page-archive .account-right .archive-con .bottom-con .last-m, .tax-archive-category .account-right .archive-con .bottom-con .last-m, .tax-archive-year .account-right .archive-con .bottom-con .last-m {
      float: left; }
    .page-archive .account-right .archive-con .bottom-con .link, .tax-archive-category .account-right .archive-con .bottom-con .link, .tax-archive-year .account-right .archive-con .bottom-con .link {
      float: right;
      color: #8CC63F; }
      @media (max-width: 768px) {
        .page-archive .account-right .archive-con .bottom-con .link, .tax-archive-category .account-right .archive-con .bottom-con .link, .tax-archive-year .account-right .archive-con .bottom-con .link {
          text-align: right;
          width: 100%; } }

.left-con > .subscription-box {
  width: 49%;
  background: #E6E6E6;
  padding: 2%;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 30px 1% 12px 0;
  float: left; }
  .left-con > .subscription-box ~ .subscription-box {
    margin: 30px 0 12px 1%; }
  @media (max-width: 1140px) {
    .left-con > .subscription-box {
      width: 100%;
      margin: 12px 0 !important; } }
  .left-con > .subscription-box h3 {
    text-align: left;
    font-size: 2.4em;
    margin: 0;
    padding: 12px 140px 24px 0;
    text-transform: uppercase;
    color: #777779;
    font-family: 'DIN Next W01 Bold'; }
    @media (max-width: 1140px) {
      .left-con > .subscription-box h3 {
        font-size: 2em; } }
    @media (max-width: 1140px) {
      .left-con > .subscription-box h3 {
        text-align: left; } }
    @media (max-width: 480px) {
      .left-con > .subscription-box h3 {
        font-size: 2em;
        padding: 12px 140px 25px 0; } }
  .left-con > .subscription-box img.dd-logo {
    width: 100px;
    position: absolute;
    top: 22px;
    right: 12px; }
  .left-con > .subscription-box img.sage-logo {
    width: 130px;
    position: absolute;
    top: 16px;
    right: 20px; }
  .left-con > .subscription-box p {
    font-size: 1.6em; }
  .left-con > .subscription-box .con {
    width: 100%; }
    .left-con > .subscription-box .con a {
      text-decoration: none;
      color: #fff; }
    .left-con > .subscription-box .con .button {
      text-transform: uppercase;
      width: 63%;
      float: left;
      margin: 0 0 2%;
      background: #006837;
      position: relative;
      -webkit-transition: width 0.5s;
      -moz-transition: width 0.5s;
      transition: width 0.5s; }
      @media (max-width: 1140px) {
        .left-con > .subscription-box .con .button {
          width: 100%;
          margin-bottom: 0; }
          .left-con > .subscription-box .con .button:after {
            content: '';
            position: absolute;
            right: 50% !important;
            top: 100% !important;
            margin-right: -100px;
            display: block;
            border: 100px solid transparent !important;
            border-top: 10px solid #006837 !important; } }
      .left-con > .subscription-box .con .button:after {
        content: '';
        position: absolute;
        right: -66px;
        top: 0;
        border: 33px solid transparent;
        border-left: 33px solid #006837; }
      .left-con > .subscription-box .con .button h2 {
        margin: 0;
        padding: 12px 12px 0;
        font-size: 2em;
        height: 38px; }
      .left-con > .subscription-box .con .button p {
        margin: 0;
        padding: 0 12px 12px;
        font-size: 1.2em;
        height: 28px; }
    .left-con > .subscription-box .con .button-right {
      width: 37%;
      float: right;
      background: #fff;
      -webkit-transition: width 0.5s;
      -moz-transition: width 0.5s;
      transition: width 0.5s; }
      @media (max-width: 1140px) {
        .left-con > .subscription-box .con .button-right {
          width: 100%;
          margin: 0; } }
      .left-con > .subscription-box .con .button-right p {
        font-size: 2em;
        text-align: center;
        margin: 0;
        color: #6CA334;
        line-height: 66px;
        height: 66px; }
        @media (max-width: 480px) {
          .left-con > .subscription-box .con .button-right p {
            font-size: 2em;
            line-height: 1em;
            padding: 23px 15%; } }
    .left-con > .subscription-box .con:hover {
      cursor: pointer; }
      .left-con > .subscription-box .con:hover .button {
        width: 55%; }
        @media (max-width: 1140px) {
          .left-con > .subscription-box .con:hover .button {
            width: 100%; } }
      .left-con > .subscription-box .con:hover .button-right {
        width: 45%; }
        @media (max-width: 1140px) {
          .left-con > .subscription-box .con:hover .button-right {
            width: 100%; } }
    .left-con > .subscription-box .con .form {
      opacity: 0;
      visibility: hidden;
      height: 0;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
      .left-con > .subscription-box .con .form * {
        display: none; }
    .left-con > .subscription-box .con.open .button {
      height: 0;
      opacity: 0;
      visibility: hidden; }
    .left-con > .subscription-box .con.open .form {
      opacity: 1;
      height: 100%;
      width: 100%;
      visibility: visible;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      background: #006837; }
      .left-con > .subscription-box .con.open .form * {
        display: block; }
      .left-con > .subscription-box .con.open .form h2 {
        margin: 0;
        padding: 35px 30px 20px;
        font-size: 2.4em;
        text-transform: uppercase; }
      .left-con > .subscription-box .con.open .form p {
        font-family: 'DIN Next W01 Light';
        margin: 0 0 25px;
        display: inline-block; }
        .left-con > .subscription-box .con.open .form p b {
          font-family: 'DIN Next W01 Regular';
          display: inline-block; }
      .left-con > .subscription-box .con.open .form form {
        width: 450px;
        margin: 0 auto; }
        .left-con > .subscription-box .con.open .form form:after {
          content: '';
          display: table;
          clear: both; }
        .left-con > .subscription-box .con.open .form form input[type="search"] {
          float: left;
          width: 300px;
          height: 32px;
          border: none;
          padding: 2px 8px 0;
          font-size: 1.4em;
          color: grey; }
        .left-con > .subscription-box .con.open .form form input[type="submit"] {
          float: left;
          width: 132px;
          height: 34px;
          border: none;
          font-size: 1.4em;
          background: #8CC63F;
          line-height: 34px; }
      .left-con > .subscription-box .con.open .form a.btn {
        width: 250px;
        margin: 30px auto 0; }
  .left-con > .subscription-box .little-text {
    padding-top: 10px; }

.featured-con {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #E6E6E6; }
  .featured-con .image-con {
    width: 40%;
    float: left; }
  .featured-con .text {
    margin-left: 2%;
    width: 58%;
    float: right; }

.archive-categories {
  margin: 0;
  padding: 0;
  list-style: none; }
  .archive-categories .children {
    display: none;
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
    margin-bottom: 2em; }
    .archive-categories .children ul {
      margin-top: 0.5em;
      margin-bottom: 1em; }
    .archive-categories .children li {
      margin-left: 0.5em;
      font-family: 'DIN Next W01 Light';
      font-size: 14px;
      margin-bottom: 0.5em; }
      .archive-categories .children li a {
        color: #777779;
        text-decoration: none; }
        .archive-categories .children li a:before {
          content: "- "; }
  .archive-categories .current-cat .children, .archive-categories .current-cat-parent .children {
    display: block; }

.map .address {
  width: 300px;
  float: left; }
  @media (max-width: 1024px) {
    .map .address {
      width: 250px; } }
  @media (max-width: 768px) {
    .map .address {
      width: 100%;
      margin: 12px 0; } }

.map #map {
  width: 566px;
  height: 300px;
  float: left;
  margin-right: 12px; }
  @media (max-width: 1140px) {
    .map #map {
      width: 488px; } }
  @media (max-width: 1024px) {
    .map #map {
      width: 326px; } }
  @media (max-width: 768px) {
    .map #map {
      width: 100%; } }

#animated-thumbnails {
  clear: both; }
  #animated-thumbnails .grid-sizer, #animated-thumbnails a {
    width: 32.333%; }
    @media (max-width: 480px) {
      #animated-thumbnails .grid-sizer, #animated-thumbnails a {
        width: 49%; } }
  #animated-thumbnails .gutter-sizer {
    width: 1.5%; }
    @media (max-width: 480px) {
      #animated-thumbnails .gutter-sizer {
        width: 2%; } }
  #animated-thumbnails a {
    margin-bottom: 1.5%; }
    @media (max-width: 480px) {
      #animated-thumbnails a {
        margin-bottom: 2%; } }
    #animated-thumbnails a:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #006837;
      opacity: 0;
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      transition: opacity 0.5s; }
    #animated-thumbnails a:hover:before {
      opacity: 0.8; }
    #animated-thumbnails a:hover:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../img/search.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 40px;
      opacity: 1; }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #777779; }

.lg-outer {
  background: #8CC63F; }

.lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar {
  background: #6CA334; }

.search-results .body-wrap h1, .search-no-results .body-wrap h1 {
  font-size: 3.2em;
  text-transform: uppercase;
  color: #6CA334;
  margin: 0 0 15px;
  font-family: 'DIN Next W01 Bold'; }

.search-results .body-wrap p, .search-no-results .body-wrap p {
  font-family: 'DIN Next W01 Light';
  font-size: 1.8em;
  color: #777779;
  margin-bottom: 0; }
  .search-results .body-wrap p span, .search-no-results .body-wrap p span {
    font-family: 'DIN Next W01 Medium'; }

.search-results .body-wrap .result, .search-no-results .body-wrap .result {
  border-bottom: 1px solid #E6E6E6; }
  .search-results .body-wrap .result h3, .search-no-results .body-wrap .result h3 {
    font-family: 'DIN Next W01 Bold';
    font-size: 1.8em;
    color: #6CA334; }
    .search-results .body-wrap .result h3 a, .search-no-results .body-wrap .result h3 a {
      color: #6CA334;
      text-decoration: none; }
  .search-results .body-wrap .result .btn, .search-no-results .body-wrap .result .btn {
    width: 200px; }

.search-results .body-wrap .search-con, .search-no-results .body-wrap .search-con {
  width: 460px;
  height: 40px;
  margin: 40px 0; }
  .search-results .body-wrap .search-con input[type=search], .search-no-results .body-wrap .search-con input[type=search] {
    width: 380px;
    padding: 0 15px;
    font-size: 1.6em;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
    margin: 0;
    float: left;
    border: none;
    background: #f2f2f2; }
  .search-results .body-wrap .search-con .submit, .search-no-results .body-wrap .search-con .submit {
    width: 40px;
    background: url("../img/search-r.png") no-repeat center center;
    background-size: 40px;
    margin: 0;
    border: none;
    float: left;
    padding: 0;
    height: 100%; }

#clubfinder #google-map {
  position: relative; }
  #clubfinder #google-map .loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    background-size: 16px 16px;
    z-index: 998; }
  #clubfinder #google-map #google-container {
    height: 440px; }

.overseas {
  border-bottom: 1px solid #777779;
  padding-bottom: 30px; }

.page-thanks .thanks.text .thanks-subscription-detail {
  background: #FFF;
  padding: 1em;
  margin: 1em; }
  @media (max-width: 768px) {
    .page-thanks .thanks.text .thanks-subscription-detail .btn {
      width: 100%; } }
  .page-thanks .thanks.text .thanks-subscription-detail h3 {
    font-size: 2em; }
  .page-thanks .thanks.text .thanks-subscription-detail b, .page-thanks .thanks.text .thanks-subscription-detail p {
    font-size: 1.5em;
    color: #333 !important;
    margin: 0; }
  .page-thanks .thanks.text .thanks-subscription-detail b {
    display: block;
    margin-top: 1em; }

@media (min-width: 1460px) {
  .page-thanks .button-group {
    width: 90%;
    margin: 0px auto; }
    .page-thanks .button-group .btn {
      float: left; }
    .page-thanks .button-group .btn + .btn {
      float: right; } }

.page-template-page-subscribe .left-con {
  width: 100%;
  margin: 0; }

.page-online-issues .left-con .login-con {
  position: relative; }
  .page-online-issues .left-con .login-con .subscribe-btn {
    position: relative;
    float: left;
    right: auto;
    margin-right: 10px; }
  .page-online-issues .left-con .login-con .log-in {
    background-color: #006837; }
    .page-online-issues .left-con .login-con .log-in:before {
      background: #006837; }
  .page-online-issues .left-con .login-con .btn {
    position: relative;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.6em;
    display: block;
    float: left;
    margin-right: 10px; }

.page-online-issues .left-con .text.border-bottom {
  border-bottom: 1px solid #777779;
  padding: 20px 0; }

.page-online-issues .ad-horizontal .three-sqr-ad .sqr-side-ad {
  width: 25%;
  float: left; }

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