Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* text styles */

.tps_h1 {
	font-weight:200; 
	font-size: 36px; 
	color:#444444;
	display:block;
}


/* button styles */

.red-action {
	border-style:none; 
	background: #EE3A51; 
	margin:0;
	height:42px;
	width:330px;
	border-radius:0;
	padding:0;
}

.red-action a:-webkit-any-link {
	font-size: 21px; 
	font-weight:bold; 
	letter-spacing:1px; 
	color:#FFFFFF; 
	text-transform:uppercase;
	text-decoration:none;
	line-height:42px;
}

.red-sm {
	width:100%;
}

.red-sm a:-webkit-any-link {
	font-size: 18px; 
}

.page-nav-white {
	width:290px;
	height:42px;
	border-radius:0;
	padding:0;
	margin:0;
}

.page-nav-white a:-webkit-any-link {
	text-decoration:none;
	font-size: 15px; 
	line-height:38px;
	color:#222;
}


/* block elements */

.tealbox {
	width:100%;
	background-color:#E1F9F9;
	border-top:3px solid #B4F0F0;
	margin-top:10px;
	padding: 10px 0;
	min-width: 768px;
	height:100%;
}

.sidebar-content
{
	padding:10px;
}

.tealbox-side {
	width:100%;
	background-color:#E1F9F9;
	margin-top:10px;
	padding: 0;
	height:100%;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }