

body 
{
    font-family: 'futura-light', Fallback, 'Arial';
    font-size: 16px;
    color: #767676;
}

.row 
{
    margin-right: 15px;
    margin-left: 15px;
}
  
.nav > li.spacer
{
    display: none;
}

@media (min-width: 768px)
{
  .navbar-nav.navbar-right:last-child {
        margin-right: 0px;
  }

    .navbar-default {
        background-color: #fff;
        border-color: #fff;
        margin: 0px;
    }
    
    .nav > li.spacer
    {
        display: table-cell;
        width: 0.1%;
    }

    .nav > li {
        border-top: solid 5px #FF00FF;
        text-align: center;
        padding: 0px;
        margin:0px;
    }

    .nav > li > span 
    {
        color:#d9d9d9;
        display: block;
        position: relative;
        margin:0px;
    }

    .nav > li > a 
    {
        color:#767676;
        display: block;
        position: relative;
        padding: 20px 0px 20px 0px;
        border-radius: 0px;
    }

    .nav > li:first-child {
        padding-left: 20px;
    }

    .nav > li:last-child {
        padding-right: 20px;
    }

    .nav > li.turquoise
    {
        border-top: solid 5px #767676;
    }

    .nav > li.lightbrown
    {
        border-top: solid 5px #d9d9d9;
    }

    .nav > li.red
    {
        border-top: solid 5px #ED3237;
    }
    
    .nav > li > a:hover,
    .nav > li > a:focus,
    .nav .open > a,
    .nav .open > a:hover, 
    .nav .open > a:focus 
    {
        background-color: #fff;
        border-color: #428bca;    
        text-decoration: underline;
        background-color: #fff;
    }

    .nav-justified > .dropdown .dropdown-menu 
    {
        top: 20px;
        left: -8px;
    }

    .dropdown-menu 
    {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 41px 0 0px 0;
        margin: 2px 0 2px 0;
        font-size: 14px;
        list-style: none;
        background-color: rgba(255, 255, 255, 0);
        background-clip: padding-box;
        border: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0 0px 0px #fff;
        box-shadow: 0 0px 0px #fff;
        border-left: solid 5px #767676;
    }

    .dropdown-menu > li > a 
    {
        padding: 10px;
        color: #767676;
        font-size: 16px;
        text-align: left;
        border-top: solid 1px #d9d9d9;
        background-color: rgba(255, 255, 255, 0.66);
    }

    .dropdown-menu > li > a:hover, 
    .dropdown-menu > li > a:focus 
    {
        color: #767676;
        text-decoration: underline;
        background-color: rgba(255, 255, 255, 0.66);
    }

}

.banner
{
    background-color: #d9d9d9;
    text-align: center;
    margin: 0px;
	padding: 10px 0;
}


.background 
{
	background-image: url('../images/background.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.intro
{
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;
    height: 100%;
}

.spacer {
    width: 33%;
}

.hi {
    width: 100%;
    height: 100%;
    min-height: 100%;
}
	
hr
{
    border-top: solid 1px #767676;
}

.heading
{
    color: #4E4E4E;
    /* font-family: Fallback, 'Arial'; */
    font-size: 21pt;
    font-weight: bold;
}

.sub-heading
{
    color: #767676;
    font-family: Fallback, 'Arial';
    font-size: 18pt;
}

.turquoise-heading
{
    color: #767676;
    font-size: 18pt;
}

.readmore
{
    color: #d9d9d9;
    font-family: Fallback, 'Arial';
    font-size: 21px;
}

.readmore:hover,
.readmore:focus
{
    color: #ED3237;
    text-decoration: none;
}

.readmore-link
{
    padding: 10px;
    border-bottom: solid 1px #ED3237;
    border-top: solid 1px #ED3237;
    text-align: center;
}

.blurb
{
    color: #FFFFFF;
    font-size: 14pt;
    background-color: #ED3237;
    padding: 20px;
    line-height: 16px;
    margin: 0;
	margin-bottom: 25px;
}

.team-member {
    border-radius: 3px;
    overflow: hidden;
}

.team-member-wrap {
    padding-bottom: 50px;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.member-details {
    border: 1px solid #ecf0f1;
    padding: 20px;
    border-top: 0;
}

.member-details 
.member-name {
    margin-top: 0;
    position: relative;
    font-weight: 700;
    font-size: 21px;
    color: #ED3237;
}

.member-details 
.member-title {
   font-style: italic;
}

.member-details 
.position {
    padding: 10px 0;
    display: block;
}

.member-details 
.social-links {
    padding-top: 10px;
}

.social-links {
    padding-left: 0;
    list-style: none;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
} 

.project-name {
    margin-top: 0;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: #4E4E4E;

}

.news-heading {
    margin-top: 0;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: #4E4E4E;

}

.body-text {
    margin-top: 0;
    padding: 5px
}

.project-next {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: red;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #cc0000;
    border-radius: 5px;
    text-decoration: none;
}

.project-next:hover,
.project-next:focus {
	text-decoration: none;
    background-color: #cc0000;
    color: #ffffff;
}

.partners {
	max-height: 200px;
    min-height: 200px;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom:20px;
}

.footer {
	padding: 15px 0;
    margin: 0 15px;
    border-top: 1px solid #ED3237;
}

.blueimp-gallery {
    background: rgba(0,0,0,.8) !important;
}

.slide {
    border-bottom: 75px solid transparent;
    border-top: 15px solid transparent;
}

.slide img.slide-content {
    border: 15px solid #fff;
    background-color: #fff;
}

.gallery-image {
    background-position: center;
    background-size: cover;
    min-height: 200px;
    border: 10px solid #fff;
    border-radius: 20px;
    cursor: zoom-in;
}

.blueimp-gallery H3.title {
    left: 50%;
    top: auto;
    bottom: 35px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.carousel.slide {
    border-bottom: none;
    border-top: none;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    opacity: .5;
    font-size: 120px;
    background-image: none;
    text-align: center;
    text-shadow: none;
    width: 5%;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
    right: 0;
}

.carousel-control .icon {
    text-shadow: 0px 0px 10px #000000;
}

.carousel-indicators {
    bottom: auto;
}

.carousel-indicators li {
    background-color: #d9d9d9;

}
.carousel-indicators li.active {
    border: 1px solid #ED3237;
    background-color: #ED3237;
}