@charset "utf-8";
html {
    scroll-behavior: smooth;
}

body {
    background-color: #ffffff;
}

#live-page-headline {
    width: 980px;
    height: auto;
    margin: 0 auto;
}

#lph-cat {
    color: #333333;
    font-family: 'mallory';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

#live-page-headline h1 {
    color: #333333;
    font-family: 'mallory';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0.02em;
    margin: 15px auto 0;
}

.lph-pd {
    color: #333;
    font-family: 'mallory';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0.02em;
    margin: 15px auto 0;
}

.lph-pd a, .lph-pd a:visited, .lph-pd a:hover {
    text-decoration: none;
    color: #333333;
    font-weight: 700;
}

/* BODY */
#live-page-body {
    width: 980px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 40px auto 0;
}

.lp-update {
    order: 1;
    width: 640px;
    height: auto;
    display: block !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.lp-update p {
    font-family: 'Noto Serif';
    color: #333;
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: 0.02em;
    margin: 0 0 20px 0;
}

.lp-update img {
    max-width: 100%!important;
    height: auto;
    margin: 0 auto 30px;
}

.lp-lbl {
    margin: 0 auto 10px;
}

.lp-lbl h2 {
    color: #333333;
    font-family: 'mallory';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5em;
}

.lp-sort {
    width: 100%;
    border-bottom: 2px solid #D6DEE2;
    color: #333333;
    font-family: 'mallory';
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto 30px;
}

.lp-sort span {
    display:flexbox;
    margin: 0 20px 0 0;
}

.lp-sort a, .lp-sort a:visited {
    color: #333333;
    text-decoration: none;
}

.lp-sort a:hover {
    color: #0b72b5;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
}

.lp-sort a.b-active {
    color: #0b72b5;
        text-decoration: underline;
        text-decoration-thickness: 3px;
        text-underline-offset: 4px;
    }

.lp-card {
    background-color: #f5f5f5;
    width: 100%;
    height: auto;
    padding: 30px 50px 40px 50px;
    box-sizing: border-box;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
}

.lp-card h2 {
    color: #014C87;
    font-family: 'mallory';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
    width: 100%;
}

.lp-date {
    color: #666;
    font-family: 'mallory';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    width: 100%;
}

.lp-media {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.lp-media img {
    margin: 0 auto 10px;
}

.wp-caption-text {
    font-family: 'mallory'!important;
    font-size: 12px !important;
    line-height: 1.5em !important;
    color: #686868 !important;
    font-weight: 400 !important;
    letter-spacing: 0.02em;
}

.lp-blurb {
    font-family: 'Noto Serif';
    color: #333;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    margin: 0 0 20px 0;
    width: 100%;
}

.lp-readmore {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 40px auto 0;
}

.lp-readmore span {

}

.lp-readmore a, .lp-readmore a:visited, .lp-readmore a:hover {
    color: #ffffff!important;
    text-decoration: none;
    background-color: #014C87;
    border-radius: 40px;
    padding: 10px 20px;
    margin: 0 auto;
    font-family: 'mallory';
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.lp-update h3 {
	font-family: 'Noto Serif';
	color: #333333;
	margin-bottom: 20px;
	line-height: 24px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.010em;
}

.lp-update h4 {
	font-family: 'Noto Serif';
	color: #333333;
	margin-bottom: 16px;
	line-height: 1.2em;
	font-size: 16px;
	letter-spacing: -0.010em;
	font-weight: 700;
}

.lp-update h5 {
	font-family: 'Noto Serif';
	color: #333333;
	margin-top: 40px;
	margin-bottom: 15px;
	line-height: 1.2em;
	font-size: 12px;
	letter-spacing: -0.010em;
	font-weight: 700;
}

.lp-update strong {
	font-weight: 700;
}

.lp-update u {
	text-decoration: underline;
}

.lp-update p a, .lp-update p a:visited, .lp-update p a:hover {
	color: #004985;
	text-decoration: none;
}

/* gutenberg caption */
.wp-element-caption {
	font-family: 'mallory';
	font-size: 12px;
	line-height: 1.6em;
	letter-spacing: 0.02em;
	color: #686868;
	font-weight: 400;
}

/*gutenber image */
.size-large img {
	width: 100%;
}

.simplePullQuote {
	font: 28px 'mallory',sans-serif!important;
	line-height:1.2em!important;
	color: #f5f5f5!important;
	padding: 120px 30px 15px 40px!important;
	float: none!important;
	margin-right: 0px!important;
	margin-bottom: 20px!important;
	margin-top: 0px!important;
	margin-left: 0px!important;
	width: 100%!important;
	height: auto!important;
	border-left: none!important;
	border-right: none!important;
	border-top: 1px solid #dddddd!important;
	border-bottom: 1px solid #dddddd!important;
	box-shadow: none!important;
	box-sizing: border-box;
	border-radius: 40px;
	text-align: center!important;
	font-weight: 700!important;
	letter-spacing: -0.010em!important;
	background: url(images/quote-2021.png) top center no-repeat, url(images/quote-texture.png) top left no-repeat!important;
	background-size: 249px, cover!important;
	background-position: 50% 20px, 50% 50%!important;
}

.simplePullQuote p {
	font: 28px 'mallory',sans-serif!important;
    line-height: 1.2em!important;
    color: #f5f5f5!important;
    font-weight: 700!important;
    margin: 0px!important;
}

.quote-share {
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.quote-share img {
	display: block;
	margin: 0 10px;
}

.lp-update ol {
	font-family: 'Noto Serif', serif!important;
	font-size: 18px;
	line-height: 2;
	color: #333333;
	margin-bottom: 30px;
	list-style: decimal;
	padding-left: 40px;
}

.lp-update ul {
	font-family: 'Noto Serif', serif!important;
	font-size: 18px;
	line-height: 2;
	color: #333333;
	margin-bottom: 30px;
	list-style: disc;
	padding-left: 20px;
}


.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 40px auto;
    width: 100%;
    height: auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
	width: 300px!important;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
	width: 300px!important;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
	width: 300px!important;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
	width: 300px!important;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 100%; /* Image does not overflow the content area */

}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
    margin: 5px 0 10px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.wp-caption p.wp-caption-text {
	font-family: 'mallory'!important;
	font-size: 12px!important;
	line-height: 16px!important;
	color: #686868!important;
	font-weight: 400!important;
}


/* side */
.lp-side {
    order: 2;
    width: 300px;
    height: auto;;
}

.w3-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.w3-bar-item {
    padding: 8px 16px;
    width: auto;
    border: none;
    display: block;
    outline: 0;
    transition: .5s;
    border-radius: 10px 10px 0 0;
    font-family: 'mallory';
    font-weight: 700;
    color: #ffffff;
    background-color: #666666;
    margin-right: 2px;
}

.w3-red, .w3-hover-red:hover {
    color: #f5f5f5 !important;
    background-color: #0b72b5 !important;
}

#tab-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 20px;
    height: 300px;
    border: 1px solid #D6DEE2;
    box-sizing: border-box;
    overflow: scroll;
    margin-bottom: 20px;
}

.ltabs {
    transition: .5s;
}

#events-timeline {
    transition: .5s;
    width: 100%;
    border-left: 2px dashed #D6DEE2;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
}

#live-rel {
    transition: .5s;
}

.dev-story {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}

.dev-rel {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}


.dev-story::before {
    content: url(images/elipse-9.svg);
    position: absolute;
    width: 10px;
    top: 5px;
    left: -26px;
}

.key-head {
    color: #333333;
    font-family: 'mallory';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}

.key-head a, .key-head a:visited, .key-head a:hover {
    color: #333333;
    text-decoration: none;
}

.dev-story p {
    color: #333333;
    font-family: 'mallory';
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dev-rel p {
    color: #333333;
    font-family: 'mallory';
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lp-cards {
display: flex;
flex-wrap: wrap;
}

/* mobile key moments */
#m-keym {
    width: 100%;
    height: 40px;
    border-top: 1px solid #0b72b5;
    border-bottom: 1px solid #0b72b5;
    position: fixed;
    top: 50px;
    z-index: 9999;
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #ffffff;
}

.mkm-tabs {
    width: 50%;
    height: 38px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    cursor: pointer;
}

.mkm-ico {
    padding: 10px 10px 0 0;
}

.mkm-lbl {
    color: #3370B0;
    font-family: 'mallory';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 10px 0 0 0;
}

.mkm-active {
    border-bottom: 3px solid #0b72b5;;
}

#m-key-expand {
    width: 100%;
    height: 60vh;
    background-color: #ffffff;
    position: fixed;
    border-bottom: 4px solid #0b72b5;
    top: 92px;
    z-index: 9999;
    overflow: scroll;
}

.m-key-expand {
transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
opacity: 0;
visibility: hidden;
}

.m-key-expand.show {
opacity: 1;
visibility: visible;
}

.mkey-tabs {
transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
opacity: 0;
visibility: hidden;
}

.mkey-tabs.show {
opacity: 1;
visibility: visible;
}

#mkey-events {
    width: 100%;
    box-sizing: border-box;
}

.mkey-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: fixed;
    z-index: 2;
    background-color: #ffffff;
    height: 55px;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
}

.mkey-lbl {
    color: #014C87;
    font-family: 'mallory';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 10px 0 0 0;
    box-sizing: border-box;
}

.close-button {
    width: 15px;
    padding: 15px 20px 0 0;
    box-sizing: border-box;
}

.mkey-wrap-a {
    padding: 50px 20px 0 20px;
    box-sizing: border-box;
    border-left: 2px dashed #D6DEE2;
    margin: 0 auto;
    width: 92%;
}

.mkey-wrap-b {
    padding: 65px 20px 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 92%;
}

.mvidframe {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

#embed-video-container {
    background: #f5f5f5!important;
}

.css-1r2yhgy {
    background: #ffffff!important;
}

.embed-container {
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; overflow: hidden; 
    width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* wide */
@media only screen and (min-width: 1440px) and (max-width: 4000px){
    
}

/* 568 - 728 */
@media only screen and (min-width: 568px) and (max-width: 980px){
#live-page-headline {
    width: 93%;
    margin: 0 auto;
}

#live-page-headline h1 {
    font-size: 24px;
    margin: 15px auto 0;
}

/* BODY */
#live-page-body {
    width: 93%;
}

.lp-update {
    order: 1;
    width: 100%;
}

.lp-lbl {
    font-size: 22px;
}

.lp-card {
    padding: 30px;
}

.lp-card h2 {
    font-size: 22px;
}

/* side */
.lp-side {
    order: 2;
    width: 300px;
    height: auto;
    margin: 0 auto;
}

.w3-bar {
    display: none;
}

#tab-nav {
    display: none;
}

#live-rel {
    display: none;
}

}


/* 320-tab */
@media only screen and (min-width: 320px) and (max-width: 567px){
#live-page-headline {
    width: 93%;
    margin: 0 auto;
}

#live-page-headline h1 {
    font-size: 24px;
    margin: 15px auto 0;
}

/* BODY */
#live-page-body {
    width: 93%;
}

.lp-update {
    order: 1;
    width: 100%;
}

.lp-lbl h2 {
    font-size: 22px;
}

.lp-card {
    padding: 30px;
}

.lp-card h2 {
    font-size: 22px;
}

/* side */
.lp-side {
    order: 2;
    width: 300px;
    height: auto;
    margin: 0 auto;
}

#m-keym {
    display: flex;
}

.w3-bar {
    display: none;
}

#tab-nav {
    display: none;
}

#live-rel {
    display: none;
}


}

