@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
.container {
    max-width: 1110px;
    padding: 0 10px
}
@media all and (max-width: 480px) {
    .container {
        max-width: 460px
    }
}
@media all and (max-width: 680px) {
    .container {
        padding: 0 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }
}
.container.main {
    padding: 18px 10px 40px
}
@media all and (max-width: 680px) {
    .container.main {
        padding: 18px 40px 40px
    }
}
.container.single {
    padding: 18px 10px 24px
}
@media all and (max-width: 680px) {
    .container.single {
        padding: 18px 40px 24px
    }
}
.container.support {
    padding: 24px 10px 54px
}
@media all and (max-width: 680px) {
    .container.support {
        padding: 24px 40px 54px
    }
}
.sidebar {
    padding-bottom: 0
}
@media all and (max-width: 680px) {
    .sidebar {
        padding-bottom: 24px
    }
}
header .logo-tag {
    position: relative
}
@media all and (max-width: 680px) {
    header .logo-tag {
        position: absolute;
        bottom: 6px
    }
}
@media all and (max-width: 680px) {
    header .logo a img {
        max-width: 90px
    }
}
header .logo .tagline {
    display: inline-block
}
@media all and (max-width: 680px) {
    header .logo .tagline {
        display: none
    }
}
header .social {
    padding: 23px 0
}
@media all and (max-width: 680px) {
    header .social {
        padding: 17px 0
    }
}
@media all and (max-width: 680px) {
    header .social a {
        display: none
    }
}
header .social .searchbar {
    display: inline-block
}
@media all and (max-width: 680px) {
    header .social .searchbar {
        display: none
    }
}
header .social .hamburger,
header .social-mobile {
    display: none
}
@media all and (max-width: 680px) {
    header .social .hamburger {
        display: block
    }
}
@media all and (max-width: 680px) {
    header .social-mobile {
        display: block
    }
}
header .social-mobile a i {
    color: #fff
}
header .social-mobile a:hover {
    -moz-opacity: .7;
    -webkit-opacity: .7;
    -ms-opacity: .7;
    opacity: .7
}
header .search-mobile {
    display: none
}
@media all and (max-width: 680px) {
    header .search-mobile {
        display: block
    }
}
header .search-mobile input[type=text] {
    margin: 20px 0
}
header .primary {
    background-color: #e1e1e1
}
@media all and (max-width: 680px) {
    header .primary {
        background-color: #161616;
        padding-bottom: 60px
    }
}
header .primary nav li a {
    color: #202020;
    display: inline-block;
    float: left;
    padding: 10px
}
@media all and (max-width: 680px) {
    header .primary nav li a {
        color: #fff;
        display: block;
        float: none;
        padding: 20px 0 0
    }
}
header .primary nav li a:hover {
    color: #fff;
    -webkit-text-shadow: 0 0 2px #969696;
    -moz-text-shadow: 0 0 2px #969696;
    -ms-text-shadow: 0 0 2px #969696;
    text-shadow: 0 0 2px #969696
}
@media all and (max-width: 680px) {
    header .primary nav li a:hover {
        -moz-opacity: .7;
        -webkit-opacity: .7;
        -ms-opacity: .7;
        opacity: .7;
        -webkit-text-shadow: 0 0 0 transparent;
        -moz-text-shadow: 0 0 0 transparent;
        -ms-text-shadow: 0 0 0 transparent;
        text-shadow: 0 0 0 transparent
    }
}
header .primary nav li.donate {
    text-align: center
}
@media all and (max-width: 680px) {
    header .primary nav li.donate {
        text-align: left
    }
}
header .primary nav li.donate a {
    background-color: #008f8d;
    float: right;
    min-width: 120px;
    padding: 10px 20px
}
@media all and (max-width: 680px) {
    header .primary nav li.donate a {
        background: 0 0;
        float: none;
        min-width: 0;
        padding: 20px 0 0
    }
}
header .primary nav li.donate a:hover {
    -webkit-box-shadow: inset 0 0 3px #005050;
    -moz-box-shadow: inset 0 0 3px #005050;
    -ms-box-shadow: inset 0 0 3px #005050;
    box-shadow: inset 0 0 3px #005050
}
@media all and (max-width: 680px) {
    header .primary nav li.donate a:hover {
        -moz-opacity: .7;
        -webkit-opacity: .7;
        -ms-opacity: .7;
        opacity: .7;
        -webkit-box-shadow: 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 transparent;
        -ms-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent
    }
}
article.supported {
    float: left;
    padding-left: 90px
}
@media all and (max-width: 680px) {
    article.supported {
        float: none;
        padding-left: 0
    }
}
article.supported+aside {
    float: left;
    max-width: 160px
}
@media all and (max-width: 680px) {
    article.supported+aside {
        float: none;
        max-width: 100%
    }
}
article.even {
    float: left;
    max-width: 50%;
    padding-top: 0;
    padding-bottom: 0
}
@media all and (max-width: 680px) {
    article.even {
        float: none;
        max-width: 100%;
        padding-top: 10px;
        padding-bottom: 10px
    }
}
article.even:first-child {
    border-right: 1px solid #fff;
    padding-right: 20px
}
@media all and (max-width: 680px) {
    article.even:first-child {
        border-right: none;
        padding-right: 10px
    }
}
article.even:last-child {
    border-left: 1px solid #fff;
    padding-left: 20px
}
@media all and (max-width: 680px) {
    article.even:last-child {
        border-left: none;
        padding-left: 10px
    }
}
.move {
    display: block
}
@media all and (max-width: 680px) {
    .move {
        display: none
    }
}
.move-mobile {
    display: none
}
@media all and (max-width: 680px) {
    .move-mobile {
        display: block
    }
}
.move-mobile .next,
.move-mobile .prev {
    width: 50%
}
@media all and (max-width: 480px) {
    .move-mobile .next,
    .move-mobile .prev {
        width: 100%
    }
}
.move-mobile .next {
    border-left: 1px solid #e1e1e1;
    border-top: none
}
@media all and (max-width: 480px) {
    .move-mobile .next {
        border-left: none;
        border-top: 1px solid #e1e1e1
    }
}
.previews .divide {
    display: none;
    border-color: #fff
}
@media all and (max-width: 680px) {
    .previews .divide {
        display: block
    }
}
.previews .even:first-child {
    padding-right: 80px
}
@media all and (max-width: 680px) {
    .previews .even:first-child {
        padding-right: 10px
    }
}
.previews .even:last-child {
    padding-left: 80px
}
@media all and (max-width: 680px) {
    .previews .even:last-child {
        padding-left: 10px
    }
}
.quote:before {
    content: url(../img/quote-open.png)
}
@media all and (max-width: 680px) {
    .quote:before {
        content: none
    }
}
.quote:after {
    content: url(../img/quote-close.png)
}
@media all and (max-width: 680px) {
    .quote:after {
        content: none
    }
}
.controls .select,
.controls a {
    border-right: 1px solid #fff;
    display: inline-block
}
@media all and (max-width: 480px) {
    .controls .select,
    .controls a {
        border: none;
        display: block
    }
}
.controls .select:last-child,
.controls a:last-child {
    border-left: 1px solid #fff
}
@media all and (max-width: 480px) {
    .controls .select:last-child,
    .controls a:last-child {
        border: none
    }
}
.controls .select {
    height: auto;
    margin: 0 0 0 -4px;
    width: auto
}
@media all and (max-width: 480px) {
    .controls .select {
        height: 48px;
        margin: 0;
        width: 100%
    }
}
.controls .select .category-list {
    width: auto
}
@media all and (max-width: 480px) {
    .controls .select .category-list {
        width: 100%
    }
}
.controls .select .category-list .cat-title {
    border-right: 1px solid #fff
}
@media all and (max-width: 480px) {
    .controls .select .category-list .cat-title {
        border: none
    }
}
.controls .right {
    float: right
}
@media all and (max-width: 480px) {
    .controls .right {
        float: none
    }
}
.signup .container {
    padding: 24px 10px;
    text-align: left
}
@media all and (max-width: 680px) {
    .signup .container {
        padding: 24px 40px;
        text-align: center
    }
}
.signup .cta,
.signup .mailchimp {
    float: left
}
@media all and (max-width: 480px) {
    .signup .cta,
    .signup .mailchimp {
        float: none
    }
}
.signup .cta {
    max-width: 350px;
    margin-right: 30px
}
@media all and (max-width: 480px) {
    .signup .cta {
        max-width: 100%;
        margin-right: 0
    }
}
.signup .mailchimp {
    margin: 0;
    padding-bottom: 0;
    width: 540px
}
@media all and (max-width: 680px) {
    .signup .mailchimp {
        padding-bottom: 42px;
        width: 100%
    }
}
@media all and (max-width: 480px) {
    .signup .mailchimp {
        margin: 0 auto;
        width: 240px
    }
}
.signup .mailchimp input[type=submit] {
    padding: 6px 20px;
    top: 0;
    right: -2px;
    margin: 0;
    width: auto
}
@media all and (max-width: 680px) {
    .signup .mailchimp input[type=submit] {
        padding: 6px 12px;
        top: 42px;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 100%
    }
}
footer .widget {
    margin-bottom: 0;
    width: 255px
}
@media all and (max-width: 680px) {
    footer .widget {
        margin-bottom: 20px;
        width: 100%
    }
}
footer .widget nav {
    margin-left: 60px
}
@media all and (max-width: 680px) {
    footer .widget nav {
        margin-left: 0
    }
}
footer .widget.utility {
    width: 160px
}
@media all and (max-width: 680px) {
    footer .widget.utility {
        width: 100%
    }
}
footer .widget.social {
    width: 285px
}
@media all and (max-width: 680px) {
    footer .widget.social {
        width: 100%
    }
}
#wrapper {
    display: block;
    max-height: 603px
}
@media all and (max-width: 480px) {
    #wrapper {
        display: none
    }
}
@media all and (max-width: 680px) {
    #wrapper {
        max-height: 343px
    }
}
@media all and (max-width: 680px) {
    #wrapper .carousel {
        left: -557px!important
    }
}
#wrapper .carousel .slide {
    height: 522px
}
@media all and (max-width: 680px) {
    #wrapper .carousel .slide {
        height: 262px
    }
}
#wrapper .carousel .slide img {
    height: auto;
    min-width: 1110px
}
@media all and (max-width: 680px) {
    #wrapper .carousel .slide img {
        height: 262px;
        min-width: 0
    }
}
#wrapper .carousel .slide .info {
    padding: 42px
}
@media all and (max-width: 680px) {
    #wrapper .carousel .slide .info {
        padding: 21px
    }
}
#wrapper .carousel .slide .info .title {
    font-size: 30px
}
@media all and (max-width: 680px) {
    #wrapper .carousel .slide .info .title {
        font-size: 15px
    }
}
#wrapper .next,
#wrapper .prev {
    display: block
}
@media all and (max-width: 680px) {
    #wrapper .next,
    #wrapper .prev {
        display: none
    }
}
.cover {
    height: 522px
}
@media all and (max-width: 680px) {
    .cover {
        height: 262px
    }
}
@media all and (max-width: 680px) {
    .cover .hero {
        height: 262px
    }
}
.cover .hero img {
    min-height: 522px;
    min-width: 1280px
}
@media all and (max-width: 680px) {
    .cover .hero img {
        min-height: auto;
        min-width: auto
    }
}
.cover .cta {
    bottom: 80px;
    left: 0;
    right: 0;
    padding: 0
}
@media all and (max-width: 680px) {
    .cover .cta {
        bottom: 10px;
        left: 30px;
        right: 30px;
        padding: 0 10px
    }
    .cover .cta h1 {
        font-size: 24px
    }
}
.alt-category li .category,
.alt-category li .meta,
.alt-category li .post-title {
    display: inline-block
}
@media all and (max-width: 680px) {
    .alt-category li .category,
    .alt-category li .meta,
    .alt-category li .post-title {
        display: block
    }
}
.alt-category li .meta {
    float: right
}
@media all and (max-width: 680px) {
    .alt-category li .meta {
        float: none
    }
}
.ftr-img {
    margin: 0 auto 42px
}
@media all and (max-width: 680px) {
    .ftr-img {
        margin: 0 40px 21px
    }
}
.share-post {
    position: absolute
}
@media all and (max-width: 680px) {
    .share-post {
        position: relative
    }
}
.tiled .tile {
    width: 350px
}
@media all and (max-width: 480px) {
    .tiled .tile {
        width: 240px
    }
}
body,
html {
    height: 100%;
    margin: 0;
    padding: 0
}
body {
    background-color: #202020;
    font-size: 1em
}
::-moz-selection {
    background: #a7a8ac;
    color: #fff
}
::selection {
    background: #a7a8ac;
    color: #fff
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e1e1e1;
    padding: 0
}
img {
    vertical-align: middle
}
article,
aside,
body,
button,
div,
h1,
h2,
h3,
h4,
h5,
html,
input,
p,
section,
select,
textarea {
    color: #202020;
    font-family: "Open Sans", sans-serif
}
p {
    line-height: 1.5em
}
p a {
    border-bottom: 1px solid #e1e1e1
}
p a:hover {
    border-bottom-color: #f15f27
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 700
}
h1 {
    font-size: 36px
}
h2 {
    font-size: 18px
}
h3 {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase
}
h4 {
    font-size: 16px
}
h5 {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase
}
h6 {
    background-color: #202020;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    padding: 10px 20px
}
a {
    color: #f15f27;
    text-decoration: none
}
b,
strong {
    font-weight: 700
}
em {
    font-style: italic
}
blockquote {
    border-left: 4px solid #f15f27;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 36px 0;
    padding-left: 61px;
    width: auto
}
blockquote p {
    font-family: "Open Sans", sans-serif!important;
    font-size: 24px!important;
    font-weight: 700
}
hgroup {
    width: 100%
}
form {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 0 4px #ccc;
    -moz-box-shadow: 0 0 4px #ccc;
    -ms-box-shadow: 0 0 4px #ccc;
    box-shadow: 0 0 4px #ccc
}
form p {
    margin: 0
}
form.wpcf7-form {
    padding: 20px
}
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    background-color: #fff;
    border: none;
    color: #a7a8ac;
    font-size: 14px;
    margin: 15px 0;
    padding: 10px 20px;
    width: 100%;
    -webkit-box-shadow: 0 0 4px #ccc;
    -moz-box-shadow: 0 0 4px #ccc;
    -ms-box-shadow: 0 0 4px #ccc;
    box-shadow: 0 0 4px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
    border-color: #bbb;
    color: #202020;
    outline: 0
}
textarea {
    min-height: 120px;
    resize: vertical;
    padding-top: 10px;
    padding-bottom: 10px
}
.button,
button,
input[type=button],
input[type=submit] {
    background-color: #f15f27;
    border: none;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    min-width: 160px;
    padding: 10px 20px;
    text-transform: uppercase
}
.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    -webkit-box-shadow: inset 0 0 3px #930;
    -moz-box-shadow: inset 0 0 3px #930;
    -ms-box-shadow: inset 0 0 3px #930;
    box-shadow: inset 0 0 3px #930
}
.button.alt,
button.alt,
input[type=button].alt,
input[type=submit].alt {
    background-color: #008f8d
}
.button.load,
button.load,
input[type=button].load,
input[type=submit].load {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    color: #a7a8ac;
    display: block;
    margin: 42px 0 0;
    text-align: center
}
.button.load:hover,
button.load:hover,
input[type=button].load:hover,
input[type=submit].load:hover {
    color: #202020;
    -webkit-box-shadow: inset 0 0 0 #202020;
    -moz-box-shadow: inset 0 0 0 #202020;
    -ms-box-shadow: inset 0 0 0 #202020;
    box-shadow: inset 0 0 0 #202020
}
.button:active,
button:active,
input[type=button]:active,
input[type=submit]:active {
    box-shadow: inset 1px 4px 9px -6px #000
}
select {
    display: block;
    margin: 15px 0
}
label {
    color: #202020;
    display: block;
    font-size: 18px;
    font-weight: 700;
    width: 100%
}
::-webkit-input-placeholder {
    color: #a7a8ac;
    font-size: 14px
}
:-moz-placeholder {
    color: #a7a8ac;
    font-size: 14px
}
::-moz-placeholder {
    color: #a7a8ac;
    font-size: 14px
}
:-ms-input-placeholder {
    color: #a7a8ac;
    font-size: 14px
}
.forms {
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 4px #ccc;
    -moz-box-shadow: 0 0 4px #ccc;
    -ms-box-shadow: 0 0 4px #ccc;
    box-shadow: 0 0 4px #ccc
}
.forms p {
    font-family: "Open Sans", sans-serif!important;
    font-size: 16px!important
}
.forms form {
    padding: 0;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}
.forms select {
    margin: 0 0 1.6em
}
dl,
ol,
ul {
    list-style-position: inside;
    padding: 0
}
ul.alt-staff {
    list-style: none;
    margin: 0
}
ul.alt-staff li {
    border-bottom: 1px solid #e1e1e1;
    font-size: 18px;
    padding: 10px 0;
    position: relative
}
ul.alt-staff li span {
    font-weight: 700
}
ul.alt-staff li a {
    background-color: #fff;
    font-size: 14px;
    min-width: 160px;
    padding: 12px 10px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10
}
ul.alt-staff li a:hover {
    color: #a7a8ac
}
ul.alt-staff li .meta {
    display: inline-block
}
ul.alt-category {
    list-style: none;
    margin: 0;
    position: relative
}
ul.alt-category li {
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
    position: relative
}
ul.alt-category li .category,
ul.alt-category li .meta,
ul.alt-category li .post-title {
    vertical-align: top
}
ul.alt-category li .category {
    font-size: 14px;
    width: 140px
}
ul.alt-category li .category.our-voice {
    color: #f15f27
}
ul.alt-category li .category.from-the-field {
    color: #c0d600
}
ul.alt-category li .category.nativism-watch {
    color: #22bcb9
}
ul.alt-category li .post-title {
    font-weight: 700;
    max-width: 700px
}
ul.alt-category li .post-title a {
    color: #202020
}
ul.alt-category li .post-title.our-voice a:hover {
    color: #f15f27
}
ul.alt-category li .post-title.from-the-field a:hover {
    color: #c0d600
}
ul.alt-category li .post-title.nativism-watch a:hover {
    color: #22bcb9
}
ul.alt-category li .meta {
    font-size: 14px;
    min-width: 260px;
    text-align: left
}
ul.search-results {
    list-style: none;
    margin: 0
}
ul.search-results article {
    border-bottom: 1px solid #e1e1e1;
    padding: 24px 0
}
ul.search-results article .category,
ul.search-results article .meta {
    font-size: 14px
}
ul.search-results article h2 {
    margin: 0
}
ul.search-results article h2 a {
    color: #202020
}
ul.search-results article h2 a:hover {
    -moz-opacity: .7;
    -webkit-opacity: .7;
    -ms-opacity: .7;
    opacity: .7
}
ul.search-results article p {
    font-family: Georgia, serif;
    font-size: 16px;
    margin-bottom: 0
}
ul.search-results article .category.our-voice {
    color: #f15f27
}
ul.search-results article .category.nativism-watch {
    color: #22bcb9
}
ul.search-results article .category.from-the-field {
    color: #c0d600
}
aside,
footer,
header,
section {
    width: 100%
}
.wrapper {
    background-color: #fff;
    position: relative;
    width: 100%
}
.container {
    height: auto;
    margin: 0 auto;
    position: relative
}
.container.flush {
    padding: 24px 0
}
.module>:first-child,
.module>:first-child>:first-child,
.module>:first-child>:first-child>:first-child {
    margin-top: 0
}
.module>:last-child,
.module>:last-child>:last-child,
.module>:last-child>:last-child>:last-child {
    margin-bottom: 0
}
.content,
.post {
    width: 100%
}
.page p,
.post,
.post p {
    font-family: Georgia, serif;
    font-size: 20px
}
.page p strong,
.post p strong,
.post strong {
    font-size: 19px
}
.page p img,
.post img,
.post p img {
    height: auto;
    max-width: 100%
}
.page p ol,
.page p ul,
.post ol,
.post p ol,
.post p ul,
.post ul {
    list-style-position: outside;
    padding: 0 0 0 20px
}
.page p ol li,
.page p ul li,
.post ol li,
.post p ol li,
.post p ul li,
.post ul li {
    margin-bottom: 20px
}
.page p ol li:last-child,
.page p ul li:last-child,
.post ol li:last-child,
.post p ol li:last-child,
.post p ul li:last-child,
.post ul li:last-child {
    margin-bottom: 0
}
div.post+hr {
    margin: 42px 0 0
}
article {
    padding: 42px 0;
    width: 100%
}
article.supported {
    height: auto;
    margin: 0 30px 0 0;
    max-width: 830px;
    padding-top: 0
}
article.supported-wide {
    background-color: #fff;
    float: left;
    height: auto;
    margin: 42px 30px 0 0;
    max-width: 730px;
    padding: 0;
    -webkit-box-shadow: 0 0 4px #ccc;
    -moz-box-shadow: 0 0 4px #ccc;
    -ms-box-shadow: 0 0 4px #ccc;
    box-shadow: 0 0 4px #ccc
}
article.supported-wide+aside {
    border-top: 1px solid #e1e1e1;
    float: left;
    max-width: 350px;
    margin-top: 42px
}
article.supported-wide+aside h5 {
    margin: 30px 0 24px
}
article.supported-wide .post {
    max-width: 670px;
    padding: 30px
}
article.even {
    height: auto;
    margin: 42px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
.sidebar {
    font-size: 12px;
    line-height: 1
}
.sidebar .module {
    margin-bottom: 42px;
    padding: 20px;
    -webkit-box-shadow: 0 0 4px #ccc;
    -moz-box-shadow: 0 0 4px #ccc;
    -ms-box-shadow: 0 0 4px #ccc;
    box-shadow: 0 0 4px #ccc
}
.sidebar .module:last-child {
    margin-bottom: 0
}
.sidebar a {
    border-bottom: 1px solid #e1e1e1;
    display: block;
    padding: 8px 0
}
.sidebar a:hover {
    color: #a7a8ac
}
.home .primary {
    border: none
}
.category-nativism-watch .primary,
.category-nativism-watch.primary {
    border-color: #22bcb9
}
.category-nativism-watch .tile h6 {
    background-color: #22bcb9
}
.category-nativism-watch .recommendation-article-title:hover {
    color: #22bcb9
}
.category-culture .primary,
.category-culture.primary,
.category-health-environment .primary,
.category-health-environment.primary,
.category-immigration .primary,
.category-immigration.primary,
.category-islamophobia .primary,
.category-islamophobia.primary,
.category-news-politics .primary,
.category-news-politics.primary,
.category-our-voice .primary,
.category-our-voice.primary {
    border-color: #f15f27
}
.category-culture .tile h6,
.category-health-environment .tile h6,
.category-immigration .tile h6,
.category-islamophobia .tile h6,
.category-news-politics .tile h6,
.category-our-voice .tile h6 {
    background-color: #f15f27
}
.category-culture .recommendation-article-title:hover,
.category-health-environment .recommendation-article-title:hover,
.category-immigration .recommendation-article-title:hover,
.category-islamophobia .recommendation-article-title:hover,
.category-news-politics .recommendation-article-title:hover,
.category-our-voice .recommendation-article-title:hover {
    color: #f15f27
}
.category-from-the-field .primary,
.category-from-the-field.primary,
.category-frontline .primary,
.category-frontline.primary {
    border-color: #c0d600
}
.category-from-the-field .tile h6,
.category-frontline .tile h6 {
    background-color: #c0d600
}
.category-from-the-field .recommendation-article-title:hover,
.category-frontline .recommendation-article-title:hover {
    color: #c0d600
}
.resources .primary {
    border-color: #008f8d!important
}
.error404 article.flush {
    min-height: 600px
}
header {
    font-family: "Open Sans", sans-serif;
    position: relative
}
header .container ul {
    margin: 0;
    padding: 0
}
header .logo-tag {
    background-color: #202020;
    width: 100%;
    z-index: 100
}
header .logo {
    float: left;
    padding: 18px 0
}
header .logo a {
    padding: 10px 0
}
header .logo .tagline {
    border-left: 1px solid #fff;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 16px;
    padding: 10px 10px 10px 16px;
    text-transform: uppercase;
    vertical-align: middle
}
header .social {
    float: right;
    overflow: hidden
}
header .social a i {
    color: #fff;
    font-size: 16px
}
header .social a:hover {
    -moz-opacity: .7;
    -webkit-opacity: .7;
    -ms-opacity: .7;
    opacity: .7
}
header .social .searchbar {
    margin-right: -200px;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    opacity: 0
}
header .social .searchbar form {
    font-size: 14px
}
header .social .searchbar form input[type=text] {
    margin: 0;
    padding: 2px 10px;
    width: 200px
}
header .social .searchbar form input[type=submit] {
    display: none
}
header .social .hamburger {
    background: url(../img/btn-hamburger.png) no-repeat;
    height: 24px;
    width: 29px
}
header .social-mobile {
    margin-top: 20px
}
header .social-mobile a {
    display: inline-block!important
}
header .primary {
    border-bottom: 6px solid #008f8d
}
header .primary nav li a {
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}
header .primary nav li:first-child a {
    padding-left: 0
}
header .primary nav li.donate a {
    color: #fff
}
header .primary .search-mobile form {
    background-color: #161616;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}
header .primary .search-mobile form input[type=submit] {
    display: none
}
header::-webkit-input-placeholder {
    font-size: 12px
}
header:-moz-placeholder {
    font-size: 12px
}
header::-moz-placeholder {
    font-size: 12px
}
header:-ms-input-placeholder {
    font-size: 12px
}
header input[type=text] {
    font-size: 12px
}
#wrapper {
    background-color: #fff;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0 8px 6px -6px #e1e1e1;
    -moz-box-shadow: 0 8px 6px -6px #e1e1e1;
    -ms-box-shadow: 0 8px 6px -6px #e1e1e1;
    box-shadow: 0 8px 6px -6px #e1e1e1
}
#wrapper .carousel {
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    opacity: 0
}
#wrapper .carousel .slide {
    display: block;
    float: left;
    position: relative;
    overflow: hidden
}
#wrapper .carousel .slide img {
    width: auto
}
#wrapper .carousel .slide.watch {
    border-top: 6px solid #22bcb9
}
#wrapper .carousel .slide.field {
    border-top: 6px solid #c0d600
}
#wrapper .carousel .slide.voice {
    border-top: 6px solid #f15f27
}
#wrapper .carousel .slide .info {
    background-color: rgba(32, 32, 32, .6);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
#wrapper .carousel .slide .info .meta,
#wrapper .carousel .slide .info .title {
    color: #fff
}
#wrapper .carousel .slide .info .title {
    font-weight: 700
}
#wrapper .next,
#wrapper .prev {
    height: 528px;
    width: 50%;
    top: 0;
    position: absolute;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    opacity: 0
}
#wrapper .next .arrow,
#wrapper .prev .arrow {
    background: url(../img/arrows-sprite.png) no-repeat;
    display: block;
    height: 43px;
    width: 22px;
    position: absolute
}
#wrapper .next .arrow.nex,
#wrapper .prev .arrow.nex {
    background-position: -22px 0;
    top: 40%;
    left: 30px
}
#wrapper .next .arrow.pre,
#wrapper .prev .arrow.pre {
    top: 40%;
    right: 30px
}
#wrapper .prev {
    left: -40%
}
#wrapper .next {
    right: -40%
}
#wrapper .pager {
    text-align: center;
    padding: 24px 0
}
#wrapper .pager a {
    background-color: #e1e1e1;
    border-radius: 12px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px 0 0;
    -webkit-box-shadow: inset 0 0 10px #5c5c5c;
    -moz-box-shadow: inset 0 0 10px #5c5c5c;
    -ms-box-shadow: inset 0 0 10px #5c5c5c;
    box-shadow: inset 0 0 10px #5c5c5c
}
#wrapper .pager a:hover {
    background-color: rgba(255, 255, 255, .5)
}
#wrapper .pager a span {
    display: none
}
#wrapper .pager a.selected {
    background-color: #202020
}
.cover {
    position: relative;
    overflow: hidden
}
.cover .hero {
    height: 522px
}
.cover .hero img {
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    z-index: 0
}
.cover .cta {
    margin: 0 auto;
    max-width: 1110px;
    text-align: left;
    position: absolute;
    z-index: 10
}
.cover .cta h1,
.cover .cta h2 {
    color: #fff;
    max-width: 900px;
    margin: 0
}
.cover .cta h2 {
    letter-spacing: 1px;
    text-transform: uppercase
}
.tiled {
    margin-left: -30px
}
.tiled .link {
    display: block
}
.tiled .link:hover figure img {
    -moz-opacity: .7;
    -webkit-opacity: .7;
    -ms-opacity: .7;
    opacity: .7
}
.tiled .tile {
    background-color: #fff;
    float: left;
    height: auto;
    margin-left: 30px;
    margin-top: 30px;
    position: relative;
    -webkit-box-shadow: 0 0 4px #ccc;
    -moz-box-shadow: 0 0 4px #ccc;
    -ms-box-shadow: 0 0 4px #ccc;
    box-shadow: 0 0 4px #ccc
}
.tiled .tile figure {
    max-height: 198px;
    max-width: 350px;
    overflow: hidden
}
.tiled .tile figure img {
    height: 100%;
    width: 100%
}
.tiled .tile .meta {
    background-color: #fff;
    padding: 36px 20px;
    font-size: 14px
}
.tiled .tile .meta h2 {
    margin: 0
}
.tiled .tile .meta h2 a {
    display: block
}
.tiled .tile .meta .author:after {
    content: " • ";
    margin: 0
}
.tiled .tile .meta a {
    color: #202020
}
.tiled .tile.watch h6 {
    background-color: #22bcb9
}
.tiled .tile.watch:hover .meta h2 {
    color: #22bcb9
}
.tiled .tile.field h6 {
    background-color: #c0d600
}
.tiled .tile.field:hover .meta h2 {
    color: #c0d600
}
.tiled .tile.voice h6 {
    background-color: #f15f27
}
.tiled .tile.level-one:hover .meta h2,
.tiled .tile.voice:hover .meta h2 {
    color: #f15f27
}
.tiled .tile.level-two:hover .meta h2 {
    color: #c0d600
}
.tiled .tile.level-three:hover .meta h2 {
    color: #22bcb9
}
.tiled .tile.level-four:hover .meta h2 {
    color: #008f8d
}
.tiled.levels .tile .meta {
    padding: 24px 20px
}

.tile-front .tile:first-child {
	display: none;
}

.list-view {
    display: none
}
.sidebar .tiled {
    line-height: normal;
    margin: 0
}
.sidebar .tiled a {
    padding: 0
}
.sidebar .tiled .tile {
    float: none;
    margin: 0 0 30px
}
.sidebar .tiled .tile:first-child {
    margin-top: 0
}
.sidebar .alt-category li {
    margin: 0;
    padding: 8px 0
}
.sidebar .alt-category li:first-child {
    padding-top: 0
}
.sidebar .alt-category li a {
    border-bottom: none
}
.sidebar .get-archives ul {
    list-style: none;
    margin: 0
}
.sidebar .get-archives .widgettitle {
    display: none
}
.sidebar .get-archives .jaw_widget li.jaw_years a.jaw_years {
    color: #202020;
    font-size: 12px;
    font-weight: 700;
    position: relative
}
.sidebar .get-archives .jaw_widget li.jaw_years a.jaw_years .jaw_symbol {
    display: none
}
.sidebar .get-archives .jaw_widget li.jaw_years a.jaw_years .jaw_symbol:after {
    background-color: #202020;
    color: #fff;
    content: "+";
    height: 13px;
    width: 15px;
    text-align: center;
    padding-top: 2px;
    position: absolute;
    right: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
.sidebar .get-archives .jaw_widget li.jaw_years.expanded a.jaw_years .jaw_symbol:after {
    content: "-";
    height: 14px;
    padding-top: 1px
}
.sidebar .get-archives .jaw_widget .jaw_months {
    font-weight: 400
}
.resource-info .tag {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    padding: 10px 12px;
    text-transform: uppercase;
    width: auto
}
.resource-info .tag.one {
    background-color: #f15f27
}
.resource-info .tag.two {
    background-color: #c0d600
}
.resource-info .tag.three {
    background-color: #22bcb9
}
.resource-info .tag.four {
    background-color: #008f8d
}
.resource-info h1 {
    margin: 6px 0 0
}
.resource-info h1+.update {
    font-size: 18px;
    margin-bottom: 30px
}
.archives .kicker h3,
.category-from-the-field .kicker h3,
.category-nativism-watch .kicker h3,
.category-our-voice .kicker h3 {
    margin-bottom: 18px
}
.archives .kicker .desc,
.category-from-the-field .kicker .desc,
.category-nativism-watch .kicker .desc,
.category-our-voice .kicker .desc {
    margin: 0
}
.category-nativism-watch .kicker h3,
.category-nativism-watch .kicker h3 a {
    color: #22bcb9
}
.category-nativism-watch .controls .selected {
    background-color: #22bcb9
}
.category-nativism-watch .ftr-img {
    border-color: #22bcb9
}
.category-nativism-watch ul.alt-category .category {
    color: #22bcb9
}
.category-from-the-field .kicker h3,
.category-from-the-field .kicker h3 a,
.category-frontline .kicker h3,
.category-frontline .kicker h3 a {
    color: #c0d600
}
.category-from-the-field .controls .selected,
.category-frontline .controls .selected {
    background-color: #c0d600
}
.category-from-the-field .ftr-img,
.category-frontline .ftr-img {
    border-color: #c0d600
}
.category-from-the-field ul.alt-category .category,
.category-frontline ul.alt-category .category {
    color: #c0d600
}
.category-culture .kicker h3,
.category-culture .kicker h3 a,
.category-health-environment .kicker h3,
.category-health-environment .kicker h3 a,
.category-immigration .kicker h3,
.category-immigration .kicker h3 a,
.category-islamophobia .kicker h3,
.category-islamophobia .kicker h3 a,
.category-news-politics .kicker h3,
.category-news-politics .kicker h3 a,
.category-our-voice .kicker h3,
.category-our-voice .kicker h3 a {
    color: #f15f27
}
.category-culture .controls .selected,
.category-health-environment .controls .selected,
.category-immigration .controls .selected,
.category-islamophobia .controls .selected,
.category-news-politics .controls .selected,
.category-our-voice .controls .selected {
    background-color: #f15f27
}
.category-culture .ftr-img,
.category-health-environment .ftr-img,
.category-immigration .ftr-img,
.category-islamophobia .ftr-img,
.category-news-politics .ftr-img,
.category-our-voice .ftr-img {
    border-color: #f15f27
}
.category-culture ul.alt-category .category,
.category-health-environment ul.alt-category .category,
.category-immigration ul.alt-category .category,
.category-islamophobia ul.alt-category .category,
.category-news-politics ul.alt-category .category,
.category-our-voice ul.alt-category .category {
    color: #f15f27
}
.kicker h3,
.kicker h3 a {
    color: #008f8d;
    margin-bottom: 18px
}
.kicker h3.breadcrumbs a:after {
    content: " • "
}
.kicker h3.breadcrumbs a:last-child:after {
    content: none
}
.controls {
    background-color: #202020;
    color: #fff;
    margin: 35px 0 10px;
    -webkit-box-shadow: 0 0 4px #ccc;
    -moz-box-shadow: 0 0 4px #ccc;
    -ms-box-shadow: 0 0 4px #ccc;
    box-shadow: 0 0 4px #ccc
}
.controls .select,
.controls a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 20px;
    position: relative;
    vertical-align: top
}
.controls .select:last-child,
.controls a:last-child {
    border-right: none
}
.controls .select {
    padding: 0
}
.controls .select .category-list {
    background-color: #202020;
    max-height: 48px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 100
}
.controls .select .category-list:hover {
    cursor: pointer;
    max-height: none
}
.controls .select .category-list>li.categories .cat-title {
    color: #fff;
    min-width: 140px;
    padding: 15px 20px
}
.controls .select .category-list>li.categories .cat-title:after {
    content: "▼";
    font-size: 10px;
    position: absolute;
    right: 20px;
    top: 18px
}
.controls .select .category-list>li.categories ul {
    margin: 0
}
.controls .select .category-list>li.categories ul .cat-item {
    border-top: 1px solid #fff
}
.controls .select .category-list>li.categories ul .cat-item:hover a {
    -moz-opacity: .7;
    -webkit-opacity: .7;
    -ms-opacity: .7;
    opacity: .7
}
.controls .select .category-list li {
    color: #fff;
    list-style: none
}
.controls .select .category-list li a {
    border-left: none
}
.controls .select .category-list li.cat-item-none {
    padding: 15px 20px
}
.level-title {
    background-color: #202020;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 42px 0 12px;
    text-transform: uppercase;
    padding: 15px 20px;
    -webkit-box-shadow: 0 0 4px #ccc;
    -moz-box-shadow: 0 0 4px #ccc;
    -ms-box-shadow: 0 0 4px #ccc;
    box-shadow: 0 0 4px #ccc
}
.sorting {
    color: #a7a8ac;
    font-size: 14px;
    margin-top: 20px
}
.sorting a {
    display: inline-block;
    color: #a7a8ac;
    padding: 12px 6px
}
.sorting a:first-of-type {
    padding: 12px 6px 12px 0
}
.sorting a.selected {
    color: #f15f27;
    font-weight: 700
}
.author {
    margin: 24px 0 0
}
.caption {
    font-size: 14px;
    font-style: italic;
    margin: 24px 0
}
.wp-caption-text {
    font-size: 14px!important;
    font-style: italic;
    margin: 12px
}
.ftr-img {
    border-top: 6px solid;
    max-width: 1110px
}
.ftr-img figure img {
    height: auto;
    max-width: 100%
}
.move .next,
.move .prev {
    display: table;
    font-size: 12px;
    height: 50px;
    padding: 20px 60px;
    vertical-align: middle;
    width: 135px;
    position: fixed;
    top: 40%;
    z-index: 100;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}
.move .next .title,
.move .prev .title {
    color: #fff;
    display: table-cell;
    max-width: 135px;
    vertical-align: middle
}
.move .next {
    background: url(../img/arrow-next.png) no-repeat #008f8d 0 50%;
    right: -190px;
    padding-right: 50px
}
.move .prev {
    background: url(../img/arrow-prev.png) no-repeat #008f8d 100% 50%;
    left: -190px;
    padding-left: 50px
}
.move-mobile {
    border-bottom: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
.move-mobile .next,
.move-mobile .prev {
    display: table;
    float: left;
    font-size: 12px;
    padding: 20px 40px;
    vertical-align: middle;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
.move-mobile .next .title,
.move-mobile .prev .title {
    color: #202020;
    display: table-cell;
    max-width: 135px;
    vertical-align: middle
}
.move-mobile .next .title strong,
.move-mobile .prev .title strong {
    font-size: 12px
}
.move-mobile .next:hover .title,
.move-mobile .prev:hover .title {
    color: #008f8d
}
.move-mobile .next {
    background: url(../img/arrow-next-teal.png) no-repeat 5% 50%;
    padding-left: 80px
}
.move-mobile .prev {
    background: url(../img/arrow-prev-teal.png) no-repeat 95% 52%;
    padding-right: 80px
}
.previews {
    background: url(../img/bg-lines.png) repeat #e1e1e1
}
.previews h3 {
    margin-bottom: 42px
}
.previews .tiled .tile {
    margin-top: 0
}
.daily {
    height: auto
}
.daily iframe,
.daily img {
    width: 100%
}
.daily a,
.daily p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin-bottom: 0
}
.daily .wp-caption {
    max-width: 100%
}
.daily .wp-caption-text {
    font-style: italic
}
.quote {
    margin: 0 auto;
    max-width: 400px;
    padding: 20px 0;
    position: relative;
    text-align: center
}
.quote:after,
.quote:before {
    color: #fff;
    font-size: 80px;
    line-height: 0;
    position: absolute
}
.quote:before {
    top: -7px;
    left: -35px
}
.quote:after {
    bottom: 0;
    right: -35px
}
.quote .words {
    font-family: Georgia, serif;
    font-weight: lighter;
    font-size: 24px;
    line-height: 30px
}
.quote .name {
    font-size: 18px
}
.quote .role p {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase
}
.quote hr {
    border-color: #fff;
    max-width: 50px
}
.signup {
    background-color: #008f8d
}
.signup .container {
    max-width: 920px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
.signup .cta {
    color: #fff;
    font-size: 24px;
    font-weight: 700
}
.signup .mailchimp {
    position: relative;
    -webkit-box-shadow: 0 0 2px #005050;
    -moz-box-shadow: 0 0 2px #005050;
    -ms-box-shadow: 0 0 2px #005050;
    box-shadow: 0 0 2px #005050
}
.signup .mailchimp form {
    padding: 0
}
.signup .mailchimp input[type=email] {
    height: 36px;
    margin: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}
.signup .mailchimp input[type=submit] {
    height: 36px;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
.inline-search {
    position: relative
}
.inline-search form {
    padding: 0
}
.inline-search input[type=text] {
    height: 36px;
    margin: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}
.inline-search input[type=submit] {
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 4px #ccc;
    -moz-box-shadow: 0 0 4px #ccc;
    -ms-box-shadow: 0 0 4px #ccc;
    box-shadow: 0 0 4px #ccc
}
.pagination-holder {
    padding-top: 42px
}
.pagination-holder .count {
    color: #a7a8ac;
    float: left;
    font-style: italic;
    font-size: 12px;
    width: 138px
}
.pagination-holder .pagination {
    float: left
}
.pagination-holder .pagination p {
    display: table;
    margin: -8px 0 0
}
.pagination-holder .pagination p .page-numbers {
    background-color: #f15f27;
    border-right: 8px solid #fff;
    border-bottom: none;
    display: table-cell;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    height: 36px;
    width: 36px;
    text-align: center;
    vertical-align: middle
}
.pagination-holder .pagination p .current,
.pagination-holder .pagination p .dots {
    cursor: arrow
}
.social-nav {
    position: absolute;
    top: 0;
    left: 0
}
footer {
    padding: 42px 0 62px;
    position: relative
}
footer p {
    color: #fff
}
footer .widget {
    color: #fff;
    float: left;
    margin-right: 30px
}
footer .widget:last-child {
    margin-right: 0
}
footer .widget a {
    color: #fff;
    font-size: 12px;
    word-break: break-word
}
footer .widget a:hover {
    color: #f15f27
}
footer .widget.info p {
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    margin: 0
}
footer .widget.info p a {
    font-size: 10px
}
footer .widget.social .link {
    border: 2px solid #fff;
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    text-align: center;
    width: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
footer .widget.social .link:hover {
    border-color: #f15f27
}
footer .widget.social .embed {
    float: left;
    max-width: 245px;
    word-break: break-all
}
footer .widget.social .embed li {
    list-style: none
}
footer .widget nav ul {
    margin: 0
}
footer .widget nav ul a {
    display: block
}
.lang {
    color: #fff;
    position: absolute;
    bottom: 0
}
.lang .tab {
    background-color: #202020;
    border: 1px solid #fff;
    border-bottom: none;
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    max-width: 92px;
    padding: 10px 20px;
    text-transform: uppercase;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    border-top-right-radius: 5px
}
.lang .tab i {
    margin-left: 10px
}
.lang a {
    color: #fff
}
.lang .options {
    color: #fff;
    width: 100%
}
.translate {
    background: #161616;
    border-top: 1px solid #202020;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    padding-top: 36px
}
.translate hr {
    border-color: #202020;
    margin: 0;
    visibility: hidden
}
.translate hr.show {
    visibility: visible
}
.translate .dashboard {
    display: none;
    position: relative
}
.translate .dashboard .widgettitle {
    display: none
}
.translate .dashboard .content {
    color: #fff;
    padding: 24px 0
}
.translate .dashboard .content a {
    color: #fff;
    font-size: 13px
}
.translate #tab {
    background-color: #161616;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    width: auto;
    padding: 4px 0;
    text-transform: uppercase;
    position: absolute;
    top: -30px
}
.translate #tab i.icon-up-open {
    display: inline
}
.translate #tab i.icon-down-open,
.translate #tab.tabClose i.icon-up-open {
    display: none
}
.translate #tab.tabClose i.icon-down-open {
    display: inline
}
iframe {
    max-width: 100%
}
.share-post {
    left: 0
}
.shareaholic-canvas {
    position: relative
}
.shareaholic-recommendations-container {
    border-top: 1px solid #e1e1e1;
    padding-top: 42px
}
.shareaholic-recommendations-container .shareaholic-recommendations-header {
    font-size: 18px!important;
    letter-spacing: 1px;
    margin: 0 0 30px!important;
    text-transform: uppercase
}
.shareaholic-recommendations-container .shareaholic-recommendations .shareaholic-recommendation {
    margin-bottom: 30px!important
}
.shareaholic-recommendations-container .shareaholic-recommendations .shareaholic-recommendation a .recommendation-article-details {
    list-style: none!important;
    margin: 0!important
}
.shareaholic-recommendations-container .shareaholic-recommendations .shareaholic-recommendation a .recommendation-article-details .recommendation-article-title {
    font-size: 16px;
    font-weight: 700
}
.shareaholic-recommendations-container .shareaholic-recommendations .shareaholic-recommendation:last-child {
    margin-bottom: 0
}
img.alignright {
    float: right;
    margin: 0 0 1em 1em
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.alignright {
    float: right
}
.alignleft {
    float: left
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.further h3 {
    margin: 42px 0 30px
}
.further .article {
    margin-bottom: 30px
}
.further .article:last-child {
    margin-bottom: 0
}
.further .article a {
    color: #202020
}
.further .article .meta a {
    font-size: 14px
}
.fb-feed .fb-update {
    font-size: 12px
}
.fb-feed .fb-update p {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    margin: 0
}
.fb-feed .fb-update .posted {
    color: #f15f27;
    display: block;
    margin: .25em 0 1em
}
.fb-feed .fb-update .posted:hover {
    -moz-opacity: .7;
    -webkit-opacity: .7;
    -ms-opacity: .7;
    opacity: .7
}
.twitter h1 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0
}
.twitter a {
    color: #f15f27!important
}
.twitter a:hover {
    color: #fff
}
.twitter .tweet {
    color: #fff;
    font-size: 12px;
    margin: 10px 0
}
.twitter .time:hover {
    -moz-opacity: .7;
    -webkit-opacity: .7;
    -ms-opacity: .7;
    opacity: .7
}
.home .loader {
    height: 31px;
    margin: auto;
    width: 31px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}
#temp_load {
    background-color: #fff;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    height: 31px;
    text-align: center;
    width: auto;
    padding-left: 12px;
    position: absolute;
    bottom: -78px;
    right: 0;
    left: 30px;
    z-index: 200;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
.right {
    float: right
}
.invisible {
    visibility: hidden
}
.cf:after,
.cf:before {
    content: "";
    display: table
}
.cf:after {
    clear: both
}
.hidden {
    display: none
}
[class*=" icon-"]:before,
[class^=icon-]:before {
    margin-right: 0;
    margin-left: 0
}
