#ai1ec-container{
float:left;
clear: none;
margin-bottom: 50px;
}

header .bar .pad h1{
font-size: 1.5em !important;
text-transform: none !important;
}

/* Fix for Resources Page having too many sub-pages */
.page-id-37 header .bar .pad li a{
font-size: 18px !important;
}

.parent-pageid-37 header .bar .pad li a{
font-size: 18px !important;
}
/* End Fix */

/* Custom Buttons */
.custom-button{
margin: 20px auto;
width: 180px;
background-color: rgba(100, 144, 183, 0.85);
border: 1px solid #4D7496;
border-radius: 2px;
text-align: center;
color: #fff;
}

.custom-button:hover{
background-color: rgba(100, 144, 183, 0.7);
}

.custom-button a{
display: block;
padding: 12px;
text-decoration: none;
color: #fff;
}

a.custom-button2{
display: block;
margin: auto;
width: 180px;
padding: .5em;
background: rgba(162, 0, 44, 1);
border-radius: 2px;
color: #ffba12;
text-decoration: none;
text-align: center;
font-weight: bold;
}

a.custom-button2:hover{
background: rgba(162, 0, 44, 0.9);
}

/* End Custom Buttons */