body {
  font-family: "Titillium Web", sans-serif;
  background: url("../img/background-profile.jpg") fixed;
  min-height: 100vh;
}

body.path-dashboard, body.path-index, body.path-account {
  background-image: url("../img/background.jpg");
}

a {
  color: #577BBD;
  text-decoration: none;
}

.layout-container {
  margin: 0 15px;
}

.path-account .anon {
  max-width: 970px;
  margin: 0 auto;
  padding-top: 10px;
  height: auto;
  background-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
}

#header-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#header-row > div {
  width: 50%;
}

#block-eurodesk2017-account-menu {
  float: right;
}
#block-eurodesk2017-account-menu ul.menu li {
  display: inline;
}

label {
  display: block;
}

.layout-content {
  max-width: 970px;
  margin: 0 auto;
  background: #fff;
  padding: 15px 0;
}

/* registration map */
#registration_map {
  height: 300px;
  margin-top: 20px;
}

#my_form_wrapper {
  margin: 0 auto;
  max-width: 800px;
}
#my_form_wrapper .inner-wrapper {
  background: #f2f2f2;
  padding: 20px;
}

h1 {
  text-align: center;
}

ul#progressbar {
  padding: 0;
  list-style-type: none;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
ul#progressbar h4 {
  font-size: 20px;
  margin-bottom: 0;
}
ul#progressbar li {
  float: left;
  width: 50%;
  text-align: center;
  padding-bottom: 25px;
}
ul#progressbar li p {
  margin-top: 0;
}
ul#progressbar li.active {
  background: url("../img/selected-arrow.svg") no-repeat bottom center;
  background-size: 25%;
}

#my_form_wrapper .button {
  margin: 0;
}
#my_form_wrapper .step {
  border: 2px #000 solid;
  border-radius: 65%;
  padding: 5px 17px;
  background: #fff;
}

.existing-office-wrapper, .office-creation-wrapper, .form-item-country, #office-function-wrapper {
  margin-left: 60px;
}

#views-exposed-form-country-events-embed-1 .form-item-country {
  margin-left: 0;
}

.messages {
  margin: 0 auto;
  max-width: 750px;
}

input {
  min-height: 30px;
}
input[type=text], input[type=url], input[type=password], input[type=email] {
  width: 99%;
}

select {
  width: 175px;
}

textarea, input, select {
  color: #000;
  background: #fff;
}

.ed-account-office-details-form .edit-actions input, .ed-account-personal-details-form .edit-actions input {
  text-align: center;
}

.region-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

.path-embedtools .region-content {
  max-width: initial;
  margin: 0 auto;
  padding: 0;
}

.path-index .region-content {
  margin-top: 55px;
  max-width: 775px;
}

.profile--logo {
  margin: 8px 10px;
}

#header-container {
  max-width: 830px;
}

input[type=submit], .bluebtn {
  font-family: Arial;
  color: #ffffff;
  display: inline-block;
  margin: 10px 0;
  font-size: 16px;
  background: #577BBD;
  padding: 5px 10px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  text-decoration: none;
  border-width: 0;
}

.views-exposed-form input[type=submit] {
  font-family: Arial;
  color: #ffffff;
  display: inline-block;
  margin: 10px 0;
  font-size: 16px;
  background: #577BBD;
  padding: 5px 10px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  text-decoration: none;
  border-width: 0;
}
.views-exposed-form #edit-actions {
  display: inline-block;
  padding-top: 14px;
}

.path-academy .views-exposed-form {
  margin-top: 15px;
}
.path-academy .views-exposed-form #edit-actions {
  display: block;
}
.path-academy .views-exposed-form .form-item {
  margin-top: 0;
  margin-bottom: 5px;
}

.form-actions input {
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #577BBD;
  padding: 10px 20px 10px 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-decoration: none;
  border-width: 0;
}

input#edit-submit {
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #577BBD;
  padding: 10px 20px 10px 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-decoration: none;
  border-width: 0;
}
input[type=submit]:hover {
  background: #3cb0fd;
  text-decoration: none;
}

a.btn-white {
  background: #fff;
  color: #000;
  padding: 10px 20px 10px 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-decoration: none;
}

.account-bubble {
  background: #fff;
  color: #000;
  padding: 10px 20px 10px 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
}

.account-data {
  color: #fff;
}
.account-data a {
  color: #c9e1bd;
}

.header-text {
  padding: 20px 0;
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

#step-office-details {
  margin: 0 auto;
}

#block-eurodeskaccountintrosteps {
  padding-top: 40px;
}
#block-eurodeskaccountintrosteps h1 {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  background: url("../img/stripe.svg") no-repeat bottom center;
  background-size: 200px;
}

#block-sitebranding-2 {
  text-align: center;
}

#logo-wrapper {
  float: left;
  padding: 20px;
  background: white;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
}

#header-right {
  margin-top: 10px;
}

table {
  width: 99%;
}

tr:nth-child(odd) {
  background: #f5f5f5;
}

td {
  padding: 5px;
}

#block-eurodeskmainmenu span.count {
  color: #cd0a0a;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.languages ul li, .spoken-languages p {
  display: inline;
}

.remove-wrapper {
  float: left;
  width: 100%;
  text-align: right;
}

.view-id-countries_admin .col {
  width: 50%;
  float: left;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.ief-entity-table th {
  display: none;
}

.region-content {
  padding-bottom: 60px;
}

.path-dashboard h2 {
  border-bottom: 1px solid;
}

label[for=edit-status] {
  display: block;
}

@media (min-width: 680px) {
  .view-id-countries_admin .col {
    width: 25%;
    float: left;
    text-align: left;
  }
  .layout-content {
    min-height: 100vh;
  }
}
#block-eurodeskmainmenu, #block-eurodeskeventsmenu {
  margin: 0 -48px;
}

h1.page-title {
  padding: 30px 0 20px;
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.15rem;
}

#block-eurodeskmainmenu .nav-tabs .nav-link {
  border: 0;
}

#block-eurodeskaccountblock .profile--icon {
  float: left;
  margin-right: 10px;
}
#block-eurodeskaccountblock .profile--icon img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.ed-top-nav {
  padding-top: 60px;
}

.ui-dialog .ui-dialog-titlebar-close:after {
  content: "x";
  font-size: 30px;
  line-height: 15px;
}

.region-hamburger {
  float: left;
}

#ed-hamburger-modal figure, #index-button--group figure {
  padding: 40px;
}

header {
  background-color: white;
  min-height: 100px;
  -webkit-box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 9px 18px -7px rgba(0, 0, 0, 0.5);
}

.header--navigation {
  margin: 0px 190px;
  padding-top: 100px;
}
.header--navigation .profile--signout {
  margin-top: 11px;
  margin-left: 5px;
}
.header--navigation .profile--icon img {
  border-radius: 30px;
}

.sign--out {
  color: black;
  font-weight: bold;
}

.button--group {
  margin: 0 auto;
  max-width: 862px;
}
.button--group .col {
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  background-color: white;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.5);
}
.button--group figure {
  margin-bottom: 0px;
}

#ed-hamburger-modal .service-btn, #index-button--group .service-btn {
  margin-bottom: 25px;
}

.eurodesk--profile figure {
  padding: 55px 60px;
}

.eurodesk--pd figure {
  padding: 75px 40px;
}

.eurodesk--academy figure {
  padding: 100px 25px;
}

.eurodesk--timetomove figure {
  padding: 70px 55px;
  padding-bottom: 60px;
}

.eurodesk--embed figure {
  padding: 100px 20px;
}

.eurodesk--hidden {
  visibility: hidden;
}

.header--secondNav {
  margin: 0px 190px;
  padding-top: 60px;
}
.header--secondNav .user--navcontainer {
  margin-top: 22px;
}
.header--secondNav .menu--navigation a:focus {
  outline: 0;
}
.header--secondNav .menu--button {
  margin-top: 30px;
  margin-right: 15px;
}
.header--secondNav .profile--signout {
  margin-top: 11px;
  margin-left: 5px;
}
.header--secondNav .profile--icon img {
  border-radius: 30px;
}
.header--secondNav .sign--out {
  color: black;
  font-weight: bold;
}

.profile--card {
  margin: 0 auto;
  margin-top: 55px;
  max-width: 1200px;
  background-color: white;
  border-radius: 10px;
}

.card--navigation, .embed--navigation {
  justify-content: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #577BBD;
}

.card--navigation a, .embed--navigation a {
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}

.card--navigation a.active, .embed--navigation a.active {
  color: black;
}

.card--navigation a:hover, .embed--navigation a:hover {
  background-color: white;
  color: black;
  border: none;
}

.nav-tabs {
  border: 0px;
}
.nav-tabs .nav-link {
  border-radius: 0px;
}

.tab-content {
  padding: 35px 70px;
}
.tab-content h1 {
  font-size: 22px;
  border-bottom: 2px solid black;
}
.tab-content p {
  font-size: 14px;
  margin-bottom: 2px;
}

.personal--information .first--p {
  margin-top: 20px;
}
.personal--information .edit--info {
  background-color: #577BBD;
  color: white;
  border-radius: 20px;
  line-height: 0.7;
  margin-top: 10px;
}

.country--list h1 {
  margin-top: 25px;
}
.country--list h2 {
  font-size: 20px;
  margin-bottom: 15px;
}
.country--list p a {
  color: #577BBD;
}
.country--list span a {
  font-size: 14px;
  color: #577BBD;
}
.country--list span a:hover {
  text-decoration: none;
}
.country--list .first--p2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.profile--picture {
  float: right;
  margin-top: 25px;
}

.modal-content {
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
}

/*# sourceMappingURL=styles.css.map */
