﻿
@import url(divTables.min.css);

/************************* Global ************************/
html, body {
    background-color: #fff;
    font-family: "Open Sans", Verdana;
    font-weight: 300;
}

form {
}

body {
}

.body {
    position: relative;
}

.fa {
}

p, li {
    font-size: 16px;
    margin-bottom: 5px;
    color: #292929;
}

p {
    line-height: 26px;
    margin-bottom: 20px;
    font-family: "Open Sans", Verdana;
    font-weight: 300;
}

a, a:visited {
    color: #374655;
    text-decoration: none;
    font-family: "Open Sans", Verdana;
    font-weight: 300;
}

    a:visited:hover, a:hover {
        color: #000;
        text-decoration: none;
    }

h1 {
    font-family: "Roboto", Verdana;
    color: #fff;
    font-size: 72px;
    line-height: 72px;
    text-transform: none;
    font-weight: 400;
}

h2 {
    font-family: "Roboto", Verdana;
    color: #374655;
    font-size: 40px;
    line-height: 52px;
    text-transform: uppercase;
    text-align: center;
    width: auto;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    margin: 40px auto 60px auto;
    padding: 10px 30px;
}

h3 {
    font-family: "Roboto", Verdana;
    color: #292929;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

h4 {
    font-family: "Roboto", Verdana;
    color: #374655;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}

h5 {
    font-family: "Roboto", Verdana;
    color: #292929;
    font-size: 18px;
    line-height: 25px;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 600;
}

h6 {
    font-family: "Roboto", Verdana;
}

ul li {
    padding-top: 6px;
    padding-bottom: 6px;
}

    ul li ul {
        padding-top: 6px;
    }

ul {
    list-style-type: disc;
}

    ul ul {
        list-style-type: circle;
    }

.nowrap {
    white-space: nowrap;
}

.w700 {
    max-width: 700px;
    margin: auto;
}

.w850 {
    max-width: 850px;
    margin: auto;
}

.mobileNav {
    text-align: left;
    padding-top: 20px;
    display: none;
}

    .mobileNav a {
        font-size: 18px;
        line-height: 30px;
    }

@media (min-width: 769px) {

    .mobile {
        display: none;
    }

    .mobileMenu {
        display: none !important;
    }
}

@media (max-width: 768px) {
    header {
        position: fixed;
        top: 0;
    }

    .desktop {
        display: none;
    }

    h2 {
        font-size: 27px;
        line-height: 30px;
    }

    h3 {
        font-size: 21px;
        line-height: 21px;
    }

    h1 {
        font-size: 54px;
        line-height: 54px;
    }

    .desktopMenu {
        display: none !important;
    }
}



/************************* Header ************************/
header {
    padding: 0px 20px 10px 20px;
    background-color: #fff;
    width: 100%;
    z-index: 100;
    transition: .5s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.topMenu .logo {
    line-height: 0px;
    font-size: 0px;
    padding-left: 20px;
}

    .topMenu .logo img {
        width: 150px;
    }

    .topMenu .logo .the-sacramento-railyards-icon {
        fill: #222222;
        fill-rule: evenodd;
    }

.topMenu .menubtn {
    padding: 7px 20px 5px 22px;
    display: inline-block;
}

.topMenu .divCell {
    padding-top: 5px;
}

    .topMenu .divCell:first-of-type {
        padding-top: 10px;
    }

.topMenu .desktop {
    border-right: 1px solid #a7a9ac;
}

.topMenu .hamburger {
    padding-top: 15px;
}

.fullNav {
    color: #231f20;
    cursor: pointer;
}

    .fullNav:hover {
        color: #374655;
    }

.topMenu .item {
    font-weight: 400;
    font-family: "Roboto", Verdana;
    text-transform: uppercase;
    margin: 0px 20px;
}

.cls-menu-burger,
.unparked .cls-menu-burger {
    fill: #222;
    fill-rule: evenodd;
}

@media(max-width:768px) {
    .topMenu .logo {
        padding-left: 0;
    }
}
/************************* Site Map ************************/

.siteMap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1041;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .siteMap .logo img {
        max-width: 205px;
    }

    .siteMap > .divTable > .divRow > .divCell {
        padding: 50px 20px 0 50px;
    }

    .siteMap a {
        color: #fff;
    }

        .siteMap a:hover {
            color: #374655;
        }

    .siteMap .featuresFooter svg {
        fill: #fff;
    }


.siteMapClose {
    cursor: pointer;
    position: absolute;
    right: 39px;
    top: 27px;
    fill: #908f88;
    height: 30px;
    width: 30px;
}

    .siteMapClose:hover {
        fill: #374655;
    }

.siteMap .featuresFooter {
    padding-bottom: 50px;
    padding-top: 20px;
}

.siteMap .socialIcons {
    text-align: left;
    margin-bottom: 63px;
    white-space: nowrap;
}

@media(max-width:768px) {
    .siteMap .socialIcons {
        text-align: center;
    }
}

.siteMap .socialIcons > div {
    display: inline-block;
    padding: 0 9px;
}


.siteMap h3 a,
.siteMap h3 a:visited {
    font-weight: 400;
    color: #2b2b2b;
    font-size: 16px;
}

.siteMap h4 {
    font-family: "Montserrat", Verdana;
    font-size: 4.5rem;
    letter-spacing: 0.05em;
    line-height: normal;
    font-weight: 400;
    text-transform: uppercase;
}

.siteMap .links {
    padding: 20px 50px;
}

    .siteMap .links > .divRow > .divCell {
        padding: 10px 5%;
    }

.siteMap .staticLinks {
    padding: 20px 25px;
}

    .siteMap .staticLinks .divTable {
        border-bottom: 1px solid #777;
        border-top: 1px solid #777;
        padding: 10px 0;
    }

    .siteMap .staticLinks a {
        text-transform: uppercase;
        font-size: 18px;
    }

.siteMap .links .item {
    padding: 5px 10px;
    text-transform: uppercase;
}

.siteMap .SiteMapMenu {
    border-bottom: 1px solid #777;
    border-top: 1px solid #777;
    padding: 1% 0;
}

    .siteMap .SiteMapMenu a {
        color: #fff;
        text-transform: uppercase;
        transition: .5s;
    }

        .siteMap .SiteMapMenu a:hover {
            color: #000;
        }

.siteMap .mobileOptions {
    display: none;
}

.siteMap .desktopOptions {
}

.siteMap .divTable.links-with-children {
    margin-top: 24px;
}

    .siteMap .divTable.links-with-children h4 {
        float: left;
        font-size: 3.5rem;
        margin-bottom: 0;
    }


    .siteMap .divTable.links-with-children a {
        color: #908f88;
    }

        .siteMap .divTable.links-with-children a:hover {
            color: #374655;
        }

    .siteMap .divTable.links-with-children .item {
        float: left;
        font-family: Verdana, sans-serif;
        font-size: 2.5rem;
        margin: 18px 0 0 24px;
    }



        .siteMap .divTable.links-with-children .item::after {
            color: #908f88;
            content: "//";
            margin-left: 18px;
        }

        .siteMap .divTable.links-with-children .item:hover::after {
            color: #374655;
        }

        .siteMap .divTable.links-with-children .item:last-child::after {
            display: none;
        }

@media(max-width:768px) {
    .siteMap {
        background-size: auto;
    }

        .siteMap .logo img,
        .siteMap .logo svg {
            max-width: 175px;
        }

        .siteMap .mobileOptions {
            display: initial;
        }

        .siteMap .desktopOptions {
            display: none;
        }

        .siteMap .item {
            display: none;
        }

        .siteMap h4,
        .siteMap .divTable.links-with-children h4 {
            font-size: 20px;
            line-height: 24px;
            font-weight: 400;
            padding: .5% 0;
            margin: 12px 0 1% 0;
        }

        .siteMap .divTable.links-with-children h4 {
            float: none;
        }

        .siteMap h3 {
            margin: 12px 0;
            line-height: 14px;
        }

            .siteMap h3 a,
            .siteMap h3 a:visited {
                font-weight: 400;
                color: #2b2b2b;
                font-size: 16px;
                line-height: 22px;
            }

    .siteMapClose {
        right: 2px;
        top: 2px;
    }

    .siteMap > .divTable > .divRow.noBlock {
        display: block;
    }

    .siteMap > .divTable > .divRow > .divCell {
        padding: 15px;
    }
}


/************************* Menu ************************/
.menu {
}


    .menu .item {
    }


        .menu .item a {
        }

    .menu > .item:hover {
    }

    .menu .item a:hover {
    }

    .menu .submenu {
    }

        .menu .submenu .item {
        }

            .menu .submenu .item:hover {
            }

    .menu .item:hover .submenu {
    }

html .scroll-to-top.visible {
    opacity: 0.75;
}

html .scroll-to-top {
    background: #374655 none repeat scroll 0 0;
    border-radius: 7px 7px 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    height: 9px;
    min-width: 49px;
    opacity: 0;
    padding: 13px 10px 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
    z-index: 1040;
    cursor: pointer;
}

/************************* Button ************************/

.btn {
    border-radius: 30px;
    border: none;
    text-decoration: none;
    font-family: "Montserrat", Verdana;
}

    .btn.btn-default {
        background-color: #222;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        text-transform: uppercase;
        padding: 7px 16px;
        transition: .5s;
        border-color: #222;
        border-radius: 0px;
        box-shadow: none;
    }

        .btn.btn-default a,
        .btn.btn-default a:visited {
            color: #fff;
            font-size: 12px;
            font-weight: 500;
            line-height: 16px;
            text-transform: uppercase;
        }

        .btn.btn-default:hover {
            background-color: #374655;
            border-color: #374655;
            color: #fff;
        }

    a.btn:hover:after,
    a.btn:visited:after,
    .btn a:hover:after,
    .btn a:visited:after {
        content: none;
        padding: 0;
        margin: 0;
    }

    .btn.btn-primary,
    .btn.btn-primary:visited {
        border: 1px solid #374655;
        text-shadow: none;
        line-height: 18px;
        font-size: 14px;
        padding: 7px 20px;
        color: #374655;
        background-color: transparent;
    }

        .btn.btn-primary:hover,
        .btn.btn-primary:hover:visited {
            background-color: #374655;
            border: 1px solid #374655;
            color: #fff;
            transition: .5s;
        }

.btn-circle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 100% !important;
    color: #fff !important;
    font-size: 30px;
    height: 54px;
    margin-bottom: 45px;
    padding: 6px 15px;
    width: 54px;
}

    .btn-circle:hover {
        border: 2px solid #374655;
        color: #374655 !important;
    }

/*.btn.btn-primary,
.btn.btn-primary:visited{
     background-image:url("/Portals/0/Images/demibg.png");
    text-shadow: none;
    line-height: 18px;
    font-size: 14px;
    padding: 60px 80px 10px 80px;
    background-position:center bottom;
    background-size:contain;
    background-repeat:no-repeat;
    vertical-align:bottom;
    color:#fff;
    position:absolute;
    bottom:0;
    right:0;
    font-weight:700;
}

.btn.btn-primary:hover,
.btn.btn-primary:hover:visited {

}*/

.bstrap3-material textarea:focus, .bstrap3-material textarea.form-control:focus, .bstrap3-material input.form-control:focus, .bstrap3-material input[type="text"]:focus, .bstrap3-material input[type="password"]:focus, .bstrap3-material input[type="email"]:focus, .bstrap3-material input[type="number"]:focus, .bstrap3-material .form-control[type="text"]:focus, .bstrap3-material .form-control[type="password"]:focus, .bstrap3-material .form-control[type="email"]:focus, .bstrap3-material .form-control[type="tel"]:focus, .bstrap3-material .form-control[contenteditable]:focus {
    box-shadow: 0 -2px 0 #374655 inset;
}

.bstrap3-material input[type=file] {
    background-color: #374655;
}

/************************* Jumbotron ************************/
.jumbotron {
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-size: cover;
    text-align: center;
    width: 100%;
    height: 100%;
}

    .jumbotron .container {
        max-width: 850px;
    }

    .jumbotron p {
        color: #fff;
    }

.jumbotronContent {
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
}

.jumbotron .controls {
    display: none;
}

.stripOverlay {
    background-image: url("/Portals/_default/Skins/Grow/Images/stripe_grey.png");
}

    .stripOverlay .container {
        position: relative;
    }

.bgVideo {
    height: 100%;
    overflow-y: hidden;
    z-index: 900;
    display: none;
}

    .bgVideo video {
        width: 100%;
    }


@media (max-width: 1200px) {
}

@media (max-width: 768px) {


    .jumbotron {
        padding-top: 74px;
        height: auto;
    }

        .jumbotron .col-sm-10 {
            padding: 0px;
        }

    .jumbotronContent .label.below h1,
    .jumbotronContent .label.above h1 {
        font-size: 54px;
        line-height: 54px;
    }

    .bgVideo {
        display: none;
    }
}

@media (max-width: 500px) {
}
/************************* Body ************************/

.bodycontent {
}

.paddedBottom {
    padding-bottom: 80px;
}

.paddedCell {
    padding: 50px 20px;
}

@media (max-width: 768px) {
    .paddedCell {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

.paddedItems {
    padding: 55px 0;
}

.textContent {
    padding-top: 80px;
    padding-bottom: 60px;
}

@media (max-width: 768px) {
    .textContent {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

.categoryBox {
    padding: 40px 55px;
}

    .categoryBox img {
        width: 100%;
    }

    .categoryBox .infoLink {
        width: 100%;
        border-top: 1px solid #374655;
        text-align: right;
    }

.darkGrey {
    background-color: #3e3e3e;
}

    .darkGrey .subtitle {
        text-align: center;
        color: #fff;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 300;
    }

.blogBox:before {
    background: #3e3e3e none repeat scroll 0 0;
    content: "";
    height: 280px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -160px;
    transform: skewY(-8deg);
    width: 100%;
}

.feedContainer {
    position: relative;
    overflow: hidden;
}

    .feedContainer.overflow {
        overflow: visible;
    }

.blogBox {
    background-color: #3e3e3e;
    overflow: hidden;
    padding: 280px 0;
    background-image: url("/Portals/_default/Skins/Grow/Images/latest-blog-pic.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

    .blogBox .post {
        width: 600px;
        padding: 40px 40px;
        background-color: rgba(0, 0, 0, 0.7);
        display: inline-block;
    }

        .blogBox .post h3 {
            color: #fff;
            padding-bottom: 20px;
        }

        .blogBox .post .infoLink {
            width: 100%;
            border-top: 1px solid #374655;
        }

.newsLetter:before {
    background: #f7f7f7 none repeat scroll 0 0;
    content: "";
    height: 280px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -136px;
    transform: skewY(-8deg);
    width: 100%;
    /*background-image: url("/Portals/_default/Skins/Grow/Images/RCD-schematic-bkgd.jpg");*/
}

.newsLetter {
    background-color: #374655;
    overflow: hidden;
    padding-bottom: 60px;
    /*background-image: url("/Portals/_default/Skins/Grow/Images/RCD-schematic-bkgd.jpg");*/
    background-size: cover;
    background-repeat: no-repeat;
}

    .newsLetter h2 {
        color: #fff;
        font-family: "Montserrat", Verdana;
    }

    .newsLetter .bstrap3-material h2.section-title {
        color: #fff;
        font-size: 48px;
        line-height: 56px;
        text-transform: uppercase;
        text-align: right;
        padding-bottom: 80px;
        border-bottom: none;
    }

.instagram {
    text-align: center;
    margin: auto;
    max-width: 1170px;
}

    .instagram .item {
        display: inline-block;
        padding: 20px;
    }

@media (max-width: 768px) {
    .blogBox .post {
        width: 100%;
    }

    .bodycontent {
        padding-top: 0px;
    }


    .newsLetter .bstrap3-material h2.section-title {
        text-align: left;
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 20px;
    }

    .newsLetter .btn {
        margin-top: 20px;
    }
}


/********************* Social Links **********************/
.socialIcons {
    text-align: center;
}




    .socialIcons div {
        display: inline-block;
        padding: 0 10px;
    }




.siteMap .socialIcons div:first-child {
    padding-left: 0;
}


.siteMap .socialIcons div:last-child {
    padding-right: 0;
}




@media (max-width: 768px) {
    .socialIcons {
        text-align: center;
    }

        .socialIcons div {
            padding: 0 9px 24px 9px;
        }

    .siteMap .socialIcons div:first-child {
        padding-left: 9px;
    }

    .siteMap .socialIcons div:last-child {
        padding-right: 9px;
    }
}




.socialIcons a {
    color: #fff;
}

    .socialIcons a:hover {
        color: #231f20;
    }


.siteMap .socialIcons a {
    color: #908f88;
}




    .siteMap .socialIcons a:hover {
        color: #374655;
    }



@media (max-width: 768px) {
    .socialIcons {
        padding-top: 15px;
    }

    .siteMap .socialIcons {
        padding-top: 0;
        white-space: normal;
    }

        .siteMap .socialIcons > div {
            padding: 9px 12px 0 12px;
        }
}

/************************* Footer CTA ********************/

.footerCTA {
    padding: 0;
    background-color: #222222;
}

    .footerCTA h2 {
        color: #fff;
        font-weight: 700;
        padding: 46px 0 20px 0;
        line-height: normal;
        text-align: center;
        margin: 0;
    }

@media (max-width: 768px) {
    .footerCTA h2 {
        font-size: 30px;
    }
}

.footerCTA p {
    color: #fff;
    font-family: Verdana, sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin: 20px 0;
    text-align: center;
}

/************************* Form ************************/

.newsletter {
    background-color: #f7f7f7;
    width: 100%;
    color: #222;
}

    .newsletter a,
    .newsletter a:visited {
        color: #222;
    }

        .newsletter a:hover,
        .newsletter a:visited:hover {
            color: #374655;
        }

    .newsletter .hashtag {
        padding-top: 20px;
    }


    .newsletter .btn {
        color: #374655;
        border-color: #374655;
        text-transform: uppercase;
    }

        .newsletter .btn:hover {
            color: #fff;
            border-color: #374655;
            background-color: #374655;
        }

    .newsletter p {
        color: #222;
        margin-bottom: 24px !important;
    }




    .newsletter hr {
        width: 50%;
        margin: auto;
        margin-bottom: 20px;
    }

@media (max-width: 768px) {
    .newsletter hr {
        margin-bottom: 60px;
    }
}




@media (max-width: 768px) {
    .newsletter h2 {
        line-height: 48px;
    }
}


.newsletter h6 {
    font-family: "Open Sans", Verdana;
    font-size: 21px;
    font-weight: normal;
    margin: 0;
    text-align: center;
}


.newsletter .socialIcons {
    padding: 39px 0 50px;
}

    .newsletter .socialIcons em.fa {
        font-size: 24px;
    }

.newsletter .bstrap3-material .field-container {
    padding: 5px 15px;
}

.newsletter .c-form {
    padding: 50px 15px;
}

    .newsletter .c-form h3 {
        padding-bottom: 25px;
    }


.newsletter .btn, .newsletter input {
    border-radius: 0px;
    height: 40px;
}

.newsletter input {
    border: none;
}

.newsletter textarea {
    border: none;
    border-radius: 0px;
}

.newsletter .alert.submit-confirm {
}




/************************* Footer ************************/

footer {
    font-family: Verdana, sans-serif;
    padding: 20px 0 20px 0;
    color: #fff;
    background-color: #222222;
}

    footer hr {
        border-color: #fff;
    }

    footer p {
        color: #292929;
        font-size: 14px;
    }

    footer a, footer a:visited {
        color: #fff;
        word-break: normal;
        word-wrap: normal;
        white-space: nowrap;
    }

        footer a:hover, footer a:visited:hover {
            color: #374655;
        }

    footer .terms {
        padding-right: 30px;
    }

    footer .copyright {
        font-family: "Open Sans",Verdana;
        font-weight: 300;
    }


@media (max-width: 768px) {
    footer .terms {
        padding-right: 0px;
        padding-top: 15px;
    }

    .footer-copyright .divRow > .divCell {
        padding-bottom: 10px;
    }
}
