﻿/* section-wrapper */
.section-wrapper {
    width: 100%;
    background-color: #ffffff;
}

.section-wrapper.-brown {
    background-color: #66615e;
}

.section-wrapper.-lightgray {
    background-color: #f0eeec;
}

.section-wrapper.-gray {
    background-color: #e1dbd5;
}


.section-wrapper > * {
    max-width: 1000px;
    display: block;
    margin: 0 auto;
}

.section-wrapper.-indented > * {
    padding-left: 58px;
    padding-right: 58px;
}

@media only screen and (max-width: 500px) {
    .section-wrapper.-indented > * {
    padding-left: 40px;
    padding-right: 40px;
    }
}

@media only screen and (max-width: 374px) {
    .section-wrapper.-indented > * {
    padding-left: 20px;
    padding-right: 20px;
    }
}

/* nav-bar */
.nav-bar {
    width: 100%;
    padding: 12px 40px;
    background-color: #f0eeec;
    position: relative;
    height: 90px;
    vertical-align: middle;
    color: #75655c;
}

.nav-bar.-ghost {
    background-color: transparent;
    position: absolute;
    left: 50%;
    display: none;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.nav-bar.-ghost.-active {
    z-index: 10;
    display: block;
}

.nav-bar > .menu {
    position: absolute;
    left: 40px;
    top: 30px;
    text-transform: uppercase;
    line-height: 32px;
    vertical-align: middle;
    display: block;
}

.nav-bar > .menu > img {
    width: 34px;
    height: 34px;
    vertical-align: middle;
    margin-right: 8px;
}

.nav-bar > .menu:hover {
    cursor: pointer;
}

.nav-bar > .title {
    left: 48%;
    width: 64px;
    height: 64px;
    position: absolute;
}

.nav-bar > .search {
    right: 40px;
    top: 30px;
    position: absolute;
    width: 34px;
    height: 34px;
}

.nav-bar > .search:hover {
    cursor: pointer;
}

.nav-bar > .search > i {
    font-size: 30px;
} 

@media only screen and (max-width: 768px) {
    .nav-bar > .menu {
        left: 30px;
    }
    .nav-bar > .search {
        right: 30px;
    }
    .nav-bar > .title {
        width: 54px;
        height: 54px;
        top: 20px;
        left: 46%;
    }
    .nav-bar.-ghost {
        width: 100%;
        top: 100px;
        left: 0;
        transform: none;
    }
}

@media only screen and (max-width: 414px) {
    .nav-bar > img {
        width: 30px;
        height: 30px;
        right: 25px;
    }
    .nav-bar > .menu {
        font-size: 16px;
        left: 20px;
        color: transparent;
    }
    .nav-bar > .menu > img {
        width: 30px;
        height: 30px;
    }
    .nav-bar > .title {
        left: 43%;
        width: 50px;
        height: 50px;
    }
}


/* search-bar */
.search-bar {
    right: 90px;
    top: -60px;
    position: absolute;
    width: 0%;
    transition: width .5s;
    overflow: hidden;
}

.search-bar > .input {
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #75655c;
    border-bottom: 0;
    width: 260px;
    color: #75655c;
}

.search-bar > ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #b6ada4;
}
.search-bar > :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #b6ada4;
   opacity:  1;
}
.search-bar > ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #b6ada4;
   opacity:  1;
}
.search-bar > :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #b6ada4;
   font-weight: 400;
}

.search-bar > .input:focus {
    outline: none;
}

.search-bar > .dropdown {
    background-color: #ffffff;
    border: 1px solid #75655c;
    border-top: 0;
    z-index: 200;
    overflow-y: auto;
    max-height: 200px;
    opacity: .95;
    font-family: Verdana, Arial, sans-serif;
}

.search-bar > .dropdown > a {
    display: block;
    text-decoration: none;
    color: #b6ada4;
    margin: 10px;
    padding: 5px 5px 0 5px;
    border-top: 1px solid #b6ada4;
    z-index: 8;
}

.search-bar > .dropdown > a:first-child {
    border-top: 0;
}

.search-bar > .dropdown > div {
    display: block;
    text-decoration: none;
    color: #b6ada4;
    margin: 10px;
    padding: 5px 5px 0 5px;
    border-top: 1px solid #b6ada4;
    z-index: 8;
    font-style: italic;
    cursor: default;
}

.search-bar > .dropdown > div:first-child {
    border-top: 0;
}

.search-bar > .dropdown > a:hover {
    color: #3399FF;
    color: #ffffff;
    color: #75655c;
}


.search-bar.-expanded {
    width: 260px;
    transition: width .5s;
}

@media only screen and (max-width: 768px) {
    .search-bar {
        position: fixed;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: 150px;
        transition: none;
        display: none;
    }
    .search-bar.-active {
        width: 96%;
        transition: none;
        z-index: 10;
        display: block;
    }

    .search-bar > .input {
        width: 100%;
        font-size: 16px;
        padding: 15px;
    }

}


/* hero-section */
.hero-section {
    padding: 80px 40px 40px;
    color: #ffffff;
    height: 350px;
}

.hero-section > .title {
    font-family: 'ScalaSansBlack','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
    text-transform: uppercase;
    font-size: 87px;
}

.hero-section > .desc {
    font-family: 'Scala','Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 26px;
    line-height: 1.2em;
}

.hero-section.-small  {
    padding-top: 16%;
}

.hero-section.-small > .title  {
    font-size: 60px;
    text-align: center;
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
    .hero-section > .title {
        font-size: 68px;
    }

    .hero-section > .desc {
        font-size: 22px;
    }
}

@media only screen and (max-width: 768px) {
    .hero-section {
        padding: 40px 20px 30px;
        height: auto;
    }

    .hero-section > .title {
        font-size: 56px;
    }

    .hero-section > .desc {
        font-size: 18px;
    }
}

@media only screen and (max-width: 500px) {
    .hero-section {
        padding: 40px 20px 30px;
        height: auto;
    }
}


@media only screen and (max-width: 414px) {
    .hero-section.-small > .title  {
        font-size: 56px;
        line-height: 1em;
    }
    .hero-section > .title {
        font-size: 33px;
    }

    .hero-section > .desc {
        font-size: 15px;
    }
}

@media only screen and (max-width: 340px) {
    .hero-section > .title {
        font-size: 28px;
    }

    .hero-section > .desc {
        font-size: 15px;
    }
}

/* page-header */
.page-header {
    color: #7b6e66;
    padding: 40px;
}

.page-header > .header {
    font-family: 'ScalaSansBlack','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
}

.page-header > .subheader {
    font-family:'ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
    font-size: 22px;
    line-height: 24px;
    color: #7b6e66;
}

.page-header > .subheader > a {
    font-family: 'ScalaSansIta','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
    color: #988a81;
    font-weight:600;
    text-decoration:none;
}

/* page-body */
.page-body {
    color: #7b6e66;
    padding: 20px 40px;
    font-family: 'ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
}

.page-body > .header {
    padding-top: 20px;
    font-family: 'ScalaSansBlack','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: #988a81;
}

.page-body > .subheader {
    font-family: 'ScalaSansIta','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
    font-size: 26px;
    line-height: 34px;
    color: #988a81;
    margin-bottom: 20px;
}

.page-body > .article {
    margin-top: 20px;
}

.page-body > .article strong {
    font-family: 'ScalaSansBold','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
}

.page-body > .article em {
    font-family: 'ScalaSansIta','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
}

.page-body > .article ul {
    margin-left: 1em;
}

.page-body > .article ol {
    margin-left: 1em;
}

.page-body > .article p:not(last-child), .page-body > .article ul {
    margin-bottom: 20px;
    line-height: 1.3em;
}

.page-body > .article table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #7b6e66;
    border-left: 1px solid #7b6e66;
    margin-bottom: 40px;
    line-height: 1.3em;
}

.page-body > .article td, .page-body > .article th {
    border-bottom: 1px solid #7b6e66;
    border-collapse: collapse;
    padding: 10px 15px;
    text-align: left;
}

.page-body > .article table th {
    font-family: 'ScalaSansBlack','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
    background-color: #f0eeec;
}

.page-body > .article table td {
    border-right: 1px solid #7b6e66;
}

.page-body > .article table ul {
    margin-left: 0;
    margin-top: 0;
    list-style-type: none;
}


.page-body > .article a {
    color: inherit;
}

.page-body > .article h2 {
    font-family: 'ScalaSansBold','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
    margin-top: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.page-body > .article h4 {
    font-family: 'ScalaSansBold','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
    margin-top: 30px;
    margin-bottom: 20px;
    text-decoration: underline;
}

.page-body > .article h5 {
    font-family: 'ScalaSansBold','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
    margin-bottom: 5px;
    margin-top: 35px;
}

.page-body > .article h4 + h5 {
    margin-top: 0;
}


.page-body > .article h6 {
    font-family: 'ScalaSansBold','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
    margin-top: 10px;
    margin-bottom: 5px;
}

.page-body > .article blockquote {
    font-family: 'ScalaSansIta','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
}

.page-body > .article > .aside {
    float: left;
    max-width: 280px;
    margin: 24px 24px 0 0;

}

.page-body > .article > .aside > img {
    float: left;
    width: 260px;
    height: auto;
}

.page-body > .article > .aside > blockquote {
    font-family: 'ScalaSansBoldIta','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin: 30px 5px 30px;
    display: inline-block;
}


@media only screen and (max-width: 500px) {
    .page-body > .article > .aside {
        margin-left: 10px;
        margin-right: 10px;
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 374px) {
    .page-body > .article > .aside {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .page-body > .article > .aside > img {
        width: 100%;
    }

    .page-body > .article > .aside > blockquote {
        font-size: 18px;
        line-height: 28px;
        margin: 30px 5px;
    }
}


.page-footer {
    text-align: center;
    color: #7b6e66;
    padding: 40px;
}

.page-footer > .header {
    font-family: 'ScalaBold','Scala','Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.page-footer > .body {
    line-height: 1.2em;
    margin-top: 1em;
    line-height: 1.3em;
}

.page-footer > .body > a {
    color: inherit;
}

/* accordion-list */
.accordion-list {
    clear: both;
    margin: 10px auto;
    list-style-type: none;
    width: 100%;
    color: #7b6e66;
    font-size: 22px;
}


.accordion-list > .item {
    padding: 20px 0;
    border-bottom: 1px solid #e1dbd5;
    clear: both;
    overflow: auto;
}

.accordion-list > .item:last-child {
    border-bottom: none;
}

.accordion-list > .item  > .question {
    line-height: 30px;
    font-family: 'ScalaSansBold','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
    vertical-align: middle;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.accordion-list > .item  > .answer {
    width: calc(100% - 70px);
    float: right;
    display: none;
    padding-top: 5px;
    line-height: 24px;
}

.accordion-list > .item  > .answer > p:not(:last-child) {
    margin-bottom: 1em;
}

.accordion-list > .item  > .answer a {
    color: #7b6e66;
    overflow-wrap: break-word;
}

.accordion-list > .item  > .answer > ul {
    margin: -.5em 0 1em 1em;
    list-style-type: disc;
}

.accordion-list > .item  > .answer > ul > li:not(:last-child) {
    margin-bottom: .5em;
}


.accordion-list > .item .icon {
    fill: #e1dbd5;
    width: 50px;
    height: 50px;
    display: inline;
    float: left;
    margin-right: 20px;
    vertical-align: middle;
    transition: transform .2s;
    -moz-transition: transform .2s;
    -webkit-transition: transform .2s;
    flex-shrink: 0;
}

.accordion-list > .item  > .question:hover {
    cursor: pointer;
}

.accordion-list > .item  > .icon:hover {
    cursor: pointer;
}

.accordion-list > .item.-expanded .icon {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: transform .2s;
    -moz-transition: transform .2s;
    -webkit-transition: transform .2s;
}

/* slider-section */
.slider-section {
    width: 920px;
    padding: 60px 0;
    background-color: #f0eeec;
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
    .slider-section {
        width: 453px;
    }
}

@media only screen and (max-width: 768px) {
    .slider-section {
        max-width: 453px;
        width: 100%;
        padding: 30px 0;
    }

    .slider-section img {
        height: auto;
        max-width: 100%;
        display: block;
    }
}

/* pledger-sort */
.pledger-sort {
    text-align: right;
    padding: 30px 50px 0;
    position: relative;
}

.pledger-sort > select {
    width: 250px;
    margin: 8px 0;
    border: 0;
    border: 1px solid #75655c;
    background: #ffffff url('/Content/img/chevron-down.png') no-repeat;
    background-size: 16px;
    background-position:  right 10px center;
    text-align: left;
    color: #75655c;
    padding: 10px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.pledger-sort > select::-ms-expand {
    display: none;
}

.pledger-sort > select:hover {
    cursor: pointer;
}

.pledger-sort > select > option {
    color: #9a8e86;
}

@media only screen and (max-width: 768px) {
    .pledger-sort {
        text-align: center;
        padding: 0;
        padding-top: 20px;
    }
}

/* filter-button */
.filter-button {
    color: #75655c;
    text-decoration: none;
    font-size: 16px;
    white-space: nowrap;
    margin-right: 20px;
    display: inline-block;
    text-align: left;
    font-family: Verdana, Arial, sans-serif;
    vertical-align: middle;
    background-color: #75655c;
    line-height: 1em;
}

.filter-button > .filter {
    padding: 12px 20px;
    background-color: #f0eeec;
    width: 222px;
    display: inline-block;
    text-align: left;
    line-height: 1em;
    vertical-align: middle;
    border: 1px solid #75655c;
}

.filter-button > .clear {
    background-color: #75655c;
    color: #ffffff;
    padding: 12px 12px;
    font-size: 16px;
    line-height: 1em;
    vertical-align: middle;
    border: 1px solid #75655c;
}

.filter-button > .clear:hover {
    cursor: pointer;
}

.filter-button.-hidden {
    display: none;
}

@media only screen and (max-width: 768px) {
    .filter-button {
        margin-right: 0;
        display: block;
        text-align: center;
        padding-bottom: 0;
        vertical-align: middle;
        background-color: #ffffff;
    }
}


/* pledger-section */
.pledger-section {
    padding-top: 40px;
    font-size: 0;
    width: 960px;
    margin-right: -40px;
    margin-left: 40px;
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
    .pledger-section {
        width: 750px;
        margin: 0 auto;
        padding-left: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .pledger-section {
        max-width: 570px;
        width: 100%;
        margin: 0 auto;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 414px) {
    .pledger-section {
        max-width: 300px;
        margin: 20px auto;
        padding: 0;
    }
}

/* pledger-tile */
.pledger-tile, .pledger-item > img {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 36px 36px 0;
    font-size: 16px;
    overflow: hidden;
    display: inline-block;
}

.pledger-tile > img {
    width: 200px;
    height: 200px;
}

.pledger-tile > .arrow {
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 64px;
    height: 64px;
    opacity: 0;
    z-index: 3;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
}


a > .pledger-tile:hover {
    cursor: pointer;
}

a > .pledger-tile:hover > .arrow {
    opacity: .4;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
}

.date-tile {
    width: 200px;
    height: 200px;
}


.pledger-tile > .wrapper {
    position: absolute;
    bottom: 0;
    background-color: rgba(26,22,20, 0.6);
    color: white;
    height: 50px;
    width: 200px;
    display: table;
    overflow: hidden;
}

.pledger-tile > .wrapper > .displayName {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 12px;
    font-size:16px;
}

.pledger-item{
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}

@media only screen and (max-width: 768px) and (min-width: 580px) {
    .pledger-tile, .pledger-item > img {
        margin: 0 20px 20px 0;
        width: 150px;
        height: 150px;
    }
    .pledger-tile > img {
        width: 100%;
        height: auto;
    }
    .pledger-tile > .wrapper {
        height: 50px;
        width: 150px;
    }

    .pledger-tile > .wrapper > .displayName {
        font-size:14px;
    }
}

@media only screen and (max-width: 580px) and (min-width: 415px) {
    .pledger-tile, .pledger-item > img {
        margin: 5px;
        width: 100px;
        height: 100px;
    }
    .pledger-tile > img {
        width: 100%;
        height: auto;
    }
    .pledger-tile > .wrapper {
        height: 50px;
        width: 100px;
    }

    .pledger-tile > .wrapper > .displayName {
        font-size:12px;
    }
}

@media only screen and (max-width: 414px) {
    .pledger-tile {
        margin: 0 0 30px 0;
    }
    .pledger-tile, .pledger-item > img {
        margin: 5px;
        width: 85px;
        height: 85px;
    }
    .pledger-tile > img {
        width: 100%;
        height: auto;
    }
    .pledger-tile > .wrapper {
        height: 50px;
        width: 85px;
    }

    .pledger-tile > .wrapper > .displayName {
        font-size:12px;
    }
}


/* side-menu */
.side-menu {
    background-color: #f0eeec;
    color: #75655c;
    height: 100vh;
    overflow-y: auto;
    padding: 10px 0;
}

.side-menu .close {
    padding: 40px 0 34px 40px;
    font-size: 48px;
    line-height: .6em;
}

.side-menu .close:hover {
    cursor: pointer;
}

.side-menu li {
    padding: 32px 16px 32px 40px;
    font-size: 20px;
    text-transform: uppercase;
    list-style-type: none;
}

.side-menu .link {
    border-bottom: 1px solid #97847a;
}

.side-menu .section {
    padding-bottom: 0;
}

.side-menu li > a {
    color: #75655c;
    text-decoration: none;
}

.side-menu li a:hover {
    cursor: pointer;
}

.side-menu .footer {
    font-family: 'ScalaSansBold','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
    font-size: 14px;
    margin-top: 40px;
}

@media only screen and (max-width: 414px) {
    #sideNav.-active {
      overflow: hidden;
    }
    .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
        touch-action: none;
    }
    .side-menu {
      overflow-y: hidden;
    }

    .side-menu .close {
        padding: 20px 0 20px 30px;
        font-size: 44px;
        line-height: .6em;
    }

    .side-menu li {
        padding: 28px 16px 28px 30px;
        font-size: 20px;
        text-transform: uppercase;
        list-style-type: none;
    }
}


/* search-menu */
.search-menu {
    margin-left: 20px;
}

.search-menu > .category {
    font-family: 'ScalaSansBold','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #97847a;
    margin-right: 40px;
}

.search-menu > .row {
    width: 100%;
    display: table-row;
}

.search-menu > .row > .option {
    display: table-cell;
}

.search-menu .option {
    padding: 20px 20px 5px 5px;
}

.search-menu > .option {
    display: block;
}

.search-menu .option.-disabled {
    opacity: .5;
    cursor: default;
}


/* intro-banner */
.intro-banner {
    color: #f0eeec;
    font-family: 'ScalaSansBold','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
    padding: 25px 0;
    font-size: 24px;
    line-height: 32px;
}

@media only screen and (max-width: 414px) {
    .intro-banner {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 374px) {
    .intro-banner {
        font-size: 18px;
        line-height: 28px;
    }
}

/* toggle-switch */
.toggle-switch {
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size:0;
    text-align: center;
    padding: 15px 0 20px 0;
    display:block;
}

.toggle-switch > .switch {
    max-height:39px;
    background: #fff;
    font-size:16px;
    line-height:18px;
    color: #86776f;
    border: 1px solid #86776f;
    border-left: none;
    padding: 8px 30px;
    display: inline-block;
    text-align: center;
    font-family: 'ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    width: 110px;
}

.toggle-switch > .switch:hover {
    cursor: pointer;
}

.toggle-switch > .switch:first-child {
    border-left: 1px solid #86776f;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.toggle-switch > .switch:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left:none;
}

.toggle-switch > .switch.-active {
    background: #86776f;
    color:#f0eeec;
}

.toggle-switch > .switch.-active:after {
    content: "";
    width:10px;
    height:10px;
    margin: 5px auto 0 auto;
    background:#86776f;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 46%;
    top: 74%;
}

/*** SPECIAL EXCEPTIONS ***/

@media only screen and (max-width: 500px) {
    ._mobilehide {
        display: none !important;
    }
}

/* background overlay for hero */
#heroWrap.bg-overlay {
    background: url("/Content/img/GA146511.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

#historyWrap.bg-overlay {
    background: url("/Content/img/About_3.png") no-repeat;
    background-size: cover;
    margin-left: 40px;
    margin-right: 40px;
}

.bg-overlay > div:first-child {
    height: 100%;
    width: 100%;
    background:rgba(26,22,20, 0.6);
}

#historyWrap.bg-overlay > div:first-child {
    background:rgba(26,22,20, 0);
}

@media only screen and (max-width: 414px) {
    #historyWrap.bg-overlay {
        margin-left: 0;
        margin-right: 0;
    }
}

/* custom menu controls */
#overlayBody, #overlayMobileBody {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    transition: background .6s;
    -webkit-transition: background .6s; 
}

#sideNav {
    position: fixed;
    z-index: 10;
    background-color: #f0eeec;
    width:0;
    height: 100%;
    top: 0;
    width: 370px;
    left: -370px;
    transition: left .6s;
    -webkit-transition: left .6s; 
}

#sideNav.-active {
    left: 0;
    transition: left .6s;
    -webkit-transition: left .6s; 
}

/* css class to toggle darkness overlay */
#overlayBody.-active {
  background:rgba(26,22,20, 0.6);
  z-index: 8;
  transition: background .6s;
  -webkit-transition: background .6s; 
}


@media only screen and (max-width: 768px) {
    /* css class to toggle darkness overlay */
    #overlayMobileBody.-active {
      background:rgba(26,22,20, 0.6);
      z-index: 8;
      transition: background .6s;
      -webkit-transition: background .6s; 
    }
}

/* custom select styles */
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  min-width: 260px;
  height: 44px;
  vertical-align: middle;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0px;
    min-width: 220px;
    white-space: nowrap;
    margin-top: 1px;
    border: 1px solid #75655c;
    font-size: 16px;
    text-align: left;
    color: #75655c;
    padding: 10px 60px 10px 20px;
    font-family: Verdana, Arial, sans-serif;
    background: #ffffff;
}
@media only screen and (max-width: 768px) {
    .select-styled {
        margin: 18px 0;
        width: 100%;
    }
}
.select-styled:after {
  content: "\f078";
  font-family: FontAwesome;
  width: 0;
  height: 0;
  position: absolute;
  top: 12px;
  right: 30px;
}
.select-styled:active, .select-styled.active {
  border-bottom: none;
  z-index: 3;
}
.select-styled:active:after, .select-styled.active:after {
  content: "\f077";
}

.select-options {
  display: none;
  position: absolute;
  font-family: Verdana, Arial, sans-serif;
  top: calc(100% + 7px);
  right: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
  color:#b6ada4;
  background: #ffffff;
  opacity: .95;
  border: 1px solid #75655c;
  text-align: left;
  white-space: nowrap; 
  width: 320px;
}
.select-options li {
  margin: 10px;
  padding: 5px 5px 0 0;
  text-indent: 15px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  opacity: 1;
}
.select-options li:not(:first-child) {
  border-top: 1px solid #b6ada4;
}
.select-options li:hover {
  color: #75655c;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}

@media only screen and (max-width: 768px) {
    .select-options {
        right: -15px;
        top: calc(100% + 17px);
    }
}

@media only screen and (max-width: 500px) {
    .select-options {
        width: 260px;
    }
}


/* content-footer */
.content-footer {
    text-align: center;
    background-color: #7e7774;
    padding: 20px 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'ScalaSansBold','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
    clear: both;
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 1.2em;
    clear: both;
}

.content-footer a {
    color: #ffffff;
    text-decoration: none;
}

.content-footer a:hover {
    text-decoration: underline;
}

/* Pledger Letters */
@media only screen and (min-width: 200px) {

    #pledgerHero {
        display:none;
    }

    .pledgerName {
        width:100%;
        max-width:300px !important;
    }
    .pledgerName > h1 {
        padding: 20px 5px;
        color: #66615e;
        font-family: 'ScalaSansBlack','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
        text-transform: uppercase;
        font-size: 40px;
        display: inline-block;
        vertical-align: middle;
    }

    .section-wrapper.-brown > .pledgerName {
        padding: 30px 0;
    }

    .section-wrapper.-brown > .pledgerName > h1 {
        padding: 0px 5px 0px 5px;
        color: #ffffff;
        font-family: 'ScalaSansBlack','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
        text-transform: uppercase;
        font-size: 40px;
        display: inline-block;
        vertical-align: middle;
    }

    .section-wrapper.-brown > .pledgerName > p {
        padding: 0px 5px 0px 5px;
        color: #ffffff;
        font-size: 16px;
        font-family: 'ScalaSansCon',Helvetica, Helvetica Neue, Arial,sans-serif;
        font-weight: bold;
        font-style: italic;
        letter-spacing: 1px;
        display: inline-block;
        vertical-align: middle;
        line-height: 28px;
    }

    .pledgerPhoto {
        display:block;
        height: 320px;
        width:320px;
        margin:0 auto;
        text-align:center;
        position:relative;
    }

    .pledgerPhoto > img {
        width:100%;
        max-width: 320px;
        height: auto;
        max-height: 320px;
        margin: 0 auto;
    }

    .pledgerClose > a > img {
        position:absolute;
        right:0px;
        z-index:2;
        width:30px;
        height:30px;
        margin: 10px;
    }

    .pledgerPhoto > .obit {
        display: block;
        position:absolute;
        bottom:0;
        width:100%;
        margin: 0 auto;
        text-align:center;
        background: rgba(0,0,0,0.3);
    }

    .pledgerPhoto > .obit > p {
        display:inline-block;
        padding: 15px 5px 10px 5px;
        color: #ffffff;
        font-size: 10px;
        font-family: 'ScalaSansBold',Helvetica, Helvetica Neue, Arial,sans-serif;
        text-transform:uppercase;
    }
    
    #noImgObitWrapper {
        width:100%;
        height:auto;
        margin: 0 auto;
        padding: 0 5px;
    }

    #noImgObitWrapper > p {
        display:inline-block;
        margin-top:5px;
        padding: 15px 10px 10px 10px;
        color: #ffffff;
        font-size: 10px;
        font-family: 'ScalaSansBold',Helvetica, Helvetica Neue, Arial,sans-serif;
        text-transform:uppercase;
        text-align:center;
        background: rgba(0,0,0,0.3);
    }

    #letterWrap {
        width: 100%;
        padding: 40px 0;
        margin: 0 auto;
    }

    #langToggle {
        display: none;
    }

    #pledgerLetter {
        position:relative;
        z-index:2;
        width: 300px;
        height: auto;
        margin: 0 auto;
        -webkit-user-drag: auto;
    }

    #letterHTML {
        padding:0;
        margin: 0 auto;
        display:block;
    }

    #pledgerLetter > p,
    #pledgerLetter > .mCustomScrollBox > .mCSB_container > p,
    #letterHTML > p,
    #letterAdditionalHTMLContent > p {
        width:100%;
        display:block;
        padding: 5px 10px;
        color: #85776f;
        font-size: 16px;
        font-family: 'Scala',Helvetica, Helvetica Neue, Arial,sans-serif;
        display: inline-block;
        vertical-align: middle;
        line-height: 26px;
    }

    #pledgerLetter > ol, #pledgerLetter > ul,
    #pledgerLetter > .mCustomScrollBox > .mCSB_container > ol,
    #pledgerLetter > .mCustomScrollBox > .mCSB_container > ul,
    #letterHTML > ol, #letterHTML > ul,
    #letterAdditionalHTMLContent > ol,
    #letterAdditionalHTMLContent > ul {
        width:100%;
        display:block;
        padding: 5px 10px 5px 30px;
        color: #85776f;
        font-size: 16px;
        font-family: 'Scala',Helvetica, Helvetica Neue, Arial,sans-serif;
        display: inline-block;
        vertical-align: middle;
        line-height: 26px;
    }

    #pledgerLetter > p > em,
    #pledgerLetter > .mCustomScrollBox > .mCSB_container > p > em,
    #letterHTML > p > em,
    #letterAdditionalHTMLContent > p > em {
        font-family: 'ScalaIta','Scala',Helvetica, Helvetica Neue, Arial,sans-serif;
    }

    #pledgerLetter > p > strong,
    #pledgerLetter > .mCustomScrollBox > .mCSB_container > p > strong,
    #letterHTML > p > strong,
    #letterAdditionalHTMLContent > p > strong {
        font-family: 'Scala',Helvetica, Helvetica Neue, Arial,sans-serif;
        font-weight:600;
    }

    #signaturesSection {padding: 20px 10px 0 10px;}

    #signaturesSection > div.sigBlock > p {
        width:100%;
        display:block;
        color: #85776f;
        font-size: 16px;
        font-family: 'Scala','Palatino Linotype', 'Book Antiqua', Palatino, serif;
        display: inline-block;
        vertical-align: middle;
        line-height: 26px;
    }

    #signaturesSection > div.sigBlock {
        width: 210px;
        height:170px;
        display:inline-block;
        margin-right:10px;
        text-align:left;
        vertical-align:top
    }

    #signaturesSection img {
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(0%);
        -moz-transform: translateX(-50%) translateY(0%);
        -o-transform: translateX(-50%) translateY(0%);
        -ms-transform: translateX(-50%) translateY(0%);
        transform: translateX(-50%) translateY(0%);
        max-width: 200px;
        width:100%;
        max-height: 95px;
        height:auto;
    }

    #signaturesSectionFull {padding: 20px 10px 0 10px;}

    #signaturesSectionFull > div.sigImgArray,
    #signaturesSectionFull > div.sigFullWidth {
        width: 100%;
        height:auto;
        min-height:100px;
        display:block;
        margin:0 auto;
    }

   .sigImg {
        width: 210px;
        height:auto;
        min-height:100px;
        display:inline-block;
        margin-right:10px;
        vertical-align:top;
    }

    .sigImg img {
        position: relative;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(0%);
        -moz-transform: translateX(-50%) translateY(0%);
        -o-transform: translateX(-50%) translateY(0%);
        -ms-transform: translateX(-50%) translateY(0%);
        transform: translateX(-50%) translateY(0%);
        max-width: 200px;
        width:100%;
        max-height: 95px;
        height:auto;
    }

    #signaturesSectionFull > div.sigFullWidth {
        width:100%;
        height:auto;
        display:block;
        vertical-align: top;
        line-height: 30px;
    }

    #signaturesSectionFull > div.sigFullWidth > p {
        width:100%;
        color: #85776f;
        font-size: 16px;
        font-family: 'Scala','Palatino Linotype', 'Book Antiqua', Palatino, serif;
        display: inline-block;
        vertical-align: middle;
        line-height: 26px;
    }

    #letterAdditionalHTMLContent > p:first-child {
        padding-top:30px;
    }

    #viewLetter {
        display:none !important;
    }

    #noLetter {
        width:100%;
        max-width:982px;
        height:auto;
        margin: 0 auto;
        text-align:center;
        padding: 100px 40px;
        font-size:38px;
        font-family: 'ScalaSansBold',Helvetica, Helvetica Neue, Arial,sans-serif;
        color:#e1dbd5;
    }
    #letterBox {
        display: none;
    }



}
@media only screen and (min-width: 500px) {
    .pledgerName {
        max-width:480px !important;
    }
    .pledgerName > h1 {
        padding: 20px 5px;
        font-size: 56px;
    }

    .section-wrapper.-brown > .pledgerName > h1 {
        padding: 0px 5px 0px 5px;
        font-size: 56px;
    }

    .section-wrapper.-brown > .pledgerName > p {
        padding: 0px 5px 0px 5px;
        font-size: 18px;
        line-height: 28px;
    }

    .pledgerPhoto {
        height: 480px;
        width:480px;
        margin: 0 auto;
    }
    
    .pledgerPhoto > img {
        width:100%;
        max-width: 480px;
        height: auto;
        max-height: 480px;
    }

    .pledgerPhoto > .obit > p {
        padding: 15px 10px 10px 10px;
        font-size: 12px;
    }

    #noImgObitWrapper > p {
        padding: 15px 10px 10px 10px;
        font-size: 12px;
    }

    #letterWrap {
        padding: 40px 0;
    }

    #pledgerLetter {
        width: 460px;
        height: auto;
    }

    #pledgerLetter > p,
    #pledgerLetter > .mCustomScrollBox > .mCSB_container > p,
    #letterHTML > p,
    #letterAdditionalHTMLContent > p {
        padding: 5px;
        font-size: 18px;
        line-height: 30px;
    }

    #signaturesSection {padding: 25px 5px 0 5px;}

    #signaturesSection > div.sigBlock > p {
        font-size: 18px;
        line-height: 30px;
    }

    #signaturesSectionFull > div.sigFullWidth,
    #signaturesSectionFull > div.sigFullWidth > p {
        font-size: 18px;
        line-height: 30px;
    }

}
@media only screen and (min-width: 768px) {
    #pledgerHero {
        display:block;
        width: 750px;
        min-height: 100%;
        max-height: 375px;
    }

    #pledgerHero > .row-half {
        position:relative;
        width: 373px;
        height: 373px;
        margin: 0 auto;
        display: inline-block;
        vertical-align: top;
    }

    #pledgerHero > .row-half:last-child {
        position:static;
    }

    #pledgerHero > .row-half > img {
        width: 100%;
        height: auto;
    }

    #pledgerHero > .row-half:nth-child(2) {
        display:inline-block;
    }

    #pledgerHero > .row-half > .obit {
        width:373px;
        height: auto;
        display: block;
        position:absolute;
        bottom:0;
        text-align:right;
    }

    #pledgerHero > .row-half > .obit > p {
        display:inline-block;
        padding: 15px 10px 10px 10px;
        background: rgba(0,0,0,0.3);
        color: #ffffff;
        text-align:center;
        font-size: 12px;
        font-family: 'ScalaSansBold',Helvetica, Helvetica Neue, Arial,sans-serif;
        text-transform:uppercase;
    }

    #pledgerHero > .row-half > .pull-quote {
        height: 373px;
        line-height: 373px;
        overflow: hidden;
    }

    .pull-quote > p {
        padding: 0px 15px;
        color:#ffffff;
        font-size: 18px;
        font-family: 'ScalaSansCon',Helvetica, Helvetica Neue, Arial,sans-serif;
        font-weight: bold;
        font-style: italic;
        letter-spacing: 1px;
        display: inline-block;
        vertical-align: middle;
        line-height: 28px;
    }
    .pledgerName {
        max-width:750px !important;
    }
    .pledgerName > h1 {
        padding: 20px 5px;
        font-size: 68px;
    }

    .section-wrapper.-brown > .pledgerName > h1 {
        padding: 0px 5px 0px 5px;
        font-size: 68px;
    }

    .section-wrapper.-brown > .pledgerName > p {
        padding: 0px 5px 0px 5px;
        font-size: 18px;
        line-height: 28px;
    }

    .pledgerPhoto {
        display:none !important;
    }

    .pledgerClose {
        display:none !important;
    }

    #letterWrap {
        width: 100%;
        padding: 40px 0;
    }

     #langToggle {
        width: 100%;
        height: auto;
        margin: 0 auto;
        font-size:0;
        text-align: center;
        padding: 0 0 50px 0;
        display:block;
    }

    .langSelect {
        max-height:39px;
        background: #fff;
        font-size:16px;
        line-height:18px;
        color: #86776f;
        border-top: 1px solid #86776f;
        border-right: 1px solid #86776f;
        border-bottom: 1px solid #86776f;
        border-left: none;
        padding: 10px 30px;
        display:inline-block;
        text-align:center;
        font-family: 'ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
        vertical-align:top;
        cursor:pointer;
    }

    .langSelect:nth-child(1) {
        border-left: 1px solid #86776f;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .langSelect:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-left:none;
    }

    .langSelect.-active {
        background: #86776f;
        color:#f0eeec;
    }

    .langPointer {
        display:none;
        width:10px;
        height:10px;
        margin: 5px auto 0 auto;
        background:#86776f;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .langPointer.-active {
        display:block;
    }

    #pledgerLetter {
        width: 660px;
        height:auto;
        max-height: 720px;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    #pledgerLetter > p,
    #pledgerLetter > .mCustomScrollBox > .mCSB_container > p,
    #letterHTML > p,
    #letterAdditionalHTMLContent > p {
        color:#000000;
        padding: 5px 50px 5px 20px;
        font-size: 18px;
        line-height: 30px;
    }

    #pledgerLetter > p > em,
    #pledgerLetter > .mCustomScrollBox > .mCSB_container > p > em,
    #letterHTML > p > em,
    #letterAdditionalHTMLContent > p > em {
        color:#000000;
    }

    #pledgerLetter > p > strong,
    #pledgerLetter > .mCustomScrollBox > .mCSB_container > p > strong,
    #letterHTML > p > strong,
    #letterAdditionalHTMLContent > p > strong {
        color:#000000;
    }

    #pledgerLetter > ol, #pledgerLetter > ul,
    #pledgerLetter > .mCustomScrollBox > .mCSB_container > ol,
    #pledgerLetter > .mCustomScrollBox > .mCSB_container > ul,
    #letterHTML > ol, #letterHTML > ul,
    #letterAdditionalHTMLContent > ol,
    #letterAdditionalHTMLContent > ul {
        color:#000000;
        padding: 5px 50px 5px 45px;
        font-size: 18px;
        line-height: 30px;
    }

    #signaturesSection {padding: 25px 50px 5px 20px;}

    #signaturesSection > div.sigBlock {
        width: 210px;
        height:auto;
        min-height:100px;
        display:inline-block;
        margin-right:10px;
    }

    #signaturesSection > div.sigBlock > p {
        color: #000000;
        font-size: 18px;
        line-height: 30px;
    }

    #signaturesSection > img,
    #signaturesSection > p {
        display:block;
    }

    #signaturesSection img {
        top:0;
        -webkit-transform: translateX(-50%) translateY(0%);
        -moz-transform: translateX(-50%) translateY(0%);
        -o-transform: translateX(-50%) translateY(0%);
        -ms-transform: translateX(-50%) translateY(0%);
        transform: translateX(-50%) translateY(0%);
    }
    
    #signaturesSectionFull {padding: 25px 50px 5px 20px;}

    #signaturesSectionFull > div.sigFullWidth,
    #signaturesSectionFull > div.sigFullWidth > p {
        color: #000000;
        font-size: 18px;
        line-height: 30px;
    }
    #viewLetter {
        display:block !important;
        width: 165px;
        height: 40px;
        margin: 45px auto 0 auto;
        background: #f3f1ef url(../img/letter.svg) 10px center no-repeat;
        background-size: 20px 21px;
        cursor: pointer;
    }

    #viewLetter > h5 {
        width: 160px;
        padding: 10px;
        color: #66615e;
        font-size: 16px;
        text-align: right;
        font-family: 'ScalaSansBold',Helvetica, Helvetica Neue, Arial,sans-serif;
        display: inline-block;
        vertical-align: middle;
        line-height: 20px;
    }

    #letterBox {
        display: none;
    }

    #letterBox.-active {
        width: 100%;
        height: 100%;
        display: inline-block !important;
        position: fixed;
        z-index:8;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.6);
        text-align: center;
        -webkit-animation: fade-in .5s; /* Safari 4+ */
        -moz-animation: fade-in .5s; /* Fx 5+ */
        -o-animation: fade-in .5s; /* Opera 12+ */
        animation: fade-in .5s; /* IE 10+, Fx 29+ */
    }
    #letterOverlay {
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
    }

    @-webkit-keyframes fade-in {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }

    #closeLetter {
        position: relative;
        z-index:10;
        top: 15px;
        left: 40px;
        width: 620px;
        height: 40px;
        margin: 0 auto;
        color: #ffffff;
        font-size: 20px;
        font-family: Helvetica, Helvetica Neue, Arial,sans-serif;
        background: url('../img/letter-close.svg') right center no-repeat;
        background-size: 30px 30px;
        cursor: pointer;
    }

    #letterBoxImageContent {
        position:relative;
        z-index:10;
        width: 620px;
        height: 90%;
        background: #ffffff;
        margin: 15px auto 3% auto;
        overflow:hidden;
    }
    
    #letterBoxImageContent img {
        width:100%;
        height:auto;
        display:block;
        vertical-align:top;
        border-bottom:2px solid #e1dbd5;
        margin-left:15px;
    }

    #letterBoxImageContent img:last-child {
        border-bottom:none;
    }

}

@media only screen and (min-width: 999px) {
    #pledgerHero {
        width: 982px;
        max-height: 500px;
    }

    #pledgerHero > .row-half {
        width: 489px;
        height: 489px;
    }

    #pledgerHero > .row-half > .obit {
        width: 489px;
        bottom: 0;
    }

    #pledgerHero > .row-half > .obit > p {
        padding: 15px 15px 10px 15px;
        font-size: 16px;
    }
    
    #noImgObitWrapper {
        padding:0;
    }

    .noImgObitWrapper > p {
        padding: 15px 15px 10px 15px;
        font-size: 14px;
    }

    #pledgerHero > .row-half > .pull-quote {
        height: 489px;
        line-height: 489px;
    }

    .pull-quote > p {
        padding: 0px 30px;
        font-size: 22px;
        line-height: 35px;
    }

    .pledgerName {
        max-width:982px !important;
    }

    .pledgerName > h1 {
        padding: 20px 0;
        font-size: 87px;
    }

    .section-wrapper.-brown > .pledgerName {
        padding: 40px 0;
    }

    .section-wrapper.-brown > .pledgerName > h1 {
        padding: 0px 0px 0px 0px;
        font-size: 87px;
    }

    .section-wrapper.-brown > .pledgerName > p {
        padding: 20px 0px 0px 0px;
        font-size: 22px;
        line-height: 35px;
    }

    #letterWrap {
        width: 100%;
        padding: 50px 0 100px;
    }

    #pledgerLetter {
        width: 830px;
        max-height: 800px;
    }

    #pledgerLetter > p,
    #pledgerLetter > .mCustomScrollBox > .mCSB_container > p,
    #letterHTML > p,
    #letterAdditionalHTMLContent > p  {
        padding: 5px 60px 5px 20px;
    }

    #pledgerLetter > ol, #pledgerLetter > ul,
    #pledgerLetter > .mCustomScrollBox > .mCSB_container > ol,
    #pledgerLetter > .mCustomScrollBox > .mCSB_container > ul,
    #letterHTML > ol, #letterHTML > ul,
    #letterAdditionalHTMLContent > ol,
    #letterAdditionalHTMLContent > ul  {
        padding: 5px 60px 10px 45px;
    }

    #signaturesSection {padding: 25px 60px 5px 20px;}


    #closeLetter {
        top: 15px;
        left: 40px;
        width: 800px;
        height: 40px;
        margin: 0 auto;
        font-size: 20px;
        background-size: 30px 30px;
    }

    #letterBoxImageContent {
        width: 800px;
        height: auto;
        margin: 20px auto 3% auto;
    }
}

/* NEWS */
@media only screen and (min-width: 200px) {
    .newsHeader {display:none !important;}

    #columnToggle {
        position:relative;
        z-index:5;
        width: 300px;
        height: auto;
        margin: 0 auto;
        padding: 30px 0;
        text-align:center;
    }

    .columnOption {
        width: 135px;
        height: auto;
        display: inline-block;
        background: #ffffff;
        color: #706259;
        margin: 0 5px;
        padding: 8px;
        font-size: 13px;
        font-family: 'ScalaSansBlack','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
        text-align: center;
        text-transform: uppercase;
        border:1px solid #706259;
        cursor:pointer;
    }

    .columnOption.-selected {
        background: #706259;
        color: #ffffff;
    }

    #columnPress, #columnNews {
        display: none;
        vertical-align: top;
    }

    .news-item.-selected {
        display:block !important;
    }

    #columnPress {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    #columnNews {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .columnHead {
        display:none;
    }

    #columnPress > ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #columnPress > ul > li {
        width: 100%;
        height: auto;
        color: #978b82;
        margin: 0 auto;
        padding: 15px 5px 10px 5px;
        font-size: 22px;
        font-family: 'ScalaSansBlack','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px solid #d8d1ca;
    }
    #columnPress > ul > li > a {
        color:inherit;
        text-decoration:none;
    }

    #columnPress > ul > li:last-child {
        border-bottom: none;
    }

    #newsArticles {
        margin: 0 auto;
        text-align:center;
    }

    .newsBlock {
        width: 280px;
        height: 150px;
        margin: 20px auto 0 auto;
        padding: 15px;
        text-align:left;
        display: inline-block;
        border: 1px solid #d8d1ca;
        vertical-align:top;
        overflow: hidden;
    }

    .newsBlock:last-child {
        margin-bottom: 50px;
    }

    .newsBlock:hover {
        background: #f0eeec;
    }

    .newsBlock > h3 {
        padding-bottom: 10px;
        color: #978b82;
        font-size: 22px;
        font-family: 'ScalaSansBlack','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
        text-transform: uppercase;
    }

    .newsBlock > h4 {
        padding-bottom: 5px;
        color: #978b82;
        font-size: 16px;
        font-family: 'ScalaSansBlack','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
        text-transform: uppercase;
    }

    .newsBlock > p {
        color: #706259;
        font-size: 14px;
        font-family: 'ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
    }

    .newsBlock a {
        color:inherit;
        text-decoration:none;
    }

    .newsBlock img {
        display:block;
        position:absolute;
        margin: -10px 0 0 -10px;
        width: 280px;
        height: 150px;
    }

}
@media only screen and (min-width: 480px) {
    .newsHeader {display:none !important;}

    #columnToggle {
        width: 460px;
        margin: 0 auto;
        padding: 30px 0;
    }

    .columnOption {
        width: 200px;
        height: auto;
        margin: 0 10px;
        padding: 5px;
        font-size: 18px;
    }

    #columnPress > ul > li {
        width: 100%;
        height: auto;
        padding: 18px 5px;
        font-size: 26px;
    }

    .newsBlock {
        width: 450px;
        height: 150px;
        margin: 20px auto 0 auto;
        padding: 15px;
    }

    .newsBlock > h3 {
        padding-bottom: 15px;
        font-size: 24px;
    }

    .newsBlock > h4 {
        padding-bottom: 5px;
        font-size: 18px;
    }

    .newsBlock > p {font-size: 14px;}

    .newsBlock img {
        width: 450px;
        height: 150px;
    }

}
@media only screen and (min-width: 768px) {
    .newsHeader {
        display:block !important;
        padding: 30px 40px 20px 40px;
        color: #978b82;
        font-size: 36px;
        font-family: 'ScalaSansBlack','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
    }

    #columnToggle {display: none !important;}

    #columnPress, #columnNews {
        display: inline-block !important;
        vertical-align: top;
    }

    #columnPress {
        width: 25%;
        height: auto;
        margin: 0 20px 0 40px;
    }

    #columnNews {
        width: 65%;
        height: auto;
    }

    .columnHead {
        width: 100%;
        height: 30px;
        display:block;
        background: #706259;
        color: #ffffff;
        font-size: 18px;
        font-family: 'ScalaSansBlack','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
        text-align: center;
        text-transform: uppercase;
        line-height:32px;
    }

    #columnPress > ul > li {
        width: 90%;
        height: auto;
        padding: 18px 5px;
        font-size: 20px;
    }

    #columnPress > ul > li:nth-child(1) {
        margin-top: 20px;
    }

    #newsArticles {
        text-align:left;
    }

    .newsBlock {
        width: 48%;
        height: 175px;
        margin-top: 20px;
        padding: 10px;
        display: inline-block;
    }

    .newsBlock:nth-child(odd) {
        margin-right: 14px;
    }

    .newsBlock img {
        margin: -10px 0 0 -10px;
        width: 31%;
        height: 175px;
    }

}
@media only screen and (min-width: 999px) {
    .newsHeader {
        padding: 30px 40px 20px 40px;
        font-size: 44px;
    }

    #columnPress {
        width: 250px;
        margin: 0 40px;
    }

    #columnNews {
        width: 630px;
    }

    .columnHead {
        font-size: 18px;
    }

    #columnPress > ul > li {
        height: auto;
        padding: 20px 5px;
        font-size: 22px;
    }

    #columnPress > ul > li:nth-child(1) {
        margin-top: 20px;
    }

    .newsBlock {
        width: 300px;
        height: 175px;
        margin-top: 30px;
        padding: 15px;
    }

    .newsBlock:nth-child(odd) {
        margin-right: 24px;
    }

    .newsBlock > h3 {
        padding-bottom: 15px;
        font-size: 26px;
    }

    .newsBlock > h4 {
        padding-bottom: 5px;
        font-size: 20px;
    }

    .newsBlock > p {
        font-size: 15px;
    }

    .newsBlock img {
        margin: -15px 0 0 -15px;
        width: 300px;
    }
}

/* VIDEOS */
@media only screen and (min-width: 200px) {
    body._videolock {
        overflow-y: no-display;
    }

    #videoHeader {
        width: 100%;
        padding: 30px 20px;
    }

    #videoHeader > h1 {
        padding: 0 5px 10px 5px;
        color: #66615e;
        font-family: 'ScalaSansBlack','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
        text-transform: uppercase;
        font-size: 28px;
        display: inline-block;
        vertical-align: middle;
    }

    #videoHeader > h3 {
        padding: 10px 5px 0px 5px;
        color: #66615e;
        font-size: 16px;
        font-family: 'Scala','Palatino Linotype', 'Book Antiqua', Palatino, serif;
        display: inline-block;
        vertical-align: middle;
        line-height: 24px;
    }

    #videoContainer {
        width: 100%;
        max-width: 300px !important;
        padding: 30px 0;
    }
    .videoBlock  {
        width: 280px;
        height: auto;
        margin: 0 0 30px 10px;
        padding:10px 10px 20px 10px;
        text-align:center;
        display:inline-block;
        vertical-align:top;
        background: #f0eeec;
        overflow:hidden;
    }
    .videoThumb {
        width: 260px;
        height: 124px;
        display:block;
        vertical-align:top;
        overflow:hidden;
    }
   .videoThumb > img {
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        max-width: 100%;
        width:100%;
        max-height: 100%;
        height:auto;
    }
    img.playOverlay {
        display:block;
        position:absolute;
        margin: 0;
        width: 260px;
        height: 124px;
        background:rgba(0,0,0,0.4);
        cursor:pointer;
        z-index:1;
    }
    img.playOverlay:hover {
        background:transparent;
        opacity:0.5;
        -moz-transition: all 0.15s ease-in;
        -o-transition: all 0.15s ease-in;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
    }
    .videoBlock > h3 {
        padding: 20px 0 0 0;
        color: #66615e;
        font-family: 'ScalaSansBlack','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        display: block;
        text-align:left;
        vertical-align: top;
    }
    .videoBlock > h4 {
        padding: 10px 0 0 0;
        color: #66615e;
        font-family: 'ScalaSansBold','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
        font-size: 16px;
        display: block;
        text-align:left;
        vertical-align: top;
    }
    .videoBlock > p {
        padding: 10px 0 0 0;
        color: #66615e;
        font-size: 14px;
        font-family: 'Scala','Palatino Linotype', 'Book Antiqua', Palatino, serif;
        text-align:left;
        display: block;
        vertical-align: middle;
        line-height: 18px;
    }
    .videoBlock > p > a {
        color: #66615e;
        text-decoration:none;
    }

    .videoBlock > p > a strong {
        font-family: 'ScalaSansBold','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
    }

    .videoBlock > p > a:hover {
        color: #66615e;
        text-decoration:underline;
    }
    .videoBlock > p > strong {
        font-family: 'ScalaSansBold','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
        text-transform: uppercase;
    }
    #videoLightBox {
        display: none;
    }

    #videoLightBox.-display {
        width: 100%;
        height: 100%;
        display: inline-block !important;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        text-align: center;
        -webkit-animation: fade-in .5s; /* Safari 4+ */
        -moz-animation: fade-in .5s; /* Fx 5+ */
        -o-animation: fade-in .5s; /* Opera 12+ */
        animation: fade-in .5s; /* IE 10+, Fx 29+ */
        z-index:1000;
    }
    #videoBoxOverlay {
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 8;
    }

    @-webkit-keyframes fade-in {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }

    #closeVideo {
        position: relative;
        top: 15px;
        left: 0px;
        z-index:9;
        width: 300px;
        height: 40px;
        margin: 0 auto;
        color: #ffffff;
        font-size: 20px;
        font-family: Helvetica, Helvetica Neue, Arial,sans-serif;
        background: url('../img/letter-close.svg') right center no-repeat;
        background-size: 30px 30px;
        cursor: pointer;
    }

    #displayVideo {
        position:relative;
        z-index:10;
        width: 300px;
        height: auto;
        background: #000000;
        margin: 30px auto;
        overflow:hidden;
    }
    
    #displayVideo video {
        width:300px;
        height:169px;
        display:block;
        vertical-align:top;
    }

    #videoOverlayDesc {
        display:block;
        vertical-align:top;
        background: #f0eeec;
    }

    #videoOverlayDesc > h3 {
        padding: 20px 20px 0 20px;
        color: #66615e;
        font-family: 'ScalaSansBlack','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        display: block;
        text-align:left;
        vertical-align: top;
    }

    #videoOverlayDesc > h4 {
        padding: 10px 20px 0 20px;
        color: #66615e;
        font-family: 'ScalaSansBold','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
        font-size: 16px;
        display: block;
        text-align:left;
        vertical-align: top;
    }

    #videoOverlayDesc > p {
        padding: 10px 20px 20px 20px;
        color: #66615e;
        font-size: 14px;
        font-family: 'Scala','Palatino Linotype', 'Book Antiqua', Palatino, serif;
        text-align:left;
        display: block;
        vertical-align: middle;
        line-height: 18px;
    }

    #videoOverlayDesc > p > strong {
        font-family: 'ScalaSansBold','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
        text-transform: uppercase;
    }
}
@media only screen and (min-width: 500px) {
    #videoHeader {
        padding: 30px;
    }
    #videoHeader > h1 {
        font-size: 44px;
    }
    #videoHeader > h3 {
        font-size: 18px;
    }
    #videoContainer {
        max-width: 480px !important;
    }
    .videoBlock  {
        width: 450px;
        height: auto;
        margin: 0 0 30px 10px;
        padding:20px 20px 30px 20px;
    }
    .videoThumb {
        width: 410px;
        height: 195px;
    }

    img.playOverlay {
        width: 410px;
        height: 195px;
    }

    .videoBlock > h3 {
        padding: 30px 0 0 0;
        font-size: 20px;
    }

    .videoBlock > h4 {
        padding: 10px 0 0 0;
        font-size: 18px;
    }

    .videoBlock > p {
        padding: 10px 0 0 0;
        font-size: 14px;
        line-height: 18px;
    }

    #closeVideo {
        top: 15px;
        left: 0px;
        width: 440px;
        height: 40px;
    }

    #displayVideo {
        width: 450px;
        margin: 30px auto;
    }
    
    #displayVideo video {
        width:490px;
        height:276px;
    }
}
@media only screen and (min-width: 768px) {
    #videoHeader {
        padding:30px 40px;
    }
    #videoHeader > h1 {
       font-size: 68px;
    }
    #videoContainer {
        max-width: 750px !important;
        padding:30px 40px;
    }
    .videoBlock  {
        width: 315px;
        height: 450px;
        margin-bottom: 30px;
        margin-left:0px;
        padding:20px;
        text-align:center;
        display:inline-block;
        vertical-align:top;
        background: #f0eeec;
        overflow:hidden;
    }
    .videoBlock:nth-child(odd) {
        margin-right:25px;
        margin-left:0px;
    }
    .videoThumb {
        width: 275px;
        height: 131px;
    }
    img.playOverlay {
        width: 275px;
        height: 131px;
    }
    .videoBlock > h3 {
        padding: 20px 0 0 0;
        font-size: 18px;
    }
    .videoBlock > h4 {
        padding: 10px 0 0 0;
        font-size: 16px;
    }
    .videoBlock > p {
        padding: 10px 0 0 0;
        font-size: 15px;
        line-height: 17px;
    }

    #closeVideo {
        top: 15px;
        left: 0px;
        width: 720px;
        height: 40px;
    }

    #displayVideo {
        width: 720px;
        margin: 25px auto;
    }
    
    #displayVideo video {
        width:740px;
        height:425px;
    }

    #videoOverlayDesc > h3 {
        font-size: 24px;
    }

    #videoOverlayDesc > h4 {
        font-size: 22px;
    }

    #videoOverlayDesc > p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 999px) {
    #videoHeader {
        max-width: 982px !important;
        padding: 40px 30px;
    }

    #videoHeader > h1 {
       padding: 0 0 20px 0;
       font-size: 87px;
    }

    #videoHeader > h3 {
        padding: 0px 0px 0px 0px;
        font-size: 22px;
        line-height: 30px
    }

    #videoContainer {
        max-width: 982px !important;
        padding: 40px 30px;
    }

    .videoBlock  {
        width: 440px;
        height: 500px;
        margin-bottom: 40px;
        padding:20px;
    }

    .videoBlock:nth-child(odd) {
        margin-right:35px;
    }

    .videoThumb {
        width: 400px;
        height: 190px;
    }
    img.playOverlay {
        width: 400px;
        height: 190px;
    }

    .videoBlock > h3 {
        padding: 30px 0 0 0;
        font-size: 24px;
    }

    .videoBlock > h4 {
        padding: 10px 0 0 0;
        font-size: 20px;
    }

    .videoBlock > p {
        padding: 10px 0 0 0;
        font-size: 16px;
        line-height: 18px;
    }

    #closeVideo {
        top: 15px;
        left: 0px;
        width: 100%;
        max-width: 1050px;
        height: 40px;
        margin-top: 0px;
    }

    #displayVideo {
        width: 100%;
        max-width:950px;
        margin: 25px auto;
    }
    
    #displayVideo video {
        width:950px;
        height:535px;
        overflow:hidden;
    }
}

/* CONTACT US FORM */
@media only screen and (min-width: 200px) {
    #formWrapper {
        max-width: 300px !important;
        padding: 20px;
    }
    #errorMessage {
        padding-bottom:20px;
        font-family: 'ScalaSansBold','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
        color: #dd1500;
    }
    .error {
        /*
        width:15px;
        height:15px;
        color: #dd1500;
        font-size:22px;
        line-height:1px;
        font-family:Helvetica, Helvetica Neue, Arial,sans-serif;
        font-weight:600;
        text-align:center;
            */
        display:block;
        padding-top: 5px;
    }
    .error-message {
        font-family: 'ScalaSansIta','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
        color: #ed0404;
    }
    .inputBlock {
        width: 275px;
        height: auto;
        padding: 15px 0;
        display:inline-block;
        vertical-align:top;
    }
    .inputBlock .header {
        padding-bottom:5px;
        color: #75655c;
        font-size:18px;
        font-family: 'ScalaSansBold','ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
        text-transform:uppercase;
    }
    .inputBlock .header span {
        font-family: Helvetica, Helvetica Neue, Arial,sans-serif;
        font-weight:600;
        line-height:10px;
    }
    .inputBlock > input[type="text"],
    .inputBlock > select {
        width: 250px;
        height: 36px;
        padding: 0 10px;
        font-size:16px;
        line-height:20px;
        color:#333333;
        font-family: Helvetica, Helvetica Neue, Arial,sans-serif;
        border: 1px solid #97847a;
    }
    .inputBlock > select > option {
        width: 250px;
        height: 36px;
        padding: 0 10px;
        font-size:18px;
        line-height:20px;
        color:#333333;
        font-family: Helvetica, Helvetica Neue, Arial,sans-serif;
    }
    .inputBlock.inputText {
        width: 275px;
    }
    .inputBlock > textarea {
        width: 250px;
        max-width:350px;
        height:auto;
        min-height:200px;
        padding: 10px;
        font-size:18px;
        line-height:20px;
        color:#333333;
        font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
        border: 1px solid #97847a;
    }
    .inputBlock.inputSubmit {
        width: 275px;
        text-align:left;
    }
    .inputBlock > input[type="submit"] {
        width: 100px;
        height: 40px;
        padding: 0 10px;
        font-size:18px;
        line-height:20px;
        color: #ffffff;
        text-align:center;
        font-family: 'ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
        text-transform:uppercase;
        background: #75655c;
    }

    #mainContent_Thankyou > .message {
        text-align: center;
        line-height: 30px;
        font-size: 22px;
    }
}
@media only screen and (min-width: 500px) {
    #formWrapper {
        max-width: 480px !important;
        padding: 40px 30px;
    }
    #errorMessage {
        padding-bottom:20px;
    }
    .inputBlock {
        width: 375px;
        height: auto;
        padding: 15px 0;
    }
    .inputBlock h4 {
        padding-bottom:5px;
        font-size:18px;
    }
    .inputBlock > input[type="text"],
    .inputBlock > select {
        width: 350px;
        height: 36px;
        padding: 0 10px;
        font-size:18px;
        line-height:20px;
    }
    .inputBlock > select > option {
        width: 350px;
        height: 36px;
        padding: 0 10px;
        font-size:18px;
        line-height:20px;
    }
    .inputBlock.inputText {
        width: 375px;
    }
    .inputBlock > textarea {
        width: 350px;
        max-width:350px;
        height:auto;
        min-height:200px;
        padding: 10px;
        font-size:18px;
        line-height:20px;
    }
    .inputBlock.inputSubmit {
        width: 375px;
        padding-right:25px;
    }
    .inputBlock > input[type="submit"] {
        width: 100px;
        height: 40px;
        padding: 0 10px;
        font-size:18px;
        line-height:20px;
    }
}
@media only screen and (min-width: 768px) {
    #formWrapper {
        max-width: 750px !important;
        padding: 40px 30px;
    }
    #errorMessage {
        padding-bottom:20px;
    }
    .error {
        /*
        width:15px;
        height:15px;
        font-size:22px;
            */
    }
    .inputBlock {
        width: 300px;
        height: auto;
        padding: 15px 0;
    }
    .inputBlock h4 {
        padding-bottom:10px;
        font-size:20px;
    }
    .inputBlock > input[type="text"],
    .inputBlock > select {
        width: 275px;
        height: 36px;
        padding: 0 10px;
        font-size:18px;
        line-height:20px;
    }
    .inputBlock > select > option {
        width: 275px;
        height: 36px;
        padding: 0 10px;
        font-size:18px;
        line-height:20px;
    }
    .inputBlock.inputText {
        width: 600px;
    }
    .inputBlock > textarea {
        width: 575px;
        max-width:575px;
        height:auto;
        min-height:200px;
        padding: 10px;
        font-size:18px;
        line-height:20px;
    }
    .inputBlock.inputSubmit {
        width: 600px;
        text-align:right;
        padding-right:25px;
    }
    .inputBlock > input[type="submit"] {
        width: 100px;
        height: 40px;
        padding: 0 10px;
        font-size:18px;
        line-height:20px;
    }
}

/* ERROR PAGE */
#errorWrapper {
    width:100%;
    max-width:1000px;
    padding:30px 40px;
}