@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Montserrat:600,900");
@import url("dashicons.min.css");
body {
  font-size: 16px;
  font-family: "Lato", sans-serif; }

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px; }

h1 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase; }

h2, blockquote, .slogan_statement {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: 3px; }

p {
  line-height: 1.6em; }

.counter_numbers, .counter_numbers a {
  font-family: "Montserrat", sans-serif;
  color: #bf1e2e;
  font-weight: 700;
  position: relative;
  letter-spacing: 5px;
  text-decoration: none; }

blockquote {
  position: relative;
  padding-top: 50px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  text-align: left;
  line-height: 2em; }
  blockquote span {
    display: block;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 0.9em;
    font-weight: normal; }

blockquote:before {
  content: '“  ”';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #85b0d4;
  font-size: 80px;
  font-weight: 300;
  line-height: 70px; }

.slogan_statement {
  background: white;
  display: inline-block;
  padding: 1em 3em;
  text-transform: up; }

.container {
  position: relative;
  max-width: 1400px;
  margin: auto;
  padding: 0 1em; }
  .container.small {
    max-width: 960px;
    padding: 0; }

.gutter {
  margin-right: -5px;
  margin-left: -5px; }
  .gutter:after {
    content: '';
    display: block;
    clear: both; }
  .gutter > *[class|='col'] {
    padding-right: 5px;
    padding-left: 5px; }

.gutter-medium {
  margin-right: -15px;
  margin-left: -15px; }
  .gutter-medium:after {
    content: '';
    display: block;
    clear: both; }
  .gutter-medium > *[class|='col'] {
    padding-right: 15px;
    padding-left: 15px; }

.gutter-large {
  margin-right: -30px;
  margin-left: -30px; }
  .gutter-large:after {
    content: '';
    display: block;
    clear: both; }
  .gutter-large > *[class|='col'] {
    padding-right: 30px;
    padding-left: 30px; }

.gutter-xl {
  margin-right: -50px;
  margin-left: -50px; }
  .gutter-xl:after {
    content: '';
    display: block;
    clear: both; }
  .gutter-xl > *[class|='col'] {
    padding-right: 50px;
    padding-left: 50px; }

.col-1-1 {
  width: 100%; }

.col-1-4 {
  width: 50%; }

@media screen and (min-width: 50em) {
  *[class|='col'] {
    float: left; }
  .col-1-1 {
    width: 100%; }
  .col-1-2 {
    width: 50%; }
  .col-1-3 {
    width: 33.3333333333%; }
  .col-2-3 {
    width: 66.6666666667%; }
  .col-1-4 {
    width: 25%; }
  .col-3-4 {
    width: 75%; }
  .col-1-5 {
    width: 20%; }
  .col-2-5 {
    width: 40%; }
  .col-3-5 {
    width: 60%; }
  .col-4-5 {
    width: 80%; }
  .col-1-6 {
    width: 16.6666666667%; }
  .col-5-6 {
    width: 83.3333333333%; }
  .col-1-7 {
    width: 14.2857142857%; }
  .col-2-7 {
    width: 28.5714285714%; }
  .col-3-7 {
    width: 42.8571428571%; }
  .col-4-7 {
    width: 57.1428571429%; }
  .col-5-7 {
    width: 71.4285714286%; }
  .col-6-7 {
    width: 85.7142857143%; }
  .col-1-8 {
    width: 12.5%; }
  .col-3-8 {
    width: 37.5%; }
  .col-5-8 {
    width: 62.5%; }
  .col-7-8 {
    width: 87.5%; }
  .col-1-9 {
    width: 11.1111111111%; }
  .col-2-9 {
    width: 22.2222222222%; }
  .col-4-9 {
    width: 44.4444444444%; }
  .col-5-9 {
    width: 55.5555555556%; }
  .col-7-9 {
    width: 77.7777777778%; }
  .col-8-9 {
    width: 88.8888888889%; }
  .col-1-10 {
    width: 10%; }
  .col-3-10 {
    width: 30%; }
  .col-7-10 {
    width: 70%; }
  .col-9-10 {
    width: 90%; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%;
  width: 100%; }

body {
  background: #9be5fd;
  overflow-x: hidden;
  margin: 0; }
  body.hold {
    overflow-y: hidden; }

img {
  max-width: 100%;
  height: auto; }

@media screen and (min-width: 70em) {
  .flex_row {
    display: -ms-flexbox;
    display: flex; } }

main {
  -webkit-transition: transform 350ms ease;
  transition: transform 350ms ease;
  position: relative; }

.container {
  position: relative;
  z-index: 2;
  z-index: 8;
  overflow: hidden;
  max-width: 1600px; }

@media screen and (min-width: 70em) {
  .flex-1-3 {
    width: calc(100% / 3); }
  .flex-2-3 {
    width: 66.7%; } }

header {
  text-align: center;
  position: relative;
  background: linear-gradient(to bottom, #9be5fd 0%, #9be5fd 25%, #f3f4f4 50%, #f3f4f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding-bottom: 0; }
  header img, header .container {
    position: relative;
    z-index: 3; }
  header .container {
    max-width: 1230px; }
  @media screen and (min-width: 50em) {
    header {
      padding-bottom: 50px; } }

.hero_logo {
  max-width: 775px;
  margin: auto; }

.header-cloud-1 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -50px;
  height: 500px;
  width: calc(100% + 100px);
  background: bottom center url("../images/background_cloud_1.svg");
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (min-width: 50em) {
    .header-cloud-1 {
      top: 15%;
      background-size: cover; } }

.header-cloud-2 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -50px;
  height: 500px;
  width: calc(100% + 100px);
  background: bottom center url("../images/background_cloud_2.png");
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (min-width: 50em) {
    .header-cloud-2 {
      top: 15%;
      background-size: cover; } }

section {
  background: linear-gradient(to bottom, #f3f4f4 0%, #9be5fd 70%, #9be5fd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  min-height: 1000px;
  position: relative; }
  section:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -25%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, white 0%, rgba(255, 255, 255, 0) 70%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    @media screen and (min-width: 70em) {
      section:after {
        bottom: -40%; } }

.counter {
  background: #bf1e2e center repeat url("../images/background_counter_texture.svg");
  background-size: 100% auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */ }
  @media screen and (min-width: 70em) {
    .counter {
      min-height: 600px;
      height: 100%;
      padding-bottom: 0; } }

.counter_map {
  background: center no-repeat url("../images/graphic_counter_map_2.svg");
  background-size: 80% auto;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.counter_numbers_container {
  width: 75%;
  margin-top: 0.5em;
  position: relative;
  margin-left: -4%;
  text-align: center; }

.counter_numbers {
  position: relative;
  text-align: center; }
  .counter_numbers img {
    width: 10%;
    height: auto;
    display: inline-block; }

.counter_numbers_amount {
  display: inline-block; }

.tracker {
  text-align: center;
  background: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  justify-content: center; }

.tracker_description {
  padding: 2em;
  width: 100%; }
  .tracker_description:after {
    content: '';
    display: inline-block;
    margin-top: 2em;
    height: 2px;
    width: 50px;
    background: #e6e6e6; }
  .tracker_description p {
    text-align: left;
    margin: auto;
    max-width: 675px;
    font-size: 1em;
    line-height: 2em; }
  .tracker_description.no_line p {
    text-align: center; }
  .tracker_description.no_line {
    padding-bottom: 0; }
  .tracker_description.no_line:after {
    display: none; }
  @media screen and (min-width: 50em) {
    .tracker_description p {
      font-size: 0.9em; } }
  @media screen and (min-width: 100em) {
    .tracker_description {
      padding: 3em 1.75em 2em 1.74em; } }
  @media screen and (min-width: 100em) {
    .fr-quote {
      padding: 5em 1.75em 2em 1.74em; } }


.avatars {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 25px;
  position: relative;
  background-color: #64c29e; }
  .avatars.blue {
    background-color: #85b0d4; }
  @media screen and (min-width: 100em) {
    .avatars {
      min-height: 200px; } }

.button_texture {
  background: #e2be2c center repeat url("../images/background_counter_texture.svg");
  background-size: 100% auto;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3em;
  position: relative; }
  .button_texture:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white; }
.button_texture-orange {
  background: #ec7925 center repeat url("../images/background_counter_texture.svg");
}
.tweet {
  background: #dcf5fe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 4em 2em; }
  @media screen and (min-width: 70em) {
    .tweet {
      width: 67%; } }

.tweet_contents {
  background: top center no-repeat url("../images/icon_twitter.svg");
  padding-top: 75px;
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 1em; }

.tweet_byline {
  font-size: 1.5em;
  letter-spacing: 2px;
  font-weight: 600;
  display: block;
  margin-bottom: 25px; }

.tweet_text {
  font-size: 2em;
  font-style: italic;
  color: #9a9999;
  display: block;
  margin-bottom: 1em; }
  .tweet_text a {
    color: #9a9999;
    text-decoration: none; }

.houses {
  background: center no-repeat url("../images/background_houses.jpg");
  background-size: cover;
  min-height: 300px; }
  @media screen and (min-width: 70em) {
    .houses {
      min-height: 500px; } }

.essential {
  background: #bf1e2e center no-repeat url("../images/graphic_essential.svg");
  background-size: 100% auto;
  background-position: top;
  min-height: 300px; }
  @media screen and (min-width: 70em) {
    .essential {
      min-height: 500px;
	  background-position: center;} }

.people {
  background: #bf1e2e center no-repeat url("../images/graphic_people.png");
  background-size: 100% auto;
  background-position: top;
  min-height: 300px; }
  @media screen and (min-width: 70em) {
    .people {
      min-height: 500px;
      background-position: center; } }

.cloud-1 {
  position: absolute;
  z-index: 0;
  backface-visibility: hidden;
  top: 40%;
  left: 0;
  animation: clouds 10s ease infinite; }

.cloud-2 {
  position: absolute;
  z-index: 0;
  backface-visibility: hidden;
  bottom: -150px;
  right: 0;
  animation: clouds 10s ease infinite;
  animation-delay: 5s; }

    .desktop_graphic {
		display: none;
	}
.mobile_graphic {
	display: block;
}
  @media screen and (min-width: 70em) {
    .desktop_graphic {
		display: block !important;
	}
	  .mobile_graphic {
		  display: none !important;
	  }
  }

footer {
  margin-top: 10em;
  background: top center url("../images/background_footer.png");
  background-size: cover;
  height: 800px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 2em; }

.social {
  text-align: center;
  margin: 1em 0; }

.slogan {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  padding: 10px 0; }
  .slogan:before, .slogan:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 50px;
    background: #e6e6e6;
    left: 50%;
    transform: translateX(-50%); }
  .slogan:before {
    top: 0; }
  .slogan:after {
    bottom: 0; }

.slogan_share {
  margin: 15px 0; }
  .slogan_share img {
    max-width: 35px; }

.slogan_share_container {
  text-align: center;
  line-height: normal !important; }

.a2a_button_twitter {
  float: none !important;
  padding: 0 !important; }

.slottt-machine-recipe {
  width: 100%;
  height: 100px; }

.slottt-machine-recipe__mask {
  width: 100%;
  min-height: 100px;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: inline-block; }

.slottt-machine-recipe__items_container {
  position: absolute;
  width: 100%;
  text-align: center; }

.slottt-machine-recipe__item {
  min-height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .slottt-machine-recipe__item span:before {
    content: '"'; }
  .slottt-machine-recipe__item span:after {
    content: '"'; }
  .slottt-machine-recipe__item span {
    font-size: 1.4em;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    display: inline-block;
    padding: 0 1em;
    transition: all 400ms ease;
    color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    margin: 0; }
    @media screen and (min-width: 70em) {
      .slottt-machine-recipe__item span {
        padding: 0 3em; } }
  .slottt-machine-recipe__item.on span {
    animation: blurText 1s forwards; }

button {
  appearance: none;
  outline: none;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  backface-visibility: hidden;
  text-decoration: none;
  background: white;
  padding: 1em 2em;
  border-radius: 4em;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 2px;
  transition: all 300ms ease; }
  button:hover {
    background: rgba(255, 255, 255, 0.5); }
  button:active {
    background: white; }

@keyframes clouds {
  0% {
    transform: translateX(0); }
  40% {
    transform: translateX(20%); }
  60% {
    transform: translateX(20%); }
  100% {
    transform: translateX(0); } }

@keyframes blurText {
  from {
    color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  to {
    color: black;
    text-shadow: none;
    background-color: white; } }

@keyframes hearts {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  text-align: center;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    margin: auto; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  width: 100%; }
  .slick-dots li {
    display: inline-block; }
  .slick-dots .slick-active button, .slick-dots .slick-active button:hover {
    background: #03a9f4; }
  .slick-dots button {
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    height: 10px;
    width: 10px;
    line-height: 10px;
    border-radius: 50em;
    margin: 0 5px;
    background: rgba(0, 0, 0, 0.1);
    transition: all 300ms ease; }
  .slick-dots button:hover {
    background: rgba(0, 0, 0, 0.2); }

.header-portal-link {
  height: 16px;
  width: 100%;
  background-color: #64A70B;
  line-height: 14px;
  text-align: right; }

.header-portal-link a {
  color: #ffffff;
  line-height: 14px;
  text-decoration: none;
  font-size: 11px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin: 0px;
  text-transform: uppercase; }

.global_wrap {
  max-width: 1000px;
  display: block;
  margin: auto; }

#global_footer {
  width: 100%;
  background-color: #2e2e2e;
  font-family: 'Montserrat', sans-serif;
  padding: 3em 0 0 0;
  font-size: 16px;
  color: #fafafa; }

#global_footer .seal img {
  margin: 0 auto 30px auto;
  display: block;
  max-width: 90%;
  width: 200px; }

#global_footer .seal h3 {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .1em;
  font-size: .9em;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  margin-bottom: 0.3em;
  font-family: 'Montserrat', sans-serif; }

#global_footer .seal p {
  font-family: 'Montserrat', sans-serif;
  line-height: 23px;
  font-size: .9em; }

#global_footer .border {
  box-sizing: border-box;
  min-height: 200px;
  display: none;
  width: 2px;
  border-right: 1px solid #ffffff;
  margin: 0 auto; }

@media screen and (min-width: 50em) {
  #global_footer .border {
    display: block; } }

#global_footer .footer-menu {
  padding-top: 25px;
  border-top: 1px solid #ffffff; }

#global_footer .footer-menu svg {
  margin-right: 5px;
  position: relative;
  top: 2px;
  width: 24px !important;
  height: 18px !important; }

#global_footer .footer-menu .st0, #global_footer .footer-menu .st1 {
  fill: #b8b7b4 !important; }

#global_footer .footer-menu h3 {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: .9em;
  line-height: 22px;
  margin: 0;
  margin-bottom: 0.3em;
  font-family: 'Montserrat', sans-serif; }

#global_footer .footer-menu h3 a {
  text-decoration: none; }

#global_footer .footer-menu h3 a:hover {
  text-decoration: underline; }

#global_footer .footer-menu ul {
  list-style: none;
  padding: 0;
  line-height: 2;
  margin-left: 30px; }

#global_footer .footer-menu ul li {
  line-height: 25px;
  position: relative; }

#global_footer .footer-menu ul li i, #global_footer .footer-menu ul li svg, #global_footer .footer-menu ul li span {
  position: absolute;
  left: -30px; }

#global_footer .footer-menu ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: .9em;
  transition: all .3s ease-in-out;
  text-decoration: none;
  color: #b8b7b4; }

#global_footer .footer-menu ul li a:hover {
  opacity: 1;
  text-decoration: underline; }

@media screen and (min-width: 50em) {
  #global_footer .footer-menu {
    padding-top: 0px;
    border-top: none; } }

#global_footer p {
  font-size: .9em;
  line-height: 1.4em;
  color: #b8b7b4; }

#global_footer .copyright {
  padding: 25px 0 10px 0 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .1em;
  clear: both;
  color: #ffffff;
  margin: 0 20px;
  border-top: 1px solid #ffffff;
  background-color: transparent;
  display: block;
  font-size: 12px;
  align-items: normal;
  justify-content: space-between; }

#global_footer .copyright p {
  color: #ffffff; }

#global_footer .copyright .copy-date {
  padding: 25px 0 30px 0;
  text-align: left; }

#global_footer .copyright .copyright-menu a {
  padding: 3px 0;
  font-family: 'Montserrat', sans-serif;
  text-decoration: underline;
  border-right: none;
  display: block;
  width: 100%;
  margin-bottom: 14px;
  font-size: 14px;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: .1em; }

#global_footer .copyright .copyright-menu a:hover {
  text-decoration: underline; }

#global_footer .copyright .copyright-menu a:last-of-type {
  border-right: none; }

@media screen and (min-width: 50em) {
  #global_footer .copyright {
    background-color: #003E51;
    padding: 0 30px 0 0;
    display: flex;
    margin: auto;
    border-top: none; }
  #global_footer .copyright .copyright-menu a {
    display: inline-block;
    padding: 3px 20px;
    text-transform: uppercase;
    font-size: inherit;
    width: auto;
    color: inherit;
    margin-bottom: auto;
    text-decoration: none;
    border-right: solid 1px #666; }
  #global_footer .copyright .copy-date {
    text-align: right;
    padding: 0; }
  #global_footer .copyright .copy-date p {
    font-size: 1em; } }

.goog-te-combo {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background: none;
  font-family: "Roboto", sans-serif;
  font-size: 1.4em;
  color: white;
  padding: 1em;
  line-height: 1.5em;
  border: none;
  position: relative;
  width: 100%; }

#google_translate {
  position: relative;
  width: 100%;
  background: #003e51;
  border-radius: 6px;
  margin: 2em 0 0 0; }

#google_translate select {
  background: #003e51; }

#google_translate:before {
  content: '';
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 1em;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white; }

#global_footer .pawslh_logo {
  padding: 40px 0;
  float: none; }

@media screen and (min-width: 50em) {
  #google_translate {
    float: right;
    margin: 0;
    width: auto; }
  #global_footer .pawslh_logo {
    padding: 40px 0 0 0;
    float: right; } }
