.usync-intro-img {
    margin-top: -140px;
    background-image: url('/img/unitybld.jpg');
    background-size: cover;
}

.usync-intro {
    padding: 100px 0 1em;
    background-color: #022344d9;
    text-align: center;
    color: #fff;
}

.usync-intro h1 {
    font-size: 50pt;
    margin: 0 0 0.4em 0;
    font-family: 'pacifico';
    font-weight: normal;
    padding: 0;
}

@media(max-width: 600px) {
    .usync-intro h1 {
        font-size: 28pt;
    }
}

.usync-info img {
    width: 415px;
    max-width: 100%;
}

.usync-info h3 {
    margin-top: 2em;
    margin-bottom: 1em;
}

.usync-nav {
    background-color: #DADADA;
}

.usync-nav {
    margin-bottom: 2em;
}


.usync-nav .nav-pills>li.active>a,
.usync-nav .nav-pills>li.active>a:focus,
.usync-nav .nav-pills>li.active>a:hover,
.usync-nav .active {
    background-color: #022344;
}

.usync-nav .nav a {
    color: #222;
    transition: all 0.3s ease-in-out;
}

.usync-nav .nav-pills a {
    border-radius: 0;
}

.usync-nav .nav a:hover {
    background-color: #C8E6C9;
}

.usync-boxes {
    display: grid;
    grid-template-columns: repeat(3, 33%);
    margin: 0 -10px;
}

.usync-box {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    margin: 20px 10px;
    padding: 10px;
}

.usync-box h3 {
    margin: 5px -10px 15px;
    padding: 10px;
    font-size: 30px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.usync-image {
    max-width: 100%;
}

.payment-cards {
    text-align: right;
}

.payment-cards>img {
    height: 40px;
    padding: 5px 0;
}

.domain {
    display: inline-block;
    padding: 5px 10px;
    background-color: #eee;
    font-family: monospace;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-style: normal;
}

.modal-body img {
    max-width: 100%;
}


.usync-items {
    display: grid;
    grid-template-columns: 50% 50%;
}

.usync-item-box {
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
}

.usync-item-box-double {
    grid-column: 1 / span 2;
}

.item-box-actions {
    display: flex;
    justify-content: center;
}

.item-box-actions button {
    margin: 0 10px;
}

.usync-features-header {
    margin: 1em 0;
    text-align: center;
}

h2.usync-features-header {
    font-size: 38pt;
}

h3.usync-features-header {
    font-size: 22pt;
}



.usync-feature-item {
    margin: 20px 0 80px;
}

.usync-feature-item .provider-link {
    margin: 0.25rem 0;
    font-size: 12pt;
}

.usync-feature-box {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

.usync-feature-box h3 {
    padding-top: 0;
    margin-top: 0;
    font-size: 30pt;
    font-weight: 800;
}

.usync-feature-box h3 a {
    color: #222;
}

.usync-feature-image {
    padding: 5px 10px;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .usync-feature-item { display: flex; }
    .usync-feature-box { width: 55%; }
    .usync-feature-image { width: 45%; }
}

.usync-feature-item img,
.usync-features img {
    box-shadow: 0px 0 5px #888;
    max-width: 100%;
}

.usync-buy-button {
    box-shadow: 0px 0 5px #888;
}

.usync-box-shadow {
    box-shadow: 0px 0 5px #888;

}

.modal-content {
    border-radius: 0;
}

.usync-price-box {
    font-size: 14pt;
    padding: 25px 15px;
    font-weight: 800;
    margin: 10px 0 30px;
    text-align: center;
    background-color: #BBDEFB;
    border: 1px solid #2196F3;
}

.usync-form {
    border: 1px solid #BBDEFB;
    padding: 20px 10px;
}

.step-img {
    display: block;
    margin: 1em auto;
    max-width: 90%;
}

.customer-info {
    margin: 1em 0;
}

.customer-box {
    display: flex;
}

.customer-box>strong {
    display: block;
    width: 100px;
    text-align: right;
    margin-right: 10px;
}

.issue {
    margin-bottom: 2em;
}

.issue-header {
    display: flex;
    justify-content: space-between;
}

.issue-labels {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 40%;
    text-align: right;
}

.issue-labels li {
    display: inline-block;
    font-weight: 400;
    padding: 1px 5px;
    font-size: 12pt;
}

.issue-labels li .label-colour {
    width: 20px;
    height: 17px;
    border-radius: 4px;
}

.issue-label {
    display: flex;
    /* align-content: center; */
    align-items: center;
}

.issue-label>div {
    margin-left: 3px;
    font-weight: 700;
    color: #777;
}

.issue-header h4 {
    width: 60%
}

.usync-sub-nav {
    margin-top: -2em;
    margin-bottom: 1em;
    background-color: #022344;
}

.usync-sub-nav .nav-pills>li.active>a,
.usync-sub-nav .nav-pills>li.active>a:focus,
.usync-sub-nav .nav-pills>li.active>a:hover {
    background-color: #19395d;
    color: white;
}

.usync-sub-nav .nav-pills>li>a {
    border-radius: 0;
    color: #ccc;
}

.usync-sub-nav .nav-pills>li>a:hover,
.usync-sub-nav .nav-pills>li>a:focus {
    background-color: #19395d;
}

.usync-sub-nav .nav-pills>li.disabled>a {
    color: #444;
}

.licences {
    justify-content: space-between;
}

.licence-box-full {
    text-align: center;
    background-color: #eee;
    border-radius: 4px;
    box-shadow: 0px 2px 2px #ccc;
    margin: 10px;
    padding: 1em 10px;
    flex-grow: 1;
}

.licences>div {
    text-align: center;
    background-color: #eee;
    border-radius: 4px;
    box-shadow: 0px 2px 2px #ccc;
    margin: 10px;
    padding: 1em 10px;
    flex-grow: 1;
}

@media (min-width: 768px) {
    .licences { display: flex; }
    .licences>div { width: 50%; }
}

.licences h2,
.licence-box-full h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.2em;
    margin: 0 -10px 10px;
}

.licences p {
    padding: 0 1em;
}

.licences .price {
    font-weight: bold;
    font-size: 140%;
}

.licences .price-block {
    display: flex;
    flex-direction: column;
}

.licences .price small {
    font-size: 0.5em;
}

.licences .price-block,
.licences p,
.licences .buy-button,
.licences .features {
    margin: 3rem 0;
}

.licences .buy-button a,
.licence-box .buy-button a {
    padding: 0.7em 2em;
    border-radius: 2px;
    box-shadow: 0 0 5px #ddd;

}

.small-print {
    font-size: smaller;
    margin: 1em;
    font-style: italic;
}

.small-print p {
    margin: 0;
}

.features div {
    border-top: 1px solid #ccc;
    margin-left: -10px;
    margin-right: -10px;
    padding: 5px;
}

.features>div:last-child {
    border-bottom: 1px solid #ccc;
}

.feature-bar {
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: 1px solid #ccc;
}


.offer {
    background-color: #C8E6C9;
    padding: 10px 5px;
    border-radius: 2px;
}

.smaller {
    font-size: small;
}

.snug-top {
    margin-top: -1.5em;
    margin-bottom: 1.5em;
    font-style: italic;
}

.bigger {
    font-size: larger;
}

.milestone-release img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.milestone-note {
    padding: 20px 0;
}

.breadcrumb {
    margin-top: -2em;
    background-color: transparent;
    padding-left: 0;
}

.release-list {
    margin-top: 0.5em;
}

.release-item {
    padding: 0.5em;
    border-bottom: 1px solid #ddd;
}

.padded {
    padding: 1em 0.5em;
}


.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #222;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.usync-check {
    width: 28px;
    height: 28px;
}

.banner-image {
    max-width: 100%;
}


.usync-big-intro {
    height: 100vh;
}

.usync-big-intro .usync-intro {
    height: 100%;
}

.usync-intro-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.usync-big-intro h1 {
    font-size: 80pt;
}

.usync-big-intro .usync-more {
    text-align: center;
    position: relative;
    top: -90px;
    color: #fff;
}

.usync-big-intro p {
    font-size: 18pt;
    font-family: 'Barlow', 'Open Sans', sans-serif;
}

.usync-big-intro a {
    color: #fff;
}

.material-icons.md-48 {
    font-size: 80px;
}


.feature-table th {
    font-family: 'Barlow', 'Open Sans', sans-serif;
}

.feature-table th>div {
    margin-top: 5px;
    font-weight: normal;
}

img.padded-image {
    display: block;
    margin: 5px auto;
    max-width: 85%;
}

.strapline {
    margin-top: -2em;
    background-color: #e1f5fe;
    padding: 1em 0;
}

.strapline h2 {
    text-align: center;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.5;
    margin: 1em 0;
}

.strapline .highlight {
    color: #303f9f;
}
.strapline .highlight2 {
    color: #1b5e20;
}