@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700); /* Grid system */
.grid.prevent-left-margin {
  margin-left: -10px;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}

[class*=col-] {
  float: left;
  padding: 0 10px;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.33%;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-4 {
  width: 25%;
}

.col-3-4 {
  width: 75%;
}

.col-1-8 {
  width: 12.5%;
}

.col-1 {
  width: 8.3333%;
}

.col-2 {
  width: 16.6666%;
}

.col-3 {
  width: 24.9999%;
}

.col-4 {
  width: 33.3332%;
}

.col-5 {
  width: 41.6665%;
}

.col-6 {
  width: 49.9998%;
}

.col-7 {
  width: 58.3331%;
}

.col-8 {
  width: 66.6664%;
}

.col-9 {
  width: 74.9997%;
}

.col-10 {
  width: 83.333%;
}

.col-11 {
  width: 91.6663%;
}

.col-12 {
  width: 99.9996%;
}

.offset-0 {
  margin-left: 0%;
}

.offset-1 {
  margin-left: 8.3333%;
}

.offset-2 {
  margin-left: 16.6666%;
}

.offset-3 {
  margin-left: 24.9999%;
}

.offset-4 {
  margin-left: 33.3332%;
}

.offset-5 {
  margin-left: 41.6665%;
}

.offset-6 {
  margin-left: 49.9998%;
}

.offset-7 {
  margin-left: 58.3331%;
}

.offset-8 {
  margin-left: 66.6664%;
}

.offset-9 {
  margin-left: 74.9997%;
}

.offset-10 {
  margin-left: 83.333%;
}

.offset-11 {
  margin-left: 91.6663%;
}

.grid-pad {
  padding: 10px 0 10px 10px;
}

.grid-pad > [class*=col-]:last-of-type {
  padding-right: 10px;
}

@media (max-width: 1180px) {
  .col-b-1 {
    width: 8.3333%;
  }
  .col-b-2 {
    width: 16.6666%;
  }
  .col-b-3 {
    width: 24.9999%;
  }
  .col-b-4 {
    width: 33.3332%;
  }
  .col-b-5 {
    width: 41.6665%;
  }
  .col-b-6 {
    width: 49.9998%;
  }
  .col-b-7 {
    width: 58.3331%;
  }
  .col-b-8 {
    width: 66.6664%;
  }
  .col-b-9 {
    width: 74.9997%;
  }
  .col-b-10 {
    width: 83.333%;
  }
  .col-b-11 {
    width: 91.6663%;
  }
  .col-b-12 {
    width: 99.9996%;
  }
  .offset-b-0 {
    margin-left: 0%;
  }
  .offset-b-1 {
    margin-left: 8.3333%;
  }
  .offset-b-2 {
    margin-left: 16.6666%;
  }
  .offset-b-3 {
    margin-left: 24.9999%;
  }
  .offset-b-4 {
    margin-left: 33.3332%;
  }
  .offset-b-5 {
    margin-left: 41.6665%;
  }
  .offset-b-6 {
    margin-left: 49.9998%;
  }
  .offset-b-7 {
    margin-left: 58.3331%;
  }
  .offset-b-8 {
    margin-left: 66.6664%;
  }
  .offset-b-9 {
    margin-left: 74.9997%;
  }
  .offset-b-10 {
    margin-left: 83.333%;
  }
  .offset-b-11 {
    margin-left: 91.6663%;
  }
}
@media (max-width: 959px) {
  .col-m-1 {
    width: 8.3333%;
  }
  .col-m-2 {
    width: 16.6666%;
  }
  .col-m-3 {
    width: 24.9999%;
  }
  .col-m-4 {
    width: 33.3332%;
  }
  .col-m-5 {
    width: 41.6665%;
  }
  .col-m-6 {
    width: 49.9998%;
  }
  .col-m-7 {
    width: 58.3331%;
  }
  .col-m-8 {
    width: 66.6664%;
  }
  .col-m-9 {
    width: 74.9997%;
  }
  .col-m-10 {
    width: 83.333%;
  }
  .col-m-11 {
    width: 91.6663%;
  }
  .col-m-12 {
    width: 99.9996%;
  }
  .offset-m-0 {
    margin-left: 0%;
  }
  .offset-m-1 {
    margin-left: 8.3333%;
  }
  .offset-m-2 {
    margin-left: 16.6666%;
  }
  .offset-m-3 {
    margin-left: 24.9999%;
  }
  .offset-m-4 {
    margin-left: 33.3332%;
  }
  .offset-m-5 {
    margin-left: 41.6665%;
  }
  .offset-m-6 {
    margin-left: 49.9998%;
  }
  .offset-m-7 {
    margin-left: 58.3331%;
  }
  .offset-m-8 {
    margin-left: 66.6664%;
  }
  .offset-m-9 {
    margin-left: 74.9997%;
  }
  .offset-m-10 {
    margin-left: 83.333%;
  }
  .offset-m-11 {
    margin-left: 91.6663%;
  }
}
@media (max-width: 767px) {
  .col-s-1 {
    width: 8.3333%;
  }
  .col-s-2 {
    width: 16.6666%;
  }
  .col-s-3 {
    width: 24.9999%;
  }
  .col-s-4 {
    width: 33.3332%;
  }
  .col-s-5 {
    width: 41.6665%;
  }
  .col-s-6 {
    width: 49.9998%;
  }
  .col-s-7 {
    width: 58.3331%;
  }
  .col-s-8 {
    width: 66.6664%;
  }
  .col-s-9 {
    width: 74.9997%;
  }
  .col-s-10 {
    width: 83.333%;
  }
  .col-s-11 {
    width: 91.6663%;
  }
  .col-s-12 {
    width: 99.9996%;
  }
  .offset-s-0 {
    margin-left: 0%;
  }
  .offset-s-1 {
    margin-left: 8.3333%;
  }
  .offset-s-2 {
    margin-left: 16.6666%;
  }
  .offset-s-3 {
    margin-left: 24.9999%;
  }
  .offset-s-4 {
    margin-left: 33.3332%;
  }
  .offset-s-5 {
    margin-left: 41.6665%;
  }
  .offset-s-6 {
    margin-left: 49.9998%;
  }
  .offset-s-7 {
    margin-left: 58.3331%;
  }
  .offset-s-8 {
    margin-left: 66.6664%;
  }
  .offset-s-9 {
    margin-left: 74.9997%;
  }
  .offset-s-10 {
    margin-left: 83.333%;
  }
  .offset-s-11 {
    margin-left: 91.6663%;
  }
}
@media (max-width: 480px) {
  .col-xs-1 {
    width: 8.3333%;
  }
  .col-xs-2 {
    width: 16.6666%;
  }
  .col-xs-3 {
    width: 24.9999%;
  }
  .col-xs-4 {
    width: 33.3332%;
  }
  .col-xs-5 {
    width: 41.6665%;
  }
  .col-xs-6 {
    width: 49.9998%;
  }
  .col-xs-7 {
    width: 58.3331%;
  }
  .col-xs-8 {
    width: 66.6664%;
  }
  .col-xs-9 {
    width: 74.9997%;
  }
  .col-xs-10 {
    width: 83.333%;
  }
  .col-xs-11 {
    width: 91.6663%;
  }
  .col-xs-12 {
    width: 99.9996%;
  }
  .offset-xs-0 {
    margin-left: 0%;
  }
  .offset-xs-1 {
    margin-left: 8.3333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666%;
  }
  .offset-xs-3 {
    margin-left: 24.9999%;
  }
  .offset-xs-4 {
    margin-left: 33.3332%;
  }
  .offset-xs-5 {
    margin-left: 41.6665%;
  }
  .offset-xs-6 {
    margin-left: 49.9998%;
  }
  .offset-xs-7 {
    margin-left: 58.3331%;
  }
  .offset-xs-8 {
    margin-left: 66.6664%;
  }
  .offset-xs-9 {
    margin-left: 74.9997%;
  }
  .offset-xs-10 {
    margin-left: 83.333%;
  }
  .offset-xs-11 {
    margin-left: 91.6663%;
  }
}
form {
  overflow: visible;
}
form .form-item {
  position: relative;
  margin: 0;
}
form .form-item input.form-text {
  display: block;
  padding: 0 10px;
  height: 36px;
  border: none;
  border-radius: 3px;
  font-size: 13px;
  color: #1F2122;
  background: transparent;
  /* firefox 19+ */
  /* ie */
}
form .form-item input.form-text::-webkit-input-placeholder {
  color: #999;
}
form .form-item input.form-text::-moz-placeholder {
  color: #999;
}
form .form-item input.form-text:-ms-input-placeholder {
  color: #999;
}
form .form-item input.form-text:-moz-placeholder {
  color: #999;
}
form .form-item input.form-text.with-icon {
  padding-left: 36px;
}
form .form-item input.form-text.error {
  border: 0;
  color: #F00;
}
form .form-item input.form-text.email {
  background: #FFF url(../images/icon-register-home-email.png) 10px center no-repeat;
}
form .form-item input.form-text.email.not-empty {
  background: #FFF url(../images/icon-register-home-email_active.png) 10px center no-repeat;
}
form .form-item input.form-text.password {
  background: #FFF url(../images/icon-register-password-home.png) 10px center no-repeat;
}
form .form-item input.form-text.password.not-empty {
  background: #FFF url(../images/icon-register-password-home_active.png) 10px center no-repeat;
}
form .form-item textarea.form-textarea {
  display: block;
  padding: 0 10px;
  border: none;
  border-radius: 3px;
  font-size: 13px;
  color: #1F2122;
  background: #FFF;
}
form .form-item select.form-select {
  display: block;
  padding: 0 9px;
  height: 36px;
  border: #CCC 1px solid;
  border-radius: 3px;
  font-size: 13px;
  color: #1F2122;
  background: #FFF;
}
form .form-item div.error {
  display: none;
  position: absolute;
  top: 5px;
  left: 105%;
  max-width: 200px;
  padding: 5px 10px;
  font-size: 12px;
  color: #FFF;
  background: #F00;
}
form .form-item div.error .arrow {
  position: absolute;
  top: 5px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #F00;
}
form .form-item.with-error div.error {
  display: block;
}
form .form-actions {
  margin: 0;
}
form.inline-form .form-item {
  float: left;
  margin: 0 10px 0 0;
}
form.inline-form .form-item div.error {
  top: 51px;
  left: 0;
}
form.inline-form .form-item div.error .arrow {
  top: -20px;
  left: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #F00;
}

/* Common form styles */
form.common-form input.form-text {
  border: 1px solid #ccc;
  font-family: "Open Sans", Arial, sans-serif;
}

/* General rules */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-bottom: 120px;
}
@media (max-width: 960px) {
  body {
    margin-bottom: 180px;
  }
}
@media (max-width: 768px) {
  body {
    margin-bottom: 284px;
  }
}

a {
  text-decoration: none;
  color: #007E8E;
}
a.btn {
  display: inline-block;
  padding: 0 1em;
  border-radius: 3px;
  font-size: 13px;
  text-align: center;
  color: #FFF;
  background: #EE7722;
}
a.btn:hover {
  background: #FF5400;
}
a.btn:active {
  background: #F89E59;
}

ul.menu {
  margin: 0;
  padding: 0;
}
ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.menu li a {
  display: inline-block;
  text-decoration: none;
}

input[type=text],
input[type=password],
input[type=button],
input[type=submit],
textarea,
select {
  -webkit-appearance: none !important;
}

/* Structure */
/* =============================
======== HEADER DESKTOP ========
============================= */
body.admin-menu #explore-menu-content {
  top: 89px !important;
}

#fixed-menu {
  min-width: 960px;
  position: fixed;
  z-index: 4000;
  top: 0;
  left: 0;
  right: 0;
  display: table;
  width: 100%;
  height: 60px;
  overflow: visible;
  background-color: transparent;
  -webkit-transition: padding 0.3s;
  -moz-transition: padding 0.3s;
  transition: padding 0.3s;
  border: none;
}
#fixed-menu .navbar-left {
  float: left;
}
#fixed-menu .navbar-right {
  float: right;
}
#fixed-menu .element-middle {
  height: 60px;
  line-height: 60px;
}
#fixed-menu.darkHeader {
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 180ms linear;
  -moz-transition: background-color 180ms linear;
  -o-transition: background-color 180ms linear;
  -ms-transition: background-color 180ms linear;
  transition: background-color 180ms linear;
}
#fixed-menu.clearHeader {
  background: transparent;
  -webkit-transition: background-color 180ms linear;
  -moz-transition: background-color 180ms linear;
  -o-transition: background-color 180ms linear;
  -ms-transition: background-color 180ms linear;
  transition: background-color 180ms linear;
}
#fixed-menu #logo-wrapper {
  float: left;
}
#fixed-menu #logo-wrapper #logo {
  display: inline-block;
  width: 84px;
  -webkit-transition: width 180ms;
  -moz-transition: width 180ms;
  transition: width 180ms;
  height: 56px;
  background: transparent url(../images/ca_header_menu/logoInitial.svg) no-repeat;
  background-origin: content-box;
  background-position: center 1px;
  background-size: 56px;
}
#fixed-menu.darkHeader #logo-wrapper #logo {
  background: transparent url(../images/ca_header_menu/logoConnectAmericas.svg) no-repeat !important;
  width: 146px;
  height: 55px !important;
  background-size: 126px !important;
  background-position: center 12px !important;
  -webkit-transition: width 180ms;
  -moz-transition: width 180ms;
  transition: width 180ms;
}
#fixed-menu #explore-menu-wrapper {
  float: left;
}
#fixed-menu #explore-menu-wrapper #explore-menu {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 12px !important;
  text-transform: uppercase;
  vertical-align: middle;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
}
#fixed-menu #explore-menu-wrapper #explore-menu img {
  margin: -8px 18px;
}
#fixed-menu #explore-menu-wrapper #explore-menu .title-menu {
  margin-left: 8px;
}
#fixed-menu #explore-menu-wrapper #explore-menu .sandwich {
  width: 60px;
  height: 100%;
  background: url(../images/ca_header_menu/sandwich.svg) 16px -40px no-repeat;
  display: inline-block;
  vertical-align: middle;
}
#fixed-menu #explore-menu-wrapper #explore-menu.open .sandwich {
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  background: rgba(45, 155, 174, 0.9) url(../images/ca_header_menu/sandwich.svg) 16px 12px no-repeat;
  animation-name: slidenavAnimation;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 0.3s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#fixed-menu #explore-menu-wrapper #explore-menu.open span {
  color: #039bb5;
}
#fixed-menu.darkHeader #explore-menu-wrapper a {
  color: #000 !important;
}
#fixed-menu #header-search {
  padding-right: 6px;
  float: left;
}
#fixed-menu #header-search form {
  position: relative;
  width: 100%;
  height: 60px;
  vertical-align: middle;
}
#fixed-menu #header-search form > div {
  height: 50px;
  float: right;
}
#fixed-menu #header-search form > div .form-item-criteria-header {
  height: 60px;
  vertical-align: middle;
  width: 280px;
  margin-top: 10px;
  float: left;
}
#fixed-menu #header-search form > div .form-item-criteria-header input {
  color: #888;
  width: 100% !important;
  height: 40px !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  border: 1px solid #ccc;
  border-radius: 0;
  border-left: none;
  border-right: none;
  background-color: #fff;
  font-size: 12px !important;
  margin-top: 0;
}
#fixed-menu #header-search form > div .selector {
  position: relative;
  vertical-align: top;
  visibility: visible;
  height: 60px;
  overflow: visible;
  opacity: 1;
  float: left;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  transition: width 0.2s;
}
#fixed-menu #header-search form > div .selector.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  transition: width 0.2s;
}
#fixed-menu #header-search form > div .selector span.current {
  display: block;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 30px;
  margin-top: 10px;
  font-size: 12px;
  color: #888;
  cursor: pointer;
  text-align: right;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right-color: #EFEFEF;
  background: #fff url(../images/ca_header_menu/arrowGrey.svg) left 5px top 10px no-repeat;
}
#fixed-menu #header-search form > div .selector ul.menu {
  position: absolute;
  top: 50px;
  visibility: hidden;
  background: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#fixed-menu #header-search form > div .selector ul.menu.open {
  visibility: visible;
}
#fixed-menu #header-search form > div .selector ul.menu li a {
  display: block;
  padding: 0 15px 0 10px;
  line-height: 30px;
  font-size: 12px;
  text-align: left;
  color: #1F2122;
  white-space: nowrap;
}
#fixed-menu #header-search form > div .selector ul.menu li a:hover {
  background: #F0F0F0;
}
#fixed-menu #header-search form > div .form-submit {
  visibility: visible;
  width: auto;
  height: 40px;
  margin-top: 10px;
  padding: 0 20px;
  background: #fff url(../images/ca_header_menu/search.svg) 6px -44px no-repeat !important;
  outline: 0;
  cursor: pointer;
  opacity: 1;
  text-indent: -99999px;
  border: 1px solid #ccc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: none;
  float: left;
}
#fixed-menu.darkHeader #header-search .selector span.current {
  color: #888;
  background: #fff url(../images/ca_header_menu/arrowGrey.svg) left 5px top 10px no-repeat;
}
#fixed-menu #user-menu {
  background: transparent;
  white-space: nowrap;
  float: left;
  letter-spacing: 1px;
  margin-right: 14px;
}
#fixed-menu #user-menu .login,
#fixed-menu #user-menu .signup,
#fixed-menu #user-menu .submenu {
  display: inline-block;
  padding: 0 12px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 500;
}
#fixed-menu #user-menu .login {
  font-size: 12px;
  text-align: center;
}
#fixed-menu #user-menu .login:hover {
  text-decoration: underline;
}
#fixed-menu #user-menu .signup {
  background: transparent;
  transition: background-color 0.2s;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-right: 10px;
}
#fixed-menu #user-menu .signup:hover {
  color: #fff !important;
  background-color: #ee7722;
  border-color: #ee7722 !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#fixed-menu #user-menu .submenu {
  background: transparent;
  transition: background-color 0.2s;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-right: 10px;
}
#fixed-menu #user-menu .submenu:hover {
  color: #fff !important;
  background-color: #ee7722;
  border-color: #ee7722 !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#fixed-menu #user-menu .user_info {
  height: 60px;
  overflow: visible;
  white-space: nowrap;
  font-family: "Open Sans", Arial, sans-serif !important;
  margin-right: -14px;
  margin-left: 12px;
}
#fixed-menu #user-menu .user_info .user-menu {
  float: left;
  position: relative;
  display: block;
  height: 60px;
  overflow: visible;
  background: transparent;
  white-space: nowrap;
  max-width: 335px;
}
#fixed-menu #user-menu .user_info .user-menu a:hover {
  cursor: pointer;
}
#fixed-menu #user-menu .user_info .user-menu .picture {
  width: 50px;
  height: 60px;
  overflow: hidden;
  cursor: pointer;
  background: #EEE url(../images/user_placeholder.svg) center center no-repeat;
  background-size: contain !important;
}
#fixed-menu #user-menu .user_info .user-menu .has-picture {
  background-size: cover !important;
}
#fixed-menu #user-menu .user_info .user-menu .name {
  width: 100%;
  max-width: 290px;
  height: 60px;
  margin-top: -60px;
  padding: 0 35px 0 65px;
  font-size: 12px;
  color: #1F2122;
  background: transparent url(../images/ca_header_menu/arrowGrey.svg) center right 7px no-repeat;
  cursor: pointer;
  min-width: 124px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
@media (max-width: 1200px) {
  #fixed-menu #user-menu .user_info .user-menu .name {
    padding: 0;
    min-width: 82px;
  }
  #fixed-menu #user-menu .user_info .user-menu .name span {
    display: none;
  }
}
#fixed-menu #user-menu .user_info .user-menu .arrow {
  background: transparent url(../images/ca_header_menu/arrowGrey.svg) center right 7px no-repeat;
  width: 20px;
  float: right;
}
#fixed-menu #user-menu .user_info .user-menu ul.menu {
  display: none;
  position: absolute;
  top: 60px;
  left: initial;
  right: 0;
  min-width: 206px;
  z-index: 4000;
  padding: 10px 12px;
  background: rgba(45, 155, 174, 0.9);
  animation-name: slidenavAnimation;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 0.3s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  #fixed-menu #user-menu .user_info .user-menu ul.menu {
    left: initial !important;
  }
}
#fixed-menu #user-menu .user_info .user-menu ul.menu li {
  height: 36px !important;
  line-height: 36px;
}
#fixed-menu #user-menu .user_info .user-menu ul.menu li.last {
  border-bottom: 0;
}
#fixed-menu #user-menu .user_info .user-menu ul.menu li a {
  line-height: 26px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}
#fixed-menu #user-menu .user_info .user-menu ul.menu li a:hover {
  border-bottom: 1px solid #fff;
}
#fixed-menu #user-menu .user_info .user-menu ul.menu li.shared .profile {
  float: left;
  margin: 4px 0 0 0;
  max-width: 138px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
#fixed-menu #user-menu .user_info .user-menu ul.menu li.shared a.edit {
  width: 35px;
  height: 34px;
  overflow: hidden;
  float: right;
  background: url(../images/profile/user-edit.svg) center center no-repeat;
  background-size: 16px 16px;
  text-indent: -1000px;
  padding: 0 !important;
}
#fixed-menu #user-menu .user_info .user-menu ul.menu li.shared a.edit:hover {
  background-color: rgba(45, 155, 174, 0.9);
  border-bottom: none;
}
#fixed-menu #user-menu .user_info .user-menu:hover:not(.prevent-hover), #fixed-menu #user-menu .user_info .user-menu.open {
  background: rgba(45, 155, 174, 0.9);
}
#fixed-menu #user-menu .user_info .user-menu:hover:not(.prevent-hover) .name, #fixed-menu #user-menu .user_info .user-menu.open .name {
  color: #FFF;
  background: transparent url(../images/ca_header_menu/arrowWhite.svg) center right 7px no-repeat;
  animation-name: slidenavAnimation;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 0.3s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#fixed-menu #user-menu .user_info .user-menu:hover:not(.prevent-hover) ul.menu, #fixed-menu #user-menu .user_info .user-menu.open ul.menu {
  display: block;
}
#fixed-menu #user-menu .user_info .notifications {
  float: left;
  width: 50px;
  height: 60px;
  border-right: solid 1px #EDEDED;
  border-left: solid 1px #EDEDED;
  position: relative;
  background: transparent url(../images/ca_header_menu/notifications.svg) center center no-repeat;
}
#fixed-menu #user-menu .user_info .notifications:hover {
  cursor: pointer;
  animation-name: slidenavAnimation;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 0.3s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
  background: rgba(45, 155, 174, 0.9) url(../images/ca_header_menu/notificationsActive.svg) center center no-repeat;
  border-color: rgba(45, 155, 174, 0.9);
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#fixed-menu #user-menu .user_info .notifications:hover .notifications-info {
  display: block;
}
#fixed-menu #user-menu .user_info .notifications a.notifications-btn {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  line-height: 15px;
}
#fixed-menu #user-menu .user_info .notifications a.notifications-btn span {
  position: absolute;
  top: 15px;
  right: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 11px;
  text-align: center;
  color: #FFF;
  background: #F10F0F;
  letter-spacing: 0;
}
#fixed-menu #user-menu .user_info .notifications a.notifications-btn:hover {
  border-color: rgba(45, 155, 174, 0.9);
}
#fixed-menu #user-menu .user_info .notifications .notifications-info {
  position: absolute;
  top: 60px;
  right: -1px;
  width: 270px;
  display: none;
}
#fixed-menu #user-menu .user_info .notifications .notifications-info .notifications-arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 9999;
  margin-left: 215px;
  background: url(../images/ca_header_menu/arrowGrey.svg) no-repeat 0 11px;
}
#fixed-menu #user-menu .user_info .notifications .notifications-info .notifications-content {
  position: absolute;
  width: 100%;
  background-color: rgba(45, 155, 174, 0.9);
  color: #fff;
  padding: 10px 0;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
}
#fixed-menu #user-menu .user_info .notifications .notifications-info .notifications-content .notification-section {
  border-bottom: 1px solid #ccc;
  float: left;
  padding: 8px 12px;
  word-break: break-all;
}
#fixed-menu #user-menu .user_info .notifications .notifications-info .notifications-content .notification-section .notification-link {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  white-space: normal;
  line-height: 20px;
  word-break: keep-all;
}
#fixed-menu #user-menu .user_info .notifications .notifications-info .notifications-content .notification-section .notification-link:hover {
  text-decoration: underline;
}
#fixed-menu #user-menu .user_info .notifications .notifications-info .notifications-content .notification-section .notification-link a {
  color: white;
  font-weight: 800;
}
#fixed-menu #user-menu .user_info .notifications .notifications-info .notifications-content .notification-section-more {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
}
#fixed-menu #user-menu .user_info .notifications .notifications-info .notifications-content .notification-section-more:hover {
  text-decoration: underline;
}
#fixed-menu #user-menu .user_info .notifications .notifications-info .notifications-content .notifications-row {
  color: #fff;
  padding: 10px 12px;
  border-bottom: solid 1px #eee;
  font-size: 14px !important;
  line-height: 1.7;
  word-break: break-all;
}
#fixed-menu #user-menu .user_info .notifications .notifications-info .notifications-content .notifications-row span {
  font-weight: 700;
}
#fixed-menu #user-menu .user_info .notifications .notifications-info .notifications-content .no-notifications {
  padding: 10px 12px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  cursor: auto;
  font-weight: 400;
}
#fixed-menu #user-menu .user_info .notifications .notifications-info .notifications-content .notifications-see-all {
  padding: 10px 12px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
#fixed-menu #user-menu .user_info .notifications .notifications-info .notifications-content .notification-link.seen .notifications-row {
  color: #888888;
}
#fixed-menu.darkHeader #user-menu .signup {
  color: #fff !important;
  background-color: #ee7722 !important;
  border-color: #ee7722 !important;
}
#fixed-menu.darkHeader #user-menu .login {
  color: #000 !important;
}
#fixed-menu #help-menu-wrapper {
  float: left;
  cursor: pointer;
  display: block;
  width: 50px;
  height: 60px;
  background: transparent url(../images/ca_header_menu/faqsWhite.svg) center center no-repeat;
}
#fixed-menu #help-menu-wrapper a:hover {
  cursor: pointer;
}
#fixed-menu #help-menu-wrapper:hover {
  animation-name: slidenavAnimation;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 0.3s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
  background: rgba(45, 155, 174, 0.9) url(../images/ca_header_menu/faqsActive.svg) center center no-repeat !important;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#fixed-menu #help-menu-wrapper #help-menu {
  position: relative;
  width: 50px;
  height: 60px;
}
#fixed-menu #help-menu-wrapper #help-menu a.menu-button {
  display: block;
  width: 50px;
  height: 60px;
  text-align: center;
}
#fixed-menu #help-menu-wrapper #help-menu a.menu-button img {
  vertical-align: middle;
}
#fixed-menu #help-menu-wrapper #help-menu .menu {
  padding: 10px 12px;
  background: rgba(45, 155, 174, 0.9);
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
}
#fixed-menu #help-menu-wrapper #help-menu .menu li {
  height: 36px !important;
  line-height: 36px;
}
#fixed-menu #help-menu-wrapper #help-menu > ul {
  position: absolute;
  top: 60px;
  right: 0px;
  display: none;
}
#fixed-menu #help-menu-wrapper #help-menu:hover:not(.prevent-hover) a.menu-button, #fixed-menu #help-menu-wrapper #help-menu.open a.menu-button {
  color: #FFF;
}
#fixed-menu #help-menu-wrapper #help-menu:hover:not(.prevent-hover) > ul, #fixed-menu #help-menu-wrapper #help-menu.open > ul {
  display: block;
}
#fixed-menu #help-menu-wrapper #help-menu:hover:not(.prevent-hover) > ul li a, #fixed-menu #help-menu-wrapper #help-menu.open > ul li a {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  white-space: nowrap;
}
#fixed-menu #help-menu-wrapper #help-menu:hover:not(.prevent-hover) > ul li a:hover, #fixed-menu #help-menu-wrapper #help-menu.open > ul li a:hover {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}
#fixed-menu.darkHeader #help-menu-wrapper {
  background: transparent url(../images/ca_header_menu/faqsGrey.svg) center center no-repeat;
}
#fixed-menu #ca-lang-selector {
  float: left;
  position: relative;
  height: 60px;
  width: 50px;
  overflow: visible;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  margin-right: 10px;
  background: transparent url(../images/ca_header_menu/arrowWhite.svg) 26px 19px no-repeat;
}
#fixed-menu #ca-lang-selector a:hover {
  cursor: pointer;
}
#fixed-menu #ca-lang-selector .current {
  height: 60px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
}
#fixed-menu #ca-lang-selector .current span {
  margin-left: -16px;
}
#fixed-menu #ca-lang-selector .current img {
  margin: -5px -6px;
}
#fixed-menu #ca-lang-selector ul.menu {
  position: absolute;
  width: 50px;
  text-align: center;
  color: #FFF;
  display: none;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
}
#fixed-menu #ca-lang-selector ul.menu li {
  height: 36px !important;
  line-height: 36px;
}
#fixed-menu #ca-lang-selector ul.menu li a {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  white-space: nowrap;
}
#fixed-menu #ca-lang-selector ul.menu li a:hover {
  border-bottom: 1px solid #fff;
}
#fixed-menu #ca-lang-selector:hover {
  color: #fff !important;
  animation-name: slidenavAnimation;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 0.3s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
  background: rgba(45, 155, 174, 0.9) url(../images/ca_header_menu/arrowWhite.svg) 26px 19px no-repeat;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#fixed-menu #ca-lang-selector:hover ul.menu {
  display: block;
  padding: 10px 12px;
  background: rgba(45, 155, 174, 0.9);
}
#fixed-menu.darkHeader #ca-lang-selector {
  color: #000 !important;
  background: transparent url(../images/ca_header_menu/arrowGrey.svg) 26px 19px no-repeat;
}
#fixed-menu.darkHeader #ca-lang-selector:hover {
  background: rgba(45, 155, 174, 0.9) url(../images/ca_header_menu/arrowWhite.svg) 26px 19px no-repeat;
  color: #fff !important;
  animation-name: slidenavAnimation;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 0.3s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#fixed-menu-new-home {
  min-width: 900px;
  position: fixed;
  z-index: 4000;
  top: 0;
  left: 0;
  right: 0;
  display: table;
  width: 100%;
  height: 94px;
  overflow: visible;
  background-color: transparent;
  -webkit-transition: padding 0.3s;
  -moz-transition: padding 0.3s;
  transition: padding 0.3s;
  border: none;
}
@media screen and (max-width: 1240px) {
  #fixed-menu-new-home {
    width: 100%;
    min-width: 300px;
  }
}
#fixed-menu-new-home .navbar-left {
  float: left;
}
@media screen and (max-width: 1240px) {
  #fixed-menu-new-home .navbar-left {
    margin-left: 25px;
  }
}
#fixed-menu-new-home .navbar-right {
  float: right;
}
@media screen and (max-width: 1240px) {
  #fixed-menu-new-home .navbar-right {
    margin-right: 25px;
  }
}
@media screen and (max-width: 800px) {
  #fixed-menu-new-home .navbar-right {
    display: none;
  }
}
#fixed-menu-new-home .mobilehamburguer {
  display: none;
}
@media screen and (max-width: 800px) {
  #fixed-menu-new-home .mobilehamburguer {
    display: block;
    right: 30px;
    position: absolute;
    top: 17px;
  }
}
#fixed-menu-new-home .mobilehamburguer:hover {
  cursor: pointer;
}
#fixed-menu-new-home .mobilehamburguer .sandwich {
  width: 60px;
  height: 60px;
  background: url(../images/ca_header_menu/sandwich.svg) 16px -40px no-repeat;
  display: inline-block;
  vertical-align: middle;
}
#fixed-menu-new-home .sub {
  display: none;
  left: 0;
  right: 0;
  position: absolute;
  top: 94px;
  background: #31abc9;
}
@media screen and (min-width: 800px) {
  #fixed-menu-new-home .sub {
    display: none !important;
  }
}
#fixed-menu-new-home .sub ul.ulsub {
  width: calc(100% - 50px);
  float: left;
}
#fixed-menu-new-home .sub ul.ulsub li {
  height: 47px;
}
#fixed-menu-new-home .sub ul.ulsub li a {
  display: block;
  height: 47px;
  line-height: 47px;
  margin-left: 30px;
  color: #fff;
}
#fixed-menu-new-home .element-middle {
  height: 94px;
  line-height: 94px;
}
#fixed-menu-new-home.darkHeader {
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 180ms linear;
  -moz-transition: background-color 180ms linear;
  -o-transition: background-color 180ms linear;
  -ms-transition: background-color 180ms linear;
  transition: background-color 180ms linear;
}
#fixed-menu-new-home.clearHeader {
  background: transparent;
  -webkit-transition: background-color 180ms linear;
  -moz-transition: background-color 180ms linear;
  -o-transition: background-color 180ms linear;
  -ms-transition: background-color 180ms linear;
  transition: background-color 180ms linear;
}
#fixed-menu-new-home #logo-wrapper {
  float: left;
}
#fixed-menu-new-home #logo-wrapper #logo {
  display: inline-block;
  width: 84px;
  -webkit-transition: width 180ms;
  -moz-transition: width 180ms;
  transition: width 180ms;
  height: 89px;
  background: transparent url(../images/ca_header_menu/logoInitial.svg) no-repeat;
  background-origin: content-box;
  background-position: center 1px;
  background-size: 56px;
}
#fixed-menu-new-home.darkHeader #logo-wrapper #logo {
  background: transparent url(../images/ca_header_menu/logoConnectAmericas.svg) no-repeat !important;
  width: 175px;
  height: 89px;
  background-size: 165px !important;
  background-position: center 19px !important;
  -webkit-transition: width 180ms;
  -moz-transition: width 180ms;
  transition: width 180ms;
}
#fixed-menu-new-home.darkHeader .navbar-wrapper {
  max-width: 1200px;
  margin: auto;
}
#fixed-menu-new-home #explore-menu-wrapper {
  float: left;
}
#fixed-menu-new-home #explore-menu-wrapper #explore-menu {
  display: block;
  height: 94px;
  line-height: 94px;
  font-size: 12px !important;
  text-transform: uppercase;
  vertical-align: middle;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
}
#fixed-menu-new-home #explore-menu-wrapper #explore-menu img {
  margin: -8px 18px;
}
#fixed-menu-new-home #explore-menu-wrapper #explore-menu .title-menu {
  margin-left: 8px;
}
#fixed-menu-new-home #explore-menu-wrapper #explore-menu .sandwich {
  width: 60px;
  height: 100%;
  background: url(../images/ca_header_menu/sandwich.svg) 16px -40px no-repeat;
  display: inline-block;
  vertical-align: middle;
}
#fixed-menu-new-home #explore-menu-wrapper #explore-menu.open .sandwich {
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  background: rgba(45, 155, 174, 0.9) url(../images/ca_header_menu/sandwich.svg) 16px 12px no-repeat;
  animation-name: slidenavAnimation;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 0.3s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#fixed-menu-new-home #explore-menu-wrapper #explore-menu.open span {
  color: #039bb5;
}
#fixed-menu-new-home.darkHeader #explore-menu-wrapper a {
  color: #000 !important;
}
#fixed-menu-new-home #header-search {
  padding-right: 6px;
  float: left;
}
#fixed-menu-new-home #header-search form {
  position: relative;
  width: 100%;
  height: 94px;
  vertical-align: middle;
}
#fixed-menu-new-home #header-search form > div {
  height: 50px;
  float: right;
}
#fixed-menu-new-home #header-search form > div .form-item-criteria-header {
  height: 94px;
  vertical-align: middle;
  width: 280px;
  margin-top: 10px;
  float: left;
}
#fixed-menu-new-home #header-search form > div .form-item-criteria-header input {
  color: #888;
  width: 100% !important;
  height: 40px !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  border: 1px solid #ccc;
  border-radius: 0;
  border-left: none;
  border-right: none;
  background-color: #fff;
  font-size: 12px !important;
  margin-top: 0;
}
#fixed-menu-new-home #header-search form > div .selector {
  position: relative;
  vertical-align: top;
  visibility: visible;
  height: 94px;
  overflow: visible;
  opacity: 1;
  float: left;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  transition: width 0.2s;
}
#fixed-menu-new-home #header-search form > div .selector.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  transition: width 0.2s;
}
#fixed-menu-new-home #header-search form > div .selector span.current {
  display: block;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 30px;
  margin-top: 10px;
  font-size: 12px;
  color: #888;
  cursor: pointer;
  text-align: right;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right-color: #EFEFEF;
  background: #fff url(../images/ca_header_menu/arrowGrey.svg) left 5px top 10px no-repeat;
}
#fixed-menu-new-home #header-search form > div .selector ul.menu {
  position: absolute;
  top: 50px;
  visibility: hidden;
  background: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#fixed-menu-new-home #header-search form > div .selector ul.menu.open {
  visibility: visible;
}
#fixed-menu-new-home #header-search form > div .selector ul.menu li a {
  display: block;
  padding: 0 15px 0 10px;
  line-height: 30px;
  font-size: 12px;
  text-align: left;
  color: #1F2122;
  white-space: nowrap;
}
#fixed-menu-new-home #header-search form > div .selector ul.menu li a:hover {
  background: #F0F0F0;
}
#fixed-menu-new-home #header-search form > div .form-submit {
  visibility: visible;
  width: auto;
  height: 40px;
  margin-top: 10px;
  padding: 0 20px;
  background: #fff url(../images/ca_header_menu/search.svg) 6px -44px no-repeat !important;
  outline: 0;
  cursor: pointer;
  opacity: 1;
  text-indent: -99999px;
  border: 1px solid #ccc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: none;
  float: left;
}
#fixed-menu-new-home.darkHeader #header-search .selector span.current {
  color: #888;
  background: #fff url(../images/ca_header_menu/arrowGrey.svg) left 5px top 10px no-repeat;
}
#fixed-menu-new-home #user-menu {
  background: transparent;
  white-space: nowrap;
  float: left;
  letter-spacing: 1px;
  margin-right: 0;
}
#fixed-menu-new-home #user-menu .login,
#fixed-menu-new-home #user-menu .signup,
#fixed-menu-new-home #user-menu .submenu {
  display: inline-block;
  padding: 0 12px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 500;
}
#fixed-menu-new-home #user-menu .signup {
  font-size: 12px;
  text-align: center;
}
#fixed-menu-new-home #user-menu .signup:hover {
  text-decoration: underline;
}
#fixed-menu-new-home #user-menu .login {
  background: transparent;
  transition: background-color 0.2s;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-right: 10px;
}
#fixed-menu-new-home #user-menu .submenu {
  font-size: 12px;
  text-align: center;
}
#fixed-menu-new-home #user-menu .submenu:hover {
  text-decoration: underline;
}
#fixed-menu-new-home #user-menu .user_info {
  height: 94px;
  overflow: visible;
  white-space: nowrap;
  font-family: "Open Sans", Arial, sans-serif !important;
  margin-right: -14px;
  margin-left: 12px;
}
#fixed-menu-new-home #user-menu .user_info .user-menu {
  float: left;
  position: relative;
  display: block;
  height: 94px;
  overflow: visible;
  background: transparent;
  white-space: nowrap;
  max-width: 335px;
}
#fixed-menu-new-home #user-menu .user_info .user-menu a:hover {
  cursor: pointer;
}
#fixed-menu-new-home #user-menu .user_info .user-menu .picture {
  width: 50px;
  height: 94px;
  overflow: hidden;
  cursor: pointer;
  background: #EEE url(../images/user_placeholder.svg) center center no-repeat;
  background-size: contain !important;
}
#fixed-menu-new-home #user-menu .user_info .user-menu .has-picture {
  background-size: cover !important;
}
#fixed-menu-new-home #user-menu .user_info .user-menu .name {
  width: 100%;
  max-width: 290px;
  height: 94px;
  margin-top: -94px;
  padding: 0 35px 0 65px;
  font-size: 12px;
  color: #1F2122;
  background: transparent url(../images/ca_header_menu/arrowGrey.svg) center right 7px no-repeat;
  cursor: pointer;
  min-width: 124px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
@media (max-width: 1200px) {
  #fixed-menu-new-home #user-menu .user_info .user-menu .name {
    padding: 0;
    min-width: 82px;
  }
  #fixed-menu-new-home #user-menu .user_info .user-menu .name span {
    display: none;
  }
}
#fixed-menu-new-home #user-menu .user_info .user-menu .arrow {
  background: transparent url(../images/ca_header_menu/arrowGrey.svg) center right 7px no-repeat;
  width: 20px;
  float: right;
}
#fixed-menu-new-home #user-menu .user_info .user-menu ul.menu {
  display: none;
  position: absolute;
  top: 94px;
  left: initial;
  right: 0;
  min-width: 206px;
  z-index: 4000;
  padding: 10px 12px;
  background: rgba(45, 155, 174, 0.9);
  animation-name: slidenavAnimation;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 0.3s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  #fixed-menu-new-home #user-menu .user_info .user-menu ul.menu {
    left: initial !important;
  }
}
#fixed-menu-new-home #user-menu .user_info .user-menu ul.menu li {
  height: 36px !important;
  line-height: 36px;
}
#fixed-menu-new-home #user-menu .user_info .user-menu ul.menu li.last {
  border-bottom: 0;
}
#fixed-menu-new-home #user-menu .user_info .user-menu ul.menu li a {
  line-height: 26px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}
#fixed-menu-new-home #user-menu .user_info .user-menu ul.menu li a:hover {
  border-bottom: 1px solid #fff;
}
#fixed-menu-new-home #user-menu .user_info .user-menu ul.menu li.shared .profile {
  float: left;
  margin: 4px 0 0 0;
  max-width: 138px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
#fixed-menu-new-home #user-menu .user_info .user-menu ul.menu li.shared a.edit {
  width: 35px;
  height: 34px;
  overflow: hidden;
  float: right;
  background: url(../images/profile/user-edit.svg) center center no-repeat;
  background-size: 16px 16px;
  text-indent: -1000px;
  padding: 0 !important;
}
#fixed-menu-new-home #user-menu .user_info .user-menu ul.menu li.shared a.edit:hover {
  background-color: rgba(45, 155, 174, 0.9);
  border-bottom: none;
}
#fixed-menu-new-home #user-menu .user_info .user-menu:hover:not(.prevent-hover), #fixed-menu-new-home #user-menu .user_info .user-menu.open {
  background: rgba(45, 155, 174, 0.9);
}
#fixed-menu-new-home #user-menu .user_info .user-menu:hover:not(.prevent-hover) .name, #fixed-menu-new-home #user-menu .user_info .user-menu.open .name {
  color: #FFF;
  background: transparent url(../images/ca_header_menu/arrowWhite.svg) center right 7px no-repeat;
  animation-name: slidenavAnimation;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 0.3s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#fixed-menu-new-home #user-menu .user_info .user-menu:hover:not(.prevent-hover) ul.menu, #fixed-menu-new-home #user-menu .user_info .user-menu.open ul.menu {
  display: block;
}
#fixed-menu-new-home #user-menu .user_info .notifications {
  float: left;
  width: 50px;
  height: 94px;
  border-right: solid 1px #EDEDED;
  border-left: solid 1px #EDEDED;
  position: relative;
  background: transparent url(../images/ca_header_menu/notifications.svg) center center no-repeat;
}
#fixed-menu-new-home #user-menu .user_info .notifications:hover {
  cursor: pointer;
  animation-name: slidenavAnimation;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 0.3s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
  background: rgba(45, 155, 174, 0.9) url(../images/ca_header_menu/notificationsActive.svg) center center no-repeat;
  border-color: rgba(45, 155, 174, 0.9);
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#fixed-menu-new-home #user-menu .user_info .notifications:hover .notifications-info {
  display: block;
}
#fixed-menu-new-home #user-menu .user_info .notifications a.notifications-btn {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  line-height: 15px;
}
#fixed-menu-new-home #user-menu .user_info .notifications a.notifications-btn span {
  position: absolute;
  top: 15px;
  right: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 11px;
  text-align: center;
  color: #FFF;
  background: #F10F0F;
  letter-spacing: 0;
}
#fixed-menu-new-home #user-menu .user_info .notifications a.notifications-btn:hover {
  border-color: rgba(45, 155, 174, 0.9);
}
#fixed-menu-new-home #user-menu .user_info .notifications .notifications-info {
  position: absolute;
  top: 60px;
  right: -1px;
  width: 270px;
  display: none;
}
#fixed-menu-new-home #user-menu .user_info .notifications .notifications-info .notifications-arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 9999;
  margin-left: 215px;
  background: url(../images/ca_header_menu/arrowGrey.svg) no-repeat 0 11px;
}
#fixed-menu-new-home #user-menu .user_info .notifications .notifications-info .notifications-content {
  position: absolute;
  width: 100%;
  background-color: rgba(45, 155, 174, 0.9);
  color: #fff;
  padding: 10px 0;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
}
#fixed-menu-new-home #user-menu .user_info .notifications .notifications-info .notifications-content .notification-section {
  border-bottom: 1px solid #ccc;
  float: left;
  padding: 8px 12px;
  word-break: break-all;
}
#fixed-menu-new-home #user-menu .user_info .notifications .notifications-info .notifications-content .notification-section .notification-link {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  white-space: normal;
  line-height: 20px;
  word-break: keep-all;
}
#fixed-menu-new-home #user-menu .user_info .notifications .notifications-info .notifications-content .notification-section .notification-link:hover {
  text-decoration: underline;
}
#fixed-menu-new-home #user-menu .user_info .notifications .notifications-info .notifications-content .notification-section .notification-link a {
  color: white;
  font-weight: 800;
}
#fixed-menu-new-home #user-menu .user_info .notifications .notifications-info .notifications-content .notification-section-more {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
}
#fixed-menu-new-home #user-menu .user_info .notifications .notifications-info .notifications-content .notification-section-more:hover {
  text-decoration: underline;
}
#fixed-menu-new-home #user-menu .user_info .notifications .notifications-info .notifications-content .notifications-row {
  color: #fff;
  padding: 10px 12px;
  border-bottom: solid 1px #eee;
  font-size: 14px !important;
  line-height: 1.7;
  word-break: break-all;
}
#fixed-menu-new-home #user-menu .user_info .notifications .notifications-info .notifications-content .notifications-row span {
  font-weight: 700;
}
#fixed-menu-new-home #user-menu .user_info .notifications .notifications-info .notifications-content .no-notifications {
  padding: 10px 12px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  cursor: auto;
  font-weight: 400;
}
#fixed-menu-new-home #user-menu .user_info .notifications .notifications-info .notifications-content .notifications-see-all {
  padding: 10px 12px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
#fixed-menu-new-home #user-menu .user_info .notifications .notifications-info .notifications-content .notification-link.seen .notifications-row {
  color: #888888;
}
#fixed-menu-new-home.darkHeader #user-menu .login,
#fixed-menu-new-home.darkHeader #user-menu .signup,
#fixed-menu-new-home.darkHeader #user-menu .submenu,
#fixed-menu-new-home.darkHeader #user-menu #submenu-search {
  display: inline-block;
  padding: 0 12px;
  white-space: nowrap;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: none !important;
}
#fixed-menu-new-home.darkHeader #user-menu .signup {
  line-height: 94px;
  text-align: center;
  margin-right: 25px;
  color: #2EAEC1 !important;
  font-weight: bold;
}
#fixed-menu-new-home.darkHeader #user-menu .signup:hover {
  text-decoration: none;
  color: #EE7722 !important;
  background: none !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#fixed-menu-new-home.darkHeader #user-menu .submenu {
  line-height: 94px;
  text-align: center;
  color: #000 !important;
}
#fixed-menu-new-home.darkHeader #user-menu .submenu:hover {
  text-decoration: none;
  color: #EE7722 !important;
  background: none !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#fixed-menu-new-home.darkHeader #user-menu .login {
  background: transparent;
  transition: background-color 0.2s;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #2EAEC1;
  border-radius: 19px;
  margin-right: 25px;
  color: #fff !important;
  background-color: #2EAEC1 !important;
  padding: 0 20px;
}
#fixed-menu-new-home.darkHeader #user-menu .login:hover {
  color: #2EAEC1 !important;
  background-color: #fff !important;
  border-color: #2EAEC1 !important;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#fixed-menu-new-home.darkHeader #user-menu #submenu-search {
  background-image: url(../images/search_ho.svg);
  background: url(../images/search.svg) 0 38px no-repeat;
  line-height: 94px;
  text-align: center;
  color: #2EAEC1 !important;
}
#fixed-menu-new-home.darkHeader #user-menu #submenu-search span {
  display: inline;
  margin-left: 8px;
}
#fixed-menu-new-home.darkHeader #user-menu #submenu-search:hover {
  text-decoration: none;
  background-image: url(../images/search_ho.svg);
  color: #EE7722 !important;
}
#fixed-menu-new-home.darkHeader #user-menu #submenu-top:hover {
  color: #EE7722 !important;
}
#fixed-menu-new-home.darkHeader #user-menu #submenu-top-ul {
  opacity: 0;
  overflow: hidden;
  height: 0;
  position: absolute;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
  width: auto;
  margin-top: 10px;
  margin-left: 52px;
}
#fixed-menu-new-home.darkHeader #user-menu #submenu-top-ul:before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(50% - 7px);
  width: 31px;
  height: 20px;
  background-image: url(../images/ca_header_menu/triangle.png);
}
#fixed-menu-new-home.darkHeader #user-menu #submenu-top-ul h5 {
  color: #2EAEC1;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
  border-bottom: 1px solid #D8D8D8;
  margin: 20px 30px 0;
}
#fixed-menu-new-home.darkHeader #user-menu #submenu-top-ul ul {
  list-style: none;
  margin: 20px 30px;
}
#fixed-menu-new-home.darkHeader #user-menu #submenu-top-ul ul li {
  color: #171717;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 6px;
}
#fixed-menu-new-home.darkHeader #user-menu #submenu-top-ul ul li a {
  color: #171717;
}
#fixed-menu-new-home.darkHeader #user-menu #submenu-top-ul ul li a:hover {
  color: #2EAEC1;
}
#fixed-menu-new-home #help-menu-wrapper {
  float: left;
  cursor: pointer;
  display: block;
  width: 50px;
  height: 60px;
  background: transparent url(../images/ca_header_menu/faqsWhite.svg) center center no-repeat;
}
#fixed-menu-new-home #help-menu-wrapper a:hover {
  cursor: pointer;
}
#fixed-menu-new-home #help-menu-wrapper:hover {
  animation-name: slidenavAnimation;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 0.3s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
  background: rgba(45, 155, 174, 0.9) url(../images/ca_header_menu/faqsActive.svg) center center no-repeat !important;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#fixed-menu-new-home #help-menu-wrapper #help-menu {
  position: relative;
  width: 50px;
  height: 94px;
}
#fixed-menu-new-home #help-menu-wrapper #help-menu a.menu-button {
  display: block;
  width: 50px;
  height: 94px;
  text-align: center;
}
#fixed-menu-new-home #help-menu-wrapper #help-menu a.menu-button img {
  vertical-align: middle;
}
#fixed-menu-new-home #help-menu-wrapper #help-menu .menu {
  padding: 10px 12px;
  background: rgba(45, 155, 174, 0.9);
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
}
#fixed-menu-new-home #help-menu-wrapper #help-menu .menu li {
  height: 36px !important;
  line-height: 36px;
}
#fixed-menu-new-home #help-menu-wrapper #help-menu > ul {
  position: absolute;
  top: 94px;
  right: 0px;
  display: none;
}
#fixed-menu-new-home #help-menu-wrapper #help-menu:hover:not(.prevent-hover) a.menu-button, #fixed-menu-new-home #help-menu-wrapper #help-menu.open a.menu-button {
  color: #FFF;
}
#fixed-menu-new-home #help-menu-wrapper #help-menu:hover:not(.prevent-hover) > ul, #fixed-menu-new-home #help-menu-wrapper #help-menu.open > ul {
  display: block;
}
#fixed-menu-new-home #help-menu-wrapper #help-menu:hover:not(.prevent-hover) > ul li a, #fixed-menu-new-home #help-menu-wrapper #help-menu.open > ul li a {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  white-space: nowrap;
}
#fixed-menu-new-home #help-menu-wrapper #help-menu:hover:not(.prevent-hover) > ul li a:hover, #fixed-menu-new-home #help-menu-wrapper #help-menu.open > ul li a:hover {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}
#fixed-menu-new-home.darkHeader #help-menu-wrapper {
  background: transparent url(../images/ca_header_menu/faqsGrey.svg) center center no-repeat;
}
#fixed-menu-new-home #ca-lang-selector {
  float: left;
  position: relative;
  height: 94px;
  width: 50px;
  overflow: visible;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  margin: 10px;
  background: transparent url(../images/ca_header_menu/arrowWhite.svg) 26px 19px no-repeat;
}
#fixed-menu-new-home #ca-lang-selector a:hover {
  cursor: pointer;
}
#fixed-menu-new-home #ca-lang-selector .current {
  height: 94px;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
}
#fixed-menu-new-home #ca-lang-selector .current span {
  margin-left: -16px;
}
#fixed-menu-new-home #ca-lang-selector .current img {
  margin: -5px -6px;
}
#fixed-menu-new-home #ca-lang-selector ul.menu {
  position: absolute;
  width: 50px;
  text-align: center;
  color: #FFF;
  display: none;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
}
#fixed-menu-new-home #ca-lang-selector ul.menu.open-lang {
  display: block;
  background: #31abc9;
}
#fixed-menu-new-home #ca-lang-selector ul.menu li {
  height: 36px !important;
  line-height: 36px;
}
#fixed-menu-new-home #ca-lang-selector ul.menu li a {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  white-space: nowrap;
}
#fixed-menu-new-home #ca-lang-selector ul.menu li a:hover {
  border-bottom: 1px solid #fff;
}
@media (min-width: 800px) {
  #fixed-menu-new-home #ca-lang-selector:hover {
    color: #fff !important;
    animation-name: slidenavAnimation;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: 0.3s;
    -moz-animation-timing-function: ease-out;
    -moz-animation-fill-mode: forwards;
    background: rgba(45, 155, 174, 0.9) url(../images/ca_header_menu/arrowWhite.svg) 26px 19px no-repeat;
  }
  @keyframes slidenavAnimation {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @-webkit-keyframes slidenavAnimation {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  #fixed-menu-new-home #ca-lang-selector:hover ul.menu {
    display: block;
    padding: 10px 12px;
    background: rgba(45, 155, 174, 0.9);
  }
}
#fixed-menu-new-home.darkHeader #ca-lang-selector {
  color: #000 !important;
  background: transparent url(../images/ca_header_menu/arrowBlack.svg) 28px 36px no-repeat;
  height: 94px;
  width: 50px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 1px;
}
@media screen and (max-width: 768px) {
  #fixed-menu-new-home.darkHeader #ca-lang-selector {
    bottom: 0;
    right: 0;
    position: absolute;
  }
}
#fixed-menu-new-home.darkHeader #ca-lang-selector:hover {
  background: rgba(45, 155, 174, 0.9) url(../images/ca_header_menu/arrowWhite.svg) 28px 36px no-repeat;
  color: #fff !important;
  animation-name: slidenavAnimation;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 0.3s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#explore-menu-content {
  display: none;
  position: fixed;
  z-index: 4000;
  top: 60px;
  left: 0;
  color: #FFF;
  overflow: hidden;
  background: rgba(45, 155, 174, 0.9);
  padding: 16px 0;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
  /*
  #explore-menu-filters {
    float: right;

    .content-category-menu-filter {
      background: no-repeat 0 -85px;
      // border-right: 1px solid #fff;
      display: table-cell;

      &:first-child {
        border-left: 1px solid #fff;
      }

      &.women {
        border-left: 1px solid #fff;

        a img {
          width: 100%;
        }
      }

      .menu-filters-title {
        font-size: 18px;
        text-transform: uppercase;
        color: #fff !important;
        margin-bottom: 24px;
        font-weight: 600;
        text-align: center;
      }

      ul {
        list-style: none;
        padding: 0 24px;

        li {
          margin-bottom: 18px;

          a {
            font-size: 14px;
            // color: #fff;
            color: rgba(255, 255, 255, 0.5);
            margin-bottom: 18px;
            font-weight: $commonFontRegularWeight;

            &.highlighted {
              color: #FFF;
            }

            &:hover {
              border-bottom: 1px solid #fff;
              padding-bottom: 4px;
            }
          }
        }
      }

      &.women {
        text-align: center;
        border-right: none;
        padding: 0 48px;
      }
    }
  }
  */
}
#explore-menu-content a:hover {
  cursor: pointer;
}
#explore-menu-content.open {
  display: block;
  animation-name: slidenavAnimation;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 0.3s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#explore-menu-content #explore-menu-categories {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
}
#explore-menu-content #explore-menu-categories a {
  display: block;
  padding: 24px 10px;
  min-width: 120px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff !important;
  text-align: center;
}
#explore-menu-content #explore-menu-categories a:hover, #explore-menu-content #explore-menu-categories a.active {
  background: rgba(255, 255, 255, 0.15);
}
#explore-menu-content #explore-menu-items {
  float: left;
  padding-left: 14px;
  margin-right: -14px;
  margin-top: 8px;
}
#explore-menu-content #explore-menu-items .items-wrapper {
  font-size: 13px;
}
#explore-menu-content #explore-menu-items .items-wrapper ul {
  width: 650px;
  list-style: none;
  overflow: hidden;
  margin-top: 6px;
}
#explore-menu-content #explore-menu-items .items-wrapper ul li {
  float: left;
  width: calc(33% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}
#explore-menu-content #explore-menu-items .items-wrapper ul li a.explore-menu-item {
  display: inline-block;
  padding-bottom: 4px;
  overflow: hidden;
  border-bottom: rgba(0, 0, 0, 0) 1px solid;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.5);
}
#explore-menu-content #explore-menu-items .items-wrapper ul li a.explore-menu-item.highlighted {
  color: #FFF;
}
#explore-menu-content #explore-menu-items .items-wrapper ul li a.explore-menu-item:hover {
  border-bottom: 1px solid #fff;
  text-decoration: none !important;
}
@media (min-width: 960px) and (max-width: 1179px) {
  #explore-menu-content #explore-menu-items .items-wrapper ul {
    width: 500px;
  }
  #explore-menu-content #explore-menu-items .items-wrapper ul li {
    width: calc(50% - 10px);
  }
}
#explore-menu-content #explore-menu-featured {
  float: right;
  min-width: 180px;
  min-height: 200px;
  margin-right: 10px;
  padding: 10px 20px;
  border-radius: 3px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
}
#explore-menu-content #explore-menu-featured .featured-title {
  margin-bottom: 10px;
  margin-top: 4px;
  font-weight: 600;
  text-transform: uppercase;
}
#explore-menu-content #explore-menu-featured a {
  display: inline-block;
  width: 120px;
  height: 130px;
  margin-top: 6px;
}
#explore-menu-content #explore-menu-featured a img {
  width: 100%;
  height: auto;
}
#explore-menu-content #explore-menu-featured a.menu-link-women {
  background: url(../images/ca_home/logo-women-multi.svg) 0 -408px no-repeat;
  background-size: 120px;
}
#explore-menu-content #explore-menu-featured a.menu-link-mujeres {
  background: url(../images/ca_home/logo-women-multi.svg) 0 -10px no-repeat;
  background-size: 120px;
}
#explore-menu-content #explore-menu-featured a.menu-link-mulheres {
  background: url(../images/ca_home/logo-women-multi.svg) 0 -208px no-repeat;
  background-size: 120px;
}
#explore-menu-content #explore-menu-featured a.menu-link-calculator {
  height: 85px;
  padding-top: 85px;
  font-weight: 600;
  text-align: center;
  color: #FFF;
  background: url(../images/sealand_logo_white.svg) center 0 no-repeat;
  background-size: 100px auto;
  margin-top: 0;
}
#explore-menu-content #explore-menu-featured a.menu-link-calculator span {
  display: block;
  font-weight: 400;
  font-size: 11px;
}

body.admin-menu #fixed-menu {
  top: 29px;
}
body.admin-menu #explore-menu-content {
  top: 79px;
}

/* =============================
========== RESPONSIVE ==========
============================= */
@media (max-width: 1200px) {
  #fixed-menu #header-search form {
    width: 100%;
  }
  #fixed-menu #header-search form > div .selector .current {
    display: block;
  }
  #fixed-menu #header-search form > div .selector .menu {
    width: 200px;
    float: right;
  }
  #fixed-menu #header-search form > div .selector .menu li a {
    padding: 0 15px !important;
    text-align: left !important;
  }
  #fixed-menu #header-search form > div .selector .menu li.selected a {
    color: #007E8E;
  }
  #fixed-menu #header-search form > div .selector .menu li.selected a:hover {
    background: #F0F0F0;
  }
  .logged-in #fixed-menu.darkHeader #header-search .form-item-criteria-header {
    width: 246px !important;
  }
}
@media (max-width: 800px) {
  .not-logged-in #fixed-menu #header-search .form-item-criteria-header {
    width: 234px !important;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    transition: width 0.2s;
  }
  .not-logged-in #fixed-menu.darkHeader #header-search .form-item-criteria-header {
    width: 178px !important;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    transition: width 0.2s;
  }
}
@media screen and (max-width: 767px) {
  #fixed-menu #user-menu .user_info .user-menu .name {
    width: 35px;
    min-width: 35px;
    padding: 0 0 0 88px;
    text-indent: -1000px;
  }
  #fixed-menu #user-menu .user_info .user-menu ul.menu {
    left: auto;
  }
}
.page-user-register #main,
.page-user-welcome #main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.page-user-welcome #main {
  padding-top: 0 !important;
}

#main {
  position: relative;
  padding-top: 60px;
  background: #FFF;
  /* Header style */
  /* Exclusive for User Registration pages */
  /* Fix for double X icon on registration page */
}
#main #header {
  position: relative;
  z-index: 800;
  overflow: visible;
  background: #00B5CC;
}
#main #header #header-top {
  position: relative;
  z-index: 100;
  height: 70px;
  overflow: visible;
  box-shadow: 0 2px 0 0 rgba(0, 90, 110, 0.3);
  /*
  TODO: Este código debe estar en responsive_menu. Verificar.

  #header-user-actions {
    float: right;
    height: $headerTopHeight;
    overflow: visible;

    > a {
      display: block;
      float: left;
      height: $headerTopHeight;
      line-height: $headerTopHeight;
      padding: 0 20px;
      font-size: 13px;
      color: $colorWhite;

      &.login {

        &:hover {
          background: $colorLightBlueHover;
        }
      }

      &.signup {
        background: $colorOrange;

        &:hover {
          background: $colorOrangeHover;
        }
      }
    }

    .user_info {
      height: $headerTopHeight;
      overflow: visible;

      .user-menu {
        position: relative;
        float: left;
        height: $headerTopHeight;
        overflow: visible;
        background: #00ACC2;

        .picture {
          float: left;
          width: 50px;
          height: $headerTopHeight;
          overflow: hidden;
          cursor: pointer;
          background: #fff;
          // background: #C0D2D3 url(../images/user_placeholder.png) center center no-repeat;
        }

        .name {
          float: left;
          height: $headerTopHeight;
          line-height: $headerTopHeight;
          padding: 0 35px 0 15px;
          font-size: 12px;
          color: $colorWhite;
          // background: transparent url(../images/header/arrow-header.png) right 15px center no-repeat;
          background: transparent url(../images/header/arrow-header.png) right 13px top 23px no-repeat;
          cursor: pointer;
          min-width: 124px;
        }

        ul.menu {
          display: none;
          position: absolute;
          top: $headerTopHeight;
          left: 0;
          right: 0;
          min-width: 174px;

          li {
            border-bottom: #0E4B52 1px solid;

            &.last {
              border-bottom: 0;
            }

            a {
              display: block;
              height: 34px;
              line-height: 34px;
              padding: 0 12px;
              font-size: 12px;
              color: $colorWhite;
              background: #014149;

              &:hover {
                background: #01343A;
              }
            }

            &.shared {

              .profile {
                width: 100%;
                margin: 0;
              }

              a.edit {
                width: 35px;
                height: 34px;
                overflow: hidden;
                float: right;
                margin-top: -34px;
                background: #014149 url(../images/profile/icon-user-edit.svg) center center no-repeat;
                background-size: 16px 16px;
                text-indent: -1000px;
                padding: 0 !important;

                &:hover {
                  background-color: #01343A;
                }
              }
            }
          }
        }

        &:hover {
          background: #008A9B;

          ul.menu {
            display: block;
          }
        }
      }

      .notifications {
        float: left;
        width: 50px;
        height: $headerTopHeight;

        a {
          position: relative;
          display: block;
          width: 30px;
          height: 30px;
          margin: 10px 0 0 10px;
          // background: url(../images/header/icon-messages-header.png) center center no-repeat;
          background: transparent url(../images/header/header-icons-v.svg) 7px -51px no-repeat;

          span {
            position: absolute;
            // top: 10px;
            // right: 8px;
            top: -2px;
            right: -3px;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            font-size: 11px;
            text-align: center;
            color: #FFF;
            background: #F10F0F;
          }
        }

        .active {
          // background: url(../images/header/icon-messages-header.png);
          background: url(../images/header/header-icons-v.svg) 7px -21px no-repeat;
        }
      }
    }
  }
  */
}
#main #header #header-top #logo {
  display: block;
  float: left;
  width: 160px;
  height: 70px;
  text-indent: -1000px;
  background: url(../images/logo.svg) 17px 7px no-repeat;
}
#main #header #header-top #logo:hover {
  background-color: #00A3B7;
}
#main #header #header-top #header-search-form {
  position: absolute;
  top: 9px;
  width: 100%;
  height: 32px;
  z-index: -1;
}
#main #header #header-top #header-search-form form {
  display: table;
  width: 40%;
  min-width: 450px;
  height: 32px;
  background: white;
  margin: 0 auto;
  border-radius: 3px;
}
#main #header #header-top #header-search-form form input.form-text {
  font-family: "Open Sans", Arial, sans-serif;
}
#main #header #header-top #header-search-form form input.form-text.error {
  color: #1F2122;
}
#main #header #header-top #header-search-form form > div {
  overflow: visible;
  display: table-row;
  width: 100%;
  height: 32px;
}
#main #header #header-top #header-search-form .selector {
  display: table-cell;
  position: relative;
  vertical-align: top;
  width: 32px;
  height: 32px;
  line-height: 32px;
  overflow: visible;
}
#main #header #header-top #header-search-form .selector .current {
  display: block;
  padding: 0 30px 0 10px;
  font-size: 12px;
  color: #666;
  background: #FFF url(../images/header/menu-arrow.svg) right -10px top 14px no-repeat;
  background-size: 30px 80px;
  cursor: pointer;
  white-space: nowrap;
}
#main #header #header-top #header-search-form .selector ul.menu {
  display: none;
  position: absolute;
  top: 32px;
  right: 0;
  width: auto;
  min-width: 120px;
  background: #FFF;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
#main #header #header-top #header-search-form .selector ul.menu.open {
  display: block;
}
#main #header #header-top #header-search-form .selector ul.menu li a {
  display: block;
  padding: 0 15px 0 10px;
  line-height: 30px;
  font-size: 12px;
  text-align: right;
  color: #1F2122;
  white-space: nowrap;
}
#main #header #header-top #header-search-form .selector ul.menu li a:hover {
  background: #F0F0F0;
}
#main #header #header-top #header-search-form .form-item-criteria-header {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  height: 32px;
}
#main #header #header-top #header-search-form .form-item-criteria-header .form-text {
  width: 100%;
  height: 25px;
  padding: 0 10px;
  font-size: 12px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: #CCC 1px solid;
  margin-top: 4px;
}
#main #header #header-top #header-search-form .form-submit {
  display: table-cell;
  vertical-align: top;
  width: 32px;
  height: 32px;
  border: 0;
  text-indent: -1000px;
  background: #007E8E url(../images/header/header-icons-v.svg) 8px 8px no-repeat;
  background-size: 30px 180px;
  cursor: pointer;
}
#main #header #header-top #header-search-form .form-submit:hover {
  background: #006572 url(../images/header/header-icons-v.svg) 8px 8px no-repeat;
}
#main #header #header-bottom {
  overflow: visible;
  height: 40px;
  background: #007E8E;
}
#main #header #header-bottom #block-menu-header-menu {
  margin-left: 15px;
}
#main #header #header-bottom #block-menu-header-menu .block-content {
  /* First level*/
}
#main #header #header-bottom #block-menu-header-menu .block-content > ul.menu {
  overflow: visible;
  height: 40px;
}
#main #header #header-bottom #block-menu-header-menu .block-content > ul.menu > li {
  position: relative;
  float: left;
  height: 40px;
  margin-left: 10px;
  /* Second level */
}
#main #header #header-bottom #block-menu-header-menu .block-content > ul.menu > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 35px 0 10px;
  font-size: 13px;
  text-transform: uppercase;
  color: #FFF;
  background: transparent url(../images/header/menu-arrow.svg) 105% -22px no-repeat;
  background-size: 30px 80px;
  white-space: nowrap;
  padding-left: 15px;
}
#main #header #header-bottom #block-menu-header-menu .block-content > ul.menu > li > a:hover {
  background-color: #006572;
}
#main #header #header-bottom #block-menu-header-menu .block-content > ul.menu > li.first {
  margin-left: 0;
}
#main #header #header-bottom #block-menu-header-menu .block-content > ul.menu > li.first a {
  padding-left: 36px;
  padding-right: 15px;
  background: transparent url(../images/header/header-icons-v.svg) 10px -77px no-repeat;
}
#main #header #header-bottom #block-menu-header-menu .block-content > ul.menu > li.first a:hover {
  background-color: #006572;
}
#main #header #header-bottom #block-menu-header-menu .block-content > ul.menu > li.last {
  float: right;
}
#main #header #header-bottom #block-menu-header-menu .block-content > ul.menu > li.last a {
  font-size: 12px;
  text-transform: none !important;
}
#main #header #header-bottom #block-menu-header-menu .block-content > ul.menu > li.last > ul {
  right: 10px !important;
}
#main #header #header-bottom #block-menu-header-menu .block-content > ul.menu > li > ul.menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  padding-top: 10px;
  background: url(../images/header/menu-top-arrow.png) 15px 3px no-repeat;
  /* Third level and more */
}
#main #header #header-bottom #block-menu-header-menu .block-content > ul.menu > li > ul.menu li {
  position: relative;
  border-bottom: #0E4B52 1px solid;
  /* Open next level */
}
#main #header #header-bottom #block-menu-header-menu .block-content > ul.menu > li > ul.menu li a {
  display: block;
  height: 39px;
  line-height: 39px;
  padding: 0 15px;
  font-size: 13px;
  text-transform: none !important;
  color: #FFF;
  background: #014149;
  white-space: nowrap;
}
#main #header #header-bottom #block-menu-header-menu .block-content > ul.menu > li > ul.menu li a:hover {
  background: #01343A;
}
#main #header #header-bottom #block-menu-header-menu .block-content > ul.menu > li > ul.menu li.last {
  border-bottom: 0;
}
#main #header #header-bottom #block-menu-header-menu .block-content > ul.menu > li > ul.menu li:hover > a {
  background: #01343A;
}
#main #header #header-bottom #block-menu-header-menu .block-content > ul.menu > li > ul.menu li:hover > ul.menu {
  display: block;
}
#main #header #header-bottom #block-menu-header-menu .block-content > ul.menu > li > ul.menu ul.menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  padding-left: 10px;
  background: url(../images/header/menu-left-arrow.png) 3px 15px no-repeat;
}
#main #header #header-bottom #block-menu-header-menu .block-content > ul.menu > li > ul.menu > li > a {
  text-transform: none !important;
}
#main #header #header-bottom #block-menu-header-menu .block-content > ul.menu > li:hover > a {
  background-color: #006572;
}
#main #header #header-bottom #block-menu-header-menu .block-content > ul.menu > li:hover > ul.menu {
  display: block;
}
#main #header #header-bottom #block-menu-header-menu .block-content > ul.menu > li.last > ul.menu {
  background: url(../images/header/menu-top-arrow.png) 90% 3px no-repeat;
  right: 0;
  left: auto;
}
#main #header #header-bottom #block-menu-header-menu .block-content ul.menu li.last ul.menu li a {
  height: 35px;
  line-height: 35px;
  font-size: 12px !important;
}
#main #header #header-bottom #block-menu-header-help-menu {
  float: right;
  height: 40px;
}
#main #header #header-bottom #block-menu-header-help-menu .block-content > ul.menu {
  overflow: visible;
}
#main #header #header-bottom #block-menu-header-help-menu .block-content > ul.menu > li {
  position: relative;
}
#main #header #header-bottom #block-menu-header-help-menu .block-content > ul.menu > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 12px;
  color: #FFF;
  white-space: nowrap;
}
#main #header #header-bottom #block-menu-header-help-menu .block-content > ul.menu > li > a:hover {
  background-color: #006572;
}
#main #header #header-bottom #block-menu-header-help-menu .block-content > ul.menu > li > ul {
  display: none;
  position: absolute;
  top: 40px;
  right: 10px;
  padding-top: 10px;
  background: transparent url(../images/header/menu-top-arrow.png) 90% 3px no-repeat;
}
#main #header #header-bottom #block-menu-header-help-menu .block-content > ul.menu > li > ul > li {
  border-bottom: #0E4B52 1px solid;
}
#main #header #header-bottom #block-menu-header-help-menu .block-content > ul.menu > li > ul > li.last {
  border-bottom: 0;
}
#main #header #header-bottom #block-menu-header-help-menu .block-content > ul.menu > li > ul > li > a {
  display: block;
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
  font-size: 12px;
  color: #FFF;
  background: #014149;
  white-space: nowrap;
}
#main #header #header-bottom #block-menu-header-help-menu .block-content > ul.menu > li > ul > li > a:hover {
  background: #01343A;
}
#main #header #header-bottom #block-menu-header-help-menu .block-content > ul.menu > li:hover > a {
  background: #006572;
}
#main #header #header-bottom #block-menu-header-help-menu .block-content > ul.menu > li:hover > ul {
  display: block;
}
#main .user-register-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 52px;
  color: #fff;
  text-align: center;
  margin: 10px auto 30px;
  width: 100%;
  max-width: 1200px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  z-index: 5;
  position: relative;
}
@media (max-width: 992px) {
  #main .user-register-title {
    font-size: 35px;
    line-height: 43px;
    width: 80%;
  }
}
@media (max-width: 400px) {
  #main .user-register-title {
    font-size: 30px;
    line-height: 36px;
    width: 80%;
  }
}
#main #header.user-register-page-footer {
  height: 94px;
  background: transparent;
  border-bottom: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#main #header.user-register-page-footer #logo {
  display: block;
  float: left;
  width: 152px;
  height: 94px;
  margin: 20px 0 0 15px;
  text-indent: -1000px;
  background: url(../images/ca_header_menu/logo_home_ca.svg) top center no-repeat;
}
#main #header.user-register-page-footer .login {
  float: right;
  height: 94px;
  line-height: 60px;
  margin-right: 20px;
  font-size: 13px;
}
@media (max-width: 992px) {
  #main #header.user-register-page-footer .login {
    float: left;
    width: 100%;
    margin: 0 auto 0;
    font-size: 13px;
  }
}
#main #header.user-register-page-footer .login a.btn {
  background: transparent;
  transition: background-color 0.2s;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ffffff;
  border-radius: 19px;
  margin: 25px 25px 0 0;
  color: #ffffff !important;
  padding: 0 20px;
}
@media (max-width: 992px) {
  #main #header.user-register-page-footer .login a.btn {
    margin: 0px auto;
    display: table;
  }
}
#main #header.user-register-page-footer .login a.btn:hover {
  border: 1px solid #ffffff;
  color: #00B5CC !important;
  background-color: #ffffff !important;
}
#main #content-wrapper.user-register-page-footer .messages.error {
  background-color: #fdf2b8;
  position: static;
  padding: 10px 10px 10px 32px;
}
#main #content-wrapper {
  min-height: 430px;
}
#main #content-wrapper .breadcrumbcontainer {
  background-color: #FFF;
  width: 100%;
  border-bottom: 1px dashed #dcdcdc;
}
#main #content-wrapper .breadcrumbcontainer .breadcrumb {
  font-size: 12px;
  color: #1f2122;
  line-height: 20px;
  padding: 12px 20px;
  margin: auto;
}
#main #content-wrapper .breadcrumbcontainer .breadcrumb .bc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main #content-wrapper .breadcrumbcontainer .breadcrumb a {
  color: #00b5cc;
}
#main #content-wrapper .breadcrumbcontainer .breadcrumb a:hover {
  text-decoration: underline;
}
#main #content-wrapper .messages {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  margin: 30px auto;
  padding: 0;
  border: none;
  background: #DBF7B4;
  color: #1F2122;
  word-break: break-word;
  -ms-word-break: break-all;
  z-index: 10;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#main #content-wrapper .messages .icon {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  background: #7CAB38 url(../images/profile/IconSuccess.svg) center center no-repeat;
  background-size: 24px 16px;
}
#main #content-wrapper .messages.warning {
  background: #FDE9BB;
}
#main #content-wrapper .messages.warning .icon {
  background: #F8BC34 url(../images/profile/IconAlert.svg) center center no-repeat;
  background-size: 3px 20px;
}
#main #content-wrapper .messages.error {
  background: #FECDCD;
}
#main #content-wrapper .messages.error .icon {
  background: #F10F0F url(../images/profile/IconError.svg) center center no-repeat;
  background-size: 19px 19px;
}
#main #content-wrapper .messages .message-content {
  float: left;
  padding: 15px;
}
#main #content-wrapper #content {
  position: relative;
  background: #FFF !important;
}
#main #content-wrapper #content .block .block-title,
#main #content-wrapper #content .block .block-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#main #content-wrapper #content .block .block-content.full {
  max-width: 100%;
}
#main.mainregister {
  background: url(../images/hero/slider1.png) no-repeat center top !important;
  background-size: cover !important;
  min-height: 100vh;
}
#main.mainregister .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: transparent linear-gradient(244deg, #FA7716 0%, #3A00A8 100%) 0% 0% no-repeat padding-box;
  opacity: 0.77;
  z-index: 0;
}
#main .terms {
  margin: auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
}
#main .terms p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  width: 100%;
  z-index: 5;
  position: relative;
  margin: 40px auto;
}
#main .terms p a {
  color: #fff;
}

/* ==== FOOTER ==== */
/* Footer style */
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 960px;
  height: 128px;
  background: #0B1013;
}
@media (max-width: 960px) {
  #footer {
    height: 180px;
  }
}
@media (max-width: 768px) {
  #footer {
    height: 284px;
  }
}
@media (orientation: landscape) {
  #footer {
    height: 128px !important;
  }
}
#footer.user-register-page-footer {
  height: 62px;
}
@media (max-width: 960px) {
  #footer.user-register-page-footer {
    height: 166px;
    border-top: #DDD 2px solid !important;
  }
}
#footer #footer-top {
  height: 60px;
  padding-top: 15px;
  font-size: 11px;
  color: #fff;
  background: #0F161A;
}
#footer #footer-top a {
  text-decoration: none;
}
#footer #footer-top #block-menu-footer-menu {
  float: left;
  margin-left: 20px;
}
#footer #footer-top #block-menu-footer-menu ul.menu {
  overflow: hidden;
}
#footer #footer-top #block-menu-footer-menu ul.menu li {
  float: left;
  margin-right: 20px;
}
#footer #footer-top #block-menu-footer-menu ul.menu li a {
  display: block;
  line-height: 30px;
  font-size: 11px;
  color: #fff;
}
#footer #footer-top #block-menu-footer-menu ul.menu li a:hover {
  text-decoration: none;
}
#footer #footer-top #ca-lang-selector {
  float: left;
  position: relative;
  padding-left: 17px;
  height: 32px;
  overflow: visible;
  color: #000;
  background: url(../images/footer/icon-language-footer.png) 0 center no-repeat;
}
#footer #footer-top #ca-lang-selector .current {
  height: 32px;
  line-height: 32px;
  padding-right: 12px;
  font-size: 11px;
  color: #FFF;
  cursor: pointer;
  background: url(../images/footer/arrow-lang.png) right center no-repeat;
  white-space: nowrap;
}
#footer #footer-top #ca-lang-selector ul.menu {
  position: absolute;
  left: 0;
  bottom: 32px;
  display: none;
  padding: 3px 0;
  background: #111C21;
}
#footer #footer-top #ca-lang-selector ul.menu li a {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  font-size: 11px;
  text-decoration: none;
  color: #FFF;
  white-space: nowrap;
}
#footer #footer-top #ca-lang-selector:hover ul.menu {
  display: block;
}
#footer #footer-top #social-networks {
  float: right;
  margin-right: 20px;
}
#footer #footer-top #social-networks .block-title {
  float: left;
  margin-right: 10px;
  line-height: 28px;
}
#footer #footer-top #social-networks .block-title h2 {
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  color: #ADB8BF;
  text-align: center;
}
#footer #footer-top #social-networks .block-content {
  float: left;
}
#footer #footer-top #social-networks .block-content ul.menu {
  overflow: hidden;
}
#footer #footer-top #social-networks .block-content ul.menu li {
  float: left;
  margin-left: 10px;
}
#footer #footer-top #social-networks .block-content ul.menu li a {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  text-indent: -1000px;
}
#footer #footer-top #social-networks .block-content ul.menu li a.gp {
  background: url(../images/footer/social-icons.svg) 0 0 no-repeat;
  background-size: 358px 30px;
}
#footer #footer-top #social-networks .block-content ul.menu li a.gp:hover {
  background-position: -30px 0;
}
#footer #footer-top #social-networks .block-content ul.menu li a.yt {
  background: url(../images/footer/social-icons.svg) -60px 0 no-repeat;
  background-size: 358px 30px;
}
#footer #footer-top #social-networks .block-content ul.menu li a.yt:hover {
  background-position: -90px 0;
}
#footer #footer-top #social-networks .block-content ul.menu li a.fb {
  background: url(../images/footer/social-icons.svg) -120px 0 no-repeat;
  background-size: 358px 30px;
}
#footer #footer-top #social-networks .block-content ul.menu li a.fb:hover {
  background-position: -150px 0;
}
#footer #footer-top #social-networks .block-content ul.menu li a.ln {
  background: url(../images/footer/social-icons.svg) -180px 0 no-repeat;
  background-size: 358px 30px;
}
#footer #footer-top #social-networks .block-content ul.menu li a.ln:hover {
  background-position: -210px 0;
}
#footer #footer-top #social-networks .block-content ul.menu li a.tw {
  background: url(../images/footer/social-icons.svg) -240px 0 no-repeat;
  background-size: 358px 30px;
}
#footer #footer-top #social-networks .block-content ul.menu li a.tw:hover {
  background-position: -270px 0;
}
#footer #footer-top #social-networks .block-content ul.menu li a.int {
  background: url(../images/footer/social-icons.svg) -300px 0 no-repeat;
  background-size: 358px 30px;
}
#footer #footer-top #social-networks .block-content ul.menu li a.int:hover {
  background-position: -330px 0;
}
#footer #footer-bottom {
  height: auto;
  padding-top: 15px;
  font-size: 11px;
  color: #798A94;
  background: #0B1013;
}
#footer #footer-bottom #footer-info {
  background: #0B1013;
  float: left;
  width: 50%;
  height: 62px;
  padding-left: 20px;
  padding-bottom: 20px;
  line-height: 32px;
}
#footer #footer-bottom #footer-info #footer-idblogo {
  display: block;
  color: #798A94;
}
#footer #footer-bottom #footer-info p {
  line-height: 15px;
}
#footer #footer-bottom #footer-supporters {
  background: #0B1013;
  float: right;
  width: 50%;
  height: 62px;
  padding-right: 20px;
  line-height: 30px;
  /*
  img {
    vertical-align: middle;
    margin-left: 15px;
  }
  */
}
#footer #footer-bottom #footer-supporters .block-content {
  float: right;
  white-space: nowrap;
  overflow: hidden;
}
#footer #footer-bottom #footer-supporters span {
  padding-right: 5px;
  vertical-align: text-top;
}
#footer #footer-bottom #footer-supporters a {
  display: inline-block;
  height: 30px;
  background: #666;
  margin-left: 15px;
  text-indent: -100000px;
}
#footer #footer-bottom #footer-supporters a.google {
  width: 58px;
  background: transparent url(../images/footer/footer-icons-v5.svg) 0 -159px no-repeat;
  background-size: 90px;
}
#footer #footer-bottom #footer-supporters a.sealand {
  width: 62px;
  background: transparent url(../images/footer/footer-icons-v5.svg) 0 -206px no-repeat;
  background-size: 78px;
  height: 45px;
}
#footer #footer-bottom #footer-supporters a.dhl {
  width: 81px;
  background: transparent url(../images/footer/footer-icons-v5.svg) 0 -400px no-repeat;
  background-size: 109px;
}
#footer #footer-bottom #footer-supporters a.alibaba {
  width: 81px;
  background: transparent url(../images/footer/footer-icons-v4.svg) 0 -463px no-repeat;
}
#footer #footer-bottom #footer-supporters a.facebook {
  width: 120px;
  background: transparent url(../images/ca_home/metagray.png) 0 5px no-repeat;
  background-size: 100px;
}
#footer #footer-bottom #footer-supporters a.master-card {
  width: 81px;
  height: 45px;
  background: transparent url(../images/footer/footer-icons-v5.svg) 0 -713px no-repeat;
  background-size: 111px;
}
#footer #footer-bottom #footer-supporters a.idb {
  height: 32px;
  padding-left: 98px;
  background: transparent url(../images/footer/footer-icons-v-2.svg) 0 0 no-repeat;
}
#footer #footer-bottom #footer-supporters a.idb.lang-pt {
  background: transparent url(../images/footer/footer-icons-v-2.svg) 0 -100px no-repeat;
}
#footer #footer-bottom #footer-supporters a.idb.lang-es {
  background: transparent url(../images/footer/footer-icons-v-2.svg) 0 -100px no-repeat;
}

#footer-new-home {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 960px;
  height: 128px;
  background: #0B1013;
}
@media screen and (max-width: 1240px) {
  #footer-new-home {
    min-width: auto;
  }
}
#footer-new-home.user-register-page-footer {
  height: 62px;
}
@media (max-width: 960px) {
  #footer-new-home.user-register-page-footer {
    height: 166px;
    border-top: #DDD 2px solid !important;
  }
}
#footer-new-home #footer-top {
  height: 800px;
  font-size: 11px;
  color: #fff;
  background: #062939;
}
@media screen and (max-width: 992px) {
  #footer-new-home #footer-top {
    height: 1300px;
  }
}
@media screen and (max-width: 600px) {
  #footer-new-home #footer-top {
    height: 1200px;
  }
}
#footer-new-home #footer-top .image {
  width: 100%;
  height: auto;
}
#footer-new-home #footer-top .image img {
  display: block;
  height: auto;
  width: 100%;
}
#footer-new-home #footer-top a {
  text-decoration: none;
}
#footer-new-home #footer-top .footer-columns {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  font-family: "Montserrat", sans-serif;
}
#footer-new-home #footer-top .footer-columns .col-div-10 {
  width: 100%;
  height: auto;
  margin: 110px 0 0;
}
@media screen and (max-width: 992px) {
  #footer-new-home #footer-top .footer-columns .col-div-10 {
    width: 86%;
    margin: 110px 0 0 30px;
  }
}
#footer-new-home #footer-top .footer-columns .col-div-5 {
  width: 20%;
  height: auto;
  margin: 40px 0 0;
}
@media screen and (max-width: 992px) {
  #footer-new-home #footer-top .footer-columns .col-div-5 {
    width: 86%;
    margin: 40px 0 0 30px;
  }
}
#footer-new-home #footer-top .footer-columns .col-div-5 .block-title {
  float: left;
  width: 100%;
}
#footer-new-home #footer-top .footer-columns .col-div-5 .block-title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #d8d8d8;
  width: 100%;
}
#footer-new-home #footer-top .footer-columns ul.menu {
  overflow: hidden;
  float: left;
  margin-top: 5px;
}
#footer-new-home #footer-top .footer-columns ul.menu li {
  float: left;
  width: 100%;
}
#footer-new-home #footer-top .footer-columns ul.menu li a {
  display: block;
  height: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: #d8d8d8;
  text-decoration: none;
  white-space: nowrap;
}
#footer-new-home #footer-top .footer-columns ul.menu li a:hover {
  text-decoration: none;
  color: #fff;
}
#footer-new-home #footer-top #ca-lang-selector {
  float: left;
  position: relative;
  height: auto;
  overflow: visible;
  color: #000;
  margin-top: 5px;
}
#footer-new-home #footer-top #ca-lang-selector .current {
  height: 35px;
  color: #FFF;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: #d8d8d8;
}
#footer-new-home #footer-top #ca-lang-selector ul.menu li a {
  display: block;
  height: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: #d8d8d8;
  text-decoration: none;
  white-space: nowrap;
}
#footer-new-home #footer-top #ca-lang-selector:hover ul.menu {
  display: block;
}
#footer-new-home #footer-top #social-networks {
  float: left !important;
}
#footer-new-home #footer-top #social-networks .block-content {
  float: left;
}
#footer-new-home #footer-top #social-networks .block-content ul.menu {
  overflow: hidden;
}
#footer-new-home #footer-top #social-networks .block-content ul.menu li {
  float: left;
}
#footer-new-home #footer-top #social-networks .block-content ul.menu li a {
  display: block;
  height: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: #d8d8d8;
  text-decoration: none;
  white-space: nowrap;
}
#footer-new-home #footer-bottom {
  height: auto;
  padding-top: 15px;
  font-size: 11px;
  color: #798A94;
  background: #0B1013;
}
@media screen and (max-width: 992px) {
  #footer-new-home #footer-bottom {
    height: 150px;
    margin-bottom: 100px;
  }
}
#footer-new-home #footer-bottom #footer-info {
  background: #0B1013;
  float: left;
  width: 40%;
  height: 62px;
  padding-left: 20px;
  padding-bottom: 20px;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  #footer-new-home #footer-bottom #footer-info {
    width: 100%;
  }
}
#footer-new-home #footer-bottom #footer-info .block-content {
  height: 32px;
}
#footer-new-home #footer-bottom #footer-info #footer-idblogo {
  display: block;
  color: #798A94;
}
#footer-new-home #footer-bottom #footer-info p {
  line-height: 15px;
}
#footer-new-home #footer-bottom #footer-supporters {
  background: #0B1013;
  float: right;
  width: 60%;
  height: 62px;
  padding-right: 20px;
  line-height: 30px;
  /*
  img {
    vertical-align: middle;
    margin-left: 15px;
  }
  */
}
@media screen and (max-width: 992px) {
  #footer-new-home #footer-bottom #footer-supporters {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 420px) {
  #footer-new-home #footer-bottom #footer-supporters {
    position: relative;
  }
}
#footer-new-home #footer-bottom #footer-supporters .block-content {
  float: right;
  white-space: nowrap;
  overflow: hidden;
}
#footer-new-home #footer-bottom #footer-supporters span {
  padding-right: 5px;
  vertical-align: text-top;
}
#footer-new-home #footer-bottom #footer-supporters span.created {
  padding-left: 35px;
}
@media screen and (max-width: 420px) {
  #footer-new-home #footer-bottom #footer-supporters span {
    font-size: 9px;
    position: absolute;
    top: -11px;
    left: 21px;
  }
  #footer-new-home #footer-bottom #footer-supporters span.created {
    left: auto;
    right: 54px;
  }
}
#footer-new-home #footer-bottom #footer-supporters a {
  display: inline-block;
  height: 30px;
  background: #666;
  margin-left: 15px;
  text-indent: -100000px;
}
#footer-new-home #footer-bottom #footer-supporters a.google {
  width: 58px;
  background: transparent url(../images/footer/footer-icons-v5.svg) 0 -159px no-repeat;
  background-size: 90px;
}
@media screen and (max-width: 992px) {
  #footer-new-home #footer-bottom #footer-supporters a.google {
    width: 48px;
    background: transparent url(../images/footer/footer-icons-v5.svg) 0 -144px no-repeat;
    background-size: 81px;
  }
}
@media screen and (max-width: 420px) {
  #footer-new-home #footer-bottom #footer-supporters a.google {
    width: 35px;
    background: transparent url(../images/footer/footer-icons-v5.svg) 0 -95px no-repeat;
    background-size: 59px;
    margin-left: 10px;
  }
}
#footer-new-home #footer-bottom #footer-supporters a.sealand {
  width: 62px;
  background: transparent url(../images/footer/footer-icons-v5.svg) 0 -206px no-repeat;
  background-size: 78px;
  height: 45px;
}
@media screen and (max-width: 992px) {
  #footer-new-home #footer-bottom #footer-supporters a.sealand {
    width: 50px;
    background: transparent url(../images/footer/footer-icons-v5.svg) 0 -196px no-repeat;
    background-size: 73px;
    height: 40px;
  }
}
@media screen and (max-width: 420px) {
  #footer-new-home #footer-bottom #footer-supporters a.sealand {
    width: 47px;
    background: transparent url(../images/footer/footer-icons-v5.svg) 0 -150px no-repeat;
    background-size: 59px;
    height: 40px;
    margin-left: 10px;
  }
}
#footer-new-home #footer-bottom #footer-supporters a.dhl {
  width: 81px;
  background: transparent url(../images/footer/footer-icons-v5.svg) 0 -400px no-repeat;
  background-size: 109px;
}
@media screen and (max-width: 992px) {
  #footer-new-home #footer-bottom #footer-supporters a.dhl {
    width: 72px;
    background: transparent url(../images/footer/footer-icons-v5.svg) 0 -370px no-repeat;
    background-size: 101px;
  }
}
@media screen and (max-width: 420px) {
  #footer-new-home #footer-bottom #footer-supporters a.dhl {
    width: 50px;
    background: transparent url(../images/footer/footer-icons-v5.svg) 0 -290px no-repeat;
    background-size: 82px;
    margin-left: 10px;
  }
}
#footer-new-home #footer-bottom #footer-supporters a.alibaba {
  width: 81px;
  background: transparent url(../images/footer/footer-icons-v4.svg) 0 -463px no-repeat;
}
#footer-new-home #footer-bottom #footer-supporters a.facebook {
  width: 82px;
  background: transparent url(../images/ca_home/metagray.png) 0 12px no-repeat;
  background-size: 80px;
}
@media screen and (max-width: 992px) {
  #footer-new-home #footer-bottom #footer-supporters a.facebook {
    width: 70px;
    background: transparent url(../images/ca_home/metagray.png) 0 15px no-repeat;
    background-size: 69px;
  }
}
@media screen and (max-width: 420px) {
  #footer-new-home #footer-bottom #footer-supporters a.facebook {
    width: 54px;
    background: transparent url(../images/ca_home/metagray.png) 0 15px no-repeat;
    background-size: 48px;
    margin-left: 10px;
  }
}
#footer-new-home #footer-bottom #footer-supporters a.master-card {
  width: 81px;
  height: 45px;
  background: transparent url(../images/footer/footer-icons-v5.svg) 0 -713px no-repeat;
  background-size: 111px;
}
@media screen and (max-width: 992px) {
  #footer-new-home #footer-bottom #footer-supporters a.master-card {
    width: 42px;
    height: 45px;
    background: transparent url(../images/footer/footer-icons-v5.svg) 0 -567px no-repeat;
    background-size: 89px;
  }
}
@media screen and (max-width: 420px) {
  #footer-new-home #footer-bottom #footer-supporters a.master-card {
    width: 32px;
    height: 45px;
    background: transparent url(../images/footer/footer-icons-v5.svg) 0 -464px no-repeat;
    background-size: 74px;
    margin-left: 10px;
    margin-right: 5px;
  }
}
#footer-new-home #footer-bottom #footer-supporters a.idb {
  width: 100px;
  height: 45px;
  background: transparent url(../images/footer/footer-icons-v-2.svg) 0 5px no-repeat;
  background-size: 105px;
}
@media screen and (max-width: 992px) {
  #footer-new-home #footer-bottom #footer-supporters a.idb {
    width: 112px;
    height: 45px;
    background: transparent url(../images/footer/footer-icons-v-2.svg) 0 3px no-repeat;
    background-size: 105px;
  }
}
@media screen and (max-width: 420px) {
  #footer-new-home #footer-bottom #footer-supporters a.idb {
    width: 100px;
    height: 45px;
    background: transparent url(../images/footer/footer-icons-v-2.svg) 0 12px no-repeat;
    background-size: 75px;
    margin-left: 10px;
    margin-right: 5px;
  }
}

.front #footer-new-home {
  bottom: initial !important;
}

/* Exclusive for User Registration pages */
#footer.user-register-page-footer {
  position: absolute;
  border-top: #DDD 1px solid;
  background: #F0F0F0;
  bottom: 0;
  height: 68px;
}
#footer.user-register-page-footer #footer-bottom {
  color: #999;
  background: #F0F0F0;
}
#footer.user-register-page-footer #footer-bottom #footer-info {
  background: #F0F0F0;
}
#footer.user-register-page-footer #footer-bottom #footer-info .block-content {
  background-image: url(../images/footer/footer-icons-v5-gray.svg);
}
#footer.user-register-page-footer #footer-bottom #footer-info .block-content.lang-pt, #footer.user-register-page-footer #footer-bottom #footer-info .block-content.lang-es {
  background-image: url(../images/footer/footer-icons-v5-gray.svg);
  background-position: 0 -93px;
}
#footer.user-register-page-footer #footer-bottom #footer-info #footer-idblogo {
  color: #999;
}
#footer.user-register-page-footer #footer-bottom #footer-supporters {
  background: #F0F0F0;
}
#footer.user-register-page-footer #footer-bottom #footer-supporters .google,
#footer.user-register-page-footer #footer-bottom #footer-supporters .sealand,
#footer.user-register-page-footer #footer-bottom #footer-supporters .dhl,
#footer.user-register-page-footer #footer-bottom #footer-supporters .facebook,
#footer.user-register-page-footer #footer-bottom #footer-supporters .master-card {
  background-image: url(../images/footer/footer-icons-v5-gray.svg);
}

/* End Footer style */
body.admin-menu #admin-menu {
  z-index: 11000;
}

body.front #main {
  /* Intro block style */
  padding-top: 0 !important;
}
body.front #main #intro {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
body.front #main #intro #block-intro-wrapper {
  width: 100%;
  height: 550px;
  overflow: hidden;
  background: #CCC;
}
body.front #main #intro #block-intro-wrapper .views-row {
  float: left;
  width: 100%;
}
body.front #main #intro #block-intro-wrapper .views-row .block-item {
  width: 100%;
  background: #FFF center center no-repeat;
  background-size: cover;
}
body.front #main #intro #block-intro-wrapper .views-row .block-item .block-item-content {
  width: 100%;
  max-width: 1200px;
  height: 550px;
  margin: 0 auto;
  color: #FFF;
}
body.front #main #intro #block-intro-wrapper .views-row .block-item .block-item-content a {
  color: #00CCFF;
  text-decoration: underline;
}
body.front #main #intro #block-intro-wrapper .views-row .block-item .block-item-content .long-text {
  padding-top: 100px;
  margin-bottom: 10px;
  line-height: 42px;
  overflow: hidden;
  font-weight: 300;
  font-size: 30px;
}
body.front #main #intro #block-intro-wrapper .views-row .block-item .block-item-content .short-text {
  line-height: 42px;
  font-size: 14px;
}
body.front #main #intro #block-intro-wrapper .views-row .block-item .block-item-content .short-text a:hover {
  text-decoration: none;
}
body.front #main #intro #signup-form {
  position: absolute;
  top: 360px;
  left: 0;
  right: 0;
}
body.front #main #intro #signup-form .block-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
body.front #main #intro #signup-form .block-content .wrapper {
  position: relative;
  left: -20px;
  width: 200%;
  padding-left: 20px;
  padding-bottom: 20px;
  background: rgba(0, 0, 0, 0.4);
}
body.front #main #intro #signup-form .block-content .wrapper h2 {
  line-height: 50px;
  font-weight: 600;
  font-size: 18px;
  color: #FFF;
}
body.front #main #intro #signup-form .block-content .wrapper input.form-text {
  width: 240px;
}
body.front #main #intro #signup-form .block-content .wrapper input.form-text:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.front #main #intro #signup-form .block-content .wrapper .btn {
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 36px;
  padding: 0 1em;
  background: #EE7722;
  color: #FFF;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-appearance: none;
}
body.front #main #intro #signup-form .block-content .wrapper .btn:hover {
  background: #FF5400;
}
body.front #main #intro #signup-block {
  position: absolute;
  top: 360px;
  left: 0;
  right: 0;
}
body.front #main #intro #signup-block .block-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
body.front #main #intro #signup-block .block-content .wrapper {
  position: relative;
  left: -20px;
  width: 200%;
  padding-left: 20px;
  padding-bottom: 20px;
}
body.front #main #intro #signup-block .block-content .wrapper a.btn {
  line-height: 38px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  padding: 0.3em 1em;
  height: 50px;
  border-radius: 5px;
}
body.front #main #intro #supporters {
  overflow: hidden;
  padding: 15px 0;
  border-bottom: #E5E5E5 1px solid;
  background: #FAFAFA;
}
body.front #main #intro #supporters .created-by {
  float: left;
  margin-left: 20px;
  line-height: 50px;
  font-size: 11px;
  text-transform: uppercase;
  color: #666;
}
body.front #main #intro #supporters .created-by img {
  margin-left: 20px;
  vertical-align: middle;
}
body.front #main #intro #supporters .created-by .logo {
  display: inline-block;
  width: 100px;
  height: 50px;
  margin-left: 20px;
  text-indent: -1000px;
  background: url(../images/homeSupporters/home-supporters-gray-logos-2.svg) 0 -115px no-repeat;
}
body.front #main #intro #supporters .created-by .logo.logo-pt, body.front #main #intro #supporters .created-by .logo.logo-es {
  background: url(../images/homeSupporters/home-supporters-gray-logos-2.svg) 0 5px no-repeat;
}
body.front #main #intro #supporters .info {
  float: left;
  max-width: 460px;
  margin-left: 20px;
  padding: 5px 0 5px 20px;
  line-height: 20px;
  border-left: #CCC 1px solid;
  font-size: 13px;
  color: #1F2122;
}
body.front #main #intro #supporters .info a {
  color: #10A7C8;
  text-decoration: underline;
}
body.front #main #intro #supporters .info a:hover {
  text-decoration: none;
}
body.front #main #intro #supporters .logos {
  float: right;
  margin-right: 20px;
  line-height: 50px;
  font-size: 11px;
  text-transform: uppercase;
  color: #666;
}
body.front #main #intro #supporters .logos span {
  padding-right: 23px;
}
body.front #main #intro #supporters .logos img {
  vertical-align: middle;
}
body.front #main #intro #supporters .logos a {
  display: inline-block;
  height: 50px;
  background: #666;
  background-size: 120px 721px;
  text-indent: -100000px;
}
body.front #main #intro #supporters .logos a.google {
  width: 85px;
  background: transparent url(../images/homeSupporters/home-supporters-gray-logos-2.svg) 0 -225px no-repeat;
}
body.front #main #intro #supporters .logos a.visa {
  width: 72px;
  background: transparent url(../images/homeSupporters/home-supporters-gray-logos-2.svg) 0 -344px no-repeat;
}
body.front #main #intro #supporters .logos a.dhl {
  width: 103px;
  background: transparent url(../images/homeSupporters/home-supporters-gray-logos-2.svg) 0 -462px no-repeat;
}
body.front #main #intro #supporters .logos a.alibaba {
  width: 100px;
  background: transparent url(../images/homeSupporters/home-supporters-gray-logos-2.svg) 0 -584px no-repeat;
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  body.front #main #intro #supporters {
    text-align: center;
    padding: 15px 20px;
  }
  body.front #main #intro #supporters .created-by {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  body.front #main #intro #supporters .created-by span {
    display: none;
  }
  body.front #main #intro #supporters .created-by .logo {
    margin: 0;
  }
  body.front #main #intro #supporters .info {
    font-size: 13px;
    line-height: 19px;
    float: none;
    display: inline-block;
    border-left: 0;
    margin: 0;
    padding: 5px 0 5px 30px;
  }
  body.front #main #intro #supporters .logos {
    clear: both;
    text-align: center;
    float: none;
    margin: 0;
  }
  body.front #main #intro #supporters .logos span {
    padding-right: 23px;
  }
  body.front #main #intro #supporters .logos img {
    vertical-align: middle;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  body.front #main #intro {
    margin-bottom: 45px;
  }
  body.front #main #intro #block-intro-wrapper {
    height: 275px;
  }
  body.front #main #intro #block-intro-wrapper .views-row .block-item .block-item-content {
    height: 275px;
  }
  body.front #main #intro #block-intro-wrapper .views-row .block-item .block-item-content .long-text {
    padding-top: 65px;
    line-height: 30px;
    font-size: 21px;
  }
  body.front #main #intro #signup-form {
    display: none;
  }
  body.front #main #intro #signup-block {
    display: none;
  }
  body.front #main #intro #supporters {
    text-align: center;
    padding: 15px 20px;
  }
  body.front #main #intro #supporters .created-by {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  body.front #main #intro #supporters .created-by span {
    display: none;
  }
  body.front #main #intro #supporters .created-by .logo {
    margin: 0;
  }
  body.front #main #intro #supporters .info {
    font-size: 13px;
    line-height: 19px;
    float: none;
    display: inline-block;
    border-left: 0;
    margin: 0;
    padding: 5px 0 5px 30px;
  }
  body.front #main #intro #supporters .logos {
    clear: both;
    text-align: center;
    float: none;
    margin: 0;
  }
  body.front #main #intro #supporters .logos span {
    padding-right: 23px;
  }
  body.front #main #intro #supporters .logos img {
    vertical-align: middle;
  }
}
@media screen and (min-width: 321px) and (max-width: 768px) {
  body.front #main #intro {
    margin-bottom: 50px;
  }
  body.front #main #intro #block-intro-wrapper {
    height: 220px;
  }
  body.front #main #intro #block-intro-wrapper .views-row .block-item .block-item-content {
    height: 220px;
  }
  body.front #main #intro #block-intro-wrapper .views-row .block-item .block-item-content div .long-text {
    padding-top: 50px;
    line-height: 27px;
    font-size: 18px;
    margin: 0;
  }
  body.front #main #intro #block-intro-wrapper .views-row .block-item .block-item-content div .short-text {
    font-size: 13px;
  }
  body.front #main #intro #signup-form {
    display: none;
  }
  body.front #main #intro #signup-block {
    display: none;
  }
  body.front #main #intro #supporters {
    text-align: center;
    padding: 10px 20px;
  }
  body.front #main #intro #supporters .created-by {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  body.front #main #intro #supporters .created-by span {
    display: none;
  }
  body.front #main #intro #supporters .created-by .logo {
    margin: 0;
  }
  body.front #main #intro #supporters .info {
    font-size: 11px;
    line-height: 17px;
    float: none;
    display: inline-block;
    border-left: 0;
    margin: 0;
    padding: 0;
  }
  body.front #main #intro #supporters .logos {
    clear: both;
    text-align: center;
    float: none;
    margin: 0;
  }
  body.front #main #intro #supporters .logos span {
    padding-right: 23px;
  }
  body.front #main #intro #supporters .logos img {
    vertical-align: middle;
  }
}
@media screen and (max-width: 480px) {
  body.front #main #intro #block-intro-wrapper .views-row .block-item .block-item-content div {
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  body.front #main #intro {
    margin-bottom: 25px;
  }
  body.front #main #intro #block-intro-wrapper {
    height: 200px;
  }
  body.front #main #intro #block-intro-wrapper .views-row .block-item .block-item-content {
    height: 200px;
  }
  body.front #main #intro #block-intro-wrapper .views-row .block-item .block-item-content .long-text {
    padding-top: 30px;
    line-height: 25px;
    font-size: 16px;
  }
  body.front #main #intro #signup-form {
    display: none;
  }
  body.front #main #intro #signup-block {
    display: none;
  }
  body.front #main #intro #supporters {
    display: none;
  }
}

body.page-women #main #landing-hero-wrapper .views-row .block-item .logo {
  display: block !important;
}

body.page-banks #main #landing-hero-wrapper .views-row .block-item .logo,
body.page-communities #main #landing-hero-wrapper .views-row .block-item .logo,
body.page-companies #main #landing-hero-wrapper .views-row .block-item .logo,
body.page-business-support #main #landing-hero-wrapper .views-row .block-item .logo,
body.page-banks-by-country #main #landing-hero-wrapper .views-row .block-item .logo,
body.page-business-opportunities #main #landing-hero-wrapper .views-row .block-item .logo,
body.page-projects-by-country #main #landing-hero-wrapper .views-row .block-item .logo {
  display: none;
}

body.page-taxonomy-term #main #content-wrapper {
  max-width: 1200px;
  margin: auto;
}
body.page-taxonomy-term #main #content-wrapper #content .item-list ul {
  margin: 0 0 1.75em 0;
  padding: 15px 0 35px 0;
}
body.page-taxonomy-term #main #content-wrapper #content .views-row {
  border-bottom: 1px solid #888;
}
body.page-taxonomy-term #main #content-wrapper #content .views-row .views-field-title {
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0 5px;
}
body.page-taxonomy-term #main #content-wrapper #content .views-row .views-field-created {
  font-size: 12px;
  color: #ccc;
}
body.page-taxonomy-term #main #content-wrapper #content .views-row .views-field-uid {
  font-size: 12px;
}
body.page-taxonomy-term #main #content-wrapper #content .views-row .views-field-field-brief-description-idb-arti {
  margin: 10px 0 20px;
}

body.not-front #main #landing-hero-wrapper .views-row .block-item {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center center;
}
body.not-front #main #landing-hero-wrapper .views-row .block-item .logo {
  display: none;
}
body.not-front #main #landing-hero-wrapper .views-row .block-item .block-item-content {
  width: 100%;
  max-width: 1200px;
  height: 450px;
  margin: 0 auto;
  padding-top: 120px;
  position: relative;
}
body.not-front #main #landing-hero-wrapper .views-row .block-item .block-item-content .title {
  display: inline-block;
  padding-left: 3px;
  padding-right: 10px;
  line-height: 25px;
  margin-bottom: 12px;
  border-bottom: #00AEC5 3px solid;
  font-weight: 600;
  font-size: 18px;
  color: #FFF;
}
body.not-front #main #landing-hero-wrapper .views-row .block-item .block-item-content .line {
  position: absolute;
  width: 540px;
  height: 1px;
  background: #afafaf;
  top: 146px;
  left: 10px;
}
body.not-front #main #landing-hero-wrapper .views-row .block-item .block-item-content .long-text {
  font-weight: 300;
  font-size: 30px;
  color: #FFF;
}
body.not-front #main #landing-hero-wrapper .views-row .block-item .block-item-content .long-text p {
  line-height: 42px;
}
body.not-front #main #landing-hero-wrapper .views-row .block-item .block-item-content .long-text strong {
  font-weight: 600;
}
body.not-front #main #landing-hero-wrapper .views-row .block-item .block-item-content .short-text {
  margin-top: 2em;
  color: #FFF;
}
body.not-front #main #landing-hero-wrapper .views-row .block-item .block-item-content .short-text a {
  color: #00AEC5;
  text-decoration: underline;
}
@media screen and (min-width: 960px) and (max-width: 1179px) {
  body.not-front #main #landing-hero-wrapper .views-row .block-item {
    height: 275px;
  }
  body.not-front #main #landing-hero-wrapper .views-row .block-item .block-item-content {
    height: 275px;
    padding-top: 70px;
  }
  body.not-front #main #landing-hero-wrapper .views-row .block-item .block-item-content .col-6 .long-text {
    font-size: 18px;
  }
  body.not-front #main #landing-hero-wrapper .views-row .block-item .block-item-content .col-6 .long-text p {
    line-height: 25px;
  }
  body.not-front #main #landing-hero-wrapper .views-row .block-item .block-item-content .col-6 .short-text {
    margin-top: 12px;
  }
  body.not-front #main #landing-hero-wrapper .views-row .block-item .block-item-content .col-6 .line {
    top: 96px;
  }
}
@media screen and (max-width: 959px) {
  body.not-front #main #landing-hero-wrapper .views-row .block-item {
    height: 220px;
  }
  body.not-front #main #landing-hero-wrapper .views-row .block-item .block-item-content {
    height: 220px;
    padding-top: 40px;
  }
  body.not-front #main #landing-hero-wrapper .views-row .block-item .block-item-content .col-6 {
    width: 60%;
  }
  body.not-front #main #landing-hero-wrapper .views-row .block-item .block-item-content .col-6 .long-text {
    font-size: 18px;
  }
  body.not-front #main #landing-hero-wrapper .views-row .block-item .block-item-content .col-6 .long-text p {
    line-height: 25px;
  }
  body.not-front #main #landing-hero-wrapper .views-row .block-item .block-item-content .col-6 .short-text {
    margin-top: 13px;
  }
  body.not-front #main #landing-hero-wrapper .views-row .block-item .block-item-content .col-6 .line {
    top: 66px;
  }
}

body.page-user-profile {
  background: #fff;
}

body.page-user-register {
  background: #fff;
  margin-bottom: 0px !important;
}

body.page-user-welcome {
  margin-bottom: 0px !important;
  background: #fff !important;
}

body.page-dashboard #main #content-wrapper #content {
  background: #F2F2F2 !important;
}

body.page-dashboard #main {
  padding-top: 60px !important;
}

body.page-page-search {
  margin-bottom: 160px;
}
@media (max-width: 960px) {
  body.page-page-search {
    margin-bottom: 210px;
  }
}
@media (max-width: 768px) {
  body.page-page-search {
    margin-bottom: 310px;
  }
}

body.page-customerror {
  background: #fff;
}

/* Country list view */
body.page-banks-by-country .panel-display,
body.page-projects-by-country .panel-display {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  overflow: hidden;
}
body.page-banks-by-country .panel-display .pane-title,
body.page-projects-by-country .panel-display .pane-title {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 30px;
  color: #1D2122;
}
body.page-banks-by-country .panel-display .pane-content h1,
body.page-projects-by-country .panel-display .pane-content h1 {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 30px;
  color: #1D2122;
}
body.page-banks-by-country .panel-display .pane-content .view-header,
body.page-projects-by-country .panel-display .pane-content .view-header {
  margin-bottom: 25px;
  font-size: 16px;
  color: #1F2122;
}
body.page-banks-by-country .panel-display .pane-content h3,
body.page-projects-by-country .panel-display .pane-content h3 {
  font-weight: 600;
  margin-bottom: 25px;
  color: #7A7A7A;
}
body.page-banks-by-country .panel-display .pane-content .links .item-list ul,
body.page-projects-by-country .panel-display .pane-content .links .item-list ul {
  padding-left: 20px;
}
body.page-banks-by-country .panel-display .pane-content .links .item-list ul li,
body.page-projects-by-country .panel-display .pane-content .links .item-list ul li {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
  line-height: 36px;
  font-size: 16px;
}
body.page-banks-by-country .panel-display .pane-content .links .item-list ul li:before,
body.page-projects-by-country .panel-display .pane-content .links .item-list ul li:before {
  content: "■";
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -20px;
  color: #06768e;
  font-size: 16px;
  font-weight: normal;
}
body.page-banks-by-country .panel-display .pane-content .links .item-list ul li a,
body.page-projects-by-country .panel-display .pane-content .links .item-list ul li a {
  color: #10A7C8;
}
body.page-banks-by-country .panel-display .pane-content .empty,
body.page-projects-by-country .panel-display .pane-content .empty {
  font-size: 19px;
  font-style: italic;
  color: #727271;
}

#content-wrapper.user-register-page-footer .messages {
  max-width: 480px;
  margin: 10px auto;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#content-wrapper.user-register-page-footer .messages.error {
  background-color: #ffdfdf;
  background-image: url("../images/icon-error.svg") !important;
  background-size: 16px 16px !important;
  background-position: 9px 13px !important;
  background-repeat: no-repeat !important;
  padding: 10px 10px 10px 32px !important;
}

/* ----------------- */
/* Unregistered user */
/* ----------------- */
.locked_box {
  text-align: center;
  font-size: 13px;
  color: #000;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 22px 32px;
  margin-top: 20px;
  line-height: 20px;
}

.common-locked-box-btn,
.locked_box .locked_box_btn {
  right: 20px;
  top: 35px;
  border-radius: 3px;
  background-color: #0099aa;
  color: #FFF;
  padding: 10px 15px;
  white-space: nowrap;
  margin: 10px;
  display: block;
  margin-bottom: 0;
}

/* --------------------------------- */
/* Company verification form (modal) */
/* --------------------------------- */
#verify-company-modal .ca-custom-modal-content .description {
  margin-bottom: 10px;
  font-size: 14px;
  color: #8B8B8B;
}
#verify-company-modal .ca-custom-modal-content form .form-item {
  margin-bottom: 10px;
}
#verify-company-modal .ca-custom-modal-content form .form-item label {
  float: left;
  min-width: 60px;
  font-weight: 400;
  text-transform: uppercase;
}
#verify-company-modal .ca-custom-modal-content form .form-item .chzn-container {
  float: left;
  margin-right: 5px;
}
#verify-company-modal .ca-custom-modal-content form .form-item.telephone input {
  float: left;
  width: 350px;
}
#verify-company-modal .ca-custom-modal-content form .form-item.tax-id select {
  float: left;
  width: 75px;
}
#verify-company-modal .ca-custom-modal-content form .form-item.tax-id input {
  float: left;
  width: 275px;
}
#verify-company-modal .ca-custom-modal-content ul {
  list-style: inside;
}

.select2-container--open {
  z-index: 10005 !important;
}

.select2-container.open {
  z-index: 999 !important;
}

/* Responsive Fixes */
#content-wrapper.user-register-page-footer {
  height: auto;
  width: 100%;
  max-width: 1050px;
  margin: auto;
  padding-top: 0 !important;
}
#content-wrapper.user-register-page-footer #content p {
  width: 100%;
  text-align: center;
  margin: 20px auto;
  display: inline-block;
}

@media screen and (max-width: 480px) {
  #content-wrapper.user-register-page-footer {
    height: 845px;
  }
  #user-register-form .form-wrapper#edit-field-name-user,
#user-register-form .form-wrapper#edit-field-last-name-user {
    width: 100%;
    max-width: none;
  }
}
/* End Responsive Fixes */
#sharecontainer {
  text-align: right;
}
#sharecontainer .textShareContainer {
  vertical-align: top;
  padding-right: 10px;
  font-size: 14px;
  color: #7a7a7a;
}
#sharecontainer ul.share-buttons {
  display: inline-block;
  overflow: hidden;
  line-height: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#sharecontainer ul.share-buttons li {
  display: inline;
  padding: 0 2px;
}

#modal-contactus {
  position: fixed;
  width: 90%;
  height: 90%;
  max-height: 608px;
  margin: auto;
}
#modal-contactus .md-content {
  height: 100%;
  overflow: auto;
}

.loading-indicator {
  padding: 20px 0 20px 25px;
  font-size: 12px;
  color: #AAA;
  background: transparent url(../images/profile/loader.gif) 6px center no-repeat;
}

@media (max-width: 959px) {
  .descriptionArticle #sharecontainer {
    display: table;
    margin: auto;
    padding-top: 20px;
  }
  .initArticle #sharecontainer {
    display: none;
  }
  .middleVideo #sharecontainer {
    display: table;
    margin: auto;
    padding-top: 20px;
  }
  .initVideo #sharecontainer {
    display: none;
  }
}
@media (min-width: 960px) {
  .descriptionArticle #sharecontainer {
    display: none;
  }
  .initArticle #sharecontainer {
    display: block;
  }
  .middleVideo #sharecontainer {
    display: none;
  }
  .initVideo #sharecontainer {
    display: block;
  }
}
/* Company verification badge */
body.node-type-page #main #content-wrapper {
  max-width: 1190px;
  margin: 0 auto;
  padding: 30px;
}

/* --------------------------------------------------------
 FIX FOR EXTERNAL RECOVER PASSWORD PAGE (used by Academy)
 -------------------------------------------------------- */
body.page-user-external-recover {
  overflow: hidden;
  background: #FFF !important;
}
body.page-user-external-recover #main {
  min-width: 0;
  min-height: initial !important;
  padding-top: initial !important;
}
body.page-user-external-recover #main #content #password-modal {
  width: auto !important;
  margin: 0 !important;
  left: 5px;
  right: 5px;
}
body.page-user-external-recover #main #content #password-modal .gigya-screen-dialog-content {
  width: auto !important;
}
@media (max-width: 599px) {
  body.page-user-external-recover #main {
    padding-bottom: initial !important;
  }
}

/* -------------------------- */
/* Webforms confirmation page */
/* -------------------------- */
body.page-node-done {
  background: #FFF;
}

#webform-confirmation-wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 40px auto;
}
#webform-confirmation-wrapper .webform-confirmation {
  margin-bottom: 40px;
}
#webform-confirmation-wrapper .links {
  text-align: center;
}
#webform-confirmation-wrapper .links a {
  padding: 10px 20px;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 0 #C8C8C8;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFF;
  background-color: #00ABC8;
  cursor: pointer;
}

/* --------------------------- */
/* EU Cookie Compilance Module */
/* --------------------------- */
.find-more-button {
  display: none !important;
}

#sliding-popup .popup-content #popup-text p {
  font-size: 12px !important;
}

/* Media query Portrait and Landscape font size adjust */
@media (orientation: portrait) {
  #sliding-popup .popup-content #popup-text p {
    font-size: 12px !important;
    -webkit-text-size-adjust: auto !important;
  }
}
@media (orientation: landscape) {
  #sliding-popup .popup-content #popup-text p {
    font-size: 16px !important;
    -webkit-text-size-adjust: auto !important;
  }
}
/* -------------------------- */
/* ------- Nifty Modal ------ */
/* -------------------------- */
.md-modal .btn-acceder {
  background: #0aa7c8 url(/sites/all/themes/connectamericas/images/businessOpportunity/Arrow_right.svg) right 20px center no-repeat;
  color: #FFF;
  font-size: 16px;
  float: right;
  padding: 20px 45px 20px 20px;
  width: 100%;
  display: block;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "Open Sans", Arial, sans-serif;
  margin-bottom: 50px;
}
.md-modal .btn-acceder:hover {
  background-color: #006572;
}
.md-modal .btn-aceptar {
  font-size: 14px;
  color: #FFF !important;
  padding: 7px 15px;
  font-weight: bold;
  border: none;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #EE7722;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 10px;
}
.md-modal .btn-aceptar:hover {
  background: #FF5400;
  text-decoration: none;
}
.md-modal .popup_title {
  font-size: 15px;
  opacity: 1;
  color: #fff;
  bottom: 0;
  top: 50%;
  position: absolute;
  margin: -7px auto auto 25px;
  line-height: normal !important;
}
.md-modal .md_body {
  font-size: 15px;
  font-family: "Open Sans", Arial, sans-serif;
}
.md-modal .md_body i {
  font-size: 13px;
}

.private-message-not-allowed {
  text-align: center;
  font-size: 16px;
  color: #1F2122;
  font-weight: 400;
}
.private-message-not-allowed p {
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 25px;
}
.private-message-not-allowed p a {
  text-decoration: underline;
  color: #00B5CC !important;
}

#content-wrapper .login-container {
  margin: 20px auto;
  max-width: 1200px;
}
#content-wrapper .login-container .login-button {
  padding: 10px 20px;
  border: 0 none;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFF;
  background-color: #00ABC8;
  cursor: pointer;
}

.notifyjs-wrapper .notifyjs-container .notifyjs-bootstrap-base {
  background-image: none !important;
  padding: 8px 10px !important;
}

.private-public-bo-filter-searcher .leaf {
  margin-top: 10px !important;
}
.private-public-bo-filter-searcher a {
  line-height: normal;
}

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