
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: "roc-grotesk-wide";
  src: url("https://use.typekit.net/af/bcc24a/00000000000000007735b7c2/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/bcc24a/00000000000000007735b7c2/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/bcc24a/00000000000000007735b7c2/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "roc-grotesk-wide";
  src: url("https://use.typekit.net/af/ece23c/00000000000000007735b7ca/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/ece23c/00000000000000007735b7ca/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/ece23c/00000000000000007735b7ca/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body, div, h1, h2, h3, h4, h5, h6, form, a, p, ul, ol, li, img, textarea, input, select, option {
    font: 100% "Public Sans", sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}
body {
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
a, li.dropdown {
    color: #0A504C;
}
input, select, textarea {
    background: transparent;
    border: none;
    border-bottom: solid 1px #aaa;
    padding: 8px 4px;
    border-radius: 0;
    -webkit-border-radius: 0;
}

input::placeholder {
    color: #aaa;
}
p {
    font-size: 100%;
}
p.error {
    display: inline-block;
    background: #FAB941;
    font-size: 90%;
    color: #fff;
    padding: 4px 6px;
}
p.msg {
    display: inline-block;
    background: #FAB941;
    font-size: 90%;
    color: #fff;
    padding: 4px 6px;
}
p.error a {
    color: #fff;
}
p.info {
    display: inline-block;
    background: #7FA0B6;
    color: #fff;
    padding: 4px;
}
.clear {
    display: block;
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.bold {
    font-weight: 700;
}
.italic {
    font-style: italic;
}
.ralign {
    text-align: right;
}
.lalign {
    text-align: left;
}
.center {
    text-align: center;
}
.indent {
    padding-left: 16px;
}

h1 {
    font-size: 400%;
    font-weight: 700;
    color: #0A504C;
}

#wrapper {
    height: 100%;
    width: 100%;
	z-index: 100;
	transition: left .5s;
}
#wrapper .heading {
    font-size: 110%;
    font-weight: 700;
}
#wrapper ul {
    padding: 0 16px;
}
#wrapper li {
    list-style: disc;
    margin-left: 16px;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    /*background-image: url(../img/pexels-ketut-subiyanto-4474047.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;*/
    padding: 0 0 4px 0;
    z-index: 999;
}
#header #topnav .logo {
    padding: 0;
}
#header #topnav .logo img {
    max-width: 100%;
    vertical-align: middle;
    padding-bottom: 8px;
}
#header ul {
    padding: 0 8px;
    text-align: center;
    float: none;
    background-color: #2AA486;
    align-self: center;
}
#top ul {
    background: #fff;
    padding: 0;
    text-align: right;
}
#header #top li {
    padding: 0 16px;
}
#header #top li a {
    color: #2AA486;
}
#top a.button {
    font-size: 85%;
    background-color: transparent;
    border: solid 1px #2AA486;
    padding: 12px 24px;
}
/*.signed-in #top a.button {
    padding: 12px 24px 12px 8px;
}*/
#top a.button i {
    padding-right: 8px;
    margin-left: -12px;
}

#header #topnav .logo #left {
    border-radius: 0 64px 64px 0;
}
#header #topnav .logo #right {
    border-radius: 64px 0px 0px 64px;
}


#header li {
    display: inline-block;
    color: #fff;
    margin: 0;
    vertical-align: middle;
    list-style: none;
}
#header li a{
    color: #fff;
}
#header ul.titles {
    padding: none;
    margin: none;
}

#header ul.titles li img {
    max-width: 100%;
}
#banner {
    background: #FAB941;
    padding: 12px 8px;
}
#banner a {
    display: block;
    color: #471601;
    font-weight: 700;
    padding: 12px 8px;
}
#banner p {
    display: block;
    color: #471601;
    max-width: 1440px;
    margin: auto;
}
#banner.authenticated {
    text-align: right;
    padding: 0 32px;
}
#topnav .logo {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 32px;
    padding: 16px 0;
}
#topnav .logo-image {
    font: 300% "roc-grotesk-wide", sans-serif;
    font-weight: 500;
    color: #177166;
    text-align: center;
}
#topnav .logo-image span {
    font-family: "Public Sans", sans-serif;
    font-weight: normal;

}

#header .logo span.title {
    display: block;
    font: 200% "Public Sans", serif;
    font-weight: 700;
    padding-top: 8px;
}
#header .logo span.subtitle {
    display: block;
    font: 150% "Public Sans", serif;
    font-weight: 700;
}
#header .logo li a {
    display: block;
    font-size: 125%;
    font-weight: 700;
    padding: 16px 24px;
}
#header .logo li a:hover, #header .logo li a.active {
    background: #269277;
}
#header li.button {
    padding-left: 16px;
}
#header li.button a {
    display: block;
    font-size: 125%;
    font-weight: normal;
    color: #fff;
    padding: 6px 16px;
    border: solid 1px #fff;
    border-radius: 8px;
}
#header a.sign-in {
    background: #FAB941;
}
#home {
    max-width: 1440px;
    margin: auto;
    float: none;
    display: block;
    position: relative;
    /*padding: 120px 0 0 0;*/
    padding: 225px 0 0 0;
}
.content #home {
    /*padding: 152px 16px 16px 16px;*/
    padding: 250px 16px 16px 16px;
}
.signed-in #home {
    /*padding: 152px 16px 16px 16px;*/
    padding: 250px 16px 16px 16px;
}
#home.sign-in {
    display: block;
}
#home.register {
    max-width: 1024px;
}
#home.sign-in .main {
    /*max-width: 1024px;*/
    padding: 0;
    position: static;
    top: auto;
    left: auto;
    display: block;
    padding: 0;
    border: none;
    background-color: transparent;
    margin-top: 0;
}
#home.sign-in .main form {
    position: relative;
    background: #f2f2f2;
    padding: 32px;
    border-radius: 32px;
}
#home.sign-in .main form label, .card form label {
    display: block;
    padding: 0 0 4px 16px;
}
#home.sign-in .main form input, #home.sign-in .main form select, #home.sign-in .main form textarea, .card form input {
    width: 100%;
    margin-bottom: 16px;
    border-right: solid 2px #104B7D;
    border-radius: 16px;
}
#home.sign-in .main form button {
    display: inline-block;
    background: #2AA486;
    color: #fff;
    font-size: 100%;
    padding: 12px 32px;
    margin: 16px 0;
    border: none;
    border-radius: 64px;
}
#home.sign-in .main form a.forgot {
    float: right;
    padding-top: 24px;
}
#home.modules .logo {
    float: left;
    padding: 4px 16px 0 16px;
}
#home.modules .logo p.title {
    font-size: 180%;
    font-weight: 700;
    color: #FAB941;
}
#home.modules .logo p.subtitle {
    font-size: 110%;
    font-weight: 700;
    color: #FAB941;
    padding-bottom: 8px;
}
#home.modules #filters {
    display: grid;
    justify-items: end;
    background: #CBD9E1;
    padding: 6px 64px;
}
#home #filters.breadcrumb {
    display: block;
    padding: 12px 64px;
}
#home #filters.breadcrumb a, #home #filters.breadcrumb i {
    color: #59839B;
}
#home.modules #filters label {
    display: block;
    font-size: 80%;
}
#home.modules #filters select {
    width: auto;
    padding: 4px;
    border: solid 1px #aaa;
}
#home.modules .iframe-container-wrapper {
    max-width: 640px;
}
#home.modules .iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
#home.modules .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#home .user {
    position: absolute;
    right: 72px;
    top: 6px;
    font-size: 110%;
}
#home .user i {
    font-size: 22px;
    color: #FAB941;
    height: 27.5px;
    border: solid 1px #FAB941;
    border-radius: 50%;
    padding: 4px;
}
#breadcrumb {
    max-width: 1440px;
    margin: auto;
    background: #eee;
    padding: 12px 16px;
    border-radius: 64px;
}
#breadcrumb .current {
    color: #878997;
}
#announcements {
    width: 90%;
    max-width: 1440px;
    margin: auto;
    padding: 5% 0;
}
#announcements img {
    max-width: 100%;
}
#announcements div {
    float: left;
    width: 50%;
}
#announcements ul {
    padding: 0;
}
#announcements p, #announcements li {
    color: #2F394D;
    font-size: 110%;    
    list-style: none;
}
#announcements a {
    text-decoration: underline;
}
#announcements p.intro {
    font-size: 120%;
    font-weight: 700;
}
#announcements h2 {
    color: #2F394D;
    font-size: 160%;
    font-weight: 700;
    padding-bottom: 8px;
}

#carousel {
    display: grid;
    grid-template-columns: .5fr 2fr;
    grid-auto-rows: 75px;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    position: relative;
}

#right-zone {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 6;
    padding: 0;
}

.carousel-content {
    display: none;
    padding: 0;
}

.carousel-options {
    cursor: pointer;
}


.show {
    display: block;
}

.carousel-content p {
    text-align: center;
}
.shaded {
    background: #0A504C;
}
section.shaded #addie {
    background: #0A504C;
}
section.shaded #addie p {
    color: #fff;
    text-align: left;
}

section.shaded #addie h1 {
    text-align: center;
    font-size: 350%;
    color: #fff;
    padding-bottom: 24px;
}

section.shaded #addie .carousel-options {
    text-align: right;
    font-size: 150%;
    color: #fff;
    padding: 8px 32px 8px 0px;
    border-radius: 0px 64px 64px 0px;
    margin-right: 32px;
    border: #FAB941 solid 3px;
    border-left: 0px;
    align-self: end;
    background-color: #FAB941;
}

section.shaded #addie h3 {
    font: 200% "Public Sans", serif;
    text-align: center;
    font-size: 200%;
    font-weight: 500;
    color: #fff;
}

section.shaded #addie li {
    color: #fff;
}

.navbutton {
    display: inline-block;
    background: none;
    border-radius: 0px 64px 64px 0px;
    font-weight: 700;
    font-size: 125%;
    padding: 16px 64px 16px 128px;
    color: #fff;
    background-color: #2AA486;
}

section {
    padding: 32px 32px 64px 32px;
}
section.shaded {
    background: #0A504C;
    padding: 64px 32px 64px 32px;
    margin-top: 48px;
}
section.shaded p {
    color: #fff;
}
section ul {
    margin: 16px 0;
}
section.shaded li {
    color: #fff;
}
section div {
    max-width: 1024px;
    padding: 32px 0;
    margin: 0 auto;
}
section div.social img {
    max-width: 100px;
    padding-right: 16px;
}
section.shaded div.three-col {
    max-width: 100%;
}
section div.full, section.shaded div.full {
    max-width: 1440px;
}
section div.grid {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
    gap: 32px;
    padding-bottom: 0;
    margin-bottom: 0;
}
section div.grid.full {
    grid-template-columns: repeat( auto-fit, minmax(350px, 1fr) );
}
section div.grid.grid-flow-row {
    grid-template-columns: repeat( auto-fit, minmax(350px, 1fr) );
    max-width: 1440px;
    /*grid-auto-flow: column;
    grid-auto-rows: auto;
    grid-template-rows: repeat(3, auto);*/
}
section div.grid.grid-flow-row div {
    border: none;
}
section div.grid.grid-flow-row .header-grid {
    font-size: 200%;
    color: #FAB941;
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center;
}
section div.grid.grid-flow-row .big-white-number {
    color: #fff;
    font-size: 250%;
}
section div.grid.grid-flow-row img {
    width: 150px;
    max-width: 150px;
    padding: 0 16px;
}
section div.grid.small {
    grid-template-columns: repeat( auto-fit, minmax(200px, 1fr) );
}
section div.grid.large {
    max-width: 1440px;
    grid-template-columns: repeat( auto-fit, minmax(500px, 1fr) );
}
section div.grid div {
    padding: 32px;
    border: solid 1px #FAB941;
    border-radius: 16px;
}
section div.grid.no-border div {
    text-align: center;
    border: none;
}
section div.grid div.green {
    background: #0A504C;
    padding: 0 0 32px 0;
    border: none;
    border-radius: 0;
}
#impact i, #serve i {
    color: #2AA486;
}
#impact .counter {
    font-size: 200%;
}
section div.grid p {
    font-size: 125%;
    font-weight: 700;
}
section div.grid p .chip {
    display: inline-block;
    font-size: 66%;
    font-weight: normal;
    border: solid 1px #0A504C;
    padding: 8px;
    margin-bottom: 8px;
}
section div.grid .normal {
    font-weight: normal;
}
section div.grid div.green p {
    font-size: 90%;
    color: #fff;
    text-align: left;
    font-weight: normal;
    padding: 0 16px 16px 16px;
}
section div img {
    max-width: 100%;
    margin-bottom: 32px;
    border-radius: 16px;
}
section div.grid div.green img {
    margin-bottom: 8px;
    border-radius: 0;
}
section h2 {
    font-size: 200%;
    font-weight: 700;
    text-align: center;
    padding-bottom: 8px;
}
section.shaded h2, section.shaded h3 {
    color: #fff;
}
section h2 {
    color: #0A504C;
}
section.shaded h2 i {
    color: #fff;
    padding-bottom: 8px;
}
section h3 {
    font-size: 400%;
    font-weight: 700;
    color: #0A504C;
    text-align: center;
    padding-bottom: 8px;
}
section h3 span {
    display: block;
    font-size: 50%;
    padding-top: 32px;
}
section p, section li {
    font-size: 110%;
}
section a.button, a.button {
    display: inline-block;
    background: #FAB941;
    color: #333;
    font-weight: 700;
    font-size: 125%;
    text-align: center;
    padding: 16px 24px;
    margin: 8px;
    border-radius: 16px;
}
a.button.complete {
    background: #CBD9E1;
    color: #333;
}
a.button.white {
    background: #fff;
    color: #0A504C;
}
a.button.pop {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}
.resultlist .button a, .modules .button a, .details .button a, button {
    display: inline-block;
    background: #FAB941;
    color: #333;
    font-size: 100%;
    font-weight: 700;
    text-align: center;
    padding: 12px;
    border-radius: 16px;
}
.modules .button.cert a {
    display: block;
    border-radius: 8px;

}
.details .button.alt a, button.alt, .button.alt a {
    background: none;
    color: #224E4B;
    border: solid 1px #224E4B;
    margin-right: 8px;
}
section div.grid p a.button {
    font-size: 80%;
}
section h4, section h5, section h6 {
    font-size: 150%;
    font-weight: 700;
    padding-bottom: 8px;
}
section .grid.large h4 {
    color: #0A504C;
}
section.shaded h4 {
    color: #fff;
}

section h4 span {
    display: block;
    font-size: 50%;
    padding-top: 32px;
}
#partners {
    grid-template-columns: 1fr;
}
#partners h5 {
    color: #fff;
    font-size: 160%;
    font-weight: 700;
    padding-bottom: 8px;
}
#partners img {
    float: right;
    width: 25%;
    padding: 0 16px 16px 0;
}
#signout {
    position: absolute;
    top: 55px;
    right: 24px;
    max-width: 200px;
    font-size: 80%;
    text-align: left;
    background: #fff;
    padding: 8px 20px 20px 8px;
    border-radius: 16px;
    box-shadow: -1px 1px 7px #888;
    z-index: 999;
}
#menu {
    position: absolute;
    left: 12px;
    margin-top: -16px;
    font-size: 110%;
    text-align: left;
    background: #fff;
    padding: 8px 40px 8px 12px;
    box-shadow: 3px 3px 5px #666;
    z-index: 999;
}
#signout ul, #menu ul {
    text-align: left;
    padding: 0;
}
#header #top #signout li, #menu li {
    display: block;
    list-style: none;
    margin-left: 0;
    padding-top: 12px;
}
#menu li.list-title {
    padding-top: 16px;
}
#signout.hide, #menu.hide {
    display: none;
}
#signout.show {
    display: block;
}
#signout li.spacer {
    border-bottom: solid 1px #ccc;
}
#header #banner #signout a {
    color: #104B7D;
    padding: 0;
}
#home h1 {
    color: #471601;
    font: 250% "Public Sans", serif;
}
#home h2 {
    color: #471601;
    font: 150% "Public Sans", serif;
}
.content #home h1 {
    font-size: 400%;
    font-weight: 700;
    color: #0A504C;
    padding-bottom: 32px;
}
.content #home h2 {    
    color: #333;
    text-align: center;
}
.content section form input, .content section form select {
    font-size: 125%;
    padding: 12px 32px;
    border: solid 2px #104B7D;
    border-right: none;
    border-radius: 64px 0 0 64px;
}
.content section form input[type="submit"] {
    background: #104B7D;
    color: #fff;
    margin-left: -24px;
    border-right: solid 2px #104B7D;
    border-radius: 64px;
}
.content.certificate {
    max-width: 1024px;
    margin: auto;
    padding: 32px;
}
.content.certificate .cert-header {
    padding-bottom: 32px;
}
.content.certificate h1 {
    font-size: 125%;
    font-weight: 700;
    color: #333;
    text-align: center;
}
.content.certificate h2 {
    font-size: 125%;
    color: #333;
    text-align: center;
    padding-bottom: 32px;
}
.content.certificate h3 {
    font-weight: 700;
    padding-bottom: 8px;
}
.content.certificate p {
    padding-bottom: 16px;
}
.content.certificate .cert-footer {
    text-align: center;
    font-size: 80%;
    padding-top: 32px;
}
#home .mod-detail {
    max-width: 1440px;
    padding-top: 16px;
    margin: auto;
    display: grid;
    grid-template-columns: 50% auto;
    gap: 32px;
    justify-content: center;
}
#home .mod-detail h1 {
    font: 350% "Public Sans", serif;
    font-weight: 700;
    padding-top: 0;
}
#home h1 span {
    display: block;
    font-weight: 700;
}
#home h1 a {
    font-weight: 700;
}
#home.modules h1 {
    font-size: 300%;
    padding: 8px 0 0 0;
}
#home.modules h2 {
    padding: 8px 16px;
}
#heading {
    background-image: url(../img/module-heading.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #2F394D;
    margin-bottom: 16px;
    padding-right: 270px;
    border-radius: 16px;
    min-height: 155px;
}
#home.sign-in #heading {
    background-image: url(../img/signin-heading.png);
}
#home.register #heading {
    background-image: url(../img/register-heading.png);
}
#home.profile #heading {
    background-image: url(../img/profile-heading.png);
}
#heading h2 {
    font-size: 125%;
    color: #fff;
    padding: 16px 32px;
}
#heading h2 p {
    color: #fff;
    font-size: 85%;
    padding: 8px 0;
}
#heading form {
    padding: 16px 32px;
}
#heading form .input {
    position: relative;
    width: 50%;
}
#heading form .input i {
    position: absolute;
    top: 12px;
    left: 8px;
}
#heading form label {
    display: block;
    color: #fff;
    margin-bottom: 4px;
}
#heading form input[type="text"] {
    display: block;
    width: 100%;
    font-size: 100%;
    border: solid 1px #aaa;
    background-color: #fff;
    padding-left: 32px;
}
#heading form input[type="submit"] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #FAB941;
    color: #fff;
    font-size: 100%;
    padding: 0 8px;
    border-bottom: none;
}
#heading form .filters {
    position: relative;
    width: 50%;
}
#heading form .filters select {
    float: left;
    color: #fff;
    font-size: 80%;
    width: 15%;
    margin-right: 1.66%;
}
#home h3 {
    font-size: 125%;
    font-weight: 700;
    padding: 0 32px 16px 32px;
}
#heading img {
    float: right;
    padding: 0 32px;
}
#content.home {
    padding: 0 64px;
}
#content .desc {
    font-size: 90%;
    padding-top: 8px;
}
#home .main {
    position: absolute;
    top: 200px;
    left: 60%;
    display: inline-block;
    box-sizing: border-box;
    padding: 1.5rem;
    border: 16px solid #FFFFFF;
    background-color: #FAB941;
    margin-top: 7.25rem;
}
#home .mod-detail .main {
    position: relative;
    overflow: hidden;
}
#home .main form input, #home .main form select, #home .main form textarea, .card form input {
    font-size: 125%;
    padding: 12px 16px;
    border: solid 2px #104B7D;
    border-radius: 16px;
}
#home .main form input[type="submit"], .card form input[type="submit"] {
    background: #FAB941;
    color: #333;
    font-weight: 700;
    width: auto;
    padding: 12px 32px;
    border-color: #FAB941;
    border-radius: 64px;
}
#home .main .splash {
    background: rgba(255, 255, 255,.8);
    padding: 32px;
    margin: 32px 0;
}
#home .main .splash a {
    text-decoration: underline;
}
#home .main p.error {
    display: inline-block;
    background: #FAB941;
    font-size: 90%;
    font-weight: 700;
    color: #000;
    padding: 4px 6px;
    margin-bottom: 16px;
}
#home .main p.error a {
    color: #fff;
}
#home .main #heading h2 p {
    font-size: 85%;
    padding: 8px 0;
    background: #2F394D;
}
#home .hero {
    background-image: url(../img/woman-laptop.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 700px;
    width: 100%;
}
#home::after {
    content: "";
    display: table;
    clear: both;
}
.hero::after {
    content: "";
    display: table;
    clear: both;
}
#home .fixedw img {
    width: 380px;
}
#home .fixedw h2 {
    font-size: 150%;
    font-weight: 700;
    padding: 16px 0;
}
#home .hero img.left-fit {
    object-position: left;
}
#home .hero img.right-fit {
    object-position: right;
}
#home .hero img.contain {
    object-fit: contain;
    object-position: top;
}
#home .button {
    text-align: center;
}
#home .button span.disabled {    
    display: inline-block;
    color: #ccc;
    margin: 0 8px 8px 8px;
    padding: 12px 16px;
    border: solid 1px #ccc;
    border-radius: 8px;
}
#home .button a {
    display: inline-block;
    background: #0A504C;
    width: 100%;
    max-width: 180px;
    color: #fff;
    padding: 12px 16px;
    margin: 0 8px 8px 8px;
    border: solid 1px #fff;
    border-radius: 8px;
}
#home .splash .button a {
    text-decoration: none;
}
#home .button.cert a {
    font-size: 100%;
}
#home.modules {
    max-width: 100%;
    min-height: 768px;
    display: block;
    background: #fff;
    padding: 140px 0 64px 0;
}
#home.modules .logo {
    display: none;
}
#home.modules .logo p.title {
    font-size: 180%;
    font-weight: 700;
    color: #FAB941;
}
#home.modules .logo p.subtitle {
    font-size: 110%;
    font-weight: 700;
    color: #FAB941;
    padding-bottom: 8px;
}
#lnav {
    background: #FAB941;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 270px;
    box-shadow: 1px 1px 8px #888;
    overflow: auto;
    z-index: 999;
}
#lnav .logo {
    padding: 32px 16px;
}
#lnav p {
    color: #fff;
}
#lnav p.title {
    font-size: 180%;
}
#lnav p.subtitle {
    font-size: 110%;
}
#lnav ul {
    margin: 32px 0;
    padding: 0;
}
#lnav li {
    color: #fff;
    list-style: none;
    font-size: 90%;
    padding-bottom: 8px;
}
#lnav li i {
    color: #fff;
}
#lnav li a {
    display: block;
    color: #fff;
    padding: 24px 16px 24px 32px;
}
#lnav li a:hover {
    background: #fff;
    color: #7FA0B6;
    border-radius: 32px 0 0 32px;
}
#lnav li a:hover i {
    color: #FAB941;
}
#lnav li.active a {
    background: #fff;
    border-radius: 32px 0 0 32px;
}
#lnav li.active a {
    color: #7FA0B6;
}
#lnav li.active i {
    color: #FAB941;
}
#lnav li.spacer {
    padding-bottom: 32px;
    border-top: solid 1px #fff;
}
#lnav .list-title {
    font-size: 110%;
    padding: 0 16px;
}
#lnav p.admin {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 90%;
    text-align: center;
    width: 270px;
    padding: 8px;
}
#lnav p.admin a {
    color: #fff;
}
.grid {
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(500px, 1fr) );
    grid-template-rows: auto;
    gap: 16px;
}
.flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}
.flex div {
    flex: 0 0 30%;
    text-align: center;
}
.card {
    position: relative;
    /*background: #104B7D;*/
    padding: 32px 32px 96px 32px;
    border: solid 1px #104B7D;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 2px 1px 3px #E8EDEE;
}
.home .card {
    background-size: cover;
    background-repeat: no-repeat;
}
.home .card p, .home .card a {
    color: #fff;
}
.home .card img {
    max-width: 100%;
}
.card.purple {
    background-color: #2F394D;
}
.card.purple p, .card.purple a {
    color: #fff;
}
.card .support-for-me {    
    background-image: url(../img/support-for-me-BG.jpg);
    background-position: center;
}
.card .primary-care-toolkit {    
    background-image: url(../img/primary-care-toolkit-BG.jpg);
    background-position: top;
}
.card .basics-for-chw {    
    background-image: url(../img/basics-for-chw-BG.jpg);
    background-position: center;
}
.card .econsult-toolkit {    
    background-image: url(../img/econsult-toolkit-BG.jpg);
    background-position: center;
}
.card .achieving-quality {    
    background-color: #363545;
    background-position: center;
}
.card .vetn {    
    background-image: url(../img/ER-sign.jpg);
    background-position: center;
}
.card .deprescribing {    
    background-image: url(../img/white-desk.jpg);
    background-position: center;
}
.card .mh-echo {    
    background-image: url(../img/school-friends.png);
    background-position: center;
}
.card .disparities {    
    background-image: url(../img/architecture.jpg);
    background-position: center;
}
.card .school-tele {    
    background-image: url(../img/apple-books.jpg);
    background-position: center;
}
.card .sud-oud {    
    background-image: url(../img/landscape.jpg);
    background-position: center;
}
.card .title {
    font-size: 110%;
    font-weight: 700;
    padding-bottom: 8px;
}
.card.new .title {
    text-align: center;
}
.card .title img {
    display: block;
    width: 100%;
    height: 150px;
    margin-bottom: 8px;
    object-fit: cover;
    border-radius: 16px;
}
.card .filter-tags {
    display: none;
}
.mod-detail .done, .card .done {
    background: #CBD9E1;
    position: absolute;
    top: -28px;
    left: -56px;
    transform: rotate(-45deg);
    padding: 64px 32px 4px 32px;
}
.mod-detail .done p, .card .done p {
    font-size: 90%;
    font-weight: 700;
    line-height: 80%;
}
.mod-detail .done p span, .card .done p span {
    display: block;
    font-size: 66%;
    text-align: center;
}
.card .play {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.card .play a {
    display: block;
    font-size: 125%;
    margin: 0 16px 8px 0;
    float: right;
}
.card .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FAB941;
    text-align: center;
    font-size: 80%;
    padding: 4px 16px;
    clear: both;
}
.card .footer a {
    color: #333;
}
.card .getcert {
    font-size: 150%;
    margin-top: -32px;
    margin-right: -24px;
    text-align: right;
}
.card .getcert a {
    color: #FAB941;
}
.profile .card {
    background: #fff;
    border: solid 1px #FAB941;
    padding-bottom: 64px;
}
.profile .card p {
    color: #333;
}
.profile .card p.error {
    color: #fff;
}
.profile .card a {
    color: #0A504C;
}
.profile .card label {
    display: block;
}
.profile .card input {
    padding: 0 4px 2px 4px;
    width: 100%;
}
.profile .card .input {
    position: relative;
    margin: 8px 0;
}
.profile .card select {
    background: transparent;
    padding: 0 4px;
    border: none;
    border-bottom: solid 1px #aaa;
    width: 100%;
}
.profile .card .input.left, .profile .card .input.right {
    margin: 0;
    width: 49%;
}
.profile button {
    position: absolute;
    bottom: 24px;
    left: 32px;
    display: inline-block;
    background: #FAB941;
    color: #fff;
    font-size: 100%;
    padding: 12px 32px;
    border: none;
    border-radius: 64px;
}

.row {
    padding: 8px 16px 16px 16px;
    border-bottom: solid 1px #0A504C;
}

#option-tags li {
    list-style: none;
    padding-bottom: 4px;
    color: #fff;
}

#option-tags ul {
    padding: 0px;
    color: #fff;
}

label.title {
    font-weight: 600;
    font-size: 120%;
    color: #fff;
}

.catalog {
    max-width: 1440px;
    margin: auto;
    padding: 32px 0 64px 0;
    display: grid;
    grid-template-columns: 400px 1fr;
}

.catalog-filter {
    padding: 16px;
    margin-right: 32px;
    border: solid 1px #FAB941;
    border-radius: 4px;
}
.catalog-filter .search {
    display: grid;
    grid-template-columns: 1fr auto;
}
.catalog-filter .search input[type="text"] {
    width: 100%;
    border-bottom: solid 1px #0A504C;
}
.catalog-filter .search input[type="text"]::placeholder {
    color: #efefef;
}
.signed-in .module-grid {
    max-width: 1440px;
    margin: auto;
    padding: 32px 0 64px 0;
    display: grid;
    grid-template-columns: 300px 1fr;
}
.catalog-filter h2 {
    font-size: 125%;
}
.catalog-filter h3 {
    font-size: 110%;
    padding-bottom: 8px;
}

input[type="submit"] {
    display: inline-block;
    background: none;
    border-radius: 4px;
    font-weight: 700;
    font-size: 90%;
    padding: 6px 12px;
    border: solid 2px #0A504C;
}

.catalog-filter .open-options {
    display: block;
    padding: 8px 16px;
    padding-right: 1.8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 2px solid #0A504C;
}
.catalog-filter .filters {
    padding: 16px 0px;
}
.catalog-filter .select {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 1.125rem;
    margin-bottom: 16px;
}
.catalog-filter .select::after {
    content: "";
    right: 0.8888888889em;
    top: 50%;
    margin-top: -0.5555555556em;
    position: absolute;
    width: 1.1111111111em;
    height: 1.1111111111em;
    background: url(../img/arrow-right-shades-500.svg) center / 100% auto no-repeat;
    transform: rotate(90deg);
    pointer-events: none;
}
#wrapper .catalog-filter ul {
    padding: 0.3333333333em 0 0.3333333333em 0.33333333333em;
}
.catalog-filter .options {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0.3333333333em 0 0.3333333333em 0.33333333333em;
    margin: 0;
    border: solid 1px #000;
    box-shadow: 0px 3px 10px #999;
    z-index: 9999;
}
#wrapper .catalog-filter .options li {
    display: grid;
    grid-template-columns: auto 1fr;
    justify-content: start;
    align-items: baseline;
    list-style: none;
    margin-left: 0;
    font-size: 90%;
    padding-bottom: 8px;
}
#wrapper .catalog-filter .options li label {
    color: #8D8D99;
    padding: 0 8px;
}

.results {
    position: relative;
    display: block;
}
.results .resultlist {    
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
}
.results .resultlist .row {
    position: relative;
    padding: 32px;
    overflow: auto;
    box-shadow: none;
    border: solid 1px #0A504C;
    border-radius: 8px;
}
.results .selected {
    background: #F0F0F5;
    padding-left: 8px;
}
.results span.error {
    padding: 8px;
    margin-bottom: 0;
}
.results span.chip, .card span.chip {
    display: inline-block;
    font-size: 75%;
    padding: 4px 12px;
    border: solid 1px #000; 
}
.results p.title, .details p.title {
    text-align: left;
    font-size: 125%;
    font-weight: 700;
}
.details p.bookmark {
    position: absolute;
    top: 0;
    right: 32px;
}
.details p.bookmark i {
    color: #FAB941;
}
.results p.title img {
    max-width: 150px;
    padding-right: 16px;
}
.results i {
    position: absolute;
    top: 10%;
    right: 8px;
    color: #DDECEF;
}
.results p.bookmark {
    position: absolute;
    top: 0;
    right: 32px;
}
.results p.bookmark i {
    position: static;
    color: #FAB941;
}
.results .fullreference {
    display: none;
}
.signed-in .module-nav {
    padding: 16px 0;
    margin-right: 32px;
    background: #224E4B;
    border-radius: 4px;
    color: white;
}
#wrapper.signed-in .module-nav ul {
    padding: 0 2px 0 8px;
}
#wrapper.signed-in .module-nav li {
    list-style: none;
    color: #fff;
    margin-left: 0;
}
#wrapper.signed-in .module-nav li.active, #wrapper.signed-in .module-nav li:hover {
    background: #fff;
}
#wrapper.signed-in .module-nav li a {
    display: block;
    color: #fff;
    padding: 8px;
    margin-bottom: 8px;
}
#wrapper.signed-in .module-nav li.active a, #wrapper.signed-in .module-nav li:hover a {
    color: #224E4B;
}
.signed-in .modules {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
}
.signed-in .modules .card, .details .card {
    position: relative;
    padding: 32px;
    overflow: auto;
    box-shadow: none;
    border: solid 1px #0A504C;
    border-radius: 8px;
}
.signed-in .modules .card.new {
    background: #eee;
}
.details {
    display: grid;
    grid-template-columns: 400px 1fr;
    max-width: 1440px;
    margin: auto;
    padding: 32px 0 64px 0;
}
.details .card {
    background: transparent;
}
.details .card:first-of-type {
    margin-right: 32px;
}
.details form {
    display: inline;
}
#wrapper .details .card ul {
    padding: 0;
}
#wrapper .details .card ul li {
    list-style: none;
    padding: 4px 0;
    margin: 0;
}

.three-col {
    display: grid;
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 32px;
}

.two-col {
    display: grid;
    text-align: center;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 32px;
    padding: 32px 15% 64px 15%;
}

.whyus div {
    padding: 16px 0px;
}

section .whyus a {
    color:  #fff;
}

.whyus p {
    padding-bottom: 32px;
}

.whyus h4 {
    font-size: 2rem;
    line-height: 1.175em;
}

.whyus img {
    max-width: 40%;
}

.whyus button {
    border: solid 2px #224E4B;
    color: #224E4B;
}

.whyus button:hover {
    border: solid 2px #2AA486;
    color: #2AA486;
    cursor: pointer;
}

.whyus.shaded button {
    border: solid 2px #fff;
    color: #fff;
}

section.shaded .impact p.stat {
    color:#2AA486;
    font-size: 8rem;
}

.card.whyus {
    background-color: #224E4B;
    text-align: left;
    padding: 32px 32px 64px 32px;
}

.card.whyus p{
    color: #fff;
}

.card.whyus .title {
    color: #fff;
    font-size: 160%;
    padding-bottom: 32px;
}

.card.whyus button {
    position: absolute;
    bottom: 32px;
    width: 80%;
    color: white;
    border: solid 2px #fff;
}

.footer {
    width: 100%;
    background-color: #35363D;
    }
    .footer a {
    text-decoration: none;
    letter-spacing: normal;
    }
    .footer a, .footer a:hover, .footer a:active {
    color: #FFFFFF;
    }
    .footer a.underline {
        text-decoration: underline;
    }
    .footer__wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: auto;
    max-width: 1136px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 32px;
    padding-right: 32px;
    }
    .footer__wrapper__grid {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: auto;
    max-width: 1136px;
    float: none;
    margin-right: auto;
    margin-left: auto;
    padding-left: 32px;
    padding-right: 32px;
    }
    .footer__wrapper::after {
    content: "";
    display: table;
    clear: both;
    }
    .footer__main {
    padding: 2rem 0;
    }
    .footer__main__logo {
        display: grid;
        grid-template-columns: 75px auto;
        gap: 8px;
        color: #fff;
    /*width: 14.375rem;
    max-width: 100%;
    height: 4rem;
    background: url("../img/mcd-logo-white.svg") center/100% no-repeat;
    margin-bottom: 2.5rem;*/
    }
    .footer__main__logo .mcd {
        font: 300% "roc-grotesk-wide", sans-serif;
        font-weight: 500;
        text-align: center;
        line-height: 85%;
    }
    .footer__main__logo .learn {
        font: 325% "Public Sans", sans-serif;
        font-weight: normal;
        text-align: center;
        line-height: 55%;
    }
    .footer__main__info {
    font-size: 0.875rem;
    line-height: 1.5714285714em;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
    }
    .footer__main__info:last-of-type {
    margin-bottom: 1.5rem;
    }
    .footer__main__network {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin-right: 0.75rem;
    }
    .footer__main__network--bluesky {
    background: url("../img/bluesky.svg") center/100% no-repeat;
    }
    .footer__main__network--facebook {
    background: url("../img/facebook.svg") center/100% no-repeat;
    }
    .footer__main__network--linkedin {
    background: url("../img/linkedin.svg") center/100% no-repeat;
    }
    .footer__main__network--instagram {
    background: url("../img/instagram.png") center/100% no-repeat;
    }
    .footer__main__network--youtube {
    background: url("../img/youtube.svg") center/100% no-repeat;
    }
    .footer__section {
    padding-bottom: 3rem;
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin-right: 1.5rem;
    padding: 2rem 0;
    }
.footer__section__title, .footer__section__link {
    font-size: 1rem;
    line-height: 1em;
    }
.footer__section__title {
    font-weight: 700;
    color: #8D8D99;
    margin-bottom: 1.5rem;
    }
.footer__section__link {
    display: block;
    margin-bottom: 1rem;
    }

.footer__wrapper__grid {
    display: grid;
    grid-template-columns: 390px 1fr;
    column-gap: 6rem;
}
.footer__section--no-title {
    padding-top: 4.5rem;
}

#footer {
	width: 100%;
	background: #fff;
    border-top: solid 4px #FAB941;
}
#footer div {
    padding: 32px 16px;
    border-top: solid 1px #ddd;
}
#footer div a {
    text-decoration: underline;
}
#footer i {
    font-size: 150%;
    margin: 0 2px;
}
#footer p.footertext {
    max-width: 1024px;
    color: #5c5c5c;
    margin: auto;
}
#footer p.footerimg {
    text-align: center;
}
#footer p.footerimg img {
    max-width: 100%;
    padding: 12px 64px 12px 64px;
}
#newpassword {
    display: none;
    animation: fadein .2s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #999;
    background: rgba(0,0,0,.8);
    z-index: 999;
    overflow-y: auto;
}
#newpassword.show {
    display: block;
}
#newpassword form {  
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    top: 33.33%;
    left: 37.5%;
    width: 25%;
    padding: 32px 32px 64px 32px;
    -webkit-overflow-scrolling: touch;
}
#newpassword form .closemodal {
    font-size: 125%;
    position: absolute;
    top: 2px;
    right: 8px;
}
#newpassword form p.header {
    font-size: 125%;
    font-weight: 700;
}
#newpassword form p.error {
    font-size: 80%;
    background: #EA2B1F;
    color: #fff;
    padding: 4px;
}
#newpassword .input {
    position: relative;
    margin: 8px 0;
}
#newpassword label {
    display: block;
    font-size: 75%;
    color: #888;
}
#newpassword input {
    padding: 0 4px 2px 4px;
    width: 100%;
}
#newpassword a.cancel {
    position: absolute;
    bottom: 30px;
    right: 32px;
    font-size: 80%;
}
#newpassword button {
    position: absolute;
    bottom: 24px;
    left: 32px;
    display: inline-block;
    background: #FAB941;
    color: #fff;
    font-size: 100%;
    padding: 12px 32px;
    border: none;
    border-radius: 64px;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@media screen and (max-width: 1439px) {    
    #topnav .logo {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0px;
        padding: 16px 0;
    }

    #header #topnav .logo a {
        max-width: 100%;
        grid-column: 1 / 3;
        grid-row: 1;
        align-self: center;
        justify-self: center;
    }

    #header #topnav .logo #left {
        border-radius: 0%;
    }
    #header #topnav .logo #right {
        border-radius: 0%;
    }
    .content #home {
        padding-top: 200px;
    }
}
@media screen and (max-width: 1023px) {

    #topnav .logo {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 16px 0;
        gap: 0px;
    }

    #header #topnav .logo a {
        max-width: 100%;
        grid-column: 1 / 3;
        grid-row: 1;
        align-self: center;
        justify-self: center;
    }

    #header ul {
        display: grid;
        grid-template-columns: 1fr;
        padding: 16px 8px;
        border-radius: 0 64px 64px 0;
        text-align: center;
        margin: 0;
        float: none;
    }
    #top ul {
        display: block;
        padding: 0;
    }

    #home .main {
        left: 40%;
    }

    #header li {
        padding: 8px 0px;
    }
    #header .logo li a {
        padding: 0;
    }

    /*.grid {
        grid-template-columns: 1fr 1fr;
    }*/
    section {
        display: block;
    }
    section div img {
        float: none;
        width: 100%;
        padding-bottom: 16px;
    }
    section div.grid.grid-flow-row {
        display: block;
    }
    #partners img {
        width: 100%;
    }
    #newpassword form {
        left: 25%;
        width: 50%;
    }
    #heading {
        background-image: none;
        padding-right: 0;
    }
    #home, #home .mod-detail {
        display: block;
    }
    #home .main {
        padding-top: 16px;
    }
    #home .fixedw {
        padding: 16px 32px;
    }
    /*#home .hero, #home .fixedw img {
        display: none;
    }*/
    #home h1 {
        font-size: 300%;
        text-align: center;
    }
    #home.profile #heading, #home.register #heading, #home.sign-in #heading {
        background-image: none;
    }
    #home form {
        text-align: center;
    }
    .profile .card .input {
        text-align: left;
    }
    #home.sign-in .main form {
        text-align: left;
    }
    #heading form .input, #heading form .filters {
        width: 100%;
    }
    .content #home {
        padding-top: 260px;
    }

}
@media screen and (max-width: 849px) {
    #header {
        position: static;
    }
    #header li {
        font-size: 80%;
    }
    #header ul.left li, #header ul.right li {
        padding: 0 8px;
    }
    #header ul.titles {
        padding-bottom: 8px;
    }
    #home {
        background-attachment: scroll;
        padding: 0;
    }
    #home .hero {
        height: 250px;
        background-position: center -200px;
    }
    #home.sign-in {
        padding: 16px;
    }
    #home .main {
        position: static;
        padding: 0 16px;
        margin: 0;
    }
    #home.modules {
        padding-top: 8px;
    }
    #home.modules #filters {
        justify-items: center;
    }
    .content #home {
        padding-top: 0;
    }
    .card {
            margin-bottom: 16px;
    }
    .footer__wrapper__grid {
        display: block;
    }
    #footer p {
        clear: both;
    }
    #footer p.left, #footer p.right {
        display: block;
        float: none;
        text-align: center;
    }
}
@media screen and (max-width: 799px) {
    #header ul.titles {
        clear: both;
    }
    #home {
        padding-top: 0;
    }
    #home .main .splash {
        margin-top: 0;
    }
}
@media screen and (max-width: 624px) {
    #lnav {
        display: none;
    }
    #wrapper ul {
        padding: 0;
    }
    #announcements div {
        float: none;
        width: auto;
    }
    #home .main form input {
        font-size: 75%;
        padding: 12px 16px;
    }
    #home.sign-in .main {
        width: 95%;
    }
    section h3 {
        font-size: 300%;
    }
    #home.modules .logo {
        display: block;
    }
    #home.modules h1 i {
        display: inline-block;
    }
    #home .user {
        right: 24px;
    }
    #content.home {
        padding: 0 32px;
    }
    .grid {
        grid-template-columns: repeat( auto-fill, minmax(250px, 1fr) );
    }
    #signout {
        right: 16px;
    }
    #home.modules h1, #home.sign-in h1 {
        font-size: 300%;
        line-height: 100%;
        padding: 25px 0 24px 0;
    }
    #newpassword form {
        width: 90%;
        left: 5%;
    }
    section div.grid.large {
        display: block;
    }
    section div.grid.large div {
        margin: 16px 0;
    }
    section div.grid.small {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
}
@media screen and (max-width: 424px) {
    #wrapper li {
        margin: 0 16px;
    }
    #wrapper #signout li {
        margin: 0;
    }    
    #wrapper #header ul.left li, #wrapper #header ul.right li {
        margin: 0;
    }
    .grid {
        display: block;
    }
    #topnav .logo {
        display: grid;
        grid-template-columns: 1fr;
        padding: 16px 0;
        gap: 0px;
    }

    #header #topnav .logo a {
        max-width: 100%;
        grid-column: 1 / 2;
        grid-row: 1;
        align-self: center;
        justify-self: center;
    }

    #header ul {
        padding: 0 8px;
        border-radius: 0 64px 64px 0;
        text-align: center;
        margin: 0;
        float: none;
    }
    section h2 {
        font-size: 200%;
    }
    #home .main form input {
        padding: 12px 8px;
    }
    #home.modules .logo img {
        width: 120px;
    }
    #home.modules h1, #home.sign-in h1 {
        line-height: 95%;
        padding: 12px;
        font-size: 250%;
        max-width: 335px;
    }
    #content.home {
        padding: 0 12px;
    }

}