@charset "UTF-8";
/* ------------------------------------------ 

DESIGNED BY CMSINTELLIGENCE FOR YOPP
www.cmsintelligence.com

Date Modified: 22/09/14

------------------------------------------ */
/* BASE STYLING
------------------------------------------ */
body {
  background: #2A2A2A;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5;
  color: #555;
  font-size: 15px;
  padding-top: 32px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

a {
  color: #72a447; }

a:hover {
  color: #000; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 20px 0 10px 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  color: #2A2A2A;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 36px;
  margin-top: 0; }

h2 {
  font-size: 28px;
  font-weight: 400; }

h3 {
  font-size: 24px;
  font-weight: 400; }

h4 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif; }

h5 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif; }

h6 {
  font-size: 12px; }

p {
  margin: 0 0 1em 0; }

ul, ol {
  margin: 1.2em 0 1.2em 2em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  margin: 0 0 .5em 0; }

.wrap {
  background: #f6f6f6; }

.top {
  margin-top: 0; }

img.alignright,
img.alignleft,
img.aligncenter,
img.alignnone {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

img.alignnone {
  margin: 0 0 1em 0; }

img.border {
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ccc; }

.cmsi-product img {
  padding: 0;
  border: 0; }

/* BUTTONS
------------------------------------------ */
.btn,
.cmsi-module-blog-summary-read-more,
.cms-button-primary,
.cms-button-secondary,
.cms-button-success,
.cms-button-alert,
.cta a,
input[type="submit"] {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: whiteSmoke;
  border: 1px solid #ddd;
  color: #555;
  cursor: pointer;
  display: inline-block;
  padding: 7px 12px;
  text-decoration: none; }

.btn:hover,
.cmsi-module-blog-summary-read-more:hover,
.cta a:hover,
input[type="submit"]:hover {
  background: #ccc;
  border-color: #bbb;
  color: #333; }

.btn-large {
  font-size: 22px;
  padding: 7px 20px; }

.btn-max {
  width: 100%;
  padding: 7px 0;
  text-align: center; }

.btn-success,
.btn-primary,
.btn-secondary,
.btn-alert,
.cms-button-primary,
.cms-button-secondary,
.cms-button-success,
.cms-button-alert,
.cmsi-module-blog-summary-read-more,
.cta a,
input[type="submit"] {
  color: #fff;
  border: 0; }

.btn-success:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-alert:hover,
.cmsi-module-blog-summary-read-more:hover,
.cms-button-primary:hover,
.cms-button-secondary:hover,
.cms-button-success:hover,
.cms-button-alert:hover,
.cta a:hover {
  color: #fff; }

.btn-success,
.cms-button-success {
  background: #9e0039;
  text-shadow: 0 1px 1px #52001d; }

.btn-success:hover,
.cms-button-success:hover {
  background: #6b0027; }

.btn-primary,
.cmsi-module-blog-summary-read-more,
.cms-button-primary,
.cta a,
input[type="submit"] {
  background: #72a447;
  text-shadow: 0 1px 1px #4d6f30; }

.btn-primary:hover,
.cmsi-module-blog-summary-read-more:hover,
.cms-button-primary:hover,
.cta a:hover,
input[type="submit"]:hover {
  background: #598038; }

.btn-secondary,
.cms-button-secondary {
  background: #2A2A2A;
  text-shadow: 0 1px 1px #040404; }

.btn-secondary:hover,
.cms-button-secondary:hover {
  background: #101010; }

.btn-alert,
.cms-button-alert {
  background: #ee5f5b;
  text-shadow: 0 1px 1px #e51d18; }

.btn-alert:hover,
.cms-button-alert:hover {
  background: #e9322d; }

a.cmsi-module-showcase-back, a.cmsi-showcase-readmore, a.checkout {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

/* HEADER
------------------------------------------ */
header[role="banner"] {
  padding: 20px 0; }

header .logo {
  text-align: center;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px; }
  header .logo img {
    width: 75px; }

header .logo a {
  font-size: 44px;
  color: #72a447;
  letter-spacing: -.01em;
  font-weight: 700; }

header .logo a span {
  color: #2A2A2A; }

header .logo a strong {
  color: #2A2A2A;
  font-weight: 400; }

.topBar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 32px;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background: #2A2A2A;
  border-bottom: 1px solid #252525; }
  .topBar .large-7 ul {
    list-style: none;
    margin: 0; }
    .topBar .large-7 ul li {
      float: left;
      margin: 0;
      line-height: 32px; }
    .topBar .large-7 ul li:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: #fff;
      margin-right: 5px;
      width: 32px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      background: #9e0039; }
    .topBar .large-7 ul li:first-child {
      margin-right: 20px; }
    .topBar .large-7 ul li:first-child:before {
      content: "\f095";
      background: #72a447; }
  .topBar .large-7 p {
    margin: 0;
    line-height: 32px;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase; }
    .topBar .large-7 p strong {
      color: #598038; }
    .topBar .large-7 p a {
      color: #99c374;
      font-weight: bold; }
    .topBar .large-7 p a:hover {
      color: #fff; }
  .topBar .large-5 ul {
    list-style: none;
    margin: 0;
    float: right;
    font-size: 0; }
    .topBar .large-5 ul li {
      margin: 0 0 0 1px;
      display: inline-block;
      float: left;
      line-height: 32px;
      height: 32px; }
      .topBar .large-5 ul li a.twitter {
        background: #00aced; }
      .topBar .large-5 ul li a.google {
        background: #dd4b39; }
      .topBar .large-5 ul li a.youtube {
        background: #bb0000; }
      .topBar .large-5 ul li a.linkedin {
        background: #007bb6; }
      .topBar .large-5 ul li a.instagram {
        background: #517fa4; }
      .topBar .large-5 ul li a {
        display: block;
        color: #fff;
        background: #3b5998;
        height: 32px;
        width: 32px;
        text-align: center;
        text-shadow: none; }
        .topBar .large-5 ul li a i {
          font-size: 15px;
          line-height: 32px; }
      .topBar .large-5 ul li a:hover {
        opacity: .5; }

/* DROPDOWNS
------------------------------------------ */
nav {
  max-width: 1140px;
  margin: 0 auto; }

nav ul {
  list-style: none;
  padding: 0;
  z-index: 400;
  margin: 0;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif; }

nav ul li {
  margin: 0;
  padding: 0; }

nav > ul, nav ul > li > ul {
  list-style: none;
  position: relative; }

nav > ul > li {
  display: inline-block;
  height: 32px;
  margin: 0; }

nav > ul > li > a {
  color: #999;
  display: block;
  font-size: 15px;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase; }

nav > ul > li:hover > a,
nav > ul > li.active > a {
  color: #2A2A2A;
  margin: 0; }

nav > ul > li > ul {
  -webkit-font-smoothing: antialiased;
  background: #2A2A2A;
  display: none;
  position: absolute;
  font-size: 14px;
  padding: 0;
  min-width: 220px;
  margin: 0;
  text-align: left;
  border-top: 2px solid #72a447;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px; }

nav > ul > li:hover > ul {
  display: block; }

nav > ul > li ul li {
  background: none; }

nav > ul > li ul li a {
  color: #fff;
  display: block;
  line-height: 24px;
  padding: 5px 0 5px 20px;
  text-decoration: none;
  border-top: 1px solid #1d1d1d; }

nav > ul > li ul li:first-child a {
  border: 0; }

nav > ul > li ul li a:hover {
  background: #ccc;
  color: #2A2A2A;
  text-decoration: none; }

/* MOBILE NAVIGATION */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left; }

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em; }

.slicknav_nav {
  clear: both; }

.slicknav_nav ul,
.slicknav_nav li {
  display: block; }

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
  font-family: arial; }

.slicknav_nav .slicknav_item {
  cursor: pointer; }

.slicknav_nav .slicknav_row {
  display: block; }

.slicknav_nav a {
  display: block; }

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline; }

.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table; }

.slicknav_menu:after {
  clear: both; }

/* IE6/7 support */
.slicknav_menu {
  *zoom: 1; }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
  font-size: 16px;
  display: none; }

/* Button */
.slicknav_btn {
  margin: 0;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #9e0039;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 999; }

/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 3px #000; }

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5; }

.slicknav_menu {
  background: #333; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0; }

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden; }

.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px; }

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px; }

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0; }

.slicknav_nav .slicknav_row:hover {
  background: #72a447;
  color: #fff; }

.slicknav_nav a:hover {
  background: #72a447;
  color: #fff; }

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; }

/* BODY CONTENT
------------------------------------------ */
.feature {
  position: relative;
  max-width: 1400px;
  margin: 0 auto 20px auto;
  padding: 0 .9375em; }
  .feature li,
  .feature .flexslider {
    margin-bottom: 0; }
  .feature section {
    width: 90%;
    position: absolute;
    bottom: 30px;
    left: 30px; }
    .feature section h1,
    .feature section h2 {
      background: #72a447;
      display: inline-block;
      font-size: 38px;
      font-weight: 300;
      padding: 5px 15px;
      margin: 0 0 5px 0;
      color: #fff;
      line-height: 1.35; }
    .feature section p {
      display: inline-block;
      background: #fff;
      color: #2A2A2A;
      font-size: 22px;
      padding: 10px 15px;
      -webkit-font-smoothing: antialiased;
      line-height: 1.35;
      font-weight: 400; }

.highlights {
  -webkit-font-smoothing: antialiased;
  margin: 0 auto 30px;
  max-width: 1400px;
  padding: 0 .9375em; }
  .highlights .large-4 {
    padding: 0;
    border: 1px solid #fff;
    border-top: 0;
    border-bottom: 0; }
    .highlights .large-4 > p {
      margin: 0; }
  .highlights img:hover {
    opacity: .5; }
  .highlights section {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0 30px; }
    .highlights section h3 {
      font-weight: 400;
      margin-bottom: 5px;
      font-size: 22px; }
      .highlights section h3 a {
        color: #fff;
        padding: 5px 15px;
        display: inline-block;
        background: #72a447; }
      .highlights section h3 a:hover {
        opacity: .5; }
    .highlights section p {
      display: inline-block;
      background: #2A2A2A;
      color: #fff;
      font-size: 14px;
      padding: 10px 15px;
      -webkit-font-smoothing: antialiased;
      line-height: 1.35;
      text-transform: uppercase;
      margin: 0; }

hr.divide {
  max-width: 1112px;
  border-top: 4px solid #b3d298;
  margin: 50px auto 20px auto; }

ul.testimonials {
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 0; }

ul.testimonials li:after {
  content: "";
  display: table;
  clear: both; }

ul.testimonials p {
  float: left;
  color: #9e0039;
  font-size: 200%;
  margin: -5px 5px 70px 0; }

ul.testimonials .text {
  font-size: 135%;
  font-style: italic;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  font-weight: 400; }

ul.testimonials .author {
  display: block;
  text-align: right;
  color: #9e0039;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 90%; }

.content {
  padding: 2em 0; }
  .content .row {
    overflow: visible; }
  .content .centered {
    text-align: center; }

.content.home {
  padding: 30px 0 40px;
  border-top: 1px solid #ddd;
  background: #eee;
  	/*background: url(home-bg.jpg) no-repeat center center fixed; 
  	  -webkit-background-size: cover;
  	  -moz-background-size: cover;
  	  -o-background-size: cover;
  	  background-size: cover;
  */ }
  .content.home .subHead {
    margin: 0 0 30px 0; }
    .content.home .subHead h2 {
      margin-top: 0;
      font-size: 32px; }
    .content.home .subHead p {
      font-size: 18px; }
  .content.home #tabs > ul {
    list-style: none;
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 0;
    border-bottom: 1px solid #ddd; }
    .content.home #tabs > ul li {
      display: inline-block;
      font-size: 18px;
      border: 1px solid #ddd;
      border-left: 0;
      margin: 0 0 -1px 0; }
      .content.home #tabs > ul li a {
        color: #999;
        display: block;
        padding: 20px 30px; }
        .content.home #tabs > ul li a i {
          color: #72a447; }
    .content.home #tabs > ul li:first-child {
      border-left: 1px solid #ddd; }
    .content.home #tabs > ul li:hover {
      background: whiteSmoke; }
    .content.home #tabs > ul li.ui-tabs-active {
      border-bottom-color: #eee;
      background-color: #fff;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
      background-image: -webkit-linear-gradient(top, #fff, #eee);
      background-image: -moz-linear-gradient(top, #fff, #eee);
      background-image: -ms-linear-gradient(top, #fff, #eee);
      background-image: -o-linear-gradient(top, #fff, #eee);
      background-image: linear-gradient(top, #fff, #eee);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', endColorStr='#eee'); }
      .content.home #tabs > ul li.ui-tabs-active a {
        color: #333; }
  .content.home #tabs h3 {
    font-size: 28px; }

.content.internal {
  background: url(internal-bg-gradient.png) repeat-x #fff;
  padding: 30px 0;
  border-top: 1px solid #ddd; }

.leadin {
  color: #2A2A2A; }

.secondary h2,
.secondary h3,
.secondary h4,
.secondary h5,
.secondary h6 {
  margin-top: 0; }

.secondary {
  font-size: 13px; }
  .secondary h5 {
    font-size: 15px; }

.sideNavigation ul {
  list-style: none;
  margin: 1.2em 0 30px 0; }
  .sideNavigation ul li {
    margin: 0;
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden; }
    .sideNavigation ul li a {
      line-height: 34px;
      color: #999;
      font-size: 18px;
      background: #fff;
      display: block; }
    .sideNavigation ul li a:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      width: 34px;
      margin: 0;
      text-align: center;
      display: inline-block;
      float: left;
      height: 34px;
      line-height: 34px; }
  .sideNavigation ul li:first-child {
    border-top: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0; }
  .sideNavigation ul li:last-child {
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px; }
  .sideNavigation ul li:hover a {
    color: #2A2A2A; }
  .sideNavigation ul li:hover a:before {
    color: #72a447; }
  .sideNavigation ul li.active a {
    color: #2A2A2A; }
  .sideNavigation ul li.active a:before {
    color: #72a447; }

.cta {
  background: #222222;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 20px 0; }

.cta p {
  margin: 0; }

.cta a {
  float: right;
  padding: 10px 30px;
  font-size: 20px; }

.cta .large-9 p {
  font-size: 24px;
  padding: 7px 0 0 0;
  text-shadow: 0 1px 1px #6b0027; }

.floater.blog-posts {
  font-size: 120%; }

.row .row .large-6 form input[type="text"],
.row .row .large-6 form input[type="email"] {
  width: 100%;
  max-width: none; }
.row .row .large-6 form img {
  display: block; }

/* FOOTER
------------------------------------------ */
footer {
  background: #2A2A2A;
  padding: 2em 0;
  color: #aaaaaa; }
  footer a.cms-button-success {
    background: none;
    text-shadow: none;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px; }
  footer a.cms-button-success:hover {
    background: #999; }

footer hr {
  margin: 10px auto;
  max-width: 1380px;
  border-top-color: #5d5d5d; }

footer p,
footer ul {
  font-size: 14px; }

footer a:hover {
  color: #fff; }

footer h5 {
  margin: 0 0 10px 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal; }

footer .floater.blog-posts .date {
  font-size: 11px;
  margin: 0 0 5px 0; }

footer .inner {
  padding: 10px 0 0 0;
  font-size: 12px; }

footer .inner ul {
  list-style: none;
  margin: 0 0 1em 0;
  height: 12px;
  font-size: 11px; }

footer .inner li {
  float: left;
  margin: 0 0 0 5px;
  padding: 0 0 0 5px;
  border-left: 1px solid #aaaaaa;
  line-height: 12px; }

footer .inner li:first-child {
  margin: 0;
  padding: 0;
  border: 0; }

footer .inner p {
  font-size: 11px; }

footer .inner img {
  width: 200px;
  height: 37px;
  float: right;
  opacity: .5; }

footer .inner img:hover {
  opacity: 1; }

/* CMSI MODS
------------------------------------------ */
#fancybox-wrap,
#fancybox-outer,
#fancybox-inner {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.DRX_CalendarTable {
  width: 100%;
  border-top: 4px solid #97c0e6;
  background: #fff; }

.DRX_CalendarTable th {
  color: #fff;
  background: #231f20;
  width: 14.28%; }

.DRX_CalendarTable td {
  height: 60px; }

#overDiv table {
  margin: 0; }

#overDiv hr {
  display: none; }

#overDiv td td {
  padding: .5em; }

#overDiv > table {
  box-shadow: 0 0 5px #555; }

#overDiv table {
  background: whiteSmoke !important; }

#overDiv table table:first-child {
  background: #231f20 !important; }

td.DRX_CalendarEvent {
  background: #ddd; }

table.CMSI_Module_Calendar_MonthSelector {
  width: 100%; }

/* SimpleCart */
.cmsi-product h2 {
  font-size: 15px; }

.browse {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #2A2A2A;
  border-color: #1d1d1d; }
  .browse .cmsi-product-home a:before,
  .browse .cmsi-view-cart a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin: 0 5px 0 0;
    color: #fff; }
  .browse .cmsi-view-cart a:before {
    content: "\f07a"; }
  .browse a {
    color: #fff; }
  .browse a:hover {
    color: #999; }

.cmsi-product-feed h2.title {
  font-size: 22px;
  margin-bottom: 0; }

.cmsi-price {
  font-size: 18px; }

.cmsi-product-list {
  border-bottom: 1px solid #ddd; }

.cmsi-product img {
  width: auto;
  border: 0;
  padding: 0; }

/* MOBILE
------------------------------------------ */
@media handheld, only screen and (max-width: 1040px) {
  .highlights h2 {
    padding-top: 10px; } }
@media handheld, only screen and (max-width: 975px) {
  .feature section {
    position: relative;
    width: 100%;
    left: auto;
    background: #fff; }
    .feature section .large-8 {
      width: 100%; }
    .feature section h1, .feature section h2 {
      display: block; }

  .highlights section {
    width: 100%;
    left: auto;
    padding: 0;
    position: relative;
    bottom: auto; }
    .highlights section h3 {
      margin: 0;
      display: block;
      font-size: 20px; } }
@media handheld, only screen and (max-width: 880px) {
  .topBar .large-7 ul li:before {
    display: none; } }
@media handheld, only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    padding-top: 64px; }

  .slicknav_menu {
    display: block; }

  .slicknav_menutxt {
    display: none; }

  nav {
    display: none; }

  .topBar {
    height: auto; }
    .topBar .large-7 ul li {
      display: block;
      float: none; }
    .topBar .large-7 ul li:before {
      display: inline-block; }
    .topBar .large-5 ul {
      position: fixed;
      bottom: 5px;
      z-index: 99; }

  header .logo {
    margin-bottom: 0; }

  .feature section {
    text-align: center;
    min-height: 150px;
    bottom: auto; }
    .feature section h1, .feature section h2 {
      font-size: 28px; }
    .feature section p {
      font-size: 16px; }

  .flex-direction-nav a {
    top: 32%; }

  .highlights section h3 a {
    display: block; }

  #tabs img {
    margin-bottom: 1.2em; }

  .content.home #tabs > ul li {
    font-size: 14px;
    width: 50%;
    border: 1px solid #ddd; }
    .content.home #tabs > ul li i {
      display: block; }

  .content.home #tabs > ul li:nth-child(even) {
    border-left: 0; }

  .content.home #tabs > ul li.ui-tabs-active {
    background: #72a447; }
    .content.home #tabs > ul li.ui-tabs-active a, .content.home #tabs > ul li.ui-tabs-active a i {
      color: #fff; }

  .highlights .large-4 {
    border: 0;
    margin: 0 0 20px 0;
    text-align: center; }

  img.alignleft,
  img.alignright {
    margin: 1.2em auto;
    float: none; }

  .browse select {
    float: none;
    width: 100%;
    max-width: none; }

  .content {
    padding-top: 1em; }

  .cta a {
    float: none; }

  .cta .large-9 p {
    line-height: 1.3;
    margin: 0 0 10px 0; }

  .cta {
    padding-bottom: 10px; }

  footer .inner:after {
    content: "";
    display: table;
    clear: both; }

  footer .inner {
    padding-bottom: 60px; }

  footer .inner ul {
    display: none; }

  footer .inner img {
    float: none; } }
