﻿

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  /*font-family: sans-serif;*/
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="checkbox"] + label {
    margin: 0px;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

button,
input,
optgroup,
select,
textarea {
    /*font-family: sans-serif;*/
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.17;
    /* 1 */
    margin: 0;
    /* 2 */
}

textarea {
    width: 100%;
}

.contact_form {
    padding-top: 21px;
    padding-bottom: 26px;
    padding-right: 8px;
}

.contact_form .terms_submit,
.contact_form .interest_container {
    margin-bottom: 30px;
}

.contact_form p {
    margin: 0 0 30px 0;
}

.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=number],
.contact_form input[type=textarea],
.contact_form select {
    border-width: 0 0 1px 0;
    border-color: #ebebeb;
    display: block;
    width: 100%;
    outline: none;
    font-size: 11px;
    /*font-family: "Campton-Book";*/
    font-weight: 300;
    z-index: 1;
    position: relative;
    background-color: transparent;
    padding: 1px 6px 8px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.contact_form input[type=text]:focus,
.contact_form input[type=text]:hover,
.contact_form input[type=number]:focus,
.contact_form input[type=number]:hover,
.contact_form input[type=email]:focus,
.contact_form input[type=email]:hover,
.contact_form textarea:focus,
.contact_form textarea:hover,
.contact_form select:focus,
.contact_form select:hover {
    border-color: #0097d4;
}

.contact_form input[type=number]:focus + label,
.contact_form input[type=number]:hover + label,
.contact_form input[type=email]:focus + label,
.contact_form input[type=email]:hover + label,
.contact_form input[type=text]:focus + label,
.contact_form input[type=text]:hover + label,
.contact_form textarea:focus + label,
.contact_form textarea:hover + label,
.contact_form select:focus + label,
.contact_form select:hover + label {
    color: #1797d4;
    font-size: 11px;
    font-weight: 300;
    top: -20px;
    left: 6px;
}

.contact_form textarea:focus + label,
.contact_form textarea:hover + label{
    top: -25px;
}


.contact_form label {
    color: #aaaaaa;
    /*font-family: "Campton-Book";*/
    font-size: 14px;
    font-weight: 300;
    z-index: 0;
}

.contact_form .input_text {
    position: relative;
}

.contact_form .input_text label, 
.contact_form .input_select label{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.contact_form .input_text.textarea_text label{
    left: 5px;
}

.contact_form .input_select label {
    z-index: 1;
    background-color: #ffffff;
    padding-right: 25px;
}

.contact_form .input_text label.filled,
.contact_form .input_select label.filled{
    color: #1797d4;
    font-size: 11px;
    font-weight: 300;
    top: -20px;
    left: 5px;
}

.contact_form .input_text.textarea_text label.filled{
    top: -25px;
}

.contact_form .input_select {
    padding: 6px 0 0 4px;
    margin-bottom: 56px;
    position: relative;
}

.contact_form .input_select:after {
    width: 8px;
    height: 8px;
    content: '';
    display: block;
    border-bottom: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    position: absolute;
    top: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 13px;
}

.contact_form select {
    padding: 0 0 2px 0;
    margin-left: -3px;
    color: #aaaaaa;
    cursor: pointer;
}

.contact_form select:focus {
    color: #1797d4;
}

.contact_form .input_checkbox {
    padding: 0 0 0 2px;
}

.contact_form .input_checkbox.info {
    margin: 0 0 24px 0;
}

.contact_form .input_checkbox span {
    color: #000000;
    /*font-family: "Campton-Book";*/
    font-size: 12px;
    font-weight: 600;
    line-height: 1.33333333em;
    display: inline-block;
    margin: 0 17px 0 0;
}

.contact_form .input_checkbox a {
    display: inline-block;
    /*font-family: "Campton-Book";*/
    font-size: 11px;
    font-weight: bold;
    line-height: 1.45454545em;
    color: #1797d4;
    margin: 0;
    -webkit-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in;
}

.contact_form .input_checkbox a:hover {
    color: #008cba;
}

.contact_form input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.contact_form input[type=checkbox]:nth-of-type(2) + label {
    margin-left: 28px;
}

.contact_form input[type=checkbox] + label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 26px;
    color: #000000;
    /*font-family: "Campton-Book";*/
    font-size: 11px;
    font-weight: bold;
    line-height: 1.45454545em;
    display: inline-block;
    position: relative;
    letter-spacing: 0.00363636em;
}

.contact_form input[type=checkbox] + label.hours {
    color: #969695;
    padding: 0 0 0 26px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.33333333em;
    text-transform: uppercase;
}

.contact_form input[type=checkbox] + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #aaaaaa;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -3px;
}

.contact_form input[type=checkbox] + label.hours:before {
    top: 50%;
    left: 0;
}

.contact_form input[type=checkbox]:checked + label:before {
    background-image: url("https://www.wacom.com/assets/CustomForms/EducationLead/img/icons/checked.png");
    border-color: #ffffff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 16px;
}

.contact_form .input_submit {
    margin: 36px 0 0;
}

.contact_form .input_submit--label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 !important;
}

.contact_form input[type=submit] {
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border-radius: 6px;
    border: 1px solid #1797d4;
    color: #1797d4;
    /*font-family: "Campton-Book";*/
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
    padding: 7px 50px 5px;
    -webkit-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in;
}

.contact_form input[type=submit]:hover {
    color: #008cba;
    border-color: #008cba;
}

.contact_form .text_info {
    position: relative;
    cursor: pointer;
    margin: 0 0 20px 0;
    color: #000000;
    /*font-family: "Campton-Book";*/
    font-size: 11px;
    font-weight: bold;
    line-height: 1.45454545em;
    display: inline-block;
    position: relative;
    letter-spacing: 0.00363636em;
}

.contact_form .text_info a {
    display: inline-block;
    /*font-family: "Campton-Book";*/
    font-size: 11px;
    font-weight: bold;
    line-height: 1.45454545em;
    color: #1797d4;
    margin: 0;
}

@media (min-width: 375px) {
    .contact_form .input_checkbox span {
        margin: 0 44px 0 0;
    }
}

@media (min-width: 576px) {
    .contact_form .text_info {
        padding: 0 25px 0 0px;
    }
}

@media (min-width: 768px) {
    .contact_form-column:nth-child(1) {
        padding: 0 15px 0 16px;
    }

    .contact_form-column:nth-child(2) {
        padding: 0 15px 0 0px;
    }

    .contact_form .form_group_label {
        margin-bottom: 10px;
    }

    .contact_form .terms_submit,
    .contact_form .interest_container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .contact_form .terms_submit > p,
    .contact_form .interest_container > p {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .contact_form .terms_submit > p:nth-child(even),
    .contact_form .interest_container > p:nth-child(even) {
        padding-left: 15px;
    }

    .contact_form .input_select {
        margin: 0 0 38px 0;
    }

    .contact_form .input_select:after {
        right: 8px;
    }

    .contact_form .interest_container .input_checkbox {
        padding: 0;
        margin: 0 0 10px 0;
    }

    .contact_form .input_checkbox {
        padding: 0;
        margin: 0 0 40px 0;
    }

    .contact_form .input_checkbox.info {
        margin: 0 0 26px 0;
    }

    .contact_form .input_checkbox span {
        margin: 0 15px 0 0;
    }

    .contact_form input[type=checkbox]:nth-of-type(2) + label {
        margin-left: 10px;
    }

    .contact_form input[type=checkbox] + label {
        padding: 0 25px 0 33px;
    }

    .contact_form input[type=checkbox] + label:before {
        left: 2px;
    }

    .contact_form .input_submit {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .contact_form .terms_submit > p:nth-child(odd) {
        padding-right: 38px;
    }

    .contact_form select {
        padding: 0 0 5px 0;
    }

    .contact_form .input_checkbox span {
        margin: 0 42px 0 0;
    }

    .contact_form input[type=submit] {
        padding: 9px 50px 7px;
    }
}

@media (min-width: 1200px) {
    .contact_form-column:nth-child(1) {
        padding: 0 15px 0 8px;
    }

    .contact_form-column:nth-child(2) {
        padding: 0 15px 0 0px;
    }

    .contact_form .terms_submit,
    .contact_form .interest_container {
        padding-left: 8px;
        padding-top: 2px;
    }

    .contact_form .terms_submit > p:nth-child(even),
    .contact_form .interest_container > p:nth-child(even) {
        padding-left: 8px;
    }

    .contact_form input[type=checkbox]:nth-of-type(2) + label {
        margin-left: 18px;
    }

    .contact_form input[type=checkbox] + label {
        padding: 0 0 0 33px;
    }

    .contact_form .text_info {
        padding: 0;
    }
}

@media (min-width: 1366px) {
    .contact_form-column:nth-child(1) {
        padding: 0 50px 0 16px;
    }

    .contact_form-column:nth-child(2) {
        padding: 0 15px 0 0px;
    }

    .contact_form .terms_submit {
        padding-left: 15px;
    }

    .contact_form .terms_submit > p:nth-child(even),
    .contact_form .interest_container > p:nth-child(even) {
        padding-left: 43px;
    }

    .contact_form input[type=checkbox]:nth-of-type(2) + label {
        margin-left: 44px;
    }
}

@media (min-width: 1920px) {
    .contact_form input[type=text],
    .contact_form input[type=number],
    .contact_form input[type=email],
    .contact_form select {
        font-size: 18px;
    }

    /*.contact_form input[type=text]:focus + label,
    .contact_form input[type=text]:hover + label,
    .contact_form input[type=number]:focus + label,
    .contact_form input[type=number]:hover + label,
    .contact_form select:focus + label,
    .contact_form select:hover + label {
        font-size: 18px;
    }*/

    .contact_form label {
        font-size: 18px;
    }

    .contact_form .input_checkbox span {
        font-size: 18px;
    }

    .contact_form .input_checkbox a {
        font-size: 14px;
    }

    .contact_form input[type=checkbox] + label {
        font-size: 14px;
    }

    .contact_form input[type=checkbox] + label.hours {
        font-size: 14px;
    }

    .contact_form input[type=submit] {
        font-size: 16px;
    }

    .contact_form .text_info {
        font-size: 14px;
    }

    .contact_form .text_info a {
        font-size: 14px;
    }

    
}

.modal-body .layer {
    padding: 0;
}

.modal-body .layer .container {
    max-width: 100%;
}

.loader {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffff url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
    background: rgba( 255, 255, 255, .8 ) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}