#footerLargeInnerContent {
    width:1500px;
    margin-left:auto;
    margin-right:auto;
    height:500px;    
}

#footerLargeInnerContentLeft {
    float:left;
    width:400px;
    height:100%;
}

#footerLargeInnerContentLeft h1 {
    font-size:14pt;
    color:#ab8433;
   /* font-weight:bold;*/
    margin-left:30px;
    margin-top:30px;
    margin-bottom:30px;
    font-family: Gontserrat-Regular;
}
#footerLargeInnerContentLeft h2 {
    font-size:13pt;
    margin-left:30px;    
    height:auto;
    color:  #D3D3D3;
    margin-bottom:30px;
   /* font-family: Gontserrat-Light;*/
    font-family: geo_sans_light;
}


#footerLargeInnerContentMiddle {
    float:left;
    width:400px;
    height:100%;
    margin-right:150px; 
    margin-left:150px;
}
#footerLargeInnerContentMiddle h1 {
    font-size:14pt;
    margin-top:30px;
    margin-bottom:5px;
   /*font-weight: bold;*/
      color:#ab8433;
    font-family: Gontserrat-Regular;    
}
#footerLargeInnerContentMiddle img {
    width:40px;
    height:auto;
    margin-top:30px;
    float:left;
    margin-right:30px;
}


#footerLargeInnerContentRight {
    float:right;
    width:400px;
    height:100%;
}
#footerLargeInnerContentRight h1 {
    font-size:14pt;
    margin-top:30px;
    margin-bottom:5px;
    /*font-weight: bold;*/
      color:#ab8433;
    font-family: Gontserrat-Regular;
}
#footerLargeInnerContentRight h2 {
    font-size:9pt;
    font-family: Gontserrat-Light;
}
#footerLargeInnerContentRightInputField {
    height:40px;
    width:100%;
    margin-top:10px;

    background-color:#242323;
    border:solid 1px #242323;
    border-radius: 5px;
    padding-left:10px;
    transition: height 1s;

    font-family: Gontserrat-Light;
    font-size: 9pt;
    color:#bb9545;
}
#footerLargeInnerContentRightInputFieldText {
    height:120px;
    width:100%;
    margin-top:10px;

    background-color:#242323;
    border:solid 1px #242323;
    border-radius: 5px;
    padding-left:10px;
    padding-top: 10px;
    transition: height 1s;     
    
    font-family: Gontserrat-Light;
    font-size: 9pt;
    color:#bb9545;    
    
    resize: none;
}
#footerLargeInnerContentRightInputSubmit {
    height:40px;
    width:100%;
    margin-top:10px;

    background-color:#242323;
    border:solid 1px #242323;
    border-radius: 5px;
    padding-left:10px;
    transition: height 1s;

    font-family: Gontserrat-Light;
    font-size: 11pt;
    color:#bb9545;    
    font-weight: bold;
}
#footerLargeInnerContentRightInputField:focus {
    height:50px;
    border:solid 1px #bb9545;
}
#footerLargeInnerContentRightInputFieldText:focus {
    height:150px;
    border:solid 1px #bb9545;
}
form#PayPalDonate {
    position: absolute;
    margin-top:150px;
}
form#PayPalDonate h1 {
    margin-top:20px;
    color:  #D3D3D3;
    margin-bottom:30px;
    font-family: geo_sans_light;
    font-size:13pt;
    width:400px;
}