/* =============================================
Three Col Links
============================================= */


.three-col-links { margin-bottom: 20px; }
.three-col-links a { float: left; width: 100%; border-radius: 8px; border: 1px solid #e5e5e5; overflow: hidden; }
.three-col-links a .button-title { float: left; width: 100%; font-size: 20px; padding:20px; color: #FFF; }
.three-col-links a .button-title  img { width: 10px; float: right; margin-right:20px; }
.three-col-links a p { float: left; width:100%; padding: 20px; }
.three-col-links a .button { margin-left: 15px; float: left; margin-bottom: 15px; padding:10px 20px; line-height: 21px; }


.three-col-links .col:nth-child(1) a .button-title { background-image: url("../images/green-background.jpg"); background-size:cover; }
.three-col-links .col:nth-child(2) a .button-title { background-image: url("../images/red-background.jpg"); background-size:cover; }
.three-col-links .col:nth-child(3) a .button-title { background-image: url("../images/orange-background.jpg"); background-size:cover; }