@font-face {
    font-family: 'bag';
    src: url('../fonts/main-typefaces/bagnardsans-webfont.woff2') format('woff2'),
         url('../fonts/main-typefaces/bagnardsans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body,
.toc a {
    font-family: 'Muli', arial, sans-serif;
    color: #6F678B;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased !important;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizelegibility !important;
}
p { font-size: 16px; line-height: 1.85em; }
/*a,
.sidebar h4 {
    background: -webkit-linear-gradient(left, #3d1d7d, #dc3d2d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}*/
h2 { font-size: 29px; line-height: 1.35em; padding-bottom: 10px; }
h3 { font-size: 21px; line-height: 1.35em; }
h1,
h2,
h3,
h4,
h5,
h6,
h2 a,
h2 a:hover,
.sidenav>li>a { font-family: 'bag'; color: #000; }
section > h1,
section > h2,
section > h3,
section > h4,
section > h5,
section > h6 { letter-spacing: -0.85px; } 

h4,
h5 { font-size: 19px; }
.sidebar h4 { margin-bottom: 35px; }
.sidenav a { color: #6F678B; }
.sidenav a.open,
.sidenav a:hover,
.sidenav > li > a.active,
.sidenav > li > a:hover,
.toc a:hover { color: #5025ED; }
.sidenav > li > ul a.active:before,
.sidenav > li > ul li.active a:before,
h2 a:after {
    background: #000;
    height: 3px;
    bottom: -16px; 
}
main.container { margin-top: 50px; }
a,
a:focus,
a:hover { color: #5025ED; }

.banner.has-attached-image { height: 90px; }

/*nav*/
.site-header .navbar {
    padding-left: 3%;
    padding-right: 3%;  
}

.img-intro { opacity: 0; }
.banner .attached-image img {
    max-width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.banner.has-attached-image .container,
.banner.has-attached-image .container-fluid {
    margin-top: 0;
    margin-bottom: -5%;
}
/*big top banner*/
.banner.has-attached-image {
    background-color: #f5f5f5 !important;
    color: #0a0a0a;
}

.navbar-default .navbar-nav > li > a { font-weight: 700; color: hsla(0,0%,49%,.7); font-size: 13px; }
.site-header .navbar-brand > img { max-height: 50px; }
.navbar-brand svg {
    width: 185px;
    height: 50px;
    opacity: 0.75;
}

/* chain */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { position: relative; }
h1 a:before,
h2 a:before,
h3 a:before,
h4 a:before,
h5 a:before,
h6 a { position: absolute; top: -10px; left: 5px; }
h1 a:before,
h2 a:before,
h3 a:before { color: #d2d2d2; font-size: 13px; }
h1:hover a:before,
h2:hover a:before,
h3:hover a:before { opacity: 1; color: #5025ED; }
/*title underlined*/
h2 { border-bottom-color: #f5f5f5; }
/*promo*/
.promo > h3 { font-size: 13px; letter-spacing: 1px; text-transform: none; } 

/*text-transforms*/
.bigger-text { font-size: 45px; line-height: 1.35em; font-weight: thiner; }
/*callouts*/
.callout {
    padding: 30px;
    margin: 20px 0;
    border-left-width: 3px;
    border-radius: 3px;
}
.callout h4 { font-size: 13px; }
.callout-info { border-left-color: #5025ED; }
.callout-info a,
.callout-info h4 { color: #5025ED; font-family: 'Muli', sans-serif; }
.call-out-custom {
    width: fit-content;
    padding: 10px 25px;
    border-left-color: grey;
}

/*toc*/
.toc-main:before { content: "Main Sections"; }
/*steps*/
.step-text > li:before {
    color: #dcdcdc;
    font-size: 13px;
    width: 30px;
    height: 30px;
    top: 2px;
}
.step-text h5 { font-size: 16px; line-height: 1.5em; color: #c5c5c5; }
.step-text > li { margin-bottom: 30px; }
.step-image .carousel-indicators:before { content: "details"; }
.step-image .carousel-indicators .active:before,
.step-image .carousel-indicators li:hover:before { font-size: inherit; }
.step-image .carousel-indicators li:hover:before { color: #5025ED; }
/*sidebar*/
/*.sidenav {
    opacity: 0.55;
    -webkit-transition: opacity 333ms ease-out;
       -moz-transition: opacity 333ms ease-out;
         -o-transition: opacity 333ms ease-out;
            transition: opacity 333ms ease-out;
}*/
.sidenav:hover { opacity: 1; }
/*btns*/
.btn[data-lity] {
    position: relative;
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 10px;
    background-color: #f5f5f5;
}
.btn[data-lity]:hover {
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
}
.btn[data-lity] img { width: 100%; max-width: 100%; }
/*grid view*/
.grid-view li {
    border-top: 1px solid #5025ED;
    border-bottom: 0px solid #f5f6f7;
    border-right: 0px solid #f5f6f7; 
    padding: 30px;
    background-color: #fcfcfc;
    -webkit-transition: all 333ms ease-out;
       -moz-transition: all 333ms ease-out;
         -o-transition: all 333ms ease-out;
            transition: all 333ms ease-out;
}
.grid-view li h6 { color: #dcdcdc; font-family: 'Muli', sans-serif; }
.grid-view li p { font-size: 13px; }
.grid-view li h5,
.sidenav>li>a { margin-bottom: 15px; font-size: 15px; }
.sidenav>li>a { margin-bottom: inherit; }
.grid-view.view-col-3 li:last-child { margin-right: 0; margin-left: 2.5%; }
.grid-view li:hover {
    -webkit-box-shadow: -1px 11px 19px -15px rgba(80,37,237,0.47);
       -moz-box-shadow: -1px 11px 19px -15px rgba(80,37,237,0.47);
            box-shadow: -1px 11px 19px -15px rgba(80,37,237,0.47);
}
/*hr / spacers*/
.spcr {  border-top: 1px solid transparent; margin-top: 150px; }
.spcr-md {  border-top: 1px solid transparent; margin-top: 100px; }
.spcr-sm {  border-top: 1px solid transparent; margin-top: 50px; }
.spcr-xs {  border-top: 1px solid transparent; margin-top: 20px; }
.hr-spacer { margin: 150px 0 15px 0; }

/*promo*/
.promo { width: 85%; }
.promo > h3 { letter-spacing: 0; font-size: 15px; }
.promo p,
.promo ul li { font-size: 13px; color: #6F678B; }

/*video*/
.video { width: 95%; margin: 0 auto; }
/*copy*/
.copy { font-size: 15px; }
/*banners*/
body .banner-full-height { height: 100vh !important; }
/*compact nav bar*/
@media screen and (max-width: 767px) {
    .navbar {
        background-color: #1106FF !important;
    }
}

div.video {
    position: relative;
    background: #f7f7f7;
    padding: 35px 35px 35px 35px;
    left: 0px;
    font-weight: 600;
    width: calc(100% + 50px);
    margin-left: -50px;
    border-radius: 5px;
}
div.video small {
    position: relative;
    top: -11px;
    font-weight: 400;
    color: #898594;
}
div.video small:before {
    content: "↵";
    transform: rotate(-90deg);
    position: absolute;
    right: -20px;
    top: 1px;
}
.sidenav ul {
    padding-left: 10px;
}
.sidenav>li>ul:before { border-left: 1px solid #ececec; }
.has-child + ul li {
    padding: 5px 15px;
    border-radius: 7px;
    width: fit-content;
    color: #5025ED;
    border: 1px solid transparent;
    -webkit-transition: all 333ms ease-out;
       -moz-transition: all 333ms ease-out;
         -o-transition: all 333ms ease-out;
            transition: all 333ms ease-out;
}
#navigator .sidenav .current-item {
    border: 1px solid transparent;
    background: #e8e3fd;
    color: #FFF;
}
#navigator .sidenav .current-item a { color: #5025ED; }
.loco {
    font-weight: bolder;
    font-size: 31px;
}
.main-content .newsletter-cta,
.cta {
    display: block;
    position: absolute;
    width: fit-content;
    text-align: right;
    top: 70px;
    right: 0;
    padding: initial;
    border: 1px solid #5025ED;
    border-radius: 10px;
    overflow: hidden;
}
.main-content .newsletter-cta a,
.cta a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.15em;
    font-weight: bold;
    -webkit-transition: all 333ms ease-out;
       -moz-transition: all 333ms ease-out;
         -o-transition: all 333ms ease-out;
            transition: all 333ms ease-out;
}
.main-content .newsletter-cta:hover > a {
    background: #5025ED;
    color: #FFF;
}
.cta {
    position: relative;
    display: inline;
    top: initial;
    padding: 7px 15px;
    background: #5025ED;
    color: #FFF !important;
    border: 1px solid transparent;
}
.cta:hover {
    background: transparent;
    color: #5025ED !important;
    border: 1px solid #5025ED;
}
.site-footer { padding: 75px 0px; }
.site-footer #scroll-up { top: -90px; }
.framer {
    position: fixed;
    width: 0.55vw;
    height: 100vh;
    background: url(../img/side-bg.png) no-repeat;
    background-size: cover;
    z-index: 1000;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #000;
}
.navbar-default .navbar-nav>.hero>a:focus,
.navbar-default .navbar-nav>.hero>a:hover {
    color: #fff;
    background-color: hsl(259, 95%, 56%);
}
@media screen and (max-width: 767px) {
 .navbar {
     background-color: #c5c5c5 !important;
 }
}

@media screen and (min-width: 640px) {

    .promo { width: 100%; }
    .promo a {
        position: relative;
        width: fit-content;
        height: auto;
        display: block;
    }
    .promo a img {
        width: 250px;
        filter: drop-shadow(2px 2px 16px rgba(0,0,0,0.119));
    }
    .promo a:hover img {
        filter: drop-shadow(2px 2px 16px rgba(0,0,0,0.175));
    }

}

