.slides,
.slides p {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 300;
}

.slides h1,
.slides h2,
.slides h3,
.slides h4,
.slides h5,
.slides h6 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 200;
}

.slides .button,
.slides .slides-form {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
}

.slides .popupContent h1,
.slides .popupContent h2,
.slides .popupContent h3,
.slides .popupContent h4,
.slides .popupContent h5,
.slides .popupContent h6 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
}

.slides .popupContent,
.slides .popupContent p {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 19px;
}

div.tags > a.button.small {
    padding: 7px 11px 7px 11px !important;
    background-color: rgba(255, 255, 255, 0.7)!important;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 10px;
    box-shadow:none;
}

.article-cover {
    height: 200px;
    width: 100%;
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.popup .close:not(.button) svg {
    width: 60px;
    height: 60px;
}

.article-title {
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 26px !important;
}

.article-footer {
    background: linear-gradient(21deg, rgba(2,0,36,1) 0%, rgba(58,89,94,1) 51%, rgba(221,90,38,1) 100%);
    color:white;
    margin-top: 50px;
    height: 200px;
}

.contact-us {
    padding-top: 50px;
    height: 100px;
    align-content: center;
    text-align: center;
    font-size: 25px;
}

.contact-us p {
    font-size: 35px !important;
}

.contact-us > p > .button {
    margin-left: 70px;
}

.article-breadcrumb {
    margin-top: 15px;
    border-bottom: 1px solid #F1F1F1;
}


ul.no-bullets>li {
    list-style: none !important;
}

.slides .popupContent .largest {
    font-size: 27px;
}

.tags {
    margin-bottom: 40px;
}

.tag {
    text-decoration: none;
    white-space: nowrap;
    font-size: 0.8rem;
    color: black;
    display: inline;
    padding: 0.3em 0.85em;
    margin: 0.5em;
    text-transform: uppercase;
    text-align: center;
    background-color: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 2em;
}

.aside {
    display: block;
    background-color: #F1F1F1;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fullwidth {
    width: 100%;
    max-width: 100%;
}

.close-white {
    fill: white;
}

.lscolors {
    background: rgb(2,0,36);
    background: linear-gradient(21deg, rgba(2,0,36,1) 0%, rgba(58,89,94,1) 51%, rgba(221,90,38,1) 100%);
}

.results{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f9f9f9;
}

.results p {
    text-align: center;
    font-size: 26px;
}

.results strong {
    font-size: 35px;
    font-weight: 400px;
}

.service-title{
}

@media (max-width:820px) {
    .popupContent  h1,
    .popupContent  h2,
    .popupContent  h3,
    .popupContent  h4,
    .popupContent  h5,
    .popupContent  h6,
    .popupContent  p {
        margin-left: 20px;
        margin-right: 20px;
   }

   .contact-us {
        padding-top: 50px;
        height: 100px;
        align-content: center;
        text-align: center;
        font-size: 25px;
    }

    .contact-us p {
        font-size: 20px !important;
    }

    .contact-us > p > .button {
        margin-left: 0px;
        margin-top: 30px;
    }

}

@media (min-width:768px) {
   .service-title{
        height: 90px;
    }
}

.opacity-10{opacity:0.1;}
.opacity-20{opacity:0.2;}
.opacity-30{opacity:0.3;}
.opacity-40{opacity:0.4;}
.opacity-50{opacity:0.5;}
.opacity-60{opacity:0.6;}
.opacity-70{opacity:0.7;}
.opacity-80{opacity:0.8;}
.opacity-90{opacity:0.9;}
.opacity-100{opacity:1.0;}


.frame {
    border: 2px solid #e9e9e9;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius:15px
}

.frame > h4{
    margin-top: 10px !important;
}

.videoThumbnail > img{
    height:170px;
    width:auto;/*maintain aspect ratio*/
    max-width:300px;
}

