body {
    font-family: 'Open Sans';
}
.header-navbar {
    margin: 0 auto;
    height: 80px;
    padding-top: 16px;    
}

.navbar-brand {
    padding: 15px 0px;
    font-size: 30px;
    color: #fff;
}
.navbar-brand img {
    width: 200px;
    margin-top: -16px;
}

.nav li a {
    text-transform: uppercase;
    font-size: 15px;
}

.header {
    background-color: #65cdc7;
    max-height:200px;
    margin-top:25px;
    margin-bottom:50px;
    padding-left:0px;
    padding-right:0px;
}

.header, .header img {
    border-radius: 7px;
}

.content-box-outer {
    padding: 0px;
    margin: 0px;
}

.content-box-inner {
    border-radius: 7px;
    background-color: #fff;  
    padding:25px;
    margin-bottom:30px;
}

.content-box-right {
    margin-left:30px;
}

h2.title, h3.title {
    margin-top: 0px;

}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background: none;
    opacity:0.6;
}

.large-icon-image {
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
}

.resources-image {
    padding: 10px;  
    width: 189px;
}

.display-table {
    display:table;
    width:100%;
}

.display-table-row {
    display:table-row;
}

.display-table-cell {
    display:table-cell;
    vertical-align:middle;
}

.tile-box {
    position: relative;
    cursor: pointer;
    margin-bottom: 25px;
    overflow: hidden;
}
.tile-title {
    background: rgba(223,64,109,0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    font-weight: 600;
    font-size: 16px;
    z-index: 99;
    transition: all 0.2s ease-in-out;
}
.tile-box:hover .tile-title {
    background: rgba(223,64,109,0.85);
}
.tile-box img {
    border-radius: 4px;
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
}
.tile-box:hover img {
    opacity: 1;
    transform: scale(1.1);
}
.label-red {
    display: inline-block;
    margin-bottom: 10px;
    background: #df406d;
}
.label-red a {
    color: #fff;
}

.table-download {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
}
.table-download td, .table-image-link td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.table-image-link {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
}
.table-image-link td {
    font-size: 16px;
    vertical-align: middle;
}
.table-image-link tr td:first-child {
    width: 100px;
}
.table-image-link img {
    border-radius: 50%;
}

@media (max-width: 767px) {
    body{font-size: 12px;}
    .tile-title {
        font-size: 12px;
        padding: 10px;
    }
}

.row{
    overflow: hidden; 
}

@media (min-width: 991px) {
    [class*="col-"], .content-box-inner {
        margin-bottom: -99999px;
        padding-bottom: 99999px;
    }
}


.btn.btn-tiny {
    font-size: 11px;
    padding: 3px 12px;
}

h2{
    font-size: 2.0em;
}  






