@import url(https://fonts.googleapis.com/css?family=Sanchez:400italic,400);

html {
    scroll-behavior: smooth;
}
.e-popup {
    z-index: 1000000000 !important;
}

/* -------------------------------------------

generic format

------------------------------------------- */
.font-40 {
    font-size: 40%;
}
.font-60 {
    font-size: 60%;
}
.font-80 {
    font-size: 80%;
}
.font-110 {
    font-size: 110%;
}
.font-120 {
    font-size: 120%;
}
.font-140 {
    font-size: 140%;
}
.font-160 {
    font-size: 160%;
}
.font-180 {
    font-size: 180%;
}
.font-200 {
    font-size: 200%;
}
.text-right {
    text-align: right;
}
.text-full {
    text-align: justify;
}
.bold {
    font-weight: bold;
}

.margin-top-5 {
    margin-top: 5px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-25 {
    margin-top: 25px;
}
.margin-top-30 {
     margin-top: 30px;
 }
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-top-100 {
    margin-top: 100px;
}
.margin-top-120 {
    margin-top: 120px;
}
.margin-bottom-5 {
    margin-bottom: 5px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.margin-left-5 {
    margin-left: 5px;
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-left-20 {
    margin-left: 20px;
}
.margin-left-30 {
    margin-left: 30px;
}
.margin-left-40 {
    margin-left: 40px;
}
.margin-left-50 {
    margin-left: 50px;
}
.margin-left-100 {
    margin-left: 100px;
}
.margin-right-5 {
    margin-right: 5px;
}
.margin-right-10 {
    margin-right: 10px;
}
.margin-right-20 {
    margin-right: 20px;
}
.margin-right-30 {
    margin-right: 30px;
}
.margin-right-40 {
    margin-right: 40px;
}
.margin-right-50 {
    margin-right: 50px;
}
.margin-right-100 {
    margin-right: 100px;
}
.pad-10 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.pad-20 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.pad-30 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.pad-top-5 {
    padding-top: 5px;
}
.pad-top-10 {
    padding-top: 10px;
}
.pad-top-20 {
    padding-top: 20px;
}
.pad-top-30 {
    padding-top: 30px;
}
.pad-top-40 {
    padding-top: 40px;
}
.pad-top-50 {
    padding-top: 50px;
}
.pad-top-20 {
    padding-top: 20px;
}
.pad-bottom-10 {
    padding-bottom: 10px;
}
.pad-bottom-20 {
    padding-bottom: 20px;
}
.pad-top-30 {
    padding-top: 30px;
}
.pad-left-10 {
    padding-left: 10px;
}
.pad-left-20 {
     padding-left: 20px;
 }
.pad-left-30 {
    padding-left: 30px;
}
.pad-left-40 {
    padding-left: 40px;
}
.pad-left-50 {
    padding-left: 50px;
}
.pad-left-55 {
    padding-left: 55px;
}
.pad-left-60 {
    padding-left: 60px;
}
.pad-right-10 {
    padding-right: 10px;
}
.pad-right-20 {
    padding-right: 20px;
}
.pad-right-30 {
    padding-right: 30px;
}
.pad-right-40 {
    padding-right: 40px;
}
.pad-right-50 {
    padding-right: 50px;
}
.pad-bottom-10 {
    padding-bottom: 10px;
}
.pad-bottom-20 {
    padding-bottom: 20px;
}
.pad-bottom-30 {
    padding-bottom: 30px;
}
.pad-bottom-60 {
    padding-bottom: 60px;
}
.pad-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
ul.p-left-30 {
    padding-left: 30px;
}
ul.p-left-30 li {
    margin-top: 10px;
}

@keyframes pulse {
    0%   { transform: translateX(0); }
    25%  { transform: translateX(-5px); }
    50%  { transform: translateX(5px); }
    75%  { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

.formerror.e-input-group {
    border: 1px solid red; !important
    color: red;
    animation: pulse 0.3s ease-in-out;
}
.formerror.e-input-group input.e-input {
    border: 1px solid red; !important
    color: red;
    animation: pulse 0.3s ease-in-out;
}

.border-top-silver {
    border-top: 1px solid silver;
}
.border-bottom-silver {
    border-bottom: 1px solid silver;
}
.border-top-gray {
    border-top: 1px solid #3E3E3E;
}
.border-bottom-gray {
    border-bottom: 1px solid #3E3E3E;
}
.border-left-gray {
    border-left: 1px solid #3E3E3E;
}
.border-right-gray {
    border-right: 1px solid #3E3E3E;
}
.border-left-blue {
    border-left: 1px solid #297BEE;
}
.border-left-blue-2 {
    border-left: 2px solid #297BEE;
}
.border-left-blue-5 {
    border-left: 5px solid #297BEE;
}

.background_gray {
    background-color: gray !important;
}

.whitetext {
    color: white;
    display:inline !important;
    float: none !important;
    position: static !important;
}
.bluetext {
    color: #297BEE;
    display:inline !important;
    float: none !important;
    position: static !important;
}


.rz-menu {
    background-color: #181818 !important;
}
.rz-navigation-item {
    margin-right: 40px;
}
.rz-navigation-menu {
    background-color: #383838 !important;
}
.rz-menu-closed {
    background-color: #181818 !important;
    color: white !important;
}
.rz-navigation-item-wrapper {
    
}
.rz-navigation-item-link {
    
}
.rz-menu .rz-navigation-item .rz-navigation-menu .rz-navigation-item {
    background-color: #383838 !important;
    color: white;
}
.rz-navigation-item-text:hover {
    color: #297BEE !important;
}

.rz-navigation-item-wrapper-active:hover a {
    background-color: #383838 !important;
    color: white !important;
}
.rz-navigation-item-wrapper-active:hover a:hover {
    background-color: #383838 !important;
    color: #297BEE !important;
}


.no-wrap-row {
    flex-wrap: nowrap !important;
}

.no-wrap-row .col-lg-2,
.no-wrap-row .col-lg-3,
.no-wrap-row .col-lg-4,
.no-wrap-row .col-lg-5,
.no-wrap-row .col-lg-6 {
    flex-shrink: 0 !important;
}

.blueline {
    height: 1px;
    width: 100%;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), color-stop(0.5, #297BEE), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #297BEE, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #297BEE, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0), #297BEE, rgba(0, 0, 0, 0));
    background: linear-gradient(left, rgba(0, 0, 0, 0), #297BEE, rgba(0, 0, 0, 0));
    border: 0;
}



/* generic object formatting */
.subheader {
    font-weight: normal;
    color: white;
    font-size: 32px;
}
.button_fancy {
    border: solid 1px dimgray;
    border-radius: 15px;
    padding: 8px 15px 5px 15px;
    text-align: center;
    -webkit-box-shadow:0px 0px 10px 5px rgba(122,122,122,0.46);
    -moz-box-shadow: 0px 0px 10px 5px rgba(122,122,122,0.46);
    box-shadow: 0px 0px 10px 5px rgba(122,122,122,0.46);
}

.button_fancy:hover {
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: #297BEE; 
    color: #297BEE; 
    animation: none; 
}
.button_blue_fancy {
    border: solid 1px #297BEE;
    background: #297BEE;
    border-radius: 15px;
    padding: clamp(5px, 10px, 15px)   /* vertical */
             clamp(5px, 10px, 15px);   /* horizontal */

    font-size: clamp(0.8rem, 0.8rem + 0.5vw, 1.0rem);  
    text-align: center;
    align-content: center;
    -webkit-box-shadow:0px 0px 10px 5px rgba(122,122,122,0.46);
    -moz-box-shadow: 0px 0px 10px 5px rgba(122,122,122,0.46);
    box-shadow: 0px 0px 10px 5px rgba(122,122,122,0.46);
}


.button_blue_fancy:hover {
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: #297BEE; 
    color: #297BEE; 
    font-weight: bold;
    transform: scale(1.03);
}



.buttongroupwrap {
    flex-wrap: wrap !important;
    justify-content: flex-start;
}



.ripple-text {
    color: #00ffcc; 
    background: linear-gradient(90deg, #AFAFAF, #DAD9D9, #989898, #297BEE, #989898, #DAD9D9, #AFAFAF);
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: ripple-horizontal 3s ease-in-out infinite alternate;
    transition: background 0.3s ease, -webkit-text-fill-color 0.3s ease;
}
.ripple-text:hover {
    background: none;
    -webkit-text-fill-color: #297BEE;
    animation: none;
}
@keyframes ripple-horizontal {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.corner-horiz-lines {
    position: relative;
    display: inline-block; 
}

.corner-horiz-lines:before {
    content: "";
    position: absolute;
    top: 0;
    left: 13px;
    width: 80px;
    height: 2px;
    background: #297BEE;
}

.corner-horiz-lines:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 13px;
    width: 80px;
    height: 2px;
    background: #297BEE;
}

.corner-vert-lines {
    position: relative;
}

.corner-vert-lines:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 20px;
    background: #297BEE;
}

.corner-vert-lines:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 20px;
    background: #297BEE;
}

/* ------------------------- */

.mainlayout_container {
    margin-top:50px;
    padding-left: 90px;
    padding-right: 90px;
}
.mainlayout_h1 {
    font-size: 50px;
    font-weight: bold;
    color: white;
}
@media (max-width: 576px){
    .mainlayout_h1 {
        line-height: 1.3;
    }
}
@media (max-width: 901px){
    .mainlayout_h1 {
        line-height: 1.2;
    }
}
@media (max-width: 1100px){
    .mainlayout_h1 {
        line-height: 1.1;
    }
}
.mainlayout_h2 {
    font-size: 26px;
}
.mainlayout_h3 {
    font-size: 18px;
}




.textcenter {
    text-align: center !important;
}
.textitalic {
    font-style: italic;
}

.blockquote {
    font-size: 16px;
    line-height: 1.3;
    /*color: #dadada;*/
    margin: 0 0 0 0;
    padding: 30px 0px 0px 20px;
    display: inline-block;
    position: relative;
    font-style:  normal;
}
.blockquote div {
    padding: 20px 20px 20px 20px;
}
.blockquote:before {
    width: 30px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
    content: '';
    color: #297BEE !important;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEcAAAAWCAYAAACSYoFNAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wkIDBIR/EbngQAAAq5JREFUWMPtmD9oFFEQxn93XmGhCVFBQiQiCSYo2AiSxKAgsfAPH4IiFlYp1MYmiMGAhQgRRCSlCrEQIaYQwjQptBJMVLQSYxRBTNSQoBGNgoXhLHwH5/Le3u7hFcJ+cNyyM/vNzLcz7+1ujgqQtBU4DOwA6sxsFwkgCTMrHfcA+4DtwGszO0FKSLoBbAaeAeNmdj8aJwHHA+Ab8AS4a2Yv4vwLoaIkHQOuAE1l5rdJi3Ec54DBiOkr1WE9sNv9+iQBDJjZpRQcG4BNwAHggqQPwBkzu+MTOe8haJA0DYxEhEnULe6/Q1LRI8y/xqCkoqSO8vgp0ASMuHobosZ8pLh2YBFoqyZT1y29wGSMW64GIk1K6k06Xh60AYuu/r/FkYSkemAqhuAH8KhC5+wEhmNcPgIPqyzgubs+hGEXPw5PXR0hTEmqL3Vgrqyw6UDHLANXzexshXFa7RY7H74AvWY2lmYBDayFh4CbvjFwqAOW4mJIugz0ASs85ldm1l7eOUdiRqkF6K80TsBQwLxgZmuAsTLfqkbWYczxLQRchxLE6Hd1eUfM6fGncyS9A5o9jqeA6xXuAsBa4FOgqFqsMaXYxYBpHfA5Qd4ngWse84yZbcxJ2gL49vtlMyskTPIoMBoKUkNxQjd1v5mNJ+T4FRivljzQE7jucYo8TwfO36rxVh7iH0jBEarzYB7oDBhfxj3LRNAd4BitsTgh/u6EeQfrBDpzkiYCAr0BZiLn5szseCRo3C51z9OyE2Z2vooRugh0eXbSvaFdy8yWIhy3gcaIXzPQ6nt2KnicS2j1XOR7fVgVU5Mv8e9Vdsk2YE8K/1XAUuRcl3t9SILGPBmCyMTJxMnEycTJxMnEycT5r1EAZoFiQv/ZwPeeOeBnQo75KnOdJ/k37JUuryT5h/D+N8Px49h3fiJsAAAAAElFTkSuQmCC') no-repeat;
}

@media (min-width: 760px){
    .heightmin150 {
        min-height: 150px;
    }
}
@media (min-width: 500px){
    .heightmin150 {
        min-height: 150px;
    }
}

@media (min-width: 760px){
    .heightmin200 {
        min-height: 190px;
    }
}
@media (min-width: 500px){
    .heightmin200 {
        min-height: 190px;
    }
}

@media (min-width: 760px){
    .heightmin250 {
        min-height: 250px;
    }
}
@media (min-width: 500px){
    .heightmin250 {
        min-height: 250px;
    }
}


.customerquote {
    font-weight: 100;
    font-size: 2rem;
    color: white;
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding: 30px;
    padding-left: 7.0rem;
    padding-right: 6.0rem;
}
.customerquote:before,
.customerquote:after {
    position: absolute;
    color: #f1efe6;
    font-size: 12rem;
    width: 4rem;
    height: 4rem;
    /*font-family: 'FontAwesome';*/
    font-family: Georgia;
}

.customerquote:before {
    /*content: '\201C';*/
    content: '“';
    color: #454545;
    left: 1.5rem;
    top: -1.5rem;
}

.customerquote:after {
    content: '”';
    color: yellow;
    right: -5rem;
    bottom: 1rem;
}

.customerquotecite {
    line-height: 3;
    text-align: left;
    font-size: 130%;
    padding-left: 7.0rem;
    padding-right: 7.0rem;
}
.customerquotecite:before {
    content: '- ';
}
.customerquotecite2 {
    font-style: italic;
    color: white;
}
.customerquotecite2:before {
    content: ' - ';
}


@media (max-width: 1200px){
    .customerquote {
        font-size: 1.65rem !important;
        padding-bottom: 15px;
    }
    .customerquotecite {
        font-size: 110%;
    }
}
@media (max-width: 992px){
    .customerquote {
        font-size: 1.4rem !important;
        padding-bottom: 15px;
    }
    .customerquotecite {
        font-size: 95%;
        line-height: 1.2;
    }
}
@media (max-width: 768px){
    .customerquote {
        font-size: 1.0rem !important;
        padding-bottom: 10px;
    }
    .customerquotecite {
        font-size: 80%;
        line-height: 1.2;
        padding-left: 4.0rem;
        padding-right: 2.0rem;
    }
}
@media (max-width: 576px){
    .customerquote {
        font-size: 0.75rem !important;
        padding-bottom: 8px;
        padding-top: 10px;
        padding-left: 3.5rem;
        padding-right: 3.0rem;
    }
    .customerquote:before{
        left: -0.2rem;
        top: -1rem;
        font-size: 8rem;
    }
    .customerquotecite {
        font-size: 70%;
        line-height: 1.4;
        padding-left: 4.0rem;
        padding-right: 2.0rem;
    }
}


.breadcrumb-item a i {
    color: #434343;
}
.breadcrumb li i {
    color: #434343;
}



.default-carousel-section .carousel-sample {
    
}
.default-carousel .e-carousel-items .e-carousel-item .img-container {
    /*border: solid 5px gray;*/
    /*padding: 10px 10px 10px 10px;*/
    /*border-radius: 15px;*/
}
.default-carousel .e-carousel-items .e-carousel-item .img-caption {
    bottom: 5em;
    font-size: 14pt;
    height: 2em;
    position: relative;
    text-align: center;
    width: 50%;
    left: 50%;                     /* position its left edge in the middle   */
    transform: translateX(-50%);   /* shift it back by half of its own width */
    padding: 5px 5px 5px 5px;
    border: solid 1px #297BEE;
    background-color: rgba(32,93,155,0.8);
    border-radius: 15px;
    color: white;
    -webkit-box-shadow:0px 0px 10px 5px rgba(122,122,122,0.46);
    -moz-box-shadow: 0px 0px 10px 5px rgba(122,122,122,0.46);
    box-shadow: 0px 0px 10px 5px rgba(122,122,122,0.46);
}
.default-carousel.e-carousel .e-next-icon::before,
.default-carousel.e-carousel .e-previous-icon::before {
    border: solid 1px #297BEE;
    padding: 5px 5px 5px 5px;
    border-radius: 50%;
    background-color: rgba(32,93,155,0.8);
    color: white;
    font-weight: bold;
    /*-webkit-box-shadow:0px 0px 10px 5px rgba(122,122,122,0.46);*/
    /*-moz-box-shadow: 0px 0px 10px 5px rgba(122,122,122,0.46);*/
    /*box-shadow: 0px 0px 10px 5px rgba(122,122,122,0.46);*/
}
.default-carousel .e-carousel-indicators.e-fraction .e-indicator-bars {
    color: black;
}
.e-carousel-indicators .e-indicator-bars {
    margin-bottom: 15px;
}
.e-indicators .e-indicator {
    
}


.founder {
    /*background-color: #282828;*/
    /*border: solid 1px #404041;*/
    /*padding: 20px 10px 10px 10px;*/
    /*border-radius: 15px;*/
}
.founder div img.headshot  {
    border: solid 1px gray;
    width: 120px;
    filter: grayscale(1) drop-shadow(4px 4px 8px rgba(0,0,0,.5));
    border-radius: 50%;
    transition:
            transform .2s ease-in-out,
            filter    .2s ease-in-out;   
}
.founder div img.headshot:hover {
    transform: scale(1.03);
    filter: drop-shadow(4px 4px 8px rgba(0,0,0,.5));
}



.blackwindowborderround {
    padding: 15px 15px 15px 15px;
    border: solid 1px silver;
    border-radius: 10px;
    box-shadow: 0 0px 20px rgba(255,255,255,0.25);
}

.blackwindowbordererrorround {
    padding: 15px 15px 15px 15px;
    border: solid 1px red;
    border-radius: 10px;
    box-shadow: 0 0px 20px rgba(255,0,0,0.5);
}




.fluent-accordion {
    /*background-color: #494949;*/
}
fluent-accordion-item {
    border: none;
    margin-bottom: 5px;
}
fluent-accordion-item::part(heading) {
    background-color: #292929;
    color: white;
    border: none;
    font-size: 120%;
    border-radius: 7px 7px 0px 0px;
}
fluent-accordion-item::part(icon) {
    background-color: #494949;
    color: #297BEE;
    font-weight: bolder;
    font-size: 200%;
}
.accordion-content-expanded {
    background-color: #383838 !important;
    color: silver !important;
    margin: -10px -8px -8px -8px;
    padding: 10px 10px 10px 15px;
    font-size:110%;
}

.taperrightline {
    /*display: block;*/
    bottom: 0; 
    left: 0;
    width: 100%;
    height: 1px; 
    background: linear-gradient(to right, #297BEE, transparent);
}

.pagesectionheader {
    font-size: 140%;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
}
.pagesectionheader:after {
    content: "";
    display: block;
    bottom: 0; 
    left: 0;
    width: 100%;
    height: 1px; 
    background: linear-gradient(to right, #297BEE, transparent);
}


.bulletlist {
    
}
.bulletlist .check {
    color: #297BEE;
    font-size: 180%;
}
.bulletlist .bulletheader {
    color: white;
    font-size: 110%;
}

.bluebackground {
    background-color: #297BEE !important;
}
.buttongroup {
    
}
.buttongroup .e-btn {
    font-size: 110%;
}


.mil-thin {
    font-weight: 100;
}

.mil-about-quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mil-about-quote .mil-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

/*.mil-about-quote .mil-avatar:after {*/
/*    content: ' " ';*/
/*    color: rgb(0, 0, 0);*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    border-radius: 50%;*/
/*    background-color: rgb(192, 192, 192);*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    padding-top: 12px;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    font-size: 36px;*/
/*}*/

.mil-about-quote .mil-avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.mil-about-quote .mil-quote {
    padding-left: 30px;
    width: calc(100% - 90px);
    /*display: relative;*/
    /*vertical-align: top;*/
    /*margin-top: -70px;*/
    font-weight: bolder;
    font-size: 120%;
    color: white;
    
}

@media screen and (max-width: 992px) {
    .mil-about-quote .mil-avatar {
        width: 70px;
        height: 70px;
    }

    .mil-about-quote .mil-avatar:after {
        padding-top: 7px;
        width: 25px;
        height: 25px;
        font-size: 24px;
    }

    .mil-about-quote .mil-quote {
        font-size: 16px;
        padding-left: 30px;
        width: calc(100% - 70px);
    }
}

.mil-about-photo {
    position: relative;
}

.mil-about-photo .mil-lines-place {
    position: absolute;
    top: -120px;
    left: -27%;
}




.backto {
    margin-top: 30px;
}
.backto i {
    color: #297BEE !important;
}
.backto a {
    color: #297BEE !important;
}

.backto a:hover {
    color: #297BEE !important;
}

.leftindent1 {
    margin-left: 30px;
}
.leftindent2 {
    margin-left: 60px;
}


.cs-footer_item p {
    font-size:100%;
    color: #eeeeee;
    padding-right: 25px;
}

.contactform {
    
}
.contactform input {
    height: 50px;
    padding: 10px 8px 8px 8px;
    width: 100%;
    border-radius: 6px;
    color: silver;
    background-color: #181818;
    outline: none;
    resize: none;
    border: solid 1px darkgray;
}
.contactform .contactform-textarea {
    height: 150px;
    padding: 8px 8px 8px 8px;
    width: 100%;
    border-radius: 6px;
    color: silver;
    background-color: #181818;
    outline: none;
    border: solid 1px darkgray;
}


.contactform .contactform_btn {
    padding: 7px 25px;
    border-radius: 10px;
    color: #fff;
    background-color: #297BEE;
    position: relative;
    top: 5px;
    right: 5px;
    font-weight: 600;
    border: none;
    overflow: hidden;
}
.contactform .contactform_btn:before {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(22, 22, 22, 0.4);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: inherit;
}
.contactform .contactform_btn span {
    position: relative;
    z-index: 1;
    top: 2px;
}
.contactform .contactform_btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.contactformphone {
    /*background-color: #373737;*/
    /*border-radius: 15px;*/
    padding: 50px 30px 30px 30px;
}
.contactformphone .row {
    margin-bottom: 30px;
}
.contactformphone .row .col-lg-10 {
    padding-top: 7px;
}
.contactformphone i {
    font-size: 200%;
}
.contactformphone svg.bi {
    font-size: 200%;
}

.trustcenter {
    
}
.trustcenterheader {
    font-weight: bold;
    font-size: 120%;
    color: #ffffff;
    margin-bottom: 10px;
}
.trustcenter ul {
    list-style: none;
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.trustcenter ul li {
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 10px !important;
}
.trustcenter ul li a {
    cursor: pointer;
}
.trustcenter ul li a:hover {
    color: #297BEE !important;
}


.legalese {
    
}
.legalese h1 {
    font-size: 130%;
}
.legalese h2 {
    font-size: 100%;
}
.legalese strong {
    color: white !important;
    font-weight: bolder !important;
}







/*
.ball-right-30 {
    width: 15px;
    height: 15px;
    background-color: #297BEE;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    left: 100%;         
    margin-left: 23px;  
    transform: translateY(-50%);
    display: inline-block; 
}
*/
.ball-right-30 {
    width: 15px;
    height: 15px;
    background-color: #297BEE;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 100%;
    margin-left: 23px;
    transform: translateY(-50%);
    display: inline-block;
}






/* BLOG POSTS */
.BlogPostCard {
    margin: 0px 10px 0px 0px;
    position: relative;
    border: 1px solid gray;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 250px;
    background-color: #2B2C2B;
}
.BlogPostCard:hover {
    background-color: #3E3E3E;

}
.BlogPostCard .BlogPostCardCategory {
    /*background: gray !important;*/
    position: absolute;
    left: 20px;
    top: 20px;
    color: hsl(215, 40%, 45%);
    border-radius: 10px;
    padding: 2px 8px 0px 8px;
    font-size:90%;
    background-color: hsl(215, 20%, 25%);
}
.BlogPostCard .BlogPostCardLine {
    border-bottom: 1px solid gray;
    margin-top: 55px;
}
.BlogPostCard .BlogPostCardAuthorName {
    position: absolute;
    right: 70px;
    bottom: 25px;
    z-index: 1000;
}
.BlogPostCard .BlogPostCardAuthorName span {
    position: absolute;
    width: 250px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.BlogPostCard .BlogPostCardAuthorAvatar {
    width: 50px;
    height: 50px;
}
.BlogPostCard .BlogPostCardAuthorAvatar img {
    position: absolute;
    left: 30px;
    top: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid gray;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.BlogPostCard .BlogPostCardHeadline {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 80px;
    font-size: 140%;
    color: white;
    line-height: 1.4em;
}
.BlogPostCard .BlogPostCardDate {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: gray;
    font-size: 80%;
}
.BlogPostCard .BlogPostCardFooter {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: gray;
}
.BlogPostCard .BlogPostCardFooter:hover {
    color: white;
    cursor: pointer;
}
.BlogPostCard .BlogPostCardFooter a {
    text-decoration: none;
    color: #297BEE;
}
.BlogPostCard .BlogPostCardFooter a:hover {
    color: white;
    /*text-decoration: underline;*/
}


.BlogPostBreadcrumbLink .e-breadcrumb .e-breadcrumb-items > li:nth-child(1) a {
    color: #ff5722;               
    font-weight: bold;
    text-decoration: underline;
}



.BlogPost {

}
.BlogPost .BlogPostHeadline {
    padding: 20px 20px 20px 20px;
    font-size: 180%;
    color: white;
}
.BlogPost .BlogPostCategory {
    color: hsl(215, 30%, 45%);
    border-radius: 10px;
    padding: 2px 8px 0px 8px;
    margin-top: 30px;
    text-align: center;
    width: 80%;
    background-color: hsl(215, 20%, 25%);
    font-size:90%;

    /*position: absolute;*/
    /*left: 20px;*/
    /*top: 20px;*/
    /*color: hsl(215, 40%, 45%);*/
    /*border-radius: 10px;*/
    /*padding: 2px 8px 0px 8px;*/
    /*font-size:90%;*/
    /*background-color: hsl(215, 20%, 25%);*/
}
.BlogPost .BlogPostAuthor {
    position: relative;
    height: 70px;

}
.BlogPost .BlogPostAuthor .BlogPostAuthorName {
    padding-left: 90px;
    padding-top: 15px;
    color: white;
    font-size: 110%;
}
.BlogPost .BlogPostAuthor .BlogPostAuthorLine {
    border-bottom: 1px solid silver;
    width: 80%;
}
.BlogPost  .BlogPostAuthor .BlogPostAuthorAvatar img {
    position: absolute;
    left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid gray;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.BlogPost .BlogPostAuthor .BlogPostAuthorTitle {
    padding-top: 5px;
    padding-left: 90px;
    font-size:80%;
    color: #efefef;
}
.BlogPost .BlogPostPublishDT {
    margin-top: 30px;
    color: white;
    text-align: center;
    width: 80%;
}
.BlogAuthorBio {
}
.BlogAuthorBio p {
    color: silver;
    font-size:80%;
    line-height: 130%;
}
/* end blog posts */