/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
    --primary-color: #D1252B;
    --primary-color--hover: #ff484e;
    --secondary-color: #feda00;
    --dark-color: #111;

    --default-card-count: 4;
}


/*********/
/* RESET */
/*********/

@import 'https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap';
@import 'https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700';
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat&display=swap');
.josefin-sans, * {font-family: 'Josefin Sans', sans-serif; line-height: 1.2; }
.bebas { font-family: 'Bebas Neue', cursive; }
.montserrat { font-family: 'Montserrat', sans-serif; letter-spacing:1.5px; }


html, body { height: 100%; }

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, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	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; overflow-x: hidden; }
ul, ol { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
input:focus { outline: -webkit-focus-ring-color auto 0px; }
img { vertical-align: bottom; }
/* :focus {
    outline: -webkit-focus-ring-color auto 0px;
} */

/***************/
/* Transitions */
/***************/

.transition25  {  /* FF4+ */
	-o-transition: all 25ms;  /* Opera 10.5+ */
	-webkit-transition: all 25ms;  /* Saf3.2+, Chrome */  /* IE10 */
	transition: all 25ms;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.transition75  {  /* FF4+ */
	-o-transition: all 75ms;  /* Opera 10.5+ */
	-webkit-transition: all 75ms;  /* Saf3.2+, Chrome */  /* IE10 */
	transition: all 75ms;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.transition100 {  /* FF4+ */
	-o-transition: all 100ms;  /* Opera 10.5+ */
	-webkit-transition: all 100ms;  /* Saf3.2+, Chrome */  /* IE10 */
	transition: all 100ms;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.transition250 {  /* FF4+ */
	-o-transition: all 250ms;  /* Opera 10.5+ */
	-webkit-transition: all 250ms;  /* Saf3.2+, Chrome */  /* IE10 */
	transition: all 250ms;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.transition500, a, .button {  /* FF4+ */
	-o-transition: all 500ms;  /* Opera 10.5+ */
	-webkit-transition: all 500ms;  /* Saf3.2+, Chrome */  /* IE10 */
	transition: all 500ms;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.transition750 {  /* FF4+ */
	-o-transition: all 750ms;  /* Opera 10.5+ */
	-webkit-transition: all 750ms;  /* Saf3.2+, Chrome */  /* IE10 */
	transition: all 750ms;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.transition1000 {  /* FF4+ */
	-o-transition: all 1000ms;  /* Opera 10.5+ */
	-webkit-transition: all 1000ms;  /* Saf3.2+, Chrome */  /* IE10 */
	transition: all 1000ms;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.transition1250 {  /* FF4+ */
	-o-transition: all 1250ms;  /* Opera 10.5+ */
	-webkit-transition: all 1250ms;  /* Saf3.2+, Chrome */  /* IE10 */
	transition: all 1250ms;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.transition2000 {  /* FF4+ */
	-o-transition: all 2000ms;  /* Opera 10.5+ */
	-webkit-transition: all 2000ms;  /* Saf3.2+, Chrome */  /* IE10 */
	transition: all 2000ms;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.no-transition {  /* FF4+ */
	-o-transition: all 0ms;  /* Opera 10.5+ */
	-webkit-transition: all 0ms;  /* Saf3.2+, Chrome */  /* IE10 */
	transition: all 0ms;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.delay250 {
	-webkit-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms;	
}

.delay500 {
	-webkit-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;	
}
.delay750 {
	-webkit-transition-delay: 750ms;
	-o-transition-delay: 750ms;
	transition-delay: 750ms;
}
.delay1000 {
	-webkit-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.bezier, .button, #masthead a, #social-media a, .arrow, .arrow::after { -webkit-transition-timing-function: cubic-bezier(.36,-0.85,.23,1.84); -o-transition-timing-function: cubic-bezier(.36,-0.85,.23,1.84); transition-timing-function: cubic-bezier(.36,-0.85,.23,1.84); }

* {
    -webkit-box-sizing: border-box;
    box-sizing:  border-box;
}

/*************/
/*** OOCSS ***/
/*************/

/* Widths */
.contain-width-1920, .contain-width-lrg { max-width: 1920px; margin-left: auto; margin-right: auto; }
.contain-width, .contain-width-med  { max-width: 1280px; margin-left: auto; margin-right: auto; }
.contain-width-1200, .contain-width-sml, .content-width { max-width: 1200px; margin-left: auto; margin-right: auto; }
.contain-width-600 { max-width: 600px; margin-left: auto; margin-right: auto; }
.full-width { width:100%; }
.half-width { width:50%;  }
.one-fourth-width, .one-qtr-width { width:25%; }
.three-fourth-width, .three-qtr-width { width:75%; }
.one-third-width { width:33.33333%; }
.two-third-width { width:66.66666%; }
.one-fifth-width { width:20%; }
.two-fifth-width { width:40%; }
.three-fifth-width { width:60%; }
.four-fifth-width { width:80%; }
.one-sixth-width { width:16.6666%; }
.two-sixth-width { width:33.3333%; }
.three-sixth-width { width:49.9999%; }
.four-sixth-width { width:66.6666%; }
.five-sixth-width { width:83.3333%; }
/* END Widths */

/* Heights */
.auto-height { height: auto; }
.full-height { height: 100%; }
.half-height { height: 25%; }
.vw-10 { width: 10vw; }
.vw-20 { width: 20vw; }
.vw-25 { width: 25vw; }
.vw-30 { width: 30vw; }
.vw-33 { width: 33.3333vw; }
.vw-40 { width: 40vw; }
.vw-50 { width: 50vw; }
.vw-60 { width: 60vw; }
.vw-66 { width: 66.6666vw; }
.vw-70 { width: 70vw; }
.vw-75 { width: 75vw; }
.vw-80 { width: 80vw; }
.vw-90 { width: 90vw; }
.vw-100 { width: 100vw; }
.vh-10 { height: 10vh; }
.vh-20 { height: 20vh; }
.vh-25 { height: 25vh; }
.vh-30 { height: 30vh; }
.vh-33 { height: 33.3333vh; }
.vh-40 { height: 40vh; }
.vh-50 { height: 50vh; }
.vh-60 { height: 60vh; }
.vh-66 { height: 66.6666vh; }
.vh-70 { height: 70vh; }
.vh-75 { height: 75vh; }
.vh-80 { height: 80vh; }
.vh-90 { height: 90vh; }
.vh-100 { height: 100vh; }
/* End Heights */

/* Margins Padding Borders */
.padding-xsml { padding: 5px; }
.padding-sml { padding: 10px; }
.padding-med, .quiz_question .question-text { padding: 20px; }
.padding-lrg { padding: 40px; }
.padding-xlrg { padding: 80px; }
.padding-top-xsml { padding-top: 5px; }
.padding-top-sml { padding-top: 10px; }
.padding-top-med { padding-top: 20px; }
.padding-top-lrg { padding-top: 40px; }
.padding-bottom-xsml { padding-bottom: 5px; }
.padding-bottom-sml { padding-bottom: 10px; }
.padding-bottom-med { padding-bottom: 20px; }
.padding-bottom-lrg { padding-bottom: 40px; }
.padding-bottom-xlrg { padding-bottom: 80px; }
.padding-left-xsml { padding-left: 5px; }
.padding-left-sml { padding-left: 10px; }
.padding-left-med { padding-left: 20px; }
.padding-left-lrg { padding-left: 40px; }
.padding-left-xlrg { padding-left: 80px; }
.padding-right-xsml { padding-right: 5px; }
.padding-right-sml { padding-right: 10px; }
.padding-right-med { padding-right: 20px; }
.padding-right-lrg { padding-right: 40px; }
.padding-right-xlrg { padding-right: 80px; }
.padding-horz-xsml { padding-left: 5px; padding-right: 5px; }
.padding-horz-sml { padding-left: 10px; padding-right: 10px; }
.padding-horz-med { padding-left: 20px; padding-right: 20px; }
.padding-horz-lrg { padding-left: 40px; padding-right: 40px; }
.padding-horz-xlrg { padding-left: 80px; padding-right: 80px; }
.padding-vert-xsml { padding-top: 5px; padding-bottom: 5px; }
.padding-vert-sml { padding-top: 10px; padding-bottom: 10px; }
.padding-vert-med { padding-top: 20px; padding-bottom: 20px; }
.padding-vert-lrg { padding-top: 40px; padding-bottom: 40px; }
.padding-vert-xlrg { padding-top: 80px; padding-bottom: 80px; }
.no-padding { padding:0 !important; }
.no-padding-horz { padding-left: 0; padding-right: 0; }
.margin-sml { margin:10px; }
.margin-med { margin:20px; }
.margin-lrg { margin:40px; }
.margin-bottom-xsml { margin-bottom: 5px; }
.margin-bottom-sml { margin-bottom:10px; }
.margin-bottom-med { margin-bottom:20px; }
.margin-bottom-lrg { margin-bottom:40px; }
.margin-bottom-xlrg { margin-bottom:80px; }
.margin-top-xsml { margin-top: 5px; }
.margin-top-sml { margin-top:10px; }
.margin-top-med { margin-top:20px; }
.margin-top-lrg { margin-top:40px; }
.margin-top-xlrg { margin-top:80px; }
.margin-horz-xsml { margin-left: 5px; margin-right: 5px; }
.margin-horz-sml { margin-left:10px; margin-right:10px; }
.margin-horz-med { margin-left:20px; margin-right:20px; }
.margin-horz-lrg { margin-left:40px; margin-right:40px; }
.margin-horz-xlrg { margin-left:80px; margin-right:80px; }
.margin-vert-xsml { margin-top: 5px; margin-bottom: 5px; }
.margin-vert-sml { margin-top:10px; margin-bottom:10px; }
.margin-vert-med { margin-top:20px; margin-bottom:20px; }
.margin-vert-lrg { margin-top:40px; margin-bottom:40px; }
.margin-vert-xlrg { margin-top:80px; margin-bottom:80px; }
.margin-right-sml { margin-right: 10px; }
.margin-right-med { margin-right: 20px; }
.margin-right-lrg { margin-right: 40px; }
.margin-left-xsml { margin-left: 5px; }
.margin-left-sml { margin-left: 10px; }
.margin-left-med { margin-left: 20px; }
.margin-left-lrg { margin-left: 40px; }
.margin-center { margin:0 auto; }
.no-margin { margin:0 !important; }
.border-top-thick { border-top-style: solid; border-top-width: 10px; }
.border-top { border-top-style: solid; border-top-width: 5px; }
.border-top-thin { border-top-style: solid; border-top-width: 1px; }
.border-bottom-thin { border-bottom-style: solid; border-bottom-width: 1px; }
.border-bottom-thick { border-bottom-style: solid; border-bottom-width: 10px; }
.border-right-thin { border-right-style: solid; border-right-width: 1px; }
.border-left-thin { border-left-style: solid; border-left-width: 1px; }
.border-left-thick { border-left-style: solid; border-left-width: 10px; }
.border-thin { border-style: solid; border-width: 1px; }
.border-thick { border-style: solid; border-width: 10px; }
.round-corners { border-radius: 10px; }
.full-rounded-corners { border-radius: 100vh; }

/* Positioning */
.relative { position:relative; }
.absolute { position:absolute; }
.fixed { position:fixed; }
.center-element, .aligncenter { text-align: center; margin: 0 auto; }
.float-left, .alignleft { float:left; }
.float-right, .alignright { float:right; }
.float-none { float:none; }
.clear { clear: both; }
.clearfix:after { content:''; display: table; clear: both }

/* Display Properties */
.alignleft { float: left; margin-right: 20px; }
.display-block { display: block; }
.display-flex { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.display-flex img { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; }
.display-inline { display: inline; }
.display-inline-block { display: inline-block; }
.display-table { display:table; table-layout: fixed; }
.display-table-cell { display:table-cell; }
.display-grid { display:-ms-grid; display:grid; }
.inherit-height { height:inherit; }
.inherit-width { width:inherit; }
.vertical-top { height: inherit; display: table-cell; vertical-align: top; } 
.vertical-middle { height: inherit; display: table-cell; vertical-align: middle; }
.vertical-bottom { height: inherit; display: table-cell; vertical-align: bottom; }
.overflow-hidden { overflow:hidden; }
.rotate-90 { -ms-transform: rotate(90deg); /* IE 9 */ -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */ transform: rotate(90deg); }
.hide { display:none; }
.show { display:block; }
.mobile-show, .tablet-show { display: none; }
.no-list-style { list-style-type:none; list-style:none; margin: 0; padding: 0; }
.disc-list-style { list-style-type: disc; margin-left: 20px; }
.no-break { white-space: nowrap; }

/* ~ Flex Positioning ~ */
.flex-row { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
.flex-row-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.flex-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex-justify-center, .flex-horz-center, .justify-content-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.flex-justify-right, .flex-horz-right, .justify-content-right { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.flex-justify-around, .flex-horz-space-around, .justify-content-around { -ms-flex-pack: distribute; justify-content: space-around; }
.flex-justify-between, .flex-horz-space-between, .justify-content-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.flex-top, .flex-align-top, .flex-vert-top, .align-items-start, .align-content-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-line-pack: start; align-content: flex-start; }
.flex-align-center, .flex-vert-center, .align-items-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.flex-align-bottom, .flex-vert-bottom, .align-items-end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -ms-flex-line-pack: end; align-content: flex-end; }
.flex-align-stretch, .flex-vert-stretch, .align-items-stretch { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
.flex-align-between { -ms-flex-line-pack: justify; align-content: space-between; }
.align-content-center { -ms-flex-line-pack: center; align-content: center; }
.flex-self-top { -ms-flex-item-align: start; align-self: flex-start; }
.flex-self-center { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; }
.flex-self-bottom { -ms-flex-item-align: end; align-self: flex-end; }
.flex-self-stretch { -ms-flex-item-align: stretch; -ms-grid-row-align: stretch; align-self: stretch; }
.flex-grow { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; }
.ms-flex-grow { -ms-flex: 1 1 auto; flex: 1 1 auto; }
.flex-nowrap { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.flex-order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
.flex-order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

/* ~ Grid Positioning ~ */
.column-span-2 { -ms-grid-column-span: 2; grid-column: span 2; }
.column-span-3 { -ms-grid-column-span: 3; grid-column: span 3; }
.column-span-4 { -ms-grid-column-span: 4; grid-column: span 4; }

/* Background Properties */
.bg-cover { background-size: cover; }
.bg-contain { background-size: contain; }
.bg-left-top { background-position: left top; }
.bg-center-top { background-position: center top; }
.bg-right-top { background-position: right top; }
.bg-left-center { background-position: left center; }
.bg-center-center { background-position: center center; }
.bg-right-center { background-position: right center; }
.bg-left-bottom { background-position: left bottom; }
.bg-center-bottom { background-position: center bottom; }
.bg-right-bottom { background-position: right bottom; }

@media only screen and (max-width: 1250px) {
    .content-width {
        padding-left: 1em;
        padding-right: 1em;
    }
}
@media only screen and (max-width: 480px) {
	.rotate-90 { -ms-transform: inherit; /* IE 9 */ -webkit-transform: inherit; /* Chrome, Safari, Opera */ transform: inherit; }
	.alignleft { float:left; }
	.alignright { float:right; }
}

/* Font Attributes */
.uppercase { text-transform:uppercase; }
.lowercase { text-transform:none; }
.capitalize { text-transform: capitalize; }
.text-right { text-align:right; }
.text-left { text-align:left; }
.text-center { text-align:center; }
.underline { text-decoration:underline; }
.no-underline { text-decoration:none; }
i, em, .font-italic, .italic { font-style:italic; }
.font-light, .light, .wysiwyg p, .wysiwyg ul, .font-thin{ font-weight:300; }
.font-regular, .font-normal, .normal { font-weight:400; }
strong, .font-bold, .bold { font-weight: 700; }
.font-thin, .thin { font-weight: 100; }
.text-shadow-subtle-black { text-shadow: 0px 0px 10px rgba(50,50,50,.5); }
.text-shadow-subtle-white { text-shadow: 0px 0px 100px rgba(255, 255, 255, 0.80); }
.font-serif { font-family: serif; }

.xsml-font, .font-xsml { font-size:10px; }
.sml-font, .font-sml { font-size:14px; }
.normal-font, .font-normal { font-size:16px; }
.med-font, .font-med { font-size:20px; line-height: 1.4; }
.font-36 { font-size: 36px; line-height: 1.48; }
.lrg-font, .font-lrg { font-size:40px; line-height: 1.5; }
.xlrg-font, .font-xlrg { font-size:60px; line-height: 1.3; }

.lrg-vw-font { font-size: 80px; font-size:3vw; }
.med-vw-font { font-size: 40px; font-size:1.5vw; }

.line-height-1 { line-height: 1 !important; }
.line-height-1-2 { line-height: 1.2 !important; }
.line-height-1-5 { line-height: 1.5 !important; }
.line-height-2 { line-height: 2 !important; }

.has-dropcap:first-letter {
    float: left;
    font-size: 6rem;
    line-height: 0.65;
    margin: 0.1em 0.1em 0.2em 0;
}

/* misc */
.pointer { cursor:pointer; } /* finger pointer on hover */
.help { cursor:help; } /* question mark on hover */
ul.horizontal { list-style: none; margin: 0px; }
ul.horizontal li { float:left; }

/* Columns */
.column-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
}

/* OOCSS Media Queries */

@media only screen and (min-width: 2100px) { 

}
@media only screen and (max-width:1440px) {
	.padding-xlrg { padding: 60px; }
	.padding-left-xlrg { padding-left: 60px; }
	.padding-right-xlrg { padding-right: 60px; }
	.padding-horz-xlrg { padding-left: 60px; padding-right: 60px; }
	.padding-vert-xlrg { padding-top: 60px; padding-bottom: 60px; }

	.laptop-hide, .lrg-laptop-hide { display: none; }
	.laptop-no-margin-right { margin-right: 0px; }
	.laptop-padding-horz-lrg { padding-left: 40px; padding-right: 40px; }
	.laptop-margin-horz-lrg { margin-left: 40px; margin-right: 40px; }
    .lrg-laptop-one-qtr { width: 25%; }
    .lrg-laptop-three-qtr { width: 75%; }
    .lrg-laptop-one-third { width: 33.33333%; }
    .lrg-laptop-two-third { width: 66.66666%; }

	.med-font, .font-med, .font-med p, .wysiwyg, .wysiwyg p, .wysiwyg ul, article .content ul, article .content ol, article .content p { font-size:18px; }
	.lrg-font, .font-lrg { font-size:35px; }
	.xlrg-font, .font-xlrg { font-size:50px; }
	.lrg-vw-font { font-size: 80px; font-size: 5vw; }
    .med-vw-font { font-size: 40px; font-size:3vw; }
}
@media only screen and (max-width:1024px),
only screen and (min-device-width : 770px) and (max-device-width : 1024px) and (orientation : landscape) {
	.padding-sml { padding: 5px; }
	.padding-med { padding: 10px; }
	.padding-lrg { padding: 20px; }
	.padding-xlrg { padding: 40px; }
	.padding-left-xlrg { padding-left: 40px; }
	.padding-right-xlrg { padding-right: 40px; }
	.padding-horz-lrg { padding-left: 20px; padding-right: 20px; }
	.padding-horz-xlrg { padding-left: 40px; padding-right: 40px; }
	.padding-vert-xlrg { padding-top: 40px; padding-bottom: 40px; }

	.padding-horz-xsml { padding-left: 5px; padding-right: 5px; }
	.padding-horz-sml { padding-left: 5px; padding-right: 5px; }
	.padding-horz-med { padding-left: 10px; padding-right: 10px; }
	.padding-horz-lrg { padding-left: 20px; padding-right: 20px; }
	.padding-horz-xlrg { padding-left: 40px; padding-right: 40px; }
	.padding-vert-xsml { padding-top: 5px; padding-bottom: 5px; }
	.padding-vert-sml { padding-top: 5px; padding-bottom: 5px; }
	.padding-vert-med { padding-top: 10px; padding-bottom: 10px; }
	.padding-vert-lrg { padding-top: 20px; padding-bottom: 20px; }
	.padding-vert-xlrg { padding-top: 40px; padding-bottom: 40px; }

	.margin-sml { margin:5px; }
	.margin-med { margin:10px; }
	.margin-lrg { margin:20px; }

	.flex-mobile-nowrap { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
	.lrg-tablet-full { width: 100%; }
	.lrg-tablet-full.flex-grow, .lrg-tablet-flex-basis-unset { -ms-flex-preferred-size: unset; flex-basis: unset; }
	.lrg-tablet-half { width: 50%; }
	.lrg-tablet-text-center { text-align: center; }
	.lrg-tablet-text-left { text-align: left; }
	.lrg-tablet-text-right { text-align: right; }
	.lrg-tablet-no-padding { padding: 0; }
	.lrg-tablet-no-margin { margin: 0; }
	.lrg-tablet-one-third { width:33.33333%; }
	.lrg-tablet-two-third { width:66.66666%; }
	.lrg-tablet-hide { display: none; }
	.lrg-tablet-overflow-hidden { overflow: hidden; }
	.lrg-tablet-flex-col { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
	.lrg-tablet-float-none { float: none; }
	.lrg-tablet-display-flex { display: -webkit-box; display: -ms-flexbox; display: flex; }
	.lrg-tablet-flex-grow { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; }
	.lrg-tablet-no-flex-grow { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-preferred-size: auto; flex-basis: unset; }
	.lrg-tablet-padding-horz-med { padding-left: 10px; padding-right: 10px; }
	.lrg-tablet-padding-top-lrg { padding-top: 20px; }
    .lrg-tablet-margin-bottom-med { margin-bottom: 10px; }

	.med-font, .font-med, .font-med p, .wysiwyg, .wysiwyg p, .wysiwyg ul, article .content ul, article .content ol, article .content p { font-size:18px; }
	.lrg-font, .font-lrg { font-size:35px; }
	.xlrg-font, .font-xlrg { font-size:50px; }
	.lrg-vw-font { font-size: 80px; font-size: 5vw; }
	.med-vw-font { font-size: 40px; font-size:3vw; }
}
@media only screen and (max-width: 770px) {
	.tablet-relative { position: relative; }
	.bg-mobile-hide { background-image: none !important; }
	.tablet-show { display:block; }
	.tablet-hide { display: none; }
	.tablet-full { width: 100%; }
	.tablet-full.flex-grow { -ms-flex-preferred-size: unset; flex-basis: unset; }
	.tablet-half { width: 50%; }
	.tablet-one-third { width: 33.3333%; }
	.tablet-two-third { width: 66.6666%; }
	.tablet-height-auto { height: auto; }
	.tablet-hide-border { border: 0px !important; }
	.tablet-text-center { text-align: center; }
	.tablet-text-left { text-align: left; }
	.tablet-no-padding { padding: 0; }
	.tablet-padding-sml { padding: 5px; }
	.tablet-padding-med { padding: 10px; }
	.tablet-padding-lrg { padding: 20px; }
	.tablet-padding-xlrg { padding: 40px; }
	.tablet-padding-horz-med { padding-left: 10px; padding-right: 10px; }
	.tablet-padding-horz-lrg { padding-left: 20px; padding-right: 20px; }
	.tablet-padding-horz-xlrg { padding-left: 40px; padding-right: 40px; }
	.tablet-padding-left-lrg { padding-left: 20px; }
	.tablet-margin-horz-lrg { margin-left: 20px; margin-right: 20px; }
	.padding-vert-lrg { padding-top: 20px; padding-bottom: 20px; }
	.tablet-display-flex { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.tablet-flex-grow { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; }
	.tablet-flex-col { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
	.tablet-flex-row { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
	.tablet-align-top { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
	.tablet-align-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
	.tablet-align-bottom { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
	.tablet-justify-left { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
	.tablet-justify-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
	.tablet-justify-right { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
	.tablet-justify-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
	.tablet-no-flex-grow { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-preferred-size: auto; flex-basis: unset; }
	.tablet-flex-order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
	.tablet-flex-order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
	.tablet-no-flex-wrap { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
	.tablet-margin-med { margin: 10px; }
	.tablet-margin-bottom-med { margin-bottom: 10px; }
	.tablet-transparent-bg { background-color: transparent !important; }
	.tablet-no-horz-padding { padding-left: 0px; padding-right: 0px; }
	.tablet-hide-border { border-width: 0px; }
    .tablet-flex-col .callout-box { height: auto; }
    .tablet-border-top-thin { border-top-width: 1px; border-top-style: solid; }
    .tablet-flex-justify-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
    .tablet-text-center { text-align: center; }
	
	.column-span-2 { grid-column: initial; }
	.column-span-3 { grid-column: initial; }
	.column-span-4 { grid-column: initial; }

	.padding-right-lrg { padding-right: 20px; }

	.xsml-font, .font-xsml { font-size:10px; }
	.sml-font, .font-sml, .tablet-font-sml { font-size:12px; }
	.normal-font, .font-normal, ul.star li { font-size:14px; }
	.med-font, .font-med, .font-med p, .wysiwyg, .wysiwyg p, .wysiwyg ul, article .content ul, article .content ol, article .content p{ font-size:16px; }
	.lrg-font, .font-lrg { font-size:30px; }
	.xlrg-font, .font-xlrg { font-size:40px; }

	.vh-10, .vh-20, .vh-25, .vh-30, .vh-33,
	.vh-40, .vh-50, .vh-60, .vh-66, .vh-70,
	.vh-75, .vh-80, .vh-90, .vh-100 { height: auto; }

    .column-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
@media only screen and (max-width: 640px) {
	.mobile-hide { display: none; }
	.mobile-break { display: table-column; }
	.mobile-show, .mobile-display-block { display:block; }
	.mobile-full, .flex-mobile-full { width: 100%; }
	.mobile-full.flex-grow { -ms-flex-preferred-size: unset; flex-basis: unset; }
	.mobile-flex-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
	.mobile-half { width: 50%; }
	.mobile-text-center { text-align: center; }
	.mobile-text-justify { text-align: justify; }
	.mobile-justify-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
	.mobile-align-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
	.mobile-padding-sml { padding: 5px; }
	.mobile-padding-med { padding: 10px; }
	.mobile-padding-lrg { padding: 20px; }
	.mobile-padding-horz-lrg { padding-left: 20px; padding-right: 20px; }
	.mobile-padding-vert-sml { padding-top: 5px; padding-bottom: 5px; }
	.margin-bottom-sml, .mobile-margin-bottom-sml { margin-bottom: 5px; }
	.margin-bottom-med, .mobile-margin-bottom-med { margin-bottom: 10px; }
	.margin-bottom-lrg, .mobile-margin-bottom-lrg { margin-bottom: 20px; }
	.mobile-no-padding { padding: 0; }
	.mobile-no-horz-padding { padding-left: 0px !important; padding-right: 0px !important; }
	.mobile-no-margin { margin: 0; }
	.mobile-text-right { text-align: right; }
	.mobile-no-border { border: none; }

	.lrg-font, .font-lrg { font-size:25px; }
	.xlrg-font, .font-xlrg { font-size:35px; }
	
	.lrg-vw-font { font-size: 40px; font-size:6vw; }
	.med-vw-font { font-size: 20px; font-size:3vw; }
}
@media only screen and (max-width: 480px) {
	.padding-sml { padding: 5px; }
	.padding-med { padding: 5px; }
	.padding-lrg { padding: 10px; }
	.padding-xlrg { padding: 20px; }
	.padding-vert-med { padding-top: 5px; padding-bottom: 5px; }
	.padding-vert-lrg { padding-top: 10px; padding-bottom: 10px; }
	.padding-horz-med { padding-left: 5px; padding-right: 5px; }
	.padding-horz-lrg { padding-left: 10px; padding-right: 10px; }
	.padding-horz-xlrg { padding-left: 20px; padding-right: 20px; }

	.padding-horz-xsml { padding-left: 5px; padding-right: 5px; }
	.padding-horz-sml { padding-left: 5px; padding-right: 5px; }
	.padding-horz-med { padding-left: 5px; padding-right: 5px; }
	.padding-horz-lrg { padding-left: 10px; padding-right: 10px; }
	.padding-horz-xlrg { padding-left: 20px; padding-right: 20px; }
	.padding-vert-xsml { padding-top: 5px; padding-bottom: 5px; }
	.padding-vert-sml { padding-top: 5px; padding-bottom: 5px; }
	.padding-vert-med { padding-top: 5px; padding-bottom: 5px; }
	.padding-vert-lrg { padding-top: 10px; padding-bottom: 10px; }
	.padding-vert-xlrg { padding-top: 20px; padding-bottom: 20px; }

	.sml-mobile-padding-horz-lrg { padding-left: 10px; padding-right: 10px; }
	.sml-mobile-padding-horz-xlrg { padding-left: 20px; padding-right: 20px; }
	.sml-mobile-no-padding { padding: 0; }
	.sml-mobile-full { width: 100%; }
	.sml-mobile-hide { display: none; }
    .sml-mobile-show { display: block; }
    .sml-mobile-no-margin { margin: 0; }
	.sml-mobile-text-center { text-align: center; }
	.column-count-2 { -webkit-column-count: 1 !important; -moz-column-count: 1 !important; column-count: 1 !important; }
}
@media only screen and (max-width: 330px) {
	.xsml-mobile-full { width: 100%; }
	.xsml-mobile-one-third { width: 33.3333%; }
}

/******************** SITE SPECIFIC STYLES ********************/

/** Theme Colors **/
.primary-bg { background-color: var(--primary-color); }
.dark-bg { background-color: var(--dark-color); }
.dark-bg * { color: #fff; }

body { font-size: 18px; background-color: #f4f4f3; }
a { text-decoration: none; color: var(--primary-color); }
h1, h2, h3, h4, h5, h6 { font-weight:700; margin-bottom:30px; }
h1 { font-size: 46px; }
h2 { font-size: 36px; }
h3 { font-size: 28px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 12px; }
p { margin-bottom: 1em; }
img { max-width:100%; height:auto; }
.screen-reader-text, .menu-toggle { display:none; }

/**** HEADER/NAVBAR ****/
.navbar {
    height: 56px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 10001;
}
#start.masthead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}

.back-btn {
    border-radius: 1000px;
    width: 40px;
    height: 40px;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.back-btn:hover {
    background-color: rgba(150, 150, 150, 0.4);
}
.site-branding {
    width: 129px;
}
.site-branding img {
    height: 100%;
    width: 100%;
}

.header-top {
    border: 4px solid #000;
    width: 100%;
}

.page-title {
    color: #fff;
    font-weight: 300;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.page-title::before {
    content: '';
    top: -0.25em;
    right: -0.5em;
    left: -2000px;
    bottom: -0.25em;
    z-index: -1;
    background-color: var(--primary-color);
    position: absolute;
}
.page-title::after {
    content: '';
    display: table;
    clear: both;
}
.subsection-title {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.subsection-title::after {
    content: '';
    border-bottom: 4px solid var(--secondary-color);
    width: 80%;
    top: 100%;
    left: 0;
    position: absolute;
}

.btn {
    border-radius: 4px;
    padding: 0.5em 1em;
}
.btn-primary {
    background-color: var(--primary-color);
    color: #fff;
}
.btn-secondary {
    background-color: var(--secondary-color);
    color: #fff;
}
.btn-primary:hover {
    background-color: var(--primary-color--hover);
}

/**** POSTS/PAGES ****/
.video-frame {
    background-color: #111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    width: 100%;
    height: 56.25vw;
    max-height: calc(100vh - 169px);
    min-height: 480px;
    overflow-x: clip;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.video-frame iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-width: 1137px;
}

.entry-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.entry-content--content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.related-content {
    width: 100%;
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}


@media only screen and (max-width:1024px),
only screen and (min-device-width : 770px) and (max-device-width : 1024px) and (orientation : landscape) {
	h1 { font-size: 44px; }
	h2 { font-size: 34px; }
	h3 { font-size: 24px; }
	h4 { font-size: 16px; }
	h5 { font-size: 14px; }
	h6 { font-size: 12px; }
	.entry-content p, .entry-content ul, .entry-content ol { font-size: 20px; }
}
@media only screen and (max-width: 770px) {
	h1 { font-size: 38px; }
	h2 { font-size: 28px; }
	h3 { font-size: 18px; }
	.entry-content p, .entry-content ul, .entry-content ol, .wp-block-button__link { font-size: 16px; }
	
}
@media only screen and (max-width: 480px) {
	h1 { font-size: 28px; }
	h2 { font-size: 22px; }
	h3 { font-size: 16px; }
	.entry-header { text-align:center; }
}

/**** Sections ****/
section {
    margin-top: 2em;
    margin-bottom: 2em;
    position: relative;
}
section:last-child {
    margin-bottom: 0;
}

section.full-img-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
}
section.full-video-txt {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
    background-color: var(--dark-color);
}
section.full-video-txt {
    display: grid;
    grid-template-columns: 60% 40%;
    background-color: var(--dark-color);
}
.section-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* background-color: #FCDDB9; */
    background-color: var(--dark-color);
    color: #fff;
    padding: 2em 2.5em;
    width: 66.666%;
}
section.full-video-txt .section-txt {
    width: auto;
}
.section-txt p {
    margin-bottom: 0;
}
.section-text p + p {
    margin-top: 1em;
}
.section-img {
    width: 33.333%;
}
.section-img > img {
    display: block;
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 400px;
}
.section-video {
    aspect-ratio: 16 / 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}
.section-video iframe {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1000px) {
    section.full-video-txt {
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        align-items: center
    }
}
@media only screen and (max-width: 768px) {
    section.full-video-txt {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.video-section h4 {
    position: relative;
    display: inline-block;
    clear: right;
}
.video-section h4::after {
    width: 80%;
    border-bottom: 4px solid var(--secondary-color);
    content: '';
    top: 100%;
    left: 0;
    position: absolute;
}
.video-subsection + .video-subsection {
    margin-top: 1em;
}
.video-subsection--wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1em 1fr 1em 1fr 1em 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
}
.video-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.video-container--thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
}
.video-container--thumb a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.video-container--thumb img {
    height: 100%;
    width: auto;
}
.video-container--title {
    display: block;
    margin-top: 5px;
}
.video-container--title:hover a {
    text-decoration: underline;
}

@media only screen and (max-width: 1100px) {
    .video-subsection--wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 900px) {
    .video-subsection--wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .section-img { display: none; }
    .section-txt { width: 100%; }
}
@media only screen and (max-width: 768px) {
    .full-img-txt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .section-img { display: block; width: 100%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
    section.full-img-txt .section-txt { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

}
@media only screen and (max-width: 600px) {
    .video-subsection--wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

/**** Hero Banner ****/
.hero-banner {
    height: 100vh;
    max-height: 590px;
    width: 100%;
    background-size: 675px;
    background-position: 100% center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-color: red;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
}
.hero-banner::before {
    content: '';
    background: inherit;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.hero-banner::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background-color: rgba(0,0,0,0.5);
}

.hero-banner--overlay {
    position: relative;
    width: 100%;
    max-width: 768px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2em;
    z-index: 2;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.nahm-logo > img {
    width: 100%;
    height: auto;
    max-width: 500px;
}
.nahm-tagline {
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .hero-banner {
        max-height: 400px;
    }
}


/**** Card ****/
.card-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(var(--default-card-count), 1fr);
    gap: 2em;
}

.card {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,35,70,0.2);
            box-shadow: 0 2px 2px 0 rgba(0,35,70,0.2);
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
    display: block;
}
.card:hover {
    -webkit-box-shadow: 0 16px 64px 0 rgba(0,35,70,0.2);
            box-shadow: 0 16px 64px 0 rgba(0,35,70,0.2);
}
.card-header {
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    aspect-ratio: 16 / 9;
    background-color: #fafafc;
}
.card-header > img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.card-body {
    padding: 0.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.timestamp {
    font-size: 0.875em;
    color: rgb(132, 152, 164);
}
.card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75em;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    color: rgb(132, 152, 164);
    padding: 10px;
    
}
.card-footer > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2rem;
    height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 4px;
    color: rgb(132, 152, 164);
}
.card-footer > a:hover {
    background-color: rgba(162, 175, 184, 0.16);
}

@media only screen and (max-width: 768px) {
    .card-list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 600px) {
    .card-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

/**** FOOTER ****/
.site-footer {
    border-top: 1px solid #ececec;
}
.footer-copyright {
    overflow: hidden;
    padding: 15px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}
.footer-copyright > a {
    text-decoration: underline;
}
.footer-social-links {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.footer-social-links a {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    color: #111;
}