@import url(normalize.css);
/**@import url(MyFontsWebfontsKit.css);@import url(material-design-iconic-font.min.css);*/

@font-face {
  font-family: Dagny;
  src: url('../font/Dagny OT/DagnyOT.otf');
}

.container {
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box
}

.column,.columns {
    width: 100%;
    float: left;
    box-sizing: border-box
}

@media (min-width: 400px) {
    .container {
        width:85%;
        padding: 0
    }
}

@media (min-width: 550px) {
    .container {
        width:80%
    }

    .column,.columns {
        margin-left: 4%
    }

    .column:first-child,.columns:first-child {
        margin-left: 0
    }

    .one.column,.one.columns {
        width: 4.6666666667%
    }

    .two.columns {
        width: 13.3333333333%
    }

    .three.columns {
        width: 22%
    }

    .four.columns {
        width: 30.6666666667%
    }

    .five.columns {
        width: 39.3333333333%
    }

    .six.columns {
        width: 48%
    }

    .seven.columns {
        width: 56.6666666667%
    }

    .eight.columns {
        width: 65.3333333333%
    }

    .nine.columns {
        width: 74%
    }

    .ten.columns {
        width: 82.6666666667%
    }

    .eleven.columns {
        width: 91.3333333333%
    }

    .twelve.columns {
        width: 100%;
        margin-left: 0
    }

    .one-third.column {
        width: 30.6666666667%
    }

    .two-thirds.column {
        width: 65.3333333333%
    }

    .one-half.column {
        width: 48%
    }
}

.container:after,.row:after,.u-cf {
    content: "";
    display: table;
    clear: both
}

body {
    font-weight: normal;
    font-style: normal;
    background: #fff;
    font-family: Dagny, sans-serif;
}

h1,h2,h3 {
    font-family: Dagny, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
}

p {
  padding: 0;
  margin: 0;
}

span.error {
    color: red;
    font-family: Dagny, sans-serif;
    font-weight: normal
}

.form {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 50px;
}

.form .border.eight.columns {
    /*border: 1px solid #a9a9a9;*/
    min-height: 400px;
    margin-top: 20px;
}

.form .result {
    padding: 0;
    margin-top: 50px;
}

.form .result .template {
    background-color: #fff
}

.hidden {
    display: none
}

input:focus {
    outline: none
}

label {
    cursor: pointer;
    display: block;
    margin: 15px 0
}

label input {
    margin-right: 10px;
    cursor: pointer
}

input[type='text'],input[type='tel'],input[type='url'],input[type='email'] {
    width: 100%;
    padding: 5px;
    margin: 20px 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #666;
    font-size: 16px;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type='text'].hidden,input[type='tel'].hidden,input[type='url'].hidden {
    display: none
}

input[type='button'] {
    padding: 15px;
    border: none;
    color: #fff;
    background-color: #666;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    margin-top: 50px;
}

input[type='button']:hover {
    background-color: #ee180d;
    color: #fff
}

input[type='button'].btn {
    color: #fff;
    border-color: #ee180d;
    background-color: #ee180d;
    margin: 0 auto;
    display: block;
    margin-top: 50px;
}

input[type='button'].btn:hover {

    cursor:pointer;
}

input[name='customurl'] {
    display: none
}

.select-style {
    border-bottom: 1px solid #666;
    padding: 5px;
    margin: 10px 0
}

.select-style::after {
    font-family: Material-Design-Iconic-Font;
    font-size: 1.2em;
    content: "ï‹²"
}

select {
    width: 90%;
    border: none;
    border-radius: 0;
    font-size: 16px;
    color: #666;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

select:focus {
    outline: none
}

select option {
    color: #666
}

img.fasett-logo{
  width: 75px;
  height: auto;
  margin-top: 50px;
  margin-left: 50px;
}

@media (min-width: 750px) {
    .form {
        padding:35px;
        margin: 0 auto;
        margin-top: 50px;
    }
}

.info {
  margin-bottom: 50px;
}

.info h1{
  font-size: 26px;
}

.info p {
  font-size: 20px;
}

.accordion {
  margin-top: 50px;
}

.accordion + .accordion {
  margin-top: 15px;
}

.accordion .accordion-top svg{
  width: 16px;
  min-width: 16px;
  height: 9px;
  transform: rotate(90deg);
}

.accordion .accordion-top svg.open{
  transform: rotate(180deg);
  /*transition: transform .3s ease-out*/
}

.accordion .accordion-top h2{
  display: inline;
  margin-left: 10px;
  cursor:pointer;
font-size: 20px;
}

.accordion .expandable-content {
  display: none;
  margin: 20px 20px 20px 43px;
}

.accordion .expandable-content {
  font-size: 16px;
}
.accordion.open .expandable-content {
  display: block;
}


@media only screen and (max-width: 1024px){

  img.fasett-logo{
    margin-left: 20px;
    margin-top: 40px;
  }

  .form {
    padding: 40px 20px 20px;
  }

  .info h1{
    margin-bottom: 10px;
  }

  .info {
    margin-bottom: 0;
  }

  .info p {
    font-size: 16px;
  }

  .form .border.eight.columns{
    margin-top: 0;
  }

  input[type='button']{
    margin-top: 25px;
  }
}
