:root {
	--menuCurrentPage: #5D2573;
	--menuBack: #7b3d95;
	--menuHover: #66297f;
	--footerBack: #7f3f98;
}
body{
	background: #ffffff;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	margin: 0; 
	font-size: 16px;
}
strong {
	font-weight: 700;
}
input[type='button']:focus {
	outline: initial;
}
.draggable h2 {
	cursor: move;
}

h3, h4, h5 {
	padding: 5px 10px;
	text-align: center;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	text-transform: none;
}
h3 {
	font-size: 16px;
	line-height: 18px;
}
h4 {
	font-size: 22px;
	line-height: 26px;
}
h5 {
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
}
ul.topnav {
	list-style-type: none;
	padding: 0;
	overflow: hidden;
	background-color: #7b3d95;
	display: block;
	font-size: 99%;
}
input[type="button"], input[type=submit] {
	border-radius: 5px;
	cursor: pointer;
}
ul.topnav li {float:left;}

ul.topnav li a {
	display: block;
	color: white;
	text-align: center;
	padding: 8px;
	text-decoration: none;
}
.account {
	text-align: left;
	margin-left: 0;
	padding-left: 0;
	font-weight: 700;
	color: #777;
}
ul.topnav li a:hover {background-color: var(--menuHover);}

.home .homeLink,
.send .sendLink,
.log .logLink,
.faq .faqLink,
.blackList .blackLink,
.dashHome .dashHomeLink,
.dashContact .dashContactLink,
.myAccount .myAccountLink,
.brochures .brochuresLink,
.video .videoLink,
.contact .contactLink,
.contactsPage .contactsLink,
.acctList .acctListLink,
.dashBlackList .dashBlacklistLink,
.csrHome .csrHomeLink,
.mergeInfo .mergeInfoLink,
.csrFAQ .csrFAQlink,
.csrLoggedIn .csrLoggedInLink,
.login .loginLink,
.msgRpt .msgRptLink,
.mmsRpt .mmsRptLink,
.csrClone .cloneUserLink,
.csrCloneCM .csrCloneCMLink,
.usageReport .usageReportLink,
.msgReport .msgReportLink,
.detailedMsgRpt .detailedMsgRptLink,
.csrMMS .csrMMSlink,
.msgCounts .msgCountsLink,
.csrBL .csrBLlink,
.mstrBlackList .mstrBlacklistLink,
.unifiedBlacklist .unifiedBlacklistLink,
.migrateBL .migrateBLLink,
.nbrSwap .nbrSwapLink,
.schd .schdLink,
.shortnr .shortnrLink
{
	background-color: var(--menuCurrentPage);
}
#dashLoginBox {
	border-radius: 10px;
}
.right {float: right;}

.flexWrapper {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;

}
.flexWrapper2 {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	background-color: #CCCCCC;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: sans-serif;

}
.col {
	flex-grow: 1;
	padding: 20px;
	overflow: hidden;
	width: 33.33333%;
	position: relative;
}
.col img {
	display: block;
	margin: 0 auto;
}

p {
	color: #777777;
	line-height: 20px;
	margin: 0 0 20px;
}
.popupBox p {
	color: #303030;
}
img{
		max-width: 100%;
/*		height: auto;
		width: auto; */
		margin-bottom: -6px;
	}
.container {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

header{
	width: 100%;
	height: 70px;
	background: url(/images/TxtPageProLogo.png) no-repeat left;
	}

#header-inner {
/*	max-width: 1200px;*/
	margin: 0 auto;
}
/*
#logo {
	margin: 20px;
	float: left;
	width: 261px;
	height: 58px;
	background: url(images/PC2TXTLogo.png) no-repeat center;
} */
#callout {
	float: right;
	margin: 23px 15px 0 0;
	display: none;	/* Hide #callout on all pages except home page */
}
#callout h6 {
	font-size: 16px;
	text-align: right;
	color: 464646;
}
body.home #callout {	/* only display #callout on home page */
	display: block;
}

a{ text-decoration: none;
	color: inherit;
}
#pagewrap {
	width: 100%;
	margin: 20px auto;
}
#pagewrap p {
	color: #ffffff;
}

/* Slider */

.Slider {
	position: center;
}
a.view-link {
    color: #777777;

}
a.view-link:hover {
    color: #575757;
    text-decoration: underline;
}
#hero { 
	width: 100%;
	height: 100%;
	margin: 5px auto;
	position: relative;
	max-height: 400px;
	max-width: 1200px;
}

#prev {
	
	line-height: 50px;
	color: #ffffff;
	width: 30px; height: 30px;	
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 170px;
	left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 5px 0 5px 0;
	z-index: 99;
	cursor: pointer;
	opacity: 0;
	}
#next {
	
	line-height: 50px;
	color: #ffffff;
	width: 30px; height: 30px;	
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 170px;
	right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 5px 0 5px 0;
	z-index: 99;
	cursor: pointer;
	opacity: 0;
	}
#hero:hover #next {
	opacity: 1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
}

#hero:hover #prev {
	opacity: 1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
}

.Slider {
	padding-top: 86px;
}

img {
	max-width:100%; 
}	

/*ul {
	color: #ffffff;
	padding-left: 1em;
	list-style: square;
}*/

.list_one li {

	display: block;
	width: 100%;
	padding-left: 20px;
	color: #ffffff;
	text-align: left;
	list-style: none;
	background-image: url(/images/wht_bullet1.png);
	background-repeat: no-repeat ;
	background-position: 0px 45%;
}

.image
{
    background:url(images/back.png);
    height:100px;
    width:100px;
    display: block;
    float:left;
}

.image  a {
    display: none;
}

.image  a:hover {
    display: block;
}
.copyright {
	text-align: center;
/*	padding-top: 15px; */
	font-size: 12px;
}
#menuBackground {
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display: none;
	z-index: 199;
	background-color: #000;
	opacity: 0.3;
}
table { 
	margin-left: auto;
	margin-right: auto;
}
footer {
	background-color: #7f3f98 !important;
}
footer h3, footer h4, footer h5, footer a.view-link, footer p {
	color: #fff;
}
footer a.view-link:hover {
	color: #fff;
	opacity: 0.5;
}
footer table td {
	border: none;
}
.clear {
	clear: both;
}
.red {
	color: red !important;
}
.blackText {
	color: #000;
}
.trans:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#menuDiv {
	position: relative;
	width: 100%;
/*	height: 32px; */
	background-color: #7b3d95 ;
}
#menuIcon {
	display: none;
	cursor: pointer;
	padding-left: 3px;
}
/* 3-bar Menu icon css */
	.menuBarContainer {
		height: 21px;
		width: 24px;
		position: relative;
	}
	.top, .mid, .bot {
		position: absolute;
		background-color: #000;
		left: 14.3%;
		right: 14.3%;
	}
	.top {
		top: 14.3%;
		bottom: 71.4%;
	}
	.mid {
		top: 42.85%;
		bottom: 42.85%
	}
	.bot {
		top: 71.4%;
		bottom: 14.3%;
	}

/* End of Menu Icon */
	.scroll300 {
		max-height: 300px;
		overflow-y: auto;
	}
	.yellow {
		color: #F9B304;
	}
	.green {
		color:#00C600;
	}
	.blue {
		color:blue;
	}

@media screen and (max-width: 535px){
	
	
	header {
		height: 125px;
	}
	h1 {
		font-size: 115%;
	}
	.container p {
		font-size: 105%;
		text-align: center;
	}
}


/*==========================================================================================================*/
/* for 768px or less */
@media screen and (max-width: 768px) {
	
	#callout {
		text-align: center;
	}
	/*
	#logo {
		margin: 10px;
		float: left;
		width: 205px;
		height: 47px;
		background: url(images/TxtPagePro_mobile.png) no-repeat center;
	} */
	
}

@media (max-width: 535px){
	#hero {
		max-width: 100%;
	}
	.flexWrapper {
		flex-direction: column;
	}
	.flexWrapper2 {
		flex-direction: column;
	}
	.col {
		padding: 5%;
		width: auto;
	}
	.container {
		width: 100%;
		margin: 0;
	}
	#callout {
		margin: 20px auto 0 auto;
		float: none;
	}
	#callout h6 {
		text-align: center;
		font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	}
	header {
		background: url(/images/TxtPagePro_mobile.png) no-repeat center bottom 10px;
		height: 100px;
	}
	#menuIcon {
		display: inline;
	}
	.topnav {
		position: absolute;
		top: 32px;
		z-index: 200;
		width: 100%;
		display: none;
	}
	.right, ul.topnav li {
		float: none;
		width: auto;
	}
	ul.topnav li a {
		text-align: left;
		padding-left: 32px;
	}
}
.closeButton img {
	color: white;
	margin-bottom: 0;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;}
.closeButton img:hover {
	background-color: red;
	margin-bottom: -2px;
}
.blr {
	color: transparent;
	text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 7px;
}
.blr:hover {
	color: inherit;
	text-shadow: none;
}
.form-error {
	color: #F00;
}
input.validating-server-side {
	opacity:.5;
	background-image:url(data:image/gif;base64,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);
	background-position:right 5px center;
	background-repeat:no-repeat;
	background-color:#FFF;
}