html,body {
    background-color: #000
}

div,li,a {
    font-family: Helvetica,Arial,sans-serif
}

.loading {
    display: none;
    background-color: #3b3b3b;
    color: #b59a57;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto Condensed',sans-serif
}

.fly-out {
    opacity: .9;
    position: fixed;
    top: 25%;
    left: -150px;
    z-index: 2000;
    background: #fff;
    border-radius: 0 3px 3px 0;
    padding: 10px 15px;
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.fly-out:hover {
    left: 0;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    opacity: 1
}

.fly-out:hover li {
    pointer-events: auto
}

.fly-out ul {
    padding: 0;
    margin: 0
}

.fly-out li {
    pointer-events: none;
    background-color: #b59a57;
    border-radius: 3px;
    font-size: .65em;
    font-weight: bold;
    font-family: 'Roboto Condensed',sans-serif;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 5px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1em
}

.fly-out li:hover {
    background-color: #967e43;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.fly-out li a {
    color: #fff
}

.fly-out li:last-of-type {
    margin-bottom: 0
}

.fly-out .left {
    padding-right: 10px;
    width: 145px
}

.fly-out .right {
    width: 20px
}

.fly-out .right span {
    display: block;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: center;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 5px
}

.header:first-of-type {
    border: solid 0 #3b3b3b;
    border-bottom-width: 1px
}

.header {
    background-color: #000;
    color: #fff;
    position: relative
}

.header .title {
    font-size: .7em;
    text-transform: uppercase;
    color: #656565
}

.header .title a {
    color: #a69251;
    opacity: .8
}

.header .title a:hover {
    opacity: 1;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    text-decoration: none
}

.header span,.header ul {
    font-size: .9em
}

.header a {
    color: #9b9b9b;
    font-size: .8em
}

.header ul {
    display: inline;
    padding: 0;
    margin: 0
}

.header ul li {
    display: inline;
    padding: 0;
    margin: 0 5px
}

.header ul li a:hover {
    text-decoration: underline
}

.header ul img {
    opacity: .8
}

.header ul img:hover {
    opacity: 1;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    text-decoration: none
}

.header .prefix {
    border: none;
    background: none;
    padding: 0;
    margin: 0
}

.header input[type=text] {
    border: 0;
    border-radius: 2px;
    padding: 4px 5px 4px 25px;
    margin: 0;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 11px
}

.header .search-icon {
    position: absolute;
    top: 14px;
    left: 20px
}

.header .top-left {
    border: solid 0 #3b3b3b;
    padding-top: 5px;
    padding-bottom: 5px
}

.header .top-middle {
    border: solid 0 #3b3b3b;
    border-right-width: 1px;
    border-left-width: 1px;
    padding-top: 5px;
    padding-bottom: 5px
}

.header .top-right {
    border: solid 0 #3b3b3b;
    padding-top: 5px;
    padding-bottom: 5px
}

.header .part-b {
    padding-top: 50px;
    padding-bottom: 25px
}

.header .part-b img {
    width: 275px;
    height: auto
}

@media only screen and (min-width: 40.063em) and (max-width:50em) {
    .header .title {
        display:none;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        -webkit-transition-duration: .5s;
        transition-duration: .5s
    }
}

@media only screen and (max-width: 40em) {
    .header input[type=text] {
        font-size:1.2em;
        margin-bottom: 10px
    }

    .header .search-icon {
        position: absolute;
        top: 18px;
        left: 20px
    }
}

@media only screen and (min-width: 40.063em) and (max-width:64em) {
    .header ul {
        display:inline;
        padding: 0;
        margin: 0
    }

    .header ul li {
        display: inline;
        padding: 0;
        margin: 0 3px;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        -webkit-transition-duration: .5s;
        transition-duration: .5s
    }

    .header ul li a {
        color: #9b9b9b;
        font-size: .8em
    }

    .header ul li a:hover {
        text-decoration: underline
    }
}

.mobile-menu {
    display: none
}

.mobile-menu .active {
    background-color: #b59a57
}

.mobile-menu .active li {
    border: solid 0 #bea360;
    border-bottom-width: 1px
}

.mobile-menu .active ul {
    background-color: #b59a57
}

.mobile-menu ul {
    background-color: #1b1b1b;
    color: #fff;
    font-family: 'Roboto Condensed',sans-serif;
    text-transform: uppercase;
    padding: 0;
    margin: 0
}

.mobile-menu ul li {
    list-style: none;
    margin: 0;
    border: solid 0 #656565;
    border-bottom-width: 1px
}

.mobile-menu ul li a {
    color: #fff;
    display: inline-block;
    margin: 5px 0
}

.mobile-menu ul li img {
    width: 10px;
    height: auto;
    margin: 0 15px 5px 5px
}

.mobile-menu ul li ul {
    text-transform: none;
    padding: 0;
    margin: 0;
    display: none
}

.mobile-menu ul li li {
    background-image: none;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .8em;
    padding-left: 40px
}

.mobile-menu li:first-of-type {
    border-top-width: 1px
}

@media only screen and (min-width: 40.063em) {
    .mobile-menu {
        display:none;
        visibility: hidden;
        height: 0
    }
}

.mobile-menu-switch .close {
    display: none;
    margin: 15px 60% 10px 40%
}

.mobile-menu-switch .open {
    display: block;
    margin: 15px 60% 10px 40%
}

.main-menu {
    padding: 0;
    line-height: 0;
    background-color: #b59a57
}

.main-menu ul {
    display: inline;
    font-size: 0;
    padding: 0;
    margin: 0
}

.main-menu ul li {
    margin: 0;
    border: solid 0 #c8b075;
    border-right-width: 1px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 15px;
    display: inline-block
}

.main-menu ul li a {
    color: #fff
}

.main-menu ul li:hover {
    background-color: #a18952;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.main-menu ul li:first-of-type {
    border-left-width: 1px
}

.main-menu ul .last {
    border: none
}

@media only screen and (min-width: 40.063em) and (max-width:64em) {
    .main-menu ul li {
        padding:5px 10px;
        font-size: 11px;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        -webkit-transition-duration: .5s;
        transition-duration: .5s
    }
}

@media only screen and (min-width: 40em) {
    .mobile-menu {
        display:none
    }
}

.large-button:hover {
    background-color: #fff;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.large-button {
    display: inline-block;
    border-radius: 3px;
    margin: 10px 0;
    padding: 10px 30px 10px 10px;
    line-height: 10px;
    font-size: .65em;
    background: no-repeat url('/web_resources/themes/oakland/2015/img/news-arrow-r.png') right 5px;
    background-position: center right 5px;
    background-size: 10px 10px;
    background-color: #e3e3e3
}

.large-button a {
    color: #3b3b3b;
    text-transform: uppercase;
    font-weight: bold
}

.large-button br {
    margin: 0;
    padding: 0;
    line-height: 0
}

.sub-menu {
    position: absolute;
    width: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 10000
}

.sub-menu .row {
    display: none
}

.sub-menu .info-box {
    background-color: #000;
    color: #fff
}

.sub-menu .info-box p {
    font-family: 'Times New Roman',Times,serif;
    margin: 15px 0 15px 0;
    font-size: 14px
}

.sub-menu .info-box p a {
    color: #d4be84
}

.sub-menu .links {
    padding: 10px;
    margin: 0;
    color: #d4be84;
    font-weight: normal;
    text-decoration: none;
    font-size: .8em
}

.sub-menu .links a {
    color: #d4be84
}

.sub-menu .links a:hover {
    color: #f6dd9a;
    text-decoration: underline
}

.hero {
    display: none;
    overflow: hidden;
    position: relative;
    background-color: #3b3b3b;
    background-color: #fff
}

.hero .slick-prev {
    opacity: .8;
    width: 30px;
    height: 40px;
    left: 25px;
    background: no-repeat url('/web_resources/themes/oakland/2015/img/rotator-arrow-l.png') right 5px;
    background-size: 25px 30px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.hero .slick-prev:hover {
    background: no-repeat url('/web_resources/themes/oakland/2015/img/rotator-arrow-l.png') right 5px;
    background-size: 25px 30px
}

.hero .slick-prev:before {
    background: no-repeat url('/web_resources/themes/oakland/2015/img/rotator-arrow-l.png') right 5px;
    background-size: 25px 30px;
    content: ""
}

.hero .slick-next {
    opacity: .8;
    width: 30px;
    height: 40px;
    right: 25px;
    background: no-repeat url('/web_resources/themes/oakland/2015/img/rotator-arrow-r.png') right 5px;
    background-size: 25px 30px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.hero .slick-next:hover {
    background: no-repeat url('/web_resources/themes/oakland/2015/img/rotator-arrow-r.png') right 5px;
    background-size: 25px 30px
}

.hero .slick-next:before {
    background: no-repeat url('/web_resources/themes/oakland/2015/img/rotator-arrow-r.png') right 5px;
    background-size: 25px 30px;
    content: ""
}

.hero img {
    width: 100%;
    height: auto
}

.hero .icon {
    width: 20px;
    height: 20px;
    position: relative;
    float: right;
    margin-top: -20px;
    z-index: 1001;
    background-color: #fff;
    cursor: pointer
}

.hero .icon:hover {
    opacity: .8;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.hero .icon img {
    width: 10px;
    height: auto;
    margin: 2px auto 0
}

.hero .info-text {
    background-color: #fff;
    padding: 10px 10px 15px 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    z-index: 1001;
    font-size: .8em;
    display: none;
    background-image: url('../img/rotator-x-2.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    box-shadow: 0 0 5px rgba(0,0,0,.2)
}

.hero .info {
    display: none
}

.hero .copy {
    position: absolute;
    margin-left: 120px
}

.hero .copy h1 {
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 2.3em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1em;
    text-shadow: 0 0 10px rgba(0,0,0,.4)
}

.hero .copy .button {
    padding: 6px 14px;
    margin: 5px 5px 0 0;
    background-color: #e2d5b3;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: .65em;
    color: #000;
    font-weight: bold
}

.hero .copy .button:hover {
    background-color: #fff
}

.hero-image {
    display: none
}

@media only screen and (min-width: 40.063em) and (max-width:64em) {
    .hero .copy {
        margin-left:75px
    }

    .hero .copy h1 {
        font-size: 1.6em
    }
}

@media only screen and (min-width: 64.063em) and (max-width:90em) {
    .hero .copy {
        margin-left:120px
    }

    .hero .copy h1 {
        font-size: 2.3em
    }
}

@media only screen and (min-width: 90.063em) and (max-width:120em) {
    .hero .copy {
        margin-left:180px
    }

    .hero .copy h1 {
        font-size: 3em
    }
}

@media only screen and (max-width: 40em) {
    .hero .copy {
        display:none
    }

    .hero .info-text {
        height: 100%;
        width: 40%;
        font-size: .7em;
        overflow: auto
    }

    .hero-copy-text {
        font-size: .8em;
        background-color: #eaeaea;
        padding: 10px
    }

    .hero-copy-text h1 {
        padding: 0;
        margin: 0;
        font-family: 'Roboto',sans-serif;
        font-size: 1.8em;
        text-transform: none;
        color: #3b3b3b;
        line-height: 1em;
        font-weight: normal
    }

    .hero-copy-text .button {
        padding: 5px 15px;
        margin: 5px 5px 0 0;
        background-color: #b59a57;
        border-radius: 3px;
        text-transform: uppercase;
        font-size: .75em;
        color: #fff;
        font-weight: bold
    }
}

.academic-buttons {
    background-color: #eaeaea
}

.academic-buttons .title {
    color: #b69a5b;
    font-size: 1.5em;
    font-family: 'Times New Roman',Times,serif;
    font-weight: normal;
    display: block;
    position: relative;
    top: 50%
}

.academic-buttons ul {
    display: block;
    padding: 0;
    margin: 0
}

.academic-buttons ul li {
    width: 13.5%;
    padding: 20px 1%;
    display: inline-block;
    background-color: #eaeaea;
    font-size: .7em;
    margin: 0;
    line-height: 1em;
    vertical-align: middle;
    text-align: center
}

.academic-buttons ul li a {
    color: #656565;
    text-decoration: none;
    display: block
}

.academic-buttons ul li:hover {
    background-color: #f6f6f6
}

@media only screen and (min-width: 40.063em) and (max-width:52em) {
    .academic-buttons .title {
        color:#b69a5b;
        font-size: 1em;
        font-family: 'Times New Roman',Times,serif;
        font-weight: normal;
        display: block;
        position: relative
    }

    .academic-buttons ul li {
        padding: 15px 1%;
        font-size: .6em
    }
}

.news {
    display: none;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px
}

.news h1 {
    padding-left: 32px
}

.news .slick-prev {
    width: 15px;
    height: 15px;
    left: 0;
    background: none;
    background: no-repeat url('/web_resources/themes/oakland/2015/img/news-arrow-l.png');
    background-position: center right 5px;
    background-size: 10px 13px;
    content: "";
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.news .slick-prev:hover {
    background: no-repeat url('/web_resources/themes/oakland/2015/img/news-arrow-r.png');
    background-position: center right 0;
    background-size: 10px 13px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.news .slick-prev:before {
    content: ""
}

.news .slick-next {
    width: 15px;
    height: 15px;
    right: 0;
    background: none;
    background: no-repeat url('/web_resources/themes/oakland/2015/img/news-arrow-l.png');
    background-position: center right 5px;
    background-size: 10px 13px;
    content: "";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.news .slick-next:hover {
    background: no-repeat url('/web_resources/themes/oakland/2015/img/news-arrow-r.png');
    background-position: center right 0;
    background-size: 10px 13px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.news .slick-next:before {
    content: ""
}

.news-items {
    padding: 0 25px
}

.news-items .news-content {
    padding: 5px 10px 5px 10px
}

.news-items .news-content .category {
    font-size: .7em;
    font-weight: bold;
    text-transform: uppercase;
    color: #b69a5b
}

.news-items .news-content .title {
    margin-top: 10px;
    line-height: 1.5em;
    font-size: .8em
}

.news-items .news-content .title a {
    color: #3b3b3b
}

.news-items .news-content .title a:hover {
    color: #3b3b3b;
    text-decoration: underline
}

@media only screen and (max-width: 40em) {
    .news h1 {
        padding-left:0
    }

    .news .news-items {
        padding: 0
    }

    .news .news-items>div {
        width: 49%;
        display: inline-block;
        vertical-align: top
    }

    .news .news-items>div:nth-of-type(n+5) {
        display: none
    }
}

h1 {
    font-family: 'Times New Roman',Times,serif;
    color: #b69a5b;
    font-size: 1.7em;
    font-weight: normal;
    letter-spacing: -1.2px
}

.category {
    display: inline;
    margin-right: 5px
}

.category-link {
    display: inline;
    color: #9b9b9b;
    font-size: .8em;
    text-transform: uppercase
}

.category-link a {
    color: #9b9b9b;
    font-size: .8em;
    font-weight: bold
}

.this-is-ou {
    max-width: 100%;
    background: #1b1b1b
}

.this-is-ou .tis-left {
    padding: 20px 30px !important;
    background: #1b1b1b;
    color: #fff
}

.this-is-ou .tis-left .tabs {
    text-transform: uppercase;
    display: inline-block;
    padding: 0 0
}

.this-is-ou .tis-left .tabs li {
    padding: 0 10px 0 0;
    display: inline
}

.this-is-ou .tis-left .tabs li a {
    color: #b59a57;
    font-size: .7em;
    font-weight: bold;
    font-family: 'Roboto Condensed',sans-serif;
    background: none;
    padding: 0;
    margin: 0
}

.this-is-ou .tis-left .tabs .active a {
    color: #fff
}

.this-is-ou .tis-left .social {
    display: inline-block;
    float: right;
    margin-top: -5px
}

.this-is-ou .tis-left .social img {
    width: 25px;
    height: auto
}

.this-is-ou .tis-left .social li {
    margin: 0 0 0 5px;
    padding: 0;
    display: inline
}

.this-is-ou .tis-left .tabs-content {
    overflow: auto
}

.this-is-ou .tis-left .tabs-content #panel1 p {
    font-family: 'Times New Roman',Times,serif
}

.this-is-ou .tis-left .tabs-content #panel1 .sub {
    font-family: Helvetica,Arial,sans-serif
}

.this-is-ou .tis-left .tabs-content #panel2 ul {
    margin: 0;
    padding: 0
}

.this-is-ou .tis-left .tabs-content #panel2 li {
    margin: 0;
    padding: 0;
    list-style: none
}

.this-is-ou .tis-left .tabs-content #panel3 ul {
    margin: 0;
    padding: 0
}

.this-is-ou .tis-left .tabs-content #panel3 ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 24%;
    float: right;
    margin-right: 1%;
    margin-bottom: 1%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.this-is-ou .tis-left .tabs-content #panel3 ul li:first-of-type {
    width: 49%;
    float: left
}

.this-is-ou .tis-left .tabs-content #panel3 ul img {
    width: 100%;
    height: auto
}

.this-is-ou .tis-right {
    background: gray;
    padding: 0
}

.this-is-ou .tis-right .fact-box {
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative
}

.this-is-ou .tis-right .fact-box .bg-1 {
    background-color: #b59a57;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: 0
}

.this-is-ou .tis-right .fact-box .bg-2 {
    background-color: #5e504d;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: 0
}

.this-is-ou .tis-right .fact-box .bg-3 {
    background-color: #ddb309;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: 0
}

.this-is-ou .tis-right .fact-box .bg-4 {
    background-color: #d9c89d;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: 0
}

.this-is-ou .tis-right .fact-box .bg-5 {
    background-color: #ed8c01;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: 0
}

.this-is-ou .tis-right .fact-box .bg-6 {
    background-color: #b59a57;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: 0
}

.this-is-ou .tis-right .fact-box .copy-container {
    z-index: 1;
    position: relative;
    font-family: 'Roboto Condensed',sans-serif;
    z-index: 1;
    position: relative;
    color: #fff;
    padding: 0 15px;
    text-align: center
}

.this-is-ou .tis-right .fact-box .copy-container .big-copy {
    font-size: 2.5em;
    font-weight: normal;
    letter-spacing: -2px;
    line-height: 1em
}

.this-is-ou .tis-right .fact-box .copy-container .little-copy {
    font-size: .6em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em
}

.this-is-ou .sub {
    font-size: .8em
}

@media only screen and (min-width: 40em) and (max-width:70em) {
    .this-is-ou .tis-left .tabs-content #panel3 ul li {
        width:48%;
        float: left;
        margin: 1%
    }

    .this-is-ou .tis-left .tabs-content #panel3 ul li:first-of-type {
        width: 48%;
        float: left;
        margin: 1%
    }

    .this-is-ou .tis-left .tabs-content #panel3 ul li:nth-of-type(n+5) {
        display: none
    }
}

@media only screen and (min-width: 40em) and (max-width:50em) {
    .this-is-ou .tabs {
        display:block
    }

    .this-is-ou .tis-left .social {
        float: none;
        margin-bottom: 10px;
        display: block
    }
}

@media only screen and (max-width: 40em) {
    .this-is-ou .tis-left .social img {
        width:40px;
        height: auto
    }

    .this-is-ou .tis-left .tabs-content {
        display: block !important;
        overflow: auto
    }

    .this-is-ou .tis-left .tabs-content .content {
        display: block !important
    }

    .this-is-ou .tis-left .tabs-content #panel3 ul li {
        width: 48%;
        float: left;
        margin: 1%
    }

    .this-is-ou .tis-left .tabs-content #panel3 ul li:first-of-type {
        width: 48%;
        float: left;
        margin: 1%
    }

    .this-is-ou .tis-left .tabs-content #panel3 ul li:nth-of-type(n+7) {
        display: none
    }
}

.events {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px
}

.events .featured {
    padding-right: 25px
}

.events .featured .desc {
    border: solid 0 #e3e3e3;
    border-left-width: 1px;
    padding-left: 10px
}

.events .featured .title {
    line-height: 1.5em;
    font-size: .8em
}

.events .featured .month {
    font-family: 'Roboto Condensed',sans-serif;
    font-size: .9em;
    text-transform: uppercase;
    line-height: 1em;
    padding-left: 3px;
    margin-top: 5px
}

.events .featured .day {
    font-family: 'Times New Roman',serif;
    font-size: 2.2em;
    line-height: 1em;
    letter-spacing: -3px
}

.events .featured .category {
    font-weight: bold;
    text-transform: uppercase;
    color: #b69a5b;
    font-size: .8em
}

.events .featured .event {
    margin: 0 0 25px 0
}

.events .list {
    padding-left: 25px;
    border: solid 0 #e3e3e3;
    border-left-width: 1px
}

.events .list .day {
    font-family: 'Roboto Condensed',sans-serif;
    font-size: .9em;
    text-transform: uppercase;
    line-height: 1em;
    padding-left: 3px;
    margin-left: -2px;
    margin-bottom: 4px
}

.events .list .location {
    font-size: .75em
}

.events .list .event {
    margin-bottom: 15px
}

.events .list .category {
    font-size: .7em;
    font-weight: bold;
    text-transform: uppercase;
    color: #b69a5b;
    font-family: 'Roboto Condensed',sans-serif
}

.events .title {
    color: #3b3b3b;
    line-height: 1.5em;
    font-size: .8em
}

.events .time {
    font-size: .7em;
    font-weight: bold;
    color: #b69a5b
}

.events .event a {
    color: #000
}

.events .event a:hover {
    text-decoration: underline
}

.events img {
    padding-bottom: 10px
}

@media only screen and (max-width: 40em) {
    .events img {
        display:none
    }

    .events .featured .row:first-of-type .event:first-of-type img {
        display: block;
        width: 100%;
        margin-bottom: 10px
    }

    .events .list .day {
        border: solid 0 #e3e3e3;
        border-top-width: 1px;
        padding-top: 15px;
        margin-top: 15px
    }

    .events .list {
        border: none !important
    }
}

@media only screen and (min-width: 40em) and (max-width:55em) {
    .events .featured .month {
        font-size:.7em
    }

    .events .featured .day {
        font-size: 2em
    }

    .events .featured .desc {
        border: none
    }
}

.info {
    background-color: #b69a5b;
    max-width: 100%
}

.info .box-1,.info .box-3,.info .box-5 {
    background-color: #c29b42
}

.info .box-2,.info .box-4,.info .box-6 {
    background-color: #000
}

.info .info-box {
    overflow: hidden;
    position: relative;
    text-shadow: 0 0 10px rgba(0,0,0,.2);
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 1em
}

.info .info-box .bg-gold {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #b59a57;
    opacity: .8;
    z-index: 0
}

.info .info-box .bg-black {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #414141;
    opacity: .7;
    z-index: 0
}

.info .info-box .text {
    display: none;
    color: #fff;
    font-size: .75em;
    text-transform: none;
    font-weight: normal;
    font-family: 'Roboto',sans-serif;
    z-index: 1;
    position: relative;
    padding: 5px 10px 0 10px
}

.info .info-box a {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-top: 50%;
    padding: 0 10px
}

.info .info-box:hover .text {
    display: block;
    -moz-transition-property: .5s;
    -o-transition-property: .5s;
    -webkit-transition-property: .5s;
    transition-property: .5s
}

@media only screen and (min-width: 40.063em) and (max-width:55em) {
    .info .info-box {
        font-size:.75em
    }

    .info .info-box:hover .text {
        display: none;
        -moz-transition-property: .5s;
        -o-transition-property: .5s;
        -webkit-transition-property: .5s;
        transition-property: .5s
    }
}

@media only screen and (max-width: 40em) {
    .info .info-box {
        font-size:1.2em
    }

    .info .info-box .text {
        display: block
    }
}

.become-a-grizzly {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff
}

.become-a-grizzly .text {
    line-height: 1.5em;
    font-size: .8em
}

.become-a-grizzly .buttons {
    margin: 0;
    padding: 0;
    position: relative;
    top: 50%
}

.become-a-grizzly .buttons a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 8px 10px;
    background-color: #b59a57;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: .7em
}

.become-a-grizzly .buttons a:hover {
    background-color: #967e43;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.become-a-grizzly .buttons li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none
}

@media only screen and (max-width: 40em) {
    .become-a-grizzly .buttons {
        position:static;
        margin: 25px 0 0 0 !important;
        top: 0
    }
}

.footer .foot {
    padding: 25px 0;
    background-color: #212121;
    color: #b69b56
}

.footer .foot a {
    color: #a3a3a3
}

.footer .foot a:hover {
    color: #a3a3a3;
    text-decoration: underline
}

.footer .foot .logo {
    width: 75%;
    height: auto
}

.footer .foot .address {
    font-weight: bold;
    font-size: .7em;
    margin-top: 15px
}

.footer .foot .phone {
    font-size: .7em;
    margin-top: 15px
}

.footer .foot .map {
    color: #a3a3a3;
    font-size: .7em;
    margin-top: 15px
}

.footer .foot .category {
    font-size: .7em;
    font-weight: bold;
    text-transform: uppercase;
    color: #b69a5b
}

.footer .foot ul {
    margin: 0;
    padding: 0
}

.footer .foot ul li {
    font-size: .8em;
    margin: 0;
    padding: 0
}

.footer .sole {
    background-color: #000
}

.footer .sole .copyright {
    color: #a3a3a3;
    font-size: .7em;
    margin: 10px 0
}

.footer .sole .budget-performance-icon {
    margin-bottom: 10px
}

@media only screen and (max-width: 40em) {
    .footer .foot {
        text-align:center
    }

    .footer .foot ul {
        padding: 0 0 15px 0
    }

    .footer .foot .links {
        margin-top: 15px
    }
}

.use-internal-href {
    cursor: pointer
}
