/* LESS Document */
/* For modern browsers */
@import "https://use.typekit.net/lrz8exy.css";
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  *zoom: 1;
}
/*
Margin, padding, and border resets
except for form elements
*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
Consistency fixes
adopted from http://necolas.github.com/normalize.css/
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-size: 100%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b,
strong {
  font-weight: bold;
}
abbr[title] {
  border-bottom: 1px dotted;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
/*
These are easy to forget
*/
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
/* Variables */
* {
  box-sizing: border-box;
}
.high-light {
  color: #4e4fd1;
  font-weight: bold;
}
.column-busy {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  padding-right: 24px;
}
.column-busier {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  padding-right: 16px;
}
body.theme {
  width: 100%;
}
.section {
  width: 100%;
}
.section-content {
  font-family: "myriad-pro", sans-serif;
  max-width: 960px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 23px;
}
.section-content p {
  margin-bottom: 8px;
}
.section-padding {
  padding: 40px 16px;
}
.slideshow {
  line-height: auto;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slide {
  font-size: 400%;
  line-height: 100%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.edit.slide {
  font-size: 40px;
  line-height: 50px;
}
h1 {
  font-family: "futura-pt", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin-bottom: 24px;
  font-size: 25px;
  line-height: 28px;
}
h2 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
}
.dark-container {
  background-color: #393961;
  color: #ffffff;
}
.dark-container a:link,
.dark-container a:visited {
  color: #c9c9ff;
  text-decoration: none;
}
.dark-container a:hover,
.dark-container a:active {
  color: #e2e2ff;
  text-decoration: underline;
}
.mid-container {
  background-color: #c9c8d3;
  color: #0a0a0a;
}
.mid-container h1 {
  color: #ffffff;
}
.mid-container h2 {
  color: #ffffff;
}
.mid-container a:link,
.mid-container a:visited {
  color: #3132bb;
  text-decoration: none;
}
.mid-container a:hover,
.mid-container a:active {
  color: #7777db;
  text-decoration: underline;
}
.themebutton {
  display: inline-block;
  padding: 4px 10%;
  font-family: "futura-pt", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  background-color: #6f6faa;
  color: #ffffff !important;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 16px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.themebutton:hover,
.themebutton:active {
  background-color: #9f9fc7;
  text-decoration: none !important;
  color: #ffffff !important;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.page-container {
  background-color: #ffffff;
  color: #393961;
}
.page-container h1 {
  color: #c9c8d3;
}
.page-container a:link,
.page-container a:visited {
  color: #3132bb;
  text-decoration: none;
}
.page-container a:hover,
.page-container a:active {
  color: #7777db;
  text-decoration: underline;
}
.introduction {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  padding: 32px 8% 48px 8%;
}
.bigborders {
  border-top: 8px solid #c9c8d3;
  border-bottom: 8px solid #c9c8d3;
}
.nobullets ul {
  list-style: none;
  font-weight: bold;
  padding-bottom: 16px;
}
.darklink a:link,
.darklink a:visited {
  color: #3132bb;
  text-decoration: none;
}
.darklink a:hover,
.darklink a:active {
  color: #7777db;
  text-decoration: underline;
}
.lightlink a:link,
.lightlink a:visited {
  color: #c9c9ff;
  text-decoration: none;
}
.lightlink a:hover,
.lightlink a:active {
  color: #e2e2ff;
  text-decoration: underline;
}
.smalltext,
.small-text {
  font-size: 0.8em;
  font-weight: normal;
  display: block;
  line-height: 1.4em;
  margin-bottom: 4px;
}
.display-text {
  font-family: "futura-pt", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
.right-align {
  text-align: right;
}
.fadeout {
  opacity: 0.5;
}
.header {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABcBAMAAAClyzlkAAAAMFBMVEX///+1tcT+ew4EahP+ew6MaRPEfA7laBNlfQ4QaBPgfQ47ZxNbfg4uZhOafg7pZBPwFdEtAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAEklEQVR4nGNgGAUjBgiCAHkkAGXEA1NLlCbsAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-position: 0 0;
}
.header-logo {
  background-image: url('logo.png');
  background-image: url('logo.svg');
  background-size: 923px 107px;
  background-repeat: no-repeat;
  background-position: 16px top;
  text-align: right;
}
.navigation {
  list-style: none;
  margin: 18px 0 0 300px;
}
.navigation li {
  display: inline-block;
  padding-left: 12px;
  font-size: 15px;
  line-height: 15px;
  font-family: "futura-pt", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.navigation li a:link,
.navigation li a:visited {
  color: #393961;
}
.navigation li a:hover,
.navigation li a:active {
  color: #3132bb;
}
.navigation li:last-of-type,
.navigation .lastnav {
  text-transform: lowercase;
  display: block;
  margin-top: 24px;
}
.navigation li:first-of-type,
.navigation .firstnav {
  padding-left: 0;
}
div.keeptogether {
  display: inline-block;
  width: 100%;
}
.intro-para {
  font-size: 1.2em;
  line-height: 1.4em;
}
.main > p:first-of-type {
  font-size: 1.4em;
  line-height: 1.6em;
  padding-bottom: 8px;
}
.main ul,
.main ol {
  margin-left: 32px;
  margin-bottom: 16px;
}
.pressblock {
  padding-bottom: 16px;
  border-bottom: 1px dotted #c9c8d3;
}
.subsection-tabs {
  list-style: none;
}
.subsection-tabs li {
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 8px;
}
.subsection-tabs li.selected {
  font-weight: bold;
  color: #ffffff;
}
.subsection-tabs li:hover {
  color: #ffffff;
  cursor: pointer;
}
.column {
  float: left;
  display: block;
}
.column-half,
.column-quarter,
.column-sixth,
.column-third,
.column-twothirds {
  padding-right: 16px;
}
.column-half {
  width: 50%;
}
.column-third {
  width: 33.3%;
}
.column-twothirds {
  width: 66.6%;
}
.column-quarter {
  width: 25%;
}
.column-sixth {
  width: 16.5%;
}
.omega {
  float: right;
  padding-right: 0 !important;
}
.image-maxwidth {
  max-width: 100%;
  height: auto;
}
.hidelarge {
  display: none;
}
.page h1 {
  font-family: "futura-pt", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin-bottom: 24px;
  font-size: 38px;
  line-height: 44px;
  color: #393961;
}
.page h2 {
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  color: #c9c8d3;
  letter-spacing: 0.1em;
  font-family: "futura-pt", sans-serif;
}
.page h3 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #424271;
}
.page blockquote {
  margin: 32px;
  font-style: italic;
  color: #6161a1;
  font-size: 18px;
  line-height: 28px;
}
.sidebar > h2:first-child {
  margin-top: 0;
}
.sidebar img {
  max-width: 100%;
  height: auto;
  display: block;
}
.sidebar p:first-of-type {
  font-size: 14px;
  line-height: 20px;
}
.sidebar li {
  margin-bottom: 8px;
}
.column-twothirds.page {
  padding-right: 48px;
}
.author {
  margin-bottom: 32px;
}
.main img {
  display: block;
  margin: 0 32px 32px 0;
  max-width: 100%;
  height: auto;
}
.main li {
  margin-bottom: 5.33333333px;
}
.main .newsletter-table {
  width: 100%;
  border: none;
}
.main .newsletter-table thead {
  background: #393961;
  color: #ffffff;
}
.archivelist p {
  margin-bottom: 8px;
}
.archivelist p b {
  font-weight: normal;
}
.scroll-to-top {
  bottom: 20px;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
  background: url("/js/royalslider/skins/default/rs-default.png") repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  background-position: -96px -32px;
  position: fixed;
  display: none;
  text-indent: -9999px;
}
@media screen and (max-width: 900px) {
  .navigation {
    margin: 52px 0 0 0;
  }
  .navigation li:last-of-type {
    margin-top: 8px;
  }
  .header {
    background-position: 0 -20px;
  }
  .header-logo {
    background-position: 16px -20px;
  }
}
@media screen and (max-width: 800px) {
  .slide {
    font-size: 270%;
  }
  .column-busy,
  .column-busier {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .expand-first {
    float: none;
    padding-left: 0;
    width: 100%;
  }
  .column-twothirds {
    width: 100%;
  }
  .column-third {
    width: 100%;
    margin-top: 32px;
  }
}
@media screen and (max-width: 460px) {
  .page h1 {
    font-size: 24px;
    line-height: 32px;
    margin-top: -32px;
  }
  .main > p:first-of-type {
    font-size: 1.2em;
    line-height: 1.4em;
  }
  .bigborders,
  .nomobile,
  .introduction {
    display: none;
  }
  .hidelarge {
    display: block;
  }
  .column.page {
    padding: 0;
  }
  .subsection-tabs {
    display: none;
  }
  .column-half {
    width: 100%;
    float: none;
    margin-bottom: 32px;
  }
  .omega {
    margin-bottom: 0;
  }
  .column-quarter {
    width: 50%;
  }
  .column-sixth {
    width: 33.3%;
  }
  .slide {
    font-size: 150%;
  }
  .header-logo {
    background-position: 16px -20px;
    text-align: left;
  }
  .section-padding {
    padding: 40px 16px;
  }
  .column-busy,
  .column-busier {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .expand-first {
    padding-top: 0;
  }
  .navigation {
    margin-top: 68px;
  }
  .navigation li {
    display: block;
    background-color: #e5e4ea;
    margin: 0 -16px 4px -16px;
    padding: 0;
  }
  .navigation li a {
    display: block;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .navigation li a:hover,
  .navigation li a:active {
    background-color: #6f6faa;
    color: #ffffff;
    text-decoration: none;
  }
  .navigation li:last-of-type {
    margin-top: 0;
  }
}
