.container {
  width: 74.2%;
}

body #main-content #column-1, body #main-content #column-3 {
  width: 65.6%;
  margin-right: 0%;
}
body.starlight #content-container {
  background: none !important;
}
body.starlight .content-container {
  background: none !important;
  padding: 20px 0 0;
}
body.starlight .icons-locale_bg {
  background: url("/static/myvmware/common/css/reskin_images/reskin_sprite.png") !important;
  background-position: -445px -290px !important;
  height: 16px;
}

h2 {
  line-height: 20px;
}

.h-icon-green {
  background-image: url("/static/myvmware/common/css/reskin_images/reskin_sprite.png") !important;
  background-position: -445px 0px !important;
}

.h-icon-blue {
  background-image: url("/static/myvmware/common/css/reskin_images/reskin_sprite.png") !important;
  background-position: 0px -1880px !important;
}

.h-icon {
  background-repeat: no-repeat;
  min-height: 22px;
  padding-left: 30px;
  margin: 0px;
}

.h-4 {
  color: #006990;
  font-size: 18px;
  font-weight: 600;
}

.hr-shadow {
  background: linear-gradient(to bottom, #c1c1c1 0%, #e6e6e6 41%) repeat scroll 0 0 transparent;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 0 10px 0 #e6e6e6 inset;
  display: block;
  height: 10px;
}
.hr-shadow hr {
  display: none;
}

.margin-top-15 {
  margin-top: 15px;
}

a.link {
  display: block;
}

.menu-link-quick {
  display: none;
}

li.locale-li.navBorderAfter {
  display: none !important;
}

.starlight.page-container .header .page-logo-my {
  background-repeat: no-repeat !important;
  height: 40px !important;
  margin: 30px 0 24px !important;
}

body.starlight.login_liferay {
  background-color: #6a6b6f;
}
body.starlight.login_liferay .loginHeader, body.starlight.login_liferay.portlet-body #content-header-container.loginHeader {
  height: 400px;
  margin-bottom: 30px !important;
  margin-left: 0px !important;
}

#column-1 {
  width: 31%;
  float: left;
}

.login_liferay .seo {
  display: none;
}

.liferay #navigation-bottom {
  margin-left: 0px;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  -moz-user-select: none;
}

#vmbar {
  float: left;
}

body.login_liferay .footerbar .portlet-content {
  background: none !important;
}

input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  height: 19px;
  margin-right: 5px;
  text-indent: 20px;
  width: 19px;
  vertical-align: text-top;
  margin-top: -1px;
  background: url("/static/myvmware/common/img/input_checks.png") no-repeat scroll -114px center transparent;
}
input[type="checkbox"]:checked + label:before {
  background: url("/static/myvmware/common/img/input_checks.png") no-repeat scroll 0 center transparent;
}
input[type="checkbox"][disabled] + label:before {
  background: url("../../images/input_checks.png") no-repeat scroll -152px center transparent;
  cursor: not-allowed;
}

#loginForm {
  padding-left: 30px;
}
#loginForm #password_error.serverError {
  margin-bottom: -22px;
  margin-top: 3px;
}
#loginForm #loginMyVmware {
  min-height: 83px;
}
#loginForm #loginMyVmware .parsley-errors-list .parsley-custom-error-message {
  margin: 1px 0px;
}
#loginForm .parsley-errors-list .parsley-custom-error-message {
  list-style: none;
  font-size: 14px;
  color: #E32828;
  background: url("/static/myvmware/common/css/reskin_images/form-error.png") 0px 3px no-repeat;
  padding-left: 18px;
  line-height: 1.4;
  margin: 3px 0 -22px 0;
}
#loginForm #username + .parsley-errors-list {
  margin: 0px;
  position: relative;
}
#loginForm #password + .parsley-errors-list {
  margin: 0px;
  position: relative;
}
#loginForm #username.parsley-error, #loginForm #password.parsley-error {
  border-color: #E00000;
}
#loginForm #username.parsley-success, #loginForm #password.parsley-success {
  border-color: #bfbfbf #dedede #dedede #bfbfbf;
}
#loginForm label.serverError {
  background: url("/static/myvmware/common/css/reskin_images/form-error.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
  color: #e32828;
  display: block;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 18px;
  font-family: proxima-nova-regular;
  font-weight: 100;
  margin: 1px 0;
}
#loginForm input[type="text"], #loginForm input[type="password"] {
  font-size: 16px;
  background: none;
}
#loginForm input[type="text"].focus, #loginForm input[type="password"].focus {
  border-color: #66afe9;
}

ul.parsley-errors-list {
  margin-bottom: 20px;
}
ul#parsley-id-multiple-rememberMe {
  display: none;
}

body.liferay.starlight.login_liferay .content-container #column-2, body.liferay.starlight.login_liferay #content-container #column-4 {
  width: 31.8%;
}

label#authError {
  position: absolute;
  width: 20%;
  top: 143px;
  text-align: center;
  font-size: 14px;
  color: #E32828;
  background: url("/static/myvmware/common/css/reskin_images/form-error.png") 0px 3px no-repeat;
  padding-left: 18px;
}

.register {
  margin-bottom: 30px;
}

.loginContainer {
  padding: 25px 30px 15px 20px;
  min-height: 328px;
}

.login {
  padding: 4px 0px 4px 5px !important;
  height: 30px;
  width: 100%;
  font-family: proxima-nova-regular !important;
}
.login.emailId {
  margin-top: 30px;
}

.forgotPassword {
  display: block;
  color: #006990;
  font-size: 14px;
  text-align: right;
  margin: 20px 0;
  max-height: 16px;
}

.loginButton {
  height: 40px;
  width: 7.2em;
  float: left;
  text-shadow: none;
}

.staySigned {
  position: relative;
  font-size: 14px;
  margin-bottom: 11px;
  font-family: proxima-nova-regular;
  font-weight: 100;
}

.registerLink {
  background-color: #e6e6e6;
  padding: 25px 0px 25px 20px;
}
.registerLink h2 {
  margin: 0;
}
.registerLink a {
  color: #006990;
}

#signedIn-checkbox {
  height: 18px;
  width: 18px;
  margin-left: 16px;
  margin-top: 30px;
}

.page-b-footer-gradient {
  bottom: 0px;
  height: 0px;
}

.page-b-footer-pattern {
  bottom: 0px;
}

.login::-webkit-input-placeholder {
  font-size: 14px;
  padding-top: 2px;
}

.login::-moz-placeholder {
  font-size: 14px;
  padding-top: 2px;
}

.login:-ms-input-placeholder {
  font-size: 14px;
  padding-top: 2px;
}

.flexslider {
  border: 0 !important;
  height: 400px;
  width: 100%;
}
.flexslider .flex-direction-nav .flex-next {
  background: url("/static/myvmware/common/css/reskin_images/carousel-arrows-white.png") rgba(0, 0, 0, 0.7) 35px 0 !important;
  text-indent: 1000px !important;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.flexslider .flex-direction-nav .flex-prev {
  left: -1px !important;
  margin-left: 0;
  background: url("/static/myvmware/common/css/reskin_images/carousel-arrows-white.png") rgba(0, 0, 0, 0.7) 0 0 !important;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.flex-control-paging {
  display: none;
}

.starlight.liferay .flex-direction-nav .flex-next :before {
  content: "" !important;
}

.flex-direction-nav .flex-next {
  right: 0 !important;
  opacity: 1 !important;
}
.flex-direction-nav .flex-prev {
  left: 0 !important;
  opacity: 1 !important;
}

.flex-control-nav {
  z-index: 2;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 15px !important;
  text-align: center;
}
.flex-control-nav li {
  height: 12px;
  width: 12px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 2px;
  cursor: pointer;
}
.flex-control-nav li.flex-active {
  background-color: #C1CD23;
}

.flexslider .flex-direction-nav a.flex-prev, .flexslider .flex-direction-nav a.flex-next {
  height: 45px;
  text-indent: -99999px;
  transition: none 0s ease 0s;
  width: 33px;
  opacity: 1 !important;
}

.flex-3 .flex-caption, .flex-2 .flex-caption {
  position: absolute;
  z-index: 1;
  color: #ffffff;
  padding: 0 32px 0 62px;
}

.flex-1 .flex-caption {
  position: absolute;
  z-index: 1;
  color: #ffffff;
  padding: 0 32px 0 62px;
}
.flex-1 h2 {
  font-family: proxima-nova-light;
  font-weight: 100;
  line-height: 37px;
  color: #ffffff;
}

.flex-3 h2, .flex-2 h2 {
  font-family: proxima-nova-light;
  font-weight: 100;
  line-height: 37px;
  color: #ffffff;
}

.flex-1 h2 {
  font-size: 38px;
  margin-top: 70px;
  margin-bottom: 20px;
  width: 56%;
}
.flex-1 a {
  color: #ffffff;
}
.flex-1 .flex-caption {
  padding-left: 61px;
}
.flex-1 .flex-caption div a.link {
  color: #c2cc22 !important;
  font-family: proxima-nova-semibold;
  display: inline-block;
}
.flex-1 .flex-caption p {
  margin-bottom: 10px;
  width: 72%;
  line-height: 21px;
}

.flex-3 h2 {
  margin-top: 55px;
  margin-bottom: 20px;
  font-size: 45px;
}
.flex-3 .flex-caption .description a.link {
  display: inline-block;
  color: #C2CD23;
}
.flex-3 .flex-caption p.description {
  margin-bottom: 25px;
  line-height: 18px;
  padding-right: 30px;
  font-size: 16px;
}
.flex-3 .flex-caption p.description br {
  display: none;
}
.flex-3 .flex-caption div.description_2 {
  line-height: 16px;
  font-size: 16px;
  padding-right: 5%;
}
.flex-3 .l-arrow-white {
  font-family: proxima-nova-bold;
  color: #ffffff;
}

.flex-2 h2 {
  margin-top: 73px;
  margin-bottom: 8px;
  font-size: 45px;
}
.flex-2 h3 {
  color: #FFFFFF;
  margin-top: 27px;
  margin-bottom: -2px;
  font-weight: 100;
  font-size: 16px;
  font-family: proxima-nova-light;
}
.flex-2 a {
  color: #ffffff;
}
.flex-2 .flex-caption div a.link {
  color: #C2CC22;
  font-family: proxima-nova-semibold;
  margin-bottom: 1px;
  font-size: 16px;
  display: table;
}

.flex-1, .flex-3, .flex-2 {
  background-size: 100% 100% !important;
  display: block;
  float: left;
  height: 100%;
  margin-right: -100%;
  opacity: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.flex-1 .description, .flex-3 .description, .flex-2 .description, .flex-3 .description_2 {
  color: #ffffff;
}

.flexContainer {
  margin-bottom: 30px;
}
.flexContainer .flexslider {
  margin: 0px;
}
.flexContainer .flexslider .slides {
  height: 100%;
}

.flexslider .slides img {
  height: 100%;
}

.flex-2 .description {
  line-height: 18px;
}

.infoFooter {
  width: 100%;
}

.left-column, .right-column {
  height: 16em;
  background-color: #ffffff;
}

.left-column {
  float: left;
  width: 100%;
  border-top: 5px solid #c1cd23;
  padding: 0px 30px 15px;
}

.footerHead {
  text-align: left;
  color: #000000;
  font-size: 22px;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-family: proxima-nova-regular;
  font-weight: 100;
}

.footerText {
  width: 27%;
  float: left;
  margin-right: 6%;
}
.footerText span {
  color: #333333;
  margin-top: 5px;
}

.left-column .footerText .textDiv {
  overflow: hidden;
  margin-top: 0px;
  padding-left: 20px;
  display: inline-block;
}
.left-column .footerText .h-icon.h-icon-blue.mr-t15.footerIcons {
  background: url("/static/myvmware/common/css/reskin_images/large-angle-icon-dark-blue.png") no-repeat 0px 0px !important;
  background-size: 11px !important;
}
.left-column .footerText .h-icon.h-icon-green.mr-t15.footerIcons {
  background: url("/static/myvmware/common/css/reskin_images/large-angle-icon-green.jpg") no-repeat 0px 0px !important;
  background-size: 11px !important;
}

.right-column {
  border-top: 5px solid #6db33f;
  padding: 15px 25px 30px 25px;
}
.right-column .right-column-links a.link {
  margin-top: 5px;
}

.footerIcons {
  display: block;
  float: left;
}

.videoLinks {
  color: #006990;
  font-size: 16px;
}

.footerbar {
  border: none;
  height: 140px;
}
.footerbar p {
  padding-top: 30px !important;
}

a.video_vmware:after {
  content: url("/static/myvmware/common/css/reskin_images/video_image.png");
  margin-left: 5px;
  margin-top: 2px;
  position: absolute;
}

.videoLinks a.link {
  display: block;
  margin-bottom: 5px;
  font-family: proxima-nova-semibold;
}

.moreLink {
  float: right;
  background: url("/static/myvmware/common/css/reskin_images/reskin_sprite.png") 0px -1573px;
  padding-left: 14px;
}

.green {
  color: #387c2c;
}

span.footerHead {
  line-height: 20px;
  margin-top: 6px;
}

.left-column .footerText .h-icon.footerIcons {
  background-size: 11px;
  padding-left: 15px;
  position: absolute;
}

@media (min-width: 1395px) and (max-width: 1437px) {
  .flex-3 h2 {
    margin-top: 45px;
  }

  .flex-1 h2 {
    width: 60%;
  }

  #loginForm input[type="text"], #loginForm input[type="password"] {
    font-size: 14px;
    line-height: 13px;
  }
}
@media (min-width: 1208px) and (max-width: 1394px) {
  .flex-1 h2 {
    margin-top: 35px;
    margin-bottom: 25px;
    width: 55%;
  }

  .flex-3 h2 {
    margin-top: 15px;
  }

  .flex-2 h2 {
    margin-top: 60px;
  }

  .left-column, .right-column {
    height: 17em;
    font-size: 14px;
  }

  .left-column .footerText {
    width: 32%;
    margin-right: 1%;
  }

  .login::-webkit-input-placeholder {
    font-size: 11.5px;
    padding-top: 4px;
  }

  .login::-moz-placeholder {
    font-size: 11.5px;
    padding-top: 4px;
  }

  .login:-ms-input-placeholder {
    font-size: 11.5px;
    padding-top: 4px;
  }

  #loginForm .parsley-errors-list .parsley-custom-error-message {
    font-size: 12px;
    padding-top: 3px;
  }
  #loginForm label.serverError {
    font-size: 12px;
    padding-top: 3px;
  }
  #loginForm .forgotPassword {
    font-size: 12px;
  }
  #loginForm .staySigned {
    font-size: 12px;
  }
  #loginForm input[type="checkbox"] + label:before {
    margin-top: -3px;
  }
  #loginForm input[type="text"], #loginForm input[type="password"] {
    font-size: 12px;
    line-height: 9px;
  }
}
@media (max-width: 1207px) {
  body.liferay.starlight.login_liferay .content-container #column-1, body.liferay.starlight.login_liferay .content-container #column-3, body.liferay.starlight.login_liferay .content-container #column-4 {
    width: 100% !important;
  }

  .left-column {
    margin-bottom: 30px;
  }

  .footerText {
    width: 100%;
    margin-bottom: 10px;
  }

  .left-column .footerText span {
    vertical-align: top;
  }

  body.liferay.starlight.login_liferay .content-container #column-2 {
    width: 71%;
    position: absolute;
  }
  body.liferay.starlight.login_liferay .content-container #column-1 {
    margin-top: 430px;
  }

  .left-column, .right-column {
    height: auto;
  }

  label#authError {
    width: auto;
    top: 20px;
  }
}
@media (max-width: 935px) {
  body.liferay.starlight.login_liferay .menu-link-quick {
    display: inline-block;
  }

  .menu-link-quick:hover {
    text-decoration: none;
  }

  .starlight-eyebrow-quick {
    display: none;
  }
  .starlight-eyebrow-quick.is-active {
    display: block;
  }

  body.starlight .starlight-eyebrow-quick ul.navBarCustom {
    float: none !important;
    display: block;
    background-color: #e6e6e6;
    border-top: 6px solid #0095d3;
    padding: 30px 20px 30px;
    margin-top: 40px;
  }
  body.starlight .starlight-eyebrow-quick ul.navBarCustom .menu-item-quick {
    color: #006990;
  }

  .quick-link-wrapper {
    background: url("/static/myvmware/common/css/reskin_images/eyebrow-menu-arrow.png") 92px 17px;
    background-repeat: no-repeat;
    background-size: 14px;
    float: right;
    margin-right: 60px;
    padding: 11px 30px 11px 9px;
  }
  .quick-link-wrapper.is-active {
    background: url("/static/myvmware/common/css/reskin_images/down_arrow_active.png") 92px 17px #0095d3;
    background-repeat: no-repeat;
  }

  .flex-control-nav {
    display: none;
  }

  body.liferay.starlight .page-eyebrow .eyebrow-menu ul li.navBorderAfter {
    float: none;
    display: block;
    border: none;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    font-size: 16px;
  }
  body.liferay.starlight .page-eyebrow .eyebrow-menu ul li.navBorderAfter a {
    float: none;
    display: block;
    border: none;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    font-size: 16px;
  }

  #vmbar {
    margin-top: 23px;
    margin-left: 16px;
  }
  #vmbar .vmbar-vmware a {
    color: #006990;
  }

  .starlight .page-eyebrow nav.eyebrow-menu {
    margin-top: 0;
  }
  .starlight .page-eyebrow .eyebrow-menu a:hover {
    color: #FFFFFF;
  }

  .flex-1 h2 {
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .flex-1 .flex-caption {
    padding-left: 40px;
  }

  .flex-3 .flex-caption, .flex-2 .flex-caption {
    padding-left: 40px;
  }

  .flex-1 .flex-caption p {
    width: 69%;
    font-size: 14px;
  }

  .flex-3 h2 {
    margin-top: 4%;
  }
  .flex-3 .flex-caption p {
    padding-right: 4%;
  }

  .flex-2 h2 {
    margin-top: 60px;
  }
}
@media (max-width: 699px) {
  .container {
    width: 95%;
  }

  body.liferay.starlight.login_liferay .content-container #column-2 {
    width: 90%;
  }
}
@media (max-width: 550px) {
  body.liferay.starlight.login_liferay .content-container #column-1 {
    margin-top: 430px !important;
  }

  label#authError {
    top: 11px;
  }

  .flex-3 .flex-caption div.description_2 {
    padding-right: 0%;
  }
}
@media (min-width: 470px) and (max-width: 550px) {
  .flex-caption h2 {
    font-size: 26px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .flexslider .flex-caption p {
    font-size: 14px;
    line-height: 18px;
  }
  .flexslider .flex-caption p.description {
    font-size: 14px;
    line-height: 18px;
  }
  .flexslider .flex-caption div a.link, .flexslider .flex-caption .description a.link {
    font-size: 14px;
    line-height: 18px;
  }

  .flex-caption h3, .flex-caption .l-arrow-white {
    font-size: 14px;
  }

  .flex-1 .flex-caption h2 {
    margin-top: 18%;
  }

  .flex-2 .flex-caption h2 {
    margin-top: 16%;
  }

  .flex-3 .flex-caption h2 {
    margin-top: 5%;
  }
}
@media (max-width: 469px) {
  body.liferay.starlight.login_liferay .content-container #column-2 {
    width: 87%;
  }

  .flex-caption h2 {
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 10px;
  }

  .flexslider .flex-caption p {
    font-size: 10px;
    line-height: 14px;
  }
  .flexslider .flex-caption p.description {
    font-size: 10px;
    line-height: 14px;
  }
  .flexslider .flex-caption div a.link, .flexslider .flex-caption .description a.link {
    font-size: 10px;
    line-height: 14px;
  }

  .flex-caption h3, .flex-caption .l-arrow-white {
    font-size: 11px;
  }

  .flex-1 .flex-caption h2 {
    margin-top: 35%;
  }

  .flex-2 .flex-caption h2 {
    margin-top: 27%;
  }

  .flex-3 .flex-caption h2 {
    margin-top: 20%;
  }

  #loginForm label.serverError {
    font-size: 12px;
    padding-top: 3px;
  }
  #loginForm .parsley-errors-list .parsley-custom-error-message, #loginForm .staySigned, #loginForm .forgotPassword {
    font-size: 12px;
  }
  #loginForm .parsley-errors-list .parsley-custom-error-message {
    padding-top: 3px;
  }
  #loginForm input[type="text"], #loginForm input[type="password"] {
    font-size: 12px;
    line-height: 9px;
  }

  .login::-webkit-input-placeholder {
    font-size: 11.5px;
    padding-top: 4px;
  }

  .login::-moz-placeholder {
    font-size: 11.5px;
    padding-top: 4px;
  }

  .login:-ms-input-placeholder {
    font-size: 11.5px;
    padding-top: 4px;
  }
}
#modal_localeSelect .modal-footer {
  display: none;
}

#modal_localeSelect .modal-body .clearfix.min:before {
  display: none;
}
