/*
Theme Name: Liberator
Theme URI: https://www.praterraines.co.uk
Author: Prater Raines Ltd
Description: Theme developed for Liberator website
License: All Rights Reserved
License URI: https://www.praterraines.co.uk
Tags: responsive-layout
Text Domain: liberator
*/

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}



/*------------------
	Body
--------------------*/
* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    background: #fff;
    height: 100%;
    width: 100%;
    font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
}

ol {
    padding-left: 40px;
}

ul, dl {
    padding-left: 10px;
}

ul, ol, dl {
    width: auto;
    overflow: hidden;
}

.month_list, .article_list {
    overflow: visible;
}

.content h1, h2, h3, img, object, .content .captioned_image {
    clear: both;
}

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: #333;
}

a:hover {
    color: #000;
    text-decoration: none;
}

blockquote {
    padding-left: 1.25em;
    border-left: 5px solid #333;
    font-style: italic;
}

a img {
    border: 0;
}

#wrapper {
    background: #fff;
    width: 75%;
    max-width: 1200px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

ul.languages {
    text-align: center;
    margin: 0 auto !important;
    width: 200px;
    padding: 10px;
}

/*------------------
	Forms
--------------------*/

.disclaimer {
    font-size: 8pt;
}

.error, ul.error_list, .column-main .content ul.error_list {
    margin: 0;
    margin-bottom: 7px;
    color: #000000;
    border: 1px solid #993333;
    border-radius: 4px;
    background-color: #FFCCCC;
    font-size: 10pt;
    font-weight: bold;
    padding: 0;
}

ul.error_list li, .column-main .content ul.error_list li {
    margin: 0;
    padding: 4px !important;
    padding-left: 34px !important;
    list-style: none;
    background: transparent url(/images/error.png) no-repeat scroll 10px 4px;
}

.error {
    padding: 4px 4px 4px 34px;
    background: #FFCCCC url(/images/error.png) no-repeat scroll 10px 4px;
}

.errors input, .errors select {
    outline: 1px solid #FFCCCC;
    border: 2px solid #993333;
    border-radius: 2px;
    outline-radius: 2px;
}

.form .radio_list, .column-main .content .form ul.radio_list, .form .checkbox_list, .column-main .content .form ul.checkbox_list {
    margin: 0 0 10px;
}

.route-volunteer .form .checkbox_list, .route-volunteer .column-main .content .form ul.checkbox_list,
.volunteer-form .form .checkbox_list, .column-main .content .volunteer-form .form ul.checkbox_list {
    margin: 20px 0 0 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 {
    float: left;
    width: auto;
    clear: none;
    padding: 5px 0 0;
    margin: 0;
}

.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: 33%;
    height: 4.0em;
}

.form .radio_list li span {
    background: none no-repeat scroll left top transparent;
    padding: 0 0 0 20px;
}

.form .radio_list li label, .form .checkbox_list li label, .form .scale label {
    font-size: 0.95em;
    font-weight: normal;
    display: inline;
    text-shadow: none;
    color: #000000;
    font-family: Arial, Verdana, sans-serif;
    vertical-align: top;
    line-height: 1.9em;
}

.route-volunteer .form .checkbox_list li label, .route-subscribe-email .form .checkbox_list li label,
.volunteer-form .form .checkbox_list li label {
    display: block;
    float: right;
    width: 90%;
    line-height: 1.25em;
}

.form h4, .column-main .form h4, .form legend {
    clear: both;
    font-size: 1em;
    font-weight: bold;
    margin: 4px 2px 0px 20px;
    text-shadow: none;
    color: #000000;
    font-family: Arial, Verdana, sans-serif;
}

.form > ul > li {
    clear: both;
}

.poll-form {
    padding: 10px;
    border-radius: 3px;
}

.register-form-full, .register-form {
    list-style-type: none;
    padding-left: 0;
}

.form .register-form-user-details, .form .register-form-captcha {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
}

.form .register-form-captcha {
    padding: 0 20px;
}

.form .register-form-full li label, .form .register-form-full input,
.form .register-form-full div {
    margin-left: 0;
    padding-left: 0;
}

.form .register-form-full .buttons {
    margin-left: 20px;
    float: left;
}

#search-widget {
    max-width: 300px;
    margin: 1em;
}

#search-widget input {
    display: inline;
    width: 160px;
    margin: 0;
}

.volunteer-form ul {
    list-style-type: none;
}

@media all and (max-width: 639px) {
    .form .register-form-user-details, .form .register-form-captcha, .form .register-form-full .buttons {
        width: 100%;
        float: none;
        clear: both;
        padding-bottom: 0;
    }
}

.form {
    clear: both;
}

.form form {
    padding: 10px;
}

.form.border {
    border-top: 1px dashed #d4eef2;
}

.form.border > p {
    font-size: 0.8em;
}

form li, form fieldset {
    border: 0;
}

form input,
form textarea {
    background: #fff;
    border: 1px solid #999;
}

form input.faint,
form textarea.faint {
    background: #fafdfd;
    color: #333;
    border-color: #bab6ac;
    display: block;
    padding: 1em 3em;
    margin-top: 1em;
}

form input.focus,
form textarea.focus {
    background: #fff;
    color: #000;
    border-color: #999;
}

form label {
    cursor: pointer;
}

button, form input[type="submit"] {
    background: #FF6501;
    cursor: pointer;
    text-shadow: none;
    border: 1px solid #FF6501;
}

button:hover, button.hover, form input[type="submit"]:hover {
    background: #fdbb30;
    color: #000;
    border: 1px solid #fdbb30;
}

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: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
    font-size: 0.95em;
    font-weight: normal;
    color: #333;
    text-shadow: none;
    display: block;
}

.form li.checkbox div label,
.form li.radio div label {
    font-size: 0.9em;
    font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
    font-weight: normal;
    color: #333;
    margin: -2px 2px 0;
}

.form label span.asterisk {
    color: #333;
    font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
}

.form input,
.form textarea {
    font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
    font-size: 1em;
    padding: 3px;
    margin: 2px 0 0 10px;
}

.form img.captcha {
    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;
}

/*------------------
    Menu
--------------------*/
/* These are worth copying to your site CSS and changing. */

#main-menu {
    background: #ffffff;
}
#main-menu ul ul {
    background: #ffffff;
}
#main-menu li ul {
    border-color: #cccccc;
}
#main-menu li:hover, #main-menu li.hover {
    background: #cccccc;
}
#main-menu > ul > li:hover > a, #main-menu > ul > li.hover > a {
    color: #000000;
}
#main-menu ul ul li:hover, #main-menu ul ul li.hover {
    background: #dddddd;
}

/* Usually leave these alone. */

#main-menu {
    padding: 0;
    margin: 0;
}
#main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1000;
}
#main-menu a {
    display: block;
    padding: 5px 15px;
}
#main-menu li {
    float: left;
    font-weight: bold;
}
#main-menu li ul li {
    float: none;
    font-weight: normal;
}
#main-menu li ul {
    position: absolute;
    left: -999em;
    width: 220px;
    border-style: solid;
    border-width: 1px;
    border-radius: 0 5px 5px 5px; -moz-border-radius: 0 5px 5px 5px; -webkit-border-radius: 0 5px 5px 5px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.2); -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.2);
}
#main-menu > ul > li:hover, #main-menu > ul > li.hover {
    border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0;
}
#main-menu li:hover ul, #main-menu li.hover ul {
    left: auto;
}

/*------------------
	Header
--------------------*/
#header {
    height: auto;
    padding: 0;
    z-index: 1000;
    margin: 0;
    background: #fff;
    width: 100%;
}

#header img {
    margin: 0;
    padding: 0;
}

#header #banner {
    background: none;
    padding: 2em;
    position: relative;
    text-align: right;
    width: 75%;
    max-width: 1200px;
    margin: auto;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

#banner .content {
    width: auto;
    text-align: right;
    padding: 0;
    margin-left: 175px;
    position: relative;
    right: 10px;
    top: 5px;
}

#banner h1 {
    color: #333;
    font-size: 2.2em;
    text-shadow: none;
    margin-top: 5px;
}

#banner p {
    color: #666;
    font-size: .9em;
    font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
    text-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}

img, .cycle, iframe, .content-edited, .captioned_image {
    max-width: 100% !important;
}

img {
    height: auto !important;
}

#email-bar {
    background: #fff;
    width: 75%;
    max-width: 1200px;
    margin: 5px auto 0 auto;
    padding: 0 0 1px 0;
    height: 42px;
}

#email-bar .container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    margin: 0 auto;
}

#email-bar .container #search-form a {
    font-weight: normal;
    font-size: 14px;
    font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
    padding: 11px 320px 11px 5px;
    float: right;
    display: block;
}

#email-bar .container .content ul {
    float: left;
    margin: 0 2em 0 0;
}

#email-bar .container .content ul li {
    margin: 0;
}

#email-bar a {
    color: #333;
}

#email-bar form {
    width: auto;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 2;
    padding: 5px;
}

#email-bar form input {
    background: #e9f7f9;
    width: 186px;
    height: 16px;
    padding: 6px 8px 8px 8px;
    font-size: 1em;
    margin: 0;
    border: 1px solid #333;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

#email-bar form input.focus {
    background-color: #fff;
    background-position: 0 -32px;
}

#email-bar button {
    background: #fa9d24;
    height: 32px;
    width: 82px;
    font-weight: normal;
    font-size: 13px;
    color: #333;
    border: 1px solid #333;
    padding: 0 0 2px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

#email-bar button:hover,
#email-bar button.hover {
    color: #000;
}

#mobile {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    width: 100%;
    background: #fa9d24;
    position: relative;
    height: auto;
    top: 0;
    padding: 17px;
    z-index: 1000;
}

#lineinthesand {
    position: relative;
    height: auto;
    top: 0;
    padding: 0;
    z-index: 1000;
    margin: 0;
    background: #fa9d24;
    width: 75%;
    max-width: 1200px;
    margin: auto;
}

#main-menu {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 75%;
    max-width: 1200px;
    margin: auto;
    background: #FF6501;
    padding: 0;
    font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
}

#main-menu ul {
    /* Required for the menu to render the correct height in IE7! */
    border-top: solid 1px transparent;
}

#main-menu li {
    margin: 0 0 0 5px;
    text-align: center;
    min-height: 42px;
    padding: 0;
}

#main-menu li li {
    height: auto;
    text-align: left;
    font-size: 1.0em;
    margin: 0;
    padding: 9px 0;
}

#main-menu a {
    color: #333 !important;
    text-decoration: none;
    font-size: 1.1em;
    line-height: 21px;
    padding: 20px 15px;
    display: block;
    font-weight: normal;
}

#main-menu li li a {
    border-bottom: none;
    height: auto;
    line-height: 1.25em;
    padding: 10px 15px;
    display: block;
}

#main-menu a:hover, #main-menu a.hover {
    text-decoration: underline;
    color: #333 !important;
}

#main-menu li:hover, #main-menu li.hover {
    background: #fdbb30;
    color: #333;
}

#main-menu ul ul li:hover, #main-menu ul ul li.hover {
    background: #fdbb30;
    color: #333;
}

#main-menu ul ul {
    background: #fa9d24;
    margin-top: 0;
    border: none;
}

#main-menu li ul {

    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

#main-menu > ul > li:hover, #main-menu > ul > li.hover {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #333;
}

/*------------------
    Further Actions
--------------------*/
.column-main .more {
    clear: both;
    padding: 20px 10px 10px;
    margin: 10px 5px 0;
    border-top: 1px dashed #e2e2e2;
}
.whatnext
{
    display: block;
    min-width: 240px;
    height: auto;
    background: #fff;
}
.box {
    background: #01A4B5;
    display: block;
    float: right;
    margin: 5px;
    height: auto;
    padding: 0 0 0 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.box a {
    font-family: arial;
    margin: 0 0 10px 0;
    color:#000;
    font-weight: bold;
    display: block;
}

.follow , .share, .help, .interact {width: auto; margin:0 5px 0 0; display: block;
    height: 10px;
    float: left;
    color:#fff;
    font-weight: bold;
    padding: 10px;}

.icon {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    margin: 5px 5px 5px 0;

    background-size: 28px 28px;
    overflow: hidden; background: #01A4B5;}

.icon .icon-contents {
    height: 0; width: 0; margin: 0; position: relative; font-weight: bold;
    color: #fff; text-decoration: none; display: none; }
.icon:hover .icon-contents {
    height: auto; width: auto; display: block; clear: both; position: absolute;
    z-index: 100000; padding: 10px 10px 0 10px; left: auto; margin: 28px 0 0 0;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    background: #fa9d24; }
.icon-contents a:hover { color: #000; }
.icon.single a { color: #000; }
.icon.single:hover { cursor: pointer; }
.icon.google_plus { background: url('/images/social/googleplus-button.png') no-repeat; background-size: 28px 28px; }
.icon.google_plus:hover { background: url('/images/social/googleplus-button-DCDCFF.png') no-repeat; background-size: 28px 28px; }
.icon.pinterest { background: url('/images/social/pintrest-button.png') no-repeat; background-size: 28px 28px; }
.icon.pinterest:hover { background: url('/images/social/pintrest-button-DCDCFF.png') no-repeat; background-size: 28px 28px; }
.icon.linked_in { background: url('/images/social/linkedin-button.png') no-repeat; background-size: 28px 28px; }
.icon.linked_in:hover { background: url('/images/social/linkedin-button-DCDCFF.png') no-repeat; background-size: 28px 28px; }
.icon.facebook { background: url('/images/social/facebook-button.png') no-repeat; background-size: 28px 28px; }
.icon.facebook:hover { background: url('/images/social/facebook-button-DCDCFF.png') no-repeat; background-size: 28px 28px; }
.icon.twitter { background: url('/images/social/twitter-button.png') no-repeat; background-size: 28px 28px; }
.icon.twitter:hover { background: url('/images/social/twitter-button-DCDCFF.png') no-repeat; background-size: 28px 28px; }
.icon.you_tube { background: url('/images/social/youtube-button.png') no-repeat; background-size: 28px 28px; }
.icon.you_tube:hover { background: url('/images/social/youtube-button-DCDCFF.png') no-repeat; background-size: 28px 28px; }
.icon.rss { background: url('/images/social/feed-button.png') no-repeat; background-size: 28px 28px; }
.icon.rss:hover { background: url('/images/social/feed-button-DCDCFF.png') no-repeat; background-size: 28px 28px; }
.icon.email { background: url('/images/social/mail-button.png') no-repeat; background-size: 28px 28px; }
.icon.email:hover { background: url('/images/social/mail-button-DCDCFF.png') no-repeat; background-size: 28px 28px; }
.icon.print { background: url('/images/social/print-button.png') no-repeat; background-size: 28px 28px; }
.icon.print:hover { background: url('/images/social/print-button-DCDCFF.png') no-repeat; background-size: 28px 28px; }
.icon.donate { background: url('/images/social/donate-button.png') no-repeat; background-size: 28px 28px; }
.icon.donate:hover { background: url('/images/social/donate-button-DCDCFF.png') no-repeat; background-size: 28px 28px; }
.icon.feedback { background: url('/images/social/chat-button.png') no-repeat; background-size: 28px 28px; }
.icon.feedback:hover { background: url('/images/social/chat-button-DCDCFF.png') no-repeat; background-size: 28px 28px; }
.icon.contact { background: url('/images/social/phone-button.png') no-repeat; background-size: 28px 28px; }
.icon.contact:hover { background: url('/images/social/phone-button-DCDCFF.png') no-repeat; background-size: 28px 28px; }
.icon.join { background: url('/images/social/join-button.png') no-repeat; background-size: 28px 28px; }
.icon.join:hover { background: url('/images/social/join-button-DCDCFF.png') no-repeat; background-size: 28px 28px; }
.icon.volunteer { background: url('/images/social/volunteer-button.png') no-repeat; background-size: 28px 28px; }
.icon.volunteer:hover { background: url('/images/social/volunteer-button-DCDCFF.png') no-repeat; background-size: 28px 28px; }
.icon.digg { background: url('/images/social/digg-button.png') no-repeat; background-size: 28px 28px; }
.icon.digg:hover { background: url('/images/social/digg-button-DCDCFF.png') no-repeat; background-size: 28px 28px; }
.icon.reddit { background: url('/images/social/reddit-button.png') no-repeat; background-size: 28px 28px; }
.icon.reddit:hover { background: url('/images/social/reddit-button-DCDCFF.png') no-repeat; background-size: 28px 28px; }

/*------------------
    Notifications
--------------------*/
#notifications {
    bottom: 0;
    right: 0;
    text-align: center;
    background-color: #ffffff;
    border-bottom: solid 2px #000000;
    padding: 0;
    margin: 0;
    font-size: 10pt;
    font-family: sans-serif;
}
#notifications .notification {
    padding: 0.75em;
}
#notifications .notification + .notification {
    border-top: dashed 1px #000000;
}
#accessibility {
    position: fixed;
    top: -2500px;
    left: 1em;
    background-color: #fff;
    font-size: 1.7em;
    padding: 1em;
    border-style: solid;
    border-width: 0 4px 4px 4px;
    border-color: #0000ff;
    border-radius: 0 0 10px 10px;
    z-index: 1001;
}
#accessibility a {
    color: #0000ff !important;
    text-decoration: underline !important;
}
#accessibility a:hover {
    color: #ff0000 !important;
}
/*------------------
    Twitter
--------------------*/
iframe.twitter-timeline {
    margin-left: 0;
    margin-right: 0;
}
.twitter-timeline {
    background: #cfeeff;
    padding: 5px;
    margin: 10px;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.column-main .content .twitter-timeline img {
    margin: 0;
    padding: 0;
}
.twitter-timeline ul, .content .twitter-timeline ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.twitter-timeline li, .content .twitter-timeline ul li {
    margin: 0;
    padding: 5px 10px;
    border-top: 1px solid #e7f7ff;
    border-bottom: 1px solid #acdcf6;
}
.twitter-timeline .twitter-top {
    border-bottom: 1px solid #acdcf6;
    font-weight: bold;
}
.twitter-timeline .twitter-bottom {
    border-top: 1px solid #e7f7ff;
}
.twitter-timeline .twitter-top, .twitter-timeline .twitter-bottom {
    text-align: center;
    padding: 5px 0;
}
.twitter-timeline .twitter-top a, .twitter-timeline .twitter-bottom a {
    color: #000;
}
.twitter-timeline p, #sidebar .twitter-timeline p, .column-main .content .twitter-timeline p, .twitter-list {
    margin: 5px 0;
    padding: 0;
}
.twitter-timeline h3 {
    word-wrap: break-word;
}
.twitter-timeline p.date, #sidebar .twitter-timeline p.date {
    color: #445566;
}
.twitter-timeline p.date, #sidebar .twitter-timeline p.date, .twitter-timeline p.actions, #sidebar .twitter-timeline p.actions {
    font-size: 0.8em;
    margin: 0;
    line-height: 15px;
    text-align: right;
}
.twitter-timeline p.actions {
    display: none;
}
.twitter-timeline p.actions a {
    margin: 0 0 0 5px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 18px;
    color: #445566;
}
.twitter-timeline p.actions a.reply {
    background-image: url("/sfTwitterPlugin/images/reply.png");
}
.twitter-timeline p.actions a.reply:hover {
    background-image: url("/sfTwitterPlugin/images/reply_hover.png");
}
.twitter-timeline p.actions a.retweet {
    background-image: url("/sfTwitterPlugin/images/retweet.png");
}
.twitter-timeline p.actions a.retweet:hover {
    background-image: url("/sfTwitterPlugin/images/retweet_hover.png");
}
.twitter-timeline p.actions a.favourite {
    background-image: url("/sfTwitterPlugin/images/favorite.png");
}
.twitter-timeline p.actions a.favourite:hover {
    background-image: url("/sfTwitterPlugin/images/favorite_hover.png");
}
.twitter-timeline p.header a {
    color: #445566;
}
.twitter-timeline p.actions a:hover, .twitter-timeline p.header a:hover {
    color: #000000;
}
.twitter-timeline p.header, #sidebar .twitter-timeline p.header, .column-main .content .twitter-timeline p.header {
    color: #445566;
    font-size: 0.8em;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: left top;
    line-height: 15px;
    margin: 0;
}
.twitter-timeline p.rt {
    background-image: url("/sfTwitterPlugin/images/retweet.png");
}
.twitter-timeline p.reply {
    background-image: url("/sfTwitterPlugin/images/reply.png");
}
/*------------------
    Search
--------------------*/
.result {
    margin: 1em 0;
    padding-left: 24px;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-position: top left;
}
.result cite {
    color: #0E774A;
    font-style: normal;
    font-size: 0.8em;
    margin: 0;
}
.result .date, .column-main .content .result .date {
    padding: 0;
    color: #666666;
    font-size: 0.8em;
}
.result .excerpt {
    padding: 0 0.5em;
    margin: 0.2em 0 0 0;
}

.no_query_match {
    color: inherit !important;
}
.query_match {
    font-weight: bold;
    color: #000000 !important;
}
.query_match.query_match_1  { background-color: #66ffff; }
.query_match.query_match_2  { background-color: #ff66ff; }
.query_match.query_match_3  { background-color: #ffff66; }
.query_match.query_match_4  { background-color: #ff8888; }
.query_match.query_match_5  { background-color: #88ff88; }
.query_match.query_match_6  { background-color: #8888ff; }
.query_match.query_match_7  { background-color: #88dddd; }
.query_match.query_match_8  { background-color: #dd88dd; }
.query_match.query_match_9  { background-color: #dddd88; }
.query_match.query_match_10 { background-color: #aaddff; }
.query_match.query_match_11 { background-color: #aaffdd; }
.query_match.query_match_12 { background-color: #ddaaff; }
.query_match.query_match_13 { background-color: #ddffaa; }
.query_match.query_match_14 { background-color: #ffaadd; }
.query_match.query_match_15 { background-color: #ffddaa; }

kbd {
    background-color: #ffff66;
    color: #0000dd !important;
    padding: 1px 6px;
    font-size: 0.9em;
    white-space: nowrap;
}
/*------------------
	Content
--------------------*/
#wrapper > .outer-container {
    height: auto;
    overflow: hidden;
}

.outer-container .column-main {
    padding: 0 10px;
}

.outer-container#home .column-main {
    width: 68.5%;
    float: left;
}

/* - Content - */
.content {
    padding: 2em;
}

.content h2 {
    color: #333;
    font-size: 1.8em;
    text-shadow: none;
    padding: 10px 0;
    margin: 10px 0px;
}

h3 {
    font-size: 150%;
    color: #333;
    line-height: 135%;
    padding: 5px 0 0;
    margin: 20px 0 10px;
}

.content h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.column-main .content .date {
    color: #666;
    font-size: 0.8em;
    font-family: 'Exo 2', Helvetica, Verdana, 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: 0px;
}

.content ul li {
    margin: 6px 12px;
}

.content form ul {
    margin: 0;
    padding: 0;
}

.content #further-actions {
    margin: 0 0 10px;
}

.content #further-actions ul {
    margin: 0;
}

.content #further-content {
    padding: 0;
}

.content #further-content li {
    margin: 0;
}

img.content-edited[style*="float: left"], .column-main .content .captioned_image[style*="float: left"] {
    margin-right: 15px;
}

img.content-edited[style*="float: right"], .column-main .content .captioned_image[style*="float: right"] {
    margin-left: 15px;
}

img.content-edited {
    margin: 10px 0;
}

.column-main .content .captioned_image {
    margin: 10px 0;
}

.content .captioned_image {
    width: auto;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.column-main .content .captioned_image img {
    margin: 0;
    border: 0;
}

.content img.no-border {
    border: 0;
}

.content .captioned_image p {
    width: auto !important;
    width: 200px;
    min-width: 100px;
    max-width: 250px;
    margin: 0 auto;
    padding: 3px;
    line-height: 125%;
    font-size: .85em;
    word-wrap: line-break;
}

.column-main h4 {
    color: #333;
    font-size: 1.2em;
    font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
    text-shadow: none;
    margin: 0 0 1em;
}

/* - Lifestream - */
.content .lifestream {
    margin: 1em;
}

/* - News List - */
ul.news-list {
    list-style-type: none;
}

ul.news-list li {
    padding: 0 8px 15px;
    border-bottom: 1px solid #fa9d24;
    margin: 0 0 18px;
    overflow: hidden;
}

ul.news-list li h2 {
    font-size: 1.25em;
    line-height: 120%;
    text-shadow: none;
}

ul.news-list li h2 a {
    color: #333;
}

ul.news-list li h2 a:hover {
    color: #000;
}

ul.news-list li .content p {
    line-height: 135%;
    padding: 8px 10px 5px;
}

ul.news-list li .content p.date {
    text-align: right;
    float: none;
    font-size: .8em;
    color: #666;
    font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
    border-bottom: 1px dashed #e2f1f3;
    padding: 5px 0;
}

ul.news-list li .content img {
    float: right;
    width: auto;
    margin: 10px 6px;
    padding: 3px;
    border: 1px solid #72b5bc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

ul.news-archive {
    list-style-type: none;
    padding: 0 25px;
}

ul.news-archive li {
    overflow: hidden;
    margin: 0 0 5px;
}

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;
}

/*------------------
	Right Column
--------------------*/
div.page-content, div.page-sidebar {
    float: left;
    width: 75%;
    margin-right: 2%;
}

div.page-sidebar {
    background: #e9f7f9;
    width: 23%;
    margin-right: 0;
}

table.extras_splitter td {
    vertical-align: top;
    padding: 10px;
}

.extras {
    background: #e9f7f9;
    width: 220px;
    word-wrap: break-word;
    font-size: .96em;
    padding: 10px;
    text-align: center;
}

.extras p {
    text-align: center;
}

.extras .poll-form, .extras img, .extras .election-result, .extras .feed-box {
    margin: auto;
}

.feed-box h5, .election-result h5 {
    text-align: center;
    font-size: .9em;
    color: #333;
    font-weight: normal;
    text-shadow: none;
    font-family: 'Exo 2', Helvetica, Verdana, Arial, 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;
}

.extras .election-result {
    background: #fff;
    padding: 10px 10px 0 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ddd;
}

.poll-form {
    background: #E7F6F8;
}

.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%;
}

/* - Feed - */

.feed-box {
    margin: 10px;
}

.extras .feed-box {
    margin: 10px auto;
}

.feed-box ul, .feed-box ul ul {
    list-style-type: none;
    font-size: 0.8em;
    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: #e7f6f8;
    font-family: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
    position: relative;
    margin: 10px 10px 0;
    padding: 5px;
}

.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: 'Exo 2', Helvetica, Verdana, Arial, sans-serif;
    margin: 0;
    padding: 10px;
}

.feed-box ul ul a {
    font-weight: normal;
}

.feed-box ul strong {
    background: none;
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.more .list ul li span, .feed-embed a, th {
    font-weight: normal;
}

.donate-box {
    background: #fa9d24;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.donate-box h5 {
    font-weight: normal;
}

/*
Bottom Bar
*/
#bottom-bar {display: block; background: #fff; width: 75%;
    max-width: 1200px; margin: 10px auto;}
#bottom-bar .widget-title {
    text-align: center;
}
/*
Social Media Links
 */

#content-social-links {
    width: 180px;
    margin: 2em auto;
}
#content-social-links a img {
    width: 32px;
    height: 32px;
    margin: 8px;
}
.twitter-social-link, .facebook-social-link, .instagram-social-link {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background: #00aced;
    opacity: 1;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
    margin: 0 6px;
    overflow: hidden;
    display: block;
    float: left;
}
.twitter-social-link:hover, .facebook-social-link:hover, .instagram-social-link:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
}
.facebook-social-link {
    background: #3b5998;
}
.instagram-social-link {
    background: #d93175;
}

/*------------------
	Footer
--------------------*/
#footer {
    background: #fff;
    width: 100%;
    border-top: 1px dashed #d4eef2;
    margin: 2px 0;
    padding: 2em;
}

#footer .content {
    position: relative;
    text-align: center;
    padding: 0;
}

#footer p {
    font-size: .8em;
    padding: 5px;
}

#footer p.designer {
    position: relative;
    bottom: 0;
    color: #666;
    font-size: .8em;
    padding: 5px 0 0;
}

#footer p.designer a {
    color: #999;
}

.content .footerlinks, .content .footerlinks img {
    width: 400px;
}
.content a.footerlinks:hover img{
    opacity: 0.8;
}
.content .footerlinks {
    margin: 10px auto;
}
#footer .content {
    clear: both;
}

.feed a {
    background: top left no-repeat url('/images/feed.png');
    padding: 0 0 0 20px;
}

.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: 1240px;
    }
}

@media all and (max-width: 1200px) {
    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;
    }

    #mobile {
        display: block;
    }

    #main-menu, #lineinthesand {
        display: none;
    }

    .page-sidebar {
        width: 23%;
    }

    td.extras {
        width: 25%;
    }

    .page-content {
        width: 75%;
    }

    #wrapper, #header #banner, #email-bar, #footer .content {
        width: 100%;
    }

    #header #banner, .outer-container .column-main {
        padding: 0;
    }
}

@media all and (max-width: 1080px) {
    iframe {
        max-width: 1040px;
    }

    .page-sidebar {
        width: 25%;
    }

    td.extras {
        width: 27%;
    }

    .page-content {
        width: 73%;
    }
}

@media all and (max-width: 1024px) {
    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) {
    .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;
    }

    .column-main .content, #site-notices {
        padding: 0.5em 1em;
    }

    iframe {
        max-width: 800px;
    }

    .contact-list td, table.calendar td.date {
        clear: both;
        display: block;
    }

    .route-volunteer .form .checkbox_list li, .route-volunteer .column-main .content .form ul.checkbox_list li,
    .contact-list td {
        width: 100%;
    }

    .form .radio_list li, .column-main .content .form ul.radio_list li, .form .checkbox_list li, .column-main .content .form ul.checkbox_list li {
        width: 100%;
    }

    div.lifestream {
        margin-right: 0;
    }

    li.lifestream {
        background: none !important;
    }

    .route-donate .column-main .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;
    }

    .column-main .content .date {
        font-size: 1.0em;
    }

    #further-social .box {
        width: 100%;
        margin: 1em 0 1em 0;
    }

    .column-main .content div.lifestream ul.lifestream, .column-main .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;
    }

    .column-main .content .lifestreamtheme1 div.lifestream ul.lifestream li.lifestream {
        height: auto !important;
        max-height: 800px;
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .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;
    }

    .column-main .content div.lifestream ul.lifestream-boxes li.lifestream {
        margin: 1em 0;
        padding: 0.5em;
    }

    .column-main .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, .column-main .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, .column-main .content ul.lifestream-full li.featured-lifestream,
    ul.lifestream-full div.featured-image, .column-main .content ul.lifestream-full div.featured-image,
    ul.lifestream-full div.featured-summary, .column-main .content ul.lifestream-full div.featured-summary,
    ul.lifestream-full div.featured-info, .column-main .content ul.lifestream-full div.featured-info {
        width: 296px;
    }

    td.extras {
        width: 35%;
    }

    .page-sidebar {
        width: 33%;
    }

    .page-content {
        width: 65%;
    }
}

@media all and (max-width: 780px) {
    #email-bar {
        height: 64px;
    }

    #email-bar form {
        width: 254px;
        float: none;
        margin: auto;
        position: relative;
    }

    td.extras {
        width: 37%;
    }

    .page-sidebar {
        width: 35%;
    }

    .page-content {
        width: 63%;
    }

    #email-bar .container #search-form a {
        padding: 0;
        float: none;
        clear: both;
        text-align: center;
    }
}

@media all and (max-width: 720px) {
    td.extras {
        width: 42%;
    }

    .page-sidebar {
        width: 40%;
    }

    .page-content {
        width: 58%;
    }
}

@media all and (max-width: 640px) {
    td.extras {
        width: 50%;
    }

    .page-sidebar {
        width: 48%;
    }

    .page-content {
        width: 50%;
    }
}

@media all and (max-width: 540px) {
    table.extras_splitter td, td.extras, .page-content, .page-sidebar, table.two_column td {
        clear: both;
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .page-sidebar {
        margin-left: 0;
    }

    td.extras {
        padding-left: 0;
    }
}
/*
Additional CSS
 */

#header #banner {text-align: left; background: #fff;}
#lineinthesand, #menu, #email-bar button, #email-bar button:hover, .box, #mobile, #mobile .slicknav_menu,
#mobile .slicknav_btn, #mobile .slicknav_nav .slicknav_row:hover, #mobile .slicknav_nav a:hover {background: #FF6501;}
#email-bar .container .content {background: none; width: 1px;
    min-width: 1px; max-width: 1px;}
#email-bar .container #search-form a {float: left;}
.object-12010 h3, .object-12010 h5 {
    padding-top: 80px;
}
#wrapper, #banner, #bottom-bar, #footer {box-shadow: 0px 0px 5px #ccc; -moz-box-shadow: 0px 0px 5px #ccc; -webkit-box-shadow: 0px 0px 5px #ccc;}
body, #header {background: #f5f5f5;}
#footer {width: 75%;
    max-width: 1200px; margin: 10px auto 0 auto; border-top: none;}
#email-bar{padding-top: 5px;}

@media all and (max-width: 1200px) {
    #footer {
        width: 100%;
    }
}