/* line 3, ../sass/home.scss */
header {
  background-color: #fff;
  border-bottom: 2px solid #e6e6e6;
}
@media only screen and (max-width: 640px) {
  /* line 3, ../sass/home.scss */
  header {
    text-align: center;
  }
}

/* line 12, ../sass/home.scss */
.top_head {
  background-color: #00405b;
  text-align: right;
  padding: 7px 0;
}
@media only screen and (max-width: 1200px) {
  /* line 12, ../sass/home.scss */
  .top_head {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 12, ../sass/home.scss */
  .top_head {
    text-align: center;
  }
}

/* line 26, ../sass/home.scss */
.top_head a {
  font-size: 12px;
  color: #fff;
}

/* line 31, ../sass/home.scss */
.marques {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top: 15px;
  width: 308px;
  letter-spacing: normal;
}
@media only screen and (max-width: 640px) {
  /* line 31, ../sass/home.scss */
  .marques {
    float: none;
    margin: 15px 0;
    letter-spacing: normal;
  }
}

/* line 43, ../sass/home.scss */
.marque {
  margin: 0 10px;
}

/* line 47, ../sass/home.scss */
.intro {
  margin: 60px auto;
  font-weight: 100;
  font-size: 25px;
  line-height: 28px;
  color: #00405b;
}
@media only screen and (max-width: 640px) {
  /* line 47, ../sass/home.scss */
  .intro {
    margin: 60px auto;
    text-align: center;
    font-size: 18px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 960px) {
  /* line 47, ../sass/home.scss */
  .intro {
    margin: 60px auto;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 47, ../sass/home.scss */
  .intro {
    padding: 0 20px;
  }
}

/* line 71, ../sass/home.scss */
h1 {
  font-family: "Volkswagen Head";
  font-weight: 700;
  font-size: 50px;
  margin: 10px 0;
  line-height: 49px;
}
@media only screen and (max-width: 640px) {
  /* line 71, ../sass/home.scss */
  h1 {
    font-size: 30px;
    line-height: inherit;
  }
}

/* line 84, ../sass/home.scss */
section.com {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-right: 1%;
}
@media only screen and (max-width: 960px) {
  /* line 84, ../sass/home.scss */
  section.com {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 84, ../sass/home.scss */
  section.com {
    padding: 0 20px;
  }
}

/* line 101, ../sass/home.scss */
h2 {
  font-family: "Volkswagen Head";
  font-weight: 100;
  font-size: 24px;
  color: #00405b;
}
@media only screen and (max-width: 640px) {
  /* line 84, ../sass/home.scss */
  h2 {
    text-align: center;
  }
}

/* line 108, ../sass/home.scss */
hr {
  margin: 15px 0 30px 0;
  height: 4px;
  color: #87173d;
  background-color: #87173d;
  border: 0;
}

/* line 116, ../sass/home.scss */
hr.full {
  margin: 60px 0;
  height: 1px;
  color: #d9d9d9;
  background-color: #d9d9d9;
}

/* line 123, ../sass/home.scss */
.intro_com {
  margin-bottom: 30px;
  font-weight: 100;
  font-size: 14px;
  line-height: 20px;
  color: #00405b;
}
@media only screen and (max-width: 960px) {
  /* line 145, ../sass/home.scss */
  .intro_com {
    margin: 0;
  }
}

/* line 131, ../sass/home.scss */
ul.articles {
  margin-top: 40px;
  margin-left: -20px;
}
@media only screen and (max-width: 640px) {
  /* line 131, ../sass/home.scss */
  ul.articles {
    margin: 0;
  }
}

/* line 145, ../sass/home.scss */
li.article {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(50% - 22px);
  width: -moz-calc(50% - 22px);
  width: calc(50% - 22px);
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #e6e6e6;
}
@media only screen and (max-width: 640px) {
  /* line 145, ../sass/home.scss */
  li.article {
    display: block;
    width: 100%;
    margin: 20px auto;
  }
}

/* line 161, ../sass/home.scss */
li.article .top {
  width: 100%;
  padding: 10px 20px;
  background-color: #f7f9fa;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}

/* line 169, ../sass/home.scss */
li.article .top .cat {
  display: inline-block;
  vertical-align: middle;
  font-weight: 100;
  font-size: 14px;
  text-transform: uppercase;
  color: #757575;
}

/* line 178, ../sass/home.scss */
li.article .top .date {
  float: right;
  display: inline-block;
  vertical-align: middle;
  font-weight: 100;
  font-size: 14px;
  color: #757575;
}

/* line 187, ../sass/home.scss */
li.article .top .date img {
  vertical-align: top;
  margin-right: 5px;
}

/* line 192, ../sass/home.scss */
li.article .content_article {
  clear: both;
  padding: 20px;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  /* line 192, ../sass/home.scss */
  li.article .content_article {
    text-align: center;
  }
}

/* line 202, ../sass/home.scss */
li.article h3 {
  font-family: "Volkswagen Head";
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #00405b;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  /* line 202, ../sass/home.scss */
  li.article h3 {
    text-align: center;
  }
}

/* line 215, ../sass/home.scss */
li.article p {
  display: block;
  margin: 20px 0;
  font-weight: 100;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  /* line 215, ../sass/home.scss */
  li.article p {
    text-align: center;
  }
}

/* line 229, ../sass/home.scss */
li.article .btn_more {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: #87173d;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* line 241, ../sass/home.scss */
li.article .btn_more:hover,
li.article .btn_more:focus {
  background-color: #61102b;
}

/* line 246, ../sass/home.scss */
li.article .btn_more img {
  margin-right: 10px;
  margin-top: -3px;
}

/* line 251, ../sass/home.scss */
section.form {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 15px;
  padding: 60px 20px;
  background-color: #00405b;
}
@media only screen and (max-width: 960px) {
  /* line 251, ../sass/home.scss */
  section.form {
    width: 100%;
    margin: 30px auto;
  }
}

/* line 266, ../sass/home.scss */
section.form * {
  color: #fff;
}

section.form .hand-maid-tabs li {
  color: white;
  display: inline-block;
  width: 33%;
  height: 50px;
  text-align: center;
  margin: 20px 0;
}

@media only screen and (max-width: 860px) {
  /* line 251, ../sass/home.scss */
  section.form .hand-maid-tabs li {
    color: white;
    display: inline-block;
    width: 100%;
    height: 50px;
    text-align: center;
    margin: 20px 0;
  }
}

section.form .tab-content {
  display: none;
}

/* line 270, ../sass/home.scss */
section.form p {
  font-weight: 100;
  font-size: 14px;
  line-height: 20px;
}

/* line 276, ../sass/home.scss */
section.form label {
  display: block;
  margin: 30px 0;
  font-size: 14px;
}
/* line 276, ../sass/home.scss */
section.form label.opttext {
  display: block;
  position: relative;
  width: 80%;
  padding-top: 0px;
  margin: 0 0;
  font-size: 14px;
  margin-top: 0px;
  text-align: left;
}

/* line 282, ../sass/home.scss */
section.form input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: none;
  outline: none;
  margin: 10px 0;
  color: #00405b;
}
/* line 282, ../sass/home.scss */
section.form input[type=radio].optform {
  display: none;
}

section.form label.opttext .radio-wrapper {
  display: block;
  margin-left: 23%;
  float: left;
  height: 30px;
  position: relative;
}
section.form label.opttext .radio-span {
  display: block;
  border-radius: 50%;
  height: 16px;
  border: 1px solid #fff;
  width: 16px;
  background-color: transparent;
  position: relative;
}

section.form label.opttext.checked span.radio-span span.radio-dot,
section.form .active span.radio-span span.radio-dot {
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
}

section.form label.opttext.checked {
  font-weight: bold;
}


section.form label.opttext .radio-txt {
  line-height: 15px;
  height: 30px;
  display: inline-block;
  float: left;
  margin-left: 6px;
  width: calc(80% - 42px);
}

section.form div.tabs-separator {
  position: absolute;
  width: 0;
  height: 192px;
  left: 0px;
  border-left: 1px solid #ebf0f2;
}

section.form p.legend {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  /* line 251, ../sass/home.scss */
  section.form div.tabs-separator {
    display: none;
  }
}

section.form p#form-intruction {
  margin: 60px 0 0 0;

}

/* line 293, ../sass/home.scss */
section.form label p {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 35px);
  padding-left: 10px;
  font-weight: 100;
  font-size: 12px;
  line-height: 16px;
}

/* line 303, ../sass/home.scss */
section.form .error_form {
  padding: 20px;
  background-color: #fff;
  clear: both;
  color: #e74c3c;
  border: 2px solid #e74c3c;
  margin-bottom: 20px;
}

section.form .form-fieldgroup {
  width: 33.3%;
  float: left;
  position: relative;
  padding: 20px;
}

@media only screen and (max-width: 991px) {
  /* line 251, ../sass/home.scss */
  section.form .form-fieldgroup {
    width: 100%;
  }
}


/* line 311, ../sass/home.scss */
section.form button {
  width: 50%;
  height: 45px;
  margin: auto;
  display: block;
  background-color: #87173d;
  font-weight: 100;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* line 326, ../sass/home.scss */
section.form button:hover,
section.form button:focus {
  background-color: #61102b;
}

/* line 331, ../sass/home.scss */
section.faq {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  /* line 335, ../sass/home.scss */
  section.faq {
    padding: 0 20px;
  }
}

/* line 335, ../sass/home.scss */
section.faq ul.questions {
  margin-top: 40px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (max-width: 640px) {
  /* line 335, ../sass/home.scss */
  section.faq ul.questions {
    margin: 0;
    -moz-column-count: initial;
    -webkit-column-count: initial;
    column-count: initial;
    -moz-column-gap: initial;
    -webkit-column-gap: initial;
    column-gap: initial;
  }
}

/* line 349, ../sass/home.scss */
section.faq li.question {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
@media only screen and (max-width: 640px) {
  /* line 349, ../sass/home.scss */
  section.faq li.question {
    display: block;
    width: 100%;
    margin: 20px auto;
  }
}

/* line 366, ../sass/home.scss */
section.faq li.question h3 {
  margin-bottom: 10px;
  font-family: "Volkswagen Head";
  font-size: 14px;
  line-height: 18px;
  color: #04435e;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  /* line 366, ../sass/home.scss */
  section.faq li.question h3 {
    /* text-align: center; */
  }
}

/* line 379, ../sass/home.scss */
section.faq li.question p {
  font-weight: 100;
  font-size: 12px;
  line-height: 16px;
  color: #04435e;
}
@media only screen and (max-width: 640px) {
  /* line 379, ../sass/home.scss */
  section.faq li.question p {
    /* text-align: center; */
  }
}

/* line 390, ../sass/home.scss */
section.faq .btn_faq {
  display: inline-block;
  margin: 30px 0 60px 0;
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: #87173d;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 640px) {
  /* line 390, ../sass/home.scss */
  section.faq .btn_faq {
    display: block;
    padding: 30px 0;
  }
}

/* line 408, ../sass/home.scss */
section.faq .btn_faq:hover,
section.faq .btn_faq:focus {
  background-color: #61102b;
}

/* line 413, ../sass/home.scss */
section.faq .btn_faq img {
  margin-right: 10px;
  margin-top: -3px;
}




li.article h3{
  margin-bottom: 20px;
}


section.faq button{
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  background-color: #ebf0f2;
  border: none;
  color: #646464;
  outline: none;
  width: 25px;
  height: 25px;
}

section.faq h3{
  width: calc(100% - 25px);
  vertical-align: middle;
}

section.faq p{
  padding-right: 45px;
}

section.faq ul.questions li{
  position: relative;
}
