/*
Theme Name: leastauthority
Theme URI: 
Description: The Business Theme
Version: 1.0
Author: Daljeet Singh
Author URI:www.42works.net  
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* 17 July 2019*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: 'Open Sans', sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    color: #656b6f;
    font-size: 16px;
    line-height: 1.5;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:focus {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: bold;
}

.fixed-sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 126px;
}

a.author.url.fn {
    display: inline-block;
    padding-bottom: 5px;
    color: #656b6f;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    padding: 0;
}

header.masthead {
    margin-top: 90px;
    padding: 0;
    height: 87vh;
    min-height: 35em;
}


#mainNav {
    background: #000;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    background-color: #000;
}


.navbar-nav a {
    color: #fff;
    padding: 0 1em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.navbar-nav a:hover, .navbar-nav a:active {
    color: #e92c2a;
}

.active a {
    color: #e92c2a;
}

.video-play-icon {
    position: absolute;
    top: 40%;
    left: 45%;
    cursor: pointer;
}

.page-section {
    padding: 2rem 0;
}

.text-black {
    color: #000;
}

.white-bg {
    background: #121212;
}

.title-size {
    font-size: 1.7em;
    font-weight: bold;
    text-transform: uppercase;
}

/*.content-color {*/
/*    color: #656b6f;*/
/*    font-weight: 500;*/
/*    padding: 20px;*/
/*    font-size: 16px;*/
/*    line-height: 28px;*/
/*}*/


.button-section li {
    display: inline-block;
}

.white-btn {
    color: #000;
    background: #fff;
    border: 1px solid #000;

}

.red-btn {
    color: #fff;
    background: #e92c29;
    border: 1px solid #e92c29;

}

.white-btn:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.red-btn:hover {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}

.common-btn-size {
    font-weight: bold;
    padding: 10px 20px;
    min-width: 260px;
    border-radius: 0px;
    margin: 0 5px;
    font-size: 15px;
    line-height: 25px;
}

.btn {
    font-family: 'Open Sans', sans-serif;
}


.mt-50 {
    margin-top: 50px;
}

/*.service-title {*/
/*    color: #333;*/
/*    font-size: 1em;*/
/*    font-weight: bold;*/
/*    display: block;*/
/*    padding: 20px 0 10px;*/
/*    margin: 0;*/
/*}*/


/*.service-content {*/
/*    color: #656b6f;*/
/*    font-size: 15px;*/
/*    line-height: 25px;*/
/*}*/


.services-image {
    border: 1px solid #e8e8e8;
    width: 100px;
    text-align: center;
    height: 100px;
    margin: 10px auto;
    vertical-align: baseline;
    align-items: center;
    display: flex;
    border-radius: 50px;
    flex-wrap: wrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    background-color: white;
}


.service-content a {
    color: #656b6f;
    text-decoration: underline;
}

.common-section-title {
    color: #333;
    font-size: 1.8em;
}


.common-sub-title {
    color: #656b6f;
    font-size: 15px;
    line-height: 25px;
}

.content-description {
    padding: 5px 20px;
}

.custum-block-area {
    border: 1px solid #eee;
    margin: 30px 0;
    background: #F8F8F8;
    padding: 50px 0;
}

.why-make-us-content-block {
    max-width: 80%;
    margin: 0px auto;
}

.make-us-block-section {
    border: 1px solid #eee;
    margin: 30px 0;
    background: #F8F8F8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* display: flex; */
    padding: 50px 0;
}

.img-icon {
    margin-bottom: 10px;
}


.block1:after {
    position: absolute;
    content: '';
    top: -60px;
    right: 0px;
    width: 1px;
    height: 100%;
    background: url(/wp-content/uploads/2019/07/divider.png);
}


#testimonial {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;

}


/* 18 July 2019 */
.testimonial-box {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    margin: 20px 0;
    padding: 40px 0;
}


#why-us {

    margin: 40px 0;
}

.testimonial-content {
    font-size: 16px;
    line-height: 25px;
    color: #656b6f;
    min-height: 180px;
    padding: 0 40px;
}

h5.author-name {
    color: #e92c29;
    font-weight: bold;
    font-size: 1em;
    display: block;
    padding: 10px 0;
    width: 80%;
    min-height: 50px;
    line-height: 20px;
}


p.author-desination {
    font-size: 16px;
    color: #656b6f;
}

img.quote-img {
    position: absolute;
    width: 40px !important;
    top: 30px;
}

.author {
    display: block;
    height: 60px;
    border-top: 1px solid #f5f5f5;
    padding: 0 40px;
}

.testimonial-content:before {
    position: absolute;
    content: '';
    top: 25px;
    width: 50px;
    height: 35px;
    background: url(/wp-content/uploads/2019/07/quote.png) no-repeat;
    left: 40px;
    background-size: 100% 100%;
    opacity: 0.8;
}


#contact {
    background: #F8F8F8;
}


.home-subsribe-form {
    background: #fff;
    margin: 40px 0;
    padding: 30px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.wpcf7-email {
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #eee;
    font-size: 14px;
    border-radius: 5px;
}

.contact-button {
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 25px;
    border: none;
    margin: 0;
    background: #e92c29;
    color: #fff;
    float: left;
    min-width: 140px;
    border: 1px solid #e92c29;

}

.contact-button:hover {
    color: #e92c29;
    background: #fff;
    border: 1px solid #e92c29;

}


.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

span.wpcf7-not-valid-tip {
    font-size: 12px !important;
    display: block;
    float: right;
    position: absolute;
    bottom: 5px;
    right: 7px;
}


.wpcf7-response-output {
    font-size: 12px;
    line-height: 25px;
}

.input-box {
    display: block;
    margin-bottom: 16px;
    color: #656b6f;
    font-size: 12px;
    text-align: left;
    font-weight: 500;
}

.home-subsribe-form label {
    position: relative;
    cursor: pointer;
}

.home-subsribe-form .wpcf7-list-item {
    margin: 0;
}

.home-subsribe-form input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: 9;
    height: 22px;
    cursor: pointer;

}

.wpcf7-list-item a {
    text-decoration: underline;
    color: #656b6f;
}


.home-subsribe-form .wpcf7-list-item-label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 1px 2px 0px #d5d1d1;
    -moz-box-shadow: 0px 1px 2px 0px #d5d1d1;
    box-shadow: 0px 1px 2px 0px #d5d1d1;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 7px;
    top: -1px;
    cursor: pointer;
    border-radius: 3px;
}

.home-subsribe-form input:checked + .wpcf7-list-item-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 5px;
    width: 6px;
    height: 11px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.wpcf7-response-output {
    position: absolute;
    font-size: 14px;
    line-height: 1;
    left: 30%;
    margin: 0 !important;
    padding: 4px !important;
    border: none !important;
}


span.ajax-loader {
    position: absolute;
    left: 170px;
    top: -12px;
}

.contact-button {
    position: absolute;
    left: 15px;
    top: -30px;
}


footer {
    background: #37383c;
    display: block;
    width: 100%;
}


.footer-menu li {
    display: inline-block;
}

.footer-menu a {
    color: #fff;
    padding: 0 20px 0 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;

}

.footer-menu a:hover {
    color: #fff;
    opacity: 0.6;
    text-decoration: none !important;

}

.footer-menu ul.navbar-nav.ml-auto {
    display: block;
}


.copyright {
    padding: 20px 0 0;
    color: #ccc !important;
}


footer {
    background: #000;
    display: block;
    width: 100%;
    padding: 20px 0;
}


.social-section li {
    display: inline-block;
    padding: 5px 10px 0 0;
}

.social-section a {
    color: #fff;
}


.social-section i {
    font-size: 18px;
    border: 1px solid #fff;
    padding: 10px 0;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 15px;
}

.video-block {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

video {
    cursor: pointer;
}

video {
    height: 590px;
    width: 100%;
    object-fit: cover;
}


*:focus {
    outline: none !important;
}


/* 19 July 2019 */


/* Start Service Page */

.page-header-banner {
    background: #fff;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    margin-top: 80px;
    padding: 4rem;
}

.heading-title {
    padding: 70px 0;
    text-transform: uppercase;
}

.sidebar-nav {
    background: #F5F5F5;
    padding: 20px 0 20px 20px;
}

.sidebar-nav li {
    color: #656b6f;
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0px;
    padding-left: 15px;
    position: relative;
}


.sidebar-nav a {
    color: #656b6f;
    font-size: 14px;
    text-decoration: none;
}


p {
    padding: 0 0 10px;
}

.page-content p {
    padding: 10px 0;
}

.page-content li {
    color: #656b6f;
    font-size: 15px;
    line-height: 25px;
    list-style: disc;
    margin-left: 20px;
}


.page-content h3 {
    color: #3B3D40;
    font-size: 1.5em;
    font-weight: 600;
    display: block;
}

.page-content h4 {
    color: #3B3D40;
    font-size: 1.2em;
    font-weight: 600;
    display: block;
}

.section-major {
    margin-bottom: 20px;
}

.section-major a {
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
}

li.section-major {
    margin-left: 0;
}

li.section-major:before {
    background: url(/wp-content/themes/leastauthority/img/list-arrow.png) no-repeat;
    position: absolute;
    content: '' !important;
    width: 20px;
    height: 20px;
    left: 0px !important;
    top: 8px;
}


.sidebar-nav li:before {
    content: '-';
    font-weight: 500;
    position: absolute;
    left: 5px;
}


/* End Service Page */


/* Product Page */

span.heading-subtitle {
    padding: 10px 0 60px;
    display: block;
    color: #656b6f;
    line-height: 25px;
}


.product-content {
    color: #656b6f;
    font-weight: 500;
    padding: 20px;
    font-size: 15px;
    line-height: 28px;
}

.product-content a {
    color: #656b6f;
    text-decoration: underline;
}


.products_content .common-btn-size {
    min-width: 100px;
    padding: 6px 10px;
    margin: 0;
}

.products_content {
    padding: 15px;
}

.products_content .service-content {
    min-height: 110px;
}


.product-img-icon {
    display: inline-block;
    margin-right: 10px;
}

.product-title {
    display: inline-block;
}

.product-des {
    margin-bottom: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #656b6f !important;
}

.owl-theme .owl-dots .owl-dot {
    max-width: 20px;
}


#customerreview .owl-nav {
    position: absolute;
    top: 70px;
    width: 100%;
}


button.owl-next {
    position: absolute;
    right: 0px;
}

button.owl-prev {
    position: absolute;
    left: 0px;
}

i.fa.fa-angle-right:hover {
    background: #e92c2a;
    color: #fff;
}

i.fa.fa-angle-left:hover {
    background: #e92c2a;
    color: #fff;
}


i.fa.fa-angle-right {
    background: #e4e1e1;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 50px;
    font-size: 20px;
}

i.fa.fa-angle-left {
    background: #e4e1e1;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 50px;
    font-size: 20px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}


.review-section {
    font-size: 14px;
    line-height: 25px;
    color: #656b6f;
    padding: 0 20px;
}


.review-section a {
    color: #656b6f !important;
    text-decoration: underline;
}


.review-section {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    padding: 40px;
    height: 180px;
    font-size: 16px;
    line-height: 30px;
    color: #656b6f;
    margin: 10px 0 20px;
}


/* Blog Page Stylesheet */

/* 22 July 2019 */


.box-shadow {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px #d5d1d1;
    -moz-box-shadow: 0px 0px 3px 0px #d5d1d1;
    box-shadow: 0px 0px 3px 0px #d5d1d1;
}


.blog-title a {
    font-weight: 600;
    color: #333;
    font-size: 1.5em;
    text-decoration: none;
    display: block;
    padding-bottom: 10px;
    line-height: 30px;
}

.date {
    padding-bottom: 5px;
    color: #656b6f;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
}


.blog-content {
    color: #656b6f;
    font-size: 15px;
    line-height: 30px;
}

.read-more a {
    color: #e92c29;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid;
}


.read-more {
    margin: 10px 0;
}


.tag-section a {
    background: #37383c;
    color: #fff;
    padding: 14px 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    font-size: 12px;
    margin: 20px 5px 10px 0;
    border-radius: 50px;
}


.tag-section {
    display: block;
    padding: 20px 0 0;
}

h2.tagged-in-title {
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    font-size: 1em;
}


h2.categories-title {
    background: #e92c2a;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    padding: 20px;
}

.catogories-list {
    padding: 0 0 5px;
}

.catogories-list li:before {
    content: '' !important;
}


.categories_list_block a {
    color: #656b6f;
    font-weight: 600;
    text-transform: uppercase;

}

.categories_list_block li {
    margin: 20px 0 40px;
}

.categories_list_block li:last-child {
    margin-bottom: 10px;
}

.single-block-section a {
    color: #656b6f;
    text-decoration: underline;
}

.single-block-section h3 {
    color: #333;
    font-weight: bold;
    padding: 10px 0;
    font-size: 1.2em;
}


.single-block-section li {
    list-style: disc;
    margin: 5px 20px;
}


#loader {
    text-align: center;
    width: 100%;
    margin: 10px 0;
}


.loadmore {
    display: block;
    width: 220px;
    margin: 0px auto;
    cursor: pointer;
}

.categories_list_block img.attachment-thumbnail.size-thumbnail {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    opacity: 0.4;
}

.categories_list_block li:hover img.attachment-thumbnail.size-thumbnail {
    opacity: 1 !important;
}

.categories_list_block li:hover a {
    color: #333 !important;
}


.active_catlist img.attachment-thumbnail.size-thumbnail {
    opacity: 1 !important;
}

.active_catlist a {
    color: #333 !important;
}


/* 404 Page */

.page-section.page-404.clearfix {
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.page-404 .title404 {
    margin: 30px 0px;
}

.page-404 h1 {
    font-size: 36px;
    line-height: 35px;
}

.page-404 h2.page-title {
    font-size: 3.5em;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 30px;
}

.page-404 p {
    font-size: 15px;
    clear: both;
    padding: 10px 0px;
    line-height: 26px;
    color: #666;
}


/* How it works */

section.page-section.big-boxes {
    /*background-color: #f8f9fc;*/
}

.works-icon.icon img {
    width: 60px;
}

.works-header {
    min-height: 70px;
}

.works-header h3,
.works-header .works-icon.icon {
    display: inline-block;
}

.works-header h3 {
    margin-left: 20px;
    font-weight: bold;
    color: #3b3e46;

}

.secure-title h3 {
    font-weight: bold;
    color: #3b3e46;
    padding: 15px 0px 20px;
}

.works-content {
    display: inline-block;
    width: 100%;

}

.works-content p, .secure-content p {
    color: #656a6d;
    line-height: 25px;
    font-size: 15px;
    min-height: 140px;
}

.works-content p a, .secure-content p a {
    color: #656a6d;
    text-decoration: underline;
}

.work-outer {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #e0e0e0;
    margin-bottom: 30px;
}

.works-content a.button.secondary.gray {
    color: #6b6d70;
    font-weight: 700;
    background: #f7f8f7;
    padding: 12px 20px;
    font-size: 15px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ececec;
    margin-bottom: 20px;
}

.works-content a.button.secondary.gray:hover {
    text-decoration: none;
    color: #e92c29;
    background: #fff;
    border: 1px solid #e92c29;
}

.secure-icon.icon img {
    width: 100%;
}

.sign-red {
    margin-top: 30px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 25px;
    border: none;
    background: #e92c29;
    color: #fff;
    min-width: 300px;
    border: 1px solid #e92c29;
    text-decoration: none;
    display: inline-block;
}

.sign-red:hover {
    color: #e92c29;
    background: #fff;
    border: 1px solid #e92c29;
    text-decoration: none;
}

.storage-service h2 {
    color: #37383c;
    font-size: 2em;
    font-weight: 700;
}


.what-us-content-block {
    background: #fcfbfb;
}


/* 23 July 2019 */

.single-block-title {
    font-weight: 600;
    color: #333;
    font-size: 1.5em;
    text-decoration: none;
    display: block;
    padding-bottom: 10px;
}

.single-block-section {
    line-height: 30px;
}

.single-block-section p {
    margin-bottom: 20px;
}

.learn-more-btn {
    background: #F8F8F8;
    border: 1px solid #eee;
}


.gray-bg-section {
    background: #FCFAFB;
}

#customerreview {
    max-width: 800px;
    margin: 0px auto;
}

img.right, img.left {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
}

button.owl-prev:hover img.left {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray; /* IE 6-9 */
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

button.owl-next:hover img.right {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray; /* IE 6-9 */
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}


/* 24 July 2019 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    video {
        height: 650px !important;
    }

    /* IE11 */
    header.masthead {
        height: 650px !important;
    }
}

/*@supports (-ms-ime-align:auto) {
    video { height:650px !important;}  IE11 
header.masthead{
        height: 650px !important;
    }
}
*/

/* About Us Page */


.block-content-section {
    padding: 0;
}

.block-title-section {
    font-size: 1.2em;
    font-weight: 600;
    padding-top: 10px;
    color: #333;
}


h2.team_block-title {
    font-size: 1.8em;
    padding: 10px 10px 50px;
}

.team-profile {
    display: inline-block;
    margin: 0px 10px 20px 0px;
}

.team_member_details {
    display: inline-block;
    vertical-align: top;
}

.team-profile img.img-fluid {
    height: 135px;
    width: 135px;
}

h2.team-member-title {
    font-size: 1.1em;
    color: #37383c;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: .5em;
}

h4.member-designation {
    color: #656b6f;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-weight: bold;
}

.button-section {
    display: block;
    margin: 20px 0;
}


.team_member_details li {
    margin-right: 5px;
}

.team-member-description {
    font-size: 1rem;
    line-height: 1.5;
    color: #656b6f;
}

.team-block {
    border-bottom: 1px solid hsla(0, 0%, 59%, .25);
    min-height: 350px;
    margin-bottom: 3em;
}

.how-it-works-block img {
    max-width: 100%;
}
b, strong {
    font-weight: bold;
}

/* 25 July 2019 */

.page-content strong {
    color: #3B3D40;
    font-size: 1.2em;
    font-weight: 600;
}

.forthcoming-box h2 {
    margin-top: 0;
}

.signup {
    background-color: #f5f5f5;
}

.signup * {
    -webkit-transform: translateZ(0);
}

.signup .page {
    position: relative;
    max-width: 500px;
    margin: 2rem auto;
}

.signup label {
    margin-bottom: .8rem;
}

.signup label.radio-input__group-horizontal {
    display: inline-block;
    min-width: 10rem;
    font-weight: 400;
    font-size: 1rem;
    padding: 0 1rem;
    margin-bottom: 1.6rem;
    text-transform: none;
}

.signup label.radio-input__group-horizontal:last-of-type {
    margin-bottom: 200px;
}

.signup label.radio-input__group-horizontal input {
    width: 1rem;
    height: 1rem;
    display: block;
}

.signup label.radio-input__group-horizontal div {
    display: inline;
    vertical-align: top;
    cursor: pointer;
}

.signup input[type=radio] {
    margin-bottom: 0;
}

.signup input:not([type=radio]) {
    width: 100%;
    margin-bottom: 2rem;
}

.signup select {
    width: 100%;
    padding: .8rem 0 .6rem;
    border: none;
    border-bottom: 2px solid hsla(0, 0%, 59%, .25);
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    margin: -1rem 0 2rem;
    background-position: right .2rem center;
    transition: all .2s ease;
}

.signup select:focus {
    outline: none;
    border-bottom-color: #656b6f;
}

.signup #card-element {
    margin-top: .8rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid hsla(0, 0%, 59%, .25);
    padding-bottom: .8em;
}

.signup .button {
    float: right;
    padding-left: 3em;
    padding-right: 3em;
    text-align: center;
}

.signup .disabled {
    opacity: .5;
}

.signup .loading-icon svg {
    margin-bottom: -4px;
    width: 1.2rem;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}

.signup #summary {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ced0d2;
    margin: 1.5em 0 2em;
}

.signup #summary #summary--items h3 {
    margin: 0 0 .5em;
    padding: .4em 1em .2em;
    background: #e92c2a;
    color: #fff;
    border-radius: 3px 3px 0 0;
}

.signup #summary #summary--items > p:not(:first-of-type) {
    text-align: right;
}

.signup #summary #summary--items > p:first-of-type {
    border-bottom: 1px dashed #dbddde;
    padding-bottom: .3em;
}

.signup #summary #summary--items > p:last-of-type {
    margin: 0 .8em .3em;
    font-size: 1.2em;
}

.signup #summary #summary--items p {
    margin: .5em 1em .3em;
}

.signup #summary #summary--items span {
    float: right;
    margin-left: 60px;
    min-width: 60px;
    text-align: right;
}

.signup #summary #summary--loading {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    border-radius: 3px;
    opacity: .7;
}

.signup #summary #summary--loading > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

#successful-signup .notification {
    padding: 1rem;
    color: #2a3f7f;
    background: #daecfe;
    border: 1px solid #becedf;
    border-radius: 4px;
}

#successful-signup .notification.warning {
    color: #7f6a2a;
    background: #f8fcb8;
    border: 1px solid #dfd5be;
}

#successful-signup .notification.error {
    color: #781a1a;
    background: #fedada;
    border: 1px solid #dfbebe;
}

#successful-signup .help-icon svg {
    width: .85rem;
    fill: #37383c;
    margin-bottom: -.2rem;
}

#successful-signup .platform {
    font-size: 1.4rem;
}

#successful-signup #copy-to-clipboard {
    display: inline-block;
    border: 1px solid #37383c;
    padding: .9em .5em 1em 1em;
    border-radius: 0 5px 5px 0;
    background: #e7e7e7;
    vertical-align: top;
    margin-left: -5px;
    height: 65px;
}

#successful-signup #copy-to-clipboard svg {
    height: 2rem;
    margin-top: .2rem;
    fill: #37383c;
}

#successful-signup .page {
    padding: 0 20px;
    max-width: 640px;
}

#successful-signup .page h2 {
    margin-bottom: .5rem;
}

#successful-signup .invite-code--wrapper {
    margin-top: 2rem;
    text-align: center;
}

#successful-signup #invite-code {
    text-align: center;
    display: inline-block;
    width: auto;
    vertical-align: top;
    font-size: 2rem;
    background: #fff;
    color: #000;
    border: 1px solid #37383c;
    padding: .5rem;
    border-radius: 5px 0 0 5px;
    height: 65px;
}

#successful-signup .gridsync-downloads {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
    align-items: flex-start;
}

#successful-signup .gridsync-downloads .signature {
    font-size: .9rem;
}

#successful-signup .gridsync-downloads div {
    margin-top: 1rem;
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    text-align: center;
}

#successful-signup .gridsync-downloads div > a {
    display: inline-block;
    width: 100%;
    max-width: 3rem;
    margin: 0 auto;
}

#successful-signup .gridsync-downloads p {
    margin-top: .5rem;
}

#successful-signup .gridsync-downloads svg {
    max-width: 3rem;
    fill: #37383c;
}

#successful-signup .gridsync-screenshot {
    border-top: 2px solid #1e5ef3;
    margin: 0 auto 5rem;
    display: block;
}

.signup-header:after {
    content: "";
    display: table;
    clear: both;
}

.signup-header h2 {
    float: left;
    margin: 0 !important;
    line-height: 1.5;
    color: #37383c;
}

.signup-header .icon {
    float: left;
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 1rem;
}

.stripe {
    width: 7rem;
    height: 1.5em;
    background-image: url("../img/stripe.svg");
    margin-top: 2rem;
}

.close {
    position: absolute;
    position: fixed;
    top: 1rem;
    right: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    background-image: url("../img/ico-close.svg");
    z-index: 420;
}

.not-found {
    padding: 10em 0;
}

.security-consulting .page {
    display: flex;
    justify-content: center;
}

.security-consulting .page .anchor {
    padding: 0;
    line-height: 0;
}

.security-consulting .page h1, .security-consulting .page h2, .security-consulting .page h3, .security-consulting .page h4, .security-consulting .page h5 {
    padding: 1rem 0 0;
    margin: 0;
}

.security-consulting .page h2 {
    color: #e92c2a;
}

.security-consulting .page .container {
    margin: 0;
}

.security-consulting .page li {
    margin-top: 0;
    margin-bottom: .25em;
}


.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

/*#contact {display: none;}*/

.navbar-scrolled {
    background: black;
}

.block-content-section ul {
    list-style: disc;
    margin-left: 25px;
}

.tile-image {
    width: 100px;
    text-align: center;
    height: 100px;
    margin: 0px auto;
    vertical-align: baseline;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.tile-title {
    font-weight: bold;
    margin-bottom: .5rem;
}

.tile-text-link {
    color: #e92c2a;
}

.page-section.cta {

}

.privacy-policy .container p {
    line-height: 1.2em;
}

.privacy-policy .container h3 {
    margin-top: 0.75em;
    margin-bottom: 0.25em;
}

.privacy-policy .container p strong {
    margin-top: 0.75em;
    margin-bottom: 0.25em;
    font-weight: bold;
}
.imprint .container p strong {
    margin-top: 0.75em;
    margin-bottom: 0.25em;
    font-weight: bold;
}