@charset "UTF-8"; /* CSS Document */
/* ==========================================================================
   Custom styles
   ========================================================================== */
body {
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 300;
    font-style: normal;
    /*background-image: url(/common/img/bg.png);
	background-position: center top;*/
}

a:link, a:visited {
    color: #6750A1;
    text-decoration: underline;

}

header {
    background-color: #003D69 ;
}

header h2 {
    text-align: left;
    color: #fff;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 300;
    font-style: normal;
    margin: 0;
    padding: 0;
    padding: 25px 0;
    width: 100%;
}

.primary-graphic {
    background-image: url(/common/img/bg-primary-graphic.png);
    background-repeat: repeat;
    height: 500px;
    overflow: hidden;
}

.primary-graphic img {
    margin-top: -100px;
}

img.logo-overlay {
    position: absolute;
    top: 300px;
    z-index: 10;
    padding-left: 40px;
}

img.logo-mobile {
    margin-top: 5px;
}

.breadcrumb-container {
    background-color: #e2e2e2;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 18px;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    color: #fff;
}

.social-icons li.twitter, .social-icons li.facebook, .social-icons li.youtube {
    border-radius: 50%;
    border: solid 1px #fff;
    width: 40px;
    height: 40px;
    padding: 5px;
    margin-right: 10px;
    text-align: center;
    background-color: #fff;
}

.social-icons li.twitter:hover, .social-icons li.facebook:hover, .social-icons li.youtube:hover {background-color: #fff;}
.social-icons li.twitter i {color: #1DA1F2;}
.social-icons li.facebook i {color: #3B5998;}
.social-icons li.youtube i {color: #E32524;}




.orange {
    color: #FAA21C;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-nav>li>ul {
    display: none;
}

/* Navigation Styles */
nav {
    background-color: #6750a1;
    color: #fff;
    text-transform: capitalize;
}

nav .home {
    float: left;
    padding: 25px 0;
}

nav .home a {
    color: #fff;
}

.navbar {
    margin-bottom: 0;
}

.navbar-nav {
    float: none;
}

.navbar-nav > li {
    width: 14%;
    text-align: center;
}
.navbar-nav > li#main-navigation-what-we-do {width: 12%;}
.navbar-nav > li > a {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-decoration: none;
}
.dropdown-menu > li > a {text-decoration: none;}
.navbar-nav > li > span {
    min-height: 50px;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li.active > a, .navbar-nav > li.parent-active > a {
    background-color: #503c81;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #503c81;
    border-color: #337ab7;
}

li#main-navigation-who-we-are {
    width: 12%;
}

li#main-navigation-contact-us {
    width: 12%;
}

li#main-navigation-our-programs > a, li#main-navigation-who-we-are > a, li#main-navigation-contact-us > a {
    padding-left: 26px;
    padding-right: 26px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #fb9118;
}

li#main-navigation-home {
    width: 68px;
}

li#main-navigation-home > a, li#main-navigation-home > a:hover {
    background-image: url(/common/img/icon-home.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    height: 90px;
}

li#main-navigation-home > a:hover {
    background-color: #503C81
}

li#main-navigation-home > a {
    height: 90px;
}

ul#sub-navigation li {
    background-color: #7d7d7d;
    padding: 0;
    margin: 0;
   border-top: 1px dotted rgba(0,0,0,0.3);
}

ul#sub-navigation li a {
    color: #fff;
    text-transform: none;
    font-weight: 400;
    display: block;
    padding: 15px;
    text-decoration: none;
}
ul#sub-navigation li li {
    background-color: #8d8d8d;
}
ul#sub-navigation li li li {
    background-color: #919191;
}
ul#sub-navigation li li li li {
    background-color: #999999;
}
ul#sub-navigation li li a {
	padding-left: 2em;
}
ul#sub-navigation li li li a {
	padding-left: 3em;
}
ul#sub-navigation li li li li a {
	padding-left: 4em;
}

ul#sub-navigation li a:hover {
    text-decoration: none;
}

ul#sub-navigation li.here {
    background-color: #60489E;
}

ul#sub-navigation li.overview {
    background-color: #FAA21C;
}

ul#sub-navigation li.overview a {
    font-weight: 500;
    text-transform: uppercase;
}

ul#sub-navigation li:hover {
    background-color: #959595;
}

/* hide the child pages by default */
ul#sub-navigation li ul{
	display: none;
}
ul#sub-navigation li.parent-here > ul,
ul#sub-navigation li.active > ul,
ul#sub-navigation li.here > ul{
	display: block;
	list-style-type: none;
	padding-left: 0;
}
ul#sub-navigation .has-children > a:after {
    display: inline-block;
    content: "+";
    float: right;
    font-size: 20px;
    line-height: 20px;
}




ul.footer-navigation {
    margin-left: 10px;
}

ul.footer-navigation li a {
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
}

ul.footer-navigation li ul li, ul.footer-navigation li ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.footer-navigation li ul {
    margin-bottom: 15px;
}

ul.footer-navigation li ul li a {
    text-transform: none;
    font-weight: 400;
    text-decoration: none;
}

ul#sub-nav-3 li.last {
    margin-top: 15px;
}

ul#sub-nav-3 li ul li.last {
    margin-top: 0;
}



/* Main Header Carousel */
.carousel-caption {
    text-align: left;
    top: 5%;
    right: 0;
    left: 0;
}

.carousel-inner .no-overlay .quotation {display: none;}
.carousel-inner .no-overlay img.no-overlay {display: none;}

#myCarousel .carousel-caption .quotation {
    font-size: 18px;
    padding-top: 20px;
}

.carousel-indicators {
    bottom: 0;
}

.carousel-indicators li.active {
    background-color: #fb9118;
    border: solid 1px #fb9118;
    width: 10px;
    height: 10px;
    margin: 0;
}

.carousel-indicators li {
    background-color: #fff;
    border: solid 1px #fff;
    width: 10px;
    height: 10px;
    margin: 0;
}

h1.page-title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 26px;
    padding-top: 0;
    margin-top: 0;
}

h2.sub-page-title, h2 {
    color: #60489d;
    font-size: 18px;
    margin-bottom: 25px;
}

/* Footer */
footer {
    background-color: #003D69;
    color: #fff;
    padding: 25px 0;
}

footer h3 {
    color: #ffa409;
    text-transform: uppercase;
    font-size: 16px;
}

footer a:link, footer a:hover, footer a:visited {
    color: #fff;
    font-weight: 400;
}

footer .disclaimer {
    font-size: 12px;
}

footer p.copyright {
    text-transform: uppercase;
}

.vertical-sep {
    border-left: solid 1px #fff;
    min-height: 300px;
}

/* MARGINS AND SECTION PADDING */
.grey {
    background-color: #d7d7d7;
}

.m-top {
    margin-top: 40px;
}

.p-top {
    padding-top: 40px;
}

.m-bottom {
    margin-bottom: 40px;
}

.p-bottom {
    padding-bottom: 40px;
}

/* Home Page Styles */
.box-content-top {
    position: relative;
}

.box-content-top h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 40%;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.box-content-copy {
    background-color: #e6e7e8;
    padding: 15px;
    min-height: 320px;
}

.box-content-image {
    padding: 0;
    min-height: 150px;
    background-color: #e6e7e8;
}

.box-content-date {
    background-color: #faa21b;
    color: #fff;
    padding: 10px;
    text-align: center;
    float: left;
    width: 33%;
    margin-top: -15px;
    margin-left: -15px;
    min-height: 150px;
}

.box-content-date .month {
    text-transform: uppercase;
}

.box-content-date .day {
    font-size: 40px;
}

.btn.btn-small {
    background-color: #FAA21B;
    border-radius: 10px;
    padding: 3px 8px;
    margin: -20px auto 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}

.btn.btn-small:hover {
    background-color: #60489D;
}

/* Twitter */
.twitter h3 {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 400;
}

.twitter h4 {
    font-size: 24px;
}

#tweetCarousel .carousel-inner .item {
    margin-top: 10px;
    margin-bottom: 50px;
}

#tweetCarousel .carousel-indicators {
    bottom: 0;
}

#tweetCarousel .carousel-indicators li.active {
    background-color: #fb9118;
    border: solid 1px #fb9118;
    width: 10px;
    height: 10px;
    margin: 0;
}

#tweetCarousel .carousel-indicators li {
    background-color: #5e4443;
    border: solid 1px #5e4443;
    width: 10px;
    height: 10px;
    margin: 0;
}

#tweetCarousel .item {
    font-size: 19px;
    font-weight: 400;
    color: #888888;
}

/* ------------ */
/* GOOGLE MAP */
/* ------------ */
.google-map {
    height: 500px;
}

.google-map img {
    max-width: inherit;
}

.google-map.map-small {
    height: 354px;
}

.map-overlay {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100px;
}

.map-overlay .container {
    position: relative;
}

.map-marker-label {
    background-color: white;
    color: #444;
    width: 200px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 2px solid;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: lighter;
    min-width: 280px;
    padding: 16px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}

.map-marker-label:before, .map-marker-label:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    margin-left: -10px;
}

.map-marker-label:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.2);
    margin-bottom: -1px;
    margin-left: -9px;
}

.map-marker-label:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}

/* Media Releases */
p.entry-date {
    text-transform: uppercase;
}

article.media {
    border-bottom: solid 1px #efefef;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

/* Our Board */
h4.entry-title {
    text-transform: uppercase;
    color: #6750a1;
    font-size: 16px;
}

h4.entry-title span {
    text-transform: none;
    color: #888;
}

article.item {
    margin: 15px 0 25px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
}

#filters {
    margin: 25px 0;
}

/* Events */
article.event {
    border-bottom: solid 1px #efefef;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: block;
}

article.event .btn.btn-small {
    margin: 5px 0;
}

.btn.btn-primary {
    background-color: #FAA21B;
    border: solid 1px #FAA21B;
}

.item {
    border: none;
    width: 100%;
    display: block;
}

/* Isotope Transitions
------------------------------- */
.isotope, .isotope .item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}

.date-box {
    border: solid 1px #6750a1;
    width: 60px;
    text-align: center;
    margin-right: 10px;
    font-weight: bold;
}

.date-box .day {
    background-color: #6750a1;
    color: #fff;
}

.date-box .month {
    text-transform: uppercase;
    color: #6750a1;
}

h2.event-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

/* Search Results */
.resultRowOne {
    background-color: #fff;
    padding: 10px;
    margin: 10px 0;
}

.resultRowTwo {
    background-color: #ececec;
    padding: 10px;
    margin: 10px 0;
}

/* responsive media queries */
.resourcesSearch a {
    color: #222428;
    font-size: 18px;
    font-weight: 600;
    margin: 0 7px 0 0;
    text-decoration: none;
    float: left;
}

.contact-form-wrap .thank-you {
	padding: 20px;
	background: rgba(19, 123, 24, 0.5);
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 30px;
	font-weight: 500;
}

.embed-responsive-16by9 iframe.embed-responsive-item {
	max-width: 100%;
	padding: 0 20px;
}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .navbar-nav > li > a {
        font-size: 15px;
    }

    li#main-navigation-home {
        width: 55px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .navbar-nav > li > a {
        font-size: 14px;
    }

    li#main-navigation-home {
        width: 55px;
    }

    .primary-graphic {
        height: 340px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .navbar-nav > li > a {
        font-size: 12px;
    }

    .primary-graphic {
        height: 280px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .carousel-caption {
        top:2%;
    }

    .vertical-sep {
        border: none;
    }

    .primary-graphic {
        display: none;
    }

    .navbar-collapse .navbar-nav > li, .navbar-collapse .navbar-nav > li#main-navigation-who-we-are, .navbar-collapse .navbar-nav > li#main-navigation-contact-us, .navbar-collapse .navbar-nav > li#main-navigation-home,
    .navbar-nav > li#main-navigation-what-we-do  {
        width: 100%;
        display: block;
        text-transform: uppercase;
        border-bottom: solid 1px #fff;
    }

    .navbar-collapse.collapse.in .navbar-nav ul.dropdown-menu {
        position: relative;
        width: 100%;
        border-radius: 0;
        background-color: #7d7d7d;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .carousel-caption {
        top:2%;
    }

    .vertical-sep {
        border: none;
    }

    .primary-graphic {
        display: none;
    }

    .navbar-collapse .navbar-nav > li, .navbar-collapse .navbar-nav > li#main-navigation-who-we-are, .navbar-collapse .navbar-nav > li#main-navigation-contact-us, .navbar-collapse .navbar-nav > li#main-navigation-home {
        width: 100%;
        display: block;
        text-transform: uppercase;
        border-bottom: solid 1px #fff;
    }

    .navbar-collapse.collapse.in .navbar-nav ul.dropdown-menu {
        position: relative;
        width: 100%;
        border-radius: 0;
        background-color: #7d7d7d;
    }
}
@media only screen and (min-width: 768px){
	#main-navigation .dropdown-menu .dropdown-menu {
		left: 100%;
		top: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width : 992px) and (orientation: portrait) {
    .navbar-header {
        width: 100%;
    }

    .navbar-toggle {
        margin-right: 0;
        display: block;
    }

    .navbar-collapse.collapse .navbar-nav {
        display: none;
    }

    .navbar-collapse.collapse.in .navbar-nav {
        display: block;
    }

    .navbar-collapse.collapse.in .navbar-nav > li {
        width: 100%;
        display: block;
    }

    .navbar-collapse .navbar-nav > li, .navbar-collapse .navbar-nav > li#main-navigation-who-we-are, .navbar-collapse .navbar-nav > li#main-navigation-contact-us, .navbar-collapse .navbar-nav > li#main-navigation-home {
        width: 100%;
        display: block;
        text-transform: uppercase;
        border-bottom: solid 1px #fff;
    }

    .navbar-collapse.collapse.in .navbar-nav ul.dropdown-menu {
        position: relative;
        width: 100%;
        border-radius: 0;
        background-color: #7d7d7d;
    }
}

.box {
    background-color: #E2E2E2;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
    text-align: center;
    min-height: 180px;
}
.cta {margin-top: 25px;}
.box img.img-cta {max-width: 100%; height: auto;}
.box.box-transparent {
    border: solid 1px #ccc;
    background-color: #ffffff;
}

.box.box-mhr {
    background-color: #E6E7E9;
}

/* Side nav */
.list-group.panel > .list-group-item {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}
.list-group-submenu {
  margin-left:20px;
}
.strong { font-weight: bold; }


.priorities-listing {padding: 30px 0; }

li.translate {height: 30px; position: relative; top: -5px;}


/* ================ */





.icon-bar {
	background-color:#fff;
}




.affix-top,.affix{
	position: static;
}
#sidebar {background-color: #fff; z-index: 999; margin-bottom: 40px;}
#sidebar li {
    border-bottom:1px solid #eee;

}

#sidebar li.active {
  	border-right:5px solid #eee;
}


@media (min-width: 992px) {
  #sidebar.affix-top {
    position: static;
  	margin-top:30px;
  	width:228px;
  }

  #sidebar.affix {
    position: fixed;
    top:70px;
    width:228px;
  }
}