/*
Theme Name: Your Child Theme
Description: This is an example of a blank Jump Start child theme.
Author: Your name here
Template: jumpstart
*/

/* Your custom CSS here */

.cssmarquee {
	height: 50px;
	overflow: hidden;
	position: relative;
	background: red;
}
.cssmarquee h1 {
	font-size: 2em;
	color: white;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 50px;
	text-align: center;
	transform:translateX(100%);
	animation: cssmarquee 10s linear infinite;
}
@keyframes cssmarquee {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

table.minimalistBlack {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #FFFFFF;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.minimalistBlack td, table.minimalistBlack th {
  border: 2px solid #6B6B6B;
  padding: 5px 5px;
}
table.minimalistBlack tbody td {
  font-size: 16px;
}
table.minimalistBlack tr:nth-child(even) {
  background: #DDDDDD;
}
table.minimalistBlack thead {
  background: #2D2D2D;
}
table.minimalistBlack thead th {
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
table.minimalistBlack tfoot td {
  font-size: 14px;
}
li, ol {
    margin-top: 10px;
}

.niceTable.wide { 
    width:100% !important;
}
.niceTable td {
	margin: 4px;
	padding: 4px;
	border: 2px solid #FFF;
	border-collapse: separate;
}
.niceTable tr:nth-child(even) {
	background-color: #eeefee;
}
.niceTable tr:nth-child(odd) {
	background-color: #dddfdd;
}
.niceTable tr:nth-child(1) {
	background-color: #000033;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
}
.addBorder {
border: 2px solid #000;
}
.addRound {
     border-radius: 16px;
}
.addPad {
     margin: 14px;	
}

.addShadow {
box-shadow: 5px 5px 10px #666;
}

.google-maps {
    overflow:hidden;
    padding-bottom:90%;
    position:relative;
    height:0;
}
.google-maps iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.Zebra_Tooltip_Arrow_Bottom {
    opacity: 0;
}
body #gform_wrapper_16 .gform_body .gform_fields .gfield .gfield_radio li input {
    margin-left:12px;
    transform: scale(1.5);
}
body #gform_wrapper_16 .gform_body .gform_fields .gfield .gfield_radio li label {
    background-color: white;
    border: thin solid #000;
    color: black;
    padding: 10px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
    box-shadow: 2px 2px 5px grey;
    display: inline-block;
}

.userway div {
    left: -2000px;
}
.new_items_header {
	font-size: 1.7vw;
	font-weight: 200;
}
.new_items_link {
	font-size: 1vw;
	font-weight: normal;
}
.new_items_meetings {
	border: 1px solid #BBB;
	border-radius: 12px;
	height: 28.5vw;
	width: 24vw;
}
.new_items_meetings_text {
	height: 100%;
	font-size: .9vw;
	overflow: auto;
	padding: 16px;
}
@media (max-width: 1200px) {
	.new_items_header {
		font-size: 5vw;
		font-weight: 200;
		padding-top:20px;
	}
	.new_items_link {
		font-size: 2.2vw;
		font-weight: 200;
	}
	.new_items_meetings {
		border: 1px solid #BBB;
		border-radius: 12px;
		height:70vw;
		width: 90vw;
	}
	.new_items_meetings_text {
		height: 100%;
		font-size: 2vw;
		overflow: auto;
		padding: 16px;
		}
}
