/* Compiled Less CSS File */
/* Generated from "mymwc-style.css" */

@charset "utf-8";
.mymwc-header {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 46px;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 72px;
  overflow: hidden;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}
.mymwc-header:after {
  content: '';
  position: absolute;
  bottom: -12px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid #20485d;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.mymwc-header .mymwc-trigger {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 0;
  height: 44px;
  width: 44px;
  background: #fff;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  cursor: pointer;
  overflow: hidden;
}
.mymwc-header .mymwc-trigger i {
  color: #e1272f;
  font-size: 49px;
  line-height: 44px;
  margin-left: -3px;
}
.mymwc-header .mymwc-trigger img {
  position: absolute;
  right: 0;
  top: 0;
}
.mymwc-loaded .mymwc-header {
  animation: 250ms ease-out mymwc_grow 0s forwards;
}
.mymwc-loaded .mymwc-header + .header-actions {
  left: 295px;
  animation: 250ms ease-out mymwc_move 0s forwards;
}
@keyframes mymwc_grow {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  50% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes mymwc_move {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-95px);
    -moz-transform: translateX(-95px);
    -o-transform: translateX(-95px);
    -ms-transform: translateX(-95px);
    transform: translateX(-95px);
  }
  100% {
    -webkit-transform: translateX(-55px);
    -moz-transform: translateX(-55px);
    -o-transform: translateX(-55px);
    -ms-transform: translateX(-55px);
    transform: translateX(-55px);
  }
}
@keyframes tip-off {
  0% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes tip-text {
  0% {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes tip-top {
  0% {
    -webkit-transform: translateY(0px) scale(1, 1);
    -moz-transform: translateY(0px) scale(1, 1);
    -o-transform: translateY(0px) scale(1, 1);
    -ms-transform: translateY(0px) scale(1, 1);
    transform: translateY(0px) scale(1, 1);
  }
  70% {
    -webkit-transform: translateY(10px) scale(1.02, 1.02);
    -moz-transform: translateY(10px) scale(1.02, 1.02);
    -o-transform: translateY(10px) scale(1.02, 1.02);
    -ms-transform: translateY(10px) scale(1.02, 1.02);
    transform: translateY(10px) scale(1.02, 1.02);
  }
  100% {
    -webkit-transform: translateY(0px) scale(1, 1);
    -moz-transform: translateY(0px) scale(1, 1);
    -o-transform: translateY(0px) scale(1, 1);
    -ms-transform: translateY(0px) scale(1, 1);
    transform: translateY(0px) scale(1, 1);
  }
}
.tooltip-wrapper {
  position: fixed;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  max-width: 1140px;
  margin: auto;
  z-index: 700;
}
.tooltip-off .tooltip-wrapper {
  animation: 250ms ease-out tip-off 0s forwards;
}
.tooltip-item {
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/tip.png) no-repeat;
  color: #fff;
  position: relative;
  vertical-align: middle;
  width: 290px;
  -webkit-box-shadow: 0px 15px 15px 0 rgba(25, 16, 95, 0.2);
  -moz-box-shadow: 0px 15px 15px 0 rgba(25, 16, 95, 0.2);
  box-shadow: 0px 15px 15px 0 rgba(25, 16, 95, 0.2);
  background-size: cover;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  display: table;
  -webkit-transform: translateY(0px) scale(0, 0);
  -moz-transform: translateY(0px) scale(0, 0);
  -o-transform: translateY(0px) scale(0, 0);
  -ms-transform: translateY(0px) scale(0, 0);
  transform: translateY(0px) scale(0, 0);
  cursor: pointer;
}
.tooltip-item:before {
  position: absolute;
  content: '';
  right: 59px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid #d8242b;
}
[class*="-is-mymwc"] .tooltip-item {
  margin-top: -44px;
  background: url(../images/mymwc_gradient.jpg) no-repeat;
}
[class*="-is-mymwc"] .tooltip-item:before {
  border-bottom: 10px solid #2e6b7d;
}
.mymwc-loaded .tooltip-item {
  animation: 250ms ease-out tip-top 350ms forwards;
}
.tooltip-item span {
  vertical-align: middle;
  text-align: center;
  width: 100%;
  position: relative;
  display: table-cell;
  padding: 0 25px;
  font-size: 14px;
  line-height: 20px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.mymwc-loaded .tooltip-item span {
  animation: 250ms ease-out tip-text 700ms forwards;
}
.mymwc-menu-active .mymwc-header:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
}
.mymwc-menu-active,
.mymwc-menu-active body {
  overflow: hidden;
}
.mymwc-menu-active .header {
  background: url(../images/mymwc-menu-pat.png) repeat #1a5c7a;
  background-size: 450px;
  height: 100%;
}
.mymwc-menu-active .header:after {
  content: '';
  position: absolute;
  left: 0;
  top: -50%;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: -moz-radial-gradient(center, ellipse cover, rgba(26, 92, 122, 0) 0%, #253744 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(26, 92, 122, 0) 0%, #253744 100%);
  background: radial-gradient(ellipse at center, rgba(26, 92, 122, 0) 0%, #253744 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001a5c7a', endColorstr='#253744', GradientType=1);
}
.mymwc-menu-top {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  overflow: auto;
}
.mymwc-menu-active .menu-top {
  display: none;
}
.menu-active .mymwc-menu-top {
  display: none;
}
.mymwc-menu-active .mymwc-menu-top {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-animation-name: transit;
  -moz-animation-name: transit;
  -o-animation-name: transit;
  -ms-animation-name: transit;
  animation-name: transit;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .4s;
  -moz-animation-duration: .4s;
  -o-animation-duration: .4s;
  -ms-animation-duration: .4s;
  animation-duration: .4s;
  transition: all 0.25s ease-in-out;
}
.mymwc-menu {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.mymwc-menu h1 {
  font-family: 'graphikbold', 'Roboto', sans-serif;
  font-size: 42px;
  line-height: 42px;
  color: #fff;
  text-align: left;
  margin: 0 0 20px 0;
}
.mymwc-menu p {
  width: 100%;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
  margin: 0;
}
.mymwc-menu p.info {
  font-weight: 500;
}
.mymwc-menu p.info i {
  float: left;
  margin: 2px 5px 0 0;
}
.mymwc-menu-left {
  width: 50%;
  float: left;
  position: relative;
  padding-right: 30px;
}
.mymwc-menu-left a {
  font-weight: 500;
  text-decoration: underline;
}
.mymwc-menu-left a:hover {
  text-decoration: underline;
}
.mymwc-menu-right {
  width: 50%;
  float: left;
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 100px;
}
.mymwc-menu-right:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #fff;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.mymwc-login {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}
.mymwc-login .mymwc-loader {
  display: none;
}
.mymwc-login .login-message {
  width: 100%;
  float: left;
  margin: 10px 0;
  display: none;
}
.mymwc-login .login-message:empty {
  display: none;
}
.show-messages .login-message {
  display: block;
}
.mymwc-menu.linkedin-menu-active .mymwc-menu-left,
.mymwc-menu.linkedin-menu-active .mymwc-menu-right {
  display: none;
}
.mymwc-menu.linkedin-menu-active .mymwc-menu-left.linkedin-menu,
.mymwc-menu.linkedin-menu-active .mymwc-menu-right.linkedin-menu {
  display: block;
}
.mymwc-login .input-wrapper {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  position: relative;
}
.mymwc-login input[type="text"],
.mymwc-login input[type="password"] {
  width: 100%;
  float: left;
  border: 0 none;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 0 10px;
}
.mymwc-login .input-wrapper i {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 30px;
  color: #e1272f;
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.mymwc-login .input-wrapper.has-error i {
  visibility: visible;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.mymwc-login button,
.mymwc-login a.button {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: 0 none;
  background: #e1272f;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 42px;
  color: #fff;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 1px rgba(40, 124, 60, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(40, 124, 60, 0.1);
  box-shadow: 0 0 0 1px rgba(40, 124, 60, 0.1);
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  text-decoration: none;
  text-align: center;
}
.mymwc-login button:hover,
.mymwc-login a.button:hover {
  background: #ff353e;
}
.mymwc-login a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
  margin: 0;
  text-decoration: underline;
}
.mymwc-login button.login-mobileconnect,
.mymwc-login a.login-mobileconnect {
  background-color: #5c5376;
  margin: 15px 0 10px 0;
}
.mymwc-login button.login-mobileconnect:hover,
.mymwc-login a.login-mobileconnect:hover {
  background-color: #695d8c;
}
.mymwc-login button.login-mobileconnect i,
.mymwc-login a.login-mobileconnect i {
  position: relative;
  float: left;
  height: 42px;
  width: 44px;
  padding: 0 15px;
  color: #fff;
  border-bottom: 0 none;
  border-right: 1px solid #453f58;
  background: url(../images/mobileconnect-icon.png) no-repeat center center;
  background-size: 16px;
}
.mymwc-login button.login-linkedin,
.mymwc-login a.login-linkedin {
  background-color: #2475b8;
}
.mymwc-login button.login-linkedin:hover,
.mymwc-login a.login-linkedin:hover {
  background-color: #2475cc;
}
.mymwc-login .login-message + .login-linkedin {
  margin-top: 15px !important;
}
.mymwc-login button.login-linkedin i,
.mymwc-login a.login-linkedin i {
  position: relative;
  float: left;
  height: 42px;
  width: 44px;
  color: #fff;
  border-bottom: 0 none;
  border-right: 1px solid #1f6097;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
}
.mymwc-nav {
  margin: 0;
  padding: 0;
  color: #fff;
}
.mymwc-nav li {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  color: #fff;
  list-style-type: none;
}
.mymwc-nav li a {
  float: left;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  -webkit-transition: all 0.25s ease-in 0s;
  -moz-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
}
.mymwc-nav li a.mymwc-sub {
  padding-left: 20px;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  cursor: default;
}
.mymwc-nav li a.mymwc-sub:hover {
  text-decoration: none;
}
.networking-enabled li a.mymwc-sub {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  cursor: pointer;
}
.networking-enabled li a.mymwc-sub:hover {
  text-decoration: underline;
}
.mymwc-nav li a i {
  float: left;
  font-size: 18px;
  margin: 0 7px 0 0;
  line-height: 34px;
}
.mymwc-nav li a:hover {
  text-decoration: underline;
}
.mymwc-nav li a.active-mwc-item {
  font-weight: 800;
  text-decoration: underline;
}
/*buttons*/
.mymwc-action-button {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.mymwc-action-button span {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #1c6282;
  line-height: 30px;
  background: #fff;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #1c6282;
}
.mymwc-action-button:hover span {
  background: #1c6282;
}
.mymwc-action-button font {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 34px;
  padding-left: 40px;
  text-transform: uppercase;
  display: none;
}
.fav-button span:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background: #1c6282;
  content: '';
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.fav-button span:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 14px;
  background: #1c6282;
  content: '';
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}
.fav-button:hover span:before {
  background: #fff;
}
.fav-button:hover span:after {
  background: #fff;
}
[data-type="exhibitor"] .fav-button {
  right: auto;
  bottom: auto;
  top: -21px;
  left: -21px;
}
[data-type="profile"] .fav-button {
  right: auto;
  bottom: auto;
  top: -5px;
  left: 25px;
}
[data-type="speaker"] {
  position: relative;
}
[data-type="speaker"] .fav-button {
  right: auto;
  bottom: auto;
  top: -5px;
  left: 10px;
}
.remove-fav span {
  background: #1c6282;
}
.remove-fav span:before {
  background: #fff;
  -webkit-transform: scale(0.6, 1) rotate(20deg) translate(0px, 2px);
  -moz-transform: scale(0.6, 1) rotate(20deg) translate(0px, 2px);
  -o-transform: scale(0.6, 1) rotate(20deg) translate(0px, 2px);
  -ms-transform: scale(0.6, 1) rotate(20deg) translate(0px, 2px);
  transform: scale(0.6, 1) rotate(20deg) translate(0px, 2px);
}
.remove-fav span:after {
  background: #fff;
  -webkit-transform: scale(1, 1) rotate(32deg) translate(-1px, 0px);
  -moz-transform: scale(1, 1) rotate(32deg) translate(-1px, 0px);
  -o-transform: scale(1, 1) rotate(32deg) translate(-1px, 0px);
  -ms-transform: scale(1, 1) rotate(32deg) translate(-1px, 0px);
  transform: scale(1, 1) rotate(32deg) translate(-1px, 0px);
}
.remove-fav:hover span {
  background: #e1272f;
  border: solid 1px #e1272f;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.remove-fav:hover span:before {
  background: #fff;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.remove-fav:hover span:after {
  background: #fff;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.note-button span:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #1c6282;
  font-family: 'Material Icons';
  content: '\E254';
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  line-height: 22px;
  font-size: 14px;
}
.meeting-button span:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #1c6282;
  font-family: 'FontAwesome';
  content: '\f2b5';
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  line-height: 22px;
  font-size: 14px;
}
.chat-button span:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #1c6282;
  font-family: 'FontAwesome';
  content: '\f086';
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  line-height: 22px;
  font-size: 14px;
}
.is_single {
  position: relative;
  width: 100%;
  min-height: 60px;
  text-align: right;
  line-height: 0;
  padding: 10px 0;
}
.is_single:empty {
  display: none;
}
.is_single .mymwc-action-button font {
  display: block;
}
.is_single .mymwc-action-button {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: auto;
  height: 32px;
  background: #1c6282;
  padding: 0 10px 0 0;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  margin-left: 10px;
}
.is_single .mymwc-action-button span {
  left: 8px;
  background: #1c6282;
  border: solid 1px #fff;
  right: auto;
  width: 24px;
  height: 24px;
}
.is_single .mymwc-action-button span:before {
  color: #fff;
}
.is_single .mymwc-action-button:hover span {
  border: solid 1px #fff;
  background: #fff;
}
.is_single .mymwc-action-button:hover span:before {
  color: #1c6282;
}
.is_single .fav-button span:before {
  width: 8px;
  height: 2px;
  background: #fff;
}
.is_single .fav-button span:after {
  width: 2px;
  height: 8px;
  background: #fff;
}
.is_single .fav-button:hover span:before {
  background: #1c6282;
}
.is_single .fav-button:hover span:after {
  background: #1c6282;
}
.is_single .fav-button.remove-fav span {
  background: #1c6282;
}
.is_single .fav-button.remove-fav span:before {
  background: #fff;
  -webkit-transform: scale(0.6, 1) rotate(20deg) translate(0px, 1px);
  -moz-transform: scale(0.6, 1) rotate(20deg) translate(0px, 1px);
  -o-transform: scale(0.6, 1) rotate(20deg) translate(0px, 1px);
  -ms-transform: scale(0.6, 1) rotate(20deg) translate(0px, 1px);
  transform: scale(0.6, 1) rotate(20deg) translate(0px, 1px);
}
.is_single .fav-button.remove-fav span:after {
  background: #fff;
  -webkit-transform: scale(1, 1) rotate(32deg) translate(-1px, 1px);
  -moz-transform: scale(1, 1) rotate(32deg) translate(-1px, 1px);
  -o-transform: scale(1, 1) rotate(32deg) translate(-1px, 1px);
  -ms-transform: scale(1, 1) rotate(32deg) translate(-1px, 1px);
  transform: scale(1, 1) rotate(32deg) translate(-1px, 1px);
}
.is_single .fav-button.remove-fav:hover span {
  background: #e1272f;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid 1px #e1272f;
}
.is_single .fav-button.remove-fav:hover span:before {
  background: #fff;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.is_single .fav-button.remove-fav:hover span:after {
  background: #fff;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.edit-button span:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #1c6282;
  font-family: 'Material Icons';
  content: '\E254';
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  line-height: 22px;
  font-size: 14px;
}
.save-button span:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #1c6282;
  font-family: 'Material Icons';
  content: '\E065';
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  line-height: 22px;
  font-size: 14px;
}
.delete-button span:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
  font-family: 'FontAwesome';
  content: '\f014';
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  line-height: 22px;
  font-size: 14px;
}
.is_single .delete-button,
.is_single .delete-button:hover {
  background: #e1272f;
}
.is_single .delete-button span,
.is_single .delete-button span:hover {
  background: #e1272f;
}
.is_single .delete-button:hover span:after {
  color: #e1272f;
}
.cancel-button span:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
  font-family: 'Material Icons';
  content: '\E5CD';
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  line-height: 22px;
  font-size: 14px;
}
.is_single .cancel-button,
.is_single .cancel-button:hover {
  background: #e1272f;
}
.is_single .cancel-button span,
.is_single .cancel-button span:hover {
  background: #e1272f;
}
.is_single .cancel-button:hover span:after {
  color: #e1272f;
}
.cancel-button span {
  border: solid 1px #fff !important;
}
.cancel-button span:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff !important;
  font-family: 'Material Icons';
  content: '\E5CD';
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  line-height: 22px;
  font-size: 14px;
}
.cancel-button font {
  color: #fff !important;
}
.is_single .cancel-button,
.is_single .cancel-button:hover {
  background: #e1272f !important;
}
.is_single .cancel-button span,
.is_single .cancel-button span:hover {
  background: #e1272f !important;
}
.is_single .cancel-button:hover span {
  background: #fff !important;
}
.is_single .cancel-button:hover span:after {
  color: #e1272f !important;
}
.is_single.profile-main-right .mymwc-action-button span {
  border: solid 1px #1c6282;
  background: #fff;
}
.is_single.profile-main-right .mymwc-action-button span:before {
  color: #1c6282;
}
.is_single.profile-main-right .mymwc-action-button:hover span {
  background: #1c6282;
}
.is_single.profile-main-right .mymwc-action-button:hover span:before {
  color: #fff;
}
.is_single.profile-main-right .fav-button span:before {
  background: #1c6282;
}
.is_single.profile-main-right .fav-button span:after {
  background: #1c6282;
}
.is_single.profile-main-right .fav-button:hover span:before {
  background: #fff;
}
.is_single.profile-main-right .fav-button:hover span:after {
  background: #fff;
}
.is_single.profile-main-right .fav-button.remove-fav:hover span {
  background: #e1272f;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid 1px #e1272f;
}
.is_single.profile-main-right .fav-button.remove-fav:hover span:before {
  background: #fff;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.is_single.profile-main-right .fav-button.remove-fav:hover span:after {
  background: #fff;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.note-item {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  border-bottom: solid 1px #e0e0e0;
  padding: 10px 5px 5px 5px;
  color: inherit !important;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transform: translateY(0px) translateX(0);
  -moz-transform: translateY(0px) translateX(0);
  -o-transform: translateY(0px) translateX(0);
  -ms-transform: translateY(0px) translateX(0);
  transform: translateY(0px) translateX(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.not-mobile .note-item:hover {
  border-left-width: 10px;
  background: #fafeff;
  box-shadow: -2px 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-6px) translateX(5px);
  -moz-transform: translateY(-6px) translateX(5px);
  -o-transform: translateY(-6px) translateX(5px);
  -ms-transform: translateY(-6px) translateX(5px);
  transform: translateY(-6px) translateX(5px);
}
.note-item-contents {
  padding: 0 15px;
  font-size: 16px;
  color: #333;
}
.note-item-contents h2 {
  margin: 0;
  padding: 5px 0 2px 0;
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.note-item-contents h2 span {
  text-transform: uppercase;
  width: 100%;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
.note-item-contents h2 span.note-name {
  text-transform: none;
  font-family: 'graphikbold', 'Roboto', sans-serif;
  color: #2b1c6c;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}
.note-item-contents textarea {
  width: 100%;
  float: left;
  text-align: left;
  background: white;
  color: #333;
  padding: 15px;
  margin: 15px 0;
  max-height: 100px;
  overflow: auto;
  resize: none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  border: solid 1px #eee;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  display: none;
}
.note-item.editing {
  border-left-width: 10px;
  background: #fafeff;
  box-shadow: -2px 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-6px) translateX(5px);
  -moz-transform: translateY(-6px) translateX(5px);
  -o-transform: translateY(-6px) translateX(5px);
  -ms-transform: translateY(-6px) translateX(5px);
  transform: translateY(-6px) translateX(5px);
}
.note-item.editing textarea {
  display: block;
}
.note-item.editing .note-body {
  display: none;
}
.note-item .save-button,
.note-item .cancel-button {
  display: none;
}
.note-item.editing .save-button,
.note-item.editing .cancel-button {
  display: inline;
}
.note-item.editing .edit-button,
.note-item.editing .delete-button {
  display: none;
}
.note-item .is_single {
  float: left;
}
.fade-out {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.mask.in-face {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.add-new-box {
  color: white;
  background: url(../images/mymwc-menu-pat.png) repeat #1a5c7a;
  background-size: 320px;
  position: absolute;
  width: 95%;
  height: 75%;
  max-width: 480px;
  max-height: 380px;
  margin: auto;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: -webkit-transform 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s;
  -o-transition: -o-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s,-moz-transform 0.3s 0s,-o-transform 0.3s 0s,transform 0.3s 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 80px;
  bottom: 80px;
  left: 0;
  right: 0;
}
.in-face .add-new-box {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.add-new-box .close-box {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background: 0 none;
  color: white;
  cursor: pointer;
  z-index: 1;
}
.add-new-box .close-box:hover {
  color: #e1272f;
}
.add-new-box .box-save {
  display: inline-block;
  border: solid 1px #fff;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #1c6282;
  height: 44px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease-in-out 0s;
  -moz-transition: background-color 0.25s ease-in-out 0s;
  -o-transition: background-color 0.25s ease-in-out 0s;
  transition: background-color 0.25s ease-in-out 0s;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 15px;
  margin: 10px 0;
  float: right;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.add-new-box .box-save:hover {
  background-color: #2b7799;
}
.add-new-box .message p {
  margin: 0;
}
.add-new-box .spinner {
  background-color: #fff;
  height: 40px;
  width: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
  display: none;
  position: absolute;
}
.working .box-save {
  padding: 0 50px 0 15px;
}
.normal-box {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding: 25px;
  overflow-y: auto;
}
.normal-box .add-title {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
  color: white;
  margin-bottom: 25px;
  padding-right: 30px;
}
.normal-box .add-content {
  width: 100%;
  float: left;
  text-align: left;
  background: white;
  color: #333;
  padding: 15px;
  min-height: 65%;
  overflow: auto;
  resize: none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.add-new-box[data-add=meeting] {
  max-width: 480px;
  max-height: 520px;
}
.normal-box label {
  width: 50%;
  height: 0;
  float: left;
  color: #fff;
  line-height: 15px;
  font-size: 13px;
  margin: -5px 0 0 0;
  padding: 0;
  text-transform: uppercase;
  text-align: left;
}
.normal-box .add-date + label,
.normal-box .add-start-time + label {
  padding-left: 5px;
}
.normal-box .add-subject {
  width: 100%;
  float: left;
  text-align: left;
  background: white;
  color: dark-grey;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  margin: 15px 0 15px 0;
  appearance: none;
}
.normal-box .add-date {
  width: 50%;
  float: left;
  text-align: left;
  background: white;
  color: dark-grey;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  margin: 15px 0 15px 0;
  border-right: 5px solid #1a5c7a;
}
.normal-box .flatpickr-input {
  width: 50%;
  float: left;
  text-align: left;
  background: white;
  color: dark-grey;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  margin: 15px 0 15px 0;
  border-right: 5px solid #1a5c7a;
}
.flatpickr-calendar {
  border-right: 5px solid #1a5c7a;
}
.flatpickr-calendar.hasTime {
  background: white;
  color: dark-grey;
  padding: 0;
  line-height: 40px;
  height: 40px;
  margin: 0;
}
.normal-box .add-location {
  width: 50%;
  float: left;
  text-align: left;
  background: white;
  color: dark-grey;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  margin: 15px 0 15px 0;
  border-left: 5px solid #1a5c7a;
}
.normal-box .add-start-time {
  width: 50%;
  float: left;
  text-align: left;
  background: white;
  color: dark-grey;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  margin: 15px 0 15px 0;
  border-right: 5px solid #1a5c7a;
}
.normal-box .add-end-time {
  width: 50%;
  float: left;
  text-align: left;
  background: white;
  color: dark-grey;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  margin: 15px 0 15px 0;
  border-left: 5px solid #1a5c7a;
}
.normal-box .add-end-time + input {
  border-left: 5px solid #1a5c7a;
}
.normal-box .add-content.add-meeting-content {
  min-height: 0;
  margin: 15px 0 15px 0;
  overflow: visible;
}
[class*="-is-mymwc"] .inside h1,
[class*="-is-mymwc"] .inside h2 {
  color: #000;
}
.mymwc-holder {
  width: 100%;
  position: relative;
  float: left;
  padding: 30px 0 0 0;
}
.mymwc-holder .mymwc-menu {
  max-width: 100%;
  padding: 0;
}
.mymwc-holder .mymwc-menu-left {
  width: 30%;
}
.mymwc-holder .mymwc-menu-right {
  width: 70%;
}
.mymwc-holder .mymwc-menu-right:after {
  background: #000;
}
.mymwc-holder .mymwc-menu h1 {
  font-family: 'graphikbold', 'Roboto', sans-serif;
  font-size: 42px;
  line-height: 42px;
  color: #000;
  text-align: left;
  margin: 0 0 20px 0;
}
.mymwc-holder .mymwc-nav {
  width: 40%;
  float: left;
}
.mymwc-holder .mymwc-nav li a {
  color: #000;
}
.mymwc-nav [class*="count-"] span {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  right: -24px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.mymwc-holder .mymwc-nav .checkbox-toggle label:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}
.mymwc-holder .mymwc-menu p {
  color: #333;
}
.mymwc-holder .mymwc-menu-right img {
  width: 60%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
/*profile*/
.profile-holder .main-sections {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-bottom: 25px;
}
.profile-holder .main-sections .section {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
  position: relative;
}
.profile-holder .main-sections .section.wide-section {
  width: 100%;
  padding-right: 0;
}
.profile-holder .main-sections .section:nth-of-type(even) {
  padding-right: 0;
  padding-left: 10px;
}
.profile-holder .main-sections .section:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 10px;
  background: #F5F8FA;
  -webkit-border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
  content: '';
  z-index: 0;
}
.profile-holder .main-sections .section:nth-of-type(even):after {
  left: 10px;
  top: 0;
  bottom: 0;
  right: 0;
}
.profile-holder .main-sections .section.wide-section:after {
  right: 0;
  left: 0;
}
.section-name {
  width: 100%;
  float: left;
  padding: 0 30px;
  background: #C1C1C1;
  color: #fff;
  font-size: 20px;
  line-height: 52px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  -webkit-border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
  position: relative;
  z-index: 1;
}
.profile-holder .section .section-content {
  width: 100%;
  min-height: 120px;
  padding: 20px;
  float: left;
  position: relative;
  z-index: 1;
}
.profile-main {
  width: 100%;
  min-height: 180px;
  float: left;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.profile-main:before {
  position: absolute;
  left: -150px;
  top: -50px;
  right: -150px;
  bottom: 0;
  content: '';
  background: url(../images/mymwc-menu-pat.png) repeat #1a5c7a;
  background-size: 320px;
  z-index: 0;
}
.profile-image {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
}
.profile-image img {
  max-width: 100%;
  min-width: 150px;
  float: left;
}
.profile-image .upload_button {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  display: none;
}
.profile-image .avatar-input {
  display: none;
}
.profile-image .upload_button span {
  height: 60px;
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  margin: auto;
  color: #fff;
  background: #189f9f;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.profile-image .upload_button:hover span {
  background: #3CBDBD;
}
.profile-main-left {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 180px;
  padding-right: 40px;
}
.profile-main-left:before {
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: rgba(255, 255, 255, 0.5);
}
.attending-day {
  height: 65px;
  width: 25%;
  float: left;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0 25px 0 0;
  text-align: center;
}
.attending-day:last-child {
  margin-right: 0;
}
.attending-day button {
  border: solid 2px grey;
  background: white;
  height: 100%;
  width: 100%;
  max-width: 60px;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
.attending-day button:before {
  content: '';
  position: absolute;
  left: 20%;
  top: -8px;
  width: 8px;
  height: 15px;
  background: white;
  border-color: inherit;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 12px;
  -moz-background-clip: padding;
  border-radius: 12px;
  background-clip: padding-box;
}
.attending-day button:after {
  content: '';
  position: absolute;
  right: 20%;
  top: -8px;
  width: 8px;
  height: 15px;
  background: white;
  border-color: inherit;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 12px;
  -moz-background-clip: padding;
  border-radius: 12px;
  background-clip: padding-box;
}
.attending-day-content {
  position: absolute;
  left: 5px;
  top: 10px;
  right: 5px;
  bottom: 5px;
  text-align: center;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
.attending-day-content:before {
  content: '';
  position: absolute;
  right: -5px;
  left: -5px;
  top: 0px;
  height: 2px;
  background: grey;
  -webkit-transition: background 0.25s ease-in-out 0s;
  -moz-transition: background 0.25s ease-in-out 0s;
  -o-transition: background 0.25s ease-in-out 0s;
  transition: background 0.25s ease-in-out 0s;
}
.attending-day-content:after {
  position: absolute;
  right: -25px;
  bottom: 10px;
  width: 26px;
  height: 26px;
  background: white;
  color: grey;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  content: '\E145';
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  text-align: center;
  -webkit-transition: border-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
  -moz-transition: border-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
  -o-transition: border-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
  transition: border-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
  border-color: grey;
  border-width: 2px;
  border-style: solid;
}
.attending-day-content span:first-child {
  font-weight: 300;
  font-size: 24px;
  line-height: 26px;
  width: 100%;
  float: left;
  padding-top: 7px;
  -webkit-transition: color 0.25s ease-in-out 0s;
  -moz-transition: color 0.25s ease-in-out 0s;
  -o-transition: color 0.25s ease-in-out 0s;
  transition: color 0.25s ease-in-out 0s;
  color: grey;
}
.attending-day-content span:last-child {
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
  width: 100%;
  float: left;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-in-out 0s;
  -moz-transition: color 0.25s ease-in-out 0s;
  -o-transition: color 0.25s ease-in-out 0s;
  transition: color 0.25s ease-in-out 0s;
  color: grey;
}
.checked-day.attending-day button {
  border-color: #3CBDBD;
}
.checked-day .attending-day-content:before {
  background: #3CBDBD;
}
.checked-day .attending-day-content:after {
  font-style: 3CBDBD;
  content: '\E5CA';
  font-size: 16px;
  border-color: #3CBDBD;
  color: #3CBDBD;
}
.checked-day .attending-day-content span {
  color: #3CBDBD;
}
.edit-profile .attending-day {
  cursor: pointer;
}
.edit-profile .attending-day:hover button {
  border: solid 2px #1c6282;
}
.edit-profile .attending-day:hover button .attending-day-content:before {
  background: #1c6282;
}
.edit-profile .attending-day:hover button .attending-day-content:after {
  color: #1c6282;
  border-color: #1c6282;
}
.edit-profile .attending-day:hover button .attending-day-content span {
  color: #1c6282;
}
.edit-profile .checked-day.attending-day:hover button {
  border: solid 2px #3CBDBD;
}
.edit-profile .checked-day.attending-day:hover button .attending-day-content:before {
  background: #3CBDBD;
}
.edit-profile .checked-day.attending-day:hover button .attending-day-content:after {
  color: #3CBDBD;
  border-color: #3CBDBD;
}
.edit-profile .checked-day.attending-day:hover button .attending-day-content span {
  color: #3CBDBD;
}
.profile-main .theName {
  font-family: 'graphikbold', 'Roboto', sans-serif;
  font-size: 42px;
  line-height: 42px;
  color: #fff;
  text-align: left;
  margin: 5px 0 5px 0;
  position: relative;
}
.profile-main [for="jobTitle"] {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 0;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  position: relative;
}
.profile-main label[for="companyName"] {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  padding: 5px 0 10px 0;
  font-family: 'graphikbold', 'Roboto', sans-serif;
  position: relative;
}
.profile-main input[type="text"] {
  float: left;
  line-height: 38px;
  padding: 0 15px;
  width: 100%;
  color: #08131F;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 300;
  -webkit-transition: all 250ms eas-in 0ms;
  -moz-transition: all 250ms eas-in 0ms;
  -o-transition: all 250ms eas-in 0ms;
  transition: all 250ms eas-in 0ms;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: solid 1px #D3DEE3;
}
.profile-main .edit-show {
  display: none;
}
.edit-profile .profile-image .upload_button {
  display: block;
}
.edit-profile .profile-main label {
  height: 40px;
  visibility: hidden;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 0;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  position: relative;
}
.edit-profile .profile-main .edit-show {
  display: block;
}
.edit-profile .profile-main label[for="jobTitle"]:before {
  display: block;
  content: 'Job Title';
  visibility: visible;
}
.edit-profile .profile-main label[for="companyName"]:before {
  display: block;
  content: 'Company Name';
  visibility: visible;
}
.section select {
  display: block;
  position: relative;
}
.section input[type="text"] {
  font-family: 'Roboto', sans-serif;
  float: left;
  line-height: 38px;
  padding: 0 15px;
  width: 100%;
  color: #08131F;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 300;
  -webkit-transition: all 250ms eas-in 0ms;
  -moz-transition: all 250ms eas-in 0ms;
  -o-transition: all 250ms eas-in 0ms;
  transition: all 250ms eas-in 0ms;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: solid 1px #D3DEE3;
}
.section select {
  font-family: 'Roboto', sans-serif;
  float: left;
  line-height: 38px;
  padding: 4px 15px;
  width: 100%;
  color: #08131F;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 300;
  -webkit-transition: all 250ms eas-in 0ms;
  -moz-transition: all 250ms eas-in 0ms;
  -o-transition: all 250ms eas-in 0ms;
  transition: all 250ms eas-in 0ms;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: solid 1px #D3DEE3;
}
.section textarea {
  font-family: 'Roboto', sans-serif;
  min-height: 160px;
  float: left;
  line-height: 28px;
  padding: 15px;
  width: 100%;
  color: #08131F;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 300;
  -webkit-transition: all 250ms eas-in 0ms;
  -moz-transition: all 250ms eas-in 0ms;
  -o-transition: all 250ms eas-in 0ms;
  transition: all 250ms eas-in 0ms;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: solid 1px #D3DEE3;
}
.section .edit-show {
  display: none;
}
.section label {
  float: left;
  width: 100%;
  position: relative;
  color: #333;
  font-size: 18px;
  line-height: 28px;
}
.section label:empty {
  display: none;
}
.section label:before {
  float: left;
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: -10px;
}
.section label:empty:before {
  display: none;
}
.section label[for="jobfunction"]:before {
  content: 'Job Function';
}
.section label[for="responsibility"]:before {
  content: 'Area of Responsibility';
}
.section label[for="companyactivity"]:before {
  content: 'Company\'s main activity';
}
.section label[for="country"]:before {
  content: 'Country/Region';
}
.section label[for="town"]:before {
  content: 'Town';
}
.section label[for="twitter"]:before {
  content: 'Twitter';
}
.section label[for="companyWebsite"]:before {
  content: 'Company Website';
}
.edit-profile .section .edit-show {
  display: block;
}
.edit-profile .section label {
  display: block;
  height: 45px;
  visibility: hidden;
}
.edit-profile .section label[for="biography"] {
  height: 0;
}
.edit-profile .section label:empty {
  display: block;
}
.edit-profile .section label:before,
.edit-profile .section label:empty:before {
  display: block;
  visibility: visible;
  line-height: 55px;
}
.profile-holder [type="radio"] {
  display: none;
}
.profile-holder input[type="radio"] + label {
  float: left;
  width: 100%;
  line-height: 28px;
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 16px;
}
.profile-holder input[type="radio"] + label:before {
  width: 24px;
  height: 24px;
  background: white;
  border: solid 1px dark-grey;
  float: left;
  content: '';
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.profile-holder input[type="radio"] + label:hover:before {
  border: solid 1px blue;
  content: '';
}
.profile-holder input[type="radio"]:checked + label:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  border: solid 1px blue;
  content: '\E3FA';
  color: blue;
  font-size: 20px;
  line-height: 22px;
  padding: 0 0 0 1px;
  text-align: center;
}
.profile-holder .interests [type="checkbox"] {
  display: none;
}
.profile-holder .interests input[type="checkbox"][disabled="disabled"] + label {
  display: none;
}
.profile-holder .interests input[type="checkbox"] + label {
  float: left;
  width: auto;
  position: relative;
  margin: 0 15px 15px 0;
  z-index: 2;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  padding: 5px 25px;
  display: block;
  visibility: visible;
  color: #19105F;
}
.profile-holder .interests input[type="checkbox"] + label:before {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  border: 1px solid #19105F;
  content: '';
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  display: block;
  -webkit-transition: background 0.25s ease-in-out 0s;
  -moz-transition: background 0.25s ease-in-out 0s;
  -o-transition: background 0.25s ease-in-out 0s;
  transition: background 0.25s ease-in-out 0s;
}
.profile-holder.interests input[type="checkbox"][disabled="disabled"] + label:hover {
  color: #19105F;
}
.profile-holder .interests input[type="checkbox"] + label:hover:before {
  background: #1c6282;
  border: 1px solid #1c6282;
}
.profile-holder .interests input[type="checkbox"][disabled="disabled"] + label:hover:before {
  border: 1px solid #19105F;
  background: 0 none;
}
.profile-holder .interests input[type="checkbox"]:checked + label {
  display: block;
}
.profile-holder .interests input[type="checkbox"]:checked + label:before {
  display: block;
}
.edit-profile.profile-holder .interests input[type="checkbox"] + label {
  cursor: pointer;
  padding-left: 55px;
}
.edit-profile.profile-holder .interests input[type="checkbox"] + label:after {
  position: absolute;
  cursor: pointer;
  width: 34px;
  height: 34px;
  left: 8px;
  top: 7px;
  content: '\0053';
  font-family: 'mwc-icon';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
}
.edit-profile.profile-holder .interests input[type="checkbox"]:checked + label:after {
  position: absolute;
  cursor: pointer;
  width: 34px;
  height: 34px;
  left: 8px;
  top: 7px;
  content: '\004d';
  font-family: 'mwc-icon';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
}
.edit-profile.profile-holder .interests input[type="checkbox"]:checked + label {
  color: #fff;
}
.edit-profile.profile-holder .interests input[type="checkbox"] + label:hover {
  color: #fff;
}
.edit-profile.profile-holder .interests input[type="checkbox"]:checked + label:before {
  background: #1c6282;
  border: 1px solid #1c6282;
}
.edit-profile.profile-holder .interests input[type="checkbox"]:checked + label:hover:before {
  background: #3CBDBD;
  border: 1px solid #3CBDBD;
}
.profile-holder .save-button,
.profile-holder .cancel-button {
  display: none;
}
.profile-holder.edit-profile .save-button,
.profile-holder.edit-profile .cancel-button {
  display: inline;
}
.profile-holder.edit-profile .edit-button {
  display: none;
}
.networking-top {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.networking-top .inside h1 {
  margin: 10px 0 25px 0;
}
.inactive-profile .profile-main {
  margin-bottom: 0;
}
.inactive-profile .profile-main-left {
  width: 100%;
}
.inactive-profile .profile-main-left:before {
  display: none;
}
.inactive-profile .theName {
  margin-top: 50px;
}
.inactive-profile p {
  float: left;
}
.profile-main-right {
  width: 50%;
  position: absolute;
  right: 0;
  height: 100px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.profile-main-right .mymwc-action-button {
  background: #fff;
}
.profile-main-right .mymwc-action-button font {
  color: #1c6282;
}
.filters-mymwc-holder {
  width: 100%;
  position: relative;
  float: left;
  margin-top: -30px;
}
.filters-mymwc-top-holder {
  width: 100%;
  position: relative;
  float: left;
}
.filters-mymwc-top {
  width: 100%;
  position: relative;
  float: left;
  padding: 25px 246px 25px 100px;
}
.filters-mymwc-top-holder label {
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  color: #08131F;
  font-size: 20px;
  line-height: 36px;
}
.filters-mymwc-top-holder input[type="text"] {
  float: left;
  line-height: 44px;
  padding: 0 15px;
  width: 100%;
  color: #08131F;
  background-color: #fff;
  font-size: 20px;
  font-weight: 300;
  -webkit-transition: border 250ms eas-in 0ms;
  -moz-transition: border 250ms eas-in 0ms;
  -o-transition: border 250ms eas-in 0ms;
  transition: border 250ms eas-in 0ms;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: solid 1px #D3DEE3;
}
.filters-mymwc-top-holder input[type="text"]:focus {
  border: solid 1px #11A0DB;
}
.filters-mymwc-top-holder .submit-filters-mymwc {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto auto auto 20px;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  background: #1c6282;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}
.filters-mymwc-top-holder .submit-filters-mymwc:hover {
  background: #189f9f;
}
.filters-mymwc-top-holder .trigger-mymwc-filters {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding-right: 65px;
  height: 46px;
  font-size: 20px;
  line-height: 42px;
  color: #08131F;
  cursor: pointer;
}
.filters-mymwc-top-holder .trigger-mymwc-filters .submit-filters-mymwc {
  right: 0;
}
.filters-mymwc-top-holder .trigger-mymwc-filters .submit-filters-mymwc span {
  font-size: 24px;
}
.active-filters .filters-mymwc-top-holder .trigger-mymwc-filters .submit-filters-mymwc span:before {
  content: '×' !important;
  font-size: 36px;
  line-height: 42px;
}
.filters-mymwc-top-holder .trigger-mymwc-filters .submit-filters-mymwc:after {
  content: '';
  position: absolute;
  right: 15px;
  bottom: -25px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #1a5c7a;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -moz-transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.active-filters .filters-mymwc-top-holder .trigger-mymwc-filters.active-trigger .submit-filters-mymwc:after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.filters-mymwc-bottom-holder {
  width: 100%;
  float: left;
  position: relative;
  height: 0;
  -webkit-transition: height 150ms ease-in-out;
  -moz-transition: height 150ms ease-in-out;
  -o-transition: height 150ms ease-in-out;
  transition: height 150ms ease-in-out;
}
.filters-mymwc-bottom-holder:before {
  position: absolute;
  left: -150px;
  top: 0px;
  right: -150px;
  bottom: 0;
  content: '';
  background: url(../images/mymwc-menu-pat.png) repeat #1a5c7a;
  background-size: 320px;
  z-index: 0;
}
.filters-mymwc-bottom-holder .filters {
  min-height: 100%;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: visibility 150ms ease-in-out 150ms;
  -moz-transition: visibility 150ms ease-in-out 150ms;
  -o-transition: visibility 150ms ease-in-out 150ms;
  transition: visibility 150ms ease-in-out 150ms;
}
.active-filters .filters-mymwc-bottom-holder {
  height: 140px;
}
.active-filters .filters-mymwc-bottom-holder .filters {
  visibility: visible;
  overflow: visible;
}
.filters-mymwc-holder .filtered {
  padding-top: 0;
  -webkit-transition: padding-top 150ms ease-in-out;
  -moz-transition: padding-top 150ms ease-in-out;
  -o-transition: padding-top 150ms ease-in-out;
  transition: padding-top 150ms ease-in-out;
}
.filters-mymwc-holder .active-filters .filtered {
  padding-top: 20px;
}
.filters-mymwc-holder .filtered button {
  background: #1a5c7a;
}
.filters-mymwc-holder .filtered button:hover span {
  color: #428593;
}
.filters-mymwc-holder .filtered button:hover span:after {
  color: #e1272f;
}
.filters-mymwc-bottom-holder .filter label {
  position: relative;
  float: left;
  width: 100%;
}
.filters-mymwc-bottom-holder .filter:nth-of-type(2n) label {
  left: 0;
}
.filters-mymwc-bottom-holder .filter .predictable {
  padding-left: 0;
}
.aor .cs-placeholder:before {
  content: '\f022';
  font-family: 'FontAwesome';
  line-height: 1;
  width: 20px;
  display: inline-block;
  font-size: 20px;
  margin-right: 12px;
}
.cma .cs-placeholder:before {
  content: '\f0b1';
  font-family: 'FontAwesome';
  line-height: 1;
  width: 20px;
  display: inline-block;
  font-size: 20px;
  margin-right: 12px;
}
.filters-mymwc-bottom-holder .filter div.cs-select {
  background: #1a5c7a;
  border: solid 1px #88abbb;
}
.filters-mymwc-bottom-holder .filter .cs-select .cs-options {
  background: #1a5c7a;
  border-color: #88abbb;
}
.filters-mymwc-bottom-holder .predictable-holder {
  background: #1a5c7a;
}
.meeting {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 15px 20px 15px;
  color: dark-grey;
}
.meeting h2 {
  color: midle-dark-blue;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  margin: 0;
  padding: 5px 0 0 0;
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.meeting .meeting-contents {
  padding: 20px 0 0 0;
  float: left;
  width: 100%;
}
.meeting-thumbs {
  position: relative;
  float: left;
  width: 50%;
  padding-top: 100px;
}
.meeting-thumb-holder {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 100px;
}
.meeting-thumb-holder a {
  width: 100px;
  height: 100px;
  position: absolute;
  left: -50px;
}
.meeting-thumb-holder:nth-child(2) a {
  left: auto;
  right: -50px;
}
.meeting-thumb-holder img {
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  min-height: 100px;
  min-width: 100px;
}
.meeting-thumbs h3 {
  position: relative;
  float: left;
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  color: dark-grey;
  font-weight: 400;
}
.meeting-thumbs span {
  width: 100%;
  float: left;
  color: dark-grey;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 5px 0 0 0;
}
.meeting-thumbs span i {
  padding-right: 5px;
  vertical-align: middle;
}
.meeting-content-holder {
  position: relative;
  float: left;
  width: 50%;
}
.meeting-content {
  font-family: 'Roboto', sans-serif;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  white-space: normal;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.meeting-status {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  float: left;
  text-transform: uppercase;
}
[data-status="0"]:after {
  content: 'pending';
  color: gold;
}
[data-status="1"]:after {
  content: 'declined';
  color: #e1272f;
}
[data-status="2"]:after {
  content: 'confirmed';
  color: #189f9f;
}
.my-schedule .filters .filter {
  margin-bottom: 20px;
}
.my-schedule .filter.wide {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin: 10px 0 20px 0;
}
.my-schedule .filter.wide label {
  left: 0;
}
.my-schedule .themes .cs-placeholder:before {
  content: '\f2ce';
  font-family: 'FontAwesome';
  line-height: 1;
  width: 20px;
  display: inline-block;
  font-size: 22px;
  margin-right: 12px;
}
.my-schedule .tracks .cs-placeholder:before {
  content: '\f02c';
  font-family: 'FontAwesome';
  line-height: 1;
  width: 20px;
  display: inline-block;
  font-size: 22px;
  margin-right: 12px;
}
.my-schedule > h2 {
  width: 100%;
  float: left;
  font-size: 30px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: #1E5F8F;
}
.my-schedule .schedule-hour-wrap {
  width: 100%;
  position: relative;
  float: left;
}
.my-schedule .schedule-hour {
  width: 120px;
  position: sticky;
  position: absolute;
  height: 100%;
  border-bottom: solid 1px #e0e0e0;
}
.my-schedule .schedule-hour span {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50px;
  text-align: center;
  color: #2b1c6c;
  font-weight: 300;
  font-size: 23px;
  line-height: 30px;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.my-schedule .schedule-hour-wrap small {
  padding: 0;
  margin: 0;
  line-height: 2px;
  font-size: 15px;
}
.my-schedule .schedule-hour span.fixed-hour {
  position: fixed;
  left: auto;
  right: auto;
  width: 120px;
  top: 154px;
  display: none;
}
.my-schedule .schedule-hour span.stick-bottom {
  top: auto;
  bottom: 82px;
}
.my-schedule .schedule-items {
  width: 100%;
  float: left;
  margin: 0;
  padding-left: 120px;
}
.my-schedule .schedule-item {
  width: 100%;
  float: left;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.my-schedule .schedule-item .session-item {
  width: 100%;
  float: left;
  position: relative;
  min-height: 100px;
  background: #fff;
  border-bottom: solid 1px #e0e0e0;
  padding: 10px 5px 5px 5px;
  color: inherit !important;
  border-left: solid 5px #2b1c6c;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transform: translateY(0px) translateX(0);
  -moz-transform: translateY(0px) translateX(0);
  -o-transform: translateY(0px) translateX(0);
  -ms-transform: translateY(0px) translateX(0);
  transform: translateY(0px) translateX(0);
}
.my-schedule .subsessions .schedule-item .session-item {
  display: block;
}
.not-mobile .my-schedule .schedule-item .session-item:hover {
  border-left-width: 10px;
  background: #fafeff;
  box-shadow: -2px 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-6px) translateX(5px);
  -moz-transform: translateY(-6px) translateX(5px);
  -o-transform: translateY(-6px) translateX(5px);
  -ms-transform: translateY(-6px) translateX(5px);
  transform: translateY(-6px) translateX(5px);
}
.my-schedule .schedule-item-contents {
  padding: 0 75px 0 15px;
}
.marked .agenda-item-contents {
  padding: 0 75px 0 15px;
}
.my-schedule .schedule-item-contents h2 {
  font-family: 'graphikbold', 'Roboto', sans-serif !important;
  color: #2b1c6c !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  margin: 0 !important;
  padding: 5px 0 2px 0 !important;
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my-schedule .schedule-item-contents .presented {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: -4px 0 3px 0;
  color: #2b1c6c;
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my-schedule .schedule-item-contents .presented:before {
  content: 'Presented by: ';
}
.my-schedule .schedule-item-contents .presented:empty {
  display: none;
}
.my-schedule .schedule-item-contents span {
  font-family: 'Roboto', sans-serif;
  float: left;
  width: 100%;
  margin: 0 0 2px 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 18px;
  white-space: normal;
  color: #333;
}
.my-schedule .schedule-item-contents span:empty {
  display: none;
}
.my-schedule .schedule-item-contents span.list-category {
  font-weight: 600;
}
.my-schedule .schedule-item-contents span.list-time:before {
  content: '\f017';
  font-family: 'FontAwesome';
  line-height: 1 !important;
  display: inline-block;
  font-size: 14px !important;
  margin: 0 6px 0 2px !important;
  float: none !important;
}
.my-schedule .schedule-item-contents span.list-theme img {
  height: auto;
  max-width: 15px;
  margin: 0 7px 0 0;
  vertical-align: middle;
}
[class*="-is-mymwc"] .listing-holder {
  width: 100%;
  float: left;
}
[class*="-is-mymwc"] .listing-holder .main-active {
  padding: 30px 0 20px 0;
}
[class*="-is-mymwc"] .listing-holder .listing {
  width: 50%;
  float: left;
  padding-right: 10px;
  margin-bottom: 20px;
  -webkit-transition: -webkit-transform 200ms ease-in 0ms, opacity 150ms ease-in;
  -moz-transition: -moz-transform 200ms ease-in 0ms, opacity 150ms ease-in;
  -o-transition: -o-transform 200ms ease-in 0ms, opacity 150ms ease-in;
  transition: -webkit-transform 200ms ease-in 0ms,-moz-transform 200ms ease-in 0ms,-o-transform 200ms ease-in 0ms,transform 200ms ease-in 0ms, opacity 150ms ease-in;
}
[class*="-is-mymwc"] .listing-holder .listing:nth-of-type(even) {
  padding-right: 0;
  padding-left: 10px;
}
[class*="-is-mymwc"] .listing-holder .listing .listing-item {
  width: 100%;
  float: left;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  border: 1px solid #D3DEE3;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
[class*="-is-mymwc"] .listing-holder .listing:hover .listing-item {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.listing .box-left {
  float: left;
  width: 100%;
  padding: 10px 45px 10px 15px;
  position: relative;
}
.listing .thumb-holder + .box-left {
  padding: 10px 45px 10px 130px;
}
.listing .thumb-holder {
  position: absolute;
  width: 100px;
  height: auto;
  left: 15px;
  right: auto;
  top: 10px;
  bottom: 10px;
  margin: auto;
  overflow: hidden;
}
.listing .thumb-holder img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.listing .box-right {
  position: absolute;
  width: 40px;
  right: 0;
  top: 10px;
  bottom: 10px;
  border-left: 1px solid #D3DEE3;
  text-align: center;
}
.listing .box-right[data-visible=""] {
  display: none;
}
.listing .box-right img {
  max-width: 20px;
  margin: 0 9px 15px;
}
.listing .box-right img[data-label=""] {
  display: none;
}
.listing .box-left .box-title {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  text-transform: capitalize;
  color: #19105F;
  font-family: 'graphikbold', 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 22px;
  padding: 4px 0;
}
.listing .box-left .list-country,
.listing .box-left .list-location,
.listing .box-left .list-products {
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #231F20;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
}
.listing .box-left .list-country i,
.listing .box-left .list-location i,
.listing .box-left .list-products i {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.listing .box-left i.fa {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #231F20;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-style: normal;
  font-weight: 400;
}
.listing .box-left i.fa:before {
  font-family: 'FontAwesome' !important;
  color: #979797;
  width: 20px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
}
.listing .box-left i.fa-globe:before {
  font-size: 18px;
}
.listing .box-left i.fa-map-marker:before {
  font-size: 22px;
  bottom: -2px;
  position: relative;
}
.listing .box-left i.fa-shopping-bag:before {
  font-size: 16px;
}
.listing .box-left i:empty {
  visibility: hidden;
}
/*notices*/
.notices {
  position: fixed;
  z-index: 1001;
  left: 0;
  width: 420px;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.notices:empty {
  display: none;
}
.notices .notice {
  position: relative;
  width: 100%;
  min-height: 60px;
  margin-bottom: 1px;
  float: left;
  background: #fff;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.notices .notice.visible {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.notice-type {
  width: 60px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
.notice-type .error {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #e1272f;
}
.notice-type .error i {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 38px;
  text-align: center;
  line-height: 68px;
}
.notice-type .succ {
  width: 80%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
}
.notice-message {
  width: 100%;
  color: #999;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  padding: 9px 30px 0 75px;
}
.notice-message span {
  text-transform: capitalize;
}
.notice-message .notice-title {
  width: 100%;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.notice button {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.notice button span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #bbb;
}
.notice button:hover span {
  color: #e1272f;
}
.notice button span:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '×';
  margin: auto;
  font-size: 18px;
  line-height: 20px;
}
.checkbox-toggle {
  float: left;
  margin: 20px 0 0 20px;
  position: relative;
}
.checkbox-toggle input {
  display: none;
}
.checkbox-toggle label {
  width: 33.33333%;
  float: left;
  position: relative;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  font-weight: 300;
  padding-left: 65px;
  padding-right: 10px;
  cursor: pointer;
}
.checkbox-toggle label:before {
  width: 50px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  -webkit-border-radius: 13px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 13px;
  -moz-background-clip: padding;
  border-radius: 13px;
  background-clip: padding-box;
  content: '';
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.checkbox-toggle label:after {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #a5a5a5;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  content: '';
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.checkbox-toggle input[type="checkbox"]:checked + label:before {
  width: 50px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  -webkit-border-radius: 13px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 13px;
  -moz-background-clip: padding;
  border-radius: 13px;
  background-clip: padding-box;
  content: '';
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.checkbox-toggle input[type="checkbox"]:checked + label:after {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #14a1db;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  content: '';
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(23px);
  -moz-transform: translateX(23px);
  -o-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}
/*round item*/
.round-item {
  position: relative;
  width: 20%;
  float: left;
  margin-bottom: 40px;
  padding: 0 15px;
  -webkit-transition: -webkit-transform 200ms ease-in 0ms, opacity 150ms ease-in;
  -moz-transition: -moz-transform 200ms ease-in 0ms, opacity 150ms ease-in;
  -o-transition: -o-transform 200ms ease-in 0ms, opacity 150ms ease-in;
  transition: -webkit-transform 200ms ease-in 0ms,-moz-transform 200ms ease-in 0ms,-o-transform 200ms ease-in 0ms,transform 200ms ease-in 0ms, opacity 150ms ease-in;
}
.round-item:nth-of-type(5n+6) {
  clear: left;
}
.round-item h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 15px 0 3px 0;
  color: #333;
  text-align: center;
  font-weight: 700;
}
.round-item p {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #08131F;
}
.round-item p strong {
  color: #25a0d6;
}
.round-item .mod-image {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.round-item .mod-image img {
  max-width: 200%;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.attendies-holder {
  width: 100%;
  float: left;
}
h3.empty-message {
  width: 100%;
  margin: 0;
  float: left;
  font-size: 30px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: #1E5F8F;
}
h3.empty-message span {
  text-transform: capitalize;
}
h3.empty-message a {
  text-decoration: underline;
  color: #e1272f;
}
.more-holder {
  margin: 30px 0;
  float: left;
  width: 100%;
  text-align: center;
}
.more-holder .default-loader-wrapper {
  display: none;
  padding-top: 5%;
}
button.mymwc-load-more {
  margin: 0;
  padding: 0 25px;
  background: #2b677a;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: none;
}
button.mymwc-load-more.off {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
button.mymwc-load-more:hover {
  background: #327889;
}
.mymwc-load-more span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 44px;
  color: #fff;
}
.is-recommended {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0px;
  right: 0px;
  z-index: 2;
}
.is-recommended:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 30px solid #e1272f;
  border-left: 30px solid transparent;
}
.is-recommended:after {
  content: '\f005';
  font-family: 'FontAwesome';
  position: relative;
  color: #fff;
  font-size: 13px;
  float: right;
  line-height: 0;
  margin: 9px 3px 0 0;
}
[data-type="profile"] .is-recommended {
  top: 0;
  right: 45px;
}
[data-type="speaker"] .is-recommended {
  top: 0;
  right: 35px;
}
[data-type="exhibitor"] .is-recommended {
  right: 39px;
}
[data-visible] + .is-recommended {
  top: -1px;
}
[data-visible=""] + .is-recommended {
  right: -1px;
}
.type-exhibitor .is-recommended,
.type-session .is-recommended,
.type-speaker .is-recommended {
  top: 48px;
}
.post-profile-is-mymwc .is-recommended {
  top: 4px;
}
/*sdgs*/
.theSdgs {
  width: 100%;
  float: left;
  margin: 10px 0 25px 0;
}
.theSdgs h2 {
  width: 100%;
  float: left;
  padding: 12px 30px;
  margin: -15px 0 50px 0;
  background: #C1C1C1;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  -webkit-border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
  display: none;
}
.theSdgs a {
  width: 100%;
  line-height: 24px;
  margin: 0;
  padding: 0;
  float: left;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: none;
  cursor: default;
}
.theSdgs a:before {
  width: 52px;
  height: 52px;
  position: relative;
  float: left;
  margin: -25px 10px 0 0;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  content: '';
  background-size: 32px !important;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.theSdgs a:after {
  position: absolute;
  top: -22px;
  left: 60px;
  content: 'SDG Supporter';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  color: #666;
}
.theSdgs a[checked="checked"] {
  display: block;
}
.edit-profile .theSdgs a {
  display: block;
  width: 50%;
  padding-top: 20px;
}
.edit-profile .theSdgs a:before {
  margin-top: -10px;
}
.edit-profile .theSdgs a:after {
  display: none;
}
.edit-profile .theSdgs h2 {
  display: block;
  margin-bottom: 10px;
}
.edit-profile .theSdgs a:hover {
  color: #e1272f;
  cursor: pointer;
}
.edit-profile .theSdgs a:hover:before {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-box-shadow: -3px 3px 3px 1px rgba(40, 124, 60, 0.1);
  -moz-box-shadow: -3px 3px 3px 1px rgba(40, 124, 60, 0.1);
  box-shadow: -3px 3px 3px 1px rgba(40, 124, 60, 0.1);
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.edit-profile .theSdgs a[checked="checked"]:before {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-box-shadow: -3px 3px 3px 1px rgba(40, 124, 60, 0.1);
  -moz-box-shadow: -3px 3px 3px 1px rgba(40, 124, 60, 0.1);
  box-shadow: -3px 3px 3px 1px rgba(40, 124, 60, 0.1);
}
.theSdgs a.goal788:before {
  background: url(../images/sdgs/1.png) no-repeat center center #e5243b;
}
.theSdgs a.goal789:before {
  background: url(../images/sdgs/2.png) no-repeat center center #e5b735;
}
.theSdgs a.goal790:before {
  background: url(../images/sdgs/3.png) no-repeat center center #4c9f38;
}
.theSdgs a.goal791:before {
  background: url(../images/sdgs/4.png) no-repeat center center #c52333;
}
.theSdgs a.goal792:before {
  background: url(../images/sdgs/5.png) no-repeat center center #e5243b;
}
.theSdgs a.goal793:before {
  background: url(../images/sdgs/6.png) no-repeat center center #26bde2;
}
.theSdgs a.goal794:before {
  background: url(../images/sdgs/7.png) no-repeat center center #fcc30b;
}
.theSdgs a.goal795:before {
  background: url(../images/sdgs/8.png) no-repeat center center #a21942;
}
.theSdgs a.goal796:before {
  background: url(../images/sdgs/9.png) no-repeat center center #f06a38;
}
.theSdgs a.goal797:before {
  background: url(../images/sdgs/10.png) no-repeat center center #dd1367;
}
.theSdgs a.goal798:before {
  background: url(../images/sdgs/11.png) no-repeat center center #f69c39;
}
.theSdgs a.goal799:before {
  background: url(../images/sdgs/12.png) no-repeat center center #bf8b2e;
}
.theSdgs a.goal800:before {
  background: url(../images/sdgs/13.png) no-repeat center center #3f7e44;
}
.theSdgs a.goal801:before {
  background: url(../images/sdgs/14.png) no-repeat center center #0a97d9;
}
.theSdgs a.goal802:before {
  background: url(../images/sdgs/15.png) no-repeat center center #5cb84d;
}
.theSdgs a.goal803:before {
  background: url(../images/sdgs/16.png) no-repeat center center #00689d;
}
.theSdgs a.goal804:before {
  background: url(../images/sdgs/17.png) no-repeat center center #19486a;
}
/*publications*/
.publication {
  width: 100%;
  float: left;
  position: relative;
  border-bottom: solid 1px #e0e0e0;
  padding: 10px 0;
  min-height: 140px;
}
.publication-image {
  width: 180px;
  float: left;
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  overflow: hidden;
  text-align: center;
}
.publication-image img {
  display: inline-block;
  vertical-align: middle;
  max-width: 180px;
  height: auto;
}
.publication-content {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 210px;
  font-size: 22px;
  color: #333;
}
.publication-content h2 {
  text-transform: none;
  font-family: 'graphikbold', 'Roboto', sans-serif;
  color: #2b1c6c;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  margin: 10px 0;
}
.publication-content a {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0;
  white-space: nowrap;
  height: 28px;
  color: #e1272f;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.publication-content a:hover {
  color: #ff353e;
  text-decoration: underline;
}
.publication-content .in-content {
  margin-bottom: 5px;
  width: 100%;
}
.publication-content .in-content:empty {
  display: none;
}
/*general fixes*/
.marked + .top-area-container .top-area-thumb {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is_single:not(:empty) + .top-area-container h1 {
  margin: 0 0 0 0;
}
@media (max-width: 1180px) {
  .mymwc-header {
    right: 66px;
  }
  .mymwc-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mymwc-menu-left {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .mymwc-menu-right {
    width: 100% !important;
    float: left;
    position: relative;
    padding: 20px 0 0 0 !important;
    margin-top: 30px;
  }
  .mymwc-menu-right:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: auto;
    height: 1px;
    background: #fff;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  .mymwc-holder .mymwc-menu-right img {
    position: relative;
    margin-top: 10px;
  }
  .page-id-messages-is-mymwc .back-to-top {
    display: none !important;
  }
  .tooltip-wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 1000px) {
  .mymwc-header + .header-actions {
    right: 0;
  }
  .mymwc-loaded .mymwc-header + .header-actions {
    left: 0;
  }
  .mymwc-menu-active .mymwc-header + .header-actions {
    display: none;
  }
  .mymwc-loaded .mymwc-header + .header-actions {
    animation: none;
  }
  /*round-items*/
  .round-item {
    width: 25%;
  }
  .round-item:nth-of-type(5n+6) {
    clear: none;
  }
  .round-item:nth-of-type(4n+5) {
    clear: left;
  }
  .my-schedule .schedule-item-contents {
    padding: 0 35px 0 15px;
  }
  .my-schedule [data-type="session"] .fav-button {
    right: 0;
  }
  .marked .agenda-item-contents {
    padding: 0 35px 0 15px;
  }
  .agenda-item [data-type="session"] .fav-button {
    right: 0;
  }
  .is_single .mymwc-action-button font {
    display: none !important;
  }
  .is_single .mymwc-action-button,
  .is_single .mymwc-action-button:hover {
    background: none !important;
    margin-left: 10px;
    margin-top: 10px;
    width: 50px !important;
    transform: scale(2);
  }
  .note-item .is_single .mymwc-action-button {
    margin-top: 0 !important;
  }
  .meeting-status {
    line-height: 50px;
  }
  .profile-main {
    min-height: 130px;
    height: auto;
    margin-bottom: 20px;
  }
  .profile-image {
    width: 100px;
    height: 100px;
  }
  .profile-image img {
    min-width: 100px;
  }
  .profile-main-left {
    width: 70%;
    padding-left: 120px;
    padding-right: 0;
    padding-bottom: 0;
  }
  .profile-main .jobTitle {
    font-size: 18px;
    line-height: 28px;
  }
  .profile-main .theName {
    font-size: 28px;
    line-height: 30px;
    margin: 5px 0 5px 0;
  }
  .companyName {
    font-size: 18px;
    line-height: 22px;
  }
  .profile-main-left:before {
    display: none;
  }
  .page-id-profile-is-mymwc .back-to-top {
    display: none !important;
  }
  .active-filters .filters-mymwc-bottom-holder {
    height: 240px;
  }
}
@media (max-width: 980px) {
  .mymwc-holder .mymwc-nav {
    width: 100%;
  }
}
@media (max-width: 782px) {
  /*round-items*/
  .round-item {
    width: 33.33333%;
  }
  .round-item:nth-of-type(4n+5) {
    clear: none;
  }
  .round-item:nth-of-type(3n+4) {
    clear: left;
  }
  .header .mwc-date {
    width: 78%;
  }
  [class*="-is-mymwc"] .listing-holder .listing {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  [class*="-is-mymwc"] .listing-holder .listing:nth-of-type(even) {
    padding-left: 0;
  }
  [class*="-is-mymwc"] .listing .thumb-holder {
    width: 100px;
  }
  [class*="-is-mymwc"] .listing .thumb-holder + .box-left {
    padding: 10px 45px 10px 130px;
  }
  [class*="-is-mymwc"] .listing .box-left .box-title {
    font-size: 18px;
    line-height: 18px;
  }
  [class*="-is-mymwc"] .listing .box-left .list-country,
  .listing .box-left .list-location,
  .listing .box-left .list-products {
    font-size: 14px;
    line-height: 20px;
  }
  [class*="-is-mymwc"] .listing .box-right img {
    margin: 0 9px 10px;
  }
  .publication {
    min-height: 0;
  }
  .publication-image {
    float: left;
    position: relative;
    left: 0;
    top: 0;
    margin: 15px 0 10px 0;
  }
  .publication-content {
    padding-left: 0;
  }
  .filters-mymwc-top-holder .filters-mymwc-top {
    padding: 25px 126px 25px 0;
  }
  .filters-mymwc-top-holder label {
    position: relative;
    float: left;
  }
  .filters-mymwc-top-holder .submit-filters-mymwc {
    right: 65px;
    top: 61px;
    bottom: auto;
    margin: auto;
  }
  .filters-mymwc-top-holder .trigger-mymwc-filters .submit-filters-mymwc {
    top: 0;
  }
  .filters-mymwc-top-holder .trigger-mymwc-filters {
    top: 61px;
    bottom: auto;
  }
  .filters-mymwc-top-holder .trigger-mymwc-filters > span {
    display: none;
  }
  .filters-mymwc-bottom-holder .predictable {
    margin: 10px 0;
  }
}
@media (max-width: 650px) {
  /*round-items*/
  .round-item {
    width: 50%;
  }
  .round-item:nth-of-type(3n+4) {
    clear: none;
  }
  .round-item:nth-of-type(2n+3) {
    clear: left;
  }
  .round-item h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .round-item p {
    font-size: 14px;
    line-height: 18px;
  }
  .round-item .mod-image {
    width: 100px;
    height: 100px;
  }
  .round-item .mod-image img {
    max-width: 200%;
    margin: 0 auto;
    height: 100%;
    width: auto;
  }
  .header .mwc-date {
    display: none;
  }
  .profile-main-left {
    width: 100%;
    min-height: 100px;
  }
  .profile-main-right {
    width: 100%;
    position: relative;
    right: auto;
    height: 80px;
    top: auto;
    bottom: auto;
    margin: auto;
    float: left;
  }
  .is_single .mymwc-action-button {
    transform: scale(1.8);
    width: 40px;
  }
  .meeting-thumbs {
    width: 100%;
  }
  .meeting-content-holder {
    width: 100%;
    margin-top: 20px;
  }
  .profile-holder .main-sections {
    width: 100%;
    float: left;
  }
  .profile-holder .main-sections .section {
    width: 100%;
    padding-right: 0;
    float: left;
    margin-bottom: 20px;
  }
  .profile-holder .main-sections .section:nth-of-type(even) {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .profile-holder .main-sections .section:after,
  .profile-holder .main-sections .section:nth-of-type(even):after {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .tooltip-item {
    width: auto;
  }
}
@media (max-width: 640px) {
  .my-schedule .schedule-hour {
    width: 60px;
  }
  .my-schedule .schedule-hour span {
    font-size: 16px;
  }
  .my-schedule .schedule-hour span small {
    width: 100%;
    float: left;
  }
  .my-schedule .schedule-items {
    padding-left: 60px;
  }
}