@import "./foundation.min.css";
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500&subset=latin-ext');
@import "../slick/slick.css";

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #222;
}

.row {
  max-width: 1170px;
}

h1, h2, h3, h4, h5, h6, td, th, input, a, p {
  font-family: inherit;
  line-height: inherit;
}

b, strong {
  font-weight: 500;
}

h1 {
  font-size: 58px;
  font-weight: 700;
}

h2 {
  font-size: 34px;
  font-weight: 300;
}

h1 b, h2 b {
  font-weight: 400;
}


ul:not(.inline-list) {
  margin-left: 0;
  padding-left: 0;
}

ul:not(.inline-list) li {
  list-style: none;  
}

ul:not(.inline-list) li::before {
  content: ' ';
  display: inline-block;
  border-top: 1px solid #252525;
  position: relative;
  top: -0.35rem;
  width: 10px;
  margin-right: 10px;

}




a:hover{
font-weight: bold;
}

.steps {
  margin-bottom: 50px;
}

.steps h2 {
  font-size: 24px;
  color: #252525;
  font-weight: 400;
  margin: 15px 0 0 0;
}

.steps .step {
  font-size: 14px;  
  display: block;
  padding-bottom: 40px;
}

.steps .step b {
  color: #252525;
}

.intro {
  min-height: 100vh;
  padding-bottom: 10%;
  background: url('bg-main.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  
  box-sizing: border-box;
  /*margin-bottom: 100px;*/

  display: flex;
  justify-content: flex-end;
  flex-direction: column;  
}

.button {
  background-color: #fff;
  margin-top: 40px;
  width: 250px;
  border: 3px red solid;
  color: red;
  padding: 20px 25px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.button:hover {
  background-color: #162f70;
  border: 3px #162f70 solid;
}
.button:visited {
  background-color: #162f70;
  border: 3px #162f70 solid;
}
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    border: 0;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    display: block !important;
}

button.accordion:after {
    content: '+'; /* Unicode character for "plus" sign (+) */
    font-size: 22px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "-"; /* Unicode character for "minus" sign (-) */
}

@media screen and (max-width: 640px) {
  .intro {
    min-height: 100vh;
    
  }

  .intro h1 {
    font-size: 34px;
    padding-bottom: 30%;
  }
}

.intro h1 {
  color: white;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: white;
  padding: 20px 0 10px 0;
  background-color: transparent;
  transition: 0.5s background, 0.5s padding;
  z-index: 10;
}

.header a {
  color: white;
}

.header ul {
  float: right;
  padding-top: 20px;
}

.header ul.inline-list2 {
    display: none;
  }

body.scrolled .header {
  background:#162f70;
  padding-top: 15px;
  padding-bottom: 0;
}

@media screen and (min-width: 641px) {
  .intro .slick {
    width: 50%;
  }
}

.gray {
  background: #eaecf8;
  margin-bottom: 50px;
}

@media screen and (min-width: 641px) {
  .gray .row {
    display: flex;
  }
}

.gray .columns:nth-child(2) {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;  
}

h2.dash {
  font-size: 24px;
  font-weight: 400;  
}

h2.dash::after {
  /*content: ' ';*/
  display: inline-block;
  border-top: 2px solid #252525;
  width: 75px;
  margin-left: 15px;
  position: relative;
  top: -0.4rem;
}

.zebra {
  margin-bottom: 50px;
  display: flex;
}

@media screen and (max-width: 640px) {
  .zebra {
    flex-direction: column;
  }

  .zebra .columns.large-5 {
    order: 2;
  }
}

.zebra .columns {
  display: flex;
  flex-direction: column;
  justify-content: center;    
}

.zebraImage {
  position: relative;
}

@media screen and (max-width: 640px) {
  .zebraImage {
    margin: 50px 0;
  }
}

.zebraImage::before {
  content: ' ';
  position: absolute;
  top: -14px;
  left: 13px;
  right: -12px;
  bottom: 13px;
  display: inline-block;
  background: url('bg-image.png') no-repeat top right;
  background-size: cover;
}

.zebraImage img {
  position: relative;
  z-index: 2;
}

.zebra .columns:nth-child(1) .zebraImage {
  transform: scaleX(-1);
  max-width: 250px;
}

.partner {
  background: url('bg-footer.jpg') no-repeat center center;
  background-size: auto 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
}

.partner h2 {
  color: inherit;
}

.footer {
  margin-top: 50px;
  background: #272a3b;
  padding-top: 75px;
  padding-bottom: 75px;
  color: white;
  text-align: center;
}

.footer img {
  margin-bottom: 15px;
}

.footer a {
  color: inherit;
  margin: 0 0px;
}

.footer ul.inline-list {
  text-align: center;
  margin-top: 50px;
}

.footer ul.inline-list li {
  display: inline-block;
  float: none;
  padding: 0 50px 30px;
}

.slick:not(.slick-initialized) .item + .item {
  display: none;
}

.item {
  outline: none;
}

.slick-dots {
  margin: 0;
  padding: 0;
}

.slick-dots li {
  list-style: none;
  float: none;
  display: inline-block;
}

ul.slick-dots li::before {
  display: none;
}

.slick-dots li button {
  outline: none;
  height: 1px;
  background: transparent;
  overflow: hidden;
  border-top: 1px solid transparent;
  border-bottom: 1px solid white;
  width: 40px;
  margin-right: 5px;
  padding: 0;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
  border-color: white;
}

@media screen and (max-width: 640px) {
  .header ul.inline-list {
    display: none;
  }

  .header ul.inline-list2 {
    display: grid;
   padding-right: 30px;
  }

  .header {
    position: absolute;
    background: transparent !important;
    padding: 20px 10px !important;
  }
}