body {
  margin: 0;
  background: url('/sites/default/files/2020-02/launch_bg.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.wysiwyg h2, .wysiwyg h3 {display:none;}
.topnav {
  overflow: hidden;
  background-color: #333;
  display: flex;
  text-align: center;
}
.topnav a {
  text-decoration: none !important;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto;
  color: #fff!important;
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  padding: 14px 16px;
}
.topnav a:hover {
  background-color: #ddd;
  color: white!important;
}
.topnav a:visited {
 background-color: #696969 !important;
}
.topnav .icon {
  display: none;
}
.text-wrap {
width: 100%;
padding: 50px;
}
@media screen and (max-width: 600px) {
#home {background-image: none !important;}
.text-wrap {
width: 100%;
display: block;
padding: 20px;
}
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    right: 10px;
    display: block;
    color: rgb(255,255,255) !important;
  }
.topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
.topnav a:hover {
  background-color: #333;
}
}
.video-flex-container {
    display: flex;
    flex-flow: row wrap;
    padding: 0px;
    margin: 0;
    list-style: none;
    align-items: center;
    justify-content: space-between;
}
.flex-item {
  padding: 5px;
  width: 400px;
  height: auto;
  margin-top: 10px;
  line-height: 150px;
  text-align: center;
}
.event-flex-container img { margin: 10px; width: 230px; }
#home {
    display: block;
    color: black;
}
#home p {font-size: 20px; font-weight: 600;}
@media only screen and (max-width: 600px) {
#home p {
font-size: 14px;
font-weight: 300;
}
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  padding-top: 20%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 40px;
  border: 1px solid #888;
  width: 80%;
}
/* The Close Button */
.close-quote {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close-quote:hover,
.close-quote:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/*  SECTIONS  */
.section {
	clear: both;
    position: relative;
    padding: 25px;
    margin: 0 0 10px 0;
    width: 100%;
    border: solid 1px gray;
    background: rgba(255,255,255,0.8);
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
}
.col:first-child { margin-left: 0; }
/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_1_of_2 {
	width: 20%;
}
.span_2_of_2 {
	width: 75%;
    height: auto;
    padding-left: 1vw;
    font-size: 1.5vw;
    font-weight: bold;
}
/* FONT SIZE ON MOBILE */
@media only screen and (max-width: 980px) and (orientation: portrait){
.span_2_of_2 {
    font-size: 4.5vw;
}
}
@media only screen and (max-width: 980px) and (orientation: landscape){
.span_2_of_2 {
    font-size: 3vw;
}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}
@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}
.col.span_2_of_2 .button.button--primary {
    text-align: center;
    margin: 0 auto;
    display: table;
    margin-top: 25px;
    font-size: large;
}
.spsr-flex-container {
    display: flex;
    flex-flow: row wrap;
    padding: 0px;
    margin: 0px;
    list-style: none;
    align-items: center;
    justify-content: left;
}
@media only screen and (max-width: 480px) { 
.spsr-flex-container {
flex-flow: row wrap;
justify-content: space-between;
}
}
@media only screen and (max-width: 370px) {
.spsr-flex-container {
flex-flow: column;
}
}
.spsr-flex-item {
  padding: 20px;
  height: auto;
  line-height: 100px;
  text-align: center;
}
.spsr-flex-item img {
opacity: 0.65;
margin: 0 auto;
max-width: 130px;
height: auto;
filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.spsr-flex-item img:hover {
opacity: 0.9;
filter: none;
  -webkit-filter: grayscale(0%);
}
