.clearfix:after {
  clear: both;
  display: block;
  content: '';
}
.transition-none {
  -webkit-transition: none;
  transition: none;
}
.transition {
  -webkit-transition: all 700ms;
  transition: all 700ms;
}
.decoration-line:before {
  clear: both;
  content: '';
  width: 100%;
  height: 1px;
  border: solid #ffffff;
  background: #dbdcdf;
  border-width: 5px 0;
  top: -11px;
  left: 0;
  position: absolute;
}
.shadow-box {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.shadow-input {
  box-shadow: inset 0 0 4px 0 #005d8c;
}
.shadow-link {
  text-shadow: 0 0 2px rgba(0, 0, 77, 0.2);
}
header,
footer,
article,
section,
hgroup,
nav,
figure,
aside {
  display: block;
}
* {
  margin: 0;
  padding: 0;
}
ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 15px;
}
html,
body,
div,
span,
applet,
embed,
object,
iframe,
frameset,
p,
q,
blockquote,
sub,
sup,
a,
abbr,
acronym,
font,
img,
small,
center,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
big,
u,
ins,
i,
cite,
em,
var,
dfn,
address,
s,
strike,
del,
dl,
dt,
dd,
ol,
ul,
li,
pre,
code,
kbd,
samp,
tt,
fieldset,
legend,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  background: none;
}
h1,h2,h3 {line-height: 1;}
body {
  color: #231f20;
  font: 300 15px/22px 'Roboto', Arial, Helvetica, sans-serif;
  background: #ffffff;
}
a {
  text-decoration: none;
  color: #016eae;
}
a:hover {
  text-decoration: underline;
  -webkit-transition: all 700ms;
  transition: all 700ms;
  color: #004c8c;
  text-shadow: 0 0 2px rgba(0, 0, 77, 0.2);
}
input,
textarea,
select {
  font: 100% arial, sans-serif;
  vertical-align: middle;
  color: #231f20;
  overflow: auto;
}
label {
  vertical-align: middle;
}
button,
input {
  width: auto;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
  font-weight: bold;
}
h1 {
  font-size: 200%;
}
h2 {
  font-size: 150%;
}
h3 {
  font-size: 120%;
}
h4 {
  font-size: 110%;
}
h5 {
  font-size: 100%;
}
h6 {
  font-size: 90%;
}
i,
cite,
em,
var,
dfn,
address {
  font-style: italic;
}
u,
ins {
  text-decoration: underline;
}
s,
strike,
del {
  text-decoration: line-through;
}
blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  border: 1px solid #ccc;
  padding: 3px 7px;
  text-align: left;
  vertical-align: top;
}
th {
  border-color: #999;
  text-align: center;
  vertical-align: middle;
}
ul li,
ol li {
  list-style-position: inside;
}
ul li {
  list-style-type: disc;
}
button[type=submit]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  padding: 0;
  border: 0;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
}
img {
  border-style: none;
}
body .slideshow-content img {
  max-width: 100% !important;
  height: auto;
}
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
* ::-webkit-input-placeholder {
  color: #5c5c5c;
}
* ::-moz-placeholder {
  color: #5c5c5c;
  opacity: 1;
}
* :-moz-placeholder {
  color: #5c5c5c;
}
* :-ms-input-placeholder {
  color: #5c5c5c;
}
html,
body {
  height: 100%;
}
#wrapper {
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f2f2f2 url(../images/bg-page.png) repeat-x;
}
.w1 {
  display: table-cell;
  width: 100%;
  overflow: hidden;
}
.container {
  max-width: 950px;
  margin: 0 auto;
}
.container:after {
  clear: both;
  display: block;
  content: '';
}
#header {
  width: 100%;
}
#header .logo {
  float: left;
  width: 129px;
  height: 134px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 13px 0 14px;
  /*background: url(../images/logo.png) no-repeat;*/
  background: url(../images/Solidarity_Center_logo_AFLCIO.png) no-repeat;
}
#header .logo a {
  display: block;
  height: 100%;
}
.header-box {
  float: right;
  padding: 51px 39px 0 0;
  min-width: 220px;
}

.btn-submit,
.btn-search,
.btn-contact {
  background: #016eae;
  color: #ffffff;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 22px;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  float: right;
  margin: 0;
  cursor: pointer;
  border: 0;
  -webkit-transition: all 700ms;
  transition: all 700ms;
}
.btn-contact {
  margin: 0 0 0 3px;
  min-width: 68px;
  text-align: center;
}
.btn-search {
  background: #016eae url(../images/sprite.png) no-repeat 8px 5px;
  color: #ffffff;
  padding: 4px 0;
  font-size: 0;
  line-height: 0;
  width: 32px;
  height: 24px;
}
.btn-submit {
  padding: 3px 5px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  height: 24px;
}
.btn-submit:hover,
.btn-search:hover,
.btn-contact:hover {
  text-decoration: none;
  background-color: #005d8c;
  color: #ffffff;
  -webkit-transition: all 700ms;
  transition: all 700ms;
}
.header-box .row {
  overflow: hidden;
  margin: 0 0 12px;
}
.header-box .row .holder {
  overflow: hidden;
}
.header-box .input-holder {
  overflow: hidden;
}
.header-box .row input[type="text"] {
  margin: 0;
  padding: 2px 4px;
  background: #ffffff;
  border: 1px solid #016eae;
  font-size: 12px;
  line-height: 18px;
  color: #5c5c5c;
  width: 100%;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  -webkit-transition: all 700ms;
  transition: all 700ms;
}
.header-box .row input[type="text"]:focus {
  box-shadow: inset 0 0 4px 0 #005d8c;
}
.header-box .row input[type="text"].search {
  text-align: center;
}
/* nav */
.nav-holder {
  margin: 0;
  position: relative;
  background: #016eae url(../images/bg-nav.png) no-repeat;
}
.nav-holder:after {
  clear: both;
  display: block;
  content: '';
}
#nav {
  font: 400 17px/22px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0;
}
#nav:after {
  clear: both;
  display: block;
  content: '';
}
#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px;
  position: relative;
}
#nav > ul {
  display: table;
  width: 100%;
}
#nav > ul > li {
  display: table-cell;
  vertical-align: top;
}
#nav ul a {
  color: #ffffff;
  display: block;
  padding: 6px 20px 7px;
}
#nav li.active > a,
#nav a:hover,
#nav li:hover a {
  cursor: pointer;
  text-decoration: none;
  background: #005d8c;
  color: #ffffff;
}
#nav li:hover {
  position: relative;
}
#nav li:hover ul {
  opacity: 1;
  z-index: 100;
}
#nav ul ul {
  text-align: left;
  width: 250px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  background: #016eae;
  opacity: 0;
  -webkit-transition: all 700ms;
  transition: all 700ms;
}
#nav ul ul:hover {
	z-index: 100;
}
#nav ul:after {
  content: '';
  display: block;
  clear: both;
}
#nav li:hover ul a {
  height: 1%;
  background: none;
  color: #ffffff;
  display: block;
}
#nav li li {
  margin: 0;
  display: block;
}
#nav li ul a:hover,
#nav li ul li:hover > a {
  background: #005d8c;
}
#nav ul.sub-menu ul.sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
}
#nav ul.sub-menu li:hover ul.sub-menu {
	display: block;
}
#nav .opener {
  display: none;
  width: 30px;
  height: 18px;
  padding: 6px 4px;
  background: #005d8c;
  position: relative;
  border-radius: 3px;
  text-indent: -9999px;
  overflow: hidden;
}
#nav .opener:before,
#nav .opener:after,
#nav .opener span {
  background: #ffffff;
  border-radius: 4px;
  position: absolute;
  top: 16px;
  left: 25%;
  right: 25%;
  height: 3px;
  margin-top: -2px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#nav .opener:before,
#nav .opener:after {
  content: '';
  top: 10px;
}
#nav .opener:after {
  top: 22px;
}
#nav.active .opener span {
  opacity: 0;
}
#nav .opener:hover {
  background: rgba(52, 152, 219, 0.9);
}
#nav.active .opener:after,
#nav.active .opener:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  left: 15%;
  right: 15%;
}
#nav.active .opener:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}
.gallery-section:after {
  clear: both;
  display: block;
  content: '';
}
.visual-container {
  display: table;
  width: 100%;
}
.visual-container > .cell {
  vertical-align: middle;
  display: table-cell;
}
.visual-container > .cell:first-child {
  width: 70%;
  padding-right: 50px;
}
.visual-container img {
  display: block;
  max-width: 100%;
  width: 100%;
}
h2 {
  font: 400 22px/26px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  color: #016eae;
  margin: 0 0 20px;
  font-weight: 400;
}
h3 {
  color: #708e19;
  font: 700 15px/22px 'Roboto Condensed', Arial, Helvetica, sans-serif;
}
h3 a {
  color: #708e19;
}
h3 a:hover {
  text-decoration: none;
  color: #016eae;
}
.twocolumns {
  padding: 28px 0 30px;
  position: relative;
}
.twocolumns-white {
  background: #ffffff;
}
.content {
  overflow: hidden;
  float: left;
  vertical-align: top;
  width: auto;
  max-width: 70%;
  padding-right: 50px;
  box-sizing: border-box;
	padding-bottom: 5px;
}
.single-publication .content {float: none;}
.single .content .entry-title,
.page .content .entry-title {
	text-transform: uppercase;
}
.single-publication .content .entry-title {
	text-transform: none;
}
.sidebar {
  float: right;
  max-width: 30%;
  width: auto;
  margin: 0;
}
.sidebar .news-box {
  padding: 0 0 28px;
}
.sidebar h2 {
  margin: 0 0 6px;
}
.sidebar .news-box .date {
  margin: 0 0 2px;
}
.btn-share {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.btn-share:before {
  content: '';
  clear: both;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 0 0;
  background: url(../images/sprite.png) no-repeat -40px 0;
}
.btn-share:hover {
  text-decoration: none;
}
.btn-share:hover:before {
  background-position: -80px 0;
}
.ad-block {
  margin: 0 0 24px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.ad-block:after {
  clear: both;
  display: block;
  content: '';
}
.ad-block a {
  position: relative;
  display: block;
  overflow: hidden;
}
.ad-block span {
  color: #231f20;
  font: 400 22px/26px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  position: absolute;
  left: 30%;
  top: 20%;
  max-width: 56%;
  max-height: 80%;
  overflow: hidden;
}
.ad-block img {
  max-width: 100%;
  display: block;
  width: 100%;
}
/* news-section */
.news-section {
  background: #ffffff;
  padding: 35px 0 40px;
  position: relative;
}
.news-section:after {
  clear: both;
  display: block;
  content: '';
}
.news-section.news-decoration {
  background: #f5f5f5 url(../images/bg-page-2.png) repeat-x 50% 0;
}
.decorated-line:before {
  clear: both;
  content: '';
  width: 100%;
  height: 1px;
  border: solid #ffffff;
  background: #dbdcdf;
  border-width: 5px 0;
  top: -11px;
  left: 0;
  position: absolute;
}
.news-box {
  width: 100%;
}
.news-box:after {
  clear: both;
  display: block;
  content: '';
}
.news-box .col {
  float: left;
  width: 30%;
  margin: 0 0 0 5%;
}
.news-box .col:first-child {
  margin: 0;
}
.news-box .visual {
  display: block;
  margin: 0 0 16px;
  overflow: hidden;
  position: relative;
}
.news-box .visual img {
  height: auto;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.news-box h3 {
  margin: 0 0 12px;
}
.news-box .date {
  font: 300 13px/16px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: block;
  margin: 0 0 12px;
}
.tags dl {
  overflow: hidden;
  margin: 0 0 10px;
  font: 300 italic 13px/16px 'Roboto Condensed', Arial, Helvetica, sans-serif;
}
.tags dt {
  float: left;
  margin: 0 5px 0 0;
  color: #016eae;
  font-weight: 400;
}
.news-box p > a {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}
.news-box .heading:after {
  clear: both;
  display: block;
  content: '';
}
.link {
  font: 400 13px/16px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  text-align: right;
  float: right;
  text-decoration: underline;
}
.link:after {
  clear: both;
  display: block;
  content: '';
}
.link:hover {
  text-decoration: none;
  text-shadow: 0 0 2px rgba(0, 0, 77, 0.2);
}
.links-block:after {
  clear: both;
  display: block;
  content: '';
}
.links-block .visual {
  display: block;
  margin: 0 0 25px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.links-block .visual:after {
  clear: both;
  display: block;
  content: '';
}
.links-block .visual span {
  background: url(../images/bg-button.png) no-repeat -16px -1px;
  background-color: #016eae;
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 8px 10px;
  font: 400 22px/26px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.links-block .visual:nth-child(even) span {
  background-position: 113% -1px;
}
.links-block .visual:hover {
  text-decoration: none;
}
.links-block .visual:hover span {
  -webkit-transition: all 700ms;
  transition: all 700ms;
  background-color: #005d8c;
}
.social-networks {
  margin: 0;
  padding: 6px 0 0;
  list-style: none;
}
.social-networks li {
  float: left;
  padding: 0 0 0 3px;
  list-style: none;
}
.social-networks li:first-child {
  padding: 0;
}
.social-networks a {
  overflow: hidden;
  float: left;
  width: 21px;
  height: 21px;
  text-indent: -9999px;
  background: url(../images/sprite.png) no-repeat;
}
.social-networks .facebook {
  background-position: 0 -40px;
}
.social-networks .twitter {
  background-position: -27px -40px;
}
.social-networks .youtube {
  background-position: -55px -40px;
}
.social-networks .flickr {
	background-position: -83px -40px;
}
.social-networks .vimeo {
	background-position: -111px -40px;
}
.social-networks a:hover {
  -webkit-transition: none;
  transition: none;
}
.social-networks .facebook:hover {
  background-position: 0 -80px;
}
.social-networks .twitter:hover {
  background-position: -27px -80px;
}
.social-networks .youtube:hover {
  background-position: -55px -80px;
}
.social-networks .flickr:hover {
	background-position: -83px -80px;
}
.social-networks .vimeo:hover {
	background-position: -111px -80px;
}
.social-posts:after {
  clear: both;
  display: block;
  content: '';
}
.social-posts .social-area {
  margin: 0 0 16px;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  line-height: 20px;
}
.social-posts .social-area:after {
  clear: both;
  display: block;
  content: '';
}
.social-posts .social-head {
  margin: 0 0 2px;
}
.social-posts .social-head:after {
  clear: both;
  display: block;
  content: '';
}
.social-posts .ico {
  float: left;
  width: 40px;
  margin: 0 10px 0 0;
}
.social-posts .ico a {
  float: right;
}
.social-posts .text {
  overflow: hidden;
}
.social-posts img {
  display: block;
}
.social-posts p {
  margin: 0;
}
.social-posts em {
  font-style: normal;
  color: #5c5c5c;
}
.social-posts .info:after {
  clear: both;
  display: block;
  content: '';
}
.social-posts em:last-child {
  float: right;
}
.social-posts .social-head .info {
  font: 300 12px/18px 'Roboto Condensed', Arial, Helvetica, sans-serif;
}
#footer {
  display: table-footer-group;
  width: 100%;
  overflow: hidden;
  background: #016eae;
  color: #ffffff;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 19px;
  position: relative;
}
#footer:before {
  clear: both;
  content: '';
  width: 100%;
  height: 1px;
  border: solid #ffffff;
  background: #dbdcdf;
  border-width: 5px 0;
  top: -11px;
  left: 0;
  position: absolute;
}
#footer a {
  color: #ffffff;
}
#footer .footer-text {
  margin: 0;
}
#footer .footer-text:after {
  clear: both;
  display: block;
  content: '';
}
#footer address {
  font-style: normal;
  margin: 0;
}
.footer-block {
  display: block;
  overflow: hidden;
  padding: 21px 0;
}
a[href^="tel"] {
  text-decoration: none;
}
@media only screen and (max-width: 970px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .nav-holder {
    background: #016eae;
  }
  #nav {
    padding: 10px;
  }
  #nav .opener {
    display: block;
  }
  #nav ul {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    border: none;
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  #nav ul > li {
    display: block;
    width: 100%;
    border-width: 1px 0;
    border-color: #5c5c5c;
    background: #ffffff;
    margin: 0;
  }
  .light #nav ul > li {
    background: #ffffff;
  }
  .light #nav ul > li.active,
  .light #nav ul > li:hover {
    background: #3498db;
  }
  #nav ul > li:first-child {
    border-width: 0 0 1px;
  }
  #nav ul > li a {
    display: block;
  }
  #nav ul a {
    color: #016eae;
  }
  #nav.active ul {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  #nav ul.sub-menu ul.sub-menu,
  #nav ul ul {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    text-align: center;
    z-index: 1;
  }
  #nav > ul > li > a {
    color: #fff;
    background: #016eae;
  }
  #nav li:hover a,
  #nav li:hover ul a {
    background: #ffffff;
    color: #016eae;
  }
  #nav li ul li:hover a,
  #nav li ul a:hover,
  #nav ul a:hover {
    background: #005d8c;
    color: #ffffff;
  }
  .news-box .col:first-child,
  .news-box .col {
    width: 100%;
    float: none;
    display: block;
    margin: 0 0 30px;
  }
  .visual-container > .cell,
  .visual-container > .cell:first-child {
    width: 100%;
    display: block;
    padding: 0 0 20px;
  }
  .content {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  .sidebar {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  #header .logo {
    margin: 0 auto;
    display: block;
    float: none;
  }
  .header-box {
    padding: 15px 0 0;
    float: none;
  }
}
