
.page-header {
    border-bottom:none;
}

.containerHeader {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.darkBlueHeader {
    width: 100%;
    min-height: 40px;
    background-color: #214b74;
}

.titledarkblue {
    display: block;
    width: 100%;
    color: #0fecda;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.lightBlueHeader {
    width: 100%;
    min-height: 40px;
    background-color: #dfe7ec;
}

.titlelightblue {
    display: block;
    width: 100%;
    color: #587593;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.whiteBackground {
    padding: 10px;
    margin-bottom: 5px;
    background-color: #fff;
    color: #000;
}

    .whiteBackground h2, .whiteBackground h3, .whiteBackground h4, .whiteBackground h5, .whiteBackground h6 {
        color: #000 !important;
    }

.FindAGroup {
    padding: 15px;
    margin: 10px 3px 10px 0;
    color: #fff;
    background-image: url('images/FindGroupBackground.jpg');
}

    .FindAGroup a, .FindAGroup a:visited {
        color: #0fecda;
    }

.SearchContainer {
    padding: 15px;
    margin: 10px 3px 10px 0;
    color: #fff;
    background-image: url('images/SearchBackground.jpg');
}

    .SearchContainer a, .SearchContainer a:visited {
        color: #0fecda;
    }

.greenHeaderHR {
    border-bottom: solid #0fecda 5px;
    margin-left: 10px;
    width: 25%;
}

.redHeaderHR {
    border-bottom: solid #891635 5px;
    margin-left: 10px;
    width: 25%;
}

.doubleBox {
    padding: 15px;
    margin: 10px 3px 10px 0;
    color: #000;
    border-style: solid;
    border-width: 26px 27px 27px;
    -moz-border-image: url('images/DoubleBox.png') 26 27 27 repeat;
    -webkit-border-image: url('images/DoubleBox.png') 26 27 27 repeat;
    -o-border-image: url('images/DoubleBox.png') 26 27 27 repeat;
    border-image: url('images/DoubleBox.png') 26 27 27 fill repeat;
}



/* Featured Block  */

.container-wrapper {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 1em;
    width: 100%;
}

.container-padding {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 12px;
}

.container-title {
    display: block;
}

/* Featured Block-Blue */

.container-blue {
    background-color: #214b74;
    color: #FFFFFF;
}

    .container-blue h4, .container-blue p, .container-blue .Normal {
        color: #FFFFFF;
    }

    .container-blue a, .container-blue a:visited {
        color: #0fecda;
    }

#containerBlue:hover {
    background-color: #19223a;
}

.container-blue hr {
    border-top: solid 3px #0fecda;
}

/* Featured Block-LightBlue */

.container-lightblue {
    background-color: #d5e9f3;
    color: #000;
}

    .container-lightblue h4, .container-lightblue p, .container-lightblue .Normal {
        color: #000;
    }

    .container-lightblue a, .container-lightblue a:visited {
        color: #891635;
    }

#containerlightBlue:hover {
    background-color: #ececec;
}

.container-lightblue hr {
    border-top: solid 3px #891635;
}

/* AADR  Containers */


.GovtAffairsContainer {
    padding: 15px;
    margin: 10px 3px 10px 0;
    color: #000;
    background-image: url('images/GovtAffairsBackground.jpg');
    clear: both;
    overflow: hidden;
}

    .GovtAffairsContainer .containerHeader {
        color: #000;
    }

.AADRSearchContainer {
    padding: 15px;
    margin: 10px 3px 10px 0;
    color: #000;
    background-image: url('images/AADRSearchBackground.jpg');
    clear: both;
    overflow: hidden;
}

    .AADRSearchContainer .containerHeader {
        color: #000;
    }

.DonateContainer {
    padding: 15px;
    margin: 10px 3px 10px 0;
    color: #000;
    background-image: url('images/DonateBackground.jpg');
    clear: both;
    overflow: hidden;
}

    .DonateContainer .containerHeader {
        color: #000;
        text-align: left;
    }


.BlueNotepadContainer {
    width: 100%;
    padding: 15px;
    margin: 10px 3px 10px 0;
    color: #fff;
    background-color: #214B74;
    background-image: url('images/NotepadBackground.png');
    background-repeat: no-repeat;
    clear: both;
        background-size:55%;
     background-position: center bottom;
   /*background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;*/
}

    .BlueNotepadContainer .containerHeader {
        color: #fff;
        text-align: left;
    }
     
.BlueNotepadContainer a, .BlueNotepadContainer a:visited {
        color:#0fecda;
    }
.BlueMicroscopeContainer {
    padding: 15px;
    margin: 10px 3px 10px 0;
    color: #fff;
    background-color: #214B74;
    background-image: url('images/MicroscopeBackground.png');
    background-repeat: no-repeat;
    clear: both;
        background-size:40%;
    /*background-size: cover;
    background-repeat: no-repeat;*/
    background-position: center bottom;
}

    .BlueMicroscopeContainer .containerHeader {
        color: #fff;
        text-align: left;
    }
    .BlueMicroscopeContainer a, .BlueMicroscopeContainer a:visited {
        color:#0fecda;
    }
.BlueNotepadContainer .redactor-editor {
    background-color: #214B74;
}

.BlueMicroscopeContainer .redactor-editor {
    background-color: #214B74;
}


