.header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 115px;
    padding: 0 1rem;
}
#navigation .top-bar-section .dropdown {
    background-color: #00386b;
}
#navigation .top-bar-section .dropdown li {
    border: 1px solid #ffffff;
}
.contentPane2 {
    margin-bottom: 35px;
}
.hCont {
    padding: 20px;
}
* {
    box-sizing: border-box;
}
.bulletedList {
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    color: #333;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 1em;
    background-color: transparent;
    list-style-type: disc !important;
}
#_ctl1_ContentPane ul li {
    list-style-type: disc !important;
    list-style-position: outside;
    margin-bottom: 5px;
}
.prodContainer {
    margin: 5px 20px;
}
.prodContainer div.row {
    margin-top: 30px;
}
.prodColumn1 {
    float: left;
    width: 25%;
    padding: 10px;
    height: 300px;
}
.prodColumn1 img {
    max-width: 250px;
    width: 100%;
}
.prodColumn2 {
    float: left;
    width: 75%;
    padding: 10px;
    height: 300px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.contentColumn {
    float: left;
    width: 50%;
    padding: 10px;
    max-height: 420px
}
#contentColumn1 {
    float: left;
    width: 75%;
    padding: 10px;
    max-height: 100%
}
#contentColumn1 img {
    box-shadow: 2px 4px 7px 0 #000;
    border-radius: 5px;
    width: 100%
}
#contentColumn2 {
    float: right;
    width: 25%;
    padding: 10px;
    max-height: 100%
}
#contentColumn2 img {
    box-shadow: 2px 4px 7px 0 #000;
    border-radius: 5px;
    width: 100%
}
.row:after {
    content: "";
    display: table;
    clear: both
}
.contentColumn .bulletedList li {
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    color: #000!important;
    text-shadow: none!important;
    font-weight: 600;
	margin-left: 3rem;
}
.contentColumn img {
    box-shadow: 2px 4px 7px 0 #000;
    border-radius: 5px;
    width: 100%
}
.colContact {
    display: block;
    float: left;
    margin: 1% 0 1% 0
}
.colContact:first-child {
    margin-left: 0
}
.group:after, .group:before {
    content: "";
    display: table
}
.group:after {
    clear: both
}
.group {
    zoom: 1
}
.span_2_of_2 {
    width: 100%
}
.span_1_of_2 {
    width: 625px;
    max-width: 100%
}
.accredLogo {
    max-height: 55px;
    margin: 10px 5px;
}
footer .copyright {
    color: #ffffff;
    margin-top: 4rem;
}
p.hours {
    margin: 15px 35px;
    text-align: center;
}
.quad-image .column {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.quad-image .overlay {
    color: #fff;
    width: 100%;
    height: 100%;
}
img.footerLogo {
    max-width: 225px;
}
h1 {
    font-size: 3.5rem;
	color: #000000;
	font-weight: 600;	
}
h2 {
    font-size: 3rem;
	color: #014787;
	font-weight: 600;
}
h3 {
    font-size: 2.3rem;
    letter-spacing: normal;
    text-decoration: underline;
}
.productBox {
    border: 2px solid #ababab;
    background-color: #fff;
    width: 80%;
    padding: 20px;
    display: block;
    margin: 15px auto !important;
}
.prodContainer {
    width: 100%;
    margin: 0px 5%;
}
.prodContainer h2 {
    font-size: 2.5rem;
    color: #00386b;
}
.prodContainer p {
    max-width: 935px;
}
.homeLogo {
    margin: 10px auto;
    max-width: 325px;
    width: 100%;
}
a.seoCTA {
    padding: 10px 40px;
    background-color: #0275da;
    border: 2px solid #000000;
    color: #ffffff;
}
@media screen and (max-width: 767px) {
.image-right-overlay .column {
    width: 100% !important;
}
}

@media screen and (max-width: 600px) {
.prodContainer div.row {
    min-height: 675px;
}
.prodColumn1 {
    width: 100%;
    margin-top: 125px;
}
.prodColumn2 {
    width: 100%;
    margin-bottom: 125px;
}
.contentColumn {
    width: 100%
}
#contentColumn1 {
    width: 100%
}
#contentColumn2 {
    width: 100%;
    float: left
}
.span_1_of_2, .span_2_of_2 {
    width: 100%
}
.colContact {
    margin: 1% 0 1% 0
}
.prodContainer img {
    width: 225px;
    max-width: 100%;
    margin: 0px auto;
}
.prodContainer h2 {
    font-size: 2rem;
    color: #000000;
}
}
#pageContent, #_ctl1__ctl0_HtmlHolder {
    width: 100%;
}

@media screen and (max-width: 1199px) {
#navigation {
    position: relative;
    top: 9px!important;
    right: 32px!important;
}
#navigation .top-bar-section .dropdown {
    background-color: #ffffff;
}
#pageContent, #_ctl1__ctl0_HtmlHolder {
    width: 95%;
}
.sf_cols {
    margin-top: 75px;
}
}