
      flex-version = flex
      support-for-ie = false
      vendor-prefixes = official
    .dl-main-area * {
  box-sizing: border-box;
}

.dl-main-area button:focus, .dl-main-area select:focus { outline: 0; }

.dl-main-area ul {
  margin-left: 20px;
}

.dl-main-area select {
  appearance: none;
  -webkit-appearance: none;
}

.dl-nav {
  width: 100%;
  height: 84px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
  text-align: center;
}

.dl-nav-item {
  position: relative;
  display: inline-block;
  height: 100%;
  line-height: 84px;
  margin: 0 30px;
  color: #42494f;
  font-size: 16px !important;
}

.dl-nav-item a {
  color: #42494f;
}

.dl-nav-item a:hover {
  text-decoration: none;
}

.dl-nav-item:after {
  position: absolute;
  display: block;
  width: 0%;
  bottom: 0;
  left: 50%;
  height: 3px;
  background-color: #13AA52;
  content: '';
  transition: 0.3s;
}

.dl-nav-item.active:after, .dl-nav-item:hover:after {
  left: 0;
  width: 100%;
}

.dl-tool-desc {
  width: 65%;
  display: inline-block;
  padding-right: 30px;
}

.dl-nav-item:hover {
  cursor: pointer;
  text-decoration: none;
}

.dl-tools-subnav {
  position: absolute;
  top: 86px; /* reveal the shadow a bit */
  left: 0;
  height: auto;
  width: 195px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
  display: none;
  z-index: 100;
}

.dl-button {
  height: 45px;
  width: 100%;
  border-radius: 4px;
  background-color: #13AA52;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.1);
  color: #fff;
}

.dl-button:hover { cursor: pointer; }

.dl-tools-subnav.active {
  display: block;
}

.dl-tools-subnav a {
  text-align: left;
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  transition: all 150ms ease-out;
}

.dl-tools-subnav a:hover {
  background-color: #f5f6f7;
  color: #13aa52;
}

.dl-atlas-warning {
  font-size: 13px;
  color: red;
}

.form-input {
  border: 1px solid #b3bbc1;
  border-radius: 1px;
  background-color: #fff;
  outline: none;
  appearance: none;
  font-size: 12px;
  padding: 0 10px;
  height: 40px;
  margin: 10px 0;
}

.f-w-full { width: 100%; }
.f-w-half { width: 47%; }
.m-r-6p { margin-right: 6%; }

.dl-atlas-form {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  background-color: #f5f6f7;
  padding: 50px;
}

.dl-atlas-form p {
  font-size: 26px;
}

.dl-cloud-main {
  width: 60%;
  display: inline-block;
  padding: 50px;
}

.terms {
  display: block;
  font-size: 13px;
  margin: 15px 0;
}

.terms a {
  color: #13aa52;
}

.dl-server-btn-cnt {
  width: 100%;
  margin-bottom: 30px;
}

.dl-server-btn {
  width: 49%;
  height: 80px;
  border: 1px solid #b3bbc1;
  background: #fff;
  border-radius: 4px;
  font-size: 20px;
  padding: 0 20px;
  color: #42494F;
  font-weight: 100;
  opacity: 0.3;
}

.dl-server-btn span {
  display: block;
  width: 100%;
  border-radius: 20px;
  background-color: #f5f6f7;
  padding: 5px;
  font-size: 10px;
  color: #42494F;
}

.dl-server-btn.active {
  font-weight: 400;
  opacity: 1;
}

.dl-server-btn.active span {
  color: #13aa52;
  background-color: rgba(19,170,82,0.15);
}

.dl-server-btn:hover { cursor: pointer; }
.dl-server-btn:first-child { margin-right: 2%; }

.dl-select {
  display: inline-block;
  font-size: 13px;
}

.dl-select select {
  height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  padding: 0 10px;
  font-weight: 100;
  margin-top: 5px;
}

.dl-select-wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
}

.dl-select-wrapper:after {
  content: '';
  z-index: 1;
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  transform: rotate(45deg);
  pointer-events: none;
}

.dl-info {
  display: inline-block;
  padding: 10px 0;
  width: 35%;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
  vertical-align: top;
}

.dl-info li { color: #13aa52; margin-bottom: 10px; }

.dl-info a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.dl-info a:hover {
  text-decoration: underline;
}

.dl-link {
  display: inline-block;
  height: 40px;
  padding-left: 20px;
  background: #f5f5f5;
  font-size: 13px;
  vertical-align: bottom;
  overflow: hidden;
  width: 100%;
  border-color: transparent;
  border-radius: 3px;
}

.dl-password-req span {
  position: relative;
  font-size: 13px;
  margin-left: 5px;
}

.dl-password-req.verified path {
  fill: #13AA52;
}

.dl-add-fill { margin-right: 2%; }
.dl-w-half { width: 49%; }
.dl-v-margin { margin-top: 10px; margin-bottom: 10px; }

.dl-compass-table {
  margin-top: 50px;
}

.dl-compass-table th {
  text-align: left;
}

.dl-compass-table td {
  padding-right: 20px;
}