/** Widget Base Style **/
.VCWidget {
}

.VCWidget table {
	width: 100%;
/*	border: 1px solid #444;*/
}

.VCWidget table thead tr th {
	border-bottom: 1px solid #444;
}

.VCWidget td {
	padding: 20px 20px 20px -10px; 
	margin: 10px;
}

.VCWidget table tbody tr td a span {
	color: #2b5b83;
	text-decoration: underline;
}

/** End Widget Base Style **/

.WListSaleableVerticals {
	/* 
	background-color: #F7F7F7;
	border-radius: 10px;
	box-shadow: 2px 2px 10px #ccc;
	padding: 20px;
	display: inline-block;*/
}

.WListSaleableVerticals h2 {
	margin-top: 0px;
}

/*
.WListSaleableVerticals table {
	/** table-layout: fixed; **/
	/*width: auto;
}
*/

.WList_table {
	/** table-layout: fixed; **/
	width: auto;
}

.WList_table_mobile {
	/** table-layout: fixed; **/
	width: 78%;
	margin-left: -5px;
}


.WListSaleableVerticals td.vp_name {
	font-weight: bold;
	color: red;
}


.WListSaleableVerticals td {
	text-align: left;
}

.WListSaleableVerticals .saleable_tile {
	border: 2px solid #ccc;
	display: inline-block;
	height: 490px;
	max-width: 340px;	
	margin: 7.5px;
	vertical-align: top;
	position: relative;
}

.WListSaleableVerticals .saleable_tile_mobile {
	border: 2px solid #ccc;
	display: inline-block;
	height: 530px;
	max-width: 300px;	
	margin: 7.5px;
	vertical-align: top;
	position: relative;
}

.WListSaleableVerticals .saleable_tile .saleable_spacer {
	margin: 0px;
	padding: 0px;
	border: none;
	border-top: 1px solid #444;
}

.WListSaleableVerticals .saleable_tile {
	padding: 15px;
}

.WListSaleableVerticals .saleable_tile_mobile {
	padding: 5px;
}

.WListSaleableVerticals .saleable_tile h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	letter-spacing: 1px;
	font-size: 19px;
	color: #444;
	font-weight: 400;
}

.WListSaleableVerticals .saleable_content {
  	word-wrap: break-word;
	overflow-y: auto;
	/*max-height: 155px;*/
	max-width: 336px;
	color: #666;
	font-size: 12px;
}

.WListSaleableVerticals .saleable_tile_buttons .learn_more {
	margin-bottom: -55px;
	color: #444;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-decoration: none;
	font-size: 120%;
	line-height: 35px;
	position: relative;
	padding-left: 28px;
}


.WListSaleableVerticals .saleable_tile_buttons .learn_more:before {
  content: url('/images/new-window.png');
  position: absolute;
  top: -3px;
  margin-left: -28px;
}

.learn_more:hover {	
    cursor: pointer;
    text-decoration: none;
    text-shadow: 2px 2px 2px #999;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    
    text-shadow: 0 0 2px #666,                
				 0 0 2px #666,                
				 0 0 2px #666,                
				 0 0 2px #666,                
				 0 0 2px #666,                
				 0 0 1px #000,                
				 0 0 1px #000,                
				 0 0 1px #000,               
				 0 0 1px #000,                
				 0 0 1px #000;
	 */
    
}

.WListSaleableVerticals .saleable_tile_buttons {
	position: absolute;
	bottom: 20px;
	width: 90%;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}


.WListSaleableVerticals .saleable_tagline {	
	width: 100%;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-variant: small-caps;	
	font-weight: 500;
	white-space: nowrap;
}

.WListSaleableVerticals .saleable_tagline h3 {
 	font-style: italic;
 	text-shadow: 6px 6px 10px #aaa;
 	font-size: 16px !important;
}

/*
.WListSaleableVerticals .tagline_span {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #444;
	text-shadow: 6px 6px 10px #aaa;
	font-style: italic;
	font-variant: small-caps;
}

.WListSaleableVerticals .tagline_hr {
	border: 0px;
	border-bottom: 1px solid #ccc;
}
*/

.WListSaleableVerticals hr {
	background-color: #000;
	height: 2px;	
}

.WListSaleableVerticals .saleable_tile_buttons_mobile {
	position: absolute;
	bottom: 20px;
	width: 95%;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

.WListSaleableVerticals .saleable_tile_buttons_mobile .learn_more {
	margin-bottom: -55px;
	color: #444;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-decoration: none;
	font-size: 120%;
	line-height: 35px;
	position: relative;
	padding-left: 28px;
}

.WListSaleableVerticals .saleable_tile_buttons_mobile .learn_more:before {
  content: url('/images/new-window.png');
  position: absolute;
  top: -3px;
  margin-left: -28px;
}

.WListSaleableVerticals .saleable_pricing {
	position: absolute;
	bottom: 80px;
	width: 90%;
	padding-top: 20px;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}

.saleable_button {
	background: linear-gradient(#329fdb, #48555c) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #ffffff;
	padding: 7.5px;
	border: 0px;
	/*width: 100px;*/
	font-weight: 600;
	letter-spacing: .75px;
	cursor: pointer;
}

.saleable_button:hover {
	background: linear-gradient(#67B8E4, #33A0DB) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.pull_right {
	float: right !important;
}

.pull_left {
	float: left !important;
}


.form-1 *, *::after, *::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.form-1 {
    background: linear-gradient(#eeefef, #ffffff 10%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 1) inset, 0 -3px 2px rgba(0, 0, 0, 0.25) inset;
    padding: 10px;
    position: relative;
    width: 300px;
}
.form-1 .field {
    position: relative;
}
.form-1 .field i {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);
    color: #777777;
    height: 36px;
    left: 0;
    line-height: 42px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 36px;
}
.form-1 input[type="text"], .form-1 input[type="password"] {
    background: none repeat scroll 0 0 #f9f9f9;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset, 0 3px 2px rgba(0, 0, 0, 0.1) inset;
    color: #777;
    font-family: "Lato",Calibri,Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 18px 10px 45px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: color 0.3s ease-out 0s;
    width: 100%;
}
.form-1 input[type="text"] {
    margin-bottom: 10px;
}
.form-1 input[type="text"]:hover ~ i, .form-1 input[type="password"]:hover ~ i {
    color: #52cfeb;
}
.form-1 input[type="text"]:focus ~ i, .form-1 input[type="password"]:focus ~ i {
    color: #42a2bc;
}
.form-1 input[type="text"]:focus, .form-1 input[type="password"]:focus, .form-1 button[type="button"]:focus {
    outline: medium none;
}
.form-1 .submit {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 3px 2px rgba(0, 0, 0, 0.1), 0 -3px 2px rgba(0, 0, 0, 0.2) inset;
    height: 65px;
    padding: 10px;
    position: absolute;
    right: -25px;
    top: 18px;
    width: 65px;
    z-index: 2;
}
.form-1 .submit::after {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 62px white, -32px 31px white;
    content: "";
    height: 10px;
    left: 30px;
    position: absolute;
    top: -2px;
    width: 10px;
}
.form-1 button[type="button"] {
    background: linear-gradient(#52cfeb, #42a2bc) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: inherit;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.35), 0 3px 2px rgba(255, 255, 255, 0.2) inset, 0 -3px 2px rgba(0, 0, 0, 0.1) inset;
    color: white;
    cursor: pointer;
    font-size: 1.4em;
    height: 100%;
    line-height: 0.75;
    margin-top: -1px;
    width: 100%;
}
.form-1 button[type="button"]:hover, .form-1 button[type="button"]:focus {
    background: none repeat scroll 0 0 #52cfeb;
    transition: all 0.3s ease-out 0s;
}
.form-1 button[type="button"]:active {
    background: none repeat scroll 0 0 #42a2bc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset, 0 3px 4px rgba(0, 0, 0, 0.3) inset;
}

.WListSaleableVerticals h1 {
    color: #007596;
    font-size: 20px;
    font-weight: bold;
}
.WListSaleableVerticals h2 {
    color: #007596;
    font-size: 18px;
    font-weight: bold;
}
.WListSaleableVerticals h3 {
    color: #007596;
    font-size: 16px;
    font-weight: bold;
}
.WListSaleableVerticals h4 {
    color: #444;
    font-size: 16px;
    font-weight: 700;
}

.form-1 *,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
/* ---------------------------------------------------------------------- */