/* @import url('https://rsms.me/inter/inter.css'); */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

/* Elements
---------------------------------------- */

*, *:before, *:after {
    box-sizing: border-box;
}

body {
    font-family: system-ui, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    background-color: #fff;
    color: #222;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.3;
}

h1 {
    margin: 0 0 20px;
}

h2, h3, h4, h5, h6 {
    margin: 0 0 14px;
}

h4, h5, h6 {
    font-size: 100%;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

a {
    text-decoration: none;
    color: #0059ab;
}

a:hover {
    text-decoration: underline;
}

a[href*=".png"], a[href*=".jpg"], a[href*=".gif"] {
    outline: none;
}

address, blockquote, dd, dl, fieldset, form, iframe, ol, p, pre, table, ul {
    margin: 0 0 20px;
}

address {
    font-style: normal;
}

b, strong {
    font-weight: 600;
}

blockquote {
    border-left: 4px solid #ccc;
    padding: 0 20px;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
}

code, kbd, pre, samp {
    font-size: 15px;
    background-color: #eee;
}

code, kbd, samp {
    padding: 4px;
}

dt {
    font-weight: 600;
}

dd {
    margin-left: 0;
}

embed, iframe, object, video {
    max-width: 100%;
}

figure {
    margin: 0 0 20px;
}

hr {
    border: 0;
    border-bottom: 1px solid #999;
    margin-top: 40px;
    margin-bottom: 40px;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    max-width: 100%;
    padding: 8px;
    background-clip: padding-box;
    background-color: #fff;
    color: inherit;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,.1);
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
    outline: 0;
    border-color: #5b9dd9;
    box-shadow: 0 0 3px rgba(0,115,170,.8);
}

p iframe {
    margin-bottom: 0;
}

pre {
    line-height: 1.4;
    padding: 8px;
    overflow: auto;
}

table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

caption, th, td {
    padding: 8px;
}

th, td {
    text-align: left;
    border: 1px solid #ccc;
}

ul, ol {
    padding-left: 0;
}

li {
    font-size: 16px;
    margin-left: 30px;
}

li > ul, li > ol {
    margin-bottom: 0;
}

@media (min-width: 1024px) {

    h1 {
        font-size: 40px;
    }

}

/* Panels
---------------------------------------- */

.panel-wrapper {
    max-width: 1080px;
    padding: 0 20px;
    margin: auto;
}

/* Header
---------------------------------------- */

.header-wrapper {
    position: relative;
}

.header-title {
    border-bottom: 2px solid #dedede;
    padding: 20px 0;
}

.header-title a {
    display: block;
    width: fit-content;
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none;
}

.header-title img {
    background-color: transparent;
    color: transparent;
    vertical-align: top;
    margin-right: 4px;
    width: 100px;
    height: 27px;
}

.header-title .name {
    display: none;
}

.header-navigation .menu-item {
    display: block;
}

.header-navigation .menu-item:not(:last-child) {
    margin-right: 0;
}

.header-navigation .menu-item a {
    display: block;
    text-decoration: none;
    box-shadow: none;
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
}

.header-hamburger {
    display: block;
    position: absolute;
    right: -8px;
    top: 16px;
    z-index: 3;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.header-hamburger:before,
.header-hamburger:after {
    content: "";
    display: block;
    position: relative;
    background: #222;
    width: 24px;
    height: 2px;
    margin: 8px auto;
}

.header-hamburger:before {
    margin-top: 14px;
}

.header-hamburger.active:before {
    transform: rotate(45deg);
    top: 4px;
}

.header-hamburger.active:after {
    transform: rotate(-45deg);
    top: -6px;
}

.header-navigation {
    display: none;
}

.header-navigation .current-menu-item a,
.header-navigation .current_page_parent a,
.header-navigation .current-page-ancestor a {
    color: inherit;
}

.header-navigation.active {
    display: block;
}

.header-social {
    display: none;
}

@media (min-width: 1024px) {

    .site-header {
        border-bottom: 1px solid #dedede;
        box-shadow: 0 1px 5px 0 #dedede;
    }

    .header-wrapper {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .header-title {
        padding: 0;
        margin: 0;
        border-bottom: 0;
        flex: 0 0 150px;
        width: 150px;
    }

    .header-title img {
        margin: 0;
        width: 100px;
        height: 27px;
    }

    .header-navigation {
        display: block;
        flex: 1;
    }

    .header-navigation .menu-item {
        display: inline-block;
        vertical-align: top;
        margin-left: 0;
    }

    .header-navigation .menu-item:not(:last-child) {
        margin-right: 20px;
    }

    .header-navigation .menu-item a {
        position: relative;
        display: block;
        padding: 18px 0 16px;
        color: inherit;
        border-bottom: 4px solid transparent;
    }

    .header-navigation .menu-item a:hover {
        color: #222;
    }

    .header-navigation .current-menu-item a,
    .header-navigation .current_page_parent a,
    .header-navigation .current-page-ancestor a {
        border-color: #0059ab;
    }

    .header-hamburger {
        display: none;
    }

    .header-social {
        display: block;
    }

    .header-social ul {
        margin: 0;
    }

    .header-social li {
        margin: 0;
        list-style: none;
        display: inline-block;
        vertical-align: top;
    }

    .header-social li:not(:last-child) {
        margin-right: 10px;
    }

    .header-social a svg {
        vertical-align: middle;
        width: 20px;
        height: 20px;
        color: #0059ab;
        fill: currentColor;
        opacity: .75;
        transition: opacity .2s;
    }

    .header-social a:hover svg {
        opacity: 1;
    }

}

/* Subpages
---------------------------------------- */

.site-subpages {
    font-size: 16px;
}

.page-navigation {
    padding-top: 20px;
    padding-bottom: 8px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.page-navigation ul {
    display: flex;
    margin: 0;
}

.page-navigation li {
    list-style: none;
    margin: 0;
}

.page-navigation li:not(:last-child) {
    margin-right: 20px;
}

.current_page_item a,
.current_page_ancestor a {
    color: inherit;
}

@media (min-width: 1024px) {

    .page-navigation {
        padding: 16px 0;
        padding-left: 150px;
    }

    .page-navigation li:not(:last-child) {
        margin-right: 30px;
    }

}

/* Footer
---------------------------------------- */

.site-footer {
    border-top: 1px solid #dedede;
}

.site-footer a {
    color: inherit;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    font-size: 15px;
}

.footer-info {
    margin-bottom: 10px;
}

/* Content
---------------------------------------- */

.site-content {
    padding: 20px 0;
}

.posts-wrapper,
.entry-wrapper {
    margin-bottom: 20px;
}

.entry-content h1:not(:first-child),
.entry-content h2:not(:first-child),
.entry-content h3:not(:first-child),
.entry-content h4:not(:first-child),
.entry-content h5:not(:first-child),
.entry-content h6:not(:first-child) {
    margin-top: 30px;
}

.entry-content .normal {
    font-size: 100%;
    margin: 0 0 20px;
}

.entry-footer {
    margin-bottom: 40px;
}

.entry-meta,
.edit-link {
    font-size: 15px;
}

.meta-item + .meta-item:before {
    content: "\2022";
    color: #999;
}

.posted-on a {
    box-shadow: none;
    text-decoration: none;
}

.entry-date {
    color: #999;
}

.entry-date + .updated {
    display: none;
}

.edit-link {
    clear: both;
    margin-top: 20px;
    display: none;
}

.sticky {
    display: block;
}

.post-thumbnail {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 40px;
    border-radius: 5px;
}

.post-thumbnail:before {
    content: "";
    display: block;
    padding-bottom: 50%;
}

.read-link {
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 0;
    font-weight: 600;
    box-shadow: none;
    transition: color .2s;
}

.read-link:hover {
    box-shadow: none;
}

.read-link:after {
    content: "\25be";
    font-size: 14px;
    display: inline-block;
    position: relative;
    left: 2px;
}

.less-link:after {
    transform: rotate(-180deg);
    top: 1px;
}

.link-button:after,
.continue-link:after {
    font-size: 16px;
    content: " \203a";
}

.link-button {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: inherit;
    background-color: #0059ab;
    color: #fff;
    box-shadow: none;
    border-radius: 3px;
    padding: 8px 14px;
    margin: 10px 0;
    cursor: pointer;
}

.link-button:hover {
    color: #fff;
}

#content a.mPS2id-highlight {
    background-color: #0059ab;
    color: #fff;
}

@media (min-width: 1024px) {

    .site-content {
        padding: 40px 0;
    }

    .entry-content h1:not(:first-child),
    .entry-content h2:not(:first-child),
    .entry-content h3:not(:first-child),
    .entry-content h4:not(:first-child),
    .entry-content h5:not(:first-child),
    .entry-content h6:not(:first-child) {
        margin-top: 40px;
    }

}

/* Home
---------------------------------------- */

.home-message {
    display: table;
    margin: 0 auto 20px;
    background: #fff3bf;
    padding: 10px 20px;
    font-size: 16px;
    color: #222;
    border-radius: 5px;
}

.home-message p {
    margin: 0;
}

.home-message a {
    text-transform: uppercase;
    font-size: 13px;
}

.home-wrapper h1 {
    margin-top: 0;
}

.home-heading .first-part,
.home-heading .last-part {
    display: block;
}

.home-heading .first-part {
    font-size: 28px;
    margin-bottom: 10px;
}

.home-heading .first-part b {
    font-variant: all-small-caps;
}

.home-heading .first-part i {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    background-color: #f36523;
    color: #fff;
    display: inline-block;
    vertical-align: super;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.home-heading .last-part {
    font-size: 16px;
}

.home-figure {
    padding-bottom: 30px;
}

.home-slider {
    position: relative;
    width: 560px;
}

.home-slider:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    border: 5px solid #fff;
    border-radius: 10px;
}

.home-slider .item {
    outline: 0;
}

.home-slider .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 65%;
}

.home-slider .slick-dots {
    bottom: -40px;
}

.home-slider .slick-dots li {
    margin: 0;
}

.home-slider .slick-dots li button:before {
    font-size: 10px;
}

@media (min-width: 1024px) {

    .home-message {
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        top: -30px;
        padding: 10px 25px;
        border-radius: 30px;
    }

    .home-wrapper {
        padding: 30px 0;
    }

    .home-main {
        display: flex;
    }

    .home-content {
        flex: 1;
        padding-right: 60px;
    }

    .home-figure {
        flex: 0 0 560px;
        padding-top: 30px;
    }

    .home-media {
        position: relative;
        width: 560px;
        height: 420px;
        overflow: hidden;
    }

    .home-heading .first-part {
        font-size: 40px;
    }

    .home-heading .last-part {
        font-size: 19px;
    }

}

/* Research
---------------------------------------- */

.research-section {
    margin-bottom: 60px;
}

.research-section .figure {
    margin-bottom: 20px;
}

.research-section .figure img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

.research-section h2 {
    margin-top: 0;
}

.ab-menu {
	margin-bottom: 20px;
}

@media (min-width: 1024px) {

    .research-sections {
        column-count: 2;
        column-gap: 40px;
        margin-bottom: 40px;
    }

    .research-section {
        display: inline-block;
        width: 100%;
    }

    .research-section {
        padding: 4px;
    }

	.ab-wrap {
		display: flex;
		flex-direction: row-reverse;
        align-items: flex-start;
		column-gap: 80px;
	}

	.ab-main {
		flex: 1;
	}

	.ab-navigation li {
		display: block;
		margin-bottom: 10px;
	}

}

.page-fdaa figure img {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

/* People
---------------------------------------- */

.members-item {
    padding-bottom: 30px;
}

.members-item .media,
.member-item .media {
    margin-bottom: 20px;
}

.members-item .media {
    position: relative;
    overflow: hidden;
}

.members-item .media:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.members-item .photo,
.member-item .photo {
    display: block;
    border-radius: 5px;
}

.members-item .photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.members-item .name,
.member-item .name {
    margin-top: 0;
    margin-bottom: 5px;
}

.members-item .role,
.member-item .role {
    margin-bottom: 10px;
    color: #999;
}

.members-item .bio a {
    text-transform: uppercase;
    font-size: 13px;
}

@media (min-width: 768px) {

    .members-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .members-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .member-item {
        display: flex;
    }

    .member-item .media {
        flex: 0 0 40%;
        max-width: 40%;
        padding-right: 30px;
    }

    .member-item .wrap {
        flex: 0 0 60%;
    }

}

@media (min-width: 1024px) {

    .members-item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

}

/* Publications
---------------------------------------- */

.paper-covers {
    margin: 0 -5px;
}

.paper-item {
    padding: 0 5px;
}

.paper-covers .img {
    box-shadow: 0 0 1px 0 #666;
    margin: 1px;
    width: 100%;
    height: 0;
    padding-bottom: 130%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-radius: 5px;
}

.paper-covers .slick-dots {
    bottom: -40px;
}

.paper-covers .slick-dots li {
    margin: 0;
}

.paper-covers .slick-dots li button:before {
    font-size: 10px;
}

.pubmed-wrapper {
    margin-top: 50px;
}

.pubmed-wrapper .link-button {
    margin: 0 0 30px;
}

.pub-list * {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    display: inline;
    vertical-align: top;
    color: inherit;
    border: 0;
    padding: 0;
    margin: 0;
}

.pub-list a {
    color: #0059ab;
}

.wbe-entry {
    display: block;
    margin-bottom: 30px;
}

.wbe-display-highlights-bold {
    font-weight: 600;
}

.wbe-links-inline > span {
    font-size: 15px;
    margin-left: 8px;
}

.rprt {
    margin-bottom: 30px;
}

.rprt .title,
.rprt .desc {
    margin-bottom: 0;
}

.rprt .rprtnum,
.rprt .aux {
    display: none;
}

@media (min-width: 1024px) {

}

/* MicrobeJ
---------------------------------------- */

@media (min-width: 1024px) {

}

/* FDAA
---------------------------------------- */

#attachment_251 {
    max-width: 500px !important;
    width: 100% !important;
}

/* News
---------------------------------------- */

.news-group h3 {
    font: inherit;
    margin-top: 0;
}

.news-group p {
    font-size: 15px;
    color: #666;
}

.news-group a {
    word-wrap: break-word;
}

.news-group img {
    border-radius: 5px;
}

.news-pagination {
    text-align: center;
}

.news-pagination a {
    margin: 0 10px;
}

@media (min-width: 1024px) {

    .news-group {
        position: relative;
        padding-left: 200px;
        margin-bottom: 40px;
    }

    .news-group:first-child {
        margin-top: 10px;
    }

    .news-group > h2 {
        position: absolute;
        left: 0;
        top: 0;
    }

    .news-group > ul {
        max-width: 680px;
    }

}

/* Join
---------------------------------------- */

.join-aside {
    padding-top: 10px;
}

@media (min-width: 1024px) {

    .join-wrapper {
        display: flex;
    }

    .join-main {
        flex: 0 0 700px;
        max-width: 700px;
        padding-right: 50px;
    }

    .join-aside {
        flex: 1;
        padding-top: 0;
    }

    .join-aside .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 30px;
    }

}

/* Fun
---------------------------------------- */

.fun-wrapper h2 {
    margin-top: 0;
}

.fun-gallery:not(:first-child) {
    margin-top: 40px;
}

.fun-gallery .fun-item {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    break-inside: avoid;
}

.fun-gallery .fun-item img {
    border-radius: 5px;
}

.fun-gallery .img-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    background: rgba(0,0,0,.625);
    color: #fff;
    font-size: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (min-width: 768px) {

    .fun-gallery {
        column-count: 2;
    }

}

@media (min-width: 1024px) {

}

/* Column
---------------------------------------- */

@media (min-width: 1024px) {

    .column-content {
        column-count: 2;
        column-gap: 40px;
    }

    .column-section {
        display: inline-block;
        width: 100%;
        margin-bottom: 40px;
    }

}

/* Press
---------------------------------------- */

.press-section {
    border-bottom: 1px solid #ccc;
    border-radius: 5px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.press-section blockquote {
    font-size: 16px;
}

@media (min-width: 1024px) {

    .press-wrapper {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    .press-content {
        flex: 1;
    }

    .page-press .site-content {
        background-color: #f2f2f2;
    }

    .press-section {
        border: 0;
        border-bottom: 1px solid #e3e3e3;
        background-color: #fff;
        padding: 25px;
        margin-bottom: 40px;
    }

}

/* Anchors
---------------------------------------- */

.sticky-anchors {
    margin-bottom: 30px;
}

.sticky-anchors h2 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sticky-anchors ul {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0;
}

.sticky-anchors li {
    display: block;
    font-size: 16px;
    list-style: none;
    margin: 0 !important;
}

.sticky-anchors a {
    display: block;
    padding: 10px 15px;
}

.sticky-anchors a:hover {
    text-decoration: none;
    background-color: #eee;
}

.sticky-anchors li:not(:last-child) a {
    border-bottom: 1px solid #ddd;
}

.sticky-anchors li:first-child a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.sticky-anchors li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.sticky-anchors .current-menu-item a {
    background-color: #0059ab;
    color: #fff;
}

@media (min-width: 1024px) {

    .sticky-anchors {
        margin-left: 60px;
        min-width: 280px;
        position: -webkit-sticky;
        position: sticky;
        top: 30px;
    }

}

/* Width
---------------------------------------- */

@supports (column-count: 2) {

    .research-primary > p:first-child,
    .page-microbej .entry-content > p:not(.post-thumbnail),
    .page-fdaa .entry-content p,
    .page-fdaa .entry-content ul,
    .page-pili-labeling .entry-content,
    .page-resources .entry-content > p:first-child,
    .page-links .entry-content > p:first-child {
        max-width: 650px;
    }

}

/* Sidebar
---------------------------------------- */

.widget {
    margin-bottom: 40px;
}

.widget h2 {
    font-size: 100%;
}

.widget li {
    list-style: none;
    margin-left: 0;
}

/* Navigation
---------------------------------------- */

.nav-menu {
    list-style-type: none;
    margin-bottom: 0;
}

.menu-item {
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
}

.menu-item:not(:last-child) {
    margin-right: 10px;
}

.pagination {
    text-align: center;
}

.nav-links {
    margin-bottom: 40px;
}

.page-numbers {
    display: inline-block;
    vertical-align: top;
    line-height: 1.15;
    text-align: center;
    padding: 6px 10px;
    text-decoration: none;
    box-shadow: none;
}

.page-numbers:hover {
    background-color: #ddd;
    text-decoration: none;
    box-shadow: none;
}

.page-numbers.current {
    background-color: #222;
    color: #fff;
}

.page-numbers.dots {
    padding-left: 0;
    padding-right: 0;
}

.page-numbers.dots:hover {
    background-color: #fff;
}

.page-numbers svg {
    width: 8px;
    height: 12px;
}

.nav-previous + .nav-next {
    margin-top: 20px;
}

.nav-previous svg,
.nav-next svg {
    width: 14px;
    height: 12px;
}

.nav-previous svg {
    margin-right: 4px;
}

.nav-next svg {
    margin-left: 4px;
}

.entry-pages {
    clear: both;
    word-spacing: 4px;
}

@media (min-width: 768px) {

    .post-navigation .nav-links,
    .posts-navigation .nav-links {
        display: flex;
        justify-content: space-between;
    }

    .nav-previous,
    .nav-next {
        flex: 0 0 45%;
    }

    .nav-previous + .nav-next {
        margin-top: 0;
    }

    .nav-previous {
        text-align: left;
    }

    .nav-next {
        text-align: right;
    }

}

/* Alignments
---------------------------------------- */

.alignleft,
.aligncenter,
.alignright {
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 1024px) {

    .alignleft {
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .aligncenter {
        margin: 0 auto 20px;
    }

    .alignright {
        float: right;
        margin-left: 20px;
        margin-bottom: 10px;
    }

}

/* Captions
---------------------------------------- */

.wp-caption {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
}

.wp-caption a {
    box-shadow: none;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
    font-size: 14px;
    padding: 10px 0;
}

/* Galleries
---------------------------------------- */

.gallery-item {
    margin-bottom: 20px;
}

.gallery-item img {
    border-radius: 5px;
}

.gallery-caption {
    font-size: 15px;
    padding: 10px 0;
}

@media (min-width: 768px) {

    .gallery {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .gallery-item {
        text-align: center;
        padding: 10px;
    }

    .gallery-item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .gallery-columns-1 .gallery-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .gallery-columns-2 .gallery-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gallery-columns-3 .gallery-item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .gallery-columns-4 .gallery-item {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .gallery-columns-5 .gallery-item {
        flex: 0 0 20%;
        max-width: 20%;
    }

}

/* Embeds
---------------------------------------- */

.hentry .wp-audio-shortcode,
.hentry .wp-video-shortcode,
.hentry .wp-audio-playlist,
.hentry .wp-video-playlist {
    margin: 0 0 20px;
}

.hentry .mejs-button button {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
}

.video-wrapper {
    position: relative;
}

.video-wrapper:before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

/* Carousel
---------------------------------------- */

.bx-wrapper .carousel-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bx-wrapper .carousel-image:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 75%;
}

.bx-wrapper .bx-pager {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.bx-wrapper .bx-pager-item {
    margin: 0 5px;
}

.bx-wrapper .bx-pager-link {
    display: block;
    overflow: hidden;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    text-indent: -9999px;
}

.bx-wrapper .bx-pager-link.active {
    background-color: #0059ab;
}

@media (min-width: 992px) {

    .bx-wrapper .carousel-item {
        margin-bottom: 30px;
    }

    .bx-wrapper .carousel-item {
        margin-bottom: 0;
    }

}

/* Accessibility
---------------------------------------- */

.screen-reader-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Clearings
---------------------------------------- */

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

.clearfix:after,
.entry-content:after,
.comment-content:after {
    clear: both;
}

/* Print
---------------------------------------- */

@media print {
}
