
/* 
------------------------------------------ 
Misc. imports
------------------------------------------ 
*/
/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,600');*/

/* 
------------------------------------------ 
Font imports
------------------------------------------ 
*/

@font-face {
    font-family: 'DS Indigo Bold';
    src: url('https://assets.swoogo.com/themes/5f46c5932c5e2/DSIndigo-Bold.woff2') format('woff2'),
      url('https://assets.swoogo.com/themes/5f46c5932c5e2/DSIndigo-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
  }
  
@font-face {
    font-family: 'DS Indigo SemiBold';
    src: url('https://assets.swoogo.com/themes/5f46c5932c5e2/DSIndigo-SemiBold.woff2') format('woff2'),
        url('https://assets.swoogo.com/themes/5f46c5932c5e2/DSIndigo-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: block;
}

@font-face {
    font-family: 'DS Indigo Medium';
    src: url('https://assets.swoogo.com/themes/5f46c5932c5e2/DSIndigo-Medium.woff2') format('woff2'),
        url('https://assets.swoogo.com/themes/5f46c5932c5e2/DSIndigo-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'DS Indigo Regular';
    src: url('https://assets.swoogo.com/themes/5f46c5932c5e2/DSIndigo-Regular.woff2') format('woff2'),
        url('https://assets.swoogo.com/themes/5f46c5932c5e2/DSIndigo-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}
  





/*!
 * Start Bootstrap - Agency Bootstrap Theme (https://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 body {
    overflow-x: hidden;
    /*font-family: "DS Indigo Regular", Helvetica, Arial, sans-serif !important;*/

    zoom: 90%;
}

.text-muted {
    color: #777;
}

.text-muted-quickstart {
    color: #fff;  
    font-weight: bold;
    /*text-shadow: 1px 1px 1px #fff; */
}

.text-muted-resources {
    color: #fff;  
    font-weight: bold;
    /*text-shadow: 1px 1px 1px #fff; */
}

.text-muted-contact {
    color: #333;  
    font-weight: bold;
    /*text-shadow: 1px 1px 1px #fff; */
}

.text-primary {
    color: #1ee2e7;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #4C00FF; 
}

a:hover,
a:focus,
a:active,
a.active {
    color: #4C00FF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.bg-resources { 
    background-color: #f7f7f7; 
    text-align: center;
    color: #ffffff;
    background-attachment: scroll;
    /*background-image: linear-gradient( rgba(1, 67, 156, .25), rgba(124, 16, 137, 0.30) ), url('../images/GettyImages-1153474095.jpeg');*/
    background-image: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.25) ), url('../images/172447457.jpg');
    /*background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/GettyImages-1153474095.jpeg');*/
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
}

/* QUICK START section*/
.bg-resources2 { 
    background-color: #f7f7f7; 
    text-align: center;
    color: #ffffff;
    background-attachment: scroll; 
    /*background-image: linear-gradient( rgba(1, 67, 156, .25), rgba(124, 16, 137, 0.30) ), url('../images/GettyImages-1153474095.jpeg');*/
    background-image: linear-gradient( rgb(0, 0, 0, 0.25), rgba(0, 0, 0, 0.423) ), url('../images/EpisodePage_FooterBackground_Image.png');
    /*background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/GettyImages-1153474095.jpeg');*/
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
}

.btn-primary {
    border-color: #4c00ff; 
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #4c00ff; 
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #4C00FF;
    color: #fff;
    background-color: #26065d;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #4C00FF;
    background-color: #4C00FF;
}

.btn-primary .badge {
    color: #1ee2e7;
    background-color: #fff;
}

.btn-xl {
    padding: 10px 30px; 
    border-color: #fff;  
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    /*background-color: #01439c;*/   /*main button background color un-hover*/ 
    background-color: #4c00ff;
    -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s; 
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #fff;
    color: #fff;
    /*background-color: #7c1089;*/ /*main button background color on hover*/  
    background-color: #130032;
    -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s; 
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #006ff9;
    background-color: #006ff9; 
}

.btn-xl .badge {
    color: #06ccff; 
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

@font-face {
    font-family: 'DS Indigod';
    src: url('DSIndigo-SemiBold.woff2') format('woff2'),
        url('DSIndigo-SemiBold.woff') format('woff');
    /*font-weight: bold;*/ 
    font-style: normal; 
    font-display: swap;     
}

.navbar-default .navbar-brand {
    /*font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;*/
    font-family: 'DS Indigo';
    src: url('DSIndigo-SemiBold.woff2') format('woff2'),
        url('DSIndigo-SemiBold.woff') format('woff'); 
    /*font-weight: bold;*/ 
    font-style: normal; 
    font-display: swap;      
    color: #fff; 
    /*color: #1ee2e7;*/
    /*background-image: url('../images/DocuSign.png');
    /*background-repeat: no-repeat;
    background-size: contain;    */ 
    width: 10px; 
    height: 50px;  
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #cbc2ff; /*background color for the DocuSign logo in the upper-left side of the page */ /*DocuSign approved color*/ 
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    /* Make sure these two color values are the same! */
    border-color: #005fd7; /* OUTLINE for the un-clicked & collapsed mobile nav button NON HOVER */ /*DocuSign approved color*/
    background-color: #005fd7; /* FILL for the un-clicked & collapsed mobile nav button NON HOVER*/ /*DocuSign approved color*/
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    border-color: #ab19bf; /* OUTLINE for the clicked & expanded mobile nav button ON HOVER */ /*DocuSign approved color*/
    background-color: #ab19bf; /* FILL for the clicked & expanded mobile nav button ON HOVER */ /*DocuSign approved color*/
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    /*color: #06ccff;*/   /* FILL for the items in the clicked & expanded mobile nav button ON HOVER */ 
    color: #cbc2ff;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #1ee2e7;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #17d0d5;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s; 
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.headerNavbarDocusignLogo {
    width: 125px;
    height: 50px;
    background-color: #ff5252;
    background: url('../images/Docusign Horizontal_White.png'); 
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size:contain;
}


header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    /*background-image: linear-gradient( rgba(1, 67, 156, .25), rgba(124, 16, 137, 0.30) ), url('../images/GettyImages-1153474095.jpeg');*/
    /*background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/GettyImages-1153474095.jpeg');*/
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-top: -15px; 
    margin-bottom: 25px;
    font-family: 'DS Indigo';
    src: url('DSIndigo-SemiBold.woff2') format('woff2'),
        url('DSIndigo-SemiBold.woff') format('woff'); 
    /*font-weight: bold;*/ 
    font-style: normal;  
    font-display: swap;       
    font-size: 50px; 
    font-style: normal; 
    line-height: 65px;  
    text-shadow: 2px 2px 4px #000000;  

    /*background: -webkit-linear-gradient(left, #fff, #888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    /*text-transform: uppercase;*/
    font-family: "DS Indigo Medium", Helvetica, Arial, sans-serif;
    font-style: normal; 
    font-display: swap;      
    font-size: 25px; 
    font-weight: 700;
    line-height: 60px; 
    text-shadow: 2px 2px 4px #000000;  
}

.main-page {
    background-image: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.25) ), url('../images/salesforce/SeriesPage_FooterBackground_Image_c1.png'); 
}

.esign-page {
    background-image: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.25) ), url('../images/1314299046.jpeg'); 
}

.gen-page {
    background-image: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.25) ), url('../images/GettyImages-1153474095.jpeg');
}

.clm-page {
    background-image: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.25) ), url('../images/GettyImages-1153474095.jpeg');
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 100px; 
        padding-bottom: 75px;  
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 50px; 
        font-style: normal;
        line-height: 65px;
        color: #ffffff;
        text-shadow: 2px 2px 4px #000000;    
    }

    header .intro-text .intro-heading {
        margin-bottom: -100px;
        /*text-transform: uppercase;*/
        /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
        font-family: "DS Indigo Medium", Helvetica, Arial, sans-serif;
        font-size: 25px;    
        font-weight: 700;
        line-height: 45px;  
        text-align: left;
        text-shadow: 2px 2px 4px #000000;   
    }
} 

section {
    padding: 100px 0; 
}

section h2.section-heading {
    margin-top: -50px;  
    margin-bottom: 15px; 
    font-size: 40px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 500; 
}

.section-subheading-subtext {   
    margin-top: 50px; 
    margin-bottom: 0px;  /*Original value: 75px*/
    margin-left: 25px; 
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: none;
    font-weight: 400;
    text-align: left; 
    text-indent: 40px;
    line-height: 28px;  
    /* ********************* */   
    float: left; 
    position: relative;
    /* ********************* */ 
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

/* CUSTOM START */ 

#product .product-item {
    right: 0;
    margin: 0 0 15px;
}

#product .product-item .product-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

/*enlarges images upon hover*/
#product .product-item .product-link:hover {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    transform: scale(1.05,1.05); 
}

#product .product-item .product-link .product-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #fff; 
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#product .product-item .product-link .product-hover:hover {
    opacity: .25;  
}

#product .product-item .product-link .product-hover .product-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#product .product-item .product-link .product-hover .product-hover-content i {
    margin-top: -12px;
}

#product .product-item .product-link .product-hover .product-hover-content h3,
#product .product-item .product-link .product-hover .product-hover-content h4 {
    margin: 0;
}

#product .product-item .product-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#product .product-item .product-caption h4 {
    margin: 0;
    text-transform: none;
}

#product .product-item .product-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#product * {
    z-index: 2;
}

@media(min-width:767px) {
    #product .product-item {
        margin: 0 0 30px; 
    }
}

/* CUSTOM END */


#vertical .vertical-item {
    right: 0;
    margin: 0 0 15px;
}

#vertical .vertical-item .vertical-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

/*enlarges images upon hover*/
#vertical .vertical-item .vertical-link:hover {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    transform: scale(1.05,1.05);   
}

#vertical .vertical-item .vertical-link .vertical-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0; 
    background: #fff;  
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#vertical .vertical-item .vertical-link .vertical-hover:hover {
    opacity: .25;  
}

#vertical .vertical-item .vertical-link .vertical-hover .vertical-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#vertical .vertical-item .vertical-link .vertical-hover .vertical-hover-content i {
    margin-top: -12px;
}

#vertical .vertical-item .vertical-link .vertical-hover .vertical-hover-content h3,
#vertical .vertical-item .vertical-link .vertical-hover .vertical-hover-content h4 {
    margin: 0;
}

#vertical .vertical-item .vertical-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}



#vertical .vertical-item .vertical-caption h4 {
    margin: 0;
    text-transform: none;
}

#vertical .vertical-item .vertical-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#vertical * {
    z-index: 2;
}

@media(min-width:767px) {
    #vertical .vertical-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #006ff9;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

section#vertical {  
    background-color: rgba(96, 202, 255, 0.595);
    /*background-image: url('../images/salesforce-image-3.jpeg');    */ 
    /*background-image: linear-gradient( rgba(255, 255, 255), rgba(96, 202, 255, .25) ), url('../images/RolesHeader-Bush4.png'); */
    background-image: linear-gradient( rgba(255, 255, 255), rgba(96, 202, 255, .20) ), url('../images/RolesHeader-Bush4.png');   
    background-position: bottom center;
    background-repeat: repeat-x;
    margin-bottom: -30px;  
}

section#product { 
    background-color: #f0f8ff;
    background-image: linear-gradient( rgba(255, 255, 255), rgb(255, 255, 255, .10) ), url('../images/blazing-trails-episode-guest-template-bg.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    margin-bottom: -30px;  
}

section#resources {
    background-color: #222;
    background-image: linear-gradient( rgba(0, 0, 0, 0.75), rgba(4, 4, 4, 0.3) ), url('../images/salesforcelp_balloon_low.jpg');    
    /* background-image: linear-gradient( rgba(1, 67, 156, .5), rgba(133, 333, 333, 0.5) ), url('../images/GettyImages-1070353422.jpeg'); */
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

section#resources .section-heading {
    color: #fff;
    text-shadow: 2px 2px 4px #000000; 
}

section#resources .form-group {
    margin-bottom: 25px;
}
 
section#resources .form-group input,
section#resources .form-group textarea {
    padding: 20px;
}

section#resources .form-group input.form-control {
    height: auto;
}

section#resources .form-group textarea.form-control {
    height: 236px;
}

section#resources .form-control:focus {
    border-color: #4C00FF;
    box-shadow: none;
}

select{ 
    background:transparent;
    width: auto; 
    padding: 2px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:0;
    color:#fff;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: auto;
    -webkit-appearance: none;
    padding: 20px; 
    }
    .select-div{
        width: auto;
        height: auto;  
        padding: 20px; 
        overflow: visible;
        background: url(arrowhead.png) no-repeat right #ffffff;
        border-top:#575757 1px solid;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
            border-radius: 4px 4px 4px 4px;
        -webkit-box-shadow: inset 0 2px 4px rgba(107, 105, 105, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
            -moz-box-shadow:    0px 8px 3px -9px #000000;
            -webkit-box-shadow: 0px 8px 3px -9px #000000;
            box-shadow:         0px 8px 3px -9px #000000;
   }

section#resources::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#resources:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#resources::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#resources:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#resources .text-danger {
    color: #e74c3c;
}
 
:root { 
    --gradient: linear-gradient(-45deg, #020f25, #021a38, #05274f, #06284f, #020f25);   
  
  }
  
section#contact { 
    /*background-color: #222;*/
    /*background-image: linear-gradient( rgba(0, 0, 0, 0.75), rgba(4, 4, 4, 0.3) ), url('../images/1180187740.jpeg');    */
    /*background-image: linear-gradient( rgba(1, 67, 156, .5), rgba(133, 333, 333, 0.5) ), url('../images/GettyImages-1070353422.jpeg'); */
    background-image: linear-gradient( rgba(0, 110, 255, 0.5), rgba(133, 333, 333, 0.5) ), url('../images/contact-hill-background.png'); 
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    

    /* This chunk-B will animate gradient background colors */
    /*
    font-family: basic-sans, sans-serif; 
    min-height: 25vh; 
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125em;
    line-height: 1.6;
    color: #333;
    background: #ddd;
    background-size: 800%;
    background-image: var(--gradient);
    animation: bg-animation 30s ease-in-out infinite; 
    */
    /* End chunk-B */
  }

  
  @keyframes bg-animation {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
  }
  
  .content {
    background: white;
    width: 70vw;
    padding: 3em;
    box-shadow: 0 0 3em rgba(0,0,0,.15);
  }

section#contact .section-heading {
    color: #222;
    /*text-shadow: 2px 2px 4px #f0f4ff; */
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
}

section#contact .form-group {
    margin-bottom: 25px;
    border-color: #4c00ff;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
    border-color: #4c00ff;
    /*border-color: #006ff9;*/
}

section#contact .form-group input.form-control {
    height: auto;
    border-color: #4c00ff;
}

section#contact .form-group textarea.form-control {
    height: 150px; 
    border-color: #4c00ff;
}

section#contact .form-group select.form-control {
    height: auto; 
    width: 100%;   
    border-color: #4c00ff;
}

section#contact .form-control:focus {
    border-color: #4c00ff;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
    border-color: #4c00ff;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff; 
    border-color: #4c00ff;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
    border-color: #4c00ff;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
    border-color: #4c00ff; 
}

section#contact .text-danger {
    color: #e74c3c;
    border-color: #4c00ff;
}

footer {
    padding: 20px 0; 
    text-align: center;
}

footer span.copyright {
    color: #fff;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px; 
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer a{
    color: #fff;
}
 
footer a:hover{
    color: #06ccff; 
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #4C00FF;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

/*.img-container {
    background-color: #222;
    background-image: url('../images/product-logos/DocuSign eSignature for Salesforce_black.png');
    background-size: 250px auto; 
    background-position: center; 
    background-repeat: no-repeat;
    width: 300px; 
    height: 70px;   
    position: relative;
    text-align: left;
    color: white; 
    position: absolute;
    top: 15%; 
    left: 40%;  
    transform: translate(-50%, -50%); 
  }*/ 

.product-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgb(255, 255, 255);   
    font-size: 16px;   
    /*background-image: linear-gradient( rgba(0, 110, 255, 0.5), rgba(133, 333, 333, 0.5) ), url('../images/contact-hill-background.png'); 
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; */ 
}

.product-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.product-modal .modal-content p {
    margin-bottom: 30px;
}

.product-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.product-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.product-modal .modal-content img {
    margin-bottom: 30px;
}

.product-modal .close-modal {
    position: fixed; 
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    margin-right: 50px; 
    background-color: transparent;
    cursor: pointer;
}

.product-modal .close-modal:hover {
    opacity: .3;
}

.product-modal .close-modal .lr {
    position: fixed; 
    z-index: 5000;
    width: 4px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg); 
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product-modal .close-modal .lr .rl {
    position: fixed; 
    z-index: 5000;
    width: 4px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg); 
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product-modal-bg {
    /*background-color: #222;*/
    /*background-image: linear-gradient( rgba(0, 0, 0, 0.75), rgba(4, 4, 4, 0.3) ), url('../images/1180187740.jpeg');    */
    /*background-image: linear-gradient( rgba(1, 67, 156, .5), rgba(133, 333, 333, 0.5) ), url('../images/GettyImages-1070353422.jpeg'); */
    background-image: linear-gradient( rgba(0, 110, 255, 0.5), rgba(133, 333, 333, 0.5) ), url('../images/contact-hill-background.png'); 
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    

    /* This chunk-B will animate gradient background colors */
    /*
    font-family: basic-sans, sans-serif; 
    min-height: 25vh; 
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125em;
    line-height: 1.6;
    color: #333;
    background: #ddd;
    background-size: 800%;
    background-image: var(--gradient);
    animation: bg-animation 30s ease-in-out infinite; 
    */
    /* End chunk-B */
}

.vertical-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px; 
}

.vertical-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.vertical-modal .modal-content p {
    margin-bottom: 30px;  
}

.vertical-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-style: italic;
}

.vertical-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.vertical-modal .modal-content img {
    margin-bottom: 30px;
}

.vertical-modal .close-modal {
    position: fixed; 
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    margin-right: 50px;  
    background-color: transparent;
    cursor: pointer;
}

.vertical-modal .close-modal:hover {
    opacity: .3;
}
 
.vertical-modal .close-modal .lr {
    z-index: 1051;
    width: 4px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: fixed;  
}

.vertical-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 4px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: fixed;  
}

.useCaseTableContentHeader {
    font-size: 1.15em;   
    color: #ffffff; 
    position: relative;
    float: left;
    margin-left: 20px; 
    margin-top: .75em;  
    margin-bottom: .75em;   
    text-align: left;    
}

.useCaseTableContent {
    position: relative;
    float: left;
    margin-left: 20px; 
    margin-top: 1em; 
    margin-bottom: 1em;   
    text-align: left;   
}

.useCaseTableContent ul li {
    padding: 5px;   
}

#useCaseTableContentTitle {
    color: #4c00ff !important; 
}




::-moz-selection {
    text-shadow: none;
    background: #f0f4ff; /*Text highlight background color*/
}

::selection {
    text-shadow: none;
    background: #f0f4ff; /*Text highlight background color*/ 
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

.arrow {
    border: solid #fff; 
    border-width: 0 2px 2px 0;  
    display: inline-block;
    padding: 3px;   
  }
  
  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
  .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  
  .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

.container-footer{
    background: #222222;  
}

body {
    -webkit-tap-highlight-color: #1ee2e7;
}

.linkBlock {
    height: 100px;
    border-color:#000000; 
    border-style: solid; 
    border-width: 1px;
    border: 1px solid #ddd !important
    /*padding: 10px; */  
}

.table-hover td:hover {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: red;
    background-image:
      linear-gradient(
        to right, 
        red, 
        #f06d06, 
        rgb(255, 255, 0), 
        green
      );  
}

#DAC-Div-Span {
    background: rgb(76,0,255);
    background: linear-gradient(90deg, rgba(76,0,255,1) 0%, rgba(255,82,82,1) 100%);
}

#DAC-Div-Span-Reversed {
    background: rgb(255,82,82);
    background: linear-gradient(90deg, rgba(255,82,82,1) 0%, rgba(76,0,255,1) 100%);
}

/*
#DAC-Div-Span {
    background: #E349F9;
    background: -moz-linear-gradient(left, #E349F9 0%, #5B8BFF 37%, #5CF999 100%);
    background: -webkit-linear-gradient(left, #E349F9 0%, #5B8BFF 37%, #5CF999 100%);
    background: linear-gradient(to right, #E349F9 0%, #5B8BFF 37%, #5CF999 100%);
}

#DAC-Div-Span-Reversed {
    background: #E349F9;
    background: -moz-linear-gradient(left, #dcfb00 0%, #00ef00 37%, #10cafe 100%);
    background: -webkit-linear-gradient(left, #dcfb00 0%, #00ef00 37%, #10cafe 100%);
    background: linear-gradient(to right, #dcfb00 0%, #00ef00 37%, #10cafe 100%);   
}
*/

#DACGradient {
 width: 100%;
 height: 800px;
 padding: 0px;
 margin: 0px;
}


#borders{
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px; 
    font-style:normal;
    font-weight: 400; 
    width:50%;      
    vertical-align: text-top; 
    /*border-color:#000000; 
    border-style: solid; 
    border-width: 1px;
    border: 1px solid #000000 !important */ 
}
 
#borders a{
    text-decoration: none;
}

#borders2 {
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: -100px;
    position:relative;
    top:-10px;      
}

 
.resourceLinkCard {
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif; 
    display: flex; 
	width: 40em;   
	min-width: 300px;
	height: inherit; 
	background: #ffffff; 
	
    border-radius: 4px;    
    border-color:#000000;
    border-width: 1px; 

	/*padding: 1rem 1.5rem;
	box-shadow: -.1rem 0 5rem #000;   */
    padding: 20px; 
    box-shadow:
         inset 0 -3em 3em rgba(0,0,0,0.1),
               0 0  0 2px rgb(255, 255, 255),
               0.3em 0.3em 1em rgba(0,0,0,0.3); 
    

	box-sizing: border-box;
	display: flex;
	flex-direction: column; /* or use "row" instead of "column" for left-to-right behavior */ 
	justify-content: space-between;
 
	margin: 30px; /* Margin between cards */ 
    color: #000000; 
    text-decoration: none;
    
    /*-webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out; */ 
 
}
 
.resourceLinkCard:hover{  
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif; 
    border-spacing: 0;
    border-collapse: collapse;
    /*background-color: #ffffff;*/ 
    /*background-image: 
      linear-gradient(
        to right, 
        #E349F9, 
        #5B8BFF, 
        #5CF999, 
        #ffd651
      );  
    */
    /*
    background: linear-gradient(red, orange); 
    */
}

.pseudo {
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif; 
    position: relative;
    z-index: 1; /* matters! */
    background-color:#ffffff; 
}

.pseudo::before {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*
    background: linear-gradient(
        to right, 
        #683ef7, 
        #006ff9, 
        #5CF999, 
        #ffd651
    );
    */
    /*background: rgb(76,0,255);
    background: linear-gradient(90deg, rgba(76,0,255,1) 0%, rgba(38,6,93,1) 35%);
    */
    background: #4C00FF;
    opacity: 0;
    transition: opacity 0.8s;  
    z-index: -1;
}

  .pseudo:hover::before {
    opacity: .4;  
}



/***********************************************************************************************/
/* Tables */
/***********************************************************************************************/

.table-responsive-stack tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  
  
  .table-responsive-stack td,
  .table-responsive-stack th {
     display:block;
  /*      
     flex-grow | flex-shrink | flex-basis   */
     -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  }

  #columnOneWidth{
    width: 10px;
  }
  #columnTwoWidth{
    width: 10px;
  }
  #columnThreeWidth{
    width: 80px;  
  }
  
  .table-responsive-stack .table-responsive-stack-thead {
     font-weight: bold;
  }

  /*tablerow header for the "Use Cases" table found within a product or vertical card.*/
  .thead-dark { 
      background-color: #4c00ff; 
      color: #fff; 
      font-size: 1.5rem;  
      font-weight: bold; 
      font-style: normal;
  }
  
  @media screen and (max-width: 768px) {
     .table-responsive-stack tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border-bottom: 3px solid #ccc;
        display:block;
        
     }
     /*  IE9 FIX   */
     .table-responsive-stack td {
        float: left\9;
        width:100%;
     }
  }
  

/*Removes uppercase text-transformation from the PRODUCT modal h2 headers*/
#productModal1 h2 {
    text-transform: none;
}
#productModal2 h2 {
    text-transform: none;
} 
#productModal3 h2 {
    text-transform: none;
} 
#productModal4 h2 {
    text-transform: none;
} 

/* Table header color for the CLM vs. CLME table header row within the CLM Product Modal popup */
.CLM-Product-Modal-Table-Header { 
    background: #f0f4ff;
    /*background: -moz-linear-gradient(left, #dcfb00 0%, #00ef00 37%, #10cafe 100%);
    background: -webkit-linear-gradient(left, #dcfb00 0%, #00ef00 37%, #10cafe 100%);
    background: linear-gradient(to right, #dcfb00 0%, #00ef00 37%, #10cafe 100%);   */
}


/***********************************************************************************************/
/* Button */
/***********************************************************************************************/
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: #4c00ff; 
	font-size: 12px;
	padding: 1em;
	display: none;
    z-index: 1000 !important;  
}

.go-top:hover {
	background-color: #ff5252;
    color: white; 

}




/***********************************************************************************************/
/* Contact Form Validation */
/***********************************************************************************************/
 


.FormSuccess p {
    color: #fff; 
    width: 100%;  
    text-align: center; 
    font-weight: bold;
    font-size: 1.25em;  
    background-color: #5cb85c;
    border-color: #4cae4c; 
    padding-top: 10px; 
    padding-bottom: 10px;
}

.FormSuccessSubText {
    color: #fff; 
    width: 100%;  
    text-align: center; 
    font-weight: bold;
    font-size: 1.25em;  
    background-color: #5cb85c;
    border-color: #4cae4c; 
    padding-top: 10px; 
    padding-bottom: 10px;
}
 


/***********************************************************************************************/
/* Authentication Screen */
/***********************************************************************************************/
 
.loginPageMain {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 111.1vh;   
    /*background-image: url('../images/1041155586.jpeg');
    background-size: cover;
    background-position: center;
    overflow: hidden;  
    */
    

    /*
    background: linear-gradient(to right, #4c00ff, #26065d);
    */

    background: rgb(76,0,255);
    background: radial-gradient(circle, rgba(76,0,255,1) 0%, rgba(38,6,93,1) 100%);

    /*
    
    background: url('../images/gradient-blue-purple.png') no-repeat bottom center;

    background: url(https://assets.swoogo.com/uploads/full/3394908-658f165f7e8fa.png) top 100% center no-repeat;

    background: url(https://assets.swoogo.com/uploads/full/3375958-657f6c00ac5ee.png) no-repeat center center;

    */

    

    background-size: cover;
    
    background-position: center;


    /*background-color: #f7f7f7; 
    text-align: center;
    color: #ffffff;
    background-image: linear-gradient( rgb(0, 0, 0, 0.25), rgba(0, 0, 0, 0.423) ), url('../images/EpisodePage_FooterBackground_Image.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
    margin-bottom: -30px;  
    */
}

.loginPageHeroText {
    font-family: "DS Indigo Regular", Helvetica, Arial, sans-serif !important;
    font-size: 36.5px;
    
    margin: 25px !important;
    padding-top: 15px !important;
    margin-bottom: 15px !important;

    color: #130032;

    /*padding-top: 25px;*/
    

}

.loginPageFormContainer {
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 1.25em; 
    margin-top: -150px !important;


    
    border-style: solid;
    border-width: 1px;
    border-color: linear-gradient(to right, #4c00ff, #26065d);
    padding: 40px !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    border-radius: 20px;
    
    background: linear-gradient(to right, #f8f3f0, #ffffff);

}


.loginPageFormAccessCodeHeader {
    font-family: "DS Indigo Regular", Helvetica, Arial, sans-serif !important;
    font-size: 1.25em;
    color: #130032; 
    text-align: center;
    /*text-shadow: 1px 1px 2px #fff;*/
    padding-bottom: 15px;
}

.loginPageLoginContainer {
    /*width: 400px;*/
    /*background-color: #fff; */
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px !important;
    margin-bottom: -3px !important;
    border-style: none;

    /*
    border-radius: 4px;
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.3);
    */
}

.loginPageFormInputField {
    width: 250px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #4C00FF;
    border-radius: 4px;
    box-sizing: border-box; 
    margin-right: 10px !important;
}
.loginPageFormInputField:focus {
    border: 1px solid #4C00FF;
    outline: #4C00FF !important;
}
.loginPageFormInputField input {
    outline: none !important;
}

.loginPageFormInputButton {
    width: 100px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; 
    color: #ffffff;
    background-color: #4C00FF;
}

.loginPageFormInputButton:hover {
    background-color: #26065D; 
}

.loginPageErrorMessage {
    color: #ff5252;
    font-weight: bold;
    font-size: 1.25em; 
}

.loginPageLinks {
    color: #4c00ff;
}

.loginPageLinks:hover {
    color: #130032;
}