/**
 * COLOR Palette:
 * Bright Pink   #F21B54
 * Muted Pink    #BF1B57
 * Blue          #048ABF
 * Green         #03A64A
 * Dark Gray     #0D0D0D
 */
 
html, body {
height: 100%;
}

body  
{
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	background-color: #ffffff;
	color: #151515;
	min-height: 100%;
}
 
img
{
	border: none;
}

table
{
	vertical-align: top;
	text-align: left;
}

header {
  background-color: #fff;
  height: 140px;
  margin: 0;
  padding: 0;
  position: fixed;
}

h1, h2, h3, h4, h5, h6
{
    font-family: "Lato",Arial,Helvetica,sans-serif;
    font-weight: 500;
    color: #000;
}

h1 {
    font-size: 36pt;
    margin: 0 20px -30px;
    padding: 5px 0;
}

header h1 a
{
	text-decoration: none;
	color: #333;
	position: relative;
}

span#site_title {
    position: fixed;
    top: 30px;
    right: 10px;
    font-weight: 400;
    font-size: 66%;
}

img#logo,
img#season_logo {
    height: 90px;
}

img#season_logo {
    position: absolute;
    right: 0;
    top: 0;
}

img#suusi {
    width: 600px;
    position: relative;
    top: 35px;
    left: 20px;
}

#beta 
{
  left: 200px;
  position: absolute;
  top: 20px;
  transform: rotate(-12.5deg);
}

footer {
  background-color: #333;
  box-shadow: 0 0 8px #666666;
  box-sizing: border-box;
  clear: both;
  color: #fff;
  font-size: 10pt;
  padding: 20px;
  text-align: right;
  width: 100%;
}

footer a, footer a:visited
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

footer .module
{
	margin: 0;
	background-color: transparent;
	color: #fff;
}

a, a:active
{
	outline:  none;
}

#frame {
  background: none repeat scroll 0 0 #FFFFFF;
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  position: relative;
  height: 100vh;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

header
{
	height: 140px;
	width: 100%;
	margin: 0;
	padding: 0;
    position: fixed;
    color: #fff;
    background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgb(74 135 87) 100%);	
	z-index: 100;
}

header label
{
	color: #fff;
}

header a, header a.visited
{
	color: #fff;
}

header a.button, header a.button:visited
{
	color: #000;
}

nav {
  background: #333;
  height: 30px;
  line-height: 30px;
  padding: 1px 0 2px;
  vertical-align: top;
  width: 100%;
  margin-top: 48px;
}

#banner
{
	display: block;
	height: 80px;
}

body.fixed-width #banner
{
	max-width: 960px;
	margin: 0 auto;
}

#layout
{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #f8fcff;
	flex: 1;
}

#content 
{
  padding: 0 12px;
}

body.fixed-width #content
{
	max-width: 1000px;
	margin: 0 auto;
}

body.fixed-width #global
{
	max-width: 960px;
	margin: 0 auto;
}

/* dropdown menu styles*/

#global ul
{
	display: inline-block;
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 17px;
	margin-left: 0;
}

#global li {
    float: left;
    background: none;
    margin-left: 0;
    margin-right: 22px;
}

#global li a:link, 
#global li a:visited {
  color: #fff;
  display: inline-block;
  font-family: 'Lato', Arial,Helvetica,sans-serif;
  font-size: 12pt;
  font-weight: 400;
  padding: 0 2px;
  text-decoration: none;
}

#global li a:hover,
#global li a:focus
{
	background-color: #666;
	color: #fff;
}

#global li ul {
	position: absolute;
	display: block;
	width: auto;
	height: auto;
	left: -999em;
	border: none;
	color: #fff;
	background-color: #333;
	background-image: none;
	padding-bottom: 0px;
	padding-top: 0;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	z-index: 1100;
}

#global li:hover ul
{
	left: auto;
	top: 152px;
}

#global li.sfhover ul 
{
	left: 0;
	top: 24px;
}

#global li ul li
{
	float: none;
	background-color: #333;
	background-image: none;
	margin: 0;
	padding: 0;
	font-size: 9pt;
}

#global li ul li a:link,
#global li ul li a:visited
{
	display: block;
	color: #fff;
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	white-space: nowrap;
}

#global li ul li a:hover,
#global li ul li a:active,
#global li ul li a:focus	
{
	background-color: #666;
	color: #fff;
}


#tabs,
#popup_tabs 
{
  float:left;
  width:100%;
  background:#ffffff;
  font-size:12pt;
  line-height:26px;
  text-align: center;
  clear: left;
  padding-top: 12px;
}

#tabs ul,
#popup_tabs ul  
{
  margin:0;
  padding: 0;
  padding-top: 2px;
  list-style:none;
  text-align: center;
  height: 24px;
}

#tabs li,
#popup_tabs li 
{
  float:left;
  background-color: #ffffff;
  background-image: none;
  margin:0 2px 0 0;
  padding: 0;
  padding-left: 10px;
  font-size: 12pt;
  text-align: center;
  
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  
  border-radius: 5px 5px 0 0;
}
  
#tabs a, #popup_tabs a 
{
  background-image: none;
  border-radius: 0 5px 0 0;
  color: #000000;
  display: block;
  float: left;
  font-weight: bold;
  margin: 0;
  outline: medium none;
  padding: 3px 15px 3px 3px;
  text-decoration: none;
}

.tab_border 
{
  background: none repeat scroll 0 0 #F5F5F5;
  border: 1px solid #AAAAAA;
  border-radius: 0 4px 4px;
  clear: left;
  padding: 20px;
}

/* Commented Backslash Hack

   hides rule from IE5-Mac \*/

#tabs a {float:none;}
#popup_tabs a {float:none;}


/* End IE5-Mac hack */

#tabs li:hover
{
  background-color: #f5f5f5;
}
#tabs a:hover,
#popup_tabs a:hover
{
  text-decoration: underline;
}

#tabs a.disabled,
#popup_tabs a.disabled
{
	color: #eee;
}

#tabs a.disabled:hover,
#popup_tabs a.disabled:hover
{
	color: eee;
	text-decoration: none;
}

#tabs .current,
#popup_tabs .current ,
#tabs .current:hover
{
  	background-color: #ADCCD1;
  	background-image: none;
    color: #fff;
    border-color: #aaaaaa;
}

#tabs .current a,
#popup_tabs .current a
{
	background-color: #ADCCD1;
	background-image: none;
	padding-bottom:3px;
	color: #fff;
}  

#subtabs
{
	background-color: #1c5892;
	clear: left;
	padding: 0;
	margin: 0;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	text-decoration: none;
	width: 100%;
}


#subtabs ul  
{
  margin:0;
  padding: 0;
  list-style:none;
  text-align: center;
  background-color: #eee;
  height: 24px;
  width: 100%;
}

#subtabs li 
{
  float: left;
  background-color: #E0E0E0;
  border-right: solid 1px #000;
  margin:0;
  padding: 0;
  font-size: 11px;
  text-align: center;
  text-decoration: none ;
}
  
#subtabs a
{
  float:left;
  display:block;
  background-color: #a9cded;
  padding: 3px 15px 3px 15px;
  font-weight:normal;
  color: #000;
  height: 18px;
  outline: none;
  border: none !important;
}  

#subtabs li a:hover {
	background-color: #aaa;	
	color: #000;
	text-decoration: none;
}


#subtabs li.current a,
#subtabs li.current a:hover
{
	font-weight: bold;
	background-color: #325E9E;
	color: #ffffff;
	text-decoration: none;
}



#subtabs a:visited {
	text-decoration: none;
	background-color: #E0E0E0;
 	color: #000000;
    font-weight:normal;	
}


#subtabs a:link {
	text-decoration: none;
	background-color:  #E0E0E0;
 	color: #000000;
}

#subtabs a.disabled {
	font-style: italic;
}

input, textarea, select {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #AAAAAA;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #CCCCCC inset;
  padding: 3px;
  font-size: 11pt;
  transition: background-color 0.5s ease-in-out 0s, border-color 0.5s ease-in-out 0s, box-shadow 0.5s ease-in-out 0s;
}

input:focus, textarea:focus, select:focus
{
	background-color: #ffd;
	border-color: #66AFE9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

input.checkbox
{
	border: none;
	background: transparent;
}

input.checkbox:hover
{
	background-color: #ffd;
	border-color: #66AFE9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

input.checkbox:focus
{
	box-shadow: none;
}

.scrollbox
{
	border: solid 1px #666;
	background: #fff;
} 
	
	
.button {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #151515;
	padding: 4px 10px;
	background: #f8f8f8; /* Old browsers */

	background: linear-gradient(to bottom, #F8F8F8 24%, #D5D5D5 93%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-8 */		
	border-radius: 5px;
	border: 1px solid #aaaaaa;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0),
		0px 1px 0px rgba(255,255,255,0.3);
}

body.ie7 .button,
body.ie8 .button
{
	background: url(/fakoli/images/button-strip.gif) top left #cccccc;
}

a.button,
table.list a.button
{
	text-decoration: none;
	font-size: 11pt;
	padding: 2px 6px;
	color: #151515;
	width: auto;
	outline: none;
	cursor: pointer;
	font-weight: normal;
	white-space: nowrap;
}

.button:hover,
table.list .button:hover
{
	color: #000;
	text-decoration: none;
	border: solid 1px #888;
	background: linear-gradient(to bottom, #F8F8F8 24%, #c5c5c5 93%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

input.button
{
	padding: 2px 6px;
	cursor: pointer;
	box-shadow: none;
}

table.list 
{
	box-shadow: 1px 1px 5px #CCCCCC;
  	clear: both;
  	empty-cells: show;
  	font-family: "Lato",Arial,Helvetica,sans-serif;
  	font-size: 12pt;
  	vertical-align: top;
  	width: 100%;	
  	border-color: #aaa;
}

table.list th
{
	background-image: none;
	background: linear-gradient(to bottom, #F8F8F8 24%, #D5D5D5 93%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: #aaa;
}

.sortable th.forward_sort {
  background: url("/fakoli/images/asc-white.gif") no-repeat scroll right center #606d33;
  color: #FFFFFF;
}

.sortable th.reverse_sort {
  background: url("/fakoli/images/desc-white.gif") no-repeat scroll right center #606d33;
  color: #FFFFFF;
}

.sortable th.nosort
{
	background: linear-gradient(to bottom, #F8F8F8 24%, #D5D5D5 93%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: #aaa;
}

table.list td
{
	border: solid 1px #aaa;
}

/* Field Sets */
fieldset {
  background: url("/templates/images/widget_heading_background.gif") repeat-x scroll left top #F7F7F7;
  border: 1px solid #aaaaaa;
  border-radius: 5px 5px 5px 5px;
  margin: 0 0 10px;
  padding: 45px 10px 15px;
  position: relative;
}

body.ie7 fieldset,
body.ie8 fieldset
{
	border: 0;	
	overflow: hidden;	
}

legend 
{
  color: #2B388F;
  font-size: 18pt;
  font-weight: bold;
  position: absolute;
  top: 4px;
}

body.firefox4 legend,
body.firefox5 legend,
body.firefox6 legend,
body.firefox7 legend,
body.firefox8 legend,
body.firefox9 legend
{
	top: -45px;
}

table.small label, table.small input, table.small select, table.small textarea {
  font-size: 8pt;
}

td.label {
  font-weight: bold;
  line-height: 1.5;
}

a.multi_select_dropdown {
  background: url("/fakoli/images/open.gif") no-repeat scroll right 5px center, linear-gradient(to bottom, #F8F8F8 24%, #D5D5D5 93%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  color: #333333;
  display: inline-block;
  margin-right: 5px;
  overflow: hidden;
  padding: 2px 20px 2px 5px;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: none;
}

.selection_list
{
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  margin: 8px 0px;
  min-height: 45px;
}

.selection_list a 
{
  background: url("/templates/images/close_icon.png") no-repeat scroll right center #EEEEEE;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  color: #000000;
  display: block;
  margin: 4px;
  padding: 4px 8px;
  text-decoration: none;
}

.progressive_search a
{
	border-bottom-style: dashed;
}


div.contexthelp {
  background-color: #FFFFee;
  border: 1px solid #666;
  border-radius: 8px;
  box-shadow: 1px 1px 5px #444;
  display: none;
  font-size: 12pt;
  font-weight: normal;
  margin: 8px;
  max-width: 600px;
  padding: 8px;
  position: absolute;
  white-space: normal;
  z-index: 120;
  color: #000;
}

div.contexthelp p {
	border-bottom: 1px solid #666;
	font-weight: bold;
	color: #002a6c;
  	font-size: 12pt;
  	margin-bottom: 4px 0px 12px 0px;
}

td.error {
  background: url("/fakoli/images/warning_icon.gif") no-repeat scroll 8px 10px #FFFFEE;
  border: 1px solid #666666;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #CCCCCC;
  padding: 4px 4px 4px 28px;
}

.filter > div {
  padding-bottom: 5px;
}

#License_form_filter {
  background-color: #F5F5F5;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  display: block;
  padding: 10px 20px;
}

table.list img.icon
{
	cursor: pointer;
}

#MailingListOrder_form,
#MailingListOrderCustomer_form
{
  background-color: #F5F5F5;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  display: block;
  padding: 10px 20px;
}

#MailingListOrder_form div.submit
{
	clear: both;
}

#target_states, #target_audience 
{
  float: left;
  height: 300px;
  width: 350px;
}

#MailingListOrder_form .scrollbox {
  padding: 10px;
  font-size: 11pt;
}

.scrollbox dl
{
	margin: 0;
}

.scrollbox dt
{
	font-weight: bold;
}

#test_search_panel 
{
  background-color: #FFFFFF;
  border: 1px solid #000000;
  display: block;
  float: left;
  font-size: 10.5pt;
  height: 248px;
  margin: 0;
  padding: 11px;
  position: relative;
  text-align: center;
  width: 180px;
}

.sample_label {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #EEEEEE;
  display: block;
  float: left;
  font-size: 10pt;
  margin: 10px;
  padding: 10px;
  width: 185px;
  height: 120px;
}

#order_options {
  clear: left;
}

table.usage_options
{
	margin: 0 auto;
}

#multiple_use, #label_options {
  float: left;
  height: 150px;
  margin-right: 28px;
  width: 300px;
}

#order_options fieldset {
  background-color: #FFFFFF;
  background-image: none;
  font-size: 10pt;
  height: 150px;
}

#order_options label.label {
  display: block;
  margin: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

p.warning 
{
  background: url("/fakoli/images/warning_icon.gif") no-repeat scroll 8px 7px #FFFFEE;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #CCCCCC;
  color: #880000;
  font-weight: 700;
  padding: 4px 4px 4px 28px;
}

table.list tr.submitted, table.list tr.submitted.alt {
  background-color: #cdf;
}

table.list tr.fulfilled, table.list tr.fulfilled.alt {
  background-color: #bbf5bb;
}

table.list tr.mapped
{
	 background-color: #E8EFFB;	
}

div.form label {
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 4px;
    font-size: 125%;
}

div.field {
    font-size: 80%;
}

.range_display {
    font-size: 120%;
    display: inline-block;
    vertical-align: top;
    padding: 7px 10px;
}

.selectbox {
    border: solid 1px #aaa;
    background-color: #fff;
    border-radius: 4px;
    padding: 5px;
}

div.selectbox label {
    font-weight: normal;
    font-size: 100%;
    padding: 4px 25px;
    margin: 0;
    max-width: 100%;
    width: auto;
    display: block;
}

input[type='range'] {
    box-shadow: none;
}

img.alignleft
{
	float: left;
	margin: 0 20px 20px 0;
}

img.alignright
{
	float: right;
	margin: 0 0 20px 20px;
}


#content img {
    border: none;
    box-shadow: 4px 4px 5px #ccc;
}



/* TABLE Styles */
table.list {
    
    background-color: #ffffff;
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
    box-shadow: none;
    clear: both;
    empty-cells: show;
    vertical-align: top;
    font-size: 100%;
    width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

table.list th {
    background: #fff none repeat scroll 0 0;
    border: none;
    border-bottom: solid 2px #333;
    color: #333;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
}

table.list td {
   
    border: none;
    border-bottom: dashed 1px #000;
    padding: 10px;
}

table.list.small {
    font-size: 80%;
}

table.list.small td {
    padding: 6px;
}

table.list.small th {
    padding: 6px;
}

table.list a, table.list a:visited {
	font-weight: 400;
}

table.list tfoot tr {
    background: #eee;
    border-top: solid 2px #000;
}

table.list tr.subheading
{
    background-color: #eee;
}

table.list tr.subheading td
{
    padding-left: 30px;
}



table.list.sortable th {
    background: #fff;
	color: #333;
}

table.list.sortable th:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f0dc';
    float: right;
}

table.list.sortable th.forward_sort {
    background: #f5f5f5;
	color: #333;
}

table.list.sortable th.forward_sort:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f0dd';
    float: right;
}

table.list.sortable th.reverse_sort {
    background: #f5f5f5;
    color: #333;
}

table.list.sortable th.reverse_sort:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f0de';
    float: right;
}

table.list th.nosort:before {
    content: '';
}

table.list td h3 {
    margin: 0;
    padding: 0;
}

a.more_info {
    font-size: 66%;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    display: block;
    float: right;
    height: 24px;
    line-height: 24px;
}

.recent_articles li
{
	display: block;
	margin-bottom: 10px;
}

.recent_articles a 
{
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
}

#left_subnav ul {
    list-style: none;
    padding: 10px 0;
    margin-right: 20px;
}

#left_subnav li a:hover {
    background-color: #ddd;
}

#left_subnav li a {
    display: block;
    padding: 8px;
    border-bottom: dashed 1px #ccc;
    text-decoration: none;
    color: #000;
}

ul#suusi_event_catalog {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
#suusi_event_catalog li {
    display: block;
    float: left;
    width: 45%;
    margin-right: 5px;
    margin-bottom: 5px;
    box-shadow: #ccc 1px 1px 3px;
    border: solid 1px #eee;
    padding: 15px;
    background-color: #fff;
}

div.col #suusi_event_catalog li {
    width: 100%;
}

#suusi_event_catalog li:hover
{
	background-color: #ffe;
}

.event_header {
    display: flex;
    flex-direction: row;
}

span.event_title {
    display: block;
    width: 100%;
    font-weight: bold;
}
span.max_participants {
    flex: 1;
    white-space: nowrap;
}

.event_footer {
    display: flex;
    flex-direction: row;
    clear: both;
    padding-top: 10px;
}

span.event_price {
    flex: 1;
}

span.event_time {
    flex: 2;
    text-align: center;
}

span.event_age_range {
    flex: 1;
    text-align: right;
}

img.event_thumbnail {
    float: right;
    width: 120px;
    box-shadow: none;
}

div#announcements {
    margin-top: 137px;
}


.announcement_panel {
    display: block;
    text-align: center;
    background-color: #ffc457;
    padding: 10px;
    position: relative;
    border-bottom: solid 1px #666;
    border-top: solid 1px #666;
    box-shadow: 0px 7px 20px #888;
    cursor: pointer;
}

.announcement_panel a {
    font-size: 125%;
    color: #600;
    text-decoration: none;
}

a.announcement_dismiss {
    position: absolute;
    color: #600;
    top: 25px;
    right: 20px;
    line-height: 36px;
    margin-top: -18px;
}
a.announcement_dismiss:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f00d';
}

#hamburger
{
	display: none;
}

.Standard h4 {
    font-family: "Lato",Arial,Helvetica,sans-serif;
    font-weight: 300;
    color: #c01a4c;
    font-size: 1.5em;
    text-decoration: none;
}

.Standard h4 a, .Standard h4 a:link, .Standard h4 a:visited 
{
	text-decoration: none;
    color: #c01a4c;
}

.Standard li {
    margin-bottom: 40px;
    padding-bottom: 5px;
}

@media only screen and (max-width: 720px) 
{	
	nav
	{
		position: fixed;
		top: 0;
		margin-top: 0;
	}
	
	header > h1
	{
		margin-top: 34px;
	}
	
	#hamburger {
	    display: block;
	    right: 10px;
	    position: fixed;
	    font-size: 150%;
	    font-weight: 600;
	    top: 0px;
	    color: #ddd;
	}
	
	#global {
	    margin: 0;
	    opacity: 0.9;
	    position: fixed;
	    right: 0;
	    top: 30px;
	    display: none;
	    z-index: 99;
	    background: #333;
	}
	
	#global ul 
	{
		display: block;
		width: 100%;
		padding: 0px 10px 0 0;
		margin: 0;
	}
		
	#global ul > li 
	{
	    width: 100%;
	    margin: 0;
	    padding: 0;
	}
		
		
	#global ul li ul li 
	{
		display: block;		
	}
	
	#global ul > li > ul
	{
		position: relative;
		display: none;
		visibility: visible;
		top: 0;
		opacity: 1;
		width: 100%;
		height: 0;
		overflow: hidden;
		margin: 0px;	
	}
		
	#global ul > li.sfhover
	{
		background-color: #666;
	}
	
	#global ul > li.sfhover > ul {
	    height: auto;
	    left: 0;
	    border-bottom: none;
	    background: #333;
	    display: block;
	    padding: 0;
	    border-radius: 0;
	}
		
	#global li.sfhover ul {
	    left: 0;
	    top: auto;
	}
	
	#global ul > li > ul > li
	{
		margin: 3px 10px;
		display: block;
		width: 100%;
	}
		
	
			
	#global a:link {
	color: #fff;
	display: block;
	padding: 10px 0;
		}
		
	#global a:hover {
	text-decoration: none;
	}
	
	/*  End Hamburger menu */
	
	#suusi_event_catalog li {
    	width: 100%;
	}
	
	input, textarea, select {
    	max-width: 60%;
	}
	
	span#site_title {
	    position: fixed;
	    top: 70px;
	    right: 10px;
	    font-weight: 400;
	    font-size: 50%;
	}
	
	img#logo {
	    content: url(/templates/images/suusi_logo.svg);
	}
	img#suusi
	{
		display: none;
	}
	
	#left_subnav
	{
		display: none;
	}
	
	body.show-mobile-subnav #left_subnav
	{
		display: block;
	}
}

/** Print **/
body.print header
{
	position: relative;
	margin-bottom: 20px;
}

body.print span#site_title {
    position: absolute;
    top: 30px;
    right: 10px;
    font-weight: 400;
    font-size: 66%;
}

body.print img#suusi {
    width: 500px;
    position: absolute;
    top: 79px;
    left: 150px;
}

body.print #suusi_event_catalog li {
    display: block;
    float: none;
    width: 45%;
    margin-right: 0.25%;
    margin-bottom: 0.25%;
    box-shadow: #ccc 1px 1px 3px;
    border: solid 1px #eee;
    padding: 15px;
    background-color: #fff;
    break-inside: avoid;
}


body.print #suusi_event_catalog li {
 	break-inside: avoid;
}

body.print table.list tr,
body.print table.list td
{
	break-inside: avoid;
}

body.print a.button
{
	display: none;
}

body.print
{
	zoom: 80%;
}
