﻿@charset "UTF-8";
/*@import "includes/normalize";*/
/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF; }

/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset,
img {
  border: 0; }

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
/*
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}
*/
ol,
ul {
  list-style: none; }

a {
  text-decoration: none; }

caption,
th {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

q:before,
q:after {
  content: ''; }

abbr,
acronym {
  border: 0;
  font-variant: normal; }

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none; }

/* Site variables */
@font-face {
  font-family: "BrandonGrotW01-Regular-IE8";
  font-style: normal;
  font-weight: normal;
  /* IE 9 Compat Modes */
  src: url("fonts/Brandon_reg.eot");
  src: url("fonts/Brandon_reg.eot?") format("eot"), url("fonts/Brandon_reg.woff") format("woff"), url("fonts/Brandon_reg.ttf") format("truetype"), url("fonts/Brandon_reg.svg") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'BrandonGrotW01-Regular';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/Brandon_reg.svg") format("svg"); } }
@font-face {
  font-family: "BrandonGrotW01-Regular";
  font-style: normal;
  font-weight: normal;
  /* IE 9 Compat Modes */
  src: url("fonts/Brandon_reg.eot");
  src: url("fonts/Brandon_reg.eot?") format("eot"), url("fonts/Brandon_reg.woff") format("woff"), url("fonts/Brandon_reg.ttf") format("truetype"), url("fonts/Brandon_reg.svg") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'BrandonGrotW01-Regular';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/Brandon_reg.svg") format("svg"); } }
@font-face {
  font-family: "BrandonGrotW01-Regular";
  font-style: normal;
  font-weight: bold;
  /* IE 9 Compat Modes */
  src: url("fonts/Brandon_reg.eot");
  src: url("fonts/Brandon_bld.eot?") format("eot"), url("fonts/Brandon_bld.woff") format("woff"), url("fonts/Brandon_bld.ttf") format("truetype"), url("fonts/Brandon_bld.svg") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'BrandonGrotW01-Regular';
    font-style: normal;
    font-weight: bold;
    src: url("fonts/Brandon_bld.svg") format("svg"); } }
@font-face {
  font-family: "BrandonGrotW01-Regular";
  font-style: italic;
  font-weight: normal;
  /* IE 9 Compat Modes */
  src: url("fonts/Brandon_reg.eot");
  src: url("fonts/Brandon_reg_it.eot?") format("eot"), url("fonts/Brandon_reg_it.woff") format("woff"), url("fonts/Brandon_reg_it.ttf") format("truetype"), url("fonts/Brandon_reg_it.svg") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'BrandonGrotW01-Regular';
    font-style: italic;
    font-weight: normal;
    src: url("fonts/Brandon_reg_it.svg") format("svg"); } }
@font-face {
  font-family: "Brandon Grot W01 Black";
  font-style: normal;
  font-weight: normal;
  /* IE 9 Compat Modes */
  src: url("fonts/Brandon_blk.eot");
  src: url("fonts/Brandon_blk.eot?") format("eot"), url("fonts/Brandon_blk.woff") format("woff"), url("fonts/Brandon_blk.ttf") format("truetype"); }

@font-face {
  font-family: "LegacySerifITCW01-BkIt";
  font-style: normal;
  font-weight: normal;
  /* IE 9 Compat Modes */
  src: url("fonts/Legacy.eot");
  src: url("fonts/Legacy.eot?") format("eot"), url("fonts/Legacy.woff") format("woff"), url("fonts/Legacy.ttf") format("truetype"), url("fonts/Legacy.svg") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'LegacySerifITCW01-BkIt';
    src: url("fonts/Legacy.svg") format("svg"); } }
/* Global css shared through both sites, desktop/mobile versions */
/* shared styles between ari/aro for desktop */
/* Global ======================= */
.blue {
  color: #4caee1 !important; }

.yellow {
  color: #fec01b; }

.white {
  color: white !important; }

.black {
  color: black !important; }

.blue-bg {
  background: #4caee1; }

.blue-light-bg {
  background: #69d8f8; }

.blue-dark-bg {
  background: #197eb3; }

.gray-bg {
  background: #3f3f3f; }

.black-bg {
  background: black; }

.green-bg {
  background: #a1dd67; }

.yellow-bg {
  background: #fec01b; }

.italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

.bold {
  font-weight: bold; }

a.nolink {
  color: #666666 !important; }

.nonstyle {
  text-transform: none;
  font-style: normal; }

.clear {
  position: relative;
  float: left;
  width: 100%;
  clear: both; }

.hidden {
  display: none; }

.mr-0 {
  margin-right: 0px !important; }

.bb-0 {
  border-bottom: 0px !important; }

.br-0 {
  border-right: 0px !important; }

/* Structure ==================== */
body {
  min-width: 960px; }

.container {
  position: relative;
  margin: 0 auto;
  text-align: center; }

body > section {
  position: relative;
  float: left;
  width: 100%; }

form > section {
  position: relative;
  float: left;
  width: 100%; }

.headline {
  height: 296px;
  width: 100%;
  background: #f1f1f1; }

.filter-bar {
  width: 100%;
  background: #272727; }
  .filter-bar .container .close-subnav {
    display: none;
    width: 14px;
    height: 15px;
    background: url("/img/sub-nav-close.png") no-repeat;
    position: absolute;
    z-index: 4;
    left: 358px;
    top: 7px; }
  .filter-bar .container .select-options.active + .close-subnav {
    display: inline-block; }

/* Header ======================= */
body > header {
  position: relative;
  float: left;
  width: 100%;
  height: 100%; }

.signin {
  width: 100%;
  height: 30px;
  background: #282828;
  font-family: "BrandonGrotW01-Regular", sans-serif;
  font-size: 14px; }
  .signin li {
    position: relative;
    float: right;
    top: 8px;
    color: white; }
    .signin li:first-child:before {
      content: "/";
      margin: 0 10px; }
    .signin li:first-child {
      margin-right: 0px; }
    .signin li a:after {
      margin-left: 10px;
      content: url("/img/aro/icon-arrow-right-aro.png"); }

/* Homepage ======================== */
.main-logo {
  position: absolute;
  left: 0;
  top: 38px;
  width: 93px; }

/* Shared ========================== */
.credit {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 5px 5px;
  background: rgba(0, 0, 0, 0.2);
  font-family: "Brandon Grot W01 Black", sans-serif;
  color: #fff;
  font-size: 11px; }
  .credit .label {
    font-family: "LegacySerifITCW01-BkIt", sans-serif; }

.image-credit {
  display: block;
  float: right;
  margin-top: 3px;
  font-family: "BrandonGrotW01-Regular", sans-serif;
  font-size: 12px;
  color: #fec01b; }
  .image-credit .offset {
    color: #7b7b7b; }

/* pagination buttons */
.pagination {
  position: relative;
  margin-top: 20px; }
  .pagination.left {
    float: left;
    clear: both; }
  .pagination.right {
    float: right; }

.block-title {
  font-size: 50px;
  font-family: "Brandon Grot W01 Black", sans-serif;
  color: #272727;
  text-transform: uppercase;
  line-height: 1.0em; }

.block-text {
  font-family: "BrandonGrotW01-Regular", sans-serif;
  font-size: 17px;
  color: #323232;
  line-height: 1.3em; }

/* quotes module */
.quotes-module {
  padding: 67px 0 50px;
  background: #4caee1;
  font-size: 26px; }
  .quotes-module p {
    font-family: "LegacySerifITCW01-BkIt", sans-serif;
    color: white;
    line-height: 2.0em; }
  .quotes-module .container {
    overflow: hidden; }
  .quotes-module .quotes {
    overflow: hidden; }
    .quotes-module .quotes > ul {
      width: 980px;
      height: auto; }
    .quotes-module .quotes li {
      width: 980px;
      float: left; }
    .quotes-module .quotes p {
      padding: 0 65px;
      width: 835px; }
    .quotes-module .quotes .quote:before {
      content: url("/img/aro/icon-quote-before.png");
      margin-right: 15px; }
    .quotes-module .quotes .quote:after {
      content: url("/img/aro/icon-quote-after.png");
      position: absolute;
      margin-left: 10px;
      margin-top: 17px; }
  .quotes-module .arrow {
    background: url("/img/aro/quote-arrows.png") no-repeat;
    width: 41px;
    height: 41px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    z-index: 5; }
    .quotes-module .arrow.left {
      background-position: -7px -5px;
      left: 0; }
    .quotes-module .arrow.right {
      background-position: -55px -4px;
      right: 0; }
  .quotes-module .author {
    font-family: "Brandon Grot W01 Black", sans-serif;
    text-transform: uppercase; }

.sub-filter-bar {
  margin-top: 40px; }
  .sub-filter-bar li {
    position: relative;
    display: inline-block;
    margin-right: 5px; }
    .sub-filter-bar li .cta {
      background: #afaeae; }
      .sub-filter-bar li .cta:hover {
        background: #afaeae; }
    .ari .sub-filter-bar li.active .cta {
      background: #fec01b; }
    .ari .sub-filter-bar li.active:after {
      content: url("/img/ari/icon-arrow-down.png");
      position: absolute;
      top: 17px;
      left: 50%;
      margin-left: -5px; }
    .aro .sub-filter-bar li.active .cta {
      background: #4caee1; }
    .aro .sub-filter-bar li.active:after {
      content: url("/img/aro/icon-dropdown-blue.png");
      position: absolute;
      top: 17px;
      left: 50%;
      margin-left: -5px; }

/* Stay in touch module =========== */
.stay-in-touch {
  width: 100%;
  zoom: 1;
  padding-bottom: 50px; }
  .stay-in-touch:before, .stay-in-touch:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .stay-in-touch:after {
    clear: both; }
  .stay-in-touch .container {
    padding: 60px 0 0;
    text-align: center; }
    .stay-in-touch .container .block-title {
      font-size: 50px;
      color: white;
      margin: 0 0 30px; }
    .stay-in-touch .container .block-text {
      width: 620px;
      color: white;
      font-size: 22px;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      text-align: justify;
      display: inline-block; }
    .stay-in-touch .container .actions {
      margin: 51px 0 49px; }
      .stay-in-touch .container .actions a {
        background-color: #272727;
        padding: 25px 30px;
        font-size: 14px; }

/* Support module =========== */
.support-module {
  width: 100%;
  zoom: 1;
  padding-bottom: 50px;
  background-color: white; }
  .support-module:before, .support-module:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .support-module:after {
    clear: both; }
  .support-module .container {
    padding: 46px 0;
    text-align: center; }
    .support-module .container .block-title {
      font-size: 50px;
      margin: 0 0 20px; }
    .support-module .container .block-text {
      width: 720px;
      color: #323232;
      font-size: 16px;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      text-align: justify;
      display: inline-block;
      line-height: 1.7em; }
      .support-module .container .block-text p {
        margin-bottom: 10px; }
    .support-module .container .actions {
      margin: 59px 0 0 0; }
      .support-module .container .actions a {
        padding: 25px 30px;
        font-size: 14px; }

/* Info-Graphic Carousel =========== */
.aro .info-graphic, .ari .info-graphic {
  display: inline-block;
  float: right;
  width: 470px;
  height: auto;
  margin-top: 60px; }
  .aro .info-graphic .image-box, .ari .info-graphic .image-box {
    height: auto;
    overflow: hidden; }
  .aro .info-graphic a, .ari .info-graphic a {
    display: inline-block;
    margin-right: 20px;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #4caee1; }
    .aro .info-graphic a.activeSlide, .ari .info-graphic a.activeSlide {
      background: #a1dd67; }
  .aro .info-graphic .pagination, .ari .info-graphic .pagination {
    margin: 30px 0; }
    .aro .info-graphic .pagination a:last-child, .ari .info-graphic .pagination a:last-child {
      margin-right: 0; }

/* Youtube embed ===================== */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Generic template */
section.generic-template .container {
  min-height: 850px; }

/* Footer ========================= */
.footer-spacer {
  position: relative;
  clear: both;
  width: 100%;
  height: 335px;
  z-index: -1; }

footer {
  position: relative;
  float: left;
  width: 100%;
  height: 275px;
  margin-top: -335px;
  padding-top: 60px;
  background-color: #272727;
  background-color: rgba(39, 39, 39, 0.9); }
  footer .logo {
    position: relative;
    float: left;
    margin: 0 90px 0 0; }
  footer ul {
    position: relative;
    float: left;
    height: auto;
    margin-right: 90px;
    padding-left: 20px;
    border-left: solid 1px #999; }
  footer .btn li {
    position: relative;
    float: left;
    clear: both;
    width: 130px;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 3px; }
    footer .btn li a {
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 11px;
      text-transform: uppercase;
      color: white;
      width: 100%;
      height: 100%;
      display: inline-block;
      padding: 7px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  footer .links {
    width: 220px;
    height: 92%;
    margin-top: 0;
    border-left: solid 1px #999; }
    footer .links li {
      display: block;
      text-align: left;
      margin-bottom: 9px;
      padding: 0;
      border: none; }
      footer .links li a {
        font-family: "BrandonGrotW01-Regular", sans-serif;
        font-size: 14px;
        color: white; }
  footer .social {
    width: 200px;
    margin-top: 0;
    border-left: solid 1px #999; }
    footer .social h3 {
      margin-bottom: 5px;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      font-size: 11px;
      color: #989898;
      text-transform: uppercase;
      text-align: left; }
    footer .social .cta {
      position: relative;
      float: left;
      width: 154px;
      margin-bottom: 30px; }
      footer .social .cta.large {
        padding: 7px 20px; }
    footer .social li {
      position: relative;
      float: left;
      margin-right: 15px; }
      footer .social li:last-child {
        margin-right: 0px; }
  footer .copyright {
    position: relative;
    clear: both;
    top: 70px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    font-size: 11px;
    color: #999999;
    line-height: 16px;
    text-align: left;
    font-weight: bold;
    letter-spacing: .3px; }

.tab-content {
  zoom: 1; }
  .tab-content:before, .tab-content:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .tab-content:after {
    clear: both; }
  .tab-content .template-1 {
    width: 100%; }
    .tab-content .template-1 .block-text {
      width: 470px; }
  .tab-content .template-2 .block-text {
    width: 650px; }

/* Search bar */
#search-icon {
  position: relative;
  /* Overwrite jQuery UI autocomplete's results */ }
  #search-icon input {
    display: none; }
  #search-icon .icon-mag {
    background: url("/img/icon-search.png") no-repeat;
    width: 30px;
    height: 25px;
    border: 0;
    display: block;
    cursor: pointer; }
  #search-icon input.search-input.tt-query {
    background-color: white !important; }
  #search-icon .tt-dropdown-menu {
    background: white;
    float: left;
    text-align: left;
    line-height: 22px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    width: 100%;
    padding: 10px;
    line-height: 22px;
    border: solid 1px #D5D5D5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #search-icon .tt-suggestion.tt-is-under-cursor {
    background: #EFEFEF; }
  #search-icon ul.ui-autocomplete.ui-menu {
    width: 522px !important;
    padding: 10px;
    top: 0 !important;
    left: 0 !important;
    z-index: 2;
    background: white;
    border: 1px solid #D5D5D5;
    zoom: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #search-icon ul.ui-autocomplete.ui-menu:before, #search-icon ul.ui-autocomplete.ui-menu:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    #search-icon ul.ui-autocomplete.ui-menu:after {
      clear: both; }
    #search-icon ul.ui-autocomplete.ui-menu li {
      width: 100%;
      height: auto;
      text-align: left;
      clear: both;
      padding: 0;
      margin: 0;
      line-height: 20px; }
      #search-icon ul.ui-autocomplete.ui-menu li a {
        width: 100%;
        font-size: 16px;
        text-transform: inherit;
        font-family: "BrandonGrotW01-Regular", sans-serif;
        padding: 0;
        margin: 0;
        line-height: 20px; }

/* Third party Embed codes */
.sound-cloud-widget {
  padding: 20px 0;
  clear: both;
  width: 100%;
  display: block;
  zoom: 1; }
  .sound-cloud-widget:before, .sound-cloud-widget:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .sound-cloud-widget:after {
    clear: both; }

/* Mosaic global */
.ari #mosaic-scroller li, .aro #mosaic-scroller li {
  overflow: hidden; }
  .ari #mosaic-scroller li img, .aro #mosaic-scroller li img {
    width: 100%;
    height: auto; }
  .ari #mosaic-scroller li .gradient, .aro #mosaic-scroller li .gradient {
    display: none;
    width: 100%;
    height: 285px;
    background: url("/img/gradient.png") repeat-x;
    bottom: 0;
    position: absolute; }
  .ari #mosaic-scroller li img + div + .gradient, .aro #mosaic-scroller li img + div + .gradient {
    display: block; }

/* Social Modal */
#social-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  border: 0;
  overflow: hidden;
  background: white; }

/* Global Mobile */
.only-mobile {
  display: none !important; }

.only-desktop {
  display: block !important; }

/* Xcentium specific */
.aspNetDisabled {
  visibility: hidden; }

/* IE8 Wall */
.ie8wall-dialog {
  background: white;
  border: 18px solid #dfdfdf;
  display: none;
  height: 453px;
  position: absolute;
  top: 0;
  left: 50%;
  /*margin-left: -408px;*/
  width: 780px;
  z-index: 1001; }
  .ie8wall-dialog .close {
    background: url("/img/ie8wall-close.png") no-repeat 0 0;
    display: block;
    height: 33px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 33px; }
  .ie8wall-dialog img {
    float: left;
    margin: 185px 18px 0 186px; }
  .ie8wall-dialog h3 {
    font-family: "Brandon Grot W01 Black", sans-serif !important;
    font-weight: bold;
    margin: 189px 0 5px 0;
    line-height: 1;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: -.9px; }
  .ie8wall-dialog p {
    font-family: "BrandonGrotW01-Regular-IE8", sans-serif !important;
    font-size: 20px;
    font-style: normal;
    line-height: 27px; }

.ie8wall-overlay {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: url("/img/ie8wall-bg.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/ie8wall-bg.png', sizingMethod='scale');
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/ie8wall-bg.png', sizingMethod='scale'); }

/* ARO ================================ */
/* homepage */
/* Homepage ============================ */
/* section1 */
.aro .first {
  height: 606px;
  background: url("/img/aro/bg-home-first.jpg") no-repeat #f2f2f2 top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')"; }
  .aro .first .main-title {
    position: absolute;
    width: 280px;
    top: 190px;
    left: 0;
    font-size: 52px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    text-transform: uppercase;
    line-height: 1.0em;
    text-align: left;
    color: #272727; }
  .aro .first .sub-copy {
    position: absolute;
    top: 300px;
    left: 0;
    width: 290px;
    font-size: 20px;
    text-align: left;
    font-family: "LegacySerifITCW01-BkIt", sans-serif;
    color: #272727;
    line-height: 1.0em; }
  .aro .first ul {
    position: relative;
    top: 126px; }
  .aro .first .section-box {
    position: relative;
    float: right;
    width: 240px;
    height: 240px;
    font-size: 24px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9; }
    .aro .first .section-box a {
      color: white;
      width: 240px;
      height: 240px;
      display: inline-table;
      padding-top: 86px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .aro .first .section-box:nth-child(5) {
      width: 240px; }

/* section2 */
.aro .second {
  height: 483px;
  background: url("/img/aro/bg-home-second.jpg") no-repeat #505050 top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')"; }
  .aro .second .block-title {
    display: inline-block;
    float: left;
    width: 420px;
    margin: 63px 0 0;
    font-size: 60px;
    text-align: right;
    line-height: 0.9em;
    color: white;
    text-transform: none;
    font-family: "LegacySerifITCW01-BkIt", sans-serif; }
    .aro .second .block-title span {
      display: block;
      position: relative;
      top: 10px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      color: #4caee1;
      text-transform: uppercase; }
  .aro .second .block-content p {
    display: inline-block;
    float: right;
    width: 480px;
    margin: 75px 0 0 20px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    font-size: 18px;
    color: white;
    line-height: 1.4em;
    text-align: left; }
    .aro .second .block-content p span {
      display: inline; }
    .aro .second .block-content p:nth-of-type(2) {
      margin-top: 20px; }
  .aro .second .block-content:nth-of-type(2) {
    margin-top: 20px; }
  .aro .second .cta {
    position: relative;
    float: left;
    margin: 40px 0; }

/* section3 */
.aro .third {
  padding-top: 60px;
  height: 770px;
  background: white; }
  .aro .third .container {
    overflow: hidden;
    min-height: 720px; }
  .aro .third .section-title {
    font-family: "Brandon Grot W01 Black", sans-serif;
    text-transform: uppercase;
    color: #4caee1;
    font-size: 60px;
    line-height: normal; }
    .aro .third .section-title .sub {
      display: inline;
      font-family: "LegacySerifITCW01-BkIt", sans-serif;
      color: #272727;
      text-transform: none; }
  .aro .third .sub-title {
    display: inline-block;
    margin-top: 0px;
    width: 600px;
    font-size: 24px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    color: #989898;
    line-height: 1.2em; }
  .aro .third .question-title {
    margin-top: 70px;
    font-size: 38px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    line-height: 0.8em;
    color: #a1dd67;
    text-transform: uppercase; }
    .aro .third .question-title .sub {
      font-size: 24px;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      color: #989898;
      text-transform: none; }
  .aro .third .steps-content li {
    margin: 20px auto; }
  .aro .third .steps-content:checked::before,
  .aro .third .steps-content input[type='radio'] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    clip: rect(0 0 0 0); }
  .aro .third .steps-content:checked,
  .aro .third .steps-content input[type='radio'] + label::before {
    content: ' ';
    position: absolute; }
  .aro .third .steps-content input[type='radio']:checked + label::before {
    content: url("/img/aro/icon-checkmark.png");
    position: absolute;
    top: 8px;
    left: 20px; }
  .aro .third .steps-content label {
    display: inline-block;
    position: relative;
    padding: 10px 0;
    width: 200px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    border: solid none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #81c6ea;
    cursor: pointer; }
    .aro .third .steps-content label:hover {
      background: #5bc3ed; }
    .aro .third .steps-content label a {
      color: white; }
  .aro .third .steps-content input[type='radio']:checked + label {
    background: #a1dd67; }
  .aro .third .steps-wrap {
    height: auto;
    display: block;
    overflow: hidden; }
    .aro .third .steps-wrap .question.one ul, .aro .third .steps-wrap .question.three ul {
      margin-top: 60px; }
    .aro .third .steps-wrap .question.four li label {
      margin-top: 85px; }
  .aro .third .steps-content {
    width: 3840px;
    display: inline-block;
    margin-bottom: 45px; }
  .aro .third .book-index {
    list-style: none;
    margin: auto;
    clear: both;
    margin-top: 40px;
    width: 154px;
    display: inline-block; }
    .aro .third .book-index li {
      width: 12px;
      height: 12px;
      background-color: #CBCBCB;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      float: left;
      margin-left: 15px;
      cursor: pointer; }
      .aro .third .book-index li.active {
        background-color: #A1DD67; }
      .aro .third .book-index li.completed {
        background-color: #4CAEE1; }
  .aro .third .question {
    height: 360px;
    min-width: 960px;
    float: left; }
    .aro .third .question.books .q2 {
      margin-left: 190px; }
    .aro .third .question.books label {
      width: 150px; }
    .aro .third .question.books input[type='radio']:checked + label::before {
      left: 10px; }
    .aro .third .question.books .book-wrapper {
      position: relative;
      display: inline-block;
      margin-top: 30px;
      width: 263px;
      z-index: 3;
      /* Position the books as cascade */ }
      .aro .third .question.books .book-wrapper img {
        position: absolute;
        left: 0px;
        top: 0px;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .aro .third .question.books .book-wrapper img.pos-1 {
        top: 0px;
        left: 0;
        z-index: 5; }
      .aro .third .question.books .book-wrapper img.pos-2 {
        top: -4px;
        left: -4px;
        z-index: 4; }
      .aro .third .question.books .book-wrapper img.pos-3 {
        top: -8px;
        left: -8px;
        z-index: 3; }
      .aro .third .question.books .book-wrapper img.pos-4 {
        top: -11px;
        left: -12px;
        z-index: 2; }
      .aro .third .question.books .book-wrapper img.pos-5 {
        top: -15px;
        left: -16px;
        z-index: 1;
        -moz-transition: all 0s;
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s; }
  .aro .third .steps {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 60px; }
    .aro .third .steps li {
      position: relative;
      display: inline-block;
      margin-right: 280px;
      height: 55px;
      width: 55px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      cursor: pointer; }
      .aro .third .steps li:after {
        content: "......................";
        letter-spacing: 7px; }
      .aro .third .steps li a {
        position: absolute;
        left: 8px;
        top: 7px;
        height: 40px;
        width: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #cbcbcb;
        font-family: "LegacySerifITCW01-BkIt", sans-serif;
        color: #fff; }
        .aro .third .steps li a span {
          position: absolute;
          top: 12px;
          left: 16px; }
      .aro .third .steps li.completed a {
        background: #4caee1; }
      .aro .third .steps li.completed .dots {
        color: #4caee1; }
      .aro .third .steps li.active {
        background-color: rgba(161, 221, 103, 0.5); }
        .aro .third .steps li.active a {
          opacity: 1;
          background: #a1dd67; }
      .aro .third .steps li:after {
        position: absolute;
        left: 65px;
        top: 11px;
        color: #cbcbcb;
        font-size: 20px;
        font-weight: bold; }
      .aro .third .steps li.completed:after {
        color: #4CAEE1; }
      .aro .third .steps li:last-child {
        margin-right: 0px; }
        .aro .third .steps li:last-child:after {
          content: ""; }
      .aro .third .steps li .label {
        position: absolute;
        top: 55px;
        left: -21px;
        margin-top: 15px;
        width: 100px;
        font-size: 22px;
        text-align: center;
        font-family: "LegacySerifITCW01-BkIt", sans-serif;
        color: #333333; }
  .aro .third .cta {
    position: relative;
    top: 70px;
    background: #cbcbcb; }

.aro .third.mosaic {
  padding-top: 0;
  height: auto;
  margin-bottom: 50px; }
  .aro .third.mosaic .container.full {
    width: 100%; }
  .aro .third.mosaic .container h1 {
    padding: 50px 0 0px; }
  .aro .third.mosaic .container .section-subtitle {
    font-family: "LegacySerifITCW01-BkIt", sans-serif;
    color: black;
    font-size: 27px; }
  .aro .third.mosaic .container .tab-nav.sub-filter-bar li .cta {
    background: #4caee1; }
  .aro .third.mosaic .container .tab-nav.sub-filter-bar li.active .cta {
    background: #a1dd67; }
  .aro .third.mosaic .container .tab-nav.sub-filter-bar li.active:after {
    content: url("/img/aro/icon-dropdown-green.png");
    position: absolute;
    top: 17px;
    left: 50%;
    margin-left: -5px; }
  .aro .third.mosaic .container .cta {
    top: 0; }
  .aro .third.mosaic .container .mosaic-wrap {
    margin-top: 50px; }
    .aro .third.mosaic .container .mosaic-wrap:hover .drag-arrows {
      display: block;
      cursor: pointer; }
    .aro .third.mosaic .container .mosaic-wrap .drag-arrows {
      display: none;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      margin-top: 28px;
      z-index: 3; }
  .aro .third.mosaic .container #mosaic {
    width: 100%;
    height: 570px;
    background: white;
    overflow: hidden; }
    .aro .third.mosaic .container #mosaic #mosaic-scroller {
      width: 0;
      height: 100%;
      padding: 0;
      margin: 0;
      background-color: grey;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .aro .third.mosaic .container #mosaic img.bg {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      width: 100%;
      height: auto; }
    .aro .third.mosaic .container #mosaic ul {
      list-style: none;
      display: block;
      float: left;
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
      text-align: left; }
      .aro .third.mosaic .container #mosaic ul li {
        float: left;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        width: 1px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .aro .third.mosaic .container #mosaic ul li.bg-1 {
          background-color: #4caee1; }
        .aro .third.mosaic .container #mosaic ul li.bg-2 {
          background-color: #bbbbbb; }
        .aro .third.mosaic .container #mosaic ul li.bg-3 {
          background-color: #85cff5; }
        .aro .third.mosaic .container #mosaic ul li.bg-4 {
          background-color: #727272; }
        .aro .third.mosaic .container #mosaic ul li.bg-5 {
          background-color: #323232; }
        .aro .third.mosaic .container #mosaic ul li.bg-6 {
          background-color: #5bc3ed; }
        .aro .third.mosaic .container #mosaic ul li.bg-7 {
          background-color: #197eb3; }
        .aro .third.mosaic .container #mosaic ul li.bg-8 {
          background-color: #666666; }
        .aro .third.mosaic .container #mosaic ul li.bg-9 {
          background-color: #69d8f8; }
        .aro .third.mosaic .container #mosaic ul li.bg-10 {
          background-color: #272727; }
    .aro .third.mosaic .container #mosaic .mosaic-content {
      padding: 12px;
      z-index: 2;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      position: absolute;
      bottom: 0; }
      .aro .third.mosaic .container #mosaic .mosaic-content > .info {
        padding-bottom: 9px;
        position: relative;
        display: inline-block; }
      .aro .third.mosaic .container #mosaic .mosaic-content span {
        color: white;
        background: url() no-repeat; }
        .aro .third.mosaic .container #mosaic .mosaic-content span ins {
          color: #4caee1; }
      .aro .third.mosaic .container #mosaic .mosaic-content p {
        margin-bottom: 20px;
        font-size: 17px;
        line-height: 20px; }
      .aro .third.mosaic .container #mosaic .mosaic-content h1 {
        font-size: 32px;
        color: #4caee1;
        text-transform: uppercase; }
      .aro .third.mosaic .container #mosaic .mosaic-content h2 {
        font-size: 28px;
        text-transform: uppercase; }
      .aro .third.mosaic .container #mosaic .mosaic-content h3 {
        font-family: "Brandon Grot W01 Black", sans-serif;
        color: white;
        text-transform: uppercase; }
      .aro .third.mosaic .container #mosaic .mosaic-content .cta {
        padding: 7px 15px 6px;
        background: #4caee1; }
    .aro .third.mosaic .container #mosaic .featured {
      width: 500px;
      height: 570px;
      background: #FFF; }
      .aro .third.mosaic .container #mosaic .featured .mosaic-content {
        padding: 12px 24px 24px; }
    .aro .third.mosaic .container #mosaic .one {
      width: 280px;
      height: 285px;
      background: #4caee1; }
    .aro .third.mosaic .container #mosaic .two {
      width: 560px;
      height: 285px;
      background: #85cff5; }
    .aro .third.mosaic .container #mosaic .info ins {
      text-decoration: none;
      color: #4caee1; }
    .aro .third.mosaic .container #mosaic .info span {
      background: url("/img/aro//mosaic/icons-blue.png") no-repeat -2px -1px;
      width: 18px;
      height: 18px;
      display: inline-block;
      position: relative;
      top: 4px;
      margin-right: 5px; }
    .aro .third.mosaic .container #mosaic .info.video > span {
      background-position: -2px -1px; }
    .aro .third.mosaic .container #mosaic .info.audio > span {
      background-position: -22px -1px; }
    .aro .third.mosaic .container #mosaic .info.article > span {
      background-position: -43px -1px; }
  .aro .third.mosaic .mosaic-functions {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    margin-top: 48px;
    zoom: 1; }
    .aro .third.mosaic .mosaic-functions:before, .aro .third.mosaic .mosaic-functions:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .aro .third.mosaic .mosaic-functions:after {
      clear: both; }
    .aro .third.mosaic .mosaic-functions a {
      float: left;
      padding-left: 20px;
      padding-right: 20px; }
      .aro .third.mosaic .mosaic-functions a:last-child {
        margin-left: 20px; }

/* section5 */
.aro .fifth {
  height: 970px;
  padding-top: 56px;
  background: url("/img/aro/bg-home-about.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')"; }
  .aro .fifth .block-title {
    display: inline-block;
    float: left;
    width: 530px;
    font-size: 70px;
    text-align: left;
    font-family: "LegacySerifITCW01-BkIt", sans-serif;
    color: #272727;
    text-transform: none; }
    .aro .fifth .block-title span {
      color: #fec01b;
      font-family: "Brandon Grot W01 Black", sans-serif; }
  .aro .fifth .block-content p {
    display: block;
    width: 530px;
    margin-bottom: 10px;
    font-size: 17px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    line-height: 1.5em;
    text-align: left; }
  .aro .fifth .block-content .cta {
    position: relative;
    float: left;
    clear: both;
    background: #fec01b; }
    .aro .fifth .block-content .cta.large {
      padding: 8px 20px 10px; }
    .aro .fifth .block-content .cta:hover {
      background: #fec93d; }

.credit {
  display: block; }

.video-modal {
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 720px;
  height: 555px;
  background-color: #000;
  padding-top: 10px;
  z-index: 10; }
  .video-modal object {
    display: block; }
  .video-modal .video-content {
    padding: 35px;
    color: white;
    zoom: 1; }
    .video-modal .video-content:before, .video-modal .video-content:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .video-modal .video-content:after {
      clear: both; }
    .video-modal .video-content .block-title {
      font-size: 19px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      text-transform: uppercase;
      display: inline-block;
      margin-bottom: 15px; }
    .video-modal .video-content .block-content {
      width: 100%; }
      .video-modal .video-content .block-content a.cta {
        color: #fff;
        font-size: 11px;
        font-family: "Brandon Grot W01 Black", sans-serif;
        text-transform: uppercase;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #4caee1;
        display: inline-block;
        margin-top: 20px; }
      .video-modal .video-content .block-content p {
        font-family: "BrandonGrotW01-Regular", sans-serif;
        font-size: 17px;
        margin-top: 27px; }
    .video-modal .video-content .cta {
      float: right;
      background: none;
      font-size: 13px;
      margin-left: 7px;
      position: relative; }
    .video-modal .video-content .share {
      /*padding-left: 19px;*/ }
      .video-modal .video-content .share span {
        background: url("/img/aro/video-icons-sprite.png") no-repeat -3px -6px;
        width: 14px;
        height: 11px;
        display: inline-block;
        margin-right: 6px; }
    .video-modal .video-content .my-library {
      padding-left: 19px; }
      .video-modal .video-content .my-library span {
        background: url("/img/aro/video-icons-sprite.png") no-repeat -22px -6px;
        width: 13px;
        height: 11px;
        display: inline-block;
        margin-right: 7px; }
    .video-modal .video-content .close {
      background: url("/img/aro/video-icons-sprite.png") no-repeat -42px -4px;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 9px;
      right: 8px;
      cursor: pointer; }
    .video-modal .video-content .fb {
      background: url("/img/aro/video-icons-sprite.png") no-repeat -77px -5px;
      width: 23px;
      height: 23px; }
    .video-modal .video-content .twitter {
      background: url("/img/aro/video-icons-sprite.png") no-repeat -110px -6px;
      width: 23px;
      height: 23px; }
    .video-modal .video-content .pinterest {
      background: url("/img/aro/video-icons-sprite.png") no-repeat -143px -6px;
      width: 23px;
      height: 23px; }
    .video-modal .video-content .share-popup {
      display: none;
      position: absolute;
      width: 120px;
      height: 36px;
      padding-top: 10px;
      background: #2D2D2D;
      text-transform: uppercase;
      border-radius: 3px;
      top: -64px;
      right: -1px;
      border: 1px solid #444444;
      color: #fff;
      font-size: 11px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      text-transform: uppercase;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      .video-modal .video-content .share-popup .spacer {
        width: 100%;
        height: 30px;
        bottom: -31px;
        position: absolute; }
    .video-modal .video-content .share-icon {
      display: inline-block;
      position: relative;
      margin-left: 10px; }
      .video-modal .video-content .share-icon:first-child {
        margin-left: 14px; }
    .video-modal .video-content .share-popup:after, .video-modal .video-content .share-popup:before {
      top: 100%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .video-modal .video-content .share-popup:after {
      border-color: rgba(45, 45, 45, 0);
      border-top-color: #2D2D2D;
      border-width: 11px;
      left: 50%;
      margin-left: 18px; }
    .video-modal .video-content .share-popup:before {
      border-color: rgba(68, 68, 68, 0);
      border-top-color: #444;
      border-width: 12px;
      left: 50%;
      margin-left: 18px; }

.video-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.89);
  z-index: 6; }

/* Mobile: 320+ */
/* @media only screen and (max-width: 37.5em) {
	@import "320.scss";
} */
@media only screen and (max-width: 36.5em) {
  /* Homepage ============================ */
  .main-logo {
    display: none; }

  .aro .first {
    height: 338px;
    background: url("/img/aro/bg-home-first-mobile.jpg") no-repeat #cdcdcd top center;
    background-size: 320px; }
    .aro .first .main-title {
      top: 20px;
      left: 0;
      font-size: 26px; }
    .aro .first .sub-copy {
      width: 165px;
      top: 80px;
      left: 0;
      font-size: 15px;
      color: #7b7b7b; }
    .aro .first ul {
      width: 320px;
      margin-left: -28px;
      top: 124px; }
      .aro .first ul li:last-child {
        position: absolute;
        top: -6px;
        left: 15px; }
      .aro .first ul li img {
        width: 50px;
        height: 50px; }
    .aro .first .section-box {
      width: 102px;
      height: 107px;
      font-size: 12px; }
      .aro .first .section-box a {
        top: 0;
        left: 0;
        width: 102px;
        height: 107px;
        padding-top: 35px; }
      .aro .first .section-box:nth-child(4) a {
        padding-top: 28px; }
      .aro .first .section-box:nth-child(5) {
        width: 101px; }

  .aro .second {
    height: 470px; }
    .aro .second .block-title {
      float: none;
      width: 255px;
      margin: 20px 0 15px;
      font-size: 30px;
      text-align: center; }
      .aro .second .block-title .sub {
        top: 5px; }
    .aro .second .block-content p {
      float: none;
      width: 255px;
      margin: 0;
      font-size: 15px; }
      .aro .second .block-content p span {
        display: block; }
      .aro .second .block-content p:nth-of-type(2) {
        margin-top: 10px; }
    .aro .second .block-content .cta {
      margin: 25px 0; }

  .aro .third {
    padding-top: 30px;
    height: auto; }
    .aro .third .section-title {
      font-size: 30px;
      line-height: 1.1em; }
      .aro .third .section-title .sub {
        display: block; }
    .aro .third .sub-title {
      margin-top: 10px;
      width: 250px;
      font-size: 15px; }
    .aro .third .question-title {
      margin-top: 40px;
      font-size: 25px; }
      .aro .third .question-title .sub {
        font-size: 17px; }
    .aro .third li {
      margin: 10px auto; }
    .aro .third .question {
      height: 327px;
      min-width: 280px;
      max-width: 280px;
      /* TODO: working, but need to figure this out,  width: 280px doesnt do it */
      overflow: hidden; }
      .aro .third .question.books .q2 {
        margin-left: 119px; }
      .aro .third .question .book-index {
        margin-top: 55px;
        width: 140px;
        z-index: 124;
        display: block; }
    .aro .third .steps-content {
      width: 1280px; }
    .aro .third .steps-wrap .question.one ul, .aro .third .steps-wrap .question.three ul {
      margin-top: 70px; }
    .aro .third .steps-wrap .question.four li label {
      margin-top: 85px; }
    .aro .third .steps li {
      margin-right: 50px; }
      .aro .third .steps li:after {
        content: ".....";
        letter-spacing: 3px; }
      .aro .third .steps li .label {
        top: 45px;
        font-size: 16px; }
    .aro .third .cta {
      top: 53px; }
    .aro .third.mosaic {
      height: auto; }
      .aro .third.mosaic .container {
        min-height: 420px; }
        .aro .third.mosaic .container li {
          margin: 0; }
        .aro .third.mosaic .container .mosaic-functions {
          margin-top: 36px; }
        .aro .third.mosaic .container .mosaic-wrap .drag-arrows {
          width: 100px;
          top: 230px; }
        .aro .third.mosaic .container .mosaic-wrap #mosaic {
          height: 285px; }
          .aro .third.mosaic .container .mosaic-wrap #mosaic .mosaic-content {
            padding: 8px; }
            .aro .third.mosaic .container .mosaic-wrap #mosaic .mosaic-content span {
              font-size: 10px; }
            .aro .third.mosaic .container .mosaic-wrap #mosaic .mosaic-content p {
              font-size: 10px;
              line-height: 11px;
              margin-bottom: 7px; }
            .aro .third.mosaic .container .mosaic-wrap #mosaic .mosaic-content h1 {
              font-size: 12px; }
            .aro .third.mosaic .container .mosaic-wrap #mosaic .mosaic-content h2 {
              font-size: 18px;
              line-height: 16px; }
            .aro .third.mosaic .container .mosaic-wrap #mosaic .mosaic-content h3 {
              font-size: 11px; }
          .aro .third.mosaic .container .mosaic-wrap #mosaic ul li {
            overflow: hidden; }
          .aro .third.mosaic .container .mosaic-wrap #mosaic a.cta {
            padding: 7px 10px;
            font-size: 9px; }
            .aro .third.mosaic .container .mosaic-wrap #mosaic a.cta.right:after {
              top: 6px; }
          .aro .third.mosaic .container .mosaic-wrap #mosaic .featured {
            width: 250px;
            height: 285px;
            background: white; }
            .aro .third.mosaic .container .mosaic-wrap #mosaic .featured .mosaic-content {
              padding: 6px 12px 12px; }
            .aro .third.mosaic .container .mosaic-wrap #mosaic .featured img {
              max-width: 250px; }
          .aro .third.mosaic .container .mosaic-wrap #mosaic .one {
            width: 140px;
            height: 142.5px; }
            .aro .third.mosaic .container .mosaic-wrap #mosaic .one img {
              max-width: 140px; }
          .aro .third.mosaic .container .mosaic-wrap #mosaic .two {
            width: 280px;
            height: 142.5px; }
            .aro .third.mosaic .container .mosaic-wrap #mosaic .two img {
              max-width: 280px; }

  .aro .fifth {
    padding-top: 35px;
    background-size: 2000px; }
    .aro .fifth .block-title {
      float: none;
      width: 255px;
      margin-bottom: 20px;
      font-size: 36px;
      text-align: center; }
    .aro .fifth .block-content p {
      display: inline-block;
      width: 255px;
      font-size: 15px;
      color: #272727; }
    .aro .fifth .block-content .cta {
      float: none;
      margin: 15px 0; }

  .video-modal {
    width: 320px;
    height: 425px;
    margin-top: 70px; }
    .video-modal .video-content .block-title {
      width: 100%;
      text-align: center; }
    .video-modal .video-content .block-content {
      width: 100%;
      text-align: center; }
      .video-modal .video-content .block-content p {
        text-align: left;
        margin-top: 10px;
        font-size: 15px; }
        .video-modal .video-content .block-content p a.cta {
          clear: both;
          margin: 0 auto; }
    .video-modal .video-content .share.cta {
      float: none;
      text-align: center;
      padding: 0;
      margin: 0 89px 10px;
      display: inline-block; }
    .video-modal .video-content .share-icon.fb {
      margin-left: 2px; }

  .credit {
    display: none; } }
/* about */
/* About ========================== */
.about-module {
  /* Novelist */
  /* Philosopher */
  /* Icon */ }
  .about-module:nth-of-type(1) {
    width: 100%;
    height: 405px;
    padding: 0;
    background: url("/img/aro/bg-about-first.jpg") no-repeat #f6f6f6 top center; }
    .about-module:nth-of-type(1) .quote {
      margin: 61px 20px 10px 0; }
    .about-module:nth-of-type(1) p {
      display: inline-block;
      font-family: "LegacySerifITCW01-BkIt", sans-serif;
      color: #3f3f3f;
      line-height: 1.3em;
      float: right;
      width: 510px;
      font-size: 24px; }
    .about-module:nth-of-type(1) .quote:before {
      content: "";
      background: url("/img/aro/icon-quote-before-gray.png") no-repeat;
      width: 40px;
      height: 33px;
      display: inline-block;
      margin-right: 10px; }
    .about-module:nth-of-type(1) .quote:after {
      content: "";
      background: url("/img/aro/icon-quote-after-gray.png") no-repeat;
      width: 40px;
      height: 33px;
      position: absolute;
      margin-left: 10px;
      margin-top: 5px; }
    .about-module:nth-of-type(1) .author {
      font-family: "Brandon Grot W01 Black", sans-serif; }
  .about-module:nth-of-type(2) {
    width: 100%;
    height: auto;
    padding-bottom: 20px; }
    .about-module:nth-of-type(2) .filter-bar {
      height: 44px; }
    .about-module:nth-of-type(2) .text {
      display: inline-block;
      text-align: left;
      position: relative;
      float: left;
      margin-top: 60px;
      width: 430px; }
      .about-module:nth-of-type(2) .text .block-title {
        margin-bottom: 5px;
        font-size: 50px;
        text-align: left;
        font-family: "Brandon Grot W01 Black", sans-serif;
        color: #4caee1;
        text-transform: uppercase; }
      .about-module:nth-of-type(2) .text .block-content p {
        margin: 0 0 10px;
        font-size: 16px;
        font-family: "BrandonGrotW01-Regular", sans-serif;
        color: #323232;
        line-height: 1.7em;
        letter-spacing: 1px; }
      .about-module:nth-of-type(2) .text .block-content .cta {
        display: block;
        margin-top: 20px; }
  .about-module:nth-of-type(3) {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    background: #4caee1; }
    .about-module:nth-of-type(3) .block-title {
      font-family: "Brandon Grot W01 Black", sans-serif;
      color: #fff;
      margin-top: 70px;
      font-size: 50px;
      text-transform: uppercase; }
      .about-module:nth-of-type(3) .block-title.sub {
        font-family: "Brandon Grot W01 Black", sans-serif;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 30px; }
    .about-module:nth-of-type(3) .block-content p {
      display: inline-block;
      margin: 5px 0 10px;
      width: 700px;
      font-size: 22px;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      color: #fff;
      text-align: left;
      letter-spacing: 1px; }
      .about-module:nth-of-type(3) .block-content p.sub {
        font-size: 20px; }
    .about-module:nth-of-type(3) .block-content .cta {
      display: inline-block;
      margin-top: 30px;
      padding: 20px 40px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      color: #4caee1;
      border-radius: 3px;
      background: #fff; }
      .about-module:nth-of-type(3) .block-content .cta:after {
        content: url("/img/aro/icon-arrow-right-blue.png");
        position: relative;
        margin-left: 15px;
        top: 4px; }
    .about-module:nth-of-type(3) .circles-wrap {
      margin: 0 auto;
      display: inline-block; }
      .about-module:nth-of-type(3) .circles-wrap .circles {
        display: block;
        width: 100%;
        height: 180px;
        margin: 45px 0 28px;
        text-align: center; }
        .about-module:nth-of-type(3) .circles-wrap .circles li {
          float: left;
          margin-right: 20px;
          width: 190px;
          height: 190px;
          background-color: white;
          position: relative;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
          .about-module:nth-of-type(3) .circles-wrap .circles li a {
            position: absolute;
            top: 10px;
            left: 10px;
            width: 170px;
            height: 170px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%; }
            .about-module:nth-of-type(3) .circles-wrap .circles li a span {
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              position: absolute;
              margin: auto;
              display: block;
              width: 100%;
              height: 32px;
              text-align: center;
              font-family: "LegacySerifITCW01-BkIt", sans-serif;
              font-size: 26px;
              color: #77AADE; }
          .about-module:nth-of-type(3) .circles-wrap .circles li.activeSlide a {
            background-color: #B6DB6C; }
            .about-module:nth-of-type(3) .circles-wrap .circles li.activeSlide a span {
              color: white; }
    .about-module:nth-of-type(3) .sub-title {
      font-family: "Brandon Grot W01 Black", sans-serif;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 30px; }
    .about-module:nth-of-type(3) .cta {
      display: inline-block;
      margin-top: 30px;
      padding: 20px 40px;
      font-size: 14px;
      color: #4caee1;
      background: #fff; }
      .about-module:nth-of-type(3) .cta:after {
        content: url("/img/aro/icon-arrow-right-blue.png");
        position: relative;
        margin-left: 15px;
        top: 4px; }
    .about-module:nth-of-type(3) .philosopher-copy {
      margin: 0 auto;
      zoom: 1; }
      .about-module:nth-of-type(3) .philosopher-copy:before, .about-module:nth-of-type(3) .philosopher-copy:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .about-module:nth-of-type(3) .philosopher-copy:after {
        clear: both; }
      .about-module:nth-of-type(3) .philosopher-copy .block-title {
        width: 100%; }
      .about-module:nth-of-type(3) .philosopher-copy li {
        width: 100%;
        height: auto; }
  .about-module:nth-of-type(4) {
    height: auto;
    padding-bottom: 40px; }
    .about-module:nth-of-type(4) .side-image {
      display: inline-block;
      float: left;
      margin-top: 70px; }
    .about-module:nth-of-type(4) .image-container {
      position: relative;
      float: left; }
    .about-module:nth-of-type(4) .text {
      display: inline-block;
      text-align: left;
      float: right;
      width: 430px;
      margin-top: 60px; }
      .about-module:nth-of-type(4) .text .block-title {
        margin-bottom: 5px;
        font-family: "Brandon Grot W01 Black", sans-serif;
        color: #4caee1;
        text-transform: uppercase;
        font-size: 50px;
        text-align: left; }
      .about-module:nth-of-type(4) .text .block-content {
        font-family: "BrandonGrotW01-Regular", sans-serif;
        color: #323232;
        letter-spacing: 1px;
        margin: 0 0 10px;
        font-size: 16px;
        line-height: 1.7em; }
        .about-module:nth-of-type(4) .text .block-content .cta {
          display: block;
          margin-top: 20px;
          font-family: "BrandonGrotW01-Regular", sans-serif;
          color: #4caee1; }
          .about-module:nth-of-type(4) .text .block-content .cta:hover {
            color: #5bc3ed; }
  .about-module .about.footer-spacer {
    height: 358px; }

/* Archive section */
.educational-resource-module.about-module {
  height: auto;
  padding-bottom: 150px;
  background: #f6f6f6; }

@media only screen and (max-width: 36.5em) {
  /* About ============================== */
  .about-module .quote-popup {
    padding-top: 40px; }
  .about-module:nth-of-type(1) {
    height: auto;
    padding: 10px 0 70px;
    background: url("/img/aro/bg-about-first-mobile.jpg") no-repeat #f6f6f6 bottom center;
    background-size: 320px; }
    .about-module:nth-of-type(1) p {
      float: none;
      width: 260px;
      font-size: 15px;
      line-height: 1.4em; }
    .about-module:nth-of-type(1) .quote {
      margin: 10px 20px 10px 0; }
      .about-module:nth-of-type(1) .quote:before, .about-module:nth-of-type(1) .quote:after {
        background-size: 25px 20px;
        width: 25px;
        height: 20px; }
    .about-module:nth-of-type(1) .credit {
      display: block;
      font-size: 6px; }
  .about-module:nth-of-type(2) {
    height: auto; }
    .about-module:nth-of-type(2) .filter-bar {
      height: 9px; }
    .about-module:nth-of-type(2) .sub-menu {
      height: 60px; }
      .about-module:nth-of-type(2) .sub-menu ul > li {
        display: none; }
      .about-module:nth-of-type(2) .sub-menu li.active {
        display: inline-block;
        float: left;
        padding: 20px 0 0 20px; }
    .about-module:nth-of-type(2) .text {
      float: none;
      width: 280px;
      margin-top: 30px; }
      .about-module:nth-of-type(2) .text .block-title {
        margin: 6px 0 11px;
        font-size: 30px;
        text-align: center; }
      .about-module:nth-of-type(2) .text .block-content p {
        font-size: 15px; }
      .about-module:nth-of-type(2) .text .block-content .cta {
        font-family: "BrandonGrotW01-Regular", sans-serif;
        font-size: 15px;
        margin-top: 0; }
    .about-module:nth-of-type(2) .btn-quote {
      margin-top: 20px;
      width: 60px; }
    .about-module:nth-of-type(2) .info-graphic {
      width: 100%;
      margin-top: 20px; }
  .about-module:nth-of-type(3) {
    height: auto; }
    .about-module:nth-of-type(3) .block-title {
      margin: 35px 0 10px;
      font-size: 30px; }
      .about-module:nth-of-type(3) .block-title .sub {
        font-size: 25px; }
    .about-module:nth-of-type(3) .block-content p {
      width: 280px;
      font-size: 15px; }
      .about-module:nth-of-type(3) .block-content p.sub {
        font-size: 15px; }
    .about-module:nth-of-type(3) .block-content .cta {
      margin-top: 10px;
      padding: 10px;
      font-size: 12px;
      width: 250px; }
    .about-module:nth-of-type(3) .block-content .block-title {
      margin: 0px; }
    .about-module:nth-of-type(3) .philosopher-copy li {
      width: 100%; }
    .about-module:nth-of-type(3) .circles {
      height: 75px; }
    .about-module:nth-of-type(3) .circles-wrap .circles {
      height: 51px;
      margin-top: 16px; }
      .about-module:nth-of-type(3) .circles-wrap .circles li {
        margin-right: 9px;
        width: 61px;
        height: 61px; }
        .about-module:nth-of-type(3) .circles-wrap .circles li a {
          top: 5px;
          left: 5px;
          width: 51px;
          height: 51px; }
          .about-module:nth-of-type(3) .circles-wrap .circles li a span {
            font-size: 11px;
            height: 14px; }
  .about-module:nth-of-type(4) {
    height: 550px; }
    .about-module:nth-of-type(4) .image-container {
      display: inline-block;
      float: none;
      vertical-align: top; }
      .about-module:nth-of-type(4) .image-container .side-image {
        width: 225px;
        margin-top: 28px; }
        .about-module:nth-of-type(4) .image-container .side-image.mobile {
          display: inline-block;
          float: none;
          margin-top: 30px; }
      .about-module:nth-of-type(4) .image-container .credit {
        display: block;
        font-size: 6px; }
    .about-module:nth-of-type(4) .text {
      float: none;
      width: 280px;
      margin-top: 10px; }
      .about-module:nth-of-type(4) .text .block-title {
        margin: 16px 0 15px 0;
        font-size: 30px;
        text-align: center; }
      .about-module:nth-of-type(4) .text .block-content p {
        margin: 10px 0 10px;
        font-size: 15px;
        line-height: 1.4em; }

  /* Archive section */
  .educational-resource-module.about-module {
    padding-bottom: 20px; } }
/* novels & works */
/* Novels & Works ===================== */
.aro h1, .aro h2 {
  font-family: "Brandon Grot W01 Black", sans-serif; }
.aro h3, .aro h4 {
  font-family: "BrandonGrotW01-Regular", sans-serif; }
.aro .headline.novels {
  height: 350px;
  background: #f6f6f6 url("/img/aro/novels-works/bg-novels-works-header.jpg") no-repeat top center; }
  .aro .headline.novels .block-title {
    float: right;
    margin: 70px 150px 0 0;
    width: 415px;
    font-size: 71px;
    color: #4caee1;
    text-align: right; }
    .aro .headline.novels .block-title .amp {
      font-family: "LegacySerifITCW01-BkIt", sans-serif;
      font-size: 84px; }
    .aro .headline.novels .block-title .sub {
      font-size: 97px;
      color: #323232; }
    .aro .headline.novels .block-title .offset {
      position: relative;
      top: -34px;
      margin-right: -12px;
      font-size: 30px;
      font-family: "LegacySerifITCW01-BkIt", sans-serif;
      color: #323232;
      text-transform: none; }
    .aro .headline.novels .block-title .author {
      position: relative;
      top: -22px;
      font-size: 50px;
      font-family: "LegacySerifITCW01-BkIt", sans-serif;
      color: #323232;
      text-transform: none; }
.aro .books-module .filter-bar {
  height: 40px; }
  .aro .books-module .filter-bar .container:before {
    content: url("/img/aro/icon-arrow-down-darkgray.png");
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 53px;
    z-index: -1; }
.aro .books-module .books {
  zoom: 1;
  clear: both; }
  .aro .books-module .books:before, .aro .books-module .books:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .aro .books-module .books:after {
    clear: both; }
  .aro .books-module .books.fiction {
    padding-bottom: 40px; }
  .aro .books-module .books .books-title {
    font-size: 55px;
    margin: 50px 0 40px;
    color: #4caee1; }
  .aro .books-module .books li {
    float: left;
    margin: 0 60px 20px 0;
    min-height: 350px; }
    .aro .books-module .books li .book-title {
      display: block;
      margin-top: 10px;
      color: black;
      text-transform: uppercase;
      text-align: left;
      width: 176px;
      font-size: 14px; }
    .aro .books-module .books li .book-year {
      display: block;
      color: gray;
      text-align: left; }
    .aro .books-module .books li img {
      box-shadow: 6px 6px #dfdfdf;
      border: solid 1px #f0f0f0;
      height: auto; }
  .aro .books-module .books li:nth-child(4n + 4) {
    margin: 0 0 64px 0; }
  .aro .books-module .books:first-child {
    border-bottom: 1px dotted #989898; }

@media only screen and (max-width: 36.5em) {
  /* Novels & Works ===================== */
  /* Novels & Works ===================== */
  .aro .headline.novels {
    height: 222px;
    background: #dfdfdf url("/img/aro/novels-works/bg-novels-works-header-mobile.jpg") no-repeat top center;
    background-position-x: -155px; }
    .aro .headline.novels .block-title {
      float: right;
      margin: 48px -3px 0 0;
      width: 380px;
      font-size: 36px;
      color: #4caee1; }
      .aro .headline.novels .block-title .amp {
        font-family: "LegacySerifITCW01-BkIt", sans-serif;
        font-size: 58px; }
      .aro .headline.novels .block-title .sub {
        font-size: 49px;
        color: #323232;
        top: 1px;
        position: relative; }
      .aro .headline.novels .block-title .offset {
        position: relative;
        top: -16px;
        margin-right: -2px;
        font-size: 21px;
        font-family: "LegacySerifITCW01-BkIt", sans-serif;
        color: #323232;
        text-transform: none; }
      .aro .headline.novels .block-title .author {
        position: relative;
        top: -8px;
        right: 5px;
        font-size: 27px;
        font-family: "LegacySerifITCW01-BkIt", sans-serif;
        color: #323232;
        text-transform: none; }
  .aro .books-module .filter-bar {
    height: 13px; }
    .aro .books-module .filter-bar .container:before {
      left: 50%;
      margin-left: -30px;
      top: 23px; }
  .aro .books-module .books {
    clear: both; }
    .aro .books-module .books .books-title {
      font-size: 40px;
      margin: 40px 0 40px; }
    .aro .books-module .books li {
      margin: 0 46px 10px 0;
      min-height: 233px;
      width: 116px; }
      .aro .books-module .books li img {
        max-width: 110px; }
      .aro .books-module .books li .book-title {
        width: 125px;
        font-size: 14px;
        text-align: center; }
      .aro .books-module .books li .book-year {
        text-align: center; }
    .aro .books-module .books li:nth-child(2n + 2) {
      margin: 0 0 66px 0; } }
/* novels & works */
/* Novels & Works =================== */
.aro .novels-header-module .filter-bar .link-back {
  font-family: "BrandonGrotW01-Regular", sans-serif;
  font-size: 16px;
  color: #fff; }
  .aro .novels-header-module .filter-bar .link-back:before {
    content: url("/img/aro/icon-arrow-left-blue.png");
    position: relative;
    margin-right: 10px;
    top: -1px;
    color: #4caee1; }
.aro .novels-header-module .sub-filter-bar {
  margin-top: 40px; }
  .aro .novels-header-module .sub-filter-bar li.active a.cta {
    background: #4caee1; }
  .aro .novels-header-module .sub-filter-bar li.active:after {
    content: url("/img/aro/icon-dropdown-blue.png");
    top: 16px; }
.aro .novels-header-module .heading {
  width: 100%;
  height: 210px;
  background: url("/img/aro/bg-heading-novels.jpg") no-repeat #3f3f3f top center; }
  .aro .novels-header-module .heading .container {
    text-align: left;
    height: 210px;
    display: table; }
  .aro .novels-header-module .heading .vertical-center {
    display: table-cell;
    vertical-align: middle; }
  .aro .novels-header-module .heading .heading-title {
    display: inline-block;
    width: 760px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.1em; }
  .aro .novels-header-module .heading .heading-sub {
    font-family: "BrandonGrotW01-Regular", sans-serif;
    font-size: 36px;
    color: #4caee1;
    margin: 0;
    line-height: 1.0em; }
  .aro .novels-header-module .heading .heading-book {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 265px;
    height: 230px;
    overflow-x: hidden;
    zoom: 1; }
    .aro .novels-header-module .heading .heading-book:before, .aro .novels-header-module .heading .heading-book:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .aro .novels-header-module .heading .heading-book:after {
      clear: both; }
    .aro .novels-header-module .heading .heading-book > img {
      width: 135px;
      z-index: 2;
      position: relative;
      left: 50%;
      margin-left: -65px; }
    .aro .novels-header-module .heading .heading-book .book-shadow {
      width: 339px;
      height: 40px;
      display: block;
      position: absolute;
      top: 179px;
      left: -103px;
      z-index: 1;
      left: 50%;
      margin-left: -168px; }
  .aro .novels-header-module .heading .icon-fb {
    position: absolute;
    top: 158px;
    right: 0px; }
.aro .novels-overview-module {
  width: 100%;
  min-height: 400px;
  background: url("/img/aro/bg-overview-module.jpg") no-repeat white top center;
  bottom: -20px;
  top: 0;
  padding-bottom: 20px; }
  .aro .novels-overview-module .block-title {
    display: inline-block;
    margin-top: 65px;
    color: #4caee1; }
  .aro .novels-overview-module .block-text {
    color: #323232; }
  .aro .novels-overview-module .info-graphic {
    float: right;
    margin-top: 100px;
    width: 225px;
    height: auto; }
    .aro .novels-overview-module .info-graphic .image-box {
      height: auto;
      zoom: 1; }
      .aro .novels-overview-module .info-graphic .image-box:before, .aro .novels-overview-module .info-graphic .image-box:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .aro .novels-overview-module .info-graphic .image-box:after {
        clear: both; }
      .aro .novels-overview-module .info-graphic .image-box img {
        display: inline-block; }
  .aro .novels-overview-module .quote-popup {
    font-family: "BrandonGrotW01-Regular", sans-serif; }
  .aro .novels-overview-module .btn-quote {
    margin-top: 20px;
    width: 60px;
    height: 64px;
    background: url("/img/aro/btn-quote-blue.png") no-repeat; }
.aro .tab-content li .block-text {
  position: relative;
  float: left;
  margin: 50px 0 0 150px;
  font-size: 16px;
  text-align: left;
  line-height: 1.8em; }
  .aro .tab-content li .block-text ul {
    text-align: left;
    list-style-type: disc;
    margin-left: 20px; }
  .aro .tab-content li .block-text p {
    margin-bottom: 20px; }
.aro .novels-character-module,
.aro .novels-themes-module {
  width: 100%; }
  .aro .novels-character-module .block-title,
  .aro .novels-themes-module .block-title {
    display: inline-block;
    margin-top: 52px; }
  .aro .novels-character-module .sub-filter-bar a,
  .aro .novels-themes-module .sub-filter-bar a {
    display: block;
    width: auto;
    line-height: 1.2em; }
  .aro .novels-character-module .sub-filter-bar .active:after,
  .aro .novels-themes-module .sub-filter-bar .active:after {
    top: 33px; }
  .aro .novels-character-module .btn-quote,
  .aro .novels-themes-module .btn-quote {
    margin-top: 20px; }
  .aro .novels-character-module .block-text,
  .aro .novels-themes-module .block-text {
    margin-top: 40px; }
    .aro .novels-character-module .block-text h2,
    .aro .novels-themes-module .block-text h2 {
      margin-bottom: 17px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 16px;
      text-transform: uppercase; }
    .aro .novels-character-module .block-text p,
    .aro .novels-themes-module .block-text p {
      text-align: left; }
.aro .novels-character-module {
  height: auto;
  min-height: 436px;
  background: url("/img/aro/bg-characters-novels.jpg") no-repeat #4caee1 top center;
  padding-bottom: 25px; }
  .aro .novels-character-module .block-title {
    color: #fff; }
  .aro .novels-character-module .block-text {
    color: #fff; }
  .aro .novels-character-module .sub-filter-bar .active .cta {
    background: #fff;
    color: #4caee1; }
  .aro .novels-character-module .sub-filter-bar .active:after {
    content: url("/img/icon-arrow-down-white.png");
    top: inherit;
    bottom: -10px; }
  .aro .novels-character-module .quote-popup {
    background: white;
    color: #666666;
    font-family: "BrandonGrotW01-Regular", sans-serif; }
  .aro .novels-character-module .btn-quote {
    width: 60px;
    height: 64px;
    background: url("/img/icon-quote-white.png") no-repeat; }
.aro .novels-themes-module {
  height: auto;
  background: #fff;
  padding-bottom: 25px; }
  .aro .novels-themes-module .block-title {
    color: #4caee1; }
  .aro .novels-themes-module .block-text {
    color: #323232;
    text-align: center !important; }
  .aro .novels-themes-module .sub-filter-bar .active .cta {
    background: #4caee1;
    color: #fff; }
  .aro .novels-themes-module .sub-filter-bar .active:after {
    content: url("/img/aro/icon-dropdown-blue.png");
    top: inherit;
    bottom: -10px; }
  .aro .novels-themes-module .sub-filter-bar .cta.large {
    padding: 16px 20px; }
  .aro .novels-themes-module .cta.right {
    position: relative;
    float: left;
    width: 220px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1em;
    text-align: left; }
    .aro .novels-themes-module .cta.right.large {
      padding: 15px 20px; }
      .aro .novels-themes-module .cta.right.large:after {
        position: absolute;
        top: 1px; }
    .aro .novels-themes-module .cta.right:after {
      right: 15px;
      margin-top: 25px; }
    .aro .novels-themes-module .cta.right .sub {
      color: #323232;
      display: block;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      font-size: 16px;
      text-transform: none;
      letter-spacing: 0; }
  .aro .novels-themes-module .actions {
    margin-top: 10px;
    text-align: center;
    display: inline-block; }
    .aro .novels-themes-module .actions a:first-child {
      margin-right: 10px; }
.aro .novels-extras-module {
  zoom: 1;
  background-color: #EFEFEF;
  padding: 70px 0; }
  .aro .novels-extras-module:before, .aro .novels-extras-module:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .aro .novels-extras-module:after {
    clear: both; }
  .aro .novels-extras-module .block-title {
    color: #4caee1; }
  .aro .novels-extras-module .block {
    margin-top: 35px;
    float: left;
    width: 480px;
    text-align: left; }
    .aro .novels-extras-module .block:first-of-type .block-text p {
      line-height: 28px;
      margin-bottom: 20px; }
    .aro .novels-extras-module .block .block-text h2 {
      color: black;
      margin-bottom: 5px; }
    .aro .novels-extras-module .block img {
      float: left;
      margin-right: 50px;
      width: 115px; }
    .aro .novels-extras-module .block .block-text {
      width: 290px;
      float: left; }
    .aro .novels-extras-module .block .cta.normal {
      padding: 11px 10px;
      font-size: 12px;
      letter-spacing: 1px; }
    .aro .novels-extras-module .block:nth-of-type(2) li {
      background: url("/img/aro//novels-works/fountainhead-icons.png") no-repeat;
      width: 13px;
      height: 13px;
      margin-bottom: 10px;
      background-position: 0 1px;
      padding-bottom: 5px;
      margin-bottom: 10px; }
      .aro .novels-extras-module .block:nth-of-type(2) li a {
        padding-left: 20px;
        color: #4caee1;
        line-height: 20px;
        display: inline-block;
        width: 198px; }
      .aro .novels-extras-module .block:nth-of-type(2) li:nth-child(2) {
        background-position: -15px 1px; }
      .aro .novels-extras-module .block:nth-of-type(2) li:nth-child(3) {
        background-position: -29px 1px; }
.aro .novels-character-module .sub-filter-bar li.active .cta {
  background: white; }
.aro .novels-overview-module .quote-popup,
.aro .novels-character-module .quote-popup {
  bottom: 19px; }
.aro .novels-themes-module .sub-filter-bar li.active .cta,
.aro .novels-overview-module .sub-filter-bar li.active .cta {
  background: #4caee1; }
.aro .sub-filter-bar li {
  width: auto; }

@media only screen and (max-width: 36.5em) {
  .aro {
    /* Centered Dots navigation for mobile, this could be shared maybe */ }
    .aro .novels-header-module .heading {
      height: 160px; }
      .aro .novels-header-module .heading .heading-title {
        width: 170px;
        font-size: 18px;
        margin-top: -31px;
        letter-spacing: 1px; }
      .aro .novels-header-module .heading .heading-sub {
        width: 150px;
        font-size: 16px; }
      .aro .novels-header-module .heading .heading-book {
        width: 92px;
        top: 55px;
        right: 8px; }
        .aro .novels-header-module .heading .heading-book img {
          width: 87px;
          margin-left: -42px; }
        .aro .novels-header-module .heading .heading-book .book-shadow {
          width: 229px;
          top: 115px;
          left: -73px;
          display: none; }
      .aro .novels-header-module .heading .icon-fb {
        top: 12px;
        right: 8px; }
    .aro .novels-overview-module,
    .aro .novels-character-module,
    .aro .novels-themes-module,
    .aro .novels-extras-module,
    .aro .ideas-reality-module,
    .aro .ideas-reason-module,
    .aro .ideas-self-module,
    .aro .ideas-capitalism-module {
      background-image: none; }
      .aro .novels-overview-module .sub-filter-bar,
      .aro .novels-character-module .sub-filter-bar,
      .aro .novels-themes-module .sub-filter-bar,
      .aro .novels-extras-module .sub-filter-bar,
      .aro .ideas-reality-module .sub-filter-bar,
      .aro .ideas-reason-module .sub-filter-bar,
      .aro .ideas-self-module .sub-filter-bar,
      .aro .ideas-capitalism-module .sub-filter-bar {
        margin-top: 10px; }
      .aro .novels-overview-module .overview-content,
      .aro .novels-character-module .overview-content,
      .aro .novels-themes-module .overview-content,
      .aro .novels-extras-module .overview-content,
      .aro .ideas-reality-module .overview-content,
      .aro .ideas-reason-module .overview-content,
      .aro .ideas-self-module .overview-content,
      .aro .ideas-capitalism-module .overview-content {
        background-image: none; }
      .aro .novels-overview-module .container .heading-title,
      .aro .novels-character-module .container .heading-title,
      .aro .novels-themes-module .container .heading-title,
      .aro .novels-extras-module .container .heading-title,
      .aro .ideas-reality-module .container .heading-title,
      .aro .ideas-reason-module .container .heading-title,
      .aro .ideas-self-module .container .heading-title,
      .aro .ideas-capitalism-module .container .heading-title {
        font-size: 17px;
        width: 150px; }
      .aro .novels-overview-module .container .block-title,
      .aro .novels-character-module .container .block-title,
      .aro .novels-themes-module .container .block-title,
      .aro .novels-extras-module .container .block-title,
      .aro .ideas-reality-module .container .block-title,
      .aro .ideas-reason-module .container .block-title,
      .aro .ideas-self-module .container .block-title,
      .aro .ideas-capitalism-module .container .block-title {
        font-size: 31px;
        margin: 60px 0 10px; }
      .aro .novels-overview-module .container .block-text p,
      .aro .novels-character-module .container .block-text p,
      .aro .novels-themes-module .container .block-text p,
      .aro .novels-extras-module .container .block-text p,
      .aro .ideas-reality-module .container .block-text p,
      .aro .ideas-reason-module .container .block-text p,
      .aro .ideas-self-module .container .block-text p,
      .aro .ideas-capitalism-module .container .block-text p {
        font-size: 14px; }
      .aro .novels-overview-module .container .block-text h2,
      .aro .novels-character-module .container .block-text h2,
      .aro .novels-themes-module .container .block-text h2,
      .aro .novels-extras-module .container .block-text h2,
      .aro .ideas-reality-module .container .block-text h2,
      .aro .ideas-reason-module .container .block-text h2,
      .aro .ideas-self-module .container .block-text h2,
      .aro .ideas-capitalism-module .container .block-text h2 {
        text-align: center; }
      .aro .novels-overview-module .container .sub-filter-bar li,
      .aro .novels-character-module .container .sub-filter-bar li,
      .aro .novels-themes-module .container .sub-filter-bar li,
      .aro .novels-extras-module .container .sub-filter-bar li,
      .aro .ideas-reality-module .container .sub-filter-bar li,
      .aro .ideas-reason-module .container .sub-filter-bar li,
      .aro .ideas-self-module .container .sub-filter-bar li,
      .aro .ideas-capitalism-module .container .sub-filter-bar li {
        margin-bottom: 23px; }
      .aro .novels-overview-module .tab-content li .block-text,
      .aro .novels-character-module .tab-content li .block-text,
      .aro .novels-themes-module .tab-content li .block-text,
      .aro .novels-extras-module .tab-content li .block-text,
      .aro .ideas-reality-module .tab-content li .block-text,
      .aro .ideas-reason-module .tab-content li .block-text,
      .aro .ideas-self-module .tab-content li .block-text,
      .aro .ideas-capitalism-module .tab-content li .block-text {
        margin: 0;
        width: 100%; }
      .aro .novels-overview-module .tab-arrow,
      .aro .novels-character-module .tab-arrow,
      .aro .novels-themes-module .tab-arrow,
      .aro .novels-extras-module .tab-arrow,
      .aro .ideas-reality-module .tab-arrow,
      .aro .ideas-reason-module .tab-arrow,
      .aro .ideas-self-module .tab-arrow,
      .aro .ideas-capitalism-module .tab-arrow {
        background: url("/img/aro/novels-works/novels-mobile-arrows.png") no-repeat -2px -3px;
        width: 13px;
        height: 18px;
        position: absolute;
        display: block;
        top: 66px;
        cursor: pointer; }
        .aro .novels-overview-module .tab-arrow.left-arrow,
        .aro .novels-character-module .tab-arrow.left-arrow,
        .aro .novels-themes-module .tab-arrow.left-arrow,
        .aro .novels-extras-module .tab-arrow.left-arrow,
        .aro .ideas-reality-module .tab-arrow.left-arrow,
        .aro .ideas-reason-module .tab-arrow.left-arrow,
        .aro .ideas-self-module .tab-arrow.left-arrow,
        .aro .ideas-capitalism-module .tab-arrow.left-arrow {
          background-position: -37px -2px;
          left: 10px; }
          .aro .novels-overview-module .tab-arrow.left-arrow.white,
          .aro .novels-character-module .tab-arrow.left-arrow.white,
          .aro .novels-themes-module .tab-arrow.left-arrow.white,
          .aro .novels-extras-module .tab-arrow.left-arrow.white,
          .aro .ideas-reality-module .tab-arrow.left-arrow.white,
          .aro .ideas-reason-module .tab-arrow.left-arrow.white,
          .aro .ideas-self-module .tab-arrow.left-arrow.white,
          .aro .ideas-capitalism-module .tab-arrow.left-arrow.white {
            background-position: -2px -2px; }
        .aro .novels-overview-module .tab-arrow.right-arrow,
        .aro .novels-character-module .tab-arrow.right-arrow,
        .aro .novels-themes-module .tab-arrow.right-arrow,
        .aro .novels-extras-module .tab-arrow.right-arrow,
        .aro .ideas-reality-module .tab-arrow.right-arrow,
        .aro .ideas-reason-module .tab-arrow.right-arrow,
        .aro .ideas-self-module .tab-arrow.right-arrow,
        .aro .ideas-capitalism-module .tab-arrow.right-arrow {
          background-position: -54px -2px;
          right: 10px; }
          .aro .novels-overview-module .tab-arrow.right-arrow.white,
          .aro .novels-character-module .tab-arrow.right-arrow.white,
          .aro .novels-themes-module .tab-arrow.right-arrow.white,
          .aro .novels-extras-module .tab-arrow.right-arrow.white,
          .aro .ideas-reality-module .tab-arrow.right-arrow.white,
          .aro .ideas-reason-module .tab-arrow.right-arrow.white,
          .aro .ideas-self-module .tab-arrow.right-arrow.white,
          .aro .ideas-capitalism-module .tab-arrow.right-arrow.white {
            background-position: -20px -3px; }
    .aro .novels-overview-module .overview-content {
      height: auto;
      padding-bottom: 30px; }
    .aro .novels-overview-module .info-graphic {
      width: 220px;
      float: left;
      margin-top: 20px;
      margin-left: 40px; }
    .aro .novels-character-module {
      height: auto;
      padding-bottom: 30px; }
    .aro .novels-themes-module {
      height: auto;
      padding-bottom: 10px; }
      .aro .novels-themes-module .actions a {
        margin-bottom: 15px; }
    .aro .novels-extras-module {
      padding-top: 0; }
      .aro .novels-extras-module .container {
        zoom: 1; }
        .aro .novels-extras-module .container:before, .aro .novels-extras-module .container:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .aro .novels-extras-module .container:after {
          clear: both; }
        .aro .novels-extras-module .container .block-title {
          margin-top: 50px; }
      .aro .novels-extras-module .block {
        margin-top: 35px;
        width: 280px; }
        .aro .novels-extras-module .block img {
          float: left;
          margin-right: 14px;
          width: 80px; }
        .aro .novels-extras-module .block:nth-of-type(2) li a {
          width: 128px; }
        .aro .novels-extras-module .block:first-of-type .block-text p {
          line-height: 18px;
          margin-bottom: 20px; }
        .aro .novels-extras-module .block .block-text {
          float: left;
          width: 148px; }
          .aro .novels-extras-module .block .block-text h2 {
            text-align: left; }
        .aro .novels-extras-module .block .cta.normal {
          padding: 11px 10px;
          font-size: 12px;
          letter-spacing: 1px; }
    .aro .nav-index {
      display: none;
      clear: both;
      padding: 14px 0 20px;
      margin: auto;
      text-align: center;
      position: relative;
      width: 100%;
      height: 10px;
      line-height: 13px; }
      .aro .nav-index ul {
        display: inline-block;
        margin: 0 auto; }
        .aro .nav-index ul li {
          cursor: pointer;
          float: left;
          margin-right: 10px;
          width: 10px;
          height: 10px;
          display: block;
          background: #666666;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          border-radius: 20px; }
          .aro .nav-index ul li.active {
            background: #4caee1; }
        .aro .nav-index ul.white li.active {
          background: white; } }
/* educational resources */
/* Educational Resources =================== */
section.educational.headline {
  height: 409px;
  background: url("/img/aro/educational/bg-educational-header.png") no-repeat #f6f6f6;
  background-position: top center; }
  section.educational.headline .block-title {
    position: absolute;
    right: 10px;
    letter-spacing: 3px;
    top: 50px;
    font-size: 63px;
    color: #4caee1; }
    section.educational.headline .block-title span {
      display: block;
      color: black;
      font-size: 82px;
      padding-left: 39px; }
  section.educational.headline .block-content {
    font-family: "LegacySerifITCW01-BkIt", sans-serif;
    font-size: 19px;
    position: absolute;
    top: 187px;
    right: 25px;
    width: 480px;
    line-height: 27px;
    color: #323232; }

.educational-filter-module {
  z-index: 2; }
  .educational-filter-module .filter-bar {
    height: 40px; }
    .educational-filter-module .filter-bar .container {
      text-align: center; }
    .educational-filter-module .filter-bar .filter-nav {
      display: inline-block;
      text-transform: uppercase; }
      .educational-filter-module .filter-bar .filter-nav li {
        position: relative;
        float: left; }
        .educational-filter-module .filter-bar .filter-nav li a {
          font-family: "Brandon Grot W01 Black", sans-serif;
          color: white;
          font-size: 15px;
          letter-spacing: 1px; }
        .educational-filter-module .filter-bar .filter-nav li.active a {
          color: #4caee1; }
        .educational-filter-module .filter-bar .filter-nav li.active:before {
          content: url("/img/aro/icon-arrow-down-darkgray.png");
          position: absolute;
          left: 50%;
          margin-left: -29px;
          top: 53px;
          z-index: -1; }
        .educational-filter-module .filter-bar .filter-nav li:first-child {
          margin-right: 50px; }
    .educational-filter-module .filter-bar .filter-nav-popup {
      display: none; }

.educational-resource-module:nth-of-type(even) {
  background: #f6f6f6; }
.educational-resource-module .container {
  zoom: 1;
  padding: 60px 0 60px 40px; }
  .educational-resource-module .container:before, .educational-resource-module .container:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .educational-resource-module .container:after {
    clear: both; }
.educational-resource-module h2 {
  text-transform: uppercase; }
  .educational-resource-module h2.gray {
    color: #272727; }
.educational-resource-module .block > img {
  float: left; }
.educational-resource-module .block .block-content {
  width: 600px;
  text-align: left;
  display: inline-block;
  float: right;
  margin-right: 220px; }
  .educational-resource-module .block .block-content strong {
    font-weight: bold;
    font-family: "Brandon Grot W01 Black", sans-serif; }
  .educational-resource-module .block .block-content a {
    color: #4caee1; }
  .educational-resource-module .block .block-content .block-title {
    font-size: 34px;
    letter-spacing: 1px;
    color: #4caee1;
    margin-bottom: 20px; }
    .educational-resource-module .block .block-content .block-title span {
      font-family: "LegacySerifITCW01-BkIt", sans-serif;
      text-transform: none;
      color: #111;
      letter-spacing: 0px;
      font-size: 32px; }
  .educational-resource-module .block .block-content p {
    color: #888;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 20px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    color: #323232; }
    .educational-resource-module .block .block-content p.no-fee {
      margin-top: 40px; }
    .educational-resource-module .block .block-content p a {
      color: #4caee1; }
    .educational-resource-module .block .block-content p strong {
      font-weight: bold; }
  .educational-resource-module .block .block-content b {
    font-family: "Brandon Grot W01 Black", sans-serif; }
  .educational-resource-module .block .block-content li {
    font-family: "BrandonGrotW01-Regular", sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    list-style: disc;
    color: #323232;
    margin-left: 20px; }
  .educational-resource-module .block .block-content .contact-info {
    width: 200px;
    position: absolute;
    top: 119px;
    right: 0; }
    .educational-resource-module .block .block-content .contact-info h2 {
      color: #272727; }
    .educational-resource-module .block .block-content .contact-info p {
      font-family: "BrandonGrotW01-Regular", sans-serif;
      color: #323232;
      margin-bottom: 10px; }
      .educational-resource-module .block .block-content .contact-info p a {
        color: #4caee1; }
  .educational-resource-module .block .block-content h3 {
    font-size: 15px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .educational-resource-module .block .block-content .cta {
    font-family: "BrandonGrotW01-Regular", sans-serif;
    display: inline-block;
    margin-bottom: 20px; }

@media only screen and (max-width: 36.5em) {
  /* Educational Resources =================== */
  section.educational.headline {
    height: 171px;
    background: none; }
    section.educational.headline .block-title {
      position: absolute;
      left: 0;
      letter-spacing: 3px;
      top: 8px;
      font-size: 31px; }
      section.educational.headline .block-title span {
        display: block;
        color: #000;
        font-size: 42px;
        padding: 0;
        line-height: 38px; }
    section.educational.headline .block-content {
      font-family: "LegacySerifITCW01-BkIt", sans-serif;
      font-size: 14px;
      position: absolute;
      top: 84px;
      left: 0;
      width: 250px;
      line-height: 1.2em;
      color: #666666; }

  .educational-filter-module .filter-bar {
    height: 40px;
    padding: 0; }
    .educational-filter-module .filter-bar .container {
      text-align: center;
      width: 100%; }
    .educational-filter-module .filter-bar .filter-nav {
      display: block; }
      .educational-filter-module .filter-bar .filter-nav li.active a:after {
        content: url("/img/aro/icon-arrow-down.png"); }
      .educational-filter-module .filter-bar .filter-nav li:before {
        content: ""; }

  .educational-resource-module .container {
    padding: 25px 0; }
  .educational-resource-module .block {
    width: 280px; }
    .educational-resource-module .block > img {
      position: absolute;
      right: 0;
      width: 50px;
      margin: 0; }
    .educational-resource-module .block .block-content {
      width: 100%;
      text-align: left;
      display: inline-block;
      float: left; }
      .educational-resource-module .block .block-content .block-title {
        margin-bottom: 6px;
        font-size: 25px;
        letter-spacing: 2px;
        color: #4caee1;
        width: 215px; }
        .educational-resource-module .block .block-content .block-title span {
          display: block;
          line-height: 1.1em;
          font-size: 23px;
          margin-top: 5px; }
      .educational-resource-module .block .block-content p {
        color: #888;
        font-size: 13px;
        line-height: 1.6em;
        margin-bottom: 10px;
        font-family: "BrandonGrotW01-Regular", sans-serif; }
      .educational-resource-module .block .block-content h3 {
        font-size: 15px;
        font-family: "Brandon Grot W01 Black", sans-serif;
        text-transform: uppercase;
        margin-bottom: -10px; }
      .educational-resource-module .block .block-content .cta {
        font-family: "BrandonGrotW01-Regular", sans-serif;
        display: inline-block;
        margin: 10px 0 10px;
        font-size: 13px; }
      .educational-resource-module .block .block-content .sub-list li {
        font-family: "BrandonGrotW01-Regular", sans-serif;
        font-size: 13px;
        width: 240px;
        margin-left: 20px; }
      .educational-resource-module .block .block-content aside.contact-info {
        position: relative;
        top: 15px;
        right: 0;
        width: 280px; } }
/* campus */
/* Campus =================== */
section.campus.headline {
  height: 450px;
  background: url("/img/aro/campus/bg-campus-header.png") no-repeat #f6f6f6;
  background-position: top center; }
  section.campus.headline .block-title {
    position: absolute;
    left: 120px;
    letter-spacing: 3px;
    top: 50px;
    font-size: 63px;
    color: #4caee1; }
    section.campus.headline .block-title span {
      display: block;
      color: #000;
      font-size: 82px;
      padding-left: 39px; }
  section.campus.headline .block-content {
    font-family: "LegacySerifITCW01-BkIt", sans-serif;
    font-size: 19px;
    position: absolute;
    top: 117px;
    left: 125px;
    width: 480px;
    line-height: 27px;
    color: #323232; }

.campus-module .filter-bar {
  height: 39px; }
.campus-module:nth-of-type(odd) {
  background: #f6f6f6; }
.campus-module .container {
  zoom: 1;
  padding: 50px 0; }
  .campus-module .container:before, .campus-module .container:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .campus-module .container:after {
    clear: both; }
.campus-module .block {
  text-align: center;
  display: inline-block; }
  .campus-module .block .block-content {
    width: 680px;
    text-align: left;
    display: inline-block;
    float: left; }
    .campus-module .block .block-content .block-title {
      font-size: 34px;
      letter-spacing: 2px;
      color: #4caee1;
      text-align: center;
      margin-bottom: 20px; }
    .campus-module .block .block-content p {
      color: #323232;
      font-size: 17px;
      line-height: 26px;
      margin-bottom: 20px;
      font-family: "BrandonGrotW01-Regular", sans-serif; }
    .campus-module .block .block-content h3 {
      font-size: 15px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .campus-module .block .block-content .cta {
      font-family: "BrandonGrotW01-Regular", sans-serif;
      display: inline-block;
      margin-bottom: 20px; }
.campus-module .block-courses {
  margin: 30px 0 10px; }
  .campus-module .block-courses .block-title {
    font-size: 20px;
    color: #4caee1;
    text-align: left;
    margin-bottom: 10px; }
  .campus-module .block-courses ul {
    zoom: 1; }
    .campus-module .block-courses ul:before, .campus-module .block-courses ul:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .campus-module .block-courses ul:after {
      clear: both; }
  .campus-module .block-courses li {
    float: left;
    margin-right: 30px; }
    .campus-module .block-courses li h3 {
      text-align: left;
      margin-top: 5px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      color: #666666; }
    .campus-module .block-courses li img {
      width: 300px; }
  .campus-module .block-courses li:last-child {
    margin-right: 0; }
.campus-module a.cta.right {
  margin-top: 50px;
  display: inline-block;
  font-size: 15px;
  padding: 20px 30px; }

section.campus-module:nth-of-type(3) .container .block .block-title {
  font-size: 50px; }

@media only screen and (max-width: 36.5em) {
  /* Campus =================== */
  section.campus.headline {
    height: 220px;
    background: url("/img/aro/campus/bg-campus-header-mobile.png") no-repeat #f6f6f6 center top; }
    section.campus.headline .block-title {
      position: absolute;
      left: 0;
      letter-spacing: 3px;
      top: 22px;
      font-size: 31px; }
    section.campus.headline .block-content {
      font-family: "LegacySerifITCW01-BkIt", sans-serif;
      font-size: 15px;
      position: absolute;
      top: 60px;
      left: 0;
      width: 265px;
      line-height: 20px;
      color: #666666; }

  .campus-module .filter-bar {
    height: 0; }
    .campus-module .filter-bar .container {
      text-align: center;
      width: 100%; }
  .campus-module .filter-bar:after {
    content: url("/img/aro/icon-arrow-down-darkgray.png");
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 36px;
    z-index: -1; }
  .campus-module .container {
    padding: 40px 0; }
  .campus-module .block {
    width: 280px; }
    .campus-module .block .block-content {
      width: 100%;
      text-align: left;
      display: inline-block;
      float: left; }
      .campus-module .block .block-content .block-title {
        font-size: 30px;
        letter-spacing: 2px;
        color: #4caee1;
        width: 280px; }
        .campus-module .block .block-content .block-title span {
          display: block;
          line-height: 41px; }
      .campus-module .block .block-content p {
        color: #888;
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 20px;
        font-family: "BrandonGrotW01-Regular", sans-serif; }
      .campus-module .block .block-content h3 {
        font-size: 15px;
        font-family: "Brandon Grot W01 Black", sans-serif;
        text-transform: uppercase;
        margin-bottom: 5px; }
      .campus-module .block .block-content .cta {
        font-family: "BrandonGrotW01-Regular", sans-serif;
        display: inline-block;
        margin-bottom: 20px;
        width: 280px; }
  .campus-module .block-courses {
    margin: 10px 0; }
    .campus-module .block-courses .block-title {
      text-align: center; }
    .campus-module .block-courses li {
      margin-bottom: 10px; }
      .campus-module .block-courses li img {
        width: 280px; }
  .campus-module a.cta.no-style {
    font-size: 15px; }
  .campus-module a.cta.right {
    margin-top: 20px;
    display: inline-block;
    font-size: 15px;
    padding: 20px 25px;
    width: 280px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  section.campus-module:nth-of-type(3) .container .block .block-title {
    font-size: 30px; } }
/* ideas */
/* Ideas ====================== */
.headline.ideas {
  height: 352px;
  background: url("/img/aro/bg-ideas-headline.jpg") no-repeat #f6f6f6 top center;
  z-index: 2; }
  .headline.ideas .block-title {
    margin-top: 50px;
    font-size: 52px;
    letter-spacing: 3px;
    line-height: 0.9em;
    color: #4caee1; }
    .headline.ideas .block-title span {
      display: block;
      color: #323232; }
  .headline.ideas .block-content {
    width: 440px;
    margin-top: 10px;
    font-family: "LegacySerifITCW01-BkIt", sans-serif;
    font-size: 19px;
    color: #323232; }
  .headline.ideas .btn-play {
    margin-top: 20px;
    cursor: pointer; }

.ideas-filter-module {
  z-index: 3; }
  .ideas-filter-module .filter-bar {
    height: 40px; }
    .ideas-filter-module .filter-bar .container {
      text-align: center; }
    .ideas-filter-module .filter-bar .filter-nav {
      display: inline-block;
      text-transform: uppercase; }
      .ideas-filter-module .filter-bar .filter-nav li {
        position: relative;
        float: left; }
        .ideas-filter-module .filter-bar .filter-nav li a {
          font-family: "Brandon Grot W01 Black", sans-serif;
          color: white;
          font-size: 15px;
          letter-spacing: 1px; }
        .ideas-filter-module .filter-bar .filter-nav li.active a {
          color: #4caee1; }
        .ideas-filter-module .filter-bar .filter-nav li.active:before {
          content: url("/img/aro/icon-arrow-down-darkgray.png");
          position: absolute;
          left: 50%;
          margin-left: -29px;
          top: 53px;
          z-index: -1; }
        .ideas-filter-module .filter-bar .filter-nav li:first-child {
          margin-right: 50px; }
    .ideas-filter-module .filter-bar .filter-nav-popup {
      display: none; }

section.ideas {
  width: 100%; }
  section.ideas .sub-filter-bar {
    margin-top: 35px; }
  section.ideas .block-title {
    display: inline-block;
    margin-top: 65px;
    color: #4caee1; }
  section.ideas .block-text {
    width: 550px;
    margin: 53px 0 0 0;
    color: #323232;
    line-height: 1.5em; }
    section.ideas .block-text ul {
      list-style-type: disc;
      text-align: left;
      width: 100%;
      margin-left: 20px; }
      section.ideas .block-text ul li {
        font-family: "BrandonGrotW01-Regular", sans-serif;
        font-size: 17px;
        color: #323232; }
  section.ideas .quote-title {
    margin-bottom: 20px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 21px;
    text-transform: uppercase; }
  section.ideas .info-graphic {
    float: right;
    margin: 60px 0 0 10px;
    width: 390px; }
    section.ideas .info-graphic .image-box {
      height: 320px; }
      section.ideas .info-graphic .image-box img {
        display: inline-block;
        max-width: 390px; }
  section.ideas .button-list {
    position: relative;
    float: right;
    width: 285px;
    margin-top: 71px; }
    section.ideas .button-list a {
      position: relative;
      display: block;
      clear: both;
      margin-bottom: 18px; }
    section.ideas .button-list .cta {
      font-size: 16px;
      text-align: left;
      padding: 15px 50px 15px 20px; }
      section.ideas .button-list .cta:after {
        position: absolute;
        right: 20px;
        margin-top: 13px; }
  section.ideas .template-1 .block-text {
    width: 530px;
    margin: 50px 0 0 0px; }
  section.ideas .template-2 {
    width: 100%; }
    section.ideas .template-2 .block-text {
      width: 445px;
      margin: 50px 0 0 0; }
    section.ideas .template-2 .video {
      position: relative;
      float: right;
      width: 470px;
      margin-top: 71px;
      text-align: left;
      cursor: pointer; }
      section.ideas .template-2 .video p {
        font-size: 15px;
        font-family: "Brandon Grot W01 Black", sans-serif;
        color: #989898;
        text-align: left;
        text-transform: uppercase; }
      section.ideas .template-2 .video .pull-left {
        width: 350px; }
    section.ideas .template-2 .audio {
      position: relative;
      float: right;
      width: 470px;
      height: 166px;
      margin-top: 35px; }
  section.ideas .quote {
    font-family: "LegacySerifITCW01-BkIt", sans-serif;
    color: #666666;
    line-height: 1.6em;
    float: right;
    font-size: 24px;
    text-align: center; }
    section.ideas .quote span {
      font-family: "BrandonGrotW01-Regular", sans-serif; }
    section.ideas .quote:before {
      content: url("/img/aro/icon-quote-before.png");
      margin-right: 10px; }
    section.ideas .quote:after {
      content: url("/img/aro/icon-quote-after.png");
      position: absolute;
      margin-left: 10px;
      margin-top: 10px; }
  section.ideas .quote-author {
    font-family: "LegacySerifITCW01-BkIt", sans-serif;
    font-size: 24px;
    color: #666666;
    text-align: center; }
    section.ideas .quote-author span {
      font-family: "Brandon Grot W01 Black", sans-serif;
      text-transform: uppercase; }

section.ideas-reality-module {
  height: auto;
  padding-bottom: 20px;
  background: url("/img/aro/bg-ideas-reality.jpg") no-repeat white top center; }

section.ideas-reason-module {
  height: auto;
  padding-bottom: 20px;
  background: url("/img/aro/bg-ideas-reason.jpg") no-repeat scroll -170px top #484848;
  background-size: 1500px; }
  section.ideas-reason-module .block-text {
    color: #fff; }
  section.ideas-reason-module .quote {
    color: #fff; }
  section.ideas-reason-module .quote-author {
    color: #fff; }

section.ideas-self-module {
  height: auto;
  padding-bottom: 20px;
  background: url("/img/aro/bg-ideas-self.jpg") no-repeat scroll -170px top #4caee1; }
  section.ideas-self-module .block-title {
    color: #fff; }
  section.ideas-self-module .block-text {
    color: #fff; }
  section.ideas-self-module .template-2 .video p {
    color: #fff; }
  section.ideas-self-module .sub-filter-bar li.active .cta {
    background: #fff;
    color: #4caee1; }
  section.ideas-self-module .sub-filter-bar li.active:after {
    content: url("/img/icon-arrow-down-white.png"); }
  section.ideas-self-module .quote {
    color: #fff; }
  section.ideas-self-module .quote-author {
    color: #fff; }
  section.ideas-self-module .button-list .cta {
    background: #fff;
    color: #4caee1; }

section.ideas-capitalism-module {
  height: auto;
  padding-bottom: 40px;
  background: url("/img/aro/bg-ideas-capitalism.jpg") no-repeat scroll -170px top white; }

section.ideas-potential-module {
  height: auto; }
  section.ideas-potential-module .block-title {
    margin-bottom: 25px; }
  section.ideas-potential-module .container {
    width: 650px; }
  section.ideas-potential-module .block-text {
    width: 100%;
    text-align: left;
    margin: 0 0 35px 0; }

section.ideas-beliefs-module {
  height: 650px;
  background: #484848; }
  section.ideas-beliefs-module .block-title {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 150px; }
  section.ideas-beliefs-module .box {
    position: relative;
    float: left;
    width: 280px;
    margin: 50px 30px 0 0;
    text-align: left;
    color: #fff; }
    section.ideas-beliefs-module .box h2 {
      margin-bottom: 25px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 21px;
      text-transform: uppercase;
      line-height: 1.2em; }
    section.ideas-beliefs-module .box p {
      margin-bottom: 15px;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      font-size: 16px;
      line-height: 1.5em; }
    section.ideas-beliefs-module .box:last-child {
      margin-right: 0px; }

section.ideas-objectivism-module {
  height: 770px;
  background: #4caee1;
  color: #fff; }
  section.ideas-objectivism-module .block-title {
    color: #fff;
    letter-spacing: 2px; }
  section.ideas-objectivism-module li {
    display: inline-block;
    margin: 55px 0;
    width: 230px; }
    section.ideas-objectivism-module li h3 {
      margin-top: 25px;
      font-family: "LegacySerifITCW01-BkIt", sans-serif;
      font-size: 25px;
      letter-spacing: 1px; }
  section.ideas-objectivism-module .quote {
    margin: 0 auto;
    float: none;
    color: #fff;
    width: 820px; }
  section.ideas-objectivism-module .quote-author {
    margin-top: 30px;
    clear: both;
    color: #fff; }
  section.ideas-objectivism-module .cta {
    display: inline-block;
    margin-top: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    background: #fff;
    color: #4caee1; }
    section.ideas-objectivism-module .cta:hover {
      background: #fff; }
    section.ideas-objectivism-module .cta.large {
      padding: 20px 25px; }
    section.ideas-objectivism-module .cta.right:after {
      content: url("/img/aro/icon-arrow-right-blue.png"); }

section.ideas-topics-module {
  height: 855px; }
  section.ideas-topics-module .container {
    width: 855px; }
  section.ideas-topics-module .block-title {
    margin-bottom: 50px;
    letter-spacing: 1px; }
  section.ideas-topics-module a.box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 9px 18px;
    width: 225px;
    height: 225px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.2em;
    text-transform: uppercase;
    background: #4caee1; }
    section.ideas-topics-module a.box span {
      position: relative;
      top: 44%;
      z-index: 2; }
    section.ideas-topics-module a.box.bg-blue {
      background: #5eb6e4; }
    section.ideas-topics-module a.box.bg-gray {
      background: #b9b9b9; }
    section.ideas-topics-module a.box img {
      position: absolute;
      top: 0;
      left: 0;
      width: 225px; }
  section.ideas-topics-module .cta {
    display: inline-block;
    margin-top: 50px;
    font-size: 14px; }
    section.ideas-topics-module .cta.large {
      padding: 20px 25px; }

@media only screen and (max-width: 36.5em) {
  /* Ideas ====================== */
  .aro .headline.ideas .block-title {
    font-size: 30px; }
  .aro .headline.ideas .block-content {
    font-size: 14px;
    width: 170px; }
  .aro .ideas-filter-module .filter-bar {
    height: 40px;
    padding: 0; }
    .aro .ideas-filter-module .filter-bar .container {
      text-align: center;
      width: 100%; }
    .aro .ideas-filter-module .filter-bar .filter-nav {
      display: block; }
      .aro .ideas-filter-module .filter-bar .filter-nav li.active a:after {
        content: url("/img/aro/icon-arrow-down.png"); }
      .aro .ideas-filter-module .filter-bar .filter-nav li:before {
        content: ""; }
  .aro section.ideas {
    height: auto;
    padding-bottom: 30px; }
    .aro section.ideas .container {
      width: 280px; }
    .aro section.ideas .quote-title {
      margin-bottom: 15px;
      font-size: 18px;
      line-height: 1.2em;
      text-align: left !important; }
    .aro section.ideas .block-title {
      margin: 40px 0 20px;
      font-size: 30px; }
    .aro section.ideas .block-text {
      font-size: 13px; }
      .aro section.ideas .block-text ul {
        width: 260px;
        margin-left: 20px; }
        .aro section.ideas .block-text ul li {
          font-family: "BrandonGrotW01-Regular", sans-serif;
          font-size: 13px;
          color: #323232; }
    .aro section.ideas p {
      line-height: 1.4em; }
    .aro section.ideas .quote {
      font-size: 18px;
      float: left; }
      .aro section.ideas .quote:before {
        content: url("/img/aro/icon-quote-before-mobile.png");
        margin-right: 10px;
        margin-top: 2px; }
      .aro section.ideas .quote:after {
        content: url("/img/aro/icon-quote-after-mobile.png");
        margin-top: 8px; }
    .aro section.ideas .template-2 .quote-title {
      width: 280px; }
    .aro section.ideas .template-2 p {
      position: relative;
      float: left;
      clear: both;
      display: block;
      width: 280px;
      line-height: 1.4em; }
    .aro section.ideas .template-2 .video {
      width: 280px;
      margin-top: 0; }
      .aro section.ideas .template-2 .video img {
        width: 280px; }
      .aro section.ideas .template-2 .video p {
        font-size: 13px;
        text-align: center; }
      .aro section.ideas .template-2 .video .pull-left {
        width: 280px; }
    .aro section.ideas .template-2 .audio {
      width: 280px; }
  .aro section.ideas-beliefs-module .block-title {
    width: 280px;
    padding: 0; }
  .aro section.ideas-beliefs-module .box {
    margin: 20px 0 0; }
    .aro section.ideas-beliefs-module .box h2 {
      margin-bottom: 15px;
      font-size: 18px; }
    .aro section.ideas-beliefs-module .box p {
      font-size: 13px; }
  .aro section.ideas-objectivism-module li {
    width: 75px;
    margin: 5px 20px 5px 20px; }
    .aro section.ideas-objectivism-module li img {
      width: 75px; }
    .aro section.ideas-objectivism-module li h3 {
      margin-top: 15px;
      font-size: 15px; }
  .aro section.ideas-objectivism-module .quote {
    width: 280px;
    margin-top: 25px; }
  .aro section.ideas-objectivism-module .quote-author {
    font-size: 18px; }
  .aro section.ideas-objectivism-module .cta {
    margin-top: 15px;
    font-size: 12px; }
    .aro section.ideas-objectivism-module .cta.large {
      padding: 7px 10px; }
  .aro section.ideas-topics-module a.box {
    width: 130px;
    height: 130px;
    margin: 5px;
    font-size: 15px;
    letter-spacing: 1px; }
    .aro section.ideas-topics-module a.box:nth-child(even) {
      margin-left: 0; }
    .aro section.ideas-topics-module a.box img {
      width: 130px; }
  .aro section.ideas-topics-module .cta {
    margin-top: 15px;
    font-size: 12px; }
    .aro section.ideas-topics-module .cta.large {
      padding: 7px 10px; } }
/* ARI ================================ */
/* homepage */
/* HOMEPAGE ====================== */
/* Section 1 */
.ari .first {
  width: 100%;
  height: 390px;
  background: url("/~/media/images/ari/header/arihomeheader.jpg") no-repeat white top center;
  /* Play Button */ }
  .ari .first .container {
    text-align: left; }
  .ari .first .text-contain {
    position: relative;
    float: left;
    top: 83px;
    left: 170px; }
  .ari .first h2 {
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 52px;
    color: #fec01b;
    line-height: 1.0em;
    text-transform: uppercase; }
    .ari .first h2 .offset {
      margin-left: 35px;
      text-transform: none;
      font-weight: normal;
      font-family: "LegacySerifITCW01-BkIt", sans-serif; }
  .ari .first h1 {
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 72px;
    color: #272727;
    text-transform: uppercase;
    line-height: 1.0em; }
  .ari .first p {
    display: inline-block;
    margin: 3px 0 0 20px;
    width: 440px;
    font-family: "LegacySerifITCW01-BkIt", sans-serif;
    font-size: 18px;
    color: #272727;
    position: relative;
    top: -10px; }
  .ari .first .btn-play {
    position: relative;
    float: left;
    margin-left: 80px;
    cursor: pointer; }
  .ari .first.play-btn .text-contain a {
    display: inline-block; }

/* Section 2 ===================== */
.ari .second {
  width: 100%;
  height: 808px;
  background: #fec01b; }
  .ari .second .section-header {
    width: 100%;
    height: 175px; }
    .ari .second .section-header h1 {
      position: relative;
      margin-top: 23px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 60px;
      text-transform: uppercase;
      color: #fff; }
      .ari .second .section-header h1 .offset {
        text-transform: none;
        font-weight: normal;
        font-family: "LegacySerifITCW01-BkIt", sans-serif; }
    .ari .second .section-header .filters {
      margin-top: 34px; }
      .ari .second .section-header .filters li {
        display: inline;
        margin: 10px 10px 0 0;
        padding: 10px 25px;
        font-family: "Brandon Grot W01 Black", sans-serif;
        font-size: 11px;
        text-transform: uppercase;
        color: #272727;
        border-radius: 5px;
        background: #fff;
        cursor: pointer; }
        .ari .second .section-header .filters li.active {
          background: #272727;
          color: #fff; }
    .ari .second .section-header .icon-triangle {
      vertical-align: top;
      margin: 0 auto; }
  .ari .second .mosaic-wrap:hover .drag-arrows {
    display: block;
    cursor: pointer; }
  .ari .second .mosaic-wrap .drag-arrows {
    display: none;
    position: absolute;
    top: 106px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3; }
  .ari .second #mosaic {
    width: 100%;
    height: 560px;
    background: white;
    overflow: hidden; }
    .ari .second #mosaic #mosaic-scroller {
      width: 0;
      height: 100%;
      padding: 0;
      margin: 0;
      background-color: grey;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .ari .second #mosaic img.bg {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      width: 100%;
      height: auto; }
      .ari .second #mosaic img.bg:not([src]) {
        display: none; }
    .ari .second #mosaic ul {
      list-style: none;
      display: block;
      float: left;
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
      text-align: left; }
      .ari .second #mosaic ul li {
        float: left;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        width: 1px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .ari .second #mosaic ul li.bg-1 {
          background-color: #e7a800; }
        .ari .second #mosaic ul li.bg-2 {
          background-color: #d19c07; }
        .ari .second #mosaic ul li.bg-3 {
          background-color: #b88201; }
        .ari .second #mosaic ul li.bg-4 {
          background-color: #8e6800; }
        .ari .second #mosaic ul li.bg-5 {
          background-color: #bbbbbb; }
        .ari .second #mosaic ul li.bg-6 {
          background-color: #727272; }
        .ari .second #mosaic ul li.bg-7 {
          background-color: #666666; }
        .ari .second #mosaic ul li.bg-8 {
          background-color: #323232; }
        .ari .second #mosaic ul li.bg-9 {
          background-color: #272727; }
    .ari .second #mosaic .mosaic-content {
      padding: 12px;
      z-index: 2;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      position: absolute;
      bottom: 0; }
      .ari .second #mosaic .mosaic-content span {
        color: white;
        background: url() no-repeat; }
        .ari .second #mosaic .mosaic-content span ins {
          color: #fec01b;
          text-decoration: none; }
      .ari .second #mosaic .mosaic-content p {
        margin-bottom: 20px;
        font-size: 17px;
        line-height: 20px; }
      .ari .second #mosaic .mosaic-content h1 {
        font-size: 32px;
        color: #fec01b;
        text-transform: uppercase; }
      .ari .second #mosaic .mosaic-content h2 {
        font-size: 28px;
        text-transform: uppercase;
        line-height: 32px;
        margin-bottom: 10px; }
        .ari .second #mosaic .mosaic-content h2.gray {
          color: #3f3f3f; }
      .ari .second #mosaic .mosaic-content h3 {
        font-family: "Brandon Grot W01 Black", sans-serif;
        color: white;
        text-transform: uppercase; }
        .ari .second #mosaic .mosaic-content h3.gray {
          color: #3f3f3f; }
      .ari .second #mosaic .mosaic-content .cta {
        padding: 7px 15px 6px; }
    .ari .second #mosaic .featured {
      width: 500px;
      height: 560px;
      background: white; }
      .ari .second #mosaic .featured .mosaic-content {
        padding: 12px 24px 24px; }
        .ari .second #mosaic .featured .mosaic-content h1, .ari .second #mosaic .featured .mosaic-content h2, .ari .second #mosaic .featured .mosaic-content p {
          color: #3f3f3f; }
      .ari .second #mosaic .featured .cta {
        background: #3f3f3f; }
    .ari .second #mosaic .one {
      width: 280px;
      height: 280px;
      background: #e7a800;
      overflow-y: hidden; }
    .ari .second #mosaic .two {
      width: 560px;
      height: 280px;
      background: #d19c07;
      overflow-y: hidden; }
    .ari .second #mosaic .info span {
      background: url("/img/ari//mosaic/icons.png") no-repeat -2px -1px;
      width: 18px;
      height: 18px;
      display: inline-block;
      position: relative;
      top: 4px;
      margin-right: 5px; }
    .ari .second #mosaic .info.video span {
      background-position: -2px -1px; }
    .ari .second #mosaic .info.article span {
      background-position: -43px -1px; }
    .ari .second #mosaic .info.audio span {
      background-position: -22px -1px; }

/* Section 3 ===================== */
.ari .third {
  width: 100%;
  height: 462px;
  background: url("/img/ari/icon-buzz-twitter.png") no-repeat #efefee top center; }
  .ari .third h1 {
    margin-top: 69px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    color: #272727;
    line-height: 1.0em; }
    .ari .third h1 .sub {
      font-family: "LegacySerifITCW01-BkIt", sans-serif; }
  .ari .third #buzzing {
    width: 100%;
    height: 570px;
    overflow: hidden; }
    .ari .third #buzzing #buzzing-scroller {
      width: 0;
      height: 100%;
      padding: 0;
      margin: 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .ari .third #buzzing #buzzing-scroller ol {
        list-style: none;
        display: block;
        width: 100%;
        height: 100%; }
        .ari .third #buzzing #buzzing-scroller ol li {
          display: inline-block;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .ari .third .tweets {
    white-space: nowrap; }
  .ari .third .tweets li {
    position: relative;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    height: 240px;
    width: 310px;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 25px; }
    .ari .third .tweets li:first-child {
      margin-left: 0; }
    .ari .third .tweets li p {
      width: 220px;
      margin: 45px 0 0 22px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 17px;
      text-transform: uppercase;
      line-height: 1.2em;
      word-wrap: break-word; }
      .ari .third .tweets li p:before {
        content: '';
        position: absolute;
        top: 15px;
        height: 22px;
        width: 27px; }
    .ari .third .tweets li .author {
      position: absolute;
      left: 20px;
      bottom: 20px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 11px;
      color: #fff;
      text-transform: uppercase; }
    .ari .third .tweets li .date {
      position: absolute;
      top: 0px;
      right: 25px;
      width: 44px;
      padding: 5px 0;
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 21px;
      line-height: 0.8em;
      text-align: center;
      text-transform: uppercase; }
      .ari .third .tweets li .date .month {
        display: block;
        font-size: 12px; }
    .ari .third .tweets li.tweet-ayn {
      background: url("/img/ari/bg-tweet-aynrand.jpg") no-repeat #35bce9; }
      .ari .third .tweets li.tweet-ayn .date {
        background: #fff;
        color: #35bce9; }
      .ari .third .tweets li.tweet-ayn p {
        color: #fff; }
        .ari .third .tweets li.tweet-ayn p:before {
          content: '';
          background: url("/img/aro/icon-quote-before.png");
          background-size: 27px 22px; }
      .ari .third .tweets li.tweet-ayn a {
        color: #fff; }
        .ari .third .tweets li.tweet-ayn a:hover {
          color: #e8a400; }
      .ari .third .tweets li.tweet-ayn .author {
        color: #fff; }
    .ari .third .tweets li.tweet-other.tweet-yaron {
      background: url("/img/ari/bg-tweet-yaron.jpg") no-repeat; }
    .ari .third .tweets li.tweet-other.tweet-onkar {
      background: url("/img/ari/bg-tweet-onkar.jpg") no-repeat; }
    .ari .third .tweets li.tweet-other.tweet-don {
      background: url("/img/ari/bg-tweet-don.jpg") no-repeat; }
    .ari .third .tweets li.tweet-other .date {
      background: #fec01b;
      color: #fff; }
    .ari .third .tweets li.tweet-other p {
      color: #fec01b; }
      .ari .third .tweets li.tweet-other p:before {
        content: '';
        background: url("/img/ari/icon-quote-before.png");
        background-size: 27px 22px; }
    .ari .third .tweets li.tweet-other a {
      color: #fec01b; }
      .ari .third .tweets li.tweet-other a:hover {
        color: #e8a400; }
    .ari .third .tweets li.tweet-other .author {
      color: #fec01b; }
    .ari .third .tweets li.tweet-ari {
      background: url("/img/ari/bg-tweet-ari.jpg") no-repeat #fec01b; }
      .ari .third .tweets li.tweet-ari .date {
        background: #fff;
        color: #fec01b; }
      .ari .third .tweets li.tweet-ari p {
        color: #fff; }
        .ari .third .tweets li.tweet-ari p:before {
          content: '';
          background: url("/img/ari/icon-quote-before-yellow.jpg");
          background-size: 27px 22px; }
      .ari .third .tweets li.tweet-ari a {
        color: #fff; }
        .ari .third .tweets li.tweet-ari a:hover {
          color: #e8a400; }
      .ari .third .tweets li.tweet-ari .author {
        color: #fff; }
  .ari .third .drag-arrows {
    display: none;
    position: absolute;
    left: 50%;
    top: 215px;
    margin-left: -70px; }
  .ari .third:hover .drag-arrows {
    display: block;
    cursor: pointer; }

/* Section 4 ===================== */
.ari .fourth {
  width: 100%;
  height: 565px;
  background: #f7bd17; }
  .ari .fourth > .container > p {
    color: #323232; }
  .ari .fourth h1 {
    margin-top: 63px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.0em; }
    .ari .fourth h1 .offset {
      text-transform: none;
      font-weight: normal;
      font-family: "LegacySerifITCW01-BkIt", sans-serif; }
  .ari .fourth p {
    font-family: "LegacySerifITCW01-BkIt", sans-serif;
    font-size: 25px;
    color: #fff;
    line-height: 1.3em; }
  .ari .fourth .box {
    position: relative;
    float: left;
    width: 300px;
    margin: 35px 30px 0 0;
    text-align: left;
    color: #fff; }
    .ari .fourth .box:last-child {
      margin-right: 0px; }
    .ari .fourth .box h2 {
      margin: 11px 0 5px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 19px;
      text-transform: uppercase; }
    .ari .fourth .box p {
      font-family: "BrandonGrotW01-Regular", sans-serif;
      font-size: 16px; }
    .ari .fourth .box .cta {
      position: relative;
      top: 26px;
      background: #272727; }

/* Section 5 ===================== */
.ari .fifth {
  width: 100%;
  height: 964px;
  background: url("/img/ari/bg-home-fifth.jpg") no-repeat #5bb3d9 top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')"; }
  .ari .fifth .container {
    text-align: left; }
  .ari .fifth .cta.right:after {
    content: url("/img/aro/icon-arrow-right-blue.png"); }
  .ari .fifth h1 {
    margin-top: 54px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 70px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.3em; }
    .ari .fifth h1 .offset {
      text-transform: none;
      font-weight: normal;
      font-family: "LegacySerifITCW01-BkIt", sans-serif; }
  .ari .fifth p {
    width: 530px;
    margin-bottom: 8px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.4em; }
    .ari .fifth p:first-child {
      margin-top: 0; }
  .ari .fifth .cta {
    position: relative;
    top: 40px;
    color: #4caee1;
    background: #fff; }
    .ari .fifth .cta:hover {
      background: #fff; }

@media only screen and (max-width: 36.5em) {
  .ari > header {
    height: 60px; }
  .ari .search-icon {
    display: none; }
  .ari .first {
    background-size: 750px;
    background-position: 45% 0;
    height: 219px; }
    .ari .first .text-contain {
      left: 0;
      top: 38px;
      width: 290px; }
    .ari .first h1 {
      font-size: 33px; }
    .ari .first h2 {
      font-size: 26px; }
      .ari .first h2 .offset {
        margin-left: 23px; }
    .ari .first p {
      width: 229px;
      margin: 15px 0 0 8px;
      font-size: 15px;
      top: -3px; }
    .ari .first .btn-play {
      margin: 15px 0 0 -5px;
      width: 49px; }
  .ari .second {
    height: 428px; }
    .ari .second .section-header {
      height: 87px; }
      .ari .second .section-header h1 {
        margin-top: 8px;
        font-size: 30px; }
    .ari .second .filters {
      display: none; }
    .ari .second .mosaic-wrap .drag-arrows {
      width: 100px;
      top: 50%;
      margin-top: -35px; }
    .ari .second .mosaic-wrap:hover .drag-arrows {
      display: none; }
    .ari .second .mosaic-wrap #mosaic {
      height: 285px; }
      .ari .second .mosaic-wrap #mosaic .mosaic-content {
        padding: 8px; }
        .ari .second .mosaic-wrap #mosaic .mosaic-content span {
          font-size: 10px; }
        .ari .second .mosaic-wrap #mosaic .mosaic-content p {
          font-size: 10px;
          line-height: 11px;
          margin-bottom: 7px; }
        .ari .second .mosaic-wrap #mosaic .mosaic-content h1 {
          font-size: 12px; }
        .ari .second .mosaic-wrap #mosaic .mosaic-content h2 {
          font-size: 17px;
          line-height: 16px;
          margin-bottom: 4px; }
        .ari .second .mosaic-wrap #mosaic .mosaic-content h3 {
          font-size: 11px; }
      .ari .second .mosaic-wrap #mosaic ul li {
        overflow: hidden; }
      .ari .second .mosaic-wrap #mosaic a.cta {
        padding: 7px 10px;
        font-size: 9px; }
        .ari .second .mosaic-wrap #mosaic a.cta.right:after {
          top: 6px; }
      .ari .second .mosaic-wrap #mosaic .featured {
        width: 250px;
        height: 285px;
        background: white; }
        .ari .second .mosaic-wrap #mosaic .featured .mosaic-content {
          padding: 6px 12px 12px; }
        .ari .second .mosaic-wrap #mosaic .featured img {
          max-width: 250px; }
      .ari .second .mosaic-wrap #mosaic .one {
        width: 140px;
        height: 142.5px; }
        .ari .second .mosaic-wrap #mosaic .one img {
          max-width: 140px; }
      .ari .second .mosaic-wrap #mosaic .two {
        width: 280px;
        height: 142.5px; }
        .ari .second .mosaic-wrap #mosaic .two img {
          max-width: 280px; }
    .ari .second .icon-triangle {
      width: 29px; }
  .ari .third {
    height: 297px;
    background-size: 34%; }
    .ari .third h1 {
      margin-top: 40px;
      font-size: 30px; }
    .ari .third .tweets li {
      width: 225px;
      height: 174px;
      max-height: 174px;
      min-height: 174px;
      display: inline-block;
      /* Backgrounds */
      /* End tweet backgrounds */ }
      .ari .third .tweets li .date {
        right: 10px; }
      .ari .third .tweets li p {
        font-size: 12px;
        width: 150px;
        margin: 36px 0 0 14px; }
        .ari .third .tweets li p:before {
          height: 13px;
          width: 18px; }
      .ari .third .tweets li .author {
        font-size: 9px;
        left: 14px;
        bottom: 10px; }
      .ari .third .tweets li img.bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
      .ari .third .tweets li.tweet-ayn {
        background-size: 224px; }
        .ari .third .tweets li.tweet-ayn p:before {
          background-size: 18px 14px; }
      .ari .third .tweets li.tweet-other {
        background-size: 224px !important; }
        .ari .third .tweets li.tweet-other p:before {
          background: url("/img/ari/icon-quote-before.png");
          background-size: 18px 14px; }
      .ari .third .tweets li.tweet-ari {
        background-size: 224px; }
        .ari .third .tweets li.tweet-ari p:before {
          background: url("/img/aro/icon-quote-before-gray.png");
          background-size: 18px 14px; }
    .ari .third .drag-arrows {
      width: 100px;
      top: 50%;
      margin-top: -15px;
      margin-left: -50px; }
    .ari .third:hover .drag-arrows {
      display: none; }
  .ari .fourth {
    height: auto;
    padding-bottom: 40px; }
    .ari .fourth h1 {
      margin-top: 38px;
      font-size: 30px; }
    .ari .fourth p {
      margin: 0 auto;
      font-size: 16px; }
    .ari .fourth .container > p {
      width: 210px;
      margin-top: 6px;
      font-size: 18px; }
    .ari .fourth .box {
      width: 280px;
      margin: 20px 0 70px; }
      .ari .fourth .box img {
        width: 280px; }
      .ari .fourth .box h2 {
        margin-top: 5px;
        line-height: 1.2em;
        font-size: 18px; }
      .ari .fourth .box p {
        margin: 0 0 5px; }
      .ari .fourth .box .cta {
        top: 28px;
        padding: 13px 15px; }
  .ari .fifth {
    height: 926px;
    background: url("/img/ari/bg-home-fifth-mobile.jpg") no-repeat #5bb3d9 top center;
    background-size: 320px; }
    .ari .fifth h1 {
      margin: 127px 0 10px;
      font-size: 35px; }
      .ari .fifth h1 span {
        display: block;
        line-height: 26px; }
    .ari .fifth p {
      width: auto;
      font-size: 15px; }
    .ari .fifth .cta {
      top: 15px;
      padding: 13px 15px; } }
/* experts */
/* Experts ===================== */
.ari .headline.experts .container {
  text-align: left; }
.ari .headline.experts .headline-image {
  position: absolute;
  display: block;
  right: 0;
  top: 0; }
.ari .headline.experts .block-title {
  position: relative;
  display: inline-block;
  float: left;
  width: 320px;
  left: 110px;
  margin-top: 34px; }
.ari .headline.experts .block-text {
  position: relative;
  display: block;
  float: left;
  clear: both;
  margin-top: 10px;
  left: 110px;
  width: 245px;
  font-family: "LegacySerifITCW01-BkIt", sans-serif; }

.ari .experts-list {
  width: 100%; }
  .ari .experts-list h1.main {
    display: inline-block;
    width: 100%;
    margin: 63px 0 30px;
    font-size: 36px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    color: #fec01b;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.2em; }
  .ari .experts-list .list-section {
    position: relative;
    float: left;
    clear: both;
    border-bottom: dotted 1px #666666; }
  .ari .experts-list ul li:nth-child(3n+3) {
    margin-right: 0; }
  .ari .experts-list .box {
    position: relative;
    float: left;
    margin-right: 89px;
    width: 260px;
    height: 463px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    text-align: left;
    overflow: hidden; }
    .ari .experts-list .box img {
      width: 260px;
      height: 260px;
      display: inline-block; }
      .ari .experts-list .box img[src=""] {
        width: 0; }
    .ari .experts-list .box h2 {
      margin-top: 5px;
      font-size: 22px;
      color: #272727;
      text-transform: uppercase; }
      .ari .experts-list .box h2 a {
        color: #000; }
    .ari .experts-list .box h3 {
      margin: 15px 0 5px;
      font-size: 14px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      color: #323232;
      text-transform: uppercase; }
    .ari .experts-list .box p {
      font-size: 14px;
      color: #666666; }

@media only screen and (max-width: 36.5em) {
  /* Experts ===================== */
  .ari .headline.experts {
    height: 150px; }
    .ari .headline.experts .container {
      text-align: center; }
    .ari .headline.experts .headline-image {
      display: none; }
    .ari .headline.experts h1 {
      float: none;
      width: 280px;
      left: auto;
      font-size: 37px; }
    .ari .headline.experts p {
      display: none; }
    .ari .headline.experts .block-title {
      float: none;
      left: 0;
      width: auto; }
    .ari .headline.experts .block-text {
      display: none; }

  .ari .experts-list .filter-bar {
    height: 158px;
    padding: 12px 0 44px; }
    .ari .experts-list .filter-bar h1 {
      font-size: 14px;
      margin-left: 0;
      line-height: 1.1em;
      display: inline-block;
      width: 130px;
      top: 9px; }
    .ari .experts-list .filter-bar .active-label:after {
      position: absolute;
      top: -3px;
      right: -25px; }
    .ari .experts-list .filter-bar .info-box {
      font-size: 14px;
      display: inline-block;
      clear: both;
      width: 190px;
      margin-top: 25px;
      float: left; }
    .ari .experts-list .filter-bar .select-options {
      padding: 79px 10px 0; }
  .ari .experts-list h1.main {
    width: 280px;
    margin: 25px 0 20px;
    font-size: 24px; }
  .ari .experts-list ul li:nth-child(odd) {
    margin-right: 20px; }
  .ari .experts-list ul li:nth-child(even) {
    margin-right: 0; }
  .ari .experts-list .box {
    margin-bottom: 25px;
    width: 260px;
    height: auto; }
    .ari .experts-list .box img {
      width: 260px; }
    .ari .experts-list .box h2 {
      font-family: "Brandon Grot W01 Black", sans-serif;
      text-transform: uppercase;
      font-size: 22px; }
    .ari .experts-list .box h3 {
      margin: 10px 0 5px;
      font-size: 18px;
      font-family: "Brandon Grot W01 Black", sans-serif; }
    .ari .experts-list .box p {
      font-size: 16px; } }
/* media */
/* Media Center ===================== */
.ari section.headline.media-center {
  background-color: #F6F6F6; }
  .ari section.headline.media-center .main-logo {
    z-index: 1; }
  .ari section.headline.media-center .headline-image {
    position: absolute;
    left: 0; }
  .ari section.headline.media-center .block-title {
    position: relative;
    display: inline-block;
    float: right;
    width: 320px;
    left: -100px;
    font-size: 85px;
    margin-top: 84px;
    color: #fec01b;
    text-align: left; }
    .ari section.headline.media-center .block-title span {
      font-family: "LegacySerifITCW01-BkIt", sans-serif;
      color: #000;
      font-size: 31px;
      margin: 0;
      display: block;
      clear: both;
      line-height: 0px;
      text-align: left;
      left: 0;
      text-transform: lowercase;
      padding: 0 0 10px 5px; }
    .ari section.headline.media-center .block-title.mobile {
      display: none; }
  .ari section.headline.media-center .block-text {
    position: relative;
    display: block;
    float: right;
    clear: both;
    margin-top: 0px;
    left: -69px;
    width: 350px;
    text-align: left;
    font-family: "LegacySerifITCW01-BkIt", sans-serif; }

.ari .todays-issues .container {
  text-align: left;
  /* TODO: move dropdown to SHARED folder */ }
  .ari .todays-issues .container article {
    padding-bottom: 70px;
    text-align: left; }
    .ari .todays-issues .container article .post-info.category {
      margin-bottom: 15px; }
      .ari .todays-issues .container article .post-info.category a {
        font-weight: bold; }
    .ari .todays-issues .container article .post-title {
      margin-bottom: 6px;
      text-transform: uppercase; }
  .ari .todays-issues .container main {
    width: 635px;
    display: block; }
  .ari .todays-issues .container .all-years {
    float: right;
    color: white;
    display: inline-block; }
    .ari .todays-issues .container .all-years .arrow {
      border-left: 1px solid white; }
  .ari .todays-issues .container .dropdown {
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 11px;
    display: inline-block;
    margin-top: 9px;
    position: relative;
    z-index: 1; }
    .ari .todays-issues .container .dropdown span {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px 22px;
      background-color: #C1C1C1;
      display: inline-block; }
      .ari .todays-issues .container .dropdown span:first-child {
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 3px;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 3px; }
      .ari .todays-issues .container .dropdown span.arrow {
        cursor: pointer;
        padding: 5px 9px;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0; }
        .ari .todays-issues .container .dropdown span.arrow.open a {
          background-position: 0 0;
          top: -2px;
          position: relative; }
    .ari .todays-issues .container .dropdown ul {
      display: none;
      position: absolute;
      width: 100%;
      background: #C1C1C1;
      margin-top: -2px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .ari .todays-issues .container .dropdown ul li {
        border-bottom: 1px solid #DDD; }
        .ari .todays-issues .container .dropdown ul li:last-child {
          border-bottom: 0; }
        .ari .todays-issues .container .dropdown ul li a {
          color: #FFF;
          font-size: 11px;
          padding: 4px 8px 5px 15px;
          cursor: pointer;
          display: inline-block;
          width: 100%;
          height: 100%; }
        .ari .todays-issues .container .dropdown ul li:hover {
          background-color: #D3D3D3; }
    .ari .todays-issues .container .dropdown .arrow a {
      background: url("/img/ari/dropdown-arrow.png") 0 -6px no-repeat;
      width: 10px;
      height: 5px;
      display: inline-block;
      margin: 1px 0; }
      .ari .todays-issues .container .dropdown .arrow a .up {
        background-position: 0 0; }
.ari .todays-issues .filter-bar {
  width: 100%;
  background: #272727;
  height: 35px; }
  .ari .todays-issues .filter-bar .info-box {
    position: relative;
    float: right;
    top: -9px;
    margin-right: 90px;
    font-size: 14px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    color: white;
    line-height: 1.2em; }
    .ari .todays-issues .filter-bar .info-box li, .ari .todays-issues .filter-bar .info-box li a {
      color: white; }
    .ari .todays-issues .filter-bar .info-box .main {
      font-family: "Brandon Grot W01 Black", sans-serif;
      text-transform: uppercase;
      color: #fec01b; }
    .ari .todays-issues .filter-bar .info-box:last-child {
      margin-right: 45px; }
.ari .todays-issues .sidebar .side-section {
  width: 100%; }
  .ari .todays-issues .sidebar .side-section .cta {
    margin-bottom: 20px; }
.ari .todays-issues .sidebar .heard-on {
  margin-top: 20px; }
  .ari .todays-issues .sidebar .heard-on a {
    width: 140px;
    height: 120px;
    float: left;
    display: block;
    margin-bottom: 5px; }
    .ari .todays-issues .sidebar .heard-on a:nth-child(even) {
      margin-left: 5px; }
    .ari .todays-issues .sidebar .heard-on a:last-child {
      height: 50px; }
.ari .todays-issues .sidebar .and-more {
  font-family: "Brandon Grot W01 Black", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 20px;
  color: #262626;
  display: inline-block; }
.ari .todays-issues main {
  float: left; }
  .ari .todays-issues main .article-list {
    padding-top: 60px;
    margin-top: 0;
    clear: both; }
    .ari .todays-issues main .article-list article {
      border-bottom: none; }
    .ari .todays-issues main .article-list.todays-issues article:nth-last-child(-n + 2) {
      border-top: dotted 1px #CBCBCB; }
.ari .todays-issues .press-releases {
  border-top: solid 1px #CBCBCB;
  margin-bottom: 30px; }
  .ari .todays-issues .press-releases article {
    border: 0;
    padding-bottom: 0; }
  .ari .todays-issues .press-releases .type {
    font-family: "Brandon Grot W01 Black", sans-serif;
    text-transform: uppercase;
    color: #7B7B7B;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #CBCBCB;
    font-size: 18px;
    display: block; }
  .ari .todays-issues .press-releases .post-info {
    font-family: "BrandonGrotW01-Regular", sans-serif;
    line-height: 30px; }
    .ari .todays-issues .press-releases .post-info .date {
      display: inline-block;
      width: 90px;
      vertical-align: top; }
      .ari .todays-issues .press-releases .post-info .date:after {
        content: "|";
        position: absolute;
        left: 93px; }
    .ari .todays-issues .press-releases .post-info a, .ari .todays-issues .press-releases .post-info a.yellow {
      display: inline-block;
      width: 525px;
      margin-left: 15px;
      color: #e8a400; }
  .ari .todays-issues .press-releases h1:first-child {
    display: inline; }

@media only screen and (max-width: 36.5em) {
  /* Media Center ===================== */
  /* Media Center ===================== */
  .ari section.headline.media-center {
    height: 190px; }
    .ari section.headline.media-center .headline-image {
      display: inline-block;
      width: 411px;
      left: -180px;
      opacity: 0.6; }
    .ari section.headline.media-center .block-title {
      display: block;
      font-size: 29px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      margin-top: 14px;
      left: 0;
      width: 240px; }
      .ari section.headline.media-center .block-title span {
        display: inline-block;
        margin-right: 5px;
        font-family: "Brandon Grot W01 Black", sans-serif;
        text-transform: uppercase;
        line-height: 35px;
        font-size: 29px;
        padding: 0; }
      .ari section.headline.media-center .block-title.mobile {
        display: none; }
    .ari section.headline.media-center .block-text {
      left: 0;
      width: 165px;
      margin-top: 10px;
      font-size: 15px;
      text-align: left; }

  .ari .todays-issues .container h1.main:first-child {
    margin: 10px 0 15px; }
  .ari .todays-issues .container .dropdown {
    float: left;
    margin: 10px 0 30px;
    display: block; }
    .ari .todays-issues .container .dropdown span:first-child {
      -moz-border-radius-topleft: 7px;
      -moz-border-radius-topright: 0;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft: 7px;
      -webkit-border-top-left-radius: 7px;
      -webkit-border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 7px;
      border-top-left-radius: 7px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 7px; }
    .ari .todays-issues .container .dropdown span.arrow {
      -moz-border-radius-topleft: 0;
      -moz-border-radius-topright: 7px;
      -moz-border-radius-bottomright: 7px;
      -moz-border-radius-bottomleft: 0;
      -webkit-border-top-left-radius: 0;
      -webkit-border-top-right-radius: 7px;
      -webkit-border-bottom-right-radius: 7px;
      -webkit-border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 7px;
      border-bottom-right-radius: 7px;
      border-bottom-left-radius: 0;
      padding: 13px 17px; }
    .ari .todays-issues .container .dropdown span {
      padding: 13px 17px;
      font-size: 15px; }
  .ari .todays-issues .container main {
    width: 280px; }
  .ari .todays-issues .filter-bar {
    height: 98px;
    padding: 35px 0 45px; }
    .ari .todays-issues .filter-bar .info-box {
      font-size: 14px;
      display: block;
      float: left;
      position: relative;
      clear: both;
      width: 175px; }
      .ari .todays-issues .filter-bar .info-box:last-child {
        margin-top: 20px; }
  .ari .todays-issues .sidebar .heard-on a {
    width: 136px;
    height: auto;
    margin-bottom: 0; }
    .ari .todays-issues .sidebar .heard-on a img {
      width: 100%;
      height: auto; }
    .ari .todays-issues .sidebar .heard-on a:last-child {
      width: 100%; }
  .ari .todays-issues .sidebar .and-more {
    text-align: left;
    margin-bottom: 20px; }
  .ari .todays-issues .sidebar .side-section a.cta.right {
    padding: 20px 49px 19px 20px;
    line-height: 27px;
    font-size: 23px; }
  .ari .todays-issues .sidebar .side-section h2 {
    margin: 10px 0 15px; }
  .ari .todays-issues .sidebar .social-links img {
    width: 40px; }
  .ari .todays-issues main h1 {
    font-size: 29px;
    margin: 10px 0 15px; }
  .ari .todays-issues main .article-list .post-info .date {
    display: inline-block; }
  .ari .todays-issues main .article-list article {
    padding-bottom: 50px; }
    .ari .todays-issues main .article-list article h1 {
      font-size: 20px; }
  .ari .todays-issues .press-releases .post-info {
    margin-bottom: 10px; }
    .ari .todays-issues .press-releases .post-info span {
      margin-right: 8px; }
    .ari .todays-issues .press-releases .post-info a.yellow {
      width: 100%;
      margin: 0; }
    .ari .todays-issues .press-releases .post-info a {
      display: inline-block;
      width: 167px;
      vertical-align: top;
      line-height: 27px;
      font-size: 14px; }
  .ari .todays-issues .press-releases article {
    clear: both; } }
/* experts detail */
/* Experts Detail ====================== */
.expert-bio {
  padding: 30px 0 55px;
  background: #f6f6f6; }
  .expert-bio .container {
    text-align: left; }
  .expert-bio .bio-image {
    position: relative;
    display: inline-block;
    float: left;
    width: 260px;
    height: 260px; }
  .expert-bio .info-container {
    position: relative;
    float: left;
    margin-left: 50px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    text-align: left; }
    .expert-bio .info-container.one {
      width: 260px;
      margin-left: 0; }
    .expert-bio .info-container.two {
      width: 500px; }
    .expert-bio .info-container a {
      color: #e8a400; }
    .expert-bio .info-container .dl-link {
      display: block;
      font-size: 14px;
      margin-left: 5px;
      margin-top: 8px;
      display: inline-block; }
    .expert-bio .info-container.left-col {
      clear: both;
      text-align: left; }
      .expert-bio .info-container.left-col li {
        margin-top: 2px;
        font-size: 18px;
        color: #666666; }
      .expert-bio .info-container.left-col .featured-work li {
        margin-top: 10px;
        font-size: 16px; }
    .expert-bio .info-container h1 {
      margin-top: 7px;
      font-size: 36px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      color: #272727;
      text-transform: uppercase; }
    .expert-bio .info-container h2 {
      margin: 22px 0 13px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 18px;
      text-transform: uppercase;
      color: #323232; }
    .expert-bio .info-container p {
      color: #666666;
      line-height: 1.3em;
      font-size: 18px; }
    .expert-bio .info-container .btn:nth-of-type(1) {
      margin-top: 10px; }
    .expert-bio .info-container .email-address {
      display: block;
      clear: both;
      color: #e8a400;
      font-size: 18px; }
      .expert-bio .info-container .email-address:before {
        content: url("/img/ari/icon-envelope.png");
        margin-right: 10px; }
    .expert-bio .info-container .twitter-link {
      display: block;
      color: #e8a400;
      clear: both;
      font-size: 18px; }
      .expert-bio .info-container .twitter-link:before {
        content: url("/img/ari/icon-twitter.png");
        margin-right: 10px; }
    .expert-bio .info-container .view-cv {
      display: block;
      color: #e8a400;
      clear: both;
      font-size: 18px; }
      .expert-bio .info-container .view-cv:before {
        content: url("/img/ari/icon-download.png");
        margin-right: 10px; }
    .expert-bio .info-container .info-box {
      display: inline-block;
      margin: 20px 20px 0 0;
      width: 180px;
      font-size: 14px;
      text-align: left;
      color: #272727;
      line-height: 1.3em; }
      .expert-bio .info-container .info-box .main {
        font-weight: bold;
        text-transform: uppercase; }
      .expert-bio .info-container .info-box .sub {
        color: #666666; }
    .expert-bio .info-container .description {
      display: inline-block;
      width: 100%;
      margin: 16px 0 20px;
      padding-bottom: 30px;
      font-size: 16px;
      line-height: 1.5em;
      text-align: left;
      color: #323232;
      border-bottom: solid 1px #dbdbdb; }

.expert-info {
  margin-bottom: 40px; }
  .expert-info .container {
    text-align: left; }
  .expert-info h1 {
    position: relative;
    float: left;
    clear: both;
    margin: 55px 0 5px;
    padding-bottom: 5px;
    width: 100%;
    font-size: 30px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    color: #fec01b;
    text-transform: uppercase;
    border-bottom: solid 1px #dbdbdb; }
  .expert-info .info-box {
    margin: 15px 0; }
    .expert-info .info-box.wide {
      width: 440px;
      margin-right: 30px;
      min-height: 170px; }
      .expert-info .info-box.wide > p {
        margin-top: 8px; }
      .expert-info .info-box.wide p, .expert-info .info-box.wide em {
        line-height: 1.6em;
        font-family: "BrandonGrotW01-Regular", sans-serif; }
    .expert-info .info-box.narrow {
      float: left;
      width: 215px;
      margin-right: 25px; }
      .expert-info .info-box.narrow:nth-of-type(4) {
        margin-right: 0; }
    .expert-info .info-box.column-left {
      position: relative;
      float: left;
      margin-right: 30px;
      clear: left; }
    .expert-info .info-box.column-right {
      position: relative;
      float: right;
      margin-right: 0;
      clear: right; }
    .expert-info .info-box h2 {
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 18px;
      text-transform: uppercase;
      color: #272727; }
    .expert-info .info-box p {
      margin-top: 10px;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      font-size: 16px;
      line-height: 1.3em;
      color: #666666; }
      .expert-info .info-box p a {
        color: #e8a400; }
        .expert-info .info-box p a.external:after {
          content: url("/img/ari/icon-external-link.png");
          margin-left: 10px; }

@media only screen and (max-width: 36.5em) {
  /* Experts Detail ====================== */
  .expert-bio {
    padding-bottom: 0; }
    .expert-bio .bio-image {
      width: 260px; }
    .expert-bio .info-container.one {
      width: 280px; }
    .expert-bio .info-container.two {
      width: 280px; }
      .expert-bio .info-container.two .info-box:nth-of-type(2) {
        margin-top: 5px; }
      .expert-bio .info-container.two .description {
        margin-top: 30px; }
    .expert-bio .info-container {
      margin-left: auto;
      text-align: left; }
      .expert-bio .info-container .description {
        border-bottom: 0; }
      .expert-bio .info-container .dl-link {
        margin-left: 0; }
      .expert-bio .info-container h1 {
        font-size: 23px; }
      .expert-bio .info-container h2 {
        margin-bottom: 1px; }
      .expert-bio .info-container p {
        font-size: 16px; }
      .expert-bio .info-container.left-col li {
        display: inline-block;
        width: 138px;
        font-size: 16px; }
      .expert-bio .info-container.left-col .featured-work li {
        width: 100%; }
      .expert-bio .info-container.left-col h2 {
        color: #666666; }
      .expert-bio .info-container .info-box {
        margin: 30px 0 10px;
        width: 100%;
        font-size: 16px; }
        .expert-bio .info-container .info-box .main {
          font-family: "Brandon Grot W01 Black", sans-serif;
          font-weight: normal;
          color: #323232; }

  .expert-info h1 {
    margin-top: 30px;
    font-size: 21px; }
  .expert-info .info-box h2 {
    color: #666666; }
  .expert-info .info-box.narrow {
    width: 280px;
    margin-right: 0; }
  .expert-info .info-box.wide {
    width: 280px;
    margin-right: 0; }
  .expert-info .info-box p {
    font-size: 15px; }
  .expert-info .info-box.column-left {
    width: 280px; }
  .expert-info .info-box.column-right {
    width: 280px; } }
/* blog */
/* Blog ====================== */
.blog-header {
  height: 298px;
  background: #f1f1f1;
  z-index: 2; }
  .blog-header .container {
    text-align: left; }
  .blog-header h1 {
    display: inline-block;
    margin: 49px 0 0 200px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 70px;
    text-transform: uppercase;
    color: #fec01b;
    line-height: 1.0em; }
    .blog-header h1 .offset {
      font-family: "LegacySerifITCW01-BkIt", sans-serif;
      font-size: 83px;
      text-transform: none; }
    .blog-header h1 .sub {
      margin-left: 100px;
      font-size: 97px;
      color: #272727;
      line-height: 1.0em; }
  .blog-header p {
    margin-left: 307px;
    margin-top: 5px;
    font-family: "LegacySerifITCW01-BkIt", sans-serif;
    font-size: 19px;
    color: #272727; }

.blog-content {
  padding-bottom: 40px; }
  .blog-content .container {
    text-align: left; }
  .blog-content .image-credit {
    color: #666666; }
  .blog-content .filter-bar .container:before {
    content: url("/img/ari/icon-arrow-down-gray.png");
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -27px; }
  .blog-content .filter-bar h1.active-label {
    font-size: 18px; }
  .blog-content h1 {
    display: inline;
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #fec01b; }
  .blog-content .filter-options {
    float: right; }
    .blog-content .filter-options li {
      position: relative;
      display: inline-block;
      text-align: center; }
      .blog-content .filter-options li a {
        position: relative;
        display: inline-block;
        padding: 8px 0;
        margin-left: 2px;
        width: 90px;
        color: #fff;
        background: #c4c4c4;
        border-radius: 3px;
        font-family: "Brandon Grot W01 Black", sans-serif;
        font-size: 11px;
        text-transform: uppercase; }
      .blog-content .filter-options li.active a {
        background: #fec01b; }
        .blog-content .filter-options li.active a:before {
          content: url("/img/ari/icon-arrow-down.png");
          position: absolute;
          top: 26px;
          left: 39px; }

.article-list {
  position: relative;
  float: left;
  width: 635px;
  margin-top: 60px; }
  .article-list article {
    position: relative;
    padding: 25px 0 40px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    border-bottom: dotted 1px #cbcbcb; }
    .article-list article:first-child {
      padding-top: 0; }
    .article-list article .post-image {
      position: relative;
      margin-bottom: 14px;
      min-height: 45px; }
    .article-list article .post-category {
      position: absolute;
      top: 12px;
      padding: 2px 0 1px 6px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 14px;
      color: #fff;
      text-transform: uppercase;
      background: #fec01b; }
      @media screen and (-webkit-min-device-pixel-ratio: 0) {
        .article-list article .post-category {
          padding-bottom: 2px; } }
      .article-list article .post-category:before {
        content: url("/img/ari/post-cat-left.png");
        position: absolute;
        margin-left: -12px;
        margin-top: -2px; }
      .article-list article .post-category:after {
        content: url("/img/ari/post-cat-right.png");
        position: absolute;
        margin-top: -2px; }
    .article-list article .post-title {
      display: block;
      margin-bottom: 8px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 28px;
      color: #272727;
      line-height: 1.1em; }
      .article-list article .post-title a {
        color: #323232; }
    .article-list article .post-info {
      color: #666666; }
      .article-list article .post-info .type {
        font-weight: bold;
        letter-spacing: .4px; }
    .article-list article .post-teaser {
      margin-top: 16px;
      font-size: 16px;
      color: #323232;
      line-height: 26px; }

.sidebar {
  position: relative;
  float: left;
  width: 290px;
  margin-top: 58px;
  margin-left: 35px; }
  .sidebar .follow-us {
    float: left;
    line-height: 33px;
    color: #989898; }
  .sidebar ul.social-links {
    margin: 4px 0 0 24px; }
  .sidebar .side-section {
    position: relative;
    float: left;
    padding: 10px 0 40px;
    border-bottom: solid 1px #dbdbdb;
    font-family: "Brandon Grot W01 Black", sans-serif; }
    .sidebar .side-section:last-child {
      border: none; }
    .sidebar .side-section .title {
      margin-bottom: 10px;
      font-size: 18px;
      color: #666666;
      text-transform: uppercase; }
    .sidebar .side-section:first-child {
      padding-top: 0;
      padding-bottom: 35px; }
    .sidebar .side-section .tag-cloud li {
      display: inline-block;
      text-transform: uppercase;
      color: #bbb; }
      .sidebar .side-section .tag-cloud li.hidden {
        display: none; }
      .sidebar .side-section .tag-cloud li a {
        color: #cbcbcb; }
    .sidebar .side-section .sml {
      font-size: 10px; }
    .sidebar .side-section .med {
      font-size: 14px; }
    .sidebar .side-section .lrg {
      font-size: 18px; }
    .sidebar .side-section .btn-follow {
      position: relative;
      float: left; }
    .sidebar .side-section .author-list a {
      font-family: "BrandonGrotW01-Regular", sans-serif;
      font-size: 16px;
      color: #e8a400; }
    .sidebar .side-section .btn-media-inquiries {
      display: inline-block;
      margin-top: 30px; }

@media only screen and (max-width: 36.5em) {
  /* Blog ====================== */
  .sidebar {
    width: 280px;
    margin: 20px 0 0; }
    .sidebar .side-section {
      width: 100%;
      padding: 25px 0 10px; }
      .sidebar .side-section:first-child {
        padding: 25px 0;
        border-top: solid 1px #dbdbdb;
        text-align: center; }
      .sidebar .side-section:last-child {
        text-align: center; }
        .sidebar .side-section:last-child .title,
        .sidebar .side-section:last-child .author-list {
          text-align: left; }
          .sidebar .side-section:last-child .title a,
          .sidebar .side-section:last-child .author-list a {
            font-size: 16px; }
      .sidebar .side-section .follow-us {
        margin-bottom: 11px; }
      .sidebar .side-section .title {
        font-size: 16px; }
      .sidebar .side-section .btn-follow {
        display: inline-block;
        float: none; }
      .sidebar .side-section .social-links {
        display: inline-block;
        width: 100%;
        margin: 0 !important;
        clear: both;
        text-align: center; }
    .sidebar .btn-media-inquiries {
      display: inline-block; }

  .blog-content {
    padding-bottom: 20px; }
    .blog-content .filter-bar {
      padding: 15px 0 60px; }
      .blog-content .filter-bar h1.active-label {
        font-size: 14px;
        margin-left: 0;
        line-height: 1.1em;
        display: inline-block;
        width: 130px;
        top: 5px; }
      .blog-content .filter-bar .container {
        text-align: left; }
        .blog-content .filter-bar .container:before {
          top: -30px; }
      .blog-content .filter-bar .active-label {
        display: inline-block;
        margin: 0 auto;
        font-size: 13px; }
        .blog-content .filter-bar .active-label:after {
          position: absolute;
          top: 0px;
          right: -25px; }
    .blog-content .filter-options li a {
      width: 63px;
      padding: 5px 0;
      font-size: 11px;
      color: #000; }
    .blog-content .filter-options li.active a {
      color: #fff; }
      .blog-content .filter-options li.active a:before {
        top: 20px;
        left: 27px; }
    .blog-content .image-credit {
      float: left;
      color: #323232; }

  .blog-header {
    height: 165px; }
    .blog-header .main-logo {
      display: none; }
    .blog-header h1 {
      margin: 43px 0 0 20px;
      font-size: 35px; }
      .blog-header h1 .offset {
        font-size: 41px; }
      .blog-header h1 .sub {
        margin-left: 50px;
        font-size: 48px; }
    .blog-header p {
      display: none; }

  .article-list {
    width: 280px;
    margin-top: 20px; }
    .article-list article {
      padding: 15px 0 25px; }
      .article-list article .post-image img {
        width: 280px;
        height: 110px; }
      .article-list article .post-title {
        font-size: 18px; }
      .article-list article .post-info {
        margin-top: 7px;
        font-size: 16px; }
        .article-list article .post-info .date {
          display: block; }
      .article-list article .post-teaser {
        font-size: 16px; } }
/* blog-detail */
/* Blog Detail ================= */
.article-details {
  position: relative;
  float: left;
  width: 635px;
  margin-top: 55px; }
  .article-details .post-title {
    display: block;
    margin-bottom: 20px;
    font-size: 30px;
    color: #272727;
    line-height: 1.0em; }
  .article-details .post-image {
    display: block; }
  .article-details .post-info {
    position: relative;
    float: left;
    clear: both;
    width: 125px;
    height: 100%;
    margin: 25px 0 0;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    font-size: 16px;
    color: #fec01b;
    line-height: 1.7em; }
    .article-details .post-info span {
      display: block; }
    .article-details .post-info .offset {
      font-size: 14px;
      color: #666666; }
    .article-details .post-info a {
      color: #fec01b; }
    .article-details .post-info .category {
      display: inline-block;
      margin: 25px 0 15px;
      color: #000;
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 16px;
      text-transform: uppercase;
      line-height: 1.3em; }
    .article-details .post-info .share-text {
      display: inline-block;
      margin-left: 5px;
      color: #000;
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 16px;
      text-transform: uppercase; }
    .article-details .post-info .share.cta {
      color: black; }
  .article-details .post-content {
    position: relative;
    float: right;
    width: 460px;
    margin-top: 25px;
    color: #323232;
    line-height: 1.7em;
    font-size: 16px;
    font-family: "BrandonGrotW01-Regular", sans-serif; }
    .article-details .post-content ul {
      list-style-type: disc;
      margin-left: 20px; }
  .article-details blockquote {
    position: relative;
    float: right;
    margin: 20px 0; }
    .article-details blockquote.large {
      width: 460px;
      clear: both;
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 24px;
      color: #fec01b;
      text-transform: uppercase;
      line-height: 1.3em; }
      .article-details blockquote.large:before {
        content: "";
        background: url("/img/ari/icon-quote-before.png") no-repeat;
        width: 40px;
        height: 33px;
        display: block; }
      .article-details blockquote.large:after {
        content: " ";
        background: url("/img/ari/icon-quote-after.png") no-repeat;
        width: 40px;
        height: 33px;
        position: relative;
        display: inline-block;
        margin: -12px 0 0 10px;
        top: 12px; }
    .article-details blockquote.small {
      font-size: 16px;
      width: 430px;
      padding-left: 30px;
      border-left: solid 1px #fec01b;
      line-height: 1.3em;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      color: #323232; }
  .article-details .section-title {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    margin-top: 40px;
    padding-bottom: 10px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 30px;
    color: #fec01b;
    text-transform: uppercase;
    border-bottom: solid 1px #dbdbdb; }
  .article-details article {
    position: relative;
    float: left;
    width: 270px;
    min-height: 245px;
    margin: 20px 15px 0 0;
    padding-right: 30px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    font-size: 14px;
    color: #666666;
    border-right: dotted 1px #cbcbcb; }
    .article-details article h1 {
      display: block;
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 18px;
      line-height: 1.0em; }
      .article-details article h1 a {
        color: #272727; }
    .article-details article .date {
      margin-bottom: 5px;
      font-size: 16px; }
    .article-details article .category {
      margin: 10px 0 10px;
      text-transform: uppercase; }
    .article-details article .sub {
      font-family: "Brandon Grot W01 Black", sans-serif;
      text-transform: uppercase; }
    .article-details article img {
      margin-bottom: 10px; }
    .article-details article.border-none {
      border: none; }
  .article-details .article-tags {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    margin-top: 30px;
    padding: 15px 0;
    border-top: dotted 1px #cbcbcb;
    border-bottom: dotted 1px #cbcbcb; }
    .article-details .article-tags h2 {
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 18px;
      color: #666666;
      text-transform: uppercase; }
    .article-details .article-tags .tags li {
      display: inline-block;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      font-size: 16px; }
      .article-details .article-tags .tags li a {
        color: #e8a400; }
      .article-details .article-tags .tags li:after {
        content: ", ";
        color: #e8a400; }
      .article-details .article-tags .tags li:last-child:after {
        content: ""; }
  .article-details .direction {
    margin-top: 30px;
    color: #fff;
    font-size: 11px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
    background: #fec01b; }
    .article-details .direction.btn-prev:before {
      content: url("/img/icon-prev.png");
      position: relative;
      top: 4px;
      margin-right: 10px; }
    .article-details .direction.btn-next:after {
      content: url("/img/icon-next.png");
      position: relative;
      top: 4px;
      margin-left: 10px; }
  .article-details .btn-prev {
    float: left; }
  .article-details .btn-next {
    float: right; }

.blog-content .side-section .follow-us {
  float: left;
  line-height: 33px;
  color: #666666;
  text-transform: uppercase; }
.blog-content .side-section ul.social-links {
  margin: 4px 0 0 24px; }

@media only screen and (max-width: 36.5em) {
  /* Blog Detail ================= */
  .blog-content .filter-bar.detail {
    padding: 15px 0 20px;
    display: inline-block; }
  .blog-content .share.cta .share-popup {
    right: -61px; }
    .blog-content .share.cta .share-popup:before {
      display: none; }
    .blog-content .share.cta .share-popup:after {
      margin-left: -28px; }

  .article-details {
    width: 280px;
    margin-top: 25px; }
    .article-details .post-title {
      font-size: 18px; }
    .article-details .post-image {
      width: 280px;
      height: 123; }
    .article-details .post-info {
      width: 100%;
      margin: 5px 0 20px;
      font-size: 16px;
      line-height: 1.5em; }
      .article-details .post-info span {
        display: inline; }
        .article-details .post-info span.offset {
          display: block;
          font-size: 16px; }
        .article-details .post-info span.sub {
          border-right: solid 1px #7b7b7b;
          padding-right: 10px;
          margin-right: 5px; }
    .article-details .image-credit {
      font-size: 14px; }
    .article-details .post-content {
      width: 280px;
      font-size: 16px;
      margin-top: 0; }
    .article-details blockquote.large {
      width: 280px;
      font-size: 18px; }
      .article-details blockquote.large:before {
        background-size: 25px 20px;
        width: 25px;
        height: 20px; }
      .article-details blockquote.large:after {
        background-size: 25px 20px;
        width: 25px;
        height: 20px;
        top: 5px; }
    .article-details blockquote.small {
      width: 270px;
      padding-left: 10px;
      font-size: 13px; }
    .article-details .section-title {
      font-size: 18px; }
    .article-details article {
      width: 260px;
      min-height: 120px;
      margin: 20px 0 0;
      font-size: 12px;
      border-bottom: dotted 1px #cbcbcb;
      border-right: 0; }
      .article-details article .date {
        font-size: 12px; }
      .article-details article h1 {
        font-size: 18px; }
    .article-details .article-tags h2 {
      font-size: 16px; }
    .article-details .article-tags .tags li {
      font-size: 13px; } }
/* issues */
/* Issues ===================== */
.headline .container {
  text-align: left; }
.headline.issues {
  height: 357px;
  background: url("/img/ari/bg-issues-headline.jpg") no-repeat #ededed top center; }
  .headline.issues .block-title {
    position: relative;
    float: right;
    margin-top: 80px;
    width: 500px;
    font-size: 66px;
    line-height: 0.7em; }
    .headline.issues .block-title .sub {
      font-size: 42px; }
  .headline.issues .block-text {
    position: relative;
    float: right;
    clear: both;
    width: 450px;
    margin: 10px 50px 0 0;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    line-height: 1.5em; }

.issue-list-module {
  padding-bottom: 7px; }
  .issue-list-module .container {
    text-align: left; }
  .issue-list-module .filter-bar {
    width: 100%;
    height: 45px;
    background: #282828; }
    .issue-list-module .filter-bar ul {
      text-align: center; }
      .issue-list-module .filter-bar ul.open li {
        display: inline-block; }
    .issue-list-module .filter-bar ul > li {
      position: relative;
      float: left;
      padding: 5px 15px;
      font-size: 15px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      white-space: nowrap; }
    .issue-list-module .filter-bar li.active a {
      color: #fff; }
    .issue-list-module .filter-bar li.active:after {
      content: url("/img/icon-carrot-black.png");
      position: absolute;
      top: 52px;
      left: 50%;
      margin-left: -37px; }
    .issue-list-module .filter-bar li.open {
      display: block; }
  .issue-list-module .block-title {
    margin: 54px 0 26px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 36px;
    color: #fec01b; }
  .issue-list-module article {
    position: relative;
    float: left;
    width: 470px;
    min-height: 355px;
    margin: 0 20px 30px 0;
    font-family: "BrandonGrotW01-Regular", sans-serif; }
    .issue-list-module article:nth-of-type(even) {
      margin-right: 0; }
    .issue-list-module article img {
      display: inline-block;
      min-height: 185px; }
      .issue-list-module article img[src=""] {
        width: 0; }
    .issue-list-module article p {
      color: #666666; }
    .issue-list-module article .category {
      margin: 5px 0 10px;
      font-size: 14px;
      text-transform: uppercase; }
    .issue-list-module article .article-title, .issue-list-module article .article-title a {
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 22px;
      text-transform: uppercase;
      line-height: 1.1em;
      color: #323232; }
    .issue-list-module article .info {
      margin-top: 10px;
      font-size: 16px; }
      .issue-list-module article .info .sub {
        font-family: "Brandon Grot W01 Black", sans-serif;
        text-transform: uppercase; }

.quotes-module.issues {
  padding: 41px 0;
  background: #fec01b; }
  .quotes-module.issues p {
    line-height: 1.6em;
    margin-bottom: 15px; }
  .quotes-module.issues .quote:before {
    content: url("/img/ari/icon-quote-before.jpg"); }
  .quotes-module.issues .quote:after {
    content: url("/img/ari/icon-quote-after.jpg");
    margin-top: 11px; }

.issue-block-module {
  zoom: 1;
  padding-bottom: 40px; }
  .issue-block-module:before, .issue-block-module:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .issue-block-module:after {
    clear: both; }
  .issue-block-module .container {
    text-align: left; }
  .issue-block-module .block-title {
    margin: 65px 0 42px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 36px;
    color: #fec01b; }
  .issue-block-module article {
    position: relative;
    float: left;
    width: 290px;
    margin-right: 30px;
    font-size: 14px; }
    .issue-block-module article .article-image {
      position: relative;
      float: left; }
    .issue-block-module article .article-title {
      position: relative;
      float: left;
      width: 150px;
      margin-left: 20px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      text-transform: uppercase;
      color: #272727; }
    .issue-block-module article .article-text {
      position: relative;
      float: left;
      width: 150px;
      margin: 10px 0 0 20px;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      color: #666666; }
    .issue-block-module article .cta {
      float: left;
      clear: both;
      margin-top: 25px; }

@media only screen and (max-width: 36.5em) {
  /* Issues ===================== */
  .headline.issues {
    height: auto;
    background: #f6f6f6; }
    .headline.issues .block-title {
      display: inline-block;
      float: none;
      width: 260px;
      margin-top: 30px;
      font-size: 40px; }
      .headline.issues .block-title .sub {
        font-size: 25px; }
    .headline.issues .block-text {
      display: inline-block;
      width: 280px;
      margin: 10px 0 25px;
      text-align: left;
      font-size: 14px; }

  .issue-list-module > .container {
    padding-top: 50px; }
  .issue-list-module .filter-bar {
    padding: 0;
    height: 7px;
    position: absolute; }
    .issue-list-module .filter-bar .container {
      width: 100%;
      z-index: 5; }
    .issue-list-module .filter-bar ul > li {
      padding: 0; }
    .issue-list-module .filter-bar li {
      width: 100%;
      text-align: left;
      display: none;
      background: #282828;
      border-bottom: solid 1px #737272; }
      .issue-list-module .filter-bar li.active {
        display: block;
        float: none; }
        .issue-list-module .filter-bar li.active a {
          color: #e8a400; }
        .issue-list-module .filter-bar li.active:after {
          content: ""; }
      .issue-list-module .filter-bar li a {
        width: 265px;
        margin-left: 25px;
        padding: 20px 0 !important;
        display: inline-block; }
      .issue-list-module .filter-bar li.active a:after {
        content: url("/img/ari/icon-arrow-down.png");
        position: absolute;
        margin-left: 10px; }
  .issue-list-module .block-title {
    margin: 36px 0 10px;
    font-size: 18px; }
  .issue-list-module article {
    width: 280px;
    margin: 0 0 35px;
    min-height: 0; }
    .issue-list-module article img {
      min-height: 0;
      width: 280px; }
    .issue-list-module article .category {
      font-size: 10px; }
    .issue-list-module article .article-title {
      font-size: 18px; }
    .issue-list-module article .info {
      margin-top: 5px;
      font-size: 16px; }

  .quotes-module.issues {
    padding: 0; }
    .quotes-module.issues .quotes {
      margin-top: 30px; }
      .quotes-module.issues .quotes li {
        width: 280px;
        margin-top: 0; }
      .quotes-module.issues .quotes p {
        padding: 0;
        font-size: 18px; }
      .quotes-module.issues .quotes .quote {
        font-size: 18px; }
        .quotes-module.issues .quotes .quote:before {
          content: url("/img/ari/icon-quote-before-mobile.jpg"); }
        .quotes-module.issues .quotes .quote:after {
          content: url("/img/ari/icon-quote-after-mobile.jpg");
          position: relative;
          top: 8px; }

  .issue-block-module .block-title {
    margin: 25px 0 15px;
    font-size: 18px; }
  .issue-block-module article {
    margin-bottom: 30px; }
    .issue-block-module article .article-image {
      width: 100px;
      height: 150px; }
    .issue-block-module article .article-title {
      float: right;
      margin-right: 20px;
      font-size: 18px;
      line-height: 1.2em; }
    .issue-block-module article .article-text {
      float: right;
      margin: 5px 20px 0 0;
      font-size: 13px;
      line-height: 1.3em; }
    .issue-block-module article .cta {
      clear: right;
      float: right;
      margin: 10px 61px 0 0; } }
/* issues detail */
/* Issues-detail ===================== */
.article-sidebar {
  position: relative;
  float: left;
  width: 260px;
  margin-top: 41px;
  background: #fff; }
  .article-sidebar .sort-filters {
    position: relative;
    float: left;
    width: 260px;
    background: #eeeeee;
    font-size: 16px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    text-transform: uppercase; }
    .article-sidebar .sort-filters li {
      display: inline-block;
      padding: 16px 7px 10px; }
      .article-sidebar .sort-filters li:first-child {
        position: relative;
        top: -8px; }
      .article-sidebar .sort-filters li:not(.filter-all) a {
        background: url("/img/icons-sort.png") no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block; }
      .article-sidebar .sort-filters li.filter-all a {
        color: #666666; }
      .article-sidebar .sort-filters li.filter-all.active a {
        color: #e8a400; }
      .article-sidebar .sort-filters li.filter-article a {
        background-position: 0 0; }
      .article-sidebar .sort-filters li.filter-article.active a {
        background-position: 0px -33px; }
      .article-sidebar .sort-filters li.filter-audio a {
        background-position: -90px 0; }
      .article-sidebar .sort-filters li.filter-audio.active a {
        background-position: -90px -33px; }
      .article-sidebar .sort-filters li.filter-video a {
        background-position: -44px 0; }
      .article-sidebar .sort-filters li.filter-video.active a {
        background-position: -44px -33px; }
  .article-sidebar .article-list-wrapper {
    position: relative;
    float: left;
    padding-bottom: 30px;
    padding-left: 0;
    width: 260px;
    height: 910px;
    overflow: auto;
    text-align: left;
    background: #f5f5f5; }
    .article-sidebar .article-list-wrapper li {
      display: block;
      width: 200px;
      margin: 30px 0 0 20px; }
      .article-sidebar .article-list-wrapper li.active a.article-title, .article-sidebar .article-list-wrapper li.active h2 {
        color: #666666; }
    .article-sidebar .article-list-wrapper .article-title {
      margin-bottom: 5px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      color: #323232;
      font-size: 16px;
      text-transform: uppercase;
      line-height: 1.2em;
      display: block;
      word-wrap: break-word; }
    .article-sidebar .article-list-wrapper .article-icon {
      position: relative;
      float: left;
      width: 20px;
      height: 20px;
      margin-right: 5px; }
    .article-sidebar .article-list-wrapper .article-info {
      font-size: 12px;
      color: #989898;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      display: inline-block;
      width: 175px; }
  .article-sidebar > p {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0 15px 20px;
    text-align: left;
    font-size: 14px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    text-transform: uppercase;
    color: #989898; }
  .article-sidebar .cta {
    position: relative;
    float: left;
    width: 220px;
    clear: both;
    font-size: 20px !important;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0; }
    .article-sidebar .cta .sub {
      display: block;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      color: #000;
      font-size: 16px;
      letter-spacing: 0;
      text-transform: none; }
    .article-sidebar .cta.cta.right:after {
      position: absolute;
      right: 15px;
      top: 30px; }

.article-content {
  position: relative;
  float: left;
  width: 570px;
  margin: 41px 0 0 70px;
  text-align: left; }
  .article-content .category {
    margin-bottom: 29px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase; }
  .article-content .article-title {
    margin-bottom: 5px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #272727; }
  .article-content .share.cta {
    position: absolute;
    top: -7px;
    right: -23px;
    padding-left: 14px;
    border-left: 1px solid #DDD;
    color: black; }
    .article-content .share.cta:hover {
      background: #fff; }
  .article-content .article-info {
    font-family: "BrandonGrotW01-Regular", sans-serif;
    font-size: 16px;
    color: #666666; }
  .article-content .image-credit {
    margin: 0 0 8px; }
  .article-content .article-text p {
    margin: 15px 0;
    clear: both;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    font-size: 16px;
    color: #323232;
    line-height: 1.8em; }
  .article-content .article-text ul {
    list-style-type: disc;
    margin-left: 20px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    font-size: 16px;
    color: #323232; }
  .article-content .article-text blockquote {
    position: relative;
    float: right;
    margin: 20px 0; }
    .article-content .article-text blockquote.large {
      width: auto;
      clear: both;
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 24px;
      color: #fec01b;
      text-transform: uppercase;
      line-height: 1.3em; }
      .article-content .article-text blockquote.large:before {
        content: "";
        background: url("/img/ari/icon-quote-before.png") no-repeat;
        width: 40px;
        height: 33px;
        display: block; }
      .article-content .article-text blockquote.large:after {
        content: " ";
        background: url("/img/ari/icon-quote-after.png") no-repeat;
        width: 40px;
        height: 33px;
        position: absolute;
        margin-left: 10px;
        margin-top: 5px;
        display: inline-block; }
    .article-content .article-text blockquote.small {
      font-size: 16px;
      width: 540px;
      padding-left: 30px;
      border-left: solid 1px #fec01b;
      line-height: 1.3em;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      color: #323232; }
  .article-content .section-title {
    margin-top: 21px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 23px;
    text-transform: uppercase;
    color: #fec01b;
    letter-spacing: 2px; }
  .article-content .author-image {
    position: relative;
    float: left;
    margin-top: 10px;
    width: 130px; }
  .article-content .author {
    position: relative;
    float: left;
    margin: 40px 0 0 30px;
    font-size: 24px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    color: #3f3f3f;
    line-height: 1.0em; }
    .article-content .author .sub {
      font-size: 14px;
      color: #666666; }
  .article-content img {
    margin-top: 7px; }
  .article-content .citation {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-top: 10px;
    border-top: solid 1px #989898;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    font-size: 12px;
    color: #666666;
    line-height: 1.6em; }
    .article-content .citation .title {
      text-transform: uppercase; }
  .article-content .nolink {
    color: #666666; }

.issue-detail-module {
  padding-bottom: 40px; }

@media only screen and (max-width: 36.5em) {
  /* Issue Details ===================== */
  .filter-bar-mobile {
    position: absolute;
    top: 290px;
    zoom: 1;
    z-index: 10; }
    .filter-bar-mobile:before, .filter-bar-mobile:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .filter-bar-mobile:after {
      clear: both; }
    .filter-bar-mobile .main-menu > li {
      display: none;
      width: 100%;
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 15px;
      text-transform: uppercase;
      color: #fec01b;
      text-align: left;
      background: #272727;
      border-bottom: solid 1px #737272;
      cursor: pointer;
      /*
      &.active {
      	.sub-menu {
      		display: block;
      	}
      }
      */ }
      .filter-bar-mobile .main-menu > li.active {
        display: block; }
      .filter-bar-mobile .main-menu > li.select-category {
        display: none; }
      .filter-bar-mobile .main-menu > li h2 {
        position: relative;
        width: 280px;
        padding: 20px 0;
        margin: 0 auto;
        letter-spacing: 1px; }
        .filter-bar-mobile .main-menu > li h2.active-label:after, .filter-bar-mobile .main-menu > li h2.active:after {
          content: url("/img/ari/icon-arrow-down.png");
          position: absolute;
          margin-left: 10px; }
      .filter-bar-mobile .main-menu > li.select-category h2:after, .filter-bar-mobile .main-menu > li.active h2:after {
        content: url("/img/ari/icon-arrow-down.png");
        position: absolute;
        margin-left: 10px; }
    .filter-bar-mobile .main-menu .sub-menu {
      height: auto;
      display: none; }
      .filter-bar-mobile .main-menu .sub-menu li {
        width: 100%;
        font-family: "Brandon Grot W01 Black", sans-serif;
        font-size: 13px;
        background: #fff;
        border-bottom: solid 1px #e7e7e7; }
        .filter-bar-mobile .main-menu .sub-menu li h3 {
          width: 280px;
          margin: 0 auto; }
          .filter-bar-mobile .main-menu .sub-menu li h3 a {
            color: #323232;
            width: 280px;
            height: 100%;
            box-sizing: border-box;
            padding: 17px 0 11px 0;
            display: inline-block; }
    .filter-bar-mobile .active-sub {
      position: relative;
      width: 100%;
      background: #fff; }
      .filter-bar-mobile .active-sub span {
        position: relative;
        display: block;
        margin: 0 auto;
        width: 260px;
        padding: 20px 0;
        font-family: "Brandon Grot W01 Black", sans-serif;
        font-size: 15px;
        color: #fec01b;
        text-transform: uppercase;
        background: #fff; }
        .filter-bar-mobile .active-sub span:before {
          content: "<";
          position: absolute;
          left: -10px;
          top: 21px;
          color: #fec01b;
          font-size: 12px; }

  .container.mobile {
    width: 100%; }

  .article-sidebar {
    position: absolute;
    width: 300px;
    top: 20px;
    left: -320px;
    z-index: 8;
    -webkit-transition: all 300ms cubic-bezier(0.04, 0.8, 0.53, 1);
    -moz-transition: all 300ms cubic-bezier(0.04, 0.8, 0.53, 1);
    -ms-transition: all 300ms cubic-bezier(0.04, 0.8, 0.53, 1);
    -o-transition: all 300ms cubic-bezier(0.04, 0.8, 0.53, 1);
    transition: all 300ms cubic-bezier(0.04, 0.8, 0.53, 1);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000; }
    .article-sidebar.active {
      left: 0; }
    .article-sidebar .sort-filters {
      width: 320px; }
    .article-sidebar .article-list-wrapper {
      width: 320px; }
      .article-sidebar .article-list-wrapper li {
        margin: 20px auto;
        width: 260px; }
    .article-sidebar .article-title {
      font-size: 13px !important; }
    .article-sidebar .cta {
      position: relative;
      margin: 0 auto; }

  .issue-detail-module {
    background: #f7f6f5; }
    .issue-detail-module .sub-filter-bar {
      display: none; }

  .article-content {
    width: 280px;
    padding-top: 140px;
    margin: 0; }
    .article-content .category {
      margin-bottom: 15px;
      font-size: 10px; }
    .article-content .article-title {
      font-size: 18px; }
    .article-content .article-info {
      color: #666666;
      font-size: 16px; }
    .article-content .share.cta {
      right: -1px;
      padding-left: 10px;
      position: relative;
      float: right;
      top: -18px; }
      .article-content .share.cta .share-popup {
        right: -8px; }
      .article-content .share.cta abbr {
        display: none; }
    .article-content .article-text p {
      color: #666666;
      font-size: 16px; }
    .article-content .article-text blockquote.large {
      width: 280px;
      font-size: 18px; }
      .article-content .article-text blockquote.large:before {
        background-size: 25px 20px;
        width: 25px;
        height: 20px; }
      .article-content .article-text blockquote.large:after {
        background-size: 25px 20px;
        width: 25px;
        height: 20px; }
    .article-content .article-text blockquote.small {
      width: 270px;
      padding-left: 10px;
      font-size: 13px; }
    .article-content .article-text img {
      max-width: 280px; }
    .article-content .section-title {
      font-size: 15px; }
    .article-content .author-image {
      width: 65px; }
    .article-content .image-credit {
      float: left;
      color: #323232;
      font-size: 14px; }
      .article-content .image-credit .offset {
        color: #666666; }
    .article-content .author {
      margin: 15px 0 0 15px;
      width: 190px;
      font-size: 13px; }
      .article-content .author .sub {
        font-size: 9px; }
    .article-content .citation {
      margin-top: 15px;
      font-size: 12px; } }
/* events */
/* events ================================*/
.headline.events {
  height: 317px;
  background: url("/img/ari/bg-events-headline.jpg") no-repeat #f6f6f6 top center;
  background-position: bottom center; }
  .headline.events .main-logo {
    top: 29px; }
  .headline.events .container {
    text-align: left; }
  .headline.events .block-title {
    position: relative;
    float: left;
    margin: 34px 0 0 145px;
    width: 500px;
    font-size: 75px;
    line-height: 0.6em;
    color: #fec01b;
    letter-spacing: 2px; }
    .headline.events .block-title .sub {
      font-size: 37px;
      color: #323232; }
  .headline.events .block-text {
    position: relative;
    float: left;
    clear: both;
    width: 450px;
    margin: 10px 0 0 145px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    font-size: 20px;
    line-height: 1.3em; }

.event-list-module .filter-bar {
  height: 38px; }
.event-list-module table {
  margin: 60px auto;
  text-align: left; }
.event-list-module th {
  padding-bottom: 5px;
  font-family: "Brandon Grot W01 Black", sans-serif;
  color: #323232;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: solid 1px #989898; }
.event-list-module tr {
  border-bottom: dotted 1px #cbcbcb; }
.event-list-module td {
  padding: 25px 0;
  color: #666666;
  font-family: "BrandonGrotW01-Regular", sans-serif;
  line-height: 1;
  vertical-align: top; }
  .event-list-module td:nth-of-type(1) {
    width: 140px; }
    .event-list-module td:nth-of-type(1) a {
      padding-top: 14px; }
  .event-list-module td:nth-of-type(2) {
    line-height: 17px;
    width: 140px; }
  .event-list-module td:nth-of-type(3) {
    width: 480px; }
  .event-list-module td .date {
    display: block;
    font-size: 18px;
    padding-bottom: 5px; }
  .event-list-module td .time {
    font-size: 14px; }
  .event-list-module td a {
    display: block;
    font-size: 14px; 
    color: #d16800;
  }
  .event-list-module td a:not([href]) {
    color: #666; 
  }
  .event-list-module td .description {
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 9px;
    text-transform: uppercase;
    color: #323232; }
  .event-list-module td .sub {
    font-size: 14px;
    color: #666666; }
  .event-list-module td .location {
    display: block;
    padding-bottom: 5px;
    font-size: 18px; }
  .event-list-module td .venue {
    font-size: 14px;
    color: #323232; }

.event-highlight-module {
  padding: 40px 0 60px;
  font-family: "BrandonGrotW01-Regular", sans-serif;
  color: #fff;
  background: #fec01b; }
  .event-highlight-module .container {
    text-align: left; }
  .event-highlight-module .block-title {
    font-size: 24px;
    color: #fff; }
  .event-highlight-module .block-image {
    float: left;
    margin-top: 20px; }
  .event-highlight-module .block-content {
    float: left;
    width: 440px;
    margin: 40px 0 0 40px; }
  .event-highlight-module .article-title {
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.2em; }
    .event-highlight-module .article-title.border-top {
      margin-top: 25px;
      padding-top: 15px;
      border-top: dotted 1px #fff; }
    .event-highlight-module .article-title:nth-of-type(2) {
      font-size: 30px; }
  .event-highlight-module p {
    font-size: 22px;
    line-height: 1.2em; }
  .event-highlight-module .sub {
    font-size: 16px; }
  .event-highlight-module a {
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    color: #000 !important; }
    .event-highlight-module a:after {
      content: url("/img/icon-arrow-right-black.png");
      margin-left: 10px; }

@media only screen and (max-width: 36.5em) {
  /* events ============================ */
  .headline.events {
    height: 222px;
    background-size: 800px auto; }
    .headline.events .container {
      text-align: left; }
    .headline.events .block-title {
      margin: 25px 0 0 5px;
      width: 100%;
      font-size: 45px; }
      .headline.events .block-title .sub {
        font-size: 22px; }
    .headline.events .block-text {
      display: block;
      margin: 5px 0 0 5px;
      width: 225px;
      font-size: 16px; }

  .event-list-module .filter-bar {
    height: 0; }
  .event-list-module table {
    margin-top: 5px; }
    .event-list-module table tr:first-child {
      display: none; }
  .event-list-module td {
    position: relative;
    float: left;
    padding: 0;
    height: auto;
    width: 280px;
    clear: both; }
    .event-list-module td:first-child {
      padding-top: 10px;
      margin-bottom: 5px; }
    .event-list-module td:nth-of-type(1) {
      padding-top: 18px;
      width: 280px; }
    .event-list-module td:nth-of-type(2) {
      line-height: 1.1em;
      margin-top: 8px;
      width: 280px; }
      .event-list-module td:nth-of-type(2) a:after {
        content: ", "; }
      .event-list-module td:nth-of-type(2) a:last-child:after {
        content: ""; }
    .event-list-module td:nth-of-type(3) {
      width: 280px; }
    .event-list-module td:last-child {
      padding: 3px 0 15px 0; }
      .event-list-module td:last-child a {
        margin-top: 14px; }
    .event-list-module td .description {
      font-size: 18px;
      line-height: 1.2em;
      padding-bottom: 2px; }
    .event-list-module td .date {
      display: inline;
      font-size: 16px; }
      .event-list-module td .date:after {
        content: " | "; }
    .event-list-module td .time {
      font-size: 16px; }
    .event-list-module td a {
      display: inline;
      font-size: 16px; }
    .event-list-module td .sub {
      display: inline-block;
      font-size: 12px;
      padding-bottom: 7px; }
    .event-list-module td .location {
      display: inline;
      font-size: 14px; }
    .event-list-module td .venue {
      font-size: 14px;
      color: #989898; }

  .event-highlight-module {
    padding: 30px 0; }
    .event-highlight-module .block-title {
      font-size: 16px; }
    .event-highlight-module .block-image {
      margin-top: 10px;
      width: 280px; }
    .event-highlight-module .block-content {
      width: 280px;
      margin: 10px 0; }
    .event-highlight-module .article-title {
      font-size: 18px;
      margin-bottom: 3px; }
      .event-highlight-module .article-title:nth-of-type(2) {
        font-size: 18px; }
    .event-highlight-module p {
      font-size: 16px; }
    .event-highlight-module .sub {
      font-size: 12px; } }
/* about */
/* About ===================== */
.ari h1, .ari h2 {
  font-family: "Brandon Grot W01 Black", sans-serif; }
.ari h3, .ari h4 {
  font-family: "BrandonGrotW01-Regular", sans-serif; }
.ari section:nth-of-type(5) .block > img {
  margin-left: 7px; }
.ari section.headline.about-ari {
  height: 356px;
  background: #f6f6f6 url(../img/ari/about/bg-about-header.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')"; }
  .ari section.headline.about-ari .main-logo {
    z-index: 1; }
  .ari section.headline.about-ari .headline-image {
    position: absolute;
    left: 0;
    background-position: center top; }
  .ari section.headline.about-ari .block-title {
    position: relative;
    display: inline-block;
    float: left;
    width: 620px;
    left: 0;
    font-size: 48px;
    margin: 67px 0 16px;
    color: #fec01b;
    text-align: left; }
    .ari section.headline.about-ari .block-title span {
      font-family: "LegacySerifITCW01-BkIt", sans-serif;
      color: #000;
      font-size: 60px;
      margin: 0;
      display: block;
      clear: both;
      line-height: 0px;
      text-align: left;
      left: 0;
      text-transform: none;
      padding: 10px 0 24px 0; }
    .ari section.headline.about-ari .block-title.mobile {
      display: none; }
  .ari section.headline.about-ari .block-sub-title {
    font-size: 17px;
    position: relative;
    text-transform: uppercase;
    color: #272727;
    display: block;
    float: left; }
  .ari section.headline.about-ari .block-text {
    position: relative;
    display: block;
    float: left;
    clear: both;
    margin-top: 0px;
    left: 0;
    width: 550px;
    text-align: left;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    color: #323232;
    line-height: 1.5em; }
    .ari section.headline.about-ari .block-text .image-container {
      line-height: 0; }
      .ari section.headline.about-ari .block-text .image-container .credit {
        padding: 11px; }
.ari .about-ari-filter-module .filter-bar {
  height: 40px; }
  .ari .about-ari-filter-module .filter-bar .container {
    text-align: center; }
  .ari .about-ari-filter-module .filter-bar .filter-nav {
    display: inline-block; }
    .ari .about-ari-filter-module .filter-bar .filter-nav li {
      float: left;
      margin-right: 86px; }
      .ari .about-ari-filter-module .filter-bar .filter-nav li:last-child {
        margin-right: 0; }
      .ari .about-ari-filter-module .filter-bar .filter-nav li a {
        font-family: "Brandon Grot W01 Black", sans-serif;
        color: #fec01b;
        font-size: 15px;
        letter-spacing: 1px; }
      .ari .about-ari-filter-module .filter-bar .filter-nav li.active a {
        color: #fff; }
    .ari .about-ari-filter-module .filter-bar .filter-nav li:before {
      content: url("/img/aro/icon-arrow-down-darkgray.png");
      position: absolute;
      left: inherit;
      margin-left: 74px;
      top: 53px;
      display: none; }
    .ari .about-ari-filter-module .filter-bar .filter-nav li.active:before {
      display: block; }
    .ari .about-ari-filter-module .filter-bar .filter-nav li:first-child:before {
      margin-left: 52px; }
    .ari .about-ari-filter-module .filter-bar .filter-nav li.active:last-child:before {
      position: absolute;
      left: inherit;
      margin-left: 34px;
      top: 53px; }
  .ari .about-ari-filter-module .filter-bar .filter-nav-popup {
    display: none; }

.about-ari-module {
  width: 100%;
  zoom: 1;
  padding-bottom: 50px;
  /* Programs & Initiatives */
  /* Mission & Purpose */
  /* Directors & Staff */
  /* Get Involved */ }
  .about-ari-module:before, .about-ari-module:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .about-ari-module:after {
    clear: both; }
  .ari .about-ari-module .cta.small {
    padding: 7px 15px; }
  .about-ari-module .container .block-title {
    font-size: 30px; }
  .about-ari-module .block-title {
    color: #fec01b; }
  .about-ari-module .block-text {
    color: #323232; }
  .about-ari-module aside.single {
    position: relative; }
  .about-ari-module .block-text .image-container > img {
    display: block; }
  .about-ari-module .tab-content aside {
    zoom: 1;
    zoom: 1;
    width: 450px;
    margin: 52px 0 0 20px;
    display: inline-block; }
    .about-ari-module .tab-content aside:before, .about-ari-module .tab-content aside:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .about-ari-module .tab-content aside:after {
      clear: both; }
    .about-ari-module .tab-content aside a {
      position: relative;
      float: left;
      margin: 0 15px 15px 0;
      display: inline-block; }
      .about-ari-module .tab-content aside a:nth-child(3n + 3) {
        margin-right: 0; }
    .about-ari-module .tab-content aside img {
      max-width: 450px;
      display: block; }
    .about-ari-module .tab-content aside .image-container {
      position: relative; }
  .about-ari-module .tab-content li .block-text {
    position: relative;
    float: left;
    margin: 50px 0 0 0;
    font-size: 16px;
    text-align: left;
    line-height: 1.8em; }
    .about-ari-module .tab-content li .block-text p {
      margin-bottom: 20px; }
    .about-ari-module .tab-content li .block-text h2 {
      font-family: "Brandon Grot W01 Black", sans-serif;
      color: #323232;
      font-size: 17px;
      text-transform: uppercase; }
  .about-ari-module.programs .block-title {
    display: inline-block;
    margin-top: 65px;
    color: #fec01b;
    font-size: 50px; }
  .about-ari-module.programs .block-sub-title {
    font-size: 30px;
    color: #fec01b;
    margin: 40px 0 20px; }
  .about-ari-module.programs .info-graphic {
    position: relative;
    float: left;
    margin-top: 100px;
    width: 450px;
    margin-left: 30px; }
    .about-ari-module.programs .info-graphic .image-box {
      width: 450px;
      height: 240px;
      zoom: 1; }
      .about-ari-module.programs .info-graphic .image-box:before, .about-ari-module.programs .info-graphic .image-box:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .about-ari-module.programs .info-graphic .image-box:after {
        clear: both; }
      .about-ari-module.programs .info-graphic .image-box img {
        height: auto;
        display: inline-block; }
    .about-ari-module.programs .info-graphic a {
      background-color: #fec01b; }
      .about-ari-module.programs .info-graphic a.activeSlide {
        background-color: #666666; }
  .about-ari-module.programs .btn-quote {
    margin-top: 20px; }
.about-ari-module.staff {
    padding-bottom: 0px; }
   .about-ari-module.staff .block-title {
    display: inline-block;
    margin-top: 65px;
    color: #fec01b;
    font-size: 50px; }
    
  .about-ari-module.staff .block-sub-title {
    font-size: 30px;
    color: #fec01b;
    margin: 40px 0 20px; }
  .about-ari-module.staff .sub-filter-bar li.active:after{
	top: 24px !important;
}

.about-ari-module.staff a.cta.small{
	display:block;
	min-width: 130px;
}


  .about-ari-module.empower .container, .about-ari-module.horizon .container {
    border-top: 1px solid #dbdbdb;
    padding-top: 50px; }
  .about-ari-module.mission-purpose {
    padding-bottom: 89px; }
    .about-ari-module.mission-purpose h1.block-title {
      font-size: 50px;
      margin-top: 43px; }
    .about-ari-module.mission-purpose h3.block-title {
      font-size: 30px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      margin-bottom: 16px;
      letter-spacing: 2px; }
    .about-ari-module.mission-purpose article {
      margin-top: 67px; }
      .about-ari-module.mission-purpose article.left {
        zoom: 1; }
        .about-ari-module.mission-purpose article.left:before, .about-ari-module.mission-purpose article.left:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .about-ari-module.mission-purpose article.left:after {
          clear: both; }
        .about-ari-module.mission-purpose article.left img {
          float: left;
          margin-right: 38px; }
        .about-ari-module.mission-purpose article.left .image-container {
          position: relative;
          float: left; }
      .about-ari-module.mission-purpose article.right {
        zoom: 1;
        margin-top: 87px; }
        .about-ari-module.mission-purpose article.right:before, .about-ari-module.mission-purpose article.right:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .about-ari-module.mission-purpose article.right:after {
          clear: both; }
        .about-ari-module.mission-purpose article.right img {
          float: right;
          margin: 0 20px 0 0; }
        .about-ari-module.mission-purpose article.right .image-container {
          position: relative;
          float: right; }
      .about-ari-module.mission-purpose article .block-content {
        position: relative;
        float: left;
        width: 470px;
        text-align: left; }
      .about-ari-module.mission-purpose article p {
        text-align: left;
        font-family: "BrandonGrotW01-Regular", sans-serif;
        font-size: 17px;
        color: #323232; }
  .about-ari-module.mission-programs {
    background-color: #fec01b; }
    .about-ari-module.mission-programs .container {
      padding: 60px 0 0;
      text-align: center; }
      .about-ari-module.mission-programs .container h1 {
        font-size: 50px;
        color: white;
        margin: 0 0 30px; }
      .about-ari-module.mission-programs .container h2 {
        font-size: 26px;
        margin-bottom: 20px; }
      .about-ari-module.mission-programs .container .block-text {
        width: 720px;
        color: white;
        font-size: 20px;
        font-family: "BrandonGrotW01-Regular", sans-serif;
        text-align: justify;
        display: inline-block; }
      .about-ari-module.mission-programs .container .actions {
        margin: 60px 0 30px 0; }
        .about-ari-module.mission-programs .container .actions a {
          background-color: #272727;
          padding: 25px 30px;
          font-size: 14px; }

 .directors-and-staff .filter-bar {
  height: 38px; }
 .directors-and-staff .sub-filter-bar {
     width: 150px; }
.directors-and-staff table {
  margin: 40px auto;
  text-align: left; }
.directors-and-staff .staff-name {
  padding-bottom: 5px;
  font-family: "Brandon Grot W01 Black", sans-serif;
  color: #323232;
  text-transform: uppercase;
  font-size: 14px; }
.directors-and-staff .staff-title:empty  {
    display: none; }
.directors-and-staff tr {
  border-bottom: dotted 1px #cbcbcb; }
.directors-and-staff td {
  padding: 25px 0;
  color: #666666;
  font-family: "BrandonGrotW01-Regular", sans-serif;
  line-height: 1;
  vertical-align: top; }
 .directors-and-staff h1.block-title {
    font-size: 30px; }
  .directors-and-staff td a {
    display: block;
    font-size: 17px; 
    color: #e8a400;
    text-align:left;
    padding-left: 70px;
  }
  .directors-and-staff td p a{
	margin-left:0px;padding-left:0px;display:inline-block;
  }
  .directors-and-staff td a:not([href]) {
    color: #666; 
  }
 .directors-and-staff td .description {
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 9px;
    text-transform: uppercase;
    color: #323232; }
  .directors-and-staff td .sub {
    font-size: 14px;
    color: #666666; }
  .directors-and-staff td .location {
    display: block;
    padding-bottom: 5px;
    font-size: 18px; }
 .directors-and-staff td .venue {
    font-size: 14px;
    color: #323232; }
  .directors-and-staff .block .block-content p {
      color: #323232;
      font-size: 17px;
      line-height: 1.7em;
      margin-bottom: 20px;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      margin-bottom: 7px; }

  
 @media only screen and (max-width: 36.5em) {
 .directors-and-staff .block .block-content {
   
    text-align: left;
    display: inline-block;
   
    float: right; }
    .directors-and-staff .block .block-content .block-title {
      font-size: 34px;
      letter-spacing: 2px;
      color: #fec01b;
      margin-bottom: 20px; }
     .directors-and-staff .block .block-content h1.block-title {
      font-size: 24px; }
     .directors-and-staff .block .block-content .block-title span {
        font-family: "LegacySerifITCW01-BkIt", sans-serif;
        text-transform: capitalize;
        color: #111;
        letter-spacing: 0px;
        font-size: 32px; }
    .directors-and-staff .block .block-content p {
      color: #323232;
      font-size: 17px;
      line-height: 1.7em;
      margin-bottom: 20px;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      margin-bottom: 7px; }
     .directors-and-staff .block .block-content p.no-fee {
        margin-top: 40px; }
   .directors-and-staff .block .block-content b {
      font-family: "Brandon Grot W01 Black", sans-serif; }
    .directors-and-staff .block .block-content .sub-list li {
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 15px;
      line-height: 26px;
      list-style: disc;
      color: #666666; }
    .directors-and-staff .block .block-content .contact-info {
      width: 200px;
      position: absolute;
      top: 60px;
      right: 30px; }
     .directors-and-staff .block .block-content .contact-info h2 {
        color: #666666; }
     .directors-and-staff .block .block-content .contact-info p {
        font-family: "BrandonGrotW01-Regular", sans-serif;
        color: #666666;
        margin-bottom: 10px; }
     .directors-and-staff .block .block-content .contact-info p a {
          color: #4caee1; }
   .directors-and-staff .block .block-content h3 {
      font-size: 15px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .directors-and-staff .block .block-content .cta {
      font-family: "BrandonGrotW01-Regular", sans-serif;
      display: inline-block;
      margin-top: 10px; }
      .directors-and-staff .block .block-content .cta.right:after {
        content: url("/img/ari/icon-next-dark.png");
        top: 1px; }
       .directors-and-staff td:nth-of-type(1) {
    width: 280px !important;
    float: left;
    padding-bottom: 0px;
    margin-bottom: 0px;
       }
    .directors-and-staff td:nth-of-type(2) {
        width: 280px !important;
        float: left;
        padding-top: 0px;
    }
  .directors-and-staff td a {
    font-size: 17px !important;
    padding-left: 0px !important;
  }
  .directors-and-staff table {
      margin-top: 0px !important;
  }
  
  .about-ari-module.staff .sub-filter-bar li.active:after{
	top: 15px !important;
}

.about-ari-module.staff a.cta.small{
	display:inline;
	min-width: 0px;
}

 .about-ari-module.staff {
    padding-bottom: 20px; }


      }

  .about-ari-module.mission-get-involved {
    background-color: white; }
    .about-ari-module.mission-get-involved .container {
      padding: 60px 0;
      text-align: center; }
      .about-ari-module.mission-get-involved .container h1 {
        font-size: 50px;
        color: #fec01b;
        margin: 0 0 30px; }
      .about-ari-module.mission-get-involved .container .block-text {
        width: 720px;
        color: #323232;
        font-size: 17px;
        font-family: "BrandonGrotW01-Regular", sans-serif;
        text-align: justify;
        display: inline-block; }
      .about-ari-module.mission-get-involved .container .actions {
        margin: 60px 0 0 0; }
        .about-ari-module.mission-get-involved .container .actions a {
          background-color: #fec01b;
          padding: 25px 30px;
          font-size: 14px; }
          .about-ari-module.mission-get-involved .container .actions a:hover {
            background-color: #fec93d; }
  .about-ari-module.mission-education-events {
    background-color: #fec01b;
    margin-top: 27px;
    padding-bottom: 70px;
    zoom: 1; }
    .about-ari-module.mission-education-events:before, .about-ari-module.mission-education-events:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .about-ari-module.mission-education-events:after {
      clear: both; }
    .about-ari-module.mission-education-events .container {
      margin-top: 30px;
      width: 720px;
      text-align: center; }
    .about-ari-module.mission-education-events .block {
      float: left;
      width: 300px;
      text-align: left; }
      .about-ari-module.mission-education-events .block:first-child {
        margin-right: 120px; }
      .about-ari-module.mission-education-events .block img {
        clear: both; }
      .about-ari-module.mission-education-events .block h2.block-title {
        font-size: 30px;
        margin-top: 26px;
        color: white;
        letter-spacing: 2px;
        margin-bottom: 8px; }
      .about-ari-module.mission-education-events .block h3.block-title {
        margin-top: 11px;
        color: white;
        font-size: 19px;
        font-family: "Brandon Grot W01 Black", sans-serif;
        margin-bottom: 5px;
        letter-spacing: 1px;
        line-height: 1.2em; }
      .about-ari-module.mission-education-events .block p {
        font-family: "BrandonGrotW01-Regular", sans-serif;
        color: white;
        line-height: 1.2em; }
      .about-ari-module.mission-education-events .block .cta {
        margin-top: 24px;
        background: #272727;
        display: inline-block;
        padding: 2px 14px 8px 14px; }
  .about-ari-module.get-involved-module .container > h1 {
    font-size: 50px;
    color: #fec01b;
    margin-bottom: 40px;
    margin-top: 0px; }
  .about-ari-module.get-involved-module .cta.no-style {
    color: #e8a400; }
  .about-ari-module.get-involved-module:nth-of-type(even) {
    background: #f6f6f6; }
  .about-ari-module.get-involved-module .container {
    zoom: 1;
    padding: 60px 0 40px; }
    .about-ari-module.get-involved-module .container:before, .about-ari-module.get-involved-module .container:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .about-ari-module.get-involved-module .container:after {
      clear: both; }
  .about-ari-module.get-involved-module h2 {
    text-transform: uppercase; }
    .about-ari-module.get-involved-module h2.gray {
      color: #666666; }
  .about-ari-module.get-involved-module .block > img {
    float: left;
    margin-right: 40px;
    margin: 0 0 0 25px; }
  .about-ari-module.get-involved-module .block .block-content {
    width: 600px;
    text-align: left;
    display: inline-block;
    margin-right: 200px;
    float: right; }
    .about-ari-module.get-involved-module .block .block-content .block-title {
      font-size: 34px;
      letter-spacing: 2px;
      color: #fec01b;
      margin-bottom: 20px; }
      .about-ari-module.get-involved-module .block .block-content .block-title span {
        font-family: "LegacySerifITCW01-BkIt", sans-serif;
        text-transform: capitalize;
        color: #111;
        letter-spacing: 0px;
        font-size: 32px; }
    .about-ari-module.get-involved-module .block .block-content p {
      color: #323232;
      font-size: 17px;
      line-height: 1.7em;
      margin-bottom: 20px;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      margin-bottom: 7px; }
      .about-ari-module.get-involved-module .block .block-content p.no-fee {
        margin-top: 40px; }
    .about-ari-module.get-involved-module .block .block-content b {
      font-family: "Brandon Grot W01 Black", sans-serif; }
    .about-ari-module.get-involved-module .block .block-content .sub-list li {
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 15px;
      line-height: 26px;
      list-style: disc;
      color: #666666; }
    .about-ari-module.get-involved-module .block .block-content .contact-info {
      width: 200px;
      position: absolute;
      top: 60px;
      right: 30px; }
      .about-ari-module.get-involved-module .block .block-content .contact-info h2 {
        color: #666666; }
      .about-ari-module.get-involved-module .block .block-content .contact-info p {
        font-family: "BrandonGrotW01-Regular", sans-serif;
        color: #666666;
        margin-bottom: 10px; }
        .about-ari-module.get-involved-module .block .block-content .contact-info p a {
          color: #4caee1; }
    .about-ari-module.get-involved-module .block .block-content h3 {
      font-size: 15px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .about-ari-module.get-involved-module .block .block-content .cta {
      font-family: "BrandonGrotW01-Regular", sans-serif;
      display: inline-block;
      margin-top: 10px; }
      .about-ari-module.get-involved-module .block .block-content .cta.right:after {
        content: url("/img/ari/icon-next-dark.png");
        top: 1px; }
  .about-ari-module .tab-content .template-2 .block-text {
    width: 100%; }

.novels-extras-module {
  zoom: 1;
  background-color: #EFEFEF;
  padding: 70px 0; }
  .novels-extras-module:before, .novels-extras-module:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .novels-extras-module:after {
    clear: both; }
  .novels-extras-module .block-title {
    color: #fec01b; }
  .novels-extras-module .block {
    margin-top: 35px;
    float: left;
    width: 480px;
    text-align: left; }
    .novels-extras-module .block:first-of-type .block-text p {
      line-height: 28px;
      margin-bottom: 20px; }
    .novels-extras-module .block .block-text h2 {
      color: black;
      margin-bottom: 5px; }
    .novels-extras-module .block img {
      float: left;
      margin-right: 50px;
      width: 115px; }
    .novels-extras-module .block .block-text {
      width: 290px;
      float: left; }
    .novels-extras-module .block .cta.normal {
      padding: 11px 10px;
      font-size: 12px;
      letter-spacing: 1px; }
    .novels-extras-module .block:nth-of-type(2) li {
      background: url("/img/aro//novels-works/fountainhead-icons.png") no-repeat;
      width: 13px;
      height: 13px;
      margin-bottom: 10px;
      background-position: 0 4px;
      padding-bottom: 5px;
      margin-bottom: 10px; }
      .novels-extras-module .block:nth-of-type(2) li a {
        padding-left: 20px;
        color: #fec01b;
        line-height: 20px; }
      .novels-extras-module .block:nth-of-type(2) li:nth-child(2) {
        background-position: -15px 4px; }
      .novels-extras-module .block:nth-of-type(2) li:nth-child(3) {
        background-position: -29px 4px; }

@media only screen and (max-width: 36.5em) {
  /* Novels & Works ===================== */
  /* Novels & Works ===================== */
  .ari section.headline.about-ari {
    background: #f6f6f6 url(../img/ari/about/bg-about-header-mobile.jpg) center top no-repeat;
    height: auto;
    padding-bottom: 25px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')"; }
    .ari section.headline.about-ari p.block-text {
      width: 280px;
      font-size: 14px; }
    .ari section.headline.about-ari h2.block-sub-title {
      font-size: 15px;
      margin-bottom: 15px;
      line-height: 1.1em; }
    .ari section.headline.about-ari .block-title {
      margin-bottom: 0;
      margin-top: 20px;
      width: auto;
      font-size: 43px; }
      .ari section.headline.about-ari .block-title span {
        display: inline-block;
        clear: none;
        margin-right: 10px;
        padding: 10px 0 15px;
        font-size: 43px; }
  .ari .about-ari-filter-module .filter-bar {
    height: 40px;
    padding: 0; }
    .ari .about-ari-filter-module .filter-bar .container {
      text-align: center;
      width: 100%; }
    .ari .about-ari-filter-module .filter-bar .filter-nav {
      display: block; }
      .ari .about-ari-filter-module .filter-bar .filter-nav li:before {
        content: ""; }

  .about-ari-module {
    background-image: none;
    padding-bottom: 10px; }
    .about-ari-module .overview-content {
      background-image: none; }
    .about-ari-module.educate .block-title {
      font-size: 20px; }
    .about-ari-module.programs .container .info-graphic {
      width: 230px;
      height: 210px;
      margin: 40px 0 0 25px; }
      .about-ari-module.programs .container .info-graphic .image-box {
        height: 150px;
        text-align: center; }
        .about-ari-module.programs .container .info-graphic .image-box img {
          bottom: 0;
          right: 0;
          margin: 0 auto; }
      .about-ari-module.programs .container .info-graphic .arrow {
        background: url("/img/ari/about/infographic-arrows.png") no-repeat -3px -5px;
        width: 18px;
        height: 29px;
        display: block;
        position: absolute;
        z-index: 6;
        cursor: pointer; }
        .about-ari-module.programs .container .info-graphic .arrow.prev {
          top: 50px;
          left: -25px; }
        .about-ari-module.programs .container .info-graphic .arrow.next {
          background-position: -26px -5px;
          top: 50px;
          right: -25px; }
    .about-ari-module.programs .container .block-title {
      font-size: 24px;
      line-height: 1.2em; }
    .about-ari-module.programs .container .block-text p {
      font-size: 16px; }
    .about-ari-module.programs .container .block-text h2 {
      text-align: left;
      margin-bottom: 10px; }
    .about-ari-module.programs .container .block-sub-title {
      font-size: 15px; }
    .about-ari-module .container .heading-title {
      font-size: 17px;
      width: 150px; }
    .about-ari-module .container .block-title {
      margin: 30px 0 10px; }
    .about-ari-module .container .block-sub-title {
      font-size: 20px;
      margin: 10px 0; }
    .about-ari-module .container .block-text p {
      font-size: 14px; }
    .about-ari-module .container .tab-content aside {
      width: 280px;
      margin: 20px 0; }
      .about-ari-module .container .tab-content aside a:nth-child(odd) {
        margin: 0 10px 0 0; }
      .about-ari-module .container .tab-content aside a:nth-child(2n + 2) {
        margin-right: 0;
        margin-bottom: 5px; }
      .about-ari-module .container .tab-content aside img {
        width: 135px; }
      .about-ari-module .container .tab-content aside.single img {
        width: 280px; }
    .about-ari-module .container .actions a.cta.large {
      padding: 20px 15px;
      font-size: 13px; }
    .about-ari-module .container .info-graphic {
      width: 280px;
      margin: 40px 0 0 0;
      /* TODO Wed */ }
      .about-ari-module .container .info-graphic .image-box img {
        width: 100%;
        height: auto; }
      .about-ari-module .container .info-graphic .arrow {
        background: url("/img/aro/about/infographic-arrows.png") no-repeat -3px -5px;
        width: 18px;
        height: 29px; }
        .about-ari-module .container .info-graphic .arrow.right {
          background-position: -26px -5px; }
    .about-ari-module .sub-filter-bar {
      margin: 0 0 30px; }
      .about-ari-module .sub-filter-bar a {
        display: block;
        font-size: 12px; }
      .about-ari-module .sub-filter-bar a.cta.small {
        line-height: 14px;
        padding: 9px 15px 9px;
        margin-bottom: 15px; }
      .about-ari-module .sub-filter-bar li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0; }
      .about-ari-module .sub-filter-bar li.active::after {
        margin-top: 4px; }
    .about-ari-module .tab-content li .block-text {
      margin: 0;
      width: 100%; }
    .about-ari-module .tab-arrow {
      background: url("/img/aro/novels-works/novels-mobile-arrows.png") no-repeat -2px -3px;
      width: 13px;
      height: 18px;
      position: absolute;
      display: block;
      top: 66px;
      cursor: pointer; }
      .about-ari-module .tab-arrow.left-arrow {
        background-position: -37px -2px;
        left: 10px; }
        .about-ari-module .tab-arrow.left-arrow.white {
          background-position: -2px -2px; }
      .about-ari-module .tab-arrow.right-arrow {
        background-position: -54px -2px;
        right: 10px; }
        .about-ari-module .tab-arrow.right-arrow.white {
          background-position: -20px -3px; }
    .about-ari-module.empower .container, .about-ari-module.horizon .container {
      padding: 20px 0 0; }
      .about-ari-module.empower .container .block-text, .about-ari-module.horizon .container .block-text {
        width: 280px; }
        .about-ari-module.empower .container .block-text h2, .about-ari-module.horizon .container .block-text h2 {
          margin-bottom: 10px;
          text-align: left; }
        .about-ari-module.empower .container .block-text p, .about-ari-module.horizon .container .block-text p {
          font-size: 16px; }
      .about-ari-module.empower .container .block-title, .about-ari-module.horizon .container .block-title {
        font-size: 20px;
        margin-top: 10px; }
      .about-ari-module.empower .container .sub-filter-bar, .about-ari-module.horizon .container .sub-filter-bar {
        margin: 0; }
    .about-ari-module.mission-purpose {
      padding-bottom: 25px; }
      .about-ari-module.mission-purpose h1.block-title {
        font-size: 24px;
        letter-spacing: 1px;
        margin-top: 30px; }
      .about-ari-module.mission-purpose article.left {
        margin: 25px 0 20px; }
        .about-ari-module.mission-purpose article.left img {
          margin-right: 0; }
      .about-ari-module.mission-purpose article.right {
        margin: 25px 0 0; }
        .about-ari-module.mission-purpose article.right img {
          margin: 0; }
      .about-ari-module.mission-purpose article img {
        width: 280px; }
      .about-ari-module.mission-purpose article h3.block-title {
        display: inline-block;
        margin-top: 20px;
        font-size: 18px;
        letter-spacing: 1px; }
      .about-ari-module.mission-purpose article .block-content {
        width: 280px; }
    .about-ari-module.mission-programs .container {
      padding-top: 0; }
      .about-ari-module.mission-programs .container > h1 {
        font-size: 24px;
        letter-spacing: 1px;
        margin: 30px 0 20px; }
      .about-ari-module.mission-programs .container .block-text {
        width: 280px; }
        .about-ari-module.mission-programs .container .block-text p {
          font-size: 16px; }
        .about-ari-module.mission-programs .container .block-text h2 {
          font-size: 18px;
          text-align: left;
          margin-bottom: 10px; }
    .about-ari-module.mission-get-involved .container {
      padding: 0; }
      .about-ari-module.mission-get-involved .container > h1 {
        font-size: 24px;
        letter-spacing: 1px;
        margin: 30px 0 20px; }
      .about-ari-module.mission-get-involved .container .block-text {
        width: 280px; }
        .about-ari-module.mission-get-involved .container .block-text p {
          font-size: 16px; }
        .about-ari-module.mission-get-involved .container .block-text h2 {
          font-size: 18px;
          text-align: left;
          margin-bottom: 10px; }
    .about-ari-module.mission-education-events {
      margin-top: 40px;
      padding-bottom: 40px;
      zoom: 1; }
      .about-ari-module.mission-education-events:before, .about-ari-module.mission-education-events:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .about-ari-module.mission-education-events:after {
        clear: both; }
      .about-ari-module.mission-education-events .container {
        margin-top: 30px;
        width: 280px;
        text-align: center; }
      .about-ari-module.mission-education-events .block {
        float: none;
        clear: both;
        width: 280px; }
        .about-ari-module.mission-education-events .block:first-child {
          margin-right: 0; }
        .about-ari-module.mission-education-events .block img {
          clear: both;
          width: 280px; }
        .about-ari-module.mission-education-events .block h2.block-title {
          font-size: 16px;
          margin-top: 30px;
          margin-bottom: 20px; }
        .about-ari-module.mission-education-events .block h3.block-title {
          margin-top: 15px;
          font-size: 19px;
          margin-bottom: 10px;
          letter-spacing: 1px;
          line-height: 22px; }
        .about-ari-module.mission-education-events .block .cta {
          padding: 2px 14px 8px 14px; }
    .about-ari-module.get-involved-module .container {
      padding: 20px 0; }
      .about-ari-module.get-involved-module .container > h1 {
        margin-bottom: 15px;
        font-size: 24px; }
    .about-ari-module.get-involved-module .block {
      width: 280px; }
      .about-ari-module.get-involved-module .block > img {
        position: absolute;
        right: 0;
        width: 50px;
        margin: 0; }
        .about-ari-module.get-involved-module .block > img.summer {
          margin-top: 20px; }
        .about-ari-module.get-involved-module .block > img.community {
          margin-top: 10px; }
      .about-ari-module.get-involved-module .block .block-content {
        width: 100%;
        text-align: left;
        display: inline-block;
        float: left; }
        .about-ari-module.get-involved-module .block .block-content .block-title {
          margin: 10px 0 20px;
          font-size: 25px;
          letter-spacing: 2px;
          width: 215px; }
          .about-ari-module.get-involved-module .block .block-content .block-title span {
            display: block;
            line-height: 41px; }
        .about-ari-module.get-involved-module .block .block-content p {
          color: #888;
          font-size: 17px;
          line-height: 26px;
          margin-bottom: 20px;
          font-family: "BrandonGrotW01-Regular", sans-serif; }
        .about-ari-module.get-involved-module .block .block-content h3 {
          font-size: 15px;
          font-family: "Brandon Grot W01 Black", sans-serif;
          text-transform: uppercase;
          margin-bottom: 5px; }
        .about-ari-module.get-involved-module .block .block-content .cta {
          font-family: "BrandonGrotW01-Regular", sans-serif;
          display: inline-block;
          margin-bottom: 20px; } }
/* support */
/* Support ============================ */
.headline.support {
  height: 298px;
  background: url("/img/ari/bg-support-headline.jpg") no-repeat #f4f4f4 center bottom; }
  .headline.support .block-title {
    position: relative;
    float: left;
    margin-top: 70px;
    left: 130px;
    color: #fec01b;
    letter-spacing: 2px;
    font-size: 60px; }
  .headline.support .block-text {
    position: relative;
    float: left;
    clear: both;
    margin-top: 10px;
    left: 130px;
    font-family: "LegacySerifITCW01-BkIt", sans-serif;
    font-size: 19px; }

section.support-contribute-module .filter-bar {
  height: 36px; }
  section.support-contribute-module .filter-bar .info-box:last-child {
    margin-right: 25px; }
  section.support-contribute-module .filter-bar .info-box li a {
    color: #fec01b; }
section.support-contribute-module .block-title {
  margin: 54px 0 32px;
  color: #fec01b; }
section.support-contribute-module .box {
  position: relative;
  float: left;
  width: 470px;
  height: 311px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: left;
  background: #f6f6f6; }
  section.support-contribute-module .box:nth-of-type(even) {
    margin-right: 0; }
  section.support-contribute-module .box.active {
    background: #fec01b; }
    section.support-contribute-module .box.active h3,
    section.support-contribute-module .box.active h2,
    section.support-contribute-module .box.active .price {
      color: #fff; }
  section.support-contribute-module .box h3 {
    margin: 15px 0 0 30px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 16px;
    color: #989898;
    text-transform: uppercase;
    letter-spacing: 1px; }
  section.support-contribute-module .box h2 {
    position: relative;
    float: left;
    margin-left: 30px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 28px;
    color: #323232;
    text-transform: uppercase; }
  section.support-contribute-module .box .price {
    position: relative;
    float: right;
    margin: -4px 10px 0 0;
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 32px;
    color: #fec01b; }
  section.support-contribute-module .box .tabs {
    position: relative;
    float: left;
    width: 100%;
    margin: 8px 0 0 10px;
    clear: both; }
    section.support-contribute-module .box .tabs li {
      position: relative;
      float: left;
      padding: 10px 20px;
      margin: 0;
      font-size: 15px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      background: #dfdfdf; }
      section.support-contribute-module .box .tabs li.active {
        background: #fff; }
      section.support-contribute-module .box .tabs li a {
        color: #323232; }
  section.support-contribute-module .box .box-inner {
    position: relative;
    float: left;
    width: 450px;
    height: 170px;
    margin-left: 10px;
    margin-bottom: 10px;
    background: #fff;
    font-family: "BrandonGrotW01-Regular", sans-serif; }
    section.support-contribute-module .box .box-inner .title {
      margin: 10px 0 0 15px;
      font-size: 18px;
      color: #323232; }
    section.support-contribute-module .box .box-inner > li {
      display: none; }
      section.support-contribute-module .box .box-inner > li.active {
        display: block; }
    section.support-contribute-module .box .box-inner .list {
      margin-top: 15px; }
      section.support-contribute-module .box .box-inner .list li {
        list-style-type: disc;
        margin-left: 30px;
        font-size: 16px;
        color: #666666; }
section.support-contribute-module .btn-amount {
  display: inline-block;
  margin-top: 50px; }
  section.support-contribute-module .btn-amount li {
    display: inline-block;
    margin-right: 3px; }
    section.support-contribute-module .btn-amount li a {
      font-size: 24px;
      background: #c4c4c4; }
    section.support-contribute-module .btn-amount li.active a {
      background: #fec01b; }
section.support-contribute-module .contribute {
  display: inline-block;
  margin: 50px auto 75px;
  font-size: 24px;
  border: none;
  cursor: pointer; }
  section.support-contribute-module .contribute.cta.large {
    padding: 20px 30px; }
section.support-contribute-module .custom-amount {
  width: 79px;
  margin-left: 5px;
  padding-left: 5px;
  font-size: 24px;
  text-align: center;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
section.support-contribute-module .prompt {
  position: absolute;
  margin-top: 15px;
  margin-left: 7px;
  font-family: "BrandonGrotW01-Regular", sans-serif;
  color: #7b7b7b; }
section.support-contribute-module .label-custom {
  display: none; }

section.support-help-module {
  position: relative;
  float: left;
  width: 100%;
  margin: 60px 0 0;
  padding: 0 0 60px;
  background: #484848; }
  section.support-help-module > .container {
    margin-top: 60px; }
  section.support-help-module .filter-bar {
    padding: 21px 0; }
    section.support-help-module .filter-bar h2 {
      text-align: center;
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 24px;
      color: #fec01b;
      text-transform: uppercase; }
    section.support-help-module .filter-bar p {
      text-align: center;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      font-size: 18px;
      color: #fff; }
  section.support-help-module .block-title {
    color: #fec01b; }
  section.support-help-module .box {
    position: relative;
    float: left;
    width: 290px;
    margin: 45px 40px 0 0;
    color: #fff;
    text-align: left; }
    section.support-help-module .box:nth-of-type(3) {
      margin-right: 0; }
    section.support-help-module .box h2 {
      margin-bottom: 20px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 20px;
      text-transform: uppercase;
      letter-spacing: 1px; }
    section.support-help-module .box p {
      font-family: "BrandonGrotW01-Regular", sans-serif;
      font-size: 16px;
      line-height: 1.7em; }
  section.support-help-module .cta.large {
    display: inline-block;
    margin: 50px 0 15px;
    padding: 20px 30px;
    font-size: 14px; }

section.support-impact-module {
  padding-bottom: 86px; }
  section.support-impact-module .block-title {
    margin-top: 60px;
    margin-bottom: 45px;
    color: #fec01b;
    letter-spacing: 1px; }
  section.support-impact-module .box {
    position: relative;
    float: left;
    width: 420px;
    margin: 0 60px 45px 0;
    text-align: left; }
    section.support-impact-module .box:nth-of-type(even) {
      margin-right: 0; }
    section.support-impact-module .box h2 {
      margin-bottom: 10px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      font-size: 20px;
      text-transform: uppercase;
      color: #272727; }
    section.support-impact-module .box p {
      font-family: "BrandonGrotW01-Regular", sans-serif;
      line-height: 1.7em;
      color: #323232; }
    section.support-impact-module .box .cta.no-style.right {
      display: block;
      margin-top: 20px;
      font-family: "BrandonGrotW01-Regular", sans-serif; }
      section.support-impact-module .box .cta.no-style.right:after {
        content: url("/img/icon-arrow-right-black.png");
        margin-left: 10px;
        top: 1px; }

section.support-tax-module {
  padding: 50px 0 60px;
  background: #f6f6f6; }
  section.support-tax-module .block-title {
    margin-bottom: 30px;
    color: #fec01b;
    letter-spacing: 2px; }
  section.support-tax-module .box {
    position: relative;
    float: left;
    width: 420px;
    margin: 0 60px 18px 0;
    text-align: left;
    color: #7b7b7b; }
    section.support-tax-module .box:nth-of-type(even) {
      margin-right: 0; }
  section.support-tax-module h2 {
    margin-bottom: 10px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 20px;
    color: #272727; }
  section.support-tax-module p {
    font-family: "BrandonGrotW01-Regular", sans-serif;
    line-height: 1.7em;
    color: #323232; }

/* paypal */
.support-donate-module .info-frame {
  position: relative;
  float: left;
  width: 465px;
  margin-top: 20px;
  font-family: arial;
  text-align: left; }
  .support-donate-module .info-frame h2 {
    margin-bottom: 25px;
    font-family: arial;
    font-weight: bold;
    font-size: 16px;
    color: #d49c66; }
  .support-donate-module .info-frame p {
    font-size: 12px; }
  .support-donate-module .info-frame h3 {
    font-family: arial; }
  .support-donate-module .info-frame .list-title {
    margin-top: 40px;
    font-size: 12px;
    font-weight: bold;
    color: #527ea8; }
  .support-donate-module .info-frame ul {
    margin-top: 15px; }
    .support-donate-module .info-frame ul li {
      margin: 0 0 5px 15px;
      font-size: 12px;
      list-style-type: disc; }
  .support-donate-module .info-frame .sub-title {
    margin-top: 40px;
    font-size: 12px;
    font-weight: bold; }
.support-donate-module .error-message {
  position: relative;
  float: left;
  width: 440px;
  margin: 10px 0 0 50px;
  background: #ffc;
  border: solid 1px #fc0; }
  .support-donate-module .error-message span {
    display: block;
    position: relative;
    margin: 10px 0 10px 20px;
    font-family: "Arial";
    text-align: left;
    font-size: 12px; }
  .support-donate-module .error-message h3 {
    position: relative;
    float: left;
    width: 400px;
    margin: 10px 0 0 20px;
    font-family: "Arial";
    text-align: left;
    font-size: 12px; }
  .support-donate-module .error-message ul {
    position: relative;
    float: left;
    margin: 10px 0 10px 40px;
    list-style-type: disc; }
    .support-donate-module .error-message ul li {
      font-family: "Arial";
      text-align: left;
      font-size: 12px; }
.support-donate-module .payment-frame {
  position: relative;
  float: right;
  width: 440px;
  margin: 10px 0 50px 50px;
  padding-bottom: 30px;
  border: solid 1px #ddd;
  font-family: "Arial"; }
  .support-donate-module .payment-frame.pp-btn {
    padding-bottom: 10px;
    margin-bottom: 0; }
    .support-donate-module .payment-frame.pp-btn #content_0_btnPayWithPayPal {
      margin-top: 10px; }
    .support-donate-module .payment-frame.pp-btn .title {
      position: relative;
      float: left;
      width: 100px;
      margin: 10px 0 0 30px;
      padding-right: 20px;
      font-family: "Arial";
      font-size: 13px;
      text-align: right;
      border-right: solid 1px #ddd; }
    .support-donate-module .payment-frame.pp-btn .btn-paypal {
      position: relative;
      float: left;
      margin: 9px 0 0 20px; }
  .support-donate-module .payment-frame .header {
    padding: 15px 20px;
    border-bottom: solid 1px #ddd; }
    .support-donate-module .payment-frame .header h3 {
      font-size: 13px;
      font-family: "Arial";
      font-weight: bold;
      color: #336699;
      text-align: left; }
  .support-donate-module .payment-frame .payment-wrapper {
    width: 500px;
    margin: 20px auto; }
    .support-donate-module .payment-frame .payment-wrapper h4 {
      position: relative;
      float: left;
      margin-bottom: 10px;
      left: 160px;
      clear: both;
      font-family: "Arial";
      font-size: 13px;
      font-weight: bold;
      color: #333;
      text-align: left; }
    .support-donate-module .payment-frame .payment-wrapper label {
      position: relative;
      float: left;
      width: 150px;
      margin: 0 10px 20px 0;
      clear: both;
      text-align: right;
      font-size: 13px; }
      .support-donate-module .payment-frame .payment-wrapper label.month, .support-donate-module .payment-frame .payment-wrapper label.year {
        position: absolute;
        color: #777777;
        font-size: 12px; }
      .support-donate-module .payment-frame .payment-wrapper label.month {
        top: 99px;
        left: 32px; }
      .support-donate-module .payment-frame .payment-wrapper label.year {
        top: 99px;
        left: 90px; }
    .support-donate-module .payment-frame .payment-wrapper span {
      position: relative;
      float: left;
      margin: 30px 5px 0; }
    .support-donate-module .payment-frame .payment-wrapper input {
      position: relative;
      float: left;
      width: 200px;
      border: solid 1px #adc2d6; }
      .support-donate-module .payment-frame .payment-wrapper input.small {
        width: 50px; }
    .support-donate-module .payment-frame .payment-wrapper select {
      position: relative;
      float: left;
      width: 140px;
      font-size: 12px; }
    .support-donate-module .payment-frame .payment-wrapper .donate-submit {
      position: relative;
      float: left;
      width: auto;
      left: 160px;
      padding: 2px 5px;
      clear: both;
      font-size: 13px;
      background: #ffa822;
      cursor: pointer; }
    .support-donate-module .payment-frame .payment-wrapper .offset {
      margin-top: 13px; }

.headline.donate {
  background: #fff;
  height: 75px;
  border-bottom: solid 5px #336598; }
  .headline.donate .main-logo {
    position: relative;
    float: left;
    width: 50px;
    top: 0; }
  .headline.donate .block-title {
    position: relative;
    float: left;
    margin-left: 30px;
    top: 8px;
    font-size: 48px;
    color: #fec01b;
    letter-spacing: 3px; }

iframe {
  position: relative;
  float: right; }

.paypal-frame {
  width: 958px;
  margin: 20px 0 10px;
  font-family: arial;
  background: #ecf2f7;
  border: solid 1px #83a8cc;
  border-bottom: solid 10px #ccddee; }
  .paypal-frame tr {
    border-bottom: solid 1px #dddddd; }
    .paypal-frame tr:last-child {
      border-bottom: none; }
      .paypal-frame tr:last-child td {
        padding: 15px 0;
        font-weight: bold; }
  .paypal-frame th,
  .paypal-frame td {
    padding: 10px 0;
    font-weight: normal;
    text-align: left; }
  .paypal-frame th {
    padding: 10px 0 0;
    color: #666;
    font-size: 11px; }
    .paypal-frame th:first-child {
      width: 70%;
      margin-left: 5px; }
  .paypal-frame td {
    color: #000;
    font-size: 12px; }

@media only screen and (max-width: 36.5em) {
  /* Support ============================ */
  .headline.support {
    height: 150px;
    background: url("/img/ari/bg-support-mobile.jpg") no-repeat top center #f6f6f6;
    background-size: 320px; }
    .headline.support .block-title {
      margin-top: 15px;
      left: 95px;
      font-size: 25px; }
    .headline.support .block-text {
      width: 165px;
      left: 110px;
      font-size: 13px; }

  section.support-contribute-module .filter-bar {
    height: 12px; }
    section.support-contribute-module .filter-bar .info-box {
      margin-right: 0;
      font-size: 8px; }
  section.support-contribute-module .block-title {
    margin: 30px 0 17px;
    font-size: 24px; }
  section.support-contribute-module .box {
    width: 280px;
    height: 252px; }
    section.support-contribute-module .box h3 {
      margin: 10px 0 0 18px;
      font-size: 8px; }
    section.support-contribute-module .box h2 {
      margin-left: 18px;
      font-size: 14px; }
    section.support-contribute-module .box .price {
      font-size: 16px; }
    section.support-contribute-module .box .tabs {
      margin-left: 5px; }
      section.support-contribute-module .box .tabs li {
        padding: 6px 15px;
        font-size: 8px; }
    section.support-contribute-module .box .box-inner {
      width: 270px;
      margin-left: 5px; }
      section.support-contribute-module .box .box-inner .title {
        font-size: 11px; }
      section.support-contribute-module .box .box-inner .list li {
        font-size: 12px; }
  section.support-contribute-module .btn-amount {
    margin-top: 10px; }
    section.support-contribute-module .btn-amount li {
      margin-bottom: 25px; }
      section.support-contribute-module .btn-amount li a {
        font-size: 12px; }
        section.support-contribute-module .btn-amount li a.cta.large {
          padding: 8px 10px; }
  section.support-contribute-module .contribute {
    margin: 0 auto;
    font-size: 12px;
    border-radius: 0;
    -webkit-appearance: none; }
    section.support-contribute-module .contribute.cta.large {
      padding: 12px 38px; }
  section.support-contribute-module .custom-amount {
    font-size: 12px;
    width: 30px;
    padding-left: 2px; }

  section.support-help-module {
    margin: 25px 0 0;
    padding: 0 0 10px; }
    section.support-help-module > .container {
      margin-top: 30px; }
    section.support-help-module .filter-bar {
      padding: 11px 0; }
      section.support-help-module .filter-bar h2 {
        font-size: 14px; }
      section.support-help-module .filter-bar p {
        font-size: 12px; }
    section.support-help-module .block-title {
      font-size: 24px; }
    section.support-help-module .box {
      width: 280px;
      margin: 30px 0 0; }
      section.support-help-module .box h2 {
        margin-bottom: 10px;
        font-size: 18px; }
      section.support-help-module .box p {
        font-size: 14px; }
    section.support-help-module .cta.large {
      margin: 20px 0;
      padding: 10px 30px; }

  section.support-impact-module {
    padding-bottom: 10px; }
    section.support-impact-module .block-title {
      margin: 30px 0 25px;
      font-size: 24px; }
    section.support-impact-module .box {
      width: 280px;
      margin: 0 0 40px; }
      section.support-impact-module .box h2 {
        font-size: 18px; }
      section.support-impact-module .box p {
        font-size: 14px; }
      section.support-impact-module .box .cta.no-style {
        margin-top: 10px;
        font-size: 14px; }

  section.support-tax-module {
    padding: 0 0 10px 0; }
    section.support-tax-module .block-title {
      margin: 30px 0 20px;
      font-size: 24px; }
    section.support-tax-module h2 {
      font-size: 18px; }
    section.support-tax-module p {
      font-size: 14px; }
    section.support-tax-module .box {
      width: 280px;
      margin: 0 0 18px; }

  /* paypal */
  .headline.donate {
    height: 43px; }
    .headline.donate .block-title {
      font-size: 25px; }

  .support-donate-module .paypal-frame {
    width: 280px; }
    .support-donate-module .paypal-frame th:first-child {
      width: 52%; }
  .support-donate-module .info-frame {
    width: 280px; }
  .support-donate-module .error-message {
    width: 280px;
    margin: 20px 0 0 0; }
    .support-donate-module .error-message span {
      margin: 10px;
      width: 260px; }
    .support-donate-module .error-message ul {
      margin: 10px 0 10px 20px;
      width: 240px; }
  .support-donate-module .payment-frame {
    width: 280px;
    margin: 10px 0 50px; }
    .support-donate-module .payment-frame .payment-wrapper {
      width: 280px;
      margin: 20px 0; }
      .support-donate-module .payment-frame .payment-wrapper h4 {
        left: 114px; }
      .support-donate-module .payment-frame .payment-wrapper label {
        width: 95px;
        margin: 0 10px 20px 10px; }
      .support-donate-module .payment-frame .payment-wrapper input {
        width: 155px; }
      .support-donate-module .payment-frame .payment-wrapper .donate-submit {
        left: 114px; } }
/* profile */
/* Profile */
.gigya-screen-dialog {
  border: 20px solid #d7d7d7 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  height: auto; }
  .gigya-screen-dialog .hide {
    display: none !important; }
  .gigya-screen-dialog .gigya-screen a, .gigya-screen-dialog .gigya-screen a:hover, .gigya-screen-dialog .gigya-screen a:active {
    text-decoration: none !important;
    font-family: "BrandonGrotW01-Regular", sans-serif !important;
    font-size: 15px !important;
    color: #4caee1 !important; }
    .ari .gigya-screen-dialog .gigya-screen a, .ari .gigya-screen-dialog .gigya-screen a:hover, .ari .gigya-screen-dialog .gigya-screen a:active {
      color: #fec01b !important; }
  .gigya-screen-dialog .small-btn, .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row input[type=submit].gigya-input-submit, .gigya-screen-dialog input.gigya-input-submit {
    padding: 13px 25px 11px;
    background: #4caee1;
    color: #FFF;
    line-height: normal;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0; }
    .ari .gigya-screen-dialog .small-btn, .ari .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row input[type=submit].gigya-input-submit, .ari .gigya-screen-dialog input.gigya-input-submit {
      background: #fec01b; }
  .gigya-screen-dialog .gigya-label-text, .gigya-screen-dialog a, .gigya-screen-dialog label {
    font-family: "BrandonGrotW01-Regular", sans-serif;
    font-size: 15px; }
  .gigya-screen-dialog .gigya-screen-dialog-inner {
    font-family: "BrandonGrotW01-Regular", sans-serif;
    padding: 40px 20px;
    border: 0;
    height: 100%;
    min-width: 300px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /* Title */ }
    .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-screen-dialog-content {
      padding: 0; }
    .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-screen-dialog-close {
      background: url("/img//profile/profile-close.png") no-repeat !important;
      width: 33px;
      height: 33px;
      display: block;
      position: absolute;
      right: 10px;
      top: 10px;
      cursor: pointer;
      z-index: 11; }
    .gigya-screen-dialog .gigya-screen-dialog-inner .form-text, .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row label.gigya-label span, .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row input {
      font-size: 17px;
      color: #666666;
      font-family: "BrandonGrotW01-Regular", sans-serif; }
    .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-screen-dialog-top {
      background: none;
      overflow: inherit;
      display: block;
      margin-bottom: 13px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-screen-dialog-top .gigya-screen-dialog-caption,
      .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-screen-dialog-top .gigya-screen-caption {
        float: none !important;
        font-size: 28px;
        color: #4caee1;
        text-align: center;
        text-transform: uppercase; }
        body.ari .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-screen-dialog-top .gigya-screen-dialog-caption, body.ari
        .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-screen-dialog-top .gigya-screen-caption {
          color: #fec01b; }
    .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields p {
      font-family: "BrandonGrotW01-Regular", sans-serif;
      color: #4caee1;
      font-size: 16px;
      clear: both; }
      body.ari .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields p {
        color: #fec01b; }
    .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .gigya-composite-control-textbox label.gigya-label, .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .gigya-composite-control-textbox .gigya-required-display {
      display: none; }
    .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .gigya-composite-control-textbox.zipcode {
      width: 360px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .gigya-composite-control-textbox.zipcode label.gigya-label {
        display: inline-block; }
    .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .books > label:first-child {
      vertical-align: top;
      display: block; }
    .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .books .gigya-composite-control-checkbox {
      position: relative;
      display: inline-block; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .books .gigya-composite-control-checkbox .gigya-label-text {
        display: none; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .books .gigya-composite-control-checkbox input.gigya-input-checkbox + img + label {
        width: 88px;
        height: 144px;
        float: left;
        margin-right: 5px;
        display: inline-block;
        font-size: 0; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .books .gigya-composite-control-checkbox input.gigya-input-checkbox {
        width: 88px;
        height: 146px;
        position: absolute;
        left: 0; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .books .gigya-composite-control-checkbox img.check-mark {
        position: absolute;
        bottom: 9px;
        left: 12px;
        display: none; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .books .gigya-composite-control-checkbox input:not(:checked) + label + img.check-mark,
      .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .books .gigya-composite-control-checkbox input + img.check-mark {
        display: none; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .books .gigya-composite-control-checkbox input:checked + label + img.check-mark,
      .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .books .gigya-composite-control-checkbox input.checked + img.check-mark {
        display: block; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .books .gigya-composite-control-checkbox input {
        cursor: pointer;
        opacity: 0;
        width: 31px;
        height: 31px;
        background-color: lightgray; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .books .gigya-composite-control-checkbox input + img + label {
          background-size: 100%;
          background-repeat: no-repeat;
          border: 1px solid #DDD; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .books .gigya-composite-control-checkbox input[name='data.atlasshrugged'] + img + label {
          background-image: url("/img/profile/atlas-shrugged.jpg?1"); }
        .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .books .gigya-composite-control-checkbox input[name='data.anthem'] + img + label {
          background-image: url("/img/profile/anthem.jpg?1"); }
        .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .books .gigya-composite-control-checkbox input[name='data.fountainhead'] + img + label {
          background-image: url("/img/profile/fountain-head.jpg?1"); }
        .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .books .gigya-composite-control-checkbox input[name='data.virtue'] + img + label {
          background-image: url("/img/profile/virtue-of-selfishness.jpg?1"); }
        .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .books .gigya-composite-control-checkbox input[name='data.objectivism'] + img + label {
          background-image: url("/img/profile/objectivism.jpg?1"); }
    .gigya-screen-dialog .gigya-screen-dialog-inner #gigya-update-profile-screen .gigya-screen .gigya-layout-cell {
      width: 245px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner #gigya-update-profile-screen .gigya-screen .gigya-layout-cell .gigya-composite-control {
        padding: 0; }
    .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-screen .gigya-composite-control {
      padding: 0; }
    .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-composite-control-multi-choice .gigya-multi-choice-item,
    .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-composite-control-checkboxes .gigya-checkboxes-item {
      padding-top: 0; }
    .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-composite-control-checkboxes {
      zoom: 1; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-composite-control-checkboxes:before, .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-composite-control-checkboxes:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-composite-control-checkboxes:after {
        clear: both; }
    .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row {
      font-family: "BrandonGrotW01-Regular", sans-serif;
      margin-bottom: 15px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .gigya-composite-control-dropdown {
        zoom: 1;
        width: 350px; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .gigya-composite-control-dropdown:before, .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .gigya-composite-control-dropdown:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .gigya-composite-control-dropdown:after {
          clear: both; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .gigya-composite-control-dropdown label {
          position: relative;
          top: 13px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row label.gigya-label {
        font-size: 19px;
        width: 100px;
        display: inline-block;
        font-family: "BrandonGrotW01-Regular", sans-serif;
        color: #3f3f3f;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .how-did-you-hear {
        width: 500px; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .how-did-you-hear label.gigya-label {
          width: 100%;
          display: inline;
          top: 6px;
          position: relative;
          font-size: 15px; }
          .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .how-did-you-hear label.gigya-label span {
            display: inline; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .how-did-you-hear > label.gigya-label {
          margin-bottom: 20px;
          display: inline-block; }
          .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .how-did-you-hear > label.gigya-label span {
            font-size: 17px; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .how-did-you-hear input[type=checkbox] {
          position: relative;
          top: 3px; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .how-did-you-hear > .gigya-composite-control-checkbox {
          margin-top: 3px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row input {
        border: 1px solid #CCCCCC;
        background: none; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row select {
        width: 240px;
        height: 36px;
        font-family: "Brandon Grot W01 Black", sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        color: #4caee1;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        body.ari .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row select {
          color: #fec01b; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row select option {
          border: 1px solid #CCCCCC; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row input[type=text] {
        width: 240px;
        height: 36px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        padding: 5px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row input[type=submit].gigya-input-submit {
        background-color: #4caee1 !important;
        text-transform: uppercase;
        border: 0;
        display: none;
        color: #FFF;
        font-size: 10px;
        font-family: "BrandonGrotW01-Regular", sans-serif;
        margin: 20px 0;
        display: inline-block;
        float: left;
        outline: none; }
        body.ari .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row input[type=submit].gigya-input-submit {
          background-color: #fec01b !important; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row span {
        display: inline-table;
        vertical-align: top; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row ul {
        zoom: 1;
        display: inline-block; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row ul:before, .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row ul:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row ul:after {
          clear: both; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row ul li {
          display: inline-block;
          float: left;
          margin-right: 10px; }
    .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields {
      width: 510px; }
    .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-photo-upload-text {
      font-size: 10px !important; }
    .gigya-screen-dialog .gigya-screen-dialog-inner .profile-pic {
      width: 280px;
      margin-left: 20px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .profile-pic .gigya-photo-upload-image {
        position: relative;
        zoom: 1; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-pic .gigya-photo-upload-image:before, .gigya-screen-dialog .gigya-screen-dialog-inner .profile-pic .gigya-photo-upload-image:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-pic .gigya-photo-upload-image:after {
          clear: both; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-pic .gigya-photo-upload-image img {
          width: 260px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .profile-pic .gigya-photo-upload {
        margin-top: 5px;
        margin-bottom: 20px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .profile-pic .gigya-composite-control-profile-photo-widget img {
        width: 250px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .profile-pic .gigya-photo-upload-button {
        position: relative;
        background: #4caee1;
        font-size: 10px;
        text-transform: uppercase;
        padding: 3px 12px;
        font-weight: normal;
        letter-spacing: 1px;
        font-family: "BrandonGrotW01-Regular", sans-serif;
        color: white;
        border: 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
        body.ari .gigya-screen-dialog .gigya-screen-dialog-inner .profile-pic .gigya-photo-upload-button {
          background: #fec01b; }
    .gigya-screen-dialog .gigya-screen-dialog-inner form {
      display: inline-block; }
    .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-composite-control-submit {
      text-align: left; }
    .gigya-screen-dialog .gigya-screen-dialog-inner a[data-switch-screen=gigya-change-password-screen] {
      text-decoration: none;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      font-size: 15px;
      color: #4caee1;
      top: 10px;
      position: relative;
      text-align: center;
      display: inline-block;
      text-align: center;
      width: auto;
      margin: 0 70px; }
      body.ari .gigya-screen-dialog .gigya-screen-dialog-inner a[data-switch-screen=gigya-change-password-screen] {
        color: #fec01b; }
    .gigya-screen-dialog .gigya-screen-dialog-inner #gigya-change-password-screen {
      z-index: 1;
      top: -200px;
      margin-left: 24px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner #gigya-change-password-screen .gigya-label {
        width: 110px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner #gigya-change-password-screen .password-form {
        margin-top: 20px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner #gigya-change-password-screen .gigya-composite-control-label {
        font-family: "Brandon Grot W01 Black", sans-serif;
        text-transform: uppercase;
        font-size: 15px;
        color: #4caee1;
        padding-bottom: 10px; }
        body.ari .gigya-screen-dialog .gigya-screen-dialog-inner #gigya-change-password-screen .gigya-composite-control-label {
          color: #fec01b; }
      .gigya-screen-dialog .gigya-screen-dialog-inner #gigya-change-password-screen input[type=password] {
        border: 1px solid #CCC;
        background: none;
        width: 245px;
        padding: 11px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner #gigya-change-password-screen input[type=submit] {
        margin: 0;
        float: right;
        margin-top: 5px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner #gigya-change-password-screen button.cancel {
        padding: 5px 13px 7px;
        background: #CCC;
        cursor: pointer; }
      .gigya-screen-dialog .gigya-screen-dialog-inner #gigya-change-password-screen .gigya-layout-row {
        margin-bottom: 0; }

.gigya-photo-upload-form, input[name='_profilePhoto'] {
  width: 204px !important; }

.gigya-error-msg[data-bound-to="password"]:not(:empty):after {
  content: " (6 characters minimum)"; }

.gigya-screen .gigya-error-msg {
  font-size: 11px !important;
  margin-bottom: 5px; }

.selecter.dropdown {
  display: inline-block;
  margin-top: 7px;
  top: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .selecter.dropdown .selecter-item.first {
    height: inherit; }
  .selecter.dropdown .selecter-selected {
    font-family: "Brandon Grot W01 Black", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    color: #4caee1;
    padding: 4px 10px; }
    body.ari .selecter.dropdown .selecter-selected {
      color: #fec01b; }
  .selecter.dropdown .selecter-options span {
    font-family: "Brandon Grot W01 Black", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    color: #4caee1; }
    body.ari .selecter.dropdown .selecter-options span {
      color: #fec01b; }
  .selecter.dropdown div {
    width: 240px; }
  .selecter.dropdown span {
    width: 220px; }

.profile-box #Profile-web .gigya-layout-row span {
  height: auto; }

.hide {
  display: none; }

/******* login & Registration *******/
input.gigya-input-submit {
  margin-top: 15px; }

*:focus {
  outline: none; }

.nohighlight:focus {
  outline: none; }

#gigya-login-screen .gigya-screen, #gigya-register-screen .gigya-screen {
  width: 700px; }
#gigya-login-screen h2, #gigya-register-screen h2 {
  font-family: "BrandonGrotW01-Regular", sans-serif; }
  #gigya-login-screen h2.use-social, #gigya-register-screen h2.use-social {
    margin-left: 30px; }
#gigya-login-screen h4.sub-title, #gigya-register-screen h4.sub-title {
  font-size: 17px;
  text-align: center;
  margin: 5px 0 20px; }
#gigya-login-screen .right-col-style, #gigya-register-screen .right-col-style {
  margin-left: 100px;
  width: 240px; }
#gigya-login-screen .left-side h2, #gigya-register-screen .left-side h2 {
  width: 270px;
  margin-left: 30px; }
#gigya-login-screen a[data-switch-screen="gigya-register-screen"], #gigya-register-screen a[data-switch-screen="gigya-register-screen"] {
  display: block; }
#gigya-login-screen .gigya-composite-control-social-login, #gigya-register-screen .gigya-composite-control-social-login {
  height: 200px !important; }
  #gigya-login-screen .gigya-composite-control-social-login .social-icons, #gigya-register-screen .gigya-composite-control-social-login .social-icons {
    width: 200px; }
  #gigya-login-screen .gigya-composite-control-social-login .or, #gigya-register-screen .gigya-composite-control-social-login .or {
    position: absolute;
    left: 334px;
    top: 179px; }
#gigya-login-screen .login-area .gigya-composite-control-submit, #gigya-login-screen .registration-area .gigya-composite-control-submit, #gigya-register-screen .login-area .gigya-composite-control-submit, #gigya-register-screen .registration-area .gigya-composite-control-submit {
  padding: 0 0 5px 5px; }
#gigya-login-screen .login-area input[type=text], #gigya-login-screen .login-area input[type=password], #gigya-login-screen .registration-area input[type=text], #gigya-login-screen .registration-area input[type=password], #gigya-register-screen .login-area input[type=text], #gigya-register-screen .login-area input[type=password], #gigya-register-screen .registration-area input[type=text], #gigya-register-screen .registration-area input[type=password] {
  width: 240px;
  height: 40px;
  padding: 5px 5px 5px 10px;
  font-size: 17px;
  background: #F5F5F5;
  font-family: "BrandonGrotW01-Regular", sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #gigya-login-screen .login-area input[type=text]:focus, #gigya-login-screen .login-area input[type=password]:focus, #gigya-login-screen .registration-area input[type=text]:focus, #gigya-login-screen .registration-area input[type=password]:focus, #gigya-register-screen .login-area input[type=text]:focus, #gigya-register-screen .login-area input[type=password]:focus, #gigya-register-screen .registration-area input[type=text]:focus, #gigya-register-screen .registration-area input[type=password]:focus {
    background-color: #F5F5F5; }
  #gigya-login-screen .login-area input[type=text]:-moz-placeholder, #gigya-login-screen .login-area input[type=password]:-moz-placeholder, #gigya-login-screen .registration-area input[type=text]:-moz-placeholder, #gigya-login-screen .registration-area input[type=password]:-moz-placeholder, #gigya-register-screen .login-area input[type=text]:-moz-placeholder, #gigya-register-screen .login-area input[type=password]:-moz-placeholder, #gigya-register-screen .registration-area input[type=text]:-moz-placeholder, #gigya-register-screen .registration-area input[type=password]:-moz-placeholder {
    color: #3f3f3f; }
#gigya-login-screen .login-area input[type="text"], #gigya-login-screen .login-area input[type="password"], #gigya-login-screen .login-area textarea, #gigya-login-screen .login-area select, #gigya-login-screen .registration-area input[type="text"], #gigya-login-screen .registration-area input[type="password"], #gigya-login-screen .registration-area textarea, #gigya-login-screen .registration-area select, #gigya-register-screen .login-area input[type="text"], #gigya-register-screen .login-area input[type="password"], #gigya-register-screen .login-area textarea, #gigya-register-screen .login-area select, #gigya-register-screen .registration-area input[type="text"], #gigya-register-screen .registration-area input[type="password"], #gigya-register-screen .registration-area textarea, #gigya-register-screen .registration-area select {
  outline: none;
  margin: 0 0 5px; }
#gigya-login-screen .gigya-register-form .selecter.dropdown, #gigya-register-screen .gigya-register-form .selecter.dropdown {
  display: none; }
#gigya-login-screen .terms-conditions, #gigya-login-screen .already-account, #gigya-register-screen .terms-conditions, #gigya-register-screen .already-account {
  padding: 20px 0; }
  #gigya-login-screen .terms-conditions .gigya-label-text, #gigya-login-screen .already-account .gigya-label-text, #gigya-register-screen .terms-conditions .gigya-label-text, #gigya-register-screen .already-account .gigya-label-text {
    display: inline-block;
    vertical-align: top;
    top: 8px; }
  #gigya-login-screen .terms-conditions input.gigya-input-checkbox, #gigya-login-screen .already-account input.gigya-input-checkbox, #gigya-register-screen .terms-conditions input.gigya-input-checkbox, #gigya-register-screen .already-account input.gigya-input-checkbox {
    margin: 8px 0 0 0;
    vertical-align: top !important; }
  #gigya-login-screen .terms-conditions a, #gigya-login-screen .already-account a, #gigya-register-screen .terms-conditions a, #gigya-register-screen .already-account a {
    display: block; }

#gigya-register-screen .left-side .or {
  top: 232px; }

.gigya-screen-dialog-content {
  min-height: 300px !important;
  height: 100%;
  overflow: hidden; }

#gigya-forgot-password-screen .gigya-composite-control-submit {
  float: right;
  margin-top: 10px;
  margin-right: 2px; }
#gigya-forgot-password-screen input[type=text] {
  width: 99%;
  height: 40px;
  padding: 10px;
  padding-bottom: 5px;
  font-size: 17px;
  background: #F5F5F5;
  border: 0;
  margin-left: 1px;
  font-family: "BrandonGrotW01-Regular", sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
#gigya-forgot-password-screen .gigya-spacer {
  height: 10px !important; }

/**********************/
/***** FROM gigya *****/
.gigya-screen *, div.gigya-screen, .gigya-screen span, .gigya-screen a:hover, .gigya-screen a:visited, .gigya-screen a:link, .gigya-screen a:active {
  border: none;
  padding: 0px;
  margin: 0px;
  color: inherit;
  text-decoration: none;
  width: auto;
  float: none;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: arial;
  color: #333333;
  background: none;
  text-align: left;
  font-family: arial; }

.gigya-screen a, .gigya-screen a:visited, .gigya-screen a:link, .gigya-screen a:active {
  color: #0098ca;
  text-decoration: none; }

.gigya-screen-set .gigya-screen {
  margin: 0 auto; }

.gigya-screen h2 {
  font-size: 16px;
  color: #333;
  font-weight: normal; }

.gigya-screen a:hover {
  text-decoration: none; }

.gigya-screen h1 {
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: #333;
  padding-bottom: 5px;
  margin-bottom: 45px; }

.gigya-screen .gigya-layout-row {
  width: 100%;
  float: left;
  display: block; }

.gigya-screen .gigya-layout-cell {
  float: left;
  width: 50%;
  margin-top: 1px; }

.gigya-screen .gigya-layout-cell-right {
  float: right;
  width: 50%; }

.gigya-screen option {
  padding: 5px; }

.gigya-screen option:hover {
  background-color: #3593C1; }

.gigya-screen .gigya-label {
  display: block;
  font-weight: bold;
  font-size: 12px; }

.gigya-input-text, .gigya-input-password, .gigya-textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0px;
  padding: 0 10px;
  border-radius: 4px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #555555;
  outline: none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05); }

.gigya-textarea {
  padding: 5px; }

.gigya-input-text, .gigya-input-password, .gigya-screen select, .gigya-input-submit, .gigya-input-button {
  height: 28px; }

.gigya-input-text:focus, .gigya-input-password:focus, .gigya-textarea:focus, .gigya-screen select:focus {
  border: 1px solid #87B9EA;
  outline: none; }

.gigya-input-text:focus, .gigya-input-password:focus, .gigya-textarea:focus {
  box-shadow: 0 0 3px #50bade, inset 0 1px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 3px #50bade, inset 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 3px #50bade, inset 0 1px 3px rgba(0, 0, 0, 0.05); }

.gigya-input-submit, .gigya-input-button {
  text-align: center;
  border: 1px solid #CECECE;
  cursor: pointer;
  padding: 0 12px;
  color: #333333;
  font-weight: bold;
  border-radius: 4px;
  line-height: 26px; }

.gigya-input-radio, .gigya-input-checkbox {
  margin-right: 5px;
  vertical-align: bottom;
  height: 14px;
  width: 14px; }

input.gigya-input-text, input.gigya-input-password {
  display: block; }

.gigya-screen .gigya-composite-control {
  padding: 5px 13px 5px 10px; }

.gigya-screen .gigya-composite-control-submit, .gigya-screen .gigya-composite-control-button, .gigya-screen .gigya-composite-control-form-error {
  padding-bottom: 5px;
  padding-right: 13px; }

.gigya-composite-control-multi-choice .gigya-multi-choice-item, .gigya-composite-control-checkboxes .gigya-checkboxes-item {
  padding-top: 5px; }

.gigya-composite-control-form-error {
  padding-bottom: 5px;
  padding-right: 5px; }

.gigya-screen .gigya-composite-control-submit {
  text-align: right; }

.gigya-screen .gigya-composite-control-label {
  display: block; }

.gigya-clear {
  clear: both;
  overflow: hidden;
  font-size: 0px; }

.gigya-composite-control-radio label {
  font-weight: normal; }

.gigya-composite-control-checkbox label {
  font-weight: normal; }

.gigya-screen .gigya-composite-control-checkbox {
  padding: 5px 10px; }

.gigya-screen .gigya-composite-control-checkbox label {
  display: inline;
  text-indent: 10px;
  margin-left: 0px; }

.gigya-screen .gigya-message {
  font-size: 14px;
  color: #333;
  display: block;
  text-align: center; }

.gigya-screen .gigya-error-display {
  display: block;
  visibility: hidden; }

.gigya-screen .gigya-error-display-active {
  display: block;
  visibility: visible; }

.gigya-screen .gigya-error-msg {
  line-height: 18px;
  color: #dd4b39;
  font-size: 11px;
  display: block;
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.gigya-screen .gigya-form-error-msg {
  _height: 26px;
  min-height: 26px;
  line-height: 14px;
  color: #dd4b39;
  font-size: 11px;
  text-align: center;
  margin-top: 1px;
  border: 1px solid #FFDCCE;
  background: #FFE7E1;
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.gigya-screen a.gigya-composite-control-link {
  display: block;
  padding-left: 13px; }

.gigya-screen .gigya-composite-control a.gigya-composite-control-link {
  display: inline;
  padding: 0px; }

.gigya-screen .gigya-composite-control-checkbox .gigya-label, .gigya-screen .gigya-composite-control-radio .gigya-label {
  font-weight: normal; }

.gigya-layout-footer {
  text-align: right;
  clear: both; }

#gigya-login-screen .gigya-composite-control-social-login,
#gigya-register-screen .gigya-composite-control-social-login {
  border-right: 1px solid #CCC;
  height: 165px;
  width: 295px !important;
  padding: 0 25px 0 30px !important; }

#gigya-register-screen .gigya-composite-control-social-login {
  height: 240px; }

.gigya-required-display {
  color: red;
  display: inline-block;
  padding: 0 5px; }

#gigya-login-screen a.forgotPassword, #gigya-login-screen a.forgotPassword:link {
  float: right;
  font-weight: normal;
  text-decoration: none; }

#gigya-login-screen a.forgotPassword:hover, #gigya-login-screen a.forgotPassword:active {
  text-decoration: none; }

.gigya-error {
  border: 1px solid #DD4B39; }

@media only screen and (max-width: 36.5em) {
  /* Mobile / Profile */
  .gigya-screen-dialog {
    left: 0 !important;
    width: 100%;
    height: auto;
    margin: 60px auto;
    padding: 0;
    top: -60px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
    border-bottom: 20px solid #d7d7d7 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .gigya-screen-dialog .close {
      display: none; }
    .gigya-screen-dialog .gigya-screen {
      width: 300px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .gigya-screen-dialog .gigya-screen-dialog-content {
      width: 320px !important;
      overflow: hidden; }
    .gigya-screen-dialog .gigya-screen-dialog-inner {
      padding: 10px 10px 30px 10px;
      margin-top: 20px;
      min-width: 280px;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      overflow: hidden;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-screen-dialog-top {
        display: inline-block;
        width: 280px;
        padding: 0; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-screen-dialog-top .gigya-screen-dialog-caption {
          font-size: 22px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-screen-dialog-close {
        top: 10px;
        right: 10px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-screen .profile-pic .gigya-profile-photo {
        padding-left: 25px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-screen .gigya-photo-upload {
        position: relative;
        width: 260px;
        height: auto !important;
        position: relative;
        padding-left: 25px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-screen .gigya-layout-cell.profile-pic {
        float: none;
        width: 280px;
        height: auto;
        display: inline-block;
        margin-left: 0;
        zoom: 1; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-screen .gigya-layout-cell.profile-pic:before, .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-screen .gigya-layout-cell.profile-pic:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-screen .gigya-layout-cell.profile-pic:after {
          clear: both; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .profile-title {
        font-size: 18px;
        margin-bottom: 0; }
      .gigya-screen-dialog .gigya-screen-dialog-inner #gigya-update-profile-screen .gigya-screen .gigya-layout-cell {
        width: 145px; }
        .gigya-screen-dialog .gigya-screen-dialog-inner #gigya-update-profile-screen .gigya-screen .gigya-layout-cell.second-col {
          margin-left: 10px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-row .gigya-composite-control-checkboxes {
        margin-bottom: 20px; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-row .gigya-composite-control-checkboxes > label.gigya-label {
          display: block; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields {
        width: 300px; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .gigya-composite-control-textbox.zipcode {
          width: 300px; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .books > label.gigya-label:first-child {
          display: block;
          margin-bottom: 19px; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .books .gigya-composite-control-checkbox input.gigya-input-checkbox {
          width: 58px;
          height: 96px; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .books .gigya-composite-control-checkbox input.gigya-input-checkbox + img + label {
          width: 58px;
          height: 96px;
          margin-right: -1px !important; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .gigya-layout-cell.profile-fields .books .gigya-composite-control-checkbox img.check-mark {
          bottom: 28px;
          left: 15px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row {
        margin-bottom: 15px;
        width: 300px; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .gigya-composite-control-dropdown {
          zoom: 1;
          width: 300px; }
          .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .gigya-composite-control-dropdown:before, .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .gigya-composite-control-dropdown:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden; }
          .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .gigya-composite-control-dropdown:after {
            clear: both; }
          .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .gigya-composite-control-dropdown label {
            position: relative;
            top: 13px; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row label.gigya-label {
          font-size: 19px;
          width: 100px;
          display: inline-block;
          font-family: "BrandonGrotW01-Regular", sans-serif;
          color: #3f3f3f; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row input {
          border: 1px solid #CCCCCC;
          background: none; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row select {
          width: 145px;
          height: 36px;
          font-family: "Brandon Grot W01 Black", sans-serif;
          text-transform: uppercase;
          color: #4caee1;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row select option {
            border: 1px solid #CCCCCC; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row input[type=text] {
          width: 140px;
          height: 36px;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          display: inline-block;
          padding: 5px; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row input[name='profile.zip'] {
          width: 193px; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .gigya-composite-control-submit {
          padding-left: 5px; }
          .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .gigya-composite-control-submit input[type=submit].gigya-input-submit {
            -webkit-appearance: none;
            background: #4caee1;
            text-transform: uppercase;
            border: 0;
            color: #FFF;
            font-size: 10px;
            font-family: "BrandonGrotW01-Regular", sans-serif;
            margin: 20px 0;
            display: inline-block;
            margin-left: 80px; }
          .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .gigya-composite-control-submit p {
            font-size: 18px;
            text-align: center; }
          .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .gigya-composite-control-submit.profile {
            text-align: center; }
            .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .gigya-composite-control-submit.profile input[type=submit].gigya-input-submit {
              padding: 5px 20px;
              height: 35px;
              width: auto; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row span {
          display: inline-table;
          vertical-align: top; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row ul {
          zoom: 1;
          display: inline-block; }
          .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row ul:before, .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row ul:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden; }
          .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row ul:after {
            clear: both; }
          .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row ul li {
            display: inline-block;
            float: left;
            margin-right: 10px; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .how-did-you-hear {
          width: 300px; }
          .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .how-did-you-hear label.gigya-label {
            width: 100%;
            top: 8px; }
            .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .how-did-you-hear label.gigya-label span {
              font-size: 12px; }
          .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .how-did-you-hear > label.gigya-label {
            margin-bottom: 20px;
            display: inline-block; }
            .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .how-did-you-hear > label.gigya-label span {
              font-size: 17px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-checkboxes-item input.gigya-input-checkbox + label {
        width: 58px;
        height: 96px;
        float: left;
        margin-right: 0;
        display: inline-block;
        font-size: 0; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-checkboxes-item input.gigya-input-checkbox {
        width: 58px;
        height: 96px;
        position: absolute; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .profile-pic .gigya-photo-upload-image {
        float: left; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-cell.profile-pic .gigya-photo-upload-image {
        zoom: 1; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-cell.profile-pic .gigya-photo-upload-image:before, .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-cell.profile-pic .gigya-photo-upload-image:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-cell.profile-pic .gigya-photo-upload-image:after {
          clear: both; }
        .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-cell.profile-pic .gigya-photo-upload-image img {
          width: 100% !important; }
      .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-cell.profile-pic .gigya-photo-upload-button {
        position: relative;
        background: #4caee1;
        font-size: 10px;
        text-transform: uppercase;
        padding: 3px 12px;
        font-weight: normal;
        letter-spacing: 1px;
        font-family: "BrandonGrotW01-Regular", sans-serif;
        color: white;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
      .gigya-screen-dialog .gigya-screen-dialog-inner a[data-switch-screen=gigya-change-password-screen] {
        display: inline-block !important;
        width: 110px;
        margin-left: 13px; }
    .gigya-screen-dialog #gigya-update-profile-screen {
      width: 300px; }

  #gigya-login-screen .gigya-layout-cell, #gigya-register-screen .gigya-layout-cell {
    float: none;
    width: 100%; }
  #gigya-login-screen .login-area, #gigya-register-screen .login-area {
    width: 240px;
    float: none;
    margin-left: 25px; }
  #gigya-login-screen .gigya-composite-control-social-login, #gigya-register-screen .gigya-composite-control-social-login {
    height: auto !important;
    padding: 0 !important;
    border-right: 0 !important; }
    #gigya-login-screen .gigya-composite-control-social-login .social-icons, #gigya-register-screen .gigya-composite-control-social-login .social-icons {
      margin-left: 56px;
      height: 330px; }
    #gigya-login-screen .gigya-composite-control-social-login .or, #gigya-register-screen .gigya-composite-control-social-login .or {
      left: 120px;
      top: 365px; }
  #gigya-login-screen h4.sub-title, #gigya-register-screen h4.sub-title {
    width: 300px; }
  #gigya-login-screen .right-col-style, #gigya-register-screen .right-col-style {
    margin-left: 23px; }

  #gigya-register-screen .gigya-composite-control-social-login .or {
    top: 420px; }

  .gigya-screen .gigya-form-error-msg {
    padding: 5px 10px;
    margin-left: 0;
    top: 10px;
    margin-bottom: 20px;
    clear: both;
    position: relative; }

  .selecter.dropdown .selecter-selected {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px; }
  .selecter.dropdown .selecter-options span {
    font-size: 14px; }
  .selecter.dropdown div {
    width: 190px; }
  .selecter.dropdown span {
    width: 170px; }

  /* GIGYA'S UNEXPECTED MARKUP FOR MOBILE FIXES */
  /****************************************************/
  .form-text, .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row label.gigya-label span, .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row input, .gigya-screen-dialog-mobile .profile-fields label.gigya-label span, .gigya-screen-dialog-mobile .gigya-layout-row label.gigya-label span, .gigya-screen-dialog-mobile .gigya-layout-row input {
    font-size: 17px;
    color: #666666;
    font-family: "BrandonGrotW01-Regular", sans-serif; }

  .gigya-screen-dialog-mobile {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
    border-bottom: 20px solid #d7d7d7 !important;
    padding: 10px 10px 30px 10px;
    min-width: 280px;
    width: 320px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    margin-top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* END NEW MARKUP */ }
    .gigya-screen-dialog-mobile .hide {
      display: none; }
    .gigya-screen-dialog-mobile .small-btn, .gigya-screen-dialog-mobile .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row input[type=submit].gigya-input-submit, .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .gigya-screen-dialog-mobile input[type=submit].gigya-input-submit, .gigya-screen-dialog-mobile input.gigya-input-submit {
      padding: 13px 25px 11px;
      background: #4caee1;
      color: #FFF;
      line-height: normal;
      height: auto;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 0; }
      .ari .gigya-screen-dialog-mobile .small-btn, .ari .gigya-screen-dialog-mobile .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row input[type=submit].gigya-input-submit, .gigya-screen-dialog .gigya-screen-dialog-inner .profile-fields .gigya-layout-row .ari .gigya-screen-dialog-mobile input[type=submit].gigya-input-submit, .ari .gigya-screen-dialog-mobile input.gigya-input-submit {
        background: #fec01b; }
    .gigya-screen-dialog-mobile a[data-switch-screen=gigya-change-password-screen] {
      text-decoration: none;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      font-size: 15px;
      color: #4CAEE1;
      top: 10px;
      position: relative;
      display: inline-block;
      width: auto;
      left: 18px; }
    .gigya-screen-dialog-mobile a[data-switch-screen] {
      display: inline-block; }
    .gigya-screen-dialog-mobile a, .gigya-screen-dialog-mobile a:hover, .gigya-screen-dialog-mobile a:active {
      text-decoration: none !important;
      font-family: "BrandonGrotW01-Regular", sans-serif !important;
      font-size: 15px !important;
      color: #4caee1 !important; }
      .ari .gigya-screen-dialog-mobile a, .ari .gigya-screen-dialog-mobile a:hover, .ari .gigya-screen-dialog-mobile a:active {
        color: #fec01b !important; }
    .gigya-screen-dialog-mobile h1.gigya-screen-caption {
      display: inline-block;
      width: 300px;
      padding: 0;
      border-bottom: 0;
      font-weight: normal;
      font-size: 20px;
      font-family: "Brandon Grot W01 Black", sans-serif;
      color: #4caee1;
      text-align: center;
      text-transform: uppercase;
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-top: 20px;
      margin-bottom: 20px;
      padding: 0 34px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .gigya-screen-dialog-mobile h1.gigya-screen-caption + div {
        width: 320px !important; }
      .gigya-screen-dialog-mobile h1.gigya-screen-caption #gigya-login-screen {
        width: 100%; }
      body.ari .gigya-screen-dialog-mobile h1.gigya-screen-caption {
        color: #fec01b; }
    .gigya-screen-dialog-mobile h2.use-social {
      width: 260px;
      margin-bottom: 20px; }
    .gigya-screen-dialog-mobile .gigya-spacer {
      display: none; }
    .gigya-screen-dialog-mobile .gigya-screen-dialog-close {
      background: url("/img//profile/profile-close.png") no-repeat !important;
      width: 33px;
      height: 33px;
      display: block;
      position: absolute;
      right: 10px;
      top: 10px;
      cursor: pointer;
      z-index: 11; }
    .gigya-screen-dialog-mobile .gigya-composite-control-dropdown label {
      top: 20px;
      float: left; }
    .gigya-screen-dialog-mobile .gigya-screen .gigya-layout-row {
      width: 302px; }
    .gigya-screen-dialog-mobile .right-col-style .gigya-input-submit {
      float: left; }
    .gigya-screen-dialog-mobile .gigya-photo-upload-text {
      font-size: 10px !important; }
    .gigya-screen-dialog-mobile .gigya-screen-dialog-top {
      display: inline-block;
      width: 280px;
      padding: 0; }
      .gigya-screen-dialog-mobile .gigya-screen-dialog-top .gigya-screen-dialog-caption {
        font-size: 22px; }
    .gigya-screen-dialog-mobile .gigya-screen-dialog-close {
      top: 10px;
      right: 10px; }
    .gigya-screen-dialog-mobile .gigya-screen .profile-pic .gigya-profile-photo {
      padding-left: 20px; }
    .gigya-screen-dialog-mobile .gigya-screen .gigya-photo-upload {
      position: relative;
      width: 260px;
      height: auto !important;
      position: relative;
      padding-left: 18px; }
    .gigya-screen-dialog-mobile .gigya-screen .gigya-layout-cell.profile-pic {
      float: none;
      width: 280px;
      height: auto;
      display: inline-block;
      margin-left: 0;
      zoom: 1; }
      .gigya-screen-dialog-mobile .gigya-screen .gigya-layout-cell.profile-pic:before, .gigya-screen-dialog-mobile .gigya-screen .gigya-layout-cell.profile-pic:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .gigya-screen-dialog-mobile .gigya-screen .gigya-layout-cell.profile-pic:after {
        clear: both; }
    .gigya-screen-dialog-mobile .profile-title {
      font-size: 18px;
      margin-bottom: 0; }
    .gigya-screen-dialog-mobile .gigya-layout-row {
      margin-bottom: 0; }
      .gigya-screen-dialog-mobile .gigya-layout-row .gigya-composite-control-checkboxes {
        margin-bottom: 20px; }
        .gigya-screen-dialog-mobile .gigya-layout-row .gigya-composite-control-checkboxes > label.gigya-label {
          display: block; }
    .gigya-screen-dialog-mobile .profile-fields label.gigya-label {
      font-size: 19px;
      width: 100px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .gigya-screen-dialog-mobile .profile-fields .gigya-layout-cell {
      float: left;
      width: 50%;
      margin-top: 1px; }
    .gigya-screen-dialog-mobile .profile-fields .books .gigya-composite-control-checkbox {
      padding: 0;
      position: relative;
      display: inline-block; }
      .gigya-screen-dialog-mobile .profile-fields .books .gigya-composite-control-checkbox .gigya-label-text {
        display: none; }
      .gigya-screen-dialog-mobile .profile-fields .books .gigya-composite-control-checkbox input.gigya-input-checkbox + img + label {
        float: left;
        margin-right: 5px;
        display: inline-block;
        font-size: 0; }
      .gigya-screen-dialog-mobile .profile-fields .books .gigya-composite-control-checkbox input.gigya-input-checkbox {
        position: absolute; }
      .gigya-screen-dialog-mobile .profile-fields .books .gigya-composite-control-checkbox img.check-mark {
        position: absolute;
        bottom: 9px;
        left: 12px;
        display: none; }
      .gigya-screen-dialog-mobile .profile-fields .books .gigya-composite-control-checkbox input:not(:checked) + label + img.check-mark,
      .gigya-screen-dialog-mobile .profile-fields .books .gigya-composite-control-checkbox input + img.check-mark {
        display: none; }
      .gigya-screen-dialog-mobile .profile-fields .books .gigya-composite-control-checkbox input:checked + label + img.check-mark,
      .gigya-screen-dialog-mobile .profile-fields .books .gigya-composite-control-checkbox input.checked + img.check-mark {
        display: block; }
      .gigya-screen-dialog-mobile .profile-fields .books .gigya-composite-control-checkbox input {
        cursor: pointer;
        opacity: 0;
        width: 31px;
        height: 31px;
        background-color: lightgray; }
        .gigya-screen-dialog-mobile .profile-fields .books .gigya-composite-control-checkbox input + img + label {
          background-size: 100%;
          background-repeat: no-repeat;
          border: 1px solid #DDD; }
        .gigya-screen-dialog-mobile .profile-fields .books .gigya-composite-control-checkbox input[name='data.atlasshrugged'] + img + label {
          background-image: url("/img/profile/atlas-shrugged.jpg?1"); }
        .gigya-screen-dialog-mobile .profile-fields .books .gigya-composite-control-checkbox input[name='data.anthem'] + img + label {
          background-image: url("/img/profile/anthem.jpg?1"); }
        .gigya-screen-dialog-mobile .profile-fields .books .gigya-composite-control-checkbox input[name='data.fountainhead'] + img + label {
          background-image: url("/img/profile/fountain-head.jpg?1"); }
        .gigya-screen-dialog-mobile .profile-fields .books .gigya-composite-control-checkbox input[name='data.virtue'] + img + label {
          background-image: url("/img/profile/virtue-of-selfishness.jpg?1"); }
        .gigya-screen-dialog-mobile .profile-fields .books .gigya-composite-control-checkbox input[name='data.objectivism'] + img + label {
          background-image: url("/img/profile/objectivism.jpg?1"); }
    .gigya-screen-dialog-mobile .profile-fields .books label.gigya-label {
      display: none; }
    .gigya-screen-dialog-mobile .profile-fields .books > label.gigya-label:first-child {
      display: block;
      margin-bottom: 19px; }
    .gigya-screen-dialog-mobile .profile-fields .books .gigya-composite-control-checkbox input.gigya-input-checkbox {
      width: 58px;
      height: 96px; }
    .gigya-screen-dialog-mobile .profile-fields .books .gigya-composite-control-checkbox input.gigya-input-checkbox + img + label {
      width: 58px;
      height: 96px;
      margin-right: -1px !important; }
    .gigya-screen-dialog-mobile .profile-fields .books .gigya-composite-control-checkbox img.check-mark {
      bottom: 28px;
      left: 15px; }
    .gigya-screen-dialog-mobile .profile-fields .profile p {
      margin-top: 20px;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      color: #4caee1;
      font-size: 16px;
      clear: both; }
      body.ari .gigya-screen-dialog-mobile .profile-fields .profile p {
        color: #fec01b; }
    .gigya-screen-dialog-mobile .gigya-layout-cell {
      width: 300px; }
      .gigya-screen-dialog-mobile .gigya-layout-cell .gigya-composite-control {
        padding: 5px 10px 5px 5px; }
        .gigya-screen-dialog-mobile .gigya-layout-cell .gigya-composite-control.zipcode {
          width: 300px; }
    .gigya-screen-dialog-mobile #gigya-register-screen .gigya-composite-control-social-login .social-icons {
      margin-left: 63px; }
    .gigya-screen-dialog-mobile #gigya-register-screen .gigya-composite-control-social-login .or {
      top: 440px; }
    .gigya-screen-dialog-mobile #gigya-login-screen .login-area input[type=text], .gigya-screen-dialog-mobile #gigya-login-screen .login-area input[type=password] {
      margin-bottom: 0; }
    .gigya-screen-dialog-mobile #gigya-login-screen .or {
      top: 386px; }
    .gigya-screen-dialog-mobile .gigya-layout-row {
      margin-bottom: 15px;
      width: 300px; }
      .gigya-screen-dialog-mobile .gigya-layout-row .gigya-composite-control-dropdown {
        zoom: 1;
        width: 300px; }
        .gigya-screen-dialog-mobile .gigya-layout-row .gigya-composite-control-dropdown:before, .gigya-screen-dialog-mobile .gigya-layout-row .gigya-composite-control-dropdown:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .gigya-screen-dialog-mobile .gigya-layout-row .gigya-composite-control-dropdown:after {
          clear: both; }
        .gigya-screen-dialog-mobile .gigya-layout-row .gigya-composite-control-dropdown label {
          position: relative;
          top: 13px; }
      .gigya-screen-dialog-mobile .gigya-layout-row label.gigya-label.hide {
        display: none; }
      .gigya-screen-dialog-mobile .gigya-layout-row input {
        border: 1px solid #CCCCCC;
        background: none; }
      .gigya-screen-dialog-mobile .gigya-layout-row select {
        width: 145px;
        height: 36px;
        font-family: "Brandon Grot W01 Black", sans-serif;
        text-transform: uppercase;
        color: #4caee1;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .gigya-screen-dialog-mobile .gigya-layout-row select option {
          border: 1px solid #CCCCCC; }
      .gigya-screen-dialog-mobile .gigya-layout-row input[type=text] {
        width: 140px;
        height: 36px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        padding: 5px;
        margin-bottom: 0; }
      .gigya-screen-dialog-mobile .gigya-layout-row input[name='profile.zip'] {
        width: 193px; }
      .gigya-screen-dialog-mobile .gigya-layout-row .gigya-composite-control-submit .gigya-input-submit {
        -webkit-appearance: none;
        background: #4caee1;
        text-transform: uppercase;
        border: 0;
        color: #FFF;
        font-size: 10px;
        font-family: "BrandonGrotW01-Regular", sans-serif;
        margin: 10px 10px 0 0px;
        display: inline-block; }
      .gigya-screen-dialog-mobile .gigya-layout-row .gigya-composite-control-submit p {
        font-size: 18px;
        text-align: center; }
      .gigya-screen-dialog-mobile .gigya-layout-row .gigya-composite-control-submit.profile {
        text-align: center; }
        .gigya-screen-dialog-mobile .gigya-layout-row .gigya-composite-control-submit.profile input[type=submit].gigya-input-submit {
          padding: 5px 20px;
          height: 35px;
          width: auto; }
      .gigya-screen-dialog-mobile .gigya-layout-row span {
        vertical-align: top; }
      .gigya-screen-dialog-mobile .gigya-layout-row ul {
        zoom: 1;
        display: inline-block; }
        .gigya-screen-dialog-mobile .gigya-layout-row ul:before, .gigya-screen-dialog-mobile .gigya-layout-row ul:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .gigya-screen-dialog-mobile .gigya-layout-row ul:after {
          clear: both; }
        .gigya-screen-dialog-mobile .gigya-layout-row ul li {
          display: inline-block;
          float: left;
          margin-right: 10px; }
      .gigya-screen-dialog-mobile .gigya-layout-row .how-did-you-hear {
        width: 300px; }
        .gigya-screen-dialog-mobile .gigya-layout-row .how-did-you-hear label.gigya-label {
          width: 100%;
          top: 4px;
          float: none; }
          .gigya-screen-dialog-mobile .gigya-layout-row .how-did-you-hear label.gigya-label span {
            font-size: 12px; }
        .gigya-screen-dialog-mobile .gigya-layout-row .how-did-you-hear > label.gigya-label {
          margin-bottom: 20px;
          display: inline-block; }
          .gigya-screen-dialog-mobile .gigya-layout-row .how-did-you-hear > label.gigya-label span {
            font-size: 17px; }
    .gigya-screen-dialog-mobile .gigya-checkboxes-item input.gigya-input-checkbox + label {
      width: 58px;
      height: 96px;
      float: left;
      margin-right: 0;
      display: inline-block;
      font-size: 0; }
    .gigya-screen-dialog-mobile .gigya-checkboxes-item input.gigya-input-checkbox {
      width: 58px;
      height: 96px;
      position: absolute; }
    .gigya-screen-dialog-mobile .profile-pic .gigya-photo-upload-image {
      float: left; }
    .gigya-screen-dialog-mobile .gigya-layout-cell.profile-pic .gigya-photo-upload-image {
      zoom: 1; }
      .gigya-screen-dialog-mobile .gigya-layout-cell.profile-pic .gigya-photo-upload-image:before, .gigya-screen-dialog-mobile .gigya-layout-cell.profile-pic .gigya-photo-upload-image:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .gigya-screen-dialog-mobile .gigya-layout-cell.profile-pic .gigya-photo-upload-image:after {
        clear: both; }
      .gigya-screen-dialog-mobile .gigya-layout-cell.profile-pic .gigya-photo-upload-image img {
        width: 100% !important; }
    .gigya-screen-dialog-mobile .gigya-layout-cell.profile-pic .gigya-photo-upload-button {
      position: relative;
      background: #4caee1;
      font-size: 10px;
      text-transform: uppercase;
      padding: 3px 12px;
      font-weight: normal;
      letter-spacing: 1px;
      font-family: "BrandonGrotW01-Regular", sans-serif;
      color: white;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
    .gigya-screen-dialog-mobile #gigya-forgot-password-screen,
    .gigya-screen-dialog-mobile #gigya-change-password-screen {
      margin-left: 0;
      width: 300px !important; }
      .gigya-screen-dialog-mobile #gigya-forgot-password-screen .gigya-composite-control-submit,
      .gigya-screen-dialog-mobile #gigya-change-password-screen .gigya-composite-control-submit {
        margin-top: 0;
        padding: 0 !important; } }
/* Mobile Nav */
.nav-main {
  position: relative;
  float: left;
  width: 100%;
  height: 59px;
  font-family: "Brandon Grot W01 Black", sans-serif; }
  .nav-main li {
    position: relative;
    float: left;
    width: 130px;
    height: 41px;
    padding: 9px 0;
    cursor: pointer; }
    .nav-main li a {
      font-size: 16px;
      text-transform: uppercase;
      color: #7b7b7b;
      display: inline-block;
      width: 99px;
      top: 0;
      height: 23px;
      padding: 15px 10px; }
    .nav-main li.active a {
      color: #323232; }
  .nav-main .search-icon {
    float: right;
    width: auto;
    padding: 10px 0 0;
    cursor: pointer; }
  .nav-main .search-input {
    display: none;
    width: 490px;
    padding: 10px 15px;
    font-size: 16px;
    border: solid 1px #d5d5d5;
    border-top: none;
    border-radius: 2px; }
  .nav-main .icon-mag {
    position: absolute;
    top: 20px;
    right: 13px; }
  .nav-main .nav-title-mobile {
    display: none; }
  .nav-main .nav-content-mobile {
    display: none; }

.nav-sub {
  position: relative;
  float: left;
  width: 100%;
  height: 79px;
  font-family: "Brandon Grot W01 Black", sans-serif;
  background: white; }
  .nav-sub .container {
    top: 29px; }
  .nav-sub li {
    display: inline-block; }
    .nav-sub li.logo-header {
      position: absolute;
      top: -15px;
      left: 0; }
      .nav-sub li.logo-header img {
        width: 50px; }
      .nav-sub li.logo-header:after {
        content: ""; }
    .nav-sub li.active:before {
      content: url("/img/icon-arrow-down.png");
      position: relative;
      top: 16px;
      left: 50%;
      margin-left: -15px; }
    .nav-sub li.active a {
      background: #282828;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
    .nav-sub li:after {
      content: "/";
      margin: 0 4px; }
    .nav-sub li:last-child:after {
      content: "";
      display: inline-block; }
    .nav-sub li a {
      padding: 5px 10px;
      font-size: 14px;
      text-transform: uppercase;
      color: #323232;
      letter-spacing: 1px; }

.nav-sub-mobile {
  display: none; }

@media only screen and (max-width: 36.5em) {
  .aro .nav-main,
  .ari .nav-main {
    z-index: 12;
    position: fixed;
    top: 0; }
    .aro .nav-main .container,
    .ari .nav-main .container {
      left: -291px;
      z-index: 1;
      -webkit-transition: all 400ms cubic-bezier(0.04, 0.8, 0.53, 1);
      -moz-transition: all 400ms cubic-bezier(0.04, 0.8, 0.53, 1);
      -ms-transition: all 400ms cubic-bezier(0.04, 0.8, 0.53, 1);
      -o-transition: all 400ms cubic-bezier(0.04, 0.8, 0.53, 1);
      transition: all 400ms cubic-bezier(0.04, 0.8, 0.53, 1);
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000;
      -moz-perspective: 1000;
      -ms-perspective: 1000;
      perspective: 1000;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000;
      backface-visibility: hidden;
      perspective: 1000; }
      .aro .nav-main .container .tabs,
      .ari .nav-main .container .tabs {
        display: inline-block;
        width: 280px; }
      .aro .nav-main .container.open-nav,
      .ari .nav-main .container.open-nav {
        left: -21px; }
        .aro .nav-main .container.open-nav .nav-content-mobile,
        .ari .nav-main .container.open-nav .nav-content-mobile {
          opacity: 1; }
    .aro .nav-main li,
    .ari .nav-main li {
      width: 133px; }
    .aro .nav-main .nav-lid-mobile,
    .ari .nav-main .nav-lid-mobile {
      cursor: pointer;
      width: 50px;
      height: 49px;
      background: white;
      position: absolute;
      top: 10px;
      right: -44px;
      border-right: 2px solid #CDCDCD;
      -webkit-user-select: none;
      /* Chrome/Safari */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* IE10+ */
      -webkit-tap-highlight-color: transparent;
      tap-highlight-color: transparent; }
      .aro .nav-main .nav-lid-mobile span,
      .ari .nav-main .nav-lid-mobile span {
        position: absolute;
        width: 20px;
        margin: 0 auto;
        top: 14px;
        left: 1px;
        right: 0;
        bottom: 0;
        height: 4px;
        background-color: #3f3f3f;
        display: block; }
      .aro .nav-main .nav-lid-mobile span:nth-child(2),
      .ari .nav-main .nav-lid-mobile span:nth-child(2) {
        top: 22px; }
      .aro .nav-main .nav-lid-mobile span:nth-child(3),
      .ari .nav-main .nav-lid-mobile span:nth-child(3) {
        top: 31px; }
    .aro .nav-main .nav-title-mobile,
    .ari .nav-main .nav-title-mobile {
      position: absolute;
      display: inline-block;
      top: 23px;
      right: -198px; }
      .aro .nav-main .nav-title-mobile a,
      .ari .nav-main .nav-title-mobile a {
        color: #3f3f3f;
        text-transform: uppercase; }
      .aro .nav-main .nav-title-mobile .arrow,
      .ari .nav-main .nav-title-mobile .arrow {
        width: 17px;
        height: 11px;
        display: block;
        position: absolute;
        right: -90px;
        top: 7px;
        cursor: pointer;
        background: url("/img/mobile/subnav-icons.png") -4px -1px no-repeat;
        z-index: 2; }
    .aro .nav-main .nav-content-mobile,
    .ari .nav-main .nav-content-mobile {
      width: 268px;
      opacity: 0;
      display: block;
      margin-left: 3px;
      top: 59px;
      position: absolute;
      zoom: 1;
      border-right: 1px solid #CDCDCD;
      border-bottom: 1px solid #CDCDCD; }
      .aro .nav-main .nav-content-mobile:before, .aro .nav-main .nav-content-mobile:after,
      .ari .nav-main .nav-content-mobile:before,
      .ari .nav-main .nav-content-mobile:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .aro .nav-main .nav-content-mobile:after,
      .ari .nav-main .nav-content-mobile:after {
        clear: both; }
      .aro .nav-main .nav-content-mobile li,
      .ari .nav-main .nav-content-mobile li {
        text-align: left;
        width: 268px;
        padding: 0 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: white;
        position: relative;
        height: auto;
        min-height: 45px; }
        .aro .nav-main .nav-content-mobile li ul,
        .ari .nav-main .nav-content-mobile li ul {
          display: none;
          width: 100%;
          margin-top: 46px;
          margin-left: -10px;
          padding-left: 0;
          zoom: 1; }
          .aro .nav-main .nav-content-mobile li ul:before, .aro .nav-main .nav-content-mobile li ul:after,
          .ari .nav-main .nav-content-mobile li ul:before,
          .ari .nav-main .nav-content-mobile li ul:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden; }
          .aro .nav-main .nav-content-mobile li ul:after,
          .ari .nav-main .nav-content-mobile li ul:after {
            clear: both; }
          .aro .nav-main .nav-content-mobile li ul li,
          .ari .nav-main .nav-content-mobile li ul li {
            margin-left: 0;
            padding-left: 0; }
            .aro .nav-main .nav-content-mobile li ul li a,
            .ari .nav-main .nav-content-mobile li ul li a {
              width: 268px;
              background: #DEDEDE; }
        .aro .nav-main .nav-content-mobile li a,
        .ari .nav-main .nav-content-mobile li a {
          text-transform: uppercase;
          color: black;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          display: inline-block;
          height: 44px;
          top: 0px;
          position: absolute;
          padding: 12px 12px 12px 34px;
          width: 258px;
          background: white; }
          .aro .nav-main .nav-content-mobile li a:hover,
          .ari .nav-main .nav-content-mobile li a:hover {
            color: #BBB; }
          .aro .nav-main .nav-content-mobile li a.arrow,
          .ari .nav-main .nav-content-mobile li a.arrow {
            right: -18px;
            top: 5px;
            width: 17px;
            height: 11px;
            display: none;
            position: absolute;
            cursor: pointer;
            background: url("/img/mobile/subnav-icons.png") no-repeat;
            background-position: -4px 11px;
            z-index: 2; }
        .aro .nav-main .nav-content-mobile li.division,
        .ari .nav-main .nav-content-mobile li.division {
          border-bottom: 1px solid #DDD;
          min-height: 10px; }
        .aro .nav-main .nav-content-mobile li.active a.arrow,
        .ari .nav-main .nav-content-mobile li.active a.arrow {
          background-position: -4px -12px;
          top: 15px;
          width: 12px;
          height: 12px; }
        .aro .nav-main .nav-content-mobile li span.icon,
        .ari .nav-main .nav-content-mobile li span.icon {
          background: url("/img/mobile/mobile-menu-icons.png") no-repeat;
          position: absolute;
          top: 9px;
          display: block;
          z-index: 1; }
          .aro .nav-main .nav-content-mobile li span.icon.home,
          .ari .nav-main .nav-content-mobile li span.icon.home {
            background-position: -59px -2px;
            width: 25px;
            height: 23px; }
          .aro .nav-main .nav-content-mobile li span.icon.campus,
          .ari .nav-main .nav-content-mobile li span.icon.campus {
            background-position: -4px -2px;
            width: 22px;
            height: 23px; }
          .aro .nav-main .nav-content-mobile li span.icon.search,
          .ari .nav-main .nav-content-mobile li span.icon.search {
            background-position: -32px -2px;
            width: 23px;
            height: 23px; }
          .aro .nav-main .nav-content-mobile li span.icon.about,
          .ari .nav-main .nav-content-mobile li span.icon.about {
            background-position: -85px -2px;
            width: 23px;
            height: 23px; }
          .aro .nav-main .nav-content-mobile li span.icon.ed-resources,
          .ari .nav-main .nav-content-mobile li span.icon.ed-resources {
            background-position: -112px -4px;
            width: 14px;
            height: 21px;
            top: 12px;
            left: 13px; }
          .aro .nav-main .nav-content-mobile li span.icon.novels-works,
          .ari .nav-main .nav-content-mobile li span.icon.novels-works {
            background-position: -152px -5px;
            width: 18px;
            height: 19px;
            top: 14px;
            left: 13px; }
          .aro .nav-main .nav-content-mobile li span.icon.ideas,
          .ari .nav-main .nav-content-mobile li span.icon.ideas {
            background-position: -132px -3px;
            width: 15px;
            height: 22px;
            top: 12px;
            left: 13px; }
          .aro .nav-main .nav-content-mobile li span.icon.aboutari,
          .ari .nav-main .nav-content-mobile li span.icon.aboutari {
            background: url("/img/ari/icon-aboutari.png") no-repeat;
            background-size: 30px, 17px;
            width: 30px;
            height: 17px;
            top: 13px;
            left: 7px; }
          .aro .nav-main .nav-content-mobile li span.icon.blog,
          .ari .nav-main .nav-content-mobile li span.icon.blog {
            background: url("/img/ari/icon-blog.png") no-repeat;
            background-size: 23px, 24px;
            width: 23px;
            height: 24px;
            top: 10px;
            left: 10px; }
          .aro .nav-main .nav-content-mobile li span.icon.issues,
          .ari .nav-main .nav-content-mobile li span.icon.issues {
            background: url("/img/ari/icon-issues.png") no-repeat;
            background-size: 22px, 25px;
            width: 22px;
            height: 25px;
            top: 7px;
            left: 11px; }
          .aro .nav-main .nav-content-mobile li span.icon.experts,
          .ari .nav-main .nav-content-mobile li span.icon.experts {
            background: url("/img/ari/icon-experts.png") no-repeat;
            background-size: 30px, 20px;
            width: 30px;
            height: 20px;
            top: 11px;
            left: 10px; }
          .aro .nav-main .nav-content-mobile li span.icon.events,
          .ari .nav-main .nav-content-mobile li span.icon.events {
            background: url("/img/ari/icon-events.png") no-repeat;
            background-size: 25px, 23px;
            width: 25px;
            height: 23px;
            top: 10px;
            left: 13px; }

  /* background */
  .bg-content-mobile {
    background: white;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none; }
    .container.open-nav .bg-content-mobile {
      display: block;
      top: 60px; }

  .nav-sub-mobile {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 320px;
    z-index: 1;
    position: absolute;
    top: -120px;
    opacity: 0;
    display: block;
    -webkit-transition: all 400ms cubic-bezier(0.04, 0.8, 0.53, 1);
    -moz-transition: all 400ms cubic-bezier(0.04, 0.8, 0.53, 1);
    -ms-transition: all 400ms cubic-bezier(0.04, 0.8, 0.53, 1);
    -o-transition: all 400ms cubic-bezier(0.04, 0.8, 0.53, 1);
    transition: all 400ms cubic-bezier(0.04, 0.8, 0.53, 1);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000;
    left: 50%;
    margin-left: -159px; }
    .nav-sub-mobile li {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      background: white;
      border-bottom: 1px solid #DDD;
      width: 320px;
      padding: 0;
      height: 44px; }
      .nav-sub-mobile li a {
        color: #3f3f3f;
        text-transform: uppercase;
        text-align: center;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 10px;
        font-family: "Brandon Grot W01 Black", sans-serif;
        display: inline-block;
        width: 100%; }
    .nav-sub-mobile.open-subnav {
      top: 60px;
      opacity: 1; }
    .nav-sub-mobile.open-nav {
      left: 302px;
      margin-left: 0; }

  /* Search bar */
  #search-icon {
    display: none;
    top: 47px;
    position: absolute;
    right: -300px;
    /* Overwrite jQuery UI autocomplete's results */ }
    #search-icon .search-input.ui-autocomplete-input {
      position: absolute;
      left: inherit;
      top: 12px;
      right: -23px;
      width: 300px;
      display: block; }
    #search-icon ul.ui-autocomplete.ui-menu.ui-widget-content {
      width: 332px !important;
      margin-top: 45px;
      margin-left: -176px;
      padding-left: 15px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

  .magnifier {
    position: absolute;
    top: 22px;
    right: -288px;
    background: url("/img/mobile/mobile-menu-icons.png") no-repeat;
    background-position: -32px -2px;
    width: 23px;
    height: 23px;
    cursor: pointer; }

  .transition-mode {
    -webkit-transition: all 400ms cubic-bezier(0.04, 0.8, 0.53, 1);
    -moz-transition: all 400ms cubic-bezier(0.04, 0.8, 0.53, 1);
    -ms-transition: all 400ms cubic-bezier(0.04, 0.8, 0.53, 1);
    -o-transition: all 400ms cubic-bezier(0.04, 0.8, 0.53, 1);
    transition: all 400ms cubic-bezier(0.04, 0.8, 0.53, 1);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000; }

  .open-content {
    opacity: .4;
    pointer-events: none; } }
/* Site specific base files */
/* shared styles for aro desktop */
/* Global =============================== */
.container {
  width: 960px; }

/* Header ======================= */
.aro .nav-main {
  background: url("/img/aro/bg-main-nav.jpg") repeat-x; }
  .aro .nav-main .nav-tabs li.active {
    background: url("/img/aro/bg-main-nav-active.png") no-repeat; }
.aro .nav-sub li:after {
  color: #4caee1; }

.aro .signin a {
  color: #4caee1; }
  .aro .signin a:hover {
    color: #5bc3ed; }

.aro .search-bar {
  background: #4caee1; }
  .aro .search-bar .search-input {
    background: #4caee1; }

/* Search bar for ARO specifics */
.aro .ui-menu-item a strong {
  color: #4caee1; }

/* Header =============================== */
.signin {
  display: block; }

.nav-sub {
  display: block; }

.search-bar .search-input {
  width: 700px; }
.search-bar .search-enter {
  display: block; }

/* Global =============================== */
/* cta buttons */
.aro .cta {
  background: #4caee1;
  color: #fff;
  font-size: 11px;
  font-family: "Brandon Grot W01 Black", sans-serif;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .aro .cta:hover {
    background: #5bc3ed; }
  .aro .cta.small {
    padding: 7px 15px 7px; }
  .aro .cta.large {
    padding: 10px 20px; }
  .aro .cta.normal {
    padding: 10px 10px; }
    .aro .cta.normal:after {
      content: ''; }
  .aro .cta.no-style {
    background: none;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    font-size: 16px;
    text-transform: none;
    color: #4caee1; }
    .aro .cta.no-style:after {
      content: url("/img/icon-arrow-right-black.png");
      margin-left: 10px; }
    .aro .cta.no-style:hover {
      color: #5bc3ed; }
  .aro .cta.right:after {
    content: url("/img/icon-next.png");
    position: relative;
    top: 4px;
    margin-left: 10px; }
  .aro .cta.left:before {
    content: url("/img/icon-prev.png");
    position: relative;
    top: 4px;
    margin-right: 10px; }

/* quote popup */
.btn-quote {
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
  background: url("/img/aro/btn-quote-blue.png") no-repeat;
  width: 60px;
  height: 64px; }
  .btn-quote img {
    display: none; }

.quote-popup {
  display: none;
  position: absolute;
  width: 445px;
  height: auto;
  background-color: #4CAEE1;
  padding: 40px 35px;
  border-radius: 5px;
  bottom: 14px;
  box-sizing: border-box;
  color: white;
  font-family: "LegacySerifITCW01-BkIt", sans-serif;
  z-index: 6; }

.quote-close {
  width: 21px;
  height: 22px;
  background: url("/img/aro//btn-close-blue.png") no-repeat;
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer; }

/* Tab Module */
.tab-content > li {
  zoom: 1; }
  .tab-content > li:before, .tab-content > li:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .tab-content > li:after {
    clear: both; }
  .tab-content > li:not(.active) {
    display: none; }

/* Generic Template */
.aro .generic-template p a, .aro .generic-template p a:active, .aro .generic-template p a:hover, .aro .generic-template p a:visited {
  color: #4caee1; }

/* Info-Graphic Carousel =========== */
.aro .info-graphic a {
  background: #4caee1; }
  .aro .info-graphic a.activeSlide {
    background: #a1dd67; }

/* Stay in touch, Support module =========== */
.aro .stay-in-touch {
  background-color: #4caee1; }
.aro .support-module .container .block-title {
  color: #4caee1; }
.aro .support-module .container .actions a {
  background-color: #4caee1; }
  .aro .support-module .container .actions a:hover {
    background-color: #5bc3ed; }

/* Footer ===================== */
.aro footer .btn li {
  background: #4caee1; }
  .aro footer .btn li:hover {
    background: #5bc3ed; }
  .aro footer .btn li a.large:hover {
    background: #5bc3ed; }
.aro footer .social li.linkedin {
  display: none; }

/* shared styles for ari desktop */
/* Header ======================= */
.ari .nav-main {
  background: url("/img/ari/bg-main-nav.jpg") repeat-x #ececec; }
  .ari .nav-main .nav-tabs li.active {
    background: url("/img/ari/bg-main-nav-active.png") no-repeat; }
.ari .nav-sub li:after {
  color: #fec01b; }

.ari .signin a {
  color: #fec01b; }
  .ari .signin a:hover {
    color: #fec93d; }
.ari .signin li a:after {
  content: url("/img/ari/icon-arrow-right-ari.png"); }

.ari .search-bar {
  background: #fec01b; }
  .ari .search-bar .search-input {
    background: #fec01b; }

/* Global ======================== */
.ari a {
  color: #e8a400; }

.filter-bar {
  width: 100%;
  padding: 27px 0;
  font-family: "Brandon Grot W01 Black", sans-serif;
  font-size: 24px;
  background: #272727; }
  .filter-bar .container {
    text-align: left; }
  .filter-bar .active-label {
    position: relative;
    margin-left: 35px;
    z-index: 4;
    cursor: pointer; }
    .filter-bar .active-label:after {
      content: url("/img/ari/icon-arrow-down.png");
      margin-left: 16px;
      top: -5px;
      position: relative; }
  .filter-bar h1 {
    display: inline;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #fec01b; }
  .filter-bar .select-options {
    position: absolute;
    width: 345px;
    top: -11px;
    padding: 55px 25px 0;
    font-size: 16px;
    color: #3f3f3f;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #fff;
    border: solid 1px #f4f4f4;
    border-radius: 2px;
    z-index: 3;
    display: none; }
  .filter-bar .select-options > li {
    border-top: dotted 1px #666666;
    padding: 10px 0; }
    .filter-bar .select-options > li li {
      padding: 4px 10px;
      cursor: pointer; }
      .filter-bar .select-options > li li a {
        display: block;
        width: 100%;
        color: #272727; }
        .filter-bar .select-options > li li a:hover {
          background: #272727;
          color: #fec01b; }
      .filter-bar .select-options > li li:hover {
        background: #272727; }
        .filter-bar .select-options > li li:hover a {
          color: #fec01b; }
  .filter-bar .info-box {
    position: relative;
    float: right;
    top: -9px;
    margin-right: 90px;
    font-size: 14px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    color: white;
    line-height: 1.2em; }
    .filter-bar .info-box li, .filter-bar .info-box li a {
      color: white; }
    .filter-bar .info-box .main {
      font-family: "Brandon Grot W01 Black", sans-serif;
      text-transform: uppercase;
      color: #fec01b; }
    .filter-bar .info-box:last-child {
      margin-right: 45px; }

.sidebar .social-links {
  position: relative;
  float: left;
  margin: 4px 0 0 20px; }
  .sidebar .social-links li {
    display: inline-block;
    margin-right: 2px; }

.ari h1.main {
  display: inline-block;
  width: 100%;
  font-size: 36px;
  font-family: "Brandon Grot W01 Black", sans-serif;
  color: #fec01b;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2em; }

/* cta buttons */
.ari .cta {
  background: #fec01b;
  color: #fff;
  font-size: 11px;
  font-family: "Brandon Grot W01 Black", sans-serif;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* maybe call this extra-large? uses the width of the parent container, look media-center.php */ }
  .ari .cta:hover {
    background: #fec93d; }
  .ari .cta.small {
    padding: 4px 15px 7px;
    line-height: 20px; }
  .ari .cta.large {
    padding: 10px 20px; }
  .ari .cta.no-style {
    background: none;
    font-size: 16px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    text-transform: none;
    color: #e8a400; }
    .ari .cta.no-style:after {
      content: url("/img/icon-arrow-right-black.png");
      margin-left: 10px; }
  .ari .cta.right:after {
    content: url("/img/icon-next.png");
    position: relative;
    top: 4px;
    margin-left: 10px; }
  .ari .cta.left:before {
    content: url("/img/icon-prev.png");
    position: relative;
    top: 4px;
    margin-right: 10px; }
  .ari .cta.full-width {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    padding: 25px 0px 25px 20px;
    font-size: 16px;
    text-align: left; }
    .ari .cta.full-width.right:after {
      position: absolute;
      right: 17px;
      margin-top: 2px;
      top: initial; }

/* Info-Graphic Carousel =========== */
.ari .info-graphic a {
  background: #7b7b7b; }
  .ari .info-graphic a.activeSlide {
    background: #e8a400; }

/* Sidebar ========================= */
.sidebar .follow-us {
  float: left;
  line-height: 33px;
  color: #666666;
  font-family: "Brandon Grot W01 Black", sans-serif; }
.sidebar .social-links {
  margin-left: 53px; }
  .sidebar .social-links img {
    width: 24px; }

/* Search Results ====================== */
.results-bar {
  padding: 20px 0; }
  .results-bar h1 {
    margin-top: 5px;
    font-size: 30px; }
  .results-bar h2 {
    font-size: 24px; }

.results-list .sorting {
  margin-top: 44px;
  font-size: 16px; }
.results-list article {
  padding: 20px 0 25px; }
.results-list .content {
  width: 700px; }
  .results-list .content .title {
    font-size: 20px; }
  .results-list .content h4 {
    font-size: 14px; }
  .results-list .content h3 {
    font-size: 16px; }
  .results-list .content p {
    font-size: 16px; }

.press-release-content {
  margin-left: 320px;
  padding-bottom: 50px; }

/* Stay in touch, Support module =========== */
.ari .stay-in-touch {
  background-color: #fec01b; }
.ari .support-module .container .block-title {
  color: #fec01b; }
.ari .support-module .container .actions a {
  background-color: #fec01b; }
  .ari .support-module .container .actions a:hover {
    background-color: #fec93d; }

/* Search bar for ARI specifics */
.ari .ui-menu-item a strong {
  color: #fec01b; }

/* Tooltip Share social networks */
.share.cta {
  position: absolute;
  background: none;
  z-index: 7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .share.cta:hover {
    background: none; }
  .share.cta span {
    background: url("/img/aro/video-icons-sprite.png") no-repeat -3px -29px;
    width: 14px;
    height: 11px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 1px; }
  .share.cta:hover span {
    visibility: visible; }
  .share.cta .fb {
    background: url("/img/aro/video-icons-sprite.png") no-repeat -77px -5px;
    width: 23px;
    height: 23px; }
  .share.cta .twitter {
    background: url("/img/aro/video-icons-sprite.png") no-repeat -110px -6px;
    width: 23px;
    height: 23px; }
  .share.cta .pinterest {
    background: url("/img/aro/video-icons-sprite.png") no-repeat -143px -6px;
    width: 23px;
    height: 23px; }
  .share.cta .share-popup {
    display: none;
    position: absolute;
    width: 120px;
    height: 36px;
    padding-top: 10px;
    background: #2D2D2D;
    text-transform: uppercase;
    border-radius: 3px;
    top: -64px;
    right: -1px;
    border: 1px solid #444444;
    color: #fff;
    font-size: 11px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .share.cta .share-popup .spacer {
      width: 100%;
      height: 30px;
      bottom: -31px;
      position: absolute; }
  .share.cta .share-icon {
    display: inline-block;
    position: relative;
    margin-left: 10px; }
    .share.cta .share-icon:first-child {
      margin-left: 14px; }
  .share.cta .share-popup:after, .share.cta .share-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .share.cta .share-popup:after {
    border-color: rgba(45, 45, 45, 0);
    border-top-color: #2D2D2D;
    border-width: 11px;
    left: 50%;
    margin-left: 18px; }
  .share.cta .share-popup:before {
    border-color: rgba(68, 68, 68, 0);
    border-top-color: #444;
    border-width: 12px;
    left: 50%;
    margin-left: 18px; }

/* Footer ====================== */
.ari footer .btn li {
  background: #fec01b; }
  .ari footer .btn li:hover {
    background: #fec93d; }
  .ari footer .btn li a {
    color: #3f3f3f; }
.ari footer .social li a {
  color: #3f3f3f; }
.ari footer .social li.instagram, .ari footer .social li.pinterest {
  display: none; }

/* GLOBAL ============================= */
/* search results */
/* Search Results ====================== */
.results-bar {
  width: 100%;
  background: #272727;
  line-height: 1.5em; }
  .results-bar .container {
    text-align: left; }
  .results-bar h1 {
    font-family: "Brandon Grot W01 Black", sans-serif;
    text-transform: uppercase; }
    .aro .results-bar h1 {
      color: #4caee1; }
    .ari .results-bar h1 {
      color: #fec01b; }
  .results-bar h2 {
    font-family: "BrandonGrotW01-Regular", sans-serif;
    color: white; }

.results-list .container {
  text-align: left; }
.results-list .sorting {
  font-family: "BrandonGrotW01-Regular", sans-serif;
  color: #7b7b7b; }
  .results-list .sorting a {
    font-family: "Brandon Grot W01 Black", sans-serif;
    text-transform: uppercase;
    color: #7b7b7b; }
    .ari .results-list .sorting a.active {
      color: #fec01b; }
    .aro .results-list .sorting a.active {
      color: #4caee1; }
.results-list article {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: dotted 1px #cbcbcb; }
.results-list .content {
  position: relative;
  float: left;
  font-family: "BrandonGrotW01-Regular", sans-serif;
  color: #666666; }
  .results-list .content .title {
    margin-top: 10px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    text-transform: uppercase;
    line-height: 1.0em; }
    .results-list .content .title a {
      color: #323232; }
  .results-list .content .tag {
    display: inline; }
  .results-list .content h4 {
    text-transform: uppercase;
    color: #989898; }
  .results-list .content h3 {
    margin-top: 2px;
    color: #989898; }
    .results-list .content h3 .category {
      font-family: "Brandon Grot W01 Black", sans-serif;
      text-transform: uppercase; }
  .results-list .content .article.category:before {
    content: url("/img/ari/icon-article.png");
    position: relative;
    top: 3px;
    margin-right: 5px; }
  .results-list .content .video.category:before {
    content: url("/img/ari/icon-video.png");
    position: relative;
    top: 3px;
    margin-right: 5px; }
  .results-list .content .podcast.category:before {
    content: url("/img/ari/icon-podcast.png");
    position: relative;
    top: 3px;
    margin-right: 5px; }
  .results-list .content p {
    margin-top: 20px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    color: #7b7b7b; }
.results-list .no-results {
  /*display: inline-block;*/
  display: none;
  margin: 95px 0;
  width: 100%;
  color: #fec01b;
  text-align: center;
        /*
		p {
			display: inline-block;
			width: 650px; 
			font-family: $legacy;
			font-size: 33px;
			
			
			&:before {
				content: url($base-url-ari + 'icon-quote-before.png');
				margin-right: 30px;
			}
			
			&:after {
				content: url($base-url-ari + 'icon-quote-after.png');
				position: relative;
				margin-left: 30px;
				top: 15px;
			}
		}
		*/ }
  .results-list .no-results p {
    display: inline-block;
    width: 650px;
    font-family: "LegacySerifITCW01-BkIt", sans-serif;
    color: #fec01b;
    font-size: 33px;
    line-height: 2.0em; }
    .results-list .no-results p.quote:before {
      content: url("/img/ari/icon-quote-before.png");
      margin-right: 15px; }
    .results-list .no-results p.quote:after {
      content: url("/img/ari/icon-quote-after.png");
      position: absolute;
      margin-left: 10px;
      margin-top: 17px; }
    .results-list .no-results p .author {
      font-family: "Brandon Grot W01 Black", sans-serif;
      text-transform: uppercase; }
  .results-list .no-results h2 {
    margin-top: 20px;
    font-size: 24px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    text-transform: uppercase; }

.aro .results-list .no-results {
  color: #4caee1;
    /*
	p {
		&:before {
			content: url($base-url-aro + 'icon-quote-before.png');
		}
		&:after {
			content: url($base-url-aro + 'icon-quote-after.png');
		}
	}
	*/ }

.ari .pagination-search .first,
.aro .pagination-search .first {
  background: #fff; }

.pagination-search {
  padding-bottom: 90px;
  padding-bottom: 90px;
  width: 960px;
  margin: 0 auto;
  clear: both;
  z-index: 1; }
  .pagination-search .cta {
    margin-top: 30px; }
  .pagination-search > span {
    margin-top: 40px;
    margin: 40px auto;
    text-align: center;
    width: 100%;
    display: inline-table; }
    .pagination-search > span .aspNetDisabled {
      visibility: visible;
      opacity: .5; }
    .pagination-search > span .first {
      margin-right: 25px; }
    .pagination-search > span .last {
      margin-left: 25px; }
    .pagination-search > span .cta.left, .pagination-search > span .cta.right {
      position: absolute;
      color: #fff; }
    .pagination-search > span .cta.left {
      left: 0;
      top: 0; }
    .pagination-search > span .cta.right {
      top: 0;
      right: 0; }
    .pagination-search > span span {
      font-family: "BrandonGrotW01-Regular", sans-serif;
      font-size: 18px;
      display: inline;
      margin: 0 5px;
      color: #666666; }
    .pagination-search > span a {
      font-family: "BrandonGrotW01-Regular", sans-serif;
      font-size: 18px;
      color: #fec01b;
      display: inline;
      margin: 0 5px; }
      .ari .pagination-search > span a {
        color: #fec01b; }
      .aro .pagination-search > span a {
        color: #4caee1; }

@media only screen and (max-width: 36.5em) {
  .container,
  .results-list article .content,
  footer .links {
    width: 280px; }

  body > header {
    height: 67px; }

  .pagination-search {
    width: 320px;
    margin: 0 auto;
    clear: both;
    z-index: 1; }
    .pagination-search .cta {
      margin-top: 30px; }
    .pagination-search > span {
      margin-top: 40px;
      margin: 40px auto;
      text-align: center;
      width: 100%;
      display: inline-table; }
      .pagination-search > span .first {
        margin-right: 5px; }
      .pagination-search > span .last {
        margin-left: 5px; }
      .pagination-search > span .cta.left {
        top: 50px; }
      .pagination-search > span .cta.right {
        top: 50px; }
      .pagination-search > span span {
        font-family: "BrandonGrotW01-Regular", sans-serif;
        font-size: 18px;
        display: inline;
        margin: 0 5px;
        color: #666666; }
      .pagination-search > span a {
        font-family: "BrandonGrotW01-Regular", sans-serif;
        font-size: 18px;
        color: #fec01b;
        display: inline;
        margin: 0 5px; }

  .results-list .no-results p {
    width: 90%; } }
/* Generic Template ======================== */
.generic-template .article-list {
  margin: 13px 0 92px 0;
  width: 790px; }
  .generic-template .article-list article {
    margin-bottom: -7px;
    padding-bottom: 5px; }
  .generic-template .article-list .post-title {
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 27px;
    line-height: 1;
    margin-bottom: 4px;
    padding-top: 6px;
    letter-spacing: .2px; }
  .generic-template .article-list .post-title + ul {
    margin-top: 5px; }
.generic-template blockquote.small {
  font-size: 16px;
  width: 430px;
  padding-left: 30px;
  border-left: solid 1px #fec01b;
  line-height: 1.3em;
  font-family: "BrandonGrotW01-Regular", sans-serif;
  color: #323232; }
.generic-template .block-content {
  display: inline-block;
  width: 550px;
  margin: 30px 0 0 0;
  text-align: left; }
  .generic-template .block-content .post-category {
    display: inline-block;
    float: none;
    position: relative;
    padding: 2px 0 1px 6px;
    top: 12px;
    line-height: normal;
    margin-bottom: 30px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: #fec01b; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .generic-template .block-content .post-category {
        padding-bottom: 2px; } }
    .generic-template .block-content .post-category:before {
      content: url("/img/ari/post-cat-left.png");
      position: absolute;
      margin-left: -12px;
      margin-top: -2px; }
    .generic-template .block-content .post-category:after {
      content: url("/img/ari/post-cat-right.png");
      position: absolute;
      top: 0;
      right: -18px;
      margin-top: 0; }
  .generic-template .block-content ul,
  .generic-template .block-content ol {
    position: relative;
    float: left;
    width: 100%;
    list-style-type: disc;
    margin: -5px 0 20px 20px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    color: #989898;
    font-size: 16px; }
  .generic-template .block-content .block-title {
    font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: 1px; }
  .generic-template .block-content p {
    margin-bottom: 20px;
    letter-spacing: .3px;
    line-height: 1.6em;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    font-size: 16px;
    color: #323232; }
  .generic-template .block-content blockquote.small {
    font-size: 16px;
    width: 430px;
    padding-left: 30px;
    border-left: solid 1px #fec01b;
    line-height: 1.3em;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    color: #323232; }
  .generic-template .block-content .section-title {
    margin: 20px 0 10px;
    font-family: "Brandon Grot W01 Black", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #7b7b7b; }
    .generic-template .block-content .section-title:nth-of-type(1) {
      margin-top: 45px; }
.generic-template .article-list {
  margin: 13px 0 92px 0;
  width: 790px; }
  .generic-template .article-list article {
    margin-bottom: -7px;
    padding-bottom: 5px; }
  .generic-template .article-list .post-title {
    font-family: "BrandonGrotW01-Regular", sans-serif;
    font-weight: bold;
    font-size: 27px;
    line-height: 1;
    margin-bottom: 4px;
    padding-top: 6px;
    letter-spacing: .2px; }
  .generic-template .article-list .post-title + ul {
    margin-top: 5px; }
.generic-template .main-logo {
  left: 36px;
  top: 33px; }

@media only screen and (max-width: 36.5em) {
  /* Generic Template ======================== */
  .generic-template {
    /* FAQ Template ======================== */ }
    .generic-template .block-content {
      width: 280px;
      margin: 39px 0 0; }
      .generic-template .block-content ul {
        margin: 0 0 20px 20px; }
      .generic-template .block-content .post-category {
        padding: 0 5px; }
        .generic-template .block-content .post-category:before, .generic-template .block-content .post-category:after {
          content: none;
          position: static;
          margin: 0; }
    .generic-template .article-list {
      width: 280px; }
      .generic-template .article-list .post-title {
        font-size: 22px; }
    .generic-template.faq .block-content {
      width: 280px;
      margin: 30px 0; }
    .generic-template.faq .post-title {
      font-size: 22px; }
    .generic-template.faq blockquote.small {
      width: 265px;
      padding-left: 15px; } }
/* PLUGINS ================================ */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #ececec;
  position: relative; }

.jspDrag {
  background: #c4c4c4;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

/*
 * Selecter Plugin [Formstone Library]
 * @author Ben Plum
 * @version 2.2.4
 *
 * Copyright © 2013 Ben Plum <mr@benplum.com>
 * Released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
 */
.selecter-element {
  *left: -999999px;
  position: absolute;
  opacity: 0; }

.selecter {
  display: block;
  margin: 10px 0;
  position: relative;
  max-width: 30%;
  z-index: 1; }

.selecter .selecter-selected {
  background: #f9f9f9 url(../../img/plugins/fs-selecter-arrow.png) no-repeat right center;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  overflow: hidden;
  padding: 8px 10px;
  position: relative;
  text-overflow: clip;
  z-index: 49; }

.selecter .selecter-options {
  border: 1px solid #ccc;
  border-width: 0 1px 1px;
  background-color: #fefefe;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  display: none;
  left: 0;
  margin: 0;
  max-height: 260px;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  *width: auto;
  z-index: 50; }

.selecter .selecter-group {
  background: #F9F9F9;
  border-bottom: 1px solid #e3e3e3;
  color: #999;
  display: block;
  font-size: 11px;
  padding: 5px 10px 4px;
  text-transform: uppercase; }

.selecter .selecter-item {
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  overflow: hidden;
  padding: 8px 10px;
  text-overflow: ellipsis;
  width: 100%; }

.selecter .selecter-item.selected {
  background: #F9F9F9; }

.selecter .selecter-item.disabled {
  color: #999;
  cursor: default; }

.selecter .selecter-item.first {
  border-radius: 0; }

.selecter .selecter-item.last {
  border-radius: 0 0 2px 2px;
  border-bottom: 0; }

@media screen and (min-width: 980px) {
  .selecter .selecter-item:hover,
  .selecter .selecter-item.selected:hover {
    background-color: #f3f3f3; }

  .selecter .selecter-item.disabled:hover {
    background-color: #fff; }

  .selecter:hover .selecter-selected {
    background-color: #fff; }

  .selecter.disabled .selecter-item:hover {
    background: #fff; } }
/* Open */
.selecter.open {
  z-index: 3; }

.selecter.open .selecter-selected {
  border-radius: 3px 3px 0 0;
  z-index: 51; }

.selecter.open .selecter-selected,
.selecter.focus .selecter-selected {
  background-color: #fff; }

/* 'Cover' Positioning */
.selecter.cover .selecter-options {
  border-radius: 3px;
  border-width: 1px;
  top: 0; }

.selecter.cover .selecter-options .selecter-item.first {
  border-radius: 3px 3px 0 0; }

.selecter.cover.open .selecter-selected {
  border-radius: 3px 3px 0 0;
  z-index: 49; }

/* 'Bottom' Positioning */
.selecter.bottom .selecter-options {
  border-width: 1px 1px 0;
  bottom: 100%;
  top: auto; }

.selecter.bottom .selecter-item.last {
  border: none; }

.selecter.bottom.open .selecter-selected {
  border-radius: 0 0 3px 3px; }

.selecter.bottom.open .selecter-options {
  border-radius: 3px 3px 0 0; }

/* 'Bottom' + 'Cover' Positioning */
.selecter.bottom.cover .selecter-options {
  bottom: 0;
  top: auto; }

.selecter.bottom.cover.open .selecter-selected {
  border-radius: 3px; }

.selecter.bottom.cover.open .selecter-options {
  border-radius: 3px; }

/* Multiple Select */
.selecter.multiple .selecter-options {
  border-radius: 3px;
  border-width: 1px;
  box-shadow: none;
  display: block;
  position: static;
  width: 100%; }

/* 'Disabled' State */
.selecter.disabled .selecter-selected {
  background: #fff;
  border-color: #eee;
  color: #ccc;
  cursor: default; }

.selecter.disabled .selecter-options {
  background: #fff;
  border-color: #eee; }

.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
  border-color: #eee;
  color: #ccc;
  cursor: default; }

.selecter.disabled .selecter-item.selected {
  background: #fafafa; }

/* Scroller Support */
.selecter .selecter-options.scroller {
  overflow: hidden; }

.selecter .selecter-options.scroller .scroller-content {
  max-height: 260px;
  padding: 0; }

/* Media Queries */
@media screen and (max-width: 740px) {
  .selecter {
    max-width: 40%; } }
@media screen and (max-width: 500px) {
  .selecter {
    max-width: 100%; } }
/* MEDIA QUERIES ============================= */
/* Mobile: 320+ */
@media only screen and (max-width: 36.5em) {
  /* shared styles for aro mobile */
  /* Global =============================== */
  .container {
    width: 320px; }

  /* Header =============================== */
  .signin {
    display: none; }

  .nav-sub {
    display: none; }

  /* Dropdown filter nav */
  .filter-bar .filter-nav li.active a:after {
    content: url("/img/aro/icon-arrow-down.png"); }

  /* Arrows mobile navigation */
  .aro section.blue-background .tab-arrow.left-arrow {
    background-position: -2px -2px; }
  .aro section.blue-background .tab-arrow.right-arrow {
    background-position: -20px -3px; }
  .aro section.blue-background .nav-index ul li.active {
    background: white; }

  /* Footer ===================== */
  footer .logo {
    margin: 0 35px 0 30px; }
  footer ul {
    height: auto;
    margin-right: 0;
    padding-left: 0; }
  footer .links {
    width: 320px;
    margin-top: 20px;
    border: none; }
    footer .links li {
      padding: 10px 0;
      margin: 0;
      border-bottom: solid 1px #333333; }
  footer .social {
    width: 100%;
    margin-top: 20px;
    border: none; }

  /* shared styles for ari mobile */
  /* Search Results ====================== */
  .results-bar {
    padding: 15px 0; }
    .results-bar h1 {
      margin-top: 0;
      font-size: 18px; }
    .results-bar h2 {
      font-size: 13px; }

  .results-list .sorting {
    margin-top: 10px;
    font-size: 13px; }
  .results-list article {
    padding: 25px 0; }
  .results-list .content {
    width: 280px; }
    .results-list .content .title {
      font-size: 16px; }
    .results-list .content h4 {
      font-size: 10px; }
    .results-list .content h3 {
      font-size: 12px; }
    .results-list .content p {
      font-size: 13px; }

  /* Dropdown filter nav */
  .filter-bar .filter-nav li.active a:after {
    content: url("/img/ari/icon-arrow-down.png"); }
  .filter-bar .select-options {
    width: 250px;
    margin-left: -20px;
    padding: 55px 10px 0;
    font-size: 15px; }

  /* Sidebar ========================= */
  .sidebar .follow-us {
    font-size: 24px;
    text-align: center;
    display: inline-block;
    width: 100%; }
  .sidebar .social-links {
    margin-left: 0; }
    .sidebar .social-links img {
      width: 40px;
      margin-right: 5px; }
      .sidebar .social-links img:last-child {
        margin-right: 0; }

  /* shared styles between ari/aro for Mobile */
  /* Global ======================= */
  body {
    min-width: 0; }

  body > header, form > header {
    height: 67px; }

  .container {
    width: 280px; }

  /* Dropdown filter nav */
  .filter-bar .container .close-subnav {
    top: 4px;
    left: 223px; }
  .filter-bar .filter-nav {
    display: block; }
    .filter-bar .filter-nav li {
      width: 100%;
      background: #282828;
      border-bottom: solid 1px #737272;
      padding: 5px 10px;
      display: none;
      float: left;
      text-align: left;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .filter-bar .filter-nav li a {
        font-family: "Brandon Grot W01 Black", sans-serif;
        color: white;
        text-transform: uppercase;
        font-size: 15px;
        letter-spacing: 1px;
        width: 280px;
        margin-left: 10px;
        padding: 20px 0 !important;
        display: inline-block; }
      .filter-bar .filter-nav li.active {
        display: inline-block; }
        .filter-bar .filter-nav li.active a {
          color: #4caee1; }
      .filter-bar .filter-nav li:first-child {
        margin-right: 0; }
      .filter-bar .filter-nav li.active a:after {
        position: absolute;
        margin-left: 10px; }
      .filter-bar .filter-nav li.open {
        display: block; }
    .filter-bar .filter-nav li:before {
      content: ""; }
    .filter-bar .filter-nav li.active:before {
      display: none; }
    .filter-bar .filter-nav.open li {
      display: block; }

  /* Stay in touch, Support module =========== */
  .stay-in-touch {
    padding-bottom: 10px; }

  .stay-in-touch .container,
  .support-module .container {
    padding: 20px 0 0; }
    .stay-in-touch .container .block-text,
    .support-module .container .block-text {
      width: 280px; }
      .stay-in-touch .container .block-text h2,
      .support-module .container .block-text h2 {
        margin-bottom: 10px;
        text-align: left; }
      .stay-in-touch .container .block-text p,
      .support-module .container .block-text p {
        font-size: 16px; }
    .stay-in-touch .container .block-title,
    .support-module .container .block-title {
      font-size: 28px;
      margin-top: 10px; }
    .stay-in-touch .container .sub-filter-bar,
    .support-module .container .sub-filter-bar {
      margin: 0; }
    .stay-in-touch .container .actions,
    .support-module .container .actions {
      margin: 51px 0 49px; }
      .stay-in-touch .container .actions a.cta.large,
      .support-module .container .actions a.cta.large {
        padding: 20px 15px;
        font-size: 13px; }

  /* Info Graphic */
  .info-graphic {
    width: 220px;
    float: left;
    margin-top: 20px;
    margin-left: 40px; }
    .info-graphic > img {
      width: 100%;
      height: auto; }

  /* Footer */
  footer {
    padding-top: 17px;
    height: 830px;
    background: #000; }
    footer .container {
      width: 100%; }
    footer .links {
      width: 100%; }
      footer .links li {
        text-align: left;
        text-transform: uppercase;
        padding: 0;
        position: relative; }
        footer .links li a {
          padding: 20px 0 20px 30px;
          font-size: 17px;
          font-weight: bold;
          cursor: pointer;
          height: 100%;
          width: 90%;
          display: inline-block; }
        footer .links li:nth-child(odd) {
          background: #131313; }
        footer .links li:hover {
          background: #333; }
        footer .links li span {
          background: url(../img/mobile/footer-arrow.png) no-repeat;
          width: 11px;
          height: 17px;
          display: block;
          position: absolute;
          top: 25px;
          right: 30px; }
    footer ul.btn {
      width: 139px;
      padding-left: 15px; }
      footer ul.btn li {
        width: 100%; }
    footer .social {
      width: 250px;
      left: 50%;
      margin: 20px 0 0 -125px;
      text-align: center; }
      footer .social h3 {
        width: 250px;
        margin-bottom: 10px;
        font-size: 14px;
        text-align: center;
        letter-spacing: 1px; }
      footer .social li {
        margin-right: 0; }
        footer .social li a {
          background: #131313;
          margin-right: 1px;
          padding: 26px 11px 10px; }
          footer .social li a:hover {
            background: #333; }
      footer .social .cta.large {
        width: 210px;
        padding: 12px 20px;
        margin-bottom: 52px; }
    footer .copyright {
      top: 30px;
      padding: 0 30px;
      color: #feffff; }

  /* Quote popup for mobile */
  .quote-popup {
    width: 280px;
    padding: 30px 20px;
    height: auto; }

  .btn-quote {
    width: 35px; }
    .btn-quote img {
      width: 100%; }

  /* Mosaic global */
  .ari #mosaic-scroller li .gradient, .aro #mosaic-scroller li .gradient {
    width: 100%;
    height: 180px; }

  .quotes-module {
    font-size: 18px;
    padding: 0 0 40px; }
    .quotes-module .quotes > ul {
      width: 280px;
      height: auto;
      display: block;
      padding-bottom: 10px;
      zoom: 1; }
      .quotes-module .quotes > ul:before, .quotes-module .quotes > ul:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .quotes-module .quotes > ul:after {
        clear: both; }
    .quotes-module .quotes li {
      width: 260px;
      margin-top: 25px; }
    .quotes-module .quotes p {
      padding: 0 20px 15px 35px;
      line-height: 1.5em;
      width: 215px;
      margin: 0 auto; }
    .quotes-module .quotes .quote:before {
      content: url("/img/aro/icon-quote-before-mobile.png");
      margin-right: 10px;
      margin-top: 2px; }
    .quotes-module .quotes .quote:after {
      content: url("/img/aro/icon-quote-after-mobile.png");
      margin-top: 8px; }
    .quotes-module .arrow {
      width: 18px;
      height: 29px; }
      .quotes-module .arrow.left {
        background-position: -15px -57px; }
      .quotes-module .arrow.right {
        background-position: -68px -58px; }

  /* Global Mobile */
  .only-desktop {
    display: none !important; }

  .only-mobile {
    display: block !important; } }
/* IPAD/TABLET SPECIFIC ======================= */


.ira-gifts h1 {
    font-size: 25px;
}
 
}
.ira-gifts ul,  ol, p {
    color: #000;
    font-size: 20px;

}

.block-content .ira-gifts p {
	font-size: 20px;
    line-height: 1.3em;
    font-family: Arial;
    color: #000;
}

.block-content .ira-gifts li {
	font-size: 20px;
	color: #000;
    font-family: Arial;
}


