@charset "UTF-8";

body {
    padding: 0;
    margin: 0;
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

/*form {*/
    /*opacity: 0;*/
    /*transition: all .3s ease;
}

      {
        opacity: 1;
    }*/

html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

body, h1, h2, h3, p, button, input, select, textarea {
    font-family: 'Raleway', Arial, sans-serif;
}

button {
    cursor: pointer
}

input {
    font-size: 18px;
}

label {
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: .5px;
    font-weight: 600;
    font-family: Raleway;
}

h1 {
    letter-spacing: .5px;
    color: #1c2c5e;
}

h2, h3 {
    margin-top: 0;
    color: #1c2c5e;
}

h2 {
    font-size: 30px;
    margin: 0 0 15px;
}

h3 {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #1c2c5e;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px;
}

p {
    font-size: 24px;
    line-height: 1.6em;
    margin-bottom: 0px;
}

a {
    -webkit-tap-highlight-color: transparent;
    font-weight: bold;
    color: #ec1651;
}

.gist .gist-file {
    margin-top: 40px;
}

.gist .gist-meta {
    display: none !important;
}

.slideform-slide {
        /*height: 100vh;*/
        height: 80vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-overflow-scrolling: touch;
        /*  opacity: 0;
*/ transition: opacity 0.5s ease;
        overflow: auto;
        box-sizing: border-box;
    }

        .slideform-slide.active {
            opacity: 1;
        }

@media screen and (max-width: 767px) {
    .slideform-slide {
        display: block;
    }
}

.slideform-group {
    max-width: 800px;
    padding: 30px 15px;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .slideform-group {
        margin: auto;
    }
}

/*.slideform-group {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transition: transform 0.5s ease;
        }*/

.slideform-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
    padding: 0 20px;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 30px;
    border-radius: 3px;
    background: #ec1651;
    border: 1px solid #ec1651;
    color: #fff;
    transition: all 0.3s ease;
    outline: none;
}

/*.slideform-footer {
    background: #e7e7e7;
    padding: 0 15px;
    border-top: 1px solid #d5d5d5;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}*/
.slideform-footer {
    background: #e7e7e7;
    padding: 0 15px;
    border-top: 1px solid #d5d5d5;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}
    .slideform-footer .slideform-btn {
        height: 30px;
        display: inline-block;
        line-height: 30px;
        font-size: 17px;
        margin: 0 5px;
    }

.slideform-progress-bar {
    height: 10px;
    border-radius: 5px;
    max-width: 200px;
    background: #fff;
    display: inline-block;
    overflow: hidden;
    line-height: 0;
    flex: 1;
    margin-right: 20px;
}

    .slideform-progress-bar span {
        display: inline-block;
        width: 0%;
        height: 100%;
        background: #ec1651;
        transition: all 0.5s ease;
    }

/*  .slideform-btn {
        height: 30px;
        display: inline-block;
        line-height: 30px;
        font-size: 15px;
        margin: 0 5px;
    }
*/
/*    .slideform-btn:active {
        border-color: #dd6600;
        background: #dd6600;
    }*/

    .slideform-btn:disabled {
        background: #fff;
        border: 1px solid #fff;
        color: #E0E0CE;
    }

 input:not([type=checkbox]):not([type=radio]):not([type=submit]),  textarea {
    width: 100%;
    padding: 15px;
    font-size: 22px;
    box-sizing: border-box;
    border: 1px solid #E0E0CE;
    outline: none;
    border-radius: none;
    background: #f6f6f6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

     input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus, textarea:focus {
        border-bottom: 1px solid #ffb677;
    }

  input[type=text],   input[type=email],   input[type=tel],   input[type=number] {
    height: 50px;
}

      input[type=text].small,   input[type=email].small,   input[type=tel].small,   input[type=number].small {
        height: 40px;
        padding: 10px 15px;
        font-size: 18px;
    }

  .options-list label {
    display: block;
    margin: 0;
    padding: 10px 0;
}

  .options-list input[type=checkbox],   .options-list input[type=radio] {
    position: absolute;
    z-index: -1;
    visibility: hidden;
    width: auto;
    height: auto;
}

      .options-list input[type=checkbox]:checked + span:after,   .options-list input[type=radio]:checked + span:after {
        opacity: 1;
        transform: scale(1);
    }

      .options-list input[type=checkbox] + span,   .options-list input[type=radio] + span {
        display: inline-block;
        position: relative;
        font-weight: 600;
    }

          .options-list input[type=checkbox] + span:before,   .options-list input[type=radio] + span:before {
            content: "";
            margin-right: 10px;
            display: inline-block;
            width: 30px;
            height: 30px;
            vertical-align: middle;
            background: #f6f6f6;
            border: 1px solid #E0E0CE;
        }

          .options-list input[type=checkbox] + span:after,   .options-list input[type=radio] + span:after {
            font-family: "slideform" !important;
            display: inline-block;
            content: "\F00C";
            font-size: 24px;
            color: #FF7F11;
            width: 30px;
            height: 30px;
            position: absolute;
            left: 0;
            text-align: center;
            line-height: 30px;
            /*opacity: 0;*/
            transform: scale(3);
            transition: all 0.3s ease;
        }

          .options-list input[type=radio] + span:before {
            border-radius: 50%;
        }

          .options-list input[type=radio] + span:after {
            content: "";
            width: 16px;
            height: 16px;
            background: #FF7F11;
            border-radius: 50%;
            top: 8px;
            left: 8px;
        }

  .options-buttons label {
    margin: 0 5px 15px 0;
    display: inline-block;
    text-transform: none;
}

  .options-buttons input[type=radio],   .options-buttons input[type=checkbox] {
    position: absolute;
    left: -9999px;
}

      .options-buttons input[type=radio]:checked + span,   .options-buttons input[type=checkbox]:checked + span {
        background: #26547f;
        border: 1px solid #26547f;
        color: #fff;
    }

      .options-buttons input[type=checkbox] + span,   .options-buttons input[type=radio] + span {
        font-size: 18px;
        line-height: 20px;
        display: inline-block;
        background: #f6f6f6;
        border: 1px solid #E0E0CE;
        padding: 5px 20px;
        width: auto;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s ease;
        border-radius: 4px;
        font-weight: 600;
    }

  label.error {
    color: #ec1651;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    text-transform: none;
    position: absolute;
}

  .slideform-condition {
    display: none;
}


    

[class^=icon-], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "slideform" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.client-logo {
    float: left;
    padding: 20px;
}

.sutherland-logo {
    float: right;
    padding: 20px;
}




/*@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
form {*/
  /*opacity: 0;*/
  /*transition: all .3s ease;
}
  {
  opacity: 1;
}
html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body, h1, h2, h3, p, button, input, select, textarea {
  font-family: 'Raleway', Arial, sans-serif;
}
button {cursor: pointer}
input {
  font-size: 16px;
}
label {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: .5px;
  font-weight: 600;
  font-family: Raleway;
}
h1 {
  letter-spacing: .5px;
    color: #1c2c5e;
}
h2, h3 {
  margin-top: 0;
    color: #1c2c5e;
}
h2 {
  font-size: 28px;
  margin: 0 0 15px;
}
h3 {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
    color: #1c2c5e;
}
h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
}
p {
  font-size: 22px;
  line-height: 1.6em;
  margin-bottom: 0px;
}
a {
  -webkit-tap-highlight-color: transparent;
    font-weight: bold;
    color: #ec1651;
}
.gist .gist-file {
  margin-top: 40px;
}
.gist .gist-meta {
  display: none !important;
}
  {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
  .slideform-track {
  overflow: hidden;
  flex: 1;
}
  .slideform-wrapper {
  transition: all 0.5s ease;
}
  .slideform-slide {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-overflow-scrolling: touch;*/
/*  opacity: 0;
*/  /*transition: opacity 0.5s ease;
  overflow: auto;
  box-sizing: border-box;
}
  .slideform-slide.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
    .slideform-slide {
    display: block;
  }
}
  .slideform-group {
  max-width: 800px;
  padding: 30px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .slideform-group {
    margin: auto;
  }
}
  .slideform-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 30px;
  border-radius: 3px;
  background: #ec1651;
  border: 1px solid #ec1651;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
}
  .slideform-btn:active {
  border-color: #dd6600;
  background: #dd6600;
}
  .slideform-btn:disabled {
  background: #fff;
  border: 1px solid #fff;
  color: #E0E0CE;
}
  input:not([type=checkbox]):not([type=radio]):not([type=submit]),   textarea {
  width: 100%;
  padding: 15px;
  font-size: 20px;
  box-sizing: border-box;
  border: 1px solid #E0E0CE;
  outline: none;
  border-radius: none;
  background: #f6f6f6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
  input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,   textarea:focus {
  border-bottom: 1px solid #ffb677;
}
  input[type=text],   input[type=email],   input[type=tel],   input[type=number] {
  height: 50px;
}
  input[type=text].small,   input[type=email].small,   input[type=tel].small,   input[type=number].small {
  height: 40px;
  padding: 10px 15px;
  font-size: 16px;
}
  .options-list label {
  display: block;
  margin: 0;
  padding: 10px 0;
}
  .options-list input[type=checkbox],   .options-list input[type=radio] {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  width: auto;
  height: auto;
}
  .options-list input[type=checkbox]:checked + span:after,   .options-list input[type=radio]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}
  .options-list input[type=checkbox] + span,   .options-list input[type=radio] + span {
  display: inline-block;
  position: relative;
  font-weight: 600;
}
  .options-list input[type=checkbox] + span:before,   .options-list input[type=radio] + span:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: #f6f6f6;
  border: 1px solid #E0E0CE;
}
  .options-list input[type=checkbox] + span:after,   .options-list input[type=radio] + span:after {
  font-family: "slideform" !important;
  display: inline-block;
  content: "\F00C";
  font-size: 22px;
  color: #FF7F11;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 30px;*/
  /*opacity: 0;*/
  /*transform: scale(3);
  transition: all 0.3s ease;
}
  .options-list input[type=radio] + span:before {
  border-radius: 50%;
}
  .options-list input[type=radio] + span:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #FF7F11;
  border-radius: 50%;
  top: 8px;
  left: 8px;
}
  .options-buttons label {
  margin: 0 5px 15px 0;
  display: inline-block;
  text-transform: none;
}
  .options-buttons input[type=radio],   .options-buttons input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
  .options-buttons input[type=radio]:checked + span,   .options-buttons input[type=checkbox]:checked + span {
  background: #26547f;
  border: 1px solid #26547f;
  color: #fff;
}
  .options-buttons input[type=checkbox] + span,   .options-buttons input[type=radio] + span {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  background: #f6f6f6;
  border: 1px solid #E0E0CE;
  padding: 5px 20px;
  width: auto;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
  font-weight: 600;
}
  label.error {
  color: #ec1651;
  display: block;
  font-size: 14px;
  margin-top: 5px;
  text-transform: none;
    position: absolute;
}
  .slideform-condition {
  display: none;
}
  .slideform-footer {
  background: #e7e7e7;
    padding: 0 15px;
    border-top: 1px solid #d5d5d5;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
  .slideform-footer .slideform-btn {
  height: 30px;
  display: inline-block;
  line-height: 30px;
  font-size: 15px;
  margin: 0 5px;
}
  .slideform-progress-bar {
  height: 10px;
  border-radius: 5px;
  max-width: 200px;
  background: #fff;
  display: inline-block;
  overflow: hidden;
  line-height: 0;
  flex: 1;
  margin-right: 20px;
}
  .slideform-progress-bar span {
  display: inline-block;
  width: 0%;
  height: 100%;
  background: #ec1651;
  transition: all 0.5s ease;
}

[class^=icon-], [class*=" icon-"] {*/
  /* use !important to prevent issues with browser extensions that change fonts */
  /*font-family: "slideform" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;*/
  /* Better Font Rendering =========== */
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.client-logo {
  float: left;
    padding: 20px;
}
.sutherland-logo {
  float: right;
    padding: 20px;
}*/
