/* DON'T FORGET TO COPY CHANGES YOU MAKE IN THIS FILE TO backend_editor.css */

/*------------------
  Body
--------------------*/
* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    background: #fff;
    height: 100%;
    font-size: 11pt;
    line-height: 17pt;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #151721;
    margin: 0;
    padding: 0;
}

ol {
    padding-left: 40px;
}

ul, dl {
    padding-left: 10px;
}

ul, ol, dl {
    width: auto;
    overflow: hidden;
}

.month_list, .article_list {
    overflow: visible;
}

.content-container h1, h2, h3, img, object, .content-container .captioned_image {
    clear: both;
}

img, .cycle, iframe, .content-edited, .captioned_image {
    max-width: 100% !important;
}

img {
    height: auto !important;
}

table {
    width: 100%;
    margin: 0;
    padding: 0;
}

table td {
    margin: 0;
    padding: 0;
}

table.border, table.border td, table.border th {
    border: solid 1px #999;
}

table.border {
    border-collapse: collapse;
}

table.spaced.border {
    border-style: none;
    border-collapse: separate;
}

table.spaced.padded5 {
    border-spacing: 2px;
}

table.spaced.padded10 {
    border-spacing: 4px;
}

table.spaced.padded20 {
    border-spacing: 8px;
}

table.padded5 td, table.padded5 th {
    padding: 5px;
}

table.padded10 td, table.padded10 th {
    padding: 10px;
}

table.padded20 td, table.padded20 th {
    padding: 20px;
}

a {
    text-decoration: underline;
    color: #FAA61A;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
    color: #151721;
}

blockquote {
    padding-left: 1.25em;
    border-left: 5px solid #faa61a;
    font-style: italic;
}

a img {
    border: 0;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

body h1, body h2, .bold-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 36pt;
    line-height: 43pt;
    margin: 0.33em 0;
}

body h3, .light-title {
    font-size: 36pt;
    line-height: 43pt;
    margin: 0.4em 0;
    font-weight: 400;
}

body h4, body h5, body h6, .subtitle {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14pt;
    margin: 0.5em 0;
    text-transform: uppercase;
    color: #FAA61A;
}

p {
    padding: 0;
    margin: 0;
}

.content ul {
    margin: 5px 0;
}

.content ul li {
    margin: 2px 5px 4px 20px;
}

ul.languages {
    text-align: center;
    font-size: 0.7em;
    margin: 0 auto !important;
    width: 200px;
    padding: 10px 5px !important;
}

ul.languages li {
    margin: 0 !important;
}

/*------------------
  Forms
--------------------*/
form {
    clear: both;
    padding: 10px;
}

form.border {
    border-top: 1px dashed #bebebe;
}

form.border > p {
    font-size: 0.8em;
}

form fieldset {
    border: 0;
}

form input,
form textarea {
    background: #fff;
    color: #111;
    height: 30px;
    margin: 0;
    border: 1px solid #353b42;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

form input.faint,
form textarea.faint {
    background: #ebebeb;
    color: #444;
    border-color: #61666d;
}

form input.focus,
form textarea.focus {
    background: #fff;
    color: #151721;
    border-color: #24292e;
}

form label {
    cursor: pointer;
}

form button {
    background: #8c8e90;
    cursor: pointer;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    height: 30px;
    font-size: 14px;
    padding: 0 6px 4px;
    border: none;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

form button:hover, form button.hover {
    background: #979a9d;
    color: #fff;
}

li.radio input,
li.checkbox input {
    border: 0;
}

form li,
form fieldset,
form .buttons {
    padding: 5px 10px;
    display: block;
}

form li div {
    margin: 2px 0;
}

form .buttons button {
    margin: 0 10px;
}

form li label {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.95em;
    font-weight: bold;
    color: #333;
    text-shadow: 0 1px 1px #d1d1d1;
    display: block;
}

form li.checkbox div,
form li.radio div {
    clear: both;
    overflow: hidden;
}

form li.checkbox input,
form li.radio input {
    float: left;
    width: auto;
    margin-right: 5px;
}

form li.checkbox div label,
form li.radio div label {
    font-size: 0.9em;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #151721;
    float: left;
    width: auto;
    margin: 3px 2px 0;
}

form label span.asterisk {
    color: #151721;
    font-family: 'Open Sans', sans-serif;
}

form input,
form textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    height: 20px;
    padding: 5px 6px;
    margin: 2px 0 0 10px;
}

form input.normal {
    width: 180px;
}

form input.small {
    width: 100px;
}

form input.large {
    width: 240px;
    padding: 4px;
}

form textarea.normal {
    width: 360px;
    height: 180px;
}

form textarea.large {
    width: 500px;
    height: 200px;
}

form textarea.small {
    width: 240px;
    height: 120px;
}

/*------------------
  Header
--------------------*/
#header {
    position: relative;
}

#header img {
    padding: 0;
    margin: 0;
}

/* - Banner - */
#banner {
    width: 75%;
    min-width: 1024px;
    margin: 0 auto;
    min-height: 1px;
    position: relative;
    z-index: 1;
    padding: 0 0 10px;
}

#banner .background {
    height: inherit;
}

#banner {
    text-align: right;
}

#banner h1 {
    color: #151721;
    position: relative;
    font-size: 2.2em;
    padding: 10px 5px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

#banner p {
    font-size: 0.9em;
    color: #151721;
    padding: 0 15px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

#header #banner img {
    max-width: 100% !important;
    height: auto !important;
}

/* - Email & Search Bar - */
#email-bar {
    background: #FAA61A url('../images/menu-background.png') repeat-x top;
    position: relative;
    z-index: 0;
    width: 75%;
    margin: auto;
    min-width: 1024px;
    font-size: 0.95em;
    font-family: 'Open Sans', sans-serif;
    color: #e5e5e5;
    font-weight: normal;
    text-shadow: 0 1px 1px #151721;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#email-bar a {
    color: #151721;
    font-weight: normal;
    text-shadow: none;
}

#email-bar .container {
    height: 50px;
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
}

#email-bar .container div ul li {
    margin: 0;
}

#email-bar .container div ul {
    padding: 0;
    float: left;
    margin: 0 2em 0 0;
}

#email-bar .container #search-form a {

    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding: 13px 320px 11px 5px;
    float: right;
    display: block;
}

#search-form {
    float: right;
    position: relative;
    width: auto;
}

#search-form form {
    padding: 5px 0;
    width: 300px;
    height: 50px;
    position: absolute;
    right: 5px;
    top: 6px;
    padding: 0;
    margin: 0;
}

#search-form form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

#email-bar form input {
    background: rgba(255, 255, 255, 0.4);
    width: 186px;
    height: 20px;
    font-size: 15px;
    padding: 5px 6px;
    margin: 2px 0;
    border: 0;
}

#email-bar form input.focus,
#email-bar form input:focus {
    background-color: rgba(255, 255, 255, 0.6);
    color: #151721;
}

#email-bar form button {
    background: url('../images/email-bar-search-button.png') no-repeat 0 0;
    position: relative;
    top: -1px;
    width: 94px;
    height: 34px;
    font-size: 13px;
    margin: 0;
    padding: 8px 8px 10px;
    color: #151721;
}

#email-bar form button:hover, #email-bar form button.hover {
    background-position: 0 -34px;
}

/*------------------
  Columns
--------------------*/
.content-container {
    background: #fff;
    position: relative;
    z-index: 1;
    top: -4px;
    padding: 0 0 20px 0;

}

.column-left, .column-main {
    float: left;
    width: 20%;

}

.column-main {
    width: 76%;
    margin: 0 2% 0 2%;
}

.content-container h2 {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    margin: 10px 0;
}

.content-container h2 a {
    color: #222;
    font-weight: normal;
    border-bottom: 1px solid #151721;
    text-decoration: none;
    font-size: 0.85em;
}

.content-container h2 a:hover {
    color: #151721;
    border: 0;
}

h3 {
    font-size: 150%;
    color: #222;
    line-height: 135%;
    padding: 5px 0 0;
    margin: 25px 20px 5px;
}

.content-container h3 {
    margin: 25px 0 5px;
}

h4 {
    margin: 0 0 5px;
}

.column-main .content p {
    line-height: 135%;
    padding: 8px 0 5px;
}

.column-main .extras_splitter p {
    padding-left: 0;
    padding-right: 0;
}

.content-container .date {
    font-size: 0.8em;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    padding: 2px 3px;
}

.content ul {
    margin: 6px 12px;
    padding: 0;
}

.content ul li {
    margin: 6px 12px;
}

.content form ul {
    margin: 0;
    padding: 0;
}

#further-actions {
    margin: 0 0 10px;
}

#further-actions ul {
    margin: 0;
}

#further-content {
    padding: 0;
}

#further-content li {
    margin: 0;
}

.column-container {
    width: 75%;
    min-width: 1024px;
    padding: 20px 0 0 0;
    overflow: hidden;
    margin: 0 auto;
    background: #fff url('../images/content-container.png') repeat-x top;
}

.column-main .content {
    padding: 5px;
}

.column-main .content h2 {
    margin: 0 0 10px;
}

img {
    clear: both;
}

.column-right {
    font-size: 0.88em;
    width: 25%;
    float: right;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    margin: 0 0 0 10px;
    border-left: 1px dashed #e2e2e2;
}

/* - Menus - */
.column-left .menu {
    padding: 1px;
    margin: 0 0 15px;
}

#jPanelMenu-menu .menu {
    width: 220px;
}

.menu-trigger {
    display: none;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14pt;
}

.column-left .menu h4, .menu-trigger {
    background: #FAA61A url('../images/menu-background.png') repeat-x top;
    color: #151721;
    text-align: left;
    padding: 5px 5px 6px;
    margin: 0;
    font-weight: normal;
}

.column-left .menu ul {
    list-style-type: none;
}

.site-492 .column-left .menu ul li {
    background: #fff url('../images/icon_block.png') no-repeat 5px center;
}

.column-left .menu ul li {
    background: #fff url('../images/link-star.png') no-repeat 5px center;
    margin: 10px 0 0 0;
    border: 1px solid #FAA61A;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.column-left .menu ul li a {
    display: block;
    color: #444;
    text-decoration: underline;
    font-weight: normal;
    font-size: 0.95em;
    padding: 8px 10px 10px 30px;
}

.column-left .menu ul li a:hover {
    color: #222;
    text-decoration: none;
}

.column-left .menu ul li.selected a {
    background: #ededed;
    font-weight: bold;
    color: #222;
}

.column-left .menu ul li.selected a:hover {
    color: #151721;
}

/* - Content - */
.column-main .more,
.column-main .related {
    clear: both;
    padding: 20px 10px 10px;
    margin: 10px 5px 0;
    border-top: 1px dashed #e2e2e2;
}

.column-main .news-feed .more {
    border: 0;
    padding: 10px;
}

.column-main .more p {
    clear: both;
    padding: 2px;
}

img.content-edited[style*="float: left"], .captioned_image[style*="float: left"] {
    margin-right: 15px;
}

img.content-edited[style*="float: right"], .captioned_image[style*="float: right"] {
    margin-left: 15px;
}

img.content-edited {
    margin: 10px 0;
}

.captioned_image {
    width: auto;
    text-align: center;
    margin: 10px 0;
}

.captioned_image img {
    margin: 0;
}

.captioned_image p {
    width: auto;
    max-width: 250px;
    min-width: 100px;
    padding: 5px;
    font-size: 0.9em;
    margin: auto;
}

.ie .captioned_image p {
    width: 250px;
}

.column-main .more .list {
    padding: 0 5px;
    margin: 10px 0;
    border: 1px solid #e9e9e9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.column-main .more .list p {
    clear: none;
}

.column-main .more .list ul {
    overflow: hidden;
    list-style-type: none;
    font-size: 0.95em;
    margin: 0 0 10px;
}

.column-main .more .list ul li {
    float: left;
    width: auto;
    padding: 5px 0;
    margin: 0 10px 0 0;
}

.column-main .more .list ul li a {
    background: top left no-repeat;
    padding: 0 0 0 20px;
    margin: 0 15px 0 0;
}

.column-main .more .list ul li span {
    background: top left no-repeat;
    padding: 0 0 0 20px;
    font-weight: bold;
    width: 70px;
    display: block;
}

.column-main .more ul#prev-next {
    list-style-type: none;
    padding: 20px 5px 5px;
    overflow: hidden;
    margin: 20px 0 10px;
}

.column-main .more ul#prev-next li {
    background: #fff;
    width: 45%;
    float: left;
    font-size: 0.95em;
    padding: 1px;
    border: 1px solid #c3c3c3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.column-main .more ul#prev-next li#next {
    float: right;
    text-align: right;
}

.column-main .more ul#prev-next li p {
    background: #efefef;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.column-main .more ul#prev-next.js li {
    cursor: pointer;
}

.column-main .more ul#prev-next.js li:hover p {
    background: #f7f7f7;
}

.column-main .more ul#prev-next li span {
    color: #444;
    font-size: 0.9em;
    text-shadow: none;
}

.column-main .more ul#prev-next li p a {
    color: #151721;
    font-weight: bold;
}

.column-main .related ul {
    list-style-type: none;
}

.column-main .related h4 {
    font-size: 1.2em;
}

.column-main .related ul li {
    margin: 0 5px 15px;
}

.column-main .related ul li .date {
    font-family: 'Open Sans', sans-serif;
    color: #555;
    margin: 0 0 3px;
}

.column-main .related ul li p {
    font-size: .9em;
    padding: 2px 5px;
}

/* - Lifestream - */
.content .lifestream {
    margin: 1em;
}

/* - News Feed - */
.column-main .news-feed ul {
    list-style-type: none;
}

.column-main .news-feed ul li {
    border-bottom: 1px dashed #e2e2e2;
    padding: 10px 10px 20px;
    margin: 0 0 10px;
}

.column-main .news-feed ul li .content {
    padding: 5px;
}

.column-main .news-feed ul li .content p {
    font-size: 0.97em;
}

.column-main .news-feed ul li .content img {
    float: right;
    width: auto;
    padding: 3px;
    margin: 5px 0 10px 10px;
    border: 1px solid #a5a5a5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.column-main .news-feed ul li .footer {
    text-align: right;
    font-size: 0.9em;
    padding: 2px 5px 0;
}

ul.news-archive {
    list-style-type: none;
}

ul.news-archive li {
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 10px;
}

ul.news-archive li a {
    float: left;
    width: auto;
    font-size: 0.9em;
}

ul.news-archive li a.rss {
    background: url('../images/icon-rss.png') top right no-repeat;
    float: right;
    width: auto;
    padding: 0 20px 0 0;
}

/*------------------
  Further Actions
--------------------*/
#further-actions {
    position: relative;
    overflow: hidden;
}

#further-actions ul#further-tabs {
    list-style-type: none;
    width: 25%;
    float: left;
    padding: 5px 0;
    position: absolute;
    left: 1px;
}

ul#further-tabs li {
    margin: 5px 0 0 5px;
    border: 1px solid #ccc;
    -moz-border-radius-topleft: 5px;
    -webkit-border-radius-top-left: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius-bottom-left: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

#further-actions.js ul#further-tabs li.selected {
    border-right-color: #fff;
    position: relative;
    z-index: 1;
}

ul#further-tabs li a {
    display: block;
    width: 100%;
    color: #222;
    font-size: 0.9em;
    font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
    padding: 10px;
    border: 1px solid #fff;
    -moz-border-radius-topleft: 5px;
    -webkit-border-radius-top-left: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius-bottom-left: 5px;
}

ul#further-tabs li a:focus, ul#further-tabs li a:active {
    outline: none;
}

ul#further-tabs li a:hover {
    text-decoration: none;
}

#further-actions.js ul#further-tabs li a {
    background: #f8f8f8;
    color: #444;
}

#further-actions.js ul#further-tabs li a:hover {
    background: #fcfcfc;
    color: #222;
}

#further-actions ul#further-tabs li.selected {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

#further-actions.js ul#further-tabs li.selected a {
    background: none;
    font-weight: bold;
    color: #151721;
    text-decoration: underline;
    border: 0;
}

#further-actions ul#further-content {
    list-style-type: none;
    width: 75%;
    float: right;
    position: relative;
    z-index: 1;
}

#further-actions.js ul#further-content li {
    margin: 0 0 5px;
}

#further-actions ul#further-content li {
    padding: 0 0 5px;
}

#further-actions.js ul#further-content li {
    display: none;
    padding: 0;
}

#further-actions.js ul#further-content li ul li {
    display: block;
}

#further-actions.js ul#further-content li.selected {
    display: block;
}

ul#further-content .content {
    background: #fff;
    min-height: 200px;
    padding: 10px;
    margin: 0 5px 0 0;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

ul#further-content .content div.border {
    border: 1px solid #e3e3e3;
    padding: 5px;
    margin: 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}

ul#further-content form .checkbox div,
ul#further-content form .radio div {
    clear: none;
    overflow: auto;
}

/*------------------
  Right Column
--------------------*/

div.page-content, div.page-sidebar {
    float: left;
    width: 75%;
    margin-right: 2%;
}

div.page-sidebar {
    width: 23%;
    margin-right: 0;
}

table.extras_splitter td {
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.extras {
    width: 220px;
    word-wrap: break-word;
    font-size: .96em;
    padding: 0 0 20px 20px;
}

.feed-box h5, .election-result h5 {
    text-align: center;
    font-size: .9em;
    color: #151721;
    font-weight: bold;
    text-shadow: none;
    font-family: 'Open Sans', sans-serif;
    margin: 20px 0 0;
    padding: 0 0 5px;
    border-bottom: 1px solid #ddd;
}

.feed-box h5:first-child, .election-result h5:first-child {
    margin: 0;
}

.poll-form {
    background: #eee;
}

.poll-form form {
    border-top: 1px solid #aaa;
    border-color: rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.poll-form button {
    margin: 0;
    width: 100%;
}

/* - Feed - */
.feed-box {
    margin: 10px;
    width: 200px;
}

.feed-box h5 {
    font-weight: normal;
    border-bottom: 1px solid #FAA61A;
}

.feed-box ul, .feed-box ul ul {
    list-style-type: none;
    font-size: 0.9em;
    margin: 0;
    padding: 0;

}

.feed-box ul ul {
    background: #fff;
    font-size: 1em;
    margin: 5px 0 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;

}

.feed-box ul li {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin: 10px 10px 0;
    padding: 5px;
    border: 1px solid #FAA61A;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.feed-box ul > li {
    padding-top: 5px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.feed-box ul ul li {
    background: none;
    font-family: 'Open Sans', sans-serif;
    color: #151721;
    margin: 0;
    padding: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
}

.feed-box ul ul a {
    font-weight: normal;
}

.feed-box ul strong {
    background: #fff;
    display: block;
    font-size: 0.85em;
    text-align: right;
    margin: -6px;
    padding: 4px;
}

.feed a {
    background: top left no-repeat url('/images/feed.png');
    padding: 0 0 0 20px;

}

.donate-box {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.donate-box h5, .donate-box a {
    font-weight: normal;
}

/*------------------
  What Next 
--------------------*/
.box {
    background: #FAA61A;
    border: 1px solid #FFCC5E;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.box a {
    font-family: 'Open Sans', sans-serif;
}

.icon {
    background: #FAA61A;
}

.icon:hover .icon-contents {
    border: 1px solid #FAA61A;
    background: #f8f8f8;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.icon.google_plus:hover {
    background: url('/images/social/googleplus-button.png') no-repeat;
    background-size: 28px 28px;
}

.icon.pinterest:hover {
    background: url('/images/social/pintrest-button.png') no-repeat;
    background-size: 28px 28px;
}

.icon.linked_in:hover {
    background: url('/images/social/linkedin-button.png') no-repeat;
    background-size: 28px 28px;
}

.icon.facebook:hover {
    background: url('/images/social/facebook-button.png') no-repeat;
    background-size: 28px 28px;
}

.icon.twitter:hover {
    background: url('/images/social/twitter-button.png') no-repeat;
    background-size: 28px 28px;
}

.icon.you_tube:hover {
    background: url('/images/social/youtube-button.png') no-repeat;
    background-size: 28px 28px;
}

.icon.rss:hover {
    background: url('/images/social/feed-button.png') no-repeat;
    background-size: 28px 28px;
}

.icon.email:hover {
    background: url('/images/social/mail-button.png') no-repeat;
    background-size: 28px 28px;
}

.icon.print:hover {
    background: url('/images/social/print-button.png') no-repeat;
    background-size: 28px 28px;
}

.icon.donate:hover {
    background: url('/images/social/donate-button.png') no-repeat;
    background-size: 28px 28px;
}

.icon.feedback:hover {
    background: url('/images/social/chat-button.png') no-repeat;
    background-size: 28px 28px;
}

.icon.contact:hover {
    background: url('/images/social/phone-button.png') no-repeat;
    background-size: 28px 28px;
}

.icon.join:hover {
    background: url('/images/social/join-button.png') no-repeat;
    background-size: 28px 28px;
}

.icon.volunteer:hover {
    background: url('/images/social/volunteer-button.png') no-repeat;
    background-size: 28px 28px;
}

.icon.digg:hover {
    background: url('/images/social/digg-button.png') no-repeat;
    background-size: 28px 28px;
}

.icon.reddit:hover {
    background: url('/images/social/reddit-button.png') no-repeat;
    background-size: 28px 28px;
}

/*------------------
  Bottom Bar
--------------------*/
#bottombar {
    background: #fff url('../images/content-container.png') repeat-x top;
    display: block;
    width: 75%;
    margin: auto;
    min-width: 1024px;
    padding: 10px 0 10px 0;
    border-top: 1px solid #FAA61A;
}

#bbarinner {
    display: block;
    max-width: 960px;
    margin: auto;
}

#libtweet, #libvid, #ldegtweet {
    display: block;
    float: left;
}

#libvid {
    width: 480px;
    padding: 0 14px 0 14px;
    border-left: 1px solid #FAA61A;
    border-right: 1px solid #FAA61A;
}

#libtweet, #ldegtweet {
    width: 225px;
    min-height: 270px;
}

.clearfix {
    clear: both;
}

/*------------------
  Footer
--------------------*/
#footer {
    background: #fff;
    clear: both;
    text-align: center;
    margin: 0;
    padding: 5px 0 0;
    position: relative;
    z-index: 999;
}

#footer .content {
    padding: 10px;
}

#footer .content a {
    font-weight: bold;
}

#footer p {
    font-size: .8em;
    color: #333;
    padding: 5px;
}

#footer p.designer {
    position: relative;
    bottom: 0;
    color: #777;
    font-size: .8em;
    padding: 5px 0 0;
}

#footer p.designer a {
    color: #1d81af;
    font-weight: normal;
}

.footerlinks {
    list-style-type: none;
    font-size: 0.8em;
    margin: 10px 0;
}

.content .footerlinks li {
    display: inline-block;
    width: auto;
    margin: 0;
}

.footerlinks li + li:before {
    content: " | ";
    color: #999;
}

img.captcha-button {
    margin: 0;
    padding: 0;
}

.large {
    font-size: 1.25em;
}

.small {
    font-size: 0.8em;
}

.route-page .content ul, .route-article .content ul {
    padding: 0 0 0 10px;
}

/** Media Queries **/

@media all and (max-width: 1280px) {
    iframe {
        max-width: 1240px;
    }

    .page-sidebar {
        width: 23%;
    }

    td.extras {
        width: 25%;
    }

    .page-content {
        width: 75%;
    }
}

@media all and (max-width: 1200px) {
    iframe {
        max-width: 1040px;
    }

    .page-sidebar {
        width: 25%;
    }

    td.extras {
        width: 27%;
    }

    .page-content {
        width: 73%;
    }
}

@media all and (max-width: 1152px) {

}

@media all and (max-width: 1080px) {

}

@media all and (max-width: 1024px) {
    #banner, #email-bar, .column-container, #bottombar {
        min-width: 300px;
        width: 100%;
        max-width: 100%;
    }

    #email-bar .container {
        width: 100%;
    }

    #bbarinner {
        width: 480px;
    }

    #libtweet, #ldegtweet, #libvid {
        width: 220px;
        margin: auto;
        float: none;
        clear: both;
    }

    #libvid {
        width: 480px;
        padding: 10px 0;
    }

    h1, h2, h3, h4, h5, h6, p, a {
        word-wrap: break-word;
    }

    h1 {
        font-size: 2.25em;
        margin: 0.44em 0;
    }

    h2 {
        font-size: 2em;
        margin: 0.5em 0;
    }

    h3 {
        font-size: 1.75em;
        margin: 0.57em 0;
    }

    h4 {
        font-size: 1.5em;
        margin: 0.66em 0;
    }

    h5 {
        font-size: 1.35em;
        margin: 0.74em 0;
    }

    .page-sidebar {
        width: 26%;
    }

    td.extras {
        width: 28%;
    }

    .page-content {
        width: 72%;
    }
}

@media all and (max-width: 980px) {
    iframe {
        max-width: 940px;
    }
}

@media all and (max-width: 960px) {
    column-main .content div.lifestream ul.lifestream, #content div.lifestream ul.lifestream li.lifestream,
    .column-main .content div.lifestream ul.lifestream li.lifestream div {
        float: none !important;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0.5em 0;
        height: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .column-main .content div.lifestream ul.lifestream li.lifestream div.image {
        max-width: 525px;
        max-height: 525px;
        margin: 0.5em auto;
        float: none !important;
        padding: 0;
    }
    .column-main .content div.lifestream ul.lifestream li.lifestream div.image img {
        margin: 0 auto;
        padding: 0;
    }
    .column-main .content div.lifestream ul.lifestream li.lifestream,
    .column-main .content div.lifestream ul.js li.lifestream,
    .column-main .content div.lifestream ul.lifestream-links li.lifestream,
    .column-main .content div.lifestream ul.lifestream-boxes li.lifestream {
        height: auto;
        padding-bottom: 10px;
    }
    .column-main .content .lifestreamtheme1 div.lifestream ul.lifestream li.lifestream {
        height: auto !important;
        max-height: 800px;
    }
    .lifestreamtheme1 #news-summary_1, .lifestreamtheme1 #news-summary_2, .lifestreamtheme1 #news-summary_3,
    .lifestreamtheme1 #news-summary_4, .lifestreamtheme1 #news-summary_5, .lifestreamtheme1 #news-summary_6,
    .lifestreamtheme1 #news-summary_7, .lifestreamtheme1 #news-summary_8{
        width: 100%;
        float: none;
        padding: 10px 0;
        border-left: none;
        border-right: none;
        box-shadow: none;
    }
    .column-main .content div.lifestream .title a {
        font-size: 1.2em;
    }
    .column-main .content ul.lifestream li.lifestream div.lifestream-read-more {
        top: auto;
        bottom: 0;
    }
    .column-main .content ul.lifestream li.lifestream div.lifestream-read-more-inner {
        margin: 0 auto;
        float: none;
        width: 160px !important;
    }
    .column-main .content ul.lifestream li.lifestream div.lifestream-read-more-inner a {
        padding: 1em 0;
    }

    .form .radio_list li, .column-main .content .form ul.radio_list li,
    .form .checkbox_list li, .column-main .content .form ul.checkbox_list li {
        margin: 1em 0;
        width: 100%;
    }

    .route-volunteer .form .checkbox_list li, .route-volunteer .column-main .content .form ul.checkbox_list li,
    .volunteer-form .form .checkbox_list li, .column-main .content .volunteer-form .form ul.checkbox_list li {
        width: 100%;
    }

    .column-main .content div.lifestream ul.lifestream-boxes li.lifestream {
        margin: 1em 0;
        padding: 0.5em;
    }

    .content div.lifestream ul.lifestream-boxes li.lifestream .box-top {
        margin: 0;
        padding: 0;
    }

    #lifestream-theme-three, #lifestream-theme-three div.lifestream {
        width: 300px;
        padding: 5px;
    }

    #lifestream-theme-three #news-summary_1, #lifestream-theme-three #news-summary_2,
    #lifestream-theme-three #news-summary_3, #lifestream-theme-three #news-summary_4,
    #lifestream-theme-three #news-summary_5, #lifestream-theme-three #news-summary_6,
    #lifestream-theme-three #news-summary_7, #lifestream-theme-three #news-summary_8,
    #lifestream-theme-three #news-summary_9, #lifestream-theme-three #news-summary_10,
    #lifestream-theme-three #news-summary_11, #lifestream-theme-three #news-summary_12 {
        width: 280px;
        height: 280px;
        clear: both;
        float: none !important;
    }

    .column-main .content #lifestream-theme-three .image, #content #lifestream-theme-three .image img {
        width: 260px !important;
        height: 260px !important;
    }

    .column-main .content #lifestream-theme-three .title {
        width: 280px;
        height: 140px;
        top: 140px;
    }

    .column-main .content #lifestream-theme-three .title a {
        font-size: 1.0em;
    }

    #lifestream-theme-three #news-summary_9, #lifestream-theme-three #news-summary_10 {
        margin-top: 0;
    }

    #lifestream-theme-three #news-summary_10 {
        margin-left: 0;
    }

    div.lifestream-featured, .column-main .content div.lifestream-featured {
        width: 300px
    }

    ul.lifestream-full li.featured-lifestream, .container .content ul.lifestream-full li.featured-lifestream,
    ul.lifestream-full div.featured-image, .container .content ul.lifestream-full div.featured-image,
    ul.lifestream-full div.featured-summary, .container .content ul.lifestream-full div.featured-summary,
    ul.lifestream-full div.featured-info, .container .content ul.lifestream-full div.featured-info {
        width: 296px;
    }

    .page-sidebar {
        width: 28%;
    }

    td.extras {
        width: 30%;
    }

    .page-content {
        width: 70%;
    }
}

@media all and (max-width: 920px) {
    iframe {
        max-width: 880px;
    }

    td.extras {
        width: 32%;
    }

    .page-sidebar {
        width: 30%;
    }

    .page-content {
        width: 68%;
    }
}

@media all and (max-width: 840px) {
    h1 {
        font-size: 1.75em;
        margin: 0.57em 0;
    }

    h2 {
        font-size: 1.5em;
        margin: 0.66em 0;
    }

    h3 {
        font-size: 1.45em;
        margin: 0.69em 0;
    }

    h4 {
        font-size: 1.35em;
        margin: 0.74em 0;
    }

    h5 {
        font-size: 1.25em;
        margin: 0.8em 0;
    }

    h6 {
        font-size: 1.2em;
        margin: 0.83em 0;
    }

    iframe {
        max-width: 800px;
    }

    .contact-list td, table.calendar td.date {
        clear: both;
        display: block;
    }

    .route-volunteer .form .checkbox_list li, .route-volunteer .content-container .content .form ul.checkbox_list li,
    .contact-list td {
        width: 100%;
    }

    div.lifestream {
        margin-right: 0;
    }

    li.lifestream {
        background: none !important;
    }

    .route-donate .content-container .content div {
        width: 100% !important;
    }

    .route-permissions button {
        margin: 1em 0;
    }

    .route-survey ul.checkbox_list input, .route-survey ul.checkbox_list label {
        float: none;
        margin: 0;
        display: inline;
        line-height: 1.25em;
    }

    input, text, textarea {
        max-width: 150px;
    }

    table {
        table-layout: fixed;
        width: 100%;
    }

    td, th {
        word-wrap: break-word;
    }

    table.calendar {
        border-bottom: 1px solid #cccdce;
    }

    table.calendar caption {
        padding: 1em 0;
    }

    table.calendar th {
        display: none;
    }

    table.calendar td.date {
        width: 100%;
        border: none;
        font-size: 1em;
    }

    table.calendar td.date div.timed span.time {
        font-size: 1em;
        font-weight: normal;
    }

    table.calendar td.date div.date {
        text-align: center;
        font-weight: normal;
        padding: 0.5em 0;
    }

    table.calendar td.without_events, table.calendar td.not_in_month {
        display: none;
    }

    table.calendar td.date div.entries {
        height: auto;
    }

    table.calendar div {
        padding: 0.5em 0;
    }

    td.extras {
        width: 35%;
    }

    .page-sidebar {
        width: 33%;
    }

    .page-content {
        width: 65%;
    }
}

@media all and (max-width: 780px) {
    td.extras {
        width: 37%;
    }

    .page-sidebar {
        width: 35%;
    }

    .page-content {
        width: 63%;
    }
}

@media all and (max-width: 768px) {
    .route-donate .container .column-main .content form div {
        float: none !important;
        width: 100% !important;
    }
}

@media all and (max-width: 720px) {
    td.extras {
        width: 42%;
    }

    .page-sidebar {
        width: 40%;
    }

    .page-content {
        width: 58%;
    }

    .content-container .column-left {
        display: none;
    }

    .menu-trigger {
        display: block;
    }

    .column-main {
        width: 96%;
        float: none;
    }
}

@media all and (max-width: 640px) {
    #email-bar .container {
        height: 80px;
    }

    #search-form {
        float: none;
    }

    #search-form form {
        position: relative;
        margin: auto;
        width: 261px;
    }

    #email-bar .container #search-form a {
        clear: both;
        text-align: center;
        float: none;
        padding: 0;
    }

    table.extras_splitter td, td.extras, .page-content, .page-sidebar, table.two_column td {
        clear: both;
        display: block;
        width: 100%;
        padding: 0;
    }

    .page-sidebar {
        margin-left: 0;
    }

    td.extras {
        padding-left: 0;
    }

    #libvid {
        width: 240px;
    }

    #libvid iframe {
        width: 240px !important;
        height: 135px !important;
    }
}

@media all and (max-width: 480px) {
    #bbarinner, #libvid {
        width: 240px;
    }
}

@media all and (max-width: 320px) {
    #email-bar .container #search-form a {
        padding-right: 10px;
    }

    #email-bar form {
        margin-right: 0;
    }
}