    
    h1
    {
        float: none; 
        display: inline-block;
        width: 100%;
        font-size: 28pt;
        font-family: montserratregular, cabin, oswald, arial;
        font-weight: normal;
        text-shadow: none;
        padding-bottom: 8px;
        padding-bottom: 0px;
        border-bottom: 2px solid #999999;
        border-bottom: none;
        text-transform: uppercase;
        word-spacing: 2px;
    }

    h1:after
    {
        display: block;
        width: 100px;
        height: 2px;
        overflow: hidden;
        background-color: #CCCCCC;
        content: "";
        margin: auto;
        margin-top: 12px;
        margin-bottom: 10px;
        font-size: 10pt;
        line-height: 0%;
    }   
    
    h2
    {
        float: none;
        display: inline-block;
        width: 100%;
        padding: 0px;
        padding-top: 60px;
        font-size: 16pt;
        font-family: montserratregular, cabin, arial;
        font-weight: normal;
        word-spacing: 0px;
        border-bottom: 2px solid #999999;
        border-bottom: none;
        text-shadow: none;
        color: #444444;
        text-transform: uppercase;
    }

    h2:after
    {
        display: block;
        width: 100px;
        height: 2px;
        overflow: hidden;
        background-color: #999999;
        content: "";
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 10pt;
        line-height: 0%;
    }       

    #topSection > p
        {
        display: inline-block;
        width: 100%;
        font-size: 12pt;
        font-family: avenir, helvetica, arial;
        color: #444444;
        padding-bottom: 15px;
        text-align: center;
        line-height: 140%;  
    }
    
    #topSection > p a, #topSection > p a:active, #topSection > p a:link, #topSection > p a:visited, #topSection > p a:hover
    {
        font-size: inherit;
        font-family: inherit;
        color: inherit;
        text-decoration: underline;
    }
    
    p.subtitle
        {
        display: inline-block;
        width: 100%;
        padding-top: 0px;
        margin: 0px;
        font-size: 14pt;
        font-family: avenir, helvetica, arial;
        color: #444444;     
        text-align: center;
        line-height: 140%;
    }

    #headerNavigationSellLink
    {
        border-color: rgba(0,0,0,0.10);
    }       

    .topButtonDiv
        {
        display: inline-block;
        width: 45%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        max-width: 350px;
        text-align: center;
        vertical-align: top;
        padding-bottom: 40px;   
    }       

    .topButton,
    .topButton:link,
    .topButton:active,
    .topButton:visited,
    .topButton:hover
        {
        display: inline-block;
        width: 90%;
        text-align: center;
        font-size: 16pt;
        font-family: cabin, oswald, arial;
        text-transform: none, uppercase;
        
        color: #444444;
        border: 2px solid rgba(0,0,0,0.25);
        background-color: rgba(0,0,0,0.010);        
        
        color: #FFFFFF;
        border: 2px solid rgba(90, 180, 160, 1.00);
        background-color: rgba(90, 180, 160, 1.00);          

        border-radius: 2px;
        padding: 15px;
        margin-bottom: 10px;
        
        box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.06);
        letter-spacing: 1px;
        word-spacing: 0px;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); 
        
    }

    .topButton:hover
        { 
        color: #FFFFFF;
        border: 2px solid rgba(106, 201, 157, 1.00);
        background-color: rgba(106, 201, 157, 1.00);               
    }       
            
    .sectionDiv
    {
        display: flex;
        display: -webkit-flex;          
        width: 100%;

        flex-direction: row;
    
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;

        -webkit-flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -webkit-align-items: flex-start;
        -webkit-align-content: flex-start;  
        
    }
    
    .sectionDiv h2
    {
        font-size: 16pt;
    }
    
    .sectionDiv p.subtitle
    {
        padding-bottom: 60px;
        font-size: 12pt;
    }


    .featureContainerDiv
    {
        display: flex;
        display: -webkit-flex;
                        
        width: 100%;

        flex-direction: row;
        
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;

        -webkit-flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -webkit-align-items: flex-start;
        -webkit-align-content: flex-start;              
    
        padding-top: 60px;
        padding-bottom: 60px;
        border-bottom: 1px solid #CCCCCC;
    
    }
    
    .featureDiv
        {
        display: inline-block;
        width: 28%;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        margin-bottom: 80px;
        text-align: left;
    }
        
    .featureDiv h3
        {
        float: none;
        display: inline-block;
        width: 100%;
        font-size: 14pt;
        font-family: montserratregular, cabin, arial;
        font-weight: normal;
        word-spacing: 0px;
        padding-bottom: 20px;
        margin-bottom: 25px;                
        text-shadow: none;
        color: #444444;         
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px solid #CCCCCC;
        word-spacing: 2px;
    }
        
    .featureDiv img
    {
        float: left;
        max-width: 55%;
        max-height: 140px;
        margin-right: 8%;
        margin-bottom: 8%;
    }   
    
    .featureDiv img.roundEdges
    {
        border-radius: 4px;
        box-shadow: 5px 5px 8px #CCCCCC;
        box-shadow: none;
    }
    
    .featureDiv img.imageBorder
    {
        border-radius: 0px;
        border: 1px solid #CCCCCC;
        box-shadow: 8px 8px 12px #EEEEEE;
    }           
                
    .featureDiv p
        {
        margin-top: 20px;
        font-size: 12pt;
        font-family: avenir, helvetica, arial;
        color: #666666;
        line-height: 150%;
    }
    
    .featureDiv p:nth-child(3)
    {
        margin-top: 0px;
    }

    .featureDiv a, .featureDiv a:active, .featureDiv a:link, .featureDiv a:visited, .featureDiv a:hover
    {
        font-size: inherit;
        font-family: inherit;
        color: inherit;
        text-decoration: underline;
    }
    
    .featureDiv .ghostButton, .featureDiv .ghostButton:link, .featureDiv .ghostButton:active, .featureDiv .ghostButton:visited, .featureDiv .ghostButton:hover
    {
        display: inline-block;
        text-align: center;
        font-size: 11pt;
        font-family: cabin, oswald, arial;
        text-transform: none, uppercase;
        color: #444444;
        border: 1px solid #CCCCCC;
        border-radius: 0px;
        padding: 8px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px;
        background-color: #FFFFFF;
        letter-spacing: 0px;
        word-spacing: 0px;
        text-decoration: none;
    }

    .featureDiv .ghostButton:hover
    {
        color: #FFFFFF;
        background-color: rgba(106,201,157,0.90);
        border: 1px solid rgba(106,201,157,0.90);
        border-radius: 2px;
    }           
    
    .buttonContainerDiv
    {
        display: inline-block;
        width: 100%;
        padding-top: 40px;
        text-align: center;
        word-spacing: 5px;
    }
    
    .videoContainer
    {
        position: relative;
        display: inline-block;
        width: 100%;
        padding-bottom: 56.25%;
        height: 0px; 
    }


    .videoContainer iframe      
    {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        width: calc(100% - 2px);
        height: 100%;
        height: calc(100% - 2px);
        border: 1px solid #999999;
        box-shadow: none;
    }           
    
    @media screen and (max-width: 800px)
    {
        .buttonjoin, .buttonjoin:active, .buttonjoin:visited, .buttonjoin:link, .buttonjoin:hover
        {
            font-size: 12pt;
        }
        
        .featureDiv
        {
            width: 45%;
        }
        
    }
    
    @media screen and (max-width: 640px)
    {
        .topButtonDiv
        {
            width: 100%;
            max-width: 100%;
            padding-left: 0px;
            padding-right: 0px;
            padding-bottom: 40px;
        }

        .featureDiv
        {
            width: 100%;
        }               
        
    }
