@import url("../taglib/css/reset-html5-tag.css");
main, section, article, nav, aside {
  display: block; }

html {
  background-color: #616266; }

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-family: "Roboto", arial, helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.5em;
  color: #222222;
  background-color: #fff;
  padding-top: 1px; }
  @media (max-width: 570px) {
    body {
      font-size: 18px; } }

#document {
  overflow: hidden; }

a {
  outline: none !important;
  color: #ff630e; }

p {
  margin-bottom: 1.5em; }

main h2 {
  font-size: 1.2em;
  line-height: 1.25em;
  margin: 1.25em 0em; }
main p {
  margin-bottom: 1.5em; }
main ul, main ol {
  margin: 1.5em 0 1.5em 1.7em; }
main iframe[src^="https://app.e2ma.net"] {
  max-width: 100%; }

/* MAIN NAVIGATION */
#document > nav {
  background-color: #3C3D3F;
  font-family: "alternate-gothic-no-2-d", arial, helvetica, sans-serif;
  text-transform: uppercase;
  min-height: 50px;
  line-height: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5000; }
  #document > nav:after {
    display: block;
    clear: both;
    content: " ";
    overflow: hidden;
    height: 0; }
  #document > nav.logged_in {
    text-align: left; }
  #document > nav a {
    text-decoration: none;
    color: #fff; }
  #document > nav .container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 480px) {
      #document > nav .container {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 320px) {
      #document > nav .container {
        padding-left: 18px;
        padding-right: 18px; } }
    @media (max-width: 480px) {
      #document > nav .container {
        padding-left: 0;
        padding-right: 5px; } }
  #document > nav div.subscribe {
    float: left;
    background-color: #ff630e;
    white-space: nowrap;
    position: relative;
    margin-right: 1.2em; }
    @media (max-width: 480px) {
      #document > nav div.subscribe {
        margin-left: 0;
        margin-right: 0;
        position: static; } }
    #document > nav div.subscribe a {
      display: block;
      padding: 0 .6em; }
    @media (min-width: 571px) {
      #document > nav div.subscribe {
        margin-right: 1.2em;
        line-height: 56px;
        margin-bottom: -6px;
        -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1); } }
    #document > nav div.subscribe .toggle {
      height: 50px;
      cursor: pointer;
      padding: 0 .9em;
      color: #fff;
      background-color: #ff630e;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      @media (max-width: 570px) {
        #document > nav div.subscribe .toggle {
          font-size: 1.1em;
          padding: 0 .6em; } }
      #document > nav div.subscribe .toggle:after {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0d7";
        margin-left: .3em;
        line-height: 1;
        font-size: .83em;
        position: relative;
        top: -1px; }
    #document > nav div.subscribe.open .toggle:after {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f0d8"; }
    #document > nav div.subscribe > ul {
      position: absolute;
      right: 0;
      display: none;
      clear: both;
      background-color: #484a4c;
      min-width: 100%;
      font-family: "Roboto", arial, helvetica, sans-serif;
      text-transform: none; }
      #document > nav div.subscribe > ul li {
        display: block; }
        #document > nav div.subscribe > ul li + li {
          border-top: 1px solid rgba(255, 255, 255, 0.1); }
        #document > nav div.subscribe > ul li a {
          display: block;
          font-size: 0.83em;
          line-height: 2.71084em;
          margin: 0em;
          padding: 0 .9em;
          opacity: .66;
          white-space: nowrap; }
          #document > nav div.subscribe > ul li a:hover {
            opacity: 1; }
  #document > nav.logged_in div.subscribe {
    display: none; }
  #document > nav div.access {
    float: right;
    color: #fff;
    font-size: 14px;
    margin-top: 11px;
    height: 24px;
    line-height: 24px;
    width: 24px;
    overflow: hidden;
    text-align: center;
    border: 2px solid #fff;
    margin-left: .9em;
    letter-spacing: -1px;
    opacity: .5;
    cursor: default; }
    #document > nav div.access:before {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f19c";
      display: block; }
  #document > nav div.categories {
    /*@include breakpoint(3, below) {
    	.toggle {
    		font-size: 1em;
    	}
    }*/ }
    @media (min-width: 1001px) {
      #document > nav div.categories {
        display: inline; }
        #document > nav div.categories .toggle {
          display: none; }
        #document > nav div.categories #categories-nav {
          display: block !important; }
          #document > nav div.categories #categories-nav li {
            float: left;
            margin-right: .9em;
            position: relative;
            height: 50px;
            overflow: hidden; }
            #document > nav div.categories #categories-nav li a {
              display: block;
              font-size: 1.1em;
              height: 50px; }
            #document > nav div.categories #categories-nav li.link-home a {
              text-align: center;
              width: .9em;
              overflow: hidden; }
              #document > nav div.categories #categories-nav li.link-home a:before {
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\f015";
                display: block; }
            #document > nav div.categories #categories-nav li.link-current:after {
              bottom: -2px;
              left: 50%;
              margin-left: -8px;
              position: absolute;
              width: 0px;
              height: 0px;
              border-style: solid;
              border-width: 0px 8px 8px 8px;
              border-color: transparent transparent #fff;
              content: " "; }
            #document > nav div.categories #categories-nav li.link-library, #document > nav div.categories #categories-nav li.link-research-library, #document > nav div.categories #categories-nav li.link-bins {
              float: right;
              margin-right: 0;
              white-space: nowrap; }
              #document > nav div.categories #categories-nav li.link-library a, #document > nav div.categories #categories-nav li.link-research-library a, #document > nav div.categories #categories-nav li.link-bins a {
                display: inline-block;
                font-size: 0.83em;
                line-height: 1.80723em;
                margin: 0em;
                padding: 0.54217em 0em; }
            #document > nav div.categories #categories-nav li.link-library a:before, #document > nav div.categories #categories-nav li.link-research-library a:before {
              font-family: FontAwesome;
              font-style: normal;
              font-weight: normal;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              content: "\f02d";
              margin-right: .2em;
              font-size: 1.1em; }
            #document > nav div.categories #categories-nav li.link-race-matters a {
              color: #ff630e; }
            #document > nav div.categories #categories-nav li.link-bins {
              margin-left: .9em; }
              #document > nav div.categories #categories-nav li.link-bins a:before {
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\f01c";
                margin-right: .2em;
                font-size: 1.1em; } }
    @media (max-width: 1000px) {
      #document > nav div.categories .toggle {
        height: 50px;
        color: #fff;
        cursor: pointer;
        float: right;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        #document > nav div.categories .toggle:before {
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\f0c9";
          margin-right: .3em;
          position: relative; }
      #document > nav div.categories > ul {
        display: none;
        clear: both;
        margin-left: -30px;
        margin-right: -30px;
        background-color: #484a4c; } }
  @media (max-width: 1000px) and (max-width: 480px) {
    #document > nav div.categories > ul {
      margin-left: -20px;
      margin-right: -20px; } }
  @media (max-width: 1000px) and (max-width: 320px) {
    #document > nav div.categories > ul {
      margin-left: -18px;
      margin-right: -18px; } }
  @media (max-width: 1000px) and (max-width: 480px) {
    #document > nav div.categories > ul {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 1000px) and (max-width: 320px) {
    #document > nav div.categories > ul {
      padding-left: 18px;
      padding-right: 18px; } }
    @media (max-width: 1000px) {
        #document > nav div.categories > ul li {
          display: block; }
          #document > nav div.categories > ul li + li {
            border-top: 1px solid rgba(255, 255, 255, 0.1); }
          #document > nav div.categories > ul li a {
            display: block;
            font-size: 1.1em;
            line-height: 2.45455em;
            margin: 0em;
            margin-left: auto;
            margin-right: auto;
            max-width: 960px;
            padding-left: 30px;
            padding-right: 30px;
            opacity: .5; } }
      @media (max-width: 1000px) and (max-width: 480px) {
        #document > nav div.categories > ul li a {
          padding-left: 20px;
          padding-right: 20px; } }
      @media (max-width: 1000px) and (max-width: 320px) {
        #document > nav div.categories > ul li a {
          padding-left: 18px;
          padding-right: 18px; } }
    @media (max-width: 1000px) {
          #document > nav div.categories > ul li.link-current a {
            opacity: 1; }
            #document > nav div.categories > ul li.link-current a:before {
              font-family: FontAwesome;
              font-style: normal;
              font-weight: normal;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              content: "\f0da";
              margin-right: .3em; }
          #document > nav div.categories > ul li.link-race-matters a {
            opacity: 1;
            color: #ff630e; } }
    @media (max-width: 570px) {
      #document > nav div.categories .toggle {
        width: 36px;
        text-align: center;
        overflow: hidden; }
        #document > nav div.categories .toggle:before {
          display: block;
          margin: 0; } }
  #document > nav div.search-toggle {
    float: right;
    color: #fff;
    margin-left: .9em;
    height: 50px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media (min-width: 571px) {
      #document > nav div.search-toggle {
        display: none; } }
    @media (max-width: 570px) {
      #document > nav div.search-toggle {
        width: 36px;
        overflow: hidden;
        text-align: center;
        margin: 0; }
        #document > nav div.search-toggle:before {
          display: block;
          margin: 0;
          text-indent: 2px; } }
    #document > nav div.search-toggle:before {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f002";
      margin-right: .2em; }
  #document > nav.logged_in div.search-toggle {
    float: right; }
  #document > nav div.library {
    float: right;
    margin-left: .9em;
    height: 50px;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media (min-width: 1001px) {
      #document > nav div.library {
        display: none; } }
    @media (max-width: 680px) {
      #document > nav div.library {
        display: none; } }
    #document > nav div.library a {
      display: inline-block; }
      @media (min-width: 1001px) {
        #document > nav div.library a {
          font-size: .83em; } }
      @media (max-width: 570px) {
        #document > nav div.library a {
          overflow: hidden;
          text-align: center;
          display: block;
          text-indent: 2px; }
          #document > nav div.library a:before {
            display: block;
            margin: 0; } }
      #document > nav div.library a:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f02d";
        margin-right: .3em;
        font-size: .9em;
        line-height: 1;
        position: relative;
        top: -1px; }
  #document > nav div.login {
    float: right;
    margin-left: .9em;
    height: 50px;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media (max-width: 570px) {
      #document > nav div.login {
        margin-left: 0;
        width: 36px; } }
    #document > nav div.login a {
      display: inline-block; }
      @media (min-width: 1001px) {
        #document > nav div.login a {
          font-size: .83em; } }
      @media (max-width: 570px) {
        #document > nav div.login a {
          overflow: hidden;
          text-align: center;
          display: block;
          text-indent: 2px; }
          #document > nav div.login a:before {
            display: block;
            margin: 0; } }
      #document > nav div.login a:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f007";
        margin-right: .2em;
        font-size: 1.1em; }
  #document > nav.logged_in div.login {
    display: none; }
  #document > nav div.cart {
    display: none;
    float: right;
    margin-left: .9em;
    height: 50px;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media (max-width: 570px) {
      #document > nav div.cart {
        margin-left: 0;
        width: 36px; } }
    #document > nav div.cart a {
      display: inline-block; }
      @media (min-width: 1001px) {
        #document > nav div.cart a {
          font-size: .83em; } }
      @media (max-width: 570px) {
        #document > nav div.cart a {
          overflow: hidden;
          text-align: center;
          display: block;
          text-indent: 2px; }
          #document > nav div.cart a:before {
            display: block;
            margin: 0; } }
      #document > nav div.cart a:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f07a";
        margin-right: .2em;
        font-size: 1.1em; }
  #document > nav.cart_items div.cart {
    display: block; }
  #document > nav .account {
    display: none;
    float: left;
    position: relative;
    margin-right: 1.2em; }
    @media (max-width: 480px) {
      #document > nav .account {
        margin-left: 0;
        margin-right: 0;
        position: static; } }
    #document > nav .account .toggle {
      height: 50px;
      cursor: pointer;
      padding: 0 .9em;
      color: #fff;
      background-color: #ff630e;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      @media (max-width: 570px) {
        #document > nav .account .toggle {
          font-size: 1.1em;
          padding: 0 .6em; } }
      #document > nav .account .toggle:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f007";
        margin-right: .3em; }
      #document > nav .account .toggle:after {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0d7";
        margin-left: .3em;
        line-height: 1;
        font-size: .83em;
        position: relative;
        top: -1px; }
    #document > nav .account.open .toggle:after {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f0d8"; }
    #document > nav .account > ul {
      position: absolute;
      right: 0;
      display: none;
      clear: both;
      background-color: #484a4c;
      min-width: 100%;
      font-family: "Roboto", arial, helvetica, sans-serif;
      text-transform: none; }
      #document > nav .account > ul li {
        display: block; }
        #document > nav .account > ul li + li {
          border-top: 1px solid rgba(255, 255, 255, 0.1); }
        #document > nav .account > ul li a {
          display: block;
          font-size: 0.83em;
          line-height: 2.71084em;
          margin: 0em;
          padding: 0 .9em;
          opacity: .66;
          white-space: nowrap; }
          #document > nav .account > ul li a:hover {
            opacity: 1; }
        #document > nav .account > ul li.link-current a {
          opacity: 1; }
          #document > nav .account > ul li.link-current a:before {
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f0da";
            margin-right: .3em; }
  #document > nav section.more-subscriptions {
    position: relative;
    display: none; }
    #document > nav section.more-subscriptions.hidden {
      display: none !important; }
    #document > nav section.more-subscriptions > div {
      position: absolute;
      top: 50px;
      right: 0;
      position: fixed;
      top: inherit;
      bottom: 3%;
      right: 3%;
      width: 140px;
      -moz-transition: width 0.2s;
      -webkit-transition: width 0.2s;
      -ms-transition: width 0.2s;
      -o-transition: width 0.2s;
      transition: width 0.2s; }
      #document > nav section.more-subscriptions > div.open {
        width: 237px; }
      #document > nav section.more-subscriptions > div.open .toggle {
        border-radius: 10px 10px 0 0; }
    #document > nav section.more-subscriptions .close {
      text-align: center;
      display: inline-block;
      position: absolute;
      right: -9px;
      top: -12px; }
      #document > nav section.more-subscriptions .close:after {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f00d";
        font-size: .77em;
        line-height: .65em;
        color: #f5630f;
        background: #fff;
        border-radius: 50%;
        width: .65em;
        height: .65em;
        display: block;
        padding: 8px;
        cursor: pointer;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.35); }
    #document > nav section.more-subscriptions .toggle {
      font-size: .66em;
      padding: 5px;
      line-height: 1.5em;
      cursor: pointer;
      display: block;
      color: #777;
      background-color: rgba(255, 255, 255, 0.7);
      font-size: 1em;
      color: #fff;
      background-color: #ff630e;
      padding: .35em 1em;
      border-radius: 10px; }
      #document > nav section.more-subscriptions .toggle:after {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f067";
        margin-left: .3em;
        font-size: .77em;
        line-height: 1;
        position: relative;
        top: -1px;
        display: none; }
    #document > nav section.more-subscriptions .open .toggle:after {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f068"; }
    #document > nav section.more-subscriptions ul {
      display: none;
      background-color: #484A4C;
      background-color: #e6e6e6;
      border-radius: 0 0 10px 10px; }
      #document > nav section.more-subscriptions ul a {
        display: block;
        text-transform: none;
        line-height: 2.71084em;
        margin: 0;
        padding: 0 0.9em;
        white-space: nowrap;
        color: #ff630e;
        text-transform: uppercase;
        border-bottom: 1px solid #adadad; }
      #document > nav section.more-subscriptions ul li:last-of-type a {
        border-bottom: none; }
  #document > nav.logged_in .account, #document > nav.logged_in section.more-subscriptions {
    display: block; }

/* HEADER */
#document > header {
  margin-top: 50px;
  padding: 1.875em 0; }
  #document > header:after {
    display: block;
    clear: both;
    content: " ";
    overflow: hidden;
    height: 0; }
  @media (max-width: 1000px) {
    #document > header {
      padding: 1.5em 0; } }
  @media (max-width: 760px) {
    #document > header {
      padding: 1.125em 0; } }
  @media (max-width: 570px) {
    #document > header {
      padding: 0; } }
  #document > header .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 480px) {
      #document > header .container {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 320px) {
      #document > header .container {
        padding-left: 18px;
        padding-right: 18px; } }
  #document > header #logo {
    overflow: hidden;
    background: url("../images/main/logo.svg") no-repeat left center;
    background-size: contain; }
    .ie8 #document > header #logo {
      background: url("../images/main/logo.png") no-repeat left center; }
    @media (min-width: 571px) {
      #document > header #logo {
        float: left;
        width: 38%; } }
    @media (max-width: 570px) {
      #document > header #logo {
        float: left;
        width: 240px;
        height: 2.25em;
        margin: 0.75em 0; } }
    #document > header #logo a {
      display: block;
      height: 3em;
      text-indent: -9000em; }
  #document > header #search {
    position: relative; }
    @media (min-width: 571px) {
      #document > header #search {
        float: right;
        width: 58%;
        margin-top: 0.525em;
        display: block !important; } }
    @media (max-width: 570px) {
      #document > header #search {
        display: none;
        background-color: #484a4c;
        padding: 0.75em 30px;
        position: absolute;
        top: 50px;
        left: 0;
        right: 0; } }
    @media (max-width: 480px) {
      #document > header #search {
        padding-left: 0.75em;
        padding-right: 0.75em; } }
    #document > header #search div.field {
      position: relative; }
    #document > header #search label {
      display: none; }
    #document > header #search input[type="text"] {
      -webkit-appearance: none;
      background-color: #E6E6E6;
      border: none;
      color: #666;
      padding: 9px 14px;
      font-size: inherit;
      width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      font-size: .8em;
      margin: 0 !important; }
      .ie7 #document > header #search input[type="text"] {
        behavior: url("/taglib/css/boxsizing.htc"); }
      @media (max-width: 570px) {
        #document > header #search input[type="text"] {
          background-color: #fff; } }
    #document > header #search button {
      -webkit-appearance: none;
      background-color: #ff630e;
      color: #fff;
      border: none;
      padding: 0px 7px 3px;
      overflow: hidden;
      font-family: fontawesome;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      margin: 0 !important; }
    #document > header #search .advanced_search {
      display: none; }

/* CAROUSELS */
nav.tabs div.toggle {
  display: none; }
nav.tabs ul li {
  display: inline;
  visibility: hidden; }
  nav.tabs ul li a {
    font-size: .83em; }
nav.tabs.horizontal ul {
  display: block !important;
  margin: 0;
  position: relative;
  list-style: none;
  text-align: left;
  font-size: 0; }
  nav.tabs.horizontal ul li {
    display: inline-block;
    font-size: 21px;
    margin: 0 1.2em 0 0;
    visibility: visible; }
    nav.tabs.horizontal ul li a {
      text-decoration: none;
      font-size: .69em;
      display: inline-block;
      color: #888; }
    nav.tabs.horizontal ul li.current {
      position: relative; }
      nav.tabs.horizontal ul li.current:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0d7";
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: -18px;
        color: #ff630e; }
        @media (max-width: 570px) {
          nav.tabs.horizontal ul li.current:before {
            bottom: -16px; } }
      nav.tabs.horizontal ul li.current a {
        background-color: #ff630e;
        color: #fff;
        padding: 0 0.6em 0.1875em;
        font-weight: bold; }
nav.tabs.dropdown {
  position: relative; }
  nav.tabs.dropdown div.toggle {
    padding: 7px .6em;
    display: block;
    background-color: #E6E6E6;
    cursor: pointer;
    color: #888;
    display: none;
    font-weight: bold;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    nav.tabs.dropdown div.toggle:after {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f0d7";
      float: right; }
    nav.tabs.dropdown div.toggle.open:after {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f0d8"; }
  nav.tabs.dropdown > ul {
    position: absolute;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0 0 0;
    display: none;
    border: 2px solid #e6e6e6;
    border-top: none;
    background-color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1000; }
    .ie7 nav.tabs.dropdown > ul {
      behavior: url("/taglib/css/boxsizing.htc"); }
    nav.tabs.dropdown > ul:after {
      display: block;
      clear: both;
      content: " ";
      overflow: hidden;
      height: 0; }
    nav.tabs.dropdown > ul li {
      display: block;
      visibility: visible; }
      nav.tabs.dropdown > ul li + li {
        border-top: 2px solid #e6e6e6; }
      nav.tabs.dropdown > ul li a {
        text-decoration: none;
        display: block;
        padding: 7px .6em; }
      nav.tabs.dropdown > ul li.current {
        font-weight: bold;
        color: inherit; }
        nav.tabs.dropdown > ul li.current a {
          color: #222222; }

main > nav.tabs ~ nav.breadcrumb, main > nav.tabs ~ header {
  display: none; }

main > nav.tabs {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px; }
  @media (max-width: 1000px) {
    main > nav.tabs {
      margin-left: 30px;
      margin-right: 30px; } }
  @media (max-width: 480px) {
    main > nav.tabs {
      margin-left: 20px;
      margin-right: 20px; } }
  @media (max-width: 320px) {
    main > nav.tabs {
      margin-left: 18px;
      margin-right: 18px; } }

div.tabbed div.current {
  display: none; }
div.tabbed ul li {
  display: inline;
  visibility: hidden; }
  div.tabbed ul li a {
    font-size: .83em; }
div.tabbed.tabs > div.current {
  display: none; }
div.tabbed.tabs > ul {
  list-style: none;
  margin: 0;
  display: block !important;
  text-align: center; }
  div.tabbed.tabs > ul:after {
    display: block;
    clear: both;
    content: " ";
    overflow: hidden;
    height: 0; }
  div.tabbed.tabs > ul li {
    display: inline-block;
    margin: 0 .45em;
    cursor: pointer;
    color: #888;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: .83em;
    visibility: visible; }
    div.tabbed.tabs > ul li.current {
      position: relative;
      background-color: #ff630e;
      color: #fff;
      padding: 0 0.6em 0.1875em;
      font-weight: bold; }
      div.tabbed.tabs > ul li.current:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0d7";
        position: absolute;
        width: 20px;
        left: 50%;
        margin-left: -10px;
        text-align: center;
        bottom: -18px;
        color: #ff630e;
        font-size: 21px; }
        @media (max-width: 570px) {
          div.tabbed.tabs > ul li.current:before {
            bottom: -15px; } }
div.tabbed.dropdown {
  position: relative; }
  div.tabbed.dropdown > div.current {
    padding: 7px .6em;
    display: block;
    background-color: #E6E6E6;
    cursor: pointer;
    color: #888;
    display: none;
    font-weight: bold;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    div.tabbed.dropdown > div.current:after {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f0d7";
      float: right; }
    div.tabbed.dropdown > div.current.open:after {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f0d8"; }
  div.tabbed.dropdown > ul {
    position: absolute;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0 0 0;
    display: none;
    border: 2px solid #e6e6e6;
    border-top: none;
    background-color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1000; }
    .ie7 div.tabbed.dropdown > ul {
      behavior: url("/taglib/css/boxsizing.htc"); }
    div.tabbed.dropdown > ul:after {
      display: block;
      clear: both;
      content: " ";
      overflow: hidden;
      height: 0; }
    div.tabbed.dropdown > ul li {
      display: block;
      visibility: visible;
      padding: 7px .6em;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer; }
      div.tabbed.dropdown > ul li + li {
        border-top: 2px solid #e6e6e6; }
      div.tabbed.dropdown > ul li.current {
        font-weight: bold;
        color: inherit; }
        div.tabbed.dropdown > ul li.current a {
          color: #222222; }
div.tabbed > section.tab {
  display: none;
  padding-top: 1.5em; }
  div.tabbed > section.tab.current {
    display: block; }
  div.tabbed > section.tab > ul {
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    -o-border-top-left-radius: 0;
    border-top-left-radius: 0; }

nav.breadcrumb {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  display: block; }
  @media (max-width: 480px) {
    nav.breadcrumb {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 320px) {
    nav.breadcrumb {
      padding-left: 18px;
      padding-right: 18px; } }
  @media (max-width: 480px) {
    nav.breadcrumb {
      margin-bottom: 0; } }
  nav.breadcrumb ol {
    margin: 0;
    list-style: none; }
    nav.breadcrumb ol li {
      display: inline; }
      nav.breadcrumb ol li:after {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0da";
        font-size: .69em;
        color: #aaa;
        margin-left: .5em; }
      nav.breadcrumb ol li a {
        font-size: .69em;
        text-decoration: none; }

/* MAIN */
main {
  border-top: 3px solid #eee;
  text-align: center;
  margin-bottom: 1.5em; }
  main > header > .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left; }
    @media (max-width: 480px) {
      main > header > .container {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 320px) {
      main > header > .container {
        padding-left: 18px;
        padding-right: 18px; } }
    main > header > .container h1 {
      font-family: "alternate-gothic-no-2-d", arial, helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 2.07em;
      line-height: 1.08696em;
      margin-top: 0.18116em;
      margin-bottom: 0.72464em; }
      main > header > .container h1 em {
        font-weight: inherit;
        font-style: inherit; }
      main > header > .container h1 img.masthead {
        max-width: 100%;
        height: auto; }
  main > .body {
    text-align: left; }
    main > .body > .container {
      margin-left: auto;
      margin-right: auto;
      max-width: 960px;
      padding-left: 30px;
      padding-right: 30px; }
      @media (max-width: 480px) {
        main > .body > .container {
          padding-left: 20px;
          padding-right: 20px; } }
      @media (max-width: 320px) {
        main > .body > .container {
          padding-left: 18px;
          padding-right: 18px; } }
  main > aside {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left; }
    @media (max-width: 480px) {
      main > aside {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 320px) {
      main > aside {
        padding-left: 18px;
        padding-right: 18px; } }
    @media (min-width: 1001px) {
      main > aside {
        width: 300px;
        vertical-align: top;
        display: inline-block;
        margin-left: -20px; } }
    main > aside .vert {
      background-color: #eee;
      text-align: center;
      padding: 0 0 0.75em;
      margin-bottom: 1.5em;
      overflow: hidden; }
      main > aside .vert span {
        display: block;
        font-size: 0.55em;
        line-height: 2.72727em;
        margin: 0em;
        color: #888;
        text-transform: uppercase; }
      main > aside .vert img {
        display: block;
        margin: 0 auto;
        max-width: 100%; }
    main > aside #featured_products {
      padding: 0.75em 0.6em 0;
      border: 3px solid #eee;
      margin-bottom: 1.5em; }
    main > aside .feed.products {
      text-align: center;
      margin-bottom: 0.75em; }
      main > aside .feed.products:after {
        display: block;
        clear: both;
        content: " ";
        overflow: hidden;
        height: 0; }
      main > aside .feed.products header {
        margin-bottom: 0.75em; }
        main > aside .feed.products header h2 {
          font-size: 1em;
          line-height: 1.5em;
          margin-top: 0em;
          margin-bottom: 0.375em;
          letter-spacing: 1px;
          font-family: "alternate-gothic-no-2-d", arial, helvetica, sans-serif;
          text-transform: uppercase;
          color: #aaa; }
      main > aside .feed.products section {
        text-align: center;
        padding: 0 .3em 0;
        margin-bottom: 0.75em;
        display: inline-block;
        width: 48%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top; }
        .ie7 main > aside .feed.products section {
          behavior: url("/taglib/css/boxsizing.htc"); }
        @media (max-width: 1000px) and (min-width: 481px) {
          main > aside .feed.products section {
            width: 30%; } }
        main > aside .feed.products section a {
          text-decoration: none;
          display: block; }
        main > aside .feed.products section img {
          display: block;
          width: 90px;
          margin: 0 auto; }
        main > aside .feed.products section h1 {
          font-size: 0.69em;
          line-height: 1.08696em;
          margin: 0em;
          display: none; }
    main > aside .feed.bins {
      margin: 0 0.6em 1.125em;
      border-top: 3px solid #eee;
      padding-top: 1.125em; }
      main > aside .feed.bins section {
        overflow: hidden; }
        main > aside .feed.bins section a {
          text-decoration: none;
          display: block; }
        main > aside .feed.bins section img {
          float: left;
          width: 3em;
          margin-right: .6em; }
        main > aside .feed.bins section .text {
          overflow: hidden; }
        main > aside .feed.bins section h1 {
          font-size: 0.83em;
          line-height: 1.35542em;
          margin: 0em; }
        main > aside .feed.bins section cite {
          font-size: 0.69em;
          line-height: 1.63043em;
          margin: 0em;
          font-style: normal;
          color: #aaa; }
    main > aside .feed.articles.featured {
      overflow: hidden;
      margin: 1.5em -5px; }
      main > aside .feed.articles.featured header {
        padding: 0 5px; }
        main > aside .feed.articles.featured header h2 {
          font-size: 1.2em;
          line-height: 1.25em;
          margin-top: 0em;
          margin-bottom: 0.3125em;
          font-family: "alternate-gothic-no-2-d", arial, helvetica, sans-serif;
          text-transform: uppercase;
          color: #aaa; }
      main > aside .feed.articles.featured section {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 0.375em;
        padding: 0 5px; }
        .ie7 main > aside .feed.articles.featured section {
          behavior: url("/taglib/css/boxsizing.htc"); }
        @media (max-width: 1000px) and (min-width: 481px) {
          main > aside .feed.articles.featured section {
            width: 50%;
            float: left;
            margin-bottom: 10px; } }
        main > aside .feed.articles.featured section a {
          color: #fff;
          text-decoration: none;
          overflow: hidden;
          display: block;
          position: relative; }
        main > aside .feed.articles.featured section .image {
          background-color: #000; }
          main > aside .feed.articles.featured section .image img {
            display: block;
            width: 100%;
            opacity: .9; }
        main > aside .feed.articles.featured section .text {
          padding: 0.6em 0.6em 0.45em;
          font-family: "alternate-gothic-no-2-d", arial, helvetica, sans-serif;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          box-sizing: border-box;
          position: absolute;
          bottom: 0;
          left: 0;
          max-width: 100%;
          background-color: rgba(255, 99, 14, 0.9); }
          .ie7 main > aside .feed.articles.featured section .text {
            behavior: url("/taglib/css/boxsizing.htc"); }
          .ie8 main > aside .feed.articles.featured section .text {
            background-color: #ff630e; }
          main > aside .feed.articles.featured section .text h1 {
            font-size: 1em;
            line-height: 1.125em;
            margin: 0em;
            text-transform: uppercase;
            font-weight: normal; }
          main > aside .feed.articles.featured section .text cite {
            font-size: 0.69em;
            line-height: 1.63043em;
            margin: 0em;
            font-style: normal;
            text-transform: uppercase; }

ol.pager {
  list-style: none;
  margin: 1.5em 0; }
  ol.pager li {
    display: inline;
    color: #888; }
    ol.pager li a, ol.pager li span {
      display: inline-block;
      padding: 0.1875em 0.4em;
      text-align: center; }
    ol.pager li a {
      background-color: #e6e6e6;
      color: #888;
      text-decoration: none;
      min-width: 1em; }
      ol.pager li a:hover {
        background-color: #ff630e;
        color: #fff; }
  @media (max-width: 480px) {
    ol.pager {
      text-align: center; }
      ol.pager li {
        display: none;
        width: 49%; }
        ol.pager li.next, ol.pager li.previous {
          display: inline-block; }
          ol.pager li.next a, ol.pager li.previous a {
            display: block;
            font-size: 1.44em;
            padding-bottom: 0.375em; } }

/* SUB NAV */
/* MAIN STATUS MESSAGES */
main #status, main #status2 {
  padding: 0.75em;
  margin: 0.75em 0;
  text-align: left; }
  main #status strong, main #status2 strong {
    display: block;
    font-weight: bold; }
  main #status p, main #status2 p {
    font-size: 0.83em;
    line-height: 1.35542em;
    margin-top: 0em;
    margin-bottom: 1.35542em; }
  main #status.wait, main #status2.wait {
    background: #94c9eb url("../images/main/bg-status-wait.gif") no-repeat 20px center;
    color: #16415d;
    padding-left: 72px; }
  main #status.info, main #status2.info {
    background-color: #94c9eb;
    color: #16415d; }
    main #status.info a, main #status2.info a {
      color: #16415d;
      font-weight: bold; }
  main #status.confirm, main #status2.confirm {
    background-color: #ffe63e;
    color: #805301; }
  main #status.error, main #status2.error {
    background-color: #fcd5c4;
    color: #800101; }

/* FOOTER */
#document > footer {
  background-color: #616266;
  color: #B5B8C1;
  padding: 3em 0;
  font-size: 18px; }
  #document > footer a {
    color: #B5B8C1;
    text-decoration: none; }
  #document > footer .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 480px) {
      #document > footer .container {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 320px) {
      #document > footer .container {
        padding-left: 18px;
        padding-right: 18px; } }
    #document > footer .container:after {
      display: block;
      clear: both;
      content: " ";
      overflow: hidden;
      height: 0; }
  @media (min-width: 1001px) {
    #document > footer .about {
      float: left;
      width: 23%; } }
  @media (max-width: 1000px) {
    #document > footer .about {
      margin-bottom: 1.5em; } }
  #document > footer .about p {
    font-size: 0.9em;
    line-height: 1.66667em;
    margin-top: 0em;
    margin-bottom: 1.66667em; }
    #document > footer .about p a {
      text-decoration: underline;
      font-size: .83em; }
  #document > footer .about .social_media h2 {
    font-size: 0.9em;
    line-height: 1.66667em;
    margin: 0em;
    text-transform: uppercase; }
  #document > footer .about .social_media ul {
    list-style: none; }
    #document > footer .about .social_media ul:after {
      display: block;
      clear: both;
      content: " ";
      overflow: hidden;
      height: 0; }
    #document > footer .about .social_media ul li {
      float: left; }
      #document > footer .about .social_media ul li a {
        display: block;
        font-size: 1.5em;
        line-height: 1em;
        height: 1em;
        width: 1em;
        margin: 0em;
        text-align: center;
        overflow: hidden; }
      #document > footer .about .social_media ul li.facebook a:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f082";
        display: block; }
      #document > footer .about .social_media ul li.twitter a:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f081";
        display: block; }
      #document > footer .about .social_media ul li.linkedin a:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f08c";
        display: block; }
      #document > footer .about .social_media ul li.google-plus a:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0d4";
        display: block; }
      #document > footer .about .social_media ul li.youtube a:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f166";
        display: block; }
  @media (min-width: 1001px) {
    #document > footer nav {
      float: right;
      width: 73%; } }
  @media (max-width: 480px) {
    #document > footer nav {
      display: none; } }
  #document > footer nav > ul > li {
    display: inline-block;
    font-size: 0.83em;
    line-height: 1.80723em;
    margin-top: 0em;
    margin-bottom: 1.80723em;
    width: 32%;
    vertical-align: top; }
    @media (max-width: 570px) {
      #document > footer nav > ul > li {
        width: 49%; } }
    #document > footer nav > ul > li > a {
      font-weight: bold;
      text-transform: uppercase; }
  #document > footer .copyright {
    clear: both;
    border-top: 6px solid #595A5E;
    font-size: 0.69em;
    line-height: 2.17391em;
    margin: 0em;
    padding-top: 1.08696em;
    padding-bottom: 0em; }
  #document > footer #verisign_seal {
    float: right; }
  #document > footer #qualys_seal {
    float: right; }

/* PAGER */
/* THIS SUNDAY */
/* Forms */
#main button, #popup button {
  font-family: "alternate-gothic-no-2-d", arial, helvetica, sans-serif;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: normal;
  font-size: inherit;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
  padding: 0.1875em 0.6em;
  -webkit-font-smoothing: antialiased;
  background-color: #616266;
  background-color: #a1a2a6;
  color: #fff; }
  #main button::-moz-focus-inner, #main button[type="button"]::-moz-focus-inner, #popup button::-moz-focus-inner, #popup button[type="button"]::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .ie7 #main button, .ie7 #popup button {
    line-height: normal;
    height: auto; }

.ie7 #main button {
  padding: 0; }
.ie7 #main button + button, .ie7 #popup button + button {
  margin-left: .33em; }

/* PR FORM */
#pr-form {
  position: relative; }
  #pr-form > ul {
    list-style: none;
    margin: 0 0 1.5em; }
    #pr-form > ul > li {
      display: block;
      margin-bottom: 1.125em; }
      #pr-form > ul > li > label, #pr-form > ul > li > fieldset legend span {
        display: block;
        font-weight: bold;
        color: #626262; }
      #pr-form > ul > li span.note {
        font-style: italic;
        font-size: .83em;
        color: #888; }
      #pr-form > ul > li input[type="text"], #pr-form > ul > li input[type="password"] {
        -webkit-appearance: none;
        background-color: #e6e6e6;
        border: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        font-size: inherit;
        font-family: inherit;
        padding: 6px 9px;
        color: #666; }
        .ie7 #pr-form > ul > li input[type="text"], .ie7 #pr-form > ul > li input[type="password"] {
          behavior: url("/taglib/css/boxsizing.htc"); }
      #pr-form > ul > li textarea {
        -webkit-appearance: none;
        background-color: #e6e6e6;
        border: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        font-size: inherit;
        font-family: inherit;
        padding: 6px 9px;
        color: #666; }
        .ie7 #pr-form > ul > li textarea {
          behavior: url("/taglib/css/boxsizing.htc"); }
      #pr-form > ul > li input[type="radio"], #pr-form > ul > li input[type="checkbox"] {
        vertical-align: middle;
        margin-right: .3em; }
      #pr-form > ul > li fieldset legend {
        display: block; }
        #pr-form > ul > li fieldset legend span span {
          font-size: .83em;
          font-weight: normal; }
      #pr-form > ul > li fieldset ul {
        margin: 0;
        list-style: none; }
      #pr-form > ul > li.checkbox label {
        font-weight: normal;
        color: #222222; }
      #pr-form > ul > li.radios fieldset ul li {
        display: inline;
        font-size: .83em;
        margin-right: .3em; }
      #pr-form > ul > li.checkboxes fieldset ul {
        margin-top: 0.75em; }
        @media (min-width: 761px) {
          #pr-form > ul > li.checkboxes fieldset ul {
            -moz-column-count: 3;
            -webkit-column-count: 3;
            -ms-column-count: 3;
            -o-column-count: 3;
            column-count: 3; } }
        @media (max-width: 760px) and (min-width: 481px) {
          #pr-form > ul > li.checkboxes fieldset ul {
            -moz-column-count: 2;
            -webkit-column-count: 2;
            -ms-column-count: 2;
            -o-column-count: 2;
            column-count: 2; } }
        #pr-form > ul > li.checkboxes fieldset ul li {
          font-size: .83em; }
  #pr-form > div.buttons button {
    font-family: "alternate-gothic-no-2-d", arial, helvetica, sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: normal;
    font-size: inherit;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    padding: 0.1875em 0.6em;
    -webkit-font-smoothing: antialiased;
    background-color: #616266;
    background-color: #a1a2a6;
    color: #fff; }
    #pr-form > div.buttons button::-moz-focus-inner, #pr-form > div.buttons button[type="button"]::-moz-focus-inner {
      padding: 0;
      border: 0; }
    .ie7 #pr-form > div.buttons button {
      line-height: normal;
      height: auto; }
    #pr-form > div.buttons button[type="submit"] {
      font-family: "alternate-gothic-no-2-d", arial, helvetica, sans-serif;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      text-decoration: none;
      font-weight: normal;
      font-size: inherit;
      cursor: pointer;
      text-transform: uppercase;
      border: none;
      padding: 0.1875em 0.6em;
      -webkit-font-smoothing: antialiased;
      background-color: #ff630e;
      color: #fff; }
      #pr-form > div.buttons button[type="submit"]::-moz-focus-inner, #pr-form > div.buttons button[type="submit"][type="button"]::-moz-focus-inner {
        padding: 0;
        border: 0; }
      .ie7 #pr-form > div.buttons button[type="submit"] {
        line-height: normal;
        height: auto; }
  @media (min-width: 761px) {
    #pr-form {
      width: 48%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .ie7 #pr-form {
        behavior: url("/taglib/css/boxsizing.htc"); } }
  #pr-form h3 {
    margin-top: 2em;
    margin-bottom: 1em; }
  #pr-form > ul {
    margin: 0; }
    #pr-form > ul > li {
      margin-bottom: 0.75em; }
      #pr-form > ul > li > label {
        font-size: 0.83em;
        line-height: 1.80723em;
        margin: 0em;
        font-weight: normal; }
  #pr-form button[type="submit"] {
    margin: 1em 0 2em 0;
    font-family: "alternate-gothic-no-2-d", arial, helvetica, sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: normal;
    font-size: inherit;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    padding: 0.1875em 0.6em;
    -webkit-font-smoothing: antialiased;
    background-color: #616266;
    background-color: #a1a2a6;
    color: #fff; }
    #pr-form button[type="submit"]::-moz-focus-inner, #pr-form button[type="submit"][type="button"]::-moz-focus-inner {
      padding: 0;
      border: 0; }
    .ie7 #pr-form button[type="submit"] {
      line-height: normal;
      height: auto; }

/* POPUPS */
#overlay {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5900;
  display: none; }

.ie8 #overlay {
  overflow: auto; }

#popup {
  z-index: 6000;
  position: fixed;
  background-color: #fff;
  display: none;
  top: 10%; }
  @media (min-width: 761px) {
    #popup {
      left: 50%;
      width: 580px;
      padding: 1.5em;
      margin: 0 0 0 -290px; } }
  @media (max-width: 760px) {
    #popup {
      left: 10px;
      right: 10px;
      padding: 22px;
      padding: 1.5em; } }

#popup {
  color: #222222; }
  #popup a.popup-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2em;
    line-height: 1.125em;
    height: 1.25em;
    width: 1.25em;
    margin: 0em;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    color: #888; }
    #popup a.popup-close:before {
      display: block;
      content: "\00d7";
      margin-bottom: 1em; }
  #popup h2 {
    font-size: 2.07em;
    line-height: 1.08696em;
    margin-top: 0em;
    margin-bottom: 0.18116em;
    font-family: "alternate-gothic-no-2-d", arial, helvetica, sans-serif;
    text-transform: uppercase;
    color: #3C3D3F; }
  #popup form > ul {
    margin: 1.2em 0 1.6em;
    list-style: none; }
    #popup form > ul > li {
      margin-bottom: .8em; }
      #popup form > ul > li > label {
        display: block;
        font-weight: bold;
        color: #666; }
  #popup input[type="text"], #popup input[type="password"] {
    border: 1px solid #bbb;
    color: #222;
    vertical-align: middle; }
  #popup textarea {
    border: 1px solid #bbb;
    padding: 5px 6px 7px;
    background: white url("../images/main/bg-input-text.png") repeat-x left -1px;
    color: #222;
    vertical-align: middle; }
  #popup select {
    border: 1px solid #bbb;
    padding: 4px 6px 6px;
    background: white url("../images/main/bg-input-text.png") repeat-x left -1px;
    color: #222; }
  #popup button {
    background-color: #616266;
    padding: 0.1875em 0.6em; }
  #popup .buttons {
    margin-top: 0.75em; }
    #popup .buttons button + button {
      margin-left: .3em; }

/* Item Share */
#item-share {
  text-align: center;
  z-index: 6000;
  position: fixed;
  background-color: #fff;
  top: 20%;
  color: #222222;
  display: none; }
  @media (min-width: 761px) {
    #item-share {
      left: 50%;
      width: 320px;
      padding: 1.5em;
      margin: 0 0 0 -160px; } }
  @media (max-width: 760px) {
    #item-share {
      left: 10px;
      right: 10px;
      padding: 22px;
      padding: 1.5em; } }
  #item-share a.close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2em;
    line-height: 1.125em;
    height: 1.25em;
    width: 1.25em;
    margin: 0em;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    color: #888; }
    #item-share a.close:before {
      display: block;
      content: "\00d7";
      margin-bottom: 1em; }
  #item-share h2 {
    font-size: 2.07em;
    line-height: 1.08696em;
    margin-top: 0em;
    margin-bottom: 0.18116em;
    font-family: "alternate-gothic-no-2-d", arial, helvetica, sans-serif;
    text-transform: uppercase;
    color: #3C3D3F; }

#item-share-overlay {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5900;
  display: none;
  opacity: 0.5; }

/* Add to Bin */
#existing_bin .new_bin, #new_bin .existing_bin {
  float: right;
  margin: -2.4em 0 0;
  font-family: "alternate-gothic-no-2-d", arial, helvetica, sans-serif;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: normal;
  font-size: inherit;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
  padding: 0.1875em 0.6em;
  -webkit-font-smoothing: antialiased;
  background-color: #616266;
  background-color: #a1a2a6;
  color: #fff; }
  #existing_bin .new_bin::-moz-focus-inner, #existing_bin .new_bin[type="button"]::-moz-focus-inner, #new_bin .existing_bin::-moz-focus-inner, #new_bin .existing_bin[type="button"]::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .ie7 #existing_bin .new_bin, .ie7 #new_bin .existing_bin {
    line-height: normal;
    height: auto; }

#existing_bin h2:before, #new_bin h2:before, #bin_existing h2:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f01c";
  margin-right: .3em; }

#existing_bin select {
  clear: both; }
#existing_bin .sort {
  margin: 1.2em 0 .8em;
  font-size: .9em;
  padding: 3px;
  color: #555; }
#existing_bin #popup_mybins {
  overflow: auto;
  display: block;
  max-height: 300px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
#existing_bin table {
  width: 100%;
  border-collapse: separate; }
  #existing_bin table td {
    vertical-align: middle;
    padding: 6px;
    height: 34px;
    width: 580px; }
  #existing_bin table tr:nth-child(odd) td {
    background-color: #eee; }
  #existing_bin table tr:hover td {
    color: #fff;
    background-color: #f05800;
    cursor: pointer;
    font-weight: bold; }
  #existing_bin table td.thumb {
    width: 34px; }
    #existing_bin table td.thumb span {
      display: block;
      width: 34px;
      height: 34px;
      background-color: #aaa; }
  #existing_bin table td.name {
    color: #444; }

#new_bin input[type="text"], #new_bin textarea {
  width: 97%; }
#new_bin .type label {
  display: inline; }

#popup #bin_status_content {
  padding: 0.75em; }
  #popup #bin_status_content .popup_copy.renewal {
    text-align: center; }
  #popup #bin_status_content .popup_copy .buttons {
    text-align: center; }
  #popup #bin_status_content #d_clip_button {
    font-family: "alternate-gothic-no-2-d", arial, helvetica, sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: normal;
    font-size: inherit;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    padding: 0.1875em 0.6em;
    -webkit-font-smoothing: antialiased;
    background-color: #616266;
    background-color: #a1a2a6;
    color: #fff;
    margin-left: .3em;
    vertical-align: middle; }
    #popup #bin_status_content #d_clip_button::-moz-focus-inner, #popup #bin_status_content #d_clip_button[type="button"]::-moz-focus-inner {
      padding: 0;
      border: 0; }
    .ie7 #popup #bin_status_content #d_clip_button {
      line-height: normal;
      height: auto; }
#popup .wait #bin_status_content {
  background-color: #94c9eb;
  text-align: center;
  color: #16415d;
  font-weight: bold; }
#popup .info #bin_status_content {
  background-color: #94c9eb;
  text-align: center;
  color: #16415d;
  font-weight: bold; }
  #popup .info #bin_status_content p.buttons button {
    margin: 0 .3em; }
  #popup .info #bin_status_content button {
    background-color: #16415d; }
  #popup .info #bin_status_content p:first-child:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f05a";
    margin-right: .3em; }
#popup .confirm #bin_status_content {
  background: #ffe63e;
  text-align: center;
  color: #805301;
  font-weight: bold; }
  #popup .confirm #bin_status_content button {
    background-color: #805301; }
  #popup .confirm #bin_status_content p:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f071";
    margin-right: .3em; }
#popup .error #bin_status_content {
  background-color: #fcd5c4;
  text-align: center;
  color: #800101;
  font-weight: bold; }
#popup .share #bin_status_content {
  padding: 0; }
#popup .share label {
  display: block;
  font-weight: bold;
  margin-bottom: .4em;
  color: #666; }
#popup #bin_status.login h2 {
  font-size: 2em;
  line-height: 1.125em;
  margin-top: 0em;
  margin-bottom: 0.75em; }
#popup #bin_status.login #bin_status_content {
  overflow: hidden;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  #popup #bin_status.login #bin_status_content form {
    float: left;
    width: 46%;
    padding-right: 3.5%;
    border-right: 3px solid #ddd; }
    #popup #bin_status.login #bin_status_content form ul {
      margin-top: 0; }
    #popup #bin_status.login #bin_status_content form input[type="text"], #popup #bin_status.login #bin_status_content form input[type="password"] {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; }
      .ie7 #popup #bin_status.login #bin_status_content form input[type="text"], .ie7 #popup #bin_status.login #bin_status_content form input[type="password"] {
        behavior: url("/taglib/css/boxsizing.htc"); }
  #popup #bin_status.login #bin_status_content div.login_options {
    float: right;
    width: 46%; }
    #popup #bin_status.login #bin_status_content div.login_options p {
      font-size: 1.11em;
      line-height: 1.35135em;
      margin-top: 0em;
      margin-bottom: 0.67568em; }
    #popup #bin_status.login #bin_status_content div.login_options button {
      margin: 0.75em 0; }

/* site content filter */
#tag_filters {
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  background-color: #f6f6f6;
  color: #666666;
  margin: 0 0 1.8em;
  overflow: auto;
  padding: 0.4em 0;
  font-size: 11px; }
  #tag_filters ul {
    list-style: none;
    margin: 0;
    display: inline; }
    #tag_filters ul li {
      display: inline;
      padding-left: 8px; }
  #tag_filters button {
    font-size: 12px;
    padding: 2px .8em 3px;
    float: right;
    margin-right: 10px; }

/* Thanks page */
main #thanks {
  margin-bottom: 4.5em; }
main #thanks-order_number {
  font-size: 1.2em;
  line-height: 1.25em;
  margin-top: 0em;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background-color: #eee;
  color: #626262; }
  main #thanks-order_number strong {
    color: #222222; }
main #thanks-links {
  list-style: none;
  margin-left: 0; }
  main #thanks-links li {
    margin-bottom: .8em; }
    main #thanks-links li a {
      font-family: "alternate-gothic-no-2-d", arial, helvetica, sans-serif;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      text-decoration: none;
      font-weight: normal;
      font-size: inherit;
      cursor: pointer;
      text-transform: uppercase;
      border: none;
      padding: 0.1875em 0.6em;
      -webkit-font-smoothing: antialiased;
      background-color: #ff630e;
      color: #fff; }
      main #thanks-links li a::-moz-focus-inner, main #thanks-links li a[type="button"]::-moz-focus-inner {
        padding: 0;
        border: 0; }
      .ie7 main #thanks-links li a {
        line-height: normal;
        height: auto; }
      @media (max-width: 480px) {
        main #thanks-links li a {
          display: block;
          text-align: center; } }

#thanks #product_downloads, #thanks #email_campaigns, #thanks #subscriptions {
  border: 4px solid #eee;
  padding: 0 1.6em;
  margin-bottom: 1.6em;
  border-radius: .4em; }
#thanks #product_downloads a.emphasized, #thanks #email_campaigns a.emphasized, #thanks #subscriptions a.emphasized {
  display: inline-block;
  padding: 4px 1em 5px;
  background: #4b4c50 url("../images/main/bg-header-button.png") repeat-x center top;
  border: 1px solid #4b4c50;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 14px;
  font-family: "helvetica neue", arial, helvetica, sans-serif;
  cursor: pointer;
  text-decoration: none; }

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.6em; }
  .youtube-container iframe, .youtube-container object, .youtube-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

section.accordion {
  border-top: 2px dotted #ddd;
  border-bottom: 2px dotted #ddd; }
  section.accordion h2 {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0em;
    padding: 0.375em 0em;
    color: #ff630e;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    section.accordion h2:before {
      content: "+";
      margin-right: .3em; }
  section.accordion.open h2:before {
    content: "\2212"; }
  section.accordion > div {
    display: none; }

section.accordion + section.accordion {
  border-top: none; }

form#alumni-select {
  padding: 1.5em;
  text-align: center;
  border: 3px solid #eee; }
  form#alumni-select > div {
    padding: 1.5em;
    background-color: #f2f2f2; }
  form#alumni-select button[type="submit"] {
    font-family: "alternate-gothic-no-2-d", arial, helvetica, sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: normal;
    font-size: inherit;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    padding: 0.1875em 0.6em;
    -webkit-font-smoothing: antialiased;
    background-color: #616266;
    background-color: #a1a2a6;
    color: #fff; }
    form#alumni-select button[type="submit"]::-moz-focus-inner, form#alumni-select button[type="submit"][type="button"]::-moz-focus-inner {
      padding: 0;
      border: 0; }
    .ie7 form#alumni-select button[type="submit"] {
      line-height: normal;
      height: auto; }

#institution_options {
  padding: 1.5em;
  border: 3px solid #eee; }
  #institution_options:after {
    display: block;
    clear: both;
    content: " ";
    overflow: hidden;
    height: 0; }
  #institution_options button {
    font-family: "alternate-gothic-no-2-d", arial, helvetica, sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: normal;
    font-size: inherit;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    padding: 0.1875em 0.6em;
    -webkit-font-smoothing: antialiased;
    background-color: #616266;
    background-color: #a1a2a6;
    color: #fff;
    background-color: #16415d; }
    #institution_options button::-moz-focus-inner, #institution_options button[type="button"]::-moz-focus-inner {
      padding: 0;
      border: 0; }
    .ie7 #institution_options button {
      line-height: normal;
      height: auto; }

#institution_logo {
  height: 7.5em;
  margin-right: 45px;
  float: left;
  display: block; }

#institution_content {
  padding: 1.5em;
  overflow: hidden;
  background-color: #f2f2f2; }
  #institution_content p.buttons {
    margin: 0; }

#terms.just-for-mockup {
  top: 90px; }

/* Metadata editor */
#meta_edit {
  position: fixed;
  display: inline-block;
  top: 3px;
  right: 3px;
  z-index: 10000;
  font-size: 14px; }

#meta_edit form {
  display: none;
  margin-bottom: 1em; }

#meta_edit p {
  display: none; }

#meta_edit ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#meta_edit ul li {
  margin: 0;
  padding: 0; }

#meta_edit label {
  font-size: 0.9em; }

#meta_edit input,
#meta_edit textarea {
  border: 1px solid #ccc;
  display: block;
  margin-bottom: 0.5em;
  width: 500px; }

#meta_edit.visible {
  background-color: #fff;
  padding: 1em;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.4); }

#meta_edit.visible form,
#meta_edit.visible p {
  display: block; }

#meta_edit_toggle {
  position: absolute;
  overflow: hidden;
  text-indent: -500px;
  top: 2px;
  right: 2px;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("/taglib/images/silk/information.png"); }
