/*
    Created on : 29-Sep-2015, 11:06:38
    Author     : gary
*/

/* 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: #f2a000;
    height: 100%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

ol {
    padding-left: 40px;
}

ul, dl {
    padding-left: 10px;
}

ul, ol, dl {
    width: auto;
}

blockquote {
    padding-left: 1.25em;
    border-left: 5px solid #f2a000;
    font-style: italic;
}

.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;
}

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;
}

#header a {
    text-decoration: none;
    border: 0;
    color: #292929;

}

#header a:hover {

    color: #434343;

}

a {
    text-decoration: none;

    color: #434343;

}

a:hover {
    text-decoration: underline;
    color: #434343;

}

a img {
    border: 0;
}

#wrapper {

    margin: 0 auto;
    padding: 0;
    background: #EEE9E9;
    max-width: 1200px;
}

h1, h2, h3, h4 {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 100%;
}

p {
    line-height: 100%;
    padding: 0;
    margin: 0;
}

.content ul {
    margin: 5px 20px;
}

.content ul li {
    margin: 2px 5px 4px 20px;
}

ul.languages {
    text-align: center;
    padding: 10px 0 0 0 !important;
}

ul.languages a {
    color: #1d8f9b;
}

.clearfix {
    clear: both;
}

/*------------------
	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 {
    color: #111;
    border-color: #787c81;
}

form input.focus,
form textarea.focus {
    background: #fff;
    color: #434343;
    border-color: #24292e;
}

form label {
    cursor: pointer;
}

button {
    background: #3D3D3D url('../images/button-background.png') repeat-x;
    cursor: pointer;
    color: #f5e7e9;
    font-family: Helvetica, Arial, sans-serif;

    height: 30px;
    font-size: 14px;
    padding: 0 6px 4px;
    border: none;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

button:hover, button.hover {
    background-color: #f2a000;
    color: #3D3D3D;
}

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: Helvetica, Arial, sans-serif;
    font-size: 0.95em;

    color: #292929;
    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: Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #434343;
    float: left;
    width: auto;
    margin: 3px 2px 0;
}

form label span.asterisk {
    color: #434343;
    font-family: Helvetica, Arial, sans-serif;
}

form input,
form textarea {
    font-family: Helvetica, Arial, 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;
    z-index: 1;
    background: transparent;
    max-width: 1200px;
    padding: 0;
}

#header img {
    padding: 0;
    margin: 0;
}

/* - Banner - */
#banner {
    width: 95%;
    background: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}

#banner .background {
    height: inherit;
}

#header #banner img, #header #banner .content-edited, #header #banner .captioned_image, img, .content-edited, .captioned_image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100% !important;
    height: auto !important;
}
#header #banner img, #header #banner .content-edited, #header #banner .captioned_image {
    margin: 0;
}

/* - Email & Search Bar - */
#email-bar {
    position: relative;
    z-index: 0;
    width: 74%;
    overflow: hidden;
    margin: auto;
    float: left;
    background: transparent;
}

#email-bar .container {
    background: transparent;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 50px;
}

#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: 14px;
    font-family: Helvetica, Arial, sans-serif;
    padding: 13px 325px 11px 5px;
    float: right;
    display: block;
    color: #292929;
}

#email-bar .container #search-form a:hover {
    color: #434343;
}

#search-form {
    float: right;
    position: relative;
    width: auto;
    background: transparent;
}

#search-form form {
    padding: 5px 0;
    width: 300px;
    position: absolute;
    right: 5px;
    top: 6px;
    margin: 0;
    padding: 0;
    background: transparent;
}

#search-form form fieldset {
    padding: 5px;
    margin: 0;
    border: 0;
}

#email-bar form input {
    width: 186px;
    height: 16px;
    padding: 5px 8px 9px 8px;
    font-size: 1em;
    margin: 0;
}

#email-bar form input.focus,
#email-bar form input:focus {
    color: #434343;
    background: transparent;
}

#email-bar form button {
    background-color: #f2a000;
    position: relative;
    top: 1px;
    color: #292929;
    width: auto;
    height: 31px;
    font-size: 13px;
    margin: 0;
    padding: 6px 15px;
    border: 0;
    margin: 0 0 0 5px;
}

#email-bar form button:hover, #email-bar form button.hover {
    color: #434343;
}

/* - Menu (Dropdown) - */
#section-links {
    display: block;
    padding: 0;
    background: #252524;
    margin: auto;
    max-width: 1200px;
    border-bottom: 1px solid #f2a000;
}

.ie7 #section-links {
    zoom: 1;
}

#menu-wrap {
    display: block;
    float: left;
    max-width: 68%;
    background: transparent url('../images/menu-bg.png') 10% 0%;
    z-index: 1;
    margin: 65px 0 1px 1%;
}

#menu {
    float: left;
    background: transparent;
    padding: 0;
    width: auto;
    overflow: hidden;

}

#menu ul {
    margin: 0;
    height: 50px;
}

#menu ul li {
    margin: 0;

}

#menu ul li a {
    display: block;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
    padding: 10px 15px;
    border: 0;
    line-height: 30px;
    font-size: 1.3em;

}

#menu a:hover, #menu ul li:hover a, #menu a.hover, #menu ul li.hover a {
    color: #fff;
    text-decoration: none;
    background: #111;
}

#menu li:hover, #menu li.hover {
    background: none;
    padding: 0;
}

#menu ul ul {
    background: #252524;
    margin: 0;
    padding: 0px;
    height: auto;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    z-index: 100000;
    border: 0;
    text-align: left;

}

#menu ul ul li {
    padding: 0;
    margin: 0;

    z-index: 100000;
}

#menu ul li:hover ul a, #menu ul li.hover ul a {
    background: transparent;
    color: #fff;
    display: block;
    font-weight: normal;
    text-shadow: none;
    text-decoration: none;
    font-size: 1.15em;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 125%;
    padding: 10px;
}

#menu ul li:hover ul li:first-child a, #menu ul li.hover ul li:first-child a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    overflow: hidden;
}

#menu ul li:hover ul li:last-child a, #menu ul li.hover ul li:last-child a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    overflow: hidden;
}

#menu ul li:hover ul a:hover, #menu ul li:hover li:hover a, #menu ul li.hover ul a.hover, #menu ul li.hover li.hover a {
    background: #111;
    text-decoration: none;
}

#alter-logo {
    float: left;
    width: 25%;
}

#houses-image {
    float: right;
    width: 75%;
    clear: none;
}

#mobile {
    display: none;
    background: transparent;
    padding: 0;
    width: 100%;
    margin: 0;
}

/*------------------
	Columns
--------------------*/
.content-container {
    position: relative;
    z-index: 1;
    padding: 0;
    width: 100%;

}

.column-container {
    background: #fff;
    width: 95%;
    padding: 0;
    overflow: hidden;
    margin: 20px auto 20px auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

}

.column-main .content {
    padding: 25px;
}

img {
    clear: both;
}

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;
    margin: auto;
    max-width: 250px;
    min-width: 100px;
    padding: 5px;
    font-size: 0.9em;
}

.ie .captioned_image p {
    width: 250px;
}

#header #banner .captioned_image p {
    color: #fff;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 2.2em;
    width: 100%;
    max-width: 100%;
    text-shadow: 0 1px 1px #fdbb30;
    padding: 0;
    margin: -1.5em 0 1.5em 0;
    display: block;
}

/* - Content - */
.content {
    padding: 0 10px 10px;
}

.content h2 {
    color: #434343;
    font-size: 2.2em;
    padding: 10px 0;
    margin: 10px 0;
}

.content h2 a {
    color: #434343;
    font-weight: normal;

    text-decoration: none;
    font-size: 0.85em;
}

.content h2 a:hover {
    color: #434343;

    font-size: 0.8em;
}

h3 {
    font-size: 150%;
    color: #434343;
    line-height: 135%;
    padding: 5px 0 0;
    margin: 25px 20px 5px;
}

.content h3 {
    margin: 25px 0 5px;
}

h4 {
    margin: 0 0 5px;
}

.column-main .content .date {
    color: #434343;
    font-size: 0.8em;
    font-family: Helvetica, Arial, sans-serif;
    padding: 2px 8px;
}

.column-main .content p {
    line-height: 135%;
    padding: 8px 0 5px;
}

.column-main .extras_splitter p {
    padding-left: 0;
    padding-right: 0;
}

.content ul {
    margin: 6px 12px;
    padding: 0;
}

.content ul li {
    margin: 6px 12px;
}

.content form ul {
    margin: 0;
    padding: 0;
}

.month_list li.selected, #content .month_list li.selected, .month_list ul .selected, #content .month_list ul .selected {
    background: #f2a000;
}

#further-actions {
    margin: 0 0 10px;
}

#further-actions ul {
    margin: 0;
}

#further-content {
    padding: 0;
}

#further-content li {
    margin: 0;
}

.content #further-actions {
    margin: 0 0 10px;
}

.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;
}

.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: 5px 15px 0 5px;
    border: 0;
}

.column-main .more .list ul li span {
    background: top left no-repeat;
    padding: 0 0 0 20px;

    width: 3.5em;
    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 #cc9c38;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.column-main .more ul#prev-next li#next {
    float: right;
    text-align: right;
}

.column-main .more ul#prev-next li p {
    background: #ffcc62;
    padding: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.column-main .more ul#prev-next.js li {
    cursor: pointer;
}

.column-main .more ul#prev-next.js li:hover p {
    background: #ffc64e;
}

.column-main .more ul#prev-next li span {
    color: #111;
    font-size: 0.9em;
    text-shadow: none;
}

.column-main .more ul#prev-next li p a {
    color: #434343;

}

.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: Helvetica, Arial, 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: Helvetica, Arial, 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: #434343;
    font-size: 0.9em;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    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: #111;
}

#further-actions.js ul#further-tabs li a:hover {
    background: #fcfcfc;
    color: #434343;
}

#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;

    color: #434343;
    text-decoration: none;
    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;
    padding: 0 15px 0 10px;
}

#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;
}

.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: #434343;

    text-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
    margin: 20px 0 0;
    padding: 0 0 5px;

}

.feed-box h5:first-child, .election-result h5:first-child {
    margin: 0;
}

.poll-form {
    background: #FEF9F0;
}

.poll-form form {
    border-top: 1px solid #aaa;
    margin-top: 10px;
    border-color: rgba(0, 0, 0, 0.1);
}

.poll-form button {
    margin: 0;
    width: 100%;
}

.donate-box {
    background: #9d515b;
    border: 1px solid #9d515b;
    color: #fff;
}

.donate-box h5 {
    border-bottom: 1px solid #82303c;
    font-weight: normal;
}

.donate-box a {
    border: 1px solid #82303c;
}

/* - Feed - */
.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: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.feed-box ul li {
    background: #FEF9F0;
    font-family: Helvetica, Arial, sans-serif;
    position: relative;
    margin: 10px 10px 0;
    padding: 5px;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    -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);
}

.feed-box ul > li {
    padding-top: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.feed-box ul ul li {
    background: none;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.feed-box ul ul a {
    font-weight: normal;
    color: #292929;
}

.feed-box ul ul a:hover {
    color: #434343;
}

.feed-box ul strong {
    background: #fff;
    display: block;
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
}

.feed a {
    background: top left no-repeat url('/images/feed.png');
    padding: 0 0 0 20px;
}

/*------------------
	What Next 
--------------------*/
.column-main .more, .more {
    float: left;
    width: 100%;
    margin: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box {
    background: #373435;
}

.box a {
    color: #111;
}

.icon {
    background: #373435;
}

.icon-contents a:hover {
    color: #111;
}

.icon:hover .icon-contents {
    background: #f2a000;
}

.icon.single a {
    color: #111;
}

.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;
}

/*------------------
	Footer
--------------------*/
#footer {
    max-width: 1200px;
    background: #373435;
    border-top: 1px solid #f2a000;
    clear: both;
    text-align: left;
    margin: 25px 0 0;
    color: #fff;
    display: block;
    padding-bottom: 30px;
}

.title-of-site {
    width: 24%;
    margin-right: 5%;
    padding: 10px 0 0;
    float: right;
    font-size: 1.25em;
    font-weight: bold;
    display: block;
    color: #fff;
    text-align: right;
    margin-top: 20px;
}

#footer .content {
    padding: 10px 0 0 0;
    width: 64%;
    float: left;
    margin-left: 5%;
    margin-top: 20px;
    display: block;
}

#footer .content a {
    color: #f2a000;
    text-decoration: none;
}

#footer .content a:hover {
    text-decoration: underline;
}

#footer p {
    font-size: .8em;
    color: #fff;
    padding: 5px 0 0 0;
}

#footer p.designer {
    position: relative;
    bottom: 0;
    color: #fff;
    font-size: .8em;
    padding: 5px 0 0 0;;
}

#footer p.designer a {
    color: #f2a000;
    font-weight: normal;
    text-decoration: none;
}

#footer p.designer a:hover {
    text-decoration: underline;
    font-weight: normal;
}

.footerlinks {
    list-style-type: none;
    font-size: 0.8em;
    margin: 0 0 15px 0 !important;
    padding: 0 0 0 0;
}

.content .footerlinks li {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 5px 0 0 0;
}

.footerlinks li + li:before {
    content: " | ";
    color: #fff;
}

.column-main .content 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: 1200px !important;
    }
}

@media all and (max-width: 1200px) {

    iframe {
        max-width: 1100px !important;
    }

}

@media all and (max-width: 1152px) {
    iframe {
        max-width: 1040px !important;
    }
    #menu-wrap {
        margin-top: 60px;
    }
}

@media all and (max-width: 1080px) {
    div.page-content, div.page-sidebar {
        width: 65%;
    }

    .extras, div.page-sidebar {
        width: 33%;
    }

    iframe {
        max-width: 1000px !important;
    }
    #menu-wrap {
        margin-top: 50px;
    }
}

@media all and (max-width: 1024px) {

    html {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    * {
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit;
    }
    #email-bar form input {
        height: 32px;
    }
    #search-form form {
        width: 270px;
    }

    #menu-wrap {
        width: 100%;
        max-width: 100%;
        margin: 0;
        float: none;
    }

    #mobile {
        display: block;
        padding-top: 20px;
    }

    #menu {
        display: none;
    }

    #alter-logo {
        width: 20%;
    }
    #houses-image {
        width: 100%;
        clear: both;
        float: none;
    }
    #email-bar {
        width: 79%;
    }

    #footer {
        text-align: left;
    }

    #footer div {
        float: none;
        width: 90%;
        text-align: left;
        margin-left: 5%;
    }

    #footer .content {
        width: 90%;
    }

    ul.footerlinks {
        padding-left: 0;
    }

    iframe {
        max-width: 960px !important;
    }
}

@media (max-width: 1000px) {
    .volunteer-form .form .checkbox_list li, .column-main .content .volunteer-form .form ul.checkbox_list li {
        width: 45%;
    }
}

@media all and (max-width: 980px) {
    #section-links {
        position: relative;
    }

    .box {
        float: left;
    }

    iframe {
        max-width: 900px !important;
    }
}

@media all and (max-width: 920px) {
    div.page-content, div.page-sidebar {
        width: 63%;
    }

    .extras, div.page-sidebar {
        width: 35%;
    }

    iframe {
        max-width: 800px !important;
    }
}

@media all and (max-width: 900px) {
    #alter-logo {
        width: 25%;
    }
    #email-bar {
        width: 74%;
    }
}

@media all and (max-width: 840px) {

    iframe {
        max-width: 700px !important;
    }

    h1, h2, h3, h4, h5, h6, p, a {
        word-wrap: break-word;
    }

    h1 {
        font-size: 1.25em;
    }

    h2 {
        font-size: 1.2em;
    }

    h3 {
        font-size: 1.15em;
    }

    h4 {
        font-size: 1.10em;
    }

    h5 {
        font-size: 1.05em;
    }

    h6 {
        font-size: 1.00em;
    }

    .route-events-by-month-current-month .column-container .column-main .content, .route-events-by-month .column-container .column-main .content,
    .route-subscribe-email .column-container .column-main .content, .route-event .column-container .column-main .content, .route-search .column-container .column-main .content,
    .route-contacts .column-container .column-main .content, .route-petitions .column-container .column-main .content, .route-petition .column-container .column-main .content,
    .route-documents .column-container .column-main .content, .route-document .column-container .column-main .content, .route-ballot .column-container .column-main .content,
    .route-views .column-container .column-main .content, .route-donate .column-container .column-main .content, .route-privacy .column-container .column-main .content,
    .route-europe .column-container .column-main .content, .route-survey .column-container .column-main .content, .route-survey-thanks .column-container .column-main .content,
    .route-other-sites .column-container .column-main .content, .route-opinion-poll .column-container .column-main .content,
    .route-opinion-poll-result .column-container .column-main .content, .route-gallery .column-container .column-main .content,
    .route-email-friends .column-container .column-main .content, .route-account .column-container .column-main .content, .route-default .column-container .column-main .content,
    .route-user-contact .column-container .column-main .content, .route-permissions .column-container .column-main .content,
    .route-volunteer .column-container .column-main .content, .route-membership .column-container .column-main .content,
    .route-credentials .column-container .column-main .content, .route-register .column-container .column-main .content,
    .route-join-email-list .column-container .column-main .content, .route-digest-example .column-container .column-main .content,
    .route-articles .column-container .column-main .content, .route-contact .column-container .column-main .content, .route-article .column-container .column-main .content,
    .route-subscribe-feed .column-container .column-main .content, div.page-content, .route-homepage div.lifestream,
    .extras, div.page-sidebar, div.page-fullwidth, .column-main .content {
        padding: 0.5em 0.75em;
    }

    .column-main .content div.lifestream-fixed, div.lifestream-fixed {
        padding: 0;
        margin: 0;
    }

    table.extras_splitter td, .contact-list td, table.calendar td.date {
        clear: both;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .extras, .contact-list td {
        width: 100%;
    }

    #search-form form {
        width: 236px;
    }

    div.page-content, div.page-sidebar {
        width: 100%;
    }

    div.page-content, div.page-sidebar, img.content-edited {
        float: none;
        clear: both;
        margin: 1em 0;
    }

    div.lifestream {
        margin-right: 0;
    }

    li.lifestream {
        background: none !important;
    }

    .route-volunteer .form .checkbox_list li, .route-volunteer .column-container .column-main .content .form ul.checkbox_list li {
        width: 100%;
    }

    .route-donate .column-container .column-main .content div {
        width: 100% !important;
    }

    .route-permissions button {
        margin: 1em 0;
    }

    .content .form li {
        margin: 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 {
        clear: both;
    }

    .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;
    }

    .box {
        clear: both;
        max-width: 170px;
    }

    .icon.linked_in, .icon.digg, .icon.reddit,
    .icon.email, .icon.you_tube, .icon.rss, .icon.pinterest {
        display: none;
    }

    .content-container .content div.lifestream ul.lifestream, #content div.lifestream ul.lifestream li.lifestream,
    .content-container .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;
    }
    .content-container .content div.lifestream ul.lifestream li.lifestream div.image {
        max-width: 525px;
        max-height: 525px;
        margin: 0.5em auto;
        float: none !important;
        padding: 0;
    }
    .content-container .content div.lifestream ul.lifestream li.lifestream div.image img {
        margin: 0 auto;
        padding: 0;
    }
    .content-container .content div.lifestream ul.lifestream li.lifestream,
    .content-container .content div.lifestream ul.js li.lifestream,
    .content-container .content div.lifestream ul.lifestream-links li.lifestream,
    .content-container .content div.lifestream ul.lifestream-boxes li.lifestream {
        height: auto;
        padding-bottom: 10px;
    }
    .content-container .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;
    }
    .content-container .content div.lifestream .title a {
        font-size: 1.2em;
    }
    .content-container .content ul.lifestream li.lifestream div.lifestream-read-more {
        top: auto;
        bottom: 0;
    }
    .content-container .content ul.lifestream li.lifestream div.lifestream-read-more-inner {
        margin: 0 auto;
        float: none;
        width: 160px !important;
    }
    .content-container .content ul.lifestream li.lifestream div.lifestream-read-more-inner a {
        padding: 1em 0;
    }
    .form .radio_list li, .content-container .content .form ul.radio_list li,
    .form .checkbox_list li, .content-container .content .form ul.checkbox_list li {
        margin: 1em 0;
    }
    .content-container .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;
    }
    .content-container .content #lifestream-theme-three .image, #content #lifestream-theme-three .image img {
        width: 260px !important;
        height: 260px !important;
    }
    .content-container .content #lifestream-theme-three .title {
        width: 280px;
        height: 140px;
        top: 140px;
    }
    .content-container .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, .content-container .content div.lifestream-featured {
        width: 300px
    }
    ul.lifestream-full li.featured-lifestream, .content-container .content ul.lifestream-full li.featured-lifestream,
    ul.lifestream-full div.featured-image, .content-container .content ul.lifestream-full div.featured-image,
    ul.lifestream-full div.featured-summary, .content-container .content ul.lifestream-full div.featured-summary,
    ul.lifestream-full div.featured-info, .content-container .content ul.lifestream-full div.featured-info {
        width: 296px;
    }
    .column-main .content .date {
        font-size: 1em;
    }
}

@media (max-width: 768px) {
    #alter-logo {
        width: 30%;
    }

    #email-bar {
        width: 69%;
    }
}

@media (max-width: 750px) {
    .volunteer-form .form .checkbox_list li, .column-main .content .volunteer-form .form ul.checkbox_list li {
        width: 100%;
    }
}

@media all and (max-width: 720px) {

    iframe {
        max-width: 600px !important;
    }
}

@media all and (max-width: 700px) {
    #mobile {
        padding-top: 0;
    }
}

@media all and (max-width: 640px) {

    iframe {
        max-width: 500px !important;
    }

    #alter-logo {
        width: 35%;
    }

    #email-bar {
        width: 64%;
    }
}

@media all and (max-width: 480px) {

    iframe {
        max-width: 440px !important;
    }
    #alter-logo {
        width: 40%;
    }

    #email-bar {
        width: 59%;
    }
}

@media all and (max-width: 420px) {
    #alter-logo {
        width: 50%;
    }

    #email-bar {
        width: 49%;
    }
    #email-bar .container {
        height: 75px;
    }
    #search-form form {
        position: relative;
        width: 100%;
        text-align: right;
        top: 2px;
        right: 0;
    }
    iframe {
        max-width: 320px !important;
    }
}

@media all and (max-width: 380px) {
    #alter-logo {
        width: 55%;
    }

    #email-bar {
        width: 44%;
    }
}

@media all and (max-width: 360px) {

    #alter-logo, #email-bar {
        width: 100%;
        float: none;
    }
    #email-bar {
        right: 5px;
    }
    #email-bar .container {
        height: 34px;
    }
    #section-links .slicknav_btn {
        margin: 0.5em;
    }

}

@media all and (max-width: 320px) {

    iframe {
        max-width: 280px !important;
    }
}
