*,
:after,
:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body,
figure {
    margin: 0
}

a {
    background: 0 0
}

a:focus {
    outline: dotted thin
}

[type=checkbox]:focus,
[type=radio]:focus,
a:active,
a:hover,
select:not(.default):focus {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

[type=checkbox].file-label,
[type=checkbox].file-label:before,
[type=radio].file-label,
[type=radio].file-label:before,
input[type=checkbox],
input[type=radio],
legend {
    padding: 0
}

legend {
    border: 0
}

.file-label,
.file-label:before,
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

.file-label,
.file-label:before,
button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

[type=reset].file-label,
[type=reset].file-label:before,
[type=submit].file-label,
[type=submit].file-label:before,
button,
html [type=button].file-label,
html [type=button].file-label:before,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html [disabled].file-label,
html [disabled].file-label:before,
html input[disabled] {
    cursor: default
}

[type=search].file-label,
[type=search].file-label:before,
input[type=search] {
    -webkit-appearance: textfield
}

[type=search].file-label::-webkit-search-cancel-button,
[type=search].file-label::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.file-label::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body,
html {
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #EFEFEF;
}

.wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto 32px;
}

.wrapper-small {
    max-width: 500px
}

.grid { 
   margin: 0.5em 0;
  // margin: 0 0 16px;
}

.grid:after {
    content: '';
    clear: both;
    display: table
}

.grid>[class*=col-] {
    float: left;
    padding-right: 16px
}

.grid>[class*=col-]:last-child,
.grid>[class*=col-]:last-of-type {
    padding-right: 0
}

.grid .grid:last-of-type {
    margin-bottom: 0
}

.col-1-8 {
    width: 12.5%
}

.col-1-7 {
    width: 14.285%
}

.col-1-6 {
    width: 16.667%
}

.col-1-5 {
    width: 20%
}

.col-1-4 {
    width: 25%
}

.col-1-3 {
    width: 33.33%
}

.col-2-5 {
    width: 40%
}

.col-1-2 {
    width: 50%
}

.col-3-5 {
    width: 60%
}

.col-2-3 {
    width: 66.66%
}

.col-3-4 {
    width: 75%
}

.col-4-5 {
    width: 80%
}

.col-1 {
    width: 100%
}

.col-0 {
    display: none
}

@media screen and (max-width:800px) {
    [class*=col-].med-1-8 {
        width: 12.5%
    }
    [class*=col-].med-1-7 {
        width: 14.285%
    }
    [class*=col-].med-1-6 {
        width: 16.667%
    }
    [class*=col-].med-1-5 {
        width: 20%
    }
    [class*=col-].med-1-4 {
        width: 25%
    }
    [class*=col-].med-1-3 {
        width: 33.33%
    }
    [class*=col-].med-2-5 {
        width: 40%
    }
    [class*=col-].med-1-2 {
        width: 50%
    }
    [class*=col-].med-3-5 {
        width: 60%
    }
    [class*=col-].med-2-3 {
        width: 66.66%
    }
    [class*=col-].med-3-4 {
        width: 75%
    }
    [class*=col-].med-4-5 {
        width: 80%
    }
    [class*=col-].med-1 {
        width: 100%;
        float: none;
        margin-bottom: 16px;
        padding-right: 0!important
    }
    [class*=col-].med-1:last-child {
        margin-bottom: 0
    }
    [class*=col-].med-0 {
        display: none
    }
}

@media screen and (max-width:650px) {
    [class*=col-].sm-1-8 {
        width: 12.5%
    }
    [class*=col-].sm-1-7 {
        width: 14.285%
    }
    [class*=col-].sm-1-6 {
        width: 16.667%
    }
    [class*=col-].sm-1-5 {
        width: 20%
    }
    [class*=col-].sm-1-4 {
        width: 25%
    }
    [class*=col-].sm-1-3 {
        width: 33.33%
    }
    [class*=col-].sm-2-5 {
        width: 40%
    }
    [class*=col-].sm-1-2 {
        width: 50%
    }
    [class*=col-].sm-3-5 {
        width: 60%
    }
    [class*=col-].sm-2-3 {
        width: 66.66%
    }
    [class*=col-].sm-3-4 {
        width: 75%
    }
    [class*=col-].sm-4-5 {
        width: 80%
    }
    [class*=col-].sm-1 {
        width: 100%;
        float: none;
        margin-bottom: 16px;
        padding-right: 0!important
    }
    [class*=col-].sm-1:last-child {
        margin-bottom: 0
    }
    [class*=col-].sm-0 {
        display: none
    }
}

@media screen and (max-width:500px) {
    .grid>[class*=col-] {
        float: none;
        width: 100%;
        margin-bottom: 16px;
        padding-right: 0
    }
    .grid>[class*=col-]:first-child:last-child,
    .grid>[class*=col-]:last-child {
        margin-bottom: 0
    }
    .grid>[class*=xs-] {
        float: left;
        margin-bottom: 0;
        padding-right: 16px
    }
    .grid>[class*=xs-].xs-1-8 {
        width: 12.5%
    }
    .grid>[class*=xs-].xs-1-7 {
        width: 14.285%
    }
    .grid>[class*=xs-].xs-1-6 {
        width: 16.667%
    }
    .grid>[class*=xs-].xs-1-5 {
        width: 20%
    }
    .grid>[class*=xs-].xs-1-4 {
        width: 25%
    }
    .grid>[class*=xs-].xs-1-3 {
        width: 33.33%
    }
    .grid>[class*=xs-].xs-2-5 {
        width: 40%
    }
    .grid>[class*=xs-].xs-1-2 {
        width: 50%
    }
    .grid>[class*=xs-].xs-3-5 {
        width: 60%
    }
    .grid>[class*=xs-].xs-2-3 {
        width: 66.66%
    }
    .grid>[class*=xs-].xs-3-4 {
        width: 75%
    }
    .grid>[class*=xs-].xs-4-5 {
        width: 80%
    }
    .grid>[class*=xs-].xs-0 {
        display: none
    }
}

.left {
    float: left;
    text-align: left
}

.right {
    float: right;
    text-align: right
}

h1 {
    font-size: 1.7em;
    font-weight: 700
}

h2 {
    font-size: 24px; font-weight: 700; line-height: 32px;
}

h3 {
    font-size: 1.4em;
    font-weight: 400
}

h4 {
    font-size: 1.25em;
    font-weight: 300
}

h5 {
    font-size: .9em;
    font-weight: 700;
    text-transform: uppercase
}

h6 {
    font-size: 1em;
    font-weight: 300
}

h1,
h2,
h3 {
    margin: 0 0 .5em;
   margin-top: 0.5em;
}

h4,
h5,
h6 {
    margin: 1em 0
}

h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

.form_errors {
    margin: 0 0 16px;
    padding: 16px 24px;
    border-radius: 10px;
    background-color: #FCDCDC;
    color: #AD2424
}

.form_messages {
    background-color: #E1FADE;
    color: #54914E
}

.hidden-text {
    width: 1px;
    height: 1px;
    position: absolute;
    left: -1000px;
    top: auto;
    overflow: hidden
}

.section-header {
    margin: 1.5em 0 0em;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:10px;
    background-color: #777;
    color: #fff;
    font-size: 18px;
}

.section-header:first-child {
    margin-top: 0
}

.or-bar {
    height: 1px;
    margin: 32px 0;
    border: 1px solid #CCC;
    text-align: center
}

.or-bar:before {
    content: "OR";
    padding: 0 .5em;
    background-color: #FFF;
    color: #666;
    font-size: 1.5em;
    font-weight: 700;
    position: relative;
    top: -.7em
}

.update-email {
    margin: .5em 0 0;
    padding: .5em .75em;
    background-color: #eee;
    cursor: pointer
}

.update-email .email-link {
    text-decoration: underline
}

.small-text,
label.error,
label.invalid {
    font-size: .7em;
   font-style: italic; 
}

.centered-text {
    text-align: center
}

label.error,
label.invalid {
    display: block;
    margin-left: 0em;
    color: #B94A48;
}

p {
    margin-bottom: 16px
}

img {
    width: 100%;
    height: auto
}

.logo {
    width: 75%;
    margin-top: .5em;
    margin-right: 1em
}

label {
    position: relative;
    display: block
}

label+label {
    display: block;
    margin-top: 16px
}

.label-text {
    display: block;
    margin: 0 0 4px;
    padding: 0;
    background: 0;
    color: #717171;
    position: static;
    white-space: normal;
    font-size: 13px;
    font-weight: 600;
}

.label-text.large {
    font-size: 1.2em;
    margin-bottom: 16px
}

.file-label,
.file-label:before,
input,
select,
textarea {
    width: 100%;
    padding: 8px 10.67px;
    border: 1px solid #E0E0E0;
    background-color: #EFEFEF
}

.error.file-label,
.error.file-label:before,
.invalid.file-label,
.invalid.file-label:before,
input.error,
input.invalid,
select.error,
select.invalid,
textarea.error,
textarea.invalid {
    border: 1px solid #B94A48;
    background-color: #FEE
}

.button-help~.file-label,
.button-help~.file-label:before,
.button-help~input,
.button-help~select,
.button-help~textarea {
    padding-right: 2.9em
}

.file-label:disabled,
.file-label:disabled:before,
input:disabled,
select:disabled,
textarea:disabled {
    color: #DCDCDC
}

.file-label:disabled:hover,
.file-label:disabled:hover:before,
input:disabled:hover,
select:disabled:hover,
textarea:disabled:hover {
    cursor: not-allowed
}

[type=checkbox],
[type=radio] {
    display: inline-block;
    border: 0;
    clip: rect(0 0 0 0);
    position: absolute;
    z-index: -1
}

[type=checkbox]~.label-text, 
[type=radio]~.label-text {
display: inline-block;
    margin-left: 5px;
    cursor: pointer
}
[type=checkbox]~.label-text:before,
[type=radio]~.label-text:before {
    content: ' ';
    display: inline-block;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    border: 2px solid #CCC;
    background-color: #FFF;
    font-weight: 700;
    text-align: center;
    position: relative;
    top: 4px
}

[type=checkbox].invalid+label.error,
[type=checkbox].invalid+label.invalid,
[type=radio].invalid+label.error,
[type=radio].invalid+label.invalid {
    top: -1em
}

[type=checkbox]:focus~.label-text:before {
    border-width: 2px
}

[type=checkbox]:checked~.label-text:before {
    content: '\2713';
    color: #4e4e4e;
    font-size: 1.2em;
    line-height: 1.1;
    padding: 0;
}

[type=radio]~.label-text:before {
    border: 4px solid #FFF;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #CCC
}

[type=radio]:checked~.label-text:before {
    background-color: #4e4e4e
}

/* select:not(.default) {  */
select:not { 
    display: inline-block;
    border: 0;
    clip: rect(0 0 0 0);
    position: absolute;
    z-index: -1
}

.multi-select {
    list-style: none;
    max-height: 120px;
    border: 1px solid #CCC;
    overflow-y: scroll
}

.multi-option {
    width: 100%;
    padding: 10.67px 16px;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
    transition: background .2s
}

.multi-option:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 8px;
    border: 1px solid #666;
    border-radius: 10px;
    position: relative;
    top: 1px
}

.multi-option:focus,
.multi-option:hover {
    background-color: #ECECEC
}

.multi-option.selected {
    background-color: #DCDCDC
}

.multi-option.selected:before {
    border: 1px solid #4e4e4e;
    background-color: #666
}

[type=file].file-label,
[type=file].file-label:before,
input[type=file] {
    width: 100%;
    height: 40px;
    padding: 0;
    border: 0;
    font-size: 200px;
    clip: rect(0, 0, 0, 0);
    position: absolute
}

label.file-input {
    cursor: pointer
}

.file-label {
    display: block;
    background-color: #FFF;
    color: #4e4e4e;
    position: relative;
    overflow: hidden;
    white-space: nowrap
}

.file-label:before {
    content: attr(data-button);
    display: block;
    width: auto;
    height: 100%;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    line-height: 1.2;
    background-color: #CCC;
    color: #4e4e4e;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 6
}

.button-primary,
.button-secondary,
.button-grey {
    display: inline-block;
    padding: 14px 48px;
    border: 0;
    font-size: 1.1em;
    line-height: 1;
    text-decoration: none;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    cursor: pointer
}

#next_button:hover,
.button-primary:hover,
.button-secondary:hover,
.button-grey:hover {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.button-primary.full-width,
.full-width#next_button,
.full-width.button-secondary
.full-width.button-grey {
    display: block;
    width: 100%;
    text-align: center
}

[class*=button-]+[class*=button-] {
    margin-left: 16px
}

@media (max-width:650px) {
    [class*=button-]+[class*=button-] {
        display: table;
        margin-left: 0;
        margin-top: 16px
    }
}

.button-help,
.button-round {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-bottom: 16px;
    border: 0;
    border-radius: 50%;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer
}

label .button-help,
label .button-round {
    margin-bottom: 0;
    position: absolute;
    right: .5em;
    top: 2.05em
}

 .button-help.geo-trigger,
.button-round.geo-trigger {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDgyLjYgMTExIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4Mi42IDExMSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgc3R5bGU9ImZpbGw6ICNGRkZGRkY7Ij48cGF0aCBkPSJNODIuNiAzOS44YzAgNS4zLTAuOCAxMC40LTIuNSAxNS40IC0xLjggNS00LjggOS4zLTcuNiAxMy43IC02LjMgOS42LTEyLjYgMTkuMy0xOC45IDI4LjkgLTEuNiAyLjQtMy4xIDQuOC00LjcgNy4yIC0xLjMgMS45LTIuNCA0LjItNC42IDUuMyAtMiAxLTQuNCAwLjktNi4yLTAuNCAtMS45LTEuMy0zLjEtMy40LTQuMy01LjMgLTYuMi05LjUtMTIuNC0xOC45LTE4LjYtMjguNCAtMS41LTIuMy0zLTQuNy00LjUtNyAtMS41LTIuMy0zLjEtNC41LTQuNS02LjggLTIuNS00LjEtNC40LTguNi01LjMtMTMuNEMtMS4yIDM5LjggMC43IDMwLjEgNSAyMS44YzMuNS02LjggOC45LTEyLjYgMTUuNy0xNi4zIDgtNC40IDE3LjQtNi4zIDI2LjQtNS4xIDE2LjggMi40IDMxIDE1LjMgMzQuNSAzMS45QzgyLjIgMzQuOCA4Mi4zIDM3LjMgODIuNiAzOS44IDgyLjYgNDAuOCA4Mi40IDM3LjggODIuNiAzOS44ek00MS4zIDYyLjVjOS40IDAgMTguMS02IDIxLjMtMTQuOCAzLjMtOC45IDAuNS0xOS4yLTYuOC0yNS4zIC03LjMtNi4xLTE4LTYuOC0yNi4xLTIgLTguMSA0LjgtMTIuNCAxNC41LTEwLjYgMjMuOCAxLjggOS4yIDkuNCAxNi41IDE4LjYgMThDMzguOSA2Mi40IDQwLjEgNjIuNSA0MS4zIDYyLjUgNTMuOCA2Mi41IDI4LjggNjIuNSA0MS4zIDYyLjV6Ii8+PC9zdmc+) 


}



.modal-overlay {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    position: fixed;
    top: 0;
    bottom: 100%;
    left: 0;
    right: 100%;
    z-index: 99
}

.frauto-list,
.modal-content {
    background-color: #FFF;
    position: absolute
}

  .modal-content {
    display: block;
    width: 95%;
    max-width: 400px;
    padding: 20px 16px 16px;
    border: 3px solid #666;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.modal-content img {
    margin-bottom: 16px
}

.frauto-list {
    list-style: none;
    width: 100%;
    max-height: 9em;
    border: 1px solid #CCC;
    border-top: 0;
    overflow-y: scroll;
    z-index: 3
}

.frauto-list li {
    cursor: pointer;
    width: 100%;
    padding: .25em 1em
}

.frauto-list li.selected,
.frauto-list li:hover {
    background-color: #CCC
}

[class^=icon-] {
    display: inline-block;
    background-size: cover;
    text-indent: -9999px
}

label>[class^=icon-] {
    position: absolute;
    right: .5em;
    top: 1.9em
}

.icon-eyes {
    margin: 5px 2px 0 0;
    background-image: url(https://photoregister.com/system/resources/100843/original/eyes.svg?1433783500);
    width: 35px;
    height: 27px;
    cursor: pointer
}

.icon-eyes.closed {
    background-position: 100% 0
}

.icon-search {
    margin-top: 5px;
    width: 26px;
    height: 26px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgdmlld0JveD0iLTE3NSAtMjguNSA5MjguNSA5MjguNSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtMTc1IC0yOC41IDkyOC41IDkyOC41IiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbDogZ3JheTsiPjxwYXRoIGQ9Ik00NjcuOCAzNjQuM2MwLTY4LjgtMjQuNS0xMjcuNy03My40LTE3Ni42cy0xMDcuOC03My40LTE3Ni42LTczLjRjLTY4LjggMC0xMjcuNyAyNC41LTE3Ni42IDczLjRzLTczLjQgMTA3LjgtNzMuNCAxNzYuNmMwIDY4LjggMjQuNSAxMjcuNyA3My40IDE3Ni42czEwNy44IDczLjQgMTc2LjYgNzMuNCAxMjcuNy0yNC41IDE3Ni42LTczLjRTNDY3LjggNDMzLjEgNDY3LjggMzY0LjN6TTc1My41IDgyOC42YzAgMTkuMy03LjEgMzYuMS0yMS4yIDUwLjIgLTE0LjEgMTQuMS0zMC45IDIxLjItNTAuMiAyMS4yIC0yMC4xIDAtMzYuOC03LjEtNTAuMi0yMS4yTDQ0MC41IDY4OGMtNjYuNiA0Ni4xLTE0MC44IDY5LjItMjIyLjYgNjkuMiAtNTMuMiAwLTEwNC4xLTEwLjMtMTUyLjYtMzFzLTkwLjQtNDguNS0xMjUuNi04My43IC02My4xLTc3LTgzLjctMTI1LjVjLTIwLjYtNDguNS0zMS05OS40LTMxLTE1Mi42czEwLjMtMTA0LjEgMzEtMTUyLjYgNDguNS05MC40IDgzLjctMTI1LjYgNzctNjMuMSAxMjUuNi04My43IDk5LjQtMzEgMTUyLjYtMzFjNTMuMiAwIDEwNC4xIDEwLjMgMTUyLjYgMzFTNDYwLjggNTEgNDk2IDg2LjJjMzUuMiAzNS4yIDYzLjEgNzcgODMuNyAxMjUuNnMzMSA5OS40IDMxIDE1Mi42YzAgODEuOC0yMy4xIDE1Ni4xLTY5LjIgMjIyLjZsMTkxLjQgMTkxLjRDNzQ2LjYgNzkyLjEgNzUzLjUgODA4LjkgNzUzLjUgODI4LjZMNzUzLjUgODI4LjZ6Ii8+PC9zdmc+)
}

/* Receive product communication */
 input[type="checkbox"] {
  display:none;
}
 input[type="checkbox"] + span:before {
  font-family: 'FontAwesome';
  padding-right: 3px;
  font-size: 18px;
  color: #717171;
  font: 14px/1 FontAwesome;
   -moz-osx-font-smoothing: grayscale;
}
 input[type="checkbox"] + span:before {
  content: "\f096"; /* check-empty */
  padding-right:7px;
  padding-top:3px;
   color: #717171;
}
input[type="checkbox"]:checked + span:before {
  content: "\f046"; /* check */
  padding-right:7px;
  padding-top:3px;
   color: #717171;
   font: 14px/1 FontAwesome;
   -moz-osx-font-smoothing: grayscale;
}
.pref-text { color: #717171; font-size: 13px; font-weight: 600; padding:3px; margin-left:5px }

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * disables zoom-in effect in form elements on iOS devices.
 */
@media screen and (min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px; } }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

button::focus-inner,
input::focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: content-box;
  /* 1 */
  margin: 0;
  opacity: 0;
  padding: 0;
  /* 2 */
  width: 28px; }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::inner-spin-button,
input[type='number']::outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */ }
  input[type='search']::search-cancel-button, input[type='search']::search-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  border: 1px solid #CFCFD5; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

label {
  display: block;
  line-height: 1.5; }

input[type='text'],
input[type='password'],
input[type='email'],
input[type='date'],
input[type='search'],
input[type='tel'],
textarea {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  border: 1px solid #CFCFD5;
  font-size: 1rem;
  padding: 0 8px;
  color: #141414; }
  input[type='text']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='date']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #909294; }
  input[type='text']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='date']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #909294; }
  input[type='text']::placeholder,
  input[type='password']::placeholder,
  input[type='email']::placeholder,
  input[type='date']::placeholder,
  input[type='search']::placeholder,
  input[type='tel']::placeholder,
  textarea::placeholder {
    color: #909294; }
  input[type='text']:focus,
  input[type='password']:focus,
  input[type='email']:focus,
  input[type='date']:focus,
  input[type='search']:focus,
  input[type='tel']:focus,
  textarea:focus {
    box-shadow: 0 1px 0 0 #CFCFD5, 0 1px 4px 0 rgba(8, 16, 123, 0.25);
    outline: none; }
  .required input[type='text'], .required
  input[type='password'], .required
  input[type='email'], .required
  input[type='date'], .required
  input[type='search'], .required
  input[type='tel'], .required
  textarea {
    border: 1px solid #E9B226; }
    .required input[type='text']:focus, .required
    input[type='password']:focus, .required
    input[type='email']:focus, .required
    input[type='date']:focus, .required
    input[type='search']:focus, .required
    input[type='tel']:focus, .required
    textarea:focus {
      box-shadow: 0 1px 0 0 #CFCFD5, 0 1px 4px 0 rgba(8, 16, 123, 0.25);
      outline: none; }
  .error input[type='text'], .error
  input[type='password'], .error
  input[type='email'], .error
  input[type='date'], .error
  input[type='search'], .error
  input[type='tel'], .error
  textarea {
    border: 1px solid #990000; }
    .error input[type='text']:focus, .error
    input[type='password']:focus, .error
    input[type='email']:focus, .error
    input[type='date']:focus, .error
    input[type='search']:focus, .error
    input[type='tel']:focus, .error
    textarea:focus {
      box-shadow: 0 1px 0 0 #CFCFD5, 0 1px 4px 0 rgba(8, 16, 123, 0.25);
      outline: none; }
  .success input[type='text'], .success
  input[type='password'], .success
  input[type='email'], .success
  input[type='date'], .success
  input[type='search'], .success
  input[type='tel'], .success
  textarea {
    border: 1px solid #669900; }
    .success input[type='text']:focus, .success
    input[type='password']:focus, .success
    input[type='email']:focus, .success
    input[type='date']:focus, .success
    input[type='search']:focus, .success
    input[type='tel']:focus, .success
    textarea:focus {
      box-shadow: 0 1px 0 0 #CFCFD5, 0 1px 4px 0 rgba(8, 16, 123, 0.25);
      outline: none; }
  .disabled input[type='text'], .disabled
  input[type='password'], .disabled
  input[type='email'], .disabled
  input[type='date'], .disabled
  input[type='search'], .disabled
  input[type='tel'], .disabled
  textarea {
    color: #F3F3F4;
    border: 1px solid #F3F3F4; }

select, .ms-options-wrap.ms-active {
    height: 38px;
  background: url("https://d191pq10p2mccv.cloudfront.net/system/images/5174/original/60995.svg?1526070494");
  background-color: #F3F3F4;
  background-size: 12px;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 4px;
  color: #909294;
  cursor: pointer;
  box-shadow: 0 1px 0 #909294;
  font-size: 1rem;
  width: 100%;
  background-size: 10px;
  -moz-appearance: none;
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }
  .disabled select {
    background: #FFFFFF;
    border: 1px solid #E7E7EA;
    box-shadow: 0 1px 0 #CFCFD5; }

option:checked {
  color: #08107B; }

input[type='checkbox'] + label,
input[type='radio'] + label {
  display: inline-block;
  margin-left: -28px;
  padding-left: 28px;
  line-height: 24px; }

input[type='checkbox'] + label,
input[type='radio'] + label,
input[type='checkbox']:checked + label,
input[type='radio']:checked + label {
  background-position: 0 center; }

input[type='checkbox'] + label {
  background: url("../../dist/assets/checkbox.svg") no-repeat 0 0; }

input[type='radio'] + label {
  background: url("../../dist/assets/radio.svg") no-repeat 0 0; }

input[type='checkbox']:checked + label {
  background: url("../../dist/assets/checkbox--checked.svg") no-repeat 0 0; }

input[type='radio']:checked + label {
  background: url("../../dist/assets/radio-checked.svg") no-repeat 0 0; }

input[type='submit'],
input[type='reset'] {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  white-space: nowrap;
  color: #FFFFFF;
  background: #08107B;
  box-shadow: 0 1px 0 #141414;
  border-radius: 6px;
  height: 37px;
  line-height: 17px;
  padding: 10px 15px;
  font-size: 1rem;
  border: 0;
  max-width: 250px; }
  input[type='submit']:hover, input[type='submit']:focus,
  input[type='reset']:hover,
  input[type='reset']:focus {
    background: #060b55; }



.nav-wrap ul a {
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 32px;
    padding: 0 15px;
    width: 150px;
}
.nav-wrap ul ul {
    position: absolute;
    top: 100%;
    background: #f6f6f6;
    padding: 0;
list-style:none;
}
.nav-wrap {
    margin-top: 15px;
    cursor: pointer;
}
.float-right{
float:right;
}
.nav-wrap ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
.nav-wrap ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    z-index: 2;
    width: 100%;
}
.nav-dropdown {
    background: #cecece;
}
.nav-wrap ul li a:hover {
    background: #eeb111;
}
.logo-spacer {
    padding-top: 25px;
    padding-bottom: 25px;
float:left;
}
.lang_toggle{
margin-bottom:0px;
float:right;
}


/*basic reset*/
* {margin: 0; padding: 0;}


/*form styles*/
#msform {

	text-align: center;
	position: relative;
}
#msform  {
	background: white;
	border: 0 none;
	box-sizing: border-box;
	width: 100%;

	
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #3c9bdd;
	font-weight: bold;
	color: white;
	border: 0 none;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}

/*headings*/
.fs-title {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
       text-align:left;
      width: 70%;
      margin: 0 auto;
font-weight: bold;
padding-top:0;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #fff;
text-align:left;
width: 70%;
margin: 0 auto;

}
/*progressbar*/
#progressbar {
	overflow: hidden;
	/*CSS counters to number the steps*/
  height:50px
}
#progressbar li {
	list-style-type: none;
	color: white;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
  color: #2C3E50;
  background:#cfcfd5;
  height:100%
}
#progressbar li.active {
	list-style-type: none;
	color: white;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
  color: #2C3E50;
  background:#08107b;
  height:100%
}

#progressbar li:before {
	display: block;
	font-size: 10px;
	color: #3c9bdd;
	background: white;
	margin: 0 auto 5px auto;
  height:100%
}
/*progressbar connectors*/
#progressbar li:after {
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #3c9bdd;
	color: white;
}
.num_image{    height: 45px;
    width: 45px;
    margin: 0 auto;
    padding-top: 5px;}


/*progress bar circle css */
.progressbar-num {
    background-color: none;
    border: 1px solid #fff;
    height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 40px;
    font-size: 3em;
    color: #fff;
}

.num_align {
  margin: 8px auto;
}

#progressbar li:not(.active) {
  display: none;
  width: 100%;
}

#progressbar li, #progressbar li.active {
  width: 100%;
}

#progressbar li div.fs-title, #progressbar li div.fs-subtitle {
  text-align: center;
}

@media screen and (min-width: 900px) {
  #progressbar li:not(.active) {
    display: list-item;
  }

  #progressbar li, #progressbar li.active {
    width: 25%;
  }
  
  #progressbar li:not(.active) {
    width: 25%;
  }

  #progressbar li div.fs-title, #progressbar li div.fs-subtitle {
    text-align: left;
  }
}



input[type="checkbox"] {
  display:block;
}
.ms-options-wrap,
.ms-options-wrap * {
    box-sizing: border-box;
   height: 40px;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
    position: relative;
    width: 100%;
    text-align: left;
    border: 1px solid #E0E0E0;
    background-color: #ffffff;
    padding: 5px 20px 5px 5px;
    margin-top: 1px;
    font-size: 13px;
    color: #aaa;
    outline-offset: -2px;
    white-space: nowrap;
    margin-bottom: 18px;
}

.ms-options-wrap > button > span {
    display: inline-block;
    margin-top: 5px;
    width:95%;
   color:black;
   font-size:15px;
   padding-left:5px;
}

.ms-options-wrap > button[disabled] {
    background-color: #e5e9ed;
    color: #808080;
    opacity: 0.6;
}

.ms-options-wrap > button:after {
    content: ' ';
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    border: 5px solid rgba(0, 0, 0, 0);
    border-top-color: black;
    margin-top: -3px;
}

.ms-options-wrap.ms-has-selections > button {
  //  color: #333;
    color:#236192;
   font-size:15px;
}

.ms-options-wrap > .ms-options {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -17px;
    margin-bottom: 20px;
    background: white;
    z-index: 2000;
    border: 1px solid #aaa;
    overflow: auto;
    visibility: hidden;
}

.ms-options-wrap.ms-active > .ms-options {
    visibility: visible
}

.ms-options-wrap > .ms-options > .ms-search input {
    width: 100%;
    padding: 4px 5px;
    border: none;
    border-bottom: 1px groove;
    outline: none;
}

.ms-options-wrap > .ms-options .ms-selectall {
    display: inline-block;
    font-size: .9em;
    text-transform: lowercase;
    text-decoration: none;
}
.ms-options-wrap > .ms-options .ms-selectall:hover {
    text-decoration: underline;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
    margin: 4px 5px;
}

.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ms-options-wrap > .ms-options > ul li.ms-hidden {
    display: none;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
    padding: 5px;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
    border-top: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
    display: block;
    padding: 5px 0 0 0;
    font-weight: bold;
}

.ms-options-wrap > .ms-options > ul label {
   //  position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px;
    margin: 1px 0;
    padding-left: 30px;
    padding-top: 15px;
   border: 1px dotted transparent;
   line-height:22px;
}

.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover {
  //  background-color: #efefef;
    //border-color: #999;
  // color:#fff;
   height:30px;
}

.ms-options-wrap > .ms-options > ul li.selected label {
  //  background-color: #6c8d23; 
    border-color: transparent;
   // color:#fff;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    margin: 0 5px 0 0;
    position: absolute;
    left: 4px;
    // top: 7px;
    height:20px;
   width:auto;
   left:2%;
}

.ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}
.ms-reflow{
height:30px;
}

.spanselect {
width:95%;
overflow-x:hidden;
}

 @media all and (max-width:435px){
.ms-options-wrap > .ms-options ul label {
line-height:13.5px;
}
.ms-options-wrap > .ms-options > ul input[type="checkbox"]{
height: 18px;
}

label[for="ms-opt-8"]{
margin-top:-4px !important;
}
label[for="ms-opt-10"]{
margin-top:15px !important;
}
label[for="ms-opt-9"]{
margin-top:11px !important;
}
label[for="ms-opt-11"]{
margin-top:7px !important;
}
}
 @media all and (max-width:370px){
.ms-options-wrap > .ms-options ul label {
line-height:15.5px;
}
.ms-options-wrap > .ms-options > ul input[type="checkbox"]{
height: 14px;
}
}
 @media all and (max-width:335px){
label[for="ms-opt-9"]{
margin-top:19px !important;
}
label[for="ms-opt-10"]{
margin-top:18px !important;
}
label[for="ms-opt-11"]{
margin-top:8px !important;
}
}


body, html {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}

.main-wrapper {
  margin-top: 24px;
}

@font-face {
  font-family: "Helvetica";
  src: url("../system/fonts/olympus/helvetica/Helvetica.ttf");
}

@font-face {
  font-family: "HelveticaBold";
  src: url("../system/fonts/olympus/helvetica/HelveticaBold.ttf");
}

@font-face {
  font-family: "HelveticaBoldOblique";
  src: url("../system/fonts/olympus/helvetica/HelveticaBoldOblique.ttf");
}

@font-face {
  font-family: "HelveticaLight";
  src: url("../system/fonts/olympus/helvetica/HelveticaLight.ttf");
}

@font-face {
  font-family: "HelveticaLightOblique";
  src: url("../system/fonts/olympus/helvetica/HelveticaLightOblique.ttf");
}

html, body {
  background-color: #fff;
  font-family: "Helvetica LT W01 Light","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  font-size: 44px;
  line-height: 58.66px;
  font-weight: 300;
}

h2 {
  font-size: 33px;
  line-height: 44px;
  font-weight: 400;
}

h3 {
  font-size: 25px;
  line-height: 33.33px;
  font-weight: 400;
}

h4 {
  font-size: 18px;
  line-height: 24.66px;
  font-weight: 400;
}

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.wrapper {
  padding: 16px;
}

[id^="ms-opt-"] {
  opacity: 1 !important;
  clip: inherit !important;
} 

label[for^="ms-opt-"] {
  position: relative;
}

[type=checkbox], [type=radio] {
  clip: 0 !important;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button {
  height: 38px;
  position: relative;
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 4px;
  background-color: #F3F3F4;
  padding: 5px 20px 5px 5px;
  margin-top: 0;
  font-size: 1rem;
  color: #909294;
  outline-offset: -2px;
  white-space: nowrap;
  box-shadow: 0 1px 0 #909294;
}

.ms-options-wrap > button > span {
  color: #909294;
}

.button-secondary {
  background-color: #08107b;
  color: #FFF;
  width: auto;
  font-size: 16px;
  padding: 15px 55px;
  line-height: normal;
  border-left: 1px solid #08107b;
  border-right: 1px solid #08107b;
  border-top: 1px solid #08107b;
  border-bottom: 2px solid #08107b;
  border-radius: 6px;
  text-decoration: none;
}

.button-tertiary {
  background-color: #777;
  color: #FFF;
  width: auto;
  font-size: 16px;
  padding: 15px 55px;
  line-height: normal;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  border-top: 1px solid #777;
  border-bottom: 2px solid #777;
  border-radius: 6px;
  text-decoration: none;
}

.button-large {
  max-width: 404px;
  width: 100%;
  display: inline-block;
  text-align: center;
}

#next_button:hover, .button-primary:hover, .button-secondary:hover, .button-grey:hover {
  -webkit-transform: none; 
  -ms-transform: none;
  transform: none;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button.invalid {
  border: 1px solid #B94A48;
  background-color: #FEE;
}

.nav-wrap.float-right {
  margin-top: 25px;
}
#mti_wfs_colophon{
  display:none !important;
}

@media screen and (max-width: 500px) {
 .logo-spacer {
    padding-bottom: 0;
  }
  
  .nav-wrap.float-right {
    float: none;
  }
}