.bg--off-blue {
	background-color:#3a6c99;
	color: #ffffff;
    text-align: center;
    font-size: 30px;
	font-family: inherit;
	    margin-top: 0;
    margin-bottom: 20px;

}
.bg--off-blue--hover:hover {
	background-color:#3a6c99;
}
hr.color--off-blue {
	border-color:#5380a8;
}

.col-sm-8 {
    font-family: Tahoma, Arial, sans-serif;
    color: black;
	font-size: 14px;
}

.section--content__nav a {
    font-family: Tahoma, Arial, sans-serif;
    color: black;
	font-size: 14px;
}
/*
not approved color and font
p {
    font-family: Tahoma, Arial, sans-serif;
    color: black;
	font-size: 14px;
}
*/
------------

/* style id=compiled-css */
          .left {
        float: left;
        width: 50%;
    }
    .right {
        float: right;
        width: 50%;
		padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 20px;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .group:after {
        content:"";
        display: table;
        clear: both;
    }
    @media screen and (max-width: 480px) {
        .left, .right {
            float: none;
            width: auto;
        }
    }

