html {
    height: 100%;
    /* 1, 3 */
    min-height: 100vh;
    font-family: "Arial", sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* 1, 3 */
    min-height: 100vh;
    padding: 0%;
    margin: 0%;
}

img,
embed,
object,
video {
    max-width: 100%;
    height: auto;
    border: none;
}

img.banner {
    width: 1280px;
    height: auto;
    padding: 12px;
}

img.medium {
    width: 900px;
    height: auto;
    padding: 12px;
}

img.tri-fold {
		width: 270px;
		height: auto;
		padding: 6px;
}

img.small {
    width: 480px;
    height: auto;
    padding: 12px;
}

img.thumb {
    width: 220px;
    height: auto;
    padding: 12px;
}

img.menu {
    width: 24px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(41deg) brightness(103%) contrast(101%);
}

img.icon {
	height: 39px;
	filter: invert(43%) sepia(0%) saturate(0%) hue-rotate(164deg) brightness(93%) contrast(102%);
}

h2 {
    color: #fa3;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 6px 9px;
}

h3 {
    color: #777;
    font-size: .9rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 6px 0px;
}


/* anchor tag styling */

a {
    color: #369;
    font-size: .9rem;
    text-decoration: none;
}

a:hover {
    color: #999;
    font-size: .9rem;
    text-decoration: none;
}

.cf-header {
    flex: 1 0 auto;
    align-self: auto;
    background-color: #DDD;
    padding: 9px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 80px;
}

.cf-header-logo {
    flex: 1 0 auto;
    display: flex;
    flex-direction: row;
    height: 60px;
}

.cf-header-user {
    margin: 12px;
}

a.logo,
a.logo:visited {
    color: #666;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
}

a.button,
input.button {
    font-family: "Arial", sans-serif;
    border: 3px solid #ffc60c;
    color: #fff;
    font-weight: bold;
    padding: 6px 12px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: #999;
    max-width: 250px;
}

.cf-topnav {
    flex: 0 0 auto;
    align-self: auto;
    background-color: #444;
    padding-top: 9px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    min-height: 20px;
}

.cf-topnav-menu,
.cf-topnav-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cf-topnav-menu-icon,
.cf-topnav-menu-links,
.cf-topnav-search-icon,
.cf-topnav-search-form {
    flex: 1 0 auto;
}

.cf-topnav-menu-icon {
    cursor: pointer;
}

.cf-topnav-search-form {
    margin-right: 15px;
}

.cf-topnav-search-form {
    display: none;
}

.cf-topnav-menu-links {
    display: flex;
    width: 0px;
    height: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
}

a.topnav,
a.topnav:visited {
    flex: 1;
    color: #fff;
    padding: 6px 12px;
    font-size: 1.1rem;
    text-decoration: none;
    display: block;
}

a.sidebar,
a.sidebar:visited {
    padding: 7px 6px 2px 1px;
    text-decoration: none;
}

a.active {
    color: #ffc60c;
    border-bottom: solid 3px #ffc60c;
}

a.icon {
    text-decoration: none;
}

.cf-appbar {
    flex: 1 0 auto;
    align-self: auto;
    background-color: #fff;
    padding: 6px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 30px;
    border-bottom: 1px solid #999;
}

.cf-appbar-title {
    color: #ffc60c;
    font-weight: bold;
    font-size: 1.75rem;
    height: 30px;
    padding: 6px;
}

.cf-appbar-alert,
span.invalid {
    color: #C33;
    font-weight: 600;
    padding: 6px;
}

.cf-appbar-icons {
    display: none;
    padding: 6px;
}


/*display: flex; flex-direction: row; flex-wrap: wrap; align-items: left;*/

.cf-content {
    height: 80%;
    align-self: auto;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    align-items: left;
}


/*display: flex; flex-wrap: wrap; align-items: left; flex: 50%;*/

.cf-content-main {
	display: block;
	flex-direction: row;
	align-items: left;
    flex: 70%;
    margin: 12px;
}


/*<div style="display: flex; flex-direction: column; align-items: center; flex: 50%;">*/

.cf-content-side {
    flex: 30%;
    display: flex;
    margin: 0px;
    padding: 0px;
    flex-direction: row;
    flex-wrap: wrap;
}


/*<div style="display: flex; flex-direction: column; align-items: center; flex: 50%;">*/

.cf-content-side-top {
    flex: 50%;
    margin: 12px;
    align-items: left;
}


/*<div style="display: flex; flex-direction: column; align-items: center; flex: 50%;">*/

.cf-content-side-bot {
    flex: 50%;
    margin: 12px;
    align-items: left;
}

.cf-footer {
    flex: 1 0 auto;
    align-self: auto;
    display: flex;
		flex-direction: column;
}

.cf-footer-legal {
	flex: 1 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: #eee;
	background-color: #666;
	font-size: .9rem;
	padding: 12px;
}

.cf-tri-fold {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-top: 18px;
}

.cf-tri-fold-item {
  flex: 1 0 30%; /* Shorthand for flex-grow, flex-shrink, flex-basis */
  /* flex-grow: 1; Allows items to grow and take up available space */
  /* flex-shrink: 0; Prevents items from shrinking below their flex-basis */
  /* flex-basis: 33.3333%; Sets the initial width of each item to roughly one-third of the container */
  padding: 10px;
	margin: 6px;
  /* border: 1px solid #333; */
  text-align: center;
  /* box-sizing: border-box; Ensures padding and border are included in the element's total width */
}

.post_summary {
  display: flex;         /* puts image + content side by side */
  align-items: flex-start; /* align top edges */
}

.post_thumb {
  margin-right: 12px;   /* space between image and text */
  width: 120px;         /* optional: control image size */
}

.post_content {
  display: flex;
  flex-direction: column; /* stack children vertically */
}

.post_title {
		color: #ffc60c;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 6px 0px;
}

.post_date {
	  font-family: "OCR A Std", monospace;
    font-weight: bold;
		font-size: .8rem;
		color: #333;
		margin-bottom: 6px;
}


.legal-column-left {
	flex: 1;
	text-align: left;
	color: #eee;
	background-color: #666;
}
.legal-column-right {
	flex: 1;
	text-align: right;
	color: #eee;
	background-color: #666;
}

a.legal {
	color: #eee;
}

.cf-footer-copy {
    flex: 1 0 auto;
    color: #eee;
    background-color: #444;
    font-size: .7rem;
    padding: 12px;
    text-align: center;
}

.countdown {
    font-family: "OCR A Std", monospace;
    font-weight: bold;
    padding: 6px;
}

form.cf-form {
    max-width: 600px;
    background: #eee;
    padding: 6px;
    margin: 0px;
}

div.cf-input {
    margin-bottom: 6px;
}

div.sitelist {
    width: 200px;
    margin: 9px;
}

div.sitelist a {
    display: inline-block;
    padding: 6px;
}

label {
    font-weight: bold;
    color: #ffc60c;
    font-size: .8rem;
    white-space: nowrap;
    padding: 3px;
}

input,
select,
textarea {
    font-size: .9rem;
    width: 100%;
    display: inline-block;
    background-color: #fff;
    color: #333;
    border: solid 1px #666;
    padding: 6px;
    box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus {
    background-color: #ffc;
    color: #333;
}

p.question {
    font-weight: bold;
}

p.answer {
    padding-left: 12px;
    padding-bottom: 6px;
}

@media screen and (min-width:350px) {
    .cf-topnav-search-form {
        display: block;
    }
}

@media screen and (min-width:450px) {
    .cf-header-user,
    .cf-appbar-icons {
        display: block;
    }
}

@media screen and (min-width:830px) {
    .cf-topnav-menu-icon {
        display: none;
    }
    .cf-topnav-menu-links {
        width: 100%;
        height: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: visible;
    }
}