.signupbtn_white {
	background: none !important;
/*name refers to the color it's on top of*/
	color: #f36f21 !important;
	border: 3px solid #f36f21 !important;
}
.signupbtn_white:hover {
	background: #f36f21 !important;
	color: #ffffff !important;
	border: 3px solid #f36f21 !important;	
}
.signupbtn_orange {
	/*background: #f36f21 !important;*/
	background:none !important;
	color: #ffffff !important;
	border: 3px solid #ffffff !important;	
}
.signupbtn_orange:hover {
	background: #ffffff !important;
	color: #f36f21 !important;
	border: 3px solid #ffffff !important;
}
.signupbtn_green {	
	background: none !important;
	color: #ffffff !important;
	border: 3px solid white !important;	
}
.signupbtn_green:hover {
	background: #ffffff !important;
	color: #93c6c4 !important;
	/*border: 3px solid #93c6c4 !important;*/
}
.signupbtn_homepage {	
	background: none !important;
	/*color: #7E80A9 !important;*/
	color: #585A84 !important;
	border: 3px solid #585A84 !important;	
}
.signupbtn_homepage_clicked,.signupbtn_homepage:hover {
	background: #ffffff !important;
	color: #585A84 !important;
	border: 3px solid #ffffff !important;
}
.signupbtn_achievemore {	
	background: none !important;
	/*color: #7E80A9 !important;*/
	color: #585A84 !important;
	border: 3px solid #585A84 !important;	
}
.signupbtn_achievemore_clicked,.signupbtn_achievemore:hover {
	background: #585A84 !important;
	color: #ffffff !important;
	border: 3px solid #585A84 !important;
}
.homepage_icon {
	margin-top:-50px;
	margin-bottom:-50px;
}
.bg-green-fade {
    background: linear-gradient(to bottom, #42776d 0%,#84ab8e 100%);
}
.bg-white {
    background-color: #ffffff !important;
}
/*.transparent-border {
	style='border:3px solid transparent !important;
}
.transparent-border:hover {
	style='border:3px solid white !important;
}*/
.rbquote {
	margin-bottom:2em;    
}

/*.qod {
    display:none;
}*/

a.pricing-a {
	display: block;
	padding: .4em;
	width: 12em;
	height: 100%;
}
a.pricing-a:hover {
	text-decoration:none;
	background-color:#f36f21;
	color:#ffffff;	
}
a.pricing-a:focus {
	text-decoration:none;
	background-color:#f36f21;
	color:#ffffff;	
}
a.pricing-a:active {
	text-decoration:none;
	background-color:#f36f21;
	color:#ffffff;	
}
div.pricing-div {
	float:left;
	/*width:initial !important;*/
	margin:1em;	
	max-width:32%;
	min-width:320px; /*need this?*/
	margin-right: 10px !important;
}
.pricing-div-text {
	margin-top:4em !important;
}
.pricing_th {
	text-transform: initial !important;
	text-align:center !important;	
}
th, td { overflow: auto; }
.cell {  overflow: auto; width: 100%; height: 100%; }

div.video-div {
	float:left;
	/*width:initial !important;*/
	margin:1em;	
	max-width:32%;
	min-width:460px; /*need this?*/
	margin-right: 10px !important;
}

/*  #Mobile (Portrait)
================================================== */
@media only screen and (max-width: 768px) {
	.responsive.banner-text {max-width:100% !important;}
	.pricing-div-text {margin-top:0 !important;}
}

.center-text {
    text-align:center;
}
.click-dropdown {
    cursor:pointer;
}
.hidden-div {
    display:none;
}
.left {
    float:left !important;
}
.clear-left {
    clear:left !important;
}
.clear-none {
    clear:none !important;
}
.uppercase {
    text-transform: uppercase;
}
.faq-icon {
    /*margin-right: 20px;*/
    /*height: 44px;*/
    height:100px;
    width: 44px;
    /*line-height: 44px;*/
    line-height: 30px;
    font-size: 20px;
}
.faq-icon-small {
    margin-right: 15px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 12px;
}
.faq-headline {
    display:block;
}
.chatdiv-faq {
    height:200px;
}
.dev-answer {
    width:90%;
}
.margin-64 {
    margin-left:64px;
}
#subheader{
    color:#ffffff;
    font-style:italic;
    font-weight:300 !important;
}
a.plain_link {
    text-decoration: none;    
}
a.plain_link:hover {
    text-decoration: none;
}
a.plain_link:active {
    text-decoration: none;
}
a.plain_link:focus {
    text-decoration: none;
}
/*div.chatdiv {
    border:1px solid white;
}*/
#rapidbiz-videos {
    border-top-style: initial;
}
.video-thumbnail {
    width:auto;
    height:80px;
    float:left;    
    margin-right:5px;
}
#now_playing_hdr {
    font-size: 16px;    
}
ul.video-playlist li {
    clear:left;
    display:block;
    margin: 0 0 20px 0;
    padding:0 !important;
    height:170px;
    width:410px;
    /*border:1px solid white;*/
    background:white;
}
ul.video-playlist a {
    text-decoration: none;
    display:block;
    height:170px;
}
ul.video-playlist a:hover {
    /*border: 1px solid #666;*/
    background-image: url('/img/Button_3-512-2.png');
    /*background-size: contain;*/
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center;
}
ul.video-playlist a:hover::after {
    content: " ";
    z-index: 10;
    display: block;
    position: relative;
    height: 170px;
    width:410px;
    /*top: -5px;
    left: -1px;*/
    /*right: 0;*/
    background: rgba(0, 0, 0, 0.4);
    /*pointer-events: none;*/
}
ul.video-playlist p {
    width:68%;
    float:left;
    margin:0;
    padding:5px;
}
ul.video-playlist p:last-of-type {
    font-size:13px !important;
}
ul.video-playlist img {
    width:auto;
    height:80px;
    float:left;
    margin-right:2%;
    margin-top:5px;
    clear:left;
    padding:5px;
}
#now-playing {
    font-size:16px;
}

/* Styling the Popup Window */
#popup-content {height:100%; width:100%;}
/*.popup-trigger { margin: 0 auto; padding: 20px; max-width: 260px; background: #666; color: #fff; font-size: 12px; font-weight: 300; text-align: center; line-height: 12px; cursor: pointer; }*/
.popup-trigger {cursor: pointer; }
.popup {display: none; position: absolute; top: 100px; left: 50%; width: 700px; height: 800px; margin-left: -350px; padding: 50px 30px; background: #fff; color: #333; font-size: 19px; line-height: 30px; border: 5px solid #666; z-index: 9999;}
.popup-mobile {position: relative; top: 0; left: 0; margin: 30px 0 0; width: 100%;}		
.popup-btn-close {position: absolute; top: 8px; right: 14px; color: #4EBD79; font-size: 14px; font-weight: bold; text-transform: uppercase; cursor: pointer;}	