/* ------------------------------------ =basic -- */

.page-footer:before, .rd-page-header:before {
    background: rgba(153, 168, 193, 0.298);
}


/* ------------------------------------ =typography -- */

.subtitle, .subtitle-2 {
    color: #002664;
}

h3 {

  margin-bottom: 20px;
  font-size: 38px;
  line-height: 50px;
  font-weight: 400;
  color: #002664;

}

h3.bio-organization.content-block
{
	margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
  color: #002664;

}

h3.content-block
{
	margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
  color: #000000;

}

/* ------------------------------------ =components -- */

.home-twitter .box-title-container h4 {
    color: #002664;
}


/* ------------------------------------ =header, =nav -- */

.page-offsite, .page-offsite p {
    background: #660066;
    color: #fff !important;
}
.page-offsite:hover {
    background: #3798d8;
}

a.page-offsite {
  color: #fff !important;

}

.login-form input.full-width {
	width: 100%;
}
.login-form .center {
	text-align: center;
}
.login-button {
	width: 100%;
	margin-top: 20px;
}
.page-subnav .current > a {
color: #002664;
}
.item-category {
 /*  border-bottom: 2px solid #002664; */
 border-bottom: none !important;
}

.item-title a:hover, .item-category, .item-category a, .page-title, .list-unstyled li a:hover {
    color: #002664;
}
.item-title, .item-title a {
    color: #3798d8;
}
.footer-logo {
    padding: 10px 0 10px 0;
}


@media all and (max-width: 720px) {
    .footer-utility {
        clear: both;
        margin-left: 0 !important;
        margin-right: auto;
        margin-bottom: 10px;
        padding-left: 0;
        text-align: center;
        float: none !important;
    }

    .footer-content {
        clear: both;
        float: none !important;
    }
}


@media all and (min-width: 720px) and (max-width: 1150px) {
    .footer-utility {
        margin-left: 0 !important;
        margin-bottom: 10px;
        padding-left: 0 !important;
    }
    .footer-content {
        clear: both;
        float: left;
    }
}


@media all and (min-width: 720px) {
    .page-social {
        right: 250px;
    }
    .page-nav .dropdown a:hover {
        color: #002664;
    }
    .page-nav > ul > li {
        width: 15.28%;
    }

    .page-nav > ul > li:nth-child(1) {
        width: 14.28%;
    }
    .page-nav > ul > li:nth-child(2) {
        width: 14.28%;
    }
    .page-nav > ul > li:nth-child(3) {
        width: 14.28%;
    }
    .page-nav > ul > li:nth-child(4) {
        width: 16.28%;
    }
    .page-nav > ul > li:nth-child(5) {
        width: 16.28%;
    }
    .page-nav > ul > li:nth-child(6) {
        width: 10.28%;
    }
    .page-nav > ul > li:nth-child(7) {
        width: 12.28%;
    }

    .page-nav > ul > li:nth-child(4) .dropdown {
        width: 632%;
        left: -272%;
    }
    .page-nav > ul > li:nth-child(5) .dropdown {
        width: 632%;
        left: -372%;
    }
    .page-nav > ul > li:nth-child(6) .dropdown {
        width: 1002%;
        left: -748%;
    }
    .page-nav > ul > li:nth-child(7) .dropdown {
        width: 839%;
        left: -710%;
    }

    .page-nav > ul > li.current:before {
        background: #002664;
    }
    .page-nav > ul > li.current > a {
        color: #002664;
    }
}


/* ------------------------------------ =home -- */

.hs-cta-img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


@media (min-width: 720px) {
    .home-main-container .content-box .item-summary {
        margin-bottom: 30px;
    }
    .home-match-height-ref span, .home-match-height-ref a, .home-match-height-ref img {
        display: block;
    }
}


/* ------------------------------------ =search results -- */

@media all and (min-width: 600px) {
  span.pagerPage {
    background: #002664;
  }
}
@media all and (min-width: 1150px) {
.footer-logo {
float: left;
padding: 0;
}
.footer-content {
clear: none;
width: 650px;
float: right;
display: block;
}
.footer-utility {
color: #fff;
font-size: 12px;
margin: 0;
float: right;
}
.copyright {
clear: none;
color: #fff;
float: right;
font-size: 12px;
display: inline;
clear: right;
margin-top: 20px;
width: 100%;
}
.copyright-left {
float: left;
text-align: left;
}
.copyright-right {
float: right;
}
}
/* ------------------------------------ =footer -- */

.page-footer {
    background: #002664 !important;
    clear: both;
    padding: 30px;
}
