
@media (max-width: 600px) {
	.boxCell {
		display: block;
		width: auto;
		height: fit-content;
		padding-left: 20px;
	}

}

.boxCell {
    width: 100%;
    height: 550px;
    padding: 3%;
    display: inline-block;
    /* border: 1px solid black; */
    text-align: left;
}

.boxCell .scs-title.scs-component.scs-title-default-style {
    margin: 0 !important;
}

.boxCell h1 {
	font-size: 35px;
	color: var(--id-primary);

}

.boxCell .scs-title {
    font-family: 'Montserrat', 'Raleway', Arial;
    font-weight: 700px !important;
    text-transform: uppercase;
}

.boxCell .scs-paragraph-text {
    font-size: 1em;
    height: inherit;
    /* height: 4em; */
    overflow: hidden;
    text-overflow: ellipsis;

}

/* .boxCell .scs-paragraph-text:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 1em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
} */


.boxButton {
    margin-left: 0px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 15px;
	display: inline-block;
    background-color: var(--id-primary);
    border-style: none;
	-moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    color: #ffffff !important;
    border: 0;
    cursor: pointer;
    height: 34px;
    line-height: inherit;
    padding: 0.3em 2.2em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

/*==================== MED BLUE =======================*/

.box_component_med_blue .boxCell {
    background-color: var(--square-blue-dark-shade);
}

.box_component_med_blue .boxCell p {
    color: var(--id-light);
}

/*==================== LIGHT BLUE =======================*/

.box_component_light_blue .boxCell {
    background-color: var(--square-blue-light-shade);
}

.box_component_light_blue .boxCell p {
    color: var(--id-light);
}

/*==================== DARK BLUE =======================*/

.box_component_dark_blue .boxCell {
    background-color: var(--square-grey-color);
}

.box_component_dark_blue .boxCell p {
    color: var(--id-light);
}

/*==================== WHITE =======================*/

.box_component_white .boxCell {
    background-color: var(--square-white-color);
}

.box_component_white .boxCell p {
    color: var(--id-grey);
}
/*===============================================================*/
/*==================== Two Colomn Padding =======================*/
/*===============================================================*/

.sl-two-columns-right .aboutBox{
    padding-right: 13% !important;
}
.sl-two-columns-left .aboutBox {
    padding-left: 13% !important;
}

.sl-two-columns-right {
    padding-right: 0% !important;
}
.sl-two-columns-left {
    padding-left: 0% !important;
}

@media screen and (max-width: 1000px) {
    .sl-two-columns-right .aboutBox{
        padding-right: 13%;
        padding-left: 13%;
    }
    .sl-two-columns-left .aboutBox {
        padding-right: 13%;
        padding-left: 13%;
    }

    .sl-two-columns-left, .sl-two-columns-right {
        padding-right: 0% !important;
        padding-left: 0% !important;
    }
    
}


/* @media screen and (max-width: 1440px) {
    .boxCell {
        width: 100%;
        height: 553px;
    }
    
} */

/* SMALLER LAPTOP SIZE */
@media screen and (max-width: 1438px) {
    .boxCell {
        width: 100%;
        height: 616px;
        /* padding: 50px; */
        display: inline-block;
        /* border: 1px solid black; */
        text-align: left;
    }
    .boxCell .scs-paragraph-text {
        font-size: 1em;
        height: inherit;
        /* height: 4em; */
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


@media screen and (max-width: 1366px) {
    .boxCell .scs-paragraph-text {
        font-size: 1em;
        height: inherit;
        /* height: 4em; */
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .boxCell {
        width: 100%;
        height: 712px;
        /* padding: 50px; */
        display: inline-block;
        /* border: 1px solid black; */
        text-align: left;
    }
    
}

@media screen and (max-width: 999px) {
    .boxCell .scs-paragraph-text {
        font-size: 1em;
        height: inherit;
        /* height: 4em; */
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .boxCell {
        width: 100%;
        height: fit-content;
        min-height: 330px;
    }
}

@media screen and (max-width: 709px) {
    .aboutBox h1 {
        font-size: 18px;
        color: var(--id-primary);
    }
    
}

/* iPhone 12 Pro Max */
@media screen and (max-width: 428px) {
    .boxCell .scs-paragraph-text {
        font-size: 1em;
        height: inherit;
        /* height: 4em; */
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .boxCell {
        width: 100%;
        height: fit-content;
    }
}

.sl-slider .scs-container-styles > .scs-component-content {
    overflow-y: hidden !important;
}