/*primary color 1e3499*/

html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }

}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.container-fluid {
    padding:0px;
}
.toprow {
    height: 100vh;
}


.toprow > .smaller-box {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    /*width: 100px;*/
}

.toprow >.bigger-box-right {
    padding-top: 0px;
    text-align: right;
    /*width:100px;*/
}

.bigger-box-left {
    padding-top: 0px;
    text-align: left;
}



.row {
    display:flex;
    /*max-height:100vh;*/
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    /*border: 1px dashed red;*/
    /*max-height: 100vh;*/

}


.COMPASSIFYLOGOImage {
    margin-bottom: 50px;
    width: 90%;
    /*padding:20px;*/
}


img {
    max-width: 100%;
    max-height: 100vh;
}



.column {
    width: 33.3%;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 650px) {
    .column {
        width: 100%;
        display: block;
    }
}


#linkedinlogo {
    width: 100px;
}
hr.divider {
    max-width: 3.25rem;
    border-width: .2rem;
    border-style: solid;
    margin: auto;
}

.h_text {
    font-size:48px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.sh_text {
    font-size: 28px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

 

.textDiv {
    padding:50px;

}

@media screen and (max-width: 650px) {


    .h_text {
        font-size: 24px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
    }

    .sh_text {
        font-size: 18px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
    }

 

    .textDiv {
        padding: 50px;
    }


    .row {
        display: flex;
    }
}

    .navbar {
        /*display: none;*/
    }

    .footer {
        /*display: none;*/
        padding:20px;
        width:100vw;
        word-wrap:break-word;
    }



 


.js-scroll-trigger {
}


.navbar {
    background-color: transparent;
    display:none;
}

@media (max-width: 991px) {
    #mainNav {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        background-color: #fff;
        transition: background-color 0.2s ease;
        padding:20px;
    }

        #mainNav .navbar-brand {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
        }

        #mainNav .navbar-nav .nav-item .nav-link {
            color: #6c757d;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif font-weight: 500;
            font-size: 0.9rem;
            padding: 0.75rem 0;
        }

            #mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
                color: #004aad;
            }

            #mainNav .navbar-nav .nav-item .nav-link.active {
                color: #004aad !important;
            }

        #mainNav.navbar-scrolled {
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            background-color: #fff;
            display: block;
        }
}




@media (min-width: 992px) {
    #mainNav {
        box-shadow: none;
        background-color: transparent;
        padding: 50px;
    }

        #mainNav .navbar-brand {
            color: rgba(255, 255, 255, 0.7);
        }

            #mainNav .navbar-brand:hover {
                color: #fff;
            }

        #mainNav .navbar-nav .nav-item .nav-link {
            color: rgba(255, 255, 255, 0.7);
            padding: 0 1rem;
        }

            #mainNav .navbar-nav .nav-item .nav-link:hover {
                color: #fff;
            }

        #mainNav .navbar-nav .nav-item:last-child .nav-link {
            padding-right: 0;
        }

        #mainNav.navbar-scrolled {
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            background-color: #fff;
            display: block;
        }

            #mainNav.navbar-scrolled .navbar-brand {
                color: #212529;
            }

                #mainNav.navbar-scrolled .navbar-brand:hover {
                    color: #004aad;
                }

            #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
                color: #212529;
            }

                #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
                    color: #004aad;
                }
}


header.masthead {
    /*padding-top: 10rem;*/
    padding-bottom: calc(10rem - 4.5rem);
    /*background: linear-gradient(to bottom, rgba(148, 148, 148, 0.8) 0%, rgba(148, 148, 148, 0.8) 100%), url("../../assets/img/bg.png");*/
    /*background-color: #f5f5f5;*/
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: COVER;
}

    header.masthead h1 {
        font-size: 2.25rem;
    }

@media (min-width: 992px) {
    header.masthead {
        /*height: 100vh;*/
        min-height: 40rem;
        /*padding-top: 4.5rem;*/
        padding-bottom: 0;
    }

        header.masthead p {
            font-size: 1.15rem;
        }

        header.masthead h1 {
            font-size: 3rem;
        }
}

@media (min-width: 1200px) {
    header.masthead h1 {
        font-size: 3.5rem;
    }
}


#navbarResponsive {
    /*background-color: darkblue;*/ 
    padding:20px;
}
 


/*################################    old code*/

 




.homeBubbleBox {
    /*background-color: lightgray;*/
    /*color:white;*/
    /*padding: 20px;
    margin: 20px;
    border-radius: 10px;*/
}


.bigger-box {
    text-align: center;
    background-color: lightgray;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 20px;
    border-radius: 10px;
}

.smaller-box {
    padding-top: 0;
}


.planBenefitItem {
    /*background-color: lightgray;*/
    /*color:white;*/
    padding: 5px;
    /*margin: 10px;*/
    /*border-radius: 10px;*/
    text-align: left;
}




hr.dividerThin {
    max-width: 3.25rem;
    border-width: .1rem;
    border-style: solid;
    margin: auto;
}



 


.compassifylogonavbar {
    width: 200px;
    background-color: antiquewhite;
    padding: 10px;
    border-radius: 10px;
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 4.5rem);
    /*background: linear-gradient(to bottom, rgba(148, 148, 148, 0.8) 0%, rgba(148, 148, 148, 0.8) 100%), url("../../assets/img/bg.png");*/
    /*background-color: #f5f5f5;*/
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: COVER;
    /*background-image: url('../assets/img/publyhomeback.png');*/
}

    header.masthead h1 {
        font-size: 2.25rem;
    }

@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        min-height: 40rem;
        padding-top: 4.5rem;
        padding-bottom: 0;
    }

        header.masthead p {
            font-size: 1.15rem;
        }

        header.masthead h1 {
            font-size: 3rem;
        }
}

@media (min-width: 1200px) {
    header.masthead h1 {
        font-size: 3.5rem;
    }
}

/* begin price box */
* {
    box-sizing: border-box;
}



/*Display the columns below each other instead of side by side on small screens*/
@media screen and (max-width: 650px) {
    .column {
        width: 100%;
        display: block;
    }
}

/*Add some shadows to create a card effect*/
/*.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}*/

/*Some left and right padding inside the container*/
/*.container {
    padding: 0 16px;
}
*/
/*Clear floats*/
.container::after, .row::after {
    content: "";
    clear: both;
    display: table;
}

.title {
    color: grey;
}


.imgul {
    /*position:absolute;*/
    bottom: 30px;
}

    .imgul .active {
        background: #333;
    }

.imgbtn {
    list-style: none;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #bfbfbf;
    border-radius: 50%;
    margin-right: 15px;
    cursor: pointer;
}



#features {
    /*background-color:yellow;*/
}

* {
    box-sizing: border-box;
}
/*
.row {
    display: flex;
}
*/
/* Create three equal columns that sits next to each other */
/*.column {
    flex: 33.33%;
    padding: 5px;
}*/

/*#COMPASSIFYINTEGRATES {
    width: 50%;
    margin:20px;
}*/


/*img {
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;*/
    /* Safari seems to support, but seems deprecated and does the same thing as the others. */
    /*image-rendering: -webkit-optimize-contrast;
    vertical-align: middle;
}*/




* {
    box-sizing: border-box
}

/*.mySlides {
    display: none
}



.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}*/
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }
/* Caption text */
.text {
    color: #000000;
    font-size: 15px;
    padding: 8px 12px;
    position: relative;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #999999;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active,
    .dot:hover {
        background-color: #111111;
    }
/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 4.5s;
    animation-name: fade;
    animation-duration: 4.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 1
    }

    to {
        opacity: 1
    }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

/*.mobileimagebackground {
    background-color: lightgray;
}
*/


/*.COMPASSIFYLOGOImage {
    margin-bottom: 100px;
    width: 70%;
}
*/


/*
.toprow {
}
*/


/*hr.divider {
    max-width: 3.25rem;
    border-width: .2rem;
    border-style: solid;
    margin: auto;
}
*/
/*
.row {
    padding-top: 50px;
    padding-bottom: 20px;
}

 */
 

.emaillink {
}

.trustedbyImage {
    width: 80%;
}



.compassifyoffering {
    width: 100%;
}




 



/*ul {
    list-style: none;
    padding-left: 0;
}

li {
    position: relative;*/
/*padding-left: 1.5em;*/ /* space to preserve indentation on wrap */
/*font-size: 24px;
    line-height: 1.5;
}

    li:before {
        content: '';*/ /* placeholder for the SVG */
/*position: absolute;
        left: 0;*/ /* place the SVG at the start of the padding */
/*width: 1em;
        height: 1em;*/

/*background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;*/
/*}*/

