/*
Theme Name: Northwest Immigrant Rights
Author: Jancy Liu
Author URI: https://jancyliu.com/
Description: Northwest Immigrant Rights theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
text Domain: nwir

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f1f1f1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ul{
    list-style: disc outside;
}
.content-area ul{
    margin-left:2rem;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Noto Serif", serif;
	font-size: 16px;
	font-size: 1.5rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin-bottom:2rem;
}

h1{
	color: #000000;

	font-size:3rem;
	line-height:3rem;
	font-weight: 900;
	font-style: italic;
	padding-bottom: 1rem;

}
h2{
	font-weight: 900;
	font-size:2.8rem;
	color:#9a3324;
	line-height:2.8rem;
}
h3{
	font-weight: 900;
	font-size:2.4rem;
	color:#9a3324;
	line-height:2.8rem;

}
h4{
	color:#fc4703;
	font-weight:900;
	font-size:1.8rem;
	line-height:2.2rem;
}
h5{
	color:#000000;
	font-weight:600;
	font-size:1.8rem;
	line-height:2.2rem;
}

p {
	margin-bottom: 1rem;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #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%;
}
html { font-size: 62.5%; }
body{
    font-size:1.6rem;
    line-height: 2.0rem;
}
a {
    color:#555555;
    text-decoration: underline;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear;
}
a:hover{
    color: #FB4703 ;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear;
}
html,body{
    background-color:#e1e1e1;
    padding:0;
    margin:0;
    font-family: "Lato", Arial, "Helvetica Neue", Verdana, sans-serif;
    color:#000000;
    width:100%;
    height:100%;
}
.english .english,
.spanish .spanish,
.chinese .chinese,
.chinese-simplified .chinese-simplified {
    display:none !important;
}
input{
    font-family: "Lato", Arial, "Helvetica Neue", Verdana, sans-serif;
}
input[type="text"]:-moz-placeholder
{
    color: #43412F;
    font-style: italic;
    font-weight:bold;

}
input[type="text"]::-moz-placeholder
{
    color: #43412F;
    font-style: italic;
    font-weight:bold;

}
input[type="text"]:-ms-input-placeholder
{
    color: #43412F;
    font-style: italic;
    font-weight:bold;

}
input[type="text"]::-webkit-input-placeholder
{
    color: #43412F;
    font-style: italic;
    font-weight:bold;

}

#page{
    width:1100px;
    margin:0 auto;
    /*padding-bottom:25px;*/
    background-color:#fff !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);

}
.home #page{
    padding-bottom:2.5rem;
}

#content-wrap{
    padding:2.4rem 6rem;
}
#content{
    min-height: 30rem;
}
.site-footer{
    width:1100px;
    margin:0 auto;
}

.site-header{
    height:56px;
    padding:18px 10px 0 20px;
    text-align:right;
}
.site-branding{
    float:left;
}
.site-branding,.donate-button,.social,.lang{
  display:inline-block;
}
.donate-button{
    color:#810000;
    width:350px;
    margin-right:15px;
    position:relative;
    top:-8px;
}

.donate-button .text{
    width:70%;
    float:left;
    font-size:1.2rem;
    text-align:right;
    margin-right:1.2rem;
    line-height: 1.4rem;
}
.donate-button strong{
    font-style: italic;
   font-weight:bold;
}
.action-button-link{

    position:relative;

    -webkit-border-radius:30px;
    -moz-border-radius: 30px;
    border-radius:30px;
    padding:1.1rem 1.8rem;
    background-color:#fb4703;
    font-weight:bold;
    text-decoration: none;
    color:#fff;
    font-style: italic;
    letter-spacing: 1px;
    font-size:1.5rem;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.action-button-link:hover{
    background-color: #63879B;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    color:#fff;
}

.standard-button-link{

    position:relative;

    -webkit-border-radius:30px;
    -moz-border-radius: 30px;
    border-radius:30px;
    padding:1.1rem 1.8rem;
    background-color:#810000;
    font-weight:bold;
    text-decoration: none;
    color:#fff;
    font-style: italic;
    letter-spacing: 1px;
    font-size:1.5rem;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.standard-button-link:hover{
    background-color: #63879B;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    color:#fff;
    transition: background-color 200ms linear;
}

.spaced{
    margin-top:1rem;
    margin-bottom:1rem;
}

.social{
    margin-right:10px;
    position: relative;
    top:-5px;
}
.social .icon{
    width:22px;
    height:22px;
    display:inline-block;
    text-decoration: none;
    font-size:2.65rem;
    margin-right:5px;
 }
.lang{
    position: relative;
    top:-10px;
}
.lang a{
    display:inline-block;
    margin-right:6px;
    font-size:1.2rem;
}

.site-branding a.logo{
    display:block;
    text-align:left;
    width:33.3rem;
    height:2rem;
    text-indent: -9999px;
    background:transparent url('images/logo.png') no-repeat;
}

.navigation{
    border-top:2px solid #E0DED3;
    border-bottom:1px solid #E5E3DB;
    list-style-type: none;
    background-color:#fff;
    position:relative;
    height:3.7rem;
}
.navigation input{
    border:0;
    background-color:transparent;
}
.navigation li{

    display:inline-block;
    padding:.5rem 3.9rem;
    line-height: 2.3rem;
    border-right:1px solid #CBC9B5;
    border-bottom:1px solid #CBC9B5;
    float:left;
    background: #e9f3f3; /* Old browsers */
    background: -moz-linear-gradient(top,  #e9f3f3 0%, #cfe4e3 45%, #bedad8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f3f3), color-stop(45%,#cfe4e3), color-stop(100%,#bedad8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e9f3f3 0%,#cfe4e3 45%,#bedad8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e9f3f3 0%,#cfe4e3 45%,#bedad8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e9f3f3 0%,#cfe4e3 45%,#bedad8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e9f3f3 0%,#cfe4e3 45%,#bedad8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f3f3', endColorstr='#bedad8',GradientType=0 ); /* IE6-9 */
}


.navigation li a{
    font-size:1.5rem;
    font-weight:900;

    text-decoration: none;
    color:#43412F;
}
.navigation li.search{
    padding: 4px 0px 4px 0;
    position:relative;
    background: transparent;
    border-right:0;
}
.navigation li.search:before{
    position:absolute;
    top:4px;
    right:4px;
    font-size:1.5rem;
    color:#CBC9B5;
    font-weight:bold;
}
.navigation input{
    padding-left:15px;
    outline:none;
}

.children{
    display:none;
    background-color:#fff;
    padding-top:2rem;
    padding-bottom:2rem;
    position:relative;
}

.navigation li .children a{
    color:#242424;
    font-size:1.4rem;
    padding-left:2rem;
    font-weight:normal;

}
.navigation .children li{
    border:0;
    display:block;
    clear:left;
    background:transparent;
    padding-top:.2rem;
    padding-bottom:.2rem;
}
.children > li > a{
    color:#242424;
    font-size:1.4rem;
}
.navigation > li:hover  .children{
    display: block;
}
.navigation > li > .children{
    position:absolute;
    z-index:1000;
    width:100%;
    left:0;
    top:98%;
    -webkit-box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.20);
}

.navigation > li > .children li .children{
    display:block;
    position:relative;
    left:2.5rem;
    padding-top:1rem;
}
.navigation > li > .children li .children li{
    padding-left:0;
}
/*Work*/
.navigation > li:nth-child(3) > .children{
    padding-left:14rem;
}

.navigation > li:nth-child(4) > .children{
    padding-left:32rem;
}
.navigation > li:nth-child(5) > .children{
    padding-left:46.8rem;
}
.navigation > li:nth-child(6) > .children{
    padding-left:63.8rem;
}
.navigation > li:nth-child(7) > .children{
    padding-left:76.8rem;
}


.navigation li > .children a{
    border-left:4px solid #993323;
}
.navigation li:hover > .children li:hover > .children{
    display:block;
}
.navigation li > .children li > .children a{
    border-left:4px solid #FB4703;
}
.page_item:hover,
.page_item:hover a,
.page_item.current_page_ancestor,
.page_item.current_page_item,
.page_item.current_page_ancestor a{

    background:transparent;
    color:#FC4703;
}
.panel-grid-cell h1:first-child{
    margin-top:0 !important;
}

.post{
    padding:5rem;

    width:48%;
    float:left;
    height:100%;
    border:1px solid #CECCBB;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    border-radius:10px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #cee4e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(100%,#cee4e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#cee4e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#cee4e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#cee4e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#cee4e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cee4e1',GradientType=0 ); /* IE6-9 */


    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);

    vertical-align: middle;
    display: table-cell;
    float: none !important;
    vertical-align: top;
}
.empty-article{
    vertical-align: middle;
    display: table-cell;
    float: none !important;
    vertical-align: top;
}
.post .entry-title{
    margin-bottom:1rem;
}
.post:first-child{
   margin-left:6rem;
}

.new-items .post{
    padding:2rem;
    /*height:30rem;*/

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width:25%;
    margin:3rem .2rem;


}


.feature{
    min-height:35rem;
    border-bottom:1px solid #DEDDD1;
    clear:both;
}
.featured-post{
    width:100%;
    height: 35rem;
    background: transparent url('images/backgrounds/featured-back-1.jpg') no-repeat 0;
    background-size: contain;
}
.featured-post .entry-content{
    width:65%;
    float:right;
    padding-left:18%;
    padding-top:2rem;
    padding-right:6rem;

    height: 35rem;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0.01) 0%, rgba(255,255,255,0.05) 1%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.01)), color-stop(1%,rgba(255,255,255,0.05)), color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.05) 1%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.05) 1%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.05) 1%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.05) 1%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    font-size:2.3rem;
    color:#555555;
    font-weight:300;
    line-height:3rem;

}
.featured-post .entry-header{
    margin-bottom:2.5rem;
}
.featured-post h2 a{
    color:#000;
    font-size:3.1rem;
    font-style: italic;
    font-weight:700;
    line-height:3.1rem;
}
.site-main{
    border-top:1px solid #E8E7DE;
}
.clearfix:after{

    content: "";
    display: table;
    clear: both;

}
.entry-title a{
    color:#FC4703;
    text-decoration: none;
    font-weight:900;
    font-size: 1.8rem;
    line-height: 2.5rem;
}
.new-items{
    margin-left:6rem;
    margin-right:6rem;
    margin-top:4rem;
    clear:both;
}
.new-items .entry-title a{
    color:#000;
    font-weight:700;
}
.new-items h1,
.page-content-text .widget-title,
h3.widget-title{
    color: #FB4703;
    text-transform: uppercase;
	font-style:normal;
    font-size:2.4rem;
    font-weight: 900;
    padding-bottom: 1rem;
    border-bottom:1px solid #CBC9B5;
}
.panel-grid h3.widget-title{
    margin-bottom:4rem;
    line-height:2.5rem;
}
.page-content-text .widget-title{
    text-transform: none;
}

.entry-content .so-panel h2{
  /*color:#9a3324;*/
  /*font-size:2.4rem;*/
  /*font-weight: 900;*/
  /*margin-bottom:2.5rem;*/
  /*margin-top:4rem;*/
    /*line-height: 2.5rem;*/
}
.entry-content .so-panel h2:first-child{
    margin-top:1rem;
}

.article-content.search-result{
    padding:1.5rem;
	padding-left:0;
}
.search-results{
    padding:4rem;
}

.new-items h1 a{
    float:right;
    font-size:1.4rem;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
}

.row-full-height {
    height: 100%;
}
.col-full-height {
    height: 100%;
    vertical-align: middle;
    display: table-cell;
    float: none !important;
}
.item-row {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;

    border-spacing: 2rem;
    padding-left: 5rem;
    padding-right: 5rem;
    margin-top:3rem;
}
.new-items .item-row{
    border-spacing: .2rem;
    padding-left:0;
    padding-right:0;
}

.site-footer{
    margin-top:4rem;
    margin-bottom:2rem;
    font-size:1.2rem;
    text-align: center;
}
.site-footer img{
   margin: 0 1rem;
   vertical-align: middle;
}
.site-footer .admin-login{
    float:right;
}
.site-footer .lang{
    top:0;
    margin-right:2rem;
}

.mobile{
    display:none !important;
}

.supported-by{
    display: inline-block;
}

.page-content-text{
    padding:6rem 2rem 2rem 0;
}
.page-content-text .widget-title{
   font-size:1.8rem;
    margin-bottom:3rem;
}

.entry-content .panel-grid-cell:nth-child(2){
    padding-top:12rem;
}
.entry-content .panel-grid-cell .panel-grid-cell:nth-child(2){
    padding-top:0;
}
.accordion>li>a:first-child{
    padding:5rem;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #cee4e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(100%,#cee4e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#cee4e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#cee4e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#cee4e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#cee4e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cee4e1',GradientType=0 ); /* IE6-9 */



    display: block;
    float: none !important;
    vertical-align: top;
}
.page .entry-content  .accordion>li>a{

    color:#555555;
    font-size:1.8rem;
    font-weight: 900;
    line-height: 2rem;
    position:relative;
    padding:2rem 5.5rem 2rem 2rem;
    text-indent: 0;
}
.page .entry-content .accordion p a{
    display:inline;
    line-height: inherit;
    text-indent: 0;
    padding:0;
    text-decoration: underline;
}
.page .entry-content .accordion p a:hover{
    color: #FB4703;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear;
}
.page .entry-content .accordion p a:after{
    display: none;
}
.accordion>li>a.active{
    border-bottom:1px solid #CECCBB;
}
.accordion>li{
    border:1px solid #CECCBB;
    margin-bottom:1rem;
}

.panel-grid .news-listing .panel-grid-cell:last-child{
    padding-right:10rem !important;
}
.panel-grid .news-listing .widget-title{
    color:#9a3324;
    border:0;
    text-transform: none;
    margin-bottom:1rem;
}


.entry-content .news-listing  .panel-grid-cell .panel-grid-cell:nth-child(2){
    padding-top:0rem;
}

.page .entry-content  .accordion>li>a:after {
    width: 8px;
    height: 8px;

    position: absolute;
    right: 4rem;
    left:auto;
    content: "+";
    transform:none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    border:0;
    font-weight: 900;
    font-size: 3.5rem;
    top:50%;
    color:#555555;
    line-height: 1px;

}
.page .entry-content  .accordion a.active:after {
    content: "\2013";
}

.page .entry-content  .accordion .title{
    color:#fc4703;
}
.single-format-gallery .article-content{
    position: relative;
}
.single-format-gallery .content-area{
    background: transparent url('images/backgrounds/PhotoCollage1.jpg') no-repeat 0;
    background-size: cover;
}
.content-area{
	padding-right:2rem;
}
.single-format-gallery .article-content{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;1+0,0.6+52,1+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 52%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(52%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 52%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 52%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 52%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 52%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.single-format-gallery .content-area{
    padding-right: 0;
}

.side-feature h2.entry-title{
    margin-top:0;
    margin-bottom:2rem;
}

.article-content{
    padding:4rem;

}

.article-content .entry-content .panel-grid-cell:nth-child(2){
    padding-top:0;
}
.article-content .panel-grid .panel-grid-cell:last-child{
    padding-right:0 !important;
}
.article-content h3.widget-title{
    margin-bottom:2rem;
    line-height: 3rem;
}
.type-page>.entry-header{
    /*display: none;*/
    position: absolute;
    width: 68%;
    right :0;
    top: 6rem;
}
article{
    position: relative;
}

.flat-feature-box{
    padding:2rem;
    color:#555555;
    border:1px solid #cbc9b6;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    border-radius:10px;
    background: #ffffff; /* Old browsers */
}
.flat-feature-box h3.widget-title{
    color:#9a3324;
    border:0;
    font-size:2rem;
    font-weight:700;
    text-transform: none;
    margin-bottom:1rem;
	line-height:2rem;

}

.grad-feature-box{
    padding:2rem;
    color:#555555;
    border:1px solid #cbc9b6;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    border-radius:10px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #cee4e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(100%,#cee4e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#cee4e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#cee4e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#cee4e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#cee4e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cee4e1',GradientType=0 ); /* IE6-9 */
    /*height:auto !important;*/

}
.grad-feature-box h3.widget-title{
    color:#9a3324;
    border:0;
    font-size:2.7rem;
    font-weight:700;
    text-transform: none;
    margin-bottom:1rem;

}

.page-template-full-page-back  .panel-grid-cell{
	padding-left:10px !important;
	padding-right:10px !important;
}


@media (max-width: 1100px) {
    .full{
        display:none !important;
    }
    .mobile{
        display:inline-block !important;;
    }
    html{
        font-size:80%;
    }
    .content-area{
        padding-right:0;
    }
    .type-page>.entry-header{
        position:static;
        width:auto;
        padding:0 1rem;
    }
    #page{
        width:100%;
        /*min-width: 400px;*/
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
	.panel-grid .panel-grid-cell .panel-grid-cell:last-child,
	.panel-grid .news-listing .panel-grid-cell:last-child{
		padding-right:0rem !important;
	}
	.panel-grid .news-listing .panel-grid-cell:last-child{
		padding-right:1rem !important;
	}
	.news-listing .panel-grid .panel-grid-cell{
		margin-bottom:0 !important;
	}

	.page-template-full-page-back  .panel-grid:first-child .panel-grid-cell:first-child{
		display:block;
	}
	.page-template-full-page-back  .panel-grid-cell:first-child{
		display:none;
	}

	.page-template-full-page-back  .article-content .panel-grid .panel-grid-cell:last-child{
		padding-right:1rem !important;
	}

    .widget_side-nav{
        display:none;
    }
	.side-nav-container{

		display:none;
	}
    .panel-grid .panel-grid-cell:last-child{
        padding-right:1rem !important;
         padding-left:1rem !important;
    }

    input[type="text"]::-moz-placeholder
    {
        color: #43412F;
        font-style: italic;
        font-weight:normal;

    }
    input[type="text"]:-ms-input-placeholder
    {
        color: #43412F;
        font-style: italic;
        font-weight:normal;

    }
    input[type="text"]::-webkit-input-placeholder
    {
        color: #43412F;
        font-style: italic;
        font-weight:normal;

    }
    .donate-button{
        display:block;
        position: static;
        width:100%;
        text-align: center;

        margin-top:4.1rem;
        padding-top:1.5rem;
		padding-bottom:1rem;
		margin-bottom:1.5rem;
		border-bottom:1px solid #cbc9b6;

    }
	.feature-box-parent{
		display:block;
	}

	.panel-grid-cell .so-panel{
		margin-bottom:0 !important;
	}
	.home .donate-button{
		margin-bottom:0;
	}
	.donate-button .action-button-link{
		font-size:1.3rem;
		padding:.8rem 1.4rem;

	}
    .donate-button:after{
        content: "";
        display:table;
        clear: both;
    }
    .donate-button .text{

        display:inline-block;
        width:65%;
		font-size:1rem;
        margin-right: 0;
    }
	.article-content{
		padding:1rem;
	}
    .navigation > li:nth-child(6) > .children,
    .navigation > li:nth-child(7) > .children{
        padding-left:0;
    }

    .site-header{
        padding: 0rem;
        height:auto;
    }

    .site-branding{
        float:none;
        width:100%;
        text-align: left;
        border-bottom:2px solid #CBC9B5;
        position:fixed;
        z-index:3000;
        background-color:#ffffff;
        top:0;
        left:0;
    }
    .site-branding a.logo{
        display:inline-block;
        width:70%;
        background:transparent url('images/logo@2x.png') no-repeat;
        background-size: contain;
        max-width: 33.3rem;
    }
    .nav-toggle{
        font-size:2.8rem;
        text-align: center;
        border-right:2px solid #CBC9B5;
        display:inline-block;
        width:50px;
        height:50px;
        padding:8px;
        text-decoration: none;
        margin-right:25px;
        color:#555555;
        background: #e9f3f3; /* Old browsers */
        background: -moz-linear-gradient(top,  #e9f3f3 0%, #cfe4e3 45%, #bedad8 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f3f3), color-stop(45%,#cfe4e3), color-stop(100%,#bedad8)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #e9f3f3 0%,#cfe4e3 45%,#bedad8 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #e9f3f3 0%,#cfe4e3 45%,#bedad8 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #e9f3f3 0%,#cfe4e3 45%,#bedad8 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #e9f3f3 0%,#cfe4e3 45%,#bedad8 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f3f3', endColorstr='#bedad8',GradientType=0 ); /* IE6-9 */
    }
    #overlay{
        display:none;
        background-color:#000000;
        opacity:.6;
        width:100%;
        height:100%;
        z-index:750;
        position:fixed;
        top:0;
        left:0;
    }
    #overlay.active{
        display:block;
    }
    .nav-toggle.active{
        background: #FB4703 none;
        color:#ffffff;
    }
    .navigation li > .children a{
        border-left:4px solid #993323;
    }

    .navigation li > .children li > .children a{
        border-left:4px solid #FB4703;
    }
    .navigation > li:nth-child(2) > .children,
    .navigation > li:nth-child(3) > .children,
    .navigation > li:nth-child(4) > .children,
    .navigation > li:nth-child(5) > .children{
        padding-left:0;
    }
    .navigation > li > .children li .children{
        left:1.5rem;
    }
    .navigation li a{
        white-space: nowrap;
    }


    .navigation{
        display:none;
        background-color:#ffffff;
        height:auto;
        padding:1rem;
    }

    .navigation.active{
        display:block;
        position:absolute;
        top:50px;
        left:48px;
        border:2px solid #CBC9B5;
        z-index: 2000;
        width:90%;
    }
    .navigation.active .children{
        display:block;
    }
    .navigation li{
        display: block !important;
        background:transparent;
        border:0;
        float:none;
        padding: .5rem 1rem;

    }
    .navigation li .children{
        padding-top:.5rem;
        padding-bottom:1rem;
        font-size:1rem;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow:none;
        position: static;
    }
    .navigation li .children li a{
        font-size:1.2rem;
        padding-left:1rem;
    }
    .navigation li.search:before{
        line-height: 3.2rem;
    }
    .navigation li.search input{
        border:1px solid #E2E1D6;
        width:100%;
        line-height: 3rem;
    }
    .navigation .lang a {
        display:block;
        text-decoration: underline;
        font-weight: normal;
        color:#555555;
        margin:1rem 0;
    }
    .navigation .social{
        text-align: center;
    }
    .navigation li.search{
        margin: 2rem 10px 2rem 0;
    }
    .navigation .social a {
        font-weight:normal;
        color:#555555;
        width:auto;
        height:auto;
        font-size:3.5rem;
        margin-right:15px;
    }
    .navigation .social a:last-child{
        margin-right: 5px;
    }
    .navigation li .children li{
        padding-top:.5rem;
        padding-bottom:.5rem;
        padding-left:0;
    }
    .site-footer{
        width:100%;
        background-color:#E1E1E1;
        text-align: center;
        padding:4rem 1rem;
        margin-top:1rem;
        margin-bottom:0;
        box-sizing: padding-box;
    }
    .site-footer a:nth-child(2):before{
        content:"";
        display: block;

    }
    .site-footer img{
        margin-top:1rem;
    }
    .site-footer .admin-login{
        display: none;
    }
    .supported-by{
        display:block;
    }
    .feature{
        padding-bottom: 7rem;
    }
    .featured-post{
        position: relative;
        background-position:0 0 !important;
        background-size:100% auto !important;

    }
    .featured-post .entry-content{
        width:100%;
        background:transparent;
        margin-top:70%;
        padding: 0 1rem 1rem;
    }
    .post{
        display:block;
        width:auto;
        margin:1rem;
		padding:2rem;
    }
    .post:first-child{
        margin:1rem;
    }
    .item-row{
        display:block;
        padding-left:0;
        padding-right:0;
    }
    .new-items .post{
        width:auto;
        margin:1rem 0 !important;
    }

    .new-items{
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 2rem;
        clear: both;
    }
    .news-items .item-row{
        padding-left:0;
        padding-right:0;
    }
}


/* Hide the donate button on one page */
.page-id-73 .donate-button a{
   display:none;
}