@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800|Source+Sans+Pro');
@import url('styles/boots-bones.css');
@import url('styles/custom.css');

/*
Theme Name: lavoice
Theme URI: http://www.vsbly.org
Author: Joe Newlin
Author URI: http://www.vsbly.org
Description:
Version: 1.0.6
License: GNU General Public License


-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
}

html{
height:100%;
background: rgb(69, 181, 226);
}


/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: bold;
}

button, input, select, textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    *vertical-align: middle;
    /* Improves appearance and consistency in all browsers */
}

button, input {
    line-height: normal;
    /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    *overflow: visible;
    /* Corrects inner spacing displayed oddly in IE6/7 */
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    border: none;
    border-radius: 10px;
    background: #ccc;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 1.12em 1.5em 1em;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type=text], input[type=email], textarea {
    color: #888888;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
    color: #101010;
}

input[type=text], input[type=email] {
    padding: 3px;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding: 10px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    width: 98%;
}


/* styles
-------------------------------------------------------------- */

body, button, input, select {
    padding: 0;
    margin: 0;
    background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 26.64px;
    font-size: 18px;
    font-size: 1.8rem;
}


/* typography
-------------------------------------------------------------- */


/* Headings */

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    color: #ffffff;
    font-size: 4rem;
    font-weight: 300;
    text-align: left;
    letter-spacing: .5rem;
    /*was .75 but was overflowing container */
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 6rem;
}

/*Hyperlinked Headings*/

.header_link{
margin: 5rem 0;
display: block;
line-height: 4rem;
}

.header_link::before{
    font-family: "FontAwesome";
    content: "\f14c";
}


h2 {
    color: #ffffff;
    text-align: left;
    margin-bottom: 1em;
    font-size: 2.5em;
    letter-spacing: .075em;
    line-height: 4.25rem;
    font-weight: 300;
}

h3 {
    line-height: 41px;
    font-size: 28px;
    font-size: 2.8rem;
    color: #ffffff;
}

h4 {
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}


/* Text elements */

p {
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

b, strong {
    font-weight: bold;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.7em;
    line-height: 1.5em;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
    box-shadow: 0 3px 5px #ddd inset;
}


/* Links */

a {
    color: #ffffff;
    /*was #f1984b */
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    /*color: rgba(0, 121, 152, 0.5);*/
color: rgba(255, 255, 255, 0.5);
}


/* Alignment */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.center {
    text-align: center;
}


/* Header
-------------------------------------------------------------- */


/*not sure why z-index is set; disabled because interferes with Max Mega Menu plugin z-index*/


/*
.container{
z-index: 100;
}


*/

.site-title a {
    text-transform: uppercase;
    font-size: 4em;
    text-align: center;
}

.site-title a:hover {}

.site-description {
    color: #ffffff;
    text-align: left;
    max-width: 960px;
}

header {
    padding: 20px 0;
    background: transparent;
    /*margin: 20px auto;*/
}

header .gravatar {
    overflow: hidden;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    float: right;
}

header #brand {
    margin: 1em 0;
}

header #brand h1 {
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    font-size: 7rem;
    margin: 1em 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    line-height: 1.25em;
}

header #brand h1 a {
    color: #565656;
    text-decoration: none;
}

header #brand h1 span {
    font-weight: 200;
    color: #888888;
    text-transform: lowercase;
}

header nav {
    font-family: 'Open Sans', sans-serif;
}

.menu-main-nav-container, .menu-main-container {
    float: right;
}

header nav ul {
    list-style: none;
    margin: 0;
}

header nav ul li {
    float: left;
    margin: 2px 25px 0 0;
}

header nav ul li a, header nav ul li a:visited {
    color: #FFFFFF;
    font-size: 1.5rem;
    /*was 14px*/
    text-decoration: none;
}


/* Posts/Articles
-------------------------------------------------------------- */

article {
    background: transparent;
    padding: 0;
    margin-bottom: 80px;
    border-bottom: 1px solid #dddddd;
}

article .title {
    color: #404040;
    line-height: 56.24px;
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
}

article .title a {
    text-decoration: none;
    color: #404040;
}

article .title a:hover {
    color: #007998;
}

article .post-meta {
    margin-bottom: 40px;
    font-size: 14px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

article .post-meta a {
    color: #888888;
    text-decoration: none;
}

article .post-meta a:hover {
    color: rgba(136, 136, 136, 0.5);
}

article .the-content a {
    font-weight: 300;
    text-decoration: none;
}

article .the-content p, article .the-content li {
    color: #ffffff;
    /*text-align: justify;*/
    /*was hard to read*/
    margin-bottom: 1.5em;
    font-size: 2em;
    letter-spacing: .075em;
    line-height: 1.25;
}

article .the-content img {
    max-width: 100%;
    height: auto;
}

article .meta {
    line-height: 14.8px;
    font-size: 10px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .9px;
}

article .meta div {
    margin: 1px auto;
}

article .meta .post-categories {
    list-style: none;
    margin: 0 0 10px 0;
}

article .meta .post-categories li {
    display: inline-block;
    margin-right: 10px;
}


/* Page loop styling */

.page article {
    border-bottom: none;
}

.page article .title {
    margin-bottom: 40px;
}


/* Pagination */

#pagination {
    margin-bottom: 40px;
    width: 100%;
}

#pagination .past-page {
    float: right;
    width: 49%;
    text-align: right;
}

#pagination .next-page {
    float: left;
    width: 50%;
    border-right: 1px solid #ccc;
    height: 200px;
}

.next-page a, .past-page a {
    font-size: 2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
    padding: 10%;
}


/* Comments */

h3#comments {
    margin-bottom: 80px;
    font-size: 16px;
}

.commentlist {
    list-style: none;
    margin: 0;
}

.commentlist .comment {
    margin: 0 0 40px 50px;
    padding: 20px;
    position: relative;
    list-style: none;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.commentlist .comment .children {
    margin-top: 40px;
}

.commentlist .comment-author {
    float: left;
    margin-right: 10px;
}

.commentlist .comment-author img {
    position: absolute;
    left: -50px;
    top: 5px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.commentlist .comment-author .says {
    display: none;
}

.comment-meta {
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-subscription-form, .comment-subscription-form {
    margin-bottom: 0;
    font-size: 14px;
}

#respond {
    margin-bottom: 80px;
}

#respond>h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

#respond form label {
    color: #888888;
}

footer {
    text-align: center;
    padding-bottom: 40px;
    font-size: 12px;
}


/* Misc & mixens
-------------------------------------------------------------- */

.site-footer {
        border-top: 2px solid #ffffff;
    /* width: 100%; */
    padding-top: 2rem;
    z-index: 2;
}

.hide-text {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.clear {
    clear: both;
}


/* clear floats */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul.inline, ol.inline {
    margin-left: 0;
    list-style: none;
}

ul.inline>li, ol.inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

ul.unstyled, ol.unstyled {
    margin-left: 0;
    list-style: none;
}

.svg-container {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 0;
}

.social-sidebar-container h3 {
    font-size: 1.25em;
    line-height: 1.5em;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 900;
    text-align: center;

}

#calendar-sidebar{
font-size:2rem;
color: rgb(69,181,226);
}

.bio-grid {
    margin-left: -15px;
    margin-right: -15px;
}

.bio-grid::after {
    content: '';
    display: block;
    clear: both;
}

.bio-grid .grid-item {
    float: left;
    width: 33.333333333%;
}

.bio-grid .grid-item .grid-item-inner {
    padding: 0 15px;
    margin-bottom: 30px;
}


body {
    background: #89939c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #89939c 0%, #45b5e2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #89939c 0%, #45b5e2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #89939c 0%, #45b5e2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89939c', endColorstr='#45b5e2', GradientType=0);
    /* IE6-9 */
}

#main-background .main-fluid {
    padding: 0;
    max-width: 1000px;
}


/*home page content sections*/

.home .home-info-box .listing-item, .page-callout-container {
    background: rgba(255, 51, 51, .7);
    min-height: 250px;
    margin-bottom: 50px;
    box-shadow: 1px 12px 25px rgba(0, 0, 0, .2);
    padding: 1em;
    /*margin-top: 50px;this was not lining up with the sidebar*/
    margin-top: 12%;
    box-sizing: border-box;
}

.home .home-info-box-small .listing-item {
    background: rgba(255, 51, 51, .7);
    box-shadow: 1px 12px 25px rgba(0, 0, 0, .2);
}


/*----------------------------la voice custom header---------------------------*/


/*
.masthead-container{
z-index: 10;
}
*/

.home header {
    /*background: url(assets/hero_red_large.jpg);*//*avoid conflict with later code*/
    background-repeat: no-repeat;
    min-height: 500px;
    background-size: cover;
    position: relative;
    /*z-index: -2;*/
    /*interfering with navigation links*/
}

#main-site-header {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    /*border: turquoise solid 2px;/*for debugging*/
    margin-bottom: 25px;
    display: block;
    z-index: 100;
}

.how-about-as-a-class {}

#main-site-name {
    float: left;
}

#main-site-name a, #main-site-name a:visited {
    text-decoration: none;
    color: #ffffff;
}

#main-site-name h1 {
    line-height: 71px;
    font-size: 48px;
    font-size: 4.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}

#top-social-icons {
    float: right;
}

.top-social i {
    font-size: 3rem;
    margin-top: 25%;
    margin-left: 20px;
    color: #ffffff;
}

#sidebar {
    margin-top: 0;
}

.social-sidebar-container {
    position: relative;
    box-sizing: border-box;
    margin-top: 0;
}

.social-sidebar-container::before {
    content: "";
    background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAwIDIwMDAiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+ICAKCS5zdDB7ZmlsbDojMTQxNDE0O30KCS5zdDF7ZmlsbDojRkRGREZEO30KPC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTYuNCA4ODZjNC40LTM2LjIgMS4xLTIzLjEgNi43LTY0LjUgMC40LTIuNyAyLjYtNS4yIDUuMi01LjcgNjguNS0xMy40IDEwNS43IDQ1LjUgMTUxLjQgODAuNSAzMDkuMSAyMzYuOSA2MTkuNSAxNDMuNiA3NTcuMS0yMjQuNyAzMS45LTg1LjQtMjAuOS0xMDYuOC03Ni43LTEzMS44IC0xODAuOS04MC45LTM1Ni43LTE3Mi01MzItMjY0IC01Ny0yOS45LTEzOS4xLTQzLjUtMTM3LjItMTM0LjQgMC4xLTMuNCAzLTYuMyA2LjMtNi4zIDU5OC40IDAgMTE5Ni44IDIuNyAxNzk1LjEtMy40IDMuNCAwIDYuMiAyLjcgNi4xIDYuMSAtNi4yIDU3NC4yLTMuNSAxMTQ4LjYtMy41IDE3MjIuOSAwIDMuNC0yLjcgNi4xLTYuMSA2LjEgLTU5Ny45IDAtMTE5NS43IDAtMTc5My42IDAgLTIuNSAwLTUtMS43LTYtNCAtMTYuMy0zOS42IDYuNy03MC40IDM1LjQtODYuNCAxNjEuOC05MC4yIDExNS4zLTIxMS4xIDU1LjUtMzM2LjNDMjAyLjMgMTI3Ny4xIDE0LjkgMTE5NyAxNC43IDEwMDQuNGMwLTIzLjEtMC43LTUyLjQgMC41LTg0LjZDMTUuOCA5MDUuOSAxNiA5MDkuOCAxNi40IDg4NnoiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTkxLjIgMTM1LjFDNDUwLjggMjkwIDY2OC44IDM4Ni40IDkxMi45IDUwMWMzOC4xIDE3LjkgMTIzLjIgNTYuNSAxNTMuMSA3Mi40IDExLjMgNiAyLjggOS42LTEuMSAxNSAtMzkuNSA1Ni40LTQzLjkgNTcuOC04OC4zIDEyNS4zIC0yMi41IDM0LjMtNDQuOCA2OS45LTY4LjggMTAzLjcgLTIzOS44IDMzOC01MDQuMyAzNjQtODAyLjggODAuMyAtMjkuMy0yNy45LTYyLjgtNTEuNC05NC4zLTc3IDAtMTY4LjQgMTIuNi0zMzgtMy43LTUwNC43Qy04IDE2MS42IDM4LjUgMTAyLjggMTkxLjIgMTM1LjF6Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTEwLjggMTAwMWMxNDEuMyAxMTkuNyAyMjIuMSAyNzcuMiAzMjEuNyA0MjguNCAxNSAyMi44IDI3LjIgMzYuNCA0Mi4xIDU4LjYgNjguMSAxMDEuNyAxMjUuNSAxNTcuOCA0NS41IDIyMSAtNjMuMiA0OS44LTE3MC4yIDEyMy43LTIxOS44IDE1Ny44IC0yMC43IDE0LjIgMTEuNS0yMC4yLTkgMEMzOC41IDE4OTkuMi00LjIgMTg0MC4zIDYuNyAxNjg2LjIgMjIuNiAxNDU4LjggMTAuOCAxMjI5LjUgMTAuOCAxMDAxeiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik05MDYuNSAxNDYyLjljMjEuOS0yNzAuOSA4Ni41LTQ5Ny43IDE5OC43LTcwOS4zIDIzLjUtNDQuNCA2NC41LTEzMCA3NS44LTEyNS40IDM0LjYgMTQuMiA4MS40IDQxLjMgMTIzIDYzLjYgMTczLjkgOTMuNCAzNDYuNSAxNzIuMSA1NDguNCAyNjkuOUMxNTMwLjcgMTEzMi4yIDEyMzAuNiAxMjkxLjIgOTA2LjUgMTQ2Mi45eiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02OTguNSA4MjAuNmMtNy42IDg0LjktMjguOCAxODgtMTY2LjggMTgzLjcgLTEyOS00LTE0OS40LTExNi4zLTE1MC41LTIwNi42IC0xLjItMTAwLjIgMzMuMi0yMjQuNCAxNTguNS0yMjAuNkM2NTMuOCA1ODAuNSA2OTkuNiA2ODQuMiA2OTguNSA4MjAuNnoiLz48L3N2Zz4=');
}


/*----------------------------la voice custom footer---------------------------*/

footer {
    background: #45b5e2;
}

.home-info-box .title, .home-info-box-small .title {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
}

.page article .home-info-box-small .listing-item .title {
    margin-bottom: 0px;
}

.home-info-box-small .listing-item .excerpt {
    padding: 1em;
}

.home-info-box-small .title {
    padding: 1em .5em .5em;
    display: block;
    text-transform: uppercase;
    text-align: left;
}

.home-info-box .listing-item .content p, .home-info-box .listing-item .excerpt, .home-info-box-small .listing-item .content p, .home-info-box-small .listing-item .excerpt {
    display: block;
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
}

.home-info-box .listing-item .excerpt-dash, .home-quote .listing-item .excerpt-dash, .home-info-box-small .listing-item .excerpt-dash {
    display: none;
}

.home-info-box .listing-item .excerpt a, .home-info-box-small .listing-item .excerpt a {
    color: #ffffff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    border: #ffffff solid 4px;
    width: 30%;
    height: 2em;
    line-height: 2em;
    font-size: 3rem;
    border-radius: 6px;
    font-weight: 100;
    font-family: "open sans";
    letter-spacing: .1em;
    margin: 1em 35%;
}


/*------------------sidebar social media sections-------------------------*/

.sbg-test {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 100px solid red;
    border-bottom: 50px solid transparent;
}


/*-----------------------------------multi-language switcher styles------------------------------------*/

#lang-switcher {
    /*
position: relative;
margin: 1em auto;
max-width: 1000px;
*/
    position: relative;
    /*float: left;*/
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    z-index: 100;
}

#lang-switcher .wpml-ls-legacy-dropdown a, #lang-switcher .wpml-ls-statics-shortcode_actions {
    border-radius: 5px;
}

#lang-switcher .wpml-ls-legacy-dropdown {
    width: 8.5em;/*was 7 em*/
}

.home #lang-switcher .wpml-ls-legacy-dropdown a {
    color: rgb(255, 51, 51);
    font-family: 'Source Sans Pro', sans-serif;
    padding: 2px 10px;
    font-size: 1.5rem;
    line-height: 1.25em;
}

#lang-switcher .wpml-ls-legacy-dropdown a {
    color: #45b5e2;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 2px 10px;
    font-size: 1.5rem;
    line-height: 1.25em;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-radius: 6px;
}

#sidebar-breadcrumbs-wrapper {
    margin-top: 1.5rem;
    padding-bottom: 4.5rem;
}

.breadcrumbs {
    /*color: #332165;*/
color: #ffffff;
    font-size: 1.3rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.breadcrumbs a {
    /*color: #fff;*/
color: rgba(255,255,255,.75);
}

.breadcrumbs>span::after {
    content: "\f0da";
    /*color: #fff;*/
color: rgba(255,255,255,.75);
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
}

.breadcrumbs>span:last-child::after {
    display: none;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
}

.social-sidebar-container {
    position: relative;
    padding-top: 100px;
    margin-bottom: 50px;
}

.social-sidebar-container svg {
    fill: #2e6cb8;
    filter: drop-shadow( 1px 12px 25px rgba(0, 0, 0, .2));
    -webkit-filter: drop-shadow( 1px 12px 25px rgba(0, 0, 0, .2));
    overflow: visible;
}

.svg-container {
    position: absolute;
    top: 0px;
    left: 0px;
}

.stream-container {
    background: #2e6cb8;
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 12px 25px 0px rgba(0, 0, 0, 0.2);
}

.stream-container-inner {
    padding: 15px;
}

.stream-container .fb_iframe_widget {
    margin-bottom: 10px;
}

.icon-svg-container {
    width: 100%;
    display: inline;
    float: left;
    position: relative;
}

.icon-svg-after {
    float: right;
    display: inline;
    height: 100px;
    width: 68%;
    background: #2e6cb8;
    position: absolute;
    right: 1px;
}

.icon-bar-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.stream-container>iframe {
    margin-top: 1em!important;
}

article .home-quote p {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 6rem;
    padding: 1em;
    margin-bottom: 0;
}

.home #content, .home #sidebar {
    position: relative;
    z-index: 2;
}

#duotone-gradient {
    background-image: url(/wp-content/uploads/2017/05/pico-blues-duotone-cutout.png);
    background-repeat: no-repeat;
    height: 66%;
    width: 100%;
    background-size: contain;
    z-index: 0;
    position: absolute;
    background-position: bottom;
    opacity: .3;
    bottom: 0px;
    right: 80px;
}

#primary {
    position: relative;
    z-index: 100;
}

.home #primary {
    padding-top: 5rem;
}

#duotone-gradient-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#duotone-gradient-overlay {
    background-color: rgba(35, 91, 113, 0.5);
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM0NWI1ZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, rgba(0, 0, 0, 0)), color-stop(1, rgb(69, 181, 226)));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(69, 181, 226) 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(69, 181, 226) 100%);
    background-image: -ms-repeating-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(69, 181, 226) 100%);
}


/* IE8- CSS hack */

@media \0screen\, screen\9 {
    #duotone-gradient-overlay {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#ff45b5e2", GradientType=0);
    }
}

#header-logo-overlay {
    background: url(/wp-content/uploads/2017/05/logo-lg-inv-white.png);
    height: 100%;
    width: 100%;
    z-index: 0;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    opacity: .25;
    top: 0px;
}


/*--------------------------suppress ActionNetwork form classes & add custom styling-----------------------------*/

/*-------------------------------------------#sidebar .textwidget styles for 640px & up------------------------------------------------------------------*/

#sidebar .textwidget #can_embed_form h2, .mobile_homepage_email_signup #can-form-area-join-the-movement-22 #can_embed_form h2,
#sidebar .textwidget #can_embed_form h4, .mobile_homepage_email_signup #can-form-area-join-the-movement-22 #can_embed_form h4,
#sidebar .textwidget #action_info, .mobile_homepage_email_signup #can-form-area-join-the-movement-22 #action_info,
#sidebar .textwidget #logo_wrap, .mobile_homepage_email_signup #can-form-area-join-the-movement-22 #logo_wrap {
    display: none;
}



#sidebar .textwidget #can_embed_form, .mobile_homepage_email_signup #can-form-area-join-the-movement-22 #can_embed_form {
    border: none!important;
    background-color: transparent!important;
}

#sidebar .textwidget #can_embed_form input, .mobile_homepage_email_signup #can-form-area-join-the-movement-22 #can_embed_form input {
    background-color: #45b5e2!important;
    font-family: 'Open Sans'!important;
    text-transform: uppercase!important;
    border-radius: 6px!important;
border: 2px solid #ffffff!important;
}

#sidebar .textwidget #can_embed_form input[type="submit"], .mobile_homepage_email_signup #can-form-area-join-the-movement-22 #can_embed_form input[type="submit"] {
    width: 50%!important;
    margin-left: 25%!important;
}

#sidebar .textwidget #can_embed_form, .mobile_homepage_email_signup #can-form-area-join-the-movement-22 #can_embed_form {
    border: none!important;
    background-color: transparent!important;
}

#sidebar .textwidget #can_embed_form input, .mobile_homepage_email_signup #can-form-area-join-the-movement-22 #can_embed_form input {
    background-color: #45b5e2!important;
    font-family: 'Open Sans'!important;
    text-transform: uppercase!important;
    border-radius: 6px!important;
border: 2px solid #ffffff!important;
}

#sidebar .textwidget #can_embed_form input[type="submit"], .mobile_homepage_email_signup #can-form-area-join-the-movement-22 #can_embed_form input[type="submit"] {
    width: 50%!important;
    margin-left: 25%!important;
}

#sidebar .textwidget #can_embed_form input[type="text"]::-webkit-input-placeholder, #can_embed_form input[type="password"]::-webkit-input-placeholder, #can_embed_form input[type="url"]::-webkit-input-placeholder, #can_embed_form input[type="email"]::-webkit-input-placeholder, #can_embed_form input[type="tel"]::-webkit-input-placeholder, #can_embed_form input[type="number"]::-webkit-input-placeholder, #can_embed_form textarea::-webkit-input-placeholder, #donate_auto_modal input[type="password"]::-webkit-input-placeholder, #donate_auto_modal input[type="text"]::-webkit-input-placeholder {
    color: #ffffff!important;
}

#sidebar .textwidget #can_embed_form input[type="text"]:-moz-placeholder, #can_embed_form input[type="password"]:-moz-placeholder, #can_embed_form input[type="url"]:-moz-placeholder, #can_embed_form input[type="email"]:-moz-placeholder, #can_embed_form input[type="tel"]:-moz-placeholder, #can_embed_form input[type="number"]:-moz-placeholder, #can_embed_form textarea:-moz-placeholder, #donate_auto_modal input[type="password"]:-moz-placeholder, #donate_auto_modal input[type="text"]:-moz-placeholder {
    color: #ffffff!important;
}

#sidebar .textwidget #can_embed_form input[type="text"]::-moz-placeholder, #can_embed_form input[type="password"]::-moz-placeholder, #can_embed_form input[type="url"]::-moz-placeholder, #can_embed_form input[type="email"]::-moz-placeholder, #can_embed_form input[type="tel"]::-moz-placeholder, #can_embed_form input[type="number"]::-moz-placeholder, #can_embed_form textarea::-moz-placeholder, #donate_auto_modal input[type="password"]::-moz-placeholder, #donate_auto_modal input[type="text"]::-moz-placeholder {
    color: #ffffff!important;
}

#sidebar .textwidget #can_embed_form input[type="text"]:-ms-input-placeholder, #can_embed_form input[type="password"]:-ms-input-placeholder, #can_embed_form input[type="url"]:-ms-input-placeholder, #can_embed_form input[type="email"]:-ms-input-placeholder, #can_embed_form input[type="tel"]:-ms-input-placeholder, #can_embed_form input[type="number"]:-ms-input-placeholder, #can_embed_form textarea:-ms-input-placeholder, #donate_auto_modal input[type="password"]:-ms-input-placeholder #donate_auto_modal input[type="text"]:-ms-input-placeholder {
    color: #ffffff!important;
}

#sidebar .textwidget #can_embed_form .placeholder_fix_wrap .placeholder {
    color: #ffffff!important;
}

#sidebar .textwidget #can_embed_form .graytext {
    color: #ffffff!important;
}

#sidebar .textwidget #can_embed_form_inner * {
    color: #ffffff!important;
}

#sidebar .textwidget #can_embed_form #d_sharing {
    border-top: none!important;
}

/*-----------------------------------------------.mobile_homepage_email_signup #can-form-area-join-the-movement-22 for mobile & small screens---------------------------------------------------*/

.mobile_homepage_email_signup #can-form-area-join-the-movement-22 #can_embed_form input[type="text"]::-webkit-input-placeholder, #can_embed_form input[type="password"]::-webkit-input-placeholder, #can_embed_form input[type="url"]::-webkit-input-placeholder, #can_embed_form input[type="email"]::-webkit-input-placeholder, #can_embed_form input[type="tel"]::-webkit-input-placeholder, #can_embed_form input[type="number"]::-webkit-input-placeholder, #can_embed_form textarea::-webkit-input-placeholder, #donate_auto_modal input[type="password"]::-webkit-input-placeholder, #donate_auto_modal input[type="text"]::-webkit-input-placeholder {
    color: #ffffff!important;
}

.mobile_homepage_email_signup #can-form-area-join-the-movement-22 #can_embed_form input[type="text"]:-moz-placeholder, #can_embed_form input[type="password"]:-moz-placeholder, #can_embed_form input[type="url"]:-moz-placeholder, #can_embed_form input[type="email"]:-moz-placeholder, #can_embed_form input[type="tel"]:-moz-placeholder, #can_embed_form input[type="number"]:-moz-placeholder, #can_embed_form textarea:-moz-placeholder, #donate_auto_modal input[type="password"]:-moz-placeholder, #donate_auto_modal input[type="text"]:-moz-placeholder {
    color: #ffffff!important;
}

.mobile_homepage_email_signup #can-form-area-join-the-movement-22 #can_embed_form input[type="text"]::-moz-placeholder, #can_embed_form input[type="password"]::-moz-placeholder, #can_embed_form input[type="url"]::-moz-placeholder, #can_embed_form input[type="email"]::-moz-placeholder, #can_embed_form input[type="tel"]::-moz-placeholder, #can_embed_form input[type="number"]::-moz-placeholder, #can_embed_form textarea::-moz-placeholder, #donate_auto_modal input[type="password"]::-moz-placeholder, #donate_auto_modal input[type="text"]::-moz-placeholder {
    color: #ffffff!important;
}

.mobile_homepage_email_signup #can-form-area-join-the-movement-22 #can_embed_form input[type="text"]:-ms-input-placeholder, #can_embed_form input[type="password"]:-ms-input-placeholder, #can_embed_form input[type="url"]:-ms-input-placeholder, #can_embed_form input[type="email"]:-ms-input-placeholder, #can_embed_form input[type="tel"]:-ms-input-placeholder, #can_embed_form input[type="number"]:-ms-input-placeholder, #can_embed_form textarea:-ms-input-placeholder, #donate_auto_modal input[type="password"]:-ms-input-placeholder #donate_auto_modal input[type="text"]:-ms-input-placeholder {
    color: #ffffff!important;
}

.mobile_homepage_email_signup #can-form-area-join-the-movement-22 #can_embed_form .placeholder_fix_wrap .placeholder {
    color: #ffffff!important;
}

.mobile_homepage_email_signup #can-form-area-join-the-movement-22 #can_embed_form .graytext {
    color: #ffffff!important;
}

.mobile_homepage_email_signup #can-form-area-join-the-movement-22 #can_embed_form_inner * {
    color: #ffffff!important;
}

.mobile_homepage_email_signup #can-form-area-join-the-movement-22 #can_embed_form #d_sharing {
    border-top: none!important;
}


/*==============================end custom AN form styling============================================*/

.row-fluid .listing-item-span6 .listing-item {
    width: 45%;
    display: inline-block;
    margin-bottom: 8%;
}

.row-fluid .listing-item-span6 .listing-item:nth-child(2n+1) {
    margin-right: 8%;
}


/*------------------custom footer style----------*/

footer {
    position: relative;
    top: -1px;
}

.to-top a:active, .to-top a:visited {
    color: #ffffff;
}



/*hide nav dropdowns=================================*/


/*
nav a:hover {
/*black diagonal lines*/


/*background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAH0lEQVQYV2NkQAX/GZH4/xkYGBhhAmAOSBJEwDkgAQCCrgQEjpMcPgAAAABJRU5ErkJggg==) repeat;
*/


/*white diagonal lines*/

background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIElEQVQYV2NkQAL/////zwjjgzkgABKAcUBsRmQOSAAAIAYQASyLe4sAAAAASUVORK5CYII=) repeat;
color: rgb(255, 51, 51);

}
*/ nav a {
    transition: .3s background-color;
}
nav ul {
    background-color: green;
    padding: 0;
    margin: 0;
}
nav li {
    display: inline-block;
}
nav li ul {
    position: absolute;
    display: none;
    width: inherit;
}

/*
nav li:hover ul {
  display: block;
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAH0lEQVQYV2NkQAX/GZH4/xkYGBhhAmAOSBJEwDkgAQCCrgQEjpMcPgAAAABJRU5ErkJggg==) repeat;
}
*/
footer nav a:hover {
    display: inline-block;
    background: rgba(255, 255, 255, .25);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    /*font-size: 14px;*/

    padding: 0px 10px 0px 10px;
    font-weight: 900;
    /*line-height: 35px;*/

    text-decoration: none;
    vertical-align: baseline;
    border: solid 2px #ffffff;
    border-radius: 6px;
    text-transform: uppercase;
}
.footer-social {
    display: block;
    text-align: left;
}
.footer-separator {
    background: #ffffff;
    width: 100%;
    margin: auto;
    height: 1px;
    display: block;
    position: absolute;
    z-index: 100;
}
.bottom-gradient {
    background-color: rgba(0, 0, 0, 0);
    /* IE9, iOS 3.2+ */

    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM0NWI1ZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, rgba(0, 0, 0, 0)), color-stop(1, rgb(69, 181, 226)));
    /* Android 2.3 */

    background-image: -webkit-repeating-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(69, 181, 226) 100%);
    /* IE10+ */

    background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(69, 181, 226) 100%);
    background-image: -ms-repeating-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(69, 181, 226) 100%);
}

/* IE8- CSS hack */
@media \0screen\, screen\9 {
    .bottom-gradient {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#ff45b5e2", GradientType=0);
    }
}
.bottom-gradient-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.bottom-gradient {
    position: absolute;
    z-index: 1;
    height: 50em;
    bottom: 0;
    width: 100%;
    left: 0;
}
.body-container, .body-container-wrapper {
    position: relative;
}
.body-container::after {
    content: '';
    display: block;
    clear: both;
}
body.has-bottom-gradient-behind-header .bottom-gradient-container {
    display: none;
}
body.has-bottom-gradient-behind-header .body-container {
    z-index: 2;
}
body.has-bottom-gradient-behind-header .body-container-wrapper::before {
    content: '';
    background-color: rgba(0, 0, 0, 0);
    /* IE9, iOS 3.2+ */

    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM0NWI1ZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, rgba(0, 0, 0, 0)), color-stop(1, rgb(69, 181, 226)));
    /* Android 2.3 */

    background-image: -webkit-repeating-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(69, 181, 226) 100%);
    /* IE10+ */

    background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(69, 181, 226) 100%);
    background-image: -ms-repeating-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(69, 181, 226) 100%);
    position: absolute;
    z-index: 1;
    height: 50em;
    bottom: 0;
    width: 100%;
    left: 0;
}

/* IE8- CSS hack */
@media \0screen\, screen\9 {
    body.has-bottom-gradient-behind-header .body-container-wrapper::before {
        content: '';
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#ff45b5e2", GradientType=0);
        position: absolute;
        z-index: 1;
        height: 50em;
        bottom: 0;
        width: 100%;
        left: 0;
    }
}
.site-footer .site-info {
    text-align: left;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: inherit;
    /*padding-top: 1em;*/
    /*height: 25rem;*/

    line-height: 2.5rem;
    /*new*/
    /*
position: fixed;
  bottom: 10rem;
  border-top: 2px solid #ffffff;
  width: 100%;
  padding: 1rem;
*/
}
.site-navigation .menu-footer-menu-1-spanish-container ul, .site-navigation .menu-footer-menu-2-spanish-container ul, .site-navigation .menu-footer-menu-1-container ul, .site-navigation .menu-footer-menu-2-container ul {
    width: 60%;
    margin-left: 20%;
}
#menu-footer-menu-1 .menu-item .sub-menu, #menu-footer-menu-2 .menu-item .sub-menu, #menu-footer-menu-1-spanish .menu-item .sub-menu, #menu-footer-menu-2-spanish .menu-item .sub-menu {
    display: block;
}
footer nav #menu-footer-menu-1 li ul, footer nav #menu-footer-menu-2 li ul, footer nav #menu-footer-menu-1-spanish li ul, footer nav #menu-footer-menu-2-spanish li ul {
    position: relative;
}
.site-footer nav ul {
    background-color: transparent;
}
.site-footer nav a {
    color: #ffffff;
}
.site-footer nav li {
    display: block;
}

.bottom-social i {
    font-size: 1.5em;
    color: #ffffff;
}
#masthead-donate/*, #footer-donate*/
{
    margin-bottom: 5rem;
}
#masthead-donate a, #footer-donate a {
    color: #ffffff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    border: #ffffff solid 2px;
    height: 2em;
    line-height: 2em;
    font-size: 3rem;
    border-radius: 6px;
    font-weight: 300;
    font-family: "open sans";
    letter-spacing: .1em;
    box-sizing: border-box;
}
#masthead-donate a {
    width: 30%;
}
header nav {
    position: relative;
    /*z-index: 100;*/
    /*interfering with Max mega Menu*/
}
#primary #content article .title {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 2.5rem;
    /*was 3 */

    font-weight: 900;
    text-align: left;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.page-callout-container {
    position: relative;
    float: left;
    margin-top: 0;
}
.page-callout {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    color: #ffffff;
    letter-spacing: .25em;
    line-height: 1.5em;
    padding: 2em;
}
.page-callout-container .page-callout p {
    text-align: left;
    line-height: 4rem;
    text-transform: uppercase;
}
.page-callout h2 p {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 3rem;
    font-weight: 900;
    text-align: left;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.25em;
    margin-bottom: 1em;
}
.bio-container {
    padding: 0;
}
.bio-container .bio-info {
    background: #8197a4;
    padding: 15px;
}
article .bio-container .bio-info p {
    color: #ffffff;
    text-align: left;
    font-size: 1.65rem;
    line-height: 1.45;
    font-weight: normal;
    letter-spacing: 0.5px;
}
article .bio-container .bio-info p:last-child {
    margin-bottom: 0;
}
.bio-image {
    position: relative;
    margin: 0;
    padding: 0;
}
.bio-name {
    position: absolute;
    bottom: 0;
    background: rgba(255, 51, 51, .7);
    width: 100%;
    margin: 0;
    padding: 1em;
    box-sizing: border-box;
}
article .the-content .bio-container .bio-image .bio-name .bio-name-inner p {
    color: #ffffff;
    text-align: left;
    font-size: 2.5rem;
    /*was 1.25*/

    letter-spacing: .075em;
    margin: 0;
    text-transform: uppercase;
}
article .the-content .bio-container .bio-image .bio-name .bio-title p {
    color: #ffffff;
    text-align: left;
    font-size: 2em;
    /*was 1*/

    letter-spacing: .075em;
    margin: 0;
    text-transform: none;
}
.bio-container .bio-image img {
    position: relative;
    top: 4px;
}
.bio-container .bio-name .bio-title {
    display: block;
}
.custom-home-info-box, #home-media-container {
    background: rgba(255, 51, 51, .7);
    min-height: 250px;
    box-shadow: 1px 12px 25px rgba(0, 0, 0, .2);
    padding: 3rem;
    margin-top: 0;
	margin-bottom: 40px;
}
.home-quote {
	margin-top: -40px;
}
.custom-home-info-box .title p {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    /*font-size: 4rem;*/
    /*define for specific widths*/
    /*font-weight: 300;*/

    text-align: left;
    /*letter-spacing: .75rem;*/
    /*define for specific widths*/

    text-transform: uppercase;
    margin-bottom: 0;
    /*line-height: 6rem;*/
    /*define for specific widths*/
}
#primary #content article .custom-home-info-box .title {
    margin-bottom: 2rem;
}
.custom-home-info-box .main-text p {
    display: block;
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
    font-size: 3rem;
    line-height: 4rem;
}
.custom-home-info-box a, .site-custom-more a {
    color: #ffffff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    border: #ffffff solid 2px;
    width: 30%;
    height: 2em;
    line-height: 2em;
    font-size: 3rem;
    border-radius: 6px;
    font-weight: 100;
    font-family: "open sans";
    letter-spacing: .1em;
    margin: 1em 35%;
}
.custom-home-info-box-small .listing-item {
    background: rgba(255, 51, 51, .7);
    box-shadow: 1px 12px 25px rgba(0, 0, 0, .2);
    /*height: 40rem;*/

    vertical-align: top;
    position: relative;
}
.custom-home-info-box-small .title {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
}
.custom-home-info-box-small .listing-item .title {
    margin-bottom: 0px;
}
.custom-home-info-box-small .listing-item .excerpt {
    padding: 1em;
}
.custom-home-info-box-small .title, .custom-home-info-box-small .main-text {
    padding: 3rem 3rem 0 3rem;
    display: block;
    text-align: left;
}
.custom-home-info-box-small .title {
    text-transform: uppercase;
    /*height: 6rem;*/
}
.custom-home-info-box-small .listing-item .content p {
    display: block;
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
}
.custom-home-info-box-small .listing-item a {
    color: #ffffff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    border: #ffffff solid 2px;
    width: 100%;
    height: 2em;
    line-height: 5.5rem;
    font-size: 3rem;
    border-radius: 6px;
    font-weight: 300;
    font-family: "open sans";
    letter-spacing: .1em;
    margin: 0 0 1em;
    box-sizing: border-box;
}
.listing-item .title p {
    color: #ffffff;
    text-align: left;
    margin-bottom: 0;
    font-size: 1em;
    letter-spacing: .075em;
    line-height: 4.25rem;
    /*font-weight: 300;*/
}
.listing-item .main-text p {
    text-align: left;
    font-size: 2rem;
    line-height: 2.5rem;
}
.listing-item .link-container {
    width: 50%;
    margin-left: 25%;
    position: absolute;
    bottom: 0px;
}
body {
    font-size: 100%;
}

/* hide language switcher inthe footer */
body>.wpml-ls-statics-footer {
    display: none;
}
.priority-container {
    display: inline-block;
}
.page-contents-header-box {
    background: rgba(0, 0, 255, .25);
}
.box-heading {
    background: rgba(0, 0, 0, .25);
    padding: 1.5rem;
}
.news-container h2, .news-container h2 a {
    font-size: 3em;
    margin-top: 5rem;
}
.news-container h2 a {
    text-decoration: underline;
}
.victories-container h2 {
    font-size: 3em;
    margin-top: 5rem;
}
.page-contents-header-box-container {
    padding: 0;
    margin-bottom: 30px;
}
.box-heading {
    padding: 3rem;
}
.page-contents-header-box>.box-heading>h2 {
    font-size: 1.75rem;
}
.page-contents-header-box .contents-header-link-box h2 {
    font-size: 1.5rem;
    text-decoration: underline;
    line-height: 1.5;
    margin-bottom: 15px;
}
.page-contents-header-box .contents-header-link-box {
    padding: 3rem;
}
.page-contents-header-box .contents-header-link-box li {
    font-size: 13px;
    margin-bottom: 9px;
    line-height: 1.2;
    letter-spacing: 0.125rem;
}
.page-contents-header-box .contents-header-link-box li a {
    text-decoration: underline;
}
.home header {
    background: url('assets/hero_red_wide_dark.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.custom-home-info-box-small .listing-item {
    height: 40rem;
}
.priority-image-container h2 a {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 300;
    text-align: left;
    letter-spacing: .75rem;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.5;
}
.news-container h2 a {
    font-size: 3rem;
    text-decoration: underline;
}
.priority-image-container {
    position: relative;
    margin-bottom: 4rem;
}
.priority-image-container .background-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.header-image-container .title {
    position: relative;
    z-index: 1000;
    padding: 2rem;
}
.header-image-container {
    position: relative;
    display: block;
    min-height: 200px;
    margin-top: 2rem;
}
.header-image-container .background-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.priority-image-container .overlay, .header-image-container .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.priority-image-container .priority-summary {
    position: relative;
    padding: 3rem;
    padding-top: 250px;
}
.priority-image-container .priority-image .priority-summary p {
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 100;
    letter-spacing: inherit;
}
.priority-image-container h2 {
    position: absolute;
    top: 0px;
    padding: 3rem;
    z-index: 100;
    background: rgba(255, 51, 51, .5);
}
.priority-image img {
    filter: brightness(.5);
    -webkit-filter: brightness(.5);
}

/*=============================MEDIA QUERIES=================================================*/


/* Those wide screens above 1199px */

@media only screen and (min-width: 1280px) {
    article .home-quote p {
        font-size: 4rem;
        line-height: 4rem;
    }
    body {
        /*font-size: 2.5em;*/
        line-height: 1.5em;
    }
    article .title {
        font-size: 1.8em;
        line-height: 1.5em;
    }
    article .post-meta {
        font-size: 0.7em;
        line-height: 1em;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a {
        font-size: 1em;
        line-height: 1.5em;
    }
    #sidebar {
        font-size: 0.7em;
        line-height: 1.5em;
    }

    .home #sidebar {
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    article .home-quote p {
        font-size: 4rem;
        line-height: 4rem;
    }

    .social-sidebar-container h3 {
        font-size: 1.75rem;
    }
}


/* Smaller than standard 960 (devices and browsers) */

@media only screen and (max-width: 959px) {
    article .home-quote p {
        font-size: 4rem;
        line-height: 4rem;
    }
    .side-title {
        font-size: 1em;
        line-height: 1.5em;
    }
}


/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .side-title {
        font-size: 1em;
        line-height: 1.5em;
    }
    article .home-quote p {
        letter-spacing: .5rem;
        font-size: 4rem;
    }
    body .container {
        /*width: 680px;*/
    }
}


/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {

#bottom-social-icons {
    text-align:center;
margin: 4rem 0;
}
    article .home-quote p {
        font-size: 2rem;
        line-height: 4rem;
    }
    .side-title {
        font-size: 1em;
        line-height: 1.5em;
    }
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .custom-home-info-box .title p {
        line-height: 4rem;
        letter-spacing: .5rem;
        font-size: 3rem;
    }
    .masthead-container>.container>.container {
        width: 100%;
    }
    body, article .post-meta {
        font-size: 1.2em;
        line-height: 1.5em;
    }
    article .title {
        font-size: 2em;
        line-height: 1.5em;
    }
    .site-title {
        font-size: 10px !important;
        line-height: 50px;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a {
        font-size: 1em;
        line-height: 1.5em;
    }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 479px) {
    .page-callout-container {
        width: 100%;
    }
    body, article .post-meta {
        font-size: 1.2em;
        line-height: 1.5em;
    }
    article .title {
        font-size: 2em;
        line-height: 1.5em;
    }
    .site-title {
        font-size: 6px !important;
        line-height: 30px;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a {
        font-size: 1em;
        line-height: 1.5em;
    }
}

@media only screen and (min-width: 768px) {

#copyright{
display:block;float:left;width:100%;
}

#bottom-social-icons {
    float: left;
}

.site-footer {
    min-height: 250px;
}
    .page-callout-container {
        width: 40%;
        margin-right: 5%;
    }
    #masthead-donate {
        margin-bottom: 4rem;
    }
    .to-top {
        display: none;
    }
    #footer-donate {
        /*display: block;*/
        position: absolute;
        bottom: 1rem;
        width: 60%;
        margin-left: 20%;
        margin-bottom: 6rem;
    }

#site-disclaimer{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: rgba(255,255,255,.5);
    margin: 2rem 0 2rem;}

    #sidebar, #duotone-gradient {
        display: block;
    }
}

@media only screen and (min-width: 1000px) {
    #masthead-donate a, #footer-donate a {
        width: 30%;
    }

    #footer-donate a {
        margin-left: auto;
    }
}
@media only screen and (min-width: 769px) {
    .priority-image-container .priority-summary {
        padding-top: 400px;
    }

    #masthead-donate a {
        width: 40%;
    }

    #footer-donate a {
        width: 50%;
        margin-left: 25%;
    }
}
@media only screen and (min-width: 960px) {
    .social-sidebar-container h3 {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .page-contents-header-box>.box-heading>h2 {
        font-size: 3rem;
    }

    .priority-image-container h2 a {
        font-size: 4rem;
    }

    .priority-image-container .priority-image .priority-summary p {
        font-size: 3rem;
    }

    .social-sidebar-container h3 {
        font-size: 1.75rem;
    }
}

/*end 1201px+*/
@media only screen and (min-width: 1280px) {
    .social-sidebar-container h3 {
        font-size: 2rem;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
    /*was 1200 for some reason*/

    .custom-home-info-box-small .listing-item {
        height: 40rem;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .custom-home-info-box-small .listing-item {
        height: 49rem;
    }

    .listing-item .title p {
        font-size: 2.5rem;
        letter-spacing: .05rem;
        line-height: 3.5rem;
    }

    .listing-item .main-text p {
        text-align: left;
        font-size: 1.75rem;
        line-height: 2.5rem;
    }

    .bio-grid {
        margin-left: 0;
        margin-right: 0;
    }

    .bio-grid .grid-item {
        width: 100%;
    }

    .bio-grid .grid-item .grid-item-inner {
        padding: 0;
    }
}
@media only screen and (max-width: 959px) {
    .social-sidebar-container h3 {
        font-size: 1.25rem;
    }
}
@media only screen and (min-width: 960px) and (max-width: 992px) {
    .container {
        width: 900px;
    }
}

/* Medium Devices, Desktops */

@media only screen and (max-width : 959px) {/*was 914px for some reason*/
    .social-sidebar-container h3 {
        font-size: 1.25rem;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {

#copyright{
display:block;text-align:center;width:100%;margin:4rem 0;
}

#site-disclaimer{
 position: relative;
    display: block;
    margin: 4rem;
    color: rgba(255,255,255,.5);
}

    footer .site-navigation {
        display: none!important;
    }
    .bottom-social {
        margin-top: 2rem;
    }
    #masthead-donate {
        margin-bottom: 0px;
    }
    .masthead-container {
                margin: 0 auto 3rem;
        /*
      padding-left: 20px;
      padding-right: 20px;*/
    }
    .masthead-container>* {
        width: 96%;
        margin-left: 2%;
    }
    .masthead-container .container {
        width: 100%;
    }
    #masthead-donate a {
        width: 100%;
    }
    .to-top {
        display: inline-flex;
        position: relative;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        border: #ffffff solid 2px;
        /*width: 100%;*/
        /*height: 2em;*/
        /*line-height: 5.5rem;*/
        /*font-size: 3rem;*/

        border-radius: 6px;
        font-weight: 300;
        font-family: "open sans";
        letter-spacing: .1em;
        margin: 0 0 1em;
        box-sizing: border-box;
        padding: 1rem;
    }
    #footer-donate {
        display: none;
    }
    .custom-home-info-box .main-text p {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .row-fluid .listing-item-span6 .listing-item {
        width: 100%;
        height: 36rem;
    }
    #sidebar, #duotone-gradient {
        display: none;
    }
    #header-logo-overlay {
        height: 75%;
        width: 75%;
        left: -55px;
    }
    header #brand h1 {
        font-size: 5rem;
    }
    #masthead-donate/*, #footer-donate*/
    {
        margin-bottom: 2rem;
    }
    #masthead-donate a/*, #footer-donate a*/
    {
        width: 60%;
    }
    /*#footer-donate a{
margin-left: 20%;
}*/
    .home header {
        min-height: 0px;
        max-height: 620px;
    }
}
@media only screen and (min-width: 640px) {

    #top-social-icons {
        display: block;
    }
    #lang-switcher {
        display: block;
    }
    #lang-switcher-small {
        display: none!important;
    }
}
@media only screen and (max-width: 639px) {

    .masthead-container {
        /*
      padding-left: 20px;
      padding-right: 20px;
*/

        top: 6rem;
        position: relative;
        margin-bottom: 3rem;
    }
    #main-site-name h1 {
        line-height: 1.15;
        font-size: 48px;
        font-size: 7.25rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .1em;
    }
    header #brand {
        margin: 0 0 6em 0;
    }
    #masthead-donate/*, #footer-donate*/
    {
        margin-bottom: 2rem;
    }
    header #brand h1 {
        font-weight: 300;
        color: #ffffff;
        font-size: 3rem;
        padding: 0;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        line-height: 1.25em;
        margin: 0;
    }
    .custom-home-info-box-small .title {
        /*height: 2rem;*/
    }
    /*
  .custom-home-info-box-small .listing-item{
  height: 27rem;
  }
  */
    .listing-item .link-container {
        width: 30%;
        margin-left: 35%;
    }
    .wpml-ls-statics-footer a {
        border-color: transparent;
    }
    button:hover {
        box-shadow: none;
    }
    #header-logo-overlay {
        height: 100%;
        width: 100%;
        left: -50px;
    }
    .home header {
        background: none;
    }
    #masthead-donate a/*, #footer-donate*/
    {
        width: 80%;
        margin-left: 10%;
    }
    .site-description {
        text-align: center;
    }
    #top-social-icons {
        display: none;
    }
    #top-social-icons {
        float: none;
    }
    .top-social i {
        margin-top: 0;
    }
    #main-site-name {
        float: left;
    }
    #top-social-icons {
        float: right;
        clear: right;
    }
    #lang-switcher {
        display: none;
    }
    #lang-switcher-small {
        display: inline-block;
        float: right;
        margin-top: 2rem;
    }
    .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
        /*width: 50%;*/
    }
    #lang-switcher-small .wpml-ls-legacy-dropdown {
        float: right;
    }
    #lang-switcher-small .wpml-ls-statics-footer a {
        background-color: rgba(0, 0, 0, .25);
    }
    #lang-switcher-small .wpml-ls-statics-footer .wpml-ls-current-language>a {
        background: rgba(255, 255, 255, .25);
    }
    #lang-switcher-small .wpml-ls-statics-footer {
        border-color: transparent;
        border-radius: 3px;
        background-color: transparent;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 960px) {
    .social-sidebar-container h3 {
        font-size: 1.5rem;
    }

    .home header {
        background: url(assets/hero_red_med_dark.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    body .container {
        width: 900px;
    }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
    .textwidget .social-sidebar-container {
        padding-top: 70px;
    }
    
    .textwidget .social-sidebar-container h3 {
        font-size: 1.5rem;
    }

    .home header {
        background: url(assets/hero_red_med_dark.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .custom-home-info-box .title p {
        font-size: 4rem;
    }
    .masthead-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    body .container {
        width: 720px;
    }
    header #brand h1 {
        font-size: 4rem;
    }
    #masthead-donate a {
        width: 40%;
        font-size: 2.75rem;
    }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .page-callout-container {
        width: 40%;
        margin-right: 5%;
    }
    body .container, .masthead-container {
        width: 540px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
    .page-callout-container {
        width: 100%;
    }
    body .container, .masthead-container {
        width: 420px;

    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {

body .container, .masthead-container{
width: 300px;
}


    .custom-home-info-box .title p {
        line-height: 3rem;
        letter-spacing: .5rem;
        font-size: 2rem;
    }
    .custom-home-info-box .main-text p {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .custom-home-info-box a, .site-custom-more a {
        width: 50%;
        margin: 1em 25%;
    }
    .listing-item .title p {
        font-size: .75em;
        letter-spacing: .075em;
        line-height: 3rem;
    }
    .listing-item .main-text p {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .row-fluid .listing-item-span6 .listing-item {
        width: 100%;
        height: 33rem;
    }
    .listing-item .link-container {
        width: 50%;
        margin-left: 25%;
    }
    /*#masthead-donate a, #footer-donate a {
      width: 100%;
  }*/
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {}
@media only screen and (max-width: 500px) {
    body {
        background-color: lightblue;
    }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {

 .top-social i {
        margin-top: 0;
    }

    header #brand h1 {
        font-size: 3rem;
    }
    .masthead-container {
        width: 540px;
        margin: 0 auto 3rem;
    }
    .home header {
        background: url(assets/hero_red_sm_dark.jpg);
    }
}
    /*===============added fixed footer============================*/
    /*
footer {
position: fixed;
  bottom: 0px;
  width: 100%;
  border-top: 2px solid white;
}

*/
    html {
        background: #45b5e2;
    }
    .home header {
        background-repeat: no-repeat;
        background-size: cover;
    }
/*=========================custom style for muslim power building project page===================*/

.page-id-944 article .the-content img{
	max-height: 150px;
	width: auto;
}