<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}


a {
  color: #4d87ad;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #355e78;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

body {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    line-height: 1.4375;
    font-size: 3.81vw;
    position: relative;
    color: #474747;
}
@media only screen and (min-width: 420px) {
    body {
        font-size: 1em;
    }
}
.wrap {
    max-width: 830px;
    padding: 0 4vw;
    margin: 0 auto;
    position: relative;
}
.col.main {
    margin-top: 1.5em;
    margin-bottom: 5em;
    position: relative;
}

#dr-common-header-overlay {
    min-height: 100vh;
    min-width: 100vw;
    position: fixed;
    z-index: 110;
}
#dr-common-header {
    background: #4a8aae;
    color: #fff;
    margin-bottom: 2.875em;
}
#dr-common-header .header-top {
    display: table;
    font-size: 0.8125em;
    padding: 4vw 0;
}
#dr-common-header .header-top a {
    color: inherit;
}
#dr-common-header .header-top .text,
#dr-common-header .header-top .logo-frame {
    display: table-cell;
    vertical-align: middle;
}
#dr-common-header .header-top .logo-frame {
    width: 4.615385em;
    padding-right: 4vw;
    vertical-align: top;
}
#dr-common-header .header-top .logo {
    width: 100%;
    height: auto;
}
#dr-common-header h1.site-title {
    font-size: 2.384615em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin: 0.387097em 0 0;
    letter-spacing: 0.032258em;
}
#dr-common-header p.tagline {
    color: #bbe1f9;
}
#dr-common-header p.tagline {
    margin: 0.076923em 0.153846em;
    line-height: 1.3076923;
}
#dr-common-header p.tagline .nobr {
    display: inline-block;
}

@media only screen and (min-width: 700px) {
#dr-common-header .header-top {
    padding: 20px 0;
}
}
@media only screen and (min-width: 750px) {
#dr-common-header .header-top .logo-frame {
    padding-right: 30px;
}
}

#dr-common-navigation {
    background: #3d7c9d;
    color: #fff;
}
#dr-common-navigation &gt; .wrap {
    z-index: 120;
    max-width: 860px;
}
#dr-common-navigation ul {
    padding: 0;
    margin: 0;
    text-align: right;
}
#dr-common-navigation ul li {
    display: inline-block;
}
#dr-common-navigation button {
    background: none;
    border: none;
    padding: 0;
}
#dr-common-navigation button:hover,
#dr-common-navigation button:focus,
#dr-common-navigation button[aria-expanded=true] {
    outline: none;
    box-shadow: none;
    background-color: #28688d;
}
/*#dr-common-navigation nav {
    position: relative;
}*/
#dr-links-frame {
    background: #28688d;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1.2;
    position: absolute;
    right: 4vw;
    width: 24em;
    z-index: 10;
}
#dr-links-frame[aria-hidden=true] {
    display: none;
}
#dr-links-frame ul {
    text-align: left;
    padding: 0.333333em 0;
}
#dr-links-frame ul li {
    display: block;
}
#dr-links-frame a,
#dr-links-frame button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.714286em 1em;
    color: inherit;
    position: relative;
}
#dr-links-frame button svg {
    position: absolute;
    right: 0.4em;
    top: 0.785714em;
    width: 1.2em;
    height: 1.2em;
}
#dr-links-frame button svg #down {
    opacity: 0;
}
#dr-links-frame button[aria-expanded=true] svg #down {
    opacity: 1;
}
#dr-links-frame button[aria-expanded=true] svg #right {
    opacity: 0;
}
#dr-links-frame a:hover,
#dr-links-frame button:hover,
#dr-links-frame a:focus,
#dr-links-frame button:focus {
    outline: none;
    box-shadow: none;
    color: #a4c4d6;
}
#dr-links-frame button:hover svg.arrow path,
#dr-links-frame button:focus svg.arrow path {
    stroke: #a4c4d6;
}
#dr-links-frame ul ul {
    background: #04466b;
    padding: 0.333333em 0;
}
#dr-links-frame ul ul[aria-hidden=true] {
    display: none;
}
#dr-links-frame ul ul li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
#dr-links-frame ul ul a,
#dr-links-frame ul ul button {
    box-sizing: border-box;
    padding: 0.357143em 1em;
}

#dr-links-frame.mobile .search-button {
    display: none;
}
#dr-links-frame.no-mobile {
    position: static;
    width: auto;
    max-width: 48.214286em;
    background: none;
}
#dr-links-frame.no-mobile ul {
    padding: 0;
}
#dr-links-frame.no-mobile &gt; ul {
    position: relative;
}
#dr-links-frame.no-mobile.position-globally &gt; ul {
    position: initial;
}
#dr-links-frame.no-mobile ul li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}
#dr-links-frame.no-mobile a, #dr-links-frame.no-mobile button {
    background-image: none !important;
    text-align: center;
    padding: 0.857142em 0.535714em;
    box-sizing: border-box;
    height: 2.85714286em;
}
#dr-links-frame.no-mobile button svg {
    position: static;
    width: initial;
    height: initial;
}
#dr-links-frame button svg.arrow path {
    stroke-width: 1.555556px;
}
#dr-links-frame.no-mobile button svg.arrow path {
    stroke-width: 2px;
}
#dr-links-frame button:hover svg.arrow path,
#dr-links-frame button:focus svg.arrow path {
    stroke: #fff;
}
#dr-links-frame.no-mobile a:hover, #dr-links-frame.no-mobile button:hover,
#dr-links-frame.no-mobile a:focus, #dr-links-frame.no-mobile button:focus {
    background-color: #28688d;
    color: inherit;
}
#dr-links-frame.no-mobile ul ul {
    position: absolute;
    left: 4vw;
    z-index: 110;
    width: 25%;
    width: calc(23% - 2vw);
    padding: 1%;
    background: #28688d;
}
#dr-links-frame.no-mobile ul ul a {
    font-size: 13px;
    padding: .5em 1em;
    text-align: left;
    height: auto;
}
#dr-links-frame.no-mobile ul ul a:hover,
#dr-links-frame.no-mobile ul ul a:focus {
    background-color: #04466b;
}
#dr-links-frame.no-mobile #dr-browse-by-type {
    left: 25%;
    width: 25%;
    box-sizing: border-box;
}
#dr-links-frame.no-mobile #dr-browse-by-type li {
    width: 100%;
}
#dr-links-frame.no-mobile #dr-browse-by-category {
    width: calc(98% - 8vw);
}
#dr-links-frame.no-mobile #dr-browse-by-category li {
    width: 25%;
}
@media only screen and (min-width: 880px) {
    #dr-links-frame.no-mobile #dr-browse-by-category li {
        width: 20%;
    }
}

#dr-links-frame.no-mobile + .wrap {
    margin: 0;
    max-width: 42.1875em;
    padding: 0;
}
#dr-search-frame {
    position: absolute;
    z-index: 120;
    right: 0vw;
    background: #28688d;
    padding: .25em 4vw;
}
#dr-search-frame[aria-hidden=true] {
    display: none;
}
@media only screen and (min-width: 480px) {
    #dr-search-frame {
        padding: .5em 3%;
    }
}
#dr-search-frame input {
    width: 50vw;
    max-width: 15em;
    padding: .25em .5em;
    border: none;
    background: #fff;
    color: #474747;
}

main h1 {
    font-size: 2.5em;
    color: #606060;
    font-weight: 400;
    line-height: 1.15;
    margin: 0;
}
main p.lead {
    font-size: 1.25em;
    line-height: 1.2;
    color: #7d7d7d;
    margin: 0.2em 0 1em;
}
main .source-metadata {
    font-size: 0.875em;
    font-weight: 300;
    color: #7d7d7d;
    text-indent: -1em;
    padding-left: 1em;
}
main .source-metadata li {
    margin-bottom: 0.214286em;
}
main .source-metadata .property {
    color: #474747;
    font-weight: 400;
}

main .details {
    position: relative;
    margin-bottom: 0.5em;
}
main .details p {
    font-size: 0.875em;
}
main .details.hide p {
    display: none;    
}
main .details.hide p:first-child {
    display: block;    
    max-height: 4.2em;
    overflow: hidden;
    text-overflow: ellipsis;
}
main .details.hide .ellipsis {
    position: absolute;
    height: 1.4em;
    top: 2.8em;
    left: 0;
    width: 100%;
    background: linear-gradient(rgba(255,255,255,0), #fff);
}
main .details .readmore {
    display: none;
    background: none;
    border: none;
    padding: 0;
    position: relative;
    top: -1.142857em;
    color: #4d87ad;
    font-size: 0.875em;
}
main .details .readmore:hover {
    color: #355e78;
}
main .details.hide .readmore {
    display: inline-block;
}
main .categories {
    border: 1px none #ebebeb;
    border-style: solid none;
    padding: 0.25em 0;
    margin-bottom: .5em;
}
main .categories h2 {
    margin: 0.277778em 0;
}
main .categories ul.keywords {
    margin: 0.3125em 0;
}

#page-nav {
    padding-bottom: 1em;
}
ul.nav {
    font-size: 0.875em;
    margin: 1.28571428em 0;
    width: calc(100% - 2em);
    box-shadow: 0 0 .5em #ddd;
    display: none;
}
ul.nav a {
    display: block;
    padding: 0.5em 1em;
    background: #f8f8f8;
    border-top: 1px solid #fcfcfc;
    border-bottom: 1px solid #e0e0e0;
    color: #474747;
}
ul.nav a:hover {
    color: #4d87ad;
}
ul.nav .active a {
    background: #4d87ad;
    border-color: #4d87ad;
    color: #fff;
}

.col.main {
    font-weight: 300;
}

main h2, main h3 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.27777778;
    margin: 1.5em 0 -0.5em;
}
main h3 {
    color: #7d7d7d;
    text-transform: initial;
}
main h4 {
    font-weight: 400;
}
main p, main ul {
    font-size: 0.875em;
}
main ul {
    padding: 0;
    font-size: 0.875em;
    list-style: none;
}

main .keywords {
    font-weight: 300;
    text-transform: lowercase;
}
main .keywords li {
    display: inline-block;
}
main .keywords li::before {
    content: "â€¢";
    margin: 0 .5em;
}
main .keywords li:first-child::before {
    display: none;
}

main p.originator {
    font-style: italic;
}

h2#Downloads svg {
    vertical-align: -0.0625em;
    margin-left: 0.5em;
    width: 0.5625em;
    height: 0.8125em;
}
main .downloads {
    margin: 1.428571em 0;
}
main .downloads li,
main .downloads a {
    display: inline-block;
}
main .downloads a {
    font-weight: 400;
    line-height: 1;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0.321429em 0;
    width: 3.714286em;
    margin-right: 0.285714em;
    color: #7d7d7d;
}
main .downloads a:hover {
    background-color: #4a8aae;
    border-color: #4a8aae;
    color: #fff;
}

main .open-in-cloud {
    position: absolute;
    top: 0;
    right: 0;
}
main .open-in-cloud .text {
    display: inline-block;
    font-size: 0.75em;
    line-height: 1.16666667;
    font-weight: 400;
    vertical-align: middle;
    margin-left: 0.75em;
}
main .open-in-cloud .line {
    display: block;
}
main .open-in-cloud a:hover .cloud {
    stroke: #355e78;
}
main .open-in-cloud a:hover .arrow {
    fill: #355e78;
}
@media only screen and (min-width: 700px) {
main .open-in-cloud {
    text-align: center;
}
main .open-in-cloud svg {
    width: 4em;
    height: 3.125em;
}
main .open-in-cloud .text {
    display: block;
    margin: 0.333333em 0 0;
}
}

h3[aria-expanded=true]::before, h3[aria-expanded=false]::before {
    content: 'â–¾';
    display: inline-block;
    margin-right: 1em;
}
h3[aria-expanded=false]::before {
    transform: rotate(-90deg);
}

main .example-notebook h3 {
    margin-left: 1.666667em;
}
main .example-notebook p, main .example-notebook h4 {
    color: #7d7d7d;
    font-size: 0.875em;
    margin: 1.5em 0 -.5em 4.5em;
    font-weight: 300;
}
.example-frame {
    overflow: auto;
    padding: 1em 0 0;
}
.example-frame td {
    vertical-align: middle;
    line-height: 1;
    position: relative;
}
.example-frame td.in-out {
    padding: .5em;
    text-align: right;
    font-size: .75em;
    color: #4d87ad;
    min-width: 3.75em;
}
.example-frame td .img-frame {
    display: inline-block;
}
.example-frame td img {
    padding: 0.375em;
    display: block;
    width: auto;
}
.example-frame td .img-frame .copy-icon {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -0.9375em;
    left: -1.75em;
}
.example-frame td .img-frame:hover, .example-frame td .img-frame:focus  {
    box-shadow: 0 0 .5em #e0e0e0;
}
.example-frame td .img-frame:hover .copy-icon, .example-frame td .img-frame:focus .copy-icon {
    display: block;
}
.example-frame td .img-frame.checked:hover, .example-frame td .img-frame.checked:focus  {
    box-shadow: 0 0 .5em #04b000;
}
.example-frame td .img-frame .copy-icon .checked,
.example-frame td .img-frame.checked .copy-icon .no-checked {
    opacity: 0;
}
.example-frame td .img-frame.checked .copy-icon .checked {
    opacity: 1;
}
.col.main h2:first-child {
    margin-top: 0;
}
.col.main .collapse:last-of-type {
    margin-bottom: 3.5em;
}


a.btn {
    border: 1px solid #4d87ad;
    padding: 0.28125em 0.59375em;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
    border-radius: 0.3125em;
}
a.btn .icon {
    fill: #4d87ad;
    margin-right: 0.375em;
}
a.btn:hover {
    background-color: #4d87ad;
    color: #fff;
}
a.btn:hover .icon {
    fill: #fff;
}
a.btn .text {
    display: inline-block;
    line-height: 1.125;
    vertical-align: middle;
}
@media only screen and (min-width: 420px) {
a.btn {
    position: absolute;
    top: 0;
    right: 0;
}
}

main#results-page {
    margin-bottom: 5em;
}
main#results-page header p {
    margin-bottom: 0;
    font-weight: 600;
    color:#7d7d7d;
}
main#results-page header p.counter {
    font-weight: 400;
    text-align: right;
    border-top: 1px solid #d7d7d7;
    padding-top: 1em;
    margin-top: 1.642857em;
}
main#results-page header.search form {
    position: relative;
    margin: .5em 0;
    max-width: 30.4375em;
}
#results-page h2 {
    font-weight: 600;
    color: #7d7d7d;
    border-top: 1px solid #ebeae6;
    padding-top: .75em;
    margin: 1.5em 0 -0.1875em;
}
main#results-page header.search form input {
    font-size: 1.6875em;
    line-height: 1.37037037;
    color: #7d7d7d;
    border: 1px solid #d7d7d7;
    width: 100%;
    padding: 0.074074em 0.444444em;
    box-sizing: border-box;
    border-radius: 0.185185em;
    padding-right: 1.444444em;
}
main#results-page header.search form button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
    padding: 0.5625em 0.75em 0.6875em;
}
main#results-page header.browse-by-category {
    margin-bottom: 1.75em;
}
main#results-page .all-nav-placeholder {
    height: 5em;
}
main#results-page.all-page header nav {
    background: #fff;
    width: calc(100% - 8vw);
    border-bottom: 1px solid #ebeae6;
    box-shadow: 0 0 2em #fff, 0 0 1em #fff;
}
main#results-page.all-page header nav.affix-top {
    position: absolute;
}
main#results-page.all-page header nav.affix {
    position: fixed;
    top: 42px;
    max-width: 830px;
}
main#results-page.all-page header nav ul {
    text-transform: lowercase;
    font-size: 1.625em;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    margin: 0;
    padding: 0.384615em 0;
}
main#results-page.all-page header nav li {
    display: inline-block;
}
main#results-page.all-page header nav a,
main#results-page.all-page header nav .disabled {
    padding: 0.076923em;
    display: block;
}
main#results-page.all-page header nav .disabled {
    color: #ccc;
}
main#results-page.all-page header p.counter {
    margin-top: 0;
    margin-bottom: -2.357143em;
    border: 0;
}
main#results-page.all-page header + h2 {
    border: 0;
    margin-top: 0;
}
main#results-page header.browse-by-category p.counter {
    margin-bottom: -2.428571em;
}
@media only screen and (min-width: 640px) {
    main#results-page.all-page header nav ul {
        white-space: normal;
        font-size: 4vw;
        padding: 0.5859375em 0;
    }
    main#results-page .all-nav-placeholder {
        height: 11vw;
    }
}
@media only screen and (min-width: 900px) {
    main#results-page.all-page header nav ul {
        font-size: 2.25em;
    }
    main#results-page .all-nav-placeholder {
        height: 6.25em;
    }
}
main#results-page #type-filter ul {
    margin-top: .5em;
    max-width: 25em;
}
@media only screen and (min-width: 780px) {
    main#results-page #type-filter ul {
        max-width: initial;
    }
}
main#results-page #type-filter li {
    display: inline-block;
}
main#results-page #type-filter label {
    display: inline-block;
    font-size: 0.875em;
    padding: .5em 1em;
    margin: .25em;
    border: 1px solid #d7d7d7;
    border-radius: 0.357142em;
    color: #4d87ad;
    line-height: 1;
}
main#results-page #type-filter label:hover,
main#results-page #type-filter input:active ~ label,
main#results-page #type-filter input:checked ~ label  {
    background: #91bed9;
    border-color: #91bed9;
    color: #fff;
}
main#results-page #type-filter input:active ~ label {
    background: #28688d;
    border-color: #28688d;
}
main#results-page #type-filter input:checked ~ label {
    background: #4d87ad;
    border-color: #4d87ad;
}
main#results-page .entry {
    padding: 1.25em 0;
    border-bottom: 1px solid #ebeae6;
}
main#results-page .entry:last-child,
main#results-page.all-page .entry {
    border: 0;
}
main#results-page .entry h3 {
    font-size: 1.25em;
    line-height: 1.2em;
    margin: 0;
}
main#results-page .entry h3 {
    color: #363636;
}
main#results-page .entry h3 a {
    color: inherit;
}
main#results-page .entry h3 a:hover {
    color: #355e78;
}
main#results-page .entry h3 a:after {
    content: " \00BB";
}
main#results-page .entry p,
main#results-page .entry ul {
    font-size: 1em;
    margin: 0.1875em 0;
}
main#results-page .entry p.publisher {
    font-size: 0.9375em;
    color: #7d7d7d;
}
main#results-page .entry p.publisher a {
    color: inherit;
}
main#results-page .entry p.publisher a:hover {
    color: #606060;
}
main#results-page .entry .links {
    font-size: 0.625em;
    line-height: 1;
}
main#results-page .entry .links ul,
main#results-page .entry .links li {
    display: inline-block;
}
main#results-page .entry .links ul {
    margin: 0.3em 0;
}
main#results-page .entry .links .categories { 
    padding: 0;
    border: none;
}
main#results-page .entry .links .taxonomy a {
    display: inline-block;
    border: 1px solid #d7d7d7;
    color: #9c1e5e;
    padding: 0.2em 0.5em;
    border-radius: 0.5em;
    margin-right: 0.2em;
}
main#results-page .entry .links .taxonomy a:hover {
    color: #fff;
    background-color: #9c1e5e;
    border-color: #9c1e5e;
}
main#results-page .entry .links .taxonomy .types a {
    color: #ab6105;
}
main#results-page .entry .links .taxonomy .types a:hover {
    color: #fff;
    background-color: #ab6105;
    border-color: #ab6105;
}
main#results-page .entry .links ul.keywords { 
    font-weight: 400;
}
main#results-page .entry .links ul.keywords a { 
    display: inline-block;
    padding: .2em 0;
}

#home-page main {
    padding-bottom: 5em;
}
#home-page main .wrap {
    max-width: 1000px;
}
#home-page .intro .copy p {
    font-size: 0.9375em;
    font-weight: 300;
    line-height: 1.57894737em;
    margin: 0.789474em auto;
}
#home-page .intro .copy p.lead {
    font-size: 1.1875em;
    font-weight: 400;
    color: #2b678d;
    line-height: 1.36em;
    margin: 0;
}
#home-page .intro-tiles {
    font-size: 0.8125em;
    text-align: center;
}
#home-page .intro-tiles .tile {
    display: table;
    margin: 0 auto;
    width: 21.153846em;
    text-align: left;
    border-bottom: 1px solid #ebeae6;
    line-height: 1;
}
#home-page .intro-tiles .tile p {
    font-size: 1em;
    line-height: 1.375;
}
#home-page .intro-tiles .tile:last-child {
    border: none;
}
#home-page .intro-tiles .col {
    display: table-cell;
    padding: 1em 0.40625em;
    vertical-align: middle;
}
#home-page .intro-tiles .tile svg {
    width: 2.5em;
    height: auto;
}
#home-page .intro-tiles a {
    color: inherit;
}
#home-page .intro-tiles a:hover {
    color: #4C89AE;
}
#home-page .intro-tiles a:hover path {
    fill: #4C89AE;
}
#home-page main h2 {
    text-transform: none;
    border-bottom: 1px solid #ebebeb;
    margin-top: 1.65em;
    padding-bottom: 0.388889em;
    color: #7d7d7d;
}
#home-page main h2.no-line {
    border: 0;
}
#home-page main h2 a {
    color: inherit;
}
#home-page main h2 a:hover,
#home-page main h2 a .arrow {
    color: #4C89AE;
}
#home-page ul.buttons {
    font-size: 0.9375em;
    margin: 1em 0;
    position: relative;
}
#home-page ul.buttons li {
    display: inline-block;
    width: 50%;
    padding: 0.1em 0;
}
#home-page ul.buttons li a {
    display: block;
    padding: .25em 0;
    background-size: 0;
    color: #363636;
}
#home-page ul.buttons li a:hover,
#home-page ul.buttons li a:focus,
#home-page ul.buttons li a:active {
    outline: none;
    box-shadow: none;
    color: #4C89AE;
}
#home-page #dr-links-frame.no-mobile {
    margin: 0 auto;
}
#home-page #dr-links-frame.no-mobile + .wrap {
    margin: 0 auto;
}
#home-page #dr-common-header p.tagline {
    display: none;
}
@media only screen and (min-width: 620px) {
    #home-page ul.buttons {
        font-size: 1em;
        margin: 1.25em 0;
    }
    #home-page ul.buttons li {
        width: 33.333333%;
    }
    #home-page .intro-tiles {
        padding: 1.8125em 0 0.9375em;
    }
    #home-page .intro-tiles .tile {
        display: inline-table;
        border-bottom: none;
        padding: 0 1em;
        vertical-align: middle;
        border-right: 2px solid #ebeae6;
    }
    #home-page .intro-tiles .tile.using {
        width: 10.538462em;
    }
    #home-page .intro-tiles .tile.submitting {
        width: 11.846154em;
    }
    #home-page .intro-tiles .tile.language {
        width: 12.923077em;
    }
    #home-page .intro-tiles .col {
        padding: 0 0.40625em;
    }
}
@media only screen and (min-width: 650px) {
    #home-page #dr-common-header .header-top {
        font-size: 2vw;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 830px) {
    #home-page main h2 {
        font-size: 1.25em;
        padding-bottom: 0.4em;
        margin-bottom: -0.6em;
    }
    #home-page ul.buttons {
        font-size: 1.125em;
        margin: 1.388889em 0;
    }
    #home-page ul.buttons li {
        padding: 0.138888em 0;
    }
    #home-page ul.buttons li a {
        background-repeat: no-repeat;
        background-position: 0% 0%;
        background-size: 2.666667em;
        line-height: 1;
        padding: 0.944444em .5em 0.944444em 2.888889em;
    }
    #home-page ul.buttons li a:hover,
    #home-page ul.buttons li a:focus,
    #home-page ul.buttons li a:active  {
        background-position: 0% 100%;
    }
    #home-page .intro .copy p {
        font-size: 1.1875em;
    }
    #home-page .intro .copy p.lead {
        font-size: 1.5625em;
    }
    #home-page .intro-tiles {
        font-size: 1em;
    }
    #home-page .intro-tiles .tile {
        padding: 0 1.25em;
    }
}
@media only screen and (min-width: 800px) {
    #home-page #dr-common-header .header-top {
        font-size: 1em;
    }
}
@media only screen and (min-width: 1090px) {
    #home-page ul.buttons li {
        width: 25%;
    }
}

#hero-banner {
    text-align: center;
    white-space: nowrap;
    margin: -2.875em 0 2.5625em;
    overflow: hidden;
}
#hero-banner ul {
    margin: 0;
}
#hero-banner li {
    display: inline-block;
    width: 33.333%;
    max-width: 400px;
}
#hero-banner a {
    display: block;
    height: 85px;
    background-position: center;
    transition: .2s opacity;
}
#hero-banner a:hover {
    opacity: .5;
}
#hero-banner li:nth-child(1),
#hero-banner li:nth-child(2),
#hero-banner li:nth-child(6),
#hero-banner li:nth-child(7) {
    display: none;
}
@media only screen and (min-width: 800px) {
    #hero-banner li {
        width: 20%;
    }
    #hero-banner li:nth-child(2),
    #hero-banner li:nth-child(6) {
        display: inline-block;
    }
}
@media only screen and (min-width: 2000px) {
    #hero-banner li {
        width: 14.286%;
    }
    #hero-banner li:nth-child(1),
    #hero-banner li:nth-child(7) {
        display: inline-block;
    }
}
#gl-outer-wrapper {
    display: block;
}
#gl-header {
    overflow-x: overlay!important;
    display: block;
}</pre></body></html>