/* -- vmwmigration landing -- */
/* -- General Layout ----- */
.vmwmigration h1, .vmwmigration h2, .vmwmigration h3, .vmwmigration h4, .vmwmigration h5, .vmwmigration p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 1.3;
  color: #2A4E68; }

.vmwmigration p {
  font-size: 16px;
  color: #333; }

section.vmwmigration-grayback {
  background-color: #F7F7F7; }

section.vmwmigration-bluegrayback {
  background-color: #EDF2F7; }

section.vmwmigration-blue {
  background-color: #2A4E68; }

.vmwmigration .intro-message {
  padding: 90px 0; }

.info-block {
  margin: 60px 0; }

img.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block; }

/* -- Hero Intro --------- */
.intro-header.vmwmigration {
  padding-bottom: 0;
  background: url("/themes/openstack/vmwaremigration_images/header.png") no-repeat, #002659;
  background-size: cover; }

.intro-header.vmwmigration .hero-message {
  text-align: left;
  padding: 60px 0 100px 0; }

.intro-header.vmwmigration .hero-message h1 {
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 20px; }

.intro-header.vmwmigration .hero-message p {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 2rem; }

.intro-header.vmwmigration .hero-message ul li {
  font-size: 16px;
  font-weight: 300; }

.vmwmigration.download-btn {
  display: inline-block;
  background: #b9301d;
  padding: 10px 20px;
  border: none;
  border-radius: 2px;
  width: 220px;
  margin: 20px auto 0;
  color: #fff;
  font-weight: 600;
  text-align: center; }

.download-btn a, a:visited {
  color: #fff; }

a.source {
  color: #333; }

.download-btn:hover {
  text-decoration: none;
  background: #831917; }

.download-btn:focus {
  outline: none;
  text-decoration: none; }

i.fa-arrow-circle-down {
  margin-right: 5px; }

.image-cropper {
  width: 128px;
  height: 128px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 30px auto 15px; }

.use-cases-info .col-sm-4 img {
  margin: 15px; }

.vmwmigration .use-cases-info p {
  margin: 15px 30px; }

section.vmwmigration-blue h3,
section.vmwmigration-blue p {
  color: #ffffff !important; }

a.vmwmigration.red-button {
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: #bc1518;
  border-radius: 5px;
  margin: 30px auto;
  padding: 12px 0px;
  width: 400px;
  font-weight: normal;
  font-size: 16px; }

a.vmwmigration.white-button {
  display: block;
  text-align: center;
  color: #bc1518;
  border: 1px solid #bc1518;
  background-color: white;
  border-radius: 5px;
  margin: 0 auto;
  padding: 12px 0px;
  font-weight: normal;
  font-size: 14px;
  width: 100%; }
  a.vmwmigration.white-button img {
    margin: -3px 0 0 10px; }

.vmwmigration-blue.get-involved {
  text-align: center;
  margin-bottom: -50px; }

.vmwmigration-blue.get-involved a {
  text-decoration: underline;
  color: #ffffff; }

/* -- FAQs -- */
.vmwmigration-faqs {
  text-align: left !important; }

.vmwmigration-faqs dt {
  font-weight: bold;
  color: #2c3e50;
  margin-top: 20px; }

.vmwmigration-faqs dd {
  margin-bottom: 15px; }

/* -- Sponsors -- */
.vmwmigration-sponsors h2 {
  max-width: 816px;
  margin: 0 auto 64px; }

.vmwmigration-sponsors .vmwmigration-sponsors-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 976px;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .vmwmigration-sponsors .vmwmigration-sponsors-wrapper {
      flex-direction: row; } }
  .vmwmigration-sponsors .vmwmigration-sponsors-wrapper .vmwmigration-sponsor {
    background-color: white;
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column; }
    @media (min-width: 767px) {
      .vmwmigration-sponsors .vmwmigration-sponsors-wrapper .vmwmigration-sponsor {
        width: 30%;
        margin-bottom: 0; } }
    .vmwmigration-sponsors .vmwmigration-sponsors-wrapper .vmwmigration-sponsor .sponsor-logo {
      max-width: 110px;
      max-height: 68px; }
    .vmwmigration-sponsors .vmwmigration-sponsors-wrapper .vmwmigration-sponsor .description {
      margin: 30px 0;
      flex: 1; }

/* -- Parity table -- */
table.vmwmigration-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 15px;
  font-family: Arial, sans-serif; }

.vmwmigration-table th {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
  vertical-align: top; }

.vmwmigration-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
  vertical-align: top; }

.vmwmigration-table td p {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  text-align: left;
  margin-left: 10px;
  margin-top: 10px; }

.vmwmigration-table th {
  background-color: #f2f2f2;
  font-weight: bold;
  font-size: 20px; }

.vmwmigration-table th.th-openstack {
  background-color: #bc1518;
  color: white;
  font-weight: bold;
  font-size: 20px; }

.vmwmigration-table tr:nth-child(even) {
  background-color: #f9f9f9; }

.vmwmigration-table ul {
  margin: 0;
  padding-left: 20px; }

.vmwmigration-table h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  text-align: left;
  font-weight: 400; }

.vmwmigration-table h4 {
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  margin-top: 20px; }

p.vmwmigration-table-source {
  font-size: 12px;
  font-style: italic;
  margin-top: 20px; }

.vmwmigration-table-source a {
  color: #333;
  text-decoration: underline; }

a, a:visited {
  color: #30739C; }

.img-wrapper {
  text-align: center;
  height: 120px;
  margin: 10px; }

.img-wrapper img {
  height: 120px; }

/* -- 5 Columns -- */
.row.five-columns {
  margin-top: 30px;
  margin-bottom: 30px; }

.col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4 {
  float: left; }

.col-xs-5th-5 {
  float: left;
  width: 100%; }

.col-xs-5th-4 {
  width: 80%; }

.col-xs-5th-3 {
  width: 60%; }

.col-xs-5th-2 {
  width: 40%; }

.col-xs-5th-1 {
  width: 20%; }

.col-xs-5th-pull-5 {
  right: 100%; }

.col-xs-5th-pull-4 {
  right: 80%; }

.col-xs-5th-pull-3 {
  right: 60%; }

.col-xs-5th-pull-2 {
  right: 40%; }

.col-xs-5th-pull-1 {
  right: 20%; }

.col-xs-5th-pull-0 {
  right: auto; }

.col-xs-5th-push-5 {
  left: 100%; }

.col-xs-5th-push-4 {
  left: 80%; }

.col-xs-5th-push-3 {
  left: 60%; }

.col-xs-5th-push-2 {
  left: 40%; }

.col-xs-5th-push-1 {
  left: 20%; }

.col-xs-5th-push-0 {
  left: auto; }

.col-xs-5th-offset-5 {
  margin-left: 100%; }

.col-xs-5th-offset-4 {
  margin-left: 80%; }

.col-xs-5th-offset-3 {
  margin-left: 60%; }

.col-xs-5th-offset-2 {
  margin-left: 40%; }

.col-xs-5th-offset-1 {
  margin-left: 20%; }

.col-xs-5th-offset-0 {
  margin-left: 0%; }

.col-md-5th-1 col-sm-4 {
  text-align: center; }

.col-md-5th-1 {
  text-align: center; }

@media (min-width: 768px) {
  .col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4 {
    float: left; }
  .col-sm-5th-5 {
    float: left;
    width: 100%; }
  .col-sm-5th-4 {
    width: 80%; }
  .col-sm-5th-3 {
    width: 60%; }
  .col-sm-5th-2 {
    width: 40%; }
  .col-sm-5th-1 {
    width: 20%; }
  .col-sm-5th-pull-5 {
    right: 100%; }
  .col-sm-5th-pull-4 {
    right: 80%; }
  .col-sm-5th-pull-3 {
    right: 60%; }
  .col-sm-5th-pull-2 {
    right: 40%; }
  .col-sm-5th-pull-1 {
    right: 20%; }
  .col-sm-5th-pull-0 {
    right: auto; }
  .col-sm-5th-push-5 {
    left: 100%; }
  .col-sm-5th-push-4 {
    left: 80%; }
  .col-sm-5th-push-3 {
    left: 60%; }
  .col-sm-5th-push-2 {
    left: 40%; }
  .col-sm-5th-push-1 {
    left: 20%; }
  .col-sm-5th-push-0 {
    left: auto; }
  .col-sm-5th-offset-5 {
    margin-left: 100%; }
  .col-sm-5th-offset-4 {
    margin-left: 80%; }
  .col-sm-5th-offset-3 {
    margin-left: 60%; }
  .col-sm-5th-offset-2 {
    margin-left: 40%; }
  .col-sm-5th-offset-1 {
    margin-left: 20%; }
  .col-sm-5th-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4 {
    float: left; }
  .col-md-5th-5 {
    float: left;
    width: 100%; }
  .col-md-5th-4 {
    width: 80%; }
  .col-md-5th-3 {
    width: 60%; }
  .col-md-5th-2 {
    width: 40%; }
  .col-md-5th-1 {
    width: 20%; }
  .col-md-5th-pull-5 {
    right: 100%; }
  .col-md-5th-pull-4 {
    right: 80%; }
  .col-md-5th-pull-3 {
    right: 60%; }
  .col-md-5th-pull-2 {
    right: 40%; }
  .col-md-5th-pull-1 {
    right: 20%; }
  .col-md-5th-pull-0 {
    right: auto; }
  .col-md-5th-push-5 {
    left: 100%; }
  .col-md-5th-push-4 {
    left: 80%; }
  .col-md-5th-push-3 {
    left: 60%; }
  .col-md-5th-push-2 {
    left: 40%; }
  .col-md-5th-push-1 {
    left: 20%; }
  .col-md-5th-push-0 {
    left: auto; }
  .col-md-5th-offset-5 {
    margin-left: 100%; }
  .col-md-5th-offset-4 {
    margin-left: 80%; }
  .col-md-5th-offset-3 {
    margin-left: 60%; }
  .col-md-5th-offset-2 {
    margin-left: 40%; }
  .col-md-5th-offset-1 {
    margin-left: 20%; }
  .col-md-5th-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-5th-1, .col-lg-5th-2, .col-lg-5th-3, .col-lg-5th-4 {
    float: left; }
  .col-lg-5th-5 {
    float: left;
    width: 100%; }
  .col-lg-5th-4 {
    width: 80%; }
  .col-lg-5th-3 {
    width: 60%; }
  .col-lg-5th-2 {
    width: 40%; }
  .col-lg-5th-1 {
    width: 20%; }
  .col-lg-5th-pull-5 {
    right: 100%; }
  .col-lg-5th-pull-4 {
    right: 80%; }
  .col-lg-5th-pull-3 {
    right: 60%; }
  .col-lg-5th-pull-2 {
    right: 40%; }
  .col-lg-5th-pull-1 {
    right: 20%; }
  .col-lg-5th-pull-0 {
    right: auto; }
  .col-lg-5th-push-5 {
    left: 100%; }
  .col-lg-5th-push-4 {
    left: 80%; }
  .col-lg-5th-push-3 {
    left: 60%; }
  .col-lg-5th-push-2 {
    left: 40%; }
  .col-lg-5th-push-1 {
    left: 20%; }
  .col-lg-5th-push-0 {
    left: auto; }
  .col-lg-5th-offset-5 {
    margin-left: 100%; }
  .col-lg-5th-offset-4 {
    margin-left: 80%; }
  .col-lg-5th-offset-3 {
    margin-left: 60%; }
  .col-lg-5th-offset-2 {
    margin-left: 40%; }
  .col-lg-5th-offset-1 {
    margin-left: 20%; }
  .col-lg-5th-offset-0 {
    margin-left: 0%; } }

/* -- Media Queries -- */
/* End Edge landing */
