/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}

/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/******************** Modifications / additions by WD ****************/
/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }
/** Responsive align */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }
@media (min-width: 768px) { /* and (max-width: 991px) */
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
}
@media (min-width: 992px) { /* and (max-width: 1199px) */
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
}
@media (min-width: 1200px) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
}
/** Generic; header, footer etc. */
body {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  line-height: 1.3;
  color: #28414f;
}
.body-content {
  overflow-x: hidden;
}
/** COMMON STYLES */
.checkbox-label-disabled {
  opacity: 0.3;
}
.lang-select-uil {
  background-image: url('//d25ykh1g2lqhbg.cloudfront.net/img/icons/flags-all.png');
  background-repeat: no-repeat;
  position: relative;
  display: block;
  background-repeat: no-repeat;
}
.lang-select-uil:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(7,185,176,0.7);
  background-size: cover;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.lang-select-uil.lang-select__large:after {
  width: 50px;
  height: 50px;
}
.lang-select-uil.active:after,
.lang-select-uil:hover:after {
  background: transparent;
}
.b-button {
  background: #f36c20;
  border: 0;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 50px;
  height: 56px;
  padding: 0 50px;
  text-decoration: none;
  border-radius: 50px;
  letter-spacing: 1px;
  font-weight: 400;
  border: 3px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}
.b-button:hover {
  color: #fff;
  background-color: #e05a0f;
  text-decoration: none;
}
.b-button:focus {
  color: #fff;
  text-decoration: none;
}
.b-button_big {
  padding: 0 70px;
}
.b-button_color-white {
  background-color: #fff;
  color: #f36c20;
  padding: 0 45px;
}
.b-button_color-white-bordered {
  background-color: #fff;
  color: #f36c20;
  padding: 0 45px;
  border-color: #f36c20;
}
.b-button_color-white-bordered:hover {
  color: #e05a0f;
  background-color: #fff;
  border-color: #e05a0f;
}
.b-button_size-small {
  font-size: 15px;
  line-height: 30px;
  height: 35px;
  padding: 0 40px;
}
.b-button.disabled {
  background-color: #ccc;
  cursor: default;
}
a:active, a:hover {
  outline: 0;
}
a,
a:focus {
  color: #04b9b0;
  text-decoration: underline;
}
a:hover {
  color: #04b9b0;
  text-decoration: none;
}
h2.notTranslated {
  color: #04b9b0;
}
.list-group-item,
.btn-group-vertical>.btn {
  border-radius: 0;
}
.list-group-item:first-child,
.btn-group-vertical>.btn:first-child {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.list-group-item:last-child,
.btn-group-vertical>.btn:last-child {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.input-lg {
  border-radius: 8px;
}
/* Internal page menu - inside header (collapsed part for small screens) */
.user-menu-wrapper {
  background: #38bdb7;
}
.user-menu-navbar li.navbar-nav__item {
  font-size: 20px;
  font-weight: 300;
}
.user-menu-navbar > li.navbar-nav__item > a.navbar-nav__item__link {
  padding: 0 20px;
  color: #fff;
  line-height: 38px;
}
.user-menu-navbar > li.navbar-nav__item > a.navbar-nav__item__link:hover {
  text-decoration: none;
}
/* Internal page menu - below header (bigger screens) */
.user-menu__i {
  font-size: 20px;
  font-weight: 300;
  border-left: 2px solid #3df1ed;
  border-bottom: 2px solid #3df1ed;
}
.user-menu__i.home {
  border: none;
}
.user-menu__i:last-child {
  border-right: 2px solid #3df1ed;
}
.user-menu__i .user-menu__i__link {
  padding: 0;
  color: #28414f;
  text-decoration: none;
  line-height: 48px;
  border-bottom: 3px solid #38bdb7;
}
.user-menu__i .user-menu__i__link:hover,
.user-menu__i .user-menu__i__link:focus,
.user-menu__i .user-menu__i__link.active:hover,
.user-menu__i .user-menu__i__link.active {
  background: #b3eae7;
  text-decoration: none;
  border-bottom: 3px solid #3df1ed;
  background-color: transparent;
}
.user-menu__i.home .user-menu__i__link:hover,
.user-menu__i.home§ .user-menu__i__link:focus {
  border-bottom: none;
}
/** Popup styles */
.success-popup, .error-popup, .help-popup {
  background: #b3eae7;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.7);
  color: #28414f;
  font-size: 14px;
  padding: 40px 45px;
  z-index: 100;
  text-align: left;
  border-radius: 8px;
}
.error-popup {
  background: #fa6868;
}
.success-popup p.popup__title,
.error-popup p.popup__title,
.help-popup p.popup__title {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 39px;
  margin-top: 0;
}
.success-popup p.popup__msg,
.error-popup p.popup__msg,
.help-popup p.popup__msg {
  margin: 0;
  font-size: 16px;
  line-height: 19px;
}
.site-notification {
  background-color: #243e54;
  color: white;
}
.site-notification h3 {
  margin: 10px 0 5px 0;
}
.pre-header-banner {
  background: rgba(0, 0, 0, 0.3);
}
.pre-header-banner a {
  text-decoration: none;
}
.pre-header-banner__img {
  width: 85px;
  height: 85px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.pre-header-banner__content {
  margin-left: 75px;
  min-height: 85px;
}
.pre-header-banner__title {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: white;
  display: inline-block;
  padding-top: 25px;
}
.pre-header-banner__buttons {
  display: inline-block;
  padding: 0 0 10px 30px;
}
.pre-header-banner__buttons .link {
  background-color: #0dc9c0;
  border-radius: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
  padding: 3px 10px 3px 10px;
  text-decoration: none;
  line-height: 21px;
  margin: 10px 5px 0 0;
  display: inline-block;
  box-shadow: 0 2px #03726c;
}
.pre-header-banner__title.no-image {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .pre-header-banner__title {
    font-size: 18px;
    padding-top: 20px;
  }
  .pre-header-banner__buttons {
    padding-left: 10px;
  }
  .pre-header-banner__buttons .link {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
  }
}
.wd-content {
  padding: 20px 0 30px 0;
}
.wd-forceheight {
  min-height: 500px;
}
.wd-content h1, .wd-content h2 {
  font-weight: 300;
}
.wd-content h1 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 32px;
}
.wd-content h2 {
  font-size: 36px;
  line-height: 40px;
  margin-top: 25px;
}
.wd-content p,
.wd-content ul li {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 29px;
}
.wd-content ul li {
  margin-bottom: 0;
}
.wd-content td {
  font-size: 16px;
  font-weight: normal;
  line-height: 29px;
}
.wd-content .wd-col {
  padding: 0 40px 15px 0;
}
.wd-content .wd-rounded-col {
  border: 1px solid #04b9b0;
  border-radius: 8px;
  padding: 10px 40px 45px 40px;
}
.wd-content .wd-rounded-col h2 {
  margin-bottom: 25px;
}
/** HEADER STYLES */
.wd-header {
  padding: 20px 20px;
  zoom: 1;
  color: white;
  font-family: 'Lato', sans-serif;
  min-height: 50px;
  border: none;
  margin-bottom: 0;
  background: #088b83;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .wd-header {
    padding: 10px;
  }
}
.wd-header .b-button_color-white {
  min-width: 155px;
  padding: 0px 14px;
  text-align: center;
  color: #f36c20;
  margin-top: 6px;
}
.wd-header a,
.wd-header a:hover {
  color: white;
}
.wd-header .title {
  font-size: 30px;
  margin: 5px 0 0 20px;
}
.wd-header .navbar-toggle#login-mobile {
  padding: 0;
}
.wd-header .navbar-toggle {
  margin: 0;
  border: none;
}
.wd-header .navbar-toggle .icon-bar {
  background-color: white;
}
.wd-header .navbar-toggle:hover,
.wd-header .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.3);
}
.wd-header .navbar-toggle .icon-bar {
  height: 5px;
  border-radius: 0;
  border-bottom: 1px solid #046d67;
}
/*.wd-header .navbar-toggle .icon-bar+.icon-bar {*/
  /*margin-top: 3px;*/
/*}*/
.wd-header .navbar-collapse {
  border: none;
}
.wd-header img.header-logo {
  width: 253px;
}
@media screen and (max-width: 767px) {
  .wd-header img.header-logo {
    width: 200px;
  }
}
.wd-header .slogan {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  display: block;
  clear: both;
}

.slogan.larger-slogan {
  font-size: 1.4rem;
  font-weight: 350;
  margin-top: .3rem;
  text-align: center;
  max-width: 24rem;
}

.wd-header .user-name {
  font-size: 16px;
  margin-bottom: 3px;
  text-align: right;
  margin: 7.5px 0;
}
.wd-header-shadow .wd-header {
  filter: drop-shadow(0 1px 2px #195752);
}
.header-banner,
.header-banner__icon,
.header-banner__content {
  display: inline-block;
}
.header-banner a {
  text-decoration: none;
}
.header-banner .header-banner__icon {
  padding-right: 15px;
  vertical-align: top;
}
.header-banner .header-banner__icon-gift {
  vertical-align: top;
  display:inline-block;
  padding: 10px 0 0 10px;
}
.header-banner__icon-gift + .header-banner__content {
  padding: 15px 0 0 15px;
}
.header-banner .header-banner__content .header-banner__title {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: white;
}
.header-banner .header-banner__content .header-banner__buttons a,
.header-banner .header-banner__content .header-banner__buttons .link {
  background-color: #0dc9c0;
  border-radius: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 15px;
  padding: 3px 20px 3px 20px;
  text-decoration: none;
  line-height: 21px;
  margin: 10px 5px 0 0;
  display: inline-block;
  box-shadow: 0 2px #03726c;
}
.header-banner .header-banner__content .header-banner__buttons a img {
  padding-right: 2px;
}
.wd-submerged img.header-logo {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .wd-submerged img.header-logo {
    width: 160px;
  }
}
/** FOOTER STYLES */
.wd-footer {
  min-height: 105px;
  width: 100%;
  color: white;
  font-family: 'Lato', sans-serif;
  position: relative;
  /*background-color: rgba(0, 0, 0, 0.3);*/
  background-color: #016d67;
}
.wd-footer .footer-top {
  height: 200px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#088b83+0,016d67+100 */
  background: #088b83; /* Old browsers */
  background: -moz-linear-gradient(top, #088b83 0%, #016d67 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #088b83 0%,#016d67 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #088b83 0%,#016d67 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#088b83', endColorstr='#016d67',GradientType=0 ); /* IE6-9 */
}
.wd-footer .footer-container {
  padding-top: 16px;
  padding-bottom: 50px;
}
.wd-footer .footer-navigation__heading {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0;
}
.wd-footer .footer-navigation__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wd-footer .footer-navigation__item {
  list-style: none;
  margin: 0 0 5px 0;
}
.wd-footer .footer-navigation__item a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.wd-footer .footer-mobileapp {
  float: right;
  clear: right;
  text-align: right;
  margin-top: 37px;
}
.wd-footer .mobile {
  margin: 0 0 5px 5px;
}
.wd-footer .footer-socials {
  padding-bottom: 10px;
  float: right;
  margin-top: 20px;
}
.wd-footer .footer-socials a {
  display: inline-block;
  margin: 0 0 0 12px;
}
.wd-footer a:hover {
  text-decoration: none;
}
.footer-socials__icon :first-child {
  color: #fff;
}
.footer-socials__icon i:nth-child(2) {
  color: #04b9b0;
}
.footer-socials__icon i:nth-child(2):hover {
  color: #f36c20;
}
body.wd-submerged .footer-socials__icon i:nth-child(2) {
  color: #057a73;
}
body.wd-submerged .footer-socials__icon i:nth-child(2):hover {
  color: #f36c20;
}
.footer-site-language {
  clear: both;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  position: relative;
  margin: 56px 0 40px 0;
}
.footer-site-language__heading {
  color: #fff;
  font-size: 15px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: -11px;
}
.footer-site-language__heading span {
  background: #04b9b0;
  padding: 0 10px;
}
body.wd-submerged .footer-site-language__heading span {
  background: #016d67;
}
.footer-site-language__list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
.footer-site-language__item {
  list-style: none;
  padding: 0;
  margin: 10px 25px;
  display: inline-block;
}
.footer-site-language__link {
  color: #fff;
  text-decoration: none;
}
.footer-site-language__link .lang {
  border: 0;
  margin: 0 auto;
}
.footer-site-language__link .lang__title {
  color: #fff;
}
.wd-footer .footer-copyright {
  margin: 25px 0 15px;
}
body.wd-purchase .footer-copyright {
  font-size: 14px !important;
}
.wd-footer__midi .footer-copyright {
  margin: 15px 0 15px 10px;
}
.wd-footer__midi .app-icons {
  margin-top: 10px;
}
body.wd-submerged.wd-short .wd-footer,
body.wd-submerged .wd-footer__midi {
  padding-top: 0;
  background-color: transparent;
}
/* Submerged site styles */
body.wd-submerged {
  background: #088b83; /* Old browsers */
  color: white;
}
body.wd-submerged .body-content {
  background-image: none; /*url("//d25ykh1g2lqhbg.cloudfront.net/img/learn-languages/top-bubbles.png");*/
  background-position: 50% 180px;
  background-repeat: no-repeat;
  color: white;
}
body.wd-submerged.wd-short .body-content {
  background-image: none;
}
body.wd-submerged .b-button {
  box-shadow: 0 3px #D64526;
  margin: 40px 0;
}
body.wd-submerged .purchase-input-form .b-button {
  margin: 0;
}
body.wd-submerged .b-button_color-white-bordered {
  box-shadow: none;
  color: #f36c20 !important;
}
body.wd-submerged .b-button.less-margin {
  margin: 0 0 10px;
}
body.wd-submerged .b-button.disabled {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  body.wd-submerged .b-button {
    margin: 20px 0;
    padding: 0 20px;
  }
  body.wd-submerged .transparent_header {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body.wd-submerged .transparent_header a.b-button {
  box-shadow: 0 3px rgba(0,0,0,0.4);
  margin: 10px 0;
}
.submerged_main {
  text-align: center;
  margin: 25px 0 0 0;
  position: relative;
}
body.wd-submerged .submerged_main .b-button {
  margin: 0;
}
.submerged_main .top-spaced {
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .submerged_main .top-spaced {
    margin-top: 10px;
  }
}
body.wd-submerged h2 {
  color: white;
  text-shadow: 0 2px #046D67;
  line-height: 1.2;
  font-weight: 400;
  font-size: 30px;
}

body.wd-submerged h2.sub-headline {
  font-size: 40px;
}

body.wd-submerged h1.submerged_heading,
body.wd-submerged h2.submerged_heading {
  color: white;
  text-shadow: 0 2px #046D67;
  line-height: 1.2;
  font-weight: 300;
  font-size: 72px;
  margin: 40px 0 40px 0;
}
body.wd-submerged h2.submerged_heading {
  margin-top: 50px;
}
body.wd-submerged h2.submerged_heading.spaced {
  margin-top: 110px;
}
.tight_top {
  margin-top: 10px;
}
.tight_bottom {
  margin-bottom: 10px;
}
p.submerged_paragraph {
  color: white;
  line-height: 1.2;
  font-weight: 300;
  font-size: 32px;
  margin: 15px 0;
}
p.submerged_paragraph.tight {
  margin: 10px 0;
}
p.submerged_paragraph.loose {
  margin: 10px 0 40px 0;
}
p.submerged_paragraph.loose.first {
  margin-top: 60px;
}
a.b-button + p.submerged_paragraph {
  margin: 25px 0 50px 0;
}
body.wd-submerged a {
  color: white;
}
.wd-relative {
  position: relative;
}

body.wd-submerged h1.submerged_heading.lower-heading {
  margin-top: 80px;
}

@media screen and (max-width: 992px) {
  .submerged_main {
    margin: 0;
  }
  body.wd-submerged h1.submerged_heading.lower-heading {
    margin-top: 40px;
  }
  .submerged-img {
    display: none;
  }
  body.wd-submerged h1.submerged_heading,
  body.wd-submerged h2.submerged_heading {
    font-size: 32px;
    margin: 35px 0 50px 0;
    line-height: 1.1;
  }
  p.submerged_paragraph,
  p.submerged_paragraph.loose {
    font-size: 24px;
    margin: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  body.wd-submerged h1.submerged_heading,
  body.wd-submerged h2.submerged_heading {
    margin: 15px 0 20px 0;
    line-height: 1.1;
  }
  body.wd-submerged h2.submerged_heading {
    margin-top: 20px;
  }
}
.submerged-img__mikko-swim {
  position: absolute;
  top: 100px;
  height: 535px;
  right: -654px;
}
@media screen and (max-width: 1800px) {
  .submerged-img__mikko-swim,
  .submerged-img__submarine-left{
    display: none;
  }
}
.submerged-img__reef-vertical-right {
  position: absolute;
  right: 0;
  top: 0;
}
.submerged-img__cogwheel-left {
  position: absolute;
  left: -506px;
  top: 0;
}
.submerged-img__cogwheel-right {
  position: absolute;
  right: -500px;
  top: 320px;
}
.submerged-img__reef-vertical-left {
  position: absolute;
  left: 0;
  top: 0;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.reasons-submerged__item-senses,
.reasons-submerged__item-personal,
.reasons-submerged__item-permanent {
  background-image: url('//d25ykh1g2lqhbg.cloudfront.net/img/learn-languages/reasons.png');
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 167px;
  height: 138px;
  margin: 20px auto;
}
.reasons-submerged__item-personal {
  background-position: -167px 0;
}
.reasons-submerged__item-permanent {
  background-position: -334px 0;
}
.submerged-img__submarine-left {
  position: absolute;
  left: -725px;
  top: 0;
}
body.wd-submerged .select-language-item {
  margin: 10px;
}
body.wd-submerged .lang-select-uil:after {
  background: rgba(4, 102, 97, 0.7);
}
body.wd-submerged .lang-select-uil.active:after,
body.wd-submerged .lang-select-uil:hover:after {
  background: transparent;
}
.wd-submerged__bubbles {
  position:relative;
  background: url("//d25ykh1g2lqhbg.cloudfront.net/img/learn-languages/top-bubbles.png") top center no-repeat;
}
body.wd-submerged .wdHighlight {
  color: #06DCD0;
}
hr {
  display: block;
  border: 0;
  height: 29px;
  background-image: url('//d25ykh1g2lqhbg.cloudfront.net/img/icons/divider.png');
  background-repeat: no-repeat;
  margin-top: 35px;
}
.wd-submerged .abi .mirror-image {
  margin-bottom: -185px;
}
@media screen and (max-width: 550px) {
  .wd-submerged .abi .mirror-image {
    margin-bottom: -100px;
  }
}
/** TEACHER PORTAL STYLES */
.group-panel > .panel-heading > .panel-title > .badge,
.group-panel .si-title {
  margin-left: 7px;
}
.group-panel .checkbox {
  margin: 0;
}
.group-panel .si-image {
  max-width: 150px;
}
.group-panel .si-details-well {
  padding-right: 0;
  padding-bottom: 0;
}
.group-panel .btn-primary.topic-link-btn,
.group-panel .btn-primary.si-link-btn {
  color: white;
}
.group-panel .si-caret,
.group-panel .group-caret {
  margin-left: 7px;
}
.group-panel .si-details-well dd {
  word-wrap: break-word;
}
.group-panel a .badge {
  background-color: #337ab7;
  margin-right: 5px;
}
#proposeForm .alert {
  margin-top: 14px;
}
.topic-info {
  color: dimgray;
  font-style: italic;
}
/** BUSINESS-PAGE STYLES */
.quoteText {
  font-size: 16px;
  font-style: italic;
  line-height: 29px;
  position: relative;
  margin: 25px 0 0 25px;
  padding: 15px 25px;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  box-shadow: 0 0 2px rgba(0,0,0,.3);
}
.quoteArrow {
  position: absolute;
  top: 27px;
  left: -26px;
  display: block;
  width: 26px;
  height: 26px;
  background: url('//d25ykh1g2lqhbg.cloudfront.net/img/icons/quote-arrow.png') no-repeat;
}
.quoteSource {
  margin-left: 25px;
}
dl.wd-pricing dt {
  font-weight: normal;
}
dl.wd-pricing .sum {
  font-weight: bold;
}
/** ENTRY-PAGE STYLES */
.submerged_main.landing-page p.submerged_paragraph {
  font-size: 22px;
}
.track-record-section,
.reasons-section {
  background: #28414f;
  color: #fff;
  padding: 40px 0 60px;
  overflow: hidden;
}
.reasons-section {
  text-align: center;
}
.track-record-section__heading,
.reasons-section__heading {
  font-size: 30px;
  text-align: center;
  margin: 15px 0;
  font-weight: 300;
  display: block;
}
h2.reasons-section__heading {
  font-size: 50px;
  padding-bottom: 30px;
}
div.signup-info p {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.quote-picture {
  display: block;
  margin: auto;
  margin-top: 25px;
}
p.quote-info-text {
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
  margin-top: 6px;
  text-align: center;
}
.quote-text {
  background: white;
  color: black;
  font-size: 16px;
  font-style: italic;
  line-height: 29px;
  position: relative;
  margin-top: 25px;
  padding: 15px 25px;
  border-radius: 8px;
  text-align: left;
}
.quote-arrow {
  position: absolute;
  top: 27px;
  left: -26px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 26px 26px 0;
  border-color: transparent #ffffff transparent transparent;
}
.quote-arrow.mirrored {
  left: inherit;
  right: -26px;
  border-width: 26px 26px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.quote-text-date {
  font-style: normal;
  color: rgba(40, 65, 79, 0.5);
}
.awards {
  padding-top: 50px;
  font-size: 16px;
}
.awards-item {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.awards-item .awards-item__text-title,
.awards-item .awards-item__text-sub-title {
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
  font-size: 16px;
}
.awards-item .awards-item__text-sub-title {
  font-weight:300;
  font-size: 16px;
}
.team-picture {
  margin-top: 30px;
}
.team-info-name {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}
.team-info-title {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.1;
}
.courses-section {
  padding-top: 43px;
  padding-bottom: 43px;
}
.courses-section h1 {
  font-size: 50px;
  color: #28414f;
  font-weight: 300;
  margin: 15px 0px;
}
.courses-section p {
  margin: 30px 0;
  font-size: 16px;
}
.reasons-section__item {
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px dotted #a0d3f4;
  min-height: 250px;
}
.reasons-section__item:last-child {
  border-right: none;
}
.reasons-section__statement {
  font-size: 30px;
  text-align: center;
}
.reasons-section__try-link {
  padding-top: 20px;
  text-align: center;
}
.reasons-section__video {
  padding: 30px 0 20px 0;
}
.language-info-section {
  padding-top: 30px;
}
.language-info-section h2,
.language-info-section h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 25px;
}
.language-info-section .explanation-links {
  margin: 35px 0;
}
.language-info-section .explanation-links a {
  font-size: 19px;
  text-decoration: none;
  border-bottom: 1px solid white;
  position: relative;
}
.language-info-section .explanation-links a i {
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 4px;
}
.dive-in-section {
  min-height: 340px;
  position:relative;
}
.dive-in-section a {
  margin-top: 60px;
}
.dive-in-section img.mikko-img {
  position: absolute;
  bottom: -55px;
  right: 0px;
  z-index: 100;
  width: 400px;
}
/** ENTRY-PAGE - COURSES-BLOCK */
.courses-block {
  margin-top: 50px;
}
.courses-block:first-child {
  margin-top: 20px;
}
.courses-block.single {
  margin: 10px 0 20px 0;
}
.courses-ribbon {
  background: #f36c20;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  padding: 4px 0 3px 10px;
  line-height: 18px;
  display: inline-block;
  position: relative;
  bottom: -10px;
  height: 24px;
}
.courses-ribbon:before {
  width: 20px;
  height: 23px;
  display: block;
  position: absolute;
  left: -20px;
  top: 5px;
  content: "";
  border-left: 8px solid transparent;
  border-top: 13px solid #f36c20;
  border-bottom: 11px solid #f36c20;
}
.courses-ribbon:after {
  content: "";
  width: 16px;
  height: 23px;
  display: block;
  position: absolute;
  right: -16px;
  top: 0;
  border-right: 8px solid transparent;
  border-top: 13px solid #f36c20;
  border-bottom: 11px solid #f36c20;
}
.courses-ribbon_color-seagreen {
  top: -6px;
  margin-left: 15px;
  line-height: 15px;
}
.courses-ribbon_color-seagreen:before {
  content: none;
}
.courses-ribbon_color-seagreen:after {
  content: "";
  width: 16px;
  height: 23px;
  display: block;
  position: absolute;
  right: -16px;
  top: 0;
}
.courses-block-info a.b-button {
  margin-top: 0;
}
.courses-block-list {
  margin-top: 23px;
}
.courses-block-buy {
  margin-top: 20px;
}
.courses-block.single .courses-block-buy {
  margin-top: 0;
}
p.courses-block-buy__price {
  text-align: right;
  margin: 0 0 15px 0;
}
.courses-block-buy__new-price {
  font-size: 35px;
  font-weight: 400;
}
.courses-block-buy__new-price span {
  font-size: 19px;
  font-weight: 300;
}
.courses-block-heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 27px;
}
.courses-block-descr p {
  margin: 0 0 5px;
  padding: 0;
  font-size: 20px;
  line-height: 23px;
}
.courses-block-descr p a.showHideCourses {
  margin-left: 15px;
}
.courses-block-descr p a i {
  margin-left: 5px;
}
.courses-block-list:before, .courses-block-list:after {
  content: "";
  display: table;
}
.courses-block-list-item {
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 10px;
  zoom: 1;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
}
.courses-block-list-item:hover {
  background-color: #12c6bb;
}
.courses-block-list-item:active {
  background-color: #07B9B0;
}
.courses-block-list-item .course-select {
  display: inline-block;
  float: left;
  margin-left: 10px;
}
.courses-block-list-item .fa-stack {
  color: white;
  width: 30px;
  height: 30px;
  float: right;
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
}
p.courses-block-list-item__title {
  font-size: 15px;
  font-weight: 700;
  color: white;
  padding: 0;
  display:inline-block;
  float:left;
  margin: 5px 10px 0 10px;
  width: 80%;
  width:calc(100% - 100px);
}
.courses-block-list-item__toggled {
  display: none;
  font-size: 15px;
  clear: left;
  padding-top: 10px;
  padding: 12px 16px;
}
.courses-block-list-item.open .courses-block-list-item__toggled {
  display: block;
}
.courses-block-list-item__toggled p, .courses-block-list-item__toggled ul {
  margin: 0 0 10px 0;
  padding: 0;
}
.courses-block-list-item__toggled p, .courses-block-list-item__toggled ul {
  margin: 0 0 10px 0;
  padding: 0;
}
.courses-block-list-item__toggled li {
  margin: 0 0 3px 0;
  padding: 0;
  list-style: disc inside;
}
.courses-block-list-item:after {
  clear: both;
}
.courses-block-list-item:before, .courses-block-list-item:after {
  content: "";
  display: table;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: transparent;
}
/** HOME-PAGE STYLES */
.main__intro {
  margin: 0 !important;
  padding-bottom: 50px;
}
h1.main__heading {
  font-weight: 300 !important;
  font-size: 48px;
  color: #f36c20;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  h1.main__heading {
    font-size: 30px;
    line-height: 36px;
  }
}
.sky-with-waves {
  background: url('//d25ykh1g2lqhbg.cloudfront.net/images/footer-waves.png') center bottom repeat-x white;
  padding-bottom: 65px;
}
.submerged-section {
  background: #04b9b0; /* Old browsers */
  background: -moz-linear-gradient(top, #04b9b0 28%, #019a88 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #04b9b0 28%,#019a88 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #04b9b0 28%,#019a88 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04b9b0', endColorstr='#019a88',GradientType=0 ); /* IE6-9 */
  position: relative;
  overflow-y: visible;
}
.submerged-section__images {
  overflow-x: hidden;
}
.submerged-section__content {
  min-height: 420px;
  position: relative;
}
.submerged-img__left {
  position: absolute;
  bottom: 0;
  width: 700px;
  left: -480px;
}
.submerged-img__submarine {
  max-height: 300px;
}
.submerged-img__right {
  position: absolute;
  bottom: 0;
  width: 850px;
  right: -600px;
}
@media screen and (max-width: 992px) {
  .submerged-img__left,
  .submerged-img__right {
    display: none;
  }
}
.submerged-img__flags {
  background-image: url('//d25ykh1g2lqhbg.cloudfront.net/img/home/reef-flags-2.png');
  background-repeat: no-repeat;
  width: 72px;
  height: 76px;
  margin-bottom: 5px;
}
.submerged-img__flags-5 {
  background-position: -1px 0;
}
.submerged-img__flags-4 {
  background-position: -93px 0;
}
.submerged-img__flags-9 {
  background-position: -186px 0;
}
.submerged-img__flags-12 {
  background-position: -279px 0;
}
.submerged-img__flags-3 {
  background-position: -371px 0;
}
.submerged-img__flags-10 {
  background-position: -465px 0;
}
.submerged-img__flags-11 {
  background-position: -557px 0;
}
.submerged-img__flags-1 {
  background-position: -648px 0;
}
.submerged-img__flags-16 {
  background-position: -742px 0;
}
.submerged-img__flags-6 {
  background-position: -836px 0;
}
.select-language-item {
  list-style: none;
  display: inline-block;
  width: 75px;
  margin-bottom: 10px;
  min-width: 75px;
}
.select-language-item-with-text p {
  margin: 0;
  line-height: 15px;
  font-size: 13px !important;
}
a.select-language-link {
  text-align: center;
  color: white !important;
  text-decoration: none;
}
a.select-language-link:hover,
a.select-language-link:focus {
  text-decoration: underline;
  color: white;
}
.reasons-section h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  margin: 15px 0 35px;
}
.reasons-section p.explanation {
  font-size: 20px;
  font-weight: 300;
}
.reasons-section__white {
  background: #fff;
  color: #28414f;
  padding: 40px 0 60px;
  overflow: hidden;
  text-align: center;
}
.reasons-section__white p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 29px;
}
.reasons-section__try-button {
  margin: 50px 0 0 0;
}
.reasons-section__item-senses,
.reasons-section__item-personal,
.reasons-section__item-permanent {
  background-image: url('//d25ykh1g2lqhbg.cloudfront.net/img/icons/reasons.png');
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
.reasons-section__item-personal {
  background-position: -120px 0;
}
.reasons-section__item-permanent {
  background-position: -240px 0;
}
.reasons-section__try-link a:not(.b-button),
.reasons-section__try-link-green a:not(.b-button) {
  color: white;
  display: inline-block;
  font-size: 19px;
  text-decoration: none;
  line-height: 23px;
  margin-top: 16px;
  font-weight: 300;
  border-bottom: 1px solid white;
}
.reasons-section__try-link-green a {
  color: #04b9b0;
  border-bottom: 1px solid #04b9b0;
}
.reasons-section__try-link i,
.reasons-section__try-link-green i {
  display: inline-block;
  margin-left: 15px;
}
.users-graph-left img {
  margin-right: 0;
}
.users-graph-right {
  text-align: center;
  margin: 140px 0;
}
a.banner-link {
  text-decoration: none;
}
.christmas-banner {
  margin-top: 30px;
  padding: 20px 0;
  font-family: Lato, sans-serif;
  border: 1px solid #04b9b0;
  background-color: white;
}
.christmas-banner.no-border {
  border: none;
  margin-top: -40px;
}
.christmas-banner h3 {
  padding-top: 20px;
  font-weight: 400;
  font-size: 26pt;
  color: #d22927;
  margin: 15px auto 0;
}
.christmas-banner p .b-button {
  margin-top: 20px;
}
.christmas-banner .offer-tag {
  background-image: url('//d25ykh1g2lqhbg.cloudfront.net/images/offer-percent.png');
  background-size: 80px;
  width: 80px;
  height: 80px;
  margin-top: 20px;
  text-align: center;
  line-height: 80px;
  color: white;
  font-weight: bold;
  font-size: 20pt;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
}
@media screen and (max-width: 767px) {
  .users-graph-left img {
    margin-right: auto;
  }
  .users-graph-right {
    margin: 30px 0;
    display: block;
  }
}
.wd-ordered-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
  padding-left: 50px;
  position: relative;
}
.wd-ordered-list li {
  counter-increment: step-counter;
  margin-bottom: 20px;
  font-size: 16px;
}
.wd-ordered-list li::before {
  content: counter(step-counter);
  margin-right: 10px;
  background-color: #04b9b0;
  color: white;
  padding: 3px 11px;
  border-radius: 50%;
  line-height: 24px;
  font-size: 16px;
  position: absolute;
  left: 0px;
}
.green-section {
  background: #04b9b0;
  color: #fff;
  padding: 20px 0 40px;
  overflow: hidden;
}
.green-section__heading {
  font-size: 30px;
  text-align: center;
  margin: 15px 0;
  font-weight: 300;
  display: block;
}
.permanent-counter span.rounded-numbers {
  width: 30px;
  font-size: 200%;
  border-radius: 3px;
  background-color: #fff;
  color: #04b9b0;
  display: inline-block;
  text-align: center;
  margin-right: 3px;
}
.select-language-list {
  list-style: none;
  margin: 0;
  padding: 20px 10px 20px 10px;
  text-align: center;
  position: relative;
}
.select-language-item {
  list-style: none;
  display: inline-block;
  width: 65px;
  margin-bottom: 10px;
  min-width: 65px;
  padding-bottom: 10px;
}
.select-language-item-with-text {
  margin-right: 10px;
  margin-bottom: 0;
}
.select-language-item-with-text p {
  margin: 0;
  line-height: 15px;
  font-size: 13px !important;
}
.select-language-link {
  text-align: center;
  color: #acacac;
  text-decoration: none;
}
.wd-submerged .b-chooseLang-select__list-link {
  color: #04b9b0;
}

.purchase-flow-link.section-cta-button {
  margin: 2.15rem;
}

@media screen and (min-width: 992px) {
  .purchase-flow-link.section-cta-button.adjust-left {
    margin-left: -1rem;
  }
}

.purchase-flow-link.hovering-right {
  float: right;
  margin-right: -25px;
}

.row.mobile-only {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .row.mobile-only {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .purchase-flow-link.hovering-right {
    margin-right: -15px;
    font-size: .7rem !important;
    min-width: auto !important;
    box-shadow: none !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    text-align: right !important;
    line-height: 1.75rem;
    min-height: auto !important;
    height: auto !important;
  }
}

/* Modal styles */
body.wd-submerged .modal-dialog {
  color: #28414f;
}
.modal-content {
  box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.modal h1 {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .modal h1 {
    word-wrap: break-word;
  }
}
.modal h2 {
  font-size: 20px;
  color: white;
}
body.wd-submerged .modal-body a {
  color: #04b9b0;
}
.modal-body button.close {
  font-size: 50px;
  font-weight: 300;
  opacity: 1;
  color: #28414f;
  position: absolute;
  top: 0px;
  right: 10px;
}
/** Language icons */
.lang-select {
  background-image: url('//d25ykh1g2lqhbg.cloudfront.net/img/icons/flags.png');
  background-repeat: no-repeat;
  position:relative;
  display:inline-block;
  width: 60px;
  height: 60px;
}
.lang-select__small {
  background-size: 400%;
  width: 36px;
  height: 36px;
}
.lang-select__extra-small {
  background-size: 400%;
  width: 24px;
  height: 24px;
}
.lang-select:hover:after,
.lang-select__small:hover:after {
  content : "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
  background-size: cover;
  width: 60px;
  height: 60px;
  border-radius:50%;
}
.lang-select__small:hover:after {
  width: 36px;
  height: 36px;
}
.lang-select__large {
  width: 50px;
  height: 50px;
}
.lang-select-header {
  text-align: center;
  margin-top: 45px;
  margin-bottom:25px;
}
/** from glue -> */
.lang-select-9 {
  background-position: 0 0;
}
.lang-select-8 {
  background-position: calc(100% / 3) 0;
}
.lang-select-7 {
  background-position: 0 calc(100% / 3);
}
.lang-select-6 {
  background-position: calc(100% / 3) calc(100% / 3);
}
.lang-select-5 {
  background-position: calc(100% / 3 * 2) 0;
}
.lang-select-4 {
  background-position: calc(100% / 3 * 2) calc(100% / 3);
}
.lang-select-3 {
  background-position: 0 calc(100% / 3 * 2);
}
.lang-select-22 {
  background-position: calc(100% / 3) calc(100% / 3 * 2);
}
.lang-select-21 {
  background-position: calc(100% / 3 * 2) calc(100% / 3 * 2);
}
.lang-select-2 {
  background-position: 100% 0;
}
.lang-select-16 {
  background-position: 100% calc(100% / 3);
}
.lang-select-15 {
  background-position: 100% calc(100% / 3 * 2);
}
.lang-select-12 {
  background-position: 0 100%;
}
.lang-select-11 {
  background-position: calc(100% / 3) 100%;
}
.lang-select-10 {
  background-position: calc(100% / 3 * 2) 100%;
}
.lang-select-1 {
  background-position: 100% 100%;
}
.lang-select-goal-image {
  width: 24px;
  height: 24px;
}
/* <- from glue */
.pos-r {
  position: relative;
}
/** Free sample popup */
.modal-dialog button.close,
.wd-popup.wd-popup-small .modal-dialog .modal-body button.close {
  width: 28px;
  height: 30px;
  opacity: 1;
  color: #28414f;
  position: absolute;
  top: -10px;
  right: -10px;
  background-image: url('//d25ykh1g2lqhbg.cloudfront.net/img/icons/x-button.png');
  background-size: 28px 30px;
  background-repeat: no-repeat;
}
@media (min-width: 820px) {
  .wd-popup .modal-dialog {
    width: 800px;
  }
}
@media (min-width: 470px) {
  .wd-popup-small .modal-dialog {
    width: 450px;
    margin: 30px auto;
  }
}
.wd-popup .modal-content {
  border-radius: 10px;
}
.wd-popup .modal-header {
  background-color: #06b8af;
  border-radius: 8px 8px 0 0;
  border-bottom: none;
  padding: 15px 25px;
  box-shadow: 0 4px 4px 0 #000000;
}
.wd-popup .modal-header h4 {
  color: white;
  font-size: 40px;
  text-shadow: 0 2px 0px #04807a;
  font-weight: 300;
}
.wd-popup-small .modal-header h4 {
  font-size: 24px;
}
.wd-popup .modal-header p {
  color: white;
  font-size: 20px;
  font-weight: 300;
}
.wd-popup .modal-body {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a706b+0,0b827c+3,0e958e+100 */
  background: #0a706b; /* Old browsers */
  background: -moz-linear-gradient(top,  #0a706b 0%, #0b827c 3%, #0e958e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #0a706b 0%,#0b827c 3%,#0e958e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #0a706b 0%,#0b827c 3%,#0e958e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a706b', endColorstr='#0e958e',GradientType=0 ); /* IE6-9 */
  padding: 30px 25px;
  border-radius: 0 0 8px 8px;
  color: white;
}
.wd-popup .modal-body form {
  margin-top: 15px;
}
.wd-popup .modal-body label {
  font-size: 18px;
  font-weight: 300;
  color: white;
  margin: 8px 0;
}
.wd-popup .modal-body .b-button {
  margin: 15px 0;
}
.wd-popup .modal-body label span:not(.checkmark) {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #04b9b0;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
}
.free-sample-popup .modal-body .language-select,
.wd-edu .language-select {
  position: relative;
  text-align: left;
  background-color: #ffffff;
  border-radius: 8px;
}
.free-sample-popup .modal-body .language-select__label,
.wd-edu .language-select__label {
  padding: 0 20px;
  height: 47px;
  line-height: 45px;
  font-size: 18px;
  color: #04b9b0;
  background-color: rgba(4, 185, 176, 0.1);
  border-radius: 8px;
}
.free-sample-popup .modal-body .language-select__label i,
.wd-edu .language-select__label i {
  margin-right: 11px;
}
.free-sample-popup .modal-body .language-select__label.select,
.wd-edu .language-select__label.select {
  display: none;
}
.free-sample-popup .modal-body .language-select__label__select,
.wd-edu .language-select__label__select {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #04b9b0;
}
.free-sample-popup .modal-body .language-select__label__icon,
.wd-edu .language-select__label__icon {
  float: right;
  margin-right: -14px;
  color: #28414f;
}
.free-sample-popup .modal-body .language-select__label__select:after,
.wd-edu .language-select__label__select:after {
  content: '';
  border-bottom: 1px dotted #04b9b0;
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  font-size: 0;
  line-height: 0;
}
.free-sample-popup .modal-body .language-select__label__select:after,
.wd-edu .language-select__label__select:after {
  left: 100%;
  width: 100px;
  margin-left: 10px;
}
.free-sample-popup .modal-body .language-select__list-link .lang,
.wd-edu .language-select__list-link .lang {
  margin-right: 14px;
  top: 7px;
}
.free-sample-popup .modal-body .language-select__label .lang,
.wd-edu .language-select .lang {
  margin-right: 14px;
  top: 7px;
}
.language-select__list-link .language:hover:after, .language-select__label .language:hover:after {
  background-color:transparent; /* overwriting the normal effect of darkening the color, as this element already has an overlay */
}
.free-sample-popup .modal-body .language-select__list,
.wd-edu .language-select__list {
  display: none;
  position: absolute;
  top: 42px;
  left: 0px;
  width: 100%;
  height: 194px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
  border: 1px solid #04b9b0;
  background-color: #fff;
}
.free-sample-popup .modal-body .language-select__list-item,
.wd-edu .language-select__list-item {
  margin: 0 8px 0 0;
  padding: 0;
  list-style: none;
}
.free-sample-popup .modal-body .language-select__list-item:hover,
.wd-edu .language-select__list-item:hover {
  background-color: rgba(4, 185, 176, 0.1);
}
.free-sample-popup .modal-body .language-select__list-link,
.wd-edu .language-select__list-link {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  list-style: none;
  width: 100%;
  height: 46px;
  font-size: 16px;
  text-decoration: none;
  line-height: 36px;
  border: none;
}
.language-flag {
  background-image: url('//d25ykh1g2lqhbg.cloudfront.net/img/icons/flags.png');
  background-repeat: no-repeat;
  background-size: 400% 300%;
  width: 33px;
  height: 33px;
  position: relative;
  display: inline-block;
  top: 7px;
  left: -5px;
}
.language-flag-nor {
  background-image: url('//d25ykh1g2lqhbg.cloudfront.net/img/icons/flags-nor.png');
  background-repeat: no-repeat;
  background-size: 400% 300%;
  width: 33px;
  height: 33px;
  position: relative;
  display: inline-block;
  top: 7px;
  left: -5px;
}
.language-flag__9 {
  background-position: 0 0;
}
.language-flag__6 {
  background-position: calc(100% / 3) 0;
}
.language-flag__5 {
  background-position: 0 50%;
}
.language-flag__4 {
  background-position: calc(100% / 3) 50%;
}
.language-flag__3 {
  background-position: calc(100% / 3 * 2) 0;
}
.language-flag__16 {
  background-position: calc(100% / 3 * 2) 50%;
}
.language-flag__12 {
  background-position: 0 100%;
}
.language-flag__11 {
  background-position: calc(100% / 3) 100%;
}
.language-flag__10 {
  background-position: calc(100% / 3 * 2) 100%;
}
.language-flag__1 {
  background-position: 100% 0;
}
.language-flag__2 {
  background-position: 100% 50%;
}
.language-name {
  line-height: 43px;
  position: absolute;
  left: 58px;
}
.free-sample-popup .method {
  margin-top: 15px;
}
.free-sample-popup .method .method__img {
  padding-top: 15px;
}
.free-sample-popup .method-description {
  font-size: 16px;
  color: #fff;
  line-height: 23px;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.free-sample-popup .right-border {
  border-right: 1px solid #0aa59d;
  padding-right: 25px;
  box-shadow: 1px 0 #036b64;
}
@media (max-width: 768px) {
  .free-sample-popup .right-border {
    border-right: none;
    padding-right: 15px;
    box-shadow: none;
  }
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 13px;
  width: 5px;
  height: 100%;
}
.courses-popup .jspVerticalBar {
  right: 0;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #e7f8f7;
  position: relative;
}
.jspDrag {
  background: #04b9b0;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 5px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  /*background: #50506d;*/
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  /*background: #80808d;*/
}
.jspVerticalBar .jspArrow {
  height: 8px;
}
.jspHorizontalBar .jspArrow {
  width: 5px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
/******************* ABI Styles *********************/
.abi p,
.abi p.submerged_paragraph,
.submerged p {
  font-size: 24px;
  margin: 15px 0;
  font-weight: 300;
}
.abi p.entry-style {
  font-size: 15px;
  margin: 5px 10px 0 10px;
  font-weight: 700;
}
.abi p.entry-style-descr {
  font-size: 20px;
  margin: 0 0 5px;
  padding: 0;
  line-height: 23px;
}
@media screen and (max-width: 767px) {
  .abi p,
  .abi p.submerged_paragraph,
  .submerged p {
    font-size: 20px;
  }
}
.abi .method-advantages p {
  font-size: 20px;
  margin: 20px 0 15px;
}
.abi .method-advantages span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #04b9b0;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
  color: #fff;
  float: left;
  border-radius: 50%;
  font-size: 16px;
  margin-bottom: 20px;
}
.abi .highlight-text {
  color: #f36c20;
}
.abi .hl-toggle span {
  text-decoration: underline;
}
.abi .abi-table th {
  font-size: 20px;
  border: none;
  padding: 8px 0;
  border-bottom: 1px solid white;
}
.abi .abi-table td {
  border: none;
  font-size: 18px;
  padding: 5px 0;
}
.abi .abi-table tr:not(.abi-table__section-heading) td:first-child {
  padding-left: 40px;
}
.abi .abi-table .abi-table__section-heading {
  font-size: 20px;
  padding: 6px 0;
}
.abi .abi-table .summary-row {
  border-top: 1px solid white;
}
.abi .abi-table tr td:last-child {
  white-space: nowrap;
}
p.numbering {
  padding-left: 44px;
  position: relative;
}
p.numbering span {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  background-color: #04b9b0;
  text-align: center;
  line-height: 34px;
  margin-right: 10px;
  color: white;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 600;
}
.abi p.success-view, .abi p.error-view {
  background: #b3eae7;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.7);
  color: #28414f;
  text-align: center;
  border-radius: 8px;
  padding: 14px 14px;
  width: 100%;
}
.abi p.error-view {
  background: #fa6868;
}
.abi .quote-text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.abi .quote-text {
  margin: 25px 15px 0;
}
@media screen and (max-width: 767px) {
  .abi .quote-text p {
    font-size: 15px;
    line-height: 1.2;
  }
  .abi .quote-text {
    margin: 25px 10px 0;
    padding: 5px 10px;
  }
  .abi .quote-arrow {
    border-width: 0 22px 22px 0;
    left: -22px;
  }
  .abi .quote-arrow.mirrored {
    border-width: 22px 22px 0 0;
    left: inherit;
    right: -22px;
  }
}
.abi .ribbon-container {
  position: relative;
  width: 0;
  height: 0;
}
.abi .courses-ribbon {
  position:absolute;
}
/*
.abi .courses-ribbon {
  position: absolute;
  font-size: 22px;
  line-height: 22px;
  height: 30px;
}
.abi .courses-ribbon:before,
.abi .courses-ribbon:after {
  height: 30px;
  border-top: 16px solid #f36c20;
  border-bottom: 14px solid #f36c20;
}
*/
@media screen and (min-width: 768px) {
  .abi .courses-ribbon {
    font-size: 20px;
    line-height: 20px;
    height: 30px;
  }
  .abi .courses-ribbon:before,
  .abi .courses-ribbon:after {
    height: 30px;
    border-top: 16px solid #f36c20;
    border-bottom: 14px solid #f36c20;
  }
}
.listing-button,
.listing-button:focus,
.listing-button:active {
  border-radius: 8px;
  border: 1px solid #d6d6d6;
  border-left: 30px solid #e1e1e1;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  color: #28414f;
  font-weight: 500;
  background: white;
  text-shadow: none;
  padding: 12px 18px;
  text-align: left;
  box-shadow: none;
}
.btn-group .listing-button {
  border: 1px solid #d6d6d6;
  border-top: 10px solid #e1e1e1;
}
.listing-button.selected,
.listing-button:hover {
  border-color: #07cabf;
  background-color: #eafffe;
}
@media screen and (max-width: 767px) {
  .listing-button,
  .listing-button:focus,
  .listing-button:active {
    font-size: 18px;
    padding: 9px 12px;
  }
  .btn-group-vertical .listing-button {
    border-left-width: 20px;
  }
}
@media (max-width: 500px) {
  .btn-group-vertical .listing-button {
    border-left-width: 15px;
  }
}
.abi label {
  font-size: 20px;
}
.abi .rounded-container {
  padding: 28px 28px;
  border: 1px solid white;
  border-radius: 8px;
  margin: 15px 0;
  font-size: 24px;
  font-weight: 300;
}
.abi .gap-top {
  margin-top: 20px;
}
.abi .card {
  margin: 40px 0;
}
.abi .donut-chart {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.abi .donut-chart .slice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.abi .donut-chart .chart-center {
  position: absolute;
  border-radius: 50%;
}
.abi .donut-chart .chart-center span {
  display: block;
  text-align: center;
}
.abi .donut-chart.chart {
  width: 200px;
  height: 200px;
  background: #077973;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.abi .donut-chart.chart .slice.one {
  clip: rect(0 200px 100px 0);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #07cabf;
}
.abi .donut-chart.chart .slice.two {
  clip: rect(0 100px 200px 0);
  -webkit-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
  background: #07cabf;
}
.abi .donut-chart.chart .chart-center {
  top: 25px;
  left: 25px;
  width: 150px;
  height: 150px;
  background: #07b0a7;
}
.abi .donut-chart.chart .chart-center span {
  font-size: 60px;
  line-height: 150px;
  color: #fff; /*#07cabf;*/
  text-shadow: 0 2px #046D67;
  font-weight: 300;
}
.abi .donut-chart.chart .chart-center span:after {
  content: "98%";
}
.abi .abi-schedule {
  margin-bottom: 15px;
}
.abi .abi-schedule-box {
  height: 46px;
  line-height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  margin-right: 20px;
  white-space: nowrap;
}
.abi .abi-schedule-times {
  margin-right: 20px;
}
.abi .testimonial-carousel {
  width: auto;
  height: 350px;
  max-height: 350px;
}
@media (min-width: 768px) {
  .abi .testimonial-carousel {
    height: 430px;
    max-height: 430px;
  }
}
@media (min-width: 992px) {
  .abi .testimonial-carousel {
    height: 430px;
    max-height: 430px;
  }

  .wd-submerged .wd-section-content .mobile-download-links {
    margin-top: 1rem;
  }
}
.abi .table-separator-dark {
  border-right: solid 2px #046f69 !important;
}
.abi .centered-cell {
  display: table-cell;
  vertical-align: middle;
}
.abi .tick-table {
  font-weight: 300;
  font-size: 12px;
}
@media (min-width: 768px) {
  .abi .tick-table {font-size: 16px;margin-bottom: 35px;}
  .abi .tick-table tr:not(.abi-table__section-heading) td:first-child {padding-left: 40px;}
}
@media (min-width: 992px) {
  .abi .tick-table {font-size: 20px;}
}
@media (min-width: 1200px) {
  .abi .tick-table {font-size: 22px;}
}
.abi .tick-table th {
  border: none;
}
.abi .tick-table td {
  border: none;
}
.abi img.title-image {height:40px;}
.abi img.tick-image {height: 20px;;}
@media (min-width: 767px) {
  .abi img.title-image {height: 70px;}
  .abi img.tick-image {height: 30px;}
}
@media (min-width: 991px) {
  .abi img.title-image {height: 100px;}
  .abi img.tick-image {height: 40px;}
}
.abi .carousel-centering {
  max-width: 100%;
  position: relative;
  top: 40%;
  transform: translateY(-40%);
  padding: 0 !important;
}
@media (max-width: 767px) {
  .abi .carousel .quote-text p {
    font-size: 15px;
  }
}
.abi .carousel-control .glyphicon-chevron-left, .abi .carousel-control .glyphicon-chevron-right, .abi .carousel-control .icon-next, .abi .carousel-control .icon-prev {
  top: 90%;
}
/*** COURSE LETTER STYLES */
.course-letter h1 {
  color: white;
  text-shadow: 0 2px #046D67;
  font-weight: 300;
  margin: 40px 0 32px 0;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
}
.course-letter h2 {
  text-shadow: 0 2px #046D67;
  font-weight: 300;
  margin: 30px 0 20px 0;
  font-size: 30px;
  line-height: 40px;
}
.course-letter h3 {
  text-shadow: 0 2px #046D67;
  font-weight: 300;
  margin: 20px 0 15px 0;
  font-size: 26px;
  line-height: 30px;
}
.course-letter .right-border {
  border-right: 1px solid #6dd0cb;
  padding-right: 25px;
  box-shadow: 1px 0 #0e635a;
}
.course-letter p {
  margin: 15px 0;
}
/*** PURCHASE STYLES */
.wizard-steps {
  background-color:#1db5ab;
  padding: 10px 0;
  margin-bottom: 20px;
  filter: drop-shadow(0 1px 2px #195752);
}
.wizard-steps .wizard-step {
  background-image: url('//d25ykh1g2lqhbg.cloudfront.net/img/purchase/purchase-steps.png');
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  background-position: 0 0;
  display: inline-block;
  position: relative;
}
.wizard-steps .wizard-step.wizard-step-2 {
  background-position-x: -39px;
}
.wizard-steps .wizard-step.wizard-step-3 {
  background-position-x: -76px;
  width: 43px;
}
.wizard-steps .wizard-step.wizard-step-4 {
  background-position-x: -119px;
  width: 43px;
}
.wizard-steps .wizard-step.disabled {
  background-position-y: -35px;
}
.wizard-step-link {
  display: inline-block;
  width: 64px;
  height: 2px;
  background-color: #e1f5f4;
  margin: 17px 0;
}
@media (max-width: 991px) {
  .wizard-step-link {
    width: 32px;
  }
}
.wizard-step-link.disabled {
  background-color: #4fc5bd;
}
.wizard-steps .wizard-step.selected:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1db5ab;
  content: "";
  position: absolute;
  bottom: -22px;
  left: 10px;
}
p.cart {
  font-size: 20px;
  font-weight: 300;
  margin: 5px 0;
}
.purchase h1,
.purchase h2,
.purchase h3 {
  font-size: 36px;
  font-weight: 300;
  text-shadow: 0 2px 2px #195752;
  margin-bottom: 15px;
}
.purchase h3 {
  font-size: 24px;
}
.purchase .offer-activated {
  background: #f37930;
  box-shadow: 0 2px 5px #af3f23;
  padding: 9px 18px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin: 25px 0;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 767px) {
  .purchase .offer-activated {
    margin: 25px 15px 25px 30px;
    box-shadow: none;
  }
  .purchase .offer-activated:before {
    width: 37px;
    display: block;
    position: absolute;
    top: 8px;
    left: -37px;
    content: "";
    border-left: 8px solid transparent;
    border-top: 20px solid #f37930;
    border-bottom: 21px solid #f37930;
  }
  .purchase .offer-activated:after {
    width: 15px;
    display: block;
    position: absolute;
    top: 0;
    right: -15px;
    content: "";
    border-right: 8px solid transparent;
    border-top: 20px solid #f37930;
    border-bottom: 21px solid #f37930;
  }
}
.purchase .offer-link {
  font-size: 20px;
  text-align: right;
  display: inline-block;
  float:right;
}
.purchase .offer-link a {
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}
.purchase p,
.purchase label {
  font-size: 24px;
  font-weight: 300;
}
.purchase a.back-link {
  font-size: 18px;
  margin-top: 10px;
  font-weight: normal;
  cursor: pointer;
}
.purchase label {
  margin-bottom: 10px;
}
.purchase label span {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #07cabf;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
  color: #fff;
  float: left;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
}
.purchase .checkbox label {
  font-size: 18px;
}
.purchase .list-group-licences {
  padding: 0 15px;
}
.purchase .list-group-licences a {
  padding: 25px 25px 25px 0;
  text-decoration: none;
  text-shadow: none;
}
.purchase .list-group-licences .list-group-item {
  background-color: white;
  border: 1px solid #d6d6d6;
  border-left: 30px solid #e1e1e1;
  word-break: break-word;
}
.purchase .list-group-licences .list-group-item.selected {
  border-color: #07cabf;
  background-color: #eafffe;
}
@media (hover:hover) {
  .purchase .list-group-licences .list-group-item:hover {
    border-color: #07cabf;
    background-color: #eafffe;
  }
}
.purchase .list-group-licences .list-group-item.first {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.purchase .list-group-licences .list-group-item.last {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.purchase .list-group-licences p {
  font-weight: 500;
  text-shadow: none;
}
.purchase .list-group-licences a.selected {
  background-image: none;
  background-color: white;
}
.purchase .list-group-licences a:hover .list-group-item-heading,
.purchase .list-group-licences .list-group-item-heading {
  color: #241720;
  font-size: 26px;
  text-shadow: none;
  margin-bottom: 5px;
}
.purchase .list-group-licences a:hover .list-group-item-text,
.purchase .list-group-licences .list-group-item-text {
  font-size: 20px;
  color: #3f9b94;
  margin: 5px 0 0;
}
.purchase .list-group-licences .time {
  font-size: 20px;
  color: #241720;
  margin: 5px 0 0;
}
.purchase .list-group-licences .priceValue {
  font-weight: bold;
}
.purchase .list-group-licences .priceValueMonthly,
.purchase .list-group-licences .list-group-item.exam .priceValue {
  font-size: 50px;
  color: #f2521f;
  font-weight: 800;
  line-height: 50px;
}
.purchase .list-group-licences .price {
  color: #241720;
  font-size: 20px;
  padding: 0 3px;
}
@media (max-width: 767px) {
  .purchase .list-group-licences a {
    padding: 10px 0;
  }
  .purchase .list-group-licences .list-group-item {
    border-left-width: 20px;
  }
  .purchase .list-group-licences .priceValueMonthly,
  .purchase .list-group-licences .list-group-item.exam .priceValue {
    font-size: 35px;
    word-wrap: break-word;
  }
}
@media (max-width: 500px) {
  .purchase .list-group-licences .list-group-item {
    border-left-width: 15px;
  }
  .purchase .list-group-licences .priceValue {
    font-size: 24px;
  }
  .purchase .list-group-licences .price {
    font-size: 16px;
  }
}
.purchase .list-group-licences .list-group-item.disabled,
.purchase .list-group-licences .list-group-item.disabled:hover {
  background-color: white;
  border-color: white;
}
.purchase .list-group-licences .list-group-item.disabled h4,
.purchase .list-group-licences .list-group-item.disabled p {
  color: #777777;
}
.purchase .list-group-licences .list-group-item p.course-item__note {
  font-style: italic;
  color: #07CABE;
  font-size: 20px;
  line-height: 24px;
  margin: 5px 0 0;
}
.purchase .list-group-licences .list-group-item p.course-item__note i {
  margin-right: 5px;
  font-size: 24px;
}
.purchase a.detailed {
  text-decoration: none;
  display: block;
  padding-bottom: 7px;
  padding-right: 20px;
  outline: 0;
  zoom: 1;
}
.purchase .detailed i {
  display: inline-block;
  margin-right: 14px;
  font-size: 30px;
  float: left;
}
.purchase .detailed span {
  border-bottom: 1px dotted #fff;
}
.purchase .purchase-input-form {
  margin: 20px 0;
}
.purchase .purchase-input-form label,
.purchase .purchase-input-form p {
  font-size: 16px;
}
.purchase .purchase-input-form__static .control-label {
  padding-right: 30px;
}
.purchase .purchase-input-form__static .form-control-static {
  padding-left: 15px;
}
.purchase .purchase-input-form__static .left-col {
  text-align: right;
}
.purchase .purchase-input-form__static .right-col {
  border-left: 1px solid #068b82;
}
.purchase p.form-note {
  margin: 15px 0 20px 0;
}
.purchase .purchase-input-form .note {
  background-color: #1db5ab;
  border-bottom: 2px solid #1F7D77;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 8px;
}
.purchase .purchase-input-form .note .icon {
  font-size: 36px;
  text-align: center;
  padding-bottom: 10px;
}
.purchase .purchase-input-form .note ul {
  padding-left: 20px;
}
.purchase .purchase-input-form .note ul li {
  margin-bottom: 10px;
}
.purchase .purchase-input-form .note.inline {
  padding: 10px 15px;
  line-height: 30px;
  display: inline-block;
}
.purchase .purchase-input-form .note.inline .icon {
  font-size: 28px;
  text-align: left;
  padding-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.purchase .purchase-input-form .note.inline ul {
  display: inline-block;
  margin: 0;
  padding-left: 0;
  list-style-position: inside;
  list-style-type: disc;
}
.purchase .purchase-input-form .note.inline ul > li {
  display: inline-block;
  line-height: 30px;
  margin: 0;
}
.purchase .purchase-input-form .note.inline ul > li:before {
  content: '\2022';
  margin: 0 0.5em 0 1em;
}
.purchase .top-spaced {
  margin-top: 30px;
}
.purchase .top-spaced__small {
  margin-top: 5px;
}
.purchase .form-horizontal.purchase-input-form .form-group {
  margin-bottom: 0px;
}
.purchase #purchaseCountry img,
.purchase #registerCountry img{
  margin-left: 10px;
}
.purchase .has-error .form-control {
  border: 2px solid red;
}
.purchase .has-error .form-control-feedback {
  color: red;
  top: 30px;
}
.purchase .has-success .form-control-feedback {
  color: green;
  top: 30px;
}
.purchase .has-error .checkbox,
.purchase .has-success .checkbox {
  color: white;
  margin-bottom: 0;
}
.purchase .offer-icon {
  background-image: url('//d25ykh1g2lqhbg.cloudfront.net/img/purchase/offer-icons.png');
  background-size: 300% 100%;
  background-repeat: no-repeat;
  display: block;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  width: 60px;
  height: 60px;
  background-position: 0 0;
}
.purchase .list-group-licences .list-group-item:hover .offer-icon,
.purchase .list-group-licences .list-group-item:focus .offer-icon {
  color: white;
}
.purchase .offer-icon__price {
  background-position: 0 0;
}
.purchase .offer-icon__period {
  background-position: 50% 0;
}
.purchase .offer-icon__percentage {
  background-position: 100% 0;
}
@media (max-width: 768px) {
  .purchase .form-control-static {
    word-wrap: break-word;
    padding-top: 0;
  }
  .purchase .offer-icon {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }
}
.purchase .red-line {
  color: red;
  text-decoration: line-through;
}
.purchase .old-price,
.purchase .old-monthly-price {
  color: #999;
  line-height: 13px;
  font-size: 13px;
  display: block;
  padding: 0 3px;
  white-space: nowrap;
}
.purchase .old-monthly-price {
  display: inline;
}
.purchase .norwegian-points {
  color: #f2521f;
}
/***** FormValidation v0.8.1 styles - copied and modified ****/
.fv-has-feedback {
  position: relative;
}
.fv-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: block;
  text-align: center;
}
.fv-help-block {
  display: block;
}
/* Hide the clear icon for field using placeholder attribute on IE10/11 */
.fv-form [placeholder]::-ms-clear {
  display: none;
}
/* -------------------
 * Support Bootstrap 3
 * ------------------- */
.fv-form-bootstrap .help-block {
  margin-bottom: 0;
  color: red;
  background: white;
  padding: 4px 8px;
  border-radius: 3px;
}
.fv-form-bootstrap .tooltip-inner {
  text-align: left;
}
.fv-form-bootstrap .fv-bootstrap-icon-input-group {
  z-index: 100;
}
/* Inline form */
.form-inline.fv-form-bootstrap .form-group {
  vertical-align: top;
}
/***** /FormValidation v0.8.1 styles ****/
.purchase .wd-panel-group {
  color: #28414f;
}
.purchase #wizard-step-3 .wd-panel-group {
  margin-top: 20px;
}
.purchase .wd-panel-group .panel-heading {
  background: #E1E1E1;
}
.purchase .wd-panel-group .wd-panel.open .panel-heading {
  background: white;
}
.purchase .wd-panel-group a,
.purchase .wd-panel-group .panel-heading .panel-title {
  color: #28414f;
  font-size: 20px;
  text-decoration: none;
}
.purchase .wd-panel-group .panel-title-icon {
  float: right;
  color: #35B5AD;
}
.purchase .wd-panel-group .wd-panel .panel-heading .panel-description {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 0 0 0;
  color: #A2A2A2;
}
.purchase .wd-panel-group .wd-panel.open .panel-heading .panel-description {
  color: #35B5AD;
}
.purchase .wd-panel-group .wd-panel {
  border-radius: 0;
}
.purchase .wd-panel-group .wd-panel:first-child,
.purchase .wd-panel-group .wd-panel:first-child .panel-heading {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.purchase .wd-panel-group .wd-panel:last-child,
.purchase .wd-panel-group .wd-panel:last-child .panel-heading,
.purchase .wd-panel-group .wd-panel:last-child .panel-body {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.purchase .wd-panel-group .wd-panel + .wd-panel {
  margin-top: 0;
}
.purchase .wd-panel-group .panel-body {
  background: #F2F2F2;
  padding: 7px 0;
}
.purchase .wd-panel.wd-panel__noheader .panel-body {
  border-radius: 8px;
}
.purchase .wd-panel-group .panel-body .row.no-gutter {
  margin-left: 7px;
  margin-right: 7px;
}
.purchase .wd-panel-group .panel-body .row.no-gutter [class*='col-']:not(:first-child),
.purchase .wd-panel-group .panel-body .row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 7px;
  padding-left: 7px;
}
.purchase .wd-panel-group .wd-panel .wd-panel-item {
  padding: 7px;
}
.purchase .wd-panel-group .wd-panel .wd-panel-item .wd-panel-item__container {
  background: white;
  text-align: center;
  outline: 1px solid #d6d6d6;
}
.purchase .wd-panel-group .wd-panel .wd-panel-item .wd-panel-item__container p {
  color: #04b9b0;
  font-size: 20px;
  text-decoration: underline;
  padding: 5px 0 15px 10px;
  margin-bottom: 0;
  text-align: left;
}
.purchase .wd-panel-group .wd-panel .wd-panel-item .wd-panel-item__container img {
  padding: 15px;
}
.purchase .wd-panel-group .wd-panel .panel-link.selected .wd-panel-item .wd-panel-item__container {
  outline: 5px solid #07cabf !important;
}
/** FROM GLUE */
.purchase .wd-panel-group .wd-panel .wd-panel-item .wd-panel-item__img {
  background-image: url('//d25ykh1g2lqhbg.cloudfront.net/img/purchase/methods-2.png');
  background-repeat: no-repeat;
  width: 128px;
  height: 66px;
}
.wd-panel-item__img-webmoney {
  background-position: 0 0;
}
.wd-panel-item__img-visaelectron {
  background-position: -128px 0;
}
.wd-panel-item__img-visa {
  background-position: 0 -66px;
}
.wd-panel-item__img-trustpay {
  background-position: -128px -66px;
}
.wd-panel-item__img-trustly {
  background-position: 0 -132px;
}
.wd-panel-item__img-spankki {
  background-position: -128px -132px;
}
.wd-panel-item__img-sofort {
  background-position: -256px 0;
}
.wd-panel-item__img-safetypay {
  background-position: -256px -66px;
}
.wd-panel-item__img-saastopankki {
  background-position: -256px -132px;
}
.wd-panel-item__img-qiwiwallet {
  background-position: 0 -198px;
}
.wd-panel-item__img-poppankki {
  background-position: -128px -198px;
}
.wd-panel-item__img-paypal {
  background-position: -256px -198px;
}
.wd-panel-item__img-osuuspankki {
  background-position: 0 -264px;
}
.wd-panel-item__img-omasaastopankki {
  background-position: -128px -264px;
}
.wd-panel-item__img-nordea {
  background-position: -256px -264px;
}
.wd-panel-item__img-mastercard {
  background-position: -384px 0;
}
.wd-panel-item__img-maestro {
  background-position: -384px -66px;
}
.wd-panel-item__img-lastschrift {
  background-position: -384px -132px;
}
.wd-panel-item__img-klarna-se-konto {
  background-position: -384px -198px;
}
.wd-panel-item__img-klarna-se-faktura {
  background-position: -384px -264px;
}
.wd-panel-item__img-klarna-se-delbetalning {
  background-position: 0 -330px;
}
.wd-panel-item__img-klarna-no-konto {
  background-position: -128px -330px;
}
.wd-panel-item__img-klarna-no-faktura {
  background-position: -256px -330px;
}
.wd-panel-item__img-klarna-no-delbetaling {
  background-position: -384px -330px;
}
.wd-panel-item__img-klarna-fi-lasku {
  background-position: 0 -396px;
}
.wd-panel-item__img-klarna-fi-eramaksu {
  background-position: -128px -396px;
}
.wd-panel-item__img-klarna-de-rechnung {
  background-position: -256px -396px;
}
.wd-panel-item__img-klarna-de-ratenkauf {
  background-position: -384px -396px;
}
.wd-panel-item__img-jcb {
  background-position: -512px 0;
}
.wd-panel-item__img-handelsbanken {
  background-position: -512px -66px;
}
.wd-panel-item__img-emoney {
  background-position: -512px -132px;
}
.wd-panel-item__img-ec {
  background-position: -512px -198px;
}
.wd-panel-item__img-discover {
  background-position: -512px -264px;
}
.wd-panel-item__img-dinersclub {
  background-position: -512px -330px;
}
.wd-panel-item__img-danskebank {
  background-position: -512px -396px;
}
.wd-panel-item__img-bankid {
  background-position: 0 -462px;
}
.wd-panel-item__img-americanexpress {
  background-position: -128px -462px;
}
.wd-panel-item__img-alandsbanken {
  background-position: -256px -462px;
}
.wd-panel-item__img-aktia {
  background-position: -384px -462px;
}
.wd-panel-item__img-mobilepay {
  background-position: -512px -462px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.0), screen and (min--moz-device-pixel-ratio: 1.0), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1.0), screen and (min-resolution: 1.0dppx) {
  .wd-panel-item__img {
    background-image: url('//d25ykh1g2lqhbg.cloudfront.net/img/purchase/methods-2.png');
    -webkit-background-size: 640px 528px;
    -moz-background-size: 640px 528px;
    background-size: 640px 528px;
  }
}
@media (max-width: 500px) {
  .purchase .wd-panel-group .wd-panel .wd-panel-item .wd-panel-item__img {
    background-image: url('//d25ykh1g2lqhbg.cloudfront.net/img/purchase/methods-xs-2.png');
    background-repeat: no-repeat;
    width: 64px;
    height: 33px;
  }
  .wd-panel-item__img-webmoney {
    background-position: 0 0;
  }
  .wd-panel-item__img-visaelectron {
    background-position: -64px 0;
  }
  .wd-panel-item__img-visa {
    background-position: 0 -33px;
  }
  .wd-panel-item__img-trustpay {
    background-position: -64px -33px;
  }
  .wd-panel-item__img-trustly {
    background-position: 0 -66px;
  }
  .wd-panel-item__img-spankki {
    background-position: -64px -66px;
  }
  .wd-panel-item__img-sofort {
    background-position: -128px 0;
  }
  .wd-panel-item__img-safetypay {
    background-position: -128px -33px;
  }
  .wd-panel-item__img-saastopankki {
    background-position: -128px -66px;
  }
  .wd-panel-item__img-qiwiwallet {
    background-position: 0 -99px;
  }
  .wd-panel-item__img-poppankki {
    background-position: -64px -99px;
  }
  .wd-panel-item__img-paypal {
    background-position: -128px -99px;
  }
  .wd-panel-item__img-osuuspankki {
    background-position: 0 -132px;
  }
  .wd-panel-item__img-omasaastopankki {
    background-position: -64px -132px;
  }
  .wd-panel-item__img-nordea {
    background-position: -128px -132px;
  }
  .wd-panel-item__img-mobilepay {
    background-position: -192px 0;
  }
  .wd-panel-item__img-mastercard {
    background-position: -192px -33px;
  }
  .wd-panel-item__img-maestro {
    background-position: -192px -66px;
  }
  .wd-panel-item__img-lastschrift {
    background-position: -192px -99px;
  }
  .wd-panel-item__img-klarna-se-konto {
    background-position: -192px -132px;
  }
  .wd-panel-item__img-klarna-se-faktura {
    background-position: 0 -165px;
  }
  .wd-panel-item__img-klarna-se-delbetalning {
    background-position: -64px -165px;
  }
  .wd-panel-item__img-klarna-no-konto {
    background-position: -128px -165px;
  }
  .wd-panel-item__img-klarna-no-faktura {
    background-position: -192px -165px;
  }
  .wd-panel-item__img-klarna-no-delbetaling {
    background-position: 0 -198px;
  }
  .wd-panel-item__img-klarna-fi-lasku {
    background-position: -64px -198px;
  }
  .wd-panel-item__img-klarna-fi-eramaksu {
    background-position: -128px -198px;
  }
  .wd-panel-item__img-klarna-de-rechnung {
    background-position: -192px -198px;
  }
  .wd-panel-item__img-klarna-de-ratenkauf {
    background-position: -256px 0;
  }
  .wd-panel-item__img-jcb {
    background-position: -256px -33px;
  }
  .wd-panel-item__img-handelsbanken {
    background-position: -256px -66px;
  }
  .wd-panel-item__img-emoney {
    background-position: -256px -99px;
  }
  .wd-panel-item__img-ec {
    background-position: -256px -132px;
  }
  .wd-panel-item__img-discover {
    background-position: -256px -165px;
  }
  .wd-panel-item__img-dinersclub {
    background-position: -256px -198px;
  }
  .wd-panel-item__img-danskebank {
    background-position: 0 -231px;
  }
  .wd-panel-item__img-bankid {
    background-position: -64px -231px;
  }
  .wd-panel-item__img-americanexpress {
    background-position: -128px -231px;
  }
  .wd-panel-item__img-alandsbanken {
    background-position: -192px -231px;
  }
  .wd-panel-item__img-aktia {
    background-position: -256px -231px;
  }
  @media screen and (-webkit-min-device-pixel-ratio: 1.0), screen and (min--moz-device-pixel-ratio: 1.0), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1.0), screen and (min-resolution: 1.0dppx) {
    .wd-panel-item__img {
      background-image: url('//d25ykh1g2lqhbg.cloudfront.net/img/purchase/methods-xs-2.png');
      -webkit-background-size: 320px 264px;
      -moz-background-size: 320px 264px;
      background-size: 320px 264px;
    }
  }
}
/* Flirt course stylings */
.flirt {
  padding: 0 15px;
  max-width: 1170px;
  display: block;
  margin: auto;
}
.flirt .heading {
  padding: 0 15px;
  position: relative;
}
.flirt h1 {
  text-align: center;
  font-size: 36px;
  line-height: 1;
  font-weight: 300;
  text-shadow: 0 2px #046D67;
}
.flirt h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 28px;
  text-shadow: 0 2px #046D67;
}
.flirt .heading img {
  width: 60%;
  margin:auto;
  display: block;
}
.flirt .paragraph_two {
  float: left;
  width: 42%;
  margin: 5px 10px;
}
.flirt p {
  font-size: 20px;
  line-height: 23px;
  font-weight: 300;
}
.flirt .last-row {
  text-align: center;
  padding-bottom: 100px;
}
.flirt img.button-image {
  width: 50%;
  position: relative;
  top: -15px;
  display: block;
  margin: auto;
}
@media (min-width: 768px) { /* and (max-width: 991px) */
  .flirt .paragraph_two {
    width: 45%;
  }
  .flirt .heading img {
    width: 400px;
  }
  .flirt h1 {
    font-size: 52px;
    line-height: 1.5;
  }
  .flirt h2 {
    font-size: 30px;
  }
  .flirt img.button-image {
    width: 300px;
  }
}
@media (min-width: 992px) { /* and (max-width: 1199px) */
  .flirt .heading img {
    width: 500px;
  }
  .flirt h1 {
    font-size: 72px;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  .flirt .paragraph_two {
    margin: 5px 20px;
  }
}
.table.no-borders td {
  border: none;
  font-size: 18px;
}
.table.no-borders th {
  border-top: none;
  border-bottom: 1px solid #ddd;
  font-size: 22px;
}
.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: none !important;
}
.carousel-indicators li.active {
  background-color: white !important;
}
/** TESTIMONIALS styles */
/*.testimonial-row {*/
  /*overflow: hidden;*/
/*}*/
/*@media (min-width: 768px) {*/
  /*.testimonial-row {*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
  /*}*/
/*}*/
.testimonial-row [class*="col-"] {
  margin-top: 20px;
  /*!*margin-bottom: -99999px;*!*/
  /*!*padding-bottom: 99999px;*!*/
  /*height: 100%;*/
}
.testimonial-header {
  margin-top: 55px;
  padding: 15px 110px 15px 15px;
  background-color: #12c6bc;
  border-top-left-radius: 8px;
  min-height: 55px;
}
.testimonial-title {
  font-size: 26px;
  color: white;
}
.testimonial-face {
  position: absolute;
  top: 0;
  right: 15px;
}
.testimonial-face .corner {
  position: absolute;
  top: 41px;
  left: -12px;
  width: 20px;
  height: 20px;
  background-image: radial-gradient(circle at 0 0, rgba(204,0,0,0) 14px, #12c6bc 15px);
}
.testimonial-face:before {
  content: ' ';
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #12c6bc;
}
.testimonial-face img {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 100px;
}
.testimonial-content {
  margin-top: 5px;
  padding: 15px;
  background-color: white;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: block;
}
.testimonial-text {
  font-size: 20px;
  font-weight: 300;
  color: #343434;
}
.testimonial-link {
  margin-top: 10px;
  text-align: right;
  font-size: 20px;
}
.testimonial-link a {
  font-weight: 300;
  color: #4fcfc6 !important;
}
@media (max-width: 768px) {
  .testimonial-title {
    font-size: 18px;
  }
  .testimonial-text,
  .testimonial-link {
    font-size: 16px;
  }
}
/** TRAVEL-page styles */
.course-row [class*="col-"] {
  margin-top: 30px;
}
.course-row .course-header {
  padding: 15px 15px 15px 65px;
  background-color: #12c6bc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  min-height: 55px;
}
.course-row .course-icon {
  position: absolute;
  top: 10px;
  left: 25px;
}
.course-row .course-title {
  font-size: 26px;
  color: white;
}
.course-row .course-content {
  margin-top: 5px;
  padding: 15px;
  background-color: white;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 100%;
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #343434;
}
.top-spaced {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .course-row .course-header {
    padding: 15px 10px 10px 50px;
  }
  .course-row .course-title {
    font-size: 18px;
  }
  .course-row .course-content {
    font-size: 16px;
  }
  .course-row .course-icon .course-select {
    width: 30px;
    height: 30px;
  }
  .top-spaced {
    margin-top: 20px;
  }
}
/** HOW WD WORKS -page styles */
.howwdworks img.how-img {
  margin-top: 20px;
}

body.wd-course-feedback img.opinion {
  width: 70%;
  display: block;
}
body.wd-course-feedback .opinion-text {
  height: 22px;
  width: 22px;
  margin-right: 15px;
}
body.wd-course-feedback textarea {
  resize: none;
  width: 100%;
  height: 220px;
  border-radius: 8px;
  padding: 15px;
  color: black;
  font-size: 12px;
}
body.wd-course-feedback .button-row {
  float: left;
}
body.wd-course-feedback .feedback-thank-you {
  display: none;
  margin: 32px 20px 20px !important;
}
body.wd-course-feedback .error-area {
  margin: 40px 20px 20px;
  background-color: #fff;
  border-radius: 8px;
  display: none;
}
body.wd-course-feedback .error-area .error-text {
  margin: 12px;
  font-size: 22px;
  color: red;
}

@media (min-width: 992px) {
  body.wd-course-feedback img.opinion {
    width: 60%;
  }
  body.wd-course-feedback textarea {
    width: 600px;
    height: 270px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  body.wd-course-feedback .feedback-thank-you {
    display: none;
    margin: 50px 20px 20px !important;
  }
}
/** OPEN POSITIONS -page styles */
body.wd-open-positions ul.wd-list li,
.wd-exercise-modes ul.wd-list li {
  font-size: 24px;
  margin: 0;
  font-weight: 300;
}
/** TRAVEL -page styles */
.travel .courses-block-list-item:hover {
  cursor: default !important;
  background-color: rgba(0, 0, 0, 0.2);
}
.travel .travel-top-spaced {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .travel .courses-block-list .left-column {
    padding-right: 5.5px;
  }
  .travel .courses-block-list .right-column {
    padding-left: 5.5px;
  }
  .travel .travel-text-right {
    text-align: right;
  }
  .travel .travel-text-left {
    text-align: left;
  }
}
ul.wd_bullet_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.wd_bullet_list li {
  padding-left: 1em;
  text-indent: -.3em;
}
ul.wd_bullet_list li:before {
  content: "• ";
  color: #04b9b0;
  font-size: 30px;
  line-height: 14px;
}
#termsModal h2,
#privacyModal h2 {
  color: #28414f;
  text-shadow: none;
}
@media (max-width: 991px) {
  .second-row {
    margin-top: 20px;
  }
}
.purchase .reward-activated {
  background: #f37930;
  box-shadow: 0 2px 5px #af3f23;
  padding: 9px 18px;
  font-size: 18px;
  color: #fff;
  position: relative;
  margin: 25px 0;
}
@media (min-width: 767px) {
  .purchase .reward-activated {
    margin: 25px 15px 25px 30px;
    box-shadow: none;
  }
  .purchase .reward-activated:before {
    width: 37px;
    display: block;
    position: absolute;
    top: 8px;
    left: -37px;
    content: "";
    border-left: 8px solid transparent;
    border-top: 20px solid #f37930;
    border-bottom: 21px solid #f37930;
  }
  .purchase .reward-activated:after {
    width: 15px;
    display: block;
    position: absolute;
    top: 0;
    right: -15px;
    content: "";
    border-right: 8px solid transparent;
    border-top: 20px solid #f37930;
    border-bottom: 21px solid #f37930;
  }
}
.purchase .reward-link-area {
  float: right;
  display: inline-block;
  text-align: right;
  clear: both;
  margin-bottom: 15px;
}
.purchase .reward-link-area .reward-link {
  font-size: 20px;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}
.norwegian .reward-box {
  margin: 50px 0;
}
.norwegian .reward-box .reward-title {
  background-color: rgba(0,0,0,0.5);
  overflow: hidden;
}
.norwegian .reward-box .reward-number-correct {
  display: none;
  border: 2px solid #1af1e5;
  border-radius: 4px;
  position: absolute;
  top: -5px;
  padding: 5px 10px;
  font-size: 16px;
}
.norwegian .reward-box .reward-content {
  background-color: rgba(0,0,0,0.2);
  padding: 25px 25px;
}
.norwegian .reward-box .reward-title {
  background-color: rgba(0,0,0,0.5);
  overflow: hidden;
}
.norwegian .reward-box .title-heading {
  margin: 0;
  padding: 15px 10px;
}
body.wd-submerged .norwegian .logo-wrap {
  height: 56px;
}

body.wd-submerged .norwegian .norwegian-form-logo {
  height: 100%;
  float: right;
}
@media (max-width: 724px) {
  body.wd-submerged .norwegian .norwegian-form-logo {
    height: auto;
    width: 100%;
  }
}
.norwegian .reward-box .reward-content {
  background-color: rgba(0,0,0,0.2);
  padding: 25px 25px;
}
.norwegian .reward-content .input-title {
  font-weight: 300;
  font-size: 23px;
}
.norwegian .reward-content .reward-link {
  color: #04b9b0;
}
.norwegian .reward-content .input-row {
  margin-bottom: 22px;
}
.norwegian .body-text {
  font-size: 18px;
}
.norwegian .reward-number-input {
  padding-right: 15px;
}
@media (min-width: 992px) {
  .norwegian .reward-number-input {
    padding-right: 10px;
  }
}
@media (max-width: 1091px) {
  .norwegian .next-line {
    margin-top: 16px;
  }
}
body.wd-submerged .norwegian .norwegian-button {
  background-image: none;
  background-color: #04b9b0;
  border-color: #04b9b0;
  height: 34px;
  font-size: 18px;
  padding: 0px 20px;
}
body.wd-submerged .norwegian .norwegian-button:hover {
  background-color: #03968f;
  border-color: #03968f;
}
@media (min-width: 1092px) {
  .norwegian .norwegian-button-area {
    padding-left: 0;
  }
}
.norwegian .reward-content .norwegian-reward-error {
  padding: 15px;
  background-color: red;
  display: none;
  font-size: 18px;
}
/** EDU -page styles */
.wd-edu p.submerged_paragraph {
  font-size: 22px;
}
.wd-edu .quote-text p {
  font-size: 18px !important;
}
.wd-edu h2 {
  font-size: 30px;
  margin-bottom: 45px;
}
/** EXERCISE MODES -page styles */
.wd-exercise-modes .container.spacing {
  margin-bottom: 80px;
}
