.diagram {
  border: none;
  padding: 2em;
  font-size: 0.8em; }
  .diagram li {
    margin: 0; }
  .diagram img {
    display: block;
    max-width: 100%;
    margin: auto;
    padding: 0.5em 0; }
  .diagram.sending-data {
    height: 15em; }

.half-width {
  list-style: none;
  -webkit-columns: 4em 2;
  -webkit-column-gap: 0.5em;
  margin: 0.5em 1em;
  text-align: center; }

.main-content__text {
  display: block;
  margin: 1em 0 1em 5em;
  width: 60em;
  padding: 3em;
  background: #fff;
  font-family: "freight-text-pro", Times, Georgia, sans-serif; }
  .main-content__text a {
    color: #17527F;
    border-bottom: 2px solid #deebf5; }
    .main-content__text a:hover {
      text-decoration: none;
      color: #17527F; }
    .main-content__text a code {
      border: none;
      color: #17527F; }
  .main-content__text b {
    font-weight: 700;
    color: #33465A; }
  .main-content__text h1 {
    font-size: 3.25em;
    letter-spacing: -.0125em;
    font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #17527F;
    line-height: 48px;
    margin-bottom: 30px; }
  .main-content__text h2 {
    font-size: 2.5em;
    letter-spacing: -.0125em;
    font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #333333;
    line-height: 33.75px;
    margin-bottom: 15px;
    margin-top: 60px; }
  .main-content__text h3 {
    font-size: 2em;
    color: #333333;
    letter-spacing: -.0125em;
    font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 60px; }
  .main-content__text h4 {
    font-size: 1.75em;
    font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -.0125em;
    color: #333333;
    line-height: 37.5px;
    margin-bottom: 15px;
    margin-top: 60px; }
  .main-content__text .section-separator {
    display: block;
    margin: 4em auto 0;
    width: 100%;
    border-top: 2px solid #E7E7E7; }
  .main-content__text hr {
    margin-top: 60px;
    margin-bottom: 30px;
    border: 0;
    border-top: 2px solid #E7E7E7; }
  .main-content__text table {
    margin-bottom: 30px;
    font-size: 1em;
    font-family: 'source-sans-pro', Helvetica, Arial, sans-serif; }
  .main-content__text table tr {
    background-color: #fff;
    border-top: 2px solid #E7E7E7; }
  .main-content__text table th, .main-content__text table td {
    padding: 6px 13px;
    border: 2px solid #E7E7E7; }
  .main-content__text pre code {
    display: block;
    overflow-x: auto;
    white-space: pre;
    background: #E6F4FF;
    color: #33465A;
    padding: 1.5em; }
  .main-content__text li {
    color: #333333; }
  .main-content__text p {
    color: #333333;
    font-size: 1.375em;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 500; }
  .main-content__text ul {
    list-style-position: outside;
    list-style: disc;
    padding-left: 25px;
    color: #333333;
    font-size: 1.375em;
    line-height: 30px;
    margin-bottom: 30px; }
    .main-content__text ul p {
      font-size: 1em;
      margin-bottom: 15px; }
  .main-content__text ul li {
    margin-bottom: 15px; }
  .main-content__text ol {
    list-style-position: outside;
    list-style-type: value;
    padding-left: 25px;
    color: #333333;
    font-size: 1.375em;
    line-height: 30px;
    margin-bottom: 30px; }
    .main-content__text ol p {
      font-size: 1em;
      margin-bottom: 15px; }
  .main-content__text ol li {
    position: relative;
    margin-bottom: 15px; }
  .main-content__text ol li span.numbered-item {
    position: relative;
    left: 20px;
    text-indent: 0; }
  .main-content__text ul .tile-right {
    line-height: 1.75em; }
  .main-content__text ul.tile-block {
    display: flex;
    padding-left: 0; }
  .main-content__text .case-study img {
    margin: 0 4em 1em 0; }
  .main-content__text .download-link {
    border-bottom: none; }
    .main-content__text .download-link__img {
      height: 1.2em;
      padding-left: 0.2em; }

.code-tabs pre {
  margin: 0; }

.code-tabs.tabs {
  margin: 1em 0 0;
  display: block; }
  .code-tabs.tabs li {
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    border-radius: 0.25em;
    border: 2px solid transparent;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 1px 15px 1px;
    display: block;
    float: left;
    cursor: pointer;
    color: #33465A;
    text-transform: capitalize; }
    .code-tabs.tabs li:hover {
      text-decoration: underline; }
    .code-tabs.tabs li.active {
      border: 2px solid #33465A;
      border-radius: 25px;
      font-weight: 700;
      color: #33465A; }
      .code-tabs.tabs li.active:hover {
        text-decoration: none; }

.code-tabs.snippet {
  display: block;
  border-top: none; }
  .code-tabs.snippet .spacer {
    height: 0.1em;
    background: #fff; }

.os-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.125em 1em 0.125em;
  border: 2px solid #E7E7E7;
  margin: 0 0.75em;
  cursor: pointer;
  width: 125px;
  height: 125px; }
  .os-button__span {
    margin-top: 1em; }
  .os-button:first-child {
    margin-left: 0; }
  .os-button:hover {
    border: 2px solid #17527F;
    background-color: #E6F4FF; }

.os-button.active {
  border: 2px solid #17527F;
  background-color: #E6F4FF; }

.test-chooser__os-menu-label {
  margin-top: 15px;
  font-size: 1.125em;
  letter-spacing: -.0125em;
  font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #17527F; }

.test-chooser__os-menu {
  display: flex;
  margin-bottom: 50px; }

.cyoa-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #E7E7E7;
  margin: 0 0.75em;
  padding: 2em 1em;
  height: 187px;
  cursor: pointer; }
  .cyoa-button__span {
    margin-top: 1em; }
  .cyoa-button:first-child {
    margin-left: 0; }
  .cyoa-button:hover {
    border: 2px solid #17527F;
    background-color: #E6F4FF; }
  .cyoa-button:active {
    border: 2px solid #17527F;
    background-color: #E6F4FF; }

.cyoa-icon {
  width: 125px; }

.test-chooser__cyoa-menu-label {
  font-size: 1.25em;
  letter-spacing: -.0125em;
  font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #17527F; }

.test-chooser__cyoa-menu {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.75em; }
  .test-chooser__cyoa-menu a {
    border-bottom: none;
    width: 33.3%; }

.adventure__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1em 1em;
  border: 2px solid #E7E7E7;
  margin: 0 0.75em;
  cursor: pointer; }
  .adventure__button:first-child {
    margin-left: 0; }
  .adventure__button:hover {
    border: 2px solid #17527F;
    background-color: #E6F4FF; }

.adventure__button.active {
  border: 2px solid #17527F;
  background-color: #E6F4FF; }

.adventure__button-text {
  font-size: 1.125em;
  letter-spacing: -.0125em;
  font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #17527F; }

.adventure__button-list {
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.adventure__velocity {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.callout__warning {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px 20px 20px 75px;
  font-size: 0.75em;
  border-left: 0;
  overflow: hidden;
  background-color: #FCFAD6; }
  .callout__warning:before {
    content: "icon";
    text-indent: -999em;
    position: absolute;
    float: left;
    left: 15px;
    top: 10px;
    margin-right: 3%;
    width: 11%;
    height: 65px;
    background: url(../assets/images/warning-icon.svg) 0 0 no-repeat;
    background-size: 50px 50px; }
  .callout__warning p {
    float: right;
    line-height: 22.22222px;
    font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 15px; }
    .callout__warning p .warning-label {
      font-weight: 700;
      color: #DAA600;
      margin-right: 0.5em; }
  .callout__warning code {
    font-size: 0.85em; }

.callout__tip {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px 20px 20px 75px;
  font-size: 0.75em;
  border-left: 0;
  overflow: hidden;
  background-color: #F6F6F6; }
  .callout__tip:before {
    content: "icon";
    text-indent: -999em;
    position: absolute;
    float: left;
    left: 15px;
    top: 15px;
    margin-right: 3%;
    width: 11%;
    height: 65px;
    background: url(../assets/images/tip-icon.svg) 0 0 no-repeat;
    background-size: 45px 45px; }
  .callout__tip p {
    align-self: center;
    float: right;
    line-height: 22.22222px;
    font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 15px; }
    .callout__tip p .tip-label {
      font-weight: 700;
      color: #1F84F2;
      margin-right: 0.5em; }
  .callout__tip code {
    font-size: 0.85em; }

.step-item {
  font-size: 4em; }

.footer-link {
  border: 1px solid blue; }

.code-tabs.group.tabs ul {
  padding-left: 0; }

.steps {
  display: block;
  color: #fff;
  margin-top: 3em;
  padding: 0; }
  .steps .step, .steps .step-active {
    margin: 0.5em 15px 0.5em 0.5em;
    margin-bottom: 0;
    display: block;
    float: left;
    position: relative;
    height: 6em;
    width: 15em;
    font-size: 0.5em;
    padding: 10px; }
    .steps .step h3, .steps .step-active h3 {
      font-size: 2em;
      margin: 0; }
    .steps .step::after, .steps .step-active::after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 15em;
      top: 0;
      background: transparent;
      border-right: none;
      border-top: 3em solid transparent;
      border-bottom: 3em solid transparent; }
  .steps > li:first-child {
    margin-left: 0; }
  .steps .step {
    background: #0A324F; }
    .steps .step::after {
      border-left: 1em solid #0A324F; }
  .steps .step-active {
    background: #e55934; }
    .steps .step-active::after {
      border-left: 1em solid #e55934; }

.steps.group {
  padding-left: 0; }
  .steps.group span {
    font-size: 14px;
    font-weight: 700;
    color: #fff; }

.step-content .step-title {
  margin-top: 2em;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  font-size: 1.5em; }

.step-content .step-text {
  display: block;
  height: 135px;
  font-size: 1em;
  color: #00002B; }

.step-content .step-image {
  display: block;
  height: 421px; }
  .step-content .step-image img {
    width: 100%; }

.tile-block {
  display: flex;
  flex-flow: wrap; }

.tile {
  border: 1px solid #E7E7E7;
  padding: 2em 1em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  width: 48%;
  display: inline-block;
  list-style: none;
  float: left;
  transition: 0.2s; }
  .tile:hover {
    border: 1px solid #33465A; }
    .tile:hover h3 {
      text-decoration: underline;
      transition: 0.2s; }

code {
  background-color: #E6F4FF;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  padding: 2px 4px;
  border-radius: 3px;
  border: none;
  color: #323638;
  font-size: 0.775em; }

pre {
  margin: 2em 0 2em 0;
  margin-bottom: 30px; }

/* Dropdown menu */
.code-dropdown-section {
  position: relative;
  background: #fff;
  color: #33465A;
  font-weight: 700;
  padding: 5px 0 5px 0;
  margin: 30px 0 30px 0;
  width: 18em;
  border-radius: 25px;
  border: 2px solid #33465A; }
  .code-dropdown-section:hover {
    cursor: pointer; }
  .code-dropdown-section div {
    padding: 0 0 0 20px; }
  .code-dropdown-section ul {
    position: absolute;
    padding: 0;
    margin: 6px 0 0 13px;
    z-index: 4;
    background: inherit;
    width: 16em;
    list-style: none;
    display: none;
    border: 1px solid #33465A;
    font-weight: 400; }
    .code-dropdown-section ul li {
      display: block;
      color: #33465A;
      padding: 0 10px;
      text-decoration: none; }
      .code-dropdown-section ul li:hover {
        background: #33465A;
        color: #fff; }
  .code-dropdown-section:hover ul {
    display: block; }

.code-dropdown-section .fa.fa-caret-right.fa-rotate-90 {
  float: right;
  margin-right: 20px;
  margin-top: 6px; }

.tile-block a:hover {
  text-decoration: none; }

.anchor-nounderline:hover {
  text-decoration: none; }

@media screen and (max-width: 1400px) {
  .main-content__text {
    width: 50em;
    margin-left: 5em; } }

@media screen and (max-width: 1200px) {
  .main-content__text {
    width: 40em;
    margin-left: 2em; }
  .test-chooser__cyoa-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0; }
    .test-chooser__cyoa-menu a {
      align-items: center;
      width: 100%; }
  .cyoa-button {
    margin-left: 0;
    margin-bottom: 1.5em;
    height: 125px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .main-content__text {
    width: 100%;
    margin: 0; } }

@media screen and (max-width: 1200px) {
  .callout__warning, .callout__tip {
    min-height: 75px;
    padding: 20px 20px; }
    .callout__warning:before, .callout__tip:before {
      display: none; }
    .callout__warning p, .callout__tip p {
      width: 100%; } }

@media (max-width: 473px) {
  .adventure__button-text {
    font-size: 0.9em; } }

@media (max-width: 438px) {
  .adventure__button {
    padding: 0.5em; } }
