/**
 * Theme Name: womenmigration
 * Author: <a href="http://oneltd.co.uk/">One</a>
 * Author URI: http://oneltd.co.uk/
 * Version: 1.0
 * Description: Custom theme for women in migration
 * Template: oneltd-base
 */

/* 
*   Easing Equations ported to CSS by @matthewlein - http://matthewlein.com/ceaser/
*   Converted to SCSS vars by @pettpett
*   
*   sample usage:
*   a {
*     color: #ff0000;
*     transition: color 0.5s $easeOutQuint;
*     &:hover,
*     &:focus {
*       color: #ff9900;
*     }
*   }
*/
/* Default Equations */
/* Penner Equations (approximated) originally created by @robpenner */
/*@mixin hamburger-anchor($color: $black, $background: transparent) {
  display: flex;
  width: 40px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border: 1px solid $color;
  background-image: url('wp-content/themes/womenmigration/images/menu-mobile-nav.svg');
  //background: $background;
  padding-bottom: 3px;
}*/
/* line 1, ../../src/sass/helpers/_reset.scss */
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 5, ../../src/sass/helpers/_reset.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 11, ../../src/sass/helpers/_reset.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 99, ../../src/sass/helpers/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 112, ../../src/sass/helpers/_reset.scss */
body {
  line-height: 1;
}

/* line 115, ../../src/sass/helpers/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 119, ../../src/sass/helpers/_reset.scss */
blockquote,
q {
  quotes: none;
}

/* line 123, ../../src/sass/helpers/_reset.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 130, ../../src/sass/helpers/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 135, ../../src/sass/helpers/_reset.scss */
html {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
/* line 138, ../../src/sass/helpers/_reset.scss */
html.wf-loading {
  opacity: 0;
}
/* line 142, ../../src/sass/helpers/_reset.scss */
html.wf-active, html.wf-inactive {
  opacity: 1;
}

/* line 1, ../../src/sass/helpers/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  color: #002147;
  font-size: 17px;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.6;
}

/* line 11, ../../src/sass/helpers/_typography.scss */
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #002147;
}

/* line 12, ../../src/sass/helpers/_typography.scss */
.h1, h1, .h2, h2 {
  line-height: 1.25;
}

/* line 13, ../../src/sass/helpers/_typography.scss */
.h3, h3 {
  line-height: 1.3;
}

/* line 14, ../../src/sass/helpers/_typography.scss */
.h4, h4 {
  line-height: 1.5;
}

/* line 15, ../../src/sass/helpers/_typography.scss */
.h1, h1 {
  font-size: 225%;
  letter-spacing: -2px;
}

/* line 16, ../../src/sass/helpers/_typography.scss */
.h2, h2 {
  font-size: 225%;
  letter-spacing: 1px;
}

/* line 17, ../../src/sass/helpers/_typography.scss */
.h3, h3 {
  font-size: 160%;
  font-weight: 700;
  letter-spacing: -0.5px;
}

/* line 18, ../../src/sass/helpers/_typography.scss */
.h4, h4 {
  font-size: 135%;
}

/* line 19, ../../src/sass/helpers/_typography.scss */
.h5, h5 {
  font-size: 125%;
}

/* line 20, ../../src/sass/helpers/_typography.scss */
.h6, h6 {
  font-size: 110%;
}

/* line 22, ../../src/sass/helpers/_typography.scss */
.fixed, pre, code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 15px;
  line-height: 1.2;
}

/* line 24, ../../src/sass/helpers/_typography.scss */
.italic, i, em {
  font-style: italic;
}

/* line 25, ../../src/sass/helpers/_typography.scss */
.bold, b, strong {
  font-weight: 700;
}

/* line 27, ../../src/sass/helpers/_typography.scss */
.block-margins, p, ul, ol, pre {
  margin: 1em 0;
}

/* line 29, ../../src/sass/helpers/_typography.scss */
.unordered-list, ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}

/* line 30, ../../src/sass/helpers/_typography.scss */
.ordered-list, ol {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 20px;
}

/* line 35, ../../src/sass/helpers/_typography.scss */
h1, .h1, h1 {
  margin: 1em 0 0.5em;
}

/* line 36, ../../src/sass/helpers/_typography.scss */
h2, .h2, h2 {
  margin: 1em 0 0.5em;
}

/* line 37, ../../src/sass/helpers/_typography.scss */
h3, .h3, h3 {
  margin: 1em 0 0.5em;
}

/* line 38, ../../src/sass/helpers/_typography.scss */
h4, .h4, h4 {
  margin: 1em 0 0.5em;
}

/* line 39, ../../src/sass/helpers/_typography.scss */
h5, .h5, h5 {
  margin: 1em 0 0.5em;
}

/* line 40, ../../src/sass/helpers/_typography.scss */
h6, .h6, h6 {
  margin: 1em 0 0.5em;
}

@media (max-width: 768px) {
  /* line 43, ../../src/sass/helpers/_typography.scss */
  h1, .h1, h1 {
    margin: 0.5em 0 0.5em;
  }

  /* line 44, ../../src/sass/helpers/_typography.scss */
  h2, .h2, h2 {
    margin: 0.5em 0 0.5em;
  }

  /* line 45, ../../src/sass/helpers/_typography.scss */
  h3, .h3, h3 {
    margin: 0.5em 0 0.5em;
  }

  /* line 46, ../../src/sass/helpers/_typography.scss */
  h4, .h4, h4 {
    margin: 0.5em 0 0.5em;
  }

  /* line 47, ../../src/sass/helpers/_typography.scss */
  h5, .h5, h5 {
    margin: 0.5em 0 0.5em;
  }

  /* line 48, ../../src/sass/helpers/_typography.scss */
  h6, .h6, h6 {
    margin: 0.5em 0 0.5em;
  }
}
/* line 51, ../../src/sass/helpers/_typography.scss */
h2 .slim {
  font-weight: 400;
}

@media (min-width: 768px) {
  /* line 2, ../../src/sass/helpers/_base.scss */
  html {
    zoom: 100%;
  }
}
/* line 7, ../../src/sass/helpers/_base.scss */
body {
  max-width: 100%;
  overflow-x: hidden;
}
/* line 8, ../../src/sass/helpers/_base.scss */
body.scroll-lock {
  overflow: hidden;
}

/* line 15, ../../src/sass/helpers/_base.scss */
.container {
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 1248px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
     -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
       -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
          transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (min-width: 560px) {
  /* line 15, ../../src/sass/helpers/_base.scss */
  .container {
    padding: 0 18px;
  }
}
/* line 17, ../../src/sass/helpers/_base.scss */
.container.thin {
  max-width: 1170px;
}
@media only screen and (min-width: 560px) {
  /* line 21, ../../src/sass/helpers/_base.scss */
  .container.wide {
    padding: 0;
  }
}

/* line 29, ../../src/sass/helpers/_base.scss */
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* line 38, ../../src/sass/helpers/_base.scss */
.overlay {
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  top: 0;
  position: absolute;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 43, ../../src/sass/helpers/_base.scss */
*:focus-visible, *.focus, *:active {
  outline: 0 !important;
}

/* line 3, ../../src/sass/blocks/banner.scss */
.resources .banner-wrapper {
  margin: 50px auto 75px;
}

/* line 8, ../../src/sass/blocks/banner.scss */
.banner-wrapper {
  margin: 50px auto 0;
}
/* line 11, ../../src/sass/blocks/banner.scss */
.banner-wrapper .banner {
  position: relative;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 25, ../../src/sass/blocks/banner.scss */
.banner-wrapper .banner .overlay-top {
  background: transparent;
  z-index: 1;
  position: absolute;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(/wp-content/themes/womenmigration/images/banner-top-cut-out.svg);
  width: 102%;
  margin: 0 auto;
  max-width: 1400px;
  /*    height: 9vh;
      top: -42px;*/
  height: 1em;
  top: 0px;
}
/* line 45, ../../src/sass/blocks/banner.scss */
.banner-wrapper .banner .overlay-bottom {
  background: transparent;
  z-index: 1;
  position: absolute;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(/wp-content/themes/womenmigration/images/banner-bottom-cut-out.svg);
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  min-height: 3.2em;
  top: 95%;
}
/* line 62, ../../src/sass/blocks/banner.scss */
.banner-wrapper .banner .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
  height: 100%;
}
/* line 74, ../../src/sass/blocks/banner.scss */
.banner-wrapper .banner .container .title {
  width: 100%;
  max-width: 746px;
  margin-bottom: 40px;
  position: absolute;
  padding-right: 40px;
}
@media (max-width: 640px) {
  /* line 91, ../../src/sass/blocks/banner.scss */
  .banner-wrapper .banner.mobile {
    display: block;
  }
  /* line 95, ../../src/sass/blocks/banner.scss */
  .banner-wrapper .banner.desktop {
    display: none;
  }
  /* line 99, ../../src/sass/blocks/banner.scss */
  .banner-wrapper .banner {
    margin: 0;
    height: 30em;
  }
}
@media (min-width: 641px) {
  /* line 106, ../../src/sass/blocks/banner.scss */
  .banner-wrapper .banner.mobile {
    display: none;
  }
  /* line 110, ../../src/sass/blocks/banner.scss */
  .banner-wrapper .banner.desktop {
    display: block;
  }
  /* line 114, ../../src/sass/blocks/banner.scss */
  .banner-wrapper .banner {
    margin: 0 auto;
    height: 30em;
    max-width: 1340px;
  }
  /* line 120, ../../src/sass/blocks/banner.scss */
  .banner-wrapper .banner-block-summary {
    margin: 0 auto;
    max-width: 1340px;
  }
}

/* line 3, ../../src/sass/blocks/halfs.scss */
.container:nth-child(1) .half-block p {
  font-size: 120%;
  margin-top: 1.9em;
}

/* line 14, ../../src/sass/blocks/halfs.scss */
.container.wide .half-block p, .container.narrow .half-block p, .container.left .half-block p, .container.right .half-block p {
  font-size: 100% !important;
}

/* line 21, ../../src/sass/blocks/halfs.scss */
.half-block {
  margin-top: 25px;
  margin-bottom: 25px;
}
/* line 24, ../../src/sass/blocks/halfs.scss */
.half-block .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 29, ../../src/sass/blocks/halfs.scss */
.half-block .buttons .button {
  margin-right: 24px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-top: 15px;
  margin-bottom: 30px;
}
/* line 40, ../../src/sass/blocks/halfs.scss */
.half-block .buttons .button:last-of-type {
  margin-right: 0;
}
/* line 46, ../../src/sass/blocks/halfs.scss */
.half-block p {
  margin-bottom: 15px;
}
/* line 55, ../../src/sass/blocks/halfs.scss */
.half-block .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 70, ../../src/sass/blocks/halfs.scss */
.half-block.image-block .grid-wrap .content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 56px;
}
/* line 80, ../../src/sass/blocks/halfs.scss */
.half-block.image-block .grid-wrap .content .image {
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  width: 586px;
  max-width: 100%;
  height: 224px;
}
/* line 97, ../../src/sass/blocks/halfs.scss */
.half-block.image-block .grid-wrap .content .text-wrap {
  width: 488px;
  max-width: 100%;
  margin-bottom: 0;
}
/* line 111, ../../src/sass/blocks/halfs.scss */
.half-block.text-block .grid-wrap {
  display: grid;
  /*      @include for-size(tablet-landscape) {
          // grid-gap: 126px;
          grid-template-columns: repeat(2, minmax(150px, 1fr));
  
        }*/
}
@media (min-width: 1024px) {
  /* line 111, ../../src/sass/blocks/halfs.scss */
  .half-block.text-block .grid-wrap {
    grid-template-columns: 4fr 5fr;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  /* line 118, ../../src/sass/blocks/halfs.scss */
  .half-block.text-block .grid-wrap.two-thirds {
    grid-template-columns: 3fr 1fr;
  }
}
/* line 129, ../../src/sass/blocks/halfs.scss */
.half-block.text-block .grid-wrap .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 135, ../../src/sass/blocks/halfs.scss */
.half-block.text-block .grid-wrap .text-wrap {
  max-width: 100%;
  margin-bottom: 0;
}
/* line 145, ../../src/sass/blocks/halfs.scss */
.half-block.text-block .grid-wrap .text-wrap .main-logo {
  margin-top: 2.65em;
}
@media (min-width: 1024px) {
  /* line 150, ../../src/sass/blocks/halfs.scss */
  .half-block.text-block .grid-wrap .text-wrap h2 {
    max-width: 88%;
  }
}
/* line 155, ../../src/sass/blocks/halfs.scss */
.half-block.text-block .grid-wrap .text-wrap p:nth-child(1) {
  margin-top: 2.65em;
}
@media (max-width: 768px) {
  /* line 160, ../../src/sass/blocks/halfs.scss */
  .half-block.text-block .grid-wrap .text-wrap h2 {
    max-width: 88%;
  }
  /* line 163, ../../src/sass/blocks/halfs.scss */
  .half-block.text-block .grid-wrap .text-wrap p:nth-child(1) {
    margin-top: 0em;
  }
}

/* line 13, ../../src/sass/blocks/carousel-block.scss */
.carousel-blocks button {
  background-color: transparent;
  border: none;
  color: #FFF;
  height: 54px;
  width: 54px;
  font-size: 30px;
}
/* line 20, ../../src/sass/blocks/carousel-block.scss */
.carousel-blocks button .fal {
  display: none;
}
/* line 25, ../../src/sass/blocks/carousel-block.scss */
.carousel-blocks .tns-outer {
  position: relative;
}
/* line 29, ../../src/sass/blocks/carousel-block.scss */
.carousel-blocks .tns-controls {
  position: absolute;
  width: 100%;
  top: -webkit-calc(50% - 27px);
  top: -moz-calc(50% - 27px);
  top: calc(50% - 27px);
  -webkit-transform: translatey(-50%);
     -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 20;
}
/* line 41, ../../src/sass/blocks/carousel-block.scss */
.carousel-blocks .tns-controls button[data-controls="prev"] {
  position: absolute;
  left: -30px;
  background-image: url(/wp-content/themes/womenmigration/images/arrow-circle-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  padding: 5px;
  margin: 5px;
}
/* line 51, ../../src/sass/blocks/carousel-block.scss */
.carousel-blocks .tns-controls button[data-controls="prev"]:focus-visible,
.carousel-blocks .tns-controls button[data-controls="next"]:focus-visible {
  outline: 0;
}
/* line 56, ../../src/sass/blocks/carousel-block.scss */
.carousel-blocks .tns-controls button[data-controls="next"] {
  position: absolute;
  right: -30px;
  background-image: url(/wp-content/themes/womenmigration/images/arrow-circle-left.svg);
  -webkit-transform: scaleX(-1);
     -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  padding: 5px;
  margin: 5px;
}
/* line 68, ../../src/sass/blocks/carousel-block.scss */
.carousel-blocks .tns-controls button:focus {
  outline: none;
}
/* line 78, ../../src/sass/blocks/carousel-block.scss */
.carousel-blocks .carousel-slider-blocks .wrap-it-up {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  /*      p {
          @include h4;
        }*/
}
/* line 83, ../../src/sass/blocks/carousel-block.scss */
.carousel-blocks .carousel-slider-blocks .wrap-it-up .image {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  margin: 30px 0;
  height: 447px;
}
/* line 96, ../../src/sass/blocks/carousel-block.scss */
.carousel-blocks .carousel-slider-blocks .wrap-it-up .head-line {
  background: #ea7d44;
  margin-bottom: 24px;
  display: none;
}

/* line 1, ../../src/sass/blocks/further-interest.scss */
.further-interest {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 60px auto 20px;
  padding: 20px 75px 40px;
  background-color: #e6e8ec;
}
/* line 10, ../../src/sass/blocks/further-interest.scss */
.further-interest .overlay {
  position: absolute;
  background: transparent;
  z-index: 1;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  height: 100%;
  top: 0px;
}

/* line 1, ../../src/sass/blocks/credits.scss */
.credits {
  position: relative;
  background: #e6e8ec;
  margin: 0 auto;
  min-height: 30em;
  max-width: 1340px !important;
  margin: 46px auto 0;
  min-height: 500px;
}
/* line 10, ../../src/sass/blocks/credits.scss */
.credits .overlay-top {
  background: transparent;
  z-index: 1;
  position: absolute;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(/wp-content/themes/womenmigration/images/banner-top-cut-out.svg);
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  height: 3.3em;
  top: -51px;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-filter: invert(2%) sepia(1%) saturate(3654%) hue-rotate(184deg) brightness(92%) contrast(103%);
          filter: invert(2%) sepia(1%) saturate(3654%) hue-rotate(184deg) brightness(92%) contrast(103%);
}
/* line 27, ../../src/sass/blocks/credits.scss */
.credits .overlay-bottom {
  background: transparent;
  z-index: 1;
  position: absolute;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(/wp-content/themes/womenmigration/images/banner-bottom-cut-out.svg);
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  height: 3.3em;
  top: 96%;
}
@media (max-width: 1280px) {
  /* line 42, ../../src/sass/blocks/credits.scss */
  .credits .overlay-bottom {
    background-image: unset;
  }
}
/* line 46, ../../src/sass/blocks/credits.scss */
.credits .funders-wrapper {
  padding: 30px 0 75px;
}
/* line 49, ../../src/sass/blocks/credits.scss */
.credits .funders-wrapper .funders {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-column-gap: 68px;
     -moz-column-gap: 68px;
          column-gap: 68px;
  row-gap: 60px;
  min-height: 170px;
}
/* line 59, ../../src/sass/blocks/credits.scss */
.credits .funders-wrapper .funders a {
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  width: 16%;
  max-height: 150px;
  max-width: 186px;
}
/* line 68, ../../src/sass/blocks/credits.scss */
.credits .funders-wrapper .funders a.light {
  opacity: 0.4;
}
@media (max-width: 1248px) {
  /* line 73, ../../src/sass/blocks/credits.scss */
  .credits .funders-wrapper .funders a {
    width: 25%;
    min-height: 175px;
    min-width: 186px;
  }
}
@media (max-width: 414px) {
  /* line 81, ../../src/sass/blocks/credits.scss */
  .credits .funders-wrapper .funders a {
    width: 1%;
    min-height: 60px;
    min-width: 117px;
  }
}
/* line 89, ../../src/sass/blocks/credits.scss */
.credits .funders-wrapper .funders.primary {
  min-height: 200px;
}
/* line 93, ../../src/sass/blocks/credits.scss */
.credits .funders-wrapper .funders.primary a {
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: unset;
    -o-background-size: unset;
       background-size: unset;
  width: 100%;
  max-width: unset;
  max-height: unset;
}
@media (max-width: 1248px) {
  /* line 104, ../../src/sass/blocks/credits.scss */
  .credits .funders-wrapper .funders {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    row-gap: 55px;
    min-height: 125px;
  }
  /* line 110, ../../src/sass/blocks/credits.scss */
  .credits .funders-wrapper .funders.primary {
    min-height: 275px;
  }
}
@media (min-width: 768px) {
  /* line 123, ../../src/sass/blocks/credits.scss */
  .credits .half-block {
    padding-top: 40px;
  }
}

/*
@media (max-width: 768px) and (orientation : landscape)  {
.quiz {
background-position: left bottom;
}
}

@media (max-width: 640px) {
.quiz {
background-position: left bottom;
}
}

@media (min-width:768px) {
.quiz .half-block {
padding-top: 100px;
}
}
*/
/* line 1, ../../src/sass/blocks/quiz.scss */
.quiz {
  position: relative;
  background-image: url(/wp-content/uploads/quiz-banner.png);
  -moz-background-size: auto;
    -o-background-size: auto;
       background-size: auto;
  background-repeat: no-repeat;
  background-position: center -111px;
  margin: 0 auto;
  min-height: 34em;
  max-width: 1340px;
  margin: 46px auto;
  background-color: #041e42;
}
/* line 13, ../../src/sass/blocks/quiz.scss */
.quiz .overlay-top {
  background: transparent;
  z-index: 1;
  position: absolute;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(/wp-content/themes/womenmigration/images/banner-top-cut-out.svg);
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  height: 3.5em;
  top: 0px;
}
/* line 28, ../../src/sass/blocks/quiz.scss */
.quiz .quiz-response {
  min-height: 125px;
  padding-top: 5px;
}
/* line 32, ../../src/sass/blocks/quiz.scss */
.quiz .quiz-response p {
  font-weight: 200;
}
/* line 38, ../../src/sass/blocks/quiz.scss */
.quiz .button .symbol {
  z-index: 1;
  position: absolute;
  -moz-background-size: auto;
    -o-background-size: auto;
       background-size: auto;
  background-repeat: no-repeat;
  background-position: right top;
  width: 100%;
  height: 100%;
  top: 24%;
  left: 0%;
}
/* line 49, ../../src/sass/blocks/quiz.scss */
.quiz .button .symbol.tick {
  background-image: url(/wp-content/themes/womenmigration/images/correct-tick.svg);
}
/* line 52, ../../src/sass/blocks/quiz.scss */
.quiz .button .symbol.cross {
  background-image: url(/wp-content/themes/womenmigration/images/incorrect-cross.svg);
}
@media (min-width: 768px) {
  /* line 58, ../../src/sass/blocks/quiz.scss */
  .quiz .half-block {
    padding-top: 150px;
  }
}

/* line 65, ../../src/sass/blocks/quiz.scss */
.page-template-page-quiz .quiz {
  background-position: center 86%;
}
/* line 68, ../../src/sass/blocks/quiz.scss */
.page-template-page-quiz .quiz .overlay-bottom {
  margin: -60px auto 0;
  height: 3.5em;
  top: 100%;
  -webkit-filter: invert(3%) sepia(3%) saturate(229%) hue-rotate(180deg) brightness(93%) contrast(100%);
          filter: invert(3%) sepia(3%) saturate(229%) hue-rotate(180deg) brightness(93%) contrast(100%);
}
/* line 76, ../../src/sass/blocks/quiz.scss */
.page-template-page-quiz .credits {
  margin: -46px auto 0 !important;
}
/* line 80, ../../src/sass/blocks/quiz.scss */
.page-template-page-quiz .options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  /* line 88, ../../src/sass/blocks/quiz.scss */
  .post-wrap .quiz {
    min-height: 125em !important;
  }
  /* line 91, ../../src/sass/blocks/quiz.scss */
  .post-wrap .quiz .button {
    padding: 20px 25px;
  }
  /* line 93, ../../src/sass/blocks/quiz.scss */
  .post-wrap .quiz .button .symbol {
    left: 10%;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  /* line 101, ../../src/sass/blocks/quiz.scss */
  .quiz {
    background-position: left bottom;
  }
}
@media (max-width: 640px) {
  /* line 107, ../../src/sass/blocks/quiz.scss */
  .quiz {
    background-position: left bottom;
  }
}
/* line 1, ../../src/sass/blocks/quiz-question.scss */
.question-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 65%;
  margin: 10px auto;
  position: relative;
  text-align: center;
  padding: 7em 0 20em;
}
/* line 11, ../../src/sass/blocks/quiz-question.scss */
.question-wrapper .bulkup {
  font-weight: 600;
  letter-spacing: 0.5px;
}
/* line 18, ../../src/sass/blocks/quiz-question.scss */
.question-wrapper .quiz-response p a, .question-wrapper .quiz-response p a:visited {
  color: #FFF;
  font-weight: 500;
  text-decoration: underline !important;
}
/* line 26, ../../src/sass/blocks/quiz-question.scss */
.question-wrapper .button {
  color: #FFF;
  font-size: 102% !important;
  font-weight: 700 !important;
  display: inline-block;
  text-decoration: none;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  -webkit-filter: unset;
          filter: unset;
  min-width: 54vw;
  margin: 20px 14px;
  padding: 20px 68px;
  height: unset;
  -webkit-transition: all .8s ease-in-out;
     -moz-transition: all .8s ease-in-out;
       -o-transition: all .8s ease-in-out;
          transition: all .8s ease-in-out;
}
/* line 52, ../../src/sass/blocks/quiz-question.scss */
.question-wrapper .button.q_intro {
  margin-top: 75px;
}
/* line 56, ../../src/sass/blocks/quiz-question.scss */
.question-wrapper .link-wrap {
  padding: 50px 0;
}

/* line 1, ../../src/sass/blocks/quote.scss */
blockquote {
  content: '';
  display: block;
  background-image: url("/wp-content/themes/womenmigration/images/quote.svg");
  -moz-background-size: auto;
    -o-background-size: auto;
       background-size: auto;
  background-repeat: no-repeat;
  background-position: top left;
  margin: 60px 20px;
  padding: 0 0 0 40px;
  min-height: 150px;
}
@media (max-width: 768px) {
  /* line 1, ../../src/sass/blocks/quote.scss */
  blockquote {
    margin: 0 20px;
    padding: 0;
    background-position: top center;
  }
}
/* line 18, ../../src/sass/blocks/quote.scss */
blockquote p {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.6;
  display: inline-block;
  margin: 0;
  padding: 0 15px 0 150px;
}
@media (max-width: 768px) {
  /* line 18, ../../src/sass/blocks/quote.scss */
  blockquote p {
    padding: 185px 10px 0px;
  }
}
/* line 31, ../../src/sass/blocks/quote.scss */
blockquote cite {
  font-weight: 300;
  display: block;
  font-style: normal;
  font-size: 20px;
  padding-top: 30px;
}

/* line 2, ../../src/sass/blocks/staff.scss */
.staff {
  padding-top: 35px;
}
/* line 5, ../../src/sass/blocks/staff.scss */
.staff .staff-wrapper {
  padding-top: 20px;
  display: grid;
  grid-auto-rows: minmax(125px, auto);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  min-height: 100vh;
}
/* line 14, ../../src/sass/blocks/staff.scss */
.staff .staff-wrapper .post-block {
  padding: 10px 30px 30px;
  border-image-source: url(/wp-content/themes/womenmigration/images/tile-frame-mask.png);
  border-image-slice: 200;
  border-image-width: 200;
  border-image-outset: 1;
  border-image-repeat: round;
  position: relative;
}
/* line 26, ../../src/sass/blocks/staff.scss */
.staff .staff-wrapper .post-block .link-wrap {
  position: absolute;
  bottom: 21px;
  right: 40px;
}
/* line 32, ../../src/sass/blocks/staff.scss */
.staff .staff-wrapper .post-block a, .staff .staff-wrapper .post-block a:visited {
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  /* line 39, ../../src/sass/blocks/staff.scss */
  .staff .staff-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*@import "text-area";
@import "downloads";
@import "merchandise";
@import "carousel-banner";
@import "carousel-block";
@import "dropdown";
@import "news-events-feed";*/
/* line 2, ../../src/sass/posts/case-study.scss */
.case-study-template-default .case-studies-homepage-wrapper {
  padding: 0 !important;
}

/* line 7, ../../src/sass/posts/case-study.scss */
.case-studies-homepage-wrapper {
  padding: 20px 0 50px 0;
}
/* line 12, ../../src/sass/posts/case-study.scss */
.case-studies-homepage-wrapper .half-block.text-block .grid-wrap .text-wrap.narrow {
  margin: 0 4.5vw;
}
/* line 17, ../../src/sass/posts/case-study.scss */
.case-studies-homepage-wrapper .banner {
  position: relative;
  background-position: center center;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
  height: 22em;
}
@media (min-width: 768px) {
  /* line 17, ../../src/sass/posts/case-study.scss */
  .case-studies-homepage-wrapper .banner {
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  /* line 17, ../../src/sass/posts/case-study.scss */
  .case-studies-homepage-wrapper .banner {
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  /* line 17, ../../src/sass/posts/case-study.scss */
  .case-studies-homepage-wrapper .banner {
    margin-bottom: 40px;
  }
}
/* line 34, ../../src/sass/posts/case-study.scss */
.case-studies-homepage-wrapper .container.left {
  padding-bottom: 45px;
}
/* line 37, ../../src/sass/posts/case-study.scss */
.case-studies-homepage-wrapper .container.left .banner {
  background-position: center bottom;
}
@media (min-width: 1024px) {
  /* line 42, ../../src/sass/posts/case-study.scss */
  .case-studies-homepage-wrapper .container.left {
    padding-bottom: 200px;
    background: url("/wp-content/themes/womenmigration/images/trail-arrow-1.svg");
    background-position: center bottom;
    -moz-background-size: auto;
      -o-background-size: auto;
         background-size: auto;
    background-repeat: no-repeat;
  }
  /* line 48, ../../src/sass/posts/case-study.scss */
  .case-studies-homepage-wrapper .container.left .banner {
    background-position: right bottom;
  }
  /* line 54, ../../src/sass/posts/case-study.scss */
  .case-studies-homepage-wrapper .container .grid-wrap {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  /* line 59, ../../src/sass/posts/case-study.scss */
  .case-studies-homepage-wrapper .container.right {
    padding-bottom: 200px;
    background: url("/wp-content/themes/womenmigration/images/trail-arrow-2.svg");
    background-position: center bottom;
    -moz-background-size: auto;
      -o-background-size: auto;
         background-size: auto;
    background-repeat: no-repeat;
  }
  /* line 67, ../../src/sass/posts/case-study.scss */
  .case-studies-homepage-wrapper .container.right .banner {
    background-position: left bottom;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 73, ../../src/sass/posts/case-study.scss */
  .case-studies-homepage-wrapper .container.right .grid-wrap {
    grid-template-columns: 5fr 4fr !important;
  }
  /* line 75, ../../src/sass/posts/case-study.scss */
  .case-studies-homepage-wrapper .container.right .grid-wrap .content.location1 {
    grid-column: 2;
    grid-row: 1;
  }
  /* line 80, ../../src/sass/posts/case-study.scss */
  .case-studies-homepage-wrapper .container.right .grid-wrap .content.location2 {
    grid-column: 1;
    grid-row: 1;
  }
}

/* line 88, ../../src/sass/posts/case-study.scss */
.case-studies-homepage-wrapper .container:last-child {
  padding-bottom: 0px;
  background: unset;
}
/* line 93, ../../src/sass/posts/case-study.scss */
.case-studies-homepage-wrapper .case .text-wrap a,
.case-studies-homepage-wrapper .quiz .text-wrap a:hover,
.case-studies-homepage-wrapper .quiz .text-wrap a:visited {
  text-decoration: none;
  font-weight: 700;
  padding-right: 75px;
  background: url("/wp-content/themes/womenmigration/images/arrow-right.svg");
  background-position: right center;
  -moz-background-size: auto;
    -o-background-size: auto;
       background-size: auto;
  background-repeat: no-repeat;
  -webkit-filter: unset;
          filter: unset;
}

/* line 109, ../../src/sass/posts/case-study.scss */
.case-study .container {
  max-width: 960px;
}
@media (min-width: 641px) {
  /* line 114, ../../src/sass/posts/case-study.scss */
  .case-study .banner {
    margin: 50px auto 0;
    height: 30em;
    max-width: 1340px;
  }
}
/* line 120, ../../src/sass/posts/case-study.scss */
.case-study .overlay-bottom {
  -webkit-filter: invert(0%) sepia(0%) saturate(90%) hue-rotate(11deg) brightness(95%) contrast(91%);
          filter: invert(0%) sepia(0%) saturate(90%) hue-rotate(11deg) brightness(95%) contrast(91%);
}
/* line 123, ../../src/sass/posts/case-study.scss */
.case-study .banner-block-summary {
  background-color: #e6e8ec;
  min-height: 13em;
  padding: 25px 0px;
  margin-bottom: 75px;
  /*    .half-block.text-block {
        grid-template-columns: 2fr 3fr;
      }*/
}
/* line 129, ../../src/sass/posts/case-study.scss */
.case-study .banner-block-summary .narrow {
  padding: 24px !important;
}
/* line 133, ../../src/sass/posts/case-study.scss */
.case-study .banner-block-summary .overlay-bottom {
  background: transparent;
  z-index: 1;
  position: absolute;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(/wp-content/themes/womenmigration/images/banner-bottom-cut-out.svg);
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  height: 9vh;
  top: 90%;
  -webkit-filter: invert(0%) sepia(0%) saturate(90%) hue-rotate(11deg) brightness(95%) contrast(91%);
          filter: invert(0%) sepia(0%) saturate(90%) hue-rotate(11deg) brightness(95%) contrast(91%);
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* line 157, ../../src/sass/posts/case-study.scss */
.case-study .banner-block-summary .half-block.text-block .grid-wrap {
  display: grid;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
@media (min-width: 768px) {
  /* line 157, ../../src/sass/posts/case-study.scss */
  .case-study .banner-block-summary .half-block.text-block .grid-wrap {
    grid-template-columns: 2fr 1fr;
  }
}
/* line 165, ../../src/sass/posts/case-study.scss */
.case-study .banner-block-summary .half-block.text-block .grid-wrap .text-wrap {
  padding: 12px 0;
}
/* line 167, ../../src/sass/posts/case-study.scss */
.case-study .banner-block-summary .half-block.text-block .grid-wrap .text-wrap .button {
  font-size: 100%;
}
/* line 170, ../../src/sass/posts/case-study.scss */
.case-study .banner-block-summary .half-block.text-block .grid-wrap .text-wrap .label {
  font-weight: 700;
}
/* line 174, ../../src/sass/posts/case-study.scss */
.case-study .banner-block-summary .half-block.text-block .grid-wrap .text-wrap .social a {
  padding-left: 10px;
}
/* line 176, ../../src/sass/posts/case-study.scss */
.case-study .banner-block-summary .half-block.text-block .grid-wrap .text-wrap .social a .fa, .case-study .banner-block-summary .half-block.text-block .grid-wrap .text-wrap .social a .fab, .case-study .banner-block-summary .half-block.text-block .grid-wrap .text-wrap .social a .fad, .case-study .banner-block-summary .half-block.text-block .grid-wrap .text-wrap .social a .fal, .case-study .banner-block-summary .half-block.text-block .grid-wrap .text-wrap .social a .far, .case-study .banner-block-summary .half-block.text-block .grid-wrap .text-wrap .social a .fas {
  font-size: 1.65em;
}
@media (min-width: 1024px) {
  /* line 187, ../../src/sass/posts/case-study.scss */
  .case-study .journey-stage {
    background-repeat: no-repeat;
    background-position: center center;
    height: 15em;
    margin: 15px 0 30px;
  }
}

/* line 195, ../../src/sass/posts/case-study.scss */
.case-studies-wrapper {
  margin-bottom: 150px;
}
@media (min-width: 1024px) {
  /* line 199, ../../src/sass/posts/case-study.scss */
  .case-studies-wrapper .content.copy {
    z-index: 2;
    margin-left: -7em;
    padding: 40px;
  }
  /* line 205, ../../src/sass/posts/case-study.scss */
  .case-studies-wrapper .half-block.text-block .grid-wrap {
    display: grid;
    grid-template-columns: 7fr 6fr;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  /* line 205, ../../src/sass/posts/case-study.scss */
  .case-studies-wrapper .half-block.text-block .grid-wrap {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
}
@media (min-width: 1024px) {
  /* line 213, ../../src/sass/posts/case-study.scss */
  .case-studies-wrapper .half-block.text-block .copy .text-wrap {
    max-width: 100%;
    margin-bottom: 0;
    padding: 40px 55px;
    min-height: 21em;
    padding: 40px 55px;
  }
}
/* line 223, ../../src/sass/posts/case-study.scss */
.case-studies-wrapper .half-block.text-block .copy .text-wrap {
  padding: 50px;
}
@media (min-width: 641px) {
  /* line 228, ../../src/sass/posts/case-study.scss */
  .case-studies-wrapper .banner {
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    height: 26em;
    max-width: 1340px;
  }
  /* line 236, ../../src/sass/posts/case-study.scss */
  .case-studies-wrapper .post-block {
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  /* line 242, ../../src/sass/posts/case-study.scss */
  .case-studies-wrapper .banner {
    margin-top: 3em !important;
    height: 17em !important;
  }
}
/* line 249, ../../src/sass/posts/case-study.scss */
.case-studies-wrapper h4 {
  margin: 0em 0 0.5em;
  font-weight: 700;
  /*    a, a:visited {
        font-weight: 700;
      }*/
}

/* line 1, ../../src/sass/main.scss */
p iframe {
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  /* line 7, ../../src/sass/main.scss */
  p img, p iframe {
    width: 100% !important;
    height: 100% !important;
  }
}
/* line 13, ../../src/sass/main.scss */
a, a:visited {
  color: #002147;
  text-decoration: none;
  color: #002147;
  font-weight: 700;
}

/* line 20, ../../src/sass/main.scss */
.nav a, .nav:visited {
  text-decoration: none;
}

/* line 24, ../../src/sass/main.scss */
p a, p a:visited {
  font-weight: 600;
  text-decoration: underline;
}

/* line 29, ../../src/sass/main.scss */
.case-study p a:hover {
  text-decoration: none;
}

/* line 33, ../../src/sass/main.scss */
.non-fancy {
  color: #002147;
  text-decoration: none;
}

/* line 38, ../../src/sass/main.scss */
a:hover {
  opacity: 0.85;
}

/* line 42, ../../src/sass/main.scss */
.entry-content, section.generic {
  margin-bottom: 150px;
}

/* line 46, ../../src/sass/main.scss */
.narrow .wp-block-image img {
  padding: 60px 0 0px;
}

/* line 50, ../../src/sass/main.scss */
.wp-block-pullquote {
  margin: 0 0 1em;
  padding: 1em 0 0;
  text-align: left;
  font-size: 85%;
}

/* line 57, ../../src/sass/main.scss */
.magento {
  background-color: #e22c64;
}

/* line 58, ../../src/sass/main.scss */
.red {
  background-color: #d22730;
}

/* line 59, ../../src/sass/main.scss */
.orange {
  background-color: #ff5c39;
}

/* line 60, ../../src/sass/main.scss */
.brown {
  background-color: #ea7d44;
}

/* line 61, ../../src/sass/main.scss */
.gold {
  background-color: #ff9e1b;
}

/* line 62, ../../src/sass/main.scss */
.yellow {
  background-color: #ffc845;
}

/* line 63, ../../src/sass/main.scss */
.green {
  background-color: #bbb323;
}

/* line 64, ../../src/sass/main.scss */
.blue {
  background-color: #002147;
}

/* line 66, ../../src/sass/main.scss */
.link-wrap a,
.link-wrap a:hover,
.link-wrap a:visited {
  text-decoration: none;
  font-weight: 700 !important;
  padding-right: 75px;
  background: url("/wp-content/themes/womenmigration/images/arrow-right.svg");
  background-position: right center;
  -moz-background-size: auto;
    -o-background-size: auto;
       background-size: auto;
  background-repeat: no-repeat;
  -webkit-filter: unset;
          filter: unset;
  line-height: 2.45em;
  font-size: 18px;
}

/* line 81, ../../src/sass/main.scss */
.invert .link-wrap a,
.invert .link-wrap a:hover,
.invert .link-wrap a:visited {
  text-decoration: none;
  font-weight: 700 !important;
  padding-right: 75px;
  background: url("/wp-content/themes/womenmigration/images/arrow-right-white.svg");
  background-position: right center;
  -moz-background-size: auto;
    -o-background-size: auto;
       background-size: auto;
  background-repeat: no-repeat;
  -webkit-filter: unset;
          filter: unset;
  line-height: 2.45em;
}

/* Quirky layout widths */
/* line 96, ../../src/sass/main.scss */
.container.narrow {
  max-width: 800px;
}

/* line 100, ../../src/sass/main.scss */
.container .wide {
  max-width: 1340px;
}

@media (max-width: 768px) {
  /* line 106, ../../src/sass/main.scss */
  .case-study .container.narrow {
    max-width: unset;
    padding: 0 0 30px;
  }
}
@media (max-width: 768px) {
  /* line 116, ../../src/sass/main.scss */
  .credits .half-block.text-block .grid-wrap .text-wrap h2, .quiz .half-block.text-block .grid-wrap .text-wrap h2 {
    max-width: 88%;
    margin-top: 70px;
  }
}

/* line 124, ../../src/sass/main.scss */
.invert h1,
.invert h2,
.invert h3,
.invert h4,
.invert h5,
.invert h6,
.invert p,
.invert a {
  color: #FFF;
  text-decoration: none;
}
/* line 139, ../../src/sass/main.scss */
.invert a:hover {
  opacity: 0.9;
}

/* line 1, ../../src/sass/footer.scss */
footer {
  background: #002147;
  margin-top: 80px;
  /*
  .container {
    position: relative;
    display: flex;
    z-index: 2;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  */
  /*
  .twins {
    width: 100%;
    // max-width: 488px;
    max-width: 586px;

    .inner-wrap {
      width: 100%;
      max-width: 488px;
    }


    a {
      img {
        display: block;
        height: 71px;
        width: 284px;
        margin-bottom: 80px;

        @media (max-width: 370px) {
          width: 90%;


        }

      }
    }

  }
  */
  /*  .upper {
      padding: 70px 0;
      background: $white;
  
  
      p {
        margin-bottom: 34px;
      }
    }
  
    .wrap-up {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap;
    }*/
  /*  .lower {
      padding: 0px;
      background: $blue;
  
  
      .social {
        display: flex;
        flex-direction: row;
        margin-bottom: 80px;
  
        @include for-size(tablet-landscape) {
          margin-bottom: 0px;
  
        }
  
  
        .fab {
          font-size: 25px;
          line-height: 50px;
        }
  
  
        a {
          text-align: center;
          margin-right: 12px;
          border-radius: 50%;
          background: $blue;
  
          width: 50px;
          height: 50px;
          margin-bottom: 0;
  
          transition: all .8s ease-in-out;
  
  
          &:hover {
            // transform: translateY(8px);
            transform: scale(0.9);
  
  
          }
  
  
        }
      }
    }*/
  /*  .bottom-level {
      background: $black;
      padding: 12px 0;

      p, a, li {
        font-size: 16px;
        margin-bottom: 0;
      }

      a {
        &:hover {
          text-decoration: underline;
        }
      }

      ul  {
        display: flex;
        li {
          color: white;

          &:after {
            content: "|";
            margin-left: 10px;
            margin-right: 11px;
          }
        }}
    }*/
}
/* line 6, ../../src/sass/footer.scss */
footer h2,
footer h4,
footer p,
footer a {
  color: #FFF;
}
/* line 14, ../../src/sass/footer.scss */
footer .footer-items .by-one a {
  font-weight: 700;
}
/* line 17, ../../src/sass/footer.scss */
footer .footer-items a {
  font-weight: unset;
}
/* line 33, ../../src/sass/footer.scss */
footer .footer-items {
  display: grid;
  grid-template-columns: 2fr 1fr 3fr;
}
@media (max-width: 1024px) {
  /* line 39, ../../src/sass/footer.scss */
  footer .footer-items {
    grid-template-columns: 1fr;
  }
  /* line 42, ../../src/sass/footer.scss */
  footer .footer-items p {
    margin: 8px auto;
  }
}
/* line 48, ../../src/sass/footer.scss */
footer .footer-items p:nth-last-child(1) {
  text-align: right;
}
/* line 52, ../../src/sass/footer.scss */
footer span.menu {
  padding-left: 60px;
}

/* line 182, ../../src/sass/footer.scss */
.footer-top .main-logo img {
  height: 125px;
}
/* line 186, ../../src/sass/footer.scss */
.footer-top .social {
  margin-top: 1em;
}
/* line 189, ../../src/sass/footer.scss */
.footer-top .social .fa, .footer-top .social .fab, .footer-top .social .fad, .footer-top .social .fal, .footer-top .social .far, .footer-top .social .fas {
  font-size: 1.75em;
}
/* line 193, ../../src/sass/footer.scss */
.footer-top .social i {
  padding: 0px 11px;
}
@media (max-width: 768px) {
  /* line 199, ../../src/sass/footer.scss */
  .footer-top .main-logo img {
    height: unset !important;
    width: 100%;
    margin: 0 0 2.65em;
  }
}

/* line 1, ../../src/sass/header.scss */
.main-header {
  width: 100%;
  z-index: 9999;
  padding-top: 30px;
  padding-bottom: 25px;
}
/* line 12, ../../src/sass/header.scss */
.main-header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: 0;
  -webkit-transition: 0s;
     -moz-transition: 0s;
       -o-transition: 0s;
          transition: 0s;
}
/* line 25, ../../src/sass/header.scss */
.main-header .container .main-logo a {
  background-image: url(/wp-content/themes/womenmigration/images/women-in-migration-logo.svg);
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  display: block;
  width: 180px;
  height: 78px;
}
/* line 34, ../../src/sass/header.scss */
.main-header .container .nav {
  overflow: auto;
}
/* line 37, ../../src/sass/header.scss */
.main-header .container .nav ul {
  display: inline-block;
  margin: 0;
}
/* line 40, ../../src/sass/header.scss */
.main-header .container .nav ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
/* line 45, ../../src/sass/header.scss */
.main-header .container .nav ul li a {
  color: #002147;
  font-weight: 700;
  padding: 5px 0px 5px 40px;
}
/* line 50, ../../src/sass/header.scss */
.main-header .container .nav ul li a:hover {
  opacity: 0.9;
}
/* line 55, ../../src/sass/header.scss */
.main-header .container .nav .close-button {
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
}
/* line 61, ../../src/sass/header.scss */
.main-header .container .nav .close-button svg path {
  fill: #fff;
}
@media (max-width: 768px) {
  /* line 70, ../../src/sass/header.scss */
  .main-header .container .nav {
    display: none;
  }
  /* line 74, ../../src/sass/header.scss */
  .main-header .container .main-logo a {
    height: 80px;
  }
  /* line 78, ../../src/sass/header.scss */
  .main-header .container .hamburger {
    border-color: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 100;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  /* line 48, ../../src/sass/helpers/_mixins.scss */
  .main-header .container .hamburger .hamburger-icon {
    position: absolute;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
       -moz-transition: opacity .3s ease-in-out;
         -o-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-height: 66px;
    width: 170px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url(/wp-content/themes/womenmigration/images/menu-mobile-nav.svg);
    background-repeat: no-repeat;
    background-position: center right;
    -moz-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    top: 0px;
    right: -25px;
  }
  /* line 67, ../../src/sass/helpers/_mixins.scss */
  .main-header .container .hamburger .hamburger-icon .hamburger-lines, .main-header .container .hamburger .hamburger-icon:after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    background: #FFF;
  }
  /* line 73, ../../src/sass/helpers/_mixins.scss */
  .main-header .container .hamburger .hamburger-icon:focus-visible, .main-header .container .hamburger .hamburger-icon:focus, .main-header .container .hamburger .hamburger-icon:active {
    outline: 0 !important;
  }
  /* line 77, ../../src/sass/helpers/_mixins.scss */
  .main-header .container .hamburger .hamburger-lines {
    left: 0;
    text-indent: -4000px;
    font-size: 0;
    top: -webkit-calc(36% + 2px);
    top: -moz-calc(36% + 2px);
    top: calc(36% + 2px);
    -webkit-transition: right .3s ease-in-out;
       -moz-transition: right .3s ease-in-out;
         -o-transition: right .3s ease-in-out;
            transition: right .3s ease-in-out;
    width: 100%;
  }
  /* line 86, ../../src/sass/helpers/_mixins.scss */
  .main-header .container .hamburger .hamburger-lines:before, .main-header .container .hamburger .hamburger-lines:after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    background: #FFF;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    width: 100%;
    z-index: 10;
  }
  /* line 95, ../../src/sass/helpers/_mixins.scss */
  .main-header .container .hamburger .hamburger-lines:before {
    top: -6px;
  }
  /* line 101, ../../src/sass/helpers/_mixins.scss */
  .main-header .container .hamburger .hamburger-lines:after {
    top: 6px;
  }
  /* line 104, ../../src/sass/helpers/_mixins.scss */
  .active .main-header .container .hamburger .hamburger-lines:after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  /* line 110, ../../src/sass/helpers/_mixins.scss */
  .main-header .container .hamburger.active .hamburger-lines, .main-header .container .hamburger.active .hamburger-icon:after {
    background: transparent;
  }
  /* line 115, ../../src/sass/helpers/_mixins.scss */
  .main-header .container .hamburger.active .hamburger-lines:before, .main-header .container .hamburger.active .hamburger-lines:after {
    top: 0;
  }
  /* line 120, ../../src/sass/helpers/_mixins.scss */
  .main-header .container .hamburger.active .hamburger-lines:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  /* line 124, ../../src/sass/helpers/_mixins.scss */
  .main-header .container .hamburger.active .hamburger-lines:after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  /* line 90, ../../src/sass/header.scss */
  .main-header .container .hamburger a {
    border-color: #FFF;
  }
  /* line 93, ../../src/sass/header.scss */
  .main-header .container .hamburger a svg path {
    fill: #FFF;
  }
}

@media (max-width: 768px) {
  /* line 106, ../../src/sass/header.scss */
  body.show-mobile-nav article, body.show-mobile-nav aside, body.show-mobile-nav details, body.show-mobile-nav figcaption, body.show-mobile-nav figure, body.show-mobile-nav footer, body.show-mobile-nav hgroup, body.show-mobile-nav menu, body.show-mobile-nav nav, body.show-mobile-nav section, body.show-mobile-nav .options {
    display: none;
  }
  /* line 110, ../../src/sass/header.scss */
  body.show-mobile-nav .main-header .container {
    -webkit-transition: background 1.5s linear;
       -moz-transition: background 1.5s linear;
         -o-transition: background 1.5s linear;
            transition: background 1.5s linear;
  }
  /* line 113, ../../src/sass/header.scss */
  body.show-mobile-nav .main-header .container .main-logo a {
    background-image: url(/wp-content/themes/womenmigration/images/women-in-migration-logo-mobile.svg);
    -moz-background-size: auto;
      -o-background-size: auto;
         background-size: auto;
  }
  /* line 118, ../../src/sass/header.scss */
  body.show-mobile-nav .main-header .container .nav {
    display: none;
    background: #002147;
    padding: 40px 0 100px;
    position: absolute;
    z-index: -1;
    height: auto;
    opacity: 1;
    -webkit-animation-name: fadeIn;
       -moz-animation-name: fadeIn;
         -o-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 1s;
       -moz-animation-duration: 1s;
         -o-animation-duration: 1s;
            animation-duration: 1s;
  }
  /* line 129, ../../src/sass/header.scss */
  body.show-mobile-nav .main-header .container .nav .container {
    display: block;
  }
  /* line 136, ../../src/sass/header.scss */
  body.show-mobile-nav .main-header .container .nav .container .button.online-database-mobile {
    margin-left: 0;
  }
  /* line 153, ../../src/sass/header.scss */
  body.show-mobile-nav .main-header .container .nav.active {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes fadeIn {
    0% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes fadeIn {
    0% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  /* line 171, ../../src/sass/header.scss */
  body.show-mobile-nav .main-header .container .nav ul {
    position: relative;
    z-index: 6;
  }
  /* line 175, ../../src/sass/header.scss */
  body.show-mobile-nav .main-header .container .nav ul#menu-main-navigation {
    width: 100%;
    max-width: 460px;
    padding: 30px;
    margin: auto;
    display: block;
    margin-top: 16vh;
    /*            @include for-size(tablet-portrait) {
                  grid-template-columns: repeat(3, minmax(200px, 1fr));
                  grid-column-gap: 12px;
                }
    
                @include for-size(tablet-landscape) {
                  grid-template-columns: repeat(4, minmax(200px, 1fr));
                  grid-column-gap: 12px;
                }
    
                @include for-size(thin) {
                  grid-template-columns: repeat(5, minmax(200px, 1fr));
                  grid-column-gap: 12px;
                }
    
                @include for-size(full-size) {
                  grid-template-columns: repeat(7, minmax(160px, 1fr));
                  grid-column-gap: 12px;
                }*/
  }
  /* line 204, ../../src/sass/header.scss */
  body.show-mobile-nav .main-header .container .nav ul li {
    display: block;
    text-align: left;
  }
  /* line 209, ../../src/sass/header.scss */
  body.show-mobile-nav .main-header .container .nav ul li a {
    font-size: 24px;
    line-height: 3.5em;
    margin-bottom: 0;
    color: #FFF;
    margin-bottom: 0px;
    padding: 0 2vw;
    cursor: pointer;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    background-image: url(/wp-content/themes/womenmigration/images/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: center right;
    -moz-background-size: 20%;
      -o-background-size: 20%;
         background-size: 20%;
  }
  /* line 238, ../../src/sass/header.scss */
  body.show-mobile-nav .main-header .container .nav .menu-item:hover {
    /*      .sub-menu:before {
            content: "";
            background: $blue;
          }*/
  }
  /* line 240, ../../src/sass/header.scss */
  body.show-mobile-nav .main-header .container .nav .menu-item:hover li a {
    color: white;
  }
}
@media (max-width: 640px) {
  /* line 4, ../../src/sass/home.scss */
  .home-wrap .home-banner.mobile {
    display: block;
  }
  /* line 8, ../../src/sass/home.scss */
  .home-wrap .home-banner.desktop {
    display: none;
  }
  /* line 12, ../../src/sass/home.scss */
  .home-wrap .home-banner {
    margin: 0;
    height: 55vh;
  }
}
@media (min-width: 641px) {
  /* line 19, ../../src/sass/home.scss */
  .home-wrap .home-banner.mobile {
    display: none;
  }
  /* line 23, ../../src/sass/home.scss */
  .home-wrap .home-banner.desktop {
    display: block;
  }
  /* line 27, ../../src/sass/home.scss */
  .home-wrap .home-banner {
    margin: 0 auto;
    height: 55vh;
    max-width: 1400px;
  }
}
/* line 34, ../../src/sass/home.scss */
.home-wrap .home-banner {
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 46, ../../src/sass/home.scss */
.home-wrap .home-banner .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
  height: 100%;
}
/* line 59, ../../src/sass/home.scss */
.home-wrap .home-banner .container .title {
  width: 100%;
  max-width: 746px;
  margin-bottom: 40px;
  position: absolute;
  padding-right: 40px;
}

/* line 85, ../../src/sass/home.scss */
.home .quiz .overlay-bottom {
  background: transparent;
  z-index: 1;
  position: absolute;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(/wp-content/themes/womenmigration/images/banner-bottom-cut-out.svg);
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  height: 3.3em;
  top: 91%;
}

/* line 1, ../../src/sass/buttons.scss */
.button {
  position: relative;
  color: #FFF;
  font-size: 102% !important;
  font-weight: 700 !important;
  padding: 12px 20px;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0px;
  background-position: center center;
  -moz-background-size: 299px 70px;
    -o-background-size: 299px 70px;
       background-size: 299px 70px;
  background-repeat: no-repeat;
  -webkit-filter: unset;
          filter: unset;
  width: 299px;
  height: 70px;
  margin: 40px -60px 40px 0;
  padding: 23px 0px 20px 31px;
  -webkit-transition: all .8s ease-in-out;
     -moz-transition: all .8s ease-in-out;
       -o-transition: all .8s ease-in-out;
          transition: all .8s ease-in-out;
  background-repeat: no-repeat !important;
}

/* line 33, ../../src/sass/buttons.scss */
.button.read {
  padding: 23px 0px 20px 42px;
}

/* line 38, ../../src/sass/buttons.scss */
.options {
  width: 100%;
}

/* line 42, ../../src/sass/buttons.scss */
a.button {
  color: #FFF;
}

/*
.button.magento {
  filter: invert(53%) sepia(75%) saturate(6754%) hue-rotate(322deg) brightness(88%) contrast(101%);
}
.button.red {
  filter: invert(10%) sepia(73%) saturate(5746%) hue-rotate(331deg) brightness(123%) contrast(107%);
}
.button.red {
  filter: invert(18%) sepia(53%) saturate(6814%) hue-rotate(349deg) brightness(88%) contrast(84%);
}
.button.orange {
  filter: invert(54%) sepia(99%) saturate(3514%) hue-rotate(338deg) brightness(101%) contrast(101%);
}
.button.brown {
  filter: invert(62%) sepia(38%) saturate(1397%) hue-rotate(330deg) brightness(95%) contrast(93%);
}
.button.gold {
  filter: invert(67%) sepia(91%) saturate(1654%) hue-rotate(344deg) brightness(100%) contrast(101%);
}
.button.yellow{
  filter: invert(87%) sepia(64%) saturate(3657%) hue-rotate(318deg) brightness(99%) contrast(103%);
}
.button.green{
  filter: invert(55%) sepia(98%) saturate(374%) hue-rotate(19deg) brightness(106%) contrast(80%);
}
.button.blue{
  filter: invert(12%) sepia(15%) saturate(6682%) hue-rotate(189deg) brightness(96%) contrast(106%);
}
*/
/* line 77, ../../src/sass/buttons.scss */
footer .button {
  color: #FFF;
  border-color: #FFF;
  margin-bottom: 40px;
}

/* line 85, ../../src/sass/buttons.scss */
header .button, .carousel-banner .button {
  color: #FFF;
  border-color: #FFF;
}

/* line 94, ../../src/sass/buttons.scss */
.main-header .button {
  margin-left: 0;
  margin-top: 20px;
}
/* line 99, ../../src/sass/buttons.scss */
.main-header .button:last-of-type {
  margin-left: 20px;
}

/* line 123, ../../src/sass/buttons.scss */
.carousel-banner .button {
  margin-left: 40px;
}

/* line 1, ../../src/sass/options.scss */
.options {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  /* line 5, ../../src/sass/options.scss */
  .options .half-block.text-block .grid-wrap .text-wrap h2 {
    max-width: 75%;
  }
}

/* line 17, ../../src/sass/options.scss */
.options.sor {
  position: relative;
  -moz-background-size: auto;
    -o-background-size: auto;
       background-size: auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 22em;
  max-width: 1340px;
  /* Don't touch this*/
  margin: -25px auto;
  padding: 2em 0px;
}

/* line 30, ../../src/sass/options.scss */
.options.gi {
  position: relative;
  -moz-background-size: auto;
    -o-background-size: auto;
       background-size: auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 33em;
  max-width: 1340px;
  /* Don't touch this*/
  margin: -25px auto;
  padding: 4em 0px;
}

/* line 42, ../../src/sass/options.scss */
.options.gi {
  background-color: #041e42;
}
/* line 45, ../../src/sass/options.scss */
.options.gi .overlay-top {
  background: transparent;
  z-index: 1;
  position: absolute;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(/wp-content/themes/womenmigration/images/banner-bottom-cut-out.svg);
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  height: 3.3em;
  top: -51px;
  -webkit-filter: invert(87%) sepia(22%) saturate(3786%) hue-rotate(186deg) brightness(89%) contrast(107%);
          filter: invert(87%) sepia(22%) saturate(3786%) hue-rotate(186deg) brightness(89%) contrast(107%);
}
/* line 61, ../../src/sass/options.scss */
.options.gi .overlay-bottom {
  background: transparent;
  z-index: 1;
  position: absolute;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(/wp-content/themes/womenmigration/images/banner-top-cut-out.svg);
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  height: 3em;
  top: 100%;
}

/* line 77, ../../src/sass/options.scss */
.options.sor {
  background-color: #e22c64;
}
/* line 80, ../../src/sass/options.scss */
.options.sor .overlay-top {
  background: transparent;
  z-index: 1;
  position: absolute;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(/wp-content/themes/womenmigration/images/banner-bottom-cut-out-pink.svg);
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  height: 3.3em;
  top: -51px;
}
/* line 95, ../../src/sass/options.scss */
.options.sor .overlay-bottom {
  background: transparent;
  z-index: 1;
  position: absolute;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(/wp-content/themes/womenmigration/images/banner-top-cut-out-pink.svg);
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  height: 3em;
  top: 100%;
}

/* line 111, ../../src/sass/options.scss */
.options.purpose {
  padding: 1em 0 5.5em;
}

/*
body #wpadminbar * {
  font-size: 15px;
  line-height: 2.1;
}

#wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon, .wp-admin-bar-arrow {
  font: normal 22 px/1 dashicons;
  padding: 5px
}*/
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */