@charset "UTF-8";
/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */
/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  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;
}

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

input, select {
  vertical-align: middle;
}

/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */
body {
  font: 13px/1.231 sans-serif;
  *font-size: small;
} /* Hack retained to preserve specificity */
select, input, textarea, button {
  font-size: 99%;
}

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/**
 * Minimal base styles.
 */
/* Always force a scrollbar in non-IE */
html {
  overflow-y: scroll;
}

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none;
}

ul, ol {
  margin-left: 2em;
}

ol {
  list-style-type: decimal;
}

/* Remove margins for navigation lists */
nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: bold;
}

em {
  font-style: italic;
}

td {
  vertical-align: top;
}

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}

textarea {
  overflow: auto;
} /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

/* Hand cursor on clickable input elements */
label, input[type=button], input[type=submit], input[type=image], button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
  width: auto;
  overflow: visible;
}

/**
 * You might tweak these..
 */
body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/**
 * Non-semantic helper classes: please define your styles before this section.
 */
/* For image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
  zoom: 1;
}

/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */
@media all and (orientation: portrait) {
  /* Style adjustments for portrait mode goes here */
}
@media all and (orientation: landscape) {
  /* Style adjustments for landscape mode goes here */
}
/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}
/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
.header-container {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #ccd5e0;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.0784313725);
  display: flex;
  margin-bottom: 90px;
  padding-right: 256px;
  position: relative;
  z-index: 1;
}
.device-desktop .header-container, .device-tablet .header-container, .device-phone .header-container {
  margin-bottom: 45px;
}

.publisher-logo {
  margin-left: 18px;
  width: 238px;
}

.device-navigation {
  margin: 0 auto;
}
.device-navigation ul {
  border-right: 1px solid #ccd5e0;
  display: flex;
}
.device-navigation li {
  border-left: 1px solid #ccd5e0;
}
.device-navigation li svg {
  fill: #3e485b;
  height: 35px;
  width: 35px;
}
body.device-full-width .device-navigation li.device-full-width svg, body.device-all .device-navigation li.device-all svg, body.device-desktop .device-navigation li.device-desktop svg, body.device-tablet .device-navigation li.device-tablet svg, body.device-phone .device-navigation li.device-phone svg, .device-navigation li:hover svg {
  fill: #0074F9;
}
.device-navigation a {
  align-items: center;
  display: flex;
  height: 62px;
  padding: 0 18px;
}

.previews--container {
  text-align: center;
}

.preview--container {
  display: inline-block;
  margin: 0 10px;
  transition: all 0.3s;
}
.preview--container .preview--frame-container {
  background-repeat: no-repeat;
  background-size: contain;
  height: 0;
  position: relative;
}
.preview--container iframe {
  position: absolute;
  transform-origin: top left;
  transition: all 0.3s;
}

.preview--full-width {
  bottom: 0;
  display: none;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 62px;
}
.preview--full-width .preview--frame-container {
  height: 100%;
}
.preview--full-width iframe {
  display: block;
  height: 100%;
  position: static;
  width: 100%;
}

.preview--phone .preview--frame-container {
  background-image: url(/assets/site-preview/frame-phone-100f232a238d50adbaa846c2461a780b4fb6d918b14779c717a9d51033078037.png);
  padding-bottom: 148.506401138%;
}
.preview--phone iframe {
  left: 14.3%;
  height: 837.2673267327px;
  top: 11.4%;
  width: 540px;
}

.preview--tablet .preview--frame-container {
  background-image: url(/assets/site-preview/frame-tablet-db209cf0d16a6c64967af39e1154fe893e9258895d42bed257f06de5094d2344.png);
  padding-bottom: 137.3873873874%;
}
.preview--tablet iframe {
  left: 10.8%;
  height: 1012.8590350047px;
  top: 8%;
  width: 768px;
}

.preview--desktop .preview--frame-container {
  background-image: url(/assets/site-preview/frame-desktop-043f71f0b2931e60b27b3c08d8a2ccf836535c02a3cb053c1ba36e54f0e9e71c.png);
  padding-bottom: 83.5989717224%;
}
.preview--desktop iframe {
  left: 4.8%;
  height: 722.3908045977px;
  top: 4.1%;
  width: 1280px;
}

.device-desktop .preview--desktop {
  width: 480.6609195402px;
}
.device-desktop .preview--desktop .preview--frame-container iframe {
  transform: scale(0.3359375);
}

.device-tablet .preview--tablet {
  width: 483.9053926206px;
}
.device-tablet .preview--tablet .preview--frame-container iframe {
  transform: scale(0.5);
}

.device-phone .preview--phone {
  width: 375.8613861386px;
}
.device-phone .preview--phone .preview--frame-container iframe {
  transform: scale(0.5);
}

@media (min-width: 1280px) {
  .device-desktop .preview--desktop {
    width: 586.8534482759px;
  }
  .device-desktop .preview--desktop .preview--frame-container iframe {
    transform: scale(0.41015625);
  }
}
@media (min-width: 1440px) {
  .device-desktop .preview--desktop {
    width: 687.4568965517px;
  }
  .device-desktop .preview--desktop .preview--frame-container iframe {
    transform: scale(0.48046875);
  }
}
@media (min-width: 1920px) {
  .device-desktop .preview--desktop {
    width: 715.4022988506px;
  }
  .device-desktop .preview--desktop .preview--frame-container iframe {
    transform: scale(0.5);
  }
}
.device-all .preview--phone {
  width: 33px;
}
.device-all .preview--phone .preview--frame-container iframe {
  transform: scale(0.0438991623);
}
.device-all .preview--tablet {
  width: 73.92px;
}
.device-all .preview--tablet .preview--frame-container iframe {
  transform: scale(0.0763785661);
}
.device-all .preview--desktop {
  width: 140.58px;
}
.device-all .preview--desktop .preview--frame-container iframe {
  transform: scale(0.09825241);
}
.device-all .preview--phone {
  margin-bottom: 5.6637671675px;
}
@media (min-width: 400px) {
  .device-all .preview--phone {
    width: 44px;
  }
  .device-all .preview--phone .preview--frame-container iframe {
    transform: scale(0.0585322164);
  }
  .device-all .preview--tablet {
    width: 98.56px;
  }
  .device-all .preview--tablet .preview--frame-container iframe {
    transform: scale(0.1018380881);
  }
  .device-all .preview--desktop {
    width: 187.44px;
  }
  .device-all .preview--desktop .preview--frame-container iframe {
    transform: scale(0.1310032134);
  }
  .device-all .preview--phone {
    margin-bottom: 7.5516895567px;
  }
}
@media (min-width: 500px) {
  .device-all .preview--phone {
    width: 55px;
  }
  .device-all .preview--phone .preview--frame-container iframe {
    transform: scale(0.0731652705);
  }
  .device-all .preview--tablet {
    width: 123.2px;
  }
  .device-all .preview--tablet .preview--frame-container iframe {
    transform: scale(0.1272976101);
  }
  .device-all .preview--desktop {
    width: 234.3px;
  }
  .device-all .preview--desktop .preview--frame-container iframe {
    transform: scale(0.1637540167);
  }
  .device-all .preview--phone {
    margin-bottom: 9.4396119459px;
  }
}
@media (min-width: 600px) {
  .device-all .preview--phone {
    width: 66px;
  }
  .device-all .preview--phone .preview--frame-container iframe {
    transform: scale(0.0877983246);
  }
  .device-all .preview--tablet {
    width: 147.84px;
  }
  .device-all .preview--tablet .preview--frame-container iframe {
    transform: scale(0.1527571321);
  }
  .device-all .preview--desktop {
    width: 281.16px;
  }
  .device-all .preview--desktop .preview--frame-container iframe {
    transform: scale(0.1965048201);
  }
  .device-all .preview--phone {
    margin-bottom: 11.327534335px;
  }
}
@media (min-width: 700px) {
  .device-all .preview--phone {
    width: 77px;
  }
  .device-all .preview--phone .preview--frame-container iframe {
    transform: scale(0.1024313787);
  }
  .device-all .preview--tablet {
    width: 172.48px;
  }
  .device-all .preview--tablet .preview--frame-container iframe {
    transform: scale(0.1782166542);
  }
  .device-all .preview--desktop {
    width: 328.02px;
  }
  .device-all .preview--desktop .preview--frame-container iframe {
    transform: scale(0.2292556234);
  }
  .device-all .preview--phone {
    margin-bottom: 13.2154567242px;
  }
}
@media (min-width: 800px) {
  .device-all .preview--phone {
    width: 88px;
  }
  .device-all .preview--phone .preview--frame-container iframe {
    transform: scale(0.1170644329);
  }
  .device-all .preview--tablet {
    width: 197.12px;
  }
  .device-all .preview--tablet .preview--frame-container iframe {
    transform: scale(0.2036761762);
  }
  .device-all .preview--desktop {
    width: 374.88px;
  }
  .device-all .preview--desktop .preview--frame-container iframe {
    transform: scale(0.2620064267);
  }
  .device-all .preview--phone {
    margin-bottom: 15.1033791134px;
  }
}
@media (min-width: 900px) {
  .device-all .preview--phone {
    width: 99px;
  }
  .device-all .preview--phone .preview--frame-container iframe {
    transform: scale(0.131697487);
  }
  .device-all .preview--tablet {
    width: 221.76px;
  }
  .device-all .preview--tablet .preview--frame-container iframe {
    transform: scale(0.2291356982);
  }
  .device-all .preview--desktop {
    width: 421.74px;
  }
  .device-all .preview--desktop .preview--frame-container iframe {
    transform: scale(0.2947572301);
  }
  .device-all .preview--phone {
    margin-bottom: 16.9913015026px;
  }
}
@media (min-width: 1000px) {
  .device-all .preview--phone {
    width: 110px;
  }
  .device-all .preview--phone .preview--frame-container iframe {
    transform: scale(0.1463305411);
  }
  .device-all .preview--tablet {
    width: 246.4px;
  }
  .device-all .preview--tablet .preview--frame-container iframe {
    transform: scale(0.2545952202);
  }
  .device-all .preview--desktop {
    width: 468.6px;
  }
  .device-all .preview--desktop .preview--frame-container iframe {
    transform: scale(0.3275080334);
  }
  .device-all .preview--phone {
    margin-bottom: 18.8792238917px;
  }
}
@media (min-width: 1100px) {
  .device-all .preview--phone {
    width: 121px;
  }
  .device-all .preview--phone .preview--frame-container iframe {
    transform: scale(0.1609635952);
  }
  .device-all .preview--tablet {
    width: 271.04px;
  }
  .device-all .preview--tablet .preview--frame-container iframe {
    transform: scale(0.2800547422);
  }
  .device-all .preview--desktop {
    width: 515.46px;
  }
  .device-all .preview--desktop .preview--frame-container iframe {
    transform: scale(0.3602588368);
  }
  .device-all .preview--phone {
    margin-bottom: 20.7671462809px;
  }
}
@media (min-width: 1200px) {
  .device-all .preview--phone {
    width: 132px;
  }
  .device-all .preview--phone .preview--frame-container iframe {
    transform: scale(0.1755966493);
  }
  .device-all .preview--tablet {
    width: 295.68px;
  }
  .device-all .preview--tablet .preview--frame-container iframe {
    transform: scale(0.3055142643);
  }
  .device-all .preview--desktop {
    width: 562.32px;
  }
  .device-all .preview--desktop .preview--frame-container iframe {
    transform: scale(0.3930096401);
  }
  .device-all .preview--phone {
    margin-bottom: 22.6550686701px;
  }
}
@media (min-width: 1300px) {
  .device-all .preview--phone {
    width: 143px;
  }
  .device-all .preview--phone .preview--frame-container iframe {
    transform: scale(0.1902297034);
  }
  .device-all .preview--tablet {
    width: 320.32px;
  }
  .device-all .preview--tablet .preview--frame-container iframe {
    transform: scale(0.3309737863);
  }
  .device-all .preview--desktop {
    width: 609.18px;
  }
  .device-all .preview--desktop .preview--frame-container iframe {
    transform: scale(0.4257604434);
  }
  .device-all .preview--phone {
    margin-bottom: 24.5429910593px;
  }
}
@media (min-width: 1400px) {
  .device-all .preview--phone {
    width: 154px;
  }
  .device-all .preview--phone .preview--frame-container iframe {
    transform: scale(0.2048627575);
  }
  .device-all .preview--tablet {
    width: 344.96px;
  }
  .device-all .preview--tablet .preview--frame-container iframe {
    transform: scale(0.3564333083);
  }
  .device-all .preview--desktop {
    width: 656.04px;
  }
  .device-all .preview--desktop .preview--frame-container iframe {
    transform: scale(0.4585112468);
  }
  .device-all .preview--phone {
    margin-bottom: 26.4309134484px;
  }
}
@media (min-width: 1500px) {
  .device-all .preview--phone {
    width: 165px;
  }
  .device-all .preview--phone .preview--frame-container iframe {
    transform: scale(0.2194958116);
  }
  .device-all .preview--tablet {
    width: 369.6px;
  }
  .device-all .preview--tablet .preview--frame-container iframe {
    transform: scale(0.3818928303);
  }
  .device-all .preview--desktop {
    width: 702.9px;
  }
  .device-all .preview--desktop .preview--frame-container iframe {
    transform: scale(0.4912620501);
  }
  .device-all .preview--phone {
    margin-bottom: 28.3188358376px;
  }
}
@media (min-width: 1600px) {
  .device-all .preview--phone {
    width: 176px;
  }
  .device-all .preview--phone .preview--frame-container iframe {
    transform: scale(0.2341288657);
  }
  .device-all .preview--tablet {
    width: 394.24px;
  }
  .device-all .preview--tablet .preview--frame-container iframe {
    transform: scale(0.4073523524);
  }
  .device-all .preview--desktop {
    width: 749.76px;
  }
  .device-all .preview--desktop .preview--frame-container iframe {
    transform: scale(0.5240128535);
  }
  .device-all .preview--phone {
    margin-bottom: 30.2067582268px;
  }
}
@media (min-width: 1700px) {
  .device-all .preview--phone {
    width: 187px;
  }
  .device-all .preview--phone .preview--frame-container iframe {
    transform: scale(0.2487619198);
  }
  .device-all .preview--tablet {
    width: 418.88px;
  }
  .device-all .preview--tablet .preview--frame-container iframe {
    transform: scale(0.4328118744);
  }
  .device-all .preview--desktop {
    width: 796.62px;
  }
  .device-all .preview--desktop .preview--frame-container iframe {
    transform: scale(0.5567636568);
  }
  .device-all .preview--phone {
    margin-bottom: 32.0946806159px;
  }
}
@media (min-width: 1800px) {
  .device-all .preview--phone {
    width: 198px;
  }
  .device-all .preview--phone .preview--frame-container iframe {
    transform: scale(0.2633949739);
  }
  .device-all .preview--tablet {
    width: 443.52px;
  }
  .device-all .preview--tablet .preview--frame-container iframe {
    transform: scale(0.4582713964);
  }
  .device-all .preview--desktop {
    width: 843.48px;
  }
  .device-all .preview--desktop .preview--frame-container iframe {
    transform: scale(0.5895144602);
  }
  .device-all .preview--phone {
    margin-bottom: 33.9826030051px;
  }
}
@media (min-width: 1900px) {
  .device-all .preview--phone {
    width: 209px;
  }
  .device-all .preview--phone .preview--frame-container iframe {
    transform: scale(0.278028028);
  }
  .device-all .preview--tablet {
    width: 468.16px;
  }
  .device-all .preview--tablet .preview--frame-container iframe {
    transform: scale(0.4837309184);
  }
  .device-all .preview--desktop {
    width: 890.34px;
  }
  .device-all .preview--desktop .preview--frame-container iframe {
    transform: scale(0.6222652635);
  }
  .device-all .preview--phone {
    margin-bottom: 35.8705253943px;
  }
}

.device-desktop .preview--tablet,
.device-desktop .preview--phone {
  display: none;
}

.device-tablet .preview--desktop,
.device-tablet .preview--phone {
  display: none;
}

.device-phone .preview--desktop,
.device-phone .preview--tablet {
  display: none;
}

.device-full-width .preview--full-width {
  display: block;
}
.device-full-width .preview--desktop,
.device-full-width .preview--tablet,
.device-full-width .preview--phone {
  display: none;
}
