.lp-sms-template {
    padding: 60px 0;
}

.sms-listing_box {
	background: #EFEFEF;
	border-radius: 15px;
	overflow: hidden;
	max-width: 400px;
	margin: auto;
}

#smsContentText {
    font-size: 18px;
    color: #262626;
    line-height: 26px;
    padding: 35px;
    text-align: center;
	min-height: 278px
}

.sms-listing_box button {
    background: #00dabc;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 100%;
    text-transform: capitalize;
}

.sms-item h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.sms-item {
    margin-bottom: 30px;
}
.sms-content { display: none; }

.sms-copy-button span::before {
    content: 'Copy';
}

.js_sms_content.active .sms-copy-button span::before {
    content: 'Copied' !important;
}

.sm-mb {
    margin-bottom: 50px;
}

@media( min-width:768px ) {
    .sms-listings .sms-item {
        width: 50%;
    }
}

@media (min-width: 1025px) {
	.lp-sms-template .row {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
	}
    .sm-mb {
        margin-bottom: 0;
    }
}

@media( min-width:1200px ) {
    .lp-sms-template {
        padding: 80px 0 100px;
    }
    .masthead-container.reduced-banner-height .masthead-cont {
        padding: 20px 0px 40px;
    }
}

/* Widget Section */
.search-widget {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.search-widget .sms-button {
    background: #641964;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 13px;
}

.search-widget input {
    background: #E8EAEC;
}

.sms-filter-label {
	margin-top: 20px;
}

.sms-filter-label .clear {
    color: #676767;
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

.sms-filter-label .clear:hover {
	color: #641964
}

.sms-widget_wrapper .options li {
    padding: 0;
    margin-left: 0;
}

.sms-widget_wrapper .options li input {
    position: absolute;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    opacity: 0;
    z-index: 88;
}

.sms-widget_wrapper .options li label {
	color: #641964;
	padding-left: 30px;
	position: relative;
}
.sms-widget_wrapper .options li::before { display: none; }
.sms-widget_wrapper .options li label::before {
    content: '';
	display: block !important;
    position: absolute;
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    border: 1px solid #909090;
    border-radius: 4px;
    z-index: -1;
}

.sms-widget_wrapper .options li label::after {
    content: "\2713";
    font-weight: 600;
    width: 15px;
    border-radius: 3px;
    height: 15px;
    position: absolute;
    left: 1px;
    top: 5px;
    z-index: -1;
    background: #641964;
    line-height: 1.22;
    color: #fff;
    font-family: 'GURUPROXIMANOVA';
    opacity: 0;
    text-align: center;
}

.sms-widget_wrapper .options li [type="radio"]:checked + label:after {
    opacity: 1 !important;
}

.sms-widget_wrapper {
    padding: 0 50px 50px;
}

@media (min-width: 1025px) {
	.sms-widget_wrapper {
		padding: 0;
		padding-left: 50px;
	}
}


/*------------------------------------*\
    
    Hide/Show Text Area - Global styling for all hide/show text

    This method is CSS heavy and light on JS, which is important for good SEO and CWV results
    Find the code snippet here: https://webfxcodelibrary.webpagefxstage.com/#intermediate_cssshowhidetext

\*------------------------------------*/

  
.read-more {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: var( --readMoreLines );
	overflow: hidden;
	word-break: break-all;
}

.read-more--toggle,
.read-more--cta {
    margin-top: 1.2rem; /* Adjust to match site design */
}

/* fix - display: -webkit-box; prevents margins from collapsing */
.read-more__content p {
    margin-top: 0;
}

.read-more--toggle {
    background-color: initial;
    border: none;
    color: #204760;
}

.read-more--toggle::after {
    content: '\e916' !important;
    color: #fff;
    font-family: 'icomoon';
    font-size: 9px;
    background: #204760;
    border-radius: 100%;
    line-height: 1;
    padding: 4px;
    margin-left: 10px;
    top: -2px;
    position: relative;
    clip-path: none !important;
    height: auto !important;
    width: auto !important;
    transform: rotate(90deg) !important;
    display: inline-block;
}

.js-read-more--minus.read-more--toggle::after {
    transform: rotate(270deg) !important;
}

.fx-banner-mockx .mobile-image img {
    height: inherit;
    margin-top: 25px;
    object-fit: cover;
}