@charset "UTF-8";
/* Theme Name: Steget Före
Author: JGL
 */
/*Variabler*/
/* Fonter */
/* Färger */
/*
 * RESET
 */
* {
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: 0;
}

html, body {
  margin: 0;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  background: #739382 !important;
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
  outline: 0;
}

img {
  display: block;
  height: auto;
}

/*
* Containers
*/
.container {
  width: 100%;
  margin: 0 auto;
  max-width: calc(1400px + 11rem);
}

.container,
.container--full .text-col {
  padding: 0 2.5rem;
}
@media all and (min-width: 568px) {
  .container,
.container--full .text-col {
    padding: 0 3.125rem;
  }
}
@media all and (min-width: 768px) {
  .container,
.container--full .text-col {
    padding: 0 4.25rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.9px) {
  .container,
.container--full .text-col {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(700px + 8.5rem);
  }
}

/*
* Generella paddings
*/
.layout {
  padding: 2.5rem 0;
}
@media all and (min-width: 568px) {
  .layout {
    padding: 3.125rem 0;
  }
}
@media all and (min-width: 1024px) {
  .layout {
    padding: 4.25rem 0;
  }
}
@media all and (min-width: 1200px) {
  .layout {
    padding: 7rem 0;
  }
}

/* Overlay */
.overlay {
  position: relative;
}
.overlay > * {
  z-index: 2;
}
.overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

* {
  color: inherit;
}

body,
button,
textarea,
input {
  color: #000;
  font-family: "proxima-nova", Arial, sans-serif;
}

.inverted {
  color: #fff;
}

.heading {
  font-family: "New Odyssey", Arial, sans-serif;
}

.heading--hero {
  font-size: 2.25rem;
  line-height: 1.05;
}
@media all and (min-width: 412px) {
  .heading--hero {
    font-size: 3.25rem;
  }
}
@media all and (min-width: 1024px) {
  .heading--hero {
    font-size: 4rem;
  }
}
@media all and (min-width: 1200px) {
  .heading--hero {
    font-size: 6.25rem;
  }
}

.heading--section,
.entry-content h1 {
  margin-bottom: 2.5rem;
  font-size: 2.25rem;
}
@media all and (min-width: 568px) {
  .heading--section,
.entry-content h1 {
    margin-bottom: 3.125rem;
  }
}
@media all and (min-width: 768px) {
  .heading--section,
.entry-content h1 {
    margin-bottom: 3.125rem;
  }
}
@media all and (min-width: 1024px) {
  .heading--section,
.entry-content h1 {
    margin-bottom: 4.25rem;
    text-align: center;
  }
}
@media all and (min-width: 1200px) {
  .heading--section,
.entry-content h1 {
    margin-bottom: 7rem;
  }
}

.heading--question {
  margin-bottom: 0.5rem;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 1.5rem;
}
@media all and (min-width: 1024px) {
  .heading--question {
    font-size: 2rem;
  }
}

.heading--secondary,
.entry-content h2 {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

.button,
.field-wrap.submit-wrap input[type=button],
input[type=submit] {
  color: #fff;
  display: inline-block;
  transition: all 0.5s ease;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.75rem 4.5rem;
  font-size: 1.125rem;
}

@media all and (min-width: 1200px) {
  .button:not(.button--small) {
    font-size: 1.75rem;
    padding: 1rem 6rem;
    border-radius: 10px;
  }
}

.button.button--primary,
input[type=submit] {
  background: #fdb433;
}
.button.button--primary:hover,
input[type=submit]:hover {
  background: #739382;
  color: #fff;
}

.ingress p {
  font-size: 1.125rem;
}
@media all and (min-width: 1024px) {
  .ingress p {
    font-size: 1.375rem;
  }
}
@media all and (min-width: 1200px) {
  .ingress p {
    font-size: 1.75rem;
  }
}

p {
  margin-bottom: 1.5em;
  line-height: 1.3;
}

body {
  background: #eee;
}

.branding {
  padding: 2rem 0;
  background: #fff;
}
@media all and (min-width: 568px) {
  .branding {
    padding: 4rem 0 2.5rem 0;
  }
}
@media all and (min-width: 1200px) {
  .branding {
    padding: 5rem 0;
  }
}
.branding > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
  max-width: calc(1400px + 11rem);
}
@media all and (min-width: 1024px) {
  .branding > .container {
    justify-content: flex-start;
  }
}
.branding .site-logo {
  display: block;
  max-width: 190px;
  -webkit-box-flex: 0 0 64%;
  -webkit-flex: 0 0 64%;
  -ms-flex: 0 0 64%;
  flex: 0 0 64%;
  margin: auto auto auto 0;
}
@media all and (min-width: 768px) {
  .branding .site-logo {
    max-width: 208px;
  }
}
@media all and (min-width: 1200px) {
  .branding .site-logo {
    -webkit-box-flex: 0 0 290px;
    -webkit-flex: 0 0 290px;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    max-width: 290px;
    margin: 0;
  }
}
.branding .site-logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.global-nav {
  margin: auto 0 0 auto;
}
@media all and (min-width: 1024px) {
  .global-nav {
    margin: auto auto auto 2rem;
  }
}
@media all and (min-width: 1200px) {
  .global-nav {
    margin: auto auto 0 4rem;
  }
}
@media all and (min-width: 768px) {
  .global-nav .toggle-button {
    display: none;
  }
}
.global-nav .menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% + 2rem);
  list-style: none;
  padding: 1rem 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  display: none;
  z-index: 99;
}
@media all and (min-width: 768px) {
  .global-nav .menu {
    position: relative;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border: 0;
  }
}
@media all and (min-width: 768px) {
  .global-nav .menu li {
    margin-left: 1.5rem;
  }
}
@media all and (min-width: 1024px) {
  .global-nav .menu li {
    margin-left: 3.5rem;
  }
}
.global-nav .menu li a {
  color: #2f5b67;
  font-weight: 700;
  font-family: "New Odyssey", Arial, sans-serif;
  display: block;
  width: 100%;
  padding: 0.75rem 2.5rem;
  text-decoration: none;
  font-size: 1.25rem;
}
@media all and (min-width: 768px) {
  .global-nav .menu li a {
    font-size: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid transparent;
  }
}
.global-nav .menu li.current-menu-item a {
  border-bottom-color: #000;
}

.layout-front-page {
  background-color: #2f5b67;
  background-image: url("assets/img/pattern.svg");
  background-repeat: no-repeat;
  background-size: 800px;
  background-position: 2rem -395px;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 568px) {
  .layout-front-page {
    background-size: 820px;
    background-position: calc(100% + 22rem) -407px;
  }
}
@media all and (min-width: 768px) {
  .layout-front-page {
    background-size: 990px;
    background-position: calc(100% + 20rem) -489px;
  }
}
@media all and (min-width: 1440px) {
  .layout-front-page {
    background-size: 1080px;
  }
}
@media all and (min-width: 1800px) {
  .layout-front-page {
    background-size: 1280px;
    background-position: calc(100% + 14rem) -634px;
  }
}
.layout-front-page > .container {
  margin: auto;
}
@media all and (min-width: 1460px) {
  .layout-front-page > .container {
    max-width: 1920px;
    padding: 0 6.25rem;
  }
}
.layout-front-page .site-logo {
  display: block;
  margin-bottom: 3rem;
}
@media all and (min-width: 1460px) {
  .layout-front-page .site-logo {
    width: 430px;
    margin-bottom: 6rem;
  }
}
.layout-front-page .heading {
  margin-bottom: 0.75rem;
}
@media all and (min-width: 1024px) {
  .layout-front-page .heading {
    margin-bottom: 1.5rem;
  }
}
@media all and (min-width: 1200px) {
  .layout-front-page .heading {
    margin-bottom: 2.5rem;
  }
}
.layout-front-page .ingress {
  margin-bottom: 2.5rem;
}
.layout-front-page .hero-content {
  max-width: 54rem;
  padding-top: 6vh;
}
@media all and (min-width: 768px) {
  .layout-front-page .hero-content {
    width: 75%;
  }
}
@media all and (min-width: 1200px) {
  .layout-front-page .hero-content {
    width: 100%;
  }
}

.theme-white.contain {
  background: #fff;
}
.theme-white.contain + .theme-white.contain {
  padding-top: 0;
}
.theme-white.contain .content-column .heading,
.theme-white.contain .content-column h2 {
  color: #2f5b67;
}

.theme-teal {
  background: #2f5b67;
}
.theme-teal.contain + .theme-teal.contain {
  padding-top: 0;
}

.theme-lightblue {
  background: #d7eef4;
}
.theme-lightblue.contain + .theme-lightblue.contain {
  padding-top: 0;
}

.theme-green {
  background: #739382;
}
.theme-green.contain + .theme-green.contain {
  padding-top: 0;
}

@media all and (min-width: 1024px) {
  .layout.bleed {
    padding: 0;
  }
}
@media all and (max-width: 567.9px) {
  .layout.bleed .img-col.mobile-order-1 {
    margin-top: -2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media all and (min-width: 568px) and (max-width: 1023.9px) {
  .layout.bleed .img-col.mobile-order-1 {
    margin-top: -3.125rem;
    margin-bottom: 3.125rem;
  }
}
@media all and (max-width: 567.9px) {
  .layout.bleed .img-col.mobile-order-2 {
    margin-bottom: -2.5rem;
    margin-top: 2.5rem;
  }
}
@media all and (min-width: 568px) and (max-width: 1023.9px) {
  .layout.bleed .img-col.mobile-order-2 {
    margin-bottom: -3.125rem;
    margin-top: 3.125rem;
  }
}

@media all and (min-width: 1024px) {
  .container--full .content-wrapper {
    min-height: calc(37.5vw - 8.5rem);
  }
}
@media all and (min-width: 1200px) {
  .container--full .content-wrapper {
    min-height: calc(720px - 8.5rem);
  }
}
.container--full .text-col {
  margin-left: auto;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 568px) {
  .container--full .text-col {
    margin-bottom: 2.5rem;
  }
}
@media all and (min-width: 1024px) {
  .container--full .text-col {
    margin-bottom: 0;
    max-width: calc(700px + 5.5rem);
  }
}
@media all and (min-width: 1024px) {
  .container--full .text-col {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}
@media all and (min-width: 1200px) {
  .container--full .text-col {
    padding-top: 3.125rem;
    padding-bottom: 5rem;
  }
}
.container--full .desktop-order-1 .text-col {
  margin-right: auto;
  margin-left: 0;
}
.container--full .img-col {
  overflow: hidden;
  position: relative;
  max-width: none;
  padding: 0;
  /*
  margin-top: -2.5rem;
  @media all and (min-width:$sm-min) {
    margin-top: -3.125rem;
  }
  @media all and (min-width: $lg-min) {
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }
  &.mobile-order-2 {
    margin-bottom: -2.5rem;
    @media all and (min-width:$sm-min) {
      margin-bottom: -3.125rem;
    }
    @media all and (min-width: $lg-min) {
      margin-bottom: -4.25rem;
    }
    @media all and (max-width:$md-max) {
      margin-top:0;
    }
  }*/
}
@media all and (min-width: 1024px) {
  .container--full .img-col img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (min-width: 1024px) {
  .content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.content-wrapper .content-column {
  width: 100%;
}
@media all and (min-width: 1024px) {
  .content-wrapper .content-column {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media all and (min-width: 1024px) {
  .content-wrapper .text-col {
    margin-right: auto;
    margin-left: 0;
  }
}

.img-col {
  max-width: calc(700px + 5.5rem);
}
@media all and (max-width: 1024px) {
  .img-col {
    margin-bottom: 2rem;
  }
}

@media all and (max-width: 1024px) {
  .mobile-order-2 {
    margin-top: 2rem;
    margin-bottom: 0;
    order: 2;
  }
}

@media all and (min-width: 1024px) {
  .desktop-order-2 {
    order: 2;
    padding-left: 1.5rem;
  }
  .desktop-order-2 + .text-col {
    padding-right: 1.5rem;
    margin-left: auto;
    margin-right: 0;
  }
}
@media all and (min-width: 1200px) {
  .desktop-order-2 {
    padding-left: 2.5rem;
  }
  .desktop-order-2 + .text-col {
    padding-right: 4.25rem;
  }
}

@media all and (min-width: 1024px) {
  .desktop-order-1 {
    padding-right: 1.5rem;
  }
  .desktop-order-1 + .text-col {
    padding-left: 1.5rem;
  }
}
@media all and (min-width: 1200px) {
  .desktop-order-1 {
    padding-right: 2.5rem;
  }
  .desktop-order-1 + .text-col {
    padding-left: 4.25rem;
  }
}

@media all and (min-width: 1024px) {
  .flex-end {
    align-self: flex-end;
  }
}

@media all and (min-width: 1024px) {
  .center {
    align-self: center;
  }
}

.column-content-item {
  margin-bottom: 1.5rem;
}
@media all and (min-width: 1200px) {
  .column-content-item {
    margin-bottom: 3rem;
  }
}
.column-content-item:last-child {
  margin-bottom: 0;
}

.boxed-content {
  border-radius: 10px;
  padding: 1.5rem 2rem;
  background: #fdb433;
  margin-top: 1.5rem;
}
@media all and (min-width: 1200px) {
  .boxed-content {
    margin-top: 3rem;
    margin: 0 0 0 -2rem;
  }
}
.boxed-content:first-child {
  margin-top: 0;
}
.boxed-content p:last-child {
  margin-bottom: 0;
}

.heading--icons {
  margin-bottom: 2.5rem;
}

.icon-items {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 600px;
}
@media all and (min-width: 1024px) {
  .icon-items:first-child {
    margin-top: -1.5rem;
  }
}
@media all and (min-width: 412px) {
  .icon-items {
    margin-bottom: 2.5rem;
  }
}
.icon-items .icon-item {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 412px) {
  .icon-items .icon-item {
    margin: 0;
  }
}
.icon-items .icon-item img {
  display: block;
  margin-bottom: 0.5rem;
}
@media all and (min-width: 412px) {
  .icon-items .icon-item {
    max-width: 150px;
  }
}
.icon-items .icon-item p {
  font-size: 0.75rem;
}
@media all and (min-width: 412px) {
  .icon-items .icon-item p {
    font-size: 0.875rem;
    margin: 0;
  }
}
.icon-items.layout-align-center .icon-item {
  justify-content: center;
  text-align: center;
}
.icon-items.layout-align-center .icon-item img {
  display: inline-block;
}
.icon-items.layout-align-left .icon-item {
  max-width: 100px;
}

.layout-cards {
  background: #fff;
}
@media all and (min-width: 768px) and (max-width: 1023.9px) {
  .layout-cards .container {
    width: 100%;
    max-width: 100%;
    padding: 0 2.5rem;
  }
}
.layout-cards .card-container {
  list-style: none;
  text-align: center;
}
@media all and (min-width: 768px) {
  .layout-cards .card-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.25rem;
  }
}
@media all and (min-width: 1200px) {
  .layout-cards .card-container {
    margin-left: -2.5rem;
  }
}
.layout-cards .card-container .card-item {
  color: #fff;
  margin: 0 0 1.5rem 0;
  display: inline-block;
  text-align: left;
}
@media all and (min-width: 768px) {
  .layout-cards .card-container .card-item {
    display: block;
    -webkit-box-flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    padding-left: 1.25rem;
    margin: 0;
  }
}
@media all and (min-width: 1200px) {
  .layout-cards .card-container .card-item {
    padding-left: 2.5rem;
  }
}
.layout-cards .card-container .card-content {
  max-width: 450px;
  margin: 0;
}
@media all and (min-width: 412px) {
  .layout-cards .card-container .card-content {
    padding: 3rem 2.5rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.9px) {
  .layout-cards .card-container .card-content {
    padding: 2.5rem 1.5rem;
  }
}
@media all and (min-width: 1200px) {
  .layout-cards .card-container .card-content {
    padding: 3rem 4.125rem;
    height: 640px;
  }
}
.layout-cards .card-container .card-content ul {
  list-style: none;
}
.layout-cards .card-container .card-content ul li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.6;
}
@media all and (min-width: 1200px) {
  .layout-cards .card-container .card-content ul li {
    font-size: 1.125rem;
  }
}
.layout-cards .card-container .card-content ul li::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  position: absolute;
  left: 0;
}
.layout-cards .card-container .heading--card {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media all and (min-width: 412px) and (max-width: 767.9px) {
  .layout-cards .card-container .heading--card {
    margin-bottom: 2rem;
  }
}
@media all and (min-width: 412px) and (max-width: 767.9px) {
  .layout-cards .card-container .heading--card {
    font-size: 5rem;
  }
}
@media all and (min-width: 1200px) {
  .layout-cards .card-container .heading--card {
    font-size: 5rem;
    margin-bottom: 3rem;
  }
}
.layout-cards .card-container .heading--secondary {
  margin-bottom: 1rem;
}
@media all and (min-width: 412px) and (max-width: 767.9px) {
  .layout-cards .card-container .heading--secondary {
    margin-bottom: 1.5rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.9px) {
  .layout-cards .card-container .heading--secondary {
    font-size: 1rem;
  }
}
@media all and (min-width: 1200px) {
  .layout-cards .card-container .heading--secondary {
    margin-bottom: 1.75rem;
  }
}

.layout-forms .container {
  max-width: 720px;
}
@media all and (min-width: 1024px) {
  .layout-forms .container {
    width: 75%;
  }
}
@media all and (min-width: 1200px) {
  .layout-forms .container {
    max-width: calc(680px + 11rem);
  }
}
.layout-forms .heading {
  text-align: left;
}
.layout-forms .ingress {
  text-align: left;
}
@media all and (min-width: 768px) {
  .layout-forms .ingress {
    margin-bottom: 3.25rem;
  }
}
@media all and (min-width: 1200px) {
  .layout-forms .ingress {
    margin-bottom: 4rem;
  }
}
.layout-forms .ninja-forms-form-wrap {
  margin-top: 0;
}

.post-password-form label {
  color: #fff;
  display: block;
  font-size: 0;
  flex: 1 0 auto;
}
@media all and (min-width: 568px) {
  .post-password-form label {
    padding-right: 1rem;
  }
}
.post-password-form input {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 1rem;
}
.post-password-form input[type=submit] {
  text-transform: uppercase;
  margin-top: 1rem;
}
@media all and (min-width: 568px) {
  .post-password-form input[type=submit] {
    width: auto;
    margin: 0;
  }
}
.post-password-form p:last-child {
  position: relative;
}
@media all and (min-width: 568px) {
  .post-password-form p:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1rem;
  }
}

@media all and (min-width: 1024px) {
  .login-container .heading--section, .login-container .entry-content h1 {
    margin-bottom: 2.5rem;
  }
}
.login-container .ingress {
  margin: 0;
}

form input,
form textarea {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
}
form input[type=button],
form input[type=submit] {
  border: 0;
  font-weight: 700;
}
form input[type=button]:hover,
form input[type=submit]:hover {
  background: #5c7769;
}

.mobile-hero {
  position: relative;
}
@media all and (min-width: 768px) {
  .mobile-hero {
    display: none;
  }
}
.mobile-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-hero .category-img {
  position: absolute;
  width: 150px;
  left: 2rem;
  bottom: -4rem;
}
@media all and (min-width: 568px) {
  .mobile-hero .category-img {
    width: 300px;
    bottom: -8rem;
  }
}
.mobile-hero .category-img img {
  max-width: 100%;
}

@media all and (min-width: 768px) {
  .question-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.question-wrapper p {
  margin-bottom: 2.25rem;
}
@media all and (min-width: 1200px) {
  .question-wrapper p {
    margin-bottom: 3rem;
  }
}
.question-wrapper .img-col {
  display: none;
}
@media all and (min-width: 768px) {
  .question-wrapper .img-col {
    display: block;
    -webkit-box-flex: 0 0 250px;
    -webkit-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    padding-right: 50px;
  }
}
@media all and (min-width: 1024px) {
  .question-wrapper .img-col {
    -webkit-box-flex: 0 0 calc(400px + 3rem);
    -webkit-flex: 0 0 calc(400px + 3rem);
    -ms-flex: 0 0 calc(400px + 3rem);
    flex: 0 0 calc(400px + 3rem);
    padding-right: 3rem;
  }
}
@media all and (min-width: 1200px) {
  .question-wrapper .img-col {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: right;
    padding-right: 6rem;
  }
}
@media all and (min-width: 768px) {
  .question-wrapper .img-col img {
    max-width: 200px;
  }
}
@media all and (min-width: 1024px) {
  .question-wrapper .img-col img {
    max-width: 550px;
    width: 100%;
    display: inline-block;
  }
}
.question-wrapper .content-col {
  padding-top: 4rem;
}
@media all and (min-width: 568px) {
  .question-wrapper .content-col {
    padding-top: 8rem;
  }
}
@media all and (min-width: 768px) {
  .question-wrapper .content-col {
    padding: 3rem 0 0 0;
  }
}
@media all and (min-width: 1024px) {
  .question-wrapper .content-col {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 6.5rem 0 0 2.5rem;
  }
}
@media all and (min-width: 1200px) {
  .question-wrapper .content-col {
    padding-top: 9rem;
  }
}
.question-wrapper .content-col p {
  font-size: 1.5rem;
}
@media all and (min-width: 1200px) {
  .question-wrapper .content-col p {
    font-size: 1.75rem;
  }
}
.question-wrapper .content-col .question-query {
  font-weight: 700;
}
.question-wrapper .content-col .time {
  font-weight: 700;
  font-style: italic;
}

.ninja-forms-form-wrap,
.question-wrapper .content-col .ninja-forms-form-wrap {
  margin-top: 3.25rem;
}
@media all and (min-width: 1200px) {
  .ninja-forms-form-wrap,
.question-wrapper .content-col .ninja-forms-form-wrap {
    margin-top: 5rem;
  }
}
@media all and (min-width: 1460px) {
  .ninja-forms-form-wrap,
.question-wrapper .content-col .ninja-forms-form-wrap {
    margin-top: 10rem;
  }
}
.ninja-forms-form-wrap .label-above .nf-field-label,
.question-wrapper .content-col .ninja-forms-form-wrap .label-above .nf-field-label {
  margin: 0 0 0.5rem 0;
}
.ninja-forms-form-wrap .label-above .nf-field-label label,
.question-wrapper .content-col .ninja-forms-form-wrap .label-above .nf-field-label label {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
}
.ninja-forms-form-wrap .nf-field-container,
.question-wrapper .content-col .ninja-forms-form-wrap .nf-field-container {
  margin-bottom: 3.25rem;
}

form label,
.ninja-forms-form-wrap label,
.question-wrapper .content-col .ninja-forms-form-wrap label {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
}
form .field-wrap input:not(input[type=button]),
form .field-wrap textarea,
form input,
form textarea,
.ninja-forms-form-wrap .field-wrap input:not(input[type=button]),
.ninja-forms-form-wrap .field-wrap textarea,
.ninja-forms-form-wrap input,
.ninja-forms-form-wrap textarea,
.question-wrapper .content-col .ninja-forms-form-wrap .field-wrap input:not(input[type=button]),
.question-wrapper .content-col .ninja-forms-form-wrap .field-wrap textarea,
.question-wrapper .content-col .ninja-forms-form-wrap input,
.question-wrapper .content-col .ninja-forms-form-wrap textarea {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
}

.list-select-wrap select,
select {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-family: "proxima-nova", Arial, sans-serif;
  padding: 0.75rem;
}

.field-wrap.submit-wrap input[type=button],
.field-wrap input[type=button],
.field-wrap.submit-wrap input[type=submit],
.field-wrap input[type=submit],
.html-container .button.button--primary {
  background: #fdb433;
  font-weight: 700;
  font-size: 1rem;
  border: 0;
  border-radius: 10px;
  padding: 0.75rem 4rem;
}
.field-wrap.submit-wrap input[type=button]:hover,
.field-wrap input[type=button]:hover,
.field-wrap.submit-wrap input[type=submit]:hover,
.field-wrap input[type=submit]:hover,
.html-container .button.button--primary:hover {
  background: #fff;
  color: #739382;
}

.button.button--primary {
  font-weight: 700;
  font-size: 1rem;
  border: 0;
  margin-top: 2.5rem;
}
.button.button--primary:hover {
  background: #fff;
  color: #739382;
}

.nf-form-fields-required {
  display: none !important;
}

.nf-error-msg,
.nf-error-required-error,
.ninja-forms-req-symbol {
  color: #fff;
}

.nf-field-description {
  width: auto !important;
  position: relative;
  top: 2px;
}
@media all and (max-width: 1279px) {
  .nf-field-description {
    order: 99 !important;
    margin-top: 0.5rem;
  }
}
@media all and (min-width: 1280px) {
  .nf-field-description {
    margin-left: auto;
  }
}
.nf-field-description p {
  font-size: 0.875rem !important;
  line-height: 1.5;
}

.layout-get-question .nf-row:last-of-type {
  position: relative;
  /*
  .nf-cell {
    width:auto!important;
    @include d-flex;
  }
  .submit-container {
    margin-bottom:0;
  }
  .html-container {
    .nf-field-container {
      @include d-flex;
    }
  } */
}
.layout-get-question .nf-row:last-of-type .nf-field-container {
  margin: 0;
}
.layout-get-question .nf-row:last-of-type .field-wrap.submit-wrap input[type=button],
.layout-get-question .nf-row:last-of-type .html-container .button.button--primary {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  text-align: center;
}
@media all and (min-width: 600px) {
  .layout-get-question .nf-row:last-of-type .field-wrap.submit-wrap input[type=button],
.layout-get-question .nf-row:last-of-type .html-container .button.button--primary {
    width: calc( (100vw - 3.125rem - 3.125rem) / 3 - 10px);
  }
}
@media all and (min-width: 768px) {
  .layout-get-question .nf-row:last-of-type .field-wrap.submit-wrap input[type=button],
.layout-get-question .nf-row:last-of-type .html-container .button.button--primary {
    width: calc((100vw - 4.25rem - 4.25rem - 250px) / 3 + 1px);
    font-size: 0.875rem;
    max-width: 150px;
  }
}
@media all and (min-width: 1024px) {
  .layout-get-question .nf-row:last-of-type .field-wrap.submit-wrap input[type=button],
.layout-get-question .nf-row:last-of-type .html-container .button.button--primary {
    width: calc((100vw - 4.25rem - 4.25rem - 400px - 7.5rem) / 3 + 2px);
  }
}
@media all and (min-width: 1200px) {
  .layout-get-question .nf-row:last-of-type .field-wrap.submit-wrap input[type=button],
.layout-get-question .nf-row:last-of-type .html-container .button.button--primary {
    width: calc( (50vw - 8rem) / 3 );
    max-width: 180px;
    font-size: 1rem;
  }
}
.layout-get-question .nf-row:last-of-type .html-container {
  margin-top: -0.25rem;
}
@media all and (min-width: 600px) {
  .layout-get-question .nf-row:last-of-type .html-container {
    margin: 0;
  }
}
@media all and (min-width: 600px) {
  .layout-get-question .nf-row:last-of-type .html-wrap .nf-field-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.layout-get-question .nf-row:last-of-type .html-wrap .nf-field-element .button.button--primary {
  display: block;
  margin-top: 1rem;
}
@media all and (min-width: 600px) {
  .layout-get-question .nf-row:last-of-type .html-wrap .nf-field-element .button.button--primary {
    margin-top: 0;
  }
}
@media all and (min-width: 600px) {
  .layout-get-question .nf-row:last-of-type .html-wrap .nf-field-element .button.button--primary:first-child {
    margin-right: 10px;
  }
}
@media all and (min-width: 600px) {
  .layout-get-question .nf-row:last-of-type > nf-cells {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 600px) {
  .layout-get-question .nf-row:last-of-type > nf-cells .nf-cell {
    width: auto !important;
  }
}

.select2-container--default .select2-selection--single {
  background: transparent;
  border: 1px solid #fff;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  border-radius: 0;
  height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  padding-left: 0;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  background: #739382;
  border: 1px solid #fff;
  border-top: 0;
  border-radius: 0;
  top: 0 !important;
}

.select2-search.select2-search--dropdown,
.ninja-forms-form-wrap .field-wrap .select2-search.select2-search--dropdown {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  position: relative;
}
.select2-search.select2-search--dropdown input,
.ninja-forms-form-wrap .field-wrap .select2-search.select2-search--dropdown input {
  border: 0;
}
.select2-search.select2-search--dropdown::after,
.ninja-forms-form-wrap .field-wrap .select2-search.select2-search--dropdown::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0.75rem;
  pointer-events: none;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5c7769;
}

.select2-container--default .select2-results__option--selected {
  font-weight: 700;
  background: #739382;
}

.select2-results__option {
  padding: 0.5rem 1.25rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0.75rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
}

/*# sourceMappingURL=style.css.map */
