@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: Alegreya Sans SC;
    src: url("/fonts/Girassol-Regular.ttf");
    src: local("Girassol"), url("/fonts/Girassol-Regular.ttf") format("truetype");
}

@font-face {
    font-family: Lekton;
    src: url("/fonts/Lekton-Regular.ttf");
    src: local("Lekton"), url("/fonts/Lekton-Regular.ttf") format("truetype");
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


/*#region Tags */
html {
    font-size: 10pt;
    min-height: 100%;
    overflow-y:scroll;
}

body {
    font-family: Geneva, Tahoma, Verdana, monospace, Geneva, sans-serif;
    padding: 0px;
    margin: 0px;
    /*width: 100vw;*/
}

img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

footer {
    position: fixed;
    margin-bottom: 0px;
    bottom: 0px;
    height: 20px;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: #e8e4e4;
    text-align: center;
    font-size: 0.8rem;
    vertical-align: middle;
    font-weight: normal;
}

navBar {
    background: #fff;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.5s;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}

ul {
    list-style-type: square;
    padding-left: 23px;
}

/*#endregion */

/*#region Classes */

/* Set padding to keep content from hitting the edges */




/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.careerObjective{
    font-size:1.6rem;
    font-style:italic;
    padding:0px 20px 0px 20px;
    color:#242424;
}

.tableCol2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.inlineBlock {
    display: inline-block;
}

.fullViewHeight {
    height: 100vh;
}

.fullHeight {
    height: 100%;
}

.fullWidth {
    width: 100%;
}

.dl-horizontal dt {
    white-space: normal;
}



.link {
    cursor: pointer;
    color:inherit;
}
    .link:active {
    
        color:inherit;
    }
    .link:hover {
    
        color:inherit;
    }
.headerBanner {
    padding: 2px 0px 3px 10px;
    text-align: left;
    transition: 0.5s;
}



.alignRight {
    text-align: right;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}





.resolutionStandard {
    max-width: 1080px;
    width: 95%;
    /*min-height: 100%;*/
    margin: 0px auto;
    text-align: left;
}

.resolutionStandardMini {
    max-width: 700px;
    width: 95%;
    /*min-height: 100%;*/
    margin: 0px auto;
    text-align: left;
}

.grayScale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

    .grayScale:hover {
        -webkit-filter: grayscale(20%);
        filter: grayscale(20%);
    }


.validationText {
    /*display:flex;*/
}

.textBox01 {
    font-family: "Lekton";
    width: 100%;
    border-bottom: 1px dotted #808080;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    font-size: 0.9rem;
    border-radius: 0px;
    color: #808080;
}


    .textBox01:focus {
        border-bottom: 1px solid #808080;
        outline: none;
    }



.bold {
    font-weight: bold;
}

.button01 {
    /*font-family: "Alegreya Sans SC";*/
    width: 98%;
    margin: 3px;
    padding: 2px 5px 2px 5px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    letter-spacing: 2px;
}

    .button01:hover {
        background: #fff;
        color: #000;
    }

.button02 {
    font-family: "Alegreya Sans SC";
    width: 90%;
    padding: 2px 5px 2px 5px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #000;
    font-size: 1rem;
    background: #c6ffab;
    margin: 2px 2px 5px 2px;
}

    .button02:hover {
        background: #247c1d;
        color: #fff;
    }

.backgroundGreen {
    background: #53c46e;
}

.backgroundLightGreen {
    background: #88fca4;
}

.backgroundOrange {
    background: #ff6a00;
}

.backgroundGray {
    background: #383838;
}

.backgroundMaroon {
    background: #901212;
}

.backgroundLightBlue {
    background: #4BA0FA;
}




.hide {
    display: none;
}


.width50 {
    width: 50%;
}

.width33 {
    width: 33%;
}






.padding05 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.displayTable {
    display: table;
}

.displayTableCell {
    display: table-cell;
    vertical-align: middle;
}


.vAlignCenter {
    display: flex;
    align-items: center;
}

.content02 {
    font-size: 1.3rem;
    /*font-family: "girassolregular";*/
    /*letter-spacing: 1px;*/
    /*line-height: 1.5em;*/
}

.content03 {
    font-size: 1rem;
}



.title02 {
    font-size: 2rem;
    font-family: "girassolregular";
    letter-spacing: 4px;
    line-height: 1.5em;
}





.background01 {
    background: url('/images/AdobeStock_339069105.jpeg');
    background-size: cover;
}

.background02 {
    background: url('/images/AdobeStock_341164287.jpeg');
    background-size: cover;
}

.background03 {
    background: url('/images/AdobeStock_337240748.jpeg');
    background-size: cover;
}

.background04 {
    background: url('/images/AdobeStock_341167981.jpeg');
    background-size: cover;
}

.background05 {
    background: url('/images/AdobeStock_339768924.jpeg');
    background-size: cover;
}

.background06 {
    background: url('/images/AdobeStock_339775909.jpeg');
    background-size: cover;
}

.background07 {
    background: url('/images/AdobeStock_340926613.jpeg');
    background-size: cover;
}

.background08 {
    background: url('/images/AdobeStock_339074698.jpeg');
    background-size: cover;
}

.background09 {
    background: url('/images/AdobeStock_341166685.jpeg');
    background-size: cover;
}

.background10 {
    background: url('/images/AdobeStock_338796670.jpeg');
    background-size: cover;
}

.background11 {
    background: url('/images/AdobeStock_338820570.jpeg');
    background-size: cover;
}

.background12 {
    background: url('/images/AdobeStock_339069362.jpeg');
    background-size: cover;
}

.allCaps {
    text-transform: uppercase;
}

.fontLightGrey {
    color: rgba(0, 0, 0, 0.2);
}

.fontDarkGrey {
    color: #808080;
}

.fontWhite {
    color: #fff;
}

.fontBlue {
    color: #1b6ec2;
}

.fontOrange {
    color: #fe5004;
}

.fontBlack {
    color: #000;
}

.boxEffect01 {
    border-radius: 10px;
    padding: 10px;
    /*border: 1px solid #77aaff;
    box-shadow:  -1px 1px #77aaff,
         -2px 2px #77aaff,
         -3px 3px #77aaff,
         -4px 4px #77aaff,
         -5px 5px #77aaff;*/

    box-shadow: 0 19px 38px rgba(0,0,0,0.90), 0 15px 12px rgba(0,0,0,0.22);
    /*box-shadow: 5px 5px 10px;*/
}

.boxEffect02 {
    border-radius: 0px;
    padding: 3px;
    /*border: 1px solid #77aaff;
    box-shadow:  -1px 1px #77aaff,
         -2px 2px #77aaff,
         -3px 3px #77aaff,
         -4px 4px #77aaff,
         -5px 5px #77aaff;*/
    /*box-shadow: 0 19px 38px rgba(0,0,0,0.90), 0 15px 12px rgba(0,0,0,0.22);*/
    box-shadow: 2px 2px 3px;
}

.table-col-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 5px;
}

.lineVeryThick {
    height: 10px;
}



.toolbar {
    display: grid;
    grid-template-columns: minmax(282px, 282px) 1fr;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.toolbarIconContainer {
    display: inline-block;
    font-size: 1.1rem;
}

.toolbarButton {
    padding: 1px 8px 1px 8px;
    display: inline-block;
    /*width:100%;*/
    max-width: 200px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #000;
    border-bottom: 2px solid #fff;
}

    .toolbarButton:hover {
        border-bottom: 2px dotted rgba(0, 0, 0, 0.19);
        text-decoration:none;
    }    

.toolbarSeparator {
    width: 5px;
    display: inline-block;
    font-weight: bold;
}

.toolbarMenuToggleIcon {
    padding: 1px 10px 1px 5px;
    cursor: pointer;
}

.toolbarMenuIcon {
    height: 17px;
}

.toolbarMobileMenuContainer {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 25px;
    padding: 3px 5px 3px 5px;
    text-align: right;
}

    .toolbarMobileMenuContainer > .toolbarButton {
        padding: 3px;
        text-align: right;
        font-size: 1.3rem;
        border-bottom: 1px dotted #808080;
        display: block;
        width: 100%;
        max-width: 100%;
    }

.toolbarIcon {
    height: 22px;
}

.menuActive{
    border-bottom:3px #fc0808 double ;
    
}

.borderRadius5 {
    border-radius: 5px;
}

.margin5 {
    margin: 5px;
}

.rotateRight5 {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.red {
    color: red;
}

.lightBlue {
    color: #4BA0FA;
}

.form01 {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-radius: 5px;
    color: #fff;
}

.formTitle01 {
    padding: 2px 0px 10px 0px;
}

.formBody01 {
}

.formLabel01 {
    padding: 3px 0px 3px 0px;
    font-weight: bold;
}

.formControl01 {
    padding: 3px 0px 3px 0px;
}

.formFooter01 {
    margin-top: 10px;
    padding: 5px 0px 5px 0px;
    border-top: 1px solid #808080;
}



/*#endregion */

/*#region Media-Mobile */

@media only screen and (max-width: 854px) {

    

    .toolbar {
        display: grid;
        grid-template-columns: minmax(141px, 141px) 1fr;
        width: 100vw;
        background: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }



    .headerImage {
        transition: 0.5s;
        max-height: 20px;
    }

    .mainBody {
        /*display: flex;
        flex-flow: row nowrap;
        flex-grow: 1;
        overflow: auto;*/
        /*display: grid;
        grid-template-rows: 25px auto 25px;
        min-height: 100%;        */
    }

    .bodyContent {
        /*padding: 5px 8px 5px 5px;*/
        margin-top: 25px;
        position: absolute;
        min-width: 99vw;
        /*min-height:80vh;*/
        height: 94%;
        margin-bottom: 30px;
        text-align: center;
        align-content: center;
    }


    .title01 {
        font-size: 1.2rem;
        font-family: "girassolregular";
        letter-spacing: 5px;
        line-height: 1.5em;
    }

    .content01 {
        font-size: 1rem;
        /*letter-spacing: 3px;*/
        /*line-height: 1.5em;*/
    }

    .title03 {
        font-size: 1.2rem;
        font-family: "girassolregular";
        letter-spacing: 2px;
        line-height: 1.5em;
    }

    .tableCol2Flex {
        display: grid;
        grid-template-columns: 1fr;
        text-align:center;
    }

    .mobileOnly {
    }

    .nonMobileOnly {
        display: none;
    }
}

/*#endregion */

/*#region Media-PC */

@media only screen and (min-width: 855px) {

    



    .headerImage {
        transition: 0.5s;
        max-height: 45px;
    }

    .mainBody {
        /*display: flex;
        flex-flow: row nowrap;
        flex-grow: 1;
        overflow: auto;*/
        /*display: grid;
        grid-template-rows:50px auto 25px;
        min-height: 100%;*/
    }

    .bodyContent {
        /*padding: 5px 8px 5px 5px;*/
        margin-top: 56px;
        position: absolute;
        min-width: 99vw;
        /*min-height:80vh;*/
        height: 94%;
        margin-bottom: 25px;
        text-align: center;
        align-content: center;
    }

    .title01 {
        font-size: 3.5rem;
        font-family: "girassolregular";
        letter-spacing: 5px;
        line-height: 1.5em;
    }

    .content01 {
        font-size: 1.5rem;
        font-family: "girassolregular";
        /*letter-spacing: 3px;*/
        /*line-height: 1.5em;*/
    }

    .title03 {
        font-size: 1.4rem;
        font-family: "girassolregular";
        letter-spacing: 2px;
        line-height: 1.5em;
    }

    .tableCol2Flex {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap:20px;
    }

    .mobileOnly {
        display: none;
    }

    .nonMobileOnly {
    }
}

/*#endregion */


@media (orientation: landscape) {
}

@media (orientation: portrait) {
}
