/*---------------------------------------------------------------------------------

 Theme Name:   Resources for Resiliency
 Theme URI:    http://resourcesforresilience.com/
 Description:  
 Author:       Courtney Tiberio
 Author URI:   https://fullsteamlabs.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
h1 {text-transform: uppercase!important; color: #9b9c9d; font-size: 44px; font-weight: bold;}

.cta {
width: 33.3%;
text-align:center;
float: right;
margin-top: -3px;
}
 
.cta a {
background: #fff;
    color: #a9bf46 !important;
    padding: 5px 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700 !important;
    transition: all 0.5s;
}
 
.cta a:hover {
background: #555;
color: #fff !important;
}

