@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.fa-chevron-up:before{content:"\f077"}

body {
    font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.section {
    margin-top: 5.5em;
    margin-bottom: 4.5em;
}
.section-intro {
    margin-top: 2.5em;
}
.section-title small {
    display: block;
    font-family: adobe-caslon-pro, serif;
    font-size: 0.2em;
    letter-spacing: 3px;
    text-transform: uppercase;
}
p {
  font-family: adobe-caslon-pro, serif;
  font-weight: normal;
  font-size: 1.25em;
  padding-left: 0px;
  color: #000000;
  line-height: 1.5;
}
a:link,
a:visited {
    color: rgb(237,28,36);
    text-decoration: none;
}
a:hover,
a:active {
    color: rgb(202,27,34);
}
.quote strong {
    color: rgb(237,28,36);
}
.btn-primary:link,
.btn-primary:visited {
    background: rgb(237,28,36);
    border: solid 2px rgb(237,28,36);
    color: #fff;
    border-radius: 0;
    display: block;
    font-family: 'nimbus-sans', sans-serif;
    letter-spacing: 1px;
    margin: 0 auto;
    max-width: 200px;
    text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus {
    background: none;
    border-color: rgb(237,28,36);
    color: rgb(237,28,36);
}
.is-sticky {
    position: relative;
    z-index: 20;
}
#under-sticky-wrapper {
    position: relative;
    z-index: 1;
}
.vanish-large {
  display: block;
}

.vanish-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .vanish-large {
    display: none;
  }
  .vanish-mobile {
    display: block;
  }
}

.section h2 {
    font-family: al-fresco, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 5.2em;
}

.quote {
    font-style: italic;
}
.quote-source {
    font-size: 0.75em;
}

.p-restricted,
.well,
#disqus_thread {
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
}

/* Hero */
    .ju-hero-large-contained {
          max-height: 1000px;
          background: url("../img/fran-hero-wide.jpg") no-repeat;
          background-size: cover;
          background-position: center;
          min-height: 26em;
          width: 100%;
        }

        @media screen and (min-width: 550px) {
          .ju-hero-large-contained {
            min-height: 35em;
          }
        }
        @media screen and (min-width: 768px) {
          .ju-hero-large-contained {
            min-height: 40em;
          }
        }
        @media screen and (min-width: 1350px) {
          .ju-hero-large-contained {
            min-height: 50em;
          }
        }

/* Navigation */
    .landingpage-nav {
          z-index: 12;
          padding: 0em;
          background-color: rgb(237,28,36);
        }

        .landingpage-nav ul {
          width: 100%;
        }

        .landingpage-nav li {
          display: inline;
          list-style-type: none;
          padding: 0em;
          float: left;
        }

        .landingpage-nav .navbar {
          margin-bottom: 0;
          width: 100%;
        }

        .landingpage-nav .navbar-default {
          background-color: rgb(237,28,36);
          background-image: none;
          box-shadow: inset 0 0 0;
          border: 0px;
        }

        .landingpage-nav .navbar-default .button-container {
          width: 100%;
          float: left;
        }

        .landingpage-nav .navbar-default .navbar-toggle {
          border-color: white;
          background-color: rgb(237,28,36);
        }

        .landingpage-nav .navbar-default .icon-bar {
          background-color: white;
        }

        .landingpage-nav .navbar-default .navbar-collapse {
          background-color: rgb(237,28,36);
          box-shadow: inset 0 0 0;
          border-top: 0;
          padding-right: 0;
        }

        .landingpage-nav .navbar-default .navbar-nav li a {
          background-color: rgb(237,28,36);
          color: white;
          display: block;
          font-size: 1em;
          letter-spacing: 2px;
          padding: 1em 1.25em;
          text-align: left;
        }

        .landingpage-nav .navbar-default .navbar-nav li:first-of-type a {
            padding: 1em;
        }

        @media and (min-width: 1350px) {
            .landingpage-nav .navbar-default .navbar-nav li a {
              font-size: 1.1em;
              padding: 1.25em 1.5em;
            }
        }

        .landingpage-nav .navbar-default .navbar-nav li a:hover {
          background-color: white;
          color: rgb(237,28,36);
          text-decoration: none;
        }

        .navbar-nav .fa {
            font-size: 1.2em;
        }

        @media screen and (max-width: 767px) {
          .landingpage-nav {
            padding: 0.5em 0em;
          }
          .landingpage-nav li {
            width: 100%;
            padding: 0;
          }
          .landingpage-nav .navbar-default .navbar-nav li a {
            text-align: center;
            padding: 1em;
          }
        }

/* Intro */
    .mission-statement-links {
        width: 100%;
        padding-top: 3em;
        padding-bottom: 1em;
        margin-bottom: 1.5em;
        }

        @media screen and (min-width: 1350px) {
            .mission-statement-links {
                padding-top: 5em;
            }
        }

        .mission-statement-links h1 {
          font-family: al-fresco, sans-serif;
          font-size: 5.5em;
          font-weight: normal;
          margin-bottom: 0;
          padding-top: 0em;
          text-align: center;
        }

        .mission-statement-links hr {
          width: 20%;
          margin-left: 40%;
          margin-right: 40%;
          padding-bottom: 2em;
          margin-bottom: 0;
          border-top: 3px solid black;
        }

        .mission-statement-links p {
          width: 80%;
          font-size: 1.6em;
          margin-bottom: 2em;
          margin-left: auto;
          margin-right: auto;
        }

        .mission-statement-links ul {
          list-style-type: none;
          width: 90%;
          margin-left: 5%;
          margin-right: 5%;
          padding: 0;
        }

        .mission-statement-links li {
          width: 50%;
          padding-right: 1em;
          padding-left: 1em;
          float: left;
          text-align: center;
        }

        .mission-statement-links li a {
          display: block;
          padding-top: 1em;
          padding-bottom: 1em;
          text-align: center;
          text-decoration: none;
        }

        @media screen and (max-width: 767px) {
          .mission-statement-links {
            width: 100%;
            padding-bottom: 1em;
            padding-top: 0em;
          }
          .mission-statement-links h1 {
            font-size: 4.5em;
          }
          .mission-statement-links p {
            font-size: 1.3em;
          }
          .mission-statement-links ul {
            list-style-type: none;
            width: 80%;
            margin-left: 10%;
            margin-right: 10%;
            padding: 0;
          }
          .mission-statement-links li {
            width: 50%;
            padding-right: 0em;
            padding-left: 0em;
            float: left;
            padding-bottom: 1em;
          }
        }

        @media screen and (max-width: 550px) {
          .mission-statement-links {
            width: 100%;
            padding-bottom: 5em;
            padding-top: 0em;
          }
          .mission-statement-links h1 {
            font-size: 4.25em;
          }
          .mission-statement-links p {
            font-size: 1.3em;
          }
          .mission-statement-links ul {
            list-style-type: none;
            width: 80%;
            margin-left: 10%;
            margin-right: 10%;
            padding: 0;
          }
          .mission-statement-links li {
            width: 100%;
            padding-right: 1em;
            padding-left: 1em;
            float: left;
            padding-bottom: 1em;
          }
        }

        .img-adjustment img {
            max-width: 90%;
            max-height: 190px;
        }

/* Event */
    .section-event .event-wrap {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-event h3 {
        font-family: al-fresco, serif;
        font-size: 2.8em;
    }

    .section-event strong {
        color: rgb(237,28,36);
        text-transform: uppercase;
        font-size: 0.8em;
        letter-spacing: 2px;
    }

/* Exhibition */
    .section-exhibition .exhibition-wrap {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-exhibition strong {
        color: rgb(237,28,36);
        text-transform: uppercase;
        font-size: 0.8em;
        letter-spacing: 2px;
    }

/* Bio */
    .section-bio .bio-wrap {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }

/* Stories */
    .section-stories h3 {
            font-family: 'adobe-caslon-pro';
            font-size: 3em;
        }
        .section-stories img {
            border-top: solid 3px rgb(237,28,36);
        }
        #stories .quote {
            font-style: normal;
            font-size: 1em;
        }
        #stories .quote-source {
            font-style: italic;
            font-size: 0.85em;
        }

        .panel-title a:link,
        .panel-title a:visited {
            color: rgb(202,27,34);
        }

        .panel-title a:hover,
        .panel-title a:active {
            color: rgb(175, 23, 29);
        }
        .panel-body {
            max-width: 650px;
            margin-left: auto;
            margin-right: auto;
        }
        .panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}

/* Timeline */
    #gallery-timeline {
        width: 100%;
        min-height: 660px;
        background: #fff;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        }
        #gallery-timeline,
        #gallery-timeline .rsOverflow,
        #gallery-timeline .rsSlide,
        #gallery-timeline .rsVideoFrameHolder,
        #gallery-timeline .rsThumbs {
            background: #fff;
        }
        figure {
            border: solid 1px #ccc;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 1.25em;
            padding: 0.5em;
            max-width: 650px;
        }
        figure img {
            margin-bottom: 1em;
            width: 100%;
        }
        #gallery-timeline .rsTmb {
          padding: 20px;
        }
        #gallery-timeline .rsThumbs .rsThumb {
          width: 140px;
          height: 60px;
          border-bottom: 1px solid #2E2E2E;
        }
        #gallery-timeline .rsThumbs {
          width: 140px;
          padding: 0;
          color: #333;
        }
        #gallery-timeline .rsThumb:hover {
            background: none;
            color: rgb(237,28,36);
        }
        #gallery-timeline .rsThumb.rsNavSelected {
          background: rgb(237,28,36);
          color: white;
          border-bottom: 1px solid #02874A;
        }

        #gallery-timeline .rsThumbsVer {
            right: auto;
            left: 0;
        }
        #gallery-timeline .rsOverflow {
            margin-left: 140px; /* width of thumbnails container */
        }

        @media screen and (min-width: 768px) {
            .timeline-decade {
                padding-left: 8em;
            }
        }

        .timeline-item {
            border-bottom: 1px solid #e0e0e0;
            margin-bottom: 1.5em;
        }
        .timeline-item-year {
            color: #333;
            font-family: 'nimbus-sans';
            font-size: 3.2em;
            font-weight: 600;
            line-height: 1em;
        }
        .timeline-item-content {
            padding-top: 1em;
            padding-bottom: 1em;
        }
        .timeline-item-content p {
            margin-left: auto;
            margin-right: auto;
            max-width: 650px;
        }
        .timeline-item-content blockquote {
            display: block;
            background: #fff;
            padding: 15px 45px;
            margin: 0 auto 20px;
            max-width: 400px;
            position: relative;

            /*Font*/
            font-family: Georgia, serif;
            font-size: 16px;
            line-height: 1.2;
            color: #666;
            text-align: justify;

            /*Borders - (Optional)*/
            border-top: 1px solid rgb(237,28,36);
            border-bottom: 1px solid rgb(237,28,36);
            border-left: none;
        }

        .timeline-item-content blockquote::before{
            content: "\201C"; /*Unicode for Left Double Quote*/

            /*Font*/
            font-family: Georgia, serif;
            font-size: 60px;
            font-weight: bold;
            color: #999;

            /*Positioning*/
            position: absolute;
            left: 10px;
            top:5px;
        }

        .timeline-item-content blockquote::after{
            /*Reset to make sure*/
            content: "";
        }

        @media screen and (max-width: 767px) {
            #gallery-timeline .rsThumbs {
                display: none;
            }
            #gallery-timeline .rsOverflow {
                margin-left: 0;
            }
        }

/* Videos */
    #gallery-videos {
            width: 100%;
        }

        .videoGallery .rsTmb {
            padding: 10px 20px;
        }
        .videoGallery .rsThumbs .rsThumb {
            width: 220px;
            height: 100px;
            border-bottom: 1px solid #2E2E2E;
        }
        .videoGallery .rsThumbs {
            width: 220px;
            padding: 0;
        }
        .videoGallery .rsThumb:hover {
            background-color: rgb(239,51,58);
        }
        .videoGallery .rsThumb.rsNavSelected {
            background-color: rgb(237,28,36);
            border-bottom: solid 1px rgb(237,28,36);
        }

        @media screen and (min-width: 0px) and (max-width: 500px) {
            .videoGallery .rsTmb {
                padding: 6px 8px;
            }
            .videoGallery .rsTmb h5 {
                font-size: 12px;
                line-height: 17px;
            }
            .videoGallery .rsThumbs.rsThumbsVer {
                width: 100px;
                padding: 0;
            }
            .videoGallery .rsThumbs .rsThumb {
                width: 100px;
                height: 47px;
            }
            .videoGallery .rsTmb span {
                display: none;
            }
            .videoGallery .rsOverflow,
            .royalSlider.videoGallery {
                height: 300px !important;
            }
        }

/* Fashion */
    #section-fashion {
        background: #252525;
        color: white;
        }
        #section-fashion p,
        #section-fashion blockquote {
            color: white;
        }
        #section-fashion-intro p {
            font-size: 1.25em;
        }
        #section-fashion-intro p strong {
            color: rgb(237,28,36);
            font-size:1.25em;
            letter-spacing: 1px;
        }
        #section-fashion .rsDefault .rsOverflow,
        #section-fashion .rsDefault .rsSlide {
            background: #252525;
        }
        .visibleNearby {
          width: 100%;
          background: #252525;
          color: #FFF;
          padding-top: 25px;
        }
        .visibleNearby .rsGCaption {
          font-size: 16px;
          line-height: 18px;
          padding: 12px 0 16px;
          background: #252525;
          width: 100%;
          position: static;
          float: left;
          left: auto;
          bottom: auto;
          text-align: center;
        }
        .visibleNearby .rsGCaption p {
            margin: 0 auto;
            max-width: 350px;
            text-align: left;
            width: 90%;
        }
        .visibleNearby .rsGCaption span {
          display: block;
          clear: both;
          color: #bbb;
          font-size: 14px;
          line-height: 22px;
        }


        /* Scaling transforms */
        .visibleNearby .rsSlide img {
          opacity: 0.45;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;

          -webkit-transform: scale(0.9);
          -moz-transform: scale(0.9);
          -ms-transform: scale(0.9);
          -o-transform: scale(0.9);
          transform: scale(0.9);
        }
        .visibleNearby .rsActiveSlide img {
          opacity: 1;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
        }

        /* Non-linear resizing on smaller screens */
        @media screen and (min-width: 0px) and (max-width: 900px) {
          #gallery-1 {
            padding: 12px 0 12px;
          }
          #gallery-1 .rsOverflow,
          .royalSlider#gallery-1 {
            height: 400px !important;
          }
        }
        @media screen and (min-width: 0px) and (max-width: 500px) {
          #gallery-1 .rsOverflow,
          .royalSlider#gallery-1 {
            height: 300px !important;
          }
        }

/* Photos */
    .contentSlider {
        width: 100%;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        }

        .contentSlider .rsGCaption {
            padding: 0.5em 1em;
            width: auto;
            font-size: 16px;
            left: 0;
            right: 0;
            bottom: 12px;
            margin-left: auto;
            margin-right: auto;
            max-width: 500px;
        }
        .contentSlider .rsGCaption p {
            color: white;
        }

/* Breaks */
    .break {
            background: #ccc;
            margin-top: 3em;
            margin-bottom: 3em;
            padding: 12em 18em;
        }
        .break blockquote {
            border-left: none;
            font-size: 36px;
        }
        #break-heart-open {
            background:url(../img/kinne-bg-graduation.jpg) center center no-repeat;
            background-size: cover;
            height:100%;
            width:100%;
        }
        #break-heart-open p,
        #break-about-others p {
            color: white;
        }
        #break-about-others {
            background:url(../img/kinne-bg-hope-benny.jpg) top center no-repeat;
            background-size: cover;
            height:100%;
            width:100%;
            padding-top: 20em;
            padding-bottom: 20em;
        }
        #break-contributions {
            background:url(../img/bg-rockywall.png) repeat;
        }
        #break-contributions blockquote,
        #break-justify blockquote,
        #break-give-back blockquote {
            background: rgba(255,255,255,0.8);
            border-radius: 2em;
            padding: 1.5em;
        }
        #break-contributions p,
        #break-justify p,
        #break-give-back p {
            color: #666;
        }
        #break-justify {
            background:url(../img/bg-xv.png) repeat;
        }
        #break-give-back {
            background:url(../img/bg-contemporary-china-2.png) repeat;
        }
        @media (max-width: 1000px) {
            .break blockquote {
                font-size: 24px;
            }
        }
        @media (max-width: 900px) {
            .break {
                padding: 8em 12em;
            }
        }
        @media (max-width: 700px) {
            .break {
                padding: 4em;
            }
        }
        @media (max-width: 475px) {
            .break blockquote {
                font-size: 20px;
            }
        }

/* Correspondence */
    .correspondenceSlider {
          width: 100%;
        }
        .correspondenceSlider,
        .correspondenceSlider .rsOverflow,
        .correspondenceSlider .rsSlide,
        .correspondenceSlider .rsVideoFrameHolder,
        .correspondenceSlider .rsNav {
          background: #eee;
          color: #000;
        }

        .correspondenceSlider .rsSlide,
        .correspondenceSlider .rsOverflow {
          background: #eee;
        }
        .correspondenceSpacing {
            padding: 1em 2em;
        }
        .correspondenceSpacing h3 {
            line-height: 1.2;
        }
        .correspondenceSpacing h3 small {
            display: block;
        }
        .correspondenceSpacing h3,
        .correspondenceSpacing p {
            margin-left: auto;
            margin-right: auto;
            max-width: 650px;
        }
        .correspondenceSlider img {
          width: 100%;
          max-width: 800px;
          height: auto;
          display: block;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 1em;
        }
        .correspondenceSlider .rsNav {
            padding: 0.5em;
        }
        .correspondenceSlider .rsNav .rsNavSelected {
            background: rgb(237,28,36);
            color: white;
        }

        @media screen and (max-width: 800px) and (min-width: 0px) {
            .rsDefault .rsNav {
                font-size: 0.75em;
            }
        }

        @media screen and (max-width: 767px) {
            .correspondenceSlider .rsNav {
                display: none;
            }
            .correspondenceSlider .rsOverflow {
                margin-left: 0;
            }
        }

/* Giving */
.giving-wrap {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
