/* Breakpoint library config */
/* Retina */
/*********************************************************

	Wrapper

 *********************************************************/
@media screen and (min-width: 44.375em) {
  .site {
    max-width: 1200px;
    margin: 21px 42px;
    box-shadow: 0 0 5px black;
  }
}

@media screen and (min-width: 80.25em) {
  .site {
    margin: 21px auto;
  }
}

@media screen and (max-height: 600px) {
  body:before,
  body:after {
    display: none !important;
  }
}

/*********************************************************

	Header

 *********************************************************/
.site-header {
  padding: 1.3125em 5% !important;
  /* ignore responsive padding, smaller is just fine thank you */
  margin-bottom: 1.3125em;
  background-color: #000;
  color: #fff !important;
}

.site-header a,
.site-header button,
.site-description,
.site-branding .site-title a {
  color: #fff;
  border-color: currentColor;
}

.site-header a:hover,
.site-header a:focus,
.site-header button:hover,
.site-header button:focus,
.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
  color: #EFDC03;
  border-color: currentcolor;
}

/* Logo */
.site-branding {
  width: 90%;
  margin: 0 auto;
  max-width: 300px;
  overflow: visible;
}

@media screen and (min-width: 25em) {
  .site-branding {
    margin-left: 0;
    width: 60%;
  }
}

@media screen and (min-width: 56.875em) {
  .site-branding {
    width: 35%;
  }
}

.site-branding .site-title a {
  display: block;
  height: 0;
  padding-top: 22.3021583%;
  /* 62/276 */
  margin: 0 auto;
  background: transparent url(../img/logo_en.png) left top no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .site-branding .site-title a {
    background-image: url(../img/logo_en@2x.png);
  }
}

html[lang="es-ES"] .site-branding .site-title a {
  background-image: url(../img/logo_es.png);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  html[lang="es-ES"] .site-branding .site-title a {
    background-image: url(../img/logo_es@2x.png);
  }
}

.site-description {
  display: block;
  padding: 3px;
  margin: 3px 0 0 -7%;
  width: 114%;
  background-color: #EFDC03;
  color: #000;
  font-family: 'Arial', sans-serif;
  font-size: .75rem;
  letter-spacing: -.41666em;
  letter-spacing: -0.0625rem;
  text-align: center;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

@media screen and (min-width: 44.375em) {
  .site-description {
    font-size: 0.875rem;
  }
}

/* Translation Links */
.us-translate-links ul {
  max-width: 1200px;
  text-align: center;
  margin: 0 0 .6215rem;
  list-style: none;
  font-size: .8125rem;
}

@media screen and (min-width: 25em) {
  .us-translate-links ul {
    position: absolute;
    top: .5rem;
    right: .5rem;
    margin-bottom: 0;
    text-align: right;
  }
}

@media screen and (min-width: 75em) {
  .us-translate-links ul {
    left: 50%;
    margin-left: -660px;
    padding: 0;
  }
}

.us-translate-links ul li {
  display: inline-block;
  margin-right: .5em;
}

.us-translate-links ul a {
  text-decoration: underline;
}

.us-translate-links ul a:hover, .us-translate-links ul a:focus {
  text-decoration: none;
}

.us-translate-links li.active a {
  font-weight: bold;
  background-color: #EFDC03;
  color: #000;
  text-decoration: none;
  pointer-events: none;
}

/* Menu */
.site-header-menu {
  margin-bottom: 0;
  align-self: center;
}

@media screen and (min-width: 56.875em) {
  .site-header-menu {
    margin-top: 0;
  }
}

.main-navigation li:hover > a,
.main-navigation a:hover,
.main-navigation a:focus {
  color: #EFDC03;
}

@media screen and (min-width: 56.875em) {
  .main-navigation .sub-menu a {
    color: #000;
  }
  .main-navigation .sub-menu a:hover, .main-navigation .sub-menu a:focus {
    background-color: #EFDC03;
    color: #000;
    outline: 8px solid #fff;
  }
}

.social-navigation a {
  width: 45px;
  height: 45px;
}

.social-navigation a:before {
  width: 43px;
  height: 43px;
  line-height: 43px;
  font-size: 21px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
  will-change: transform;
}

.social-navigation a:hover:before, .social-navigation a:focus:before {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

/* Menu Toggle */
.menu-toggle {
  width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 25em) {
  .menu-toggle {
    width: auto;
  }
}

.menu-toggle:before {
  display: inline-block;
  margin-right: .5em;
  font-family: 'Genericons';
  content: '\f419';
  speak: none;
  vertical-align: top;
}

.menu-toggle.toggled-on {
  border: 1px solid #EFDC03;
  background-color: #EFDC03;
  color: #000;
}

.menu-toggle.toggled-on:before {
  content: '\f405';
}

.menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
  border-color: #EFDC03;
  background-color: #000;
  color: #EFDC03;
}

/*********************************************************

	Footer

 *********************************************************/
.site-footer {
  padding-top: 1.3125em;
  background-color: #EFDC03;
  color: #000;
}

.site-footer a {
  color: #000;
}

.site-footer a:hover, .site-footer a:focus {
  color: #000;
}

.site-footer .main-navigation li,
.site-footer .main-navigation .primary-menu {
  border-color: #000;
}

.site-footer .social-navigation a {
  border-color: #333;
}

.site-footer .social-navigation a:hover:before, .site-footer .social-navigation a:focus:before {
  color: #000;
}

.site-footer .site-title:after {
  display: none;
}

.site-info {
  color: #000;
}

/*********************************************************

	Typography

 *********************************************************/
/* Things I'd like to be sans-serif */
.us-translate-links ul {
  font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
}

/* Links */
.entry-content a,
.entry-summary a {
  background-color: #EFDC03;
  padding: 2px 5px;
  font-weight: bold;
  border: 0;
  color: #000;
}

.entry-content a:hover, .entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus {
  background-color: rgba(239, 220, 3, 0.5);
}

.gallery-item a {
  background-color: transparent;
  padding: 0;
}

a[name],
a.highlight-fix {
  padding: 0;
  background-color: transparent;
}

/* Less Aggressive Heading Clearing */
h2, h3, h4, h5, h6 {
  clear: none;
}

/* Add-on Editor Styles */
.us-note {
  font-size: .875rem;
  background-color: #ddd;
  font-style: italic;
  padding: .75rem;
  color: #333;
}

@media screen and (min-width: 44.375em) {
  .us-note {
    float: right;
    margin: 0.3157894737em 0 1.4736842105em 1.473684211em;
    padding: 0 0 0 0.9473684211em;
    width: calc(50% - 0.736842105em);
    border-left: 4px solid #ccc;
    background-color: transparent;
  }
}

@media screen and (min-width: 61.5625em) {
  .us-note {
    float: left;
    padding: 0 0.9473684211em 0 0;
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
    border-left: 0;
    border-right: 4px solid #ccc;
  }
  .page .us-note {
    margin-left: -15%;
  }
  .post .us-note {
    margin-left: -55%;
  }
}

/*********************************************************

	Widgets

 *********************************************************/
.widget {
  border-top: 0;
}

.widget a:focus,
.widget a:hover {
  text-decoration: underline;
}

.widget a:focus img,
.widget a:hover img {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.widget-title {
  background-color: #000;
  color: #EFDC03;
  padding: .5rem;
}

/*********************************************************

	Single Page

 *********************************************************/
/* Highlight effect */
.page .entry-header .entry-title {
  display: inline-block;
  position: relative;
  z-index: 0;
}

.page .entry-header .entry-title:before {
  position: absolute;
  top: -1px;
  left: -7px;
  bottom: -5px;
  width: 70%;
  content: '';
  display: block;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
  background-color: #EFDC03;
  z-index: -1;
}

/*  Full Bleed Banner */
.page .post-thumbnail,
.single .post-thumbnail {
  margin-top: -1.3125em;
  margin-left: 0;
  margin-right: 0;
}

.page .post-thumbnail img,
.single .post-thumbnail img {
  width: 100%;
}

.page .entry-header .entry-summary {
  margin-right: 0;
  margin-left: 0;
}

/*********************************************************

	Reports

 *********************************************************/
.type-us_reports .entry-header .entry-title,
.type-us_reports .entry-header .entry-footer {
  margin: 0;
}

/*********************************************************

	Attachments

 *********************************************************/
#image-navigation {
  display: none;
}

.us-embedded-pdf {
  display: block;
  margin: 0 auto;
  outline: 1px solid #ccc;
}

/*********************************************************

	Blog

 *********************************************************/
@media screen and (min-width: 61.5625em) {
  body.blog.blog article:not(.type-page) .entry-footer,
  body.blog.blog article:not(.type-page) .entry-content,
  body.category.category article:not(.type-page) .entry-footer,
  body.category.category article:not(.type-page) .entry-content,
  body.tag.tag article:not(.type-page) .entry-footer,
  body.tag.tag article:not(.type-page) .entry-content,
  body.search.search article:not(.type-page) .entry-footer,
  body.search.search article:not(.type-page) .entry-content {
    float: none;
    width: auto;
    overflow: auto;
    margin-left: 15%;
    margin-right: 15%;
  }
  body.blog.blog article:not(.type-page) .entry-footer > span:not(:last-child):after,
  body.blog.blog .tags-links,
  body.blog.blog .cat-links,
  body.blog.blog article:not(.sticky) .edit-link,
  body.blog.blog article:not(.sticky) .posted-on,
  body.category.category article:not(.type-page) .entry-footer > span:not(:last-child):after,
  body.category.category .tags-links,
  body.category.category .cat-links,
  body.category.category article:not(.sticky) .edit-link,
  body.category.category article:not(.sticky) .posted-on,
  body.tag.tag article:not(.type-page) .entry-footer > span:not(:last-child):after,
  body.tag.tag .tags-links,
  body.tag.tag .cat-links,
  body.tag.tag article:not(.sticky) .edit-link,
  body.tag.tag article:not(.sticky) .posted-on,
  body.search.search article:not(.type-page) .entry-footer > span:not(:last-child):after,
  body.search.search .tags-links,
  body.search.search .cat-links,
  body.search.search article:not(.sticky) .edit-link,
  body.search.search article:not(.sticky) .posted-on {
    display: inline;
  }
}

@media screen and (min-width: 28em) {
  .blog .post-thumbnail,
  .category .post-thumbnail,
  .tag .post-thumbnail,
  .search .post-thumbnail {
    float: right;
    margin: 0 15% 20px 20px;
  }
}

/*********************************************************

	Home Page

 *********************************************************/
.home-top-sidebar {
  margin-left: 7.6923%;
  margin-right: 7.6923%;
}

.home-top-sidebar .widget {
  margin-bottom: 27px;
}

@media screen and (min-width: 44.375em) {
  .home-top-sidebar {
    display: -webkit-box;
    display: flex;
    margin-left: 0;
    margin-right: 0;
  }
  .home-top-sidebar .widget {
    -webkit-box-flex: 1;
            flex: 1 1 48%;
    margin-left: 27px;
  }
  .home-top-sidebar .widget:first-child {
    margin-left: 0;
  }
}

.home-top-sidebar h3 {
  line-height: inherit;
  margin-bottom: 0;
}
/*# sourceMappingURL=maps/screen.css.map */