/*!
Theme Name: My New Theme
Theme URI: http://prometheuslabor.com/
Author: Prometheuslabor.com
Author URI: http://prometheuslabor.com/
Description: Clean, minimalist design
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: prometheuslabor.com
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

This theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");
html {
  font-family: 'Lato', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.site-branding {
  z-index: 10000;
  position: absolute;
  top: 0px; }

body {
  margin: 0;
  font-size: 16px;
  color: #000;
  font-family: 'Lato', sans-serif; }

:focus {
  outline: 0; }

* {
  outline: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  font-size: 16px;
  color: #000000;
  font-family: 'Lato', sans-serif; }

article.format-standard {
  padding-left: 25px;
  padding-right: 25px; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
  font-size: 16px;
  color: #000;
  font-family: 'Lato', sans-serif; }

audio:not([controls]) {
  display: none;
  height: 0;
  font-family: 'Lato', sans-serif; }

[hidden],
template {
  display: none;
  font-family: 'Lato', sans-serif; }

a {
  background-color: transparent;
  font-size: 16px;
  color: #7b0706;
  font-family: 'Lato', sans-serif; }

a:active,
a:hover {
  outline: 0;
  font-family: 'Lato', sans-serif;
  color: #7b0706; }

abbr[title] {
  border-bottom: 1px dotted;
  font-family: 'Lato', sans-serif; }

b,
strong {
  font-weight: bold;
  font-family: 'Lato', sans-serif; }

dfn {
  font-style: italic;
  font-family: "Lato", sans-serif; }

h1 {
  /*font-size: 2em;*/
  margin: 0.67em 0;
  font-family: 'Lato', sans-serif; }

mark {
  background: #ff0;
  color: #000;
  font-family: 'Lato', sans-serif; }

small {
  font-size: 80%;
  font-family: 'Lato', sans-serif; }

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

sup {
  top: -0.5em;
  font-family: 'Lato', sans-serif; }

sub {
  bottom: -0.25em;
  font-family: 'Lato', sans-serif; }

img {
  border: 0;
  font-family: 'Lato', sans-serif; }

svg:not(:root) {
  overflow: hidden;
  font-family: 'Lato', sans-serif; }

figure {
  margin: 1em 40px;
  font-family: 'Lato', sans-serif; }

hr {
  box-sizing: content-box;
  height: 0;
  font-family: 'Lato', sans-serif; }

pre {
  overflow: auto;
  font-family: 'Lato', sans-serif; }

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: 'Lato', sans-serif; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  font-family: 'Lato', sans-serif; }

button {
  overflow: visible;
  font-family: 'Lato', sans-serif; }

button,
select {
  text-transform: none;
  font-family: 'Lato', sans-serif; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  font-family: 'Lato', sans-serif; }

button[disabled],
html input[disabled] {
  cursor: default;
  font-family: 'Lato', sans-serif; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  font-family: 'Lato', sans-serif; }

input {
  line-height: normal;
  font-family: 'Lato', sans-serif; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  font-family: 'Lato', sans-serif; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
  font-family: 'Lato', sans-serif; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  font-family: 'Lato', sans-serif; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  font-family: 'Lato', sans-serif; }

legend {
  border: 0;
  padding: 0;
  font-family: 'Lato', sans-serif; }

textarea {
  overflow: auto;
  font-family: 'Lato', sans-serif; }

optgroup {
  font-weight: bold;
  font-family: 'Lato', sans-serif; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: 'Lato', sans-serif; }

td,
th {
  padding: 0;
  font-family: 'Lato', sans-serif; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: 'Lato', sans-serif;
  /*font-size: 16px;*/
  font-size: 1em;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'Lato', sans-serif;
  font-weight: 700; }

h2.entry-title.not-singular {
  clear: none; }

p {
  margin-bottom: 1.5em;
  font-family: 'Lato', sans-serif; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

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

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

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

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-family: 'Lato', sans-serif; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  font-family: 'Lato', sans-serif;
  /* Fallback for when there is no custom background color defined. */ }

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  /*	font-size: 12px;
  	font-size: 0.75rem; */
  line-height: 1;
  padding: .6em 1em .4em;
  font-family: 'Lato', sans-serif; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  font-family: 'Lato', sans-serif; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  font-family: 'Lato', sans-serif; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: blue; }

a:visited {
  color: blue; }

a:hover, a:focus, a:active {
  color: blue; }

a:focus {
  outline: thin dotted; }

a:hover, a:active, a:focus {
  outline: 0; }

footer#colophon a, footer#colophon a:active, footer#colophon a:hover, footer#colophon a:visited, .widget a, .widget a:active, .widget a:hover, .widget a:visited {
  color: blue; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background: #f00;
  margin-bottom: 1em;
  padding: 0px 0px;
  border-radius: 6px;
  margin-top: 5px; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding: .6em .6em;
  text-transform: uppercase; }

@media (min-width: 922px) {
  .col-md-3 {
    /* position: -webkit-sticky; */
    /* Safari */
    /* position: sticky;
    top: 325px;*/ }

  .col-md-9 {
    padding-left: 0px; } }
.main-navigation a:hover, .main-navigation a:visited {
  color: #ffffff; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  /*top: 43px;*/
  /*left: -999em;*/
  z-index: 99999;
  visibility: hidden;
  background-color: #f00;
  opacity: 0;
  transition: opacity 1s linear;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  -ms-transition: opacity .3s linear; }

.main-navigation ul li:hover > ul {
  visibility: visible;
  opacity: 1; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  float: left;
  position: relative; }

/*.main-navigation a:hover, .main-navigation ul > li.current-menu-item {
	    background: $menu-hl-color;
}*/
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  background-color: #eee3b7;
  padding: 5px;
  border-radius: 6px;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

.widget h2.widget-title {
  background: #c6b989;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  padding: 5px 10px; }

.widget ul {
  color: #000;
  text-decoration: none;
  list-style: none;
  margin: 0px;
  padding: 10px; }

.widget li {
  color: #000;
  text-decoration: none;
  list-style: none;
  padding-bottom: 0.8em;
  line-height: 1.0em; }

.widget a {
  color: #000;
  text-decoration: none; }

form.search-form {
  padding-left: 5px; }

form.search-form input.search-field {
  padding: 7px;
  font-size: 12px; }

form.search-form input.search-submit {
  padding: 10px;
  font-size: 12px; }

form.search-form input.search-field {
  width: 100%; }

.search-form label {
  width: 70%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

.format-standard h2.entry-title a {
  color: #7b0706;
  font-weight: 700;
  font-size: 24px; }

.format-standard {
  background-color: #fdfaec;
  padding: 10px;
  border-radius: 6px; }

.entry-content .fw-page-builder-content .fw-main-row .fw-container .fw-col-xs-12 {
  padding-left: 0px;
  padding-right: 0px; }

.home-call-to-action .wrap-nivoslider.theme-default {
  margin-bottom: 10px; }

.home-call-to-action .fw-heading .fw-special-title {
  font-size: 14px;
  color: #fff;
  margin-top: 10px; }

.home-call-to-action .fw-heading {
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #c6b989;
  border-radius: 8px;
  color: #ffffff;
  font-size: 1.2em;
  margin-bottom: 20px;
  padding: 10px; }

.international_news_content h1 a, .cwa_news h1 a {
  color: #7b0706;
  font-weight: 700;
  font-size: .9em;
  text-decoration: none; }

.cwa_news {
  background: #fdfaec;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 1.5em; }

.international_news {
  padding-right: 15px; }

footer#colophon {
  text-align: center;
  color: #000000;
  background-color: #eee3b7;
  padding: 1em 0em; }

.site-title {
  display: inline-block; }

.site-description {
  display: inline-block; }

.page-header {
  margin: 0px 0 20px; }

.page-header h1.page-title {
  margin-top: 0px;
  margin-bottom: 100px; }

.entry .entry-content {
       /* background: #fdfaec;
    padding: 10px;
	    border-radius: 6px;*/ }

h1.entry-title, .page-header h1.page-title, .entry-header h2.entry-title a {
  color: #7b0706;
  font-weight: 700;
  margin-bottom: 0px; }

article h2.entry-title {
  margin-top: 0px;
  margin-bottom: 0px; }

article a.post-thumbnail {
  float: right;
  margin: 10px 0 10px 10px;
  position: relative;
  /*width: 250px;*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.3); }

main.site-main > article > header.entry-header > h1.entry-title {
  margin-top: 0em; }

.entry-header {
  margin-bottom: 10px; }

.entry-meta {
  clear: left; }

/*h2.entry-title.not-singular {
	float: left;
}*/
.entry-header.not-singular {
  float: left; }

body.search h2.entry-title {
  clear: none; }

input#cwa_change_address_submit, input.search-submit {
  padding: 15px 30px;
  font-size: 18px;
  background: #7b0706;
  border: none;
  color: #fff; }

.slideshowlink {
  display: none; }

.thumbnail-caption {
  color: white;
  height: 50px;
  maximum-height: 50px;
  overflow: scroll;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  line-height: 1.2em;
  margin-top: -50px;
  background-color: black;
  opacity: .75; }

/* Mobile Menu */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .mm-menu.mm-right.mm-front,
  .mm-menu.mm-right.mm-next {
    right: -100%; } }
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .mm-menu.mm-right {
    width: 100%; } }
#mobile-menu:not(.mm-menu) {
  display: none; }

#mobile-menu a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -moz-transition: none 0.3s ease-in-out;
  -ms-transition: none 0.3s ease-in-out;
  -o-transition: none 0.3s ease-in-out;
  transition: none 0.3s ease-in-out;
  -webkit-transition: none 0.3s ease-in-out; }

.mobile-menu {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background: #f00;
  margin-bottom: 1em;
  padding: 0px 10px;
  border-radius: 6px;
  margin-top: 5px;
  background: url(images/menu.png) no-repeat;
  background-size: 40px 40px;
  background-position: right;
  /*  right: 15px;
    position: absolute;
    padding-left: 10px;
    padding-bottom: 20px;
    top: 0;
    z-index: 99999;
    background: url(images/menu.png) no-repeat;
    background-size: 40px 40px;
    background-position: 5px 2px;
  */ }

header#masthead {
  /* position: -webkit-sticky; */
  /* Safari */
  /* position: sticky; */
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99;
  top: 0; }

/*
header#masthead::after {
  content: '';
  -webkit-box-shadow: 0 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 10px;
  z-index: 0;
}
*/
@media only screen and (min-width: 200px) {
  .mobile-menu {
    right: 20px; } }
@media (max-width: 991px) and (min-width: 787px) {
  .hidden-md {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  header#masthead {
    margin-bottom: 15px; } }
@media only screen and (min-width: 200px) and (max-width: 499px) {
  .custom-logo-link img {
    height: auto;
    max-width: 20.6vw; } }
@media only screen and (min-width: 500px) and (max-width: 549px) {
  .custom-logo-link img {
    height: auto;
    max-width: 20.75vw; } }
@media only screen and (min-width: 550px) and (max-width: 680px) {
  .custom-logo-link img {
    height: auto;
    max-width: 20.9vw; } }
@media only screen and (min-width: 681px) and (max-width: 767px) {
  .custom-logo-link img {
    height: auto;
    max-width: 21.05vw; } }
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .custom-logo-link img {
    width: 158px;
    height: 158px; } }
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .custom-logo-link img {
    width: 206px;
    height: 206px; } }
.mobile-menu a i {
  color: #fff;
  font-size: 30px; }

.mm-list > li h4 {
  color: #fff;
  display: block;
  font-size: 20px;
  margin: 17px 20px 16px;
  z-index: -1; }

.mm-list > li .close {
  background: url(images/close_icon.png) no-repeat;
  border: 0px;
  cursor: pointer;
  float: right;
  height: 15px;
  padding: 0;
  margin: -35px 20px 0 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  width: 15px; }

.mm-list > li:hover {
  background-color: rgba(28, 28, 28, 0.5); }

.mm-list > li.mobile-title:hover {
  background-color: transparent; }

.mm-list > li.mm-selected > a.close:not(.mm-subopen) {
  background: url(images/close_icon.png) no-repeat; }

.mobile-search {
  position: relative; }

.mobile-search input {
  background-color: #000;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  height: 46px;
  padding: 0 90px 1px 20px;
  width: 100%; }

.mobile-search input:focus {
  color: #fff; }

.mobile-search input::-moz-placeholder {
  color: #fff;
  opacity: 1; }

.mobile-search input:-ms-input-placeholder {
  color: #fff; }

.mobile-search input::-webkit-input-placeholder {
  color: #fff; }

.mobile-search input:-moz-placeholder {
  color: #fff;
  opacity: 1; }

.mobile-search input::-moz-placeholder {
  color: #fff;
  opacity: 1; }

.mobile-search input:-ms-input-placeholder {
  color: #fff;
  opacity: 1; }

.mobile-search input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; }

.mobile-search .btn {
  background-color: #00adef;
  border-color: #00adef;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: 70px; }

.mobile-search .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00adef; }

.mm-panel > .mm-list {
  margin-left: 0px;
  margin-right: 0px; }

.mobile-menu > a {
  text-decoration: none;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  /*	position:relative;
  	top:10px;
  	padding-left: 30px; */ }

.textwidget {
  padding: 5px; }

.widget-info .more-link {
  text-align: right; }

.textwidget .view-content a {
  color: #7b0706; }

.solidarity {
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 15px; }

.solidarity span, .solidarity-widget a {
  color: #7b0706; }

.video-box a {
  margin-bottom: 5px;
  display: block; }

div#mc_signup {
  padding: 10px; }

#mc_signup label, #mc_signup input[type="text"] {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 7px; }

#mc_signup input {
  padding: 7px; }

div#mc_unsub_link {
  margin-top: 10px; }

div#mc_subheader {
  font-size: 13px;
  margin-bottom: 10px; }

#mc_signup input[type="submit"] {
  padding: 10px 20px;
  background: #7b0706;
  border: 1px  #7b0706 solid;
  color: #fff;
  font-size: 16px; }

.smw_left {
  text-align: center; }

.nivoSlider .nivo-caption {
  background: transparent; }

.wrap-nivoslider.theme-default .nivo-controlNav a {
  background: #7b0706 !important; }

.page-numbers {
  color: #7b0706;
  margin-bottom: 14px;
  margin-right: 20px;
  font-size: 1.6em;
  display: inline-block; }

.mm-menu .mm-list {
  padding: 0px 0 20px 0px; }

.more_link a {
  color: #7b0706;
  font-weight: 900; }

.video-box {
  text-align: center; }

.international_news {
  margin-bottom: 30px; }

.contact_us li:nth-child(odd) {
  display: inline-block;
  text-align: left;
  width: 50%; }

.contact_us li:nth-child(even) {
  display: inline-block; }

ul.contact_us {
  margin: 0px;
  padding: 0px; }

div.css-search div.em-search-main .em-search-submit {
  position: absolute;
  top: 5px;
  right: 5px;
  -moz-box-shadow: 0px 0px 0px 0px #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7b0706), color-stop(1, #7b0706));
  background: -moz-linear-gradient(center top, #7b0706 5%, #7b0706 100%);
  background-color: #7b0706;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #7b0706;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  padding: 8px 10px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #7b0706;
  line-height: 16px; }

div.css-search div.em-search-main .em-search-submit:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7b0706), color-stop(1, #7b0706));
  background: -moz-linear-gradient(center top, #7b0706 5%, #7b0706 100%);
  background: -ms-linear-gradient(top, #7b0706, #7b0706);
  background: -o-linear-gradient(top, #7b0706, #7b0706);
  background: linear-gradient(top, #7b0706, #7b0706);
  background-color: #7b0706; }

.em-search-options .show-advanced {
  color: #7b0706; }

.css-events-list tr {
  padding: 10px 10px;
  margin-bottom: 5px;
  display: block;
  background: #eee3b7; }

.css-events-list table.events-table td {
  padding: 0px 30px 0px 0px; }

.events-table a, .event-time, .event-description {
  color: #7b0706; }

div.soliloquy-container {
  margin-bottom: 10px;
  height: 270px;
  border-width: 0px;
  border-style: solid;
  box-shadow: 0px 0px 0px #000;
  border-radius: 0px; }

.site-content {
  margin-top: 1em; }

@media screen and (max-width: 991px) {
  .site-content .row {
    display: flex;
    flex-direction: column-reverse; } }
@media screen and (max-width: 787px) {
  .site-content .row {
    display: flex;
    flex-direction: column-reverse; }

  .main-navigation {
    display: none; }

  .international_news_content h1 a, .cwa_news h1 a {
    font-size: 22px; }

  p {
    font-size: 14px; }

  .widget h2.widget-title {
    font-size: 22px; }

  .site-info h4 {
    font-size: 14px; }

  .international_news h1 {
    line-height: .9; }

  .home-call-to-action .fw-heading .fw-special-title {
    line-height: 1.6; } }

/*# sourceMappingURL=style.css.map */

#content p a {
	font-size: 1.2em;
}

#content .widget p a {
	font-size: 1.4em;
}

.widget a {
	font-size: 1.4em;
}

