﻿@font-face {
    font-family: AlsfordScript;
    src: url("../fonts/AlsfordScript-Regular.otf") format("opentype");
}

@font-face {
    font-family: Jost;
    src: url("../fonts/Jost.ttf") format('truetype');
}

/*overrides from template (for now, keeping the template as it is*/
.header-inline-logo {
    width: 65px;
    height: 65px;
    margin-top: -3px;
}

.login-footer {
    margin-top: 130px;
}

.block-title .button-group {
    float: right;
    margin-top: 2px;
    margin-right: 5px;
    margin-bottom: 2px;
}

.avatar {
    max-width: 67px;
    max-height: 67px;
}

.avatarDisplay {
    max-height: 160px;
    max-width: 160px;
    border-radius: 50%;
}

.toaster {
    left: 50%;
    transform: translate(-50%, 0);
}

.rcrop-wrapper img {
    max-width: 100%;
    max-height: 25%;
}

.table thead > tr > th {
    padding-top: 8px;
    padding-bottom: 8px;
}

.avatar-cell {
    text-align: center;
}

.title-icon {
    margin-right: 10px;
}

@media screen and (min-width: 768px) {
    .break-when-small {
        display: none;
    }
}

.mini-avatar {
    max-height: 30px;
    max-width: 30px;
}

.header-section h2 i {
    font-size: 56px;
    float: right;
    margin: 2px 0 0 10px;
    color: #eaedf1;
    margin: 0 0 0 10px;
    line-height: 32px;
}

.form-group {
    margin-bottom: 5px;
}

.form-control-static {
    min-height: 32px;
}

.dataTables_wrapper > div.row {
    padding-left: 8px;
    padding-right: 8px;
}

.dropzone-form {
    margin-bottom: 15px;
    background-color: #f9f9f9;
    position: relative;
    border: 2px dashed #e2e2e2;
    padding: 10px;
    min-height: 160px;
    text-align: center;
    vertical-align: middle;
}

.btn-group {
    white-space: nowrap;
}

    .btn-group > .btn {
        float: none;
    }

.profile-img-link {
    margin-top: -20px;
}

.article-header {
    text-align: center;
    max-height: 300px;
}

.image-gallery a {
}

    .image-gallery a img {
        max-height: 300px;
        max-width: 300px;
        display: inline;
    }

.snippet-image {
    width: 100%;
    top: -50%;
    position: relative;
}

.snippet-header {
    position: relative;
    height: 200px;
    overflow-y: hidden;
}

/* -----------------------------
    Vision Pages 
----------------------------- */

#page-content.page-content--pinboard {
    background: none;
    background-image: url("/img/pinboard.jpeg");
}

/* General Bits */
.ranchers {
    font-family: 'ranchers', sans-serif;
    font-weight: normal;
}

.pinboard-block {
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.5);
    position: relative;
    z-index: 1;
}

.pinboard-block--left-pin:before,
.pinboard-block--right-pin:after {
    background-position: center;
    background-size: cover;
    content: '';
    display: block;
    height: 30px;
    position: absolute;
    top: 5px;
    width: 30px;
    z-index: 5;
}

.pinboard-block--left-pin:before {
    background-image: url("/img/pin-left.png");
    left: 2px;
}

.pinboard-block--right-pin:after {
    background-image: url("/img/pin-right.png");
    right: 2px;
}

.text-block {
    color: #666666;
    font-size: 15px;
    line-height: 1.533333333333333; /* 23/15 */
}

    .text-block strong {
        font-weight: 700;
    }

    .text-block p {
        line-height: inherit;
    }

        .text-block p:last-of-type {
            margin: 0;
        }

.vision-h2 {
    color: #ffffff;
    font-size: 28px;
    text-transform: uppercase;
}

.vision-h3 {
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
}

.m-0 {
    margin: 0 !important;
}



/* Title Block */
.vision-title {
    background-color: #159867;
    margin-bottom: 50px;
    padding: 10px 40px;
    text-align: center;
    width: 100%;
}

.vision-and-mission .vision-title {
    background-color: #e30613;
    padding: 30px;
}

.vision-title--extra-spacing {
    margin-bottom: 30px;
}

.vision-title__title {
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
}

.vision-and-mission .vision-title__title {
    text-transform: none;
    font-size: 72px
}
/* Image Text Block */
.image-text-block {
    background-color: #ffffff;
    margin-bottom: 30px;
}

.image-text-block--green {
    background-color: #159867;
}

.image-text-block__content {
    padding: 20px;
}

.image-text-block--col-first {
    margin-bottom: 10px;
}

.image-text-block__title {
    margin: 0 0 20px 0;
}

/* Project Cards */
.project-cards {
    padding-bottom: 30px;
}

.project-cards__card {
    background-color: #ffffff;
    margin-bottom: 20px;
}



.project-cards__card__header {
    background-color: #d02e25;
    padding: 10px 40px;
}

.vision-and-mission .project-cards__card__header {
    background-color: #e30613;
}

.project-cards__card__title {
    margin: 0;
}

.project-cards__card__body {
    padding: 20px;
    font-size:18px;
}

.project-cards__card__body .text-block {
    font-size: 18px;
}

/* Core Values */
.core-values {
    margin-bottom: 30px;
}

.core-values__value {
    background-color: #159867;
    border: 4px solid #ffffff;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-bottom: 30px;
    margin-top: 20px;
}

    .core-values__value .row {
        margin-bottom: -30px;
    }

.core-values__value--red {
    background-color: #e03640;
}

.core-values__value__content {
    padding: 20px 20px 30px 20px;
}

    .core-values__value__content p {
        line-height: 1.2;
    }

        .core-values__value__content p:last-of-type {
            margin: 0;
        }

/* Team Members */
.team-members__member {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 10px;
}

.team-members__member__image {
    -webkit-box-shadow: 2px 2px 3px 0px rgba(209,209,209,1);
    -moz-box-shadow: 2px 2px 3px 0px rgba(209,209,209,1);
    box-shadow: 2px 2px 3px 0px rgba(209,209,209,1);
    text-align: center;
}

    .team-members__member__image img {
        max-height: 400px;
        margin: auto;
    }

.team-members__member__title {
    color: #159867;
    margin: 14px 0 10px 0;
}

.team-members__member__description {
    padding: 0 10px 10px 10px;
}

@media screen and (min-width: 768px) {
    /* Global */
    .vision-h2 {
        font-size: 40px;
    }

    .vision-h3 {
        font-size: 30px;
        font-weight: 400;
    }

    .pinboard-block--left-pin:before,
    .pinboard-block--right-pin:after {
        height: 61px;
        top: 10px;
        width: 61px;
    }

    .pinboard-block--left-pin:before {
        left: 10px;
    }

    .pinboard-block--right-pin:after {
        right: 10px;
    }

    /* Title Block */
    .vision-title {
        padding: 14px 80px;
    }

    .vision-title--extra-spacing {
        margin-bottom: 50px;
        padding: 50px 80px;
    }

    .vision-title__title {
        font-size: 60px;
    }

    /* Image Text Block */
    .image-text-block {
        margin-bottom: 50px;
    }

    .image-text-block__content {
        padding: 40px 30px;
    }

    .image-text-block__title {
        margin: 0 0 30px 0;
    }

    /* Project Cards */
    .project-cards__card.pinboard-block--left-pin:before {
        top: 0;
    }

    .project-cards__card__header {
        padding: 10px 80px;
    }

    .project-cards__card__body {
        padding: 30px 25px 50px 25px;
    }

    /* Core Values */
    .core-values {
        margin-top: 22px;
        margin-bottom: 50px;
    }

    .core-values__value {
        border-bottom-left-radius: 0;
        border-top-right-radius: 50px;
        margin-top: 50px;
    }

    .core-values__value__content {
        padding: 30px 20px 30px 0;
    }

    /* Team Members */
    .team-members__member {
        margin-bottom: 60px;
    }

    .team-members__member__title {
        margin: 20px 0 16px 0;
    }

    .team-members__member__description {
        padding: 0 20px 30px 20px;
    }
}

@media screen and (min-width: 992px) {
    #page-content.page-content--pinboard {
        padding-top: 35px;
    }

    /* Image Text Block */
    .image-text-block--col-first {
        margin-bottom: 0;
        padding-right: 25px;
    }

    .image-text-block--col-second {
        padding-left: 25px;
    }
}

.img-small {
    max-width: 400px;
    max-height: 400px;
}

.table-img {
    max-width: 200px;
    max-height: 200px;
}

.alsford-script {
    font-family: AlsfordScript;
}

.jost {
    font-family: Jost;
}


.vision-bullets {
    font-size: 32px;
    background: white;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -30px;
    text-align: left;
    background-image: url(../img/logo__grey.jpg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.vision-bullets__title {
    color: #cd3229;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 160px;
    display: inline-block;
}

.vision-bullets__title__second {
    margin-bottom: 0px;
}


@media screen and (max-width: 992px) {
    .vision-bullets__title {
        display: block;
        margin-left: 0px;
    }


    .vision-bullets__title__second {
        margin-top: 40px;
    }
}

.vision-characters {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    width: 90%;
    margin-left: 2.5%;
    margin-top: 50px;
}


.vision-character__odd {
    margin-top: 50%;
}

@media screen and (max-width: 992px) {
    .vision-characters {
        display: grid;
        grid-template-columns: auto auto;
        grid-row-gap: -10%;
        width: 80%;
        margin-left: 5%;
        margin-top: 50px;
    }

    .vision-character__third,
    .vision-character__fifth {
        margin-top: 0px;
    }

    .vision-character__fourth,
    .vision-character__sixth {
        margin-top: -55%;
    }
}

.vision-character {
    width: 130%;
}

.vision-character__even {
}

/*
.vision-character__first{
    margin-left:0px;
}

.vision-character__third {
    margin-left: -25%;
}

.vision-character__fourth {
    margin-left: -42.5%;
}


.vision-character__fifth {
    margin-left: -42.5%;
}

*/


.vision-and-mission .text-block, .vision-bullets {
    color: #484f54;
}
