/*fontset*/

@font-face {
  font-family: 'myriad_set_prothin';
  src: url('../fonts/myriadsetpro-thin-webfont.eot');
  src: url('../fonts/myriadsetpro-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadsetpro-thin-webfont.woff') format('woff'), url('../fonts/myriadsetpro-thin-webfont.ttf') format('truetype'), url('../fonts/myriadsetpro-thin-webfont.svg#myriad_set_prothin') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'myriad_set_promedium';
  src: url('../fonts/myriadsetpro-medium-webfont.eot');
  src: url('../fonts/myriadsetpro-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadsetpro-medium-webfont.woff') format('woff'), url('../fonts/myriadsetpro-medium-webfont.ttf') format('truetype'), url('../fonts/myriadsetpro-medium-webfont.svg#myriad_set_promedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'myriad_set_probold';
  src: url('myriadsetpro-bold-webfont.eot');
  src: url('myriadsetpro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('myriadsetpro-bold-webfont.woff') format('woff'), url('myriadsetpro-bold-webfont.ttf') format('truetype'), url('myriadsetpro-bold-webfont.svg#myriad_set_probold') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*myriad set font*/

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?mbljpp');
  src: url('../fonts/icomoon.eot?#iefixmbljpp') format('embedded-opentype'), url('../fonts/icomoon.woff?mbljpp') format('woff'), url('../fonts/icomoon.ttf?mbljpp') format('truetype'), url('../fonts/icomoon.svg?mbljpp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  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;
}

.icon-apple:before {
  content: "\e600";
}

body {
  font-family: "myriad_set_promedium", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.3;
  color: #666666;
  -moz-osx-font-smoothing: grayscale;
  //-webkit-text-stroke-width: .05px;
  //-webkit-text-stroke-color: white;
  -webkit-font-smoothing: antialiased;
}

html {
  background-color: #fff;
}

a,
a:link,
a:visited {
  color: #0FA1EA;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0FA1EA;
  text-decoration: underline;
}

:invalid {
  outline-color: rgba(221, 0, 0, 0.5);
  box-shadow: none;
}

:focus {
  outline-color: #30529E;
}


/* Custom Helper Classes */

.tColor1 {
  color: #30529E;
}

.tColor2 {
  color: #E3752A;
}

.pageTitle1 {
  color: #30529E;
  padding: 0;
  margin: 0 0 0.25em 0;
  clear: both;
  font-size: 1.5em;
  font-weight: bold;
}

.sectionTitle1,
.sectionTitle2,
.sectionTitle3 {
  color: #30529E;
  padding: 0;
  margin: 1em 0 0.25em 0;
  clear: both;
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 1px solid #BBBBBB;
}

.sectionTitle2 {
  margin: 0 0 0.25em 0;
  clear: none;
}

.sectionTitle3 {
  margin: 1em 0;
}

.localTitle1 {
  color: #30529E;
  padding: 0;
  margin: 0 0 0.25em 0;
  clear: both;
  font-size: 1.25em;
  font-weight: bold;
}

.tableList {
  width: 100%;
}

.tableList th {
  padding: 0.5em 0.25em;
  background-color: #D9D9D9;
}

.tableList .tableListSortableCell {
  padding: 0.5em 1em 0.5em 0.25em;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right center;
}

.tableList .tableListSortableCell:hover,
.tableList .tableListSortableCell:active {
  color: #000000;
  background-color: #E5E5E5;
}

.tableList .tableListSortableActive {
  color: #000000;
  background-color: #EDEDED;
}

.tableListSortableASC {
  background-image: url('../images/sortAsc.gif');
}

.tableListSortableDESC {
  background-image: url('../images/sortDesc.gif');
}

.tableList td {
  padding: 0.25em;
}

.tableList tr:nth-child(2n) td {
  background-color: #F2F2F2;
}

.tableList tr:hover td {
  background-color: #E5E5E5;
}

.commonFlowListTopPagination {
  padding: 0.5em;
}

.commonFlowListBottomPagination {
  padding: 0.25em 0.5em;
  background-color: #D9D9D9;
  border-radius: 0 0 0.25em 0.25em;
}

.commonFlowListItemTitle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.25em;
  font-weight: normal;
  padding: 0.75em 0.5em;
  margin: 0;
  text-decoration: none;
  border-radius: 0.25em 0.25em 0 0;
  color: #000000;
  background-color: #D9D9D9;
  float: left;
}

.commonFlowListItemTitle[href] {
  cursor: pointer;
  color: #404040;
  background-color: #FCFCFC;
}

.commonFlowListItemTitle[href]:hover,
.commonFlowListItemTitle[href]:active {
  color: #000000;
  background-color: #CCCCCC;
}

.commonFlowListFirstContentItem {
  border-top: 0.5em solid #D9D9D9;
  clear: both;
  padding-top: 1em;
}


/* General Forms */

.generalForm textarea {
  min-height: 5em;
}

.generalForm input,
.generalForm textarea,
.generalForm select {
  width: 100%;
  height: 3.2em;
  padding-left: 1em;
  padding-top: 0.4em;
  border-width: 1px;
  border-style: solid;
  outline-width: 0;
  color: #666;
  border-color: #E2E2E2;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 1em;
  font-family: 'myriad_set_prothin';
}

.generalForm select {
  padding-right: 0;
}

.generalForm select {
  background: #FFFFFF url(../images/arrow_down.png) no-repeat scroll 97% 44%;
  border: 1px solid #E2E2E2;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.generalForm input[type="file"]::-ms-value {
  border-width: 0;
  background-color: transparent;
}

.generalForm input[type="file"]::-ms-browse {
  border-width: 0;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.generalForm select option {
  background-color: #FCFCFC;
}

.generalForm .hasErrors input,
.generalForm .hasErrors textarea,
.generalForm .hasErrors select {
  border-color: #EE8080;
  box-shadow: 0 0 3px rgba(221, 0, 0, 0.05);
}

.generalForm input:focus,
.generalForm textarea:focus,
.generalForm select:focus,
.generalForm .hasErrors input:focus,
.generalForm .hasErrors textarea:focus,
.generalForm .hasErrors select:focus {
  border-color: #CCCCCC;
  background-color: #FEFEFE;
  box-shadow: inset 0 0 5px #FFFFFF, 0 0 5px rgba(0, 0, 0, 0.05);
}

.generalForm span.requiredField {
  color: #DD0000;
}

.generalForm .fieldSpec.AcceptCheckboxField {
  width: 100%;
  position: relative;
  margin: 5px 0px 0px;
}

.generalForm .fieldSpec.AcceptCheckboxField .labelText {
  margin-bottom: 4px;
  margin-left: 0;
}

.generalForm .fieldSpec.AcceptCheckboxField label {
  position: absolute;
  top: 0;
  right: 14px;
  line-height: 24px;
  font-family: 'myriad_set_promedium';
}

.generalForm .fieldSpec.AcceptCheckboxField .description {
  color: #666666;
  font-weight: 300;
  font-size: 14px;
  font-family: 'myriad_set_prothin';
  line-height: 2;
}

.generalForm .fieldSpec.AcceptCheckboxField label input[type="checkbox"] {
  margin-right: 8px;
  margin-top: -3px;
}

.generalForm.wizardStep2 .description {
  font-size: 1.3em;
}

.box-form {
  background-color: #f6f6f6;
  padding-top: 20px;
}

.box-thank-you,
.box-error {
  padding-top: 20px;
}

.box-thank-you .container,
.box-choose-country .container,
.box-form form {
  max-width: 920px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 13px;
}

.box-form form .Separator {
  margin: 20px 0;
  font-size: 14px;
}

.box-form form .fieldSpec.textMain {
  width: 100%;
  font-family: 'myriad_set_prothin';
  text-transform: none;
  text-align: center;
  margin-top: 20px;
}

.box-form form .fieldSpec.textMain h2 {
  font-size: 46px;
  line-height: 50px;
  font-weight: 100;
  color: #000;
}

.box-form form .fieldSpec.textMain p {
  font-size: 18px;
  line-height: 30px;
}

.box-form form.wiz_2Columns .fieldSpec.textTitle .fieldSpecPadder {
  padding: 0px 0px 0px 5px;
}

.box-form form.wiz_2Columns .fieldSpec.fullColumns {
  width: 100%;
}

.box-form form .fieldSpec,
.formfieldSpec,
.datasetfieldSpec {
  min-height: 8em;
  padding-bottom: 6px;
}

.box-form form .fieldSpec.AcceptCheckboxField {
  min-height: 3em;
}

.box-form form.wiz_2Columns .fieldSpec:nth-child(2n + 1) {
  clear: none;
}

.box-form form.wiz_2Columns .fieldSpec.buttonBar {
  width: 100%;
  clear: both;
  text-align: center;
  padding-bottom: 0px;
  min-height: 40px;
  margin-top: 5px;
}

.box-form form.wiz_2Columns .fieldSpec.textTitle .fieldSpecPadder {
  padding: 0px 0px 0px 5px;
}

.box-form form .errorMessage,
.warningMessage,
.duplicateWarningMessage {
  color: #FF0000;
  clear: both;
  font-size: 12px;
  line-height: 14px;
}

.box-form form .fieldSpec.RadioButtonListFormField {
  min-height: 55px
}

.box-form form .fieldSpec.buttonBar {
  text-align: center;
  margin-bottom: 25px
}

.box-form form .fieldSpec .labelText {
  width: 100%;
  font-family: 'myriad_set_prothin';
  font-size: 0.97rem;
  font-style: normal;
  font-weight: 200;
  line-height: initial;
}

.box-form form input[type="file"] {
  height: auto;
  line-height: 1em;
  padding-left: 5px;
  padding: 9px;
  padding-bottom: 2px;
}

.box-form form input[type="file"].FileField::-webkit-file-upload-button {
  visibility: hidden;
}

.box-form form input[type="file"].FileField:before {
  content: 'Select file';
  display: inline-block;
  background: #e5e5e5;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 0.99em;
  color: #666;
  font-style: normal;
  border-radius: 6px;
  padding: 9px 15px 9px;
  line-height: 1;
  top: -3px;
  position: relative;
  height: 11px;
}

.box-form form::-webkit-input-placeholder,
.box-form form:-moz-placeholder,
.box-form form::-moz-placeholder,
.box-form form:-ms-input-placeholder {
  line-height: 22px;
}

.box-choose-country {
  width: 100% !important;
  display: table;
  background-color: #f5f5f5;
  padding-bottom: 35px;
}

.box-choose-country h3 {
  text-align: center;
  width: 100%;
  margin: 0px;
  font-size: 3em;
  line-height: 60px;
  font-weight: 500;
  font-family: 'myriad_set_prothin';
  margin-top: 15px;
  margin-bottom: 16px;
}

.box-choose-country ul {
  position: relative;
  width: 100%;
  display: table;
  margin: 0;
  padding: 0;
}

.box-choose-country ul li {
  position: relative;
  width: 23%;
  float: left;
  margin: 2% 2% 0 0;
  display: block;
}

.box-choose-country ul li a {
  display: table;
  color: #666;
  cursor: pointer;
  text-decoration: none;
}

.box-choose-country ul li img {
  float: left;
  margin: 0 10px 0 0;
}

.box-choose-country ul li span {
  display: table-cell;
  vertical-align: middle;
}


/*  Errors from template */

.errorText {
  color: #FF0000;
  clear: both;
  font-size: 12px;
  line-height: 14px;
}


/* Errors from wizard */

.errorMessage,
.warningMessage,
.duplicateWarningMessage {
  color: #DD0000;
  clear: both;
}


/* Buttons */

button,
.buttonLike,
.buttonLike:visited {
  min-width: 180px;
  padding: 6px 10px;
  margin-right: 10px;
  font-size: 15px;
  color: #FFFFFF;
  vertical-align: middle;
  font-family: "myriad_set_promedium";
  border-radius: 4px;
  border: none;
  background: #6BBFF3;
  background: -moz-linear-gradient(top, #6BBFF3 15%, #0085d2 98%);
  background: -webkit-linear-gradient(top, #6BBFF3 15%, #0085d2 98%);
  background: linear-gradient(to bottom, #6BBFF3 15%, #0085d2 98%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6BBFF3', endColorstr='#0085d2', GradientType=0);
}

button:hover,
button:active,
.buttonLike:hover,
.buttonLike:active {
  text-transform: none;
  background: #3c9be3;
  background: -moz-linear-gradient(top, #3c9be3 10%, #1766c7 98%);
  background: -webkit-linear-gradient(top, #3c9be3 10%, #1766c7 98%);
  background: linear-gradient(to bottom, #3c9be3 10%, #1766c7 98%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3c9be3', endColorstr='#1766c7', GradientType=0);
  color: white;
}

button.cancelButton,
button.cancelButton:hover,
button.cancelButton:active,
.linkLike,
.linkLike:hover,
.linkLike:active,
.linkLike:visited {
  padding: 0;
  color: #404040;
  text-decoration: none;
  background-image: none;
  border-width: 0;
  border-radius: 0;
  font-family: "myriad_set_promedium";
  color: #FFFFFF;
  border-radius: 4px;
  border: none;
  background: -moz-linear-gradient(top, #CCCCCC 10%, #a9a9a9 98%);
  background: -webkit-linear-gradient(top, #CCCCCC 10%, #a9a9a9 98%);
  background: linear-gradient(to bottom, #CCCCCC 10%, #a9a9a9 98%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#CCCCCC', endColorstr='#a9a9a9', GradientType=0);
}

button.cancelButton:hover,
button.cancelButton:active,
.linkLike:hover,
.linkLike:active {
  ccolor: #FFFFFF;
  background: #aaa;
  background: -moz-linear-gradient(top, #aaa 10%, #606060 98%);
  background: -webkit-linear-gradient(top, #aaa 10%, #606060 98%);
  background: linear-gradient(to bottom, #aaa 10%, #606060 98%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#aaa', endColorstr='#606060', GradientType=0);
}

.body_IE6 button,
.body_IE7 button {
  padding-top: 3px;
  padding-bottom: 3px;
}

.uploadedFile {
  display: block;
  padding-top: 2px;
}

.removeFile {
  cursor: pointer;
  color: #404040;
  padding: 3px 4px;
  text-decoration: none;
  background-color: #F0F0F0;
  background-image: none;
  border-width: 0;
  border-radius: 2px;
}

.removeFile:hover,
.removeFile:active {
  background-color: #E0E0E0;
  color: #000000;
}

.removeFile input {
  display: inline !important;
}

.smallButtonLike {
  padding: 2px 4px;
}


/* STRUCTURE */


/* Custom Layout */

header {
  text-align: center;
  height: 100px;
  position: relative;
}

header .border {
  width: 200px;
  margin: 0 auto;
  outline: 1px solid #999999;
  margin-top: 10px;
}

header .wrapper a,
header .wrapper a:hover,
header .wrapper a:focus {
  text-decoration: none;
  color: #a9a9a9;
  line-height: 100px;
  font-size: 2.5em;
  outline: none;
}

header .wrapper .icon-apple:before {
  font-size: 38px;
}


/* Dropdown - Choose Language */

#choose-language {
  max-width: 900px;
  position: absolute;
  right: 50px;
  z-index: 999;
}

#choose-language ul {
  list-style: none;
  position: relative;
  float: right;
  margin: 0;
  padding: 0
}

#choose-language ul a {
  display: block;
  text-decoration: none;
  font-size: 11px;
  line-height: 27px;
  padding: 0 22px 0px 15px;
  text-align: left;
}

#choose-language ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  min-width: 110px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #eeeeee));
  -webkit-box-shadow: 0 1px 2px #ddd;
  -moz-box-shadow: 0 1px 2px #ddd;
  box-shadow: 0 1px 2px #ccc;
  line-height: 25px;
  -ms-filter: "progid:DXImagelanguageform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eeeeee')";
  filter: progid: DXImagelanguageform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eeeeee');
  box-sizing: border-box;
}

#choose-language ul li.current-menu-item {
  background: #ddd
}

#choose-language ul li:hover {
  background: #FCFCFC
}

#choose-language ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 0;
  width: 100%;
}

#choose-language ul ul li {
  float: none;
  width: auto;
  background: #f7f7f7;
  background-image: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #E1E1E1;
  border-radius: 0px;
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  line-height: 20px;
  font-size: 11px;
}

#choose-language ul ul li:hover {
  float: none;
  width: auto;
  background: #e2e2e2;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F2F2F2), to(#FFF), color-stop(.3, #FDFDFD));
  background: -moz-linear-gradient(top, #f2f2f2 0%, #fdfdfd 30%, #FFFFFF 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #fdfdfd 30%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #F2F2F2 0%, #FDFDFD 30%, #FFF 100%);
}

#choose-language ul ul a {
  line-height: 120%;
  padding: 7px 15px;
  font-size: 11px;
}

#choose-language ul ul ul {
  top: 0;
  left: 100%
}

#choose-language ul li:hover > ul {
  display: block
}

#choose-language-general {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

#choose-language-general-big {
  height: 32px;
  position: absolute;
  border: 1px solid transparent;
  top: 36px;
  right: 0;
}

#choose-language-general .current-lang {
  background: url(../images/arrow_down.png) no-repeat 93% 6px;
}

.yourself {
  text-align: center;
  margin: 0 auto;
  padding: 2em 0 3em 0;
}

.yourself .border {
  width: 200px;
  margin: 0 auto;
  outline: 1px solid #999999;
  margin-bottom: 40px;
}

.yourself h2 {
  text-align: center;
  width: 100%;
  margin: 0px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 100;
  font-family: 'myriad_set_prothin';
}

.yourself .box-info p {
  width: 40%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 35px;
  font-weight: 100;
  font-family: 'myriad_set_prothin';
}

.wizard-title,
.wizard-info,
.box-thank-you,
.box-error {
  width: 100% !important;
  text-align: center;
}

.box-thank-you h3,
.wizard-title h3 {
  margin-top: 20px;
  font-family: 'myriad_set_prothin';
  text-transform: none;
  color: #000;
  text-align: center;
  width: 100%;
  margin: 0px;
  font-size: 60px;
  letter-spacing: -1.28px;
  font-weight: 200;
}

.box-thank-you p,
.wizard-info .description p {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.595rem;
  line-height: 1.7;
  font-weight: 100;
  font-family: 'myriad_set_prothin';
}

.wizard-info .description p + p {
  padding-top: 20px;
  padding-bottom: 25px;
  width: 100%;
}

.box-image {
  position: relative;
}

.banner {
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  min-height: 0px;
  padding-bottom: 41.9476%
}

.banner-2 {
  background-image: url(../images/banner-2.jpg);
}

.box-image .banner-text {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 3em;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  font-family: 'myriad_set_prothin';
}

.box-footer .box-legal {
  text-align: center;
  margin: 0 auto;
  padding: 1em 0;
  color: #A9A9A9;
  font-size: 13px;
  padding: 2em 0 1.8em 0;
}

.box-footer .box-legal a {
  color: #A9A9A9;
  text-decoration: none;
}

.box-footer .box-legal img {
  width: 16px;
  height: auto;
  margin-left: 10px;
  position: relative;
  top: 3px;
  image-rendering: pixelated;
}

#wrapper {
  width: 100%;
}


/* Wizard Dropdown Language */

#language-nav {
  margin: 0;
  margin-top: -18px;
  padding: 0;
  height: 25px;
  list-style-type: none;
  font-size: 10px;
}

#language-nav li.current {
  position: relative;
  float: left;
  padding: 0;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #eeeeee));
  -webkit-box-shadow: 0 1px 2px #ddd;
  -moz-box-shadow: 0 1px 2px #ddd;
  box-shadow: 0 1px 2px #ccc;
  line-height: 25px;
  -ms-filter: "progid:DXImagelanguageform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eeeeee')";
  filter: progid: DXImagelanguageform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eeeeee');
}

#language-nav li.current a.arrow {
  padding-right: 25px;
  background: url(../images/arrow_down.png) no-repeat 93% 0px
}

#language-nav li:hover {
  background-position: 0 -25px;
  cursor: pointer;
}

#language-nav li.current a {
  display: inline-block;
  font-size: 10px;
  line-height: 13px;
}

#language-nav li a {
  display: block;
  padding: 0 15px;
  color: #666;
  text-decoration: none;
  cursor: pointer;
}

#language-nav li a:hover {
  color: #666;
}

#language-nav li ul {
  position: absolute;
  left: 0;
  z-index: 1000000;
  margin: 1px 0 0 0;
  padding: 0;
  width: 99%;
  background: #fff;
  color: #999;
  list-style-type: none;
  opacity: 0;
}

#language-nav li:hover ul {
  padding-bottom: 5px;
  border: 1px solid #d7d7d7;
  border-top: 0 solid;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0 1px 2px #ddd;
  -moz-box-shadow: 0 1px 2px #ddd;
  box-shadow: 0 1px 2px #ddd;
  opacity: 1;
}

#language-nav li ul li {
  position: static;
  float: none;
  height: 0;
  border-bottom: 1px solid #d7d7d7;
  background: none;
  line-height: 0;
}

#language-nav li ul li:last-child {
  border-bottom: 0 solid #d7d7d7;
}

#language-nav li:hover ul li {
  height: 28px;
  line-height: 28px;
}

#language-nav li ul li a {
  color: #888 !important;
}

#language-nav li ul li a:hover {
  color: #333 !important;
}

#language-nav li ul li:hover {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#fff), color-stop(.3, #fdfdfd));
  background: -moz-linear-gradient(top, #f2f2f2 0%, #fdfdfd 30%, #FFFFFF 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #fdfdfd 30%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #fdfdfd 30%, #FFFFFF 100%);
}

#language-nav li ul li {
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
}


/* Mobile Redefinitions */

@media all and (max-width: 950px) {
  .box-form form {
      margin-top: 1em;
  }
  .box-form,
  .box-thank-you {
    padding-top: 0;
  }
  h3.wizard-title,
  .yourself h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .wizard-info,
  .yourself .box-info p {
    font-size: 18px;
    line-height: 30px;
  }
  .box-image .banner-text {
    font-size: 2.5em;
  }
}

@media (max-width: 800px) {
  button,
  .buttonLike,
  .buttonLike:visited {
    width: 100%;
  }
  .Section.Section4,
  .Section.Section4 .fieldSpec {
    width: 100%;
  }
}

@media all and (max-width: 800px) {
  .box-thank-you h3,
  .wizard-title h3 {
    font-size: 40px;
  }
  .box-thank-you p,
  .wizard-info .description p {
    color: #666666;
    font-size: 1.275rem;
    text-align: center !important;
  }
  .wizard-info .description p + p {
    padding-top: 10px;
    padding-bottom: 15px;
    width: 90%;
  }
  .box-form form .fieldSpec,
  .formfieldSpec,
  .datasetfieldSpec {
    min-height: 6em;
  }
  header .wrapper .icon-apple:before,
  .icon-apple::before {
    font-size: 28px !important;
  }
  header {
    height: 85px !important;
  }
}

@media all and (max-width: 750px) {
  .box-form form {
    margin-top: 0;
  }

  .box-image .banner {
    background-size: cover !important;
  }
  .box-image .banner-text {
    font-size: 2.2em;
  }
  .box-choose-country {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .box-choose-country ul li {
    width: 30%;
  }
  .box-choose-country h3 {
    font-size: 2.5em;
  }
}

@media all and (max-width: 600px) {
  button.cancelButton,
  button.cancelButton:hover,
  button.cancelButton:active,
  .linkLike,
  .linkLike:hover,
  .linkLike:active,
  .linkLike:visited {
    min-width: 0;
    text-align: left;
  }
  .tableList th,
  .tableList td:empty {
    display: none;
  }
  .tableList,
  .tableList thead,
  .tableList tbody,
  .tableList tr,
  .tableList td {
    display: block;
  }
  .tableList thead,
  .tableList tbody,
  .tableList tr,
  .tableList td {
    width: auto;
  }
  .tableList td:last-child {
    border-bottom: 2px solid #CCCCCC;
  }
  .box-form {
    padding: 10px;
  }
  .box-choose-country ul li {
    width: 48%;
  }
}

@media all and (max-width: 450px) {
  h3.wizard-title,
  .yourself h2 {
    font-size: 23px;
    line-height: 35px;
  }
  .wizard-info,
  .yourself .box-info p {
    width: 90%;
  }

  .box-image .banner {
    background-size: cover;
  }
  .box-image .banner-text {
    font-size: 2em;
  }
  .box-choose-country ul li {
    width: 100%;
  }
  .box-choose-country h3 {
    font-size: 2em;
    line-height: 1;
  }
  .box-form form .fieldSpec,
  .formfieldSpec,
  .datasetfieldSpec {
    min-height: 4em;
  }
  .box-thank-you h3,
  .wizard-title h3 {
    font-size: 23px;
  }
  .box-thank-you p,
  .wizard-info .description p,
  .wizard-info .description p + p {
    width: 85%;
    font-size: 17px;
  }
}

@media screen and (min-width: 320px) and (max-width: 960px) {
  #choose-language {
    right: 30px;
  }
}

.box-choose-country h2 {
    display: block;
    width: 100%;
    margin-top: 50px;
    text-decoration: none;
    font-family: "myriad_set_prothin", Helvetica, sans-serif;
    line-height: 30px;
    text-transform: none;
    color: #000;
    font-size: 1.875rem;
    font-weight: normal;
}
.box-choose-country h2:first-of-type {
    margin-top: 30px;
}

.formColors1 input, .formColors1 textarea, .formColors1 select,
.formColors2 input, .formColors2 textarea, .formColors2 select,
.formColors3 input, .formColors3 textarea, .formColors3 select {
    text-align: right !important;
    padding-right: 15px !important;
}
.formSizes1 input[type="file"],
.formSizes2 input[type="file"],
.formSizes3 input[type="file"], {
    text-align: left !important;
    padding-right: 0 !important;
}
input,
select {
    text-align: right !important;
    padding-right: 15px !important;
}
.generalForm select{
  background: #FFFFFF url(../images/arrow_down.png) no-repeat scroll 3% 44% !important;
}
.fr {
    float: right !important;
}
@media all and (max-width: 600px) {
  .fr {
      float: none !important;
  }
  button, .buttonLike {
    margin: 0 !important;
  }
}