.newsletter-opt-in-container .col-right form input[type="radio"] {
  height: 16px;
  margin-bottom: 1px;
  vertical-align: middle;
  object-fit: contain;
  border: solid 1px #004152;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  outline: 0; }

.newsletter-opt-in-container .col-right form input[type="radio"]:checked:after {
  display: block;
  height: 8px;
  width: 8px;
  position: relative;
  background: #004152;
  top: 3px;
  left: 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: ""; }

.newsletter-opt-in-container .col-right form input[type="radio"][disabled] {
  border-color: #959595;
  cursor: default; }

.newsletter-opt-in-container .col-right form input[type="radio"][disabled]:checked:after {
  background: #959595; }

.newsletter-opt-in-container .col-right form input[type="radio"][disabled] + label {
  color: #959595;
  cursor: default; }

.newsletter-opt-in-container .col-right form input[type="submit"] {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  color: #004152;
  background-color: #00ecc9; }

.newsletter-opt-in-container .col-right form input[type="submit"]:hover {
  background: #6cffdc; }

.newsletter-opt-in-container .col-right form input[type="submit"]:active {
  background: #00d4b4; }

.newsletter-opt-in-container .col-right form textarea {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  width: 468px;
  height: 56px;
  padding: 5px 0 5px 8px;
  color: #004152;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }

.newsletter-opt-in-container .col-right form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 224px;
  height: 28px;
  padding: 0 0 0 8px;
  background: transparent url(../img/templates_and_portlets/ui_arrow_circle.svg) 187px -145px no-repeat;
  background-color: #004152;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152;
  color: #fff;
  font-weight: 500; }

.newsletter-opt-in-container .col-right form select:disabled {
  background: transparent url(../img/templates_and_portlets/ui_arrow_circle.svg) 187px -100px no-repeat;
  background-color: #fbfbfb;
  color: #ddd; }

.newsletter-opt-in-container .col-right form select::-ms-expand {
  display: none; }

.newsletter-opt-in-container .col-right form select option {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #fff;
  font-weight: 500;
  overflow: visible;
  background-color: #fff;
  color: #004152; }

.newsletter-opt-in-container .col-right form select option:disabled {
  background-color: #eef1f1;
  color: #ddd; }

.newsletter-opt-in-container .col-right form select option:checked {
  background-color: #004152;
  color: #fff; }

.newsletter-opt-in-container .col-right form select option:hover {
  background-color: #466b77; }

.newsletter-opt-in-container .col-right form .checkbox-with-label {
  margin-bottom: -17px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.newsletter-opt-in-container .col-right form .checkbox-with-label input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  object-fit: contain;
  border: solid 1px #004152;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  cursor: pointer;
  outline: 0; }

.newsletter-opt-in-container .col-right form .checkbox-with-label input[type="checkbox"]:invalid {
  background-color: #ffc8be; }

.newsletter-opt-in-container .col-right form .checkbox-with-label input[type="checkbox"]:checked:after {
  display: inline-block;
  height: 10px;
  width: 10px;
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: url(../img/templates_and_portlets/checkbox_checked_cross.svg) 0 0 no-repeat; }

.newsletter-opt-in-container .col-right form .checkbox-with-label .checkbox-label {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152;
  position: relative;
  top: -17px;
  display: block;
  text-transform: none;
  margin-left: 20px; }

.newsletter-opt-in-container .col-right form p {
  margin: 0;
  padding: 0;
  width: 192px;
  display: inline-block; }

.newsletter-opt-in-container .col-right form p label {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  text-transform: uppercase;
  color: #004152;
  display: block;
  text-align: left;
  margin: 0 0 8px; }

.newsletter-opt-in-container .col-right form p label span {
  text-transform: lowercase; }

.newsletter-opt-in-container .col-right form p input {
  margin: 0;
  display: block;
  width: 192px !important; }

.newsletter-opt-in-container .col-right form p:nth-of-type(even) {
  margin-left: 24px; }

.newsletter-opt-in-container .col-right form p:nth-of-type(1), .newsletter-opt-in-container .col-right form p:nth-of-type(2) {
  margin-bottom: 16px; }

.newsletter-opt-in-container .col-right form p:nth-of-type(3), .newsletter-opt-in-container .col-right form p:nth-of-type(4) {
  margin-bottom: 20px; }

.newsletter-opt-in-container .col-right form .submit-button {
  height: 40px;
  width: 256px;
  padding: 0 77px 0; }

.newsletter-opt-in-container .col-right form .submit-button button {
  width: inherit;
  height: inherit;
  border: 0;
  padding: 10px 0 9px;
  display: block;
  background: #00ecc9;
  text-decoration: none; }

.newsletter-opt-in-container .col-right form .submit-button button:hover {
  background: #6cffdc; }

.newsletter-opt-in-container .col-right form .submit-button button:active {
  background: #00d4b4; }

.newsletter-opt-in-container .col-right form .submit-button button.disabled {
  cursor: default;
  opacity: .3; }

.newsletter-opt-in-container .col-right form .submit-button button.disabled:hover, .newsletter-opt-in-container .col-right form .submit-button button.disabled:focus, .newsletter-opt-in-container .col-right form .submit-button button.disabled:active {
  background: #00ecc9; }

.newsletter-opt-in-container .col-right form .submit-button button span {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  text-align: center;
  text-transform: uppercase;
  color: #004152; }

.newsletter-opt-in-container .col-right form .submit-button button:focus {
  outline: 0; }

.newsletter-opt-in-success-web-content-subcontainer {
  width: 100%;
  height: 500px;
  background: url(../img/templates_and_portlets/newsletter_optin_success_background_desktop.jpg) center no-repeat;
  background-size: cover; }

.newsletter-opt-in-success-web-content-subcontainer .newsletter-opt-in-success-content {
  width: 632px;
  margin: 0 auto;
  padding: 142px 0 0;
  text-align: center; }

.newsletter-opt-in-success-web-content-subcontainer .newsletter-opt-in-success-content h1, .newsletter-opt-in-success-web-content-subcontainer .newsletter-opt-in-success-content h2, .newsletter-opt-in-success-web-content-subcontainer .newsletter-opt-in-success-content h3, .newsletter-opt-in-success-web-content-subcontainer .newsletter-opt-in-success-content h4, .newsletter-opt-in-success-web-content-subcontainer .newsletter-opt-in-success-content h5, .newsletter-opt-in-success-web-content-subcontainer .newsletter-opt-in-success-content h6 {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.19;
  text-transform: uppercase;
  color: #004152;
  margin-bottom: 24px; }

.newsletter-opt-in-success-web-content-subcontainer .newsletter-opt-in-success-content a {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: #004152;
  text-decoration: underline;
  text-transform: none; }

.newsletter-opt-in-success-web-content-subcontainer .newsletter-opt-in-success-content a:hover, .newsletter-opt-in-success-web-content-subcontainer .newsletter-opt-in-success-content a:active {
  color: #009d85; }

.newsletter-opt-in-success-web-content-subcontainer .newsletter-opt-in-success-content a:visited {
  color: #004152; }

.newsletter-opt-in-custom-link-container {
  margin: 40px 0;
  text-align: center; }

.newsletter-opt-in-custom-link-container > img {
  margin-bottom: 16px; }

.newsletter-opt-in-custom-link-container > img.icon-check {
  margin-top: 10px; }

.newsletter-opt-in-custom-link-container .newsletter-opt-in-subscription--confirm-message-container {
  margin: 16px 0 32px; }

.newsletter-opt-in-custom-link-container .newsletter-opt-in-success-container {
  text-align: center; }

.newsletter-opt-in-custom-link-container .newsletter-opt-in-success-container .newsletter-opt-in-success-web-content-container {
  position: relative;
  height: 476px; }

.newsletter-opt-in-custom-link-container .newsletter-opt-in-success-container .newsletter-opt-in-success-web-content-container .newsletter-opt-in-success-web-content-subcontainer {
  position: absolute;
  width: 100%;
  top: -24px; }

.newsletter-opt-in-container .col-right #subscriptionForm .international-field {
  display: none;
  margin-top: -4px; }

.newsletter-opt-in-container .col-right #subscriptionForm p select {
  width: 192px;
  background: transparent url(../img/templates_and_portlets/ui_arrow_circle.svg) 157px -145px no-repeat;
  background-color: #004152;
  margin-bottom: 20px; }

.site-12384 .newsletter-opt-in-container .col-right #subscriptionForm {
  background: url(../img/templates_and_portlets/newsletter_optin_background_for_area_with_inputs_desktop_international.jpg) center no-repeat !important; }

.site-12384 .newsletter-opt-in-container .col-right #subscriptionForm .international-field {
  display: inline-block !important; }

.newsletter-opt-out-unsubscription-container {
  margin-bottom: 20px; }

.newsletter-opt-out-unsubscription-container .newsletter-opt-out-unsubscription-content-heading {
  border-bottom: 1px solid #004152;
  margin: 0 0 24px; }

.newsletter-opt-out-unsubscription-container .newsletter-opt-out-unsubscription-content-heading h1, .newsletter-opt-out-unsubscription-container .newsletter-opt-out-unsubscription-content-heading h2, .newsletter-opt-out-unsubscription-container .newsletter-opt-out-unsubscription-content-heading h3, .newsletter-opt-out-unsubscription-container .newsletter-opt-out-unsubscription-content-heading h4, .newsletter-opt-out-unsubscription-container .newsletter-opt-out-unsubscription-content-heading h5, .newsletter-opt-out-unsubscription-container .newsletter-opt-out-unsubscription-content-heading h6 {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.19;
  text-transform: uppercase;
  color: #004152;
  text-align: left;
  margin: 0 0 8px; }

.newsletter-opt-out-unsubscription-container p {
  margin: 0 0 19px; }

.newsletter-opt-out-unsubscription-container ul.list-of-advantages.bullets-green {
  margin: 0 0 36px; }

.newsletter-opt-out-unsubscription-container ul.list-of-advantages.bullets-green li {
  padding-bottom: 20px; }

.newsletter-opt-out-unsubscription-container ul.list-of-advantages.bullets-green li::before {
  margin-top: 5px; }

.newsletter-opt-out-unsubscription-container ul.list-of-advantages.bullets-green li:last-child {
  padding-bottom: 0; }

.newsletter-opt-out-unsubscription-container .buttons-opt-out {
  font-size: 0;
  height: 40px; }

.newsletter-opt-out-unsubscription-container .buttons-opt-out .button {
  display: inline-block;
  height: inherit;
  width: 256px;
  box-sizing: border-box; }

.newsletter-opt-out-unsubscription-container .buttons-opt-out .button input {
  width: inherit;
  height: inherit;
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box; }

.newsletter-opt-out-unsubscription-container .buttons-opt-out .button input:focus {
  outline: 0; }

.newsletter-opt-out-unsubscription-container .buttons-opt-out .button.cancel-button {
  margin-right: 24px; }

.newsletter-opt-out-unsubscription-container .buttons-opt-out .button.cancel-button input {
  display: block;
  background: #00ecc9;
  text-decoration: none;
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  text-align: center;
  text-transform: uppercase;
  color: #004152; }

.newsletter-opt-out-unsubscription-container .buttons-opt-out .button.cancel-button input:hover {
  background: #6cffdc; }

.newsletter-opt-out-unsubscription-container .buttons-opt-out .button.cancel-button input:active {
  background: #00d4b4; }

.newsletter-opt-out-unsubscription-container .buttons-opt-out .button.cancel-button input.disabled {
  cursor: default;
  opacity: .3; }

.newsletter-opt-out-unsubscription-container .buttons-opt-out .button.cancel-button input.disabled:hover, .newsletter-opt-out-unsubscription-container .buttons-opt-out .button.cancel-button input.disabled:focus, .newsletter-opt-out-unsubscription-container .buttons-opt-out .button.cancel-button input.disabled:active {
  background: #00ecc9; }

.newsletter-opt-out-unsubscription-container .buttons-opt-out .button.submit-button input {
  display: block;
  text-decoration: none;
  background: #fff;
  border: solid 1px #004152;
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  text-align: center;
  text-transform: uppercase;
  color: #004152; }

.newsletter-opt-out-unsubscription-container .buttons-opt-out .button.submit-button input:hover {
  background: #eef1f1; }

.newsletter-opt-out-unsubscription-container .buttons-opt-out .button.submit-button input:active {
  background: #ddd; }

.newsletter-opt-out-unsubscription-container .buttons-opt-out .button.submit-button input.disabled {
  background: #fbfbfb; }

.newsletter-opt-out-unsubscription-container .buttons-opt-out .button.submit-button input.disabled span {
  color: #93b3b9; }

.newsletter-opt-out-unsubscription-container .buttons-opt-out .button.submit-button input.disabled:hover, .newsletter-opt-out-unsubscription-container .buttons-opt-out .button.submit-button input.disabled:focus, .newsletter-opt-out-unsubscription-container .buttons-opt-out .button.submit-button input.disabled:active {
  background: #fbfbfb; }

.newsletter-opt-out-unsubscription-container .buttons-opt-out .button.submit-button input.disabled:hover span, .newsletter-opt-out-unsubscription-container .buttons-opt-out .button.submit-button input.disabled:focus span, .newsletter-opt-out-unsubscription-container .buttons-opt-out .button.submit-button input.disabled:active span {
  color: #93b3b9; }

.newsletter-opt-out-general-content-container {
  width: 632px;
  margin: 0 auto 36px;
  padding: 75px 0 0;
  text-align: center; }

.newsletter-opt-out-general-content-container .newsletter-opt-out-general-content-heading h1, .newsletter-opt-out-general-content-container .newsletter-opt-out-general-content-heading h2, .newsletter-opt-out-general-content-container .newsletter-opt-out-general-content-heading h3, .newsletter-opt-out-general-content-container .newsletter-opt-out-general-content-heading h4, .newsletter-opt-out-general-content-container .newsletter-opt-out-general-content-heading h5, .newsletter-opt-out-general-content-container .newsletter-opt-out-general-content-heading h6 {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.19;
  text-transform: uppercase;
  color: #004152;
  margin-bottom: 24px; }

.newsletter-opt-out-general-content-container p:last-of-type {
  margin-bottom: 0; }

.newsletter-opt-out-general-content-container a {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: #004152;
  text-decoration: underline;
  text-transform: none; }

.newsletter-opt-out-general-content-container a:hover, .newsletter-opt-out-general-content-container a:active {
  color: #009d85; }

.newsletter-opt-out-general-content-container a:visited {
  color: #004152; }

.newsletter-opt-out-general-content-container a:hover {
  text-decoration: underline !important; }

.newsletter-opt-out-unsubscription-success-container {
  margin-bottom: 36px; }

.newsletter-opt-out-unsubscription-success-container #subscriptionForm {
  margin-top: 50px;
  text-align: center; }

.newsletter-opt-out-unsubscription-success-container #subscribeFormSubmitButton {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: #009d85;
  text-decoration: none;
  text-transform: uppercase; }

.newsletter-opt-out-unsubscription-success-container #subscribeFormSubmitButton:hover, .newsletter-opt-out-unsubscription-success-container #subscribeFormSubmitButton:active {
  color: #00bea2; }

.newsletter-opt-out-unsubscription-success-container #subscribeFormSubmitButton:after {
  content: "\a0\02192"; }

#hotspot-dockbar {
  background: #eef1f1;
  height: 64px;
  box-sizing: border-box;
  padding: 19px 0; }

#hotspot-dockbar ul {
  margin: 0;
  position: relative; }

#hotspot-dockbar ul li {
  display: inline-block; }

#hotspot-dockbar ul .wifi-heading-container {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  color: #004152;
  margin-right: 20px;
  text-transform: none;
  position: relative;
  padding-left: 48px; }

#hotspot-dockbar ul .wifi-heading-container:before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 29px;
  height: 21px;
  background: url(../img/templates_and_portlets/icon_wifi_midnight_width_29px.svg) no-repeat;
  left: 0; }

#hotspot-dockbar ul .wifi-info-container span + span {
  margin-left: 8px; }

#hotspot-dockbar ul .wifi-disconnect-button-link-container {
  position: absolute;
  top: 6px;
  right: 0; }

#hotspot-dockbar ul .wifi-disconnect-button-link-container .lightbox.link-black:active, #hotspot-dockbar ul .wifi-disconnect-button-link-container .lightbox.link-black:hover, #hotspot-dockbar ul .wifi-disconnect-button-link-container .lightbox.link-black:focus {
  color: #004152; }

#disconnect {
  width: 547px;
  height: 92px;
  padding-top: 0; }

#disconnect h3 {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.08;
  text-transform: uppercase;
  color: #004152;
  margin-bottom: 24px; }

#disconnect .buttons-container #wifi-disconnect-button, #disconnect .buttons-container #stayConnected {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  text-align: center;
  text-transform: uppercase;
  color: #004152;
  width: 268px;
  height: 40px;
  box-sizing: border-box;
  border: 0; }

#disconnect .buttons-container #wifi-disconnect-button span, #disconnect .buttons-container #stayConnected span {
  display: block; }

#disconnect .buttons-container #wifi-disconnect-button:focus, #disconnect .buttons-container #stayConnected:focus {
  outline: 0; }

#disconnect .buttons-container #wifi-disconnect-button {
  display: block;
  text-decoration: none;
  background: #fff;
  border: solid 1px #004152;
  float: left;
  padding: 9px 10px 9px; }

#disconnect .buttons-container #wifi-disconnect-button:hover {
  background: #eef1f1; }

#disconnect .buttons-container #wifi-disconnect-button:active {
  background: #ddd; }

#disconnect .buttons-container #wifi-disconnect-button.disabled {
  background: #fbfbfb; }

#disconnect .buttons-container #wifi-disconnect-button.disabled span {
  color: #93b3b9; }

#disconnect .buttons-container #wifi-disconnect-button.disabled:hover, #disconnect .buttons-container #wifi-disconnect-button.disabled:focus, #disconnect .buttons-container #wifi-disconnect-button.disabled:active {
  background: #fbfbfb; }

#disconnect .buttons-container #wifi-disconnect-button.disabled:hover span, #disconnect .buttons-container #wifi-disconnect-button.disabled:focus span, #disconnect .buttons-container #wifi-disconnect-button.disabled:active span {
  color: #93b3b9; }

#disconnect .buttons-container #stayConnected {
  display: block;
  background: #00ecc9;
  text-decoration: none;
  float: right;
  padding: 10px 10px 8px; }

#disconnect .buttons-container #stayConnected:hover {
  background: #6cffdc; }

#disconnect .buttons-container #stayConnected:active {
  background: #00d4b4; }

#disconnect .buttons-container #stayConnected.disabled {
  cursor: default;
  opacity: .3; }

#disconnect .buttons-container #stayConnected.disabled:hover, #disconnect .buttons-container #stayConnected.disabled:focus, #disconnect .buttons-container #stayConnected.disabled:active {
  background: #00ecc9; }

#connect {
  margin-bottom: 24px; }

#connect .break {
  display: block;
  margin-bottom: 12px; }

#connect .connect__form button.connect__btn {
  display: block;
  background: #00ecc9;
  text-decoration: none;
  display: inline-block;
  height: 28px;
  width: 128px;
  position: relative;
  border: 0;
  box-sizing: border-box;
  padding: 0 0 0 37px;
  text-align: left; }

#connect .connect__form button.connect__btn:hover {
  background: #6cffdc; }

#connect .connect__form button.connect__btn:active {
  background: #00d4b4; }

#connect .connect__form button.connect__btn.disabled {
  cursor: default;
  opacity: .3; }

#connect .connect__form button.connect__btn.disabled:hover, #connect .connect__form button.connect__btn.disabled:focus, #connect .connect__form button.connect__btn.disabled:active {
  background: #00ecc9; }

#connect .connect__form button.connect__btn span {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  text-align: center;
  text-transform: uppercase;
  color: #004152; }

#connect .connect__form button.connect__btn:before {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 8px;
  left: 14px;
  background: url(../img/templates_and_portlets/wifi_icons.svg) no-repeat -15px -15px; }

#connect .connect__form button.connect__btn:focus {
  outline: 0; }

#connect .connect {
  margin-top: 12px; }

#connect .connect .connect-left-side-container {
  float: left;
  width: 386px; }

#connect .connect .connect-left-side-container .connect-card-picture-container {
  width: 264px;
  height: 170px;
  float: right; }

#connect .connect .connect-left-side-container .connect-card-picture-container img {
  width: inherit;
  height: inherit; }

#connect .connect .connect-right-side-container {
  float: right;
  width: 550px;
  margin-top: 16px; }

#connect .connect .connect-right-side-container > * {
  margin-bottom: 24px; }

#connect .connect .connect-right-side-container > *:last-child {
  margin-bottom: 0; }

#connect .connect .connect-right-side-container .connect__form {
  margin-bottom: 24px; }

#connect .connect .connect-right-side-container .connect__form .connect-form-input-container {
  display: inline-block;
  margin-right: 13px; }

#connect .connect .connect-right-side-container .connect__form .connect-form-input-container label {
  display: block;
  margin-bottom: 8px;
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  text-transform: uppercase;
  color: #004152; }

#connect .connect .connect-right-side-container .connect__form .connect-form-input-container .connect__input {
  width: 224px;
  height: 28px;
  padding: 5px 0 5px 8px;
  border: solid 1px #ddd;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152; }

#connect .connect .connect-right-side-container .connect__form .connect-form-input-container .connect__input:invalid {
  background: #ffc8be; }

#connect .connect .connect-right-side-container .connect__form .connect-form-input-container .connect__input::-ms-clear {
  display: none; }

#connect .connect .connect-right-side-container .connect__errors {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: #004152;
  padding: 16px;
  border-top: 1px solid #004152;
  background: #ffc8be; }

#connect .connect .connect-right-side-container .connect__errors > p {
  margin-bottom: 12px; }

#connect .connect .connect-right-side-container .connect__errors > p:last-child {
  margin-bottom: 0; }

#connect .connect-no-login-code-container {
  margin: 28px auto 0; }

#connect .connect-no-login-code-container .connect__form {
  text-align: center; }

.wifi-info-messages-container {
  margin-bottom: 24px; }

.wifi-info-messages-container .connect {
  width: 550px;
  margin: 28px auto 0; }

.wifi-info-messages-container .connect > * {
  margin-bottom: 24px; }

.wifi-info-messages-container .connect > *:last-child {
  margin-bottom: 0; }

.wifi-info-messages-container .connect .connect__errors {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: #004152;
  padding: 16px;
  border-top: 1px solid #004152;
  background: #ffc8be; }

.wifi-info-messages-container .connect .connect__errors > p {
  margin-bottom: 12px; }

.wifi-info-messages-container .connect .connect__errors > p:last-child {
  margin-bottom: 0; }

.wifi-error-message-container {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: #004152;
  background: #ffc8be;
  border-top: 1px solid #004152;
  width: 550px;
  margin: 28px auto 24px;
  padding: 16px; }

.wifi-error-message-container > p {
  margin-bottom: 12px; }

.wifi-error-message-container > p:last-child {
  margin-bottom: 0; }

.fancybox-inner-wifi-login-portlet {
  margin-bottom: 30px !important;
  margin-left: 40px !important;
  padding-right: 0 !important; }

.fancybox-wrap-wifi-login-portlet {
  width: 626px !important; }

#forgot_pass {
  padding-top: 72px;
  position: relative;
  margin-bottom: 40px; }

#forgot_pass .forgotten-password-left-side-container {
  float: left;
  width: 464px; }

#forgot_pass .forgotten-password-left-side-container .forgotten-password-main-heading-container {
  border-bottom: 1px solid #004152;
  position: absolute;
  top: 0;
  width: 964px; }

#forgot_pass .forgotten-password-left-side-container .forgotten-password-main-heading-container h1 {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.19;
  text-transform: uppercase;
  color: #004152;
  margin-bottom: 8px; }

#forgot_pass .forgotten-password-left-side-container .forgotten-password-content {
  margin-bottom: 32px; }

#forgot_pass .forgotten-password-left-side-container .forgotten-password-content p {
  margin-bottom: 16px; }

#forgot_pass .forgotten-password-left-side-container .forgotten-password-content p:last-child {
  margin-bottom: 0; }

#forgot_pass .forgotten-password-left-side-container h3.forgotten-password-question {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.08;
  text-transform: uppercase;
  color: #004152;
  border-bottom: 1px solid #004152;
  padding-bottom: 5px;
  margin-bottom: 16px; }

#forgot_pass .forgotten-password-left-side-container p:last-child {
  margin-bottom: 0; }

#forgot_pass .forgotten-password-right-side-container {
  float: right;
  width: 328px; }

#forgot_pass .forgotten-password-right-side-container h3 {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  text-transform: uppercase;
  color: #004152;
  margin-bottom: 14px; }

#forgot_pass .forgotten-password-right-side-container form input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 16px;
  height: 16px;
  margin-bottom: 1px;
  vertical-align: middle;
  object-fit: contain;
  border: solid 1px #004152;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  outline: 0;
  float: left;
  margin: 3px 0 0; }

#forgot_pass .forgotten-password-right-side-container form input[type="radio"]:checked:after {
  display: block;
  height: 8px;
  width: 8px;
  position: relative;
  background: #004152;
  top: 3px;
  left: 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: ""; }

#forgot_pass .forgotten-password-right-side-container form input[type="radio"][disabled] {
  border-color: #959595;
  cursor: default; }

#forgot_pass .forgotten-password-right-side-container form input[type="radio"][disabled]:checked:after {
  background: #959595; }

#forgot_pass .forgotten-password-right-side-container form input[type="radio"][disabled] + label {
  color: #959595;
  cursor: default; }

#forgot_pass .forgotten-password-right-side-container form .radio-label {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  text-transform: uppercase;
  color: #004152;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 0 0 6px; }

#forgot_pass .forgotten-password-right-side-container form input[type="text"] {
  width: 224px;
  height: 28px;
  padding: 5px 0 5px 8px;
  border: solid 1px #ddd;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152;
  display: block;
  margin: 0 0 8px; }

#forgot_pass .forgotten-password-right-side-container form input[type="text"]:invalid {
  background: #ffc8be; }

#forgot_pass .forgotten-password-right-side-container form input[type="text"]::-ms-clear {
  display: none; }

#forgot_pass .forgotten-password-right-side-container form .input-label {
  display: block;
  margin: 0 0 8px;
  max-width: 224px; }

#forgot_pass .forgotten-password-right-side-container form .input-label > span {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  text-transform: uppercase;
  color: #004152; }

#forgot_pass .forgotten-password-right-side-container form .input-label > span > span {
  text-transform: lowercase; }

#forgot_pass .forgotten-password-right-side-container form .forgotten-password-form-options {
  margin-bottom: 32px; }

#forgot_pass .forgotten-password-right-side-container form .forgotten-password-form-options div {
  margin-bottom: 6px; }

#forgot_pass .forgotten-password-right-side-container form .forgotten-password-form-options div:last-child {
  margin-bottom: 0; }

#forgot_pass .forgotten-password-right-side-container form .status-error {
  margin-bottom: 8px; }

#forgot_pass .forgotten-password-right-side-container form .status-error > span > span {
  font-weight: 700; }

#forgot_pass .forgotten-password-right-side-container form .status-ok {
  margin-bottom: 8px; }

#forgot_pass .forgotten-password-right-side-container form .error-msg {
  clear: both;
  margin-top: 6px;
  color: #e43331;
  font-weight: 500; }

#forgot_pass .forgotten-password-right-side-container form .error-msg a:link, #forgot_pass .forgotten-password-right-side-container form .error-msg a:visited {
  color: #e43331; }

#forgot_pass .forgotten-password-right-side-container form .error-msg a:hover {
  color: #009d85; }

#forgot_pass .forgotten-password-right-side-container form #users:not(:empty) {
  margin: 16px 0; }

#forgot_pass .forgotten-password-right-side-container form #users:not(:empty) div {
  margin-bottom: 6px; }

#forgot_pass .forgotten-password-right-side-container form #users:not(:empty) div:last-child {
  margin-bottom: 0; }

#forgot_pass .forgotten-password-right-side-container form .status-error[style*="display:none"] + .status-ok[style*="display:none"] + .status-error[style*="display:none"] ~ .bottom-button {
  margin-top: 26px; }

#forgot_pass .forgotten-password-right-side-container form .bottom-button {
  width: 224px;
  height: 28px; }

#forgot_pass .forgotten-password-right-side-container form .bottom-button a {
  width: inherit;
  height: inherit;
  text-align: center;
  box-sizing: border-box;
  padding: 3px 0;
  display: block;
  text-decoration: none;
  background: #00ecc9; }

#forgot_pass .forgotten-password-right-side-container form .bottom-button a:hover {
  background: #6cffdc; }

#forgot_pass .forgotten-password-right-side-container form .bottom-button a:active {
  background: #00d4b4; }

#forgot_pass .forgotten-password-right-side-container form .bottom-button a:active span {
  color: #004152; }

#forgot_pass .forgotten-password-right-side-container form .bottom-button a span {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  text-align: center;
  text-transform: uppercase;
  color: #004152; }

#forgot_pass .forgotten-password-right-side-container form .bottom-button a.disabled {
  opacity: .5; }

#forgot_pass .forgotten-password-right-side-container form .bottom-button a span {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  text-transform: uppercase;
  color: #004152;
  vertical-align: middle; }

.signed-out .tallink-blog-main .aui .navbar .navbar-inner {
  margin-top: -50px; }

.signed-out .tallink-blog-main .aui .navbar .navbar-inner .container > span {
  display: none; }

.tallink-blog-header {
  width: 100%;
  text-align: center; }

.tallink-blog-header h1, .tallink-blog-header h1 a, .tallink-blog-header .style-h1, .tallink-blog-header .style-h1 a {
  letter-spacing: normal !important;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif !important;
  font-size: 56px !important;
  font-weight: 500 !important;
  line-height: 1.14 !important;
  text-transform: uppercase !important;
  color: #004152 !important;
  margin-bottom: 35px !important;
  text-decoration: none; }

.tallink-blog-main {
  margin-bottom: 30px; }

.tallink-blog-main .aui {
  height: auto !important;
  width: 100%;
  margin-bottom: 20px;
  background-color: inherit; }

.tallink-blog-main .aui .navbar {
  min-height: 28px;
  margin: 0; }

.tallink-blog-main .aui .navbar .navbar-inner {
  padding: 0;
  background-color: transparent;
  background-image: none;
  border: 0;
  box-shadow: none;
  min-height: 28px; }

.tallink-blog-main .aui .navbar .navbar-inner .container > span {
  display: block; }

.tallink-blog-main .aui .navbar .navbar-inner .container > span:first-child {
  display: none; }

.tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse {
  display: inline-block;
  overflow: hidden !important;
  vertical-align: top;
  margin: 0 0 12px 0; }

.tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav {
  display: inline-block;
  float: none;
  margin: 0; }

.tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav li {
  display: inline-block;
  float: none;
  margin: 0 12px 0 0; }

.tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav li:first-child a {
  display: block;
  background: #00ecc9;
  text-decoration: none;
  padding: 4px 18px !important; }

.tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav li:first-child a:hover {
  background: #6cffdc; }

.tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav li:first-child a:active {
  background: #00d4b4; }

.tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav li:first-child a.disabled {
  cursor: default;
  opacity: .3; }

.tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav li:first-child a.disabled:hover, .tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav li:first-child a.disabled:focus, .tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav li:first-child a.disabled:active {
  background: #00ecc9; }

.tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav li:first-child a span {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  text-align: center;
  text-transform: uppercase;
  color: #004152; }

.tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav li:last-child a {
  display: block;
  text-decoration: none;
  background: #fff;
  border: solid 1px #004152;
  padding: 3px 16px !important; }

.tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav li:last-child a:hover {
  background: #eef1f1; }

.tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav li:last-child a:active {
  background: #ddd; }

.tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav li:last-child a.disabled {
  background: #fbfbfb; }

.tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav li:last-child a.disabled span {
  color: #93b3b9; }

.tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav li:last-child a.disabled:hover, .tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav li:last-child a.disabled:focus, .tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav li:last-child a.disabled:active {
  background: #fbfbfb; }

.tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav li:last-child a.disabled:hover span, .tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav li:last-child a.disabled:focus span, .tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav li:last-child a.disabled:active span {
  color: #93b3b9; }

.tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav li:last-child a span {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  text-align: center;
  text-transform: uppercase;
  color: #004152; }

.tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .nav li a {
  display: inline-block !important;
  text-shadow: none; }

.tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .navbar-search {
  margin: 0;
  float: none; }

.signed-in .tallink-blog-main .aui .navbar .navbar-inner .container > span .nav-collapse .navbar-search .form-search input[type="text"] {
  width: 231px; }

.tallink-blog-main .aui .form-search input[type="text"], .tallink-blog-main .aui .form-search input[type="search"], .tallink-blog-main .aui .form-search input[type="email"], .tallink-blog-main .aui .form-search input[type="password"] {
  width: 224px;
  height: 28px;
  padding: 5px 0 5px 8px;
  border: solid 1px #ddd;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152; }

.tallink-blog-main .aui .form-search input[type="text"]:invalid, .tallink-blog-main .aui .form-search input[type="search"]:invalid, .tallink-blog-main .aui .form-search input[type="email"]:invalid, .tallink-blog-main .aui .form-search input[type="password"]:invalid {
  background: #ffc8be; }

.tallink-blog-main .aui .form-search input[type="text"]::-ms-clear, .tallink-blog-main .aui .form-search input[type="search"]::-ms-clear, .tallink-blog-main .aui .form-search input[type="email"]::-ms-clear, .tallink-blog-main .aui .form-search input[type="password"]::-ms-clear {
  display: none; }

.tallink-blog-main .aui .form-search input[type="tel"] {
  height: 28px;
  border: solid 1px #ddd;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152; }

.tallink-blog-main .aui .form-search input[type="tel"]:invalid {
  background-color: #ffc8be; }

.tallink-blog-main .aui .form-search input[type="tel"].input-narrow {
  width: 183.8px;
  padding: 5px 0 5px 8px; }

.tallink-blog-main .aui .form-search input[type="tel"].input-very-narrow {
  width: 32px;
  padding: 5px 1px 5px 2px;
  text-align: center;
  margin-right: 8px; }

.tallink-blog-main .aui .form-search input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 16px;
  height: 16px;
  margin-bottom: 1px;
  vertical-align: middle;
  object-fit: contain;
  border: solid 1px #004152;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  outline: 0; }

.tallink-blog-main .aui .form-search input[type="radio"]:checked:after {
  display: block;
  height: 8px;
  width: 8px;
  position: relative;
  background: #004152;
  top: 3px;
  left: 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: ""; }

.tallink-blog-main .aui .form-search input[type="radio"][disabled] {
  border-color: #959595;
  cursor: default; }

.tallink-blog-main .aui .form-search input[type="radio"][disabled]:checked:after {
  background: #959595; }

.tallink-blog-main .aui .form-search input[type="radio"][disabled] + label {
  color: #959595;
  cursor: default; }

.tallink-blog-main .aui .form-search input[type="submit"] {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  color: #004152;
  background-color: #00ecc9; }

.tallink-blog-main .aui .form-search input[type="submit"]:hover {
  background: #6cffdc; }

.tallink-blog-main .aui .form-search input[type="submit"]:active {
  background: #00d4b4; }

.tallink-blog-main .aui .form-search textarea {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  width: 468px;
  height: 56px;
  padding: 5px 0 5px 8px;
  color: #004152;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }

.tallink-blog-main .aui .form-search select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 224px;
  height: 28px;
  padding: 0 0 0 8px;
  background: transparent url(../img/templates_and_portlets/ui_arrow_circle.svg) 187px -145px no-repeat;
  background-color: #004152;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152;
  color: #fff;
  font-weight: 500; }

.tallink-blog-main .aui .form-search select:disabled {
  background: transparent url(../img/templates_and_portlets/ui_arrow_circle.svg) 187px -100px no-repeat;
  background-color: #fbfbfb;
  color: #ddd; }

.tallink-blog-main .aui .form-search select::-ms-expand {
  display: none; }

.tallink-blog-main .aui .form-search select option {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #fff;
  font-weight: 500;
  overflow: visible;
  background-color: #fff;
  color: #004152; }

.tallink-blog-main .aui .form-search select option:disabled {
  background-color: #eef1f1;
  color: #ddd; }

.tallink-blog-main .aui .form-search select option:checked {
  background-color: #004152;
  color: #fff; }

.tallink-blog-main .aui .form-search select option:hover {
  background-color: #466b77; }

.tallink-blog-main .aui .form-search .checkbox-with-label {
  margin-bottom: -17px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tallink-blog-main .aui .form-search .checkbox-with-label input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  object-fit: contain;
  border: solid 1px #004152;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  cursor: pointer;
  outline: 0; }

.tallink-blog-main .aui .form-search .checkbox-with-label input[type="checkbox"]:invalid {
  background-color: #ffc8be; }

.tallink-blog-main .aui .form-search .checkbox-with-label input[type="checkbox"]:checked:after {
  display: inline-block;
  height: 10px;
  width: 10px;
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: url(../img/templates_and_portlets/checkbox_checked_cross.svg) 0 0 no-repeat; }

.tallink-blog-main .aui .form-search .checkbox-with-label .checkbox-label {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152;
  position: relative;
  top: -17px;
  display: block;
  text-transform: none;
  margin-left: 20px; }

.tallink-blog-main .aui .form-search input[type="text"] {
  width: 504px;
  min-height: 28px;
  margin: 0;
  border-radius: 0; }

.tallink-blog-main .aui .form-search button[type="submit"] {
  display: block;
  background: #00ecc9;
  text-decoration: none;
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  display: inline-block;
  width: 80px;
  height: 28px;
  border: 0;
  color: #004152;
  margin-left: 16px; }

.tallink-blog-main .aui .form-search button[type="submit"]:hover {
  background: #6cffdc; }

.tallink-blog-main .aui .form-search button[type="submit"]:active {
  background: #00d4b4; }

.tallink-blog-main .aui .form-search button[type="submit"].disabled {
  cursor: default;
  opacity: .3; }

.tallink-blog-main .aui .form-search button[type="submit"].disabled:hover, .tallink-blog-main .aui .form-search button[type="submit"].disabled:focus, .tallink-blog-main .aui .form-search button[type="submit"].disabled:active {
  background: #00ecc9; }

.tallink-blog-main .aui .form-search button[type="submit"] span {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  text-align: center;
  text-transform: uppercase;
  color: #004152; }

.tallink-blog-main .taglib-header {
  margin: 0;
  border: 0; }

.tallink-blog-main .taglib-header h3 {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.19;
  text-transform: uppercase;
  color: #004152;
  margin: 0; }

.tallink-blog-main .taglib-header h3 span {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.19;
  text-transform: uppercase;
  color: #004152; }

.tallink-blog-main .taglib-header .header-back-to {
  display: block;
  margin-bottom: 16px; }

.tallink-blog-main .taglib-header .header-back-to .btn-primary {
  letter-spacing: normal !important;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.29 !important;
  color: #009d85 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  background: 0;
  float: none;
  border: 0;
  text-shadow: none;
  box-shadow: none;
  padding: 0; }

.tallink-blog-main .taglib-header .header-back-to .btn-primary:hover, .tallink-blog-main .taglib-header .header-back-to .btn-primary:active {
  color: #00bea2 !important; }

.tallink-blog-main .taglib-header .header-title {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.19;
  text-transform: uppercase;
  color: #004152;
  white-space: normal;
  text-overflow: initial;
  border: 0;
  margin: 0 0 8px 0; }

.tallink-blog-main .subscribe {
  display: none; }

.tallink-blog-main .taglib-categorization-filter {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152;
  text-transform: none;
  margin: -20px 0 16px 0; }

.tallink-blog-main .taglib-categorization-filter .asset-entry {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  text-align: center;
  text-transform: uppercase;
  color: #004152;
  color: #fff;
  background: #004152;
  display: inline-block;
  padding: 5px 8px;
  border: 0;
  font-style: normal;
  margin: 0 0 0 5px;
  border-radius: 0;
  cursor: pointer; }

.tallink-blog-main .taglib-categorization-filter .asset-entry a {
  display: inline-block;
  height: 16px;
  vertical-align: top;
  position: relative;
  left: 2px;
  top: 1px; }

.tallink-blog-main .taglib-categorization-filter .asset-entry a .icon-remove {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: url(../img/templates_and_portlets/button_plus_icons.svg) -57px -5px no-repeat;
  background-color: #004152 !important;
  border: 0;
  border-radius: 0; }

.tallink-blog-main .taglib-categorization-filter .asset-entry a .icon-remove::before {
  content: ""; }

.tallink-blog-main .entry .entry-title h2 {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.19;
  text-transform: uppercase;
  color: #004152; }

.tallink-blog-main .entry .entry-title h2 a {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.19;
  text-transform: uppercase;
  color: #004152; }

.tallink-blog-main .entry .entry-header {
  margin-bottom: 16px; }

.tallink-blog-main .entry .entry-header .entry-author {
  display: none; }

.tallink-blog-main .entry .entry-header .entry-date {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #959595;
  line-height: 1.5;
  padding: 0;
  font-size: 14px;
  background: 0; }

.tallink-blog-main .entry .entry-body {
  margin-bottom: 16px; }

.tallink-blog-main .entry .entry-body p {
  margin: 0 0 16px 0;
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif !important;
  font-size: 14px !important; }

.tallink-blog-main .entry .entry-body p * {
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif !important;
  font-size: 14px !important; }

.tallink-blog-main .entry .entry-body h3 {
  margin: 24px 0 16px 0; }

.tallink-blog-main .entry .entry-body img {
  width: 100%;
  height: auto;
  margin: 0 !important; }

.tallink-blog-main .entry .entry-categories {
  display: none; }

.tallink-blog-main .entry .entry-tags {
  display: block; }

.tallink-blog-main .entry .entry-tags .taglib-asset-tags-summary {
  border: 0;
  padding: 0; }

.tallink-blog-main .entry .entry-tags .taglib-asset-tags-summary .tag {
  display: block;
  text-decoration: none;
  background: #fff;
  border: solid 1px #004152;
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  text-align: center;
  text-transform: uppercase;
  color: #004152;
  display: inline-block;
  padding: 4px 8px;
  border-color: #a4bec3;
  margin: 0 5px 8px 0; }

.tallink-blog-main .entry .entry-tags .taglib-asset-tags-summary .tag:hover {
  background: #eef1f1; }

.tallink-blog-main .entry .entry-tags .taglib-asset-tags-summary .tag:active {
  background: #ddd; }

.tallink-blog-main .entry .entry-tags .taglib-asset-tags-summary .tag.disabled {
  background: #fbfbfb; }

.tallink-blog-main .entry .entry-tags .taglib-asset-tags-summary .tag.disabled span {
  color: #93b3b9; }

.tallink-blog-main .entry .entry-tags .taglib-asset-tags-summary .tag.disabled:hover, .tallink-blog-main .entry .entry-tags .taglib-asset-tags-summary .tag.disabled:focus, .tallink-blog-main .entry .entry-tags .taglib-asset-tags-summary .tag.disabled:active {
  background: #fbfbfb; }

.tallink-blog-main .entry .entry-tags .taglib-asset-tags-summary .tag.disabled:hover span, .tallink-blog-main .entry .entry-tags .taglib-asset-tags-summary .tag.disabled:focus span, .tallink-blog-main .entry .entry-tags .taglib-asset-tags-summary .tag.disabled:active span {
  color: #93b3b9; }

.tallink-blog-main .entry .edit-actions {
  margin: 0 0 16px 0; }

.tallink-blog-main .entry .edit-actions li {
  display: inline-block; }

.tallink-blog-main .entry .taglib-social-bookmarks {
  margin: 0 0 16px 0;
  background: initial; }

.tallink-blog-main .entry .taglib-social-bookmarks ul {
  padding: 0; }

.tallink-blog-main .entry .taglib-social-bookmarks ul li {
  height: 20px;
  margin-right: 8px; }

.tallink-blog-main .entry .entry-footer .stats {
  display: none; }

.tallink-blog-main .entry:not(.approved) .entry-body a {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: #009d85;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 16px; }

.tallink-blog-main .entry:not(.approved) .entry-body a:hover, .tallink-blog-main .entry:not(.approved) .entry-body a:active {
  color: #00bea2; }

.tallink-blog-main .entry:not(.approved) .entry-body a.clickablePreview * {
  letter-spacing: normal !important;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.29 !important;
  color: #004152 !important;
  text-transform: none; }

.tallink-blog-main .separator {
  margin-top: 35px;
  margin-bottom: 28px;
  border-top: 1px solid #ddd; }

.tallink-blog-main .taglib-page-iterator .lfr-pagination .lfr-pagination-delta-selector, .tallink-blog-main .taglib-page-iterator .lfr-pagination .lfr-pagination-config, .tallink-blog-main .taglib-page-iterator .lfr-pagination .search-results {
  display: none; }

.tallink-blog-main .taglib-page-iterator .lfr-pagination ul.lfr-pagination-buttons {
  float: none;
  text-align: right; }

.tallink-blog-main .taglib-page-iterator .lfr-pagination ul.lfr-pagination-buttons li {
  display: inline-block; }

.tallink-blog-main .taglib-page-iterator .lfr-pagination ul.lfr-pagination-buttons li:nth-child(1), .tallink-blog-main .taglib-page-iterator .lfr-pagination ul.lfr-pagination-buttons li:nth-child(2) {
  float: left;
  margin-right: 24px; }

.tallink-blog-main .taglib-page-iterator .lfr-pagination ul.lfr-pagination-buttons li:nth-child(2) a:before {
  content: "\a0\02190"; }

.tallink-blog-main .taglib-page-iterator .lfr-pagination ul.lfr-pagination-buttons li:nth-child(3) a:after {
  content: "\a0\02192"; }

.tallink-blog-main .taglib-page-iterator .lfr-pagination ul.lfr-pagination-buttons li:nth-child(3), .tallink-blog-main .taglib-page-iterator .lfr-pagination ul.lfr-pagination-buttons li:nth-child(4) {
  margin-left: 24px; }

.tallink-blog-main .taglib-page-iterator .lfr-pagination ul.lfr-pagination-buttons li a {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: #004152;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  border: 0; }

.tallink-blog-main .taglib-page-iterator .lfr-pagination ul.lfr-pagination-buttons li a:hover, .tallink-blog-main .taglib-page-iterator .lfr-pagination ul.lfr-pagination-buttons li a:active {
  color: #009d85; }

.tallink-blog-main .taglib-page-iterator .lfr-pagination ul.lfr-pagination-buttons li a:hover {
  background: 0; }

.tallink-blog-main .search {
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
  border-radius: 0;
  border-bottom: solid 1px #004152;
  background: none !important; }

.tallink-blog-main .search .entry-metadata {
  margin: 0; }

.tallink-blog-main .search .entry-metadata .entry-title {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.08;
  text-transform: uppercase;
  color: #004152;
  margin-bottom: 0 0 10px 0; }

.tallink-blog-main .search .entry-metadata .entry-description {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152;
  margin: 0; }

.tallink-blog-main .alert-info {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152;
  margin: 0;
  padding: 0;
  background: 0;
  border: 0; }

.tallink-blog-main .entry-navigation {
  display: none; }

.tallink-blog-sidebar-module {
  margin-bottom: 40px; }

.tallink-blog-sidebar-module .aui {
  background-color: inherit; }

.tallink-blog-sidebar-module h3 {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.08;
  text-transform: uppercase;
  color: #004152; }

.tallink-blog-sidebar-module p {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152;
  margin: 0 0 16px 0; }

.tallink-blog-sidebar-module .subscribe {
  display: block;
  padding: 9px 0 7px 0;
  text-align: center;
  font-family: "TallinkScriptBold",Arial,Helvetica,sans-serif;
  font-size: 30px;
  line-height: 1.07;
  color: #cdf8eb;
  background: #5a1eb4;
  text-decoration: none; }

.tallink-blog-sidebar-module .tag-list {
  display: block !important;
  margin: 0 !important; }

.tallink-blog-sidebar-module .tag-list li {
  display: inline;
  margin: 0 8px 8px 0 !important; }

.tallink-blog-sidebar-module .tag-list li span {
  border: none !important;
  padding: 0 !important; }

.tallink-blog-sidebar-module .tag-list li span a {
  display: block !important;
  text-decoration: none !important;
  background: #fff !important;
  border: solid 1px #004152 !important;
  letter-spacing: normal !important;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.29 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #004152 !important;
  display: inline-block !important;
  padding: 4px 8px !important;
  border-color: #a4bec3 !important; }

.tallink-blog-sidebar-module .tag-list li span a:hover {
  background: #eef1f1 !important; }

.tallink-blog-sidebar-module .tag-list li span a:active {
  background: #ddd !important; }

.tallink-blog-sidebar-module .tag-list li span a.disabled {
  background: #fbfbfb !important; }

.tallink-blog-sidebar-module .tag-list li span a.disabled span {
  color: #93b3b9 !important; }

.tallink-blog-sidebar-module .tag-list li span a.disabled:hover, .tallink-blog-sidebar-module .tag-list li span a.disabled:focus, .tallink-blog-sidebar-module .tag-list li span a.disabled:active {
  background: #fbfbfb !important; }

.tallink-blog-sidebar-module .tag-list li span a.disabled:hover span, .tallink-blog-sidebar-module .tag-list li span a.disabled:focus span, .tallink-blog-sidebar-module .tag-list li span a.disabled:active span {
  color: #93b3b9 !important; }

.tallink-blog-sidebar-module #myTreeView .tree-root-container {
  margin: 0; }

.tallink-blog-sidebar-module #myTreeView .tree-root-container .tree-node .tree-collapsed, .tallink-blog-sidebar-module #myTreeView .tree-root-container .tree-node .tree-expanded {
  margin-bottom: 5px; }

.tallink-blog-sidebar-module #myTreeView .tree-root-container .tree-node .tree-collapsed .tree-label, .tallink-blog-sidebar-module #myTreeView .tree-root-container .tree-node .tree-expanded .tree-label {
  letter-spacing: normal !important;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.29 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #004152 !important;
  display: inline-block;
  text-align: left !important;
  text-decoration: none;
  margin: 0;
  padding: 0 0 0 5px; }

.tallink-blog-sidebar-module #myTreeView .tree-root-container .tree-node .tree-container {
  margin-left: 24px;
  margin-bottom: 5px; }

.tallink-blog-sidebar-module #myTreeView .tree-root-container .tree-node .tree-node-leaf {
  margin-bottom: 7px;
  margin-left: 2px; }

.tallink-blog-sidebar-module #myTreeView .tree-root-container .tree-node .tree-node-leaf .tree-label {
  display: inline-block;
  text-align: left !important;
  text-decoration: none; }

.tallink-blog-sidebar-module #myTreeView .tree-root-container .tree-node .tree-node-leaf .tree-label a {
  letter-spacing: normal !important;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.29 !important;
  color: #009d85 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  text-transform: none !important;
  text-align: left; }

.tallink-blog-sidebar-module #myTreeView .tree-root-container .tree-node .tree-node-leaf .tree-label a:hover, .tallink-blog-sidebar-module #myTreeView .tree-root-container .tree-node .tree-node-leaf .tree-label a:active {
  color: #00bea2 !important; }

.tallink-blog-sidebar-module #myTreeView .tree-root-container .tree-node .tree-node-leaf .tree-label a:hover, .tallink-blog-sidebar-module #myTreeView .tree-root-container .tree-node .tree-node-leaf .tree-label a:active {
  text-decoration: none !important; }

.tallink-blog-sidebar-module #myTreeView .tree-root-container .tree-node .tree-node-leaf .tree-label a:after {
  content: "\a0\02192"; }

.tallink-blog-sidebar-module #myTreeView .icon-plus, .tallink-blog-sidebar-module #myTreeView .icon-minus {
  padding: 0; }

.tallink-blog-sidebar-module #myTreeView .icon-plus:before, .tallink-blog-sidebar-module #myTreeView .icon-minus:before {
  content: "";
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px; }

.tallink-blog-sidebar-module #myTreeView .icon-plus:before {
  background: url(../img/templates_and_portlets/plus_minus.svg) -31px -5px no-repeat; }

.tallink-blog-sidebar-module #myTreeView .icon-minus:before {
  background: url(../img/templates_and_portlets/plus_minus.svg) -5px -5px no-repeat; }

.tallink-blog-sidebar-module #myTreeView .icon-folder-close, .tallink-blog-sidebar-module #myTreeView .icon-folder-open, .tallink-blog-sidebar-module #myTreeView .icon-file {
  display: none; }

.tallink-blog-sidebar-module .entrytitle:not(:last-child) {
  margin-bottom: 10px; }

.tallink-blog-sidebar-module .entrytitle a {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: #004152;
  text-decoration: none;
  text-transform: uppercase;
  text-transform: none; }

.tallink-blog-sidebar-module .entrytitle a:hover, .tallink-blog-sidebar-module .entrytitle a:active {
  color: #009d85; }

.tallink-blog-sidebar-module .entrytitle span {
  color: #959595; }

.signup-portlet-container {
  margin-bottom: 40px; }

.signup-portlet-container .accordion.brand-renewal-midnight {
  margin-bottom: 0; }

.signup-portlet-container .accordion.brand-renewal-midnight:not(:last-child) > h2.expanded_header {
  margin-bottom: 38px; }

.signup-portlet-container .accordion.brand-renewal-midnight:not(:last-child) .expand-content {
  margin-bottom: 16px; }

.signup-portlet-container .accordion.brand-renewal-midnight > h2 {
  margin: 0 auto 16px; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper {
  background: #fbfbfb; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content {
  padding: 32px 0; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-left-side-content-container {
  float: left;
  margin-right: 168px;
  width: 464px; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-left-side-content-container > .content > * {
  margin-bottom: 16px; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-left-side-content-container > .content > *:last-child {
  margin-bottom: 0; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-left-side-content-container > .content h1, .signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-left-side-content-container > .content h2, .signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-left-side-content-container > .content h3 {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.08;
  text-transform: uppercase;
  color: #004152;
  padding-bottom: 5px;
  border-bottom: 1px solid #004152; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-left-side-content-container > .content h3:last-of-type, .signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-left-side-content-container > .content h4 {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  color: #004152;
  margin-top: 32px;
  padding-bottom: 3px;
  border-bottom: 1px solid #004152; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-left-side-content-container > .content ul {
  margin-left: 0; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-left-side-content-container > .content ul li {
  margin-bottom: 12px; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container {
  width: 224px;
  float: left; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container .signup-form-input-fields-container {
  margin-bottom: 8px; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container .signup-form-input-fields-container > div {
  margin-bottom: 20px; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container .signup-form-input-fields-container > div .input-label {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  text-transform: uppercase;
  color: #004152;
  margin-bottom: 8px;
  display: block; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container .signup-form-input-fields-container > div .input {
  width: 224px;
  height: 28px;
  padding: 5px 0 5px 8px;
  border: solid 1px #ddd;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152;
  margin: 0; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container .signup-form-input-fields-container > div .input:invalid {
  background: #ffc8be; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container .signup-form-input-fields-container > div .input::-ms-clear {
  display: none; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container .signup-form-input-fields-container > div .input.datepicker {
  position: relative; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container .signup-form-input-fields-container > div.birthday-input-container {
  position: relative; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container .signup-form-input-fields-container > div.birthday-input-container > label > span {
  text-transform: lowercase; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container .signup-form-input-fields-container > div .ui-datepicker-trigger {
  background: url(../img/templates_and_portlets/icon_calendar.svg) no-repeat;
  width: 15px;
  height: 15px;
  cursor: pointer;
  text-indent: -99999em;
  border: 0;
  position: absolute;
  right: 6px;
  top: 30px; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container .signup-form-input-fields-container > div .ui-datepicker-trigger:focus {
  outline: 0; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container .signup-form-input-fields-container > div:last-child {
  margin-bottom: 0; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container #tlnk-email-regular {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  object-fit: contain;
  border: solid 1px #004152;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  cursor: pointer;
  outline: 0;
  margin: 0 5px 4px 0; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container #tlnk-email-regular:invalid {
  background-color: #ffc8be; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container #tlnk-email-regular:checked:after {
  display: inline-block;
  height: 10px;
  width: 10px;
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: url(../img/templates_and_portlets/checkbox_checked_cross.svg) 0 0 no-repeat; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container .status-error {
  margin: 8px 0; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container .status-error ~ .bottom-button {
  margin-top: 8px; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container a.bottom-button {
  margin-top: 26px;
  width: 224px;
  height: 28px;
  text-align: center;
  box-sizing: border-box;
  padding: 3px 0;
  display: block;
  text-decoration: none;
  background: #00ecc9; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container a.bottom-button:hover {
  background: #6cffdc; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container a.bottom-button:active {
  background: #00d4b4; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container a.bottom-button:active span {
  color: #004152; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container a.bottom-button span {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  text-align: center;
  text-transform: uppercase;
  color: #004152; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container a.bottom-button.disabled {
  opacity: .5; }

.signup-portlet-container .accordion.brand-renewal-midnight > .expand-wrapper .expand-content .signup-right-side-content-container a.bottom-button span {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  text-transform: uppercase;
  color: #004152;
  vertical-align: middle; }

.signup-portlet-datepicker#ui-datepicker-div {
  padding: 0 16px 14px;
  display: none;
  width: 288px;
  height: auto;
  z-index: 1004 !important;
  border: 0;
  border-top: 1px solid #004152;
  background: #fbfbfb;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  position: relative;
  margin-top: 8px; }

.signup-portlet-datepicker#ui-datepicker-div:before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 31px;
  width: 12px;
  height: 12px;
  background: #fbfbfb;
  transform: rotate(45deg);
  border-top: 1px solid #004152;
  border-left: 1px solid #004152; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-header {
  background: 0;
  position: relative;
  padding: 0;
  border: 0;
  margin-bottom: 24px;
  margin-top: 14px; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-header .ui-state-hover {
  border: 0;
  background: 0; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, .signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 24px;
  height: 24px; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span, .signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  display: block;
  position: static;
  margin-left: 0;
  margin-top: 0;
  background: url(../img/templates_and_portlets/icon_open_circle_24px.svg) no-repeat;
  width: 24px;
  height: 24px; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: 0; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  transform: rotate(90deg); }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 0; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  transform: rotate(-90deg); }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
  top: 2px;
  left: 0; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover {
  top: 2px;
  right: 0; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  margin: 0 32px;
  line-height: 0;
  text-align: center; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 224px;
  height: 28px;
  padding: 0 0 0 8px;
  background: transparent url(../img/templates_and_portlets/ui_arrow_circle.svg) 187px -145px no-repeat;
  background-color: #004152;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152;
  color: #fff;
  font-weight: 500;
  padding-top: 3px;
  padding-left: 4px;
  -webkit-padding-start: 8px;
  -webkit-padding-before: 1px; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select:disabled {
  background: transparent url(../img/templates_and_portlets/ui_arrow_circle.svg) 187px -100px no-repeat;
  background-color: #fbfbfb;
  color: #ddd; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select::-ms-expand {
  display: none; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select option {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #fff;
  font-weight: 500;
  overflow: visible;
  background-color: #fff;
  color: #004152; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select option:disabled {
  background-color: #eef1f1;
  color: #ddd; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select option:checked {
  background-color: #004152;
  color: #fff; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select option:hover {
  background-color: #466b77; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month {
  width: 62%;
  margin: 0 8px 0 0;
  background-position: 82px -144px; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year {
  width: 33%;
  margin: 0;
  background-position: 27px -144px; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-calendar {
  height: auto;
  width: 100%;
  font-size: 0;
  border-collapse: separate;
  margin: 0;
  border-spacing: 3px 0; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-calendar thead th {
  height: 32px;
  padding: 0;
  text-align: center;
  border: 0;
  vertical-align: middle; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-calendar thead th span {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152;
  line-height: 1.07; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-calendar tbody td {
  border: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  height: 32px; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-calendar tbody td:hover {
  background: #eef1f1; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-calendar tbody td .ui-state-default {
  display: inline;
  border: 0;
  background: 0;
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152;
  line-height: 1.07; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-calendar tbody td.ui-datepicker-current-day {
  background-color: #004152; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-calendar tbody td.ui-datepicker-current-day a.ui-state-default {
  color: #fff; }

.signup-portlet-datepicker#ui-datepicker-div .ui-datepicker-calendar tbody td.ui-datepicker-other-month span.ui-state-default {
  color: #959595; }

.recruitment-container {
  width: 960px;
  margin: 0 auto 64px auto; }

a.recruitment-back {
  display: inline-block;
  margin-bottom: 24px;
  color: #959595;
  text-decoration: none; }

a.recruitment-back:visited, a.recruitment-back:active, a.recruitment-back:focus {
  color: #959595 !important; }

a.recruitment-back:before {
  content: "\02190"; }

.recruitment-header .recruitment-header__title {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.08;
  text-transform: uppercase;
  color: #004152;
  width: 960px;
  margin: 0 auto 18px auto; }

.recruitment-categories {
  background: #eef1f1;
  margin-bottom: 24px; }

.recruitment-categories .recruitment-categories__list {
  width: 960px;
  margin: auto; }

.recruitment-categories .recruitment-categories__category {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width: 137px;
  height: 144px;
  text-align: center; }

.recruitment-categories .recruitment-categories__category.active, .recruitment-categories .recruitment-categories__category:hover {
  background-color: #fff; }

.recruitment-categories .recruitment-categories__category--ships {
  background: url(../img/templates_and_portlets/icon_cruise.svg) no-repeat 0 0; }

.recruitment-categories .recruitment-categories__category--hotels {
  background: url(../img/templates_and_portlets/icon_hotel.svg) no-repeat 0 0; }

.recruitment-categories .recruitment-categories__category--restaurants {
  background: url(../img/templates_and_portlets/icon_meal.svg) no-repeat 0 0; }

.recruitment-categories .recruitment-categories__category--shops-and-logistics {
  background: url(../img/templates_and_portlets/icon_logistics.svg) no-repeat 0 0; }

.recruitment-categories .recruitment-categories__category--terminals-and-contact-centers {
  background: url(../img/templates_and_portlets/icon_clerk.svg) no-repeat 0 0; }

.recruitment-categories .recruitment-categories__category--office {
  background: url(../img/templates_and_portlets/icon_office.svg) no-repeat 0 0; }

.recruitment-categories .recruitment-categories__category--practice {
  background: url(../img/templates_and_portlets/icon_intern.svg) no-repeat 0 0; }

.recruitment-categories .recruitment-categories__category a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none; }

.recruitment-categories .recruitment-categories__category-label {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: #004152;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding-top: 95px;
  font-size: 13px; }

.recruitment-categories .recruitment-categories__category-label:hover, .recruitment-categories .recruitment-categories__category-label:active {
  color: #009d85; }

.recruitment-categories .recruitment-categories__category-label:after {
  content: "\02192"; }

.recruitment-categories .recruitment-categories__category-label:hover {
  color: #004152; }

.recruitment-project-table {
  border-collapse: collapse;
  border-style: hidden;
  border-bottom: solid 1px #ddd;
  width: 100%; }

.recruitment-project-table th {
  border: 0; }

.recruitment-project-table th span {
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: #fff;
  background: #466b77;
  text-align: left; }

.recruitment-project-table tr {
  border-bottom: solid 1px #ddd; }

.recruitment-project-table td {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152;
  background: 0;
  text-align: left;
  padding: 0 16px;
  vertical-align: middle; }

.recruitment-project-table th:first-child {
  width: 500px; }

.recruitment-project-table th span {
  display: block;
  padding: 11px 16px; }

.recruitment-project-table td {
  padding: 11px 16px; }

.recruitment-project-table td:first-child a {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: #009d85;
  text-decoration: none;
  text-transform: none; }

.recruitment-project-table td:first-child a:hover, .recruitment-project-table td:first-child a:active {
  color: #00bea2; }

.recruitment-job-ad {
  margin-bottom: 64px; }

.recruitment-job-ad .recruitment-container {
  margin-bottom: 56px; }

.recruitment-job-ad .recruitment-job-ad__header {
  width: 534px;
  margin-right: 24px;
  float: left; }

.recruitment-job-ad .recruitment-job-ad__header-title {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.14;
  text-transform: uppercase;
  color: #004152;
  margin-top: 16px;
  margin-bottom: 24px; }

.recruitment-job-ad img {
  max-height: 400px; }

.recruitment-job-ad .recruitment-job-ad__subtitle {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.08;
  text-transform: uppercase;
  color: #004152;
  margin-top: 40px;
  margin-bottom: 8px;
  clear: both; }

.recruitment-job-ad .recruitment-job-ad__location {
  font-size: 14px;
  margin-bottom: 14px; }

.recruitment-job-ad .recruitment-job-ad__title {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.14;
  text-transform: uppercase;
  color: #004152;
  color: #00bea2;
  padding-bottom: 16px;
  margin-bottom: 40px;
  border-bottom: 1px solid #004152; }

.recruitment-job-ad .recruitment-job-ad__footer-title, .recruitment-job-ad .recruitment-job-ad__body-title {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.08;
  text-transform: uppercase;
  color: #004152;
  margin-bottom: 16px; }

.recruitment-job-ad .recruitment-job-ad__body-content {
  margin-bottom: 32px; }

.recruitment-job-ad .recruitment-job-ad__footer {
  background: #eef1f1;
  padding-top: 18px;
  padding-bottom: 24px; }

.recruitment-job-ad .recruitment-job-ad__footer .recruitment-container {
  margin-bottom: 0; }

.recruitment-job-ad .recruitment-job-ad__apply {
  text-align: center;
  margin-top: 48px; }

.recruitment-job-ad .recruitment-job-ad__apply-button {
  display: block;
  background: #00ecc9;
  text-decoration: none;
  display: inline-block;
  padding: 13px 0 11px 0;
  min-width: 304px;
  margin: 0 auto 0 auto; }

.recruitment-job-ad .recruitment-job-ad__apply-button:hover {
  background: #6cffdc; }

.recruitment-job-ad .recruitment-job-ad__apply-button:active {
  background: #00d4b4; }

.recruitment-job-ad .recruitment-job-ad__apply-button.disabled {
  cursor: default;
  opacity: .3; }

.recruitment-job-ad .recruitment-job-ad__apply-button.disabled:hover, .recruitment-job-ad .recruitment-job-ad__apply-button.disabled:focus, .recruitment-job-ad .recruitment-job-ad__apply-button.disabled:active {
  background: #00ecc9; }

.recruitment-job-ad .recruitment-job-ad__apply-button span {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #004152; }

.recruitment-job-ad ul {
  position: relative;
  list-style: none;
  margin: 0 0 16px 0;
  display: inline-block;
  margin: 0;
  width: 33%;
  vertical-align: top; }

.recruitment-job-ad ul li {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152;
  margin: 0;
  padding: 0 0 12px 16px; }

.recruitment-job-ad ul li:last-child {
  padding-bottom: 0; }

.recruitment-job-ad ul li .bold-sentence {
  font-weight: 700;
  padding-bottom: 4px; }

.recruitment-job-ad ul li::before {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: 0;
  margin-top: 5px; }

.recruitment-job-ad ul li {
  padding-right: 40px; }

.recruitment-job-ad ul li:before {
  background: #00bea2; }

.recruitment-job-application .recruitment-job-application__title {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.19;
  text-transform: uppercase;
  color: #004152;
  color: #00bea2;
  margin-bottom: 10px; }

.recruitment-job-application .recruitment-job-application__subtitle {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.08;
  text-transform: uppercase;
  color: #004152;
  margin-bottom: 10px; }

.recruitment-job-application .recruitment-job-application__location {
  font-size: 14px;
  margin-bottom: 40px; }

.recruitment-job-application .recruitment-job-application__form {
  width: 468px;
  display: inline-block;
  vertical-align: top; }

.recruitment-job-application .recruitment-job-application__form .control-group {
  margin: 0 0 16px 0; }

.recruitment-job-application .recruitment-job-application__form .control-label {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  text-transform: uppercase;
  color: #004152;
  display: table;
  padding: 0;
  margin-bottom: 7px; }

.recruitment-job-application .recruitment-job-application__form .control-label span {
  color: #004152;
  text-transform: lowercase; }

.recruitment-job-application .recruitment-job-application__form .input-text-wrapper input.field {
  width: 224px;
  height: 28px;
  padding: 5px 0 5px 8px;
  border: solid 1px #ddd;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152; }

.recruitment-job-application .recruitment-job-application__form .input-text-wrapper input.field:invalid {
  background: #ffc8be; }

.recruitment-job-application .recruitment-job-application__form .input-text-wrapper input.field::-ms-clear {
  display: none; }

.recruitment-job-application .recruitment-job-application__form .input-text-wrapper textarea.field {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  width: 468px;
  height: 56px;
  padding: 5px 0 5px 8px;
  color: #004152;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }

.recruitment-job-application .recruitment-job-application__form .input-select-wrapper .aui-field-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 224px;
  height: 28px;
  padding: 0 0 0 8px;
  background: transparent url(../img/templates_and_portlets/ui_arrow_circle.svg) 187px -145px no-repeat;
  background-color: #004152;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152;
  color: #fff;
  font-weight: 500; }

.recruitment-job-application .recruitment-job-application__form .input-select-wrapper .aui-field-select:disabled {
  background: transparent url(../img/templates_and_portlets/ui_arrow_circle.svg) 187px -100px no-repeat;
  background-color: #fbfbfb;
  color: #ddd; }

.recruitment-job-application .recruitment-job-application__form .input-select-wrapper .aui-field-select::-ms-expand {
  display: none; }

.recruitment-job-application .recruitment-job-application__form .input-select-wrapper .aui-field-select option {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #fff;
  font-weight: 500;
  overflow: visible;
  background-color: #fff;
  color: #004152; }

.recruitment-job-application .recruitment-job-application__form .input-select-wrapper .aui-field-select option:disabled {
  background-color: #eef1f1;
  color: #ddd; }

.recruitment-job-application .recruitment-job-application__form .input-select-wrapper .aui-field-select option:checked {
  background-color: #004152;
  color: #fff; }

.recruitment-job-application .recruitment-job-application__form .input-select-wrapper .aui-field-select option:hover {
  background-color: #466b77; }

.recruitment-job-application .recruitment-job-application__form .input-checkbox-wrapper label {
  padding: 0; }

.recruitment-job-application .recruitment-job-application__form .input-checkbox-wrapper label a {
  text-decoration: underline !important; }

.recruitment-job-application .recruitment-job-application__form .input-checkbox-wrapper label .field {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  object-fit: contain;
  border: solid 1px #004152;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0 8px 0 0;
  vertical-align: top; }

.recruitment-job-application .recruitment-job-application__form .input-checkbox-wrapper label .field:invalid {
  background-color: #ffc8be; }

.recruitment-job-application .recruitment-job-application__form .input-checkbox-wrapper label .field:checked:after {
  display: inline-block;
  height: 10px;
  width: 10px;
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: url(../img/templates_and_portlets/checkbox_checked_cross.svg) 0 0 no-repeat; }

.recruitment-job-application .recruitment-job-application__form .success .control-label, .recruitment-job-application .recruitment-job-application__form .success .checkbox {
  color: #004152; }

.recruitment-job-application .recruitment-job-application__form .success select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.recruitment-job-application .recruitment-job-application__form .error .control-label, .recruitment-job-application .recruitment-job-application__form .error .checkbox {
  color: #004152; }

.recruitment-job-application .recruitment-job-application__form .error .error-field {
  background-color: #ffc8be !important; }

.recruitment-job-application .recruitment-job-application__form .help-inline {
  display: none; }

.recruitment-job-application .recruitment-job-application__form .label-required {
  visibility: hidden;
  font-size: 1px;
  display: inline-block;
  padding: 0;
  color: #004152; }

.recruitment-job-application .recruitment-job-application__form .label-required:before {
  font-size: 14px;
  content: "*";
  display: inline-block;
  visibility: visible; }

.recruitment-job-application .recruitment-job-application__form input, .recruitment-job-application .recruitment-job-application__form textarea, .recruitment-job-application .recruitment-job-application__form select {
  border-radius: 0;
  margin: 0; }

.recruitment-job-application .recruitment-job-application__form .control-group input[type="text"].field {
  width: 100%; }

.recruitment-job-application .recruitment-job-application__form .control-group textarea.field {
  width: 100%;
  height: 300px;
  box-sizing: border-box; }

.recruitment-job-application .control-group:last-of-type {
  margin-bottom: 0;
  margin-top: 40px; }

.recruitment-job-application .recruitment-job-application__questionnaire-group {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.08;
  text-transform: uppercase;
  color: #004152;
  margin-top: 40px;
  margin-bottom: 16px; }

.recruitment-job-application .recruitment-job-application__submit-button {
  display: block;
  background: #00ecc9;
  text-decoration: none;
  display: inline-block;
  margin-top: 16px;
  padding: 13px 0 11px 0;
  min-width: 224px;
  border: 0; }

.recruitment-job-application .recruitment-job-application__submit-button:hover {
  background: #6cffdc; }

.recruitment-job-application .recruitment-job-application__submit-button:active {
  background: #00d4b4; }

.recruitment-job-application .recruitment-job-application__submit-button.disabled {
  cursor: default;
  opacity: .3; }

.recruitment-job-application .recruitment-job-application__submit-button.disabled:hover, .recruitment-job-application .recruitment-job-application__submit-button.disabled:focus, .recruitment-job-application .recruitment-job-application__submit-button.disabled:active {
  background: #00ecc9; }

.recruitment-job-application .recruitment-job-application__submit-button span {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #004152; }

.recruitment-job-application .recruitment-job-application__error {
  border-top: solid 1px #004152;
  background-color: #ffc8be;
  margin-bottom: 16px;
  padding: 16px; }

.recruitment-job-application .recruitment-job-application__error:empty {
  display: none; }

.recruitment-job-application .recruitment-job-application__image {
  width: 364px;
  height: 558px;
  margin-top: 42px;
  margin-left: 64px;
  display: inline-block;
  vertical-align: top;
  background-size: contain;
  background-position: center 0;
  background-repeat: no-repeat; }

.recruitment-job-application .recruitment-job-application__image--diver {
  background-image: url(../img/recruitment/diver.jpg); }

.recruitment-job-application .recruitment-job-application__image--chef {
  background-image: url(../img/recruitment/chef.jpg); }

.recruitment-job-application .recruitment-job-application__image--surf {
  background-image: url(../img/recruitment/surf.jpg); }

.recruitment-success {
  border-top: solid 1px #004152;
  background-color: #cdf8eb;
  padding: 16px; }

#gdpr-agreement-loggedin-member {
  position: relative;
  margin: 40px 0; }

#gdpr-agreement-loggedin-member > .container {
  width: 632px;
  margin: auto; }

#gdpr-agreement-loggedin-member h1 {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.14;
  text-transform: uppercase;
  color: #004152;
  margin: 0 auto 32px;
  text-align: center; }

#gdpr-agreement-loggedin-member .content {
  margin-bottom: 30px; }

#gdpr-agreement-loggedin-member .checkbox-container {
  text-align: center; }

#gdpr-agreement-loggedin-member .checkbox-with-label {
  margin-bottom: -17px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  margin: 0 auto 30px; }

#gdpr-agreement-loggedin-member .checkbox-with-label input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  object-fit: contain;
  border: solid 1px #004152;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  cursor: pointer;
  outline: 0; }

#gdpr-agreement-loggedin-member .checkbox-with-label input[type="checkbox"]:invalid {
  background-color: #ffc8be; }

#gdpr-agreement-loggedin-member .checkbox-with-label input[type="checkbox"]:checked:after {
  display: inline-block;
  height: 10px;
  width: 10px;
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: url(../img/templates_and_portlets/checkbox_checked_cross.svg) 0 0 no-repeat; }

#gdpr-agreement-loggedin-member .checkbox-with-label .checkbox-label {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152;
  position: relative;
  top: -17px;
  display: block;
  text-transform: none;
  margin-left: 20px; }

#gdpr-agreement-loggedin-member .checkbox-with-label input[type="checkbox"] {
  float: left;
  width: 24px;
  height: 24px; }

#gdpr-agreement-loggedin-member .checkbox-with-label input[type="checkbox"]:invalid {
  background-color: #fff; }

#gdpr-agreement-loggedin-member .checkbox-with-label input[type="checkbox"]:checked:after {
  width: 18px;
  height: 18px;
  top: 2px;
  left: 2px;
  background-size: 18px 18px; }

#gdpr-agreement-loggedin-member .checkbox-with-label .checkbox-label {
  float: left;
  top: auto;
  margin: auto;
  padding: 2px 0 4px 8px;
  font-weight: 500; }

#gdpr-agreement-loggedin-member .buttons {
  clear: both;
  height: auto;
  margin: 0 auto 48px;
  background: 0;
  text-align: center; }

#gdpr-agreement-loggedin-member .buttons a.button-agree {
  display: block;
  text-decoration: none;
  background: #00ecc9;
  display: inline-block;
  padding: 12px 80px 12px 80px; }

#gdpr-agreement-loggedin-member .buttons a.button-agree:hover {
  background: #6cffdc; }

#gdpr-agreement-loggedin-member .buttons a.button-agree:active {
  background: #00d4b4; }

#gdpr-agreement-loggedin-member .buttons a.button-agree:active span {
  color: #004152; }

#gdpr-agreement-loggedin-member .buttons a.button-agree span {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  text-align: center;
  text-transform: uppercase;
  color: #004152; }

#gdpr-agreement-loggedin-member .buttons a.button-agree span {
  font-size: 20px; }

#gdpr-agreement-loggedin-member .buttons a.button-agree.disabled {
  pointer-events: none;
  cursor: default;
  opacity: .5; }

#gdpr-agreement-loggedin-member .separator {
  height: 1px;
  border: 0;
  margin: 0 auto 16px; }

#gdpr-agreement-loggedin-member .separator > div {
  position: absolute;
  left: 0;
  right: 0; }

#gdpr-agreement-loggedin-member .separator > div > div {
  background: #ddd;
  width: 960px;
  height: 1px;
  margin: auto; }

#gdpr-agreement-loggedin-member .disclaimer {
  margin: 0 auto;
  color: #959595;
  font-size: 14px; }

#clubone-basic-info #gdpr-agreement-loggedin-member {
  margin: -10px 0 60px; }

#clubone-basic-info #gdpr-agreement-loggedin-member .client-form-errors-agree {
  margin: 0 0 24px; }

#clubone-basic-info #gdpr-agreement-loggedin-member .confirmation-text {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152;
  margin: 0 0 16px; }

#clubone-basic-info #gdpr-agreement-loggedin-member .checkbox-with-label {
  display: block; }

#clubone-basic-info #gdpr-agreement-loggedin-member .buttons {
  margin: 0 auto 30px; }

#clubone-basic-info #gdpr-agreement-loggedin-member .separator {
  margin: auto;
  background: #ddd; }

#affiliate-joining-form {
  padding: 40px 0 60px;
  position: relative;
  margin: auto; }

#affiliate-joining-form.client-regular {
  margin-top: 0; }

#affiliate-joining-form .form-header {
  margin-bottom: 14px; }

#affiliate-joining-form .form-header h1 {
  margin: 0 0 32px;
  text-align: center; }

#affiliate-joining-form .form-header p {
  width: 630px;
  margin: 0 auto 40px; }

#affiliate-joining-form .form-header .aff-name {
  text-transform: capitalize; }

#affiliate-joining-form .client-form-errors {
  display: none; }

#affiliate-joining-form input[type="text"], #affiliate-joining-form input[type="email"], #affiliate-joining-form input[type="password"], #affiliate-joining-form input[type="tel"] {
  border-radius: 0; }

#affiliate-joining-form .table-wrapper {
  background: 0;
  padding: 0;
  margin: 0;
  overflow: visible; }

#affiliate-joining-form .table-wrapper.main-client {
  width: 100%;
  background: 0;
  margin-bottom: 20px;
  display: flex; }

#affiliate-joining-form .table-wrapper.main-client table tr span.pluss {
  float: left;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 4px; }

#affiliate-joining-form .table-wrapper.main-client table tr:nth-of-type(2n) td {
  padding-top: 20px;
  text-transform: uppercase; }

#affiliate-joining-form .table-wrapper.main-client table tr:nth-of-type(2) td {
  padding-top: 16px; }

#affiliate-joining-form .table-wrapper.main-client table tr th {
  padding: 0;
  border-right: 1px solid #fff;
  border-left: 0;
  border-top: 0; }

#affiliate-joining-form .table-wrapper.main-client > table:nth-of-type(1) {
  width: 232px; }

#affiliate-joining-form .table-wrapper.main-client > table:nth-of-type(1) > tbody > tr > td {
  padding-right: 22px; }

#affiliate-joining-form .table-wrapper.main-client > table:nth-of-type(2) {
  width: 248px; }

#affiliate-joining-form .table-wrapper.main-client > table:nth-of-type(2) > tbody > tr > td {
  padding-right: 22px; }

#affiliate-joining-form .table-wrapper.main-client > table:nth-of-type(3) {
  width: 248px; }

#affiliate-joining-form .table-wrapper.main-client > table:nth-of-type(3) > tbody > tr > td {
  padding-right: 22px;
  display: flex; }

#affiliate-joining-form .table-wrapper.main-client > table:nth-of-type(4) {
  width: 232px; }

#affiliate-joining-form .table-wrapper table {
  border: 0;
  width: 24%;
  float: left;
  background: 0; }

#affiliate-joining-form .table-wrapper table th {
  border-right: 1px solid #fff;
  border-left: 0; }

#affiliate-joining-form .table-wrapper table th span {
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  color: #fff;
  background-color: #466b77;
  text-align: left;
  padding: 11px 0 11px 16px;
  border: 0; }

#affiliate-joining-form .table-wrapper table th:last-child {
  border-right: 0; }

#affiliate-joining-form .table-wrapper table td {
  border: 0; }

#affiliate-joining-form .table-wrapper table:nth-of-type(1) td {
  padding-left: 0; }

#affiliate-joining-form .table-wrapper table td {
  padding: 0 0 0 16px;
  text-align: left; }

#affiliate-joining-form .table-wrapper table td.label {
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 500; }

#affiliate-joining-form .table-wrapper table td.label label span {
  color: #ff0005; }

#affiliate-joining-form .table-wrapper table td.input.vert-middle {
  padding: 0 0 0 16px;
  height: 29px;
  vertical-align: middle; }

#affiliate-joining-form .table-wrapper table td.input .input {
  margin: 0;
  width: 208px;
  height: 28px; }

#affiliate-joining-form .table-wrapper table td.input .input.input-narrow {
  float: left;
  width: 32px;
  padding: 5px 1px;
  text-align: center; }

#affiliate-joining-form .table-wrapper table td.input .input.input-middle {
  width: 170px; }

#affiliate-joining-form .table-wrapper table td.input .input.input-middle#ad-mobile {
  float: left;
  width: 157px; }

#affiliate-joining-form .table-wrapper table td.input .input.placeholder {
  color: #959595; }

#affiliate-joining-form .table-wrapper table td.input input.input + input.input {
  margin-left: 8px; }

#affiliate-joining-form .table-wrapper table table {
  text-transform: uppercase; }

#affiliate-joining-form .table-wrapper table table .radio {
  padding: 0 5px 0 0; }

#affiliate-joining-form .table-wrapper table table .radio-label {
  padding: 2px 10px 0 0;
  font-weight: 500;
  font-size: 13px; }

#affiliate-joining-form .table-wrapper table table .radio-label label {
  vertical-align: middle; }

#affiliate-joining-form .wrapper {
  padding-top: 30px; }

#affiliate-joining-form .checkbox-with-label {
  text-transform: uppercase; }

#affiliate-joining-form .checkbox-with-label.center {
  display: table;
  margin: 0 auto; }

#affiliate-joining-form .account-details-checkbox h4 {
  font-size: 14px;
  font-weight: bold; }

#affiliate-joining-form .account-details-checkbox label {
  display: inline-block;
  padding: 0 0 0 4px; }

#affiliate-joining-form .account-details-checkbox.household-intrests li {
  display: inline-block;
  min-width: 100%;
  padding-left: 22px;
  font-size: 13px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  clear: both; }

#affiliate-joining-form .account-details-checkbox.household-intrests li.checkbox-with-label {
  margin-bottom: 7px; }

#affiliate-joining-form .account-details-checkbox.household-intrests li input[type="checkbox"] {
  margin: 0 0 0 -22px;
  float: left; }

#affiliate-joining-form .account-details-checkbox.household-intrests li label {
  padding: 0 0 0 8px;
  margin: -1px 0 0 -8px;
  float: left; }

#affiliate-joining-form .container_12 > #clientFormErrors span {
  margin-bottom: 40px; }

#affiliate-joining-form input[type="text"], #affiliate-joining-form input[type="search"], #affiliate-joining-form input[type="email"], #affiliate-joining-form input[type="password"] {
  width: 224px;
  height: 28px;
  padding: 5px 0 5px 8px;
  border: solid 1px #ddd;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152; }

#affiliate-joining-form input[type="text"]:invalid, #affiliate-joining-form input[type="search"]:invalid, #affiliate-joining-form input[type="email"]:invalid, #affiliate-joining-form input[type="password"]:invalid {
  background: #ffc8be; }

#affiliate-joining-form input[type="text"]::-ms-clear, #affiliate-joining-form input[type="search"]::-ms-clear, #affiliate-joining-form input[type="email"]::-ms-clear, #affiliate-joining-form input[type="password"]::-ms-clear {
  display: none; }

#affiliate-joining-form input[type="tel"] {
  height: 28px;
  border: solid 1px #ddd;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152; }

#affiliate-joining-form input[type="tel"]:invalid {
  background-color: #ffc8be; }

#affiliate-joining-form input[type="tel"].input-narrow {
  width: 183.8px;
  padding: 5px 0 5px 8px; }

#affiliate-joining-form input[type="tel"].input-very-narrow {
  width: 32px;
  padding: 5px 1px 5px 2px;
  text-align: center;
  margin-right: 8px; }

#affiliate-joining-form input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 16px;
  height: 16px;
  margin-bottom: 1px;
  vertical-align: middle;
  object-fit: contain;
  border: solid 1px #004152;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  outline: 0; }

#affiliate-joining-form input[type="radio"]:checked:after {
  display: block;
  height: 8px;
  width: 8px;
  position: relative;
  background: #004152;
  top: 3px;
  left: 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: ""; }

#affiliate-joining-form input[type="radio"][disabled] {
  border-color: #959595;
  cursor: default; }

#affiliate-joining-form input[type="radio"][disabled]:checked:after {
  background: #959595; }

#affiliate-joining-form input[type="radio"][disabled] + label {
  color: #959595;
  cursor: default; }

#affiliate-joining-form input[type="submit"] {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  color: #004152;
  background-color: #00ecc9; }

#affiliate-joining-form input[type="submit"]:hover {
  background: #6cffdc; }

#affiliate-joining-form input[type="submit"]:active {
  background: #00d4b4; }

#affiliate-joining-form textarea {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  width: 468px;
  height: 56px;
  padding: 5px 0 5px 8px;
  color: #004152;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }

#affiliate-joining-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 224px;
  height: 28px;
  padding: 0 0 0 8px;
  background: transparent url(../img/templates_and_portlets/ui_arrow_circle.svg) 187px -145px no-repeat;
  background-color: #004152;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152;
  color: #fff;
  font-weight: 500; }

#affiliate-joining-form select:disabled {
  background: transparent url(../img/templates_and_portlets/ui_arrow_circle.svg) 187px -100px no-repeat;
  background-color: #fbfbfb;
  color: #ddd; }

#affiliate-joining-form select::-ms-expand {
  display: none; }

#affiliate-joining-form select option {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #fff;
  font-weight: 500;
  overflow: visible;
  background-color: #fff;
  color: #004152; }

#affiliate-joining-form select option:disabled {
  background-color: #eef1f1;
  color: #ddd; }

#affiliate-joining-form select option:checked {
  background-color: #004152;
  color: #fff; }

#affiliate-joining-form select option:hover {
  background-color: #466b77; }

#affiliate-joining-form .checkbox-with-label {
  margin-bottom: -17px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#affiliate-joining-form .checkbox-with-label input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  object-fit: contain;
  border: solid 1px #004152;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  cursor: pointer;
  outline: 0; }

#affiliate-joining-form .checkbox-with-label input[type="checkbox"]:invalid {
  background-color: #ffc8be; }

#affiliate-joining-form .checkbox-with-label input[type="checkbox"]:checked:after {
  display: inline-block;
  height: 10px;
  width: 10px;
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: url(../img/templates_and_portlets/checkbox_checked_cross.svg) 0 0 no-repeat; }

#affiliate-joining-form .checkbox-with-label .checkbox-label {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #004152;
  position: relative;
  top: -17px;
  display: block;
  text-transform: none;
  margin-left: 20px; }

#affiliate-joining-form select {
  background-position: 172px -145px;
  width: 208px; }

#affiliate-joining-form .confirm-changes-button {
  text-align: center;
  margin: 22px 0 0; }

#affiliate-joining-form .confirm-changes-button a {
  display: block;
  text-decoration: none;
  background: #00ecc9;
  display: inline-block; }

#affiliate-joining-form .confirm-changes-button a:hover {
  background: #6cffdc; }

#affiliate-joining-form .confirm-changes-button a:active {
  background: #00d4b4; }

#affiliate-joining-form .confirm-changes-button a:active span {
  color: #004152; }

#affiliate-joining-form .confirm-changes-button a span {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  text-align: center;
  text-transform: uppercase;
  color: #004152; }

#affiliate-joining-form .confirm-changes-button a span {
  display: inline-block;
  padding: 12px 86px 10px;
  margin: 0; }

#affiliate-joining-form .confirm-changes-button a.button.clubone.disabled {
  pointer-events: none;
  cursor: default;
  opacity: .5; }

#affiliate-join-success-popup {
  width: 656px;
  margin: 6px 0;
  padding: 0; }

#affiliate-join-success-popup + .fancybox-print {
  display: none; }

#affiliate-join-success-popup h3 {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.14;
  text-transform: uppercase;
  color: #004152;
  text-align: center;
  margin: 0 0 24px; }

.checkboxDiv {
  text-align: left; }

.CULT {
  display: none !important; }

html[lang="fi_FI"] #affiliateForm .FISH, html[lang="fi_FI"] #affiliateForm .DANC, html[lang="fi_FI"] #affiliateForm .SKI {
  display: none !important; }

html[lang="fi_FI"] #affiliateForm .CULT {
  display: inline-block !important; }

html[lang="lv_LV"] #affiliateForm .FISH, html[lang="lv_LV"] #affiliateForm .GOLF {
  display: none !important; }

html[lang="sv_SE"] #affiliateForm .FISH, html[lang="sv_SE"] #affiliateForm .DANC, html[lang="sv_SE"] #affiliateForm .CONC {
  display: none !important; }

html[lang="sv_SE"] #affiliateForm .CULT {
  display: inline-block !important; }

section.shippage.ship-symphony {
  background: 0; }

.nav-4th-container ul {
  list-style: none; }

.nav-5th-container ul {
  list-style: none; }

.dd .ddTitle {
  behavior: none; }

ul.tabs.horizontal li.active a {
  behavior: none; }

html, body {
  height: initial; }

body {
  background: 0; }

ul.nav-3rd {
  list-style: none; }

#bookingEntry {
  margin-top: 0 !important;
  margin-bottom: 40px !important; }

select.ddtxt, select.ddimg {
  display: none; }

#portal_add_content {
  padding: 10px;
  width: 230px; }

#portal_add_content div.portal-add-content-search {
  width: 90%; }

#portal_add_content_title {
  display: none; }

.my-sites-menu {
  max-width: 350px; }

.my-sites-menu ul {
  list-style: none;
  max-height: 300px;
  overflow: auto; }

.my-sites-menu ul, .my-sites-menu li {
  display: block;
  margin: 0;
  padding: 0; }

.my-sites-menu a {
  display: block;
  overflow: hidden;
  text-align: right;
  white-space: nowrap; }

.my-sites-menu .control-panel a {
  background: url(../img/dock/control_panel.png) no-repeat 3px 50%;
  padding-left: 25px; }

.my-sites-menu .current-site {
  border: solid #1d4280;
  border-width: 1px 0; }

.my-sites-menu .current-site a {
  background: #3068ba url(../img/dock/01_right.png) no-repeat scroll 2px 30%;
  color: #fff;
  padding-left: 20px;
  text-shadow: 1px 1px #333; }

.my-sites-menu .current-site .site-type {
  color: #fff; }

.my-sites-menu .current-site a:hover, .my-sites-menu a:hover .site-type {
  color: #fff;
  text-shadow: 1px 1px #333; }

.my-sites-menu .site-name {
  cursor: pointer;
  float: left; }

.my-sites-menu .site-type {
  color: #777;
  float: right;
  font-size: .8em;
  font-weight: normal;
  margin-left: 10px; }

.my-sites-menu a:hover .site-type {
  color: #fff; }

.portlet-msg-info, .portlet-msg-success, .portlet-msg-alert, .portlet-msg-error {
  background-repeat: no-repeat;
  padding-left: 20px; }

div.portlet-borderless-bar {
  height: 20px;
  width: auto; }

div.portlet-borderless-bar .portlet-options .lfr-trigger {
  background-image: none !important; }

div.portlet-borderless-bar .portlet-options .lfr-trigger strong {
  background-image: none !important;
  margin: 0; }

div.portlet-borderless-bar .portlet-options .lfr-trigger a span {
  font-style: normal !important;
  text-shadow: none !important;
  color: white !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  vertical-align: top !important; }

div.portlet-borderless-bar .portlet-action-separator {
  display: none !important; }

body.portal-popup {
  font-size: 12px;
  min-width: initial;
  height: initial; }

div.staging-bar ul {
  background-image: none; }

div.staging-bar .aui-tab-label {
  padding-top: 0;
  padding-bottom: 0; }

#header-container .portlet-borderless-bar {
  display: none; }

.portlet-borderless-bar .portlet-title-default {
  cursor: move;
  max-width: none; }

.tab-content.inline .content .inline .content {
  display: none; }

.tab-content.inline .content .inline .content.active {
  display: block; }

.tab-content.inline .content .inline .content .content {
  display: block; }

.list-content {
  width: 646px;
  margin-left: 314px; }

.expandable-text > div {
  display: none; }

body.html-editor .expandable-text > div {
  display: block;
  border: thin dotted; }

body.html-editor .expandable-text > a {
  border: #00a3da thin dotted; }

.portlet-title img, .portlet-title-text, .portlet-title span {
  display: none; }

.columns-2 {
  width: 960px;
  margin: 0 auto; }

.columns-2 #layout-column_column-1 {
  width: 640px; }

.columns-2 #layout-column_column-2 {
  width: 320px; }

.columns-1-2 {
  width: 960px;
  margin: 0 auto; }

.columns-1-2 .span8 {
  width: 600px !important; }

.columns-1-2 .span4 {
  float: right;
  width: 306px !important;
  margin: 0 !important;
  padding-left: 54px !important; }

.list-of .news h3 {
  display: none; }

.list-of .news .news-page {
  position: absolute;
  left: -20px; }

.list-of .news .icon-actions {
  margin-top: 150px; }

.list-of .news .news-page ul {
  background: 0; }

.list-of .news .news-page li {
  color: #00a3da;
  cursor: default; }

.list-of .news .news-page li:nth-child(n+3) {
  display: none; }

.list-of .news .news-page p {
  margin-left: 30px; }

section.list-of .box .content ul.news li {
  width: 240px;
  margin-left: 10px; }

.country-lift-wrapper .country-lift .footer div {
  min-height: 44px; }

.fancybox-outer .lightbox-wrapper .schedules .container_12 {
  width: 960px;
  margin-left: 0; }

.fancybox-outer .lightbox-wrapper .schedules .container_12 .grid_wide {
  width: 960px; }

.fancybox-outer .lightbox-wrapper .schedules .container_12 .grid_wide .box-container {
  float: left;
  min-height: 200px;
  width: 450px; }

.fancybox-outer .lightbox-wrapper .schedules .container_12 .grid_wide .box-container .table-wrapper {
  overflow: visible; }

.fancybox-outer .lightbox-wrapper .schedules .container_12 .grid_wide .box-container .table-wrapper table {
  width: 450px; }

.fancybox-outer .lightbox-wrapper .schedules .divider-outer.top {
  background: 0; }

.fancybox-outer .lightbox-wrapper .schedules .divider-outer.bottom {
  background: 0; }

.fancybox-outer.lightbox-schedules .main-header-title {
  width: 960px; }

.fancybox-outer.lightbox-schedules .main-header-title span {
  width: 960px; }

.liftup h4 {
  color: #ff0005;
  font-size: 18px;
  font-family: "StagSansBook",arial,helvetica,sans-serif;
  margin: 0 0 10px 0;
  text-transform: uppercase; }

.list-of .divider {
  width: 281px;
  height: 103px;
  position: absolute;
  top: 70px;
  background: url(../img/bg_divider_fd.png) 0 -93px no-repeat; }

.list-of .footer {
  height: 95px;
  overflow: visible;
  position: relative; }

.list-of .footer .button {
  bottom: -9px;
  position: absolute;
  right: 14px; }

.list-of .footer .button span {
  color: white;
  display: block;
  margin: 0 0 0 7px;
  padding: 13px 12px 19px 11px;
  background: url(../img/bg_button_clubone_r.png) no-repeat top right; }

.list-of .box.no-styler {
  height: 245px !important; }

.list-of .box.no-styler .icon-actions {
  position: absolute;
  top: 170px; }

.box.no-styler .icon-actions {
  position: absolute;
  top: 170px; }

.html-editor .lightbox {
  padding: 1em;
  border: thin dotted; }

.html-editor .lightbox-wrapper {
  display: block;
  border: thin dotted; }

.route-from img {
  position: relative;
  z-index: 100; }

.dd {
  width: auto !important; }

.dd .ddChild {
  width: auto !important;
  padding-right: 5px; }

.dd .ddTitle span.ddTitleText {
  display: inline;
  padding-right: 5px; }

.buttons {
  background: transparent url(../img/bg_form_shadow.png) bottom right no-repeat;
  height: 1%;
  margin: 0 0 40px 0;
  overflow: hidden;
  position: relative; }

.lfr-webform {
  width: 740px; }

.onboard-liftups .grid_6 {
  padding: 30px 0 0 0; }

.shopping-5 .item .buy span.price-details.de {
  background: transparent url(../img/bg_icon_flag_de.png) 0 4px no-repeat; }

.shopping-5 .item .buy span.price-details.ee {
  background: transparent url(../img/bg_icon_flag_ee.png) 0 4px no-repeat; }

.shopping-5 .item .buy span.price-details.fi {
  background: transparent url(../img/bg_icon_flag_fi.png) 0 4px no-repeat; }

.shopping-5 .item .buy span.price-details.lt {
  background: transparent url(../img/bg_icon_flag_lt.png) 0 4px no-repeat; }

.shopping-5 .item .buy span.price-details.lv {
  background: transparent url(../img/bg_icon_flag_lv.png) 0 4px no-repeat; }

.shopping-5 .item .buy span.price-details.ru {
  background: transparent url(../img/bg_icon_flag_ru.png) 0 4px no-repeat; }

.lightbox-wrapper .sidebar .price-info .info-details span.price-details.de {
  background: transparent url(../img/bg_icon_flag_de.png) 0 4px no-repeat; }

.lightbox-wrapper .sidebar .price-info .info-details span.price-details.ee {
  background: transparent url(../img/bg_icon_flag_ee.png) 0 4px no-repeat; }

.lightbox-wrapper .sidebar .price-info .info-details span.price-details.fi {
  background: transparent url(../img/bg_icon_flag_fi.png) 0 4px no-repeat; }

.lightbox-wrapper .sidebar .price-info .info-details span.price-details.lt {
  background: transparent url(../img/bg_icon_flag_lt.png) 0 4px no-repeat; }

.lightbox-wrapper .sidebar .price-info .info-details span.price-details.lv {
  background: transparent url(../img/bg_icon_flag_lv.png) 0 4px no-repeat; }

.lightbox-wrapper .sidebar .price-info .info-details span.price-details.ru {
  background: transparent url(../img/bg_icon_flag_ru.png) 0 4px no-repeat; }

html[lang="ru_RU"] .select-language {
  left: 181px !important; }

html[lang="ru_RU"] #login-link {
  left: 30px !important; }

.form-search label span {
  background: 0; }

#p_p_id_bookingentryold_WAR_liferayapps_ section.container_12.liftup {
  margin-top: 0; }

section.news-page .grid_7 h2 {
  line-height: 48px; }

section.on-board-offers.on-board-experiences.columns-3 .box {
  margin-top: 0;
  margin-bottom: 0; }

section.route .cruise .routes .title {
  color: #00a3da;
  height: 45px;
  cursor: default; }

#header-container .form-search #subscribe {
  width: 139px; }

#chat-button {
  height: 215px;
  top: 198px;
  background: url(../img/bg_chat_button_smaller.png) 0 0 no-repeat; }

.carousel-mid.grid_8 {
  margin-left: 0; }

.historypage .mobileController {
  display: none; }

.historypage .fact {
  display: block; }

.historypage .fact .image-container {
  background: url(../img/bg_fp_carousel_mid.png) no-repeat left top;
  width: 644px;
  height: 329px;
  padding: 13px 0 0 21px; }

.historypage .fact .image-container .image {
  width: 600px;
  height: 300px;
  overflow: hidden; }

.historypage .fact .image-container .image img {
  width: 600px;
  height: 300px;
  overflow: hidden; }

.historypage .fact-info .caption {
  margin: 2px 0 12px 0;
  font-size: 19px;
  font-family: "StagSansLight","Segoe WP",arial,helvetica,sans-serif;
  line-height: 1em;
  color: #00a3da;
  text-transform: uppercase;
  letter-spacing: -0.01em; }

.historypage .fact-info .grid_8 {
  margin-bottom: 23px;
  border-bottom: #ececec solid 1px; }

.historypage #historyController {
  position: absolute;
  z-index: 999;
  top: 0;
  background: #fafafa;
  border: #ececec solid 1px;
  padding: 8px;
  margin-left: 735px; }

.historypage #historyController ul {
  width: 97px; }

.historypage #historyController ul li {
  background: url(../img/bg_history.png) no-repeat right top;
  height: 47px;
  line-height: 3em;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  cursor: pointer; }

.historypage #historyController ul li.hidden {
  display: none; }

.historypage #historyController ul li:hover {
  background: #dff0fd;
  height: 46px;
  border-bottom: white 1px solid; }

.historypage #historyController ul li.active {
  background: url(../img/bg_history_active.png) no-repeat right top;
  width: 97px; }

.historypage #historyController ul li.active:hover {
  border-bottom: 0;
  height: 47px; }

.historypage #historyController ul li.active a {
  background: 0;
  color: white; }

.historypage #historyController ul li.first a {
  background: url(../img/arrows_up_down.png) no-repeat;
  width: 22px;
  height: 15px;
  text-indent: -9999em;
  display: block;
  position: relative;
  left: 39px;
  top: 17px; }

.historypage #historyController ul li.last a {
  background: url(../img/arrows_up_down.png) no-repeat bottom;
  width: 22px;
  height: 15px;
  text-indent: -9999em;
  display: block;
  position: relative;
  left: 39px;
  top: 17px; }

.historypage #historyController ul li.disabled {
  opacity: .2;
  cursor: default; }

.historypage #historyController ul li.disabled a {
  cursor: default; }

.historypage #historyController ul li a {
  background: url(../img/bg_history_arr.png) no-repeat center 46px;
  color: #89a;
  height: 52px;
  display: block;
  position: relative;
  z-index: 2; }

#nav-2nd-3rd-container.nav-3rd-big #nav-3rd-container ul#nav-3rd {
  width: 950px;
  padding-left: 10px; }

.form-search #subscribe {
  background: 0; }

.aui-legend {
  border-bottom: 0; }

.mandErr .aui-field-input-text {
  border: #f55000 2px solid !important;
  border-radius: 2px; }

.mandErr:after {
  content: "";
  background: url(../img/bg_input_error.png) no-repeat;
  width: 35px;
  height: 26px;
  display: inline-block;
  position: relative;
  top: 8px;
  right: 2px; }

.the-hotels .tab-content.inline .onboard-liftups .grid_6 {
  padding-top: 30px !important; }

section.the-hotels .hotel .info .box-container .sight p {
  width: 280px; }

section.the-hotels .hotel .info .box-container .sight ul li {
  padding: 0 0 2px 26px !important; }

section.the-hotels .hotel .info .box-container .no-shadow {
  background: 0; }

.signed-out .portlet-msg-error {
  display: none; }

.signed-out form .portlet-msg-error {
  display: inline; }

section.on-board-experiences-two-columns .tab-content {
  padding-bottom: 20px; }

.controls-visible.signed-in .shopping-4 > div {
  display: inline-block;
  width: 231px; }

.ie9 .shopping-4 > div, .ie7 .shopping-4 > div, .ie7 .controls-visible.signed-in .shopping-4 > div {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 231px; }

footer .main .content.some a#logo-vk {
  background: transparent url(../img/icons_footer.png) 0 -175px no-repeat; }

footer .main .content.some a#logo-vk:hover {
  background-position: 0 -396px; }

.accordion h2 {
  background: transparent url(../img/clubone/bg_expanded_line.png) center center repeat-x;
  color: #2363ad;
  font-family: "StagSansBook","Segoe WP",arial,helvetica,sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px 0;
  text-transform: none; }

.accordion h2.empty {
  background: 0; }

.accordion h2 a {
  outline: 0; }

.accordion h2 span {
  background: white url(../img/bg_expand_arrow_down.png) left center no-repeat;
  display: inline-block;
  line-height: 24px;
  padding: 0 20px 0 35px; }

.accordion h2.expanded_header a span {
  background: white url(../img/bg_expand_arrow.png) left center no-repeat; }

.accordion .expand-wrapper {
  display: none; }

.accordion .expand-wrapper.open {
  display: block; }

.accordion.brand-renewal-midnight h2 {
  background: 0; }

.accordion.brand-renewal-midnight h2 a {
  display: block; }

.accordion.brand-renewal-midnight h2 a span {
  letter-spacing: normal;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.08;
  text-transform: uppercase;
  color: #004152;
  background: 0;
  position: relative;
  padding: 0 0 0 32px;
  display: inline; }

.accordion.brand-renewal-midnight h2 a span:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/svg/icon_dropdown_arrow.svg) no-repeat;
  width: 16px;
  height: 16px;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto 0; }

.accordion.brand-renewal-midnight h2.expanded_header a span:before {
  transform: rotate(-90deg); }

.fancybox-prev, .fancybox-next {
  height: 85%; }

section.on-board-experiences-two-columns.youtube .grid_6 .image-container, section.on-board-experiences.youtube .grid_6 .image-container {
  float: right;
  margin: 0 -14px 0 0;
  width: 458px;
  height: 273px;
  background: url(../img/youtube_video_frame.png) no-repeat 0 0;
  padding: 9px 7px 8px 18px; }

section.on-board-experiences-two-columns.youtube .grid_6 .image-container .image, section.on-board-experiences.youtube .grid_6 .image-container .image {
  width: 445px;
  height: 271px;
  overflow: hidden; }

.lightbox-wrapper .grid_4 .image-container {
  float: left;
  width: 314px;
  height: 191px;
  background: transparent url(../img/sprites.png) right -364px no-repeat !important;
  padding-bottom: 8px; }

.lightbox-wrapper .grid_4 .image-container .image {
  height: 173px;
  margin: 9px 0 0 17px;
  overflow: hidden;
  width: 280px; }

.lightbox-wrapper .grid_4 .image-container .image img {
  height: 173px;
  width: 280px; }

.expand-content > .liftup-50 {
  padding-bottom: 20px; }

.signed-in #chat-button {
  display: none; }

.error-page {
  margin-top: 2em; }

.error-page .error500 {
  color: #f7f9fa;
  font-size: 140px;
  font-family: "StagSansMedium","Segoe WP SemiBold",arial,helvetica,sans-serif;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px;
  cursor: default; }

.error-page .error500-before {
  background: url(../img/errorBadge.png) no-repeat center 0;
  display: block;
  width: 250px;
  height: 93px; }

a.rwd-link {
  display: none; }

footer .main .content.some a#logo-draugiem {
  height: 21px;
  background: transparent url(../img/icons_footer.png) 0 -498px no-repeat; }

footer .main .content.some a#logo-draugiem:hover {
  background-position: 0 -524px; }

span.content-id {
  padding: 2px 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff; }

.signed-out span.content-id {
  display: none; }

.portlet-borderless span.content-id {
  color: #4a4a4a;
  border-radius: 5px;
  background: #edf7fe; }

.lt-ie9 .carousel.wide {
  margin-bottom: 30px; }

div.content-owner {
  float: right;
  margin-right: 100px; }

.signed-out div.content-owner {
  display: none; }

.signout-custom {
  float: right;
  margin-right: 24px;
  margin-top: 1px;
  position: relative;
  right: 0;
  top: 0;
  z-index: 99999; }

html[lang="zh_CN"] body {
  line-height: 1.6; }

html[lang="zh_CN"] * {
  font-family: "GTWalsheim","Segoe WP",Arial,Helvetica,"宋体",SimSun,"华文细黑",STXihei,sans-serif; }

html[lang="zh_CN"] .signed-out * {
  font-family: "GTWalsheim","Segoe WP",Arial,Helvetica,"宋体",SimSun,"华文细黑",STXihei,sans-serif !important; }

html[lang="zh_CN"] #main-container p {
  line-height: 1.6; }

html[lang="zh_CN"] .country-lift-wrapper .country-lift .content {
  height: auto;
  min-height: 100px; }

html[lang="zh_CN"] .zh_CN {
  line-height: 1.7 !important;
  letter-spacing: 1px; }

html[lang="ko_KR"] * {
  word-break: keep-all; }

.signed-in .show-on-mobile, .html-editor .show-on-mobile {
  display: initial !important; }

.show-on-mobile {
  display: none !important; }

.portlet-asset-tags-navigation ul.tag-items {
  padding: 0;
  margin: 0 0 10px 0; }

.portlet-asset-tags-navigation ul.tag-items li {
  margin: 10px 5px 10px 5px; }

.portlet-asset-tags-navigation ul.tag-items li span {
  border: 1px solid #bb9a9a;
  padding: 8px;
  border-radius: 7px; }

.portlet-asset-tags-navigation ul.tag-items li span a:link, .portlet-asset-tags-navigation ul.tag-items li span a:visited {
  text-decoration: none;
  color: #004152;
  font-size: 16px;
  font-family: "GTWalsheim",Arial,Helvetica,sans-serif;
  font-weight: normal; }

table.table-borders {
  border: 1px solid #bdbcbc; }

table.table-borders td {
  border: 1px solid #bdbcbc;
  padding: 5px; }