* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 1.5em;
    color: #FFFFFF;
	background-color: #4D4D4D;
    font-size: 20px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
}

#wrapper {
  max-width: 1120px;
  width: 100%;
  margin-right: auto;
  margin-left:  auto;
}

h1, h2, h3, h4, h5, h6 {
 font-family: 'Montserrat', sans-serif;
 font-weight: 900;
 margin-top: 0px;
 padding-bottom: 0px;
 margin-bottom: 10px;
}

h1, h2, h4, h6 {
 font-size: 32px;
}

h3 {
 font-size: 20px;
 margin-top: 0px;
 padding-bottom: 0px;
 margin-bottom: 0px;
 line-height: 110%;
}

h4 {
 font-size: 26px;
 margin-top: 0px;
 padding-bottom: 0px;
 margin-bottom: 20px;
 line-height: 110%;
 color: #FFFF00;
}


.logo {
    max-width: 1120px;
    padding:50px;
	text-align:center;
}

.logo img{
    max-width: 100%;
    height: auto;
}


.image {
    max-width: 100%;
    height: auto;
	border: 10px solid #FFFFFF;
}

.content
{  
  max-width: 1120px;
  margin-bottom: 20px;
  text-align: center;

}

.content a
{  
  color: #FFDD1F;
  text-decoration: underline;

}

.content a:hover
{  
  text-decoration: none;

}

.index_thumb
{
  display: inline-block;
  max-width: 360px;
  text-align: left;
  padding: 10px;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 16px;
}
.index_thumb p
{
  line-height: 110%;
  margin-top: 5px;
  font-style: italic;
}

.index_thumb img{
    max-width: 100%;
    height: auto;
}

.index_thumb a{
    color: #FFFFFF;
	text-decoration: none;
}

.index_thumb a:hover{
    color: #00FFFF;
	text-decoration: none;
}

.join
{  
  display: inline-block;
  max-width: 360px;
  text-align: left;
  padding: 10px;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 16px;
}

.join img{
    max-width: 100%;
    height: auto;
}

.video_members
{
  max-width: 640px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 16px;
}

.video_members img{
    max-width: 100%;
    height: auto;
}


.left-div
{
  display: inline-block;
  max-width: 433px;
  text-align: left;
  padding: 10px;
  vertical-align: top;
}
.right-div
{
  display: inline-block;
  max-width: 457px;
  text-align: left;
  padding: 10px;

}

.button{
	display:inline-block;
	padding:0.35em 1.2em;
	border:0.1em solid #FFFFFF;
	color:#003399;
	margin:0 0.3em 0.3em 0;
	border-radius:0.12em;
	box-sizing: border-box;
	text-decoration:none;
	text-align:center;
	background-color:#FFFFFF;
}

a.button{
	display:inline-block;
	background: none;
	padding:0.35em 1.2em;
	border:0.1em solid #FFFFFF;
	color:#FFFFFF;
	margin:0 0.3em 0.3em 0;
	border-radius:0.12em;
	box-sizing: border-box;
	text-decoration:none;
	text-align:center;
	transition: all 0.2s;
}
a.button:hover{
	color:#003399;
	background-color:#FFFFFF;
}

video { 
   width:100%;
   max-width:500px;
   height:auto;
}




@media screen and (max-width: 910px) 
{
  .left-div, .right-div
    {
       max-width: 100%;
    }
	
	
}
