/*
Theme Name: Nick Parents
Theme URI: http://www.nickparents.com
Author: REDspace
Author URI: http://redspace.com/
Description: The 2015 theme for the "Nick Parents" website.
Version: 2.4.5
Text Domain: nickparents
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

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

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button,
select {
  text-transform: none; }

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

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

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

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

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; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

html {
  box-sizing: border-box;
  height: 100%; }

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

body {
  color: #404040;
  height: 100%; }

a {
  text-decoration: none;
  color: #27c0d7; }
  a:hover {
    color: #27c0d7; }
  a.underlined {
    text-decoration: underline; }

hr {
  border: 0;
  height: 1px;
  background: #d8d8d8;
  margin: 0; }

.outer-content-container {
  position: relative; }

.content {
  position: relative;
  width: 100%;
  padding: 0px 10px;
  z-index: 10;
  background-color: #ffffff;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .content {
      padding: 0 20px; } }
  @media (min-width: 1300px) {
    .content {
      padding-left: 40px;
      width: 1300px;
      padding-right: 44px; } }
  .content h3 {
    clear: both; }

.animating .mobile-menu {
  display: block; }

.animating .outer-content-container {
  transform: .25s ease-in-out;
  -webkit-transition: -webkit-transform .25s ease-in-out; }

.animating.moving-left .outer-content-container {
  transform: translate3d(-250px, 0, 0);
  -webkit-transform: translate3d(-250px, 0, 0); }

.animating.moving-right .outer-content-container {
  transform: translate3d(250px, 0, 0);
  -webkit-transform: translate3d(250px, 0, 0); }

.dark-panel {
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000000; }

.animating .dark-panel, .mobile-menu-active .dark-panel {
  z-index: 20; }

.mobile-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 250px;
  height: 100%;
  display: none; }

.shade {
  overflow-x: hidden; }
  .shade .dark-panel {
    opacity: 0.7; }

.mobile-menu-active {
  overflow: hidden; }
  .mobile-menu-active .outer-content-container {
    left: 250px; }
  .mobile-menu-active .mobile-menu {
    display: block; }

.header-container {
  position: relative; }
  .header-container:after {
    content: "";
    display: table;
    clear: both; }

.menu {
  float: left;
  padding-top: 5px; }
  @media (min-width: 768px) {
    .menu {
      display: none; } }

.text-input {
  border: 1px solid #cccccc;
  padding: 5px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  color: #404040; }
  .text-input::-webkit-input-placeholder {
    color: #999999; }
  .text-input:-moz-placeholder {
    /* Firefox 18- */
    color: #999999; }
  .text-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999; }
  .text-input:-ms-input-placeholder {
    color: #999999; }
  @media (min-width: 768px) {
    .text-input {
      padding: 10px 20px; } }
  .text-input--search-box {
    border-radius: 30px;
    width: 260px;
    background-image: url("img/search-icon.gif");
    background-size: 17px 18px;
    background-position: right 15px center;
    background-repeat: no-repeat;
    outline: none; }
    @media (min-width: 768px) {
      .text-input--search-box {
        background-size: auto; } }
    @media (min-width: 1300px) {
      .text-input--search-box {
        width: 296px; } }
  .text-input--phone-number::-webkit-input-placeholder {
    color: #999999;
    font-size: 0.875rem; }
  .text-input--phone-number:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
    font-size: 0.875rem; }
  .text-input--phone-number::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    font-size: 0.875rem; }
  .text-input--phone-number:-ms-input-placeholder {
    color: #999999;
    font-size: 0.875rem; }

.sidebar {
  display: none; }
  @media (min-width: 768px) {
    .sidebar {
      float: left;
      margin-top: 0px;
      margin-right: 18px;
      width: 212px;
      display: block; } }
  @media (min-width: 1300px) {
    .sidebar {
      margin-right: 50px;
      width: 230px; } }

.promo-link, .social-network-profiles {
  display: none; }
  .promo-link img, .social-network-profiles img {
    max-width: 100%;
    height: auto; }
  @media (min-width: 768px) {
    .promo-link, .social-network-profiles {
      display: block; } }

.sidebar__section {
  margin-bottom: 20px; }

#cards {
  background-color: #ffffff; }

.content-loading #cards, .content-loading .apps-title, .content-loading .app-carousel__container, .content-loading .button--load-more {
  visibility: hidden; }

.content-loading .loading-message {
  display: block; }

.loading-message {
  display: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  padding: 100px 0px; }

.card-container {
  width: 100%;
  min-height: 250px;
  float: left;
  position: relative; }
  @media (min-width: 768px) {
    .card-container {
      width: calc(100% - 212px - 18px);
      margin: 0; } }
  @media (min-width: 1300px) {
    .card-container {
      width: 936px; } }

.card-error-message {
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
  padding: 100px 0px; }

.button {
  color: #ffffff;
  border: 0;
  border-radius: 5px;
  background-color: #6ccc3d;
  height: 50px;
  outline: 0;
  font-family: "proxima-nova-soft", sans-serif;
  font-size: 1.125rem;
  font-weight: 600; }
  .button:hover {
    background-color: #9adc7a; }
  .button:active {
    background-color: #4b9527; }
  .button--join, .button--try-again {
    width: 134px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .button--print-now {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .button--blue {
    background-color: #27c0d7;
    border-radius: 25px;
    display: block;
    margin-bottom: 25px;
    line-height: 50px;
    text-align: center;
    width: 162px; }
    .button--blue:hover {
      color: #ffffff;
      background-color: #67d3e3; }
    .button--blue:active {
      color: #ffffff;
      background-color: #1b8696; }
  .button--load-more {
    display: block;
    margin-left: auto;
    margin-right: auto; }

a {
  color: #27c0d7;
  text-decoration: none; }
  a:hover {
    color: #1f99ac; }

h4 {
  color: #404040;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.125em; }

.list--unstyled {
  list-style: none;
  padding-left: 0; }

.list--inline {
  margin-left: 0; }
  .list--inline > li {
    display: inline-block; }
    @media (min-width: 768px) {
      .list--inline > li + li {
        margin-left: 10px; } }

.hidden-small {
  display: none !important; }
  @media (min-width: 480px) {
    .hidden-small {
      display: inline-block !important; } }

.hidden-small-landscape {
  display: none !important; }
  @media (min-width: 768px) {
    .hidden-small-landscape {
      display: inline-block !important; } }

.left {
  float: left; }

.right {
  float: right; }

.email-form {
  background-color: #e9e9e9; }
  .email-form .text-input {
    width: 100%;
    border: 0; }
    .email-form .text-input.error-input {
      margin-bottom: 0; }
  .email-form__success-message, .email-form__error-message, .email-form__info-message, .email-form__validation-error {
    display: none; }
  .email-form__title {
    background-color: #27c0d7;
    color: #ffffff;
    padding: 10px 20px;
    margin: 0;
    font-size: 1.125rem; }
    @media (min-width: 768px) {
      .email-form__title--line-two {
        display: inline-block; } }
  .email-form__content {
    padding: 20px;
    font-size: 0.875rem; }
  .email-form__checkbox {
    margin: 10px 0px;
    font-size: 0.75rem; }
  .email-form p {
    margin-top: 0; }
  .email-form a {
    color: #404040;
    text-decoration: underline; }
    .email-form a:hover {
      color: #5a5a5a; }
  .bottom-email-form-container .email-form {
    clear: both;
    margin-top: 10px;
    text-align: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 480px) {
      .bottom-email-form-container .email-form {
        width: 460px; }
        .bottom-email-form-container .email-form .text-input {
          width: 230px;
          height: 35px; } }
  .email-form__validation-error {
    color: #cd202d;
    font-size: 0.75rem;
    margin-top: 5px; }
  .email-form .error-input {
    border: 1px solid #cd202d; }
    .email-form .error-input::-webkit-input-placeholder {
      color: #cd202d; }
    .email-form .error-input:-moz-placeholder {
      /* Firefox 18- */
      color: #cd202d; }
    .email-form .error-input::-moz-placeholder {
      /* Firefox 19+ */
      color: #cd202d; }
    .email-form .error-input:-ms-input-placeholder {
      color: #cd202d; }
  .email-form input[name=accept_terms] {
    margin-right: 5px;
    display: inline-block; }
  .email-form__terms-text {
    display: inline-block;
    width: 140px;
    vertical-align: middle; }

.sms-form__success-message, .sms-form__error-message, .sms-form__info-message, .sms-form__validation-error {
  display: none; }

.sms-form__legalese {
  font-size: 0.688rem;
  color: #999999; }

.sms-form .text-input {
  width: 100%;
  padding: 10px;
  border: 0; }

.sms-form .button {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 134px; }

.sms-form .error-input {
  border: 1px solid #cd202d;
  margin: 0; }
  .sms-form .error-input::-webkit-input-placeholder {
    color: #cd202d; }
  .sms-form .error-input:-moz-placeholder {
    /* Firefox 18- */
    color: #cd202d; }
  .sms-form .error-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #cd202d; }
  .sms-form .error-input:-ms-input-placeholder {
    color: #cd202d; }

.sms-form__validation-error {
  color: #cd202d;
  font-size: 0.75rem;
  margin-top: 5px; }

.filter-list fieldset {
  border: 0;
  padding: 0; }

.filter-list label {
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative; }

.filter-list input[type=checkbox] {
  display: none; }

.filter-list input[type=checkbox] + span.checkbox {
  background-color: #ffffff;
  height: 18px;
  width: 18px;
  display: inline-block;
  padding: 0 0 0 0px;
  border: 1px solid #e9e9e9;
  position: absolute;
  top: 50%;
  margin-top: -9px; }

.filter-list input[type=checkbox]:checked + span.checkbox {
  background-color: #27c0d7;
  border: 1px solid #e9e9e9; }
  .filter-list input[type=checkbox]:checked + span.checkbox span {
    border: 1px solid #ffffff;
    display: inline-block;
    height: 100%;
    width: 100%; }

.filter-list .option-text {
  display: table-cell;
  width: 100%;
  padding-left: 30px;
  vertical-align: middle; }

.filter-list__title {
  margin: 0;
  padding: 10px 20px;
  font-size: 1.125rem;
  background-color: #e9e9e9;
  font-weight: normal;
  border-bottom: 1px solid #d8d8d8; }

.filter-list__name {
  margin: 0;
  padding: 10px 20px;
  font-size: 0.875rem;
  font-weight: normal;
  border-bottom: 1px solid #d8d8d8; }

.filter-list__options {
  max-height: 230px;
  overflow: auto;
  /* IE-specific scrollbar styling */
  scrollbar-3dlight-color: #999999;
  scrollbar-arrow-color: #ffffff;
  scrollbar-base-color: #e9e9e9;
  scrollbar-track-color: #e9e9e9;
  scrollbar-darkshadow-color: #999999;
  scrollbar-face-color: #999999;
  scrollbar-highlight-color: #999999;
  scrollbar-shadow-color: #999999;
  /* WebKit-specific scrollbar styling */ }
  .filter-list__options::-webkit-scrollbar {
    width: 10px; }
  .filter-list__options::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #e9e9e9; }
  .filter-list__options::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #999999; }

.filter-list__option {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0px 20px;
  font-size: 0.688rem;
  border-bottom: 1px solid #e9e9e9; }
  .filter-list__option:hover {
    background-color: #f6f6f6; }
  .filter-list__option-inner {
    padding: 6px 0px;
    min-height: 30px;
    display: table; }

.social-network-profiles {
  overflow: hidden;
  background-color: #e9e9e9;
  margin-top: 20px;
  padding: 0; }
  .social-network-profiles__section {
    padding: 0px 20px;
    margin-bottom: 10px; }
  .social-network-profiles__header {
    font-weight: 400; }
  .social-network-profiles__heading {
    margin-top: 10px;
    margin-bottom: 4px; }

p {
  line-height: 1.6em; }

.mobile-menu-link a {
  outline: 0; }

.app-carousel__container {
  clear: both;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px; }

.app-carousel__button {
  display: none; }
  @media (min-width: 768px) {
    .app-carousel__button {
      z-index: 10;
      position: absolute;
      width: 40px;
      height: 100%; } }
  .app-carousel__button:hover {
    cursor: pointer; }
  .app-carousel__button--prev {
    background: white url("img/prev-arrow.gif") no-repeat center left;
    background-size: 11px 17px;
    box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 0 9px 0px 0px white, 10px 0 22px -6px rgba(0, 0, 0, 0.3); }
    @media (min-width: 768px) {
      .app-carousel__button--prev {
        background-size: auto;
        box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 0 9px 0px 0px white, 10px 0 35px -9px rgba(0, 0, 0, 0.3); } }
    .app-carousel__button--prev:hover {
      background-image: url("img/prev-arrow-hover.gif"); }
  .app-carousel__button--next {
    right: 0;
    background: white url("img/next-arrow.gif") no-repeat center right;
    background-size: 11px 17px;
    box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 0 9px 0px 0px white, -10px 0 22px -6px rgba(0, 0, 0, 0.3); }
    @media (min-width: 768px) {
      .app-carousel__button--next {
        background-size: auto;
        box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 0 9px 0px 0px white, -10px 0 35px -9px rgba(0, 0, 0, 0.3); } }
    .app-carousel__button--next:hover {
      background-image: url("img/next-arrow-hover.gif"); }

.app-carousel__app-list {
  margin: 0; }
  @media (min-width: 1024px) {
    .app-carousel__app-list {
      margin: 0px 30px;
      padding: 10px 0px; } }

.app-carousel__app {
  text-align: center;
  float: left;
  font-weight: 600;
  font-size: 0.688rem;
  line-height: 0.688rem; }
  @media (min-width: 768px) {
    .app-carousel__app {
      font-size: 0.875rem;
      line-height: 0.875rem; } }
  .app-carousel__app a {
    color: #404040;
    outline: 0; }
    .app-carousel__app a:hover {
      color: #27c0d7; }
  .app-carousel__app img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 73px; }
    @media (min-width: 768px) {
      .app-carousel__app img {
        width: 130px; } }
  .app-carousel__app:hover {
    opacity: 0.85; }
  .app-carousel__app-inner {
    width: 73px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .app-carousel__app-inner {
        width: 130px; } }

.single .mobile-menu-link {
  display: none; }

.header-nav {
  background: #f6f6f6;
  border-bottom: 1px solid #cccccc;
  padding: 5px 0px; }
  @media (min-width: 768px) {
    .header-nav {
      padding: 5px 0px; } }
  @media (min-width: 1300px) {
    .header-nav {
      padding: 5px 0px; } }
  .header-nav__item {
    margin: 5px 0px; }
    .header-nav__item + .header-nav__item {
      margin-left: 15px; }
  .header-nav .social-network-profiles__heading {
    display: inline-block;
    margin-top: 5px;
    margin-right: 15px;
    margin-left: 0px;
    margin-bottom: 5px; }

.header-container.content {
  background: none; }

.header-brand {
  height: 41px;
  margin: 0; }
  @media (min-width: 768px) {
    .header-brand {
      height: auto;
      margin: 0.67em 0;
      float: left; } }
  .header-brand a {
    color: #ff6700;
    font-family: "proxima-nova-soft", sans-serif;
    font-weight: 600;
    font-size: 1.75rem;
    text-transform: lowercase;
    text-decoration: none; }
    .header-brand a:hover {
      color: #ff6700; }
    @media (min-width: 768px) {
      .header-brand a {
        font-size: 2.625rem; } }
    @media (min-width: 1024px) {
      .header-brand a {
        font-size: 2.875rem; } }

.search-box-container {
  float: right; }
  @media (min-width: 768px) {
    .search-box-container {
      margin-top: 1.8rem; } }

.gutter-sizer {
  width: 10px; }
  @media (min-width: 768px) {
    .gutter-sizer {
      width: 20px; } }
  @media (min-width: 1300px) {
    .gutter-sizer {
      width: 24px; } }

.grid-sizer {
  width: calc((100% - 10px) / 2); }
  @media (min-width: 480px) {
    .grid-sizer {
      width: 3px; } }
  @media (min-width: 768px) {
    .grid-sizer {
      width: calc((100% - 20px) / 2); } }
  @media (min-width: 1024px) {
    .grid-sizer {
      width: calc((100% - 40px) / 3); } }
  @media (min-width: 1300px) {
    .grid-sizer {
      width: 296px; } }

.card {
  background-color: #e9e9e9;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  width: calc((100% - 10px) / 2);
  /* All style overrides that apply only to large featured cards go here */ }
  @media (min-width: 480px) {
    .card {
      width: calc((100% - 20px) / 3); } }
  @media (min-width: 768px) {
    .card {
      width: calc((100% - 20px) / 2);
      margin-bottom: 20px; } }
  @media (min-width: 1024px) {
    .card {
      width: calc((100% - 40px) / 3); } }
  @media (min-width: 1300px) {
    .card {
      width: 296px;
      margin-bottom: 24px; } }
  .card a {
    color: #404040; }
  .card--featured {
    color: #ffffff;
    background-color: #6ccc3d; }
    @media (min-width: 480px) {
      .card--featured {
        width: calc((100% - 10px) / 2); } }
    @media (min-width: 768px) {
      .card--featured {
        width: calc((100% - 20px) / 2); }
        .card--featured .card__image-container {
          width: calc(100% * (240 / 400));
          float: left; } }
    @media (min-width: 1024px) {
      .card--featured {
        width: calc((100% - 40px) / 3);
        max-height: 141px; } }
    @media (min-width: 1300px) {
      .card--featured {
        height: 136px;
        width: 296px; } }
    .card--featured .card__image--featured-large {
      display: none; }
  .card--featured-large {
    width: 100%; }
    .card--featured-large .card__image--featured-small {
      display: none; }
    .card--featured-large .card__image--featured-large {
      display: block; }
    @media (min-width: 768px) {
      .card--featured-large .card__image-container {
        width: 100%; } }
    @media (min-width: 1024px) {
      .card--featured-large {
        width: calc((((100% - 40px) / 3) * 2) + 20px);
        max-height: none; } }
    @media (min-width: 1300px) {
      .card--featured-large {
        width: 616px;
        height: 296px; } }
    .card--featured-large .card__bottom--featured {
      height: 60px;
      padding: 5px 8px; }
      @media (min-width: 480px) {
        .card--featured-large .card__bottom--featured {
          padding: 12px 10px; } }
      @media (min-width: 768px) {
        .card--featured-large .card__bottom--featured {
          height: 70px;
          padding: 15px;
          width: initial; } }
      @media (min-width: 1300px) {
        .card--featured-large .card__bottom--featured {
          height: 86px;
          padding: 20px; } }
    @media (min-width: 768px) {
      .card--featured-large .card__title--featured {
        font-size: 1.125rem; } }
    @media (min-width: 1300px) {
      .card--featured-large .card__title--featured {
        font-size: 1.375rem; } }
  .card__image {
    display: block;
    width: 100%; }
    .card__image-container {
      background-color: #ffffff;
      overflow: hidden;
      float: left;
      width: 100%; }
    @media (min-width: 1300px) {
      .card__image--featured-small {
        width: 180px;
        float: left; } }
    .card__image:hover {
      opacity: 0.85; }
  .card__bottom {
    overflow: hidden;
    height: 106px;
    padding: 10px; }
    @media (min-width: 768px) {
      .card__bottom {
        height: 105px; } }
    @media (min-width: 1300px) {
      .card__bottom {
        height: 102px;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 8px; } }
    .card__bottom--featured {
      height: 70px;
      line-height: .95rem;
      padding: 5px 8px; }
      @media (min-width: 480px) {
        .card__bottom--featured {
          height: 60px;
          line-height: normal;
          padding: 12px 10px; } }
      @media (min-width: 768px) {
        .card__bottom--featured {
          padding: 15px 10px;
          float: left;
          overflow: visible;
          width: calc(100% * (160 / 400)); } }
      @media (min-width: 1300px) {
        .card__bottom--featured {
          padding: 20px 15px;
          height: 136px; } }
      .card__bottom--featured a {
        color: #ffffff; }
  .card__category-line {
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 0.75rem; }
    .card__category-line p {
      margin: 0; }
  .card__sponsor-text {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 3px;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10;
    font-size: 0.875rem;
    height: 30px;
    box-shadow: 0px 1px 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px; }
    .card__sponsor-text * {
      vertical-align: middle; }
    .card__sponsor-text img {
      height: 20px;
      width: auto; }
    .card__sponsor-text span {
      display: none; }
      @media (min-width: 768px) {
        .card__sponsor-text span {
          display: inline; } }
  .card__category {
    float: left; }
  .card__title {
    margin: 0;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: left; }
    .card__title--featured {
      font-size: 0.875rem; }
  .card__share-links-container {
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 10px;
    margin-bottom: 0;
    height: 22px; }
    @media (min-width: 768px) {
      .card__share-links-container {
        display: block;
        right: 15px;
        margin-bottom: 5px;
        height: 35px; } }
  .card__share-links-button {
    overflow: visible;
    display: inline-block;
    float: left; }
    @media (min-width: 768px) {
      .card__share-links-button {
        height: 35px; } }
    .card__share-links-button img {
      width: 50px; }
      @media (min-width: 768px) {
        .card__share-links-button img {
          margin-top: 9px;
          width: 63px; } }
  .card__share-links {
    display: none;
    height: 35px;
    font-size: 0;
    overflow: visible !important;
    /* Prevents display issue with text during animation */
    float: left; }
    .card__share-links--twitter {
      display: none; }
    .card__share-links--tumblr {
      display: none; }
    @media (min-width: 768px) {
      .card__share-links {
        margin-left: 5px; }
        .card__share-links--twitter {
          display: inline-block; }
        .card__share-links--tumblr {
          display: inline-block; } }
    .card__share-links--link {
      margin-left: 5px; }
      @media (min-width: 768px) {
        .card__share-links--link {
          margin-left: 0; } }
    .card__share-links img {
      width: 18px; }
      @media (min-width: 768px) {
        .card__share-links img {
          width: 35px; } }

.article ul, .article ol {
  padding-left: 20px; }

.article li {
  line-height: 1.6em;
  margin-bottom: 10px; }

.article__tags-list {
  margin-top: 60px; }

.article__header-image {
  margin-bottom: 20px; }

.article__meta {
  width: 100%;
  clear: both;
  line-height: 1rem;
  margin-top: 10px; }
  .article__meta:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .article__meta {
      line-height: 1.9rem;
      margin-top: 0; } }
  .article__meta.has-sponsor {
    margin-top: 10px;
    line-height: 1.9em; }
    @media (min-width: 768px) {
      .article__meta.has-sponsor {
        margin-top: 0;
        line-height: 3.75rem;
        margin-top: -1rem; } }

.article__sharing-container {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 1px;
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    .article__sharing-container {
      left: 0;
      right: initial; } }
  .article__sharing-container.fixed {
    position: fixed;
    top: 25px;
    right: 10px; }
    @media (min-width: 768px) {
      .article__sharing-container.fixed {
        right: initial;
        left: 20px; } }
    @media (min-width: 1300px) {
      .article__sharing-container.fixed {
        left: 40px; } }

.article__sharing {
  background: #e9e9e9;
  text-align: center;
  width: 60px;
  padding: 10px 0px; }
  @media (min-width: 1024px) {
    .article__sharing {
      width: 90px; } }
  .article__sharing h4 {
    color: #404040;
    font-family: "proxima-nova-soft", sans-serif;
    font-weight: 600;
    font-size: .875em;
    margin-top: 0;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .article__sharing h4 {
        font-size: 1.25em; } }
  .article__sharing-icon {
    display: block; }

.article__header {
  margin-bottom: 18px; }
  @media (min-width: 768px) {
    .article__header__container {
      width: 557px; } }
  @media (min-width: 1024px) {
    .article__header__container {
      width: 710px; } }

.article__content {
  float: left;
  width: calc(100% - 70px); }
  @media (min-width: 768px) {
    .article__content {
      margin-left: 70px;
      width: 477px; } }
  @media (min-width: 1024px) {
    .article__content {
      margin-left: 110px;
      width: 600px; } }
  .article__content img {
    height: auto;
    max-width: 100%; }
  .article__content iframe {
    width: 100%; }

.article__aside {
  display: none;
  float: right;
  margin-top: -38px; }
  @media (min-width: 768px) {
    .article__aside {
      display: block;
      width: calc(100% - 477px - 70px - 10px); } }
  @media (min-width: 1024px) {
    .article__aside {
      display: block;
      width: calc(100% - 90px - 20px - 600px - 20px);
      max-width: 262px; } }
  @media (min-width: 1300px) {
    .article__aside {
      width: 262px; }
      .article__aside h4.title {
        text-align: left; } }
  .article__aside h4 {
    margin: 0; }

.article__related {
  border-top: 1px solid #cccccc;
  clear: both;
  overflow: hidden; }
  .article__related .card:nth-child(2), .article__related .card:last-child {
    margin-right: 0; }
  @media (min-width: 768px) {
    .article__related .card:nth-child(2) {
      margin-right: 10px; } }
  @media (min-width: 1024px) {
    .article__related .card:nth-child(2) {
      margin-right: 20px; } }
  @media (min-width: 1300px) {
    .article__related {
      margin: 40px 0 40px 105px; } }

.article__popular-posts {
  max-width: 262px;
  overflow: hidden;
  float: right; }
  .article__popular-posts h4 {
    margin-bottom: 1rem; }

.article__title {
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .article__title {
      margin-top: 0; } }

.article__subtitle {
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px; }

.article__author {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: .75em;
  font-weight: bold; }

.article__section {
  position: relative;
  margin-bottom: 40px; }
  .article__section:after {
    content: "";
    display: table;
    clear: both; }

.article__edit {
  font-weight: bold;
  margin-bottom: 20px; }
  .article__edit:after {
    content: "";
    display: table;
    clear: both; }

.article .accessibilityText {
  font: 0 / 0 serif;
  text-shadow: none;
  color: transparent;
  position: absolute; }

@media (min-width: 768px) {
  .single .header-brand {
    margin-bottom: 0; } }

.single .card {
  width: calc((100% - 10px) / 2);
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .single .card {
      width: calc((100% - (10px * 3)) / 4); }
      .single .card__bottom {
        height: 81px; } }
  @media (min-width: 1024px) {
    .single .card {
      width: calc((100% - (20px * 3)) / 4);
      margin-right: 20px; } }
  @media (min-width: 1300px) {
    .single .card {
      height: 356px;
      width: 262px;
      margin-right: 21px; }
      .single .card__image {
        height: 262px;
        width: 262px; }
      .single .card__bottom {
        height: 94px; } }

@media (min-width: 768px) {
  .article__popular-posts {
    width: 100%; }
    .article__popular-posts .card {
      float: right;
      height: 100%;
      margin-bottom: 20px;
      margin-right: 0;
      max-width: 262px;
      width: auto; }
      .article__popular-posts .card .card__image {
        height: auto;
        width: 100%; }
    .article__popular-posts__image {
      height: 171px;
      width: 171px; }
    .article__popular-posts__bottom {
      height: 81px; } }

.breadcrumb__item,
.breadcrumb__divider {
  font-size: .75em; }

.breadcrumb__divider {
  margin: 0 5px; }

.sponsor {
  font-size: .75em;
  text-align: right; }
  .sponsor img {
    height: 31px; }
    @media (min-width: 768px) {
      .sponsor img {
        height: 60px; } }
  .sponsor a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-left: 5px; }

.pinnable {
  line-height: 0;
  position: relative;
  display: block; }
  .pinnable:hover .pinit {
    display: block; }
  .pinnable .pinit {
    position: absolute !important;
    left: 20px;
    top: 20px;
    height: 33px;
    margin-left: 7px;
    display: none;
    margin-top: 1px;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e3262e), to(#ab171e));
    background-image: -webkit-linear-gradient(#e3262e, #ab171e);
    background-image: linear-gradient(#e3262e, #ab171e);
    background-color: #ab171e;
    border-bottom-color: #820a0f;
    border-left-color: #9a1015;
    border-right-color: #9a1015;
    border-top-color: #af151b;
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.34);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.34);
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.11);
    border-radius: 3px;
    padding-top: 7px;
    font-weight: bold;
    white-space: nowrap;
    padding: 7px 13px;
    outline: none;
    -webkit-appearance: button;
    line-height: normal; }
    .pinnable .pinit:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#e63d44), to(#c11a22));
      background-image: -webkit-linear-gradient(#e63d44, #c11a22);
      background-image: linear-gradient(#e63d44, #c11a22);
      -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
      border: 1px solid #920c12; }
    .pinnable .pinit em {
      width: 34px;
      height: 16px;
      background: url("img/pinterest-sprite-1x.png") -131px -119px no-repeat;
      position: relative;
      top: -2px;
      display: inline-block;
      outline: none;
      vertical-align: middle; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .pinnable .pinit em {
          background-image: url("img/pinterest-sprite-2x.png");
          background-position: -56px -118px;
          background-size: 225px 209px; } }

.video-player {
  margin-bottom: 1em !important;
  padding-bottom: 56.25% !important;
  /* 16:9 */
  padding-top: 25px !important;
  height: 0 !important;
  width: 100% !important; }
  .video-player > object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.page .article__content {
  margin-left: 0;
  width: calc(100% - 70px); }
  @media (min-width: 768px) {
    .page .article__content {
      margin-left: 0;
      width: 557px; } }
  @media (min-width: 1024px) {
    .page .article__content {
      margin-left: 0;
      width: 710px; } }

.wp-caption {
  width: auto !important; }
  .wp-caption .wp-caption-text {
    color: #d8d8d8;
    font-size: .8em;
    line-height: 1rem; }

.error404 .mobile-menu-link {
  display: none; }

.error404 .article {
  text-align: center; }
  .error404 .article .article__header {
    margin-bottom: 0; }
  .error404 .article .article__header__container {
    width: 100%; }
  .error404 .article .article__title {
    color: #27c0d7;
    font-family: "proxima-nova-soft", sans-serif;
    font-size: 3.4em;
    margin-bottom: 0px;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .error404 .article .article__title {
        font-size: 6em; } }

.error404 .article__content {
  margin-left: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .error404 .article__content {
      padding: 0 60px; } }
  @media (min-width: 1024px) {
    .error404 .article__content {
      padding: 0 105px; } }
  @media (min-width: 1300px) {
    .error404 .article__content {
      padding: 0 230px; } }
  .error404 .article__content p {
    font-size: .85em; }
    @media (min-width: 768px) {
      .error404 .article__content p {
        font-size: 1em; } }

.error404 .article__related {
  border: none; }
  @media (min-width: 1300px) {
    .error404 .article__related {
      margin-left: 52.5px;
      margin-right: 52.5px; } }

footer {
  clear: both;
  overflow: hidden;
  margin: 40px 0px; }
  .footer__links {
    padding: 0;
    text-align: right; }
  .footer__kids-teens-image {
    margin-top: 10px; }
  footer .footer-item {
    display: inline-block;
    height: 15px;
    padding-left: 12px;
    position: relative; }
  footer .footer-text {
    color: #404040 !important;
    font-family: Arial;
    font-size: 10px;
    font-weight: 700;
    margin-top: 2px;
    text-transform: uppercase; }
  .footer__legal {
    text-align: right;
    font-size: 0.688rem;
    color: #666666; }
