@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);
.hide {
    display: none;
}

body {
    overflow-x: hidden;
    /* font-family: "Raleway", sans-serif; */
    /* font-family: "Roboto", sans-serif; */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}
#blogs {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../storage/companion_app_images/icrCamera.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* height: 35vh; */
    color: white;
}
.header {
    /* font-family: "Roboto", sans-serif; */
    font-weight: 500;
    /* text-shadow: 1px 1px #555555; */
}
#landing-header {
    font-size: 2.1em
}
#page-banner {
    background: url("../storage/companion_app_images/icrCamera.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 20vh;
}
.carousel-caption {
    color: #555555 !important;
    text-shadow: none;
    /* border: 0.02em solid #555555 !important; */
    margin-top: -5em;
    border-radius: 10px !important;
    /* height: 350px; */
    height: 15vh;
    /* padding-bottom: 10px; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    position: absolute;
    /* background-color: rgba(245, 248, 250, 0.95) !important; */
}
.c-card {
    color: #555555;
    /* width: 80%; */
    /* height: 20vh; */
    /* overflow: hidden; */
    /* border-radius: 10px; */
    /* background: none !important; */
    /* border: none !important; */
    /* padding: 0 !important; */
    /* margin: 0 !important; */
    background-color: rgb(255, 255, 255);
    opacity: 0.95;
    position: absolute;
    width: 100%;
}
.carousel-item, .c-card {
    background-color: rgb(255, 255, 255);
    opacity: 0.95;
    border-radius: 10px;
}

.carousel-indicators {
    margin: 0 !important;
}
.carousel-indicators li {
    background-color: #fff;
    width: 1rem !important;
    /* height: 1rem; */
    /* border-radius: 100%; */
    opacity: 1 !important;
    border: none !important;
    /* border-bottom: none !important; */
}
.carousel-indicators li.active {
    background-color: #d6191b;
    /* width: 100%; */
    height: 4px;
    /* width: 1.2rem !important; */
    margin: 0 !important;
}
h2.blog-title {
    font-size: 1.2em;
    text-transform: capitalize !important;
    font-weight: 600;
}
.blog-img {
    object-fit: cover; 
}
.ql-card {
    border-radius: 10px !important;
    border: 0.11em solid #d6191b !important;
    color: #d6191b !important;
    transition: all 0.2s linear;
    background: #fff !important;
}
.ql-card-top {
    box-shadow: 1px 5px 5px rgba(95, 95, 95, 0.2);

}
.ql-card-bottom {
    box-shadow: 5px 1px 5px rgba(95, 95, 95, 0.2);
}
.ql-card-top:active, .ql-card-bottom:active {
    transform: scale(.97) !important;
    box-shadow: none;
}
.ql-link:hover {
    text-decoration: none;
}
.contact-link {
    font-size: 1.6em;
    color: #d6191b;
    transition: all 0.1s ease-in-out;
}
.submit-request {
    font-size: 1.6em;
}
.contact-link:hover {
    color: #d6191b;
    text-decoration: none;
}
.red {
    color: #d6191b;
}
.red-text {
    color: #d6191b;

}
.red:hover {
    color: #d6191b;
    text-decoration: underline;
}
.contact-link
{
    position: relative;
}
.back-button {
    right: 0px;
    transition: all 0.1s ease-in-out;
}
.back-button:hover {
    right: 3px;
}
.contact-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #d6191b;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.1s ease-in-out;
}
.contact-link:hover:before {
    visibility: visible;
    transform: scaleX(1);
}
h6 {
    font-size: 1.1em;
}
.ql-link-top:hover, .ql-link-bottom:hover {
    color: #d6191b;
    text-decoration: none;
}
.catalog-icon {
    transition: all .1s linear;
    box-shadow: 1px 5px 10px  rgba(85, 85, 85, 0.2);
}
.catalog-icon:hover {
    transform: scale(1.01);
}
.catalog-icon:active {
    transform: scale(.99) !important;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: none !important;
}
h5 {
    font-size: 1.2em;
}
#alt-header {
    display: none;
}
.phone-icon {
    width: 62%;
}
.logo {
    width: 75%;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Download Page CSS */
/* .dl {
    background: url('../storage/companion_app_images/floaties_sm.svg');
    background-color: #E8EDF1;
    background-position: center;
    background-size: cover;
} */
.help-center {
    background: url('../storage/companion_app_images/HelpDesk65.png');
}
.media-center {
    background: url('../storage/companion_app_images/Docs65.png');
}
.support-ticket {
    background: url('../storage/companion_app_images/SupportTicket65.png');
}
.contact-us {
    background: url('../storage/companion_app_images/Contact65.png');
}
.help-center, .media-center, .support-ticket, .contact-us {
    border: 1px solid #d6191b;
    border-radius: 22px;
    background-position: center;
    background-size: cover;
    height: 200px;
    width: 100%;
}
.img-border {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.media-body p, .gray-text {
    color: #707070;
}
a.sm-text {
    font-size: .9em;
}
a.sm-text:hover {
    color: #707070;
}
.selected-bg {
    background: #d6191b !important;
}
/* really small screens make carousel cards bigger and hide indicators */
@media (min-width: 1px) {
    /* #blogs {
        height: 40vh;
    } */
 /* show card BG */
 /* hide carousel indicators */
    /* .carousel-indicators {
        display: none !important;
    } */
}
/* larger than 400px will show the carousel like normal */
@media (min-width: 400px) {
    /* #blogs {
        height: 35vh;
    } */
    /* .carousel-indicators {
        display: block !important;
    } */
    /* .carousel-indicators {
        display: block !important;
    } */
}


/* These override the landscape queries, otherwise annoucement carousel will not show on screens larger than 800ish pixels */
/* @media (min-width: 850px) {
    #carouselExampleIndicators {
        display: block !important;
    }
    #landing-header {
        display: block !important;
    }
    #alt-header {
        display: none !important;
    }
} */

/* MASTER CAROUSEL AND CONTAINER SIZING FOR RESPONSIVNESS */
/* WIDTH QUERIES */
/* SM and above*/
@media only screen and (min-width: 576px) {

}
/* MD and above */
@media only screen and (min-width: 768px) {
    .phone-icon {
        width: 50%;
    }
    .carousel-indicators li {
        width: 1.5rem !important;  
    }
    .blog-text {
        font-size: 1.25rem;
    }
    h2.blog-title {
        font-size: 1.6rem;
    }
}
/* LG and above */
@media only screen and (min-width: 992px) {
    h5.card-title {
        font-size: 1.6rem; 
    }
    #blogs {
        background-position: center;
    }
}
/* XL and above */
@media only screen and (min-width: 1200px) {
    .logo {
        width: 100%;
    }
    #blogs {
        background-size: cover;
    }
    .carousel-indicators li {
        width: 1.8rem !important;  
    }
}
/* HEIGHT QUERIES */
/* dont display carousel on anything shorter than 667px */
@media only screen and (min-height: 0px) {
    #blogs {
        height: 95px;
        /* background-size: cover; */
    }
    #alt-header {
        display: block;
    }
    /* #page-banner {
        background-position: center;
    } */
    #carouselExampleIndicators {
        display: none;
    }
    .indicators {
        display: none;
    }
    #landing-header {
        display: none;
    }
}
/* Display for the main page banner without carousel slides (for heights shorter than 667px) */
@media only screen and (min-height: 375px) {
    #blogs {
        height: 105px;
    }
}
@media only screen and (min-height: 414px) {
    #blogs {
        height: 116px;
    }
}
/* iPhone SE */
@media only screen and (min-height: 568px) {
    /* #blogs {
        height: 187px;
    }
    #carouselExampleIndicators {  
        height: 131px
    }
    .carousel-item, .c-card {
        height: 112px;
    } */
}
/* iPhone 6 and up */
@media only screen and (min-height: 667px) {
    #blogs {
        height: 220px;
    }
    #carouselExampleIndicators {
        display: block;
        height: 154px
    }
    .carousel-item, .c-card {
        height: 132px;
        word-wrap: break-word
    }
    .indicators {
        display: block;
    }
    #alt-header {
        display: none;
    }
    #landing-header {
        display: block;
    }
}
@media only screen and (min-height: 736px) {
    #blogs {
        height: 243px;
    }
    #carouselExampleIndicators {
        height: 170px
    }
    .carousel-item, .c-card {
        height: 146px;
    }
}
@media only screen and (min-height: 812px) {
    #blogs {
        height: 268px;
    }
    #carouselExampleIndicators {
        height: 188px
    }
    .carousel-item, .c-card {
        height: 161px;
    }
}
@media only screen and (min-height: 834px) {
    #blogs {
        height: 275px;
    }
    #carouselExampleIndicators {
        height: 193px
    }
    .carousel-item, .c-card {
        height: 156px;
    }
}
@media only screen and (min-height: 896px) {
    #blogs {
        height: 296px;
    }
    #carouselExampleIndicators {
        height: 207px
    }
    .carousel-item, .c-card {
        height: 178px;
    }
}
@media only screen and (min-height: 1024px) {
    #blogs {
        height: 338px;
    }
    #carouselExampleIndicators {
        height: 237px
    }
    .carousel-item, .c-card {
        height: 203px;
    }
}
@media only screen and (min-height: 1366px) {
    #blogs {
        height: 451px;
    }
    #carouselExampleIndicators {
        height: 316px
    }
    .carousel-item, .c-card {
        height: 271px;
    }
}
