@charset "UTF-8";
@import url("//hello.myfonts.net/count/309561");
/*!* Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license(Font:SIL OFL 1.1,CSS:MIT License) */@font-face {
    font-family:'FontAwesome';src:url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?v=4.1.0');src:url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal
}

.hs-form-field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cccccc;
  font-weight: 400;
}
.hs-form-field input::-moz-placeholder { /* Firefox 19+ */
  color: #cccccc;
  font-weight: 400;
}
.hs-form-field input:-ms-input-placeholder { /* IE 10+ */
  color: #cccccc;
  font-weight: 400;
}
.hs-form-field input:-moz-placeholder { /* Firefox 18- */
  color: #cccccc;
  font-weight: 400;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    -webkit-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-square:before,.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}
.colors {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: px(-1rem)
}

.colors:after,
.colors:before {
    content: " ";
    display: table
}

.colors:after {
    clear: both
}

.colors__color {
    margin: px(1rem);
    text-align: center;
    height: 150px
}

.colors__panel {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 80px
}

.colors__color--blue .colors__panel {
    background-color: #0084a9;
    color: #76e1ff
}

.colors__color--darkblue .colors__panel {
    background-color: #0c5a71;
    color: #5bccee
}

.colors__color--darkgrey .colors__panel {
    background-color: #455556;
    color: #abbbbc
}

.colors__color--mediumgrey .colors__panel {
    background-color: #687576;
    color: #d2d7d8
}

.colors__color--lightblue .colors__panel {
    background-color: #90c6e7;
    color: #1e638d
}

.colors__color--lightgrey .colors__panel {
    background-color: #e4e6e8;
    color: #76808a
}

.colors__color--palegrey .colors__panel {
    background-color: #b5aea7;
    color: #4e4842
}

.colors__color--green .colors__panel {
    background-color: #17bb75;
    color: #aaf4d4
}

.colors__color--orange .colors__panel {
    background-color: #f57e20;
    color: #462103
}

.colors__color--paleyellow .colors__panel {
    background-color: #ede797;
    color: #9d941b
}

.colors__color--purple .colors__panel {
    background-color: #a53f97;
    color: #e9c7e5
}

.colors__color--red .colors__panel {
    background-color: #ef4135;
    color: #520b06
}

.colors__color--yellow .colors__panel {
    background-color: #f5cc49;
    color: #6c5406
}

.colors__color--yellow-faded .colors__panel {
    background-color: #fefcf2;
    color: #efd035
}

.colors__color--red-faded .colors__panel {
    background-color: #fee8de;
    color: #f85e18
}

.colors__color--orange-faded .colors__panel {
    background-color: #feeddb;
    color: #f88a15
}

.colors__color--green-faded .colors__panel {
    background-color: #edf5f2;
    color: #6aac93
}

.colors__color--blue-faded .colors__panel {
    background-color: #f2f7f9;
    color: #66a1b9
}

.colors__color--darkblue-faded .colors__panel {
    background-color: #005c75;
    color: #42d7ff
}

.colors__color--blue-darker .colors__panel {
    background-color: #245a6f;
    color: #87c1d8
}

.colors__color--green-darker .colors__panel {
    background-color: #0b814f;
    color: #66f2b7
}

.colors__color--red-darker .colors__panel {
    background-color: #be2a20;
    color: #f3bbb7
}

.colors__color--celsius .colors__panel {
    background-color: #f0efed;
    color: #938c7e
}

.colors__color--offwhite .colors__panel {
    background-color: #f9f9fb;
    color: #7f7fa9
}

.colors__hex {
    margin: auto
}

.colors__variable {
    display: block;
    margin-top: 10px
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px
}

.draggable {
    transition: opacity .2s;
    width: 100%;
    padding: 2rem;
    border: 2px dotted #e4e6e8;
    border-radius: 5px;
    cursor: move
}

.draggable,
.draggable-section {
    margin-bottom: 2rem
}

.draggable.is-pending {
    opacity: .5;
    pointer-events: none
}

body {
    font-family: HelveticaNeueLT, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    line-height: 1.3
}

.p,
p {
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    margin-top: 0
}

.p.meta,
p.meta {
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 700
}

.p.meta a,
p.meta a {
    color: inherit
}

.p.meta a:hover,
p.meta a:hover {
    color: #0084a9;
    text-decoration: none
}

.p.meta a:focus,
p.meta a:focus {
    color: #0c5a71
}

.p.supporting,
p.supporting {
    font-size: .875rem
}

.p--leading {
    font-weight: 200;
    line-height: 1.7;
    font-size: 1.6rem
}

.header-body {
    font-size: 1.125rem
}

@media all and (min-width:45em) {
    .header-body {
        font-size: 1.375rem
    }
}

code {
    font-family: monospace;
    font-size: 1rem
}

a {
    text-decoration: none;
    color: #0084a9;
    transition: color .2s ease, background-color .2s ease
}

a:hover {
    text-decoration: underline
}

a:focus {
    color: #0c5a71
}

a.anchor--light {
    color: #fff
}

a.anchor--image,
a img {
    border: 0
}

.p a:not(.anchor--light):not(.button),
p a:not(.anchor--light):not(.button) {
    color: inherit;
    border-bottom: 1px solid #0084a9
}

.p a:not(.anchor--light):not(.button):hover,
p a:not(.anchor--light):not(.button):hover {
    color: #0084a9;
    text-decoration: none
}

.p a:not(.anchor--light):not(.button):focus,
p a:not(.anchor--light):not(.button):focus {
    color: #0c5a71;
    border-color: #0c5a71;
    text-decoration: none
}

.p a:not(.anchor--light):not(.button).anchor__subtle,
p a:not(.anchor--light):not(.button).anchor__subtle {
    border-color: #455556
}

.p a:not(.anchor--light):not(.button).anchor__subtle:hover,
p a:not(.anchor--light):not(.button).anchor__subtle:hover {
    border-color: #0084a9
}

.heading {
    color: #455556;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 1.5rem
}

.heading__highlight {
    color: #0084a9
}

@media print {
    .heading {
        color: #4a4a4a
    }
}

.heading--one {
    font-size: 2.5rem
}

@media all and (min-width:45em) {
    .heading--one {
        font-size: 3.25rem
    }
}

.heading--two {
    font-size: 1.5rem
}

@media all and (min-width:45em) {
    .heading--two {
        font-size: 2rem
    }
}

.heading--three {
    font-size: 1.125rem
}

@media all and (min-width:45em) {
    .heading--three {
        font-size: 1.375rem
    }
}

.heading--four {
    font-size: 1.125rem
}

.heading--five {
    font-size: 1rem
}

.heading--light {
    font-weight: 200
}

.heading--meta,
.heading--upper {
    text-transform: uppercase
}

.heading--meta {
    font-size: .875rem;
    letter-spacing: 1.3px;
    font-weight: 700;
    margin-bottom: 1rem
}

*,
:after,
:before {
    box-sizing: inherit;
    -webkit-font-smoothing: inherit;
    font-family: inherit
}

body,
html {
    height: 100%;
    color: #455556;
    font-weight: 500
}

body {
    background-color: #f0efed;
    color: #4a4a4a;
    margin: 0;
    overflow-x: hidden;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased
}

@media print {
    body {
        background-color: transparent
    }
}

body.light {
    background-color: #fff
}

section {
    width: 100%
}

ol,
ul {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 0
}

pre {
    overflow: auto;
    border: 1px solid hsla(30, 9%, 68%, .15);
    border-radius: .4rem;
    padding: 1rem;
    margin-bottom: 3rem!important
}

form {
    width: 100%
}

strong {
    font-weight: 700
}

em {
    font-style: italic
}

html {
    font-size: .9rem
}

@media all and (min-width:64em) {
    html {
        font-size: 1rem
    }
}

.section-divider {
    border-top: 1px solid hsla(30, 9%, 68%, .5);
    padding-top: 2rem;
    margin-bottom: 2rem
}

.section-divider:last-child {
    border-bottom: 1px solid hsla(30, 9%, 68%, .5);
    padding-bottom: 1rem
}

.site-main {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media all and (min-width:45em) {
    .site-main {
        margin: 1rem 1rem 0
    }
}

.site-main__content {
    padding: 1rem 1rem 2rem;
    background: #f0efed
}

@media all and (min-width:45em) {
    .site-main__content {
        padding: 0;
        background: none
    }
}

.page-header~.site-main {
    margin-top: 0;
    padding-top: 0
}

.site-main__sidebar {
    margin-top: 3rem;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    padding: 1rem 1rem 0;
    background: #f0efed
}

@media all and (min-width:45em) {
    .site-main__sidebar {
        padding: 0;
        background: none
    }
}

@media all and (min-width:64em) {
    .site-main__sidebar {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        right: calc((100vw - 1038px) / 2)
    }
}

.site-main__sidebar::-webkit-scrollbar {
    position: relative;
    z-index: 1000
}

.site-main__sidebar--demo {
    background: #f0efed;
    margin-top: 1.5rem;
    margin-left: 2rem;
    min-width: 29%
}

.site-main--sidebar--stuck .site-main__sidebar--demo {
    max-height: calc(100% - 82px)!important;
    overflow: auto!important
}

@media all and (min-width:64em) {
    .site-main__sidebar--demo {
        padding-bottom: 3rem!important
    }
    .site-main__sidebar--demo * {
        position: relative;
        z-index: 1
    }
    .site-main__sidebar--demo:after {
        content: '';
        position: fixed;
        top: 72px;
        bottom: 0;
        background: #f0efed;
        width: 100%;
        min-width: 50vw;
        margin-left: -2rem
    }
}

@media all and (min-width:45em) {
    .site-main {
        margin: 1rem 2rem 0
    }
}

@media all and (min-width:64em) {
    .site-main {
        max-width: calc(1024px + 4rem);
        padding: 0 2rem;
        margin: 1rem auto 0;
        font-size: 1rem
    }
}

.sub-nav+.site-main {
    padding-top: 0
}

.site-aside {
    width: 100%;
    padding: 3rem 0;
    position: relative;
    margin: 1.5rem 0;
    background: #fff
}

@media all and (min-width:64em) {
    .site-aside {
        margin: 2.5rem 0 3.5rem
    }
}

.site-aside:after {
    content: '';
    width: 100vw;
    left: -2rem;
    height: 100%;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, .1), 0 2px 2px rgba(0, 0, 0, .1);
    background-color: #fff;
    position: absolute;
    z-index: 0;
    top: 0
}

@media (min-width:1088px) {
    .site-aside:after {
        left: calc((100vw - 1024px) / 2 * -1)
    }
}

.site-aside:last-child {
    margin-bottom: 0
}

.site-aside:last-child:after {
    box-shadow: 0 -2px 2px rgba(0, 0, 0, .1)
}

.site-aside>* {
    position: relative;
    z-index: 1
}

.site-aside__content {
    margin: 0 auto;
    max-width: calc(1024px + 4rem)
}

@media all and (min-width:64em) {
    .site-aside__content {
        width: 100%;
        font-size: 1rem
    }
}

@media all and (min-width:64em) {
    .site-aside {
        font-size: 1rem
    }
}

@media all and (min-width:64em) {
    .site-main {
        max-width: calc(1024px + 4rem);
        width: 100%
    }
    .site-main--demo {
        max-width: none;
        padding: 0 2rem
    }
    .site-main--sidebar {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .site-main--sidebar .site-main__sidebar {
        margin-top: 0
    }
    .site-main--sidebar--stuck {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .site-main--sidebar--stuck .site-main__sidebar {
        position: fixed;
        top: 0;
        overflow: hidden;
        max-height: 100%
    }
    .site-main--sidebar--stuck .site-main__sidebar--demo {
        top: 87px
    }
    .site-main--sidebar--stuck .site-main__sidebar__content:after {
        height: 1.5rem;
        content: "";
        background: linear-gradient(180deg, hsla(40, 9%, 94%, 0) 0, #f0efed);
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        right: 10px
    }
    .site-main--sidebar--stuck .site-main__sidebar__scroll {
        height: 100%;
        overflow-y: auto
    }
    .site-main--sidebar--stuck .site-main__sidebar__scroll::-webkit-scrollbar {
        width: 6px
    }
    .site-main--sidebar--stuck .site-main__sidebar__scroll::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, .1);
        border-radius: 0
    }
    .site-main--sidebar--stuck .site-main__sidebar__scroll::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, .3);
        border-radius: 0
    }
    .site-main--sidebar .site-main__content {
        -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        width: 70%;
        max-width: 70%
    }
    .site-main--sidebar .site-main__sidebar {
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        width: 30%;
        max-width: 30%;
        padding: 1rem 0 2rem 2rem
    }
    .site-main--sidebar .site-main__sidebar--left {
        padding-right: 2rem
    }
    .site-main--sidebar .site-main__sidebar__title {
        margin-bottom: 1rem
    }
}

.content-divider {
    margin: 2rem 0;
    background-color: hsla(30, 9%, 68%, .5);
    border: 0;
    height: 1px
}

.site-nav__list,
.site-nav__sub-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative
}

.site-nav__list--active,
.site-nav__sub-list--active {
    height: auto
}

.site-nav__list--collapsible,
.site-nav__sub-list--collapsible {
    height: 0
}

.site-nav__list {
    border: 1px solid #c6c2bd;
    border-radius: 3px;
    background: #f3f3f3;
    opacity: 0;
    transition: opacity .3s ease;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.site-nav__list--ready {
    opacity: 1
}

@media all and (min-width:45em) {
    .site-nav__list {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
}

.site-nav .site-nav__item--menu {
    border: 1px solid #c6c2bd;
    bottom-bottom: none;
    border-radius: 3px;
    top: 1px;
    background: #e6e6e6;
    position: relative
}

.site-nav .site-nav__item--menu .site-nav__heading {
    border-bottom: none;
    text-decoration: none
}

.site-nav .site-nav__item--menu~.site-nav__list {
    border-radius: 0 0 3px 3px
}

.site-nav .site-nav__item--menu:after {
    content: '\f078';
    font-family: FontAwesome;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.site-nav .site-nav__item--menu-open:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.site-nav__item {
    overflow: hidden
}

.site-nav__sub-list {
    background: #e6e6e6;
    padding: 0 1rem;
    transition: border .3s ease;
    border: 0 solid transparent;
    margin-bottom: 0!important
}

.site-nav__sub-list:after,
.site-nav__sub-list:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 44px;
    opacity: 0;
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    transition: opacity .2s ease, transform .3s ease;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #e6e6e6
}

.site-nav__sub-list:before {
    left: 42px;
    top: -12px;
    border-width: 0 12px 12px;
    border-bottom-color: #c6c2bd
}

.site-nav__sub-list--active {
    border: 1px solid #c6c2bd;
    border-bottom-width: 2px
}

.site-nav__sub-list--active:after,
.site-nav__sub-list--active:before {
    opacity: 1
}

.site-nav__heading {
    margin: 0;
    color: #687576;
    font-size: .875rem;
    cursor: pointer;
    font-weight: 700;
    display: block;
    border-bottom: none;
    font-weight: 600;
    border-bottom: 1px solid #c6c2bd;
    padding: 1.1rem .8rem .9rem
}

.site-nav__heading--active {
    background: #d8d8d8
}

.site-nav__item:last-child .site-nav__heading {
    border-bottom: none
}

.site-nav__item:last-child .site-nav__sub-list--active {
    border-top-width: 2px;
    border-bottom-width: 1px
}

.site-nav__section>.site-nav__heading {
    color: #455556;
    margin: 1rem 0
}

.site-nav__sub-item {
    font-size: .875rem;
    color: #687576;
    line-height: normal;
    transition: margin-top .3s ease;
    padding-bottom: .5rem
}

.site-nav__sub-item:last-child {
    padding-bottom: 1rem
}

.site-nav__sub-item:first-child {
    padding-top: 1rem
}

.site-nav__anchor {
    transition: background-color .1s ease-in-out, box-shadow .1s ease-in-out, border-color .1s ease-in-out, color .1s ease-in-out;
    text-decoration: none;
    color: #687576;
    display: block;
    border-bottom: 0;
    padding: .5rem 1rem;
    border-radius: 3px
}

.site-nav__anchor:focus,
.site-nav__sub-item.active .site-nav__anchor {
    color: #fff;
    background-color: #0084a9;
    text-decoration: none
}

.site-nav__anchor:hover {
    background-color: #d8d8d8;
    text-decoration: none
}

.site-nav__sub-item.active .site-nav__anchor {
    font-weight: 600
}

.site-nav__section {
    border-bottom: 1px solid #e4e6e8
}

.site-nav__section .site-nav__list {
    padding-left: 1.85rem
}

.site-main__sidebar__content {
    overflow: hidden;
    position: relative
}

.site-main__sidebar__content .footer {
    background-color: transparent;
    color: #4a4a4a;
    font-size: .8rem
}

.site-main__sidebar__content .footer p {
    font-size: inherit
}

.site-main__sidebar__scroll {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.site-main__sidebar__scroll>:first-child {
    margin-top: 1rem
}

.site-sidebar__anchor {
    font-size: 18px;
    font-weight: 500;
    border-bottom: none
}

.site-nav__footer {
    padding-top: .8rem
}

.site-version {
    margin-top: 2rem
}

.glob-nav__menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.glob-nav__menu li {
    line-height: normal
}

.glob-nav__menu-title {
    color: #fff;
    font-size: 1.00694rem;
    margin: 0 0 2rem
}

@media all and (min-width:45em) {
    .glob-nav__menu-title {
        display: none
    }
}

.glob-nav__menu-item,
.glob-nav__menu-item--active,
.glob-nav__menu-item--external,
.glob-nav__menu-item--main,
.glob-nav__menu-item--utility {
    display: block
}

@media all and (min-width:45em) {
    .glob-nav__menu-item,
    .glob-nav__menu-item--active,
    .glob-nav__menu-item--external,
    .glob-nav__menu-item--main,
    .glob-nav__menu-item--utility {
        display: inline-block
    }
}

.glob-nav__menu-item--active a,
.glob-nav__menu-item--external a,
.glob-nav__menu-item--main a,
.glob-nav__menu-item--utility a,
.glob-nav__menu-item a {
    display: inline-block;
    color: #9d9c9c
}

.glob-nav__menu-item--active a:hover,
.glob-nav__menu-item--external a:hover,
.glob-nav__menu-item--main a:hover,
.glob-nav__menu-item--utility a:hover,
.glob-nav__menu-item a:hover {
    color: #fff;
    text-decoration: none
}

@media all and (min-width:45em) {
    .glob-nav__menu-item--active a,
    .glob-nav__menu-item--external a,
    .glob-nav__menu-item--main a,
    .glob-nav__menu-item--utility a,
    .glob-nav__menu-item a {
        color: #8cb1bc
    }
}

.glob-nav__menu-item--active a {
    color: #fff;
    font-weight: 500
}

.glob-nav__menu-item--external {
    font-size: 1.25rem;
    letter-spacing: 1px
}

@media all and (min-width:45em) {
    .glob-nav__menu-item--external {
        font-size: .8125rem;
        letter-spacing: .5px
    }
}

.glob-nav__menu-item--external:first-child a {
    margin-left: 0
}

.glob-nav__menu-item--external.glob-nav__menu-item--active a {
    font-weight: 700;
    color: #fff
}

.glob-nav__menu-item--external a {
    position: relative;
    color: #9d9c9c;
    margin: 0 0 2rem
}

@media all and (min-width:45em) {
    .glob-nav__menu-item--external a {
        color: #8cb1bc;
        margin: 0 .75rem
    }
    .glob-nav__menu-item--external a:after {
        content: '';
        position: absolute;
        left: -.9rem;
        top: 1px;
        bottom: 1px;
        width: 1px;
        background: #8cb1bc
    }
}

.glob-nav__menu-item--main {
    border-bottom: 2px solid #4a4949;
    font-size: 1.1875rem;
    width: 85%;
    font-weight: 400
}

@media all and (min-width:45em) {
    .glob-nav__menu-item--main {
        font-size: .85rem;
        width: auto
    }
}

.glob-nav__menu-item--main:first-child {
    border-top: 2px solid #4a4949
}

@media all and (min-width:45em) {
    .glob-nav__menu-item--main {
        border-bottom: none
    }
    .glob-nav__menu-item--main:first-child {
        border-top: none
    }
    .glob-nav__menu-item--main:first-child a {
        margin-left: 0
    }
}

.glob-nav__menu-item--main a {
    letter-spacing: 1.75px;
    font-weight: 500;
    padding: 1.2rem 3.2rem 1.2rem 1.875rem;
    position: relative;
    width: 100%
}

.glob-nav__menu-item--main a:after {
    content: '\f054';
    font-family: FontAwesome;
    position: absolute;
    right: 1.2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 1.5rem
}

@media all and (min-width:45em) {
    .glob-nav__menu-item--main a {
        margin-left: 1.4rem;
        padding: 0;
        width: auto;
        padding-bottom: 1.5rem;
        font-weight: 700;
        line-height: 1.5rem
    }
    .glob-nav__menu-item--main a:after {
        display: none
    }
}

.glob-nav__menu-item--main.glob-nav__menu-item--active a {
    border-left: 5px solid #90c6e7
}

@media all and (min-width:45em) {
    .glob-nav__menu-item--main.glob-nav__menu-item--active a {
        border-bottom: 5px solid #90c6e7;
        border-left: none;
        font-weight: 800
    }
}

.glob-nav__menu-item--utility {
    font-size: 1.11111rem
}

@media all and (min-width:45em) {
    .glob-nav__menu-item--utility {
        font-size: .8125rem;
        letter-spacing: .5px
    }
}

.glob-nav__menu-item--utility:first-child a {
    margin-left: 0
}

.glob-nav__menu-item--utility:first-child a:after {
    display: none
}

.glob-nav__menu-item--utility:last-child a {
    margin-right: 0
}

.glob-nav__menu-item--utility.glob-nav__menu-item--active a {
    font-weight: 700;
    color: #fff
}

.glob-nav__menu-item--utility a {
    position: relative;
    color: #9d9c9c;
    margin: 0 0 2rem
}

@media all and (min-width:45em) {
    .glob-nav__menu-item--utility a {
        color: #8cb1bc;
        margin: 0 .75rem
    }
    .glob-nav__menu-item--utility a:after {
        content: '';
        position: absolute;
        left: -.9rem;
        top: 1px;
        bottom: 1px;
        width: 1px;
        background: #8cb1bc
    }
}

.glob-nav__menu--external {
    padding: 1rem 0 100px;
    font-size: 1.25rem;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.glob-nav__menu--external:before {
    content: 'Also in nanopore';
    color: #fff;
    margin-bottom: 2rem;
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 1.5px;
    font-weight: 500
}

@media all and (min-width:45em) {
    .glob-nav__menu--external {
        padding: 1rem 0;
        -webkit-flex: 1 1 72%;
        -ms-flex: 1 1 72%;
        flex: 1 1 72%;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        font-size: .8125rem;
        letter-spacing: .5px
    }
    .glob-nav__menu--external:before {
        display: none
    }
}

.glob-nav__menu--utility {
    font-size: 1.11111rem;
    display: inline-block;
    position: absolute;
    top: 1.8rem;
    right: calc(15% + 1.5rem);
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media all and (min-width:45em) {
    .glob-nav__menu--utility {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        font-size: .8125rem;
        letter-spacing: .5px;
        position: relative;
        top: auto;
        right: auto;
        padding: 1rem 0 0
    }
}

.glob-nav__menu--main {
    text-transform: uppercase;
    margin-left: -1.5rem;
    margin-bottom: 1rem;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 400
}

@media all and (min-width:45em) {
    .glob-nav__menu--main {
        -webkit-flex: 1 1 70%;
        -ms-flex: 1 1 70%;
        flex: 1 1 70%;
        max-width: calc(100% - 310px);
        text-align: right;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        margin-left: 0;
        margin-bottom: 0;
        margin-top: auto;
        height: 100%
    }
}

.header-profile .form {
    margin: 0
}

.header-profile .form__entry-input {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header-profile__btn,
.header-profile__logout {
    color: #fff;
    border-bottom: 1px solid #fff
}

@media all and (min-width:45em) {
    .header-profile__btn,
    .header-profile__logout {
        color: #fff;
        border-radius: 3px;
        text-decoration: none;
        border: 0;
        padding: .5rem 1.4rem .5rem .5rem;
        position: relative;
        margin-right: -.76rem;
        display: inline-block;
        margin-bottom: .5rem;
        margin-top: -.5rem
    }
}

.header-profile__btn--logged-in,
.header-profile__logout--logged-in {
    display: none
}

@media all and (min-width:45em) {
    .header-profile__btn--logged-in,
    .header-profile__logout--logged-in {
        display: inline-block
    }
}

@media all and (min-width:45em) {
    .header-profile__btn:after {
        content: '\f078';
        font-family: FontAwesome;
        position: relative;
        left: .55rem;
        top: -3px;
        color: #8cb1bc;
        vertical-align: top;
        font-size: .9375rem;
        font-weight: 400;
        transition: color .2s ease, -webkit-transform .2s ease;
        transition: color .2s ease, transform .2s ease;
        transition: color .2s ease, transform .2s ease, -webkit-transform .2s ease;
        display: inline-block
    }
    .header-profile__btn:hover:after {
        color: #0084a9
    }
    .header-profile__btn:focus {
        color: #fff
    }
    .header-profile__btn--active:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.header-profile__panel {
    position: fixed;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(-82px) translateZ(0);
    transform: translateY(-82px) translateZ(0);
    width: calc(90vw - 1.5rem);
    background: #2c2c2c;
    padding: 0 3rem 2rem;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    box-shadow: 0 -10px 30px 10px rgba(0, 0, 0, .7);
    z-index: 1;
    letter-spacing: .3px
}

@media all and (min-width:45em) {
    .header-profile__panel {
        box-shadow: 0 2px 2px rgba(74, 74, 74, .3);
        color: #4a4a4a;
        background: #f8f7f6;
        z-index: -1;
        visibility: hidden;
        top: 2.8rem;
        left: auto;
        min-width: 260px;
        min-height: 100px;
        right: 0;
        border-radius: 3px;
        transition: opacity .3s ease, visibility .01s ease .3s, -webkit-transform .3s ease;
        transition: transform .3s ease, opacity .3s ease, visibility .01s ease .3s;
        transition: transform .3s ease, opacity .3s ease, visibility .01s ease .3s, -webkit-transform .3s ease;
        -webkit-transform: translate3d(0, 20px, 0)!important;
        transform: translate3d(0, 20px, 0)!important;
        opacity: 0;
        position: absolute;
        max-width: 100%;
        font-size: .97222rem;
        padding: 1.5rem;
        display: none
    }
    .glob-nav__ready .header-profile__panel {
        display: block
    }
}

.header-profile__panel:focus {
    outline: none
}

@media all and (min-width:45em) {
    .header-profile__btn--active .header-profile__panel,
    .header-profile__panel--active {
        transition: visibility .01s ease, opacity .3s ease .01s, -webkit-transform .3s ease .01s;
        transition: visibility .01s ease, transform .3s ease .01s, opacity .3s ease .01s;
        transition: visibility .01s ease, transform .3s ease .01s, opacity .3s ease .01s, -webkit-transform .3s ease .01s;
        -webkit-transform: translateZ(0)!important;
        transform: translateZ(0)!important;
        z-index: 10;
        visibility: visible;
        opacity: 100
    }
}

.header-profile__title {
    line-height: 1.2;
    letter-spacing: .4px;
    margin-top: 0;
    font-weight: 500;
    color: #90c6e7;
    font-size: 1.39rem;
    margin: 0;
    padding: 2rem 0;
    cursor: pointer;
    width: calc(85% - 2rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media all and (min-width:45em) {
    .header-profile__title {
        color: inherit;
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
        cursor: default;
        text-align: center;
        padding: 0
    }
}

.header-profile__title:after {
    content: '\f078';
    font-family: FontAwesome;
    display: inline-block;
    left: calc(85% - 3rem);
    position: absolute;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-profile__panel--active .header-profile__title:after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

@media all and (min-width:45em) {
    .header-profile__title:after {
        display: none
    }
}

.header-profile__list {
    font-size: 1.125rem;
    font-weight: 500;
    border-top: 1px solid hsla(27, 5%, 55%, .2);
    margin: 0 -3rem;
    background: #3a3939
}

@media all and (min-width:45em) {
    .header-profile__list {
        background: #fff;
        margin: 0 -1.5rem
    }
}

.header-profile__list-item a {
    padding: 1.5rem 3rem;
    display: block;
    position: relative;
    color: #fff;
    border-bottom: 1px solid hsla(27, 5%, 55%, .2);
    font-size: 1.25rem
}

.header-profile__list-item a:hover {
    text-decoration: none
}

@media all and (min-width:45em) {
    .header-profile__list-item a {
        color: #0084a9;
        padding: 1rem 1.5rem;
        font-size: .9rem
    }
    .header-profile__list-item a:hover {
        color: #4a4a4a
    }
}

.header-profile__list-item a:after {
    content: '\f054';
    font-family: FontAwesome;
    position: absolute;
    right: 3rem;
    top: 50%;
    color: #b5aea7;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media all and (min-width:45em) {
    .header-profile__list-item a:after {
        background: #fff;
        right: 1.5rem
    }
}

.header-profile__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1rem;
    font-weight: 500
}

.header-profile__footer a {
    color: #fff;
    border-bottom-color: #fff;
    font-size: 1.25rem
}

.header-profile__footer a:last-child {
    margin-left: auto
}

@media all and (min-width:45em) {
    .header-profile__footer a {
        color: inherit;
        border-bottom-color: inherit;
        font-size: .8125rem
    }
}

html.slideout-open {
    max-height: 100vh;
    max-width: 100vw
}

html.slideout-open body {
    overflow-x: hidden
}

body {
    height: 100%;
    box-sizing: border-box
}

body:not(.js-stuck--header) .js-stuck-wrapper--header {
    height: auto!important
}

.glob-nav {
    min-height: 100vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.slideout-open .glob-nav {
    overflow: hidden;
    position: relative
}

.glob-nav .js-stuck-wrapper--header {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media all and (min-width:45em) {
    .glob-nav__header {
        height: auto;
        background: #005c75;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        position: relative;
        transition: box-shadow .2s ease;
        padding: 0
    }
    .js-stuck--header .glob-nav__header {
        position: fixed;
        transition: box-shadow .2s ease, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, box-shadow .2s ease;
        transition: transform .3s ease-in-out, box-shadow .2s ease, -webkit-transform .3s ease-in-out;
        box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
        border: none
    }
    .js-stuck--header .glob-nav__header--active {
        -webkit-transform: translateY(0) translateZ(0)!important;
        transform: translateY(0) translateZ(0)!important
    }
    .js-stuck--subnav .glob-nav__header {
        box-shadow: none
    }
}

.glob-nav__mobile-btn {
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    color: #fff;
    padding: 0;
    line-height: 0;
    font-size: 1.6rem;
    vertical-align: top;
    text-indent: -300px;
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    display: inline-block
}

.glob-nav__mobile-btn:after {
    font-family: FontAwesome;
    content: '\f142';
    position: absolute;
    right: 50%;
    top: 50%;
    text-indent: 0;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%)
}

.glob-nav__mobile-btn--back {
    margin-bottom: auto
}

.glob-nav__mobile-btn--back:after {
    content: '\f053';
    font-size: 1.2rem
}

@media all and (min-width:45em) {
    .glob-nav__mobile-btn {
        display: none!important
    }
}

@media all and (min-width:45em) {
    .glob-nav .js-stuck-wrapper--mobnav {
        display: none
    }
}

.glob-nav__mobile-bar {
    position: fixed;
    top: 0;
    left: 0;
    padding: inherit;
    height: inherit;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
    width: 100%;
    background: #005c75;
    box-shadow: -5px -15px 30px #000;
    transition: box-shadow .2s ease, -webkit-transform .3s ease-in-out;
    transition: box-shadow .2s ease, transform .3s ease-in-out;
    transition: box-shadow .2s ease, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    padding: 1rem 1rem 1rem 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media all and (min-width:45em) {
    .glob-nav__mobile-bar {
        display: none
    }
}

.js-stuck--mobnav .glob-nav__mobile-bar {
    box-shadow: -5px -15px 30px #000, 0 0 7px #000
}

.js-stuck--subnav .glob-nav__mobile-bar {
    box-shadow: -5px -15px 30px #000
}

.slideout-open .glob-nav__mobile-bar {
    transition: none
}

.glob-nav__header-inner,
.glob-nav__main-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #3a3939;
    height: 100%;
    width: 90vw;
    margin: auto;
    padding: 0 1.5rem;
    color: #fff;
    z-index: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: auto;
    color: #9d9c9c;
    padding-bottom: 70px
}

@media all and (min-width:45em) {
    .glob-nav__header-inner,
    .glob-nav__main-menu {
        position: static;
        padding: 0;
        color: inherit;
        width: auto;
        background: transparent;
        overflow-y: visible;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: calc(1024px + 4rem);
        color: #4a4a4a;
        padding: 0 2rem
    }
    .glob-nav__header-inner:after,
    .glob-nav__main-menu:after {
        display: none
    }
}

.glob-nav__hover-trigger {
    display: none
}

@media all and (min-width:45em) {
    .glob-nav__hover-trigger {
        display: block;
        height: 21px;
        width: 100%;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
}

.glob-nav__branding {
    padding: 1rem 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 0
}

@media all and (min-width:45em) {
    .glob-nav__branding {
        padding: 26px 0;
        display: inline-block;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        min-width: 227px
    }
    .glob-nav__branding img {
        height: 39px;
        min-height: 39px;
        max-height: 39px
    }
    .glob-nav__hover-trigger~.glob-nav__branding {
        padding-top: 0
    }
}

@media all and (min-width:45em) {
    .glob-nav__logo--mobile {
        display: none
    }
}

.glob-nav__logo--desktop {
    display: none
}

@media all and (min-width:45em) {
    .glob-nav__logo--desktop {
        display: block
    }
}

.glob-nav__main {
    background: #f0efed;
    box-shadow: -5px -15px 30px #000;
    position: relative;
    min-height: 100%;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

@media all and (min-width:45em) {
    .glob-nav__main {
        transition: none;
        -webkit-transform: none!important;
        transform: none!important;
        margin-top: 0;
        min-height: 0;
        box-shadow: none
    }
}

.glob-nav__main .site-main {
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    position: relative
}

.glob-nav__main .site-main:before {
    content: '';
    background: #f0efed;
    position: fixed;
    top: 0;
    left: 0;
    height: 50vh;
    right: 0;
    z-index: -1
}

.glob-nav__main .site-main:after {
    content: '';
    background: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30vh;
    right: 0;
    z-index: -3
}

@media all and (min-width:45em) {
    .glob-nav__main .site-main:after,
    .glob-nav__main .site-main:before {
        display: none
    }
}

.slideout-open .glob-nav__main {
    overflow: hidden
}

.glob-nav__main--demo {
    min-height: calc(100% + 13px);
    width: calc(100% + 57px);
    position: absolute;
    top: -49px;
    left: -22px
}

@media all and (min-width:45em) {
    .glob-nav__main--demo {
        width: auto;
        position: relative;
        min-height: 0;
        top: auto;
        left: auto
    }
}

.js-stuck--subnav .glob-nav__sub-nav {
    position: fixed;
    left: 0;
    width: 100%;
    transition: box-shadow .3s ease;
    box-shadow: 0 0 7px rgba(0, 0, 0, .25);
    z-index: 1
}

@media screen and (max-height:31.25em) and (orientation:landscape) {
    .js-stuck--subnav .glob-nav__sub-nav {
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }
}

.off-canvas-sidebar {
    z-index: 8000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    transition: all .5s ease-in-out;
    overflow-y: auto;
    max-width: 26rem;
    background: #fff;
    padding: 2rem
}

@media all and (min-width:45em) {
    .off-canvas-sidebar {
        width: 75%
    }
}

.off-canvas-sidebar.is-active {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.off-canvas-sidebar__content {
    padding: 3rem 1rem 1rem
}

.off-canvas-sidebar__cta {
    display: block;
    text-align: center;
    margin: 2rem 1rem
}

@media print {
    .off-canvas-sidebar {
        display: none
    }
}

.off-canvas-sidebar__footer {
    background: #fff;
    width: 100%;
    margin-top: 2rem
}

.off-canvas-sidebar__footer p {
    margin-bottom: 2rem
}

.off-canvas-sidebar__footer-actions {
    text-align: center
}

.off-canvas-sidebar__footer-actions a {
    display: inline-block;
    margin-bottom: 1rem
}

.is-hidden {
    display: none
}

.masthead {
    background: #0c5a71
}

.masthead__inner {
    width: 100%;
    max-width: calc(1024px + 4rem);
    margin: auto;
    padding: 1rem 1.5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media all and (min-width:45em) {
    .masthead__inner {
        padding: 1rem 2rem
    }
}

.masthead--demo .masthead__inner {
    max-width: none;
    padding: 1rem 1.5rem!important
}

@media all and (min-width:45em) {
    .masthead--demo .masthead__inner {
        padding: 1rem 2rem!important
    }
}

.masthead__backlink {
    color: #fff
}

.masthead__logo {
    vertical-align: middle;
    margin-right: 1rem
}

.masthead .masthead__title {
    color: #fff;
    font-weight: 300;
    font-size: 1.5rem;
    padding-right: 1rem;
    border-bottom: 0;
    letter-spacing: .5px
}

.masthead .masthead__title--sub {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.masthead .masthead__sub-title {
    font-weight: 600;
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin: .2rem 0
}

.masthead__backlink {
    margin-left: 1rem;
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 1px;
    font-weight: 700
}

.masthead__backlink.anchor--light {
    border-bottom: 0
}

@media print {
    .masthead {
        display: none
    }
}

.landing-header {
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem 2rem;
    text-align: center
}

.landing-header__inner {
    max-width: calc(1024px + 4rem);
    margin: auto;
    padding: 0 1rem
}

@media all and (min-width:45em) {
    .landing-header__inner {
        padding: 0 2rem
    }
}

.landing-header__title {
    color: #fff;
    padding: 0;
    margin-top: 0;
    margin-bottom: 1rem
}

.landing-header__desc {
    padding: 0;
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 2rem
}

.landing-header__form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.landing-header__form .form__entry-input {
    width: 80%;
    padding-top: .6rem
}

.landing-header__form .button {
    box-shadow: 0 2px 4px rgba(74, 74, 74, .6);
    margin-left: 1rem
}

.basic-table {
    display: table;
    border-collapse: collapse;
    color: #4a4a4a
}

.basic-table--full-width {
    width: 100%
}

.basic-table__wrapper {
    position: relative;
    display: block;
    overflow: visible
}

.basic-table__wrapper--overflow {
    background-color: currentColor;
    padding-bottom: 1rem
}

.basic-table__wrapper--overflow:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 3rem;
    background: linear-gradient(90deg, currentColor 0, hsla(0, 0%, 100%, 0));
    pointer-events: none;
    z-index: 10;
    left: auto;
    right: -1px;
    background: linear-gradient(270deg, currentColor 0, hsla(0, 0%, 100%, 0))
}

.basic-table__wrapper--overflow .basic-table {
    border-right: 1.5rem solid transparent
}

.basic-table__wrapper-inner {
    overflow-x: auto
}

.basic-table__head,
.basic-table thead {
    display: table-header-group
}

.basic-table__body,
.basic-table tbody {
    border-top: 2px solid #b5aea7;
    display: table-row-group
}

.basic-table__row,
.basic-table tr {
    display: table-row
}

.basic-table__row[data-href],
.basic-table tr[data-href] {
    cursor: pointer
}

.basic-table__row[data-href]:active,
.basic-table__row[data-href]:focus,
.basic-table__row[data-href]:hover,
.basic-table tr[data-href]:active,
.basic-table tr[data-href]:focus,
.basic-table tr[data-href]:hover {
    background-color: hsla(40, 9%, 94%, .6)
}

.basic-table__cell,
.basic-table__cell--actions,
.basic-table__cell--head,
.basic-table td,
.basic-table td--actions,
.basic-table td--head,
.basic-table th,
.basic-table th--actions,
.basic-table th--head {
    display: table-cell;
    font-weight: 400;
    padding: 1rem;
    margin: 0;
    border-bottom: 1px solid #b5aea7;
    text-align: left;
    font-size: .9rem
}

@media all and (min-width:64em) {
    .basic-table__cell,
    .basic-table__cell--actions,
    .basic-table__cell--head,
    .basic-table td,
    .basic-table td--actions,
    .basic-table td--head,
    .basic-table th,
    .basic-table th--actions,
    .basic-table th--head {
        font-size: 1rem
    }
}

.basic-table__cell--actions a,
.basic-table__cell--head a,
.basic-table__cell a,
.basic-table td--actions a,
.basic-table td--head a,
.basic-table td a,
.basic-table th--actions a,
.basic-table th--head a,
.basic-table th a {
    font-weight: 700;
    font-weight: 500
}

.basic-table__cell--actions,
.basic-table td--actions,
.basic-table th--actions {
    text-align: right
}

.basic-table__cell--head,
.basic-table td--head,
.basic-table th,
.basic-table th--head {
    font-weight: 700;
    font-weight: 500
}

.page-header {
    color: #fff;
    background-color: #005c75;
    background-image: url(/themes/custom/nanopore/images/logo-abstract.svg);
    background-position: right 5rem;
    background-repeat: no-repeat;
    margin-bottom: 1.5rem
}

.page-header:after,
.page-header:before {
    content: " ";
    display: table
}

.page-header:after {
    clear: both
}

@media all and (min-width:45em) {
    .page-header {
        margin-bottom: 2rem
    }
}

@media all and (min-width:64em) {
    .page-header {
        margin-bottom: 2rem
    }
}

.page-header~.sub-nav {
    margin-top: -2rem
}

.page-header~.sub-nav--scrolled {
    margin-top: 0
}

.page-header .row {
    margin-bottom: 0
}

.page-header p {
    margin-bottom: 1rem
}

.page-header__inner {
    max-width: calc(1024px + 4rem);
    margin: auto;
    padding: 1rem
}

@media all and (min-width:45em) {
    .page-header__inner {
        padding: 2rem
    }
}

.page-header__parent-label {
    color: #fff;
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 1rem
}

@media all and (min-width:45em) {
    .page-header__parent-label {
        font-size: 1.25rem
    }
}

.page-header__parent-label .anchor--light {
    border-bottom: 0
}

.page-header__title {
    color: #fff;
    padding: 0;
    margin-top: 0;
    margin-bottom: .5rem;
    max-width: 80%
}

.page-header__desc {
    padding: 0;
    margin-bottom: 0
}

.page-header__form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.page-header__form .form__entry-input {
    width: 80%;
    padding-top: .6rem
}

.page-header__form .button {
    margin-left: 1rem
}

.page-header .button {
    box-shadow: 0 2px 4px rgba(74, 74, 74, .6);
    margin-right: 1rem
}

.page-header .button:last-child {
    margin-right: 0
}

.page-header__subheader {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    display: block
}

.page-header--post .page-header__parent-label,
.page-header--post .page-header__title {
    font-weight: 400
}

.button {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    font: inherit;
    -webkit-box-align: center;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 2px rgba(74, 74, 74, .3);
    transition: background-color .1s ease-in-out, box-shadow .1s ease-in-out, border-color .1s ease-in-out, color .1s ease-in-out;
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: 4px;
    line-height: 1.5rem;
    font-weight: 500;
    cursor: pointer
}

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

.button:focus,
.button:hover {
    text-decoration: none;
    color: inherit
}

@media print {
    .button {
        display: none
    }
}

.button.button--icon:after,
.button .fa {
    margin-left: .5rem;
    vertical-align: middle;
    margin-top: -.188rem
}

.button.button--icon-left:after,
.button .fa-chevron-left {
    margin-left: 0;
    margin-right: .5rem
}

.button.button--icon:after {
    content: attr(data-icon);
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: initial
}

.button:hover:not(.button--disabled) {
    box-shadow: 0 2px 4px rgba(74, 74, 74, .6)
}

.button:active:not(.button--disabled):not(:disabled) {
    box-shadow: none
}

.button--disabled,
.button:disabled {
    opacity: .6
}

.button--disabled:hover,
.button:disabled:hover {
    cursor: default
}

.button--primary {
    background-color: #0084a9;
    color: #fff
}

.button--primary.button--active,
.button--primary:hover:not(.button--disabled):not(:disabled) {
    background-color: #245a6f;
    color: #fff
}

.button--primary.button--active.button--keyline,
.button--primary:hover:not(.button--disabled):not(:disabled).button--keyline {
    background-color: #0084a9;
    color: #fff
}

.button--primary:focus {
    color: #fff
}

.button--primary.button--keyline {
    background: transparent;
    box-shadow: none;
    border-radius: 6px;
    padding-top: .4rem;
    padding-bottom: .4rem;
    color: #0084a9;
    border: 2px solid #0084a9
}

.button--primary.button--keyline.button--active,
.button--primary.button--keyline:hover:not(.button--disabled):not(:disabled) {
    box-shadow: none
}

.button--secondary {
    background-color: #17bb75;
    color: #fff
}

.button--secondary.button--active,
.button--secondary:hover:not(.button--disabled):not(:disabled) {
    background-color: #0b814f;
    color: #fff
}

.button--secondary.button--active.button--keyline,
.button--secondary:hover:not(.button--disabled):not(:disabled).button--keyline {
    background-color: #17bb75;
    color: #fff
}

.button--secondary:focus {
    color: #fff
}

.button--secondary.button--keyline {
    background: transparent;
    box-shadow: none;
    border-radius: 6px;
    padding-top: .4rem;
    padding-bottom: .4rem;
    color: #17bb75;
    border: 2px solid #17bb75
}

.button--secondary.button--keyline.button--active,
.button--secondary.button--keyline:hover:not(.button--disabled):not(:disabled) {
    box-shadow: none
}

.button--light {
    background-color: #fff;
    color: #0084a9
}

.button--light.button--active,
.button--light:hover:not(.button--disabled):not(:disabled) {
    background-color: #fff;
    color: #0c5a71
}

.button--light.button--active.button--keyline,
.button--light:hover:not(.button--disabled):not(:disabled).button--keyline {
    background-color: #fff;
    color: #0084a9
}

.button--light:focus {
    color: #0084a9
}

.button--light.button--keyline {
    background: transparent;
    box-shadow: none;
    border-radius: 6px;
    padding-top: .4rem;
    padding-bottom: .4rem;
    color: #fff;
    border: 2px solid #fff
}

.button--light.button--keyline.button--active,
.button--light.button--keyline:hover:not(.button--disabled):not(:disabled) {
    box-shadow: none
}

.button--danger {
    background-color: #ef4135;
    color: #fff
}

.button--danger.button--active,
.button--danger:hover:not(.button--disabled):not(:disabled) {
    background-color: #be2a20;
    color: #fff
}

.button--danger.button--active.button--keyline,
.button--danger:hover:not(.button--disabled):not(:disabled).button--keyline {
    background-color: #ef4135;
    color: #fff
}

.button--danger:focus {
    color: #fff
}

.button--danger.button--keyline {
    background: transparent;
    box-shadow: none;
    border-radius: 6px;
    padding-top: .4rem;
    padding-bottom: .4rem;
    color: #ef4135;
    border: 2px solid #ef4135
}

.button--danger.button--keyline.button--active,
.button--danger.button--keyline:hover:not(.button--disabled):not(:disabled) {
    box-shadow: none
}

.button--tertiary {
    background: transparent;
    box-shadow: none;
    text-decoration: underline;
    font-weight: 400
}

.button--tertiary:focus.button--active,
.button--tertiary:focus:not(.button--disabled):not(:disabled),
.button--tertiary:hover.button--active,
.button--tertiary:hover:not(.button--disabled):not(:disabled) {
    color: #b5aea7;
    box-shadow: none;
    text-decoration: underline
}

.button--tag {
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 700;
    font-size: .65rem;
    line-height: 1.6rem;
    box-shadow: none;
    border: 1px solid #b5aea7;
    border-radius: 2px;
    letter-spacing: 2px;
    padding: .1rem 1rem;
    margin-right: .4rem;
    margin-bottom: 1rem
}

.button--tag a {
    color: inherit
}

.button--tag a:hover {
    color: #0084a9;
    text-decoration: none
}

.button--tag a:focus {
    color: #0c5a71
}

.button--tag.button--active,
.button--tag:hover:not(.button--disabled):not(:disabled) {
    background-color: #4a4a4a;
    color: #fff;
    border-color: #000;
    box-shadow: none
}

.button--tag--light {
    border: 1px solid #e4e6e8
}

.button--tag--light.button--active,
.button--tag--light:hover:not(.button--disabled):not(:disabled) {
    background-color: #e4e6e8;
    color: #4a4a4a;
    border-color: #fff
}

.ticket {
    background: #fff;
    border: 1px solid #e0e7f0;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 3px;
    padding: 0;
    position: relative;
    display: inline-block;
    border-radius: 4px;
    width: 100%;
    color: #6d7a7b
}

@media all and (min-width:45em) {
    .ticket {
        padding: 2rem
    }
}

.ticket p:last-of-type {
    margin-bottom: 0
}

@media all and (min-width:45em) {
    .ticket {
        padding: 0
    }
}

.ticket .heading {
    margin-bottom: 1rem
}

.draggable .ticket {
    background: linear-gradient(0deg, #fff 0, rgba(0, 0, 0, .07) 5px, #fff 0, rgba(0, 0, 0, .07) 10px, #fff 0, rgba(0, 0, 0, .07) 15px, #fff 0, #fff)
}

.ticket__header {
    padding: .6rem 1.5rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid #e4e6e8
}

@media all and (min-width:45em) {
    .ticket__header {
        padding: .6rem 2rem
    }
}

.ticket__body {
    padding: 1.5rem
}

@media all and (min-width:45em) {
    .ticket__body {
        padding: 2rem
    }
}

.ticket__meta {
    background-color: hsla(30, 9%, 68%, .1);
    width: 100%;
    padding: 1.5rem 2rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    text-align: center
}

@media all and (min-width:45em) {
    .ticket__meta {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start
    }
}

.ticket__meta a:not(.button) {
    color: #0084a9
}

.ticket__meta__content {
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 700;
    padding: .8rem 0
}

.ticket__meta__content a {
    color: inherit
}

.ticket__meta__content a:hover {
    color: #0084a9;
    text-decoration: none
}

.ticket__meta__content a:focus {
    color: #0c5a71
}

.ticket__meta__ctas {
    margin-top: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (min-width:45em) {
    .ticket__meta__ctas {
        margin-top: 0
    }
}

.ticket__meta .button--tertiary {
    padding: 0 .5rem
}

.ticket__meta .button {
    width: 100%;
    margin-bottom: 1rem
}

@media all and (min-width:45em) {
    .ticket__meta .button {
        margin-right: 1.5rem;
        margin-bottom: 0;
        width: auto
    }
}

.ticket__meta .button:last-child {
    margin-right: 0
}

.ticket--actions,
.ticket--shadow {
    box-shadow: 0 2px 2px rgba(74, 74, 74, .3)
}

.ticket--actions .heading {
    font-size: 1.25rem;
    font-weight: 500;
    color: #4a4a4a;
    margin-bottom: 0
}

.ticket--actions .ticket--actions__open-content {
    display: none;
    padding-top: 2rem
}

.ticket--actions .ticket__meta {
    cursor: pointer
}

.ticket--actions .ticket__meta__ctas {
    display: none
}

.ticket--actions--open .ticket--actions__open-content {
    display: block
}

.ticket--actions--open .ticket__meta {
    background-color: #f2f7f9
}

.ticket--actions--open .ticket__meta__ctas {
    display: block
}

.form__checkbox {
    margin: .5rem
}

@media all and (min-width:45em) {
    .form__checkbox {
        float: left
    }
}

.form__checkbox-input {
    display: inline;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0
}

.form__checkbox-label {
    font-size: 1.1rem;
    margin-right: 2rem
}

.form__checkbox-label:not(:first-of-type) {
    margin-top: .6rem
}

.form__checkbox-label:before {
    transition: border-color .1s, background-color .1s;
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: .6rem;
    vertical-align: middle;
    border-radius: 3px;
    border: 1px solid transparent;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    cursor: pointer
}

.form__checkbox-input:focus+.form__checkbox-label:before,
.form__checkbox-input:hover+.form__checkbox-label:before {
    border-color: #b5aea7
}

.form__checkbox-input:checked+.form__checkbox-label:before {
    box-shadow: inset 0 3px 4px rgba(0, 0, 0, .2);
    background: #455556 url(/themes/custom/nanopore/images/checkbox-tick.svg) no-repeat 50%;
    border-color: transparent
}

.form__checkbox-input:focus:checked+.form__checkbox-label:before {
    border-color: #66b0de
}

.form__checkbox-input:disabled+.form__checkbox-label:before {
    background-color: #e4e6e8;
    box-shadow: none;
    cursor: default
}

.form__entry {
    position: relative
}

.has-errors .form__entry .form__entry-input {
    background-color: #fee8de;
    border-color: #fac6c3
}

.has-errors .form__entry .form__message {
    color: #ef4135
}

.form__entry--select {
    position: relative;
    width: 100%
}

@media all and (min-width:45em) {
    .form__entry--select {
        -webkit-flex: 0 0 66.66%;
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%
    }
}

.form__entry--select:after {
    content: '\f078';
    position: absolute;
    top: 50%;
    right: 1rem;
    display: inline-block;
    width: 14px;
    height: 20px;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: FontAwesome
}

@media all and (min-width:45em) {
    .form__entry--select:after {
        margin-right: .8rem
    }
}

.form__entry--select select::-ms-expand {
    display: none
}

.form__entry-label {
    display: block;
    padding: .6rem;
    color: #455556;
    font-weight: 500
}

@media all and (min-width:45em) {
    .form__entry-label {
        padding: .8rem
    }
}

.has-errors .form__entry-label {
    color: #ef4135
}

.form__entry-input {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    font: inherit;
    -webkit-box-align: center;
    outline: none;
    transition: border-color .1s, background-color .1s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: .8rem;
    background-color: #fff;
    border: 2px solid #e4e1de;
    border-radius: 0;
    resize: vertical;
    font-size: 1.1rem
}

.form__entry-input::-moz-focus-inner {
    border: 0;
    padding: 0
}

@media all and (min-width:45em) {
    .form__entry-input {
        -webkit-flex: 0 0 66.66%;
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%
    }
}

.form__entry-input:focus {
    border-color: #90c6e7
}

.form__entry--multi-select-group {
    width: 100%
}

.form__entry--multi-select-group .form__entry--select {
    margin-bottom: .6rem
}

@media all and (min-width:45em) {
    .form__entry--multi-select-group .form__entry--select:after {
        right: .8rem
    }
}

@media all and (min-width:45em) {
    .form__entry--multi-select-group {
        -webkit-flex: 0 0 66.66%;
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%
    }
}

.form__entry--multi-select-group__add-another {
    border: 1px solid #b5aea7;
    padding: 1rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    color: #17bb75;
    cursor: pointer;
    border-radius: 3px
}

.form__entry--multi-select-group__add-another:hover,
.form__entry--multi-select-group__add-anotherfocus {
    color: #0b814f;
    background-color: #e4e6e8
}

.form__entry-input-autocomplete {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media all and (min-width:45em) {
    .form__entry-input-autocomplete {
        -webkit-flex: 0 0 66.66%;
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%
    }
}

.form__entry-input-autocomplete__container {
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.form__entry-input-autocomplete__submit {
    margin-left: 1rem
}

.form__entry-input-autocomplete-list {
    background-color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    border: 1px solid #e4e6e8;
    border-top: 0;
    box-shadow: 0 2px 2px rgba(74, 74, 74, .3);
    padding: .5rem 1rem;
    list-style: none;
    font-weight: 500;
    margin-top: 0
}

.form__entry-input-autocomplete-list li {
    padding: .5rem 0
}

.snippets-finder__tag-entry .select2-selection {
    padding-top: .8rem!important
}

.form__options {
    width: 100%
}

@media all and (min-width:45em) {
    .form__options {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.form__options-option {
    margin-top: .6rem
}

@media all and (min-width:45em) {
    .form__options-option {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 .3rem
    }
}

.form__options-input {
    display: inline;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0
}

.form__options-label {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    display: block;
    padding: 1.4rem .8rem;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    font-size: 1.1rem;
    color: #0084a9;
    border: 1px solid transparent;
    cursor: pointer
}

.form__options-input:checked+.form__options-label {
    box-shadow: inset 0 3px 4px rgba(0, 0, 0, .2);
    background-color: #455556;
    color: #fff
}

.form__options-input:not(:checked)+.form__options-label:hover {
    box-shadow: none;
    border-color: #e4e6e8
}

.form__file-upload {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

@media all and (min-width:45em) {
    .form__file-upload {
        -webkit-flex: 0 0 66.66%;
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%
    }
}

.form__file-upload-label {
    display: block;
    padding: .6rem;
    color: #455556;
    font-weight: 500
}

@media all and (min-width:45em) {
    .form__file-upload-label {
        padding: .8rem
    }
}

.has-errors .form__file-upload-label {
    color: #ef4135
}

.form__file-upload-input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 3rem;
    cursor: pointer;
    opacity: 0
}

.form__file-upload-path {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.form__file-upload-buttons {
    margin-left: 1rem
}

.form__file-upload-buttons .button {
    margin-left: auto;
    margin-right: auto
}

.form__file-upload-container {
    position: relative;
    overflow: hidden
}

.form__file-upload-submit {
    display: block;
    margin-top: .6rem
}

.selectize-control {
    position: relative;
    min-height: 53px
}

.selectize-control .remove {
    color: #fff;
    padding-left: .25rem
}

.selectize-control.form__entry-input {
    padding-bottom: .25rem
}

.selectize-control.single .selectize-input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #e4e6e8 transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px;
    border-color: transparent transparent #e4e6e8
}

.selectize-control .selectize-input {
    position: absolute;
    top: .2rem;
    left: .5rem;
    width: 97.5%
}

.selectize-control .selectize-input input {
    margin-top: .5rem
}

.selectize-control .selectize-input input:-ms-input-placeholder {
    padding-bottom: 5px
}

.selectize-control .selectize-input>div {
    cursor: pointer;
    margin: 5px 3px 3px 0;
    padding: 2px 6px;
    background: #0084a9;
    color: #fff;
    border: 1px solid #0c5a71
}

.selectize-control .selectize-input>div.active {
    background: #17bb75;
    color: #fff;
    border: 1px solid #0084a9
}

.selectize-control .selectize-input.disabled [data-value] {
    color: #e4e6e8;
    border-color: #455556
}

.selectize-control .selectize-input.disabled [data-value] .remove {
    background: none
}

.selectize-control .selectize-input [data-value] {
    background-color: #0084a9
}

.selectize-control .selectize-input [data-value].active {
    background-color: #0c5a71
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fff
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-radius: 3px 3px 0 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 9000;
    background: #fff;
    margin: -1px 0 0;
    border-top: 0 none
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
    padding: 5px 8px
}

.selectize-input {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: inline-block;
    zoom: 1
}

.selectize-input>input {
    display: inline-block;
    padding: 0;
    min-height: 0;
    max-height: none;
    max-width: 100%;
    margin: 0 1px;
    text-indent: 0;
    border: 0 none;
    background: none;
    line-height: inherit;
    font-size: 1.1rem
}

.selectize-input>input:focus {
    outline: none
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input.dropdown-active:before {
    content: ' ';
    display: block;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-input:after {
    content: ' ';
    display: block;
    clear: left
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    color: #4a4a4a
}

.selectize-control.form__entry-input .selectize-dropdown {
    width: 100%!important;
    left: 0!important;
    top: 3.25rem!important
}

.selectize-control.form__entry-input .selectize-dropdown .title {
    display: block
}

.selectize-control.form__entry-input .selectize-dropdown-content div:hover {
    background: #90c6e7;
    color: #fff
}

.selectize-control.form__entry-input.loading:before {
    opacity: .4
}

.selectize-control.form__entry-input:before {
    transition: opacity .2s;
    content: ' ';
    z-index: 2;
    position: absolute;
    display: block;
    top: 12px;
    right: 50px;
    width: 16px;
    height: 16px;
    background: url(/themes/custom/nanopore/images/spinner.gif);
    background-size: 16px 16px;
    opacity: 0
}

.form {
    margin: 2rem 0
}

.form-title {
    color: #0084a9;
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 1.5rem
}

.form__inline-fields:not(:first-child) {
    margin-top: 1rem
}

@media all and (min-width:45em) {
    .form__inline-fields {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.form__field {
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%
}

@media all and (min-width:45em) {
    .form__inline-fields .form__field {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0
    }
    .form__inline-fields .form__field:not(:first-child) {
        margin-left: 1rem
    }
}

.form__field-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column-reverse wrap;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media all and (min-width:45em) {
    .form__field-container {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.form__message {
    font-size: .875rem;
    line-height: 2;
    font-style: italic;
    display: inline-block;
    width: 100%;
    margin: .6rem
}

@media all and (min-width:45em) {
    .form__message {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: .875rem;
        margin-top: 0
    }
}

.form__error {
    font-size: .875rem;
    line-height: 2;
    font-style: italic;
    display: inline-block;
    -webkit-flex: 0 0 66.66%;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    color: #ef4135;
    font-style: normal;
    margin: .6rem
}

@media all and (min-width:45em) {
    .form__error {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-flex: 0 0 66.66%;
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin: 0 0 0 .8rem
    }
}

.form__character-count {
    font-size: .875rem;
    line-height: 2;
    font-style: italic;
    display: inline-block;
    -webkit-flex: 0 0 66.66%;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    font-style: normal;
    text-align: right
}

@media all and (min-width:45em) {
    .form__character-count {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-flex: 0 0 66.66%;
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
}

.form__fieldset {
    border: 0 none;
    border-top: 1px solid hsla(30, 9%, 68%, .64);
    margin: 0;
    padding: 2rem 0
}

.form__fieldset--no-top {
    border-top: 0 none
}

.form__fieldset--bottom {
    border-bottom: 1px solid hsla(30, 9%, 68%, .64);
    padding-bottom: 2rem;
    margin-bottom: 1rem
}

.form__fieldset--with-legend {
    margin-top: 2rem;
    padding-top: .5rem
}

.form__legend {
    text-align: center;
    padding: 0 1rem;
    font-size: .75rem;
    letter-spacing: 1px;
    color: #867b70;
    margin-top: 2rem
}

.basic-card-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.basic-card {
    background: #fff;
    border: 1px solid #e0e7f0;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(74, 74, 74, .3);
    transition: background-color .1s ease-in-out, box-shadow .1s ease-in-out, border-color .1s ease-in-out, color .1s ease-in-out;
    position: relative;
    border: 0;
    width: 100%;
    display: inline-block;
    padding: 1.5rem;
    text-decoration: none
}

@media all and (min-width:45em) {
    .basic-card {
        padding: 2rem
    }
}

.basic-card a:hover {
    text-decoration: none
}

@media all and (min-width:20em) {
    .basic-card {
        width: calc(50% - .5rem);
        margin-right: 1rem
    }
    .basic-card:nth-of-type(2n) {
        margin-right: 0
    }
}

@media all and (min-width:45em) {
    .basic-card {
        width: calc(33.33% - .9rem)
    }
    .basic-card,
    .basic-card:nth-of-type(2n) {
        margin-right: 1rem
    }
    .basic-card:nth-of-type(3n) {
        margin-right: 0
    }
}

@media all and (min-width:45em) {
    .site-main.site-main--sidebar .basic-card {
        width: calc(50% - .5rem);
        margin-right: 1rem
    }
    .site-main.site-main--sidebar .basic-card:nth-of-type(2n) {
        margin-right: 0
    }
}

.basic-card:after {
    transition: background-color .1s ease-in-out, box-shadow .1s ease-in-out, border-color .1s ease-in-out, color .1s ease-in-out;
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 1rem;
    color: #0084a9;
    font-size: 1.3rem
}

.basic-card:hover {
    box-shadow: 0 2px 4px rgba(74, 74, 74, .6);
    background-color: #0084a9;
    text-decoration: none
}

.basic-card:hover .heading,
.basic-card:hover:after {
    color: #fff
}

.basic-card:active {
    box-shadow: none
}

.basic-card--border-left {
    border-left: 5px solid #0084a9;
    border-top: none
}

.basic-card>a {
    display: block;
    border-bottom: none
}

.basic-card .heading {
    transition: background-color .1s ease-in-out, box-shadow .1s ease-in-out, border-color .1s ease-in-out, color .1s ease-in-out;
    display: block;
    font-size: 1.25rem;
    font-weight: 200;
    padding-right: 2rem;
    color: #0084a9;
    line-height: 1.3
}

.basic-card__image {
    margin: -1.5rem -1.5rem 1.5rem;
    display: block
}

@media all and (min-width:45em) {
    .basic-card__image {
        margin: -2rem -2rem 2rem
    }
}

.basic-card--border-left .basic-card__image,
.basic-card--border-left .basic-card__image img {
    border-top-right-radius: 3px
}

.basic-card__image img {
    width: 100%;
    height: auto
}

.grid-card-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.grid-card {
    background: #fff;
    border: 1px solid #e0e7f0;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(74, 74, 74, .3);
    transition: background-color .1s ease-in-out, box-shadow .1s ease-in-out, border-color .1s ease-in-out, color .1s ease-in-out;
    position: relative;
    border-radius: 5px;
    border-top: 5px solid #0084a9;
    width: 100%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    min-height: 250px;
    text-decoration: none
}

@media all and (min-width:45em) {
    .grid-card {
        padding: 2rem
    }
}

.grid-card a:hover {
    text-decoration: none
}

.grid-card--border-left {
    border-left: 5px solid #0084a9;
    border-top: none
}

@media all and (min-width:45em) {
    .grid-card {
        width: calc(50% - 1rem);
        margin-right: 2rem;
        padding: 0
    }
    .grid-card:nth-of-type(2n) {
        margin-right: 0
    }
}

@media all and (min-width:64em) {
    .grid-card {
        width: calc(33.33% - 1.34rem)
    }
    .grid-card,
    .grid-card:nth-of-type(2n) {
        margin-right: 2rem
    }
    .grid-card:nth-of-type(3n) {
        margin-right: 0
    }
}

@media all and (min-width:75em) {
    .grid-card {
        width: calc(25% - 1.5rem)
    }
    .grid-card,
    .grid-card:nth-of-type(2n),
    .grid-card:nth-of-type(3n) {
        margin-right: 2rem
    }
    .grid-card:nth-of-type(4n) {
        margin-right: 0
    }
}

@media all and (min-width:75em) {
    .site-main.site-main--sidebar .grid-card {
        width: calc(33.33% - 1.34rem);
        margin-right: 2rem
    }
    .site-main.site-main--sidebar .grid-card:nth-of-type(2n) {
        margin-right: 2rem
    }
    .site-main.site-main--sidebar .grid-card:nth-of-type(3n) {
        margin-right: 0
    }
}

.grid-card>a {
    display: block;
    text-decoration: none
}

.grid-card .heading {
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
    padding-right: 2rem;
    color: #0084a9;
    position: relative
}

.grid-card .heading:after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 2px;
    width: 1rem;
    text-align: right
}

.grid-card__image {
    display: block
}

.grid-card--border-left .grid-card__image,
.grid-card--border-left .grid-card__image img {
    border-top-right-radius: 5px
}

.grid-card__image img {
    width: 100%;
    height: auto
}

.grid-card__content {
    padding: 1.5rem;
    display: block
}

.grid-card__meta {
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 700;
    background-color: hsla(30, 9%, 68%, .1);
    width: 100%;
    padding: 1rem 1.5rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #b5aea7;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: auto
}

.grid-card__meta a {
    color: inherit
}

.grid-card__meta a:hover {
    color: #0084a9;
    text-decoration: none
}

.grid-card__meta a:focus {
    color: #0c5a71
}

.grid-card__meta__inner {
    display: block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis
}

.grid-card:hover {
    box-shadow: 0 2px 4px rgba(74, 74, 74, .6);
    text-decoration: none
}

.grid-card:active {
    box-shadow: none
}

.grid-card-group .grid-card-trailing {
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #17bb75
}

.grid-card-group .grid-card-trailing .heading {
    color: #17bb75
}

.grid-card-group .grid-card-trailing .heading:after {
    content: url(/themes/custom/nanopore/images/arrow-right-green.svg)
}

.grid-card-group .grid-card-trailing .grid-card__meta {
    display: none
}

.grid-card-group .grid-card-trailing:hover {
    background-color: #17bb75;
    box-shadow: none
}

.grid-card-group .grid-card-trailing:hover .heading {
    color: #fff
}

.grid-card-group .grid-card-trailing:hover .heading:after {
    content: url(/themes/custom/nanopore/images/arrow-right.svg)
}

.grid-card-group .grid-card-profile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 130px;
    text-decoration: none
}

@media all and (min-width:45em) {
    .grid-card-group .grid-card-profile {
        display: block;
        text-align: center
    }
}

.grid-card-group .grid-card-profile__content {
    display: inline-block;
    padding-top: 1rem
}

@media all and (min-width:45em) {
    .grid-card-group .grid-card-profile__content {
        padding: 1rem
    }
}

.grid-card-group .grid-card-profile__image {
    height: 100px;
    width: 100px;
    border-radius: 50px;
    padding: 1rem
}

@media all and (min-width:45em) {
    .grid-card-group .grid-card-profile__image {
        display: block;
        float: none;
        margin: 1rem auto 0;
        padding: 0
    }
}

.grid-card-group .grid-card-profile__info {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    display: block
}

.grid-card-group .grid-card-profile .heading {
    padding-right: 0;
    padding-bottom: 1rem
}

.grid-card-group .grid-card-profile .heading:after {
    display: none
}

.grid-card-group .grid-card-profile__desc,
.grid-card-group .grid-card-profile__location {
    margin-bottom: .25rem;
    color: #4a4a4a;
    display: none
}

@media all and (min-width:45em) {
    .grid-card-group .grid-card-profile__desc,
    .grid-card-group .grid-card-profile__location {
        display: block
    }
}

.grid-card-group .grid-card-profile__desc:hover,
.grid-card-group .grid-card-profile__location:hover {
    color: #4a4a4a
}

.grid-card-group .grid-card-profile__meta {
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 700;
    color: #b5aea7;
    display: block;
    padding: 1rem;
    padding-top: 0;
    padding-left: 0
}

.grid-card-group .grid-card-profile__meta a {
    color: inherit
}

.grid-card-group .grid-card-profile__meta a:hover {
    color: #0084a9;
    text-decoration: none
}

.grid-card-group .grid-card-profile__meta a:focus {
    color: #0c5a71
}

@media all and (min-width:45em) {
    .grid-card-group .grid-card-profile__meta {
        background-color: hsla(30, 9%, 68%, .1);
        width: 100%;
        padding: 1rem 2rem;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        float: right
    }
}

.grid-card-group .grid-card-profile__meta__stat {
    white-space: nowrap;
    display: block
}

@media all and (min-width:45em) {
    .grid-card-group .grid-card-profile__meta__stat {
        padding: 0 .4rem
    }
    .grid-card-group .grid-card-profile__meta__stat.stat-replies,
    .grid-card-group .grid-card-profile__meta__stat.stat-runs {
        display: inline
    }
    .grid-card-group .grid-card-profile__meta__stat.stat-replies:after {
        content: "\00B7";
        position: relative;
        left: .5rem
    }
}

.person-card {
    margin-bottom: 2rem
}

.person-card,
.person-card a:hover {
    text-decoration: none
}

@media all and (min-width:45em) {
    .person-card {
        width: 50%
    }
}

@media all and (min-width:64em) {
    .person-card {
        width: 33.33%
    }
}

@media all and (min-width:64em) {
    .site-main.site-main--sidebar .person-card {
        width: 50%
    }
}

.person-card__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 1rem
}

.person-card__image {
    height: 50px;
    width: 50px;
    border-radius: 25px;
    border: 1px solid #b5aea7;
    vertical-align: middle;
    margin-right: 1rem
}

.person-card__name {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    font-size: 1.1rem;
    font-weight: 200;
    padding-right: 1rem;
    border-bottom: 0
}

.person-card__body {
    font-weight: 500;
    color: #455556;
    line-height: 1.75rem
}

.content-card-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.content-card {
    position: relative;
    margin-bottom: 2rem;
    border: 0;
    width: 100%;
    display: inline-block
}

.content-card,
.content-card a:hover {
    text-decoration: none
}

@media all and (min-width:45em) {
    .content-card {
        width: calc(50% - 1rem);
        margin-right: 2rem
    }
    .content-card:nth-of-type(2n) {
        margin-right: 0
    }
}

.content-card .heading {
    display: block;
    color: #0084a9;
    line-height: 1.3
}

.content-card__image {
    display: block;
    margin-bottom: 1.5rem
}

.content-card__image img {
    width: 100%;
    height: auto
}

.footer {
    color: #8a8a8a;
    z-index: 1;
    background-color: #2f2f2f
}

@media all and (min-width:45em) {
    .footer {
        margin-top: 1.875rem
    }
}

@media all and (min-width:64em) {
    .footer {
        margin-top: 4.375rem
    }
}

.footer__inner {
    max-width: calc(1024px + 4rem);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    padding: 2rem;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media all and (min-width:45em) and (max-width:63.9375em) {
    .footer__inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media all and (min-width:64em) {
    .footer__inner {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.footer__inner-left {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 2rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media all and (min-width:45em) {
    .footer__inner-left {
        width: 60%
    }
}

.footer__inner-right {
    display: none
}

@media all and (min-width:45em) {
    .footer__inner-right {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 40%
    }
}

.footer__column {
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem 0 0;
    min-width: 14rem
}

@media all and (min-width:45em) {
    .footer__column {
        padding: 2rem 2rem 0 0;
        width: 50%
    }
    .footer__column:last-child {
        padding: 2rem 0 0
    }
}

.footer__column ul {
    margin: -.35rem 0 0;
    padding: 0
}

.footer__column li {
    list-style: none;
    margin-bottom: 1rem;
    font-size: .9rem;
    line-height: 1.3rem;
    display: block
}

.footer__column p a {
    text-decoration: none
}

.footer__column a,
.footer__column p a {
    color: #fff;
    border: none
}

.footer__videos {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 1rem
}

.footer__videos-vid {
    margin-right: 1rem;
    margin-bottom: 1rem;
    transition: opacity .3s ease
}

.footer__videos-vid:after {
    content: attr(data-info);
    opacity: 0;
    transition: opacity .3s ease;
    position: absolute;
    bottom: 0;
    left: 0
}

.footer__videos-vid:hover {
    opacity: .7
}

.footer__videos-vid:hover:after {
    opacity: 1
}

.footer__videos-vid img {
    max-width: 7rem;
    display: block
}

.footer__legal {
    font-size: .83333rem;
    line-height: 1.5rem;
    padding: 2rem 0 0;
    background-color: #000
}

.footer__legal .footer__inner {
    padding-top: 0
}

.footer__item {
    margin-bottom: 1rem;
    line-height: 1.2rem
}

.footer__title {
    color: #918b86;
    text-transform: uppercase;
    font-size: .9rem;
    margin: 0 0 1.5rem;
    font-weight: 700;
    letter-spacing: 2px
}

.tag-set dt {
    float: left;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 200;
    margin-right: 1rem;
    padding: .2rem 0
}

@media all and (min-width:45em) {
    .tag-set dt {
        margin: 1rem 1rem 1rem 0
    }
}

.tag-set dd {
    margin-left: 0;
    padding: .2rem 0
}

@media all and (min-width:45em) {
    .tag-set dd {
        padding-top: 1.2rem
    }
}

.tag-set dd a:not(.button) {
    border-bottom-color: #fff;
    margin: 0 1rem 1rem 0;
    display: inline-block;
    transition: border-bottom-color .3s ease, color .3s ease
}

.tag-set dd a:not(.button):hover {
    border-bottom-color: #0084a9
}

.table-list {
    margin-bottom: 2rem;
    padding-top: 1rem
}

.table-list__title {
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 700;
    font-size: .9rem;
    color: #687576;
    margin-bottom: 1rem
}

.table-list__title a {
    color: inherit
}

.table-list__title a:hover {
    color: #0084a9;
    text-decoration: none
}

.table-list__title a:focus {
    color: #0c5a71
}

@media all and (min-width:45em) {
    .table-list__table {
        width: 100%;
        display: table;
        border-collapse: collapse
    }
}

.table-list__row {
    display: block;
    position: relative;
    border-top: 1px solid #b5aea7;
    border-bottom: 0;
    color: #687576;
    font-weight: 400;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    padding-right: 2rem
}

.table-list__row:after {
    content: url(/themes/custom/nanopore/images/arrow-right-grey.svg);
    position: absolute;
    right: 0;
    top: 2rem;
    width: 1rem
}

@media all and (min-width:45em) {
    .table-list__row {
        display: table-row
    }
    .table-list__row:after {
        display: none
    }
}

.table-list__row:focus,
.table-list__row:hover {
    color: #687576;
    text-decoration: none
}

.table-list__row:last-child {
    border-bottom: 1px solid #b5aea7
}

.table-list__cell {
    display: block;
    position: relative;
    padding-right: 2rem;
    padding-bottom: 1rem;
    font-size: 1.1rem
}

.table-list__cell:last-child {
    padding-bottom: 0
}

@media all and (min-width:45em) {
    .table-list__cell {
        display: table-cell;
        padding-top: 1.3rem;
        padding-bottom: 1.3rem
    }
    .table-list__cell:last-child {
        padding-right: 2rem
    }
    .table-list__cell:last-child:after {
        content: url(/themes/custom/nanopore/images/arrow-right-grey.svg);
        position: absolute;
        right: 0;
        top: 2rem;
        width: 1rem
    }
}

.table-list__cell:first-child {
    color: #0084a9;
    font-weight: 500
}

.table-list__table--no-headings .table-list__cell:first-child {
    color: inherit;
    font-weight: 400
}

.table-list__cell--heading {
    color: #0084a9;
    font-weight: 500
}

.table-list__cell--nobreak {
    white-space: nowrap
}

.info-banner {
    background: #fff;
    border: 1px solid #e0e7f0;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 3px;
    padding-top: 1.25rem;
    padding-bottom: 1rem;
    background-color: #e4e6e8;
    color: #4a4a4a;
    border-left: 5px solid #455556;
    width: 100%;
    padding: .8rem 1rem
}

@media all and (min-width:45em) {
    .info-banner {
        padding: 2rem;
        padding-top: 1.25rem;
        padding-bottom: 1rem
    }
}

.info-banner a {
    color: #455556
}

.info-banner .info-banner__label {
    color: #455556;
    letter-spacing: .005rem;
    margin-bottom: .75rem
}

@media all and (min-width:45em) {
    .info-banner {
        padding: .8rem 1rem
    }
}

@media print {
    .info-banner {
        page-break-inside: avoid
    }
}

.info-banner__label {
    display: block;
    font-weight: 700;
    margin-bottom: .8rem;
    text-transform: uppercase;
    font-size: .75rem
}

.info-banner__heading {
    font-weight: 700;
    margin-bottom: .5rem
}

.info-banner__text {
    margin: .5rem 0
}

.info-banner__figure {
    margin: 1rem 0
}

.info-banner__img {
    max-width: 100%
}

.info-banner__figcaption {
    font-style: italic
}

.info-banner__content {
    position: relative
}

.info-banner__content:before {
    position: absolute;
    top: 0;
    left: -1rem
}

.info-banner--reminder {
    background: #fff;
    border: 1px solid #e0e7f0;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 3px;
    padding-top: 1.25rem;
    padding-bottom: 1rem;
    background-color: #e4e6e8;
    color: #4a4a4a;
    border-left: 5px solid #455556
}

@media all and (min-width:45em) {
    .info-banner--reminder {
        padding: 2rem;
        padding-top: 1.25rem;
        padding-bottom: 1rem
    }
}

.info-banner--reminder a {
    color: #455556
}

.info-banner--reminder .info-banner__label {
    color: #455556;
    letter-spacing: .005rem;
    margin-bottom: .75rem
}

.info-banner--important {
    background: #fff;
    border: 1px solid #e0e7f0;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 3px;
    padding-top: 1.25rem;
    padding-bottom: 1rem;
    background-color: #feeddb;
    color: #4a4a4a;
    border-left: 5px solid #f57e20
}

@media all and (min-width:45em) {
    .info-banner--important {
        padding: 2rem;
        padding-top: 1.25rem;
        padding-bottom: 1rem
    }
}

.info-banner--important a {
    color: #f57e20
}

.info-banner--important .info-banner__label {
    color: #f57e20;
    letter-spacing: .005rem;
    margin-bottom: .75rem
}

.info-banner--important .info-banner__content {
    padding-left: 0
}

.info-banner--success {
    background: #fff;
    border: 1px solid #e0e7f0;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 3px;
    padding-top: 1.25rem;
    padding-bottom: 1rem;
    background-color: #edf5f2;
    color: #4a4a4a;
    border-left: 5px solid #17bb75
}

@media all and (min-width:45em) {
    .info-banner--success {
        padding: 2rem;
        padding-top: 1.25rem;
        padding-bottom: 1rem
    }
}

.info-banner--success a {
    color: #17bb75
}

.info-banner--success .info-banner__label {
    color: #17bb75;
    letter-spacing: .005rem;
    margin-bottom: .75rem
}

.info-banner--success .info-banner__content {
    padding-left: 0
}

.info-banner--advisory {
    background: #fff;
    border: 1px solid #e0e7f0;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 3px;
    padding-top: 1.25rem;
    padding-bottom: 1rem;
    background-color: #f2f7f9;
    color: #4a4a4a;
    border-left: 5px solid #0084a9
}

@media all and (min-width:45em) {
    .info-banner--advisory {
        padding: 2rem;
        padding-top: 1.25rem;
        padding-bottom: 1rem
    }
}

.info-banner--advisory a {
    color: #0084a9
}

.info-banner--advisory .info-banner__label {
    color: #0084a9;
    letter-spacing: .005rem;
    margin-bottom: .75rem
}

.info-banner--advisory .info-banner__content {
    padding-left: 4rem
}

.info-banner--advisory .info-banner__content:before {
    content: url(/themes/custom/nanopore/images/info-banner-icons/exclam--advisory.svg)
}

.info-banner--caution {
    background: #fff;
    border: 1px solid #e0e7f0;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 3px;
    padding-top: 1.25rem;
    padding-bottom: 1rem;
    background-color: #fefcf2;
    color: #4a4a4a;
    border-left: 5px solid #f5cc49
}

@media all and (min-width:45em) {
    .info-banner--caution {
        padding: 2rem;
        padding-top: 1.25rem;
        padding-bottom: 1rem
    }
}

.info-banner--caution a {
    color: #f5cc49
}

.info-banner--caution .info-banner__label {
    color: #f5cc49;
    letter-spacing: .005rem;
    margin-bottom: .75rem
}

.info-banner--caution .info-banner__content {
    padding-left: 4rem
}

.info-banner--caution .info-banner__content:before {
    content: url(/themes/custom/nanopore/images/info-banner-icons/exclam--caution.svg)
}

.info-banner--warning {
    background: #fff;
    border: 1px solid #e0e7f0;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 3px;
    padding-top: 1.25rem;
    padding-bottom: 1rem;
    background-color: #feeddb;
    color: #4a4a4a;
    border-left: 5px solid #f57e20
}

@media all and (min-width:45em) {
    .info-banner--warning {
        padding: 2rem;
        padding-top: 1.25rem;
        padding-bottom: 1rem
    }
}

.info-banner--warning a {
    color: #f57e20
}

.info-banner--warning .info-banner__label {
    color: #f57e20;
    letter-spacing: .005rem;
    margin-bottom: .75rem
}

.info-banner--warning .info-banner__content {
    padding-left: 4rem
}

.info-banner--warning .info-banner__content:before {
    content: url(/themes/custom/nanopore/images/info-banner-icons/exclam--warning.svg)
}

.step-numbered-list {
    padding: 0;
    list-style: none;
    counter-reset: a;
    width: 90%;
    -webkit-transform: translate(10%);
    transform: translate(10%)
}

@media all and (min-width:75em) {
    .step-numbered-list {
        width: 100%;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.step-numbered-list>* {
    padding: 2rem 2rem 1rem
}

.step-numbered-list__item {
    border-bottom: 1px solid #e4e6e8
}

.step-numbered-list__item:last-child {
    border-bottom: none
}

.step-numbered-list .heading {
    margin: 0;
    color: #4a4a4a;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5
}

.step-numbered-list .heading:last-child {
    margin-bottom: 1rem
}

.step-numbered-list__item {
    counter-increment: a;
    position: relative;
    background: #fff
}

.step-numbered-list__item:before {
    content: counter(a);
    position: absolute;
    z-index: 1;
    display: inline-block;
    top: 0;
    left: -3.2rem;
    width: 32px;
    height: 32px;
    margin-top: 30px;
    margin-right: 30px;
    border-radius: 32px;
    line-height: 32px;
    font-size: .875rem;
    outline: 10px solid #f0efed;
    border: 2px solid #0084a9;
    border-color: #0084a9;
    font-weight: 700;
    text-align: center;
    color: #0084a9;
    z-index: 8000;
    background: #f0efed
}

.step-numbered-list>:not(.step-numbered-list__item) {
    margin: 2rem 0
}

.sub-nav {
    border-bottom: 1px solid #b5aea7;
    margin-bottom: 2rem;
    padding: 0;
    background-color: #fff;
    color: #b5aea7;
    position: relative
}

.sub-nav,
.sub-nav__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.sub-nav__inner {
    width: 100%;
    max-width: calc(1024px + 4rem);
    margin: auto;
    padding: 0 1.5rem;
    overflow-x: auto;
    overflow-y: hidden
}

.site-main .sub-nav__inner {
    padding: 0
}

@media all and (min-width:45em) {
    .sub-nav__inner {
        padding: 0 2rem
    }
    .site-main:not(.site-main--demo) .sub-nav__inner {
        padding: 0
    }
}

.sub-nav--overflowing:after {
    content: '';
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, 0));
    width: 9%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    left: -1px;
    top: 0;
    z-index: 1;
    right: -1px;
    left: auto;
    background: linear-gradient(270deg, #fff 0, hsla(0, 0%, 100%, 0))
}

.sub-nav--overflowing .sub-nav__inner {
    padding: 0 9%;
    -webkit-overflow-scrolling: touch
}

.sub-nav--overflowing .sub-nav__inner:before {
    content: '';
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, 0));
    width: 9%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    left: -1px;
    top: 0;
    z-index: 1
}

.sub-nav--overflowing .sub-nav__inner:after {
    content: '\007C\00a0\00a0';
    min-width: 9%;
    visibility: hidden;
    position: relative;
    padding-right: 9%;
    display: inline-block
}

.sub-nav--overflowing .sub-nav__link:last-of-type {
    margin-right: 0
}

.sub-nav__link {
    display: inline-block;
    position: relative;
    color: #687576;
    font-weight: 500;
    padding: 1.2rem 0;
    border-bottom: 0;
    margin-right: 2.5rem;
    white-space: nowrap;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.sub-nav__link a {
    text-decoration: none;
    border: none
}

.sub-nav__link--active {
    border-bottom: 5px solid #90c6e7;
    display: inline-block;
    height: 100%;
    color: #4a4a4a
}

.sub-nav--scrolled {
    position: fixed;
    width: 100%;
    top: 0
}

body.js-modal-container-open {
    overflow: hidden
}

.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: opacity .2s ease-in, transform 0s ease .2s;
    opacity: 0;
    z-index: 1000;
    -webkit-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0);
    overflow-y: auto;
    overflow-x: hidden
}

.modal-container.js-open {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    transition: opacity .2s ease-in
}

.modal-container.js-open .modal-container__lightbox {
    -webkit-transform: translateX(-50%) scale(1) translateZ(0);
    transform: translateX(-50%) scale(1) translateZ(0)
}

.js-modal-container-fixed-toolbar .modal-container .modal-container__lightbox {
    border-bottom: 7.5rem solid hsla(0, 0%, 100%, 0)
}

@media screen and (max-height:400px) and (orientation:landscape),
screen and (max-width:400px) and (orientation:portrait) {
    .js-modal-container-fixed-toolbar .modal-container .modal-container__lightbox {
        border-bottom-width: 0
    }
}

.modal-container:after {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    pointer-events: none;
    z-index: -1
}

.modal-container__close-btn {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    font: inherit;
    -webkit-box-align: center;
    cursor: pointer
}

.modal-container__close-btn::-moz-focus-inner {
    border: 0;
    padding: 0
}

.modal-container__close-btn--window {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    padding: 1.5rem;
    right: 1.5rem;
    top: 0;
    box-sizing: content-box;
    z-index: 1
}

.modal-container__close-btn--window:before {
    content: '\f00d';
    font-family: FontAwesome;
    height: inherit;
    width: inherit;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    font-size: 25px;
    text-indent: 0;
    color: #b5aea7;
    transition: color .3s ease
}

.modal-container__close-btn--window:hover:before {
    color: #0084a9
}

.modal-container__close-btn--toolbar {
    color: #0084a9;
    border-bottom: 1px solid #0084a9;
    margin-left: 1rem
}

.modal-container__lightbox {
    width: 100%;
    transition: transform .3s ease;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0) translateZ(0);
    transform: translateX(-50%) scale(0) translateZ(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    padding: 2rem 2.5rem 1.5rem;
    max-width: calc(1024px + 4rem);
    outline: none
}

@media screen and (max-height:400px) and (orientation:landscape),
screen and (max-width:400px) and (orientation:portrait) {
    .modal-container__lightbox {
        min-height: 100vh;
        top: 0!important;
        padding: 2rem 1rem 1.5rem
    }
}

.modal-container--fullwidth .modal-container__lightbox {
    padding: 0
}

.modal-container--bar.modal-container--fullwidth .modal-container__lightbox {
    padding-top: 6px
}

.modal-container__lightbox:after {
    box-shadow: 0 2px 2px rgba(74, 74, 74, .3);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fafafa;
    z-index: -1;
    border-radius: 2px
}

.modal-container--bar .modal-container__lightbox:after {
    border-top: 6px solid #0084a9
}

.modal-container__lightbox .form__field-container * {
    min-width: 80%
}

.modal-container__lightbox .form {
    padding: 0 1rem
}

@media screen and (max-height:400px) and (orientation:landscape),
screen and (max-width:400px) and (orientation:portrait) {
    .modal-container__lightbox .form {
        padding: 0
    }
}

@media screen and (max-height:400px) and (orientation:landscape),
screen and (max-width:400px) and (orientation:portrait) {
    .modal-container__toolbar {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 0 2rem
    }
    .modal-container--fullwidth .modal-container__toolbar {
        padding: 0
    }
}

.modal-container__toolbar .button {
    margin-right: .5rem
}

.modal-container__toolbar-wrap {
    margin-top: 1.5rem
}

@media screen and (max-height:400px) and (orientation:landscape),
screen and (max-width:400px) and (orientation:portrait) {
    .modal-container__toolbar-wrap {
        height: 5.2rem
    }
}

.modal-container__toolbar--fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10001;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    background: #ececec;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, .5)
}

.modal-container__toolbar--fixed.modal-container__toolbar--show {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.modal-container__toolbar-inner {
    padding: 1.4rem;
    margin: 0 -2.5rem;
    position: relative;
    max-width: calc(1024px + 4rem);
    background: #ececec;
    border-radius: 0 0 3px 3px
}

.modal-container--fullwidth .modal-container__toolbar-inner {
    margin-left: 0;
    margin-right: 0
}

.modal-container__toolbar--fixed .modal-container__toolbar-inner {
    border-radius: 0;
    margin: 0 auto
}

.loc-download {
    padding: 1.5rem 0 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2rem
}

.loc-download__link {
    position: relative
}

.loc-download__link:before {
    content: attr(data-icon);
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 2rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0
}

.loc-download__link a {
    padding-left: 3rem;
    display: inline-block
}

.loc-faq {
    background-color: #fff;
    padding: 2rem 2rem 1rem;
    box-shadow: 0 2px 4px 0 hsla(30, 9%, 68%, .6);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 0 solid hsla(30, 9%, 68%, .2);
    margin-bottom: 2rem
}

.loc-faq__question {
    position: relative;
    cursor: pointer
}

.loc-faq__question span {
    display: block;
    padding-right: 3rem
}

.loc-faq__question:after {
    content: attr(data-icon);
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.5rem;
    vertical-align: bottom;
    padding: 0 .6rem;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .3s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.loc-faq__question.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.loc-faq__answer {
    padding-top: 1.6rem;
    border-top: 1px solid #dad6d3;
    display: none
}

.fou-page {
    position: relative;
    width: calc(100% + 4rem);
    left: -2rem
}

@media all and (min-width:64em) {
    .fou-page {
        left: calc((100vw - 1024px) / 2 * -1);
        width: 100vw
    }
}

.fou-description {
    background-color: #fff;
    padding: 2rem;
    margin: -2rem 2rem 2rem;
    text-align: left
}

@media (min-width:45em) {
    .fou-description {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:64em) {
    .fou-description {
        max-width: calc(1024px + 4rem);
        width: 100%;
        margin: -3rem auto 2rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:45em) {
    .fou-description__para {
        -webkit-flex: 0.4;
        -ms-flex: 0.4;
        flex: 0.4;
        margin-bottom: 0
    }
}

@media (min-width:64em) {
    .fou-description__para {
        -webkit-flex: 0.4;
        -ms-flex: 0.4;
        flex: 0.4
    }
}

.fou-description__para p {
    font-size: 1.25rem;
    line-height: 1.75rem
}

@media (min-width:45em) {
    .fou-description__para p {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

.fou-description__minion {
    font-weight: 700;
    color: #3b83ac
}

.fou-description__list {
    padding-top: 1rem
}

@media (min-width:45em) {
    .fou-description__list {
        -webkit-flex: 0.6;
        -ms-flex: 0.6;
        flex: 0.6;
        margin-left: 2rem;
        padding-top: 0
    }
}

@media (min-width:64em) {
    .fou-description__list {
        -webkit-flex: 0.6;
        -ms-flex: 0.6;
        flex: 0.6
    }
}

.fou-description__list p {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.fou-description ul {
    padding: 0;
    margin-bottom: 0
}

.fou-description ul li {
    list-style: none;
    padding-left: 2rem;
    background: url(/sites/default/files/s3/bullet_1.png) no-repeat 0 .4rem transparent
}

@media (min-width:45em) {
    .fou-description ul li {
        margin-bottom: .5rem
    }
}

.fou-intro {
    margin: 0 2rem 2rem;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem
}

@media (min-width:45em) {
    .fou-intro__split {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:45em) {
    .fou-intro__problem,
    .fou-intro__solution {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 2rem;
        border-radius: 4px;
        background-color: #f8f7f6
    }
    .fou-intro__solution {
        margin-left: 2rem
    }
}

@media (min-width:64em) {
    .fou-intro {
        max-width: calc(1024px + 4rem);
        margin: 3rem auto
    }
}

@media (min-width:45em) {
    .fou-intro p {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.fou-intro a {
    color: #0084a9
}

.fou-benefits {
    background: url(/sites/default/files/s3/grad-bg.png) no-repeat 0 0 transparent;
    background-size: cover;
    padding-top: 2rem
}

@media (min-width:45em) {
    .fou-benefits {
        padding-top: 5rem
    }
}

.fou-benefits__1,
.fou-benefits__2,
.fou-benefits__3,
.fou-benefits__4 {
    margin: 0 2rem 3rem;
    text-align: center
}

@media (min-width:45em) {
    .fou-benefits__1,
    .fou-benefits__2,
    .fou-benefits__3,
    .fou-benefits__4 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:64em) {
    .fou-benefits__1,
    .fou-benefits__2,
    .fou-benefits__3,
    .fou-benefits__4 {
        max-width: calc(1024px + 4rem);
        margin: 0 auto 4rem
    }
}

.fou-benefits__1 h3,
.fou-benefits__2 h3,
.fou-benefits__3 h3,
.fou-benefits__4 h3 {
    margin-bottom: .7rem
}

.fou-benefits__1-image,
.fou-benefits__2-image,
.fou-benefits__3-image,
.fou-benefits__4-image {
    margin-bottom: 1rem
}

.fou-benefits__2-image img,
.fou-benefits__3-image img,
.fou-benefits__4-image img {
    max-width: 40%
}

@media (min-width:45em) {
    .fou-benefits__2-image img,
    .fou-benefits__3-image img,
    .fou-benefits__4-image img {
        max-width: 100%
    }
}

.fou-benefits__1-image img {
    max-width: 40%
}

@media (min-width:45em) {
    .fou-benefits__1-image img {
        max-width: 80%
    }
}

@media (min-width:45em) {
    .fou-benefits__1-image,
    .fou-benefits__3-image {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: right;
        padding-right: 2rem
    }
}

@media (min-width:45em) {
    .fou-benefits__1-content,
    .fou-benefits__3-content {
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2;
        text-align: left;
        padding-top: 2rem
    }
}

@media (min-width:45em) {
    .fou-benefits__2-image,
    .fou-benefits__4-image {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left;
        padding-left: 2rem;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width:45em) {
    .fou-benefits__2-content,
    .fou-benefits__4-content {
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2;
        text-align: right;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.fou-publications.email {
    background: none
}

.fou-publications.email .grid-card .heading:after {
    display: none
}

.fou-publications {
    text-align: left;
    padding: 0 2rem;
    background: url(/sites/default/files/s3/grad-bg2.png) no-repeat 0 0 transparent;
    background-size: cover
}

@media (min-width:64em) {
    .fou-publications__intro-wrapper {
        max-width: calc(1024px + 4rem);
        margin: 0 auto 2rem
    }
}

@media (min-width:64em) {
    .fou-publications .grid-card-group {
        max-width: calc(1024px + 4rem);
        margin: -8rem auto 2rem
    }
}

@media (min-width:64em) {
    .fou-publications .grid-card-group.email {
        max-width: calc(1024px + 4rem);
        margin: 0 auto 2rem
    }
}

.fou-publications .grid-card {
    min-height: 0;
    margin-bottom: 1rem
}

@media (min-width:45em) {
    .fou-publications .grid-card {
        margin-bottom: 2rem
    }
}

.fou-publications .grid-card__image {
    display: none
}

@media (min-width:45em) {
    .fou-publications .grid-card__image {
        display: inline-block
    }
}

.fou-publications .grid-card__image img {
    max-height: 230px
}

.fou-publications__intro {
    background-color: #fff;
    padding: 2rem;
    margin-bottom: 1rem
}

@media (min-width:64em) {
    .fou-publications__intro {
        max-width: 36rem;
        padding: 4rem 4rem 8rem;
        margin-left: -4rem
    }
}

.fou-publications__intro h1 {
    color: #3b83ac;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 700
}

@media (min-width:45em) {
    .fou-publications__intro h1 {
        font-size: 3rem;
        line-height: 3.7rem
    }
}

@media (min-width:45em) {
    .fou-publications__intro p {
        font-size: 1.3rem;
        line-height: 1.7rem
    }
}

.fou-wimp {
    margin-top: -5rem;
    background: url(/sites/default/files/s3/grad-bg3.png) no-repeat 100% 0 transparent;
    background-size: cover;
    padding-bottom: 4rem
}

@media (min-width:64em) {
    .fou-wimp {
        margin-top: -10rem
    }
}

@media (min-width:64em) {
    .fou-wimp__container {
        max-width: calc(1024px + 4rem);
        margin: 0 auto 2rem
    }
}

.fou-wimp__wrapper {
    background: url(/sites/default/files/s3/question.png) no-repeat 120% 0 transparent;
    background-size: 50%;
    padding-top: 8rem
}

@media (min-width:29.25em) {
    .fou-wimp__wrapper {
        padding-top: 14rem
    }
}

@media (min-width:64em) {
    .fou-wimp__wrapper {
        background: url(/sites/default/files/s3/question.png) no-repeat 100% 0 transparent;
        background-size: initial;
        padding-top: 18rem
    }
}

.fou-wimp__intro {
    text-align: left;
    padding: 0 2rem;
    width: 80%
}

@media (min-width:64em) {
    .fou-wimp__intro {
        text-align: right;
        width: 66%;
        padding: 0
    }
}

@media (min-width:75em) {
    .fou-wimp__intro {
        width: 70%
    }
}

@media (min-width:85em) {
    .fou-wimp__intro {
        width: 80%
    }
}

@media (min-width:96em) {
    .fou-wimp__intro {
        width: 90%
    }
}

.fou-wimp__intro h2 {
    font-size: 2rem;
    color: #b4aea6;
    font-weight: 700;
    line-height: 2.5rem
}

@media (min-width:34em) {
    .fou-wimp__intro h2 {
        font-size: 3rem;
        line-height: 3.5rem
    }
}

@media (min-width:64em) {
    .fou-wimp__intro h2 {
        text-align: right;
        padding: 0
    }
}

.fou-wimp__content {
    margin: 0 2rem
}

@media (min-width:29.25em) {
    .fou-wimp__content {
        width: 70%
    }
}

@media (min-width:64em) {
    .fou-wimp__content {
        text-align: right;
        width: 66%;
        margin: 0
    }
}

@media (min-width:75em) {
    .fou-wimp__content {
        width: 70%
    }
}

@media (min-width:85em) {
    .fou-wimp__content {
        width: 80%
    }
}

@media (min-width:96em) {
    .fou-wimp__content {
        width: 90%
    }
}

.fou-wimp__image {
    margin: 0 2rem
}

@media (min-width:29.25em) {
    .fou-wimp__image {
        width: 70%
    }
}

@media (min-width:64em) {
    .fou-wimp__image {
        width: 66%;
        margin: 0;
        text-align: right
    }
}

@media (min-width:75em) {
    .fou-wimp__image {
        width: 70%
    }
}

@media (min-width:85em) {
    .fou-wimp__image {
        width: 80%
    }
}

@media (min-width:96em) {
    .fou-wimp__image {
        width: 90%
    }
}

.fou-getstarted {
    position: relative;
    margin: 0 2rem
}

@media (min-width:64em) {
    .fou-getstarted__container {
        max-width: calc(1024px + 4rem);
        margin: 0 auto 2rem;
        position: relative
    }
}

@media (min-width:64em) {
    .fou-getstarted__container:after {
        content: '';
        display: table;
        clear: both
    }
}

.fou-getstarted__intro h1 {
    color: #3b83ac;
    font-size: 3rem;
    line-height: 3.7rem;
    font-weight: 700;
    margin-bottom: .5rem
}

.fou-getstarted__minion-usb {
    display: none
}

@media (min-width:64em) {
    .fou-getstarted__minion-usb {
        display: inline-block;
        position: absolute;
        max-width: calc(100% - 280px);
        z-index: 1;
        top: 12rem;
        left: -2rem
    }
}

@media (min-width:72.5em) {
    .fou-getstarted__minion-usb {
        top: 9rem
    }
}

@media (min-width:76.5em) {
    .fou-getstarted__minion-usb {
        max-width: calc(100% - 310px);
        top: 8rem
    }
}

@media (min-width:81.25em) {
    .fou-getstarted__minion-usb {
        max-width: calc(100% - 360px);
        top: 7rem
    }
}

@media (min-width:85.625em) {
    .fou-getstarted__minion-usb {
        max-width: calc(100% - 400px);
        top: 6rem
    }
}

.fou-getstarted__whatsneeded {
    background-color: #fff;
    padding: 3rem
}

@media (min-width:64em) {
    .fou-getstarted__whatsneeded {
        max-width: 60%;
        float: right;
        clear: both;
        margin-top: 2rem
    }
}

@media (min-width:64em) {
    .fou-getstarted__whatsneeded .button--primary {
        float: right
    }
}

@media (min-width:64em) {
    .fou-getstarted__whatsneeded h3 {
        font-size: 2rem;
        font-weight: 600
    }
}

.fou-getstarted__cta {
    background-color: hsla(0, 0%, 100%, .9);
    padding: 2rem;
    margin-top: 1px
}

@media (min-width:64em) {
    .fou-getstarted__cta {
        max-width: 60%;
        float: right;
        clear: both
    }
}

.fou-getstarted .button--secondary {
    margin-top: 0;
    margin-right: 1rem;
    position: relative;
    z-index: 2
}

.fou-getstarted .button--keyline {
    margin-right: 0
}

.events-page {
    width: 100%
}

@media all and (min-width:45em) {
    .events-page {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.events-page__title:before {
    content: '\f073';
    font-family: FontAwesome;
    font-size: 1.7em;
    vertical-align: middle;
    display: inline-block;
    margin-right: 1rem
}

.events-page__title--past span {
    color: #ef4135
}

@media all and (min-width:45em) {
    .events-page__col1 {
        padding-right: 5rem;
        max-width: 70%;
        -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%
    }
}

@media all and (min-width:45em) {
    .events-page__col2 {
        width: 30%;
        max-width: 30%;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%
    }
}

div#block-views-block-headlines-block-1 {
    background-color: #fff;
    color: #455556;
    border-radius: 5px 5px 3px 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    padding: 1.5rem 2rem;
    margin: -5rem auto 3rem;
    position: relative;
    width: 90%
}

div#block-views-block-headlines-block-1 .views-row {
    position: relative
}

div#block-views-block-headlines-block-1 .views-field-title {
    font-size: 1rem;
    margin: 0 0 .5rem;
    color: #0084a9
}

@media all and (min-width:45em) {
    div#block-views-block-headlines-block-1 .views-field-title {
        max-width: 70%
    }
}

div#block-views-block-headlines-block-1 .views-field-field-news-link {
    color: #455556;
    font-size: .9rem;
    margin-bottom: 0
}

@media all and (min-width:45em) {
    div#block-views-block-headlines-block-1 .views-field-field-news-link {
        max-width: 70%
    }
}

div#block-views-block-headlines-block-1 .views-field-field-news-link a {
    color: #455556;
    font-weight: 400;
    text-decoration: underline
}

div#block-views-block-headlines-block-1 .views-field-nid {
    margin-top: 1rem
}

@media all and (min-width:45em) {
    div#block-views-block-headlines-block-1 .views-field-nid {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0
    }
}

.timeline {
    margin: 1rem 0;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/workflowdiagram.svg)
}

.homepage_workflow_diagram_links {
    position: relative;
    width: 100%
}

.homepage_workflow_diagram_links a {
    padding: 0 0 10%;
    width: 24%;
    color: #90c6e7;
    text-decoration: none;
    display: inline-block
}

.hero.home {
    margin-bottom: -1rem
}

.home__cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.home__4col {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0;
    color: #455560;
    text-align: center;
    padding: 0;
    width: 25%;
    min-width: 10rem
}

.home__intro img {
    max-width: 10rem
}

@media all and (min-width:45em) {
    .home__intro img {
        max-width: 20rem
    }
}

.hero~.site-main {
    margin-top: 0;
    padding-top: 0
}

.concertina .concertina-section.open .row.split {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.concertina .concertina-section.open .row.split p:nth-of-type(1) {
    width: 60%;
    padding-right: 2rem
}

.concertina .concertina-section {
    overflow: hidden;
    display: block;
    max-height: 0;
    border-bottom: 2px solid #d3cfca
}

.concertina .concertina-section .row {
    padding-bottom: 1rem
}

.concertina {
    padding-top: 1rem
}

.row:after,
.row:before {
    content: "";
    display: table
}

.row:after {
    clear: both
}

.concertina .concertina-top {
    cursor: pointer;
    position: relative
}

.concertina .concertina-top:after {
    content: attr(data-icon);
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.5rem;
    vertical-align: bottom;
    padding: 0 .6rem;
    position: absolute;
    right: 0;
    top: 0;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.concertina .concertina-top .fa-chevron-down {
    color: #b4aea8;
    transition: all .2s linear;
    font-size: 1.3rem;
    position: absolute;
    right: 0;
    top: .3rem
}

.concertina .concertina-top h2 {
    position: relative;
    font-size: 1.2rem;
    margin: 0 0 1.2rem
}

.concertina .concertina-top .rotate {
    color: #0084a9;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-chevron-down:before {
    content: "\f078"
}

.bespoke p {
    font-size: 1.2rem;
    line-height: 1.545
}

.bespoke__benefits {
    background-color: #222;
    color: #fff;
    width: calc(100% + 4rem);
    position: relative;
    left: -2rem;
    text-align: center
}

@media all and (min-width:64em) {
    .bespoke__benefits {
        left: calc((100vw - 1024px) / 2 * -1);
        width: 100vw
    }
}

.bespoke__benefits h2 {
    font-size: 3rem;
    color: rgba(0, 132, 169, .729);
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 200;
    margin-top: 2rem
}

.bespoke__container {
    margin: 0 2rem;
    padding: 2rem 2rem 3rem
}

@media all and (min-width:64em) {
    .bespoke__container {
        padding: 3rem 3rem 4rem;
        max-width: calc(1024px + 4rem);
        width: 100%;
        margin: 0 auto
    }
}

.bespoke__intro {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.bespoke__grid .grid-card__image {
    overflow: hidden;
    display: none
}

@media all and (min-width:45em) {
    .bespoke__grid .grid-card__image {
        display: block
    }
}

.bespoke__grid .grid-card {
    min-height: 0
}

@media all and (min-width:45em) {
    .bespoke__grid .grid-card {
        min-height: 250px
    }
}

@media all and (min-width:64em) {
    .bespoke__grid .grid-card {
        width: calc(33% - 1.5rem)
    }
    .bespoke__grid .grid-card,
    .bespoke__grid .grid-card:nth-of-type(2n),
    .bespoke__grid .grid-card:nth-of-type(4n) {
        margin-right: 2rem
    }
    .bespoke__grid .grid-card:nth-of-type(3n) {
        margin-right: 0
    }
}

.bespoke__outro {
    text-align: center;
    background-color: #fff;
    color: #566973;
    width: calc(100% + 4rem);
    position: relative;
    left: -2rem;
    margin-top: 2rem;
    padding: 0 2rem
}

@media (min-width:45rem) {
    .bespoke__outro {
        background-image: url(../images/whatwelookfor-1.jpg);
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        padding: 0 2rem 20rem
    }
}

@media all and (min-width:64em) {
    .bespoke__outro {
        left: calc((100vw - 1024px) / 2 * -1);
        width: 100vw
    }
}

.bespoke__stats {
    text-align: center;
    background-image: url(../images/wheel-background.svg);
    background-size: cover;
    background-position: bottom;
    background-color: #90c6e7;
    color: #566973;
    width: calc(100% + 4rem);
    position: relative;
    left: -2rem;
    padding: 0 2rem
}

@media all and (min-width:64em) {
    .bespoke__stats {
        left: calc((100vw - 1024px) / 2 * -1);
        width: 100vw
    }
}

.bespoke__stats h1 {
    color: #566973;
    margin-bottom: 0
}

@media (min-width:45rem) {
    .bespoke__stats h1 {
        margin-bottom: 3rem
    }
}

.bespoke__stats p {
    font-size: 1.5rem;
    line-height: 1.7rem
}

@media (min-width:45rem) {
    .bespoke__stats p {
        width: 50%
    }
}

.bespoke__stats span {
    width: 50%
}

.bespoke__stats--statistic {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:45rem) {
    .bespoke__stats--statistic {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 52rem;
        margin: 0 auto;
        height: 13rem
    }
}

.bespoke p.bespoke__stats--para-2,
.bespoke p.bespoke__stats--para-4 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.bespoke p.bespoke__stats--para-5 {
    padding-top: 2rem;
    margin-bottom: 0
}

@media (min-width:45rem) {
    .bespoke p.bespoke__stats--para-1 {
        padding-top: 5rem;
        text-align: left;
        width: 40%
    }
    .bespoke p.bespoke__stats--para-2 {
        padding-top: 2em;
        text-align: right;
        width: 60%;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .bespoke p.bespoke__stats--para-3 {
        padding-top: 6rem;
        text-align: left
    }
    .bespoke p.bespoke__stats--para-4 {
        padding-top: 6rem;
        text-align: right;
        width: 40%;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .bespoke p.bespoke__stats--para-5 {
        padding-top: 6rem;
        text-align: right;
        width: 33%
    }
    .bespoke p.bespoke__stats--para-6 {
        padding-top: 6rem;
        text-align: left;
        width: 33%
    }
}

.bespoke p.bespoke__stats--num-1,
.bespoke p.bespoke__stats--num-2,
.bespoke p.bespoke__stats--num-3,
.bespoke p.bespoke__stats--num-4,
.bespoke p.bespoke__stats--num-5,
.bespoke p.bespoke__stats--num-6 {
    font-size: 7rem;
    font-weight: 700;
    color: #fff;
    line-height: 10rem;
    margin: 0 auto
}

.bespoke p.bespoke__stats--num-3,
.bespoke p.bespoke__stats--num-4 {
    height: 9rem
}

.bespoke p.bespoke__stats--num-5 {
    line-height: 7rem
}

@media (min-width:45rem) {
    .bespoke p.bespoke__stats--num-1 {
        font-size: 11rem;
        font-weight: 700;
        color: #fff;
        line-height: 10rem;
        text-align: right;
        padding-right: 2rem;
        width: 60%
    }
    .bespoke p.bespoke__stats--num-2 {
        font-size: 11rem;
        font-weight: 700;
        color: #fff;
        line-height: 10rem;
        text-align: left;
        padding-left: 2rem;
        width: 40%;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .bespoke p.bespoke__stats--num-3 {
        font-size: 11rem;
        font-weight: 700;
        color: #fff;
        line-height: 10rem;
        text-align: right;
        padding-right: 2rem
    }
    .bespoke p.bespoke__stats--num-4 {
        font-size: 11rem;
        font-weight: 700;
        color: #fff;
        line-height: 10rem;
        text-align: left;
        padding-left: 2rem;
        width: 60%;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .bespoke p.bespoke__stats--num-5 {
        font-size: 11rem;
        font-weight: 700;
        color: #fff;
        line-height: 10rem;
        width: 33%
    }
}

.bespoke__bottom {
    text-align: center;
    background-image: url(../images/Interestedindisruptive-1.jpg);
    background-size: cover;
    background-position: bottom;
    background-color: #333;
    color: #fff;
    width: calc(100% + 4rem);
    position: relative;
    left: -2rem;
    padding: 2rem;
    margin-bottom: -2.08333rem
}

.bespoke__bottom h1 {
    color: #fff
}

@media all and (min-width:45em) {
    .bespoke__bottom {
        margin-bottom: -4.375rem
    }
}

@media all and (min-width:64em) {
    .bespoke__bottom {
        left: calc((100vw - 1024px) / 2 * -1);
        width: 100vw
    }
}

@media all and (min-width:45em) {
    .bespoke .content-card {
        width: calc(33% - 1.5rem)
    }
    .bespoke .content-card,
    .bespoke .content-card:nth-of-type(2n) {
        margin-right: 2rem
    }
    .bespoke .content-card:nth-of-type(3n) {
        margin-right: 0
    }
}

@media all and (min-width:45em) {
    .location-group {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.location {
    box-shadow: 0 2px 2px rgba(74, 74, 74, .3);
    padding: 2rem;
    background-color: #fff;
    margin-bottom: 2rem
}

@media all and (min-width:45em) {
    .location {
        margin-right: 2rem;
        width: calc(50% - 2rem)
    }
    .location:nth-child(2n) {
        margin-right: 0;
        width: 50%
    }
}

.location__title {
    padding-left: 2rem;
    position: relative;
    color: #b5aea7;
    font-size: 1rem;
    text-transform: uppercase
}

.location__title:before {
    content: attr(data-icon);
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.5rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0
}

.jobs {
    position: relative
}

.jobs h1 {
    width: 66%
}

.jobs__num {
    font-size: 1rem;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 33%;
    text-align: right;
    color: #b5aea7
}

.team_member-profile {
    padding-bottom: 1rem
}

@media all and (min-width:45em) {
    .team_member-profile {
        float: left;
        padding-right: 2rem;
        max-width: 22rem
    }
}

@media all and (min-width:45em) {
    .hide-medium {
        display: none
    }
}

p {
    margin-top: 0
}

.p,
li,
ol,
p {
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5 {
    color: #455556;
    font-weight: 500;
    margin: 0 0 1.5rem;
    width: 100%;
    line-height: 1.3
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 1.5rem;
    line-height: 1.5
}

h3,
h4 {
    font-size: 1.125rem
}

h5 {
    font-size: 1rem
}

img {
    max-width: 100%;
    height: auto
}

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

article,
hr {
    display: block
}

.block,
article {
    width: 100%
}

.masthead .masthead__title {
    color: #fff;
    font-weight: 200;
    font-size: 2rem;
    padding-right: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0;
    letter-spacing: .5px
}

.table {
    display: table;
    border-collapse: collapse;
    color: #4a4a4a
}

.table thead {
    display: table-header-group
}

.table tbody {
    border-top: 2px solid #b5aea7;
    display: table-row-group
}

.glob-nav__main {
    margin-top: 0
}

@media all and (min-width:45em) {
    .glob-nav__main {
        padding-top: 0
    }
}

@media all and (min-width:45em) {
    .glob-nav__menu--main {
        -webkit-flex: 1 1 65%;
        -ms-flex: 1 1 65%;
        flex: 1 1 65%;
        max-width: none
    }
}

.glob-nav__branding {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media all and (min-width:45em) {
    .glob-nav__branding {
        -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%
    }
}

img~.glob-nav__branding-logo-text {
    left: -.5rem;
    position: relative
}

img.hide-medium~.glob-nav__branding-logo-text {
    border-left: none
}

.glob-nav__branding-logo-text {
    display: none;
    border-left: 2px solid #5b7b87;
    padding-left: .5rem;
    line-height: normal;
    vertical-align: middle
}

.glob-nav__branding-logo-text a {
    color: #fff
}

.glob-nav__branding-logo-text a:hover {
    text-decoration: none
}

@media all and (min-width:45em) {
    .glob-nav__branding-logo-text {
        display: block
    }
}

.glob-nav__branding-logo-text>* {
    vertical-align: middle;
    display: inline
}

.glob-nav__mobile-bar {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.glob-nav__mobile-bar .glob-nav__branding {
    padding: .5rem 0
}

.glob-nav__mobile-bar .glob-nav__branding-logo-text {
    display: block
}

.glob-nav .site-nav__sub-list {
    padding: 0 1rem
}

.site-main {
    padding-top: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.site-main .site-main {
    padding: 0;
    margin-right: 0;
    margin-left: 0
}

.site-main__content {
    width: 100%
}

.site-main__content>:first-child:not(p):not(h1):not(h2):not(h3):not(h4) {
    margin-top: 1rem
}

.site-main--sidebar .site-main__content {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media all and (min-width:64em) {
    .site-main--sidebar .site-main__content {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
}

.site-main__sidebar {
    width: 100%;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 0
}

@media all and (min-width:45em) {
    .site-main__sidebar {
        right: calc((100vw - 1000px) / 2)
    }
}

@media all and (min-width:64em) {
    .site-main__sidebar {
        width: auto;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        right: calc((100vw - 1038px) / 2)
    }
}

.site-main__sidebar .button.button--icon {
    position: relative;
    width: 100%
}

.site-main__sidebar .button.button--icon:after {
    position: absolute;
    top: 1rem;
    right: 1rem
}

.site-main__sidebar__content {
    margin-bottom: 1rem;
    overflow: visible
}

.site-main__sidebar__content .glob-nav__menu-item--active,
.site-main__sidebar__content .glob-nav__menu-item--active a {
    display: block
}

.site-main__sidebar__scroll>:first-child {
    margin-top: 0
}

.site-main .site-aside:last-child {
    margin-bottom: -4.375rem
}

.site-main--sidebar--stuck .site-main__sidebar__content:after {
    display: none
}

form {
    margin: 2rem 0
}

form .form__entry .form__entry--select .form-group {
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%
}

form .form__entry .form__entry--select .form-group .control-label {
    display: block;
    padding: .6rem;
    color: #455556;
    font-weight: 500
}

form .form__entry .form__entry--select .form-group .form-control {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    font: inherit;
    -webkit-box-align: center;
    outline: none;
    -webkit-transition: border-color .1s, background-color .1s;
    transition: border-color .1s, background-color .1s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: .5rem;
    background-color: #fff;
    border: 2px solid #e4e1de;
    border-radius: 0;
    resize: vertical;
    font-size: 0.9rem
}

form .form__entry .form__entry--select .form-group .form-control:focus {
    border-color: #90c6e7;
    box-shadow: none
}

form .form__entry .form__entry--select .form-group label {
    display: block;
    padding: .6rem;
    color: #455556;
    font-weight: 500
}

@media all and (min-width:45em) {
    form .form__entry .form__entry--select .form-group label {
        padding: .5rem
    }
}

form input[type=submit] {
    margin: 0;
    padding: 0;
    border: none;
    font: inherit;
    -webkit-box-align: center;
    text-decoration: none;
    box-shadow: 0 2px 2px rgba(74, 74, 74, .3);
    -webkit-transition: background-color .1s ease-in-out, box-shadow .1s ease-in-out, border-color .1s ease-in-out, color .1s ease-in-out;
    transition: background-color .1s ease-in-out, box-shadow .1s ease-in-out, border-color .1s ease-in-out, color .1s ease-in-out;
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: 4px;
    line-height: 1.5rem;
    font-weight: 500;
    cursor: pointer;
    background-color: #0084a9;
    color: #fff
}

form input[type=submit]:focus,
form input[type=submit]:hover {
    color: #fff
}

.basic-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.basic-card .heading {
    margin-bottom: .5rem
}

.page-header--post .page-header__parent-label,
.page-header__parent-label {
    font-size: .7rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #8cb1bc
}

@media all and (min-width:45em) {
    .page-header--post .page-header__parent-label,
    .page-header__parent-label {
        font-size: .9rem
    }
}

.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5 {
    color: #fff;
    padding: 0;
    margin-top: 0;
    margin-bottom: .5rem;
    max-width: 80%;
    font-weight: 400
}

.page-header a {
    color: #fff
}

.page-header h1 {
    font-size: 1.75rem;
    font-weight: 300
}

@media all and (min-width:45em) {
    .page-header h1 {
        font-size: 3.25rem
    }
}

.page-header h2 {
    font-size: 1.9rem
}

.page-header .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.page-header .form .form__entry-input {
    width: 80%;
    padding-top: .6rem
}

.page-header .form .button {
    margin-left: 1rem
}

.page-header .form-item {
    width: 80%;
    padding-top: 0
}

.page-header .form-item label {
    display: none
}

.page-header .form-text {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    font: inherit;
    -webkit-box-align: center;
    outline: none;
    -webkit-transition: border-color .1s, background-color .1s;
    transition: border-color .1s, background-color .1s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: .5rem;
    background-color: #fff;
    border: 2px solid #e4e1de;
    border-radius: 0;
    resize: vertical;
    font-size: 0.9rem
}

.page-header .form-text::-moz-focus-inner {
    border: 0;
    padding: 0
}

.page-header .form-text:focus {
    border-color: #90c6e7
}

@media all and (min-width:45em) {
    .page-header .form-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%
    }
}

.page-header .form-actions {
    position: relative
}

.page-header .form-actions input {
    height: 100%;
    position: absolute
}

.page-header .button--tag {
    border: 1px solid #e4e6e8;
    margin-right: .5rem;
    padding-left: .5rem;
    padding-right: .5rem
}

.page-header .button--tag.button--active,
.page-header .button--tag:hover:not(.button--disabled):not(:disabled) {
    background-color: #e4e6e8;
    color: #4a4a4a;
    border-color: #fff
}

.page-header .more-tags {
    background-color: #fff;
    color: #0084a9;
    font-size: .8rem;
    padding: .2rem .5rem
}

.page-title:last-of-type {
    margin-bottom: 0
}

.footer__column .menu-item {
    margin-bottom: 1rem;
    line-height: 1.2rem
}

.hero {
    margin-bottom: 2rem
}

.hero__content {
    text-align: center;
    background-position: 50%;
    background-size: cover;
    padding: 4rem 2rem
}

@media all and (min-width:64em) {
    .hero__content {
        padding: 6rem 2rem
    }
}

.hero__title {
    color: #fff;
    font-size: 2.5rem;
    margin: 0 auto
}

@media all and (min-width:45em) {
    .hero__title {
        max-width: 65%;
        font-size: 3rem
    }
}

.hero__subtitle {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 1.2rem 0 0
}

@media all and (min-width:45em) {
    .hero__subtitle {
        max-width: 65%;
        margin: 1.2rem auto 0
    }
}

.hero__subtitle p {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0
}

.hero .button--secondary {
    margin-top: 2rem
}

#block-nanopore-content .site-aside:first-child,
.block-system-main-block .site-aside:first-child {
    top: -3rem;
    margin-top: 0
}

#block-nanopore-content .site-aside:last-child,
.block-system-main-block .site-aside:last-child {
    margin-bottom: -7.375rem
}

ul.site-nav__sub-list {
    margin-bottom: 16px
}

.site-nav__item--active a,
.site-nav__item--active a:hover {
    color: #0084a9
}

@media all and (min-width:45em) {
    .related-group {
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row
    }
}

.related-item {
    min-height: 0
}

@media all and (min-width:45em) {
    .related-item {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%
    }
}

@media all and (min-width:45em) {
    .grid-card.related-item:nth-of-type(2n) {
        margin-right: 2rem
    }
}

@media all and (min-width:45em) {
    .grid-card.related-item:last-child {
        margin-right: 0
    }
}

#block-communitysidebarctas {
    display: none
}

@media all and (min-width:64em) {
    #block-communitysidebarctas {
        display: block
    }
}

.glob-nav__menu--external {
    padding-bottom: 0
}

#block-externalmenuright.glob-nav__menu--external:before {
    display: none
}

@media (min-width:45em) {
    .glob-nav__menu--external {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    nav#block-externalmenuright {
        text-align: right;
        width: 25%
    }
    #block-externalmenuright .glob-nav__menu-item--external:last-child a {
        margin-right: 0
    }
    nav#block-external {
        -webkit-flex: 3 0 auto;
        -ms-flex: 3 0 auto;
        flex: 3 0 auto;
        width: 75%
    }
}

.results {
    position: relative
}

.results__back {
    position: absolute;
    bottom: 0;
    right: 0
}

.glob-nav__menu-item.search,
.search.glob-nav__menu-item--active,
.search.glob-nav__menu-item--external,
.search.glob-nav__menu-item--main,
.search.glob-nav__menu-item--utility {
    position: relative
}

.glob-nav__menu-item.search:before,
.search.glob-nav__menu-item--active:before,
.search.glob-nav__menu-item--external:before,
.search.glob-nav__menu-item--main:before,
.search.glob-nav__menu-item--utility:before {
    content: '';
    position: absolute;
    left: -3px;
    top: 1px;
    bottom: 1px;
    width: 1px;
    background: #8cb1bc;
    display: block
}

.glob-nav__menu-item.search a,
.search.glob-nav__menu-item--active a,
.search.glob-nav__menu-item--external a,
.search.glob-nav__menu-item--main a,
.search.glob-nav__menu-item--utility a {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative
}

.glob-nav__menu-item.search a:before,
.search.glob-nav__menu-item--active a:before,
.search.glob-nav__menu-item--external a:before,
.search.glob-nav__menu-item--main a:before,
.search.glob-nav__menu-item--utility a:before {
    content: '\f002';
    font-family: FontAwesome;
    height: inherit;
    width: inherit;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    text-indent: 0;
    transition: color .3s ease;
    color: inherit
}

#search .gsc-control-cse {
    background: transparent;
    min-height: 300px;
    border: none
}

#search form {
    margin: 2rem 0
}

#search input.gsc-input {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    font: inherit;
    -webkit-box-align: center;
    outline: none;
    -webkit-transition: border-color .1s, background-color .1s;
    transition: border-color .1s, background-color .1s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: .5rem;
    background-color: #fff;
    border: 2px solid #e4e1de;
    border-radius: 0;
    resize: vertical;
    font-size: 0.9rem
}

#search input.gsc-input:focus {
    border-color: #90c6e7;
    box-shadow: none
}

#search label {
    display: block;
    padding: .6rem;
    color: #455556;
    font-weight: 500
}

@media all and (min-width:45em) {
    #search label {
        padding: .5rem
    }
}

#search input[type=button] {
    margin: 0;
    padding: 0;
    border: none;
    font: inherit;
    -webkit-box-align: center;
    text-decoration: none;
    box-shadow: 0 2px 2px rgba(74, 74, 74, .3);
    -webkit-transition: background-color .1s ease-in-out, box-shadow .1s ease-in-out, border-color .1s ease-in-out, color .1s ease-in-out;
    transition: background-color .1s ease-in-out, box-shadow .1s ease-in-out, border-color .1s ease-in-out, color .1s ease-in-out;
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: 4px;
    line-height: 1.5rem;
    font-weight: 500;
    cursor: pointer;
    background-color: #0084a9;
    color: #fff;
    height: 49px;
    font-size: 1rem;
    width: 111px;
    text-align: left
}

#search input[type=button]:focus,
#search input[type=button]:hover {
    color: #fff
}

#search input[type=button]:hover {
    background-color: #245a6f;
    color: #fff
}

#search .gsc-search-button {
    position: relative
}

#search .gsc-search-button:after {
    content: "\f002";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    right: 16px;
    bottom: 16px;
    font-size: 18px;
    pointer-events: none
}

#search .gsc-result {
    background: #fff;
    border: 1px solid #e0e7f0;
    padding: 1rem;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(74, 74, 74, .3);
    -webkit-transition: background-color .1s ease-in-out, box-shadow .1s ease-in-out, border-color .1s ease-in-out, color .1s ease-in-out;
    transition: background-color .1s ease-in-out, box-shadow .1s ease-in-out, border-color .1s ease-in-out, color .1s ease-in-out;
    position: relative;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    text-decoration: none;
    border-left: 5px solid #0084a9;
    border-top: none;
    width: 100%!important;
    margin-bottom: 1rem;
    min-height: 0;
    cursor: pointer
}

#search .gsc-clear-button {
    display: none
}

#search div.gs-title {
    padding: 1.5rem;
    display: block
}

#search a.gs-title {
    line-height: 1.3;
    margin: 0 0 1.5rem;
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
    padding-right: 2rem;
    color: #0084a9;
    position: relative
}

#search a.gs-title:after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 2px;
    width: 1rem;
    text-align: right
}

#search .gs-fileFormat {
    padding: 0 .5rem
}

#search .gs-snippet {
    display: block;
    padding: .5rem 1.5rem;
    max-width: 600px;
    width: 90%
}

#search .gsc-url-bottom {
    padding: 1.5rem;
    display: block;
    padding-top: .5rem;
    max-width: 600px;
    width: 90%
}

#search div.gs-visibleUrl-long {
    color: #b5aea7
}

#search .gsc-cursor-page {
    padding: .5rem;
    background: none
}

#search .gsc-cursor-current-page {
    background: #0084a9;
    color: #fff
}

.publication {
    z-index: 99;
    position: relative
}

@media all and (min-width:64em) {
    .publication {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 2rem
    }
}

.publication__date {
    color: #b5aea7
}

.publication__image {
    width: calc(100% + 4rem);
    height: 265px;
    background-size: cover;
    position: relative;
    background-position: 50%;
    left: -2rem;
    margin-top: -3rem
}

@media all and (min-width:64em) {
    .publication__image {
        height: 365px;
        left: calc((100vw - 1024px) / 2 * -1);
        width: 100vw
    }
}

.publication__body {
    border-radius: 10px;
    background-color: #fff;
    padding: 30px;
    border: 1px solid #e0e7f0;
    margin-top: -5rem
}

@media all and (min-width:64em) {
    .publication__body {
        max-width: 70%;
        -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%
    }
}

.publication__teaser {
    margin-top: 0;
    border-radius: 10px;
    background-color: #fff;
    padding: 30px;
    border: 1px solid #e0e7f0;
    width: 100%
}

.publication__side {
    padding: 30px 0 0
}

@media all and (min-width:64em) {
    .publication__side {
        max-width: 30%;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        padding: 30px
    }
}

.publication__side h4 {
    margin-bottom: .4rem
}

.path-publications-landing .content-teasers,
.path-publications .content-teasers {
    background: #3b82ac;
    border-radius: 5px;
    color: #fff;
    padding: 1.5rem
}

.path-publications-landing .content-teasers .heading,
.path-publications .content-teasers .heading {
    color: #fff
}

@media all and (min-width:45em) {
    .path-publications-landing .content-teasers,
    .path-publications .content-teasers {
        float: right;
        width: calc(33% - 1.34rem);
        clear: right;
        margin-left: 1rem;
        position: relative;
        z-index: 2
    }
}

.block-views-exposed-filter-blockpublications-landing-page-1 .form,
.block-views-exposed-filter-blockpublications-landing-page-2 .form {
    margin: 0 0 2rem
}

.block-views-exposed-filter-blockpublications-landing-page-1 label,
.block-views-exposed-filter-blockpublications-landing-page-2 label {
    color: #0084a9;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 500
}

@media all and (min-width:45em) {
    .block-views-exposed-filter-blockpublications-landing-page-1,
    .block-views-exposed-filter-blockpublications-landing-page-2 {
        float: right;
        width: calc(33% - 1.34rem);
        margin-left: 1rem;
        position: relative;
        z-index: 2
    }
}

.block-views-exposed-filter-blockpublications-landing-page-1 .form-actions,
.block-views-exposed-filter-blockpublications-landing-page-2 .form-actions {
    padding-top: 1rem
}

.pubs-home .grid-card {
    border-top: none;
    min-height: 0;
    display: block
}

@media all and (min-width:45em) {
    .pubs-home .grid-card {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.pubs-home .grid-card__image {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-position: 50%;
    background-size: cover
}

.pubs-home .grid-card__image img {
    display: none
}

.pubs-home .grid-card .heading {
    margin-bottom: 0
}

.pubs-home:first-child .pubs-home__hero-item {
    width: 100%;
    position: relative;
    margin-top: 2rem
}

@media all and (min-width:45em) {
    .pubs-home:first-child .pubs-home__hero-item {
        width: calc(66.66% - .76rem);
        margin-top: 0
    }
}

.pubs-home:first-child .pubs-home__hero-item:after {
    content: '';
    display: table;
    width: 100%;
    clear: both
}

.pubs-home:first-child .pubs-home__hero-item:before {
    content: 'LATEST';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #17bb75;
    padding: 6px 8px;
    border-radius: 0 4px 4px 0;
    margin: 1rem 0 0 1px;
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: 2px
}

.pubs-home:first-child .pubs-home__hero-item .grid-card {
    min-width: 100%
}

.pubs-home:first-child .pubs-home__hero-item .grid-card img {
    display: block;
    max-height: 10rem
}

@media all and (min-width:45em) {
    .pubs-home:first-child .pubs-home__hero-item .grid-card {
        position: absolute;
        min-height: 100%
    }
    .pubs-home:first-child .pubs-home__hero-item .grid-card img {
        display: none
    }
}

.pubs-home__hero-item {
    width: 100%;
    position: relative;
    margin-bottom: 2rem
}

@media all and (min-width:64em) {
    .pubs-home__hero-item {
        margin-top: 2rem
    }
}

.pubs-home__hero-item:after {
    content: '';
    display: table;
    width: 100%;
    clear: both
}

.pubs-home__hero-item .grid-card {
    min-width: 100%;
    margin-bottom: 0
}

.pubs-home__hero-item .grid-card img {
    display: none
}

@media all and (min-width:64em) {
    .pubs-home:not(: first-child) .pubs-home__hero-item .grid-card {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media all and (min-width:64em) {
    .pubs-home:not(: first-child) .pubs-home__hero-item .grid-card__image {
        height: 12rem;
        width: 33.33%;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

@media all and (min-width:64em) {
    .pubs-home:not(: first-child) .pubs-home__hero-item .grid-card__content {
        width: 66.66%;
        -webkit-flex: 2 0 auto;
        -ms-flex: 2 0 auto;
        flex: 2 0 auto
    }
}

.pubs-home__secondary-row {
    clear: both;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media all and (min-width:64em) {
    .pubs-home__secondary-row {
        margin-top: 2rem
    }
}

.pubs-home__secondary-row .grid-card {
    width: 100%;
    margin: 0 0 1.5rem
}

.pubs-home__secondary-row .grid-card .grid-card__image {
    display: none
}

@media all and (min-width:45em) {
    .pubs-home__secondary-row .grid-card .grid-card__image {
        display: block
    }
}

@media all and (min-width:45em) {
    .pubs-home__secondary-row .grid-card {
        width: calc(50% - 1rem);
        margin: 0 2rem 1.5rem 0
    }
    .pubs-home__secondary-row .grid-card:last-child {
        margin-right: 0
    }
}

@media all and (min-width:64em) {
    .pubs-home__secondary-row .grid-card {
        width: calc(33.33% - 1.34rem);
        margin: 0 2rem 0 0
    }
}

.pubs-home__noimg-items {
    width: 100%;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

@media all and (min-width:45em) {
    .pubs-home__noimg-items {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media all and (min-width:64em) {
    .pubs-home__noimg-items {
        width: 100%;
        margin: 0 0 1.5rem;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-order: initial;
        -ms-flex-order: initial;
        order: 0
    }
    .pubs-home__noimg-items .grid-card__image {
        display: none
    }
}

@media all and (min-width:64em) and (min-width:45em) {
    .pubs-home__noimg-items .grid-card__image {
        display: block
    }
}

@media all and (min-width:64em) and (min-width:45em) {
    .pubs-home__noimg-items {
        width: calc(50% - 1rem);
        margin: 0 2rem 1.5rem 0
    }
    .pubs-home__noimg-items:last-child {
        margin-right: 0
    }
}

@media all and (min-width:64em) and (min-width:64em) {
    .pubs-home__noimg-items {
        width: calc(33.33% - 1.34rem);
        margin: 0 2rem 0 0
    }
}

.pubs-home__noimg-items .grid-card {
    width: 100%;
    margin: 0 0 1.5rem
}

.pubs-home__noimg-items .grid-card .grid-card__image {
    display: none
}

@media all and (min-width:45em) {
    .pubs-home__noimg-items .grid-card .grid-card__image {
        display: block
    }
}

@media all and (min-width:45em) {
    .pubs-home__noimg-items .grid-card {
        width: calc(50% - 1rem);
        margin: 0 2rem 1.5rem 0
    }
    .pubs-home__noimg-items .grid-card:last-child {
        margin-right: 0
    }
}

@media all and (min-width:64em) {
    .pubs-home__noimg-items .grid-card {
        width: calc(33.33% - 1.34rem);
        margin: 0 2rem 0 0;
        width: 100%;
        margin: 0 0 1.5rem
    }
}

@media all and (min-width:64em) {
    .pubs-home__noimg-items .grid-card:last-child {
        margin-bottom: 0
    }
}

@media all and (min-width:45em) {
    .pubs-home__noimg-items .grid-card .grid-card__image {
        display: none
    }
}

.poster__body {
    border-radius: 10px;
    background-color: #fff;
    padding: 30px;
    border: 1px solid #e0e7f0;
    margin-top: -5rem
}

.poster__grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.poster__grid--item {
    padding: .7rem
}

@media all and (min-width:45em) {
    .poster__grid--item {
        width: calc(50% - 2rem);
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-right: 2rem
    }
}

@media all and (min-width:45em) {
    .poster__grid--item:nth-child(2n) {
        margin-left: 2;
        margin-right: 0
    }
}

.poster__grid--item-alt {
    font-size: .8rem;
    margin-bottom: .5rem
}

.poster__grid--item-title {
    color: #0084a9;
    margin-bottom: 1rem;
    line-height: 1.7rem
}

.publications-landing2 .pubs-home__hero-item:before {
    display: none!important
}

ul.js-pager__items {
    list-style: none;
    padding: 0;
    margin: 2rem 0
}

ul.js-pager__items .button {
    width: 100%;
    text-align: center;
    background-color: #fff
}

.tagsline {
    opacity: .5;
    font-size: .8rem;
    margin-bottom: 0
}

#block-nimegadropdown {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    max-width: 660px;
    margin-left: auto
}

.new_menus {
    width: 981px;
    float: right;
    max-width: 680px;
    position: relative
}

a.new_top_menu_item {
    display: inline-block;
    padding: 11px 20px;
    color: #fff;
    text-decoration: none
}

a.new_top_menu_item.title {
    color: #fff
}

.top_bar .new_top_menu,
.top_bar .new_top_menu_left {
    position: relative;
    float: right;
    font-size: 12px
}

.top_bar .new_top_menu_left {
    float: left
}

.top_bar .new_top_menu_left a,
.top_bar .new_top_menu a {
    color: #8cb1bc;
    padding: 10px 9px;
    font-weight: 500
}

.top_bar .new_top_menu,
.top_bar .new_top_menu_left {
    color: #999
}

.top_bar .new_top_menu a:hover {
    color: #fff
}

.new_menus #nav ul li.last ul.submenu,
.new_menus #nav ul li ul {
    width: 200px
}

.new_menus #nav ul li ul li {
    background: #fafafa
}

.new_menus #nav ul li.mainmenu ul li a {
    background: #fafafa;
    border-bottom: 1px solid #e5e5e5;
    color: #455560;
    padding: 20px
}

.new_menus #nav ul li.mainmenu ul li a:hover {
    color: #0a81ac
}

#nav ul li.last ul.submenu li,
#nav ul li.last ul.submenu li:hover {
    background-image: none
}

#nav ul li.last ul.submenu {
    margin: 14px 0 0 -35px!important
}

li.last ul.submenu li {
    width: 200px!important
}

#nav>ul>li>a {
    position: relative;
    padding-right: 33px!important;
    top: -10px
}

.nav-arrow-nohover a {
    padding: 0;
    margin: 0
}

.nav-arrow-nohover>a:after,
.nav-arrow-nohover>a:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 13px;
    top: 26px;
    right: 10px;
    background-image: url(/themes/custom/nanopore/images/ni-mega-dropdown/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    display: block
}

.nav-arrow-hover>a:after,
.nav-arrow-hover>a:before {
    background-image: url(/themes/custom/nanopore/images/ni-mega-dropdown/arrow-up.svg);
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav-background-color {
    background-color: #fff!important;
    border-top: 1px solid #cccecc!important;
    border-left: 1px solid #cccecc!important;
    border-right: 1px solid #cccecc!important
}

.new_menus #nav {
    margin-top: 25px
}

.new_menus #nav ul li.first,
.new_menus #nav ul li.first_selected,
.new_menus #nav ul li.first_selected a,
.new_menus #nav ul li.first a,
.new_menus #nav ul li.mainmenu,
.new_menus #nav ul li.mainmenu a,
.new_menus #nav ul li.selected,
.new_menus #nav ul li.selected a {
    background: none;
    text-align: center;
    width: auto!important;
    margin: 0;
    padding: 0;
    overflow: visible
}

.new_menus #nav>ul>li.first>a,
.new_menus #nav>ul>li.first_selected>a,
.new_menus #nav>ul>li.mainmenu>a,
.new_menus #nav>ul>li.selected>a {
    color: #fff;
    padding: 20px 19px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 4px
}

.new_menus #nav ul li.last ul.submenu,
.new_menus #nav ul li ul {
    margin-top: 0!important;
    padding-top: 0;
    width: 165px;
    text-align: left;
    overflow: visible;
    font-size: 16px;
    top: 100%
}

#devices-and-services.selected a,
#devices-and-services a:hover,
.new_menus #nav>ul>li:hover a {
    padding-bottom: 20px
}

.new_menus #nav ul li.mainmenu ul li a,
.new_menus #nav ul li ul li {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    background: #5e676b
}

#nav ul li.last ul li.selected,
#nav ul li.last ul li:hover,
#nav ul li ul li.selected,
#nav ul li ul li:hover {
    background: #5e676b
}

#nav {
    float: right
}

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

#nav ul,
#nav ul li {
    margin: 0;
    display: block
}

#nav ul li {
    float: left;
    background-position: -614px -781px;
    width: 137px;
    height: 63px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    text-align: right;
    position: relative
}

#nav ul li.mainmenu {
    width: 137px!important;
    height: 48px!important
}

#nav ul li.mainmenu>a {
    padding: 25px 25px 0 0
}

#nav ul li a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    display: block
}

#nav ul li ul li a {
    width: 100%;
    height: 100%
}

#nav ul li.first {
    background-position: -763px -920px;
    width: 137px;
    height: 55px
}

#nav ul li.last {
    background-position: -615px -920px;
    width: 138px;
    height: 63px
}

#nav ul li.selected {
    background-position: -615px -849px;
    width: 136px;
    height: 63px
}

#nav ul li.first_selected {
    background-position: -763px -782px;
    width: 137px;
    height: 55px
}

#nav ul li.last_selected {
    background-position: -460px -920px;
    width: 138px;
    height: 63px
}

.mainmenu ul.submenu li:hover {
    font-weight: 400!important
}

#nav ul li.first:hover {
    background-position: -763px -849px;
    width: 137px;
    height: 55px
}

#nav ul li.last:hover {
    background-position: -460px -849px;
    width: 138px;
    height: 55px
}

#nav ul li.last ul.submenu {
    border-right: 0;
    margin: 14px 0 0 -1px!important;
    width: 138px
}

#nav ul li.last ul.submenu li {
    background-image: url(/themes/custom/nanopore/images/submenu_off_last.png)
}

#nav ul li:hover {
    background-position: -460px -782px;
    width: 137px;
    height: 55px
}

li.last ul.submenu li {
    width: 128px!important
}

#nav ul li ul {
    display: none;
    margin: 14px 0 0 -1px;
    width: 138px;
    padding: 0;
    border-bottom: 1px solid #3d4c55;
    position: relative;
    z-index: 10;
    position: absolute;
    overflow: auto;
    box-shadow: 0 2px 3px #3f464a
}

#nav ul li ul li {
    margin: 0;
    padding: 8px 6px 8px 4px!important;
    background: url(/themes/custom/nanopore/images/submenu_off.png) repeat-y;
    text-align: right;
    width: 128px;
    display: block;
    position: relative;
    font-weight: 400;
    height: auto
}

#nav ul li.last ul li.selected,
#nav ul li.last ul li:hover,
#nav ul li ul li.selected,
#nav ul li ul li:hover {
    background: url(/themes/custom/nanopore/images/submenu_on.png) repeat-y;
    font-weight: 700;
    height: auto
}

#nav ul li ul li:hover {
    font-weight: 400
}

#main #left_menu>ul>li.selected,
.menu_item selected {
    border-bottom: 1px solid #e5e5e5
}

#main #left_menu ul li ul li,
#main #left_menu ul li ul li.selected {
    padding-top: 10px;
    padding-bottom: 10px
}

#main #left_menu>ul>li.selected .menu_item.selected {
    border-bottom: 0
}

#nav ul li ul {
    border: 0;
    box-shadow: none
}

.last.mainmenu .submenu {
    left: -50px!important;
    position: relative
}

#nav>ul>li.mainmenu:first-child.selected>a,
#nav>ul>li.mainmenu:hover>a,
#nav>ul>li.mainmenu a:hover {
    color: #0084a9
}

.community_menu {
    display: none;
    box-shadow: 0 5px 6px 0 rgba(35, 35, 35, .38);
    z-index: 999999;
    background-color: #fff;
    width: 393px;
    position: relative;
    margin-left: 287px;
    top: 100%;
    float: left;
    border-bottom: 1px solid #cccecc;
    border-left: 1px solid #cccecc;
    border-right: 1px solid #cccecc;
    position: absolute;
    right: 0
}

.community_menu .community_menu_fixed_width {
    padding: 20px 27px 25px
}

.community_menu p {
    margin: 0;
    padding: 0;
    color: #999;
    font-size: 13px
}

.community_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 13px 0 15px
}

.community_menu ul li {
    font-weight: 400;
    font-size: 14px;
    padding: 6px 0;
    cursor: pointer;
    margin-bottom: 0
}

.community_menu a {
    text-decoration: none;
    color: #0084a9
}

.community_menu a:hover {
    color: #455560
}

.community_menu .arrow {
    width: 7px;
    display: inline-block;
    background: url(/themes/custom/nanopore/images/ni-mega-dropdown/mega-drop-down-arrow.png) no-repeat 50%;
    padding-right: 5px
}

.community_menu .cta {
    height: 35px;
    width: 292px;
    background-color: #0181b0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding: 9px 14px 0
}

.community_menu .cta:hover {
    color: #fff
}

.community_menu .cta p {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding: 9px 14px 0;
    line-height: normal
}

.community_menu .cta .cta-arrow {
    width: 7px;
    display: inline-block;
    background: url(/themes/custom/nanopore/images/ni-mega-dropdown/mega-drop-down-cta-arrow.png) no-repeat 50%;
    position: relative;
    top: -1px;
    left: 18px
}

.mega_menu {
    display: none;
    box-shadow: 0 5px 6px 0 rgba(35, 35, 35, .38);
    width: 690px;
    background-color: #fff;
    clear: both;
    z-index: 999999;
    position: absolute;
    float: left;
    padding: 0;
    margin-left: 0;
    top: 100%;
    padding-bottom: 15px
}

.mega_menu_fixed_width {
    padding-top: 20px
}

.mega_menu_left {
    float: left;
    width: 244px;
    background-repeat: no-repeat;
    background-position: 36px 0;
    width: 207px;
    border-right: 1px solid #edebeb
}

.mega_menu_left ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.mega_menu_left a {
    text-decoration: none;
    color: #455560
}

.mega_menu_left ul li {
    color: #455560;
    font-size: 19px;
    font-weight: 400;
    padding: 16px 0 17px 19px;
    padding: 0;
    cursor: pointer;
    margin-bottom: 0
}

.mega_menu_left ul li a {
    padding: 16px 0 17px 19px;
    display: block
}

.mega_menu_left ul li:last-child {
    margin-bottom: 0
}

.mega_menu_left ul li a:hover {
    color: #0084a9
}

.mega_menu_left_active {
    background-color: #f8f7f7
}

.mega_menu_left_active a {
    color: #0181b0
}

.mega_menu_left hr {
    width: 80%;
    padding: 0;
    margin: 2px 10% 0;
    border-color: #edebeb
}

.mega_menu_right {
    float: right;
    width: 458px;
    color: #999
}

.mega_menu_right a {
    text-decoration: none;
    color: inherit
}

.mega_menu_right ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.mega_menu_right .inner-section .description {
    height: 112px
}

.mega_menu_right .inner-section .description p {
    padding: 0;
    margin: 0;
    line-height: 150%;
    width: 270px;
    display: inline-block;
    vertical-align: top;
    padding-top: 7px;
    font-size: 13px
}

.mega_menu_right .inner-section .description .description-minion {
    width: 136px;
    height: 112px;
    display: inline-block;
    margin: 3px 0 0 15px
}

.mega_menu_right .inner-section .links,
.mega_menu_right .inner-section .links a,
.promothion-section .links,
.promothion-section .links a {
    font-size: 14px;
    color: #0084a9;
    padding-top: 20px;
    padding-bottom: 8px
}

.mega_menu_right .inner-section .links .arrow {
    width: 7px;
    display: inline-block;
    background: url(/themes/custom/nanopore/images/ni-mega-dropdown/mega-drop-down-arrow.png) no-repeat 50%;
    padding-right: 5px
}

.mega_menu_right .inner-section .links a:hover {
    color: #455560
}

.mega_menu_right .inner-section .links ul li {
    margin-bottom: 15px
}

.mega_menu_right .inner-section .links .left-links {
    vertical-align: top;
    display: inline-block;
    padding-right: 86px
}

.mega_menu_right .inner-section .links .right-links {
    display: inline-block
}

.mega_menu_right .cta {
    height: 35px;
    width: 435px;
    background-color: #0181b0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    cursor: pointer
}

.mega_menu_right .cta p {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding: 9px 58px 0 14px;
    line-height: normal
}

.mega_menu_right .cta .cta-arrow {
    width: 7px;
    display: inline-block;
    background: url(/themes/custom/nanopore/images/ni-mega-dropdown/mega-drop-down-cta-arrow.png) no-repeat 50%;
    position: relative;
    top: -1px;
    left: 17px
}

.mega_menu_right .promothion-section {
    display: none
}

.mega_menu_right .promothion-section .description {
    height: 112px
}

.mega_menu_right .promothion-section .description p {
    padding: 0;
    margin: 0;
    line-height: 150%;
    width: 258px;
    display: inline-block;
    vertical-align: top;
    padding-top: 7px;
    font-size: 13px
}

.mega_menu_right .promothion-section .description .description-promothion {
    width: 136px;
    height: 112px;
    display: inline-block;
    margin: -10px 0 0 15px
}

.mega_menu_right .promothion-section .links {
    font-size: 14px;
    color: #0084a9;
    padding-top: 30px;
    padding-bottom: 8px
}

.mega_menu_right .promothion-section .links a:hover {
    color: #455560
}

.mega_menu_right .promothion-section .links .arrow {
    width: 7px;
    display: inline-block;
    background: url(/themes/custom/nanopore/images/ni-mega-dropdown/mega-drop-down-arrow.png) no-repeat 50%;
    padding-right: 5px
}

.mega_menu_right .promothion-section .links ul li {
    margin-bottom: 15px
}

.mega_menu_right .promothion-section .links .left-links li {
    width: 180px
}

.mega_menu_right .promothion-section .links .right-links li {
    width: 225px
}

.mega_menu_right .promothion-section .links .right-links li a {
    text-indent: -1.5em
}

.mega_menu_right .promothion-section .links .left-links {
    vertical-align: top;
    display: inline-block;
    padding-right: 8px
}

.mega_menu_right .promothion-section .links .right-links {
    display: inline-block
}

.mega_menu_right .gridion-section {
    display: none
}

.mega_menu_right .gridion-section .description {
    height: 112px
}

.mega_menu_right .gridion-section .description p {
    padding: 0;
    margin: 0;
    line-height: 150%;
    width: 258px;
    display: inline-block;
    vertical-align: top;
    padding-top: 7px;
    font-size: 13px
}

.mega_menu_right .gridion-section .description .description-promothion {
    width: 136px;
    height: 112px;
    display: inline-block;
    margin: -10px 0 0 15px
}

.mega_menu_right .gridion-section .links {
    font-size: 14px;
    color: #0084a9;
    padding-top: 10px;
    padding-bottom: 8px
}

.mega_menu_right .gridion-section .links a:hover {
    color: #455560
}

.mega_menu_right .links .arrow {
    box-sizing: content-box
}

.mega_menu_right .gridion-section .links .arrow {
    width: 7px;
    display: inline-block;
    background: url(/themes/custom/nanopore/images/ni-mega-dropdown/mega-drop-down-arrow.png) no-repeat 50%;
    padding-right: 5px
}

.mega_menu_right .presentation-section {
    display: none
}

.mega_menu_right .presentation-section .presentation-img1 {
    width: 136px;
    height: 112px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px
}

.mega_menu_right .presentation-section .presentation-img2 {
    width: 136px;
    height: 112px;
    display: inline-block;
    margin-left: 87px;
    margin-top: 5px
}

.mega_menu_right .presentation-section .presentation-text1 {
    color: #0084a9;
    display: inline-block;
    width: 150px;
    vertical-align: top;
    margin: 20px 0 40px 20px;
    font-size: 14px;
    font-weight: 400
}

.mega_menu_right .presentation-section .presentation-text2 {
    color: #0084a9;
    display: inline-block;
    width: 160px;
    margin: 20px 0 40px 73px;
    font-size: 14px;
    font-weight: 400
}

.mega_menu_right .presentation-section .presentation-text1 .arrow,
.mega_menu_right .presentation-section .presentation-text2 .arrow {
    width: 7px;
    display: inline-block;
    background: url(/themes/custom/nanopore/images/ni-mega-dropdown/mega-drop-down-arrow.png) no-repeat 50%;
    padding-right: 10px
}

.mega_menu_right .presentation-section a:hover {
    color: #455560
}

.mega_menu_right .presentation-section .cta {
    height: 35px;
    width: 435px;
    background-color: #0181b0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    cursor: pointer
}

.mega_menu_right .presentation-section .cta p {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding: 9px 58px 0 14px;
    line-height: normal
}

.mega_menu_right .presentation-section .cta .cta-arrow {
    width: 7px;
    display: inline-block;
    background: url(/themes/custom/nanopore/images/ni-mega-dropdown/mega-drop-down-cta-arrow.png) no-repeat 50%;
    position: relative;
    top: -1px;
    left: 17px
}

.mega_menu_right .analysis-section {
    display: none
}

.mega_menu_right .analysis-section .description {
    height: 112px
}

.mega_menu_right .analysis-section .description p {
    padding: 0;
    margin: 0;
    line-height: 150%;
    width: 230px;
    display: inline-block;
    vertical-align: top;
    padding-top: 7px;
    font-size: 13px
}

.mega_menu_right .analysis-section .description .description-promothion {
    width: 136px;
    height: 112px;
    display: inline-block;
    margin: 11px 0 0 45px
}

.mega_menu_right .analysis-section .links {
    font-size: 14px;
    color: #0084a9;
    padding-top: 30px;
    padding-bottom: 8px
}

.mega_menu_right .analysis-section .links a:hover {
    color: #455560
}

.mega_menu_right .analysis-section .links .arrow {
    width: 7px;
    display: inline-block;
    background: url(/themes/custom/nanopore/images/ni-mega-dropdown/mega-drop-down-arrow.png) no-repeat 50%;
    padding-right: 5px
}

.mega_menu_right .analysis-section .links ul li {
    margin-bottom: 15px
}

.mega_menu_right .analysis-section a:hover {
    color: #455560
}

.mega_menu_right .analysis-section .cta {
    height: 35px;
    width: 435px;
    background-color: #0181b0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    cursor: pointer
}

.mega_menu_right .analysis-section .cta p {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding: 9px 58px 0 14px;
    line-height: normal;
    width: auto
}

.mega_menu_right .analysis-section .cta .cta-arrow {
    width: 7px;
    display: inline-block;
    background: url(/themes/custom/nanopore/images/ni-mega-dropdown/mega-drop-down-cta-arrow.png) no-repeat 50%;
    position: relative;
    top: -1px;
    left: 17px;
    height: 100%
}

@-moz-document url-prefix() {
    .mega_menu_right .analysis-section .cta {
        top: 15px
    }
    .mega_menu_right .analysis-section .cta .cta-arrow {
        left: 0
    }
}

.new_menus #nav ul li .submenu li {
    background: #fff
}

.new_menus #nav ul li .submenu li a {
    background: #fff!important
}

.new_menus #nav ul li .submenu li a:hover {
    background: #f8f7f7!important
}

.new_menus {
    max-width: 100%
}

a.mega_section {
    text-decoration: none
}

#nav>ul>li:nth-child(2) .submenu {
    width: 300px
}

#nav>ul>li:nth-child(3) .submenu {
    width: 300px;
    margin-left: -66px
}

#nav>ul>li.last:nth-child(4) ul.submenu {
    width: 300px;
    margin-left: -140px!important
}

#nav>ul>li.last:nth-child(4) ul.submenu li {
    width: 100%!important
}

.new_menus #nav ul li.mainmenu ul li:last-child a {
    border-bottom: 0
}

#nav ul li ul li {
    padding: 0 6px 0 4px!important
}

.hs-form {
    max-width: 650px
}

.hs-form fieldset {
    max-width: none!important
}

.hs-form fieldset.form-columns-1 .hs-input {
    width: 100%!important
}

@media screen and (min-width:45em) {

.hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
    padding-right: 0.5rem;
}

.hs-form fieldset.form-columns-2 .hs-form-field:last-child {
    width: 50%;
    padding-left: 0.5rem;
    padding-right: 0;
}

    
}

.hs-form fieldset.form-columns-3 .hs-form-field {
    min-width: calc(34.93% - .667rem);
    margin-right: 1rem
}

.hs-form fieldset.form-columns-3 .hs-form-field:last-child {
    margin-right: 0
}

.hs-form fieldset.form-columns-3 .hs-form-field input,
.hs-form fieldset.form-columns-3 .hs-form-field select {
    min-width: 100%
}

.hs-form fieldset.form-columns-3 .hs-form-field.hs_salutation {
    max-width: calc(30% - .667rem);
    min-width: calc(30% - .667rem)
}

.hs-form .input {
    margin-right: 0!important
}

.hs-form .hs-form-field {
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%
}

.hs-form .hs-form-field>label {
    display: block;
    padding: 0 0 0.5rem 0;
    color: #455556;
    font-weight: 500
}

.hs-form .hs-form-field .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

@media all and (min-width:45em) {
    .hs-form .hs-form-field .input {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.hs-form .hs-form-field input {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    font: inherit;
    -webkit-box-align: center;
    outline: none;
    -webkit-transition: border-color .1s, background-color .1s;
    transition: border-color .1s, background-color .1s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: .5rem;
    background-color: #fff;
    border: 2px solid #e4e1de;
    border-radius: 0;
    resize: vertical;
    font-size: 0.9rem;
    min-width: 100%
}

.hs-form .hs-form-field input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.hs-form .hs-form-field input:focus {
    border-color: #90c6e7
}

@media all and (min-width:45em) {
    .hs-form .hs-form-field input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%
    }
}

.hs-form .hs-form-field input.invalid {
    background-color: #fee8de;
    border-color: #fac6c3
}

.hs-form .hs-form-field textarea {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    font: inherit;
    -webkit-box-align: center;
    outline: none;
    -webkit-transition: border-color .1s, background-color .1s;
    transition: border-color .1s, background-color .1s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: .5rem;
    background-color: #fff;
    border: 2px solid #e4e1de;
    border-radius: 0;
    resize: vertical;
    font-size: 0.9rem;
    min-width: 100%
}

.hs-form .hs-form-field textarea::-moz-focus-inner {
    border: 0;
    padding: 0
}

.hs-form .hs-form-field textarea:focus {
    border-color: #90c6e7
}

@media all and (min-width:45em) {
    .hs-form .hs-form-field textarea {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%
    }
}

.hs-form .hs-form-field textarea.invalid {
    background-color: #fee8de;
    border-color: #fac6c3
}

.hs-form .hs-form-field .hs-error-msgs {
    margin-bottom: 0;
    padding-left: .4rem;
    font-size: .875rem;
    line-height: 2;
    font-style: italic;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    color: #ef4135;
    font-style: normal;
    margin: .6rem
}

@media all and (min-width:45em) {
    .hs-form .hs-form-field .hs-error-msgs {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin: 0 0 0 .8rem
    }
}

.hs-form .hs-form-field .hs-error-msgs label {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit
}

@media all and (min-width:45em) {
    .hs-form .hs-field__select .hs-form-field {
        width: 66.66%;
        min-width: 100%
    }
}

.hs-form .hs-field__select-input {
    position: relative;
    width: 100%;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.hs-form .hs-field__select-input:after {
    content: '\f078';
    position: absolute;
    top: 50%;
    right: 1rem;
    display: inline-block;
    width: 14px;
    height: 20px;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: FontAwesome
}

.hs-form .hs-field__select-input select::-ms-expand {
    display: none
}

@media all and (min-width:45em) {
    .hs-form .hs-field__select-input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%
    }
    .hs-form .hs-field__select-input:after {
        margin-right: .8rem
    }
}

.hs-form .hs-field__select-input:after {
    margin-right: 0
}

.hs-form .hs-field__select select {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    font: inherit;
    -webkit-box-align: center;
    outline: none;
    -webkit-transition: border-color .1s, background-color .1s;
    transition: border-color .1s, background-color .1s;
    appearance: none;
    display: block;
    width: 100%;
    padding: .5rem;
    background-color: #fff;
    border: 2px solid #e4e1de;
    border-radius: 0;
    resize: vertical;
    font-size: 0.9rem;
    min-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none
}

.hs-form .hs-field__select select::-moz-focus-inner {
    border: 0;
    padding: 0
}

.hs-form .hs-field__select select:focus {
    border-color: #90c6e7
}

@media all and (min-width:45em) {
    .hs-form .hs-field__select select {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%
    }
}

.hs-form .hs-form-checkbox-display span {
    border: 2px solid #e4f1f9;
    background-color: #f9fcfe;
    border-radius: 2px;
    transition: all .2s;
    letter-spacing: 2px;
    padding: .1rem 1rem;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    font-size: .65rem;
    line-height: 1.6rem;
    box-shadow: none;
    text-transform: uppercase;
    margin-right: 1rem;
    margin-bottom: 1rem
}

.hs-form .multi-container {
    margin: 0;
    padding: 0;
    list-style: none
}

.hs-form .hs-form-checkbox,
.hs-form .hs-form-radio {
    display: inline-block
}

.hs-form input[type=checkbox],
.hs-form input[type=radio] {
    display: none
}

.hs-form input[type=checkbox]:checked+span {
    border: 2px solid #90c6e7;
    background-color: #badcf0
}

.hs-form .hs-field__checkbox+.hs-field__checkbox .hs-form-checkbox-display span {
    border: 2px solid #e0fbf0;
    background-color: #f7fefb
}

.hs-form .hs-field__checkbox+.hs-field__checkbox .hs-form-checkbox-display input:checked+span {
    border: 2px solid #85f0c2;
    background-color: #b3f6d9
}

.hs-form .hs-field__checkbox+.hs-field__checkbox+.hs-field__checkbox .hs-form-checkbox-display span {
    border: 2px solid #fdf5da;
    background-color: #fefbf2
}

.hs-form .hs-field__checkbox+.hs-field__checkbox+.hs-field__checkbox .hs-form-checkbox-display input:checked+span {
    border: 2px solid #f8da79;
    background-color: #fae7aa
}

.hs-form .hs-field__checkbox+.hs-field__checkbox+.hs-field__checkbox+.hs-field__checkbox .hs-form-checkbox-display span {
    border: 2px solid #fde9d9;
    background-color: #fef7f2
}

.hs-form .hs-field__checkbox+.hs-field__checkbox+.hs-field__checkbox+.hs-field__checkbox .hs-form-checkbox-display input:checked+span {
    border: 2px solid #f9b178;
    background-color: #fbcda9
}

.hs-form .hs-form-radio-display span {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    display: inline-block;
    padding: .25rem 0.75rem;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    font-size: 0.9rem;
    color: #0084a9;
    border: 1px solid transparent;
    cursor: pointer;
    margin-right: 1rem;
    margin-bottom: 1rem
}

.hs-form input[type=radio]:checked+span {
    box-shadow: inset 0 3px 4px rgba(0, 0, 0, .2);
    background-color: #455556;
    color: #fff
}

.glob-nav {
    margin-bottom: -20px
}

.glob-nav,
.glob-nav__header.js-stuck {
    min-width: 1100px
}

.site-aside:after {
    width: calc(100vw - 8px);
    min-width: 1100px;
    left: -1rem
}

@media (min-width:45em) {
    .site-aside:after {
        left: calc(((100vw - 1024px) / 2) * -1)
    }
}

@media (max-width:1100px) and (min-width:45em) {
    .site-aside:after {
        left: -2rem
    }
}

.glob-nav__ready {
    overflow-x: visible!important
}

.glob-nav__header-inner,
.glob-nav__main-menu {
    position: static;
    padding: 0;
    color: inherit;
    width: auto;
    background: transparent;
    overflow-y: visible;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: calc(1024px + 4rem);
    color: #4a4a4a;
    padding: 0 2rem
}

.glob-nav__header-inner:after,
.glob-nav__main-menu:after {
    display: none
}

.glob-nav__header {
    height: auto;
    background: #005c75;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    position: relative;
    transition: box-shadow .2s ease;
    padding: 0
}

.glob-nav__menu--main {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: none;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: auto;
    height: 100%;
    text-align: right
}

.glob-nav__menu--external {
    padding: 1rem 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: .8125rem;
    letter-spacing: .5px
}

.glob-nav__menu-item,
.glob-nav__menu-item--active,
.glob-nav__menu-item--external,
.glob-nav__menu-item--main,
.glob-nav__menu-item--utility {
    display: inline-block
}

.glob-nav .js-stuck-wrapper--mobnav {
    display: none
}

.glob-nav__menu-item--external a {
    color: #8cb1bc;
    margin: 0 .75rem
}

.glob-nav__menu--external:before,
.hide-medium {
    display: none
}

.glob-nav__menu-item--external {
    font-size: .8125rem;
    letter-spacing: .5px
}

.glob-nav__menu-item--external a:after {
    content: '';
    position: absolute;
    left: -.9rem;
    top: 1px;
    bottom: 1px;
    width: 1px;
    background: #8cb1bc;
    display: block
}

.glob-nav__menu-item--external:first-child a:after {
    display: none
}

nav#block-external {
    -webkit-flex: 3 0 auto;
    -ms-flex: 3 0 auto;
    flex: 3 0 auto;
    width: 75%
}

nav#block-externalmenuright {
    text-align: right;
    width: 25%
}

img.hide-medium~.glob-nav__branding-logo-text {
    display: block
}

.glob-nav__branding {
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    min-width: 227px;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding: 26px 0
}

.hs_terms_conditions ul {
	margin: 0;
	padding: 0;
}

.hs_terms_conditions ul {
	list-style: none;
}

.hs-form-booleancheckbox-display input[type="checkbox"]:checked + span {
	border: none;
	background-color: transparent;
}

.hs-form-booleancheckbox-display input[type="checkbox"]:checked + span::before {
    content: '';
    position: absolute;
    left: 0rem;
    box-shadow: inset 0 3px 4px rgba(0,0,0,0.2);
    background: #455556 url('https://cdn2.hubspot.net/hubfs/2427914/white-tick3.svg') no-repeat center center;
    border-color: transparent;
    width: 30px;
    height: 30px;
    border-radius: 4px;
}


.hs-form-booleancheckbox-display::before {
    transition: border-color 100ms, background-color 100ms;
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: .6rem;
    vertical-align: middle;
    border-radius: 3px;
    border: solid 1px transparent;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    cursor: pointer;
}

ul.inputs-list {
    padding: 0;
}

li.hs-form-booleancheckbox {
    list-style-type: none;
}
