/* ------------------------------------ =reset -- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

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

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

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none; }

img {
  -ms-interpolation-mode: bicubic; }

ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none; }

mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  word-wrap: break-word; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

input, select {
  vertical-align: middle; }

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

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

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

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

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

/* ------------------------------------ =basic -- */
html {
  font: 62.5%/1.5 "Trebuchet MS", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  color: #383838; }

#mobile-test {
  display: none; }

a {
  text-decoration: none;
  color: #74a259;
  -webkit-transition: color 0.12s ease, background-color 0.2s ease;
  -moz-transition: color 0.12s ease, background-color 0.2s ease;
  -ms-transition: color 0.12s ease, background-color 0.2s ease;
  -o-transition: color 0.12s ease, background-color 0.2s ease;
  transition: color 0.12s ease, background-color 0.2s ease; }
  a:hover {
    color: #3b79bf; }

#header-bounds, .nav > ul, #content, .footer-bounds {
  max-width: 1092px;
  margin: 0 auto; }


.social-media-container {
  overflow: hidden;
  /*border: 2px solid black;*/
  text-align:center;
  /*background-color: #efefef;*/
}

.AbstractDisplay {
  margin-bottom: 10px;
}


@media all and (min-width: 45em) {
  #mobile-test {
    display: block; }

  .social-media-container {
    /*width: 40%;*/
    float: right;
    margin: 0 0 10px 20px;
}
}


@media all and (min-width: 63em) {
  .social-media-container-title {
    padding: 10px 0 0 10px;
    float: left;
  }
}


/* ------------------------------------ =typography, =formatted -- */
.font-b, .formatted h1, .formatted h2, .formatted h3, .formatted h4, .formatted h5, .formatted h6, .striped-headline, .PofHLink, .page-title, .subtitle, .item-list .item-title, .header-utility > li > a, .nav a, .mobile-nav-toggle, #home-slideshow .title, .landing-feature .title, .search-refine-box legend, .footer .col-title, .footer-button {
  font-family: "PT Sans Narrow", "Trebuchet MS", sans-serif; }

.formatted {
  font-size: 13px;
  font-size: 1.3rem; }
  .formatted p, .formatted ol, .formatted ul {
    padding-bottom: 20px;
    padding-bottom: 2rem; }
    .formatted p:last-child, .formatted ol:last-child, .formatted ul:last-child {
      padding-bottom: 0; }
  .formatted ol, .formatted ul {
    margin-left: 2em; }
  .formatted ul {
    list-style-type: disc; }
  .formatted li {
    padding-bottom: 10px;
    padding-bottom: 1rem; }
    .formatted li:last-child {
      padding-bottom: 0; }
  .formatted h1, .formatted h2, .formatted h3, .formatted h4, .formatted h5, .formatted h6 {
    text-rendering: optimizeLegibility;
    color: #191919; }
  .formatted h5 {
    font-size: 15px;
    font-size: 1.5rem; }
  .formatted h4 {
    font-size: 17.5px;
    font-size: 1.75rem; }
  .formatted h3 {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 40px;
    line-height: 4rem; }
  .formatted h2 {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 40px;
    line-height: 4rem; }
  .formatted h1 {
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 40px;
    line-height: 4rem; }
  .formatted img {
    max-width: 100%;
  }

/* ------------------------------------ =grids -- */
.grid {
  display: block;
  padding: 0;
  margin-right: -13px;
  margin-right: -1.3rem;
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  text-rendering: optimizespeed; }

.grid-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -moz-inline-box;
  display: inline-block;
  width: 100%;
  padding: 0 13px 20px 0;
  padding: 0 1.3rem 2rem 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto; }
  .lt-ie8 .grid-item {
    behavior: url("/web/20150924233321im_/http://historians.org/assets/prebuilt/js/boxsizing.htc"); }
  .lt-ie8 .grid-item {
    display: inline;
    zoom: 1; }
  .grid-item > .box + .box {
    margin-top: 20px;
    margin-top: 2rem; }

@media all and (max-width: 45em) {
  .grid-1-2-m {
    width: 50%; }

  .grid-1-3-m {
    width: 33.3%; }

  .grid-1-4-m {
    width: 25%; } }
@media all and (min-width: 45em) {
  .grid-item {
    padding-bottom: 40px;
    padding-bottom: 4rem; }

  .grid-1-2 {
    width: 50%; } }
@media all and (min-width: 45em) and (max-width: 63em) {
  .grid-1-2-t {
    width: 50%; }

  .grid-1-3-t {
    width: 33.3%; }

  .grid-1-4-t {
    width: 25%; } }
@media all and (min-width: 63em) {
  .grid {
    margin-right: -26px;
    margin-right: -2.6rem; }

  .grid-item {
    padding-right: 26px;
    padding-right: 2.6rem; }

  .grid-1-2-d {
    width: 50%; }

  .grid-1-3-d {
    width: 33.3%; }

  .grid-1-4-d {
    width: 25%; } }
/* ------------------------------------ =common -- */
#content {
  padding: 20px 13px;
  padding: 2rem 1.3rem;
  position: relative;
  z-index: 10; }

.responsive-image {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.border-treatment, .striped-headline, .PofHLink {
  border: 2px solid white;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }

.striped-headline {
  background-image: url("/web/20150924233321im_/http://historians.org/assets/Images/pattern-stripe.png");
  background-attachment: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 5px 13px;
  padding: 0.5rem 1.3rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 40px;
  line-height: 4rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 400;
  color: white;
  background-color: #383838;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); }
  .lt-ie8 .striped-headline {
    behavior: url("/web/20150924233321im_/http://historians.org/assets/prebuilt/js/boxsizing.htc"); }
  .striped-headline.color-2 {
    background-color: #74a259; }
  .striped-headline.color-3 {
    background-color: #3b79bf; }
  .striped-headline.color-4 {
    background-color: #6b8091; }
  .striped-headline.cta {
    text-transform: uppercase;
    text-align: center;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 40px;
    line-height: 4rem;
    line-height: 30px;
    line-height: 3rem;
    padding: 5px 13px;
    padding: 0.5rem 1.3rem; }

.striped-headline .rss, .subtitle .rss {
  float: right;
  vertical-align: middle; }
  .striped-headline .rss > img, .subtitle .rss > img {
    vertical-align: middle; }

a.striped-headline:hover {
  color: white;
  background-image: none;
  background-color: #525252; }
a.striped-headline.color-2:hover {
  background-color: #8ab272; }
a.striped-headline.color-3:hover {
  background-color: #5f93ce; }
a.striped-headline.color-4:hover {
  background-color: #87a0b4; }

.PofHLink {
  background-image: url("/web/20150924233321im_/http://historians.org/assets/Images/pattern-stripe.png");
  background-attachment: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 5px 13px;
  padding: 0.5rem 1.3rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 40px;
  line-height: 4rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 400;
  color: #595959;
  background-color: #efefef;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); }
  .lt-ie8 .PofHLink {
    behavior: url("/web/20150924233321im_/http://historians.org/assets/prebuilt/js/boxsizing.htc"); }
  .PofHLink.cta {
    text-transform: uppercase;
    text-align: center;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 40px;
    line-height: 4rem;
    line-height: 30px;
    line-height: 3rem;
    padding: 5px 13px;
    padding: 0.5rem 1.3rem; }

.PofHLink .rss, .subtitle .rss {
  float: right;
  vertical-align: middle; }
  .PofHLink .rss > img, .subtitle .rss > img {
    vertical-align: middle; }

a.PofHLink:hover {
  color: #777777;
  background-image: none;
  background-color: #f7f7f7; }

.page-title {
  padding-bottom: 20px;
  padding-bottom: 2rem;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 40px;
  line-height: 4rem;
  font-weight: 400;
  color: #6b8091; }

.page-title-addendum {
  margin-top: -20px;
  margin-top: -2rem;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  font-weight: 400;
  color: #87a0b4; }

.subtitle {
  margin: -1px 0 20px;
  margin: -1px 0 2rem;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 40px;
  line-height: 4rem;
  line-height: 30px;
  line-height: 3rem;
  padding: 5px 0;
  padding: 0.5rem 0;
  font-weight: 400;
  border-bottom: 1px solid #6b8091;
  color: #6b8091;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white; }

.more {
  display: block;
  clear: both;
  margin-top: 20px;
  margin-top: 2rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: white;
  text-align: right; }
  .more > span {
    display: -moz-inline-box;
    display: inline-block;
    padding: 0 13px;
    padding: 0 1.3rem;
    -webkit-border-radius: 0.75em;
    -moz-border-radius: 0.75em;
    border-radius: 0.75em;
    background-color: #87a0b4;
    -webkit-box-shadow: inset 0 2px 4px #6b8091;
    -moz-box-shadow: inset 0 2px 4px #6b8091;
    box-shadow: inset 0 2px 4px #6b8091;
    position: relative;
    z-index: 3; }
    .lt-ie8 .more > span {
      display: inline;
      zoom: 1; }
  .more:before {
    content: "";
    display: block;
    height: 1px;
    background-color: #87a0b4;
    border-bottom: 1px solid white;
    position: relative;
    top: 1em;
    z-index: 1; }
  .more:hover {
    color: white; }
    .more:hover > span, .more:hover:before {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background-color: #3b79bf; }
  .more + .subtitle {
    padding-top: 20px;
    padding-top: 2rem; }

.box {
  background-color: #e5e5e5;
  padding: 20px 13px;
  padding: 2rem 1.3rem;
  border: 1px solid #c1c1c1;
  border-bottom-color: #a8a8a8;
  border-top-color: #cecece; }
  .box .subtitle {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.box-1 {
  border: 2px solid white;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  padding: 20px 13px;
  padding: 2rem 1.3rem;
  background-color: #e5e5e5; }
  .box-1.dark {
    background-color: #c1c1c1; }

.box-2 {
  padding: 20px 13px;
  padding: 2rem 1.3rem;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }
  .box-2 .subtitle {
    margin: -20px -13px 20px;
    margin: -2rem -1.3rem 2rem;
    padding: 0 13px;
    padding: 0 1.3rem;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 40px;
    line-height: 4rem;
    border: none;
    color: white;
    background-color: #3b79bf;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 black, 0 -1px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 black, 0 -1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 black, 0 -1px 0 rgba(0, 0, 0, 0.5);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); }
  .box-2.color-2 .subtitle {
    background-color: #74a259; }
  .box-2.color-3 .subtitle {
    background-color: #87a0b4; }

.icon-calendar {
  display: -moz-inline-box;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: transparent url("/web/20150924233321im_/http://historians.org/assets/Images/icons-calendar.png") no-repeat 0 0; }
  .lt-ie8 .icon-calendar {
    display: inline;
    zoom: 1; }

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .icon-calendar {
    background-image: url("/web/20150924233321im_/http://historians.org/assets/Images/icons-calendar@2x.png");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    background-size: 100px 100px; } }
.icon-microphone {
  background-position: 0 0; }

.icon-psychic {
  background-position: -50px 0; }

.icon-medal {
  background-position: 0 -50px; }

.icon-list {
  background-position: -50px -50px; }

.icon-ei {
	background-position: -50px 0; }

.icon-af {
	background-position: 0 -50px; }

.icon-ms {
	background-position: 0 0; }

.icon-rs {
background-position: -50px -50px; }

.testimonial blockquote {
  padding: 20px 13px;
  padding: 2rem 1.3rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-style: italic;
  background-color: #e5e5e5;
  position: relative; }
  .box-1 .testimonial blockquote, .box-2 .testimonial blockquote {
    margin: -20px -13px 20px;
    margin: -2rem -1.3rem 2rem; }
  .testimonial blockquote .attribution {
    margin-top: -20px;
    margin-top: -2rem;
    font-style: normal;
    text-align: right;
    color: #3b79bf; }
    .testimonial blockquote .attribution:before {
      content: "\2013 "; }
  .testimonial blockquote:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 0.7em;
    border-color: #e5e5e5 transparent transparent #e5e5e5;
    border-style: solid;
    position: absolute;
    right: 4em;
    top: 100%;
    -webkit-transform: scaleX(1.3) skew(-10deg);
    -moz-transform: scaleX(1.3) skew(-10deg);
    -ms-transform: scaleX(1.3) skew(-10deg);
    -o-transform: scaleX(1.3) skew(-10deg);
    transform: scaleX(1.3) skew(-10deg); }
.testimonial > img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.item-list > li {
  padding: 10px 0;
  padding: 1rem 0; }
  .item-list > li:first-child {
    padding-top: 0; }
  .item-list > li:last-child {
    padding-bottom: 0; }
.item-list a {
  color: #383838; }
  .item-list a:hover {
    color: #3b79bf; }
.item-list h4, .item-list h4 a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #191919; }
.item-list h4 a:hover {
  color: #3b79bf; }
.item-list .item-title {
  color: #3b79bf;
  font-size: 17.5px;
  font-size: 1.75rem; }
.item-list .emphasis {
  color: #74a259;
  font-weight: 700; }
.item-list .emphasis:hover, .item-list a:hover .emphasis {
  color: #3b79bf; }
.item-list .detail {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #87a0b4;
  font-style: italic; }
.item-list .thumb {
  display: block;
  float: left;
  max-width: 50px; }
  .item-list .thumb ~ h4, .item-list .thumb ~ p {
    margin-left: 62px; }
.item-list.with-dividers > li {
  padding: 20px 0;
  padding: 2rem 0; }
  .item-list.with-dividers > li:first-child {
    padding-top: 0; }
  .item-list.with-dividers > li:last-child {
    padding-bottom: 0; }
  .item-list.with-dividers > li + li:before {
    content: "";
    display: block;
    height: 10px;
    height: 1rem;
    margin-top: -10px;
    margin-top: -1rem;
    position: relative;
    top: -15px;
    top: -1.5rem;
    background-image: url("/web/20150924233321im_/http://historians.org/assets/Images/pattern-stripe-gray.png");
    background-attachment: fixed; }
.item-list .speakers-title {
  padding: 20px 0 0 13px;
  padding: 2rem 0 0 1.3rem; }
.item-list .speakers {
  padding: 20px 0 0 13px;
  padding: 2rem 0 0 1.3rem; }
  .item-list .speakers .thumb, .item-list .speakers .name {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle; }
    .lt-ie8 .item-list .speakers .thumb, .lt-ie8 .item-list .speakers .name {
      display: inline;
      zoom: 1; }
  .item-list .speakers .thumb {
    max-width: 50px;
    float: none;
    margin-right: 13px;
    margin-right: 1.3rem; }

.legend > li {
	padding: 0; }
	.legend > li > div {
		display: table-cell;
		vertical-align: middle;
		font-size: 1.1rem; }

.date-list > li {
  padding: 10px 0;
  padding: 1rem 0; }
  .date-list > li:first-child {
    padding-top: 0; }
  .date-list > li:last-child {
    padding-bottom: 0; }
  .date-list > li + li {
    border-top: 1px solid white;
    margin-top: -1px;
    -webkit-box-shadow: 0 -1px 0 #c1c1c1;
    -moz-box-shadow: 0 -1px 0 #c1c1c1;
    box-shadow: 0 -1px 0 #c1c1c1; }
  .date-list > li > a {
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #383838; }
    .date-list > li > a:hover {
      color: #3b79bf; }
  .date-list > li.featured {
    background-color: #eaf1e5; }
.date-list .row {
  display: table-row; }
  .date-list .row > div {
    display: table-cell;
    vertical-align: middle; }
.date-list .date {
  width: 3.5em;
  text-align: center;
  color: #87a0b4; }
  .date-list .date .dm, .date-list .date .y {
    display: block; }
  .date-list .date .dm {
    border-bottom: 3px double #87a0b4;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase; }
  .date-list .date .y {
    font-size: 15px;
    font-size: 1.5rem; }
.date-list .icon {
  width: 50px;
  text-align: center; }
  .date-list .icon .icon-calendar {
    vertical-align: middle; }
.date-list .detail {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #87a0b4;
  font-style: italic; }

.tabs-pane {
  display: none; }

.tabs-pane.active {
  display: block; }

.tabs.style-a .tabs-nav {
  display: -moz-inline-box;
  display: inline-block;
  padding: 0 13px;
  padding: 0 1.3rem;
  line-height: 30px;
  line-height: 3rem;
  background-color: #f2f2f2;
  border: 1px solid #c1c1c1; }
  .lt-ie8 .tabs.style-a .tabs-nav {
    display: inline;
    zoom: 1; }
  .tabs.style-a .tabs-nav.active {
    background-color: white;
    border-bottom-color: white; }
.tabs.style-a .tabs-pane {
  padding: 20px 13px;
  padding: 2rem 1.3rem;
  margin-top: -1px;
  border: 1px solid #c1c1c1;
  background-color: white; }

.tag-cloud > a {
  display: -moz-inline-box;
  display: inline-block; }
  .lt-ie8 .tag-cloud > a {
    display: inline;
    zoom: 1; }

.inline-arrow {
  display: -moz-inline-box;
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.5em solid transparent; }
  .lt-ie8 .inline-arrow {
    display: inline;
    zoom: 1; }
  .inline-arrow.down {
    border-top-color: #c1c1c1;
    border-bottom-width: 0;
    -webkit-transform: scaleY(1.4);
    -moz-transform: scaleY(1.4);
    -ms-transform: scaleY(1.4);
    -o-transform: scaleY(1.4);
    transform: scaleY(1.4); }

@media all and (min-width: 63em) {
  .striped-headline.cta {
    padding: 6.66667px 0;
    padding: 0.66667rem 0; }

  .page-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 40px;
    line-height: 4rem; } }
/* ------------------------------------ =header and =nav -- */
#header {
  background-image: url("/web/20150924233321im_/http://historians.org/assets/Images/pattern-stripe.png");
  background-attachment: fixed;
  background-color: #383838;
  border-bottom: 1px solid black; }

#header-bounds {
  padding: 20px 13px;
  padding: 2rem 1.3rem;
  position: relative; }

#logo {
  float: left;
  max-width: 70%; }
  #logo > a, #logo > a > img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    max-height: 32px; }

#skip-to-content {
  visibility: hidden;
  position: absolute;
  left: -200%; }

.header-utility {
  padding-bottom: 20px;
  padding-bottom: 2rem;
  text-align: center; }
  .header-utility > li {
    display: -moz-inline-box;
    display: inline-block; }
    .lt-ie8 .header-utility > li {
      display: inline;
      zoom: 1; }
    .header-utility > li + li {
      padding-left: 1em; }
    .header-utility > li > a {
      color: white;
      text-transform: uppercase;
      font-weight: 700; }
      .header-utility > li > a:hover {
        color: #ffd200; }

.header-logged-in {
	display: block;
	width: 30%;
	right: 35%;
	float: none;
	position: absolute;
	bottom: 3rem; }
	.header-logged-in > li {
		color: #ffd200;
		text-transform: uppercase;}
		.header-logged-in > li > a {
			color: white;
			font-weight: 700;}
			.header-logged-in > li > a:hover {
				color: #ffd200; }

.header-login legend, .header-search legend {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #ffd200; }
  .header-login legend > a {
  	color: white;
  	font-weight: 700; }
  	.header-login legend > a:hover {
  		color: #ffd200; }
.header-login .submit, .header-search .submit {
  display: block;
  width: 10px;
  height: 30px;
  height: 3rem;
  float: left;
  border: none;
  cursor: pointer;
  text-indent: 200%;
  color: transparent;
  background: transparent url("/web/20150924233321im_/http://historians.org/assets/Images/arrow-right.png") no-repeat 50% 50%; }

.header-login {
  padding-bottom: 20px;
  padding-bottom: 2rem; }

.hl-user, .hl-pass, .hs-string, .search-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  float: left;
  padding: 0 13px;
  padding: 0 1.3rem;
  height: 30px;
  height: 3rem;
  line-height: 30px;
  line-height: 3rem;
  border: 1px solid #556674;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
  background-color: #6b8091;
  color: white; }
  .lt-ie8 .hl-user, .lt-ie8 .hl-pass, .lt-ie8 .hs-string, .lt-ie8 .search-input {
    behavior: url("/web/20150924233321im_/http://historians.org/assets/prebuilt/js/boxsizing.htc"); }
  .hl-user:focus, .hl-pass:focus, .hs-string:focus, .search-input:focus {
    outline: none;
    border-color: #dddddd;
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.search-input {
  float: none; }

.hl-user, .hl-pass {
  background-color: #87a0b4;
  width: 48%; }

.hl-user {
  margin-right: 4%; }

.hl-pass, .hs-string {
  margin-right: -25px;
  padding-right: 30px; }

#header input:placeholder {
  color: rgba(255, 255, 255, 0.8); }

#header input::placeholder {
  color: rgba(255, 255, 255, 0.8); }

#header input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

#header input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8); }

#header input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8); }

#header input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.nav {
  background-color: #3b79bf; }
  .nav a {
    display: block;
    padding: 10px 13px;
    padding: 1rem 1.3rem;
    font-size: 17.5px;
    font-size: 1.75rem;
    font-weight: 700;
    color: white; }
  .nav li {
    border-top: 1px solid white;
    border-color: rgba(255, 255, 255, 0.8); }
    .nav li ul {
      display: none; }

.mobile-nav-toggle {
  display: none;
  float: right;
  font-weight: 700;
  text-align: center;
  color: #87a0b4;
  text-transform: uppercase; }
  #header .mobile-nav-toggle {
    line-height: 1; }

.js .header-utility, .js .header-login, .js .header-search, .js .nav {
  display: none; }
.js .mobile-nav-toggle {
  display: block; }

#mobile-nav-container {
  background-image: url("/web/20150924233321im_/http://historians.org/assets/Images/pattern-stripe.png");
  background-attachment: fixed;
  display: none;
  background-color: #191919;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  #mobile-nav-container.open {
    display: block;
    padding: 20px 13px;
    padding: 2rem 1.3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: inset 0 -3px 7px -3px black;
    -moz-box-shadow: inset 0 -3px 7px -3px black;
    box-shadow: inset 0 -3px 7px -3px black; }
  #mobile-nav-container .header-utility, #mobile-nav-container .header-login, #mobile-nav-container .header-search, #mobile-nav-container .nav {
    display: block; }
  #mobile-nav-container .header-utility {
    padding: 10px 0;
    padding: 1rem 0;
    clear: right; }
  #mobile-nav-container .header-login {
    padding-bottom: 0; }
  #mobile-nav-container .header-search {
    padding-bottom: 20px;
    padding-bottom: 2rem; }
    #mobile-nav-container .header-search legend {
      display: none; }
  #mobile-nav-container .nav {
    margin: 0 -13px;
    margin: 0 -1.3rem;
    padding-bottom: 20px;
    padding-bottom: 2rem;
    background-color: transparent; }
    #mobile-nav-container .nav a {
      background-color: rgba(59, 121, 191, 0.6); }
      #mobile-nav-container .nav a:hover {
        background-color: rgba(95, 147, 206, 0.6); }
    #mobile-nav-container .nav .current > a {
      color: #ffd200; }
    #mobile-nav-container .nav li {
      border-color: rgba(134, 173, 218, 0.7); }
      #mobile-nav-container .nav li ul {
        display: block; }
        #mobile-nav-container .nav li ul li {
          display: none;
          border-color: rgba(255, 255, 255, 0.4); }
        #mobile-nav-container .nav li ul a {
          background-color: rgba(255, 255, 255, 0.1);
          font-weight: 400; }
          #mobile-nav-container .nav li ul a:hover {
            background-color: rgba(255, 255, 255, 0.2); }
          #mobile-nav-container .nav li ul a:not(.nav-child-toggle) {
            padding-left: 26px;
            padding-left: 2.6rem; }
        #mobile-nav-container .nav li ul ul a {
          background-color: transparent;
          font-size: 15px;
          font-size: 1.5rem; }
          #mobile-nav-container .nav li ul ul a:hover {
            background-color: #191919; }
          #mobile-nav-container .nav li ul ul a:not(.nav-child-toggle) {
            padding-left: 39px;
            padding-left: 3.9rem; }
      #mobile-nav-container .nav li .open > li, #mobile-nav-container .nav li .current {
        display: block; }
  #mobile-nav-container .nav-bounds > ul > li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  #mobile-nav-container .nav-child-toggle {
    float: right;
    height: 20px;
    height: 2rem;
    width: 50px;
    padding-left: 0;
    padding-right: 0;
    background: url("/web/20150924233321im_/http://historians.org/assets/Images/arrow-down.png") no-repeat 50% 50%; }
    #mobile-nav-container .nav-child-toggle.open {
      background-image: url("/web/20150924233321im_/http://historians.org/assets/Images/arrow-up.png"); }
    #mobile-nav-container .nav-child-toggle + a {
      margin-right: 50px; }

@media all and (min-width: 30em) {
  #mobile-nav-container .header-utility {
    text-align: left;
    clear: none;
    padding-top: 0; } }
@media all and (min-width: 45em) {
  .js .header-utility, .js .header-login, .js .header-search, .js .nav {
    display: block; }
  .js .mobile-nav-toggle, .js #mobile-nav-container.open {
    display: none; }

  #logo {
    padding-bottom: 20px;
    padding-bottom: 2rem; }
    #logo > a, #logo > a > img {
      max-height: 999px; }

  .header-utility {
    line-height: 1;
    float: right; }

  .header-login {
    clear: both;
    width: 64.1%;
    margin-right: 2.5%;
    float: left;
    padding-bottom: 0; }

  .header-search {
    width: 33.3%;
    float: left; }

  .nav {
    position: relative;
    z-index: 20;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 0 1px black;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 0 1px black;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 0 1px black; }
    .nav li {
      border: none; }
    .nav > ul > li {
      width: 14.28%;
      float: left;
      position: relative; }
      .nav > ul > li > a {
        padding: 10px 6.5px;
        padding: 1rem 0.65rem;
        font-size: 15px;
        font-size: 1.5rem;
        min-height: 60px;
        min-height: 6rem;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); }
      .nav > ul > li > ul {
        display: block;
        max-height: 0;
        overflow: hidden;
        width: 200%;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #383838;
        background-image: url("/web/20150924233321im_/http://historians.org/assets/Images/pattern-stripe.png");
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease; }
        .nav > ul > li > ul a {
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 400; }
          .nav > ul > li > ul a:hover {
            background-color: rgba(59, 121, 191, 0.5); }
      .nav > ul > li:last-child > ul {
        left: auto;
        right: 0; }
      .nav > ul > li:hover > ul {
        max-height: 30em;
        padding: 10px 0;
        padding: 1rem 0;
        -webkit-box-shadow: inset 0 3px 4px -3px rgba(0, 0, 0, 0.5), 0 2px 3px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: inset 0 3px 4px -3px rgba(0, 0, 0, 0.5), 0 2px 3px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0 3px 4px -3px rgba(0, 0, 0, 0.5), 0 2px 3px rgba(0, 0, 0, 0.4); }
      .nav > ul > li:hover:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 100%;
        left: 50%;
        border: 1em solid transparent;
        border-bottom-width: 0;
        border-top-color: #2f6098;
        margin-left: -1em;
        margin-top: -1px;
        z-index: 10; }
    .nav > ul > li:hover > a, .nav > ul > .current > a {
      color: #ffd200; } }
@media all and (min-width: 63em) {
  #logo {
    padding: 20px 0 10px;
    padding: 2rem 0 1rem; }

  .header-login, .header-search {
    float: none;
    position: absolute;
    right: 13px;
    right: 1.3rem;
    bottom: 30px;
    bottom: 3rem; }

  .header-search {
    width: 19%; }
    .header-search legend {
      display: none; }

  .header-login {
    width: 39%;
    right: 19%; }

  .nav > ul > li > a {
    min-height: 40px;
    min-height: 4rem; } }
/* ------------------------------------ =home -- */
#home-slideshow, #home-ctas, #home-blog, #home-calendar, #home-promo, #home-wysiwyg-a, #home-wysiwyg-b, #home-dynamic-content-area {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-bottom: 2rem; }
  .lt-ie8 #home-slideshow, .lt-ie8 #home-ctas, .lt-ie8 #home-blog, .lt-ie8 #home-calendar, .lt-ie8 #home-promo, .lt-ie8 #home-wysiwyg-a, .lt-ie8 #home-wysiwyg-b, .lt-ie8 #home-dynamic-content-area {
    behavior: url("/web/20150924233321im_/http://historians.org/assets/prebuilt/js/boxsizing.htc"); }

#home-dynamic-content-area, #home-wysiwyg-b {
  display: none; }

#home-slideshow {
  margin: -20px -13px 20px;
  margin: -2rem -1.3rem 2rem; }
  #home-slideshow .tabs-pane {
    display: none;
    position: relative;
    overflow: hidden; }
    #home-slideshow .tabs-pane.active {
      display: block; }
    #home-slideshow .tabs-pane > img {
      display: block;
      width: 100%;
      height: auto !important; }
  #home-slideshow .description {
    color: white; }
    #home-slideshow .description > p {
      display: none; }
  #home-slideshow .title {
    padding: 10px 13px 0;
    padding: 1rem 1.3rem 0;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 40px;
    line-height: 4rem;
    font-weight: 400;
    color: #ffd200;
    background-color: #191919;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  #home-slideshow.playing .tabs-resume {
    display: none; }
  #home-slideshow.paused .tabs-pause {
    display: none; }

.slideshow-nav {
  padding: 0 13px;
  padding: 0 1.3rem;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 40px;
  line-height: 4rem;
  color: white;
  background-color: #191919; }
  .slideshow-nav .tabs-nav {
    display: -moz-inline-box;
    display: inline-block;
    color: white; }
    .lt-ie8 .slideshow-nav .tabs-nav {
      display: inline;
      zoom: 1; }
    .slideshow-nav .tabs-nav.active {
      color: #ffd200; }
    .slideshow-nav .tabs-nav + .tabs-nav {
      margin-left: 1.5em; }
      .slideshow-nav .tabs-nav + .tabs-nav:before {
        content: "\\\\";
        display: -moz-inline-box;
        display: inline-block;
        color: #6b8091;
        position: relative;
        left: -0.8em; }
        .lt-ie8 .slideshow-nav .tabs-nav + .tabs-nav:before {
          display: inline;
          zoom: 1; }
  .slideshow-nav .tabs-pause, .slideshow-nav .tabs-resume {
    float: right;
    color: white; }

#home-ctas {
  display: none; }

@media all and (min-width: 30em) {
  #home-slideshow {
    position: relative; }
    #home-slideshow .description {
      position: absolute;
      width: auto;
      height: auto;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    #home-slideshow .title {
      padding-bottom: 10px;
      padding-bottom: 1rem;
      margin-top: 20px;
      margin-top: 2rem;
      background-color: rgba(0, 0, 0, 0.5);
      overflow: visible;
      white-space: normal;
      text-overflow: none; }
    #home-slideshow .slideshow-nav {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 5;
      background-color: rgba(25, 25, 25, 0.9); }
      .lt-ie8 #home-slideshow .slideshow-nav {
        behavior: url("/web/20150924233321im_/http://historians.org/assets/prebuilt/js/boxsizing.htc"); } }
@media all and (min-width: 45em) {
  #home-dynamic-content-area, #home-wysiwyg-b {
    display: block; }

  #home-slideshow .description {
    top: 20px;
    top: 2rem;
    right: auto;
    bottom: auto;
    max-width: 45%;
    padding: 20px 13px;
    padding: 2rem 1.3rem;
    background-color: #383838;
    background-color: rgba(0, 0, 0, 0.55); }
    #home-slideshow .description > p {
      display: block; }
  #home-slideshow .title {
    background-color: transparent;
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 40px;
    line-height: 4rem; }

  #home-ctas {
    display: block; }
    #home-ctas .cta {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 31%;
      margin: 0 3% 0 0;
      float: left; }
      .lt-ie8 #home-ctas .cta {
        behavior: url("/web/20150924233321im_/http://historians.org/assets/prebuilt/js/boxsizing.htc"); }
      #home-ctas .cta:last-child {
        margin-right: 0; }

  #home-blog, #home-promo, #home-wysiwyg-a {
    width: 48.5%;
    float: left;
    clear: left; }

  #home-calendar, #home-wysiwyg-b, #home-dynamic-content-area {
    width: 48.5%;
    float: right;
    clear: right; } }
@media all and (min-width: 55em) {
  #home-slideshow, #home-ctas, #home-blog, #home-calendar, #home-promo, #home-wywiwyg-a, #home-wysiwyg-b {
    margin-bottom: 40px;
    margin-bottom: 4rem; }

  #home-slideshow, #home-blog {
    width: 64%;
    float: left;
    clear: left; }

  #home-wysiwyg-a {
    width: 32%;
    float: left;
    clear: left;
    padding-right: 13px;
    padding-right: 1.3rem; }

  #home-wysiwyg-b {
    width: 32%;
    float: left;
    padding-left: 13px;
    padding-left: 1.3rem; }

  #home-ctas, #home-calendar, #home-dynamic-content-area, #home-promo {
    overflow: hidden;
    clear: none;
    float: none;
    width: 36%;
    /* marking enough padding room to have box-shadows with overflow: hidden */
    padding: 5px 3.25px 15px 22.75px;
    padding: 0.5rem 0.325rem 1.5rem 2.275rem;
    position: relative;
    top: -5px;
    top: -0.5rem;
    left: 3.25px;
    left: 0.325rem;
    margin-bottom: 20px;
    margin-bottom: 2rem; }

  #home-slideshow {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    border: 2px solid white;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }

  #home-ctas .cta {
    width: auto;
    float: none;
    margin: 0 0 20px;
    margin: 0 0 2rem;
    padding-top: 10px;
    padding-top: 1rem;
    padding-bottom: 10px;
    padding-bottom: 1rem; }
    #home-ctas .cta:last-child {
      margin-bottom: 0; }

  #home-dynamic-content-area {
    top: -2px;
    padding-top: 0;
    /* 'attach' this area to calendar */
    margin-top: -40px;
    margin-top: -4rem; }
    #home-dynamic-content-area .box-1 {
      border-top: none;
      padding-top: 0; } }
/* ------------------------------------ =interior -- */
.breadcrumbs, .subnav {
  display: none; }

#content-main > div, #content-side > div {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

#content-main > .grid {
  margin-bottom: 0; }

.perspectives-logo-detail {
  display: block;
  width: 140px;
  max-width: 100%;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

@media all and (min-width: 45em) {
  .breadcrumbs {
    display: block;
    padding-bottom: 20px;
    padding-bottom: 2rem; }
    .breadcrumbs > a {
      display: -moz-inline-box;
      display: inline-block;
      color: #6b6b6b; }
      .lt-ie8 .breadcrumbs > a {
        display: inline;
        zoom: 1; }
      .breadcrumbs > a + a {
        margin-left: 1.5em; }
        .breadcrumbs > a + a:before {
          content: "\\\\";
          color: #87a0b4;
          position: relative;
          left: -0.8em; }

  .share-tools {
    float: right; }

  .subnav, #content-side {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
    .lt-ie8 .subnav, .lt-ie8 #content-side {
      behavior: url("/web/20150924233321im_/http://historians.org/assets/prebuilt/js/boxsizing.htc"); }

  .subnav .subtitle {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0; }
  .subnav li {
    list-style: disc;
    color: #87a0b4;
    margin-left: 1em;
    padding-top: 10px;
    padding-top: 1rem; }
    .subnav li ul {
      display: none; }
  .subnav a {
    color: #383838; }
    .subnav a:hover {
      color: #3b79bf; }
  .subnav .current {
    color: #74a259; }
    .subnav .current > a {
      color: #74a259;
      font-weight: 700; }
    .subnav .current > ul {
      display: block; }

  #content-main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: right;
    padding-left: 26px;
    padding-left: 2.6rem; }
    .lt-ie8 #content-main {
      behavior: url("/web/20150924233321im_/http://historians.org/assets/prebuilt/js/boxsizing.htc"); }

  .perspectives-logo-detail {
    display: block;
    width: 400px;
    margin-left: auto;
    margin-right: auto; } }
/* ------------------------------------ =landings -- */
.landing-feature {
  position: relative;
  margin: -20px -13px 0;
  margin: -2rem -1.3rem 0; }
  .landing-feature > img {
    display: block;
    max-width: 100%; }
  .landing-feature .title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 13px;
    padding: 0 1.3rem;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 40px;
    line-height: 4rem;
    font-weight: 400;
    color: #ffd200;
    background-color: #191919; }
    .lt-ie8 .landing-feature .title {
      behavior: url("/web/20150924233321im_/http://historians.org/assets/prebuilt/js/boxsizing.htc"); }

#content-main > .landing-ctas {
  margin-bottom: 0;
  margin-bottom: 0; }

.annual-meeting-intro {
  text-align: center;
  padding-bottom: 20px;
  padding-bottom: 2rem; }
  .annual-meeting-intro .logo {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .annual-meeting-intro .venue {
    font-size: 17.5px;
    font-size: 1.75rem;
    color: #3b79bf; }
  .annual-meeting-intro .theme > a {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #87a0b4; }

.annual-meeting-ctas .grid-item {
  padding-bottom: 0; }
.annual-meeting-ctas .cta {
  font-size: 17.5px;
  font-size: 1.75rem; }

.annual-meeting-app-promo {
  position: relative; }
  .annual-meeting-app-promo .thumb {
    display: block;
    max-width: 88px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -44px; }
  .annual-meeting-app-promo .info {
    margin-left: 100px;
    min-height: 88px; }

.annual-meeting-photos .tabs-pane > img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.ahr-intro {
  max-width: 63em;
  padding-bottom: 40px;
  padding-bottom: 4rem;
  margin: 0 auto; }

.ahr-logo {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.ahr-latest {
  text-align: center; }
  .ahr-latest .subtitle, .ahr-latest .formatted {
    text-align: left; }

.ahr-latest-cover {
  display: -moz-inline-box;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  border: 1px solid #c1c1c1; }
  .lt-ie8 .ahr-latest-cover {
    display: inline;
    zoom: 1; }
  .ahr-latest-cover > img {
    display: block;
    max-width: 100%; }

@media all and (min-width: 30em) {
  .landing-feature .title {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5); } }
@media all and (min-width: 45em) {
  .landing-feature {
    margin: 0; }
    .landing-feature .title {
      font-size: 27px;
      font-size: 2.7rem;
      line-height: 40px;
      line-height: 4rem; }

  .landing-ctas.ctas-2 .cta {
    width: 49%;
    float: left;
    margin-left: 2%; }
    .landing-ctas.ctas-2 .cta:first-child {
      margin-left: 0; }

  .landing-ctas.ctas-3 .cta {
    width: 30%;
    float: left;
    margin-left: 5%; }
    .landing-ctas.ctas-3 .cta:first-child {
      margin-left: 0; }

  .annual-meeting-intro, .annual-meeting-ctas {
    padding-bottom: 20px;
    padding-bottom: 2rem; }

  .annual-meeting-ctas .cta {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 40px;
    line-height: 4rem; }

  .annual-meeting-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%; }
    .lt-ie8 .annual-meeting-box {
      behavior: url("/web/20150924233321im_/http://historians.org/assets/prebuilt/js/boxsizing.htc"); }

  .am-left {
    float: left;
    clear: left;
    padding-right: 6.5px;
    padding-right: 0.65rem; }

  .am-right {
    float: right;
    clear: right;
    padding-left: 6.5px;
    padding-left: 0.65rem; } }
@media all and (min-width: 63em) {
  .landing-feature.with-ctas {
    width: 66.6%;
    float: left; }
  .landing-feature .title {
    line-height: 50px;
    line-height: 5rem; }

  .landing-ctas {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3%;
    float: right;
    padding-left: 26px;
    padding-left: 2.6rem; }
    .lt-ie8 .landing-ctas {
      behavior: url("/web/20150924233321im_/http://historians.org/assets/prebuilt/js/boxsizing.htc"); }
    .landing-ctas + div, .landing-ctas + .subtitle {
      clear: both; }
    .landing-ctas .cta {
      padding-top: 10px;
      padding-top: 1rem;
      padding-bottom: 10px;
      padding-bottom: 1rem; }
    .landing-ctas.ctas-2 .cta, .landing-ctas.ctas-3 .cta {
      width: 100%;
      float: none;
      margin-left: 0; }

  .ahr-latest-cover {
    display: block;
    float: left;
    margin-right: 26px;
    margin-right: 2.6rem;
    margin-bottom: 0; }

  .ahr-latest .formatted {
    overflow: hidden; }

  .am-left {
    padding-right: 13px;
    padding-right: 1.3rem; }

  .am-right {
    padding-left: 13px;
    padding-left: 1.3rem; } }
/* ------------------------------------ =special -- */
.search-title .page-title-addendum {
  display: none; }

.search-refine-toggle {
  display: block;
  padding: 0 13px;
  padding: 0 1.3rem;
  margin: 0 -13px 20px;
  margin: 0 -1.3rem 2rem;
  font-size: 17.5px;
  font-size: 1.75rem;
  line-height: 30px;
  line-height: 3rem;
  color: white;
  background-color: #74a259; }
  .search-refine-toggle:hover {
    color: white; }
  .search-refine-toggle:after {
    content: url("/web/20150924233321im_/http://historians.org/assets/Images/arrow-down.png");
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em; }
  .search-refine-toggle.active:after {
    content: url("/web/20150924233321im_/http://historians.org/assets/Images/arrow-up.png"); }

.search-refine-container {
  display: none; }
  .search-refine-container.active {
    display: block; }
  .search-refine-container .search-input {
    margin-bottom: 20px;
    margin-bottom: 2rem; }

.search-refine-box {
  margin-bottom: 20px;
  margin-bottom: 2rem; }
  .search-refine-box fieldset {
    border: 1px solid #c1c1c1;
    border-width: 1px 0 0;
    margin: 0 -13px 20px;
    margin: 0 -1.3rem 2rem;
    padding: 10px 13px;
    padding: 1rem 1.3rem; }
  .search-refine-box legend {
    font-size: 17.5px;
    font-size: 1.75rem;
    color: #87a0b4; }
  .search-refine-box label, .search-refine-box .refine {
    display: block;
    padding: 5px 0;
    padding: 0.5rem 0; }
  .search-refine-box .refine {
    color: #6b8091; }
    .search-refine-box .refine:hover {
      color: #3b79bf; }
  .search-refine-box .subtitle {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .search-refine-box .submit {
    display: block;
    float: right;
    height: 20px;
    height: 2rem;
    line-height: 20px;
    line-height: 2rem;
    padding: 0 13px;
    padding: 0 1.3rem;
    margin-top: -10px;
    margin-top: -1rem;
    border: none;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    color: white;
    background: #87a0b4;
    -webkit-box-shadow: inset 0 2px 4px #6b8091;
    -moz-box-shadow: inset 0 2px 4px #6b8091;
    box-shadow: inset 0 2px 4px #6b8091; }

.search-results .pagination {
  padding-bottom: 30px;
  padding-bottom: 3rem;
  padding-top: 10px;
  padding-top: 1rem;
  text-align: center; }
  .search-results .pagination:last-child {
    padding-top: 30px;
    padding-top: 3rem; }
  .search-results .pagination .summary, .search-results .pagination .sort, .search-results .pagination .controls {
    display: -moz-inline-box;
    display: inline-block;
    color: #87a0b4; }
    .lt-ie8 .search-results .pagination .summary, .lt-ie8 .search-results .pagination .sort, .lt-ie8 .search-results .pagination .controls {
      display: inline;
      zoom: 1; }
  .search-results .pagination a, .search-results .pagination .ellipsis {
    display: none; }
  .search-results .pagination .prev, .search-results .pagination .next {
    display: -moz-inline-box;
    display: inline-block;
    margin-left: 1em; }
    .lt-ie8 .search-results .pagination .prev, .lt-ie8 .search-results .pagination .next {
      display: inline;
      zoom: 1; }

.past-meetings-list > li + li {
  padding-top: 20px;
  padding-top: 2rem;
  margin-top: 20px;
  margin-top: 2rem;
  border-top: 1px solid #c1c1c1; }
.past-meetings-list .logo {
  display: block;
  max-width: 30%;
  float: left; }
.past-meetings-list .title, .past-meetings-list .venue, .past-meetings-list .theme {
  margin-left: 34%; }
.past-meetings-list .title > a {
  color: #3b79bf;
  font-size: 17.5px;
  font-size: 1.75rem; }
.past-meetings-list .venue {
  color: #6b6b6b; }
.past-meetings-list .theme {
  color: #87a0b4; }
.past-meetings-list .tools {
  clear: left;
  padding-top: 20px;
  padding-top: 2rem;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }

.archive-meetings-list > li + li {
  padding-top: 20px;
  padding-top: 2rem;
  margin-top: 20px;
  margin-top: 2rem;
  border-top: 1px solid #c1c1c1; }

.staff-list .thumb {
  display: block;
  max-width: 25%;
  float: left;
  margin: 0 1em 0.3em 0; }
.staff-list .name {
  font-size: 17.5px;
  font-size: 1.75rem;
  color: #3b79bf; }
.staff-list .title {
  color: #6b8091; }
.staff-list .contact {
  font-weight: 400; }
.staff-list .formatted {
  clear: left;
  padding-top: 20px;
  padding-top: 2rem; }

.advertising-specs-overview li + li {
  padding-top: 20px;
  padding-top: 2rem; }
.advertising-specs-overview .cover {
  display: block;
  max-width: 90px;
  margin: 0 auto; }
  .advertising-specs-overview .cover > img {
    display: block;
    max-width: 100%;
    max-height: 100%; }
.advertising-specs-overview h3 {
  text-align: center; }

.advertising-specs {
  padding-bottom: 20px;
  padding-bottom: 2rem; }
  .advertising-specs > li + li {
    padding-top: 40px;
    padding-top: 4rem; }
  .advertising-specs .logo {
    display: block;
    max-width: 100%;
    max-height: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    padding: 20px 0;
    padding: 2rem 0; }
  .advertising-specs .toggle {
    padding: 10px 13px;
    padding: 1rem 1.3rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    border: 2px solid #c1c1c1;
    font-size: 17.5px;
    font-size: 1.75rem;
    font-weight: 400;
    background-color: #e5e5e5; }
  .no-js .advertising-specs .toggle .inline-arrow {
    display: none; }
  .advertising-specs .toggle .inline-arrow {
    -webkit-transform: rotate(-90deg) scaleY(1.4);
    -moz-transform: rotate(-90deg) scaleY(1.4);
    -ms-transform: rotate(-90deg) scaleY(1.4);
    -o-transform: rotate(-90deg) scaleY(1.4);
    transform: rotate(-90deg) scaleY(1.4);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .advertising-specs .toggle.active .inline-arrow {
    -webkit-transform: scaleY(1.4);
    -moz-transform: scaleY(1.4);
    -ms-transform: scaleY(1.4);
    -o-transform: scaleY(1.4);
    transform: scaleY(1.4); }
  .js .advertising-specs .toggle + div {
    display: none;
    padding-bottom: 20px;
    padding-bottom: 2rem; }
    .js .advertising-specs .toggle + div.active {
      display: block; }

.specs-list {
  padding-bottom: 20px;
  padding-bottom: 2rem; }
  .specs-list > li + li {
    padding-top: 20px;
    padding-top: 2rem; }
  .specs-list .thumb > img {
    display: block;
    max-height: 140px;
    margin: 0 auto; }
  .specs-list h4, .specs-list p {
    text-align: center; }
  .specs-list h4 {
    font-family: "PT Sans Narrow", "Trebuchet MS", sans-serif;
    font-size: 17.5px;
    font-size: 1.75rem; }
  .specs-list p {
    color: #6b6b6b; }

.advertising-deadlines > li {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  padding: 1rem 0; }
  .advertising-deadlines > li:first-child {
    display: none; }
  .advertising-deadlines > li:last-child {
    border-bottom: none; }
.advertising-deadlines .issue {
  font-size: 17.5px;
  font-size: 1.75rem; }
.advertising-deadlines .date {
  color: #6b6b6b; }

.registration-rates > li + li {
  border-top: 1px solid #c1c1c1;
  margin-top: 20px;
  margin-top: 2rem;
  padding-top: 20px;
  padding-top: 2rem; }
.registration-rates .rate-title > a {
  font-size: 17.5px;
  font-size: 1.75rem;
  color: #3b79bf; }

@media all and (min-width: 30em) {
  .search-refine-box .topics, .search-refine-box .sorts {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em; }

  .past-meetings-list .tools {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }

  .advertising-specs .logo {
    max-height: 150px;
    max-width: 400px; }

  .specs-list {
    display: table;
    width: 100%; }
    .specs-list > li {
      display: table-row; }
      .specs-list > li + li .thumb, .specs-list > li + li .info {
        border-top: 1px solid #e5e5e5; }
    .specs-list .thumb, .specs-list .info {
      display: table-cell;
      vertical-align: middle;
      padding: 10px 0;
      padding: 1rem 0; }
    .specs-list .thumb {
      width: 140px; }
      .specs-list .thumb > img {
        max-height: 300px;
        max-width: 140px; }
    .specs-list h4, .specs-list p {
      text-align: left;
      padding-left: 26px;
      padding-left: 2.6rem; }
    .specs-list h4 {
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 40px;
      line-height: 4rem; }

  .advertising-deadlines {
    display: table;
    width: 100%; }
    .advertising-deadlines > li, .advertising-deadlines > li:first-child {
      display: table-row; }
    .advertising-deadlines .issue, .advertising-deadlines .date {
      display: table-cell;
      vertical-align: middle;
      padding: 10px 0;
      padding: 1rem 0;
      text-align: left;
      font-size: 15px;
      font-size: 1.5rem;
      border-bottom: 1px solid #e5e5e5; }
    .advertising-deadlines .issue > span {
      display: none; }
    .advertising-deadlines > li:first-child .issue, .advertising-deadlines > li:first-child .date {
      font-family: "PT Sans Narrow", "Trebuchet MS", sans-serif;
      font-size: 17.5px;
      font-size: 1.75rem;
      font-weight: 700;
      color: #191919; }
    .advertising-deadlines > li:last-child .issue, .advertising-deadlines > li:last-child .date {
      border-bottom: none; }
    .advertising-deadlines .date {
      padding-left: 13px;
      padding-left: 1.3rem;
      border-left: 1px solid #e5e5e5; } }
@media all and (min-width: 45em) {
  .search-refine-toggle {
    display: none; }

  .search-refine-container {
    display: block;
    width: 33.3%;
    float: left; }
    .search-refine-container .search-input {
      margin-bottom: 30px;
      margin-bottom: 3rem; }

  .search-refine-box .topics, .search-refine-box .sorts {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; }

  .search-results {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.6%;
    padding: 0 0 0 26px;
    padding: 0 0 0 2.6rem;
    float: left; }
    .lt-ie8 .search-results {
      behavior: url("/web/20150924233321im_/http://historians.org/assets/prebuilt/js/boxsizing.htc"); }
    .search-results .pagination {
      text-align: left;
      padding-top: 0; }
      .search-results .pagination .controls {
        display: block; }
      .search-results .pagination a, .search-results .pagination .ellipsis, .search-results .pagination .prev, .search-results .pagination .next {
        display: -moz-inline-box;
        display: inline-block;
        margin: 0;
        padding: 5px 0.75em;
        padding: 0.5rem 0.75em;
        margin-top: 10px;
        margin-top: 1rem;
        background-color: #efefef; }
        .lt-ie8 .search-results .pagination a, .lt-ie8 .search-results .pagination .ellipsis, .lt-ie8 .search-results .pagination .prev, .lt-ie8 .search-results .pagination .next {
          display: inline;
          zoom: 1; }
      .search-results .pagination .ellipsis {
        background-color: transparent;
        color: #6b6b6b; }
      .search-results .pagination .current {
        font-weight: 700;
        color: #3b79bf; }

  .past-meetings-list .title > a {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 40px;
    line-height: 4rem;
    line-height: 20px;
    line-height: 2rem; }
  .past-meetings-list .venue {
    font-size: 15px;
    font-size: 1.5rem; }
  .past-meetings-list .tools {
    clear: none;
    margin-left: 34%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }

  .archive-meetings-list .title > a {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 40px;
    line-height: 4rem;
    line-height: 20px;
    line-height: 2rem; }
  .archive-meetings-list .venue {
    font-size: 15px;
    font-size: 1.5rem; }

	.meeting-list > li > div {
		padding: 10px 13px;
		padding: 1rem 1.3rem; }

	.program-list > li > div {
		padding: 10px 13px;
		padding: 1rem 1.3rem;
	text-align: center; }

  .staff-list > li > div {
    padding: 10px 13px;
    padding: 1rem 1.3rem;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f2f2f2; }
  .staff-list .thumb {
    max-width: 40%; }
  .staff-list .name {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 40px;
    line-height: 4rem; }

  .advertising-specs-overview .cover {
    float: left;
    clear: left;
    margin: 0 1em 0.3em 0; }
  .advertising-specs-overview h3 {
    text-align: left; } }
@media all and (min-width: 63em) {
  .search-refine-container {
    width: 25%; }

  .search-results {
    width: 75%; }
    .search-results .pagination .summary {
      line-height: 30px;
      line-height: 3rem; }
    .search-results .pagination .controls {
      display: -moz-inline-box;
      display: inline-block; }
      .lt-ie8 .search-results .pagination .controls {
        display: inline;
        zoom: 1; }
    .search-results .pagination .sort {
      padding-right: 1em; }
    .search-results .pagination a, .search-results .pagination .ellipsis, .search-results .pagination .prev, .search-results .pagination .next {
      margin-top: 0; }
    .search-results .item-list {
      clear: both; }

  .past-meetings-list .title > a {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 40px;
    line-height: 4rem; }
  .past-meetings-list .tools {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }

  .registration-rates .rate-title {
    width: 35%;
    float: left; }
  .registration-rates .description {
    margin-left: 38%; } }

  #disqus {
    margin:  0 auto;
    max-width:  1092px;
    position: relative;
  	padding: 2rem 1.3rem; }

  #disqus .disqus-main {
  	margin-left: 25%; }

  #disqus_thread {
  padding: 1.3rem 0 0 2.6rem; }

  .box .label {
  	float: left;
  	width: 15%; }

  .box .info {
  	font-size: 1rem;
  	margin-left: 15%; }

  span.required, span.field-validation-error {
  	color: red; }
/* ------------------------------------ =footer -- */
.footer {
  background-image: url("/web/20150924233321im_/http://historians.org/assets/Images/pattern-stripe.png");
  background-attachment: fixed;
  font-size: 12px;
  font-size: 1.2rem;
  color: #e5e5e5;
  background-color: #383838; }
  .footer a {
    color: #e5e5e5; }
  .footer .col-title {
    display: none; }

.footer-bounds {
  padding: 20px 13px;
  padding: 2rem 1.3rem; }

.footer-social {
  text-align: center;
  padding-bottom: 20px;
  padding-bottom: 2rem; }

.social-icon {
  display: -moz-inline-box;
  display: inline-block;
  width: 30px;
  height: 30px;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .lt-ie8 .social-icon {
    display: inline;
    zoom: 1; }
  .social-icon:hover {
    opacity: 1; }
  .social-icon > img {
    display: block; }
  .social-icon + .social-icon {
    margin-left: 1em; }

.footer-button {
  display: block;
  padding: 6.66667px 6.5px;
  padding: 0.66667rem 0.65rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-size: 17.5px;
  font-size: 1.75rem;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
  color: white;
  background-color: #3b79bf;
  text-align: center;
  -webkit-box-shadow: 0 1px 0 #e5e5e5, inset 0 3px 8px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 #e5e5e5, inset 0 3px 8px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 #e5e5e5, inset 0 3px 8px -2px rgba(0, 0, 0, 0.3); }
  .footer-button:hover {
    background-color: #4c86c8; }
  .footer-button.color-2 {
    background-color: #74a259; }
    .footer-button.color-2:hover {
      background-color: #81ac68; }

.footer-contact a, .footer-nav .site-map {
  color: #ffd200; }

.footer-contact {
  text-align: center; }
  .footer-contact p {
    padding-bottom: 20px;
    padding-bottom: 2rem; }
  .footer-contact .copyright {
    color: #c1c1c1; }

.footer-nav a {
  display: none; }
  .footer-nav a:hover {
    color: #ffd200; }
.footer-nav .site-map {
  display: block;
  text-align: center; }

@media all and (min-width: 45em) {
  .flexbox .footer-flex {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .flexbox .footer-col {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 13px;
    padding: 0 1.3rem; }
  .flexbox .col-order-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-left: 0; }
  .flexbox .col-order-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .flexbox .col-order-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .flexbox .col-order-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    padding-right: 0; }

  .no-flexbox .footer-col {
    width: 22%;
    float: left;
    padding: 0;
    margin-left: 4%; }
    .no-flexbox .footer-col:first-child {
      margin-left: 0; }

  .footer .col-title {
    display: block;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    border-bottom: 1px solid #c1c1c1;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 40px;
    line-height: 4rem;
    font-weight: 400;
    color: #6b6b6b;
    text-transform: uppercase; }

  .footer-contact {
    text-align: left; }

  .social-icon + .social-icon {
    margin-left: 0.5em; }

  .footer-nav a {
    display: block; }
  .footer-nav .site-map {
    text-align: left; } }
@media all and (min-width: 63em) {
  .flexbox .footer-col-wide {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2; }

  .no-flexbox .footer-col {
    width: 17%; }
  .no-flexbox .footer-col-wide {
    width: 37%; }

  .footer-nav {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em; }
    .footer-nav a {
      margin-bottom: 10px;
      margin-bottom: 1rem; } }
/* ------------------------------------ =fixes -- */
.clear:after, #content:after, .box:after, .box-1:after, .box-2:after, .item-list > li:after, #header-bounds:after, .nav:after, .slideshow-nav:after, #home-ctas:after, .footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
.ie6 .clear, .ie6 #content, .ie6 .box, .ie6 .box-1, .ie6 .box-2, .ie6 .item-list > li, .ie6 #header-bounds, .ie6 .nav, .ie6 .slideshow-nav, .ie6 #home-ctas, .ie6 .footer {
  height: 1%; }
.ie7 .clear, .ie7 #content, .ie7 .box, .ie7 .box-1, .ie7 .box-2, .ie7 .item-list > li, .ie7 #header-bounds, .ie7 .nav, .ie7 .slideshow-nav, .ie7 #home-ctas, .ie7 .footer {
  min-height: 1px; }

 /*------------------------------------ =image captions -- */
 .figureLeft, .figureRight, .figureNoAlign {
 	position: relative;
 	padding: 5px;
 	background-color: #E5E5E5;
 	border: 1px solid #C1C1C1;
 	visibility: visible;
 	text-align: center;
 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; }

 .figureNoAlign {
 	margin: 0px 10px 10px 0px; }

 .figureLeft {
 	float: left;
 	margin: 0px 10px 10px 0px; }

.figureRight {
	float: right;
	margin: 0px 0px 10px 10px; }

.figureLeft img, .figureRight img, .figureNoAlign img {
	padding: 0px; }

.figureLeft p.capText, .figureRight p.capText, .figureNoAlign p.capText {
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 5px 5px 0px 5px;
	color: #6B8091;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	text-align: center; }
/*
     FILE ARCHIVED ON 23:33:21 Sep 24, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:16:42 May 12, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 246.016
  exclusion.robots: 186.408
  exclusion.robots.policy: 186.39
  xauthn.identify: 133.428
  xauthn.chkprivs: 52.449
  RedisCDXSource: 1.184
  esindex: 0.018
  LoadShardBlock: 28.487 (3)
  PetaboxLoader3.datanode: 54.708 (5)
  CDXLines.iter: 22.843 (3)
  load_resource: 420.71 (2)
  PetaboxLoader3.resolve: 369.017 (2)
*/