/*photo wall*/

.photo-wall-container{
	height: 200px !important;
	margin: 2px;
}

.photo-wall-img-container{
	max-height: 200px !important;
    max-width: 100%;
    display: block;
    overflow: hidden;
}

.photo-wall-img{
	min-height: 200px;
}

.photo-wall-text{
	margin-top: -50px;
    text-align: center;
    font-weight: 600;
    color: #ffffff !important;
}


/*photo wall*/


.photo-wall-img2{
	max-height: 200px !important;
	margin-left: auto;
	margin-right: auto;
    max-width: 100%;
    display: block;
}

.photo-wall-img-container2{
	height: 200px !important;
}

.welcome-message{
	font-size: 24px;
    font-weight: 600;
}

.quick-access-icons{
	width: 25px;
	margin-left: -10px;
	text-align: center;
}

/*upcoming events*/

.calendar-icon{
	height: 110px;
    max-width: 175px;
    border: 2px solid #4d4d4d;
    border-radius: 7px;
}

.calendar-icon-month{
	height: 25px;
	background-color: #4d4d4d;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.calendar-icon-day{
    font-size: 35px;
    font-weight: 800;
    line-height: 82px;
    text-align: center;
        color: #2491d3 !important;
}

.event-type{
	margin-top: 25px;
}

.event-name{
	font-weight: 600;
}

/*upcoming events*/



/* employee survey */
#monthly-employee-survey form#caspioform > table > tbody > tr > td > table[data-cb-name=cbTable] > tbody > tr:nth-child(5){
	display: none !important;
}

.scrolling-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
#rsvp-countdown {
    font-size: 30px;
    font-weight: 900;
    color: #2491d3 !important;
    margin-bottom: -15px;
    line-height: 30px;
}
.alert p, .alert span {
    color: #4d4d4d !important;
}
#photowall-container {
    min-height: 430px;
}
.hide {
    display: none !important;
}
.progress {
    background-color: #4d4d4d !important;
}
.goal-title {
    color: #4d4d4d !important;
    font-size: 22px !important;
}
.carousel-inner {
    height: 600px;
    margin-top: -23px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 240px !important;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.carousel-caption h5 {
    text-shadow: 2px 2px #000000;
}
.carousel-control-next, .carousel-control-prev {
    width: 35px;
}
.quick-access-icons {
color: #2491d3;
}
.photo-wall-div {
    /* max-height: 225px !important;
    max-width: 100%;
    overflow: hidden;
    display: block;
    display: block;*/
    margin: auto;
    overflow: hidden;
    width: auto;
    height: 215px;
}
.photo-wall-div img {
    min-height: 225px;
    display: block;
    margin: auto;
}
.text-on-collage {
    position: absolute;
    z-index: 3;
    color: #ffffff;
    text-shadow: 3px 3px 5px #000000;
    text-align: center;
    align-items: center;
    justify-content: center;
    top: 40%;
    line-height: 40px;
}
.btn-on-collage-btn {
    text-shadow: none !important;
}
.welcome-message {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 40px;
}
.quote {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 20px;
}
.quick-links a {
    font-weight: 700;
    color: #4d4d4d !important;
}
.apps i {
    margin-bottom: 20px;
    color: #2491d3;
}
.btn-group > .btn-info {
    color: #2491d3;
    background-color: #ffffff;
}
.btn-group > .btn-info:hover {
    background-color: #2491d3;
    color: #ffffff;
}
@media (min-width: 1901px) and (max-width: 3000px) { 
    .welcome-message {
        font-size: 40px;
    }
    .quote {
        font-size: 21px;
        /*padding: 14px 40px 0px;*/
    }
    .quick-links a {
        font-weight: 700;
        font-size: 15px !important;
        line-height: 20px !important;
    }
}

@media (min-width: 1801px) and (max-width: 1900px) { 
    .welcome-message {
        font-size: 40px;
    }
    .quote {
        font-size: 21px;
        padding: 14px 40px 0px;
    }
    .quick-links a {
        font-weight: 700;
        font-size: 16px !important;
        line-height: 20px !important;
    }
}

@media (min-width: 1701px) and (max-width: 1800px) { 
    .welcome-message {
        font-size: 40px;
    }
    .quote {
        font-size: 21px;
        /* padding: 14px 40px 0px;*/
    }
    .quick-links a {
        font-weight: 700;
        font-size: 16px !important;
        line-height: 20px !important;
    }
}

@media (min-width: 1601px) and (max-width: 1700px) { 
    .welcome-message {
        font-size: 40px;
    }
    .quote {
        font-size: 21px;
        /*padding: 14px 40px 0px;*/
    }
    .quick-links a {
        font-weight: 700;
        font-size: 16px !important;
        line-height: 20px !important;
    }
}

@media (min-width: 1501px) and (max-width: 1600px) { 
    .welcome-message {
        font-size: 40px;
    }
    .quote {
        font-size: 21px;
        /*padding: 14px 40px 0px;*/
    }
    .quick-links a {
        font-weight: 700;
        font-size: 16px !important;
        line-height: 20px !important;
    }
}

@media (min-width: 1401px) and (max-width: 1500px) { 
    .welcome-message {
        font-size: 40px;
    }
    .quote {
        font-size: 21px;
        /*padding: 14px 40px 0px;*/
    }
    .quick-links a {
        font-weight: 700;
        font-size: 16px !important;
        line-height: 20px !important;
    }
}

@media (min-width: 992px) and (max-width: 1400px) { 
    .welcome-message {
        font-size: 40px;
    }
    .quote {
        font-size: 21px;
        /*padding: 14px 40px 0px;*/
    }
    .quick-links a {
        font-weight: 700;
        font-size: 14px !important;
        line-height: 20px !important;
    }
}

@media (min-width: 951px) and (max-width: 991px) { 
    .welcome-message {
        font-size: 40px;
    }
    .quote {
        font-size: 21px;
        /* padding: 14px 40px 0px;*/
    }
}

@media (min-width: 851px) and (max-width: 950px) { 
    .welcome-message {
        font-size: 40px;
    }
    .quote {
        font-size: 21px;
        /*padding: 14px 40px 0px;*/
    }
}

@media (min-width: 751px) and (max-width: 850px) { 
    .welcome-message {
        font-size: 36px;
    }
    .quote {
        font-size: 21px;
        /*padding: 8px 25px 0px;*/
    }
}

@media (min-width: 651px) and (max-width: 750px) { 
    .welcome-message {
        font-size: 28px;
    }
    .quote {
        font-size: 15px;
        /* padding: 8px 25px 0px;*/
    }
}

@media (min-width: 501px) and (max-width: 650px) { 
    .welcome-message {
        font-size: 28px;
    }
    .quote {
        font-size: 15px;
        /*padding: 8px 25px 0px;*/
    }
    .quick-links a {
        font-weight: 700;
        font-size: 12px !important;
        line-height: 20px !important;
    }
}

@media (min-width: 375px) and (max-width: 500px) { 
    .welcome-message {
        font-size: 28px;
    }
    .quote {
        font-size: 15px;
        /*padding: 8px 25px 0px;*/
    }
    .quick-links a {
        font-weight: 700;
        font-size: 12px !important;
        line-height: 20px !important;
    }
}

@media (min-width: 0px) and (max-width: 374px) {
    .welcome-message {
        font-size: 20px;
    }
    .quote {
        font-size: 13px;
        /*padding: 0px 25px 0px;*/
    }
    .quick-links a {
        font-weight: 700;
        font-size: 10px !important;
        line-height: 20px !important;
    }
}

@media (max-width: 600px){
    .dashboard-app-fix{
        display: none !important;
    }
    .dashboard-app-fix-mobile{
        display: block !important;
    }
    }

    @media (min-width: 601px){
    /* .dashboard-app-fix{
    display: inline !important;
    } */
    .dashboard-app-fix-mobile{
        display: none !important;
    }
}

.select-all, .select-internal, .select-external, .select-vendor, .select-client {
    background-color: #ffffff !important;
    color: #2491d3 !important;
}

.select-all:hover, .select-internal:hover, .select-external:hover, .select-vendor:hover, .select-client:hover {
    background-color: #2491d3 !important;
    color: #ffffff !important;
    opacity: .5 !important;
    border:  2px solid #2491d3 !important;
}

.active {
    background-color: #2491d3 !important;
    color: #ffffff !important;
    border:  2px solid #2491d3 !important;
}

.select-all:active, .select-internal:active, .select-external:active, .select-vendor:active, .select-client:active {
    background-color: #2491d3 !important;
    color: #ffffff !important;
    border:  2px solid #2491d3 !important;
}

.select-all:focus, .select-internal:focus, .select-external:focus, .select-vendor:focus, .select-client:focus {
    background-color: #2491d3 !important;
    color: #ffffff !important;
    border:  2px solid #2491d3 !important;
}

.select-all:focus-within, .select-internal:focus-within, .select-external:focus-within, .select-vendor:focus-within, .select-client:focus-within {
    background-color: #2491d3 !important;
    color: #ffffff !important;
    border:  2px solid #2491d3 !important;
}

.select-all:focus-visible, .select-internal:focus-visible, .select-external:focus-visible, .select-vendor:focus-visible, .select-client:focus-visible {
    background-color: #2491d3 !important;
    color: #ffffff !important;
    border:  2px solid #2491d3 !important;
}

.fa-duotone {
    color: #28a745 !important;
}

.help-titles {
    color: #2491d3 !important;
    font-weight: 700;
    line-height: 20px;
}
#editapp-btn {
    width: 100px;
}

#survey-progress {
    background-color: #2491d3 !important; ;
}

.family-owned-bar {
    background-color: #4d4d4d;
}

.family-owned-bar p {
    color: #ffffff;
    font-weight: 900 !important;
    font-size: 22px;
}

.margin-fix-bar {
    margin-left: 1px !important;
    padding-right: 17px !important;
}

svg {
    color: #28a745 !important;
}

.calendar-icon-month-xmas {
    height: 25px;
    background: repeating-linear-gradient(45deg, rgb(234, 16, 42) 0%, rgb(234, 16, 42) 33.333%, rgb(204, 0, 0) 33.333%, rgb(204, 0, 0) 66.666%, rgb(222, 13, 26) 66.666%, rgb(222, 13, 26) 100%) 0% 0% / 50px 25px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.calendar-icon-xmas {
    height: 110px;
    max-width: 175px;
    border: 2px solid #be1e2d;
    border-radius: 7px;
}

.christmas-hide{
    display: none !important;
}

.calendar-icon-month-xmas-green {
    height: 25px;
    background: repeating-linear-gradient(45deg, rgb(25, 104, 19) 0%, rgb(16, 219, 0) 33.333%, rgb(18, 160, 7) 33.333%, rgb(16, 219, 0) 68.666%, rgb(18, 160, 7) 66.666%, rgb(16, 219, 0) 100%) 0% 0% / 50px 25px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.calendar-icon-xmas-green {
    border: 5px solid #12a007;
    box-shadow: 0 0 35px -6px #12a007;
    height: 110px;
    max-width: 175px;
    border-radius: 7px;
}

.calendar-icon-day-xmas {
    font-size: 15px;
    font-weight: 800;
    line-height: 18px;
    text-align: center;
    color: #4d4d4d !important;
    margin-top: 15px;
}

.xmas-logo {
    filter: drop-shadow(1px 1px 1px #999999);
    margin-bottom: 30px;
    max-width: 270px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.p1 {
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
    text-align: center;
    color: #e80303 !important;
    margin-top: 45px;
}

.p2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    text-align: center;
    color: #4d4d4d !important;
    margin-top: 15px;
}

.calendar-icon-xmas:hover {
    cursor: pointer;
}

@media (max-width:1800px) and (min-width:1301px) {
    .p1 {
        font-size: 26px;
        font-weight: 800;
        line-height: 35px;
        text-align: center;
        color: #e80303 !important;
        margin-top: 51px;
    }
    .p2 {
        font-size: 20px;
        font-weight: 800;
        line-height: 26px;
        text-align: center;
        color: #4d4d4d !important;
        margin-top: 15px;
    }
    .calendar-icon-day-xmas {
        font-size: 13px;
        font-weight: 800;
        line-height: 18px;
        text-align: center;
        color: #4d4d4d !important;
        margin-top: 15px;
    }
}

@media (max-width:1300px) and (min-width:992px) {
    .p1 {
        font-size: 19px;
        font-weight: 800;
        line-height: 28px;
        text-align: center;
        color: #e80303 !important;
        margin-top: 30px;
    }
    .p2 {
        font-size: 15px;
        font-weight: 800;
        line-height: 21px;
        text-align: center;
        color: #4d4d4d !important;
        margin-top: 6px;
    }
    .calendar-icon-day-xmas {
        font-size: 13px;
        font-weight: 800;
        line-height: 18px;
        text-align: center;
        color: #4d4d4d !important;
        margin-top: 15px;
    }
}

@media (max-width:991px) and (min-width:769px) {
    .p1 {
        font-size: 23px;
        font-weight: 800;
        line-height: 42px;
        text-align: center;
        color: #e80303 !important;
        margin-top: 45px;
    }
    .p2 {
        font-size: 18px;
        font-weight: 800;
        line-height: 30px;
        text-align: center;
        color: #4d4d4d !important;
        margin-top: 15px;
    }
    .calendar-icon-day-xmas {
        font-size: 13px;
        font-weight: 800;
        line-height: 18px;
        text-align: center;
        color: #4d4d4d !important;
        margin-top: 15px;
    }
}

@media (max-width:768px) and (min-width:0px) {
    .p1 {
        font-size: 18px;
        font-weight: 800;
        line-height: 28px;
        text-align: center;
        color: #e80303 !important;
        margin-top: 45px;
    }
    .p2 {
        font-size: 16px;
        font-weight: 800;
        line-height: 30px;
        text-align: center;
        color: #4d4d4d !important;
        margin-top: 15px;
    }
    .calendar-icon-day-xmas {
        font-size: 13px;
        font-weight: 800;
        line-height: 18px;
        text-align: center;
        color: #4d4d4d !important;
        margin-top: 15px;
    }
}