@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* [][][][][][][][][][][][][][][][][][][][][][][][] END OF HTML RESET [][][][][][][][][][][][][][][][][][][][][][][][] */

/* [][][][][][][][][][][][][][][][][][][][][][][][] START TEMPLATE VARIABLES [][][][][][][][][][][][][][][][][][][][][][][][] */

:root {
  --main-bg-color: #001521;
  --header-bg-color: #ebe4db;
  --nav-bg-color: #8f6135;
  --text-cta-color: #e32a35;
  --white: #fff;
  --secondary-bg-color: #382f32;
  --secondary-cta-color: #85edfc;
}

.covid {
  background-color: red !important;
}

/* [][][][][][][][][][][][][][][][][][][][][][][][] END TEMPLATE VARIABLES [][][][][][][][][][][][][][][][][][][][][][][][] */

/* [][][][][][][][][][][][][][][][][][][][][][][][] START WRAPPER [][][][][][][][][][][][][][][][][][][][][][][][] */

.wrapper {
	box-sizing: border-box;
	max-width: 1440px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.flex {
	display: flex;
}

.cta {
    background-color: var(--text-cta-color) !important;
    color: var(--white) !important;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
    transition: 0.3s;
    letter-spacing: 3px;
    text-transform: uppercase;
  	display: inline-block;
  	cursor: pointer;
}

.cta:hover {
	background-color: var(--white) !important;
    color: var(--text-cta-color) !important;
	transition: 0.3s;
}

.cta2 {
    background-color: var(--main-bg-color) !important;
    color: #85edfc !important;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
    transition: 0.3s;
    letter-spacing: 3px;
    text-transform: uppercase;
  	display: inline-block;
  	cursor: pointer;
}

.cta2:hover {
    color: var(--main-bg-color) !important;
    background-color: #85edfc !important;
  	transition: 0.3s;
}

small {
	font-size: 75%;
}

h2 {
    font-family: 'Pacifico', cursive;
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px 0 40px;
    font-size: 36px;
	color: var(--header-bg-color);
}

h3 {
	font-family: 'Roboto', sans-serif;
}

h4 {
	font-family: 'Roboto', sans-serif;
  	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#content a:link {
  	color: var(--text-cta-color);
  	transition: 0.3s;
}

#content a:visited{
  	color: var(--text-cta-color);
}

#content a:active {
  	color: var(--text-cta-color);
}

#content a:hover {
  	color: #333;
  	transition: 0.3s;
}

#navmob {
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 20%, #ab987f 20%, #ab987f 40%, #ffffff 40%, #ffffff 60%, #ab987f 60%, #ab987f 60%, #ab987f 80%, #ffffff 80%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 20%,#ab987f 20%,#ab987f 40%,#ffffff 40%,#ffffff 60%,#ab987f 60%,#ab987f 60%,#ab987f 80%,#ffffff 80%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 20%,#ab987f 20%,#ab987f 40%,#ffffff 40%,#ffffff 60%,#ab987f 60%,#ab987f 60%,#ab987f 80%,#ffffff 80%,#ffffff 100%);
  	height: 36px;
  	width: 36px;
  	display: none;
}

#navmob::before {
    display: block;
    position: absolute;
    content: "MENU";
    right: 44px;
    top: 10px;
    color: #fff;
}

#jmap_sitemap {
    overflow: hidden;
    padding: 20px;
    width: 100%;
    max-width: 700px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}

#jmap_sitemap li.systemlink {
  	display: none;
}

#jmap_sitemap a {
	text-transform: uppercase;
}

.treeview a.selected {
    background-color: rgba(0,0,0,0);
    text-decoration: underline;
    font-size: 18px;
    color: #a91b35 !important;
}

.map {
	margin-bottom: 20px;
}

.n2-style-b8b3e0abbfb7387f0c0ebe9a9bc21207-simple {
	background-color: rgba(0,0,0,0.7) !important;
  	opacity: 1 !important;
}

/* [][][][][][][][][][][][][][][][][][][][][][][][] END WRAPPER [][][][][][][][][][][][][][][][][][][][][][][][] */

/* [][][][][][][][][][][][][][][][][][][][][][][][] START STRUCTUAL ELEMENTS [][][][][][][][][][][][][][][][][][][][][][][][] */

body {
	font-family: 'Roboto', sans-serif;
	background-color: var(--main-bg-color);
}

header {
    background-color: var(--header-bg-color);
    background-image: url(../images/seattle.jpg);
    background-size: cover;
    background-position: center -270px;
    background-blend-mode: color-burn;
    position: fixed;
    z-index: 5;
    top: 0;
    width: 100%;
}

#header {
	height: 150px;
	width: 100%;
	justify-content: space-between;
}

#header #logo {
	overflow: visible;
	width: 270px;
	padding-top: 5px;
}

#header #logo img {
	width: 100%;
  	height: auto;
}

#header #tickets {
    color: var(--text-cta-color);
    align-self: center;
    align-items: center;
    padding-right: 10px;
}

#header #tickets #location {
    margin-right: 10px;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
}

nav {
    background-color: var(--nav-bg-color);
    position: fixed;
    top: 150px;
    width: 100%;
    z-index: 4;
}

nav ul {
	text-align: right;
}

nav ul li {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0 10px;
}

nav ul li:last-child {
    margin: 0 0 0 5px;
}

nav ul li a {
    text-decoration: none;
    padding: 10px 5px;
    display: block;
    color: 
    #fff;
    letter-spacing: 3px;
    transition: 0.3s;
}

nav ul li a:hover {
	background-color: var(--text-cta-color) !important;
  	color: #fff;
	transition: 0.3s;
}

main {
  	margin-top: 188px;
}

#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#slider img {
	width: 100%;
	height: auto;
}

#actionbar {
	background-color: var(--secondary-bg-color);
	border-top: 1px solid var(--white);
	border-bottom: 1px solid var(--white);
}

#actionbar #actiontable {
    justify-content: space-between;
    align-items: start;
}

#actionbar #actiontable .cell .custom:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#actionbar #actiontable .cell {
	width: 33.33%;
}

#actionbar #actiontable .cell:nth-child(even) .custom {
    border-left: dashed 1px #fff;
    border-right: dashed 1px #fff;
    margin: 0 20px 30px;
  	padding-right: 10px;
}

#actionbar #actiontable .cell img {
	margin-bottom: 30px;
}

#actionbar #actiontable .cell h3 {
    color: var(--header-bg-color);
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#actionbar #actiontable .cell p {
    font-size: 18px;
    color: var(--white);
    line-height: 24px;
    margin-bottom: 15px;
}

#actionbar #actiontable .cell a {
    color: var(--secondary-cta-color);
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}

#content {
	background-color: var(--header-bg-color);
}

#content h2 {
    background-color: var(--nav-bg-color);
}

article {
    width: 60%;
    padding: 0px 0px 30px;
  	flex-shrink: 2;
}

article hr {
  
}

article .item-image {
	padding-bottom: 20px;
}

article .item-image img {
	width: 100%;
  	height: auto;
}

article h1 {
    display: block;
    margin: 0 auto 30px;
    width: 700px;
    font-size: 26px;
    font-weight: bold;
}

article h3 {
    display: block;
    margin: 0 auto 30px;
    width: 700px;
    font-size: 26px;
    font-weight: bold;
}

article p {
    display: block;
    margin: 0 auto;
    max-width: 700px;
    font-size: 20px;
    line-height: 28px;
  	padding-bottom: 30px;
}

article p img {
  	max-width: 100%;
    height: auto;
}

article ul {
    display: block;
    margin: 0 auto;
    max-width: 700px;
    font-size: 20px;
    line-height: 28px;
  	padding-bottom: 30px;
  	box-sizing: border-box;
  	padding-left: 30px;
}

article div[itemprop="articleBody"] {
	padding: 0 10px;
}

#content aside {
	width: 288px;
  	box-sizing: border-box;
  	padding: 20px;
  	background-color: rgba(0,0,0,0.05);
}

#content aside p {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 20px;
}

#content aside h3 {
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}


#content aside h4 {
	font-size: 18px;
  	padding-bottom: 10px;
}

#content aside#left {
    padding: 0;
}

#content aside#left .custom {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
  	color: var(--white);
}

#content aside#left .custom a {
    background-color: var(--text-cta-color);
    color: var(--white);
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
    transition: 0.3s;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

#content aside#left .custom a:hover {
    background-color: var(--white);
    color: var(--text-cta-color);
	transition: 0.3s;
}

#content aside#left .custom:nth-child(3n+1) {
	background-color: #c1af98;
}

#content aside#left .custom:nth-child(3n+2) {
	background-color: var(--nav-bg-color);
}

#content aside#left .custom:nth-child(3n+3) {
  	background-color: #735c3f;
}

#content aside#left .custom img {
	width: 100%;
  	height: auto;
}

section#video {
	width: 100%;
  	height: auto;
  	position: relative;
}

section#video video {
  	height: auto;
  	width: 100%;
}

section#video #screen {
    position: absolute;
    background-color: rgba(0,0,0,0.55);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 0;
}

section#video #vidtest {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
}

section#video h3 {
    color: var(--white);
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 30px;
}

footer {
  	min-height: 100px;
  	background-color: #0a335c;
}

footer .flex {
    color: #fff;
    justify-content: space-between;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 0;
    flex-wrap: wrap;
}

footer a {
  	color: #85edfc;
  	transition: 0.3s;
}

footer a:hover {
  	color: #fff;
  	transition: 0.3s;
}

footer .flex .footercell {
    display: block;
    border-left: 1px solid #fff;
    width: 16.6666%;
    box-sizing: border-box;
}

footer .flex .footercell:last-child {
  	border-right: 1px solid #fff;
}

#copyright {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 30px 10px;
    color: #fff;
    border-top: 1px solid #fff;
    text-align: center;
    background-color: #001521;
}

.covid {
  background-color: red !important;
}

/* [][][][][][][][][][][][][][][][][][][][][][][][] END STRUCTUAL ELEMENTS [][][][][][][][][][][][][][][][][][][][][][][][] */

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */

@media all and (max-width: 1440px) and (min-width: 1280px) {
  
.wrapper {
	width: 100%;
}  
  
nav ul {
    text-align: right;
    padding-right: 10px;
}  
 
nav ul li a {
    padding: 10px 2px;
    letter-spacing: 1px;
}  
  
}

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */

@media all and (max-width: 1279px) and (min-width: 1024px) {

.wrapper {
	width: 100%;
}   
  
nav ul {
    text-align: right;
    padding-right: 10px;
}  
 
nav ul li a {
    padding: 10px 2px;
    letter-spacing: 1px;
}    

nav ul li {
    font-size: 16px;
    margin: 0 0px;
    padding: 2px 3px;
}  
  
}

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */

@media all and (max-width: 1023px) and (min-width: 768px) {

.wrapper {
	width: 100%;
}  
  
header {
    background-position: top;
}  
  
#header #tickets #location {
    font-size: 23px;
}  
  
#header #logo {
    width: 210px;
}
  
nav ul li {
    font-size: 16px;
    margin: 0 0px;
    padding: 1px 0;
}
  
nav ul li a {
    letter-spacing: 0px;
    padding: 10px 9px;
}
  
#actionbar #actiontable .cell {
    box-sizing: border-box;
    padding: 0 0px;
}
  
#actionbar #actiontable .cell h3 {
    color: var(--header-bg-color);
    font-weight: bold;
    font-size: 20px;
    margin: 10px;
}
  
#actionbar #actiontable .cell img {
    float: none !important;
    margin: 0 auto 10px !important;
    display: block;
}
  
#actionbar #actiontable .cell:nth-child(2n) .custom {
    border-left: dashed 1px #fff;
    border-right: dashed 1px #fff;
    margin: 0 0px 30px;
}
  
#actionbar #actiontable .cell p {
    margin: 10px;
}
  
#content .flex {
	flex-wrap: wrap; 
}  
  
article {
    width: 100%;
    order: 1;
}  
  
aside#left {
    order: 2;
  	width: 50%;
}
  
aside#right {
    order: 3;
	width: 50%;
}   
  
}

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */

@media all and (max-width: 767px) and (min-width: 600px) {

.wrapper {
	width: 100%;
}  
  
main {
    margin-top: 144px;
}  
  
header {
    background-position: top;
}
  
#header {
    height: 100px;
}  
  
#navmob {
    display: block;
    position: absolute;
    right: 10px;
  	top: 4px;
}
  
#header #tickets #location {
    font-size: 15px;
  	margin-right: 10px;
	margin-bottom: 10px;
} 
  
#header #logo {
    width: 211px;
}
  
nav {
    height: 44px;
  	top: 100px;
}
  
nav ul {
    display: none;
    position: absolute;
    top: 44px;
    width: 100%;
    z-index: 10;
    background-color: #004f5b;
    border-top: 1px solid #fff;
}
  
nav ul li {
    font-size: 16px;
    margin: 0 0px;
  	display: block;
  	width: 100%;
  	border-bottom: 1px solid #fff;
}
  
nav ul li a {
    letter-spacing: 2px;
    padding: 15px 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
  
nav ul li:last-child {
    margin: 0;
}  
  
nav .divider {
	display: none;    
}

#actionbar .flex {
    flex-wrap: wrap;
}
  
#actionbar #actiontable .cell {
    box-sizing: border-box;
    padding: 0 0px;
	width: 100%;
  	margin: 0px 0;
}
  
#actionbar #actiontable .cell .custom {
    margin: 20px;
}  
  
#actionbar #actiontable .cell:nth-child(2n) .custom {
    border-left: none;
    border-right: none;
    border-top: dashed 1px #fff;
    border-bottom: dashed 1px #fff;
    margin: 0px 20px;
}

#actionbar #actiontable .cell:nth-child(2n) h3 {
    margin-top: 30px !important;
}  
  
#actionbar #actiontable .cell img {
    margin-bottom: 30px;
    width: 90px;
    height: auto;
}
  
#content .flex {
	flex-wrap: wrap; 
}  
  
article {
    width: 100%;
    order: 1;
}
  
article h3 {
    max-width: 700px;
    width: 100%;
}
  
aside#left {
    order: 2;
  	width: 100%;
}
  
aside#right {
    order: 3;
	width: 100%;
}   
  
footer .flex .footercell {
    width: 33.3333%;
    padding-bottom: 10px;
}
  
}

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]  NEW MEDIA SIZE [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */

@media all and (max-width: 599px) and (min-width: 0px) {

.wrapper {
	width: 100%;
}   
  
  header {
    background-position: top;
  }  
  
#header {
    height: 100px;
}  
  
#header #tickets #location {
    font-size: 13px;
    margin-right: 0;
    margin-bottom: 10px;
}
  
#header #tickets {
	flex-wrap: wrap;
	align-self: start;
	align-items: flex-end;
	justify-content: flex-end;
	padding-top: 5px;
	padding-right: 10px;
}
  
#header #logo {
    width: 211px;
}
  
#navmob {
    display: block;
    position: absolute;
    right: 10px;
  	top: 4px;
}  
  
nav {
    height: 44px;
    top: 100px;
}
  
main {
    margin-top: 144px;
}  
  
nav ul {
    display: none;
    position: absolute;
    top: 44px;
    width: 100%;
    z-index: 10;
    background-color: #004f5b;
    border-top: 1px solid #fff;
}
  
nav ul li {
    font-size: 16px;
    margin: 0 0px;
  	display: block;
  	width: 100%;
  	border-bottom: 1px solid #fff;
}
  
nav ul li a {
    letter-spacing: 2px;
    padding: 15px 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
  
nav ul li:last-child {
    margin: 0;
}
  
nav .divider {
	display: none;    
}

#actionbar h2 {
    padding-bottom: 10px;
}  
  
#actionbar .flex {
    flex-wrap: wrap;
}
  
#actionbar #actiontable .cell {
    box-sizing: border-box;
    padding: 0 0px;
	width: 100%;
  	margin: 0px 0;
}
  
#actionbar #actiontable .cell .custom {
    margin: 20px;
}  
  
#actionbar #actiontable .cell:nth-child(2n) .custom {
    border-left: none;
    border-right: none;
    border-top: dashed 1px #fff;
    border-bottom: dashed 1px #fff;
    margin: 0px 20px;
}

#actionbar #actiontable .cell:nth-child(2n) h3 {
    margin-top: 30px !important;
}  
  
#actionbar #actiontable .cell img {
    margin-bottom: 30px;
    width: 90px;
    height: auto;
}
  
#content .flex {
	flex-wrap: wrap; 
}  
  
article {
    width: 100%;
    order: 1;
}
  
article h3 {
    max-width: 700px;
    width: 100%;
}
  
aside#left {
    order: 2;
  	width: 100%;
}
  
aside#right {
    order: 3;
	width: 100%;
}  
  
section#video h2 {
    padding: 0px 0 0px;
    font-size: 26px;
} 

section#video br {
    display: none;
}  
  
section#video h3 {
    color: var(--white);
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 15px;
}
  
footer .flex .footercell {
    width: 33.3333%;
    padding-bottom: 10px;
}
  
.n2-style-b8b3e0abbfb7387f0c0ebe9a9bc21207-simple {
    background-color: rgba(0,0,0,0.7) !important;
    opacity: 1 !important;
    font-size: 9px !important;
}
  
}
