﻿


.mainthumb {
    width: 300px;
    height: auto;
    overflow: hidden;
    display: block;
    margin-bottom: 25px;
    position: relative;
}

    .mainthumb img {
        height: auto;
        width: 100%;
        overflow: hidden;
        -ms-interpolation-mode: bicubic; /* Scaled images look a bit better in IE now */
        vertical-align: middle;
    }



.mobileshowgrid {
    display: none;
    visibility: hidden;
}

.mainthumbdisplay {
    border: 1px solid black;
    border-radius: 4px;
    margin: 1px;
    width: 49%;
    height: 400px;
    overflow: hidden;
}

    .mainthumbdisplay h2 {
        font-size: 18px;
        margin: 15px;
    }


@media screen and (max-width: 768px) {
    .mainthumb {
        height: auto;
        width: 100%;
        max-width: 380px;
        overflow: hidden;
        display: block;
        margin-bottom: 25px;
        position: relative
    }

        .mainthumb img {
            height: auto;
            width: 100%;
            overflow: hidden;
            -ms-interpolation-mode: bicubic; /* Scaled images look a bit better in IE now */
        }

    .vidshrink {
        height: auto;
        width: 100%;
        overflow: hidden;
        display: block;
        margin-bottom: 25px;
        position: relative
    }

    .mobilehidegrid {
        display: none;
    }

    .mobileshowgrid {
        display: block;
        visibility: visible;
    }
}





.bannerdetail {
    display: inline-block;
    overflow: hidden;
    height: 200px;
    width: 3000px;
    min-width: 100%;
    overflow: hidden;
    -ms-interpolation-mode: bicubic; /* Scaled images look a bit better in IE now */
}

    .bannerdetail background-image {
        width: auto;
        height: auto;
        min-width: 100%;
        overflow: hidden;
        -ms-interpolation-mode: bicubic; /* Scaled images look a bit better in IE now */
    }

.thumb {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 180px;
    height: 180px;
}

    .thumb img {
        width: auto;
        height: auto;
        min-width: 100%;
        overflow: hidden;
        -ms-interpolation-mode: bicubic; /* Scaled images look a bit better in IE now */
    }

        .thumb img a {
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
            height: 100%;
            width: 100%;
            overflow: hidden;
            transition: .25s ease-in-out;
            background-color: rgba(0,36,82,0)
        }

            .thumb img a .hover-content {
                font-size: 16px;
                color: #fff;
                padding: 30px;
                line-height: 1.5;
                transform: scale(0.8);
                transition: .25s ease-in-out;
                opacity: 0;
                visibility: hidden
            }

            .thumb img a:hover {
                background-color: rgba(0,36,82,.9)
            }

                .thumb img a:hover .hover-content {
                    opacity: 1;
                    visibility: visible;
                    transform: scale(1);
                    transition: .25s ease-in-out .15s
                }

.midthumb {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 260px;
    height: 260px;
}

    .midthumb img {
        height: auto;
        min-width: 100%;
        overflow: hidden;
        -ms-interpolation-mode: bicubic; /* Scaled images look a bit better in IE now */
    }

    .midthumb a {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%;
        transition: .25s ease-in-out;
        background-color: rgba( #202541, 0);
    }

    .midthumb .hover-content {
        font-size: 16px;
        color: #FFFFFF;
        padding: 30px;
        line-height: 1.5;
        transform: scale(.8);
        transition: .25s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

    .midthumb &:hover {
        background-color: rgba( #202541, .9);
    }

        .midthumb &:hover .hover-content {
            opacity: 1;
            visibility: visible;
            transform: scale(1);
            transition: .25s ease-in-out .15s;
        }



.thumb hover:after {
    content: attr(title);
    position: absolute;
    top: 100%;
    left: 100%;
    background: #ccc;
    color: black;
    padding: 5px;
}

.logocircle {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
    padding: 5px;
}

    .logocircle img {
        height: auto;
        width: auto;
        min-width: 100%;
        min-height: 100%;
        overflow: hidden;
        border-radius: 100%;
        background: white;
        -ms-interpolation-mode: bicubic; /* Scaled images look a bit better in IE now */
    }

.center-cropped {
    width: 100px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

    /* Set the image to fill its parent and make transparent */
    .center-cropped img {
        min-height: 100%;
        min-width: 100%;
        border-radius: 100%;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        /* IE 5-7 */
        filter: alpha(opacity=0);
        /* modern browsers */
    }


.editphoto {
    display: inline-block;
    max-width: 400px;
    max-height: 400px;
}

}

.paddown {
    margin-bottom: 50px;
}

.AjaxKit {
    border-radius: 5px;
    box-sizing: content-box;
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
    color: #202541;
    letter-spacing: 1px;
    line-height: 35px;
    border-bottom: 2px solid #d8d8d8;
}

    .AjaxKit input[type="button"], input[type="submit"] {
        margin-right: 3px;
        color: #fff;
        font-family: 'Roboto',sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.5;
        text-align: center;
        border-radius: 4px;
        padding: 11px 16px;
        border-radius: 4px;
        display: inline-block;
        text-decoration: none;
        transition: .2s;
    }





.AjaxKit2 {
    /*background: #F6F6F6;*/
    box-sizing: content-box;
    padding: 10px;
    padding-top: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #202541;
    letter-spacing: 1px;
    font-family: "Roboto",sans-serif;
    line-height: 16px;
    font-weight: 600;
    font-size: 12px;
    color: #555;
    letter-spacing: 1px;
    line-height: 10px;
    text-transform: uppercase;
    padding: 15px;
    display: inline-block;
}

    .AjaxKit2:hover {
        text-decoration: none
    }

.AjaxKit2Active {
    /*background: #F6F6F6;*/
    box-sizing: content-box;
    padding: 10px;
    padding-top: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #202541;
    letter-spacing: 1px;
    font-family: "Roboto",sans-serif;
    line-height: 16px;
    font-weight: 600;
    font-size: 12px;
    color: #555;
    letter-spacing: 1px;
    line-height: 10px;
    text-transform: uppercase;
    padding: 15px;
    display: inline-block;
    border-bottom: 3px solid #202541;
}

    .AjaxKit2Active:hover {
        text-decoration: none
    }

/*.AjaxKit2Active {
    background: #202541;
    border-radius: 15px;
    box-sizing: content-box;
    padding: 10px;
    padding-top: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #F6F6F6;
    letter-spacing: 1px;
    font-family: "Roboto",sans-serif;
    line-height: 16px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 10px;
    text-transform: uppercase;
    padding: 15px;
    display: inline-block;
}*/



.AjaxKit3 {
    margin-block: 10px;
    border: 1px solid;
    border-radius: 5px;
    box-sizing: content-box;
    padding: 20px;
    font-size: 14px;
    color: black;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Roboto",sans-serif;
    line-height: 20px;
}

    .AjaxKit3 input[type="button"], input[type="submit"] {
        margin: 3px;
        color: #fff;
        font-family: 'Roboto',sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.5;
        text-align: center;
        border-radius: 4px;
        padding: 11px;
        border-radius: 4px;
        display: inline-block;
        text-decoration: none;
        transition: .2s;
    }

    .AjaxKit3 h3 {
        margin-bottom: 7px;
    }

AjaxKit3Header {
    /*background: #F6F6F6;*/
    border: 1px solid;
    border-radius: 5px;
    box-sizing: content-box;
    padding: 15px;
    font-size: 12px;
    color: black;
    letter-spacing: 1px;
    font-family: "Roboto",sans-serif;
    text-transform: uppercase;
    line-height: 20px;
}

@media screen and (max-width: 768px) {

    .AjaxKit2 {
        display: block;
        text-align: center;
    }

    .AjaxKit2Active {
        display: block;
        text-align: center;
    }

    .AjaxKit3 {
        text-align: center;
        border: none;
        padding: 5px;
        margin: 5px
    }

        .AjaxKit3 input[type="button"], input[type="submit"] {
            margin: 3px;
            color: #fff;
            font-family: 'Roboto',sans-serif;
            font-size: 12px;
            font-weight: 600;
            line-height: 1.5;
            border-radius: 4px;
            padding: 5px;
            border-radius: 4px;
            display: block;
            justify-content: center;
            text-decoration: none;
            text-align: center;
            transition: .2s;
            width: 100%;
        }

        .AjaxKit3 input[type="radio"] {
            display: inline-block;
            padding-left: 40px;
            justify-content: center !important
        }
}

.MoreFilter {
    padding: 8px 12px;
    min-width: 0;
    font-size: 12px;
    font-weight: 600;
    margin: 0 8px 8px 0;
    min-height: 40px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    text-align: left;
    display: flex;
    align-items: center;
}

.MoreFilterChecked {
    padding: 8px 12px;
    min-width: 0;
    font-size: 12px;
    font-weight: 600;
    margin: 0 8px 8px 0;
    min-height: 40px;
    background-color: #2e5e9b;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    text-align: left;
    display: flex;
    align-items: center;
    color: #fff
}

.MoreFilterButton {
    color: #fff;
    background-color: #2e5e9b;
}




.row {
    clear: both;
}

.rowCenter {
    clear: both;
    text-align: center;
}

.marginMan {
    margin: 25px 0;
}

.MyTabStyle .ajax__tab_header {
    border: none;
    outline-style: hidden;
    border: 0;
    border-top: hidden;
    border-color: White;
    border-color: transparent;
    background-image: none !important;
}

    .MyTabStyle .ajax__tab_header .ajax__tab_outer {
        outline-style: none;
        border: 0;
        border-top: 0;
        backface-visibility: hidden;
        visibility: hidden;
    }

    .MyTabStyle .ajax__tab_header .ajax__tab_inner {
        border: none;
        outline-style: none;
        border: 0;
        border-top: 0;
        border-top-color: White;
    }


.MyTabStyle .ajax__tab_body {
    border-top-width: 0;
    border: none !important;
    outline-style: none;
    border: 0;
    border-top: 0;
    border-top-color: White;
}

hr {
    height: 1px;
    width: 60%;
    border-width: 0;
    color: #202541;
    background-color: #202541;
}

.CssGridView2 tr th, td {
    padding: 5px 5px 5px 5px;
    vertical-align: middle !important;
    /*border-bottom: 2px solid #d8d8d8;*/
}

.CssGridView3 tr th, td {
    padding: 5px 5px 5px 5px;
    /*border-bottom: 2px solid #d8d8d8;*/
}

.GridViewStyle {
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid white;
    border-top: 2px solid white;
    padding: 4px;
}

    .GridViewStyle a {
        color: #FFFFFF;
    }

.GridViewHeaderStyle th {
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
}

.GridViewHeaderStyle {
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewFooterStyle {
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewRowStyle {
    background-color: #F7F6F3;
    color: #333333;
}

.GridViewAlternatingRowStyle {
    background-color: #FFFFFF;
    color: #284775;
}

    .GridViewRowStyle td, .GridViewAlternatingRowStyle td {
        border: 1px solid #EBE9ED;
    }

.GridViewSelectedRowStyle {
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.GridViewPagerStyle {
    background-color: #284775;
    color: #FFFFFF;
}

    .GridViewPagerStyle table /* to center the paging links*/ {
        margin: 0 auto 0 auto;
    }

.FieldLabel {
    padding-left: 10px;
    padding-top: 15px;
    padding-left: 20px;
}

.FieldLabel2 {
    padding-left: 10px;
    padding-top: 20px;
}

.ddlBM {
    margin-left: 10px;
    width: 250px;
}

.div-hider {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.RadioInput {
    padding-top: 20px;
    padding-right: 20px;
}

    .RadioInput label {
        padding-left: 5px;
    }

.DateInput {
    padding: 10px 20px 10px 0;
    border: thin;
}


.TextInputs {
    padding-right: 20px;
}

.NumberInputs {
    height: 45px;
    width: 300px;
    border: thin;
    border-style: solid;
    border-bottom-color: gainsboro;
    border-top-color: gainsboro;
    border-left-color: gainsboro;
    border-right-color: gainsboro;
    border-radius: 5px;
    padding: 0 20px;
}

.EmailInputs {
    height: 45px;
    width: 400px;
    border: thin;
    border-style: solid;
    border-bottom-color: gainsboro;
    border-top-color: gainsboro;
    border-left-color: gainsboro;
    border-right-color: gainsboro;
    border-radius: 5px;
}

.emptyblock {
    margin-bottom: 60px;
}

.filter-top-thing {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.filter-right {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}


@media screen and (max-width: 768px) {
    .filter-right {
        width: 100%;
        justify-content: center;
    }
}


.pushbaby {
    margin-top: 15px;
}

.lower-position h3 {
    margin-bottom: 25px;
    margin-top: 30px;
    font-size: 26px;
    color: #202541;
    letter-spacing: 0;
    line-height: 30px;
}

.center-button {
    display: flex;
    justify-content: center
}

.boldlabel {
    font-weight: bolder;
    margin-bottom: 55px
}

.radiopush {
    margin-left: 20px;
}

.bookmarkbuttons {
    height: 18px;
    margin-left: 5px;
    margin-right: 5px
}

.report-box {
    margin-bottom: 25px;
    display: block;
    text-align: center;
}

.search-icon-asp {
    margin: 0 0 8px 16px;
    padding: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
    position: relative;
    top: 12px;
    left: 12px;
    width: 16px;
    height: 16px;
    background-image: url('../images/search.png');
    background-position: center;
    background-size: 16px;
    position: absolute;
}

.buttonpush {
    margin: 0 5px;
}

.borderfree {
    border: 1px solid #202541;
}

.ddlList {
    background-color: transparent;
    border: 0px solid;
    font-size: 14px;
    color: #555;
    font-weight: 600;
}

    .ddlList:hover {
        color: #202541;
        cursor: pointer;
    }


.ajax__tab_body {
    border: none
}

.magpopbutton {
    font-size: 14px;
}

.seas-pro-fix {
    color: #555;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.offer-box {
    /*margin-bottom: 16px;*/
    padding: 34px;
    background: #f2f4f6;
    border: 1px solid #202541;
    border-radius: 4px;
    color: #202541;
    font-size: 14px;
    /*min-height: 100px;*/
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .offer-box {
        min-height: 150px
    }
}

/* [ON BIG SCREEN] */
/* (A) WRAPPER */
#hamnav {
    width: 100%;
    background: #000;
}

/* (B) HORIZONTAL MENU ITEMS */
#hamitems {
    display: flex;
}

    #hamitems a {
        flex-grow: 1;
        flex-basis: 0;
        padding: 10px;
        text-decoration: none;
        text-align: center;
    }


/* (C) HIDE HAMBURGER */
#hamnav label, #hamburger {
    display: none;
}

/* [ON SMALL SCREENS] */
@media screen and (max-width: 768px) {
    /* (A) BREAK INTO VERTICAL MENU */
    #hamnav {
        width: 100%;
        background: #FFFFFF;
        color: #202541;
    }

    #hamitems a {
        box-sizing: border-box;
        display: block;
        width: 100%;
        border-top: 1px solid #333;
        background: #FFFFFF;
        color: #202541;
    }
    /* (B) SHOW HAMBURGER ICON */
    #hamnav label {
        display: block;
        width: 100%;
        text-align: right;
        color: #202541;
        background: #FFFFFF;
        font-style: normal;
        font-size: 1.2em;
        padding: 10px;
        margin-bottom: 10px
    }

    /* (C) TOGGLE SHOW/HIDE MENU */
    #hamitems {
        display: none;
    }

    #hamnav input:checked ~ #hamitems {
        display: block;
    }
}

.scoreboard {
    padding-top: 50px;
    font-size: 16px;
}

    .scoreboard label {
        font-weight: 600;
        padding-right: 5px
    }

    .scoreboard h3 {
        font-weight: 600;
        font-size: 18px;
        padding: 15px
    }

    .scoreboard li {
        list-style: decimal !important
    }

.HeadSpace {
    margin: 12px
}

.JobBoardBoxes {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 0;
    color: #202541;
}

    .JobBoardBoxes h3 {
        font-weight: 600;
        font-size: 18px;
        color: #555;
        letter-spacing: 1px;
        line-height: 14px;
        text-transform: uppercase;
        padding: 25px 15px;
        display: inline-block;
        text-align: center
    }

.more-info {
    padding-left: 55px
}

@media screen and (max-width: 850px) {
    .more-info {
        padding-left: 0
    }
}


.FindMatch {
    font-family: 'Roboto',sans-serif;
    max-width: 1369px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1000;
}

    .FindMatch h1 {
        padding-top: 75px;
        font-weight: 800;
        color: #202541;
        text-align: center;
        font-size: 64px;
        line-height: 68px;
        z-index: 1000;
    }

    .FindMatch h2 {
        padding: 18px 0 30px 0;
        font-weight: 300;
        color: #555555;
        text-align: center;
        font-size: 28px;
        line-height: 38px;
        z-index: 1000;
    }

    .FindMatch h3 {
        font-weight: bold;
        font-size: 26px;
        line-height: 30px;
        color: #202541;
        padding: 30px;
        z-index: 1000;
    }

    .FindMatch p {
        padding-left: 30px;
        color: #555555;
        font-weight: 600;
        font-size: 14px;
        z-index: 1000;
    }



.Matchbox1 {
    width: 65%;
    height: 324px;
    margin-top: -185px;
    margin-right: 25px;
    margin-left: 30%;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 1000;
}

.Matchbox2 {
    width: 65%;
    height: 324px;
    margin-top: -185px;
    margin-left: 25px;
    margin-right: 35%;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 1000;
}

.TimeInput {
    border: thin;
}

.MatchDropdown {
    width: 90%;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Roboto',sans-serif;
    z-index: 1000;
    border: 1px solid
}

.MatchButton {
    padding: 10px 16px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: .2s;
    margin: 0 5px;
    color: #fff;
    float: none;
    z-index: 1000;
}

@media screen and (max-width: 1000px) {

    .FindMatch {
        max-width: 950px;
    }


    .Matchbox1 {
        width: 90%;
        display: block;
        margin: 0;
    }

    .Matchbox2 {
        width: 90%;
        display: block;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .FindMatch {
        max-width: 700px;
    }

        .FindMatch h1 {
            font-size: 40px;
            line-height: 44px;
        }

        .FindMatch h2 {
            font-size: 18px;
            line-height: 28px;
        }

        .FindMatch h3 {
            margin-top: 65px;
            font-size: 20px;
            line-height: 26px;
        }



    .Matchbox1 {
        width: auto;
        height: auto;
        display: block;
        margin: 0;
    }

    .Matchbox2 {
        width: auto;
        height: auto;
        display: block;
        margin: 0;
    }

    .MatchDropdown {
        display: block;
        padding: 5px;
    }

    .FindMatch h3 {
        display: block;
        padding: 5px;
    }

    .FindMatch p {
        display: block;
        padding: 5px;
    }
}

.LoadOverlay {
    position: absolute;
    width: 100%;
    height: 250%;
    left: 0px;
    top: 0px;
    background: #000000;
    mix-blend-mode: normal;
    opacity: 0.85;
    z-index: 1001;
}

.LoadingScreen {
    z-index: 1002;
    position: fixed;
    height: 50%;
    width: 50%;
    left: 25%;
    right: 25%;
    top: 25%;
    bottom: 25%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

    .LoadingScreen h2 {
        font-family: 'Roboto',sans-serif;
        margin-top: 30%;
        text-align: center;
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: 44px;
        color: #202541;
    }

.ResultsScreen {
    z-index: 1002;
    position: fixed;
    height: 54%;
    width: 54%;
    left: 22%;
    right: 22%;
    top: 22%;
    bottom: 22%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

    .ResultsScreen h2 {
        height: 26px;
        top: calc(50% - 26px/2 - 219.5px);
        font-family: Roboto;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
        color: #202541;
        padding: 16px;
    }

    .ResultsScreen h3 {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 44px;
        color: #202541;
    }

    .ResultsScreen p {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        padding: 20px;
        color: #555555;
    }

    .ResultsScreen h4 {
        font-family: Roboto;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #555555;
        padding: 15px;
    }



.ResultsRectangle {
    height: 1px;
    width: 100%;
    background: #D8D8D8;
    margin: 20px 0 10px;
}

.MatchHeadshot img {
    margin: 50px 0 15px;
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 100%;
    position: relative;
    border: 4px solid #fff;
    overflow: hidden;
    object-position: 50% 25%;
    object-fit: cover;
    object-position: center
}

.MatchDelButton {
    height: 12px;
    width: 12px;
    margin: -8px 23px;
}

@media screen and (max-width: 800px) {
    .ResultsScreen {
        height: 76%;
        width: 90%;
        left: 5%;
        right: 5%;
        top: 12%;
        bottom: 12%;
    }

        .ResultsScreen .btn {
            float: unset !important;
            width: 60%;
            left: 20%;
            right: 20%;
            position: absolute;
        }

    .CenterIfMobile {
        text-align: center;
    }

    .LoadingScreen {
        height: 76%;
        width: 90%;
        left: 5%;
        right: 5%;
        top: 12%;
        bottom: 12%;
    }
}

.PortalHeadshot {
    font-size: 16px;
}

    .PortalHeadshot label {
        font-weight: 700;
    }

    .PortalHeadshot img {
        margin: 15px;
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-radius: 100%;
        position: relative;
        border: 4px solid #fff;
        overflow: hidden;
        object-position: 50% 25%;
        object-fit: cover;
        object-position: center
    }

.GroupLogoHeadshot {
    font-size: 16px;
}

    .GroupLogoHeadshot label {
        font-weight: 700;
    }

    .GroupLogoHeadshot img {
        margin: 15px;
        width: 250px;
        height: 250px;
        background-color: #fff;
        border-radius: 100%;
        position: relative;
        border: 4px solid #fff;
        overflow: hidden;
        object-position: 50% 25%;
        object-fit: cover;
        object-position: center
    }

.GridPad {
    padding-left: 10px
}

.RefBox {
    font-size: 16px
}

.ChillOutButton {
    margin: 0 20px;
    background-color: #E8F0FE !important;
    color: #202541 !important;
}

    .ChillOutButton:hover {
        background-color: #202541 !important;
        color: #E8F0FE !important;
    }

.act-month {
    font-weight: 700;
    padding: 5px
}

.inact-month {
    font-weight: 300;
    padding: 5px
}

.dropdown-check-list {
    display: inline-block;
}

    .dropdown-check-list .anchor {
        position: relative;
        cursor: pointer;
        display: inline-block;
        padding: 5px 50px 5px 10px;
        border: 1px solid #ccc;
    }

        .dropdown-check-list .anchor:after {
            position: absolute;
            content: "";
            border-left: 2px solid black;
            border-top: 2px solid black;
            padding: 5px;
            right: 10px;
            top: 20%;
            -moz-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

        .dropdown-check-list .anchor:active:after {
            right: 8px;
            top: 21%;
        }

    .dropdown-check-list ul.items {
        padding: 2px;
        display: none;
        margin: 0;
        border: 1px solid #ccc;
        border-top: none;
    }

        .dropdown-check-list ul.items li {
            list-style: none;
        }

    .dropdown-check-list.visible .anchor {
        color: #0094ff;
    }

    .dropdown-check-list.visible .items {
        display: block;
    }

.taskbar {
    padding: 65px 0;
    display: block
}

    .taskbar h2 {
        color: #004756;
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 0
    }

.task-date {
    font-weight: 600
}

.LotsaMargin {
    margin: 80px 0;
}

.HalfMargin {
    margin: 40px 0;
}

.completed-task {
    text-transform: uppercase;
    font-weight: 600;
    color: #202541;
    !important;
}

.fullwidth {
    width: 95%
}

.mobileTime {
    width: 47%
}

.nofloat {
    float: none
}

.underborder {
    border-bottom: 1px solid
}

.reportDetailRight {
    float: right;
    width: 48%
}

.reportDetailLeft {
    float: left;
    width: 48%
}

.myRadioBtn input[type="radio"] {
    margin-left: 15px;
    margin-right: 15px;
}

.typewriter {
    font-family: "Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace;
    letter-spacing: .15em;
    margin: 0 auto;
}

.multi-select-box > li > a > label {
    padding: 0px !important;
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.multi-select-box > li > a {
    white-space: normal;
    overflow: hidden;
    text-align: left;
}

.InterviewBoxes {
    background-color: #D6DBDF;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px
}

.InterviewBoxesTop {
    background-color: #D6DBDF;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

.btnIntBox {
    background-color: #D6DBDF;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: none;
    border-bottom: none;
    text-align: center;
    color: #5e4f4c !important;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    padding: 11px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    transition: .2s;
}

.AboutBanner {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/Images/BreadBanner.jpg);
    height: 200px;
    background-position: center;
    color: white;
    text-align: center
}

    .AboutBanner label {
        margin-top: 100px;
        text-transform: uppercase;
        font-size: 24px
    }

.IntakeBoxBG {
    background-color: rgba(102,102,102,.15) !important;
    padding: 0 10px;
    height: 40px;
    margin-bottom: 8px;
}

.IntakeBoxBGMulti {
    background-color: rgba(102,102,102,.15) !important;
}

.colby-12 {
    float: left;
}

.colby-12 {
    width: 100%;
}

.colby-11 {
    width: 91.66666667%;
}

.colby-10 {
    width: 83.33333333%;
}

.colby-9 {
    width: 75%;
}

.colby-8 {
    width: 66.66666667%;
}

.colby-7 {
    width: 58.33333333%;
}

.colby-6 {
    width: 50%;
}

.colby-5 {
    width: 41.66666667%;
}

.colby-4 {
    width: 33.33333333%;
}

.colby-3 {
    width: 25%;
}

.colby-2 {
    width: 16.66666667%;
}

.colby-1 {
    width: 8.33333333%;
}

.colby-1,
.colby-2,
.colby-3,
.colby-4,
.colby-5,
.colby-6,
.colby-7,
.colby-8,
.colby-9,
.colby-10,
.colby-11,
.colby-12 {
    float: left;
}

.IntakeNamePlate {
    color: white;
    background-color: #60768b;
    font-size: 48px;
    padding: 30px;
    margin-top: -40px;
    margin-bottom: 40px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}

.calBox {
    margin: 0;
    padding: 2px;
    border: 1px solid black;
    height: 200px;
    width: 14% !important;
    display: inline flex;
    float: left;
    font-size: 12px
}

.calHeader {
    margin: 0;
    padding: 2px;
    width: 14% !important;
    font-size: 14px;
    text-align: center;
    display: inline flex;
    float: left;
}

.calLegend {
    padding: 5px;
    margin: 15px 5px;
}

.calButtons {
    height: 50px;
}

.topBarLinks {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    background-color: transparent;
    border: none;
    color: black !important;
    font-size: 16px !important;
}

.fromTerrieCircle {
    background-color: #DAE2E8; 
    border-radius: 50%; 
    height: 50px;
    width: 50px;
    text-align: center
}

.fromUserCircle {
    background-color: #B2D4B4;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center
}

.msgBubbles {
    line-height: 50px;
    font-size: 26px;
    font-weight: 600;
    height: 50px
}

.msgCircle {
    border: 1px solid rgba(102,102,102,.15);
    border-radius: 3%
}
