@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Jaldi:400,700);

body{
  font-family: Jaldi, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  margin:0;
  padding:0;
}
.displayFont {
  font-family: "Lobster", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  color: #C03;
}

.tp-banner-container {
  background-color:#DDD;
}
.SLIDERredTitle {
  font-family: "Lobster", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  color: #F03;
  font-size: 48pt;
}
.SLIDERredLittleTitle {
  font-family: "Lobster", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  color: #F03;
  font-size: 18pt;
  background-color:rgba(0,0,0,0.9);
  padding: 10px 20px 20px;
}
.SLIDERwhiteSubtitle {
  font-family: Jaldi, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  color: #FFF;
  font-size: 22pt;
  font-weight: bold;
}
.SLIDERwhiteItem {
  font-family: Jaldi, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  color: #FFF;
  font-size: 17pt;
}
.CHECKED::before,
.SLIDERwhiteItem::before {
    font-family: fontawesome;
    content: "\f046";
    margin-right: 4px;
}


.grayBck {
  background-color:rgba(50,0,0,0.4);
  padding: 4px 16px;
}
.shadowTxt{
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.87);
}


#BOX {
  width: 96%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#MainVideo {
  border-radius: 4px;
  border: 2px solid #8B8B8B;
  width: 640px;
  /*height: 480px;*/
  max-width: 100%;
  background-color: #F9F7F9;
  float: left;
}
#MainVideo video {
    max-width: 100%;
    height: auto;
}
#Diagram {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
#Diagram img {
    max-width: 100%;
    height: auto;
}
.SplashList li {
    color: #903;
    font-size: 15pt;
}
.SplashList li::before {
    font-family: fontawesome;
    content: "\f046";
    margin-right: 4px;
}
.SplashList {
    list-style: none;
    padding: 0 10px;
}


h1 {
  font-size: 40pt;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 35pt;
}
h3 {
  margin-top: 20pt;
  margin-bottom: 5pt;
  font-size: 17pt;
}
p {
  margin-bottom: 5pt;
  margin-top: 0px;
  color: #666;
  font-size: 14pt;
}



#BOX img {
	max-width: 96%;
	height: auto;
}
table {
	max-width: 98%;
}
