@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);

/*
 * Table of Contents:
 *
 * STRUCTURE
 *   101 BASE STYLES
 *   102 HEADER 
 *   103 MAIN NAV 
 *   104 FOOTER 
 * INTERIOR 
 *   201 LAYOUT
 *   202 CONTENT
 *   203 SIDEBAR
 * PAGES
 *   301 NEWS
 *   302 FILES
 *   303 HOME
 *   304 RESOURCES
 *   305 CALENDAR
 * BLOCKS
 *   401 LATEST NEWS
 *   402 QUOTE
 *   403 RECENTLY ADDED
 *   404 FORMS
 */

/* FONTS */

@font-face {
   font-family: 'MuseoSlab';
      src: url('../fonts/Museo_Slab_300-webfont.eot');
      src: url('../fonts/Museo_Slab_300-webfont.eot?#iefix') format('embedded-opentype'),
           url('../fonts/Museo_Slab_300-webfont.woff') format('woff'),
           url('../fonts/Museo_Slab_300-webfont.ttf') format('truetype'),
           url('../fonts/Museo_Slab_300-webfont.svg#UbuntuBold') format('svg');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'MuseoSlab';
      src: url('../fonts/Museo_Slab_300italic-webfont.eot');
      src: url('../fonts/Museo_Slab_300italic-webfont.eot?#iefix') format('embedded-opentype'),
           url('../fonts/Museo_Slab_300italic-webfont.woff') format('woff'),
           url('../fonts/Museo_Slab_300italic-webfont.ttf') format('truetype'),
           url('../fonts/Museo_Slab_300italic-webfont.svg#UbuntuItalic') format('svg');
   font-weight: normal;
   font-style: italic;
}

@font-face {
   font-family: 'MuseoSlab';
      src: url('../fonts/Museo_Slab_500_2-webfont.eot');
      src: url('../fonts/Museo_Slab_500_2-webfont.eot?#iefix') format('embedded-opentype'),
           url('../fonts/Museo_Slab_500_2-webfont.woff') format('woff'),
           url('../fonts/Museo_Slab_500_2-webfont.ttf') format('truetype'),
           url('../fonts/Museo_Slab_500_2-webfont.svg#UbuntuBold') format('svg');
   font-weight: bold;
   font-style: normal;
}

@font-face {
   font-family: 'MuseoSlab';
      src: url('../fonts/Museo_Slab_500italic-webfont.eot');
      src: url('../fonts/Museo_Slab_500italic-webfont.eot?#iefix') format('embedded-opentype'),
           url('../fonts/Museo_Slab_500italic-webfont.woff') format('woff'),
           url('../fonts/Museo_Slab_500italic-webfont.ttf') format('truetype'),
           url('../fonts/Museo_Slab_500italic-webfont.svg#UbuntuItalic') format('svg');
   font-weight: bold;
   font-style: italic;
}


@font-face {
   font-family: 'CartoGothic';
      src: url('../fonts/CartoGothicStd-Book-webfont.eot');
      src: url('../fonts/CartoGothicStd-Book-webfont.eot?#iefix') format('embedded-opentype'),
           url('../fonts/CartoGothicStd-Book-webfont.woff') format('woff'),
           url('../fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'),
           url('../fonts/CartoGothicStd-Book-webfont.svg#UbuntuItalic') format('svg');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'CartoGothic';
      src: url('../fonts/CartoGothicStd-Bold-webfont.eot');
      src: url('../fonts/CartoGothicStd-Bold-webfont.eot?#iefix') format('embedded-opentype'),
           url('../fonts/CartoGothicStd-Bold-webfont.woff') format('woff'),
           url('../fonts/CartoGothicStd-Bold-webfont.ttf') format('truetype'),
           url('../fonts/CartoGothicStd-Bold-webfont.svg#UbuntuBold') format('svg');
   font-weight: bold;
   font-style: normal;
}

@font-face {
   font-family: 'CartoGothic';
      src: url('../fonts/CartoGothicStd-Italic-webfont.eot');
      src: url('../fonts/CartoGothicStd-Italic-webfont.eot?#iefix') format('embedded-opentype'),
           url('../fonts/CartoGothicStd-Italic-webfont.woff') format('woff'),
           url('../fonts/CartoGothicStd-Italic-webfont.ttf') format('truetype'),
           url('../fonts/CartoGothicStd-Italic-webfont.svg#UbuntuItalic') format('svg');
   font-weight: normal;
   font-style: italic;
}

@font-face {
   font-family: 'CartoGothic';
      src: url('../fonts/CartoGothicStd-BoldItalic-webfont.eot');
      src: url('../fonts/CartoGothicStd-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
           url('../fonts/CartoGothicStd-BoldItalic-webfont.woff') format('woff'),
           url('../fonts/CartoGothicStd-BoldItalic-webfont.ttf') format('truetype'),
           url('../fonts/CartoGothicStd-BoldItalic-webfont.svg#UbuntuBold') format('svg');
   font-weight: bold;
   font-style: italic;
}

/* 101 STRUCTURE: BASE STYLES */

html,body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    background: #ddded6;
    font-family: "PT Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

#wrapper {
    height: 100%;
    overflow-x: hidden;
    padding-bottom: 7em;
    width: 100%;
}

.container {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 960px;
    padding: 0 1em;
    width: 100%;
}

a {
    color: #00b0db;
}

/* 102 STRUCTURE: HEADER */

#top-header {
    background: #fff;
    box-shadow: 0 4px 8px -2px #b2b3b1;
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

#top-header .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#top-header #search {
    padding-top: 2em;
}

#top-header #search input[type="text"] {
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 4px 8px;
    height: 1.143em;
}

@media(max-width: 600px) {
    #top-header img {
        align-self: center;
        width: 300px;
    }

    #top-header #search {
        align-self: center;
    }

    #top-header .container {
        flex-flow: column;
    }
}

/* 103 STRUCTURE: MAIN NAV */

#block-gearup-main-menu {
    font-family: MuseoSlab;
    padding: 2em 0;
    width: 100%;
}

#block-gearup-main-menu ul {
    display: flex;
    margin: 0;
    padding: 0;
}

#block-gearup-main-menu li {
    border-right: 2px solid #00b0db;
    flex-grow: 1;
    list-style: none;
    text-align: center;
}

#block-gearup-main-menu li:last-of-type {
    border: none;
}

#block-gearup-main-menu a {
    color: #00b0db;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 120%;
    text-decoration: none;
    text-transform: uppercase;
}

#block-gearup-main-menu a.is-active,
#block-gearup-main-menu a:hover {
    color: #5d5e5b;
}

@media(max-width: 600px) {
    #block-gearup-main-menu a {
        font-size: 13px;
    }
}

@media(max-width: 480px) {
    #block-gearup-main-menu li {
        border: none;
        padding: .25em 0;
    }

    #block-gearup-main-menu ul {
        flex-direction: column;
    }
}
/* 104 STRUCTURE: FOOTER */

footer {
    background: #231f20;
    color: #fff;
    font-size: .8em;
    padding: 5em 0;
    position: relative;
    text-transform: uppercase;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #00b0db;
}

footer ul  {
    display: flex;
    margin: 0;
    padding: 0;
}

#footer-date {
    box-sizing: border-box;
}

#footer-date,
footer li {
    border-right: solid 1px #fff;
    padding: 0 .5em;
    list-style: none;
}

footer nav li:last-of-type {
    border-right: none;
}

footer div,
footer nav {
    display: inline-block;
}

footer div.container {
    display: block;
}

#social {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: -47.5px;
    justify-content: center;
}

#social a {
    display: block;
    height: 95px;
    text-indent: -9999px;
    width: 95px;
}

#social a#facebook {
    background-image: url(../img/icon-facebook.png);
    margin-right: 8px;
}

#social a#twitter {
    background-image: url(../img/icon-twitter.png);
    margin-right: 8px;
}

#social a#youtube {
    background-image: url(../img/icon-you-tube.png);
}

@media(max-width:900px) {
    footer nav,
    footer div {
        display: block;
        margin-top: .5em;
        width: 100%;
    }

    #footer-date,
    #block-footerinformation {
        display: block;
        text-align: center;
        width: 100%;
    }

    #block-footer ul,
    #block-footerinformation ul {
        justify-content: center;
    }

    #block-footerinformation ul li:last-of-type {
        border: none;
    }
}

@media(max-width:530px) {
    footer {
        font-size: 1em;
    }

    footer ul {
        display: block;
    }

    footer ul {
        margin-top: 1.5em;
    }

    #footer-date,
    footer ul li {
        border: none;
        margin-bottom: .25em;
        text-align: center;
    }
}

/* 201 INTERIOR: LAYOUT */

.container.interior {
    display: flex;
}

.interior aside {
    background: #edeee9;
    flex-shrink: 0;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
    position: relative;
    width: 300px;
}

.interior aside:before {
    content: "";
    background: #edeee9;
    position: absolute;
        top: 0;
        right: 0;
        left: -10000px;
        bottom: 0;
    z-index: -1;
}

#content {
    background: #fff;
    color: #5d5e5b;
    flex-grow: 1;
    font-family: MuseoSlab;
    font-size: 18px;
    line-height: 24px;
    padding: 3.5em 1.5em 2em;
    position: relative;
}

#content:after {
    content: "";
    background: #fff;
    position: absolute;
        top: 0;
        left: 100%;
        right: -10000px;
        bottom: 0;
    z-index: -1;
}

/* 202 INTERIOR: CONTENT */

.feed-icon {
    display: none;
}

#content #related-resources h3 {
    background-color: #00B0DB;
    color: #FFFFFF;
    display: inline-block;
    font-family: MuseoSlab;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 5px;
    margin-top: 2em;
    padding: 5px 56px 3px 7px;
}

#content #related-resources ul {
    margin: 0;
    padding: 0;
}

#content #related-resources li {
    list-style: none;
    padding-top: .75em;
}

#content #related-resources a {
    color: #231f20;
    font-family: CartoGothic;
    text-decoration: none;
}

#content #related-resources a:hover {
    text-decoration: underline;
}

#content img {
    display: block;
    height: auto;
    width: 100%;
}

#content a {
    color: #00b0db;
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    color: #5d5e5b;
    font-family: 'CartoGothic';
    margin: 0 0 1em;
}

#content p {
    margin: 0 0 1em;
}


#content h2 {
    color: #00b0db;
    /* font-size: 1.2em; */
    margin-bottom: 1.5em;
    font-weight: normal;
    letter-spacing: 1px;
}

#block-resourcestext h2,
#content h1 {
    color: #5d5e5b;
    font-size: 2em;
    border-bottom: 1px solid #BBB;
    padding-bottom: 5px;
    line-height: 1.1em;
}

#block-resourcestext h2 {
    margin-bottom: 0;
}

#content h3 {
    color:#d8b205;
    text-transform:uppercase;
}

#content h4 {
    color:#7b7e73;
    letter-spacing:1px;
}

#content ul {
	list-style-image: url("../img/blue-bullet.png")
}

/* 203 INTERIOR: SIDEBAR */

aside nav {
    margin-bottom: 2em;
    width: 235px;
}

aside nav ul {
    margin: 0;
    padding: 0;
}

aside nav ul ul {
    margin: 0 0 0 1.3em;
}

aside nav li {
    border-bottom: 1px solid #bbb;
    margin-bottom: 6px;
    list-style: none;
}

aside nav li:last-of-type {
    border-bottom: none;
}

aside nav a {
    background: url(../img/chevron-gray.png) no-repeat scroll 0 center rgba(0, 0, 0, 0);
    color: #7b7e73;
    display: block;
    font-weight: normal;
    font-family: MuseoSlab;
    letter-spacing: 1px;
    padding: 8px 0px 8px 24px;
    text-decoration: none;
}

aside nav ul ul a {
    background: none;
}

aside nav a:hover,
aside nav a.is-active {
    background: url(../img/chevron-blue.png) no-repeat scroll 0 center rgba(0, 0, 0, 0);
    color: #00b0db;
}

@media(max-width: 700px) {
    .container.interior {
        flex-direction: column-reverse;
    }

    .interior aside {
        box-sizing: border-box;
        padding: 1em;
        width: 100%;
    }

    aside nav {
        box-sizing: border-box;
        width: 100%;
    }
    aside:before,
    #content:after {
        display: none;
    }
}

/* 301 PAGES: NEWS */

#content .news-item h2 {
    margin-bottom: .5em;
}

.news-item .links {
    display: none;
}

#content .news-item {
    border-bottom: 1px solid #BBB;
    margin-bottom: 1em;
}

#content .views-row:last-of-type .news-item {
    border-bottom: none;
}

.news-item h2 a {
    color: #231f20;
    font-size: 1.25;
    font-weight: normal;
    text-decoration: none;
}

.news-item h2 a:hover {
    color: #00b0db;
    text-decoration: underline;
}

.news-item-author {
    color: #00b0db;
    font-size: .8em;
    margin-bottom: .75em;
}

#content .pager ul {
    display: flex;
    list-style-type: none;
    list-style-image: none;
    padding: 1em 0 0 0;
}

.pager__item {
    background-color: #231f20;
    border-radius: 100%;
    height: 30px;
    margin-right: 8px;
    text-align: center;
    width: 30px;
}

.pager__item a {
    color: #fff;
    display: inline-block;
    padding-top: 3px;
    font-size: .9em;
    text-decoration: none;
}

.pager__item a:hover {
    color: #00b0db;
}

.pager__item.is-active {
    background-color: #7b7e73;
}

.pager__item.is-active a {
    cursor: default;
}

.pager__item.is-active a:hover {
    color: #fff;
}

.pager__item--first,
.pager__item--previous,
.pager__item--next,
.pager__item--last {
    display: none;
}

/* 302 PAGES: FILES */

#citation {
   color: #231f20;
   font-family: 'CartoGothic';
   font-size: .9em;
   font-weight: bold;
   letter-spacing: .5px;
}

#file-wrapper {
    background-color: #edeee9;
    padding: 2em;
}

#file-wrapper a {
    color: #00b0db;
    font-family: "CartoGothic";
    font-size: 1.25em;
    font-weight: bold;
    text-decoration: none;
}

#file-wrapper a:hover {
    text-decoration: underline;
}

#file-meta {
    border-top: solid 1px #bbb;
    margin-top: 3em;
    padding-top: 2em;
}

#file-meta {
    padding-bottom: 2em;
}

#file-meta p {
   font-size: .8em;
}

#file-meta strong {
    color: #231f20;
    display: inline-block;;
    font-family: 'CartoGothic';
    font-weight: bold;
    letter-spacing: .5px;
    padding-right: 5px;
}
#file-meta p a {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

#file-meta p a:after {
   content: ", ";
   color: #231f20;
   position: absolute;
   right: -7px;
}

#file-meta p a:last-of-type:after {
    display: none;
}

/* 303 PAGES: HOME */

#home-wrapper {
    background: url(../img/homepage/rotate.php) no-repeat top center;
    background-size: 100%;
    padding-bottom: 7em;
    padding-top: 360px;
}

#home-wrapper .container {
    background: #fff;
    border-bottom: 4px solid #000;
    padding: 0;
}

#home-feeds {
    display: flex;
    border-bottom: solid 2px #ddded6;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.feed-headline {
    border-right: solid 1px #fff;
}

.feed-col {
    display: flex;
    flex-direction: column;
    width: 33.3333%;
}

.feed-col:last-child .feed-headline {
    border-right: none;
}

.feed-headline {
    background: #000;
    padding: 10px 15px 8px;
}

.feed-headline h3 {
    color: #fff;
    font-size: 1.05em;
    font-weight: 400;
    margin: 0;
}

.feed-headline h3 span {
    color: #6addf9;
}

.feed-content {
    border-right: solid 1px #ddded6;
    box-sizing: border-box;
    flex: 1 0 auto;
    min-height: 340px;
    padding: 1em 1em 30px;
    position: relative;
}

.feed-col:last-child .feed-content {
    border-right: none;
}

.feed-content .field-content {
    font-size: .9em;
}

.feed-content a {
    color: #7b7e73;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}

.feed-content a:hover {
    text-decoration: underline;
}

.feed-content .views-row {
    padding: .75em 0;
    border-bottom: 1px solid #ddded6;
}

.feed-content .views-row:nth-last-child(2) {
    border-bottom: none;
}

.feed-content .contextual-region {
    position: initial;
}

.feed-content .more-link {
    position: absolute;
    bottom: 0;
    left: 1em;
    right: 1em;
}

.feed-content .more-link a {
    background-color: #00b0db;
    color: #fff;
    display: block;
    font-size: .9em;
    font-weight: bold;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.feed-content .views-field-changed,
.feed-content .views-field-field-date-time {
    color: #00b0db;
    font-family: MuseoSlab;
    font-size: 1.5em;
}

.feed-content img {
    margin: 0 auto;
    display: block;
}

#block-views-block-homepage-feeds-block-2 .views-field-title a {
    font-size: 1.6em;
    font-weight: normal;
    margin-top: .25em;
    display: inline-block;
}

#block-views-block-homepage-feeds-block-2 .views-field-changed:before {
    content: "Posted on ";
}

#home-content {
    display: flex;
    padding: 0 1em;
}

#home-content #block-gearup-page-title {
    display: none;
}

#home-content h2 {
    color: #231F20;
    text-transform: uppercase;
}

#home-content h5 {
    color: #5d5e5b;
    font-size: 1em;
}

#home-content p {
    color: #5d5e5b;
    font-size: 1.15em;
    font-family: CartoGothic;
    line-height: 1.5em;
}

#home-content li {
    font-size: 1.25em;
    padding-bottom: .5em;
}

#home-content p > a {
    background-color: #00b0db;
    color: #fff;
    display: block;
    font-size: .7em;
    font-weight: bold;
    margin: 2em auto 0;
    padding: 3px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 335px;
}

#home-content p > a:hover {
    text-decoration: underline;
}

#home-body {
    padding: 0 2em;
}

#home-content #home-quote p {
    font-family: MuseoSlab;
}

#home-quote {
    box-sizing: border-box;
    color: #5d5e5b;
    flex-shrink: 0;
    padding: 1.5em 2em;
    text-align: center;
    width: 33.333%;
}

#home-quote .views-field-body {
    font-size: 1.2em;
    font-style: italic;
    line-height: 1.4em;
}

#home-quote .views-field-field-attribution {
    font-size: .9em;
}

@media(max-width: 1000px) {
    #home-wrapper .container {
        margin: 0 1em;
        width: auto;
    }
}

@media(max-width:770px) {
    #home-wrapper .container {
        max-width: 420px;
        margin: 0 auto;
        width: 100%;
    }

    #home-feeds {
        display: block;
        padding-bottom: 0;
        margin-bottom: 1em;
    }

    .feed-col {
        padding-bottom: 2em;
        width: 100%;
    }

    #home-content {
        display: block;
    }

    #home-quote {
        width: 100%;
    }
}

@media(max-width: 420px) {
    #home-wrapper .container {
        max-width: auto;
        margin: 0 1em;
        width: auto;
    }
}

/* 304 PAGES: RESOURCES */

#views-exposed-form-resources-page-1 {
    columns: 3;
    margin-bottom: 2em;
    max-width: 610px;
    width: 100%;
}

#views-exposed-form-resources-page-1 > div {
    break-inside: avoid;
}

#views-exposed-form-resources-page-1 input[type="text"],
#views-exposed-form-resources-page-1 select {
    width: 100%;
}

#views-exposed-form-resources-page-1 input[type="submit"] {
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    box-shadow: inset 0 1px 0 0 white;
    color: #333333;
    text-shadow: 0 1px 0 white;
    position: relative;
    font-weight: bold;
    padding: 8px 1em 9px 1em;
    margin-top: .5em;
}

#views-exposed-form-resources-page-1 label {
    display: block;
    font-family: CartoGothic;
    font-size: .9em;
    font-weight: bold;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.resources-list .views-row {
    padding: 1.1em 0;
    border-bottom: 1px solid #bbb;
}

#content .resources-list .views-field-title a {
    color: #231f20;
    font-family: CartoGothic;
    font-size: 1.3em;
}

.resources-list .views-field-type {
    color: #231f20;
    font-family: CartoGothic;
    font-size: .9em;
    font-weight: bold;
    text-transform: uppercase;
}

.resources-list .views-field-field-teaser {
    font-size: 1em;
    margin: .5em 0;
}

#content .resources-list .views-field-type  a {
    color: #231f20;
}

@media(max-width: 500px) {
    #views-exposed-form-resources-page-1 {
        columns: 1;
    }
    
    #views-exposed-form-resources-page-1 > div {
        padding-bottom: 1em;
    }
}

/* 305 PAGES: CALENDAR */

.event-list-item {
    margin-bottom: 2em;
}

.event-list-date {
    background-color: #f2f2f0;
    color: #d8b415;
    display: inline-block;
    font-family: MuseoSlab;
    font-size: 15px;
    font-weight: bold;
    padding: 1px 8px;
}

#content h3.event-list-title {
    margin-bottom: .5em;
}

#content h3.event-list-title a {
    color: #231f20;
    font-size: 22px;
    font-weight: normal;
    text-transform: none;
}

#content h3.event-list-title a:hover {
    color: #00b0db;
}

.event-list-title,
.event-list-teaser {
    margin-left: .75em!important;
}

/* 401 BLOCKS: LATEST NEWS */

#block-viewsidebarblockslatestnews {
    background: #00afda;
    margin-bottom: 1em;
    width: 235px;
}

#block-viewsidebarblockslatestnews h2 {
    background: #02a0c7;
    color: #fff;
    font-size: 1.7em;
    font-family: MuseoSlab;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px;
}

#block-viewsidebarblockslatestnews p {
    color: #fff;
    margin: 0;
    padding: 10px;
}

#block-viewsidebarblockslatestnews a {
    color: #fff;
    display: inline-block;
    font-size: 1.15em;
    padding: 9px 0;
    text-decoration: none;
}

#block-viewsidebarblockslatestnews a:hover {
    text-decoration: underline;
}

@media(max-width: 700px) {
    #block-viewsidebarblockslatestnews {
        margin: 0 auto 1em;
    }
}

/* 402 BLOCKS: QUOTE */

#block-views-block-sidebar-blocks-block-3 {
    background: #fff;
    color: #5d5e5b;
    font-family: MuseoSlab;
    margin-bottom: 1em;
    text-align: center;
    width: 235px;
}

#block-views-block-sidebar-blocks-block-3 img {
    display: block;
    height: auto;
    width: 100%;
}

#block-views-block-sidebar-blocks-block-3 .views-field-body {
    font-size: 1.1em;
    line-height: 1.75em;
    padding: 1em 1em .5em;
}

#block-views-block-sidebar-blocks-block-3 .views-field-field-attribution {
    line-height: 24px;
    padding-bottom: 1em;
}

@media(max-width: 700px) {
    #block-views-block-sidebar-blocks-block-3 {
        margin: 0 auto 1em;
    }
}

/* 403 BLOCKS: RECENTLY ADDED */

#block-views-block-sidebar-resource-blocks-block-1 {
    background: #fff;
    margin-bottom: 1em;
    width: 235px;
}

#block-views-block-sidebar-resource-blocks-block-1 > div {
    padding: 10px;
}

#block-views-block-sidebar-resource-blocks-block-1 h2 {
    background: #499f49;
    color: #fff;
    font-size: 1.7em;
    font-family: MuseoSlab;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px;
}

#block-views-block-sidebar-resource-blocks-block-1 a {
    color: #499f49;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    padding: 9px 0;
    text-decoration: none;
}

#block-views-block-sidebar-resource-blocks-block-1 .more-link {
    font-family: MuseoSlab;
    font-size: .8em;
    padding-top: .25em;
    text-align: right;
    text-transform: uppercase;
}

#block-views-block-sidebar-resource-blocks-block-1 .views-row {
    border-bottom: 1px solid #edeee9;
    padding-bottom: .5em;
}

#block-views-block-sidebar-resource-blocks-block-1 .views-row:nth-last-child(2) {
    border-bottom: none;
}

#block-views-block-sidebar-resource-blocks-block-1 .views-field-field-teaser {
    font-size: .9em;
}

#block-views-block-sidebar-resource-blocks-block-1 a:hover {
    text-decoration: underline;
}

@media(max-width: 700px) {
    #block-views-block-sidebar-resource-blocks-block-1 {
        margin: 0 auto 1em;
    }
}

/* 404 BLOCKS: FORMS */


.forms-block {
    background: #8e041e;
    margin-bottom: 1em;
    width: 235px;
}

.forms-block h2 {
    background: #6f0217;
    color: #fff;
    font-size: 1.7em;
    font-family: MuseoSlab;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px;
}

.forms-block li {
    color: #fff;
    list-style: none;
    margin: 0 0 .25em;
    padding: 0;
}

.forms-block ul {
    margin: 0;
    padding: 10px;
}

.forms-block a {
    color: #fff;
    display: inline-block;
    font-family: MuseoSlab;
    font-size: 1em;
    padding: 9px 0;
    text-decoration: none;
}

.forms-block a:hover {
    text-decoration: underline;
}

@media(max-width: 700px) {
    .forms-block {
        margin: 0 auto 1em;
    }
}

/* Quote Block */
.content-quote-block.quote-block {
    background-color: #ddded6;
	height: 262px;
}

.content-quote-block .views-field-field-featured-image img {
    float: left;
    padding-right: 30px;
	width: 200px !important;
}

.content-quote-block.quote-block .views-field-field-attribution {
    font-size: 20px;
    line-height: 28px;
	padding: 0;
}

.content-quote-block .views-field-field-attribution {
    height: 307px;
}

.views-field-body .field-content {
    padding: 10% 5% 0 0;
}


/* End Quote Block */