﻿ .button-blue {
 	font-family:Open Sans;
    padding:10px 32px; 
    color: white;
    text-transform:uppercase;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #688fa3;
    text-decoration:none;
    font-size:0.8em;
    border-style:none;}

 
  .button-blue:after {
    font-family: FontAwesome;
    content: "\f105"; 
    padding-left: 8px; }
                 
                 
 .button-blue:hover {
    background-color: #354660;
    color: white; }
    
 .button-blue:active, .button-blue:visited {
    color: white; } 
    
 .PDFbutton-blue {
 	font-family:Open Sans;
    padding:10px 32px; 
    color: white;
    text-transform:uppercase;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #688fa3;
    text-decoration:none;
    font-size:0.8em;
    border-style:none;
    text-align:center;
    }
       
                 
 .PDFbutton-blue:hover {
    background-color: #354660;
    color: white; }
    
 .PDFbutton-blue:active, .button-blue:visited {
    color: white; }
    
    
  