 @font-face {
  font-family: "gotham";
  src: url(GothamRnd-Book.ttf);
}

 @font-face {
  font-family: "garamond";
  src: url(Garamond Regular.ttf);
}

@font-face {
  font-family: "roboto";
  src: url(Roboto-Regular.ttf);
}

@font-face {
  font-family: "caslon";
  src: url(LibreCaslonText-Regular.ttf);
}

html{
    margin: 0;
    padding: 0;
    background-image: linear-gradient(to bottom right, #fdfdfd, #efefef);
}

body {margin:0; font-family:roboto; color: #666666;}

.content{
width: 100%;
}

.topnav {
background-color: #3b5564;
font-family: "gotham";
position: fixed;
top: 0;
width: 100%;
z-index: 99;
-webkit-transition: all 0.7s ease-out;  /* Chrome 1-25, Safari 3.2+ */
-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
-o-transition: all 0.5s ease-out;  /* Opera 10.50�12.00 */
transition: all 0.5s ease-out;
}

.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
text-decoration: none;
font-size: 17px;
-webkit-transition: all 0.7s ease-out;  /* Chrome 1-25, Safari 3.2+ */
-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
-o-transition: all 0.5s ease-out;  /* Opera 10.50�12.00 */
transition: all 0.5s ease-out;
}

.active {
background-color: #04AA6D;
color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
  border-right: 1px solid #777777;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f8f8f8;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-size: 14px;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
-webkit-transition: all 0.7s ease-out;  /* Chrome 1-25, Safari 3.2+ */
-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
-o-transition: all 0.5s ease-out;  /* Opera 10.50�12.00 */
transition: all 0.5s ease-out;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-image: linear-gradient(#3b5564, #536d7c, #3b5564);
  color: #a2e162;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.rfLogo{
    display: inline-block;
    float: right;
    position: fixed;
    z-index: 9999;
    top: 7px;
    right: 20px;
    width: 120px;
}

.bigHomeLogo{
display: inline-block; 
//margin-top: 120px;
}

.sloganHome{
//display:inline-block; 
color: #a2e162; 
font-size: 55px; 
padding: 35px; 
text-shadow: 2px 2px 8px #000;
margin-top: 100px;
width: 100%;
text-align: center;
}

.bigEnvelope{
    width: calc(100% - 80px);
    padding: 40px;
}

.contentHolder{
display: inline-block;
width: calc(100% - 80px);
color: #666666;
font-size: 17px;
font-family: roboto;
padding: 40px 40px 200px 40px;
vertical-align: top;
}

.halfLeft{
display: inline-block;
width: 45%;
color: #666666;
padding: 40px 0 0 20px;
vertical-align: top;
line-height: 25px;
}

.halfRight{
display: inline-block;
width: 45%;
color: #666666;
padding: 40px 0 0 20px;
vertical-align: top;
}

.outerDouble{
display: inline-block; 
width: 45%;
vertical-align: top;
}

.doublet{
display: inline-block;
width: calc(45% - 10px);
padding: 0 5px 0 5px;
vertical-align: top;
}

.triplet{
display: inline-block;
width: calc(30% - 10px);
padding: 0 5px 0 5px;
vertical-align: top;
}

.quadruplet{
display: inline-block;
width: calc(25% - 20px);
max-width: 321px;
padding: 20px 5px 20px 5px;
vertical-align: top;
}

.title{
padding: 0 0 20px 0px;
font-family: gotham;
font-size: 30px;
color: #666666;
}

.titleWhite{
padding: 0 0 20px 0px;
font-family: gotham;
font-size: 30px;
color: #ffffff;
}

.subHeader{
font-size: 22px;
margin-bottom: 25px;
}

.bodyCopy{
padding: 10px 0 20px 0px;
}

.fullSpanCopy{
width: calc(100% - 200px);
margin: 0 auto 0 auto;
}

.inlineReg{
color: #78909c;
text-decoration: none;
}

.inlineReg:hover{
color: #517489;
text-decoration: none;
}

.inlineTimes{
color: #78909c;
text-decoration: none;
font-family: caslon;
font-size: 25px;
}

.inlineTimes:hover{
color: #517489;
text-decoration: none;
}

.formLine{
padding: 10px;
width:80%;
}

.formElemL{
display: inline-block;
margin-right:15px;
text-align: right;
vertical-align: top;
width: 100px;
font-size: 17px;
}

.formElemR{
display: inline-block;
margin-right:15px;
text-align: left;
vertical-align: top;
}

.dasInput{
width: 200px;
border: 1px solid #ccc;
border-radius: 5px;
padding: 5px;
font-family: gotham;
font-size: 15px;
color: #666666;
}

.butt{
background: #3b5564;
color: #a2e162;
border: 1px solid #afb9c0;
border-radius: 5px;
font-size: 17px;
padding: 7px 14px 7px 14px;
text-decoration: none;
-webkit-transition: all 0.7s ease-out;  /* Chrome 1-25, Safari 3.2+ */
-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
-o-transition: all 0.5s ease-out;  /* Opera 10.50�12.00 */
transition: all 0.5s ease-out;
}

.butt:hover{
background: #517489;
border: 1px solid #3b5564;
color: #fff;
}

li{
line-height: 25px;
}

li.subbull { 
margin-left: 5px; 
color: #888888;
}

.inverseColor{
display: inline-block;
width: calc(50% - 100px);
background: #3b5564;
color: #fff;
border-radius: 10px;
padding: 15px;
margin: 10px;
vertical-align: top;
}

.rfFooter{
width: 100%;
background: #3b5564;
padding: 5px 0 5px 0px;
color: #cccccc;
font-size: 14px;
position: fixed;
bottom: 0;
text-align: center;
}

.footerUnit{
padding: 5px;
color: #a2e162;
width: 100%;
}

.footerUnitA{
padding: 5px;
color: #a2e162;
text-align: center;
width: 100%;
font-size: 20px;
width: 100%;
}

.inlineFooter{
color: #8eabd7;
text-decoration: none;
padding: 5px 5px 5px 40px;
}

.fullWidthEnvelope{
width: 100%;
padding: 25px 10px 25px 10px;
border-bottom: 1px solid #cccccc;
}

.logoHolder{
display: inline-block;
margin-right: 20px;
vertical-align: top;
width: 10%;
}

.copyHolder{
display: inline-block;
vertical-align: top;
width: 80%;
}

.inlineFooter:hover{
color: #ffffff;
text-decoration: none;
}

.contactHolder{
padding: 35px;
border: solid 1px #cccccc;
border-radius: 10px;
margin-bottom: 200px;
max-width: 700px;
font-size: 20px;
}

.contactHolderAdmin{
padding: 35px;
border: solid 1px #cccccc;
border-radius: 10px;
padding-bottom: 200px;
font-size: 20px;
}

.submitButt{
background: #333695;
color: #ffffff;
border: 1px solid #666666;
border-radius: 5px;
padding: 5px 15px 5px 15px;
font-size: 17px;
cursor: pointer;
-webkit-transition: all 0.7s ease-out;  /* Chrome 1-25, Safari 3.2+ */
-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
-o-transition: all 0.5s ease-out;  /* Opera 10.50Ð12.00 */
transition: all 0.5s ease-out;
}

.submitButt:hover{
font-size: 20px;
color: #cccccc;
}

.bottomInfo{
width: 100%;
text-align: center; 
margin-top: 25px;
}

hr{
border: none;
height: 1px;
color: #ccc;
background-color: #ccc;
}

.videoHolder{
    width: 100%;
    height: 100%;
    background: #000000;
    vertical-align: center;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
    font-size: 30px;
  }
  
  .bigEnvelope{
    width: calc(100% - 30px);
    padding: 10px;
    margin-bottom: 50px;
}
  
  .contentHolder{
display: inline-block;
width: 100%;
color: #666666;
font-size: 17px;
font-family: roboto;
padding: 10px;
vertical-align: top;
}
  
  .halfLeft{
	display: inline-block;
	width: calc(100% - 20px);
	color: #666666;
	padding: 20px 10px 0 10px;
	vertical-align: top;
	}
	
	.halfRight{
	display: inline-block;
	width: calc(100% - 20px);
	color: #666666;
	padding: 20px 10px 10px 10px;
	vertical-align: top;
	}
	
.rfLogo{
    display: inline-block;
    float: right;
    position: fixed;
    z-index: 9999;
    top: 7px;
    right: 40px;
    width: 80px;
}

.rfFooter{
width: 100%;
background: #3b5564;
padding: 5px 0 5px 0px;
color: #cccccc;
font-size: 12px;
position: fixed;
bottom: 0;
}
	
.bigHomeLogo{
display: inline-block; 
text-align: center;
}

.title{
padding: 60px 0 20px 0px;
font-family: gotham;
font-size: 30px;
color: #666666;
}

.bottomInfo{
width: 100%;
text-align: center; 
margin: 0 0 50px 0;
}

.sloganHome{
display:inline-block; 
color: #a2e162; 
font-size: 35px; 
padding-bottom: 0px; 
text-shadow: 2px 2px 8px #000;
margin-top: 40px;
}
	
.whole{
display: inline-block;
width: calc(100% - 20px);
color: #666666;
padding: 30px 10px 0 10px;
vertical-align: top;
}

.inverseColor{
display: inline-block;
width: calc(100% - 30px);
background: #3b5564;
color: #fff;
border-radius: 10px;
padding: 5px;
margin: 5px;
vertical-align: top;
}

.subHeader{
font-size: 15px;
margin-bottom: 25px;
display: inline-block;
width: 100%;
}

.outerDouble{
display: inline-block; 
width: 95%;
vertical-align: top;
}

.doublet{
display: inline-block;
width: calc(45% - 10px);
padding: 0 5px 0 5px;
vertical-align: top;
max-width: 400px;
}

.triplet{
display: inline-block;
width: calc(30% - 10px);
padding: 0 5px 0 5px;
vertical-align: top;
max-width: 400px;
}

.fullSpanCopy{
width: 100%;
}

.fullWidthEnvelope{
width: calc(100% - 20px);
padding: 25px 10px 25px 10px;
border-bottom: 1px solid #cccccc;
}

.footerUnitA{
padding: 5px;
color: #a2e162;
text-align: center;
width: 100%;
font-size: 14px;
}

.footerUnit{
padding: 5px 5px 5px 5px;
color: #a2e162;
width: 100%;
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}