﻿@import url('custom.css');

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}



/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.masthead {
    background-size: cover;
    min-height: 40vh;
    width: 100%;
    position: relative;
}

.masthead60 {
    background-size: cover;
    min-height: 60vh;
    width: 100%;
    position: relative;
}

@media (max-width: 768px) {
    .masthead {
        min-height: 60pt;
    }

    .masthead60 {
        min-height: 40vh;
    }
}

.color-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2)
}

#HEADERTHEME {
    background: #007AC9;
    border-right-color: #E7E9E9;
    border-bottom-color: #E7E9E9;
}

.HEADERTHEME {
    background: #007AC9;
    border-right-color: #E7E9E9;
    border-bottom-color: #E7E9E9;
}

#TEMPLATETHEME {
    background: #007AC9;
    border-right-color: #E7E9E9;
    border-bottom-color: #E7E9E9;
}

.TEMPLATETHEME {
    background: #007AC9;
    border-right-color: #E7E9E9;
    border-bottom-color: #E7E9E9;
}

.TEMPLATEHEADER {
    background: #007AC9;
    border-right-color: #E7E9E9;
    border-bottom-color: #E7E9E9;
}

.TEMPLATEHEADER2 {
    background: #007AC9;
    border-right-color: #E7E9E9;
    border-bottom-color: #E7E9E9;
}

#THEMELIGHT {
    background: #ACACAC;
    color: white;
}

#THEMEDARK {
    background: #505050;
    color: white;
}

.THEMEGRADIENT {
    background: #0079C9;
    background-image: -o-linear-gradient(bottom, #0079C9 0%, #119CF2 77%);
    background-image: -moz-linear-gradient(bottom, #0079C9 0%, #119CF2 77%);
    background-image: -webkit-linear-gradient(bottom, #0079C9 0%, #119CF2 77%);
    background-image: -ms-linear-gradient(bottom, #0079C9 0%, #119CF2 77%);
    background-image: linear-gradient(to bottom, #0079C9 0%, #119CF2 77%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079C9', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    color: #E7E9E9;
}

.THEMESUCCESS {
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #1A8C0B), color-stop(1, #38FB20) );
    background-image: -o-linear-gradient(bottom, #1A8C0B 0%, #38FB20 100%);
    background-image: -moz-linear-gradient(bottom, #1A8C0B 0%, #38FB20 100%);
    background-image: -webkit-linear-gradient(bottom, #1A8C0B 0%, #38FB20 100%);
    background-image: -ms-linear-gradient(bottom, #1A8C0B 0%, #38FB20 100%);
    background-image: linear-gradient(to bottom, #1A8C0B 0%, #38FB20 100%);
    color: white;
}

.THEMESUCCESSLIGHT {
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #5EEB4C), color-stop(1, #B1EBAA) );
    background-image: -o-linear-gradient(bottom, #5EEB4C 0%, #B1EBAA 100%);
    background-image: -moz-linear-gradient(bottom, #5EEB4C 0%, #B1EBAA 100%);
    background-image: -webkit-linear-gradient(bottom, #5EEB4C 0%, #B1EBAA 100%);
    background-image: -ms-linear-gradient(bottom, #5EEB4C 0%, #B1EBAA 100%);
    background-image: linear-gradient(to bottom, #5EEB4C 0%, #B1EBAA 100%);
}

.THEMEDANGER {
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FF0000), color-stop(1, #FA9999) );
    background-image: -o-linear-gradient(bottom, #FF0000 0%, #FA9999 100%);
    background-image: -moz-linear-gradient(bottom, #FF0000 0%, #FA9999 100%);
    background-image: -webkit-linear-gradient(bottom, #FF0000 0%, #FA9999 100%);
    background-image: -ms-linear-gradient(bottom, #FF0000 0%, #FA9999 100%);
    background-image: linear-gradient(to bottom, #FF0000 0%, #FA9999 100%);
}

.THEMEDANGERLIGHT {
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FF7575), color-stop(1, #FFADAD) );
    background-image: -o-linear-gradient(bottom, #FF7575 0%, #FFADAD 100%);
    background-image: -moz-linear-gradient(bottom, #FF7575 0%, #FFADAD 100%);
    background-image: -webkit-linear-gradient(bottom, #FF7575 0%, #FFADAD 100%);
    background-image: -ms-linear-gradient(bottom, #FF7575 0%, #FFADAD 100%);
    background-image: linear-gradient(to bottom, #FF7575 0%, #FFADAD 100%);
    color: #000;
}

.THEMEWARNING {
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FFA600), color-stop(1, #FAD493) );
    background-image: -o-linear-gradient(bottom, #FFA600 0%, #FAD493 100%);
    background-image: -moz-linear-gradient(bottom, #FFA600 0%, #FAD493 100%);
    background-image: -webkit-linear-gradient(bottom, #FFA600 0%, #FAD493 100%);
    background-image: -ms-linear-gradient(bottom, #FFA600 0%, #FAD493 100%);
    background-image: linear-gradient(to bottom, #FFA600 0%, #FAD493 100%);
}

.THEMEDEFAULT {
    background-image: -o-linear-gradient(bottom, #DEDEDE 0%, #FAFAFA 100%);
    background-image: -moz-linear-gradient(bottom, #DEDEDE 0%, #FAFAFA 100%);
    background-image: -webkit-linear-gradient(bottom, #DEDEDE 0%, #FAFAFA 100%);
    background-image: -ms-linear-gradient(bottom, #DEDEDE 0%, #FAFAFA 100%);
    background-image: linear-gradient(to bottom, #DEDEDE 0%, #FAFAFA 100%);
}

.THEMEFONT {
    position: relative;
    color: #007AC9;
}

#THEMEFONT {
    position: relative;
    color: #007AC9;
}

.lao_pagepadding {
    padding-top: 60pt;
}

@media (max-width: 768px) {
    lao_pagepadding {
        padding-top: 60pt;
    }
}

@media (max-width: 979px) {
    lao_pagepadding {
        padding-top: 60pt;
    }
}



.APA {
    text-indent: 30px;
    line-height: 2em;
}

.hangingindent {
    padding-left: 22px;
    text-indent: -22px;
}

APAol, APAli {
    margin: 0;
    padding: 0;
}

APAol {
    counter-reset: foo;
    display: table;
}

APAli {
    list-style: none;
    counter-increment: foo;
    display: table-row;
}

    APAli::before {
        content: counter(foo) ".";
        display: table-cell;
        text-align: right;
        padding-right: .3em;
    }


.navlink {
    color: cornflowerblue;
    text-decoration: underline;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.hangingindent {
    padding-left: 22px;
    text-indent: -22px;
}

@font-face {
    font-family: 'Planet';
    src: url('../fonts/PLANE___.eot');
    src: url('../fonts/PLANE___.eot?#iefix') format('embedded-opentype'), url('../fonts/PLANE___.woff') format('woff2'), url('../fonts/PLANE___.woff') format('woff'), url('../fonts/PLANE___.ttf') format('truetype'), url('../fonts/PLANE___.svg#planet_halflingsregular') format('svg');
}

.fas.k-sprite,
.fas.k-sprite::before,
.fal.k-sprite,
.fal.k-sprite::before {
    font-size: 14px;
    line-height: 16px;
    .LAOFontWhite

{
    font-family: Planet;
    font-weight: 100;
    font-size: x-large;
    color: white;
    white-space: normal;
}

.LAOFont {
    font-family: Planet;
    font-weight: 100;
    white-space: normal;
}

#LAOFontWhite {
    font-family: Planet;
    font-weight: 100;
    color: white;
}

.tableheight {
    height: 75%;
    overflow-y: scroll;
}

.lao_para {
    background-color: rgba(231,232,233,0.9);
    font-size: large;
    color: #007AC9;
}

.lao-youtube {
    margin: 0 auto;
    display: block;
}

.lao_img_responsive {
    max-width: 100%;
    max-height: 100%;
}

.lao_softedge {
    box-shadow: 0 0 10px rgba(255,255,255,.6), inset 0 0 10px rgba(255,255,255,1);
}

.lao_background {
    /*Normal*/
    /*background:  linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 100%), url('../Images/Depositphotos_5706163_l-2015.jpg') no-repeat bottom center;*/
    /*Previous*/
    /*background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.3) 100%), url('../Images/dreamstime_xxl_3907995.jpg') no-repeat center center fixed;*/
    /*Thanksgiving*/
    /*background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 100%), url('../Images/thanksgiving.jpg') no-repeat center center fixed;*/
    /*Christmas*/
    /*background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 100%), url('../Images/xmas_back2.jpg') no-repeat center center fixed;*/
    /*New Year*/
    /*background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 100%), url('../Images/NewYear.jpg') no-repeat left center ;*/
    /*Fall*/
    /*background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 100%), url('../Images/Depositphotos_125094360_l-2015.jpg') no-repeat center center fixed;*/
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
    lao_background {
        left: 50%;
        margin-left: -512px; /* 50% */
    }
}


.lao_blur_bg {
    -webkit-filter: blur(7px);
}

.lao_noblur_bg {
    -webkit-filter: blur(0px);
    -webkit-transition: all 2s;
}

.THEMEDARK {
    background: #505050;
    color: white;
}


.InstLogo {
    background-image: url(/Images/LITASSIST_F_GREY.png);
    background-repeat: no-repeat;
    background-size: 70%;
    line-height: 60px;
    vertical-align: middle;
    margin-left: 00px;
    margin-bottom: 10px;
}

.InstHeader {
    background-image: url(/Images/LAOHeaderBlue_sm.png);
    background-repeat: no-repeat;
    background-size: 95%;
    line-height: 125px;
    vertical-align: middle;
    margin-top: 20px;
}

.nav-tabs {
    border-color: transparent;
}

    .nav-tabs > li > a {
        background: #0079C9;
        background-image: -o-linear-gradient(bottom, #0079C9 0%, #119CF2 77%);
        background-image: -moz-linear-gradient(bottom, #0079C9 0%, #119CF2 77%);
        background-image: -webkit-linear-gradient(bottom, #0079C9 0%, #119CF2 77%);
        background-image: -ms-linear-gradient(bottom, #0079C9 0%, #119CF2 77%);
        background-image: linear-gradient(to bottom, #0079C9 0%, #119CF2 77%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079C9', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
        color: white;
    }


        .nav-tabs > li > a:hover {
            background-color: #445455;
            border-color: transparent;
        }

    .nav-tabs .active > a,
    .nav-tabs .active > a:hover {
        background: #4e4c4e; /* Old browsers */
        background: -moz-linear-gradient(top, #4e4c4e 1%, #777577 59%, #9b999b 80%, #bfbdbf 94%, #dbd9db 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4e4c4e), color-stop(59%,#777577), color-stop(80%,#9b999b), color-stop(94%,#bfbdbf), color-stop(100%,#dbd9db)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #4e4c4e 1%,#777577 59%,#9b999b 80%,#bfbdbf 94%,#dbd9db 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #4e4c4e 1%,#777577 59%,#9b999b 80%,#bfbdbf 94%,#dbd9db 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #4e4c4e 1%,#777577 59%,#9b999b 80%,#bfbdbf 94%,#dbd9db 100%); /* IE10+ */
        background: linear-gradient(to bottom, #4e4c4e 1%,#777577 59%,#9b999b 80%,#bfbdbf 94%,#dbd9db 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4c4e', endColorstr='#dbd9db',GradientType=0 ); /* IE6-9 */
        border-color: transparent;
    }

    .nav-tabs.nav-stacked > li > a {
        border-color: transparent;
    }

        .nav-tabs.nav-stacked > li > a:hover {
            border-color: transparent;
        }

    .nav-tabs .open .dropdown-toggle,
    .nav-tabs .active.open .dropdown-toggle {
        background-color: #445455;
    }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
        color: whitesmoke;
    }


    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        background: #4e4c4e; /* Old browsers */
        background: -moz-linear-gradient(top, #4e4c4e 1%, #777577 59%, #9b999b 80%, #bfbdbf 94%, #dbd9db 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4e4c4e), color-stop(59%,#777577), color-stop(80%,#9b999b), color-stop(94%,#bfbdbf), color-stop(100%,#dbd9db)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #4e4c4e 1%,#777577 59%,#9b999b 80%,#bfbdbf 94%,#dbd9db 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #4e4c4e 1%,#777577 59%,#9b999b 80%,#bfbdbf 94%,#dbd9db 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #4e4c4e 1%,#777577 59%,#9b999b 80%,#bfbdbf 94%,#dbd9db 100%); /* IE10+ */
        background: linear-gradient(to bottom, #4e4c4e 1%,#777577 59%,#9b999b 80%,#bfbdbf 94%,#dbd9db 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4c4e', endColorstr='#dbd9db',GradientType=0 ); /* IE6-9 */
    }


/*Bootstrap Snippet*/




.firstinfo {
    flex-direction: row;
    z-index: 2;
    position: relative;
}

    .firstinfo img {
        border-radius: 50%;
        width: 120px;
        height: 120px;
    }

    .firstinfo .profileinfo {
        padding: 0px 20px;
    }

        .firstinfo .profileinfo h1 {
            font-size: 1.8em;
        }

        .firstinfo .profileinfo h3 {
            font-size: 1.2em;
            color: #00bcd4;
            font-style: italic;
        }

        .firstinfo .profileinfo p.bio {
            padding: 10px 0px;
            color: #5A5A5A;
            line-height: 1.2;
            font-style: initial;
        }

@keyframes animatop {
    0% {
        opacity: 0;
        bottom: -500px;
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}

@keyframes animainfos {
    0% {
        bottom: 10px;
    }

    100% {
        bottom: -42px;
    }
}

@keyframes rotatemagic {
    0% {
        opacity: 0;
        transform: rotate(0deg);
        top: -24px;
        left: -253px;
    }

    100% {
        transform: rotate(-30deg);
        top: -24px;
        left: -78px;
    }
}

.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
}

a:hover {
    text-decoration: none;
}

.back-to-top i {
    width: 36px;
    font-size: 20px;
    height: 36px;
    background: #0079C9;
    line-height: 36px;
    color: #fff;
    border-radius: 0px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.col1 {
    width: 35%;
}

.col2 {
    width: 20%;
}

.col3 {
    width: 10%;
}

.col4 {
    width: 5%;
}

.partialViewWrapper {
    height: 200px;
    width: 200px;
    overflow-y: auto;
}

.footer-dark {
    padding: 50px 0;
    color: #f0f9ff;
    background-color: #282d32;
}

    .footer-dark h3 {
        margin-top: 0;
        margin-bottom: 12px;
        font-weight: bold;
        font-size: 16px;
    }

    .footer-dark ul {
        padding: 0;
        list-style: none;
        line-height: 1.6;
        font-size: 14px;
        margin-bottom: 0;
    }

        .footer-dark ul a {
            color: inherit;
            text-decoration: none;
            opacity: 0.6;
        }

            .footer-dark ul a:hover {
                opacity: 0.8;
            }

@media (max-width:767px) {
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }
}

.footer-dark .item.text {
    margin-bottom: 36px;
}

@media (max-width:767px) {
    .footer-dark .item.text {
        margin-bottom: 0;
    }
}

.footer-dark .item.text p {
    opacity: 0.6;
    margin-bottom: 0;
}

.footer-dark .item.social {
    text-align: center;
}

@media (max-width:991px) {
    .footer-dark .item.social {
        text-align: center;
        margin-top: 20px;
    }
}

.footer-dark .item.social > a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
    margin: 0 8px;
    color: #fff;
    opacity: 0.75;
}

    .footer-dark .item.social > a:hover {
        opacity: 0.9;
    }

.footer-dark .copyright {
    text-align: center;
    padding-top: 24px;
    opacity: 0.3;
    font-size: 13px;
    margin-bottom: 0;
}
