/* GENERAL */

.subheader {
    display:none;
}

#main .container {
    display:none;
}


/* HEADER */

/* ROTATOR BANNER */

.rotator-banner {
    background-color:#000;
    -webkit-box-shadow: 0 3px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 3px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 0 rgba(0,0,0,.15);
    overflow:hidden;
}

#main .rotator-banner .flexslider {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

#main .rotator-banner .container {
    display:block;
    position:relative;
}

#main .rotator-banner .slides li {
    zoom: 1;
    filter: alpha(opacity=40);
    opacity: 0.5;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

#main .rotator-banner .slides li.flex-active-slide {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#main .rotator-banner .imageLink {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,0.8) 90%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(49%,rgba(0,0,0,0)), color-stop(90%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.8) 90%,rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.8) 90%,rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.8) 90%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.8) 90%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 20;
    width:100%;
    box-shadow: 0 -25px 50px #333 inset;
}

.rotator-banner, .rotator-banner .imageLink {
    height:401.7px;
}

#main .rotator-banner li.flex-active-slide .imageLink {
    box-shadow: none;
}

.flexslider .slides img {
    max-height:401.7px;
    position: relative;
    z-index: 10;
}

#main .rotator-text {
    bottom: 20px;
    color: white;
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
    z-index: 40;
    text-shadow: 0 2px 2px rgba(0,0,0,.65);
    zoom: 1;
    filter: alpha(opacity=30);
    opacity: .5;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

#main li.flex-active-slide .rotator-text {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

#main .rotator-text h2 {
    color: white;
    font-size:49px;
    line-height:45px;
    margin: 0;
}

#main .rotator-text h2 a {
    text-decoration: none;
}

#main .rotator-text h2 a:hover {
    border-bottom: 1px solid rgba(255,255,255,.35);
}

#main .rotator-text p {
    font-family: TradeGothic;
    font-size: 19px;
    font-weight: normal;
    line-height: 24px;
}

#main .rotator-text a, #main .rotator-text a:visited {
    color:white;
    text-decoration:underline;
}

#main .rotator-text a:hover {
    text-decoration:none;
}

.flexslider .slides .rotator-text img {
    width:auto;
    display:inline;
}

.slides li {
    position:relative;
}

#main .flexslider .flex-control-nav {
    bottom:15px;
}

.rotator-banner .flex-control-paging li a {
    background: #999999;
    background: rgba(255,255,255,.25);
}

.rotator-banner .flex-control-paging li a.flex-active {
    background: #cccccc;
    background: rgba(255,255,255,.5);
}

.rotator-banner .flex-direction-nav a {
    background:url(../../interior/homepage/images/rotator-arrows.png) no-repeat 0 -96px;
    opacity:1;
    width:67px;
    height:67px;
    top:40%;
    z-index:50;
}

.rotator-banner .flex-direction-nav .flex-next {
    right:15px;
    background-position: right -96px;
}

.rotator-banner .flex-direction-nav .flex-prev {
    left:15px;
}

@media (min-width: 1200px) {
    .rotator-banner, .rotator-banner .imageLink {
        height:500px;
    }
    
    #main .rotator-banner .imageLink {
        box-shadow: 0 -25px 75px #333 inset;
    }

    .flexslider .slides img {
        max-height:500px;
        position: relative;
        z-index: 10;
    }
    
    .rotator-banner .span8.offset3 {
        width:620px;
        margin-left:480px;
    }
    
    #main .rotator-text h2 {
         font-size:65px;
         line-height:60px;
    }
    
    .rotator-banner .flex-direction-nav a {
        width:94px;
        height:94px;
    }
    
    .rotator-banner .flex-direction-nav .flex-next {
        right:10px;
        background-position: right 0;
    }
    
    .rotator-banner .flex-direction-nav .flex-prev {
        left:10px;
        background-position:0 0;
    }
    
}

@media (min-width: 980px) and (max-width: 1199px) {



}

@media (min-width: 768px) and (max-width: 979px) {
    .rotator-banner, .rotator-banner .imageLink {
        height:309.4px;
    }
    
    #main .rotator-banner .imageLink {
        box-shadow: 0 -15px 35px #333 inset;
    }
    
    .flexslider .slides img {
        max-height:309.4px;
    }
    
    .rotator-banner .span8.offset3, .rotator-banner .span10.offset1 {
        width:644px;
        margin-left:60px;
    }
    
    .rotator-banner .flex-direction-nav a {
        width:49px;
        height:49px;
    }
    
    .rotator-banner .flex-direction-nav .flex-next {
        background-position:right -163px;
    }
    
    .rotator-banner .flex-direction-nav .flex-prev {
        background-position:0 -163px;
    }
    
}

@media (max-width: 767px) {

    .rotator-banner {
        height:auto;
    }
    
    #main .rotator-banner .imageLink {
        box-shadow: 0 -15px 15px #333 inset;
    }
    
    .slides li {
        padding-bottom: 20px;
    }
    
    .flexslider .slides img {
        
    }
    
    #main .rotator-text {
        text-align:left;
        bottom:auto;
        margin-top:-40px;
        background-color:rgba(0,0,0,.6);
        position:relative;
    }
    
    .rotator-banner .span8.offset3 {
        width:95%;
        margin-left:2.5%;
    }
    
    .rotator-banner .span10.offset1 {
        width: 95%;
        margin: 5px 2.5%;
    }
    
    #main .rotator-text h2 {
        font-size: 35px;
        line-height: 35px;
    }
    
    #main .rotator-text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    #main .flex-direction-nav a {
        top:30%;
    }
    
    .rotator-banner .flex-direction-nav a {
        width:34px;
        height:34px;
    }
    
    .rotator-banner .flex-direction-nav .flex-next {
        background-position:right -212px;
    }
    
    .rotator-banner .flex-direction-nav .flex-prev {
        background-position:0 -212px;
    }

}

/* MARKETING BANNER */

.valuesBanner {
    padding: 30px 0 15px;
    position:relative;
    box-shadow:0 3px 0 rgba(0,0,0,.15);
}

#main .valuesBanner .container {
    margin-top: 0;
    display:block;
}

.valuesBanner .valueItem {
    text-align: center;
    margin-bottom:10px;
}

.valuesBanner .valueItem p {
    color: #888;
}

.valuesBanner .valueItem .tradegothic, .valuesBanner .valueItem .tradegothic a {
    font-size: 25px;
    margin-top:10px;
    margin-bottom:15px;
    color: #c89f2c;
}

.valuesBanner .valueItem .tradegothic a {
    border-bottom:1px solid #e2e2e2;
    padding: 0 5px 5px;
}

.valuesBanner .valueItem .tradegothic a:hover,
.valuesBanner .valueItem .tradegothic a:focus {
    text-decoration:none;
    border-bottom-color:#cacaca;
}


/* NEWS, EVENTS */

.newsEventLocation {
    background-color: #e9e9e9;
    box-shadow: 0 3px 0 rgba(0,0,0,.15);
    border-bottom: 0 none;
    padding-top:10px;
}

#main .newsEventLocation .container {
    margin-top: 10px;
    display: block;
    position: relative;
}

#news, #events {
    margin-bottom:20px;
}

#news h2, #events h2 {
    color: #aaa;
    font-size: 47px;
    line-height: 47px;
    font-weight: normal;
    text-shadow: 0 1px 0 #fff;
    margin-bottom: 15px;
}

#news h2 {
    margin-bottom:0;
}

#news a.headline {
    text-decoration: underline !important;
}

#news h3, #events h3 {
    color: rgb(34, 68, 113);
    margin-bottom: 5px;
    line-height: 1.2em;
    margin-top: 15px;
}

#events h4 {
    text-align: right;
    color:#c89f2c;
    display: table-cell;
    font-size: 18px;
    vertical-align: middle;
    min-height: 1px;
}

#news p, #events p, .homepageDescription p {
    line-height: 1.65em;
}

#events p {
    margin-right:15px;
}

.control-bar-section {
    text-align: center;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    margin-top: 10px;
    padding: 3px 0 6px;
}

.carousel-control {
    background:none;
    opacity:1;
    display:inline-block;
    position:relative;
    top:0px;
    left:0px;
    font-size:20px;
    border:none;
    width:auto;
    height:auto;
    line-height:auto;
    margin-top:0px;
}

.carousel-control.right, .carousel-control.left {
    left: 0px;
    background-color: #c89f2c;
    right: 0px;
    margin: 5px 0;
    width: 23px;
    line-height: 23px;
    height: 25px;
    display: inline-block;
}

.carousel-control.left {
    padding-left: 1px;
    padding-right: 1px;
}

.carousel-control.right {
    padding-left: 2px;
}

.carousel-indicators {
    display:inline-block;
    position:relative;
    top:0px;
    left:0px;
}

.carousel-indicators li {
    display:inline-block;
    float:none;
    position:relative;
    top:0px;
    left:0px;
    margin-bottom:0px;
    background:rgb(179, 179, 179);
    cursor:pointer;
}

.carousel-indicators li.active {
    background:rgb(77, 77, 77);
}

#events > .row {
    border-bottom: 2px solid #ddd;
    margin-left: 0;
    margin-bottom: 10px;
    background-color: #f9f9f9;
}

#events > .row .span1, #events > .row .span3 {
    margin-left: 0;
    width: 100%;
    margin: 0;
}

#events > .row .dateWrap {
    display:block;
    height:auto;
    width:auto;
}

#events > .row .dateWrap h4 {
    text-align:left;
    display:block;
    padding:10px 10px 2px;
    margin:0;
}

#events .iconWrapper {
    background-color: #fff;
    padding: 7px 8px 9px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: -5px;
    margin-right: 10px;
    margin-left: 5px;
    border-right: 1px solid #eee;
    border-bottom: 2px solid #ccc;
    border-left: 1px solid #eee;
}

#events .icon-plus {
    background-position:-433px -96px;
}

#events .collapsed .icon-plus {
    background-position: -408px -96px;
}

#events .row h3 {
    margin-top: 0;
    margin-left: 10px;
    margin-bottom:10px
}

#events p {
    margin: 0 10px 10px;
}

/* LOCATION, SOCIAL MEDIA SIDEBAR */

.homepageBlueSidebar {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 30;
}

#main .homepageBlueSidebar .well {
    background-color: #17304c;
    box-shadow:0 3px 0 rgba(0,0,0,.15);
    border:0 none;
}

.homepageBlueSidebar h2 {
    color: #abbdd3;
    margin: 0;
    text-transform:uppercase;
}

.homepageBlueSidebar hr {
    border-bottom:0 none;
}

.homepageBlueSidebar ul.locations,  .homepageBlueSidebar ul.locations li a {
    color: #fff;
}

.homepageBlueSidebar ul.locations {
    margin-left: 16px;
}

.homepageBlueSidebar ul.locations li {
    line-height: 1.4em;
    margin-top: 10px;
}

.homepageBlueSidebar ul.map {
    background:url(../../interior/homepage/images/homepage-map-oregon.png) no-repeat top left transparent;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 150px;
    position: relative;
}

.homepageBlueSidebar ul.map li {
    position:absolute;
}

.homepageBlueSidebar ul.map li.newberg { top: 37px; left: 35px; }
.homepageBlueSidebar ul.map li.portland { top: 28px; left: 46px; }
.homepageBlueSidebar ul.map li.salem { top: 57px; left: 40px; }
.homepageBlueSidebar ul.map li.redmond { top: 76px; left: 99px; }

.homepageBlueSidebar ul.map li a {
    text-indent:-10000px;
    display:block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

.socialMediaSection .nav-tabs {
    margin-bottom:0;
    border-bottom:0 none;
    margin-left:7px;
}

.socialMediaSection .nav-tabs a {
    padding:5px 3px 4px;
    background-position:3px 3px;
    background-repeat:no-repeat;
    width:34px;
    height:34px;
    display:block;
    text-indent:-10000px;
}

.socialMediaSection .nav-tabs .moreButton a {
    width: auto;
    line-height: 1em;
    text-indent: 0;
    font-style: italic;
    padding: 9px;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #999;
}

.socialMediaSection .nav-tabs a.facebook { background-image:url(../../interior/homepage/images/facebook-icon.png); }
.socialMediaSection .nav-tabs a.youtube { background-image:url(../../interior/homepage/images/youtube-icon.png); }
.socialMediaSection .nav-tabs a.twitter { background-image:url(../../interior/homepage/images/twitter-icon.png); }
.socialMediaSection .nav-tabs a.googleplus { background-image:url(../../interior/homepage/images/google-plus-icon.png); }

.socialMediaSection .tab-content {
    background-color:#fff;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#youtube .carousel-control.right, #youtube .carousel-control.left {
    color:rgb(179, 179, 179);
}

#youtube .videoHolder {
    border-top: 1px solid #ddd;
}

#youtube .videoHolder a {
    padding: 10px 5px 1px;
    display:block;
    position:relative;
}

#youtube .videoHolder a:hover {
    background-color: #eee;
}

#youtube .videoHolder span.btn {
    position: absolute;
    top: 70px;
    left: 85px;
}

#youtube .thumbnail {
    margin-right: 10px;
    margin-bottom: 10px;
}

#youtube span.title {
    line-height: 1.3em;
    font-size: 12px;
    color: #666;
}

#youtube .timeViews {
    clear: left;
    padding: 5px 10px;
    background-color: #eee;
    text-align: right;
    margin-bottom: 10px;
}

#youtube span.views {
    border-right: 1px solid #bbb;
    padding-right: 7px;
    margin-right: 4px;
}

/* BOTTOM CONTENT */

.homepageDescription {
    background-color:rgba(0,0,0,.2);
    -webkit-box-shadow: 0 3px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 0 rgba(0,0,0,.15);
    position: relative;
    z-index: 20;
    padding-top: 25px;
    padding-bottom: 25px;
}

#main .homepageDescription .container {
    margin-top:0;
    display:block;
}

.homepageDescription h1 {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.25);
}

.homepageDescription p {

}

.homepageMembership {
    background-color: #455966;
    -webkit-box-shadow: 0 3px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 0 rgba(0,0,0,.15);
    position: relative;
    z-index: 15;
    padding-top: 25px;
    padding-bottom: 25px;
}

#main .homepageMembership .container {
    margin-top:0;
    display:block;
}

.membershipItem p {
    color: #ccc;
    font-size: 17px;
    line-height: 1.25em;
    font-weight: normal;
    display: table;
    min-height: 57px;
    margin-bottom: 0;
}

.membershipItem p span {
    display: table-cell;
    vertical-align: middle;
}

/* MOBILE NAV AND LOCATION */

.homepageMobileNav {
    display: none;
    margin: 0 -20px;
    padding: 1px 0;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: .03em;
    text-align: center;
    background: #eee url(../../interior/homepage/images/oregon-christian-college.jpg) center top scroll no-repeat;
    border-bottom: 3px solid #ccc;
}

.homepageMobileNav ul {
    margin: 0;
}

.homepageMobileNav ul li {
    border-bottom: 1px solid #fff;
    margin: 0;
    line-height: 1em;
}

.homepageMobileNav ul li:last-child {
    border-bottom: 0 none;
}

.homepageMobileNav ul li a {
    display: block;
    padding: 13px;
}

.sidebarTop {
    display:none;
}

.sidebarTop .well {
    background: #17304c;
    margin: 0 -20px;
    border: 0 none;
    padding-top: 15px;
    position: relative;
    border-radius: 0;
    text-align: center;
}

.sidebarTop h2 {
    font-size: 22px;
}


/* RESPONSIVE STYLES */

@media (min-width: 1200px) {
    
    #headerMain h1.headerStatement {
        font-size:19px;
    }

    #headerMain h1.headerStatement .text3 {
        font-size:25px;
    }
    
}

@media (min-width: 768px) and (max-width: 979px) {

    #headerMain .pull-right.span3 {
        margin-right:0;
        width:228px;
    }
    
    #headerMain h1.headerStatement {
        margin:25px 0 15px;
    }

    #headerMain h1.headerStatement .text1 {
        display: block;
        font-size: 23px;
        line-height: 1.2em;
    }
    
    .valuesBanner {
        padding:20px 0 5px;
    }
    
    .valuesBanner .valueItem {
        width:166px;
    }
    
    .valuesBanner .valueItem .tradegothic, .valuesBanner .valueItem .tradegothic a {
        font-size:22px;
    }
    
    #events .row .iconWrapper {
        margin-top:-10px;
        margin-right:10px;
    }
    
    #news h3, #events h3 {
        font-size:19px;
    }
    
    .homepageBlueSidebar ul.locations {
        margin-left: 16px;
        list-style: none;
        margin-left: 0;
    }
    
    #youtube span.title {
        display: block;
        clear: left;
        margin-bottom: 10px;
    }
    
}

@media (max-width: 767px) {

     #headerMain {
        padding:0;
    }
    
    #headerMain .container {
        text-align: center;
    }
    
    #headerMain .container .pull-left {
        padding:0 15px;
        float: none;
        margin: 0 auto;
        display: inline-block;
    }
    
    #headerMain .pull-right.span3 {
        background-color: #fff;
        padding: 9px 8px 8px;
        margin: 0;
        border-bottom: 3px solid #c89f2c;
    }
        
    #headerMain h1.headerStatement {
        margin:0;
    }

    #headerMain h1.headerStatement .text3 {
        display: inline;
        font-size:inherit;
        line-height: inherit;
    }
    
    .valuesBanner, .newsEventLocation {
        padding-left:20px;
        padding-right:20px;
    }
    
    .valuesBanner .valueItem {
        width:48%;
        margin-right: 4%;
        float:left;
    }
    
    .valuesBanner #value2, .valuesBanner #value4 {
        margin-right:0;
    }
    
    #news h3, #events h3 {
        font-size:21px;
    }
    
    .homepageBlueSidebar {
        position:relative;
    }
    
    .homepageBlueSidebar ul.locations {
        list-style: none;
        margin: 0;
    }
    
    .homepageBlueSidebar ul.locations li a {
        padding: 5px 15px;
        display: block;
        background: #455970;
        border-radius: 5px;
        text-align: center;
        font-family: TradeGothic; 
        font-weight: bold; 
        font-style: normal; 
        font-size: 18px;
        line-height: 1.5em;
    }
    
    .homepageBlueSidebar ul.locations li:first-child em {
        display:inline-block;
        margin-left:5px;
    }
    
    #youtube .thumbnail {
        max-width:49%;
    }
    
}
    
@media (max-width: 480px) {

    #headerbrandMessage {
        width:26%;
        margin:15px 0;
    }
    
    #headerLogo {
        margin:6% 4.60829249% 6% 0;
    }
    
    #headerMain h1.headerStatement {
        font-size:13px;
    }
    
    #headerNav .collapse-btn {
        display:none;
    }
    
    #headerNav .navbar-search {
        text-align:center;
        float:none;
    }
    
    #headerNav .navbar-search .input-prepend {
        margin-top:3px;
        margin-bottom:9px;
        margin-right:0;
    }
    
    #headerNav .navbar-search .search-query {
        width:200px;
    }
    
    .homepageMobileNav {
        display:block;
    }
    
    .sidebarTop {
        display:block;
    }
    
    .rotator-banner {
        display:none;
    }
    
    .valuesBanner {
        display:none;
    }
    
    .homepageBlueSidebar .locationSection, .homepageBlueSidebar hr {
        display: none;
    }
    
    .homepageBlueSidebar .socialMediaSection .nav-tabs .moreButton a {
        padding:13px 5px;
    }
    
}