@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,400italic,600,600italic|Source+Code+Pro|Roboto+Condensed|Barlow:400,600,900|Cabin:400,600");
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro");

html {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 100%;
}

html,
body {
    text-align: center;
    background: #eff2f6;
    color: #284348;
}

body.has-overlay {
    overflow: hidden;
}

.main {
    padding-top: 50px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}


.btn {
    background: #19892B;
    color: #fff;
    padding: .6rem 1rem;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
}

.btn:hover {
    background: #0D7621;
}

.btn:active {
    background: #006316;
}

h1 {
    font-size: 22px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Barlow", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

strong, .bold-font {
    font-weight: 600;
}

.initial-instructions {
    font-size: 16px;
    margin: auto 5px;
}

.step {
    background: white;
    padding: 20px;
    position: relative;
    margin: 50px auto;
    border-radius: 3px;
    max-width: 430px;
}

.pull {
    padding: 10px 15px 10px 75px;
    border-left: 4px solid #a7ce3b;
    position: relative;
    border-radius: 4px;
    background: white;
    margin: 25px auto;
}

.pull label {
    transform: translateY(-50%);
    position: absolute;
    left: 32px;
    top: 50%;
}

.pull ul > li {
    position: relative;
    list-style: none;
    text-align: left;
    font-size: 13px;
    margin: 10px auto;
}

.pull ul > li::before {
    transform: translateY(-50%);
    border: 3px solid #a7ce3b;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: -16px;
    top: 0.5em;
}

.step-number {
    line-height: 1.5em;
    position: absolute;
    left: 50%;
    top: -16.2px;
    padding: 4px 16px;
    color: #fff;
    border-radius: 10px;
    background-color: #5B636A;
    border: solid 2px #EFF2F6;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.step-instructions {
    margin: 15px;
}

.setup-video {
    border: 0px;
    margin: 20px 0;
    border-radius: 20px;
}

.step-steps {
    text-align: left;
}

.step-steps li {
    padding: 10px;
}

.step-steps li p {
    margin: 0;
}

.step-images-container {
    display: flex;
    align-items: center;
}

.inline-icon {
    display: inline;
}

.small-gap {
    gap: 4px;
}

.containsImageInP .inline-icon {
    height: 24px;
}

.large-gap {
    justify-content: center;
    gap: 48px;
}

.step-steps .large-gap {
    padding-right: 40px;
}

.step-images-container .inline-icon {
    max-height: 32px;
    max-width: 32px;
}

.step-steps li p {
    padding-bottom: 20px;
}

.step-steps li p:last-child {
    padding-bottom: 0;
}

.less-padding {
    padding-bottom: 10px !important;
}

.os-title {
    margin: 20px;
}

.os-options {
    margin: 40px;
}

.os-links {
    content: "";
    display: table;
    clear: both;
    min-width: 270px;
    width: 75%;
    margin: auto;
}

.os-links-landing {
    width: 93.75% !important;
}

.step-image img {
    max-width: 272px;
}

.mp-icon {
    height: 30px;
}

.icon {
    max-width: 44px;
    max-height: 44px;
}

.icon-macOS-auth {
    max-width: 1000px;
    max-height: 160px;
    display: block;
}

.link {
    float: left;
    width: 25%;
}

.os-links-landing .link {
    width: 20% !important;
}

.options-left {
    text-align: left;
}