.montserat, h1, #breadcrumbs, menu#primary > ul > li > a, menu#primary > ul > li > a span, menu#primary > ul > li div.drop div.menu h4, footer h6, #homepage-carousel ul li .text h2, section.intro-text h1, section.ctas article div.text h3, section.news-thumbs div.category h4, section.news-thumbs article div.text h3, div.print-issue div.desc p, div.authors div.bio {
  font-family: 'Montserrat', sans-serif; }

.opensans, body, div.authors div.bio h4 {
  font-family: 'Open Sans', sans-serif; }

/* ==========================================================================

  Base Stylesheet - http://git.io/base
  Author: Matthew Hartman - http://www.matthewhartman.com.au/
  Version: 1.6 - Last Updated: 31st of January, 2014

========================================================================== */
/* Resets */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body, form, fieldset, legend, input, select, textarea, button {
  margin: 0; }

html {
  font-size: 100%; }

/* ==========================================================================
/* 1.0 - Document Setup (typography, links, paragraph, etc)
   ========================================================================== */
/* Body */
body {
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  color: #434343;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* Strong and Italic */
/* Links */
a {
  color: #009bdf; }

a:hover {
  text-decoration: none; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

/* Paragraph and Small */
p {
  margin: 0 0 1.6em 0; }

pre {
  margin: 1em 0; }

ul + p, ul + pre, ol + p, ol + pre {
  margin-top: 0; }

small {
  font-size: 80%; }

/* Abbreviations */
abbr[title] {
  border-bottom: 1px dotted; }

/* Audio */
audio:not([controls]) {
  height: 0; }

/* Small,
Sub and Sup */
small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

/* Definition */
/* Images */
img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

.image-left {
  margin-right: 20px; }

.image-right {
  margin-left: 20px; }

/* 1.1 Headings - h1, h2, h3, h4, h5, h6 & other (if any)
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-weight: normal;
  margin: 0 0 0.33em 0; }

h1, .h1 {
  font-size: 40px;
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 32px;
  font-size: 2rem; }

h3, .h3 {
  font-size: 26px;
  font-size: 1.625rem; }

h4, .h4 {
  font-size: 20px;
  font-size: 1.25rem; }

h5, .h5 {
  font-size: 18px;
  font-size: 1.125rem; }

h6, .h6 {
  font-size: 16px;
  font-size: 1rem; }

/* Reset Heading */
.no-style-heading {
  margin: 0;
  font-size: 100%; }

/* Horizontal Rule */
hr {
  border: 0;
  background: none;
  outline: 0;
  background-color: #ddd;
  margin: 1em 0;
  *margin: 1em 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px; }

/* 1.2 Quotes and Code - block quotes, quotes, code, pre, etc
   ========================================================================== */
/* Block Quotes and Quotes */
blockquote {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 32px;
  line-height: 2rem;
  color: #434343;
  margin: 1em 0; }
  blockquote p {
    margin: 1em 0; }

cite {
  color: #434343;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

/* Mark */
mark {
  background: #ff0;
  color: #111; }

/* Code */
code, kbd, pre, samp {
  word-wrap: break-word;
  font-family: 'courier new', monospace, serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: normal;
  font-weight: normal;
  background-color: #f1f1f1;
  padding: 10px; }

code {
  color: #111; }

/* 1.3 Lists
   ========================================================================== */
dl, menu, ol, ul {
  margin: 1em 0; }

dd,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0; }

dd {
  margin-bottom: 1em; }

menu, ol, ul {
  padding: 0 0 0 22px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

/* Remove Styling from List */
.unstyled-list, .inline-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .unstyled-list li, .inline-list li {
    margin-top: 0;
    margin-bottom: 0; }

/* 1.4 Tables
   ========================================================================== */
table {
  width: 100%;
  margin: 1em 0;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  *white-space: normal; }

table th,
table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee; }

table thead th,
table tfoot th {
  vertical-align: bottom;
  background-color: #f1f1f1;
  color: #333; }

table caption {
  padding: 8px;
  font-weight: normal;
  font-style: normal;
  border-bottom: 0; }

/* 1.5 Forms, Labels and Inputs
   ========================================================================== */
fieldset {
  border: 0;
  padding: 0; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

label {
  margin: 0;
  cursor: pointer; }

button, input, select, textarea {
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle; }

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #111;
  border: 1px solid #ccc; }

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  box-sizing: border-box;
  line-height: normal;
  margin: 0;
  padding: 0;
  *height: 13px;
  *width: 13px; }

.checkbox {
  margin: .2em 0; }
  .checkbox input[type=checkbox],
  .checkbox input[type=radio] {
    margin-top: .05em; }
  .checkbox label {
    padding-left: 5px;
    overflow: hidden;
    display: table;
    *zoom: 1; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

/* Buttons */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none; }

/* Custom Buttons */
.button {
  border: 0;
  padding: 1em 3em;
  background-color: #e74b3c;
  color: #fff;
  text-decoration: none;
  position: relative; }

.button.dark {
  background-color: #555;
  color: #fff; }

.button.alt:hover {
  background-color: #3b3b3b; }

.button.alt {
  background-color: #009bdf; }

.button.alt:hover {
  background-color: #0078ac; }

.button.small {
  padding: 0.5em 0.8em;
  font-size: 80%;
  margin: 1px 0;
  vertical-align: top; }

.button.tiny {
  padding: 0.2em 0.8em;
  font-size: 70%;
  margin: 1px 0;
  vertical-align: top; }

.button:hover {
  background-color: #fc5547; }

.button:active {
  top: 1px; }

.grey-button {
  background-color: #eee;
  color: #434343; }

.grey-button:hover {
  background-color: #f1f1f1; }

.button[disabled],
.button.disabled {
  color: #999;
  background-color: #f1f1f1; }

.unstyled-button {
  font-size: 16px;
  font-size: 1rem;
  color: #27ae61;
  text-decoration: underline;
  border: 0;
  background: transparent;
  height: auto;
  padding: 0;
  cursor: pointer;
  outline: 0; }
  .unstyled-button:hover {
    text-decoration: none; }

.unstyled-button[disabled],
.unstyled-button.disabled {
  text-decoration: none;
  color: #999;
  background-color: #ccc; }

/* ==========================================================================
/* 2.0 - Grid Layout (Responsive)
   ========================================================================== */
/* Sections & Content Blocks */
.section {
  position: relative; }

.container, section {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px; }

.container-full {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }

/* Fluid Grid */
.col, footer div.nav, footer div.nav .left, footer div.nav .checkbox input[type=checkbox], .checkbox footer div.nav input[type=checkbox],
footer div.nav .checkbox input[type=radio], .checkbox footer div.nav input[type=radio], footer div.nav .right, footer .ad-box, #homepage-carousel ul li .image-box, #homepage-carousel ul li .text, section.ctas article, section.ctas article div.icon, section.ctas article div.text, section.news-thumbs div.category, section.news-thumbs div.results, section.news-thumbs article, div.content, aside.sidebar, div#print-issues article, div#print-issues article .image, div#print-issues article .text, div.print-issue div.page, div.print-issue div.desc, div.authors div.image, div.authors div.bio {
  margin-left: 2%;
  float: left; }

.col:first-child, footer div.nav:first-child, footer div.nav .left:first-child, footer div.nav .checkbox input[type=checkbox]:first-child, .checkbox footer div.nav input[type=checkbox]:first-child,
footer div.nav .checkbox input[type=radio]:first-child, .checkbox footer div.nav input[type=radio]:first-child, footer div.nav .right:first-child, footer .ad-box:first-child, #homepage-carousel ul li .image-box:first-child, #homepage-carousel ul li .text:first-child, section.ctas article:first-child, section.ctas article div.icon:first-child, section.ctas article div.text:first-child, section.news-thumbs div.category:first-child, section.news-thumbs div.results:first-child, section.news-thumbs article:first-child, div.content:first-child, aside.sidebar:first-child, div#print-issues article:first-child, div#print-issues article .image:first-child, div#print-issues article .text:first-child, div.print-issue div.page:first-child, div.print-issue div.desc:first-child, div.authors div.image:first-child, div.authors div.bio:first-child {
  margin-left: 0; }

/* Columns */
.col-1 {
  width: 6.5%;
  *width: expression(Math.floor(0.065 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }

.col-2, div.print-issue div.page, div.authors div.image {
  width: 15%;
  *width: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }

.col-3, .col-1-4, section.ctas article div.icon, section.news-thumbs div.category, aside.sidebar {
  width: 23.5%;
  *width: expression(Math.floor(0.235 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }

.col-4, .col-1-3, footer .ad-box, #homepage-carousel ul li .text, section.news-thumbs article, div#checkout aside.sidebar {
  width: 32%;
  *width: expression(Math.floor(0.32 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }

.col-5, div#print-issues article .image {
  width: 40.5%;
  *width: expression(Math.floor(0.40.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }

.col-6, .col-1-2, footer div.nav .left, footer div.nav .checkbox input[type=checkbox], .checkbox footer div.nav input[type=checkbox],
footer div.nav .checkbox input[type=radio], .checkbox footer div.nav input[type=radio], footer div.nav .right, section.ctas article, div#print-issues article {
  width: 49.0%;
  *width: expression(Math.floor(0.49 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }

.col-7, div#print-issues article .text {
  width: 57.5%;
  *width: expression(Math.floor(0.575 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }

.col-8, footer div.nav, #homepage-carousel ul li .image-box, div#checkout div.content {
  width: 66%;
  *width: expression(Math.floor(0.66 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }

.col-9, section.ctas article div.text, section.news-thumbs div.results, div.content {
  width: 74.5%;
  *width: expression(Math.floor(0.745 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }

.col-10, div.print-issue div.desc, div.authors div.bio {
  width: 83%;
  *width: expression(Math.floor(0.83 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }

.col-11 {
  width: 91.5%;
  *width: expression(Math.floor(0.915 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px"); }

.col-12, #checkout section.ctas article {
  width: 100%; }

/* Desktop Rows */
.row-0 {
  padding-top: 0em;
  padding-bottom: 0em; }

.row, section, div#print-issues {
  padding-top: .5em;
  padding-bottom: .5em; }

.row-1 {
  padding-top: 1em;
  padding-bottom: 1em; }

.row-2 {
  padding-top: 2em;
  padding-bottom: 2em; }

.row-3 {
  padding-top: 3em;
  padding-bottom: 3em; }

.row-4 {
  padding-top: 4em;
  padding-bottom: 4em; }

.row-5 {
  padding-top: 5em;
  padding-bottom: 5em; }

.row-6 {
  padding-top: 6em;
  padding-bottom: 6em; }

.row-7 {
  padding-top: 7em;
  padding-bottom: 7em; }

/* ==========================================================================
/* 3.0 - CSS Helpers / Extras
   ========================================================================== */
.clear, .section, .container, section, .container-full, .row-0, .row, div#print-issues, .row-1, .row-2, .row-3, .row-4, .row-5, .row-6, .row-7, header, menu#primary > ul > li div.drop, footer {
  zoom: 1; }
  .clear:before, .section:before, .container:before, section:before, .container-full:before, .row-0:before, .row:before, div#print-issues:before, .row-1:before, .row-2:before, .row-3:before, .row-4:before, .row-5:before, .row-6:before, .row-7:before, header:before, menu#primary > ul > li div.drop:before, footer:before, .clear:after, .section:after, .container:after, section:after, .container-full:after, .row-0:after, .row:after, div#print-issues:after, .row-1:after, .row-2:after, .row-3:after, .row-4:after, .row-5:after, .row-6:after, .row-7:after, header:after, menu#primary > ul > li div.drop:after, footer:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clear:after, .section:after, .container:after, section:after, .container-full:after, .row-0:after, .row:after, div#print-issues:after, .row-1:after, .row-2:after, .row-3:after, .row-4:after, .row-5:after, .row-6:after, .row-7:after, header:after, menu#primary > ul > li div.drop:after, footer:after {
    clear: both; }

/* Floats */
.left, .checkbox input[type=checkbox],
.checkbox input[type=radio] {
  float: left; }

.right {
  float: right; }

/* Display */
.block, .checkbox {
  display: block; }

.inline {
  display: inline; }

.inline-block, audio, canvas, video, .inline-list, .inline-list li, .button {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.none,
audio:not([controls]),
[hidden] {
  display: none; }

/* Font Weights */
.heavy {
  font-weight: 900; }

.strong, b, strong {
  font-weight: 700; }

.normal, cite, dt, table thead th,
table tfoot th, table caption, legend, input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  font-weight: normal; }

.thin {
  font-weight: 300; }

.italic, i, em, .em, dfn, blockquote, q {
  font-style: italic; }

/* Font Styles */
.capitalize {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

/* Text Position */
.left-text, table caption, .text-left {
  text-align: left; }

.right-text, .text-right {
  text-align: right; }

.center-text, .button, .text-center {
  text-align: center; }

/* Accessibility (offscreen text for screen readers) */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: -9999em; }

.visuallyvisible {
  clip: auto;
  width: auto;
  height: auto;
  overflow: visible;
  left: 0; }

/* Margin and Padding Reset */
.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

@media only screen and (min-width: 1000px) {
  .col-6:nth-child(2n+3), .col-1-2:nth-child(2n+3), footer div.nav .left:nth-child(2n+3), footer div.nav .checkbox input[type=checkbox]:nth-child(2n+3), .checkbox footer div.nav input[type=checkbox]:nth-child(2n+3),
  footer div.nav .checkbox input[type=radio]:nth-child(2n+3), .checkbox footer div.nav input[type=radio]:nth-child(2n+3), footer div.nav .right:nth-child(2n+3), section.ctas article:nth-child(2n+3), div#print-issues article:nth-child(2n+3) {
    margin-left: 0; }
  .col-4:nth-child(3n+4), .col-1-3:nth-child(3n+4), footer .ad-box:nth-child(3n+4), #homepage-carousel ul li .text:nth-child(3n+4), section.news-thumbs article:nth-child(3n+4), div#checkout aside.sidebar:nth-child(3n+4) {
    margin-left: 0; }
  .col-3:nth-child(4n+5), .col-1-4:nth-child(4n+5), section.ctas article div.icon:nth-child(4n+5), section.news-thumbs div.category:nth-child(4n+5), aside.sidebar:nth-child(4n+5) {
    margin-left: 0; }
  .no-desktop {
    display: none !important; } }

/* End Desktop Media Query */
@media only screen and (min-width: 1000px) and (max-width: 1180px) {
  .container, section {
    max-width: 980px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    .container:first-child, section:first-child {
      margin-left: auto; }
    .container .no-desktop, section .no-desktop {
      display: none !important; }
    .container .no-legacy, section .no-legacy {
      display: none !important; } }

/* End Legacy Desktop Media Query */
/* ==========================================================================
/* -- 5.0 Tablet Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (min-width: 480px) and (max-width: 1000px) {
  .container, section, .tablet-container {
    width: 720px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    .container:first-child, section:first-child, .tablet-container:first-child {
      margin-left: auto; }
  .tablet-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    .tablet-container-full:first-child {
      margin-left: auto; }
  /* Tablet Grid */
  .tablet-col-1 {
    width: 6.5%; }
  .tablet-col-2 {
    width: 15%; }
  .tablet-col-3, .tablet-col-1-4, aside.sidebar {
    width: 23.5%; }
  .tablet-col-4, .tablet-col-1-3, section.ctas article div.icon, section.news-thumbs article {
    width: 32%; }
  .tablet-col-5, footer div.nav .right, footer .ad-box, div#checkout aside.sidebar {
    width: 40.5%; }
  .tablet-col-6, .tablet-col-1-2 {
    width: 49.0%; }
  .tablet-col-7, footer div.nav, footer div.nav .left, footer div.nav .checkbox input[type=checkbox], .checkbox footer div.nav input[type=checkbox],
  footer div.nav .checkbox input[type=radio], .checkbox footer div.nav input[type=radio], div#checkout div.content {
    width: 57.5%; }
  .tablet-col-8, section.ctas article div.text {
    width: 66%; }
  .tablet-col-9 {
    width: 74.5%; }
  .tablet-col-10 {
    width: 83%; }
  .tablet-col-11 {
    width: 91.5%; }
  .tablet-col-12, div#print-issues article {
    width: 100%; }
  .tablet-col-6:nth-child(2n+3), .tablet-col-1-2:nth-child(2n+3) {
    margin-left: 0; }
  .tablet-col-4:nth-child(3n+4), .tablet-col-1-3:nth-child(3n+4), section.ctas article div.icon:nth-child(3n+4), section.news-thumbs article:nth-child(3n+4) {
    margin-left: 0; }
  .tablet-col-3:nth-child(4n+5), .tablet-col-1-4:nth-child(4n+5), aside.sidebar:nth-child(4n+5) {
    margin-left: 0; }
  .tablet-full, section.news-thumbs div.category, section.news-thumbs div.results, div#checkout .header div.content {
    clear: both;
    float: none;
    width: 100%;
    margin: 1em 0 0 0;
    display: block; }
  .tablet-full:first-child, section.news-thumbs div.category:first-child, section.news-thumbs div.results:first-child, div#checkout .header div.content:first-child {
    margin-top: 0; }
  .tablet-left-text {
    text-align: left; }
  .tablet-right-text {
    text-align: right; }
  .tablet-center-text {
    text-align: center; }
  .tablet-left {
    float: left; }
  .tablet-right {
    float: right; }
  .tablet-no-float {
    float: none; }
  /* Margin and Padding Reset */
  .tablet-no-margin {
    margin: 0; }
  .tablet-no-padding {
    padding: 0; }
  /* Tablet Rows */
  .tablet-row {
    padding-top: .5em;
    padding-bottom: .5em; }
  .tablet-row-1 {
    padding-top: 1em;
    padding-bottom: 1em; }
  .tablet-row-2 {
    padding-top: 2em;
    padding-bottom: 2em; }
  .tablet-row-3 {
    padding-top: 3em;
    padding-bottom: 3em; }
  .tablet-row-4 {
    padding-top: 4em;
    padding-bottom: 4em; }
  .tablet-row-5 {
    padding-top: 5em;
    padding-bottom: 5em; }
  .tablet-row-6 {
    padding-top: 6em;
    padding-bottom: 6em; }
  .tablet-row-7 {
    padding-top: 7em;
    padding-bottom: 7em; }
  .no-tablet {
    display: none !important; }
  .show-tablet {
    display: block; } }

/* End Tablet Media Query */
/* ==========================================================================
/* -- 7.0 Mobile Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (max-width: 480px) {
  .container, section, .mobile-container {
    width: 300px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    .container:first-child, section:first-child, .mobile-container:first-child {
      margin-left: auto; }
  .mobile-container-full {
    width: 320px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    .mobile-container-full:first-child {
      margin-left: auto; }
  /* Mobile Grid */
  .mobile-col-1 {
    width: 6.5%; }
  .mobile-col-2 {
    width: 15%; }
  .mobile-col-3 {
    width: 23.5%; }
  .mobile-col-4, section.ctas article div.icon {
    width: 32%; }
  .mobile-col-5 {
    width: 40.5%; }
  .mobile-col-6 {
    width: 49.0%; }
  .mobile-col-7 {
    width: 57.5%; }
  .mobile-col-8, section.ctas article div.text {
    width: 66%; }
  .mobile-col-9 {
    width: 74.5%; }
  .mobile-col-10 {
    width: 83%; }
  .mobile-col-11 {
    width: 91.5%; }
  .mobile-col-12 {
    width: 100%; }
  /* When switching from something like a 4x1 desktop layout to a 2x2 mobile layout
   these selects will help remove extra margins on the shifted columns */
  .mobile-col-6:nth-child(2n+3) {
    margin-left: 0; }
  .mobile-col-4:nth-child(3n+4), section.ctas article div.icon:nth-child(3n+4) {
    margin-left: 0; }
  .mobile-col-3:nth-child(4n+5) {
    margin-left: 0; }
  /* Mobile Grid */
  .mobile-1-2 {
    width: 49.0%; }
  .mobile-1-3 {
    width: 32%; }
  .mobile-1-4 {
    width: 23.5%; }
  .mobile-full, footer div.nav, footer div.nav .left, footer div.nav .checkbox input[type=checkbox], .checkbox footer div.nav input[type=checkbox],
  footer div.nav .checkbox input[type=radio], .checkbox footer div.nav input[type=radio], footer div.nav .right, footer .ad-box, #homepage-carousel ul li .image-box, #homepage-carousel ul li .text, section.ctas article, section.news-thumbs div.category, section.news-thumbs div.results, section.news-thumbs article, div.content, aside.sidebar, div#checkout div.content, div#checkout aside.sidebar, div#print-issues article {
    clear: both;
    float: none;
    width: 100%;
    margin: .2em 0 0 0;
    display: block; }
  .mobile-full:first-child, footer div.nav:first-child, footer div.nav .left:first-child, footer div.nav .checkbox input[type=checkbox]:first-child, .checkbox footer div.nav input[type=checkbox]:first-child,
  footer div.nav .checkbox input[type=radio]:first-child, .checkbox footer div.nav input[type=radio]:first-child, footer div.nav .right:first-child, footer .ad-box:first-child, #homepage-carousel ul li .image-box:first-child, #homepage-carousel ul li .text:first-child, section.ctas article:first-child, section.news-thumbs div.category:first-child, section.news-thumbs div.results:first-child, section.news-thumbs article:first-child, div.content:first-child, aside.sidebar:first-child, div#checkout div.content:first-child, div#checkout aside.sidebar:first-child, div#print-issues article:first-child {
    margin: 0; }
  .mobile-left-text {
    text-align: left; }
  .mobile-right-text {
    text-align: right; }
  .mobile-center-text {
    text-align: center; }
  .mobile-left {
    float: left; }
  .mobile-right {
    float: right; }
  .mobile-no-float {
    float: none; }
  /* Margin and Padding Reset */
  .mobile-no-margin {
    margin: 0; }
  .mobile-no-padding {
    padding: 0; }
  /* Mobile Rows */
  .mobile-row {
    padding-top: .5em;
    padding-bottom: .5em; }
  .mobile-row-1 {
    padding-top: 1em;
    padding-bottom: 1em; }
  .mobile-row-2 {
    padding-top: 2em;
    padding-bottom: 2em; }
  .mobile-row-3 {
    padding-top: 3em;
    padding-bottom: 3em; }
  .mobile-row-4 {
    padding-top: 4em;
    padding-bottom: 4em; }
  .mobile-row-5 {
    padding-top: 5em;
    padding-bottom: 5em; }
  .mobile-row-6 {
    padding-top: 6em;
    padding-bottom: 6em; }
  .mobile-row-7 {
    padding-top: 7em;
    padding-bottom: 7em; }
  /* Mobile Tables */
  table th,
  table td {
    padding: 4px; }
  .no-mobile, div.print-issue div.page {
    display: none !important; }
  .show-mobile {
    display: block; } }

/* End Mobile Media Query */
@media print {
  * {
    background: transparent; }
  a, a:visited {
    text-decoration: underline; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100%; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/*
* Scut, a collection of Sass utilities to ease and improve our implementations of common style-code patterns.
* v0.9.1
* Docs at http://davidtheclark.github.io/scut
*/
body {
  background: #f6f6f6; }

img {
  max-width: 100%; }

h1 {
  font-size: 29px;
  margin: 0;
  line-height: 1.3em; }
  @media (min-width: 480px) and (max-width: 1000px) {
    h1 {
      font-size: 24px; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 18px; } }

#breadcrumbs {
  font-size: 11px;
  margin-top: 7px;
  color: #999; }
  #breadcrumbs a {
    color: #999;
    text-decoration: none; }

.pagination {
  font-size: 17px;
  font-weight: bold; }
  .pagination a {
    text-decoration: none;
    color: #b3b3b3; }
    .pagination a:hover {
      color: #de4600; }
  .pagination span {
    padding: 0 2px; }
    .pagination span.current {
      color: #de4600; }

header {
  background: url("/assets/images/site/bg/header.jpg") repeat-x;
  border-bottom: 3px solid #4d4535;
  position: relative;
  margin: 0 0 35px 0; }
  header .logo-wrapper {
    padding-top: 10px; }
    @media (min-width: 480px) and (max-width: 1000px) {
      header .logo-wrapper {
        padding: 0 10px 10px 10px; } }
  header img {
    max-width: 100%; }
    @media (max-width: 480px) {
      header img {
        width: 50%;
        text-align: center; } }
  header div.container {
    padding-top: 1em; }
    @media (max-width: 480px) {
      header div.container {
        padding-top: 0.5em; } }
  @media (max-width: 480px) {
    header div.right-side {
      float: right; } }
  header div.right-side .social {
    bottom: 0;
    margin-left: 105px; }
    @media (min-width: 1000px) and (max-width: 1180px) {
      header div.right-side .social {
        margin-left: 80px; } }
    @media (min-width: 480px) and (max-width: 1000px) {
      header div.right-side .social {
        margin-left: 35px; } }
    @media (max-width: 480px) {
      header div.right-side .social {
        margin-left: 0px;
        bottom: inherit;
        margin-top: -40px;
        position: relative; } }
    header div.right-side .social ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: right; }
      header div.right-side .social ul li {
        display: inline-block;
        text-align: right;
        margin: 0 0 0 10px;
        padding: 0; }
        @media (max-width: 480px) {
          header div.right-side .social ul li.search {
            display: none; } }
        header div.right-side .social ul li.search form {
          position: relative;
          top: -6px; }
          header div.right-side .social ul li.search form input[type=text] {
            background-color: #eee;
            font-size: 12px; }
        header div.right-side .social ul li.search .button {
          position: relative;
          top: -2px;
          background-color: #4d4535; }
          header div.right-side .social ul li.search .button:hover {
            background-color: #e74b3c; }
        header div.right-side .social ul li a {
          opacity: 0.7; }
          header div.right-side .social ul li a img {
            width: 100%; }
          header div.right-side .social ul li a:hover {
            opacity: 1; }
  header div.right-side .search {
    display: none; }

menu#primary {
  margin: 11px 0 0 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 85px; }
  @media (min-width: 480px) and (max-width: 1000px) {
    menu#primary {
      height: 60px; } }
  @media (max-width: 480px) {
    menu#primary {
      height: 50px; } }
  menu#primary > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 87px;
    position: absolute; }
    @media (min-width: 480px) and (max-width: 1000px) {
      menu#primary > ul {
        height: 62px; } }
    @media (max-width: 480px) {
      menu#primary > ul {
        height: 52px; } }
    menu#primary > ul > li {
      width: 33.3%;
      margin: 0; }
      menu#primary > ul > li > a {
        display: inline-block;
        height: 88px;
        width: 100%;
        text-decoration: none;
        font-size: 18px;
        line-height: 23px;
        color: #fff;
        text-decoration: none;
        background-position: 15px 25px;
        background-size: 36px;
        background-repeat: no-repeat;
        cursor: default; }
        @media (min-width: 480px) and (max-width: 1000px) {
          menu#primary > ul > li > a {
            background-size: inherit; } }
        menu#primary > ul > li > a span {
          display: inline-block;
          padding: 20px 0px 0 65px; }
        @media (min-width: 480px) and (max-width: 1000px) {
          menu#primary > ul > li > a {
            height: 63px;
            font-size: 14px;
            line-height: 17px;
            background-position: 8px 18px; }
            menu#primary > ul > li > a span {
              padding: 15px 0px 0 36px; } }
        @media (max-width: 480px) {
          menu#primary > ul > li > a {
            height: 53px;
            background-position: 7px 18px;
            background-size: 15%;
            font-size: 11px;
            line-height: 14px; }
            menu#primary > ul > li > a span {
              padding: 12px 0px 0 28px; } }
      menu#primary > ul > li div.drop {
        z-index: 1000;
        display: none;
        position: absolute;
        top: 88px;
        height: 270px;
        width: 621px;
        background: #fff;
        -webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75) ;
        -moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75) ;
        box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75) ; }
        @media (min-width: 1000px) and (max-width: 1180px) {
          menu#primary > ul > li div.drop {
            width: 600px; } }
        @media (min-width: 480px) and (max-width: 1000px) {
          menu#primary > ul > li div.drop {
            top: 63px;
            width: 530px; } }
        @media (max-width: 480px) {
          menu#primary > ul > li div.drop {
            top: 53px;
            width: 320px;
            left: 0; } }
        menu#primary > ul > li div.drop div.menu {
          float: left;
          width: 390px;
          padding: 20px; }
          @media (min-width: 1000px) and (max-width: 1180px) {
            menu#primary > ul > li div.drop div.menu {
              width: 370px; } }
          @media (min-width: 480px) and (max-width: 1000px) {
            menu#primary > ul > li div.drop div.menu {
              width: 320px; } }
          @media (max-width: 480px) {
            menu#primary > ul > li div.drop div.menu {
              width: 320px; } }
          menu#primary > ul > li div.drop div.menu h4 {
            color: #615847;
            font-size: 28px;
            line-height: 30px;
            border-bottom: 1px solid #dddddd;
            margin: 0 0 10px 0;
            padding: 0 0 10px 0; }
          menu#primary > ul > li div.drop div.menu ul {
            list-style: none;
            margin: 0;
            padding: 0; }
            menu#primary > ul > li div.drop div.menu ul li {
              font-size: 16px;
              line-height: 30px;
              text-transform: uppercase; }
              menu#primary > ul > li div.drop div.menu ul li a {
                color: #615847;
                background: none;
                border: none;
                text-decoration: none;
                padding-left: 10px;
                font-weight: bold; }
              menu#primary > ul > li div.drop div.menu ul li ul {
                display: none; }
              menu#primary > ul > li div.drop div.menu ul li:before {
                content: "\203A"; }
        menu#primary > ul > li div.drop div.feature {
          float: left;
          width: 230px;
          height: 267px;
          background: #eaeaea;
          padding: 30px 25px 0px 25px; }
          menu#primary > ul > li div.drop div.feature .image {
            border: 1px solid #999999;
            margin-bottom: 10px;
            height: 116px;
            width: 164px;
            background-repeat: no-repeat;
            overflow: hidden;
            background-size: cover; }
          menu#primary > ul > li div.drop div.feature p {
            font-size: 12px;
            line-height: 1.4em;
            margin: 0;
            padding: 0 5px 0 0; }
          menu#primary > ul > li div.drop div.feature div.download {
            margin-top: 5px; }
            menu#primary > ul > li div.drop div.feature div.download img {
              width: 60%; }
          @media (min-width: 480px) and (max-width: 1000px) {
            menu#primary > ul > li div.drop div.feature {
              width: 210px; } }
          @media (max-width: 480px) {
            menu#primary > ul > li div.drop div.feature {
              display: none; } }
      menu#primary > ul > li:hover > .drop {
        display: block; }
    menu#primary > ul > li:nth-child(1) {
      background-color: #009bdf;
      background-image: url("/assets/images/site/bg/blue.jpg"); }
      menu#primary > ul > li:nth-child(1) > a {
        background-image: url("/assets/images/site/icon/plus.png");
        border-bottom: 3px solid #005479; }
      menu#primary > ul > li:nth-child(1):hover > a {
        border-bottom: 3px solid #009bdf; }
      menu#primary > ul > li:nth-child(1):hover > a:before {
        content: ' ';
        position: absolute;
        z-index: 20000;
        width: 0;
        height: 0;
        left: 30px;
        bottom: -21px;
        border: 10px solid;
        border-color: #009bdf transparent transparent transparent; }
      menu#primary > ul > li:nth-child(1) div.drop {
        border-bottom: 3px solid #009bdf; }
        menu#primary > ul > li:nth-child(1) div.drop ul li a:hover {
          color: #009bdf !important; }
    menu#primary > ul > li:nth-child(2) {
      background-color: #8ac75a;
      background-image: url("/assets/images/site/bg/green.jpg"); }
      menu#primary > ul > li:nth-child(2) > a {
        background-image: url("/assets/images/site/icon/magazine.png");
        border-bottom: 3px solid #588c2f; }
      menu#primary > ul > li:nth-child(2):hover > a {
        border-bottom: 3px solid #8ac75a; }
      menu#primary > ul > li:nth-child(2):hover > a:before {
        content: ' ';
        position: absolute;
        z-index: 20000;
        width: 0;
        height: 0;
        margin-left: 30px;
        bottom: -21px;
        border: 10px solid;
        border-color: #8ac75a transparent transparent transparent; }
      menu#primary > ul > li:nth-child(2) div.drop {
        border-bottom: 3px solid #8ac75a;
        margin-left: -207px; }
        menu#primary > ul > li:nth-child(2) div.drop ul li a:hover {
          color: #8ac75a !important; }
        @media (min-width: 1000px) and (max-width: 1180px) {
          menu#primary > ul > li:nth-child(2) div.drop {
            margin-left: -181px; } }
        @media (min-width: 480px) and (max-width: 1000px) {
          menu#primary > ul > li:nth-child(2) div.drop {
            margin-left: -133px; } }
        @media (max-width: 480px) {
          menu#primary > ul > li:nth-child(2) div.drop {
            margin-left: 0; } }
    menu#primary > ul > li:nth-child(3) {
      background-color: #de4600;
      background-image: url("/assets/images/site/bg/orange.jpg"); }
      menu#primary > ul > li:nth-child(3) > a {
        background-image: url("/assets/images/site/icon/new.png");
        border-bottom: 3px solid #782600; }
      menu#primary > ul > li:nth-child(3):hover > a {
        border-bottom: 3px solid #de4600; }
      menu#primary > ul > li:nth-child(3):hover > a:before {
        content: ' ';
        position: absolute;
        z-index: 20000;
        width: 0;
        height: 0;
        right: 30px;
        bottom: -21px;
        border: 10px solid;
        border-color: #de4600 transparent transparent transparent; }
      menu#primary > ul > li:nth-child(3) div.drop {
        border-bottom: 3px solid #de4600;
        margin-left: -414px; }
        menu#primary > ul > li:nth-child(3) div.drop ul li a:hover {
          color: #de4600 !important; }
        @media (min-width: 1000px) and (max-width: 1180px) {
          menu#primary > ul > li:nth-child(3) div.drop {
            margin-left: -362px; } }
        @media (min-width: 480px) and (max-width: 1000px) {
          menu#primary > ul > li:nth-child(3) div.drop {
            margin-left: -266px; } }
        @media (max-width: 480px) {
          menu#primary > ul > li:nth-child(3) div.drop {
            margin-left: 0; } }

.content-wrapper {
  padding-bottom: 100px; }

@media only screen and (min-width: 1000px) and (min-width: 1180px) {
  html,
  body {
    height: 100%; }
  .content-wrapper {
    min-height: 100%;
    margin-bottom: -212px; }
    .content-wrapper:after {
      content: "";
      display: block; }
  .content-wrapper:after,
  .footer {
    height: 212px; } }

@media only screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1180px) {
  html,
  body {
    height: 100%; }
  .content-wrapper {
    min-height: 100%;
    margin-bottom: -186px; }
    .content-wrapper:after {
      content: "";
      display: block; }
  .content-wrapper:after,
  .footer {
    height: 186px; } }

footer {
  background: #ffffff;
  border-bottom: 3px solid #c3c3c3; }
  footer h6 {
    color: #888888;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 25px; }
    @media (max-width: 480px) {
      footer h6 {
        margin-top: 20px; } }
  footer .search h6 {
    padding-top: 15px; }
  footer .search input[type=text] {
    width: 200px;
    font-size: 11px;
    padding-top: 7px;
    padding-bottom: 8px; }
    @media (min-width: 480px) and (max-width: 1000px) {
      footer .search input[type=text] {
        width: 100px; } }
  @media (max-width: 480px) {
    footer div.nav {
      padding: 0 10px; } }
  @media (min-width: 1180px) {
    footer div.copyright {
      padding-top: 45px; } }
  @media (min-width: 1000px) and (max-width: 1180px) {
    footer div.copyright {
      padding-top: 25px; } }
  @media (min-width: 480px) and (max-width: 1000px) {
    footer div.copyright {
      padding-top: 15px; } }
  footer div.copyright p {
    margin-bottom: 0; }
  footer div.copyright a {
    color: inherit;
    text-decoration: none; }
  footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer ul li {
      font-size: 13px;
      color: #888888; }
      footer ul li a {
        padding-left: 10px;
        color: #888888;
        text-decoration: none; }
        footer ul li a:hover {
          color: #009bdf; }
      footer ul li:before {
        content: "\203A"; }
  footer p {
    margin-top: 1.65em;
    font-size: 13px;
    color: #888888; }
  footer .ad-box {
    height: 209px; }
    @media (min-width: 1000px) and (max-width: 1180px) {
      footer .ad-box {
        height: 183px; } }
    @media (min-width: 480px) and (max-width: 1000px) {
      footer .ad-box {
        height: 170px; } }
    @media (max-width: 480px) {
      footer .ad-box {
        height: auto; } }
    footer .ad-box p {
      margin: 0;
      line-height: 1em; }

section {
  position: relative; }

#homepage-carousel {
  background: #ffffff;
  padding: 0;
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden; }
  #homepage-carousel ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #homepage-carousel ul li {
      float: left;
      margin: 0;
      padding: 0; }
      #homepage-carousel ul li .image-box {
        position: relative; }
        #homepage-carousel ul li .image-box img {
          display: block;
          max-width: 100%; }
        #homepage-carousel ul li .image-box a.play {
          display: block;
          position: absolute;
          left: 30px;
          bottom: 30px;
          width: 86px;
          height: 50px;
          background: url("/assets/images/site/icon/video-play.png") no-repeat; }
          #homepage-carousel ul li .image-box a.play:hover {
            background: url("/assets/images/site/icon/video-play.hover.png") no-repeat; }
      #homepage-carousel ul li .text {
        padding: 20px 20px 0px 0;
        position: relative; }
        @media (max-width: 480px) {
          #homepage-carousel ul li .text {
            padding: 15px 15px 40px 15px; } }
        #homepage-carousel ul li .text h2 {
          font-size: 29px;
          line-height: 39px; }
          @media (min-width: 480px) and (max-width: 1000px) {
            #homepage-carousel ul li .text h2 {
              font-size: 17px;
              line-height: 22px; } }
          @media (max-width: 480px) {
            #homepage-carousel ul li .text h2 {
              font-size: 23px;
              line-height: 28px; } }
        #homepage-carousel ul li .text p {
          font-size: 14px;
          line-height: 22px; }
          @media (min-width: 480px) and (max-width: 1000px) {
            #homepage-carousel ul li .text p {
              font-size: 12px;
              line-height: 16px; } }
          @media (max-width: 480px) {
            #homepage-carousel ul li .text p {
              font-size: 13px;
              line-height: 18px; } }
          #homepage-carousel ul li .text p.caption {
            margin-top: 16px;
            font-size: 12px;
            font-style: italic; }
        @media (min-width: 480px) and (max-width: 1000px) {
          #homepage-carousel ul li .text div.share img {
            width: 30%; } }
        @media (max-width: 480px) {
          #homepage-carousel ul li .text div.share img {
            width: 28%; } }
        @media (min-width: 1180px) {
          #homepage-carousel ul li .text:before {
            content: ' ';
            position: absolute;
            z-index: 500;
            width: 0;
            height: 0;
            left: -41px;
            top: 30px;
            border: 10px solid;
            border-color: transparent #ffffff transparent transparent; } }
        @media (min-width: 1000px) and (max-width: 1180px) {
          #homepage-carousel ul li .text:before {
            content: ' ';
            position: absolute;
            z-index: 500;
            width: 0;
            height: 0;
            left: -39px;
            top: 30px;
            border: 10px solid;
            border-color: transparent #ffffff transparent transparent; } }
        @media (min-width: 480px) and (max-width: 1000px) {
          #homepage-carousel ul li .text:before {
            content: ' ';
            position: absolute;
            z-index: 500;
            width: 0;
            height: 0;
            left: -32px;
            top: 30px;
            border: 10px solid;
            border-color: transparent #ffffff transparent transparent; } }
        @media (max-width: 480px) {
          #homepage-carousel ul li .text:before {
            content: ' ';
            position: absolute;
            z-index: 500;
            width: 0;
            height: 0;
            left: 20px;
            top: -23px;
            border: 10px solid;
            border-color: transparent transparent #ffffff transparent; } }
  #homepage-carousel .carousel-pagination {
    position: absolute;
    bottom: 10px;
    left: inherit;
    right: 10px;
    text-align: right; }
    #homepage-carousel .carousel-pagination a {
      display: inline-block;
      margin: 0 4px;
      width: 18px;
      height: 18px;
      text-indent: -9999px;
      background: url(/assets/images/site/dot-white.png) no-repeat;
      background-position: 0 -20px;
      text-align: center; }
      #homepage-carousel .carousel-pagination a.selected {
        background: url(/assets/images/site/dot-green.png) no-repeat; }

section.intro-text {
  text-align: center;
  color: #534b3c; }
  section.intro-text h1 {
    font-size: 29px;
    margin: 1em 0 0;
    line-height: 1.3em; }
    @media (min-width: 480px) and (max-width: 1000px) {
      section.intro-text h1 {
        font-size: 24px; } }
    @media (max-width: 480px) {
      section.intro-text h1 {
        font-size: 18px; } }
  section.intro-text h3 {
    font-size: 18px;
    margin: 0.5em 0 2em;
    line-height: 1.5em;
    color: #666666; }
    @media (min-width: 480px) and (max-width: 1000px) {
      section.intro-text h3 {
        font-size: 16px; } }
    @media (max-width: 480px) {
      section.intro-text h3 {
        font-size: 14px; } }

section.ctas article {
  background: #fff;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 1em !important;
  overflow: hidden;
  height: 110px; }
  @media (min-width: 1000px) and (max-width: 1180px) {
    section.ctas article {
      height: 110px; } }
  @media (min-width: 480px) and (max-width: 1000px) {
    section.ctas article {
      height: 110px; } }
  @media (max-width: 480px) {
    section.ctas article {
      height: 95px; } }
  #checkout section.ctas article {
    height: 80px;
    width: 66%; }
    @media (min-width: 1000px) and (max-width: 1180px) {
      #checkout section.ctas article {
        width: 66%; } }
    @media (min-width: 480px) and (max-width: 1000px) {
      #checkout section.ctas article {
        width: 100%; } }
    @media (max-width: 480px) {
      #checkout section.ctas article {
        width: 100%; } }
  section.ctas article div.icon {
    background-color: #615847;
    background-image: url("/assets/images/site/bg/brown.jpg");
    border-bottom: 2px solid #26231c;
    height: 110px;
    width: 110px;
    position: absolute; }
    @media (min-width: 1000px) and (max-width: 1180px) {
      section.ctas article div.icon {
        height: 110px;
        width: 110px; } }
    @media (min-width: 480px) and (max-width: 1000px) {
      section.ctas article div.icon {
        height: 110px;
        width: 110px; } }
    @media (max-width: 480px) {
      section.ctas article div.icon {
        height: 95px;
        width: 95px; } }
    #checkout section.ctas article div.icon {
      height: 80px;
      width: 80px; }
    section.ctas article div.icon div {
      background-position: center;
      background-repeat: no-repeat;
      height: 110px;
      width: 110px; }
      @media (min-width: 1000px) and (max-width: 1180px) {
        section.ctas article div.icon div {
          height: 110px;
          width: 110px; } }
      @media (min-width: 480px) and (max-width: 1000px) {
        section.ctas article div.icon div {
          height: 110px;
          width: 110px; } }
      @media (max-width: 480px) {
        section.ctas article div.icon div {
          height: 95px;
          width: 95px; } }
      #checkout section.ctas article div.icon div {
        height: 80px;
        width: 80px; }
    section.ctas article div.icon .contact {
      background-image: url("/assets/images/site/icon/letter.png"); }
    section.ctas article div.icon .audio {
      background-image: url("/assets/images/site/icon/audio.png"); }
    section.ctas article div.icon .calendar {
      background-image: url("/assets/images/site/icon/calendar.png"); }
    section.ctas article div.icon .ipad {
      background-image: url("/assets/images/site/icon/ipad.png"); }
  section.ctas article:hover div.icon {
    background-color: #de4600;
    background-image: url("/assets/images/site/bg/orange.jpg");
    border-bottom: 2px solid #782600; }
  section.ctas article div.text {
    margin-left: 22.5%; }
    @media (min-width: 1000px) and (max-width: 1180px) {
      section.ctas article div.text {
        margin-left: 26%; } }
    @media (min-width: 480px) and (max-width: 1000px) {
      section.ctas article div.text {
        margin-left: 33.5%; } }
    @media (max-width: 480px) {
      section.ctas article div.text {
        margin-left: 34.5%; } }
    #checkout section.ctas article div.text {
      margin-left: 12.5%; }
      @media (min-width: 1000px) and (max-width: 1180px) {
        #checkout section.ctas article div.text {
          margin-left: 15%; } }
      @media (min-width: 480px) and (max-width: 1000px) {
        #checkout section.ctas article div.text {
          margin-left: 12.5%; } }
      @media (max-width: 480px) {
        #checkout section.ctas article div.text {
          margin-left: 30.5%; } }
    section.ctas article div.text p {
      font-size: 14px;
      line-height: 1.5em;
      margin: 0;
      padding: 0 5px 0 0; }
      @media (min-width: 1000px) and (max-width: 1180px) {
        section.ctas article div.text p {
          font-size: 13.5px;
          line-height: 1.3em; } }
      @media (min-width: 480px) and (max-width: 1000px) {
        section.ctas article div.text p {
          font-size: 12px;
          line-height: 1.3em; } }
      @media (max-width: 480px) {
        section.ctas article div.text p {
          font-size: 11px;
          line-height: 1.2em; } }
    section.ctas article div.text h3 {
      color: #de4600;
      font-weight: normal;
      font-size: 19px;
      margin: 0 0 4px 0;
      padding: 8px 5px 0 0; }
      @media (min-width: 480px) and (max-width: 1000px) {
        section.ctas article div.text h3 {
          font-size: 15px;
          line-height: 1.3em;
          padding-top: 4px; } }
      @media (max-width: 480px) {
        section.ctas article div.text h3 {
          font-size: 12px;
          line-height: 1.3em;
          padding-top: 4px; } }
      #checkout section.ctas article div.text h3 {
        font-size: 19px;
        padding: 8px 5px 0 0; }
        @media (max-width: 480px) {
          #checkout section.ctas article div.text h3 {
            font-size: 19px;
            line-height: 1.3em;
            padding-top: 4px; } }

section.news-thumbs div.category {
  margin-bottom: 1em; }
  section.news-thumbs div.category h4 {
    color: #615847;
    text-transform: uppercase;
    font-size: 18px; }
  section.news-thumbs div.category p {
    font-size: 13px;
    line-height: 20px;
    color: #666666;
    margin: 0;
    padding: 0;
    padding-right: 10px; }

section.news-thumbs article {
  background: #fff;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 1em !important; }
  section.news-thumbs article div.image {
    border-bottom: 2px solid #de4600;
    position: relative; }
    section.news-thumbs article div.image img {
      display: block;
      max-width: 100%;
      width: 100%; }
    section.news-thumbs article div.image a.play {
      display: block;
      position: absolute;
      right: 0px;
      bottom: 0px;
      width: 60px;
      height: 38px;
      background: url("/assets/images/site/icon/video-play.png") no-repeat;
      background-size: 70%; }
      section.news-thumbs article div.image a.play:hover {
        background: url("/assets/images/site/icon/video-play.hover.png") no-repeat;
        background-size: 70%; }
  section.news-thumbs article:hover div.image {
    border-color: #009bdf; }
  section.news-thumbs article div.text {
    padding: 15px;
    position: relative; }
    section.news-thumbs article div.text p {
      font-size: 13px;
      line-height: 20px;
      color: #666666;
      margin: 0;
      padding: 0; }
    section.news-thumbs article div.text h3 {
      color: #de4600;
      font-weight: normal;
      font-size: 16px;
      margin: 0;
      padding: 0;
      line-height: 22px;
      text-transform: uppercase; }

div.content p, div.content li {
  font-size: 16px;
  line-height: 1.6em;
  color: #222;
  margin-top: 10px; }
  div.content p.error, div.content li.error {
    color: red !important;
    font-weight: bold !important;
    margin: 0 !important; }

div.content li {
  margin-bottom: 4px; }

aside.sidebar {
  font-size: 13px;
  line-height: 18px;
  color: #666666; }
  .layout-default aside.sidebar {
    margin-top: 105px; }
    @media (min-width: 480px) and (max-width: 1000px) {
      .layout-default aside.sidebar {
        margin-top: 97px; } }
    @media (max-width: 480px) {
      .layout-default aside.sidebar {
        margin-top: 20px; } }
  aside.sidebar .button-group {
    text-align: center; }
    aside.sidebar .button-group .button {
      margin-top: 4px; }
      aside.sidebar .button-group .button.w125 {
        width: 125px; }

div.static-content {
  word-wrap: break-word; }
  div.static-content img {
    height: inherit !important;
    width: inherit !important;
    max-width: 100% !important; }
    div.static-content img.align-left {
      margin-left: 0 !important; }
    div.static-content img.align-right {
      margin-right: 0 !important; }

@media (min-width: 480px) and (max-width: 1000px) {
  div#checkout aside.sidebar {
    display: block;
    text-align: left; } }

div#checkout div.input {
  overflow: hidden;
  padding: 3px 0; }
  div#checkout div.input label {
    width: 160px;
    display: inline-block;
    padding-right: 20px;
    text-align: right;
    font-size: 14px;
    line-height: 1.6em;
    color: #666;
    position: relative; }
    @media (max-width: 480px) {
      div#checkout div.input label[for="bill_address_2"],
      div#checkout div.input label[for="ship_address_2"] {
        display: none; } }
    @media (max-width: 480px) {
      div#checkout div.input label {
        width: inherit; } }
    div#checkout div.input label em {
      position: absolute;
      right: 5px;
      color: red; }
      @media (min-width: 480px) and (max-width: 1000px) {
        div#checkout div.input label em {
          position: inherit;
          padding-left: 8px; } }
      @media (max-width: 480px) {
        div#checkout div.input label em {
          position: inherit;
          padding-left: 8px; } }
    @media (min-width: 480px) and (max-width: 1000px) {
      div#checkout div.input label {
        display: block;
        text-align: left;
        margin-top: 5px; } }
    @media (max-width: 480px) {
      div#checkout div.input label {
        display: block;
        text-align: left;
        margin-top: 5px; } }
    div#checkout div.input label.error {
      color: red;
      font-size: 12px;
      display: block;
      margin-left: 162px;
      padding-top: 2px;
      text-align: left;
      width: 100%; }
      @media (min-width: 480px) and (max-width: 1000px) {
        div#checkout div.input label.error {
          display: block;
          text-align: left;
          margin: 0; } }
      @media (max-width: 480px) {
        div#checkout div.input label.error {
          display: block;
          text-align: left;
          margin: 0;
          width: 200px; } }
  div#checkout div.input #donation_error label.error {
    margin-left: 0px; }
  div#checkout div.input.checkbox label {
    padding: 0;
    text-align: left;
    display: inline; }
  div#checkout div.input input[type='text'] {
    width: 50%; }
    @media (min-width: 480px) and (max-width: 1000px) {
      div#checkout div.input input[type='text'] {
        width: 75%; } }
    @media (max-width: 480px) {
      div#checkout div.input input[type='text'] {
        width: 85%; } }
  div#checkout div.input #cc_number {
    width: 40%; }
    @media (min-width: 480px) and (max-width: 1000px) {
      div#checkout div.input #cc_number {
        width: 57%; } }
    @media (max-width: 480px) {
      div#checkout div.input #cc_number {
        width: 180px; } }
  div#checkout div.input input[type='checkbox'] {
    float: inherit;
    margin-left: 5px; }
  div#checkout div.input select {
    padding: 4px; }

div#checkout #donation_other_error label.error {
  color: red;
  display: block;
  font-size: 12px;
  margin-left: 305px;
  padding-top: 2px;
  text-align: left; }
  @media (max-width: 480px) {
    div#checkout #donation_other_error label.error {
      margin-left: 0; } }

div#checkout .checkout-card {
  vertical-align: middle;
  opacity: 0.35; }
  div#checkout .checkout-card.active {
    opacity: 1; }

div#checkout #card-type-error {
  font-size: 12px;
  color: red;
  margin-left: 163px; }

div#checkout #checkout-donation p {
  font-size: 14px;
  margin-bottom: 8px; }

div#checkout #checkout-donation .options .option {
  display: inline-block;
  width: 70px; }
  div#checkout #checkout-donation .options .option.large {
    width: 200px; }

div#checkout .donation-wrapper {
  display: none; }

div#checkout .trustseal p {
  font-size: 12px;
  line-height: 1.4em;
  margin: 0;
  padding-top: 5px; }

div#checkout .trustseal img {
  float: right;
  margin-left: 12px; }

#patron-details-box {
  width: 400px;
  padding: 15px;
  font-size: 15px;
  height: auto;
  background: #fff;
  border: 3px solid #000; }
  @media (max-width: 480px) {
    #patron-details-box {
      width: 300px;
      padding: 8px;
      font-size: 13px; } }

.what-is-cvd {
  margin-left: 5px; }
  .what-is-cvd img {
    vertical-align: middle; }
  .what-is-cvd.question {
    height: 24px;
    background: url("/assets/images/site/icon/question.png") no-repeat;
    background-size: contain;
    padding-left: 18px;
    font-size: 12px; }

#cvd-details-box {
  width: 400px;
  padding: 15px;
  font-size: 15px;
  height: auto;
  background: #fff;
  border: 3px solid #000; }
  #cvd-details-box p {
    font-size: 13px; }
    #cvd-details-box p b {
      font-size: 16px; }
  @media (max-width: 480px) {
    #cvd-details-box {
      width: 300px;
      padding: 8px; }
      #cvd-details-box p {
        font-size: 12px;
        line-height: 1.3em;
        margin-bottom: 8px; }
        #cvd-details-box p b {
          font-size: 15px; } }
  #cvd-details-box .actions {
    float: right; }
    #cvd-details-box .actions .close {
      display: inline-block;
      height: 24px;
      width: 24px;
      text-indent: -9999px;
      background: url("/assets/images/site/icon/x.png") no-repeat;
      background-size: contain;
      opacity: 0.7; }
      #cvd-details-box .actions .close:hover {
        opacity: 1; }
      @media (max-width: 480px) {
        #cvd-details-box .actions .close {
          height: 18px;
          width: 18px; } }

div#newsletter-form label {
  display: inline-block;
  padding-right: 15px;
  text-align: right;
  font-size: 14px;
  line-height: 1.6em;
  color: #666; }

div.search-results .result {
  margin-bottom: 15px; }

div.search-results .title {
  font-weight: bold; }

div.search-results .url {
  font-size: 11px; }
  div.search-results .url a {
    color: #777; }

div#print-issues article {
  background: #fff;
  border-bottom: 2px solid #de4600;
  margin-bottom: 1em !important;
  position: relative; }
  @media (min-width: 480px) and (max-width: 1000px) {
    div#print-issues article {
      margin-left: 0; } }
  div#print-issues article .image img {
    padding: 15px;
    display: block;
    max-width: 100%;
    width: 100%; }
  div#print-issues article .text {
    padding: 15px;
    position: relative;
    font-size: 12px; }

div.print-issue {
  margin-top: 25px; }
  div.print-issue div.page {
    text-align: center;
    background: #eee;
    padding: 30px 20px; }
  div.print-issue div.desc {
    padding-top: 5px; }
    div.print-issue div.desc h4 {
      margin: 0;
      font-size: 16px;
      font-weight: bold;
      color: #009bdf; }
      div.print-issue div.desc h4 a {
        color: #009bdf;
        text-decoration: none; }
    div.print-issue div.desc p {
      font-size: 13px;
      line-height: 1.6em;
      color: #8f8f8f;
      margin-top: 10px; }
    div.print-issue div.desc p.author {
      font-style: italic;
      margin: 5px 0 0 0;
      line-height: 1em; }

div.print-article {
  font-size: 16px;
  line-height: 1.6em;
  color: #222; }
  div.print-article h1 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 400;
    color: #009bdf; }
  div.print-article div.protected {
    background: #eee;
    border: 1px solid #666;
    padding: 10px 15px; }
    div.print-article div.protected p {
      margin-bottom: 0;
      color: #434343; }
    div.print-article div.protected li {
      margin-bottom: 10px; }
  div.print-article p {
    font-size: 16px;
    line-height: 1.6em;
    color: #222;
    margin-top: 10px; }
  div.print-article blockquote {
    padding-left: 2%;
    margin-left: 1%;
    border-left: 4px solid #eee;
    font-size: 16px;
    line-height: 1.6em;
    color: #222;
    padding-right: 8%; }
  div.print-article hr {
    margin: 0; }
  div.print-article .image-caption {
    font-size: 10px;
    text-align: right;
    position: relative;
    margin-top: -18px;
    font-style: italic; }

div.authors div.image div {
  background-size: cover;
  width: 110px;
  height: 110px;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px; }

div.authors div.bio {
  font-size: 13px;
  line-height: 1.6em;
  color: #8f8f8f; }
  div.authors div.bio h4 {
    color: #434343;
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: bold; }
  div.authors div.bio p, div.authors div.bio div, div.authors div.bio li {
    font-size: 13px;
    line-height: 1.6em;
    margin: 0px 0 8px 0;
    color: #8f8f8f; }

.white-box, div#checkout aside.sidebar {
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03);
  border: 1px solid #eaeaea; }

article:hover a.plus {
  background: #009bdf; }

a.plus {
  position: absolute;
  height: 19px;
  width: 19px;
  background: #e6e6e6;
  color: #fff;
  text-align: center;
  padding: 0px 0 0 0;
  margin: 0;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  right: 0;
  bottom: 0; }

.flex-video.youtube-nobar {
  padding-bottom: 53.5%; }

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  overflow: hidden; }
  .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
