/*COLORS
Light Blue: #B6C7F0
Medium Blue: #264A9C
Dark Blue: #243E79
Light Red: #FFBABA
Medium Red: #E92525
Dark Red: #B52626
Light Green: #B3F6B3
Medium Green: #1DBB1D
Dark Green: #1F911F
Light Orange: #FBD792
Medium Orange: #FF9F17
Dark Orange: #E37417
Light Gray: #D8D8D8
Medium Gray: #4C4C4C
Dark Gray: #3F3F3F
*/

/*RESETS*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans";
}

body {
    font-size: 16px;
}

img {
    border: none;
    display: block;
}


/*LAYOUT CLASSES*/
.cf {
    clear: both;
}

.cf:after {
    content: "";
    display: table;
    clear: both;
}

.contain {
    width: 960px;
    margin: auto;
}

.contain:after {
    content: "";
    display: table;
    clear: both;
}

.vh {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*Mobile Only Top Fixed Nav*/
#topMobileFixedNav {
    display: none;
    position: absolute;
    background-color: #264A9C;
    text-align: center;
    width: 100%;
    margin: 0px auto;
}

#topMobileFixedNav ul {
    list-style-type: none;
    padding: 0px;
}

#topMobileFixedNav ul li {
    display: inline-block;
    padding: 0px 5px;
}

#topMobileFixedNav a {
    color: #ffffff;
}

#topMobileFixedNav a:hover {
    color: #FF9F17;
    text-decoration: none;
}

/*Header - Logo - Main Navigation*/
header {
    min-height: 100px;
    /*Temp Style: Remove when you add logo*/
    background-color: #ffffff;
    position: relative;
}

#logo {
    width: 40%;
    float: left;
    padding: 10px 10px 0 0;
}

#logo img {
    margin: auto;
}

nav {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 10px;
    width: 420px;
}

.firstLink {
    border-bottom: thick solid #E92525;
    width: 100px;
    text-align: center;
}

.firstLink:hover {
    border-bottom: thick dotted #E92525;
    color: #E92525;
}

.firstLink img {
    display: block;
    position: absolute;
    width: 50px;
    left: 6%;
    right: 5%;
    bottom: 0px;
}

.firstLink img:hover {
    opacity: 0.6;
}

.secondLink {
    border-bottom: thick solid #FF9F17;
    width: 90px;
    text-align: center;
}

.secondLink:hover {
    border-bottom: thick dotted #FF9F17;
}

.secondLink img {
    display: block;
    position: absolute;
    width: 50px;
    left: 30%;
    right: 5%;
    bottom: 0px;
}

.secondLink img:hover {
    opacity: 0.6;
}

.thirdLink {
    border-bottom: thick solid #1DBB1D;
    width: 120px;
    text-align: center;
}

.thirdLink:hover {
    border-bottom: thick dotted #1DBB1D;
}

.thirdLink img {
    display: block;
    position: absolute;
    width: 50px;
    left: 55%;
    right: 5%;
    bottom: 0px;
}

.thirdLink img:hover {
    opacity: 0.6;
}

.fourLink {
    border-bottom: thick solid #4C4C4C;
    width: 100px;
    text-align: center;
}

.fourLink:hover {
    border-bottom: thick dotted #4C4C4C;
}

.fourLink img {
    display: block;
    position: absolute;
    width: 50px;
    left: 82%;
    right: 5%;
    bottom: 0px;
}

.fourLink img:hover {
    opacity: 0.6;
}

#menuBtn,
#loginBtn {
    width: 50%;
    text-align: center;
    display: none;
    background: #264A9C;
    color: #ffffff;
    padding: 10px;
    cursor: pointer;
    border: 0;
    font-weight: bold;
    font-size: 1.25em;
    font-family: "Open Sans";
}

#menuBtn {
    border-right: 2px solid #ffffff;
}

#loginBtn {
    float: right;
    border-left: 2px solid #ffffff;
}

#loginCancel {
    background-color: #243E79;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    display: block;
    text-decoration: none;
    display: none;
    font-weight: bold;
}

#loginCancel:hover {
    color: #FF9F17;
    text-decoration: none;
    cursor: pointer;
}

/*Login Box - Rates Box - Rotating Banner*/

main {
    background-color: #243E79;
    padding: 10px;
    display: block;
}

#main {
    position: relative;
    display: flex;
    flex-direction: row;
    max-width: 960px;
    margin: auto;
}

aside {
    z-index: 2;
    background: #B6C7F0;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.85), rgba(182, 199, 240, 0.85));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.85), rgba(182, 199, 240, 0.85));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.85), rgba(182, 199, 240, 0.85));
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(182, 199, 240, 0.85));
    width: 27.5%;
    margin-right: 10px;
}

#sidebar {
    position: sticky;
    top: 0;
/*    padding: 20px;*/
	padding: 20px 10px;
}

#banner {
    width: 75%;
}

#banner img {
    border-radius: 0px;
}

#olb {
    text-align: center;
}

#olb iframe {
    width: 100%;
    
    border: none;
}

#olb span {
    margin: 0;
    padding: 0;
}

#loginBoxHeader {
    font-size: 1.5em;
    font-weight: bold;
    color: #000000;
}

#loginBoxRates {
    background-color: #ffffff;
    border-radius: 5px;
    height: 100%;
    margin: auto;
    margin-top: 10px;
    padding: 5px;
    width: 100%;
}

#loginBoxRates td:nth-child(odd) {
    width: 50%;
    text-align: right;
}

#loginBoxRates td:nth-child(even) {
    width: 50%;
    text-align: left;
}

#loginBoxRates th {
    font-size: 1.25em;
}

#loginBoxRates tr {
    font-size: 0.85em;
}

#getStartedBTN,
#applyForLoanBTN {
    background-color: #243E79;
    border-radius: 5px;
    color: #FFF;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    padding: 10px;
/*    width: 100%;*/
	 width: 90%;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

#getStartedBTN:hover,
#applyForLoanBTN:hover {
    color: #FF9F17;
    text-decoration: none;
    cursor: pointer;
}

#inside {
    width: 75%;
    background-color: #ffffff;
    padding: 10px 20px 20px;
}

#inside h1 {
    font-size: 2.125em;
    font-weight: bold;
    color: #264A9C;
    margin: 10px 0;
}

#inside h2 {
    font-size: 1.75em;
    font-weight: bold;
    color: #243E79;
    margin: 20px 0 10px;
}

#inside h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: #264A9C;
    margin: 20px 0 10px;
}

#inside h4 {
    font-size: 1.25em;
    font-weight: bold;
    color: #243E79;
    margin: 20px 0 10px;
}

#inside a {
    color: #264A9C;
    text-decoration: underline;
}

#inside a:hover {
    color: #FF9F17;
    text-decoration: none;
}

#inside .btn {
    background: #243E79;
    color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    text-decoration: none !important;
    display: inline-block;
    margin: 5px 5px 5px 0;
    border-radius: 5px;
    font-weight: bold;
}

#inside .btn:hover {
    color: #FF9F17;
    text-decoration: none;
    cursor: pointer;
}

#inside hr {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #FF9F17;
}

.mainContentArticleImage {
    float: right;
    display: inline-block;
    margin-right: 2%;
    margin-top: 2%;
}

/* Mobile Only Quick Icons Navagation Selectors*/
#mobileOnlyEasyAccessIcons {
    display: none;
    width: 100%;
    background-color: #D7E4FF;
    text-align: center;
    position: relative;
    height: 100%;
    padding: 10px 10px 0;
}

#mobileOnlyEasyAccessIcons ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#mobileOnlyEasyAccessIcons ul li {
    display: inline-block;
    height: 70px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    max-width: 70px;
    width: 100%;
    font-size: 0.75em;
}

#mobileFirstLink {
    border-bottom: thick solid #E92525;
    width: auto;
    text-align: center;
}

#mobileFirstLink:hover {
    border-bottom: thick dotted #E92525;
}

#mobileSecondLink {
    border-bottom: thick solid #FF9F17;
    width: auto;
    text-align: center;
}

#mobileSecondLink:hover {
    border-bottom: thick dotted #FF9F17;
}

#mobileThirdLink {
    border-bottom: thick solid #1DBB1D;
    width: auto;
    text-align: center;
}

#mobileThirdLink:hover {
    border-bottom: thick dotted #1DBB1D;
}

#mobileFourthLink {
    border-bottom: thick solid #4C4C4C;
    width: auto;
    text-align: center;
}

#mobileFourthLink:hover {
    border-bottom: thick dotted #4C4C4C;
}

#mobileFirstLinkImage {
    display: inline-block;
    position: relative;
    width: 50px;
    margin: auto;
}

#mobileSecondLinkImage {
    display: inline-block;
    position: relative;
    width: 50px;
    margin: auto;
}

#mobileThirdLinkImage {
    display: inline-block;
    position: relative;
    width: 50px;
    margin: auto;
}

#mobileFourthLinkImage {
    display: inline-block;
    position: relative;
    width: 50px;
    margin: auto;
}

#mobileOnlyEasyAccessIcons a {
    text-decoration: none;
    /*! font-size: 0.75em; */
    color: #000;
}

#mobileOnlyEasyAccessIcons img:hover {
    opacity: 0.7;
}

#btmBoxes {
    background: #B6C7F0;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.85), rgba(182, 199, 240, 0.85));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.85), rgba(182, 199, 240, 0.85));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.85), rgba(182, 199, 240, 0.85));
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(182, 199, 240, 0.85));
    max-width: 940px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
}

.box {
    width: 50%;
    padding: 10px;
}

.box p {
    text-align: left;
    font-size: 0.85em;
    margin: auto;
    margin: 10px 0 10px 20px;
}

.box a {
    color: #243E79;
    text-decoration: underline;
}

.box a:hover {
    color: #264A9C;
    text-decoration: none;
}
.news_title a{
    font-size: 1.1em;
    font-weight: bold;
}
#box1,
#box2 {
    text-align: left;
    padding: 1em;
}

#box1 img,
#box2 img {
    width: 100%;
    margin: auto;
    max-width: 100%;
}
#box1 a{
    display: inline-block;
    padding: 0.25em;
}
#btmBoxes h2 {
    color: #000000;
    text-align: left;
    margin: 20px 0 10px 10px;
}

#btmBoxes h3 {
    color: #243E79;
    text-align: left;
    margin: 10px 0 10px 20px;
}

#viewAllAnnouncements {
    font-size: 1.125em;
    padding-top: 20px;
}

#viewAllAnnouncements a {
    color: #243E79;
}

#viewAllAnnouncements a:hover {
    color: #264A9C;
}

.whyCU {
    float: right;
    margin: 20px 0px 0px 20px;
}

#box2 .whyCU img {
    display: inline;
    width: 150px;
    height: 100%;
}

#rightArrows {
    color: #ffffff;
}

#secondarySectionTwoContent {
    background: #fff;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.85), rgba(182, 199, 240, 0.85));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.85), rgba(182, 199, 240, 0.85));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.85), rgba(182, 199, 240, 0.85));
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(182, 199, 240, 0.85));
    width: 100%;
    padding: 1%;
}

#secondarySectionTwoContent h1 {
    font-size: 1.5em;
    font-weight: bold;
    color: #FF9F17;
}

#secondarySectionTwoContent h2 {
    font-size: 1.1em;
    font-weight: bold;
    color: #264A9C;
}

#secondarySectionTwoContent a {
    color: #264A9C;
    text-decoration: underline;
}

#secondarySectionTwoContent a:hover {
    color: #FF9F17;
    text-decoration: none;
}

/*Footer Selectors*/
footer {
    text-align: center;
    padding: 10px;
    background-color: #264A9C;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

footer p {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-size: 0.75em;
    padding: 0 10px;
}

footer p span {
    font-weight: bold;
    color: #B6C7F0;
}

footer img {
    display: inline-block;
    width: auto;
    position: relative;
    padding: 10px;
}

footer img:nth-child(2) {
    margin-bottom: -5px;
}

/*THIRD PARTY SITE DISCLAIMER*/
#extDis {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

#extDis h2 {
    text-align: center;
}

#extDis .extDisMsg {
    background-color: #264A9C;
    border: 5px solid #FFF;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    color: #FFF;
    margin: 3em auto;
    padding: 2em;
    position: relative;
    text-align: left;
    font-size: 0.80em;
}

#extDis .extDisMsg strong {
    color: #FF9F17;
}

#extDis .extDisMsg p {
    padding: 0 0 20px 0;
}

#extDis .extDisBg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}

#extDis a.continueBtn:hover {
    text-decoration: none;
}

#extDis .closeBtn,
#extDis a.continueBtn {
    background-color: #FFF;
    color: #336195;
    display: inline;
    font-weight: bold;
    margin: 10px 20px 0px 0px;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
}

.closeBtn {
    background: #009de6;
    color: #FFF;
    font-weight: bold;
    margin: 10px auto;
    padding: 5px;
    display: block;
    width: 100%;
    text-align: center;
}

#extDis .extDisMsg a:hover,
#extDis .extDisMsg span:hover {
    cursor: pointer;
    color: #FF9F17;
}

/*RATES*/
#rates_container {}

.rates_effective {
    clear: both;
}

.rates_nav {
    clear: both;
}

#rates_container a.rates_button {
    background-color: #243E79;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    display: block;
    float: left;
    font-size: 1em;
    margin: 0 10px 20px 0;
    padding: 10px;
    text-decoration: none;
}

#rates_container a.rates_button:hover {
    background: #264A9C;
}

.rates_table {
    width: 100%;
    border-collapse: collapse;
}

.rates_header {
    background-color: #fff;
    color: #243E79;
    font-size: 1.5em;
}

.rates_title {
    font-weight: bold;
    color: #243E79;
}

.rates_bold {
    font-weight: bold;
}

.rates_notes {
    font-size: 0.75em;
    font-style: italic;
}

.rates_subheader {
    background-color: #fff;
    border-bottom: thick solid #264A9C;
    color: #264A9C;
    font-size: 1.25em;
}

.rates_linespace {}

.rates_aRow {
    background-color: #B6C7F0;
}

.rates_standard {}
