

.screenshot {
    --transform: rotate3d(0.5, 0, 0, 15deg);
    --shadow: -29.4px 62.5px 125px -25px rgba(50, 50, 93, .5), -17.6px 37.5px 75px -37.5px rgba(0, 0, 0, .6);
    --lighting-angle: 70deg;
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-transform: var(--transform);
    transform: var(--transform);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    border-radius: 7px;
}

.outline-shot {
    border-radius: 7px;
    border:1px solid #eee!important
}

.merlin-shadow {
    -webkit-box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), 39px 62.5px 125px -25px rgba(50,50,93,.5), 23.4px 37.5px 75px -37.5px rgba(0,0,0,.6);
    box-shadow: 1px 1px 5px 0 rgba(26,26,67,.05), 39px 62.5px 125px -25px rgba(50,50,93,.5), 23.4px 37.5px 75px -37.5px rgba(0,0,0,.6);
    -webkit-transform: scale(1.0) translateX(50px) translateY(0) perspective(3190px) rotateY(-29deg) rotateX(4deg) rotate(1deg);
    transform: scale(1.0) translateX(50px) translateY(0) perspective(3190px) rotateY(-29deg) rotateX(4deg) rotate(1deg);
    border-radius: 7px;
    background-size: 100% 100%;

}

.merlin-shadow-left {
    -webkit-box-shadow: -27.1px 62.5px 125px -25px rgba(50,50,93,.5), -16.2px 37.5px 75px -37.5px rgba(0,0,0,.6);
    box-shadow: -27.1px 62.5px 125px -25px rgba(50,50,93,.5), -16.2px 37.5px 75px -37.5px rgba(0,0,0,.6);
    border-radius: 7px;
    background-size: 100% 100%;
    margin-left: -80px;
    -webkit-transform: scale(1.0) perspective(2910px) rotateY(12deg) rotateX(3deg) rotate(-2deg);
    transform: scale(1.0) perspective(2910px) rotateY(12deg) rotateX(3deg) rotate(-2deg);
}

.subtext {
    font-size: 1.2em;
    line-height: 1.75em;
}

.subtext-2 {
    font-size: 1.2em;
    line-height: 1.75em;
    font-weight: 400;
    color: #444;
}

.subtext-2-light {
    font-size: 1.2em;
    line-height: 1.75em;
    color: #eee;
}

.checkmark {
    list-style: none;
    padding-left: 0;
    font-size: 0.8em;
    line-height: 2.5em;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.checkmark:before {
    content: url("/static/img/dragon/checkmark.9df53688c58c.svg");
    margin-right: 15px;
    padding-top: 5px;
    display: inline;

}

.loginpanel {
    background-color: #f1f3f4;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 6px rgba(50, 50, 93, .11), 0 0 6px rgba(0, 0, 0, .08);
    box-shadow: 0 0 6px rgba(50, 50, 93, .11), 0 0 6px rgba(0, 0, 0, .08);
    letter-spacing: .025em;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    min-width: 400px;
}

.bb-gray {
    border-bottom: 2px solid rgba(0, 0, 0, .04);
    padding-bottom: 40px;
    left: 50%;
    right: 50%;
}

.common-button {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    background-color: rgb(225, 98, 89);
    border: 1px solid rgb(190, 86, 67);
    color:white;
    font-weight: 500;
}

.common-button:focus, .common-button:hover {
    background-color: rgb(199, 92, 83);
    border: 1px solid rgb(190, 86, 67);
    color:white;
    font-weight: 500;
}

.dropdown-menu {
    -webkit-box-shadow: -3px 4px 17px 0px rgba(187,187,187,1);
    -moz-box-shadow: -3px 4px 17px 0px rgba(187,187,187,1);
    box-shadow: -3px 4px 17px 0px rgba(187,187,187,1);
    border-color: white;
}

@media (min-width: 670px) {
    .font-normal {
        font-weight: 300;
        color: #32325d;
    }
    .font-para {
        font-weight: 400;
        color: #525f7f;
        font-size: 17px;
        line-height: 1.47059;
        letter-spacing: -.01em;
    }
    .font-400 {
        font-weight: 400;
        color: #32325d;
    }
    .font-medium {
        font-weight: 500;
        color: #32325d;
    }
    .font-bold {
        font-weight: 700;
        color: #32325d;
    }
    .font-heavy {
        font-weight: 800;
        color: #32325d;
    }
}

.img-element {
    width: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 2px;
    box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 2px;
}

.img-emboss {
    border-radius: 10px;
    -webkit-box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 2px;
    box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 2px;
}

.mynav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid #E2E6E9;
}
.mynav-link {
		color: black;
		font-weight: 500;
		border: none;
		padding: 1rem 0.5rem;
		margin-right: 2rem;
		margin-left: 2rem;
		white-space: nowrap;
        text-decoration: none;
        font-size: 1.2rem;
        cursor: pointer;

}
.mynav-link.hover{
    text-decoration: none;
    color: #1184e9;
}

.mynav-link.active,
.mynav-item.show .nav-link {
    color: #1184e9;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #0474d4;
}


.section-break {
    margin-top: 3rem;
    padding-top: 3rem;
}

#second:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    min-height: 600%;
    -webkit-transform: skewY(-8deg);
    transform: skewY(-8deg);
    background: #e6ebf1; /* #323a5a linear-gradient(192deg,#51557d,#222d49) */
}

#second {
    width: 100%;
    min-height: 590%;
    height: auto;
}

#third:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    min-height: 250%;
    height: auto;
    -webkit-transform: skewY(-8deg);
    transform: skewY(-8deg);
    background: #323a5a linear-gradient(192deg,#51557d,#222d49);
}

#third {
    width: 100%;
    min-height: 250%;
    height: auto;
}

#fourth:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    min-height: 100%;
    height: auto;
    background: #f6f9fc;
}

@media (min-width: 100px) {
    .announcement {
        line-height: 26px;
        margin: 0;
        padding: 0 12px 2px 5px;
        border-radius: 15px;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        color: #333;
        text-decoration: none;
        background: rgba(0, 0, 140, .08);
        width: auto;
    }

    .announcement .new-pill {
        padding: 0 6px;
        font-size: 12px;
        line-height: 16px;
        font-weight: 600;
        background: rgb(225, 98, 89);
        text-transform: uppercase;
        border-radius: 10px;
        color: #ffffff;
    }



    .announcement .message {
        margin: 0 7px 0 6px;
    }

    .announcement .message {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 12px;
    }

    .btn-gray {
        background-color: #efefef;
    }
}

body {
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.truncate_text {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 1.5em;     /* fallback */
   max-height: 7.5em;      /* fallback */
   -webkit-line-clamp: 6; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.lh-large{
    line-height: 1.75em;
}

.lh-medium{
    line-height: 1.5em;
}

.nav-item{
    color: rgb(55, 53, 47);
    font-weight: 700;
    font-size: 16px;
}

.nav-text {
    color: rgb(55, 53, 47);
    font-weight: 500;
    font-size: 15px;
}

.nav-child{
    color: #777;!important;
    font-weight: 400;
    font-size: 0.9em;
}

.link-green {
    color: #28a745; !important;
}
.link-green:hover {
    color: #2bbc4a; !important;
    text-decoration: none;
}
.form-control:focus {
    border: solid 2px #0474d4;
    box-shadow: none;
}