﻿/*Styles used across thead entire site*/

.sectionHeaderBlueText {
    /*color: #2C73AE;*/ 
    color: #346b98;
    display: block;
    font-size: 22px;
    background: #fff;
    font-weight: 400;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.sectionHeaderWhiteText {
    background-color: #295578;
    opacity: .85;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 22px;
    color: white;
}

.sectionTitleBlackText {
    font-size: 16px;
    font-weight: 600;
    color: #21435f;
    /*color: #000000;*/
}

.sectionTitleBlueText {
    display: block;
    padding-left: 0px;
    padding-top: 3px;
    font-size: 15px;
    color: #21435f;
    /*color: #295578;*/
}

#bootstrapOverride .sectionSubtitle {
    font-size: 13px;
    font-weight: 600;
}

.sectionTitle_ThreeLinesAbove {
    background-image: url('../Images/ContactUs_tier_ThreeLinesAboveText.png');
    background-repeat: no-repeat;
    display: block;
    text-transform: uppercase;
    padding-left: 0px;
    padding-top: 3px;
    font-size: 14px;
    color: #295578;
}

.textBlueBackground {
    background-color: #295578;
    opacity: .85;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    color: white;
}

.blueText {
    color: #295578;
    font-weight: 500;
}

.buttonBlueBackground {
    background-color: #295578;
    border-color: #295578;
    color: #ffffff;
    webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

#bootstrapOverride a.sectionLink {
    /*color: #000099 !important;*/ 
    color: #4186be !important;
}

#bootstrapOverride a.sectionLink:hover {
    text-decoration: none;
    color: black !important;
}

.darkGreyBox {
    background-color: rgba(89, 89, 89, 0.7);
    padding: 20px;
}

.fakeA {
    color: #4765a0;
    cursor: pointer;
}

.s-results .related-search a:hover {
    color: #4765a0;
}