/*
Theme Name: Together 2030
Author: Sightsavers
Version: 1.0
*/

/*
	green #41a57e
	yellowy #d0de19
	turquoise #1ca8a0
	dark blue #006a78
 */

body {
  font-family: "Open Sans", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  overflow-x: hidden;
  position: static !important; /*overrides for gtranslate plugin screwing up page layout */
  min-height: auto !important;
  top: 0px !important;
}

.row {
  max-width: 1100px;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }
}

h2 {
  font-size: 1.6rem;
  font-weight: 700;
}

h3 {
  font-size: 1.4rem;
  font-weight: 700;
}

p,
li {
  font-size: 1rem;
}

a {
  color: #258faf;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #2ba6cb;
}

.button {
  font-size: 1.2rem;
  padding: 7px 35px;
  letter-spacing: 0.5px;
  background: #41a57e;
  font-weight: 700;
  border-radius: 4px;
}

.button:hover {
  background: #2ba6cb;
}

.button-green {
  background: #41a57e;
  padding: 6px 10px;
  border-radius: 0;
  width: 160px;
}

.translated-ltr .button-green {
  padding: 6px 5px;
  width: 195px;
  font-size: 1.1rem;
}

.button-green .fa {
  margin: -1px 13px 0 0;
  font-size: 120% !important;
  color: #d0de19;
}

@media only screen and (max-width: 960px) {
  .button-green {
    background: #64ac63;
    padding: 4px 15px 4px 15px;
    width: auto;
  }

  .button-green .fa {
    margin: -1px 3px 0 3px;
    font-size: 120% !important;
  }
}

@media only screen and (max-width: 767px) {
  .button-green {
    float: right;
    display: none;
  }
}

.button-green:hover {
  background: #338232;
}

.button-large {
  font-size: 1.6rem;
  padding: 9px 35px;
  border-bottom: 2px solid #31916c;
  border-left: 2px solid #31916c;
}

.accordion-content .button-large {
  font-size: 1.1rem;
  padding: 5px 15px;
}

.button-home {
  font-size: 1.8rem;
  clear: left;
  margin: 20px 0 0 0;
  padding: 10px 35px;
  background: #32a9a5;
  position: relative;
  z-index: 15;
}

@media only screen and (max-width: 1280px) {
  .button-home {
    font-size: 1.8rem;
  }
}

.button-home:hover {
  background: #017785;
}

.alignleft {
  float: left;
  margin: 0 20px 0 0;
}

.alignright {
  float: right;
  margin: 0 0 0 20px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

hr {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* Header */

header {
  padding: 15px 0 0 0;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
}

@media only screen and (max-width: 680px) {
  header {
    padding: 7px 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
  }

  header .small-3 {
    padding-right: 0;
  }

  header .small-9 {
    padding-left: 0;
  }
}

.home.header {
  background: rgba(255, 255, 255, 0.8);
}

#strapline {
  font-size: 2.1em;
  color: #666;
  font-weight: 300;
  padding: 0 0 10px 40px;
  margin: 20px 0 0 0;
  display: inline-block;
  border-left: 3px solid #e7ec9a;
}

@media only screen and (max-width: 768px) {
  #strapline {
    margin: 5px 0 0 0;
  }
}

@media only screen and (max-width: 480px) {
  #strapline {
    margin: 2px 0 0 0;
    padding: 4px 0 8px 10px;
    font-size: 1.3rem;
  }
}

#logo {
  max-height: 100px;
}

@media only screen and (max-width: 1023px) {
  #logo {
    max-height: 80px;
  }
}

@media only screen and (max-width: 380px) {
  #logo {
    max-height: 50px;
  }
}

#heading-box {
  padding: 30% 0 35px 0;
}

@media only screen and (max-width: 768px) {
  #heading-box {
    padding: 70% 0 15px 0;
    background-size: cover !important;
  }
}

.image-wrap2#heading-box {
  padding: 12% 0 25px 0;
}

@media only screen and (max-width: 680px) {
  .image-wrap2#heading-box {
    padding: 50% 0 15px 0;
    background-size: cover !important;
  }
}

#heading-box h1 {
  color: #333;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.8);
  padding: 6px 25px;
  display: inline-block;
  -webkit-box-shadow: 5px 6px 5px -3px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 5px 6px 5px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 5px 6px 5px -3px rgba(0, 0, 0, 0.27);
}

#heading-box-home {
  padding: 32% 0 0 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.fullscreen-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg-video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  #heading-box-home {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 768px) {
  #heading-box-home {
    width: 100%;
    left: 0;
  }

  .fullscreen-bg-video {
    display: none;
  }
}

.translated-ltr #heading-box-home {
  padding: 30% 0 0 0;
}

#heading-box-home #intro {
  z-index: 5;
  position: relative;
}

#heading-box-home h1 {
  color: #333;
  font-weight: 700;
  font-size: 2.3rem;
  display: inline;
  line-height: 190%;
}

#heading-box-home h1 span {
  padding: 8px 25px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-box-shadow: 5px 6px 5px -3px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 5px 6px 5px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 0.2em 0 0 rgba(255, 255, 255, , 0.8),
    -0.2em 0 0 rgba(255, 255, 255, , 0.8);
  background-color: #fff;
  background: rgba(255, 255, 255, 0.8);
}

.ie #heading-box-home h1 span {
  padding-right: 0;
  box-shadow: 10px 0 0 rgba(255, 255, 255, 0.8),
    -10px 0 0 rgba(255, 255, 255, 0.8);
}
.translated-ltr #heading-box-home h1 {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1500px) {
  /* for ipad pro */
  .pad #heading-box-home {
    padding: 65% 0 0 0;
  }
}
@media only screen and (max-width: 1280px) {
  #heading-box-home {
    padding: 33% 0 0 0;
  }

  #heading-box-home h1 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1023px) {
  #heading-box-home {
    padding: 60% 0 40px 0;
  }

  #heading-box-home h1 {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 767px) {
  #heading-box-home {
    padding: 85% 0 15% 0;
  }

  #heading-box-home h1 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 680px) {
  #heading-box-home h1 {
    font-size: 1.2rem;
    line-height: 200%;
  }
  #heading-box-home h1 br {
    display: none;
    visibility: hidden;
  }

  #heading-box-home h1 span {
    padding: 7px 15px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-box-shadow: 5px 6px 5px -3px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 5px 6px 5px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 0.2em 0 0 rgba(255, 255, 255, , 0.8),
      -0.2em 0 0 rgba(255, 255, 255, , 0.8);
    background-color: #fff;
    background: rgba(255, 255, 255, 0.8);
  }

  .button-home {
    font-size: 1.2rem;
    padding: 7px 15px;
  }
}

@media only screen and (max-width: 340px) {
  #heading-box-home h1 {
    font-size: 1rem;
  }

  .button-home {
    font-size: 1rem;
  }
}

#heading-box-home h1 strong {
  color: #19a4a1;
}

@media only screen and (max-width: 680px) {
  #heading-box-home h1 strong {
    display: inline;
  }
}

#heading-box-home .fa-chevron-right {
  font-size: 76% !important;
  margin: 0 0 0 15px;
}

.image-wrap-home {
  width: 100%;
  height: 100vh;
}

@media only screen and (max-width: 680px) {
  .image-wrap-home {
    width: 100%;
    height: auto;
  }
}

.image-wrap {
  width: 100%;
  border-bottom: 5px solid #3bb0a8;
  margin-top: -44px;
  z-index: 0;
}

@media only screen and (max-width: 1023px) {
  .image-wrap {
    background-size: cover !important;
  }

  header {
    padding: 10px 0 7px 0;
  }
}

#main {
  padding: 40px 0 80px 0;
}

#nav {
  width: 100%;
  border-top: 1px solid #ccc;
  height: 40px;
  margin: 5px 0 0 0;
  z-index: 10;
  position: relative;
}

.home #nav {
  background: none;
}

@media only screen and (max-width: 1023px) {
  #nav {
    height: 42px;
  }
}

#menu-main {
  max-width: 1050px;
  margin: 0 auto;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap: wrap;
}

@media only screen and (max-width: 1130px) {
  #menu-main {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  #menu-main {
    margin: 5px 10px 0 15px;
  }
}

#menu-main li {
  list-style: none;
  float: left;
  font-size: 1rem;
  font-weight: 700;
  padding: 9px 25px 9px 25px;
}

@media only screen and (max-width: 800px) {
  #menu-main li {
    font-size: 0.9rem;
  }
}

#menu-main li a {
  color: #333;
  display: block;
  line-height: 120%;
}

@media only screen and (max-width: 1023px) {
  #menu-main li {
    padding: 9px 13px 9px 13px;
  }
}

#menu-main li:first-child {
  padding: 9px 25px 9px 0;
  margin-left: -7px;
}

#menu-main li:last-child {
  padding: 9px 0 9px 25px;
}

#menu-main li.current-menu-item > a,
#menu-main li.current-page-ancestor > a {
  color: #00707c;
  border-bottom: 1px solid #00707c;
}

#menu-main li:hover a {
  border-bottom: 1px solid #00707c;
}

#menu-main li.menu-item-has-children:hover > a {
  border-bottom: none;
}

#menu-main li {
  position: relative;
}

#menu-main li ul {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  position: absolute;
  top: 39px;
  left: -15px;
  width: 220px;
  padding: 0 10px 10px 10px;
  transition: all 0.5s ease;
  display: none;
  background: rgba(255, 255, 255, 0);
}

#menu-main li:first-child ul {
  left: -40px;
}
#menu-main li:hover ul:before {
  content: "";
  height: 25px;
  display: block;
  margin-top: -10px;
  width: 100%;
}
#menu-main li:hover ul {
  visibility: visible;
  opacity: 1;
  display: block;
  background: rgba(255, 255, 255, 0.85);
}

#menu-main li ul li {
  padding: 10px;
  width: 100%;
}
#menu-main li li a {
  display: block;
  padding-bottom: 2px;
}

#menu-main li:hover li a {
  border-bottom: none;
}

#menu-main li li.current-menu-item a {
  color: #00707c;
  border-bottom: 1px solid #00707c;
}

#menu-main li li a:hover {
  color: #00707c;
  border-bottom: 1px solid #00707c;
  padding-bottom: 1px;
}

#menu-main li ul li:first-child,
#menu-main li ul li:last-child {
  padding: 10px;
  margin: 0;
}

#menu-main li ul li:first-child {
  padding: 0 10px 10px 10px;
}

.responsive-nav-icon {
  color: #666;
  font-size: 35px;
  line-height: normal;
  top: 10px;
  right: 15px;
  position: absolute;
}

@media only screen and (max-width: 360px) {
  .responsive-nav-icon {
    top: 0px;
  }
}

.responsive-nav-close {
  color: #ea5044;
  font-size: 30px;
  font-family: "Varela Round", Arial, Helvetica, sans-serif;
}

.responsive-nav-icon:hover,
.responsive-nav-close:hover {
  opacity: 0.7;
}

.responsive-nav-close {
  top: -35px;
  right: 15px;
}

.responsive-nav-icon,
.responsive-nav-close {
  cursor: pointer;
  display: none;
}

#overlay {
  background: 0 0 rgba(255, 255, 255, 0.95);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 90;
}

@media only screen and (max-width: 47.938em) {
  .responsive-nav-icon,
  .responsive-nav-close {
    display: block;
    position: absolute;
    z-index: 1;
  }

  #nav {
    height: 100%;
    padding: 20px 0;
    position: fixed;
    top: 40px;
    left: -800px;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 0;
    border-top: none;
  }
  header {
    z-index: 100;
  }
  #nav.slide-in {
    left: 0;
    width: 100%;
    z-index: 100;
  }

  #menu-main {
    margin-top: 20px;
  }

  #menu-main li {
    display: block !important;
    width: 100%;
    font-size: 1.2em;
    text-align: left;
    padding: 15px 10px 15px 0;
  }

  #menu-main li a {
    display: block;
  }

  #menu-main li:first-child,
  #menu-main li:last-child {
    padding: 15px 10px 15px 0;
    margin: 0;
  }

  #menu-main li.current-menu-item > a,
  #menu-main li.current-page-ancestor > a {
    color: #00707c;
    text-decoration: underline;
    border-bottom: none;
  }

  #menu-main li:hover > a {
    text-decoration: underline;
    border-bottom: none;
  }

  #menu-main li ul:before {
    display: none;
  }

  #menu-main li ul.sub-menu {
    position: relative !important;
    top: 20px;
    width: 100%;
    padding: 0 10px 10px 10px;
    font-weight: normal;
    display: block;
    visibility: visible;
    opacity: 1;
    height: 0;
  }

  #menu-main li ul li {
    font-size: 90%;
  }

  #menu-main li ul li a:before {
    content: "- ";
  }

  #menu-main li:hover ul li.current-menu-item a,
  #menu-main li:hover ul li:hover a {
    border-bottom: none;
  }

  #menu-main li ul li:last-child {
    margin-bottom: 20px;
  }

  #menu-main li ul li.current-page-ancestor a {
    text-decoration: none;
  }
}

#searchform {
  float: right;
  margin: 0;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  #searchform {
    margin: 0 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  #searchform {
    display: none;
  }
}

.translated-ltr #searchform {
  display: none;
}

select {
  border: 1px solid #ccc;
  font-size: 0.9rem;
  margin: 5px 0 0 0;
}

input {
  border: none;
  height: 35px;
  font-size: 1.2rem;
  padding: 5px 5px 5px 7px;
  background: #f5f5f3;
  color: #666;
  font-family: "FontAwesome", "Open Sans ", Helvetica Neue, Helvetica, Roboto,
    Arial, sans-serif;
}

#searchform input[type="text"] {
  width: 81%;
  float: left;
  margin: 0 6px 0 0;
  border: 1px solid #dddddd;
}

.translated-ltr #searchform input[type="text"] {
  width: 77%;
  float: left;
  margin: 0 6px 0 0;
}

@media only screen and (max-width: 1090px) {
  #searchform input[type="text"] {
    width: 75%;
    float: left;
    margin: 0 3px 0 0;
  }
}

input#search-btn {
  background: #666;
  padding: 0 10px;
  color: #fff;
  font-family: "FontAwesome", Helvetica Neue, Helvetica, Roboto, Arial,
    sans-serif;
  border-bottom: 1px solid #999;
}
#newsletter label {
  display: none;
}

#newsletter .mc4wp-form-fields input[type="email"] {
  float: left;
  margin: 0 6px 0 0;
  background: #fff;
  width: 72%;
  border: none;
  box-shadow: none;
}

@media only screen and (max-width: 1024px) {
  #newsletter .mc4wp-form-fields input[type="email"] {
    width: 400px;
  }
}

@media only screen and (max-width: 680px) {
  #newsletter .mc4wp-form-fields input[type="email"] {
    width: 350px;
  }
}

@media only screen and (max-width: 380px) {
  #newsletter .mc4wp-form-fields input[type="email"] {
    width: 300px;
    font-size: 1rem;
  }
}

#newsletter-box span {
  font-family: "FontAwesome", Helvetica Neue, Helvetica, Roboto, Arial,
    sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}

input#newsletter-btn {
  background: #017785;
  padding: 0 7px;
  color: #fff;
  font-family: "FontAwesome", Helvetica Neue, Helvetica, Roboto, Arial,
    sans-serif;
  border-bottom: 2px solid #016e7b;
  border-left: 2px solid #016e7b;
  font-size: 1.2rem;
  border-radius: 3px;
}

.translated-ltr input#newsletter-btn {
  padding: 0 4px;
  font-size: 1rem;
}

@media only screen and (max-width: 480px) {
  #newsletter-box {
    margin: 20px 0 0 0;
  }

  #newsletter input[type="text"] {
    margin: 0 0 10px 0;
    width: 100%;
  }

  input#newsletter-btn {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 767px) {
  #language {
    position: absolute;
    top: 120px;
    width: 160px;
    right: 5px;
  }

  #language input {
    width: 100%;
  }
}

@media only screen and (max-width: 380px) {
  #language {
    top: 70px;
  }
}

#box-layout {
  margin-bottom: 100px;
}

.inner-box {
  background: #efefef;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 30px 0;
  position: relative;
}

.inner-box:hover {
  background: #006a78;
}

.inner-box img {
  margin: 0 0 17px 0;
  width: 100% !important;
  height: auto !important;
  display: block;
}

.inner-box:hover img {
  opacity: 0.7;
}

.inner-box p {
  color: #000;
  margin: 0 17px 10px 17px;
}

.inner-box h2 {
  margin: 0 17px 10px 17px;
  font-size: 1.5em;
  line-height: 130%;
}

.inner-box span {
  font-size: 1.1rem;
  padding: 5px 10px;
  background: #d0de19;
  color: #333;
  position: absolute;
  bottom: 0;
  right: 0px;
}

.inner-box span .fa {
  font-size: 80% !important;
}

.inner-box:hover p,
.inner-box:hover h2 {
  color: #fff;
}

.inner-box:hover span {
  color: #333;
}

div.inner-box {
  border-top: 4px solid #d0de19;
}

div.inner-box.inner4,
div.inner-box.inner7,
div.inner-box.inner9 {
  border-top: 4px solid #41a57e;
}

div.inner-box.inner2,
div.inner-box.inner5,
div.inner-box.inner8 {
  border-top: 4px solid #1ca8a0;
}

div.inner-box:hover {
  background: #efefef;
}

div.inner-box:hover p,
div.inner-box:hover h2 {
  color: #000;
}

div.inner-box span {
  bottom: -19px;
  font-size: 95%;
}

.accordion-item .accordion-title {
  background: #006e7b;
  color: #fff;
}

.accordion-item.is-active .accordion-title {
  background: #666 !important;
  color: #fff;
}

.accordion-item h3,
.accordion-item.is-active h3 {
  padding-left: 35px;
  font-size: 1.1rem;
  font-weight: 400;
}

.accordion-title {
  color: #fff;
}

.accordion-item-date {
  color: #d0de19;
}

.accordion-content ul li {
  color: #006a78;
}

.divider {
  height: 8px;
  width: 100%;
  margin: 45px 0 25px 0;
  background: url(images/dots.png) repeat-x;
}

.section-title {
  color: #1ca8a0;
}

/* Country Implementation page --------- */
.page-template-resources-php .searchandfilter {
  margin: 15px 0 0 -12px;
}
.searchandfilter ul input {
  float: left;
  margin: -9px 5px 0 0;
}

.searchandfilter ul li {
  padding: 0 !important;
  line-height: 100%;
}

.searchandfilter ul {
  margin: 0 0 20px 0 !important;
}

.searchandfilter label {
  display: block;
  font-size: 0.9rem;
  clear: left;
}

.searchandfilter ul h4 {
  background: #666;
  color: #fff;
  clear: left;
  font-size: 0.9rem;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 0 0 10px 0;
}

td {
  font-size: 0.9rem;
}

.table-list2 td {
  font-size: 1rem;
}

.table-list2 td .fa {
  font-size: 1.2rem;
  color: #999;
  margin: 2px 7px -0 0;
  float: left;
  display: inline-block;
}

.table-list2 td p {
  margin: 0;
  display: inline;
}

td.cell2,
td.cell3 {
  padding-right: 25px;
}

th {
  color: #1ca8a0;
}

.table-list2 {
  margin: 15px 0 0 0;
}

@media only screen and (max-width: 760px) {
  /* responsive tables */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    border: 1px solid #ccc;
  }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}

/* SEARCH RESULTS */
p.search-info {
  font-size: 1.4rem;
  margin: 0 0 25px 0;
}

.search-summary {
  margin-bottom: 50px;
}

.search-label {
  background: #1ca8a0;
  padding: 1px 4px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 80%;
  color: #fff;
  margin: -8px 15px 10px 0;
  display: inline-block;
}

.meta-date {
  margin: 0 0 10px 0;
  display: block;
  font-size: 80%;
}

.meta-info {
  font-size: 80%;
}

.download-icon {
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  overflow: hidden;
}

.download-icon a {
}

.download-icon a[href$=".pdf"]:before {
  content: url("images/pdf-icon.gif");
}

.download-icon a[href$=".xls"]:before {
  content: url("images/excel-icon.png");
}

.download-icon a[href$=".xlsx"]:before {
  content: url("images/excel-icon.png");
}

.download-icon a[href$=".doc"]:before {
  content: url("images/word-icon.png");
}

.download-icon a[href$=".docx"]:before {
  content: url("images/word-icon.png");
}

.download-icon-small a[href$=".pdf"] {
  background: url("images/pdf-icon-small.gif") left no-repeat;
  padding: 9px 0 9px 35px;
}

.download-icon-small a[href$=".xls"] {
  background: url("images/excel-icon-small.png") left no-repeat;
  display: block;
  padding: 9px 0 9px 35px;
}

.download-icon-small a[href$=".xlsx"] {
  background: url("images/excel-icon-small.png") left no-repeat;
  display: block;
  padding: 9px 0 9px 35px;
}

.download-icon-small a[href$=".doc"] {
  background: url("images/word-icon-small.png") left no-repeat;
  padding: 9px 0 9px 35px;
}

.download-icon-small a[href$=".docx"] {
  background: url("images/word-icon-small.png") left no-repeat;
  padding: 9px 0 9px 35px;
}

/* NEWS & UPDATES */
#grid {
  margin-top: 55px;
}
#grid[data-columns]::before {
  content: "3 .column.size-1of3";
}

/* These are the classes that are going to be applied: */
.item {
  float: left;
  background-color: #eee;
  margin: 0 0 25px 0;
}
.size-1of1 {
  width: 100%;
}
.size-1of2 {
  width: 50%;
}
.size-1of3 {
  width: 33.333%;
}

@media screen and (max-width: 480px) {
  #grid[data-columns]::before {
    content: "1 .column.size-1of1";
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  #grid[data-columns]::before {
    content: "2 .column.size-1of2";
  }
}
@media screen and (min-width: 769px) {
  #grid[data-columns]::before {
    content: "3 .column.size-1of3";
  }
}

.meta-stuff {
  font-size: 85%;
}

.item h2 {
  font-size: 1.2rem;
  font-weight: 400;
}

.item p {
  font-size: 0.9rem;
}

#blog-sidebar {
  margin: 60px 0 0 0;
}

/* ABOUT PAGE */
.member-box {
  margin: 12px 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #ccc;
  clear: left;
  min-height: 220px;
}
.member-box p {
  font-size: 90%;
  line-height: 140%;
}

.member-box img {
  max-width: 200px !important;
  height: auto !important;
  float: left;
  margin: 0 15px 5px 0;
}

@media only screen and (max-width: 480px) {
  .member-box img {
    max-width: 130px !important;
  }
}

/* MAILCHIMP PLUGIN FORM */
#main .mc4wp-form {
  padding: 25px;
  background: #efefef;
}

#main .mc4wp-form p {
  clear: left;
}

#main .mc4wp-form label {
  display: block;
  padding: 5px 0 5px 0;
}

#main .mc4wp-form div.nopad {
  padding: 0;
  clear: left;
}

#main .mc4wp-form input[type="text"],
#main .mc4wp-form input[type="email"] {
  border: 1px solid #666;
  background: #fff;
}

#main .mc4wp-form fieldset {
  border: none;
  padding-left: 0;
}

#main .mc4wp-form .red {
  color: #c00;
}

#main .mc4wp-success {
  color: #066;
  font-weight: bold;
}

.mc4wp-form-518 .options label {
  max-width: 650px;
  float: left;
}

.mc4wp-form-518 label {
  font-weight: 500;
}

#main .mc4wp-form input[type="checkbox"] {
  width: 20px;
}
#main .mc4wp-form input[type="radio"],
#main .mc4wp-form input[type="checkbox"] {
  float: left !important;
  margin: 4px 0 0 0;
}

#main .mc4wp-form label span {
  padding: 5px 0 0 8px;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  #main .mc4wp-form input[type="text"],
  #main .mc4wp-form input[type="email"] {
    width: 400px;
  }
}

@media only screen and (max-width: 680px) {
  #main .mc4wp-form input[type="text"],
  #main .mc4wp-form input[type="email"] {
    width: 350px;
  }
}

@media only screen and (max-width: 380px) {
  #main .mc4wp-form input[type="text"],
  #main .mc4wp-form input[type="email"] {
    width: 300px;
  }
}

/* FOOTER */
footer {
  background: #29aaa6 url(images/footer.jpg) top left no-repeat;
  background-size: contain;
  position: relative;
  z-index: 5;
  width: 100%;
}

footer #footer {
  background: url(images/globe.png) left 10px no-repeat;
  background-size: contain;
  padding: 35px 0;
}

@media only screen and (max-width: 680px) {
  footer {
    background: #29aaa6 url(images/footer.jpg) top right no-repeat;
    background-size: cover;
  }

  footer #footer {
    background: url(images/globe-sml2.png) bottom right no-repeat;
    padding: 30px 0;
  }
}
#footer-nav ul {
  width: 100%;
  height: 30px;
}
#footer-nav {
  margin: 30px 0 0 0;
}

#footer-nav li {
  list-style: none;
  float: left;
  padding: 0 15px;
  border-left: 1px solid #999;
  line-height: 120%;
}

#footer-nav li:first-child {
  list-style: none;
  float: left;
  padding: 0 15px 0 0;
  border-left: none;
}

#footer-nav li a {
  color: #fff;
  font-size: 1.1rem;
  padding: 0 0 3px 0;
}

#footer-nav li a:hover {
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 400px) {
  #footer-nav {
    margin: 0;
  }
  #footer-nav li {
    list-style: none;
    float: left;
    padding: 0 25px 10px 0;
    border-left: none;
    line-height: 160%;
  }
}

.twitter-follow-button {
  margin: 25px 0 0 0;
  float: none;
  clear: left;
  border: 1px solid #fff;
  border-radius: 3px;
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
  .video {
    display: none;
  }
}

/* Google language translator */
@media only screen and (max-width: 767px) {
  #google-translate {
    position: absolute;
    top: 55px;
    right: 15px;
  }
}

@media only screen and (max-width: 490px) {
  #google-translate {
    position: absolute;
    top: 80px;
    right: 15px;
  }
}

@media only screen and (max-width: 360px) {
  #google-translate {
    position: absolute;
    top: 60px;
    right: 15px;
  }
}
