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

html, body {
	height: 100%;
  	margin: 0;
  	font-family: Helvetica;
	background-color: #333333;
	text-size-adjust: none;
  	-webkit-text-size-adjust: none;
  	-moz-text-size-adjust: none;
 	-ms-text-size-adjust: none;
	animation: fadeIn ease 1s;
	-webkit-animation: fadeIn ease 1s;
	-moz-animation: fadeIn ease 1s;
	-o-animation: fadeIn ease 1s;
	-ms-animation: fadeIn ease 1s;
	-webkit-text-size-adjust:none;
 	-ms-text-size-adjust:none;
 	-moz-text-size-adjust:none;
 	text-size-adjust:none;
}
@keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-o-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-ms-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
* {
  box-sizing: border-box;
}
h1 {
	font-size: 28px;
	margin: 0;
	color: white;
}
h2 {
	font-size: 24px;
	margin: 0;
	color: white;
}	
h3 {
	font-size: 1em;
	margin: 0;
	color: white;
}
h4 {
	font-size: 16px;
	margin: 30px 0 15px 0px;
	color: white;
}
h5 {
	font-size: 8px;
	margin: 30px 0 15px 0px;
	color: white;
}
p {
	font-size: 16px;
	line-height: 150%;
	color: white;
}
figcaption {
	margin: 5px 0 30px 0;
	font-size: 12px;
	font-style: italic;   
	color: white;
}
hr {
    border: none;
    height: 1px;
    background-color: white;
}
a:link {
	text-decoration: none;
	color: white;
}
a:hover {
	color: #0087BF;
}
a:visited {
	color: white;
}


/* HEADER IMAGE */
.imageHead {
  	width: 100%;
  	height: auto;
	background-color: #333333;
	padding: 50px 50px 30px 50px;
}
.imageHead_responsive {
  	width: 20%;
	max-width: 150px;
	float: left;
	display: inline-block;
}
.imageHead_text {
  	width: 80%;
  	height: auto;
	padding: 40px 0 0 50px;
	display: inline-block;
}
.imageHead_text h1 {
	font-family: Helvetica;
	line-height: 150%;
}
.imageHead_text h2 {
	line-height: 150%;
	color: white;
}
.imageHead_text h3 {
	line-height: 200%;
}
@media (max-width: 600px) {
.imageHead {
  	padding: 20px 10px 35px 10px;
}
.imageHead_responsive {
  	width: 30%;
	max-width: 100px;
	padding-top:10px;
}
.imageHead_text {
  	width: 70%;
	padding: 5px 0 0 25px;
}
.imageHead_text h1 {
	font-size: 20px; 
}
.imageHead_text h2 {
	font-size: 16px;
}
.imageHead_text h3 {
	font-size: 12px;
}
}
@media (min-width: 601px) and (max-width: 1200px) {
.imageHead {
  	padding: 20px 10px 40px 10px;
}
.imageHead_responsive {
  	width: 35%;
	max-width: 105px;
	padding-top: 10px;
}
.imageHead_text {
  	width: 65%;
	padding: 5px 0 0 25px;
}
.imageHead_text h1 {
	font-size: 24px; 
}
.imageHead_text h2 {
	font-size: 16px;
}
.imageHead_text h3 {
	font-size: 12px;
}
}


/* IFRAME */
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
/* Then style the iframe to fit in the container div with full height and width */
.iframe-responsive {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
iframe { 
	border: none; 
}


#videobox {
	display: block;
	padding: 0;
}
.responsive-video {
	max-width: 100% !important;
	height: auto !important;
}
.videowrapper {
    float: none;
    clear: both;
    max-width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
	overflow: hidden;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	position: absolute;
}



/* FRONT PAGE TABLE */
#act {
	border-collapse: collapse;
  	table-layout:fixed;
    width: 100%;  
}

#act td, #act th {
  	border: 1px solid #FFF;
	padding: 10px;
	vertical-align: top;
}

#act tr:nth-child(even) {
	background-color: ;
}

#act tr:hover {
	background-color: #ddd;
}
#act th {
  	padding-top: 12px;
  	padding-bottom: 12px;
  	text-align: left;
	vertical-align: top;
  	background-color: #eb422f;
  	color: white;
}


/* FRONT PAGE GRID */
.grid{
	margin: 10px 0px 10px 0px;
	display: inline-grid; 
	grid-template-columns: repeat(4, 1fr); 
	grid-template-rows: 1fr; 
	grid-column-gap: 10px;
	grid-row-gap: 10px; 
	width: 100%;
}
.item {
  	width: 100%;
}

.item_caption {
	margin-top: -4px;
	background-color: #0087BF;
   	position: relative;
   	padding-top: 56.25%; 
}
.item_text {
	position: absolute;
   	top: 5%;
   	left: 10%; 
   	bottom: 10%;
   	right: 10%;
   	font-size: 1em;
   	color: #fefefe;
   	display: flex; 
   	align-items: center; 
   	justify-content: center; 
   	text-align: center; 
	font-weight: 600;
	line-height: 200%;
}
.item:hover {
    transform: scale(1.01); 
	transition: transform .2s;
	opacity: 0.8;
}
@media (max-width: 600px) {
.grid {
	display: inline-grid;
  	grid-template-columns: repeat(1, 1fr);
  	grid-column-gap: 10px;
   	grid-row-gap: 10px;
	width: 100%; 
	max-width: 100%;
}
.item_text {
	font-size: 16px;
}
}
@media (min-width: 601px) and (max-width: 1200px) {
.grid {
  	display: inline-grid;
  	grid-template-columns: repeat(3, 1fr);
  	grid-column-gap: 10px;
  	grid-row-gap: 10px; 
	width: 100%;
}
.item_text {
	font-size: 14px;
}
}


/* FULL PAGE WIDTH DIVS */
.full_width_A {
	clear: both;
	width: 100%;
	float: left;
	background-color: #60818F;
	padding: 30px 50px 0px 50px;
}
.full_width_A ul {
	padding: 0;
	color: white;
}	
.full_width_A li {
	font-size: 16px;
	line-height: 150%;
}	
.full_width_A td {
	font-size: 16px;
}
@media (max-width: 1200px) {
.full_width_A {
  	padding: 20px 10px 0px 10px;
}
}

.full_width_B {
	clear: both;
	width: 100%;
	float: left;
	background-color: #333333;
	padding: 30px 50px 0px 50px;
}
.full_width_B ul {
	padding: 0;
	color: white;
}	
.full_width_B li {
	font-size: 16px;
	line-height: 150%;
}	
.full_width_B td {
	font-size: 16px;
}
@media (max-width: 1200px) {
.full_width_B {
  	padding: 20px 10px 0px 10px;
}
}


/* LEFT AND RIGHT DIVS */
/* Left */
.text_left {
	float: left;
	width: 45%;
	display: block;
	
}
.text_left h4 {
	font-size: 28px;
	margin: 0;
	padding: 0 0 10px 0;
	color: white;
}
.text_left h5 {
	font-size: 24px;
	margin: 0;
	padding: 0 0 20px 0;
	color: white;
}
.text_left h6 {
	font-size: 18px;
	margin: 0;
	padding: 0 0 10px 0;
	color: white;
}
.text_left p {
	color: white;
	line-height: 150%;
}
.text_left_title_img {
	margin-top: 0;
}	
.text_left ul {
	margin: -15px 0px 20px 16px;
	padding: 0;
	color: white;
}	
.text_left li {
	font-size: 16px;
	line-height: 150%;
}	
.text_left td{
	font-size: 1em;
	line-height: 150%;
}
.text_left td img{
	padding-top: 20%;
}
.text_left iframe{
	margin-top: 5px;
}
.text_left hr {
	border: none;
    height: 1px;
    background-color: white;
}
@media only screen and (max-width: 1200px) {
.text_left {
	clear: both;
	float: left;
	width: 100%;
}
.text_left_title_img {
	margin: 0;
}
}
@media (max-width: 600px)  {
.text_left ul {
	margin-left: 20px;
}
}
@media (min-width: 601px) and (max-width: 1200px) {
.text_left ul {
margin-left: 24px;
}
}

/* Right */
.text_right {
	float: right;
	width: 45%;
	display: block;
	background-color: #60818F;
	margin: -7px 0 0 0;
}
.text_right h4 {
	font-size: 28px;
	margin: 0;
	padding: 0 0 20px 0;
	color: white;
}
.text_right h5 {
	font-size: 24px;
	margin: 0;
	padding: 0 0 10px 0;
	color: white;
}
.text_right h6 {
	font-size: 18px;
	margin: 0;
	padding: 0 0 10px 0;
	color: white;
}
.text_right p {
	color: white;
	line-height: 150%;
}
.text_right_title_img {
	margin-top: 0;
}	
.text_right ul {
	margin: -15px 0px 20px 16px;
	padding: 0;
	color: white;
}	
.text_right li {
	font-size: 16px;
	line-height: 150%;
}	
.text_right td{
	font-size: 1em;
	line-height: 150%;
}
.text_right td img{
	padding-top: 20%;
}
.text_right iframe{
	margin-top: 5px;
}
.text_right hr {
	border: none;
    height: 1px;
    background-color: white;
}
@media only screen and (max-width: 1200px) {
.text_right {
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}
.text_right_title_img {
	margin: 0;
}
}
@media (max-width: 600px)  {
.text_right ul {
	margin-right: 20px;
}
}
@media (min-width: 601px) and (max-width: 1200px) {
.text_right ul {
margin-right: 24px;
}
}

/* Center */
.text_center {
  margin: auto;
  width: 50%;
  background-color: #60818F;
}
.text_center h4 {
	font-size: 28px;
	margin: 0;
	padding: 0 0 20px 0;
	color: white;
}
.text_center p {
	color: white;
	line-height: 150%;
}
.text_center_title_img {
	margin-top: 0;
}	
.text_center ul {
	margin: -15px 0px 25px 16px;
	padding: 0;
	color: white;
}	
.text_center li {
	font-size: 16px;
	line-height: 150%;
}	
.text_center td{
	font-size: 1em;
}
.text_center td img{
	padding-top: 20%;
}
.text_center iframe{
	margin-top: 5px;
}
.text_center hr {
	border: none;
    height: 1px;
    background-color: white;
}
@media only screen and (max-width: 1200px) {
.text_center {
	clear: both;
	float: center;
	width: 100%;
}
.text_center_title_img {
	margin: 0;
}
}
@media (max-width: 600px)  {
.text_center ul {
	margin-left: 20px;
}
}
@media (min-width: 601px) and (max-width: 1200px) {
.text_center ul {
margin-left: 24px;
}
}



/*EVENT PAGE TABLE */
#eventSch {
	border-collapse: collapse;
  	table-layout: fixed;
	margin: 2px 0 2px 0;
    width: 100%;  
}
#eventSch td, #eventSch th {
  	/*border: 1px solid #ddd;*/
  	padding: 10px 0px 10px 0px;
	vertical-align: top;
	color: white;
}
#eventSch td:nth-child(1) {  
 	width: 30%;
	font-weight: 700;
	color: white;
}
#eventSch td:nth-child(2) {  
 	width: 10%;
	font-weight: 500;
	color: white;
}
#eventSch td:nth-child(3) {  
 	width: 60%;
	font-weight: 500;
	color: white;
}
#eventSch tr:nth-child(odd) {
	/*background-color: #f2f2f2;*/
}
/*
#eventSch tr:hover {
	background-color: #ddd;
}*/



/* SELECT BOX */
#selectEvent {
	width: 45%;
	float: left;
}
@media screen and (max-width: 800px) {
#selectEvent {
	width: 100%;
}
}


/* TEXT BOXES */
.textBoxTitle {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 100%;
	font-size: 28px;
  	font-weight: 400;
	color: #4c7faf;
  	border: 0;
	border-radius: 0;
	box-sizing: border-box;
}
.textBox1 {
  	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 10px;
	width: 100%;
	max-width: 100%;
  	font-size: 16px;
  	border: 1px solid #aaaaaa;
	border-radius: .25em; 
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
.textBox1 {
    max-width: 100%;

}
}
.textBox2 {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 10px;
  	width: 40%;
  	font-size: 16px;
  	border: 1px solid #aaaaaa;
	border-radius: .25em; 
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
.textBox2 {
    width: 100%; 
}
}
.textBox3 {
  	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 10px;
  	width: 25%;
  	font-size: 16px;
	text-align: center;
  	border: 1px solid #aaaaaa;
	border-radius: .25em; 
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
.textBox3 {
    width: 100%; 
}
}
.textBox4 {
  	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 10px;
  	width: 20%;
  	font-size: 16px;
	text-align: center;
  	border: 1px solid #aaaaaa;
	border-radius: .25em; 
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
.textBox4 {
    width: 100%; 
}
}
.textBox5 {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 10px;
  	width: 10%;
  	font-size: 16px;
	text-align: center;
  	border: 1px solid #aaaaaa;
	border-radius: .25em;
	box-sizing: border-box; 
}
@media screen and (max-width: 800px) {
.textBox5 {
    width: 30%; 
}
}
.textBox6 {
	display: inline-block;
	float: left;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 10px;
  	width: 60%;
	margin-bottom: 15px;
  	font-size: 1em;
  	border: 1px solid #aaaaaa;
	border-radius: .25em; 
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
.textBox6 {
    width: 100%; 
}
}
.label.textBox6{
    display: inline-block;
    float: left;
    clear: left;
    width: 100px;
	margin: 5px 10px 5px -15px;
	border: 0;
}


/* TEXT AREAS */
.textArea1 {
  	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 13px 10px 10px 10px;
  	width: 100%;
  	height: 3em;
  	font-size: 16px;
  	font-weight: 400;
  	border: 1px solid #aaaaaa;
  	border-radius: .25em; 
  	box-sizing: border-box;
	resize: none;
}
@media screen and (max-width: 800px) {
.textArea1 {
 	height: 6em;
}
}
.textArea2 {
  	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 10px;
  	width: 80%;
  	height: 15em;
  	font-size: 16px;
  	font-weight: 400;
  	border: 1px solid #aaaaaa;
  	border-radius: .25em; 
  	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
.textArea2 {
 	width: 100%;
}
}


/* INLINE FORMS */
.form-inline1 {  
  	display: flex;
  	flex-flow: row wrap;
  	align-items: center;
}
.form-inline1 label {
  	margin: 5px 10px 5px 0px;
  	font-weight: 600;
}
.form-inline1 input {
  	vertical-align: middle;
  	margin: 5px 10px 5px 0;
 	padding: 10px;
  	background-color: #fff;
  	border: 1px solid #aaaaaa
}
.form-inline1 input[type="file"] {
  	margin: 5px 10px 5px 0;
  	border: 0;
}
.form-inline1 input[type="radio"] {
	margin: 0 10px 0 10px;
}
@media screen and (max-width: 800px) {
  .form-inline1 input {
    margin: 10px 0;
  }  
  .form-inline1 {
    flex-direction: column;
    align-items: stretch;
  }
}

.form-inline2 {  
  	display: flex;
  	flex-flow: row wrap;
  	align-items: center;
}
.form-inline2 label {
  	margin: 5px 10px 5px 0px;
}
@media screen and (max-width: 800px) {
 .form-inline2 {
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (min-width: 801px) {
 .form-inline2 {
    flex-flow: row wrap;
  	align-items: center;
	line-height: 30px;
  }
}


/* CHECKBOX */
.checkbox {
	display: block;
  	position: relative;
  	padding-left: 35px;
  	cursor: pointer;
  	font-size: 16px;
	color: white;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}
@media screen and (max-width: 800px) {
.checkbox {
	margin-top: 10px;
}
}
/* Hide the browser's default checkbox */
.checkbox input {
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
  	height: 0;
  	width: 0;
}
/* Create a custom checkbox */
.checkmark {
  	position: absolute;
  	top: -2px;
  	left: 0;
  	height: 25px;
  	width: 25px;
  	background-color: #fff;
  	border: none;
}
/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  	background-color: white;
}
/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  	background-color: #0087BF;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  	content: "";
  	position: absolute;
  	display: none;
}
/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  	display: block;
}
/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  	top: 4px;
	left: 8px;
 	width: 5px;
  	height: 10px;
  	border: solid white;
  	border-width: 0 3px 3px 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
}
.currentFile {
	overflow: hidden;
}


/* RADIO BUTTON */
.radio {
  	display: block;
  	position: relative;
  	padding-left: 35px;
  	cursor: pointer;
  	font-size: 16px;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}
@media screen and (max-width: 800px) {
.radio{
 	padding-bottom: 15px;
}
}
.radio label {
	margin: 0 10px 0 0;
}
/* Hide the browser's default radio button */
.radio input {
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
}
/* Create a custom radio button */
.dotmark {
  	position: absolute;
  	top: 3px;
  	left: 0;
  	height: 25px;
  	width: 25px;
  	background-color: #eee;
  	border-radius: 50%;
	border: 1px solid #eb422f;
}
@media screen and (max-width: 800px) {
.dotmark{
  	top: 0;
	height: 20px;
  	width: 20px;
}
}
/* On mouse-over, add a grey background color */
.radio:hover input ~ .dotmark {
  	background-color: #cccccc;
}
/* When the radio button is checked, add a blue background */
.radio input:checked ~ .dotmark {
  	background-color: #0066cc;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.dotmark:after {
  	content: "";
  	position: absolute;
  	display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .dotmark:after {
  	display: block;
}
/* Style the indicator (dot/circle) */
.radio .dotmark:after {
 	top: 7px;
	left: 7.5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
@media screen and (max-width: 800px) {
.radio .dotmark:after {
  	top: 4.75px;
	left: 5px;
	height: 8px;
  	width: 8px;
}
}


/* BUTTONS */
#button {
	margin: 20px 0 20px 0;
}
.button1 {
  	margin-top: 15px;
	background-color: #0087BF;
  	color: #ffffff;
  	border: none;
  	padding: 10px 30px;
  	width: 100%;
 	max-width:100%;
  	font-size: 18px;
	font-weight: 500;
  	cursor: pointer;
  	border: 1px solid #0087BF;
  	border-radius: .25em;
}
@media screen and (max-width: 800px) {
.button1 {
	width: 100%;
  	max-width: 100%;
}
}
.button1:hover {
  	opacity: 0.8;
}
.button2 {
  	background-color: #60818F;
	color:  white;
  	font-size: 24px;
	font-weight: 300;
 	cursor: pointer;
  	border: none;
	padding: 0 0 0 50px;
}
@media (max-width: 1200px) {
.button2 {
	padding: 0 0 0 10px;
}
}
.button2:link {
	text-decoration: none;
	color: ed1651;
}
.button2:hover {
  	opacity: 0.8;
	color: ed1651;
}
.button2:visited {
	color: ed1651;
}
.button3 {
  	background-color: purple;
  	margin: 10px 0 20px 0;
  	color: #ffffff;
  	border: none;
  	padding: 10px 20px;
  	width: 15%;
  	max-width: 15%;
  	font-size: 18px;
 	cursor: pointer;
  	clear: both;
  	float: right;
  	border: 1px solid purple;
  	border-radius: .25em;
}
@media screen and (max-width: 800px) {
.button3 {
	width: 50%;
  	max-width: 50%;
}
}
.button3:hover {
  	opacity: 0.8;
}


#buttonBack {
	clear: both;
	width: 100%;
	left: 0;
	background-color: #60818F;
	padding: 20px 0 0 0;
}
@media (max-width: 1200px) {
#buttonBack {
	padding: 20px 0 0 0;
}
}
.arrow {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  margin-bottom: 2px;
}
.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}


#download {
	padding: 20px 0 30px 0;
}
#downloadText {
	padding: 0 0 0 20px;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}
@media (max-width: 600px) {
#downloadText {
	padding: 10px 0 0 0;
}
}
#download a:link {
	text-decoration: none;
	color: #eb422f;
}
#download a:hover {
	color: #fff;
}
#download a:visited {
	color: #eb422f;
}



/* UPLOAD BUTTON */
input[type="file"] {
  top: 2px;
  font-size: 16px;
  color: #F00;
}

/* PODCASTS */
.item_Pod {
	position: relative;
	height: 480px;
	max-width: 100%;
	max-height: 480px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	font-family: 'Raleway', Arial, sans-serif;
	vertical-align: top;
	box-shadow: 0 0 5px #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.container {
  	display: inline-grid;
  	grid-template-columns: repeat(4, 1fr);
  	grid-gap: 0.7em;
  	grid-auto-rows: auto;
 
}
.item_Pod_title {
	color: #000000;
	font-size: 0.8em;
	line-height: 150%;
	margin-top: -1.5%;
	text-decoration: none;	
}
.item_Pod_sub_title {
	color: #000000;
	font-size: 12px;
	line-height: 150%;
	margin-top: -4%;
}
.item_Pod_date {
	bottom: 10%;
	position: absolute;
	font-size: 12px;
	color: #666; 
	line-height: 120%;
	text-decoration: none;
}
.item_Pod_venue {
	bottom: 3%;
	position: absolute;
	font-size: 12px;
	color: #666; 
	line-height: 120%;
	text-decoration: none;
}
@media (max-width: 480px) {
.container {
  display: inline-grid;
  grid-template-columns: 100%;
  grid-gap: 0%;
}
.item_Pod {
	margin-bottom: 2%;
}
.item_Pod_date {
	font-size: 12px;
	color: #666; 
	line-height: 120%;
}
.item_Pod_venue {
	font-size: 12px;
	color: #666; 
	line-height: 100%;
}
}
@media (min-width: 481px) and (max-width: 800px) {
.container {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.7em;
  grid-auto-rows: auto;
}
.item_Pod_date {
	font-size: 12px;
	color: #666; 
}
.item_Pod_venue {
	font-size: 12px;
	color: #666; 
}
}



/* FOOTER */
.footer { 
	clear: both;
	width: 100%;
	display: block;
	font-size: 12px;
	text-align: center;
	color: white;
	padding: 30px 50px 20px 50px;
}
.footer a:link {
	text-decoration: none;
	color: white;
}
.footer a:hover	{
	opacity: 0.8;
}
.footer a:visited { 
	color: white;
}
@media (max-width: 1200px) {
.footer {
  	padding: 20px 10px 10px 10px;
}
}
.footerT { 
	clear: both;
	position: fixed;
	bottom: 0;
	width: 100%;
	display: block;
	font-size: 12px;
	text-align: center;
	color: white;
	padding: 30px 50px 20px 50px;
}
.footerT a:link {
	text-decoration: none;
	color: white;
}
.footerT a:hover {
	opacity: 0.8;
}
.footer a:visited { 
	color: white;
}
@media (max-width: 1200px) {
.footerT {
  	position: relative;
	padding: 20px 10px 10px 10px;
}
}